@ng-atomic/components 4.16.3 → 4.20.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 +0 -1
- package/atoms/chips-input/chips-input.atom.d.ts +0 -1
- package/atoms/chips-input/chips-input.module.d.ts +0 -1
- package/atoms/chips-input/index.d.ts +0 -1
- package/atoms/icon/icon.atom.d.ts +0 -1
- package/atoms/icon/icon.module.d.ts +0 -1
- package/atoms/icon/index.d.ts +0 -1
- package/atoms/smart-menu-button/index.d.ts +0 -1
- package/atoms/smart-menu-button/smart-menu-button.atom.d.ts +0 -1
- package/atoms/smart-menu-button/smart-menu-button.module.d.ts +0 -1
- package/esm2020/app.module.mjs +23 -24
- package/esm2020/atoms/chips-input/chips-input.atom.mjs +13 -38
- package/esm2020/atoms/chips-input/chips-input.module.mjs +26 -27
- 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/icon/icon.atom.mjs +14 -42
- package/esm2020/atoms/icon/icon.module.mjs +22 -23
- package/esm2020/atoms/icon/index.mjs +1 -1
- package/esm2020/atoms/icon/ng-atomic-components-atoms-icon.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 +11 -75
- package/esm2020/atoms/smart-menu-button/smart-menu-button.module.mjs +20 -21
- package/esm2020/frames/auto-layout/auto-layout.frame.mjs +7 -11
- package/esm2020/frames/auto-layout/auto-layout.module.mjs +18 -19
- 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 +7 -13
- package/esm2020/frames/card/card.module.mjs +22 -23
- 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 +12 -29
- package/esm2020/frames/drawer/drawer.module.mjs +16 -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 +23 -45
- package/esm2020/frames/line-up/line-up.module.mjs +16 -17
- 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/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 +9 -22
- package/esm2020/frames/overlay/overlay.module.mjs +18 -19
- 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 +7 -17
- package/esm2020/frames/scroll/scroll.module.mjs +20 -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 +19 -37
- package/esm2020/frames/smart-menu/smart-menu.module.mjs +14 -15
- package/esm2020/index.mjs +1 -1
- package/esm2020/molecules/actions-column/actions-column.module.mjs +26 -27
- package/esm2020/molecules/actions-column/actions-column.molecule.mjs +29 -59
- 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 +26 -27
- package/esm2020/molecules/checkbox-column/checkbox-column.molecule.mjs +24 -52
- 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 +28 -29
- package/esm2020/molecules/chips-input-field/chips-input-field.molecule.mjs +21 -65
- 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 +22 -23
- package/esm2020/molecules/date-input-field/date-input-field.molecule.mjs +16 -42
- 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/header/header.module.mjs +18 -19
- package/esm2020/molecules/header/header.molecule.mjs +11 -25
- package/esm2020/molecules/header/index.mjs +1 -1
- package/esm2020/molecules/header/ng-atomic-components-molecules-header.mjs +1 -1
- package/esm2020/molecules/navigation-list-item/index.mjs +1 -1
- package/esm2020/molecules/navigation-list-item/navigation-list-item.module.mjs +24 -25
- package/esm2020/molecules/navigation-list-item/navigation-list-item.molecule.mjs +11 -23
- package/esm2020/molecules/navigation-list-item/ng-atomic-components-molecules-navigation-list-item.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 +20 -21
- package/esm2020/molecules/select-input-field/select-input-field.molecule.mjs +13 -37
- 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 -30
- package/esm2020/molecules/smart-column/smart-column.molecule.mjs +11 -68
- 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 +21 -22
- package/esm2020/molecules/text-input-field/text-input-field.molecule.mjs +19 -106
- 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 +19 -20
- package/esm2020/molecules/textarea-field/textarea-field.molecule.mjs +13 -36
- package/esm2020/ng-atomic-components.mjs +1 -1
- package/esm2020/organisms/action-buttons-section/action-buttons-section.module.mjs +25 -26
- package/esm2020/organisms/action-buttons-section/action-buttons-section.organism.mjs +11 -30
- 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 +26 -27
- package/esm2020/organisms/back-navigator/back-navigator.organism.mjs +19 -48
- 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 +18 -19
- package/esm2020/organisms/card-input-section/card-input-section.organism.mjs +13 -17
- 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 +19 -20
- package/esm2020/organisms/cvc-and-exp-input-section/cvc-and-exp-input-section.organism.mjs +9 -17
- 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 +20 -21
- package/esm2020/organisms/date-input-section/date-input-section.organism.mjs +13 -17
- 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 +18 -19
- package/esm2020/organisms/heading/heading.organism.mjs +9 -115
- package/esm2020/organisms/heading/index.mjs +1 -1
- package/esm2020/organisms/heading/ng-atomic-components-organisms-heading.mjs +1 -1
- package/esm2020/organisms/navigation-list/index.mjs +1 -1
- package/esm2020/organisms/navigation-list/navigation-list.module.mjs +20 -21
- package/esm2020/organisms/navigation-list/navigation-list.organism.mjs +11 -28
- package/esm2020/organisms/navigation-list/ng-atomic-components-organisms-navigation-list.mjs +1 -1
- package/esm2020/organisms/navigator/index.mjs +1 -1
- package/esm2020/organisms/navigator/navigator.module.mjs +22 -23
- package/esm2020/organisms/navigator/navigator.organism.mjs +13 -46
- 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 +26 -27
- package/esm2020/organisms/paginator/paginator.organism.mjs +17 -28
- 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 +22 -23
- package/esm2020/organisms/select-input-section/select-input-section.organism.mjs +13 -17
- package/esm2020/organisms/smart-list/index.mjs +1 -1
- package/esm2020/organisms/smart-list/ng-atomic-components-organisms-smart-list.mjs +1 -1
- package/esm2020/organisms/smart-list/smart-list.module.mjs +25 -26
- package/esm2020/organisms/smart-list/smart-list.organism.mjs +16 -60
- 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 +32 -33
- package/esm2020/organisms/smart-table/smart-table.organism.mjs +30 -101
- 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 +22 -23
- package/esm2020/organisms/social-login-section/social-login-section.organism.mjs +9 -14
- 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 +22 -23
- package/esm2020/organisms/text-input-section/text-input-section.organism.mjs +17 -21
- 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 +18 -19
- package/esm2020/organisms/textarea-section/textarea-section.organism.mjs +9 -13
- 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 +25 -26
- package/esm2020/organisms/top-navigator/top-navigator.organism.mjs +13 -25
- package/esm2020/pages/_index/index.mjs +1 -1
- package/esm2020/pages/_index/index.module.mjs +15 -16
- package/esm2020/pages/_index/index.page.mjs +7 -7
- package/esm2020/pages/_index/ng-atomic-components-pages-_index.mjs +1 -1
- package/esm2020/pages/blank/blank.module.mjs +15 -16
- package/esm2020/pages/blank/blank.page.mjs +7 -7
- 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 +31 -32
- package/esm2020/templates/entrance/entrance.template.mjs +17 -45
- 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 +25 -26
- package/esm2020/templates/loading/loading.template.mjs +7 -9
- 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 +19 -20
- package/esm2020/templates/menu/menu.template.mjs +11 -26
- 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 +37 -38
- package/esm2020/templates/smart-crud/smart-crud.template.mjs +19 -87
- 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 +30 -31
- package/esm2020/templates/smart-index/smart-index.template.mjs +45 -99
- package/fesm2015/ng-atomic-components-atoms-chips-input.mjs +15 -53
- package/fesm2015/ng-atomic-components-atoms-chips-input.mjs.map +1 -1
- package/fesm2015/ng-atomic-components-atoms-icon.mjs +13 -59
- package/fesm2015/ng-atomic-components-atoms-icon.mjs.map +1 -1
- package/fesm2015/ng-atomic-components-atoms-smart-menu-button.mjs +14 -102
- package/fesm2015/ng-atomic-components-atoms-smart-menu-button.mjs.map +1 -1
- package/fesm2015/ng-atomic-components-frames-auto-layout.mjs +10 -21
- package/fesm2015/ng-atomic-components-frames-auto-layout.mjs.map +1 -1
- package/fesm2015/ng-atomic-components-frames-card.mjs +11 -26
- package/fesm2015/ng-atomic-components-frames-card.mjs.map +1 -1
- package/fesm2015/ng-atomic-components-frames-drawer.mjs +12 -42
- package/fesm2015/ng-atomic-components-frames-drawer.mjs.map +1 -1
- package/fesm2015/ng-atomic-components-frames-line-up.mjs +16 -55
- package/fesm2015/ng-atomic-components-frames-line-up.mjs.map +1 -1
- package/fesm2015/ng-atomic-components-frames-overlay.mjs +12 -35
- package/fesm2015/ng-atomic-components-frames-overlay.mjs.map +1 -1
- package/fesm2015/ng-atomic-components-frames-scroll.mjs +11 -30
- package/fesm2015/ng-atomic-components-frames-scroll.mjs.map +1 -1
- package/fesm2015/ng-atomic-components-frames-smart-menu.mjs +11 -41
- package/fesm2015/ng-atomic-components-frames-smart-menu.mjs.map +1 -1
- package/fesm2015/ng-atomic-components-molecules-actions-column.mjs +18 -65
- package/fesm2015/ng-atomic-components-molecules-actions-column.mjs.map +1 -1
- package/fesm2015/ng-atomic-components-molecules-checkbox-column.mjs +15 -60
- package/fesm2015/ng-atomic-components-molecules-checkbox-column.mjs.map +1 -1
- package/fesm2015/ng-atomic-components-molecules-chips-input-field.mjs +19 -79
- package/fesm2015/ng-atomic-components-molecules-chips-input-field.mjs.map +1 -1
- package/fesm2015/ng-atomic-components-molecules-date-input-field.mjs +15 -54
- package/fesm2015/ng-atomic-components-molecules-date-input-field.mjs.map +1 -1
- package/fesm2015/ng-atomic-components-molecules-header.mjs +10 -32
- package/fesm2015/ng-atomic-components-molecules-header.mjs.map +1 -1
- package/fesm2015/ng-atomic-components-molecules-navigation-list-item.mjs +14 -36
- package/fesm2015/ng-atomic-components-molecules-navigation-list-item.mjs.map +1 -1
- package/fesm2015/ng-atomic-components-molecules-select-input-field.mjs +14 -51
- package/fesm2015/ng-atomic-components-molecules-select-input-field.mjs.map +1 -1
- package/fesm2015/ng-atomic-components-molecules-smart-column.mjs +19 -95
- package/fesm2015/ng-atomic-components-molecules-smart-column.mjs.map +1 -1
- package/fesm2015/ng-atomic-components-molecules-text-input-field.mjs +14 -129
- package/fesm2015/ng-atomic-components-molecules-text-input-field.mjs.map +1 -1
- package/fesm2015/ng-atomic-components-molecules-textarea-field.mjs +12 -48
- package/fesm2015/ng-atomic-components-molecules-textarea-field.mjs.map +1 -1
- package/fesm2015/ng-atomic-components-organisms-action-buttons-section.mjs +13 -45
- package/fesm2015/ng-atomic-components-organisms-action-buttons-section.mjs.map +1 -1
- package/fesm2015/ng-atomic-components-organisms-back-navigator.mjs +17 -58
- package/fesm2015/ng-atomic-components-organisms-back-navigator.mjs.map +1 -1
- package/fesm2015/ng-atomic-components-organisms-card-input-section.mjs +13 -27
- 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 +14 -32
- 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 +12 -26
- package/fesm2015/ng-atomic-components-organisms-date-input-section.mjs.map +1 -1
- package/fesm2015/ng-atomic-components-organisms-heading.mjs +11 -157
- package/fesm2015/ng-atomic-components-organisms-heading.mjs.map +1 -1
- package/fesm2015/ng-atomic-components-organisms-navigation-list.mjs +15 -45
- package/fesm2015/ng-atomic-components-organisms-navigation-list.mjs.map +1 -1
- package/fesm2015/ng-atomic-components-organisms-navigator.mjs +17 -66
- package/fesm2015/ng-atomic-components-organisms-navigator.mjs.map +1 -1
- package/fesm2015/ng-atomic-components-organisms-paginator.mjs +16 -37
- package/fesm2015/ng-atomic-components-organisms-paginator.mjs.map +1 -1
- package/fesm2015/ng-atomic-components-organisms-select-input-section.mjs +13 -27
- package/fesm2015/ng-atomic-components-organisms-select-input-section.mjs.map +1 -1
- package/fesm2015/ng-atomic-components-organisms-smart-list.mjs +15 -75
- package/fesm2015/ng-atomic-components-organisms-smart-list.mjs.map +1 -1
- package/fesm2015/ng-atomic-components-organisms-smart-table.mjs +23 -122
- package/fesm2015/ng-atomic-components-organisms-smart-table.mjs.map +1 -1
- package/fesm2015/ng-atomic-components-organisms-social-login-section.mjs +13 -27
- package/fesm2015/ng-atomic-components-organisms-social-login-section.mjs.map +1 -1
- package/fesm2015/ng-atomic-components-organisms-text-input-section.mjs +13 -27
- package/fesm2015/ng-atomic-components-organisms-text-input-section.mjs.map +1 -1
- package/fesm2015/ng-atomic-components-organisms-textarea-section.mjs +13 -27
- package/fesm2015/ng-atomic-components-organisms-textarea-section.mjs.map +1 -1
- package/fesm2015/ng-atomic-components-organisms-top-navigator.mjs +16 -38
- package/fesm2015/ng-atomic-components-organisms-top-navigator.mjs.map +1 -1
- package/fesm2015/ng-atomic-components-pages-_index.mjs +9 -14
- package/fesm2015/ng-atomic-components-pages-_index.mjs.map +1 -1
- package/fesm2015/ng-atomic-components-pages-blank.mjs +11 -16
- package/fesm2015/ng-atomic-components-pages-blank.mjs.map +1 -1
- package/fesm2015/ng-atomic-components-templates-entrance.mjs +19 -63
- package/fesm2015/ng-atomic-components-templates-entrance.mjs.map +1 -1
- package/fesm2015/ng-atomic-components-templates-loading.mjs +11 -22
- package/fesm2015/ng-atomic-components-templates-loading.mjs.map +1 -1
- package/fesm2015/ng-atomic-components-templates-menu.mjs +13 -38
- package/fesm2015/ng-atomic-components-templates-menu.mjs.map +1 -1
- package/fesm2015/ng-atomic-components-templates-smart-crud.mjs +26 -119
- package/fesm2015/ng-atomic-components-templates-smart-crud.mjs.map +1 -1
- package/fesm2015/ng-atomic-components-templates-smart-index.mjs +21 -94
- package/fesm2015/ng-atomic-components-templates-smart-index.mjs.map +1 -1
- package/fesm2015/ng-atomic-components.mjs +6 -11
- package/fesm2015/ng-atomic-components.mjs.map +1 -1
- package/fesm2020/ng-atomic-components-atoms-chips-input.mjs +37 -63
- package/fesm2020/ng-atomic-components-atoms-chips-input.mjs.map +1 -1
- package/fesm2020/ng-atomic-components-atoms-icon.mjs +34 -63
- package/fesm2020/ng-atomic-components-atoms-icon.mjs.map +1 -1
- package/fesm2020/ng-atomic-components-atoms-smart-menu-button.mjs +29 -94
- package/fesm2020/ng-atomic-components-atoms-smart-menu-button.mjs.map +1 -1
- package/fesm2020/ng-atomic-components-frames-auto-layout.mjs +23 -28
- package/fesm2020/ng-atomic-components-frames-auto-layout.mjs.map +1 -1
- package/fesm2020/ng-atomic-components-frames-card.mjs +27 -34
- package/fesm2020/ng-atomic-components-frames-card.mjs.map +1 -1
- package/fesm2020/ng-atomic-components-frames-drawer.mjs +26 -44
- package/fesm2020/ng-atomic-components-frames-drawer.mjs.map +1 -1
- package/fesm2020/ng-atomic-components-frames-line-up.mjs +37 -60
- package/fesm2020/ng-atomic-components-frames-line-up.mjs.map +1 -1
- package/fesm2020/ng-atomic-components-frames-overlay.mjs +25 -39
- package/fesm2020/ng-atomic-components-frames-overlay.mjs.map +1 -1
- package/fesm2020/ng-atomic-components-frames-scroll.mjs +25 -36
- package/fesm2020/ng-atomic-components-frames-scroll.mjs.map +1 -1
- package/fesm2020/ng-atomic-components-frames-smart-menu.mjs +31 -50
- package/fesm2020/ng-atomic-components-frames-smart-menu.mjs.map +1 -1
- package/fesm2020/ng-atomic-components-molecules-actions-column.mjs +53 -84
- package/fesm2020/ng-atomic-components-molecules-actions-column.mjs.map +1 -1
- package/fesm2020/ng-atomic-components-molecules-checkbox-column.mjs +49 -78
- package/fesm2020/ng-atomic-components-molecules-checkbox-column.mjs.map +1 -1
- package/fesm2020/ng-atomic-components-molecules-chips-input-field.mjs +47 -92
- package/fesm2020/ng-atomic-components-molecules-chips-input-field.mjs.map +1 -1
- package/fesm2020/ng-atomic-components-molecules-date-input-field.mjs +36 -63
- package/fesm2020/ng-atomic-components-molecules-date-input-field.mjs.map +1 -1
- package/fesm2020/ng-atomic-components-molecules-header.mjs +27 -42
- package/fesm2020/ng-atomic-components-molecules-header.mjs.map +1 -1
- package/fesm2020/ng-atomic-components-molecules-navigation-list-item.mjs +33 -46
- package/fesm2020/ng-atomic-components-molecules-navigation-list-item.mjs.map +1 -1
- package/fesm2020/ng-atomic-components-molecules-select-input-field.mjs +31 -56
- package/fesm2020/ng-atomic-components-molecules-select-input-field.mjs.map +1 -1
- package/fesm2020/ng-atomic-components-molecules-smart-column.mjs +38 -96
- package/fesm2020/ng-atomic-components-molecules-smart-column.mjs.map +1 -1
- package/fesm2020/ng-atomic-components-molecules-text-input-field.mjs +38 -126
- package/fesm2020/ng-atomic-components-molecules-text-input-field.mjs.map +1 -1
- package/fesm2020/ng-atomic-components-molecules-textarea-field.mjs +30 -54
- package/fesm2020/ng-atomic-components-molecules-textarea-field.mjs.map +1 -1
- package/fesm2020/ng-atomic-components-organisms-action-buttons-section.mjs +34 -54
- package/fesm2020/ng-atomic-components-organisms-action-buttons-section.mjs.map +1 -1
- package/fesm2020/ng-atomic-components-organisms-back-navigator.mjs +43 -73
- package/fesm2020/ng-atomic-components-organisms-back-navigator.mjs.map +1 -1
- package/fesm2020/ng-atomic-components-organisms-card-input-section.mjs +29 -34
- 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 +26 -35
- 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 +31 -36
- package/fesm2020/ng-atomic-components-organisms-date-input-section.mjs.map +1 -1
- package/fesm2020/ng-atomic-components-organisms-heading.mjs +25 -132
- package/fesm2020/ng-atomic-components-organisms-heading.mjs.map +1 -1
- package/fesm2020/ng-atomic-components-organisms-navigation-list.mjs +29 -47
- package/fesm2020/ng-atomic-components-organisms-navigation-list.mjs.map +1 -1
- package/fesm2020/ng-atomic-components-organisms-navigator.mjs +33 -67
- package/fesm2020/ng-atomic-components-organisms-navigator.mjs.map +1 -1
- package/fesm2020/ng-atomic-components-organisms-paginator.mjs +41 -53
- package/fesm2020/ng-atomic-components-organisms-paginator.mjs.map +1 -1
- package/fesm2020/ng-atomic-components-organisms-select-input-section.mjs +33 -38
- package/fesm2020/ng-atomic-components-organisms-select-input-section.mjs.map +1 -1
- package/fesm2020/ng-atomic-components-organisms-smart-list.mjs +39 -84
- package/fesm2020/ng-atomic-components-organisms-smart-list.mjs.map +1 -1
- package/fesm2020/ng-atomic-components-organisms-smart-table.mjs +60 -132
- package/fesm2020/ng-atomic-components-organisms-smart-table.mjs.map +1 -1
- package/fesm2020/ng-atomic-components-organisms-social-login-section.mjs +29 -35
- package/fesm2020/ng-atomic-components-organisms-social-login-section.mjs.map +1 -1
- package/fesm2020/ng-atomic-components-organisms-text-input-section.mjs +37 -42
- package/fesm2020/ng-atomic-components-organisms-text-input-section.mjs.map +1 -1
- package/fesm2020/ng-atomic-components-organisms-textarea-section.mjs +25 -30
- package/fesm2020/ng-atomic-components-organisms-textarea-section.mjs.map +1 -1
- package/fesm2020/ng-atomic-components-organisms-top-navigator.mjs +36 -49
- package/fesm2020/ng-atomic-components-organisms-top-navigator.mjs.map +1 -1
- package/fesm2020/ng-atomic-components-pages-_index.mjs +20 -21
- package/fesm2020/ng-atomic-components-pages-_index.mjs.map +1 -1
- package/fesm2020/ng-atomic-components-pages-blank.mjs +22 -23
- package/fesm2020/ng-atomic-components-pages-blank.mjs.map +1 -1
- package/fesm2020/ng-atomic-components-templates-entrance.mjs +46 -75
- package/fesm2020/ng-atomic-components-templates-entrance.mjs.map +1 -1
- package/fesm2020/ng-atomic-components-templates-loading.mjs +30 -33
- package/fesm2020/ng-atomic-components-templates-loading.mjs.map +1 -1
- package/fesm2020/ng-atomic-components-templates-menu.mjs +28 -44
- package/fesm2020/ng-atomic-components-templates-menu.mjs.map +1 -1
- package/fesm2020/ng-atomic-components-templates-smart-crud.mjs +54 -123
- package/fesm2020/ng-atomic-components-templates-smart-crud.mjs.map +1 -1
- package/fesm2020/ng-atomic-components-templates-smart-index.mjs +73 -128
- package/fesm2020/ng-atomic-components-templates-smart-index.mjs.map +1 -1
- package/fesm2020/ng-atomic-components.mjs +22 -23
- package/fesm2020/ng-atomic-components.mjs.map +1 -1
- package/frames/auto-layout/auto-layout.frame.d.ts +0 -1
- package/frames/auto-layout/auto-layout.module.d.ts +0 -1
- package/frames/auto-layout/index.d.ts +0 -1
- package/frames/card/card.frame.d.ts +0 -1
- package/frames/card/card.module.d.ts +0 -1
- package/frames/card/index.d.ts +0 -1
- package/frames/drawer/drawer.frame.d.ts +0 -1
- package/frames/drawer/drawer.module.d.ts +0 -1
- package/frames/drawer/index.d.ts +0 -1
- package/frames/line-up/index.d.ts +0 -1
- package/frames/line-up/line-up.animations.d.ts +0 -1
- package/frames/line-up/line-up.frame.d.ts +0 -1
- package/frames/line-up/line-up.module.d.ts +0 -1
- package/frames/line-up/resize-observer.d.ts +0 -1
- package/frames/overlay/index.d.ts +0 -1
- package/frames/overlay/overlay.animations.d.ts +0 -1
- package/frames/overlay/overlay.frame.d.ts +0 -1
- package/frames/overlay/overlay.module.d.ts +0 -1
- package/frames/scroll/index.d.ts +0 -1
- package/frames/scroll/scroll.frame.d.ts +0 -1
- package/frames/scroll/scroll.module.d.ts +0 -1
- package/frames/smart-menu/index.d.ts +0 -1
- package/frames/smart-menu/smart-menu.frame.d.ts +0 -1
- package/frames/smart-menu/smart-menu.module.d.ts +0 -1
- package/index.d.ts +0 -1
- package/molecules/actions-column/actions-column.module.d.ts +0 -1
- package/molecules/actions-column/actions-column.molecule.d.ts +0 -1
- package/molecules/actions-column/index.d.ts +0 -1
- package/molecules/checkbox-column/checkbox-column.module.d.ts +0 -1
- package/molecules/checkbox-column/checkbox-column.molecule.d.ts +0 -1
- package/molecules/checkbox-column/index.d.ts +0 -1
- package/molecules/chips-input-field/chips-input-field.module.d.ts +0 -1
- package/molecules/chips-input-field/chips-input-field.molecule.d.ts +0 -1
- package/molecules/chips-input-field/index.d.ts +0 -1
- package/molecules/date-input-field/date-input-field.module.d.ts +0 -1
- package/molecules/date-input-field/date-input-field.molecule.d.ts +0 -1
- package/molecules/date-input-field/index.d.ts +0 -1
- package/molecules/header/header.module.d.ts +0 -1
- package/molecules/header/header.molecule.d.ts +0 -1
- package/molecules/header/index.d.ts +0 -1
- package/molecules/navigation-list-item/index.d.ts +0 -1
- package/molecules/navigation-list-item/navigation-list-item.module.d.ts +0 -1
- package/molecules/navigation-list-item/navigation-list-item.molecule.d.ts +0 -1
- package/molecules/select-input-field/index.d.ts +0 -1
- package/molecules/select-input-field/select-input-field.module.d.ts +0 -1
- package/molecules/select-input-field/select-input-field.molecule.d.ts +0 -1
- package/molecules/smart-column/index.d.ts +0 -1
- package/molecules/smart-column/smart-column.module.d.ts +0 -1
- package/molecules/smart-column/smart-column.molecule.d.ts +0 -1
- package/molecules/text-input-field/index.d.ts +0 -1
- package/molecules/text-input-field/text-input-field.module.d.ts +0 -1
- package/molecules/text-input-field/text-input-field.molecule.d.ts +0 -1
- package/molecules/textarea-field/index.d.ts +0 -1
- package/molecules/textarea-field/textarea-field.module.d.ts +0 -1
- package/molecules/textarea-field/textarea-field.molecule.d.ts +0 -1
- package/organisms/action-buttons-section/action-buttons-section.module.d.ts +0 -1
- package/organisms/action-buttons-section/action-buttons-section.organism.d.ts +0 -1
- package/organisms/action-buttons-section/index.d.ts +0 -1
- package/organisms/back-navigator/back-navigator.module.d.ts +0 -1
- package/organisms/back-navigator/back-navigator.organism.d.ts +0 -1
- package/organisms/back-navigator/index.d.ts +0 -1
- package/organisms/card-input-section/card-input-section.module.d.ts +0 -1
- package/organisms/card-input-section/card-input-section.organism.d.ts +0 -1
- package/organisms/card-input-section/index.d.ts +0 -1
- package/organisms/cvc-and-exp-input-section/cvc-and-exp-input-section.module.d.ts +0 -1
- package/organisms/cvc-and-exp-input-section/cvc-and-exp-input-section.organism.d.ts +0 -1
- package/organisms/cvc-and-exp-input-section/index.d.ts +0 -1
- package/organisms/date-input-section/date-input-section.module.d.ts +0 -1
- package/organisms/date-input-section/date-input-section.organism.d.ts +0 -1
- package/organisms/date-input-section/index.d.ts +0 -1
- package/organisms/heading/heading.module.d.ts +0 -1
- package/organisms/heading/heading.organism.d.ts +0 -1
- package/organisms/heading/index.d.ts +0 -1
- package/organisms/navigation-list/index.d.ts +0 -1
- package/organisms/navigation-list/navigation-list.module.d.ts +0 -1
- package/organisms/navigation-list/navigation-list.organism.d.ts +0 -1
- package/organisms/navigator/index.d.ts +0 -1
- package/organisms/navigator/navigator.module.d.ts +0 -1
- package/organisms/navigator/navigator.organism.d.ts +0 -1
- package/organisms/paginator/index.d.ts +0 -1
- package/organisms/paginator/paginator.module.d.ts +0 -1
- package/organisms/paginator/paginator.organism.d.ts +0 -1
- package/organisms/select-input-section/index.d.ts +0 -1
- package/organisms/select-input-section/select-input-section.module.d.ts +0 -1
- package/organisms/select-input-section/select-input-section.organism.d.ts +0 -1
- package/organisms/smart-list/index.d.ts +0 -1
- package/organisms/smart-list/smart-list.module.d.ts +0 -1
- package/organisms/smart-list/smart-list.organism.d.ts +0 -1
- package/organisms/smart-table/index.d.ts +0 -1
- package/organisms/smart-table/smart-table.module.d.ts +0 -1
- package/organisms/smart-table/smart-table.organism.d.ts +0 -1
- package/organisms/social-login-section/index.d.ts +0 -1
- package/organisms/social-login-section/social-login-section.module.d.ts +0 -1
- package/organisms/social-login-section/social-login-section.organism.d.ts +0 -1
- package/organisms/text-input-section/index.d.ts +0 -1
- package/organisms/text-input-section/text-input-section.module.d.ts +0 -1
- package/organisms/text-input-section/text-input-section.organism.d.ts +0 -1
- package/organisms/textarea-section/index.d.ts +0 -1
- package/organisms/textarea-section/textarea-section.module.d.ts +0 -1
- package/organisms/textarea-section/textarea-section.organism.d.ts +0 -1
- package/organisms/top-navigator/index.d.ts +0 -1
- package/organisms/top-navigator/top-navigator.module.d.ts +0 -1
- package/organisms/top-navigator/top-navigator.organism.d.ts +0 -1
- package/package.json +14 -14
- package/pages/_index/index.d.ts +0 -1
- package/pages/_index/index.module.d.ts +0 -1
- package/pages/_index/index.page.d.ts +0 -1
- package/pages/blank/blank.module.d.ts +0 -1
- package/pages/blank/blank.page.d.ts +0 -1
- package/pages/blank/blank.route.d.ts +0 -1
- package/pages/blank/index.d.ts +0 -1
- package/templates/entrance/entrance.module.d.ts +0 -1
- package/templates/entrance/entrance.template.d.ts +0 -1
- package/templates/entrance/index.d.ts +0 -1
- package/templates/loading/index.d.ts +0 -1
- package/templates/loading/loading.module.d.ts +0 -1
- package/templates/loading/loading.template.d.ts +0 -1
- package/templates/menu/index.d.ts +0 -1
- package/templates/menu/menu.module.d.ts +0 -1
- package/templates/menu/menu.template.d.ts +0 -1
- package/templates/smart-crud/index.d.ts +0 -1
- package/templates/smart-crud/smart-crud.module.d.ts +0 -1
- package/templates/smart-crud/smart-crud.template.d.ts +0 -1
- package/templates/smart-index/index.d.ts +0 -1
- package/templates/smart-index/smart-index.module.d.ts +0 -1
- package/templates/smart-index/smart-index.template.d.ts +0 -1
- package/app.module.d.ts.map +0 -1
- package/atoms/chips-input/chips-input.atom.d.ts.map +0 -1
- package/atoms/chips-input/chips-input.module.d.ts.map +0 -1
- package/atoms/chips-input/index.d.ts.map +0 -1
- package/atoms/chips-input/ng-atomic-components-atoms-chips-input.d.ts.map +0 -1
- package/atoms/icon/icon.atom.d.ts.map +0 -1
- package/atoms/icon/icon.module.d.ts.map +0 -1
- package/atoms/icon/index.d.ts.map +0 -1
- package/atoms/icon/ng-atomic-components-atoms-icon.d.ts.map +0 -1
- package/atoms/smart-menu-button/index.d.ts.map +0 -1
- package/atoms/smart-menu-button/ng-atomic-components-atoms-smart-menu-button.d.ts.map +0 -1
- package/atoms/smart-menu-button/smart-menu-button.atom.d.ts.map +0 -1
- package/atoms/smart-menu-button/smart-menu-button.module.d.ts.map +0 -1
- package/frames/auto-layout/auto-layout.frame.d.ts.map +0 -1
- package/frames/auto-layout/auto-layout.module.d.ts.map +0 -1
- package/frames/auto-layout/index.d.ts.map +0 -1
- package/frames/auto-layout/ng-atomic-components-frames-auto-layout.d.ts.map +0 -1
- package/frames/card/card.frame.d.ts.map +0 -1
- package/frames/card/card.module.d.ts.map +0 -1
- package/frames/card/index.d.ts.map +0 -1
- package/frames/card/ng-atomic-components-frames-card.d.ts.map +0 -1
- package/frames/drawer/drawer.frame.d.ts.map +0 -1
- package/frames/drawer/drawer.module.d.ts.map +0 -1
- package/frames/drawer/index.d.ts.map +0 -1
- package/frames/drawer/ng-atomic-components-frames-drawer.d.ts.map +0 -1
- package/frames/line-up/index.d.ts.map +0 -1
- package/frames/line-up/line-up.animations.d.ts.map +0 -1
- package/frames/line-up/line-up.frame.d.ts.map +0 -1
- package/frames/line-up/line-up.module.d.ts.map +0 -1
- package/frames/line-up/ng-atomic-components-frames-line-up.d.ts.map +0 -1
- package/frames/line-up/resize-observer.d.ts.map +0 -1
- package/frames/overlay/index.d.ts.map +0 -1
- package/frames/overlay/ng-atomic-components-frames-overlay.d.ts.map +0 -1
- package/frames/overlay/overlay.animations.d.ts.map +0 -1
- package/frames/overlay/overlay.frame.d.ts.map +0 -1
- package/frames/overlay/overlay.module.d.ts.map +0 -1
- package/frames/scroll/index.d.ts.map +0 -1
- package/frames/scroll/ng-atomic-components-frames-scroll.d.ts.map +0 -1
- package/frames/scroll/scroll.frame.d.ts.map +0 -1
- package/frames/scroll/scroll.module.d.ts.map +0 -1
- package/frames/smart-menu/index.d.ts.map +0 -1
- package/frames/smart-menu/ng-atomic-components-frames-smart-menu.d.ts.map +0 -1
- package/frames/smart-menu/smart-menu.frame.d.ts.map +0 -1
- package/frames/smart-menu/smart-menu.module.d.ts.map +0 -1
- package/index.d.ts.map +0 -1
- package/molecules/actions-column/actions-column.module.d.ts.map +0 -1
- package/molecules/actions-column/actions-column.molecule.d.ts.map +0 -1
- package/molecules/actions-column/index.d.ts.map +0 -1
- package/molecules/actions-column/ng-atomic-components-molecules-actions-column.d.ts.map +0 -1
- package/molecules/checkbox-column/checkbox-column.module.d.ts.map +0 -1
- package/molecules/checkbox-column/checkbox-column.molecule.d.ts.map +0 -1
- package/molecules/checkbox-column/index.d.ts.map +0 -1
- package/molecules/checkbox-column/ng-atomic-components-molecules-checkbox-column.d.ts.map +0 -1
- package/molecules/chips-input-field/chips-input-field.module.d.ts.map +0 -1
- package/molecules/chips-input-field/chips-input-field.molecule.d.ts.map +0 -1
- package/molecules/chips-input-field/index.d.ts.map +0 -1
- package/molecules/chips-input-field/ng-atomic-components-molecules-chips-input-field.d.ts.map +0 -1
- package/molecules/date-input-field/date-input-field.module.d.ts.map +0 -1
- package/molecules/date-input-field/date-input-field.molecule.d.ts.map +0 -1
- package/molecules/date-input-field/index.d.ts.map +0 -1
- package/molecules/date-input-field/ng-atomic-components-molecules-date-input-field.d.ts.map +0 -1
- package/molecules/header/header.module.d.ts.map +0 -1
- package/molecules/header/header.molecule.d.ts.map +0 -1
- package/molecules/header/index.d.ts.map +0 -1
- package/molecules/header/ng-atomic-components-molecules-header.d.ts.map +0 -1
- package/molecules/navigation-list-item/index.d.ts.map +0 -1
- package/molecules/navigation-list-item/navigation-list-item.module.d.ts.map +0 -1
- package/molecules/navigation-list-item/navigation-list-item.molecule.d.ts.map +0 -1
- package/molecules/navigation-list-item/ng-atomic-components-molecules-navigation-list-item.d.ts.map +0 -1
- package/molecules/select-input-field/index.d.ts.map +0 -1
- package/molecules/select-input-field/ng-atomic-components-molecules-select-input-field.d.ts.map +0 -1
- package/molecules/select-input-field/select-input-field.module.d.ts.map +0 -1
- package/molecules/select-input-field/select-input-field.molecule.d.ts.map +0 -1
- package/molecules/smart-column/index.d.ts.map +0 -1
- package/molecules/smart-column/ng-atomic-components-molecules-smart-column.d.ts.map +0 -1
- package/molecules/smart-column/smart-column.module.d.ts.map +0 -1
- package/molecules/smart-column/smart-column.molecule.d.ts.map +0 -1
- package/molecules/text-input-field/index.d.ts.map +0 -1
- package/molecules/text-input-field/ng-atomic-components-molecules-text-input-field.d.ts.map +0 -1
- package/molecules/text-input-field/text-input-field.module.d.ts.map +0 -1
- package/molecules/text-input-field/text-input-field.molecule.d.ts.map +0 -1
- package/molecules/textarea-field/index.d.ts.map +0 -1
- package/molecules/textarea-field/ng-atomic-components-molecules-textarea-field.d.ts.map +0 -1
- package/molecules/textarea-field/textarea-field.module.d.ts.map +0 -1
- package/molecules/textarea-field/textarea-field.molecule.d.ts.map +0 -1
- package/ng-atomic-components.d.ts.map +0 -1
- package/organisms/action-buttons-section/action-buttons-section.module.d.ts.map +0 -1
- package/organisms/action-buttons-section/action-buttons-section.organism.d.ts.map +0 -1
- package/organisms/action-buttons-section/index.d.ts.map +0 -1
- package/organisms/action-buttons-section/ng-atomic-components-organisms-action-buttons-section.d.ts.map +0 -1
- package/organisms/back-navigator/back-navigator.module.d.ts.map +0 -1
- package/organisms/back-navigator/back-navigator.organism.d.ts.map +0 -1
- package/organisms/back-navigator/index.d.ts.map +0 -1
- package/organisms/back-navigator/ng-atomic-components-organisms-back-navigator.d.ts.map +0 -1
- package/organisms/card-input-section/card-input-section.module.d.ts.map +0 -1
- package/organisms/card-input-section/card-input-section.organism.d.ts.map +0 -1
- package/organisms/card-input-section/index.d.ts.map +0 -1
- package/organisms/card-input-section/ng-atomic-components-organisms-card-input-section.d.ts.map +0 -1
- package/organisms/cvc-and-exp-input-section/cvc-and-exp-input-section.module.d.ts.map +0 -1
- package/organisms/cvc-and-exp-input-section/cvc-and-exp-input-section.organism.d.ts.map +0 -1
- package/organisms/cvc-and-exp-input-section/index.d.ts.map +0 -1
- package/organisms/cvc-and-exp-input-section/ng-atomic-components-organisms-cvc-and-exp-input-section.d.ts.map +0 -1
- package/organisms/date-input-section/date-input-section.module.d.ts.map +0 -1
- package/organisms/date-input-section/date-input-section.organism.d.ts.map +0 -1
- package/organisms/date-input-section/index.d.ts.map +0 -1
- package/organisms/date-input-section/ng-atomic-components-organisms-date-input-section.d.ts.map +0 -1
- package/organisms/heading/heading.module.d.ts.map +0 -1
- package/organisms/heading/heading.organism.d.ts.map +0 -1
- package/organisms/heading/index.d.ts.map +0 -1
- package/organisms/heading/ng-atomic-components-organisms-heading.d.ts.map +0 -1
- package/organisms/navigation-list/index.d.ts.map +0 -1
- package/organisms/navigation-list/navigation-list.module.d.ts.map +0 -1
- package/organisms/navigation-list/navigation-list.organism.d.ts.map +0 -1
- package/organisms/navigation-list/ng-atomic-components-organisms-navigation-list.d.ts.map +0 -1
- package/organisms/navigator/index.d.ts.map +0 -1
- package/organisms/navigator/navigator.module.d.ts.map +0 -1
- package/organisms/navigator/navigator.organism.d.ts.map +0 -1
- package/organisms/navigator/ng-atomic-components-organisms-navigator.d.ts.map +0 -1
- package/organisms/paginator/index.d.ts.map +0 -1
- package/organisms/paginator/ng-atomic-components-organisms-paginator.d.ts.map +0 -1
- package/organisms/paginator/paginator.module.d.ts.map +0 -1
- package/organisms/paginator/paginator.organism.d.ts.map +0 -1
- package/organisms/select-input-section/index.d.ts.map +0 -1
- package/organisms/select-input-section/ng-atomic-components-organisms-select-input-section.d.ts.map +0 -1
- package/organisms/select-input-section/select-input-section.module.d.ts.map +0 -1
- package/organisms/select-input-section/select-input-section.organism.d.ts.map +0 -1
- package/organisms/smart-list/index.d.ts.map +0 -1
- package/organisms/smart-list/ng-atomic-components-organisms-smart-list.d.ts.map +0 -1
- package/organisms/smart-list/smart-list.module.d.ts.map +0 -1
- package/organisms/smart-list/smart-list.organism.d.ts.map +0 -1
- package/organisms/smart-table/index.d.ts.map +0 -1
- package/organisms/smart-table/ng-atomic-components-organisms-smart-table.d.ts.map +0 -1
- package/organisms/smart-table/smart-table.module.d.ts.map +0 -1
- package/organisms/smart-table/smart-table.organism.d.ts.map +0 -1
- package/organisms/social-login-section/index.d.ts.map +0 -1
- package/organisms/social-login-section/ng-atomic-components-organisms-social-login-section.d.ts.map +0 -1
- package/organisms/social-login-section/social-login-section.module.d.ts.map +0 -1
- package/organisms/social-login-section/social-login-section.organism.d.ts.map +0 -1
- package/organisms/text-input-section/index.d.ts.map +0 -1
- package/organisms/text-input-section/ng-atomic-components-organisms-text-input-section.d.ts.map +0 -1
- package/organisms/text-input-section/text-input-section.module.d.ts.map +0 -1
- package/organisms/text-input-section/text-input-section.organism.d.ts.map +0 -1
- package/organisms/textarea-section/index.d.ts.map +0 -1
- package/organisms/textarea-section/ng-atomic-components-organisms-textarea-section.d.ts.map +0 -1
- package/organisms/textarea-section/textarea-section.module.d.ts.map +0 -1
- package/organisms/textarea-section/textarea-section.organism.d.ts.map +0 -1
- package/organisms/top-navigator/index.d.ts.map +0 -1
- package/organisms/top-navigator/ng-atomic-components-organisms-top-navigator.d.ts.map +0 -1
- package/organisms/top-navigator/top-navigator.module.d.ts.map +0 -1
- package/organisms/top-navigator/top-navigator.organism.d.ts.map +0 -1
- package/pages/_index/index.d.ts.map +0 -1
- package/pages/_index/index.module.d.ts.map +0 -1
- package/pages/_index/index.page.d.ts.map +0 -1
- package/pages/_index/ng-atomic-components-pages-_index.d.ts.map +0 -1
- package/pages/blank/blank.module.d.ts.map +0 -1
- package/pages/blank/blank.page.d.ts.map +0 -1
- package/pages/blank/blank.route.d.ts.map +0 -1
- package/pages/blank/index.d.ts.map +0 -1
- package/pages/blank/ng-atomic-components-pages-blank.d.ts.map +0 -1
- package/templates/entrance/entrance.module.d.ts.map +0 -1
- package/templates/entrance/entrance.template.d.ts.map +0 -1
- package/templates/entrance/index.d.ts.map +0 -1
- package/templates/entrance/ng-atomic-components-templates-entrance.d.ts.map +0 -1
- package/templates/loading/index.d.ts.map +0 -1
- package/templates/loading/loading.module.d.ts.map +0 -1
- package/templates/loading/loading.template.d.ts.map +0 -1
- package/templates/loading/ng-atomic-components-templates-loading.d.ts.map +0 -1
- package/templates/menu/index.d.ts.map +0 -1
- package/templates/menu/menu.module.d.ts.map +0 -1
- package/templates/menu/menu.template.d.ts.map +0 -1
- package/templates/menu/ng-atomic-components-templates-menu.d.ts.map +0 -1
- package/templates/smart-crud/index.d.ts.map +0 -1
- package/templates/smart-crud/ng-atomic-components-templates-smart-crud.d.ts.map +0 -1
- package/templates/smart-crud/smart-crud.module.d.ts.map +0 -1
- package/templates/smart-crud/smart-crud.template.d.ts.map +0 -1
- package/templates/smart-index/index.d.ts.map +0 -1
- package/templates/smart-index/ng-atomic-components-templates-smart-index.d.ts.map +0 -1
- package/templates/smart-index/smart-index.module.d.ts.map +0 -1
- package/templates/smart-index/smart-index.template.d.ts.map +0 -1
|
@@ -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,eyJ2ZXJzaW9uIjozLCJmaWxlIjoiaW5kZXguanMiLCJzb3VyY2VSb290IjoiIiwic291cmNlcyI6WyIuLi8uLi8uLi8uLi8uLi8uLi8uLi9wYWNrYWdlcy9AbmctYXRvbWljL2NvbXBvbmVudHMvc3JjL21vbGVjdWxlcy9zZWxlY3QtaW5wdXQtZmllbGQvaW5kZXgudHMiXSwibmFtZXMiOltdLCJtYXBwaW5ncyI6IkFBQUEsT0FBTyxFQUFFLHNCQUFzQixFQUFFLE1BQU0sNkJBQTZCLENBQUM7QUFDckUsY0FBYywrQkFBK0IsQ0FBQyIsInNvdXJjZXNDb250ZW50IjpbImV4cG9ydCB7IFNlbGVjdElucHV0RmllbGRNb2R1bGUgfSBmcm9tICcuL3NlbGVjdC1pbnB1dC1maWVsZC5tb2R1bGUnO1xuZXhwb3J0ICogZnJvbSAnLi9zZWxlY3QtaW5wdXQtZmllbGQubW9sZWN1bGUnO1xuIl19
|
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,eyJ2ZXJzaW9uIjozLCJmaWxlIjoibmctYXRvbWljLWNvbXBvbmVudHMtbW9sZWN1bGVzLXNlbGVjdC1pbnB1dC1maWVsZC5qcyIsInNvdXJjZVJvb3QiOiIiLCJzb3VyY2VzIjpbIi4uLy4uLy4uLy4uLy4uLy4uLy4uL3BhY2thZ2VzL0BuZy1hdG9taWMvY29tcG9uZW50cy9zcmMvbW9sZWN1bGVzL3NlbGVjdC1pbnB1dC1maWVsZC9uZy1hdG9taWMtY29tcG9uZW50cy1tb2xlY3VsZXMtc2VsZWN0LWlucHV0LWZpZWxkLnRzIl0sIm5hbWVzIjpbXSwibWFwcGluZ3MiOiJBQUFBOztHQUVHO0FBRUgsY0FBYyxTQUFTLENBQUMiLCJzb3VyY2VzQ29udGVudCI6WyIvKipcbiAqIEdlbmVyYXRlZCBidW5kbGUgaW5kZXguIERvIG5vdCBlZGl0LlxuICovXG5cbmV4cG9ydCAqIGZyb20gJy4vaW5kZXgnO1xuIl19
|
|
@@ -6,28 +6,27 @@ import { SelectInputFieldMolecule } from './select-input-field.molecule';
|
|
|
6
6
|
import * as i0 from "@angular/core";
|
|
7
7
|
export class SelectInputFieldModule {
|
|
8
8
|
}
|
|
9
|
-
SelectInputFieldModule.ɵfac =
|
|
10
|
-
SelectInputFieldModule.ɵmod =
|
|
11
|
-
SelectInputFieldModule.ɵinj = /*@__PURE__*/ i0.ɵɵdefineInjector({ imports: [CommonModule,
|
|
9
|
+
SelectInputFieldModule.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "14.2.9", ngImport: i0, type: SelectInputFieldModule, deps: [], target: i0.ɵɵFactoryTarget.NgModule });
|
|
10
|
+
SelectInputFieldModule.ɵmod = i0.ɵɵngDeclareNgModule({ minVersion: "14.0.0", version: "14.2.9", ngImport: i0, type: SelectInputFieldModule, bootstrap: [SelectInputFieldMolecule], declarations: [SelectInputFieldMolecule], imports: [CommonModule,
|
|
12
11
|
ReactiveFormsModule,
|
|
13
12
|
// Materials
|
|
14
|
-
MatSelectModule] });
|
|
15
|
-
|
|
16
|
-
type: NgModule,
|
|
17
|
-
args: [{
|
|
18
|
-
declarations: [SelectInputFieldMolecule],
|
|
19
|
-
imports: [
|
|
20
|
-
CommonModule,
|
|
21
|
-
ReactiveFormsModule,
|
|
22
|
-
// Materials
|
|
23
|
-
MatSelectModule,
|
|
24
|
-
],
|
|
25
|
-
exports: [SelectInputFieldMolecule],
|
|
26
|
-
bootstrap: [SelectInputFieldMolecule],
|
|
27
|
-
}]
|
|
28
|
-
}], null, null); })();
|
|
29
|
-
(function () { (typeof ngJitMode === "undefined" || ngJitMode) && i0.ɵɵsetNgModuleScope(SelectInputFieldModule, { declarations: [SelectInputFieldMolecule], imports: [CommonModule,
|
|
13
|
+
MatSelectModule], exports: [SelectInputFieldMolecule] });
|
|
14
|
+
SelectInputFieldModule.ɵinj = i0.ɵɵngDeclareInjector({ minVersion: "12.0.0", version: "14.2.9", ngImport: i0, type: SelectInputFieldModule, imports: [CommonModule,
|
|
30
15
|
ReactiveFormsModule,
|
|
31
16
|
// Materials
|
|
32
|
-
MatSelectModule]
|
|
33
|
-
|
|
17
|
+
MatSelectModule] });
|
|
18
|
+
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "14.2.9", ngImport: i0, type: SelectInputFieldModule, decorators: [{
|
|
19
|
+
type: NgModule,
|
|
20
|
+
args: [{
|
|
21
|
+
declarations: [SelectInputFieldMolecule],
|
|
22
|
+
imports: [
|
|
23
|
+
CommonModule,
|
|
24
|
+
ReactiveFormsModule,
|
|
25
|
+
// Materials
|
|
26
|
+
MatSelectModule,
|
|
27
|
+
],
|
|
28
|
+
exports: [SelectInputFieldMolecule],
|
|
29
|
+
bootstrap: [SelectInputFieldMolecule],
|
|
30
|
+
}]
|
|
31
|
+
}] });
|
|
32
|
+
//# sourceMappingURL=data:application/json;base64,eyJ2ZXJzaW9uIjozLCJmaWxlIjoic2VsZWN0LWlucHV0LWZpZWxkLm1vZHVsZS5qcyIsInNvdXJjZVJvb3QiOiIiLCJzb3VyY2VzIjpbIi4uLy4uLy4uLy4uLy4uLy4uLy4uL3BhY2thZ2VzL0BuZy1hdG9taWMvY29tcG9uZW50cy9zcmMvbW9sZWN1bGVzL3NlbGVjdC1pbnB1dC1maWVsZC9zZWxlY3QtaW5wdXQtZmllbGQubW9kdWxlLnRzIl0sIm5hbWVzIjpbXSwibWFwcGluZ3MiOiJBQUFBLE9BQU8sRUFBRSxRQUFRLEVBQUUsTUFBTSxlQUFlLENBQUM7QUFDekMsT0FBTyxFQUFFLFlBQVksRUFBRSxNQUFNLGlCQUFpQixDQUFDO0FBQy9DLE9BQU8sRUFBRSxtQkFBbUIsRUFBRSxNQUFNLGdCQUFnQixDQUFDO0FBQ3JELE9BQU8sRUFBRSxlQUFlLEVBQUUsTUFBTSwwQkFBMEIsQ0FBQztBQUUzRCxPQUFPLEVBQUUsd0JBQXdCLEVBQUUsTUFBTSwrQkFBK0IsQ0FBQzs7QUFlekUsTUFBTSxPQUFPLHNCQUFzQjs7bUhBQXRCLHNCQUFzQjtvSEFBdEIsc0JBQXNCLGNBRnJCLHdCQUF3QixrQkFSckIsd0JBQXdCLGFBRXJDLFlBQVk7UUFDWixtQkFBbUI7UUFDbkIsWUFBWTtRQUNaLGVBQWUsYUFFUCx3QkFBd0I7b0hBR3ZCLHNCQUFzQixZQVIvQixZQUFZO1FBQ1osbUJBQW1CO1FBQ25CLFlBQVk7UUFDWixlQUFlOzJGQUtOLHNCQUFzQjtrQkFYbEMsUUFBUTttQkFBQztvQkFDUixZQUFZLEVBQUUsQ0FBQyx3QkFBd0IsQ0FBQztvQkFDeEMsT0FBTyxFQUFFO3dCQUNQLFlBQVk7d0JBQ1osbUJBQW1CO3dCQUNuQixZQUFZO3dCQUNaLGVBQWU7cUJBQ2hCO29CQUNELE9BQU8sRUFBRSxDQUFDLHdCQUF3QixDQUFDO29CQUNuQyxTQUFTLEVBQUUsQ0FBQyx3QkFBd0IsQ0FBQztpQkFDdEMiLCJzb3VyY2VzQ29udGVudCI6WyJpbXBvcnQgeyBOZ01vZHVsZSB9IGZyb20gJ0Bhbmd1bGFyL2NvcmUnO1xuaW1wb3J0IHsgQ29tbW9uTW9kdWxlIH0gZnJvbSAnQGFuZ3VsYXIvY29tbW9uJztcbmltcG9ydCB7IFJlYWN0aXZlRm9ybXNNb2R1bGUgfSBmcm9tICdAYW5ndWxhci9mb3Jtcyc7XG5pbXBvcnQgeyBNYXRTZWxlY3RNb2R1bGUgfSBmcm9tICdAYW5ndWxhci9tYXRlcmlhbC9zZWxlY3QnO1xuXG5pbXBvcnQgeyBTZWxlY3RJbnB1dEZpZWxkTW9sZWN1bGUgfSBmcm9tICcuL3NlbGVjdC1pbnB1dC1maWVsZC5tb2xlY3VsZSc7XG5cblxuXG5ATmdNb2R1bGUoe1xuICBkZWNsYXJhdGlvbnM6IFtTZWxlY3RJbnB1dEZpZWxkTW9sZWN1bGVdLFxuICBpbXBvcnRzOiBbXG4gICAgQ29tbW9uTW9kdWxlLFxuICAgIFJlYWN0aXZlRm9ybXNNb2R1bGUsXG4gICAgLy8gTWF0ZXJpYWxzXG4gICAgTWF0U2VsZWN0TW9kdWxlLFxuICBdLFxuICBleHBvcnRzOiBbU2VsZWN0SW5wdXRGaWVsZE1vbGVjdWxlXSxcbiAgYm9vdHN0cmFwOiBbU2VsZWN0SW5wdXRGaWVsZE1vbGVjdWxlXSxcbn0pXG5leHBvcnQgY2xhc3MgU2VsZWN0SW5wdXRGaWVsZE1vZHVsZSB7IH1cbiJdfQ==
|
|
@@ -6,16 +6,6 @@ import * as i2 from "@angular/forms";
|
|
|
6
6
|
import * as i3 from "@angular/material/form-field";
|
|
7
7
|
import * as i4 from "@angular/material/select";
|
|
8
8
|
import * as i5 from "@angular/material/core";
|
|
9
|
-
function SelectInputFieldMolecule_mat_option_4_Template(rf, ctx) { if (rf & 1) {
|
|
10
|
-
i0.ɵɵelementStart(0, "mat-option", 3);
|
|
11
|
-
i0.ɵɵtext(1);
|
|
12
|
-
i0.ɵɵelementEnd();
|
|
13
|
-
} if (rf & 2) {
|
|
14
|
-
const option_r1 = ctx.$implicit;
|
|
15
|
-
i0.ɵɵproperty("value", option_r1.value);
|
|
16
|
-
i0.ɵɵadvance(1);
|
|
17
|
-
i0.ɵɵtextInterpolate1(" ", option_r1.name, " ");
|
|
18
|
-
} }
|
|
19
9
|
export class SelectInputFieldMolecule {
|
|
20
10
|
constructor() {
|
|
21
11
|
this.label = '';
|
|
@@ -24,30 +14,16 @@ export class SelectInputFieldMolecule {
|
|
|
24
14
|
this.value = (item) => item?.value;
|
|
25
15
|
}
|
|
26
16
|
}
|
|
27
|
-
SelectInputFieldMolecule.ɵfac =
|
|
28
|
-
SelectInputFieldMolecule.ɵcmp =
|
|
29
|
-
|
|
30
|
-
|
|
31
|
-
|
|
32
|
-
|
|
33
|
-
|
|
34
|
-
|
|
35
|
-
|
|
36
|
-
|
|
37
|
-
|
|
38
|
-
|
|
39
|
-
|
|
40
|
-
i0.ɵɵadvance(1);
|
|
41
|
-
i0.ɵɵproperty("ngForOf", ctx.options)("ngForTrackBy", ctx.value);
|
|
42
|
-
} }, dependencies: [i1.NgForOf, i2.NgControlStatus, i2.FormControlDirective, i3.MatFormField, i3.MatLabel, i4.MatSelect, i5.MatOption], styles: ["[_nghost-%COMP%]{--horizontal-padding: 16px;--horizontal-padding-SCOPED-IN-select-input-field-Fl3a: var(--horizontal-padding)}[_nghost-%COMP%]{display:block;width:100%}[_nghost-%COMP%] mat-form-field[_ngcontent-%COMP%]{width:100%}"], changeDetection: 0 });
|
|
43
|
-
(function () { (typeof ngDevMode === "undefined" || ngDevMode) && i0.ɵsetClassMetadata(SelectInputFieldMolecule, [{
|
|
44
|
-
type: Component,
|
|
45
|
-
args: [{ selector: 'molecules-select-input-field', changeDetection: ChangeDetectionStrategy.OnPush, host: { class: 'molecule input-field field' }, template: "<mat-form-field appearance=\"outline\">\n <mat-label>{{ label }}</mat-label>\n <mat-select [formControl]=\"control\">\n <mat-option *ngFor=\"let option of options; trackBy value;\" [value]=\"option.value\">\n {{ option.name }}\n </mat-option>\n </mat-select>\n</mat-form-field>", styles: [":host{--horizontal-padding: 16px;--horizontal-padding-SCOPED-IN-select-input-field-Fl3a: var(--horizontal-padding)}:host{display:block;width:100%}:host mat-form-field{width:100%}\n"] }]
|
|
46
|
-
}], null, { label: [{
|
|
47
|
-
type: Input
|
|
48
|
-
}], control: [{
|
|
49
|
-
type: Input
|
|
50
|
-
}], options: [{
|
|
51
|
-
type: Input
|
|
52
|
-
}] }); })();
|
|
53
|
-
//# sourceMappingURL=data:application/json;base64,eyJ2ZXJzaW9uIjozLCJmaWxlIjoic2VsZWN0LWlucHV0LWZpZWxkLm1vbGVjdWxlLmpzIiwic291cmNlUm9vdCI6IiIsInNvdXJjZXMiOlsiLi4vLi4vLi4vLi4vLi4vLi4vbGlicy9jb21wb25lbnRzL3NyYy9tb2xlY3VsZXMvc2VsZWN0LWlucHV0LWZpZWxkL3NlbGVjdC1pbnB1dC1maWVsZC5tb2xlY3VsZS50cyIsIi4uLy4uLy4uLy4uLy4uLy4uL2xpYnMvY29tcG9uZW50cy9zcmMvbW9sZWN1bGVzL3NlbGVjdC1pbnB1dC1maWVsZC9zZWxlY3QtaW5wdXQtZmllbGQubW9sZWN1bGUuaHRtbCJdLCJuYW1lcyI6W10sIm1hcHBpbmdzIjoiQUFBQSxPQUFPLEVBQUUsdUJBQXVCLEVBQUUsU0FBUyxFQUFFLEtBQUssRUFBRSxNQUFNLGVBQWUsQ0FBQztBQUMxRSxPQUFPLEVBQUUsV0FBVyxFQUFFLE1BQU0sd0JBQXdCLENBQUM7Ozs7Ozs7O0lDRWpELHFDQUFrRjtJQUNoRixZQUNGO0lBQUEsaUJBQWE7OztJQUY4Qyx1Q0FBc0I7SUFDL0UsZUFDRjtJQURFLCtDQUNGOztBRFVKLE1BQU0sT0FBTyx3QkFBd0I7SUFQckM7UUFVRSxVQUFLLEdBQVcsRUFBRSxDQUFDO1FBR25CLFlBQU8sR0FBRyxJQUFJLFdBQVcsRUFBSyxDQUFDO1FBRy9CLFlBQU8sR0FBZ0IsRUFBRSxDQUFDO1FBRTFCLFVBQUssR0FBRyxDQUFDLElBQWUsRUFBRSxFQUFFLENBQUMsSUFBSSxFQUFFLEtBQUssQ0FBQztLQUUxQzs7Z0dBYlksd0JBQXdCOzJFQUF4Qix3QkFBd0I7UUNmckMseUNBQXFDLGdCQUFBO1FBQ3hCLFlBQVc7UUFBQSxpQkFBWTtRQUNsQyxxQ0FBb0M7UUFDbEMsdUZBRWE7UUFDZixpQkFBYSxFQUFBOztRQUxGLGVBQVc7UUFBWCwrQkFBVztRQUNWLGVBQXVCO1FBQXZCLHlDQUF1QjtRQUNGLGVBQVk7UUFBWixxQ0FBWSwyQkFBQTs7dUZEWWxDLHdCQUF3QjtjQVBwQyxTQUFTOzJCQUNFLDhCQUE4QixtQkFHdkIsdUJBQXVCLENBQUMsTUFBTSxRQUN6QyxFQUFDLEtBQUssRUFBRSw0QkFBNEIsRUFBQztnQkFLM0MsS0FBSztrQkFESixLQUFLO1lBSU4sT0FBTztrQkFETixLQUFLO1lBSU4sT0FBTztrQkFETixLQUFLIiwic291cmNlc0NvbnRlbnQiOlsiaW1wb3J0IHsgQ2hhbmdlRGV0ZWN0aW9uU3RyYXRlZ3ksIENvbXBvbmVudCwgSW5wdXQgfSBmcm9tICdAYW5ndWxhci9jb3JlJztcbmltcG9ydCB7IEZvcm1Db250cm9sIH0gZnJvbSAnQG5nbmVhdC9yZWFjdGl2ZS1mb3Jtcyc7XG5cbmV4cG9ydCBpbnRlcmZhY2UgT3B0aW9uPFQ+IHtcbiAgbmFtZTogc3RyaW5nO1xuICB2YWx1ZTogVDtcbn1cblxuQENvbXBvbmVudCh7XG4gIHNlbGVjdG9yOiAnbW9sZWN1bGVzLXNlbGVjdC1pbnB1dC1maWVsZCcsXG4gIHRlbXBsYXRlVXJsOiAnLi9zZWxlY3QtaW5wdXQtZmllbGQubW9sZWN1bGUuaHRtbCcsXG4gIHN0eWxlVXJsczogWycuL3NlbGVjdC1pbnB1dC1maWVsZC5tb2xlY3VsZS5zY3NzJ10sXG4gIGNoYW5nZURldGVjdGlvbjogQ2hhbmdlRGV0ZWN0aW9uU3RyYXRlZ3kuT25QdXNoLFxuICBob3N0OiB7Y2xhc3M6ICdtb2xlY3VsZSBpbnB1dC1maWVsZCBmaWVsZCd9LFxufSlcbmV4cG9ydCBjbGFzcyBTZWxlY3RJbnB1dEZpZWxkTW9sZWN1bGU8VD4ge1xuXG4gIEBJbnB1dCgpXG4gIGxhYmVsOiBzdHJpbmcgPSAnJztcblxuICBASW5wdXQoKVxuICBjb250cm9sID0gbmV3IEZvcm1Db250cm9sPFQ+KCk7XG5cbiAgQElucHV0KClcbiAgb3B0aW9uczogT3B0aW9uPFQ+W10gPSBbXTtcblxuICB2YWx1ZSA9IChpdGVtOiBPcHRpb248VD4pID0+IGl0ZW0/LnZhbHVlOyBcblxufVxuIiwiPG1hdC1mb3JtLWZpZWxkIGFwcGVhcmFuY2U9XCJvdXRsaW5lXCI+XG4gIDxtYXQtbGFiZWw+e3sgbGFiZWwgfX08L21hdC1sYWJlbD5cbiAgPG1hdC1zZWxlY3QgW2Zvcm1Db250cm9sXT1cImNvbnRyb2xcIj5cbiAgICA8bWF0LW9wdGlvbiAqbmdGb3I9XCJsZXQgb3B0aW9uIG9mIG9wdGlvbnM7IHRyYWNrQnkgdmFsdWU7XCIgW3ZhbHVlXT1cIm9wdGlvbi52YWx1ZVwiPlxuICAgICAge3sgb3B0aW9uLm5hbWUgfX1cbiAgICA8L21hdC1vcHRpb24+XG4gIDwvbWF0LXNlbGVjdD5cbjwvbWF0LWZvcm0tZmllbGQ+Il19
|
|
17
|
+
SelectInputFieldMolecule.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "14.2.9", ngImport: i0, type: SelectInputFieldMolecule, deps: [], target: i0.ɵɵFactoryTarget.Component });
|
|
18
|
+
SelectInputFieldMolecule.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "14.2.9", type: SelectInputFieldMolecule, selector: "molecules-select-input-field", inputs: { label: "label", control: "control", options: "options" }, host: { classAttribute: "molecule input-field field" }, ngImport: i0, template: "<mat-form-field appearance=\"outline\">\n <mat-label>{{ label }}</mat-label>\n <mat-select [formControl]=\"control\">\n <mat-option *ngFor=\"let option of options; trackBy value;\" [value]=\"option.value\">\n {{ option.name }}\n </mat-option>\n </mat-select>\n</mat-form-field>", styles: [":host{--horizontal-padding: 16px;--horizontal-padding-SCOPED-IN-select-input-field-E0zn: var(--horizontal-padding)}:host{display:block;width:100%}:host mat-form-field{width:100%}\n"], dependencies: [{ kind: "directive", type: i1.NgForOf, selector: "[ngFor][ngForOf]", inputs: ["ngForOf", "ngForTrackBy", "ngForTemplate"] }, { kind: "directive", type: i2.NgControlStatus, selector: "[formControlName],[ngModel],[formControl]" }, { kind: "directive", type: i2.FormControlDirective, selector: "[formControl]", inputs: ["formControl", "disabled", "ngModel"], outputs: ["ngModelChange"], exportAs: ["ngForm"] }, { kind: "component", type: i3.MatFormField, selector: "mat-form-field", inputs: ["color", "appearance", "hideRequiredMarker", "hintLabel", "floatLabel"], exportAs: ["matFormField"] }, { kind: "directive", type: i3.MatLabel, selector: "mat-label" }, { kind: "component", type: i4.MatSelect, selector: "mat-select", inputs: ["disabled", "disableRipple", "tabIndex"], exportAs: ["matSelect"] }, { kind: "component", type: i5.MatOption, selector: "mat-option", exportAs: ["matOption"] }], changeDetection: i0.ChangeDetectionStrategy.OnPush });
|
|
19
|
+
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "14.2.9", ngImport: i0, type: SelectInputFieldMolecule, decorators: [{
|
|
20
|
+
type: Component,
|
|
21
|
+
args: [{ selector: 'molecules-select-input-field', changeDetection: ChangeDetectionStrategy.OnPush, host: { class: 'molecule input-field field' }, template: "<mat-form-field appearance=\"outline\">\n <mat-label>{{ label }}</mat-label>\n <mat-select [formControl]=\"control\">\n <mat-option *ngFor=\"let option of options; trackBy value;\" [value]=\"option.value\">\n {{ option.name }}\n </mat-option>\n </mat-select>\n</mat-form-field>", styles: [":host{--horizontal-padding: 16px;--horizontal-padding-SCOPED-IN-select-input-field-E0zn: var(--horizontal-padding)}:host{display:block;width:100%}:host mat-form-field{width:100%}\n"] }]
|
|
22
|
+
}], propDecorators: { label: [{
|
|
23
|
+
type: Input
|
|
24
|
+
}], control: [{
|
|
25
|
+
type: Input
|
|
26
|
+
}], options: [{
|
|
27
|
+
type: Input
|
|
28
|
+
}] } });
|
|
29
|
+
//# sourceMappingURL=data:application/json;base64,eyJ2ZXJzaW9uIjozLCJmaWxlIjoic2VsZWN0LWlucHV0LWZpZWxkLm1vbGVjdWxlLmpzIiwic291cmNlUm9vdCI6IiIsInNvdXJjZXMiOlsiLi4vLi4vLi4vLi4vLi4vLi4vLi4vcGFja2FnZXMvQG5nLWF0b21pYy9jb21wb25lbnRzL3NyYy9tb2xlY3VsZXMvc2VsZWN0LWlucHV0LWZpZWxkL3NlbGVjdC1pbnB1dC1maWVsZC5tb2xlY3VsZS50cyIsIi4uLy4uLy4uLy4uLy4uLy4uLy4uL3BhY2thZ2VzL0BuZy1hdG9taWMvY29tcG9uZW50cy9zcmMvbW9sZWN1bGVzL3NlbGVjdC1pbnB1dC1maWVsZC9zZWxlY3QtaW5wdXQtZmllbGQubW9sZWN1bGUuaHRtbCJdLCJuYW1lcyI6W10sIm1hcHBpbmdzIjoiQUFBQSxPQUFPLEVBQUUsdUJBQXVCLEVBQUUsU0FBUyxFQUFFLEtBQUssRUFBRSxNQUFNLGVBQWUsQ0FBQztBQUMxRSxPQUFPLEVBQUUsV0FBVyxFQUFFLE1BQU0sd0JBQXdCLENBQUM7Ozs7Ozs7QUFjckQsTUFBTSxPQUFPLHdCQUF3QjtJQVByQztRQVVFLFVBQUssR0FBVyxFQUFFLENBQUM7UUFHbkIsWUFBTyxHQUFHLElBQUksV0FBVyxFQUFLLENBQUM7UUFHL0IsWUFBTyxHQUFnQixFQUFFLENBQUM7UUFFMUIsVUFBSyxHQUFHLENBQUMsSUFBZSxFQUFFLEVBQUUsQ0FBQyxJQUFJLEVBQUUsS0FBSyxDQUFDO0tBRTFDOztxSEFiWSx3QkFBd0I7eUdBQXhCLHdCQUF3QixnTUNmckMscVNBT2lCOzJGRFFKLHdCQUF3QjtrQkFQcEMsU0FBUzsrQkFDRSw4QkFBOEIsbUJBR3ZCLHVCQUF1QixDQUFDLE1BQU0sUUFDekMsRUFBQyxLQUFLLEVBQUUsNEJBQTRCLEVBQUM7OEJBSzNDLEtBQUs7c0JBREosS0FBSztnQkFJTixPQUFPO3NCQUROLEtBQUs7Z0JBSU4sT0FBTztzQkFETixLQUFLIiwic291cmNlc0NvbnRlbnQiOlsiaW1wb3J0IHsgQ2hhbmdlRGV0ZWN0aW9uU3RyYXRlZ3ksIENvbXBvbmVudCwgSW5wdXQgfSBmcm9tICdAYW5ndWxhci9jb3JlJztcbmltcG9ydCB7IEZvcm1Db250cm9sIH0gZnJvbSAnQG5nbmVhdC9yZWFjdGl2ZS1mb3Jtcyc7XG5cbmV4cG9ydCBpbnRlcmZhY2UgT3B0aW9uPFQ+IHtcbiAgbmFtZTogc3RyaW5nO1xuICB2YWx1ZTogVDtcbn1cblxuQENvbXBvbmVudCh7XG4gIHNlbGVjdG9yOiAnbW9sZWN1bGVzLXNlbGVjdC1pbnB1dC1maWVsZCcsXG4gIHRlbXBsYXRlVXJsOiAnLi9zZWxlY3QtaW5wdXQtZmllbGQubW9sZWN1bGUuaHRtbCcsXG4gIHN0eWxlVXJsczogWycuL3NlbGVjdC1pbnB1dC1maWVsZC5tb2xlY3VsZS5zY3NzJ10sXG4gIGNoYW5nZURldGVjdGlvbjogQ2hhbmdlRGV0ZWN0aW9uU3RyYXRlZ3kuT25QdXNoLFxuICBob3N0OiB7Y2xhc3M6ICdtb2xlY3VsZSBpbnB1dC1maWVsZCBmaWVsZCd9LFxufSlcbmV4cG9ydCBjbGFzcyBTZWxlY3RJbnB1dEZpZWxkTW9sZWN1bGU8VD4ge1xuXG4gIEBJbnB1dCgpXG4gIGxhYmVsOiBzdHJpbmcgPSAnJztcblxuICBASW5wdXQoKVxuICBjb250cm9sID0gbmV3IEZvcm1Db250cm9sPFQ+KCk7XG5cbiAgQElucHV0KClcbiAgb3B0aW9uczogT3B0aW9uPFQ+W10gPSBbXTtcblxuICB2YWx1ZSA9IChpdGVtOiBPcHRpb248VD4pID0+IGl0ZW0/LnZhbHVlOyBcblxufVxuIiwiPG1hdC1mb3JtLWZpZWxkIGFwcGVhcmFuY2U9XCJvdXRsaW5lXCI+XG4gIDxtYXQtbGFiZWw+e3sgbGFiZWwgfX08L21hdC1sYWJlbD5cbiAgPG1hdC1zZWxlY3QgW2Zvcm1Db250cm9sXT1cImNvbnRyb2xcIj5cbiAgICA8bWF0LW9wdGlvbiAqbmdGb3I9XCJsZXQgb3B0aW9uIG9mIG9wdGlvbnM7IHRyYWNrQnkgdmFsdWU7XCIgW3ZhbHVlXT1cIm9wdGlvbi52YWx1ZVwiPlxuICAgICAge3sgb3B0aW9uLm5hbWUgfX1cbiAgICA8L21hdC1vcHRpb24+XG4gIDwvbWF0LXNlbGVjdD5cbjwvbWF0LWZvcm0tZmllbGQ+Il19
|
|
@@ -1,3 +1,3 @@
|
|
|
1
1
|
export { SmartColumnModule } from './smart-column.module';
|
|
2
2
|
export * from './smart-column.molecule';
|
|
3
|
-
//# sourceMappingURL=data:application/json;base64,
|
|
3
|
+
//# sourceMappingURL=data:application/json;base64,eyJ2ZXJzaW9uIjozLCJmaWxlIjoiaW5kZXguanMiLCJzb3VyY2VSb290IjoiIiwic291cmNlcyI6WyIuLi8uLi8uLi8uLi8uLi8uLi8uLi9wYWNrYWdlcy9AbmctYXRvbWljL2NvbXBvbmVudHMvc3JjL21vbGVjdWxlcy9zbWFydC1jb2x1bW4vaW5kZXgudHMiXSwibmFtZXMiOltdLCJtYXBwaW5ncyI6IkFBQUEsT0FBTyxFQUFFLGlCQUFpQixFQUFFLE1BQU0sdUJBQXVCLENBQUM7QUFDMUQsY0FBYyx5QkFBeUIsQ0FBQyIsInNvdXJjZXNDb250ZW50IjpbImV4cG9ydCB7IFNtYXJ0Q29sdW1uTW9kdWxlIH0gZnJvbSAnLi9zbWFydC1jb2x1bW4ubW9kdWxlJztcbmV4cG9ydCAqIGZyb20gJy4vc21hcnQtY29sdW1uLm1vbGVjdWxlJztcbiJdfQ==
|
|
@@ -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,eyJ2ZXJzaW9uIjozLCJmaWxlIjoibmctYXRvbWljLWNvbXBvbmVudHMtbW9sZWN1bGVzLXNtYXJ0LWNvbHVtbi5qcyIsInNvdXJjZVJvb3QiOiIiLCJzb3VyY2VzIjpbIi4uLy4uLy4uLy4uLy4uLy4uLy4uL3BhY2thZ2VzL0BuZy1hdG9taWMvY29tcG9uZW50cy9zcmMvbW9sZWN1bGVzL3NtYXJ0LWNvbHVtbi9uZy1hdG9taWMtY29tcG9uZW50cy1tb2xlY3VsZXMtc21hcnQtY29sdW1uLnRzIl0sIm5hbWVzIjpbXSwibWFwcGluZ3MiOiJBQUFBOztHQUVHO0FBRUgsY0FBYyxTQUFTLENBQUMiLCJzb3VyY2VzQ29udGVudCI6WyIvKipcbiAqIEdlbmVyYXRlZCBidW5kbGUgaW5kZXguIERvIG5vdCBlZGl0LlxuICovXG5cbmV4cG9ydCAqIGZyb20gJy4vaW5kZXgnO1xuIl19
|
|
@@ -11,47 +11,46 @@ import { DataAccessorPipe } from '@ng-atomic/common/pipes/data-accessor';
|
|
|
11
11
|
import * as i0 from "@angular/core";
|
|
12
12
|
export class SmartColumnModule {
|
|
13
13
|
}
|
|
14
|
-
SmartColumnModule.ɵfac =
|
|
15
|
-
SmartColumnModule.ɵmod =
|
|
16
|
-
SmartColumnModule.ɵinj = /*@__PURE__*/ i0.ɵɵdefineInjector({ imports: [CommonModule,
|
|
14
|
+
SmartColumnModule.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "14.2.9", ngImport: i0, type: SmartColumnModule, deps: [], target: i0.ɵɵFactoryTarget.NgModule });
|
|
15
|
+
SmartColumnModule.ɵmod = i0.ɵɵngDeclareNgModule({ minVersion: "14.0.0", version: "14.2.9", ngImport: i0, type: SmartColumnModule, bootstrap: [SmartColumnMolecule], declarations: [SmartColumnMolecule], imports: [CommonModule,
|
|
17
16
|
ClipboardModule,
|
|
18
17
|
// Pipes
|
|
19
18
|
SmartExpModule,
|
|
19
|
+
DataAccessorPipe,
|
|
20
20
|
// Materials
|
|
21
21
|
MatButtonModule,
|
|
22
22
|
MatIconModule,
|
|
23
23
|
MatTableModule,
|
|
24
|
-
MatTooltipModule] });
|
|
25
|
-
|
|
26
|
-
type: NgModule,
|
|
27
|
-
args: [{
|
|
28
|
-
declarations: [
|
|
29
|
-
SmartColumnMolecule,
|
|
30
|
-
],
|
|
31
|
-
imports: [
|
|
32
|
-
CommonModule,
|
|
33
|
-
ClipboardModule,
|
|
34
|
-
// Pipes
|
|
35
|
-
SmartExpModule,
|
|
36
|
-
DataAccessorPipe,
|
|
37
|
-
// Materials
|
|
38
|
-
MatButtonModule,
|
|
39
|
-
MatIconModule,
|
|
40
|
-
MatTableModule,
|
|
41
|
-
MatTooltipModule,
|
|
42
|
-
],
|
|
43
|
-
exports: [SmartColumnMolecule],
|
|
44
|
-
bootstrap: [SmartColumnMolecule],
|
|
45
|
-
}]
|
|
46
|
-
}], null, null); })();
|
|
47
|
-
(function () { (typeof ngJitMode === "undefined" || ngJitMode) && i0.ɵɵsetNgModuleScope(SmartColumnModule, { declarations: [SmartColumnMolecule], imports: [CommonModule,
|
|
24
|
+
MatTooltipModule], exports: [SmartColumnMolecule] });
|
|
25
|
+
SmartColumnModule.ɵinj = i0.ɵɵngDeclareInjector({ minVersion: "12.0.0", version: "14.2.9", ngImport: i0, type: SmartColumnModule, imports: [CommonModule,
|
|
48
26
|
ClipboardModule,
|
|
49
27
|
// Pipes
|
|
50
28
|
SmartExpModule,
|
|
51
|
-
DataAccessorPipe,
|
|
52
29
|
// Materials
|
|
53
30
|
MatButtonModule,
|
|
54
31
|
MatIconModule,
|
|
55
32
|
MatTableModule,
|
|
56
|
-
MatTooltipModule]
|
|
57
|
-
|
|
33
|
+
MatTooltipModule] });
|
|
34
|
+
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "14.2.9", ngImport: i0, type: SmartColumnModule, decorators: [{
|
|
35
|
+
type: NgModule,
|
|
36
|
+
args: [{
|
|
37
|
+
declarations: [
|
|
38
|
+
SmartColumnMolecule,
|
|
39
|
+
],
|
|
40
|
+
imports: [
|
|
41
|
+
CommonModule,
|
|
42
|
+
ClipboardModule,
|
|
43
|
+
// Pipes
|
|
44
|
+
SmartExpModule,
|
|
45
|
+
DataAccessorPipe,
|
|
46
|
+
// Materials
|
|
47
|
+
MatButtonModule,
|
|
48
|
+
MatIconModule,
|
|
49
|
+
MatTableModule,
|
|
50
|
+
MatTooltipModule,
|
|
51
|
+
],
|
|
52
|
+
exports: [SmartColumnMolecule],
|
|
53
|
+
bootstrap: [SmartColumnMolecule],
|
|
54
|
+
}]
|
|
55
|
+
}] });
|
|
56
|
+
//# sourceMappingURL=data:application/json;base64,eyJ2ZXJzaW9uIjozLCJmaWxlIjoic21hcnQtY29sdW1uLm1vZHVsZS5qcyIsInNvdXJjZVJvb3QiOiIiLCJzb3VyY2VzIjpbIi4uLy4uLy4uLy4uLy4uLy4uLy4uL3BhY2thZ2VzL0BuZy1hdG9taWMvY29tcG9uZW50cy9zcmMvbW9sZWN1bGVzL3NtYXJ0LWNvbHVtbi9zbWFydC1jb2x1bW4ubW9kdWxlLnRzIl0sIm5hbWVzIjpbXSwibWFwcGluZ3MiOiJBQUFBLE9BQU8sRUFBRSxRQUFRLEVBQVEsTUFBTSxlQUFlLENBQUM7QUFDL0MsT0FBTyxFQUFFLFlBQVksRUFBRSxNQUFNLGlCQUFpQixDQUFDO0FBQy9DLE9BQU8sRUFBRSxlQUFlLEVBQUUsTUFBTSx3QkFBd0IsQ0FBQztBQUN6RCxPQUFPLEVBQUUsZUFBZSxFQUFFLE1BQU0sMEJBQTBCLENBQUM7QUFDM0QsT0FBTyxFQUFFLGNBQWMsRUFBRSxNQUFNLHlCQUF5QixDQUFDO0FBQ3pELE9BQU8sRUFBRSxhQUFhLEVBQUUsTUFBTSx3QkFBd0IsQ0FBQztBQUN2RCxPQUFPLEVBQUUsZ0JBQWdCLEVBQUUsTUFBTSwyQkFBMkIsQ0FBQztBQUM3RCxPQUFPLEVBQUUsY0FBYyxFQUFFLE1BQU0sbUNBQW1DLENBQUM7QUFDbkUsT0FBTyxFQUFFLG1CQUFtQixFQUFFLE1BQU0seUJBQXlCLENBQUM7QUFDOUQsT0FBTyxFQUFFLGdCQUFnQixFQUFFLE1BQU0sdUNBQXVDLENBQUM7O0FBcUJ6RSxNQUFNLE9BQU8saUJBQWlCOzs4R0FBakIsaUJBQWlCOytHQUFqQixpQkFBaUIsY0FGaEIsbUJBQW1CLGtCQWY3QixtQkFBbUIsYUFHbkIsWUFBWTtRQUNaLGVBQWU7UUFDZixRQUFRO1FBQ1IsY0FBYztRQUNkLGdCQUFnQjtRQUNoQixZQUFZO1FBQ1osZUFBZTtRQUNmLGFBQWE7UUFDYixjQUFjO1FBQ2QsZ0JBQWdCLGFBRVIsbUJBQW1COytHQUdsQixpQkFBaUIsWUFkMUIsWUFBWTtRQUNaLGVBQWU7UUFDZixRQUFRO1FBQ1IsY0FBYztRQUVkLFlBQVk7UUFDWixlQUFlO1FBQ2YsYUFBYTtRQUNiLGNBQWM7UUFDZCxnQkFBZ0I7MkZBS1AsaUJBQWlCO2tCQW5CN0IsUUFBUTttQkFBQztvQkFDUixZQUFZLEVBQUU7d0JBQ1osbUJBQW1CO3FCQUNwQjtvQkFDRCxPQUFPLEVBQUU7d0JBQ1AsWUFBWTt3QkFDWixlQUFlO3dCQUNmLFFBQVE7d0JBQ1IsY0FBYzt3QkFDZCxnQkFBZ0I7d0JBQ2hCLFlBQVk7d0JBQ1osZUFBZTt3QkFDZixhQUFhO3dCQUNiLGNBQWM7d0JBQ2QsZ0JBQWdCO3FCQUNqQjtvQkFDRCxPQUFPLEVBQUUsQ0FBQyxtQkFBbUIsQ0FBQztvQkFDOUIsU0FBUyxFQUFFLENBQUMsbUJBQW1CLENBQUM7aUJBQ2pDIiwic291cmNlc0NvbnRlbnQiOlsiaW1wb3J0IHsgTmdNb2R1bGUsIFBpcGUgfSBmcm9tICdAYW5ndWxhci9jb3JlJztcbmltcG9ydCB7IENvbW1vbk1vZHVsZSB9IGZyb20gJ0Bhbmd1bGFyL2NvbW1vbic7XG5pbXBvcnQgeyBDbGlwYm9hcmRNb2R1bGUgfSBmcm9tICdAYW5ndWxhci9jZGsvY2xpcGJvYXJkJztcbmltcG9ydCB7IE1hdEJ1dHRvbk1vZHVsZSB9IGZyb20gJ0Bhbmd1bGFyL21hdGVyaWFsL2J1dHRvbic7XG5pbXBvcnQgeyBNYXRUYWJsZU1vZHVsZSB9IGZyb20gJ0Bhbmd1bGFyL21hdGVyaWFsL3RhYmxlJztcbmltcG9ydCB7IE1hdEljb25Nb2R1bGUgfSBmcm9tICdAYW5ndWxhci9tYXRlcmlhbC9pY29uJztcbmltcG9ydCB7IE1hdFRvb2x0aXBNb2R1bGUgfSBmcm9tICdAYW5ndWxhci9tYXRlcmlhbC90b29sdGlwJztcbmltcG9ydCB7IFNtYXJ0RXhwTW9kdWxlIH0gZnJvbSAnQG5nLWF0b21pYy9jb21tb24vcGlwZXMvc21hcnQtZXhwJztcbmltcG9ydCB7IFNtYXJ0Q29sdW1uTW9sZWN1bGUgfSBmcm9tICcuL3NtYXJ0LWNvbHVtbi5tb2xlY3VsZSc7XG5pbXBvcnQgeyBEYXRhQWNjZXNzb3JQaXBlIH0gZnJvbSAnQG5nLWF0b21pYy9jb21tb24vcGlwZXMvZGF0YS1hY2Nlc3Nvcic7XG5cbkBOZ01vZHVsZSh7XG4gIGRlY2xhcmF0aW9uczogW1xuICAgIFNtYXJ0Q29sdW1uTW9sZWN1bGUsXG4gIF0sXG4gIGltcG9ydHM6IFtcbiAgICBDb21tb25Nb2R1bGUsXG4gICAgQ2xpcGJvYXJkTW9kdWxlLFxuICAgIC8vIFBpcGVzXG4gICAgU21hcnRFeHBNb2R1bGUsXG4gICAgRGF0YUFjY2Vzc29yUGlwZSxcbiAgICAvLyBNYXRlcmlhbHNcbiAgICBNYXRCdXR0b25Nb2R1bGUsXG4gICAgTWF0SWNvbk1vZHVsZSxcbiAgICBNYXRUYWJsZU1vZHVsZSxcbiAgICBNYXRUb29sdGlwTW9kdWxlLFxuICBdLFxuICBleHBvcnRzOiBbU21hcnRDb2x1bW5Nb2xlY3VsZV0sXG4gIGJvb3RzdHJhcDogW1NtYXJ0Q29sdW1uTW9sZWN1bGVdLFxufSlcbmV4cG9ydCBjbGFzcyBTbWFydENvbHVtbk1vZHVsZSB7IH1cbiJdfQ==
|
|
@@ -8,58 +8,6 @@ import * as i4 from "@angular/material/table";
|
|
|
8
8
|
import * as i5 from "@angular/material/tooltip";
|
|
9
9
|
import * as i6 from "@ng-atomic/common/pipes/smart-exp";
|
|
10
10
|
import * as i7 from "@ng-atomic/common/pipes/data-accessor";
|
|
11
|
-
function SmartColumnMolecule_th_1_mat_icon_5_Template(rf, ctx) { if (rf & 1) {
|
|
12
|
-
i0.ɵɵelementStart(0, "mat-icon", 7);
|
|
13
|
-
i0.ɵɵtext(1, "south");
|
|
14
|
-
i0.ɵɵelementEnd();
|
|
15
|
-
} }
|
|
16
|
-
function SmartColumnMolecule_th_1_mat_icon_6_Template(rf, ctx) { if (rf & 1) {
|
|
17
|
-
i0.ɵɵelementStart(0, "mat-icon", 7);
|
|
18
|
-
i0.ɵɵtext(1, "north");
|
|
19
|
-
i0.ɵɵelementEnd();
|
|
20
|
-
} }
|
|
21
|
-
function SmartColumnMolecule_th_1_Template(rf, ctx) { if (rf & 1) {
|
|
22
|
-
const _r5 = i0.ɵɵgetCurrentView();
|
|
23
|
-
i0.ɵɵelementStart(0, "th", 3);
|
|
24
|
-
i0.ɵɵlistener("click", function SmartColumnMolecule_th_1_Template_th_click_0_listener() { i0.ɵɵrestoreView(_r5); const ctx_r4 = i0.ɵɵnextContext(); return i0.ɵɵresetView(ctx_r4.headerClick.emit()); });
|
|
25
|
-
i0.ɵɵelementStart(1, "p", 4)(2, "span");
|
|
26
|
-
i0.ɵɵtext(3);
|
|
27
|
-
i0.ɵɵelementEnd();
|
|
28
|
-
i0.ɵɵelementContainerStart(4, 5);
|
|
29
|
-
i0.ɵɵtemplate(5, SmartColumnMolecule_th_1_mat_icon_5_Template, 2, 0, "mat-icon", 6);
|
|
30
|
-
i0.ɵɵtemplate(6, SmartColumnMolecule_th_1_mat_icon_6_Template, 2, 0, "mat-icon", 6);
|
|
31
|
-
i0.ɵɵelementContainerEnd();
|
|
32
|
-
i0.ɵɵelementEnd()();
|
|
33
|
-
} if (rf & 2) {
|
|
34
|
-
const ctx_r0 = i0.ɵɵnextContext();
|
|
35
|
-
i0.ɵɵstyleProp("text-align", ctx_r0.justify);
|
|
36
|
-
i0.ɵɵadvance(3);
|
|
37
|
-
i0.ɵɵtextInterpolate(ctx_r0.headerText);
|
|
38
|
-
i0.ɵɵadvance(1);
|
|
39
|
-
i0.ɵɵproperty("ngSwitch", ctx_r0.sort);
|
|
40
|
-
i0.ɵɵadvance(1);
|
|
41
|
-
i0.ɵɵproperty("ngSwitchCase", "asc");
|
|
42
|
-
i0.ɵɵadvance(1);
|
|
43
|
-
i0.ɵɵproperty("ngSwitchCase", "desc");
|
|
44
|
-
} }
|
|
45
|
-
function SmartColumnMolecule_td_2_Template(rf, ctx) { if (rf & 1) {
|
|
46
|
-
const _r9 = i0.ɵɵgetCurrentView();
|
|
47
|
-
i0.ɵɵelementStart(0, "td", 8)(1, "p", 9, 10);
|
|
48
|
-
i0.ɵɵlistener("click", function SmartColumnMolecule_td_2_Template_p_click_1_listener() { i0.ɵɵrestoreView(_r9); const _r7 = i0.ɵɵreference(2); const ctx_r8 = i0.ɵɵnextContext(); ctx_r8.copied(); return i0.ɵɵresetView(_r7.show()); });
|
|
49
|
-
i0.ɵɵpipe(3, "smartExp");
|
|
50
|
-
i0.ɵɵpipe(4, "dataAccessor");
|
|
51
|
-
i0.ɵɵtext(5);
|
|
52
|
-
i0.ɵɵpipe(6, "dataAccessor");
|
|
53
|
-
i0.ɵɵelementEnd()();
|
|
54
|
-
} if (rf & 2) {
|
|
55
|
-
const data_r6 = ctx.$implicit;
|
|
56
|
-
const ctx_r1 = i0.ɵɵnextContext();
|
|
57
|
-
i0.ɵɵstyleProp("text-align", ctx_r1.justify);
|
|
58
|
-
i0.ɵɵadvance(1);
|
|
59
|
-
i0.ɵɵproperty("cdkCopyToClipboard", i0.ɵɵpipeBind2(3, 5, i0.ɵɵpipeBind2(4, 8, data_r6, ctx_r1.name), ctx_r1.name))("matTooltip", ctx_r1.text);
|
|
60
|
-
i0.ɵɵadvance(4);
|
|
61
|
-
i0.ɵɵtextInterpolate1(" ", i0.ɵɵpipeBind2(6, 11, data_r6, ctx_r1.name), " ");
|
|
62
|
-
} }
|
|
63
11
|
export class SmartColumnMolecule extends MatTextColumn {
|
|
64
12
|
constructor() {
|
|
65
13
|
super(...arguments);
|
|
@@ -72,19 +20,14 @@ export class SmartColumnMolecule extends MatTextColumn {
|
|
|
72
20
|
setTimeout(() => this.text = 'copy', 1000);
|
|
73
21
|
}
|
|
74
22
|
}
|
|
75
|
-
SmartColumnMolecule.ɵfac =
|
|
76
|
-
SmartColumnMolecule.ɵcmp =
|
|
77
|
-
|
|
78
|
-
|
|
79
|
-
|
|
80
|
-
|
|
81
|
-
|
|
82
|
-
|
|
83
|
-
|
|
84
|
-
|
|
85
|
-
|
|
86
|
-
type: Input
|
|
87
|
-
}], headerClick: [{
|
|
88
|
-
type: Output
|
|
89
|
-
}] }); })();
|
|
90
|
-
//# sourceMappingURL=data:application/json;base64,eyJ2ZXJzaW9uIjozLCJmaWxlIjoic21hcnQtY29sdW1uLm1vbGVjdWxlLmpzIiwic291cmNlUm9vdCI6IiIsInNvdXJjZXMiOlsiLi4vLi4vLi4vLi4vLi4vLi4vbGlicy9jb21wb25lbnRzL3NyYy9tb2xlY3VsZXMvc21hcnQtY29sdW1uL3NtYXJ0LWNvbHVtbi5tb2xlY3VsZS50cyIsIi4uLy4uLy4uLy4uLy4uLy4uL2xpYnMvY29tcG9uZW50cy9zcmMvbW9sZWN1bGVzL3NtYXJ0LWNvbHVtbi9zbWFydC1jb2x1bW4ubW9sZWN1bGUuaHRtbCJdLCJuYW1lcyI6W10sIm1hcHBpbmdzIjoiQUFBQSxPQUFPLEVBQUUsdUJBQXVCLEVBQUUsS0FBSyxFQUFFLE1BQU0sRUFBRSxZQUFZLEVBQUUsU0FBUyxFQUFFLGlCQUFpQixFQUF1QyxNQUFNLGVBQWUsQ0FBQztBQUN4SixPQUFPLEVBQWdCLGFBQWEsRUFBRSxNQUFNLHlCQUF5QixDQUFDOzs7Ozs7Ozs7O0lDUzlELG1DQUE4QztJQUFBLHFCQUFLO0lBQUEsaUJBQVc7OztJQUM5RCxtQ0FBK0M7SUFBQSxxQkFBSztJQUFBLGlCQUFXOzs7O0lBVnJFLDZCQUtDO0lBREMsMkpBQVMsZUFBQSx5QkFBa0IsQ0FBQSxJQUFDO0lBRTVCLDRCQUE4RCxXQUFBO0lBQ3RELFlBQWM7SUFBQSxpQkFBTztJQUMzQixnQ0FBZ0M7SUFDOUIsbUZBQThEO0lBQzlELG1GQUErRDtJQUNqRSwwQkFBZTtJQUNqQixpQkFBSSxFQUFBOzs7SUFUSiw0Q0FBNEI7SUFJcEIsZUFBYztJQUFkLHVDQUFjO0lBQ04sZUFBaUI7SUFBakIsc0NBQWlCO0lBQ0osZUFBbUI7SUFBbkIsb0NBQW1CO0lBQ25CLGVBQW9CO0lBQXBCLHFDQUFvQjs7OztJQUluRCw2QkFBaUUsZUFBQTtJQUc3RCxrTEFBUyxlQUFRLFNBQUUsZUFBQSxVQUFjLENBQUEsSUFBQzs7O0lBR2xDLFlBQ0Y7O0lBQUEsaUJBQUksRUFBQTs7OztJQVA4Qiw0Q0FBNEI7SUFFNUQsZUFBaUU7SUFBakUsa0hBQWlFLDJCQUFBO0lBSWpFLGVBQ0Y7SUFERSw0RUFDRjs7QURaSixNQUFNLE9BQU8sbUJBQXVCLFNBQVEsYUFBZ0I7SUFQNUQ7O1FBVUUsU0FBSSxHQUE0QixNQUFNLENBQUM7UUFHdkMsZ0JBQVcsR0FBRyxJQUFJLFlBQVksRUFBUSxDQUFDO1FBRXZDLFNBQUksR0FBRyxNQUFNLENBQUM7S0FNZjtJQUpDLE1BQU07UUFDSixJQUFJLENBQUMsSUFBSSxHQUFHLFNBQVMsQ0FBQztRQUN0QixVQUFVLENBQUMsR0FBRyxFQUFFLENBQUMsSUFBSSxDQUFDLElBQUksR0FBRyxNQUFNLEVBQUUsSUFBSSxDQUFDLENBQUM7SUFDN0MsQ0FBQzs7dVBBYlUsbUJBQW1CLFNBQW5CLG1CQUFtQjtzRUFBbkIsbUJBQW1CO1FDVmhDLGdDQUEyQjtRQUN6QixrRUFhSztRQUNMLG1FQVFLO1FBQ1AsMEJBQWU7O3VGRGRGLG1CQUFtQjtjQVAvQixTQUFTOzJCQUNFLHdCQUF3QixpQkFHbkIsaUJBQWlCLENBQUMsSUFBSSxtQkFDcEIsdUJBQXVCLENBQUMsT0FBTztnQkFLaEQsSUFBSTtrQkFESCxLQUFLO1lBSU4sV0FBVztrQkFEVixNQUFNIiwic291cmNlc0NvbnRlbnQiOlsiaW1wb3J0IHsgQ2hhbmdlRGV0ZWN0aW9uU3RyYXRlZ3ksIElucHV0LCBPdXRwdXQsIEV2ZW50RW1pdHRlciwgQ29tcG9uZW50LCBWaWV3RW5jYXBzdWxhdGlvbiwgT3B0aW9uYWwsIEluamVjdCwgaW5qZWN0LCBWaWV3Q2hpbGQgfSBmcm9tICdAYW5ndWxhci9jb3JlJztcbmltcG9ydCB7IE1hdENvbHVtbkRlZiwgTWF0VGV4dENvbHVtbiB9IGZyb20gJ0Bhbmd1bGFyL21hdGVyaWFsL3RhYmxlJztcblxuQENvbXBvbmVudCh7XG4gIHNlbGVjdG9yOiAnbW9sZWN1bGVzLXNtYXJ0LWNvbHVtbicsXG4gIHRlbXBsYXRlVXJsOiAnLi9zbWFydC1jb2x1bW4ubW9sZWN1bGUuaHRtbCcsXG4gIHN0eWxlVXJsczogWycuL3NtYXJ0LWNvbHVtbi5tb2xlY3VsZS5zY3NzJ10sXG4gIGVuY2Fwc3VsYXRpb246IFZpZXdFbmNhcHN1bGF0aW9uLk5vbmUsXG4gIGNoYW5nZURldGVjdGlvbjogQ2hhbmdlRGV0ZWN0aW9uU3RyYXRlZ3kuRGVmYXVsdCxcbn0pXG5leHBvcnQgY2xhc3MgU21hcnRDb2x1bW5Nb2xlY3VsZTxUPiBleHRlbmRzIE1hdFRleHRDb2x1bW48VD4ge1xuXG4gIEBJbnB1dCgpXG4gIHNvcnQ6ICdhc2MnIHwgJ2Rlc2MnIHwgJ25vbmUnID0gJ25vbmUnO1xuXG4gIEBPdXRwdXQoKVxuICBoZWFkZXJDbGljayA9IG5ldyBFdmVudEVtaXR0ZXI8dm9pZD4oKTtcblxuICB0ZXh0ID0gJ2NvcHknO1xuXG4gIGNvcGllZCgpIHtcbiAgICB0aGlzLnRleHQgPSAnY29waWVkISc7XG4gICAgc2V0VGltZW91dCgoKSA9PiB0aGlzLnRleHQgPSAnY29weScsIDEwMDApO1xuICB9XG59XG4iLCI8bmctY29udGFpbmVyIG1hdENvbHVtbkRlZj5cbiAgPHRoXG4gICAgbWF0LWhlYWRlci1jZWxsXG4gICAgKm1hdEhlYWRlckNlbGxEZWZcbiAgICBbc3R5bGUudGV4dC1hbGlnbl09XCJqdXN0aWZ5XCJcbiAgICAoY2xpY2spPVwiaGVhZGVyQ2xpY2suZW1pdCgpXCJcbiAgPlxuICAgIDxwIGNsYXNzPVwibm93cmFwXCIgc3R5bGU9XCJkaXNwbGF5OiBmbGV4OyBhbGlnbi1pdGVtczogY2VudGVyO1wiPlxuICAgICAgPHNwYW4+e3toZWFkZXJUZXh0fX08L3NwYW4+XG4gICAgICA8bmctY29udGFpbmVyIFtuZ1N3aXRjaF09XCJzb3J0XCI+XG4gICAgICAgIDxtYXQtaWNvbiBjbGFzcz1cIm9yZGVyXCIgKm5nU3dpdGNoQ2FzZT1cIidhc2MnXCI+c291dGg8L21hdC1pY29uPlxuICAgICAgICA8bWF0LWljb24gY2xhc3M9XCJvcmRlclwiICpuZ1N3aXRjaENhc2U9XCInZGVzYydcIj5ub3J0aDwvbWF0LWljb24+XG4gICAgICA8L25nLWNvbnRhaW5lcj5cbiAgICA8L3A+XG4gIDwvdGg+XG4gIDx0ZCBtYXQtY2VsbCAqbWF0Q2VsbERlZj1cImxldCBkYXRhXCIgW3N0eWxlLnRleHQtYWxpZ25dPVwianVzdGlmeVwiPlxuICAgIDxwIGNsYXNzPVwibm93cmFwXCJcbiAgICAgIFtjZGtDb3B5VG9DbGlwYm9hcmRdPVwiZGF0YSB8IGRhdGFBY2Nlc3NvcjogbmFtZSB8IHNtYXJ0RXhwOiBuYW1lXCJcbiAgICAgIChjbGljayk9XCJjb3BpZWQoKTsgdG9vbHRpcC5zaG93KClcIlxuICAgICAgI3Rvb2x0aXA9XCJtYXRUb29sdGlwXCIgW21hdFRvb2x0aXBdPVwidGV4dFwiIG1hdFRvb2x0aXBQb3NpdGlvbj1cImJlbG93XCJcbiAgICA+XG4gICAgICB7eyBkYXRhIHwgZGF0YUFjY2Vzc29yOiBuYW1lIH19XG4gICAgPC9wPlxuICA8L3RkPlxuPC9uZy1jb250YWluZXI+Il19
|
|
23
|
+
SmartColumnMolecule.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "14.2.9", ngImport: i0, type: SmartColumnMolecule, deps: null, target: i0.ɵɵFactoryTarget.Component });
|
|
24
|
+
SmartColumnMolecule.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "14.2.9", type: SmartColumnMolecule, selector: "molecules-smart-column", inputs: { sort: "sort" }, outputs: { headerClick: "headerClick" }, usesInheritance: true, ngImport: i0, template: "<ng-container matColumnDef>\n <th\n mat-header-cell\n *matHeaderCellDef\n [style.text-align]=\"justify\"\n (click)=\"headerClick.emit()\"\n >\n <p class=\"nowrap\" style=\"display: flex; align-items: center;\">\n <span>{{headerText}}</span>\n <ng-container [ngSwitch]=\"sort\">\n <mat-icon class=\"order\" *ngSwitchCase=\"'asc'\">south</mat-icon>\n <mat-icon class=\"order\" *ngSwitchCase=\"'desc'\">north</mat-icon>\n </ng-container>\n </p>\n </th>\n <td mat-cell *matCellDef=\"let data\" [style.text-align]=\"justify\">\n <p class=\"nowrap\"\n [cdkCopyToClipboard]=\"data | dataAccessor: name | smartExp: name\"\n (click)=\"copied(); tooltip.show()\"\n #tooltip=\"matTooltip\" [matTooltip]=\"text\" matTooltipPosition=\"below\"\n >\n {{ data | dataAccessor: name }}\n </p>\n </td>\n</ng-container>", styles: ["th[mat-header-cell],td[mat-cell]{cursor:pointer}th[mat-header-cell] mat-icon.order,td[mat-cell] mat-icon.order{width:12px;height:12px;font-size:12px}th[mat-header-cell] .nowrap,td[mat-cell] .nowrap{max-width:160px;overflow:hidden;text-overflow:ellipsis;white-space:nowrap}\n"], dependencies: [{ kind: "directive", type: i1.NgSwitch, selector: "[ngSwitch]", inputs: ["ngSwitch"] }, { kind: "directive", type: i1.NgSwitchCase, selector: "[ngSwitchCase]", inputs: ["ngSwitchCase"] }, { kind: "directive", type: i2.CdkCopyToClipboard, selector: "[cdkCopyToClipboard]", inputs: ["cdkCopyToClipboard", "cdkCopyToClipboardAttempts"], outputs: ["cdkCopyToClipboardCopied"] }, { kind: "component", type: i3.MatIcon, selector: "mat-icon", inputs: ["color", "inline", "svgIcon", "fontSet", "fontIcon"], exportAs: ["matIcon"] }, { kind: "directive", type: i4.MatHeaderCellDef, selector: "[matHeaderCellDef]" }, { kind: "directive", type: i4.MatColumnDef, selector: "[matColumnDef]", inputs: ["sticky", "matColumnDef"] }, { kind: "directive", type: i4.MatCellDef, selector: "[matCellDef]" }, { kind: "directive", type: i4.MatHeaderCell, selector: "mat-header-cell, th[mat-header-cell]" }, { kind: "directive", type: i4.MatCell, selector: "mat-cell, td[mat-cell]" }, { kind: "directive", type: i5.MatTooltip, selector: "[matTooltip]", exportAs: ["matTooltip"] }, { kind: "pipe", type: i6.SmartExpPipe, name: "smartExp" }, { kind: "pipe", type: i7.DataAccessorPipe, name: "dataAccessor" }], changeDetection: i0.ChangeDetectionStrategy.Default, encapsulation: i0.ViewEncapsulation.None });
|
|
25
|
+
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "14.2.9", ngImport: i0, type: SmartColumnMolecule, decorators: [{
|
|
26
|
+
type: Component,
|
|
27
|
+
args: [{ selector: 'molecules-smart-column', encapsulation: ViewEncapsulation.None, changeDetection: ChangeDetectionStrategy.Default, template: "<ng-container matColumnDef>\n <th\n mat-header-cell\n *matHeaderCellDef\n [style.text-align]=\"justify\"\n (click)=\"headerClick.emit()\"\n >\n <p class=\"nowrap\" style=\"display: flex; align-items: center;\">\n <span>{{headerText}}</span>\n <ng-container [ngSwitch]=\"sort\">\n <mat-icon class=\"order\" *ngSwitchCase=\"'asc'\">south</mat-icon>\n <mat-icon class=\"order\" *ngSwitchCase=\"'desc'\">north</mat-icon>\n </ng-container>\n </p>\n </th>\n <td mat-cell *matCellDef=\"let data\" [style.text-align]=\"justify\">\n <p class=\"nowrap\"\n [cdkCopyToClipboard]=\"data | dataAccessor: name | smartExp: name\"\n (click)=\"copied(); tooltip.show()\"\n #tooltip=\"matTooltip\" [matTooltip]=\"text\" matTooltipPosition=\"below\"\n >\n {{ data | dataAccessor: name }}\n </p>\n </td>\n</ng-container>", styles: ["th[mat-header-cell],td[mat-cell]{cursor:pointer}th[mat-header-cell] mat-icon.order,td[mat-cell] mat-icon.order{width:12px;height:12px;font-size:12px}th[mat-header-cell] .nowrap,td[mat-cell] .nowrap{max-width:160px;overflow:hidden;text-overflow:ellipsis;white-space:nowrap}\n"] }]
|
|
28
|
+
}], propDecorators: { sort: [{
|
|
29
|
+
type: Input
|
|
30
|
+
}], headerClick: [{
|
|
31
|
+
type: Output
|
|
32
|
+
}] } });
|
|
33
|
+
//# sourceMappingURL=data:application/json;base64,eyJ2ZXJzaW9uIjozLCJmaWxlIjoic21hcnQtY29sdW1uLm1vbGVjdWxlLmpzIiwic291cmNlUm9vdCI6IiIsInNvdXJjZXMiOlsiLi4vLi4vLi4vLi4vLi4vLi4vLi4vcGFja2FnZXMvQG5nLWF0b21pYy9jb21wb25lbnRzL3NyYy9tb2xlY3VsZXMvc21hcnQtY29sdW1uL3NtYXJ0LWNvbHVtbi5tb2xlY3VsZS50cyIsIi4uLy4uLy4uLy4uLy4uLy4uLy4uL3BhY2thZ2VzL0BuZy1hdG9taWMvY29tcG9uZW50cy9zcmMvbW9sZWN1bGVzL3NtYXJ0LWNvbHVtbi9zbWFydC1jb2x1bW4ubW9sZWN1bGUuaHRtbCJdLCJuYW1lcyI6W10sIm1hcHBpbmdzIjoiQUFBQSxPQUFPLEVBQUUsdUJBQXVCLEVBQUUsS0FBSyxFQUFFLE1BQU0sRUFBRSxZQUFZLEVBQUUsU0FBUyxFQUFFLGlCQUFpQixFQUF1QyxNQUFNLGVBQWUsQ0FBQztBQUN4SixPQUFPLEVBQWdCLGFBQWEsRUFBRSxNQUFNLHlCQUF5QixDQUFDOzs7Ozs7Ozs7QUFTdEUsTUFBTSxPQUFPLG1CQUF1QixTQUFRLGFBQWdCO0lBUDVEOztRQVVFLFNBQUksR0FBNEIsTUFBTSxDQUFDO1FBR3ZDLGdCQUFXLEdBQUcsSUFBSSxZQUFZLEVBQVEsQ0FBQztRQUV2QyxTQUFJLEdBQUcsTUFBTSxDQUFDO0tBTWY7SUFKQyxNQUFNO1FBQ0osSUFBSSxDQUFDLElBQUksR0FBRyxTQUFTLENBQUM7UUFDdEIsVUFBVSxDQUFDLEdBQUcsRUFBRSxDQUFDLElBQUksQ0FBQyxJQUFJLEdBQUcsTUFBTSxFQUFFLElBQUksQ0FBQyxDQUFDO0lBQzdDLENBQUM7O2dIQWJVLG1CQUFtQjtvR0FBbkIsbUJBQW1CLHdKQ1ZoQyxrM0JBd0JlOzJGRGRGLG1CQUFtQjtrQkFQL0IsU0FBUzsrQkFDRSx3QkFBd0IsaUJBR25CLGlCQUFpQixDQUFDLElBQUksbUJBQ3BCLHVCQUF1QixDQUFDLE9BQU87OEJBS2hELElBQUk7c0JBREgsS0FBSztnQkFJTixXQUFXO3NCQURWLE1BQU0iLCJzb3VyY2VzQ29udGVudCI6WyJpbXBvcnQgeyBDaGFuZ2VEZXRlY3Rpb25TdHJhdGVneSwgSW5wdXQsIE91dHB1dCwgRXZlbnRFbWl0dGVyLCBDb21wb25lbnQsIFZpZXdFbmNhcHN1bGF0aW9uLCBPcHRpb25hbCwgSW5qZWN0LCBpbmplY3QsIFZpZXdDaGlsZCB9IGZyb20gJ0Bhbmd1bGFyL2NvcmUnO1xuaW1wb3J0IHsgTWF0Q29sdW1uRGVmLCBNYXRUZXh0Q29sdW1uIH0gZnJvbSAnQGFuZ3VsYXIvbWF0ZXJpYWwvdGFibGUnO1xuXG5AQ29tcG9uZW50KHtcbiAgc2VsZWN0b3I6ICdtb2xlY3VsZXMtc21hcnQtY29sdW1uJyxcbiAgdGVtcGxhdGVVcmw6ICcuL3NtYXJ0LWNvbHVtbi5tb2xlY3VsZS5odG1sJyxcbiAgc3R5bGVVcmxzOiBbJy4vc21hcnQtY29sdW1uLm1vbGVjdWxlLnNjc3MnXSxcbiAgZW5jYXBzdWxhdGlvbjogVmlld0VuY2Fwc3VsYXRpb24uTm9uZSxcbiAgY2hhbmdlRGV0ZWN0aW9uOiBDaGFuZ2VEZXRlY3Rpb25TdHJhdGVneS5EZWZhdWx0LFxufSlcbmV4cG9ydCBjbGFzcyBTbWFydENvbHVtbk1vbGVjdWxlPFQ+IGV4dGVuZHMgTWF0VGV4dENvbHVtbjxUPiB7XG5cbiAgQElucHV0KClcbiAgc29ydDogJ2FzYycgfCAnZGVzYycgfCAnbm9uZScgPSAnbm9uZSc7XG5cbiAgQE91dHB1dCgpXG4gIGhlYWRlckNsaWNrID0gbmV3IEV2ZW50RW1pdHRlcjx2b2lkPigpO1xuXG4gIHRleHQgPSAnY29weSc7XG5cbiAgY29waWVkKCkge1xuICAgIHRoaXMudGV4dCA9ICdjb3BpZWQhJztcbiAgICBzZXRUaW1lb3V0KCgpID0+IHRoaXMudGV4dCA9ICdjb3B5JywgMTAwMCk7XG4gIH1cbn1cbiIsIjxuZy1jb250YWluZXIgbWF0Q29sdW1uRGVmPlxuICA8dGhcbiAgICBtYXQtaGVhZGVyLWNlbGxcbiAgICAqbWF0SGVhZGVyQ2VsbERlZlxuICAgIFtzdHlsZS50ZXh0LWFsaWduXT1cImp1c3RpZnlcIlxuICAgIChjbGljayk9XCJoZWFkZXJDbGljay5lbWl0KClcIlxuICA+XG4gICAgPHAgY2xhc3M9XCJub3dyYXBcIiBzdHlsZT1cImRpc3BsYXk6IGZsZXg7IGFsaWduLWl0ZW1zOiBjZW50ZXI7XCI+XG4gICAgICA8c3Bhbj57e2hlYWRlclRleHR9fTwvc3Bhbj5cbiAgICAgIDxuZy1jb250YWluZXIgW25nU3dpdGNoXT1cInNvcnRcIj5cbiAgICAgICAgPG1hdC1pY29uIGNsYXNzPVwib3JkZXJcIiAqbmdTd2l0Y2hDYXNlPVwiJ2FzYydcIj5zb3V0aDwvbWF0LWljb24+XG4gICAgICAgIDxtYXQtaWNvbiBjbGFzcz1cIm9yZGVyXCIgKm5nU3dpdGNoQ2FzZT1cIidkZXNjJ1wiPm5vcnRoPC9tYXQtaWNvbj5cbiAgICAgIDwvbmctY29udGFpbmVyPlxuICAgIDwvcD5cbiAgPC90aD5cbiAgPHRkIG1hdC1jZWxsICptYXRDZWxsRGVmPVwibGV0IGRhdGFcIiBbc3R5bGUudGV4dC1hbGlnbl09XCJqdXN0aWZ5XCI+XG4gICAgPHAgY2xhc3M9XCJub3dyYXBcIlxuICAgICAgW2Nka0NvcHlUb0NsaXBib2FyZF09XCJkYXRhIHwgZGF0YUFjY2Vzc29yOiBuYW1lIHwgc21hcnRFeHA6IG5hbWVcIlxuICAgICAgKGNsaWNrKT1cImNvcGllZCgpOyB0b29sdGlwLnNob3coKVwiXG4gICAgICAjdG9vbHRpcD1cIm1hdFRvb2x0aXBcIiBbbWF0VG9vbHRpcF09XCJ0ZXh0XCIgbWF0VG9vbHRpcFBvc2l0aW9uPVwiYmVsb3dcIlxuICAgID5cbiAgICAgIHt7IGRhdGEgfCBkYXRhQWNjZXNzb3I6IG5hbWUgfX1cbiAgICA8L3A+XG4gIDwvdGQ+XG48L25nLWNvbnRhaW5lcj4iXX0=
|
|
@@ -1,3 +1,3 @@
|
|
|
1
1
|
export { TextInputFieldMolecule } from './text-input-field.molecule';
|
|
2
2
|
export { TextInputFieldModule } from './text-input-field.module';
|
|
3
|
-
//# sourceMappingURL=data:application/json;base64,
|
|
3
|
+
//# sourceMappingURL=data:application/json;base64,eyJ2ZXJzaW9uIjozLCJmaWxlIjoiaW5kZXguanMiLCJzb3VyY2VSb290IjoiIiwic291cmNlcyI6WyIuLi8uLi8uLi8uLi8uLi8uLi8uLi9wYWNrYWdlcy9AbmctYXRvbWljL2NvbXBvbmVudHMvc3JjL21vbGVjdWxlcy90ZXh0LWlucHV0LWZpZWxkL2luZGV4LnRzIl0sIm5hbWVzIjpbXSwibWFwcGluZ3MiOiJBQUFBLE9BQU8sRUFBRSxzQkFBc0IsRUFBRSxNQUFNLDZCQUE2QixDQUFDO0FBQ3JFLE9BQU8sRUFBRSxvQkFBb0IsRUFBRSxNQUFNLDJCQUEyQixDQUFDIiwic291cmNlc0NvbnRlbnQiOlsiZXhwb3J0IHsgVGV4dElucHV0RmllbGRNb2xlY3VsZSB9IGZyb20gJy4vdGV4dC1pbnB1dC1maWVsZC5tb2xlY3VsZSc7XG5leHBvcnQgeyBUZXh0SW5wdXRGaWVsZE1vZHVsZSB9IGZyb20gJy4vdGV4dC1pbnB1dC1maWVsZC5tb2R1bGUnO1xuIl19
|
package/esm2020/molecules/text-input-field/ng-atomic-components-molecules-text-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,eyJ2ZXJzaW9uIjozLCJmaWxlIjoibmctYXRvbWljLWNvbXBvbmVudHMtbW9sZWN1bGVzLXRleHQtaW5wdXQtZmllbGQuanMiLCJzb3VyY2VSb290IjoiIiwic291cmNlcyI6WyIuLi8uLi8uLi8uLi8uLi8uLi8uLi9wYWNrYWdlcy9AbmctYXRvbWljL2NvbXBvbmVudHMvc3JjL21vbGVjdWxlcy90ZXh0LWlucHV0LWZpZWxkL25nLWF0b21pYy1jb21wb25lbnRzLW1vbGVjdWxlcy10ZXh0LWlucHV0LWZpZWxkLnRzIl0sIm5hbWVzIjpbXSwibWFwcGluZ3MiOiJBQUFBOztHQUVHO0FBRUgsY0FBYyxTQUFTLENBQUMiLCJzb3VyY2VzQ29udGVudCI6WyIvKipcbiAqIEdlbmVyYXRlZCBidW5kbGUgaW5kZXguIERvIG5vdCBlZGl0LlxuICovXG5cbmV4cG9ydCAqIGZyb20gJy4vaW5kZXgnO1xuIl19
|
|
@@ -7,31 +7,30 @@ import { TextInputFieldMolecule } from './text-input-field.molecule';
|
|
|
7
7
|
import * as i0 from "@angular/core";
|
|
8
8
|
export class TextInputFieldModule {
|
|
9
9
|
}
|
|
10
|
-
TextInputFieldModule.ɵfac =
|
|
11
|
-
TextInputFieldModule.ɵmod =
|
|
12
|
-
TextInputFieldModule.ɵinj = /*@__PURE__*/ i0.ɵɵdefineInjector({ imports: [CommonModule,
|
|
10
|
+
TextInputFieldModule.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "14.2.9", ngImport: i0, type: TextInputFieldModule, deps: [], target: i0.ɵɵFactoryTarget.NgModule });
|
|
11
|
+
TextInputFieldModule.ɵmod = i0.ɵɵngDeclareNgModule({ minVersion: "14.0.0", version: "14.2.9", ngImport: i0, type: TextInputFieldModule, bootstrap: [TextInputFieldMolecule], declarations: [TextInputFieldMolecule], imports: [CommonModule,
|
|
13
12
|
ReactiveFormsModule,
|
|
14
13
|
// Materials
|
|
15
14
|
// MatFormFieldModule,
|
|
16
|
-
MatInputModule] });
|
|
17
|
-
|
|
18
|
-
type: NgModule,
|
|
19
|
-
args: [{
|
|
20
|
-
declarations: [TextInputFieldMolecule],
|
|
21
|
-
imports: [
|
|
22
|
-
CommonModule,
|
|
23
|
-
ReactiveFormsModule,
|
|
24
|
-
// Materials
|
|
25
|
-
// MatFormFieldModule,
|
|
26
|
-
MatInputModule,
|
|
27
|
-
],
|
|
28
|
-
exports: [TextInputFieldMolecule],
|
|
29
|
-
bootstrap: [TextInputFieldMolecule],
|
|
30
|
-
}]
|
|
31
|
-
}], null, null); })();
|
|
32
|
-
(function () { (typeof ngJitMode === "undefined" || ngJitMode) && i0.ɵɵsetNgModuleScope(TextInputFieldModule, { declarations: [TextInputFieldMolecule], imports: [CommonModule,
|
|
15
|
+
MatInputModule], exports: [TextInputFieldMolecule] });
|
|
16
|
+
TextInputFieldModule.ɵinj = i0.ɵɵngDeclareInjector({ minVersion: "12.0.0", version: "14.2.9", ngImport: i0, type: TextInputFieldModule, imports: [CommonModule,
|
|
33
17
|
ReactiveFormsModule,
|
|
34
18
|
// Materials
|
|
35
19
|
// MatFormFieldModule,
|
|
36
|
-
MatInputModule]
|
|
37
|
-
|
|
20
|
+
MatInputModule] });
|
|
21
|
+
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "14.2.9", ngImport: i0, type: TextInputFieldModule, decorators: [{
|
|
22
|
+
type: NgModule,
|
|
23
|
+
args: [{
|
|
24
|
+
declarations: [TextInputFieldMolecule],
|
|
25
|
+
imports: [
|
|
26
|
+
CommonModule,
|
|
27
|
+
ReactiveFormsModule,
|
|
28
|
+
// Materials
|
|
29
|
+
// MatFormFieldModule,
|
|
30
|
+
MatInputModule,
|
|
31
|
+
],
|
|
32
|
+
exports: [TextInputFieldMolecule],
|
|
33
|
+
bootstrap: [TextInputFieldMolecule],
|
|
34
|
+
}]
|
|
35
|
+
}] });
|
|
36
|
+
//# sourceMappingURL=data:application/json;base64,eyJ2ZXJzaW9uIjozLCJmaWxlIjoidGV4dC1pbnB1dC1maWVsZC5tb2R1bGUuanMiLCJzb3VyY2VSb290IjoiIiwic291cmNlcyI6WyIuLi8uLi8uLi8uLi8uLi8uLi8uLi9wYWNrYWdlcy9AbmctYXRvbWljL2NvbXBvbmVudHMvc3JjL21vbGVjdWxlcy90ZXh0LWlucHV0LWZpZWxkL3RleHQtaW5wdXQtZmllbGQubW9kdWxlLnRzIl0sIm5hbWVzIjpbXSwibWFwcGluZ3MiOiJBQUFBLE9BQU8sRUFBRSxRQUFRLEVBQUUsTUFBTSxlQUFlLENBQUM7QUFDekMsT0FBTyxFQUFFLFlBQVksRUFBRSxNQUFNLGlCQUFpQixDQUFDO0FBQy9DLE9BQU8sRUFBRSxtQkFBbUIsRUFBRSxNQUFNLGdCQUFnQixDQUFDO0FBQ3JELHFFQUFxRTtBQUNyRSxPQUFPLEVBQUUsY0FBYyxFQUFFLE1BQU0seUJBQXlCLENBQUM7QUFFekQsT0FBTyxFQUFFLHNCQUFzQixFQUFFLE1BQU0sNkJBQTZCLENBQUM7O0FBZ0JyRSxNQUFNLE9BQU8sb0JBQW9COztpSEFBcEIsb0JBQW9CO2tIQUFwQixvQkFBb0IsY0FGbkIsc0JBQXNCLGtCQVRuQixzQkFBc0IsYUFFbkMsWUFBWTtRQUNaLG1CQUFtQjtRQUNuQixZQUFZO1FBQ1osc0JBQXNCO1FBQ3RCLGNBQWMsYUFFTixzQkFBc0I7a0hBR3JCLG9CQUFvQixZQVQ3QixZQUFZO1FBQ1osbUJBQW1CO1FBQ25CLFlBQVk7UUFDWixzQkFBc0I7UUFDdEIsY0FBYzsyRkFLTCxvQkFBb0I7a0JBWmhDLFFBQVE7bUJBQUM7b0JBQ1IsWUFBWSxFQUFFLENBQUMsc0JBQXNCLENBQUM7b0JBQ3RDLE9BQU8sRUFBRTt3QkFDUCxZQUFZO3dCQUNaLG1CQUFtQjt3QkFDbkIsWUFBWTt3QkFDWixzQkFBc0I7d0JBQ3RCLGNBQWM7cUJBQ2Y7b0JBQ0QsT0FBTyxFQUFFLENBQUMsc0JBQXNCLENBQUM7b0JBQ2pDLFNBQVMsRUFBRSxDQUFDLHNCQUFzQixDQUFDO2lCQUNwQyIsInNvdXJjZXNDb250ZW50IjpbImltcG9ydCB7IE5nTW9kdWxlIH0gZnJvbSAnQGFuZ3VsYXIvY29yZSc7XG5pbXBvcnQgeyBDb21tb25Nb2R1bGUgfSBmcm9tICdAYW5ndWxhci9jb21tb24nO1xuaW1wb3J0IHsgUmVhY3RpdmVGb3Jtc01vZHVsZSB9IGZyb20gJ0Bhbmd1bGFyL2Zvcm1zJztcbi8vIGltcG9ydCB7IE1hdEZvcm1GaWVsZE1vZHVsZSB9IGZyb20gJ0Bhbmd1bGFyL21hdGVyaWFsL2Zvcm0tZmllbGQnO1xuaW1wb3J0IHsgTWF0SW5wdXRNb2R1bGUgfSBmcm9tICdAYW5ndWxhci9tYXRlcmlhbC9pbnB1dCc7XG5cbmltcG9ydCB7IFRleHRJbnB1dEZpZWxkTW9sZWN1bGUgfSBmcm9tICcuL3RleHQtaW5wdXQtZmllbGQubW9sZWN1bGUnO1xuXG5cblxuQE5nTW9kdWxlKHtcbiAgZGVjbGFyYXRpb25zOiBbVGV4dElucHV0RmllbGRNb2xlY3VsZV0sXG4gIGltcG9ydHM6IFtcbiAgICBDb21tb25Nb2R1bGUsXG4gICAgUmVhY3RpdmVGb3Jtc01vZHVsZSxcbiAgICAvLyBNYXRlcmlhbHNcbiAgICAvLyBNYXRGb3JtRmllbGRNb2R1bGUsXG4gICAgTWF0SW5wdXRNb2R1bGUsXG4gIF0sXG4gIGV4cG9ydHM6IFtUZXh0SW5wdXRGaWVsZE1vbGVjdWxlXSxcbiAgYm9vdHN0cmFwOiBbVGV4dElucHV0RmllbGRNb2xlY3VsZV0sXG59KVxuZXhwb3J0IGNsYXNzIFRleHRJbnB1dEZpZWxkTW9kdWxlIHsgfVxuIl19
|