@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
|
@@ -5,81 +5,6 @@ import * as i1 from "@angular/common";
|
|
|
5
5
|
import * as i2 from "@angular/forms";
|
|
6
6
|
import * as i3 from "@angular/material/form-field";
|
|
7
7
|
import * as i4 from "@angular/material/input";
|
|
8
|
-
function TextInputFieldMolecule_mat_form_field_1_mat_hint_4_Template(rf, ctx) { if (rf & 1) {
|
|
9
|
-
i0.ɵɵelementStart(0, "mat-hint");
|
|
10
|
-
i0.ɵɵtext(1);
|
|
11
|
-
i0.ɵɵelementEnd();
|
|
12
|
-
} if (rf & 2) {
|
|
13
|
-
const ctx_r3 = i0.ɵɵnextContext(2);
|
|
14
|
-
i0.ɵɵadvance(1);
|
|
15
|
-
i0.ɵɵtextInterpolate(ctx_r3.hint);
|
|
16
|
-
} }
|
|
17
|
-
function TextInputFieldMolecule_mat_form_field_1_Template(rf, ctx) { if (rf & 1) {
|
|
18
|
-
i0.ɵɵelementStart(0, "mat-form-field", 3)(1, "mat-label");
|
|
19
|
-
i0.ɵɵtext(2);
|
|
20
|
-
i0.ɵɵelementEnd();
|
|
21
|
-
i0.ɵɵelement(3, "input", 4);
|
|
22
|
-
i0.ɵɵtemplate(4, TextInputFieldMolecule_mat_form_field_1_mat_hint_4_Template, 2, 1, "mat-hint", 5);
|
|
23
|
-
i0.ɵɵelementEnd();
|
|
24
|
-
} if (rf & 2) {
|
|
25
|
-
const ctx_r0 = i0.ɵɵnextContext();
|
|
26
|
-
i0.ɵɵadvance(2);
|
|
27
|
-
i0.ɵɵtextInterpolate(ctx_r0.label);
|
|
28
|
-
i0.ɵɵadvance(1);
|
|
29
|
-
i0.ɵɵproperty("name", ctx_r0.name)("formControl", ctx_r0.control)("placeholder", ctx_r0.placeholder);
|
|
30
|
-
i0.ɵɵadvance(1);
|
|
31
|
-
i0.ɵɵproperty("ngIf", ctx_r0.hint);
|
|
32
|
-
} }
|
|
33
|
-
function TextInputFieldMolecule_mat_form_field_2_mat_hint_4_Template(rf, ctx) { if (rf & 1) {
|
|
34
|
-
i0.ɵɵelementStart(0, "mat-hint");
|
|
35
|
-
i0.ɵɵtext(1);
|
|
36
|
-
i0.ɵɵelementEnd();
|
|
37
|
-
} if (rf & 2) {
|
|
38
|
-
const ctx_r4 = i0.ɵɵnextContext(2);
|
|
39
|
-
i0.ɵɵadvance(1);
|
|
40
|
-
i0.ɵɵtextInterpolate(ctx_r4.hint);
|
|
41
|
-
} }
|
|
42
|
-
function TextInputFieldMolecule_mat_form_field_2_Template(rf, ctx) { if (rf & 1) {
|
|
43
|
-
i0.ɵɵelementStart(0, "mat-form-field", 3)(1, "mat-label");
|
|
44
|
-
i0.ɵɵtext(2);
|
|
45
|
-
i0.ɵɵelementEnd();
|
|
46
|
-
i0.ɵɵelement(3, "input", 6);
|
|
47
|
-
i0.ɵɵtemplate(4, TextInputFieldMolecule_mat_form_field_2_mat_hint_4_Template, 2, 1, "mat-hint", 5);
|
|
48
|
-
i0.ɵɵelementEnd();
|
|
49
|
-
} if (rf & 2) {
|
|
50
|
-
const ctx_r1 = i0.ɵɵnextContext();
|
|
51
|
-
i0.ɵɵadvance(2);
|
|
52
|
-
i0.ɵɵtextInterpolate(ctx_r1.label);
|
|
53
|
-
i0.ɵɵadvance(1);
|
|
54
|
-
i0.ɵɵproperty("name", ctx_r1.name)("formControl", ctx_r1.control)("placeholder", ctx_r1.placeholder);
|
|
55
|
-
i0.ɵɵadvance(1);
|
|
56
|
-
i0.ɵɵproperty("ngIf", ctx_r1.hint);
|
|
57
|
-
} }
|
|
58
|
-
function TextInputFieldMolecule_mat_form_field_3_mat_hint_4_Template(rf, ctx) { if (rf & 1) {
|
|
59
|
-
i0.ɵɵelementStart(0, "mat-hint");
|
|
60
|
-
i0.ɵɵtext(1);
|
|
61
|
-
i0.ɵɵelementEnd();
|
|
62
|
-
} if (rf & 2) {
|
|
63
|
-
const ctx_r5 = i0.ɵɵnextContext(2);
|
|
64
|
-
i0.ɵɵadvance(1);
|
|
65
|
-
i0.ɵɵtextInterpolate(ctx_r5.hint);
|
|
66
|
-
} }
|
|
67
|
-
function TextInputFieldMolecule_mat_form_field_3_Template(rf, ctx) { if (rf & 1) {
|
|
68
|
-
i0.ɵɵelementStart(0, "mat-form-field", 3)(1, "mat-label");
|
|
69
|
-
i0.ɵɵtext(2);
|
|
70
|
-
i0.ɵɵelementEnd();
|
|
71
|
-
i0.ɵɵelement(3, "input", 7);
|
|
72
|
-
i0.ɵɵtemplate(4, TextInputFieldMolecule_mat_form_field_3_mat_hint_4_Template, 2, 1, "mat-hint", 5);
|
|
73
|
-
i0.ɵɵelementEnd();
|
|
74
|
-
} if (rf & 2) {
|
|
75
|
-
const ctx_r2 = i0.ɵɵnextContext();
|
|
76
|
-
i0.ɵɵadvance(2);
|
|
77
|
-
i0.ɵɵtextInterpolate(ctx_r2.label);
|
|
78
|
-
i0.ɵɵadvance(1);
|
|
79
|
-
i0.ɵɵproperty("name", ctx_r2.name)("formControl", ctx_r2.control)("placeholder", ctx_r2.placeholder);
|
|
80
|
-
i0.ɵɵadvance(1);
|
|
81
|
-
i0.ɵɵproperty("ngIf", ctx_r2.hint);
|
|
82
|
-
} }
|
|
83
8
|
export class TextInputFieldMolecule {
|
|
84
9
|
constructor() {
|
|
85
10
|
this.type = 'text';
|
|
@@ -88,34 +13,22 @@ export class TextInputFieldMolecule {
|
|
|
88
13
|
this.placeholder = 'placeholder';
|
|
89
14
|
}
|
|
90
15
|
}
|
|
91
|
-
TextInputFieldMolecule.ɵfac =
|
|
92
|
-
TextInputFieldMolecule.ɵcmp =
|
|
93
|
-
|
|
94
|
-
|
|
95
|
-
|
|
96
|
-
|
|
97
|
-
|
|
98
|
-
|
|
99
|
-
|
|
100
|
-
|
|
101
|
-
|
|
102
|
-
|
|
103
|
-
|
|
104
|
-
|
|
105
|
-
|
|
106
|
-
|
|
107
|
-
|
|
108
|
-
|
|
109
|
-
|
|
110
|
-
}], name: [{
|
|
111
|
-
type: Input
|
|
112
|
-
}], label: [{
|
|
113
|
-
type: Input
|
|
114
|
-
}], control: [{
|
|
115
|
-
type: Input
|
|
116
|
-
}], placeholder: [{
|
|
117
|
-
type: Input
|
|
118
|
-
}], hint: [{
|
|
119
|
-
type: Input
|
|
120
|
-
}] }); })();
|
|
121
|
-
//# sourceMappingURL=data:application/json;base64,eyJ2ZXJzaW9uIjozLCJmaWxlIjoidGV4dC1pbnB1dC1maWVsZC5tb2xlY3VsZS5qcyIsInNvdXJjZVJvb3QiOiIiLCJzb3VyY2VzIjpbIi4uLy4uLy4uLy4uLy4uLy4uL2xpYnMvY29tcG9uZW50cy9zcmMvbW9sZWN1bGVzL3RleHQtaW5wdXQtZmllbGQvdGV4dC1pbnB1dC1maWVsZC5tb2xlY3VsZS50cyIsIi4uLy4uLy4uLy4uLy4uLy4uL2xpYnMvY29tcG9uZW50cy9zcmMvbW9sZWN1bGVzL3RleHQtaW5wdXQtZmllbGQvdGV4dC1pbnB1dC1maWVsZC5tb2xlY3VsZS5odG1sIl0sIm5hbWVzIjpbXSwibWFwcGluZ3MiOiJBQUFBLE9BQU8sRUFBRSx1QkFBdUIsRUFBRSxTQUFTLEVBQUUsS0FBSyxFQUFFLE1BQU0sZUFBZSxDQUFDO0FBQzFFLE9BQU8sRUFBRSxXQUFXLEVBQUUsTUFBTSx3QkFBd0IsQ0FBQzs7Ozs7OztJQ0tqRCxnQ0FBdUI7SUFBQSxZQUFVO0lBQUEsaUJBQVc7OztJQUFyQixlQUFVO0lBQVYsaUNBQVU7OztJQUpuQyx5Q0FBc0QsZ0JBQUE7SUFDekMsWUFBVztJQUFBLGlCQUFZO0lBQ2hDLDJCQUFnRztJQUVsRyxrR0FBNEM7SUFDOUMsaUJBQWlCOzs7SUFKSixlQUFXO0lBQVgsa0NBQVc7SUFDSixlQUFhO0lBQWIsa0NBQWEsK0JBQUEsbUNBQUE7SUFFcEIsZUFBVTtJQUFWLGtDQUFVOzs7SUFNckIsZ0NBQXVCO0lBQUEsWUFBVTtJQUFBLGlCQUFXOzs7SUFBckIsZUFBVTtJQUFWLGlDQUFVOzs7SUFKbkMseUNBQThELGdCQUFBO0lBQ2pELFlBQVc7SUFBQSxpQkFBWTtJQUNoQywyQkFBZ0c7SUFFbEcsa0dBQTRDO0lBQzlDLGlCQUFpQjs7O0lBSkosZUFBVztJQUFYLGtDQUFXO0lBQ0osZUFBYTtJQUFiLGtDQUFhLCtCQUFBLG1DQUFBO0lBRXBCLGVBQVU7SUFBVixrQ0FBVTs7O0lBTXJCLGdDQUF1QjtJQUFBLFlBQVU7SUFBQSxpQkFBVzs7O0lBQXJCLGVBQVU7SUFBVixpQ0FBVTs7O0lBSm5DLHlDQUFnRSxnQkFBQTtJQUNuRCxZQUFXO0lBQUEsaUJBQVk7SUFDaEMsMkJBQWtHO0lBRXBHLGtHQUE0QztJQUM5QyxpQkFBaUI7OztJQUpKLGVBQVc7SUFBWCxrQ0FBVztJQUNKLGVBQWE7SUFBYixrQ0FBYSwrQkFBQSxtQ0FBQTtJQUVwQixlQUFVO0lBQVYsa0NBQVU7O0FEUnpCLE1BQU0sT0FBTyxzQkFBc0I7SUFQbkM7UUFVRSxTQUFJLEdBQW1DLE1BQU0sQ0FBQztRQU05QyxVQUFLLEdBQUcsT0FBTyxDQUFDO1FBR2hCLFlBQU8sR0FBRyxJQUFJLFdBQVcsRUFBbUIsQ0FBQztRQUc3QyxnQkFBVyxHQUFHLGFBQWEsQ0FBQztLQUs3Qjs7NEZBcEJZLHNCQUFzQjt5RUFBdEIsc0JBQXNCO1FDVG5DLGdDQUFnQztRQUM5Qiw2RkFLaUI7UUFDakIsNkZBS2lCO1FBQ2pCLDZGQUtpQjtRQUNuQiwwQkFBZTs7UUFuQkQsbUNBQWlCO1FBT1osZUFBc0I7UUFBdEIsdUNBQXNCO1FBTXRCLGVBQXdCO1FBQXhCLHlDQUF3Qjs7dUZESjlCLHNCQUFzQjtjQVBsQyxTQUFTOzJCQUNFLDRCQUE0QixtQkFHckIsdUJBQXVCLENBQUMsTUFBTSxRQUN6QyxFQUFDLEtBQUssRUFBRSxnQkFBZ0IsRUFBQztnQkFLL0IsSUFBSTtrQkFESCxLQUFLO1lBSU4sSUFBSTtrQkFESCxLQUFLO1lBSU4sS0FBSztrQkFESixLQUFLO1lBSU4sT0FBTztrQkFETixLQUFLO1lBSU4sV0FBVztrQkFEVixLQUFLO1lBSU4sSUFBSTtrQkFESCxLQUFLIiwic291cmNlc0NvbnRlbnQiOlsiaW1wb3J0IHsgQ2hhbmdlRGV0ZWN0aW9uU3RyYXRlZ3ksIENvbXBvbmVudCwgSW5wdXQgfSBmcm9tICdAYW5ndWxhci9jb3JlJztcbmltcG9ydCB7IEZvcm1Db250cm9sIH0gZnJvbSAnQG5nbmVhdC9yZWFjdGl2ZS1mb3Jtcyc7XG5cbkBDb21wb25lbnQoe1xuICBzZWxlY3RvcjogJ21vbGVjdWxlcy10ZXh0LWlucHV0LWZpZWxkJyxcbiAgdGVtcGxhdGVVcmw6ICcuL3RleHQtaW5wdXQtZmllbGQubW9sZWN1bGUuaHRtbCcsXG4gIHN0eWxlVXJsczogWycuL3RleHQtaW5wdXQtZmllbGQubW9sZWN1bGUuc2NzcyddLFxuICBjaGFuZ2VEZXRlY3Rpb246IENoYW5nZURldGVjdGlvblN0cmF0ZWd5Lk9uUHVzaCxcbiAgaG9zdDoge2NsYXNzOiAnbW9sZWN1bGUgZmllbGQnfSxcbn0pXG5leHBvcnQgY2xhc3MgVGV4dElucHV0RmllbGRNb2xlY3VsZSB7XG5cbiAgQElucHV0KClcbiAgdHlwZTogJ3RleHQnIHwgJ251bWJlcicgfCAncGFzc3dvcmQnID0gJ3RleHQnO1xuXG4gIEBJbnB1dCgpXG4gIG5hbWU/OiBzdHJpbmc7XG5cbiAgQElucHV0KClcbiAgbGFiZWwgPSAnbGFiZWwnO1xuXG4gIEBJbnB1dCgpXG4gIGNvbnRyb2wgPSBuZXcgRm9ybUNvbnRyb2w8c3RyaW5nIHwgbnVtYmVyPigpO1xuXG4gIEBJbnB1dCgpXG4gIHBsYWNlaG9sZGVyID0gJ3BsYWNlaG9sZGVyJztcblxuICBASW5wdXQoKVxuICBoaW50Pzogc3RyaW5nO1xuXG59XG4iLCI8IS0tIEFUVEVOVElPTihub250YW5nZW50KTogPGlucHV0IG1hdElucHV0IGlzIG5vdCB3b3JrZWQgW3R5cGVdPVwidHlwZVwiPiAtLT5cbjxuZy1jb250YWluZXIgW25nU3dpdGNoXT1cInR5cGVcIj5cbiAgPG1hdC1mb3JtLWZpZWxkICpuZ1N3aXRjaERlZmF1bHQgYXBwZWFyYW5jZT1cIm91dGxpbmVcIj5cbiAgICA8bWF0LWxhYmVsPnt7IGxhYmVsIH19PC9tYXQtbGFiZWw+XG4gICAgICA8aW5wdXQgbWF0SW5wdXQgW25hbWVdPVwibmFtZVwiIHR5cGU9XCJzdHJpbmdcIiBbZm9ybUNvbnRyb2xdPVwiY29udHJvbFwiIFtwbGFjZWhvbGRlcl09XCJwbGFjZWhvbGRlclwiPlxuICAgIDwhLS0gPG1hdC1pY29uIG1hdFN1ZmZpeD5zZW50aW1lbnRfdmVyeV9zYXRpc2ZpZWQ8L21hdC1pY29uPiAtLT5cbiAgICA8bWF0LWhpbnQgKm5nSWY9XCJoaW50XCI+e3sgaGludCB9fTwvbWF0LWhpbnQ+XG4gIDwvbWF0LWZvcm0tZmllbGQ+XG4gIDxtYXQtZm9ybS1maWVsZCAqbmdTd2l0Y2hDYXNlPVwiJ251bWJlcidcIiBhcHBlYXJhbmNlPVwib3V0bGluZVwiPlxuICAgIDxtYXQtbGFiZWw+e3sgbGFiZWwgfX08L21hdC1sYWJlbD5cbiAgICAgIDxpbnB1dCBtYXRJbnB1dCBbbmFtZV09XCJuYW1lXCIgdHlwZT1cIm51bWJlclwiIFtmb3JtQ29udHJvbF09XCJjb250cm9sXCIgW3BsYWNlaG9sZGVyXT1cInBsYWNlaG9sZGVyXCI+XG4gICAgPCEtLSA8bWF0LWljb24gbWF0U3VmZml4PnNlbnRpbWVudF92ZXJ5X3NhdGlzZmllZDwvbWF0LWljb24+IC0tPlxuICAgIDxtYXQtaGludCAqbmdJZj1cImhpbnRcIj57eyBoaW50IH19PC9tYXQtaGludD5cbiAgPC9tYXQtZm9ybS1maWVsZD5cbiAgPG1hdC1mb3JtLWZpZWxkICpuZ1N3aXRjaENhc2U9XCIncGFzc3dvcmQnXCIgYXBwZWFyYW5jZT1cIm91dGxpbmVcIj5cbiAgICA8bWF0LWxhYmVsPnt7IGxhYmVsIH19PC9tYXQtbGFiZWw+XG4gICAgICA8aW5wdXQgbWF0SW5wdXQgW25hbWVdPVwibmFtZVwiIHR5cGU9XCJwYXNzd29yZFwiIFtmb3JtQ29udHJvbF09XCJjb250cm9sXCIgW3BsYWNlaG9sZGVyXT1cInBsYWNlaG9sZGVyXCI+XG4gICAgPCEtLSA8bWF0LWljb24gbWF0U3VmZml4PnNlbnRpbWVudF92ZXJ5X3NhdGlzZmllZDwvbWF0LWljb24+IC0tPlxuICAgIDxtYXQtaGludCAqbmdJZj1cImhpbnRcIj57eyBoaW50IH19PC9tYXQtaGludD5cbiAgPC9tYXQtZm9ybS1maWVsZD5cbjwvbmctY29udGFpbmVyPlxuIl19
|
|
16
|
+
TextInputFieldMolecule.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "14.2.9", ngImport: i0, type: TextInputFieldMolecule, deps: [], target: i0.ɵɵFactoryTarget.Component });
|
|
17
|
+
TextInputFieldMolecule.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "14.2.9", type: TextInputFieldMolecule, selector: "molecules-text-input-field", inputs: { type: "type", name: "name", label: "label", control: "control", placeholder: "placeholder", hint: "hint" }, host: { classAttribute: "molecule field" }, ngImport: i0, template: "<!-- ATTENTION(nontangent): <input matInput is not worked [type]=\"type\"> -->\n<ng-container [ngSwitch]=\"type\">\n <mat-form-field *ngSwitchDefault appearance=\"outline\">\n <mat-label>{{ label }}</mat-label>\n <input matInput [name]=\"name\" type=\"string\" [formControl]=\"control\" [placeholder]=\"placeholder\">\n <!-- <mat-icon matSuffix>sentiment_very_satisfied</mat-icon> -->\n <mat-hint *ngIf=\"hint\">{{ hint }}</mat-hint>\n </mat-form-field>\n <mat-form-field *ngSwitchCase=\"'number'\" appearance=\"outline\">\n <mat-label>{{ label }}</mat-label>\n <input matInput [name]=\"name\" type=\"number\" [formControl]=\"control\" [placeholder]=\"placeholder\">\n <!-- <mat-icon matSuffix>sentiment_very_satisfied</mat-icon> -->\n <mat-hint *ngIf=\"hint\">{{ hint }}</mat-hint>\n </mat-form-field>\n <mat-form-field *ngSwitchCase=\"'password'\" appearance=\"outline\">\n <mat-label>{{ label }}</mat-label>\n <input matInput [name]=\"name\" type=\"password\" [formControl]=\"control\" [placeholder]=\"placeholder\">\n <!-- <mat-icon matSuffix>sentiment_very_satisfied</mat-icon> -->\n <mat-hint *ngIf=\"hint\">{{ hint }}</mat-hint>\n </mat-form-field>\n</ng-container>\n", styles: [":host{display:block;width:100%}:host mat-form-field{width:100%}\n"], dependencies: [{ kind: "directive", type: i1.NgIf, selector: "[ngIf]", inputs: ["ngIf", "ngIfThen", "ngIfElse"] }, { kind: "directive", type: i1.NgSwitch, selector: "[ngSwitch]", inputs: ["ngSwitch"] }, { kind: "directive", type: i1.NgSwitchCase, selector: "[ngSwitchCase]", inputs: ["ngSwitchCase"] }, { kind: "directive", type: i1.NgSwitchDefault, selector: "[ngSwitchDefault]" }, { kind: "directive", type: i2.DefaultValueAccessor, selector: "input:not([type=checkbox])[formControlName],textarea[formControlName],input:not([type=checkbox])[formControl],textarea[formControl],input:not([type=checkbox])[ngModel],textarea[ngModel],[ngDefaultControl]" }, { kind: "directive", type: i2.NumberValueAccessor, selector: "input[type=number][formControlName],input[type=number][formControl],input[type=number][ngModel]" }, { 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.MatHint, selector: "mat-hint", inputs: ["align", "id"] }, { kind: "directive", type: i3.MatLabel, selector: "mat-label" }, { kind: "directive", type: i4.MatInput, selector: "input[matInput], textarea[matInput], select[matNativeControl], input[matNativeControl], textarea[matNativeControl]", inputs: ["disabled", "id", "placeholder", "name", "required", "type", "errorStateMatcher", "aria-describedby", "value", "readonly"], exportAs: ["matInput"] }], changeDetection: i0.ChangeDetectionStrategy.OnPush });
|
|
18
|
+
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "14.2.9", ngImport: i0, type: TextInputFieldMolecule, decorators: [{
|
|
19
|
+
type: Component,
|
|
20
|
+
args: [{ selector: 'molecules-text-input-field', changeDetection: ChangeDetectionStrategy.OnPush, host: { class: 'molecule field' }, template: "<!-- ATTENTION(nontangent): <input matInput is not worked [type]=\"type\"> -->\n<ng-container [ngSwitch]=\"type\">\n <mat-form-field *ngSwitchDefault appearance=\"outline\">\n <mat-label>{{ label }}</mat-label>\n <input matInput [name]=\"name\" type=\"string\" [formControl]=\"control\" [placeholder]=\"placeholder\">\n <!-- <mat-icon matSuffix>sentiment_very_satisfied</mat-icon> -->\n <mat-hint *ngIf=\"hint\">{{ hint }}</mat-hint>\n </mat-form-field>\n <mat-form-field *ngSwitchCase=\"'number'\" appearance=\"outline\">\n <mat-label>{{ label }}</mat-label>\n <input matInput [name]=\"name\" type=\"number\" [formControl]=\"control\" [placeholder]=\"placeholder\">\n <!-- <mat-icon matSuffix>sentiment_very_satisfied</mat-icon> -->\n <mat-hint *ngIf=\"hint\">{{ hint }}</mat-hint>\n </mat-form-field>\n <mat-form-field *ngSwitchCase=\"'password'\" appearance=\"outline\">\n <mat-label>{{ label }}</mat-label>\n <input matInput [name]=\"name\" type=\"password\" [formControl]=\"control\" [placeholder]=\"placeholder\">\n <!-- <mat-icon matSuffix>sentiment_very_satisfied</mat-icon> -->\n <mat-hint *ngIf=\"hint\">{{ hint }}</mat-hint>\n </mat-form-field>\n</ng-container>\n", styles: [":host{display:block;width:100%}:host mat-form-field{width:100%}\n"] }]
|
|
21
|
+
}], propDecorators: { type: [{
|
|
22
|
+
type: Input
|
|
23
|
+
}], name: [{
|
|
24
|
+
type: Input
|
|
25
|
+
}], label: [{
|
|
26
|
+
type: Input
|
|
27
|
+
}], control: [{
|
|
28
|
+
type: Input
|
|
29
|
+
}], placeholder: [{
|
|
30
|
+
type: Input
|
|
31
|
+
}], hint: [{
|
|
32
|
+
type: Input
|
|
33
|
+
}] } });
|
|
34
|
+
//# sourceMappingURL=data:application/json;base64,eyJ2ZXJzaW9uIjozLCJmaWxlIjoidGV4dC1pbnB1dC1maWVsZC5tb2xlY3VsZS5qcyIsInNvdXJjZVJvb3QiOiIiLCJzb3VyY2VzIjpbIi4uLy4uLy4uLy4uLy4uLy4uLy4uL3BhY2thZ2VzL0BuZy1hdG9taWMvY29tcG9uZW50cy9zcmMvbW9sZWN1bGVzL3RleHQtaW5wdXQtZmllbGQvdGV4dC1pbnB1dC1maWVsZC5tb2xlY3VsZS50cyIsIi4uLy4uLy4uLy4uLy4uLy4uLy4uL3BhY2thZ2VzL0BuZy1hdG9taWMvY29tcG9uZW50cy9zcmMvbW9sZWN1bGVzL3RleHQtaW5wdXQtZmllbGQvdGV4dC1pbnB1dC1maWVsZC5tb2xlY3VsZS5odG1sIl0sIm5hbWVzIjpbXSwibWFwcGluZ3MiOiJBQUFBLE9BQU8sRUFBRSx1QkFBdUIsRUFBRSxTQUFTLEVBQUUsS0FBSyxFQUFFLE1BQU0sZUFBZSxDQUFDO0FBQzFFLE9BQU8sRUFBRSxXQUFXLEVBQUUsTUFBTSx3QkFBd0IsQ0FBQzs7Ozs7O0FBU3JELE1BQU0sT0FBTyxzQkFBc0I7SUFQbkM7UUFVRSxTQUFJLEdBQW1DLE1BQU0sQ0FBQztRQU05QyxVQUFLLEdBQUcsT0FBTyxDQUFDO1FBR2hCLFlBQU8sR0FBRyxJQUFJLFdBQVcsRUFBbUIsQ0FBQztRQUc3QyxnQkFBVyxHQUFHLGFBQWEsQ0FBQztLQUs3Qjs7bUhBcEJZLHNCQUFzQjt1R0FBdEIsc0JBQXNCLG9PQ1ZuQyx3c0NBcUJBOzJGRFhhLHNCQUFzQjtrQkFQbEMsU0FBUzsrQkFDRSw0QkFBNEIsbUJBR3JCLHVCQUF1QixDQUFDLE1BQU0sUUFDekMsRUFBQyxLQUFLLEVBQUUsZ0JBQWdCLEVBQUM7OEJBSy9CLElBQUk7c0JBREgsS0FBSztnQkFJTixJQUFJO3NCQURILEtBQUs7Z0JBSU4sS0FBSztzQkFESixLQUFLO2dCQUlOLE9BQU87c0JBRE4sS0FBSztnQkFJTixXQUFXO3NCQURWLEtBQUs7Z0JBSU4sSUFBSTtzQkFESCxLQUFLIiwic291cmNlc0NvbnRlbnQiOlsiaW1wb3J0IHsgQ2hhbmdlRGV0ZWN0aW9uU3RyYXRlZ3ksIENvbXBvbmVudCwgSW5wdXQgfSBmcm9tICdAYW5ndWxhci9jb3JlJztcbmltcG9ydCB7IEZvcm1Db250cm9sIH0gZnJvbSAnQG5nbmVhdC9yZWFjdGl2ZS1mb3Jtcyc7XG5cbkBDb21wb25lbnQoe1xuICBzZWxlY3RvcjogJ21vbGVjdWxlcy10ZXh0LWlucHV0LWZpZWxkJyxcbiAgdGVtcGxhdGVVcmw6ICcuL3RleHQtaW5wdXQtZmllbGQubW9sZWN1bGUuaHRtbCcsXG4gIHN0eWxlVXJsczogWycuL3RleHQtaW5wdXQtZmllbGQubW9sZWN1bGUuc2NzcyddLFxuICBjaGFuZ2VEZXRlY3Rpb246IENoYW5nZURldGVjdGlvblN0cmF0ZWd5Lk9uUHVzaCxcbiAgaG9zdDoge2NsYXNzOiAnbW9sZWN1bGUgZmllbGQnfSxcbn0pXG5leHBvcnQgY2xhc3MgVGV4dElucHV0RmllbGRNb2xlY3VsZSB7XG5cbiAgQElucHV0KClcbiAgdHlwZTogJ3RleHQnIHwgJ251bWJlcicgfCAncGFzc3dvcmQnID0gJ3RleHQnO1xuXG4gIEBJbnB1dCgpXG4gIG5hbWU/OiBzdHJpbmc7XG5cbiAgQElucHV0KClcbiAgbGFiZWwgPSAnbGFiZWwnO1xuXG4gIEBJbnB1dCgpXG4gIGNvbnRyb2wgPSBuZXcgRm9ybUNvbnRyb2w8c3RyaW5nIHwgbnVtYmVyPigpO1xuXG4gIEBJbnB1dCgpXG4gIHBsYWNlaG9sZGVyID0gJ3BsYWNlaG9sZGVyJztcblxuICBASW5wdXQoKVxuICBoaW50Pzogc3RyaW5nO1xuXG59XG4iLCI8IS0tIEFUVEVOVElPTihub250YW5nZW50KTogPGlucHV0IG1hdElucHV0IGlzIG5vdCB3b3JrZWQgW3R5cGVdPVwidHlwZVwiPiAtLT5cbjxuZy1jb250YWluZXIgW25nU3dpdGNoXT1cInR5cGVcIj5cbiAgPG1hdC1mb3JtLWZpZWxkICpuZ1N3aXRjaERlZmF1bHQgYXBwZWFyYW5jZT1cIm91dGxpbmVcIj5cbiAgICA8bWF0LWxhYmVsPnt7IGxhYmVsIH19PC9tYXQtbGFiZWw+XG4gICAgICA8aW5wdXQgbWF0SW5wdXQgW25hbWVdPVwibmFtZVwiIHR5cGU9XCJzdHJpbmdcIiBbZm9ybUNvbnRyb2xdPVwiY29udHJvbFwiIFtwbGFjZWhvbGRlcl09XCJwbGFjZWhvbGRlclwiPlxuICAgIDwhLS0gPG1hdC1pY29uIG1hdFN1ZmZpeD5zZW50aW1lbnRfdmVyeV9zYXRpc2ZpZWQ8L21hdC1pY29uPiAtLT5cbiAgICA8bWF0LWhpbnQgKm5nSWY9XCJoaW50XCI+e3sgaGludCB9fTwvbWF0LWhpbnQ+XG4gIDwvbWF0LWZvcm0tZmllbGQ+XG4gIDxtYXQtZm9ybS1maWVsZCAqbmdTd2l0Y2hDYXNlPVwiJ251bWJlcidcIiBhcHBlYXJhbmNlPVwib3V0bGluZVwiPlxuICAgIDxtYXQtbGFiZWw+e3sgbGFiZWwgfX08L21hdC1sYWJlbD5cbiAgICAgIDxpbnB1dCBtYXRJbnB1dCBbbmFtZV09XCJuYW1lXCIgdHlwZT1cIm51bWJlclwiIFtmb3JtQ29udHJvbF09XCJjb250cm9sXCIgW3BsYWNlaG9sZGVyXT1cInBsYWNlaG9sZGVyXCI+XG4gICAgPCEtLSA8bWF0LWljb24gbWF0U3VmZml4PnNlbnRpbWVudF92ZXJ5X3NhdGlzZmllZDwvbWF0LWljb24+IC0tPlxuICAgIDxtYXQtaGludCAqbmdJZj1cImhpbnRcIj57eyBoaW50IH19PC9tYXQtaGludD5cbiAgPC9tYXQtZm9ybS1maWVsZD5cbiAgPG1hdC1mb3JtLWZpZWxkICpuZ1N3aXRjaENhc2U9XCIncGFzc3dvcmQnXCIgYXBwZWFyYW5jZT1cIm91dGxpbmVcIj5cbiAgICA8bWF0LWxhYmVsPnt7IGxhYmVsIH19PC9tYXQtbGFiZWw+XG4gICAgICA8aW5wdXQgbWF0SW5wdXQgW25hbWVdPVwibmFtZVwiIHR5cGU9XCJwYXNzd29yZFwiIFtmb3JtQ29udHJvbF09XCJjb250cm9sXCIgW3BsYWNlaG9sZGVyXT1cInBsYWNlaG9sZGVyXCI+XG4gICAgPCEtLSA8bWF0LWljb24gbWF0U3VmZml4PnNlbnRpbWVudF92ZXJ5X3NhdGlzZmllZDwvbWF0LWljb24+IC0tPlxuICAgIDxtYXQtaGludCAqbmdJZj1cImhpbnRcIj57eyBoaW50IH19PC9tYXQtaGludD5cbiAgPC9tYXQtZm9ybS1maWVsZD5cbjwvbmctY29udGFpbmVyPlxuIl19
|
|
@@ -1,3 +1,3 @@
|
|
|
1
1
|
export { TextareaFieldMolecule } from './textarea-field.molecule';
|
|
2
2
|
export { TextareaFieldModule } from './textarea-field.module';
|
|
3
|
-
//# sourceMappingURL=data:application/json;base64,
|
|
3
|
+
//# sourceMappingURL=data:application/json;base64,eyJ2ZXJzaW9uIjozLCJmaWxlIjoiaW5kZXguanMiLCJzb3VyY2VSb290IjoiIiwic291cmNlcyI6WyIuLi8uLi8uLi8uLi8uLi8uLi8uLi9wYWNrYWdlcy9AbmctYXRvbWljL2NvbXBvbmVudHMvc3JjL21vbGVjdWxlcy90ZXh0YXJlYS1maWVsZC9pbmRleC50cyJdLCJuYW1lcyI6W10sIm1hcHBpbmdzIjoiQUFBQSxPQUFPLEVBQUUscUJBQXFCLEVBQUUsTUFBTSwyQkFBMkIsQ0FBQztBQUNsRSxPQUFPLEVBQUUsbUJBQW1CLEVBQUUsTUFBTSx5QkFBeUIsQ0FBQyIsInNvdXJjZXNDb250ZW50IjpbImV4cG9ydCB7IFRleHRhcmVhRmllbGRNb2xlY3VsZSB9IGZyb20gJy4vdGV4dGFyZWEtZmllbGQubW9sZWN1bGUnO1xuZXhwb3J0IHsgVGV4dGFyZWFGaWVsZE1vZHVsZSB9IGZyb20gJy4vdGV4dGFyZWEtZmllbGQubW9kdWxlJztcbiJdfQ==
|
|
@@ -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,eyJ2ZXJzaW9uIjozLCJmaWxlIjoibmctYXRvbWljLWNvbXBvbmVudHMtbW9sZWN1bGVzLXRleHRhcmVhLWZpZWxkLmpzIiwic291cmNlUm9vdCI6IiIsInNvdXJjZXMiOlsiLi4vLi4vLi4vLi4vLi4vLi4vLi4vcGFja2FnZXMvQG5nLWF0b21pYy9jb21wb25lbnRzL3NyYy9tb2xlY3VsZXMvdGV4dGFyZWEtZmllbGQvbmctYXRvbWljLWNvbXBvbmVudHMtbW9sZWN1bGVzLXRleHRhcmVhLWZpZWxkLnRzIl0sIm5hbWVzIjpbXSwibWFwcGluZ3MiOiJBQUFBOztHQUVHO0FBRUgsY0FBYyxTQUFTLENBQUMiLCJzb3VyY2VzQ29udGVudCI6WyIvKipcbiAqIEdlbmVyYXRlZCBidW5kbGUgaW5kZXguIERvIG5vdCBlZGl0LlxuICovXG5cbmV4cG9ydCAqIGZyb20gJy4vaW5kZXgnO1xuIl19
|
|
@@ -5,25 +5,24 @@ import { TextareaFieldMolecule } from './textarea-field.molecule';
|
|
|
5
5
|
import * as i0 from "@angular/core";
|
|
6
6
|
export class TextareaFieldModule {
|
|
7
7
|
}
|
|
8
|
-
TextareaFieldModule.ɵfac =
|
|
9
|
-
TextareaFieldModule.ɵmod =
|
|
10
|
-
TextareaFieldModule.ɵinj = /*@__PURE__*/ i0.ɵɵdefineInjector({ imports: [CommonModule,
|
|
8
|
+
TextareaFieldModule.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "14.2.9", ngImport: i0, type: TextareaFieldModule, deps: [], target: i0.ɵɵFactoryTarget.NgModule });
|
|
9
|
+
TextareaFieldModule.ɵmod = i0.ɵɵngDeclareNgModule({ minVersion: "14.0.0", version: "14.2.9", ngImport: i0, type: TextareaFieldModule, bootstrap: [TextareaFieldMolecule], declarations: [TextareaFieldMolecule], imports: [CommonModule,
|
|
11
10
|
// Material
|
|
12
|
-
MatInputModule] });
|
|
13
|
-
|
|
14
|
-
type: NgModule,
|
|
15
|
-
args: [{
|
|
16
|
-
declarations: [TextareaFieldMolecule],
|
|
17
|
-
imports: [
|
|
18
|
-
CommonModule,
|
|
19
|
-
// Material
|
|
20
|
-
MatInputModule,
|
|
21
|
-
],
|
|
22
|
-
exports: [TextareaFieldMolecule],
|
|
23
|
-
bootstrap: [TextareaFieldMolecule],
|
|
24
|
-
}]
|
|
25
|
-
}], null, null); })();
|
|
26
|
-
(function () { (typeof ngJitMode === "undefined" || ngJitMode) && i0.ɵɵsetNgModuleScope(TextareaFieldModule, { declarations: [TextareaFieldMolecule], imports: [CommonModule,
|
|
11
|
+
MatInputModule], exports: [TextareaFieldMolecule] });
|
|
12
|
+
TextareaFieldModule.ɵinj = i0.ɵɵngDeclareInjector({ minVersion: "12.0.0", version: "14.2.9", ngImport: i0, type: TextareaFieldModule, imports: [CommonModule,
|
|
27
13
|
// Material
|
|
28
|
-
MatInputModule]
|
|
29
|
-
|
|
14
|
+
MatInputModule] });
|
|
15
|
+
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "14.2.9", ngImport: i0, type: TextareaFieldModule, decorators: [{
|
|
16
|
+
type: NgModule,
|
|
17
|
+
args: [{
|
|
18
|
+
declarations: [TextareaFieldMolecule],
|
|
19
|
+
imports: [
|
|
20
|
+
CommonModule,
|
|
21
|
+
// Material
|
|
22
|
+
MatInputModule,
|
|
23
|
+
],
|
|
24
|
+
exports: [TextareaFieldMolecule],
|
|
25
|
+
bootstrap: [TextareaFieldMolecule],
|
|
26
|
+
}]
|
|
27
|
+
}] });
|
|
28
|
+
//# sourceMappingURL=data:application/json;base64,eyJ2ZXJzaW9uIjozLCJmaWxlIjoidGV4dGFyZWEtZmllbGQubW9kdWxlLmpzIiwic291cmNlUm9vdCI6IiIsInNvdXJjZXMiOlsiLi4vLi4vLi4vLi4vLi4vLi4vLi4vcGFja2FnZXMvQG5nLWF0b21pYy9jb21wb25lbnRzL3NyYy9tb2xlY3VsZXMvdGV4dGFyZWEtZmllbGQvdGV4dGFyZWEtZmllbGQubW9kdWxlLnRzIl0sIm5hbWVzIjpbXSwibWFwcGluZ3MiOiJBQUFBLE9BQU8sRUFBRSxRQUFRLEVBQUUsTUFBTSxlQUFlLENBQUM7QUFDekMsT0FBTyxFQUFFLFlBQVksRUFBRSxNQUFNLGlCQUFpQixDQUFDO0FBQy9DLE9BQU8sRUFBRSxjQUFjLEVBQUUsTUFBTSx5QkFBeUIsQ0FBQztBQUV6RCxPQUFPLEVBQUUscUJBQXFCLEVBQUUsTUFBTSwyQkFBMkIsQ0FBQzs7QUFhbEUsTUFBTSxPQUFPLG1CQUFtQjs7Z0hBQW5CLG1CQUFtQjtpSEFBbkIsbUJBQW1CLGNBRmxCLHFCQUFxQixrQkFQbEIscUJBQXFCLGFBRWxDLFlBQVk7UUFDWixXQUFXO1FBQ1gsY0FBYyxhQUVOLHFCQUFxQjtpSEFHcEIsbUJBQW1CLFlBUDVCLFlBQVk7UUFDWixXQUFXO1FBQ1gsY0FBYzsyRkFLTCxtQkFBbUI7a0JBVi9CLFFBQVE7bUJBQUM7b0JBQ1IsWUFBWSxFQUFFLENBQUMscUJBQXFCLENBQUM7b0JBQ3JDLE9BQU8sRUFBRTt3QkFDUCxZQUFZO3dCQUNaLFdBQVc7d0JBQ1gsY0FBYztxQkFDZjtvQkFDRCxPQUFPLEVBQUUsQ0FBQyxxQkFBcUIsQ0FBQztvQkFDaEMsU0FBUyxFQUFFLENBQUMscUJBQXFCLENBQUM7aUJBQ25DIiwic291cmNlc0NvbnRlbnQiOlsiaW1wb3J0IHsgTmdNb2R1bGUgfSBmcm9tICdAYW5ndWxhci9jb3JlJztcbmltcG9ydCB7IENvbW1vbk1vZHVsZSB9IGZyb20gJ0Bhbmd1bGFyL2NvbW1vbic7XG5pbXBvcnQgeyBNYXRJbnB1dE1vZHVsZSB9IGZyb20gJ0Bhbmd1bGFyL21hdGVyaWFsL2lucHV0JztcblxuaW1wb3J0IHsgVGV4dGFyZWFGaWVsZE1vbGVjdWxlIH0gZnJvbSAnLi90ZXh0YXJlYS1maWVsZC5tb2xlY3VsZSc7XG5cblxuQE5nTW9kdWxlKHtcbiAgZGVjbGFyYXRpb25zOiBbVGV4dGFyZWFGaWVsZE1vbGVjdWxlXSxcbiAgaW1wb3J0czogW1xuICAgIENvbW1vbk1vZHVsZSxcbiAgICAvLyBNYXRlcmlhbFxuICAgIE1hdElucHV0TW9kdWxlLFxuICBdLFxuICBleHBvcnRzOiBbVGV4dGFyZWFGaWVsZE1vbGVjdWxlXSxcbiAgYm9vdHN0cmFwOiBbVGV4dGFyZWFGaWVsZE1vbGVjdWxlXSxcbn0pXG5leHBvcnQgY2xhc3MgVGV4dGFyZWFGaWVsZE1vZHVsZSB7IH1cbiJdfQ==
|
|
@@ -3,45 +3,22 @@ import * as i0 from "@angular/core";
|
|
|
3
3
|
import * as i1 from "@angular/common";
|
|
4
4
|
import * as i2 from "@angular/material/form-field";
|
|
5
5
|
import * as i3 from "@angular/material/input";
|
|
6
|
-
function TextareaFieldMolecule_mat_hint_4_Template(rf, ctx) { if (rf & 1) {
|
|
7
|
-
i0.ɵɵelementStart(0, "mat-hint");
|
|
8
|
-
i0.ɵɵtext(1);
|
|
9
|
-
i0.ɵɵelementEnd();
|
|
10
|
-
} if (rf & 2) {
|
|
11
|
-
const ctx_r0 = i0.ɵɵnextContext();
|
|
12
|
-
i0.ɵɵadvance(1);
|
|
13
|
-
i0.ɵɵtextInterpolate(ctx_r0.hint);
|
|
14
|
-
} }
|
|
15
6
|
export class TextareaFieldMolecule {
|
|
16
7
|
constructor() {
|
|
17
8
|
this.label = 'label';
|
|
18
9
|
this.placeholder = 'placeholder';
|
|
19
10
|
}
|
|
20
11
|
}
|
|
21
|
-
TextareaFieldMolecule.ɵfac =
|
|
22
|
-
TextareaFieldMolecule.ɵcmp =
|
|
23
|
-
|
|
24
|
-
|
|
25
|
-
|
|
26
|
-
|
|
27
|
-
|
|
28
|
-
|
|
29
|
-
|
|
30
|
-
|
|
31
|
-
|
|
32
|
-
|
|
33
|
-
|
|
34
|
-
i0.ɵɵadvance(1);
|
|
35
|
-
i0.ɵɵproperty("ngIf", ctx.hint);
|
|
36
|
-
} }, dependencies: [i1.NgIf, i2.MatFormField, i2.MatHint, i2.MatLabel, i3.MatInput], styles: ["[_nghost-%COMP%]{display:block;width:100%}[_nghost-%COMP%] mat-form-field[_ngcontent-%COMP%]{width:100%}"], changeDetection: 0 });
|
|
37
|
-
(function () { (typeof ngDevMode === "undefined" || ngDevMode) && i0.ɵsetClassMetadata(TextareaFieldMolecule, [{
|
|
38
|
-
type: Component,
|
|
39
|
-
args: [{ selector: 'molecules-textarea-field', changeDetection: ChangeDetectionStrategy.OnPush, host: { class: 'molecule field' }, template: "<mat-form-field class=\"example-full-width\">\n <mat-label>{{ label }}</mat-label>\n <textarea matInput [placeholder]=\"placeholder\" rows=\"10\"></textarea>\n <mat-hint *ngIf=\"hint\">{{ hint }}</mat-hint>\n</mat-form-field>", styles: [":host{display:block;width:100%}:host mat-form-field{width:100%}\n"] }]
|
|
40
|
-
}], null, { label: [{
|
|
41
|
-
type: Input
|
|
42
|
-
}], hint: [{
|
|
43
|
-
type: Input
|
|
44
|
-
}], placeholder: [{
|
|
45
|
-
type: Input
|
|
46
|
-
}] }); })();
|
|
47
|
-
//# sourceMappingURL=data:application/json;base64,eyJ2ZXJzaW9uIjozLCJmaWxlIjoidGV4dGFyZWEtZmllbGQubW9sZWN1bGUuanMiLCJzb3VyY2VSb290IjoiIiwic291cmNlcyI6WyIuLi8uLi8uLi8uLi8uLi8uLi9saWJzL2NvbXBvbmVudHMvc3JjL21vbGVjdWxlcy90ZXh0YXJlYS1maWVsZC90ZXh0YXJlYS1maWVsZC5tb2xlY3VsZS50cyIsIi4uLy4uLy4uLy4uLy4uLy4uL2xpYnMvY29tcG9uZW50cy9zcmMvbW9sZWN1bGVzL3RleHRhcmVhLWZpZWxkL3RleHRhcmVhLWZpZWxkLm1vbGVjdWxlLmh0bWwiXSwibmFtZXMiOltdLCJtYXBwaW5ncyI6IkFBQUEsT0FBTyxFQUFFLHVCQUF1QixFQUFFLFNBQVMsRUFBRSxLQUFLLEVBQUUsTUFBTSxlQUFlLENBQUM7Ozs7OztJQ0d4RSxnQ0FBdUI7SUFBQSxZQUFVO0lBQUEsaUJBQVc7OztJQUFyQixlQUFVO0lBQVYsaUNBQVU7O0FETW5DLE1BQU0sT0FBTyxxQkFBcUI7SUFQbEM7UUFVRSxVQUFLLEdBQUcsT0FBTyxDQUFDO1FBTWhCLGdCQUFXLEdBQUcsYUFBYSxDQUFDO0tBRTdCOzswRkFYWSxxQkFBcUI7d0VBQXJCLHFCQUFxQjtRQ1RsQyx5Q0FBMkMsZ0JBQUE7UUFDOUIsWUFBVztRQUFBLGlCQUFZO1FBQ2xDLDhCQUFvRTtRQUNwRSxnRkFBNEM7UUFDOUMsaUJBQWlCOztRQUhKLGVBQVc7UUFBWCwrQkFBVztRQUNILGVBQTJCO1FBQTNCLDZDQUEyQjtRQUNuQyxlQUFVO1FBQVYsK0JBQVU7O3VGRE1WLHFCQUFxQjtjQVBqQyxTQUFTOzJCQUNFLDBCQUEwQixtQkFHbkIsdUJBQXVCLENBQUMsTUFBTSxRQUN6QyxFQUFDLEtBQUssRUFBRSxnQkFBZ0IsRUFBQztnQkFLL0IsS0FBSztrQkFESixLQUFLO1lBSU4sSUFBSTtrQkFESCxLQUFLO1lBSU4sV0FBVztrQkFEVixLQUFLIiwic291cmNlc0NvbnRlbnQiOlsiaW1wb3J0IHsgQ2hhbmdlRGV0ZWN0aW9uU3RyYXRlZ3ksIENvbXBvbmVudCwgSW5wdXQgfSBmcm9tICdAYW5ndWxhci9jb3JlJztcblxuQENvbXBvbmVudCh7XG4gIHNlbGVjdG9yOiAnbW9sZWN1bGVzLXRleHRhcmVhLWZpZWxkJyxcbiAgdGVtcGxhdGVVcmw6ICcuL3RleHRhcmVhLWZpZWxkLm1vbGVjdWxlLmh0bWwnLFxuICBzdHlsZVVybHM6IFsnLi90ZXh0YXJlYS1maWVsZC5tb2xlY3VsZS5zY3NzJ10sXG4gIGNoYW5nZURldGVjdGlvbjogQ2hhbmdlRGV0ZWN0aW9uU3RyYXRlZ3kuT25QdXNoLFxuICBob3N0OiB7Y2xhc3M6ICdtb2xlY3VsZSBmaWVsZCd9LFxufSlcbmV4cG9ydCBjbGFzcyBUZXh0YXJlYUZpZWxkTW9sZWN1bGUge1xuXG4gIEBJbnB1dCgpXG4gIGxhYmVsID0gJ2xhYmVsJztcblxuICBASW5wdXQoKVxuICBoaW50Pzogc3RyaW5nO1xuXG4gIEBJbnB1dCgpXG4gIHBsYWNlaG9sZGVyID0gJ3BsYWNlaG9sZGVyJztcblxufVxuIiwiPG1hdC1mb3JtLWZpZWxkIGNsYXNzPVwiZXhhbXBsZS1mdWxsLXdpZHRoXCI+XG4gIDxtYXQtbGFiZWw+e3sgbGFiZWwgfX08L21hdC1sYWJlbD5cbiAgPHRleHRhcmVhIG1hdElucHV0IFtwbGFjZWhvbGRlcl09XCJwbGFjZWhvbGRlclwiIHJvd3M9XCIxMFwiPjwvdGV4dGFyZWE+XG4gIDxtYXQtaGludCAqbmdJZj1cImhpbnRcIj57eyBoaW50IH19PC9tYXQtaGludD5cbjwvbWF0LWZvcm0tZmllbGQ+Il19
|
|
12
|
+
TextareaFieldMolecule.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "14.2.9", ngImport: i0, type: TextareaFieldMolecule, deps: [], target: i0.ɵɵFactoryTarget.Component });
|
|
13
|
+
TextareaFieldMolecule.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "14.2.9", type: TextareaFieldMolecule, selector: "molecules-textarea-field", inputs: { label: "label", hint: "hint", placeholder: "placeholder" }, host: { classAttribute: "molecule field" }, ngImport: i0, template: "<mat-form-field class=\"example-full-width\">\n <mat-label>{{ label }}</mat-label>\n <textarea matInput [placeholder]=\"placeholder\" rows=\"10\"></textarea>\n <mat-hint *ngIf=\"hint\">{{ hint }}</mat-hint>\n</mat-form-field>", styles: [":host{display:block;width:100%}:host mat-form-field{width:100%}\n"], dependencies: [{ kind: "directive", type: i1.NgIf, selector: "[ngIf]", inputs: ["ngIf", "ngIfThen", "ngIfElse"] }, { kind: "component", type: i2.MatFormField, selector: "mat-form-field", inputs: ["color", "appearance", "hideRequiredMarker", "hintLabel", "floatLabel"], exportAs: ["matFormField"] }, { kind: "directive", type: i2.MatHint, selector: "mat-hint", inputs: ["align", "id"] }, { kind: "directive", type: i2.MatLabel, selector: "mat-label" }, { kind: "directive", type: i3.MatInput, selector: "input[matInput], textarea[matInput], select[matNativeControl], input[matNativeControl], textarea[matNativeControl]", inputs: ["disabled", "id", "placeholder", "name", "required", "type", "errorStateMatcher", "aria-describedby", "value", "readonly"], exportAs: ["matInput"] }], changeDetection: i0.ChangeDetectionStrategy.OnPush });
|
|
14
|
+
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "14.2.9", ngImport: i0, type: TextareaFieldMolecule, decorators: [{
|
|
15
|
+
type: Component,
|
|
16
|
+
args: [{ selector: 'molecules-textarea-field', changeDetection: ChangeDetectionStrategy.OnPush, host: { class: 'molecule field' }, template: "<mat-form-field class=\"example-full-width\">\n <mat-label>{{ label }}</mat-label>\n <textarea matInput [placeholder]=\"placeholder\" rows=\"10\"></textarea>\n <mat-hint *ngIf=\"hint\">{{ hint }}</mat-hint>\n</mat-form-field>", styles: [":host{display:block;width:100%}:host mat-form-field{width:100%}\n"] }]
|
|
17
|
+
}], propDecorators: { label: [{
|
|
18
|
+
type: Input
|
|
19
|
+
}], hint: [{
|
|
20
|
+
type: Input
|
|
21
|
+
}], placeholder: [{
|
|
22
|
+
type: Input
|
|
23
|
+
}] } });
|
|
24
|
+
//# sourceMappingURL=data:application/json;base64,eyJ2ZXJzaW9uIjozLCJmaWxlIjoidGV4dGFyZWEtZmllbGQubW9sZWN1bGUuanMiLCJzb3VyY2VSb290IjoiIiwic291cmNlcyI6WyIuLi8uLi8uLi8uLi8uLi8uLi8uLi9wYWNrYWdlcy9AbmctYXRvbWljL2NvbXBvbmVudHMvc3JjL21vbGVjdWxlcy90ZXh0YXJlYS1maWVsZC90ZXh0YXJlYS1maWVsZC5tb2xlY3VsZS50cyIsIi4uLy4uLy4uLy4uLy4uLy4uLy4uL3BhY2thZ2VzL0BuZy1hdG9taWMvY29tcG9uZW50cy9zcmMvbW9sZWN1bGVzL3RleHRhcmVhLWZpZWxkL3RleHRhcmVhLWZpZWxkLm1vbGVjdWxlLmh0bWwiXSwibmFtZXMiOltdLCJtYXBwaW5ncyI6IkFBQUEsT0FBTyxFQUFFLHVCQUF1QixFQUFFLFNBQVMsRUFBRSxLQUFLLEVBQUUsTUFBTSxlQUFlLENBQUM7Ozs7O0FBUzFFLE1BQU0sT0FBTyxxQkFBcUI7SUFQbEM7UUFVRSxVQUFLLEdBQUcsT0FBTyxDQUFDO1FBTWhCLGdCQUFXLEdBQUcsYUFBYSxDQUFDO0tBRTdCOztrSEFYWSxxQkFBcUI7c0dBQXJCLHFCQUFxQixrTENUbEMsc09BSWlCOzJGREtKLHFCQUFxQjtrQkFQakMsU0FBUzsrQkFDRSwwQkFBMEIsbUJBR25CLHVCQUF1QixDQUFDLE1BQU0sUUFDekMsRUFBQyxLQUFLLEVBQUUsZ0JBQWdCLEVBQUM7OEJBSy9CLEtBQUs7c0JBREosS0FBSztnQkFJTixJQUFJO3NCQURILEtBQUs7Z0JBSU4sV0FBVztzQkFEVixLQUFLIiwic291cmNlc0NvbnRlbnQiOlsiaW1wb3J0IHsgQ2hhbmdlRGV0ZWN0aW9uU3RyYXRlZ3ksIENvbXBvbmVudCwgSW5wdXQgfSBmcm9tICdAYW5ndWxhci9jb3JlJztcblxuQENvbXBvbmVudCh7XG4gIHNlbGVjdG9yOiAnbW9sZWN1bGVzLXRleHRhcmVhLWZpZWxkJyxcbiAgdGVtcGxhdGVVcmw6ICcuL3RleHRhcmVhLWZpZWxkLm1vbGVjdWxlLmh0bWwnLFxuICBzdHlsZVVybHM6IFsnLi90ZXh0YXJlYS1maWVsZC5tb2xlY3VsZS5zY3NzJ10sXG4gIGNoYW5nZURldGVjdGlvbjogQ2hhbmdlRGV0ZWN0aW9uU3RyYXRlZ3kuT25QdXNoLFxuICBob3N0OiB7Y2xhc3M6ICdtb2xlY3VsZSBmaWVsZCd9LFxufSlcbmV4cG9ydCBjbGFzcyBUZXh0YXJlYUZpZWxkTW9sZWN1bGUge1xuXG4gIEBJbnB1dCgpXG4gIGxhYmVsID0gJ2xhYmVsJztcblxuICBASW5wdXQoKVxuICBoaW50Pzogc3RyaW5nO1xuXG4gIEBJbnB1dCgpXG4gIHBsYWNlaG9sZGVyID0gJ3BsYWNlaG9sZGVyJztcblxufVxuIiwiPG1hdC1mb3JtLWZpZWxkIGNsYXNzPVwiZXhhbXBsZS1mdWxsLXdpZHRoXCI+XG4gIDxtYXQtbGFiZWw+e3sgbGFiZWwgfX08L21hdC1sYWJlbD5cbiAgPHRleHRhcmVhIG1hdElucHV0IFtwbGFjZWhvbGRlcl09XCJwbGFjZWhvbGRlclwiIHJvd3M9XCIxMFwiPjwvdGV4dGFyZWE+XG4gIDxtYXQtaGludCAqbmdJZj1cImhpbnRcIj57eyBoaW50IH19PC9tYXQtaGludD5cbjwvbWF0LWZvcm0tZmllbGQ+Il19
|
|
@@ -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,eyJ2ZXJzaW9uIjozLCJmaWxlIjoibmctYXRvbWljLWNvbXBvbmVudHMuanMiLCJzb3VyY2VSb290IjoiIiwic291cmNlcyI6WyIuLi8uLi8uLi8uLi8uLi9wYWNrYWdlcy9AbmctYXRvbWljL2NvbXBvbmVudHMvc3JjL25nLWF0b21pYy1jb21wb25lbnRzLnRzIl0sIm5hbWVzIjpbXSwibWFwcGluZ3MiOiJBQUFBOztHQUVHO0FBRUgsY0FBYyxTQUFTLENBQUMiLCJzb3VyY2VzQ29udGVudCI6WyIvKipcbiAqIEdlbmVyYXRlZCBidW5kbGUgaW5kZXguIERvIG5vdCBlZGl0LlxuICovXG5cbmV4cG9ydCAqIGZyb20gJy4vaW5kZXgnO1xuIl19
|
|
@@ -5,31 +5,30 @@ import { ActionButtonsSectionOrganism } from './action-buttons-section.organism'
|
|
|
5
5
|
import * as i0 from "@angular/core";
|
|
6
6
|
export class ActionButtonsSectionModule {
|
|
7
7
|
}
|
|
8
|
-
ActionButtonsSectionModule.ɵfac =
|
|
9
|
-
ActionButtonsSectionModule.ɵmod =
|
|
10
|
-
ActionButtonsSectionModule.ɵinj = /*@__PURE__*/ i0.ɵɵdefineInjector({ imports: [CommonModule,
|
|
8
|
+
ActionButtonsSectionModule.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "14.2.9", ngImport: i0, type: ActionButtonsSectionModule, deps: [], target: i0.ɵɵFactoryTarget.NgModule });
|
|
9
|
+
ActionButtonsSectionModule.ɵmod = i0.ɵɵngDeclareNgModule({ minVersion: "14.0.0", version: "14.2.9", ngImport: i0, type: ActionButtonsSectionModule, bootstrap: [ActionButtonsSectionOrganism], declarations: [ActionButtonsSectionOrganism], imports: [CommonModule,
|
|
11
10
|
// Materials
|
|
12
|
-
MatButtonModule] });
|
|
13
|
-
|
|
14
|
-
type: NgModule,
|
|
15
|
-
args: [{
|
|
16
|
-
declarations: [
|
|
17
|
-
ActionButtonsSectionOrganism
|
|
18
|
-
],
|
|
19
|
-
imports: [
|
|
20
|
-
CommonModule,
|
|
21
|
-
// Materials
|
|
22
|
-
MatButtonModule,
|
|
23
|
-
],
|
|
24
|
-
exports: [
|
|
25
|
-
ActionButtonsSectionOrganism
|
|
26
|
-
],
|
|
27
|
-
bootstrap: [
|
|
28
|
-
ActionButtonsSectionOrganism,
|
|
29
|
-
],
|
|
30
|
-
}]
|
|
31
|
-
}], null, null); })();
|
|
32
|
-
(function () { (typeof ngJitMode === "undefined" || ngJitMode) && i0.ɵɵsetNgModuleScope(ActionButtonsSectionModule, { declarations: [ActionButtonsSectionOrganism], imports: [CommonModule,
|
|
11
|
+
MatButtonModule], exports: [ActionButtonsSectionOrganism] });
|
|
12
|
+
ActionButtonsSectionModule.ɵinj = i0.ɵɵngDeclareInjector({ minVersion: "12.0.0", version: "14.2.9", ngImport: i0, type: ActionButtonsSectionModule, imports: [CommonModule,
|
|
33
13
|
// Materials
|
|
34
|
-
MatButtonModule]
|
|
35
|
-
|
|
14
|
+
MatButtonModule] });
|
|
15
|
+
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "14.2.9", ngImport: i0, type: ActionButtonsSectionModule, decorators: [{
|
|
16
|
+
type: NgModule,
|
|
17
|
+
args: [{
|
|
18
|
+
declarations: [
|
|
19
|
+
ActionButtonsSectionOrganism
|
|
20
|
+
],
|
|
21
|
+
imports: [
|
|
22
|
+
CommonModule,
|
|
23
|
+
// Materials
|
|
24
|
+
MatButtonModule,
|
|
25
|
+
],
|
|
26
|
+
exports: [
|
|
27
|
+
ActionButtonsSectionOrganism
|
|
28
|
+
],
|
|
29
|
+
bootstrap: [
|
|
30
|
+
ActionButtonsSectionOrganism,
|
|
31
|
+
],
|
|
32
|
+
}]
|
|
33
|
+
}] });
|
|
34
|
+
//# sourceMappingURL=data:application/json;base64,eyJ2ZXJzaW9uIjozLCJmaWxlIjoiYWN0aW9uLWJ1dHRvbnMtc2VjdGlvbi5tb2R1bGUuanMiLCJzb3VyY2VSb290IjoiIiwic291cmNlcyI6WyIuLi8uLi8uLi8uLi8uLi8uLi8uLi9wYWNrYWdlcy9AbmctYXRvbWljL2NvbXBvbmVudHMvc3JjL29yZ2FuaXNtcy9hY3Rpb24tYnV0dG9ucy1zZWN0aW9uL2FjdGlvbi1idXR0b25zLXNlY3Rpb24ubW9kdWxlLnRzIl0sIm5hbWVzIjpbXSwibWFwcGluZ3MiOiJBQUFBLE9BQU8sRUFBRSxRQUFRLEVBQUUsTUFBTSxlQUFlLENBQUM7QUFDekMsT0FBTyxFQUFFLFlBQVksRUFBRSxNQUFNLGlCQUFpQixDQUFDO0FBQy9DLE9BQU8sRUFBRSxlQUFlLEVBQUUsTUFBTSwwQkFBMEIsQ0FBQztBQUUzRCxPQUFPLEVBQUUsNEJBQTRCLEVBQUUsTUFBTSxtQ0FBbUMsQ0FBQzs7QUFrQmpGLE1BQU0sT0FBTywwQkFBMEI7O3VIQUExQiwwQkFBMEI7d0hBQTFCLDBCQUEwQixjQUhuQyw0QkFBNEIsa0JBWDVCLDRCQUE0QixhQUc1QixZQUFZO1FBQ1osWUFBWTtRQUNaLGVBQWUsYUFHZiw0QkFBNEI7d0hBTW5CLDBCQUEwQixZQVhuQyxZQUFZO1FBQ1osWUFBWTtRQUNaLGVBQWU7MkZBU04sMEJBQTBCO2tCQWhCdEMsUUFBUTttQkFBQztvQkFDUixZQUFZLEVBQUU7d0JBQ1osNEJBQTRCO3FCQUM3QjtvQkFDRCxPQUFPLEVBQUU7d0JBQ1AsWUFBWTt3QkFDWixZQUFZO3dCQUNaLGVBQWU7cUJBQ2hCO29CQUNELE9BQU8sRUFBRTt3QkFDUCw0QkFBNEI7cUJBQzdCO29CQUNELFNBQVMsRUFBRTt3QkFDVCw0QkFBNEI7cUJBQzdCO2lCQUNGIiwic291cmNlc0NvbnRlbnQiOlsiaW1wb3J0IHsgTmdNb2R1bGUgfSBmcm9tICdAYW5ndWxhci9jb3JlJztcbmltcG9ydCB7IENvbW1vbk1vZHVsZSB9IGZyb20gJ0Bhbmd1bGFyL2NvbW1vbic7XG5pbXBvcnQgeyBNYXRCdXR0b25Nb2R1bGUgfSBmcm9tICdAYW5ndWxhci9tYXRlcmlhbC9idXR0b24nO1xuXG5pbXBvcnQgeyBBY3Rpb25CdXR0b25zU2VjdGlvbk9yZ2FuaXNtIH0gZnJvbSAnLi9hY3Rpb24tYnV0dG9ucy1zZWN0aW9uLm9yZ2FuaXNtJztcblxuQE5nTW9kdWxlKHtcbiAgZGVjbGFyYXRpb25zOiBbXG4gICAgQWN0aW9uQnV0dG9uc1NlY3Rpb25PcmdhbmlzbVxuICBdLFxuICBpbXBvcnRzOiBbXG4gICAgQ29tbW9uTW9kdWxlLFxuICAgIC8vIE1hdGVyaWFsc1xuICAgIE1hdEJ1dHRvbk1vZHVsZSxcbiAgXSxcbiAgZXhwb3J0czogW1xuICAgIEFjdGlvbkJ1dHRvbnNTZWN0aW9uT3JnYW5pc21cbiAgXSxcbiAgYm9vdHN0cmFwOiBbXG4gICAgQWN0aW9uQnV0dG9uc1NlY3Rpb25PcmdhbmlzbSxcbiAgXSxcbn0pXG5leHBvcnQgY2xhc3MgQWN0aW9uQnV0dG9uc1NlY3Rpb25Nb2R1bGUgeyB9XG4iXX0=
|
|
@@ -2,21 +2,6 @@ import { ChangeDetectionStrategy, Component, EventEmitter, Input, Output } from
|
|
|
2
2
|
import * as i0 from "@angular/core";
|
|
3
3
|
import * as i1 from "@angular/common";
|
|
4
4
|
import * as i2 from "@angular/material/button";
|
|
5
|
-
function ActionButtonsSectionOrganism_ng_container_0_Template(rf, ctx) { if (rf & 1) {
|
|
6
|
-
const _r3 = i0.ɵɵgetCurrentView();
|
|
7
|
-
i0.ɵɵelementContainerStart(0);
|
|
8
|
-
i0.ɵɵelementStart(1, "button", 1);
|
|
9
|
-
i0.ɵɵlistener("click", function ActionButtonsSectionOrganism_ng_container_0_Template_button_click_1_listener() { const restoredCtx = i0.ɵɵrestoreView(_r3); const _action_r1 = restoredCtx.$implicit; const ctx_r2 = i0.ɵɵnextContext(); return i0.ɵɵresetView(ctx_r2.action.emit(_action_r1)); });
|
|
10
|
-
i0.ɵɵtext(2);
|
|
11
|
-
i0.ɵɵelementEnd();
|
|
12
|
-
i0.ɵɵelementContainerEnd();
|
|
13
|
-
} if (rf & 2) {
|
|
14
|
-
const _action_r1 = ctx.$implicit;
|
|
15
|
-
i0.ɵɵadvance(1);
|
|
16
|
-
i0.ɵɵproperty("disabled", _action_r1 == null ? null : _action_r1.disabled);
|
|
17
|
-
i0.ɵɵadvance(1);
|
|
18
|
-
i0.ɵɵtextInterpolate(_action_r1 == null ? null : _action_r1.name);
|
|
19
|
-
} }
|
|
20
5
|
export class ActionButtonsSectionOrganism {
|
|
21
6
|
constructor() {
|
|
22
7
|
this.actions = [];
|
|
@@ -24,18 +9,14 @@ export class ActionButtonsSectionOrganism {
|
|
|
24
9
|
this.trackById = (item) => item.id;
|
|
25
10
|
}
|
|
26
11
|
}
|
|
27
|
-
ActionButtonsSectionOrganism.ɵfac =
|
|
28
|
-
ActionButtonsSectionOrganism.ɵcmp =
|
|
29
|
-
|
|
30
|
-
|
|
31
|
-
|
|
32
|
-
|
|
33
|
-
|
|
34
|
-
|
|
35
|
-
|
|
36
|
-
|
|
37
|
-
|
|
38
|
-
}], action: [{
|
|
39
|
-
type: Output
|
|
40
|
-
}] }); })();
|
|
41
|
-
//# sourceMappingURL=data:application/json;base64,eyJ2ZXJzaW9uIjozLCJmaWxlIjoiYWN0aW9uLWJ1dHRvbnMtc2VjdGlvbi5vcmdhbmlzbS5qcyIsInNvdXJjZVJvb3QiOiIiLCJzb3VyY2VzIjpbIi4uLy4uLy4uLy4uLy4uLy4uL2xpYnMvY29tcG9uZW50cy9zcmMvb3JnYW5pc21zL2FjdGlvbi1idXR0b25zLXNlY3Rpb24vYWN0aW9uLWJ1dHRvbnMtc2VjdGlvbi5vcmdhbmlzbS50cyIsIi4uLy4uLy4uLy4uLy4uLy4uL2xpYnMvY29tcG9uZW50cy9zcmMvb3JnYW5pc21zL2FjdGlvbi1idXR0b25zLXNlY3Rpb24vYWN0aW9uLWJ1dHRvbnMtc2VjdGlvbi5vcmdhbmlzbS5odG1sIl0sIm5hbWVzIjpbXSwibWFwcGluZ3MiOiJBQUFBLE9BQU8sRUFBRSx1QkFBdUIsRUFBRSxTQUFTLEVBQUUsWUFBWSxFQUFFLEtBQUssRUFBRSxNQUFNLEVBQUUsTUFBTSxlQUFlLENBQUM7Ozs7OztJQ0FoRyw2QkFBa0U7SUFDaEUsaUNBQXdHO0lBQS9CLGdQQUFTLGVBQUEsOEJBQW9CLENBQUEsSUFBQztJQUFDLFlBQW1CO0lBQUEsaUJBQVM7SUFDdEksMEJBQWU7OztJQUQ2QixlQUE4QjtJQUE5QiwwRUFBOEI7SUFBZ0MsZUFBbUI7SUFBbkIsaUVBQW1COztBRFM3SCxNQUFNLE9BQU8sNEJBQTRCO0lBUHpDO1FBU0UsWUFBTyxHQUFhLEVBQUUsQ0FBQztRQUd2QixXQUFNLEdBQUcsSUFBSSxZQUFZLEVBQVUsQ0FBQztRQUVwQyxjQUFTLEdBQUcsQ0FBQyxJQUFnQixFQUFFLEVBQUUsQ0FBQyxJQUFJLENBQUMsRUFBRSxDQUFDO0tBQzNDOzt3R0FSWSw0QkFBNEI7K0VBQTVCLDRCQUE0QjtRQ1Z6QywrRkFFZTs7UUFGbUIscUNBQVksK0JBQUE7O3VGRFVqQyw0QkFBNEI7Y0FQeEMsU0FBUzsyQkFDRSxrQ0FBa0MsbUJBRzNCLHVCQUF1QixDQUFDLE1BQU0sUUFDekMsRUFBQyxLQUFLLEVBQUUsa0JBQWtCLEVBQUM7Z0JBSWpDLE9BQU87a0JBRE4sS0FBSztZQUlOLE1BQU07a0JBREwsTUFBTSIsInNvdXJjZXNDb250ZW50IjpbImltcG9ydCB7IENoYW5nZURldGVjdGlvblN0cmF0ZWd5LCBDb21wb25lbnQsIEV2ZW50RW1pdHRlciwgSW5wdXQsIE91dHB1dCB9IGZyb20gJ0Bhbmd1bGFyL2NvcmUnO1xuaW1wb3J0IHsgQWN0aW9uLCBBY3Rpb25JdGVtIH0gZnJvbSAnQG5nLWF0b21pYy9jb21tb24vbW9kZWxzJztcblxuQENvbXBvbmVudCh7XG4gIHNlbGVjdG9yOiAnb3JnYW5pc21zLWFjdGlvbi1idXR0b25zLXNlY3Rpb24nLFxuICB0ZW1wbGF0ZVVybDogJy4vYWN0aW9uLWJ1dHRvbnMtc2VjdGlvbi5vcmdhbmlzbS5odG1sJyxcbiAgc3R5bGVVcmxzOiBbJy4vYWN0aW9uLWJ1dHRvbnMtc2VjdGlvbi5vcmdhbmlzbS5zY3NzJ10sXG4gIGNoYW5nZURldGVjdGlvbjogQ2hhbmdlRGV0ZWN0aW9uU3RyYXRlZ3kuT25QdXNoLFxuICBob3N0OiB7Y2xhc3M6ICdvcmdhbmlzbSBzZWN0aW9uJ30sXG59KVxuZXhwb3J0IGNsYXNzIEFjdGlvbkJ1dHRvbnNTZWN0aW9uT3JnYW5pc20ge1xuICBASW5wdXQoKVxuICBhY3Rpb25zOiBBY3Rpb25bXSA9IFtdO1xuXG4gIEBPdXRwdXQoKVxuICBhY3Rpb24gPSBuZXcgRXZlbnRFbWl0dGVyPEFjdGlvbj4oKTtcblxuICB0cmFja0J5SWQgPSAoaXRlbTogQWN0aW9uSXRlbSkgPT4gaXRlbS5pZDtcbn1cbiIsIjxuZy1jb250YWluZXIgKm5nRm9yPVwibGV0IF9hY3Rpb24gb2YgYWN0aW9uczsgdHJhY2tCeTogdHJhY2tCeUlkXCI+XG4gIDxidXR0b24gbWF0LXJhaXNlZC1idXR0b24gY29sb3I9XCJwcmltYXJ5XCIgW2Rpc2FibGVkXT1cIl9hY3Rpb24/LmRpc2FibGVkXCIgKGNsaWNrKT1cImFjdGlvbi5lbWl0KF9hY3Rpb24pXCI+e3sgX2FjdGlvbj8ubmFtZSB9fTwvYnV0dG9uPlxuPC9uZy1jb250YWluZXI+Il19
|
|
12
|
+
ActionButtonsSectionOrganism.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "14.2.9", ngImport: i0, type: ActionButtonsSectionOrganism, deps: [], target: i0.ɵɵFactoryTarget.Component });
|
|
13
|
+
ActionButtonsSectionOrganism.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "14.2.9", type: ActionButtonsSectionOrganism, selector: "organisms-action-buttons-section", inputs: { actions: "actions" }, outputs: { action: "action" }, host: { classAttribute: "organism section" }, ngImport: i0, template: "<ng-container *ngFor=\"let _action of actions; trackBy: trackById\">\n <button mat-raised-button color=\"primary\" [disabled]=\"_action?.disabled\" (click)=\"action.emit(_action)\">{{ _action?.name }}</button>\n</ng-container>", styles: [":host{--horizontal-padding: 16px;--horizontal-padding-SCOPED-IN-action-buttons-section-gNL6: var(--horizontal-padding)}:host{display:flex;flex-direction:row;gap:8px;width:100%;padding:0 var(--horizontal-padding-SCOPED-IN-action-buttons-section-gNL6);box-sizing:border-box}:host button{width:100%;height:48px}\n"], dependencies: [{ kind: "directive", type: i1.NgForOf, selector: "[ngFor][ngForOf]", inputs: ["ngForOf", "ngForTrackBy", "ngForTemplate"] }, { kind: "component", type: i2.MatButton, selector: "button[mat-button], button[mat-raised-button], button[mat-icon-button], button[mat-fab], button[mat-mini-fab], button[mat-stroked-button], button[mat-flat-button]", inputs: ["disabled", "disableRipple", "color"], exportAs: ["matButton"] }], changeDetection: i0.ChangeDetectionStrategy.OnPush });
|
|
14
|
+
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "14.2.9", ngImport: i0, type: ActionButtonsSectionOrganism, decorators: [{
|
|
15
|
+
type: Component,
|
|
16
|
+
args: [{ selector: 'organisms-action-buttons-section', changeDetection: ChangeDetectionStrategy.OnPush, host: { class: 'organism section' }, template: "<ng-container *ngFor=\"let _action of actions; trackBy: trackById\">\n <button mat-raised-button color=\"primary\" [disabled]=\"_action?.disabled\" (click)=\"action.emit(_action)\">{{ _action?.name }}</button>\n</ng-container>", styles: [":host{--horizontal-padding: 16px;--horizontal-padding-SCOPED-IN-action-buttons-section-gNL6: var(--horizontal-padding)}:host{display:flex;flex-direction:row;gap:8px;width:100%;padding:0 var(--horizontal-padding-SCOPED-IN-action-buttons-section-gNL6);box-sizing:border-box}:host button{width:100%;height:48px}\n"] }]
|
|
17
|
+
}], propDecorators: { actions: [{
|
|
18
|
+
type: Input
|
|
19
|
+
}], action: [{
|
|
20
|
+
type: Output
|
|
21
|
+
}] } });
|
|
22
|
+
//# sourceMappingURL=data:application/json;base64,eyJ2ZXJzaW9uIjozLCJmaWxlIjoiYWN0aW9uLWJ1dHRvbnMtc2VjdGlvbi5vcmdhbmlzbS5qcyIsInNvdXJjZVJvb3QiOiIiLCJzb3VyY2VzIjpbIi4uLy4uLy4uLy4uLy4uLy4uLy4uL3BhY2thZ2VzL0BuZy1hdG9taWMvY29tcG9uZW50cy9zcmMvb3JnYW5pc21zL2FjdGlvbi1idXR0b25zLXNlY3Rpb24vYWN0aW9uLWJ1dHRvbnMtc2VjdGlvbi5vcmdhbmlzbS50cyIsIi4uLy4uLy4uLy4uLy4uLy4uLy4uL3BhY2thZ2VzL0BuZy1hdG9taWMvY29tcG9uZW50cy9zcmMvb3JnYW5pc21zL2FjdGlvbi1idXR0b25zLXNlY3Rpb24vYWN0aW9uLWJ1dHRvbnMtc2VjdGlvbi5vcmdhbmlzbS5odG1sIl0sIm5hbWVzIjpbXSwibWFwcGluZ3MiOiJBQUFBLE9BQU8sRUFBRSx1QkFBdUIsRUFBRSxTQUFTLEVBQUUsWUFBWSxFQUFFLEtBQUssRUFBRSxNQUFNLEVBQUUsTUFBTSxlQUFlLENBQUM7Ozs7QUFVaEcsTUFBTSxPQUFPLDRCQUE0QjtJQVB6QztRQVNFLFlBQU8sR0FBYSxFQUFFLENBQUM7UUFHdkIsV0FBTSxHQUFHLElBQUksWUFBWSxFQUFVLENBQUM7UUFFcEMsY0FBUyxHQUFHLENBQUMsSUFBZ0IsRUFBRSxFQUFFLENBQUMsSUFBSSxDQUFDLEVBQUUsQ0FBQztLQUMzQzs7eUhBUlksNEJBQTRCOzZHQUE1Qiw0QkFBNEIscUxDVnpDLHFPQUVlOzJGRFFGLDRCQUE0QjtrQkFQeEMsU0FBUzsrQkFDRSxrQ0FBa0MsbUJBRzNCLHVCQUF1QixDQUFDLE1BQU0sUUFDekMsRUFBQyxLQUFLLEVBQUUsa0JBQWtCLEVBQUM7OEJBSWpDLE9BQU87c0JBRE4sS0FBSztnQkFJTixNQUFNO3NCQURMLE1BQU0iLCJzb3VyY2VzQ29udGVudCI6WyJpbXBvcnQgeyBDaGFuZ2VEZXRlY3Rpb25TdHJhdGVneSwgQ29tcG9uZW50LCBFdmVudEVtaXR0ZXIsIElucHV0LCBPdXRwdXQgfSBmcm9tICdAYW5ndWxhci9jb3JlJztcbmltcG9ydCB7IEFjdGlvbiwgQWN0aW9uSXRlbSB9IGZyb20gJ0BuZy1hdG9taWMvY29tbW9uL21vZGVscyc7XG5cbkBDb21wb25lbnQoe1xuICBzZWxlY3RvcjogJ29yZ2FuaXNtcy1hY3Rpb24tYnV0dG9ucy1zZWN0aW9uJyxcbiAgdGVtcGxhdGVVcmw6ICcuL2FjdGlvbi1idXR0b25zLXNlY3Rpb24ub3JnYW5pc20uaHRtbCcsXG4gIHN0eWxlVXJsczogWycuL2FjdGlvbi1idXR0b25zLXNlY3Rpb24ub3JnYW5pc20uc2NzcyddLFxuICBjaGFuZ2VEZXRlY3Rpb246IENoYW5nZURldGVjdGlvblN0cmF0ZWd5Lk9uUHVzaCxcbiAgaG9zdDoge2NsYXNzOiAnb3JnYW5pc20gc2VjdGlvbid9LFxufSlcbmV4cG9ydCBjbGFzcyBBY3Rpb25CdXR0b25zU2VjdGlvbk9yZ2FuaXNtIHtcbiAgQElucHV0KClcbiAgYWN0aW9uczogQWN0aW9uW10gPSBbXTtcblxuICBAT3V0cHV0KClcbiAgYWN0aW9uID0gbmV3IEV2ZW50RW1pdHRlcjxBY3Rpb24+KCk7XG5cbiAgdHJhY2tCeUlkID0gKGl0ZW06IEFjdGlvbkl0ZW0pID0+IGl0ZW0uaWQ7XG59XG4iLCI8bmctY29udGFpbmVyICpuZ0Zvcj1cImxldCBfYWN0aW9uIG9mIGFjdGlvbnM7IHRyYWNrQnk6IHRyYWNrQnlJZFwiPlxuICA8YnV0dG9uIG1hdC1yYWlzZWQtYnV0dG9uIGNvbG9yPVwicHJpbWFyeVwiIFtkaXNhYmxlZF09XCJfYWN0aW9uPy5kaXNhYmxlZFwiIChjbGljayk9XCJhY3Rpb24uZW1pdChfYWN0aW9uKVwiPnt7IF9hY3Rpb24/Lm5hbWUgfX08L2J1dHRvbj5cbjwvbmctY29udGFpbmVyPiJdfQ==
|
|
@@ -1,3 +1,3 @@
|
|
|
1
1
|
export { ActionButtonsSectionModule } from './action-buttons-section.module';
|
|
2
2
|
export * from './action-buttons-section.organism';
|
|
3
|
-
//# sourceMappingURL=data:application/json;base64,
|
|
3
|
+
//# sourceMappingURL=data:application/json;base64,eyJ2ZXJzaW9uIjozLCJmaWxlIjoiaW5kZXguanMiLCJzb3VyY2VSb290IjoiIiwic291cmNlcyI6WyIuLi8uLi8uLi8uLi8uLi8uLi8uLi9wYWNrYWdlcy9AbmctYXRvbWljL2NvbXBvbmVudHMvc3JjL29yZ2FuaXNtcy9hY3Rpb24tYnV0dG9ucy1zZWN0aW9uL2luZGV4LnRzIl0sIm5hbWVzIjpbXSwibWFwcGluZ3MiOiJBQUFBLE9BQU8sRUFBRSwwQkFBMEIsRUFBRSxNQUFNLGlDQUFpQyxDQUFDO0FBQzdFLGNBQWMsbUNBQW1DLENBQUMiLCJzb3VyY2VzQ29udGVudCI6WyJleHBvcnQgeyBBY3Rpb25CdXR0b25zU2VjdGlvbk1vZHVsZSB9IGZyb20gJy4vYWN0aW9uLWJ1dHRvbnMtc2VjdGlvbi5tb2R1bGUnO1xuZXhwb3J0ICogZnJvbSAnLi9hY3Rpb24tYnV0dG9ucy1zZWN0aW9uLm9yZ2FuaXNtJztcbiJdfQ==
|
|
@@ -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,eyJ2ZXJzaW9uIjozLCJmaWxlIjoibmctYXRvbWljLWNvbXBvbmVudHMtb3JnYW5pc21zLWFjdGlvbi1idXR0b25zLXNlY3Rpb24uanMiLCJzb3VyY2VSb290IjoiIiwic291cmNlcyI6WyIuLi8uLi8uLi8uLi8uLi8uLi8uLi9wYWNrYWdlcy9AbmctYXRvbWljL2NvbXBvbmVudHMvc3JjL29yZ2FuaXNtcy9hY3Rpb24tYnV0dG9ucy1zZWN0aW9uL25nLWF0b21pYy1jb21wb25lbnRzLW9yZ2FuaXNtcy1hY3Rpb24tYnV0dG9ucy1zZWN0aW9uLnRzIl0sIm5hbWVzIjpbXSwibWFwcGluZ3MiOiJBQUFBOztHQUVHO0FBRUgsY0FBYyxTQUFTLENBQUMiLCJzb3VyY2VzQ29udGVudCI6WyIvKipcbiAqIEdlbmVyYXRlZCBidW5kbGUgaW5kZXguIERvIG5vdCBlZGl0LlxuICovXG5cbmV4cG9ydCAqIGZyb20gJy4vaW5kZXgnO1xuIl19
|
|
@@ -8,40 +8,39 @@ import { BackNavigatorOrganism } from './back-navigator.organism';
|
|
|
8
8
|
import * as i0 from "@angular/core";
|
|
9
9
|
export class BackNavigatorModule {
|
|
10
10
|
}
|
|
11
|
-
BackNavigatorModule.ɵfac =
|
|
12
|
-
BackNavigatorModule.ɵmod =
|
|
13
|
-
BackNavigatorModule.ɵinj = /*@__PURE__*/ i0.ɵɵdefineInjector({ imports: [CommonModule,
|
|
11
|
+
BackNavigatorModule.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "14.2.9", ngImport: i0, type: BackNavigatorModule, deps: [], target: i0.ɵɵFactoryTarget.NgModule });
|
|
12
|
+
BackNavigatorModule.ɵmod = i0.ɵɵngDeclareNgModule({ minVersion: "14.0.0", version: "14.2.9", ngImport: i0, type: BackNavigatorModule, declarations: [BackNavigatorOrganism], imports: [CommonModule,
|
|
14
13
|
// Material
|
|
15
14
|
MatButtonModule,
|
|
16
15
|
MatIconModule,
|
|
17
16
|
MatToolbarModule,
|
|
18
17
|
// Atoms
|
|
19
|
-
SmartMenuButtonModule] });
|
|
20
|
-
|
|
21
|
-
type: NgModule,
|
|
22
|
-
args: [{
|
|
23
|
-
declarations: [
|
|
24
|
-
BackNavigatorOrganism
|
|
25
|
-
],
|
|
26
|
-
imports: [
|
|
27
|
-
CommonModule,
|
|
28
|
-
// Material
|
|
29
|
-
MatButtonModule,
|
|
30
|
-
MatIconModule,
|
|
31
|
-
MatToolbarModule,
|
|
32
|
-
// Atoms
|
|
33
|
-
SmartMenuButtonModule,
|
|
34
|
-
],
|
|
35
|
-
exports: [
|
|
36
|
-
BackNavigatorOrganism
|
|
37
|
-
]
|
|
38
|
-
}]
|
|
39
|
-
}], null, null); })();
|
|
40
|
-
(function () { (typeof ngJitMode === "undefined" || ngJitMode) && i0.ɵɵsetNgModuleScope(BackNavigatorModule, { declarations: [BackNavigatorOrganism], imports: [CommonModule,
|
|
18
|
+
SmartMenuButtonModule], exports: [BackNavigatorOrganism] });
|
|
19
|
+
BackNavigatorModule.ɵinj = i0.ɵɵngDeclareInjector({ minVersion: "12.0.0", version: "14.2.9", ngImport: i0, type: BackNavigatorModule, imports: [CommonModule,
|
|
41
20
|
// Material
|
|
42
21
|
MatButtonModule,
|
|
43
22
|
MatIconModule,
|
|
44
23
|
MatToolbarModule,
|
|
45
24
|
// Atoms
|
|
46
|
-
SmartMenuButtonModule]
|
|
47
|
-
|
|
25
|
+
SmartMenuButtonModule] });
|
|
26
|
+
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "14.2.9", ngImport: i0, type: BackNavigatorModule, decorators: [{
|
|
27
|
+
type: NgModule,
|
|
28
|
+
args: [{
|
|
29
|
+
declarations: [
|
|
30
|
+
BackNavigatorOrganism
|
|
31
|
+
],
|
|
32
|
+
imports: [
|
|
33
|
+
CommonModule,
|
|
34
|
+
// Material
|
|
35
|
+
MatButtonModule,
|
|
36
|
+
MatIconModule,
|
|
37
|
+
MatToolbarModule,
|
|
38
|
+
// Atoms
|
|
39
|
+
SmartMenuButtonModule,
|
|
40
|
+
],
|
|
41
|
+
exports: [
|
|
42
|
+
BackNavigatorOrganism
|
|
43
|
+
]
|
|
44
|
+
}]
|
|
45
|
+
}] });
|
|
46
|
+
//# sourceMappingURL=data:application/json;base64,eyJ2ZXJzaW9uIjozLCJmaWxlIjoiYmFjay1uYXZpZ2F0b3IubW9kdWxlLmpzIiwic291cmNlUm9vdCI6IiIsInNvdXJjZXMiOlsiLi4vLi4vLi4vLi4vLi4vLi4vLi4vcGFja2FnZXMvQG5nLWF0b21pYy9jb21wb25lbnRzL3NyYy9vcmdhbmlzbXMvYmFjay1uYXZpZ2F0b3IvYmFjay1uYXZpZ2F0b3IubW9kdWxlLnRzIl0sIm5hbWVzIjpbXSwibWFwcGluZ3MiOiJBQUFBLE9BQU8sRUFBRSxRQUFRLEVBQUUsTUFBTSxlQUFlLENBQUM7QUFDekMsT0FBTyxFQUFFLFlBQVksRUFBRSxNQUFNLGlCQUFpQixDQUFDO0FBQy9DLE9BQU8sRUFBRSxlQUFlLEVBQUUsTUFBTSwwQkFBMEIsQ0FBQztBQUMzRCxPQUFPLEVBQUUsYUFBYSxFQUFFLE1BQU0sd0JBQXdCLENBQUM7QUFDdkQsT0FBTyxFQUFFLGdCQUFnQixFQUFFLE1BQU0sMkJBQTJCLENBQUM7QUFDN0QsT0FBTyxFQUFFLHFCQUFxQixFQUFFLE1BQU0sK0NBQStDLENBQUM7QUFFdEYsT0FBTyxFQUFFLHFCQUFxQixFQUFFLE1BQU0sMkJBQTJCLENBQUM7O0FBbUJsRSxNQUFNLE9BQU8sbUJBQW1COztnSEFBbkIsbUJBQW1CO2lIQUFuQixtQkFBbUIsaUJBZjVCLHFCQUFxQixhQUdyQixZQUFZO1FBQ1osV0FBVztRQUNYLGVBQWU7UUFDZixhQUFhO1FBQ2IsZ0JBQWdCO1FBQ2hCLFFBQVE7UUFDUixxQkFBcUIsYUFHckIscUJBQXFCO2lIQUdaLG1CQUFtQixZQVo1QixZQUFZO1FBQ1osV0FBVztRQUNYLGVBQWU7UUFDZixhQUFhO1FBQ2IsZ0JBQWdCO1FBQ2hCLFFBQVE7UUFDUixxQkFBcUI7MkZBTVosbUJBQW1CO2tCQWpCL0IsUUFBUTttQkFBQztvQkFDUixZQUFZLEVBQUU7d0JBQ1oscUJBQXFCO3FCQUN0QjtvQkFDRCxPQUFPLEVBQUU7d0JBQ1AsWUFBWTt3QkFDWixXQUFXO3dCQUNYLGVBQWU7d0JBQ2YsYUFBYTt3QkFDYixnQkFBZ0I7d0JBQ2hCLFFBQVE7d0JBQ1IscUJBQXFCO3FCQUN0QjtvQkFDRCxPQUFPLEVBQUU7d0JBQ1AscUJBQXFCO3FCQUN0QjtpQkFDRiIsInNvdXJjZXNDb250ZW50IjpbImltcG9ydCB7IE5nTW9kdWxlIH0gZnJvbSAnQGFuZ3VsYXIvY29yZSc7XG5pbXBvcnQgeyBDb21tb25Nb2R1bGUgfSBmcm9tICdAYW5ndWxhci9jb21tb24nO1xuaW1wb3J0IHsgTWF0QnV0dG9uTW9kdWxlIH0gZnJvbSAnQGFuZ3VsYXIvbWF0ZXJpYWwvYnV0dG9uJztcbmltcG9ydCB7IE1hdEljb25Nb2R1bGUgfSBmcm9tICdAYW5ndWxhci9tYXRlcmlhbC9pY29uJztcbmltcG9ydCB7IE1hdFRvb2xiYXJNb2R1bGUgfSBmcm9tICdAYW5ndWxhci9tYXRlcmlhbC90b29sYmFyJztcbmltcG9ydCB7IFNtYXJ0TWVudUJ1dHRvbk1vZHVsZSB9IGZyb20gJ0BuZy1hdG9taWMvY29tcG9uZW50cy9hdG9tcy9zbWFydC1tZW51LWJ1dHRvbic7XG5cbmltcG9ydCB7IEJhY2tOYXZpZ2F0b3JPcmdhbmlzbSB9IGZyb20gJy4vYmFjay1uYXZpZ2F0b3Iub3JnYW5pc20nO1xuXG5ATmdNb2R1bGUoe1xuICBkZWNsYXJhdGlvbnM6IFtcbiAgICBCYWNrTmF2aWdhdG9yT3JnYW5pc21cbiAgXSxcbiAgaW1wb3J0czogW1xuICAgIENvbW1vbk1vZHVsZSxcbiAgICAvLyBNYXRlcmlhbFxuICAgIE1hdEJ1dHRvbk1vZHVsZSxcbiAgICBNYXRJY29uTW9kdWxlLFxuICAgIE1hdFRvb2xiYXJNb2R1bGUsXG4gICAgLy8gQXRvbXNcbiAgICBTbWFydE1lbnVCdXR0b25Nb2R1bGUsXG4gIF0sXG4gIGV4cG9ydHM6IFtcbiAgICBCYWNrTmF2aWdhdG9yT3JnYW5pc21cbiAgXVxufSlcbmV4cG9ydCBjbGFzcyBCYWNrTmF2aWdhdG9yTW9kdWxlIHsgfVxuIl19
|