Skip to content

Commit

Permalink
Remove renamed appkit components (#4022)
Browse files Browse the repository at this point in the history
  • Loading branch information
humandad authored Jun 21, 2024
1 parent 99aceb2 commit 739035b
Show file tree
Hide file tree
Showing 8 changed files with 4 additions and 168 deletions.
30 changes: 0 additions & 30 deletions libs/apps/uesio/appkit/bundle/components/audit_info_section.yaml

This file was deleted.

41 changes: 0 additions & 41 deletions libs/apps/uesio/appkit/bundle/components/delete_section.yaml

This file was deleted.

46 changes: 0 additions & 46 deletions libs/apps/uesio/appkit/bundle/components/detail_split.yaml

This file was deleted.

4 changes: 2 additions & 2 deletions libs/apps/uesio/appkit/bundle/components/form_detail.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -120,8 +120,8 @@ definition:
uesio.variant: uesio/io.icon
- uesio/core.slot:
name: content
- uesio/appkit.audit_info_section:
- uesio/appkit.delete_section:
- uesio/appkit.section_audit_info:
- uesio/appkit.section_delete:
title: Detail Form Component
discoverable: true
description: A component for a record detail form.
Expand Down
25 changes: 0 additions & 25 deletions libs/apps/uesio/appkit/bundle/components/user_primary_section.yaml

This file was deleted.

22 changes: 0 additions & 22 deletions libs/apps/uesio/appkit/bundle/components/user_tile.yaml

This file was deleted.

Original file line number Diff line number Diff line change
Expand Up @@ -41,7 +41,7 @@ definition:
- type: paramIsSet
param: recordid
components:
- uesio/appkit.detail_split:
- uesio/appkit.layout_detail_split:
main:
- uesio/io.list:
mode: READ
Expand Down
2 changes: 1 addition & 1 deletion libs/apps/uesio/appkit/bundle/views/user_list_content.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -69,7 +69,7 @@ definition:
recordid: ${uesio/core.id}
columns:
- components:
- uesio/appkit.user_tile:
- uesio/appkit.tile_user:
- field: uesio/core.email
uesio.id: userTable
mode: READ
Expand Down

0 comments on commit 739035b

Please sign in to comment.