@simplysm/angular 14.0.25 → 14.0.27
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/dist/core/directives/{sd-events.directive.d.ts → sd-events.d.ts} +6 -6
- package/dist/core/directives/sd-events.d.ts.map +1 -0
- package/dist/core/directives/{sd-events.directive.js → sd-events.js} +4 -4
- package/dist/core/directives/sd-invalid.d.ts +8 -0
- package/dist/core/directives/sd-invalid.d.ts.map +1 -0
- package/dist/core/directives/{sd-invalid.directive.js → sd-invalid.js} +7 -7
- package/dist/core/directives/sd-item-of-template.d.ts +14 -0
- package/dist/core/directives/sd-item-of-template.d.ts.map +1 -0
- package/dist/core/directives/{sd-item-of-template.directive.js → sd-item-of-template.js} +4 -4
- package/dist/core/directives/sd-ripple.d.ts +8 -0
- package/dist/core/directives/sd-ripple.d.ts.map +1 -0
- package/dist/core/directives/{sd-ripple.directive.js → sd-ripple.js} +7 -7
- package/dist/core/directives/{sd-router-link.directive.d.ts → sd-router-link.d.ts} +4 -4
- package/dist/core/directives/sd-router-link.d.ts.map +1 -0
- package/dist/core/directives/{sd-router-link.directive.js → sd-router-link.js} +9 -9
- package/dist/core/directives/sd-show-effect.d.ts +9 -0
- package/dist/core/directives/sd-show-effect.d.ts.map +1 -0
- package/dist/core/directives/{sd-show-effect.directive.js → sd-show-effect.js} +7 -7
- package/dist/core/directives/sd-typed-template.d.ts +8 -0
- package/dist/core/directives/sd-typed-template.d.ts.map +1 -0
- package/dist/core/directives/{sd-typed-template.directive.js → sd-typed-template.js} +4 -4
- package/dist/core/plugins/events/sd-intersection-event.plugin.d.ts +2 -2
- package/dist/core/plugins/events/sd-intersection-event.plugin.d.ts.map +1 -1
- package/dist/core/plugins/events/sd-resize-event.plugin.d.ts +2 -2
- package/dist/core/plugins/events/sd-resize-event.plugin.d.ts.map +1 -1
- package/dist/core/providers/sd-activated-modal.provider.d.ts +2 -2
- package/dist/core/providers/sd-activated-modal.provider.d.ts.map +1 -1
- package/dist/core/providers/sd-app-structure.provider.d.ts +11 -7
- package/dist/core/providers/sd-app-structure.provider.d.ts.map +1 -1
- package/dist/core/providers/sd-app-structure.provider.js +18 -7
- package/dist/core/providers/sd-app-structure.types.d.ts +6 -37
- package/dist/core/providers/sd-app-structure.types.d.ts.map +1 -1
- package/dist/core/providers/sd-app-structure.utils.d.ts +8 -10
- package/dist/core/providers/sd-app-structure.utils.d.ts.map +1 -1
- package/dist/core/providers/sd-app-structure.utils.js +5 -86
- package/dist/core/providers/sd-busy.provider.d.ts +4 -4
- package/dist/core/providers/sd-busy.provider.d.ts.map +1 -1
- package/dist/core/providers/sd-busy.provider.js +2 -2
- package/dist/core/providers/sd-print.provider.d.ts +7 -7
- package/dist/core/providers/sd-print.provider.d.ts.map +1 -1
- package/dist/core/providers/sd-shared-data.provider.d.ts +5 -5
- package/dist/core/providers/sd-shared-data.provider.d.ts.map +1 -1
- package/dist/core/providers/sd-toast.provider.d.ts +9 -9
- package/dist/core/providers/sd-toast.provider.d.ts.map +1 -1
- package/dist/core/providers/sd-toast.provider.js +5 -5
- package/dist/core/types/select-modal-output-result.d.ts +1 -1
- package/dist/core/types/select-modal-output-result.d.ts.map +1 -1
- package/dist/core/utils/{TDirectiveInputSignals.d.ts → directive-input-signals.d.ts} +5 -5
- package/dist/core/utils/directive-input-signals.d.ts.map +1 -0
- package/dist/core/utils/injectCurrentPageCodeSignal.d.ts +3 -0
- package/dist/core/utils/injectCurrentPageCodeSignal.d.ts.map +1 -0
- package/dist/core/utils/{useCurrentPageCodeSignal.js → injectCurrentPageCodeSignal.js} +1 -1
- package/dist/core/utils/injectFullPageCodeSignal.d.ts +3 -0
- package/dist/core/utils/injectFullPageCodeSignal.d.ts.map +1 -0
- package/dist/core/utils/{useFullPageCodeSignal.js → injectFullPageCodeSignal.js} +1 -1
- package/dist/core/utils/{useSdSystemConfigResource.d.ts → injectSdSystemConfigResource.d.ts} +2 -2
- package/dist/core/utils/injectSdSystemConfigResource.d.ts.map +1 -0
- package/dist/core/utils/{useSdSystemConfigResource.js → injectSdSystemConfigResource.js} +1 -1
- package/dist/core/utils/injectViewTitleSignal.d.ts +3 -0
- package/dist/core/utils/injectViewTitleSignal.d.ts.map +1 -0
- package/dist/core/utils/{useViewTitleSignal.js → injectViewTitleSignal.js} +11 -6
- package/dist/core/utils/injectViewTypeSignal.d.ts +4 -0
- package/dist/core/utils/injectViewTypeSignal.d.ts.map +1 -0
- package/dist/core/utils/{useViewTypeSignal.js → injectViewTypeSignal.js} +5 -5
- package/dist/core/utils/useExpandingManager.d.ts +3 -3
- package/dist/core/utils/useExpandingManager.d.ts.map +1 -1
- package/dist/core/utils/useSortingManager.d.ts +2 -2
- package/dist/core/utils/useSortingManager.d.ts.map +1 -1
- package/dist/features/address/sd-address-search.modal.d.ts +4 -4
- package/dist/features/address/sd-address-search.modal.d.ts.map +1 -1
- package/dist/features/address/sd-address-search.modal.js +3 -3
- package/dist/features/base/{sd-base-container.control.d.ts → sd-base-container.d.ts} +7 -7
- package/dist/features/base/sd-base-container.d.ts.map +1 -0
- package/dist/features/base/{sd-base-container.control.js → sd-base-container.js} +50 -43
- package/dist/features/data-view/{useDataSheetExcelManager.d.ts → injectDataSheetExcelManager.d.ts} +4 -4
- package/dist/features/data-view/injectDataSheetExcelManager.d.ts.map +1 -0
- package/dist/features/data-view/{useDataSheetExcelManager.js → injectDataSheetExcelManager.js} +1 -1
- package/dist/features/data-view/{useDataSheetInlineEditManager.d.ts → injectDataSheetInlineEditManager.d.ts} +4 -4
- package/dist/features/data-view/injectDataSheetInlineEditManager.d.ts.map +1 -0
- package/dist/features/data-view/{useDataSheetInlineEditManager.js → injectDataSheetInlineEditManager.js} +1 -1
- package/dist/features/data-view/{useDataSheetModalEditManager.d.ts → injectDataSheetModalEditManager.d.ts} +4 -4
- package/dist/features/data-view/injectDataSheetModalEditManager.d.ts.map +1 -0
- package/dist/features/data-view/{useDataSheetModalEditManager.js → injectDataSheetModalEditManager.js} +1 -1
- package/dist/features/data-view/{useDataSheetRefreshManager.d.ts → injectDataSheetRefreshManager.d.ts} +4 -4
- package/dist/features/data-view/injectDataSheetRefreshManager.d.ts.map +1 -0
- package/dist/features/data-view/{useDataSheetRefreshManager.js → injectDataSheetRefreshManager.js} +1 -1
- package/dist/features/data-view/sd-data-detail.base.d.ts +49 -0
- package/dist/features/data-view/sd-data-detail.base.d.ts.map +1 -0
- package/dist/features/data-view/sd-data-detail.base.js +122 -0
- package/dist/features/data-view/sd-data-detail.d.ts +29 -0
- package/dist/features/data-view/sd-data-detail.d.ts.map +1 -0
- package/dist/features/data-view/{sd-data-detail.control.js → sd-data-detail.js} +80 -202
- package/dist/features/data-view/sd-data-select-button.base.d.ts +24 -0
- package/dist/features/data-view/sd-data-select-button.base.d.ts.map +1 -0
- package/dist/features/data-view/sd-data-select-button.base.js +68 -0
- package/dist/features/data-view/sd-data-select-button.d.ts +15 -0
- package/dist/features/data-view/sd-data-select-button.d.ts.map +1 -0
- package/dist/features/data-view/sd-data-select-button.js +152 -0
- package/dist/features/data-view/sd-data-sheet-column.d.ts +8 -0
- package/dist/features/data-view/sd-data-sheet-column.d.ts.map +1 -0
- package/dist/features/data-view/{sd-data-sheet-column.directive.js → sd-data-sheet-column.js} +5 -5
- package/dist/features/data-view/sd-data-sheet.base.d.ts +76 -0
- package/dist/features/data-view/sd-data-sheet.base.d.ts.map +1 -0
- package/dist/features/data-view/sd-data-sheet.base.js +196 -0
- package/dist/features/data-view/sd-data-sheet.d.ts +48 -0
- package/dist/features/data-view/sd-data-sheet.d.ts.map +1 -0
- package/dist/features/data-view/{sd-data-sheet.control.js → sd-data-sheet.js} +135 -330
- package/dist/features/data-view/sd-data-sheet.types.d.ts +3 -3
- package/dist/features/data-view/sd-data-sheet.types.d.ts.map +1 -1
- package/dist/features/data-view/setupCloserWhenSingleSelectionChange.d.ts +2 -2
- package/dist/features/data-view/setupCloserWhenSingleSelectionChange.d.ts.map +1 -1
- package/dist/features/permission-table/sd-permission-table.d.ts +32 -0
- package/dist/features/permission-table/sd-permission-table.d.ts.map +1 -0
- package/dist/features/permission-table/{sd-permission-table.control.js → sd-permission-table.js} +45 -45
- package/dist/features/shared-data/sd-shared-data-select-button.d.ts +16 -0
- package/dist/features/shared-data/sd-shared-data-select-button.d.ts.map +1 -0
- package/dist/features/shared-data/{sd-shared-data-select-button.control.js → sd-shared-data-select-button.js} +18 -17
- package/dist/features/shared-data/{sd-shared-data-select-list.control.d.ts → sd-shared-data-select-list.d.ts} +8 -8
- package/dist/features/shared-data/sd-shared-data-select-list.d.ts.map +1 -0
- package/dist/features/shared-data/{sd-shared-data-select-list.control.js → sd-shared-data-select-list.js} +58 -58
- package/dist/features/shared-data/{sd-shared-data-select.control.d.ts → sd-shared-data-select.d.ts} +13 -13
- package/dist/features/shared-data/sd-shared-data-select.d.ts.map +1 -0
- package/dist/features/shared-data/{sd-shared-data-select.control.js → sd-shared-data-select.js} +51 -51
- package/dist/index.d.ts +101 -98
- package/dist/index.d.ts.map +1 -1
- package/dist/index.js +86 -83
- package/dist/ui/data/list/sd-list-item.d.ts +20 -0
- package/dist/ui/data/list/sd-list-item.d.ts.map +1 -0
- package/dist/ui/data/list/{sd-list-item.control.js → sd-list-item.js} +26 -26
- package/dist/ui/data/list/sd-list.d.ts +7 -0
- package/dist/ui/data/list/sd-list.d.ts.map +1 -0
- package/dist/ui/data/list/{sd-list.control.js → sd-list.js} +6 -6
- package/dist/ui/data/sheet/injectSheetColumnResizing.d.ts +17 -0
- package/dist/ui/data/sheet/injectSheetColumnResizing.d.ts.map +1 -0
- package/dist/ui/data/sheet/{useSheetColumnResizing.js → injectSheetColumnResizing.js} +1 -1
- package/dist/ui/data/sheet/{useSheetDomAccessor.d.ts → injectSheetDomAccessor.d.ts} +2 -2
- package/dist/ui/data/sheet/injectSheetDomAccessor.d.ts.map +1 -0
- package/dist/ui/data/sheet/{useSheetDomAccessor.js → injectSheetDomAccessor.js} +1 -1
- package/dist/ui/data/sheet/{sd-sheet-column.directive.d.ts → sd-sheet-column.d.ts} +4 -4
- package/dist/ui/data/sheet/sd-sheet-column.d.ts.map +1 -0
- package/dist/ui/data/sheet/{sd-sheet-column.directive.js → sd-sheet-column.js} +4 -4
- package/dist/ui/data/sheet/sd-sheet-config.modal.d.ts +9 -9
- package/dist/ui/data/sheet/sd-sheet-config.modal.d.ts.map +1 -1
- package/dist/ui/data/sheet/sd-sheet-config.modal.js +4 -4
- package/dist/ui/data/sheet/{sd-sheet.control.d.ts → sd-sheet.d.ts} +26 -26
- package/dist/ui/data/sheet/sd-sheet.d.ts.map +1 -0
- package/dist/ui/data/sheet/{sd-sheet.control.js → sd-sheet.js} +82 -82
- package/dist/ui/data/sheet/types.d.ts +6 -6
- package/dist/ui/data/sheet/types.d.ts.map +1 -1
- package/dist/ui/data/sheet/useSheetCellAgent.d.ts +2 -2
- package/dist/ui/data/sheet/useSheetCellAgent.d.ts.map +1 -1
- package/dist/ui/data/sheet/useSheetCellStyling.d.ts +9 -9
- package/dist/ui/data/sheet/useSheetCellStyling.d.ts.map +1 -1
- package/dist/ui/data/sheet/useSheetColumnFixing.d.ts +2 -2
- package/dist/ui/data/sheet/useSheetColumnFixing.d.ts.map +1 -1
- package/dist/ui/data/sheet/useSheetDisplayPipeline.d.ts +1 -1
- package/dist/ui/data/sheet/useSheetLayoutEngine.d.ts +6 -6
- package/dist/ui/data/sheet/useSheetLayoutEngine.d.ts.map +1 -1
- package/dist/ui/form/button/sd-additional-button.d.ts +8 -0
- package/dist/ui/form/button/sd-additional-button.d.ts.map +1 -0
- package/dist/ui/form/button/{sd-additional-button.control.js → sd-additional-button.js} +6 -6
- package/dist/ui/form/button/sd-anchor.d.ts +8 -0
- package/dist/ui/form/button/sd-anchor.d.ts.map +1 -0
- package/dist/ui/form/button/{sd-anchor.control.js → sd-anchor.js} +6 -6
- package/dist/ui/form/button/{sd-button.control.d.ts → sd-button.d.ts} +4 -4
- package/dist/ui/form/button/sd-button.d.ts.map +1 -0
- package/dist/ui/form/button/{sd-button.control.js → sd-button.js} +11 -11
- package/dist/ui/form/button/sd-modal-select-button.d.ts +38 -0
- package/dist/ui/form/button/sd-modal-select-button.d.ts.map +1 -0
- package/dist/ui/form/button/{sd-modal-select-button.control.js → sd-modal-select-button.js} +16 -16
- package/dist/ui/form/checkbox/{sd-checkbox-group-item.control.d.ts → sd-checkbox-group-item.d.ts} +4 -4
- package/dist/ui/form/checkbox/sd-checkbox-group-item.d.ts.map +1 -0
- package/dist/ui/form/checkbox/{sd-checkbox-group-item.control.js → sd-checkbox-group-item.js} +11 -11
- package/dist/ui/form/checkbox/sd-checkbox-group.d.ts +8 -0
- package/dist/ui/form/checkbox/sd-checkbox-group.d.ts.map +1 -0
- package/dist/ui/form/checkbox/{sd-checkbox-group.control.js → sd-checkbox-group.js} +5 -5
- package/dist/ui/form/checkbox/sd-checkbox.d.ts +19 -0
- package/dist/ui/form/checkbox/sd-checkbox.d.ts.map +1 -0
- package/dist/ui/form/checkbox/{sd-checkbox.control.js → sd-checkbox.js} +10 -10
- package/dist/ui/form/checkbox/sd-switch.d.ts +14 -0
- package/dist/ui/form/checkbox/sd-switch.d.ts.map +1 -0
- package/dist/ui/form/checkbox/{sd-switch.control.js → sd-switch.js} +7 -7
- package/dist/ui/form/choice/{sd-state-preset.control.d.ts → sd-state-preset.d.ts} +9 -9
- package/dist/ui/form/choice/sd-state-preset.d.ts.map +1 -0
- package/dist/ui/form/choice/{sd-state-preset.control.js → sd-state-preset.js} +21 -21
- package/dist/ui/form/editor/{sd-tiptap-editor.control.d.ts → sd-tiptap-editor.d.ts} +4 -4
- package/dist/ui/form/editor/sd-tiptap-editor.d.ts.map +1 -0
- package/dist/ui/form/editor/{sd-tiptap-editor.control.js → sd-tiptap-editor.js} +33 -33
- package/dist/ui/form/input/sd-date-range.picker.js +6 -6
- package/dist/ui/form/input/{sd-numpad.control.d.ts → sd-numpad.d.ts} +4 -4
- package/dist/ui/form/input/sd-numpad.d.ts.map +1 -0
- package/dist/ui/form/input/{sd-numpad.control.js → sd-numpad.js} +25 -25
- package/dist/ui/form/input/sd-range.d.ts +13 -0
- package/dist/ui/form/input/sd-range.d.ts.map +1 -0
- package/dist/ui/form/input/{sd-range.control.js → sd-range.js} +10 -10
- package/dist/ui/form/input/sd-textarea.d.ts +23 -0
- package/dist/ui/form/input/sd-textarea.d.ts.map +1 -0
- package/dist/ui/form/input/{sd-textarea.control.js → sd-textarea.js} +13 -13
- package/dist/ui/form/input/sd-textfield-type-handlers.d.ts +12 -12
- package/dist/ui/form/input/sd-textfield-type-handlers.d.ts.map +1 -1
- package/dist/ui/form/input/sd-textfield.d.ts +39 -0
- package/dist/ui/form/input/sd-textfield.d.ts.map +1 -0
- package/dist/ui/form/input/{sd-textfield.control.js → sd-textfield.js} +16 -16
- package/dist/ui/form/{sd-form.control.d.ts → sd-form.d.ts} +4 -4
- package/dist/ui/form/sd-form.d.ts.map +1 -0
- package/dist/ui/form/{sd-form.control.js → sd-form.js} +7 -7
- package/dist/ui/form/select/sd-select-button.d.ts +7 -0
- package/dist/ui/form/select/sd-select-button.d.ts.map +1 -0
- package/dist/ui/form/select/{sd-select-button.control.js → sd-select-button.js} +6 -6
- package/dist/ui/form/select/sd-select-item.d.ts +18 -0
- package/dist/ui/form/select/sd-select-item.d.ts.map +1 -0
- package/dist/ui/form/select/{sd-select-item.control.js → sd-select-item.js} +15 -15
- package/dist/ui/form/select/{sd-select.control.d.ts → sd-select.d.ts} +8 -8
- package/dist/ui/form/select/sd-select.d.ts.map +1 -0
- package/dist/ui/form/select/{sd-select.control.js → sd-select.js} +62 -62
- package/dist/ui/layout/dock/sd-dock-container.d.ts +12 -0
- package/dist/ui/layout/dock/sd-dock-container.d.ts.map +1 -0
- package/dist/ui/layout/dock/{sd-dock-container.control.js → sd-dock-container.js} +11 -11
- package/dist/ui/layout/dock/sd-dock.d.ts +19 -0
- package/dist/ui/layout/dock/sd-dock.d.ts.map +1 -0
- package/dist/ui/layout/dock/{sd-dock.control.js → sd-dock.js} +12 -12
- package/dist/ui/layout/kanban/sd-kanban-board.d.ts +24 -0
- package/dist/ui/layout/kanban/sd-kanban-board.d.ts.map +1 -0
- package/dist/ui/layout/kanban/{sd-kanban-board.control.js → sd-kanban-board.js} +7 -7
- package/dist/ui/layout/kanban/{sd-kanban-lane.control.d.ts → sd-kanban-lane.d.ts} +8 -8
- package/dist/ui/layout/kanban/sd-kanban-lane.d.ts.map +1 -0
- package/dist/ui/layout/kanban/{sd-kanban-lane.control.js → sd-kanban-lane.js} +37 -37
- package/dist/ui/layout/kanban/{sd-kanban.control.d.ts → sd-kanban.d.ts} +8 -8
- package/dist/ui/layout/kanban/sd-kanban.d.ts.map +1 -0
- package/dist/ui/layout/kanban/{sd-kanban.control.js → sd-kanban.js} +17 -17
- package/dist/ui/layout/sd-card.d.ts +6 -0
- package/dist/ui/layout/sd-card.d.ts.map +1 -0
- package/dist/ui/layout/{sd-card.directive.js → sd-card.js} +5 -5
- package/dist/ui/layout/sd-gap.d.ts +12 -0
- package/dist/ui/layout/sd-gap.d.ts.map +1 -0
- package/dist/ui/layout/{sd-gap.control.js → sd-gap.js} +6 -6
- package/dist/ui/layout/sd-pane.d.ts +6 -0
- package/dist/ui/layout/sd-pane.d.ts.map +1 -0
- package/dist/ui/layout/{sd-pane.directive.js → sd-pane.js} +5 -5
- package/dist/ui/layout/view/sd-view-item.d.ts +9 -0
- package/dist/ui/layout/view/sd-view-item.d.ts.map +1 -0
- package/dist/ui/layout/view/{sd-view-item.control.js → sd-view-item.js} +8 -8
- package/dist/ui/layout/view/sd-view.d.ts +8 -0
- package/dist/ui/layout/view/sd-view.d.ts.map +1 -0
- package/dist/ui/layout/view/{sd-view.control.js → sd-view.js} +6 -6
- package/dist/ui/navigation/collapse/sd-collapse-icon.d.ts +13 -0
- package/dist/ui/navigation/collapse/sd-collapse-icon.d.ts.map +1 -0
- package/dist/ui/navigation/collapse/{sd-collapse-icon.control.js → sd-collapse-icon.js} +6 -6
- package/dist/ui/navigation/collapse/sd-collapse.d.ts +14 -0
- package/dist/ui/navigation/collapse/sd-collapse.d.ts.map +1 -0
- package/dist/ui/navigation/collapse/{sd-collapse.control.js → sd-collapse.js} +7 -7
- package/dist/ui/navigation/menu-utils.d.ts +4 -4
- package/dist/ui/navigation/menu-utils.d.ts.map +1 -1
- package/dist/ui/navigation/pagination/{sd-pagination.control.d.ts → sd-pagination.d.ts} +4 -4
- package/dist/ui/navigation/pagination/sd-pagination.d.ts.map +1 -0
- package/dist/ui/navigation/pagination/{sd-pagination.control.js → sd-pagination.js} +15 -15
- package/dist/ui/navigation/sidebar/{sd-sidebar-container.control.d.ts → sd-sidebar-container.d.ts} +4 -4
- package/dist/ui/navigation/sidebar/sd-sidebar-container.d.ts.map +1 -0
- package/dist/ui/navigation/sidebar/{sd-sidebar-container.control.js → sd-sidebar-container.js} +7 -7
- package/dist/ui/navigation/sidebar/sd-sidebar-menu.d.ts +22 -0
- package/dist/ui/navigation/sidebar/sd-sidebar-menu.d.ts.map +1 -0
- package/dist/ui/navigation/sidebar/{sd-sidebar-menu.control.js → sd-sidebar-menu.js} +35 -35
- package/dist/ui/navigation/sidebar/sd-sidebar-user.d.ts +16 -0
- package/dist/ui/navigation/sidebar/sd-sidebar-user.d.ts.map +1 -0
- package/dist/ui/navigation/sidebar/{sd-sidebar-user.control.js → sd-sidebar-user.js} +30 -30
- package/dist/ui/navigation/sidebar/sd-sidebar.d.ts +8 -0
- package/dist/ui/navigation/sidebar/sd-sidebar.d.ts.map +1 -0
- package/dist/ui/navigation/sidebar/{sd-sidebar.control.js → sd-sidebar.js} +8 -8
- package/dist/ui/navigation/tab/sd-tab-item.d.ts +10 -0
- package/dist/ui/navigation/tab/sd-tab-item.d.ts.map +1 -0
- package/dist/ui/navigation/tab/{sd-tab-item.control.js → sd-tab-item.js} +9 -9
- package/dist/ui/navigation/tab/sd-tab.d.ts +7 -0
- package/dist/ui/navigation/tab/sd-tab.d.ts.map +1 -0
- package/dist/ui/navigation/tab/{sd-tab.control.js → sd-tab.js} +5 -5
- package/dist/ui/navigation/tab/sd-tabview-item.d.ts +10 -0
- package/dist/ui/navigation/tab/sd-tabview-item.d.ts.map +1 -0
- package/dist/ui/navigation/tab/{sd-tabview-item.control.js → sd-tabview-item.js} +8 -8
- package/dist/ui/navigation/tab/sd-tabview.d.ts +9 -0
- package/dist/ui/navigation/tab/sd-tabview.d.ts.map +1 -0
- package/dist/ui/navigation/tab/{sd-tabview.control.js → sd-tabview.js} +17 -17
- package/dist/ui/navigation/topbar/sd-topbar-container.d.ts +6 -0
- package/dist/ui/navigation/topbar/sd-topbar-container.d.ts.map +1 -0
- package/dist/ui/navigation/topbar/{sd-topbar-container.control.js → sd-topbar-container.js} +5 -5
- package/dist/ui/navigation/topbar/sd-topbar-menu.d.ts +23 -0
- package/dist/ui/navigation/topbar/sd-topbar-menu.d.ts.map +1 -0
- package/dist/ui/navigation/topbar/{sd-topbar-menu.control.js → sd-topbar-menu.js} +56 -56
- package/dist/ui/navigation/topbar/sd-topbar-user.d.ts +13 -0
- package/dist/ui/navigation/topbar/sd-topbar-user.d.ts.map +1 -0
- package/dist/ui/navigation/topbar/{sd-topbar-user.control.js → sd-topbar-user.js} +27 -27
- package/dist/ui/navigation/topbar/{sd-topbar.control.d.ts → sd-topbar.d.ts} +6 -6
- package/dist/ui/navigation/topbar/sd-topbar.d.ts.map +1 -0
- package/dist/ui/navigation/topbar/{sd-topbar.control.js → sd-topbar.js} +13 -13
- package/dist/ui/overlay/busy/sd-busy-container.d.ts +14 -0
- package/dist/ui/overlay/busy/sd-busy-container.d.ts.map +1 -0
- package/dist/ui/overlay/busy/{sd-busy-container.control.js → sd-busy-container.js} +16 -16
- package/dist/ui/overlay/dropdown/sd-dropdown-popup.d.ts +8 -0
- package/dist/ui/overlay/dropdown/sd-dropdown-popup.d.ts.map +1 -0
- package/dist/ui/overlay/dropdown/{sd-dropdown-popup.control.js → sd-dropdown-popup.js} +9 -9
- package/dist/ui/overlay/dropdown/{sd-dropdown.control.d.ts → sd-dropdown.d.ts} +4 -4
- package/dist/ui/overlay/dropdown/sd-dropdown.d.ts.map +1 -0
- package/dist/ui/overlay/dropdown/{sd-dropdown.control.js → sd-dropdown.js} +12 -12
- package/dist/ui/overlay/modal/sd-confirm-modal.d.ts +17 -0
- package/dist/ui/overlay/modal/sd-confirm-modal.d.ts.map +1 -0
- package/dist/ui/overlay/modal/{sd-confirm-modal.control.js → sd-confirm-modal.js} +11 -11
- package/dist/ui/overlay/modal/{sd-modal.control.d.ts → sd-modal.d.ts} +4 -4
- package/dist/ui/overlay/modal/sd-modal.d.ts.map +1 -0
- package/dist/ui/overlay/modal/{sd-modal.control.js → sd-modal.js} +28 -28
- package/dist/ui/overlay/modal/sd-modal.provider.d.ts +8 -8
- package/dist/ui/overlay/modal/sd-modal.provider.d.ts.map +1 -1
- package/dist/ui/overlay/modal/sd-modal.provider.js +4 -4
- package/dist/ui/overlay/modal/sd-prompt-modal.d.ts +19 -0
- package/dist/ui/overlay/modal/sd-prompt-modal.d.ts.map +1 -0
- package/dist/ui/overlay/modal/{sd-prompt-modal.control.js → sd-prompt-modal.js} +13 -13
- package/dist/ui/overlay/toast/sd-toast-container.d.ts +7 -0
- package/dist/ui/overlay/toast/sd-toast-container.d.ts.map +1 -0
- package/dist/ui/overlay/toast/{sd-toast-container.control.js → sd-toast-container.js} +6 -6
- package/dist/ui/overlay/toast/sd-toast.d.ts +14 -0
- package/dist/ui/overlay/toast/sd-toast.d.ts.map +1 -0
- package/dist/ui/overlay/toast/{sd-toast.control.js → sd-toast.js} +10 -10
- package/dist/ui/visual/sd-barcode.d.ts +11 -0
- package/dist/ui/visual/sd-barcode.d.ts.map +1 -0
- package/dist/ui/visual/{sd-barcode.control.js → sd-barcode.js} +5 -5
- package/dist/ui/visual/{sd-calendar.control.d.ts → sd-calendar.d.ts} +5 -5
- package/dist/ui/visual/sd-calendar.d.ts.map +1 -0
- package/dist/ui/visual/{sd-calendar.control.js → sd-calendar.js} +18 -18
- package/dist/ui/visual/sd-echarts.d.ts +13 -0
- package/dist/ui/visual/sd-echarts.d.ts.map +1 -0
- package/dist/ui/visual/{sd-echarts.control.js → sd-echarts.js} +7 -7
- package/dist/ui/visual/sd-label.d.ts +9 -0
- package/dist/ui/visual/sd-label.d.ts.map +1 -0
- package/dist/ui/visual/{sd-label.control.js → sd-label.js} +6 -6
- package/dist/ui/visual/sd-note.d.ts +9 -0
- package/dist/ui/visual/sd-note.d.ts.map +1 -0
- package/dist/ui/visual/{sd-note.control.js → sd-note.js} +6 -6
- package/dist/ui/visual/sd-progress.d.ts +11 -0
- package/dist/ui/visual/sd-progress.d.ts.map +1 -0
- package/dist/ui/visual/{sd-progress.control.js → sd-progress.js} +6 -6
- package/package.json +5 -5
- package/src/core/directives/{sd-events.directive.ts → sd-events.ts} +3 -3
- package/src/core/directives/{sd-invalid.directive.ts → sd-invalid.ts} +3 -3
- package/src/core/directives/{sd-item-of-template.directive.ts → sd-item-of-template.ts} +2 -2
- package/src/core/directives/{sd-ripple.directive.ts → sd-ripple.ts} +3 -3
- package/src/core/directives/{sd-router-link.directive.ts → sd-router-link.ts} +3 -3
- package/src/core/directives/{sd-show-effect.directive.ts → sd-show-effect.ts} +3 -3
- package/src/core/directives/{sd-typed-template.directive.ts → sd-typed-template.ts} +2 -2
- package/src/core/plugins/events/sd-intersection-event.plugin.ts +2 -2
- package/src/core/plugins/events/sd-resize-event.plugin.ts +2 -2
- package/src/core/providers/sd-activated-modal.provider.ts +2 -2
- package/src/core/providers/sd-app-structure.provider.ts +28 -11
- package/src/core/providers/sd-app-structure.types.ts +12 -43
- package/src/core/providers/sd-app-structure.utils.ts +29 -140
- package/src/core/providers/sd-busy.provider.ts +6 -6
- package/src/core/providers/sd-print.provider.ts +11 -11
- package/src/core/providers/sd-shared-data.provider.ts +10 -10
- package/src/core/providers/sd-toast.provider.ts +22 -22
- package/src/core/types/select-modal-output-result.ts +1 -1
- package/src/core/utils/{TDirectiveInputSignals.ts → directive-input-signals.ts} +4 -4
- package/src/core/utils/{useCurrentPageCodeSignal.ts → injectCurrentPageCodeSignal.ts} +1 -1
- package/src/core/utils/{useFullPageCodeSignal.ts → injectFullPageCodeSignal.ts} +1 -1
- package/src/core/utils/{useSdSystemConfigResource.ts → injectSdSystemConfigResource.ts} +1 -1
- package/src/core/utils/{useViewTitleSignal.ts → injectViewTitleSignal.ts} +10 -6
- package/src/core/utils/{useViewTypeSignal.ts → injectViewTypeSignal.ts} +7 -7
- package/src/core/utils/useExpandingManager.ts +8 -8
- package/src/core/utils/useSortingManager.ts +2 -2
- package/src/features/address/sd-address-search.modal.ts +9 -9
- package/src/features/base/{sd-base-container.control.ts → sd-base-container.ts} +27 -22
- package/src/features/data-view/{useDataSheetExcelManager.ts → injectDataSheetExcelManager.ts} +3 -3
- package/src/features/data-view/{useDataSheetInlineEditManager.ts → injectDataSheetInlineEditManager.ts} +3 -3
- package/src/features/data-view/{useDataSheetModalEditManager.ts → injectDataSheetModalEditManager.ts} +3 -3
- package/src/features/data-view/{useDataSheetRefreshManager.ts → injectDataSheetRefreshManager.ts} +3 -3
- package/src/features/data-view/sd-data-detail.base.ts +183 -0
- package/src/features/data-view/{sd-data-detail.control.ts → sd-data-detail.ts} +14 -198
- package/src/features/data-view/sd-data-select-button.base.ts +104 -0
- package/src/features/data-view/sd-data-select-button.ts +105 -0
- package/src/features/data-view/{sd-data-sheet-column.directive.ts → sd-data-sheet-column.ts} +2 -2
- package/src/features/data-view/sd-data-sheet.base.ts +305 -0
- package/src/features/data-view/{sd-data-sheet.control.ts → sd-data-sheet.ts} +19 -323
- package/src/features/data-view/sd-data-sheet.types.ts +3 -3
- package/src/features/data-view/setupCloserWhenSingleSelectionChange.ts +2 -2
- package/src/features/permission-table/{sd-permission-table.control.ts → sd-permission-table.ts} +26 -26
- package/src/features/shared-data/{sd-shared-data-select-button.control.ts → sd-shared-data-select-button.ts} +17 -19
- package/src/features/shared-data/{sd-shared-data-select-list.control.ts → sd-shared-data-select-list.ts} +21 -21
- package/src/features/shared-data/{sd-shared-data-select.control.ts → sd-shared-data-select.ts} +27 -27
- package/src/index.ts +139 -141
- package/src/ui/data/list/{sd-list-item.control.ts → sd-list-item.ts} +6 -6
- package/src/ui/data/list/{sd-list.control.ts → sd-list.ts} +1 -1
- package/src/ui/data/sheet/{useSheetColumnResizing.ts → injectSheetColumnResizing.ts} +9 -9
- package/src/ui/data/sheet/{useSheetDomAccessor.ts → injectSheetDomAccessor.ts} +1 -1
- package/src/ui/data/sheet/{sd-sheet-column.directive.ts → sd-sheet-column.ts} +1 -1
- package/src/ui/data/sheet/sd-sheet-config.modal.ts +15 -15
- package/src/ui/data/sheet/{sd-sheet.control.ts → sd-sheet.ts} +27 -27
- package/src/ui/data/sheet/types.ts +6 -6
- package/src/ui/data/sheet/useSheetCellAgent.ts +2 -2
- package/src/ui/data/sheet/useSheetCellStyling.ts +10 -10
- package/src/ui/data/sheet/useSheetColumnFixing.ts +2 -2
- package/src/ui/data/sheet/useSheetLayoutEngine.ts +8 -8
- package/src/ui/form/button/{sd-additional-button.control.ts → sd-additional-button.ts} +1 -1
- package/src/ui/form/button/{sd-anchor.control.ts → sd-anchor.ts} +1 -1
- package/src/ui/form/button/{sd-button.control.ts → sd-button.ts} +4 -4
- package/src/ui/form/button/{sd-modal-select-button.control.ts → sd-modal-select-button.ts} +16 -16
- package/src/ui/form/checkbox/{sd-checkbox-group-item.control.ts → sd-checkbox-group-item.ts} +6 -6
- package/src/ui/form/checkbox/{sd-checkbox-group.control.ts → sd-checkbox-group.ts} +1 -1
- package/src/ui/form/checkbox/{sd-checkbox.control.ts → sd-checkbox.ts} +1 -1
- package/src/ui/form/checkbox/{sd-switch.control.ts → sd-switch.ts} +1 -1
- package/src/ui/form/choice/{sd-state-preset.control.ts → sd-state-preset.ts} +14 -14
- package/src/ui/form/editor/{sd-tiptap-editor.control.ts → sd-tiptap-editor.ts} +1 -1
- package/src/ui/form/input/sd-date-range.picker.ts +5 -5
- package/src/ui/form/input/{sd-numpad.control.ts → sd-numpad.ts} +4 -4
- package/src/ui/form/input/{sd-range.control.ts → sd-range.ts} +6 -6
- package/src/ui/form/input/{sd-textarea.control.ts → sd-textarea.ts} +1 -1
- package/src/ui/form/input/sd-textfield-type-handlers.ts +18 -18
- package/src/ui/form/input/{sd-textfield.control.ts → sd-textfield.ts} +8 -8
- package/src/ui/form/{sd-form.control.ts → sd-form.ts} +1 -1
- package/src/ui/form/select/{sd-select-button.control.ts → sd-select-button.ts} +1 -1
- package/src/ui/form/select/{sd-select-item.control.ts → sd-select-item.ts} +7 -7
- package/src/ui/form/select/{sd-select.control.ts → sd-select.ts} +21 -21
- package/src/ui/layout/dock/{sd-dock-container.control.ts → sd-dock-container.ts} +3 -3
- package/src/ui/layout/dock/{sd-dock.control.ts → sd-dock.ts} +5 -5
- package/src/ui/layout/kanban/{sd-kanban-board.control.ts → sd-kanban-board.ts} +7 -7
- package/src/ui/layout/kanban/{sd-kanban-lane.control.ts → sd-kanban-lane.ts} +12 -12
- package/src/ui/layout/kanban/{sd-kanban.control.ts → sd-kanban.ts} +15 -15
- package/src/ui/layout/{sd-card.directive.ts → sd-card.ts} +2 -2
- package/src/ui/layout/{sd-gap.control.ts → sd-gap.ts} +1 -1
- package/src/ui/layout/{sd-pane.directive.ts → sd-pane.ts} +2 -2
- package/src/ui/layout/view/{sd-view-item.control.ts → sd-view-item.ts} +3 -3
- package/src/ui/layout/view/{sd-view.control.ts → sd-view.ts} +1 -1
- package/src/ui/navigation/collapse/{sd-collapse-icon.control.ts → sd-collapse-icon.ts} +1 -1
- package/src/ui/navigation/collapse/{sd-collapse.control.ts → sd-collapse.ts} +3 -3
- package/src/ui/navigation/menu-utils.ts +5 -5
- package/src/ui/navigation/pagination/{sd-pagination.control.ts → sd-pagination.ts} +3 -3
- package/src/ui/navigation/sidebar/{sd-sidebar-container.control.ts → sd-sidebar-container.ts} +1 -1
- package/src/ui/navigation/sidebar/{sd-sidebar-menu.control.ts → sd-sidebar-menu.ts} +19 -19
- package/src/ui/navigation/sidebar/{sd-sidebar-user.control.ts → sd-sidebar-user.ts} +14 -14
- package/src/ui/navigation/sidebar/{sd-sidebar.control.ts → sd-sidebar.ts} +4 -4
- package/src/ui/navigation/tab/{sd-tab-item.control.ts → sd-tab-item.ts} +3 -3
- package/src/ui/navigation/tab/{sd-tab.control.ts → sd-tab.ts} +1 -1
- package/src/ui/navigation/tab/{sd-tabview-item.control.ts → sd-tabview-item.ts} +4 -4
- package/src/ui/navigation/tab/{sd-tabview.control.ts → sd-tabview.ts} +6 -6
- package/src/ui/navigation/topbar/{sd-topbar-container.control.ts → sd-topbar-container.ts} +1 -1
- package/src/ui/navigation/topbar/{sd-topbar-menu.control.ts → sd-topbar-menu.ts} +26 -26
- package/src/ui/navigation/topbar/{sd-topbar-user.control.ts → sd-topbar-user.ts} +15 -15
- package/src/ui/navigation/topbar/{sd-topbar.control.ts → sd-topbar.ts} +6 -6
- package/src/ui/overlay/busy/{sd-busy-container.control.ts → sd-busy-container.ts} +3 -3
- package/src/ui/overlay/dropdown/{sd-dropdown-popup.control.ts → sd-dropdown-popup.ts} +4 -4
- package/src/ui/overlay/dropdown/{sd-dropdown.control.ts → sd-dropdown.ts} +4 -4
- package/src/ui/overlay/modal/{sd-confirm-modal.control.ts → sd-confirm-modal.ts} +5 -5
- package/src/ui/overlay/modal/sd-modal.provider.ts +18 -18
- package/src/ui/overlay/modal/{sd-modal.control.ts → sd-modal.ts} +1 -1
- package/src/ui/overlay/modal/{sd-prompt-modal.control.ts → sd-prompt-modal.ts} +6 -6
- package/src/ui/overlay/toast/{sd-toast-container.control.ts → sd-toast-container.ts} +1 -1
- package/src/ui/overlay/toast/{sd-toast.control.ts → sd-toast.ts} +3 -3
- package/src/ui/visual/{sd-barcode.control.ts → sd-barcode.ts} +3 -3
- package/src/ui/visual/{sd-calendar.control.ts → sd-calendar.ts} +4 -4
- package/src/ui/visual/{sd-echarts.control.ts → sd-echarts.ts} +1 -1
- package/src/ui/visual/{sd-label.control.ts → sd-label.ts} +1 -1
- package/src/ui/visual/{sd-note.control.ts → sd-note.ts} +1 -1
- package/src/ui/visual/{sd-progress.control.ts → sd-progress.ts} +1 -1
- package/dist/core/directives/sd-events.directive.d.ts.map +0 -1
- package/dist/core/directives/sd-invalid.directive.d.ts +0 -8
- package/dist/core/directives/sd-invalid.directive.d.ts.map +0 -1
- package/dist/core/directives/sd-item-of-template.directive.d.ts +0 -14
- package/dist/core/directives/sd-item-of-template.directive.d.ts.map +0 -1
- package/dist/core/directives/sd-ripple.directive.d.ts +0 -8
- package/dist/core/directives/sd-ripple.directive.d.ts.map +0 -1
- package/dist/core/directives/sd-router-link.directive.d.ts.map +0 -1
- package/dist/core/directives/sd-show-effect.directive.d.ts +0 -9
- package/dist/core/directives/sd-show-effect.directive.d.ts.map +0 -1
- package/dist/core/directives/sd-typed-template.directive.d.ts +0 -8
- package/dist/core/directives/sd-typed-template.directive.d.ts.map +0 -1
- package/dist/core/utils/TDirectiveInputSignals.d.ts.map +0 -1
- package/dist/core/utils/useCurrentPageCodeSignal.d.ts +0 -3
- package/dist/core/utils/useCurrentPageCodeSignal.d.ts.map +0 -1
- package/dist/core/utils/useFullPageCodeSignal.d.ts +0 -3
- package/dist/core/utils/useFullPageCodeSignal.d.ts.map +0 -1
- package/dist/core/utils/useSdSystemConfigResource.d.ts.map +0 -1
- package/dist/core/utils/useViewTitleSignal.d.ts +0 -3
- package/dist/core/utils/useViewTitleSignal.d.ts.map +0 -1
- package/dist/core/utils/useViewTypeSignal.d.ts +0 -4
- package/dist/core/utils/useViewTypeSignal.d.ts.map +0 -1
- package/dist/features/base/sd-base-container.control.d.ts.map +0 -1
- package/dist/features/data-view/sd-data-detail.control.d.ts +0 -73
- package/dist/features/data-view/sd-data-detail.control.d.ts.map +0 -1
- package/dist/features/data-view/sd-data-select-button.control.d.ts +0 -35
- package/dist/features/data-view/sd-data-select-button.control.d.ts.map +0 -1
- package/dist/features/data-view/sd-data-select-button.control.js +0 -219
- package/dist/features/data-view/sd-data-sheet-column.directive.d.ts +0 -8
- package/dist/features/data-view/sd-data-sheet-column.directive.d.ts.map +0 -1
- package/dist/features/data-view/sd-data-sheet.control.d.ts +0 -120
- package/dist/features/data-view/sd-data-sheet.control.d.ts.map +0 -1
- package/dist/features/data-view/useDataSheetExcelManager.d.ts.map +0 -1
- package/dist/features/data-view/useDataSheetInlineEditManager.d.ts.map +0 -1
- package/dist/features/data-view/useDataSheetModalEditManager.d.ts.map +0 -1
- package/dist/features/data-view/useDataSheetRefreshManager.d.ts.map +0 -1
- package/dist/features/permission-table/sd-permission-table.control.d.ts +0 -32
- package/dist/features/permission-table/sd-permission-table.control.d.ts.map +0 -1
- package/dist/features/shared-data/sd-shared-data-select-button.control.d.ts +0 -16
- package/dist/features/shared-data/sd-shared-data-select-button.control.d.ts.map +0 -1
- package/dist/features/shared-data/sd-shared-data-select-list.control.d.ts.map +0 -1
- package/dist/features/shared-data/sd-shared-data-select.control.d.ts.map +0 -1
- package/dist/ui/data/list/sd-list-item.control.d.ts +0 -20
- package/dist/ui/data/list/sd-list-item.control.d.ts.map +0 -1
- package/dist/ui/data/list/sd-list.control.d.ts +0 -7
- package/dist/ui/data/list/sd-list.control.d.ts.map +0 -1
- package/dist/ui/data/sheet/sd-sheet-column.directive.d.ts.map +0 -1
- package/dist/ui/data/sheet/sd-sheet.control.d.ts.map +0 -1
- package/dist/ui/data/sheet/useSheetColumnResizing.d.ts +0 -17
- package/dist/ui/data/sheet/useSheetColumnResizing.d.ts.map +0 -1
- package/dist/ui/data/sheet/useSheetDomAccessor.d.ts.map +0 -1
- package/dist/ui/form/button/sd-additional-button.control.d.ts +0 -8
- package/dist/ui/form/button/sd-additional-button.control.d.ts.map +0 -1
- package/dist/ui/form/button/sd-anchor.control.d.ts +0 -8
- package/dist/ui/form/button/sd-anchor.control.d.ts.map +0 -1
- package/dist/ui/form/button/sd-button.control.d.ts.map +0 -1
- package/dist/ui/form/button/sd-modal-select-button.control.d.ts +0 -38
- package/dist/ui/form/button/sd-modal-select-button.control.d.ts.map +0 -1
- package/dist/ui/form/checkbox/sd-checkbox-group-item.control.d.ts.map +0 -1
- package/dist/ui/form/checkbox/sd-checkbox-group.control.d.ts +0 -8
- package/dist/ui/form/checkbox/sd-checkbox-group.control.d.ts.map +0 -1
- package/dist/ui/form/checkbox/sd-checkbox.control.d.ts +0 -19
- package/dist/ui/form/checkbox/sd-checkbox.control.d.ts.map +0 -1
- package/dist/ui/form/checkbox/sd-switch.control.d.ts +0 -14
- package/dist/ui/form/checkbox/sd-switch.control.d.ts.map +0 -1
- package/dist/ui/form/choice/sd-state-preset.control.d.ts.map +0 -1
- package/dist/ui/form/editor/sd-tiptap-editor.control.d.ts.map +0 -1
- package/dist/ui/form/input/sd-numpad.control.d.ts.map +0 -1
- package/dist/ui/form/input/sd-range.control.d.ts +0 -13
- package/dist/ui/form/input/sd-range.control.d.ts.map +0 -1
- package/dist/ui/form/input/sd-textarea.control.d.ts +0 -23
- package/dist/ui/form/input/sd-textarea.control.d.ts.map +0 -1
- package/dist/ui/form/input/sd-textfield.control.d.ts +0 -39
- package/dist/ui/form/input/sd-textfield.control.d.ts.map +0 -1
- package/dist/ui/form/sd-form.control.d.ts.map +0 -1
- package/dist/ui/form/select/sd-select-button.control.d.ts +0 -7
- package/dist/ui/form/select/sd-select-button.control.d.ts.map +0 -1
- package/dist/ui/form/select/sd-select-item.control.d.ts +0 -18
- package/dist/ui/form/select/sd-select-item.control.d.ts.map +0 -1
- package/dist/ui/form/select/sd-select.control.d.ts.map +0 -1
- package/dist/ui/layout/dock/sd-dock-container.control.d.ts +0 -12
- package/dist/ui/layout/dock/sd-dock-container.control.d.ts.map +0 -1
- package/dist/ui/layout/dock/sd-dock.control.d.ts +0 -19
- package/dist/ui/layout/dock/sd-dock.control.d.ts.map +0 -1
- package/dist/ui/layout/kanban/sd-kanban-board.control.d.ts +0 -24
- package/dist/ui/layout/kanban/sd-kanban-board.control.d.ts.map +0 -1
- package/dist/ui/layout/kanban/sd-kanban-lane.control.d.ts.map +0 -1
- package/dist/ui/layout/kanban/sd-kanban.control.d.ts.map +0 -1
- package/dist/ui/layout/sd-card.directive.d.ts +0 -6
- package/dist/ui/layout/sd-card.directive.d.ts.map +0 -1
- package/dist/ui/layout/sd-gap.control.d.ts +0 -12
- package/dist/ui/layout/sd-gap.control.d.ts.map +0 -1
- package/dist/ui/layout/sd-pane.directive.d.ts +0 -6
- package/dist/ui/layout/sd-pane.directive.d.ts.map +0 -1
- package/dist/ui/layout/view/sd-view-item.control.d.ts +0 -9
- package/dist/ui/layout/view/sd-view-item.control.d.ts.map +0 -1
- package/dist/ui/layout/view/sd-view.control.d.ts +0 -8
- package/dist/ui/layout/view/sd-view.control.d.ts.map +0 -1
- package/dist/ui/navigation/collapse/sd-collapse-icon.control.d.ts +0 -13
- package/dist/ui/navigation/collapse/sd-collapse-icon.control.d.ts.map +0 -1
- package/dist/ui/navigation/collapse/sd-collapse.control.d.ts +0 -14
- package/dist/ui/navigation/collapse/sd-collapse.control.d.ts.map +0 -1
- package/dist/ui/navigation/pagination/sd-pagination.control.d.ts.map +0 -1
- package/dist/ui/navigation/sidebar/sd-sidebar-container.control.d.ts.map +0 -1
- package/dist/ui/navigation/sidebar/sd-sidebar-menu.control.d.ts +0 -22
- package/dist/ui/navigation/sidebar/sd-sidebar-menu.control.d.ts.map +0 -1
- package/dist/ui/navigation/sidebar/sd-sidebar-user.control.d.ts +0 -16
- package/dist/ui/navigation/sidebar/sd-sidebar-user.control.d.ts.map +0 -1
- package/dist/ui/navigation/sidebar/sd-sidebar.control.d.ts +0 -8
- package/dist/ui/navigation/sidebar/sd-sidebar.control.d.ts.map +0 -1
- package/dist/ui/navigation/tab/sd-tab-item.control.d.ts +0 -10
- package/dist/ui/navigation/tab/sd-tab-item.control.d.ts.map +0 -1
- package/dist/ui/navigation/tab/sd-tab.control.d.ts +0 -7
- package/dist/ui/navigation/tab/sd-tab.control.d.ts.map +0 -1
- package/dist/ui/navigation/tab/sd-tabview-item.control.d.ts +0 -10
- package/dist/ui/navigation/tab/sd-tabview-item.control.d.ts.map +0 -1
- package/dist/ui/navigation/tab/sd-tabview.control.d.ts +0 -9
- package/dist/ui/navigation/tab/sd-tabview.control.d.ts.map +0 -1
- package/dist/ui/navigation/topbar/sd-topbar-container.control.d.ts +0 -6
- package/dist/ui/navigation/topbar/sd-topbar-container.control.d.ts.map +0 -1
- package/dist/ui/navigation/topbar/sd-topbar-menu.control.d.ts +0 -23
- package/dist/ui/navigation/topbar/sd-topbar-menu.control.d.ts.map +0 -1
- package/dist/ui/navigation/topbar/sd-topbar-user.control.d.ts +0 -13
- package/dist/ui/navigation/topbar/sd-topbar-user.control.d.ts.map +0 -1
- package/dist/ui/navigation/topbar/sd-topbar.control.d.ts.map +0 -1
- package/dist/ui/overlay/busy/sd-busy-container.control.d.ts +0 -14
- package/dist/ui/overlay/busy/sd-busy-container.control.d.ts.map +0 -1
- package/dist/ui/overlay/dropdown/sd-dropdown-popup.control.d.ts +0 -8
- package/dist/ui/overlay/dropdown/sd-dropdown-popup.control.d.ts.map +0 -1
- package/dist/ui/overlay/dropdown/sd-dropdown.control.d.ts.map +0 -1
- package/dist/ui/overlay/modal/sd-confirm-modal.control.d.ts +0 -17
- package/dist/ui/overlay/modal/sd-confirm-modal.control.d.ts.map +0 -1
- package/dist/ui/overlay/modal/sd-modal.control.d.ts.map +0 -1
- package/dist/ui/overlay/modal/sd-prompt-modal.control.d.ts +0 -19
- package/dist/ui/overlay/modal/sd-prompt-modal.control.d.ts.map +0 -1
- package/dist/ui/overlay/toast/sd-toast-container.control.d.ts +0 -7
- package/dist/ui/overlay/toast/sd-toast-container.control.d.ts.map +0 -1
- package/dist/ui/overlay/toast/sd-toast.control.d.ts +0 -14
- package/dist/ui/overlay/toast/sd-toast.control.d.ts.map +0 -1
- package/dist/ui/visual/sd-barcode.control.d.ts +0 -11
- package/dist/ui/visual/sd-barcode.control.d.ts.map +0 -1
- package/dist/ui/visual/sd-calendar.control.d.ts.map +0 -1
- package/dist/ui/visual/sd-echarts.control.d.ts +0 -13
- package/dist/ui/visual/sd-echarts.control.d.ts.map +0 -1
- package/dist/ui/visual/sd-label.control.d.ts +0 -9
- package/dist/ui/visual/sd-label.control.d.ts.map +0 -1
- package/dist/ui/visual/sd-note.control.d.ts +0 -9
- package/dist/ui/visual/sd-note.control.d.ts.map +0 -1
- package/dist/ui/visual/sd-progress.control.d.ts +0 -11
- package/dist/ui/visual/sd-progress.control.d.ts.map +0 -1
- package/src/features/data-view/sd-data-select-button.control.ts +0 -210
- /package/dist/core/utils/{TDirectiveInputSignals.js → directive-input-signals.js} +0 -0
|
@@ -1,16 +1,16 @@
|
|
|
1
1
|
import { ChangeDetectionStrategy, Component, input, viewChild, ViewEncapsulation, } from "@angular/core";
|
|
2
|
-
import {
|
|
3
|
-
import {
|
|
4
|
-
import {
|
|
5
|
-
import {
|
|
6
|
-
import {
|
|
2
|
+
import { SdDropdown } from "../../overlay/dropdown/sd-dropdown";
|
|
3
|
+
import { SdDropdownPopup } from "../../overlay/dropdown/sd-dropdown-popup";
|
|
4
|
+
import { SdList } from "../../data/list/sd-list";
|
|
5
|
+
import { SdListItem } from "../../data/list/sd-list-item";
|
|
6
|
+
import { SdButton } from "../../form/button/sd-button";
|
|
7
7
|
import * as i0 from "@angular/core";
|
|
8
8
|
const _c0 = ["*"];
|
|
9
9
|
const _forTrack0 = ($index, $item) => $item.title;
|
|
10
|
-
function
|
|
10
|
+
function SdTopbarUser_For_6_Template(rf, ctx) { if (rf & 1) {
|
|
11
11
|
const _r1 = i0.ɵɵgetCurrentView();
|
|
12
12
|
i0.ɵɵelementStart(0, "sd-list-item", 1);
|
|
13
|
-
i0.ɵɵlistener("click", function
|
|
13
|
+
i0.ɵɵlistener("click", function SdTopbarUser_For_6_Template_sd_list_item_click_0_listener() { const menu_r2 = i0.ɵɵrestoreView(_r1).$implicit; const ctx_r2 = i0.ɵɵnextContext(); return i0.ɵɵresetView(ctx_r2.onMenuClick(menu_r2)); });
|
|
14
14
|
i0.ɵɵtext(1);
|
|
15
15
|
i0.ɵɵelementEnd();
|
|
16
16
|
} if (rf & 2) {
|
|
@@ -18,45 +18,45 @@ function SdTopbarUserControl_For_6_Template(rf, ctx) { if (rf & 1) {
|
|
|
18
18
|
i0.ɵɵadvance();
|
|
19
19
|
i0.ɵɵtextInterpolate1(" ", menu_r2.title, " ");
|
|
20
20
|
} }
|
|
21
|
-
export class
|
|
21
|
+
export class SdTopbarUser {
|
|
22
22
|
menus = input.required(...(ngDevMode ? [{ debugName: "menus" }] : /* istanbul ignore next */ []));
|
|
23
|
-
_dropdown = viewChild(
|
|
23
|
+
_dropdown = viewChild(SdDropdown, ...(ngDevMode ? [{ debugName: "_dropdown" }] : /* istanbul ignore next */ []));
|
|
24
24
|
onMenuClick(menu) {
|
|
25
25
|
menu.onClick();
|
|
26
26
|
this._dropdown()?.open.set(false);
|
|
27
27
|
}
|
|
28
|
-
static ɵfac = function
|
|
29
|
-
static ɵcmp = /*@__PURE__*/ i0.ɵɵdefineComponent({ type:
|
|
30
|
-
i0.ɵɵviewQuerySignal(ctx._dropdown,
|
|
28
|
+
static ɵfac = function SdTopbarUser_Factory(__ngFactoryType__) { return new (__ngFactoryType__ || SdTopbarUser)(); };
|
|
29
|
+
static ɵcmp = /*@__PURE__*/ i0.ɵɵdefineComponent({ type: SdTopbarUser, selectors: [["sd-topbar-user"]], viewQuery: function SdTopbarUser_Query(rf, ctx) { if (rf & 1) {
|
|
30
|
+
i0.ɵɵviewQuerySignal(ctx._dropdown, SdDropdown, 5);
|
|
31
31
|
} if (rf & 2) {
|
|
32
32
|
i0.ɵɵqueryAdvance();
|
|
33
|
-
} }, inputs: { menus: [1, "menus"] }, ngContentSelectors: _c0, decls: 7, vars: 2, consts: [[3, "inline", "theme"], [3, "click"]], template: function
|
|
33
|
+
} }, inputs: { menus: [1, "menus"] }, ngContentSelectors: _c0, decls: 7, vars: 2, consts: [[3, "inline", "theme"], [3, "click"]], template: function SdTopbarUser_Template(rf, ctx) { if (rf & 1) {
|
|
34
34
|
i0.ɵɵprojectionDef();
|
|
35
35
|
i0.ɵɵelementStart(0, "sd-dropdown")(1, "sd-button", 0);
|
|
36
36
|
i0.ɵɵprojection(2);
|
|
37
37
|
i0.ɵɵelementEnd();
|
|
38
38
|
i0.ɵɵelementStart(3, "sd-dropdown-popup")(4, "sd-list");
|
|
39
|
-
i0.ɵɵrepeaterCreate(5,
|
|
39
|
+
i0.ɵɵrepeaterCreate(5, SdTopbarUser_For_6_Template, 2, 1, "sd-list-item", null, _forTrack0);
|
|
40
40
|
i0.ɵɵelementEnd()()();
|
|
41
41
|
} if (rf & 2) {
|
|
42
42
|
i0.ɵɵadvance();
|
|
43
43
|
i0.ɵɵproperty("inline", true)("theme", "link-gray");
|
|
44
44
|
i0.ɵɵadvance(4);
|
|
45
45
|
i0.ɵɵrepeater(ctx.menus());
|
|
46
|
-
} }, dependencies: [
|
|
47
|
-
|
|
48
|
-
|
|
49
|
-
|
|
50
|
-
|
|
46
|
+
} }, dependencies: [SdDropdown,
|
|
47
|
+
SdDropdownPopup,
|
|
48
|
+
SdList,
|
|
49
|
+
SdListItem,
|
|
50
|
+
SdButton], encapsulation: 2, changeDetection: 0 });
|
|
51
51
|
}
|
|
52
|
-
(() => { (typeof ngDevMode === "undefined" || ngDevMode) && i0.ɵsetClassMetadata(
|
|
52
|
+
(() => { (typeof ngDevMode === "undefined" || ngDevMode) && i0.ɵsetClassMetadata(SdTopbarUser, [{
|
|
53
53
|
type: Component,
|
|
54
54
|
args: [{ selector: "sd-topbar-user", changeDetection: ChangeDetectionStrategy.OnPush, encapsulation: ViewEncapsulation.None, standalone: true, imports: [
|
|
55
|
-
|
|
56
|
-
|
|
57
|
-
|
|
58
|
-
|
|
59
|
-
|
|
55
|
+
SdDropdown,
|
|
56
|
+
SdDropdownPopup,
|
|
57
|
+
SdList,
|
|
58
|
+
SdListItem,
|
|
59
|
+
SdButton,
|
|
60
60
|
], template: `
|
|
61
61
|
<sd-dropdown>
|
|
62
62
|
<sd-button [inline]="true" [theme]="'link-gray'">
|
|
@@ -73,5 +73,5 @@ export class SdTopbarUserControl {
|
|
|
73
73
|
</sd-dropdown-popup>
|
|
74
74
|
</sd-dropdown>
|
|
75
75
|
` }]
|
|
76
|
-
}], null, { menus: [{ type: i0.Input, args: [{ isSignal: true, alias: "menus", required: true }] }], _dropdown: [{ type: i0.ViewChild, args: [i0.forwardRef(() =>
|
|
77
|
-
(() => { (typeof ngDevMode === "undefined" || ngDevMode) && i0.ɵsetClassDebugInfo(
|
|
76
|
+
}], null, { menus: [{ type: i0.Input, args: [{ isSignal: true, alias: "menus", required: true }] }], _dropdown: [{ type: i0.ViewChild, args: [i0.forwardRef(() => SdDropdown), { isSignal: true }] }] }); })();
|
|
77
|
+
(() => { (typeof ngDevMode === "undefined" || ngDevMode) && i0.ɵsetClassDebugInfo(SdTopbarUser, { className: "SdTopbarUser", filePath: "packages/angular/src/ui/navigation/topbar/sd-topbar-user.ts", lineNumber: 44, forbidOrphanRendering: true }); })();
|
|
@@ -1,12 +1,12 @@
|
|
|
1
|
-
import {
|
|
1
|
+
import { SdSidebarContainer } from "../sidebar/sd-sidebar-container";
|
|
2
2
|
import * as i0 from "@angular/core";
|
|
3
|
-
export declare class
|
|
3
|
+
export declare class SdTopbar {
|
|
4
4
|
private readonly _injectedSidebarContainer;
|
|
5
|
-
sidebarContainer: import("@angular/core").InputSignal<
|
|
5
|
+
sidebarContainer: import("@angular/core").InputSignal<SdSidebarContainer | undefined>;
|
|
6
6
|
hasSidebar: import("@angular/core").Signal<boolean>;
|
|
7
7
|
onToggleButtonClick(): void;
|
|
8
8
|
protected readonly tablerMenu2 = "<svg xmlns=\"http://www.w3.org/2000/svg\" viewBox=\"0 0 24 24\" fill=\"none\" stroke=\"currentColor\" stroke-linecap=\"round\" stroke-linejoin=\"round\" style=\"stroke-width:var(--ng-icon__stroke-width, 2)\"><path stroke=\"none\" d=\"M0 0h24v24H0z\" fill=\"none\"></path><path d=\"M4 6l16 0\"></path><path d=\"M4 12l16 0\"></path><path d=\"M4 18l16 0\"></path></svg>";
|
|
9
|
-
static ɵfac: i0.ɵɵFactoryDeclaration<
|
|
10
|
-
static ɵcmp: i0.ɵɵComponentDeclaration<
|
|
9
|
+
static ɵfac: i0.ɵɵFactoryDeclaration<SdTopbar, never>;
|
|
10
|
+
static ɵcmp: i0.ɵɵComponentDeclaration<SdTopbar, "sd-topbar", never, { "sidebarContainer": { "alias": "sidebarContainer"; "required": false; "isSignal": true; }; }, {}, never, ["*"], true, never>;
|
|
11
11
|
}
|
|
12
|
-
//# sourceMappingURL=sd-topbar.
|
|
12
|
+
//# sourceMappingURL=sd-topbar.d.ts.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"sd-topbar.d.ts","sourceRoot":"","sources":["../../../../src/ui/navigation/topbar/sd-topbar.ts"],"names":[],"mappings":"AAQA,OAAO,EAAE,kBAAkB,EAAE,MAAM,iCAAiC,CAAC;;AAKrE,qBA8Da,QAAQ;IACnB,OAAO,CAAC,QAAQ,CAAC,yBAAyB,CAEvC;IAEH,gBAAgB,sEAA+B;IAE/C,UAAU,0CAER;IAEF,mBAAmB,IAAI,IAAI;IAO3B,SAAS,CAAC,QAAQ,CAAC,WAAW,oXAAe;yCAlBlC,QAAQ;2CAAR,QAAQ;CAmBpB"}
|
|
@@ -1,14 +1,14 @@
|
|
|
1
1
|
import { ChangeDetectionStrategy, Component, computed, inject, input, ViewEncapsulation, } from "@angular/core";
|
|
2
|
-
import {
|
|
3
|
-
import {
|
|
2
|
+
import { SdSidebarContainer } from "../sidebar/sd-sidebar-container";
|
|
3
|
+
import { SdButton } from "../../form/button/sd-button";
|
|
4
4
|
import { NgIcon } from "@ng-icons/core";
|
|
5
5
|
import { tablerMenu2 } from "@ng-icons/tabler-icons";
|
|
6
6
|
import * as i0 from "@angular/core";
|
|
7
7
|
const _c0 = ["*"];
|
|
8
|
-
function
|
|
8
|
+
function SdTopbar_Conditional_0_Template(rf, ctx) { if (rf & 1) {
|
|
9
9
|
const _r1 = i0.ɵɵgetCurrentView();
|
|
10
10
|
i0.ɵɵelementStart(0, "sd-button", 1);
|
|
11
|
-
i0.ɵɵlistener("click", function
|
|
11
|
+
i0.ɵɵlistener("click", function SdTopbar_Conditional_0_Template_sd_button_click_0_listener() { i0.ɵɵrestoreView(_r1); const ctx_r1 = i0.ɵɵnextContext(); return i0.ɵɵresetView(ctx_r1.onToggleButtonClick()); });
|
|
12
12
|
i0.ɵɵelement(1, "ng-icon", 2);
|
|
13
13
|
i0.ɵɵelementEnd();
|
|
14
14
|
} if (rf & 2) {
|
|
@@ -17,8 +17,8 @@ function SdTopbarControl_Conditional_0_Template(rf, ctx) { if (rf & 1) {
|
|
|
17
17
|
i0.ɵɵadvance();
|
|
18
18
|
i0.ɵɵproperty("svg", ctx_r1.tablerMenu2);
|
|
19
19
|
} }
|
|
20
|
-
export class
|
|
21
|
-
_injectedSidebarContainer = inject(
|
|
20
|
+
export class SdTopbar {
|
|
21
|
+
_injectedSidebarContainer = inject(SdSidebarContainer, {
|
|
22
22
|
optional: true,
|
|
23
23
|
});
|
|
24
24
|
sidebarContainer = input(...(ngDevMode ? [undefined, { debugName: "sidebarContainer" }] : /* istanbul ignore next */ []));
|
|
@@ -30,18 +30,18 @@ export class SdTopbarControl {
|
|
|
30
30
|
}
|
|
31
31
|
}
|
|
32
32
|
tablerMenu2 = tablerMenu2;
|
|
33
|
-
static ɵfac = function
|
|
34
|
-
static ɵcmp = /*@__PURE__*/ i0.ɵɵdefineComponent({ type:
|
|
33
|
+
static ɵfac = function SdTopbar_Factory(__ngFactoryType__) { return new (__ngFactoryType__ || SdTopbar)(); };
|
|
34
|
+
static ɵcmp = /*@__PURE__*/ i0.ɵɵdefineComponent({ type: SdTopbar, selectors: [["sd-topbar"]], hostAttrs: [1, "flex-row", "gap-default", "cross-align-center", "main-align-start"], inputs: { sidebarContainer: [1, "sidebarContainer"] }, ngContentSelectors: _c0, decls: 2, vars: 1, consts: [[3, "theme", "buttonClass"], [3, "click", "theme", "buttonClass"], [3, "svg"]], template: function SdTopbar_Template(rf, ctx) { if (rf & 1) {
|
|
35
35
|
i0.ɵɵprojectionDef();
|
|
36
|
-
i0.ɵɵconditionalCreate(0,
|
|
36
|
+
i0.ɵɵconditionalCreate(0, SdTopbar_Conditional_0_Template, 2, 3, "sd-button", 0);
|
|
37
37
|
i0.ɵɵprojection(1);
|
|
38
38
|
} if (rf & 2) {
|
|
39
39
|
i0.ɵɵconditional(ctx.hasSidebar() ? 0 : -1);
|
|
40
|
-
} }, dependencies: [
|
|
40
|
+
} }, dependencies: [SdButton, NgIcon], styles: ["sd-topbar {\n height: var(--topbar-height);\n overflow-x: auto;\n overflow-y: hidden;\n user-select: none;\n background: var(--control-color);\n color: var(--text-trans-default);\n border-bottom: 1px solid var(--border-color-lighter);\n padding-left: var(--gap-sm);\n}\nsd-topbar > h1 {\n padding-right: var(--gap-xl);\n}\nsd-topbar > h2 {\n padding-right: var(--gap-xl);\n}\nsd-topbar > h3 {\n padding-right: var(--gap-xl);\n}\nsd-topbar > h4 {\n padding-right: var(--gap-xl);\n}\nsd-topbar > h5 {\n padding-right: var(--gap-xl);\n}\nsd-topbar > h6 {\n padding-right: var(--gap-xl);\n}\nsd-topbar::-webkit-scrollbar-track {\n background-color: var(--trans-light);\n}\nsd-topbar::-webkit-scrollbar-corner {\n background-color: var(--trans-light);\n}\nsd-topbar::-webkit-scrollbar {\n width: var(--gap-sm);\n height: var(--gap-sm);\n background-color: transparent;\n}\nsd-topbar::-webkit-scrollbar-thumb {\n background-color: var(--trans-default);\n}"], encapsulation: 2, changeDetection: 0 });
|
|
41
41
|
}
|
|
42
|
-
(() => { (typeof ngDevMode === "undefined" || ngDevMode) && i0.ɵsetClassMetadata(
|
|
42
|
+
(() => { (typeof ngDevMode === "undefined" || ngDevMode) && i0.ɵsetClassMetadata(SdTopbar, [{
|
|
43
43
|
type: Component,
|
|
44
|
-
args: [{ selector: "sd-topbar", changeDetection: ChangeDetectionStrategy.OnPush, encapsulation: ViewEncapsulation.None, standalone: true, imports: [
|
|
44
|
+
args: [{ selector: "sd-topbar", changeDetection: ChangeDetectionStrategy.OnPush, encapsulation: ViewEncapsulation.None, standalone: true, imports: [SdButton, NgIcon], host: {
|
|
45
45
|
"class": "flex-row gap-default cross-align-center main-align-start"
|
|
46
46
|
}, template: `
|
|
47
47
|
@if (hasSidebar()) {
|
|
@@ -57,4 +57,4 @@ export class SdTopbarControl {
|
|
|
57
57
|
<ng-content />
|
|
58
58
|
`, styles: ["sd-topbar {\n height: var(--topbar-height);\n overflow-x: auto;\n overflow-y: hidden;\n user-select: none;\n background: var(--control-color);\n color: var(--text-trans-default);\n border-bottom: 1px solid var(--border-color-lighter);\n padding-left: var(--gap-sm);\n}\nsd-topbar > h1 {\n padding-right: var(--gap-xl);\n}\nsd-topbar > h2 {\n padding-right: var(--gap-xl);\n}\nsd-topbar > h3 {\n padding-right: var(--gap-xl);\n}\nsd-topbar > h4 {\n padding-right: var(--gap-xl);\n}\nsd-topbar > h5 {\n padding-right: var(--gap-xl);\n}\nsd-topbar > h6 {\n padding-right: var(--gap-xl);\n}\nsd-topbar::-webkit-scrollbar-track {\n background-color: var(--trans-light);\n}\nsd-topbar::-webkit-scrollbar-corner {\n background-color: var(--trans-light);\n}\nsd-topbar::-webkit-scrollbar {\n width: var(--gap-sm);\n height: var(--gap-sm);\n background-color: transparent;\n}\nsd-topbar::-webkit-scrollbar-thumb {\n background-color: var(--trans-default);\n}"] }]
|
|
59
59
|
}], null, { sidebarContainer: [{ type: i0.Input, args: [{ isSignal: true, alias: "sidebarContainer", required: false }] }] }); })();
|
|
60
|
-
(() => { (typeof ngDevMode === "undefined" || ngDevMode) && i0.ɵsetClassDebugInfo(
|
|
60
|
+
(() => { (typeof ngDevMode === "undefined" || ngDevMode) && i0.ɵsetClassDebugInfo(SdTopbar, { className: "SdTopbar", filePath: "packages/angular/src/ui/navigation/topbar/sd-topbar.ts", lineNumber: 76, forbidOrphanRendering: true }); })();
|
|
@@ -0,0 +1,14 @@
|
|
|
1
|
+
import { type SdBusyType } from "../../../core/providers/sd-busy.provider";
|
|
2
|
+
import * as i0 from "@angular/core";
|
|
3
|
+
export declare class SdBusyContainer {
|
|
4
|
+
private readonly _sdBusy;
|
|
5
|
+
busy: import("@angular/core").InputSignalWithTransform<boolean, unknown>;
|
|
6
|
+
message: import("@angular/core").InputSignal<string | undefined>;
|
|
7
|
+
type: import("@angular/core").InputSignal<SdBusyType | undefined>;
|
|
8
|
+
progressPercent: import("@angular/core").InputSignal<number | undefined>;
|
|
9
|
+
currType: import("@angular/core").Signal<SdBusyType>;
|
|
10
|
+
constructor();
|
|
11
|
+
static ɵfac: i0.ɵɵFactoryDeclaration<SdBusyContainer, never>;
|
|
12
|
+
static ɵcmp: i0.ɵɵComponentDeclaration<SdBusyContainer, "sd-busy-container", never, { "busy": { "alias": "busy"; "required": false; "isSignal": true; }; "message": { "alias": "message"; "required": false; "isSignal": true; }; "type": { "alias": "type"; "required": false; "isSignal": true; }; "progressPercent": { "alias": "progressPercent"; "required": false; "isSignal": true; }; }, {}, never, ["*"], true, never>;
|
|
13
|
+
}
|
|
14
|
+
//# sourceMappingURL=sd-busy-container.d.ts.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"sd-busy-container.d.ts","sourceRoot":"","sources":["../../../../src/ui/overlay/busy/sd-busy-container.ts"],"names":[],"mappings":"AAUA,OAAO,EAAkB,KAAK,UAAU,EAAE,MAAM,0CAA0C,CAAC;;AAE3F,qBA+Ma,eAAe;IAC1B,OAAO,CAAC,QAAQ,CAAC,OAAO,CAA0B;IAElD,IAAI,qEAAiD;IACrD,OAAO,0DAAwC;IAC/C,IAAI,8DAA4C;IAChD,eAAe,0DAAwC;IAEvD,QAAQ,6CAAsD;;yCARnD,eAAe;2CAAf,eAAe;CAuB3B"}
|
|
@@ -2,18 +2,18 @@ import { booleanAttribute, ChangeDetectionStrategy, Component, computed, Element
|
|
|
2
2
|
import { SdBusyProvider } from "../../../core/providers/sd-busy.provider";
|
|
3
3
|
import * as i0 from "@angular/core";
|
|
4
4
|
const _c0 = ["*"];
|
|
5
|
-
function
|
|
5
|
+
function SdBusyContainer_Conditional_0_Case_3_Template(rf, ctx) { if (rf & 1) {
|
|
6
6
|
i0.ɵɵdomElement(0, "div", 3);
|
|
7
7
|
} }
|
|
8
|
-
function
|
|
8
|
+
function SdBusyContainer_Conditional_0_Case_4_Template(rf, ctx) { if (rf & 1) {
|
|
9
9
|
i0.ɵɵdomElement(0, "div", 4);
|
|
10
10
|
} }
|
|
11
|
-
function
|
|
11
|
+
function SdBusyContainer_Conditional_0_Case_5_Template(rf, ctx) { if (rf & 1) {
|
|
12
12
|
i0.ɵɵdomElementStart(0, "div", 5);
|
|
13
13
|
i0.ɵɵdomElement(1, "div", 8)(2, "div", 9)(3, "div", 10)(4, "div", 11);
|
|
14
14
|
i0.ɵɵdomElementEnd();
|
|
15
15
|
} }
|
|
16
|
-
function
|
|
16
|
+
function SdBusyContainer_Conditional_0_Conditional_6_Template(rf, ctx) { if (rf & 1) {
|
|
17
17
|
i0.ɵɵdomElementStart(0, "div", 6);
|
|
18
18
|
i0.ɵɵtext(1);
|
|
19
19
|
i0.ɵɵdomElementEnd();
|
|
@@ -22,7 +22,7 @@ function SdBusyContainerControl_Conditional_0_Conditional_6_Template(rf, ctx) {
|
|
|
22
22
|
i0.ɵɵadvance();
|
|
23
23
|
i0.ɵɵtextInterpolate(ctx_r0.message());
|
|
24
24
|
} }
|
|
25
|
-
function
|
|
25
|
+
function SdBusyContainer_Conditional_0_Conditional_7_Template(rf, ctx) { if (rf & 1) {
|
|
26
26
|
i0.ɵɵdomElementStart(0, "div", 7);
|
|
27
27
|
i0.ɵɵdomElement(1, "div", 12);
|
|
28
28
|
i0.ɵɵdomElementEnd();
|
|
@@ -31,12 +31,12 @@ function SdBusyContainerControl_Conditional_0_Conditional_7_Template(rf, ctx) {
|
|
|
31
31
|
i0.ɵɵadvance();
|
|
32
32
|
i0.ɵɵstyleProp("width", ctx_r0.progressPercent(), "%");
|
|
33
33
|
} }
|
|
34
|
-
function
|
|
34
|
+
function SdBusyContainer_Conditional_0_Template(rf, ctx) { if (rf & 1) {
|
|
35
35
|
i0.ɵɵdomElementStart(0, "div", 0)(1, "div", 1)(2, "div", 2);
|
|
36
|
-
i0.ɵɵconditionalCreate(3,
|
|
36
|
+
i0.ɵɵconditionalCreate(3, SdBusyContainer_Conditional_0_Case_3_Template, 1, 0, "div", 3)(4, SdBusyContainer_Conditional_0_Case_4_Template, 1, 0, "div", 4)(5, SdBusyContainer_Conditional_0_Case_5_Template, 5, 0, "div", 5);
|
|
37
37
|
i0.ɵɵdomElementEnd();
|
|
38
|
-
i0.ɵɵconditionalCreate(6,
|
|
39
|
-
i0.ɵɵconditionalCreate(7,
|
|
38
|
+
i0.ɵɵconditionalCreate(6, SdBusyContainer_Conditional_0_Conditional_6_Template, 2, 1, "div", 6);
|
|
39
|
+
i0.ɵɵconditionalCreate(7, SdBusyContainer_Conditional_0_Conditional_7_Template, 2, 2, "div", 7);
|
|
40
40
|
i0.ɵɵdomElementEnd()();
|
|
41
41
|
} if (rf & 2) {
|
|
42
42
|
let tmp_1_0;
|
|
@@ -48,7 +48,7 @@ function SdBusyContainerControl_Conditional_0_Template(rf, ctx) { if (rf & 1) {
|
|
|
48
48
|
i0.ɵɵadvance();
|
|
49
49
|
i0.ɵɵconditional(ctx_r0.progressPercent() !== undefined ? 7 : -1);
|
|
50
50
|
} }
|
|
51
|
-
export class
|
|
51
|
+
export class SdBusyContainer {
|
|
52
52
|
_sdBusy = inject(SdBusyProvider);
|
|
53
53
|
busy = input(false, { ...(ngDevMode ? { debugName: "busy" } : /* istanbul ignore next */ {}), transform: booleanAttribute });
|
|
54
54
|
message = input(undefined, ...(ngDevMode ? [{ debugName: "message" }] : /* istanbul ignore next */ []));
|
|
@@ -64,18 +64,18 @@ export class SdBusyContainerControl {
|
|
|
64
64
|
}
|
|
65
65
|
}, true);
|
|
66
66
|
}
|
|
67
|
-
static ɵfac = function
|
|
68
|
-
static ɵcmp = /*@__PURE__*/ i0.ɵɵdefineComponent({ type:
|
|
67
|
+
static ɵfac = function SdBusyContainer_Factory(__ngFactoryType__) { return new (__ngFactoryType__ || SdBusyContainer)(); };
|
|
68
|
+
static ɵcmp = /*@__PURE__*/ i0.ɵɵdefineComponent({ type: SdBusyContainer, selectors: [["sd-busy-container"]], hostVars: 2, hostBindings: function SdBusyContainer_HostBindings(rf, ctx) { if (rf & 2) {
|
|
69
69
|
i0.ɵɵattribute("data-sd-busy", ctx.busy() || undefined)("data-sd-type", ctx.currType());
|
|
70
|
-
} }, inputs: { busy: [1, "busy"], message: [1, "message"], type: [1, "type"], progressPercent: [1, "progressPercent"] }, ngContentSelectors: _c0, decls: 2, vars: 1, consts: [[1, "_screen"], [1, "_rect"], [1, "_indicator"], [1, "_spinner"], [1, "_bar"], [1, "_cube"], [1, "_message"], [1, "_progress"], [1, "_cube-face", "_cube-face-1"], [1, "_cube-face", "_cube-face-2"], [1, "_cube-face", "_cube-face-3"], [1, "_cube-face", "_cube-face-4"], [1, "_progress-bar"]], template: function
|
|
70
|
+
} }, inputs: { busy: [1, "busy"], message: [1, "message"], type: [1, "type"], progressPercent: [1, "progressPercent"] }, ngContentSelectors: _c0, decls: 2, vars: 1, consts: [[1, "_screen"], [1, "_rect"], [1, "_indicator"], [1, "_spinner"], [1, "_bar"], [1, "_cube"], [1, "_message"], [1, "_progress"], [1, "_cube-face", "_cube-face-1"], [1, "_cube-face", "_cube-face-2"], [1, "_cube-face", "_cube-face-3"], [1, "_cube-face", "_cube-face-4"], [1, "_progress-bar"]], template: function SdBusyContainer_Template(rf, ctx) { if (rf & 1) {
|
|
71
71
|
i0.ɵɵprojectionDef();
|
|
72
|
-
i0.ɵɵconditionalCreate(0,
|
|
72
|
+
i0.ɵɵconditionalCreate(0, SdBusyContainer_Conditional_0_Template, 8, 3, "div", 0);
|
|
73
73
|
i0.ɵɵprojection(1);
|
|
74
74
|
} if (rf & 2) {
|
|
75
75
|
i0.ɵɵconditional(ctx.busy() ? 0 : -1);
|
|
76
76
|
} }, styles: ["sd-busy-container {\n display: block;\n position: relative;\n}\nsd-busy-container > ._screen {\n position: absolute;\n top: 0;\n left: 0;\n right: 0;\n bottom: 0;\n z-index: 9998;\n display: flex;\n align-items: center;\n justify-content: center;\n background: var(--busy-overlay-bg);\n}\nsd-busy-container > ._screen > ._rect {\n display: flex;\n flex-direction: column;\n align-items: center;\n gap: var(--gap-default);\n}\nsd-busy-container > ._screen > ._rect > ._indicator > ._spinner {\n width: 2rem;\n height: 2rem;\n border: 0.1667rem solid var(--theme-primary-lighter);\n border-top-color: var(--theme-primary-default);\n border-radius: 50%;\n animation: sd-busy-spin 0.8s linear infinite;\n}\nsd-busy-container > ._screen > ._rect > ._indicator > ._bar {\n width: 6rem;\n height: 0.25rem;\n background: var(--theme-primary-lighter);\n border-radius: var(--border-radius-default);\n overflow: hidden;\n position: relative;\n}\nsd-busy-container > ._screen > ._rect > ._indicator > ._bar::after {\n content: \"\";\n position: absolute;\n top: 0;\n left: 0;\n height: 100%;\n width: 40%;\n background: var(--theme-primary-default);\n border-radius: var(--border-radius-default);\n animation: sd-busy-bar 1.5s ease-in-out infinite;\n}\nsd-busy-container > ._screen > ._rect > ._indicator > ._cube {\n width: 2rem;\n height: 2rem;\n position: relative;\n animation: sd-busy-cube-rotate 1.8s infinite ease-in-out;\n}\nsd-busy-container > ._screen > ._rect > ._indicator > ._cube > ._cube-face {\n position: absolute;\n width: 50%;\n height: 50%;\n background: var(--theme-primary-default);\n animation: sd-busy-cube-fold 1.8s infinite ease-in-out;\n}\nsd-busy-container > ._screen > ._rect > ._indicator > ._cube > ._cube-face._cube-face-1 {\n top: 0;\n left: 0;\n}\nsd-busy-container > ._screen > ._rect > ._indicator > ._cube > ._cube-face._cube-face-2 {\n top: 0;\n right: 0;\n animation-delay: 0.45s;\n}\nsd-busy-container > ._screen > ._rect > ._indicator > ._cube > ._cube-face._cube-face-3 {\n bottom: 0;\n right: 0;\n animation-delay: 0.9s;\n}\nsd-busy-container > ._screen > ._rect > ._indicator > ._cube > ._cube-face._cube-face-4 {\n bottom: 0;\n left: 0;\n animation-delay: 1.35s;\n}\nsd-busy-container > ._screen > ._rect > ._message {\n font-size: var(--font-size-sm);\n color: var(--text-trans-light);\n text-align: center;\n}\nsd-busy-container > ._screen > ._rect > ._progress {\n width: 10rem;\n height: 0.25rem;\n background: var(--theme-primary-lighter);\n border-radius: var(--border-radius-default);\n overflow: hidden;\n}\nsd-busy-container > ._screen > ._rect > ._progress > ._progress-bar {\n height: 100%;\n background: var(--theme-primary-default);\n transition: width 0.3s ease;\n}\n\n@keyframes sd-busy-spin {\n to {\n transform: rotate(360deg);\n }\n}\n@keyframes sd-busy-bar {\n 0% {\n left: -40%;\n }\n 100% {\n left: 100%;\n }\n}\n@keyframes sd-busy-cube-rotate {\n 0% {\n transform: perspective(6.25rem) rotateX(0deg) rotateY(0deg);\n }\n 50% {\n transform: perspective(6.25rem) rotateX(-180deg) rotateY(0deg);\n }\n 100% {\n transform: perspective(6.25rem) rotateX(-180deg) rotateY(-180deg);\n }\n}\n@keyframes sd-busy-cube-fold {\n 0%, 10% {\n transform: scale(1);\n }\n 25% {\n transform: scale(0.5);\n }\n 50%, 100% {\n transform: scale(1);\n }\n}"], encapsulation: 2, changeDetection: 0 });
|
|
77
77
|
}
|
|
78
|
-
(() => { (typeof ngDevMode === "undefined" || ngDevMode) && i0.ɵsetClassMetadata(
|
|
78
|
+
(() => { (typeof ngDevMode === "undefined" || ngDevMode) && i0.ɵsetClassMetadata(SdBusyContainer, [{
|
|
79
79
|
type: Component,
|
|
80
80
|
args: [{ selector: "sd-busy-container", changeDetection: ChangeDetectionStrategy.OnPush, encapsulation: ViewEncapsulation.None, standalone: true, host: {
|
|
81
81
|
"[attr.data-sd-busy]": "busy() || undefined",
|
|
@@ -116,4 +116,4 @@ export class SdBusyContainerControl {
|
|
|
116
116
|
<ng-content></ng-content>
|
|
117
117
|
`, styles: ["sd-busy-container {\n display: block;\n position: relative;\n}\nsd-busy-container > ._screen {\n position: absolute;\n top: 0;\n left: 0;\n right: 0;\n bottom: 0;\n z-index: 9998;\n display: flex;\n align-items: center;\n justify-content: center;\n background: var(--busy-overlay-bg);\n}\nsd-busy-container > ._screen > ._rect {\n display: flex;\n flex-direction: column;\n align-items: center;\n gap: var(--gap-default);\n}\nsd-busy-container > ._screen > ._rect > ._indicator > ._spinner {\n width: 2rem;\n height: 2rem;\n border: 0.1667rem solid var(--theme-primary-lighter);\n border-top-color: var(--theme-primary-default);\n border-radius: 50%;\n animation: sd-busy-spin 0.8s linear infinite;\n}\nsd-busy-container > ._screen > ._rect > ._indicator > ._bar {\n width: 6rem;\n height: 0.25rem;\n background: var(--theme-primary-lighter);\n border-radius: var(--border-radius-default);\n overflow: hidden;\n position: relative;\n}\nsd-busy-container > ._screen > ._rect > ._indicator > ._bar::after {\n content: \"\";\n position: absolute;\n top: 0;\n left: 0;\n height: 100%;\n width: 40%;\n background: var(--theme-primary-default);\n border-radius: var(--border-radius-default);\n animation: sd-busy-bar 1.5s ease-in-out infinite;\n}\nsd-busy-container > ._screen > ._rect > ._indicator > ._cube {\n width: 2rem;\n height: 2rem;\n position: relative;\n animation: sd-busy-cube-rotate 1.8s infinite ease-in-out;\n}\nsd-busy-container > ._screen > ._rect > ._indicator > ._cube > ._cube-face {\n position: absolute;\n width: 50%;\n height: 50%;\n background: var(--theme-primary-default);\n animation: sd-busy-cube-fold 1.8s infinite ease-in-out;\n}\nsd-busy-container > ._screen > ._rect > ._indicator > ._cube > ._cube-face._cube-face-1 {\n top: 0;\n left: 0;\n}\nsd-busy-container > ._screen > ._rect > ._indicator > ._cube > ._cube-face._cube-face-2 {\n top: 0;\n right: 0;\n animation-delay: 0.45s;\n}\nsd-busy-container > ._screen > ._rect > ._indicator > ._cube > ._cube-face._cube-face-3 {\n bottom: 0;\n right: 0;\n animation-delay: 0.9s;\n}\nsd-busy-container > ._screen > ._rect > ._indicator > ._cube > ._cube-face._cube-face-4 {\n bottom: 0;\n left: 0;\n animation-delay: 1.35s;\n}\nsd-busy-container > ._screen > ._rect > ._message {\n font-size: var(--font-size-sm);\n color: var(--text-trans-light);\n text-align: center;\n}\nsd-busy-container > ._screen > ._rect > ._progress {\n width: 10rem;\n height: 0.25rem;\n background: var(--theme-primary-lighter);\n border-radius: var(--border-radius-default);\n overflow: hidden;\n}\nsd-busy-container > ._screen > ._rect > ._progress > ._progress-bar {\n height: 100%;\n background: var(--theme-primary-default);\n transition: width 0.3s ease;\n}\n\n@keyframes sd-busy-spin {\n to {\n transform: rotate(360deg);\n }\n}\n@keyframes sd-busy-bar {\n 0% {\n left: -40%;\n }\n 100% {\n left: 100%;\n }\n}\n@keyframes sd-busy-cube-rotate {\n 0% {\n transform: perspective(6.25rem) rotateX(0deg) rotateY(0deg);\n }\n 50% {\n transform: perspective(6.25rem) rotateX(-180deg) rotateY(0deg);\n }\n 100% {\n transform: perspective(6.25rem) rotateX(-180deg) rotateY(-180deg);\n }\n}\n@keyframes sd-busy-cube-fold {\n 0%, 10% {\n transform: scale(1);\n }\n 25% {\n transform: scale(0.5);\n }\n 50%, 100% {\n transform: scale(1);\n }\n}"] }]
|
|
118
118
|
}], () => [], { busy: [{ type: i0.Input, args: [{ isSignal: true, alias: "busy", required: false }] }], message: [{ type: i0.Input, args: [{ isSignal: true, alias: "message", required: false }] }], type: [{ type: i0.Input, args: [{ isSignal: true, alias: "type", required: false }] }], progressPercent: [{ type: i0.Input, args: [{ isSignal: true, alias: "progressPercent", required: false }] }] }); })();
|
|
119
|
-
(() => { (typeof ngDevMode === "undefined" || ngDevMode) && i0.ɵsetClassDebugInfo(
|
|
119
|
+
(() => { (typeof ngDevMode === "undefined" || ngDevMode) && i0.ɵsetClassDebugInfo(SdBusyContainer, { className: "SdBusyContainer", filePath: "packages/angular/src/ui/overlay/busy/sd-busy-container.ts", lineNumber: 220, forbidOrphanRendering: true }); })();
|
|
@@ -0,0 +1,8 @@
|
|
|
1
|
+
import * as i0 from "@angular/core";
|
|
2
|
+
export declare class SdDropdownPopup {
|
|
3
|
+
private readonly _parentControl;
|
|
4
|
+
onKeydown(event: KeyboardEvent): void;
|
|
5
|
+
static ɵfac: i0.ɵɵFactoryDeclaration<SdDropdownPopup, never>;
|
|
6
|
+
static ɵcmp: i0.ɵɵComponentDeclaration<SdDropdownPopup, "sd-dropdown-popup", never, {}, {}, never, ["*"], true, never>;
|
|
7
|
+
}
|
|
8
|
+
//# sourceMappingURL=sd-dropdown-popup.d.ts.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"sd-dropdown-popup.d.ts","sourceRoot":"","sources":["../../../../src/ui/overlay/dropdown/sd-dropdown-popup.ts"],"names":[],"mappings":";AASA,qBA6Ea,eAAe;IAC1B,OAAO,CAAC,QAAQ,CAAC,cAAc,CAE7B;IAEF,SAAS,CAAC,KAAK,EAAE,aAAa,GAAG,IAAI;yCAL1B,eAAe;2CAAf,eAAe;CAQ3B"}
|
|
@@ -1,23 +1,23 @@
|
|
|
1
1
|
import { ChangeDetectionStrategy, Component, forwardRef, inject, ViewEncapsulation, } from "@angular/core";
|
|
2
|
-
import {
|
|
2
|
+
import { SdDropdown } from "./sd-dropdown";
|
|
3
3
|
import * as i0 from "@angular/core";
|
|
4
4
|
const _c0 = ["*"];
|
|
5
|
-
export class
|
|
6
|
-
_parentControl = inject(forwardRef(() =>
|
|
5
|
+
export class SdDropdownPopup {
|
|
6
|
+
_parentControl = inject(forwardRef(() => SdDropdown));
|
|
7
7
|
onKeydown(event) {
|
|
8
8
|
this._parentControl.onPopupKeydown(event);
|
|
9
9
|
}
|
|
10
|
-
static ɵfac = function
|
|
11
|
-
static ɵcmp = /*@__PURE__*/ i0.ɵɵdefineComponent({ type:
|
|
12
|
-
i0.ɵɵlistener("keydown", function
|
|
13
|
-
} }, ngContentSelectors: _c0, decls: 2, vars: 0, template: function
|
|
10
|
+
static ɵfac = function SdDropdownPopup_Factory(__ngFactoryType__) { return new (__ngFactoryType__ || SdDropdownPopup)(); };
|
|
11
|
+
static ɵcmp = /*@__PURE__*/ i0.ɵɵdefineComponent({ type: SdDropdownPopup, selectors: [["sd-dropdown-popup"]], hostBindings: function SdDropdownPopup_HostBindings(rf, ctx) { if (rf & 1) {
|
|
12
|
+
i0.ɵɵlistener("keydown", function SdDropdownPopup_keydown_HostBindingHandler($event) { return ctx.onKeydown($event); });
|
|
13
|
+
} }, ngContentSelectors: _c0, decls: 2, vars: 0, template: function SdDropdownPopup_Template(rf, ctx) { if (rf & 1) {
|
|
14
14
|
i0.ɵɵprojectionDef();
|
|
15
15
|
i0.ɵɵdomElementStart(0, "div");
|
|
16
16
|
i0.ɵɵprojection(1);
|
|
17
17
|
i0.ɵɵdomElementEnd();
|
|
18
18
|
} }, styles: ["sd-dropdown-popup {\n position: fixed;\n z-index: var(--z-index-dropdown);\n opacity: 0;\n transform: translateY(-0.625rem);\n transition: 0.1s linear;\n transition-property: transform, opacity;\n pointer-events: none;\n background: var(--control-color);\n min-width: 7.5rem;\n box-shadow: 0 calc(4 * var(--elevation-size)) calc(4 * 4 * var(--elevation-size)) var(--trans-lighter), 0 var(--elevation-size) var(--elevation-size) var(--trans-lighter);\n overflow: hidden;\n border-radius: var(--border-radius-default);\n border: 1px solid var(--border-color-light);\n}\nsd-dropdown-popup > div {\n width: 100%;\n height: 100%;\n overflow: auto;\n white-space: nowrap;\n}\nsd-dropdown-popup:focus {\n outline: 1px solid var(--theme-primary-default);\n}\n@media all and (max-width: 520px) {\n sd-dropdown-popup {\n box-shadow: none;\n border: 1px solid var(--border-color-default);\n }\n}\nsd-dropdown-popup[data-sd-mobile] {\n position: fixed;\n left: 0;\n right: 0;\n bottom: 0;\n top: auto;\n max-height: 80vh;\n border-radius: var(--border-radius-default) var(--border-radius-default) 0 0;\n opacity: 1;\n pointer-events: auto;\n transform: none;\n animation: sd-dropdown-slide-up 0.2s ease-out;\n box-shadow: 0 calc(8 * var(--elevation-size)) calc(8 * 4 * var(--elevation-size)) var(--trans-lighter), 0 var(--elevation-size) var(--elevation-size) var(--trans-lighter);\n}\n\n@keyframes sd-dropdown-slide-up {\n from {\n transform: translateY(100%);\n }\n to {\n transform: translateY(0);\n }\n}"], encapsulation: 2, changeDetection: 0 });
|
|
19
19
|
}
|
|
20
|
-
(() => { (typeof ngDevMode === "undefined" || ngDevMode) && i0.ɵsetClassMetadata(
|
|
20
|
+
(() => { (typeof ngDevMode === "undefined" || ngDevMode) && i0.ɵsetClassMetadata(SdDropdownPopup, [{
|
|
21
21
|
type: Component,
|
|
22
22
|
args: [{ selector: "sd-dropdown-popup", changeDetection: ChangeDetectionStrategy.OnPush, encapsulation: ViewEncapsulation.None, standalone: true, imports: [], host: {
|
|
23
23
|
"(keydown)": "onKeydown($event)",
|
|
@@ -27,4 +27,4 @@ export class SdDropdownPopupControl {
|
|
|
27
27
|
</div>
|
|
28
28
|
`, styles: ["sd-dropdown-popup {\n position: fixed;\n z-index: var(--z-index-dropdown);\n opacity: 0;\n transform: translateY(-0.625rem);\n transition: 0.1s linear;\n transition-property: transform, opacity;\n pointer-events: none;\n background: var(--control-color);\n min-width: 7.5rem;\n box-shadow: 0 calc(4 * var(--elevation-size)) calc(4 * 4 * var(--elevation-size)) var(--trans-lighter), 0 var(--elevation-size) var(--elevation-size) var(--trans-lighter);\n overflow: hidden;\n border-radius: var(--border-radius-default);\n border: 1px solid var(--border-color-light);\n}\nsd-dropdown-popup > div {\n width: 100%;\n height: 100%;\n overflow: auto;\n white-space: nowrap;\n}\nsd-dropdown-popup:focus {\n outline: 1px solid var(--theme-primary-default);\n}\n@media all and (max-width: 520px) {\n sd-dropdown-popup {\n box-shadow: none;\n border: 1px solid var(--border-color-default);\n }\n}\nsd-dropdown-popup[data-sd-mobile] {\n position: fixed;\n left: 0;\n right: 0;\n bottom: 0;\n top: auto;\n max-height: 80vh;\n border-radius: var(--border-radius-default) var(--border-radius-default) 0 0;\n opacity: 1;\n pointer-events: auto;\n transform: none;\n animation: sd-dropdown-slide-up 0.2s ease-out;\n box-shadow: 0 calc(8 * var(--elevation-size)) calc(8 * 4 * var(--elevation-size)) var(--trans-lighter), 0 var(--elevation-size) var(--elevation-size) var(--trans-lighter);\n}\n\n@keyframes sd-dropdown-slide-up {\n from {\n transform: translateY(100%);\n }\n to {\n transform: translateY(0);\n }\n}"] }]
|
|
29
29
|
}], null, null); })();
|
|
30
|
-
(() => { (typeof ngDevMode === "undefined" || ngDevMode) && i0.ɵsetClassDebugInfo(
|
|
30
|
+
(() => { (typeof ngDevMode === "undefined" || ngDevMode) && i0.ɵsetClassDebugInfo(SdDropdownPopup, { className: "SdDropdownPopup", filePath: "packages/angular/src/ui/overlay/dropdown/sd-dropdown-popup.ts", lineNumber: 87, forbidOrphanRendering: true }); })();
|
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
import { ElementRef } from "@angular/core";
|
|
2
2
|
import "@simplysm/core-browser";
|
|
3
3
|
import * as i0 from "@angular/core";
|
|
4
|
-
export declare class
|
|
4
|
+
export declare class SdDropdown {
|
|
5
5
|
private readonly _elRef;
|
|
6
6
|
open: import("@angular/core").ModelSignal<boolean>;
|
|
7
7
|
disabled: import("@angular/core").InputSignalWithTransform<boolean, unknown>;
|
|
@@ -21,7 +21,7 @@ export declare class SdDropdownControl {
|
|
|
21
21
|
private _onDocumentScrollCapture;
|
|
22
22
|
private _onDocumentBlurCapture;
|
|
23
23
|
private _removePopup;
|
|
24
|
-
static ɵfac: i0.ɵɵFactoryDeclaration<
|
|
25
|
-
static ɵcmp: i0.ɵɵComponentDeclaration<
|
|
24
|
+
static ɵfac: i0.ɵɵFactoryDeclaration<SdDropdown, never>;
|
|
25
|
+
static ɵcmp: i0.ɵɵComponentDeclaration<SdDropdown, "sd-dropdown", never, { "open": { "alias": "open"; "required": false; "isSignal": true; }; "disabled": { "alias": "disabled"; "required": false; "isSignal": true; }; }, { "open": "openChange"; }, ["popupElRef"], ["*", "sd-dropdown-popup"], true, never>;
|
|
26
26
|
}
|
|
27
|
-
//# sourceMappingURL=sd-dropdown.
|
|
27
|
+
//# sourceMappingURL=sd-dropdown.d.ts.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"sd-dropdown.d.ts","sourceRoot":"","sources":["../../../../src/ui/overlay/dropdown/sd-dropdown.ts"],"names":[],"mappings":"AAAA,OAAO,EAOL,UAAU,EAMX,MAAM,eAAe,CAAC;AAEvB,OAAO,wBAAwB,CAAC;;AAEhC,qBAgBa,UAAU;IACrB,OAAO,CAAC,QAAQ,CAAC,MAAM,CAAmC;IAE1D,IAAI,+CAAgB;IACpB,QAAQ,qEAAiD;IAEzD,UAAU,0DAGR;IAEF,OAAO,CAAC,QAAQ,CAAC,CAAc;IAC/B,OAAO,CAAC,YAAY,CAAC,CAAc;IACnC,OAAO,CAAC,WAAW,CAAC,CAAc;IAClC,OAAO,CAAC,QAAQ,CAAC,SAAS,CAAC;IAC3B,OAAO,CAAC,QAAQ,CAAC,IAAI,CAAiB;;IAiEtC,WAAW,IAAI,IAAI;IAQnB,aAAa,CAAC,KAAK,EAAE,aAAa,GAAG,IAAI;IA8CzC,cAAc,CAAC,KAAK,EAAE,aAAa,GAAG,IAAI;IAY1C,OAAO,CAAC,UAAU;IAOlB,OAAO,CAAC,WAAW;IAMnB,OAAO,CAAC,oBAAoB;IAuC5B,OAAO,CAAC,wBAAwB;IAShC,OAAO,CAAC,sBAAsB;IAqC9B,OAAO,CAAC,YAAY;yCApPT,UAAU;2CAAV,UAAU;CAoRtB"}
|
|
@@ -1,14 +1,14 @@
|
|
|
1
1
|
import { booleanAttribute, ChangeDetectionStrategy, Component, contentChild, DestroyRef, effect, ElementRef, inject, input, model, signal, ViewEncapsulation, } from "@angular/core";
|
|
2
|
-
import {
|
|
2
|
+
import { SdDropdownPopup } from "./sd-dropdown-popup";
|
|
3
3
|
import "@simplysm/core-browser";
|
|
4
4
|
import * as i0 from "@angular/core";
|
|
5
5
|
const _c0 = ["*", [["sd-dropdown-popup"]]];
|
|
6
6
|
const _c1 = ["*", "sd-dropdown-popup"];
|
|
7
|
-
export class
|
|
7
|
+
export class SdDropdown {
|
|
8
8
|
_elRef = inject((ElementRef));
|
|
9
9
|
open = model(false, ...(ngDevMode ? [{ debugName: "open" }] : /* istanbul ignore next */ []));
|
|
10
10
|
disabled = input(false, { ...(ngDevMode ? { debugName: "disabled" } : /* istanbul ignore next */ {}), transform: booleanAttribute });
|
|
11
|
-
popupElRef = contentChild.required(
|
|
11
|
+
popupElRef = contentChild.required(SdDropdownPopup, { read: ElementRef });
|
|
12
12
|
_popupEl;
|
|
13
13
|
_mouseoverEl;
|
|
14
14
|
_backdropEl;
|
|
@@ -246,22 +246,22 @@ export class SdDropdownControl {
|
|
|
246
246
|
this._popupEl = undefined;
|
|
247
247
|
}
|
|
248
248
|
}
|
|
249
|
-
static ɵfac = function
|
|
250
|
-
static ɵcmp = /*@__PURE__*/ i0.ɵɵdefineComponent({ type:
|
|
251
|
-
i0.ɵɵcontentQuerySignal(dirIndex, ctx.popupElRef,
|
|
249
|
+
static ɵfac = function SdDropdown_Factory(__ngFactoryType__) { return new (__ngFactoryType__ || SdDropdown)(); };
|
|
250
|
+
static ɵcmp = /*@__PURE__*/ i0.ɵɵdefineComponent({ type: SdDropdown, selectors: [["sd-dropdown"]], contentQueries: function SdDropdown_ContentQueries(rf, ctx, dirIndex) { if (rf & 1) {
|
|
251
|
+
i0.ɵɵcontentQuerySignal(dirIndex, ctx.popupElRef, SdDropdownPopup, 5, ElementRef);
|
|
252
252
|
} if (rf & 2) {
|
|
253
253
|
i0.ɵɵqueryAdvance();
|
|
254
|
-
} }, hostVars: 1, hostBindings: function
|
|
255
|
-
i0.ɵɵlistener("click", function
|
|
254
|
+
} }, hostVars: 1, hostBindings: function SdDropdown_HostBindings(rf, ctx) { if (rf & 1) {
|
|
255
|
+
i0.ɵɵlistener("click", function SdDropdown_click_HostBindingHandler() { return ctx.onHostClick(); })("keydown", function SdDropdown_keydown_HostBindingHandler($event) { return ctx.onHostKeydown($event); });
|
|
256
256
|
} if (rf & 2) {
|
|
257
257
|
i0.ɵɵattribute("tabindex", ctx.disabled() ? undefined : "0");
|
|
258
|
-
} }, inputs: { open: [1, "open"], disabled: [1, "disabled"] }, outputs: { open: "openChange" }, ngContentSelectors: _c1, decls: 2, vars: 0, template: function
|
|
258
|
+
} }, inputs: { open: [1, "open"], disabled: [1, "disabled"] }, outputs: { open: "openChange" }, ngContentSelectors: _c1, decls: 2, vars: 0, template: function SdDropdown_Template(rf, ctx) { if (rf & 1) {
|
|
259
259
|
i0.ɵɵprojectionDef(_c0);
|
|
260
260
|
i0.ɵɵprojection(0);
|
|
261
261
|
i0.ɵɵprojection(1, 1);
|
|
262
262
|
} }, encapsulation: 2, changeDetection: 0 });
|
|
263
263
|
}
|
|
264
|
-
(() => { (typeof ngDevMode === "undefined" || ngDevMode) && i0.ɵsetClassMetadata(
|
|
264
|
+
(() => { (typeof ngDevMode === "undefined" || ngDevMode) && i0.ɵsetClassMetadata(SdDropdown, [{
|
|
265
265
|
type: Component,
|
|
266
266
|
args: [{
|
|
267
267
|
selector: "sd-dropdown",
|
|
@@ -279,5 +279,5 @@ export class SdDropdownControl {
|
|
|
279
279
|
<ng-content select="sd-dropdown-popup" />
|
|
280
280
|
`,
|
|
281
281
|
}]
|
|
282
|
-
}], () => [], { open: [{ type: i0.Input, args: [{ isSignal: true, alias: "open", required: false }] }, { type: i0.Output, args: ["openChange"] }], disabled: [{ type: i0.Input, args: [{ isSignal: true, alias: "disabled", required: false }] }], popupElRef: [{ type: i0.ContentChild, args: [i0.forwardRef(() =>
|
|
283
|
-
(() => { (typeof ngDevMode === "undefined" || ngDevMode) && i0.ɵsetClassDebugInfo(
|
|
282
|
+
}], () => [], { open: [{ type: i0.Input, args: [{ isSignal: true, alias: "open", required: false }] }, { type: i0.Output, args: ["openChange"] }], disabled: [{ type: i0.Input, args: [{ isSignal: true, alias: "disabled", required: false }] }], popupElRef: [{ type: i0.ContentChild, args: [i0.forwardRef(() => SdDropdownPopup), { ...{ read: ElementRef }, isSignal: true }] }] }); })();
|
|
283
|
+
(() => { (typeof ngDevMode === "undefined" || ngDevMode) && i0.ɵsetClassDebugInfo(SdDropdown, { className: "SdDropdown", filePath: "packages/angular/src/ui/overlay/dropdown/sd-dropdown.ts", lineNumber: 34, forbidOrphanRendering: true }); })();
|
|
@@ -0,0 +1,17 @@
|
|
|
1
|
+
import type { SdModalContentDef } from "./sd-modal.provider";
|
|
2
|
+
import * as i0 from "@angular/core";
|
|
3
|
+
/**
|
|
4
|
+
* 범용 확인 모달.
|
|
5
|
+
* SdModalContentDef<boolean> 구현. message를 표시하고, 확인/취소.
|
|
6
|
+
* 확인 시 true emit, 취소 시 undefined emit.
|
|
7
|
+
*/
|
|
8
|
+
export declare class SdConfirmModal implements SdModalContentDef<boolean> {
|
|
9
|
+
initialized: import("@angular/core").WritableSignal<boolean>;
|
|
10
|
+
close: import("@angular/core").OutputEmitterRef<boolean | undefined>;
|
|
11
|
+
message: import("@angular/core").InputSignal<string>;
|
|
12
|
+
onConfirm(): void;
|
|
13
|
+
onCancel(): void;
|
|
14
|
+
static ɵfac: i0.ɵɵFactoryDeclaration<SdConfirmModal, never>;
|
|
15
|
+
static ɵcmp: i0.ɵɵComponentDeclaration<SdConfirmModal, "sd-confirm-modal", never, { "message": { "alias": "message"; "required": true; "isSignal": true; }; }, { "close": "close"; }, never, never, true, never>;
|
|
16
|
+
}
|
|
17
|
+
//# sourceMappingURL=sd-confirm-modal.d.ts.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"sd-confirm-modal.d.ts","sourceRoot":"","sources":["../../../../src/ui/overlay/modal/sd-confirm-modal.ts"],"names":[],"mappings":"AAQA,OAAO,KAAK,EAAE,iBAAiB,EAAE,MAAM,qBAAqB,CAAC;;AAG7D;;;;GAIG;AACH,qBAkBa,cAAe,YAAW,iBAAiB,CAAC,OAAO,CAAC;IAC/D,WAAW,kDAAgB;IAC3B,KAAK,gEAAiC;IAEtC,OAAO,8CAA4B;IAEnC,SAAS,IAAI,IAAI;IAIjB,QAAQ,IAAI,IAAI;yCAVL,cAAc;2CAAd,cAAc;CAa1B"}
|
|
@@ -1,12 +1,12 @@
|
|
|
1
1
|
import { ChangeDetectionStrategy, Component, input, output, signal, ViewEncapsulation, } from "@angular/core";
|
|
2
|
-
import {
|
|
2
|
+
import { SdButton } from "../../form/button/sd-button";
|
|
3
3
|
import * as i0 from "@angular/core";
|
|
4
4
|
/**
|
|
5
5
|
* 범용 확인 모달.
|
|
6
|
-
*
|
|
6
|
+
* SdModalContentDef<boolean> 구현. message를 표시하고, 확인/취소.
|
|
7
7
|
* 확인 시 true emit, 취소 시 undefined emit.
|
|
8
8
|
*/
|
|
9
|
-
export class
|
|
9
|
+
export class SdConfirmModal {
|
|
10
10
|
initialized = signal(true, ...(ngDevMode ? [{ debugName: "initialized" }] : /* istanbul ignore next */ []));
|
|
11
11
|
close = output();
|
|
12
12
|
message = input.required(...(ngDevMode ? [{ debugName: "message" }] : /* istanbul ignore next */ []));
|
|
@@ -16,31 +16,31 @@ export class SdConfirmModalControl {
|
|
|
16
16
|
onCancel() {
|
|
17
17
|
this.close.emit(undefined);
|
|
18
18
|
}
|
|
19
|
-
static ɵfac = function
|
|
20
|
-
static ɵcmp = /*@__PURE__*/ i0.ɵɵdefineComponent({ type:
|
|
19
|
+
static ɵfac = function SdConfirmModal_Factory(__ngFactoryType__) { return new (__ngFactoryType__ || SdConfirmModal)(); };
|
|
20
|
+
static ɵcmp = /*@__PURE__*/ i0.ɵɵdefineComponent({ type: SdConfirmModal, selectors: [["sd-confirm-modal"]], hostAttrs: [1, "p-default", 2, "display", "block"], inputs: { message: [1, "message"] }, outputs: { close: "close" }, decls: 6, vars: 2, consts: [[1, "mb-default", 3, "innerHTML"], [1, "flex-row", "main-align-end", "gap-sm"], [3, "click", "theme"], [3, "click"]], template: function SdConfirmModal_Template(rf, ctx) { if (rf & 1) {
|
|
21
21
|
i0.ɵɵelement(0, "p", 0);
|
|
22
22
|
i0.ɵɵelementStart(1, "div", 1)(2, "sd-button", 2);
|
|
23
|
-
i0.ɵɵlistener("click", function
|
|
23
|
+
i0.ɵɵlistener("click", function SdConfirmModal_Template_sd_button_click_2_listener() { return ctx.onConfirm(); });
|
|
24
24
|
i0.ɵɵtext(3, "\uD655\uC778");
|
|
25
25
|
i0.ɵɵelementEnd();
|
|
26
26
|
i0.ɵɵelementStart(4, "sd-button", 3);
|
|
27
|
-
i0.ɵɵlistener("click", function
|
|
27
|
+
i0.ɵɵlistener("click", function SdConfirmModal_Template_sd_button_click_4_listener() { return ctx.onCancel(); });
|
|
28
28
|
i0.ɵɵtext(5, "\uCDE8\uC18C");
|
|
29
29
|
i0.ɵɵelementEnd()();
|
|
30
30
|
} if (rf & 2) {
|
|
31
31
|
i0.ɵɵproperty("innerHTML", ctx.message(), i0.ɵɵsanitizeHtml);
|
|
32
32
|
i0.ɵɵadvance(2);
|
|
33
33
|
i0.ɵɵproperty("theme", "primary");
|
|
34
|
-
} }, dependencies: [
|
|
34
|
+
} }, dependencies: [SdButton], encapsulation: 2, changeDetection: 0 });
|
|
35
35
|
}
|
|
36
|
-
(() => { (typeof ngDevMode === "undefined" || ngDevMode) && i0.ɵsetClassMetadata(
|
|
36
|
+
(() => { (typeof ngDevMode === "undefined" || ngDevMode) && i0.ɵsetClassMetadata(SdConfirmModal, [{
|
|
37
37
|
type: Component,
|
|
38
38
|
args: [{
|
|
39
39
|
selector: "sd-confirm-modal",
|
|
40
40
|
changeDetection: ChangeDetectionStrategy.OnPush,
|
|
41
41
|
encapsulation: ViewEncapsulation.None,
|
|
42
42
|
standalone: true,
|
|
43
|
-
imports: [
|
|
43
|
+
imports: [SdButton],
|
|
44
44
|
host: {
|
|
45
45
|
style: "display: block",
|
|
46
46
|
class: "p-default",
|
|
@@ -54,4 +54,4 @@ export class SdConfirmModalControl {
|
|
|
54
54
|
`,
|
|
55
55
|
}]
|
|
56
56
|
}], null, { close: [{ type: i0.Output, args: ["close"] }], message: [{ type: i0.Input, args: [{ isSignal: true, alias: "message", required: true }] }] }); })();
|
|
57
|
-
(() => { (typeof ngDevMode === "undefined" || ngDevMode) && i0.ɵsetClassDebugInfo(
|
|
57
|
+
(() => { (typeof ngDevMode === "undefined" || ngDevMode) && i0.ɵsetClassDebugInfo(SdConfirmModal, { className: "SdConfirmModal", filePath: "packages/angular/src/ui/overlay/modal/sd-confirm-modal.ts", lineNumber: 35, forbidOrphanRendering: true }); })();
|
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
import { type TemplateRef } from "@angular/core";
|
|
2
2
|
import "@simplysm/core-browser";
|
|
3
3
|
import * as i0 from "@angular/core";
|
|
4
|
-
export declare class
|
|
4
|
+
export declare class SdModal {
|
|
5
5
|
private readonly _elRef;
|
|
6
6
|
private readonly _activatedModal;
|
|
7
7
|
private readonly _systemConfig;
|
|
@@ -46,7 +46,7 @@ export declare class SdModalControl {
|
|
|
46
46
|
private _applyDrag;
|
|
47
47
|
private _saveConfig;
|
|
48
48
|
private _restoreConfig;
|
|
49
|
-
static ɵfac: i0.ɵɵFactoryDeclaration<
|
|
50
|
-
static ɵcmp: i0.ɵɵComponentDeclaration<
|
|
49
|
+
static ɵfac: i0.ɵɵFactoryDeclaration<SdModal, never>;
|
|
50
|
+
static ɵcmp: i0.ɵɵComponentDeclaration<SdModal, "sd-modal", never, { "open": { "alias": "open"; "required": false; "isSignal": true; }; "key": { "alias": "key"; "required": false; "isSignal": true; }; "title": { "alias": "title"; "required": false; "isSignal": true; }; "hideHeader": { "alias": "hideHeader"; "required": false; "isSignal": true; }; "hideCloseButton": { "alias": "hideCloseButton"; "required": false; "isSignal": true; }; "useCloseByBackdrop": { "alias": "useCloseByBackdrop"; "required": false; "isSignal": true; }; "useCloseByEscapeKey": { "alias": "useCloseByEscapeKey"; "required": false; "isSignal": true; }; "float": { "alias": "float"; "required": false; "isSignal": true; }; "fill": { "alias": "fill"; "required": false; "isSignal": true; }; "resizable": { "alias": "resizable"; "required": false; "isSignal": true; }; "movable": { "alias": "movable"; "required": false; "isSignal": true; }; "position": { "alias": "position"; "required": false; "isSignal": true; }; "minHeightPx": { "alias": "minHeightPx"; "required": false; "isSignal": true; }; "minWidthPx": { "alias": "minWidthPx"; "required": false; "isSignal": true; }; "heightPx": { "alias": "heightPx"; "required": false; "isSignal": true; }; "widthPx": { "alias": "widthPx"; "required": false; "isSignal": true; }; "headerStyle": { "alias": "headerStyle"; "required": false; "isSignal": true; }; "noFirstControlFocusing": { "alias": "noFirstControlFocusing"; "required": false; "isSignal": true; }; "actionTplRef": { "alias": "actionTplRef"; "required": false; "isSignal": true; }; }, { "open": "openChange"; "closeRequest": "closeRequest"; }, never, ["*"], true, never>;
|
|
51
51
|
}
|
|
52
|
-
//# sourceMappingURL=sd-modal.
|
|
52
|
+
//# sourceMappingURL=sd-modal.d.ts.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"sd-modal.d.ts","sourceRoot":"","sources":["../../../../src/ui/overlay/modal/sd-modal.ts"],"names":[],"mappings":"AAAA,OAAO,EAUL,KAAK,WAAW,EAEjB,MAAM,eAAe,CAAC;AAKvB,OAAO,wBAAwB,CAAC;;AAEhC,qBAoQa,OAAO;IAClB,OAAO,CAAC,QAAQ,CAAC,MAAM,CAAmC;IAC1D,OAAO,CAAC,QAAQ,CAAC,eAAe,CAAwD;IACxF,OAAO,CAAC,QAAQ,CAAC,aAAa,CAAsD;IACpF,OAAO,CAAC,QAAQ,CAAC,WAAW,CAAsB;IAElD,IAAI,+CAAgB;IACpB,GAAG,0DAAwC;IAC3C,KAAK,8CAAa;IAClB,UAAU,+CAAgB;IAC1B,eAAe,+CAAgB;IAC/B,kBAAkB,+CAAe;IACjC,mBAAmB,+CAAe;IAClC,KAAK,+CAAgB;IACrB,IAAI,+CAAgB;IACpB,SAAS,+CAAgB;IACzB,OAAO,+CAAgB;IACvB,QAAQ,gFAA8D;IACtE,WAAW,0DAAwC;IACnD,UAAU,0DAAwC;IAClD,QAAQ,0DAAwC;IAChD,OAAO,0DAAwC;IAC/C,WAAW,0DAAwC;IACnD,sBAAsB,+CAAgB;IACtC,YAAY,oEAAkD;IAE9D,YAAY,iDAAkB;IAE9B,OAAO,CAAC,UAAU,CAEJ;IAEd,OAAO,CAAC,YAAY,CAUN;IAEd,OAAO,CAAC,QAAQ,CAAC,oBAAoB,CAA8B;IACnE,OAAO,CAAC,QAAQ,CAAC,kBAAkB,CAAa;;IA6DhD,iBAAiB,CAAC,KAAK,EAAE,UAAU,EAAE,GAAG,EAAE,MAAM,GAAG,IAAI;IAwBvD,iBAAiB,CAAC,KAAK,EAAE,UAAU,GAAG,IAAI;IAwB1C,eAAe,IAAI,IAAI;IAKvB,kBAAkB,IAAI,IAAI;IAI1B,eAAe,CAAC,KAAK,EAAE,aAAa,GAAG,IAAI;IAS3C,aAAa,IAAI,IAAI;IAIrB,OAAO,CAAC,aAAa;IAQrB,OAAO,CAAC,cAAc;IAuBtB,OAAO,CAAC,oBAAoB;IAa5B,OAAO,CAAC,aAAa;IAgBrB,OAAO,CAAC,YAAY;IAIpB,OAAO,CAAC,YAAY;IA4CpB,OAAO,CAAC,UAAU;YAcJ,WAAW;YAgBX,cAAc;yCA1TjB,OAAO;2CAAP,OAAO;CA0UnB"}
|