@ng-atomic/components 3.0.0 → 3.2.4
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/app.module.d.ts +10 -0
- package/app.module.d.ts.map +1 -0
- package/atoms/chips-input/chips-input.atom.d.ts +2 -1
- package/atoms/chips-input/chips-input.atom.d.ts.map +1 -0
- package/atoms/chips-input/chips-input.module.d.ts +1 -0
- package/atoms/chips-input/chips-input.module.d.ts.map +1 -0
- package/atoms/chips-input/index.d.ts +1 -0
- package/atoms/chips-input/index.d.ts.map +1 -0
- package/atoms/chips-input/ng-atomic-components-atoms-chips-input.d.ts +1 -0
- package/atoms/chips-input/ng-atomic-components-atoms-chips-input.d.ts.map +1 -0
- package/atoms/smart-menu-button/index.d.ts +1 -0
- package/atoms/smart-menu-button/index.d.ts.map +1 -0
- package/atoms/smart-menu-button/ng-atomic-components-atoms-smart-menu-button.d.ts +1 -0
- package/atoms/smart-menu-button/ng-atomic-components-atoms-smart-menu-button.d.ts.map +1 -0
- package/atoms/smart-menu-button/smart-menu-button.atom.d.ts +1 -0
- package/atoms/smart-menu-button/smart-menu-button.atom.d.ts.map +1 -0
- package/atoms/smart-menu-button/smart-menu-button.module.d.ts +1 -0
- package/atoms/smart-menu-button/smart-menu-button.module.d.ts.map +1 -0
- package/esm2020/app.module.mjs +42 -0
- package/esm2020/atoms/chips-input/chips-input.atom.mjs +44 -18
- package/esm2020/atoms/chips-input/chips-input.module.mjs +30 -26
- package/esm2020/atoms/chips-input/index.mjs +1 -1
- package/esm2020/atoms/chips-input/ng-atomic-components-atoms-chips-input.mjs +1 -1
- package/esm2020/atoms/smart-menu-button/index.mjs +1 -1
- package/esm2020/atoms/smart-menu-button/ng-atomic-components-atoms-smart-menu-button.mjs +1 -1
- package/esm2020/atoms/smart-menu-button/smart-menu-button.atom.mjs +78 -15
- package/esm2020/atoms/smart-menu-button/smart-menu-button.module.mjs +23 -22
- package/esm2020/frames/auto-layout/auto-layout.frame.mjs +11 -7
- package/esm2020/frames/auto-layout/auto-layout.module.mjs +19 -18
- package/esm2020/frames/auto-layout/index.mjs +1 -1
- package/esm2020/frames/auto-layout/ng-atomic-components-frames-auto-layout.mjs +1 -1
- package/esm2020/frames/card/card.frame.mjs +13 -7
- package/esm2020/frames/card/card.module.mjs +23 -22
- package/esm2020/frames/card/index.mjs +1 -1
- package/esm2020/frames/card/ng-atomic-components-frames-card.mjs +1 -1
- package/esm2020/frames/drawer/drawer.frame.mjs +32 -12
- package/esm2020/frames/drawer/drawer.module.mjs +18 -17
- package/esm2020/frames/drawer/index.mjs +1 -1
- package/esm2020/frames/drawer/ng-atomic-components-frames-drawer.mjs +1 -1
- package/esm2020/frames/line-up/index.mjs +1 -1
- package/esm2020/frames/line-up/line-up.animations.mjs +1 -1
- package/esm2020/frames/line-up/line-up.frame.mjs +48 -26
- package/esm2020/frames/line-up/line-up.module.mjs +17 -16
- package/esm2020/frames/line-up/ng-atomic-components-frames-line-up.mjs +1 -1
- package/esm2020/frames/line-up/resize-observer.mjs +1 -1
- package/esm2020/frames/line-up-v2/index.mjs +1 -1
- package/esm2020/frames/line-up-v2/line-up.animations.mjs +1 -1
- package/esm2020/frames/line-up-v2/line-up.frame.mjs +40 -20
- package/esm2020/frames/line-up-v2/line-up.module.mjs +17 -16
- package/esm2020/frames/line-up-v2/ng-atomic-components-frames-line-up-v2.mjs +1 -1
- package/esm2020/frames/line-up-v2/resize-observer.mjs +2 -2
- package/esm2020/frames/overlay/index.mjs +1 -1
- package/esm2020/frames/overlay/ng-atomic-components-frames-overlay.mjs +1 -1
- package/esm2020/frames/overlay/overlay.animations.mjs +1 -1
- package/esm2020/frames/overlay/overlay.frame.mjs +34 -14
- package/esm2020/frames/overlay/overlay.module.mjs +19 -18
- package/esm2020/frames/overlay-v2/index.mjs +1 -1
- package/esm2020/frames/overlay-v2/ng-atomic-components-frames-overlay-v2.mjs +1 -1
- package/esm2020/frames/overlay-v2/overlay.animations.mjs +1 -1
- package/esm2020/frames/overlay-v2/overlay.frame.mjs +22 -9
- package/esm2020/frames/overlay-v2/overlay.module.mjs +19 -18
- package/esm2020/frames/scroll/index.mjs +1 -1
- package/esm2020/frames/scroll/ng-atomic-components-frames-scroll.mjs +1 -1
- package/esm2020/frames/scroll/scroll.frame.mjs +18 -8
- package/esm2020/frames/scroll/scroll.module.mjs +22 -21
- package/esm2020/frames/smart-menu/index.mjs +1 -1
- package/esm2020/frames/smart-menu/ng-atomic-components-frames-smart-menu.mjs +1 -1
- package/esm2020/frames/smart-menu/smart-menu.frame.mjs +38 -20
- package/esm2020/frames/smart-menu/smart-menu.module.mjs +15 -14
- package/esm2020/index.mjs +2 -2
- package/esm2020/molecules/actions-column/actions-column.module.mjs +33 -33
- package/esm2020/molecules/actions-column/actions-column.molecule.mjs +60 -34
- package/esm2020/molecules/actions-column/index.mjs +1 -1
- package/esm2020/molecules/actions-column/ng-atomic-components-molecules-actions-column.mjs +1 -1
- package/esm2020/molecules/checkbox-column/checkbox-column.module.mjs +27 -27
- package/esm2020/molecules/checkbox-column/checkbox-column.molecule.mjs +54 -26
- package/esm2020/molecules/checkbox-column/index.mjs +1 -1
- package/esm2020/molecules/checkbox-column/ng-atomic-components-molecules-checkbox-column.mjs +1 -1
- package/esm2020/molecules/chips-input-field/chips-input-field.module.mjs +48 -22
- package/esm2020/molecules/chips-input-field/chips-input-field.molecule.mjs +101 -15
- package/esm2020/molecules/chips-input-field/index.mjs +1 -1
- package/esm2020/molecules/chips-input-field/ng-atomic-components-molecules-chips-input-field.mjs +1 -1
- package/esm2020/molecules/date-input-field/date-input-field.module.mjs +25 -23
- package/esm2020/molecules/date-input-field/date-input-field.molecule.mjs +45 -19
- package/esm2020/molecules/date-input-field/index.mjs +1 -1
- package/esm2020/molecules/date-input-field/ng-atomic-components-molecules-date-input-field.mjs +1 -1
- package/esm2020/molecules/select-input-field/index.mjs +1 -1
- package/esm2020/molecules/select-input-field/ng-atomic-components-molecules-select-input-field.mjs +1 -1
- package/esm2020/molecules/select-input-field/select-input-field.module.mjs +22 -24
- package/esm2020/molecules/select-input-field/select-input-field.molecule.mjs +40 -16
- package/esm2020/molecules/smart-column/index.mjs +1 -1
- package/esm2020/molecules/smart-column/ng-atomic-components-molecules-smart-column.mjs +1 -1
- package/esm2020/molecules/smart-column/smart-column.module.mjs +29 -29
- package/esm2020/molecules/smart-column/smart-column.molecule.mjs +66 -15
- package/esm2020/molecules/text-input-field/index.mjs +1 -1
- package/esm2020/molecules/text-input-field/ng-atomic-components-molecules-text-input-field.mjs +1 -1
- package/esm2020/molecules/text-input-field/text-input-field.module.mjs +24 -22
- package/esm2020/molecules/text-input-field/text-input-field.molecule.mjs +42 -19
- package/esm2020/molecules/textarea-field/index.mjs +1 -1
- package/esm2020/molecules/textarea-field/ng-atomic-components-molecules-textarea-field.mjs +1 -1
- package/esm2020/molecules/textarea-field/textarea-field.module.mjs +20 -18
- package/esm2020/molecules/textarea-field/textarea-field.molecule.mjs +36 -13
- package/esm2020/ng-atomic-components.mjs +1 -1
- package/esm2020/organisms/action-buttons-section/action-buttons-section.module.mjs +27 -23
- package/esm2020/organisms/action-buttons-section/action-buttons-section.organism.mjs +30 -13
- package/esm2020/organisms/action-buttons-section/index.mjs +1 -1
- package/esm2020/organisms/action-buttons-section/ng-atomic-components-organisms-action-buttons-section.mjs +1 -1
- package/esm2020/organisms/back-navigator/back-navigator.module.mjs +31 -30
- package/esm2020/organisms/back-navigator/back-navigator.organism.mjs +52 -23
- package/esm2020/organisms/back-navigator/index.mjs +1 -1
- package/esm2020/organisms/back-navigator/ng-atomic-components-organisms-back-navigator.mjs +1 -1
- package/esm2020/organisms/card-input-section/card-input-section.module.mjs +19 -18
- package/esm2020/organisms/card-input-section/card-input-section.organism.mjs +17 -13
- package/esm2020/organisms/card-input-section/index.mjs +1 -1
- package/esm2020/organisms/card-input-section/ng-atomic-components-organisms-card-input-section.mjs +1 -1
- package/esm2020/organisms/cvc-and-exp-input-section/cvc-and-exp-input-section.module.mjs +21 -20
- package/esm2020/organisms/cvc-and-exp-input-section/cvc-and-exp-input-section.organism.mjs +17 -9
- package/esm2020/organisms/cvc-and-exp-input-section/index.mjs +1 -1
- package/esm2020/organisms/cvc-and-exp-input-section/ng-atomic-components-organisms-cvc-and-exp-input-section.mjs +1 -1
- package/esm2020/organisms/date-input-section/date-input-section.module.mjs +21 -20
- package/esm2020/organisms/date-input-section/date-input-section.organism.mjs +17 -13
- package/esm2020/organisms/date-input-section/index.mjs +1 -1
- package/esm2020/organisms/date-input-section/ng-atomic-components-organisms-date-input-section.mjs +1 -1
- package/esm2020/organisms/heading/heading.module.mjs +19 -18
- package/esm2020/organisms/heading/heading.organism.mjs +115 -9
- package/esm2020/organisms/heading/index.mjs +1 -1
- package/esm2020/organisms/heading/ng-atomic-components-organisms-heading.mjs +1 -1
- package/esm2020/organisms/menu/index.mjs +1 -1
- package/esm2020/organisms/menu/menu.module.mjs +20 -19
- package/esm2020/organisms/menu/menu.organism.mjs +39 -13
- package/esm2020/organisms/menu/ng-atomic-components-organisms-menu.mjs +1 -1
- package/esm2020/organisms/navigator/index.mjs +1 -1
- package/esm2020/organisms/navigator/navigator.module.mjs +27 -26
- package/esm2020/organisms/navigator/navigator.organism.mjs +52 -23
- package/esm2020/organisms/navigator/ng-atomic-components-organisms-navigator.mjs +1 -1
- package/esm2020/organisms/paginator/index.mjs +1 -1
- package/esm2020/organisms/paginator/ng-atomic-components-organisms-paginator.mjs +1 -1
- package/esm2020/organisms/paginator/paginator.module.mjs +31 -30
- package/esm2020/organisms/paginator/paginator.organism.mjs +28 -17
- package/esm2020/organisms/select-input-section/index.mjs +1 -1
- package/esm2020/organisms/select-input-section/ng-atomic-components-organisms-select-input-section.mjs +1 -1
- package/esm2020/organisms/select-input-section/select-input-section.module.mjs +24 -23
- package/esm2020/organisms/select-input-section/select-input-section.organism.mjs +17 -13
- package/esm2020/organisms/smart-table/index.mjs +1 -1
- package/esm2020/organisms/smart-table/ng-atomic-components-organisms-smart-table.mjs +1 -1
- package/esm2020/organisms/smart-table/smart-table.module.mjs +44 -43
- package/esm2020/organisms/smart-table/smart-table.organism.mjs +109 -38
- package/esm2020/organisms/social-login-section/index.mjs +1 -1
- package/esm2020/organisms/social-login-section/ng-atomic-components-organisms-social-login-section.mjs +1 -1
- package/esm2020/organisms/social-login-section/social-login-section.module.mjs +23 -22
- package/esm2020/organisms/social-login-section/social-login-section.organism.mjs +14 -9
- package/esm2020/organisms/text-input-section/index.mjs +1 -1
- package/esm2020/organisms/text-input-section/ng-atomic-components-organisms-text-input-section.mjs +1 -1
- package/esm2020/organisms/text-input-section/text-input-section.module.mjs +23 -22
- package/esm2020/organisms/text-input-section/text-input-section.organism.mjs +21 -17
- package/esm2020/organisms/textarea-section/index.mjs +1 -1
- package/esm2020/organisms/textarea-section/ng-atomic-components-organisms-textarea-section.mjs +1 -1
- package/esm2020/organisms/textarea-section/textarea-section.module.mjs +19 -18
- package/esm2020/organisms/textarea-section/textarea-section.organism.mjs +13 -9
- package/esm2020/organisms/top-navigator/index.mjs +1 -1
- package/esm2020/organisms/top-navigator/ng-atomic-components-organisms-top-navigator.mjs +1 -1
- package/esm2020/organisms/top-navigator/top-navigator.module.mjs +29 -28
- package/esm2020/organisms/top-navigator/top-navigator.organism.mjs +25 -13
- package/esm2020/pages/_index/index.mjs +1 -1
- package/esm2020/pages/_index/index.module.mjs +16 -15
- package/esm2020/pages/_index/index.page.mjs +11 -11
- package/esm2020/pages/_index/ng-atomic-components-pages-_index.mjs +1 -1
- package/esm2020/pages/blank/blank.module.mjs +16 -15
- package/esm2020/pages/blank/blank.page.mjs +11 -11
- package/esm2020/pages/blank/blank.route.mjs +1 -1
- package/esm2020/pages/blank/index.mjs +1 -1
- package/esm2020/pages/blank/ng-atomic-components-pages-blank.mjs +1 -1
- package/esm2020/templates/entrance/entrance.module.mjs +38 -34
- package/esm2020/templates/entrance/entrance.template.mjs +52 -23
- package/esm2020/templates/entrance/index.mjs +1 -1
- package/esm2020/templates/entrance/ng-atomic-components-templates-entrance.mjs +1 -1
- package/esm2020/templates/loading/index.mjs +1 -1
- package/esm2020/templates/loading/loading.module.mjs +26 -22
- package/esm2020/templates/loading/loading.template.mjs +9 -7
- package/esm2020/templates/loading/ng-atomic-components-templates-loading.mjs +1 -1
- package/esm2020/templates/menu/index.mjs +1 -1
- package/esm2020/templates/menu/menu.module.mjs +20 -18
- package/esm2020/templates/menu/menu.template.mjs +26 -11
- package/esm2020/templates/menu/ng-atomic-components-templates-menu.mjs +1 -1
- package/esm2020/templates/smart-crud/index.mjs +1 -1
- package/esm2020/templates/smart-crud/ng-atomic-components-templates-smart-crud.mjs +1 -1
- package/esm2020/templates/smart-crud/smart-crud.module.mjs +49 -46
- package/esm2020/templates/smart-crud/smart-crud.template.mjs +97 -31
- package/esm2020/templates/smart-index/index.mjs +1 -1
- package/esm2020/templates/smart-index/ng-atomic-components-templates-smart-index.mjs +1 -1
- package/esm2020/templates/smart-index/smart-index.module.mjs +33 -32
- package/esm2020/templates/smart-index/smart-index.template.mjs +72 -47
- package/fesm2015/ng-atomic-components-atoms-chips-input.mjs +67 -52
- package/fesm2015/ng-atomic-components-atoms-chips-input.mjs.map +1 -1
- package/fesm2015/ng-atomic-components-atoms-smart-menu-button.mjs +106 -19
- package/fesm2015/ng-atomic-components-atoms-smart-menu-button.mjs.map +1 -1
- package/fesm2015/ng-atomic-components-frames-auto-layout.mjs +21 -10
- package/fesm2015/ng-atomic-components-frames-auto-layout.mjs.map +1 -1
- package/fesm2015/ng-atomic-components-frames-card.mjs +26 -11
- package/fesm2015/ng-atomic-components-frames-card.mjs.map +1 -1
- package/fesm2015/ng-atomic-components-frames-drawer.mjs +45 -12
- package/fesm2015/ng-atomic-components-frames-drawer.mjs.map +1 -1
- package/fesm2015/ng-atomic-components-frames-line-up-v2.mjs +52 -17
- package/fesm2015/ng-atomic-components-frames-line-up-v2.mjs.map +1 -1
- package/fesm2015/ng-atomic-components-frames-line-up.mjs +56 -17
- package/fesm2015/ng-atomic-components-frames-line-up.mjs.map +1 -1
- package/fesm2015/ng-atomic-components-frames-overlay-v2.mjs +35 -12
- package/fesm2015/ng-atomic-components-frames-overlay-v2.mjs.map +1 -1
- package/fesm2015/ng-atomic-components-frames-overlay.mjs +48 -16
- package/fesm2015/ng-atomic-components-frames-overlay.mjs.map +1 -1
- package/fesm2015/ng-atomic-components-frames-scroll.mjs +32 -13
- package/fesm2015/ng-atomic-components-frames-scroll.mjs.map +1 -1
- package/fesm2015/ng-atomic-components-frames-smart-menu.mjs +42 -12
- package/fesm2015/ng-atomic-components-frames-smart-menu.mjs.map +1 -1
- package/fesm2015/ng-atomic-components-molecules-actions-column.mjs +69 -27
- package/fesm2015/ng-atomic-components-molecules-actions-column.mjs.map +1 -1
- package/fesm2015/ng-atomic-components-molecules-checkbox-column.mjs +65 -21
- package/fesm2015/ng-atomic-components-molecules-checkbox-column.mjs.map +1 -1
- package/fesm2015/ng-atomic-components-molecules-chips-input-field.mjs +146 -19
- package/fesm2015/ng-atomic-components-molecules-chips-input-field.mjs.map +1 -1
- package/fesm2015/ng-atomic-components-molecules-date-input-field.mjs +59 -19
- package/fesm2015/ng-atomic-components-molecules-date-input-field.mjs.map +1 -1
- package/fesm2015/ng-atomic-components-molecules-select-input-field.mjs +57 -23
- package/fesm2015/ng-atomic-components-molecules-select-input-field.mjs.map +1 -1
- package/fesm2015/ng-atomic-components-molecules-smart-column.mjs +92 -23
- package/fesm2015/ng-atomic-components-molecules-smart-column.mjs.map +1 -1
- package/fesm2015/ng-atomic-components-molecules-text-input-field.mjs +52 -15
- package/fesm2015/ng-atomic-components-molecules-text-input-field.mjs.map +1 -1
- package/fesm2015/ng-atomic-components-molecules-textarea-field.mjs +50 -13
- package/fesm2015/ng-atomic-components-molecules-textarea-field.mjs.map +1 -1
- package/fesm2015/ng-atomic-components-organisms-action-buttons-section.mjs +49 -16
- package/fesm2015/ng-atomic-components-organisms-action-buttons-section.mjs.map +1 -1
- package/fesm2015/ng-atomic-components-organisms-back-navigator.mjs +62 -21
- package/fesm2015/ng-atomic-components-organisms-back-navigator.mjs.map +1 -1
- package/fesm2015/ng-atomic-components-organisms-card-input-section.mjs +27 -13
- package/fesm2015/ng-atomic-components-organisms-card-input-section.mjs.map +1 -1
- package/fesm2015/ng-atomic-components-organisms-cvc-and-exp-input-section.mjs +32 -14
- package/fesm2015/ng-atomic-components-organisms-cvc-and-exp-input-section.mjs.map +1 -1
- package/fesm2015/ng-atomic-components-organisms-date-input-section.mjs +26 -12
- package/fesm2015/ng-atomic-components-organisms-date-input-section.mjs.map +1 -1
- package/fesm2015/ng-atomic-components-organisms-heading.mjs +157 -11
- package/fesm2015/ng-atomic-components-organisms-heading.mjs.map +1 -1
- package/fesm2015/ng-atomic-components-organisms-menu.mjs +54 -15
- package/fesm2015/ng-atomic-components-organisms-menu.mjs.map +1 -1
- package/fesm2015/ng-atomic-components-organisms-navigator.mjs +63 -22
- package/fesm2015/ng-atomic-components-organisms-navigator.mjs.map +1 -1
- package/fesm2015/ng-atomic-components-organisms-paginator.mjs +38 -17
- package/fesm2015/ng-atomic-components-organisms-paginator.mjs.map +1 -1
- package/fesm2015/ng-atomic-components-organisms-select-input-section.mjs +28 -14
- package/fesm2015/ng-atomic-components-organisms-select-input-section.mjs.map +1 -1
- package/fesm2015/ng-atomic-components-organisms-smart-table.mjs +128 -29
- package/fesm2015/ng-atomic-components-organisms-smart-table.mjs.map +1 -1
- package/fesm2015/ng-atomic-components-organisms-social-login-section.mjs +27 -13
- package/fesm2015/ng-atomic-components-organisms-social-login-section.mjs.map +1 -1
- package/fesm2015/ng-atomic-components-organisms-text-input-section.mjs +27 -13
- package/fesm2015/ng-atomic-components-organisms-text-input-section.mjs.map +1 -1
- package/fesm2015/ng-atomic-components-organisms-textarea-section.mjs +27 -13
- package/fesm2015/ng-atomic-components-organisms-textarea-section.mjs.map +1 -1
- package/fesm2015/ng-atomic-components-organisms-top-navigator.mjs +38 -16
- package/fesm2015/ng-atomic-components-organisms-top-navigator.mjs.map +1 -1
- package/fesm2015/ng-atomic-components-pages-_index.mjs +14 -9
- package/fesm2015/ng-atomic-components-pages-_index.mjs.map +1 -1
- package/fesm2015/ng-atomic-components-pages-blank.mjs +16 -11
- package/fesm2015/ng-atomic-components-pages-blank.mjs.map +1 -1
- package/fesm2015/ng-atomic-components-templates-entrance.mjs +71 -23
- package/fesm2015/ng-atomic-components-templates-entrance.mjs.map +1 -1
- package/fesm2015/ng-atomic-components-templates-loading.mjs +26 -12
- package/fesm2015/ng-atomic-components-templates-loading.mjs.map +1 -1
- package/fesm2015/ng-atomic-components-templates-menu.mjs +40 -14
- package/fesm2015/ng-atomic-components-templates-menu.mjs.map +1 -1
- package/fesm2015/ng-atomic-components-templates-smart-crud.mjs +126 -32
- package/fesm2015/ng-atomic-components-templates-smart-crud.mjs.map +1 -1
- package/fesm2015/ng-atomic-components-templates-smart-index.mjs +58 -20
- package/fesm2015/ng-atomic-components-templates-smart-index.mjs.map +1 -1
- package/fesm2015/ng-atomic-components.mjs +49 -0
- package/fesm2015/ng-atomic-components.mjs.map +1 -1
- package/fesm2020/ng-atomic-components-atoms-chips-input.mjs +75 -72
- package/fesm2020/ng-atomic-components-atoms-chips-input.mjs.map +1 -1
- package/fesm2020/ng-atomic-components-atoms-smart-menu-button.mjs +100 -36
- package/fesm2020/ng-atomic-components-atoms-smart-menu-button.mjs.map +1 -1
- package/fesm2020/ng-atomic-components-frames-auto-layout.mjs +28 -23
- package/fesm2020/ng-atomic-components-frames-auto-layout.mjs.map +1 -1
- package/fesm2020/ng-atomic-components-frames-card.mjs +34 -27
- package/fesm2020/ng-atomic-components-frames-card.mjs.map +1 -1
- package/fesm2020/ng-atomic-components-frames-drawer.mjs +47 -26
- package/fesm2020/ng-atomic-components-frames-drawer.mjs.map +1 -1
- package/fesm2020/ng-atomic-components-frames-line-up-v2.mjs +56 -35
- package/fesm2020/ng-atomic-components-frames-line-up-v2.mjs.map +1 -1
- package/fesm2020/ng-atomic-components-frames-line-up.mjs +63 -40
- package/fesm2020/ng-atomic-components-frames-line-up.mjs.map +1 -1
- package/fesm2020/ng-atomic-components-frames-overlay-v2.mjs +39 -25
- package/fesm2020/ng-atomic-components-frames-overlay-v2.mjs.map +1 -1
- package/fesm2020/ng-atomic-components-frames-overlay.mjs +52 -31
- package/fesm2020/ng-atomic-components-frames-overlay.mjs.map +1 -1
- package/fesm2020/ng-atomic-components-frames-scroll.mjs +38 -27
- package/fesm2020/ng-atomic-components-frames-scroll.mjs.map +1 -1
- package/fesm2020/ng-atomic-components-frames-smart-menu.mjs +51 -32
- package/fesm2020/ng-atomic-components-frames-smart-menu.mjs.map +1 -1
- package/fesm2020/ng-atomic-components-molecules-actions-column.mjs +91 -65
- package/fesm2020/ng-atomic-components-molecules-actions-column.mjs.map +1 -1
- package/fesm2020/ng-atomic-components-molecules-checkbox-column.mjs +80 -52
- package/fesm2020/ng-atomic-components-molecules-checkbox-column.mjs.map +1 -1
- package/fesm2020/ng-atomic-components-molecules-chips-input-field.mjs +146 -34
- package/fesm2020/ng-atomic-components-molecules-chips-input-field.mjs.map +1 -1
- package/fesm2020/ng-atomic-components-molecules-date-input-field.mjs +69 -41
- package/fesm2020/ng-atomic-components-molecules-date-input-field.mjs.map +1 -1
- package/fesm2020/ng-atomic-components-molecules-select-input-field.mjs +60 -38
- package/fesm2020/ng-atomic-components-molecules-select-input-field.mjs.map +1 -1
- package/fesm2020/ng-atomic-components-molecules-smart-column.mjs +93 -42
- package/fesm2020/ng-atomic-components-molecules-smart-column.mjs.map +1 -1
- package/fesm2020/ng-atomic-components-molecules-text-input-field.mjs +64 -39
- package/fesm2020/ng-atomic-components-molecules-text-input-field.mjs.map +1 -1
- package/fesm2020/ng-atomic-components-molecules-textarea-field.mjs +54 -29
- package/fesm2020/ng-atomic-components-molecules-textarea-field.mjs.map +1 -1
- package/fesm2020/ng-atomic-components-organisms-action-buttons-section.mjs +54 -33
- package/fesm2020/ng-atomic-components-organisms-action-buttons-section.mjs.map +1 -1
- package/fesm2020/ng-atomic-components-organisms-back-navigator.mjs +81 -51
- package/fesm2020/ng-atomic-components-organisms-back-navigator.mjs.map +1 -1
- package/fesm2020/ng-atomic-components-organisms-card-input-section.mjs +34 -29
- package/fesm2020/ng-atomic-components-organisms-card-input-section.mjs.map +1 -1
- package/fesm2020/ng-atomic-components-organisms-cvc-and-exp-input-section.mjs +36 -27
- package/fesm2020/ng-atomic-components-organisms-cvc-and-exp-input-section.mjs.map +1 -1
- package/fesm2020/ng-atomic-components-organisms-date-input-section.mjs +36 -31
- package/fesm2020/ng-atomic-components-organisms-date-input-section.mjs.map +1 -1
- package/fesm2020/ng-atomic-components-organisms-heading.mjs +132 -25
- package/fesm2020/ng-atomic-components-organisms-heading.mjs.map +1 -1
- package/fesm2020/ng-atomic-components-organisms-menu.mjs +56 -29
- package/fesm2020/ng-atomic-components-organisms-menu.mjs.map +1 -1
- package/fesm2020/ng-atomic-components-organisms-navigator.mjs +78 -48
- package/fesm2020/ng-atomic-components-organisms-navigator.mjs.map +1 -1
- package/fesm2020/ng-atomic-components-organisms-paginator.mjs +57 -45
- package/fesm2020/ng-atomic-components-organisms-paginator.mjs.map +1 -1
- package/fesm2020/ng-atomic-components-organisms-select-input-section.mjs +39 -34
- package/fesm2020/ng-atomic-components-organisms-select-input-section.mjs.map +1 -1
- package/fesm2020/ng-atomic-components-organisms-smart-table.mjs +151 -79
- package/fesm2020/ng-atomic-components-organisms-smart-table.mjs.map +1 -1
- package/fesm2020/ng-atomic-components-organisms-social-login-section.mjs +35 -29
- package/fesm2020/ng-atomic-components-organisms-social-login-section.mjs.map +1 -1
- package/fesm2020/ng-atomic-components-organisms-text-input-section.mjs +42 -37
- package/fesm2020/ng-atomic-components-organisms-text-input-section.mjs.map +1 -1
- package/fesm2020/ng-atomic-components-organisms-textarea-section.mjs +30 -25
- package/fesm2020/ng-atomic-components-organisms-textarea-section.mjs.map +1 -1
- package/fesm2020/ng-atomic-components-organisms-top-navigator.mjs +52 -39
- package/fesm2020/ng-atomic-components-organisms-top-navigator.mjs.map +1 -1
- package/fesm2020/ng-atomic-components-pages-_index.mjs +25 -24
- package/fesm2020/ng-atomic-components-pages-_index.mjs.map +1 -1
- package/fesm2020/ng-atomic-components-pages-blank.mjs +27 -26
- package/fesm2020/ng-atomic-components-pages-blank.mjs.map +1 -1
- package/fesm2020/ng-atomic-components-templates-entrance.mjs +88 -55
- package/fesm2020/ng-atomic-components-templates-entrance.mjs.map +1 -1
- package/fesm2020/ng-atomic-components-templates-loading.mjs +33 -27
- package/fesm2020/ng-atomic-components-templates-loading.mjs.map +1 -1
- package/fesm2020/ng-atomic-components-templates-menu.mjs +44 -27
- package/fesm2020/ng-atomic-components-templates-menu.mjs.map +1 -1
- package/fesm2020/ng-atomic-components-templates-smart-crud.mjs +144 -74
- package/fesm2020/ng-atomic-components-templates-smart-crud.mjs.map +1 -1
- package/fesm2020/ng-atomic-components-templates-smart-index.mjs +103 -77
- package/fesm2020/ng-atomic-components-templates-smart-index.mjs.map +1 -1
- package/fesm2020/ng-atomic-components.mjs +45 -0
- package/fesm2020/ng-atomic-components.mjs.map +1 -1
- package/frames/auto-layout/auto-layout.frame.d.ts +1 -0
- package/frames/auto-layout/auto-layout.frame.d.ts.map +1 -0
- package/frames/auto-layout/auto-layout.module.d.ts +1 -0
- package/frames/auto-layout/auto-layout.module.d.ts.map +1 -0
- package/frames/auto-layout/index.d.ts +1 -0
- package/frames/auto-layout/index.d.ts.map +1 -0
- package/frames/auto-layout/ng-atomic-components-frames-auto-layout.d.ts +1 -0
- package/frames/auto-layout/ng-atomic-components-frames-auto-layout.d.ts.map +1 -0
- package/frames/card/card.frame.d.ts +1 -0
- package/frames/card/card.frame.d.ts.map +1 -0
- package/frames/card/card.module.d.ts +1 -0
- package/frames/card/card.module.d.ts.map +1 -0
- package/frames/card/index.d.ts +1 -0
- package/frames/card/index.d.ts.map +1 -0
- package/frames/card/ng-atomic-components-frames-card.d.ts +1 -0
- package/frames/card/ng-atomic-components-frames-card.d.ts.map +1 -0
- package/frames/drawer/drawer.frame.d.ts +1 -0
- package/frames/drawer/drawer.frame.d.ts.map +1 -0
- package/frames/drawer/drawer.module.d.ts +1 -0
- package/frames/drawer/drawer.module.d.ts.map +1 -0
- package/frames/drawer/index.d.ts +1 -0
- package/frames/drawer/index.d.ts.map +1 -0
- package/frames/drawer/ng-atomic-components-frames-drawer.d.ts +1 -0
- package/frames/drawer/ng-atomic-components-frames-drawer.d.ts.map +1 -0
- package/frames/line-up/index.d.ts +1 -0
- package/frames/line-up/index.d.ts.map +1 -0
- package/frames/line-up/line-up.animations.d.ts +1 -0
- package/frames/line-up/line-up.animations.d.ts.map +1 -0
- package/frames/line-up/line-up.frame.d.ts +1 -0
- package/frames/line-up/line-up.frame.d.ts.map +1 -0
- package/frames/line-up/line-up.module.d.ts +1 -0
- package/frames/line-up/line-up.module.d.ts.map +1 -0
- package/frames/line-up/ng-atomic-components-frames-line-up.d.ts +1 -0
- package/frames/line-up/ng-atomic-components-frames-line-up.d.ts.map +1 -0
- package/frames/line-up/resize-observer.d.ts +1 -0
- package/frames/line-up/resize-observer.d.ts.map +1 -0
- package/frames/line-up-v2/index.d.ts +1 -0
- package/frames/line-up-v2/index.d.ts.map +1 -0
- package/frames/line-up-v2/line-up.animations.d.ts +1 -0
- package/frames/line-up-v2/line-up.animations.d.ts.map +1 -0
- package/frames/line-up-v2/line-up.frame.d.ts +1 -0
- package/frames/line-up-v2/line-up.frame.d.ts.map +1 -0
- package/frames/line-up-v2/line-up.module.d.ts +1 -0
- package/frames/line-up-v2/line-up.module.d.ts.map +1 -0
- package/frames/line-up-v2/ng-atomic-components-frames-line-up-v2.d.ts +1 -0
- package/frames/line-up-v2/ng-atomic-components-frames-line-up-v2.d.ts.map +1 -0
- package/frames/line-up-v2/resize-observer.d.ts +1 -0
- package/frames/line-up-v2/resize-observer.d.ts.map +1 -0
- package/frames/overlay/index.d.ts +1 -0
- package/frames/overlay/index.d.ts.map +1 -0
- package/frames/overlay/ng-atomic-components-frames-overlay.d.ts +1 -0
- package/frames/overlay/ng-atomic-components-frames-overlay.d.ts.map +1 -0
- package/frames/overlay/overlay.animations.d.ts +1 -0
- package/frames/overlay/overlay.animations.d.ts.map +1 -0
- package/frames/overlay/overlay.frame.d.ts +2 -1
- package/frames/overlay/overlay.frame.d.ts.map +1 -0
- package/frames/overlay/overlay.module.d.ts +1 -0
- package/frames/overlay/overlay.module.d.ts.map +1 -0
- package/frames/overlay-v2/index.d.ts +1 -0
- package/frames/overlay-v2/index.d.ts.map +1 -0
- package/frames/overlay-v2/ng-atomic-components-frames-overlay-v2.d.ts +1 -0
- package/frames/overlay-v2/ng-atomic-components-frames-overlay-v2.d.ts.map +1 -0
- package/frames/overlay-v2/overlay.animations.d.ts +1 -0
- package/frames/overlay-v2/overlay.animations.d.ts.map +1 -0
- package/frames/overlay-v2/overlay.frame.d.ts +1 -0
- package/frames/overlay-v2/overlay.frame.d.ts.map +1 -0
- package/frames/overlay-v2/overlay.module.d.ts +1 -0
- package/frames/overlay-v2/overlay.module.d.ts.map +1 -0
- package/frames/scroll/index.d.ts +1 -0
- package/frames/scroll/index.d.ts.map +1 -0
- package/frames/scroll/ng-atomic-components-frames-scroll.d.ts +1 -0
- package/frames/scroll/ng-atomic-components-frames-scroll.d.ts.map +1 -0
- package/frames/scroll/scroll.frame.d.ts +1 -0
- package/frames/scroll/scroll.frame.d.ts.map +1 -0
- package/frames/scroll/scroll.module.d.ts +2 -1
- package/frames/scroll/scroll.module.d.ts.map +1 -0
- package/frames/smart-menu/index.d.ts +1 -0
- package/frames/smart-menu/index.d.ts.map +1 -0
- package/frames/smart-menu/ng-atomic-components-frames-smart-menu.d.ts +1 -0
- package/frames/smart-menu/ng-atomic-components-frames-smart-menu.d.ts.map +1 -0
- package/frames/smart-menu/smart-menu.frame.d.ts +1 -0
- package/frames/smart-menu/smart-menu.frame.d.ts.map +1 -0
- package/frames/smart-menu/smart-menu.module.d.ts +1 -0
- package/frames/smart-menu/smart-menu.module.d.ts.map +1 -0
- package/index.d.ts +2 -1
- package/index.d.ts.map +1 -0
- package/molecules/actions-column/actions-column.module.d.ts +1 -0
- package/molecules/actions-column/actions-column.module.d.ts.map +1 -0
- package/molecules/actions-column/actions-column.molecule.d.ts +1 -1
- package/molecules/actions-column/actions-column.molecule.d.ts.map +1 -0
- package/molecules/actions-column/index.d.ts +1 -0
- package/molecules/actions-column/index.d.ts.map +1 -0
- package/molecules/actions-column/ng-atomic-components-molecules-actions-column.d.ts +1 -0
- package/molecules/actions-column/ng-atomic-components-molecules-actions-column.d.ts.map +1 -0
- package/molecules/checkbox-column/checkbox-column.module.d.ts +1 -0
- package/molecules/checkbox-column/checkbox-column.module.d.ts.map +1 -0
- package/molecules/checkbox-column/checkbox-column.molecule.d.ts +1 -0
- package/molecules/checkbox-column/checkbox-column.molecule.d.ts.map +1 -0
- package/molecules/checkbox-column/index.d.ts +1 -0
- package/molecules/checkbox-column/index.d.ts.map +1 -0
- package/molecules/checkbox-column/ng-atomic-components-molecules-checkbox-column.d.ts +1 -0
- package/molecules/checkbox-column/ng-atomic-components-molecules-checkbox-column.d.ts.map +1 -0
- package/molecules/chips-input-field/chips-input-field.module.d.ts +8 -2
- package/molecules/chips-input-field/chips-input-field.module.d.ts.map +1 -0
- package/molecules/chips-input-field/chips-input-field.molecule.d.ts +18 -1
- package/molecules/chips-input-field/chips-input-field.molecule.d.ts.map +1 -0
- package/molecules/chips-input-field/index.d.ts +1 -0
- package/molecules/chips-input-field/index.d.ts.map +1 -0
- package/molecules/chips-input-field/ng-atomic-components-molecules-chips-input-field.d.ts +1 -0
- package/molecules/chips-input-field/ng-atomic-components-molecules-chips-input-field.d.ts.map +1 -0
- package/molecules/date-input-field/date-input-field.module.d.ts +1 -0
- package/molecules/date-input-field/date-input-field.module.d.ts.map +1 -0
- package/molecules/date-input-field/date-input-field.molecule.d.ts +1 -0
- package/molecules/date-input-field/date-input-field.molecule.d.ts.map +1 -0
- package/molecules/date-input-field/index.d.ts +1 -0
- package/molecules/date-input-field/index.d.ts.map +1 -0
- package/molecules/date-input-field/ng-atomic-components-molecules-date-input-field.d.ts +1 -0
- package/molecules/date-input-field/ng-atomic-components-molecules-date-input-field.d.ts.map +1 -0
- package/molecules/select-input-field/index.d.ts +1 -0
- package/molecules/select-input-field/index.d.ts.map +1 -0
- package/molecules/select-input-field/ng-atomic-components-molecules-select-input-field.d.ts +1 -0
- package/molecules/select-input-field/ng-atomic-components-molecules-select-input-field.d.ts.map +1 -0
- package/molecules/select-input-field/select-input-field.module.d.ts +1 -0
- package/molecules/select-input-field/select-input-field.module.d.ts.map +1 -0
- package/molecules/select-input-field/select-input-field.molecule.d.ts +1 -0
- package/molecules/select-input-field/select-input-field.molecule.d.ts.map +1 -0
- package/molecules/smart-column/index.d.ts +1 -0
- package/molecules/smart-column/index.d.ts.map +1 -0
- package/molecules/smart-column/ng-atomic-components-molecules-smart-column.d.ts +1 -0
- package/molecules/smart-column/ng-atomic-components-molecules-smart-column.d.ts.map +1 -0
- package/molecules/smart-column/smart-column.module.d.ts +2 -1
- package/molecules/smart-column/smart-column.module.d.ts.map +1 -0
- package/molecules/smart-column/smart-column.molecule.d.ts +1 -0
- package/molecules/smart-column/smart-column.molecule.d.ts.map +1 -0
- package/molecules/text-input-field/index.d.ts +1 -0
- package/molecules/text-input-field/index.d.ts.map +1 -0
- package/molecules/text-input-field/ng-atomic-components-molecules-text-input-field.d.ts +1 -0
- package/molecules/text-input-field/ng-atomic-components-molecules-text-input-field.d.ts.map +1 -0
- package/molecules/text-input-field/text-input-field.module.d.ts +1 -0
- package/molecules/text-input-field/text-input-field.module.d.ts.map +1 -0
- package/molecules/text-input-field/text-input-field.molecule.d.ts +1 -0
- package/molecules/text-input-field/text-input-field.molecule.d.ts.map +1 -0
- package/molecules/textarea-field/index.d.ts +1 -0
- package/molecules/textarea-field/index.d.ts.map +1 -0
- package/molecules/textarea-field/ng-atomic-components-molecules-textarea-field.d.ts +1 -0
- package/molecules/textarea-field/ng-atomic-components-molecules-textarea-field.d.ts.map +1 -0
- package/molecules/textarea-field/textarea-field.module.d.ts +1 -0
- package/molecules/textarea-field/textarea-field.module.d.ts.map +1 -0
- package/molecules/textarea-field/textarea-field.molecule.d.ts +1 -0
- package/molecules/textarea-field/textarea-field.molecule.d.ts.map +1 -0
- package/ng-atomic-components.d.ts +1 -0
- package/ng-atomic-components.d.ts.map +1 -0
- package/organisms/action-buttons-section/action-buttons-section.module.d.ts +1 -0
- package/organisms/action-buttons-section/action-buttons-section.module.d.ts.map +1 -0
- package/organisms/action-buttons-section/action-buttons-section.organism.d.ts +1 -0
- package/organisms/action-buttons-section/action-buttons-section.organism.d.ts.map +1 -0
- package/organisms/action-buttons-section/index.d.ts +1 -0
- package/organisms/action-buttons-section/index.d.ts.map +1 -0
- package/organisms/action-buttons-section/ng-atomic-components-organisms-action-buttons-section.d.ts +1 -0
- package/organisms/action-buttons-section/ng-atomic-components-organisms-action-buttons-section.d.ts.map +1 -0
- package/organisms/back-navigator/back-navigator.module.d.ts +1 -0
- package/organisms/back-navigator/back-navigator.module.d.ts.map +1 -0
- package/organisms/back-navigator/back-navigator.organism.d.ts +1 -0
- package/organisms/back-navigator/back-navigator.organism.d.ts.map +1 -0
- package/organisms/back-navigator/index.d.ts +1 -0
- package/organisms/back-navigator/index.d.ts.map +1 -0
- package/organisms/back-navigator/ng-atomic-components-organisms-back-navigator.d.ts +1 -0
- package/organisms/back-navigator/ng-atomic-components-organisms-back-navigator.d.ts.map +1 -0
- package/organisms/card-input-section/card-input-section.module.d.ts +1 -0
- package/organisms/card-input-section/card-input-section.module.d.ts.map +1 -0
- package/organisms/card-input-section/card-input-section.organism.d.ts +1 -0
- package/organisms/card-input-section/card-input-section.organism.d.ts.map +1 -0
- package/organisms/card-input-section/index.d.ts +1 -0
- package/organisms/card-input-section/index.d.ts.map +1 -0
- package/organisms/card-input-section/ng-atomic-components-organisms-card-input-section.d.ts +1 -0
- package/organisms/card-input-section/ng-atomic-components-organisms-card-input-section.d.ts.map +1 -0
- package/organisms/cvc-and-exp-input-section/cvc-and-exp-input-section.module.d.ts +1 -0
- package/organisms/cvc-and-exp-input-section/cvc-and-exp-input-section.module.d.ts.map +1 -0
- package/organisms/cvc-and-exp-input-section/cvc-and-exp-input-section.organism.d.ts +1 -0
- package/organisms/cvc-and-exp-input-section/cvc-and-exp-input-section.organism.d.ts.map +1 -0
- package/organisms/cvc-and-exp-input-section/index.d.ts +1 -0
- package/organisms/cvc-and-exp-input-section/index.d.ts.map +1 -0
- package/organisms/cvc-and-exp-input-section/ng-atomic-components-organisms-cvc-and-exp-input-section.d.ts +1 -0
- package/organisms/cvc-and-exp-input-section/ng-atomic-components-organisms-cvc-and-exp-input-section.d.ts.map +1 -0
- package/organisms/date-input-section/date-input-section.module.d.ts +1 -0
- package/organisms/date-input-section/date-input-section.module.d.ts.map +1 -0
- package/organisms/date-input-section/date-input-section.organism.d.ts +1 -0
- package/organisms/date-input-section/date-input-section.organism.d.ts.map +1 -0
- package/organisms/date-input-section/index.d.ts +1 -0
- package/organisms/date-input-section/index.d.ts.map +1 -0
- package/organisms/date-input-section/ng-atomic-components-organisms-date-input-section.d.ts +1 -0
- package/organisms/date-input-section/ng-atomic-components-organisms-date-input-section.d.ts.map +1 -0
- package/organisms/heading/heading.module.d.ts +1 -0
- package/organisms/heading/heading.module.d.ts.map +1 -0
- package/organisms/heading/heading.organism.d.ts +1 -0
- package/organisms/heading/heading.organism.d.ts.map +1 -0
- package/organisms/heading/index.d.ts +1 -0
- package/organisms/heading/index.d.ts.map +1 -0
- package/organisms/heading/ng-atomic-components-organisms-heading.d.ts +1 -0
- package/organisms/heading/ng-atomic-components-organisms-heading.d.ts.map +1 -0
- package/organisms/menu/index.d.ts +1 -0
- package/organisms/menu/index.d.ts.map +1 -0
- package/organisms/menu/menu.module.d.ts +1 -0
- package/organisms/menu/menu.module.d.ts.map +1 -0
- package/organisms/menu/menu.organism.d.ts +1 -0
- package/organisms/menu/menu.organism.d.ts.map +1 -0
- package/organisms/menu/ng-atomic-components-organisms-menu.d.ts +1 -0
- package/organisms/menu/ng-atomic-components-organisms-menu.d.ts.map +1 -0
- package/organisms/navigator/index.d.ts +1 -0
- package/organisms/navigator/index.d.ts.map +1 -0
- package/organisms/navigator/navigator.module.d.ts +1 -0
- package/organisms/navigator/navigator.module.d.ts.map +1 -0
- package/organisms/navigator/navigator.organism.d.ts +1 -0
- package/organisms/navigator/navigator.organism.d.ts.map +1 -0
- package/organisms/navigator/ng-atomic-components-organisms-navigator.d.ts +1 -0
- package/organisms/navigator/ng-atomic-components-organisms-navigator.d.ts.map +1 -0
- package/organisms/paginator/index.d.ts +1 -0
- package/organisms/paginator/index.d.ts.map +1 -0
- package/organisms/paginator/ng-atomic-components-organisms-paginator.d.ts +1 -0
- package/organisms/paginator/ng-atomic-components-organisms-paginator.d.ts.map +1 -0
- package/organisms/paginator/paginator.module.d.ts +1 -0
- package/organisms/paginator/paginator.module.d.ts.map +1 -0
- package/organisms/paginator/paginator.organism.d.ts +1 -0
- package/organisms/paginator/paginator.organism.d.ts.map +1 -0
- package/organisms/select-input-section/index.d.ts +1 -0
- package/organisms/select-input-section/index.d.ts.map +1 -0
- package/organisms/select-input-section/ng-atomic-components-organisms-select-input-section.d.ts +1 -0
- package/organisms/select-input-section/ng-atomic-components-organisms-select-input-section.d.ts.map +1 -0
- package/organisms/select-input-section/select-input-section.module.d.ts +1 -0
- package/organisms/select-input-section/select-input-section.module.d.ts.map +1 -0
- package/organisms/select-input-section/select-input-section.organism.d.ts +1 -0
- package/organisms/select-input-section/select-input-section.organism.d.ts.map +1 -0
- package/organisms/smart-table/index.d.ts +1 -0
- package/organisms/smart-table/index.d.ts.map +1 -0
- package/organisms/smart-table/ng-atomic-components-organisms-smart-table.d.ts +1 -0
- package/organisms/smart-table/ng-atomic-components-organisms-smart-table.d.ts.map +1 -0
- package/organisms/smart-table/smart-table.module.d.ts +2 -1
- package/organisms/smart-table/smart-table.module.d.ts.map +1 -0
- package/organisms/smart-table/smart-table.organism.d.ts +1 -0
- package/organisms/smart-table/smart-table.organism.d.ts.map +1 -0
- package/organisms/social-login-section/index.d.ts +1 -0
- package/organisms/social-login-section/index.d.ts.map +1 -0
- package/organisms/social-login-section/ng-atomic-components-organisms-social-login-section.d.ts +1 -0
- package/organisms/social-login-section/ng-atomic-components-organisms-social-login-section.d.ts.map +1 -0
- package/organisms/social-login-section/social-login-section.module.d.ts +1 -0
- package/organisms/social-login-section/social-login-section.module.d.ts.map +1 -0
- package/organisms/social-login-section/social-login-section.organism.d.ts +1 -0
- package/organisms/social-login-section/social-login-section.organism.d.ts.map +1 -0
- package/organisms/text-input-section/index.d.ts +1 -0
- package/organisms/text-input-section/index.d.ts.map +1 -0
- package/organisms/text-input-section/ng-atomic-components-organisms-text-input-section.d.ts +1 -0
- package/organisms/text-input-section/ng-atomic-components-organisms-text-input-section.d.ts.map +1 -0
- package/organisms/text-input-section/text-input-section.module.d.ts +1 -0
- package/organisms/text-input-section/text-input-section.module.d.ts.map +1 -0
- package/organisms/text-input-section/text-input-section.organism.d.ts +1 -0
- package/organisms/text-input-section/text-input-section.organism.d.ts.map +1 -0
- package/organisms/textarea-section/index.d.ts +1 -0
- package/organisms/textarea-section/index.d.ts.map +1 -0
- package/organisms/textarea-section/ng-atomic-components-organisms-textarea-section.d.ts +1 -0
- package/organisms/textarea-section/ng-atomic-components-organisms-textarea-section.d.ts.map +1 -0
- package/organisms/textarea-section/textarea-section.module.d.ts +1 -0
- package/organisms/textarea-section/textarea-section.module.d.ts.map +1 -0
- package/organisms/textarea-section/textarea-section.organism.d.ts +1 -0
- package/organisms/textarea-section/textarea-section.organism.d.ts.map +1 -0
- package/organisms/top-navigator/index.d.ts +1 -0
- package/organisms/top-navigator/index.d.ts.map +1 -0
- package/organisms/top-navigator/ng-atomic-components-organisms-top-navigator.d.ts +1 -0
- package/organisms/top-navigator/ng-atomic-components-organisms-top-navigator.d.ts.map +1 -0
- package/organisms/top-navigator/top-navigator.module.d.ts +1 -0
- package/organisms/top-navigator/top-navigator.module.d.ts.map +1 -0
- package/organisms/top-navigator/top-navigator.organism.d.ts +1 -0
- package/organisms/top-navigator/top-navigator.organism.d.ts.map +1 -0
- package/package.json +22 -10
- package/pages/_index/index.d.ts +1 -0
- package/pages/_index/index.d.ts.map +1 -0
- package/pages/_index/index.module.d.ts +1 -0
- package/pages/_index/index.module.d.ts.map +1 -0
- package/pages/_index/index.page.d.ts +1 -0
- package/pages/_index/index.page.d.ts.map +1 -0
- package/pages/_index/ng-atomic-components-pages-_index.d.ts +1 -0
- package/pages/_index/ng-atomic-components-pages-_index.d.ts.map +1 -0
- package/pages/blank/blank.module.d.ts +1 -0
- package/pages/blank/blank.module.d.ts.map +1 -0
- package/pages/blank/blank.page.d.ts +1 -0
- package/pages/blank/blank.page.d.ts.map +1 -0
- package/pages/blank/blank.route.d.ts +1 -0
- package/pages/blank/blank.route.d.ts.map +1 -0
- package/pages/blank/index.d.ts +1 -0
- package/pages/blank/index.d.ts.map +1 -0
- package/pages/blank/ng-atomic-components-pages-blank.d.ts +1 -0
- package/pages/blank/ng-atomic-components-pages-blank.d.ts.map +1 -0
- package/templates/entrance/entrance.module.d.ts +1 -0
- package/templates/entrance/entrance.module.d.ts.map +1 -0
- package/templates/entrance/entrance.template.d.ts +1 -0
- package/templates/entrance/entrance.template.d.ts.map +1 -0
- package/templates/entrance/index.d.ts +1 -0
- package/templates/entrance/index.d.ts.map +1 -0
- package/templates/entrance/ng-atomic-components-templates-entrance.d.ts +1 -0
- package/templates/entrance/ng-atomic-components-templates-entrance.d.ts.map +1 -0
- package/templates/loading/index.d.ts +1 -0
- package/templates/loading/index.d.ts.map +1 -0
- package/templates/loading/loading.module.d.ts +1 -0
- package/templates/loading/loading.module.d.ts.map +1 -0
- package/templates/loading/loading.template.d.ts +1 -0
- package/templates/loading/loading.template.d.ts.map +1 -0
- package/templates/loading/ng-atomic-components-templates-loading.d.ts +1 -0
- package/templates/loading/ng-atomic-components-templates-loading.d.ts.map +1 -0
- package/templates/menu/index.d.ts +1 -0
- package/templates/menu/index.d.ts.map +1 -0
- package/templates/menu/menu.module.d.ts +1 -0
- package/templates/menu/menu.module.d.ts.map +1 -0
- package/templates/menu/menu.template.d.ts +1 -0
- package/templates/menu/menu.template.d.ts.map +1 -0
- package/templates/menu/ng-atomic-components-templates-menu.d.ts +1 -0
- package/templates/menu/ng-atomic-components-templates-menu.d.ts.map +1 -0
- package/templates/smart-crud/index.d.ts +1 -0
- package/templates/smart-crud/index.d.ts.map +1 -0
- package/templates/smart-crud/ng-atomic-components-templates-smart-crud.d.ts +1 -0
- package/templates/smart-crud/ng-atomic-components-templates-smart-crud.d.ts.map +1 -0
- package/templates/smart-crud/smart-crud.module.d.ts +11 -9
- package/templates/smart-crud/smart-crud.module.d.ts.map +1 -0
- package/templates/smart-crud/smart-crud.template.d.ts +1 -0
- package/templates/smart-crud/smart-crud.template.d.ts.map +1 -0
- package/templates/smart-index/index.d.ts +1 -0
- package/templates/smart-index/index.d.ts.map +1 -0
- package/templates/smart-index/ng-atomic-components-templates-smart-index.d.ts +1 -0
- package/templates/smart-index/ng-atomic-components-templates-smart-index.d.ts.map +1 -0
- package/templates/smart-index/smart-index.module.d.ts +1 -0
- package/templates/smart-index/smart-index.module.d.ts.map +1 -0
- package/templates/smart-index/smart-index.template.d.ts +1 -0
- package/templates/smart-index/smart-index.template.d.ts.map +1 -0
- package/README.md +0 -7
- package/atoms/chips-input/chips.manager.d.ts +0 -11
- package/esm2020/atoms/chips-input/chips.manager.mjs +0 -32
|
@@ -2,8 +2,22 @@ import { CdkCellDef, CdkColumnDef, CdkHeaderCellDef, CdkTable } from '@angular/c
|
|
|
2
2
|
import { ChangeDetectionStrategy, Component, EventEmitter, Input, Optional, Output, ViewChild, ViewEncapsulation } from '@angular/core';
|
|
3
3
|
import * as i0 from "@angular/core";
|
|
4
4
|
import * as i1 from "@angular/cdk/table";
|
|
5
|
-
import * as i2 from "@angular/material/
|
|
6
|
-
import * as i3 from "@angular/material/
|
|
5
|
+
import * as i2 from "@angular/material/table";
|
|
6
|
+
import * as i3 from "@angular/material/checkbox";
|
|
7
|
+
function CheckboxColumnMolecule_th_1_Template(rf, ctx) { if (rf & 1) {
|
|
8
|
+
i0.ɵɵelement(0, "th", 3);
|
|
9
|
+
} }
|
|
10
|
+
function CheckboxColumnMolecule_td_2_Template(rf, ctx) { if (rf & 1) {
|
|
11
|
+
const _r4 = i0.ɵɵgetCurrentView();
|
|
12
|
+
i0.ɵɵelementStart(0, "td", 4)(1, "mat-checkbox", 5);
|
|
13
|
+
i0.ɵɵlistener("click", function CheckboxColumnMolecule_td_2_Template_mat_checkbox_click_1_listener() { const restoredCtx = i0.ɵɵrestoreView(_r4); const item_r2 = restoredCtx.$implicit; const ctx_r3 = i0.ɵɵnextContext(); return ctx_r3.checkboxClick.emit(item_r2); });
|
|
14
|
+
i0.ɵɵelementEnd()();
|
|
15
|
+
} if (rf & 2) {
|
|
16
|
+
const item_r2 = ctx.$implicit;
|
|
17
|
+
const ctx_r1 = i0.ɵɵnextContext();
|
|
18
|
+
i0.ɵɵadvance(1);
|
|
19
|
+
i0.ɵɵproperty("checked", ctx_r1.selectedIdSet.has(item_r2.id));
|
|
20
|
+
} }
|
|
7
21
|
export class CheckboxColumnMolecule {
|
|
8
22
|
constructor(_table) {
|
|
9
23
|
this._table = _table;
|
|
@@ -36,27 +50,41 @@ export class CheckboxColumnMolecule {
|
|
|
36
50
|
}
|
|
37
51
|
}
|
|
38
52
|
}
|
|
39
|
-
CheckboxColumnMolecule.ɵfac =
|
|
40
|
-
CheckboxColumnMolecule.ɵcmp = i0.ɵɵ
|
|
41
|
-
i0.ɵɵ
|
|
42
|
-
|
|
43
|
-
|
|
44
|
-
|
|
45
|
-
|
|
46
|
-
|
|
47
|
-
|
|
48
|
-
|
|
49
|
-
|
|
50
|
-
|
|
51
|
-
|
|
52
|
-
|
|
53
|
-
|
|
54
|
-
|
|
55
|
-
|
|
56
|
-
|
|
57
|
-
|
|
58
|
-
|
|
59
|
-
type:
|
|
60
|
-
|
|
61
|
-
|
|
62
|
-
|
|
53
|
+
CheckboxColumnMolecule.ɵfac = function CheckboxColumnMolecule_Factory(t) { return new (t || CheckboxColumnMolecule)(i0.ɵɵdirectiveInject(i1.CdkTable, 8)); };
|
|
54
|
+
CheckboxColumnMolecule.ɵcmp = /*@__PURE__*/ i0.ɵɵdefineComponent({ type: CheckboxColumnMolecule, selectors: [["molecules-checkbox-column"]], viewQuery: function CheckboxColumnMolecule_Query(rf, ctx) { if (rf & 1) {
|
|
55
|
+
i0.ɵɵviewQuery(CdkColumnDef, 7);
|
|
56
|
+
i0.ɵɵviewQuery(CdkCellDef, 7);
|
|
57
|
+
i0.ɵɵviewQuery(CdkHeaderCellDef, 7);
|
|
58
|
+
} if (rf & 2) {
|
|
59
|
+
let _t;
|
|
60
|
+
i0.ɵɵqueryRefresh(_t = i0.ɵɵloadQuery()) && (ctx.columnDef = _t.first);
|
|
61
|
+
i0.ɵɵqueryRefresh(_t = i0.ɵɵloadQuery()) && (ctx.cell = _t.first);
|
|
62
|
+
i0.ɵɵqueryRefresh(_t = i0.ɵɵloadQuery()) && (ctx.headerCell = _t.first);
|
|
63
|
+
} }, inputs: { name: "name", selectedIdSet: "selectedIdSet" }, outputs: { checkboxClick: "checkboxClick" }, decls: 3, vars: 0, consts: [["matColumnDef", ""], ["mat-header-cell", "", 4, "matHeaderCellDef"], ["mat-cell", "", 4, "matCellDef"], ["mat-header-cell", ""], ["mat-cell", ""], [3, "checked", "click"]], template: function CheckboxColumnMolecule_Template(rf, ctx) { if (rf & 1) {
|
|
64
|
+
i0.ɵɵelementContainerStart(0, 0);
|
|
65
|
+
i0.ɵɵtemplate(1, CheckboxColumnMolecule_th_1_Template, 1, 0, "th", 1);
|
|
66
|
+
i0.ɵɵtemplate(2, CheckboxColumnMolecule_td_2_Template, 2, 1, "td", 2);
|
|
67
|
+
i0.ɵɵelementContainerEnd();
|
|
68
|
+
} }, directives: [i2.MatColumnDef, i2.MatHeaderCellDef, i2.MatHeaderCell, i2.MatCellDef, i2.MatCell, i3.MatCheckbox], styles: [""], encapsulation: 2, changeDetection: 0 });
|
|
69
|
+
(function () { (typeof ngDevMode === "undefined" || ngDevMode) && i0.ɵsetClassMetadata(CheckboxColumnMolecule, [{
|
|
70
|
+
type: Component,
|
|
71
|
+
args: [{ selector: 'molecules-checkbox-column', encapsulation: ViewEncapsulation.None, changeDetection: ChangeDetectionStrategy.OnPush, template: "<ng-container matColumnDef>\n <th mat-header-cell *matHeaderCellDef></th>\n <td mat-cell *matCellDef=\"let item\">\n <mat-checkbox\n (click)=\"checkboxClick.emit(item)\"\n [checked]=\"selectedIdSet.has(item.id)\"\n ></mat-checkbox>\n </td>\n</ng-container>\n", styles: [""] }]
|
|
72
|
+
}], function () { return [{ type: i1.CdkTable, decorators: [{
|
|
73
|
+
type: Optional
|
|
74
|
+
}] }]; }, { name: [{
|
|
75
|
+
type: Input
|
|
76
|
+
}], selectedIdSet: [{
|
|
77
|
+
type: Input
|
|
78
|
+
}], checkboxClick: [{
|
|
79
|
+
type: Output
|
|
80
|
+
}], columnDef: [{
|
|
81
|
+
type: ViewChild,
|
|
82
|
+
args: [CdkColumnDef, { static: true }]
|
|
83
|
+
}], cell: [{
|
|
84
|
+
type: ViewChild,
|
|
85
|
+
args: [CdkCellDef, { static: true }]
|
|
86
|
+
}], headerCell: [{
|
|
87
|
+
type: ViewChild,
|
|
88
|
+
args: [CdkHeaderCellDef, { static: true }]
|
|
89
|
+
}] }); })();
|
|
90
|
+
//# sourceMappingURL=data:application/json;base64,eyJ2ZXJzaW9uIjozLCJmaWxlIjoiY2hlY2tib3gtY29sdW1uLm1vbGVjdWxlLmpzIiwic291cmNlUm9vdCI6IiIsInNvdXJjZXMiOlsiLi4vLi4vLi4vLi4vLi4vLi4vbGlicy9jb21wb25lbnRzL3NyYy9tb2xlY3VsZXMvY2hlY2tib3gtY29sdW1uL2NoZWNrYm94LWNvbHVtbi5tb2xlY3VsZS50cyIsIi4uLy4uLy4uLy4uLy4uLy4uL2xpYnMvY29tcG9uZW50cy9zcmMvbW9sZWN1bGVzL2NoZWNrYm94LWNvbHVtbi9jaGVja2JveC1jb2x1bW4ubW9sZWN1bGUuaHRtbCJdLCJuYW1lcyI6W10sIm1hcHBpbmdzIjoiQUFBQSxPQUFPLEVBQUUsVUFBVSxFQUFFLFlBQVksRUFBRSxnQkFBZ0IsRUFBRSxRQUFRLEVBQUUsTUFBTSxvQkFBb0IsQ0FBQztBQUMxRixPQUFPLEVBQUUsdUJBQXVCLEVBQUUsU0FBUyxFQUFFLFlBQVksRUFBRSxLQUFLLEVBQVUsUUFBUSxFQUFFLE1BQU0sRUFBRSxTQUFTLEVBQUUsaUJBQWlCLEVBQUUsTUFBTSxlQUFlLENBQUM7Ozs7OztJQ0E5SSx3QkFBMkM7Ozs7SUFDM0MsNkJBQW9DLHNCQUFBO0lBRWhDLG1PQUFTLGtDQUF3QixJQUFDO0lBRW5DLGlCQUFlLEVBQUE7Ozs7SUFEZCxlQUFzQztJQUF0Qyw4REFBc0M7O0FESzVDLE1BQU0sT0FBTyxzQkFBc0I7SUEwQmpDLFlBQWdDLE1BQW1CO1FBQW5CLFdBQU0sR0FBTixNQUFNLENBQWE7UUFkbkQsa0JBQWEsR0FBRyxJQUFJLEdBQUcsRUFBVSxDQUFDO1FBR2xDLGtCQUFhLEdBQUcsSUFBSSxZQUFZLEVBQUssQ0FBQztJQVdpQixDQUFDO0lBekJ4RCxJQUNJLElBQUk7UUFDTixPQUFPLElBQUksQ0FBQyxLQUFLLENBQUM7SUFDcEIsQ0FBQztJQUNELElBQUksSUFBSSxDQUFDLElBQVk7UUFDbkIsSUFBSSxDQUFDLEtBQUssR0FBRyxJQUFJLENBQUM7UUFDbEIsSUFBSSxDQUFDLGtCQUFrQixFQUFFLENBQUM7SUFDNUIsQ0FBQztJQW9CRCxRQUFRO1FBQ04sSUFBSSxDQUFDLGtCQUFrQixFQUFFLENBQUM7UUFFMUIsSUFBSSxJQUFJLENBQUMsTUFBTSxFQUFFO1lBQ2YsSUFBSSxDQUFDLFNBQVMsQ0FBQyxJQUFJLEdBQUcsSUFBSSxDQUFDLElBQUksQ0FBQztZQUNoQyxJQUFJLENBQUMsU0FBUyxDQUFDLFVBQVUsR0FBRyxJQUFJLENBQUMsVUFBVSxDQUFDO1lBQzVDLElBQUksQ0FBQyxNQUFNLENBQUMsWUFBWSxDQUFDLElBQUksQ0FBQyxTQUFTLENBQUMsQ0FBQztTQUMxQztJQUNILENBQUM7SUFFRCxXQUFXO1FBQ1QsSUFBSSxJQUFJLENBQUMsTUFBTSxFQUFFO1lBQ2YsSUFBSSxDQUFDLE1BQU0sQ0FBQyxlQUFlLENBQUMsSUFBSSxDQUFDLFNBQVMsQ0FBQyxDQUFDO1NBQzdDO0lBQ0gsQ0FBQztJQUVPLGtCQUFrQjtRQUN4QixJQUFJLElBQUksQ0FBQyxTQUFTLEVBQUU7WUFDbEIsSUFBSSxDQUFDLFNBQVMsQ0FBQyxJQUFJLEdBQUcsSUFBSSxDQUFDLElBQUksQ0FBQztTQUNqQztJQUNILENBQUM7OzRGQWhEVSxzQkFBc0I7eUVBQXRCLHNCQUFzQjt1QkFpQnRCLFlBQVk7dUJBR1osVUFBVTt1QkFHVixnQkFBZ0I7Ozs7Ozs7UUNqQzdCLGdDQUEyQjtRQUN6QixxRUFBMkM7UUFDM0MscUVBS0s7UUFDUCwwQkFBZTs7dUZERUYsc0JBQXNCO2NBUGxDLFNBQVM7MkJBQ0UsMkJBQTJCLGlCQUd0QixpQkFBaUIsQ0FBQyxJQUFJLG1CQUNwQix1QkFBdUIsQ0FBQyxNQUFNOztzQkE0QmxDLFFBQVE7d0JBeEJqQixJQUFJO2tCQURQLEtBQUs7WUFXTixhQUFhO2tCQURaLEtBQUs7WUFJTixhQUFhO2tCQURaLE1BQU07WUFJUCxTQUFTO2tCQURSLFNBQVM7bUJBQUMsWUFBWSxFQUFFLEVBQUMsTUFBTSxFQUFFLElBQUksRUFBQztZQUl2QyxJQUFJO2tCQURILFNBQVM7bUJBQUMsVUFBVSxFQUFFLEVBQUMsTUFBTSxFQUFFLElBQUksRUFBQztZQUlyQyxVQUFVO2tCQURULFNBQVM7bUJBQUMsZ0JBQWdCLEVBQUUsRUFBQyxNQUFNLEVBQUUsSUFBSSxFQUFDIiwic291cmNlc0NvbnRlbnQiOlsiaW1wb3J0IHsgQ2RrQ2VsbERlZiwgQ2RrQ29sdW1uRGVmLCBDZGtIZWFkZXJDZWxsRGVmLCBDZGtUYWJsZSB9IGZyb20gJ0Bhbmd1bGFyL2Nkay90YWJsZSc7XG5pbXBvcnQgeyBDaGFuZ2VEZXRlY3Rpb25TdHJhdGVneSwgQ29tcG9uZW50LCBFdmVudEVtaXR0ZXIsIElucHV0LCBPbkluaXQsIE9wdGlvbmFsLCBPdXRwdXQsIFZpZXdDaGlsZCwgVmlld0VuY2Fwc3VsYXRpb24gfSBmcm9tICdAYW5ndWxhci9jb3JlJztcblxuQENvbXBvbmVudCh7XG4gIHNlbGVjdG9yOiAnbW9sZWN1bGVzLWNoZWNrYm94LWNvbHVtbicsXG4gIHRlbXBsYXRlVXJsOiAnLi9jaGVja2JveC1jb2x1bW4ubW9sZWN1bGUuaHRtbCcsXG4gIHN0eWxlVXJsczogWycuL2NoZWNrYm94LWNvbHVtbi5tb2xlY3VsZS5zY3NzJ10sXG4gIGVuY2Fwc3VsYXRpb246IFZpZXdFbmNhcHN1bGF0aW9uLk5vbmUsXG4gIGNoYW5nZURldGVjdGlvbjogQ2hhbmdlRGV0ZWN0aW9uU3RyYXRlZ3kuT25QdXNoLFxufSlcbmV4cG9ydCBjbGFzcyBDaGVja2JveENvbHVtbk1vbGVjdWxlPFQ+IGltcGxlbWVudHMgT25Jbml0IHtcbiAgQElucHV0KClcbiAgZ2V0IG5hbWUoKTogc3RyaW5nIHtcbiAgICByZXR1cm4gdGhpcy5fbmFtZTtcbiAgfVxuICBzZXQgbmFtZShuYW1lOiBzdHJpbmcpIHtcbiAgICB0aGlzLl9uYW1lID0gbmFtZTtcbiAgICB0aGlzLl9zeW5jQ29sdW1uRGVmTmFtZSgpO1xuICB9XG4gIF9uYW1lITogc3RyaW5nO1xuXG4gIEBJbnB1dCgpXG4gIHNlbGVjdGVkSWRTZXQgPSBuZXcgU2V0PHN0cmluZz4oKTtcblxuICBAT3V0cHV0KClcbiAgY2hlY2tib3hDbGljayA9IG5ldyBFdmVudEVtaXR0ZXI8VD4oKTtcblxuICBAVmlld0NoaWxkKENka0NvbHVtbkRlZiwge3N0YXRpYzogdHJ1ZX0pXG4gIGNvbHVtbkRlZiE6IENka0NvbHVtbkRlZjtcblxuICBAVmlld0NoaWxkKENka0NlbGxEZWYsIHtzdGF0aWM6IHRydWV9KVxuICBjZWxsITogQ2RrQ2VsbERlZjtcblxuICBAVmlld0NoaWxkKENka0hlYWRlckNlbGxEZWYsIHtzdGF0aWM6IHRydWV9KVxuICBoZWFkZXJDZWxsITogQ2RrSGVhZGVyQ2VsbERlZjtcblxuICBjb25zdHJ1Y3RvcihAT3B0aW9uYWwoKSBwcml2YXRlIF90YWJsZTogQ2RrVGFibGU8VD4pIHsgfVxuXG4gIG5nT25Jbml0KCkge1xuICAgIHRoaXMuX3N5bmNDb2x1bW5EZWZOYW1lKCk7XG5cbiAgICBpZiAodGhpcy5fdGFibGUpIHtcbiAgICAgIHRoaXMuY29sdW1uRGVmLmNlbGwgPSB0aGlzLmNlbGw7XG4gICAgICB0aGlzLmNvbHVtbkRlZi5oZWFkZXJDZWxsID0gdGhpcy5oZWFkZXJDZWxsO1xuICAgICAgdGhpcy5fdGFibGUuYWRkQ29sdW1uRGVmKHRoaXMuY29sdW1uRGVmKTtcbiAgICB9XG4gIH1cblxuICBuZ09uRGVzdHJveSgpIHtcbiAgICBpZiAodGhpcy5fdGFibGUpIHtcbiAgICAgIHRoaXMuX3RhYmxlLnJlbW92ZUNvbHVtbkRlZih0aGlzLmNvbHVtbkRlZik7XG4gICAgfVxuICB9XG5cbiAgcHJpdmF0ZSBfc3luY0NvbHVtbkRlZk5hbWUoKSB7XG4gICAgaWYgKHRoaXMuY29sdW1uRGVmKSB7XG4gICAgICB0aGlzLmNvbHVtbkRlZi5uYW1lID0gdGhpcy5uYW1lO1xuICAgIH1cbiAgfVxufVxuIiwiPG5nLWNvbnRhaW5lciBtYXRDb2x1bW5EZWY+XG4gIDx0aCBtYXQtaGVhZGVyLWNlbGwgKm1hdEhlYWRlckNlbGxEZWY+PC90aD5cbiAgPHRkIG1hdC1jZWxsICptYXRDZWxsRGVmPVwibGV0IGl0ZW1cIj5cbiAgICA8bWF0LWNoZWNrYm94XG4gICAgICAoY2xpY2spPVwiY2hlY2tib3hDbGljay5lbWl0KGl0ZW0pXCJcbiAgICAgIFtjaGVja2VkXT1cInNlbGVjdGVkSWRTZXQuaGFzKGl0ZW0uaWQpXCJcbiAgICA+PC9tYXQtY2hlY2tib3g+XG4gIDwvdGQ+XG48L25nLWNvbnRhaW5lcj5cbiJdfQ==
|
|
@@ -1,3 +1,3 @@
|
|
|
1
1
|
export { CheckboxColumnModule } from './checkbox-column.module';
|
|
2
2
|
export * from './checkbox-column.molecule';
|
|
3
|
-
//# sourceMappingURL=data:application/json;base64,
|
|
3
|
+
//# sourceMappingURL=data:application/json;base64,eyJ2ZXJzaW9uIjozLCJmaWxlIjoiaW5kZXguanMiLCJzb3VyY2VSb290IjoiIiwic291cmNlcyI6WyIuLi8uLi8uLi8uLi8uLi8uLi9saWJzL2NvbXBvbmVudHMvc3JjL21vbGVjdWxlcy9jaGVja2JveC1jb2x1bW4vaW5kZXgudHMiXSwibmFtZXMiOltdLCJtYXBwaW5ncyI6IkFBQUEsT0FBTyxFQUFFLG9CQUFvQixFQUFFLE1BQU0sMEJBQTBCLENBQUM7QUFDaEUsY0FBYyw0QkFBNEIsQ0FBQyIsInNvdXJjZXNDb250ZW50IjpbImV4cG9ydCB7IENoZWNrYm94Q29sdW1uTW9kdWxlIH0gZnJvbSAnLi9jaGVja2JveC1jb2x1bW4ubW9kdWxlJztcbmV4cG9ydCAqIGZyb20gJy4vY2hlY2tib3gtY29sdW1uLm1vbGVjdWxlJztcbiJdfQ==
|
package/esm2020/molecules/checkbox-column/ng-atomic-components-molecules-checkbox-column.mjs
CHANGED
|
@@ -2,4 +2,4 @@
|
|
|
2
2
|
* Generated bundle index. Do not edit.
|
|
3
3
|
*/
|
|
4
4
|
export * from './index';
|
|
5
|
-
//# sourceMappingURL=data:application/json;base64,
|
|
5
|
+
//# sourceMappingURL=data:application/json;base64,eyJ2ZXJzaW9uIjozLCJmaWxlIjoibmctYXRvbWljLWNvbXBvbmVudHMtbW9sZWN1bGVzLWNoZWNrYm94LWNvbHVtbi5qcyIsInNvdXJjZVJvb3QiOiIiLCJzb3VyY2VzIjpbIi4uLy4uLy4uLy4uLy4uLy4uL2xpYnMvY29tcG9uZW50cy9zcmMvbW9sZWN1bGVzL2NoZWNrYm94LWNvbHVtbi9uZy1hdG9taWMtY29tcG9uZW50cy1tb2xlY3VsZXMtY2hlY2tib3gtY29sdW1uLnRzIl0sIm5hbWVzIjpbXSwibWFwcGluZ3MiOiJBQUFBOztHQUVHO0FBRUgsY0FBYyxTQUFTLENBQUMiLCJzb3VyY2VzQ29udGVudCI6WyIvKipcbiAqIEdlbmVyYXRlZCBidW5kbGUgaW5kZXguIERvIG5vdCBlZGl0LlxuICovXG5cbmV4cG9ydCAqIGZyb20gJy4vaW5kZXgnO1xuIl19
|
|
@@ -2,32 +2,58 @@ import { NgModule } from '@angular/core';
|
|
|
2
2
|
import { CommonModule } from '@angular/common';
|
|
3
3
|
import { ChipsInputModule } from '@ng-atomic/components/atoms/chips-input';
|
|
4
4
|
import { ChipsInputFieldMolecule } from './chips-input-field.molecule';
|
|
5
|
+
import { MatFormFieldModule } from '@angular/material/form-field';
|
|
6
|
+
import { MatInputModule } from '@angular/material/input';
|
|
7
|
+
import { ReactiveFormsModule } from '@angular/forms';
|
|
8
|
+
import { MatChipsModule } from '@angular/material/chips';
|
|
9
|
+
import { MatIconModule } from '@angular/material/icon';
|
|
5
10
|
import * as i0 from "@angular/core";
|
|
6
11
|
export class ChipsInputFieldModule {
|
|
7
12
|
}
|
|
8
|
-
ChipsInputFieldModule.ɵfac =
|
|
9
|
-
ChipsInputFieldModule.ɵmod = i0.ɵɵ
|
|
10
|
-
|
|
11
|
-
ChipsInputModule], exports: [ChipsInputFieldMolecule] });
|
|
12
|
-
ChipsInputFieldModule.ɵinj = i0.ɵɵngDeclareInjector({ minVersion: "12.0.0", version: "13.3.11", ngImport: i0, type: ChipsInputFieldModule, imports: [[
|
|
13
|
+
ChipsInputFieldModule.ɵfac = function ChipsInputFieldModule_Factory(t) { return new (t || ChipsInputFieldModule)(); };
|
|
14
|
+
ChipsInputFieldModule.ɵmod = /*@__PURE__*/ i0.ɵɵdefineNgModule({ type: ChipsInputFieldModule, bootstrap: [ChipsInputFieldMolecule] });
|
|
15
|
+
ChipsInputFieldModule.ɵinj = /*@__PURE__*/ i0.ɵɵdefineInjector({ imports: [[
|
|
13
16
|
CommonModule,
|
|
17
|
+
ReactiveFormsModule,
|
|
18
|
+
// Materials
|
|
19
|
+
MatChipsModule,
|
|
20
|
+
MatIconModule,
|
|
21
|
+
MatInputModule,
|
|
22
|
+
MatFormFieldModule,
|
|
23
|
+
MatInputModule,
|
|
14
24
|
// Atoms
|
|
15
25
|
ChipsInputModule,
|
|
16
26
|
]] });
|
|
17
|
-
|
|
18
|
-
|
|
19
|
-
|
|
20
|
-
|
|
21
|
-
|
|
22
|
-
|
|
23
|
-
|
|
24
|
-
|
|
25
|
-
|
|
26
|
-
|
|
27
|
-
|
|
28
|
-
|
|
29
|
-
|
|
30
|
-
|
|
31
|
-
|
|
32
|
-
|
|
33
|
-
|
|
27
|
+
(function () { (typeof ngDevMode === "undefined" || ngDevMode) && i0.ɵsetClassMetadata(ChipsInputFieldModule, [{
|
|
28
|
+
type: NgModule,
|
|
29
|
+
args: [{
|
|
30
|
+
declarations: [
|
|
31
|
+
ChipsInputFieldMolecule
|
|
32
|
+
],
|
|
33
|
+
imports: [
|
|
34
|
+
CommonModule,
|
|
35
|
+
ReactiveFormsModule,
|
|
36
|
+
// Materials
|
|
37
|
+
MatChipsModule,
|
|
38
|
+
MatIconModule,
|
|
39
|
+
MatInputModule,
|
|
40
|
+
MatFormFieldModule,
|
|
41
|
+
MatInputModule,
|
|
42
|
+
// Atoms
|
|
43
|
+
ChipsInputModule,
|
|
44
|
+
],
|
|
45
|
+
exports: [ChipsInputFieldMolecule],
|
|
46
|
+
bootstrap: [ChipsInputFieldMolecule],
|
|
47
|
+
}]
|
|
48
|
+
}], null, null); })();
|
|
49
|
+
(function () { (typeof ngJitMode === "undefined" || ngJitMode) && i0.ɵɵsetNgModuleScope(ChipsInputFieldModule, { declarations: [ChipsInputFieldMolecule], imports: [CommonModule,
|
|
50
|
+
ReactiveFormsModule,
|
|
51
|
+
// Materials
|
|
52
|
+
MatChipsModule,
|
|
53
|
+
MatIconModule,
|
|
54
|
+
MatInputModule,
|
|
55
|
+
MatFormFieldModule,
|
|
56
|
+
MatInputModule,
|
|
57
|
+
// Atoms
|
|
58
|
+
ChipsInputModule], exports: [ChipsInputFieldMolecule] }); })();
|
|
59
|
+
//# sourceMappingURL=data:application/json;base64,eyJ2ZXJzaW9uIjozLCJmaWxlIjoiY2hpcHMtaW5wdXQtZmllbGQubW9kdWxlLmpzIiwic291cmNlUm9vdCI6IiIsInNvdXJjZXMiOlsiLi4vLi4vLi4vLi4vLi4vLi4vbGlicy9jb21wb25lbnRzL3NyYy9tb2xlY3VsZXMvY2hpcHMtaW5wdXQtZmllbGQvY2hpcHMtaW5wdXQtZmllbGQubW9kdWxlLnRzIl0sIm5hbWVzIjpbXSwibWFwcGluZ3MiOiJBQUFBLE9BQU8sRUFBRSxRQUFRLEVBQUUsTUFBTSxlQUFlLENBQUM7QUFDekMsT0FBTyxFQUFFLFlBQVksRUFBRSxNQUFNLGlCQUFpQixDQUFDO0FBQy9DLE9BQU8sRUFBRSxnQkFBZ0IsRUFBRSxNQUFNLHlDQUF5QyxDQUFDO0FBRTNFLE9BQU8sRUFBRSx1QkFBdUIsRUFBRSxNQUFNLDhCQUE4QixDQUFDO0FBQ3ZFLE9BQU8sRUFBRSxrQkFBa0IsRUFBRSxNQUFNLDhCQUE4QixDQUFDO0FBQ2xFLE9BQU8sRUFBRSxjQUFjLEVBQUUsTUFBTSx5QkFBeUIsQ0FBQztBQUN6RCxPQUFPLEVBQUUsbUJBQW1CLEVBQUUsTUFBTSxnQkFBZ0IsQ0FBQztBQUNyRCxPQUFPLEVBQUUsY0FBYyxFQUFFLE1BQU0seUJBQXlCLENBQUM7QUFDekQsT0FBTyxFQUFFLGFBQWEsRUFBRSxNQUFNLHdCQUF3QixDQUFDOztBQXFCdkQsTUFBTSxPQUFPLHFCQUFxQjs7MEZBQXJCLHFCQUFxQjt1RUFBckIscUJBQXFCLGNBRnBCLHVCQUF1QjsyRUFiMUI7WUFDUCxZQUFZO1lBQ1osbUJBQW1CO1lBQ25CLFlBQVk7WUFDWixjQUFjO1lBQ2QsYUFBYTtZQUNiLGNBQWM7WUFDZCxrQkFBa0I7WUFDbEIsY0FBYztZQUNkLFFBQVE7WUFDUixnQkFBZ0I7U0FDakI7dUZBSVUscUJBQXFCO2NBbkJqQyxRQUFRO2VBQUM7Z0JBQ1IsWUFBWSxFQUFFO29CQUNaLHVCQUF1QjtpQkFDeEI7Z0JBQ0QsT0FBTyxFQUFFO29CQUNQLFlBQVk7b0JBQ1osbUJBQW1CO29CQUNuQixZQUFZO29CQUNaLGNBQWM7b0JBQ2QsYUFBYTtvQkFDYixjQUFjO29CQUNkLGtCQUFrQjtvQkFDbEIsY0FBYztvQkFDZCxRQUFRO29CQUNSLGdCQUFnQjtpQkFDakI7Z0JBQ0QsT0FBTyxFQUFFLENBQUMsdUJBQXVCLENBQUM7Z0JBQ2xDLFNBQVMsRUFBRSxDQUFDLHVCQUF1QixDQUFDO2FBQ3JDOzt3RkFDWSxxQkFBcUIsbUJBakI5Qix1QkFBdUIsYUFHdkIsWUFBWTtRQUNaLG1CQUFtQjtRQUNuQixZQUFZO1FBQ1osY0FBYztRQUNkLGFBQWE7UUFDYixjQUFjO1FBQ2Qsa0JBQWtCO1FBQ2xCLGNBQWM7UUFDZCxRQUFRO1FBQ1IsZ0JBQWdCLGFBRVIsdUJBQXVCIiwic291cmNlc0NvbnRlbnQiOlsiaW1wb3J0IHsgTmdNb2R1bGUgfSBmcm9tICdAYW5ndWxhci9jb3JlJztcbmltcG9ydCB7IENvbW1vbk1vZHVsZSB9IGZyb20gJ0Bhbmd1bGFyL2NvbW1vbic7XG5pbXBvcnQgeyBDaGlwc0lucHV0TW9kdWxlIH0gZnJvbSAnQG5nLWF0b21pYy9jb21wb25lbnRzL2F0b21zL2NoaXBzLWlucHV0JztcblxuaW1wb3J0IHsgQ2hpcHNJbnB1dEZpZWxkTW9sZWN1bGUgfSBmcm9tICcuL2NoaXBzLWlucHV0LWZpZWxkLm1vbGVjdWxlJztcbmltcG9ydCB7IE1hdEZvcm1GaWVsZE1vZHVsZSB9IGZyb20gJ0Bhbmd1bGFyL21hdGVyaWFsL2Zvcm0tZmllbGQnO1xuaW1wb3J0IHsgTWF0SW5wdXRNb2R1bGUgfSBmcm9tICdAYW5ndWxhci9tYXRlcmlhbC9pbnB1dCc7XG5pbXBvcnQgeyBSZWFjdGl2ZUZvcm1zTW9kdWxlIH0gZnJvbSAnQGFuZ3VsYXIvZm9ybXMnO1xuaW1wb3J0IHsgTWF0Q2hpcHNNb2R1bGUgfSBmcm9tICdAYW5ndWxhci9tYXRlcmlhbC9jaGlwcyc7XG5pbXBvcnQgeyBNYXRJY29uTW9kdWxlIH0gZnJvbSAnQGFuZ3VsYXIvbWF0ZXJpYWwvaWNvbic7XG5cbkBOZ01vZHVsZSh7XG4gIGRlY2xhcmF0aW9uczogW1xuICAgIENoaXBzSW5wdXRGaWVsZE1vbGVjdWxlXG4gIF0sXG4gIGltcG9ydHM6IFtcbiAgICBDb21tb25Nb2R1bGUsXG4gICAgUmVhY3RpdmVGb3Jtc01vZHVsZSxcbiAgICAvLyBNYXRlcmlhbHNcbiAgICBNYXRDaGlwc01vZHVsZSxcbiAgICBNYXRJY29uTW9kdWxlLFxuICAgIE1hdElucHV0TW9kdWxlLFxuICAgIE1hdEZvcm1GaWVsZE1vZHVsZSxcbiAgICBNYXRJbnB1dE1vZHVsZSxcbiAgICAvLyBBdG9tc1xuICAgIENoaXBzSW5wdXRNb2R1bGUsXG4gIF0sXG4gIGV4cG9ydHM6IFtDaGlwc0lucHV0RmllbGRNb2xlY3VsZV0sXG4gIGJvb3RzdHJhcDogW0NoaXBzSW5wdXRGaWVsZE1vbGVjdWxlXSxcbn0pXG5leHBvcnQgY2xhc3MgQ2hpcHNJbnB1dEZpZWxkTW9kdWxlIHsgfVxuIl19
|
|
@@ -1,21 +1,107 @@
|
|
|
1
|
-
import {
|
|
1
|
+
import { COMMA, ENTER, SPACE } from '@angular/cdk/keycodes';
|
|
2
|
+
import { ChangeDetectorRef, Component, Input } from '@angular/core';
|
|
2
3
|
import { FormControl } from '@ngneat/reactive-forms';
|
|
4
|
+
import { ReplaySubject, takeUntil } from 'rxjs';
|
|
5
|
+
import { ChipsManager } from '@ng-atomic/common/services/chips-manager';
|
|
3
6
|
import * as i0 from "@angular/core";
|
|
4
|
-
import * as i1 from "@ng-atomic/
|
|
7
|
+
import * as i1 from "@ng-atomic/common/services/chips-manager";
|
|
8
|
+
import * as i2 from "@angular/material/form-field";
|
|
9
|
+
import * as i3 from "@angular/material/chips";
|
|
10
|
+
import * as i4 from "@angular/common";
|
|
11
|
+
import * as i5 from "@angular/material/icon";
|
|
12
|
+
import * as i6 from "@angular/material/input";
|
|
13
|
+
function ChipsInputFieldMolecule_mat_chip_5_Template(rf, ctx) { if (rf & 1) {
|
|
14
|
+
const _r5 = i0.ɵɵgetCurrentView();
|
|
15
|
+
i0.ɵɵelementStart(0, "mat-chip", 5);
|
|
16
|
+
i0.ɵɵlistener("removed", function ChipsInputFieldMolecule_mat_chip_5_Template_mat_chip_removed_0_listener() { const restoredCtx = i0.ɵɵrestoreView(_r5); const chip_r3 = restoredCtx.$implicit; const ctx_r4 = i0.ɵɵnextContext(); return ctx_r4.remove(chip_r3); });
|
|
17
|
+
i0.ɵɵtext(1);
|
|
18
|
+
i0.ɵɵelementStart(2, "mat-icon", 6);
|
|
19
|
+
i0.ɵɵtext(3, "cancel");
|
|
20
|
+
i0.ɵɵelementEnd()();
|
|
21
|
+
} if (rf & 2) {
|
|
22
|
+
const chip_r3 = ctx.$implicit;
|
|
23
|
+
i0.ɵɵadvance(1);
|
|
24
|
+
i0.ɵɵtextInterpolate1(" ", chip_r3, " ");
|
|
25
|
+
} }
|
|
26
|
+
function ChipsInputFieldMolecule_mat_hint_7_Template(rf, ctx) { if (rf & 1) {
|
|
27
|
+
i0.ɵɵelementStart(0, "mat-hint");
|
|
28
|
+
i0.ɵɵtext(1);
|
|
29
|
+
i0.ɵɵelementEnd();
|
|
30
|
+
} if (rf & 2) {
|
|
31
|
+
const ctx_r2 = i0.ɵɵnextContext();
|
|
32
|
+
i0.ɵɵadvance(1);
|
|
33
|
+
i0.ɵɵtextInterpolate(ctx_r2.hint);
|
|
34
|
+
} }
|
|
5
35
|
export class ChipsInputFieldMolecule {
|
|
6
|
-
constructor() {
|
|
7
|
-
this.
|
|
36
|
+
constructor(cd, chipsManager) {
|
|
37
|
+
this.cd = cd;
|
|
38
|
+
this.chipsManager = chipsManager;
|
|
39
|
+
this.appearance = 'outline';
|
|
40
|
+
this.control = new FormControl('');
|
|
41
|
+
this.label = 'label';
|
|
42
|
+
this.hint = 'hint';
|
|
8
43
|
this.placeholder = 'placeholder';
|
|
44
|
+
this.separators = [ENTER, COMMA, SPACE];
|
|
45
|
+
this.destroy$ = new ReplaySubject(1);
|
|
46
|
+
}
|
|
47
|
+
ngOnInit() {
|
|
48
|
+
this.chipsManager.setValue(this.control.value);
|
|
49
|
+
this.control.valueChanges.pipe(takeUntil(this.destroy$)).subscribe((value) => {
|
|
50
|
+
this.chipsManager.setValue(value);
|
|
51
|
+
this.cd.markForCheck();
|
|
52
|
+
});
|
|
53
|
+
}
|
|
54
|
+
ngOnDestroy() {
|
|
55
|
+
this.destroy$.next();
|
|
56
|
+
}
|
|
57
|
+
onChiInputTokenEnd(event) {
|
|
58
|
+
this.chipsManager.add(event.value);
|
|
59
|
+
this.control.setValue(this.chipsManager.getValue());
|
|
60
|
+
event.input.value = '';
|
|
61
|
+
}
|
|
62
|
+
remove(value) {
|
|
63
|
+
this.chipsManager.remove(value);
|
|
64
|
+
this.control.setValue(this.chipsManager.getValue());
|
|
9
65
|
}
|
|
10
66
|
}
|
|
11
|
-
ChipsInputFieldMolecule.ɵfac =
|
|
12
|
-
ChipsInputFieldMolecule.ɵcmp = i0.ɵɵ
|
|
13
|
-
i0.ɵɵ
|
|
14
|
-
|
|
15
|
-
|
|
16
|
-
|
|
17
|
-
|
|
18
|
-
|
|
19
|
-
|
|
20
|
-
|
|
21
|
-
|
|
67
|
+
ChipsInputFieldMolecule.ɵfac = function ChipsInputFieldMolecule_Factory(t) { return new (t || ChipsInputFieldMolecule)(i0.ɵɵdirectiveInject(i0.ChangeDetectorRef), i0.ɵɵdirectiveInject(i1.ChipsManager)); };
|
|
68
|
+
ChipsInputFieldMolecule.ɵcmp = /*@__PURE__*/ i0.ɵɵdefineComponent({ type: ChipsInputFieldMolecule, selectors: [["molecules-chips-input-field"]], inputs: { appearance: "appearance", control: "control", label: "label", hint: "hint", placeholder: "placeholder", separators: "separators" }, features: [i0.ɵɵProvidersFeature([ChipsManager])], decls: 8, vars: 8, consts: [[3, "appearance"], ["chipList", ""], [3, "removed", 4, "ngFor", "ngForOf"], ["matInput", "", 3, "placeholder", "matChipInputFor", "matChipInputSeparatorKeyCodes", "matChipInputAddOnBlur", "matChipInputTokenEnd"], [4, "ngIf"], [3, "removed"], ["matChipRemove", ""]], template: function ChipsInputFieldMolecule_Template(rf, ctx) { if (rf & 1) {
|
|
69
|
+
i0.ɵɵelementStart(0, "mat-form-field", 0)(1, "mat-label");
|
|
70
|
+
i0.ɵɵtext(2);
|
|
71
|
+
i0.ɵɵelementEnd();
|
|
72
|
+
i0.ɵɵelementStart(3, "mat-chip-list", null, 1);
|
|
73
|
+
i0.ɵɵtemplate(5, ChipsInputFieldMolecule_mat_chip_5_Template, 4, 1, "mat-chip", 2);
|
|
74
|
+
i0.ɵɵelementStart(6, "input", 3);
|
|
75
|
+
i0.ɵɵlistener("matChipInputTokenEnd", function ChipsInputFieldMolecule_Template_input_matChipInputTokenEnd_6_listener($event) { return ctx.onChiInputTokenEnd($event); });
|
|
76
|
+
i0.ɵɵelementEnd()();
|
|
77
|
+
i0.ɵɵtemplate(7, ChipsInputFieldMolecule_mat_hint_7_Template, 2, 1, "mat-hint", 4);
|
|
78
|
+
i0.ɵɵelementEnd();
|
|
79
|
+
} if (rf & 2) {
|
|
80
|
+
const _r0 = i0.ɵɵreference(4);
|
|
81
|
+
i0.ɵɵproperty("appearance", ctx.appearance);
|
|
82
|
+
i0.ɵɵadvance(2);
|
|
83
|
+
i0.ɵɵtextInterpolate(ctx.label);
|
|
84
|
+
i0.ɵɵadvance(3);
|
|
85
|
+
i0.ɵɵproperty("ngForOf", ctx.chipsManager.chips);
|
|
86
|
+
i0.ɵɵadvance(1);
|
|
87
|
+
i0.ɵɵproperty("placeholder", ctx.placeholder)("matChipInputFor", _r0)("matChipInputSeparatorKeyCodes", ctx.separators)("matChipInputAddOnBlur", true);
|
|
88
|
+
i0.ɵɵadvance(1);
|
|
89
|
+
i0.ɵɵproperty("ngIf", ctx.hint);
|
|
90
|
+
} }, directives: [i2.MatFormField, i2.MatLabel, i3.MatChipList, i4.NgForOf, i3.MatChip, i5.MatIcon, i3.MatChipRemove, i6.MatInput, i3.MatChipInput, i4.NgIf, i2.MatHint], styles: ["[_nghost-%COMP%]{display:flex;justify-content:flex-start;align-items:center;width:100%;height:100%}[_nghost-%COMP%] mat-form-field[_ngcontent-%COMP%]{width:100%;height:100%}"] });
|
|
91
|
+
(function () { (typeof ngDevMode === "undefined" || ngDevMode) && i0.ɵsetClassMetadata(ChipsInputFieldMolecule, [{
|
|
92
|
+
type: Component,
|
|
93
|
+
args: [{ selector: 'molecules-chips-input-field', providers: [ChipsManager], template: "<mat-form-field [appearance]=\"appearance\">\n <mat-label>{{ label }}</mat-label>\n <mat-chip-list #chipList>\n <mat-chip *ngFor=\"let chip of chipsManager.chips\" (removed)=\"remove(chip)\">\n {{chip}} <mat-icon matChipRemove>cancel</mat-icon>\n </mat-chip>\n <input\n matInput\n [placeholder]=\"placeholder\"\n [matChipInputFor]=\"chipList\"\n [matChipInputSeparatorKeyCodes]=\"separators\"\n [matChipInputAddOnBlur]=\"true\"\n (matChipInputTokenEnd)=\"onChiInputTokenEnd($event)\"\n >\n</mat-chip-list>\n\n <mat-hint *ngIf=\"hint\">{{ hint }}</mat-hint>\n</mat-form-field>", styles: [":host{display:flex;justify-content:flex-start;align-items:center;width:100%;height:100%}:host mat-form-field{width:100%;height:100%}\n"] }]
|
|
94
|
+
}], function () { return [{ type: i0.ChangeDetectorRef }, { type: i1.ChipsManager }]; }, { appearance: [{
|
|
95
|
+
type: Input
|
|
96
|
+
}], control: [{
|
|
97
|
+
type: Input
|
|
98
|
+
}], label: [{
|
|
99
|
+
type: Input
|
|
100
|
+
}], hint: [{
|
|
101
|
+
type: Input
|
|
102
|
+
}], placeholder: [{
|
|
103
|
+
type: Input
|
|
104
|
+
}], separators: [{
|
|
105
|
+
type: Input
|
|
106
|
+
}] }); })();
|
|
107
|
+
//# sourceMappingURL=data:application/json;base64,eyJ2ZXJzaW9uIjozLCJmaWxlIjoiY2hpcHMtaW5wdXQtZmllbGQubW9sZWN1bGUuanMiLCJzb3VyY2VSb290IjoiIiwic291cmNlcyI6WyIuLi8uLi8uLi8uLi8uLi8uLi9saWJzL2NvbXBvbmVudHMvc3JjL21vbGVjdWxlcy9jaGlwcy1pbnB1dC1maWVsZC9jaGlwcy1pbnB1dC1maWVsZC5tb2xlY3VsZS50cyIsIi4uLy4uLy4uLy4uLy4uLy4uL2xpYnMvY29tcG9uZW50cy9zcmMvbW9sZWN1bGVzL2NoaXBzLWlucHV0LWZpZWxkL2NoaXBzLWlucHV0LWZpZWxkLm1vbGVjdWxlLmh0bWwiXSwibmFtZXMiOltdLCJtYXBwaW5ncyI6IkFBQUEsT0FBTyxFQUFFLEtBQUssRUFBRSxLQUFLLEVBQUUsS0FBSyxFQUFFLE1BQU0sdUJBQXVCLENBQUM7QUFDNUQsT0FBTyxFQUFFLGlCQUFpQixFQUFFLFNBQVMsRUFBRSxLQUFLLEVBQUUsTUFBTSxlQUFlLENBQUM7QUFHcEUsT0FBTyxFQUFFLFdBQVcsRUFBRSxNQUFNLHdCQUF3QixDQUFDO0FBQ3JELE9BQU8sRUFBRSxhQUFhLEVBQUUsU0FBUyxFQUFFLE1BQU0sTUFBTSxDQUFDO0FBQ2hELE9BQU8sRUFBRSxZQUFZLEVBQUUsTUFBTSwwQ0FBMEMsQ0FBQzs7Ozs7Ozs7OztJQ0hwRSxtQ0FBMkU7SUFBekIsME9BQVcsc0JBQVksSUFBQztJQUN4RSxZQUFTO0lBQUEsbUNBQXdCO0lBQUEsc0JBQU07SUFBQSxpQkFBVyxFQUFBOzs7SUFBbEQsZUFBUztJQUFULHdDQUFTOzs7SUFZYixnQ0FBdUI7SUFBQSxZQUFVO0lBQUEsaUJBQVc7OztJQUFyQixlQUFVO0lBQVYsaUNBQVU7O0FEQW5DLE1BQU0sT0FBTyx1QkFBdUI7SUFzQmxDLFlBQ1UsRUFBcUIsRUFDdEIsWUFBMEI7UUFEekIsT0FBRSxHQUFGLEVBQUUsQ0FBbUI7UUFDdEIsaUJBQVksR0FBWixZQUFZLENBQWM7UUFyQm5DLGVBQVUsR0FBMkIsU0FBUyxDQUFDO1FBRy9DLFlBQU8sR0FBRyxJQUFJLFdBQVcsQ0FBUyxFQUFFLENBQUMsQ0FBQztRQUd0QyxVQUFLLEdBQUcsT0FBTyxDQUFDO1FBR2hCLFNBQUksR0FBRyxNQUFNLENBQUM7UUFHZCxnQkFBVyxHQUFHLGFBQWEsQ0FBQztRQUc1QixlQUFVLEdBQUcsQ0FBQyxLQUFLLEVBQUUsS0FBSyxFQUFFLEtBQUssQ0FBVSxDQUFDO1FBRTNCLGFBQVEsR0FBRyxJQUFJLGFBQWEsQ0FBTyxDQUFDLENBQUMsQ0FBQztJQUtuRCxDQUFDO0lBRUwsUUFBUTtRQUNOLElBQUksQ0FBQyxZQUFZLENBQUMsUUFBUSxDQUFDLElBQUksQ0FBQyxPQUFPLENBQUMsS0FBSyxDQUFDLENBQUM7UUFDL0MsSUFBSSxDQUFDLE9BQU8sQ0FBQyxZQUFZLENBQUMsSUFBSSxDQUFDLFNBQVMsQ0FBQyxJQUFJLENBQUMsUUFBUSxDQUFDLENBQUMsQ0FBQyxTQUFTLENBQUMsQ0FBQyxLQUFLLEVBQUUsRUFBRTtZQUMzRSxJQUFJLENBQUMsWUFBWSxDQUFDLFFBQVEsQ0FBQyxLQUFLLENBQUMsQ0FBQztZQUNsQyxJQUFJLENBQUMsRUFBRSxDQUFDLFlBQVksRUFBRSxDQUFDO1FBQ3pCLENBQUMsQ0FBQyxDQUFDO0lBQ0wsQ0FBQztJQUVELFdBQVc7UUFDVCxJQUFJLENBQUMsUUFBUSxDQUFDLElBQUksRUFBRSxDQUFDO0lBQ3ZCLENBQUM7SUFFRCxrQkFBa0IsQ0FBQyxLQUF3QjtRQUN6QyxJQUFJLENBQUMsWUFBWSxDQUFDLEdBQUcsQ0FBQyxLQUFLLENBQUMsS0FBSyxDQUFDLENBQUM7UUFDbkMsSUFBSSxDQUFDLE9BQU8sQ0FBQyxRQUFRLENBQUMsSUFBSSxDQUFDLFlBQVksQ0FBQyxRQUFRLEVBQUUsQ0FBQyxDQUFDO1FBQ3BELEtBQUssQ0FBQyxLQUFLLENBQUMsS0FBSyxHQUFHLEVBQUUsQ0FBQztJQUN6QixDQUFDO0lBRUQsTUFBTSxDQUFDLEtBQWE7UUFDbEIsSUFBSSxDQUFDLFlBQVksQ0FBQyxNQUFNLENBQUMsS0FBSyxDQUFDLENBQUM7UUFDaEMsSUFBSSxDQUFDLE9BQU8sQ0FBQyxRQUFRLENBQUMsSUFBSSxDQUFDLFlBQVksQ0FBQyxRQUFRLEVBQUUsQ0FBQyxDQUFDO0lBQ3RELENBQUM7OzhGQWhEVSx1QkFBdUI7MEVBQXZCLHVCQUF1QiwrTkFGdkIsQ0FBQyxZQUFZLENBQUM7UUNkM0IseUNBQTBDLGdCQUFBO1FBQzdCLFlBQVc7UUFBQSxpQkFBWTtRQUNsQyw4Q0FBeUI7UUFDdkIsa0ZBRVc7UUFDYixnQ0FPQztRQURDLHVJQUF3Qiw4QkFBMEIsSUFBQztRQU5yRCxpQkFPQyxFQUFBO1FBR0Qsa0ZBQTRDO1FBQzlDLGlCQUFpQjs7O1FBakJELDJDQUF5QjtRQUM1QixlQUFXO1FBQVgsK0JBQVc7UUFFTyxlQUFxQjtRQUFyQixnREFBcUI7UUFLaEQsZUFBMkI7UUFBM0IsNkNBQTJCLHdCQUFBLGlEQUFBLCtCQUFBO1FBUWxCLGVBQVU7UUFBViwrQkFBVTs7dUZEQVYsdUJBQXVCO2NBUG5DLFNBQVM7MkJBQ0UsNkJBQTZCLGFBSTVCLENBQUMsWUFBWSxDQUFDOytGQUt6QixVQUFVO2tCQURULEtBQUs7WUFJTixPQUFPO2tCQUROLEtBQUs7WUFJTixLQUFLO2tCQURKLEtBQUs7WUFJTixJQUFJO2tCQURILEtBQUs7WUFJTixXQUFXO2tCQURWLEtBQUs7WUFJTixVQUFVO2tCQURULEtBQUsiLCJzb3VyY2VzQ29udGVudCI6WyJpbXBvcnQgeyBDT01NQSwgRU5URVIsIFNQQUNFIH0gZnJvbSAnQGFuZ3VsYXIvY2RrL2tleWNvZGVzJztcbmltcG9ydCB7IENoYW5nZURldGVjdG9yUmVmLCBDb21wb25lbnQsIElucHV0IH0gZnJvbSAnQGFuZ3VsYXIvY29yZSc7XG5pbXBvcnQgeyBNYXRDaGlwSW5wdXRFdmVudCB9IGZyb20gJ0Bhbmd1bGFyL21hdGVyaWFsL2NoaXBzJztcbmltcG9ydCB7IE1hdEZvcm1GaWVsZEFwcGVhcmFuY2UgfSBmcm9tICdAYW5ndWxhci9tYXRlcmlhbC9mb3JtLWZpZWxkJztcbmltcG9ydCB7IEZvcm1Db250cm9sIH0gZnJvbSAnQG5nbmVhdC9yZWFjdGl2ZS1mb3Jtcyc7XG5pbXBvcnQgeyBSZXBsYXlTdWJqZWN0LCB0YWtlVW50aWwgfSBmcm9tICdyeGpzJztcbmltcG9ydCB7IENoaXBzTWFuYWdlciB9IGZyb20gJ0BuZy1hdG9taWMvY29tbW9uL3NlcnZpY2VzL2NoaXBzLW1hbmFnZXInO1xuXG5cbkBDb21wb25lbnQoe1xuICBzZWxlY3RvcjogJ21vbGVjdWxlcy1jaGlwcy1pbnB1dC1maWVsZCcsXG4gIHRlbXBsYXRlVXJsOiAnLi9jaGlwcy1pbnB1dC1maWVsZC5tb2xlY3VsZS5odG1sJyxcbiAgc3R5bGVVcmxzOiBbJy4vY2hpcHMtaW5wdXQtZmllbGQubW9sZWN1bGUuc2NzcyddLFxuICAvLyBjaGFuZ2VEZXRlY3Rpb246IENoYW5nZURldGVjdGlvblN0cmF0ZWd5Lk9uUHVzaCxcbiAgcHJvdmlkZXJzOiBbQ2hpcHNNYW5hZ2VyXSxcbn0pXG5leHBvcnQgY2xhc3MgQ2hpcHNJbnB1dEZpZWxkTW9sZWN1bGUge1xuXG4gIEBJbnB1dCgpXG4gIGFwcGVhcmFuY2U6IE1hdEZvcm1GaWVsZEFwcGVhcmFuY2UgPSAnb3V0bGluZSc7XG5cbiAgQElucHV0KClcbiAgY29udHJvbCA9IG5ldyBGb3JtQ29udHJvbDxzdHJpbmc+KCcnKTtcblxuICBASW5wdXQoKVxuICBsYWJlbCA9ICdsYWJlbCc7XG5cbiAgQElucHV0KClcbiAgaGludCA9ICdoaW50JztcblxuICBASW5wdXQoKVxuICBwbGFjZWhvbGRlciA9ICdwbGFjZWhvbGRlcic7XG5cbiAgQElucHV0KClcbiAgc2VwYXJhdG9ycyA9IFtFTlRFUiwgQ09NTUEsIFNQQUNFXSBhcyBjb25zdDtcblxuICBwcml2YXRlIHJlYWRvbmx5IGRlc3Ryb3kkID0gbmV3IFJlcGxheVN1YmplY3Q8dm9pZD4oMSk7XG5cbiAgY29uc3RydWN0b3IoXG4gICAgcHJpdmF0ZSBjZDogQ2hhbmdlRGV0ZWN0b3JSZWYsXG4gICAgcHVibGljIGNoaXBzTWFuYWdlcjogQ2hpcHNNYW5hZ2VyLFxuICApIHsgfVxuXG4gIG5nT25Jbml0KCk6IHZvaWQge1xuICAgIHRoaXMuY2hpcHNNYW5hZ2VyLnNldFZhbHVlKHRoaXMuY29udHJvbC52YWx1ZSk7XG4gICAgdGhpcy5jb250cm9sLnZhbHVlQ2hhbmdlcy5waXBlKHRha2VVbnRpbCh0aGlzLmRlc3Ryb3kkKSkuc3Vic2NyaWJlKCh2YWx1ZSkgPT4ge1xuICAgICAgdGhpcy5jaGlwc01hbmFnZXIuc2V0VmFsdWUodmFsdWUpO1xuICAgICAgdGhpcy5jZC5tYXJrRm9yQ2hlY2soKTtcbiAgICB9KTtcbiAgfVxuXG4gIG5nT25EZXN0cm95KCk6IHZvaWQge1xuICAgIHRoaXMuZGVzdHJveSQubmV4dCgpO1xuICB9XG5cbiAgb25DaGlJbnB1dFRva2VuRW5kKGV2ZW50OiBNYXRDaGlwSW5wdXRFdmVudCk6IHZvaWQge1xuICAgIHRoaXMuY2hpcHNNYW5hZ2VyLmFkZChldmVudC52YWx1ZSk7XG4gICAgdGhpcy5jb250cm9sLnNldFZhbHVlKHRoaXMuY2hpcHNNYW5hZ2VyLmdldFZhbHVlKCkpO1xuICAgIGV2ZW50LmlucHV0LnZhbHVlID0gJyc7XG4gIH1cblxuICByZW1vdmUodmFsdWU6IHN0cmluZyk6IHZvaWQge1xuICAgIHRoaXMuY2hpcHNNYW5hZ2VyLnJlbW92ZSh2YWx1ZSk7XG4gICAgdGhpcy5jb250cm9sLnNldFZhbHVlKHRoaXMuY2hpcHNNYW5hZ2VyLmdldFZhbHVlKCkpO1xuICB9XG59XG4iLCI8bWF0LWZvcm0tZmllbGQgW2FwcGVhcmFuY2VdPVwiYXBwZWFyYW5jZVwiPlxuICA8bWF0LWxhYmVsPnt7IGxhYmVsIH19PC9tYXQtbGFiZWw+XG4gIDxtYXQtY2hpcC1saXN0ICNjaGlwTGlzdD5cbiAgICA8bWF0LWNoaXAgKm5nRm9yPVwibGV0IGNoaXAgb2YgY2hpcHNNYW5hZ2VyLmNoaXBzXCIgKHJlbW92ZWQpPVwicmVtb3ZlKGNoaXApXCI+XG4gICAgICB7e2NoaXB9fSA8bWF0LWljb24gbWF0Q2hpcFJlbW92ZT5jYW5jZWw8L21hdC1pY29uPlxuICAgIDwvbWF0LWNoaXA+XG4gIDxpbnB1dFxuICAgIG1hdElucHV0XG4gICAgW3BsYWNlaG9sZGVyXT1cInBsYWNlaG9sZGVyXCJcbiAgICBbbWF0Q2hpcElucHV0Rm9yXT1cImNoaXBMaXN0XCJcbiAgICBbbWF0Q2hpcElucHV0U2VwYXJhdG9yS2V5Q29kZXNdPVwic2VwYXJhdG9yc1wiXG4gICAgW21hdENoaXBJbnB1dEFkZE9uQmx1cl09XCJ0cnVlXCJcbiAgICAobWF0Q2hpcElucHV0VG9rZW5FbmQpPVwib25DaGlJbnB1dFRva2VuRW5kKCRldmVudClcIlxuICA+XG48L21hdC1jaGlwLWxpc3Q+XG5cbiAgPG1hdC1oaW50ICpuZ0lmPVwiaGludFwiPnt7IGhpbnQgfX08L21hdC1oaW50PlxuPC9tYXQtZm9ybS1maWVsZD4iXX0=
|
|
@@ -1,3 +1,3 @@
|
|
|
1
1
|
export { ChipsInputFieldModule } from './chips-input-field.module';
|
|
2
2
|
export * from './chips-input-field.molecule';
|
|
3
|
-
//# sourceMappingURL=data:application/json;base64,
|
|
3
|
+
//# sourceMappingURL=data:application/json;base64,eyJ2ZXJzaW9uIjozLCJmaWxlIjoiaW5kZXguanMiLCJzb3VyY2VSb290IjoiIiwic291cmNlcyI6WyIuLi8uLi8uLi8uLi8uLi8uLi9saWJzL2NvbXBvbmVudHMvc3JjL21vbGVjdWxlcy9jaGlwcy1pbnB1dC1maWVsZC9pbmRleC50cyJdLCJuYW1lcyI6W10sIm1hcHBpbmdzIjoiQUFBQSxPQUFPLEVBQUUscUJBQXFCLEVBQUUsTUFBTSw0QkFBNEIsQ0FBQztBQUNuRSxjQUFjLDhCQUE4QixDQUFDIiwic291cmNlc0NvbnRlbnQiOlsiZXhwb3J0IHsgQ2hpcHNJbnB1dEZpZWxkTW9kdWxlIH0gZnJvbSAnLi9jaGlwcy1pbnB1dC1maWVsZC5tb2R1bGUnO1xuZXhwb3J0ICogZnJvbSAnLi9jaGlwcy1pbnB1dC1maWVsZC5tb2xlY3VsZSc7XG4iXX0=
|
package/esm2020/molecules/chips-input-field/ng-atomic-components-molecules-chips-input-field.mjs
CHANGED
|
@@ -2,4 +2,4 @@
|
|
|
2
2
|
* Generated bundle index. Do not edit.
|
|
3
3
|
*/
|
|
4
4
|
export * from './index';
|
|
5
|
-
//# sourceMappingURL=data:application/json;base64,
|
|
5
|
+
//# sourceMappingURL=data:application/json;base64,eyJ2ZXJzaW9uIjozLCJmaWxlIjoibmctYXRvbWljLWNvbXBvbmVudHMtbW9sZWN1bGVzLWNoaXBzLWlucHV0LWZpZWxkLmpzIiwic291cmNlUm9vdCI6IiIsInNvdXJjZXMiOlsiLi4vLi4vLi4vLi4vLi4vLi4vbGlicy9jb21wb25lbnRzL3NyYy9tb2xlY3VsZXMvY2hpcHMtaW5wdXQtZmllbGQvbmctYXRvbWljLWNvbXBvbmVudHMtbW9sZWN1bGVzLWNoaXBzLWlucHV0LWZpZWxkLnRzIl0sIm5hbWVzIjpbXSwibWFwcGluZ3MiOiJBQUFBOztHQUVHO0FBRUgsY0FBYyxTQUFTLENBQUMiLCJzb3VyY2VzQ29udGVudCI6WyIvKipcbiAqIEdlbmVyYXRlZCBidW5kbGUgaW5kZXguIERvIG5vdCBlZGl0LlxuICovXG5cbmV4cG9ydCAqIGZyb20gJy4vaW5kZXgnO1xuIl19
|
|
@@ -8,32 +8,34 @@ import { DateInputFieldMolecule } from './date-input-field.molecule';
|
|
|
8
8
|
import * as i0 from "@angular/core";
|
|
9
9
|
export class DateInputFieldModule {
|
|
10
10
|
}
|
|
11
|
-
DateInputFieldModule.ɵfac =
|
|
12
|
-
DateInputFieldModule.ɵmod = i0.ɵɵ
|
|
13
|
-
|
|
14
|
-
MatInputModule,
|
|
15
|
-
MatDatepickerModule,
|
|
16
|
-
MatDayjsDateModule], exports: [DateInputFieldMolecule] });
|
|
17
|
-
DateInputFieldModule.ɵinj = i0.ɵɵngDeclareInjector({ minVersion: "12.0.0", version: "13.3.11", ngImport: i0, type: DateInputFieldModule, imports: [[
|
|
11
|
+
DateInputFieldModule.ɵfac = function DateInputFieldModule_Factory(t) { return new (t || DateInputFieldModule)(); };
|
|
12
|
+
DateInputFieldModule.ɵmod = /*@__PURE__*/ i0.ɵɵdefineNgModule({ type: DateInputFieldModule, bootstrap: [DateInputFieldMolecule] });
|
|
13
|
+
DateInputFieldModule.ɵinj = /*@__PURE__*/ i0.ɵɵdefineInjector({ imports: [[
|
|
18
14
|
CommonModule,
|
|
19
15
|
ReactiveFormsModule,
|
|
20
16
|
MatInputModule,
|
|
21
17
|
MatDatepickerModule,
|
|
22
18
|
MatDayjsDateModule,
|
|
23
19
|
]] });
|
|
24
|
-
|
|
25
|
-
|
|
26
|
-
|
|
27
|
-
|
|
28
|
-
|
|
29
|
-
|
|
30
|
-
|
|
31
|
-
|
|
32
|
-
|
|
33
|
-
|
|
34
|
-
|
|
35
|
-
|
|
36
|
-
|
|
37
|
-
|
|
38
|
-
|
|
39
|
-
|
|
20
|
+
(function () { (typeof ngDevMode === "undefined" || ngDevMode) && i0.ɵsetClassMetadata(DateInputFieldModule, [{
|
|
21
|
+
type: NgModule,
|
|
22
|
+
args: [{
|
|
23
|
+
declarations: [DateInputFieldMolecule],
|
|
24
|
+
imports: [
|
|
25
|
+
CommonModule,
|
|
26
|
+
ReactiveFormsModule,
|
|
27
|
+
MatInputModule,
|
|
28
|
+
MatDatepickerModule,
|
|
29
|
+
MatDayjsDateModule,
|
|
30
|
+
],
|
|
31
|
+
exports: [DateInputFieldMolecule],
|
|
32
|
+
bootstrap: [DateInputFieldMolecule],
|
|
33
|
+
// providers: [...MAT_DAYJS_JP_PROVIDERS],
|
|
34
|
+
}]
|
|
35
|
+
}], null, null); })();
|
|
36
|
+
(function () { (typeof ngJitMode === "undefined" || ngJitMode) && i0.ɵɵsetNgModuleScope(DateInputFieldModule, { declarations: [DateInputFieldMolecule], imports: [CommonModule,
|
|
37
|
+
ReactiveFormsModule,
|
|
38
|
+
MatInputModule,
|
|
39
|
+
MatDatepickerModule,
|
|
40
|
+
MatDayjsDateModule], exports: [DateInputFieldMolecule] }); })();
|
|
41
|
+
//# sourceMappingURL=data:application/json;base64,eyJ2ZXJzaW9uIjozLCJmaWxlIjoiZGF0ZS1pbnB1dC1maWVsZC5tb2R1bGUuanMiLCJzb3VyY2VSb290IjoiIiwic291cmNlcyI6WyIuLi8uLi8uLi8uLi8uLi8uLi9saWJzL2NvbXBvbmVudHMvc3JjL21vbGVjdWxlcy9kYXRlLWlucHV0LWZpZWxkL2RhdGUtaW5wdXQtZmllbGQubW9kdWxlLnRzIl0sIm5hbWVzIjpbXSwibWFwcGluZ3MiOiJBQUFBLE9BQU8sRUFBRSxRQUFRLEVBQUUsTUFBTSxlQUFlLENBQUM7QUFDekMsT0FBTyxFQUFFLFlBQVksRUFBRSxNQUFNLGlCQUFpQixDQUFDO0FBQy9DLE9BQU8sRUFBRSxtQkFBbUIsRUFBRSxNQUFNLGdCQUFnQixDQUFDO0FBQ3JELE9BQU8sRUFBRSxjQUFjLEVBQUUsTUFBTSx5QkFBeUIsQ0FBQztBQUN6RCxPQUFPLEVBQUUsbUJBQW1CLEVBQUUsTUFBTSw4QkFBOEIsQ0FBQztBQUNuRSxPQUFPLEVBQUUsa0JBQWtCLEVBQTBCLE1BQU0seUJBQXlCLENBQUM7QUFDckYsT0FBTyxFQUFFLHNCQUFzQixFQUFFLE1BQU0sNkJBQTZCLENBQUM7O0FBaUJyRSxNQUFNLE9BQU8sb0JBQW9COzt3RkFBcEIsb0JBQW9CO3NFQUFwQixvQkFBb0IsY0FIbkIsc0JBQXNCOzBFQVJ6QjtZQUNQLFlBQVk7WUFDWixtQkFBbUI7WUFDbkIsY0FBYztZQUNkLG1CQUFtQjtZQUNuQixrQkFBa0I7U0FDbkI7dUZBS1Usb0JBQW9CO2NBYmhDLFFBQVE7ZUFBQztnQkFDUixZQUFZLEVBQUUsQ0FBQyxzQkFBc0IsQ0FBQztnQkFDdEMsT0FBTyxFQUFFO29CQUNQLFlBQVk7b0JBQ1osbUJBQW1CO29CQUNuQixjQUFjO29CQUNkLG1CQUFtQjtvQkFDbkIsa0JBQWtCO2lCQUNuQjtnQkFDRCxPQUFPLEVBQUUsQ0FBQyxzQkFBc0IsQ0FBQztnQkFDakMsU0FBUyxFQUFFLENBQUMsc0JBQXNCLENBQUM7Z0JBQ25DLDBDQUEwQzthQUMzQzs7d0ZBQ1ksb0JBQW9CLG1CQVpoQixzQkFBc0IsYUFFbkMsWUFBWTtRQUNaLG1CQUFtQjtRQUNuQixjQUFjO1FBQ2QsbUJBQW1CO1FBQ25CLGtCQUFrQixhQUVWLHNCQUFzQiIsInNvdXJjZXNDb250ZW50IjpbImltcG9ydCB7IE5nTW9kdWxlIH0gZnJvbSAnQGFuZ3VsYXIvY29yZSc7XG5pbXBvcnQgeyBDb21tb25Nb2R1bGUgfSBmcm9tICdAYW5ndWxhci9jb21tb24nO1xuaW1wb3J0IHsgUmVhY3RpdmVGb3Jtc01vZHVsZSB9IGZyb20gJ0Bhbmd1bGFyL2Zvcm1zJztcbmltcG9ydCB7IE1hdElucHV0TW9kdWxlIH0gZnJvbSAnQGFuZ3VsYXIvbWF0ZXJpYWwvaW5wdXQnO1xuaW1wb3J0IHsgTWF0RGF0ZXBpY2tlck1vZHVsZSB9IGZyb20gJ0Bhbmd1bGFyL21hdGVyaWFsL2RhdGVwaWNrZXInO1xuaW1wb3J0IHsgTWF0RGF5anNEYXRlTW9kdWxlLCBNQVRfREFZSlNfSlBfUFJPVklERVJTIH0gZnJvbSAnQG5nLWF0b21pYy9jb21tb24vdXRpbHMnO1xuaW1wb3J0IHsgRGF0ZUlucHV0RmllbGRNb2xlY3VsZSB9IGZyb20gJy4vZGF0ZS1pbnB1dC1maWVsZC5tb2xlY3VsZSc7XG5cblxuXG5ATmdNb2R1bGUoe1xuICBkZWNsYXJhdGlvbnM6IFtEYXRlSW5wdXRGaWVsZE1vbGVjdWxlXSxcbiAgaW1wb3J0czogW1xuICAgIENvbW1vbk1vZHVsZSxcbiAgICBSZWFjdGl2ZUZvcm1zTW9kdWxlLFxuICAgIE1hdElucHV0TW9kdWxlLFxuICAgIE1hdERhdGVwaWNrZXJNb2R1bGUsXG4gICAgTWF0RGF5anNEYXRlTW9kdWxlLFxuICBdLFxuICBleHBvcnRzOiBbRGF0ZUlucHV0RmllbGRNb2xlY3VsZV0sXG4gIGJvb3RzdHJhcDogW0RhdGVJbnB1dEZpZWxkTW9sZWN1bGVdLFxuICAvLyBwcm92aWRlcnM6IFsuLi5NQVRfREFZSlNfSlBfUFJPVklERVJTXSxcbn0pXG5leHBvcnQgY2xhc3MgRGF0ZUlucHV0RmllbGRNb2R1bGUgeyB9XG4iXX0=
|
|
@@ -3,10 +3,19 @@ import { FormControl } from '@ngneat/reactive-forms';
|
|
|
3
3
|
import { filter } from 'rxjs/operators';
|
|
4
4
|
import * as i0 from "@angular/core";
|
|
5
5
|
import * as i1 from "@angular/material/form-field";
|
|
6
|
-
import * as i2 from "@angular/material/
|
|
7
|
-
import * as i3 from "@angular/
|
|
8
|
-
import * as i4 from "@angular/
|
|
6
|
+
import * as i2 from "@angular/material/input";
|
|
7
|
+
import * as i3 from "@angular/forms";
|
|
8
|
+
import * as i4 from "@angular/material/datepicker";
|
|
9
9
|
import * as i5 from "@angular/common";
|
|
10
|
+
function DateInputFieldMolecule_mat_hint_7_Template(rf, ctx) { if (rf & 1) {
|
|
11
|
+
i0.ɵɵelementStart(0, "mat-hint");
|
|
12
|
+
i0.ɵɵtext(1);
|
|
13
|
+
i0.ɵɵelementEnd();
|
|
14
|
+
} if (rf & 2) {
|
|
15
|
+
const ctx_r1 = i0.ɵɵnextContext();
|
|
16
|
+
i0.ɵɵadvance(1);
|
|
17
|
+
i0.ɵɵtextInterpolate(ctx_r1.hint);
|
|
18
|
+
} }
|
|
10
19
|
export class DateInputFieldMolecule {
|
|
11
20
|
constructor() {
|
|
12
21
|
this.control = new FormControl();
|
|
@@ -20,19 +29,36 @@ export class DateInputFieldMolecule {
|
|
|
20
29
|
this.control.setValue(this._control.value);
|
|
21
30
|
}
|
|
22
31
|
}
|
|
23
|
-
DateInputFieldMolecule.ɵfac =
|
|
24
|
-
DateInputFieldMolecule.ɵcmp = i0.ɵɵ
|
|
25
|
-
i0.ɵɵ
|
|
26
|
-
|
|
27
|
-
|
|
28
|
-
|
|
29
|
-
|
|
30
|
-
|
|
31
|
-
|
|
32
|
-
|
|
33
|
-
|
|
34
|
-
|
|
35
|
-
|
|
36
|
-
|
|
37
|
-
|
|
38
|
-
|
|
32
|
+
DateInputFieldMolecule.ɵfac = function DateInputFieldMolecule_Factory(t) { return new (t || DateInputFieldMolecule)(); };
|
|
33
|
+
DateInputFieldMolecule.ɵcmp = /*@__PURE__*/ i0.ɵɵdefineComponent({ type: DateInputFieldMolecule, selectors: [["molecules-date-input-field"]], hostAttrs: [1, "molecule", "field"], inputs: { _control: ["control", "_control"], label: "label", placeholder: "placeholder", hint: "hint" }, decls: 8, vars: 6, consts: [["appearance", "outline"], ["matInput", "", 3, "formControl", "placeholder", "matDatepicker"], ["matSuffix", "", 3, "for"], ["picker", ""], [4, "ngIf"]], template: function DateInputFieldMolecule_Template(rf, ctx) { if (rf & 1) {
|
|
34
|
+
i0.ɵɵelementStart(0, "mat-form-field", 0)(1, "mat-label");
|
|
35
|
+
i0.ɵɵtext(2);
|
|
36
|
+
i0.ɵɵelementEnd();
|
|
37
|
+
i0.ɵɵelement(3, "input", 1)(4, "mat-datepicker-toggle", 2)(5, "mat-datepicker", null, 3);
|
|
38
|
+
i0.ɵɵtemplate(7, DateInputFieldMolecule_mat_hint_7_Template, 2, 1, "mat-hint", 4);
|
|
39
|
+
i0.ɵɵelementEnd();
|
|
40
|
+
} if (rf & 2) {
|
|
41
|
+
const _r0 = i0.ɵɵreference(6);
|
|
42
|
+
i0.ɵɵadvance(2);
|
|
43
|
+
i0.ɵɵtextInterpolate(ctx.label);
|
|
44
|
+
i0.ɵɵadvance(1);
|
|
45
|
+
i0.ɵɵproperty("formControl", ctx.control)("placeholder", ctx.placeholder)("matDatepicker", _r0);
|
|
46
|
+
i0.ɵɵadvance(1);
|
|
47
|
+
i0.ɵɵproperty("for", _r0);
|
|
48
|
+
i0.ɵɵadvance(3);
|
|
49
|
+
i0.ɵɵproperty("ngIf", ctx.hint);
|
|
50
|
+
} }, directives: [i1.MatFormField, i1.MatLabel, i2.MatInput, i3.DefaultValueAccessor, i4.MatDatepickerInput, i3.NgControlStatus, i3.FormControlDirective, i4.MatDatepickerToggle, i1.MatSuffix, i4.MatDatepicker, i5.NgIf, i1.MatHint], styles: ["[_nghost-%COMP%]{--horizontal-padding: 16px;--horizontal-padding-SCOPED-IN-date-input-field-ykY2: var(--horizontal-padding)}[_nghost-%COMP%]{display:block;width:100%}[_nghost-%COMP%] mat-form-field[_ngcontent-%COMP%]{width:100%}"], changeDetection: 0 });
|
|
51
|
+
(function () { (typeof ngDevMode === "undefined" || ngDevMode) && i0.ɵsetClassMetadata(DateInputFieldMolecule, [{
|
|
52
|
+
type: Component,
|
|
53
|
+
args: [{ selector: 'molecules-date-input-field', changeDetection: ChangeDetectionStrategy.OnPush, host: { class: 'molecule field' }, template: "<mat-form-field appearance=\"outline\">\n <mat-label>{{ label }}</mat-label>\n <input matInput [formControl]=\"control\" [placeholder]=\"placeholder\" [matDatepicker]=\"picker\">\n <mat-datepicker-toggle matSuffix [for]=\"picker\"></mat-datepicker-toggle>\n <mat-datepicker #picker></mat-datepicker>\n <mat-hint *ngIf=\"hint\">{{ hint }}</mat-hint>\n</mat-form-field>", styles: [":host{--horizontal-padding: 16px;--horizontal-padding-SCOPED-IN-date-input-field-ykY2: var(--horizontal-padding)}:host{display:block;width:100%}:host mat-form-field{width:100%}\n"] }]
|
|
54
|
+
}], null, { _control: [{
|
|
55
|
+
type: Input,
|
|
56
|
+
args: ['control']
|
|
57
|
+
}], label: [{
|
|
58
|
+
type: Input
|
|
59
|
+
}], placeholder: [{
|
|
60
|
+
type: Input
|
|
61
|
+
}], hint: [{
|
|
62
|
+
type: Input
|
|
63
|
+
}] }); })();
|
|
64
|
+
//# sourceMappingURL=data:application/json;base64,eyJ2ZXJzaW9uIjozLCJmaWxlIjoiZGF0ZS1pbnB1dC1maWVsZC5tb2xlY3VsZS5qcyIsInNvdXJjZVJvb3QiOiIiLCJzb3VyY2VzIjpbIi4uLy4uLy4uLy4uLy4uLy4uL2xpYnMvY29tcG9uZW50cy9zcmMvbW9sZWN1bGVzL2RhdGUtaW5wdXQtZmllbGQvZGF0ZS1pbnB1dC1maWVsZC5tb2xlY3VsZS50cyIsIi4uLy4uLy4uLy4uLy4uLy4uL2xpYnMvY29tcG9uZW50cy9zcmMvbW9sZWN1bGVzL2RhdGUtaW5wdXQtZmllbGQvZGF0ZS1pbnB1dC1maWVsZC5tb2xlY3VsZS5odG1sIl0sIm5hbWVzIjpbXSwibWFwcGluZ3MiOiJBQUFBLE9BQU8sRUFBRSx1QkFBdUIsRUFBRSxTQUFTLEVBQUUsS0FBSyxFQUFFLE1BQU0sZUFBZSxDQUFDO0FBQzFFLE9BQU8sRUFBRSxXQUFXLEVBQUUsTUFBTSx3QkFBd0IsQ0FBQztBQUVyRCxPQUFPLEVBQUUsTUFBTSxFQUFFLE1BQU0sZ0JBQWdCLENBQUM7Ozs7Ozs7O0lDRXRDLGdDQUF1QjtJQUFBLFlBQVU7SUFBQSxpQkFBVzs7O0lBQXJCLGVBQVU7SUFBVixpQ0FBVTs7QURPbkMsTUFBTSxPQUFPLHNCQUFzQjtJQVBuQztRQVFFLFlBQU8sR0FBRyxJQUFJLFdBQVcsRUFBUyxDQUFDO1FBRzNCLGFBQVEsR0FBRyxJQUFJLFdBQVcsRUFBUyxDQUFDO1FBRzVDLFVBQUssR0FBRyxFQUFFLENBQUM7UUFHWCxnQkFBVyxHQUFHLEVBQUUsQ0FBQztLQWFsQjtJQVJDLFFBQVE7UUFDTixJQUFJLENBQUMsT0FBTyxDQUFDLFlBQVksQ0FBQyxJQUFJLENBQzVCLE1BQU0sQ0FBQyxLQUFLLENBQUMsRUFBRSxDQUFDLElBQUksQ0FBQyxRQUFRLENBQUMsS0FBSyxLQUFLLEtBQUssQ0FBQyxDQUMvQyxDQUFDLFNBQVMsQ0FBQyxLQUFLLENBQUMsRUFBRSxDQUFDLElBQUksQ0FBQyxRQUFRLENBQUMsUUFBUSxDQUFDLEtBQUssQ0FBQyxDQUFDLENBQUM7UUFFcEQsSUFBSSxDQUFDLFFBQVEsQ0FBQyxZQUFZLENBQUMsU0FBUyxDQUFDLEtBQUssQ0FBQyxFQUFFLENBQUMsSUFBSSxDQUFDLE9BQU8sQ0FBQyxRQUFRLENBQUMsS0FBSyxDQUFDLENBQUMsQ0FBQztRQUM1RSxJQUFJLENBQUMsT0FBTyxDQUFDLFFBQVEsQ0FBQyxJQUFJLENBQUMsUUFBUSxDQUFDLEtBQUssQ0FBQyxDQUFDO0lBQzdDLENBQUM7OzRGQXRCVSxzQkFBc0I7eUVBQXRCLHNCQUFzQjtRQ1puQyx5Q0FBcUMsZ0JBQUE7UUFDeEIsWUFBVztRQUFBLGlCQUFZO1FBQ2xDLDJCQUE2RiwrQkFBQSw4QkFBQTtRQUc3RixpRkFBNEM7UUFDOUMsaUJBQWlCOzs7UUFMSixlQUFXO1FBQVgsK0JBQVc7UUFDTixlQUF1QjtRQUF2Qix5Q0FBdUIsZ0NBQUEsc0JBQUE7UUFDTixlQUFjO1FBQWQseUJBQWM7UUFFcEMsZUFBVTtRQUFWLCtCQUFVOzt1RkRPVixzQkFBc0I7Y0FQbEMsU0FBUzsyQkFDRSw0QkFBNEIsbUJBR3JCLHVCQUF1QixDQUFDLE1BQU0sUUFDekMsRUFBQyxLQUFLLEVBQUUsZ0JBQWdCLEVBQUM7Z0JBTXZCLFFBQVE7a0JBRGYsS0FBSzttQkFBQyxTQUFTO1lBSWhCLEtBQUs7a0JBREosS0FBSztZQUlOLFdBQVc7a0JBRFYsS0FBSztZQUlOLElBQUk7a0JBREgsS0FBSyIsInNvdXJjZXNDb250ZW50IjpbImltcG9ydCB7IENoYW5nZURldGVjdGlvblN0cmF0ZWd5LCBDb21wb25lbnQsIElucHV0IH0gZnJvbSAnQGFuZ3VsYXIvY29yZSc7XG5pbXBvcnQgeyBGb3JtQ29udHJvbCB9IGZyb20gJ0BuZ25lYXQvcmVhY3RpdmUtZm9ybXMnO1xuaW1wb3J0IHsgRGF5anMgfSBmcm9tICdkYXlqcyc7XG5pbXBvcnQgeyBmaWx0ZXIgfSBmcm9tICdyeGpzL29wZXJhdG9ycyc7XG5cbkBDb21wb25lbnQoe1xuICBzZWxlY3RvcjogJ21vbGVjdWxlcy1kYXRlLWlucHV0LWZpZWxkJyxcbiAgdGVtcGxhdGVVcmw6ICcuL2RhdGUtaW5wdXQtZmllbGQubW9sZWN1bGUuaHRtbCcsXG4gIHN0eWxlVXJsczogWycuL2RhdGUtaW5wdXQtZmllbGQubW9sZWN1bGUuc2NzcyddLFxuICBjaGFuZ2VEZXRlY3Rpb246IENoYW5nZURldGVjdGlvblN0cmF0ZWd5Lk9uUHVzaCxcbiAgaG9zdDoge2NsYXNzOiAnbW9sZWN1bGUgZmllbGQnfSxcbn0pXG5leHBvcnQgY2xhc3MgRGF0ZUlucHV0RmllbGRNb2xlY3VsZSB7XG4gIGNvbnRyb2wgPSBuZXcgRm9ybUNvbnRyb2w8RGF5anM+KCk7XG5cbiAgQElucHV0KCdjb250cm9sJylcbiAgcHJpdmF0ZSBfY29udHJvbCA9IG5ldyBGb3JtQ29udHJvbDxEYXlqcz4oKTtcblxuICBASW5wdXQoKVxuICBsYWJlbCA9ICcnO1xuXG4gIEBJbnB1dCgpXG4gIHBsYWNlaG9sZGVyID0gJyc7XG5cbiAgQElucHV0KClcbiAgaGludD86IHN0cmluZztcblxuICBuZ09uSW5pdCgpOiB2b2lkIHtcbiAgICB0aGlzLmNvbnRyb2wudmFsdWVDaGFuZ2VzLnBpcGUoXG4gICAgICBmaWx0ZXIodmFsdWUgPT4gdGhpcy5fY29udHJvbC52YWx1ZSAhPT0gdmFsdWUpLFxuICAgICkuc3Vic2NyaWJlKHZhbHVlID0+IHRoaXMuX2NvbnRyb2wuc2V0VmFsdWUodmFsdWUpKTtcblxuICAgIHRoaXMuX2NvbnRyb2wudmFsdWVDaGFuZ2VzLnN1YnNjcmliZSh2YWx1ZSA9PiB0aGlzLmNvbnRyb2wuc2V0VmFsdWUodmFsdWUpKTtcbiAgICB0aGlzLmNvbnRyb2wuc2V0VmFsdWUodGhpcy5fY29udHJvbC52YWx1ZSk7XG4gIH1cbn1cbiIsIjxtYXQtZm9ybS1maWVsZCBhcHBlYXJhbmNlPVwib3V0bGluZVwiPlxuICA8bWF0LWxhYmVsPnt7IGxhYmVsIH19PC9tYXQtbGFiZWw+XG4gIDxpbnB1dCBtYXRJbnB1dCBbZm9ybUNvbnRyb2xdPVwiY29udHJvbFwiIFtwbGFjZWhvbGRlcl09XCJwbGFjZWhvbGRlclwiIFttYXREYXRlcGlja2VyXT1cInBpY2tlclwiPlxuICA8bWF0LWRhdGVwaWNrZXItdG9nZ2xlIG1hdFN1ZmZpeCBbZm9yXT1cInBpY2tlclwiPjwvbWF0LWRhdGVwaWNrZXItdG9nZ2xlPlxuICA8bWF0LWRhdGVwaWNrZXIgI3BpY2tlcj48L21hdC1kYXRlcGlja2VyPlxuICA8bWF0LWhpbnQgKm5nSWY9XCJoaW50XCI+e3sgaGludCB9fTwvbWF0LWhpbnQ+XG48L21hdC1mb3JtLWZpZWxkPiJdfQ==
|
|
@@ -1,3 +1,3 @@
|
|
|
1
1
|
export { DateInputFieldMolecule } from './date-input-field.molecule';
|
|
2
2
|
export { DateInputFieldModule } from './date-input-field.module';
|
|
3
|
-
//# sourceMappingURL=data:application/json;base64,
|
|
3
|
+
//# sourceMappingURL=data:application/json;base64,eyJ2ZXJzaW9uIjozLCJmaWxlIjoiaW5kZXguanMiLCJzb3VyY2VSb290IjoiIiwic291cmNlcyI6WyIuLi8uLi8uLi8uLi8uLi8uLi9saWJzL2NvbXBvbmVudHMvc3JjL21vbGVjdWxlcy9kYXRlLWlucHV0LWZpZWxkL2luZGV4LnRzIl0sIm5hbWVzIjpbXSwibWFwcGluZ3MiOiJBQUFBLE9BQU8sRUFBRSxzQkFBc0IsRUFBRSxNQUFNLDZCQUE2QixDQUFDO0FBQ3JFLE9BQU8sRUFBRSxvQkFBb0IsRUFBRSxNQUFNLDJCQUEyQixDQUFDIiwic291cmNlc0NvbnRlbnQiOlsiZXhwb3J0IHsgRGF0ZUlucHV0RmllbGRNb2xlY3VsZSB9IGZyb20gJy4vZGF0ZS1pbnB1dC1maWVsZC5tb2xlY3VsZSc7XG5leHBvcnQgeyBEYXRlSW5wdXRGaWVsZE1vZHVsZSB9IGZyb20gJy4vZGF0ZS1pbnB1dC1maWVsZC5tb2R1bGUnO1xuIl19
|
package/esm2020/molecules/date-input-field/ng-atomic-components-molecules-date-input-field.mjs
CHANGED
|
@@ -2,4 +2,4 @@
|
|
|
2
2
|
* Generated bundle index. Do not edit.
|
|
3
3
|
*/
|
|
4
4
|
export * from './index';
|
|
5
|
-
//# sourceMappingURL=data:application/json;base64,
|
|
5
|
+
//# sourceMappingURL=data:application/json;base64,eyJ2ZXJzaW9uIjozLCJmaWxlIjoibmctYXRvbWljLWNvbXBvbmVudHMtbW9sZWN1bGVzLWRhdGUtaW5wdXQtZmllbGQuanMiLCJzb3VyY2VSb290IjoiIiwic291cmNlcyI6WyIuLi8uLi8uLi8uLi8uLi8uLi9saWJzL2NvbXBvbmVudHMvc3JjL21vbGVjdWxlcy9kYXRlLWlucHV0LWZpZWxkL25nLWF0b21pYy1jb21wb25lbnRzLW1vbGVjdWxlcy1kYXRlLWlucHV0LWZpZWxkLnRzIl0sIm5hbWVzIjpbXSwibWFwcGluZ3MiOiJBQUFBOztHQUVHO0FBRUgsY0FBYyxTQUFTLENBQUMiLCJzb3VyY2VzQ29udGVudCI6WyIvKipcbiAqIEdlbmVyYXRlZCBidW5kbGUgaW5kZXguIERvIG5vdCBlZGl0LlxuICovXG5cbmV4cG9ydCAqIGZyb20gJy4vaW5kZXgnO1xuIl19
|
|
@@ -1,3 +1,3 @@
|
|
|
1
1
|
export { SelectInputFieldModule } from './select-input-field.module';
|
|
2
2
|
export * from './select-input-field.molecule';
|
|
3
|
-
//# sourceMappingURL=data:application/json;base64,
|
|
3
|
+
//# sourceMappingURL=data:application/json;base64,eyJ2ZXJzaW9uIjozLCJmaWxlIjoiaW5kZXguanMiLCJzb3VyY2VSb290IjoiIiwic291cmNlcyI6WyIuLi8uLi8uLi8uLi8uLi8uLi9saWJzL2NvbXBvbmVudHMvc3JjL21vbGVjdWxlcy9zZWxlY3QtaW5wdXQtZmllbGQvaW5kZXgudHMiXSwibmFtZXMiOltdLCJtYXBwaW5ncyI6IkFBQUEsT0FBTyxFQUFFLHNCQUFzQixFQUFFLE1BQU0sNkJBQTZCLENBQUM7QUFDckUsY0FBYywrQkFBK0IsQ0FBQyIsInNvdXJjZXNDb250ZW50IjpbImV4cG9ydCB7IFNlbGVjdElucHV0RmllbGRNb2R1bGUgfSBmcm9tICcuL3NlbGVjdC1pbnB1dC1maWVsZC5tb2R1bGUnO1xuZXhwb3J0ICogZnJvbSAnLi9zZWxlY3QtaW5wdXQtZmllbGQubW9sZWN1bGUnO1xuIl19
|
package/esm2020/molecules/select-input-field/ng-atomic-components-molecules-select-input-field.mjs
CHANGED
|
@@ -2,4 +2,4 @@
|
|
|
2
2
|
* Generated bundle index. Do not edit.
|
|
3
3
|
*/
|
|
4
4
|
export * from './index';
|
|
5
|
-
//# sourceMappingURL=data:application/json;base64,
|
|
5
|
+
//# sourceMappingURL=data:application/json;base64,eyJ2ZXJzaW9uIjozLCJmaWxlIjoibmctYXRvbWljLWNvbXBvbmVudHMtbW9sZWN1bGVzLXNlbGVjdC1pbnB1dC1maWVsZC5qcyIsInNvdXJjZVJvb3QiOiIiLCJzb3VyY2VzIjpbIi4uLy4uLy4uLy4uLy4uLy4uL2xpYnMvY29tcG9uZW50cy9zcmMvbW9sZWN1bGVzL3NlbGVjdC1pbnB1dC1maWVsZC9uZy1hdG9taWMtY29tcG9uZW50cy1tb2xlY3VsZXMtc2VsZWN0LWlucHV0LWZpZWxkLnRzIl0sIm5hbWVzIjpbXSwibWFwcGluZ3MiOiJBQUFBOztHQUVHO0FBRUgsY0FBYyxTQUFTLENBQUMiLCJzb3VyY2VzQ29udGVudCI6WyIvKipcbiAqIEdlbmVyYXRlZCBidW5kbGUgaW5kZXguIERvIG5vdCBlZGl0LlxuICovXG5cbmV4cG9ydCAqIGZyb20gJy4vaW5kZXgnO1xuIl19
|