@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
|
@@ -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>>;
|
|
@@ -27,3 +30,25 @@ export declare class NgAtomicMoleculesModule {
|
|
|
27
30
|
static ɵmod: i0.ɵɵNgModuleDeclaration<NgAtomicMoleculesModule, never, [typeof i1.MatChipsModule], never>;
|
|
28
31
|
static ɵinj: i0.ɵɵInjectorDeclaration<NgAtomicMoleculesModule>;
|
|
29
32
|
}
|
|
33
|
+
export declare function provideMolecules(): (import("@angular/core").Provider | {
|
|
34
|
+
provide: any;
|
|
35
|
+
useValue: () => Promise<import("@angular/core").Type<import("@ng-atomic/components/molecules/actions-column").ActionsColumnMolecule>>;
|
|
36
|
+
} | {
|
|
37
|
+
provide: any;
|
|
38
|
+
useValue: () => Promise<import("@angular/core").Type<import("@ng-atomic/components/molecules/chips-input-field").ChipsInputFieldMolecule>>;
|
|
39
|
+
} | {
|
|
40
|
+
provide: any;
|
|
41
|
+
useValue: () => Promise<import("@angular/core").Type<import("@ng-atomic/components/molecules/header").HeaderMolecule>>;
|
|
42
|
+
} | {
|
|
43
|
+
provide: any;
|
|
44
|
+
useValue: () => Promise<import("@angular/core").Type<import("@ng-atomic/components/molecules/list-item").ListItemMolecule<unknown>>>;
|
|
45
|
+
} | {
|
|
46
|
+
provide: any;
|
|
47
|
+
useValue: () => Promise<import("@angular/core").Type<import("@ng-atomic/components/molecules/loading-box").LoadingBoxMolecule>>;
|
|
48
|
+
} | {
|
|
49
|
+
provide: any;
|
|
50
|
+
useValue: () => Promise<import("@angular/core").Type<import("@ng-atomic/components/molecules/navigation-list-item").NavigationListItemMolecule>>;
|
|
51
|
+
} | {
|
|
52
|
+
provide: any;
|
|
53
|
+
useValue: () => Promise<import("@angular/core").Type<import("@ng-atomic/components/molecules/text-input-field").TextInputFieldMolecule>>;
|
|
54
|
+
})[];
|
|
@@ -1,26 +1,51 @@
|
|
|
1
1
|
import { CdkCellDef, CdkColumnDef, CdkHeaderCellDef } from '@angular/cdk/table';
|
|
2
|
-
import { EventEmitter, OnInit, OnDestroy } from '@angular/core';
|
|
3
|
-
import { NgAtomicComponent } from '@ng-atomic/core';
|
|
2
|
+
import { EventEmitter, OnInit, OnDestroy, InjectionToken } from '@angular/core';
|
|
3
|
+
import { InjectableComponent, NgAtomicComponent } from '@ng-atomic/core';
|
|
4
4
|
import * as i0 from "@angular/core";
|
|
5
|
-
export
|
|
5
|
+
export type EditableResolver = (value: any, name: string) => boolean;
|
|
6
|
+
export declare const EDITABLE_RESOLVER: InjectionToken<EditableResolver>;
|
|
7
|
+
export declare function provideEditableResolver(resolverFactory: () => EditableResolver): {
|
|
8
|
+
provide: InjectionToken<EditableResolver>;
|
|
9
|
+
useFactory: () => EditableResolver;
|
|
10
|
+
};
|
|
11
|
+
export declare class EditablePipe {
|
|
12
|
+
readonly resolver: EditableResolver;
|
|
13
|
+
transform(value: any, name: string): boolean;
|
|
14
|
+
static ɵfac: i0.ɵɵFactoryDeclaration<EditablePipe, never>;
|
|
15
|
+
static ɵpipe: i0.ɵɵPipeDeclaration<EditablePipe, "editable", true>;
|
|
16
|
+
}
|
|
17
|
+
declare enum ActionId {
|
|
18
|
+
UPDATE_VALUE = "[@ng-atomic/components/molecules/smart-column] update value"
|
|
19
|
+
}
|
|
20
|
+
export declare class SmartColumnMoleculeStore<T> extends InjectableComponent {
|
|
21
|
+
static readonly ActionId: typeof ActionId;
|
|
22
|
+
readonly dataAccessor: import("@ng-atomic/common/pipes/data-accessor").DataAccessor<unknown>;
|
|
23
|
+
readonly index: import("@angular/core").InputSignal<number>;
|
|
6
24
|
readonly sort: import("@angular/core").InputSignal<"asc" | "desc" | "none">;
|
|
25
|
+
readonly sticky: import("@angular/core").InputSignal<boolean>;
|
|
26
|
+
readonly headerText: import("@angular/core").InputSignal<string>;
|
|
27
|
+
readonly name: import("@angular/core").InputSignal<string>;
|
|
28
|
+
readonly editable: import("@angular/core").InputSignal<boolean>;
|
|
7
29
|
readonly tooltipText: import("@angular/core").WritableSignal<string>;
|
|
8
|
-
|
|
9
|
-
static
|
|
30
|
+
isNumeric(value: any): boolean;
|
|
31
|
+
static ɵfac: i0.ɵɵFactoryDeclaration<SmartColumnMoleculeStore<any>, never>;
|
|
32
|
+
static ɵdir: i0.ɵɵDirectiveDeclaration<SmartColumnMoleculeStore<any>, never, never, { "index": { "alias": "index"; "required": false; "isSignal": true; }; "sort": { "alias": "sort"; "required": false; "isSignal": true; }; "sticky": { "alias": "sticky"; "required": false; "isSignal": true; }; "headerText": { "alias": "headerText"; "required": false; "isSignal": true; }; "name": { "alias": "name"; "required": true; "isSignal": true; }; "editable": { "alias": "editable"; "required": false; "isSignal": true; }; }, {}, never, never, true, never>;
|
|
10
33
|
}
|
|
11
34
|
export declare class SmartColumnMolecule extends NgAtomicComponent implements OnInit, OnDestroy {
|
|
12
|
-
protected store:
|
|
35
|
+
protected store: SmartColumnMoleculeStore<any>;
|
|
13
36
|
private _table;
|
|
14
|
-
readonly headerText: import("@angular/core").InputSignal<string>;
|
|
15
|
-
readonly name: import("@angular/core").InputSignal<string>;
|
|
16
37
|
readonly columnDef: import("@angular/core").Signal<CdkColumnDef>;
|
|
17
38
|
readonly cell: import("@angular/core").Signal<CdkCellDef>;
|
|
18
39
|
readonly headerCell: import("@angular/core").Signal<CdkHeaderCellDef>;
|
|
19
40
|
constructor();
|
|
20
41
|
ngOnInit(): void;
|
|
21
42
|
ngOnDestroy(): void;
|
|
43
|
+
onNgModelChange(item: any, event: {
|
|
44
|
+
target: HTMLInputElement;
|
|
45
|
+
}): void;
|
|
22
46
|
headerClick: EventEmitter<void>;
|
|
23
47
|
protected copied(): void;
|
|
24
48
|
static ɵfac: i0.ɵɵFactoryDeclaration<SmartColumnMolecule, never>;
|
|
25
|
-
static ɵcmp: i0.ɵɵComponentDeclaration<SmartColumnMolecule, "molecules-smart-column", never, {
|
|
49
|
+
static ɵcmp: i0.ɵɵComponentDeclaration<SmartColumnMolecule, "molecules-smart-column", never, {}, { "headerClick": "headerClick"; }, never, never, true, [{ directive: typeof SmartColumnMoleculeStore; inputs: { "index": "index"; "sort": "sort"; "sticky": "sticky"; "headerText": "headerText"; "name": "name"; "editable": "editable"; }; outputs: {}; }]>;
|
|
26
50
|
}
|
|
51
|
+
export {};
|
|
@@ -6,9 +6,13 @@ export declare class TreeColumnMoleculeStore {
|
|
|
6
6
|
readonly headerText: import("@angular/core").InputSignal<string>;
|
|
7
7
|
readonly sort: import("@angular/core").InputSignal<"asc" | "desc" | "none">;
|
|
8
8
|
readonly treeControl: import("@angular/core").InputSignal<FlatTreeControl<any, any>>;
|
|
9
|
+
re: any;
|
|
9
10
|
readonly width: import("@angular/core").InputSignal<number>;
|
|
11
|
+
readonly sticky: import("@angular/core").InputSignal<boolean>;
|
|
12
|
+
readonly name: import("@angular/core").InputSignal<string>;
|
|
13
|
+
readonly tooltipText: import("@angular/core").WritableSignal<string>;
|
|
10
14
|
static ɵfac: i0.ɵɵFactoryDeclaration<TreeColumnMoleculeStore, never>;
|
|
11
|
-
static ɵdir: i0.ɵɵDirectiveDeclaration<TreeColumnMoleculeStore, "molecules-tree-column", never, { "headerText": { "alias": "headerText"; "required": false; "isSignal": true; }; "sort": { "alias": "sort"; "required": false; "isSignal": true; }; "treeControl": { "alias": "treeControl"; "required": false; "isSignal": true; }; "width": { "alias": "width"; "required": false; "isSignal": true; }; }, {}, never, never, true, never>;
|
|
15
|
+
static ɵdir: i0.ɵɵDirectiveDeclaration<TreeColumnMoleculeStore, "molecules-tree-column", never, { "headerText": { "alias": "headerText"; "required": false; "isSignal": true; }; "sort": { "alias": "sort"; "required": false; "isSignal": true; }; "treeControl": { "alias": "treeControl"; "required": false; "isSignal": true; }; "width": { "alias": "width"; "required": false; "isSignal": true; }; "sticky": { "alias": "sticky"; "required": false; "isSignal": true; }; "name": { "alias": "name"; "required": true; "isSignal": true; }; }, {}, never, never, true, never>;
|
|
12
16
|
}
|
|
13
17
|
export declare class TreeColumnMolecule<T> extends MatTextColumn<T> {
|
|
14
18
|
protected store: TreeColumnMoleculeStore;
|
|
@@ -16,5 +20,5 @@ export declare class TreeColumnMolecule<T> extends MatTextColumn<T> {
|
|
|
16
20
|
text: string;
|
|
17
21
|
copied(): void;
|
|
18
22
|
static ɵfac: i0.ɵɵFactoryDeclaration<TreeColumnMolecule<any>, never>;
|
|
19
|
-
static ɵcmp: i0.ɵɵComponentDeclaration<TreeColumnMolecule<any>, "molecules-tree-column", never, {}, { "headerClick": "headerClick"; }, never, never, true, [{ directive: typeof TreeColumnMoleculeStore; inputs: { "headerText": "headerText"; "sort": "sort"; "treeControl": "treeControl"; "width": "width"; }; outputs: {}; }]>;
|
|
23
|
+
static ɵcmp: i0.ɵɵComponentDeclaration<TreeColumnMolecule<any>, "molecules-tree-column", never, {}, { "headerClick": "headerClick"; }, never, never, true, [{ directive: typeof TreeColumnMoleculeStore; inputs: { "headerText": "headerText"; "sort": "sort"; "treeControl": "treeControl"; "width": "width"; "sticky": "sticky"; "name": "name"; }; outputs: {}; }]>;
|
|
20
24
|
}
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
export * from './list.organism';
|
|
@@ -1,10 +1,10 @@
|
|
|
1
1
|
import { Actions, InjectableComponent, NgAtomicComponent } from '@ng-atomic/core';
|
|
2
2
|
import * as i0 from "@angular/core";
|
|
3
3
|
export declare enum ActionId {
|
|
4
|
-
CLICK_ITEM = "[@ng-atomic/components/organisms/
|
|
5
|
-
ITEM_BUTTON_CLICK = "[@ng-atomic/components/organisms/
|
|
4
|
+
CLICK_ITEM = "[@ng-atomic/components/organisms/list] Click Item",
|
|
5
|
+
ITEM_BUTTON_CLICK = "[@ng-atomic/components/organisms/list] Item Button Click"
|
|
6
6
|
}
|
|
7
|
-
export declare class
|
|
7
|
+
export declare class ListOrganismStore<T> extends InjectableComponent {
|
|
8
8
|
static readonly ActionId: typeof ActionId;
|
|
9
9
|
static readonly Config: {
|
|
10
10
|
provide(useFactory?: import("@ng-atomic/common/services/ui").ReducerFactory<{
|
|
@@ -23,6 +23,7 @@ export declare class SmartListOrganismStore<T> extends InjectableComponent {
|
|
|
23
23
|
}>;
|
|
24
24
|
};
|
|
25
25
|
static provideItemActionsTypeConfig(): import("@angular/core").Provider;
|
|
26
|
+
static provideDefault(): import("@angular/core").Provider[];
|
|
26
27
|
readonly config: import("@angular/core").Signal<{
|
|
27
28
|
items: any[];
|
|
28
29
|
itemActions: Actions;
|
|
@@ -35,16 +36,15 @@ export declare class SmartListOrganismStore<T> extends InjectableComponent {
|
|
|
35
36
|
readonly groupedBy: import("@angular/core").InputSignal<string>;
|
|
36
37
|
readonly groupKeys: import("@angular/core").InputSignal<string[]>;
|
|
37
38
|
readonly itemActionsType: import("@angular/core").InputSignal<"menu" | "dispatch">;
|
|
38
|
-
static ɵfac: i0.ɵɵFactoryDeclaration<
|
|
39
|
-
static ɵdir: i0.ɵɵDirectiveDeclaration<
|
|
39
|
+
static ɵfac: i0.ɵɵFactoryDeclaration<ListOrganismStore<any>, never>;
|
|
40
|
+
static ɵdir: i0.ɵɵDirectiveDeclaration<ListOrganismStore<any>, never, never, { "items": { "alias": "items"; "required": false; "isSignal": true; }; "itemActions": { "alias": "itemActions"; "required": false; "isSignal": true; }; "groupedBy": { "alias": "groupedBy"; "required": false; "isSignal": true; }; "groupKeys": { "alias": "groupKeys"; "required": false; "isSignal": true; }; "itemActionsType": { "alias": "itemActionsType"; "required": false; "isSignal": true; }; }, {}, never, never, true, never>;
|
|
40
41
|
}
|
|
41
|
-
export declare class
|
|
42
|
+
export declare class ListOrganism<T> extends NgAtomicComponent {
|
|
42
43
|
static readonly ActionId: typeof ActionId;
|
|
43
|
-
protected readonly store:
|
|
44
|
+
protected readonly store: ListOrganismStore<any>;
|
|
44
45
|
protected readonly dataAccessor: import("@ng-atomic/common/pipes/data-accessor").DataAccessor<any>;
|
|
45
|
-
protected readonly trackById: (_: number, item: T) =>
|
|
46
|
+
protected readonly trackById: (_: number, item: T) => any;
|
|
46
47
|
protected onItemClick(item: T): void;
|
|
47
|
-
|
|
48
|
-
static
|
|
49
|
-
static ɵcmp: i0.ɵɵComponentDeclaration<SmartListOrganism<any>, "organisms-smart-list", never, {}, {}, never, never, true, [{ directive: typeof SmartListOrganismStore; inputs: { "items": "items"; "itemActions": "itemActions"; "groupedBy": "groupedBy"; "groupKeys": "groupKeys"; "itemActionsType": "itemActionsType"; }; outputs: {}; }]>;
|
|
48
|
+
static ɵfac: i0.ɵɵFactoryDeclaration<ListOrganism<any>, never>;
|
|
49
|
+
static ɵcmp: i0.ɵɵComponentDeclaration<ListOrganism<any>, "organisms-list", never, {}, {}, never, never, true, [{ directive: typeof ListOrganismStore; inputs: { "items": "items"; "itemActions": "itemActions"; "groupedBy": "groupedBy"; "groupKeys": "groupKeys"; "itemActionsType": "itemActionsType"; }; outputs: {}; }]>;
|
|
50
50
|
}
|
|
@@ -1,14 +1,14 @@
|
|
|
1
|
-
import { ElementRef
|
|
1
|
+
import { ElementRef } from '@angular/core';
|
|
2
|
+
import { MermaidConfig } from 'mermaid';
|
|
2
3
|
import * as i0 from "@angular/core";
|
|
3
|
-
export declare class MermaidSectionOrganism
|
|
4
|
-
|
|
5
|
-
|
|
6
|
-
|
|
7
|
-
|
|
4
|
+
export declare class MermaidSectionOrganism {
|
|
5
|
+
readonly view: import("@angular/core").Signal<ElementRef<HTMLElement>>;
|
|
6
|
+
readonly src: import("@angular/core").InputSignal<string>;
|
|
7
|
+
readonly config: import("@angular/core").InputSignal<MermaidConfig>;
|
|
8
|
+
readonly svg: import("@angular/core").Signal<string>;
|
|
9
|
+
constructor();
|
|
8
10
|
ngOnInit(): void;
|
|
9
|
-
|
|
10
|
-
ngOnChanges(changes: SimpleChanges): void;
|
|
11
|
-
private renderMermaid;
|
|
11
|
+
private initializeZoom;
|
|
12
12
|
static ɵfac: i0.ɵɵFactoryDeclaration<MermaidSectionOrganism, never>;
|
|
13
|
-
static ɵcmp: i0.ɵɵComponentDeclaration<MermaidSectionOrganism, "organisms-mermaid-section", never, { "
|
|
13
|
+
static ɵcmp: i0.ɵɵComponentDeclaration<MermaidSectionOrganism, "organisms-mermaid-section", never, { "src": { "alias": "src"; "required": false; "isSignal": true; }; "config": { "alias": "config"; "required": false; "isSignal": true; }; }, {}, never, never, true, never>;
|
|
14
14
|
}
|
|
@@ -1,4 +1,4 @@
|
|
|
1
|
-
import { Actions, InjectableComponent } from '@ng-atomic/core';
|
|
1
|
+
import { Action, Actions, InjectableComponent } from '@ng-atomic/core';
|
|
2
2
|
import { NgAtomicComponent } from '@ng-atomic/core';
|
|
3
3
|
import * as i0 from "@angular/core";
|
|
4
4
|
export declare class NavigatorOrganismStore extends InjectableComponent {
|
|
@@ -6,27 +6,30 @@ export declare class NavigatorOrganismStore extends InjectableComponent {
|
|
|
6
6
|
provide(useFactory?: import("@ng-atomic/common/services/ui").ReducerFactory<{
|
|
7
7
|
title: string | undefined;
|
|
8
8
|
startActions: Actions;
|
|
9
|
-
endActions: Actions;
|
|
9
|
+
endActions: Actions | Action[][];
|
|
10
10
|
}>, label?: string): import("@angular/core").Provider;
|
|
11
11
|
inject(): import("@angular/core").Signal<{
|
|
12
12
|
title: string | undefined;
|
|
13
13
|
startActions: Actions;
|
|
14
|
-
endActions: Actions;
|
|
14
|
+
endActions: Actions | Action[][];
|
|
15
15
|
}>;
|
|
16
16
|
};
|
|
17
17
|
protected readonly config: import("@angular/core").Signal<{
|
|
18
18
|
title: string | undefined;
|
|
19
19
|
startActions: Actions;
|
|
20
|
-
endActions: Actions;
|
|
20
|
+
endActions: Actions | Action[][];
|
|
21
21
|
}>;
|
|
22
22
|
readonly startActions: import("@angular/core").InputSignal<Actions>;
|
|
23
|
-
readonly
|
|
23
|
+
readonly resolvedStartActions: import("@angular/core").Signal<Action<any>[]>;
|
|
24
|
+
readonly endActions: import("@angular/core").InputSignal<Action<any>[][] | Actions>;
|
|
25
|
+
readonly resolvedEndActions: import("@angular/core").Signal<Action<any>[]>;
|
|
24
26
|
readonly title: import("@angular/core").InputSignal<string>;
|
|
25
27
|
static ɵfac: i0.ɵɵFactoryDeclaration<NavigatorOrganismStore, never>;
|
|
26
28
|
static ɵdir: i0.ɵɵDirectiveDeclaration<NavigatorOrganismStore, "organisms-navigator", never, { "startActions": { "alias": "startActions"; "required": false; "isSignal": true; }; "endActions": { "alias": "endActions"; "required": false; "isSignal": true; }; "title": { "alias": "title"; "required": false; "isSignal": true; }; }, {}, never, never, true, never>;
|
|
27
29
|
}
|
|
28
30
|
export declare class NavigatorOrganism extends NgAtomicComponent {
|
|
29
31
|
protected readonly store: NavigatorOrganismStore;
|
|
32
|
+
trackByFn: (_: number, action: Action) => Action<any>;
|
|
30
33
|
static ɵfac: i0.ɵɵFactoryDeclaration<NavigatorOrganism, never>;
|
|
31
34
|
static ɵcmp: i0.ɵɵComponentDeclaration<NavigatorOrganism, "organisms-navigator", never, {}, {}, never, ["*"], true, [{ directive: typeof NavigatorOrganismStore; inputs: { "startActions": "startActions"; "endActions": "endActions"; "title": "title"; }; outputs: {}; }]>;
|
|
32
35
|
}
|
|
@@ -47,7 +47,7 @@ export declare class NgAtomicOrganismsModule {
|
|
|
47
47
|
useValue: () => Promise<import("@angular/core").Type<import("@ng-atomic/components/organisms/navigation-list").NavigationListOrganism>>;
|
|
48
48
|
} | {
|
|
49
49
|
provide: any;
|
|
50
|
-
useValue: () => Promise<import("@angular/core").Type<import("@ng-atomic/components/organisms/
|
|
50
|
+
useValue: () => Promise<import("@angular/core").Type<import("@ng-atomic/components/organisms/list").ListOrganism<unknown>>>;
|
|
51
51
|
} | {
|
|
52
52
|
provide: any;
|
|
53
53
|
useValue: () => Promise<import("@angular/core").Type<import("@ng-atomic/components/organisms/slider-input-section").SliderInputSectionOrganism>>;
|
|
@@ -57,9 +57,64 @@ export declare class NgAtomicOrganismsModule {
|
|
|
57
57
|
} | {
|
|
58
58
|
provide: any;
|
|
59
59
|
useValue: () => Promise<import("@angular/core").Type<import("@ng-atomic/components/organisms/textarea-section").TextareaSectionOrganism>>;
|
|
60
|
-
})[];
|
|
60
|
+
})[][];
|
|
61
61
|
};
|
|
62
62
|
static ɵfac: i0.ɵɵFactoryDeclaration<NgAtomicOrganismsModule, never>;
|
|
63
63
|
static ɵmod: i0.ɵɵNgModuleDeclaration<NgAtomicOrganismsModule, never, [typeof i1.MarkdownModule], never>;
|
|
64
64
|
static ɵinj: i0.ɵɵInjectorDeclaration<NgAtomicOrganismsModule>;
|
|
65
65
|
}
|
|
66
|
+
export declare function provideOrganisms(): (import("@angular/core").Provider | {
|
|
67
|
+
provide: any;
|
|
68
|
+
useValue: () => Promise<import("@angular/core").Type<import("@ng-atomic/components/organisms/action-input-section").ActionInputSectionOrganism>>;
|
|
69
|
+
} | {
|
|
70
|
+
provide: any;
|
|
71
|
+
useValue: () => Promise<import("@angular/core").Type<import("@ng-atomic/components/organisms/action-buttons-section").ActionButtonsSectionOrganism>>;
|
|
72
|
+
} | {
|
|
73
|
+
provide: any;
|
|
74
|
+
useValue: () => Promise<import("@angular/core").Type<import("@ng-atomic/components/organisms/file-input-section").FileInputSectionOrganism>>;
|
|
75
|
+
} | {
|
|
76
|
+
provide: any;
|
|
77
|
+
useValue: () => Promise<import("@angular/core").Type<import("@ng-atomic/components/organisms/grid-toolbar").GridToolbarOrganism>>;
|
|
78
|
+
} | {
|
|
79
|
+
provide: any;
|
|
80
|
+
useValue: () => Promise<import("@angular/core").Type<import("@ng-atomic/components/organisms/paginator").PaginatorOrganism>>;
|
|
81
|
+
} | {
|
|
82
|
+
provide: any;
|
|
83
|
+
useValue: () => Promise<import("@angular/core").Type<import("@ng-atomic/components/organisms/password-input-section").PasswordInputSectionOrganism>>;
|
|
84
|
+
} | {
|
|
85
|
+
provide: any;
|
|
86
|
+
useValue: () => Promise<import("@angular/core").Type<import("@ng-atomic/components/organisms/select-input-section").SelectInputSectionOrganism<unknown>>>;
|
|
87
|
+
} | {
|
|
88
|
+
provide: any;
|
|
89
|
+
useValue: () => Promise<import("@angular/core").Type<import("@ng-atomic/components/organisms/stripe-input-section").StripeInputSectionOrganism>>;
|
|
90
|
+
} | {
|
|
91
|
+
provide: any;
|
|
92
|
+
useValue: () => Promise<import("@angular/core").Type<import("@ng-atomic/components/organisms/table").TableOrganism<object>>>;
|
|
93
|
+
} | {
|
|
94
|
+
provide: any;
|
|
95
|
+
useValue: () => Promise<import("@angular/core").Type<import("@ng-atomic/components/organisms/navigator").NavigatorOrganism>>;
|
|
96
|
+
} | {
|
|
97
|
+
provide: any;
|
|
98
|
+
useValue: () => Promise<import("@angular/core").Type<import("@ng-atomic/components/organisms/number-input-section").NumberInputSectionOrganism>>;
|
|
99
|
+
} | {
|
|
100
|
+
provide: any;
|
|
101
|
+
useValue: () => Promise<import("@angular/core").Type<import("@ng-atomic/components/organisms/menu-header").MenuHeaderOrganism>>;
|
|
102
|
+
} | {
|
|
103
|
+
provide: any;
|
|
104
|
+
useValue: () => Promise<import("@angular/core").Type<import("@ng-atomic/components/organisms/menu-footer").MenuFooterOrganism>>;
|
|
105
|
+
} | {
|
|
106
|
+
provide: any;
|
|
107
|
+
useValue: () => Promise<import("@angular/core").Type<import("@ng-atomic/components/organisms/navigation-list").NavigationListOrganism>>;
|
|
108
|
+
} | {
|
|
109
|
+
provide: any;
|
|
110
|
+
useValue: () => Promise<import("@angular/core").Type<import("@ng-atomic/components/organisms/list").ListOrganism<unknown>>>;
|
|
111
|
+
} | {
|
|
112
|
+
provide: any;
|
|
113
|
+
useValue: () => Promise<import("@angular/core").Type<import("@ng-atomic/components/organisms/slider-input-section").SliderInputSectionOrganism>>;
|
|
114
|
+
} | {
|
|
115
|
+
provide: any;
|
|
116
|
+
useValue: () => Promise<import("@angular/core").Type<import("@ng-atomic/components/organisms/text-input-section").TextInputSectionOrganism>>;
|
|
117
|
+
} | {
|
|
118
|
+
provide: any;
|
|
119
|
+
useValue: () => Promise<import("@angular/core").Type<import("@ng-atomic/components/organisms/textarea-section").TextareaSectionOrganism>>;
|
|
120
|
+
})[];
|
|
@@ -1,3 +1,3 @@
|
|
|
1
1
|
import { MatTreeFlatDataSource } from '@angular/material/tree';
|
|
2
2
|
import { FlatTreeControl } from '@angular/cdk/tree';
|
|
3
|
-
export declare function buildTreeFlatDataSource<T = any>(treeControl: FlatTreeControl<T>, data: T[],
|
|
3
|
+
export declare function buildTreeFlatDataSource<T = any>(treeControl: FlatTreeControl<T>, data: T[], getChildren?: (node: T) => T[]): MatTreeFlatDataSource<any, any, any>;
|
|
@@ -4,6 +4,7 @@ import { Actions, InjectableComponent, NgAtomicComponent } from '@ng-atomic/core
|
|
|
4
4
|
import { SelectionModel } from '@angular/cdk/collections';
|
|
5
5
|
import { FlatTreeControl } from '@angular/cdk/tree';
|
|
6
6
|
import { CdkDragDrop } from '@angular/cdk/drag-drop';
|
|
7
|
+
import { MatTreeFlatDataSource } from '@angular/material/tree';
|
|
7
8
|
import * as i0 from "@angular/core";
|
|
8
9
|
declare enum ActionId {
|
|
9
10
|
CHECKBOX_CLICK = "[@ng-atomic/components/organisms/checkbox-column] Checkbox Click",
|
|
@@ -29,6 +30,8 @@ export declare class TableOrganismStore<T> extends InjectableComponent {
|
|
|
29
30
|
}>;
|
|
30
31
|
readonly draggable: import("@angular/core").InputSignal<boolean>;
|
|
31
32
|
readonly domainPipe: DomainPipe;
|
|
33
|
+
readonly dataAccessor: import("@ng-atomic/common/pipes/data-accessor").DataAccessor<unknown>;
|
|
34
|
+
readonly getChildren: import("@angular/core").Signal<(node: T) => any>;
|
|
32
35
|
readonly form: import("@angular/core").InputSignal<import("@angular/forms").FormGroup<{
|
|
33
36
|
query: import("@angular/forms").FormControl<string>;
|
|
34
37
|
page: import("@angular/forms").FormGroup<{
|
|
@@ -51,7 +54,8 @@ export declare class TableOrganismStore<T> extends InjectableComponent {
|
|
|
51
54
|
readonly childrenKey: import("@angular/core").InputSignal<string>;
|
|
52
55
|
readonly items: import("@angular/core").InputSignal<T[]>;
|
|
53
56
|
readonly treeControl: import("@angular/core").InputSignal<FlatTreeControl<any, any>>;
|
|
54
|
-
|
|
57
|
+
_dataSource: MatTableDataSource<T> | MatTreeFlatDataSource<T, any>;
|
|
58
|
+
readonly dataSource: import("@angular/core").Signal<MatTreeFlatDataSource<any, any, any> | MatTableDataSource<T, import("@angular/material/paginator").MatPaginator>>;
|
|
55
59
|
readonly isHidden: import("@angular/core").InputSignal<(item: any) => false>;
|
|
56
60
|
readonly formValue: import("@angular/core").Signal<Partial<{
|
|
57
61
|
query: string;
|
|
@@ -84,6 +88,7 @@ export declare class TableOrganismStore<T> extends InjectableComponent {
|
|
|
84
88
|
visible: boolean;
|
|
85
89
|
width: number;
|
|
86
90
|
headerText?: string;
|
|
91
|
+
sticky?: boolean;
|
|
87
92
|
} | {
|
|
88
93
|
type: string;
|
|
89
94
|
headerText: string;
|
|
@@ -92,6 +97,31 @@ export declare class TableOrganismStore<T> extends InjectableComponent {
|
|
|
92
97
|
visible: boolean;
|
|
93
98
|
width: number;
|
|
94
99
|
sort?: boolean;
|
|
100
|
+
sticky?: boolean;
|
|
101
|
+
} | {
|
|
102
|
+
headerText: any;
|
|
103
|
+
sort: string;
|
|
104
|
+
type: "text";
|
|
105
|
+
name?: string;
|
|
106
|
+
visible: boolean;
|
|
107
|
+
width: number;
|
|
108
|
+
sticky?: boolean;
|
|
109
|
+
} | {
|
|
110
|
+
headerText: any;
|
|
111
|
+
sort: string;
|
|
112
|
+
type: "checkbox";
|
|
113
|
+
name?: string;
|
|
114
|
+
visible: boolean;
|
|
115
|
+
width: number;
|
|
116
|
+
sticky?: boolean;
|
|
117
|
+
} | {
|
|
118
|
+
headerText: any;
|
|
119
|
+
sort: string;
|
|
120
|
+
type: "tree";
|
|
121
|
+
name?: string;
|
|
122
|
+
visible: boolean;
|
|
123
|
+
width: number;
|
|
124
|
+
sticky?: boolean;
|
|
95
125
|
})[]>;
|
|
96
126
|
readonly columnNames: import("@angular/core").Signal<string[]>;
|
|
97
127
|
static ɵfac: i0.ɵɵFactoryDeclaration<TableOrganismStore<any>, never>;
|
|
@@ -100,6 +130,7 @@ export declare class TableOrganismStore<T> extends InjectableComponent {
|
|
|
100
130
|
export declare class TableOrganism<Item extends object> extends NgAtomicComponent {
|
|
101
131
|
static readonly ActionId: typeof ActionId;
|
|
102
132
|
protected store: TableOrganismStore<any>;
|
|
133
|
+
trackByFunc: (index: number, item: Item) => string;
|
|
103
134
|
protected onCheckboxClick(item: Item): void;
|
|
104
135
|
protected onHeaderCheckboxClick(item: Item): void;
|
|
105
136
|
protected onHeaderClick(column: string): void;
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
export * from './tree-list.organism';
|
|
@@ -0,0 +1,33 @@
|
|
|
1
|
+
import { FlatTreeControl } from '@angular/cdk/tree';
|
|
2
|
+
import { MatTableDataSource } from '@angular/material/table';
|
|
3
|
+
import { BehaviorSubject } from 'rxjs';
|
|
4
|
+
import { Actions, NgAtomicComponent } from '@ng-atomic/core';
|
|
5
|
+
import * as i0 from "@angular/core";
|
|
6
|
+
export declare enum ActionId {
|
|
7
|
+
CLICK_ITEM = "[@ng-atomic/components/organisms/tree-list] Click Item",
|
|
8
|
+
ITEM_BUTTON_CLICK = "[@ng-atomic/components/organisms/tree-list] Item Button Click"
|
|
9
|
+
}
|
|
10
|
+
export declare class TreeListOrganismStore<T> {
|
|
11
|
+
static readonly ActionId: typeof ActionId;
|
|
12
|
+
readonly items: import("@angular/core").InputSignal<T[]>;
|
|
13
|
+
readonly itemActions: import("@angular/core").InputSignal<Actions>;
|
|
14
|
+
readonly treeControl: import("@angular/core").InputSignal<FlatTreeControl<any, any>>;
|
|
15
|
+
readonly dataAccessor: import("@ng-atomic/common/pipes/data-accessor").DataAccessor<unknown>;
|
|
16
|
+
readonly childrenKey: import("@angular/core").InputSignal<string>;
|
|
17
|
+
readonly getChildren: import("@angular/core").Signal<(node: T) => any>;
|
|
18
|
+
readonly dataSource: import("@angular/core").Signal<import("@angular/material/tree").MatTreeFlatDataSource<any, any, any> | MatTableDataSource<T, import("@angular/material/paginator").MatPaginator>>;
|
|
19
|
+
readonly data: import("@angular/core").Signal<any[]>;
|
|
20
|
+
readonly viewChange: BehaviorSubject<{
|
|
21
|
+
start: number;
|
|
22
|
+
end: number;
|
|
23
|
+
}>;
|
|
24
|
+
static ɵfac: i0.ɵɵFactoryDeclaration<TreeListOrganismStore<any>, never>;
|
|
25
|
+
static ɵdir: i0.ɵɵDirectiveDeclaration<TreeListOrganismStore<any>, never, never, { "items": { "alias": "items"; "required": false; "isSignal": true; }; "itemActions": { "alias": "itemActions"; "required": false; "isSignal": true; }; "treeControl": { "alias": "treeControl"; "required": false; "isSignal": true; }; "childrenKey": { "alias": "childrenKey"; "required": false; "isSignal": true; }; }, {}, never, never, true, never>;
|
|
26
|
+
}
|
|
27
|
+
export declare class TreeListOrganism<T> extends NgAtomicComponent {
|
|
28
|
+
protected readonly store: TreeListOrganismStore<any>;
|
|
29
|
+
readonly hasChild: import("@angular/core").Signal<(node: T) => boolean>;
|
|
30
|
+
protected onItemClick(node: T): void;
|
|
31
|
+
static ɵfac: i0.ɵɵFactoryDeclaration<TreeListOrganism<any>, never>;
|
|
32
|
+
static ɵcmp: i0.ɵɵComponentDeclaration<TreeListOrganism<any>, "organisms-tree-list", never, {}, {}, never, never, true, [{ directive: typeof TreeListOrganismStore; inputs: { "items": "items"; "childrenKey": "childrenKey"; "treeControl": "treeControl"; }; outputs: {}; }]>;
|
|
33
|
+
}
|