@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,120 +0,0 @@
|
|
|
1
|
-
/**
|
|
2
|
-
* abstract class for basic implementation of a popover panel
|
|
3
|
-
*/
|
|
4
|
-
export class ALuPopoverPanel {
|
|
5
|
-
constructor() {
|
|
6
|
-
this._closeOnClick = false;
|
|
7
|
-
this._trapFocus = false;
|
|
8
|
-
this._scrollStrategy = 'reposition';
|
|
9
|
-
this._positionClassesMap = {};
|
|
10
|
-
this._panelClasses = '';
|
|
11
|
-
this._contentClasses = '';
|
|
12
|
-
}
|
|
13
|
-
get isOpen() {
|
|
14
|
-
return this._isOpen;
|
|
15
|
-
}
|
|
16
|
-
get closeOnClick() {
|
|
17
|
-
return this._closeOnClick;
|
|
18
|
-
}
|
|
19
|
-
set closeOnClick(coc) {
|
|
20
|
-
this._closeOnClick = coc;
|
|
21
|
-
}
|
|
22
|
-
get trapFocus() {
|
|
23
|
-
return this._trapFocus;
|
|
24
|
-
}
|
|
25
|
-
set trapFocus(tf) {
|
|
26
|
-
this._trapFocus = tf;
|
|
27
|
-
}
|
|
28
|
-
get scrollStrategy() {
|
|
29
|
-
return this._scrollStrategy;
|
|
30
|
-
}
|
|
31
|
-
set scrollStrategy(ss) {
|
|
32
|
-
this._scrollStrategy = ss;
|
|
33
|
-
}
|
|
34
|
-
get templateRef() {
|
|
35
|
-
return this._templateRef;
|
|
36
|
-
}
|
|
37
|
-
set templateRef(tr) {
|
|
38
|
-
this._templateRef = tr;
|
|
39
|
-
}
|
|
40
|
-
get panelClasses() {
|
|
41
|
-
return this._panelClasses;
|
|
42
|
-
}
|
|
43
|
-
set panelClasses(cl) {
|
|
44
|
-
this._panelClasses = cl;
|
|
45
|
-
}
|
|
46
|
-
get panelClassesMap() {
|
|
47
|
-
const map = this._panelClasses
|
|
48
|
-
.split(' ')
|
|
49
|
-
.filter((c) => !!c)
|
|
50
|
-
.reduce((obj, className) => {
|
|
51
|
-
obj[className] = true;
|
|
52
|
-
return obj;
|
|
53
|
-
}, {});
|
|
54
|
-
// also add position classes
|
|
55
|
-
return { ...map, ...this._positionClassesMap };
|
|
56
|
-
}
|
|
57
|
-
get contentClasses() {
|
|
58
|
-
return this._contentClasses;
|
|
59
|
-
}
|
|
60
|
-
set contentClasses(cl) {
|
|
61
|
-
this._contentClasses = cl;
|
|
62
|
-
}
|
|
63
|
-
get contentClassesMap() {
|
|
64
|
-
return this._contentClasses.split(' ').reduce((obj, className) => {
|
|
65
|
-
obj[className] = true;
|
|
66
|
-
return obj;
|
|
67
|
-
}, {});
|
|
68
|
-
}
|
|
69
|
-
get overlayPaneClass() {
|
|
70
|
-
return this._overlayPaneClass;
|
|
71
|
-
}
|
|
72
|
-
set overlayPaneClass(opc) {
|
|
73
|
-
this._overlayPaneClass = opc;
|
|
74
|
-
}
|
|
75
|
-
set keydownEvents$(evt$) {
|
|
76
|
-
if (!this._keydownEventsSub) {
|
|
77
|
-
this._keydownEventsSub = evt$.subscribe((e) => this._handleKeydown(e));
|
|
78
|
-
}
|
|
79
|
-
}
|
|
80
|
-
setPositionClasses(posX, posY) {
|
|
81
|
-
this._positionClassesMap['is-before'] = posX === 'end';
|
|
82
|
-
this._positionClassesMap['is-after'] = posX === 'start';
|
|
83
|
-
this._positionClassesMap['is-above'] = posY === 'bottom';
|
|
84
|
-
this._positionClassesMap['is-below'] = posY === 'top';
|
|
85
|
-
}
|
|
86
|
-
onClick() {
|
|
87
|
-
if (this.closeOnClick) {
|
|
88
|
-
this._emitCloseEvent();
|
|
89
|
-
}
|
|
90
|
-
}
|
|
91
|
-
onOpen() {
|
|
92
|
-
this._isOpen = true;
|
|
93
|
-
}
|
|
94
|
-
onClose() {
|
|
95
|
-
this._isOpen = false;
|
|
96
|
-
}
|
|
97
|
-
/**
|
|
98
|
-
* TODO: Refactor when @angular/cdk includes feature I mentioned on github see link below.
|
|
99
|
-
* https://github.com/angular/material2/pull/5493#issuecomment-313085323
|
|
100
|
-
*/
|
|
101
|
-
/** Disables close of popover when leaving trigger element and mouse over the popover */
|
|
102
|
-
onMouseOver() {
|
|
103
|
-
this._emitHoveredEvent(true);
|
|
104
|
-
}
|
|
105
|
-
/** Enables close of popover when mouse leaving popover element */
|
|
106
|
-
onMouseLeave() {
|
|
107
|
-
this._emitHoveredEvent(false);
|
|
108
|
-
}
|
|
109
|
-
/** does nothing but must be overridable */
|
|
110
|
-
// eslint-disable-next-line @typescript-eslint/no-empty-function
|
|
111
|
-
onMouseDown() { }
|
|
112
|
-
_handleKeydown(event) {
|
|
113
|
-
switch (event.key) {
|
|
114
|
-
case 'Escape':
|
|
115
|
-
this._emitCloseEvent();
|
|
116
|
-
return;
|
|
117
|
-
}
|
|
118
|
-
}
|
|
119
|
-
}
|
|
120
|
-
//# sourceMappingURL=data:application/json;base64,eyJ2ZXJzaW9uIjozLCJmaWxlIjoicG9wb3Zlci1wYW5lbC5tb2RlbC5qcyIsInNvdXJjZVJvb3QiOiIiLCJzb3VyY2VzIjpbIi4uLy4uLy4uLy4uLy4uLy4uL3BhY2thZ2VzL25nL3BvcG92ZXIvc3JjL2xpYi9wYW5lbC9wb3BvdmVyLXBhbmVsLm1vZGVsLnRzIl0sIm5hbWVzIjpbXSwibWFwcGluZ3MiOiJBQWlDQTs7R0FFRztBQUNILE1BQU0sT0FBZ0IsZUFBZTtJQUFyQztRQVNXLGtCQUFhLEdBQUcsS0FBSyxDQUFDO1FBUXRCLGVBQVUsR0FBRyxLQUFLLENBQUM7UUFRbkIsb0JBQWUsR0FBNEIsWUFBWSxDQUFDO1FBZ0J4RCx3QkFBbUIsR0FBNEIsRUFBRSxDQUFDO1FBQ2xELGtCQUFhLEdBQUcsRUFBRSxDQUFDO1FBbUJuQixvQkFBZSxHQUFHLEVBQUUsQ0FBQztJQWlGaEMsQ0FBQztJQXpJQSxJQUFJLE1BQU07UUFDVCxPQUFPLElBQUksQ0FBQyxPQUFPLENBQUM7SUFDckIsQ0FBQztJQUdELElBQUksWUFBWTtRQUNmLE9BQU8sSUFBSSxDQUFDLGFBQWEsQ0FBQztJQUMzQixDQUFDO0lBQ0QsSUFBSSxZQUFZLENBQUMsR0FBWTtRQUM1QixJQUFJLENBQUMsYUFBYSxHQUFHLEdBQUcsQ0FBQztJQUMxQixDQUFDO0lBR0QsSUFBSSxTQUFTO1FBQ1osT0FBTyxJQUFJLENBQUMsVUFBVSxDQUFDO0lBQ3hCLENBQUM7SUFDRCxJQUFJLFNBQVMsQ0FBQyxFQUFXO1FBQ3hCLElBQUksQ0FBQyxVQUFVLEdBQUcsRUFBRSxDQUFDO0lBQ3RCLENBQUM7SUFHRCxJQUFJLGNBQWM7UUFDakIsT0FBTyxJQUFJLENBQUMsZUFBZSxDQUFDO0lBQzdCLENBQUM7SUFDRCxJQUFJLGNBQWMsQ0FBQyxFQUEyQjtRQUM3QyxJQUFJLENBQUMsZUFBZSxHQUFHLEVBQUUsQ0FBQztJQUMzQixDQUFDO0lBR0QsSUFBSSxXQUFXO1FBQ2QsT0FBTyxJQUFJLENBQUMsWUFBWSxDQUFDO0lBQzFCLENBQUM7SUFDRCxJQUFJLFdB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QztJQUM5QixDQUFDO0lBQ0Qsa0VBQWtFO0lBQ2xFLFlBQVk7UUFDWCxJQUFJLENBQUMsaUJBQWlCLENBQUMsS0FBSyxDQUFDLENBQUM7SUFDL0IsQ0FBQztJQUNELDJDQUEyQztJQUMzQyxnRUFBZ0U7SUFDaEUsV0FBVyxLQUFJLENBQUM7SUFFaEIsY0FBYyxDQUFDLEtBQW9CO1FBQ2xDLFFBQVEsS0FBSyxDQUFDLEdBQUcsRUFBRTtZQUNsQixLQUFLLFFBQVE7Z0JBQ1osSUFBSSxDQUFDLGVBQWUsRUFBRSxDQUFDO2dCQUN2QixPQUFPO1NBQ1I7SUFDRixDQUFDO0NBQ0QiLCJzb3VyY2VzQ29udGVudCI6WyJpbXBvcnQgeyBIb3Jpem9udGFsQ29ubmVjdGlvblBvcywgVmVydGljYWxDb25uZWN0aW9uUG9zIH0gZnJvbSAnQGFuZ3VsYXIvY2RrL292ZXJsYXknO1xyXG5pbXBvcnQgeyBUZW1wbGF0ZVJlZiB9IGZyb20gJ0Bhbmd1bGFyL2NvcmUnO1xyXG5pbXBvcnQgeyBPYnNlcnZhYmxlLCBTdWJzY3JpcHRpb24gfSBmcm9tICdyeGpzJztcclxuXHJcbmV4cG9ydCB0eXBlIEx1UG9wb3ZlclNjcm9sbFN0cmF0ZWd5ID0gJ3JlcG9zaXRpb24nIHwgJ2Jsb2NrJyB8ICdjbG9zZSc7XHJcblxyXG5leHBvcnQgZGVjbGFyZSBpbnRlcmZhY2UgSUx1UG9wb3ZlclBhbmVsPFQgPSB1bmtub3duPiB7XHJcblx0c2Nyb2xsU3RyYXRlZ3k6IEx1UG9wb3ZlclNjcm9sbFN0cmF0ZWd5O1xyXG5cdGNsb3NlT25DbGljazogYm9vbGVhbjtcclxuXHRwYW5lbElkPzogc3RyaW5nO1xyXG5cdHRyaWdnZXJJZD86IHN0cmluZztcclxuXHR0ZW1wbGF0ZVJlZj86IFRlbXBsYXRlUmVmPFQ+O1xyXG5cclxuXHQvKiogd2lsbCBlbWl0IHdoZW4gdGhlIHBhbmVsIHdhbnRzIHRvIGNsb3NlICovXHJcblx0Y2xvc2U6IE9ic2VydmFibGU8dm9pZD47XHJcblx0LyoqIHdpbGwgZW1pdCB3aGVuIHRoZSBwYW5lbCB3YW50cyB0byBvcGVuICovXHJcblx0b3BlbjogT2JzZXJ2YWJsZTx2b2lkPjtcclxuXHQvKiogd2lsbCBlbWl0IHdoZW4gdGhlIHBhbmVsIGlzIGhvdmVyZWQgKi9cclxuXHRob3ZlcmVkOiBPYnNlcnZhYmxlPGJvb2xlYW4+O1xyXG5cdC8qKiBjbGFzc2VzIHRvIGFwcGx5IHRvIHRoZSBwYW5lbCwgdXNlcyAnICcgZm9yIHNlcGFyYXRpbmcgdmFsdWVzICovXHJcblx0cGFuZWxDbGFzc2VzOiBzdHJpbmc7XHJcblx0LyoqIGNsYXNzIHRvIGFwcGx5IHRvIHRoZSBwYW5lbCBjb250ZW50LCB1c2VzICcgJyBmb3Igc2VwYXJhdGluZyB2YWx1ZXMgKi9cclxuXHRjb250ZW50Q2xhc3Nlczogc3RyaW5nO1xyXG5cclxuXHRrZXlkb3duRXZlbnRzJDogT2JzZXJ2YWJsZTxLZXlib2FyZEV2ZW50PjtcclxuXHJcblx0c2V0UG9zaXRpb25DbGFzc2VzOiAocG9zWDogSG9yaXpvbnRhbENvbm5lY3Rpb25Qb3MsIHBvc1k6IFZlcnRpY2FsQ29ubmVjdGlvblBvcykgPT4gdm9pZDtcclxuXHJcblx0LyoqIG1ldGhvZCBjYWxsZWQgYnkgdGhlIHRyaWdnZXIgd2hlbiBpdCBvcGVucyB0aGUgcG9wb3ZlciAqL1xyXG5cdG9uT3BlbigpOiB2b2lkO1xyXG5cdC8qKiBtZXRob2QgY2FsbGVkIGJ5IHRoZSB0cmlnZ2VyIHdoZW4gaXQgY2xvc2VzIHRoZSBwb3BvdmVyICovXHJcblx0b25DbG9zZSgpOiB2b2lkO1xyXG59XHJcbi8qKlxyXG4gKiBhYnN0cmFjdCBjbGFzcyBmb3IgYmFzaWMgaW1wbGVtZW50YXRpb24gb2YgYSBwb3BvdmVyIHBhbmVsXHJcbiAqL1xyXG5leHBvcnQgYWJzdHJhY3QgY2xhc3MgQUx1UG9wb3ZlclBhbmVsPFQgPSB1bmtub3duPiBpbXBsZW1lbnRzIElMdVBvcG92ZXJQYW5lbDxUPiB7XHJcblx0cGFuZWxJZDogc3RyaW5nO1xyXG5cdHRyaWdnZXJJZDogc3RyaW5nO1xyXG5cclxuXHRwcm90ZWN0ZWQgX2lzT3BlbjogYm9vbGVhbjtcclxuXHRnZXQgaXNPcGVuKCkge1xyXG5cdFx0cmV0dXJuIHRoaXMuX2lzT3BlbjtcclxuXHR9XHJcblxyXG5cdHByb3RlY3RlZCBfY2xvc2VPbkNsaWNrID0gZmFsc2U7XHJcblx0Z2V0IGNsb3NlT25DbGljaygpIHtcclxuXHRcdHJldHVybiB0aGlzLl9jbG9zZU9uQ2xpY2s7XHJcblx0fVxyXG5cdHNldCBjbG9zZU9uQ2xpY2soY29jOiBib29sZWFuKSB7XHJcblx0XHR0aGlzLl9jbG9zZU9uQ2xpY2sgPSBjb2M7XHJcblx0fVxyXG5cclxuXHRwcm90ZWN0ZWQgX3RyYXBGb2N1cyA9IGZhbHNlO1xyXG5cdGdldCB0cmFwRm9jdXMoKSB7XHJcblx0XHRyZXR1cm4gdGhpcy5fdHJhcEZvY3VzO1xyXG5cdH1cclxuXHRzZXQgdHJhcEZvY3VzKHRmOiBib29sZWFuKSB7XHJcblx0XHR0aGlzLl90cmFwRm9jdXMgPSB0ZjtcclxuXHR9XHJcblxyXG5cdHByb3RlY3RlZCBfc2Nyb2xsU3RyYXRlZ3k6IEx1UG9wb3ZlclNjcm9sbFN0cmF0ZWd5ID0gJ3JlcG9zaXRpb24nO1xyXG5cdGdldCBzY3JvbGxTdHJhdGVneSgpIHtcclxuXHRcdHJldHVybiB0aGlzLl9zY3JvbGxTdHJhdGVneTtcclxuXHR9XHJcblx0c2V0IHNjcm9sbFN0cmF0ZWd5KHNzOiBMdVBvcG92ZXJTY3JvbGxTdHJhdGVneSkge1xyXG5cdFx0dGhpcy5fc2Nyb2xsU3RyYXRlZ3kgPSBzcztcclxuXHR9XHJcblxyXG5cdHByb3RlY3RlZCBfdGVtcGxhdGVSZWY6IFRlbXBsYXRlUmVmPFQ+O1xyXG5cdGdldCB0ZW1wbGF0ZVJlZigpIHtcclxuXHRcdHJldHVybiB0aGlzLl90ZW1wbGF0ZVJlZjtcclxuXHR9XHJcblx0c2V0IHRlbXBsYXRlUmVmKHRyOiBUZW1wbGF0ZVJlZjxUPikge1xyXG5cdFx0dGhpcy5fdGVtcGxhdGVSZWYgPSB0cjtcclxuXHR9XHJcblxyXG5cdHByb3RlY3RlZCBfcG9zaXRpb25DbGFzc2VzTWFwOiBSZWNvcmQ8c3RyaW5nLCBib29sZWFuPiA9IHt9O1xyXG5cdHByb3RlY3RlZCBfcGFuZWxDbGFzc2VzID0gJyc7XHJcblx0Z2V0IHBhbmVsQ2xhc3NlcygpIHtcclxuXHRcdHJldHVybiB0aGlzLl9wYW5lbENsYXNzZXM7XHJcblx0fVxyXG5cdHNldCBwYW5lbENsYXNzZXMoY2w6IHN0cmluZykge1xyXG5cdFx0dGhpcy5fcGFuZWxDbGFzc2VzID0gY2w7XHJcblx0fVxyXG5cdGdldCBwYW5lbENsYXNzZXNNYXAoKTogUmVjb3JkPHN0cmluZywgYm9vbGVhbj4ge1xyXG5cdFx0Y29uc3QgbWFwOiBSZWNvcmQ8c3RyaW5nLCBib29sZWFuPiA9IHRoaXMuX3BhbmVsQ2xhc3Nlc1xyXG5cdFx0XHQuc3BsaXQoJyAnKVxyXG5cdFx0XHQuZmlsdGVyKChjKSA9PiAhIWMpXHJcblx0XHRcdC5yZWR1Y2UoKG9iajogUmVjb3JkPHN0cmluZywgYm9vbGVhbj4sIGNsYXNzTmFtZTogc3RyaW5nKSA9PiB7XHJcblx0XHRcdFx0b2JqW2NsYXNzTmFtZV0gPSB0cnVlO1xyXG5cdFx0XHRcdHJldHVybiBvYmo7XHJcblx0XHRcdH0sIHt9KTtcclxuXHRcdC8vIGFsc28gYWRkIHBvc2l0aW9uIGNsYXNzZXNcclxuXHRcdHJldHVybiB7IC4uLm1hcCwgLi4udGhpcy5fcG9zaXRpb25DbGFzc2VzTWFwIH07XHJcblx0fVxyXG5cclxuXHRwcm90ZWN0ZWQgX2NvbnRlbnRDbGFzc2VzID0gJyc7XHJcblx0Z2V0IGNvbnRlbnRDbGFzc2VzKCkge1xyXG5cdFx0cmV0dXJuIHRoaXMuX2NvbnRlbnRDbGFzc2VzO1xyXG5cdH1cclxuXHRzZXQgY29udGVudENsYXNzZXMoY2w6IHN0cmluZykge1xyXG5cdFx0dGhpcy5fY29udGVudENsYXNzZXMgPSBjbDtcclxuXHR9XHJcblx0Z2V0IGNvbnRlbnRDbGFzc2VzTWFwKCkge1xyXG5cdFx0cmV0dXJuIHRoaXMuX2NvbnRlbnRDbGFzc2VzLnNwbGl0KCcgJykucmVkdWNlKChvYmo6IFJlY29yZDxzdHJpbmcsIGJvb2xlYW4+LCBjbGFzc05hbWU6IHN0cmluZykgPT4ge1xyXG5cdFx0XHRvYmpbY2xhc3NOYW1lXSA9IHRydWU7XHJcblx0XHRcdHJldHVybiBvYmo7XHJcblx0XHR9LCB7fSk7XHJcblx0fVxyXG5cclxuXHQvKiogQ2xhc3NlcyB0byBiZSBwYXNzZWQgaW50byB0aGUgcG9wb3ZlcidzIG92ZXJsYXkgKi9cclxuXHRwcm90ZWN0ZWQgX292ZXJsYXlQYW5lQ2xhc3M6IHN0cmluZyB8IHN0cmluZ1tdO1xyXG5cdHB1YmxpYyBnZXQgb3ZlcmxheVBhbmVDbGFzcygpIHtcclxuXHRcdHJldHVybiB0aGlzLl9vdmVybGF5UGFuZUNsYXNzO1xyXG5cdH1cclxuXHRwdWJsaWMgc2V0IG92ZXJsYXlQYW5lQ2xhc3Mob3BjKSB7XHJcblx0XHR0aGlzLl9vdmVybGF5UGFuZUNsYXNzID0gb3BjO1xyXG5cdH1cclxuXHJcblx0Ly8gLyoqIENvbmZpZyBvYmplY3QgdG8gYmUgcGFzc2VkIGludG8gdGhlIHBvcG92ZXIncyBjb250ZW50IG5nU3R5bGUgKi9cclxuXHJcblx0cHJvdGVjdGVkIF9rZXlkb3duRXZlbnRzU3ViOiBTdWJzY3JpcHRpb247XHJcblx0c2V0IGtleWRvd25FdmVudHMkKGV2dCQ6IE9ic2VydmFibGU8S2V5Ym9hcmRFdmVudD4pIHtcclxuXHRcdGlmICghdGhpcy5fa2V5ZG93bkV2ZW50c1N1Yikge1xyXG5cdFx0XHR0aGlzLl9rZXlkb3duRXZlbnRzU3ViID0gZXZ0JC5zdWJzY3JpYmUoKGUpID0+IHRoaXMuX2hhbmRsZUtleWRvd24oZSkpO1xyXG5cdFx0fVxyXG5cdH1cclxuXHJcblx0Y2xvc2U6IE9ic2VydmFibGU8dm9pZD47XHJcblx0b3BlbjogT2JzZXJ2YWJsZTx2b2lkPjtcclxuXHRob3ZlcmVkOiBPYnNlcnZhYmxlPGJvb2xlYW4+O1xyXG5cdGFic3RyYWN0IF9lbWl0Q2xvc2VFdmVudCgpOiB2b2lkO1xyXG5cdGFic3RyYWN0IF9lbWl0T3BlbkV2ZW50KCk6IHZvaWQ7XHJcblx0YWJzdHJhY3QgX2VtaXRIb3ZlcmVkRXZlbnQoaG92ZXJlZDogYm9vbGVhbik6IHZvaWQ7XHJcblxyXG5cdHNldFBvc2l0aW9uQ2xhc3Nlcyhwb3NYOiBIb3Jpem9udGFsQ29ubmVjdGlvblBvcywgcG9zWTogVmVydGljYWxDb25uZWN0aW9uUG9zKTogdm9pZCB7XHJcblx0XHR0aGlzLl9wb3NpdGlvbkNsYXNzZXNNYXBbJ2lzLWJlZm9yZSddID0gcG9zWCA9PT0gJ2VuZCc7XHJcblx0XHR0aGlzLl9wb3NpdGlvbkNsYXNzZXNNYXBbJ2lzLWFmdGVyJ10gPSBwb3NYID09PSAnc3RhcnQnO1xyXG5cdFx0dGhpcy5fcG9zaXRpb25DbGFzc2VzTWFwWydpcy1hYm92ZSddID0gcG9zWSA9PT0gJ2JvdHRvbSc7XHJcblx0XHR0aGlzLl9wb3NpdGlvbkNsYXNzZXNNYXBbJ2lzLWJlbG93J10gPSBwb3NZID09PSAndG9wJztcclxuXHR9XHJcblxyXG5cdG9uQ2xpY2soKSB7XHJcblx0XHRpZiAodGhpcy5jbG9zZU9uQ2xpY2spIHtcclxuXHRcdFx0dGhpcy5fZW1pdENsb3NlRXZlbnQoKTtcclxuXHRcdH1cclxuXHR9XHJcblxyXG5cdG9uT3BlbigpIHtcclxuXHRcdHRoaXMuX2lzT3BlbiA9IHRydWU7XHJcblx0fVxyXG5cdG9uQ2xvc2UoKSB7XHJcblx0XHR0aGlzLl9pc09wZW4gPSBmYWxzZTtcclxuXHR9XHJcblx0LyoqXHJcblx0ICogVE9ETzogUmVmYWN0b3Igd2hlbiBAYW5ndWxhci9jZGsgaW5jbHVkZXMgZmVhdHVyZSBJIG1lbnRpb25lZCBvbiBnaXRodWIgc2VlIGxpbmsgYmVsb3cuXHJcblx0ICogaHR0cHM6Ly9naXRodWIuY29tL2FuZ3VsYXIvbWF0ZXJpYWwyL3B1bGwvNTQ5MyNpc3N1ZWNvbW1lbnQtMzEzMDg1MzIzXHJcblx0ICovXHJcblx0LyoqIERpc2FibGVzIGNsb3NlIG9mIHBvcG92ZXIgd2hlbiBsZWF2aW5nIHRyaWdnZXIgZWxlbWVudCBhbmQgbW91c2Ugb3ZlciB0aGUgcG9wb3ZlciAqL1xyXG5cdG9uTW91c2VPdmVyKCkge1xyXG5cdFx0dGhpcy5fZW1pdEhvdmVyZWRFdmVudCh0cnVlKTtcclxuXHR9XHJcblx0LyoqIEVuYWJsZXMgY2xvc2Ugb2YgcG9wb3ZlciB3aGVuIG1vdXNlIGxlYXZpbmcgcG9wb3ZlciBlbGVtZW50ICovXHJcblx0b25Nb3VzZUxlYXZlKCkge1xyXG5cdFx0dGhpcy5fZW1pdEhvdmVyZWRFdmVudChmYWxzZSk7XHJcblx0fVxyXG5cdC8qKiBkb2VzIG5vdGhpbmcgYnV0IG11c3QgYmUgb3ZlcnJpZGFibGUgKi9cclxuXHQvLyBlc2xpbnQtZGlzYWJsZS1uZXh0LWxpbmUgQHR5cGVzY3JpcHQtZXNsaW50L25vLWVtcHR5LWZ1bmN0aW9uXHJcblx0b25Nb3VzZURvd24oKSB7fVxyXG5cclxuXHRfaGFuZGxlS2V5ZG93bihldmVudDogS2V5Ym9hcmRFdmVudCkge1xyXG5cdFx0c3dpdGNoIChldmVudC5rZXkpIHtcclxuXHRcdFx0Y2FzZSAnRXNjYXBlJzpcclxuXHRcdFx0XHR0aGlzLl9lbWl0Q2xvc2VFdmVudCgpO1xyXG5cdFx0XHRcdHJldHVybjtcclxuXHRcdH1cclxuXHR9XHJcbn1cclxuIl19
|
|
@@ -1,16 +0,0 @@
|
|
|
1
|
-
import { NgModule } from '@angular/core';
|
|
2
|
-
import { LuPopoverPanelComponent } from './popover-panel.component';
|
|
3
|
-
import * as i0 from "@angular/core";
|
|
4
|
-
export class LuPopoverPanelModule {
|
|
5
|
-
}
|
|
6
|
-
LuPopoverPanelModule.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "15.2.7", ngImport: i0, type: LuPopoverPanelModule, deps: [], target: i0.ɵɵFactoryTarget.NgModule });
|
|
7
|
-
LuPopoverPanelModule.ɵmod = i0.ɵɵngDeclareNgModule({ minVersion: "14.0.0", version: "15.2.7", ngImport: i0, type: LuPopoverPanelModule, imports: [LuPopoverPanelComponent], exports: [LuPopoverPanelComponent] });
|
|
8
|
-
LuPopoverPanelModule.ɵinj = i0.ɵɵngDeclareInjector({ minVersion: "12.0.0", version: "15.2.7", ngImport: i0, type: LuPopoverPanelModule, imports: [LuPopoverPanelComponent] });
|
|
9
|
-
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "15.2.7", ngImport: i0, type: LuPopoverPanelModule, decorators: [{
|
|
10
|
-
type: NgModule,
|
|
11
|
-
args: [{
|
|
12
|
-
imports: [LuPopoverPanelComponent],
|
|
13
|
-
exports: [LuPopoverPanelComponent],
|
|
14
|
-
}]
|
|
15
|
-
}] });
|
|
16
|
-
//# sourceMappingURL=data:application/json;base64,eyJ2ZXJzaW9uIjozLCJmaWxlIjoicG9wb3Zlci1wYW5lbC5tb2R1bGUuanMiLCJzb3VyY2VSb290IjoiIiwic291cmNlcyI6WyIuLi8uLi8uLi8uLi8uLi8uLi9wYWNrYWdlcy9uZy9wb3BvdmVyL3NyYy9saWIvcGFuZWwvcG9wb3Zlci1wYW5lbC5tb2R1bGUudHMiXSwibmFtZXMiOltdLCJtYXBwaW5ncyI6IkFBQUEsT0FBTyxFQUFFLFFBQVEsRUFBRSxNQUFNLGVBQWUsQ0FBQztBQUN6QyxPQUFPLEVBQUUsdUJBQXVCLEVBQUUsTUFBTSwyQkFBMkIsQ0FBQzs7QUFNcEUsTUFBTSxPQUFPLG9CQUFvQjs7aUhBQXBCLG9CQUFvQjtrSEFBcEIsb0JBQW9CLFlBSHRCLHVCQUF1QixhQUN2Qix1QkFBdUI7a0hBRXJCLG9CQUFvQixZQUh0Qix1QkFBdUI7MkZBR3JCLG9CQUFvQjtrQkFKaEMsUUFBUTttQkFBQztvQkFDVCxPQUFPLEVBQUUsQ0FBQyx1QkFBdUIsQ0FBQztvQkFDbEMsT0FBTyxFQUFFLENBQUMsdUJBQXVCLENBQUM7aUJBQ2xDIiwic291cmNlc0NvbnRlbnQiOlsiaW1wb3J0IHsgTmdNb2R1bGUgfSBmcm9tICdAYW5ndWxhci9jb3JlJztcclxuaW1wb3J0IHsgTHVQb3BvdmVyUGFuZWxDb21wb25lbnQgfSBmcm9tICcuL3BvcG92ZXItcGFuZWwuY29tcG9uZW50JztcclxuXHJcbkBOZ01vZHVsZSh7XHJcblx0aW1wb3J0czogW0x1UG9wb3ZlclBhbmVsQ29tcG9uZW50XSxcclxuXHRleHBvcnRzOiBbTHVQb3BvdmVyUGFuZWxDb21wb25lbnRdLFxyXG59KVxyXG5leHBvcnQgY2xhc3MgTHVQb3BvdmVyUGFuZWxNb2R1bGUge31cclxuIl19
|
|
@@ -1,18 +0,0 @@
|
|
|
1
|
-
import { NgModule } from '@angular/core';
|
|
2
|
-
import { LuPopoverPanelComponent } from './panel/index';
|
|
3
|
-
import { LuPopoverTargetDirective } from './target/index';
|
|
4
|
-
import { LuPopoverTriggerDirective } from './trigger/index';
|
|
5
|
-
import * as i0 from "@angular/core";
|
|
6
|
-
export class LuPopoverModule {
|
|
7
|
-
}
|
|
8
|
-
LuPopoverModule.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "15.2.7", ngImport: i0, type: LuPopoverModule, deps: [], target: i0.ɵɵFactoryTarget.NgModule });
|
|
9
|
-
LuPopoverModule.ɵmod = i0.ɵɵngDeclareNgModule({ minVersion: "14.0.0", version: "15.2.7", ngImport: i0, type: LuPopoverModule, imports: [LuPopoverPanelComponent, LuPopoverTargetDirective, LuPopoverTriggerDirective], exports: [LuPopoverPanelComponent, LuPopoverTargetDirective, LuPopoverTriggerDirective] });
|
|
10
|
-
LuPopoverModule.ɵinj = i0.ɵɵngDeclareInjector({ minVersion: "12.0.0", version: "15.2.7", ngImport: i0, type: LuPopoverModule, imports: [LuPopoverPanelComponent] });
|
|
11
|
-
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "15.2.7", ngImport: i0, type: LuPopoverModule, decorators: [{
|
|
12
|
-
type: NgModule,
|
|
13
|
-
args: [{
|
|
14
|
-
imports: [LuPopoverPanelComponent, LuPopoverTargetDirective, LuPopoverTriggerDirective],
|
|
15
|
-
exports: [LuPopoverPanelComponent, LuPopoverTargetDirective, LuPopoverTriggerDirective],
|
|
16
|
-
}]
|
|
17
|
-
}] });
|
|
18
|
-
//# sourceMappingURL=data:application/json;base64,eyJ2ZXJzaW9uIjozLCJmaWxlIjoicG9wb3Zlci5tb2R1bGUuanMiLCJzb3VyY2VSb290IjoiIiwic291cmNlcyI6WyIuLi8uLi8uLi8uLi8uLi9wYWNrYWdlcy9uZy9wb3BvdmVyL3NyYy9saWIvcG9wb3Zlci5tb2R1bGUudHMiXSwibmFtZXMiOltdLCJtYXBwaW5ncyI6IkFBQUEsT0FBTyxFQUFFLFFBQVEsRUFBRSxNQUFNLGVBQWUsQ0FBQztBQUV6QyxPQUFPLEVBQUUsdUJBQXVCLEVBQUUsTUFBTSxlQUFlLENBQUM7QUFDeEQsT0FBTyxFQUFFLHdCQUF3QixFQUFFLE1BQU0sZ0JBQWdCLENBQUM7QUFDMUQsT0FBTyxFQUFFLHlCQUF5QixFQUFFLE1BQU0saUJBQWlCLENBQUM7O0FBTTVELE1BQU0sT0FBTyxlQUFlOzs0R0FBZixlQUFlOzZHQUFmLGVBQWUsWUFIakIsdUJBQXVCLEVBQUUsd0JBQXdCLEVBQUUseUJBQXlCLGFBQzVFLHVCQUF1QixFQUFFLHdCQUF3QixFQUFFLHlCQUF5Qjs2R0FFMUUsZUFBZSxZQUhqQix1QkFBdUI7MkZBR3JCLGVBQWU7a0JBSjNCLFFBQVE7bUJBQUM7b0JBQ1QsT0FBTyxFQUFFLENBQUMsdUJBQXVCLEVBQUUsd0JBQXdCLEVBQUUseUJBQXlCLENBQUM7b0JBQ3ZGLE9BQU8sRUFBRSxDQUFDLHVCQUF1QixFQUFFLHdCQUF3QixFQUFFLHlCQUF5QixDQUFDO2lCQUN2RiIsInNvdXJjZXNDb250ZW50IjpbImltcG9ydCB7IE5nTW9kdWxlIH0gZnJvbSAnQGFuZ3VsYXIvY29yZSc7XHJcblxyXG5pbXBvcnQgeyBMdVBvcG92ZXJQYW5lbENvbXBvbmVudCB9IGZyb20gJy4vcGFuZWwvaW5kZXgnO1xyXG5pbXBvcnQgeyBMdVBvcG92ZXJUYXJnZXREaXJlY3RpdmUgfSBmcm9tICcuL3RhcmdldC9pbmRleCc7XHJcbmltcG9ydCB7IEx1UG9wb3ZlclRyaWdnZXJEaXJlY3RpdmUgfSBmcm9tICcuL3RyaWdnZXIvaW5kZXgnO1xyXG5cclxuQE5nTW9kdWxlKHtcclxuXHRpbXBvcnRzOiBbTHVQb3BvdmVyUGFuZWxDb21wb25lbnQsIEx1UG9wb3ZlclRhcmdldERpcmVjdGl2ZSwgTHVQb3BvdmVyVHJpZ2dlckRpcmVjdGl2ZV0sXHJcblx0ZXhwb3J0czogW0x1UG9wb3ZlclBhbmVsQ29tcG9uZW50LCBMdVBvcG92ZXJUYXJnZXREaXJlY3RpdmUsIEx1UG9wb3ZlclRyaWdnZXJEaXJlY3RpdmVdLFxyXG59KVxyXG5leHBvcnQgY2xhc3MgTHVQb3BvdmVyTW9kdWxlIHt9XHJcbiJdfQ==
|
|
@@ -1,4 +0,0 @@
|
|
|
1
|
-
export * from './popover-target.directive';
|
|
2
|
-
export * from './popover-target.module';
|
|
3
|
-
export * from './popover-target.model';
|
|
4
|
-
//# sourceMappingURL=data:application/json;base64,eyJ2ZXJzaW9uIjozLCJmaWxlIjoiaW5kZXguanMiLCJzb3VyY2VSb290IjoiIiwic291cmNlcyI6WyIuLi8uLi8uLi8uLi8uLi8uLi9wYWNrYWdlcy9uZy9wb3BvdmVyL3NyYy9saWIvdGFyZ2V0L2luZGV4LnRzIl0sIm5hbWVzIjpbXSwibWFwcGluZ3MiOiJBQUFBLGNBQWMsNEJBQTRCLENBQUM7QUFDM0MsY0FBYyx5QkFBeUIsQ0FBQztBQUN4QyxjQUFjLHdCQUF3QixDQUFDIiwic291cmNlc0NvbnRlbnQiOlsiZXhwb3J0ICogZnJvbSAnLi9wb3BvdmVyLXRhcmdldC5kaXJlY3RpdmUnO1xyXG5leHBvcnQgKiBmcm9tICcuL3BvcG92ZXItdGFyZ2V0Lm1vZHVsZSc7XHJcbmV4cG9ydCAqIGZyb20gJy4vcG9wb3Zlci10YXJnZXQubW9kZWwnO1xyXG4iXX0=
|
|
@@ -1,53 +0,0 @@
|
|
|
1
|
-
import { Directive, Input } from '@angular/core';
|
|
2
|
-
import { ALuPopoverTarget } from './popover-target.model';
|
|
3
|
-
import * as i0 from "@angular/core";
|
|
4
|
-
export class LuPopoverTargetDirective extends ALuPopoverTarget {
|
|
5
|
-
constructor(ref) {
|
|
6
|
-
super();
|
|
7
|
-
this.elementRef = ref;
|
|
8
|
-
}
|
|
9
|
-
/** how you want to position the panel relative to the target, allowed values: above, below, before, after */
|
|
10
|
-
set inputPosition(pos) {
|
|
11
|
-
this.position = pos;
|
|
12
|
-
}
|
|
13
|
-
/** how the panel will be align with the target, allowed values: top, bottom, left, right */
|
|
14
|
-
set inputAlignment(al) {
|
|
15
|
-
this.alignment = al;
|
|
16
|
-
}
|
|
17
|
-
/** set to true if you want the panel to appear on top of the target */
|
|
18
|
-
set inputOverlap(ov) {
|
|
19
|
-
this.overlap = ov;
|
|
20
|
-
}
|
|
21
|
-
set inputOffsetX(ox) {
|
|
22
|
-
this.offsetX = ox;
|
|
23
|
-
}
|
|
24
|
-
set inputOffsetY(oy) {
|
|
25
|
-
this.offsetY = oy;
|
|
26
|
-
}
|
|
27
|
-
}
|
|
28
|
-
LuPopoverTargetDirective.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "15.2.7", ngImport: i0, type: LuPopoverTargetDirective, deps: [{ token: i0.ElementRef }], target: i0.ɵɵFactoryTarget.Directive });
|
|
29
|
-
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 });
|
|
30
|
-
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "15.2.7", ngImport: i0, type: LuPopoverTargetDirective, decorators: [{
|
|
31
|
-
type: Directive,
|
|
32
|
-
args: [{
|
|
33
|
-
selector: '[luPopoverTarget]',
|
|
34
|
-
exportAs: 'LuPopoverTarget',
|
|
35
|
-
standalone: true,
|
|
36
|
-
}]
|
|
37
|
-
}], ctorParameters: function () { return [{ type: i0.ElementRef }]; }, propDecorators: { inputPosition: [{
|
|
38
|
-
type: Input,
|
|
39
|
-
args: ['luPopoverPosition']
|
|
40
|
-
}], inputAlignment: [{
|
|
41
|
-
type: Input,
|
|
42
|
-
args: ['luPopoverAlignment']
|
|
43
|
-
}], inputOverlap: [{
|
|
44
|
-
type: Input,
|
|
45
|
-
args: ['luPopoverOverlap']
|
|
46
|
-
}], inputOffsetX: [{
|
|
47
|
-
type: Input,
|
|
48
|
-
args: ['luPopoverOffsetX']
|
|
49
|
-
}], inputOffsetY: [{
|
|
50
|
-
type: Input,
|
|
51
|
-
args: ['luPopoverOffsetY']
|
|
52
|
-
}] } });
|
|
53
|
-
//# sourceMappingURL=data:application/json;base64,eyJ2ZXJzaW9uIjozLCJmaWxlIjoicG9wb3Zlci10YXJnZXQuZGlyZWN0aXZlLmpzIiwic291cmNlUm9vdCI6IiIsInNvdXJjZXMiOlsiLi4vLi4vLi4vLi4vLi4vLi4vcGFja2FnZXMvbmcvcG9wb3Zlci9zcmMvbGliL3RhcmdldC9wb3BvdmVyLXRhcmdldC5kaXJlY3RpdmUudHMiXSwibmFtZXMiOltdLCJtYXBwaW5ncyI6IkFBQUEsT0FBTyxFQUFFLFNBQVMsRUFBYyxLQUFLLEVBQUUsTUFBTSxlQUFlLENBQUM7QUFDN0QsT0FBTyxFQUFFLGdCQUFnQixFQUF5QyxNQUFNLHdCQUF3QixDQUFDOztBQU9qRyxNQUFNLE9BQU8sd0JBQXlCLFNBQVEsZ0JBQWdCO0lBQzdELFlBQVksR0FBZTtRQUMxQixLQUFLLEVBQUUsQ0FBQztRQUNSLElBQUksQ0FBQyxVQUFVLEdBQUcsR0FBRyxDQUFDO0lBQ3ZCLENBQUM7SUFDRCw2R0FBNkc7SUFDN0csSUFBZ0MsYUFBYSxDQUFDLEdBQXNCO1FBQ25FLElBQUksQ0FBQyxRQUFRLEdBQUcsR0FBRyxDQUFDO0lBQ3JCLENBQUM7SUFDRCw0RkFBNEY7SUFDNUYsSUFBaUMsY0FBYyxDQUFDLEVBQXNCO1FBQ3JFLElBQUksQ0FBQyxTQUFTLEdBQUcsRUFBRSxDQUFDO0lBQ3JCLENBQUM7SUFDRCx1RUFBdUU7SUFDdkUsSUFBK0IsWUFBWSxDQUFDLEVBQVc7UUFDdEQsSUFBSSxDQUFDLE9BQU8sR0FBRyxFQUFFLENBQUM7SUFDbkIsQ0FBQztJQUVELElBQStCLFlBQVksQ0FBQyxFQUFVO1FBQ3JELElBQUksQ0FBQyxPQUFPLEdBQUcsRUFBRSxDQUFDO0lBQ25CLENBQUM7SUFDRCxJQUErQixZQUFZLENBQUMsRUFBVTtRQUNyRCxJQUFJLENBQUMsT0FBTyxHQUFHLEVBQUUsQ0FBQztJQUNuQixDQUFDOztxSEF2Qlcsd0JBQXdCO3lHQUF4Qix3QkFBd0I7MkZBQXhCLHdCQUF3QjtrQkFMcEMsU0FBUzttQkFBQztvQkFDVixRQUFRLEVBQUUsbUJBQW1CO29CQUM3QixRQUFRLEVBQUUsaUJBQWlCO29CQUMzQixVQUFVLEVBQUUsSUFBSTtpQkFDaEI7aUdBT2dDLGFBQWE7c0JBQTVDLEtBQUs7dUJBQUMsbUJBQW1CO2dCQUlPLGNBQWM7c0JBQTlDLEtBQUs7dUJBQUMsb0JBQW9CO2dCQUlJLFlBQVk7c0JBQTFDLEtBQUs7dUJBQUMsa0JBQWtCO2dCQUlNLFlBQVk7c0JBQTFDLEtBQUs7dUJBQUMsa0JBQWtCO2dCQUdNLFlBQVk7c0JBQTFDLEtBQUs7dUJBQUMsa0JBQWtCIiwic291cmNlc0NvbnRlbnQiOlsiaW1wb3J0IHsgRGlyZWN0aXZlLCBFbGVtZW50UmVmLCBJbnB1dCB9IGZyb20gJ0Bhbmd1bGFyL2NvcmUnO1xyXG5pbXBvcnQgeyBBTHVQb3BvdmVyVGFyZ2V0LCBMdVBvcG92ZXJBbGlnbm1lbnQsIEx1UG9wb3ZlclBvc2l0aW9uIH0gZnJvbSAnLi9wb3BvdmVyLXRhcmdldC5tb2RlbCc7XHJcblxyXG5ARGlyZWN0aXZlKHtcclxuXHRzZWxlY3RvcjogJ1tsdVBvcG92ZXJUYXJnZXRdJyxcclxuXHRleHBvcnRBczogJ0x1UG9wb3ZlclRhcmdldCcsXHJcblx0c3RhbmRhbG9uZTogdHJ1ZSxcclxufSlcclxuZXhwb3J0IGNsYXNzIEx1UG9wb3ZlclRhcmdldERpcmVjdGl2ZSBleHRlbmRzIEFMdVBvcG92ZXJUYXJnZXQge1xyXG5cdGNvbnN0cnVjdG9yKHJlZjogRWxlbWVudFJlZikge1xyXG5cdFx0c3VwZXIoKTtcclxuXHRcdHRoaXMuZWxlbWVudFJlZiA9IHJlZjtcclxuXHR9XHJcblx0LyoqIGhvdyB5b3Ugd2FudCB0byBwb3NpdGlvbiB0aGUgcGFuZWwgcmVsYXRpdmUgdG8gdGhlIHRhcmdldCwgYWxsb3dlZCB2YWx1ZXM6IGFib3ZlLCBiZWxvdywgYmVmb3JlLCBhZnRlciAqL1xyXG5cdEBJbnB1dCgnbHVQb3BvdmVyUG9zaXRpb24nKSBzZXQgaW5wdXRQb3NpdGlvbihwb3M6IEx1UG9wb3ZlclBvc2l0aW9uKSB7XHJcblx0XHR0aGlzLnBvc2l0aW9uID0gcG9zO1xyXG5cdH1cclxuXHQvKiogaG93IHRoZSBwYW5lbCB3aWxsIGJlIGFsaWduIHdpdGggdGhlIHRhcmdldCwgYWxsb3dlZCB2YWx1ZXM6IHRvcCwgYm90dG9tLCBsZWZ0LCByaWdodCAqL1xyXG5cdEBJbnB1dCgnbHVQb3BvdmVyQWxpZ25tZW50Jykgc2V0IGlucHV0QWxpZ25tZW50KGFsOiBMdVBvcG92ZXJBbGlnbm1lbnQpIHtcclxuXHRcdHRoaXMuYWxpZ25tZW50ID0gYWw7XHJcblx0fVxyXG5cdC8qKiBzZXQgdG8gdHJ1ZSBpZiB5b3Ugd2FudCB0aGUgcGFuZWwgdG8gYXBwZWFyIG9uIHRvcCBvZiB0aGUgdGFyZ2V0ICovXHJcblx0QElucHV0KCdsdVBvcG92ZXJPdmVybGFwJykgc2V0IGlucHV0T3ZlcmxhcChvdjogYm9vbGVhbikge1xyXG5cdFx0dGhpcy5vdmVybGFwID0gb3Y7XHJcblx0fVxyXG5cclxuXHRASW5wdXQoJ2x1UG9wb3Zlck9mZnNldFgnKSBzZXQgaW5wdXRPZmZzZXRYKG94OiBudW1iZXIpIHtcclxuXHRcdHRoaXMub2Zmc2V0WCA9IG94O1xyXG5cdH1cclxuXHRASW5wdXQoJ2x1UG9wb3Zlck9mZnNldFknKSBzZXQgaW5wdXRPZmZzZXRZKG95OiBudW1iZXIpIHtcclxuXHRcdHRoaXMub2Zmc2V0WSA9IG95O1xyXG5cdH1cclxufVxyXG4iXX0=
|
|
@@ -1,65 +0,0 @@
|
|
|
1
|
-
export class ALuPopoverTarget {
|
|
2
|
-
constructor() {
|
|
3
|
-
this._position = 'below';
|
|
4
|
-
this._alignment = 'center';
|
|
5
|
-
this._overlap = false;
|
|
6
|
-
this._offsetX = 0;
|
|
7
|
-
this._offsetY = 0;
|
|
8
|
-
}
|
|
9
|
-
/** the element used to position the panel */
|
|
10
|
-
get elementRef() {
|
|
11
|
-
return this._elementRef;
|
|
12
|
-
}
|
|
13
|
-
set elementRef(ref) {
|
|
14
|
-
this._elementRef = ref;
|
|
15
|
-
}
|
|
16
|
-
/** how you want to position the panel relative to the target, allowed values: above, below, before, after */
|
|
17
|
-
get position() {
|
|
18
|
-
return this._position;
|
|
19
|
-
}
|
|
20
|
-
set position(position) {
|
|
21
|
-
if (position !== 'above' && position !== 'below' && position !== 'after' && position !== 'before') {
|
|
22
|
-
throw Error(`LuPopoverPosition value must be 'above', 'below', 'before' or 'after'. Got "${position}".
|
|
23
|
-
Example: <lu-popover [position]="'before'" #popover="LuPopover"></lu-popover>`);
|
|
24
|
-
}
|
|
25
|
-
this._position = position;
|
|
26
|
-
// this.setPositionClasses(this._position, this._alignment);
|
|
27
|
-
}
|
|
28
|
-
/** how the panel will be align with the target, allowed values: top, bottom, left, right */
|
|
29
|
-
get alignment() {
|
|
30
|
-
return this._alignment;
|
|
31
|
-
}
|
|
32
|
-
set alignment(alignment) {
|
|
33
|
-
if (alignment !== 'center' && alignment !== 'top' && alignment !== 'bottom' && alignment !== 'right' && alignment !== 'left') {
|
|
34
|
-
throw Error(`LuPopoverAlignment value must be 'top', 'bottom', 'right' or 'left'. Got "${alignment}".
|
|
35
|
-
Example: <lu-popover [position]="above" [alignment]="left" #popover="LuPopover"></lu-popover>`);
|
|
36
|
-
}
|
|
37
|
-
this._alignment = alignment;
|
|
38
|
-
// this.setPositionClasses(this._position, this._alignment);
|
|
39
|
-
}
|
|
40
|
-
/** set to true if you want the panel to appear on top of the target */
|
|
41
|
-
get overlap() {
|
|
42
|
-
return this._overlap;
|
|
43
|
-
}
|
|
44
|
-
set overlap(ot) {
|
|
45
|
-
this._overlap = ot;
|
|
46
|
-
}
|
|
47
|
-
get offsetX() {
|
|
48
|
-
return this._offsetX;
|
|
49
|
-
}
|
|
50
|
-
set offsetX(ox) {
|
|
51
|
-
this._offsetX = ox;
|
|
52
|
-
}
|
|
53
|
-
get offsetY() {
|
|
54
|
-
return this._offsetY;
|
|
55
|
-
}
|
|
56
|
-
set offsetY(oy) {
|
|
57
|
-
this._offsetY = oy;
|
|
58
|
-
}
|
|
59
|
-
}
|
|
60
|
-
export class LuPopoverTarget extends ALuPopoverTarget {
|
|
61
|
-
constructor() {
|
|
62
|
-
super();
|
|
63
|
-
}
|
|
64
|
-
}
|
|
65
|
-
//# sourceMappingURL=data:application/json;base64,eyJ2ZXJzaW9uIjozLCJmaWxlIjoicG9wb3Zlci10YXJnZXQubW9kZWwuanMiLCJzb3VyY2VSb290IjoiIiwic291cmNlcyI6WyIuLi8uLi8uLi8uLi8uLi8uLi9wYWNrYWdlcy9uZy9wb3BvdmVyL3NyYy9saWIvdGFyZ2V0L3BvcG92ZXItdGFyZ2V0Lm1vZGVsLnRzIl0sIm5hbWVzIjpbXSwibWFwcGluZ3MiOiJBQXNCQSxNQUFNLE9BQWdCLGdCQUFnQjtJQUF0QztRQVVXLGNBQVMsR0FBc0IsT0FBTyxDQUFDO1FBY3ZDLGVBQVUsR0FBdUIsUUFBUSxDQUFDO1FBYzFDLGFBQVEsR0FBRyxLQUFLLENBQUM7UUFTakIsYUFBUSxHQUFHLENBQUMsQ0FBQztRQVFiLGFBQVEsR0FBRyxDQUFDLENBQUM7SUFPeEIsQ0FBQztJQTVEQSw2Q0FBNkM7SUFDN0MsSUFBSSxVQUFVO1FBQ2IsT0FBTyxJQUFJLENBQUMsV0FBVyxDQUFDO0lBQ3pCLENBQUM7SUFDRCxJQUFJLFVBQVUsQ0FBQyxHQUFlO1FBQzdCLElBQUksQ0FBQyxXQUFXLEdBQUcsR0FBRyxDQUFDO0lBQ3hCLENBQUM7SUFHRCw2R0FBNkc7SUFDN0csSUFBSSxRQUFRO1FBQ1gsT0FBTyxJQUFJLENBQUMsU0FBUyxDQUFDO0lBQ3ZCLENBQUM7SUFDRCxJQUFJLFFBQVEsQ0FBQyxRQUFvQztRQUNoRCxJQUFJLFFBQVEsS0FBSyxPQUFPLElBQUksUUFBUSxLQUFLLE9BQU8sSUFBSSxRQUFRLEtBQUssT0FBTyxJQUFJLFFBQVEsS0FBSyxRQUFRLEVBQUU7WUFDbEcsTUFBTSxLQUFLLENBQUMsK0VBQStFLFFBQVE7b0ZBQ2xCLENBQUMsQ0FBQztTQUNuRjtRQUNELElBQUksQ0FBQyxTQUFTLEdBQUcsUUFBUSxDQUFDO1FBQzFCLDREQUE0RDtJQUM3RCxDQUFDO0lBR0QsNEZBQTRGO0lBQzVGLElBQUksU0FBUztRQUNaLE9BQU8sSUFBSSxDQUFDLFVBQVUsQ0FBQztJQUN4QixDQUFDO0lBQ0QsSUFBSSxTQUFTLENBQUMsU0FBc0M7UUFDbkQsSUFBSSxTQUFTLEtBQUssUUFBUSxJQUFJLFNBQVMsS0FBSyxLQUFLLElBQUksU0FBUyxLQUFLLFFBQVEsSUFBSSxTQUFTLEtBQUssT0FBTyxJQUFJLFNBQVMsS0FBSyxNQUFNLEVBQUU7WUFDN0gsTUFBTSxLQUFLLENBQUMsNkVBQTZFLFNBQVM7b0dBQ0QsQ0FBQyxDQUFDO1NBQ25HO1FBQ0QsSUFBSSxDQUFDLFVBQVUsR0FBRyxTQUFTLENBQUM7UUFDNUIsNERBQTREO0lBQzdELENBQUM7SUFHRCx1RUFBdUU7SUFDdkUsSUFBSSxPQUFPO1FBQ1YsT0FBTyxJQUFJLENBQUMsUUFBUSxDQUFDO0lBQ3RCLENBQUM7SUFDRCxJQUFJLE9BQU8sQ0FBQyxFQUFXO1FBQ3RCLElBQUksQ0FBQyxRQUFRLEdBQUcsRUFBRSxDQUFDO0lBQ3BCLENBQUM7SUFHRCxJQUFJLE9BQU87UUFDVixPQUFPLElBQUksQ0FBQyxRQUFRLENBQUM7SUFDdEIsQ0FBQztJQUNELElBQUksT0FBTyxDQUFDLEVBQVU7UUFDckIsSUFBSSxDQUFDLFFBQVEsR0FBRyxFQUFFLENBQUM7SUFDcEIsQ0FBQztJQUdELElBQUksT0FBTztRQUNWLE9BQU8sSUFBSSxDQUFDLFFBQVEsQ0FBQztJQUN0QixDQUFDO0lBQ0QsSUFBSSxPQUFPLENBQUMsRUFBVTtRQUNyQixJQUFJLENBQUMsUUFBUSxHQUFHLEVBQUUsQ0FBQztJQUNwQixDQUFDO0NBQ0Q7QUFFRCxNQUFNLE9BQU8sZUFBZ0IsU0FBUSxnQkFBZ0I7SUFDcEQ7UUFDQyxLQUFLLEVBQUUsQ0FBQztJQUNULENBQUM7Q0FDRCIsInNvdXJjZXNDb250ZW50IjpbImltcG9ydCB7IEVsZW1lbnRSZWYgfSBmcm9tICdAYW5ndWxhci9jb3JlJztcclxuXHJcbmV4cG9ydCB0eXBlIEx1UG9wb3ZlclBvc2l0aW9uID0gJ2Fib3ZlJyB8ICdiZWxvdycgfCAnYmVmb3JlJyB8ICdhZnRlcic7XHJcbmV4cG9ydCB0eXBlIEx1UG9wb3ZlckFsaWdubWVudCA9ICd0b3AnIHwgJ2JvdHRvbScgfCAnbGVmdCcgfCAncmlnaHQnIHwgJ2NlbnRlcic7XHJcblxyXG4vKipcclxuICogYW5jaG9yIGZvciBhIHBvcG92ZXIgcGFuZWxcclxuICovXHJcbmV4cG9ydCBpbnRlcmZhY2UgSUx1UG9wb3ZlclRhcmdldCB7XHJcblx0LyoqIGhvdyB0aGUgcGFuZWwgd2lsbCBiZSBhbGlnbiB3aXRoIHRoZSB0YXJnZXQsIGFsbG93ZWQgdmFsdWVzOiB0b3AsIGJvdHRvbSwgbGVmdCwgcmlnaHQgKi9cclxuXHRhbGlnbm1lbnQ6IEx1UG9wb3ZlckFsaWdubWVudDtcclxuXHQvKiogdGhlIGVsZW1lbnQgdXNlZCB0byBwb3NpdGlvbiB0aGUgcGFuZWwgKi9cclxuXHRlbGVtZW50UmVmOiBFbGVtZW50UmVmO1xyXG5cdC8vIC8qKiBzZXQgdG8gdHJ1ZSBpZiB5b3Ugd2FudCB0aGUgcGFuZWwgdG8gYXBwZWFyIG9uIHRvcCBvZiB0aGUgdGFyZ2V0ICovXHJcblx0b3ZlcmxhcDogYm9vbGVhbjtcclxuXHQvKiogaG93IHlvdSB3YW50IHRvIHBvc2l0aW9uIHRoZSBwYW5lbCByZWxhdGl2ZSB0byB0aGUgdGFyZ2V0LCBhbGxvd2VkIHZhbHVlczogYWJvdmUsIGJlbG93LCBiZWZvcmUsIGFmdGVyICovXHJcblx0cG9zaXRpb246IEx1UG9wb3ZlclBvc2l0aW9uO1xyXG5cclxuXHRvZmZzZXRYOiBudW1iZXI7XHJcblx0b2Zmc2V0WTogbnVtYmVyO1xyXG59XHJcblxyXG5leHBvcnQgYWJzdHJhY3QgY2xhc3MgQUx1UG9wb3ZlclRhcmdldCBpbXBsZW1lbnRzIElMdVBvcG92ZXJUYXJnZXQge1xyXG5cdHByb3RlY3RlZCBfZWxlbWVudFJlZjogRWxlbWVudFJlZjtcclxuXHQvKiogdGhlIGVsZW1lbnQgdXNlZCB0byBwb3NpdGlvbiB0aGUgcGFuZWwgKi9cclxuXHRnZXQgZWxlbWVudFJlZigpIHtcclxuXHRcdHJldHVybiB0aGlzLl9lbGVtZW50UmVmO1xyXG5cdH1cclxuXHRzZXQgZWxlbWVudFJlZihyZWY6IEVsZW1lbnRSZWYpIHtcclxuXHRcdHRoaXMuX2VsZW1lbnRSZWYgPSByZWY7XHJcblx0fVxyXG5cclxuXHRwcm90ZWN0ZWQgX3Bvc2l0aW9uOiBMdVBvcG92ZXJQb3NpdGlvbiA9ICdiZWxvdyc7XHJcblx0LyoqIGhvdyB5b3Ugd2FudCB0byBwb3NpdGlvbiB0aGUgcGFuZWwgcmVsYXRpdmUgdG8gdGhlIHRhcmdldCwgYWxsb3dlZCB2YWx1ZXM6IGFib3ZlLCBiZWxvdywgYmVmb3JlLCBhZnRlciAqL1xyXG5cdGdldCBwb3NpdGlvbigpOiBMdVBvcG92ZXJQb3NpdGlvbiB7XHJcblx0XHRyZXR1cm4gdGhpcy5fcG9zaXRpb247XHJcblx0fVxyXG5cdHNldCBwb3NpdGlvbihwb3NpdGlvbjogTHVQb3BvdmVyUG9zaXRpb24gfCBzdHJpbmcpIHtcclxuXHRcdGlmIChwb3NpdGlvbiAhPT0gJ2Fib3ZlJyAmJiBwb3NpdGlvbiAhPT0gJ2JlbG93JyAmJiBwb3NpdGlvbiAhPT0gJ2FmdGVyJyAmJiBwb3NpdGlvbiAhPT0gJ2JlZm9yZScpIHtcclxuXHRcdFx0dGhyb3cgRXJyb3IoYEx1UG9wb3ZlclBvc2l0aW9uIHZhbHVlIG11c3QgYmUgJ2Fib3ZlJywgJ2JlbG93JywgJ2JlZm9yZScgb3IgJ2FmdGVyJy4gR290IFwiJHtwb3NpdGlvbn1cIi5cclxuICAgICAgRXhhbXBsZTogPGx1LXBvcG92ZXIgW3Bvc2l0aW9uXT1cIidiZWZvcmUnXCIgI3BvcG92ZXI9XCJMdVBvcG92ZXJcIj48L2x1LXBvcG92ZXI+YCk7XHJcblx0XHR9XHJcblx0XHR0aGlzLl9wb3NpdGlvbiA9IHBvc2l0aW9uO1xyXG5cdFx0Ly8gdGhpcy5zZXRQb3NpdGlvbkNsYXNzZXModGhpcy5fcG9zaXRpb24sIHRoaXMuX2FsaWdubWVudCk7XHJcblx0fVxyXG5cclxuXHRwcm90ZWN0ZWQgX2FsaWdubWVudDogTHVQb3BvdmVyQWxpZ25tZW50ID0gJ2NlbnRlcic7XHJcblx0LyoqIGhvdyB0aGUgcGFuZWwgd2lsbCBiZSBhbGlnbiB3aXRoIHRoZSB0YXJnZXQsIGFsbG93ZWQgdmFsdWVzOiB0b3AsIGJvdHRvbSwgbGVmdCwgcmlnaHQgKi9cclxuXHRnZXQgYWxpZ25tZW50KCk6IEx1UG9wb3ZlckFsaWdubWVudCB7XHJcblx0XHRyZXR1cm4gdGhpcy5fYWxpZ25tZW50O1xyXG5cdH1cclxuXHRzZXQgYWxpZ25tZW50KGFsaWdubWVudDogTHVQb3BvdmVyQWxpZ25tZW50IHwgc3RyaW5nKSB7XHJcblx0XHRpZiAoYWxpZ25tZW50ICE9PSAnY2VudGVyJyAmJiBhbGlnbm1lbnQgIT09ICd0b3AnICYmIGFsaWdubWVudCAhPT0gJ2JvdHRvbScgJiYgYWxpZ25tZW50ICE9PSAncmlnaHQnICYmIGFsaWdubWVudCAhPT0gJ2xlZnQnKSB7XHJcblx0XHRcdHRocm93IEVycm9yKGBMdVBvcG92ZXJBbGlnbm1lbnQgdmFsdWUgbXVzdCBiZSAndG9wJywgJ2JvdHRvbScsICdyaWdodCcgb3IgJ2xlZnQnLiBHb3QgXCIke2FsaWdubWVudH1cIi5cclxuICAgICAgRXhhbXBsZTogPGx1LXBvcG92ZXIgW3Bvc2l0aW9uXT1cImFib3ZlXCIgW2FsaWdubWVudF09XCJsZWZ0XCIgI3BvcG92ZXI9XCJMdVBvcG92ZXJcIj48L2x1LXBvcG92ZXI+YCk7XHJcblx0XHR9XHJcblx0XHR0aGlzLl9hbGlnbm1lbnQgPSBhbGlnbm1lbnQ7XHJcblx0XHQvLyB0aGlzLnNldFBvc2l0aW9uQ2xhc3Nlcyh0aGlzLl9wb3NpdGlvbiwgdGhpcy5fYWxpZ25tZW50KTtcclxuXHR9XHJcblxyXG5cdHByb3RlY3RlZCBfb3ZlcmxhcCA9IGZhbHNlO1xyXG5cdC8qKiBzZXQgdG8gdHJ1ZSBpZiB5b3Ugd2FudCB0aGUgcGFuZWwgdG8gYXBwZWFyIG9uIHRvcCBvZiB0aGUgdGFyZ2V0ICovXHJcblx0Z2V0IG92ZXJsYXAoKSB7XHJcblx0XHRyZXR1cm4gdGhpcy5fb3ZlcmxhcDtcclxuXHR9XHJcblx0c2V0IG92ZXJsYXAob3Q6IGJvb2xlYW4pIHtcclxuXHRcdHRoaXMuX292ZXJsYXAgPSBvdDtcclxuXHR9XHJcblxyXG5cdHByb3RlY3RlZCBfb2Zmc2V0WCA9IDA7XHJcblx0Z2V0IG9mZnNldFgoKSB7XHJcblx0XHRyZXR1cm4gdGhpcy5fb2Zmc2V0WDtcclxuXHR9XHJcblx0c2V0IG9mZnNldFgob3g6IG51bWJlcikge1xyXG5cdFx0dGhpcy5fb2Zmc2V0WCA9IG94O1xyXG5cdH1cclxuXHJcblx0cHJvdGVjdGVkIF9vZmZzZXRZID0gMDtcclxuXHRnZXQgb2Zmc2V0WSgpIHtcclxuXHRcdHJldHVybiB0aGlzLl9vZmZzZXRZO1xyXG5cdH1cclxuXHRzZXQgb2Zmc2V0WShveTogbnVtYmVyKSB7XHJcblx0XHR0aGlzLl9vZmZzZXRZID0gb3k7XHJcblx0fVxyXG59XHJcblxyXG5leHBvcnQgY2xhc3MgTHVQb3BvdmVyVGFyZ2V0IGV4dGVuZHMgQUx1UG9wb3ZlclRhcmdldCB7XHJcblx0Y29uc3RydWN0b3IoKSB7XHJcblx0XHRzdXBlcigpO1xyXG5cdH1cclxufVxyXG4iXX0=
|
|
@@ -1,16 +0,0 @@
|
|
|
1
|
-
import { NgModule } from '@angular/core';
|
|
2
|
-
import { LuPopoverTargetDirective } from './popover-target.directive';
|
|
3
|
-
import * as i0 from "@angular/core";
|
|
4
|
-
export class LuPopoverTargetModule {
|
|
5
|
-
}
|
|
6
|
-
LuPopoverTargetModule.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "15.2.7", ngImport: i0, type: LuPopoverTargetModule, deps: [], target: i0.ɵɵFactoryTarget.NgModule });
|
|
7
|
-
LuPopoverTargetModule.ɵmod = i0.ɵɵngDeclareNgModule({ minVersion: "14.0.0", version: "15.2.7", ngImport: i0, type: LuPopoverTargetModule, imports: [LuPopoverTargetDirective], exports: [LuPopoverTargetDirective] });
|
|
8
|
-
LuPopoverTargetModule.ɵinj = i0.ɵɵngDeclareInjector({ minVersion: "12.0.0", version: "15.2.7", ngImport: i0, type: LuPopoverTargetModule });
|
|
9
|
-
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "15.2.7", ngImport: i0, type: LuPopoverTargetModule, decorators: [{
|
|
10
|
-
type: NgModule,
|
|
11
|
-
args: [{
|
|
12
|
-
imports: [LuPopoverTargetDirective],
|
|
13
|
-
exports: [LuPopoverTargetDirective],
|
|
14
|
-
}]
|
|
15
|
-
}] });
|
|
16
|
-
//# sourceMappingURL=data:application/json;base64,eyJ2ZXJzaW9uIjozLCJmaWxlIjoicG9wb3Zlci10YXJnZXQubW9kdWxlLmpzIiwic291cmNlUm9vdCI6IiIsInNvdXJjZXMiOlsiLi4vLi4vLi4vLi4vLi4vLi4vcGFja2FnZXMvbmcvcG9wb3Zlci9zcmMvbGliL3RhcmdldC9wb3BvdmVyLXRhcmdldC5tb2R1bGUudHMiXSwibmFtZXMiOltdLCJtYXBwaW5ncyI6IkFBQUEsT0FBTyxFQUFFLFFBQVEsRUFBRSxNQUFNLGVBQWUsQ0FBQztBQUN6QyxPQUFPLEVBQUUsd0JBQXdCLEVBQUUsTUFBTSw0QkFBNEIsQ0FBQzs7QUFNdEUsTUFBTSxPQUFPLHFCQUFxQjs7a0hBQXJCLHFCQUFxQjttSEFBckIscUJBQXFCLFlBSHZCLHdCQUF3QixhQUN4Qix3QkFBd0I7bUhBRXRCLHFCQUFxQjsyRkFBckIscUJBQXFCO2tCQUpqQyxRQUFRO21CQUFDO29CQUNULE9BQU8sRUFBRSxDQUFDLHdCQUF3QixDQUFDO29CQUNuQyxPQUFPLEVBQUUsQ0FBQyx3QkFBd0IsQ0FBQztpQkFDbkMiLCJzb3VyY2VzQ29udGVudCI6WyJpbXBvcnQgeyBOZ01vZHVsZSB9IGZyb20gJ0Bhbmd1bGFyL2NvcmUnO1xyXG5pbXBvcnQgeyBMdVBvcG92ZXJUYXJnZXREaXJlY3RpdmUgfSBmcm9tICcuL3BvcG92ZXItdGFyZ2V0LmRpcmVjdGl2ZSc7XHJcblxyXG5ATmdNb2R1bGUoe1xyXG5cdGltcG9ydHM6IFtMdVBvcG92ZXJUYXJnZXREaXJlY3RpdmVdLFxyXG5cdGV4cG9ydHM6IFtMdVBvcG92ZXJUYXJnZXREaXJlY3RpdmVdLFxyXG59KVxyXG5leHBvcnQgY2xhc3MgTHVQb3BvdmVyVGFyZ2V0TW9kdWxlIHt9XHJcbiJdfQ==
|
|
@@ -1,4 +0,0 @@
|
|
|
1
|
-
export * from './popover-trigger.model';
|
|
2
|
-
export * from './popover-trigger.module';
|
|
3
|
-
export * from './popover-trigger.directive';
|
|
4
|
-
//# sourceMappingURL=data:application/json;base64,eyJ2ZXJzaW9uIjozLCJmaWxlIjoiaW5kZXguanMiLCJzb3VyY2VSb290IjoiIiwic291cmNlcyI6WyIuLi8uLi8uLi8uLi8uLi8uLi9wYWNrYWdlcy9uZy9wb3BvdmVyL3NyYy9saWIvdHJpZ2dlci9pbmRleC50cyJdLCJuYW1lcyI6W10sIm1hcHBpbmdzIjoiQUFBQSxjQUFjLHlCQUF5QixDQUFDO0FBQ3hDLGNBQWMsMEJBQTBCLENBQUM7QUFDekMsY0FBYyw2QkFBNkIsQ0FBQyIsInNvdXJjZXNDb250ZW50IjpbImV4cG9ydCAqIGZyb20gJy4vcG9wb3Zlci10cmlnZ2VyLm1vZGVsJztcclxuZXhwb3J0ICogZnJvbSAnLi9wb3BvdmVyLXRyaWdnZXIubW9kdWxlJztcclxuZXhwb3J0ICogZnJvbSAnLi9wb3BvdmVyLXRyaWdnZXIuZGlyZWN0aXZlJztcclxuIl19
|
|
@@ -1,186 +0,0 @@
|
|
|
1
|
-
import { Directive, EventEmitter, HostBinding, HostListener, Input, Output } from '@angular/core';
|
|
2
|
-
import { LuPopoverTarget } from '../target/index';
|
|
3
|
-
import { ALuPopoverTrigger } from './popover-trigger.model';
|
|
4
|
-
import * as i0 from "@angular/core";
|
|
5
|
-
import * as i1 from "@angular/cdk/overlay";
|
|
6
|
-
/**
|
|
7
|
-
* This directive is intended to be used in conjunction with an lu-popover tag. It is
|
|
8
|
-
* responsible for toggling the display of the provided popover instance.
|
|
9
|
-
*/
|
|
10
|
-
export class LuPopoverTriggerDirective extends ALuPopoverTrigger {
|
|
11
|
-
constructor(_overlay, _elementRef, _viewContainerRef) {
|
|
12
|
-
super(_overlay, _elementRef, _viewContainerRef);
|
|
13
|
-
this._overlay = _overlay;
|
|
14
|
-
this._elementRef = _elementRef;
|
|
15
|
-
this._viewContainerRef = _viewContainerRef;
|
|
16
|
-
/** Event emitted when the associated popover is opened. */
|
|
17
|
-
// eslint-disable-next-line @angular-eslint/no-output-on-prefix
|
|
18
|
-
this.onOpen = new EventEmitter();
|
|
19
|
-
/** Event emitted when the associated popover is closed. */
|
|
20
|
-
// eslint-disable-next-line @angular-eslint/no-output-on-prefix
|
|
21
|
-
this.onClose = new EventEmitter();
|
|
22
|
-
this.target = new LuPopoverTarget();
|
|
23
|
-
this.target.elementRef = this._elementRef;
|
|
24
|
-
this._triggerId = this._elementRef.nativeElement.getAttribute('id') || this._triggerId;
|
|
25
|
-
}
|
|
26
|
-
/** References the popover instance that the trigger is associated with. */
|
|
27
|
-
set inputPanel(p) {
|
|
28
|
-
this.panel = p;
|
|
29
|
-
}
|
|
30
|
-
/** References the popover target instance that the trigger is associated with. */
|
|
31
|
-
set inputTarget(t) {
|
|
32
|
-
this.target = t;
|
|
33
|
-
}
|
|
34
|
-
/** References the popover target instance that the trigger is associated with. */
|
|
35
|
-
set inputTriggerEvent(te) {
|
|
36
|
-
this.triggerEvent = te;
|
|
37
|
-
}
|
|
38
|
-
/** how you want to position the panel relative to the target, allowed values: above, below, before, after */
|
|
39
|
-
set inputPosition(pos) {
|
|
40
|
-
this.target.position = pos;
|
|
41
|
-
}
|
|
42
|
-
/** how the panel will be align with the target, allowed values: top, bottom, left, right */
|
|
43
|
-
set inputAlignment(al) {
|
|
44
|
-
this.target.alignment = al;
|
|
45
|
-
}
|
|
46
|
-
/** when trigger = hover, delay before the popover panel appears */
|
|
47
|
-
set inputEnterDelay(d) {
|
|
48
|
-
this.enterDelay = d;
|
|
49
|
-
}
|
|
50
|
-
/** when trigger = hover, delay before the popover panel disappears */
|
|
51
|
-
set inputLeaveDelay(d) {
|
|
52
|
-
this.leaveDelay = d;
|
|
53
|
-
}
|
|
54
|
-
/** disable popover apparition */
|
|
55
|
-
set inputDisabled(d) {
|
|
56
|
-
this.disabled = d;
|
|
57
|
-
}
|
|
58
|
-
/** set to true if you want the panel to appear on top of the target */
|
|
59
|
-
set inputOverlap(ov) {
|
|
60
|
-
this.target.overlap = ov;
|
|
61
|
-
}
|
|
62
|
-
set inputOffsetX(ox) {
|
|
63
|
-
this.target.offsetX = ox;
|
|
64
|
-
}
|
|
65
|
-
set inputOffsetY(oy) {
|
|
66
|
-
this.target.offsetY = oy;
|
|
67
|
-
}
|
|
68
|
-
/** accessibility attribute - dont override */
|
|
69
|
-
get _attrAriaExpanded() {
|
|
70
|
-
return this._popoverOpen;
|
|
71
|
-
}
|
|
72
|
-
/** accessibility attribute - dont override */
|
|
73
|
-
get _attrId() {
|
|
74
|
-
return this._triggerId;
|
|
75
|
-
}
|
|
76
|
-
/** accessibility attribute - dont override */
|
|
77
|
-
get _attrAriaControls() {
|
|
78
|
-
return this._panelId;
|
|
79
|
-
}
|
|
80
|
-
onClick() {
|
|
81
|
-
super.onClick();
|
|
82
|
-
}
|
|
83
|
-
onMouseEnter() {
|
|
84
|
-
super.onMouseEnter();
|
|
85
|
-
}
|
|
86
|
-
onMouseLeave() {
|
|
87
|
-
super.onMouseLeave();
|
|
88
|
-
}
|
|
89
|
-
onFocus() {
|
|
90
|
-
super.onFocus();
|
|
91
|
-
}
|
|
92
|
-
onBlur() {
|
|
93
|
-
super.onBlur();
|
|
94
|
-
}
|
|
95
|
-
ngAfterViewInit() {
|
|
96
|
-
this._checkPanel();
|
|
97
|
-
this._checkTarget();
|
|
98
|
-
}
|
|
99
|
-
ngOnDestroy() {
|
|
100
|
-
this._cleanUpSubscriptions();
|
|
101
|
-
if (this._popoverOpen) {
|
|
102
|
-
this.closePopover();
|
|
103
|
-
}
|
|
104
|
-
this.destroyPopover();
|
|
105
|
-
}
|
|
106
|
-
_emitOpen() {
|
|
107
|
-
this.onOpen.emit();
|
|
108
|
-
}
|
|
109
|
-
_emitClose() {
|
|
110
|
-
this.onClose.emit();
|
|
111
|
-
}
|
|
112
|
-
}
|
|
113
|
-
LuPopoverTriggerDirective.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "15.2.7", ngImport: i0, type: LuPopoverTriggerDirective, deps: [{ token: i1.Overlay }, { token: i0.ElementRef }, { token: i0.ViewContainerRef }], target: i0.ɵɵFactoryTarget.Directive });
|
|
114
|
-
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 });
|
|
115
|
-
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "15.2.7", ngImport: i0, type: LuPopoverTriggerDirective, decorators: [{
|
|
116
|
-
type: Directive,
|
|
117
|
-
args: [{
|
|
118
|
-
selector: '[luPopover]',
|
|
119
|
-
exportAs: 'LuPopoverTrigger',
|
|
120
|
-
standalone: true,
|
|
121
|
-
}]
|
|
122
|
-
}], ctorParameters: function () { return [{ type: i1.Overlay }, { type: i0.ElementRef }, { type: i0.ViewContainerRef }]; }, propDecorators: { inputPanel: [{
|
|
123
|
-
type: Input,
|
|
124
|
-
args: ['luPopover']
|
|
125
|
-
}], inputTarget: [{
|
|
126
|
-
type: Input,
|
|
127
|
-
args: ['luPopoverTarget']
|
|
128
|
-
}], inputTriggerEvent: [{
|
|
129
|
-
type: Input,
|
|
130
|
-
args: ['luPopoverTrigger']
|
|
131
|
-
}], onOpen: [{
|
|
132
|
-
type: Output,
|
|
133
|
-
args: ['luPopoverOnOpen']
|
|
134
|
-
}], onClose: [{
|
|
135
|
-
type: Output,
|
|
136
|
-
args: ['luPopoverOnClose']
|
|
137
|
-
}], inputPosition: [{
|
|
138
|
-
type: Input,
|
|
139
|
-
args: ['luPopoverPosition']
|
|
140
|
-
}], inputAlignment: [{
|
|
141
|
-
type: Input,
|
|
142
|
-
args: ['luPopoverAlignment']
|
|
143
|
-
}], inputEnterDelay: [{
|
|
144
|
-
type: Input,
|
|
145
|
-
args: ['luPopoverEnterDelay']
|
|
146
|
-
}], inputLeaveDelay: [{
|
|
147
|
-
type: Input,
|
|
148
|
-
args: ['luPopoverLeaveDelay']
|
|
149
|
-
}], inputDisabled: [{
|
|
150
|
-
type: Input,
|
|
151
|
-
args: ['luPopoverDisabled']
|
|
152
|
-
}], inputOverlap: [{
|
|
153
|
-
type: Input,
|
|
154
|
-
args: ['luPopoverOverlap']
|
|
155
|
-
}], inputOffsetX: [{
|
|
156
|
-
type: Input,
|
|
157
|
-
args: ['luPopoverOffsetX']
|
|
158
|
-
}], inputOffsetY: [{
|
|
159
|
-
type: Input,
|
|
160
|
-
args: ['luPopoverOffsetY']
|
|
161
|
-
}], _attrAriaExpanded: [{
|
|
162
|
-
type: HostBinding,
|
|
163
|
-
args: ['attr.aria-expanded']
|
|
164
|
-
}], _attrId: [{
|
|
165
|
-
type: HostBinding,
|
|
166
|
-
args: ['attr.id']
|
|
167
|
-
}], _attrAriaControls: [{
|
|
168
|
-
type: HostBinding,
|
|
169
|
-
args: ['attr.aria-controls']
|
|
170
|
-
}], onClick: [{
|
|
171
|
-
type: HostListener,
|
|
172
|
-
args: ['click']
|
|
173
|
-
}], onMouseEnter: [{
|
|
174
|
-
type: HostListener,
|
|
175
|
-
args: ['mouseenter']
|
|
176
|
-
}], onMouseLeave: [{
|
|
177
|
-
type: HostListener,
|
|
178
|
-
args: ['mouseleave']
|
|
179
|
-
}], onFocus: [{
|
|
180
|
-
type: HostListener,
|
|
181
|
-
args: ['focus']
|
|
182
|
-
}], onBlur: [{
|
|
183
|
-
type: HostListener,
|
|
184
|
-
args: ['blur']
|
|
185
|
-
}] } });
|
|
186
|
-
//# sourceMappingURL=data:application/json;base64,eyJ2ZXJzaW9uIjozLCJmaWxlIjoicG9wb3Zlci10cmlnZ2VyLmRpcmVjdGl2ZS5qcyIsInNvdXJjZVJvb3QiOiIiLCJzb3VyY2VzIjpbIi4uLy4uLy4uLy4uLy4uLy4uL3BhY2thZ2VzL25nL3BvcG92ZXIvc3JjL2xpYi90cmlnZ2VyL3BvcG92ZXItdHJpZ2dlci5kaXJlY3RpdmUudHMiXSwibmFtZXMiOltdLCJtYXBwaW5ncyI6IkFBQ0EsT0FBTyxFQUFpQixTQUFTLEVBQWMsWUFBWSxFQUFFLFdBQVcsRUFBRSxZQUFZLEVBQUUsS0FBSyxFQUFhLE1BQU0sRUFBb0IsTUFBTSxlQUFlLENBQUM7QUFFMUosT0FBTyxFQUEyRCxlQUFlLEVBQUUsTUFBTSxpQkFBaUIsQ0FBQztBQUMzRyxPQUFPLEVBQUUsaUJBQWlCLEVBQTRDLE1BQU0seUJBQXlCLENBQUM7OztBQUV0Rzs7O0dBR0c7QUFNSCxNQUFNLE9BQU8seUJBQ1osU0FBUSxpQkFBa0M7SUEwRTFDLFlBQStCLFFBQWlCLEVBQXFCLFdBQW9DLEVBQXFCLGlCQUFtQztRQUNoSyxLQUFLLENBQUMsUUFBUSxFQUFFLFdBQVcsRUFBRSxpQkFBaUIsQ0FBQyxDQUFDO1FBRGxCLGFBQVEsR0FBUixRQUFRLENBQVM7UUFBcUIsZ0JBQVcsR0FBWCxXQUFXLENBQXlCO1FBQXFCLHNCQUFpQixHQUFqQixpQkFBaUIsQ0FBa0I7UUF4RGpLLDJEQUEyRDtRQUMzRCwrREFBK0Q7UUFDcEMsV0FBTSxHQUFHLElBQUksWUFBWSxFQUFRLENBQUM7UUFFN0QsMkRBQTJEO1FBQzNELCtEQUErRDtRQUNuQyxZQUFPLEdBQUcsSUFBSSxZQUFZLEVBQVEsQ0FBQztRQW9EOUQsSUFBSSxDQUFDLE1BQU0sR0FBRyxJQUFJLGVBQWUsRUFBaUMsQ0FBQztRQUNuRSxJQUFJLENBQUMsTUFBTSxDQUFDLFVBQVUsR0FBRyxJQUFJLENBQUMsV0FBVyxDQUFDO1FBQzFDLElBQUksQ0FBQyxVQUFVLEdBQUcsSUFBSSxDQUFDLFdBQVcsQ0FBQyxhQUFhLENBQUMsWUFBWSxDQUFDLElBQUks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Z0JBS1osTUFBTTtzQkFEZCxZQUFZO3VCQUFDLE1BQU0iLCJzb3VyY2VzQ29udGVudCI6WyJpbXBvcnQgeyBPdmVybGF5IH0gZnJvbSAnQGFuZ3VsYXIvY2RrL292ZXJsYXknO1xyXG5pbXBvcnQgeyBBZnRlclZpZXdJbml0LCBEaXJlY3RpdmUsIEVsZW1lbnRSZWYsIEV2ZW50RW1pdHRlciwgSG9zdEJpbmRpbmcsIEhvc3RMaXN0ZW5lciwgSW5wdXQsIE9uRGVzdHJveSwgT3V0cHV0LCBWaWV3Q29udGFpbmVyUmVmIH0gZnJvbSAnQGFuZ3VsYXIvY29yZSc7XHJcbmltcG9ydCB7IElMdVBvcG92ZXJQYW5lbCB9IGZyb20gJy4uL3BhbmVsL2luZGV4JztcclxuaW1wb3J0IHsgSUx1UG9wb3ZlclRhcmdldCwgTHVQb3BvdmVyQWxpZ25tZW50LCBMdVBvcG92ZXJQb3NpdGlvbiwgTHVQb3BvdmVyVGFyZ2V0IH0gZnJvbSAnLi4vdGFyZ2V0L2luZGV4JztcclxuaW1wb3J0IHsgQUx1UG9wb3ZlclRyaWdnZXIsIElMdVBvcG92ZXJUcmlnZ2VyLCBMdVBvcG92ZXJUcmlnZ2VyRXZlbnQgfSBmcm9tICcuL3BvcG92ZXItdHJpZ2dlci5tb2RlbCc7XHJcblxyXG4vKipcclxuICogVGhpcyBkaXJlY3RpdmUgaXMgaW50ZW5kZWQgdG8gYmUgdXNlZCBpbiBjb25qdW5jdGlvbiB3aXRoIGFuIGx1LXBvcG92ZXIgdGFnLiAgSXQgaXNcclxuICogcmVzcG9uc2libGUgZm9yIHRvZ2dsaW5nIHRoZSBkaXNwbGF5IG9mIHRoZSBwcm92aWRlZCBwb3BvdmVyIGluc3RhbmNlLlxyXG4gKi9cclxuQERpcmVjdGl2ZSh7XHJcblx0c2VsZWN0b3I6ICdbbHVQb3BvdmVyXScsXHJcblx0ZXhwb3J0QXM6ICdMdVBvcG92ZXJUcmlnZ2VyJyxcclxuXHRzdGFuZGFsb25lOiB0cnVlLFxyXG59KVxyXG5leHBvcnQgY2xhc3MgTHVQb3BvdmVyVHJpZ2dlckRpcmVjdGl2ZTxUUGFuZWwgZXh0ZW5kcyBJTHVQb3BvdmVyUGFuZWwgPSBJTHVQb3BvdmVyUGFuZWwsIFRUYXJnZXQgZXh0ZW5kcyBJTHVQb3BvdmVyVGFyZ2V0ID0gSUx1UG9wb3ZlclRhcmdldD5cclxuXHRleHRlbmRzIEFMdVBvcG92ZXJUcmlnZ2VyPFRQYW5lbCwgVFRhcmdldD5cclxuXHRpbXBsZW1lbnRzIElMdVBvcG92ZXJUcmlnZ2VyPFRQYW5lbCwgVFRhcmdldD4sIEFmdGVyVmlld0luaXQsIE9uRGVzdHJveVxyXG57XHJcblx0LyoqIFJlZmVyZW5jZXMgdGhlIHBvcG92ZXIgaW5zdGFuY2UgdGhhdCB0aGUgdHJpZ2dlciBpcyBhc3NvY2lhdGVkIHdpdGguICovXHJcblx0QElucHV0KCdsdVBvcG92ZXInKSBzZXQgaW5wdXRQYW5lbChwOiBUUGFuZWwpIHtcclxuXHRcdHRoaXMucGFuZWwgPSBwO1xyXG5cdH1cclxuXHJcblx0LyoqIFJlZmVyZW5jZXMgdGhlIHBvcG92ZXIgdGFyZ2V0IGluc3RhbmNlIHRoYXQgdGhlIHRyaWdnZXIgaXMgYXNzb2NpYXRlZCB3aXRoLiAqL1xyXG5cdEBJbnB1dCgnbHVQb3BvdmVyVGFyZ2V0Jykgc2V0IGlucHV0VGFyZ2V0KHQ6IFRUYXJnZXQpIHtcclxuXHRcdHRoaXMudGFyZ2V0ID0gdDtcclxuXHR9XHJcblxyXG5cdC8qKiBSZWZlcmVuY2VzIHRoZSBwb3BvdmVyIHRhcmdldCBpbnN0YW5jZSB0aGF0IHRoZSB0cmlnZ2VyIGlzIGFzc29jaWF0ZWQgd2l0aC4gKi9cclxuXHRASW5wdXQoJ2x1UG9wb3ZlclRyaWdnZXInKSBzZXQgaW5wdXRUcmlnZ2VyRXZlbnQodGU6IEx1UG9wb3ZlclRyaWdnZXJFdmVudCkge1xyXG5cdFx0dGhpcy50cmlnZ2VyRXZlbnQgPSB0ZTtcclxuXHR9XHJcblxyXG5cdC8qKiBFdmVudCBlbWl0dGVkIHdoZW4gdGhlIGFzc29jaWF0ZWQgcG9wb3ZlciBpcyBvcGVuZWQuICovXHJcblx0Ly8gZXNsaW50LWRpc2FibGUtbmV4dC1saW5lIEBhbmd1bGFyLWVzbGludC9uby1vdXRwdXQtb24tcHJlZml4XHJcblx0QE91dHB1dCgnbHVQb3BvdmVyT25PcGVuJykgb25PcGVuID0gbmV3IEV2ZW50RW1pdHRlcjx2b2lkPigpO1xyXG5cclxuXHQvKiogRXZlbnQgZW1pdHRlZCB3aGVuIHRoZSBhc3NvY2lhdGVkIHBvcG92ZXIgaXMgY2xvc2VkLiAqL1xyXG5cdC8vIGVzbGludC1kaXNhYmxlLW5leHQtbGluZSBAYW5ndWxhci1lc2xpbnQvbm8tb3V0cHV0LW9uLXByZWZpeFxyXG5cdEBPdXRwdXQoJ2x1UG9wb3Zlck9uQ2xvc2UnKSBvbkNsb3NlID0gbmV3IEV2ZW50RW1pdHRlcjx2b2lkPigpO1xyXG5cclxuXHQvKiogaG93IHlvdSB3YW50IHRvIHBvc2l0aW9uIHRoZSBwYW5lbCByZWxhdGl2ZSB0byB0aGUgdGFyZ2V0LCBhbGxvd2VkIHZhbHVlczogYWJvdmUsIGJlbG93LCBiZWZvcmUsIGFmdGVyICovXHJcblx0QElucHV0KCdsdVBvcG92ZXJQb3NpdGlvbicpIHNldCBpbnB1dFBvc2l0aW9uKHBvczogTHVQb3BvdmVyUG9zaXRpb24pIHtcclxuXHRcdHRoaXMudGFyZ2V0LnBvc2l0aW9uID0gcG9zO1xyXG5cdH1cclxuXHQvKiogaG93IHRoZSBwYW5lbCB3aWxsIGJlIGFsaWduIHdpdGggdGhlIHRhcmdldCwgYWxsb3dlZCB2YWx1ZXM6IHRvcCwgYm90dG9tLCBsZWZ0LCByaWdodCAqL1xyXG5cdEBJbnB1dCgnbHVQb3BvdmVyQWxpZ25tZW50Jykgc2V0IGlucHV0QWxpZ25tZW50KGFsOiBMdVBvcG92ZXJBbGlnbm1lbnQpIHtcclxuXHRcdHRoaXMudGFyZ2V0LmFsaWdubWVudCA9IGFsO1xyXG5cdH1cclxuXHJcblx0LyoqIHdoZW4gdHJpZ2dlciA9IGhvdmVyLCBkZWxheSBiZWZvcmUgdGhlIHBvcG92ZXIgcGFuZWwgYXBwZWFycyAqL1xyXG5cdEBJbnB1dCgnbHVQb3BvdmVyRW50ZXJEZWxheScpIHNldCBpbnB1dEVudGVyRGVsYXkoZDogbnVtYmVyKSB7XHJcblx0XHR0aGlzLmVudGVyRGVsYXkgPSBkO1xyXG5cdH1cclxuXHQvKiogd2hlbiB0cmlnZ2VyID0gaG92ZXIsIGRlbGF5IGJlZm9yZSB0aGUgcG9wb3ZlciBwYW5lbCBkaXNhcHBlYXJzICovXHJcblx0QElucHV0KCdsdVBvcG92ZXJMZWF2ZURlbGF5Jykgc2V0IGlucHV0TGVhdmVEZWxheShkOiBudW1iZXIpIHtcclxuXHRcdHRoaXMubGVhdmVEZWxheSA9IGQ7XHJcblx0fVxyXG5cclxuXHQvKiogZGlzYWJsZSBwb3BvdmVyIGFwcGFyaXRpb24gKi9cclxuXHRASW5wdXQoJ2x1UG9wb3ZlckRpc2FibGVkJykgc2V0IGlucHV0RGlzYWJsZWQoZDogYm9vbGVhbikge1xyXG5cdFx0dGhpcy5kaXNhYmxlZCA9IGQ7XHJcblx0fVxyXG5cclxuXHQvKiogc2V0IHRvIHRydWUgaWYgeW91IHdhbnQgdGhlIHBhbmVsIHRvIGFwcGVhciBvbiB0b3Agb2YgdGhlIHRhcmdldCAqL1xyXG5cdEBJbnB1dCgnbHVQb3BvdmVyT3ZlcmxhcCcpIHNldCBpbnB1dE92ZXJsYXAob3Y6IGJvb2xlYW4pIHtcclxuXHRcdHRoaXMudGFyZ2V0Lm92ZXJsYXAgPSBvdjtcclxuXHR9XHJcblxyXG5cdEBJbnB1dCgnbHVQb3BvdmVyT2Zmc2V0WCcpIHNldCBpbnB1dE9mZnNldFgob3g6IG51bWJlcikge1xyXG5cdFx0dGhpcy50YXJnZXQub2Zmc2V0WCA9IG94O1xyXG5cdH1cclxuXHRASW5wdXQoJ2x1UG9wb3Zlck9mZnNldFknKSBzZXQgaW5wdXRPZmZzZXRZKG95OiBudW1iZXIpIHtcclxuXHRcdHRoaXMudGFyZ2V0Lm9mZnNldFkgPSBveTtcclxuXHR9XHJcblxyXG5cdC8qKiBhY2Nlc3NpYmlsaXR5IGF0dHJpYnV0ZSAtIGRvbnQgb3ZlcnJpZGUgKi9cclxuXHRASG9zdEJpbmRpbmcoJ2F0dHIuYXJpYS1leHBhbmRlZCcpIGdldCBfYXR0ckFyaWFFeHBhbmRlZCgpIHtcclxuXHRcdHJldHVybiB0aGlzLl9wb3BvdmVyT3BlbjtcclxuXHR9XHJcblx0LyoqIGFjY2Vzc2liaWxpdHkgYXR0cmlidXRlIC0gZG9udCBvdmVycmlkZSAqL1xyXG5cdEBIb3N0QmluZGluZygnYXR0ci5pZCcpIGdldCBfYXR0cklkKCkge1xyXG5cdFx0cmV0dXJuIHRoaXMuX3RyaWdnZXJJZDtcclxuXHR9XHJcblx0LyoqIGFjY2Vzc2liaWxpdHkgYXR0cmlidXRlIC0gZG9udCBvdmVycmlkZSAqL1xyXG5cdEBIb3N0QmluZGluZygnYXR0ci5hcmlhLWNvbnRyb2xzJykgZ2V0IF9hdHRyQXJpYUNvbnRyb2xzKCkge1xyXG5cdFx0cmV0dXJuIHRoaXMuX3BhbmVsSWQ7XHJcblx0fVxyXG5cclxuXHRjb25zdHJ1Y3Rvcihwcm90ZWN0ZWQgb3ZlcnJpZGUgX292ZXJsYXk6IE92ZXJsYXksIHByb3RlY3RlZCBvdmVycmlkZSBfZWxlbWVudFJlZjogRWxlbWVudFJlZjxIVE1MRWxlbWVudD4sIHByb3RlY3RlZCBvdmVycmlkZSBfdmlld0NvbnRhaW5lclJlZjogVmlld0NvbnRhaW5lclJlZikge1xyXG5cdFx0c3VwZXIoX292ZXJsYXksIF9lbGVtZW50UmVmLCBfdmlld0NvbnRhaW5lclJlZik7XHJcblx0XHR0aGlzLnRhcmdldCA9IG5ldyBMdVBvcG92ZXJUYXJnZXQoKSBhcyBJTHVQb3BvdmVyVGFyZ2V0IGFzIFRUYXJnZXQ7XHJcblx0XHR0aGlzLnRhcmdldC5lbGVtZW50UmVmID0gdGhpcy5fZWxlbWVudFJlZjtcclxuXHRcdHRoaXMuX3RyaWdnZXJJZCA9IHRoaXMuX2VsZW1lbnRSZWYubmF0aXZlRWxlbWVudC5nZXRBdHRyaWJ1dGUoJ2lkJykgfHwgdGhpcy5fdHJpZ2dlcklkO1xyXG5cdH1cclxuXHJcblx0QEhvc3RMaXN0ZW5lcignY2xpY2snKVxyXG5cdG92ZXJyaWRlIG9uQ2xpY2soKSB7XHJcblx0XHRzdXBlci5vbkNsaWNrKCk7XHJcblx0fVxyXG5cclxuXHRASG9zdExpc3RlbmVyKCdtb3VzZWVudGVyJylcclxuXHRvdmVycmlkZSBvbk1vdXNlRW50ZXIoKSB7XHJcblx0XHRzdXBlci5vbk1vdXNlRW50ZXIoKTtcclxuXHR9XHJcblxyXG5cdEBIb3N0TGlzdGVuZXIoJ21vdXNlbGVhdmUnKVxyXG5cdG92ZXJyaWRlIG9uTW91c2VMZWF2ZSgpIHtcclxuXHRcdHN1cGVyLm9uTW91c2VMZWF2ZSgpO1xyXG5cdH1cclxuXHRASG9zdExpc3RlbmVyKCdmb2N1cycpXHJcblx0b3ZlcnJpZGUgb25Gb2N1cygpIHtcclxuXHRcdHN1cGVyLm9uRm9jdXMoKTtcclxuXHR9XHJcblx0QEhvc3RMaXN0ZW5lcignYmx1cicpXHJcblx0b3ZlcnJpZGUgb25CbHVyKCkge1xyXG5cdFx0c3VwZXIub25CbHVyKCk7XHJcblx0fVxyXG5cclxuXHRuZ0FmdGVyVmlld0luaXQoKSB7XHJcblx0XHR0aGlzLl9jaGVja1BhbmVsKCk7XHJcblx0XHR0aGlzLl9jaGVja1RhcmdldCgpO1xyXG5cdH1cclxuXHRuZ09uRGVzdHJveSgpIHtcclxuXHRcdHRoaXMuX2NsZWFuVXBTdWJzY3JpcHRpb25zKCk7XHJcblx0XHRpZiAodGhpcy5fcG9wb3Zlck9wZW4pIHtcclxuXHRcdFx0dGhpcy5jbG9zZVBvcG92ZXIoKTtcclxuXHRcdH1cclxuXHRcdHRoaXMuZGVzdHJveVBvcG92ZXIoKTtcclxuXHR9XHJcblx0cHJvdGVjdGVkIF9lbWl0T3BlbigpOiB2b2lkIHtcclxuXHRcdHRoaXMub25PcGVuLmVtaXQoKTtcclxuXHR9XHJcblx0cHJvdGVjdGVkIF9lbWl0Q2xvc2UoKTogdm9pZCB7XHJcblx0XHR0aGlzLm9uQ2xvc2UuZW1pdCgpO1xyXG5cdH1cclxufVxyXG4iXX0=
|