@ng-atomic/components 17.14.0 → 18.1.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/chips-input/chips-input.atom.d.ts +2 -2
- package/esm2022/atoms/atoms.module.mjs +4 -4
- package/esm2022/atoms/badge/badge.atom.mjs +3 -3
- package/esm2022/atoms/chips-input/chips-input.atom.mjs +4 -4
- package/esm2022/atoms/icon/icon.atom.mjs +5 -5
- package/esm2022/atoms/smart-menu-button/smart-menu-button.atom.mjs +9 -9
- package/esm2022/components.module.mjs +4 -4
- package/esm2022/extras/editor/editor.component.mjs +4 -4
- package/esm2022/extras/extras.module.mjs +4 -4
- package/esm2022/frames/app/app.frame.mjs +23 -24
- package/esm2022/frames/auto-layout/auto-layout.frame.mjs +4 -4
- package/esm2022/frames/card/card.frame.mjs +3 -3
- package/esm2022/frames/columns/columns.frame.mjs +22 -22
- package/esm2022/frames/divider/divider.frame.mjs +20 -13
- package/esm2022/frames/drawer/drawer.frame.mjs +8 -8
- package/esm2022/frames/entrance/entrance.frame.mjs +8 -8
- package/esm2022/frames/fab/fab.frame.mjs +8 -8
- package/esm2022/frames/fab/fab.service.mjs +3 -3
- package/esm2022/frames/frames.module.mjs +4 -4
- package/esm2022/frames/line-up/line-up.frame.mjs +9 -9
- package/esm2022/frames/line-up/line-up.service.mjs +3 -3
- package/esm2022/frames/loading/loading.frame.mjs +8 -8
- package/esm2022/frames/overlay/overlay.frame.mjs +6 -6
- package/esm2022/frames/router-outlet/router-outlet.frame.mjs +9 -9
- package/esm2022/frames/scroll/scroll.frame.mjs +5 -5
- package/esm2022/frames/scroll-v2/scroll.frame.mjs +6 -6
- package/esm2022/frames/side-nav/side-nav.frame.mjs +28 -29
- package/esm2022/frames/smart-menu/smart-menu.frame.mjs +5 -5
- package/esm2022/frames/tabs/tabs.frame.mjs +4 -4
- package/esm2022/frames/toggle/toggle.frame.mjs +5 -5
- package/esm2022/frames/vertical-hide/vertical-hide.frame.mjs +5 -5
- package/esm2022/molecules/action-input-field/action-input-field.molecule.mjs +6 -6
- package/esm2022/molecules/actions-column/actions-column.molecule.mjs +10 -10
- package/esm2022/molecules/checkbox-column/checkbox-column.molecule.mjs +5 -5
- package/esm2022/molecules/chips-input-field/chips-input-field.molecule.mjs +7 -7
- package/esm2022/molecules/date-input-field/date-input-field.molecule.mjs +8 -8
- package/esm2022/molecules/date-range-input-field/date-range-input-field.molecule.mjs +8 -8
- package/esm2022/molecules/file-input-field/file-input-field.molecule.mjs +9 -9
- package/esm2022/molecules/grid-item/grid-item.molecule.mjs +5 -5
- package/esm2022/molecules/header/header.molecule.mjs +6 -6
- package/esm2022/molecules/loading-box/loading-box.molecule.mjs +8 -8
- package/esm2022/molecules/molecules.module.mjs +4 -4
- package/esm2022/molecules/navigation-list-item/navigation-list-item.molecule.mjs +8 -8
- package/esm2022/molecules/nested-menu/nested-menu.molecule.mjs +3 -3
- package/esm2022/molecules/select-input-field/select-input-field.molecule.mjs +8 -8
- package/esm2022/molecules/smart-column/smart-column.molecule.mjs +8 -8
- package/esm2022/molecules/text-input-field/text-input-field.molecule.mjs +9 -9
- package/esm2022/molecules/textarea-field/textarea-field.molecule.mjs +7 -7
- package/esm2022/molecules/tree-column/tree-column.molecule.mjs +14 -12
- package/esm2022/organisms/action-buttons-section/action-buttons-section.organism.mjs +8 -8
- package/esm2022/organisms/action-input-section/action-input-section.organism.mjs +8 -8
- package/esm2022/organisms/agreement-input-section/agreement-input-section.organism.mjs +6 -6
- package/esm2022/organisms/card-input-section/card-input-section.organism.mjs +4 -4
- package/esm2022/organisms/chips-input-section/chips-input-section.organism.mjs +26 -16
- package/esm2022/organisms/cvc-and-exp-input-section/cvc-and-exp-input-section.organism.mjs +4 -4
- package/esm2022/organisms/date-input-section/date-input-section.organism.mjs +8 -8
- package/esm2022/organisms/date-range-input-section/date-range-input-section.organism.mjs +8 -8
- package/esm2022/organisms/definition-list/definition-list.organism.mjs +8 -8
- package/esm2022/organisms/file-input-section/file-input-section.organism.mjs +8 -8
- package/esm2022/organisms/filters-section/filters-section.organism.mjs +3 -3
- package/esm2022/organisms/graphql-editor/graphql-editor.organism.mjs +4 -4
- package/esm2022/organisms/grid-cards-section/grid-cards-section.organism.mjs +5 -5
- package/esm2022/organisms/grid-toolbar/grid-toolbar.organism.mjs +6 -6
- package/esm2022/organisms/heading/heading.organism.mjs +5 -5
- package/esm2022/organisms/image-preview-section/image-preview-section.organism.mjs +3 -3
- package/esm2022/organisms/markdown-preview-section/markdown-preview-section.organism.mjs +6 -6
- package/esm2022/organisms/menu-footer/menu-footer.organism.mjs +8 -8
- package/esm2022/organisms/menu-header/menu-header.organism.mjs +8 -8
- package/esm2022/organisms/mermaid-section/mermaid-section.organism.mjs +4 -4
- package/esm2022/organisms/message-input-section/message-input-section.organism.mjs +3 -3
- package/esm2022/organisms/messages-section/messages-section.organism.mjs +5 -5
- package/esm2022/organisms/navigation-list/navigation-list.organism.mjs +8 -8
- package/esm2022/organisms/navigator/navigator.organism.mjs +8 -8
- package/esm2022/organisms/number-input-section/number-input-section.organism.mjs +8 -8
- package/esm2022/organisms/organisms.module.mjs +4 -4
- package/esm2022/organisms/paginator/paginator.organism.mjs +8 -8
- package/esm2022/organisms/password-input-section/password-input-section.organism.mjs +8 -8
- package/esm2022/organisms/select-input-section/select-input-section.organism.mjs +8 -8
- package/esm2022/organisms/selection-list/selection-list.organism.mjs +3 -3
- package/esm2022/organisms/slider-input-section/slider-input-section.organism.mjs +8 -8
- package/esm2022/organisms/smart-list/smart-list.organism.mjs +6 -6
- package/esm2022/organisms/social-login-section/social-login-section.organism.mjs +4 -4
- package/esm2022/organisms/stripe-input-section/stripe-input-section.organism.mjs +11 -11
- package/esm2022/organisms/table/table.organism.mjs +13 -9
- package/esm2022/organisms/terminal/terminal.organism.mjs +4 -4
- package/esm2022/organisms/text-input-section/text-input-section.organism.mjs +8 -8
- package/esm2022/organisms/text-preview-section/text-preview-section.organism.mjs +6 -6
- package/esm2022/organisms/textarea-section/textarea-section.organism.mjs +8 -8
- package/esm2022/organisms/thread-messages-section/thread-messages-section.organism.mjs +8 -8
- package/esm2022/organisms/time-range-input-section/time-range-input-section.organism.mjs +3 -3
- package/esm2022/organisms/toolbar/toolbar.organism.mjs +3 -3
- package/esm2022/organisms/tree-section/tree-section.organism.mjs +4 -4
- package/esm2022/organisms/vertical-divider/vertical-divider.organism.mjs +3 -3
- package/esm2022/organisms/video-section/video-section.organism.mjs +17 -17
- package/esm2022/pages/_index/index.page.mjs +10 -10
- package/esm2022/pages/blank/blank.page.mjs +3 -3
- package/esm2022/pages/columns/columns.page.mjs +6 -6
- package/esm2022/pages/form/form.page.mjs +9 -9
- package/esm2022/pages/pages.module.mjs +4 -4
- package/esm2022/pages/terms/terms.page.mjs +6 -6
- package/esm2022/sheets/actions/actions.sheet.mjs +3 -3
- package/esm2022/sheets/sheets.module.mjs +4 -4
- package/esm2022/sheets/sheets.service.mjs +3 -3
- package/esm2022/templates/_index/index.template.mjs +61 -59
- package/esm2022/templates/background/background.template.mjs +7 -7
- package/esm2022/templates/code-editor/code-editor.template.mjs +6 -6
- package/esm2022/templates/columns/columns.template.mjs +9 -9
- package/esm2022/templates/entrance/entrance.template.mjs +24 -25
- package/esm2022/templates/file-tree/file-tree.template.mjs +3 -3
- package/esm2022/templates/form/form.builder.mjs +28 -37
- package/esm2022/templates/form/form.template.mjs +9 -9
- package/esm2022/templates/icon-button-menu/icon-button-menu.template.mjs +8 -8
- package/esm2022/templates/loading/loading.template.mjs +3 -3
- package/esm2022/templates/menu/menu.template.mjs +8 -8
- package/esm2022/templates/messages/messages.template.mjs +4 -4
- package/esm2022/templates/selection/selection.template.mjs +8 -8
- package/esm2022/templates/settings/settings.template.mjs +5 -5
- package/esm2022/templates/tab-editor/tab-editor.template.mjs +3 -3
- package/esm2022/templates/templates.module.mjs +4 -4
- package/esm2022/templates/term/term.template.mjs +6 -6
- package/extras/editor/editor.component.d.ts +2 -2
- package/fesm2022/ng-atomic-components-atoms-badge.mjs +3 -3
- package/fesm2022/ng-atomic-components-atoms-chips-input.mjs +3 -3
- package/fesm2022/ng-atomic-components-atoms-chips-input.mjs.map +1 -1
- package/fesm2022/ng-atomic-components-atoms-icon.mjs +5 -5
- package/fesm2022/ng-atomic-components-atoms-smart-menu-button.mjs +9 -9
- package/fesm2022/ng-atomic-components-atoms.mjs +4 -4
- package/fesm2022/ng-atomic-components-extras-editor.mjs +3 -3
- package/fesm2022/ng-atomic-components-extras-editor.mjs.map +1 -1
- package/fesm2022/ng-atomic-components-extras.mjs +4 -4
- package/fesm2022/ng-atomic-components-frames-app.mjs +22 -23
- package/fesm2022/ng-atomic-components-frames-app.mjs.map +1 -1
- package/fesm2022/ng-atomic-components-frames-auto-layout.mjs +4 -4
- package/fesm2022/ng-atomic-components-frames-card.mjs +3 -3
- package/fesm2022/ng-atomic-components-frames-columns.mjs +21 -21
- package/fesm2022/ng-atomic-components-frames-columns.mjs.map +1 -1
- package/fesm2022/ng-atomic-components-frames-divider.mjs +19 -12
- package/fesm2022/ng-atomic-components-frames-divider.mjs.map +1 -1
- package/fesm2022/ng-atomic-components-frames-drawer.mjs +8 -8
- package/fesm2022/ng-atomic-components-frames-entrance.mjs +8 -8
- package/fesm2022/ng-atomic-components-frames-fab.mjs +11 -11
- package/fesm2022/ng-atomic-components-frames-line-up.mjs +11 -11
- package/fesm2022/ng-atomic-components-frames-line-up.mjs.map +1 -1
- package/fesm2022/ng-atomic-components-frames-loading.mjs +8 -8
- package/fesm2022/ng-atomic-components-frames-overlay.mjs +6 -6
- package/fesm2022/ng-atomic-components-frames-router-outlet.mjs +8 -8
- package/fesm2022/ng-atomic-components-frames-router-outlet.mjs.map +1 -1
- package/fesm2022/ng-atomic-components-frames-scroll-v2.mjs +5 -5
- package/fesm2022/ng-atomic-components-frames-scroll-v2.mjs.map +1 -1
- package/fesm2022/ng-atomic-components-frames-scroll.mjs +5 -5
- package/fesm2022/ng-atomic-components-frames-side-nav.mjs +27 -28
- package/fesm2022/ng-atomic-components-frames-side-nav.mjs.map +1 -1
- package/fesm2022/ng-atomic-components-frames-smart-menu.mjs +4 -4
- package/fesm2022/ng-atomic-components-frames-smart-menu.mjs.map +1 -1
- package/fesm2022/ng-atomic-components-frames-tabs.mjs +3 -3
- package/fesm2022/ng-atomic-components-frames-tabs.mjs.map +1 -1
- package/fesm2022/ng-atomic-components-frames-toggle.mjs +4 -4
- package/fesm2022/ng-atomic-components-frames-toggle.mjs.map +1 -1
- package/fesm2022/ng-atomic-components-frames-vertical-hide.mjs +5 -5
- package/fesm2022/ng-atomic-components-frames.mjs +4 -4
- package/fesm2022/ng-atomic-components-molecules-action-input-field.mjs +5 -5
- package/fesm2022/ng-atomic-components-molecules-action-input-field.mjs.map +1 -1
- package/fesm2022/ng-atomic-components-molecules-actions-column.mjs +9 -9
- package/fesm2022/ng-atomic-components-molecules-actions-column.mjs.map +1 -1
- package/fesm2022/ng-atomic-components-molecules-checkbox-column.mjs +4 -4
- package/fesm2022/ng-atomic-components-molecules-checkbox-column.mjs.map +1 -1
- package/fesm2022/ng-atomic-components-molecules-chips-input-field.mjs +6 -6
- package/fesm2022/ng-atomic-components-molecules-chips-input-field.mjs.map +1 -1
- package/fesm2022/ng-atomic-components-molecules-date-input-field.mjs +8 -8
- package/fesm2022/ng-atomic-components-molecules-date-range-input-field.mjs +8 -8
- package/fesm2022/ng-atomic-components-molecules-file-input-field.mjs +8 -8
- package/fesm2022/ng-atomic-components-molecules-file-input-field.mjs.map +1 -1
- package/fesm2022/ng-atomic-components-molecules-grid-item.mjs +5 -5
- package/fesm2022/ng-atomic-components-molecules-header.mjs +6 -6
- package/fesm2022/ng-atomic-components-molecules-loading-box.mjs +8 -8
- package/fesm2022/ng-atomic-components-molecules-navigation-list-item.mjs +8 -8
- package/fesm2022/ng-atomic-components-molecules-nested-menu.mjs +3 -3
- package/fesm2022/ng-atomic-components-molecules-select-input-field.mjs +8 -8
- package/fesm2022/ng-atomic-components-molecules-smart-column.mjs +7 -7
- package/fesm2022/ng-atomic-components-molecules-smart-column.mjs.map +1 -1
- package/fesm2022/ng-atomic-components-molecules-text-input-field.mjs +8 -8
- package/fesm2022/ng-atomic-components-molecules-text-input-field.mjs.map +1 -1
- package/fesm2022/ng-atomic-components-molecules-textarea-field.mjs +6 -6
- package/fesm2022/ng-atomic-components-molecules-textarea-field.mjs.map +1 -1
- package/fesm2022/ng-atomic-components-molecules-tree-column.mjs +13 -11
- package/fesm2022/ng-atomic-components-molecules-tree-column.mjs.map +1 -1
- package/fesm2022/ng-atomic-components-molecules.mjs +4 -4
- package/fesm2022/ng-atomic-components-organisms-action-buttons-section.mjs +8 -8
- package/fesm2022/ng-atomic-components-organisms-action-input-section.mjs +8 -8
- package/fesm2022/ng-atomic-components-organisms-agreement-input-section.mjs +6 -6
- package/fesm2022/ng-atomic-components-organisms-card-input-section.mjs +4 -4
- package/fesm2022/ng-atomic-components-organisms-chips-input-section.mjs +25 -15
- package/fesm2022/ng-atomic-components-organisms-chips-input-section.mjs.map +1 -1
- package/fesm2022/ng-atomic-components-organisms-cvc-and-exp-input-section.mjs +4 -4
- package/fesm2022/ng-atomic-components-organisms-date-input-section.mjs +8 -8
- package/fesm2022/ng-atomic-components-organisms-date-range-input-section.mjs +8 -8
- package/fesm2022/ng-atomic-components-organisms-definition-list.mjs +8 -8
- package/fesm2022/ng-atomic-components-organisms-file-input-section.mjs +8 -8
- package/fesm2022/ng-atomic-components-organisms-filters-section.mjs +3 -3
- package/fesm2022/ng-atomic-components-organisms-graphql-editor.mjs +3 -3
- package/fesm2022/ng-atomic-components-organisms-graphql-editor.mjs.map +1 -1
- package/fesm2022/ng-atomic-components-organisms-grid-cards-section.mjs +5 -5
- package/fesm2022/ng-atomic-components-organisms-grid-toolbar.mjs +6 -6
- package/fesm2022/ng-atomic-components-organisms-heading.mjs +5 -5
- package/fesm2022/ng-atomic-components-organisms-image-preview-section.mjs +3 -3
- package/fesm2022/ng-atomic-components-organisms-markdown-preview-section.mjs +6 -6
- package/fesm2022/ng-atomic-components-organisms-menu-footer.mjs +8 -8
- package/fesm2022/ng-atomic-components-organisms-menu-header.mjs +8 -8
- package/fesm2022/ng-atomic-components-organisms-menu-header.mjs.map +1 -1
- package/fesm2022/ng-atomic-components-organisms-mermaid-section.mjs +3 -3
- package/fesm2022/ng-atomic-components-organisms-mermaid-section.mjs.map +1 -1
- package/fesm2022/ng-atomic-components-organisms-message-input-section.mjs +3 -3
- package/fesm2022/ng-atomic-components-organisms-messages-section.mjs +5 -5
- package/fesm2022/ng-atomic-components-organisms-navigation-list.mjs +8 -8
- package/fesm2022/ng-atomic-components-organisms-navigator.mjs +8 -8
- package/fesm2022/ng-atomic-components-organisms-number-input-section.mjs +8 -8
- package/fesm2022/ng-atomic-components-organisms-paginator.mjs +8 -8
- package/fesm2022/ng-atomic-components-organisms-password-input-section.mjs +8 -8
- package/fesm2022/ng-atomic-components-organisms-select-input-section.mjs +8 -8
- package/fesm2022/ng-atomic-components-organisms-selection-list.mjs +3 -3
- package/fesm2022/ng-atomic-components-organisms-slider-input-section.mjs +8 -8
- package/fesm2022/ng-atomic-components-organisms-smart-list.mjs +6 -6
- package/fesm2022/ng-atomic-components-organisms-social-login-section.mjs +4 -4
- package/fesm2022/ng-atomic-components-organisms-stripe-input-section.mjs +10 -10
- package/fesm2022/ng-atomic-components-organisms-stripe-input-section.mjs.map +1 -1
- package/fesm2022/ng-atomic-components-organisms-table.mjs +12 -8
- package/fesm2022/ng-atomic-components-organisms-table.mjs.map +1 -1
- package/fesm2022/ng-atomic-components-organisms-terminal.mjs +3 -3
- package/fesm2022/ng-atomic-components-organisms-terminal.mjs.map +1 -1
- package/fesm2022/ng-atomic-components-organisms-text-input-section.mjs +8 -8
- package/fesm2022/ng-atomic-components-organisms-text-preview-section.mjs +6 -6
- package/fesm2022/ng-atomic-components-organisms-textarea-section.mjs +8 -8
- package/fesm2022/ng-atomic-components-organisms-thread-messages-section.mjs +8 -8
- package/fesm2022/ng-atomic-components-organisms-time-range-input-section.mjs +3 -3
- package/fesm2022/ng-atomic-components-organisms-toolbar.mjs +3 -3
- package/fesm2022/ng-atomic-components-organisms-tree-section.mjs +3 -3
- package/fesm2022/ng-atomic-components-organisms-tree-section.mjs.map +1 -1
- package/fesm2022/ng-atomic-components-organisms-vertical-divider.mjs +3 -3
- package/fesm2022/ng-atomic-components-organisms-video-section.mjs +16 -16
- package/fesm2022/ng-atomic-components-organisms-video-section.mjs.map +1 -1
- package/fesm2022/ng-atomic-components-organisms.mjs +4 -4
- package/fesm2022/ng-atomic-components-pages-_index.mjs +9 -9
- package/fesm2022/ng-atomic-components-pages-_index.mjs.map +1 -1
- package/fesm2022/ng-atomic-components-pages-blank.mjs +3 -3
- package/fesm2022/ng-atomic-components-pages-columns.mjs +6 -6
- package/fesm2022/ng-atomic-components-pages-form.mjs +8 -8
- package/fesm2022/ng-atomic-components-pages-form.mjs.map +1 -1
- package/fesm2022/ng-atomic-components-pages-terms.mjs +6 -6
- package/fesm2022/ng-atomic-components-pages.mjs +4 -4
- package/fesm2022/ng-atomic-components-sheets-actions.mjs +3 -3
- package/fesm2022/ng-atomic-components-sheets.mjs +7 -7
- package/fesm2022/ng-atomic-components-templates-_index.mjs +61 -59
- package/fesm2022/ng-atomic-components-templates-_index.mjs.map +1 -1
- package/fesm2022/ng-atomic-components-templates-background.mjs +7 -7
- package/fesm2022/ng-atomic-components-templates-code-editor.mjs +6 -6
- package/fesm2022/ng-atomic-components-templates-columns.mjs +8 -8
- package/fesm2022/ng-atomic-components-templates-columns.mjs.map +1 -1
- package/fesm2022/ng-atomic-components-templates-entrance.mjs +23 -24
- package/fesm2022/ng-atomic-components-templates-entrance.mjs.map +1 -1
- package/fesm2022/ng-atomic-components-templates-file-tree.mjs +3 -3
- package/fesm2022/ng-atomic-components-templates-form.mjs +36 -44
- package/fesm2022/ng-atomic-components-templates-form.mjs.map +1 -1
- package/fesm2022/ng-atomic-components-templates-icon-button-menu.mjs +8 -8
- package/fesm2022/ng-atomic-components-templates-loading.mjs +3 -3
- package/fesm2022/ng-atomic-components-templates-menu.mjs +8 -8
- package/fesm2022/ng-atomic-components-templates-messages.mjs +3 -3
- package/fesm2022/ng-atomic-components-templates-messages.mjs.map +1 -1
- package/fesm2022/ng-atomic-components-templates-selection.mjs +8 -8
- package/fesm2022/ng-atomic-components-templates-settings.mjs +5 -5
- package/fesm2022/ng-atomic-components-templates-tab-editor.mjs +3 -3
- package/fesm2022/ng-atomic-components-templates-term.mjs +6 -6
- package/fesm2022/ng-atomic-components-templates.mjs +4 -4
- package/fesm2022/ng-atomic-components.mjs +4 -4
- package/frames/app/app.frame.d.ts +17 -17
- package/frames/divider/divider.frame.d.ts +1 -0
- package/frames/fab/fab.frame.d.ts +3 -3
- package/frames/line-up/line-up.frame.d.ts +2 -2
- package/frames/side-nav/side-nav.frame.d.ts +2 -2
- package/frames/tabs/tabs.frame.d.ts +2 -2
- package/molecules/action-input-field/action-input-field.molecule.d.ts +2 -1
- package/molecules/actions-column/actions-column.molecule.d.ts +4 -3
- package/molecules/checkbox-column/checkbox-column.molecule.d.ts +2 -1
- package/molecules/chips-input-field/chips-input-field.molecule.d.ts +2 -1
- package/molecules/file-input-field/file-input-field.molecule.d.ts +2 -2
- package/molecules/molecules.module.d.ts +1 -1
- package/molecules/smart-column/smart-column.molecule.d.ts +4 -4
- package/molecules/tree-column/tree-column.molecule.d.ts +3 -2
- package/organisms/chips-input-section/chips-input-section.organism.d.ts +6 -2
- package/organisms/graphql-editor/graphql-editor.organism.d.ts +2 -2
- package/organisms/mermaid-section/mermaid-section.organism.d.ts +2 -2
- package/organisms/navigator/navigator.organism.d.ts +3 -3
- package/organisms/stripe-input-section/stripe-input-section.organism.d.ts +11 -11
- package/organisms/terminal/terminal.organism.d.ts +2 -2
- package/organisms/tree-section/tree-section.organism.d.ts +2 -2
- package/organisms/video-section/video-section.organism.d.ts +2 -2
- package/package.json +10 -11
- package/pages/_index/index.page.d.ts +21 -21
- package/pages/columns/columns.page.d.ts +6 -6
- package/pages/form/form.page.d.ts +19 -17
- package/templates/_index/index.template.d.ts +31 -27
- package/templates/form/form.template.d.ts +8 -8
- package/templates/messages/messages.template.d.ts +2 -2
|
@@ -4,18 +4,18 @@ import * as i0 from "@angular/core";
|
|
|
4
4
|
export declare class NavigatorOrganismStore extends InjectableComponent {
|
|
5
5
|
static readonly Config: {
|
|
6
6
|
provide(useFactory?: import("@ng-atomic/common/services/ui").ReducerFactory<{
|
|
7
|
-
title: string;
|
|
7
|
+
title: string | undefined;
|
|
8
8
|
startActions: Actions;
|
|
9
9
|
endActions: Actions;
|
|
10
10
|
}>, label?: string): import("@angular/core").Provider;
|
|
11
11
|
inject(): import("@angular/core").Signal<{
|
|
12
|
-
title: string;
|
|
12
|
+
title: string | undefined;
|
|
13
13
|
startActions: Actions;
|
|
14
14
|
endActions: Actions;
|
|
15
15
|
}>;
|
|
16
16
|
};
|
|
17
17
|
protected readonly config: import("@angular/core").Signal<{
|
|
18
|
-
title: string;
|
|
18
|
+
title: string | undefined;
|
|
19
19
|
startActions: Actions;
|
|
20
20
|
endActions: Actions;
|
|
21
21
|
}>;
|
|
@@ -37,7 +37,7 @@ export declare class StripeInputSectionOrganismStore extends InjectableComponent
|
|
|
37
37
|
name: import("@angular/forms").FormControl<string>;
|
|
38
38
|
paymentMethodType: import("@angular/forms").FormControl<string>;
|
|
39
39
|
}>;
|
|
40
|
-
clientSecret: string;
|
|
40
|
+
clientSecret: string | null;
|
|
41
41
|
appearance: Appearance;
|
|
42
42
|
linkOptions: StripeLinkAuthenticationElementOptions;
|
|
43
43
|
addressOptions: StripeAddressElementOptions;
|
|
@@ -58,7 +58,7 @@ export declare class StripeInputSectionOrganismStore extends InjectableComponent
|
|
|
58
58
|
name: import("@angular/forms").FormControl<string>;
|
|
59
59
|
paymentMethodType: import("@angular/forms").FormControl<string>;
|
|
60
60
|
}>;
|
|
61
|
-
clientSecret: string;
|
|
61
|
+
clientSecret: string | null;
|
|
62
62
|
appearance: Appearance;
|
|
63
63
|
linkOptions: StripeLinkAuthenticationElementOptions;
|
|
64
64
|
addressOptions: StripeAddressElementOptions;
|
|
@@ -80,7 +80,7 @@ export declare class StripeInputSectionOrganismStore extends InjectableComponent
|
|
|
80
80
|
name: import("@angular/forms").FormControl<string>;
|
|
81
81
|
paymentMethodType: import("@angular/forms").FormControl<string>;
|
|
82
82
|
}>;
|
|
83
|
-
clientSecret: string;
|
|
83
|
+
clientSecret: string | null;
|
|
84
84
|
appearance: Appearance;
|
|
85
85
|
linkOptions: StripeLinkAuthenticationElementOptions;
|
|
86
86
|
addressOptions: StripeAddressElementOptions;
|
|
@@ -117,18 +117,18 @@ export declare class StripeInputSectionOrganismStore extends InjectableComponent
|
|
|
117
117
|
readonly _elementsOptions: import("@angular/core").Signal<{
|
|
118
118
|
clientSecret: string;
|
|
119
119
|
mode?: never;
|
|
120
|
-
fonts?:
|
|
120
|
+
fonts?: Array<import("@stripe/stripe-js").CssFontSource | import("@stripe/stripe-js").CustomFontSource>;
|
|
121
121
|
locale?: import("@stripe/stripe-js").StripeElementLocale;
|
|
122
122
|
appearance?: Appearance;
|
|
123
|
-
loader?: "
|
|
123
|
+
loader?: "auto" | "always" | "never";
|
|
124
124
|
customerOptions?: import("@stripe/stripe-js").CustomerOptions;
|
|
125
125
|
} | {
|
|
126
126
|
clientSecret: string;
|
|
127
127
|
mode?: "payment" | "setup" | "subscription";
|
|
128
128
|
currency?: string;
|
|
129
129
|
amount?: number;
|
|
130
|
-
setupFutureUsage?: "off_session" | "on_session";
|
|
131
|
-
setup_future_usage?: "off_session" | "on_session";
|
|
130
|
+
setupFutureUsage?: "off_session" | "on_session" | null;
|
|
131
|
+
setup_future_usage?: "off_session" | "on_session" | null;
|
|
132
132
|
captureMethod?: "manual" | "automatic";
|
|
133
133
|
capture_method?: "manual" | "automatic";
|
|
134
134
|
onBehalfOf?: string;
|
|
@@ -144,7 +144,7 @@ export declare class StripeInputSectionOrganismStore extends InjectableComponent
|
|
|
144
144
|
};
|
|
145
145
|
us_bank_account?: {
|
|
146
146
|
financial_connections?: {
|
|
147
|
-
permissions?:
|
|
147
|
+
permissions?: Array<"balances" | "ownership" | "payment_method" | "transactions">;
|
|
148
148
|
};
|
|
149
149
|
verification_method?: "automatic" | "instant";
|
|
150
150
|
};
|
|
@@ -155,16 +155,16 @@ export declare class StripeInputSectionOrganismStore extends InjectableComponent
|
|
|
155
155
|
};
|
|
156
156
|
us_bank_account?: {
|
|
157
157
|
financial_connections?: {
|
|
158
|
-
permissions?:
|
|
158
|
+
permissions?: Array<"balances" | "ownership" | "payment_method" | "transactions">;
|
|
159
159
|
};
|
|
160
160
|
verification_method?: "automatic" | "instant";
|
|
161
161
|
};
|
|
162
162
|
};
|
|
163
163
|
externalPaymentMethodTypes?: string[];
|
|
164
|
-
fonts?:
|
|
164
|
+
fonts?: Array<import("@stripe/stripe-js").CssFontSource | import("@stripe/stripe-js").CustomFontSource>;
|
|
165
165
|
locale?: import("@stripe/stripe-js").StripeElementLocale;
|
|
166
166
|
appearance?: Appearance;
|
|
167
|
-
loader?: "
|
|
167
|
+
loader?: "auto" | "always" | "never";
|
|
168
168
|
customerOptions?: import("@stripe/stripe-js").CustomerOptions;
|
|
169
169
|
}>;
|
|
170
170
|
static ɵfac: i0.ɵɵFactoryDeclaration<StripeInputSectionOrganismStore, never>;
|
|
@@ -1,7 +1,7 @@
|
|
|
1
|
-
import { ElementRef } from '@angular/core';
|
|
1
|
+
import { ElementRef, AfterViewInit } from '@angular/core';
|
|
2
2
|
import { Terminal } from 'xterm';
|
|
3
3
|
import * as i0 from "@angular/core";
|
|
4
|
-
export declare class TerminalOrganism {
|
|
4
|
+
export declare class TerminalOrganism implements AfterViewInit {
|
|
5
5
|
terminal: ElementRef<HTMLDivElement>;
|
|
6
6
|
xterm: Terminal | null;
|
|
7
7
|
ngAfterViewInit(): Promise<void>;
|
|
@@ -1,4 +1,4 @@
|
|
|
1
|
-
import { EventEmitter } from '@angular/core';
|
|
1
|
+
import { EventEmitter, OnInit } from '@angular/core';
|
|
2
2
|
import { MatTreeFlatDataSource, MatTreeFlattener } from '@angular/material/tree';
|
|
3
3
|
import { FlatTreeControl } from '@angular/cdk/tree';
|
|
4
4
|
import { SelectionModel } from '@angular/cdk/collections';
|
|
@@ -17,7 +17,7 @@ export declare class FlatNode {
|
|
|
17
17
|
export declare enum ActionId {
|
|
18
18
|
CHANGE_QUERY = "[@ng-atomic/components/organisms/tree-section] Change Query"
|
|
19
19
|
}
|
|
20
|
-
export declare class TreeSectionOrganism {
|
|
20
|
+
export declare class TreeSectionOrganism implements OnInit {
|
|
21
21
|
flatNodeMap: Map<FlatNode, Node>;
|
|
22
22
|
nestedNodeMap: Map<Node, FlatNode>;
|
|
23
23
|
getLevel: (node: FlatNode) => number;
|
|
@@ -1,4 +1,4 @@
|
|
|
1
|
-
import { ElementRef, PipeTransform } from '@angular/core';
|
|
1
|
+
import { ElementRef, PipeTransform, AfterViewInit } from '@angular/core';
|
|
2
2
|
import { YouTubePlayer } from '@angular/youtube-player';
|
|
3
3
|
import * as i0 from "@angular/core";
|
|
4
4
|
export declare class VideoSectionOrganismStore {
|
|
@@ -23,7 +23,7 @@ export declare class StreamDirective {
|
|
|
23
23
|
static ɵfac: i0.ɵɵFactoryDeclaration<StreamDirective, never>;
|
|
24
24
|
static ɵdir: i0.ɵɵDirectiveDeclaration<StreamDirective, "[stream]", never, { "stream": { "alias": "stream"; "required": false; }; }, {}, never, never, true, never>;
|
|
25
25
|
}
|
|
26
|
-
export declare class VideoSectionOrganism {
|
|
26
|
+
export declare class VideoSectionOrganism implements AfterViewInit {
|
|
27
27
|
protected readonly store: VideoSectionOrganismStore;
|
|
28
28
|
protected readonly width: import("@angular/core").WritableSignal<number>;
|
|
29
29
|
protected readonly el: ElementRef<any>;
|
package/package.json
CHANGED
|
@@ -1,15 +1,15 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@ng-atomic/components",
|
|
3
|
-
"version": "
|
|
3
|
+
"version": "18.1.0",
|
|
4
4
|
"license": "MIT",
|
|
5
5
|
"peerDependencies": {
|
|
6
|
-
"@angular/animations": "^
|
|
7
|
-
"@angular/cdk": "^
|
|
8
|
-
"@angular/common": "^
|
|
9
|
-
"@angular/core": "^
|
|
10
|
-
"@angular/forms": "^
|
|
11
|
-
"@angular/material": "^
|
|
12
|
-
"@angular/router": "^
|
|
6
|
+
"@angular/animations": "^18.0.0",
|
|
7
|
+
"@angular/cdk": "^18.0.0",
|
|
8
|
+
"@angular/common": "^18.0.0",
|
|
9
|
+
"@angular/core": "^18.0.0",
|
|
10
|
+
"@angular/forms": "^18.0.0",
|
|
11
|
+
"@angular/material": "^18.0.0",
|
|
12
|
+
"@angular/router": "^18.0.0",
|
|
13
13
|
"@codemirror/autocomplete": "^6.0.0",
|
|
14
14
|
"@codemirror/commands": "^6.0.0",
|
|
15
15
|
"@codemirror/lang-html": "^6.0.0",
|
|
@@ -17,12 +17,11 @@
|
|
|
17
17
|
"@codemirror/state": "^6.0.0",
|
|
18
18
|
"@codemirror/theme-one-dark": "^6.0.0",
|
|
19
19
|
"@codemirror/view": "^6.0.0",
|
|
20
|
-
"@ng-atomic/common": "
|
|
21
|
-
"@nx-ddd/core": "17.14.0",
|
|
20
|
+
"@ng-atomic/common": "18.1.0",
|
|
22
21
|
"@webcontainer/api": "^1.1.7",
|
|
23
22
|
"cm6-graphql": "^0.0.4",
|
|
24
23
|
"codemirror": "^6.0.0",
|
|
25
|
-
"dayjs": "1.11.
|
|
24
|
+
"dayjs": "1.11.12",
|
|
26
25
|
"gql-query-builder": "^3.8.0",
|
|
27
26
|
"graphql": "^16.0.0",
|
|
28
27
|
"lodash-es": "^4.17.15",
|
|
@@ -39,7 +39,7 @@ export declare class IndexPageStore extends InjectableComponent {
|
|
|
39
39
|
type: string;
|
|
40
40
|
selection: SelectionModel<string>;
|
|
41
41
|
highlight: SelectionModel<string>;
|
|
42
|
-
form: AbstractControl
|
|
42
|
+
form: AbstractControl;
|
|
43
43
|
tableChildrenKey: any;
|
|
44
44
|
navStartActions: import("@ng-atomic/core").Action<any>[];
|
|
45
45
|
navEndActions: Actions;
|
|
@@ -57,7 +57,7 @@ export declare class IndexPageStore extends InjectableComponent {
|
|
|
57
57
|
type: string;
|
|
58
58
|
selection: SelectionModel<string>;
|
|
59
59
|
highlight: SelectionModel<string>;
|
|
60
|
-
form: AbstractControl
|
|
60
|
+
form: AbstractControl;
|
|
61
61
|
tableChildrenKey: any;
|
|
62
62
|
navStartActions: import("@ng-atomic/core").Action<any>[];
|
|
63
63
|
navEndActions: Actions;
|
|
@@ -67,68 +67,68 @@ export declare class IndexPageStore extends InjectableComponent {
|
|
|
67
67
|
static provideItemsFromRepository(): import("@angular/core").Provider;
|
|
68
68
|
static provideSideAppNavStartActions(): import("@angular/core").Provider;
|
|
69
69
|
static Initializer: {
|
|
70
|
-
provide<SI extends (store: IndexPageStore) => void |
|
|
71
|
-
provide: InjectionToken<(store: any) => void |
|
|
70
|
+
provide<SI extends (store: IndexPageStore) => Promise<void> | void>(initializer: SI): {
|
|
71
|
+
provide: InjectionToken<(store: any) => Promise<void> | void>;
|
|
72
72
|
useValue: {
|
|
73
73
|
key: new () => IndexPageStore;
|
|
74
|
-
initializer: (store: IndexPageStore) => void |
|
|
74
|
+
initializer: (store: IndexPageStore) => Promise<void> | void;
|
|
75
75
|
};
|
|
76
76
|
multi: boolean;
|
|
77
77
|
}[];
|
|
78
|
-
inject(): ((store: IndexPageStore) => void |
|
|
78
|
+
inject(): ((store: IndexPageStore) => Promise<void> | void)[];
|
|
79
79
|
initializeStore(store: IndexPageStore): Promise<void>;
|
|
80
80
|
};
|
|
81
81
|
static provideFormInitializer(): {
|
|
82
|
-
provide: InjectionToken<(store: any) => void |
|
|
82
|
+
provide: InjectionToken<(store: any) => Promise<void> | void>;
|
|
83
83
|
useValue: {
|
|
84
84
|
key: new () => IndexPageStore;
|
|
85
|
-
initializer: (store: IndexPageStore) => void |
|
|
85
|
+
initializer: (store: IndexPageStore) => Promise<void> | void;
|
|
86
86
|
};
|
|
87
87
|
multi: boolean;
|
|
88
88
|
}[];
|
|
89
89
|
static provideFormValueStorageInitializer(): {
|
|
90
|
-
provide: InjectionToken<(store: any) => void |
|
|
90
|
+
provide: InjectionToken<(store: any) => Promise<void> | void>;
|
|
91
91
|
useValue: {
|
|
92
92
|
key: new () => IndexPageStore;
|
|
93
|
-
initializer: (store: IndexPageStore) => void |
|
|
93
|
+
initializer: (store: IndexPageStore) => Promise<void> | void;
|
|
94
94
|
};
|
|
95
95
|
multi: boolean;
|
|
96
96
|
}[];
|
|
97
97
|
static provideItemsLengthInitializer(): ({
|
|
98
|
-
provide: InjectionToken<(store: any) => void |
|
|
98
|
+
provide: InjectionToken<(store: any) => Promise<void> | void>;
|
|
99
99
|
useValue: {
|
|
100
100
|
key: new () => IndexPageStore;
|
|
101
|
-
initializer: (store: IndexPageStore) => void |
|
|
101
|
+
initializer: (store: IndexPageStore) => Promise<void> | void;
|
|
102
102
|
};
|
|
103
103
|
multi: boolean;
|
|
104
104
|
}[] | typeof IndexLengthPipe)[];
|
|
105
105
|
static provideItemsMapperInitializer(): ({
|
|
106
|
-
provide: InjectionToken<(store: any) => void |
|
|
106
|
+
provide: InjectionToken<(store: any) => Promise<void> | void>;
|
|
107
107
|
useValue: {
|
|
108
108
|
key: new () => IndexPageStore;
|
|
109
|
-
initializer: (store: IndexPageStore) => void |
|
|
109
|
+
initializer: (store: IndexPageStore) => Promise<void> | void;
|
|
110
110
|
};
|
|
111
111
|
multi: boolean;
|
|
112
112
|
}[] | typeof IndexPipe)[];
|
|
113
113
|
static provideDefaultInitializer(): ({
|
|
114
|
-
provide: InjectionToken<(store: any) => void |
|
|
114
|
+
provide: InjectionToken<(store: any) => Promise<void> | void>;
|
|
115
115
|
useValue: {
|
|
116
116
|
key: new () => IndexPageStore;
|
|
117
|
-
initializer: (store: IndexPageStore) => void |
|
|
117
|
+
initializer: (store: IndexPageStore) => Promise<void> | void;
|
|
118
118
|
};
|
|
119
119
|
multi: boolean;
|
|
120
120
|
}[] | ({
|
|
121
|
-
provide: InjectionToken<(store: any) => void |
|
|
121
|
+
provide: InjectionToken<(store: any) => Promise<void> | void>;
|
|
122
122
|
useValue: {
|
|
123
123
|
key: new () => IndexPageStore;
|
|
124
|
-
initializer: (store: IndexPageStore) => void |
|
|
124
|
+
initializer: (store: IndexPageStore) => Promise<void> | void;
|
|
125
125
|
};
|
|
126
126
|
multi: boolean;
|
|
127
127
|
}[] | typeof IndexLengthPipe)[] | ({
|
|
128
|
-
provide: InjectionToken<(store: any) => void |
|
|
128
|
+
provide: InjectionToken<(store: any) => Promise<void> | void>;
|
|
129
129
|
useValue: {
|
|
130
130
|
key: new () => IndexPageStore;
|
|
131
|
-
initializer: (store: IndexPageStore) => void |
|
|
131
|
+
initializer: (store: IndexPageStore) => Promise<void> | void;
|
|
132
132
|
};
|
|
133
133
|
multi: boolean;
|
|
134
134
|
}[] | typeof IndexPipe)[])[];
|
|
@@ -154,7 +154,7 @@ export declare class IndexPageStore extends InjectableComponent {
|
|
|
154
154
|
type: string;
|
|
155
155
|
selection: SelectionModel<string>;
|
|
156
156
|
highlight: SelectionModel<string>;
|
|
157
|
-
form: AbstractControl
|
|
157
|
+
form: AbstractControl;
|
|
158
158
|
tableChildrenKey: any;
|
|
159
159
|
navStartActions: import("@ng-atomic/core").Action<any>[];
|
|
160
160
|
navEndActions: Actions;
|
|
@@ -18,22 +18,22 @@ export declare class ColumnsPageStore extends InjectableComponent {
|
|
|
18
18
|
}>;
|
|
19
19
|
};
|
|
20
20
|
static readonly Initializer: {
|
|
21
|
-
provide<SI extends (store: ColumnsPageStore) => void |
|
|
22
|
-
provide: import("@angular/core").InjectionToken<(store: any) => void |
|
|
21
|
+
provide<SI extends (store: ColumnsPageStore) => Promise<void> | void>(initializer: SI): {
|
|
22
|
+
provide: import("@angular/core").InjectionToken<(store: any) => Promise<void> | void>;
|
|
23
23
|
useValue: {
|
|
24
24
|
key: new () => ColumnsPageStore;
|
|
25
|
-
initializer: (store: ColumnsPageStore) => void |
|
|
25
|
+
initializer: (store: ColumnsPageStore) => Promise<void> | void;
|
|
26
26
|
};
|
|
27
27
|
multi: boolean;
|
|
28
28
|
}[];
|
|
29
|
-
inject(): ((store: ColumnsPageStore) => void |
|
|
29
|
+
inject(): ((store: ColumnsPageStore) => Promise<void> | void)[];
|
|
30
30
|
initializeStore(store: ColumnsPageStore): Promise<void>;
|
|
31
31
|
};
|
|
32
32
|
static provideSideAppNavStartActionsInitializer: () => {
|
|
33
|
-
provide: import("@angular/core").InjectionToken<(store: any) => void |
|
|
33
|
+
provide: import("@angular/core").InjectionToken<(store: any) => Promise<void> | void>;
|
|
34
34
|
useValue: {
|
|
35
35
|
key: new () => ColumnsPageStore;
|
|
36
|
-
initializer: (store: ColumnsPageStore) => void |
|
|
36
|
+
initializer: (store: ColumnsPageStore) => Promise<void> | void;
|
|
37
37
|
};
|
|
38
38
|
multi: boolean;
|
|
39
39
|
}[];
|
|
@@ -24,7 +24,7 @@ export declare class FormPageStore<T> extends InjectableComponent {
|
|
|
24
24
|
static readonly ActionId: typeof ActionId;
|
|
25
25
|
static readonly Config: {
|
|
26
26
|
provide(useFactory?: import("@ng-atomic/common/services/ui").ReducerFactory<{
|
|
27
|
-
form: AbstractControl
|
|
27
|
+
form: AbstractControl;
|
|
28
28
|
formFlatExcludes: string[];
|
|
29
29
|
entityId: string;
|
|
30
30
|
entity: any;
|
|
@@ -36,7 +36,7 @@ export declare class FormPageStore<T> extends InjectableComponent {
|
|
|
36
36
|
fieldMap: FormFieldMap;
|
|
37
37
|
}>, label?: string): import("@angular/core").Provider;
|
|
38
38
|
inject(): import("@angular/core").Signal<{
|
|
39
|
-
form: AbstractControl
|
|
39
|
+
form: AbstractControl;
|
|
40
40
|
formFlatExcludes: string[];
|
|
41
41
|
entityId: string;
|
|
42
42
|
entity: any;
|
|
@@ -49,46 +49,46 @@ export declare class FormPageStore<T> extends InjectableComponent {
|
|
|
49
49
|
}>;
|
|
50
50
|
};
|
|
51
51
|
static Initializer: {
|
|
52
|
-
provide<SI extends (store: FormPageStore<unknown>) => void |
|
|
53
|
-
provide: InjectionToken<(store: any) => void |
|
|
52
|
+
provide<SI extends (store: FormPageStore<unknown>) => Promise<void> | void>(initializer: SI): {
|
|
53
|
+
provide: InjectionToken<(store: any) => Promise<void> | void>;
|
|
54
54
|
useValue: {
|
|
55
55
|
key: new () => FormPageStore<unknown>;
|
|
56
|
-
initializer: (store: FormPageStore<unknown>) => void |
|
|
56
|
+
initializer: (store: FormPageStore<unknown>) => Promise<void> | void;
|
|
57
57
|
};
|
|
58
58
|
multi: boolean;
|
|
59
59
|
}[];
|
|
60
|
-
inject(): ((store: FormPageStore<unknown>) => void |
|
|
60
|
+
inject(): ((store: FormPageStore<unknown>) => Promise<void> | void)[];
|
|
61
61
|
initializeStore(store: FormPageStore<unknown>): Promise<void>;
|
|
62
62
|
};
|
|
63
|
-
static provideInitializer: <SI extends (store: FormPageStore<unknown>) => void |
|
|
64
|
-
provide: InjectionToken<(store: any) => void |
|
|
63
|
+
static provideInitializer: <SI extends (store: FormPageStore<unknown>) => Promise<void> | void>(initializer: SI) => {
|
|
64
|
+
provide: InjectionToken<(store: any) => Promise<void> | void>;
|
|
65
65
|
useValue: {
|
|
66
66
|
key: new () => FormPageStore<unknown>;
|
|
67
|
-
initializer: (store: FormPageStore<unknown>) => void |
|
|
67
|
+
initializer: (store: FormPageStore<unknown>) => Promise<void> | void;
|
|
68
68
|
};
|
|
69
69
|
multi: boolean;
|
|
70
70
|
}[];
|
|
71
71
|
static provideDefaultInitializer: () => {
|
|
72
|
-
provide: InjectionToken<(store: any) => void |
|
|
72
|
+
provide: InjectionToken<(store: any) => Promise<void> | void>;
|
|
73
73
|
useValue: {
|
|
74
74
|
key: new () => FormPageStore<unknown>;
|
|
75
|
-
initializer: (store: FormPageStore<unknown>) => void |
|
|
75
|
+
initializer: (store: FormPageStore<unknown>) => Promise<void> | void;
|
|
76
76
|
};
|
|
77
77
|
multi: boolean;
|
|
78
78
|
}[];
|
|
79
79
|
static provideNavStartActionsInitializer: () => {
|
|
80
|
-
provide: InjectionToken<(store: any) => void |
|
|
80
|
+
provide: InjectionToken<(store: any) => Promise<void> | void>;
|
|
81
81
|
useValue: {
|
|
82
82
|
key: new () => FormPageStore<unknown>;
|
|
83
|
-
initializer: (store: FormPageStore<unknown>) => void |
|
|
83
|
+
initializer: (store: FormPageStore<unknown>) => Promise<void> | void;
|
|
84
84
|
};
|
|
85
85
|
multi: boolean;
|
|
86
86
|
}[];
|
|
87
87
|
static provideSideAppNavStartActionsInitializer: () => {
|
|
88
|
-
provide: InjectionToken<(store: any) => void |
|
|
88
|
+
provide: InjectionToken<(store: any) => Promise<void> | void>;
|
|
89
89
|
useValue: {
|
|
90
90
|
key: new () => FormPageStore<unknown>;
|
|
91
|
-
initializer: (store: FormPageStore<unknown>) => void |
|
|
91
|
+
initializer: (store: FormPageStore<unknown>) => Promise<void> | void;
|
|
92
92
|
};
|
|
93
93
|
multi: boolean;
|
|
94
94
|
}[];
|
|
@@ -97,7 +97,7 @@ export declare class FormPageStore<T> extends InjectableComponent {
|
|
|
97
97
|
static provideDefaultEffects(): import("@angular/core").Provider[];
|
|
98
98
|
static provideDefault(): import("@angular/core").Provider[];
|
|
99
99
|
readonly config: import("@angular/core").Signal<{
|
|
100
|
-
form: AbstractControl
|
|
100
|
+
form: AbstractControl;
|
|
101
101
|
formFlatExcludes: string[];
|
|
102
102
|
entityId: string;
|
|
103
103
|
entity: any;
|
|
@@ -128,7 +128,9 @@ export declare class FormPageStore<T> extends InjectableComponent {
|
|
|
128
128
|
icon?: string;
|
|
129
129
|
color?: string;
|
|
130
130
|
children?: Action<any>[];
|
|
131
|
-
meta?:
|
|
131
|
+
meta?: {
|
|
132
|
+
componentId?: string | number | null;
|
|
133
|
+
} | any;
|
|
132
134
|
}[]>;
|
|
133
135
|
constructor();
|
|
134
136
|
static ɵfac: i0.ɵɵFactoryDeclaration<FormPageStore<any>, never>;
|
|
@@ -48,22 +48,22 @@ export declare class IndexTemplateStore<T extends {
|
|
|
48
48
|
provide(useFactory?: import("@ng-atomic/common/services/ui").ReducerFactory<{
|
|
49
49
|
form: FormGroup<{
|
|
50
50
|
query: import("@angular/forms").FormControl<string>;
|
|
51
|
-
page: FormGroup<{
|
|
51
|
+
page: import("@angular/forms").FormGroup<{
|
|
52
52
|
pageSize: import("@angular/forms").FormControl<number>;
|
|
53
53
|
pageIndex: import("@angular/forms").FormControl<number>;
|
|
54
54
|
length: import("@angular/forms").FormControl<number>;
|
|
55
55
|
}>;
|
|
56
|
-
sort: FormGroup<{
|
|
56
|
+
sort: import("@angular/forms").FormGroup<{
|
|
57
57
|
key: import("@angular/forms").FormControl<string>;
|
|
58
58
|
order: import("@angular/forms").FormControl<"asc" | "desc">;
|
|
59
59
|
}>;
|
|
60
|
-
columns: FormGroup<{
|
|
60
|
+
columns: import("@angular/forms").FormGroup<{
|
|
61
61
|
ids: import("@angular/forms").FormControl<string[]>;
|
|
62
|
-
map: FormGroup<{}>;
|
|
62
|
+
map: import("@angular/forms").FormGroup<{}>;
|
|
63
63
|
}>;
|
|
64
64
|
}>;
|
|
65
|
-
toggleActions: Action
|
|
66
|
-
gridToolbarActions: Action
|
|
65
|
+
toggleActions: Action[];
|
|
66
|
+
gridToolbarActions: Action[];
|
|
67
67
|
tableChildrenKey: string;
|
|
68
68
|
tableIsHidden: (item: any) => false;
|
|
69
69
|
tableTreeControl: FlatTreeControl<any, any>;
|
|
@@ -80,30 +80,31 @@ export declare class IndexTemplateStore<T extends {
|
|
|
80
80
|
navEndActions: any[];
|
|
81
81
|
groupedBy: any;
|
|
82
82
|
groupKeys: any[];
|
|
83
|
-
type: "
|
|
83
|
+
type: "table" | "list" | "grid";
|
|
84
84
|
pageSizeOptions: number[];
|
|
85
85
|
selection: SelectionModel<string>;
|
|
86
86
|
highlight: SelectionModel<string>;
|
|
87
|
+
queryLabel: string;
|
|
87
88
|
}>, label?: string): import("@angular/core").Provider;
|
|
88
89
|
inject(): import("@angular/core").Signal<{
|
|
89
90
|
form: FormGroup<{
|
|
90
91
|
query: import("@angular/forms").FormControl<string>;
|
|
91
|
-
page: FormGroup<{
|
|
92
|
+
page: import("@angular/forms").FormGroup<{
|
|
92
93
|
pageSize: import("@angular/forms").FormControl<number>;
|
|
93
94
|
pageIndex: import("@angular/forms").FormControl<number>;
|
|
94
95
|
length: import("@angular/forms").FormControl<number>;
|
|
95
96
|
}>;
|
|
96
|
-
sort: FormGroup<{
|
|
97
|
+
sort: import("@angular/forms").FormGroup<{
|
|
97
98
|
key: import("@angular/forms").FormControl<string>;
|
|
98
99
|
order: import("@angular/forms").FormControl<"asc" | "desc">;
|
|
99
100
|
}>;
|
|
100
|
-
columns: FormGroup<{
|
|
101
|
+
columns: import("@angular/forms").FormGroup<{
|
|
101
102
|
ids: import("@angular/forms").FormControl<string[]>;
|
|
102
|
-
map: FormGroup<{}>;
|
|
103
|
+
map: import("@angular/forms").FormGroup<{}>;
|
|
103
104
|
}>;
|
|
104
105
|
}>;
|
|
105
|
-
toggleActions: Action
|
|
106
|
-
gridToolbarActions: Action
|
|
106
|
+
toggleActions: Action[];
|
|
107
|
+
gridToolbarActions: Action[];
|
|
107
108
|
tableChildrenKey: string;
|
|
108
109
|
tableIsHidden: (item: any) => false;
|
|
109
110
|
tableTreeControl: FlatTreeControl<any, any>;
|
|
@@ -120,32 +121,33 @@ export declare class IndexTemplateStore<T extends {
|
|
|
120
121
|
navEndActions: any[];
|
|
121
122
|
groupedBy: any;
|
|
122
123
|
groupKeys: any[];
|
|
123
|
-
type: "
|
|
124
|
+
type: "table" | "list" | "grid";
|
|
124
125
|
pageSizeOptions: number[];
|
|
125
126
|
selection: SelectionModel<string>;
|
|
126
127
|
highlight: SelectionModel<string>;
|
|
128
|
+
queryLabel: string;
|
|
127
129
|
}>;
|
|
128
130
|
};
|
|
129
131
|
static provideTypeConfig(): import("@angular/core").Provider;
|
|
130
132
|
readonly config: import("@angular/core").Signal<{
|
|
131
133
|
form: FormGroup<{
|
|
132
134
|
query: import("@angular/forms").FormControl<string>;
|
|
133
|
-
page: FormGroup<{
|
|
135
|
+
page: import("@angular/forms").FormGroup<{
|
|
134
136
|
pageSize: import("@angular/forms").FormControl<number>;
|
|
135
137
|
pageIndex: import("@angular/forms").FormControl<number>;
|
|
136
138
|
length: import("@angular/forms").FormControl<number>;
|
|
137
139
|
}>;
|
|
138
|
-
sort: FormGroup<{
|
|
140
|
+
sort: import("@angular/forms").FormGroup<{
|
|
139
141
|
key: import("@angular/forms").FormControl<string>;
|
|
140
142
|
order: import("@angular/forms").FormControl<"asc" | "desc">;
|
|
141
143
|
}>;
|
|
142
|
-
columns: FormGroup<{
|
|
144
|
+
columns: import("@angular/forms").FormGroup<{
|
|
143
145
|
ids: import("@angular/forms").FormControl<string[]>;
|
|
144
|
-
map: FormGroup<{}>;
|
|
146
|
+
map: import("@angular/forms").FormGroup<{}>;
|
|
145
147
|
}>;
|
|
146
148
|
}>;
|
|
147
|
-
toggleActions: Action
|
|
148
|
-
gridToolbarActions: Action
|
|
149
|
+
toggleActions: Action[];
|
|
150
|
+
gridToolbarActions: Action[];
|
|
149
151
|
tableChildrenKey: string;
|
|
150
152
|
tableIsHidden: (item: any) => false;
|
|
151
153
|
tableTreeControl: FlatTreeControl<any, any>;
|
|
@@ -162,26 +164,27 @@ export declare class IndexTemplateStore<T extends {
|
|
|
162
164
|
navEndActions: any[];
|
|
163
165
|
groupedBy: any;
|
|
164
166
|
groupKeys: any[];
|
|
165
|
-
type: "
|
|
167
|
+
type: "table" | "list" | "grid";
|
|
166
168
|
pageSizeOptions: number[];
|
|
167
169
|
selection: SelectionModel<string>;
|
|
168
170
|
highlight: SelectionModel<string>;
|
|
171
|
+
queryLabel: string;
|
|
169
172
|
}>;
|
|
170
173
|
readonly isPlatformServer: boolean;
|
|
171
174
|
readonly form: import("@angular/core").InputSignal<FormGroup<{
|
|
172
175
|
query: import("@angular/forms").FormControl<string>;
|
|
173
|
-
page: FormGroup<{
|
|
176
|
+
page: import("@angular/forms").FormGroup<{
|
|
174
177
|
pageSize: import("@angular/forms").FormControl<number>;
|
|
175
178
|
pageIndex: import("@angular/forms").FormControl<number>;
|
|
176
179
|
length: import("@angular/forms").FormControl<number>;
|
|
177
180
|
}>;
|
|
178
|
-
sort: FormGroup<{
|
|
181
|
+
sort: import("@angular/forms").FormGroup<{
|
|
179
182
|
key: import("@angular/forms").FormControl<string>;
|
|
180
183
|
order: import("@angular/forms").FormControl<"asc" | "desc">;
|
|
181
184
|
}>;
|
|
182
|
-
columns: FormGroup<{
|
|
185
|
+
columns: import("@angular/forms").FormGroup<{
|
|
183
186
|
ids: import("@angular/forms").FormControl<string[]>;
|
|
184
|
-
map: FormGroup<{}>;
|
|
187
|
+
map: import("@angular/forms").FormGroup<{}>;
|
|
185
188
|
}>;
|
|
186
189
|
}>>;
|
|
187
190
|
readonly gridToolbarActions: import("@angular/core").InputSignal<Action<any>[]>;
|
|
@@ -206,6 +209,7 @@ export declare class IndexTemplateStore<T extends {
|
|
|
206
209
|
readonly type: import("@angular/core").InputSignal<"list" | "table" | "grid">;
|
|
207
210
|
readonly selection: import("@angular/core").InputSignal<SelectionModel<string>>;
|
|
208
211
|
readonly highlight: import("@angular/core").InputSignal<SelectionModel<string>>;
|
|
212
|
+
readonly queryLabel: import("@angular/core").InputSignal<string>;
|
|
209
213
|
readonly form$: import("rxjs").Observable<unknown>;
|
|
210
214
|
readonly formValue: import("@angular/core").Signal<Partial<{
|
|
211
215
|
query: string;
|
|
@@ -228,7 +232,7 @@ export declare class IndexTemplateStore<T extends {
|
|
|
228
232
|
indexLength: IndexLengthPipe<any>;
|
|
229
233
|
};
|
|
230
234
|
static ɵfac: i0.ɵɵFactoryDeclaration<IndexTemplateStore<any>, never>;
|
|
231
|
-
static ɵdir: i0.ɵɵDirectiveDeclaration<IndexTemplateStore<any>, "templates-index", never, { "form": { "alias": "form"; "required": false; "isSignal": true; }; "gridToolbarActions": { "alias": "gridToolbarActions"; "required": false; "isSignal": true; }; "toggleActions": { "alias": "toggleActions"; "required": false; "isSignal": true; }; "tableChildrenKey": { "alias": "tableChildrenKey"; "required": false; "isSignal": true; }; "tableIsHidden": { "alias": "tableIsHidden"; "required": false; "isSignal": true; }; "tableTreeControl": { "alias": "tableTreeControl"; "required": false; "isSignal": true; }; "itemActions": { "alias": "itemActions"; "required": false; "isSignal": true; }; "title": { "alias": "title"; "required": false; "isSignal": true; }; "description": { "alias": "description"; "required": false; "isSignal": true; }; "items": { "alias": "items"; "required": false; "isSignal": true; }; "itemsLength": { "alias": "itemsLength"; "required": false; "isSignal": true; }; "navStartActions": { "alias": "navStartActions"; "required": false; "isSignal": true; }; "navEndActions": { "alias": "navEndActions"; "required": false; "isSignal": true; }; "groupedBy": { "alias": "groupedBy"; "required": false; "isSignal": true; }; "groupKeys": { "alias": "groupKeys"; "required": false; "isSignal": true; }; "pageSizeOptions": { "alias": "pageSizeOptions"; "required": false; "isSignal": true; }; "type": { "alias": "type"; "required": false; "isSignal": true; }; "selection": { "alias": "selection"; "required": false; "isSignal": true; }; "highlight": { "alias": "highlight"; "required": false; "isSignal": true; }; }, {}, never, never, true, never>;
|
|
235
|
+
static ɵdir: i0.ɵɵDirectiveDeclaration<IndexTemplateStore<any>, "templates-index", never, { "form": { "alias": "form"; "required": false; "isSignal": true; }; "gridToolbarActions": { "alias": "gridToolbarActions"; "required": false; "isSignal": true; }; "toggleActions": { "alias": "toggleActions"; "required": false; "isSignal": true; }; "tableChildrenKey": { "alias": "tableChildrenKey"; "required": false; "isSignal": true; }; "tableIsHidden": { "alias": "tableIsHidden"; "required": false; "isSignal": true; }; "tableTreeControl": { "alias": "tableTreeControl"; "required": false; "isSignal": true; }; "itemActions": { "alias": "itemActions"; "required": false; "isSignal": true; }; "title": { "alias": "title"; "required": false; "isSignal": true; }; "description": { "alias": "description"; "required": false; "isSignal": true; }; "items": { "alias": "items"; "required": false; "isSignal": true; }; "itemsLength": { "alias": "itemsLength"; "required": false; "isSignal": true; }; "navStartActions": { "alias": "navStartActions"; "required": false; "isSignal": true; }; "navEndActions": { "alias": "navEndActions"; "required": false; "isSignal": true; }; "groupedBy": { "alias": "groupedBy"; "required": false; "isSignal": true; }; "groupKeys": { "alias": "groupKeys"; "required": false; "isSignal": true; }; "pageSizeOptions": { "alias": "pageSizeOptions"; "required": false; "isSignal": true; }; "type": { "alias": "type"; "required": false; "isSignal": true; }; "selection": { "alias": "selection"; "required": false; "isSignal": true; }; "highlight": { "alias": "highlight"; "required": false; "isSignal": true; }; "queryLabel": { "alias": "queryLabel"; "required": false; "isSignal": true; }; }, {}, never, never, true, never>;
|
|
232
236
|
}
|
|
233
237
|
export declare class IndexTemplate<T> extends NgAtomicComponent {
|
|
234
238
|
static ActionId: typeof ActionId;
|
|
@@ -242,5 +246,5 @@ export declare class IndexTemplate<T> extends NgAtomicComponent {
|
|
|
242
246
|
protected onHeaderCheckboxClick(): void;
|
|
243
247
|
protected back(): void;
|
|
244
248
|
static ɵfac: i0.ɵɵFactoryDeclaration<IndexTemplate<any>, never>;
|
|
245
|
-
static ɵcmp: i0.ɵɵComponentDeclaration<IndexTemplate<any>, "templates-index", never, {}, {}, never, ["[dashboard]"], true, [{ directive: typeof IndexTemplateStore; inputs: { "gridToolbarActions": "gridToolbarActions"; "tableChildrenKey": "tableChildrenKey"; "tableIsHidden": "tableIsHidden"; "tableTreeControl": "tableTreeControl"; "form": "form"; "title": "title"; "description": "description"; "items": "items"; "itemsLength": "itemsLength"; "itemActions": "itemActions"; "navStartActions": "navStartActions"; "navEndActions": "navEndActions"; "groupedBy": "groupedBy"; "groupKeys": "groupKeys"; "selection": "selection"; "pageSizeOptions": "pageSizeOptions"; "type": "type"; "highlight": "highlight"; }; outputs: {}; }]>;
|
|
249
|
+
static ɵcmp: i0.ɵɵComponentDeclaration<IndexTemplate<any>, "templates-index", never, {}, {}, never, ["[dashboard]"], true, [{ directive: typeof IndexTemplateStore; inputs: { "gridToolbarActions": "gridToolbarActions"; "tableChildrenKey": "tableChildrenKey"; "tableIsHidden": "tableIsHidden"; "tableTreeControl": "tableTreeControl"; "form": "form"; "title": "title"; "description": "description"; "items": "items"; "itemsLength": "itemsLength"; "itemActions": "itemActions"; "navStartActions": "navStartActions"; "navEndActions": "navEndActions"; "groupedBy": "groupedBy"; "groupKeys": "groupKeys"; "selection": "selection"; "pageSizeOptions": "pageSizeOptions"; "type": "type"; "highlight": "highlight"; "queryLabel": "queryLabel"; }; outputs: {}; }]>;
|
|
246
250
|
}
|