@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 @@
|
|
|
1
|
+
{"version":3,"file":"lucca-front-ng-date.mjs","sources":["../../../packages/ng/date/src/lib/adapter/date-adapter.pipe.ts","../../../packages/ng/date/src/lib/adapter/date-adapter.module.ts","../../../packages/ng/date/src/lib/calendar/calendar-item.class.ts","../../../packages/ng/date/src/lib/calendar/calendar-item.factory.ts","../../../packages/ng/date/src/lib/calendar/calendar-input.component.ts","../../../packages/ng/date/src/lib/calendar/calendar-input.component.html","../../../packages/ng/date/src/lib/calendar/calendar-input.module.ts","../../../packages/ng/date/src/lib/input/date-input.translate.ts","../../../packages/ng/date/src/lib/input/date-input.directive.ts","../../../packages/ng/date/src/lib/input/date-input.module.ts","../../../packages/ng/date/src/lib/picker/date-picker.component.ts","../../../packages/ng/date/src/lib/picker/date-picker.component.html","../../../packages/ng/date/src/lib/picker/date-picker.module.ts","../../../packages/ng/date/src/lib/select/date-select-input.translate.ts","../../../packages/ng/date/src/lib/select/date-select-input.component.ts","../../../packages/ng/date/src/lib/select/date-select-input.component.html","../../../packages/ng/date/src/lib/select/date-select-input.module.ts","../../../packages/ng/date/src/lib/date.module.ts","../../../packages/ng/date/src/public-api.ts","../../../packages/ng/date/src/lucca-front-ng-date.ts"],"sourcesContent":["import { Pipe, PipeTransform } from '@angular/core';\r\nimport { ALuDateAdapter } from '@lucca-front/ng/core';\r\n\r\n@Pipe({\r\n\tname: 'luDate',\r\n\tpure: true,\r\n\tstandalone: true,\r\n})\r\nexport class LuDateAdapterPipe<D> implements PipeTransform {\r\n\tconstructor(private _adapter: ALuDateAdapter<D>) {}\r\n\ttransform(d: D, format = 'mediumDate'): string {\r\n\t\tif (d && this._adapter.isValid(d)) {\r\n\t\t\treturn this._adapter.format(d, format);\r\n\t\t}\r\n\t\treturn '';\r\n\t}\r\n}\r\n","import { NgModule } from '@angular/core';\r\nimport { LuDateAdapterPipe } from './date-adapter.pipe';\r\n\r\n@NgModule({\r\n\timports: [LuDateAdapterPipe],\r\n\texports: [LuDateAdapterPipe],\r\n})\r\nexport class LuDateAdapterModule {}\r\n","import { ELuDateGranularity } from '@lucca-front/ng/core';\r\nimport { ICalendarItem } from './calendar-item.interface';\r\n\r\nexport abstract class ACalendarItem<D> implements ICalendarItem<D> {\r\n\tget id() {\r\n\t\treturn `${this.granularity}-${this.date.toString()}`;\r\n\t}\r\n\tdate: D;\r\n\tmods: string[] = [];\r\n\tisDisabled = false;\r\n\tlabel: string;\r\n\treadonly granularity: ELuDateGranularity;\r\n}\r\nexport class DayItem<D> extends ACalendarItem<D> implements ICalendarItem<D> {\r\n\toverride readonly granularity = ELuDateGranularity.day;\r\n\tconstructor(public override date: D, public override label: string) {\r\n\t\tsuper();\r\n\t}\r\n}\r\nexport class MonthItem<D> extends ACalendarItem<D> implements ICalendarItem<D> {\r\n\toverride readonly granularity = ELuDateGranularity.month;\r\n\tconstructor(public override date: D, public override label: string) {\r\n\t\tsuper();\r\n\t}\r\n}\r\nexport class YearItem<D> extends ACalendarItem<D> implements ICalendarItem<D> {\r\n\toverride readonly granularity = ELuDateGranularity.year;\r\n\tconstructor(public override date: D, public override label: string) {\r\n\t\tsuper();\r\n\t}\r\n}\r\nexport class DecadeItem<D> extends ACalendarItem<D> implements ICalendarItem<D> {\r\n\toverride readonly granularity = ELuDateGranularity.decade;\r\n\tconstructor(public override date: D, public override label: string) {\r\n\t\tsuper();\r\n\t}\r\n}\r\n","import { Injectable } from '@angular/core';\r\nimport { ALuDateAdapter } from '@lucca-front/ng/core';\r\nimport { DayItem, DecadeItem, MonthItem, YearItem } from './calendar-item.class';\r\n\r\n@Injectable()\r\nexport class LuCalendarItemFactory<D> {\r\n\tconstructor(private _adapter: ALuDateAdapter<D>) {}\r\n\tforgeDay(d: D, format = 'd'): DayItem<D> {\r\n\t\tconst date = this._adapter.clone(d);\r\n\t\treturn new DayItem(date, this._adapter.format(date, format));\r\n\t}\r\n\tforgeMonth(d: D, format = 'MMM'): MonthItem<D> {\r\n\t\tconst year = this._adapter.getYear(d);\r\n\t\tconst month = this._adapter.getMonth(d);\r\n\t\tconst monthStart = this._adapter.forge(year, month, 1);\r\n\t\treturn new MonthItem(monthStart, this._adapter.format(monthStart, format));\r\n\t}\r\n\tforgeYear(d: D, format = 'y'): YearItem<D> {\r\n\t\tconst year = this._adapter.getYear(d);\r\n\t\tconst yearStart = this._adapter.forge(year, 1, 1);\r\n\t\treturn new YearItem(yearStart, this._adapter.format(yearStart, format));\r\n\t}\r\n\tforgeDecade(d: D, format = 'y'): DecadeItem<D> {\r\n\t\tconst year = this._adapter.getYear(d);\r\n\t\tconst decadeStart = this._adapter.forge(10 * Math.floor(year / 10), 1, 1);\r\n\t\tconst decadeEnd = this._adapter.forge(10 * Math.floor(year / 10) + 9, 1, 1);\r\n\t\tconst label = `${this._adapter.format(decadeStart, format)} - ${this._adapter.format(decadeEnd, format)}`;\r\n\t\treturn new DecadeItem(decadeStart, label);\r\n\t}\r\n}\r\n","import { CommonModule, FormStyle, getLocaleDayNames, getLocaleFirstDayOfWeek, TranslationWidth } from '@angular/common';\r\nimport { ChangeDetectionStrategy, ChangeDetectorRef, Component, ElementRef, forwardRef, Inject, Input, LOCALE_ID, OnInit, Renderer2 } from '@angular/core';\r\nimport { AbstractControl, ControlValueAccessor, FormsModule, NG_VALIDATORS, NG_VALUE_ACCESSOR, ValidationErrors, Validator } from '@angular/forms';\r\nimport { ALuDateAdapter, ELuDateGranularity } from '@lucca-front/ng/core';\r\nimport { ALuInput } from '@lucca-front/ng/input';\r\nimport { LuCalendarItemFactory } from './calendar-item.factory';\r\nimport { ICalendarItem } from './calendar-item.interface';\r\n\r\n@Component({\r\n\tselector: 'lu-calendar',\r\n\ttemplateUrl: './calendar-input.component.html',\r\n\tstyleUrls: ['./calendar-input.component.scss'],\r\n\tchangeDetection: ChangeDetectionStrategy.OnPush,\r\n\tstandalone: true,\r\n\timports: [FormsModule, CommonModule],\r\n\tproviders: [\r\n\t\t{\r\n\t\t\tprovide: NG_VALUE_ACCESSOR,\r\n\t\t\tuseExisting: forwardRef(() => LuCalendarInputComponent),\r\n\t\t\tmulti: true,\r\n\t\t},\r\n\t\t{\r\n\t\t\tprovide: NG_VALIDATORS,\r\n\t\t\tuseExisting: LuCalendarInputComponent,\r\n\t\t\tmulti: true,\r\n\t\t},\r\n\t\tLuCalendarItemFactory,\r\n\t],\r\n})\r\nexport class LuCalendarInputComponent<D> extends ALuInput<D> implements ControlValueAccessor, OnInit, Validator {\r\n\t@Input() min?: D;\r\n\t@Input() max?: D;\r\n\t@Input() granularity: ELuDateGranularity = ELuDateGranularity.day;\r\n\t@Input() startOn: D = this._adapter.forgeToday();\r\n\r\n\tviewGranularity: ELuDateGranularity;\r\n\theader: ICalendarItem<D>;\r\n\titems: ICalendarItem<D>[] = [];\r\n\tget mod() {\r\n\t\tswitch (this.viewGranularity) {\r\n\t\t\tcase ELuDateGranularity.year:\r\n\t\t\t\treturn 'mod-yearlyView';\r\n\t\t\tcase ELuDateGranularity.month:\r\n\t\t\t\treturn 'mod-monthlyView';\r\n\t\t\tcase ELuDateGranularity.day:\r\n\t\t\tdefault:\r\n\t\t\t\treturn 'mod-dailyView';\r\n\t\t}\r\n\t}\r\n\r\n\t// daily view\r\n\tlabels: string[] = [];\r\n\tconstructor(\r\n\t\t_changeDetectorRef: ChangeDetectorRef,\r\n\t\t_elementRef: ElementRef<HTMLElement>,\r\n\t\t_renderer: Renderer2,\r\n\t\t@Inject(LOCALE_ID) private _locale: string,\r\n\t\tprivate _factory: LuCalendarItemFactory<D>,\r\n\t\tprivate _adapter: ALuDateAdapter<D>,\r\n\t) {\r\n\t\tsuper(_changeDetectorRef, _elementRef, _renderer);\r\n\t}\r\n\tngOnInit() {\r\n\t\tthis.viewGranularity = this.granularity;\r\n\t\tthis.initDayLabels();\r\n\t}\r\n\toverride writeValue(value?: D) {\r\n\t\tconst date = value && this._adapter.isValid(value) ? this._adapter.clone(value) : this.startOn;\r\n\t\tthis.header = this._factory.forgeMonth(date);\r\n\t\tsuper.writeValue(value);\r\n\t}\r\n\tinitDayLabels() {\r\n\t\tthis.labels = [...getLocaleDayNames(this._locale, FormStyle.Standalone, TranslationWidth.Narrow)];\r\n\t\tif (getLocaleFirstDayOfWeek(this._locale) === 1) {\r\n\t\t\tthis.labels.push(this.labels.shift());\r\n\t\t}\r\n\t}\r\n\tprotected render() {\r\n\t\tswitch (this.viewGranularity) {\r\n\t\t\tcase ELuDateGranularity.year:\r\n\t\t\t\tthis.renderYearlyView();\r\n\t\t\t\tbreak;\r\n\t\t\tcase ELuDateGranularity.month:\r\n\t\t\t\tthis.renderMonthlyView();\r\n\t\t\t\tbreak;\r\n\t\t\tcase ELuDateGranularity.day:\r\n\t\t\tdefault:\r\n\t\t\t\tthis.renderDailyView();\r\n\t\t\t\tbreak;\r\n\t\t}\r\n\t}\r\n\r\n\tprotected renderDailyView(month: D = this.header.date) {\r\n\t\tthis.items = [];\r\n\t\tconst start = this._adapter.forge(this._adapter.getYear(month), this._adapter.getMonth(month), 1);\r\n\t\tlet index = 0;\r\n\t\tconst isFirstDayOfWeek = this._adapter.getDay(start) === getLocaleFirstDayOfWeek(this._locale);\r\n\t\tthis.header = this._factory.forgeMonth(month, 'MMMM y');\r\n\t\tif (!isFirstDayOfWeek) {\r\n\t\t\tconst offset = (this._adapter.getDay(start) - getLocaleFirstDayOfWeek(this._locale) + 7) % 7;\r\n\t\t\tindex = -1 * offset;\r\n\t\t}\r\n\t\t// TODO\r\n\t\tlet isFDOW = false;\r\n\t\tlet isNextMonth = false;\r\n\t\tdo {\r\n\t\t\tconst d = this._adapter.add(start, index++, ELuDateGranularity.day);\r\n\t\t\tconst day = this._factory.forgeDay(d);\r\n\t\t\tisNextMonth = this._adapter.compare(d, month, ELuDateGranularity.month) > 0;\r\n\t\t\tisFDOW = this._adapter.getDay(d) === getLocaleFirstDayOfWeek(this._locale);\r\n\t\t\tthis.items.push(day);\r\n\t\t} while (!isFDOW || !isNextMonth);\r\n\t\tthis.applyDailyMods();\r\n\t}\r\n\r\n\tprotected renderMonthlyView(year: D = this.header.date) {\r\n\t\tthis.header = this._factory.forgeYear(year);\r\n\t\tthis.items = [...Array(12).keys()].map((i) => {\r\n\t\t\tconst d = this._adapter.forge(this._adapter.getYear(year), i + 1, 1);\r\n\t\t\treturn this._factory.forgeMonth(d);\r\n\t\t});\r\n\t\tthis.applyMonthlyMods();\r\n\t}\r\n\r\n\tprotected renderYearlyView(decade: D = this.header.date) {\r\n\t\tconst year = Math.floor(this._adapter.getYear(decade) / 10) * 10;\r\n\t\tconst d = this._adapter.forge(year, 1, 1);\r\n\t\tthis.header = this._factory.forgeDecade(d);\r\n\t\tthis.items = [...Array(10).keys()].map((i) => {\r\n\t\t\tconst y = this._adapter.forge(year + i, 1, 1);\r\n\t\t\treturn this._factory.forgeYear(y);\r\n\t\t});\r\n\t\tthis.applyYearlyMods();\r\n\t}\r\n\r\n\tprotected applyDailyMods() {\r\n\t\tconst month = this.header.date;\r\n\t\tconst today = this._adapter.forgeToday();\r\n\t\tconst min = this.min && this._adapter.isValid(this.min) ? this.min : undefined;\r\n\t\tconst max = this.max && this._adapter.isValid(this.max) ? this.max : undefined;\r\n\t\tthis.items.forEach((item) => {\r\n\t\t\tconst day = item.date;\r\n\t\t\tif (this._adapter.compare(day, month, ELuDateGranularity.month) < 0) {\r\n\t\t\t\titem.mods.push('is-previousMonth');\r\n\t\t\t}\r\n\t\t\tif (this._adapter.compare(day, month, ELuDateGranularity.month) > 0) {\r\n\t\t\t\titem.mods.push('is-nextMonth');\r\n\t\t\t}\r\n\t\t\tif (this._adapter.compare(day, today, ELuDateGranularity.day) === 0) {\r\n\t\t\t\titem.mods.push('is-today');\r\n\t\t\t}\r\n\t\t\tif (this.value && this._adapter.isValid(this.value) && this._adapter.compare(day, this.value, ELuDateGranularity.day) === 0) {\r\n\t\t\t\titem.mods.push('is-active');\r\n\t\t\t}\r\n\t\t\tif (min && this._adapter.compare(day, min, ELuDateGranularity.day) < 0) {\r\n\t\t\t\titem.isDisabled = true;\r\n\t\t\t}\r\n\t\t\tif (max && this._adapter.compare(day, max, ELuDateGranularity.day) > 0) {\r\n\t\t\t\titem.isDisabled = true;\r\n\t\t\t}\r\n\t\t});\r\n\t}\r\n\r\n\tprotected applyMonthlyMods() {\r\n\t\tconst today = this._adapter.forgeToday();\r\n\t\tconst min = this.min && this._adapter.isValid(this.min) ? this.min : undefined;\r\n\t\tconst max = this.max && this._adapter.isValid(this.max) ? this.max : undefined;\r\n\t\tthis.items.forEach((item) => {\r\n\t\t\tconst month = item.date;\r\n\t\t\tif (this._adapter.compare(month, today, ELuDateGranularity.month) === 0) {\r\n\t\t\t\titem.mods.push('is-today');\r\n\t\t\t}\r\n\t\t\tif (this.value && this._adapter.isValid(this.value) && this._adapter.compare(month, this.value, ELuDateGranularity.month) === 0) {\r\n\t\t\t\titem.mods.push('is-active');\r\n\t\t\t}\r\n\t\t\tif (min && this._adapter.compare(month, min, ELuDateGranularity.month) < 0) {\r\n\t\t\t\titem.isDisabled = true;\r\n\t\t\t}\r\n\t\t\tif (max && this._adapter.compare(month, max, ELuDateGranularity.month) > 0) {\r\n\t\t\t\titem.isDisabled = true;\r\n\t\t\t}\r\n\t\t});\r\n\t}\r\n\r\n\tprotected applyYearlyMods() {\r\n\t\tconst today = this._adapter.forgeToday();\r\n\t\tconst min = this.min && this._adapter.isValid(this.min) ? this.min : undefined;\r\n\t\tconst max = this.max && this._adapter.isValid(this.max) ? this.max : undefined;\r\n\t\tthis.items.forEach((item) => {\r\n\t\t\tconst year = item.date;\r\n\t\t\tif (this._adapter.compare(year, today, ELuDateGranularity.year) === 0) {\r\n\t\t\t\titem.mods.push('is-today');\r\n\t\t\t}\r\n\t\t\tif (this.value && this._adapter.isValid(this.value) && this._adapter.compare(year, this.value, ELuDateGranularity.year) === 0) {\r\n\t\t\t\titem.mods.push('is-active');\r\n\t\t\t}\r\n\t\t\tif (min && this._adapter.compare(year, min, ELuDateGranularity.year) < 0) {\r\n\t\t\t\titem.isDisabled = true;\r\n\t\t\t}\r\n\t\t\tif (max && this._adapter.compare(year, max, ELuDateGranularity.year) > 0) {\r\n\t\t\t\titem.isDisabled = true;\r\n\t\t\t}\r\n\t\t});\r\n\t}\r\n\r\n\tselect(item: ICalendarItem<D>) {\r\n\t\tswitch (this.viewGranularity) {\r\n\t\t\tcase ELuDateGranularity.year:\r\n\t\t\t\tthis.selectYear(item);\r\n\t\t\t\tbreak;\r\n\t\t\tcase ELuDateGranularity.month:\r\n\t\t\t\tthis.selectMonth(item);\r\n\t\t\t\tbreak;\r\n\t\t\tcase ELuDateGranularity.day:\r\n\t\t\tdefault:\r\n\t\t\t\tthis.selectDay(item);\r\n\t\t\t\tbreak;\r\n\t\t}\r\n\t}\r\n\r\n\tprotected selectDay(item: ICalendarItem<D>) {\r\n\t\tconst year = this._adapter.getYear(item.date);\r\n\t\tconst month = this._adapter.getMonth(item.date);\r\n\t\tconst d = this._adapter.forge(year, month, 1);\r\n\t\tthis.header = this._factory.forgeMonth(d);\r\n\t\tthis.setValue(item.date);\r\n\t}\r\n\r\n\tprotected selectMonth(item: ICalendarItem<D>) {\r\n\t\tif (this.granularity === ELuDateGranularity.month) {\r\n\t\t\tthis.setValue(item.date);\r\n\t\t} else {\r\n\t\t\tthis.header = item;\r\n\t\t\tthis.viewGranularity = ELuDateGranularity.day;\r\n\t\t\tthis.render();\r\n\t\t}\r\n\t}\r\n\r\n\tprotected selectYear(item: ICalendarItem<D>) {\r\n\t\tif (this.granularity === ELuDateGranularity.year) {\r\n\t\t\tthis.setValue(item.date);\r\n\t\t} else {\r\n\t\t\tthis.header = item;\r\n\t\t\tthis.viewGranularity = ELuDateGranularity.month;\r\n\t\t\tthis.render();\r\n\t\t}\r\n\t}\r\n\r\n\tprevious() {\r\n\t\tswitch (this.viewGranularity) {\r\n\t\t\tcase ELuDateGranularity.year:\r\n\t\t\t\tthis.previousDecade();\r\n\t\t\t\tbreak;\r\n\t\t\tcase ELuDateGranularity.month:\r\n\t\t\t\tthis.previousYear();\r\n\t\t\t\tbreak;\r\n\t\t\tcase ELuDateGranularity.day:\r\n\t\t\tdefault:\r\n\t\t\t\tthis.previousMonth();\r\n\t\t\t\tbreak;\r\n\t\t}\r\n\t\tthis.render();\r\n\t}\r\n\r\n\tnext() {\r\n\t\tswitch (this.viewGranularity) {\r\n\t\t\tcase ELuDateGranularity.year:\r\n\t\t\t\tthis.nextDecade();\r\n\t\t\t\tbreak;\r\n\t\t\tcase ELuDateGranularity.month:\r\n\t\t\t\tthis.nextYear();\r\n\t\t\t\tbreak;\r\n\t\t\tcase ELuDateGranularity.day:\r\n\t\t\tdefault:\r\n\t\t\t\tthis.nextMonth();\r\n\t\t\t\tbreak;\r\n\t\t}\r\n\t\tthis.render();\r\n\t}\r\n\r\n\ttrackBy(_idx, item: ICalendarItem<D>) {\r\n\t\treturn item.id;\r\n\t}\r\n\r\n\tincreaseGranularity() {\r\n\t\tif (this.header.granularity !== ELuDateGranularity.decade) {\r\n\t\t\tthis.viewGranularity = this.header.granularity;\r\n\t\t\tthis.render();\r\n\t\t}\r\n\t}\r\n\r\n\tprotected nextMonth() {\r\n\t\tconst d = this._adapter.add(this.header.date, 1, ELuDateGranularity.month);\r\n\t\tthis.header = this._factory.forgeMonth(d);\r\n\t}\r\n\r\n\tprotected nextYear() {\r\n\t\tconst d = this._adapter.add(this.header.date, 1, ELuDateGranularity.year);\r\n\t\tthis.header = this._factory.forgeYear(d);\r\n\t}\r\n\r\n\tprotected nextDecade() {\r\n\t\tconst d = this._adapter.add(this.header.date, 1, ELuDateGranularity.decade);\r\n\t\tthis.header = this._factory.forgeDecade(d);\r\n\t}\r\n\r\n\tprotected previousMonth() {\r\n\t\tconst d = this._adapter.add(this.header.date, -1, ELuDateGranularity.month);\r\n\t\tthis.header = this._factory.forgeMonth(d);\r\n\t}\r\n\r\n\tprotected previousYear() {\r\n\t\tconst d = this._adapter.add(this.header.date, -1, ELuDateGranularity.year);\r\n\t\tthis.header = this._factory.forgeYear(d);\r\n\t}\r\n\r\n\tprotected previousDecade() {\r\n\t\tconst d = this._adapter.add(this.header.date, -1, ELuDateGranularity.decade);\r\n\t\tthis.header = this._factory.forgeDecade(d);\r\n\t}\r\n\r\n\tvalidate(control: AbstractControl): ValidationErrors | null {\r\n\t\tconst d = control.value as D;\r\n\t\tif (!d) {\r\n\t\t\treturn null;\r\n\t\t}\r\n\t\tif (!this._adapter.isValid(d)) {\r\n\t\t\treturn { date: true };\r\n\t\t}\r\n\t\tif (!!this.min && this._adapter.isValid(this.min) && this._adapter.compare(this.min, d, ELuDateGranularity.day) > 0) {\r\n\t\t\treturn { min: true };\r\n\t\t}\r\n\t\tif (!!this.max && this._adapter.isValid(this.max) && this._adapter.compare(this.max, d, ELuDateGranularity.day) < 0) {\r\n\t\t\treturn { max: true };\r\n\t\t}\r\n\t\treturn null;\r\n\t}\r\n}\r\n","<section class=\"calendar\">\r\n\t<header class=\"calendar-header\">\r\n\t\t<button type=\"button\" class=\"calendar-header-nav\" (click)=\"previous()\">\r\n\t\t\t<span aria-hidden=\"true\" class=\"lucca-icon icon-arrowWest\"></span>\r\n\t\t\t<span class=\"u-mask\">Previous</span>\r\n\t\t</button>\r\n\t\t<button type=\"button\" class=\"calendar-header-date\" (click)=\"increaseGranularity()\">{{ header.label }}</button>\r\n\t\t<button type=\"button\" class=\"calendar-header-nav\" (click)=\"next()\">\r\n\t\t\t<span aria-hidden=\"true\" class=\"lucca-icon icon-arrowEast\"></span>\r\n\t\t\t<span class=\"u-mask\">Next</span>\r\n\t\t</button>\r\n\t</header>\r\n\t<section class=\"calendar-labels\" [ngClass]=\"mod\">\r\n\t\t<div class=\"calendar-labels-item\" *ngFor=\"let label of labels\">{{ label }}</div>\r\n\t</section>\r\n\t<section class=\"calendar-grid\" [ngClass]=\"mod\">\r\n\t\t<button\r\n\t\t\ttype=\"button\"\r\n\t\t\t*ngFor=\"let item of items; trackBy: trackBy\"\r\n\t\t\tclass=\"calendar-grid-item\"\r\n\t\t\t[ngClass]=\"item.mods\"\r\n\t\t\t[disabled]=\"item.isDisabled\"\r\n\t\t\t(click)=\"select(item)\"\r\n\t\t>\r\n\t\t\t<div class=\"calendar-grid-item-content\">{{ item.label }}</div>\r\n\t\t</button>\r\n\t</section>\r\n</section>\r\n","import { NgModule } from '@angular/core';\r\nimport { LuCalendarInputComponent } from './calendar-input.component';\r\n\r\n@NgModule({\r\n\timports: [LuCalendarInputComponent],\r\n\texports: [LuCalendarInputComponent],\r\n})\r\nexport class LuCalendarInputModule {}\r\n","import { InjectionToken } from '@angular/core';\r\nimport { ILuTranslation } from '@lucca-front/ng/core';\r\n\r\nexport const LU_DATE_INPUT_TRANSLATIONS = new InjectionToken('LuDateInputtranslations', {\r\n\tfactory: () => luDateInputTranslations,\r\n});\r\n\r\nexport interface ILuDateInputLabel {\r\n\tplaceholderDay: string;\r\n\tplaceholderMonth: string;\r\n\tplaceholderYear: string;\r\n\tformatDay: string;\r\n\tformatMonth: string;\r\n\tformatYear: string;\r\n}\r\n\r\nexport const luDateInputTranslations: ILuTranslation<ILuDateInputLabel> = {\r\n\ten: {\r\n\t\tplaceholderDay: 'dd/mm/yyyy',\r\n\t\tplaceholderMonth: 'mm/yyyy',\r\n\t\tplaceholderYear: 'yyyy',\r\n\t\tformatDay: 'shortDate',\r\n\t\tformatMonth: 'MM/y',\r\n\t\tformatYear: 'y',\r\n\t},\r\n\t'en-GB': {\r\n\t\tplaceholderDay: 'dd/mm/yyyy',\r\n\t\tplaceholderMonth: 'mm/yyyy',\r\n\t\tplaceholderYear: 'yyyy',\r\n\t\tformatDay: 'shortDate',\r\n\t\tformatMonth: 'MM/y',\r\n\t\tformatYear: 'y',\r\n\t},\r\n\t'en-US': {\r\n\t\tplaceholderDay: 'mm/dd/yyyy',\r\n\t\tplaceholderMonth: 'mm/yyyy',\r\n\t\tplaceholderYear: 'yyyy',\r\n\t\tformatDay: 'shortDate',\r\n\t\tformatMonth: 'MM/y',\r\n\t\tformatYear: 'y',\r\n\t},\r\n\tfr: {\r\n\t\tplaceholderDay: 'jj/mm/aaaa',\r\n\t\tplaceholderMonth: 'mm/aaaa',\r\n\t\tplaceholderYear: 'aaaa',\r\n\t\tformatDay: 'shortDate',\r\n\t\tformatMonth: 'MM/y',\r\n\t\tformatYear: 'y',\r\n\t},\r\n};\r\n","import { ChangeDetectorRef, Directive, ElementRef, forwardRef, HostListener, Input, OnInit, Renderer2 } from '@angular/core';\r\nimport { AbstractControl, NG_VALIDATORS, NG_VALUE_ACCESSOR, ValidationErrors, Validator } from '@angular/forms';\r\nimport { ALuDateAdapter, ELuDateGranularity, getIntl } from '@lucca-front/ng/core';\r\nimport { ALuInput } from '@lucca-front/ng/input';\r\nimport { LU_DATE_INPUT_TRANSLATIONS } from './date-input.translate';\r\n\r\n@Directive({\r\n\tselector: 'input[luDateInput]',\r\n\tstandalone: true,\r\n\tproviders: [\r\n\t\t{\r\n\t\t\tprovide: NG_VALUE_ACCESSOR,\r\n\t\t\tuseExisting: forwardRef(() => LuDateInputDirective),\r\n\t\t\tmulti: true,\r\n\t\t},\r\n\t\t{\r\n\t\t\tprovide: NG_VALIDATORS,\r\n\t\t\tuseExisting: LuDateInputDirective,\r\n\t\t\tmulti: true,\r\n\t\t},\r\n\t],\r\n})\r\nexport class LuDateInputDirective<D> extends ALuInput<D, HTMLInputElement> implements Validator, OnInit {\r\n\tprivate _focused = false;\r\n\t@Input() min?: D;\r\n\t@Input() max?: D;\r\n\t@Input() granularity: ELuDateGranularity = ELuDateGranularity.day;\r\n\r\n\t@Input() override set placeholder(p: string) {\r\n\t\tthis._elementRef.nativeElement.placeholder = p;\r\n\t}\r\n\tprivate _intl = getIntl(LU_DATE_INPUT_TRANSLATIONS);\r\n\tconstructor(_changeDetectorRef: ChangeDetectorRef, _elementRef: ElementRef<HTMLInputElement>, _renderer: Renderer2, private _adapter: ALuDateAdapter<D>) {\r\n\t\tsuper(_changeDetectorRef, _elementRef, _renderer);\r\n\t}\r\n\tngOnInit() {\r\n\t\tswitch (this.granularity) {\r\n\t\t\tcase ELuDateGranularity.year:\r\n\t\t\t\tthis.placeholder = this._intl.placeholderYear;\r\n\t\t\t\tbreak;\r\n\t\t\tcase ELuDateGranularity.month:\r\n\t\t\t\tthis.placeholder = this._intl.placeholderMonth;\r\n\t\t\t\tbreak;\r\n\t\t\tcase ELuDateGranularity.day:\r\n\t\t\tdefault:\r\n\t\t\t\tthis.placeholder = this._intl.placeholderDay;\r\n\t\t\t\tbreak;\r\n\t\t}\r\n\t}\r\n\tprotected render() {\r\n\t\tif (this._focused) {\r\n\t\t\treturn;\r\n\t\t}\r\n\t\tlet format: string;\r\n\t\tswitch (this.granularity) {\r\n\t\t\tcase ELuDateGranularity.year:\r\n\t\t\t\tformat = this._intl.formatYear;\r\n\t\t\t\tbreak;\r\n\t\t\tcase ELuDateGranularity.month:\r\n\t\t\t\tformat = this._intl.formatMonth;\r\n\t\t\t\tbreak;\r\n\t\t\tcase ELuDateGranularity.day:\r\n\t\t\tdefault:\r\n\t\t\t\tformat = this._intl.formatDay;\r\n\t\t\t\tbreak;\r\n\t\t}\r\n\t\tconst text = this.value && this._adapter.isValid(this.value) ? this._adapter.format(this.value, format) : '';\r\n\t\tthis._elementRef.nativeElement.value = text;\r\n\t}\r\n\t@HostListener('input', ['$event'])\r\n\tonInput(event) {\r\n\t\t// FIXME\r\n\t\t// eslint-disable-next-line @typescript-eslint/no-unsafe-member-access\r\n\t\tconst text = event.target.value as string;\r\n\t\tconst value = this.parse(text);\r\n\t\tthis.setValue(value);\r\n\t}\r\n\tprivate parse(text: string): D {\r\n\t\tconst date = this._adapter.parse(text, this.granularity);\r\n\t\treturn date;\r\n\t}\r\n\t@HostListener('focus')\r\n\tonFocus() {\r\n\t\tthis._focused = true;\r\n\t}\r\n\t@HostListener('blur')\r\n\tonBlur() {\r\n\t\tthis._focused = false;\r\n\t\tthis.render();\r\n\t}\r\n\tvalidate(control: AbstractControl): ValidationErrors | null {\r\n\t\tconst d = control.value as D;\r\n\t\tif (!d) {\r\n\t\t\treturn null;\r\n\t\t}\r\n\t\tif (!this._adapter.isValid(d)) {\r\n\t\t\treturn { date: true };\r\n\t\t}\r\n\t\tif (!!this.min && this._adapter.isValid(this.min) && this._adapter.compare(this.min, d, ELuDateGranularity.day) > 0) {\r\n\t\t\treturn { min: true };\r\n\t\t}\r\n\t\tif (!!this.max && this._adapter.isValid(this.max) && this._adapter.compare(this.max, d, ELuDateGranularity.day) < 0) {\r\n\t\t\treturn { max: true };\r\n\t\t}\r\n\t\treturn null;\r\n\t}\r\n}\r\n","import { NgModule } from '@angular/core';\r\nimport { LuDateInputDirective } from './date-input.directive';\r\n\r\n@NgModule({\r\n\timports: [LuDateInputDirective],\r\n\texports: [LuDateInputDirective],\r\n})\r\nexport class LuDateInputModule {}\r\n","//FIXME\r\n/* eslint-disable @angular-eslint/no-output-on-prefix */\r\n/* eslint-disable @angular-eslint/no-output-native */\r\nimport { A11yModule } from '@angular/cdk/a11y';\r\nimport { CommonModule } from '@angular/common';\r\nimport { ChangeDetectionStrategy, Component, EventEmitter, forwardRef, Input, Output, TemplateRef, ViewChild } from '@angular/core';\r\nimport { FormsModule } from '@angular/forms';\r\nimport { ALuDateAdapter, ELuDateGranularity } from '@lucca-front/ng/core';\r\nimport { ALuPickerPanel } from '@lucca-front/ng/picker';\r\nimport { luTransformPopover } from '@lucca-front/ng/popover';\r\nimport { LuCalendarInputComponent } from '../calendar';\r\nimport { LuDateInputDirective } from '../input';\r\n\r\n@Component({\r\n\tselector: 'lu-date-picker',\r\n\ttemplateUrl: './date-picker.component.html',\r\n\tchangeDetection: ChangeDetectionStrategy.OnPush,\r\n\texportAs: 'LuDatePicker',\r\n\tanimations: [luTransformPopover],\r\n\tstandalone: true,\r\n\timports: [FormsModule, CommonModule, LuCalendarInputComponent, LuDateInputDirective, A11yModule],\r\n\tproviders: [\r\n\t\t{\r\n\t\t\tprovide: ALuPickerPanel,\r\n\t\t\tuseExisting: forwardRef(() => LuDatePickerComponent),\r\n\t\t},\r\n\t],\r\n})\r\nexport class LuDatePickerComponent<D = Date> extends ALuPickerPanel<D> {\r\n\t_value: D;\r\n\r\n\t@Input() min?: D;\r\n\t@Input() max?: D;\r\n\t@Input() granularity: ELuDateGranularity = ELuDateGranularity.day;\r\n\t@Input() startOn: D = this._adapter.forgeToday();\r\n\r\n\t@Output() override close = new EventEmitter<void>();\r\n\t@Output() override open = new EventEmitter<void>();\r\n\t@Output() override hovered = new EventEmitter<boolean>();\r\n\t@Output() override onSelectValue = new EventEmitter<D>();\r\n\r\n\t@ViewChild(TemplateRef, { static: true })\r\n\tset vcTemplateRef(tr: TemplateRef<unknown>) {\r\n\t\tthis.templateRef = tr;\r\n\t}\r\n\r\n\tconstructor(private _adapter: ALuDateAdapter<D>) {\r\n\t\tsuper();\r\n\t}\r\n\t_emitOpenEvent(): void {\r\n\t\tthis.open.emit();\r\n\t}\r\n\t_emitCloseEvent(): void {\r\n\t\tthis.close.emit();\r\n\t}\r\n\t_emitHoveredEvent(h: boolean): void {\r\n\t\tthis.hovered.emit(h);\r\n\t}\r\n\t_emitSelectValue(val: D) {\r\n\t\tthis.onSelectValue.emit(val);\r\n\t}\r\n\tsetValue(value: D) {\r\n\t\tthis._value = value;\r\n\t}\r\n\t_onCalendar(val: D) {\r\n\t\tthis._value = val;\r\n\t\tthis._emitSelectValue(val);\r\n\t\t// if (!this.multiple) {\r\n\t\tthis._emitCloseEvent();\r\n\t\t// }\r\n\t}\r\n\t_onInput(val: D) {\r\n\t\tthis._value = val;\r\n\t\tthis._emitSelectValue(val);\r\n\t}\r\n\t_onEnter() {\r\n\t\tthis._emitCloseEvent();\r\n\t}\r\n\toverride _handleKeydown(event: KeyboardEvent) {\r\n\t\tswitch (event.key) {\r\n\t\t\tcase 'Escape':\r\n\t\t\t\tthis._emitCloseEvent();\r\n\t\t\t\tevent.preventDefault();\r\n\t\t\t\tevent.stopPropagation();\r\n\t\t\t\tbreak;\r\n\t\t\tcase 'Tab':\r\n\t\t\t\tthis._emitCloseEvent();\r\n\t\t\t\tbreak;\r\n\t\t}\r\n\t}\r\n\t// ngAfterViewInit() {\r\n\t// \tthis._dateInput.nativeElement.focus();\r\n\t// }\r\n}\r\n","<ng-template>\r\n\t<div\r\n\t\tclass=\"lu-picker-panel lu-date-picker-panel\"\r\n\t\trole=\"dialog\"\r\n\t\t[ngClass]=\"panelClassesMap\"\r\n\t\t(click)=\"onClick()\"\r\n\t\t(mouseover)=\"onMouseOver()\"\r\n\t\t(mouseleave)=\"onMouseLeave()\"\r\n\t\t(mousedown)=\"onMouseDown()\"\r\n\t>\r\n\t\t<div class=\"lu-picker-content\" [ngClass]=\"contentClassesMap\" cdkTrapFocus=\"false\" cdkTrapFocusAutoCapture=\"true\">\r\n\t\t\t<label class=\"textfield lu-picker-textfield\">\r\n\t\t\t\t<input\r\n\t\t\t\t\tluDateInput\r\n\t\t\t\t\tclass=\"textfield-input\"\r\n\t\t\t\t\t[ngModel]=\"_value\"\r\n\t\t\t\t\t(ngModelChange)=\"_onInput($event)\"\r\n\t\t\t\t\t(keydown.enter)=\"_onEnter()\"\r\n\t\t\t\t\t[min]=\"min\"\r\n\t\t\t\t\t[max]=\"max\"\r\n\t\t\t\t\t[granularity]=\"granularity\"\r\n\t\t\t\t/>\r\n\t\t\t</label>\r\n\t\t\t<lu-calendar\r\n\t\t\t\t[ngModel]=\"_value\"\r\n\t\t\t\t(ngModelChange)=\"_onCalendar($event)\"\r\n\t\t\t\t[min]=\"min\"\r\n\t\t\t\t[max]=\"max\"\r\n\t\t\t\t[granularity]=\"granularity\"\r\n\t\t\t\t[startOn]=\"startOn\"\r\n\t\t\t></lu-calendar>\r\n\t\t</div>\r\n\t</div>\r\n</ng-template>\r\n","import { NgModule } from '@angular/core';\r\nimport { LuDatePickerComponent } from './date-picker.component';\r\n\r\n@NgModule({\r\n\timports: [LuDatePickerComponent],\r\n\texports: [LuDatePickerComponent],\r\n})\r\nexport class LuDatePickerModule {}\r\n","import { InjectionToken } from '@angular/core';\r\nimport { ILuTranslation } from '@lucca-front/ng/core';\r\n\r\nexport const LU_DATE_SELECT_INPUT_TRANSLATIONS = new InjectionToken('LuDateSelectInputtranslations', {\r\n\tfactory: () => luDateSelectInputTranslations,\r\n});\r\n\r\nexport interface ILuDateSelectInputLabel {\r\n\tplaceholderDay: string;\r\n\tplaceholderMonth: string;\r\n\tplaceholderYear: string;\r\n\tformatDay: string;\r\n\tformatMonth: string;\r\n\tformatYear: string;\r\n}\r\n\r\nexport const luDateSelectInputTranslations: ILuTranslation<ILuDateSelectInputLabel> = {\r\n\ten: {\r\n\t\tplaceholderDay: 'dd/mm/yyyy',\r\n\t\tplaceholderMonth: 'mm/yyyy',\r\n\t\tplaceholderYear: 'yyyy',\r\n\t\tformatDay: 'shortDate',\r\n\t\tformatMonth: 'MM/y',\r\n\t\tformatYear: 'y',\r\n\t},\r\n\t'en-US': {\r\n\t\tplaceholderDay: 'mm/dd/yyyy',\r\n\t\tplaceholderMonth: 'mm/yyyy',\r\n\t\tplaceholderYear: 'yyyy',\r\n\t\tformatDay: 'shortDate',\r\n\t\tformatMonth: 'MM/y',\r\n\t\tformatYear: 'y',\r\n\t},\r\n\tfr: {\r\n\t\tplaceholderDay: 'jj/mm/aaaa',\r\n\t\tplaceholderMonth: 'mm/aaaa',\r\n\t\tplaceholderYear: 'aaaa',\r\n\t\tformatDay: 'shortDate',\r\n\t\tformatMonth: 'MM/y',\r\n\t\tformatYear: 'y',\r\n\t},\r\n};\r\n","import { Overlay, OverlayModule } from '@angular/cdk/overlay';\r\nimport { AfterViewInit, ChangeDetectionStrategy, ChangeDetectorRef, Component, ElementRef, forwardRef, Input, Renderer2, ViewContainerRef } from '@angular/core';\r\nimport { AbstractControl, ControlValueAccessor, NG_VALIDATORS, NG_VALUE_ACCESSOR, ValidationErrors, Validator } from '@angular/forms';\r\nimport { ALuDateAdapter, ELuDateGranularity, getIntl } from '@lucca-front/ng/core';\r\nimport { LuInputClearerComponent, LuInputDirective, LuInputDisplayerDirective } from '@lucca-front/ng/input';\r\nimport { ILuInputWithPicker } from '@lucca-front/ng/picker';\r\nimport { ALuSelectInputComponent } from '@lucca-front/ng/select';\r\nimport { LuDateAdapterPipe } from '../adapter';\r\nimport { LuDatePickerComponent } from '../picker';\r\nimport { LU_DATE_SELECT_INPUT_TRANSLATIONS } from './date-select-input.translate';\r\n\r\n@Component({\r\n\tselector: 'lu-date-select',\r\n\ttemplateUrl: './date-select-input.component.html',\r\n\tstyleUrls: ['./date-select-input.component.scss'],\r\n\tchangeDetection: ChangeDetectionStrategy.OnPush,\r\n\tstandalone: true,\r\n\timports: [LuDateAdapterPipe, LuDatePickerComponent, LuInputDirective, OverlayModule, LuInputClearerComponent, LuInputDisplayerDirective],\r\n\tproviders: [\r\n\t\t{\r\n\t\t\tprovide: NG_VALUE_ACCESSOR,\r\n\t\t\tuseExisting: forwardRef(() => LuDateSelectInputComponent),\r\n\t\t\tmulti: true,\r\n\t\t},\r\n\t\t{\r\n\t\t\tprovide: NG_VALIDATORS,\r\n\t\t\tuseExisting: LuDateSelectInputComponent,\r\n\t\t\tmulti: true,\r\n\t\t},\r\n\t],\r\n})\r\nexport class LuDateSelectInputComponent<D> extends ALuSelectInputComponent<D> implements ControlValueAccessor, ILuInputWithPicker<D>, AfterViewInit, Validator {\r\n\t@Input() min?: D;\r\n\t@Input() max?: D;\r\n\t@Input() granularity: ELuDateGranularity = ELuDateGranularity.day;\r\n\t@Input('placeholder') override set inputPlaceholder(p: string) {\r\n\t\tthis._placeholder = p;\r\n\t}\r\n\t@Input() hideClearer = false;\r\n\t@Input() startOn: D = this._adapter.forgeToday();\r\n\r\n\tget format(): string {\r\n\t\tswitch (this.granularity) {\r\n\t\t\tcase ELuDateGranularity.year:\r\n\t\t\t\treturn this._intl.formatYear;\r\n\t\t\tcase ELuDateGranularity.month:\r\n\t\t\t\treturn this._intl.formatMonth;\r\n\t\t\tcase ELuDateGranularity.day:\r\n\t\t\tdefault:\r\n\t\t\t\treturn this._intl.formatDay;\r\n\t\t}\r\n\t}\r\n\tprivate _intl = getIntl(LU_DATE_SELECT_INPUT_TRANSLATIONS);\r\n\tconstructor(\r\n\t\tprotected override _changeDetectorRef: ChangeDetectorRef,\r\n\t\tprotected override _overlay: Overlay,\r\n\t\tprotected override _elementRef: ElementRef<HTMLElement>,\r\n\t\tprotected override _viewContainerRef: ViewContainerRef,\r\n\t\tprotected override _renderer: Renderer2,\r\n\t\tprivate _adapter: ALuDateAdapter<D>,\r\n\t) {\r\n\t\tsuper(_changeDetectorRef, _overlay, _elementRef, _viewContainerRef, _renderer);\r\n\t\tthis.overlapInput = true;\r\n\t}\r\n\r\n\tvalidate(control: AbstractControl): ValidationErrors | null {\r\n\t\tconst d = control.value as D;\r\n\t\tif (!d) {\r\n\t\t\treturn null;\r\n\t\t}\r\n\t\tif (!this._adapter.isValid(d)) {\r\n\t\t\treturn { date: true };\r\n\t\t}\r\n\t\tif (!!this.min && this._adapter.isValid(this.min) && this._adapter.compare(this.min, d, ELuDateGranularity.day) > 0) {\r\n\t\t\treturn { min: true };\r\n\t\t}\r\n\t\tif (!!this.max && this._adapter.isValid(this.max) && this._adapter.compare(this.max, d, ELuDateGranularity.day) < 0) {\r\n\t\t\treturn { max: true };\r\n\t\t}\r\n\t\treturn null;\r\n\t}\r\n}\r\n","<div class=\"lu-select-placeholder\">{{ placeholder }}</div>\r\n<div class=\"lu-select-value\">\r\n\t<div class=\"lu-select-display-wrapper notranslate\">\r\n\t\t<ng-container #display></ng-container>\r\n\t</div>\r\n</div>\r\n<div class=\"lu-select-suffix\">\r\n\t<lu-input-clearer [class.u-displayNone]=\"hideClearer\" [attr.aria-hidden]=\"hideClearer\"></lu-input-clearer>\r\n</div>\r\n<ng-template luDisplayer let-value> {{ value | luDate: format }} </ng-template>\r\n<lu-date-picker [min]=\"min\" [max]=\"max\" [granularity]=\"granularity\" [startOn]=\"startOn\"></lu-date-picker>\r\n","import { NgModule } from '@angular/core';\r\nimport { LuDateSelectInputComponent } from './date-select-input.component';\r\n\r\n@NgModule({\r\n\timports: [LuDateSelectInputComponent],\r\n\texports: [LuDateSelectInputComponent],\r\n})\r\nexport class LuDateSelectInputModule {}\r\n","import { NgModule } from '@angular/core';\r\nimport { LuDateAdapterPipe } from './adapter/index';\r\nimport { LuCalendarInputComponent } from './calendar/index';\r\nimport { LuDateInputDirective } from './input/index';\r\nimport { LuDatePickerComponent } from './picker/index';\r\nimport { LuDateSelectInputComponent } from './select/index';\r\n\r\n@NgModule({\r\n\timports: [LuCalendarInputComponent, LuDatePickerComponent, LuDateInputDirective, LuDateAdapterPipe, LuDateSelectInputComponent],\r\n\texports: [LuCalendarInputComponent, LuDatePickerComponent, LuDateInputDirective, LuDateAdapterPipe, LuDateSelectInputComponent],\r\n})\r\nexport class LuDateModule {}\r\n","/*\r\n * Public API Surface of safe-content\r\n */\r\n\r\nexport * from './lib/index';\r\n","/**\n * Generated bundle index. Do not edit.\n */\n\nexport * from './public-api';\n"],"names":["i1.LuCalendarItemFactory","i2","i1"],"mappings":"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"}
|
|
@@ -0,0 +1,263 @@
|
|
|
1
|
+
import * as i0 from '@angular/core';
|
|
2
|
+
import { Injectable, forwardRef, Component, ChangeDetectionStrategy, Inject, Optional, SkipSelf, Self, Input, NgModule, InjectionToken } from '@angular/core';
|
|
3
|
+
import { ALuOnOpenSubscriber, getIntl } from '@lucca-front/ng/core';
|
|
4
|
+
import { ALuTreeOptionOperator, LuTreeOptionPickerAdvancedComponent, LuTreeOptionSearcherComponent, LuTreeOptionSelectAllComponent, LuTreeOptionItemComponent, LuForTreeOptionsDirective, LuTreeOptionPickerComponent } from '@lucca-front/ng/option';
|
|
5
|
+
import { Subject } from 'rxjs';
|
|
6
|
+
import { ALuApiService, LuApiV3Service } from '@lucca-front/ng/api';
|
|
7
|
+
import { map } from 'rxjs/operators';
|
|
8
|
+
import * as i1 from '@angular/common/http';
|
|
9
|
+
import { A11yModule } from '@angular/cdk/a11y';
|
|
10
|
+
import * as i1$1 from '@angular/cdk/overlay';
|
|
11
|
+
import { OverlayModule } from '@angular/cdk/overlay';
|
|
12
|
+
import * as i2 from '@angular/common';
|
|
13
|
+
import { CommonModule } from '@angular/common';
|
|
14
|
+
import { NG_VALUE_ACCESSOR } from '@angular/forms';
|
|
15
|
+
import { LuInputClearerComponent, LuInputDisplayerDirective } from '@lucca-front/ng/input';
|
|
16
|
+
import { ALuSelectInputComponent } from '@lucca-front/ng/select';
|
|
17
|
+
|
|
18
|
+
class ALuDepartmentService extends ALuApiService {
|
|
19
|
+
}
|
|
20
|
+
|
|
21
|
+
class LuDepartmentV3Service extends LuApiV3Service {
|
|
22
|
+
set appInstanceId(appInstanceId) {
|
|
23
|
+
if (appInstanceId) {
|
|
24
|
+
this._appInstanceId = appInstanceId;
|
|
25
|
+
}
|
|
26
|
+
}
|
|
27
|
+
set operations(operations) {
|
|
28
|
+
this._operations = operations;
|
|
29
|
+
}
|
|
30
|
+
constructor(_http) {
|
|
31
|
+
super(_http);
|
|
32
|
+
this._http = _http;
|
|
33
|
+
this._api = `/api/v3/departments`;
|
|
34
|
+
this._operations = [];
|
|
35
|
+
}
|
|
36
|
+
getTrees() {
|
|
37
|
+
let call;
|
|
38
|
+
if (this._appInstanceId && this._operations?.length) {
|
|
39
|
+
call = this._http.get(`/api/v3/departments/scopedtree?fields=id,name&${[`appInstanceId=${this._appInstanceId}`, `operations=${this._operations.join(',')}`, this._filters.join(',')].filter((f) => !!f).join('&')}`);
|
|
40
|
+
}
|
|
41
|
+
else {
|
|
42
|
+
call = this._http.get(`/api/v3/departments/tree?fields=id,name&${this._filters.join(',')}`);
|
|
43
|
+
}
|
|
44
|
+
return call.pipe(map((response) => {
|
|
45
|
+
const tree = response.data;
|
|
46
|
+
return tree?.children.map((c) => this.format(c)) ?? [];
|
|
47
|
+
}));
|
|
48
|
+
}
|
|
49
|
+
format(t) {
|
|
50
|
+
return { value: t.node, children: t.children.map((c) => this.format(c)) };
|
|
51
|
+
}
|
|
52
|
+
static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "16.0.0", ngImport: i0, type: LuDepartmentV3Service, deps: [{ token: i1.HttpClient }], target: i0.ɵɵFactoryTarget.Injectable }); }
|
|
53
|
+
static { this.ɵprov = i0.ɵɵngDeclareInjectable({ minVersion: "12.0.0", version: "16.0.0", ngImport: i0, type: LuDepartmentV3Service }); }
|
|
54
|
+
}
|
|
55
|
+
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "16.0.0", ngImport: i0, type: LuDepartmentV3Service, decorators: [{
|
|
56
|
+
type: Injectable
|
|
57
|
+
}], ctorParameters: function () { return [{ type: i1.HttpClient }]; } });
|
|
58
|
+
|
|
59
|
+
class LuDepartmentFeederComponent extends ALuTreeOptionOperator {
|
|
60
|
+
set appInstanceId(appInstanceId) {
|
|
61
|
+
this._service.appInstanceId = appInstanceId;
|
|
62
|
+
}
|
|
63
|
+
set operations(operations) {
|
|
64
|
+
this._service.operations = operations;
|
|
65
|
+
}
|
|
66
|
+
set filters(filters) {
|
|
67
|
+
this._service.filters = filters;
|
|
68
|
+
}
|
|
69
|
+
constructor(hostService, selfService) {
|
|
70
|
+
super();
|
|
71
|
+
this._out$ = new Subject();
|
|
72
|
+
this._service = hostService || selfService;
|
|
73
|
+
this.outOptions$ = this._out$.asObservable();
|
|
74
|
+
}
|
|
75
|
+
onOpen() {
|
|
76
|
+
this._service.getTrees().subscribe((trees) => this._out$.next(trees));
|
|
77
|
+
}
|
|
78
|
+
static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "16.0.0", ngImport: i0, type: LuDepartmentFeederComponent, deps: [{ token: ALuDepartmentService, optional: true, skipSelf: true }, { token: ALuDepartmentService, self: true }], target: i0.ɵɵFactoryTarget.Component }); }
|
|
79
|
+
static { this.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "16.0.0", type: LuDepartmentFeederComponent, isStandalone: true, selector: "lu-department-feeder", inputs: { appInstanceId: "appInstanceId", operations: "operations", filters: "filters" }, providers: [
|
|
80
|
+
{
|
|
81
|
+
provide: ALuTreeOptionOperator,
|
|
82
|
+
useExisting: forwardRef(() => LuDepartmentFeederComponent),
|
|
83
|
+
multi: true,
|
|
84
|
+
},
|
|
85
|
+
{
|
|
86
|
+
provide: ALuDepartmentService,
|
|
87
|
+
useClass: LuDepartmentV3Service,
|
|
88
|
+
},
|
|
89
|
+
{
|
|
90
|
+
provide: ALuOnOpenSubscriber,
|
|
91
|
+
useExisting: forwardRef(() => LuDepartmentFeederComponent),
|
|
92
|
+
multi: true,
|
|
93
|
+
},
|
|
94
|
+
], usesInheritance: true, ngImport: i0, template: '', isInline: true, changeDetection: i0.ChangeDetectionStrategy.OnPush }); }
|
|
95
|
+
}
|
|
96
|
+
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "16.0.0", ngImport: i0, type: LuDepartmentFeederComponent, decorators: [{
|
|
97
|
+
type: Component,
|
|
98
|
+
args: [{ selector: 'lu-department-feeder', template: '', changeDetection: ChangeDetectionStrategy.OnPush, standalone: true, providers: [
|
|
99
|
+
{
|
|
100
|
+
provide: ALuTreeOptionOperator,
|
|
101
|
+
useExisting: forwardRef(() => LuDepartmentFeederComponent),
|
|
102
|
+
multi: true,
|
|
103
|
+
},
|
|
104
|
+
{
|
|
105
|
+
provide: ALuDepartmentService,
|
|
106
|
+
useClass: LuDepartmentV3Service,
|
|
107
|
+
},
|
|
108
|
+
{
|
|
109
|
+
provide: ALuOnOpenSubscriber,
|
|
110
|
+
useExisting: forwardRef(() => LuDepartmentFeederComponent),
|
|
111
|
+
multi: true,
|
|
112
|
+
},
|
|
113
|
+
] }]
|
|
114
|
+
}], ctorParameters: function () { return [{ type: LuDepartmentV3Service, decorators: [{
|
|
115
|
+
type: Inject,
|
|
116
|
+
args: [ALuDepartmentService]
|
|
117
|
+
}, {
|
|
118
|
+
type: Optional
|
|
119
|
+
}, {
|
|
120
|
+
type: SkipSelf
|
|
121
|
+
}] }, { type: LuDepartmentV3Service, decorators: [{
|
|
122
|
+
type: Inject,
|
|
123
|
+
args: [ALuDepartmentService]
|
|
124
|
+
}, {
|
|
125
|
+
type: Self
|
|
126
|
+
}] }]; }, propDecorators: { appInstanceId: [{
|
|
127
|
+
type: Input
|
|
128
|
+
}], operations: [{
|
|
129
|
+
type: Input
|
|
130
|
+
}], filters: [{
|
|
131
|
+
type: Input
|
|
132
|
+
}] } });
|
|
133
|
+
|
|
134
|
+
class LuDepartmentFeederModule {
|
|
135
|
+
static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "16.0.0", ngImport: i0, type: LuDepartmentFeederModule, deps: [], target: i0.ɵɵFactoryTarget.NgModule }); }
|
|
136
|
+
static { this.ɵmod = i0.ɵɵngDeclareNgModule({ minVersion: "14.0.0", version: "16.0.0", ngImport: i0, type: LuDepartmentFeederModule, imports: [LuDepartmentFeederComponent], exports: [LuDepartmentFeederComponent] }); }
|
|
137
|
+
static { this.ɵinj = i0.ɵɵngDeclareInjector({ minVersion: "12.0.0", version: "16.0.0", ngImport: i0, type: LuDepartmentFeederModule }); }
|
|
138
|
+
}
|
|
139
|
+
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "16.0.0", ngImport: i0, type: LuDepartmentFeederModule, decorators: [{
|
|
140
|
+
type: NgModule,
|
|
141
|
+
args: [{
|
|
142
|
+
imports: [LuDepartmentFeederComponent],
|
|
143
|
+
exports: [LuDepartmentFeederComponent],
|
|
144
|
+
}]
|
|
145
|
+
}] });
|
|
146
|
+
|
|
147
|
+
const LU_DEPARTMENT_SELECT_INPUT_TRANSLATIONS = new InjectionToken('LuDepartmentSelectTranslations', {
|
|
148
|
+
factory: () => luDepartmentSelectInputTranslations,
|
|
149
|
+
});
|
|
150
|
+
const luDepartmentSelectInputTranslations = {
|
|
151
|
+
en: {
|
|
152
|
+
departments: 'departments',
|
|
153
|
+
},
|
|
154
|
+
fr: {
|
|
155
|
+
departments: 'départements',
|
|
156
|
+
},
|
|
157
|
+
es: {
|
|
158
|
+
departments: 'departamentos',
|
|
159
|
+
},
|
|
160
|
+
};
|
|
161
|
+
|
|
162
|
+
class LuDepartmentSelectInputComponent extends ALuSelectInputComponent {
|
|
163
|
+
constructor(_changeDetectorRef, _overlay, _elementRef, _viewContainerRef, _renderer) {
|
|
164
|
+
super(_changeDetectorRef, _overlay, _elementRef, _viewContainerRef, _renderer);
|
|
165
|
+
this._changeDetectorRef = _changeDetectorRef;
|
|
166
|
+
this._overlay = _overlay;
|
|
167
|
+
this._elementRef = _elementRef;
|
|
168
|
+
this._viewContainerRef = _viewContainerRef;
|
|
169
|
+
this._renderer = _renderer;
|
|
170
|
+
this.byId = (option1, option2) => option1 && option2 && option1.id === option2.id;
|
|
171
|
+
this.intl = getIntl(LU_DEPARTMENT_SELECT_INPUT_TRANSLATIONS);
|
|
172
|
+
}
|
|
173
|
+
searchFn(o, c) {
|
|
174
|
+
return o.name.toLowerCase().includes(c.toLowerCase());
|
|
175
|
+
}
|
|
176
|
+
static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "16.0.0", ngImport: i0, type: LuDepartmentSelectInputComponent, deps: [{ token: i0.ChangeDetectorRef }, { token: i1$1.Overlay }, { token: i0.ElementRef }, { token: i0.ViewContainerRef }, { token: i0.Renderer2 }], target: i0.ɵɵFactoryTarget.Component }); }
|
|
177
|
+
static { this.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "16.0.0", type: LuDepartmentSelectInputComponent, isStandalone: true, selector: "lu-department-select", inputs: { appInstanceId: "appInstanceId", operations: "operations", filters: "filters" }, providers: [
|
|
178
|
+
{
|
|
179
|
+
provide: NG_VALUE_ACCESSOR,
|
|
180
|
+
useExisting: forwardRef(() => LuDepartmentSelectInputComponent),
|
|
181
|
+
multi: true,
|
|
182
|
+
},
|
|
183
|
+
], usesInheritance: true, ngImport: i0, template: "<div class=\"lu-select-placeholder\">{{ placeholder }}</div>\r\n<div class=\"lu-select-value\">\r\n\t<div class=\"lu-select-display-wrapper\">\r\n\t\t<ng-container #display></ng-container>\r\n\t</div>\r\n</div>\r\n<div class=\"lu-select-suffix\">\r\n\t<lu-input-clearer></lu-input-clearer>\r\n</div>\r\n\r\n<ng-template luDisplayer [luDisplayerMultiple]=\"true\" let-values>\r\n\t<span *ngIf=\"multiple && values?.length > 1; else singleView\"\r\n\t\t><span class=\"chip mod-unkillable\">{{ values.length }}</span> {{ intl.departments }}</span\r\n\t>\r\n\t<ng-template #singleView>{{ (values[0] || values).name }}</ng-template>\r\n</ng-template>\r\n\r\n<lu-tree-option-picker-advanced [option-comparer]=\"byId\">\r\n\t<header class=\"lu-picker-header\" [class.mod-multiple]=\"multiple\">\r\n\t\t<lu-department-feeder [appInstanceId]=\"appInstanceId\" [operations]=\"operations\" [filters]=\"filters\"></lu-department-feeder>\r\n\t\t<lu-tree-option-searcher [searchFn]=\"searchFn\"></lu-tree-option-searcher>\r\n\t\t<lu-tree-option-select-all class=\"option-selector\"></lu-tree-option-select-all>\r\n\t</header>\r\n\t<!-- <lu-tree-option-pager></lu-tree-option-pager> -->\r\n\t<lu-tree-option *luForTreeOptions=\"let option\" [tree]=\"option\">\r\n\t\t<ng-container *luDisplayer=\"let value\">{{ value.name }}</ng-container>\r\n\t</lu-tree-option>\r\n</lu-tree-option-picker-advanced>\r\n", styles: [":root{--components-options-item-padding-vertical: var(--spacings-XS);--components-options-item-padding-horizontal: var(--spacings-XS);--components-options-item-multiple-padding: var(--spacings-L);--components-options-item-icon-color: var(--palettes-grey-800);--components-options-checkbox-left: .5rem;--components-options-checkbox-size: 1rem;--components-options-checkbox-color: var(--palettes-primary-700);--components-options-checkbox-border-radius: var(--commons-borderRadius-M);--components-options-checkbox-border-color: var(--palettes-grey-700);--components-options-establishment-multiple-padding: var(--spacings-M)}:host{--components-select-chip-background: var(--palettes-primary-700);--components-select-chip-text: var(--colors-white-color);--components-select-input-padding-horizontal: var(--spacings-XS);--components-select-input-padding-vertical: var(--spacings-XS);--components-select-framed-color: var(--palettes-grey-500);--components-select-framed-color50: var(--palettes-grey-50);--components-select-framed-see-through: var(--palettes-grey-50);--components-select-framed-text: var(--palettes-grey-800);--components-select-framed-placeholder: #cccccc;--components-select-framed-side-padding: var(--spacings-S);--components-select-framed-top-padding: var(--spacings-L);--components-select-framed-bottom-padding: var(--spacings-S);--components-select-framed-label-top-offset: var(--spacings-XS);cursor:pointer;outline:none;padding:0}:host:after{display:inline-block;vertical-align:text-bottom;font-style:normal;font-family:Lucca icons;color:var(--palettes-700, var(--palettes-primary-700));bottom:var(--components-select-input-padding-vertical);font-size:1.2rem;line-height:1.4rem;pointer-events:none;position:absolute;right:var(--components-select-input-padding-horizontal)}@supports (content: \"*\"/\"\"){:host:after{content:\"\\e97c\"/\"\"}}@supports not (content: \"*\"/\"\"){:host:after{content:\"\\e97c\"}}:host[disabled]{cursor:not-allowed;pointer-events:all}:host.is-disabled{cursor:not-allowed;pointer-events:all}.lu-select-display-wrapper{overflow:hidden;text-overflow:ellipsis;white-space:nowrap}.lu-select-value{line-height:var(--sizes-M-lineHeight);min-height:calc(var(--components-select-framed-bottom-padding) + var(--sizes-M-lineHeight));padding:var(--components-select-input-padding-vertical) 3rem var(--components-select-input-padding-vertical) var(--components-select-input-padding-horizontal);transition:all var(--commons-animations-durations-standard);display:none}.lu-select-placeholder{color:var(--palettes-400, var(--palettes-primary-400));line-height:var(--sizes-M-lineHeight);min-height:calc(var(--components-select-framed-bottom-padding) + var(--sizes-M-lineHeight));padding:var(--components-select-input-padding-vertical) 3rem var(--components-select-input-padding-vertical) var(--components-select-input-padding-horizontal);transition:all var(--commons-animations-durations-standard);overflow:hidden;text-overflow:ellipsis;white-space:nowrap}.lu-select-suffix{position:absolute;bottom:var(--spacings-XS);right:1.6rem}::ng-deep .lu-select-value .label{padding:var(--spacings-XXS) var(--spacings-XS);margin-left:0}::ng-deep .lu-select-value .chip{background-color:var(--components-select-chip-background);color:var(--components-select-chip-text);vertical-align:baseline;max-width:100%;height:var(--sizes-M-lineHeight);line-height:var(--sizes-M-lineHeight);padding:0 var(--spacings-XS);margin:0 var(--spacings-XXS) var(--spacings-XXS) 0;text-overflow:ellipsis;overflow:hidden;vertical-align:top;white-space:nowrap}:host-context(.textfield.mod-S) .lu-select-value,:host-context(.textfield.mod-S) .lu-select-placeholder{font-size:var(--sizes-S-fontSize);line-height:var(--sizes-XS-lineHeight);min-height:calc(var(--components-select-framed-bottom-padding) + var(--sizes-XS-lineHeight))}:host-context(.textfield.mod-S):after{line-height:var(--sizes-XS-lineHeight)}:host-context(.textfield.mod-S) .lu-select-suffix{bottom:var(--spacings-XXS)}:host-context(.textfield.mod-S) ::ng-deep .lu-select-value .label{font-size:var(--sizes-S-fontSize);line-height:var(--sizes-S-lineHeight);font-weight:600;margin:0;padding:0;background-color:transparent}:host-context(.textfield.mod-S) ::ng-deep .lu-select-value .chip{height:var(--sizes-XS-lineHeight);line-height:var(--sizes-XS-lineHeight);font-size:var(--sizes-XS-fontSize)}:host-context(.textfield.mod-framed).textfield-input,:host-context(.form.mod-framed).textfield-input{padding:var(--components-select-framed-top-padding) 0 0}:host-context(.textfield.mod-framed).textfield-input:after,:host-context(.form.mod-framed).textfield-input:after{color:var(--palettes-grey-500);bottom:var(--components-select-framed-bottom-padding);right:var(--spacings-XS)}:host-context(.textfield.mod-framed).textfield-input .lu-select-value,:host-context(.form.mod-framed).textfield-input .lu-select-value{padding:0 calc(var(--components-select-framed-side-padding) * 3) var(--components-select-framed-bottom-padding) var(--components-select-framed-side-padding)}:host-context(.textfield.mod-framed).textfield-input .lu-select-placeholder,:host-context(.form.mod-framed).textfield-input .lu-select-placeholder{color:var(--palettes-grey-400);padding:0 calc(var(--components-select-framed-side-padding) * 3) var(--components-select-framed-bottom-padding) var(--components-select-framed-side-padding)}:host-context(.textfield.mod-framed).textfield-input .lu-select-suffix,:host-context(.form.mod-framed).textfield-input .lu-select-suffix{bottom:var(--components-select-framed-bottom-padding);right:1.7rem}:host-context(.textfield.mod-filter) .lu-select-value,:host-context(.textfield.mod-filter) .lu-select-placeholder{padding:0;height:auto;padding-top:var(--spacings-S);color:var(--palettes-grey-800)}:host-context(.textfield.mod-filter) .lu-select-suffix{bottom:.4rem}:host-context(.textfield.mod-material):after{color:var(--palettes-grey-500);bottom:.6rem;right:0}:host-context(.textfield.mod-material) .lu-select-value,:host-context(.textfield.mod-material) .lu-select-placeholder{padding-left:0;padding-right:.8rem}:host-context(.textfield.mod-material) .lu-select-suffix{right:calc(2 * var(--components-select-input-padding-horizontal))}:host-context(.textfield.mod-material).is-select .lu-select-placeholder{display:none}:host-context(.textfield.mod-material).mod-search:after{bottom:0}:host-context(.textfield.mod-material).mod-search .lu-select-suffix{right:calc(2.75 * var(--components-select-input-padding-horizontal))}:host-context(.textfield.mod-material .textfield-input.is-focused) .lu-select-placeholder{display:none}:host(.mod-multiple) .lu-select-value{height:auto;align-items:center}:host(.mod-multiple) .lu-select-display-wrapper{overflow:hidden;white-space:normal;margin-bottom:calc(var(--spacings-XXS) * -1)}:host-context(.textfield.mod-outlined).textfield-input:after{color:var(--palettes-grey-600)}:host-context(.textfield.mod-outlined).textfield-input .lu-select-placeholder{color:var(--palettes-grey-400)}:host-context(.textfield.mod-outlined) :host-context(.textfield-input.is-error):after{color:var(--palettes-error-600)}:host-context(.textfield.mod-outlined) :host-context(.textfield-input.is-error) .lu-select-placeholder{color:var(--palettes-error-400)}:host-context(.textfield-input.is-filled) .lu-select-placeholder{display:none}:host-context(.textfield-input.is-filled) .lu-select-value{display:flex;align-items:flex-start}:host-context(.textfield-input.is-clearable) .lu-select-value{padding-right:3rem}:host-context(.textfield-input.is-error):after{color:var(--palettes-error-700)}:host-context(.textfield-input.is-error) .lu-select-placeholder{color:var(--palettes-error-400)}:host-context(.textfield-input.is-disabled,.textfield-input[disabled]):after{color:var(--commons-disabled-color)}:host-context(.textfield-input.is-disabled,.textfield-input[disabled]) .lu-select-placeholder{color:var(--commons-disabled-placeholder)}.lu-select-value{padding-right:3rem}.lu-picker-header .option-selector{display:none}.lu-picker-header.mod-multiple .option-selector{display:inherit;padding:var(--spacings-XS)}\n"], dependencies: [{ kind: "ngmodule", type: CommonModule }, { kind: "directive", type: i2.NgIf, selector: "[ngIf]", inputs: ["ngIf", "ngIfThen", "ngIfElse"] }, { kind: "ngmodule", type: OverlayModule }, { kind: "ngmodule", type: A11yModule }, { kind: "component", type: LuInputClearerComponent, selector: "lu-input-clearer", outputs: ["onClear"], exportAs: ["luClearer"] }, { kind: "component", type: LuTreeOptionPickerAdvancedComponent, selector: "lu-tree-option-picker-advanced", exportAs: ["LuOptionPicker"] }, { kind: "component", type: LuDepartmentFeederComponent, selector: "lu-department-feeder", inputs: ["appInstanceId", "operations", "filters"] }, { kind: "component", type: LuTreeOptionSearcherComponent, selector: "lu-tree-option-searcher", inputs: ["searchFn"] }, { kind: "component", type: LuTreeOptionSelectAllComponent, selector: "lu-tree-option-select-all" }, { kind: "component", type: LuTreeOptionItemComponent, selector: "lu-tree-option", inputs: ["tree", "selected", "highlighted"], outputs: ["onSelect", "onSelectSelf", "onSelectChildren"] }, { kind: "directive", type: LuForTreeOptionsDirective, selector: "[luForTreeOptions]" }, { kind: "directive", type: LuInputDisplayerDirective, selector: "[luDisplayer]", inputs: ["luDisplayerMultiple", "multiple"] }], changeDetection: i0.ChangeDetectionStrategy.OnPush }); }
|
|
184
|
+
}
|
|
185
|
+
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "16.0.0", ngImport: i0, type: LuDepartmentSelectInputComponent, decorators: [{
|
|
186
|
+
type: Component,
|
|
187
|
+
args: [{ selector: 'lu-department-select', changeDetection: ChangeDetectionStrategy.OnPush, standalone: true, imports: [
|
|
188
|
+
CommonModule,
|
|
189
|
+
OverlayModule,
|
|
190
|
+
A11yModule,
|
|
191
|
+
LuInputClearerComponent,
|
|
192
|
+
LuTreeOptionPickerComponent,
|
|
193
|
+
LuTreeOptionPickerAdvancedComponent,
|
|
194
|
+
LuDepartmentFeederComponent,
|
|
195
|
+
LuTreeOptionSearcherComponent,
|
|
196
|
+
LuTreeOptionSelectAllComponent,
|
|
197
|
+
LuTreeOptionItemComponent,
|
|
198
|
+
LuForTreeOptionsDirective,
|
|
199
|
+
LuInputDisplayerDirective,
|
|
200
|
+
], providers: [
|
|
201
|
+
{
|
|
202
|
+
provide: NG_VALUE_ACCESSOR,
|
|
203
|
+
useExisting: forwardRef(() => LuDepartmentSelectInputComponent),
|
|
204
|
+
multi: true,
|
|
205
|
+
},
|
|
206
|
+
], template: "<div class=\"lu-select-placeholder\">{{ placeholder }}</div>\r\n<div class=\"lu-select-value\">\r\n\t<div class=\"lu-select-display-wrapper\">\r\n\t\t<ng-container #display></ng-container>\r\n\t</div>\r\n</div>\r\n<div class=\"lu-select-suffix\">\r\n\t<lu-input-clearer></lu-input-clearer>\r\n</div>\r\n\r\n<ng-template luDisplayer [luDisplayerMultiple]=\"true\" let-values>\r\n\t<span *ngIf=\"multiple && values?.length > 1; else singleView\"\r\n\t\t><span class=\"chip mod-unkillable\">{{ values.length }}</span> {{ intl.departments }}</span\r\n\t>\r\n\t<ng-template #singleView>{{ (values[0] || values).name }}</ng-template>\r\n</ng-template>\r\n\r\n<lu-tree-option-picker-advanced [option-comparer]=\"byId\">\r\n\t<header class=\"lu-picker-header\" [class.mod-multiple]=\"multiple\">\r\n\t\t<lu-department-feeder [appInstanceId]=\"appInstanceId\" [operations]=\"operations\" [filters]=\"filters\"></lu-department-feeder>\r\n\t\t<lu-tree-option-searcher [searchFn]=\"searchFn\"></lu-tree-option-searcher>\r\n\t\t<lu-tree-option-select-all class=\"option-selector\"></lu-tree-option-select-all>\r\n\t</header>\r\n\t<!-- <lu-tree-option-pager></lu-tree-option-pager> -->\r\n\t<lu-tree-option *luForTreeOptions=\"let option\" [tree]=\"option\">\r\n\t\t<ng-container *luDisplayer=\"let value\">{{ value.name }}</ng-container>\r\n\t</lu-tree-option>\r\n</lu-tree-option-picker-advanced>\r\n", styles: [":root{--components-options-item-padding-vertical: var(--spacings-XS);--components-options-item-padding-horizontal: var(--spacings-XS);--components-options-item-multiple-padding: var(--spacings-L);--components-options-item-icon-color: var(--palettes-grey-800);--components-options-checkbox-left: .5rem;--components-options-checkbox-size: 1rem;--components-options-checkbox-color: var(--palettes-primary-700);--components-options-checkbox-border-radius: var(--commons-borderRadius-M);--components-options-checkbox-border-color: var(--palettes-grey-700);--components-options-establishment-multiple-padding: var(--spacings-M)}:host{--components-select-chip-background: var(--palettes-primary-700);--components-select-chip-text: var(--colors-white-color);--components-select-input-padding-horizontal: var(--spacings-XS);--components-select-input-padding-vertical: var(--spacings-XS);--components-select-framed-color: var(--palettes-grey-500);--components-select-framed-color50: var(--palettes-grey-50);--components-select-framed-see-through: var(--palettes-grey-50);--components-select-framed-text: var(--palettes-grey-800);--components-select-framed-placeholder: #cccccc;--components-select-framed-side-padding: var(--spacings-S);--components-select-framed-top-padding: var(--spacings-L);--components-select-framed-bottom-padding: var(--spacings-S);--components-select-framed-label-top-offset: var(--spacings-XS);cursor:pointer;outline:none;padding:0}:host:after{display:inline-block;vertical-align:text-bottom;font-style:normal;font-family:Lucca icons;color:var(--palettes-700, var(--palettes-primary-700));bottom:var(--components-select-input-padding-vertical);font-size:1.2rem;line-height:1.4rem;pointer-events:none;position:absolute;right:var(--components-select-input-padding-horizontal)}@supports (content: \"*\"/\"\"){:host:after{content:\"\\e97c\"/\"\"}}@supports not (content: \"*\"/\"\"){:host:after{content:\"\\e97c\"}}:host[disabled]{cursor:not-allowed;pointer-events:all}:host.is-disabled{cursor:not-allowed;pointer-events:all}.lu-select-display-wrapper{overflow:hidden;text-overflow:ellipsis;white-space:nowrap}.lu-select-value{line-height:var(--sizes-M-lineHeight);min-height:calc(var(--components-select-framed-bottom-padding) + var(--sizes-M-lineHeight));padding:var(--components-select-input-padding-vertical) 3rem var(--components-select-input-padding-vertical) var(--components-select-input-padding-horizontal);transition:all var(--commons-animations-durations-standard);display:none}.lu-select-placeholder{color:var(--palettes-400, var(--palettes-primary-400));line-height:var(--sizes-M-lineHeight);min-height:calc(var(--components-select-framed-bottom-padding) + var(--sizes-M-lineHeight));padding:var(--components-select-input-padding-vertical) 3rem var(--components-select-input-padding-vertical) var(--components-select-input-padding-horizontal);transition:all var(--commons-animations-durations-standard);overflow:hidden;text-overflow:ellipsis;white-space:nowrap}.lu-select-suffix{position:absolute;bottom:var(--spacings-XS);right:1.6rem}::ng-deep .lu-select-value .label{padding:var(--spacings-XXS) var(--spacings-XS);margin-left:0}::ng-deep .lu-select-value .chip{background-color:var(--components-select-chip-background);color:var(--components-select-chip-text);vertical-align:baseline;max-width:100%;height:var(--sizes-M-lineHeight);line-height:var(--sizes-M-lineHeight);padding:0 var(--spacings-XS);margin:0 var(--spacings-XXS) var(--spacings-XXS) 0;text-overflow:ellipsis;overflow:hidden;vertical-align:top;white-space:nowrap}:host-context(.textfield.mod-S) .lu-select-value,:host-context(.textfield.mod-S) .lu-select-placeholder{font-size:var(--sizes-S-fontSize);line-height:var(--sizes-XS-lineHeight);min-height:calc(var(--components-select-framed-bottom-padding) + var(--sizes-XS-lineHeight))}:host-context(.textfield.mod-S):after{line-height:var(--sizes-XS-lineHeight)}:host-context(.textfield.mod-S) .lu-select-suffix{bottom:var(--spacings-XXS)}:host-context(.textfield.mod-S) ::ng-deep .lu-select-value .label{font-size:var(--sizes-S-fontSize);line-height:var(--sizes-S-lineHeight);font-weight:600;margin:0;padding:0;background-color:transparent}:host-context(.textfield.mod-S) ::ng-deep .lu-select-value .chip{height:var(--sizes-XS-lineHeight);line-height:var(--sizes-XS-lineHeight);font-size:var(--sizes-XS-fontSize)}:host-context(.textfield.mod-framed).textfield-input,:host-context(.form.mod-framed).textfield-input{padding:var(--components-select-framed-top-padding) 0 0}:host-context(.textfield.mod-framed).textfield-input:after,:host-context(.form.mod-framed).textfield-input:after{color:var(--palettes-grey-500);bottom:var(--components-select-framed-bottom-padding);right:var(--spacings-XS)}:host-context(.textfield.mod-framed).textfield-input .lu-select-value,:host-context(.form.mod-framed).textfield-input .lu-select-value{padding:0 calc(var(--components-select-framed-side-padding) * 3) var(--components-select-framed-bottom-padding) var(--components-select-framed-side-padding)}:host-context(.textfield.mod-framed).textfield-input .lu-select-placeholder,:host-context(.form.mod-framed).textfield-input .lu-select-placeholder{color:var(--palettes-grey-400);padding:0 calc(var(--components-select-framed-side-padding) * 3) var(--components-select-framed-bottom-padding) var(--components-select-framed-side-padding)}:host-context(.textfield.mod-framed).textfield-input .lu-select-suffix,:host-context(.form.mod-framed).textfield-input .lu-select-suffix{bottom:var(--components-select-framed-bottom-padding);right:1.7rem}:host-context(.textfield.mod-filter) .lu-select-value,:host-context(.textfield.mod-filter) .lu-select-placeholder{padding:0;height:auto;padding-top:var(--spacings-S);color:var(--palettes-grey-800)}:host-context(.textfield.mod-filter) .lu-select-suffix{bottom:.4rem}:host-context(.textfield.mod-material):after{color:var(--palettes-grey-500);bottom:.6rem;right:0}:host-context(.textfield.mod-material) .lu-select-value,:host-context(.textfield.mod-material) .lu-select-placeholder{padding-left:0;padding-right:.8rem}:host-context(.textfield.mod-material) .lu-select-suffix{right:calc(2 * var(--components-select-input-padding-horizontal))}:host-context(.textfield.mod-material).is-select .lu-select-placeholder{display:none}:host-context(.textfield.mod-material).mod-search:after{bottom:0}:host-context(.textfield.mod-material).mod-search .lu-select-suffix{right:calc(2.75 * var(--components-select-input-padding-horizontal))}:host-context(.textfield.mod-material .textfield-input.is-focused) .lu-select-placeholder{display:none}:host(.mod-multiple) .lu-select-value{height:auto;align-items:center}:host(.mod-multiple) .lu-select-display-wrapper{overflow:hidden;white-space:normal;margin-bottom:calc(var(--spacings-XXS) * -1)}:host-context(.textfield.mod-outlined).textfield-input:after{color:var(--palettes-grey-600)}:host-context(.textfield.mod-outlined).textfield-input .lu-select-placeholder{color:var(--palettes-grey-400)}:host-context(.textfield.mod-outlined) :host-context(.textfield-input.is-error):after{color:var(--palettes-error-600)}:host-context(.textfield.mod-outlined) :host-context(.textfield-input.is-error) .lu-select-placeholder{color:var(--palettes-error-400)}:host-context(.textfield-input.is-filled) .lu-select-placeholder{display:none}:host-context(.textfield-input.is-filled) .lu-select-value{display:flex;align-items:flex-start}:host-context(.textfield-input.is-clearable) .lu-select-value{padding-right:3rem}:host-context(.textfield-input.is-error):after{color:var(--palettes-error-700)}:host-context(.textfield-input.is-error) .lu-select-placeholder{color:var(--palettes-error-400)}:host-context(.textfield-input.is-disabled,.textfield-input[disabled]):after{color:var(--commons-disabled-color)}:host-context(.textfield-input.is-disabled,.textfield-input[disabled]) .lu-select-placeholder{color:var(--commons-disabled-placeholder)}.lu-select-value{padding-right:3rem}.lu-picker-header .option-selector{display:none}.lu-picker-header.mod-multiple .option-selector{display:inherit;padding:var(--spacings-XS)}\n"] }]
|
|
207
|
+
}], ctorParameters: function () { return [{ type: i0.ChangeDetectorRef }, { type: i1$1.Overlay }, { type: i0.ElementRef }, { type: i0.ViewContainerRef }, { type: i0.Renderer2 }]; }, propDecorators: { appInstanceId: [{
|
|
208
|
+
type: Input
|
|
209
|
+
}], operations: [{
|
|
210
|
+
type: Input
|
|
211
|
+
}], filters: [{
|
|
212
|
+
type: Input
|
|
213
|
+
}] } });
|
|
214
|
+
|
|
215
|
+
class LuDepartmentSelectInputModule {
|
|
216
|
+
static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "16.0.0", ngImport: i0, type: LuDepartmentSelectInputModule, deps: [], target: i0.ɵɵFactoryTarget.NgModule }); }
|
|
217
|
+
static { this.ɵmod = i0.ɵɵngDeclareNgModule({ minVersion: "14.0.0", version: "16.0.0", ngImport: i0, type: LuDepartmentSelectInputModule, imports: [LuDepartmentSelectInputComponent], exports: [LuDepartmentSelectInputComponent] }); }
|
|
218
|
+
static { this.ɵinj = i0.ɵɵngDeclareInjector({ minVersion: "12.0.0", version: "16.0.0", ngImport: i0, type: LuDepartmentSelectInputModule, imports: [LuDepartmentSelectInputComponent] }); }
|
|
219
|
+
}
|
|
220
|
+
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "16.0.0", ngImport: i0, type: LuDepartmentSelectInputModule, decorators: [{
|
|
221
|
+
type: NgModule,
|
|
222
|
+
args: [{
|
|
223
|
+
imports: [LuDepartmentSelectInputComponent],
|
|
224
|
+
exports: [LuDepartmentSelectInputComponent],
|
|
225
|
+
}]
|
|
226
|
+
}] });
|
|
227
|
+
|
|
228
|
+
class LuDepartmentSelectModule {
|
|
229
|
+
static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "16.0.0", ngImport: i0, type: LuDepartmentSelectModule, deps: [], target: i0.ɵɵFactoryTarget.NgModule }); }
|
|
230
|
+
static { this.ɵmod = i0.ɵɵngDeclareNgModule({ minVersion: "14.0.0", version: "16.0.0", ngImport: i0, type: LuDepartmentSelectModule, imports: [LuDepartmentFeederComponent, LuDepartmentSelectInputComponent], exports: [LuDepartmentFeederComponent, LuDepartmentSelectInputComponent] }); }
|
|
231
|
+
static { this.ɵinj = i0.ɵɵngDeclareInjector({ minVersion: "12.0.0", version: "16.0.0", ngImport: i0, type: LuDepartmentSelectModule, imports: [LuDepartmentSelectInputComponent] }); }
|
|
232
|
+
}
|
|
233
|
+
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "16.0.0", ngImport: i0, type: LuDepartmentSelectModule, decorators: [{
|
|
234
|
+
type: NgModule,
|
|
235
|
+
args: [{
|
|
236
|
+
imports: [LuDepartmentFeederComponent, LuDepartmentSelectInputComponent],
|
|
237
|
+
exports: [LuDepartmentFeederComponent, LuDepartmentSelectInputComponent],
|
|
238
|
+
}]
|
|
239
|
+
}] });
|
|
240
|
+
|
|
241
|
+
class LuDepartmentModule {
|
|
242
|
+
static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "16.0.0", ngImport: i0, type: LuDepartmentModule, deps: [], target: i0.ɵɵFactoryTarget.NgModule }); }
|
|
243
|
+
static { this.ɵmod = i0.ɵɵngDeclareNgModule({ minVersion: "14.0.0", version: "16.0.0", ngImport: i0, type: LuDepartmentModule, imports: [LuDepartmentSelectModule], exports: [LuDepartmentSelectModule] }); }
|
|
244
|
+
static { this.ɵinj = i0.ɵɵngDeclareInjector({ minVersion: "12.0.0", version: "16.0.0", ngImport: i0, type: LuDepartmentModule, imports: [LuDepartmentSelectModule, LuDepartmentSelectModule] }); }
|
|
245
|
+
}
|
|
246
|
+
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "16.0.0", ngImport: i0, type: LuDepartmentModule, decorators: [{
|
|
247
|
+
type: NgModule,
|
|
248
|
+
args: [{
|
|
249
|
+
imports: [LuDepartmentSelectModule],
|
|
250
|
+
exports: [LuDepartmentSelectModule],
|
|
251
|
+
}]
|
|
252
|
+
}] });
|
|
253
|
+
|
|
254
|
+
/*
|
|
255
|
+
* Public API Surface of safe-content
|
|
256
|
+
*/
|
|
257
|
+
|
|
258
|
+
/**
|
|
259
|
+
* Generated bundle index. Do not edit.
|
|
260
|
+
*/
|
|
261
|
+
|
|
262
|
+
export { ALuDepartmentService, LU_DEPARTMENT_SELECT_INPUT_TRANSLATIONS, LuDepartmentFeederComponent, LuDepartmentFeederModule, LuDepartmentModule, LuDepartmentSelectInputComponent, LuDepartmentSelectInputModule, LuDepartmentSelectModule, LuDepartmentV3Service, luDepartmentSelectInputTranslations };
|
|
263
|
+
//# sourceMappingURL=lucca-front-ng-department.mjs.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"lucca-front-ng-department.mjs","sources":["../../../packages/ng/department/src/lib/service/department-service.model.ts","../../../packages/ng/department/src/lib/service/department-v3.service.ts","../../../packages/ng/department/src/lib/select/feeder/department-feeder.component.ts","../../../packages/ng/department/src/lib/select/feeder/department-feeder.module.ts","../../../packages/ng/department/src/lib/select/input/department-select-input.translate.ts","../../../packages/ng/department/src/lib/select/input/department-select-input.component.ts","../../../packages/ng/department/src/lib/select/input/department-select-input.component.html","../../../packages/ng/department/src/lib/select/input/department-select-input.module.ts","../../../packages/ng/department/src/lib/select/department-select.module.ts","../../../packages/ng/department/src/lib/department.module.ts","../../../packages/ng/department/src/public-api.ts","../../../packages/ng/department/src/lucca-front-ng-department.ts"],"sourcesContent":["import { ILuTree } from '@lucca-front/ng/core';\r\nimport { ILuDepartment } from '../department.model';\r\nimport { Observable } from 'rxjs';\r\nimport { ILuApiService, ALuApiService } from '@lucca-front/ng/api';\r\n\r\nexport interface ILuDepartmentService<D extends ILuDepartment = ILuDepartment> extends ILuApiService<D> {\r\n\tgetTrees(): Observable<ILuTree<D>[]>;\r\n}\r\nexport abstract class ALuDepartmentService<D extends ILuDepartment = ILuDepartment> extends ALuApiService<D> implements ILuDepartmentService<D> {\r\n\tabstract getTrees(): Observable<ILuTree<D>[]>;\r\n}\r\n","import { HttpClient } from '@angular/common/http';\r\nimport { Injectable } from '@angular/core';\r\nimport { ILuApiResponse, LuApiV3Service } from '@lucca-front/ng/api';\r\nimport { ILuTree } from '@lucca-front/ng/core';\r\nimport { Observable } from 'rxjs';\r\nimport { map } from 'rxjs/operators';\r\nimport { ILuDepartment } from '../department.model';\r\nimport { ILuDepartmentService } from './department-service.model';\r\n\r\nexport interface IApiDepartment {\r\n\tnode: ILuDepartment;\r\n\tchildren: IApiDepartment[];\r\n}\r\n\r\n@Injectable()\r\nexport class LuDepartmentV3Service extends LuApiV3Service<ILuDepartment> implements ILuDepartmentService<ILuDepartment> {\r\n\tprotected override _api = `/api/v3/departments`;\r\n\tprotected _appInstanceId: number | string;\r\n\tset appInstanceId(appInstanceId: number | string) {\r\n\t\tif (appInstanceId) {\r\n\t\t\tthis._appInstanceId = appInstanceId;\r\n\t\t}\r\n\t}\r\n\tprotected _operations: number[] = [];\r\n\tset operations(operations: number[]) {\r\n\t\tthis._operations = operations;\r\n\t}\r\n\r\n\tconstructor(protected override _http: HttpClient) {\r\n\t\tsuper(_http);\r\n\t}\r\n\r\n\tgetTrees() {\r\n\t\tlet call: Observable<ILuApiResponse<IApiDepartment>>;\r\n\t\tif (this._appInstanceId && this._operations?.length) {\r\n\t\t\tcall = this._http.get<ILuApiResponse<IApiDepartment>>(\r\n\t\t\t\t`/api/v3/departments/scopedtree?fields=id,name&${[`appInstanceId=${this._appInstanceId}`, `operations=${this._operations.join(',')}`, this._filters.join(',')].filter((f) => !!f).join('&')}`,\r\n\t\t\t);\r\n\t\t} else {\r\n\t\t\tcall = this._http.get<ILuApiResponse<IApiDepartment>>(`/api/v3/departments/tree?fields=id,name&${this._filters.join(',')}`);\r\n\t\t}\r\n\t\treturn call.pipe(\r\n\t\t\tmap((response: ILuApiResponse<IApiDepartment>): ILuTree<ILuDepartment>[] => {\r\n\t\t\t\tconst tree = response.data;\r\n\t\t\t\treturn tree?.children.map((c) => this.format(c)) ?? [];\r\n\t\t\t}),\r\n\t\t);\r\n\t}\r\n\r\n\tprivate format(t: IApiDepartment): ILuTree<ILuDepartment> {\r\n\t\treturn { value: t.node, children: t.children.map((c) => this.format(c)) };\r\n\t}\r\n}\r\n","import { ChangeDetectionStrategy, Component, forwardRef, Inject, Input, Optional, Self, SkipSelf } from '@angular/core';\r\nimport { ALuOnOpenSubscriber, ILuOnOpenSubscriber, ILuTree } from '@lucca-front/ng/core';\r\nimport { ALuTreeOptionOperator, ILuTreeOptionOperator } from '@lucca-front/ng/option';\r\nimport { Observable, Subject } from 'rxjs';\r\nimport { ILuDepartment } from '../../department.model';\r\nimport { ALuDepartmentService, LuDepartmentV3Service } from '../../service/index';\r\n\r\n@Component({\r\n\tselector: 'lu-department-feeder',\r\n\ttemplate: '',\r\n\tstyleUrls: [],\r\n\tchangeDetection: ChangeDetectionStrategy.OnPush,\r\n\tstandalone: true,\r\n\tproviders: [\r\n\t\t{\r\n\t\t\tprovide: ALuTreeOptionOperator,\r\n\t\t\tuseExisting: forwardRef(() => LuDepartmentFeederComponent),\r\n\t\t\tmulti: true,\r\n\t\t},\r\n\t\t{\r\n\t\t\tprovide: ALuDepartmentService,\r\n\t\t\tuseClass: LuDepartmentV3Service,\r\n\t\t},\r\n\t\t{\r\n\t\t\tprovide: ALuOnOpenSubscriber,\r\n\t\t\tuseExisting: forwardRef(() => LuDepartmentFeederComponent),\r\n\t\t\tmulti: true,\r\n\t\t},\r\n\t],\r\n})\r\nexport class LuDepartmentFeederComponent extends ALuTreeOptionOperator<ILuDepartment> implements ILuTreeOptionOperator<ILuDepartment>, ILuOnOpenSubscriber {\r\n\tinOptions$: Observable<ILuTree<ILuDepartment>[]>;\r\n\toutOptions$: Observable<ILuTree<ILuDepartment>[]>;\r\n\tprotected _out$ = new Subject<ILuTree<ILuDepartment>[]>();\r\n\tprotected _service: LuDepartmentV3Service;\r\n\t@Input() set appInstanceId(appInstanceId: number | string) {\r\n\t\tthis._service.appInstanceId = appInstanceId;\r\n\t}\r\n\t@Input() set operations(operations: number[]) {\r\n\t\tthis._service.operations = operations;\r\n\t}\r\n\r\n\t@Input() set filters(filters: string[]) {\r\n\t\tthis._service.filters = filters;\r\n\t}\r\n\r\n\tconstructor(\r\n\t\t@Inject(ALuDepartmentService)\r\n\t\t@Optional()\r\n\t\t@SkipSelf()\r\n\t\thostService: LuDepartmentV3Service,\r\n\t\t@Inject(ALuDepartmentService) @Self() selfService: LuDepartmentV3Service,\r\n\t) {\r\n\t\tsuper();\r\n\t\tthis._service = hostService || selfService;\r\n\t\tthis.outOptions$ = this._out$.asObservable();\r\n\t}\r\n\tonOpen() {\r\n\t\tthis._service.getTrees().subscribe((trees) => this._out$.next(trees));\r\n\t}\r\n}\r\n","import { NgModule } from '@angular/core';\r\nimport { LuDepartmentFeederComponent } from './department-feeder.component';\r\n\r\n@NgModule({\r\n\timports: [LuDepartmentFeederComponent],\r\n\texports: [LuDepartmentFeederComponent],\r\n})\r\nexport class LuDepartmentFeederModule {}\r\n","import { InjectionToken } from '@angular/core';\r\nimport { ILuTranslation } from '@lucca-front/ng/core';\r\n\r\nexport const LU_DEPARTMENT_SELECT_INPUT_TRANSLATIONS = new InjectionToken('LuDepartmentSelectTranslations', {\r\n\tfactory: () => luDepartmentSelectInputTranslations,\r\n});\r\n\r\nexport interface ILuDepartmentSelectInputLabel {\r\n\tdepartments: string;\r\n}\r\n\r\nexport const luDepartmentSelectInputTranslations: ILuTranslation<ILuDepartmentSelectInputLabel> = {\r\n\ten: {\r\n\t\tdepartments: 'departments',\r\n\t},\r\n\tfr: {\r\n\t\tdepartments: 'départements',\r\n\t},\r\n\tes: {\r\n\t\tdepartments: 'departamentos',\r\n\t},\r\n};\r\n","import { A11yModule } from '@angular/cdk/a11y';\r\nimport { Overlay, OverlayModule } from '@angular/cdk/overlay';\r\nimport { CommonModule } from '@angular/common';\r\nimport { AfterViewInit, ChangeDetectionStrategy, ChangeDetectorRef, Component, ElementRef, forwardRef, Input, Renderer2, ViewContainerRef } from '@angular/core';\r\nimport { ControlValueAccessor, NG_VALUE_ACCESSOR } from '@angular/forms';\r\nimport { getIntl } from '@lucca-front/ng/core';\r\nimport { LuInputClearerComponent, LuInputDisplayerDirective } from '@lucca-front/ng/input';\r\nimport {\r\n\tILuTreeOptionPickerPanel,\r\n\tLuForTreeOptionsDirective,\r\n\tLuOptionComparer,\r\n\tLuTreeOptionItemComponent,\r\n\tLuTreeOptionPickerAdvancedComponent,\r\n\tLuTreeOptionPickerComponent,\r\n\tLuTreeOptionSearcherComponent,\r\n\tLuTreeOptionSelectAllComponent,\r\n} from '@lucca-front/ng/option';\r\nimport { ILuInputWithPicker } from '@lucca-front/ng/picker';\r\nimport { ALuSelectInputComponent } from '@lucca-front/ng/select';\r\nimport { LuDepartmentFeederComponent } from '../feeder';\r\nimport { LU_DEPARTMENT_SELECT_INPUT_TRANSLATIONS } from './department-select-input.translate';\r\n\r\n@Component({\r\n\tselector: 'lu-department-select',\r\n\ttemplateUrl: './department-select-input.component.html',\r\n\tstyleUrls: ['./department-select-input.component.scss'],\r\n\tchangeDetection: ChangeDetectionStrategy.OnPush,\r\n\tstandalone: true,\r\n\timports: [\r\n\t\tCommonModule,\r\n\t\tOverlayModule,\r\n\t\tA11yModule,\r\n\t\tLuInputClearerComponent,\r\n\t\tLuTreeOptionPickerComponent,\r\n\t\tLuTreeOptionPickerAdvancedComponent,\r\n\t\tLuDepartmentFeederComponent,\r\n\t\tLuTreeOptionSearcherComponent,\r\n\t\tLuTreeOptionSelectAllComponent,\r\n\t\tLuTreeOptionItemComponent,\r\n\t\tLuForTreeOptionsDirective,\r\n\t\tLuInputDisplayerDirective,\r\n\t],\r\n\tproviders: [\r\n\t\t{\r\n\t\t\tprovide: NG_VALUE_ACCESSOR,\r\n\t\t\tuseExisting: forwardRef(() => LuDepartmentSelectInputComponent),\r\n\t\t\tmulti: true,\r\n\t\t},\r\n\t],\r\n})\r\nexport class LuDepartmentSelectInputComponent<\r\n\t\tD extends import('../../department.model').ILuDepartment = import('../../department.model').ILuDepartment,\r\n\t\tP extends ILuTreeOptionPickerPanel<D> = ILuTreeOptionPickerPanel<D>,\r\n\t>\r\n\textends ALuSelectInputComponent<D, P>\r\n\timplements ControlValueAccessor, ILuInputWithPicker<D>, AfterViewInit\r\n{\r\n\tbyId: LuOptionComparer<D> = (option1: D, option2: D) => option1 && option2 && option1.id === option2.id;\r\n\r\n\t@Input() appInstanceId: number | string;\r\n\t@Input() operations: number[];\r\n\t@Input() filters: string[];\r\n\r\n\tpublic intl = getIntl(LU_DEPARTMENT_SELECT_INPUT_TRANSLATIONS);\r\n\r\n\tconstructor(\r\n\t\tprotected override _changeDetectorRef: ChangeDetectorRef,\r\n\t\tprotected override _overlay: Overlay,\r\n\t\tprotected override _elementRef: ElementRef<HTMLElement>,\r\n\t\tprotected override _viewContainerRef: ViewContainerRef,\r\n\t\tprotected override _renderer: Renderer2,\r\n\t) {\r\n\t\tsuper(_changeDetectorRef, _overlay, _elementRef, _viewContainerRef, _renderer);\r\n\t}\r\n\r\n\tsearchFn(o: D, c: string): boolean {\r\n\t\treturn o.name.toLowerCase().includes(c.toLowerCase());\r\n\t}\r\n}\r\n","<div class=\"lu-select-placeholder\">{{ placeholder }}</div>\r\n<div class=\"lu-select-value\">\r\n\t<div class=\"lu-select-display-wrapper\">\r\n\t\t<ng-container #display></ng-container>\r\n\t</div>\r\n</div>\r\n<div class=\"lu-select-suffix\">\r\n\t<lu-input-clearer></lu-input-clearer>\r\n</div>\r\n\r\n<ng-template luDisplayer [luDisplayerMultiple]=\"true\" let-values>\r\n\t<span *ngIf=\"multiple && values?.length > 1; else singleView\"\r\n\t\t><span class=\"chip mod-unkillable\">{{ values.length }}</span> {{ intl.departments }}</span\r\n\t>\r\n\t<ng-template #singleView>{{ (values[0] || values).name }}</ng-template>\r\n</ng-template>\r\n\r\n<lu-tree-option-picker-advanced [option-comparer]=\"byId\">\r\n\t<header class=\"lu-picker-header\" [class.mod-multiple]=\"multiple\">\r\n\t\t<lu-department-feeder [appInstanceId]=\"appInstanceId\" [operations]=\"operations\" [filters]=\"filters\"></lu-department-feeder>\r\n\t\t<lu-tree-option-searcher [searchFn]=\"searchFn\"></lu-tree-option-searcher>\r\n\t\t<lu-tree-option-select-all class=\"option-selector\"></lu-tree-option-select-all>\r\n\t</header>\r\n\t<!-- <lu-tree-option-pager></lu-tree-option-pager> -->\r\n\t<lu-tree-option *luForTreeOptions=\"let option\" [tree]=\"option\">\r\n\t\t<ng-container *luDisplayer=\"let value\">{{ value.name }}</ng-container>\r\n\t</lu-tree-option>\r\n</lu-tree-option-picker-advanced>\r\n","import { NgModule } from '@angular/core';\r\nimport { LuDepartmentSelectInputComponent } from './department-select-input.component';\r\n\r\n@NgModule({\r\n\timports: [LuDepartmentSelectInputComponent],\r\n\texports: [LuDepartmentSelectInputComponent],\r\n})\r\nexport class LuDepartmentSelectInputModule {}\r\n","import { NgModule } from '@angular/core';\r\nimport { LuDepartmentFeederComponent } from './feeder';\r\nimport { LuDepartmentSelectInputComponent } from './input';\r\n\r\n@NgModule({\r\n\timports: [LuDepartmentFeederComponent, LuDepartmentSelectInputComponent],\r\n\texports: [LuDepartmentFeederComponent, LuDepartmentSelectInputComponent],\r\n})\r\nexport class LuDepartmentSelectModule {}\r\n","import { NgModule } from '@angular/core';\r\nimport { LuDepartmentSelectModule } from './select/index';\r\n\r\n@NgModule({\r\n\timports: [LuDepartmentSelectModule],\r\n\texports: [LuDepartmentSelectModule],\r\n})\r\nexport class LuDepartmentModule {}\r\n","/*\r\n * Public API Surface of safe-content\r\n */\r\n\r\nexport * from './lib/index';\r\n","/**\n * Generated bundle index. Do not edit.\n */\n\nexport * from './public-api';\n"],"names":["i1"],"mappings":";;;;;;;;;;;;;;;;;AAQM,MAAgB,oBAA8D,SAAQ,aAAgB,CAAA;AAE3G;;ACID,MACa,qBAAsB,SAAQ,cAA6B,CAAA;IAGvE,IAAI,aAAa,CAAC,aAA8B,EAAA;AAC/C,QAAA,IAAI,aAAa,EAAE;AAClB,YAAA,IAAI,CAAC,cAAc,GAAG,aAAa,CAAC;AACpC,SAAA;KACD;IAED,IAAI,UAAU,CAAC,UAAoB,EAAA;AAClC,QAAA,IAAI,CAAC,WAAW,GAAG,UAAU,CAAC;KAC9B;AAED,IAAA,WAAA,CAA+B,KAAiB,EAAA;QAC/C,KAAK,CAAC,KAAK,CAAC,CAAC;QADiB,IAAK,CAAA,KAAA,GAAL,KAAK,CAAY;QAZ7B,IAAI,CAAA,IAAA,GAAG,qBAAqB,CAAC;QAOtC,IAAW,CAAA,WAAA,GAAa,EAAE,CAAC;KAOpC;IAED,QAAQ,GAAA;AACP,QAAA,IAAI,IAAgD,CAAC;QACrD,IAAI,IAAI,CAAC,cAAc,IAAI,IAAI,CAAC,WAAW,EAAE,MAAM,EAAE;YACpD,IAAI,GAAG,IAAI,CAAC,KAAK,CAAC,GAAG,CACpB,CAAA,8CAAA,EAAiD,CAAC,CAAA,cAAA,EAAiB,IAAI,CAAC,cAAc,CAAE,CAAA,EAAE,CAAc,WAAA,EAAA,IAAI,CAAC,WAAW,CAAC,IAAI,CAAC,GAAG,CAAC,CAAA,CAAE,EAAE,IAAI,CAAC,QAAQ,CAAC,IAAI,CAAC,GAAG,CAAC,CAAC,CAAC,MAAM,CAAC,CAAC,CAAC,KAAK,CAAC,CAAC,CAAC,CAAC,CAAC,IAAI,CAAC,GAAG,CAAC,CAAE,CAAA,CAC7L,CAAC;AACF,SAAA;AAAM,aAAA;AACN,YAAA,IAAI,GAAG,IAAI,CAAC,KAAK,CAAC,GAAG,CAAiC,CAA2C,wCAAA,EAAA,IAAI,CAAC,QAAQ,CAAC,IAAI,CAAC,GAAG,CAAC,CAAA,CAAE,CAAC,CAAC;AAC5H,SAAA;QACD,OAAO,IAAI,CAAC,IAAI,CACf,GAAG,CAAC,CAAC,QAAwC,KAA8B;AAC1E,YAAA,MAAM,IAAI,GAAG,QAAQ,CAAC,IAAI,CAAC;YAC3B,OAAO,IAAI,EAAE,QAAQ,CAAC,GAAG,CAAC,CAAC,CAAC,KAAK,IAAI,CAAC,MAAM,CAAC,CAAC,CAAC,CAAC,IAAI,EAAE,CAAC;SACvD,CAAC,CACF,CAAC;KACF;AAEO,IAAA,MAAM,CAAC,CAAiB,EAAA;AAC/B,QAAA,OAAO,EAAE,KAAK,EAAE,CAAC,CAAC,IAAI,EAAE,QAAQ,EAAE,CAAC,CAAC,QAAQ,CAAC,GAAG,CAAC,CAAC,CAAC,KAAK,IAAI,CAAC,MAAM,CAAC,CAAC,CAAC,CAAC,EAAE,CAAC;KAC1E;8GApCW,qBAAqB,EAAA,IAAA,EAAA,CAAA,EAAA,KAAA,EAAA,EAAA,CAAA,UAAA,EAAA,CAAA,EAAA,MAAA,EAAA,EAAA,CAAA,eAAA,CAAA,UAAA,EAAA,CAAA,CAAA,EAAA;kHAArB,qBAAqB,EAAA,CAAA,CAAA,EAAA;;2FAArB,qBAAqB,EAAA,UAAA,EAAA,CAAA;kBADjC,UAAU;;;ACPX,MAuBa,2BAA4B,SAAQ,qBAAoC,CAAA;IAKpF,IAAa,aAAa,CAAC,aAA8B,EAAA;AACxD,QAAA,IAAI,CAAC,QAAQ,CAAC,aAAa,GAAG,aAAa,CAAC;KAC5C;IACD,IAAa,UAAU,CAAC,UAAoB,EAAA;AAC3C,QAAA,IAAI,CAAC,QAAQ,CAAC,UAAU,GAAG,UAAU,CAAC;KACtC;IAED,IAAa,OAAO,CAAC,OAAiB,EAAA;AACrC,QAAA,IAAI,CAAC,QAAQ,CAAC,OAAO,GAAG,OAAO,CAAC;KAChC;IAED,WAIC,CAAA,WAAkC,EACI,WAAkC,EAAA;AAExE,QAAA,KAAK,EAAE,CAAC;AApBC,QAAA,IAAA,CAAA,KAAK,GAAG,IAAI,OAAO,EAA4B,CAAC;AAqBzD,QAAA,IAAI,CAAC,QAAQ,GAAG,WAAW,IAAI,WAAW,CAAC;QAC3C,IAAI,CAAC,WAAW,GAAG,IAAI,CAAC,KAAK,CAAC,YAAY,EAAE,CAAC;KAC7C;IACD,MAAM,GAAA;QACL,IAAI,CAAC,QAAQ,CAAC,QAAQ,EAAE,CAAC,SAAS,CAAC,CAAC,KAAK,KAAK,IAAI,CAAC,KAAK,CAAC,IAAI,CAAC,KAAK,CAAC,CAAC,CAAC;KACtE;8GA7BW,2BAA2B,EAAA,IAAA,EAAA,CAAA,EAAA,KAAA,EAiB9B,oBAAoB,EAAA,QAAA,EAAA,IAAA,EAAA,QAAA,EAAA,IAAA,EAAA,EAAA,EAAA,KAAA,EAIpB,oBAAoB,EAAA,IAAA,EAAA,IAAA,EAAA,CAAA,EAAA,MAAA,EAAA,EAAA,CAAA,eAAA,CAAA,SAAA,EAAA,CAAA,CAAA,EAAA;AArBjB,IAAA,SAAA,IAAA,CAAA,IAAA,GAAA,EAAA,CAAA,oBAAA,CAAA,EAAA,UAAA,EAAA,QAAA,EAAA,OAAA,EAAA,QAAA,EAAA,IAAA,EAAA,2BAA2B,EAjB5B,YAAA,EAAA,IAAA,EAAA,QAAA,EAAA,sBAAA,EAAA,MAAA,EAAA,EAAA,aAAA,EAAA,eAAA,EAAA,UAAA,EAAA,YAAA,EAAA,OAAA,EAAA,SAAA,EAAA,EAAA,SAAA,EAAA;AACV,YAAA;AACC,gBAAA,OAAO,EAAE,qBAAqB;AAC9B,gBAAA,WAAW,EAAE,UAAU,CAAC,MAAM,2BAA2B,CAAC;AAC1D,gBAAA,KAAK,EAAE,IAAI;AACX,aAAA;AACD,YAAA;AACC,gBAAA,OAAO,EAAE,oBAAoB;AAC7B,gBAAA,QAAQ,EAAE,qBAAqB;AAC/B,aAAA;AACD,YAAA;AACC,gBAAA,OAAO,EAAE,mBAAmB;AAC5B,gBAAA,WAAW,EAAE,UAAU,CAAC,MAAM,2BAA2B,CAAC;AAC1D,gBAAA,KAAK,EAAE,IAAI;AACX,aAAA;AACD,SAAA,EAAA,eAAA,EAAA,IAAA,EAAA,QAAA,EAAA,EAAA,EAAA,QAAA,EAnBS,EAAE,EAAA,QAAA,EAAA,IAAA,EAAA,eAAA,EAAA,EAAA,CAAA,uBAAA,CAAA,MAAA,EAAA,CAAA,CAAA,EAAA;;2FAqBA,2BAA2B,EAAA,UAAA,EAAA,CAAA;kBAvBvC,SAAS;+BACC,sBAAsB,EAAA,QAAA,EACtB,EAAE,EAEK,eAAA,EAAA,uBAAuB,CAAC,MAAM,EAAA,UAAA,EACnC,IAAI,EACL,SAAA,EAAA;AACV,wBAAA;AACC,4BAAA,OAAO,EAAE,qBAAqB;AAC9B,4BAAA,WAAW,EAAE,UAAU,CAAC,iCAAiC,CAAC;AAC1D,4BAAA,KAAK,EAAE,IAAI;AACX,yBAAA;AACD,wBAAA;AACC,4BAAA,OAAO,EAAE,oBAAoB;AAC7B,4BAAA,QAAQ,EAAE,qBAAqB;AAC/B,yBAAA;AACD,wBAAA;AACC,4BAAA,OAAO,EAAE,mBAAmB;AAC5B,4BAAA,WAAW,EAAE,UAAU,CAAC,iCAAiC,CAAC;AAC1D,4BAAA,KAAK,EAAE,IAAI;AACX,yBAAA;AACD,qBAAA,EAAA,CAAA;;0BAmBC,MAAM;2BAAC,oBAAoB,CAAA;;0BAC3B,QAAQ;;0BACR,QAAQ;;0BAER,MAAM;2BAAC,oBAAoB,CAAA;;0BAAG,IAAI;4CAhBvB,aAAa,EAAA,CAAA;sBAAzB,KAAK;gBAGO,UAAU,EAAA,CAAA;sBAAtB,KAAK;gBAIO,OAAO,EAAA,CAAA;sBAAnB,KAAK;;;ACvCP,MAIa,wBAAwB,CAAA;8GAAxB,wBAAwB,EAAA,IAAA,EAAA,EAAA,EAAA,MAAA,EAAA,EAAA,CAAA,eAAA,CAAA,QAAA,EAAA,CAAA,CAAA,EAAA;+GAAxB,wBAAwB,EAAA,OAAA,EAAA,CAH1B,2BAA2B,CAAA,EAAA,OAAA,EAAA,CAC3B,2BAA2B,CAAA,EAAA,CAAA,CAAA,EAAA;+GAEzB,wBAAwB,EAAA,CAAA,CAAA,EAAA;;2FAAxB,wBAAwB,EAAA,UAAA,EAAA,CAAA;kBAJpC,QAAQ;AAAC,YAAA,IAAA,EAAA,CAAA;oBACT,OAAO,EAAE,CAAC,2BAA2B,CAAC;oBACtC,OAAO,EAAE,CAAC,2BAA2B,CAAC;AACtC,iBAAA,CAAA;;;MCHY,uCAAuC,GAAG,IAAI,cAAc,CAAC,gCAAgC,EAAE;AAC3G,IAAA,OAAO,EAAE,MAAM,mCAAmC;AAClD,CAAA,EAAE;AAMU,MAAA,mCAAmC,GAAkD;AACjG,IAAA,EAAE,EAAE;AACH,QAAA,WAAW,EAAE,aAAa;AAC1B,KAAA;AACD,IAAA,EAAE,EAAE;AACH,QAAA,WAAW,EAAE,cAAc;AAC3B,KAAA;AACD,IAAA,EAAE,EAAE;AACH,QAAA,WAAW,EAAE,eAAe;AAC5B,KAAA;;;ACEF,MA4Ba,gCAIZ,SAAQ,uBAA6B,CAAA;IAWrC,WACoB,CAAA,kBAAqC,EACrC,QAAiB,EACjB,WAAoC,EACpC,iBAAmC,EACnC,SAAoB,EAAA;QAEvC,KAAK,CAAC,kBAAkB,EAAE,QAAQ,EAAE,WAAW,EAAE,iBAAiB,EAAE,SAAS,CAAC,CAAC;QAN5D,IAAkB,CAAA,kBAAA,GAAlB,kBAAkB,CAAmB;QACrC,IAAQ,CAAA,QAAA,GAAR,QAAQ,CAAS;QACjB,IAAW,CAAA,WAAA,GAAX,WAAW,CAAyB;QACpC,IAAiB,CAAA,iBAAA,GAAjB,iBAAiB,CAAkB;QACnC,IAAS,CAAA,SAAA,GAAT,SAAS,CAAW;AAbxC,QAAA,IAAA,CAAA,IAAI,GAAwB,CAAC,OAAU,EAAE,OAAU,KAAK,OAAO,IAAI,OAAO,IAAI,OAAO,CAAC,EAAE,KAAK,OAAO,CAAC,EAAE,CAAC;AAMjG,QAAA,IAAA,CAAA,IAAI,GAAG,OAAO,CAAC,uCAAuC,CAAC,CAAC;KAU9D;IAED,QAAQ,CAAC,CAAI,EAAE,CAAS,EAAA;AACvB,QAAA,OAAO,CAAC,CAAC,IAAI,CAAC,WAAW,EAAE,CAAC,QAAQ,CAAC,CAAC,CAAC,WAAW,EAAE,CAAC,CAAC;KACtD;8GA3BW,gCAAgC,EAAA,IAAA,EAAA,CAAA,EAAA,KAAA,EAAA,EAAA,CAAA,iBAAA,EAAA,EAAA,EAAA,KAAA,EAAAA,IAAA,CAAA,OAAA,EAAA,EAAA,EAAA,KAAA,EAAA,EAAA,CAAA,UAAA,EAAA,EAAA,EAAA,KAAA,EAAA,EAAA,CAAA,gBAAA,EAAA,EAAA,EAAA,KAAA,EAAA,EAAA,CAAA,SAAA,EAAA,CAAA,EAAA,MAAA,EAAA,EAAA,CAAA,eAAA,CAAA,SAAA,EAAA,CAAA,CAAA,EAAA;AAAhC,IAAA,SAAA,IAAA,CAAA,IAAA,GAAA,EAAA,CAAA,oBAAA,CAAA,EAAA,UAAA,EAAA,QAAA,EAAA,OAAA,EAAA,QAAA,EAAA,IAAA,EAAA,gCAAgC,EARjC,YAAA,EAAA,IAAA,EAAA,QAAA,EAAA,sBAAA,EAAA,MAAA,EAAA,EAAA,aAAA,EAAA,eAAA,EAAA,UAAA,EAAA,YAAA,EAAA,OAAA,EAAA,SAAA,EAAA,EAAA,SAAA,EAAA;AACV,YAAA;AACC,gBAAA,OAAO,EAAE,iBAAiB;AAC1B,gBAAA,WAAW,EAAE,UAAU,CAAC,MAAM,gCAAgC,CAAC;AAC/D,gBAAA,KAAK,EAAE,IAAI;AACX,aAAA;SACD,EChDF,eAAA,EAAA,IAAA,EAAA,QAAA,EAAA,EAAA,EAAA,QAAA,EAAA,82CA4BA,29PDCE,YAAY,EAAA,EAAA,EAAA,IAAA,EAAA,WAAA,EAAA,IAAA,EAAA,EAAA,CAAA,IAAA,EAAA,QAAA,EAAA,QAAA,EAAA,MAAA,EAAA,CAAA,MAAA,EAAA,UAAA,EAAA,UAAA,CAAA,EAAA,EAAA,EAAA,IAAA,EAAA,UAAA,EAAA,IAAA,EACZ,aAAa,EACb,EAAA,EAAA,IAAA,EAAA,UAAA,EAAA,IAAA,EAAA,UAAU,EACV,EAAA,EAAA,IAAA,EAAA,WAAA,EAAA,IAAA,EAAA,uBAAuB,EAEvB,QAAA,EAAA,kBAAA,EAAA,OAAA,EAAA,CAAA,SAAA,CAAA,EAAA,QAAA,EAAA,CAAA,WAAA,CAAA,EAAA,EAAA,EAAA,IAAA,EAAA,WAAA,EAAA,IAAA,EAAA,mCAAmC,yGACnC,2BAA2B,EAAA,QAAA,EAAA,sBAAA,EAAA,MAAA,EAAA,CAAA,eAAA,EAAA,YAAA,EAAA,SAAA,CAAA,EAAA,EAAA,EAAA,IAAA,EAAA,WAAA,EAAA,IAAA,EAC3B,6BAA6B,EAC7B,QAAA,EAAA,yBAAA,EAAA,MAAA,EAAA,CAAA,UAAA,CAAA,EAAA,EAAA,EAAA,IAAA,EAAA,WAAA,EAAA,IAAA,EAAA,8BAA8B,sEAC9B,yBAAyB,EAAA,QAAA,EAAA,gBAAA,EAAA,MAAA,EAAA,CAAA,MAAA,EAAA,UAAA,EAAA,aAAA,CAAA,EAAA,OAAA,EAAA,CAAA,UAAA,EAAA,cAAA,EAAA,kBAAA,CAAA,EAAA,EAAA,EAAA,IAAA,EAAA,WAAA,EAAA,IAAA,EACzB,yBAAyB,EAAA,QAAA,EAAA,oBAAA,EAAA,EAAA,EAAA,IAAA,EAAA,WAAA,EAAA,IAAA,EACzB,yBAAyB,EAAA,QAAA,EAAA,eAAA,EAAA,MAAA,EAAA,CAAA,qBAAA,EAAA,UAAA,CAAA,EAAA,CAAA,EAAA,eAAA,EAAA,EAAA,CAAA,uBAAA,CAAA,MAAA,EAAA,CAAA,CAAA,EAAA;;2FAUd,gCAAgC,EAAA,UAAA,EAAA,CAAA;kBA5B5C,SAAS;AACC,YAAA,IAAA,EAAA,CAAA,EAAA,QAAA,EAAA,sBAAsB,mBAGf,uBAAuB,CAAC,MAAM,EAAA,UAAA,EACnC,IAAI,EACP,OAAA,EAAA;wBACR,YAAY;wBACZ,aAAa;wBACb,UAAU;wBACV,uBAAuB;wBACvB,2BAA2B;wBAC3B,mCAAmC;wBACnC,2BAA2B;wBAC3B,6BAA6B;wBAC7B,8BAA8B;wBAC9B,yBAAyB;wBACzB,yBAAyB;wBACzB,yBAAyB;qBACzB,EACU,SAAA,EAAA;AACV,wBAAA;AACC,4BAAA,OAAO,EAAE,iBAAiB;AAC1B,4BAAA,WAAW,EAAE,UAAU,CAAC,sCAAsC,CAAC;AAC/D,4BAAA,KAAK,EAAE,IAAI;AACX,yBAAA;AACD,qBAAA,EAAA,QAAA,EAAA,82CAAA,EAAA,MAAA,EAAA,CAAA,o6PAAA,CAAA,EAAA,CAAA;gNAWQ,aAAa,EAAA,CAAA;sBAArB,KAAK;gBACG,UAAU,EAAA,CAAA;sBAAlB,KAAK;gBACG,OAAO,EAAA,CAAA;sBAAf,KAAK;;;AE1DP,MAIa,6BAA6B,CAAA;8GAA7B,6BAA6B,EAAA,IAAA,EAAA,EAAA,EAAA,MAAA,EAAA,EAAA,CAAA,eAAA,CAAA,QAAA,EAAA,CAAA,CAAA,EAAA;+GAA7B,6BAA6B,EAAA,OAAA,EAAA,CAH/B,gCAAgC,CAAA,EAAA,OAAA,EAAA,CAChC,gCAAgC,CAAA,EAAA,CAAA,CAAA,EAAA;AAE9B,IAAA,SAAA,IAAA,CAAA,IAAA,GAAA,EAAA,CAAA,mBAAA,CAAA,EAAA,UAAA,EAAA,QAAA,EAAA,OAAA,EAAA,QAAA,EAAA,QAAA,EAAA,EAAA,EAAA,IAAA,EAAA,6BAA6B,YAH/B,gCAAgC,CAAA,EAAA,CAAA,CAAA,EAAA;;2FAG9B,6BAA6B,EAAA,UAAA,EAAA,CAAA;kBAJzC,QAAQ;AAAC,YAAA,IAAA,EAAA,CAAA;oBACT,OAAO,EAAE,CAAC,gCAAgC,CAAC;oBAC3C,OAAO,EAAE,CAAC,gCAAgC,CAAC;AAC3C,iBAAA,CAAA;;;ACFD,MAIa,wBAAwB,CAAA;8GAAxB,wBAAwB,EAAA,IAAA,EAAA,EAAA,EAAA,MAAA,EAAA,EAAA,CAAA,eAAA,CAAA,QAAA,EAAA,CAAA,CAAA,EAAA;AAAxB,IAAA,SAAA,IAAA,CAAA,IAAA,GAAA,EAAA,CAAA,mBAAA,CAAA,EAAA,UAAA,EAAA,QAAA,EAAA,OAAA,EAAA,QAAA,EAAA,QAAA,EAAA,EAAA,EAAA,IAAA,EAAA,wBAAwB,YAH1B,2BAA2B,EAAE,gCAAgC,CAC7D,EAAA,OAAA,EAAA,CAAA,2BAA2B,EAAE,gCAAgC,CAAA,EAAA,CAAA,CAAA,EAAA;AAE3D,IAAA,SAAA,IAAA,CAAA,IAAA,GAAA,EAAA,CAAA,mBAAA,CAAA,EAAA,UAAA,EAAA,QAAA,EAAA,OAAA,EAAA,QAAA,EAAA,QAAA,EAAA,EAAA,EAAA,IAAA,EAAA,wBAAwB,YAHG,gCAAgC,CAAA,EAAA,CAAA,CAAA,EAAA;;2FAG3D,wBAAwB,EAAA,UAAA,EAAA,CAAA;kBAJpC,QAAQ;AAAC,YAAA,IAAA,EAAA,CAAA;AACT,oBAAA,OAAO,EAAE,CAAC,2BAA2B,EAAE,gCAAgC,CAAC;AACxE,oBAAA,OAAO,EAAE,CAAC,2BAA2B,EAAE,gCAAgC,CAAC;AACxE,iBAAA,CAAA;;;ACJD,MAIa,kBAAkB,CAAA;8GAAlB,kBAAkB,EAAA,IAAA,EAAA,EAAA,EAAA,MAAA,EAAA,EAAA,CAAA,eAAA,CAAA,QAAA,EAAA,CAAA,CAAA,EAAA;+GAAlB,kBAAkB,EAAA,OAAA,EAAA,CAHpB,wBAAwB,CAAA,EAAA,OAAA,EAAA,CACxB,wBAAwB,CAAA,EAAA,CAAA,CAAA,EAAA;+GAEtB,kBAAkB,EAAA,OAAA,EAAA,CAHpB,wBAAwB,EACxB,wBAAwB,CAAA,EAAA,CAAA,CAAA,EAAA;;2FAEtB,kBAAkB,EAAA,UAAA,EAAA,CAAA;kBAJ9B,QAAQ;AAAC,YAAA,IAAA,EAAA,CAAA;oBACT,OAAO,EAAE,CAAC,wBAAwB,CAAC;oBACnC,OAAO,EAAE,CAAC,wBAAwB,CAAC;AACnC,iBAAA,CAAA;;;ACND;;AAEG;;ACFH;;AAEG;;;;"}
|