@ng-atomic/components 18.2.1 → 18.5.0
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/atoms/atoms.module.d.ts +6 -2
- package/atoms/smart-menu-button/smart-menu-button.atom.d.ts +9 -8
- package/components.module.d.ts +2 -12
- package/esm2022/atoms/atoms.module.mjs +7 -2
- package/esm2022/atoms/icon/icon.atom.mjs +2 -2
- package/esm2022/atoms/smart-menu-button/smart-menu-button.atom.mjs +92 -124
- package/esm2022/components.module.mjs +20 -41
- package/esm2022/extras/editor/editor.component.mjs +78 -46
- package/esm2022/frames/app/app.frame.mjs +132 -70
- package/esm2022/frames/auto-layout/auto-layout.frame.mjs +29 -7
- package/esm2022/frames/columns/columns.frame.mjs +2 -2
- package/esm2022/frames/divider/divider.frame.mjs +2 -2
- package/esm2022/frames/drawer/drawer.frame.mjs +2 -2
- package/esm2022/frames/entrance/entrance.frame.mjs +2 -2
- package/esm2022/frames/fab/fab.frame.mjs +2 -2
- package/esm2022/frames/frames.module.mjs +19 -14
- package/esm2022/frames/line-up/line-up.animations.mjs +3 -7
- package/esm2022/frames/line-up/line-up.frame.mjs +2 -2
- package/esm2022/frames/loading/loading.frame.mjs +2 -2
- package/esm2022/frames/progress-bar/index.mjs +2 -0
- package/esm2022/frames/progress-bar/ng-atomic-components-frames-progress-bar.mjs +5 -0
- package/esm2022/frames/progress-bar/progress-bar.frame.mjs +53 -0
- package/esm2022/frames/router-outlet/router-outlet.frame.mjs +96 -41
- package/esm2022/frames/scroll/scroll.frame.mjs +32 -14
- package/esm2022/frames/scroll-v2/index.mjs +2 -2
- package/esm2022/frames/side-app/index.mjs +2 -0
- package/esm2022/frames/side-app/ng-atomic-components-frames-side-app.mjs +5 -0
- package/esm2022/frames/side-app/side-app.frame.mjs +74 -0
- package/esm2022/frames/side-nav/side-nav.frame.mjs +27 -21
- package/esm2022/frames/smart-menu/smart-menu.frame.mjs +2 -2
- package/esm2022/frames/tabs/tabs.frame.mjs +13 -7
- package/esm2022/frames/vertical-hide/vertical-hide.frame.mjs +11 -18
- package/esm2022/molecules/action-input-field/action-input-field.molecule.mjs +2 -2
- package/esm2022/molecules/actions-column/actions-column.molecule.mjs +13 -7
- package/esm2022/molecules/checkbox-column/checkbox-column.molecule.mjs +48 -21
- package/esm2022/molecules/date-input-field/date-input-field.molecule.mjs +2 -2
- package/esm2022/molecules/date-range-input-field/date-range-input-field.molecule.mjs +2 -2
- package/esm2022/molecules/file-input-field/file-input-field.molecule.mjs +2 -2
- package/esm2022/molecules/grid-item/grid-item.molecule.mjs +2 -2
- package/esm2022/molecules/list-item/index.mjs +2 -0
- package/esm2022/molecules/list-item/list-item.molecule.mjs +198 -0
- package/esm2022/molecules/list-item/ng-atomic-components-molecules-list-item.mjs +5 -0
- package/esm2022/molecules/loading-box/loading-box.molecule.mjs +2 -2
- package/esm2022/molecules/molecules.module.mjs +19 -14
- package/esm2022/molecules/navigation-list-item/navigation-list-item.molecule.mjs +2 -2
- package/esm2022/molecules/select-input-field/select-input-field.molecule.mjs +9 -5
- package/esm2022/molecules/smart-column/smart-column.molecule.mjs +129 -43
- package/esm2022/molecules/tree-column/tree-column.molecule.mjs +37 -25
- package/esm2022/organisms/action-buttons-section/action-buttons-section.organism.mjs +2 -2
- package/esm2022/organisms/action-input-section/action-input-section.organism.mjs +2 -2
- package/esm2022/organisms/agreement-input-section/agreement-input-section.organism.mjs +3 -3
- package/esm2022/organisms/card-input-section/card-input-section.organism.mjs +2 -2
- package/esm2022/organisms/cvc-and-exp-input-section/cvc-and-exp-input-section.organism.mjs +2 -2
- package/esm2022/organisms/date-input-section/date-input-section.organism.mjs +4 -4
- package/esm2022/organisms/date-range-input-section/date-range-input-section.organism.mjs +4 -4
- package/esm2022/organisms/definition-list/definition-list.organism.mjs +2 -2
- package/esm2022/organisms/file-input-section/file-input-section.organism.mjs +2 -2
- package/esm2022/organisms/filters-section/filters-section.organism.mjs +5 -5
- package/esm2022/organisms/graphql-editor/graphql-editor.organism.mjs +1 -1
- package/esm2022/organisms/grid-cards-section/grid-cards-section.organism.mjs +2 -2
- package/esm2022/organisms/heading/heading.organism.mjs +2 -2
- package/esm2022/{sheets/actions → organisms/list}/index.mjs +2 -2
- package/esm2022/organisms/list/list.organism.mjs +161 -0
- package/esm2022/{sheets/actions/ng-atomic-components-sheets-actions.mjs → organisms/list/ng-atomic-components-organisms-list.mjs} +1 -1
- package/esm2022/organisms/menu-footer/menu-footer.organism.mjs +2 -2
- package/esm2022/organisms/menu-header/menu-header.organism.mjs +2 -2
- package/esm2022/organisms/mermaid-section/mermaid-section.organism.mjs +39 -33
- package/esm2022/organisms/messages-section/messages-section.organism.mjs +2 -2
- package/esm2022/organisms/navigation-list/navigation-list.organism.mjs +2 -2
- package/esm2022/organisms/navigator/navigator.organism.mjs +48 -29
- package/esm2022/organisms/number-input-section/number-input-section.organism.mjs +2 -2
- package/esm2022/organisms/organisms.module.mjs +67 -62
- package/esm2022/organisms/paginator/paginator.organism.mjs +2 -2
- package/esm2022/organisms/password-input-section/password-input-section.organism.mjs +2 -2
- package/esm2022/organisms/select-input-section/select-input-section.organism.mjs +4 -4
- package/esm2022/organisms/selection-list/selection-list.organism.mjs +1 -1
- package/esm2022/organisms/slider-input-section/slider-input-section.organism.mjs +4 -4
- package/esm2022/organisms/social-login-section/social-login-section.organism.mjs +2 -2
- package/esm2022/organisms/table/index.mjs +2 -1
- package/esm2022/organisms/table/table.helpers.mjs +4 -4
- package/esm2022/organisms/table/table.organism.mjs +152 -141
- package/esm2022/organisms/text-input-section/text-input-section.organism.mjs +4 -4
- package/esm2022/organisms/textarea-section/textarea-section.organism.mjs +2 -2
- package/esm2022/organisms/thread-messages-section/thread-messages-section.organism.mjs +2 -2
- package/esm2022/organisms/tree-list/index.mjs +2 -0
- package/esm2022/organisms/tree-list/ng-atomic-components-organisms-tree-list.mjs +5 -0
- package/esm2022/organisms/tree-list/tree-list.organism.mjs +125 -0
- package/esm2022/pages/_index/index.page.mjs +172 -70
- package/esm2022/pages/columns/columns.page.mjs +10 -9
- package/esm2022/pages/form/form.page.mjs +32 -15
- package/esm2022/pages/pages.module.mjs +10 -7
- package/esm2022/pages/terms/terms.page.mjs +2 -2
- package/esm2022/templates/_index/index.template.mjs +276 -155
- package/esm2022/templates/background/background.template.mjs +2 -2
- package/esm2022/templates/code-editor/code-editor.template.mjs +52 -15
- package/esm2022/templates/columns/columns.template.mjs +6 -4
- package/esm2022/templates/entrance/entrance.template.mjs +28 -25
- package/esm2022/templates/form/form.builder.mjs +93 -71
- package/esm2022/templates/form/form.template.mjs +47 -28
- package/esm2022/templates/icon-button-menu/icon-button-menu.template.mjs +69 -16
- package/esm2022/templates/menu/menu.template.mjs +2 -2
- package/esm2022/templates/messages/messages.template.mjs +71 -65
- package/esm2022/templates/selection/selection.template.mjs +2 -2
- package/esm2022/templates/settings/settings.template.mjs +2 -2
- package/esm2022/templates/templates.module.mjs +17 -25
- package/extras/editor/editor.component.d.ts +19 -10
- package/fesm2022/ng-atomic-components-atoms-icon.mjs +2 -2
- package/fesm2022/ng-atomic-components-atoms-smart-menu-button.mjs +90 -123
- package/fesm2022/ng-atomic-components-atoms-smart-menu-button.mjs.map +1 -1
- package/fesm2022/ng-atomic-components-atoms.mjs +7 -2
- package/fesm2022/ng-atomic-components-atoms.mjs.map +1 -1
- package/fesm2022/ng-atomic-components-extras-editor.mjs +79 -47
- package/fesm2022/ng-atomic-components-extras-editor.mjs.map +1 -1
- package/fesm2022/ng-atomic-components-frames-app.mjs +131 -69
- package/fesm2022/ng-atomic-components-frames-app.mjs.map +1 -1
- package/fesm2022/ng-atomic-components-frames-auto-layout.mjs +29 -7
- package/fesm2022/ng-atomic-components-frames-auto-layout.mjs.map +1 -1
- package/fesm2022/ng-atomic-components-frames-columns.mjs +2 -2
- package/fesm2022/ng-atomic-components-frames-divider.mjs +2 -2
- package/fesm2022/ng-atomic-components-frames-drawer.mjs +2 -2
- package/fesm2022/ng-atomic-components-frames-entrance.mjs +2 -2
- package/fesm2022/ng-atomic-components-frames-fab.mjs +2 -2
- package/fesm2022/ng-atomic-components-frames-line-up.mjs +4 -8
- package/fesm2022/ng-atomic-components-frames-line-up.mjs.map +1 -1
- package/fesm2022/ng-atomic-components-frames-loading.mjs +2 -2
- package/fesm2022/ng-atomic-components-frames-progress-bar.mjs +60 -0
- package/fesm2022/ng-atomic-components-frames-progress-bar.mjs.map +1 -0
- package/fesm2022/ng-atomic-components-frames-router-outlet.mjs +96 -41
- package/fesm2022/ng-atomic-components-frames-router-outlet.mjs.map +1 -1
- package/fesm2022/ng-atomic-components-frames-scroll-v2.mjs +1 -48
- package/fesm2022/ng-atomic-components-frames-scroll-v2.mjs.map +1 -1
- package/fesm2022/ng-atomic-components-frames-scroll.mjs +31 -13
- package/fesm2022/ng-atomic-components-frames-scroll.mjs.map +1 -1
- package/fesm2022/ng-atomic-components-frames-side-app.mjs +81 -0
- package/fesm2022/ng-atomic-components-frames-side-app.mjs.map +1 -0
- package/fesm2022/ng-atomic-components-frames-side-nav.mjs +26 -20
- package/fesm2022/ng-atomic-components-frames-side-nav.mjs.map +1 -1
- package/fesm2022/ng-atomic-components-frames-smart-menu.mjs +2 -2
- package/fesm2022/ng-atomic-components-frames-tabs.mjs +12 -6
- package/fesm2022/ng-atomic-components-frames-tabs.mjs.map +1 -1
- package/fesm2022/ng-atomic-components-frames-vertical-hide.mjs +10 -17
- package/fesm2022/ng-atomic-components-frames-vertical-hide.mjs.map +1 -1
- package/fesm2022/ng-atomic-components-frames.mjs +19 -14
- package/fesm2022/ng-atomic-components-frames.mjs.map +1 -1
- package/fesm2022/ng-atomic-components-molecules-action-input-field.mjs +1 -1
- package/fesm2022/ng-atomic-components-molecules-action-input-field.mjs.map +1 -1
- package/fesm2022/ng-atomic-components-molecules-actions-column.mjs +12 -6
- package/fesm2022/ng-atomic-components-molecules-actions-column.mjs.map +1 -1
- package/fesm2022/ng-atomic-components-molecules-checkbox-column.mjs +47 -21
- package/fesm2022/ng-atomic-components-molecules-checkbox-column.mjs.map +1 -1
- package/fesm2022/ng-atomic-components-molecules-date-input-field.mjs +2 -2
- package/fesm2022/ng-atomic-components-molecules-date-range-input-field.mjs +2 -2
- package/fesm2022/ng-atomic-components-molecules-file-input-field.mjs +1 -1
- package/fesm2022/ng-atomic-components-molecules-file-input-field.mjs.map +1 -1
- package/fesm2022/ng-atomic-components-molecules-grid-item.mjs +2 -2
- package/fesm2022/ng-atomic-components-molecules-list-item.mjs +203 -0
- package/fesm2022/ng-atomic-components-molecules-list-item.mjs.map +1 -0
- package/fesm2022/ng-atomic-components-molecules-loading-box.mjs +2 -2
- package/fesm2022/ng-atomic-components-molecules-navigation-list-item.mjs +2 -2
- package/fesm2022/ng-atomic-components-molecules-select-input-field.mjs +8 -4
- package/fesm2022/ng-atomic-components-molecules-select-input-field.mjs.map +1 -1
- package/fesm2022/ng-atomic-components-molecules-smart-column.mjs +128 -43
- package/fesm2022/ng-atomic-components-molecules-smart-column.mjs.map +1 -1
- package/fesm2022/ng-atomic-components-molecules-tree-column.mjs +36 -24
- package/fesm2022/ng-atomic-components-molecules-tree-column.mjs.map +1 -1
- package/fesm2022/ng-atomic-components-molecules.mjs +19 -14
- package/fesm2022/ng-atomic-components-molecules.mjs.map +1 -1
- package/fesm2022/ng-atomic-components-organisms-action-buttons-section.mjs +2 -2
- package/fesm2022/ng-atomic-components-organisms-action-input-section.mjs +2 -2
- package/fesm2022/ng-atomic-components-organisms-agreement-input-section.mjs +2 -2
- package/fesm2022/ng-atomic-components-organisms-agreement-input-section.mjs.map +1 -1
- package/fesm2022/ng-atomic-components-organisms-card-input-section.mjs +2 -2
- package/fesm2022/ng-atomic-components-organisms-cvc-and-exp-input-section.mjs +2 -2
- package/fesm2022/ng-atomic-components-organisms-date-input-section.mjs +3 -3
- package/fesm2022/ng-atomic-components-organisms-date-input-section.mjs.map +1 -1
- package/fesm2022/ng-atomic-components-organisms-date-range-input-section.mjs +3 -3
- package/fesm2022/ng-atomic-components-organisms-date-range-input-section.mjs.map +1 -1
- package/fesm2022/ng-atomic-components-organisms-definition-list.mjs +2 -2
- package/fesm2022/ng-atomic-components-organisms-file-input-section.mjs +2 -2
- package/fesm2022/ng-atomic-components-organisms-filters-section.mjs +4 -4
- package/fesm2022/ng-atomic-components-organisms-filters-section.mjs.map +1 -1
- package/fesm2022/ng-atomic-components-organisms-graphql-editor.mjs +1 -1
- package/fesm2022/ng-atomic-components-organisms-graphql-editor.mjs.map +1 -1
- package/fesm2022/ng-atomic-components-organisms-grid-cards-section.mjs +2 -2
- package/fesm2022/ng-atomic-components-organisms-heading.mjs +2 -2
- package/fesm2022/ng-atomic-components-organisms-list.mjs +166 -0
- package/fesm2022/ng-atomic-components-organisms-list.mjs.map +1 -0
- package/fesm2022/ng-atomic-components-organisms-menu-footer.mjs +2 -2
- package/fesm2022/ng-atomic-components-organisms-menu-header.mjs +2 -2
- package/fesm2022/ng-atomic-components-organisms-mermaid-section.mjs +38 -32
- package/fesm2022/ng-atomic-components-organisms-mermaid-section.mjs.map +1 -1
- package/fesm2022/ng-atomic-components-organisms-messages-section.mjs +2 -2
- package/fesm2022/ng-atomic-components-organisms-navigation-list.mjs +2 -2
- package/fesm2022/ng-atomic-components-organisms-navigator.mjs +47 -28
- package/fesm2022/ng-atomic-components-organisms-navigator.mjs.map +1 -1
- package/fesm2022/ng-atomic-components-organisms-number-input-section.mjs +2 -2
- package/fesm2022/ng-atomic-components-organisms-number-input-section.mjs.map +1 -1
- package/fesm2022/ng-atomic-components-organisms-paginator.mjs +2 -2
- package/fesm2022/ng-atomic-components-organisms-password-input-section.mjs +2 -2
- package/fesm2022/ng-atomic-components-organisms-password-input-section.mjs.map +1 -1
- package/fesm2022/ng-atomic-components-organisms-select-input-section.mjs +3 -3
- package/fesm2022/ng-atomic-components-organisms-select-input-section.mjs.map +1 -1
- package/fesm2022/ng-atomic-components-organisms-selection-list.mjs +1 -1
- package/fesm2022/ng-atomic-components-organisms-selection-list.mjs.map +1 -1
- package/fesm2022/ng-atomic-components-organisms-slider-input-section.mjs +3 -3
- package/fesm2022/ng-atomic-components-organisms-slider-input-section.mjs.map +1 -1
- package/fesm2022/ng-atomic-components-organisms-social-login-section.mjs +2 -2
- package/fesm2022/ng-atomic-components-organisms-table.mjs +156 -145
- package/fesm2022/ng-atomic-components-organisms-table.mjs.map +1 -1
- package/fesm2022/ng-atomic-components-organisms-text-input-section.mjs +3 -3
- package/fesm2022/ng-atomic-components-organisms-text-input-section.mjs.map +1 -1
- package/fesm2022/ng-atomic-components-organisms-textarea-section.mjs +2 -2
- package/fesm2022/ng-atomic-components-organisms-textarea-section.mjs.map +1 -1
- package/fesm2022/ng-atomic-components-organisms-thread-messages-section.mjs +2 -2
- package/fesm2022/ng-atomic-components-organisms-tree-list.mjs +132 -0
- package/fesm2022/ng-atomic-components-organisms-tree-list.mjs.map +1 -0
- package/fesm2022/ng-atomic-components-organisms.mjs +67 -62
- package/fesm2022/ng-atomic-components-organisms.mjs.map +1 -1
- package/fesm2022/ng-atomic-components-pages-_index.mjs +171 -70
- package/fesm2022/ng-atomic-components-pages-_index.mjs.map +1 -1
- package/fesm2022/ng-atomic-components-pages-columns.mjs +9 -8
- package/fesm2022/ng-atomic-components-pages-columns.mjs.map +1 -1
- package/fesm2022/ng-atomic-components-pages-form.mjs +31 -14
- package/fesm2022/ng-atomic-components-pages-form.mjs.map +1 -1
- package/fesm2022/ng-atomic-components-pages-terms.mjs +1 -1
- package/fesm2022/ng-atomic-components-pages-terms.mjs.map +1 -1
- package/fesm2022/ng-atomic-components-pages.mjs +10 -7
- package/fesm2022/ng-atomic-components-pages.mjs.map +1 -1
- package/fesm2022/ng-atomic-components-templates-_index.mjs +276 -155
- package/fesm2022/ng-atomic-components-templates-_index.mjs.map +1 -1
- package/fesm2022/ng-atomic-components-templates-background.mjs +2 -2
- package/fesm2022/ng-atomic-components-templates-code-editor.mjs +51 -14
- package/fesm2022/ng-atomic-components-templates-code-editor.mjs.map +1 -1
- package/fesm2022/ng-atomic-components-templates-columns.mjs +5 -3
- package/fesm2022/ng-atomic-components-templates-columns.mjs.map +1 -1
- package/fesm2022/ng-atomic-components-templates-entrance.mjs +27 -24
- package/fesm2022/ng-atomic-components-templates-entrance.mjs.map +1 -1
- package/fesm2022/ng-atomic-components-templates-form.mjs +139 -99
- package/fesm2022/ng-atomic-components-templates-form.mjs.map +1 -1
- package/fesm2022/ng-atomic-components-templates-icon-button-menu.mjs +68 -15
- package/fesm2022/ng-atomic-components-templates-icon-button-menu.mjs.map +1 -1
- package/fesm2022/ng-atomic-components-templates-menu.mjs +2 -2
- package/fesm2022/ng-atomic-components-templates-messages.mjs +71 -65
- package/fesm2022/ng-atomic-components-templates-messages.mjs.map +1 -1
- package/fesm2022/ng-atomic-components-templates-selection.mjs +2 -2
- package/fesm2022/ng-atomic-components-templates-settings.mjs +2 -2
- package/fesm2022/ng-atomic-components-templates.mjs +17 -25
- package/fesm2022/ng-atomic-components-templates.mjs.map +1 -1
- package/fesm2022/ng-atomic-components.mjs +20 -41
- package/fesm2022/ng-atomic-components.mjs.map +1 -1
- package/frames/app/app.frame.d.ts +14 -1
- package/frames/auto-layout/auto-layout.frame.d.ts +7 -1
- package/frames/frames.module.d.ts +3 -20
- package/frames/progress-bar/index.d.ts +1 -0
- package/frames/progress-bar/progress-bar.frame.d.ts +14 -0
- package/frames/router-outlet/router-outlet.frame.d.ts +20 -9
- package/frames/scroll/scroll.frame.d.ts +5 -1
- package/frames/scroll-v2/index.d.ts +1 -1
- package/frames/side-app/index.d.ts +1 -0
- package/frames/side-app/side-app.frame.d.ts +20 -0
- package/frames/side-nav/side-nav.frame.d.ts +6 -2
- package/frames/tabs/tabs.frame.d.ts +2 -1
- package/frames/vertical-hide/vertical-hide.frame.d.ts +2 -2
- package/molecules/actions-column/actions-column.molecule.d.ts +3 -2
- package/molecules/checkbox-column/checkbox-column.molecule.d.ts +12 -4
- package/molecules/list-item/index.d.ts +1 -0
- package/molecules/list-item/list-item.molecule.d.ts +50 -0
- package/molecules/molecules.module.d.ts +25 -0
- package/molecules/smart-column/smart-column.molecule.d.ts +34 -9
- package/molecules/tree-column/tree-column.molecule.d.ts +6 -2
- package/organisms/list/index.d.ts +1 -0
- package/organisms/{smart-list/smart-list.organism.d.ts → list/list.organism.d.ts} +11 -11
- package/organisms/mermaid-section/mermaid-section.organism.d.ts +10 -10
- package/organisms/navigator/navigator.organism.d.ts +8 -5
- package/organisms/organisms.module.d.ts +57 -2
- package/organisms/table/index.d.ts +1 -0
- package/organisms/table/table.helpers.d.ts +1 -1
- package/organisms/table/table.organism.d.ts +32 -1
- package/organisms/tree-list/index.d.ts +1 -0
- package/organisms/tree-list/tree-list.organism.d.ts +33 -0
- package/package.json +67 -55
- package/pages/_index/index.page.d.ts +72 -43
- package/pages/columns/columns.page.d.ts +5 -2
- package/pages/form/form.page.d.ts +20 -11
- package/pages/pages.module.d.ts +1 -0
- package/templates/_index/index.template.d.ts +40 -11
- package/templates/code-editor/code-editor.template.d.ts +6 -3
- package/templates/entrance/entrance.template.d.ts +1 -1
- package/templates/form/form.builder.d.ts +10 -3
- package/templates/form/form.template.d.ts +2 -1
- package/templates/icon-button-menu/icon-button-menu.template.d.ts +3 -2
- package/templates/messages/messages.template.d.ts +21 -17
- package/templates/templates.module.d.ts +24 -1
- package/esm2022/frames/scroll-v2/scroll.frame.mjs +0 -46
- package/esm2022/organisms/smart-list/index.mjs +0 -2
- package/esm2022/organisms/smart-list/ng-atomic-components-organisms-smart-list.mjs +0 -5
- package/esm2022/organisms/smart-list/smart-list.organism.mjs +0 -218
- package/esm2022/sheets/actions/actions.sheet.mjs +0 -45
- package/esm2022/sheets/index.mjs +0 -3
- package/esm2022/sheets/ng-atomic-components-sheets.mjs +0 -5
- package/esm2022/sheets/sheets.module.mjs +0 -25
- package/esm2022/sheets/sheets.service.mjs +0 -20
- package/fesm2022/ng-atomic-components-organisms-smart-list.mjs +0 -223
- package/fesm2022/ng-atomic-components-organisms-smart-list.mjs.map +0 -1
- package/fesm2022/ng-atomic-components-sheets-actions.mjs +0 -52
- package/fesm2022/ng-atomic-components-sheets-actions.mjs.map +0 -1
- package/fesm2022/ng-atomic-components-sheets.mjs +0 -48
- package/fesm2022/ng-atomic-components-sheets.mjs.map +0 -1
- package/frames/scroll-v2/scroll.frame.d.ts +0 -9
- package/organisms/smart-list/index.d.ts +0 -1
- package/sheets/actions/actions.sheet.d.ts +0 -9
- package/sheets/actions/index.d.ts +0 -1
- package/sheets/index.d.ts +0 -2
- package/sheets/sheets.module.d.ts +0 -11
- package/sheets/sheets.service.d.ts +0 -10
|
@@ -70,7 +70,7 @@ class SelectionTemplate extends NgAtomicComponent {
|
|
|
70
70
|
bottom
|
|
71
71
|
/>
|
|
72
72
|
</frames-scroll>
|
|
73
|
-
`, isInline: true, styles: [":host{width:100%;height:100%;background:#fff;display:block;--navigator-height: 56px;--navigator-height-SCOPED-IN-selection-
|
|
73
|
+
`, isInline: true, styles: [":host{width:100%;height:100%;background:#fff;display:block;--navigator-height: 56px;--navigator-height-SCOPED-IN-selection-aMY3: var(--navigator-height);--primary-color: #404040;--primary-color-SCOPED-IN-selection-aMY3: var(--primary-color);--on-primary-color: #f0f0f0;--on-primary-color-SCOPED-IN-selection-aMY3: var(--on-primary-color);--secondary-color: #f0f0f0;--secondary-color-SCOPED-IN-selection-aMY3: var(--secondary-color);--surface-color: #f0f0f0;--surface-color-SCOPED-IN-selection-aMY3: var(--surface-color);--on-surface-color: #000;--on-surface-color-SCOPED-IN-selection-aMY3: var(--on-surface-color);--background-color: #f0f0f0;--background-color-SCOPED-IN-selection-aMY3: var(--background-color);--on-background-color: #000;--on-background-color-SCOPED-IN-selection-aMY3: var(--on-background-color);--first-content-height: 0px;--first-content-height-SCOPED-IN-selection-aMY3: var(--first-content-height);--navigator-background-color: var(--primary-color-SCOPED-IN-selection-aMY3);--navigator-background-color-SCOPED-IN-selection-aMY3: var(--navigator-background-color);--navigator-on-background-color: var(--on-primary-color-SCOPED-IN-selection-aMY3);--navigator-on-background-color-SCOPED-IN-selection-aMY3: var(--navigator-on-background-color);--min-first-content-height: 0px;--min-first-content-height-SCOPED-IN-selection-aMY3: var(--min-first-content-height);--max-first-content-height: calc(100% - 80px) ;--max-first-content-height-SCOPED-IN-selection-aMY3: var(--max-first-content-height)}:host{background-color:var(--background-color-SCOPED-IN-selection-aMY3);transition:background-color .5s ease-in-out}:host frames-auto-layout{--gap: 0;--vertical-padding: 0}:host frames-divider{--first-content-height: var(--first-content-height-SCOPED-IN-selection-aMY3);--min-first-content-height: var(--min-first-content-height-SCOPED-IN-selection-aMY3)}:host *{--primary-color: var(--primary-color-SCOPED-IN-selection-aMY3);--on-primary-color: var(--on-primary-color-SCOPED-IN-selection-aMY3);--surface-color: var(--surface-color-SCOPED-IN-selection-aMY3);--on-surface-color: var(--on-surface-color-SCOPED-IN-selection-aMY3);--background-color: var(--background-color-SCOPED-IN-selection-aMY3);--on-background-color: var(--on-background-color-SCOPED-IN-selection-aMY3)}:host organisms-navigator{--background-color: var(--navigator-background-color-SCOPED-IN-selection-aMY3);--on-background-color: var(--navigator-on-background-color-SCOPED-IN-selection-aMY3)}:host organisms-action-buttons-section{margin-bottom:24px}\n"], dependencies: [{ kind: "component", type: ScrollFrame, selector: "frames-scroll" }, { kind: "component", type: NavigatorOrganism, selector: "organisms-navigator" }, { kind: "component", type: HeaderMolecule, selector: "molecules-header" }, { kind: "component", type: SelectionListOrganism, selector: "organisms-selection-list", inputs: ["items", "itemActions", "selection"] }, { kind: "component", type: ActionButtonsSectionOrganism, selector: "organisms-action-buttons-section" }], changeDetection: i0.ChangeDetectionStrategy.OnPush }); }
|
|
74
74
|
}
|
|
75
75
|
__decorate([
|
|
76
76
|
Effect(SelectionListOrganism.ActionId.TOGGLE_OPTION),
|
|
@@ -114,7 +114,7 @@ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "18.1.2", ngImpor
|
|
|
114
114
|
directive: SelectionTemplateStore,
|
|
115
115
|
inputs: ['navStartActions', 'navEndActions', 'actions', 'itemActions', 'title', 'items', 'selection'],
|
|
116
116
|
},
|
|
117
|
-
], host: { class: 'template' }, styles: [":host{width:100%;height:100%;background:#fff;display:block;--navigator-height: 56px;--navigator-height-SCOPED-IN-selection-
|
|
117
|
+
], host: { class: 'template' }, styles: [":host{width:100%;height:100%;background:#fff;display:block;--navigator-height: 56px;--navigator-height-SCOPED-IN-selection-aMY3: var(--navigator-height);--primary-color: #404040;--primary-color-SCOPED-IN-selection-aMY3: var(--primary-color);--on-primary-color: #f0f0f0;--on-primary-color-SCOPED-IN-selection-aMY3: var(--on-primary-color);--secondary-color: #f0f0f0;--secondary-color-SCOPED-IN-selection-aMY3: var(--secondary-color);--surface-color: #f0f0f0;--surface-color-SCOPED-IN-selection-aMY3: var(--surface-color);--on-surface-color: #000;--on-surface-color-SCOPED-IN-selection-aMY3: var(--on-surface-color);--background-color: #f0f0f0;--background-color-SCOPED-IN-selection-aMY3: var(--background-color);--on-background-color: #000;--on-background-color-SCOPED-IN-selection-aMY3: var(--on-background-color);--first-content-height: 0px;--first-content-height-SCOPED-IN-selection-aMY3: var(--first-content-height);--navigator-background-color: var(--primary-color-SCOPED-IN-selection-aMY3);--navigator-background-color-SCOPED-IN-selection-aMY3: var(--navigator-background-color);--navigator-on-background-color: var(--on-primary-color-SCOPED-IN-selection-aMY3);--navigator-on-background-color-SCOPED-IN-selection-aMY3: var(--navigator-on-background-color);--min-first-content-height: 0px;--min-first-content-height-SCOPED-IN-selection-aMY3: var(--min-first-content-height);--max-first-content-height: calc(100% - 80px) ;--max-first-content-height-SCOPED-IN-selection-aMY3: var(--max-first-content-height)}:host{background-color:var(--background-color-SCOPED-IN-selection-aMY3);transition:background-color .5s ease-in-out}:host frames-auto-layout{--gap: 0;--vertical-padding: 0}:host frames-divider{--first-content-height: var(--first-content-height-SCOPED-IN-selection-aMY3);--min-first-content-height: var(--min-first-content-height-SCOPED-IN-selection-aMY3)}:host *{--primary-color: var(--primary-color-SCOPED-IN-selection-aMY3);--on-primary-color: var(--on-primary-color-SCOPED-IN-selection-aMY3);--surface-color: var(--surface-color-SCOPED-IN-selection-aMY3);--on-surface-color: var(--on-surface-color-SCOPED-IN-selection-aMY3);--background-color: var(--background-color-SCOPED-IN-selection-aMY3);--on-background-color: var(--on-background-color-SCOPED-IN-selection-aMY3)}:host organisms-navigator{--background-color: var(--navigator-background-color-SCOPED-IN-selection-aMY3);--on-background-color: var(--navigator-on-background-color-SCOPED-IN-selection-aMY3)}:host organisms-action-buttons-section{margin-bottom:24px}\n"] }]
|
|
118
118
|
}], propDecorators: { toggleOption: [] } });
|
|
119
119
|
|
|
120
120
|
/**
|
|
@@ -65,7 +65,7 @@ class SettingsTemplate extends NgAtomicComponent {
|
|
|
65
65
|
</mat-list-item>
|
|
66
66
|
</mat-list>
|
|
67
67
|
</div>
|
|
68
|
-
</frames-scroll>`, isInline: true, styles: [":host{--primary-color: inherit;--primary-color-SCOPED-IN-%COMP%-
|
|
68
|
+
</frames-scroll>`, isInline: true, styles: [":host{--primary-color: inherit;--primary-color-SCOPED-IN-%COMP%-qKMY: var(--primary-color);--on-primary-color: inherit;--on-primary-color-SCOPED-IN-%COMP%-qKMY: var(--on-primary-color);--secondary-color: inherit;--secondary-color-SCOPED-IN-%COMP%-qKMY: var(--secondary-color);--surface-color: inherit;--surface-color-SCOPED-IN-%COMP%-qKMY: var(--surface-color);--on-surface-color: inherit;--on-surface-color-SCOPED-IN-%COMP%-qKMY: var(--on-surface-color);--background-color: inherit;--background-color-SCOPED-IN-%COMP%-qKMY: var(--background-color);--on-background-color: inherit;--on-background-color-SCOPED-IN-%COMP%-qKMY: var(--on-background-color);--navigator-background-color: var(--primary-color-SCOPED-IN-%COMP%-qKMY);--navigator-background-color-SCOPED-IN-%COMP%-qKMY: var(--navigator-background-color);--navigator-on-background-color: var(--on-primary-color-SCOPED-IN-%COMP%-qKMY);--navigator-on-background-color-SCOPED-IN-%COMP%-qKMY: var(--navigator-on-background-color);width:100%;height:100%;background:#fff;display:block}:host *{--primary-color: var(--primary-color-SCOPED-IN-%COMP%-qKMY);--on-primary-color: var(--on-primary-color-SCOPED-IN-%COMP%-qKMY);--surface-color: var(--surface-color-SCOPED-IN-%COMP%-qKMY);--on-surface-color: var(--on-surface-color-SCOPED-IN-%COMP%-qKMY);--background-color: var(--background-color-SCOPED-IN-%COMP%-qKMY);--on-background-color: var(--on-background-color-SCOPED-IN-%COMP%-qKMY)}:host organisms-navigator{--background-color: var(--navigator-background-color-SCOPED-IN-%COMP%-qKMY);--on-background-color: var(--navigator-on-background-color-SCOPED-IN-%COMP%-qKMY)}\n"], dependencies: [{ kind: "component", type: ScrollFrame, selector: "frames-scroll" }, { kind: "component", type: NavigatorOrganism, selector: "organisms-navigator" }, { kind: "ngmodule", type: MatListModule }, { kind: "component", type: i1.MatList, selector: "mat-list", exportAs: ["matList"] }, { kind: "component", type: i1.MatActionList, selector: "mat-action-list", exportAs: ["matActionList"] }, { kind: "component", type: i1.MatListItem, selector: "mat-list-item, a[mat-list-item], button[mat-list-item]", inputs: ["activated"], exportAs: ["matListItem"] }, { kind: "directive", type: i1.MatListItemIcon, selector: "[matListItemIcon]" }, { kind: "directive", type: i1.MatListItemLine, selector: "[matListItemLine]" }, { kind: "directive", type: i1.MatListItemTitle, selector: "[matListItemTitle]" }, { kind: "directive", type: i1.MatListItemMeta, selector: "[matListItemMeta]" }, { kind: "ngmodule", type: MatSlideToggleModule }, { kind: "component", type: i2.MatSlideToggle, selector: "mat-slide-toggle", inputs: ["name", "id", "labelPosition", "aria-label", "aria-labelledby", "aria-describedby", "required", "color", "disabled", "disableRipple", "tabIndex", "checked", "hideIcon"], outputs: ["change", "toggleChange"], exportAs: ["matSlideToggle"] }, { kind: "component", type: IconAtom, selector: "atoms-icon", inputs: ["name", "color"] }], changeDetection: i0.ChangeDetectionStrategy.OnPush }); }
|
|
69
69
|
}
|
|
70
70
|
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "18.1.2", ngImport: i0, type: SettingsTemplate, decorators: [{
|
|
71
71
|
type: Component,
|
|
@@ -114,7 +114,7 @@ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "18.1.2", ngImpor
|
|
|
114
114
|
</div>
|
|
115
115
|
</frames-scroll>`, changeDetection: ChangeDetectionStrategy.OnPush, host: {
|
|
116
116
|
class: 'template'
|
|
117
|
-
}, styles: [":host{--primary-color: inherit;--primary-color-SCOPED-IN-%COMP%-
|
|
117
|
+
}, styles: [":host{--primary-color: inherit;--primary-color-SCOPED-IN-%COMP%-qKMY: var(--primary-color);--on-primary-color: inherit;--on-primary-color-SCOPED-IN-%COMP%-qKMY: var(--on-primary-color);--secondary-color: inherit;--secondary-color-SCOPED-IN-%COMP%-qKMY: var(--secondary-color);--surface-color: inherit;--surface-color-SCOPED-IN-%COMP%-qKMY: var(--surface-color);--on-surface-color: inherit;--on-surface-color-SCOPED-IN-%COMP%-qKMY: var(--on-surface-color);--background-color: inherit;--background-color-SCOPED-IN-%COMP%-qKMY: var(--background-color);--on-background-color: inherit;--on-background-color-SCOPED-IN-%COMP%-qKMY: var(--on-background-color);--navigator-background-color: var(--primary-color-SCOPED-IN-%COMP%-qKMY);--navigator-background-color-SCOPED-IN-%COMP%-qKMY: var(--navigator-background-color);--navigator-on-background-color: var(--on-primary-color-SCOPED-IN-%COMP%-qKMY);--navigator-on-background-color-SCOPED-IN-%COMP%-qKMY: var(--navigator-on-background-color);width:100%;height:100%;background:#fff;display:block}:host *{--primary-color: var(--primary-color-SCOPED-IN-%COMP%-qKMY);--on-primary-color: var(--on-primary-color-SCOPED-IN-%COMP%-qKMY);--surface-color: var(--surface-color-SCOPED-IN-%COMP%-qKMY);--on-surface-color: var(--on-surface-color-SCOPED-IN-%COMP%-qKMY);--background-color: var(--background-color-SCOPED-IN-%COMP%-qKMY);--on-background-color: var(--on-background-color-SCOPED-IN-%COMP%-qKMY)}:host organisms-navigator{--background-color: var(--navigator-background-color-SCOPED-IN-%COMP%-qKMY);--on-background-color: var(--navigator-on-background-color-SCOPED-IN-%COMP%-qKMY)}\n"] }]
|
|
118
118
|
}] });
|
|
119
119
|
|
|
120
120
|
/**
|
|
@@ -9,35 +9,13 @@ import { FormTemplateStore } from '@ng-atomic/components/templates/form';
|
|
|
9
9
|
import { BackgroundTemplateStore } from '@ng-atomic/components/templates/background';
|
|
10
10
|
import { ColumnsTemplateStore } from '@ng-atomic/components/templates/columns';
|
|
11
11
|
|
|
12
|
+
/** @deprecated use `provideTemplates` */
|
|
12
13
|
class NgAtomicTemplatesModule {
|
|
13
14
|
static forRoot() {
|
|
14
15
|
return {
|
|
15
16
|
ngModule: NgAtomicTemplatesModule,
|
|
16
17
|
providers: [
|
|
17
|
-
|
|
18
|
-
return import('@ng-atomic/components/templates/_index').then(m => m.IndexTemplate);
|
|
19
|
-
}),
|
|
20
|
-
provideComponent(BackgroundTemplateStore, () => {
|
|
21
|
-
return import('@ng-atomic/components/templates/background').then(m => m.BackgroundTemplate);
|
|
22
|
-
}),
|
|
23
|
-
provideComponent(FormTemplateStore, () => {
|
|
24
|
-
return import('@ng-atomic/components/templates/form').then(m => m.FormTemplate);
|
|
25
|
-
}),
|
|
26
|
-
provideComponent(EntranceTemplateStore, () => {
|
|
27
|
-
return import('@ng-atomic/components/templates/entrance').then(m => m.EntranceTemplate);
|
|
28
|
-
}),
|
|
29
|
-
provideComponent(ColumnsTemplateStore, () => {
|
|
30
|
-
return import('@ng-atomic/components/templates/columns').then(m => m.ColumnsTemplate);
|
|
31
|
-
}),
|
|
32
|
-
ColumnsTemplateStore.provideDefault(),
|
|
33
|
-
provideComponent(IconButtonMenuTemplateStore, () => {
|
|
34
|
-
return import('@ng-atomic/components/templates/icon-button-menu').then(m => m.IconButtonMenuTemplate);
|
|
35
|
-
}),
|
|
36
|
-
provideComponent(MenuTemplateStore, () => {
|
|
37
|
-
return import('@ng-atomic/components/templates/menu').then(m => m.MenuTemplate);
|
|
38
|
-
}),
|
|
39
|
-
IndexTemplateStore.Config.provide(),
|
|
40
|
-
FormTemplateStore.Config.provide(),
|
|
18
|
+
provideTemplates(),
|
|
41
19
|
],
|
|
42
20
|
};
|
|
43
21
|
}
|
|
@@ -49,10 +27,24 @@ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "18.1.2", ngImpor
|
|
|
49
27
|
type: NgModule,
|
|
50
28
|
args: [{}]
|
|
51
29
|
}] });
|
|
30
|
+
function provideTemplates() {
|
|
31
|
+
return [
|
|
32
|
+
provideComponent(IndexTemplateStore, () => import('@ng-atomic/components/templates/_index').then(m => m.IndexTemplate)),
|
|
33
|
+
provideComponent(BackgroundTemplateStore, () => import('@ng-atomic/components/templates/background').then(m => m.BackgroundTemplate)),
|
|
34
|
+
provideComponent(FormTemplateStore, () => import('@ng-atomic/components/templates/form').then(m => m.FormTemplate)),
|
|
35
|
+
provideComponent(EntranceTemplateStore, () => import('@ng-atomic/components/templates/entrance').then(m => m.EntranceTemplate)),
|
|
36
|
+
provideComponent(ColumnsTemplateStore, () => import('@ng-atomic/components/templates/columns').then(m => m.ColumnsTemplate)),
|
|
37
|
+
ColumnsTemplateStore.provideDefault(),
|
|
38
|
+
provideComponent(IconButtonMenuTemplateStore, () => import('@ng-atomic/components/templates/icon-button-menu').then(m => m.IconButtonMenuTemplate)),
|
|
39
|
+
provideComponent(MenuTemplateStore, () => import('@ng-atomic/components/templates/menu').then(m => m.MenuTemplate)),
|
|
40
|
+
IndexTemplateStore.Config.provide(),
|
|
41
|
+
FormTemplateStore.Config.provide(),
|
|
42
|
+
];
|
|
43
|
+
}
|
|
52
44
|
|
|
53
45
|
/**
|
|
54
46
|
* Generated bundle index. Do not edit.
|
|
55
47
|
*/
|
|
56
48
|
|
|
57
|
-
export { NgAtomicTemplatesModule };
|
|
49
|
+
export { NgAtomicTemplatesModule, provideTemplates };
|
|
58
50
|
//# sourceMappingURL=ng-atomic-components-templates.mjs.map
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"ng-atomic-components-templates.mjs","sources":["../../../../../packages/@ng-atomic/components/src/lib/templates/templates.module.ts","../../../../../packages/@ng-atomic/components/src/lib/templates/ng-atomic-components-templates.ts"],"sourcesContent":["import { NgModule } from \"@angular/core\";\nimport { provideComponent } from \"@ng-atomic/core\";\nimport { IconButtonMenuTemplateStore } from \"@ng-atomic/components/templates/icon-button-menu\";\nimport { MenuTemplateStore } from \"@ng-atomic/components/templates/menu\";\nimport { EntranceTemplateStore } from \"@ng-atomic/components/templates/entrance\";\nimport { IndexTemplateStore } from '@ng-atomic/components/templates/_index';\nimport { FormTemplateStore } from \"@ng-atomic/components/templates/form\";\nimport { BackgroundTemplateStore } from \"@ng-atomic/components/templates/background\";\nimport { ColumnsTemplateStore } from \"@ng-atomic/components/templates/columns\";\n\n@NgModule({})\nexport class NgAtomicTemplatesModule {\n static forRoot() {\n return {\n ngModule: NgAtomicTemplatesModule,\n providers: [\n provideComponent(IndexTemplateStore, () =>
|
|
1
|
+
{"version":3,"file":"ng-atomic-components-templates.mjs","sources":["../../../../../packages/@ng-atomic/components/src/lib/templates/templates.module.ts","../../../../../packages/@ng-atomic/components/src/lib/templates/ng-atomic-components-templates.ts"],"sourcesContent":["import { NgModule } from \"@angular/core\";\nimport { provideComponent } from \"@ng-atomic/core\";\nimport { IconButtonMenuTemplateStore } from \"@ng-atomic/components/templates/icon-button-menu\";\nimport { MenuTemplateStore } from \"@ng-atomic/components/templates/menu\";\nimport { EntranceTemplateStore } from \"@ng-atomic/components/templates/entrance\";\nimport { IndexTemplateStore } from '@ng-atomic/components/templates/_index';\nimport { FormTemplateStore } from \"@ng-atomic/components/templates/form\";\nimport { BackgroundTemplateStore } from \"@ng-atomic/components/templates/background\";\nimport { ColumnsTemplateStore } from \"@ng-atomic/components/templates/columns\";\n\n/** @deprecated use `provideTemplates` */\n@NgModule({})\nexport class NgAtomicTemplatesModule {\n static forRoot() {\n return {\n ngModule: NgAtomicTemplatesModule,\n providers: [\n provideTemplates(),\n ],\n }\n }\n}\n\nexport function provideTemplates() {\n return [\n provideComponent(IndexTemplateStore, () => import('@ng-atomic/components/templates/_index').then(m => m.IndexTemplate)),\n provideComponent(BackgroundTemplateStore, () => import('@ng-atomic/components/templates/background').then(m => m.BackgroundTemplate)),\n provideComponent(FormTemplateStore, () => import('@ng-atomic/components/templates/form').then(m => m.FormTemplate)),\n provideComponent(EntranceTemplateStore, () => import('@ng-atomic/components/templates/entrance').then(m => m.EntranceTemplate)),\n provideComponent(ColumnsTemplateStore, () => import('@ng-atomic/components/templates/columns').then(m => m.ColumnsTemplate)),\n ColumnsTemplateStore.provideDefault(),\n provideComponent(IconButtonMenuTemplateStore, () => import('@ng-atomic/components/templates/icon-button-menu').then(m => m.IconButtonMenuTemplate)),\n provideComponent(MenuTemplateStore, () => import('@ng-atomic/components/templates/menu').then(m => m.MenuTemplate)),\n IndexTemplateStore.Config.provide(),\n FormTemplateStore.Config.provide(),\n ];\n}","/**\n * Generated bundle index. Do not edit.\n */\n\nexport * from './index';\n"],"names":[],"mappings":";;;;;;;;;;;AAUA;MAEa,uBAAuB,CAAA;AAClC,IAAA,OAAO,OAAO,GAAA;QACZ,OAAO;AACL,YAAA,QAAQ,EAAE,uBAAuB;AACjC,YAAA,SAAS,EAAE;AACT,gBAAA,gBAAgB,EAAE;AACnB,aAAA;SACF,CAAA;KACF;8GARU,uBAAuB,EAAA,IAAA,EAAA,EAAA,EAAA,MAAA,EAAA,EAAA,CAAA,eAAA,CAAA,QAAA,EAAA,CAAA,CAAA,EAAA;+GAAvB,uBAAuB,EAAA,CAAA,CAAA,EAAA;+GAAvB,uBAAuB,EAAA,CAAA,CAAA,EAAA;;2FAAvB,uBAAuB,EAAA,UAAA,EAAA,CAAA;kBADnC,QAAQ;mBAAC,EAAE,CAAA;;SAYI,gBAAgB,GAAA;IAC9B,OAAO;QACL,gBAAgB,CAAC,kBAAkB,EAAE,MAAM,OAAO,wCAAwC,CAAC,CAAC,IAAI,CAAC,CAAC,IAAI,CAAC,CAAC,aAAa,CAAC,CAAC;QACvH,gBAAgB,CAAC,uBAAuB,EAAE,MAAM,OAAO,4CAA4C,CAAC,CAAC,IAAI,CAAC,CAAC,IAAI,CAAC,CAAC,kBAAkB,CAAC,CAAC;QACrI,gBAAgB,CAAC,iBAAiB,EAAE,MAAM,OAAO,sCAAsC,CAAC,CAAC,IAAI,CAAC,CAAC,IAAI,CAAC,CAAC,YAAY,CAAC,CAAC;QACnH,gBAAgB,CAAC,qBAAqB,EAAE,MAAM,OAAO,0CAA0C,CAAC,CAAC,IAAI,CAAC,CAAC,IAAI,CAAC,CAAC,gBAAgB,CAAC,CAAC;QAC/H,gBAAgB,CAAC,oBAAoB,EAAE,MAAM,OAAO,yCAAyC,CAAC,CAAC,IAAI,CAAC,CAAC,IAAI,CAAC,CAAC,eAAe,CAAC,CAAC;QAC5H,oBAAoB,CAAC,cAAc,EAAE;QACrC,gBAAgB,CAAC,2BAA2B,EAAE,MAAM,OAAO,kDAAkD,CAAC,CAAC,IAAI,CAAC,CAAC,IAAI,CAAC,CAAC,sBAAsB,CAAC,CAAC;QACnJ,gBAAgB,CAAC,iBAAiB,EAAE,MAAM,OAAO,sCAAsC,CAAC,CAAC,IAAI,CAAC,CAAC,IAAI,CAAC,CAAC,YAAY,CAAC,CAAC;AACnH,QAAA,kBAAkB,CAAC,MAAM,CAAC,OAAO,EAAE;AACnC,QAAA,iBAAiB,CAAC,MAAM,CAAC,OAAO,EAAE;KACnC,CAAC;AACJ;;ACpCA;;AAEG;;;;"}
|
|
@@ -1,52 +1,31 @@
|
|
|
1
|
-
import
|
|
2
|
-
import {
|
|
3
|
-
import {
|
|
4
|
-
import {
|
|
5
|
-
import {
|
|
6
|
-
import {
|
|
7
|
-
import {
|
|
8
|
-
import { NgAtomicPagesModule } from '@ng-atomic/components/pages';
|
|
9
|
-
import { NgAtomicSheetsModule } from '@ng-atomic/components/sheets';
|
|
1
|
+
import { importProvidersFrom } from '@angular/core';
|
|
2
|
+
import { provideAtoms } from '@ng-atomic/components/atoms';
|
|
3
|
+
import { provideMolecules } from '@ng-atomic/components/molecules';
|
|
4
|
+
import { provideOrganisms } from '@ng-atomic/components/organisms';
|
|
5
|
+
import { provideTemplates } from '@ng-atomic/components/templates';
|
|
6
|
+
import { provideFrames } from '@ng-atomic/components/frames';
|
|
7
|
+
import { providePages } from '@ng-atomic/components/pages';
|
|
10
8
|
import { MatDialogModule } from '@angular/material/dialog';
|
|
11
9
|
import { MatSnackBarModule } from '@angular/material/snack-bar';
|
|
12
10
|
import { RootPropertyService, provideRootProperty } from '@ng-atomic/common/services/root-property';
|
|
13
11
|
|
|
14
|
-
|
|
15
|
-
|
|
16
|
-
|
|
17
|
-
|
|
18
|
-
|
|
19
|
-
|
|
20
|
-
|
|
21
|
-
|
|
22
|
-
|
|
23
|
-
|
|
24
|
-
|
|
25
|
-
|
|
26
|
-
importProvidersFrom(NgAtomicFramesModule.forRoot()),
|
|
27
|
-
importProvidersFrom(NgAtomicSheetsModule.forRoot()),
|
|
28
|
-
],
|
|
29
|
-
};
|
|
30
|
-
}
|
|
31
|
-
static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "18.1.2", ngImport: i0, type: NgAtomicComponentsModule, deps: [], target: i0.ɵɵFactoryTarget.NgModule }); }
|
|
32
|
-
static { this.ɵmod = i0.ɵɵngDeclareNgModule({ minVersion: "14.0.0", version: "18.1.2", ngImport: i0, type: NgAtomicComponentsModule, imports: [MatDialogModule,
|
|
33
|
-
MatSnackBarModule] }); }
|
|
34
|
-
static { this.ɵinj = i0.ɵɵngDeclareInjector({ minVersion: "12.0.0", version: "18.1.2", ngImport: i0, type: NgAtomicComponentsModule, imports: [MatDialogModule,
|
|
35
|
-
MatSnackBarModule] }); }
|
|
12
|
+
function provideNgAtomicComponents() {
|
|
13
|
+
return [
|
|
14
|
+
importProvidersFrom(MatDialogModule, MatSnackBarModule),
|
|
15
|
+
RootPropertyService.Config.provide(),
|
|
16
|
+
provideRootProperty(),
|
|
17
|
+
provideAtoms(),
|
|
18
|
+
provideMolecules(),
|
|
19
|
+
provideOrganisms(),
|
|
20
|
+
provideTemplates(),
|
|
21
|
+
providePages(),
|
|
22
|
+
provideFrames(),
|
|
23
|
+
];
|
|
36
24
|
}
|
|
37
|
-
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "18.1.2", ngImport: i0, type: NgAtomicComponentsModule, decorators: [{
|
|
38
|
-
type: NgModule,
|
|
39
|
-
args: [{
|
|
40
|
-
imports: [
|
|
41
|
-
MatDialogModule,
|
|
42
|
-
MatSnackBarModule,
|
|
43
|
-
]
|
|
44
|
-
}]
|
|
45
|
-
}] });
|
|
46
25
|
|
|
47
26
|
/**
|
|
48
27
|
* Generated bundle index. Do not edit.
|
|
49
28
|
*/
|
|
50
29
|
|
|
51
|
-
export {
|
|
30
|
+
export { provideNgAtomicComponents };
|
|
52
31
|
//# sourceMappingURL=ng-atomic-components.mjs.map
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"ng-atomic-components.mjs","sources":["../../../../../packages/@ng-atomic/components/src/lib/components.module.ts","../../../../../packages/@ng-atomic/components/src/lib/ng-atomic-components.ts"],"sourcesContent":["import {
|
|
1
|
+
{"version":3,"file":"ng-atomic-components.mjs","sources":["../../../../../packages/@ng-atomic/components/src/lib/components.module.ts","../../../../../packages/@ng-atomic/components/src/lib/ng-atomic-components.ts"],"sourcesContent":["import { EnvironmentProviders, importProvidersFrom } from \"@angular/core\";\nimport { provideAtoms } from \"@ng-atomic/components/atoms\";\nimport { provideMolecules } from \"@ng-atomic/components/molecules\";\nimport { provideOrganisms } from \"@ng-atomic/components/organisms\";\nimport { provideTemplates } from \"@ng-atomic/components/templates\";\nimport { provideFrames } from \"@ng-atomic/components/frames\";\nimport { providePages } from \"@ng-atomic/components/pages\";\nimport { MatDialogModule } from '@angular/material/dialog';\nimport { MatSnackBarModule } from '@angular/material/snack-bar';\nimport { provideRootProperty, RootPropertyService } from '@ng-atomic/common/services/root-property';\n\nexport function provideNgAtomicComponents(): EnvironmentProviders {\n return [\n importProvidersFrom(\n MatDialogModule,\n MatSnackBarModule,\n ),\n RootPropertyService.Config.provide(),\n provideRootProperty(),\n provideAtoms(),\n provideMolecules(),\n provideOrganisms(),\n provideTemplates(),\n providePages(),\n provideFrames(),\n ] as never as EnvironmentProviders;\n}\n","/**\n * Generated bundle index. Do not edit.\n */\n\nexport * from './index';\n"],"names":[],"mappings":";;;;;;;;;;;SAWgB,yBAAyB,GAAA;IACvC,OAAO;AACL,QAAA,mBAAmB,CACjB,eAAe,EACf,iBAAiB,CAClB;AACD,QAAA,mBAAmB,CAAC,MAAM,CAAC,OAAO,EAAE;AACpC,QAAA,mBAAmB,EAAE;AACrB,QAAA,YAAY,EAAE;AACd,QAAA,gBAAgB,EAAE;AAClB,QAAA,gBAAgB,EAAE;AAClB,QAAA,gBAAgB,EAAE;AAClB,QAAA,YAAY,EAAE;AACd,QAAA,aAAa,EAAE;KACiB,CAAC;AACrC;;AC1BA;;AAEG;;;;"}
|
|
@@ -4,10 +4,12 @@ import * as i0 from "@angular/core";
|
|
|
4
4
|
declare enum ActionId {
|
|
5
5
|
SIGN_IN_WITH_GOOGLE = "[@ng-atomic/components:frames/app] Sign In With Google",
|
|
6
6
|
SIGN_IN_WITH_TWITTER = "[@ng-atomic/components:frames/app] Sign In With Twitter",
|
|
7
|
+
SIGN_IN_WITH_MICROSOFT = "[@ng-atomic/components:frames/app] Sign In With Microsoft",
|
|
7
8
|
SIGN_IN_WITH_EMAIL = "[@ng-atomic/components:frames/app] Sign In With Email",
|
|
8
9
|
SIGN_UP_WITH_EMAIL = "[@ng-atomic/components:frames/app] Sign Up With Email",
|
|
9
10
|
NAVIGATE = "[@ng-atomic/components:frames/app] Navigate",
|
|
10
11
|
SIGN_OUT = "[@ng-atomic/components:frames/app] Sign Out",
|
|
12
|
+
NAVIGATE_SIDE_APP = "[@ng-atomic/components:frames/app] Navigate Side App",
|
|
11
13
|
OPEN_SIDE_APP = "[@ng-atomic/components:frames/app] Open Side App"
|
|
12
14
|
}
|
|
13
15
|
export declare class AppFrameStore extends InjectableComponent {
|
|
@@ -18,11 +20,13 @@ export declare class AppFrameStore extends InjectableComponent {
|
|
|
18
20
|
fabHide: boolean;
|
|
19
21
|
isEntrance: boolean;
|
|
20
22
|
isLoading: boolean;
|
|
23
|
+
isProgress: boolean;
|
|
21
24
|
sideAppOpened: boolean;
|
|
22
25
|
title: string;
|
|
23
26
|
form: AbstractControl;
|
|
24
27
|
entranceActions: Actions;
|
|
25
28
|
sideNavActions: Actions;
|
|
29
|
+
sideNavBottomActions: any[];
|
|
26
30
|
sideNavMode: "expanded" | "collapsed";
|
|
27
31
|
sideNavMenuType: "menu" | "icon-button-menu";
|
|
28
32
|
sideNavMenuTitle: string;
|
|
@@ -33,11 +37,13 @@ export declare class AppFrameStore extends InjectableComponent {
|
|
|
33
37
|
fabHide: boolean;
|
|
34
38
|
isEntrance: boolean;
|
|
35
39
|
isLoading: boolean;
|
|
40
|
+
isProgress: boolean;
|
|
36
41
|
sideAppOpened: boolean;
|
|
37
42
|
title: string;
|
|
38
43
|
form: AbstractControl;
|
|
39
44
|
entranceActions: Actions;
|
|
40
45
|
sideNavActions: Actions;
|
|
46
|
+
sideNavBottomActions: any[];
|
|
41
47
|
sideNavMode: "expanded" | "collapsed";
|
|
42
48
|
sideNavMenuType: "menu" | "icon-button-menu";
|
|
43
49
|
sideNavMenuTitle: string;
|
|
@@ -83,36 +89,43 @@ export declare class AppFrameStore extends InjectableComponent {
|
|
|
83
89
|
multi: boolean;
|
|
84
90
|
}[];
|
|
85
91
|
static provideNavigateEffect(): import("@angular/core").Provider;
|
|
92
|
+
static provideNavigateSideAppEffect(): import("@angular/core").Provider;
|
|
86
93
|
static provideSignOutEffect(): import("@angular/core").Provider;
|
|
87
94
|
static provideOpenSideAppEffect(): import("@angular/core").Provider;
|
|
95
|
+
static provideCloseSideAppEffect(): import("@angular/core").Provider;
|
|
88
96
|
static provideSignUpWithEmailEffect(): import("@angular/core").Provider;
|
|
89
97
|
static provideSignInWithEmailEffect(): import("@angular/core").Provider;
|
|
90
98
|
static provideSignInWithGoogleEffect(): import("@angular/core").Provider;
|
|
91
99
|
static provideSignInWithTwitterEffect(): import("@angular/core").Provider;
|
|
92
100
|
static provideDefaultEffects(): import("@angular/core").Provider[];
|
|
93
101
|
static provideDefault(): import("@angular/core").Provider[];
|
|
102
|
+
static injectNavActionFactory(): (commands: any[], name: string) => Action<any>;
|
|
94
103
|
readonly config: import("@angular/core").Signal<{
|
|
95
104
|
fabActions: any[];
|
|
96
105
|
fabHide: boolean;
|
|
97
106
|
isEntrance: boolean;
|
|
98
107
|
isLoading: boolean;
|
|
108
|
+
isProgress: boolean;
|
|
99
109
|
sideAppOpened: boolean;
|
|
100
110
|
title: string;
|
|
101
111
|
form: AbstractControl;
|
|
102
112
|
entranceActions: Actions;
|
|
103
113
|
sideNavActions: Actions;
|
|
114
|
+
sideNavBottomActions: any[];
|
|
104
115
|
sideNavMode: "expanded" | "collapsed";
|
|
105
116
|
sideNavMenuType: "menu" | "icon-button-menu";
|
|
106
117
|
sideNavMenuTitle: string;
|
|
107
118
|
sideAppOutletName: string;
|
|
108
119
|
}>;
|
|
109
120
|
readonly isLoading: import("@angular/core").InputSignal<boolean>;
|
|
121
|
+
readonly isProgress: import("@angular/core").InputSignal<boolean>;
|
|
110
122
|
readonly isEntrance: import("@angular/core").InputSignal<boolean>;
|
|
111
123
|
readonly sideAppOpened: import("@angular/core").InputSignal<boolean>;
|
|
112
124
|
readonly title: import("@angular/core").InputSignal<string>;
|
|
113
125
|
readonly form: import("@angular/core").InputSignal<AbstractControl<any, any>>;
|
|
114
126
|
readonly entranceActions: import("@angular/core").InputSignal<Actions>;
|
|
115
127
|
readonly sideNavActions: import("@angular/core").InputSignal<Actions>;
|
|
128
|
+
readonly sideNavBottomActions: import("@angular/core").InputSignal<any[]>;
|
|
116
129
|
readonly sideNavMode: import("@angular/core").InputSignal<"collapsed" | "expanded">;
|
|
117
130
|
readonly sideNavMenuType: import("@angular/core").InputSignal<"menu" | "icon-button-menu">;
|
|
118
131
|
readonly sideNavMenuTitle: import("@angular/core").InputSignal<string>;
|
|
@@ -121,7 +134,7 @@ export declare class AppFrameStore extends InjectableComponent {
|
|
|
121
134
|
readonly fabHide: import("@angular/core").InputSignal<boolean>;
|
|
122
135
|
constructor();
|
|
123
136
|
static ɵfac: i0.ɵɵFactoryDeclaration<AppFrameStore, never>;
|
|
124
|
-
static ɵdir: i0.ɵɵDirectiveDeclaration<AppFrameStore, "frames-app", never, { "isLoading": { "alias": "isLoading"; "required": false; "isSignal": true; }; "isEntrance": { "alias": "isEntrance"; "required": false; "isSignal": true; }; "sideAppOpened": { "alias": "sideAppOpened"; "required": false; "isSignal": true; }; "title": { "alias": "title"; "required": false; "isSignal": true; }; "form": { "alias": "form"; "required": false; "isSignal": true; }; "entranceActions": { "alias": "entranceActions"; "required": false; "isSignal": true; }; "sideNavActions": { "alias": "sideNavActions"; "required": false; "isSignal": true; }; "sideNavMode": { "alias": "sideNavMode"; "required": false; "isSignal": true; }; "sideNavMenuType": { "alias": "sideNavMenuType"; "required": false; "isSignal": true; }; "sideNavMenuTitle": { "alias": "sideNavMenuTitle"; "required": false; "isSignal": true; }; "sideAppOutletName": { "alias": "sideAppOutletName"; "required": false; "isSignal": true; }; "fabActions": { "alias": "fabActions"; "required": false; "isSignal": true; }; "fabHide": { "alias": "fabHide"; "required": false; "isSignal": true; }; }, {}, never, never, true, never>;
|
|
137
|
+
static ɵdir: i0.ɵɵDirectiveDeclaration<AppFrameStore, "frames-app", never, { "isLoading": { "alias": "isLoading"; "required": false; "isSignal": true; }; "isProgress": { "alias": "isProgress"; "required": false; "isSignal": true; }; "isEntrance": { "alias": "isEntrance"; "required": false; "isSignal": true; }; "sideAppOpened": { "alias": "sideAppOpened"; "required": false; "isSignal": true; }; "title": { "alias": "title"; "required": false; "isSignal": true; }; "form": { "alias": "form"; "required": false; "isSignal": true; }; "entranceActions": { "alias": "entranceActions"; "required": false; "isSignal": true; }; "sideNavActions": { "alias": "sideNavActions"; "required": false; "isSignal": true; }; "sideNavBottomActions": { "alias": "sideNavBottomActions"; "required": false; "isSignal": true; }; "sideNavMode": { "alias": "sideNavMode"; "required": false; "isSignal": true; }; "sideNavMenuType": { "alias": "sideNavMenuType"; "required": false; "isSignal": true; }; "sideNavMenuTitle": { "alias": "sideNavMenuTitle"; "required": false; "isSignal": true; }; "sideAppOutletName": { "alias": "sideAppOutletName"; "required": false; "isSignal": true; }; "fabActions": { "alias": "fabActions"; "required": false; "isSignal": true; }; "fabHide": { "alias": "fabHide"; "required": false; "isSignal": true; }; }, {}, never, never, true, never>;
|
|
125
138
|
}
|
|
126
139
|
export declare class AppFrame extends NgAtomicComponent {
|
|
127
140
|
protected store: AppFrameStore;
|
|
@@ -1,5 +1,11 @@
|
|
|
1
1
|
import * as i0 from "@angular/core";
|
|
2
|
+
export declare class AutoLayoutFrameStore {
|
|
3
|
+
readonly type: import("@angular/core").InputSignal<"horizontal" | "vertical">;
|
|
4
|
+
static ɵfac: i0.ɵɵFactoryDeclaration<AutoLayoutFrameStore, never>;
|
|
5
|
+
static ɵdir: i0.ɵɵDirectiveDeclaration<AutoLayoutFrameStore, never, never, { "type": { "alias": "type"; "required": false; "isSignal": true; }; }, {}, never, never, true, never>;
|
|
6
|
+
}
|
|
2
7
|
export declare class AutoLayoutFrame {
|
|
8
|
+
protected store: AutoLayoutFrameStore;
|
|
3
9
|
static ɵfac: i0.ɵɵFactoryDeclaration<AutoLayoutFrame, never>;
|
|
4
|
-
static ɵcmp: i0.ɵɵComponentDeclaration<AutoLayoutFrame, "frames-auto-layout", never, {}, {}, never, ["*"], true,
|
|
10
|
+
static ɵcmp: i0.ɵɵComponentDeclaration<AutoLayoutFrame, "frames-auto-layout", never, {}, {}, never, ["*"], true, [{ directive: typeof AutoLayoutFrameStore; inputs: { "type": "type"; }; outputs: {}; }]>;
|
|
5
11
|
}
|
|
@@ -1,29 +1,12 @@
|
|
|
1
|
-
import {
|
|
1
|
+
import { Provider } from '@angular/core';
|
|
2
2
|
import * as i0 from "@angular/core";
|
|
3
3
|
export declare class NgAtomicFramesModule {
|
|
4
4
|
static forRoot(): {
|
|
5
5
|
ngModule: typeof NgAtomicFramesModule;
|
|
6
|
-
providers:
|
|
7
|
-
provide: any;
|
|
8
|
-
useValue: () => Promise<import("@angular/core").Type<import("@ng-atomic/components/frames/app").AppFrame>>;
|
|
9
|
-
} | {
|
|
10
|
-
provide: any;
|
|
11
|
-
useValue: () => Promise<import("@angular/core").Type<import("@ng-atomic/components/frames/columns").ColumnsFrame>>;
|
|
12
|
-
} | {
|
|
13
|
-
provide: any;
|
|
14
|
-
useValue: () => Promise<import("@angular/core").Type<import("@ng-atomic/components/frames/fab").FabFrame>>;
|
|
15
|
-
} | {
|
|
16
|
-
provide: any;
|
|
17
|
-
useValue: () => Promise<import("@angular/core").Type<import("@ng-atomic/components/frames/drawer").DrawerFrame>>;
|
|
18
|
-
} | {
|
|
19
|
-
provide: any;
|
|
20
|
-
useValue: () => Promise<import("@angular/core").Type<SideNavFrame>>;
|
|
21
|
-
} | {
|
|
22
|
-
provide: any;
|
|
23
|
-
useValue: () => Promise<import("@angular/core").Type<import("@ng-atomic/components/frames/router-outlet").RouterOutletFrame>>;
|
|
24
|
-
})[];
|
|
6
|
+
providers: Provider[];
|
|
25
7
|
};
|
|
26
8
|
static ɵfac: i0.ɵɵFactoryDeclaration<NgAtomicFramesModule, never>;
|
|
27
9
|
static ɵmod: i0.ɵɵNgModuleDeclaration<NgAtomicFramesModule, never, never, never>;
|
|
28
10
|
static ɵinj: i0.ɵɵInjectorDeclaration<NgAtomicFramesModule>;
|
|
29
11
|
}
|
|
12
|
+
export declare function provideFrames(): Provider[];
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
export * from './progress-bar.frame';
|
|
@@ -0,0 +1,14 @@
|
|
|
1
|
+
import { ProgressBarMode } from '@angular/material/progress-bar';
|
|
2
|
+
import { NgAtomicComponent } from '@ng-atomic/core';
|
|
3
|
+
import * as i0 from "@angular/core";
|
|
4
|
+
export declare class ProgressBarFrameStore {
|
|
5
|
+
readonly mode: import("@angular/core").InputSignal<ProgressBarMode>;
|
|
6
|
+
readonly isProgress: import("@angular/core").InputSignal<boolean>;
|
|
7
|
+
static ɵfac: i0.ɵɵFactoryDeclaration<ProgressBarFrameStore, never>;
|
|
8
|
+
static ɵdir: i0.ɵɵDirectiveDeclaration<ProgressBarFrameStore, "frames-progress-bar", never, { "mode": { "alias": "mode"; "required": false; "isSignal": true; }; "isProgress": { "alias": "isProgress"; "required": false; "isSignal": true; }; }, {}, never, never, true, never>;
|
|
9
|
+
}
|
|
10
|
+
export declare class ProgressBarFrame extends NgAtomicComponent {
|
|
11
|
+
protected readonly store: ProgressBarFrameStore;
|
|
12
|
+
static ɵfac: i0.ɵɵFactoryDeclaration<ProgressBarFrame, never>;
|
|
13
|
+
static ɵcmp: i0.ɵɵComponentDeclaration<ProgressBarFrame, "frames-progress-bar", never, {}, {}, never, ["*"], true, [{ directive: typeof ProgressBarFrameStore; inputs: { "mode": "mode"; "isProgress": "isProgress"; }; outputs: {}; }]>;
|
|
14
|
+
}
|
|
@@ -1,4 +1,5 @@
|
|
|
1
|
-
import {
|
|
1
|
+
import { EventEmitter, Signal } from '@angular/core';
|
|
2
|
+
import { CanActivateFn, CanDeactivateFn, RouterOutlet, Routes } from '@angular/router';
|
|
2
3
|
import { InjectableComponent, NgAtomicComponent } from '@ng-atomic/core';
|
|
3
4
|
import * as i0 from "@angular/core";
|
|
4
5
|
export declare class RouterOutletFrameStore extends InjectableComponent {
|
|
@@ -8,15 +9,15 @@ export declare class RouterOutletFrameStore extends InjectableComponent {
|
|
|
8
9
|
name: string;
|
|
9
10
|
isActivated: (outlet: RouterOutlet) => boolean;
|
|
10
11
|
}>, label?: string): import("@angular/core").Provider;
|
|
11
|
-
inject():
|
|
12
|
+
inject(): Signal<{
|
|
12
13
|
frame: "overlay" | "lineup";
|
|
13
14
|
name: string;
|
|
14
15
|
isActivated: (outlet: RouterOutlet) => boolean;
|
|
15
16
|
}>;
|
|
16
17
|
};
|
|
17
|
-
static
|
|
18
|
-
static
|
|
19
|
-
readonly config:
|
|
18
|
+
static provideSideAppConfig: (name?: string) => import("@angular/core").Provider;
|
|
19
|
+
static provideDefault(): import("@angular/core").Provider[];
|
|
20
|
+
readonly config: Signal<{
|
|
20
21
|
frame: "overlay" | "lineup";
|
|
21
22
|
name: string;
|
|
22
23
|
isActivated: (outlet: RouterOutlet) => boolean;
|
|
@@ -24,13 +25,23 @@ export declare class RouterOutletFrameStore extends InjectableComponent {
|
|
|
24
25
|
readonly frame: import("@angular/core").InputSignal<"overlay" | "lineup">;
|
|
25
26
|
readonly name: import("@angular/core").InputSignal<string>;
|
|
26
27
|
readonly isActivated: import("@angular/core").InputSignal<(outlet: RouterOutlet) => boolean>;
|
|
28
|
+
readonly skip: import("@angular/core").InputSignal<boolean>;
|
|
27
29
|
static ɵfac: i0.ɵɵFactoryDeclaration<RouterOutletFrameStore, never>;
|
|
28
|
-
static ɵdir: i0.ɵɵDirectiveDeclaration<RouterOutletFrameStore, "frames-router-outlet", never, { "frame": { "alias": "frame"; "required": false; "isSignal": true; }; "name": { "alias": "name"; "required": false; "isSignal": true; }; "isActivated": { "alias": "isActivated"; "required": false; "isSignal": true; }; }, {}, never, never, true, never>;
|
|
30
|
+
static ɵdir: i0.ɵɵDirectiveDeclaration<RouterOutletFrameStore, "frames-router-outlet", never, { "frame": { "alias": "frame"; "required": false; "isSignal": true; }; "name": { "alias": "name"; "required": false; "isSignal": true; }; "isActivated": { "alias": "isActivated"; "required": false; "isSignal": true; }; "skip": { "alias": "skip"; "required": false; "isSignal": true; }; }, {}, never, never, true, never>;
|
|
29
31
|
}
|
|
30
32
|
export declare class RouterOutletFrame extends NgAtomicComponent {
|
|
31
33
|
protected store: RouterOutletFrameStore;
|
|
32
|
-
readonly
|
|
33
|
-
readonly
|
|
34
|
+
readonly events: EventEmitter<string>;
|
|
35
|
+
readonly outlet: Signal<RouterOutlet>;
|
|
36
|
+
readonly outlet$: import("rxjs").Observable<RouterOutlet>;
|
|
37
|
+
readonly activatedEvents$: import("rxjs").Observable<any>;
|
|
38
|
+
readonly hasNext$: import("rxjs").Observable<boolean>;
|
|
39
|
+
readonly hasNext: Signal<boolean>;
|
|
40
|
+
readonly parent: RouterOutletFrame;
|
|
41
|
+
constructor();
|
|
34
42
|
static ɵfac: i0.ɵɵFactoryDeclaration<RouterOutletFrame, never>;
|
|
35
|
-
static ɵcmp: i0.ɵɵComponentDeclaration<RouterOutletFrame, "frames-router-outlet", never, {}, {}, never, ["*"], true, [{ directive: typeof RouterOutletFrameStore; inputs: { "frame": "frame"; "name": "name"; }; outputs: {}; }]>;
|
|
43
|
+
static ɵcmp: i0.ɵɵComponentDeclaration<RouterOutletFrame, "frames-router-outlet", never, {}, { "events": "events"; }, never, ["*"], true, [{ directive: typeof RouterOutletFrameStore; inputs: { "frame": "frame"; "name": "name"; "skip": "skip"; }; outputs: {}; }]>;
|
|
36
44
|
}
|
|
45
|
+
export declare const canDeactivateFn: CanDeactivateFn<NgAtomicComponent | undefined>;
|
|
46
|
+
export declare const canActivateFn: CanActivateFn;
|
|
47
|
+
export declare function ngAtomicRoutes(routes: Routes): Routes;
|
|
@@ -1,5 +1,9 @@
|
|
|
1
|
+
import { ElementRef } from '@angular/core';
|
|
1
2
|
import * as i0 from "@angular/core";
|
|
2
3
|
export declare class ScrollFrame {
|
|
4
|
+
protected contents: ElementRef<HTMLDivElement>;
|
|
5
|
+
isScrollBottom(): boolean;
|
|
6
|
+
scrollToBottom(): void;
|
|
3
7
|
static ɵfac: i0.ɵɵFactoryDeclaration<ScrollFrame, never>;
|
|
4
|
-
static ɵcmp: i0.ɵɵComponentDeclaration<ScrollFrame, "frames-scroll", never, {}, {}, never, ["[
|
|
8
|
+
static ɵcmp: i0.ɵɵComponentDeclaration<ScrollFrame, "frames-scroll", never, {}, {}, never, ["[top]", "*", "[bottom]"], true, never>;
|
|
5
9
|
}
|
|
@@ -1 +1 @@
|
|
|
1
|
-
export * from '
|
|
1
|
+
export * from '@ng-atomic/components/frames/scroll';
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
export * from './side-app.frame';
|
|
@@ -0,0 +1,20 @@
|
|
|
1
|
+
import { Route } from "@angular/router";
|
|
2
|
+
import { InjectableComponent, NgAtomicComponent } from "@ng-atomic/core";
|
|
3
|
+
import * as i0 from "@angular/core";
|
|
4
|
+
export declare class SideAppFrameStore extends InjectableComponent {
|
|
5
|
+
static route(route: Route): {
|
|
6
|
+
outlet: string;
|
|
7
|
+
component: typeof SideAppFrame;
|
|
8
|
+
path: string;
|
|
9
|
+
providers: import("@angular/core").Provider[][];
|
|
10
|
+
} & Route;
|
|
11
|
+
static provideDefault(): import("@angular/core").Provider[];
|
|
12
|
+
readonly name: import("@angular/core").InputSignal<string>;
|
|
13
|
+
static ɵfac: i0.ɵɵFactoryDeclaration<SideAppFrameStore, never>;
|
|
14
|
+
static ɵdir: i0.ɵɵDirectiveDeclaration<SideAppFrameStore, "frames-side-app", never, { "name": { "alias": "name"; "required": false; "isSignal": true; }; }, {}, never, never, true, never>;
|
|
15
|
+
}
|
|
16
|
+
export declare class SideAppFrame extends NgAtomicComponent {
|
|
17
|
+
protected store: SideAppFrameStore;
|
|
18
|
+
static ɵfac: i0.ɵɵFactoryDeclaration<SideAppFrame, never>;
|
|
19
|
+
static ɵcmp: i0.ɵɵComponentDeclaration<SideAppFrame, "frames-side-app", never, {}, {}, never, never, true, [{ directive: typeof SideAppFrameStore; inputs: { "name": "name"; }; outputs: {}; }]>;
|
|
20
|
+
}
|
|
@@ -11,6 +11,7 @@ export declare class SideNavFrameStore extends InjectableComponent {
|
|
|
11
11
|
static readonly Config: {
|
|
12
12
|
provide(useFactory?: import("@ng-atomic/common/services/ui").ReducerFactory<{
|
|
13
13
|
actions: any[];
|
|
14
|
+
bottomActions: any[];
|
|
14
15
|
menuType: "menu" | "icon-button-menu";
|
|
15
16
|
menuTitle: string;
|
|
16
17
|
mode: string;
|
|
@@ -18,6 +19,7 @@ export declare class SideNavFrameStore extends InjectableComponent {
|
|
|
18
19
|
}>, label?: string): import("@angular/core").Provider;
|
|
19
20
|
inject(): import("@angular/core").Signal<{
|
|
20
21
|
actions: any[];
|
|
22
|
+
bottomActions: any[];
|
|
21
23
|
menuType: "menu" | "icon-button-menu";
|
|
22
24
|
menuTitle: string;
|
|
23
25
|
mode: string;
|
|
@@ -26,22 +28,24 @@ export declare class SideNavFrameStore extends InjectableComponent {
|
|
|
26
28
|
};
|
|
27
29
|
readonly config: import("@angular/core").Signal<{
|
|
28
30
|
actions: any[];
|
|
31
|
+
bottomActions: any[];
|
|
29
32
|
menuType: "menu" | "icon-button-menu";
|
|
30
33
|
menuTitle: string;
|
|
31
34
|
mode: string;
|
|
32
35
|
frameType: "lineup" | "drawer";
|
|
33
36
|
}>;
|
|
34
37
|
readonly actions: import("@angular/core").InputSignal<any[]>;
|
|
38
|
+
readonly bottomActions: import("@angular/core").InputSignal<any[]>;
|
|
35
39
|
readonly menuType: import("@angular/core").InputSignal<"menu" | "icon-button-menu">;
|
|
36
40
|
readonly menuTitle: import("@angular/core").InputSignal<string>;
|
|
37
41
|
readonly mode: import("@angular/core").InputSignal<string>;
|
|
38
42
|
readonly frameType: import("@angular/core").InputSignal<"lineup" | "drawer">;
|
|
39
43
|
get attrFrame(): "lineup" | "drawer";
|
|
40
44
|
static ɵfac: i0.ɵɵFactoryDeclaration<SideNavFrameStore, never>;
|
|
41
|
-
static ɵdir: i0.ɵɵDirectiveDeclaration<SideNavFrameStore, "frames-side-nav", never, { "actions": { "alias": "actions"; "required": false; "isSignal": true; }; "menuType": { "alias": "menuType"; "required": false; "isSignal": true; }; "menuTitle": { "alias": "menuTitle"; "required": false; "isSignal": true; }; "mode": { "alias": "mode"; "required": false; "isSignal": true; }; "frameType": { "alias": "frameType"; "required": false; "isSignal": true; }; }, {}, never, never, true, never>;
|
|
45
|
+
static ɵdir: i0.ɵɵDirectiveDeclaration<SideNavFrameStore, "frames-side-nav", never, { "actions": { "alias": "actions"; "required": false; "isSignal": true; }; "bottomActions": { "alias": "bottomActions"; "required": false; "isSignal": true; }; "menuType": { "alias": "menuType"; "required": false; "isSignal": true; }; "menuTitle": { "alias": "menuTitle"; "required": false; "isSignal": true; }; "mode": { "alias": "mode"; "required": false; "isSignal": true; }; "frameType": { "alias": "frameType"; "required": false; "isSignal": true; }; }, {}, never, never, true, never>;
|
|
42
46
|
}
|
|
43
47
|
export declare class SideNavFrame extends NgAtomicComponent {
|
|
44
48
|
protected store: SideNavFrameStore;
|
|
45
49
|
static ɵfac: i0.ɵɵFactoryDeclaration<SideNavFrame, never>;
|
|
46
|
-
static ɵcmp: i0.ɵɵComponentDeclaration<SideNavFrame, "frames-side-nav", never, {}, {}, never, ["*"], true, [{ directive: typeof SideNavFrameStore; inputs: { "actions": "actions"; "menuType": "menuType"; "menuTitle": "menuTitle"; "mode": "mode"; "frameType": "frameType"; }; outputs: {}; }]>;
|
|
50
|
+
static ɵcmp: i0.ɵɵComponentDeclaration<SideNavFrame, "frames-side-nav", never, {}, {}, never, ["*"], true, [{ directive: typeof SideNavFrameStore; inputs: { "actions": "actions"; "bottomActions": "bottomActions"; "menuType": "menuType"; "menuTitle": "menuTitle"; "mode": "mode"; "frameType": "frameType"; }; outputs: {}; }]>;
|
|
47
51
|
}
|
|
@@ -2,8 +2,9 @@ import { ElementRef, QueryList, AfterContentInit } from '@angular/core';
|
|
|
2
2
|
import * as i0 from "@angular/core";
|
|
3
3
|
export declare class TabsFrame implements AfterContentInit {
|
|
4
4
|
tabContents: QueryList<ElementRef>;
|
|
5
|
+
protected readonly labels: import("@angular/core").InputSignal<string[]>;
|
|
5
6
|
tabs: any[];
|
|
6
7
|
ngAfterContentInit(): void;
|
|
7
8
|
static ɵfac: i0.ɵɵFactoryDeclaration<TabsFrame, never>;
|
|
8
|
-
static ɵcmp: i0.ɵɵComponentDeclaration<TabsFrame, "frames-tabs", never, {}, {}, ["tabContents"], never, true, never>;
|
|
9
|
+
static ɵcmp: i0.ɵɵComponentDeclaration<TabsFrame, "frames-tabs", never, { "labels": { "alias": "labels"; "required": false; "isSignal": true; }; }, {}, ["tabContents"], never, true, never>;
|
|
9
10
|
}
|
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
import * as i0 from "@angular/core";
|
|
2
2
|
export declare class VerticalHideFrame {
|
|
3
|
-
mode:
|
|
3
|
+
readonly mode: import("@angular/core").InputSignal<"collapsed" | "expanded">;
|
|
4
4
|
static ɵfac: i0.ɵɵFactoryDeclaration<VerticalHideFrame, never>;
|
|
5
|
-
static ɵcmp: i0.ɵɵComponentDeclaration<VerticalHideFrame, "frames-vertical-hide", never, { "mode": { "alias": "mode"; "required": false; }; }, {}, never, ["*"], true, never>;
|
|
5
|
+
static ɵcmp: i0.ɵɵComponentDeclaration<VerticalHideFrame, "frames-vertical-hide", never, { "mode": { "alias": "mode"; "required": false; "isSignal": true; }; }, {}, never, ["*"], true, never>;
|
|
6
6
|
}
|