@lucca-front/ng 15.3.0 → 16.0.0
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/a11y/index.d.ts +5 -5
- package/a11y/lib/index.d.ts +1 -1
- package/a11y/lib/skip-links/skip-links.component.d.ts +9 -9
- package/a11y/lib/skip-links/skip-links.translate.d.ts +16 -16
- package/a11y/public-api.d.ts +1 -1
- package/animations/index.d.ts +5 -5
- package/animations/lib/animation.factory.d.ts +6 -6
- package/animations/lib/fade.animation.d.ts +2 -2
- package/animations/lib/index.d.ts +4 -4
- package/animations/lib/scale.animation.d.ts +2 -2
- package/animations/lib/slide.animation.d.ts +2 -2
- package/animations/public-api.d.ts +1 -1
- package/api/index.d.ts +5 -5
- package/api/lib/api.model.d.ts +14 -14
- package/api/lib/api.module.d.ts +7 -7
- package/api/lib/index.d.ts +4 -4
- package/api/lib/select/api-select.module.d.ts +10 -10
- package/api/lib/select/feeder/api-feeder.component.d.ts +19 -19
- package/api/lib/select/feeder/api-feeder.model.d.ts +14 -14
- package/api/lib/select/feeder/api-feeder.module.d.ts +7 -7
- package/api/lib/select/feeder/index.d.ts +3 -3
- package/api/lib/select/index.d.ts +5 -5
- package/api/lib/select/input/api-select-input.component.d.ts +32 -32
- package/api/lib/select/input/api-select-input.module.d.ts +7 -7
- package/api/lib/select/input/index.d.ts +2 -2
- package/api/lib/select/pager/api-pager.component.d.ts +18 -18
- package/api/lib/select/pager/api-pager.model.d.ts +33 -33
- package/api/lib/select/pager/api-pager.module.d.ts +7 -7
- package/api/lib/select/pager/index.d.ts +3 -3
- package/api/lib/select/searcher/api-searcher.component.d.ts +39 -39
- package/api/lib/select/searcher/api-searcher.model.d.ts +34 -34
- package/api/lib/select/searcher/api-searcher.module.d.ts +7 -7
- package/api/lib/select/searcher/index.d.ts +3 -3
- package/api/lib/service/api-hybrid.service.d.ts +25 -25
- package/api/lib/service/api-service.model.d.ts +13 -13
- package/api/lib/service/api-v3.service.d.ts +26 -26
- package/api/lib/service/api-v4.service.d.ts +23 -23
- package/api/lib/service/index.d.ts +4 -4
- package/api/public-api.d.ts +1 -1
- package/core/index.d.ts +5 -5
- package/core/lib/date/date-adapter.class.d.ts +18 -18
- package/core/lib/date/date-adapter.interface.d.ts +17 -17
- package/core/lib/date/date-granularity.enum.d.ts +6 -6
- package/core/lib/date/index.d.ts +5 -5
- package/core/lib/date/native/index.d.ts +2 -2
- package/core/lib/date/native/native-date.adapter.d.ts +29 -29
- package/core/lib/date/native/native-date.option.d.ts +6 -6
- package/core/lib/date/string/index.d.ts +1 -1
- package/core/lib/date/string/string-date.adapter.d.ts +28 -28
- package/core/lib/event/index.d.ts +3 -3
- package/core/lib/event/on-close.subscriber.d.ts +6 -6
- package/core/lib/event/on-open.subscriber.d.ts +6 -6
- package/core/lib/event/on-scroll-bottom.subscriber.d.ts +6 -6
- package/core/lib/group/group.interface.d.ts +4 -4
- package/core/lib/group/index.d.ts +1 -1
- package/core/lib/id/id.generator.d.ts +1 -1
- package/core/lib/id/index.d.ts +1 -1
- package/core/lib/index.d.ts +6 -6
- package/core/lib/translate/index.d.ts +2 -2
- package/core/lib/translate/intl.model.d.ts +6 -6
- package/core/lib/translate/translation.model.d.ts +9 -9
- package/core/lib/tree/index.d.ts +1 -1
- package/core/lib/tree/tree.model.d.ts +5 -5
- package/core/public-api.d.ts +1 -1
- package/date/index.d.ts +5 -5
- package/date/lib/adapter/date-adapter.module.d.ts +7 -7
- package/date/lib/adapter/date-adapter.pipe.d.ts +10 -10
- package/date/lib/adapter/index.d.ts +2 -2
- package/date/lib/calendar/calendar-input.component.d.ts +49 -49
- package/date/lib/calendar/calendar-input.module.d.ts +7 -7
- package/date/lib/calendar/calendar-item.class.d.ts +34 -34
- package/date/lib/calendar/calendar-item.factory.d.ts +13 -13
- package/date/lib/calendar/calendar-item.interface.d.ts +9 -9
- package/date/lib/calendar/index.d.ts +2 -2
- package/date/lib/date.module.d.ts +11 -11
- package/date/lib/index.d.ts +6 -6
- package/date/lib/input/date-input.directive.d.ts +24 -24
- package/date/lib/input/date-input.module.d.ts +7 -7
- package/date/lib/input/date-input.translate.d.ts +12 -12
- package/date/lib/input/index.d.ts +3 -3
- package/date/lib/picker/date-picker.component.d.ts +29 -29
- package/date/lib/picker/date-picker.module.d.ts +7 -7
- package/date/lib/picker/index.d.ts +2 -2
- package/date/lib/select/date-select-input.component.d.ts +27 -27
- package/date/lib/select/date-select-input.module.d.ts +7 -7
- package/date/lib/select/date-select-input.translate.d.ts +12 -12
- package/date/lib/select/index.d.ts +3 -3
- package/date/public-api.d.ts +1 -1
- package/department/index.d.ts +5 -5
- package/department/lib/department.model.d.ts +4 -4
- package/department/lib/department.module.d.ts +7 -7
- package/department/lib/index.d.ts +4 -4
- package/department/lib/select/department-select.module.d.ts +8 -8
- package/department/lib/select/feeder/department-feeder.component.d.ts +19 -19
- package/department/lib/select/feeder/department-feeder.module.d.ts +7 -7
- package/department/lib/select/feeder/index.d.ts +2 -2
- package/department/lib/select/index.d.ts +3 -3
- package/department/lib/select/input/department-select-input.component.d.ts +23 -23
- package/department/lib/select/input/department-select-input.module.d.ts +7 -7
- package/department/lib/select/input/department-select-input.translate.d.ts +7 -7
- package/department/lib/select/input/index.d.ts +3 -3
- package/department/lib/service/department-service.model.d.ts +10 -10
- package/department/lib/service/department-v3.service.d.ts +24 -24
- package/department/lib/service/index.d.ts +2 -2
- package/department/public-api.d.ts +1 -1
- package/dropdown/index.d.ts +5 -5
- package/dropdown/lib/dropdown.module.d.ts +9 -9
- package/dropdown/lib/index.d.ts +4 -4
- package/dropdown/lib/item/dropdown-item.directive.d.ts +14 -14
- package/dropdown/lib/item/dropdown-item.model.d.ts +9 -9
- package/dropdown/lib/item/dropdown-item.module.d.ts +7 -7
- package/dropdown/lib/item/index.d.ts +3 -3
- package/dropdown/lib/panel/dropdown-panel.component.d.ts +40 -40
- package/dropdown/lib/panel/dropdown-panel.model.d.ts +2 -2
- package/dropdown/lib/panel/dropdown-panel.module.d.ts +8 -8
- package/dropdown/lib/panel/index.d.ts +3 -3
- package/dropdown/lib/trigger/dropdown-trigger.directive.d.ts +42 -42
- package/dropdown/lib/trigger/dropdown-trigger.module.d.ts +8 -8
- package/dropdown/lib/trigger/index.d.ts +2 -2
- package/dropdown/public-api.d.ts +1 -1
- package/esm2022/a11y/lib/index.mjs +2 -0
- package/esm2022/a11y/lib/skip-links/skip-links.component.mjs +27 -0
- package/esm2022/a11y/lib/skip-links/skip-links.translate.mjs +27 -0
- package/esm2022/a11y/lucca-front-ng-a11y.mjs +5 -0
- package/esm2022/a11y/public-api.mjs +5 -0
- package/esm2022/animations/lib/animation.factory.mjs +15 -0
- package/esm2022/animations/lib/fade.animation.mjs +8 -0
- package/esm2022/animations/lib/index.mjs +5 -0
- package/esm2022/animations/lib/scale.animation.mjs +126 -0
- package/esm2022/animations/lib/slide.animation.mjs +110 -0
- package/esm2022/animations/lucca-front-ng-animations.mjs +5 -0
- package/esm2022/animations/public-api.mjs +5 -0
- package/esm2022/api/lib/api.model.mjs +2 -0
- package/esm2022/api/lib/api.module.mjs +17 -0
- package/esm2022/api/lib/index.mjs +5 -0
- package/esm2022/api/lib/select/api-select.module.mjs +20 -0
- package/esm2022/api/lib/select/feeder/api-feeder.component.mjs +94 -0
- package/esm2022/api/lib/select/feeder/api-feeder.model.mjs +11 -0
- package/esm2022/api/lib/select/feeder/api-feeder.module.mjs +17 -0
- package/esm2022/api/lib/select/feeder/index.mjs +4 -0
- package/esm2022/api/lib/select/index.mjs +6 -0
- package/esm2022/api/lib/select/input/api-select-input.component.mjs +53 -0
- package/esm2022/api/lib/select/input/api-select-input.module.mjs +17 -0
- package/esm2022/api/lib/select/input/index.mjs +3 -0
- package/esm2022/api/lib/select/pager/api-pager.component.mjs +100 -0
- package/esm2022/api/lib/select/pager/api-pager.model.mjs +56 -0
- package/esm2022/api/lib/select/pager/api-pager.module.mjs +17 -0
- package/esm2022/api/lib/select/pager/index.mjs +4 -0
- package/esm2022/api/lib/select/searcher/api-searcher.component.mjs +237 -0
- package/esm2022/api/lib/select/searcher/api-searcher.model.mjs +67 -0
- package/esm2022/api/lib/select/searcher/api-searcher.module.mjs +17 -0
- package/esm2022/api/lib/select/searcher/index.mjs +4 -0
- package/esm2022/api/lib/service/api-hybrid.service.mjs +66 -0
- package/esm2022/api/lib/service/api-service.model.mjs +3 -0
- package/esm2022/api/lib/service/api-v3.service.mjs +73 -0
- package/esm2022/api/lib/service/api-v4.service.mjs +72 -0
- package/esm2022/api/lib/service/index.mjs +5 -0
- package/esm2022/api/lucca-front-ng-api.mjs +5 -0
- package/esm2022/api/public-api.mjs +5 -0
- package/esm2022/core/lib/date/date-adapter.class.mjs +54 -0
- package/esm2022/core/lib/date/date-adapter.interface.mjs +2 -0
- package/esm2022/core/lib/date/date-granularity.enum.mjs +8 -0
- package/esm2022/core/lib/date/index.mjs +6 -0
- package/esm2022/core/lib/date/native/index.mjs +3 -0
- package/esm2022/core/lib/date/native/native-date.adapter.mjs +233 -0
- package/esm2022/core/lib/date/native/native-date.option.mjs +6 -0
- package/esm2022/core/lib/date/string/index.mjs +2 -0
- package/esm2022/core/lib/date/string/string-date.adapter.mjs +84 -0
- package/esm2022/core/lib/event/index.mjs +4 -0
- package/esm2022/core/lib/event/on-close.subscriber.mjs +3 -0
- package/esm2022/core/lib/event/on-open.subscriber.mjs +3 -0
- package/esm2022/core/lib/event/on-scroll-bottom.subscriber.mjs +3 -0
- package/esm2022/core/lib/group/group.interface.mjs +2 -0
- package/esm2022/core/lib/group/index.mjs +2 -0
- package/esm2022/core/lib/id/id.generator.mjs +9 -0
- package/esm2022/core/lib/id/index.mjs +2 -0
- package/esm2022/core/lib/index.mjs +7 -0
- package/esm2022/core/lib/translate/index.mjs +3 -0
- package/esm2022/core/lib/translate/intl.model.mjs +17 -0
- package/esm2022/core/lib/translate/translation.model.mjs +2 -0
- package/esm2022/core/lib/tree/index.mjs +2 -0
- package/esm2022/core/lib/tree/tree.model.mjs +2 -0
- package/esm2022/core/lucca-front-ng-core.mjs +5 -0
- package/esm2022/core/public-api.mjs +5 -0
- package/esm2022/date/lib/adapter/date-adapter.module.mjs +17 -0
- package/esm2022/date/lib/adapter/date-adapter.pipe.mjs +26 -0
- package/esm2022/date/lib/adapter/index.mjs +3 -0
- package/esm2022/date/lib/calendar/calendar-input.component.mjs +333 -0
- package/esm2022/date/lib/calendar/calendar-input.module.mjs +17 -0
- package/esm2022/date/lib/calendar/calendar-item.class.mjs +43 -0
- package/esm2022/date/lib/calendar/calendar-item.factory.mjs +38 -0
- package/esm2022/date/lib/calendar/calendar-item.interface.mjs +2 -0
- package/esm2022/date/lib/calendar/index.mjs +3 -0
- package/esm2022/date/lib/date.module.mjs +21 -0
- package/esm2022/date/lib/index.mjs +7 -0
- package/esm2022/date/lib/input/date-input.directive.mjs +138 -0
- package/esm2022/date/lib/input/date-input.module.mjs +17 -0
- package/esm2022/date/lib/input/date-input.translate.mjs +39 -0
- package/esm2022/date/lib/input/index.mjs +4 -0
- package/esm2022/date/lib/picker/date-picker.component.mjs +110 -0
- package/esm2022/date/lib/picker/date-picker.module.mjs +17 -0
- package/esm2022/date/lib/picker/index.mjs +3 -0
- package/esm2022/date/lib/select/date-select-input.component.mjs +101 -0
- package/esm2022/date/lib/select/date-select-input.module.mjs +17 -0
- package/esm2022/date/lib/select/date-select-input.translate.mjs +31 -0
- package/esm2022/date/lib/select/index.mjs +4 -0
- package/esm2022/date/lucca-front-ng-date.mjs +5 -0
- package/esm2022/date/public-api.mjs +5 -0
- package/esm2022/department/lib/department.model.mjs +2 -0
- package/esm2022/department/lib/department.module.mjs +17 -0
- package/esm2022/department/lib/index.mjs +5 -0
- package/esm2022/department/lib/select/department-select.module.mjs +18 -0
- package/esm2022/department/lib/select/feeder/department-feeder.component.mjs +83 -0
- package/esm2022/department/lib/select/feeder/department-feeder.module.mjs +17 -0
- package/esm2022/department/lib/select/feeder/index.mjs +3 -0
- package/esm2022/department/lib/select/index.mjs +4 -0
- package/esm2022/department/lib/select/input/department-select-input.component.mjs +68 -0
- package/esm2022/department/lib/select/input/department-select-input.module.mjs +17 -0
- package/esm2022/department/lib/select/input/department-select-input.translate.mjs +16 -0
- package/esm2022/department/lib/select/input/index.mjs +4 -0
- package/esm2022/department/lib/service/department-service.model.mjs +4 -0
- package/esm2022/department/lib/service/department-v3.service.mjs +44 -0
- package/esm2022/department/lib/service/index.mjs +3 -0
- package/esm2022/department/lucca-front-ng-department.mjs +5 -0
- package/esm2022/department/public-api.mjs +5 -0
- package/esm2022/dropdown/lib/dropdown.module.mjs +19 -0
- package/esm2022/dropdown/lib/index.mjs +5 -0
- package/esm2022/dropdown/lib/item/dropdown-item.directive.mjs +56 -0
- package/esm2022/dropdown/lib/item/dropdown-item.model.mjs +3 -0
- package/esm2022/dropdown/lib/item/dropdown-item.module.mjs +18 -0
- package/esm2022/dropdown/lib/item/index.mjs +4 -0
- package/esm2022/dropdown/lib/panel/dropdown-panel.component.mjs +112 -0
- package/esm2022/dropdown/lib/panel/dropdown-panel.model.mjs +2 -0
- package/esm2022/dropdown/lib/panel/dropdown-panel.module.mjs +19 -0
- package/esm2022/dropdown/lib/panel/index.mjs +4 -0
- package/esm2022/dropdown/lib/trigger/dropdown-trigger.directive.mjs +122 -0
- package/esm2022/dropdown/lib/trigger/dropdown-trigger.module.mjs +19 -0
- package/esm2022/dropdown/lib/trigger/index.mjs +3 -0
- package/esm2022/dropdown/lucca-front-ng-dropdown.mjs +5 -0
- package/esm2022/dropdown/public-api.mjs +5 -0
- package/esm2022/establishment/lib/establishment.model.mjs +2 -0
- package/esm2022/establishment/lib/establishment.module.mjs +17 -0
- package/esm2022/establishment/lib/index.mjs +5 -0
- package/esm2022/establishment/lib/select/establishment-select.module.mjs +21 -0
- package/esm2022/establishment/lib/select/for-legal-units/for-legal-units.directive.mjs +48 -0
- package/esm2022/establishment/lib/select/for-legal-units/for-legal-units.module.mjs +17 -0
- package/esm2022/establishment/lib/select/for-legal-units/index.mjs +3 -0
- package/esm2022/establishment/lib/select/index.mjs +7 -0
- package/esm2022/establishment/lib/select/input/establishment-select-input.component.mjs +127 -0
- package/esm2022/establishment/lib/select/input/establishment-select-input.module.mjs +17 -0
- package/esm2022/establishment/lib/select/input/establishment-select-input.translate.mjs +16 -0
- package/esm2022/establishment/lib/select/input/index.mjs +4 -0
- package/esm2022/establishment/lib/select/legal-unit-selector/index.mjs +3 -0
- package/esm2022/establishment/lib/select/legal-unit-selector/legal-unit-selector.directive.mjs +105 -0
- package/esm2022/establishment/lib/select/legal-unit-selector/legal-unit-selector.module.mjs +17 -0
- package/esm2022/establishment/lib/select/searcher/establishment-searcher.component.mjs +148 -0
- package/esm2022/establishment/lib/select/searcher/establishment-searcher.module.mjs +17 -0
- package/esm2022/establishment/lib/select/searcher/index.mjs +3 -0
- package/esm2022/establishment/lib/select/select-all/establishment-select-all.component.mjs +96 -0
- package/esm2022/establishment/lib/select/select-all/establishment-select-all.module.mjs +17 -0
- package/esm2022/establishment/lib/select/select-all/establishment-select-all.translate.mjs +23 -0
- package/esm2022/establishment/lib/select/select-all/index.mjs +4 -0
- package/esm2022/establishment/lib/service/establishment-service.model.mjs +4 -0
- package/esm2022/establishment/lib/service/establishment.service.mjs +38 -0
- package/esm2022/establishment/lib/service/index.mjs +5 -0
- package/esm2022/establishment/lib/service/legal-unit-service.model.mjs +4 -0
- package/esm2022/establishment/lib/service/legal-unit.service.mjs +38 -0
- package/esm2022/establishment/lucca-front-ng-establishment.mjs +5 -0
- package/esm2022/establishment/public-api.mjs +5 -0
- package/esm2022/formly/lib/formly.config.mjs +79 -0
- package/esm2022/formly/lib/formly.module.mjs +109 -0
- package/esm2022/formly/lib/formly.utils.mjs +10 -0
- package/esm2022/formly/lib/index.mjs +5 -0
- package/esm2022/formly/lib/types/api.mjs +37 -0
- package/esm2022/formly/lib/types/checkbox.mjs +22 -0
- package/esm2022/formly/lib/types/date.mjs +22 -0
- package/esm2022/formly/lib/types/department.mjs +22 -0
- package/esm2022/formly/lib/types/establishment.mjs +22 -0
- package/esm2022/formly/lib/types/index.mjs +12 -0
- package/esm2022/formly/lib/types/input.mjs +26 -0
- package/esm2022/formly/lib/types/qualification.mjs +22 -0
- package/esm2022/formly/lib/types/radios.mjs +25 -0
- package/esm2022/formly/lib/types/select.mjs +28 -0
- package/esm2022/formly/lib/types/textarea.mjs +22 -0
- package/esm2022/formly/lib/types/user.mjs +22 -0
- package/esm2022/formly/lib/wrappers/checkbox-layout.mjs +30 -0
- package/esm2022/formly/lib/wrappers/error.mjs +57 -0
- package/esm2022/formly/lib/wrappers/helper.mjs +19 -0
- package/esm2022/formly/lib/wrappers/icon.mjs +19 -0
- package/esm2022/formly/lib/wrappers/index.mjs +8 -0
- package/esm2022/formly/lib/wrappers/radiosfield-layout.mjs +30 -0
- package/esm2022/formly/lib/wrappers/suffix.mjs +19 -0
- package/esm2022/formly/lib/wrappers/textfield-layout.mjs +39 -0
- package/esm2022/formly/lucca-front-ng-formly.mjs +5 -0
- package/esm2022/formly/public-api.mjs +5 -0
- package/esm2022/input/lib/clearer/clearer.component.mjs +36 -0
- package/esm2022/input/lib/clearer/clearer.model.mjs +3 -0
- package/esm2022/input/lib/clearer/clearer.module.mjs +17 -0
- package/esm2022/input/lib/clearer/index.mjs +4 -0
- package/esm2022/input/lib/displayer/index.mjs +4 -0
- package/esm2022/input/lib/displayer/input-displayer.directive.mjs +60 -0
- package/esm2022/input/lib/displayer/input-displayer.model.mjs +6 -0
- package/esm2022/input/lib/displayer/input-displayer.module.mjs +17 -0
- package/esm2022/input/lib/index.mjs +6 -0
- package/esm2022/input/lib/input.directive.mjs +43 -0
- package/esm2022/input/lib/input.model.mjs +54 -0
- package/esm2022/input/lib/input.module.mjs +19 -0
- package/esm2022/input/lucca-front-ng-input.mjs +5 -0
- package/esm2022/input/public-api.mjs +5 -0
- package/esm2022/lucca-front-ng.mjs +5 -0
- package/esm2022/material/lib/index.mjs +2 -0
- package/esm2022/material/lib/module.mjs +13 -0
- package/esm2022/material/lucca-front-ng-material.mjs +5 -0
- package/esm2022/material/public-api.mjs +5 -0
- package/esm2022/modal/lib/index.mjs +12 -0
- package/esm2022/modal/lib/modal-config.default.mjs +17 -0
- package/esm2022/modal/lib/modal-config.model.mjs +5 -0
- package/esm2022/modal/lib/modal-panel.component.mjs +125 -0
- package/esm2022/modal/lib/modal-ref.factory.mjs +61 -0
- package/esm2022/modal/lib/modal-ref.model.mjs +11 -0
- package/esm2022/modal/lib/modal.model.mjs +2 -0
- package/esm2022/modal/lib/modal.module.mjs +27 -0
- package/esm2022/modal/lib/modal.service.mjs +22 -0
- package/esm2022/modal/lib/modal.token.mjs +9 -0
- package/esm2022/modal/lib/modal.translate.mjs +22 -0
- package/esm2022/modal/lib/modal.utils.mjs +9 -0
- package/esm2022/modal/lucca-front-ng-modal.mjs +5 -0
- package/esm2022/modal/public-api.mjs +5 -0
- package/esm2022/number/lib/index.mjs +3 -0
- package/esm2022/number/lib/number.module.mjs +17 -0
- package/esm2022/number/lib/number.pipe.mjs +37 -0
- package/esm2022/number/lucca-front-ng-number.mjs +5 -0
- package/esm2022/number/public-api.mjs +5 -0
- package/esm2022/option/lib/index.mjs +8 -0
- package/esm2022/option/lib/item/index.mjs +8 -0
- package/esm2022/option/lib/item/option-item.component.mjs +77 -0
- package/esm2022/option/lib/item/option-item.model.mjs +3 -0
- package/esm2022/option/lib/item/option-item.module.mjs +17 -0
- package/esm2022/option/lib/item/tree-option-item.component.mjs +137 -0
- package/esm2022/option/lib/item/tree-option-item.model.mjs +7 -0
- package/esm2022/option/lib/item/tree-option-item.module.mjs +17 -0
- package/esm2022/option/lib/item/tree-option-item.translate.mjs +15 -0
- package/esm2022/option/lib/operator/feeder/index.mjs +5 -0
- package/esm2022/option/lib/operator/feeder/option-feeder.component.mjs +34 -0
- package/esm2022/option/lib/operator/feeder/option-feeder.module.mjs +17 -0
- package/esm2022/option/lib/operator/feeder/tree-option-feeder.component.mjs +34 -0
- package/esm2022/option/lib/operator/feeder/tree-option-feeder.module.mjs +17 -0
- package/esm2022/option/lib/operator/for-groups/for-groups.directive.mjs +90 -0
- package/esm2022/option/lib/operator/for-groups/for-groups.module.mjs +17 -0
- package/esm2022/option/lib/operator/for-groups/index.mjs +3 -0
- package/esm2022/option/lib/operator/for-options/for-options.directive.mjs +51 -0
- package/esm2022/option/lib/operator/for-options/for-options.module.mjs +17 -0
- package/esm2022/option/lib/operator/for-options/for-tree-options.directive.mjs +30 -0
- package/esm2022/option/lib/operator/for-options/for-tree-options.module.mjs +17 -0
- package/esm2022/option/lib/operator/for-options/index.mjs +5 -0
- package/esm2022/option/lib/operator/index.mjs +10 -0
- package/esm2022/option/lib/operator/option-operator.model.mjs +3 -0
- package/esm2022/option/lib/operator/option-operator.module.mjs +21 -0
- package/esm2022/option/lib/operator/pager/index.mjs +5 -0
- package/esm2022/option/lib/operator/pager/option-pager.component.mjs +54 -0
- package/esm2022/option/lib/operator/pager/option-pager.module.mjs +17 -0
- package/esm2022/option/lib/operator/pager/tree-option-pager.component.mjs +72 -0
- package/esm2022/option/lib/operator/pager/tree-option-pager.module.mjs +17 -0
- package/esm2022/option/lib/operator/searcher/index.mjs +5 -0
- package/esm2022/option/lib/operator/searcher/option-searcher.component.mjs +67 -0
- package/esm2022/option/lib/operator/searcher/option-searcher.module.mjs +17 -0
- package/esm2022/option/lib/operator/searcher/tree-option-searcher.component.mjs +84 -0
- package/esm2022/option/lib/operator/searcher/tree-option-searcher.module.mjs +17 -0
- package/esm2022/option/lib/operator/tree-option-operator.model.mjs +4 -0
- package/esm2022/option/lib/operator/tree-option-operator.module.mjs +20 -0
- package/esm2022/option/lib/option.module.mjs +64 -0
- package/esm2022/option/lib/picker/index.mjs +9 -0
- package/esm2022/option/lib/picker/option-picker-advanced.component.mjs +152 -0
- package/esm2022/option/lib/picker/option-picker.component.mjs +316 -0
- package/esm2022/option/lib/picker/option-picker.model.mjs +69 -0
- package/esm2022/option/lib/picker/option-picker.module.mjs +19 -0
- package/esm2022/option/lib/picker/tree-option-picker-advanced.component.mjs +142 -0
- package/esm2022/option/lib/picker/tree-option-picker.component.mjs +171 -0
- package/esm2022/option/lib/picker/tree-option-picker.model.mjs +4 -0
- package/esm2022/option/lib/picker/tree-option-picker.module.mjs +22 -0
- package/esm2022/option/lib/placeholder/index.mjs +4 -0
- package/esm2022/option/lib/placeholder/option-placeholder.component.mjs +24 -0
- package/esm2022/option/lib/placeholder/option-placeholder.module.mjs +17 -0
- package/esm2022/option/lib/placeholder/option-placeholder.translate.mjs +19 -0
- package/esm2022/option/lib/selector/all/index.mjs +6 -0
- package/esm2022/option/lib/selector/all/select-all.component.mjs +62 -0
- package/esm2022/option/lib/selector/all/select-all.module.mjs +17 -0
- package/esm2022/option/lib/selector/all/select-all.translate.mjs +27 -0
- package/esm2022/option/lib/selector/all/tree-select-all.component.mjs +65 -0
- package/esm2022/option/lib/selector/all/tree-select-all.module.mjs +17 -0
- package/esm2022/option/lib/selector/index.mjs +6 -0
- package/esm2022/option/lib/selector/option-selector.model.mjs +3 -0
- package/esm2022/option/lib/selector/option-selector.module.mjs +17 -0
- package/esm2022/option/lib/selector/tree-option-selector.model.mjs +4 -0
- package/esm2022/option/lib/selector/tree-option-selector.module.mjs +17 -0
- package/esm2022/option/lib/tree-option.module.mjs +20 -0
- package/esm2022/option/lucca-front-ng-option.mjs +5 -0
- package/esm2022/option/public-api.mjs +5 -0
- package/esm2022/picker/lib/index.mjs +2 -0
- package/esm2022/picker/lib/input-picker.model.mjs +4 -0
- package/esm2022/picker/lucca-front-ng-picker.mjs +5 -0
- package/esm2022/picker/public-api.mjs +5 -0
- package/esm2022/popover/lib/animation/index.mjs +2 -0
- package/esm2022/popover/lib/animation/popover.animation.mjs +16 -0
- package/esm2022/popover/lib/index.mjs +6 -0
- package/esm2022/popover/lib/panel/index.mjs +4 -0
- package/esm2022/popover/lib/panel/popover-panel.component.mjs +127 -0
- package/esm2022/popover/lib/panel/popover-panel.model.mjs +120 -0
- package/esm2022/popover/lib/panel/popover-panel.module.mjs +17 -0
- package/esm2022/popover/lib/popover.module.mjs +19 -0
- package/esm2022/popover/lib/target/index.mjs +4 -0
- package/esm2022/popover/lib/target/popover-target.directive.mjs +54 -0
- package/esm2022/popover/lib/target/popover-target.model.mjs +65 -0
- package/esm2022/popover/lib/target/popover-target.module.mjs +17 -0
- package/esm2022/popover/lib/trigger/index.mjs +4 -0
- package/esm2022/popover/lib/trigger/popover-trigger.directive.mjs +187 -0
- package/esm2022/popover/lib/trigger/popover-trigger.model.mjs +469 -0
- package/esm2022/popover/lib/trigger/popover-trigger.module.mjs +18 -0
- package/esm2022/popover/lucca-front-ng-popover.mjs +5 -0
- package/esm2022/popover/public-api.mjs +5 -0
- package/esm2022/popup/lib/index.mjs +8 -0
- package/esm2022/popup/lib/popup-config.default.mjs +9 -0
- package/esm2022/popup/lib/popup-config.model.mjs +2 -0
- package/esm2022/popup/lib/popup-ref.factory.mjs +29 -0
- package/esm2022/popup/lib/popup-ref.model.mjs +139 -0
- package/esm2022/popup/lib/popup.module.mjs +22 -0
- package/esm2022/popup/lib/popup.service.mjs +22 -0
- package/esm2022/popup/lib/popup.token.mjs +8 -0
- package/esm2022/popup/lucca-front-ng-popup.mjs +5 -0
- package/esm2022/popup/public-api.mjs +5 -0
- package/esm2022/public_api.mjs +2 -0
- package/esm2022/qualification/lib/index.mjs +4 -0
- package/esm2022/qualification/lib/qualification.model.mjs +2 -0
- package/esm2022/qualification/lib/qualification.module.mjs +17 -0
- package/esm2022/qualification/lib/select/index.mjs +3 -0
- package/esm2022/qualification/lib/select/input/index.mjs +4 -0
- package/esm2022/qualification/lib/select/input/qualification-select-input.component.mjs +58 -0
- package/esm2022/qualification/lib/select/input/qualification-select-input.module.mjs +17 -0
- package/esm2022/qualification/lib/select/input/qualification-select-input.translate.mjs +16 -0
- package/esm2022/qualification/lib/select/qualification-select.module.mjs +17 -0
- package/esm2022/qualification/lucca-front-ng-qualification.mjs +5 -0
- package/esm2022/qualification/public-api.mjs +5 -0
- package/esm2022/safe-content/lib/index.mjs +3 -0
- package/esm2022/safe-content/lib/safe-content.module.mjs +20 -0
- package/esm2022/safe-content/lib/safe-html.pipe.mjs +20 -0
- package/esm2022/safe-content/lucca-front-ng-safe-content.mjs +5 -0
- package/esm2022/safe-content/public-api.mjs +5 -0
- package/esm2022/scroll/lib/index.mjs +4 -0
- package/esm2022/scroll/lib/scroll.directive.mjs +78 -0
- package/esm2022/scroll/lib/scroll.model.mjs +2 -0
- package/esm2022/scroll/lib/scroll.module.mjs +17 -0
- package/esm2022/scroll/lucca-front-ng-scroll.mjs +5 -0
- package/esm2022/scroll/public-api.mjs +5 -0
- package/esm2022/select/lib/index.mjs +3 -0
- package/esm2022/select/lib/input/index.mjs +4 -0
- package/esm2022/select/lib/input/select-input.component.mjs +249 -0
- package/esm2022/select/lib/input/select-input.model.mjs +179 -0
- package/esm2022/select/lib/input/select-input.module.mjs +17 -0
- package/esm2022/select/lib/select.module.mjs +17 -0
- package/esm2022/select/lucca-front-ng-select.mjs +5 -0
- package/esm2022/select/public-api.mjs +5 -0
- package/esm2022/sidepanel/lib/index.mjs +4 -0
- package/esm2022/sidepanel/lib/sidepanel.model.mjs +32 -0
- package/esm2022/sidepanel/lib/sidepanel.module.mjs +21 -0
- package/esm2022/sidepanel/lib/sidepanel.service.mjs +26 -0
- package/esm2022/sidepanel/lucca-front-ng-sidepanel.mjs +5 -0
- package/esm2022/sidepanel/public-api.mjs +5 -0
- package/esm2022/simple-select/api/lib/api-v3.directive.mjs +58 -0
- package/esm2022/simple-select/api/lib/api-v4.directive.mjs +51 -0
- package/esm2022/simple-select/api/lib/api.directive.mjs +41 -0
- package/esm2022/simple-select/api/lucca-front-ng-simple-select-api.mjs +5 -0
- package/esm2022/simple-select/api/public-api.mjs +4 -0
- package/esm2022/simple-select/lib/index.mjs +5 -0
- package/esm2022/simple-select/lib/input/index.mjs +2 -0
- package/esm2022/simple-select/lib/input/panel-ref.factory.mjs +91 -0
- package/esm2022/simple-select/lib/input/select-input.component.mjs +226 -0
- package/esm2022/simple-select/lib/input/select-input.models.mjs +60 -0
- package/esm2022/simple-select/lib/option/default-option.component.mjs +22 -0
- package/esm2022/simple-select/lib/option/disabled.directive.mjs +27 -0
- package/esm2022/simple-select/lib/option/displayer.directive.mjs +27 -0
- package/esm2022/simple-select/lib/option/index.mjs +6 -0
- package/esm2022/simple-select/lib/option/option-outlet.directive.mjs +71 -0
- package/esm2022/simple-select/lib/option/option.component.mjs +78 -0
- package/esm2022/simple-select/lib/option/option.directive.mjs +27 -0
- package/esm2022/simple-select/lib/option/option.token.mjs +22 -0
- package/esm2022/simple-select/lib/panel/index.mjs +3 -0
- package/esm2022/simple-select/lib/panel/panel.component.mjs +95 -0
- package/esm2022/simple-select/lib/panel/panel.models.mjs +23 -0
- package/esm2022/simple-select/lib/select.model.mjs +6 -0
- package/esm2022/simple-select/lib/select.translate.mjs +37 -0
- package/esm2022/simple-select/lucca-front-ng-simple-select.mjs +5 -0
- package/esm2022/simple-select/public-api.mjs +5 -0
- package/esm2022/title/lib/index.mjs +6 -0
- package/esm2022/title/lib/title-translate.service.mjs +3 -0
- package/esm2022/title/lib/title.model.mjs +2 -0
- package/esm2022/title/lib/title.module.mjs +21 -0
- package/esm2022/title/lib/title.service.mjs +56 -0
- package/esm2022/title/lib/title.strategy.mjs +61 -0
- package/esm2022/title/lucca-front-ng-title.mjs +5 -0
- package/esm2022/title/public-api.mjs +2 -0
- package/esm2022/toast/lucca-front-ng-toast.mjs +5 -0
- package/esm2022/toast/public-api.mjs +9 -0
- package/esm2022/toast/toasts.component.mjs +60 -0
- package/esm2022/toast/toasts.model.mjs +2 -0
- package/esm2022/toast/toasts.module.mjs +17 -0
- package/esm2022/toast/toasts.service.mjs +38 -0
- package/esm2022/toast/toasts.translate.mjs +16 -0
- package/esm2022/tooltip/lib/animation/index.mjs +2 -0
- package/esm2022/tooltip/lib/animation/tooltip.animation.mjs +16 -0
- package/esm2022/tooltip/lib/index.mjs +5 -0
- package/esm2022/tooltip/lib/panel/index.mjs +3 -0
- package/esm2022/tooltip/lib/panel/tooltip-panel.component.mjs +60 -0
- package/esm2022/tooltip/lib/panel/tooltip-panel.module.mjs +17 -0
- package/esm2022/tooltip/lib/tooltip.module.mjs +18 -0
- package/esm2022/tooltip/lib/trigger/index.mjs +3 -0
- package/esm2022/tooltip/lib/trigger/tooltip-trigger.directive.mjs +182 -0
- package/esm2022/tooltip/lib/trigger/tooltip-trigger.module.mjs +18 -0
- package/esm2022/tooltip/lucca-front-ng-tooltip.mjs +5 -0
- package/esm2022/tooltip/public-api.mjs +5 -0
- package/esm2022/user/lib/display/display-format.model.mjs +25 -0
- package/esm2022/user/lib/display/index.mjs +4 -0
- package/esm2022/user/lib/display/user-display.module.mjs +18 -0
- package/esm2022/user/lib/display/user-display.pipe.mjs +73 -0
- package/esm2022/user/lib/index.mjs +8 -0
- package/esm2022/user/lib/picture/index.mjs +3 -0
- package/esm2022/user/lib/picture/user-picture.component.mjs +69 -0
- package/esm2022/user/lib/picture/user-picture.module.mjs +20 -0
- package/esm2022/user/lib/select/homonyms/index.mjs +4 -0
- package/esm2022/user/lib/select/homonyms/user-homonyms.component.mjs +73 -0
- package/esm2022/user/lib/select/homonyms/user-homonyms.module.mjs +17 -0
- package/esm2022/user/lib/select/homonyms/user-homonyms.service.mjs +54 -0
- package/esm2022/user/lib/select/index.mjs +6 -0
- package/esm2022/user/lib/select/input/index.mjs +4 -0
- package/esm2022/user/lib/select/input/user-select-input.component.mjs +87 -0
- package/esm2022/user/lib/select/input/user-select-input.module.mjs +17 -0
- package/esm2022/user/lib/select/input/user-select-input.translate.mjs +19 -0
- package/esm2022/user/lib/select/me/index.mjs +3 -0
- package/esm2022/user/lib/select/me/me-option.directive.mjs +124 -0
- package/esm2022/user/lib/select/me/me-option.module.mjs +17 -0
- package/esm2022/user/lib/select/searcher/index.mjs +4 -0
- package/esm2022/user/lib/select/searcher/user-searcher.component.mjs +188 -0
- package/esm2022/user/lib/select/searcher/user-searcher.module.mjs +17 -0
- package/esm2022/user/lib/select/searcher/user-searcher.translate.mjs +16 -0
- package/esm2022/user/lib/select/user-select.module.mjs +20 -0
- package/esm2022/user/lib/service/index.mjs +3 -0
- package/esm2022/user/lib/service/user-service.model.mjs +4 -0
- package/esm2022/user/lib/service/user-v3.service.mjs +52 -0
- package/esm2022/user/lib/tile/index.mjs +3 -0
- package/esm2022/user/lib/tile/user-tile.component.mjs +68 -0
- package/esm2022/user/lib/tile/user-tile.module.mjs +21 -0
- package/esm2022/user/lib/user.model.mjs +2 -0
- package/esm2022/user/lib/user.module.mjs +20 -0
- package/esm2022/user/lucca-front-ng-user.mjs +5 -0
- package/esm2022/user/public-api.mjs +5 -0
- package/establishment/index.d.ts +5 -5
- package/establishment/lib/establishment.model.d.ts +9 -9
- package/establishment/lib/establishment.module.d.ts +7 -7
- package/establishment/lib/index.d.ts +4 -4
- package/establishment/lib/select/establishment-select.module.d.ts +11 -11
- package/establishment/lib/select/for-legal-units/for-legal-units.directive.d.ts +14 -14
- package/establishment/lib/select/for-legal-units/for-legal-units.module.d.ts +7 -7
- package/establishment/lib/select/for-legal-units/index.d.ts +2 -2
- package/establishment/lib/select/index.d.ts +6 -6
- package/establishment/lib/select/input/establishment-select-input.component.d.ts +32 -32
- package/establishment/lib/select/input/establishment-select-input.module.d.ts +7 -7
- package/establishment/lib/select/input/establishment-select-input.translate.d.ts +7 -7
- package/establishment/lib/select/input/index.d.ts +3 -3
- package/establishment/lib/select/legal-unit-selector/index.d.ts +2 -2
- package/establishment/lib/select/legal-unit-selector/legal-unit-selector.directive.d.ts +24 -24
- package/establishment/lib/select/legal-unit-selector/legal-unit-selector.module.d.ts +7 -7
- package/establishment/lib/select/searcher/establishment-searcher.component.d.ts +33 -33
- package/establishment/lib/select/searcher/establishment-searcher.module.d.ts +7 -7
- package/establishment/lib/select/searcher/index.d.ts +2 -2
- package/establishment/lib/select/select-all/establishment-select-all.component.d.ts +19 -19
- package/establishment/lib/select/select-all/establishment-select-all.module.d.ts +7 -7
- package/establishment/lib/select/select-all/establishment-select-all.translate.d.ts +3 -3
- package/establishment/lib/select/select-all/index.d.ts +3 -3
- package/establishment/lib/service/establishment-service.model.d.ts +5 -5
- package/establishment/lib/service/establishment.service.d.ts +17 -17
- package/establishment/lib/service/index.d.ts +4 -4
- package/establishment/lib/service/legal-unit-service.model.d.ts +5 -5
- package/establishment/lib/service/legal-unit.service.d.ts +17 -17
- package/establishment/public-api.d.ts +1 -1
- package/fesm2022/lucca-front-ng-a11y.mjs +62 -0
- package/fesm2022/lucca-front-ng-a11y.mjs.map +1 -0
- package/fesm2022/lucca-front-ng-animations.mjs +264 -0
- package/fesm2022/lucca-front-ng-api.mjs +870 -0
- package/fesm2022/lucca-front-ng-api.mjs.map +1 -0
- package/fesm2022/lucca-front-ng-core.mjs +419 -0
- package/fesm2022/lucca-front-ng-core.mjs.map +1 -0
- package/fesm2022/lucca-front-ng-date.mjs +903 -0
- package/fesm2022/lucca-front-ng-date.mjs.map +1 -0
- package/fesm2022/lucca-front-ng-department.mjs +263 -0
- package/fesm2022/lucca-front-ng-department.mjs.map +1 -0
- package/fesm2022/lucca-front-ng-dropdown.mjs +350 -0
- package/fesm2022/lucca-front-ng-dropdown.mjs.map +1 -0
- package/fesm2022/lucca-front-ng-establishment.mjs +701 -0
- package/fesm2022/lucca-front-ng-establishment.mjs.map +1 -0
- package/fesm2022/lucca-front-ng-formly.mjs +577 -0
- package/fesm2022/lucca-front-ng-formly.mjs.map +1 -0
- package/fesm2022/lucca-front-ng-input.mjs +243 -0
- package/fesm2022/lucca-front-ng-input.mjs.map +1 -0
- package/fesm2022/lucca-front-ng-material.mjs +23 -0
- package/fesm2022/lucca-front-ng-material.mjs.map +1 -0
- package/fesm2022/lucca-front-ng-modal.mjs +292 -0
- package/fesm2022/lucca-front-ng-modal.mjs.map +1 -0
- package/fesm2022/lucca-front-ng-number.mjs +60 -0
- package/fesm2022/lucca-front-ng-number.mjs.map +1 -0
- package/fesm2022/lucca-front-ng-option.mjs +2000 -0
- package/fesm2022/lucca-front-ng-option.mjs.map +1 -0
- package/fesm2022/lucca-front-ng-picker.mjs +15 -0
- package/fesm2022/lucca-front-ng-popover.mjs +1087 -0
- package/fesm2022/lucca-front-ng-popover.mjs.map +1 -0
- package/fesm2022/lucca-front-ng-popup.mjs +223 -0
- package/fesm2022/lucca-front-ng-popup.mjs.map +1 -0
- package/fesm2022/lucca-front-ng-qualification.mjs +121 -0
- package/fesm2022/lucca-front-ng-qualification.mjs.map +1 -0
- package/fesm2022/lucca-front-ng-safe-content.mjs +46 -0
- package/fesm2022/lucca-front-ng-safe-content.mjs.map +1 -0
- package/fesm2022/lucca-front-ng-scroll.mjs +101 -0
- package/fesm2022/lucca-front-ng-scroll.mjs.map +1 -0
- package/fesm2022/lucca-front-ng-select.mjs +462 -0
- package/fesm2022/lucca-front-ng-select.mjs.map +1 -0
- package/fesm2022/lucca-front-ng-sidepanel.mjs +77 -0
- package/fesm2022/lucca-front-ng-sidepanel.mjs.map +1 -0
- package/fesm2022/lucca-front-ng-simple-select-api.mjs +145 -0
- package/fesm2022/lucca-front-ng-simple-select-api.mjs.map +1 -0
- package/fesm2022/lucca-front-ng-simple-select.mjs +761 -0
- package/fesm2022/lucca-front-ng-simple-select.mjs.map +1 -0
- package/fesm2022/lucca-front-ng-title.mjs +132 -0
- package/fesm2022/lucca-front-ng-title.mjs.map +1 -0
- package/fesm2022/lucca-front-ng-toast.mjs +131 -0
- package/fesm2022/lucca-front-ng-toast.mjs.map +1 -0
- package/fesm2022/lucca-front-ng-tooltip.mjs +301 -0
- package/fesm2022/lucca-front-ng-tooltip.mjs.map +1 -0
- package/fesm2022/lucca-front-ng-user.mjs +917 -0
- package/fesm2022/lucca-front-ng-user.mjs.map +1 -0
- package/fesm2022/lucca-front-ng.mjs +6 -0
- package/formly/index.d.ts +5 -5
- package/formly/lib/formly.config.d.ts +2 -2
- package/formly/lib/formly.module.d.ts +39 -39
- package/formly/lib/formly.utils.d.ts +2 -0
- package/formly/lib/index.d.ts +4 -4
- package/formly/lib/types/api.d.ts +13 -15
- package/formly/lib/types/checkbox.d.ts +8 -10
- package/formly/lib/types/date.d.ts +8 -10
- package/formly/lib/types/department.d.ts +8 -10
- package/formly/lib/types/establishment.d.ts +8 -10
- package/formly/lib/types/index.d.ts +11 -11
- package/formly/lib/types/input.d.ts +9 -11
- package/formly/lib/types/qualification.d.ts +8 -10
- package/formly/lib/types/radios.d.ts +12 -14
- package/formly/lib/types/select.d.ts +13 -15
- package/formly/lib/types/textarea.d.ts +8 -10
- package/formly/lib/types/user.d.ts +8 -10
- package/formly/lib/wrappers/checkbox-layout.d.ts +12 -12
- package/formly/lib/wrappers/error.d.ts +20 -21
- package/formly/lib/wrappers/helper.d.ts +11 -11
- package/formly/lib/wrappers/icon.d.ts +11 -11
- package/formly/lib/wrappers/index.d.ts +7 -7
- package/formly/lib/wrappers/radiosfield-layout.d.ts +12 -12
- package/formly/lib/wrappers/suffix.d.ts +11 -11
- package/formly/lib/wrappers/textfield-layout.d.ts +15 -15
- package/formly/public-api.d.ts +1 -1
- package/index.d.ts +5 -5
- package/input/index.d.ts +5 -5
- package/input/lib/clearer/clearer.component.d.ts +9 -9
- package/input/lib/clearer/clearer.model.d.ts +7 -7
- package/input/lib/clearer/clearer.module.d.ts +7 -7
- package/input/lib/clearer/index.d.ts +3 -3
- package/input/lib/displayer/index.d.ts +3 -3
- package/input/lib/displayer/input-displayer.directive.d.ts +16 -16
- package/input/lib/displayer/input-displayer.model.d.ts +9 -9
- package/input/lib/displayer/input-displayer.module.d.ts +7 -7
- package/input/lib/index.d.ts +5 -5
- package/input/lib/input.directive.d.ts +17 -17
- package/input/lib/input.model.d.ts +23 -23
- package/input/lib/input.module.d.ts +9 -9
- package/input/public-api.d.ts +1 -1
- package/material/index.d.ts +5 -5
- package/material/lib/index.d.ts +1 -1
- package/material/lib/module.d.ts +6 -6
- package/material/public-api.d.ts +1 -1
- package/modal/index.d.ts +5 -5
- package/modal/lib/index.d.ts +11 -11
- package/modal/lib/modal-config.default.d.ts +3 -3
- package/modal/lib/modal-config.model.d.ts +25 -25
- package/modal/lib/modal-panel.component.d.ts +48 -48
- package/modal/lib/modal-ref.factory.d.ts +30 -30
- package/modal/lib/modal-ref.model.d.ts +15 -15
- package/modal/lib/modal.model.d.ts +13 -11
- package/modal/lib/modal.module.d.ts +13 -13
- package/modal/lib/modal.service.d.ts +12 -12
- package/modal/lib/modal.token.d.ts +7 -7
- package/modal/lib/modal.translate.d.ts +9 -9
- package/modal/lib/modal.utils.d.ts +2 -2
- package/modal/public-api.d.ts +1 -1
- package/number/index.d.ts +5 -5
- package/number/lib/index.d.ts +2 -2
- package/number/lib/number.module.d.ts +7 -7
- package/number/lib/number.pipe.d.ts +9 -9
- package/number/public-api.d.ts +1 -1
- package/option/index.d.ts +5 -5
- package/option/lib/index.d.ts +7 -7
- package/option/lib/item/index.d.ts +7 -7
- package/option/lib/item/option-item.component.d.ts +22 -22
- package/option/lib/item/option-item.model.d.ts +18 -18
- package/option/lib/item/option-item.module.d.ts +7 -7
- package/option/lib/item/tree-option-item.component.d.ts +39 -39
- package/option/lib/item/tree-option-item.model.d.ts +14 -14
- package/option/lib/item/tree-option-item.module.d.ts +7 -7
- package/option/lib/item/tree-option-item.translate.d.ts +8 -8
- package/option/lib/operator/feeder/index.d.ts +4 -4
- package/option/lib/operator/feeder/option-feeder.component.d.ts +9 -9
- package/option/lib/operator/feeder/option-feeder.module.d.ts +7 -7
- package/option/lib/operator/feeder/tree-option-feeder.component.d.ts +10 -10
- package/option/lib/operator/feeder/tree-option-feeder.module.d.ts +7 -7
- package/option/lib/operator/for-groups/for-groups.directive.d.ts +31 -31
- package/option/lib/operator/for-groups/for-groups.module.d.ts +7 -7
- package/option/lib/operator/for-groups/index.d.ts +2 -2
- package/option/lib/operator/for-options/for-options.directive.d.ts +16 -16
- package/option/lib/operator/for-options/for-options.module.d.ts +7 -7
- package/option/lib/operator/for-options/for-tree-options.directive.d.ts +9 -9
- package/option/lib/operator/for-options/for-tree-options.module.d.ts +7 -7
- package/option/lib/operator/for-options/index.d.ts +4 -4
- package/option/lib/operator/index.d.ts +9 -9
- package/option/lib/operator/option-operator.model.d.ts +9 -9
- package/option/lib/operator/option-operator.module.d.ts +11 -11
- package/option/lib/operator/pager/index.d.ts +4 -4
- package/option/lib/operator/pager/option-pager.component.d.ts +13 -13
- package/option/lib/operator/pager/option-pager.module.d.ts +7 -7
- package/option/lib/operator/pager/tree-option-pager.component.d.ts +16 -16
- package/option/lib/operator/pager/tree-option-pager.module.d.ts +7 -7
- package/option/lib/operator/searcher/index.d.ts +4 -4
- package/option/lib/operator/searcher/option-searcher.component.d.ts +19 -19
- package/option/lib/operator/searcher/option-searcher.module.d.ts +7 -7
- package/option/lib/operator/searcher/tree-option-searcher.component.d.ts +20 -20
- package/option/lib/operator/searcher/tree-option-searcher.module.d.ts +7 -7
- package/option/lib/operator/tree-option-operator.model.d.ts +5 -5
- package/option/lib/operator/tree-option-operator.module.d.ts +10 -10
- package/option/lib/option.module.d.ts +16 -16
- package/option/lib/picker/index.d.ts +8 -8
- package/option/lib/picker/option-picker-advanced.component.d.ts +40 -40
- package/option/lib/picker/option-picker.component.d.ts +67 -67
- package/option/lib/picker/option-picker.model.d.ts +22 -22
- package/option/lib/picker/option-picker.module.d.ts +9 -9
- package/option/lib/picker/tree-option-picker-advanced.component.d.ts +40 -40
- package/option/lib/picker/tree-option-picker.component.d.ts +35 -35
- package/option/lib/picker/tree-option-picker.model.d.ts +5 -5
- package/option/lib/picker/tree-option-picker.module.d.ts +12 -12
- package/option/lib/placeholder/index.d.ts +3 -3
- package/option/lib/placeholder/option-placeholder.component.d.ts +9 -9
- package/option/lib/placeholder/option-placeholder.module.d.ts +7 -7
- package/option/lib/placeholder/option-placeholder.translate.d.ts +8 -8
- package/option/lib/selector/all/index.d.ts +5 -5
- package/option/lib/selector/all/select-all.component.d.ts +19 -19
- package/option/lib/selector/all/select-all.module.d.ts +7 -7
- package/option/lib/selector/all/select-all.translate.d.ts +8 -8
- package/option/lib/selector/all/tree-select-all.component.d.ts +21 -21
- package/option/lib/selector/all/tree-select-all.module.d.ts +7 -7
- package/option/lib/selector/index.d.ts +5 -5
- package/option/lib/selector/option-selector.model.d.ts +11 -11
- package/option/lib/selector/option-selector.module.d.ts +7 -7
- package/option/lib/selector/tree-option-selector.model.d.ts +4 -4
- package/option/lib/selector/tree-option-selector.module.d.ts +7 -7
- package/option/lib/tree-option.module.d.ts +10 -10
- package/option/public-api.d.ts +1 -1
- package/package.json +100 -165
- package/picker/index.d.ts +5 -5
- package/picker/lib/index.d.ts +1 -1
- package/picker/lib/input-picker.model.d.ts +25 -25
- package/picker/public-api.d.ts +1 -1
- package/popover/index.d.ts +5 -5
- package/popover/lib/animation/index.d.ts +1 -1
- package/popover/lib/animation/popover.animation.d.ts +2 -2
- package/popover/lib/index.d.ts +5 -5
- package/popover/lib/panel/index.d.ts +3 -3
- package/popover/lib/panel/popover-panel.component.d.ts +54 -54
- package/popover/lib/panel/popover-panel.model.d.ts +84 -84
- package/popover/lib/panel/popover-panel.module.d.ts +7 -7
- package/popover/lib/popover.module.d.ts +9 -9
- package/popover/lib/target/index.d.ts +3 -3
- package/popover/lib/target/popover-target.directive.d.ts +16 -16
- package/popover/lib/target/popover-target.model.d.ts +44 -44
- package/popover/lib/target/popover-target.module.d.ts +7 -7
- package/popover/lib/trigger/index.d.ts +3 -3
- package/popover/lib/trigger/popover-trigger.directive.d.ts +57 -57
- package/popover/lib/trigger/popover-trigger.model.d.ts +163 -163
- package/popover/lib/trigger/popover-trigger.module.d.ts +8 -8
- package/popover/public-api.d.ts +1 -1
- package/popup/index.d.ts +5 -5
- package/popup/lib/index.d.ts +7 -7
- package/popup/lib/popup-config.default.d.ts +2 -2
- package/popup/lib/popup-config.model.d.ts +9 -9
- package/popup/lib/popup-ref.factory.d.ts +20 -20
- package/popup/lib/popup-ref.model.d.ts +54 -54
- package/popup/lib/popup.module.d.ts +7 -7
- package/popup/lib/popup.service.d.ts +11 -11
- package/popup/lib/popup.token.d.ts +7 -7
- package/popup/public-api.d.ts +1 -1
- package/public_api.d.ts +2 -2
- package/qualification/index.d.ts +5 -5
- package/qualification/lib/index.d.ts +3 -3
- package/qualification/lib/qualification.model.d.ts +7 -7
- package/qualification/lib/qualification.module.d.ts +7 -7
- package/qualification/lib/select/index.d.ts +2 -2
- package/qualification/lib/select/input/index.d.ts +3 -3
- package/qualification/lib/select/input/qualification-select-input.component.d.ts +25 -25
- package/qualification/lib/select/input/qualification-select-input.module.d.ts +7 -7
- package/qualification/lib/select/input/qualification-select-input.translate.d.ts +7 -7
- package/qualification/lib/select/qualification-select.module.d.ts +7 -7
- package/qualification/public-api.d.ts +1 -1
- package/safe-content/index.d.ts +5 -5
- package/safe-content/lib/index.d.ts +2 -2
- package/safe-content/lib/safe-content.module.d.ts +8 -8
- package/safe-content/lib/safe-html.pipe.d.ts +16 -16
- package/safe-content/public-api.d.ts +1 -1
- package/schematics/lib/angular-template.js +47 -47
- package/schematics/lib/file-update.js +18 -18
- package/schematics/lib/html-ast.js +132 -132
- package/schematics/lib/local-deps/postcss-scss.js +17 -17
- package/schematics/lib/local-deps/postcss-selector-parser.js +5 -5
- package/schematics/lib/local-deps/postcss-value-parser.js +5 -5
- package/schematics/lib/local-deps/postcss.js +4 -4
- package/schematics/lib/migration-test.js +50 -50
- package/schematics/lib/schematics.js +19 -19
- package/schematics/lib/scss-ast.js +217 -217
- package/schematics/lib/scss-value-ast.js +60 -60
- package/schematics/migrations/tshirt-size/index.js +42 -42
- package/schematics/migrations/tshirt-size/mapping.js +256 -256
- package/schematics/migrations/tshirt-size/migration.js +60 -60
- package/schematics/migrations/tshirt-size/migration.spec.js +49 -49
- package/schematics/ng-add/file-content.js +5 -5
- package/schematics/ng-add/index.js +20 -20
- package/schematics/ng-add/tasks.js +32 -32
- package/scroll/index.d.ts +5 -5
- package/scroll/lib/index.d.ts +3 -3
- package/scroll/lib/scroll.directive.d.ts +23 -23
- package/scroll/lib/scroll.model.d.ts +8 -8
- package/scroll/lib/scroll.module.d.ts +7 -7
- package/scroll/public-api.d.ts +1 -1
- package/select/index.d.ts +5 -5
- package/select/lib/index.d.ts +2 -2
- package/select/lib/input/index.d.ts +3 -3
- package/select/lib/input/select-input.component.d.ts +68 -68
- package/select/lib/input/select-input.model.d.ts +61 -61
- package/select/lib/input/select-input.module.d.ts +7 -7
- package/select/lib/select.module.d.ts +7 -7
- package/select/public-api.d.ts +1 -1
- package/sidepanel/index.d.ts +5 -5
- package/sidepanel/lib/index.d.ts +3 -3
- package/sidepanel/lib/sidepanel.model.d.ts +48 -48
- package/sidepanel/lib/sidepanel.module.d.ts +10 -10
- package/sidepanel/lib/sidepanel.service.d.ts +16 -16
- package/sidepanel/public-api.d.ts +1 -1
- package/simple-select/api/index.d.ts +5 -5
- package/simple-select/api/lib/api-v3.directive.d.ts +25 -25
- package/simple-select/api/lib/api-v4.directive.d.ts +22 -22
- package/simple-select/api/lib/api.directive.d.ts +32 -32
- package/simple-select/api/public-api.d.ts +3 -3
- package/simple-select/index.d.ts +5 -5
- package/simple-select/lib/index.d.ts +4 -4
- package/simple-select/lib/input/index.d.ts +1 -1
- package/simple-select/lib/input/panel-ref.factory.d.ts +16 -16
- package/simple-select/lib/input/select-input.component.d.ts +58 -58
- package/simple-select/lib/input/select-input.models.d.ts +3 -3
- package/simple-select/lib/option/default-option.component.d.ts +9 -9
- package/simple-select/lib/option/disabled.directive.d.ts +7 -7
- package/simple-select/lib/option/displayer.directive.d.ts +12 -12
- package/simple-select/lib/option/index.d.ts +5 -5
- package/simple-select/lib/option/option-outlet.directive.d.ts +19 -19
- package/simple-select/lib/option/option.component.d.ts +31 -31
- package/simple-select/lib/option/option.directive.d.ts +12 -12
- package/simple-select/lib/option/option.token.d.ts +9 -9
- package/simple-select/lib/panel/index.d.ts +2 -2
- package/simple-select/lib/panel/panel.component.d.ts +28 -28
- package/simple-select/lib/panel/panel.models.d.ts +13 -13
- package/simple-select/lib/select.model.d.ts +17 -17
- package/simple-select/lib/select.translate.d.ts +10 -10
- package/simple-select/public-api.d.ts +1 -1
- package/src/definitions/select/_select-input.scss +1 -1
- package/title/index.d.ts +5 -5
- package/title/lib/index.d.ts +5 -5
- package/title/lib/title-translate.service.d.ts +5 -5
- package/title/lib/title.model.d.ts +7 -8
- package/title/lib/title.module.d.ts +10 -10
- package/title/lib/title.service.d.ts +22 -22
- package/title/lib/title.strategy.d.ts +22 -22
- package/title/public-api.d.ts +1 -1
- package/toast/index.d.ts +5 -5
- package/toast/public-api.d.ts +5 -5
- package/toast/toasts.component.d.ts +22 -22
- package/toast/toasts.model.d.ts +22 -22
- package/toast/toasts.module.d.ts +7 -7
- package/toast/toasts.service.d.ts +13 -13
- package/toast/toasts.translate.d.ts +7 -7
- package/tooltip/index.d.ts +5 -5
- package/tooltip/lib/animation/index.d.ts +1 -1
- package/tooltip/lib/animation/tooltip.animation.d.ts +2 -2
- package/tooltip/lib/index.d.ts +4 -4
- package/tooltip/lib/panel/index.d.ts +2 -2
- package/tooltip/lib/panel/tooltip-panel.component.d.ts +21 -21
- package/tooltip/lib/panel/tooltip-panel.module.d.ts +7 -7
- package/tooltip/lib/tooltip.module.d.ts +8 -8
- package/tooltip/lib/trigger/index.d.ts +2 -2
- package/tooltip/lib/trigger/tooltip-trigger.directive.d.ts +48 -48
- package/tooltip/lib/trigger/tooltip-trigger.module.d.ts +8 -8
- package/tooltip/public-api.d.ts +1 -1
- package/user/index.d.ts +5 -5
- package/user/lib/display/display-format.model.d.ts +22 -22
- package/user/lib/display/index.d.ts +3 -3
- package/user/lib/display/user-display.module.d.ts +7 -7
- package/user/lib/display/user-display.pipe.d.ts +19 -19
- package/user/lib/index.d.ts +7 -7
- package/user/lib/picture/index.d.ts +2 -2
- package/user/lib/picture/user-picture.component.d.ts +31 -31
- package/user/lib/picture/user-picture.module.d.ts +9 -9
- package/user/lib/select/homonyms/index.d.ts +3 -3
- package/user/lib/select/homonyms/user-homonyms.component.d.ts +14 -14
- package/user/lib/select/homonyms/user-homonyms.module.d.ts +7 -7
- package/user/lib/select/homonyms/user-homonyms.service.d.ts +23 -23
- package/user/lib/select/index.d.ts +5 -5
- package/user/lib/select/input/index.d.ts +3 -3
- package/user/lib/select/input/user-select-input.component.d.ts +32 -32
- package/user/lib/select/input/user-select-input.module.d.ts +7 -7
- package/user/lib/select/input/user-select-input.translate.d.ts +8 -8
- package/user/lib/select/me/index.d.ts +2 -2
- package/user/lib/select/me/me-option.directive.d.ts +30 -30
- package/user/lib/select/me/me-option.module.d.ts +7 -7
- package/user/lib/select/searcher/index.d.ts +3 -3
- package/user/lib/select/searcher/user-searcher.component.d.ts +39 -39
- package/user/lib/select/searcher/user-searcher.module.d.ts +7 -7
- package/user/lib/select/searcher/user-searcher.translate.d.ts +7 -7
- package/user/lib/select/user-select.module.d.ts +10 -10
- package/user/lib/service/index.d.ts +2 -2
- package/user/lib/service/user-service.model.d.ts +9 -9
- package/user/lib/service/user-v3.service.d.ts +20 -20
- package/user/lib/tile/index.d.ts +2 -2
- package/user/lib/tile/user-tile.component.d.ts +31 -31
- package/user/lib/tile/user-tile.module.d.ts +10 -10
- package/user/lib/user.model.d.ts +11 -11
- package/user/lib/user.module.d.ts +10 -10
- package/user/public-api.d.ts +1 -1
- package/esm2020/a11y/lib/index.mjs +0 -2
- package/esm2020/a11y/lib/skip-links/skip-links.component.mjs +0 -26
- package/esm2020/a11y/lib/skip-links/skip-links.translate.mjs +0 -27
- package/esm2020/a11y/lucca-front-ng-a11y.mjs +0 -5
- package/esm2020/a11y/public-api.mjs +0 -5
- package/esm2020/animations/lib/animation.factory.mjs +0 -15
- package/esm2020/animations/lib/fade.animation.mjs +0 -8
- package/esm2020/animations/lib/index.mjs +0 -5
- package/esm2020/animations/lib/scale.animation.mjs +0 -126
- package/esm2020/animations/lib/slide.animation.mjs +0 -110
- package/esm2020/animations/lucca-front-ng-animations.mjs +0 -5
- package/esm2020/animations/public-api.mjs +0 -5
- package/esm2020/api/lib/api.model.mjs +0 -2
- package/esm2020/api/lib/api.module.mjs +0 -16
- package/esm2020/api/lib/index.mjs +0 -5
- package/esm2020/api/lib/select/api-select.module.mjs +0 -19
- package/esm2020/api/lib/select/feeder/api-feeder.component.mjs +0 -93
- package/esm2020/api/lib/select/feeder/api-feeder.model.mjs +0 -11
- package/esm2020/api/lib/select/feeder/api-feeder.module.mjs +0 -16
- package/esm2020/api/lib/select/feeder/index.mjs +0 -4
- package/esm2020/api/lib/select/index.mjs +0 -6
- package/esm2020/api/lib/select/input/api-select-input.component.mjs +0 -52
- package/esm2020/api/lib/select/input/api-select-input.module.mjs +0 -16
- package/esm2020/api/lib/select/input/index.mjs +0 -3
- package/esm2020/api/lib/select/pager/api-pager.component.mjs +0 -99
- package/esm2020/api/lib/select/pager/api-pager.model.mjs +0 -56
- package/esm2020/api/lib/select/pager/api-pager.module.mjs +0 -16
- package/esm2020/api/lib/select/pager/index.mjs +0 -4
- package/esm2020/api/lib/select/searcher/api-searcher.component.mjs +0 -235
- package/esm2020/api/lib/select/searcher/api-searcher.model.mjs +0 -67
- package/esm2020/api/lib/select/searcher/api-searcher.module.mjs +0 -16
- package/esm2020/api/lib/select/searcher/index.mjs +0 -4
- package/esm2020/api/lib/service/api-hybrid.service.mjs +0 -65
- package/esm2020/api/lib/service/api-service.model.mjs +0 -3
- package/esm2020/api/lib/service/api-v3.service.mjs +0 -72
- package/esm2020/api/lib/service/api-v4.service.mjs +0 -71
- package/esm2020/api/lib/service/index.mjs +0 -5
- package/esm2020/api/lucca-front-ng-api.mjs +0 -5
- package/esm2020/api/public-api.mjs +0 -5
- package/esm2020/core/lib/date/date-adapter.class.mjs +0 -54
- package/esm2020/core/lib/date/date-adapter.interface.mjs +0 -2
- package/esm2020/core/lib/date/date-granularity.enum.mjs +0 -8
- package/esm2020/core/lib/date/index.mjs +0 -6
- package/esm2020/core/lib/date/native/index.mjs +0 -3
- package/esm2020/core/lib/date/native/native-date.adapter.mjs +0 -232
- package/esm2020/core/lib/date/native/native-date.option.mjs +0 -6
- package/esm2020/core/lib/date/string/index.mjs +0 -2
- package/esm2020/core/lib/date/string/string-date.adapter.mjs +0 -83
- package/esm2020/core/lib/event/index.mjs +0 -4
- package/esm2020/core/lib/event/on-close.subscriber.mjs +0 -3
- package/esm2020/core/lib/event/on-open.subscriber.mjs +0 -3
- package/esm2020/core/lib/event/on-scroll-bottom.subscriber.mjs +0 -3
- package/esm2020/core/lib/group/group.interface.mjs +0 -2
- package/esm2020/core/lib/group/index.mjs +0 -2
- package/esm2020/core/lib/id/id.generator.mjs +0 -9
- package/esm2020/core/lib/id/index.mjs +0 -2
- package/esm2020/core/lib/index.mjs +0 -7
- package/esm2020/core/lib/translate/index.mjs +0 -3
- package/esm2020/core/lib/translate/intl.model.mjs +0 -17
- package/esm2020/core/lib/translate/translation.model.mjs +0 -2
- package/esm2020/core/lib/tree/index.mjs +0 -2
- package/esm2020/core/lib/tree/tree.model.mjs +0 -2
- package/esm2020/core/lucca-front-ng-core.mjs +0 -5
- package/esm2020/core/public-api.mjs +0 -5
- package/esm2020/date/lib/adapter/date-adapter.module.mjs +0 -16
- package/esm2020/date/lib/adapter/date-adapter.pipe.mjs +0 -25
- package/esm2020/date/lib/adapter/index.mjs +0 -3
- package/esm2020/date/lib/calendar/calendar-input.component.mjs +0 -332
- package/esm2020/date/lib/calendar/calendar-input.module.mjs +0 -16
- package/esm2020/date/lib/calendar/calendar-item.class.mjs +0 -43
- package/esm2020/date/lib/calendar/calendar-item.factory.mjs +0 -37
- package/esm2020/date/lib/calendar/calendar-item.interface.mjs +0 -2
- package/esm2020/date/lib/calendar/index.mjs +0 -3
- package/esm2020/date/lib/date.module.mjs +0 -20
- package/esm2020/date/lib/index.mjs +0 -7
- package/esm2020/date/lib/input/date-input.directive.mjs +0 -137
- package/esm2020/date/lib/input/date-input.module.mjs +0 -16
- package/esm2020/date/lib/input/date-input.translate.mjs +0 -39
- package/esm2020/date/lib/input/index.mjs +0 -4
- package/esm2020/date/lib/picker/date-picker.component.mjs +0 -109
- package/esm2020/date/lib/picker/date-picker.module.mjs +0 -16
- package/esm2020/date/lib/picker/index.mjs +0 -3
- package/esm2020/date/lib/select/date-select-input.component.mjs +0 -100
- package/esm2020/date/lib/select/date-select-input.module.mjs +0 -16
- package/esm2020/date/lib/select/date-select-input.translate.mjs +0 -31
- package/esm2020/date/lib/select/index.mjs +0 -4
- package/esm2020/date/lucca-front-ng-date.mjs +0 -5
- package/esm2020/date/public-api.mjs +0 -5
- package/esm2020/department/lib/department.model.mjs +0 -2
- package/esm2020/department/lib/department.module.mjs +0 -16
- package/esm2020/department/lib/index.mjs +0 -5
- package/esm2020/department/lib/select/department-select.module.mjs +0 -17
- package/esm2020/department/lib/select/feeder/department-feeder.component.mjs +0 -82
- package/esm2020/department/lib/select/feeder/department-feeder.module.mjs +0 -16
- package/esm2020/department/lib/select/feeder/index.mjs +0 -3
- package/esm2020/department/lib/select/index.mjs +0 -4
- package/esm2020/department/lib/select/input/department-select-input.component.mjs +0 -67
- package/esm2020/department/lib/select/input/department-select-input.module.mjs +0 -16
- package/esm2020/department/lib/select/input/department-select-input.translate.mjs +0 -16
- package/esm2020/department/lib/select/input/index.mjs +0 -4
- package/esm2020/department/lib/service/department-service.model.mjs +0 -4
- package/esm2020/department/lib/service/department-v3.service.mjs +0 -43
- package/esm2020/department/lib/service/index.mjs +0 -3
- package/esm2020/department/lucca-front-ng-department.mjs +0 -5
- package/esm2020/department/public-api.mjs +0 -5
- package/esm2020/dropdown/lib/dropdown.module.mjs +0 -18
- package/esm2020/dropdown/lib/index.mjs +0 -5
- package/esm2020/dropdown/lib/item/dropdown-item.directive.mjs +0 -55
- package/esm2020/dropdown/lib/item/dropdown-item.model.mjs +0 -3
- package/esm2020/dropdown/lib/item/dropdown-item.module.mjs +0 -17
- package/esm2020/dropdown/lib/item/index.mjs +0 -4
- package/esm2020/dropdown/lib/panel/dropdown-panel.component.mjs +0 -111
- package/esm2020/dropdown/lib/panel/dropdown-panel.model.mjs +0 -2
- package/esm2020/dropdown/lib/panel/dropdown-panel.module.mjs +0 -18
- package/esm2020/dropdown/lib/panel/index.mjs +0 -4
- package/esm2020/dropdown/lib/trigger/dropdown-trigger.directive.mjs +0 -121
- package/esm2020/dropdown/lib/trigger/dropdown-trigger.module.mjs +0 -18
- package/esm2020/dropdown/lib/trigger/index.mjs +0 -3
- package/esm2020/dropdown/lucca-front-ng-dropdown.mjs +0 -5
- package/esm2020/dropdown/public-api.mjs +0 -5
- package/esm2020/establishment/lib/establishment.model.mjs +0 -2
- package/esm2020/establishment/lib/establishment.module.mjs +0 -16
- package/esm2020/establishment/lib/index.mjs +0 -5
- package/esm2020/establishment/lib/select/establishment-select.module.mjs +0 -20
- package/esm2020/establishment/lib/select/for-legal-units/for-legal-units.directive.mjs +0 -47
- package/esm2020/establishment/lib/select/for-legal-units/for-legal-units.module.mjs +0 -16
- package/esm2020/establishment/lib/select/for-legal-units/index.mjs +0 -3
- package/esm2020/establishment/lib/select/index.mjs +0 -7
- package/esm2020/establishment/lib/select/input/establishment-select-input.component.mjs +0 -126
- package/esm2020/establishment/lib/select/input/establishment-select-input.module.mjs +0 -16
- package/esm2020/establishment/lib/select/input/establishment-select-input.translate.mjs +0 -16
- package/esm2020/establishment/lib/select/input/index.mjs +0 -4
- package/esm2020/establishment/lib/select/legal-unit-selector/index.mjs +0 -3
- package/esm2020/establishment/lib/select/legal-unit-selector/legal-unit-selector.directive.mjs +0 -104
- package/esm2020/establishment/lib/select/legal-unit-selector/legal-unit-selector.module.mjs +0 -16
- package/esm2020/establishment/lib/select/searcher/establishment-searcher.component.mjs +0 -147
- package/esm2020/establishment/lib/select/searcher/establishment-searcher.module.mjs +0 -16
- package/esm2020/establishment/lib/select/searcher/index.mjs +0 -3
- package/esm2020/establishment/lib/select/select-all/establishment-select-all.component.mjs +0 -95
- package/esm2020/establishment/lib/select/select-all/establishment-select-all.module.mjs +0 -16
- package/esm2020/establishment/lib/select/select-all/establishment-select-all.translate.mjs +0 -23
- package/esm2020/establishment/lib/select/select-all/index.mjs +0 -4
- package/esm2020/establishment/lib/service/establishment-service.model.mjs +0 -4
- package/esm2020/establishment/lib/service/establishment.service.mjs +0 -37
- package/esm2020/establishment/lib/service/index.mjs +0 -5
- package/esm2020/establishment/lib/service/legal-unit-service.model.mjs +0 -4
- package/esm2020/establishment/lib/service/legal-unit.service.mjs +0 -37
- package/esm2020/establishment/lucca-front-ng-establishment.mjs +0 -5
- package/esm2020/establishment/public-api.mjs +0 -5
- package/esm2020/formly/lib/formly.config.mjs +0 -81
- package/esm2020/formly/lib/formly.module.mjs +0 -108
- package/esm2020/formly/lib/index.mjs +0 -5
- package/esm2020/formly/lib/types/api.mjs +0 -37
- package/esm2020/formly/lib/types/checkbox.mjs +0 -22
- package/esm2020/formly/lib/types/date.mjs +0 -22
- package/esm2020/formly/lib/types/department.mjs +0 -22
- package/esm2020/formly/lib/types/establishment.mjs +0 -22
- package/esm2020/formly/lib/types/index.mjs +0 -12
- package/esm2020/formly/lib/types/input.mjs +0 -26
- package/esm2020/formly/lib/types/qualification.mjs +0 -22
- package/esm2020/formly/lib/types/radios.mjs +0 -25
- package/esm2020/formly/lib/types/select.mjs +0 -28
- package/esm2020/formly/lib/types/textarea.mjs +0 -22
- package/esm2020/formly/lib/types/user.mjs +0 -22
- package/esm2020/formly/lib/wrappers/checkbox-layout.mjs +0 -30
- package/esm2020/formly/lib/wrappers/error.mjs +0 -65
- package/esm2020/formly/lib/wrappers/helper.mjs +0 -28
- package/esm2020/formly/lib/wrappers/icon.mjs +0 -36
- package/esm2020/formly/lib/wrappers/index.mjs +0 -8
- package/esm2020/formly/lib/wrappers/radiosfield-layout.mjs +0 -30
- package/esm2020/formly/lib/wrappers/suffix.mjs +0 -28
- package/esm2020/formly/lib/wrappers/textfield-layout.mjs +0 -39
- package/esm2020/formly/lucca-front-ng-formly.mjs +0 -5
- package/esm2020/formly/public-api.mjs +0 -5
- package/esm2020/input/lib/clearer/clearer.component.mjs +0 -35
- package/esm2020/input/lib/clearer/clearer.model.mjs +0 -3
- package/esm2020/input/lib/clearer/clearer.module.mjs +0 -16
- package/esm2020/input/lib/clearer/index.mjs +0 -4
- package/esm2020/input/lib/displayer/index.mjs +0 -4
- package/esm2020/input/lib/displayer/input-displayer.directive.mjs +0 -59
- package/esm2020/input/lib/displayer/input-displayer.model.mjs +0 -6
- package/esm2020/input/lib/displayer/input-displayer.module.mjs +0 -16
- package/esm2020/input/lib/index.mjs +0 -6
- package/esm2020/input/lib/input.directive.mjs +0 -42
- package/esm2020/input/lib/input.model.mjs +0 -54
- package/esm2020/input/lib/input.module.mjs +0 -18
- package/esm2020/input/lucca-front-ng-input.mjs +0 -5
- package/esm2020/input/public-api.mjs +0 -5
- package/esm2020/lucca-front-ng.mjs +0 -5
- package/esm2020/material/lib/index.mjs +0 -2
- package/esm2020/material/lib/module.mjs +0 -12
- package/esm2020/material/lucca-front-ng-material.mjs +0 -5
- package/esm2020/material/public-api.mjs +0 -5
- package/esm2020/modal/lib/index.mjs +0 -12
- package/esm2020/modal/lib/modal-config.default.mjs +0 -17
- package/esm2020/modal/lib/modal-config.model.mjs +0 -5
- package/esm2020/modal/lib/modal-panel.component.mjs +0 -123
- package/esm2020/modal/lib/modal-ref.factory.mjs +0 -60
- package/esm2020/modal/lib/modal-ref.model.mjs +0 -11
- package/esm2020/modal/lib/modal.model.mjs +0 -2
- package/esm2020/modal/lib/modal.module.mjs +0 -26
- package/esm2020/modal/lib/modal.service.mjs +0 -21
- package/esm2020/modal/lib/modal.token.mjs +0 -9
- package/esm2020/modal/lib/modal.translate.mjs +0 -22
- package/esm2020/modal/lib/modal.utils.mjs +0 -9
- package/esm2020/modal/lucca-front-ng-modal.mjs +0 -5
- package/esm2020/modal/public-api.mjs +0 -5
- package/esm2020/number/lib/index.mjs +0 -3
- package/esm2020/number/lib/number.module.mjs +0 -16
- package/esm2020/number/lib/number.pipe.mjs +0 -36
- package/esm2020/number/lucca-front-ng-number.mjs +0 -5
- package/esm2020/number/public-api.mjs +0 -5
- package/esm2020/option/lib/index.mjs +0 -8
- package/esm2020/option/lib/item/index.mjs +0 -8
- package/esm2020/option/lib/item/option-item.component.mjs +0 -76
- package/esm2020/option/lib/item/option-item.model.mjs +0 -3
- package/esm2020/option/lib/item/option-item.module.mjs +0 -16
- package/esm2020/option/lib/item/tree-option-item.component.mjs +0 -136
- package/esm2020/option/lib/item/tree-option-item.model.mjs +0 -7
- package/esm2020/option/lib/item/tree-option-item.module.mjs +0 -16
- package/esm2020/option/lib/item/tree-option-item.translate.mjs +0 -15
- package/esm2020/option/lib/operator/feeder/index.mjs +0 -5
- package/esm2020/option/lib/operator/feeder/option-feeder.component.mjs +0 -33
- package/esm2020/option/lib/operator/feeder/option-feeder.module.mjs +0 -16
- package/esm2020/option/lib/operator/feeder/tree-option-feeder.component.mjs +0 -33
- package/esm2020/option/lib/operator/feeder/tree-option-feeder.module.mjs +0 -16
- package/esm2020/option/lib/operator/for-groups/for-groups.directive.mjs +0 -89
- package/esm2020/option/lib/operator/for-groups/for-groups.module.mjs +0 -16
- package/esm2020/option/lib/operator/for-groups/index.mjs +0 -3
- package/esm2020/option/lib/operator/for-options/for-options.directive.mjs +0 -50
- package/esm2020/option/lib/operator/for-options/for-options.module.mjs +0 -16
- package/esm2020/option/lib/operator/for-options/for-tree-options.directive.mjs +0 -29
- package/esm2020/option/lib/operator/for-options/for-tree-options.module.mjs +0 -16
- package/esm2020/option/lib/operator/for-options/index.mjs +0 -5
- package/esm2020/option/lib/operator/index.mjs +0 -10
- package/esm2020/option/lib/operator/option-operator.model.mjs +0 -3
- package/esm2020/option/lib/operator/option-operator.module.mjs +0 -20
- package/esm2020/option/lib/operator/pager/index.mjs +0 -5
- package/esm2020/option/lib/operator/pager/option-pager.component.mjs +0 -53
- package/esm2020/option/lib/operator/pager/option-pager.module.mjs +0 -16
- package/esm2020/option/lib/operator/pager/tree-option-pager.component.mjs +0 -71
- package/esm2020/option/lib/operator/pager/tree-option-pager.module.mjs +0 -16
- package/esm2020/option/lib/operator/searcher/index.mjs +0 -5
- package/esm2020/option/lib/operator/searcher/option-searcher.component.mjs +0 -66
- package/esm2020/option/lib/operator/searcher/option-searcher.module.mjs +0 -16
- package/esm2020/option/lib/operator/searcher/tree-option-searcher.component.mjs +0 -83
- package/esm2020/option/lib/operator/searcher/tree-option-searcher.module.mjs +0 -16
- package/esm2020/option/lib/operator/tree-option-operator.model.mjs +0 -4
- package/esm2020/option/lib/operator/tree-option-operator.module.mjs +0 -19
- package/esm2020/option/lib/option.module.mjs +0 -67
- package/esm2020/option/lib/picker/index.mjs +0 -9
- package/esm2020/option/lib/picker/option-picker-advanced.component.mjs +0 -150
- package/esm2020/option/lib/picker/option-picker.component.mjs +0 -314
- package/esm2020/option/lib/picker/option-picker.model.mjs +0 -69
- package/esm2020/option/lib/picker/option-picker.module.mjs +0 -18
- package/esm2020/option/lib/picker/tree-option-picker-advanced.component.mjs +0 -140
- package/esm2020/option/lib/picker/tree-option-picker.component.mjs +0 -169
- package/esm2020/option/lib/picker/tree-option-picker.model.mjs +0 -4
- package/esm2020/option/lib/picker/tree-option-picker.module.mjs +0 -21
- package/esm2020/option/lib/placeholder/index.mjs +0 -4
- package/esm2020/option/lib/placeholder/option-placeholder.component.mjs +0 -23
- package/esm2020/option/lib/placeholder/option-placeholder.module.mjs +0 -16
- package/esm2020/option/lib/placeholder/option-placeholder.translate.mjs +0 -19
- package/esm2020/option/lib/selector/all/index.mjs +0 -6
- package/esm2020/option/lib/selector/all/select-all.component.mjs +0 -61
- package/esm2020/option/lib/selector/all/select-all.module.mjs +0 -16
- package/esm2020/option/lib/selector/all/select-all.translate.mjs +0 -27
- package/esm2020/option/lib/selector/all/tree-select-all.component.mjs +0 -64
- package/esm2020/option/lib/selector/all/tree-select-all.module.mjs +0 -16
- package/esm2020/option/lib/selector/index.mjs +0 -6
- package/esm2020/option/lib/selector/option-selector.model.mjs +0 -3
- package/esm2020/option/lib/selector/option-selector.module.mjs +0 -16
- package/esm2020/option/lib/selector/tree-option-selector.model.mjs +0 -4
- package/esm2020/option/lib/selector/tree-option-selector.module.mjs +0 -16
- package/esm2020/option/lib/tree-option.module.mjs +0 -19
- package/esm2020/option/lucca-front-ng-option.mjs +0 -5
- package/esm2020/option/public-api.mjs +0 -5
- package/esm2020/picker/lib/index.mjs +0 -2
- package/esm2020/picker/lib/input-picker.model.mjs +0 -4
- package/esm2020/picker/lucca-front-ng-picker.mjs +0 -5
- package/esm2020/picker/public-api.mjs +0 -5
- package/esm2020/popover/lib/animation/index.mjs +0 -2
- package/esm2020/popover/lib/animation/popover.animation.mjs +0 -16
- package/esm2020/popover/lib/index.mjs +0 -6
- package/esm2020/popover/lib/panel/index.mjs +0 -4
- package/esm2020/popover/lib/panel/popover-panel.component.mjs +0 -126
- package/esm2020/popover/lib/panel/popover-panel.model.mjs +0 -120
- package/esm2020/popover/lib/panel/popover-panel.module.mjs +0 -16
- package/esm2020/popover/lib/popover.module.mjs +0 -18
- package/esm2020/popover/lib/target/index.mjs +0 -4
- package/esm2020/popover/lib/target/popover-target.directive.mjs +0 -53
- package/esm2020/popover/lib/target/popover-target.model.mjs +0 -65
- package/esm2020/popover/lib/target/popover-target.module.mjs +0 -16
- package/esm2020/popover/lib/trigger/index.mjs +0 -4
- package/esm2020/popover/lib/trigger/popover-trigger.directive.mjs +0 -186
- package/esm2020/popover/lib/trigger/popover-trigger.model.mjs +0 -469
- package/esm2020/popover/lib/trigger/popover-trigger.module.mjs +0 -17
- package/esm2020/popover/lucca-front-ng-popover.mjs +0 -5
- package/esm2020/popover/public-api.mjs +0 -5
- package/esm2020/popup/lib/index.mjs +0 -8
- package/esm2020/popup/lib/popup-config.default.mjs +0 -9
- package/esm2020/popup/lib/popup-config.model.mjs +0 -2
- package/esm2020/popup/lib/popup-ref.factory.mjs +0 -28
- package/esm2020/popup/lib/popup-ref.model.mjs +0 -139
- package/esm2020/popup/lib/popup.module.mjs +0 -21
- package/esm2020/popup/lib/popup.service.mjs +0 -21
- package/esm2020/popup/lib/popup.token.mjs +0 -8
- package/esm2020/popup/lucca-front-ng-popup.mjs +0 -5
- package/esm2020/popup/public-api.mjs +0 -5
- package/esm2020/public_api.mjs +0 -2
- package/esm2020/qualification/lib/index.mjs +0 -4
- package/esm2020/qualification/lib/qualification.model.mjs +0 -2
- package/esm2020/qualification/lib/qualification.module.mjs +0 -16
- package/esm2020/qualification/lib/select/index.mjs +0 -3
- package/esm2020/qualification/lib/select/input/index.mjs +0 -4
- package/esm2020/qualification/lib/select/input/qualification-select-input.component.mjs +0 -57
- package/esm2020/qualification/lib/select/input/qualification-select-input.module.mjs +0 -16
- package/esm2020/qualification/lib/select/input/qualification-select-input.translate.mjs +0 -16
- package/esm2020/qualification/lib/select/qualification-select.module.mjs +0 -16
- package/esm2020/qualification/lucca-front-ng-qualification.mjs +0 -5
- package/esm2020/qualification/public-api.mjs +0 -5
- package/esm2020/safe-content/lib/index.mjs +0 -3
- package/esm2020/safe-content/lib/safe-content.module.mjs +0 -19
- package/esm2020/safe-content/lib/safe-html.pipe.mjs +0 -19
- package/esm2020/safe-content/lucca-front-ng-safe-content.mjs +0 -5
- package/esm2020/safe-content/public-api.mjs +0 -5
- package/esm2020/scroll/lib/index.mjs +0 -4
- package/esm2020/scroll/lib/scroll.directive.mjs +0 -77
- package/esm2020/scroll/lib/scroll.model.mjs +0 -2
- package/esm2020/scroll/lib/scroll.module.mjs +0 -16
- package/esm2020/scroll/lucca-front-ng-scroll.mjs +0 -5
- package/esm2020/scroll/public-api.mjs +0 -5
- package/esm2020/select/lib/index.mjs +0 -3
- package/esm2020/select/lib/input/index.mjs +0 -4
- package/esm2020/select/lib/input/select-input.component.mjs +0 -247
- package/esm2020/select/lib/input/select-input.model.mjs +0 -179
- package/esm2020/select/lib/input/select-input.module.mjs +0 -16
- package/esm2020/select/lib/select.module.mjs +0 -16
- package/esm2020/select/lucca-front-ng-select.mjs +0 -5
- package/esm2020/select/public-api.mjs +0 -5
- package/esm2020/sidepanel/lib/index.mjs +0 -4
- package/esm2020/sidepanel/lib/sidepanel.model.mjs +0 -32
- package/esm2020/sidepanel/lib/sidepanel.module.mjs +0 -20
- package/esm2020/sidepanel/lib/sidepanel.service.mjs +0 -25
- package/esm2020/sidepanel/lucca-front-ng-sidepanel.mjs +0 -5
- package/esm2020/sidepanel/public-api.mjs +0 -5
- package/esm2020/simple-select/api/lib/api-v3.directive.mjs +0 -57
- package/esm2020/simple-select/api/lib/api-v4.directive.mjs +0 -50
- package/esm2020/simple-select/api/lib/api.directive.mjs +0 -40
- package/esm2020/simple-select/api/lucca-front-ng-simple-select-api.mjs +0 -5
- package/esm2020/simple-select/api/public-api.mjs +0 -4
- package/esm2020/simple-select/lib/index.mjs +0 -5
- package/esm2020/simple-select/lib/input/index.mjs +0 -2
- package/esm2020/simple-select/lib/input/panel-ref.factory.mjs +0 -90
- package/esm2020/simple-select/lib/input/select-input.component.mjs +0 -225
- package/esm2020/simple-select/lib/input/select-input.models.mjs +0 -60
- package/esm2020/simple-select/lib/option/default-option.component.mjs +0 -21
- package/esm2020/simple-select/lib/option/disabled.directive.mjs +0 -26
- package/esm2020/simple-select/lib/option/displayer.directive.mjs +0 -26
- package/esm2020/simple-select/lib/option/index.mjs +0 -6
- package/esm2020/simple-select/lib/option/option-outlet.directive.mjs +0 -70
- package/esm2020/simple-select/lib/option/option.component.mjs +0 -77
- package/esm2020/simple-select/lib/option/option.directive.mjs +0 -26
- package/esm2020/simple-select/lib/option/option.token.mjs +0 -22
- package/esm2020/simple-select/lib/panel/index.mjs +0 -3
- package/esm2020/simple-select/lib/panel/panel.component.mjs +0 -94
- package/esm2020/simple-select/lib/panel/panel.models.mjs +0 -23
- package/esm2020/simple-select/lib/select.model.mjs +0 -6
- package/esm2020/simple-select/lib/select.translate.mjs +0 -37
- package/esm2020/simple-select/lucca-front-ng-simple-select.mjs +0 -5
- package/esm2020/simple-select/public-api.mjs +0 -5
- package/esm2020/title/lib/index.mjs +0 -6
- package/esm2020/title/lib/title-translate.service.mjs +0 -3
- package/esm2020/title/lib/title.model.mjs +0 -6
- package/esm2020/title/lib/title.module.mjs +0 -20
- package/esm2020/title/lib/title.service.mjs +0 -55
- package/esm2020/title/lib/title.strategy.mjs +0 -63
- package/esm2020/title/lucca-front-ng-title.mjs +0 -5
- package/esm2020/title/public-api.mjs +0 -2
- package/esm2020/toast/lucca-front-ng-toast.mjs +0 -5
- package/esm2020/toast/public-api.mjs +0 -9
- package/esm2020/toast/toasts.component.mjs +0 -59
- package/esm2020/toast/toasts.model.mjs +0 -2
- package/esm2020/toast/toasts.module.mjs +0 -16
- package/esm2020/toast/toasts.service.mjs +0 -37
- package/esm2020/toast/toasts.translate.mjs +0 -16
- package/esm2020/tooltip/lib/animation/index.mjs +0 -2
- package/esm2020/tooltip/lib/animation/tooltip.animation.mjs +0 -16
- package/esm2020/tooltip/lib/index.mjs +0 -5
- package/esm2020/tooltip/lib/panel/index.mjs +0 -3
- package/esm2020/tooltip/lib/panel/tooltip-panel.component.mjs +0 -59
- package/esm2020/tooltip/lib/panel/tooltip-panel.module.mjs +0 -16
- package/esm2020/tooltip/lib/tooltip.module.mjs +0 -17
- package/esm2020/tooltip/lib/trigger/index.mjs +0 -3
- package/esm2020/tooltip/lib/trigger/tooltip-trigger.directive.mjs +0 -181
- package/esm2020/tooltip/lib/trigger/tooltip-trigger.module.mjs +0 -17
- package/esm2020/tooltip/lucca-front-ng-tooltip.mjs +0 -5
- package/esm2020/tooltip/public-api.mjs +0 -5
- package/esm2020/user/lib/display/display-format.model.mjs +0 -25
- package/esm2020/user/lib/display/index.mjs +0 -4
- package/esm2020/user/lib/display/user-display.module.mjs +0 -17
- package/esm2020/user/lib/display/user-display.pipe.mjs +0 -72
- package/esm2020/user/lib/index.mjs +0 -8
- package/esm2020/user/lib/picture/index.mjs +0 -3
- package/esm2020/user/lib/picture/user-picture.component.mjs +0 -68
- package/esm2020/user/lib/picture/user-picture.module.mjs +0 -19
- package/esm2020/user/lib/select/homonyms/index.mjs +0 -4
- package/esm2020/user/lib/select/homonyms/user-homonyms.component.mjs +0 -72
- package/esm2020/user/lib/select/homonyms/user-homonyms.module.mjs +0 -16
- package/esm2020/user/lib/select/homonyms/user-homonyms.service.mjs +0 -53
- package/esm2020/user/lib/select/index.mjs +0 -6
- package/esm2020/user/lib/select/input/index.mjs +0 -4
- package/esm2020/user/lib/select/input/user-select-input.component.mjs +0 -86
- package/esm2020/user/lib/select/input/user-select-input.module.mjs +0 -16
- package/esm2020/user/lib/select/input/user-select-input.translate.mjs +0 -19
- package/esm2020/user/lib/select/me/index.mjs +0 -3
- package/esm2020/user/lib/select/me/me-option.directive.mjs +0 -123
- package/esm2020/user/lib/select/me/me-option.module.mjs +0 -16
- package/esm2020/user/lib/select/searcher/index.mjs +0 -4
- package/esm2020/user/lib/select/searcher/user-searcher.component.mjs +0 -187
- package/esm2020/user/lib/select/searcher/user-searcher.module.mjs +0 -16
- package/esm2020/user/lib/select/searcher/user-searcher.translate.mjs +0 -16
- package/esm2020/user/lib/select/user-select.module.mjs +0 -19
- package/esm2020/user/lib/service/index.mjs +0 -3
- package/esm2020/user/lib/service/user-service.model.mjs +0 -4
- package/esm2020/user/lib/service/user-v3.service.mjs +0 -51
- package/esm2020/user/lib/tile/index.mjs +0 -3
- package/esm2020/user/lib/tile/user-tile.component.mjs +0 -67
- package/esm2020/user/lib/tile/user-tile.module.mjs +0 -20
- package/esm2020/user/lib/user.model.mjs +0 -2
- package/esm2020/user/lib/user.module.mjs +0 -19
- package/esm2020/user/lucca-front-ng-user.mjs +0 -5
- package/esm2020/user/public-api.mjs +0 -5
- package/fesm2015/lucca-front-ng-a11y.mjs +0 -64
- package/fesm2015/lucca-front-ng-a11y.mjs.map +0 -1
- package/fesm2015/lucca-front-ng-animations.mjs +0 -264
- package/fesm2015/lucca-front-ng-animations.mjs.map +0 -1
- package/fesm2015/lucca-front-ng-api.mjs +0 -878
- package/fesm2015/lucca-front-ng-api.mjs.map +0 -1
- package/fesm2015/lucca-front-ng-core.mjs +0 -423
- package/fesm2015/lucca-front-ng-core.mjs.map +0 -1
- package/fesm2015/lucca-front-ng-date.mjs +0 -905
- package/fesm2015/lucca-front-ng-date.mjs.map +0 -1
- package/fesm2015/lucca-front-ng-department.mjs +0 -267
- package/fesm2015/lucca-front-ng-department.mjs.map +0 -1
- package/fesm2015/lucca-front-ng-dropdown.mjs +0 -350
- package/fesm2015/lucca-front-ng-dropdown.mjs.map +0 -1
- package/fesm2015/lucca-front-ng-establishment.mjs +0 -711
- package/fesm2015/lucca-front-ng-establishment.mjs.map +0 -1
- package/fesm2015/lucca-front-ng-formly.mjs +0 -636
- package/fesm2015/lucca-front-ng-formly.mjs.map +0 -1
- package/fesm2015/lucca-front-ng-input.mjs +0 -243
- package/fesm2015/lucca-front-ng-input.mjs.map +0 -1
- package/fesm2015/lucca-front-ng-material.mjs +0 -23
- package/fesm2015/lucca-front-ng-material.mjs.map +0 -1
- package/fesm2015/lucca-front-ng-modal.mjs +0 -289
- package/fesm2015/lucca-front-ng-modal.mjs.map +0 -1
- package/fesm2015/lucca-front-ng-number.mjs +0 -62
- package/fesm2015/lucca-front-ng-number.mjs.map +0 -1
- package/fesm2015/lucca-front-ng-option.mjs +0 -2020
- package/fesm2015/lucca-front-ng-option.mjs.map +0 -1
- package/fesm2015/lucca-front-ng-picker.mjs +0 -15
- package/fesm2015/lucca-front-ng-popover.mjs +0 -1087
- package/fesm2015/lucca-front-ng-popover.mjs.map +0 -1
- package/fesm2015/lucca-front-ng-popup.mjs +0 -223
- package/fesm2015/lucca-front-ng-popup.mjs.map +0 -1
- package/fesm2015/lucca-front-ng-qualification.mjs +0 -121
- package/fesm2015/lucca-front-ng-qualification.mjs.map +0 -1
- package/fesm2015/lucca-front-ng-safe-content.mjs +0 -46
- package/fesm2015/lucca-front-ng-safe-content.mjs.map +0 -1
- package/fesm2015/lucca-front-ng-scroll.mjs +0 -101
- package/fesm2015/lucca-front-ng-scroll.mjs.map +0 -1
- package/fesm2015/lucca-front-ng-select.mjs +0 -462
- package/fesm2015/lucca-front-ng-select.mjs.map +0 -1
- package/fesm2015/lucca-front-ng-sidepanel.mjs +0 -77
- package/fesm2015/lucca-front-ng-sidepanel.mjs.map +0 -1
- package/fesm2015/lucca-front-ng-simple-select-api.mjs +0 -137
- package/fesm2015/lucca-front-ng-simple-select-api.mjs.map +0 -1
- package/fesm2015/lucca-front-ng-simple-select.mjs +0 -767
- package/fesm2015/lucca-front-ng-simple-select.mjs.map +0 -1
- package/fesm2015/lucca-front-ng-title.mjs +0 -144
- package/fesm2015/lucca-front-ng-title.mjs.map +0 -1
- package/fesm2015/lucca-front-ng-toast.mjs +0 -132
- package/fesm2015/lucca-front-ng-toast.mjs.map +0 -1
- package/fesm2015/lucca-front-ng-tooltip.mjs +0 -302
- package/fesm2015/lucca-front-ng-tooltip.mjs.map +0 -1
- package/fesm2015/lucca-front-ng-user.mjs +0 -921
- package/fesm2015/lucca-front-ng-user.mjs.map +0 -1
- package/fesm2015/lucca-front-ng.mjs +0 -6
- package/fesm2020/lucca-front-ng-a11y.mjs +0 -62
- package/fesm2020/lucca-front-ng-a11y.mjs.map +0 -1
- package/fesm2020/lucca-front-ng-animations.mjs +0 -264
- package/fesm2020/lucca-front-ng-api.mjs +0 -870
- package/fesm2020/lucca-front-ng-api.mjs.map +0 -1
- package/fesm2020/lucca-front-ng-core.mjs +0 -419
- package/fesm2020/lucca-front-ng-core.mjs.map +0 -1
- package/fesm2020/lucca-front-ng-date.mjs +0 -903
- package/fesm2020/lucca-front-ng-date.mjs.map +0 -1
- package/fesm2020/lucca-front-ng-department.mjs +0 -263
- package/fesm2020/lucca-front-ng-department.mjs.map +0 -1
- package/fesm2020/lucca-front-ng-dropdown.mjs +0 -350
- package/fesm2020/lucca-front-ng-dropdown.mjs.map +0 -1
- package/fesm2020/lucca-front-ng-establishment.mjs +0 -701
- package/fesm2020/lucca-front-ng-establishment.mjs.map +0 -1
- package/fesm2020/lucca-front-ng-formly.mjs +0 -634
- package/fesm2020/lucca-front-ng-formly.mjs.map +0 -1
- package/fesm2020/lucca-front-ng-input.mjs +0 -243
- package/fesm2020/lucca-front-ng-input.mjs.map +0 -1
- package/fesm2020/lucca-front-ng-material.mjs +0 -23
- package/fesm2020/lucca-front-ng-material.mjs.map +0 -1
- package/fesm2020/lucca-front-ng-modal.mjs +0 -293
- package/fesm2020/lucca-front-ng-modal.mjs.map +0 -1
- package/fesm2020/lucca-front-ng-number.mjs +0 -60
- package/fesm2020/lucca-front-ng-number.mjs.map +0 -1
- package/fesm2020/lucca-front-ng-option.mjs +0 -2004
- package/fesm2020/lucca-front-ng-option.mjs.map +0 -1
- package/fesm2020/lucca-front-ng-picker.mjs +0 -15
- package/fesm2020/lucca-front-ng-picker.mjs.map +0 -1
- package/fesm2020/lucca-front-ng-popover.mjs +0 -1087
- package/fesm2020/lucca-front-ng-popover.mjs.map +0 -1
- package/fesm2020/lucca-front-ng-popup.mjs +0 -223
- package/fesm2020/lucca-front-ng-popup.mjs.map +0 -1
- package/fesm2020/lucca-front-ng-qualification.mjs +0 -121
- package/fesm2020/lucca-front-ng-qualification.mjs.map +0 -1
- package/fesm2020/lucca-front-ng-safe-content.mjs +0 -46
- package/fesm2020/lucca-front-ng-safe-content.mjs.map +0 -1
- package/fesm2020/lucca-front-ng-scroll.mjs +0 -101
- package/fesm2020/lucca-front-ng-scroll.mjs.map +0 -1
- package/fesm2020/lucca-front-ng-select.mjs +0 -462
- package/fesm2020/lucca-front-ng-select.mjs.map +0 -1
- package/fesm2020/lucca-front-ng-sidepanel.mjs +0 -77
- package/fesm2020/lucca-front-ng-sidepanel.mjs.map +0 -1
- package/fesm2020/lucca-front-ng-simple-select-api.mjs +0 -145
- package/fesm2020/lucca-front-ng-simple-select-api.mjs.map +0 -1
- package/fesm2020/lucca-front-ng-simple-select.mjs +0 -761
- package/fesm2020/lucca-front-ng-simple-select.mjs.map +0 -1
- package/fesm2020/lucca-front-ng-title.mjs +0 -139
- package/fesm2020/lucca-front-ng-title.mjs.map +0 -1
- package/fesm2020/lucca-front-ng-toast.mjs +0 -131
- package/fesm2020/lucca-front-ng-toast.mjs.map +0 -1
- package/fesm2020/lucca-front-ng-tooltip.mjs +0 -301
- package/fesm2020/lucca-front-ng-tooltip.mjs.map +0 -1
- package/fesm2020/lucca-front-ng-user.mjs +0 -917
- package/fesm2020/lucca-front-ng-user.mjs.map +0 -1
- package/fesm2020/lucca-front-ng.mjs +0 -6
- package/fesm2020/lucca-front-ng.mjs.map +0 -1
- /package/{fesm2020 → fesm2022}/lucca-front-ng-animations.mjs.map +0 -0
- /package/{fesm2015 → fesm2022}/lucca-front-ng-picker.mjs.map +0 -0
- /package/{fesm2015 → fesm2022}/lucca-front-ng.mjs.map +0 -0
|
@@ -0,0 +1,22 @@
|
|
|
1
|
+
import { ChangeDetectionStrategy, Component } from '@angular/core';
|
|
2
|
+
import { FieldType } from '@ngx-formly/core';
|
|
3
|
+
import * as i0 from "@angular/core";
|
|
4
|
+
import * as i1 from "@angular/forms";
|
|
5
|
+
import * as i2 from "@lucca-front/ng/date";
|
|
6
|
+
import * as i3 from "@ngx-formly/core";
|
|
7
|
+
class LuFormlyFieldDate extends FieldType {
|
|
8
|
+
focus() {
|
|
9
|
+
this.props['_isFocused'] = true;
|
|
10
|
+
}
|
|
11
|
+
blur() {
|
|
12
|
+
this.props['_isFocused'] = false;
|
|
13
|
+
}
|
|
14
|
+
static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "16.0.0", ngImport: i0, type: LuFormlyFieldDate, deps: null, target: i0.ɵɵFactoryTarget.Component }); }
|
|
15
|
+
static { this.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "16.0.0", type: LuFormlyFieldDate, selector: "lu-formly-field-date", usesInheritance: true, ngImport: i0, template: "<lu-date-select\r\n\tclass=\"textfield-input\"\r\n\t[formControl]=\"formControl\"\r\n\t[formlyAttributes]=\"field\"\r\n\t(focus)=\"focus()\"\r\n\t(blur)=\"blur()\"\r\n\t[placeholder]=\"props.placeholder\"\r\n\t[min]=\"props.min\"\r\n\t[max]=\"props.max\"\r\n></lu-date-select>\r\n<span class=\"textfield-label\">{{ props.label }}</span>\r\n", styles: [":host{width:100%;display:inherit;align-items:inherit;flex-direction:inherit}\n", ":host-context(.mod-framed) lu-select{display:block}:host-context(.mod-framed) lu-api-select{display:block}:host-context(.mod-framed) lu-user-select{display:block}:host-context(.mod-framed) lu-date-select{display:block}:host-context(.mod-framed) lu-department-select{display:block}\n"], dependencies: [{ kind: "directive", type: i1.NgControlStatus, selector: "[formControlName],[ngModel],[formControl]" }, { kind: "directive", type: i1.FormControlDirective, selector: "[formControl]", inputs: ["formControl", "disabled", "ngModel"], outputs: ["ngModelChange"], exportAs: ["ngForm"] }, { kind: "component", type: i2.LuDateSelectInputComponent, selector: "lu-date-select", inputs: ["min", "max", "granularity", "placeholder", "hideClearer", "startOn"] }, { kind: "directive", type: i3.ɵFormlyAttributes, selector: "[formlyAttributes]", inputs: ["formlyAttributes", "id"] }], changeDetection: i0.ChangeDetectionStrategy.OnPush }); }
|
|
16
|
+
}
|
|
17
|
+
export { LuFormlyFieldDate };
|
|
18
|
+
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "16.0.0", ngImport: i0, type: LuFormlyFieldDate, decorators: [{
|
|
19
|
+
type: Component,
|
|
20
|
+
args: [{ selector: 'lu-formly-field-date', changeDetection: ChangeDetectionStrategy.OnPush, template: "<lu-date-select\r\n\tclass=\"textfield-input\"\r\n\t[formControl]=\"formControl\"\r\n\t[formlyAttributes]=\"field\"\r\n\t(focus)=\"focus()\"\r\n\t(blur)=\"blur()\"\r\n\t[placeholder]=\"props.placeholder\"\r\n\t[min]=\"props.min\"\r\n\t[max]=\"props.max\"\r\n></lu-date-select>\r\n<span class=\"textfield-label\">{{ props.label }}</span>\r\n", styles: [":host{width:100%;display:inherit;align-items:inherit;flex-direction:inherit}\n", ":host-context(.mod-framed) lu-select{display:block}:host-context(.mod-framed) lu-api-select{display:block}:host-context(.mod-framed) lu-user-select{display:block}:host-context(.mod-framed) lu-date-select{display:block}:host-context(.mod-framed) lu-department-select{display:block}\n"] }]
|
|
21
|
+
}] });
|
|
22
|
+
//# sourceMappingURL=data:application/json;base64,eyJ2ZXJzaW9uIjozLCJmaWxlIjoiZGF0ZS5qcyIsInNvdXJjZVJvb3QiOiIiLCJzb3VyY2VzIjpbIi4uLy4uLy4uLy4uLy4uLy4uL3BhY2thZ2VzL25nL2Zvcm1seS9zcmMvbGliL3R5cGVzL2RhdGUudHMiLCIuLi8uLi8uLi8uLi8uLi8uLi9wYWNrYWdlcy9uZy9mb3JtbHkvc3JjL2xpYi90eXBlcy9kYXRlLmh0bWwiXSwibmFtZXMiOltdLCJtYXBwaW5ncyI6IkFBQUEsT0FBTyxFQUFFLHVCQUF1QixFQUFFLFNBQVMsRUFBRSxNQUFNLGVBQWUsQ0FBQztBQUNuRSxPQUFPLEVBQUUsU0FBUyxFQUFtQixNQUFNLGtCQUFrQixDQUFDOzs7OztBQUU5RCxNQU9hLGlCQUFrQixTQUFRLFNBQTBCO0lBQ2hFLEtBQUs7UUFDSixJQUFJLENBQUMsS0FBSyxDQUFDLFlBQVksQ0FBQyxHQUFHLElBQUksQ0FBQztJQUNqQyxDQUFDO0lBQ0QsSUFBSTtRQUNILElBQUksQ0FBQyxLQUFLLENBQUMsWUFBWSxDQUFDLEdBQUcsS0FBSyxDQUFDO0lBQ2xDLENBQUM7OEdBTlcsaUJBQWlCO2tHQUFqQixpQkFBaUIsbUZDVjlCLHNWQVdBOztTRERhLGlCQUFpQjsyRkFBakIsaUJBQWlCO2tCQVA3QixTQUFTOytCQUNDLHNCQUFzQixtQkFHZix1QkFBdUIsQ0FBQyxNQUFNIiwic291cmNlc0NvbnRlbnQiOlsiaW1wb3J0IHsgQ2hhbmdlRGV0ZWN0aW9uU3RyYXRlZ3ksIENvbXBvbmVudCB9IGZyb20gJ0Bhbmd1bGFyL2NvcmUnO1xyXG5pbXBvcnQgeyBGaWVsZFR5cGUsIEZpZWxkVHlwZUNvbmZpZyB9IGZyb20gJ0BuZ3gtZm9ybWx5L2NvcmUnO1xyXG5cclxuQENvbXBvbmVudCh7XHJcblx0c2VsZWN0b3I6ICdsdS1mb3JtbHktZmllbGQtZGF0ZScsXHJcblx0c3R5bGVVcmxzOiBbJ2Zvcm1seS1maWVsZC5jb21tb24uc2NzcycsICdzZWxlY3Quc2NzcyddLFxyXG5cdHRlbXBsYXRlVXJsOiAnLi9kYXRlLmh0bWwnLFxyXG5cdGNoYW5nZURldGVjdGlvbjogQ2hhbmdlRGV0ZWN0aW9uU3RyYXRlZ3kuT25QdXNoLFxyXG59KVxyXG4vLyBlc2xpbnQtZGlzYWJsZS1uZXh0LWxpbmUgQGFuZ3VsYXItZXNsaW50L2NvbXBvbmVudC1jbGFzcy1zdWZmaXhcclxuZXhwb3J0IGNsYXNzIEx1Rm9ybWx5RmllbGREYXRlIGV4dGVuZHMgRmllbGRUeXBlPEZpZWxkVHlwZUNvbmZpZz4ge1xyXG5cdGZvY3VzKCkge1xyXG5cdFx0dGhpcy5wcm9wc1snX2lzRm9jdXNlZCddID0gdHJ1ZTtcclxuXHR9XHJcblx0Ymx1cigpIHtcclxuXHRcdHRoaXMucHJvcHNbJ19pc0ZvY3VzZWQnXSA9IGZhbHNlO1xyXG5cdH1cclxufVxyXG4iLCI8bHUtZGF0ZS1zZWxlY3RcclxuXHRjbGFzcz1cInRleHRmaWVsZC1pbnB1dFwiXHJcblx0W2Zvcm1Db250cm9sXT1cImZvcm1Db250cm9sXCJcclxuXHRbZm9ybWx5QXR0cmlidXRlc109XCJmaWVsZFwiXHJcblx0KGZvY3VzKT1cImZvY3VzKClcIlxyXG5cdChibHVyKT1cImJsdXIoKVwiXHJcblx0W3BsYWNlaG9sZGVyXT1cInByb3BzLnBsYWNlaG9sZGVyXCJcclxuXHRbbWluXT1cInByb3BzLm1pblwiXHJcblx0W21heF09XCJwcm9wcy5tYXhcIlxyXG4+PC9sdS1kYXRlLXNlbGVjdD5cclxuPHNwYW4gY2xhc3M9XCJ0ZXh0ZmllbGQtbGFiZWxcIj57eyBwcm9wcy5sYWJlbCB9fTwvc3Bhbj5cclxuIl19
|
|
@@ -0,0 +1,22 @@
|
|
|
1
|
+
import { ChangeDetectionStrategy, Component } from '@angular/core';
|
|
2
|
+
import { FieldType } from '@ngx-formly/core';
|
|
3
|
+
import * as i0 from "@angular/core";
|
|
4
|
+
import * as i1 from "@angular/forms";
|
|
5
|
+
import * as i2 from "@lucca-front/ng/department";
|
|
6
|
+
import * as i3 from "@ngx-formly/core";
|
|
7
|
+
class LuFormlyFieldDepartment extends FieldType {
|
|
8
|
+
focus() {
|
|
9
|
+
this.props['_isFocused'] = true;
|
|
10
|
+
}
|
|
11
|
+
blur() {
|
|
12
|
+
this.props['_isFocused'] = false;
|
|
13
|
+
}
|
|
14
|
+
static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "16.0.0", ngImport: i0, type: LuFormlyFieldDepartment, deps: null, target: i0.ɵɵFactoryTarget.Component }); }
|
|
15
|
+
static { this.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "16.0.0", type: LuFormlyFieldDepartment, selector: "lu-formly-field-department", usesInheritance: true, ngImport: i0, template: "<lu-department-select\r\n\tclass=\"textfield-input\"\r\n\t[formControl]=\"formControl\"\r\n\t[formlyAttributes]=\"field\"\r\n\t[multiple]=\"props['multiple']\"\r\n\t(focus)=\"focus()\"\r\n\t(blur)=\"blur()\"\r\n\t[placeholder]=\"props.placeholder\"\r\n\t[filters]=\"props['filters']\"\r\n\t[appInstanceId]=\"props['appInstanceId']\"\r\n\t[operations]=\"props['operations']\"\r\n>\r\n</lu-department-select>\r\n<span class=\"textfield-label\">{{ props.label }}</span>\r\n", styles: [":host{width:100%;display:inherit;align-items:inherit;flex-direction:inherit}\n", ":host-context(.mod-framed) lu-select{display:block}:host-context(.mod-framed) lu-api-select{display:block}:host-context(.mod-framed) lu-user-select{display:block}:host-context(.mod-framed) lu-date-select{display:block}:host-context(.mod-framed) lu-department-select{display:block}\n"], dependencies: [{ kind: "directive", type: i1.NgControlStatus, selector: "[formControlName],[ngModel],[formControl]" }, { kind: "directive", type: i1.FormControlDirective, selector: "[formControl]", inputs: ["formControl", "disabled", "ngModel"], outputs: ["ngModelChange"], exportAs: ["ngForm"] }, { kind: "component", type: i2.LuDepartmentSelectInputComponent, selector: "lu-department-select", inputs: ["appInstanceId", "operations", "filters"] }, { kind: "directive", type: i3.ɵFormlyAttributes, selector: "[formlyAttributes]", inputs: ["formlyAttributes", "id"] }], changeDetection: i0.ChangeDetectionStrategy.OnPush }); }
|
|
16
|
+
}
|
|
17
|
+
export { LuFormlyFieldDepartment };
|
|
18
|
+
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "16.0.0", ngImport: i0, type: LuFormlyFieldDepartment, decorators: [{
|
|
19
|
+
type: Component,
|
|
20
|
+
args: [{ selector: 'lu-formly-field-department', changeDetection: ChangeDetectionStrategy.OnPush, template: "<lu-department-select\r\n\tclass=\"textfield-input\"\r\n\t[formControl]=\"formControl\"\r\n\t[formlyAttributes]=\"field\"\r\n\t[multiple]=\"props['multiple']\"\r\n\t(focus)=\"focus()\"\r\n\t(blur)=\"blur()\"\r\n\t[placeholder]=\"props.placeholder\"\r\n\t[filters]=\"props['filters']\"\r\n\t[appInstanceId]=\"props['appInstanceId']\"\r\n\t[operations]=\"props['operations']\"\r\n>\r\n</lu-department-select>\r\n<span class=\"textfield-label\">{{ props.label }}</span>\r\n", styles: [":host{width:100%;display:inherit;align-items:inherit;flex-direction:inherit}\n", ":host-context(.mod-framed) lu-select{display:block}:host-context(.mod-framed) lu-api-select{display:block}:host-context(.mod-framed) lu-user-select{display:block}:host-context(.mod-framed) lu-date-select{display:block}:host-context(.mod-framed) lu-department-select{display:block}\n"] }]
|
|
21
|
+
}] });
|
|
22
|
+
//# sourceMappingURL=data:application/json;base64,eyJ2ZXJzaW9uIjozLCJmaWxlIjoiZGVwYXJ0bWVudC5qcyIsInNvdXJjZVJvb3QiOiIiLCJzb3VyY2VzIjpbIi4uLy4uLy4uLy4uLy4uLy4uL3BhY2thZ2VzL25nL2Zvcm1seS9zcmMvbGliL3R5cGVzL2RlcGFydG1lbnQudHMiLCIuLi8uLi8uLi8uLi8uLi8uLi9wYWNrYWdlcy9uZy9mb3JtbHkvc3JjL2xpYi90eXBlcy9kZXBhcnRtZW50Lmh0bWwiXSwibmFtZXMiOltdLCJtYXBwaW5ncyI6IkFBQUEsT0FBTyxFQUFFLHVCQUF1QixFQUFFLFNBQVMsRUFBRSxNQUFNLGVBQWUsQ0FBQztBQUNuRSxPQUFPLEVBQUUsU0FBUyxFQUFtQixNQUFNLGtCQUFrQixDQUFDOzs7OztBQUU5RCxNQU9hLHVCQUF3QixTQUFRLFNBQTBCO0lBQ3RFLEtBQUs7UUFDSixJQUFJLENBQUMsS0FBSyxDQUFDLFlBQVksQ0FBQyxHQUFHLElBQUksQ0FBQztJQUNqQyxDQUFDO0lBQ0QsSUFBSTtRQUNILElBQUksQ0FBQyxLQUFLLENBQUMsWUFBWSxDQUFDLEdBQUcsS0FBSyxDQUFDO0lBQ2xDLENBQUM7OEdBTlcsdUJBQXVCO2tHQUF2Qix1QkFBdUIseUZDVnBDLHdkQWNBOztTREphLHVCQUF1QjsyRkFBdkIsdUJBQXVCO2tCQVBuQyxTQUFTOytCQUNDLDRCQUE0QixtQkFHckIsdUJBQXVCLENBQUMsTUFBTSIsInNvdXJjZXNDb250ZW50IjpbImltcG9ydCB7IENoYW5nZURldGVjdGlvblN0cmF0ZWd5LCBDb21wb25lbnQgfSBmcm9tICdAYW5ndWxhci9jb3JlJztcclxuaW1wb3J0IHsgRmllbGRUeXBlLCBGaWVsZFR5cGVDb25maWcgfSBmcm9tICdAbmd4LWZvcm1seS9jb3JlJztcclxuXHJcbkBDb21wb25lbnQoe1xyXG5cdHNlbGVjdG9yOiAnbHUtZm9ybWx5LWZpZWxkLWRlcGFydG1lbnQnLFxyXG5cdHN0eWxlVXJsczogWydmb3JtbHktZmllbGQuY29tbW9uLnNjc3MnLCAnc2VsZWN0LnNjc3MnXSxcclxuXHR0ZW1wbGF0ZVVybDogJy4vZGVwYXJ0bWVudC5odG1sJyxcclxuXHRjaGFuZ2VEZXRlY3Rpb246IENoYW5nZURldGVjdGlvblN0cmF0ZWd5Lk9uUHVzaCxcclxufSlcclxuLy8gZXNsaW50LWRpc2FibGUtbmV4dC1saW5lIEBhbmd1bGFyLWVzbGludC9jb21wb25lbnQtY2xhc3Mtc3VmZml4XHJcbmV4cG9ydCBjbGFzcyBMdUZvcm1seUZpZWxkRGVwYXJ0bWVudCBleHRlbmRzIEZpZWxkVHlwZTxGaWVsZFR5cGVDb25maWc+IHtcclxuXHRmb2N1cygpIHtcclxuXHRcdHRoaXMucHJvcHNbJ19pc0ZvY3VzZWQnXSA9IHRydWU7XHJcblx0fVxyXG5cdGJsdXIoKSB7XHJcblx0XHR0aGlzLnByb3BzWydfaXNGb2N1c2VkJ10gPSBmYWxzZTtcclxuXHR9XHJcbn1cclxuIiwiPGx1LWRlcGFydG1lbnQtc2VsZWN0XHJcblx0Y2xhc3M9XCJ0ZXh0ZmllbGQtaW5wdXRcIlxyXG5cdFtmb3JtQ29udHJvbF09XCJmb3JtQ29udHJvbFwiXHJcblx0W2Zvcm1seUF0dHJpYnV0ZXNdPVwiZmllbGRcIlxyXG5cdFttdWx0aXBsZV09XCJwcm9wc1snbXVsdGlwbGUnXVwiXHJcblx0KGZvY3VzKT1cImZvY3VzKClcIlxyXG5cdChibHVyKT1cImJsdXIoKVwiXHJcblx0W3BsYWNlaG9sZGVyXT1cInByb3BzLnBsYWNlaG9sZGVyXCJcclxuXHRbZmlsdGVyc109XCJwcm9wc1snZmlsdGVycyddXCJcclxuXHRbYXBwSW5zdGFuY2VJZF09XCJwcm9wc1snYXBwSW5zdGFuY2VJZCddXCJcclxuXHRbb3BlcmF0aW9uc109XCJwcm9wc1snb3BlcmF0aW9ucyddXCJcclxuPlxyXG48L2x1LWRlcGFydG1lbnQtc2VsZWN0PlxyXG48c3BhbiBjbGFzcz1cInRleHRmaWVsZC1sYWJlbFwiPnt7IHByb3BzLmxhYmVsIH19PC9zcGFuPlxyXG4iXX0=
|
|
@@ -0,0 +1,22 @@
|
|
|
1
|
+
import { ChangeDetectionStrategy, Component } from '@angular/core';
|
|
2
|
+
import { FieldType } from '@ngx-formly/core';
|
|
3
|
+
import * as i0 from "@angular/core";
|
|
4
|
+
import * as i1 from "@angular/forms";
|
|
5
|
+
import * as i2 from "@lucca-front/ng/establishment";
|
|
6
|
+
import * as i3 from "@ngx-formly/core";
|
|
7
|
+
class LuFormlyFieldEstablishment extends FieldType {
|
|
8
|
+
focus() {
|
|
9
|
+
this.props['_isFocused'] = true;
|
|
10
|
+
}
|
|
11
|
+
blur() {
|
|
12
|
+
this.props['_isFocused'] = false;
|
|
13
|
+
}
|
|
14
|
+
static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "16.0.0", ngImport: i0, type: LuFormlyFieldEstablishment, deps: null, target: i0.ɵɵFactoryTarget.Component }); }
|
|
15
|
+
static { this.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "16.0.0", type: LuFormlyFieldEstablishment, selector: "lu-formly-field-establishment", usesInheritance: true, ngImport: i0, template: "<lu-establishment-select\r\n\tclass=\"textfield-input\"\r\n\t[formControl]=\"formControl\"\r\n\t[formlyAttributes]=\"field\"\r\n\t[multiple]=\"props['multiple']\"\r\n\t(focus)=\"focus()\"\r\n\t(blur)=\"blur()\"\r\n\t[placeholder]=\"props.placeholder\"\r\n\t[filters]=\"props['filters']\"\r\n\t[appInstanceId]=\"props['appInstanceId']\"\r\n\t[operations]=\"props['operations']\"\r\n>\r\n</lu-establishment-select>\r\n<span class=\"textfield-label\">{{ props.label }}</span>\r\n", styles: [":host{width:100%;display:inherit;align-items:inherit;flex-direction:inherit}\n", ":host-context(.mod-framed) lu-select{display:block}:host-context(.mod-framed) lu-api-select{display:block}:host-context(.mod-framed) lu-user-select{display:block}:host-context(.mod-framed) lu-date-select{display:block}:host-context(.mod-framed) lu-department-select{display:block}\n"], dependencies: [{ kind: "directive", type: i1.NgControlStatus, selector: "[formControlName],[ngModel],[formControl]" }, { kind: "directive", type: i1.FormControlDirective, selector: "[formControl]", inputs: ["formControl", "disabled", "ngModel"], outputs: ["ngModelChange"], exportAs: ["ngForm"] }, { kind: "component", type: i2.LuEstablishmentSelectInputComponent, selector: "lu-establishment-select", inputs: ["filters", "appInstanceId", "operations"] }, { kind: "directive", type: i3.ɵFormlyAttributes, selector: "[formlyAttributes]", inputs: ["formlyAttributes", "id"] }], changeDetection: i0.ChangeDetectionStrategy.OnPush }); }
|
|
16
|
+
}
|
|
17
|
+
export { LuFormlyFieldEstablishment };
|
|
18
|
+
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "16.0.0", ngImport: i0, type: LuFormlyFieldEstablishment, decorators: [{
|
|
19
|
+
type: Component,
|
|
20
|
+
args: [{ selector: 'lu-formly-field-establishment', changeDetection: ChangeDetectionStrategy.OnPush, template: "<lu-establishment-select\r\n\tclass=\"textfield-input\"\r\n\t[formControl]=\"formControl\"\r\n\t[formlyAttributes]=\"field\"\r\n\t[multiple]=\"props['multiple']\"\r\n\t(focus)=\"focus()\"\r\n\t(blur)=\"blur()\"\r\n\t[placeholder]=\"props.placeholder\"\r\n\t[filters]=\"props['filters']\"\r\n\t[appInstanceId]=\"props['appInstanceId']\"\r\n\t[operations]=\"props['operations']\"\r\n>\r\n</lu-establishment-select>\r\n<span class=\"textfield-label\">{{ props.label }}</span>\r\n", styles: [":host{width:100%;display:inherit;align-items:inherit;flex-direction:inherit}\n", ":host-context(.mod-framed) lu-select{display:block}:host-context(.mod-framed) lu-api-select{display:block}:host-context(.mod-framed) lu-user-select{display:block}:host-context(.mod-framed) lu-date-select{display:block}:host-context(.mod-framed) lu-department-select{display:block}\n"] }]
|
|
21
|
+
}] });
|
|
22
|
+
//# sourceMappingURL=data:application/json;base64,eyJ2ZXJzaW9uIjozLCJmaWxlIjoiZXN0YWJsaXNobWVudC5qcyIsInNvdXJjZVJvb3QiOiIiLCJzb3VyY2VzIjpbIi4uLy4uLy4uLy4uLy4uLy4uL3BhY2thZ2VzL25nL2Zvcm1seS9zcmMvbGliL3R5cGVzL2VzdGFibGlzaG1lbnQudHMiLCIuLi8uLi8uLi8uLi8uLi8uLi9wYWNrYWdlcy9uZy9mb3JtbHkvc3JjL2xpYi90eXBlcy9lc3RhYmxpc2htZW50Lmh0bWwiXSwibmFtZXMiOltdLCJtYXBwaW5ncyI6IkFBQUEsT0FBTyxFQUFFLHVCQUF1QixFQUFFLFNBQVMsRUFBRSxNQUFNLGVBQWUsQ0FBQztBQUNuRSxPQUFPLEVBQUUsU0FBUyxFQUFtQixNQUFNLGtCQUFrQixDQUFDOzs7OztBQUU5RCxNQU9hLDBCQUEyQixTQUFRLFNBQTBCO0lBQ3pFLEtBQUs7UUFDSixJQUFJLENBQUMsS0FBSyxDQUFDLFlBQVksQ0FBQyxHQUFHLElBQUksQ0FBQztJQUNqQyxDQUFDO0lBQ0QsSUFBSTtRQUNILElBQUksQ0FBQyxLQUFLLENBQUMsWUFBWSxDQUFDLEdBQUcsS0FBSyxDQUFDO0lBQ2xDLENBQUM7OEdBTlcsMEJBQTBCO2tHQUExQiwwQkFBMEIsNEZDVnZDLDhkQWNBOztTREphLDBCQUEwQjsyRkFBMUIsMEJBQTBCO2tCQVB0QyxTQUFTOytCQUNDLCtCQUErQixtQkFHeEIsdUJBQXVCLENBQUMsTUFBTSIsInNvdXJjZXNDb250ZW50IjpbImltcG9ydCB7IENoYW5nZURldGVjdGlvblN0cmF0ZWd5LCBDb21wb25lbnQgfSBmcm9tICdAYW5ndWxhci9jb3JlJztcclxuaW1wb3J0IHsgRmllbGRUeXBlLCBGaWVsZFR5cGVDb25maWcgfSBmcm9tICdAbmd4LWZvcm1seS9jb3JlJztcclxuXHJcbkBDb21wb25lbnQoe1xyXG5cdHNlbGVjdG9yOiAnbHUtZm9ybWx5LWZpZWxkLWVzdGFibGlzaG1lbnQnLFxyXG5cdHN0eWxlVXJsczogWydmb3JtbHktZmllbGQuY29tbW9uLnNjc3MnLCAnc2VsZWN0LnNjc3MnXSxcclxuXHR0ZW1wbGF0ZVVybDogJy4vZXN0YWJsaXNobWVudC5odG1sJyxcclxuXHRjaGFuZ2VEZXRlY3Rpb246IENoYW5nZURldGVjdGlvblN0cmF0ZWd5Lk9uUHVzaCxcclxufSlcclxuLy8gZXNsaW50LWRpc2FibGUtbmV4dC1saW5lIEBhbmd1bGFyLWVzbGludC9jb21wb25lbnQtY2xhc3Mtc3VmZml4XHJcbmV4cG9ydCBjbGFzcyBMdUZvcm1seUZpZWxkRXN0YWJsaXNobWVudCBleHRlbmRzIEZpZWxkVHlwZTxGaWVsZFR5cGVDb25maWc+IHtcclxuXHRmb2N1cygpIHtcclxuXHRcdHRoaXMucHJvcHNbJ19pc0ZvY3VzZWQnXSA9IHRydWU7XHJcblx0fVxyXG5cdGJsdXIoKSB7XHJcblx0XHR0aGlzLnByb3BzWydfaXNGb2N1c2VkJ10gPSBmYWxzZTtcclxuXHR9XHJcbn1cclxuIiwiPGx1LWVzdGFibGlzaG1lbnQtc2VsZWN0XHJcblx0Y2xhc3M9XCJ0ZXh0ZmllbGQtaW5wdXRcIlxyXG5cdFtmb3JtQ29udHJvbF09XCJmb3JtQ29udHJvbFwiXHJcblx0W2Zvcm1seUF0dHJpYnV0ZXNdPVwiZmllbGRcIlxyXG5cdFttdWx0aXBsZV09XCJwcm9wc1snbXVsdGlwbGUnXVwiXHJcblx0KGZvY3VzKT1cImZvY3VzKClcIlxyXG5cdChibHVyKT1cImJsdXIoKVwiXHJcblx0W3BsYWNlaG9sZGVyXT1cInByb3BzLnBsYWNlaG9sZGVyXCJcclxuXHRbZmlsdGVyc109XCJwcm9wc1snZmlsdGVycyddXCJcclxuXHRbYXBwSW5zdGFuY2VJZF09XCJwcm9wc1snYXBwSW5zdGFuY2VJZCddXCJcclxuXHRbb3BlcmF0aW9uc109XCJwcm9wc1snb3BlcmF0aW9ucyddXCJcclxuPlxyXG48L2x1LWVzdGFibGlzaG1lbnQtc2VsZWN0PlxyXG48c3BhbiBjbGFzcz1cInRleHRmaWVsZC1sYWJlbFwiPnt7IHByb3BzLmxhYmVsIH19PC9zcGFuPlxyXG4iXX0=
|
|
@@ -0,0 +1,12 @@
|
|
|
1
|
+
export * from './api';
|
|
2
|
+
export * from './establishment';
|
|
3
|
+
export * from './checkbox';
|
|
4
|
+
export * from './date';
|
|
5
|
+
export * from './department';
|
|
6
|
+
export * from './input';
|
|
7
|
+
export * from './radios';
|
|
8
|
+
export * from './select';
|
|
9
|
+
export * from './textarea';
|
|
10
|
+
export * from './user';
|
|
11
|
+
export * from './qualification';
|
|
12
|
+
//# sourceMappingURL=data:application/json;base64,eyJ2ZXJzaW9uIjozLCJmaWxlIjoiaW5kZXguanMiLCJzb3VyY2VSb290IjoiIiwic291cmNlcyI6WyIuLi8uLi8uLi8uLi8uLi8uLi9wYWNrYWdlcy9uZy9mb3JtbHkvc3JjL2xpYi90eXBlcy9pbmRleC50cyJdLCJuYW1lcyI6W10sIm1hcHBpbmdzIjoiQUFBQSxjQUFjLE9BQU8sQ0FBQztBQUN0QixjQUFjLGlCQUFpQixDQUFDO0FBQ2hDLGNBQWMsWUFBWSxDQUFDO0FBQzNCLGNBQWMsUUFBUSxDQUFDO0FBQ3ZCLGNBQWMsY0FBYyxDQUFDO0FBQzdCLGNBQWMsU0FBUyxDQUFDO0FBQ3hCLGNBQWMsVUFBVSxDQUFDO0FBQ3pCLGNBQWMsVUFBVSxDQUFDO0FBQ3pCLGNBQWMsWUFBWSxDQUFDO0FBQzNCLGNBQWMsUUFBUSxDQUFDO0FBQ3ZCLGNBQWMsaUJBQWlCLENBQUMiLCJzb3VyY2VzQ29udGVudCI6WyJleHBvcnQgKiBmcm9tICcuL2FwaSc7XHJcbmV4cG9ydCAqIGZyb20gJy4vZXN0YWJsaXNobWVudCc7XHJcbmV4cG9ydCAqIGZyb20gJy4vY2hlY2tib3gnO1xyXG5leHBvcnQgKiBmcm9tICcuL2RhdGUnO1xyXG5leHBvcnQgKiBmcm9tICcuL2RlcGFydG1lbnQnO1xyXG5leHBvcnQgKiBmcm9tICcuL2lucHV0JztcclxuZXhwb3J0ICogZnJvbSAnLi9yYWRpb3MnO1xyXG5leHBvcnQgKiBmcm9tICcuL3NlbGVjdCc7XHJcbmV4cG9ydCAqIGZyb20gJy4vdGV4dGFyZWEnO1xyXG5leHBvcnQgKiBmcm9tICcuL3VzZXInO1xyXG5leHBvcnQgKiBmcm9tICcuL3F1YWxpZmljYXRpb24nO1xyXG4iXX0=
|
|
@@ -0,0 +1,26 @@
|
|
|
1
|
+
import { ChangeDetectionStrategy, Component } from '@angular/core';
|
|
2
|
+
import { FieldType } from '@ngx-formly/core';
|
|
3
|
+
import * as i0 from "@angular/core";
|
|
4
|
+
import * as i1 from "@angular/common";
|
|
5
|
+
import * as i2 from "@angular/forms";
|
|
6
|
+
import * as i3 from "@lucca-front/ng/input";
|
|
7
|
+
import * as i4 from "@ngx-formly/core";
|
|
8
|
+
class LuFormlyFieldInput extends FieldType {
|
|
9
|
+
get type() {
|
|
10
|
+
return this.props.type || 'text';
|
|
11
|
+
}
|
|
12
|
+
focus() {
|
|
13
|
+
this.props['_isFocused'] = true;
|
|
14
|
+
}
|
|
15
|
+
blur() {
|
|
16
|
+
this.props['_isFocused'] = false;
|
|
17
|
+
}
|
|
18
|
+
static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "16.0.0", ngImport: i0, type: LuFormlyFieldInput, deps: null, target: i0.ɵɵFactoryTarget.Component }); }
|
|
19
|
+
static { this.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "16.0.0", type: LuFormlyFieldInput, selector: "lu-formly-field-input", usesInheritance: true, ngImport: i0, template: "<ng-template [ngIf]=\"type !== 'number'\" [ngIfElse]=\"numberInput\">\r\n\t<input\r\n\t\t[type]=\"type\"\r\n\t\tclass=\"textfield-input\"\r\n\t\t[name]=\"props['name']\"\r\n\t\t[formControl]=\"formControl\"\r\n\t\t[formlyAttributes]=\"field\"\r\n\t\tluInput\r\n\t\t(focus)=\"focus()\"\r\n\t\t(blur)=\"blur()\"\r\n\t\t[placeholder]=\"props.placeholder\"\r\n\t/>\r\n</ng-template>\r\n<!-- type=\"number\" has to be static in order to have NumberValueAccessor instead of DefaultValueAccessor -->\r\n<ng-template #numberInput>\r\n\t<input\r\n\t\ttype=\"number\"\r\n\t\tclass=\"textfield-input\"\r\n\t\t[name]=\"props['name']\"\r\n\t\t[formControl]=\"formControl\"\r\n\t\t[formlyAttributes]=\"field\"\r\n\t\tluInput\r\n\t\t(focus)=\"focus()\"\r\n\t\t(blur)=\"blur()\"\r\n\t\t[placeholder]=\"props.placeholder\"\r\n\t/>\r\n</ng-template>\r\n<span class=\"textfield-label\">{{ props.label }}</span>\r\n", styles: [":host{width:100%;display:inherit;align-items:inherit;flex-direction:inherit}\n"], dependencies: [{ kind: "directive", type: i1.NgIf, selector: "[ngIf]", inputs: ["ngIf", "ngIfThen", "ngIfElse"] }, { 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: "directive", type: i3.LuInputDirective, selector: "[luInput]" }, { kind: "directive", type: i4.ɵFormlyAttributes, selector: "[formlyAttributes]", inputs: ["formlyAttributes", "id"] }], changeDetection: i0.ChangeDetectionStrategy.OnPush }); }
|
|
20
|
+
}
|
|
21
|
+
export { LuFormlyFieldInput };
|
|
22
|
+
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "16.0.0", ngImport: i0, type: LuFormlyFieldInput, decorators: [{
|
|
23
|
+
type: Component,
|
|
24
|
+
args: [{ selector: 'lu-formly-field-input', changeDetection: ChangeDetectionStrategy.OnPush, template: "<ng-template [ngIf]=\"type !== 'number'\" [ngIfElse]=\"numberInput\">\r\n\t<input\r\n\t\t[type]=\"type\"\r\n\t\tclass=\"textfield-input\"\r\n\t\t[name]=\"props['name']\"\r\n\t\t[formControl]=\"formControl\"\r\n\t\t[formlyAttributes]=\"field\"\r\n\t\tluInput\r\n\t\t(focus)=\"focus()\"\r\n\t\t(blur)=\"blur()\"\r\n\t\t[placeholder]=\"props.placeholder\"\r\n\t/>\r\n</ng-template>\r\n<!-- type=\"number\" has to be static in order to have NumberValueAccessor instead of DefaultValueAccessor -->\r\n<ng-template #numberInput>\r\n\t<input\r\n\t\ttype=\"number\"\r\n\t\tclass=\"textfield-input\"\r\n\t\t[name]=\"props['name']\"\r\n\t\t[formControl]=\"formControl\"\r\n\t\t[formlyAttributes]=\"field\"\r\n\t\tluInput\r\n\t\t(focus)=\"focus()\"\r\n\t\t(blur)=\"blur()\"\r\n\t\t[placeholder]=\"props.placeholder\"\r\n\t/>\r\n</ng-template>\r\n<span class=\"textfield-label\">{{ props.label }}</span>\r\n", styles: [":host{width:100%;display:inherit;align-items:inherit;flex-direction:inherit}\n"] }]
|
|
25
|
+
}] });
|
|
26
|
+
//# sourceMappingURL=data:application/json;base64,eyJ2ZXJzaW9uIjozLCJmaWxlIjoiaW5wdXQuanMiLCJzb3VyY2VSb290IjoiIiwic291cmNlcyI6WyIuLi8uLi8uLi8uLi8uLi8uLi9wYWNrYWdlcy9uZy9mb3JtbHkvc3JjL2xpYi90eXBlcy9pbnB1dC50cyIsIi4uLy4uLy4uLy4uLy4uLy4uL3BhY2thZ2VzL25nL2Zvcm1seS9zcmMvbGliL3R5cGVzL2lucHV0Lmh0bWwiXSwibmFtZXMiOltdLCJtYXBwaW5ncyI6IkFBQUEsT0FBTyxFQUFFLHVCQUF1QixFQUFFLFNBQVMsRUFBRSxNQUFNLGVBQWUsQ0FBQztBQUNuRSxPQUFPLEVBQUUsU0FBUyxFQUFtQixNQUFNLGtCQUFrQixDQUFDOzs7Ozs7QUFDOUQsTUFPYSxrQkFBbUIsU0FBUSxTQUEwQjtJQUNqRSxJQUFJLElBQUk7UUFDUCxPQUFPLElBQUksQ0FBQyxLQUFLLENBQUMsSUFBSSxJQUFJLE1BQU0sQ0FBQztJQUNsQyxDQUFDO0lBQ0QsS0FBSztRQUNKLElBQUksQ0FBQyxLQUFLLENBQUMsWUFBWSxDQUFDLEdBQUcsSUFBSSxDQUFDO0lBQ2pDLENBQUM7SUFDRCxJQUFJO1FBQ0gsSUFBSSxDQUFDLEtBQUssQ0FBQyxZQUFZLENBQUMsR0FBRyxLQUFLLENBQUM7SUFDbEMsQ0FBQzs4R0FUVyxrQkFBa0I7a0dBQWxCLGtCQUFrQixvRkNUL0IsaTRCQTRCQTs7U0RuQmEsa0JBQWtCOzJGQUFsQixrQkFBa0I7a0JBUDlCLFNBQVM7K0JBQ0MsdUJBQXVCLG1CQUdoQix1QkFBdUIsQ0FBQyxNQUFNIiwic291cmNlc0NvbnRlbnQiOlsiaW1wb3J0IHsgQ2hhbmdlRGV0ZWN0aW9uU3RyYXRlZ3ksIENvbXBvbmVudCB9IGZyb20gJ0Bhbmd1bGFyL2NvcmUnO1xyXG5pbXBvcnQgeyBGaWVsZFR5cGUsIEZpZWxkVHlwZUNvbmZpZyB9IGZyb20gJ0BuZ3gtZm9ybWx5L2NvcmUnO1xyXG5AQ29tcG9uZW50KHtcclxuXHRzZWxlY3RvcjogJ2x1LWZvcm1seS1maWVsZC1pbnB1dCcsXHJcblx0c3R5bGVVcmxzOiBbJ2Zvcm1seS1maWVsZC5jb21tb24uc2NzcyddLFxyXG5cdHRlbXBsYXRlVXJsOiAnLi9pbnB1dC5odG1sJyxcclxuXHRjaGFuZ2VEZXRlY3Rpb246IENoYW5nZURldGVjdGlvblN0cmF0ZWd5Lk9uUHVzaCxcclxufSlcclxuLy8gZXNsaW50LWRpc2FibGUtbmV4dC1saW5lIEBhbmd1bGFyLWVzbGludC9jb21wb25lbnQtY2xhc3Mtc3VmZml4XHJcbmV4cG9ydCBjbGFzcyBMdUZvcm1seUZpZWxkSW5wdXQgZXh0ZW5kcyBGaWVsZFR5cGU8RmllbGRUeXBlQ29uZmlnPiB7XHJcblx0Z2V0IHR5cGUoKSB7XHJcblx0XHRyZXR1cm4gdGhpcy5wcm9wcy50eXBlIHx8ICd0ZXh0JztcclxuXHR9XHJcblx0Zm9jdXMoKSB7XHJcblx0XHR0aGlzLnByb3BzWydfaXNGb2N1c2VkJ10gPSB0cnVlO1xyXG5cdH1cclxuXHRibHVyKCkge1xyXG5cdFx0dGhpcy5wcm9wc1snX2lzRm9jdXNlZCddID0gZmFsc2U7XHJcblx0fVxyXG59XHJcbiIsIjxuZy10ZW1wbGF0ZSBbbmdJZl09XCJ0eXBlICE9PSAnbnVtYmVyJ1wiIFtuZ0lmRWxzZV09XCJudW1iZXJJbnB1dFwiPlxyXG5cdDxpbnB1dFxyXG5cdFx0W3R5cGVdPVwidHlwZVwiXHJcblx0XHRjbGFzcz1cInRleHRmaWVsZC1pbnB1dFwiXHJcblx0XHRbbmFtZV09XCJwcm9wc1snbmFtZSddXCJcclxuXHRcdFtmb3JtQ29udHJvbF09XCJmb3JtQ29udHJvbFwiXHJcblx0XHRbZm9ybWx5QXR0cmlidXRlc109XCJmaWVsZFwiXHJcblx0XHRsdUlucHV0XHJcblx0XHQoZm9jdXMpPVwiZm9jdXMoKVwiXHJcblx0XHQoYmx1cik9XCJibHVyKClcIlxyXG5cdFx0W3BsYWNlaG9sZGVyXT1cInByb3BzLnBsYWNlaG9sZGVyXCJcclxuXHQvPlxyXG48L25nLXRlbXBsYXRlPlxyXG48IS0tIHR5cGU9XCJudW1iZXJcIiBoYXMgdG8gYmUgc3RhdGljIGluIG9yZGVyIHRvIGhhdmUgTnVtYmVyVmFsdWVBY2Nlc3NvciBpbnN0ZWFkIG9mIERlZmF1bHRWYWx1ZUFjY2Vzc29yIC0tPlxyXG48bmctdGVtcGxhdGUgI251bWJlcklucHV0PlxyXG5cdDxpbnB1dFxyXG5cdFx0dHlwZT1cIm51bWJlclwiXHJcblx0XHRjbGFzcz1cInRleHRmaWVsZC1pbnB1dFwiXHJcblx0XHRbbmFtZV09XCJwcm9wc1snbmFtZSddXCJcclxuXHRcdFtmb3JtQ29udHJvbF09XCJmb3JtQ29udHJvbFwiXHJcblx0XHRbZm9ybWx5QXR0cmlidXRlc109XCJmaWVsZFwiXHJcblx0XHRsdUlucHV0XHJcblx0XHQoZm9jdXMpPVwiZm9jdXMoKVwiXHJcblx0XHQoYmx1cik9XCJibHVyKClcIlxyXG5cdFx0W3BsYWNlaG9sZGVyXT1cInByb3BzLnBsYWNlaG9sZGVyXCJcclxuXHQvPlxyXG48L25nLXRlbXBsYXRlPlxyXG48c3BhbiBjbGFzcz1cInRleHRmaWVsZC1sYWJlbFwiPnt7IHByb3BzLmxhYmVsIH19PC9zcGFuPlxyXG4iXX0=
|
|
@@ -0,0 +1,22 @@
|
|
|
1
|
+
import { ChangeDetectionStrategy, Component } from '@angular/core';
|
|
2
|
+
import { FieldType } from '@ngx-formly/core';
|
|
3
|
+
import * as i0 from "@angular/core";
|
|
4
|
+
import * as i1 from "@angular/forms";
|
|
5
|
+
import * as i2 from "@lucca-front/ng/qualification";
|
|
6
|
+
import * as i3 from "@ngx-formly/core";
|
|
7
|
+
class LuFormlyFieldQualification extends FieldType {
|
|
8
|
+
focus() {
|
|
9
|
+
this.props['_isFocused'] = true;
|
|
10
|
+
}
|
|
11
|
+
blur() {
|
|
12
|
+
this.props['_isFocused'] = false;
|
|
13
|
+
}
|
|
14
|
+
static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "16.0.0", ngImport: i0, type: LuFormlyFieldQualification, deps: null, target: i0.ɵɵFactoryTarget.Component }); }
|
|
15
|
+
static { this.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "16.0.0", type: LuFormlyFieldQualification, selector: "lu-formly-field-qualification", usesInheritance: true, ngImport: i0, template: "<lu-qualification-select\r\n\tclass=\"textfield-input\"\r\n\t[formControl]=\"formControl\"\r\n\t[formlyAttributes]=\"field\"\r\n\t[multiple]=\"props['multiple']\"\r\n\t(focus)=\"focus()\"\r\n\t(blur)=\"blur()\"\r\n\t[placeholder]=\"props.placeholder\"\r\n\t[filters]=\"props['filters']\"\r\n>\r\n</lu-qualification-select>\r\n<span class=\"textfield-label\">{{ props.label }}</span>\r\n", styles: [":host{width:100%;display:inherit;align-items:inherit;flex-direction:inherit}\n", ":host-context(.mod-framed) lu-select{display:block}:host-context(.mod-framed) lu-api-select{display:block}:host-context(.mod-framed) lu-user-select{display:block}:host-context(.mod-framed) lu-date-select{display:block}:host-context(.mod-framed) lu-department-select{display:block}\n"], dependencies: [{ kind: "directive", type: i1.NgControlStatus, selector: "[formControlName],[ngModel],[formControl]" }, { kind: "directive", type: i1.FormControlDirective, selector: "[formControl]", inputs: ["formControl", "disabled", "ngModel"], outputs: ["ngModelChange"], exportAs: ["ngForm"] }, { kind: "component", type: i2.LuQualificationSelectInputComponent, selector: "lu-qualification-select", inputs: ["filters"] }, { kind: "directive", type: i3.ɵFormlyAttributes, selector: "[formlyAttributes]", inputs: ["formlyAttributes", "id"] }], changeDetection: i0.ChangeDetectionStrategy.OnPush }); }
|
|
16
|
+
}
|
|
17
|
+
export { LuFormlyFieldQualification };
|
|
18
|
+
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "16.0.0", ngImport: i0, type: LuFormlyFieldQualification, decorators: [{
|
|
19
|
+
type: Component,
|
|
20
|
+
args: [{ selector: 'lu-formly-field-qualification', changeDetection: ChangeDetectionStrategy.OnPush, template: "<lu-qualification-select\r\n\tclass=\"textfield-input\"\r\n\t[formControl]=\"formControl\"\r\n\t[formlyAttributes]=\"field\"\r\n\t[multiple]=\"props['multiple']\"\r\n\t(focus)=\"focus()\"\r\n\t(blur)=\"blur()\"\r\n\t[placeholder]=\"props.placeholder\"\r\n\t[filters]=\"props['filters']\"\r\n>\r\n</lu-qualification-select>\r\n<span class=\"textfield-label\">{{ props.label }}</span>\r\n", styles: [":host{width:100%;display:inherit;align-items:inherit;flex-direction:inherit}\n", ":host-context(.mod-framed) lu-select{display:block}:host-context(.mod-framed) lu-api-select{display:block}:host-context(.mod-framed) lu-user-select{display:block}:host-context(.mod-framed) lu-date-select{display:block}:host-context(.mod-framed) lu-department-select{display:block}\n"] }]
|
|
21
|
+
}] });
|
|
22
|
+
//# sourceMappingURL=data:application/json;base64,eyJ2ZXJzaW9uIjozLCJmaWxlIjoicXVhbGlmaWNhdGlvbi5qcyIsInNvdXJjZVJvb3QiOiIiLCJzb3VyY2VzIjpbIi4uLy4uLy4uLy4uLy4uLy4uL3BhY2thZ2VzL25nL2Zvcm1seS9zcmMvbGliL3R5cGVzL3F1YWxpZmljYXRpb24udHMiLCIuLi8uLi8uLi8uLi8uLi8uLi9wYWNrYWdlcy9uZy9mb3JtbHkvc3JjL2xpYi90eXBlcy9xdWFsaWZpY2F0aW9uLmh0bWwiXSwibmFtZXMiOltdLCJtYXBwaW5ncyI6IkFBQUEsT0FBTyxFQUFFLHVCQUF1QixFQUFFLFNBQVMsRUFBRSxNQUFNLGVBQWUsQ0FBQztBQUNuRSxPQUFPLEVBQUUsU0FBUyxFQUFtQixNQUFNLGtCQUFrQixDQUFDOzs7OztBQUU5RCxNQU9hLDBCQUEyQixTQUFRLFNBQTBCO0lBQ3pFLEtBQUs7UUFDSixJQUFJLENBQUMsS0FBSyxDQUFDLFlBQVksQ0FBQyxHQUFHLElBQUksQ0FBQztJQUNqQyxDQUFDO0lBQ0QsSUFBSTtRQUNILElBQUksQ0FBQyxLQUFLLENBQUMsWUFBWSxDQUFDLEdBQUcsS0FBSyxDQUFDO0lBQ2xDLENBQUM7OEdBTlcsMEJBQTBCO2tHQUExQiwwQkFBMEIsNEZDVnZDLG9ZQVlBOztTREZhLDBCQUEwQjsyRkFBMUIsMEJBQTBCO2tCQVB0QyxTQUFTOytCQUNDLCtCQUErQixtQkFHeEIsdUJBQXVCLENBQUMsTUFBTSIsInNvdXJjZXNDb250ZW50IjpbImltcG9ydCB7IENoYW5nZURldGVjdGlvblN0cmF0ZWd5LCBDb21wb25lbnQgfSBmcm9tICdAYW5ndWxhci9jb3JlJztcclxuaW1wb3J0IHsgRmllbGRUeXBlLCBGaWVsZFR5cGVDb25maWcgfSBmcm9tICdAbmd4LWZvcm1seS9jb3JlJztcclxuXHJcbkBDb21wb25lbnQoe1xyXG5cdHNlbGVjdG9yOiAnbHUtZm9ybWx5LWZpZWxkLXF1YWxpZmljYXRpb24nLFxyXG5cdHN0eWxlVXJsczogWydmb3JtbHktZmllbGQuY29tbW9uLnNjc3MnLCAnc2VsZWN0LnNjc3MnXSxcclxuXHR0ZW1wbGF0ZVVybDogJy4vcXVhbGlmaWNhdGlvbi5odG1sJyxcclxuXHRjaGFuZ2VEZXRlY3Rpb246IENoYW5nZURldGVjdGlvblN0cmF0ZWd5Lk9uUHVzaCxcclxufSlcclxuLy8gZXNsaW50LWRpc2FibGUtbmV4dC1saW5lIEBhbmd1bGFyLWVzbGludC9jb21wb25lbnQtY2xhc3Mtc3VmZml4XHJcbmV4cG9ydCBjbGFzcyBMdUZvcm1seUZpZWxkUXVhbGlmaWNhdGlvbiBleHRlbmRzIEZpZWxkVHlwZTxGaWVsZFR5cGVDb25maWc+IHtcclxuXHRmb2N1cygpIHtcclxuXHRcdHRoaXMucHJvcHNbJ19pc0ZvY3VzZWQnXSA9IHRydWU7XHJcblx0fVxyXG5cdGJsdXIoKSB7XHJcblx0XHR0aGlzLnByb3BzWydfaXNGb2N1c2VkJ10gPSBmYWxzZTtcclxuXHR9XHJcbn1cclxuIiwiPGx1LXF1YWxpZmljYXRpb24tc2VsZWN0XHJcblx0Y2xhc3M9XCJ0ZXh0ZmllbGQtaW5wdXRcIlxyXG5cdFtmb3JtQ29udHJvbF09XCJmb3JtQ29udHJvbFwiXHJcblx0W2Zvcm1seUF0dHJpYnV0ZXNdPVwiZmllbGRcIlxyXG5cdFttdWx0aXBsZV09XCJwcm9wc1snbXVsdGlwbGUnXVwiXHJcblx0KGZvY3VzKT1cImZvY3VzKClcIlxyXG5cdChibHVyKT1cImJsdXIoKVwiXHJcblx0W3BsYWNlaG9sZGVyXT1cInByb3BzLnBsYWNlaG9sZGVyXCJcclxuXHRbZmlsdGVyc109XCJwcm9wc1snZmlsdGVycyddXCJcclxuPlxyXG48L2x1LXF1YWxpZmljYXRpb24tc2VsZWN0PlxyXG48c3BhbiBjbGFzcz1cInRleHRmaWVsZC1sYWJlbFwiPnt7IHByb3BzLmxhYmVsIH19PC9zcGFuPlxyXG4iXX0=
|
|
@@ -0,0 +1,25 @@
|
|
|
1
|
+
import { ChangeDetectionStrategy, Component } from '@angular/core';
|
|
2
|
+
import { FieldType } from '@ngx-formly/core';
|
|
3
|
+
import * as i0 from "@angular/core";
|
|
4
|
+
import * as i1 from "@angular/common";
|
|
5
|
+
import * as i2 from "@angular/forms";
|
|
6
|
+
import * as i3 from "@ngx-formly/core";
|
|
7
|
+
class LuFormlyFieldRadios extends FieldType {
|
|
8
|
+
get _options() {
|
|
9
|
+
return (this.props.options || []);
|
|
10
|
+
}
|
|
11
|
+
focus() {
|
|
12
|
+
this.props['_isFocused'] = true;
|
|
13
|
+
}
|
|
14
|
+
blur() {
|
|
15
|
+
this.props['_isFocused'] = false;
|
|
16
|
+
}
|
|
17
|
+
static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "16.0.0", ngImport: i0, type: LuFormlyFieldRadios, deps: null, target: i0.ɵɵFactoryTarget.Component }); }
|
|
18
|
+
static { this.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "16.0.0", type: LuFormlyFieldRadios, selector: "lu-formly-field-radios", usesInheritance: true, ngImport: i0, template: "<legend class=\"radiosfield-label\">{{props.label}}</legend>\r\n<div class=\"radiosfield-input\">\r\n\t<label *ngFor=\"let option of _options, let i = index\" class=\"radio\">\r\n\t\t<input\r\n\t\t\tclass=\"radio-input\"\r\n\t\t\ttype=\"radio\"\r\n\t\t\t[name]=\"props['name']\"\r\n\t\t\t[value]=\"option.value\"\r\n\t\t\t[id]=\"id + '_'+ i\"\r\n\t\t\t[formControl]=\"formControl\"\r\n\t\t\t[formlyAttributes]=\"field\"\r\n\t\t/>\r\n\t\t<span class=\"radio-label\">{{option.label}}</span>\r\n\t</label>\r\n</div>\r\n", styles: [":host{width:100%;display:inherit;align-items:inherit;flex-direction:inherit}\n"], dependencies: [{ kind: "directive", type: i1.NgForOf, selector: "[ngFor][ngForOf]", inputs: ["ngForOf", "ngForTrackBy", "ngForTemplate"] }, { 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.RadioControlValueAccessor, selector: "input[type=radio][formControlName],input[type=radio][formControl],input[type=radio][ngModel]", inputs: ["name", "formControlName", "value"] }, { 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: "directive", type: i3.ɵFormlyAttributes, selector: "[formlyAttributes]", inputs: ["formlyAttributes", "id"] }], changeDetection: i0.ChangeDetectionStrategy.OnPush }); }
|
|
19
|
+
}
|
|
20
|
+
export { LuFormlyFieldRadios };
|
|
21
|
+
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "16.0.0", ngImport: i0, type: LuFormlyFieldRadios, decorators: [{
|
|
22
|
+
type: Component,
|
|
23
|
+
args: [{ selector: 'lu-formly-field-radios', changeDetection: ChangeDetectionStrategy.OnPush, template: "<legend class=\"radiosfield-label\">{{props.label}}</legend>\r\n<div class=\"radiosfield-input\">\r\n\t<label *ngFor=\"let option of _options, let i = index\" class=\"radio\">\r\n\t\t<input\r\n\t\t\tclass=\"radio-input\"\r\n\t\t\ttype=\"radio\"\r\n\t\t\t[name]=\"props['name']\"\r\n\t\t\t[value]=\"option.value\"\r\n\t\t\t[id]=\"id + '_'+ i\"\r\n\t\t\t[formControl]=\"formControl\"\r\n\t\t\t[formlyAttributes]=\"field\"\r\n\t\t/>\r\n\t\t<span class=\"radio-label\">{{option.label}}</span>\r\n\t</label>\r\n</div>\r\n", styles: [":host{width:100%;display:inherit;align-items:inherit;flex-direction:inherit}\n"] }]
|
|
24
|
+
}] });
|
|
25
|
+
//# sourceMappingURL=data:application/json;base64,eyJ2ZXJzaW9uIjozLCJmaWxlIjoicmFkaW9zLmpzIiwic291cmNlUm9vdCI6IiIsInNvdXJjZXMiOlsiLi4vLi4vLi4vLi4vLi4vLi4vcGFja2FnZXMvbmcvZm9ybWx5L3NyYy9saWIvdHlwZXMvcmFkaW9zLnRzIiwiLi4vLi4vLi4vLi4vLi4vLi4vcGFja2FnZXMvbmcvZm9ybWx5L3NyYy9saWIvdHlwZXMvcmFkaW9zLmh0bWwiXSwibmFtZXMiOltdLCJtYXBwaW5ncyI6IkFBQUEsT0FBTyxFQUFFLHVCQUF1QixFQUFFLFNBQVMsRUFBRSxNQUFNLGVBQWUsQ0FBQztBQUNuRSxPQUFPLEVBQUUsU0FBUyxFQUFtQixNQUFNLGtCQUFrQixDQUFDOzs7OztBQUU5RCxNQU9hLG1CQUFvQixTQUFRLFNBQTBCO0lBQ2xFLElBQUksUUFBUTtRQUNYLE9BQU8sQ0FBQyxJQUFJLENBQUMsS0FBSyxDQUFDLE9BQU8sSUFBSSxFQUFFLENBQXlDLENBQUM7SUFDM0UsQ0FBQztJQUNELEtBQUs7UUFDSixJQUFJLENBQUMsS0FBSyxDQUFDLFlBQVksQ0FBQyxHQUFHLElBQUksQ0FBQztJQUNqQyxDQUFDO0lBQ0QsSUFBSTtRQUNILElBQUksQ0FBQyxLQUFLLENBQUMsWUFBWSxDQUFDLEdBQUcsS0FBSyxDQUFDO0lBQ2xDLENBQUM7OEdBVFcsbUJBQW1CO2tHQUFuQixtQkFBbUIscUZDVmhDLHNnQkFlQTs7U0RMYSxtQkFBbUI7MkZBQW5CLG1CQUFtQjtrQkFQL0IsU0FBUzsrQkFDQyx3QkFBd0IsbUJBR2pCLHVCQUF1QixDQUFDLE1BQU0iLCJzb3VyY2VzQ29udGVudCI6WyJpbXBvcnQgeyBDaGFuZ2VEZXRlY3Rpb25TdHJhdGVneSwgQ29tcG9uZW50IH0gZnJvbSAnQGFuZ3VsYXIvY29yZSc7XHJcbmltcG9ydCB7IEZpZWxkVHlwZSwgRmllbGRUeXBlQ29uZmlnIH0gZnJvbSAnQG5neC1mb3JtbHkvY29yZSc7XHJcblxyXG5AQ29tcG9uZW50KHtcclxuXHRzZWxlY3RvcjogJ2x1LWZvcm1seS1maWVsZC1yYWRpb3MnLFxyXG5cdHN0eWxlVXJsczogWydmb3JtbHktZmllbGQuY29tbW9uLnNjc3MnXSxcclxuXHR0ZW1wbGF0ZVVybDogJy4vcmFkaW9zLmh0bWwnLFxyXG5cdGNoYW5nZURldGVjdGlvbjogQ2hhbmdlRGV0ZWN0aW9uU3RyYXRlZ3kuT25QdXNoLFxyXG59KVxyXG4vLyBlc2xpbnQtZGlzYWJsZS1uZXh0LWxpbmUgQGFuZ3VsYXItZXNsaW50L2NvbXBvbmVudC1jbGFzcy1zdWZmaXhcclxuZXhwb3J0IGNsYXNzIEx1Rm9ybWx5RmllbGRSYWRpb3MgZXh0ZW5kcyBGaWVsZFR5cGU8RmllbGRUeXBlQ29uZmlnPiB7XHJcblx0Z2V0IF9vcHRpb25zKCkge1xyXG5cdFx0cmV0dXJuICh0aGlzLnByb3BzLm9wdGlvbnMgfHwgW10pIGFzIHsgdmFsdWU6IHVua25vd247IGxhYmVsOiB1bmtub3duIH1bXTtcclxuXHR9XHJcblx0Zm9jdXMoKSB7XHJcblx0XHR0aGlzLnByb3BzWydfaXNGb2N1c2VkJ10gPSB0cnVlO1xyXG5cdH1cclxuXHRibHVyKCkge1xyXG5cdFx0dGhpcy5wcm9wc1snX2lzRm9jdXNlZCddID0gZmFsc2U7XHJcblx0fVxyXG59XHJcbiIsIjxsZWdlbmQgY2xhc3M9XCJyYWRpb3NmaWVsZC1sYWJlbFwiPnt7cHJvcHMubGFiZWx9fTwvbGVnZW5kPlxyXG48ZGl2IGNsYXNzPVwicmFkaW9zZmllbGQtaW5wdXRcIj5cclxuXHQ8bGFiZWwgKm5nRm9yPVwibGV0IG9wdGlvbiBvZiBfb3B0aW9ucywgbGV0IGkgPSBpbmRleFwiIGNsYXNzPVwicmFkaW9cIj5cclxuXHRcdDxpbnB1dFxyXG5cdFx0XHRjbGFzcz1cInJhZGlvLWlucHV0XCJcclxuXHRcdFx0dHlwZT1cInJhZGlvXCJcclxuXHRcdFx0W25hbWVdPVwicHJvcHNbJ25hbWUnXVwiXHJcblx0XHRcdFt2YWx1ZV09XCJvcHRpb24udmFsdWVcIlxyXG5cdFx0XHRbaWRdPVwiaWQgKyAnXycrIGlcIlxyXG5cdFx0XHRbZm9ybUNvbnRyb2xdPVwiZm9ybUNvbnRyb2xcIlxyXG5cdFx0XHRbZm9ybWx5QXR0cmlidXRlc109XCJmaWVsZFwiXHJcblx0XHQvPlxyXG5cdFx0PHNwYW4gY2xhc3M9XCJyYWRpby1sYWJlbFwiPnt7b3B0aW9uLmxhYmVsfX08L3NwYW4+XHJcblx0PC9sYWJlbD5cclxuPC9kaXY+XHJcbiJdfQ==
|
|
@@ -0,0 +1,28 @@
|
|
|
1
|
+
import { ChangeDetectionStrategy, Component } from '@angular/core';
|
|
2
|
+
import { FieldType } from '@ngx-formly/core';
|
|
3
|
+
import * as i0 from "@angular/core";
|
|
4
|
+
import * as i1 from "@angular/common";
|
|
5
|
+
import * as i2 from "@angular/forms";
|
|
6
|
+
import * as i3 from "@lucca-front/ng/select";
|
|
7
|
+
import * as i4 from "@lucca-front/ng/option";
|
|
8
|
+
import * as i5 from "@lucca-front/ng/input";
|
|
9
|
+
import * as i6 from "@ngx-formly/core";
|
|
10
|
+
class LuFormlyFieldSelect extends FieldType {
|
|
11
|
+
get _options() {
|
|
12
|
+
return (this.props.options || []);
|
|
13
|
+
}
|
|
14
|
+
focus() {
|
|
15
|
+
this.props['_isFocused'] = true;
|
|
16
|
+
}
|
|
17
|
+
blur() {
|
|
18
|
+
this.props['_isFocused'] = false;
|
|
19
|
+
}
|
|
20
|
+
static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "16.0.0", ngImport: i0, type: LuFormlyFieldSelect, deps: null, target: i0.ɵɵFactoryTarget.Component }); }
|
|
21
|
+
static { this.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "16.0.0", type: LuFormlyFieldSelect, selector: "lu-formly-field-select", usesInheritance: true, ngImport: i0, template: "<lu-select\r\n\tclass=\"textfield-input\"\r\n\t[formControl]=\"formControl\"\r\n\t[formlyAttributes]=\"field\"\r\n\t(focus)=\"focus()\"\r\n\t(blur)=\"blur()\"\r\n\t[multiple]=\"props['multiple']\"\r\n\t[placeholder]=\"props.placeholder\"\r\n>\r\n\t<ng-container *luDisplayer=\"let option\">\r\n\t\t<span [class.chip]=\"props['multiple']\" [class.mod-unkillable]=\"props['multiple']\">{{ option.name }}</span>\r\n\t</ng-container>\r\n\t<lu-option-picker>\r\n\t\t<lu-option *ngFor=\"let option of _options\" [value]=\"option\"> {{ option.name }} </lu-option>\r\n\t</lu-option-picker>\r\n\t<lu-input-clearer *ngIf=\"!props.required && !props['multiple']\"></lu-input-clearer>\r\n</lu-select>\r\n<span class=\"textfield-label\">{{ props.label }}</span>\r\n", styles: [":host{width:100%;display:inherit;align-items:inherit;flex-direction:inherit}\n", ":host-context(.mod-framed) lu-select{display:block}:host-context(.mod-framed) lu-api-select{display:block}:host-context(.mod-framed) lu-user-select{display:block}:host-context(.mod-framed) lu-date-select{display:block}:host-context(.mod-framed) lu-department-select{display:block}\n"], dependencies: [{ kind: "directive", type: i1.NgForOf, selector: "[ngFor][ngForOf]", inputs: ["ngForOf", "ngForTrackBy", "ngForTemplate"] }, { kind: "directive", type: i1.NgIf, selector: "[ngIf]", inputs: ["ngIf", "ngIfThen", "ngIfElse"] }, { 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.LuSelectInputComponent, selector: "lu-select" }, { kind: "component", type: i4.LuOptionItemComponent, selector: "lu-option", inputs: ["selected", "highlighted", "value", "disabled"], outputs: ["onSelect"] }, { kind: "component", type: i4.LuOptionPickerComponent, selector: "lu-option-picker", exportAs: ["LuOptionPicker"] }, { kind: "directive", type: i5.LuInputDisplayerDirective, selector: "[luDisplayer]", inputs: ["luDisplayerMultiple", "multiple"] }, { kind: "component", type: i5.LuInputClearerComponent, selector: "lu-input-clearer", outputs: ["onClear"], exportAs: ["luClearer"] }, { kind: "directive", type: i6.ɵFormlyAttributes, selector: "[formlyAttributes]", inputs: ["formlyAttributes", "id"] }], changeDetection: i0.ChangeDetectionStrategy.OnPush }); }
|
|
22
|
+
}
|
|
23
|
+
export { LuFormlyFieldSelect };
|
|
24
|
+
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "16.0.0", ngImport: i0, type: LuFormlyFieldSelect, decorators: [{
|
|
25
|
+
type: Component,
|
|
26
|
+
args: [{ selector: 'lu-formly-field-select', changeDetection: ChangeDetectionStrategy.OnPush, template: "<lu-select\r\n\tclass=\"textfield-input\"\r\n\t[formControl]=\"formControl\"\r\n\t[formlyAttributes]=\"field\"\r\n\t(focus)=\"focus()\"\r\n\t(blur)=\"blur()\"\r\n\t[multiple]=\"props['multiple']\"\r\n\t[placeholder]=\"props.placeholder\"\r\n>\r\n\t<ng-container *luDisplayer=\"let option\">\r\n\t\t<span [class.chip]=\"props['multiple']\" [class.mod-unkillable]=\"props['multiple']\">{{ option.name }}</span>\r\n\t</ng-container>\r\n\t<lu-option-picker>\r\n\t\t<lu-option *ngFor=\"let option of _options\" [value]=\"option\"> {{ option.name }} </lu-option>\r\n\t</lu-option-picker>\r\n\t<lu-input-clearer *ngIf=\"!props.required && !props['multiple']\"></lu-input-clearer>\r\n</lu-select>\r\n<span class=\"textfield-label\">{{ props.label }}</span>\r\n", styles: [":host{width:100%;display:inherit;align-items:inherit;flex-direction:inherit}\n", ":host-context(.mod-framed) lu-select{display:block}:host-context(.mod-framed) lu-api-select{display:block}:host-context(.mod-framed) lu-user-select{display:block}:host-context(.mod-framed) lu-date-select{display:block}:host-context(.mod-framed) lu-department-select{display:block}\n"] }]
|
|
27
|
+
}] });
|
|
28
|
+
//# sourceMappingURL=data:application/json;base64,eyJ2ZXJzaW9uIjozLCJmaWxlIjoic2VsZWN0LmpzIiwic291cmNlUm9vdCI6IiIsInNvdXJjZXMiOlsiLi4vLi4vLi4vLi4vLi4vLi4vcGFja2FnZXMvbmcvZm9ybWx5L3NyYy9saWIvdHlwZXMvc2VsZWN0LnRzIiwiLi4vLi4vLi4vLi4vLi4vLi4vcGFja2FnZXMvbmcvZm9ybWx5L3NyYy9saWIvdHlwZXMvc2VsZWN0Lmh0bWwiXSwibmFtZXMiOltdLCJtYXBwaW5ncyI6IkFBQUEsT0FBTyxFQUFFLHVCQUF1QixFQUFFLFNBQVMsRUFBRSxNQUFNLGVBQWUsQ0FBQztBQUNuRSxPQUFPLEVBQUUsU0FBUyxFQUFtQixNQUFNLGtCQUFrQixDQUFDOzs7Ozs7OztBQUU5RCxNQU9hLG1CQUFvQixTQUFRLFNBQTBCO0lBQ2xFLElBQUksUUFBUTtRQUNYLE9BQU8sQ0FBQyxJQUFJLENBQUMsS0FBSyxDQUFDLE9BQU8sSUFBSSxFQUFFLENBQXVELENBQUM7SUFDekYsQ0FBQztJQUNELEtBQUs7UUFDSixJQUFJLENBQUMsS0FBSyxDQUFDLFlBQVksQ0FBQyxHQUFHLElBQUksQ0FBQztJQUNqQyxDQUFDO0lBQ0QsSUFBSTtRQUNILElBQUksQ0FBQyxLQUFLLENBQUMsWUFBWSxDQUFDLEdBQUcsS0FBSyxDQUFDO0lBQ2xDLENBQUM7OEdBVFcsbUJBQW1CO2tHQUFuQixtQkFBbUIscUZDVmhDLGt2QkFrQkE7O1NEUmEsbUJBQW1COzJGQUFuQixtQkFBbUI7a0JBUC9CLFNBQVM7K0JBQ0Msd0JBQXdCLG1CQUdqQix1QkFBdUIsQ0FBQyxNQUFNIiwic291cmNlc0NvbnRlbnQiOlsiaW1wb3J0IHsgQ2hhbmdlRGV0ZWN0aW9uU3RyYXRlZ3ksIENvbXBvbmVudCB9IGZyb20gJ0Bhbmd1bGFyL2NvcmUnO1xyXG5pbXBvcnQgeyBGaWVsZFR5cGUsIEZpZWxkVHlwZUNvbmZpZyB9IGZyb20gJ0BuZ3gtZm9ybWx5L2NvcmUnO1xyXG5cclxuQENvbXBvbmVudCh7XHJcblx0c2VsZWN0b3I6ICdsdS1mb3JtbHktZmllbGQtc2VsZWN0JyxcclxuXHRzdHlsZVVybHM6IFsnZm9ybWx5LWZpZWxkLmNvbW1vbi5zY3NzJywgJ3NlbGVjdC5zY3NzJ10sXHJcblx0dGVtcGxhdGVVcmw6ICcuL3NlbGVjdC5odG1sJyxcclxuXHRjaGFuZ2VEZXRlY3Rpb246IENoYW5nZURldGVjdGlvblN0cmF0ZWd5Lk9uUHVzaCxcclxufSlcclxuLy8gZXNsaW50LWRpc2FibGUtbmV4dC1saW5lIEBhbmd1bGFyLWVzbGludC9jb21wb25lbnQtY2xhc3Mtc3VmZml4XHJcbmV4cG9ydCBjbGFzcyBMdUZvcm1seUZpZWxkU2VsZWN0IGV4dGVuZHMgRmllbGRUeXBlPEZpZWxkVHlwZUNvbmZpZz4ge1xyXG5cdGdldCBfb3B0aW9ucygpIHtcclxuXHRcdHJldHVybiAodGhpcy5wcm9wcy5vcHRpb25zIHx8IFtdKSBhcyB7IHZhbHVlOiB1bmtub3duOyBsYWJlbDogdW5rbm93bjsgbmFtZTogc3RyaW5nIH1bXTtcclxuXHR9XHJcblx0Zm9jdXMoKSB7XHJcblx0XHR0aGlzLnByb3BzWydfaXNGb2N1c2VkJ10gPSB0cnVlO1xyXG5cdH1cclxuXHRibHVyKCkge1xyXG5cdFx0dGhpcy5wcm9wc1snX2lzRm9jdXNlZCddID0gZmFsc2U7XHJcblx0fVxyXG59XHJcbiIsIjxsdS1zZWxlY3RcclxuXHRjbGFzcz1cInRleHRmaWVsZC1pbnB1dFwiXHJcblx0W2Zvcm1Db250cm9sXT1cImZvcm1Db250cm9sXCJcclxuXHRbZm9ybWx5QXR0cmlidXRlc109XCJmaWVsZFwiXHJcblx0KGZvY3VzKT1cImZvY3VzKClcIlxyXG5cdChibHVyKT1cImJsdXIoKVwiXHJcblx0W211bHRpcGxlXT1cInByb3BzWydtdWx0aXBsZSddXCJcclxuXHRbcGxhY2Vob2xkZXJdPVwicHJvcHMucGxhY2Vob2xkZXJcIlxyXG4+XHJcblx0PG5nLWNvbnRhaW5lciAqbHVEaXNwbGF5ZXI9XCJsZXQgb3B0aW9uXCI+XHJcblx0XHQ8c3BhbiBbY2xhc3MuY2hpcF09XCJwcm9wc1snbXVsdGlwbGUnXVwiIFtjbGFzcy5tb2QtdW5raWxsYWJsZV09XCJwcm9wc1snbXVsdGlwbGUnXVwiPnt7IG9wdGlvbi5uYW1lIH19PC9zcGFuPlxyXG5cdDwvbmctY29udGFpbmVyPlxyXG5cdDxsdS1vcHRpb24tcGlja2VyPlxyXG5cdFx0PGx1LW9wdGlvbiAqbmdGb3I9XCJsZXQgb3B0aW9uIG9mIF9vcHRpb25zXCIgW3ZhbHVlXT1cIm9wdGlvblwiPiB7eyBvcHRpb24ubmFtZSB9fSA8L2x1LW9wdGlvbj5cclxuXHQ8L2x1LW9wdGlvbi1waWNrZXI+XHJcblx0PGx1LWlucHV0LWNsZWFyZXIgKm5nSWY9XCIhcHJvcHMucmVxdWlyZWQgJiYgIXByb3BzWydtdWx0aXBsZSddXCI+PC9sdS1pbnB1dC1jbGVhcmVyPlxyXG48L2x1LXNlbGVjdD5cclxuPHNwYW4gY2xhc3M9XCJ0ZXh0ZmllbGQtbGFiZWxcIj57eyBwcm9wcy5sYWJlbCB9fTwvc3Bhbj5cclxuIl19
|
|
@@ -0,0 +1,22 @@
|
|
|
1
|
+
import { ChangeDetectionStrategy, Component } from '@angular/core';
|
|
2
|
+
import { FieldType } from '@ngx-formly/core';
|
|
3
|
+
import * as i0 from "@angular/core";
|
|
4
|
+
import * as i1 from "@angular/forms";
|
|
5
|
+
import * as i2 from "@lucca-front/ng/input";
|
|
6
|
+
import * as i3 from "@ngx-formly/core";
|
|
7
|
+
class LuFormlyFieldTextarea extends FieldType {
|
|
8
|
+
focus() {
|
|
9
|
+
this.props['_isFocused'] = true;
|
|
10
|
+
}
|
|
11
|
+
blur() {
|
|
12
|
+
this.props['_isFocused'] = false;
|
|
13
|
+
}
|
|
14
|
+
static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "16.0.0", ngImport: i0, type: LuFormlyFieldTextarea, deps: null, target: i0.ɵɵFactoryTarget.Component }); }
|
|
15
|
+
static { this.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "16.0.0", type: LuFormlyFieldTextarea, selector: "lu-formly-field-input", usesInheritance: true, ngImport: i0, template: "<textarea\r\n\tclass=\"textfield-input\"\r\n\t[name]=\"props['name']\"\r\n\t[formControl]=\"formControl\"\r\n\t[formlyAttributes]=\"field\"\r\n\tluInput\r\n\t(focus)=\"focus()\"\r\n\t(blur)=\"blur()\"\r\n\t[placeholder]=\"props.placeholder\"\r\n></textarea>\r\n<span class=\"textfield-label\">{{ props.label }}</span>\r\n", styles: [":host{width:100%;display:inherit;align-items:inherit;flex-direction:inherit}\n"], dependencies: [{ kind: "directive", type: i1.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: i1.NgControlStatus, selector: "[formControlName],[ngModel],[formControl]" }, { kind: "directive", type: i1.FormControlDirective, selector: "[formControl]", inputs: ["formControl", "disabled", "ngModel"], outputs: ["ngModelChange"], exportAs: ["ngForm"] }, { kind: "directive", type: i2.LuInputDirective, selector: "[luInput]" }, { kind: "directive", type: i3.ɵFormlyAttributes, selector: "[formlyAttributes]", inputs: ["formlyAttributes", "id"] }], changeDetection: i0.ChangeDetectionStrategy.OnPush }); }
|
|
16
|
+
}
|
|
17
|
+
export { LuFormlyFieldTextarea };
|
|
18
|
+
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "16.0.0", ngImport: i0, type: LuFormlyFieldTextarea, decorators: [{
|
|
19
|
+
type: Component,
|
|
20
|
+
args: [{ selector: 'lu-formly-field-input', changeDetection: ChangeDetectionStrategy.OnPush, template: "<textarea\r\n\tclass=\"textfield-input\"\r\n\t[name]=\"props['name']\"\r\n\t[formControl]=\"formControl\"\r\n\t[formlyAttributes]=\"field\"\r\n\tluInput\r\n\t(focus)=\"focus()\"\r\n\t(blur)=\"blur()\"\r\n\t[placeholder]=\"props.placeholder\"\r\n></textarea>\r\n<span class=\"textfield-label\">{{ props.label }}</span>\r\n", styles: [":host{width:100%;display:inherit;align-items:inherit;flex-direction:inherit}\n"] }]
|
|
21
|
+
}] });
|
|
22
|
+
//# sourceMappingURL=data:application/json;base64,eyJ2ZXJzaW9uIjozLCJmaWxlIjoidGV4dGFyZWEuanMiLCJzb3VyY2VSb290IjoiIiwic291cmNlcyI6WyIuLi8uLi8uLi8uLi8uLi8uLi9wYWNrYWdlcy9uZy9mb3JtbHkvc3JjL2xpYi90eXBlcy90ZXh0YXJlYS50cyIsIi4uLy4uLy4uLy4uLy4uLy4uL3BhY2thZ2VzL25nL2Zvcm1seS9zcmMvbGliL3R5cGVzL3RleHRhcmVhLmh0bWwiXSwibmFtZXMiOltdLCJtYXBwaW5ncyI6IkFBQUEsT0FBTyxFQUFFLHVCQUF1QixFQUFFLFNBQVMsRUFBRSxNQUFNLGVBQWUsQ0FBQztBQUNuRSxPQUFPLEVBQUUsU0FBUyxFQUFtQixNQUFNLGtCQUFrQixDQUFDOzs7OztBQUU5RCxNQU9hLHFCQUFzQixTQUFRLFNBQTBCO0lBQ3BFLEtBQUs7UUFDSixJQUFJLENBQUMsS0FBSyxDQUFDLFlBQVksQ0FBQyxHQUFHLElBQUksQ0FBQztJQUNqQyxDQUFDO0lBQ0QsSUFBSTtRQUNILElBQUksQ0FBQyxLQUFLLENBQUMsWUFBWSxDQUFDLEdBQUcsS0FBSyxDQUFDO0lBQ2xDLENBQUM7OEdBTlcscUJBQXFCO2tHQUFyQixxQkFBcUIsb0ZDVmxDLG1VQVdBOztTRERhLHFCQUFxQjsyRkFBckIscUJBQXFCO2tCQVBqQyxTQUFTOytCQUNDLHVCQUF1QixtQkFHaEIsdUJBQXVCLENBQUMsTUFBTSIsInNvdXJjZXNDb250ZW50IjpbImltcG9ydCB7IENoYW5nZURldGVjdGlvblN0cmF0ZWd5LCBDb21wb25lbnQgfSBmcm9tICdAYW5ndWxhci9jb3JlJztcclxuaW1wb3J0IHsgRmllbGRUeXBlLCBGaWVsZFR5cGVDb25maWcgfSBmcm9tICdAbmd4LWZvcm1seS9jb3JlJztcclxuXHJcbkBDb21wb25lbnQoe1xyXG5cdHNlbGVjdG9yOiAnbHUtZm9ybWx5LWZpZWxkLWlucHV0JyxcclxuXHRzdHlsZVVybHM6IFsnZm9ybWx5LWZpZWxkLmNvbW1vbi5zY3NzJ10sXHJcblx0dGVtcGxhdGVVcmw6ICcuL3RleHRhcmVhLmh0bWwnLFxyXG5cdGNoYW5nZURldGVjdGlvbjogQ2hhbmdlRGV0ZWN0aW9uU3RyYXRlZ3kuT25QdXNoLFxyXG59KVxyXG4vLyBlc2xpbnQtZGlzYWJsZS1uZXh0LWxpbmUgQGFuZ3VsYXItZXNsaW50L2NvbXBvbmVudC1jbGFzcy1zdWZmaXhcclxuZXhwb3J0IGNsYXNzIEx1Rm9ybWx5RmllbGRUZXh0YXJlYSBleHRlbmRzIEZpZWxkVHlwZTxGaWVsZFR5cGVDb25maWc+IHtcclxuXHRmb2N1cygpIHtcclxuXHRcdHRoaXMucHJvcHNbJ19pc0ZvY3VzZWQnXSA9IHRydWU7XHJcblx0fVxyXG5cdGJsdXIoKSB7XHJcblx0XHR0aGlzLnByb3BzWydfaXNGb2N1c2VkJ10gPSBmYWxzZTtcclxuXHR9XHJcbn1cclxuIiwiPHRleHRhcmVhXHJcblx0Y2xhc3M9XCJ0ZXh0ZmllbGQtaW5wdXRcIlxyXG5cdFtuYW1lXT1cInByb3BzWyduYW1lJ11cIlxyXG5cdFtmb3JtQ29udHJvbF09XCJmb3JtQ29udHJvbFwiXHJcblx0W2Zvcm1seUF0dHJpYnV0ZXNdPVwiZmllbGRcIlxyXG5cdGx1SW5wdXRcclxuXHQoZm9jdXMpPVwiZm9jdXMoKVwiXHJcblx0KGJsdXIpPVwiYmx1cigpXCJcclxuXHRbcGxhY2Vob2xkZXJdPVwicHJvcHMucGxhY2Vob2xkZXJcIlxyXG4+PC90ZXh0YXJlYT5cclxuPHNwYW4gY2xhc3M9XCJ0ZXh0ZmllbGQtbGFiZWxcIj57eyBwcm9wcy5sYWJlbCB9fTwvc3Bhbj5cclxuIl19
|
|
@@ -0,0 +1,22 @@
|
|
|
1
|
+
import { ChangeDetectionStrategy, Component } from '@angular/core';
|
|
2
|
+
import { FieldType } from '@ngx-formly/core';
|
|
3
|
+
import * as i0 from "@angular/core";
|
|
4
|
+
import * as i1 from "@angular/forms";
|
|
5
|
+
import * as i2 from "@lucca-front/ng/user";
|
|
6
|
+
import * as i3 from "@ngx-formly/core";
|
|
7
|
+
class LuFormlyFieldUser extends FieldType {
|
|
8
|
+
focus() {
|
|
9
|
+
this.props['_isFocused'] = true;
|
|
10
|
+
}
|
|
11
|
+
blur() {
|
|
12
|
+
this.props['_isFocused'] = false;
|
|
13
|
+
}
|
|
14
|
+
static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "16.0.0", ngImport: i0, type: LuFormlyFieldUser, deps: null, target: i0.ɵɵFactoryTarget.Component }); }
|
|
15
|
+
static { this.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "16.0.0", type: LuFormlyFieldUser, selector: "lu-formly-field-user", usesInheritance: true, ngImport: i0, template: "<lu-user-select\r\n\tclass=\"textfield-input\"\r\n\t[formControl]=\"formControl\"\r\n\t[formlyAttributes]=\"field\"\r\n\t[multiple]=\"props['multiple']\"\r\n\t(focus)=\"focus()\"\r\n\t(blur)=\"blur()\"\r\n\t[placeholder]=\"props.placeholder\"\r\n>\r\n</lu-user-select>\r\n<span class=\"textfield-label\">{{ props.label }}</span>\r\n", styles: [":host{width:100%;display:inherit;align-items:inherit;flex-direction:inherit}\n", ":host-context(.mod-framed) lu-select{display:block}:host-context(.mod-framed) lu-api-select{display:block}:host-context(.mod-framed) lu-user-select{display:block}:host-context(.mod-framed) lu-date-select{display:block}:host-context(.mod-framed) lu-department-select{display:block}\n"], dependencies: [{ kind: "directive", type: i1.NgControlStatus, selector: "[formControlName],[ngModel],[formControl]" }, { kind: "directive", type: i1.FormControlDirective, selector: "[formControl]", inputs: ["formControl", "disabled", "ngModel"], outputs: ["ngModelChange"], exportAs: ["ngForm"] }, { kind: "component", type: i2.LuUserSelectInputComponent, selector: "lu-user-select", inputs: ["placeholder", "fields", "filters", "orderBy", "appInstanceId", "operations", "enableFormerEmployees"] }, { kind: "directive", type: i3.ɵFormlyAttributes, selector: "[formlyAttributes]", inputs: ["formlyAttributes", "id"] }], changeDetection: i0.ChangeDetectionStrategy.OnPush }); }
|
|
16
|
+
}
|
|
17
|
+
export { LuFormlyFieldUser };
|
|
18
|
+
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "16.0.0", ngImport: i0, type: LuFormlyFieldUser, decorators: [{
|
|
19
|
+
type: Component,
|
|
20
|
+
args: [{ selector: 'lu-formly-field-user', changeDetection: ChangeDetectionStrategy.OnPush, template: "<lu-user-select\r\n\tclass=\"textfield-input\"\r\n\t[formControl]=\"formControl\"\r\n\t[formlyAttributes]=\"field\"\r\n\t[multiple]=\"props['multiple']\"\r\n\t(focus)=\"focus()\"\r\n\t(blur)=\"blur()\"\r\n\t[placeholder]=\"props.placeholder\"\r\n>\r\n</lu-user-select>\r\n<span class=\"textfield-label\">{{ props.label }}</span>\r\n", styles: [":host{width:100%;display:inherit;align-items:inherit;flex-direction:inherit}\n", ":host-context(.mod-framed) lu-select{display:block}:host-context(.mod-framed) lu-api-select{display:block}:host-context(.mod-framed) lu-user-select{display:block}:host-context(.mod-framed) lu-date-select{display:block}:host-context(.mod-framed) lu-department-select{display:block}\n"] }]
|
|
21
|
+
}] });
|
|
22
|
+
//# sourceMappingURL=data:application/json;base64,eyJ2ZXJzaW9uIjozLCJmaWxlIjoidXNlci5qcyIsInNvdXJjZVJvb3QiOiIiLCJzb3VyY2VzIjpbIi4uLy4uLy4uLy4uLy4uLy4uL3BhY2thZ2VzL25nL2Zvcm1seS9zcmMvbGliL3R5cGVzL3VzZXIudHMiLCIuLi8uLi8uLi8uLi8uLi8uLi9wYWNrYWdlcy9uZy9mb3JtbHkvc3JjL2xpYi90eXBlcy91c2VyLmh0bWwiXSwibmFtZXMiOltdLCJtYXBwaW5ncyI6IkFBQUEsT0FBTyxFQUFFLHVCQUF1QixFQUFFLFNBQVMsRUFBRSxNQUFNLGVBQWUsQ0FBQztBQUNuRSxPQUFPLEVBQUUsU0FBUyxFQUFtQixNQUFNLGtCQUFrQixDQUFDOzs7OztBQUU5RCxNQU9hLGlCQUFrQixTQUFRLFNBQTBCO0lBQ2hFLEtBQUs7UUFDSixJQUFJLENBQUMsS0FBSyxDQUFDLFlBQVksQ0FBQyxHQUFHLElBQUksQ0FBQztJQUNqQyxDQUFDO0lBQ0QsSUFBSTtRQUNILElBQUksQ0FBQyxLQUFLLENBQUMsWUFBWSxDQUFDLEdBQUcsS0FBSyxDQUFDO0lBQ2xDLENBQUM7OEdBTlcsaUJBQWlCO2tHQUFqQixpQkFBaUIsbUZDVjlCLDhVQVdBOztTRERhLGlCQUFpQjsyRkFBakIsaUJBQWlCO2tCQVA3QixTQUFTOytCQUNDLHNCQUFzQixtQkFHZix1QkFBdUIsQ0FBQyxNQUFNIiwic291cmNlc0NvbnRlbnQiOlsiaW1wb3J0IHsgQ2hhbmdlRGV0ZWN0aW9uU3RyYXRlZ3ksIENvbXBvbmVudCB9IGZyb20gJ0Bhbmd1bGFyL2NvcmUnO1xyXG5pbXBvcnQgeyBGaWVsZFR5cGUsIEZpZWxkVHlwZUNvbmZpZyB9IGZyb20gJ0BuZ3gtZm9ybWx5L2NvcmUnO1xyXG5cclxuQENvbXBvbmVudCh7XHJcblx0c2VsZWN0b3I6ICdsdS1mb3JtbHktZmllbGQtdXNlcicsXHJcblx0c3R5bGVVcmxzOiBbJ2Zvcm1seS1maWVsZC5jb21tb24uc2NzcycsICdzZWxlY3Quc2NzcyddLFxyXG5cdHRlbXBsYXRlVXJsOiAnLi91c2VyLmh0bWwnLFxyXG5cdGNoYW5nZURldGVjdGlvbjogQ2hhbmdlRGV0ZWN0aW9uU3RyYXRlZ3kuT25QdXNoLFxyXG59KVxyXG4vLyBlc2xpbnQtZGlzYWJsZS1uZXh0LWxpbmUgQGFuZ3VsYXItZXNsaW50L2NvbXBvbmVudC1jbGFzcy1zdWZmaXhcclxuZXhwb3J0IGNsYXNzIEx1Rm9ybWx5RmllbGRVc2VyIGV4dGVuZHMgRmllbGRUeXBlPEZpZWxkVHlwZUNvbmZpZz4ge1xyXG5cdGZvY3VzKCkge1xyXG5cdFx0dGhpcy5wcm9wc1snX2lzRm9jdXNlZCddID0gdHJ1ZTtcclxuXHR9XHJcblx0Ymx1cigpIHtcclxuXHRcdHRoaXMucHJvcHNbJ19pc0ZvY3VzZWQnXSA9IGZhbHNlO1xyXG5cdH1cclxufVxyXG4iLCI8bHUtdXNlci1zZWxlY3RcclxuXHRjbGFzcz1cInRleHRmaWVsZC1pbnB1dFwiXHJcblx0W2Zvcm1Db250cm9sXT1cImZvcm1Db250cm9sXCJcclxuXHRbZm9ybWx5QXR0cmlidXRlc109XCJmaWVsZFwiXHJcblx0W211bHRpcGxlXT1cInByb3BzWydtdWx0aXBsZSddXCJcclxuXHQoZm9jdXMpPVwiZm9jdXMoKVwiXHJcblx0KGJsdXIpPVwiYmx1cigpXCJcclxuXHRbcGxhY2Vob2xkZXJdPVwicHJvcHMucGxhY2Vob2xkZXJcIlxyXG4+XHJcbjwvbHUtdXNlci1zZWxlY3Q+XHJcbjxzcGFuIGNsYXNzPVwidGV4dGZpZWxkLWxhYmVsXCI+e3sgcHJvcHMubGFiZWwgfX08L3NwYW4+XHJcbiJdfQ==
|
|
@@ -0,0 +1,30 @@
|
|
|
1
|
+
import { ChangeDetectionStrategy, Component, ViewChild, ViewContainerRef } from '@angular/core';
|
|
2
|
+
import { FieldWrapper } from '@ngx-formly/core';
|
|
3
|
+
import * as i0 from "@angular/core";
|
|
4
|
+
import * as i1 from "@angular/common";
|
|
5
|
+
// wrapper component
|
|
6
|
+
class LuFormlyWrapperCheckboxLayout extends FieldWrapper {
|
|
7
|
+
get mod() {
|
|
8
|
+
return (this.props['mod'] || '');
|
|
9
|
+
}
|
|
10
|
+
get isRequired() {
|
|
11
|
+
return !!this.props && !!this.props.required ? 'is-required' : '';
|
|
12
|
+
}
|
|
13
|
+
get isFocused() {
|
|
14
|
+
return !!this.props && this.props['_isFocused'] ? 'is-focused' : '';
|
|
15
|
+
}
|
|
16
|
+
get isError() {
|
|
17
|
+
return this.formControl.invalid && this.formControl.touched ? 'is-error' : '';
|
|
18
|
+
}
|
|
19
|
+
static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "16.0.0", ngImport: i0, type: LuFormlyWrapperCheckboxLayout, deps: null, target: i0.ɵɵFactoryTarget.Component }); }
|
|
20
|
+
static { this.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "16.0.0", type: LuFormlyWrapperCheckboxLayout, selector: "lu-formly-wrapper-checkbox-layout", viewQueries: [{ propertyName: "fieldComponent", first: true, predicate: ["fieldComponent"], descendants: true, read: ViewContainerRef, static: true }], usesInheritance: true, ngImport: i0, template: "<div class=\"fieldsetWrapper\">\r\n\t<fieldset class=\"checkboxesfield\" [ngClass]=\"[mod, isRequired, isFocused, isError]\">\r\n\t\t<ng-container #fieldComponent></ng-container>\r\n\t</fieldset>\r\n</div>\r\n", styles: [":host{display:inherit;flex-direction:inherit;flex:1 1 auto;width:100%}\n"], dependencies: [{ kind: "directive", type: i1.NgClass, selector: "[ngClass]", inputs: ["class", "ngClass"] }], changeDetection: i0.ChangeDetectionStrategy.OnPush }); }
|
|
21
|
+
}
|
|
22
|
+
export { LuFormlyWrapperCheckboxLayout };
|
|
23
|
+
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "16.0.0", ngImport: i0, type: LuFormlyWrapperCheckboxLayout, decorators: [{
|
|
24
|
+
type: Component,
|
|
25
|
+
args: [{ selector: 'lu-formly-wrapper-checkbox-layout', changeDetection: ChangeDetectionStrategy.OnPush, template: "<div class=\"fieldsetWrapper\">\r\n\t<fieldset class=\"checkboxesfield\" [ngClass]=\"[mod, isRequired, isFocused, isError]\">\r\n\t\t<ng-container #fieldComponent></ng-container>\r\n\t</fieldset>\r\n</div>\r\n", styles: [":host{display:inherit;flex-direction:inherit;flex:1 1 auto;width:100%}\n"] }]
|
|
26
|
+
}], propDecorators: { fieldComponent: [{
|
|
27
|
+
type: ViewChild,
|
|
28
|
+
args: ['fieldComponent', { read: ViewContainerRef, static: true }]
|
|
29
|
+
}] } });
|
|
30
|
+
//# sourceMappingURL=data:application/json;base64,eyJ2ZXJzaW9uIjozLCJmaWxlIjoiY2hlY2tib3gtbGF5b3V0LmpzIiwic291cmNlUm9vdCI6IiIsInNvdXJjZXMiOlsiLi4vLi4vLi4vLi4vLi4vLi4vcGFja2FnZXMvbmcvZm9ybWx5L3NyYy9saWIvd3JhcHBlcnMvY2hlY2tib3gtbGF5b3V0LnRzIiwiLi4vLi4vLi4vLi4vLi4vLi4vcGFja2FnZXMvbmcvZm9ybWx5L3NyYy9saWIvd3JhcHBlcnMvY2hlY2tib3gtbGF5b3V0Lmh0bWwiXSwibmFtZXMiOltdLCJtYXBwaW5ncyI6IkFBQUEsT0FBTyxFQUFFLHVCQUF1QixFQUFFLFNBQVMsRUFBRSxTQUFTLEVBQUUsZ0JBQWdCLEVBQUUsTUFBTSxlQUFlLENBQUM7QUFDaEcsT0FBTyxFQUFFLFlBQVksRUFBRSxNQUFNLGtCQUFrQixDQUFDOzs7QUFFaEQsb0JBQW9CO0FBQ3BCLE1BT2EsNkJBQThCLFNBQVEsWUFBWTtJQUk5RCxJQUFJLEdBQUc7UUFDTixPQUFPLENBQUMsSUFBSSxDQUFDLEtBQUssQ0FBQyxLQUFLLENBQUMsSUFBSSxFQUFFLENBQVcsQ0FBQztJQUM1QyxDQUFDO0lBRUQsSUFBSSxVQUFVO1FBQ2IsT0FBTyxDQUFDLENBQUMsSUFBSSxDQUFDLEtBQUssSUFBSSxDQUFDLENBQUMsSUFBSSxDQUFDLEtBQUssQ0FBQyxRQUFRLENBQUMsQ0FBQyxDQUFDLGFBQWEsQ0FBQyxDQUFDLENBQUMsRUFBRSxDQUFDO0lBQ25FLENBQUM7SUFFRCxJQUFJLFNBQVM7UUFDWixPQUFPLENBQUMsQ0FBQyxJQUFJLENBQUMsS0FBSyxJQUFJLElBQUksQ0FBQyxLQUFLLENBQUMsWUFBWSxDQUFDLENBQUMsQ0FBQyxDQUFDLFlBQVksQ0FBQyxDQUFDLENBQUMsRUFBRSxDQUFDO0lBQ3JFLENBQUM7SUFFRCxJQUFJLE9BQU87UUFDVixPQUFPLElBQUksQ0FBQyxXQUFXLENBQUMsT0FBTyxJQUFJLElBQUksQ0FBQyxXQUFXLENBQUMsT0FBTyxDQUFDLENBQUMsQ0FBQyxVQUFVLENBQUMsQ0FBQyxDQUFDLEVBQUUsQ0FBQztJQUMvRSxDQUFDOzhHQWxCVyw2QkFBNkI7a0dBQTdCLDZCQUE2QixzS0FDSixnQkFBZ0Isa0VDWnRELG1OQUtBOztTRE1hLDZCQUE2QjsyRkFBN0IsNkJBQTZCO2tCQVB6QyxTQUFTOytCQUNDLG1DQUFtQyxtQkFHNUIsdUJBQXVCLENBQUMsTUFBTTs4QkFLdEMsY0FBYztzQkFEdEIsU0FBUzt1QkFBQyxnQkFBZ0IsRUFBRSxFQUFFLElBQUksRUFBRSxnQkFBZ0IsRUFBRSxNQUFNLEVBQUUsSUFBSSxFQUFFIiwic291cmNlc0NvbnRlbnQiOlsiaW1wb3J0IHsgQ2hhbmdlRGV0ZWN0aW9uU3RyYXRlZ3ksIENvbXBvbmVudCwgVmlld0NoaWxkLCBWaWV3Q29udGFpbmVyUmVmIH0gZnJvbSAnQGFuZ3VsYXIvY29yZSc7XHJcbmltcG9ydCB7IEZpZWxkV3JhcHBlciB9IGZyb20gJ0BuZ3gtZm9ybWx5L2NvcmUnO1xyXG5cclxuLy8gd3JhcHBlciBjb21wb25lbnRcclxuQENvbXBvbmVudCh7XHJcblx0c2VsZWN0b3I6ICdsdS1mb3JtbHktd3JhcHBlci1jaGVja2JveC1sYXlvdXQnLFxyXG5cdHN0eWxlVXJsczogWydmbGV4LWxheW91dC5zY3NzJ10sXHJcblx0dGVtcGxhdGVVcmw6ICcuL2NoZWNrYm94LWxheW91dC5odG1sJyxcclxuXHRjaGFuZ2VEZXRlY3Rpb246IENoYW5nZURldGVjdGlvblN0cmF0ZWd5Lk9uUHVzaCxcclxufSlcclxuLy8gZXNsaW50LWRpc2FibGUtbmV4dC1saW5lIEBhbmd1bGFyLWVzbGludC9jb21wb25lbnQtY2xhc3Mtc3VmZml4XHJcbmV4cG9ydCBjbGFzcyBMdUZvcm1seVdyYXBwZXJDaGVja2JveExheW91dCBleHRlbmRzIEZpZWxkV3JhcHBlciB7XHJcblx0QFZpZXdDaGlsZCgnZmllbGRDb21wb25lbnQnLCB7IHJlYWQ6IFZpZXdDb250YWluZXJSZWYsIHN0YXRpYzogdHJ1ZSB9KVxyXG5cdG92ZXJyaWRlIGZpZWxkQ29tcG9uZW50OiBWaWV3Q29udGFpbmVyUmVmO1xyXG5cclxuXHRnZXQgbW9kKCkge1xyXG5cdFx0cmV0dXJuICh0aGlzLnByb3BzWydtb2QnXSB8fCAnJykgYXMgc3RyaW5nO1xyXG5cdH1cclxuXHJcblx0Z2V0IGlzUmVxdWlyZWQoKSB7XHJcblx0XHRyZXR1cm4gISF0aGlzLnByb3BzICYmICEhdGhpcy5wcm9wcy5yZXF1aXJlZCA/ICdpcy1yZXF1aXJlZCcgOiAnJztcclxuXHR9XHJcblxyXG5cdGdldCBpc0ZvY3VzZWQoKSB7XHJcblx0XHRyZXR1cm4gISF0aGlzLnByb3BzICYmIHRoaXMucHJvcHNbJ19pc0ZvY3VzZWQnXSA/ICdpcy1mb2N1c2VkJyA6ICcnO1xyXG5cdH1cclxuXHJcblx0Z2V0IGlzRXJyb3IoKSB7XHJcblx0XHRyZXR1cm4gdGhpcy5mb3JtQ29udHJvbC5pbnZhbGlkICYmIHRoaXMuZm9ybUNvbnRyb2wudG91Y2hlZCA/ICdpcy1lcnJvcicgOiAnJztcclxuXHR9XHJcbn1cclxuIiwiPGRpdiBjbGFzcz1cImZpZWxkc2V0V3JhcHBlclwiPlxyXG5cdDxmaWVsZHNldCBjbGFzcz1cImNoZWNrYm94ZXNmaWVsZFwiIFtuZ0NsYXNzXT1cIlttb2QsIGlzUmVxdWlyZWQsIGlzRm9jdXNlZCwgaXNFcnJvcl1cIj5cclxuXHRcdDxuZy1jb250YWluZXIgI2ZpZWxkQ29tcG9uZW50PjwvbmctY29udGFpbmVyPlxyXG5cdDwvZmllbGRzZXQ+XHJcbjwvZGl2PlxyXG4iXX0=
|
|
@@ -0,0 +1,57 @@
|
|
|
1
|
+
import { ChangeDetectionStrategy, Component, Input, ViewChild, ViewContainerRef } from '@angular/core';
|
|
2
|
+
import { FieldWrapper } from '@ngx-formly/core';
|
|
3
|
+
import { buildAddWrapperExtension } from '../formly.utils';
|
|
4
|
+
import * as i0 from "@angular/core";
|
|
5
|
+
import * as i1 from "@angular/common";
|
|
6
|
+
import * as i2 from "@angular/forms";
|
|
7
|
+
// wrapper
|
|
8
|
+
class LuFormlyWrapperError extends FieldWrapper {
|
|
9
|
+
get validationId() {
|
|
10
|
+
return this.field.id + '-message';
|
|
11
|
+
}
|
|
12
|
+
static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "16.0.0", ngImport: i0, type: LuFormlyWrapperError, deps: null, target: i0.ɵɵFactoryTarget.Component }); }
|
|
13
|
+
static { this.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "16.0.0", type: LuFormlyWrapperError, selector: "lu-formly-wrapper-error", viewQueries: [{ propertyName: "fieldComponent", first: true, predicate: ["fieldComponent"], descendants: true, read: ViewContainerRef, static: true }], usesInheritance: true, ngImport: i0, template: "<ng-container #fieldComponent></ng-container>\r\n<div class=\"textfield-messages\" *ngIf=\"formControl.touched && formControl.invalid\" [id]=\"validationId\">\r\n\t<lu-formly-error-message [formControl]=\"formControl\" [field]=\"field\"></lu-formly-error-message>\r\n</div>\r\n", styles: [":host{display:inherit;flex-direction:inherit;flex:1 1 auto;width:100%}\n"], dependencies: [{ kind: "directive", type: i0.forwardRef(function () { return i1.NgIf; }), selector: "[ngIf]", inputs: ["ngIf", "ngIfThen", "ngIfElse"] }, { kind: "directive", type: i0.forwardRef(function () { return i2.NgControlStatus; }), selector: "[formControlName],[ngModel],[formControl]" }, { kind: "directive", type: i0.forwardRef(function () { return i2.FormControlDirective; }), selector: "[formControl]", inputs: ["formControl", "disabled", "ngModel"], outputs: ["ngModelChange"], exportAs: ["ngForm"] }, { kind: "component", type: i0.forwardRef(function () { return LuFormlyErrorMessage; }), selector: "lu-formly-error-message", inputs: ["formControl", "field"] }], changeDetection: i0.ChangeDetectionStrategy.OnPush }); }
|
|
14
|
+
}
|
|
15
|
+
export { LuFormlyWrapperError };
|
|
16
|
+
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "16.0.0", ngImport: i0, type: LuFormlyWrapperError, decorators: [{
|
|
17
|
+
type: Component,
|
|
18
|
+
args: [{ selector: 'lu-formly-wrapper-error', changeDetection: ChangeDetectionStrategy.OnPush, template: "<ng-container #fieldComponent></ng-container>\r\n<div class=\"textfield-messages\" *ngIf=\"formControl.touched && formControl.invalid\" [id]=\"validationId\">\r\n\t<lu-formly-error-message [formControl]=\"formControl\" [field]=\"field\"></lu-formly-error-message>\r\n</div>\r\n", styles: [":host{display:inherit;flex-direction:inherit;flex:1 1 auto;width:100%}\n"] }]
|
|
19
|
+
}], propDecorators: { fieldComponent: [{
|
|
20
|
+
type: ViewChild,
|
|
21
|
+
args: ['fieldComponent', { read: ViewContainerRef, static: true }]
|
|
22
|
+
}] } });
|
|
23
|
+
// component that display the right error message
|
|
24
|
+
class LuFormlyErrorMessage {
|
|
25
|
+
get errorMessages() {
|
|
26
|
+
const messages = [];
|
|
27
|
+
if (this.formControl?.errors) {
|
|
28
|
+
Object.keys(this.formControl.errors).forEach((key) => {
|
|
29
|
+
if (this.field.validation?.messages?.[key]) {
|
|
30
|
+
messages.push(this.field.validation.messages[key]);
|
|
31
|
+
}
|
|
32
|
+
});
|
|
33
|
+
}
|
|
34
|
+
return messages;
|
|
35
|
+
}
|
|
36
|
+
static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "16.0.0", ngImport: i0, type: LuFormlyErrorMessage, deps: [], target: i0.ɵɵFactoryTarget.Component }); }
|
|
37
|
+
static { this.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "16.0.0", type: LuFormlyErrorMessage, selector: "lu-formly-error-message", inputs: { formControl: "formControl", field: "field" }, ngImport: i0, template: `<div class="textfield-messages-error" *ngFor="let message of errorMessages">
|
|
38
|
+
{{ message }}
|
|
39
|
+
</div>`, isInline: true, dependencies: [{ kind: "directive", type: i1.NgForOf, selector: "[ngFor][ngForOf]", inputs: ["ngForOf", "ngForTrackBy", "ngForTemplate"] }], changeDetection: i0.ChangeDetectionStrategy.OnPush }); }
|
|
40
|
+
}
|
|
41
|
+
export { LuFormlyErrorMessage };
|
|
42
|
+
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "16.0.0", ngImport: i0, type: LuFormlyErrorMessage, decorators: [{
|
|
43
|
+
type: Component,
|
|
44
|
+
args: [{
|
|
45
|
+
selector: 'lu-formly-error-message',
|
|
46
|
+
template: `<div class="textfield-messages-error" *ngFor="let message of errorMessages">
|
|
47
|
+
{{ message }}
|
|
48
|
+
</div>`,
|
|
49
|
+
changeDetection: ChangeDetectionStrategy.OnPush,
|
|
50
|
+
}]
|
|
51
|
+
}], propDecorators: { formControl: [{
|
|
52
|
+
type: Input
|
|
53
|
+
}], field: [{
|
|
54
|
+
type: Input
|
|
55
|
+
}] } });
|
|
56
|
+
export const templateErrorExtension = buildAddWrapperExtension('error', (field) => !!field.validation);
|
|
57
|
+
//# sourceMappingURL=data:application/json;base64,eyJ2ZXJzaW9uIjozLCJmaWxlIjoiZXJyb3IuanMiLCJzb3VyY2VSb290IjoiIiwic291cmNlcyI6WyIuLi8uLi8uLi8uLi8uLi8uLi9wYWNrYWdlcy9uZy9mb3JtbHkvc3JjL2xpYi93cmFwcGVycy9lcnJvci50cyIsIi4uLy4uLy4uLy4uLy4uLy4uL3BhY2thZ2VzL25nL2Zvcm1seS9zcmMvbGliL3dyYXBwZXJzL2Vycm9yLmh0bWwiXSwibmFtZXMiOltdLCJtYXBwaW5ncyI6IkFBQUEsT0FBTyxFQUFFLHVCQUF1QixFQUFFLFNBQVMsRUFBRSxLQUFLLEVBQUUsU0FBUyxFQUFFLGdCQUFnQixFQUFFLE1BQU0sZUFBZSxDQUFDO0FBRXZHLE9BQU8sRUFBbUIsWUFBWSxFQUFxQixNQUFNLGtCQUFrQixDQUFDO0FBQ3BGLE9BQU8sRUFBRSx3QkFBd0IsRUFBRSxNQUFNLGlCQUFpQixDQUFDOzs7O0FBRTNELFVBQVU7QUFDVixNQU9hLG9CQUFxQixTQUFRLFlBQTZCO0lBSXRFLElBQUksWUFBWTtRQUNmLE9BQU8sSUFBSSxDQUFDLEtBQUssQ0FBQyxFQUFFLEdBQUcsVUFBVSxDQUFDO0lBQ25DLENBQUM7OEdBTlcsb0JBQW9CO2tHQUFwQixvQkFBb0IsNEpBQ0ssZ0JBQWdCLGtFQ2R0RCx1UkFJQSx5cEJEMkJhLG9CQUFvQjs7U0FsQnBCLG9CQUFvQjsyRkFBcEIsb0JBQW9CO2tCQVBoQyxTQUFTOytCQUNDLHlCQUF5QixtQkFHbEIsdUJBQXVCLENBQUMsTUFBTTs4QkFLdEMsY0FBYztzQkFEdEIsU0FBUzt1QkFBQyxnQkFBZ0IsRUFBRSxFQUFFLElBQUksRUFBRSxnQkFBZ0IsRUFBRSxNQUFNLEVBQUUsSUFBSSxFQUFFOztBQVF0RSxpREFBaUQ7QUFDakQsTUFRYSxvQkFBb0I7SUFJaEMsSUFBSSxhQUFhO1FBQ2hCLE1BQU0sUUFBUSxHQUFhLEVBQUUsQ0FBQztRQUM5QixJQUFJLElBQUksQ0FBQyxXQUFXLEVBQUUsTUFBTSxFQUFFO1lBQzdCLE1BQU0sQ0FBQyxJQUFJLENBQUMsSUFBSSxDQUFDLFdBQVcsQ0FBQyxNQUFNLENBQUMsQ0FBQyxPQUFPLENBQUMsQ0FBQyxHQUFHLEVBQUUsRUFBRTtnQkFDcEQsSUFBSSxJQUFJLENBQUMsS0FBSyxDQUFDLFVBQVUsRUFBRSxRQUFRLEVBQUUsQ0FBQyxHQUFHLENBQUMsRUFBRTtvQkFDM0MsUUFBUSxDQUFDLElBQUksQ0FBQyxJQUFJLENBQUMsS0FBSyxDQUFDLFVBQVUsQ0FBQyxRQUFRLENBQUMsR0FBRyxDQUFXLENBQUMsQ0FBQztpQkFDN0Q7WUFDRixDQUFDLENBQUMsQ0FBQztTQUNIO1FBQ0QsT0FBTyxRQUFRLENBQUM7SUFDakIsQ0FBQzs4R0FkVyxvQkFBb0I7a0dBQXBCLG9CQUFvQix1SEFOdEI7O1FBRUg7O1NBSUssb0JBQW9COzJGQUFwQixvQkFBb0I7a0JBUmhDLFNBQVM7bUJBQUM7b0JBQ1YsUUFBUSxFQUFFLHlCQUF5QjtvQkFDbkMsUUFBUSxFQUFFOztRQUVIO29CQUNQLGVBQWUsRUFBRSx1QkFBdUIsQ0FBQyxNQUFNO2lCQUMvQzs4QkFHUyxXQUFXO3NCQUFuQixLQUFLO2dCQUNHLEtBQUs7c0JBQWIsS0FBSzs7QUFlUCxNQUFNLENBQUMsTUFBTSxzQkFBc0IsR0FBRyx3QkFBd0IsQ0FBQyxPQUFPLEVBQUUsQ0FBQyxLQUFLLEVBQUUsRUFBRSxDQUFDLENBQUMsQ0FBQyxLQUFLLENBQUMsVUFBVSxDQUFDLENBQUMiLCJzb3VyY2VzQ29udGVudCI6WyJpbXBvcnQgeyBDaGFuZ2VEZXRlY3Rpb25TdHJhdGVneSwgQ29tcG9uZW50LCBJbnB1dCwgVmlld0NoaWxkLCBWaWV3Q29udGFpbmVyUmVmIH0gZnJvbSAnQGFuZ3VsYXIvY29yZSc7XHJcbmltcG9ydCB7IEZvcm1Db250cm9sIH0gZnJvbSAnQGFuZ3VsYXIvZm9ybXMnO1xyXG5pbXBvcnQgeyBGaWVsZFR5cGVDb25maWcsIEZpZWxkV3JhcHBlciwgRm9ybWx5RmllbGRDb25maWcgfSBmcm9tICdAbmd4LWZvcm1seS9jb3JlJztcclxuaW1wb3J0IHsgYnVpbGRBZGRXcmFwcGVyRXh0ZW5zaW9uIH0gZnJvbSAnLi4vZm9ybWx5LnV0aWxzJztcclxuXHJcbi8vIHdyYXBwZXJcclxuQENvbXBvbmVudCh7XHJcblx0c2VsZWN0b3I6ICdsdS1mb3JtbHktd3JhcHBlci1lcnJvcicsXHJcblx0c3R5bGVVcmxzOiBbJ2ZsZXgtbGF5b3V0LnNjc3MnXSxcclxuXHR0ZW1wbGF0ZVVybDogJy4vZXJyb3IuaHRtbCcsXHJcblx0Y2hhbmdlRGV0ZWN0aW9uOiBDaGFuZ2VEZXRlY3Rpb25TdHJhdGVneS5PblB1c2gsXHJcbn0pXHJcbi8vIGVzbGludC1kaXNhYmxlLW5leHQtbGluZSBAYW5ndWxhci1lc2xpbnQvY29tcG9uZW50LWNsYXNzLXN1ZmZpeFxyXG5leHBvcnQgY2xhc3MgTHVGb3JtbHlXcmFwcGVyRXJyb3IgZXh0ZW5kcyBGaWVsZFdyYXBwZXI8RmllbGRUeXBlQ29uZmlnPiB7XHJcblx0QFZpZXdDaGlsZCgnZmllbGRDb21wb25lbnQnLCB7IHJlYWQ6IFZpZXdDb250YWluZXJSZWYsIHN0YXRpYzogdHJ1ZSB9KVxyXG5cdG92ZXJyaWRlIGZpZWxkQ29tcG9uZW50OiBWaWV3Q29udGFpbmVyUmVmO1xyXG5cclxuXHRnZXQgdmFsaWRhdGlvbklkKCkge1xyXG5cdFx0cmV0dXJuIHRoaXMuZmllbGQuaWQgKyAnLW1lc3NhZ2UnO1xyXG5cdH1cclxufVxyXG5cclxuLy8gY29tcG9uZW50IHRoYXQgZGlzcGxheSB0aGUgcmlnaHQgZXJyb3IgbWVzc2FnZVxyXG5AQ29tcG9uZW50KHtcclxuXHRzZWxlY3RvcjogJ2x1LWZvcm1seS1lcnJvci1tZXNzYWdlJyxcclxuXHR0ZW1wbGF0ZTogYDxkaXYgY2xhc3M9XCJ0ZXh0ZmllbGQtbWVzc2FnZXMtZXJyb3JcIiAqbmdGb3I9XCJsZXQgbWVzc2FnZSBvZiBlcnJvck1lc3NhZ2VzXCI+XHJcblx0XHR7eyBtZXNzYWdlIH19XHJcblx0PC9kaXY+YCxcclxuXHRjaGFuZ2VEZXRlY3Rpb246IENoYW5nZURldGVjdGlvblN0cmF0ZWd5Lk9uUHVzaCxcclxufSlcclxuLy8gZXNsaW50LWRpc2FibGUtbmV4dC1saW5lIEBhbmd1bGFyLWVzbGludC9jb21wb25lbnQtY2xhc3Mtc3VmZml4XHJcbmV4cG9ydCBjbGFzcyBMdUZvcm1seUVycm9yTWVzc2FnZSB7XHJcblx0QElucHV0KCkgZm9ybUNvbnRyb2w/OiBGb3JtQ29udHJvbDtcclxuXHRASW5wdXQoKSBmaWVsZDogRm9ybWx5RmllbGRDb25maWc7XHJcblxyXG5cdGdldCBlcnJvck1lc3NhZ2VzKCk6IHN0cmluZ1tdIHtcclxuXHRcdGNvbnN0IG1lc3NhZ2VzOiBzdHJpbmdbXSA9IFtdO1xyXG5cdFx0aWYgKHRoaXMuZm9ybUNvbnRyb2w/LmVycm9ycykge1xyXG5cdFx0XHRPYmplY3Qua2V5cyh0aGlzLmZvcm1Db250cm9sLmVycm9ycykuZm9yRWFjaCgoa2V5KSA9PiB7XHJcblx0XHRcdFx0aWYgKHRoaXMuZmllbGQudmFsaWRhdGlvbj8ubWVzc2FnZXM/LltrZXldKSB7XHJcblx0XHRcdFx0XHRtZXNzYWdlcy5wdXNoKHRoaXMuZmllbGQudmFsaWRhdGlvbi5tZXNzYWdlc1trZXldIGFzIHN0cmluZyk7XHJcblx0XHRcdFx0fVxyXG5cdFx0XHR9KTtcclxuXHRcdH1cclxuXHRcdHJldHVybiBtZXNzYWdlcztcclxuXHR9XHJcbn1cclxuXHJcbmV4cG9ydCBjb25zdCB0ZW1wbGF0ZUVycm9yRXh0ZW5zaW9uID0gYnVpbGRBZGRXcmFwcGVyRXh0ZW5zaW9uKCdlcnJvcicsIChmaWVsZCkgPT4gISFmaWVsZC52YWxpZGF0aW9uKTtcclxuIiwiPG5nLWNvbnRhaW5lciAjZmllbGRDb21wb25lbnQ+PC9uZy1jb250YWluZXI+XHJcbjxkaXYgY2xhc3M9XCJ0ZXh0ZmllbGQtbWVzc2FnZXNcIiAqbmdJZj1cImZvcm1Db250cm9sLnRvdWNoZWQgJiYgZm9ybUNvbnRyb2wuaW52YWxpZFwiIFtpZF09XCJ2YWxpZGF0aW9uSWRcIj5cclxuXHQ8bHUtZm9ybWx5LWVycm9yLW1lc3NhZ2UgW2Zvcm1Db250cm9sXT1cImZvcm1Db250cm9sXCIgW2ZpZWxkXT1cImZpZWxkXCI+PC9sdS1mb3JtbHktZXJyb3ItbWVzc2FnZT5cclxuPC9kaXY+XHJcbiJdfQ==
|
|
@@ -0,0 +1,19 @@
|
|
|
1
|
+
import { ChangeDetectionStrategy, Component, ViewChild, ViewContainerRef } from '@angular/core';
|
|
2
|
+
import { FieldWrapper } from '@ngx-formly/core';
|
|
3
|
+
import { buildAddWrapperExtension } from '../formly.utils';
|
|
4
|
+
import * as i0 from "@angular/core";
|
|
5
|
+
// wrapper component
|
|
6
|
+
class LuFormlyWrapperHelper extends FieldWrapper {
|
|
7
|
+
static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "16.0.0", ngImport: i0, type: LuFormlyWrapperHelper, deps: null, target: i0.ɵɵFactoryTarget.Component }); }
|
|
8
|
+
static { this.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "16.0.0", type: LuFormlyWrapperHelper, selector: "lu-formly-wrapper-helper", viewQueries: [{ propertyName: "fieldComponent", first: true, predicate: ["fieldComponent"], descendants: true, read: ViewContainerRef, static: true }], usesInheritance: true, ngImport: i0, template: "<ng-container #fieldComponent></ng-container>\r\n<div class=\"textfield-messages mod-helper\">\r\n\t<div class=\"textfield-messages-helper\">{{ props['helper'] }}</div>\r\n</div>\r\n", styles: [":host{display:inherit;flex-direction:inherit;flex:1 1 auto;width:100%}\n"], changeDetection: i0.ChangeDetectionStrategy.OnPush }); }
|
|
9
|
+
}
|
|
10
|
+
export { LuFormlyWrapperHelper };
|
|
11
|
+
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "16.0.0", ngImport: i0, type: LuFormlyWrapperHelper, decorators: [{
|
|
12
|
+
type: Component,
|
|
13
|
+
args: [{ selector: 'lu-formly-wrapper-helper', changeDetection: ChangeDetectionStrategy.OnPush, template: "<ng-container #fieldComponent></ng-container>\r\n<div class=\"textfield-messages mod-helper\">\r\n\t<div class=\"textfield-messages-helper\">{{ props['helper'] }}</div>\r\n</div>\r\n", styles: [":host{display:inherit;flex-direction:inherit;flex:1 1 auto;width:100%}\n"] }]
|
|
14
|
+
}], propDecorators: { fieldComponent: [{
|
|
15
|
+
type: ViewChild,
|
|
16
|
+
args: ['fieldComponent', { read: ViewContainerRef, static: true }]
|
|
17
|
+
}] } });
|
|
18
|
+
export const templateHelperExtension = buildAddWrapperExtension('helper', (field) => !!field?.props?.['helper']);
|
|
19
|
+
//# sourceMappingURL=data:application/json;base64,eyJ2ZXJzaW9uIjozLCJmaWxlIjoiaGVscGVyLmpzIiwic291cmNlUm9vdCI6IiIsInNvdXJjZXMiOlsiLi4vLi4vLi4vLi4vLi4vLi4vcGFja2FnZXMvbmcvZm9ybWx5L3NyYy9saWIvd3JhcHBlcnMvaGVscGVyLnRzIiwiLi4vLi4vLi4vLi4vLi4vLi4vcGFja2FnZXMvbmcvZm9ybWx5L3NyYy9saWIvd3JhcHBlcnMvaGVscGVyLmh0bWwiXSwibmFtZXMiOltdLCJtYXBwaW5ncyI6IkFBQUEsT0FBTyxFQUFFLHVCQUF1QixFQUFFLFNBQVMsRUFBRSxTQUFTLEVBQUUsZ0JBQWdCLEVBQUUsTUFBTSxlQUFlLENBQUM7QUFDaEcsT0FBTyxFQUFFLFlBQVksRUFBRSxNQUFNLGtCQUFrQixDQUFDO0FBQ2hELE9BQU8sRUFBRSx3QkFBd0IsRUFBRSxNQUFNLGlCQUFpQixDQUFDOztBQUUzRCxvQkFBb0I7QUFDcEIsTUFPYSxxQkFBc0IsU0FBUSxZQUFZOzhHQUExQyxxQkFBcUI7a0dBQXJCLHFCQUFxQiw2SkFDSSxnQkFBZ0Isa0VDYnRELHdMQUlBOztTRFFhLHFCQUFxQjsyRkFBckIscUJBQXFCO2tCQVBqQyxTQUFTOytCQUNDLDBCQUEwQixtQkFHbkIsdUJBQXVCLENBQUMsTUFBTTs4QkFLdEMsY0FBYztzQkFEdEIsU0FBUzt1QkFBQyxnQkFBZ0IsRUFBRSxFQUFFLElBQUksRUFBRSxnQkFBZ0IsRUFBRSxNQUFNLEVBQUUsSUFBSSxFQUFFOztBQUl0RSxNQUFNLENBQUMsTUFBTSx1QkFBdUIsR0FBRyx3QkFBd0IsQ0FBQyxRQUFRLEVBQUUsQ0FBQyxLQUFLLEVBQUUsRUFBRSxDQUFDLENBQUMsQ0FBQyxLQUFLLEVBQUUsS0FBSyxFQUFFLENBQUMsUUFBUSxDQUFDLENBQUMsQ0FBQyIsInNvdXJjZXNDb250ZW50IjpbImltcG9ydCB7IENoYW5nZURldGVjdGlvblN0cmF0ZWd5LCBDb21wb25lbnQsIFZpZXdDaGlsZCwgVmlld0NvbnRhaW5lclJlZiB9IGZyb20gJ0Bhbmd1bGFyL2NvcmUnO1xyXG5pbXBvcnQgeyBGaWVsZFdyYXBwZXIgfSBmcm9tICdAbmd4LWZvcm1seS9jb3JlJztcclxuaW1wb3J0IHsgYnVpbGRBZGRXcmFwcGVyRXh0ZW5zaW9uIH0gZnJvbSAnLi4vZm9ybWx5LnV0aWxzJztcclxuXHJcbi8vIHdyYXBwZXIgY29tcG9uZW50XHJcbkBDb21wb25lbnQoe1xyXG5cdHNlbGVjdG9yOiAnbHUtZm9ybWx5LXdyYXBwZXItaGVscGVyJyxcclxuXHRzdHlsZVVybHM6IFsnZmxleC1sYXlvdXQuc2NzcyddLFxyXG5cdHRlbXBsYXRlVXJsOiAnLi9oZWxwZXIuaHRtbCcsXHJcblx0Y2hhbmdlRGV0ZWN0aW9uOiBDaGFuZ2VEZXRlY3Rpb25TdHJhdGVneS5PblB1c2gsXHJcbn0pXHJcbi8vIGVzbGludC1kaXNhYmxlLW5leHQtbGluZSBAYW5ndWxhci1lc2xpbnQvY29tcG9uZW50LWNsYXNzLXN1ZmZpeFxyXG5leHBvcnQgY2xhc3MgTHVGb3JtbHlXcmFwcGVySGVscGVyIGV4dGVuZHMgRmllbGRXcmFwcGVyIHtcclxuXHRAVmlld0NoaWxkKCdmaWVsZENvbXBvbmVudCcsIHsgcmVhZDogVmlld0NvbnRhaW5lclJlZiwgc3RhdGljOiB0cnVlIH0pXHJcblx0b3ZlcnJpZGUgZmllbGRDb21wb25lbnQ6IFZpZXdDb250YWluZXJSZWY7XHJcbn1cclxuXHJcbmV4cG9ydCBjb25zdCB0ZW1wbGF0ZUhlbHBlckV4dGVuc2lvbiA9IGJ1aWxkQWRkV3JhcHBlckV4dGVuc2lvbignaGVscGVyJywgKGZpZWxkKSA9PiAhIWZpZWxkPy5wcm9wcz8uWydoZWxwZXInXSk7XHJcbiIsIjxuZy1jb250YWluZXIgI2ZpZWxkQ29tcG9uZW50PjwvbmctY29udGFpbmVyPlxyXG48ZGl2IGNsYXNzPVwidGV4dGZpZWxkLW1lc3NhZ2VzIG1vZC1oZWxwZXJcIj5cclxuXHQ8ZGl2IGNsYXNzPVwidGV4dGZpZWxkLW1lc3NhZ2VzLWhlbHBlclwiPnt7IHByb3BzWydoZWxwZXInXSB9fTwvZGl2PlxyXG48L2Rpdj5cclxuIl19
|
|
@@ -0,0 +1,19 @@
|
|
|
1
|
+
import { ChangeDetectionStrategy, Component, ViewChild, ViewContainerRef } from '@angular/core';
|
|
2
|
+
import { FieldWrapper } from '@ngx-formly/core';
|
|
3
|
+
import { buildAddWrapperExtension } from '../formly.utils';
|
|
4
|
+
import * as i0 from "@angular/core";
|
|
5
|
+
// wrapper component
|
|
6
|
+
class LuFormlyWrapperIcon extends FieldWrapper {
|
|
7
|
+
static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "16.0.0", ngImport: i0, type: LuFormlyWrapperIcon, deps: null, target: i0.ɵɵFactoryTarget.Component }); }
|
|
8
|
+
static { this.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "16.0.0", type: LuFormlyWrapperIcon, selector: "lu-formly-wrapper-suffix", viewQueries: [{ propertyName: "fieldComponent", first: true, predicate: ["fieldComponent"], descendants: true, read: ViewContainerRef, static: true }], usesInheritance: true, ngImport: i0, template: "<ng-container #fieldComponent></ng-container>\r\n<span aria-hidden=\"true\" class=\"textfield-suffix mod-icon lucca-icon\">{{ props['icon'] }}</span>\r\n", styles: [":host{display:inherit;flex-direction:inherit;flex:1 1 auto;width:100%}\n", ":host .textfield-suffix{pointer-events:none}\n"], changeDetection: i0.ChangeDetectionStrategy.OnPush }); }
|
|
9
|
+
}
|
|
10
|
+
export { LuFormlyWrapperIcon };
|
|
11
|
+
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "16.0.0", ngImport: i0, type: LuFormlyWrapperIcon, decorators: [{
|
|
12
|
+
type: Component,
|
|
13
|
+
args: [{ selector: 'lu-formly-wrapper-suffix', changeDetection: ChangeDetectionStrategy.OnPush, template: "<ng-container #fieldComponent></ng-container>\r\n<span aria-hidden=\"true\" class=\"textfield-suffix mod-icon lucca-icon\">{{ props['icon'] }}</span>\r\n", styles: [":host{display:inherit;flex-direction:inherit;flex:1 1 auto;width:100%}\n", ":host .textfield-suffix{pointer-events:none}\n"] }]
|
|
14
|
+
}], propDecorators: { fieldComponent: [{
|
|
15
|
+
type: ViewChild,
|
|
16
|
+
args: ['fieldComponent', { read: ViewContainerRef, static: true }]
|
|
17
|
+
}] } });
|
|
18
|
+
export const templateIconExtension = buildAddWrapperExtension('icon', (field) => !!field?.props?.['icon']);
|
|
19
|
+
//# sourceMappingURL=data:application/json;base64,eyJ2ZXJzaW9uIjozLCJmaWxlIjoiaWNvbi5qcyIsInNvdXJjZVJvb3QiOiIiLCJzb3VyY2VzIjpbIi4uLy4uLy4uLy4uLy4uLy4uL3BhY2thZ2VzL25nL2Zvcm1seS9zcmMvbGliL3dyYXBwZXJzL2ljb24udHMiLCIuLi8uLi8uLi8uLi8uLi8uLi9wYWNrYWdlcy9uZy9mb3JtbHkvc3JjL2xpYi93cmFwcGVycy9pY29uLmh0bWwiXSwibmFtZXMiOltdLCJtYXBwaW5ncyI6IkFBQUEsT0FBTyxFQUFFLHVCQUF1QixFQUFFLFNBQVMsRUFBRSxTQUFTLEVBQUUsZ0JBQWdCLEVBQUUsTUFBTSxlQUFlLENBQUM7QUFDaEcsT0FBTyxFQUFFLFlBQVksRUFBRSxNQUFNLGtCQUFrQixDQUFDO0FBQ2hELE9BQU8sRUFBRSx3QkFBd0IsRUFBRSxNQUFNLGlCQUFpQixDQUFDOztBQUUzRCxvQkFBb0I7QUFDcEIsTUFPYSxtQkFBb0IsU0FBUSxZQUFZOzhHQUF4QyxtQkFBbUI7a0dBQW5CLG1CQUFtQiw2SkFDTSxnQkFBZ0Isa0VDYnRELDJKQUVBOztTRFVhLG1CQUFtQjsyRkFBbkIsbUJBQW1CO2tCQVAvQixTQUFTOytCQUNDLDBCQUEwQixtQkFHbkIsdUJBQXVCLENBQUMsTUFBTTs4QkFLdEMsY0FBYztzQkFEdEIsU0FBUzt1QkFBQyxnQkFBZ0IsRUFBRSxFQUFFLElBQUksRUFBRSxnQkFBZ0IsRUFBRSxNQUFNLEVBQUUsSUFBSSxFQUFFOztBQUl0RSxNQUFNLENBQUMsTUFBTSxxQkFBcUIsR0FBRyx3QkFBd0IsQ0FBQyxNQUFNLEVBQUUsQ0FBQyxLQUFLLEVBQUUsRUFBRSxDQUFDLENBQUMsQ0FBQyxLQUFLLEVBQUUsS0FBSyxFQUFFLENBQUMsTUFBTSxDQUFDLENBQUMsQ0FBQyIsInNvdXJjZXNDb250ZW50IjpbImltcG9ydCB7IENoYW5nZURldGVjdGlvblN0cmF0ZWd5LCBDb21wb25lbnQsIFZpZXdDaGlsZCwgVmlld0NvbnRhaW5lclJlZiB9IGZyb20gJ0Bhbmd1bGFyL2NvcmUnO1xyXG5pbXBvcnQgeyBGaWVsZFdyYXBwZXIgfSBmcm9tICdAbmd4LWZvcm1seS9jb3JlJztcclxuaW1wb3J0IHsgYnVpbGRBZGRXcmFwcGVyRXh0ZW5zaW9uIH0gZnJvbSAnLi4vZm9ybWx5LnV0aWxzJztcclxuXHJcbi8vIHdyYXBwZXIgY29tcG9uZW50XHJcbkBDb21wb25lbnQoe1xyXG5cdHNlbGVjdG9yOiAnbHUtZm9ybWx5LXdyYXBwZXItc3VmZml4JyxcclxuXHRzdHlsZVVybHM6IFsnZmxleC1sYXlvdXQuc2NzcycsICdzdWZmaXhlcy5jb21tb24uc2NzcyddLFxyXG5cdHRlbXBsYXRlVXJsOiAnLi9pY29uLmh0bWwnLFxyXG5cdGNoYW5nZURldGVjdGlvbjogQ2hhbmdlRGV0ZWN0aW9uU3RyYXRlZ3kuT25QdXNoLFxyXG59KVxyXG4vLyBlc2xpbnQtZGlzYWJsZS1uZXh0LWxpbmUgQGFuZ3VsYXItZXNsaW50L2NvbXBvbmVudC1jbGFzcy1zdWZmaXhcclxuZXhwb3J0IGNsYXNzIEx1Rm9ybWx5V3JhcHBlckljb24gZXh0ZW5kcyBGaWVsZFdyYXBwZXIge1xyXG5cdEBWaWV3Q2hpbGQoJ2ZpZWxkQ29tcG9uZW50JywgeyByZWFkOiBWaWV3Q29udGFpbmVyUmVmLCBzdGF0aWM6IHRydWUgfSlcclxuXHRvdmVycmlkZSBmaWVsZENvbXBvbmVudDogVmlld0NvbnRhaW5lclJlZjtcclxufVxyXG5cclxuZXhwb3J0IGNvbnN0IHRlbXBsYXRlSWNvbkV4dGVuc2lvbiA9IGJ1aWxkQWRkV3JhcHBlckV4dGVuc2lvbignaWNvbicsIChmaWVsZCkgPT4gISFmaWVsZD8ucHJvcHM/LlsnaWNvbiddKTtcclxuIiwiPG5nLWNvbnRhaW5lciAjZmllbGRDb21wb25lbnQ+PC9uZy1jb250YWluZXI+XHJcbjxzcGFuIGFyaWEtaGlkZGVuPVwidHJ1ZVwiIGNsYXNzPVwidGV4dGZpZWxkLXN1ZmZpeCBtb2QtaWNvbiBsdWNjYS1pY29uXCI+e3sgcHJvcHNbJ2ljb24nXSB9fTwvc3Bhbj5cclxuIl19
|
|
@@ -0,0 +1,8 @@
|
|
|
1
|
+
export * from './error';
|
|
2
|
+
export * from './helper';
|
|
3
|
+
export * from './icon';
|
|
4
|
+
export * from './radiosfield-layout';
|
|
5
|
+
export * from './suffix';
|
|
6
|
+
export * from './textfield-layout';
|
|
7
|
+
export * from './checkbox-layout';
|
|
8
|
+
//# sourceMappingURL=data:application/json;base64,eyJ2ZXJzaW9uIjozLCJmaWxlIjoiaW5kZXguanMiLCJzb3VyY2VSb290IjoiIiwic291cmNlcyI6WyIuLi8uLi8uLi8uLi8uLi8uLi9wYWNrYWdlcy9uZy9mb3JtbHkvc3JjL2xpYi93cmFwcGVycy9pbmRleC50cyJdLCJuYW1lcyI6W10sIm1hcHBpbmdzIjoiQUFBQSxjQUFjLFNBQVMsQ0FBQztBQUN4QixjQUFjLFVBQVUsQ0FBQztBQUN6QixjQUFjLFFBQVEsQ0FBQztBQUN2QixjQUFjLHNCQUFzQixDQUFDO0FBQ3JDLGNBQWMsVUFBVSxDQUFDO0FBQ3pCLGNBQWMsb0JBQW9CLENBQUM7QUFDbkMsY0FBYyxtQkFBbUIsQ0FBQyIsInNvdXJjZXNDb250ZW50IjpbImV4cG9ydCAqIGZyb20gJy4vZXJyb3InO1xyXG5leHBvcnQgKiBmcm9tICcuL2hlbHBlcic7XHJcbmV4cG9ydCAqIGZyb20gJy4vaWNvbic7XHJcbmV4cG9ydCAqIGZyb20gJy4vcmFkaW9zZmllbGQtbGF5b3V0JztcclxuZXhwb3J0ICogZnJvbSAnLi9zdWZmaXgnO1xyXG5leHBvcnQgKiBmcm9tICcuL3RleHRmaWVsZC1sYXlvdXQnO1xyXG5leHBvcnQgKiBmcm9tICcuL2NoZWNrYm94LWxheW91dCc7XHJcbiJdfQ==
|
|
@@ -0,0 +1,30 @@
|
|
|
1
|
+
import { ChangeDetectionStrategy, Component, ViewChild, ViewContainerRef } from '@angular/core';
|
|
2
|
+
import { FieldWrapper } from '@ngx-formly/core';
|
|
3
|
+
import * as i0 from "@angular/core";
|
|
4
|
+
import * as i1 from "@angular/common";
|
|
5
|
+
// wrapper component
|
|
6
|
+
class LuFormlyWrapperRadiosfieldLayout extends FieldWrapper {
|
|
7
|
+
get mod() {
|
|
8
|
+
return (this.props['mod'] || '');
|
|
9
|
+
}
|
|
10
|
+
get isRequired() {
|
|
11
|
+
return !!this.props && !!this.props.required ? 'is-required' : '';
|
|
12
|
+
}
|
|
13
|
+
get isFocused() {
|
|
14
|
+
return !!this.props && this.props['_isFocused'] ? 'is-focused' : '';
|
|
15
|
+
}
|
|
16
|
+
get isError() {
|
|
17
|
+
return this.formControl.invalid && this.formControl.touched ? 'is-error' : '';
|
|
18
|
+
}
|
|
19
|
+
static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "16.0.0", ngImport: i0, type: LuFormlyWrapperRadiosfieldLayout, deps: null, target: i0.ɵɵFactoryTarget.Component }); }
|
|
20
|
+
static { this.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "16.0.0", type: LuFormlyWrapperRadiosfieldLayout, selector: "lu-formly-wrapper-radiosfield-layout", viewQueries: [{ propertyName: "fieldComponent", first: true, predicate: ["fieldComponent"], descendants: true, read: ViewContainerRef, static: true }], usesInheritance: true, ngImport: i0, template: "<div class=\"fieldsetWrapper\">\r\n\t<fieldset class=\"radiosfield\" [ngClass]=\"[mod, isRequired, isFocused, isError]\">\r\n\t\t<ng-container #fieldComponent></ng-container>\r\n\t</fieldset>\r\n</div>\r\n", styles: [":host{display:inherit;flex-direction:inherit;flex:1 1 auto;width:100%}\n"], dependencies: [{ kind: "directive", type: i1.NgClass, selector: "[ngClass]", inputs: ["class", "ngClass"] }], changeDetection: i0.ChangeDetectionStrategy.OnPush }); }
|
|
21
|
+
}
|
|
22
|
+
export { LuFormlyWrapperRadiosfieldLayout };
|
|
23
|
+
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "16.0.0", ngImport: i0, type: LuFormlyWrapperRadiosfieldLayout, decorators: [{
|
|
24
|
+
type: Component,
|
|
25
|
+
args: [{ selector: 'lu-formly-wrapper-radiosfield-layout', changeDetection: ChangeDetectionStrategy.OnPush, template: "<div class=\"fieldsetWrapper\">\r\n\t<fieldset class=\"radiosfield\" [ngClass]=\"[mod, isRequired, isFocused, isError]\">\r\n\t\t<ng-container #fieldComponent></ng-container>\r\n\t</fieldset>\r\n</div>\r\n", styles: [":host{display:inherit;flex-direction:inherit;flex:1 1 auto;width:100%}\n"] }]
|
|
26
|
+
}], propDecorators: { fieldComponent: [{
|
|
27
|
+
type: ViewChild,
|
|
28
|
+
args: ['fieldComponent', { read: ViewContainerRef, static: true }]
|
|
29
|
+
}] } });
|
|
30
|
+
//# sourceMappingURL=data:application/json;base64,eyJ2ZXJzaW9uIjozLCJmaWxlIjoicmFkaW9zZmllbGQtbGF5b3V0LmpzIiwic291cmNlUm9vdCI6IiIsInNvdXJjZXMiOlsiLi4vLi4vLi4vLi4vLi4vLi4vcGFja2FnZXMvbmcvZm9ybWx5L3NyYy9saWIvd3JhcHBlcnMvcmFkaW9zZmllbGQtbGF5b3V0LnRzIiwiLi4vLi4vLi4vLi4vLi4vLi4vcGFja2FnZXMvbmcvZm9ybWx5L3NyYy9saWIvd3JhcHBlcnMvcmFkaW9zZmllbGQtbGF5b3V0Lmh0bWwiXSwibmFtZXMiOltdLCJtYXBwaW5ncyI6IkFBQUEsT0FBTyxFQUFFLHVCQUF1QixFQUFFLFNBQVMsRUFBRSxTQUFTLEVBQUUsZ0JBQWdCLEVBQUUsTUFBTSxlQUFlLENBQUM7QUFDaEcsT0FBTyxFQUFFLFlBQVksRUFBRSxNQUFNLGtCQUFrQixDQUFDOzs7QUFFaEQsb0JBQW9CO0FBQ3BCLE1BT2EsZ0NBQWlDLFNBQVEsWUFBWTtJQUlqRSxJQUFJLEdBQUc7UUFDTixPQUFPLENBQUMsSUFBSSxDQUFDLEtBQUssQ0FBQyxLQUFLLENBQUMsSUFBSSxFQUFFLENBQVcsQ0FBQztJQUM1QyxDQUFDO0lBRUQsSUFBSSxVQUFVO1FBQ2IsT0FBTyxDQUFDLENBQUMsSUFBSSxDQUFDLEtBQUssSUFBSSxDQUFDLENBQUMsSUFBSSxDQUFDLEtBQUssQ0FBQyxRQUFRLENBQUMsQ0FBQyxDQUFDLGFBQWEsQ0FBQyxDQUFDLENBQUMsRUFBRSxDQUFDO0lBQ25FLENBQUM7SUFFRCxJQUFJLFNBQVM7UUFDWixPQUFPLENBQUMsQ0FBQyxJQUFJLENBQUMsS0FBSyxJQUFJLElBQUksQ0FBQyxLQUFLLENBQUMsWUFBWSxDQUFDLENBQUMsQ0FBQyxDQUFDLFlBQVksQ0FBQyxDQUFDLENBQUMsRUFBRSxDQUFDO0lBQ3JFLENBQUM7SUFFRCxJQUFJLE9BQU87UUFDVixPQUFPLElBQUksQ0FBQyxXQUFXLENBQUMsT0FBTyxJQUFJLElBQUksQ0FBQyxXQUFXLENBQUMsT0FBTyxDQUFDLENBQUMsQ0FBQyxVQUFVLENBQUMsQ0FBQyxDQUFDLEVBQUUsQ0FBQztJQUMvRSxDQUFDOzhHQWxCVyxnQ0FBZ0M7a0dBQWhDLGdDQUFnQyx5S0FDUCxnQkFBZ0Isa0VDWnRELCtNQUtBOztTRE1hLGdDQUFnQzsyRkFBaEMsZ0NBQWdDO2tCQVA1QyxTQUFTOytCQUNDLHNDQUFzQyxtQkFHL0IsdUJBQXVCLENBQUMsTUFBTTs4QkFLdEMsY0FBYztzQkFEdEIsU0FBUzt1QkFBQyxnQkFBZ0IsRUFBRSxFQUFFLElBQUksRUFBRSxnQkFBZ0IsRUFBRSxNQUFNLEVBQUUsSUFBSSxFQUFFIiwic291cmNlc0NvbnRlbnQiOlsiaW1wb3J0IHsgQ2hhbmdlRGV0ZWN0aW9uU3RyYXRlZ3ksIENvbXBvbmVudCwgVmlld0NoaWxkLCBWaWV3Q29udGFpbmVyUmVmIH0gZnJvbSAnQGFuZ3VsYXIvY29yZSc7XHJcbmltcG9ydCB7IEZpZWxkV3JhcHBlciB9IGZyb20gJ0BuZ3gtZm9ybWx5L2NvcmUnO1xyXG5cclxuLy8gd3JhcHBlciBjb21wb25lbnRcclxuQENvbXBvbmVudCh7XHJcblx0c2VsZWN0b3I6ICdsdS1mb3JtbHktd3JhcHBlci1yYWRpb3NmaWVsZC1sYXlvdXQnLFxyXG5cdHN0eWxlVXJsczogWydmbGV4LWxheW91dC5zY3NzJ10sXHJcblx0dGVtcGxhdGVVcmw6ICcuL3JhZGlvc2ZpZWxkLWxheW91dC5odG1sJyxcclxuXHRjaGFuZ2VEZXRlY3Rpb246IENoYW5nZURldGVjdGlvblN0cmF0ZWd5Lk9uUHVzaCxcclxufSlcclxuLy8gZXNsaW50LWRpc2FibGUtbmV4dC1saW5lIEBhbmd1bGFyLWVzbGludC9jb21wb25lbnQtY2xhc3Mtc3VmZml4XHJcbmV4cG9ydCBjbGFzcyBMdUZvcm1seVdyYXBwZXJSYWRpb3NmaWVsZExheW91dCBleHRlbmRzIEZpZWxkV3JhcHBlciB7XHJcblx0QFZpZXdDaGlsZCgnZmllbGRDb21wb25lbnQnLCB7IHJlYWQ6IFZpZXdDb250YWluZXJSZWYsIHN0YXRpYzogdHJ1ZSB9KVxyXG5cdG92ZXJyaWRlIGZpZWxkQ29tcG9uZW50OiBWaWV3Q29udGFpbmVyUmVmO1xyXG5cclxuXHRnZXQgbW9kKCkge1xyXG5cdFx0cmV0dXJuICh0aGlzLnByb3BzWydtb2QnXSB8fCAnJykgYXMgc3RyaW5nO1xyXG5cdH1cclxuXHJcblx0Z2V0IGlzUmVxdWlyZWQoKSB7XHJcblx0XHRyZXR1cm4gISF0aGlzLnByb3BzICYmICEhdGhpcy5wcm9wcy5yZXF1aXJlZCA/ICdpcy1yZXF1aXJlZCcgOiAnJztcclxuXHR9XHJcblxyXG5cdGdldCBpc0ZvY3VzZWQoKSB7XHJcblx0XHRyZXR1cm4gISF0aGlzLnByb3BzICYmIHRoaXMucHJvcHNbJ19pc0ZvY3VzZWQnXSA/ICdpcy1mb2N1c2VkJyA6ICcnO1xyXG5cdH1cclxuXHJcblx0Z2V0IGlzRXJyb3IoKSB7XHJcblx0XHRyZXR1cm4gdGhpcy5mb3JtQ29udHJvbC5pbnZhbGlkICYmIHRoaXMuZm9ybUNvbnRyb2wudG91Y2hlZCA/ICdpcy1lcnJvcicgOiAnJztcclxuXHR9XHJcbn1cclxuIiwiPGRpdiBjbGFzcz1cImZpZWxkc2V0V3JhcHBlclwiPlxyXG5cdDxmaWVsZHNldCBjbGFzcz1cInJhZGlvc2ZpZWxkXCIgW25nQ2xhc3NdPVwiW21vZCwgaXNSZXF1aXJlZCwgaXNGb2N1c2VkLCBpc0Vycm9yXVwiPlxyXG5cdFx0PG5nLWNvbnRhaW5lciAjZmllbGRDb21wb25lbnQ+PC9uZy1jb250YWluZXI+XHJcblx0PC9maWVsZHNldD5cclxuPC9kaXY+XHJcbiJdfQ==
|
|
@@ -0,0 +1,19 @@
|
|
|
1
|
+
import { ChangeDetectionStrategy, Component, ViewChild, ViewContainerRef } from '@angular/core';
|
|
2
|
+
import { FieldWrapper } from '@ngx-formly/core';
|
|
3
|
+
import { buildAddWrapperExtension } from '../formly.utils';
|
|
4
|
+
import * as i0 from "@angular/core";
|
|
5
|
+
// wrapper component
|
|
6
|
+
class LuFormlyWrapperSuffix extends FieldWrapper {
|
|
7
|
+
static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "16.0.0", ngImport: i0, type: LuFormlyWrapperSuffix, deps: null, target: i0.ɵɵFactoryTarget.Component }); }
|
|
8
|
+
static { this.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "16.0.0", type: LuFormlyWrapperSuffix, selector: "lu-formly-wrapper-suffix", viewQueries: [{ propertyName: "fieldComponent", first: true, predicate: ["fieldComponent"], descendants: true, read: ViewContainerRef, static: true }], usesInheritance: true, ngImport: i0, template: "<ng-container #fieldComponent></ng-container>\r\n<span class=\"textfield-suffix\">{{ props['suffix'] }}</span>\r\n", styles: [":host{display:inherit;flex-direction:inherit;flex:1 1 auto;width:100%}\n", ":host .textfield-suffix{pointer-events:none}\n"], changeDetection: i0.ChangeDetectionStrategy.OnPush }); }
|
|
9
|
+
}
|
|
10
|
+
export { LuFormlyWrapperSuffix };
|
|
11
|
+
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "16.0.0", ngImport: i0, type: LuFormlyWrapperSuffix, decorators: [{
|
|
12
|
+
type: Component,
|
|
13
|
+
args: [{ selector: 'lu-formly-wrapper-suffix', changeDetection: ChangeDetectionStrategy.OnPush, template: "<ng-container #fieldComponent></ng-container>\r\n<span class=\"textfield-suffix\">{{ props['suffix'] }}</span>\r\n", styles: [":host{display:inherit;flex-direction:inherit;flex:1 1 auto;width:100%}\n", ":host .textfield-suffix{pointer-events:none}\n"] }]
|
|
14
|
+
}], propDecorators: { fieldComponent: [{
|
|
15
|
+
type: ViewChild,
|
|
16
|
+
args: ['fieldComponent', { read: ViewContainerRef, static: true }]
|
|
17
|
+
}] } });
|
|
18
|
+
export const templateSuffixExtension = buildAddWrapperExtension('suffix', (field) => !!field?.props?.['suffix'] && !field?.props?.['icon']);
|
|
19
|
+
//# sourceMappingURL=data:application/json;base64,eyJ2ZXJzaW9uIjozLCJmaWxlIjoic3VmZml4LmpzIiwic291cmNlUm9vdCI6IiIsInNvdXJjZXMiOlsiLi4vLi4vLi4vLi4vLi4vLi4vcGFja2FnZXMvbmcvZm9ybWx5L3NyYy9saWIvd3JhcHBlcnMvc3VmZml4LnRzIiwiLi4vLi4vLi4vLi4vLi4vLi4vcGFja2FnZXMvbmcvZm9ybWx5L3NyYy9saWIvd3JhcHBlcnMvc3VmZml4Lmh0bWwiXSwibmFtZXMiOltdLCJtYXBwaW5ncyI6IkFBQUEsT0FBTyxFQUFFLHVCQUF1QixFQUFFLFNBQVMsRUFBRSxTQUFTLEVBQUUsZ0JBQWdCLEVBQUUsTUFBTSxlQUFlLENBQUM7QUFDaEcsT0FBTyxFQUFFLFlBQVksRUFBRSxNQUFNLGtCQUFrQixDQUFDO0FBQ2hELE9BQU8sRUFBRSx3QkFBd0IsRUFBRSxNQUFNLGlCQUFpQixDQUFDOztBQUUzRCxvQkFBb0I7QUFDcEIsTUFPYSxxQkFBc0IsU0FBUSxZQUFZOzhHQUExQyxxQkFBcUI7a0dBQXJCLHFCQUFxQiw2SkFDSSxnQkFBZ0Isa0VDYnRELG9IQUVBOztTRFVhLHFCQUFxQjsyRkFBckIscUJBQXFCO2tCQVBqQyxTQUFTOytCQUNDLDBCQUEwQixtQkFHbkIsdUJBQXVCLENBQUMsTUFBTTs4QkFLdEMsY0FBYztzQkFEdEIsU0FBUzt1QkFBQyxnQkFBZ0IsRUFBRSxFQUFFLElBQUksRUFBRSxnQkFBZ0IsRUFBRSxNQUFNLEVBQUUsSUFBSSxFQUFFOztBQUl0RSxNQUFNLENBQUMsTUFBTSx1QkFBdUIsR0FBRyx3QkFBd0IsQ0FBQyxRQUFRLEVBQUUsQ0FBQyxLQUFLLEVBQUUsRUFBRSxDQUFDLENBQUMsQ0FBQyxLQUFLLEVBQUUsS0FBSyxFQUFFLENBQUMsUUFBUSxDQUFDLElBQUksQ0FBQyxLQUFLLEVBQUUsS0FBSyxFQUFFLENBQUMsTUFBTSxDQUFDLENBQUMsQ0FBQyIsInNvdXJjZXNDb250ZW50IjpbImltcG9ydCB7IENoYW5nZURldGVjdGlvblN0cmF0ZWd5LCBDb21wb25lbnQsIFZpZXdDaGlsZCwgVmlld0NvbnRhaW5lclJlZiB9IGZyb20gJ0Bhbmd1bGFyL2NvcmUnO1xyXG5pbXBvcnQgeyBGaWVsZFdyYXBwZXIgfSBmcm9tICdAbmd4LWZvcm1seS9jb3JlJztcclxuaW1wb3J0IHsgYnVpbGRBZGRXcmFwcGVyRXh0ZW5zaW9uIH0gZnJvbSAnLi4vZm9ybWx5LnV0aWxzJztcclxuXHJcbi8vIHdyYXBwZXIgY29tcG9uZW50XHJcbkBDb21wb25lbnQoe1xyXG5cdHNlbGVjdG9yOiAnbHUtZm9ybWx5LXdyYXBwZXItc3VmZml4JyxcclxuXHRzdHlsZVVybHM6IFsnZmxleC1sYXlvdXQuc2NzcycsICdzdWZmaXhlcy5jb21tb24uc2NzcyddLFxyXG5cdHRlbXBsYXRlVXJsOiAnLi9zdWZmaXguaHRtbCcsXHJcblx0Y2hhbmdlRGV0ZWN0aW9uOiBDaGFuZ2VEZXRlY3Rpb25TdHJhdGVneS5PblB1c2gsXHJcbn0pXHJcbi8vIGVzbGludC1kaXNhYmxlLW5leHQtbGluZSBAYW5ndWxhci1lc2xpbnQvY29tcG9uZW50LWNsYXNzLXN1ZmZpeFxyXG5leHBvcnQgY2xhc3MgTHVGb3JtbHlXcmFwcGVyU3VmZml4IGV4dGVuZHMgRmllbGRXcmFwcGVyIHtcclxuXHRAVmlld0NoaWxkKCdmaWVsZENvbXBvbmVudCcsIHsgcmVhZDogVmlld0NvbnRhaW5lclJlZiwgc3RhdGljOiB0cnVlIH0pXHJcblx0b3ZlcnJpZGUgZmllbGRDb21wb25lbnQ6IFZpZXdDb250YWluZXJSZWY7XHJcbn1cclxuXHJcbmV4cG9ydCBjb25zdCB0ZW1wbGF0ZVN1ZmZpeEV4dGVuc2lvbiA9IGJ1aWxkQWRkV3JhcHBlckV4dGVuc2lvbignc3VmZml4JywgKGZpZWxkKSA9PiAhIWZpZWxkPy5wcm9wcz8uWydzdWZmaXgnXSAmJiAhZmllbGQ/LnByb3BzPy5bJ2ljb24nXSk7XHJcbiIsIjxuZy1jb250YWluZXIgI2ZpZWxkQ29tcG9uZW50PjwvbmctY29udGFpbmVyPlxyXG48c3BhbiBjbGFzcz1cInRleHRmaWVsZC1zdWZmaXhcIj57eyBwcm9wc1snc3VmZml4J10gfX08L3NwYW4+XHJcbiJdfQ==
|