@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
|
@@ -1,1087 +0,0 @@
|
|
|
1
|
-
import { trigger, state, style, transition, animate } from '@angular/animations';
|
|
2
|
-
import * as i2 from '@angular/cdk/a11y';
|
|
3
|
-
import { A11yModule, isFakeMousedownFromScreenReader } from '@angular/cdk/a11y';
|
|
4
|
-
import * as i1$1 from '@angular/cdk/overlay';
|
|
5
|
-
import { OverlayModule, OverlayConfig } from '@angular/cdk/overlay';
|
|
6
|
-
import * as i1 from '@angular/common';
|
|
7
|
-
import { CommonModule } from '@angular/common';
|
|
8
|
-
import * as i0 from '@angular/core';
|
|
9
|
-
import { EventEmitter, TemplateRef, Component, ChangeDetectionStrategy, Input, Output, ViewChild, NgModule, Directive, HostBinding, HostListener } from '@angular/core';
|
|
10
|
-
import { TemplatePortal } from '@angular/cdk/portal';
|
|
11
|
-
import { generateId } from '@lucca-front/ng/core';
|
|
12
|
-
import { Subject, timer, Subscription } from 'rxjs';
|
|
13
|
-
import { distinctUntilChanged, debounce, map } from 'rxjs/operators';
|
|
14
|
-
|
|
15
|
-
const luTransformPopover = trigger('transformPopover', [
|
|
16
|
-
state('enter', style({
|
|
17
|
-
opacity: 1,
|
|
18
|
-
transform: `scale(1)`,
|
|
19
|
-
})),
|
|
20
|
-
transition('void => *', [
|
|
21
|
-
style({
|
|
22
|
-
opacity: 0,
|
|
23
|
-
transform: `scale(0)`,
|
|
24
|
-
}),
|
|
25
|
-
animate(`150ms cubic-bezier(0.25, 0.8, 0.25, 1)`),
|
|
26
|
-
]),
|
|
27
|
-
transition('* => void', [animate('50ms 100ms linear', style({ opacity: 0 }))]),
|
|
28
|
-
]);
|
|
29
|
-
|
|
30
|
-
/**
|
|
31
|
-
* abstract class for basic implementation of a popover panel
|
|
32
|
-
*/
|
|
33
|
-
class ALuPopoverPanel {
|
|
34
|
-
constructor() {
|
|
35
|
-
this._closeOnClick = false;
|
|
36
|
-
this._trapFocus = false;
|
|
37
|
-
this._scrollStrategy = 'reposition';
|
|
38
|
-
this._positionClassesMap = {};
|
|
39
|
-
this._panelClasses = '';
|
|
40
|
-
this._contentClasses = '';
|
|
41
|
-
}
|
|
42
|
-
get isOpen() {
|
|
43
|
-
return this._isOpen;
|
|
44
|
-
}
|
|
45
|
-
get closeOnClick() {
|
|
46
|
-
return this._closeOnClick;
|
|
47
|
-
}
|
|
48
|
-
set closeOnClick(coc) {
|
|
49
|
-
this._closeOnClick = coc;
|
|
50
|
-
}
|
|
51
|
-
get trapFocus() {
|
|
52
|
-
return this._trapFocus;
|
|
53
|
-
}
|
|
54
|
-
set trapFocus(tf) {
|
|
55
|
-
this._trapFocus = tf;
|
|
56
|
-
}
|
|
57
|
-
get scrollStrategy() {
|
|
58
|
-
return this._scrollStrategy;
|
|
59
|
-
}
|
|
60
|
-
set scrollStrategy(ss) {
|
|
61
|
-
this._scrollStrategy = ss;
|
|
62
|
-
}
|
|
63
|
-
get templateRef() {
|
|
64
|
-
return this._templateRef;
|
|
65
|
-
}
|
|
66
|
-
set templateRef(tr) {
|
|
67
|
-
this._templateRef = tr;
|
|
68
|
-
}
|
|
69
|
-
get panelClasses() {
|
|
70
|
-
return this._panelClasses;
|
|
71
|
-
}
|
|
72
|
-
set panelClasses(cl) {
|
|
73
|
-
this._panelClasses = cl;
|
|
74
|
-
}
|
|
75
|
-
get panelClassesMap() {
|
|
76
|
-
const map = this._panelClasses
|
|
77
|
-
.split(' ')
|
|
78
|
-
.filter((c) => !!c)
|
|
79
|
-
.reduce((obj, className) => {
|
|
80
|
-
obj[className] = true;
|
|
81
|
-
return obj;
|
|
82
|
-
}, {});
|
|
83
|
-
// also add position classes
|
|
84
|
-
return Object.assign(Object.assign({}, map), this._positionClassesMap);
|
|
85
|
-
}
|
|
86
|
-
get contentClasses() {
|
|
87
|
-
return this._contentClasses;
|
|
88
|
-
}
|
|
89
|
-
set contentClasses(cl) {
|
|
90
|
-
this._contentClasses = cl;
|
|
91
|
-
}
|
|
92
|
-
get contentClassesMap() {
|
|
93
|
-
return this._contentClasses.split(' ').reduce((obj, className) => {
|
|
94
|
-
obj[className] = true;
|
|
95
|
-
return obj;
|
|
96
|
-
}, {});
|
|
97
|
-
}
|
|
98
|
-
get overlayPaneClass() {
|
|
99
|
-
return this._overlayPaneClass;
|
|
100
|
-
}
|
|
101
|
-
set overlayPaneClass(opc) {
|
|
102
|
-
this._overlayPaneClass = opc;
|
|
103
|
-
}
|
|
104
|
-
set keydownEvents$(evt$) {
|
|
105
|
-
if (!this._keydownEventsSub) {
|
|
106
|
-
this._keydownEventsSub = evt$.subscribe((e) => this._handleKeydown(e));
|
|
107
|
-
}
|
|
108
|
-
}
|
|
109
|
-
setPositionClasses(posX, posY) {
|
|
110
|
-
this._positionClassesMap['is-before'] = posX === 'end';
|
|
111
|
-
this._positionClassesMap['is-after'] = posX === 'start';
|
|
112
|
-
this._positionClassesMap['is-above'] = posY === 'bottom';
|
|
113
|
-
this._positionClassesMap['is-below'] = posY === 'top';
|
|
114
|
-
}
|
|
115
|
-
onClick() {
|
|
116
|
-
if (this.closeOnClick) {
|
|
117
|
-
this._emitCloseEvent();
|
|
118
|
-
}
|
|
119
|
-
}
|
|
120
|
-
onOpen() {
|
|
121
|
-
this._isOpen = true;
|
|
122
|
-
}
|
|
123
|
-
onClose() {
|
|
124
|
-
this._isOpen = false;
|
|
125
|
-
}
|
|
126
|
-
/**
|
|
127
|
-
* TODO: Refactor when @angular/cdk includes feature I mentioned on github see link below.
|
|
128
|
-
* https://github.com/angular/material2/pull/5493#issuecomment-313085323
|
|
129
|
-
*/
|
|
130
|
-
/** Disables close of popover when leaving trigger element and mouse over the popover */
|
|
131
|
-
onMouseOver() {
|
|
132
|
-
this._emitHoveredEvent(true);
|
|
133
|
-
}
|
|
134
|
-
/** Enables close of popover when mouse leaving popover element */
|
|
135
|
-
onMouseLeave() {
|
|
136
|
-
this._emitHoveredEvent(false);
|
|
137
|
-
}
|
|
138
|
-
/** does nothing but must be overridable */
|
|
139
|
-
// eslint-disable-next-line @typescript-eslint/no-empty-function
|
|
140
|
-
onMouseDown() { }
|
|
141
|
-
_handleKeydown(event) {
|
|
142
|
-
switch (event.key) {
|
|
143
|
-
case 'Escape':
|
|
144
|
-
this._emitCloseEvent();
|
|
145
|
-
return;
|
|
146
|
-
}
|
|
147
|
-
}
|
|
148
|
-
}
|
|
149
|
-
|
|
150
|
-
// import { standardPopoverTemplate } from './popover.template';
|
|
151
|
-
class LuPopoverPanelComponent extends ALuPopoverPanel {
|
|
152
|
-
constructor() {
|
|
153
|
-
super();
|
|
154
|
-
/** Event emitted when the popover is closed. */
|
|
155
|
-
// eslint-disable-next-line @angular-eslint/no-output-native
|
|
156
|
-
this.close = new EventEmitter();
|
|
157
|
-
// eslint-disable-next-line @angular-eslint/no-output-native
|
|
158
|
-
this.open = new EventEmitter();
|
|
159
|
-
this.hovered = new EventEmitter();
|
|
160
|
-
}
|
|
161
|
-
/** Template to Use for the popover */
|
|
162
|
-
get template() {
|
|
163
|
-
return this._template;
|
|
164
|
-
}
|
|
165
|
-
set template(value) {
|
|
166
|
-
this._template = value;
|
|
167
|
-
}
|
|
168
|
-
/** Template context to use for the popover when created using a template */
|
|
169
|
-
get templateContext() {
|
|
170
|
-
return this._templateContext;
|
|
171
|
-
}
|
|
172
|
-
set templateContext(value) {
|
|
173
|
-
this._templateContext = value;
|
|
174
|
-
}
|
|
175
|
-
/**
|
|
176
|
-
* Popover container close on click
|
|
177
|
-
* default: false
|
|
178
|
-
*/
|
|
179
|
-
set inputCloseOnClick(v) {
|
|
180
|
-
this.closeOnClick = v;
|
|
181
|
-
}
|
|
182
|
-
/**
|
|
183
|
-
* Popover focus trap using cdkTrapFocus
|
|
184
|
-
* default: false
|
|
185
|
-
*/
|
|
186
|
-
set inputTrapFocus(v) {
|
|
187
|
-
this.trapFocus = v;
|
|
188
|
-
}
|
|
189
|
-
/**
|
|
190
|
-
* Popover scrollStrategy
|
|
191
|
-
* default: reposition
|
|
192
|
-
*/
|
|
193
|
-
set inputScrollStrategy(v) {
|
|
194
|
-
this.scrollStrategy = v;
|
|
195
|
-
}
|
|
196
|
-
/**
|
|
197
|
-
* This method takes classes set on the host lu-popover element and applies them on the
|
|
198
|
-
* popover template that displays in the overlay container. Otherwise, it's difficult
|
|
199
|
-
* to style the containing popover from outside the component.
|
|
200
|
-
* @param classes list of class names
|
|
201
|
-
*/
|
|
202
|
-
set inputPanelClasses(classes) {
|
|
203
|
-
this.panelClasses = classes;
|
|
204
|
-
}
|
|
205
|
-
/**
|
|
206
|
-
* This method takes classes set on the host lu-popover element and applies them on the
|
|
207
|
-
* popover template that displays in the overlay container. Otherwise, it's difficult
|
|
208
|
-
* to style the containing popover from outside the component.
|
|
209
|
-
* @param classes list of class names
|
|
210
|
-
*/
|
|
211
|
-
set inputContentClasses(classes) {
|
|
212
|
-
this.contentClasses = classes;
|
|
213
|
-
}
|
|
214
|
-
set vcTemplateRef(tr) {
|
|
215
|
-
this.templateRef = tr;
|
|
216
|
-
}
|
|
217
|
-
ngOnDestroy() {
|
|
218
|
-
this.onClose();
|
|
219
|
-
this.close.complete();
|
|
220
|
-
}
|
|
221
|
-
_emitCloseEvent() {
|
|
222
|
-
this.close.emit();
|
|
223
|
-
}
|
|
224
|
-
_emitOpenEvent() {
|
|
225
|
-
this.open.emit();
|
|
226
|
-
}
|
|
227
|
-
_emitHoveredEvent(hovered) {
|
|
228
|
-
this.hovered.emit(hovered);
|
|
229
|
-
}
|
|
230
|
-
}
|
|
231
|
-
LuPopoverPanelComponent.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "15.2.7", ngImport: i0, type: LuPopoverPanelComponent, deps: [], target: i0.ɵɵFactoryTarget.Component });
|
|
232
|
-
LuPopoverPanelComponent.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "15.2.7", type: LuPopoverPanelComponent, isStandalone: true, selector: "lu-popover", inputs: { template: "template", templateContext: ["template-context", "templateContext"], inputCloseOnClick: ["close-on-click", "inputCloseOnClick"], inputTrapFocus: ["trap-focus", "inputTrapFocus"], inputScrollStrategy: ["scroll-strategy", "inputScrollStrategy"], inputPanelClasses: ["panel-classes", "inputPanelClasses"], inputContentClasses: ["content-classes", "inputContentClasses"] }, outputs: { close: "close", open: "open", hovered: "hovered" }, viewQueries: [{ propertyName: "vcTemplateRef", first: true, predicate: TemplateRef, descendants: true, static: true }], exportAs: ["LuPopoverPanel"], usesInheritance: true, ngImport: i0, template: "<ng-template>\r\n\t<div\r\n\t\tclass=\"lu-popover-panel\"\r\n\t\t[ngClass]=\"panelClassesMap\"\r\n\t\t(keydown)=\"_handleKeydown($event)\"\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\t[attr.id]=\"panelId\"\r\n\t\t[attr.aria-labelledby]=\"triggerId\"\r\n\t\t[@transformPopover]=\"'enter'\"\r\n\t>\r\n\t\t<div class=\"lu-popover-content\" [ngClass]=\"contentClassesMap\" [cdkTrapFocus]=\"trapFocus\">\r\n\t\t\t<ng-content></ng-content><ng-container *ngTemplateOutlet=\"template; context: templateContext\"></ng-container>\r\n\t\t</div>\r\n\t</div>\r\n</ng-template>\r\n", dependencies: [{ kind: "ngmodule", type: CommonModule }, { kind: "directive", type: i1.NgClass, selector: "[ngClass]", inputs: ["class", "ngClass"] }, { kind: "directive", type: i1.NgTemplateOutlet, selector: "[ngTemplateOutlet]", inputs: ["ngTemplateOutletContext", "ngTemplateOutlet", "ngTemplateOutletInjector"] }, { kind: "ngmodule", type: OverlayModule }, { kind: "ngmodule", type: A11yModule }, { kind: "directive", type: i2.CdkTrapFocus, selector: "[cdkTrapFocus]", inputs: ["cdkTrapFocus", "cdkTrapFocusAutoCapture"], exportAs: ["cdkTrapFocus"] }], animations: [luTransformPopover], changeDetection: i0.ChangeDetectionStrategy.OnPush });
|
|
233
|
-
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "15.2.7", ngImport: i0, type: LuPopoverPanelComponent, decorators: [{
|
|
234
|
-
type: Component,
|
|
235
|
-
args: [{ selector: 'lu-popover', changeDetection: ChangeDetectionStrategy.OnPush, animations: [luTransformPopover], standalone: true, imports: [CommonModule, OverlayModule, A11yModule], exportAs: 'LuPopoverPanel', template: "<ng-template>\r\n\t<div\r\n\t\tclass=\"lu-popover-panel\"\r\n\t\t[ngClass]=\"panelClassesMap\"\r\n\t\t(keydown)=\"_handleKeydown($event)\"\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\t[attr.id]=\"panelId\"\r\n\t\t[attr.aria-labelledby]=\"triggerId\"\r\n\t\t[@transformPopover]=\"'enter'\"\r\n\t>\r\n\t\t<div class=\"lu-popover-content\" [ngClass]=\"contentClassesMap\" [cdkTrapFocus]=\"trapFocus\">\r\n\t\t\t<ng-content></ng-content><ng-container *ngTemplateOutlet=\"template; context: templateContext\"></ng-container>\r\n\t\t</div>\r\n\t</div>\r\n</ng-template>\r\n" }]
|
|
236
|
-
}], ctorParameters: function () { return []; }, propDecorators: { template: [{
|
|
237
|
-
type: Input
|
|
238
|
-
}], templateContext: [{
|
|
239
|
-
type: Input,
|
|
240
|
-
args: ['template-context']
|
|
241
|
-
}], inputCloseOnClick: [{
|
|
242
|
-
type: Input,
|
|
243
|
-
args: ['close-on-click']
|
|
244
|
-
}], inputTrapFocus: [{
|
|
245
|
-
type: Input,
|
|
246
|
-
args: ['trap-focus']
|
|
247
|
-
}], inputScrollStrategy: [{
|
|
248
|
-
type: Input,
|
|
249
|
-
args: ['scroll-strategy']
|
|
250
|
-
}], inputPanelClasses: [{
|
|
251
|
-
type: Input,
|
|
252
|
-
args: ['panel-classes']
|
|
253
|
-
}], inputContentClasses: [{
|
|
254
|
-
type: Input,
|
|
255
|
-
args: ['content-classes']
|
|
256
|
-
}], close: [{
|
|
257
|
-
type: Output
|
|
258
|
-
}], open: [{
|
|
259
|
-
type: Output
|
|
260
|
-
}], hovered: [{
|
|
261
|
-
type: Output
|
|
262
|
-
}], vcTemplateRef: [{
|
|
263
|
-
type: ViewChild,
|
|
264
|
-
args: [TemplateRef, { static: true }]
|
|
265
|
-
}] } });
|
|
266
|
-
|
|
267
|
-
class LuPopoverPanelModule {
|
|
268
|
-
}
|
|
269
|
-
LuPopoverPanelModule.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "15.2.7", ngImport: i0, type: LuPopoverPanelModule, deps: [], target: i0.ɵɵFactoryTarget.NgModule });
|
|
270
|
-
LuPopoverPanelModule.ɵmod = i0.ɵɵngDeclareNgModule({ minVersion: "14.0.0", version: "15.2.7", ngImport: i0, type: LuPopoverPanelModule, imports: [LuPopoverPanelComponent], exports: [LuPopoverPanelComponent] });
|
|
271
|
-
LuPopoverPanelModule.ɵinj = i0.ɵɵngDeclareInjector({ minVersion: "12.0.0", version: "15.2.7", ngImport: i0, type: LuPopoverPanelModule, imports: [LuPopoverPanelComponent] });
|
|
272
|
-
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "15.2.7", ngImport: i0, type: LuPopoverPanelModule, decorators: [{
|
|
273
|
-
type: NgModule,
|
|
274
|
-
args: [{
|
|
275
|
-
imports: [LuPopoverPanelComponent],
|
|
276
|
-
exports: [LuPopoverPanelComponent],
|
|
277
|
-
}]
|
|
278
|
-
}] });
|
|
279
|
-
|
|
280
|
-
class ALuPopoverTarget {
|
|
281
|
-
constructor() {
|
|
282
|
-
this._position = 'below';
|
|
283
|
-
this._alignment = 'center';
|
|
284
|
-
this._overlap = false;
|
|
285
|
-
this._offsetX = 0;
|
|
286
|
-
this._offsetY = 0;
|
|
287
|
-
}
|
|
288
|
-
/** the element used to position the panel */
|
|
289
|
-
get elementRef() {
|
|
290
|
-
return this._elementRef;
|
|
291
|
-
}
|
|
292
|
-
set elementRef(ref) {
|
|
293
|
-
this._elementRef = ref;
|
|
294
|
-
}
|
|
295
|
-
/** how you want to position the panel relative to the target, allowed values: above, below, before, after */
|
|
296
|
-
get position() {
|
|
297
|
-
return this._position;
|
|
298
|
-
}
|
|
299
|
-
set position(position) {
|
|
300
|
-
if (position !== 'above' && position !== 'below' && position !== 'after' && position !== 'before') {
|
|
301
|
-
throw Error(`LuPopoverPosition value must be 'above', 'below', 'before' or 'after'. Got "${position}".
|
|
302
|
-
Example: <lu-popover [position]="'before'" #popover="LuPopover"></lu-popover>`);
|
|
303
|
-
}
|
|
304
|
-
this._position = position;
|
|
305
|
-
// this.setPositionClasses(this._position, this._alignment);
|
|
306
|
-
}
|
|
307
|
-
/** how the panel will be align with the target, allowed values: top, bottom, left, right */
|
|
308
|
-
get alignment() {
|
|
309
|
-
return this._alignment;
|
|
310
|
-
}
|
|
311
|
-
set alignment(alignment) {
|
|
312
|
-
if (alignment !== 'center' && alignment !== 'top' && alignment !== 'bottom' && alignment !== 'right' && alignment !== 'left') {
|
|
313
|
-
throw Error(`LuPopoverAlignment value must be 'top', 'bottom', 'right' or 'left'. Got "${alignment}".
|
|
314
|
-
Example: <lu-popover [position]="above" [alignment]="left" #popover="LuPopover"></lu-popover>`);
|
|
315
|
-
}
|
|
316
|
-
this._alignment = alignment;
|
|
317
|
-
// this.setPositionClasses(this._position, this._alignment);
|
|
318
|
-
}
|
|
319
|
-
/** set to true if you want the panel to appear on top of the target */
|
|
320
|
-
get overlap() {
|
|
321
|
-
return this._overlap;
|
|
322
|
-
}
|
|
323
|
-
set overlap(ot) {
|
|
324
|
-
this._overlap = ot;
|
|
325
|
-
}
|
|
326
|
-
get offsetX() {
|
|
327
|
-
return this._offsetX;
|
|
328
|
-
}
|
|
329
|
-
set offsetX(ox) {
|
|
330
|
-
this._offsetX = ox;
|
|
331
|
-
}
|
|
332
|
-
get offsetY() {
|
|
333
|
-
return this._offsetY;
|
|
334
|
-
}
|
|
335
|
-
set offsetY(oy) {
|
|
336
|
-
this._offsetY = oy;
|
|
337
|
-
}
|
|
338
|
-
}
|
|
339
|
-
class LuPopoverTarget extends ALuPopoverTarget {
|
|
340
|
-
constructor() {
|
|
341
|
-
super();
|
|
342
|
-
}
|
|
343
|
-
}
|
|
344
|
-
|
|
345
|
-
class LuPopoverTargetDirective extends ALuPopoverTarget {
|
|
346
|
-
constructor(ref) {
|
|
347
|
-
super();
|
|
348
|
-
this.elementRef = ref;
|
|
349
|
-
}
|
|
350
|
-
/** how you want to position the panel relative to the target, allowed values: above, below, before, after */
|
|
351
|
-
set inputPosition(pos) {
|
|
352
|
-
this.position = pos;
|
|
353
|
-
}
|
|
354
|
-
/** how the panel will be align with the target, allowed values: top, bottom, left, right */
|
|
355
|
-
set inputAlignment(al) {
|
|
356
|
-
this.alignment = al;
|
|
357
|
-
}
|
|
358
|
-
/** set to true if you want the panel to appear on top of the target */
|
|
359
|
-
set inputOverlap(ov) {
|
|
360
|
-
this.overlap = ov;
|
|
361
|
-
}
|
|
362
|
-
set inputOffsetX(ox) {
|
|
363
|
-
this.offsetX = ox;
|
|
364
|
-
}
|
|
365
|
-
set inputOffsetY(oy) {
|
|
366
|
-
this.offsetY = oy;
|
|
367
|
-
}
|
|
368
|
-
}
|
|
369
|
-
LuPopoverTargetDirective.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "15.2.7", ngImport: i0, type: LuPopoverTargetDirective, deps: [{ token: i0.ElementRef }], target: i0.ɵɵFactoryTarget.Directive });
|
|
370
|
-
LuPopoverTargetDirective.ɵdir = i0.ɵɵngDeclareDirective({ minVersion: "14.0.0", version: "15.2.7", type: LuPopoverTargetDirective, isStandalone: true, selector: "[luPopoverTarget]", inputs: { inputPosition: ["luPopoverPosition", "inputPosition"], inputAlignment: ["luPopoverAlignment", "inputAlignment"], inputOverlap: ["luPopoverOverlap", "inputOverlap"], inputOffsetX: ["luPopoverOffsetX", "inputOffsetX"], inputOffsetY: ["luPopoverOffsetY", "inputOffsetY"] }, exportAs: ["LuPopoverTarget"], usesInheritance: true, ngImport: i0 });
|
|
371
|
-
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "15.2.7", ngImport: i0, type: LuPopoverTargetDirective, decorators: [{
|
|
372
|
-
type: Directive,
|
|
373
|
-
args: [{
|
|
374
|
-
selector: '[luPopoverTarget]',
|
|
375
|
-
exportAs: 'LuPopoverTarget',
|
|
376
|
-
standalone: true,
|
|
377
|
-
}]
|
|
378
|
-
}], ctorParameters: function () { return [{ type: i0.ElementRef }]; }, propDecorators: { inputPosition: [{
|
|
379
|
-
type: Input,
|
|
380
|
-
args: ['luPopoverPosition']
|
|
381
|
-
}], inputAlignment: [{
|
|
382
|
-
type: Input,
|
|
383
|
-
args: ['luPopoverAlignment']
|
|
384
|
-
}], inputOverlap: [{
|
|
385
|
-
type: Input,
|
|
386
|
-
args: ['luPopoverOverlap']
|
|
387
|
-
}], inputOffsetX: [{
|
|
388
|
-
type: Input,
|
|
389
|
-
args: ['luPopoverOffsetX']
|
|
390
|
-
}], inputOffsetY: [{
|
|
391
|
-
type: Input,
|
|
392
|
-
args: ['luPopoverOffsetY']
|
|
393
|
-
}] } });
|
|
394
|
-
|
|
395
|
-
class LuPopoverTargetModule {
|
|
396
|
-
}
|
|
397
|
-
LuPopoverTargetModule.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "15.2.7", ngImport: i0, type: LuPopoverTargetModule, deps: [], target: i0.ɵɵFactoryTarget.NgModule });
|
|
398
|
-
LuPopoverTargetModule.ɵmod = i0.ɵɵngDeclareNgModule({ minVersion: "14.0.0", version: "15.2.7", ngImport: i0, type: LuPopoverTargetModule, imports: [LuPopoverTargetDirective], exports: [LuPopoverTargetDirective] });
|
|
399
|
-
LuPopoverTargetModule.ɵinj = i0.ɵɵngDeclareInjector({ minVersion: "12.0.0", version: "15.2.7", ngImport: i0, type: LuPopoverTargetModule });
|
|
400
|
-
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "15.2.7", ngImport: i0, type: LuPopoverTargetModule, decorators: [{
|
|
401
|
-
type: NgModule,
|
|
402
|
-
args: [{
|
|
403
|
-
imports: [LuPopoverTargetDirective],
|
|
404
|
-
exports: [LuPopoverTargetDirective],
|
|
405
|
-
}]
|
|
406
|
-
}] });
|
|
407
|
-
|
|
408
|
-
// tslint:disable-next-line: max-line-length
|
|
409
|
-
class ALuPopoverTrigger {
|
|
410
|
-
constructor(_overlay, _elementRef, _viewContainerRef) {
|
|
411
|
-
this._overlay = _overlay;
|
|
412
|
-
this._elementRef = _elementRef;
|
|
413
|
-
this._viewContainerRef = _viewContainerRef;
|
|
414
|
-
this._overlayRef = null;
|
|
415
|
-
this._popoverOpen = false;
|
|
416
|
-
this._hovered$ = new Subject();
|
|
417
|
-
// tracking input type is necessary so it's possible to only auto-focus
|
|
418
|
-
// the first item of the list when the popover is opened via the keyboard
|
|
419
|
-
this._openedByMouse = false;
|
|
420
|
-
this._triggerEvent = 'click';
|
|
421
|
-
this._enterDelay = 50;
|
|
422
|
-
this._leaveDelay = 50;
|
|
423
|
-
this._disabled = false;
|
|
424
|
-
this._whenEllipsis = false;
|
|
425
|
-
this._triggerId = `popoverTrigger_${generateId()}`;
|
|
426
|
-
this._panelId = `popoverPanel_${generateId()}`;
|
|
427
|
-
}
|
|
428
|
-
/** References the popover instance that the trigger is associated with. */
|
|
429
|
-
get panel() {
|
|
430
|
-
return this._panel;
|
|
431
|
-
}
|
|
432
|
-
set panel(p) {
|
|
433
|
-
this._panel = p;
|
|
434
|
-
}
|
|
435
|
-
/** References the popover target instance that the trigger is associated with. */
|
|
436
|
-
get target() {
|
|
437
|
-
return this._target;
|
|
438
|
-
}
|
|
439
|
-
set target(t) {
|
|
440
|
-
this._target = t;
|
|
441
|
-
}
|
|
442
|
-
get triggerEvent() {
|
|
443
|
-
return this._triggerEvent;
|
|
444
|
-
}
|
|
445
|
-
set triggerEvent(te) {
|
|
446
|
-
this._triggerEvent = te;
|
|
447
|
-
if (te === 'hover' || te === 'focus') {
|
|
448
|
-
if (this._hoveredSubscription) {
|
|
449
|
-
this._hoveredSubscription.unsubscribe();
|
|
450
|
-
}
|
|
451
|
-
this._hoveredSubscription = this._hovered$
|
|
452
|
-
.pipe(distinctUntilChanged(), debounce((h) => (h ? timer(this.enterDelay) : timer(this.leaveDelay))))
|
|
453
|
-
.subscribe((h) => (h ? this.openPopover() : this.closePopover()));
|
|
454
|
-
}
|
|
455
|
-
}
|
|
456
|
-
get enterDelay() {
|
|
457
|
-
return this._enterDelay;
|
|
458
|
-
}
|
|
459
|
-
set enterDelay(d) {
|
|
460
|
-
this._enterDelay = d;
|
|
461
|
-
}
|
|
462
|
-
get leaveDelay() {
|
|
463
|
-
return this._leaveDelay;
|
|
464
|
-
}
|
|
465
|
-
set leaveDelay(d) {
|
|
466
|
-
this._leaveDelay = d;
|
|
467
|
-
}
|
|
468
|
-
get disabled() {
|
|
469
|
-
return this._disabled;
|
|
470
|
-
}
|
|
471
|
-
set disabled(d) {
|
|
472
|
-
this._disabled = d;
|
|
473
|
-
}
|
|
474
|
-
get whenEllipsis() {
|
|
475
|
-
return this._whenEllipsis;
|
|
476
|
-
}
|
|
477
|
-
set whenEllipsis(we) {
|
|
478
|
-
this._whenEllipsis = we;
|
|
479
|
-
}
|
|
480
|
-
onClick() {
|
|
481
|
-
if (this.triggerEvent === 'click' && !this.disabled) {
|
|
482
|
-
this.togglePopover();
|
|
483
|
-
}
|
|
484
|
-
}
|
|
485
|
-
onMouseEnter() {
|
|
486
|
-
if (this.triggerEvent === 'hover' || this.triggerEvent === 'focus') {
|
|
487
|
-
this._hovered$.next(true);
|
|
488
|
-
}
|
|
489
|
-
}
|
|
490
|
-
onMouseLeave() {
|
|
491
|
-
if (this.triggerEvent === 'hover' || this.triggerEvent === 'focus') {
|
|
492
|
-
this._hovered$.next(false);
|
|
493
|
-
}
|
|
494
|
-
}
|
|
495
|
-
onFocus() {
|
|
496
|
-
if (this.triggerEvent === 'hover' || this.triggerEvent === 'focus') {
|
|
497
|
-
this.openPopover();
|
|
498
|
-
}
|
|
499
|
-
}
|
|
500
|
-
onBlur() {
|
|
501
|
-
if (this.triggerEvent === 'hover' || this.triggerEvent === 'focus') {
|
|
502
|
-
this.closePopover();
|
|
503
|
-
}
|
|
504
|
-
}
|
|
505
|
-
/** Toggles the popover between the open and closed states. */
|
|
506
|
-
togglePopover() {
|
|
507
|
-
return this._popoverOpen ? this.closePopover() : this.openPopover();
|
|
508
|
-
}
|
|
509
|
-
/** Opens the popover. */
|
|
510
|
-
openPopover() {
|
|
511
|
-
if (!this._popoverOpen && !this._disabled && (!this._whenEllipsis || this._hasEllipsis())) {
|
|
512
|
-
this._createOverlay();
|
|
513
|
-
this._attachPortalToOverlay();
|
|
514
|
-
/** Only subscribe to overlay detachments if trigger event is hover or focus */
|
|
515
|
-
if (this.triggerEvent === 'hover' || this.triggerEvent === 'focus') {
|
|
516
|
-
this._subscribeToOverlayDetachments();
|
|
517
|
-
}
|
|
518
|
-
/** Only subscribe to backdrop if trigger event is click */
|
|
519
|
-
if (this.triggerEvent === 'click') {
|
|
520
|
-
this._subscribeToBackdrop();
|
|
521
|
-
}
|
|
522
|
-
/** Only subscribe to mouse enter/leave of the panel if trigger = hover */
|
|
523
|
-
this._initPopover();
|
|
524
|
-
this._emitOpen();
|
|
525
|
-
}
|
|
526
|
-
}
|
|
527
|
-
/** Closes the popover. */
|
|
528
|
-
closePopover() {
|
|
529
|
-
if (this._overlayRef) {
|
|
530
|
-
/** Overlay can still be attached if close has been triggered by mouse leave. */
|
|
531
|
-
if (this._overlayRef.hasAttached()) {
|
|
532
|
-
this._overlayRef.detach();
|
|
533
|
-
}
|
|
534
|
-
/** unsubscribe to backdrop click if it was defined */
|
|
535
|
-
if (this._backdropSubscription) {
|
|
536
|
-
// if (this.popover.triggerEvent === 'click') {
|
|
537
|
-
this._backdropSubscription.unsubscribe();
|
|
538
|
-
}
|
|
539
|
-
this._resetPopover();
|
|
540
|
-
this._emitClose();
|
|
541
|
-
}
|
|
542
|
-
}
|
|
543
|
-
/** Removes the popover from the DOM. */
|
|
544
|
-
destroyPopover() {
|
|
545
|
-
if (this._overlayRef) {
|
|
546
|
-
this._overlayRef.dispose();
|
|
547
|
-
this._overlayRef = null;
|
|
548
|
-
this._cleanUpSubscriptions();
|
|
549
|
-
}
|
|
550
|
-
}
|
|
551
|
-
/** Focuses the popover trigger. */
|
|
552
|
-
focus() {
|
|
553
|
-
this._elementRef.nativeElement.focus();
|
|
554
|
-
}
|
|
555
|
-
_handleMousedown(event) {
|
|
556
|
-
if (!isFakeMousedownFromScreenReader(event)) {
|
|
557
|
-
this._openedByMouse = true;
|
|
558
|
-
}
|
|
559
|
-
}
|
|
560
|
-
/** The text direction of the containing app. */
|
|
561
|
-
get dir() {
|
|
562
|
-
// return this._dir && this._dir.value === 'rtl' ? 'rtl' : 'ltr';
|
|
563
|
-
return 'ltr';
|
|
564
|
-
}
|
|
565
|
-
/** Return if the popover main positionning is vertical */
|
|
566
|
-
get isVerticallyPositionned() {
|
|
567
|
-
const position = this.target.position;
|
|
568
|
-
return position === 'below' || position === 'above';
|
|
569
|
-
}
|
|
570
|
-
_attachPortalToOverlay() {
|
|
571
|
-
this._overlayRef.attach(this._portal);
|
|
572
|
-
}
|
|
573
|
-
_getPanelScrollStrategy() {
|
|
574
|
-
return this.panel.scrollStrategy;
|
|
575
|
-
}
|
|
576
|
-
/**
|
|
577
|
-
* This method ensures that the popover
|
|
578
|
-
*/
|
|
579
|
-
_subscribeToPanelEvents() {
|
|
580
|
-
if (this._overlayRef) {
|
|
581
|
-
this._panelEventsSubscriptions = new Subscription();
|
|
582
|
-
if (this.triggerEvent === 'hover' || this.triggerEvent === 'focus') {
|
|
583
|
-
this._panelEventsSubscriptions.add(this.panel.hovered.subscribe((hovered) => {
|
|
584
|
-
this._hovered$.next(hovered);
|
|
585
|
-
}));
|
|
586
|
-
}
|
|
587
|
-
this._panelEventsSubscriptions.add(this.panel.close.subscribe(() => {
|
|
588
|
-
this.closePopover();
|
|
589
|
-
}));
|
|
590
|
-
this._panelEventsSubscriptions.add(this.panel.open.subscribe(() => {
|
|
591
|
-
this.openPopover();
|
|
592
|
-
}));
|
|
593
|
-
}
|
|
594
|
-
}
|
|
595
|
-
/**
|
|
596
|
-
* This method ensures that the popover closes when the overlay has been detached
|
|
597
|
-
* Detach can occur if we scroll while popover is opened
|
|
598
|
-
*/
|
|
599
|
-
_subscribeToOverlayDetachments() {
|
|
600
|
-
if (this._overlayRef) {
|
|
601
|
-
this._overlayDetachmentsSubscription = this._overlayRef.detachments().subscribe(() => {
|
|
602
|
-
this._hovered$.next(false);
|
|
603
|
-
});
|
|
604
|
-
}
|
|
605
|
-
}
|
|
606
|
-
/**
|
|
607
|
-
* This method ensures that the popover closes when the overlay backdrop is clicked.
|
|
608
|
-
* We do not use first() here because doing so would not catch clicks from within
|
|
609
|
-
* the popover, and it would fail to unsubscribe properly. Instead, we unsubscribe
|
|
610
|
-
* explicitly when the popover is closed or destroyed.
|
|
611
|
-
*/
|
|
612
|
-
_subscribeToBackdrop() {
|
|
613
|
-
if (this._overlayRef) {
|
|
614
|
-
this._backdropSubscription = this._overlayRef.backdropClick().subscribe(() => {
|
|
615
|
-
this.closePopover();
|
|
616
|
-
});
|
|
617
|
-
}
|
|
618
|
-
}
|
|
619
|
-
/**
|
|
620
|
-
* This method sets the popover state to open and focuses the first item if
|
|
621
|
-
* the popover was opened via the keyboard.
|
|
622
|
-
*/
|
|
623
|
-
_initPopover() {
|
|
624
|
-
this._setIsPopoverOpen(true);
|
|
625
|
-
this.panel.panelId = this._panelId;
|
|
626
|
-
this.panel.triggerId = this._triggerId;
|
|
627
|
-
this.panel.keydownEvents$ = this._overlayRef.keydownEvents();
|
|
628
|
-
this._subscribeToPanelEvents();
|
|
629
|
-
}
|
|
630
|
-
/**
|
|
631
|
-
* This method resets the popover when it's closed, most importantly restoring
|
|
632
|
-
* focus to the popover trigger if the popover was opened via the keyboard.
|
|
633
|
-
*/
|
|
634
|
-
_resetPopover() {
|
|
635
|
-
this._setIsPopoverOpen(false);
|
|
636
|
-
// Focus only needs to be reset to the host element if the popover was opened
|
|
637
|
-
// by the keyboard and manually shifted to the first popover item.
|
|
638
|
-
if (!this._openedByMouse && this.triggerEvent === 'click') {
|
|
639
|
-
this.focus();
|
|
640
|
-
}
|
|
641
|
-
this._openedByMouse = false;
|
|
642
|
-
}
|
|
643
|
-
/** set state rather than toggle to support triggers sharing a popover */
|
|
644
|
-
_setIsPopoverOpen(isOpen) {
|
|
645
|
-
this._popoverOpen = isOpen;
|
|
646
|
-
// tell the panel it's opening/closing
|
|
647
|
-
isOpen ? this.panel.onOpen() : this.panel.onClose();
|
|
648
|
-
}
|
|
649
|
-
/**
|
|
650
|
-
* This method checks that a valid instance of MdPopover has been passed into
|
|
651
|
-
* mdPopoverTriggerFor. If not, an exception is thrown.
|
|
652
|
-
*/
|
|
653
|
-
_checkPanel() {
|
|
654
|
-
if (!this.panel) {
|
|
655
|
-
throw Error(`lu-popover-trigger: must pass in a lu-popover instance.
|
|
656
|
-
Example:
|
|
657
|
-
<lu-popover #popover="LuPopover"></lu-popover>
|
|
658
|
-
<button type="button" [luPopover]="popover"></button>`);
|
|
659
|
-
}
|
|
660
|
-
}
|
|
661
|
-
_checkTarget() {
|
|
662
|
-
if (!this.target) {
|
|
663
|
-
throw Error(`lu-popover-trigger: must pass in a popover target instance.`);
|
|
664
|
-
}
|
|
665
|
-
}
|
|
666
|
-
/**
|
|
667
|
-
* This method creates the overlay from the provided popover's template and saves its
|
|
668
|
-
* OverlayRef so that it can be attached to the DOM when openPopover is called.
|
|
669
|
-
*/
|
|
670
|
-
_createOverlay() {
|
|
671
|
-
if (!this._overlayRef) {
|
|
672
|
-
this._portal = new TemplatePortal(this.panel.templateRef, this._viewContainerRef);
|
|
673
|
-
const config = this._getOverlayConfig();
|
|
674
|
-
this._subscribeToPositions(config.positionStrategy);
|
|
675
|
-
this._overlayRef = this._overlay.create(config);
|
|
676
|
-
}
|
|
677
|
-
return this._overlayRef;
|
|
678
|
-
}
|
|
679
|
-
/**
|
|
680
|
-
* This method builds the configuration object needed to create the overlay, the OverlayConfig.
|
|
681
|
-
* @returns OverlayConfig
|
|
682
|
-
*/
|
|
683
|
-
_getOverlayConfig() {
|
|
684
|
-
const overlayState = new OverlayConfig();
|
|
685
|
-
overlayState.positionStrategy = this._getPosition();
|
|
686
|
-
/** Display overlay backdrop if trigger event is click */
|
|
687
|
-
if (this.triggerEvent === 'click') {
|
|
688
|
-
overlayState.hasBackdrop = true;
|
|
689
|
-
overlayState.backdropClass = 'cdk-overlay-transparent-backdrop';
|
|
690
|
-
}
|
|
691
|
-
overlayState.direction = this.dir;
|
|
692
|
-
const scrollStrategy = this._getPanelScrollStrategy();
|
|
693
|
-
switch (scrollStrategy) {
|
|
694
|
-
case 'block':
|
|
695
|
-
overlayState.scrollStrategy = this._overlay.scrollStrategies.block();
|
|
696
|
-
break;
|
|
697
|
-
case 'close':
|
|
698
|
-
overlayState.scrollStrategy = this._overlay.scrollStrategies.close();
|
|
699
|
-
break;
|
|
700
|
-
default:
|
|
701
|
-
overlayState.scrollStrategy = this._overlay.scrollStrategies.reposition();
|
|
702
|
-
break;
|
|
703
|
-
}
|
|
704
|
-
return overlayState;
|
|
705
|
-
}
|
|
706
|
-
/**
|
|
707
|
-
* Listens to changes in the position of the overlay and sets the correct classes
|
|
708
|
-
* on the popover based on the new position. This ensures the animation origin is always
|
|
709
|
-
* correct, even if a fallback position is used for the overlay.
|
|
710
|
-
*/
|
|
711
|
-
_subscribeToPositions(position) {
|
|
712
|
-
this._positionSubscription = position.positionChanges
|
|
713
|
-
.pipe(map((c) => c.connectionPair), distinctUntilChanged())
|
|
714
|
-
.subscribe((connectionPair) => {
|
|
715
|
-
this.panel.setPositionClasses(connectionPair.overlayX, connectionPair.overlayY);
|
|
716
|
-
});
|
|
717
|
-
}
|
|
718
|
-
/**
|
|
719
|
-
* This method builds the position strategy for the overlay, so the popover is properly connected
|
|
720
|
-
* to the trigger.
|
|
721
|
-
* @returns FlexibleConnectedPositionStrategy
|
|
722
|
-
*/
|
|
723
|
-
_getPosition() {
|
|
724
|
-
/**
|
|
725
|
-
* For overriding position element, when LuPopoverTargetAt has a valid element reference.
|
|
726
|
-
* Useful for sticking popover to parent element and offsetting arrow to trigger element.
|
|
727
|
-
* If undefined defaults to the trigger element reference.
|
|
728
|
-
*/
|
|
729
|
-
const element = this.target.elementRef;
|
|
730
|
-
// if (typeof this.targetElement !== 'undefined' && this.popover) {
|
|
731
|
-
// this.popover.containerPositioning = true;
|
|
732
|
-
// element = this.targetElement._elementRef;
|
|
733
|
-
// }
|
|
734
|
-
const connectionPosition = {
|
|
735
|
-
originX: 'start',
|
|
736
|
-
originY: 'top',
|
|
737
|
-
};
|
|
738
|
-
// Position
|
|
739
|
-
const position = this.target.position;
|
|
740
|
-
const overlap = this.target.overlap;
|
|
741
|
-
if (position === 'above') {
|
|
742
|
-
connectionPosition.originY = overlap ? 'bottom' : 'top';
|
|
743
|
-
}
|
|
744
|
-
else if (position === 'below') {
|
|
745
|
-
connectionPosition.originY = overlap ? 'top' : 'bottom';
|
|
746
|
-
}
|
|
747
|
-
else if (position === 'before') {
|
|
748
|
-
connectionPosition.originX = overlap ? 'end' : 'start';
|
|
749
|
-
}
|
|
750
|
-
else if (position === 'after') {
|
|
751
|
-
connectionPosition.originX = overlap ? 'start' : 'end';
|
|
752
|
-
}
|
|
753
|
-
// Alignment
|
|
754
|
-
const alignment = this.target.alignment;
|
|
755
|
-
if (this.isVerticallyPositionned) {
|
|
756
|
-
if (alignment === 'left') {
|
|
757
|
-
connectionPosition.originX = 'start';
|
|
758
|
-
}
|
|
759
|
-
else if (alignment === 'right') {
|
|
760
|
-
connectionPosition.originX = 'end';
|
|
761
|
-
}
|
|
762
|
-
else {
|
|
763
|
-
connectionPosition.originX = 'center';
|
|
764
|
-
}
|
|
765
|
-
}
|
|
766
|
-
else {
|
|
767
|
-
if (alignment === 'top') {
|
|
768
|
-
connectionPosition.originY = 'top';
|
|
769
|
-
}
|
|
770
|
-
else if (alignment === 'bottom') {
|
|
771
|
-
connectionPosition.originY = 'bottom';
|
|
772
|
-
}
|
|
773
|
-
else {
|
|
774
|
-
connectionPosition.originY = 'center';
|
|
775
|
-
}
|
|
776
|
-
}
|
|
777
|
-
const overlayPosition = {
|
|
778
|
-
overlayX: 'start',
|
|
779
|
-
overlayY: 'top',
|
|
780
|
-
};
|
|
781
|
-
if (overlap) {
|
|
782
|
-
overlayPosition.overlayX = connectionPosition.originX;
|
|
783
|
-
overlayPosition.overlayY = connectionPosition.originY;
|
|
784
|
-
}
|
|
785
|
-
else if (this.isVerticallyPositionned) {
|
|
786
|
-
overlayPosition.overlayX = connectionPosition.originX;
|
|
787
|
-
overlayPosition.overlayY = position === 'above' ? 'bottom' : 'top';
|
|
788
|
-
}
|
|
789
|
-
else {
|
|
790
|
-
overlayPosition.overlayX = position === 'before' ? 'end' : 'start';
|
|
791
|
-
overlayPosition.overlayY = connectionPosition.originY;
|
|
792
|
-
}
|
|
793
|
-
return this._overlay
|
|
794
|
-
.position()
|
|
795
|
-
.flexibleConnectedTo(element)
|
|
796
|
-
.withPositions([
|
|
797
|
-
{
|
|
798
|
-
originX: connectionPosition.originX,
|
|
799
|
-
originY: connectionPosition.originY,
|
|
800
|
-
overlayX: overlayPosition.overlayX,
|
|
801
|
-
overlayY: overlayPosition.overlayY,
|
|
802
|
-
},
|
|
803
|
-
{
|
|
804
|
-
originX: connectionPosition.originX,
|
|
805
|
-
originY: this._invertVerticalPos(connectionPosition.originY),
|
|
806
|
-
overlayX: overlayPosition.overlayX,
|
|
807
|
-
overlayY: this._invertVerticalPos(overlayPosition.overlayY),
|
|
808
|
-
},
|
|
809
|
-
{
|
|
810
|
-
originX: this._invertHorizontalPos(connectionPosition.originX),
|
|
811
|
-
originY: connectionPosition.originY,
|
|
812
|
-
overlayX: this._invertHorizontalPos(overlayPosition.overlayX),
|
|
813
|
-
overlayY: overlayPosition.overlayY,
|
|
814
|
-
},
|
|
815
|
-
{
|
|
816
|
-
originX: this._invertHorizontalPos(connectionPosition.originX),
|
|
817
|
-
originY: this._invertVerticalPos(connectionPosition.originY),
|
|
818
|
-
overlayX: this._invertHorizontalPos(overlayPosition.overlayX),
|
|
819
|
-
overlayY: this._invertVerticalPos(overlayPosition.overlayY),
|
|
820
|
-
},
|
|
821
|
-
])
|
|
822
|
-
.withDefaultOffsetX(this.target.offsetX)
|
|
823
|
-
.withDefaultOffsetY(this.target.offsetY);
|
|
824
|
-
}
|
|
825
|
-
_invertVerticalPos(y) {
|
|
826
|
-
if (y === 'top') {
|
|
827
|
-
y = 'bottom';
|
|
828
|
-
}
|
|
829
|
-
else if (y === 'bottom') {
|
|
830
|
-
y = 'top';
|
|
831
|
-
}
|
|
832
|
-
return y;
|
|
833
|
-
}
|
|
834
|
-
_invertHorizontalPos(x) {
|
|
835
|
-
if (x === 'end') {
|
|
836
|
-
x = 'start';
|
|
837
|
-
}
|
|
838
|
-
else if (x === 'start') {
|
|
839
|
-
x = 'end';
|
|
840
|
-
}
|
|
841
|
-
return x;
|
|
842
|
-
}
|
|
843
|
-
_cleanUpSubscriptions() {
|
|
844
|
-
if (this._backdropSubscription) {
|
|
845
|
-
this._backdropSubscription.unsubscribe();
|
|
846
|
-
}
|
|
847
|
-
if (this._positionSubscription) {
|
|
848
|
-
this._positionSubscription.unsubscribe();
|
|
849
|
-
}
|
|
850
|
-
if (this._hoveredSubscription) {
|
|
851
|
-
this._hoveredSubscription.unsubscribe();
|
|
852
|
-
}
|
|
853
|
-
if (this._panelEventsSubscriptions) {
|
|
854
|
-
this._panelEventsSubscriptions.unsubscribe();
|
|
855
|
-
}
|
|
856
|
-
if (this._overlayDetachmentsSubscription) {
|
|
857
|
-
this._overlayDetachmentsSubscription.unsubscribe();
|
|
858
|
-
}
|
|
859
|
-
}
|
|
860
|
-
_hasEllipsis() {
|
|
861
|
-
if (!(this._elementRef.nativeElement instanceof HTMLElement)) {
|
|
862
|
-
return false;
|
|
863
|
-
}
|
|
864
|
-
const { scrollWidth, scrollHeight, clientWidth, clientHeight } = this._elementRef.nativeElement;
|
|
865
|
-
const textClampedByWidth = scrollWidth > clientWidth;
|
|
866
|
-
const textClampedByHeight = scrollHeight > clientHeight;
|
|
867
|
-
return textClampedByWidth || textClampedByHeight;
|
|
868
|
-
}
|
|
869
|
-
}
|
|
870
|
-
|
|
871
|
-
/**
|
|
872
|
-
* This directive is intended to be used in conjunction with an lu-popover tag. It is
|
|
873
|
-
* responsible for toggling the display of the provided popover instance.
|
|
874
|
-
*/
|
|
875
|
-
class LuPopoverTriggerDirective extends ALuPopoverTrigger {
|
|
876
|
-
constructor(_overlay, _elementRef, _viewContainerRef) {
|
|
877
|
-
super(_overlay, _elementRef, _viewContainerRef);
|
|
878
|
-
this._overlay = _overlay;
|
|
879
|
-
this._elementRef = _elementRef;
|
|
880
|
-
this._viewContainerRef = _viewContainerRef;
|
|
881
|
-
/** Event emitted when the associated popover is opened. */
|
|
882
|
-
// eslint-disable-next-line @angular-eslint/no-output-on-prefix
|
|
883
|
-
this.onOpen = new EventEmitter();
|
|
884
|
-
/** Event emitted when the associated popover is closed. */
|
|
885
|
-
// eslint-disable-next-line @angular-eslint/no-output-on-prefix
|
|
886
|
-
this.onClose = new EventEmitter();
|
|
887
|
-
this.target = new LuPopoverTarget();
|
|
888
|
-
this.target.elementRef = this._elementRef;
|
|
889
|
-
this._triggerId = this._elementRef.nativeElement.getAttribute('id') || this._triggerId;
|
|
890
|
-
}
|
|
891
|
-
/** References the popover instance that the trigger is associated with. */
|
|
892
|
-
set inputPanel(p) {
|
|
893
|
-
this.panel = p;
|
|
894
|
-
}
|
|
895
|
-
/** References the popover target instance that the trigger is associated with. */
|
|
896
|
-
set inputTarget(t) {
|
|
897
|
-
this.target = t;
|
|
898
|
-
}
|
|
899
|
-
/** References the popover target instance that the trigger is associated with. */
|
|
900
|
-
set inputTriggerEvent(te) {
|
|
901
|
-
this.triggerEvent = te;
|
|
902
|
-
}
|
|
903
|
-
/** how you want to position the panel relative to the target, allowed values: above, below, before, after */
|
|
904
|
-
set inputPosition(pos) {
|
|
905
|
-
this.target.position = pos;
|
|
906
|
-
}
|
|
907
|
-
/** how the panel will be align with the target, allowed values: top, bottom, left, right */
|
|
908
|
-
set inputAlignment(al) {
|
|
909
|
-
this.target.alignment = al;
|
|
910
|
-
}
|
|
911
|
-
/** when trigger = hover, delay before the popover panel appears */
|
|
912
|
-
set inputEnterDelay(d) {
|
|
913
|
-
this.enterDelay = d;
|
|
914
|
-
}
|
|
915
|
-
/** when trigger = hover, delay before the popover panel disappears */
|
|
916
|
-
set inputLeaveDelay(d) {
|
|
917
|
-
this.leaveDelay = d;
|
|
918
|
-
}
|
|
919
|
-
/** disable popover apparition */
|
|
920
|
-
set inputDisabled(d) {
|
|
921
|
-
this.disabled = d;
|
|
922
|
-
}
|
|
923
|
-
/** set to true if you want the panel to appear on top of the target */
|
|
924
|
-
set inputOverlap(ov) {
|
|
925
|
-
this.target.overlap = ov;
|
|
926
|
-
}
|
|
927
|
-
set inputOffsetX(ox) {
|
|
928
|
-
this.target.offsetX = ox;
|
|
929
|
-
}
|
|
930
|
-
set inputOffsetY(oy) {
|
|
931
|
-
this.target.offsetY = oy;
|
|
932
|
-
}
|
|
933
|
-
/** accessibility attribute - dont override */
|
|
934
|
-
get _attrAriaExpanded() {
|
|
935
|
-
return this._popoverOpen;
|
|
936
|
-
}
|
|
937
|
-
/** accessibility attribute - dont override */
|
|
938
|
-
get _attrId() {
|
|
939
|
-
return this._triggerId;
|
|
940
|
-
}
|
|
941
|
-
/** accessibility attribute - dont override */
|
|
942
|
-
get _attrAriaControls() {
|
|
943
|
-
return this._panelId;
|
|
944
|
-
}
|
|
945
|
-
onClick() {
|
|
946
|
-
super.onClick();
|
|
947
|
-
}
|
|
948
|
-
onMouseEnter() {
|
|
949
|
-
super.onMouseEnter();
|
|
950
|
-
}
|
|
951
|
-
onMouseLeave() {
|
|
952
|
-
super.onMouseLeave();
|
|
953
|
-
}
|
|
954
|
-
onFocus() {
|
|
955
|
-
super.onFocus();
|
|
956
|
-
}
|
|
957
|
-
onBlur() {
|
|
958
|
-
super.onBlur();
|
|
959
|
-
}
|
|
960
|
-
ngAfterViewInit() {
|
|
961
|
-
this._checkPanel();
|
|
962
|
-
this._checkTarget();
|
|
963
|
-
}
|
|
964
|
-
ngOnDestroy() {
|
|
965
|
-
this._cleanUpSubscriptions();
|
|
966
|
-
if (this._popoverOpen) {
|
|
967
|
-
this.closePopover();
|
|
968
|
-
}
|
|
969
|
-
this.destroyPopover();
|
|
970
|
-
}
|
|
971
|
-
_emitOpen() {
|
|
972
|
-
this.onOpen.emit();
|
|
973
|
-
}
|
|
974
|
-
_emitClose() {
|
|
975
|
-
this.onClose.emit();
|
|
976
|
-
}
|
|
977
|
-
}
|
|
978
|
-
LuPopoverTriggerDirective.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "15.2.7", ngImport: i0, type: LuPopoverTriggerDirective, deps: [{ token: i1$1.Overlay }, { token: i0.ElementRef }, { token: i0.ViewContainerRef }], target: i0.ɵɵFactoryTarget.Directive });
|
|
979
|
-
LuPopoverTriggerDirective.ɵdir = i0.ɵɵngDeclareDirective({ minVersion: "14.0.0", version: "15.2.7", type: LuPopoverTriggerDirective, isStandalone: true, selector: "[luPopover]", inputs: { inputPanel: ["luPopover", "inputPanel"], inputTarget: ["luPopoverTarget", "inputTarget"], inputTriggerEvent: ["luPopoverTrigger", "inputTriggerEvent"], inputPosition: ["luPopoverPosition", "inputPosition"], inputAlignment: ["luPopoverAlignment", "inputAlignment"], inputEnterDelay: ["luPopoverEnterDelay", "inputEnterDelay"], inputLeaveDelay: ["luPopoverLeaveDelay", "inputLeaveDelay"], inputDisabled: ["luPopoverDisabled", "inputDisabled"], inputOverlap: ["luPopoverOverlap", "inputOverlap"], inputOffsetX: ["luPopoverOffsetX", "inputOffsetX"], inputOffsetY: ["luPopoverOffsetY", "inputOffsetY"] }, outputs: { onOpen: "luPopoverOnOpen", onClose: "luPopoverOnClose" }, host: { listeners: { "click": "onClick()", "mouseenter": "onMouseEnter()", "mouseleave": "onMouseLeave()", "focus": "onFocus()", "blur": "onBlur()" }, properties: { "attr.aria-expanded": "this._attrAriaExpanded", "attr.id": "this._attrId", "attr.aria-controls": "this._attrAriaControls" } }, exportAs: ["LuPopoverTrigger"], usesInheritance: true, ngImport: i0 });
|
|
980
|
-
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "15.2.7", ngImport: i0, type: LuPopoverTriggerDirective, decorators: [{
|
|
981
|
-
type: Directive,
|
|
982
|
-
args: [{
|
|
983
|
-
selector: '[luPopover]',
|
|
984
|
-
exportAs: 'LuPopoverTrigger',
|
|
985
|
-
standalone: true,
|
|
986
|
-
}]
|
|
987
|
-
}], ctorParameters: function () { return [{ type: i1$1.Overlay }, { type: i0.ElementRef }, { type: i0.ViewContainerRef }]; }, propDecorators: { inputPanel: [{
|
|
988
|
-
type: Input,
|
|
989
|
-
args: ['luPopover']
|
|
990
|
-
}], inputTarget: [{
|
|
991
|
-
type: Input,
|
|
992
|
-
args: ['luPopoverTarget']
|
|
993
|
-
}], inputTriggerEvent: [{
|
|
994
|
-
type: Input,
|
|
995
|
-
args: ['luPopoverTrigger']
|
|
996
|
-
}], onOpen: [{
|
|
997
|
-
type: Output,
|
|
998
|
-
args: ['luPopoverOnOpen']
|
|
999
|
-
}], onClose: [{
|
|
1000
|
-
type: Output,
|
|
1001
|
-
args: ['luPopoverOnClose']
|
|
1002
|
-
}], inputPosition: [{
|
|
1003
|
-
type: Input,
|
|
1004
|
-
args: ['luPopoverPosition']
|
|
1005
|
-
}], inputAlignment: [{
|
|
1006
|
-
type: Input,
|
|
1007
|
-
args: ['luPopoverAlignment']
|
|
1008
|
-
}], inputEnterDelay: [{
|
|
1009
|
-
type: Input,
|
|
1010
|
-
args: ['luPopoverEnterDelay']
|
|
1011
|
-
}], inputLeaveDelay: [{
|
|
1012
|
-
type: Input,
|
|
1013
|
-
args: ['luPopoverLeaveDelay']
|
|
1014
|
-
}], inputDisabled: [{
|
|
1015
|
-
type: Input,
|
|
1016
|
-
args: ['luPopoverDisabled']
|
|
1017
|
-
}], inputOverlap: [{
|
|
1018
|
-
type: Input,
|
|
1019
|
-
args: ['luPopoverOverlap']
|
|
1020
|
-
}], inputOffsetX: [{
|
|
1021
|
-
type: Input,
|
|
1022
|
-
args: ['luPopoverOffsetX']
|
|
1023
|
-
}], inputOffsetY: [{
|
|
1024
|
-
type: Input,
|
|
1025
|
-
args: ['luPopoverOffsetY']
|
|
1026
|
-
}], _attrAriaExpanded: [{
|
|
1027
|
-
type: HostBinding,
|
|
1028
|
-
args: ['attr.aria-expanded']
|
|
1029
|
-
}], _attrId: [{
|
|
1030
|
-
type: HostBinding,
|
|
1031
|
-
args: ['attr.id']
|
|
1032
|
-
}], _attrAriaControls: [{
|
|
1033
|
-
type: HostBinding,
|
|
1034
|
-
args: ['attr.aria-controls']
|
|
1035
|
-
}], onClick: [{
|
|
1036
|
-
type: HostListener,
|
|
1037
|
-
args: ['click']
|
|
1038
|
-
}], onMouseEnter: [{
|
|
1039
|
-
type: HostListener,
|
|
1040
|
-
args: ['mouseenter']
|
|
1041
|
-
}], onMouseLeave: [{
|
|
1042
|
-
type: HostListener,
|
|
1043
|
-
args: ['mouseleave']
|
|
1044
|
-
}], onFocus: [{
|
|
1045
|
-
type: HostListener,
|
|
1046
|
-
args: ['focus']
|
|
1047
|
-
}], onBlur: [{
|
|
1048
|
-
type: HostListener,
|
|
1049
|
-
args: ['blur']
|
|
1050
|
-
}] } });
|
|
1051
|
-
|
|
1052
|
-
class LuPopoverTriggerModule {
|
|
1053
|
-
}
|
|
1054
|
-
LuPopoverTriggerModule.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "15.2.7", ngImport: i0, type: LuPopoverTriggerModule, deps: [], target: i0.ɵɵFactoryTarget.NgModule });
|
|
1055
|
-
LuPopoverTriggerModule.ɵmod = i0.ɵɵngDeclareNgModule({ minVersion: "14.0.0", version: "15.2.7", ngImport: i0, type: LuPopoverTriggerModule, imports: [LuPopoverTriggerDirective, OverlayModule], exports: [LuPopoverTriggerDirective] });
|
|
1056
|
-
LuPopoverTriggerModule.ɵinj = i0.ɵɵngDeclareInjector({ minVersion: "12.0.0", version: "15.2.7", ngImport: i0, type: LuPopoverTriggerModule, imports: [OverlayModule] });
|
|
1057
|
-
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "15.2.7", ngImport: i0, type: LuPopoverTriggerModule, decorators: [{
|
|
1058
|
-
type: NgModule,
|
|
1059
|
-
args: [{
|
|
1060
|
-
imports: [LuPopoverTriggerDirective, OverlayModule],
|
|
1061
|
-
exports: [LuPopoverTriggerDirective],
|
|
1062
|
-
}]
|
|
1063
|
-
}] });
|
|
1064
|
-
|
|
1065
|
-
class LuPopoverModule {
|
|
1066
|
-
}
|
|
1067
|
-
LuPopoverModule.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "15.2.7", ngImport: i0, type: LuPopoverModule, deps: [], target: i0.ɵɵFactoryTarget.NgModule });
|
|
1068
|
-
LuPopoverModule.ɵmod = i0.ɵɵngDeclareNgModule({ minVersion: "14.0.0", version: "15.2.7", ngImport: i0, type: LuPopoverModule, imports: [LuPopoverPanelComponent, LuPopoverTargetDirective, LuPopoverTriggerDirective], exports: [LuPopoverPanelComponent, LuPopoverTargetDirective, LuPopoverTriggerDirective] });
|
|
1069
|
-
LuPopoverModule.ɵinj = i0.ɵɵngDeclareInjector({ minVersion: "12.0.0", version: "15.2.7", ngImport: i0, type: LuPopoverModule, imports: [LuPopoverPanelComponent] });
|
|
1070
|
-
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "15.2.7", ngImport: i0, type: LuPopoverModule, decorators: [{
|
|
1071
|
-
type: NgModule,
|
|
1072
|
-
args: [{
|
|
1073
|
-
imports: [LuPopoverPanelComponent, LuPopoverTargetDirective, LuPopoverTriggerDirective],
|
|
1074
|
-
exports: [LuPopoverPanelComponent, LuPopoverTargetDirective, LuPopoverTriggerDirective],
|
|
1075
|
-
}]
|
|
1076
|
-
}] });
|
|
1077
|
-
|
|
1078
|
-
/*
|
|
1079
|
-
* Public API Surface of safe-content
|
|
1080
|
-
*/
|
|
1081
|
-
|
|
1082
|
-
/**
|
|
1083
|
-
* Generated bundle index. Do not edit.
|
|
1084
|
-
*/
|
|
1085
|
-
|
|
1086
|
-
export { ALuPopoverPanel, ALuPopoverTarget, ALuPopoverTrigger, LuPopoverModule, LuPopoverPanelComponent, LuPopoverPanelModule, LuPopoverTarget, LuPopoverTargetDirective, LuPopoverTargetModule, LuPopoverTriggerDirective, LuPopoverTriggerModule, luTransformPopover };
|
|
1087
|
-
//# sourceMappingURL=lucca-front-ng-popover.mjs.map
|