@ng-atomic/components 19.0.0-preview.9 → 19.1.1
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/badge/index.d.ts +9 -1
- package/atoms/chips-input/index.d.ts +23 -1
- package/atoms/icon/index.d.ts +15 -1
- package/atoms/index.d.ts +28 -1
- package/atoms/logo/index.d.ts +17 -0
- package/atoms/menu-button/index.d.ts +24 -1
- package/atoms/value-cell/index.d.ts +51 -0
- package/extras/editor/index.d.ts +38 -1
- package/extras/index.d.ts +13 -1
- package/fesm2022/ng-atomic-components-atoms-badge.mjs +4 -6
- package/fesm2022/ng-atomic-components-atoms-badge.mjs.map +1 -1
- package/fesm2022/ng-atomic-components-atoms-chips-input.mjs +4 -4
- 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-icon.mjs.map +1 -1
- package/fesm2022/ng-atomic-components-atoms-logo.mjs +48 -0
- package/fesm2022/ng-atomic-components-atoms-logo.mjs.map +1 -0
- package/fesm2022/ng-atomic-components-atoms-menu-button.mjs +10 -10
- package/fesm2022/ng-atomic-components-atoms-menu-button.mjs.map +1 -1
- package/fesm2022/ng-atomic-components-atoms-value-cell.mjs +345 -0
- package/fesm2022/ng-atomic-components-atoms-value-cell.mjs.map +1 -0
- package/fesm2022/ng-atomic-components-atoms.mjs +6 -4
- package/fesm2022/ng-atomic-components-atoms.mjs.map +1 -1
- package/fesm2022/ng-atomic-components-extras-editor.mjs +22 -9
- 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-extras.mjs.map +1 -1
- package/fesm2022/ng-atomic-components-frames-app.mjs +76 -34
- package/fesm2022/ng-atomic-components-frames-app.mjs.map +1 -1
- package/fesm2022/ng-atomic-components-frames-auto-layout.mjs +7 -7
- package/fesm2022/ng-atomic-components-frames-auto-layout.mjs.map +1 -1
- package/fesm2022/ng-atomic-components-frames-breadcrumb-navbar.mjs +109 -0
- package/fesm2022/ng-atomic-components-frames-breadcrumb-navbar.mjs.map +1 -0
- package/fesm2022/ng-atomic-components-frames-card.mjs +4 -4
- package/fesm2022/ng-atomic-components-frames-card.mjs.map +1 -1
- 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 +8 -6
- package/fesm2022/ng-atomic-components-frames-divider.mjs.map +1 -1
- package/fesm2022/ng-atomic-components-frames-drawer.mjs +94 -16
- package/fesm2022/ng-atomic-components-frames-drawer.mjs.map +1 -1
- package/fesm2022/ng-atomic-components-frames-entrance.mjs +8 -8
- package/fesm2022/ng-atomic-components-frames-entrance.mjs.map +1 -1
- package/fesm2022/ng-atomic-components-frames-fab.mjs +53 -18
- package/fesm2022/ng-atomic-components-frames-fab.mjs.map +1 -1
- package/fesm2022/ng-atomic-components-frames-horizontal-divider.mjs +101 -0
- package/fesm2022/ng-atomic-components-frames-horizontal-divider.mjs.map +1 -0
- 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-loading.mjs.map +1 -1
- package/fesm2022/ng-atomic-components-frames-overlay.mjs +6 -6
- package/fesm2022/ng-atomic-components-frames-overlay.mjs.map +1 -1
- package/fesm2022/ng-atomic-components-frames-progress-bar.mjs +6 -6
- package/fesm2022/ng-atomic-components-frames-progress-bar.mjs.map +1 -1
- package/fesm2022/ng-atomic-components-frames-router-outlet.mjs +17 -15
- package/fesm2022/ng-atomic-components-frames-router-outlet.mjs.map +1 -1
- package/fesm2022/ng-atomic-components-frames-scroll.mjs +14 -18
- package/fesm2022/ng-atomic-components-frames-scroll.mjs.map +1 -1
- package/fesm2022/ng-atomic-components-frames-side-app.mjs +6 -6
- package/fesm2022/ng-atomic-components-frames-side-app.mjs.map +1 -1
- package/fesm2022/ng-atomic-components-frames-side-nav.mjs +13 -8
- 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 +24 -29
- package/fesm2022/ng-atomic-components-frames-tabs.mjs.map +1 -1
- package/fesm2022/ng-atomic-components-frames-toggle.mjs +3 -3
- 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-vertical-hide.mjs.map +1 -1
- package/fesm2022/ng-atomic-components-frames.mjs +8 -4
- package/fesm2022/ng-atomic-components-frames.mjs.map +1 -1
- package/fesm2022/ng-atomic-components-molecules-action-input-field.mjs +7 -8
- package/fesm2022/ng-atomic-components-molecules-action-input-field.mjs.map +1 -1
- package/fesm2022/ng-atomic-components-molecules-actions-column.mjs +6 -6
- package/fesm2022/ng-atomic-components-molecules-actions-column.mjs.map +1 -1
- package/fesm2022/ng-atomic-components-molecules-checkbox-column.mjs +6 -6
- package/fesm2022/ng-atomic-components-molecules-checkbox-column.mjs.map +1 -1
- package/fesm2022/ng-atomic-components-molecules-chips-input-field.mjs +7 -8
- package/fesm2022/ng-atomic-components-molecules-chips-input-field.mjs.map +1 -1
- package/fesm2022/ng-atomic-components-molecules-date-input-field.mjs +22 -18
- package/fesm2022/ng-atomic-components-molecules-date-input-field.mjs.map +1 -1
- package/fesm2022/ng-atomic-components-molecules-date-range-input-field.mjs +14 -18
- package/fesm2022/ng-atomic-components-molecules-date-range-input-field.mjs.map +1 -1
- package/fesm2022/ng-atomic-components-molecules-file-input-field.mjs +25 -26
- 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-grid-item.mjs.map +1 -1
- package/fesm2022/ng-atomic-components-molecules-header.mjs +6 -6
- package/fesm2022/ng-atomic-components-molecules-header.mjs.map +1 -1
- package/fesm2022/ng-atomic-components-molecules-list-item.mjs +10 -10
- package/fesm2022/ng-atomic-components-molecules-list-item.mjs.map +1 -1
- package/fesm2022/ng-atomic-components-molecules-loading-box.mjs +8 -8
- package/fesm2022/ng-atomic-components-molecules-loading-box.mjs.map +1 -1
- package/fesm2022/ng-atomic-components-molecules-navigation-list-item.mjs +8 -8
- package/fesm2022/ng-atomic-components-molecules-navigation-list-item.mjs.map +1 -1
- package/fesm2022/ng-atomic-components-molecules-nested-menu.mjs +7 -4
- package/fesm2022/ng-atomic-components-molecules-nested-menu.mjs.map +1 -1
- package/fesm2022/ng-atomic-components-molecules-select-input-field.mjs +9 -11
- package/fesm2022/ng-atomic-components-molecules-select-input-field.mjs.map +1 -1
- package/fesm2022/ng-atomic-components-molecules-text-column.mjs +56 -113
- package/fesm2022/ng-atomic-components-molecules-text-column.mjs.map +1 -1
- package/fesm2022/ng-atomic-components-molecules-text-input-field.mjs +8 -10
- package/fesm2022/ng-atomic-components-molecules-text-input-field.mjs.map +1 -1
- package/fesm2022/ng-atomic-components-molecules-textarea-field.mjs +7 -8
- package/fesm2022/ng-atomic-components-molecules-textarea-field.mjs.map +1 -1
- package/fesm2022/ng-atomic-components-molecules-thread-message.mjs +134 -0
- package/fesm2022/ng-atomic-components-molecules-thread-message.mjs.map +1 -0
- package/fesm2022/ng-atomic-components-molecules-tree-column.mjs +100 -46
- package/fesm2022/ng-atomic-components-molecules-tree-column.mjs.map +1 -1
- package/fesm2022/ng-atomic-components-molecules.mjs +10 -557
- package/fesm2022/ng-atomic-components-molecules.mjs.map +1 -1
- package/fesm2022/ng-atomic-components-organisms-action-buttons-section.mjs +8 -8
- package/fesm2022/ng-atomic-components-organisms-action-buttons-section.mjs.map +1 -1
- package/fesm2022/ng-atomic-components-organisms-action-input-section.mjs +8 -8
- package/fesm2022/ng-atomic-components-organisms-action-input-section.mjs.map +1 -1
- package/fesm2022/ng-atomic-components-organisms-agreement-input-section.mjs +6 -6
- package/fesm2022/ng-atomic-components-organisms-agreement-input-section.mjs.map +1 -1
- package/fesm2022/ng-atomic-components-organisms-breadcrumb-navbar.mjs +201 -0
- package/fesm2022/ng-atomic-components-organisms-breadcrumb-navbar.mjs.map +1 -0
- package/fesm2022/ng-atomic-components-organisms-card-input-section.mjs +4 -4
- package/fesm2022/ng-atomic-components-organisms-card-input-section.mjs.map +1 -1
- package/fesm2022/ng-atomic-components-organisms-chips-input-section.mjs +6 -6
- 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-cvc-and-exp-input-section.mjs.map +1 -1
- package/fesm2022/ng-atomic-components-organisms-date-input-section.mjs +8 -8
- package/fesm2022/ng-atomic-components-organisms-date-input-section.mjs.map +1 -1
- package/fesm2022/ng-atomic-components-organisms-date-range-input-section.mjs +11 -11
- package/fesm2022/ng-atomic-components-organisms-date-range-input-section.mjs.map +1 -1
- package/fesm2022/ng-atomic-components-organisms-definition-list.mjs +9 -14
- package/fesm2022/ng-atomic-components-organisms-definition-list.mjs.map +1 -1
- package/fesm2022/ng-atomic-components-organisms-file-input-section.mjs +8 -8
- package/fesm2022/ng-atomic-components-organisms-file-input-section.mjs.map +1 -1
- 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 +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-cards-section.mjs.map +1 -1
- package/fesm2022/ng-atomic-components-organisms-grid-toolbar.mjs +7 -7
- package/fesm2022/ng-atomic-components-organisms-grid-toolbar.mjs.map +1 -1
- package/fesm2022/ng-atomic-components-organisms-heading.mjs +5 -5
- package/fesm2022/ng-atomic-components-organisms-heading.mjs.map +1 -1
- package/fesm2022/ng-atomic-components-organisms-image-preview-section.mjs +3 -3
- package/fesm2022/ng-atomic-components-organisms-image-preview-section.mjs.map +1 -1
- package/fesm2022/ng-atomic-components-organisms-list.mjs +11 -10
- package/fesm2022/ng-atomic-components-organisms-list.mjs.map +1 -1
- package/fesm2022/ng-atomic-components-organisms-markdown-preview-section.mjs +6 -6
- package/fesm2022/ng-atomic-components-organisms-markdown-preview-section.mjs.map +1 -1
- package/fesm2022/ng-atomic-components-organisms-menu-footer.mjs +8 -8
- package/fesm2022/ng-atomic-components-organisms-menu-footer.mjs.map +1 -1
- 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 +15 -7
- 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-message-input-section.mjs.map +1 -1
- package/fesm2022/ng-atomic-components-organisms-messages-section.mjs +5 -5
- package/fesm2022/ng-atomic-components-organisms-messages-section.mjs.map +1 -1
- package/fesm2022/ng-atomic-components-organisms-navigation-list.mjs +8 -8
- package/fesm2022/ng-atomic-components-organisms-navigation-list.mjs.map +1 -1
- package/fesm2022/ng-atomic-components-organisms-navigator.mjs +8 -8
- package/fesm2022/ng-atomic-components-organisms-navigator.mjs.map +1 -1
- package/fesm2022/ng-atomic-components-organisms-number-input-section.mjs +8 -8
- package/fesm2022/ng-atomic-components-organisms-number-input-section.mjs.map +1 -1
- package/fesm2022/ng-atomic-components-organisms-paginator.mjs +8 -8
- package/fesm2022/ng-atomic-components-organisms-paginator.mjs.map +1 -1
- package/fesm2022/ng-atomic-components-organisms-password-input-section.mjs +8 -8
- package/fesm2022/ng-atomic-components-organisms-password-input-section.mjs.map +1 -1
- package/fesm2022/ng-atomic-components-organisms-select-input-section.mjs +8 -8
- package/fesm2022/ng-atomic-components-organisms-select-input-section.mjs.map +1 -1
- package/fesm2022/ng-atomic-components-organisms-selection-list.mjs +3 -3
- package/fesm2022/ng-atomic-components-organisms-selection-list.mjs.map +1 -1
- package/fesm2022/ng-atomic-components-organisms-slider-input-section.mjs +8 -8
- package/fesm2022/ng-atomic-components-organisms-slider-input-section.mjs.map +1 -1
- package/fesm2022/ng-atomic-components-organisms-social-login-section.mjs +4 -4
- package/fesm2022/ng-atomic-components-organisms-social-login-section.mjs.map +1 -1
- package/fesm2022/ng-atomic-components-organisms-stripe-input-section.mjs +9 -9
- package/fesm2022/ng-atomic-components-organisms-stripe-input-section.mjs.map +1 -1
- package/fesm2022/ng-atomic-components-organisms-table.mjs +95 -22
- package/fesm2022/ng-atomic-components-organisms-table.mjs.map +1 -1
- package/fesm2022/ng-atomic-components-organisms-terminal.mjs +4 -4
- 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-input-section.mjs.map +1 -1
- package/fesm2022/ng-atomic-components-organisms-text-preview-section.mjs +7 -10
- package/fesm2022/ng-atomic-components-organisms-text-preview-section.mjs.map +1 -1
- package/fesm2022/ng-atomic-components-organisms-textarea-section.mjs +15 -12
- package/fesm2022/ng-atomic-components-organisms-textarea-section.mjs.map +1 -1
- package/fesm2022/ng-atomic-components-organisms-thread-messages-section.mjs +39 -74
- package/fesm2022/ng-atomic-components-organisms-thread-messages-section.mjs.map +1 -1
- package/fesm2022/ng-atomic-components-organisms-time-range-input-section.mjs +3 -3
- package/fesm2022/ng-atomic-components-organisms-time-range-input-section.mjs.map +1 -1
- package/fesm2022/ng-atomic-components-organisms-toolbar.mjs +4 -4
- package/fesm2022/ng-atomic-components-organisms-toolbar.mjs.map +1 -1
- package/fesm2022/ng-atomic-components-organisms-tree-list.mjs +7 -7
- package/fesm2022/ng-atomic-components-organisms-tree-list.mjs.map +1 -1
- 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-vertical-divider.mjs.map +1 -1
- package/fesm2022/ng-atomic-components-organisms-video-section.mjs +15 -15
- package/fesm2022/ng-atomic-components-organisms-video-section.mjs.map +1 -1
- package/fesm2022/ng-atomic-components-organisms.mjs +12 -29
- package/fesm2022/ng-atomic-components-organisms.mjs.map +1 -1
- package/fesm2022/ng-atomic-components-pages-_index.mjs +58 -30
- 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-blank.mjs.map +1 -1
- package/fesm2022/ng-atomic-components-pages-columns.mjs +10 -11
- package/fesm2022/ng-atomic-components-pages-columns.mjs.map +1 -1
- package/fesm2022/ng-atomic-components-pages-form.mjs +20 -18
- 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-terms.mjs.map +1 -1
- package/fesm2022/ng-atomic-components-pages.mjs +7 -5
- package/fesm2022/ng-atomic-components-pages.mjs.map +1 -1
- package/fesm2022/ng-atomic-components-services-global-iframe.mjs +241 -0
- package/fesm2022/ng-atomic-components-services-global-iframe.mjs.map +1 -0
- package/fesm2022/ng-atomic-components-templates-_index.mjs +196 -103
- 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-background.mjs.map +1 -1
- package/fesm2022/ng-atomic-components-templates-code-editor.mjs +8 -8
- package/fesm2022/ng-atomic-components-templates-code-editor.mjs.map +1 -1
- package/fesm2022/ng-atomic-components-templates-columns.mjs +9 -9
- package/fesm2022/ng-atomic-components-templates-columns.mjs.map +1 -1
- package/fesm2022/ng-atomic-components-templates-entrance.mjs +8 -8
- package/fesm2022/ng-atomic-components-templates-entrance.mjs.map +1 -1
- package/fesm2022/ng-atomic-components-templates-file-tree.mjs +4 -4
- package/fesm2022/ng-atomic-components-templates-file-tree.mjs.map +1 -1
- package/fesm2022/ng-atomic-components-templates-form.mjs +34 -21
- package/fesm2022/ng-atomic-components-templates-form.mjs.map +1 -1
- package/fesm2022/ng-atomic-components-templates-icon-button-menu.mjs +12 -10
- package/fesm2022/ng-atomic-components-templates-icon-button-menu.mjs.map +1 -1
- package/fesm2022/ng-atomic-components-templates-loading.mjs +3 -3
- package/fesm2022/ng-atomic-components-templates-loading.mjs.map +1 -1
- package/fesm2022/ng-atomic-components-templates-menu.mjs +8 -8
- package/fesm2022/ng-atomic-components-templates-menu.mjs.map +1 -1
- package/fesm2022/ng-atomic-components-templates-selection.mjs +9 -9
- package/fesm2022/ng-atomic-components-templates-selection.mjs.map +1 -1
- package/fesm2022/ng-atomic-components-templates-settings.mjs +5 -5
- package/fesm2022/ng-atomic-components-templates-settings.mjs.map +1 -1
- package/fesm2022/ng-atomic-components-templates-tab-editor.mjs +4 -4
- package/fesm2022/ng-atomic-components-templates-tab-editor.mjs.map +1 -1
- package/fesm2022/ng-atomic-components-templates-term.mjs +6 -6
- package/fesm2022/ng-atomic-components-templates-term.mjs.map +1 -1
- package/fesm2022/{ng-atomic-components-templates-messages.mjs → ng-atomic-components-templates-thread.mjs} +39 -26
- package/fesm2022/ng-atomic-components-templates-thread.mjs.map +1 -0
- package/fesm2022/ng-atomic-components-templates.mjs +6 -4
- package/fesm2022/ng-atomic-components-templates.mjs.map +1 -1
- package/fesm2022/ng-atomic-components.mjs.map +1 -1
- package/frames/app/index.d.ts +253 -1
- package/frames/auto-layout/index.d.ts +14 -1
- package/frames/breadcrumb-navbar/index.d.ts +48 -0
- package/frames/card/index.d.ts +8 -1
- package/frames/columns/index.d.ts +58 -1
- package/frames/divider/index.d.ts +28 -1
- package/frames/drawer/index.d.ts +31 -1
- package/frames/entrance/index.d.ts +22 -1
- package/frames/fab/index.d.ts +44 -2
- package/frames/horizontal-divider/index.d.ts +28 -0
- package/frames/index.d.ts +15 -1
- package/frames/line-up/index.d.ts +51 -2
- package/frames/loading/index.d.ts +15 -1
- package/frames/overlay/index.d.ts +16 -1
- package/frames/progress-bar/index.d.ts +17 -1
- package/frames/router-outlet/index.d.ts +61 -2
- package/frames/scroll/index.d.ts +12 -1
- package/frames/side-app/index.d.ts +23 -1
- package/frames/side-nav/index.d.ts +58 -1
- package/frames/smart-menu/index.d.ts +16 -1
- package/frames/tabs/index.d.ts +12 -1
- package/frames/toggle/index.d.ts +12 -1
- package/frames/vertical-hide/index.d.ts +9 -1
- package/index.d.ts +5 -1
- package/molecules/action-input-field/index.d.ts +26 -1
- package/molecules/actions-column/index.d.ts +57 -1
- package/molecules/checkbox-column/index.d.ts +42 -1
- package/molecules/chips-input-field/index.d.ts +73 -1
- package/molecules/date-input-field/index.d.ts +22 -1
- package/molecules/date-range-input-field/index.d.ts +20 -1
- package/molecules/file-input-field/index.d.ts +43 -1
- package/molecules/grid-item/index.d.ts +15 -1
- package/molecules/header/index.d.ts +16 -1
- package/molecules/index.d.ts +5 -1
- package/molecules/list-item/index.d.ts +55 -1
- package/molecules/loading-box/index.d.ts +27 -1
- package/molecules/navigation-list-item/index.d.ts +17 -1
- package/molecules/nested-menu/index.d.ts +13 -1
- package/molecules/select-input-field/index.d.ts +26 -1
- package/molecules/text-column/index.d.ts +55 -1
- package/molecules/text-input-field/index.d.ts +24 -1
- package/molecules/textarea-field/index.d.ts +26 -1
- package/molecules/thread-message/index.d.ts +75 -0
- package/molecules/tree-column/index.d.ts +58 -1
- package/organisms/action-buttons-section/index.d.ts +16 -1
- package/organisms/action-input-section/index.d.ts +20 -1
- package/organisms/agreement-input-section/index.d.ts +20 -1
- package/organisms/breadcrumb-navbar/index.d.ts +66 -0
- package/organisms/card-input-section/index.d.ts +12 -1
- package/organisms/chips-input-section/index.d.ts +20 -1
- package/organisms/cvc-and-exp-input-section/index.d.ts +13 -1
- package/organisms/date-input-section/index.d.ts +21 -1
- package/organisms/date-range-input-section/index.d.ts +24 -1
- package/organisms/definition-list/index.d.ts +15 -1
- package/organisms/file-input-section/index.d.ts +28 -1
- package/organisms/filters-section/index.d.ts +23 -1
- package/organisms/graphql-editor/index.d.ts +31 -1
- package/organisms/grid-cards-section/index.d.ts +17 -1
- package/organisms/grid-toolbar/index.d.ts +22 -1
- package/organisms/heading/index.d.ts +9 -1
- package/organisms/image-preview-section/index.d.ts +10 -1
- package/organisms/index.d.ts +5 -1
- package/organisms/list/index.d.ts +55 -1
- package/organisms/markdown-preview-section/index.d.ts +14 -1
- package/organisms/menu-footer/index.d.ts +21 -1
- package/organisms/menu-header/index.d.ts +27 -1
- package/organisms/mermaid-section/index.d.ts +17 -1
- package/organisms/message-input-section/index.d.ts +17 -1
- package/organisms/messages-section/index.d.ts +14 -1
- package/organisms/navigation-list/index.d.ts +16 -1
- package/organisms/navigator/index.d.ts +38 -1
- package/organisms/number-input-section/index.d.ts +22 -1
- package/organisms/paginator/index.d.ts +27 -1
- package/organisms/password-input-section/index.d.ts +22 -1
- package/organisms/select-input-section/index.d.ts +25 -1
- package/organisms/selection-list/index.d.ts +20 -1
- package/organisms/slider-input-section/index.d.ts +32 -1
- package/organisms/social-login-section/index.d.ts +10 -1
- package/organisms/stripe-input-section/index.d.ts +180 -1
- package/organisms/table/index.d.ts +167 -3
- package/organisms/terminal/index.d.ts +13 -1
- package/organisms/text-input-section/index.d.ts +22 -1
- package/organisms/text-preview-section/index.d.ts +18 -1
- package/organisms/textarea-section/index.d.ts +28 -1
- package/organisms/thread-messages-section/index.d.ts +24 -1
- package/organisms/time-range-input-section/index.d.ts +13 -1
- package/organisms/toolbar/index.d.ts +16 -1
- package/organisms/tree-list/index.d.ts +39 -1
- package/organisms/tree-section/index.d.ts +52 -1
- package/organisms/vertical-divider/index.d.ts +8 -1
- package/organisms/video-section/index.d.ts +45 -1
- package/package.json +35 -11
- package/pages/_index/index.d.ts +344 -1
- package/pages/blank/index.d.ts +13 -3
- package/pages/columns/index.d.ts +66 -1
- package/pages/form/index.d.ts +253 -1
- package/pages/index.d.ts +21 -1
- package/pages/terms/index.d.ts +63 -1
- package/services/global-iframe/index.d.ts +69 -0
- package/styles/styles.scss +2 -1
- package/templates/_index/index.d.ts +316 -1
- package/templates/background/index.d.ts +14 -1
- package/templates/code-editor/index.d.ts +26 -1
- package/templates/columns/index.d.ts +69 -1
- package/templates/entrance/index.d.ts +35 -1
- package/templates/file-tree/index.d.ts +27 -1
- package/templates/form/index.d.ts +114 -2
- package/templates/icon-button-menu/index.d.ts +17 -1
- package/templates/index.d.ts +64 -1
- package/templates/loading/index.d.ts +8 -1
- package/templates/menu/index.d.ts +16 -1
- package/templates/selection/index.d.ts +29 -1
- package/templates/settings/index.d.ts +18 -1
- package/templates/tab-editor/index.d.ts +11 -1
- package/templates/term/index.d.ts +27 -1
- package/templates/thread/index.d.ts +36 -0
- package/atoms/atoms.module.d.ts +0 -17
- package/atoms/badge/badge.atom.d.ts +0 -6
- package/atoms/chips-input/chips-input.atom.d.ts +0 -20
- package/atoms/icon/icon.atom.d.ts +0 -12
- package/atoms/menu-button/menu-button.atom.d.ts +0 -22
- package/components.module.d.ts +0 -2
- package/extras/editor/editor.component.d.ts +0 -32
- package/extras/extras.module.d.ts +0 -10
- package/fesm2022/ng-atomic-components-frames-scroll-v2.mjs +0 -6
- package/fesm2022/ng-atomic-components-frames-scroll-v2.mjs.map +0 -1
- package/fesm2022/ng-atomic-components-templates-messages.mjs.map +0 -1
- package/frames/app/app.frame.d.ts +0 -150
- package/frames/auto-layout/auto-layout.frame.d.ts +0 -11
- package/frames/card/card.frame.d.ts +0 -5
- package/frames/columns/columns.frame.d.ts +0 -54
- package/frames/divider/divider.frame.d.ts +0 -26
- package/frames/drawer/drawer.frame.d.ts +0 -15
- package/frames/entrance/entrance.frame.d.ts +0 -19
- package/frames/fab/fab.frame.d.ts +0 -30
- package/frames/fab/fab.service.d.ts +0 -12
- package/frames/frames.module.d.ts +0 -12
- package/frames/line-up/line-up.animations.d.ts +0 -1
- package/frames/line-up/line-up.frame.d.ts +0 -27
- package/frames/line-up/line-up.service.d.ts +0 -22
- package/frames/line-up/resize-observer.d.ts +0 -3
- package/frames/loading/loading.frame.d.ts +0 -12
- package/frames/overlay/overlay.frame.d.ts +0 -13
- package/frames/progress-bar/progress-bar.frame.d.ts +0 -14
- package/frames/router-outlet/router-outlet.frame.d.ts +0 -50
- package/frames/router-outlet/router-outlet.helper.d.ts +0 -6
- package/frames/scroll/scroll.frame.d.ts +0 -9
- package/frames/scroll-v2/index.d.ts +0 -1
- package/frames/side-app/side-app.frame.d.ts +0 -20
- package/frames/side-nav/side-nav.frame.d.ts +0 -51
- package/frames/smart-menu/smart-menu.frame.d.ts +0 -13
- package/frames/tabs/tabs.frame.d.ts +0 -10
- package/frames/toggle/toggle.frame.d.ts +0 -9
- package/frames/vertical-hide/vertical-hide.frame.d.ts +0 -6
- package/molecules/action-input-field/action-input-field.molecule.d.ts +0 -24
- package/molecules/actions-column/actions-column.molecule.d.ts +0 -53
- package/molecules/checkbox-column/checkbox-column.molecule.d.ts +0 -40
- package/molecules/chips-input-field/chips-input-field.molecule.d.ts +0 -68
- package/molecules/date-input-field/date-input-field.molecule.d.ts +0 -19
- package/molecules/date-range-input-field/date-range-input-field.molecule.d.ts +0 -19
- package/molecules/file-input-field/file-input-field.molecule.d.ts +0 -43
- package/molecules/grid-item/grid-item.molecule.d.ts +0 -13
- package/molecules/header/header.molecule.d.ts +0 -13
- package/molecules/list-item/list-item.molecule.d.ts +0 -51
- package/molecules/loading-box/loading-box.molecule.d.ts +0 -23
- package/molecules/molecules.module.d.ts +0 -54
- package/molecules/navigation-list-item/navigation-list-item.molecule.d.ts +0 -15
- package/molecules/nested-menu/nested-menu.molecule.d.ts +0 -10
- package/molecules/select-input-field/select-input-field.molecule.d.ts +0 -22
- package/molecules/text-column/text-column.molecule.d.ts +0 -59
- package/molecules/text-input-field/text-input-field.molecule.d.ts +0 -21
- package/molecules/textarea-field/textarea-field.molecule.d.ts +0 -23
- package/molecules/tree-column/tree-column.molecule.d.ts +0 -42
- package/organisms/action-buttons-section/action-buttons-section.organism.d.ts +0 -13
- package/organisms/action-input-section/action-input-section.organism.d.ts +0 -18
- package/organisms/agreement-input-section/agreement-input-section.organism.d.ts +0 -17
- package/organisms/card-input-section/card-input-section.organism.d.ts +0 -9
- package/organisms/chips-input-section/chips-input-section.organism.d.ts +0 -17
- package/organisms/cvc-and-exp-input-section/cvc-and-exp-input-section.organism.d.ts +0 -10
- package/organisms/date-input-section/date-input-section.organism.d.ts +0 -18
- package/organisms/date-range-input-section/date-range-input-section.organism.d.ts +0 -21
- package/organisms/definition-list/definition-list.organism.d.ts +0 -12
- package/organisms/file-input-section/file-input-section.organism.d.ts +0 -26
- package/organisms/filters-section/filters-section.organism.d.ts +0 -20
- package/organisms/graphql-editor/graphql-editor.organism.d.ts +0 -29
- package/organisms/grid-cards-section/grid-cards-section.organism.d.ts +0 -15
- package/organisms/grid-toolbar/grid-toolbar.organism.d.ts +0 -19
- package/organisms/heading/heading.organism.d.ts +0 -6
- package/organisms/image-preview-section/image-preview-section.organism.d.ts +0 -7
- package/organisms/list/list.organism.d.ts +0 -50
- package/organisms/markdown-preview-section/markdown-preview-section.organism.d.ts +0 -11
- package/organisms/menu-footer/menu-footer.organism.d.ts +0 -18
- package/organisms/menu-header/menu-header.organism.d.ts +0 -23
- package/organisms/mermaid-section/mermaid-section.organism.d.ts +0 -14
- package/organisms/message-input-section/message-input-section.organism.d.ts +0 -14
- package/organisms/messages-section/messages-section.organism.d.ts +0 -11
- package/organisms/navigation-list/navigation-list.organism.d.ts +0 -14
- package/organisms/navigator/navigator.organism.d.ts +0 -35
- package/organisms/number-input-section/number-input-section.organism.d.ts +0 -19
- package/organisms/organisms.module.d.ts +0 -120
- package/organisms/paginator/paginator.organism.d.ts +0 -24
- package/organisms/password-input-section/password-input-section.organism.d.ts +0 -19
- package/organisms/select-input-section/select-input-section.organism.d.ts +0 -22
- package/organisms/selection-list/selection-list.organism.d.ts +0 -19
- package/organisms/slider-input-section/slider-input-section.organism.d.ts +0 -28
- package/organisms/social-login-section/social-login-section.organism.d.ts +0 -7
- package/organisms/stripe-input-section/stripe-input-section.organism.d.ts +0 -172
- package/organisms/table/table.helpers.d.ts +0 -44
- package/organisms/table/table.organism.d.ts +0 -105
- package/organisms/terminal/terminal.organism.d.ts +0 -10
- package/organisms/text-input-section/text-input-section.organism.d.ts +0 -19
- package/organisms/text-preview-section/text-preview-section.organism.d.ts +0 -15
- package/organisms/textarea-section/textarea-section.organism.d.ts +0 -20
- package/organisms/thread-messages-section/thread-messages-section.organism.d.ts +0 -14
- package/organisms/time-range-input-section/time-range-input-section.organism.d.ts +0 -9
- package/organisms/toolbar/toolbar.organism.d.ts +0 -15
- package/organisms/tree-list/tree-list.organism.d.ts +0 -33
- package/organisms/tree-section/tree-section.organism.d.ts +0 -49
- package/organisms/vertical-divider/vertical-divider.organism.d.ts +0 -5
- package/organisms/video-section/video-section.organism.d.ts +0 -41
- package/pages/_index/index.page.d.ts +0 -219
- package/pages/blank/blank.page.d.ts +0 -5
- package/pages/blank/blank.route.d.ts +0 -2
- package/pages/blank/blank.routes.d.ts +0 -2
- package/pages/columns/columns.page.d.ts +0 -63
- package/pages/form/form.page.d.ts +0 -162
- package/pages/pages.module.d.ts +0 -11
- package/pages/terms/terms.page.d.ts +0 -60
- package/templates/_index/index.template.d.ts +0 -296
- package/templates/background/background.template.d.ts +0 -11
- package/templates/code-editor/code-editor.template.d.ts +0 -24
- package/templates/columns/columns.template.d.ts +0 -64
- package/templates/entrance/entrance.template.d.ts +0 -33
- package/templates/file-tree/file-tree.template.d.ts +0 -24
- package/templates/form/form.builder.d.ts +0 -40
- package/templates/form/form.template.d.ts +0 -74
- package/templates/icon-button-menu/icon-button-menu.template.d.ts +0 -14
- package/templates/loading/loading.template.d.ts +0 -5
- package/templates/menu/menu.template.d.ts +0 -15
- package/templates/messages/index.d.ts +0 -1
- package/templates/messages/messages.template.d.ts +0 -33
- package/templates/selection/selection.template.d.ts +0 -28
- package/templates/settings/settings.template.d.ts +0 -16
- package/templates/tab-editor/tab-editor.template.d.ts +0 -8
- package/templates/templates.module.d.ts +0 -54
- package/templates/term/term.template.d.ts +0 -25
|
@@ -1,296 +0,0 @@
|
|
|
1
|
-
import { Action, Actions, InjectableComponent } from '@ng-atomic/core';
|
|
2
|
-
import { DividerFrame } from '@ng-atomic/components/frames/divider';
|
|
3
|
-
import { SelectionModel } from '@angular/cdk/collections';
|
|
4
|
-
import { NgAtomicComponent } from '@ng-atomic/core';
|
|
5
|
-
import { UIContext } from '@ng-atomic/common/services/ui';
|
|
6
|
-
import { IndexPipe } from '@ng-atomic/common/pipes/index';
|
|
7
|
-
import { IndexLengthPipe } from '@ng-atomic/common/pipes/index-length';
|
|
8
|
-
import { FormControl, FormGroup } from '@angular/forms';
|
|
9
|
-
import { FlatTreeControl } from '@angular/cdk/tree';
|
|
10
|
-
import { FormFieldMap } from '@ng-atomic/common/pipes/smart-field';
|
|
11
|
-
import * as i0 from "@angular/core";
|
|
12
|
-
export declare enum ActionId {
|
|
13
|
-
BACK = "[@ng-atomic/components/templates/index] Back",
|
|
14
|
-
TABLE_HEADER_CLICK = "[@ng-atomic/components/templates/index] Table Header Click",
|
|
15
|
-
TABLE_HEADER_CHECKBOX_CLICK = "[@ng-atomic/components/templates/index] Table Header Checkbox Click",
|
|
16
|
-
TABLE_CHECKBOX_CLICK = "[@ng-atomic/components/templates/index] Table Checkbox Click",
|
|
17
|
-
ITEM_CLICK = "[@ng-atomic/components/templates/index] Item Click",
|
|
18
|
-
DETAIL = "[@ng-atomic/components/templates/index] Detail",
|
|
19
|
-
LIST_ITEM_BUTTON_CLICKED = "[@ng-atomic/components/templates/index] List Item Button Clicked",
|
|
20
|
-
TOGGLE_TYPE = "[@ng-atomic/components/templates/index] Toggle Type"
|
|
21
|
-
}
|
|
22
|
-
export interface IndexTemplateConfig<T extends {
|
|
23
|
-
id: string;
|
|
24
|
-
} = any> {
|
|
25
|
-
form: FormGroup;
|
|
26
|
-
gridToolbarActions: Action[];
|
|
27
|
-
navStartActions: Actions;
|
|
28
|
-
navEndActions: Actions;
|
|
29
|
-
itemActions: Actions;
|
|
30
|
-
title: string;
|
|
31
|
-
description: string;
|
|
32
|
-
items: T[];
|
|
33
|
-
tableChildrenKey: keyof T;
|
|
34
|
-
groupedBy: keyof T | null;
|
|
35
|
-
groupKeys: string[];
|
|
36
|
-
type: 'list' | 'table' | 'grid';
|
|
37
|
-
toggleActions: Actions;
|
|
38
|
-
pageSizeOptions: number[];
|
|
39
|
-
width: string;
|
|
40
|
-
selection: SelectionModel<string>;
|
|
41
|
-
highlight: SelectionModel<string>;
|
|
42
|
-
}
|
|
43
|
-
export declare function getType(context: UIContext): "list" | "table";
|
|
44
|
-
export interface ItemsMap<T> {
|
|
45
|
-
[key: string]: {
|
|
46
|
-
items: T[];
|
|
47
|
-
itemsLength: number;
|
|
48
|
-
type?: 'list' | 'table' | 'grid';
|
|
49
|
-
childrenKey?: string;
|
|
50
|
-
treeControl?: FlatTreeControl<T>;
|
|
51
|
-
groupedBy?: string;
|
|
52
|
-
groupKeys?: string[];
|
|
53
|
-
itemActions?: Actions;
|
|
54
|
-
form?: FormGroup;
|
|
55
|
-
selection?: SelectionModel<string>;
|
|
56
|
-
highlight?: SelectionModel<string>;
|
|
57
|
-
tableIsHidden?: (item: T) => boolean;
|
|
58
|
-
pageSizeOptions?: number[];
|
|
59
|
-
};
|
|
60
|
-
}
|
|
61
|
-
export declare function convertToItemsMap<T>(items: any): ItemsMap<T>;
|
|
62
|
-
export declare class IndexTemplateStore<T extends {
|
|
63
|
-
id: string;
|
|
64
|
-
}> extends InjectableComponent {
|
|
65
|
-
static readonly ActionId: typeof ActionId;
|
|
66
|
-
static readonly Config: {
|
|
67
|
-
provide(useFactory?: import("@ng-atomic/common/services/ui").ReducerFactory<{
|
|
68
|
-
form: FormGroup<{
|
|
69
|
-
query: import("@angular/forms").FormControl<string>;
|
|
70
|
-
page: import("@angular/forms").FormGroup<{
|
|
71
|
-
size: import("@angular/forms").FormControl<number>;
|
|
72
|
-
index: import("@angular/forms").FormControl<number>;
|
|
73
|
-
length: import("@angular/forms").FormControl<number>;
|
|
74
|
-
}>;
|
|
75
|
-
sort: import("@angular/forms").FormGroup<{
|
|
76
|
-
key: import("@angular/forms").FormControl<string>;
|
|
77
|
-
order: import("@angular/forms").FormControl<"asc" | "desc">;
|
|
78
|
-
}>;
|
|
79
|
-
columns: import("@angular/forms").FormGroup<{
|
|
80
|
-
ids: import("@angular/forms").FormControl<string[]>;
|
|
81
|
-
map: import("@angular/forms").FormGroup<{}>;
|
|
82
|
-
}>;
|
|
83
|
-
}>;
|
|
84
|
-
toggleActions: Action[];
|
|
85
|
-
gridToolbarActions: Action[];
|
|
86
|
-
tableChildrenKey: string;
|
|
87
|
-
tableIsHidden: (item: any) => false;
|
|
88
|
-
tableTreeControl: FlatTreeControl<any, any>;
|
|
89
|
-
itemActions: (item: any) => {
|
|
90
|
-
id: ActionId;
|
|
91
|
-
icon: string;
|
|
92
|
-
payload: any;
|
|
93
|
-
}[];
|
|
94
|
-
items: any[];
|
|
95
|
-
itemsLength: number;
|
|
96
|
-
title: string;
|
|
97
|
-
titleControl: FormControl<string>;
|
|
98
|
-
titleEditable: boolean;
|
|
99
|
-
description: string;
|
|
100
|
-
navStartActions: Action<any>[];
|
|
101
|
-
navEndActions: any[];
|
|
102
|
-
groupedBy: string;
|
|
103
|
-
groupKeys: string[];
|
|
104
|
-
type: "table" | "list" | "grid";
|
|
105
|
-
pageSizeOptions: number[];
|
|
106
|
-
selection: SelectionModel<string>;
|
|
107
|
-
highlight: SelectionModel<string>;
|
|
108
|
-
queryLabel: string;
|
|
109
|
-
}>, label?: string): import("@angular/core").Provider;
|
|
110
|
-
inject(): import("@angular/core").Signal<{
|
|
111
|
-
form: FormGroup<{
|
|
112
|
-
query: import("@angular/forms").FormControl<string>;
|
|
113
|
-
page: import("@angular/forms").FormGroup<{
|
|
114
|
-
size: import("@angular/forms").FormControl<number>;
|
|
115
|
-
index: import("@angular/forms").FormControl<number>;
|
|
116
|
-
length: import("@angular/forms").FormControl<number>;
|
|
117
|
-
}>;
|
|
118
|
-
sort: import("@angular/forms").FormGroup<{
|
|
119
|
-
key: import("@angular/forms").FormControl<string>;
|
|
120
|
-
order: import("@angular/forms").FormControl<"asc" | "desc">;
|
|
121
|
-
}>;
|
|
122
|
-
columns: import("@angular/forms").FormGroup<{
|
|
123
|
-
ids: import("@angular/forms").FormControl<string[]>;
|
|
124
|
-
map: import("@angular/forms").FormGroup<{}>;
|
|
125
|
-
}>;
|
|
126
|
-
}>;
|
|
127
|
-
toggleActions: Action[];
|
|
128
|
-
gridToolbarActions: Action[];
|
|
129
|
-
tableChildrenKey: string;
|
|
130
|
-
tableIsHidden: (item: any) => false;
|
|
131
|
-
tableTreeControl: FlatTreeControl<any, any>;
|
|
132
|
-
itemActions: (item: any) => {
|
|
133
|
-
id: ActionId;
|
|
134
|
-
icon: string;
|
|
135
|
-
payload: any;
|
|
136
|
-
}[];
|
|
137
|
-
items: any[];
|
|
138
|
-
itemsLength: number;
|
|
139
|
-
title: string;
|
|
140
|
-
titleControl: FormControl<string>;
|
|
141
|
-
titleEditable: boolean;
|
|
142
|
-
description: string;
|
|
143
|
-
navStartActions: Action<any>[];
|
|
144
|
-
navEndActions: any[];
|
|
145
|
-
groupedBy: string;
|
|
146
|
-
groupKeys: string[];
|
|
147
|
-
type: "table" | "list" | "grid";
|
|
148
|
-
pageSizeOptions: number[];
|
|
149
|
-
selection: SelectionModel<string>;
|
|
150
|
-
highlight: SelectionModel<string>;
|
|
151
|
-
queryLabel: string;
|
|
152
|
-
}>;
|
|
153
|
-
};
|
|
154
|
-
static provideTypeConfig(): import("@angular/core").Provider;
|
|
155
|
-
readonly config: import("@angular/core").Signal<{
|
|
156
|
-
form: FormGroup<{
|
|
157
|
-
query: import("@angular/forms").FormControl<string>;
|
|
158
|
-
page: import("@angular/forms").FormGroup<{
|
|
159
|
-
size: import("@angular/forms").FormControl<number>;
|
|
160
|
-
index: import("@angular/forms").FormControl<number>;
|
|
161
|
-
length: import("@angular/forms").FormControl<number>;
|
|
162
|
-
}>;
|
|
163
|
-
sort: import("@angular/forms").FormGroup<{
|
|
164
|
-
key: import("@angular/forms").FormControl<string>;
|
|
165
|
-
order: import("@angular/forms").FormControl<"asc" | "desc">;
|
|
166
|
-
}>;
|
|
167
|
-
columns: import("@angular/forms").FormGroup<{
|
|
168
|
-
ids: import("@angular/forms").FormControl<string[]>;
|
|
169
|
-
map: import("@angular/forms").FormGroup<{}>;
|
|
170
|
-
}>;
|
|
171
|
-
}>;
|
|
172
|
-
toggleActions: Action[];
|
|
173
|
-
gridToolbarActions: Action[];
|
|
174
|
-
tableChildrenKey: string;
|
|
175
|
-
tableIsHidden: (item: any) => false;
|
|
176
|
-
tableTreeControl: FlatTreeControl<any, any>;
|
|
177
|
-
itemActions: (item: any) => {
|
|
178
|
-
id: ActionId;
|
|
179
|
-
icon: string;
|
|
180
|
-
payload: any;
|
|
181
|
-
}[];
|
|
182
|
-
items: any[];
|
|
183
|
-
itemsLength: number;
|
|
184
|
-
title: string;
|
|
185
|
-
titleControl: FormControl<string>;
|
|
186
|
-
titleEditable: boolean;
|
|
187
|
-
description: string;
|
|
188
|
-
navStartActions: Action<any>[];
|
|
189
|
-
navEndActions: any[];
|
|
190
|
-
groupedBy: string;
|
|
191
|
-
groupKeys: string[];
|
|
192
|
-
type: "table" | "list" | "grid";
|
|
193
|
-
pageSizeOptions: number[];
|
|
194
|
-
selection: SelectionModel<string>;
|
|
195
|
-
highlight: SelectionModel<string>;
|
|
196
|
-
queryLabel: string;
|
|
197
|
-
}>;
|
|
198
|
-
readonly isPlatformServer: boolean;
|
|
199
|
-
readonly form: import("@angular/core").InputSignal<FormGroup<{
|
|
200
|
-
query: import("@angular/forms").FormControl<string>;
|
|
201
|
-
page: import("@angular/forms").FormGroup<{
|
|
202
|
-
size: import("@angular/forms").FormControl<number>;
|
|
203
|
-
index: import("@angular/forms").FormControl<number>;
|
|
204
|
-
length: import("@angular/forms").FormControl<number>;
|
|
205
|
-
}>;
|
|
206
|
-
sort: import("@angular/forms").FormGroup<{
|
|
207
|
-
key: import("@angular/forms").FormControl<string>;
|
|
208
|
-
order: import("@angular/forms").FormControl<"asc" | "desc">;
|
|
209
|
-
}>;
|
|
210
|
-
columns: import("@angular/forms").FormGroup<{
|
|
211
|
-
ids: import("@angular/forms").FormControl<string[]>;
|
|
212
|
-
map: import("@angular/forms").FormGroup<{}>;
|
|
213
|
-
}>;
|
|
214
|
-
}>>;
|
|
215
|
-
readonly gridToolbarActions: import("@angular/core").InputSignal<Action<any>[]>;
|
|
216
|
-
readonly toggleActions: import("@angular/core").InputSignal<Action<any>[]>;
|
|
217
|
-
readonly tableChildrenKey: import("@angular/core").InputSignal<string>;
|
|
218
|
-
readonly tableIsHidden: import("@angular/core").InputSignal<(item: any) => false>;
|
|
219
|
-
readonly tableTreeControl: import("@angular/core").InputSignal<FlatTreeControl<any, any>>;
|
|
220
|
-
readonly tableColumnFormFieldMap: import("@angular/core").InputSignal<FormFieldMap>;
|
|
221
|
-
readonly itemActions: import("@angular/core").InputSignal<(item: any) => {
|
|
222
|
-
id: ActionId;
|
|
223
|
-
icon: string;
|
|
224
|
-
payload: any;
|
|
225
|
-
}[]>;
|
|
226
|
-
readonly title: import("@angular/core").InputSignal<string>;
|
|
227
|
-
readonly titleControl: import("@angular/core").InputSignal<FormControl<string>>;
|
|
228
|
-
readonly titleEditable: import("@angular/core").InputSignal<boolean>;
|
|
229
|
-
readonly description: import("@angular/core").InputSignal<string>;
|
|
230
|
-
readonly items: import("@angular/core").InputSignal<T[]>;
|
|
231
|
-
readonly itemsMap: import("@angular/core").InputSignal<ItemsMap<T>>;
|
|
232
|
-
readonly itemsMapKeys: import("@angular/core").InputSignal<string[]>;
|
|
233
|
-
readonly itemsLength: import("@angular/core").InputSignal<number>;
|
|
234
|
-
readonly navStartActions: import("@angular/core").InputSignal<Action<any>[]>;
|
|
235
|
-
readonly navEndActions: import("@angular/core").InputSignal<any[]>;
|
|
236
|
-
readonly groupedBy: import("@angular/core").InputSignal<string>;
|
|
237
|
-
readonly groupKeys: import("@angular/core").InputSignal<string[]>;
|
|
238
|
-
readonly pageSizeOptions: import("@angular/core").InputSignal<number[]>;
|
|
239
|
-
readonly type: import("@angular/core").InputSignal<"list" | "table" | "grid">;
|
|
240
|
-
readonly selection: import("@angular/core").InputSignal<SelectionModel<string>>;
|
|
241
|
-
readonly highlight: import("@angular/core").InputSignal<SelectionModel<string>>;
|
|
242
|
-
readonly queryLabel: import("@angular/core").InputSignal<string>;
|
|
243
|
-
readonly navMode: import("@angular/core").InputSignal<string>;
|
|
244
|
-
readonly form$: import("rxjs").Observable<FormGroup<{
|
|
245
|
-
query: import("@angular/forms").FormControl<string>;
|
|
246
|
-
page: import("@angular/forms").FormGroup<{
|
|
247
|
-
size: import("@angular/forms").FormControl<number>;
|
|
248
|
-
index: import("@angular/forms").FormControl<number>;
|
|
249
|
-
length: import("@angular/forms").FormControl<number>;
|
|
250
|
-
}>;
|
|
251
|
-
sort: import("@angular/forms").FormGroup<{
|
|
252
|
-
key: import("@angular/forms").FormControl<string>;
|
|
253
|
-
order: import("@angular/forms").FormControl<"asc" | "desc">;
|
|
254
|
-
}>;
|
|
255
|
-
columns: import("@angular/forms").FormGroup<{
|
|
256
|
-
ids: import("@angular/forms").FormControl<string[]>;
|
|
257
|
-
map: import("@angular/forms").FormGroup<{}>;
|
|
258
|
-
}>;
|
|
259
|
-
}>>;
|
|
260
|
-
readonly formValue: import("@angular/core").Signal<Partial<{
|
|
261
|
-
query: string;
|
|
262
|
-
page: Partial<{
|
|
263
|
-
size: number;
|
|
264
|
-
index: number;
|
|
265
|
-
length: number;
|
|
266
|
-
}>;
|
|
267
|
-
sort: Partial<{
|
|
268
|
-
key: string;
|
|
269
|
-
order: "asc" | "desc";
|
|
270
|
-
}>;
|
|
271
|
-
columns: Partial<{
|
|
272
|
-
ids: string[];
|
|
273
|
-
map: Partial<{}>;
|
|
274
|
-
}>;
|
|
275
|
-
}>>;
|
|
276
|
-
readonly pipes: {
|
|
277
|
-
index: IndexPipe<any>;
|
|
278
|
-
indexLength: IndexLengthPipe<any>;
|
|
279
|
-
};
|
|
280
|
-
static ɵfac: i0.ɵɵFactoryDeclaration<IndexTemplateStore<any>, never>;
|
|
281
|
-
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; }; "tableColumnFormFieldMap": { "alias": "tableColumnFormFieldMap"; "required": false; "isSignal": true; }; "itemActions": { "alias": "itemActions"; "required": false; "isSignal": true; }; "title": { "alias": "title"; "required": false; "isSignal": true; }; "titleControl": { "alias": "titleControl"; "required": false; "isSignal": true; }; "titleEditable": { "alias": "titleEditable"; "required": false; "isSignal": true; }; "description": { "alias": "description"; "required": false; "isSignal": true; }; "items": { "alias": "items"; "required": false; "isSignal": true; }; "itemsMap": { "alias": "itemsMap"; "required": false; "isSignal": true; }; "itemsMapKeys": { "alias": "itemsMapKeys"; "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; }; "navMode": { "alias": "navMode"; "required": false; "isSignal": true; }; }, {}, never, never, true, never>;
|
|
282
|
-
}
|
|
283
|
-
export declare class IndexTemplate<T> extends NgAtomicComponent {
|
|
284
|
-
static ActionId: typeof ActionId;
|
|
285
|
-
protected ActionId: typeof ActionId;
|
|
286
|
-
protected store: IndexTemplateStore<any>;
|
|
287
|
-
readonly dividerFrame: import("@angular/core").Signal<DividerFrame>;
|
|
288
|
-
protected onTableHeaderClick(column: string): void;
|
|
289
|
-
protected onCheckboxClickItem(item: T): void;
|
|
290
|
-
protected onItemClicked(item: T): void;
|
|
291
|
-
protected onItemButtonClicked(item: T): void;
|
|
292
|
-
protected onHeaderCheckboxClick(): void;
|
|
293
|
-
protected back(): void;
|
|
294
|
-
static ɵfac: i0.ɵɵFactoryDeclaration<IndexTemplate<any>, never>;
|
|
295
|
-
static ɵcmp: i0.ɵɵComponentDeclaration<IndexTemplate<any>, "templates-index", never, {}, {}, never, ["[navDashboard]", "[dashboard]"], true, [{ directive: typeof IndexTemplateStore; inputs: { "gridToolbarActions": "gridToolbarActions"; "tableChildrenKey": "tableChildrenKey"; "tableIsHidden": "tableIsHidden"; "tableTreeControl": "tableTreeControl"; "tableColumnFormFieldMap": "tableColumnFormFieldMap"; "form": "form"; "title": "title"; "titleControl": "titleControl"; "titleEditable": "titleEditable"; "description": "description"; "items": "items"; "itemsMap": "itemsMap"; "itemsLength": "itemsLength"; "itemActions": "itemActions"; "navStartActions": "navStartActions"; "navEndActions": "navEndActions"; "navMode": "navMode"; "groupedBy": "groupedBy"; "groupKeys": "groupKeys"; "selection": "selection"; "pageSizeOptions": "pageSizeOptions"; "type": "type"; "highlight": "highlight"; "queryLabel": "queryLabel"; }; outputs: {}; }]>;
|
|
296
|
-
}
|
|
@@ -1,11 +0,0 @@
|
|
|
1
|
-
import { InjectableComponent } from '@ng-atomic/core';
|
|
2
|
-
import * as i0 from "@angular/core";
|
|
3
|
-
export declare class BackgroundTemplateStore extends InjectableComponent {
|
|
4
|
-
static ɵfac: i0.ɵɵFactoryDeclaration<BackgroundTemplateStore, never>;
|
|
5
|
-
static ɵdir: i0.ɵɵDirectiveDeclaration<BackgroundTemplateStore, "templates-background", never, {}, {}, never, never, true, never>;
|
|
6
|
-
}
|
|
7
|
-
export declare class BackgroundTemplate {
|
|
8
|
-
protected store: BackgroundTemplateStore;
|
|
9
|
-
static ɵfac: i0.ɵɵFactoryDeclaration<BackgroundTemplate, never>;
|
|
10
|
-
static ɵcmp: i0.ɵɵComponentDeclaration<BackgroundTemplate, "templates-background", never, {}, {}, never, never, true, [{ directive: typeof BackgroundTemplateStore; inputs: {}; outputs: {}; }]>;
|
|
11
|
-
}
|
|
@@ -1,24 +0,0 @@
|
|
|
1
|
-
import { Actions, NgAtomicComponent } from '@ng-atomic/core';
|
|
2
|
-
import { EditorComponent } from '@ng-atomic/components/extras/editor';
|
|
3
|
-
import { Extension } from '@codemirror/state';
|
|
4
|
-
import * as i0 from "@angular/core";
|
|
5
|
-
declare enum ActionId {
|
|
6
|
-
UPDATE_FILE = "[@matcher/assistant/templates/code-editor] update file"
|
|
7
|
-
}
|
|
8
|
-
export declare class CodeEditorTemplateStore {
|
|
9
|
-
content: import("@angular/core").ModelSignal<string>;
|
|
10
|
-
readonly extensions: import("@angular/core").InputSignal<Extension[]>;
|
|
11
|
-
readonly navStartActions: import("@angular/core").InputSignal<Actions>;
|
|
12
|
-
readonly navEndActions: import("@angular/core").InputSignal<Actions>;
|
|
13
|
-
readonly title: import("@angular/core").InputSignal<string>;
|
|
14
|
-
static ɵfac: i0.ɵɵFactoryDeclaration<CodeEditorTemplateStore, never>;
|
|
15
|
-
static ɵdir: i0.ɵɵDirectiveDeclaration<CodeEditorTemplateStore, "templates-code-editor", never, { "content": { "alias": "content"; "required": false; "isSignal": true; }; "extensions": { "alias": "extensions"; "required": false; "isSignal": true; }; "navStartActions": { "alias": "navStartActions"; "required": false; "isSignal": true; }; "navEndActions": { "alias": "navEndActions"; "required": false; "isSignal": true; }; "title": { "alias": "title"; "required": false; "isSignal": true; }; }, { "content": "contentChange"; }, never, never, true, never>;
|
|
16
|
-
}
|
|
17
|
-
export declare class CodeEditorTemplate extends NgAtomicComponent {
|
|
18
|
-
static ActionId: typeof ActionId;
|
|
19
|
-
protected store: CodeEditorTemplateStore;
|
|
20
|
-
readonly editor: import("@angular/core").Signal<EditorComponent>;
|
|
21
|
-
static ɵfac: i0.ɵɵFactoryDeclaration<CodeEditorTemplate, never>;
|
|
22
|
-
static ɵcmp: i0.ɵɵComponentDeclaration<CodeEditorTemplate, "templates-code-editor", never, {}, {}, never, never, true, [{ directive: typeof CodeEditorTemplateStore; inputs: { "content": "content"; "extensions": "extensions"; "navStartActions": "navStartActions"; "navEndActions": "navEndActions"; "title": "title"; }; outputs: { "contentChange": "contentChange"; }; }]>;
|
|
23
|
-
}
|
|
24
|
-
export {};
|
|
@@ -1,64 +0,0 @@
|
|
|
1
|
-
import { CdkDragDrop } from '@angular/cdk/drag-drop';
|
|
2
|
-
import { MatSlideToggleChange } from '@angular/material/slide-toggle';
|
|
3
|
-
import { InjectableComponent, NgAtomicComponent } from '@ng-atomic/core';
|
|
4
|
-
import * as i0 from "@angular/core";
|
|
5
|
-
export declare class ColumnsTemplateStore extends InjectableComponent {
|
|
6
|
-
static Config: {
|
|
7
|
-
provide(useFactory?: import("@ng-atomic/common/services/ui").ReducerFactory<{
|
|
8
|
-
navStartActions: any[];
|
|
9
|
-
navEndActions: any[];
|
|
10
|
-
title: string;
|
|
11
|
-
form: import("@angular/forms").FormGroup<{
|
|
12
|
-
ids: import("@angular/forms").FormControl<string[]>;
|
|
13
|
-
map: import("@angular/forms").FormGroup<{}>;
|
|
14
|
-
}>;
|
|
15
|
-
formFlatExcludes: any[];
|
|
16
|
-
actions: any[];
|
|
17
|
-
fieldMap: {};
|
|
18
|
-
}>, label?: string): import("@angular/core").Provider;
|
|
19
|
-
inject(): import("@angular/core").Signal<{
|
|
20
|
-
navStartActions: any[];
|
|
21
|
-
navEndActions: any[];
|
|
22
|
-
title: string;
|
|
23
|
-
form: import("@angular/forms").FormGroup<{
|
|
24
|
-
ids: import("@angular/forms").FormControl<string[]>;
|
|
25
|
-
map: import("@angular/forms").FormGroup<{}>;
|
|
26
|
-
}>;
|
|
27
|
-
formFlatExcludes: any[];
|
|
28
|
-
actions: any[];
|
|
29
|
-
fieldMap: {};
|
|
30
|
-
}>;
|
|
31
|
-
};
|
|
32
|
-
static provideDefault(): import("@angular/core").Provider[];
|
|
33
|
-
readonly config: import("@angular/core").Signal<{
|
|
34
|
-
navStartActions: any[];
|
|
35
|
-
navEndActions: any[];
|
|
36
|
-
title: string;
|
|
37
|
-
form: import("@angular/forms").FormGroup<{
|
|
38
|
-
ids: import("@angular/forms").FormControl<string[]>;
|
|
39
|
-
map: import("@angular/forms").FormGroup<{}>;
|
|
40
|
-
}>;
|
|
41
|
-
formFlatExcludes: any[];
|
|
42
|
-
actions: any[];
|
|
43
|
-
fieldMap: {};
|
|
44
|
-
}>;
|
|
45
|
-
readonly navStartActions: import("@angular/core").InputSignal<any[]>;
|
|
46
|
-
readonly navEndActions: import("@angular/core").InputSignal<any[]>;
|
|
47
|
-
readonly title: import("@angular/core").InputSignal<string>;
|
|
48
|
-
readonly form: import("@angular/core").InputSignal<import("@angular/forms").FormGroup<{
|
|
49
|
-
ids: import("@angular/forms").FormControl<string[]>;
|
|
50
|
-
map: import("@angular/forms").FormGroup<{}>;
|
|
51
|
-
}>>;
|
|
52
|
-
readonly actions: import("@angular/core").InputSignal<any[]>;
|
|
53
|
-
readonly fieldMap: import("@angular/core").InputSignal<{}>;
|
|
54
|
-
readonly columnIds: import("@angular/core").Signal<string[]>;
|
|
55
|
-
static ɵfac: i0.ɵɵFactoryDeclaration<ColumnsTemplateStore, never>;
|
|
56
|
-
static ɵdir: i0.ɵɵDirectiveDeclaration<ColumnsTemplateStore, "templates-columns", never, { "navStartActions": { "alias": "navStartActions"; "required": false; "isSignal": true; }; "navEndActions": { "alias": "navEndActions"; "required": false; "isSignal": true; }; "title": { "alias": "title"; "required": false; "isSignal": true; }; "form": { "alias": "form"; "required": false; "isSignal": true; }; "actions": { "alias": "actions"; "required": false; "isSignal": true; }; "fieldMap": { "alias": "fieldMap"; "required": false; "isSignal": true; }; }, {}, never, never, true, never>;
|
|
57
|
-
}
|
|
58
|
-
export declare class ColumnsTemplate extends NgAtomicComponent {
|
|
59
|
-
protected store: ColumnsTemplateStore;
|
|
60
|
-
protected onDrop(event: CdkDragDrop<string[]>): void;
|
|
61
|
-
protected onToggle(event: MatSlideToggleChange, id: string): void;
|
|
62
|
-
static ɵfac: i0.ɵɵFactoryDeclaration<ColumnsTemplate, never>;
|
|
63
|
-
static ɵcmp: i0.ɵɵComponentDeclaration<ColumnsTemplate, "templates-columns", never, {}, {}, never, never, true, [{ directive: typeof ColumnsTemplateStore; inputs: { "navStartActions": "navStartActions"; "navEndActions": "navEndActions"; "title": "title"; "form": "form"; "actions": "actions"; }; outputs: {}; }]>;
|
|
64
|
-
}
|
|
@@ -1,33 +0,0 @@
|
|
|
1
|
-
import { InjectableComponent, NgAtomicComponent } from '@ng-atomic/core';
|
|
2
|
-
import { FormGroup, FormControl } from '@angular/forms';
|
|
3
|
-
import { FormFieldMap } from '@ng-atomic/common/pipes/smart-field';
|
|
4
|
-
import * as i0 from "@angular/core";
|
|
5
|
-
declare enum ActionId {
|
|
6
|
-
SIGN_IN = "[@ng-atomic/components] Sign In",
|
|
7
|
-
SIGN_IN_WITH_GOOGLE = "[@ng-atomic/components] Sign In With Google",
|
|
8
|
-
SIGN_IN_WITH_TWITTER = "[@ng-atomic/components] Sign In With Twitter"
|
|
9
|
-
}
|
|
10
|
-
export declare class EntranceTemplateStore extends InjectableComponent {
|
|
11
|
-
static readonly ActionId: typeof ActionId;
|
|
12
|
-
readonly form: import("@angular/core").InputSignal<FormGroup<{
|
|
13
|
-
email: FormControl<string>;
|
|
14
|
-
password: FormControl<string>;
|
|
15
|
-
}>>;
|
|
16
|
-
readonly actions: import("@angular/core").InputSignal<{
|
|
17
|
-
id: ActionId;
|
|
18
|
-
name: string;
|
|
19
|
-
icon: string;
|
|
20
|
-
}[]>;
|
|
21
|
-
readonly fieldMap: import("@angular/core").InputSignal<FormFieldMap>;
|
|
22
|
-
readonly title: import("@angular/core").InputSignal<string>;
|
|
23
|
-
static ɵfac: i0.ɵɵFactoryDeclaration<EntranceTemplateStore, never>;
|
|
24
|
-
static ɵdir: i0.ɵɵDirectiveDeclaration<EntranceTemplateStore, "templates-entrance", never, { "form": { "alias": "form"; "required": false; "isSignal": true; }; "actions": { "alias": "actions"; "required": false; "isSignal": true; }; "fieldMap": { "alias": "fieldMap"; "required": false; "isSignal": true; }; "title": { "alias": "title"; "required": false; "isSignal": true; }; }, {}, never, never, true, never>;
|
|
25
|
-
}
|
|
26
|
-
export declare class EntranceTemplate extends NgAtomicComponent {
|
|
27
|
-
static ActionId: typeof ActionId;
|
|
28
|
-
protected ActionId: typeof ActionId;
|
|
29
|
-
protected store: EntranceTemplateStore;
|
|
30
|
-
static ɵfac: i0.ɵɵFactoryDeclaration<EntranceTemplate, never>;
|
|
31
|
-
static ɵcmp: i0.ɵɵComponentDeclaration<EntranceTemplate, "templates-entrance", never, {}, {}, never, never, true, [{ directive: typeof EntranceTemplateStore; inputs: { "form": "form"; "actions": "actions"; "title": "title"; "fieldMap": "fieldMap"; }; outputs: {}; }]>;
|
|
32
|
-
}
|
|
33
|
-
export {};
|
|
@@ -1,24 +0,0 @@
|
|
|
1
|
-
import { NestedTreeControl } from '@angular/cdk/tree';
|
|
2
|
-
import { MatTreeNestedDataSource } from '@angular/material/tree';
|
|
3
|
-
import { NgAtomicComponent } from '@ng-atomic/core';
|
|
4
|
-
import * as i0 from "@angular/core";
|
|
5
|
-
export interface TreeNode {
|
|
6
|
-
name: string;
|
|
7
|
-
type: string;
|
|
8
|
-
parent?: TreeNode;
|
|
9
|
-
children: TreeNode[];
|
|
10
|
-
}
|
|
11
|
-
declare enum ActionId {
|
|
12
|
-
OPEN_FILE = "[@ng-atomic/components/templates/file-tree] Open File"
|
|
13
|
-
}
|
|
14
|
-
export declare class FileTreeTemplate extends NgAtomicComponent {
|
|
15
|
-
static ActionId: typeof ActionId;
|
|
16
|
-
set treeNode(treeNode: TreeNode[]);
|
|
17
|
-
treeControl: NestedTreeControl<TreeNode, TreeNode>;
|
|
18
|
-
dataSource: MatTreeNestedDataSource<TreeNode>;
|
|
19
|
-
protected test(node: TreeNode): void;
|
|
20
|
-
hasChild: (_: number, node: TreeNode) => boolean;
|
|
21
|
-
static ɵfac: i0.ɵɵFactoryDeclaration<FileTreeTemplate, never>;
|
|
22
|
-
static ɵcmp: i0.ɵɵComponentDeclaration<FileTreeTemplate, "templates-file-tree", never, { "treeNode": { "alias": "treeNode"; "required": false; }; }, {}, never, never, true, never>;
|
|
23
|
-
}
|
|
24
|
-
export {};
|
|
@@ -1,40 +0,0 @@
|
|
|
1
|
-
import { FormGroup } from '@angular/forms';
|
|
2
|
-
import { FormField, FormFieldMap } from '@ng-atomic/common/pipes/smart-field';
|
|
3
|
-
import { AbstractControl } from '@angular/forms';
|
|
4
|
-
import { Action, InjectableComponent } from '@ng-atomic/core';
|
|
5
|
-
import { NgAtomicComponent } from '@ng-atomic/core';
|
|
6
|
-
import * as i0 from "@angular/core";
|
|
7
|
-
declare enum ActionId {
|
|
8
|
-
FILE_SELECTED = "[@ng-atomic/components:templates/form/ng-atomic-form-section-switcher] File selected",
|
|
9
|
-
CANCEL = "[@ng-atomic/components:templates/form/ng-atomic-form-section-switcher] Cancel"
|
|
10
|
-
}
|
|
11
|
-
export declare class NgAtomicFormSectionSwitcherStore extends InjectableComponent {
|
|
12
|
-
static readonly ActionId: typeof ActionId;
|
|
13
|
-
readonly name: import("@angular/core").InputSignal<string>;
|
|
14
|
-
readonly control: import("@angular/core").InputSignal<AbstractControl<any, any>>;
|
|
15
|
-
readonly field: import("@angular/core").InputSignal<FormFieldMap | FormField>;
|
|
16
|
-
static ɵfac: i0.ɵɵFactoryDeclaration<NgAtomicFormSectionSwitcherStore, never>;
|
|
17
|
-
static ɵdir: i0.ɵɵDirectiveDeclaration<NgAtomicFormSectionSwitcherStore, "ng-atomic-form-section-switcher", never, { "name": { "alias": "name"; "required": true; "isSignal": true; }; "control": { "alias": "control"; "required": true; "isSignal": true; }; "field": { "alias": "field"; "required": true; "isSignal": true; }; }, {}, never, never, true, never>;
|
|
18
|
-
}
|
|
19
|
-
export declare class NgAtomicFormSectionSwitcher extends NgAtomicComponent {
|
|
20
|
-
static readonly ActionId: typeof ActionId;
|
|
21
|
-
protected readonly store: NgAtomicFormSectionSwitcherStore;
|
|
22
|
-
protected dispatchFileInputAction(action: Action, name: string): Promise<void>;
|
|
23
|
-
static ɵfac: i0.ɵɵFactoryDeclaration<NgAtomicFormSectionSwitcher, never>;
|
|
24
|
-
static ɵcmp: i0.ɵɵComponentDeclaration<NgAtomicFormSectionSwitcher, "ng-atomic-form-section-switcher", never, {}, {}, never, never, true, [{ directive: typeof NgAtomicFormSectionSwitcherStore; inputs: { "name": "name"; "control": "control"; "field": "field"; }; outputs: {}; }]>;
|
|
25
|
-
}
|
|
26
|
-
export declare class NgAtomicFormSectionBuilder extends NgAtomicComponent {
|
|
27
|
-
static readonly ActionId: typeof ActionId;
|
|
28
|
-
readonly form: import("@angular/core").InputSignal<FormGroup<any>>;
|
|
29
|
-
readonly formFlatExcludes: import("@angular/core").InputSignal<string[]>;
|
|
30
|
-
readonly fieldMap: import("@angular/core").InputSignal<FormFieldMap>;
|
|
31
|
-
readonly controlEntries: import("@angular/core").Signal<{
|
|
32
|
-
name: string;
|
|
33
|
-
control: AbstractControl<any, any>;
|
|
34
|
-
field: FormFieldMap | FormField<any>;
|
|
35
|
-
}[]>;
|
|
36
|
-
constructor();
|
|
37
|
-
static ɵfac: i0.ɵɵFactoryDeclaration<NgAtomicFormSectionBuilder, never>;
|
|
38
|
-
static ɵcmp: i0.ɵɵComponentDeclaration<NgAtomicFormSectionBuilder, "ng-atomic-form-section-builder", never, { "form": { "alias": "form"; "required": true; "isSignal": true; }; "formFlatExcludes": { "alias": "formFlatExcludes"; "required": false; "isSignal": true; }; "fieldMap": { "alias": "fieldMap"; "required": true; "isSignal": true; }; }, {}, never, never, true, never>;
|
|
39
|
-
}
|
|
40
|
-
export {};
|
|
@@ -1,74 +0,0 @@
|
|
|
1
|
-
import { ChangeDetectorRef, OnInit } from '@angular/core';
|
|
2
|
-
import { FormFieldMap } from '@ng-atomic/common/pipes/smart-field';
|
|
3
|
-
import { Action, InjectableComponent } from '@ng-atomic/core';
|
|
4
|
-
import { NgAtomicComponent } from '@ng-atomic/core';
|
|
5
|
-
import * as i0 from "@angular/core";
|
|
6
|
-
declare enum ActionId {
|
|
7
|
-
BACK = "[@ng-atomic/components/templates/form] Back",
|
|
8
|
-
CREATE = "[@ng-atomic/components/templates/form] Create",
|
|
9
|
-
UPDATE = "[@ng-atomic/components/templates/form] Update",
|
|
10
|
-
DELETE = "[@ng-atomic/components/templates/form] Delete",
|
|
11
|
-
FILE_SELECTED = "[@ng-atomic/components/templates/form] File selected",
|
|
12
|
-
CANCEL = "[@ng-atomic/components/templates/form] Cancel"
|
|
13
|
-
}
|
|
14
|
-
export declare class FormTemplateStore extends InjectableComponent {
|
|
15
|
-
static readonly ActionId: typeof ActionId;
|
|
16
|
-
static readonly Config: {
|
|
17
|
-
provide(useFactory?: import("@ng-atomic/common/services/ui").ReducerFactory<{
|
|
18
|
-
navStartActions: Action<any>[];
|
|
19
|
-
navEndActions: Action[];
|
|
20
|
-
title: string;
|
|
21
|
-
form: import("@angular/forms").FormGroup<{
|
|
22
|
-
id: import("@angular/forms").FormControl<string>;
|
|
23
|
-
}>;
|
|
24
|
-
formFlatExcludes: string[];
|
|
25
|
-
actions: Action[];
|
|
26
|
-
fieldMap: FormFieldMap;
|
|
27
|
-
}>, label?: string): import("@angular/core").Provider;
|
|
28
|
-
inject(): import("@angular/core").Signal<{
|
|
29
|
-
navStartActions: Action<any>[];
|
|
30
|
-
navEndActions: Action[];
|
|
31
|
-
title: string;
|
|
32
|
-
form: import("@angular/forms").FormGroup<{
|
|
33
|
-
id: import("@angular/forms").FormControl<string>;
|
|
34
|
-
}>;
|
|
35
|
-
formFlatExcludes: string[];
|
|
36
|
-
actions: Action[];
|
|
37
|
-
fieldMap: FormFieldMap;
|
|
38
|
-
}>;
|
|
39
|
-
};
|
|
40
|
-
static provideDefault(): import("@angular/core").Provider[];
|
|
41
|
-
readonly config: import("@angular/core").Signal<{
|
|
42
|
-
navStartActions: Action<any>[];
|
|
43
|
-
navEndActions: Action[];
|
|
44
|
-
title: string;
|
|
45
|
-
form: import("@angular/forms").FormGroup<{
|
|
46
|
-
id: import("@angular/forms").FormControl<string>;
|
|
47
|
-
}>;
|
|
48
|
-
formFlatExcludes: string[];
|
|
49
|
-
actions: Action[];
|
|
50
|
-
fieldMap: FormFieldMap;
|
|
51
|
-
}>;
|
|
52
|
-
readonly navStartActions: import("@angular/core").InputSignal<Action<any>[]>;
|
|
53
|
-
readonly navEndActions: import("@angular/core").InputSignal<Action<any>[]>;
|
|
54
|
-
readonly title: import("@angular/core").InputSignal<string>;
|
|
55
|
-
readonly form: import("@angular/core").InputSignal<import("@angular/forms").FormGroup<{
|
|
56
|
-
id: import("@angular/forms").FormControl<string>;
|
|
57
|
-
}>>;
|
|
58
|
-
readonly formFlatExcludes: import("@angular/core").InputSignal<string[]>;
|
|
59
|
-
readonly actions: import("@angular/core").InputSignal<Action<any>[]>;
|
|
60
|
-
readonly fieldMap: import("@angular/core").InputSignal<FormFieldMap>;
|
|
61
|
-
static ɵfac: i0.ɵɵFactoryDeclaration<FormTemplateStore, never>;
|
|
62
|
-
static ɵdir: i0.ɵɵDirectiveDeclaration<FormTemplateStore, never, never, { "navStartActions": { "alias": "navStartActions"; "required": false; "isSignal": true; }; "navEndActions": { "alias": "navEndActions"; "required": false; "isSignal": true; }; "title": { "alias": "title"; "required": false; "isSignal": true; }; "form": { "alias": "form"; "required": false; "isSignal": true; }; "formFlatExcludes": { "alias": "formFlatExcludes"; "required": false; "isSignal": true; }; "actions": { "alias": "actions"; "required": false; "isSignal": true; }; "fieldMap": { "alias": "fieldMap"; "required": false; "isSignal": true; }; }, {}, never, never, true, never>;
|
|
63
|
-
}
|
|
64
|
-
export declare class FormTemplate extends NgAtomicComponent implements OnInit {
|
|
65
|
-
static ActionId: typeof ActionId;
|
|
66
|
-
protected readonly store: FormTemplateStore;
|
|
67
|
-
protected readonly cd: ChangeDetectorRef;
|
|
68
|
-
ngOnInit(): void;
|
|
69
|
-
protected back(): void;
|
|
70
|
-
protected fileSelected(payload: any): void;
|
|
71
|
-
static ɵfac: i0.ɵɵFactoryDeclaration<FormTemplate, never>;
|
|
72
|
-
static ɵcmp: i0.ɵɵComponentDeclaration<FormTemplate, "templates-form", never, {}, {}, never, ["[dashboard]"], true, [{ directive: typeof FormTemplateStore; inputs: { "navStartActions": "navStartActions"; "navEndActions": "navEndActions"; "title": "title"; "form": "form"; "formFlatExcludes": "formFlatExcludes"; "actions": "actions"; "fieldMap": "fieldMap"; }; outputs: {}; }]>;
|
|
73
|
-
}
|
|
74
|
-
export {};
|
|
@@ -1,14 +0,0 @@
|
|
|
1
|
-
import { Action } from '@ng-atomic/core';
|
|
2
|
-
import { InjectableComponent, NgAtomicComponent } from '@ng-atomic/core';
|
|
3
|
-
import * as i0 from "@angular/core";
|
|
4
|
-
export declare class IconButtonMenuTemplateStore extends InjectableComponent {
|
|
5
|
-
readonly actions: import("@angular/core").InputSignal<Action<any>[]>;
|
|
6
|
-
readonly bottomActions: import("@angular/core").InputSignal<Action<any>[]>;
|
|
7
|
-
static ɵfac: i0.ɵɵFactoryDeclaration<IconButtonMenuTemplateStore, never>;
|
|
8
|
-
static ɵdir: i0.ɵɵDirectiveDeclaration<IconButtonMenuTemplateStore, "templates-icon-button-menu", never, { "actions": { "alias": "actions"; "required": false; "isSignal": true; }; "bottomActions": { "alias": "bottomActions"; "required": false; "isSignal": true; }; }, {}, never, never, true, never>;
|
|
9
|
-
}
|
|
10
|
-
export declare class IconButtonMenuTemplate extends NgAtomicComponent {
|
|
11
|
-
protected store: IconButtonMenuTemplateStore;
|
|
12
|
-
static ɵfac: i0.ɵɵFactoryDeclaration<IconButtonMenuTemplate, never>;
|
|
13
|
-
static ɵcmp: i0.ɵɵComponentDeclaration<IconButtonMenuTemplate, "templates-icon-button-menu", never, {}, {}, never, never, true, [{ directive: typeof IconButtonMenuTemplateStore; inputs: { "actions": "actions"; "bottomActions": "bottomActions"; }; outputs: {}; }]>;
|
|
14
|
-
}
|
|
@@ -1,15 +0,0 @@
|
|
|
1
|
-
import { Action } from '@ng-atomic/core';
|
|
2
|
-
import { InjectableComponent } from '@ng-atomic/core';
|
|
3
|
-
import { NgAtomicComponent } from '@ng-atomic/core';
|
|
4
|
-
import * as i0 from "@angular/core";
|
|
5
|
-
export declare class MenuTemplateStore extends InjectableComponent {
|
|
6
|
-
readonly actions: import("@angular/core").InputSignal<Action<any>[]>;
|
|
7
|
-
readonly title: import("@angular/core").InputSignal<string>;
|
|
8
|
-
static ɵfac: i0.ɵɵFactoryDeclaration<MenuTemplateStore, never>;
|
|
9
|
-
static ɵdir: i0.ɵɵDirectiveDeclaration<MenuTemplateStore, "templates-menu", never, { "actions": { "alias": "actions"; "required": false; "isSignal": true; }; "title": { "alias": "title"; "required": false; "isSignal": true; }; }, {}, never, never, true, never>;
|
|
10
|
-
}
|
|
11
|
-
export declare class MenuTemplate extends NgAtomicComponent {
|
|
12
|
-
protected store: MenuTemplateStore;
|
|
13
|
-
static ɵfac: i0.ɵɵFactoryDeclaration<MenuTemplate, never>;
|
|
14
|
-
static ɵcmp: i0.ɵɵComponentDeclaration<MenuTemplate, "templates-menu", never, {}, {}, never, never, true, [{ directive: typeof MenuTemplateStore; inputs: { "actions": "actions"; "title": "title"; }; outputs: {}; }]>;
|
|
15
|
-
}
|
|
@@ -1 +0,0 @@
|
|
|
1
|
-
export * from './messages.template';
|