@ng-atomic/components 18.2.0 → 18.4.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/smart-menu-button/smart-menu-button.atom.d.ts +3 -3
- package/components.module.d.ts +6 -1
- package/esm2022/atoms/icon/icon.atom.mjs +2 -2
- package/esm2022/atoms/smart-menu-button/smart-menu-button.atom.mjs +77 -114
- package/esm2022/components.module.mjs +7 -3
- package/esm2022/extras/editor/editor.component.mjs +78 -46
- package/esm2022/frames/app/app.frame.mjs +130 -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 +3 -3
- 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 +4 -1
- 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 +49 -19
- package/esm2022/organisms/number-input-section/number-input-section.organism.mjs +2 -2
- package/esm2022/organisms/organisms.module.mjs +5 -5
- 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 +169 -62
- package/esm2022/pages/columns/columns.page.mjs +10 -9
- package/esm2022/pages/form/form.page.mjs +27 -12
- 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 +12 -11
- 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/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 +76 -113
- package/fesm2022/ng-atomic-components-atoms-smart-menu-button.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 +129 -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 +2 -2
- 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 +3 -0
- 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 +48 -18
- 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 +4 -4
- package/fesm2022/ng-atomic-components-organisms.mjs.map +1 -1
- package/fesm2022/ng-atomic-components-pages-_index.mjs +168 -62
- 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 +26 -11
- 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-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 +11 -10
- 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.mjs +7 -3
- package/fesm2022/ng-atomic-components.mjs.map +1 -1
- package/frames/app/app.frame.d.ts +13 -1
- package/frames/auto-layout/auto-layout.frame.d.ts +7 -1
- 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 +3 -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 -6
- package/organisms/organisms.module.d.ts +1 -1
- 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 +37 -25
- 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 +11 -2
- 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/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-APN6: var(--navigator-height);--primary-color: #404040;--primary-color-SCOPED-IN-selection-APN6: var(--primary-color);--on-primary-color: #f0f0f0;--on-primary-color-SCOPED-IN-selection-APN6: var(--on-primary-color);--secondary-color: #f0f0f0;--secondary-color-SCOPED-IN-selection-APN6: var(--secondary-color);--surface-color: #f0f0f0;--surface-color-SCOPED-IN-selection-APN6: var(--surface-color);--on-surface-color: #000;--on-surface-color-SCOPED-IN-selection-APN6: var(--on-surface-color);--background-color: #f0f0f0;--background-color-SCOPED-IN-selection-APN6: var(--background-color);--on-background-color: #000;--on-background-color-SCOPED-IN-selection-APN6: var(--on-background-color);--first-content-height: 0px;--first-content-height-SCOPED-IN-selection-APN6: var(--first-content-height);--navigator-background-color: var(--primary-color-SCOPED-IN-selection-APN6);--navigator-background-color-SCOPED-IN-selection-APN6: var(--navigator-background-color);--navigator-on-background-color: var(--on-primary-color-SCOPED-IN-selection-APN6);--navigator-on-background-color-SCOPED-IN-selection-APN6: var(--navigator-on-background-color);--min-first-content-height: 0px;--min-first-content-height-SCOPED-IN-selection-APN6: var(--min-first-content-height);--max-first-content-height: calc(100% - 80px) ;--max-first-content-height-SCOPED-IN-selection-APN6: var(--max-first-content-height)}:host{background-color:var(--background-color-SCOPED-IN-selection-APN6);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-APN6);--min-first-content-height: var(--min-first-content-height-SCOPED-IN-selection-APN6)}:host *{--primary-color: var(--primary-color-SCOPED-IN-selection-APN6);--on-primary-color: var(--on-primary-color-SCOPED-IN-selection-APN6);--surface-color: var(--surface-color-SCOPED-IN-selection-APN6);--on-surface-color: var(--on-surface-color-SCOPED-IN-selection-APN6);--background-color: var(--background-color-SCOPED-IN-selection-APN6);--on-background-color: var(--on-background-color-SCOPED-IN-selection-APN6)}:host organisms-navigator{--background-color: var(--navigator-background-color-SCOPED-IN-selection-APN6);--on-background-color: var(--navigator-on-background-color-SCOPED-IN-selection-APN6)}: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-APN6: var(--navigator-height);--primary-color: #404040;--primary-color-SCOPED-IN-selection-APN6: var(--primary-color);--on-primary-color: #f0f0f0;--on-primary-color-SCOPED-IN-selection-APN6: var(--on-primary-color);--secondary-color: #f0f0f0;--secondary-color-SCOPED-IN-selection-APN6: var(--secondary-color);--surface-color: #f0f0f0;--surface-color-SCOPED-IN-selection-APN6: var(--surface-color);--on-surface-color: #000;--on-surface-color-SCOPED-IN-selection-APN6: var(--on-surface-color);--background-color: #f0f0f0;--background-color-SCOPED-IN-selection-APN6: var(--background-color);--on-background-color: #000;--on-background-color-SCOPED-IN-selection-APN6: var(--on-background-color);--first-content-height: 0px;--first-content-height-SCOPED-IN-selection-APN6: var(--first-content-height);--navigator-background-color: var(--primary-color-SCOPED-IN-selection-APN6);--navigator-background-color-SCOPED-IN-selection-APN6: var(--navigator-background-color);--navigator-on-background-color: var(--on-primary-color-SCOPED-IN-selection-APN6);--navigator-on-background-color-SCOPED-IN-selection-APN6: var(--navigator-on-background-color);--min-first-content-height: 0px;--min-first-content-height-SCOPED-IN-selection-APN6: var(--min-first-content-height);--max-first-content-height: calc(100% - 80px) ;--max-first-content-height-SCOPED-IN-selection-APN6: var(--max-first-content-height)}:host{background-color:var(--background-color-SCOPED-IN-selection-APN6);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-APN6);--min-first-content-height: var(--min-first-content-height-SCOPED-IN-selection-APN6)}:host *{--primary-color: var(--primary-color-SCOPED-IN-selection-APN6);--on-primary-color: var(--on-primary-color-SCOPED-IN-selection-APN6);--surface-color: var(--surface-color-SCOPED-IN-selection-APN6);--on-surface-color: var(--on-surface-color-SCOPED-IN-selection-APN6);--background-color: var(--background-color-SCOPED-IN-selection-APN6);--on-background-color: var(--on-background-color-SCOPED-IN-selection-APN6)}:host organisms-navigator{--background-color: var(--navigator-background-color-SCOPED-IN-selection-APN6);--on-background-color: var(--navigator-on-background-color-SCOPED-IN-selection-APN6)}: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%-prVw: var(--primary-color);--on-primary-color: inherit;--on-primary-color-SCOPED-IN-%COMP%-prVw: var(--on-primary-color);--secondary-color: inherit;--secondary-color-SCOPED-IN-%COMP%-prVw: var(--secondary-color);--surface-color: inherit;--surface-color-SCOPED-IN-%COMP%-prVw: var(--surface-color);--on-surface-color: inherit;--on-surface-color-SCOPED-IN-%COMP%-prVw: var(--on-surface-color);--background-color: inherit;--background-color-SCOPED-IN-%COMP%-prVw: var(--background-color);--on-background-color: inherit;--on-background-color-SCOPED-IN-%COMP%-prVw: var(--on-background-color);--navigator-background-color: var(--primary-color-SCOPED-IN-%COMP%-prVw);--navigator-background-color-SCOPED-IN-%COMP%-prVw: var(--navigator-background-color);--navigator-on-background-color: var(--on-primary-color-SCOPED-IN-%COMP%-prVw);--navigator-on-background-color-SCOPED-IN-%COMP%-prVw: var(--navigator-on-background-color);width:100%;height:100%;background:#fff;display:block}:host *{--primary-color: var(--primary-color-SCOPED-IN-%COMP%-prVw);--on-primary-color: var(--on-primary-color-SCOPED-IN-%COMP%-prVw);--surface-color: var(--surface-color-SCOPED-IN-%COMP%-prVw);--on-surface-color: var(--on-surface-color-SCOPED-IN-%COMP%-prVw);--background-color: var(--background-color-SCOPED-IN-%COMP%-prVw);--on-background-color: var(--on-background-color-SCOPED-IN-%COMP%-prVw)}:host organisms-navigator{--background-color: var(--navigator-background-color-SCOPED-IN-%COMP%-prVw);--on-background-color: var(--navigator-on-background-color-SCOPED-IN-%COMP%-prVw)}\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%-prVw: var(--primary-color);--on-primary-color: inherit;--on-primary-color-SCOPED-IN-%COMP%-prVw: var(--on-primary-color);--secondary-color: inherit;--secondary-color-SCOPED-IN-%COMP%-prVw: var(--secondary-color);--surface-color: inherit;--surface-color-SCOPED-IN-%COMP%-prVw: var(--surface-color);--on-surface-color: inherit;--on-surface-color-SCOPED-IN-%COMP%-prVw: var(--on-surface-color);--background-color: inherit;--background-color-SCOPED-IN-%COMP%-prVw: var(--background-color);--on-background-color: inherit;--on-background-color-SCOPED-IN-%COMP%-prVw: var(--on-background-color);--navigator-background-color: var(--primary-color-SCOPED-IN-%COMP%-prVw);--navigator-background-color-SCOPED-IN-%COMP%-prVw: var(--navigator-background-color);--navigator-on-background-color: var(--on-primary-color-SCOPED-IN-%COMP%-prVw);--navigator-on-background-color-SCOPED-IN-%COMP%-prVw: var(--navigator-on-background-color);width:100%;height:100%;background:#fff;display:block}:host *{--primary-color: var(--primary-color-SCOPED-IN-%COMP%-prVw);--on-primary-color: var(--on-primary-color-SCOPED-IN-%COMP%-prVw);--surface-color: var(--surface-color-SCOPED-IN-%COMP%-prVw);--on-surface-color: var(--on-surface-color-SCOPED-IN-%COMP%-prVw);--background-color: var(--background-color-SCOPED-IN-%COMP%-prVw);--on-background-color: var(--on-background-color-SCOPED-IN-%COMP%-prVw)}:host organisms-navigator{--background-color: var(--navigator-background-color-SCOPED-IN-%COMP%-prVw);--on-background-color: var(--navigator-on-background-color-SCOPED-IN-%COMP%-prVw)}\n"] }]
|
|
118
118
|
}] });
|
|
119
119
|
|
|
120
120
|
/**
|
|
@@ -6,11 +6,13 @@ import { NgAtomicOrganismsModule } from '@ng-atomic/components/organisms';
|
|
|
6
6
|
import { NgAtomicTemplatesModule } from '@ng-atomic/components/templates';
|
|
7
7
|
import { NgAtomicFramesModule } from '@ng-atomic/components/frames';
|
|
8
8
|
import { NgAtomicPagesModule } from '@ng-atomic/components/pages';
|
|
9
|
-
import { NgAtomicSheetsModule } from '@ng-atomic/components/sheets';
|
|
10
9
|
import { MatDialogModule } from '@angular/material/dialog';
|
|
11
10
|
import { MatSnackBarModule } from '@angular/material/snack-bar';
|
|
12
11
|
import { RootPropertyService, provideRootProperty } from '@ng-atomic/common/services/root-property';
|
|
13
12
|
|
|
13
|
+
/**
|
|
14
|
+
* @deprecated use `provideNgAtomicComponents()` instead
|
|
15
|
+
*/
|
|
14
16
|
class NgAtomicComponentsModule {
|
|
15
17
|
static forRoot() {
|
|
16
18
|
return {
|
|
@@ -24,7 +26,6 @@ class NgAtomicComponentsModule {
|
|
|
24
26
|
importProvidersFrom(NgAtomicTemplatesModule.forRoot()),
|
|
25
27
|
importProvidersFrom(NgAtomicPagesModule.forRoot()),
|
|
26
28
|
importProvidersFrom(NgAtomicFramesModule.forRoot()),
|
|
27
|
-
importProvidersFrom(NgAtomicSheetsModule.forRoot()),
|
|
28
29
|
],
|
|
29
30
|
};
|
|
30
31
|
}
|
|
@@ -43,10 +44,13 @@ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "18.1.2", ngImpor
|
|
|
43
44
|
]
|
|
44
45
|
}]
|
|
45
46
|
}] });
|
|
47
|
+
function provideNgAtomicComponents() {
|
|
48
|
+
return importProvidersFrom(NgAtomicComponentsModule.forRoot());
|
|
49
|
+
}
|
|
46
50
|
|
|
47
51
|
/**
|
|
48
52
|
* Generated bundle index. Do not edit.
|
|
49
53
|
*/
|
|
50
54
|
|
|
51
|
-
export { NgAtomicComponentsModule };
|
|
55
|
+
export { NgAtomicComponentsModule, provideNgAtomicComponents };
|
|
52
56
|
//# 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 { NgModule, importProvidersFrom } from \"@angular/core\";\nimport { NgAtomicAtomsModule } from \"@ng-atomic/components/atoms\";\nimport { NgAtomicMoleculesModule } from \"@ng-atomic/components/molecules\";\nimport { NgAtomicOrganismsModule } from \"@ng-atomic/components/organisms\";\nimport { NgAtomicTemplatesModule } from \"@ng-atomic/components/templates\";\nimport { NgAtomicFramesModule } from \"@ng-atomic/components/frames\";\nimport { NgAtomicPagesModule } from \"@ng-atomic/components/pages\";\nimport {
|
|
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, NgModule, importProvidersFrom } from \"@angular/core\";\nimport { NgAtomicAtomsModule } from \"@ng-atomic/components/atoms\";\nimport { NgAtomicMoleculesModule } from \"@ng-atomic/components/molecules\";\nimport { NgAtomicOrganismsModule } from \"@ng-atomic/components/organisms\";\nimport { NgAtomicTemplatesModule } from \"@ng-atomic/components/templates\";\nimport { NgAtomicFramesModule } from \"@ng-atomic/components/frames\";\nimport { NgAtomicPagesModule } 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\n\n/**\n * @deprecated use `provideNgAtomicComponents()` instead\n */\n@NgModule({\n imports: [\n MatDialogModule,\n MatSnackBarModule,\n ]\n})\nexport class NgAtomicComponentsModule {\n static forRoot() {\n return {\n ngModule: NgAtomicComponentsModule,\n providers: [\n RootPropertyService.Config.provide(),\n provideRootProperty(),\n importProvidersFrom(NgAtomicAtomsModule.forRoot()),\n importProvidersFrom(NgAtomicMoleculesModule.forRoot()),\n importProvidersFrom(NgAtomicOrganismsModule.forRoot()),\n importProvidersFrom(NgAtomicTemplatesModule.forRoot()),\n importProvidersFrom(NgAtomicPagesModule.forRoot()),\n importProvidersFrom(NgAtomicFramesModule.forRoot()),\n ],\n }\n }\n}\n\nexport function provideNgAtomicComponents(): EnvironmentProviders {\n return importProvidersFrom(NgAtomicComponentsModule.forRoot());\n}\n","/**\n * Generated bundle index. Do not edit.\n */\n\nexport * from './index';\n"],"names":[],"mappings":";;;;;;;;;;;;AAYA;;AAEG;MAOU,wBAAwB,CAAA;AACnC,IAAA,OAAO,OAAO,GAAA;QACZ,OAAO;AACL,YAAA,QAAQ,EAAE,wBAAwB;AAClC,YAAA,SAAS,EAAE;AACT,gBAAA,mBAAmB,CAAC,MAAM,CAAC,OAAO,EAAE;AACpC,gBAAA,mBAAmB,EAAE;AACrB,gBAAA,mBAAmB,CAAC,mBAAmB,CAAC,OAAO,EAAE,CAAC;AAClD,gBAAA,mBAAmB,CAAC,uBAAuB,CAAC,OAAO,EAAE,CAAC;AACtD,gBAAA,mBAAmB,CAAC,uBAAuB,CAAC,OAAO,EAAE,CAAC;AACtD,gBAAA,mBAAmB,CAAC,uBAAuB,CAAC,OAAO,EAAE,CAAC;AACtD,gBAAA,mBAAmB,CAAC,mBAAmB,CAAC,OAAO,EAAE,CAAC;AAClD,gBAAA,mBAAmB,CAAC,oBAAoB,CAAC,OAAO,EAAE,CAAC;AACpD,aAAA;SACF,CAAA;KACF;8GAfU,wBAAwB,EAAA,IAAA,EAAA,EAAA,EAAA,MAAA,EAAA,EAAA,CAAA,eAAA,CAAA,QAAA,EAAA,CAAA,CAAA,EAAA;AAAxB,IAAA,SAAA,IAAA,CAAA,IAAA,GAAA,EAAA,CAAA,mBAAA,CAAA,EAAA,UAAA,EAAA,QAAA,EAAA,OAAA,EAAA,QAAA,EAAA,QAAA,EAAA,EAAA,EAAA,IAAA,EAAA,wBAAwB,YAJjC,eAAe;YACf,iBAAiB,CAAA,EAAA,CAAA,CAAA,EAAA;AAGR,IAAA,SAAA,IAAA,CAAA,IAAA,GAAA,EAAA,CAAA,mBAAA,CAAA,EAAA,UAAA,EAAA,QAAA,EAAA,OAAA,EAAA,QAAA,EAAA,QAAA,EAAA,EAAA,EAAA,IAAA,EAAA,wBAAwB,YAJjC,eAAe;YACf,iBAAiB,CAAA,EAAA,CAAA,CAAA,EAAA;;2FAGR,wBAAwB,EAAA,UAAA,EAAA,CAAA;kBANpC,QAAQ;AAAC,YAAA,IAAA,EAAA,CAAA;AACR,oBAAA,OAAO,EAAE;wBACP,eAAe;wBACf,iBAAiB;AAClB,qBAAA;AACF,iBAAA,CAAA;;SAmBe,yBAAyB,GAAA;AACvC,IAAA,OAAO,mBAAmB,CAAC,wBAAwB,CAAC,OAAO,EAAE,CAAC,CAAC;AACjE;;ACzCA;;AAEG;;;;"}
|
|
@@ -8,6 +8,7 @@ declare enum ActionId {
|
|
|
8
8
|
SIGN_UP_WITH_EMAIL = "[@ng-atomic/components:frames/app] Sign Up With Email",
|
|
9
9
|
NAVIGATE = "[@ng-atomic/components:frames/app] Navigate",
|
|
10
10
|
SIGN_OUT = "[@ng-atomic/components:frames/app] Sign Out",
|
|
11
|
+
NAVIGATE_SIDE_APP = "[@ng-atomic/components:frames/app] Navigate Side App",
|
|
11
12
|
OPEN_SIDE_APP = "[@ng-atomic/components:frames/app] Open Side App"
|
|
12
13
|
}
|
|
13
14
|
export declare class AppFrameStore extends InjectableComponent {
|
|
@@ -18,11 +19,13 @@ export declare class AppFrameStore extends InjectableComponent {
|
|
|
18
19
|
fabHide: boolean;
|
|
19
20
|
isEntrance: boolean;
|
|
20
21
|
isLoading: boolean;
|
|
22
|
+
isProgress: boolean;
|
|
21
23
|
sideAppOpened: boolean;
|
|
22
24
|
title: string;
|
|
23
25
|
form: AbstractControl;
|
|
24
26
|
entranceActions: Actions;
|
|
25
27
|
sideNavActions: Actions;
|
|
28
|
+
sideNavBottomActions: any[];
|
|
26
29
|
sideNavMode: "expanded" | "collapsed";
|
|
27
30
|
sideNavMenuType: "menu" | "icon-button-menu";
|
|
28
31
|
sideNavMenuTitle: string;
|
|
@@ -33,11 +36,13 @@ export declare class AppFrameStore extends InjectableComponent {
|
|
|
33
36
|
fabHide: boolean;
|
|
34
37
|
isEntrance: boolean;
|
|
35
38
|
isLoading: boolean;
|
|
39
|
+
isProgress: boolean;
|
|
36
40
|
sideAppOpened: boolean;
|
|
37
41
|
title: string;
|
|
38
42
|
form: AbstractControl;
|
|
39
43
|
entranceActions: Actions;
|
|
40
44
|
sideNavActions: Actions;
|
|
45
|
+
sideNavBottomActions: any[];
|
|
41
46
|
sideNavMode: "expanded" | "collapsed";
|
|
42
47
|
sideNavMenuType: "menu" | "icon-button-menu";
|
|
43
48
|
sideNavMenuTitle: string;
|
|
@@ -83,36 +88,43 @@ export declare class AppFrameStore extends InjectableComponent {
|
|
|
83
88
|
multi: boolean;
|
|
84
89
|
}[];
|
|
85
90
|
static provideNavigateEffect(): import("@angular/core").Provider;
|
|
91
|
+
static provideNavigateSideAppEffect(): import("@angular/core").Provider;
|
|
86
92
|
static provideSignOutEffect(): import("@angular/core").Provider;
|
|
87
93
|
static provideOpenSideAppEffect(): import("@angular/core").Provider;
|
|
94
|
+
static provideCloseSideAppEffect(): import("@angular/core").Provider;
|
|
88
95
|
static provideSignUpWithEmailEffect(): import("@angular/core").Provider;
|
|
89
96
|
static provideSignInWithEmailEffect(): import("@angular/core").Provider;
|
|
90
97
|
static provideSignInWithGoogleEffect(): import("@angular/core").Provider;
|
|
91
98
|
static provideSignInWithTwitterEffect(): import("@angular/core").Provider;
|
|
92
99
|
static provideDefaultEffects(): import("@angular/core").Provider[];
|
|
93
100
|
static provideDefault(): import("@angular/core").Provider[];
|
|
101
|
+
static injectNavActionFactory(): (commands: any[], name: string) => Action<any>;
|
|
94
102
|
readonly config: import("@angular/core").Signal<{
|
|
95
103
|
fabActions: any[];
|
|
96
104
|
fabHide: boolean;
|
|
97
105
|
isEntrance: boolean;
|
|
98
106
|
isLoading: boolean;
|
|
107
|
+
isProgress: boolean;
|
|
99
108
|
sideAppOpened: boolean;
|
|
100
109
|
title: string;
|
|
101
110
|
form: AbstractControl;
|
|
102
111
|
entranceActions: Actions;
|
|
103
112
|
sideNavActions: Actions;
|
|
113
|
+
sideNavBottomActions: any[];
|
|
104
114
|
sideNavMode: "expanded" | "collapsed";
|
|
105
115
|
sideNavMenuType: "menu" | "icon-button-menu";
|
|
106
116
|
sideNavMenuTitle: string;
|
|
107
117
|
sideAppOutletName: string;
|
|
108
118
|
}>;
|
|
109
119
|
readonly isLoading: import("@angular/core").InputSignal<boolean>;
|
|
120
|
+
readonly isProgress: import("@angular/core").InputSignal<boolean>;
|
|
110
121
|
readonly isEntrance: import("@angular/core").InputSignal<boolean>;
|
|
111
122
|
readonly sideAppOpened: import("@angular/core").InputSignal<boolean>;
|
|
112
123
|
readonly title: import("@angular/core").InputSignal<string>;
|
|
113
124
|
readonly form: import("@angular/core").InputSignal<AbstractControl<any, any>>;
|
|
114
125
|
readonly entranceActions: import("@angular/core").InputSignal<Actions>;
|
|
115
126
|
readonly sideNavActions: import("@angular/core").InputSignal<Actions>;
|
|
127
|
+
readonly sideNavBottomActions: import("@angular/core").InputSignal<any[]>;
|
|
116
128
|
readonly sideNavMode: import("@angular/core").InputSignal<"collapsed" | "expanded">;
|
|
117
129
|
readonly sideNavMenuType: import("@angular/core").InputSignal<"menu" | "icon-button-menu">;
|
|
118
130
|
readonly sideNavMenuTitle: import("@angular/core").InputSignal<string>;
|
|
@@ -121,7 +133,7 @@ export declare class AppFrameStore extends InjectableComponent {
|
|
|
121
133
|
readonly fabHide: import("@angular/core").InputSignal<boolean>;
|
|
122
134
|
constructor();
|
|
123
135
|
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>;
|
|
136
|
+
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
137
|
}
|
|
126
138
|
export declare class AppFrame extends NgAtomicComponent {
|
|
127
139
|
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
|
}
|
|
@@ -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
|
}
|
|
@@ -29,11 +29,12 @@ export declare class ActionsColumnMoleculeStore extends InjectableComponent {
|
|
|
29
29
|
readonly headerText: import("@angular/core").InputSignal<string>;
|
|
30
30
|
readonly name: import("@angular/core").InputSignal<string>;
|
|
31
31
|
readonly itemActions: import("@angular/core").InputSignal<Actions>;
|
|
32
|
+
readonly sticky: import("@angular/core").InputSignal<boolean>;
|
|
32
33
|
readonly style: import("@angular/core").Signal<{
|
|
33
34
|
width: string;
|
|
34
35
|
}>;
|
|
35
36
|
static ɵfac: i0.ɵɵFactoryDeclaration<ActionsColumnMoleculeStore, never>;
|
|
36
|
-
static ɵdir: i0.ɵɵDirectiveDeclaration<ActionsColumnMoleculeStore, never, never, { "headerText": { "alias": "headerText"; "required": false; "isSignal": true; }; "name": { "alias": "name"; "required": true; "isSignal": true; }; "itemActions": { "alias": "itemActions"; "required": false; "isSignal": true; }; }, {}, never, never, true, never>;
|
|
37
|
+
static ɵdir: i0.ɵɵDirectiveDeclaration<ActionsColumnMoleculeStore, never, never, { "headerText": { "alias": "headerText"; "required": false; "isSignal": true; }; "name": { "alias": "name"; "required": true; "isSignal": true; }; "itemActions": { "alias": "itemActions"; "required": false; "isSignal": true; }; "sticky": { "alias": "sticky"; "required": false; "isSignal": true; }; }, {}, never, never, true, never>;
|
|
37
38
|
}
|
|
38
39
|
export declare class ActionsColumnMolecule extends NgAtomicComponent implements OnInit, OnDestroy {
|
|
39
40
|
private _table;
|
|
@@ -45,5 +46,5 @@ export declare class ActionsColumnMolecule extends NgAtomicComponent implements
|
|
|
45
46
|
ngOnInit(): void;
|
|
46
47
|
ngOnDestroy(): void;
|
|
47
48
|
static ɵfac: i0.ɵɵFactoryDeclaration<ActionsColumnMolecule, never>;
|
|
48
|
-
static ɵcmp: i0.ɵɵComponentDeclaration<ActionsColumnMolecule, "molecules-actions-column", never, {}, {}, never, never, true, [{ directive: typeof ActionsColumnMoleculeStore; inputs: { "headerText": "headerText"; "name": "name"; "itemActions": "itemActions"; }; outputs: {}; }]>;
|
|
49
|
+
static ɵcmp: i0.ɵɵComponentDeclaration<ActionsColumnMolecule, "molecules-actions-column", never, {}, {}, never, never, true, [{ directive: typeof ActionsColumnMoleculeStore; inputs: { "headerText": "headerText"; "name": "name"; "itemActions": "itemActions"; "sticky": "sticky"; }; outputs: {}; }]>;
|
|
49
50
|
}
|
|
@@ -2,18 +2,26 @@ import { SelectionModel } from '@angular/cdk/collections';
|
|
|
2
2
|
import { CdkCellDef, CdkColumnDef, CdkHeaderCellDef } from '@angular/cdk/table';
|
|
3
3
|
import { OnInit, OnDestroy } from '@angular/core';
|
|
4
4
|
import { MatCheckbox } from '@angular/material/checkbox';
|
|
5
|
-
import { NgAtomicComponent } from '@ng-atomic/core';
|
|
5
|
+
import { InjectableComponent, NgAtomicComponent } from '@ng-atomic/core';
|
|
6
6
|
import * as i0 from "@angular/core";
|
|
7
7
|
declare enum ActionId {
|
|
8
8
|
CHECKBOX_CLICK = "[@ng-atomic/components/molecules/checkbox-column] Checkbox Click",
|
|
9
9
|
HEADER_CHECKBOX_CLICK = "[@ng-atomic/components/molecules/checkbox-column] Header Checkbox Click"
|
|
10
10
|
}
|
|
11
|
-
export declare class
|
|
11
|
+
export declare class CheckboxColumnMoleculeStore<T> extends InjectableComponent {
|
|
12
12
|
static readonly ActionId: typeof ActionId;
|
|
13
|
-
private _table;
|
|
14
13
|
readonly name: import("@angular/core").InputSignal<string>;
|
|
15
14
|
readonly selection: import("@angular/core").InputSignal<SelectionModel<string>>;
|
|
16
15
|
readonly isHidden: import("@angular/core").InputSignal<(item: T) => false>;
|
|
16
|
+
readonly width: import("@angular/core").InputSignal<number>;
|
|
17
|
+
readonly sticky: import("@angular/core").InputSignal<boolean>;
|
|
18
|
+
static ɵfac: i0.ɵɵFactoryDeclaration<CheckboxColumnMoleculeStore<any>, never>;
|
|
19
|
+
static ɵdir: i0.ɵɵDirectiveDeclaration<CheckboxColumnMoleculeStore<any>, never, never, { "name": { "alias": "name"; "required": true; "isSignal": true; }; "selection": { "alias": "selection"; "required": false; "isSignal": true; }; "isHidden": { "alias": "isHidden"; "required": false; "isSignal": true; }; "width": { "alias": "width"; "required": false; "isSignal": true; }; "sticky": { "alias": "sticky"; "required": false; "isSignal": true; }; }, {}, never, never, true, never>;
|
|
20
|
+
}
|
|
21
|
+
export declare class CheckboxColumnMolecule<T> extends NgAtomicComponent implements OnInit, OnDestroy {
|
|
22
|
+
static readonly ActionId: typeof ActionId;
|
|
23
|
+
protected store: CheckboxColumnMoleculeStore<any>;
|
|
24
|
+
private _table;
|
|
17
25
|
readonly columnDef: import("@angular/core").Signal<CdkColumnDef>;
|
|
18
26
|
readonly cell: import("@angular/core").Signal<CdkCellDef>;
|
|
19
27
|
readonly headerCell: import("@angular/core").Signal<CdkHeaderCellDef>;
|
|
@@ -26,6 +34,6 @@ export declare class CheckboxColumnMolecule<T> extends NgAtomicComponent impleme
|
|
|
26
34
|
protected onHeaderCheckboxClick(item: T, event: Event): void;
|
|
27
35
|
protected onCheckboxClick(item: T, event: Event): void;
|
|
28
36
|
static ɵfac: i0.ɵɵFactoryDeclaration<CheckboxColumnMolecule<any>, never>;
|
|
29
|
-
static ɵcmp: i0.ɵɵComponentDeclaration<CheckboxColumnMolecule<any>, "molecules-checkbox-column", never, {
|
|
37
|
+
static ɵcmp: i0.ɵɵComponentDeclaration<CheckboxColumnMolecule<any>, "molecules-checkbox-column", never, {}, {}, never, never, true, [{ directive: typeof CheckboxColumnMoleculeStore; inputs: { "name": "name"; "selection": "selection"; "isHidden": "isHidden"; "width": "width"; "sticky": "sticky"; }; outputs: {}; }]>;
|
|
30
38
|
}
|
|
31
39
|
export {};
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
export * from './list-item.molecule';
|
|
@@ -0,0 +1,50 @@
|
|
|
1
|
+
import { Action, Actions, InjectableComponent, NgAtomicComponent } from '@ng-atomic/core';
|
|
2
|
+
import * as i0 from "@angular/core";
|
|
3
|
+
export declare class LinePipe {
|
|
4
|
+
protected dataAccessor: import("@ng-atomic/common/pipes/data-accessor").DataAccessor<unknown>;
|
|
5
|
+
transform(value: any): number;
|
|
6
|
+
static ɵfac: i0.ɵɵFactoryDeclaration<LinePipe, never>;
|
|
7
|
+
static ɵpipe: i0.ɵɵPipeDeclaration<LinePipe, "itemToLines", true>;
|
|
8
|
+
}
|
|
9
|
+
declare enum ActionId {
|
|
10
|
+
CLICK_ITEM = "[@ng-atomic/components/molecules/list] Click Item",
|
|
11
|
+
ITEM_BUTTON_CLICK = "[@ng-atomic/components/molecules/list] Item Button Click"
|
|
12
|
+
}
|
|
13
|
+
export declare class ListItemMoleculeStore<T> extends InjectableComponent {
|
|
14
|
+
static readonly ActionId: typeof ActionId;
|
|
15
|
+
static readonly Config: {
|
|
16
|
+
provide(useFactory?: import("@ng-atomic/common/services/ui").ReducerFactory<{
|
|
17
|
+
items: any[];
|
|
18
|
+
itemActions: Actions;
|
|
19
|
+
groupedBy: string;
|
|
20
|
+
groupKeys: string[];
|
|
21
|
+
itemActionsType: "menu" | "dispatch";
|
|
22
|
+
}>, label?: string): import("@angular/core").Provider;
|
|
23
|
+
inject(): import("@angular/core").Signal<{
|
|
24
|
+
items: any[];
|
|
25
|
+
itemActions: Actions;
|
|
26
|
+
groupedBy: string;
|
|
27
|
+
groupKeys: string[];
|
|
28
|
+
itemActionsType: "menu" | "dispatch";
|
|
29
|
+
}>;
|
|
30
|
+
};
|
|
31
|
+
readonly config: import("@angular/core").Signal<{
|
|
32
|
+
items: any[];
|
|
33
|
+
itemActions: Actions;
|
|
34
|
+
groupedBy: string;
|
|
35
|
+
groupKeys: string[];
|
|
36
|
+
itemActionsType: "menu" | "dispatch";
|
|
37
|
+
}>;
|
|
38
|
+
readonly item: import("@angular/core").InputSignal<T>;
|
|
39
|
+
readonly actions: import("@angular/core").InputSignal<Action<any>[]>;
|
|
40
|
+
readonly itemActionsType: import("@angular/core").InputSignal<"menu" | "dispatch">;
|
|
41
|
+
static ɵfac: i0.ɵɵFactoryDeclaration<ListItemMoleculeStore<any>, never>;
|
|
42
|
+
static ɵdir: i0.ɵɵDirectiveDeclaration<ListItemMoleculeStore<any>, "molecules-list-item", never, { "item": { "alias": "item"; "required": false; "isSignal": true; }; "actions": { "alias": "actions"; "required": false; "isSignal": true; }; "itemActionsType": { "alias": "itemActionsType"; "required": false; "isSignal": true; }; }, {}, never, never, true, never>;
|
|
43
|
+
}
|
|
44
|
+
export declare class ListItemMolecule<T> extends NgAtomicComponent {
|
|
45
|
+
protected readonly store: ListItemMoleculeStore<any>;
|
|
46
|
+
protected onItemActionsClick(item: T, $event: Event): void;
|
|
47
|
+
static ɵfac: i0.ɵɵFactoryDeclaration<ListItemMolecule<any>, never>;
|
|
48
|
+
static ɵcmp: i0.ɵɵComponentDeclaration<ListItemMolecule<any>, "molecules-list-item", never, {}, {}, never, never, true, [{ directive: typeof ListItemMoleculeStore; inputs: { "actions": "actions"; "item": "item"; "itemActionsType": "itemActionsType"; }; outputs: {}; }]>;
|
|
49
|
+
}
|
|
50
|
+
export {};
|
|
@@ -12,6 +12,9 @@ export declare class NgAtomicMoleculesModule {
|
|
|
12
12
|
} | {
|
|
13
13
|
provide: any;
|
|
14
14
|
useValue: () => Promise<import("@angular/core").Type<import("@ng-atomic/components/molecules/header").HeaderMolecule>>;
|
|
15
|
+
} | {
|
|
16
|
+
provide: any;
|
|
17
|
+
useValue: () => Promise<import("@angular/core").Type<import("@ng-atomic/components/molecules/list-item").ListItemMolecule<unknown>>>;
|
|
15
18
|
} | {
|
|
16
19
|
provide: any;
|
|
17
20
|
useValue: () => Promise<import("@angular/core").Type<import("@ng-atomic/components/molecules/loading-box").LoadingBoxMolecule>>;
|