@lucca-front/ng 7.2.0 → 8.0.0-alpha.1
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/animations/lucca-front-ng-animations.d.ts +1 -0
- package/animations/package.json +6 -10
- package/api/lib/api.module.d.ts +5 -0
- package/api/lib/select/api-select.module.d.ts +8 -0
- package/api/lib/select/feeder/api-feeder.component.d.ts +3 -0
- package/api/lib/select/feeder/api-feeder.module.d.ts +6 -0
- package/api/lib/select/input/api-select-input.component.d.ts +7 -6
- package/api/lib/select/input/api-select-input.module.d.ts +9 -0
- package/api/lib/select/pager/api-pager.component.d.ts +3 -0
- package/api/lib/select/pager/api-pager.module.d.ts +6 -0
- package/api/lib/select/searcher/api-searcher.component.d.ts +7 -3
- package/api/lib/select/searcher/api-searcher.model.d.ts +4 -5
- package/api/lib/select/searcher/api-searcher.module.d.ts +9 -0
- package/api/lib/service/api-hybrid.service.d.ts +3 -0
- package/api/lib/service/api-service.model.d.ts +2 -3
- package/api/lib/service/api-v3.service.d.ts +3 -0
- package/api/lib/service/api-v4.service.d.ts +3 -0
- package/api/lucca-front-ng-api.d.ts +1 -0
- package/api/package.json +6 -10
- package/core/lib/date/native/native-date.adapter.d.ts +3 -0
- package/core/lib/date/string/string-date.adapter.d.ts +3 -0
- package/core/lucca-front-ng-core.d.ts +1 -0
- package/core/package.json +6 -10
- package/date/lib/adapter/date-adapter.module.d.ts +5 -0
- package/date/lib/adapter/date-adapter.pipe.d.ts +3 -0
- package/date/lib/calendar/calendar-input.component.d.ts +6 -3
- package/date/lib/calendar/calendar-input.module.d.ts +7 -0
- package/date/lib/calendar/calendar-item.class.d.ts +1 -1
- package/date/lib/calendar/calendar-item.factory.d.ts +3 -0
- package/date/lib/date.module.d.ts +9 -0
- package/date/lib/input/date-input.directive.d.ts +3 -0
- package/date/lib/input/date-input.intl.d.ts +3 -0
- package/date/lib/input/date-input.module.d.ts +5 -0
- package/date/lib/picker/date-picker.component.d.ts +3 -0
- package/date/lib/picker/date-picker.module.d.ts +11 -0
- package/date/lib/select/date-select-input.component.d.ts +3 -0
- package/date/lib/select/date-select-input.intl.d.ts +3 -0
- package/date/lib/select/date-select-input.module.d.ts +9 -0
- package/date/lucca-front-ng-date.d.ts +1 -1
- package/date/package.json +6 -10
- package/department/lib/department.module.d.ts +5 -0
- package/department/lib/select/department-select.module.d.ts +6 -0
- package/department/lib/select/feeder/department-feeder.component.d.ts +3 -0
- package/department/lib/select/feeder/department-feeder.module.d.ts +6 -0
- package/department/lib/select/input/department-select-input.component.d.ts +8 -7
- package/department/lib/select/input/department-select-input.intl.d.ts +3 -0
- package/department/lib/select/input/department-select-input.module.d.ts +10 -0
- package/department/lib/service/department-v3.service.d.ts +3 -0
- package/department/lucca-front-ng-department.d.ts +1 -0
- package/department/package.json +6 -10
- package/dropdown/lib/dropdown.module.d.ts +7 -0
- package/dropdown/lib/item/dropdown-item.directive.d.ts +3 -0
- package/dropdown/lib/item/dropdown-item.module.d.ts +5 -0
- package/dropdown/lib/panel/dropdown-panel.component.d.ts +3 -0
- package/dropdown/lib/panel/dropdown-panel.module.d.ts +6 -0
- package/dropdown/lib/trigger/dropdown-trigger.directive.d.ts +3 -0
- package/dropdown/lib/trigger/dropdown-trigger.module.d.ts +6 -0
- package/dropdown/lucca-front-ng-dropdown.d.ts +1 -0
- package/dropdown/package.json +6 -10
- package/{animations/esm2015/index.js → esm2020/animations/index.mjs} +0 -0
- package/{animations/esm2015/lib/animation.factory.js → esm2020/animations/lib/animation.factory.mjs} +0 -0
- package/{animations/esm2015/lib/fade.animation.js → esm2020/animations/lib/fade.animation.mjs} +0 -0
- package/{animations/esm2015/lib/index.js → esm2020/animations/lib/index.mjs} +0 -0
- package/{animations/esm2015/lib/scale.animation.js → esm2020/animations/lib/scale.animation.mjs} +0 -0
- package/{animations/esm2015/lib/slide.animation.js → esm2020/animations/lib/slide.animation.mjs} +0 -0
- package/{animations/esm2015/lucca-front-ng-animations.js → esm2020/animations/lucca-front-ng-animations.mjs} +0 -0
- package/{animations/esm2015/public-api.js → esm2020/animations/public-api.mjs} +0 -0
- package/{api/esm2015/index.js → esm2020/api/index.mjs} +0 -0
- package/{api/esm2015/lib/api.model.js → esm2020/api/lib/api.model.mjs} +0 -0
- package/esm2020/api/lib/api.module.mjs +22 -0
- package/{api/esm2015/lib/index.js → esm2020/api/lib/index.mjs} +0 -0
- package/esm2020/api/lib/select/api-select.module.mjs +43 -0
- package/esm2020/api/lib/select/feeder/api-feeder.component.mjs +78 -0
- package/{api/esm2015/lib/select/feeder/api-feeder.model.js → esm2020/api/lib/select/feeder/api-feeder.model.mjs} +0 -0
- package/esm2020/api/lib/select/feeder/api-feeder.module.mjs +26 -0
- package/{api/esm2015/lib/select/feeder/index.js → esm2020/api/lib/select/feeder/index.mjs} +0 -0
- package/{api/esm2015/lib/select/index.js → esm2020/api/lib/select/index.mjs} +0 -0
- package/esm2020/api/lib/select/input/api-select-input.component.mjs +48 -0
- package/esm2020/api/lib/select/input/api-select-input.module.mjs +44 -0
- package/{api/esm2015/lib/select/input/index.js → esm2020/api/lib/select/input/index.mjs} +0 -0
- package/esm2020/api/lib/select/pager/api-pager.component.mjs +89 -0
- package/{api/esm2015/lib/select/pager/api-pager.model.js → esm2020/api/lib/select/pager/api-pager.model.mjs} +0 -0
- package/esm2020/api/lib/select/pager/api-pager.module.mjs +26 -0
- package/{api/esm2015/lib/select/pager/index.js → esm2020/api/lib/select/pager/index.mjs} +0 -0
- package/esm2020/api/lib/select/searcher/api-searcher.component.mjs +210 -0
- package/esm2020/api/lib/select/searcher/api-searcher.model.mjs +69 -0
- package/esm2020/api/lib/select/searcher/api-searcher.module.mjs +42 -0
- package/{api/esm2015/lib/select/searcher/index.js → esm2020/api/lib/select/searcher/index.mjs} +0 -0
- package/esm2020/api/lib/service/api-hybrid.service.mjs +59 -0
- package/esm2020/api/lib/service/api-service.model.mjs +3 -0
- package/esm2020/api/lib/service/api-v3.service.mjs +65 -0
- package/esm2020/api/lib/service/api-v4.service.mjs +55 -0
- package/{api/esm2015/lib/service/index.js → esm2020/api/lib/service/index.mjs} +0 -0
- package/{api/esm2015/lucca-front-ng-api.js → esm2020/api/lucca-front-ng-api.mjs} +0 -0
- package/{api/esm2015/public-api.js → esm2020/api/public-api.mjs} +0 -0
- package/{core/esm2015/index.js → esm2020/core/index.mjs} +0 -0
- package/{core/esm2015/lib/date/date-adapter.class.js → esm2020/core/lib/date/date-adapter.class.mjs} +0 -0
- package/{core/esm2015/lib/date/date-adapter.interface.js → esm2020/core/lib/date/date-adapter.interface.mjs} +0 -0
- package/{core/esm2015/lib/date/date-granularity.enum.js → esm2020/core/lib/date/date-granularity.enum.mjs} +0 -0
- package/{core/esm2015/lib/date/index.js → esm2020/core/lib/date/index.mjs} +0 -0
- package/{core/esm2015/lib/date/native/index.js → esm2020/core/lib/date/native/index.mjs} +0 -0
- package/esm2020/core/lib/date/native/native-date.adapter.mjs +228 -0
- package/{core/esm2015/lib/date/native/native-date.option.js → esm2020/core/lib/date/native/native-date.option.mjs} +0 -0
- package/{core/esm2015/lib/date/string/index.js → esm2020/core/lib/date/string/index.mjs} +0 -0
- package/esm2020/core/lib/date/string/string-date.adapter.mjs +81 -0
- package/{core/esm2015/lib/event/index.js → esm2020/core/lib/event/index.mjs} +0 -0
- package/{core/esm2015/lib/event/on-close.subscriber.js → esm2020/core/lib/event/on-close.subscriber.mjs} +0 -0
- package/{core/esm2015/lib/event/on-open.subscriber.js → esm2020/core/lib/event/on-open.subscriber.mjs} +0 -0
- package/{core/esm2015/lib/event/on-scroll-bottom.subscriber.js → esm2020/core/lib/event/on-scroll-bottom.subscriber.mjs} +0 -0
- package/{core/esm2015/lib/group/group.interface.js → esm2020/core/lib/group/group.interface.mjs} +0 -0
- package/{core/esm2015/lib/group/index.js → esm2020/core/lib/group/index.mjs} +0 -0
- package/{core/esm2015/lib/id/id.generator.js → esm2020/core/lib/id/id.generator.mjs} +0 -0
- package/{core/esm2015/lib/id/index.js → esm2020/core/lib/id/index.mjs} +0 -0
- package/{core/esm2015/lib/index.js → esm2020/core/lib/index.mjs} +0 -0
- package/{core/esm2015/lib/translate/index.js → esm2020/core/lib/translate/index.mjs} +0 -0
- package/esm2020/core/lib/translate/intl.model.mjs +13 -0
- package/{core/esm2015/lib/translate/translation.model.js → esm2020/core/lib/translate/translation.model.mjs} +0 -0
- package/{core/esm2015/lib/tree/index.js → esm2020/core/lib/tree/index.mjs} +0 -0
- package/{core/esm2015/lib/tree/tree.model.js → esm2020/core/lib/tree/tree.model.mjs} +0 -0
- package/{core/esm2015/lucca-front-ng-core.js → esm2020/core/lucca-front-ng-core.mjs} +0 -0
- package/{core/esm2015/public-api.js → esm2020/core/public-api.mjs} +0 -0
- package/{date/esm2015/index.js → esm2020/date/index.mjs} +0 -0
- package/esm2020/date/lib/adapter/date-adapter.module.mjs +20 -0
- package/esm2020/date/lib/adapter/date-adapter.pipe.mjs +24 -0
- package/{date/esm2015/lib/adapter/index.js → esm2020/date/lib/adapter/index.mjs} +0 -0
- package/esm2020/date/lib/calendar/calendar-input.component.mjs +331 -0
- package/esm2020/date/lib/calendar/calendar-input.module.mjs +36 -0
- package/esm2020/date/lib/calendar/calendar-item.class.mjs +41 -0
- package/esm2020/date/lib/calendar/calendar-item.factory.mjs +38 -0
- package/{date/esm2015/lib/calendar/calendar-item.interface.js → esm2020/date/lib/calendar/calendar-item.interface.mjs} +0 -0
- package/{date/esm2015/lib/calendar/index.js → esm2020/date/lib/calendar/index.mjs} +0 -0
- package/esm2020/date/lib/date.module.mjs +50 -0
- package/{date/esm2015/lib/index.js → esm2020/date/lib/index.mjs} +0 -0
- package/esm2020/date/lib/input/date-input.directive.mjs +138 -0
- package/esm2020/date/lib/input/date-input.intl.mjs +21 -0
- package/esm2020/date/lib/input/date-input.module.mjs +31 -0
- package/{date/esm2015/lib/input/date-input.token.js → esm2020/date/lib/input/date-input.token.mjs} +0 -0
- package/{date/esm2015/lib/input/date-input.translate.js → esm2020/date/lib/input/date-input.translate.mjs} +0 -0
- package/{date/esm2015/lib/input/index.js → esm2020/date/lib/input/index.mjs} +0 -0
- package/esm2020/date/lib/picker/date-picker.component.mjs +104 -0
- package/esm2020/date/lib/picker/date-picker.module.mjs +46 -0
- package/{date/esm2015/lib/picker/index.js → esm2020/date/lib/picker/index.mjs} +0 -0
- package/esm2020/date/lib/select/date-select-input.component.mjs +100 -0
- package/esm2020/date/lib/select/date-select-input.intl.mjs +21 -0
- package/esm2020/date/lib/select/date-select-input.module.mjs +54 -0
- package/{date/esm2015/lib/select/date-select-input.token.js → esm2020/date/lib/select/date-select-input.token.mjs} +0 -0
- package/{date/esm2015/lib/select/date-select-input.translate.js → esm2020/date/lib/select/date-select-input.translate.mjs} +0 -0
- package/{date/esm2015/lib/select/index.js → esm2020/date/lib/select/index.mjs} +0 -0
- package/esm2020/date/lucca-front-ng-date.mjs +5 -0
- package/{date/esm2015/public-api.js → esm2020/date/public-api.mjs} +0 -0
- package/{department/esm2015/index.js → esm2020/department/index.mjs} +0 -0
- package/{department/esm2015/lib/department.model.js → esm2020/department/lib/department.model.mjs} +0 -0
- package/esm2020/department/lib/department.module.mjs +22 -0
- package/{department/esm2015/lib/index.js → esm2020/department/lib/index.mjs} +0 -0
- package/esm2020/department/lib/select/department-select.module.mjs +29 -0
- package/esm2020/department/lib/select/feeder/department-feeder.component.mjs +72 -0
- package/esm2020/department/lib/select/feeder/department-feeder.module.mjs +26 -0
- package/{department/esm2015/lib/select/feeder/index.js → esm2020/department/lib/select/feeder/index.mjs} +0 -0
- package/{department/esm2015/lib/select/index.js → esm2020/department/lib/select/index.mjs} +0 -0
- package/esm2020/department/lib/select/input/department-select-input.component.mjs +51 -0
- package/esm2020/department/lib/select/input/department-select-input.intl.mjs +21 -0
- package/esm2020/department/lib/select/input/department-select-input.module.mjs +64 -0
- package/{department/esm2015/lib/select/input/department-select-input.token.js → esm2020/department/lib/select/input/department-select-input.token.mjs} +0 -0
- package/{department/esm2015/lib/select/input/department-select-input.translate.js → esm2020/department/lib/select/input/department-select-input.translate.mjs} +0 -0
- package/{department/esm2015/lib/select/input/index.js → esm2020/department/lib/select/input/index.mjs} +0 -0
- package/{department/esm2015/lib/service/department-service.model.js → esm2020/department/lib/service/department-service.model.mjs} +0 -0
- package/esm2020/department/lib/service/department-v3.service.mjs +37 -0
- package/{department/esm2015/lib/service/index.js → esm2020/department/lib/service/index.mjs} +0 -0
- package/{department/esm2015/lucca-front-ng-department.js → esm2020/department/lucca-front-ng-department.mjs} +0 -0
- package/{department/esm2015/public-api.js → esm2020/department/public-api.mjs} +0 -0
- package/esm2020/dropdown/lib/dropdown.module.mjs +36 -0
- package/{dropdown/esm2015/lib/index.js → esm2020/dropdown/lib/index.mjs} +0 -0
- package/esm2020/dropdown/lib/item/dropdown-item.directive.mjs +55 -0
- package/{dropdown/esm2015/lib/item/dropdown-item.model.js → esm2020/dropdown/lib/item/dropdown-item.model.mjs} +0 -0
- package/esm2020/dropdown/lib/item/dropdown-item.module.mjs +21 -0
- package/{dropdown/esm2015/lib/item/index.js → esm2020/dropdown/lib/item/index.mjs} +0 -0
- package/esm2020/dropdown/lib/panel/dropdown-panel.component.mjs +109 -0
- package/{dropdown/esm2015/lib/panel/dropdown-panel.model.js → esm2020/dropdown/lib/panel/dropdown-panel.model.mjs} +0 -0
- package/esm2020/dropdown/lib/panel/dropdown-panel.module.mjs +26 -0
- package/{dropdown/esm2015/lib/panel/index.js → esm2020/dropdown/lib/panel/index.mjs} +0 -0
- package/esm2020/dropdown/lib/trigger/dropdown-trigger.directive.mjs +105 -0
- package/esm2020/dropdown/lib/trigger/dropdown-trigger.module.mjs +26 -0
- package/{dropdown/esm2015/lib/trigger/index.js → esm2020/dropdown/lib/trigger/index.mjs} +0 -0
- package/{dropdown/esm2015/lucca-front-ng-dropdown.js → esm2020/dropdown/lucca-front-ng-dropdown.mjs} +0 -0
- package/{dropdown/esm2015/public-api.js → esm2020/dropdown/public-api.mjs} +0 -0
- package/{establishment/esm2015/index.js → esm2020/establishment/index.mjs} +0 -0
- package/{establishment/esm2015/lib/establishment.model.js → esm2020/establishment/lib/establishment.model.mjs} +0 -0
- package/esm2020/establishment/lib/establishment.module.mjs +22 -0
- package/{establishment/esm2015/lib/index.js → esm2020/establishment/lib/index.mjs} +0 -0
- package/esm2020/establishment/lib/select/establishment-select.module.mjs +50 -0
- package/esm2020/establishment/lib/select/for-legal-units/for-legal-units.directive.mjs +49 -0
- package/esm2020/establishment/lib/select/for-legal-units/for-legal-units.module.mjs +16 -0
- package/{establishment/esm2015/lib/select/for-legal-units/index.js → esm2020/establishment/lib/select/for-legal-units/index.mjs} +0 -0
- package/{establishment/esm2015/lib/select/index.js → esm2020/establishment/lib/select/index.mjs} +0 -0
- package/esm2020/establishment/lib/select/input/establishment-select-input.component.mjs +122 -0
- package/esm2020/establishment/lib/select/input/establishment-select-input.intl.mjs +21 -0
- package/esm2020/establishment/lib/select/input/establishment-select-input.module.mjs +64 -0
- package/{establishment/esm2015/lib/select/input/establishment-select-input.token.js → esm2020/establishment/lib/select/input/establishment-select-input.token.mjs} +0 -0
- package/{establishment/esm2015/lib/select/input/establishment-select-input.translate.js → esm2020/establishment/lib/select/input/establishment-select-input.translate.mjs} +0 -0
- package/{establishment/esm2015/lib/select/input/index.js → esm2020/establishment/lib/select/input/index.mjs} +0 -0
- package/{establishment/esm2015/lib/select/legal-unit-selector/index.js → esm2020/establishment/lib/select/legal-unit-selector/index.mjs} +0 -0
- package/esm2020/establishment/lib/select/legal-unit-selector/legal-unit-selector.directive.mjs +102 -0
- package/esm2020/establishment/lib/select/legal-unit-selector/legal-unit-selector.module.mjs +18 -0
- package/esm2020/establishment/lib/select/searcher/establishment-searcher.component.mjs +169 -0
- package/esm2020/establishment/lib/select/searcher/establishment-searcher.module.mjs +38 -0
- package/{establishment/esm2015/lib/select/searcher/index.js → esm2020/establishment/lib/select/searcher/index.mjs} +0 -0
- package/esm2020/establishment/lib/select/select-all/establishment-select-all.component.mjs +90 -0
- package/esm2020/establishment/lib/select/select-all/establishment-select-all.module.mjs +40 -0
- package/{establishment/esm2015/lib/select/select-all/establishment-select-all.translate.js → esm2020/establishment/lib/select/select-all/establishment-select-all.translate.mjs} +0 -0
- package/{establishment/esm2015/lib/select/select-all/index.js → esm2020/establishment/lib/select/select-all/index.mjs} +0 -0
- package/{establishment/esm2015/lib/service/establishment-service.model.js → esm2020/establishment/lib/service/establishment-service.model.mjs} +0 -0
- package/esm2020/establishment/lib/service/establishment.service.mjs +33 -0
- package/{establishment/esm2015/lib/service/index.js → esm2020/establishment/lib/service/index.mjs} +0 -0
- package/{establishment/esm2015/lib/service/legal-unit-service.model.js → esm2020/establishment/lib/service/legal-unit-service.model.mjs} +0 -0
- package/esm2020/establishment/lib/service/legal-unit.service.mjs +33 -0
- package/{establishment/esm2015/lucca-front-ng-establishment.js → esm2020/establishment/lucca-front-ng-establishment.mjs} +0 -0
- package/{establishment/esm2015/public-api.js → esm2020/establishment/public-api.mjs} +0 -0
- package/{formly/esm2015/index.js → esm2020/formly/index.mjs} +0 -0
- package/{formly/esm2015/lib/formly.config.js → esm2020/formly/lib/formly.config.mjs} +0 -0
- package/esm2020/formly/lib/formly.module.mjs +110 -0
- package/{formly/esm2015/lib/index.js → esm2020/formly/lib/index.mjs} +0 -0
- package/esm2020/formly/lib/types/api.mjs +33 -0
- package/esm2020/formly/lib/types/checkbox.mjs +21 -0
- package/esm2020/formly/lib/types/date.mjs +21 -0
- package/esm2020/formly/lib/types/department.mjs +21 -0
- package/esm2020/formly/lib/types/establishment.mjs +21 -0
- package/{formly/esm2015/lib/types/index.js → esm2020/formly/lib/types/index.mjs} +0 -0
- package/esm2020/formly/lib/types/input.mjs +25 -0
- package/esm2020/formly/lib/types/qualification.mjs +21 -0
- package/esm2020/formly/lib/types/radios.mjs +24 -0
- package/esm2020/formly/lib/types/select.mjs +27 -0
- package/esm2020/formly/lib/types/textarea.mjs +21 -0
- package/esm2020/formly/lib/types/user.mjs +21 -0
- package/esm2020/formly/lib/wrappers/checkbox-layout.mjs +31 -0
- package/esm2020/formly/lib/wrappers/error.mjs +62 -0
- package/esm2020/formly/lib/wrappers/helper.mjs +27 -0
- package/esm2020/formly/lib/wrappers/icon.mjs +35 -0
- package/{formly/esm2015/lib/wrappers/index.js → esm2020/formly/lib/wrappers/index.mjs} +0 -0
- package/esm2020/formly/lib/wrappers/radiosfield-layout.mjs +31 -0
- package/esm2020/formly/lib/wrappers/suffix.mjs +30 -0
- package/esm2020/formly/lib/wrappers/textfield-layout.mjs +42 -0
- package/{formly/esm2015/lucca-front-ng-formly.js → esm2020/formly/lucca-front-ng-formly.mjs} +0 -0
- package/{formly/esm2015/public-api.js → esm2020/formly/public-api.mjs} +0 -0
- package/{input/esm2015/index.js → esm2020/input/index.mjs} +0 -0
- package/esm2020/input/lib/clearer/clearer.component.mjs +32 -0
- package/{input/esm2015/lib/clearer/clearer.model.js → esm2020/input/lib/clearer/clearer.model.mjs} +0 -0
- package/esm2020/input/lib/clearer/clearer.module.mjs +26 -0
- package/{input/esm2015/lib/clearer/index.js → esm2020/input/lib/clearer/index.mjs} +0 -0
- package/{input/esm2015/lib/displayer/index.js → esm2020/input/lib/displayer/index.mjs} +0 -0
- package/esm2020/input/lib/displayer/input-displayer.directive.mjs +58 -0
- package/{input/esm2015/lib/displayer/input-displayer.model.js → esm2020/input/lib/displayer/input-displayer.model.mjs} +0 -0
- package/esm2020/input/lib/displayer/input-displayer.module.mjs +17 -0
- package/{input/esm2015/lib/index.js → esm2020/input/lib/index.mjs} +0 -0
- package/esm2020/input/lib/input.directive.mjs +41 -0
- package/esm2020/input/lib/input.model.mjs +48 -0
- package/esm2020/input/lib/input.module.mjs +35 -0
- package/{input/esm2015/lucca-front-ng-input.js → esm2020/input/lucca-front-ng-input.mjs} +0 -0
- package/{input/esm2015/public-api.js → esm2020/input/public-api.mjs} +0 -0
- package/esm2020/lucca-front-ng.mjs +5 -0
- package/{material/esm2015/index.js → esm2020/material/index.mjs} +0 -0
- package/{material/esm2015/lib/index.js → esm2020/material/lib/index.mjs} +0 -0
- package/esm2020/material/lib/module.mjs +12 -0
- package/{material/esm2015/lucca-front-ng-material.js → esm2020/material/lucca-front-ng-material.mjs} +0 -0
- package/{material/esm2015/public-api.js → esm2020/material/public-api.mjs} +0 -0
- package/{modal/esm2015/index.js → esm2020/modal/index.mjs} +0 -0
- package/{modal/esm2015/lib/index.js → esm2020/modal/lib/index.mjs} +0 -0
- package/{modal/esm2015/lib/modal-config.default.js → esm2020/modal/lib/modal-config.default.mjs} +0 -0
- package/{modal/esm2015/lib/modal-config.model.js → esm2020/modal/lib/modal-config.model.mjs} +0 -0
- package/esm2020/modal/lib/modal-panel.component.mjs +130 -0
- package/esm2020/modal/lib/modal-ref.factory.mjs +50 -0
- package/{modal/esm2015/lib/modal-ref.model.js → esm2020/modal/lib/modal-ref.model.mjs} +0 -0
- package/esm2020/modal/lib/modal.intl.mjs +21 -0
- package/{modal/esm2015/lib/modal.model.js → esm2020/modal/lib/modal.model.mjs} +0 -0
- package/esm2020/modal/lib/modal.module.mjs +65 -0
- package/esm2020/modal/lib/modal.service.mjs +23 -0
- package/{modal/esm2015/lib/modal.token.js → esm2020/modal/lib/modal.token.mjs} +0 -0
- package/{modal/esm2015/lib/modal.translate.js → esm2020/modal/lib/modal.translate.mjs} +0 -0
- package/esm2020/modal/lucca-front-ng-modal.mjs +5 -0
- package/{modal/esm2015/public-api.js → esm2020/modal/public-api.mjs} +0 -0
- package/{number/esm2015/index.js → esm2020/number/index.mjs} +0 -0
- package/{number/esm2015/lib/index.js → esm2020/number/lib/index.mjs} +0 -0
- package/esm2020/number/lib/number.module.mjs +18 -0
- package/esm2020/number/lib/number.pipe.mjs +35 -0
- package/{number/esm2015/lucca-front-ng-number.js → esm2020/number/lucca-front-ng-number.mjs} +0 -0
- package/{number/esm2015/public-api.js → esm2020/number/public-api.mjs} +0 -0
- package/{option/esm2015/index.js → esm2020/option/index.mjs} +0 -0
- package/{option/esm2015/lib/index.js → esm2020/option/lib/index.mjs} +0 -0
- package/{option/esm2015/lib/item/index.js → esm2020/option/lib/item/index.mjs} +0 -0
- package/esm2020/option/lib/item/option-item.component.mjs +59 -0
- package/{option/esm2015/lib/item/option-item.model.js → esm2020/option/lib/item/option-item.model.mjs} +0 -0
- package/esm2020/option/lib/item/option-item.module.mjs +20 -0
- package/esm2020/option/lib/item/tree-option-item.component.mjs +117 -0
- package/esm2020/option/lib/item/tree-option-item.intl.mjs +21 -0
- package/{option/esm2015/lib/item/tree-option-item.model.js → esm2020/option/lib/item/tree-option-item.model.mjs} +0 -0
- package/esm2020/option/lib/item/tree-option-item.module.mjs +43 -0
- package/{option/esm2015/lib/item/tree-option-item.token.js → esm2020/option/lib/item/tree-option-item.token.mjs} +0 -0
- package/{option/esm2015/lib/item/tree-option-item.translate.js → esm2020/option/lib/item/tree-option-item.translate.mjs} +0 -0
- package/{option/esm2015/lib/operator/feeder/index.js → esm2020/option/lib/operator/feeder/index.mjs} +0 -0
- package/esm2020/option/lib/operator/feeder/option-feeder.component.mjs +33 -0
- package/esm2020/option/lib/operator/feeder/option-feeder.module.mjs +21 -0
- package/esm2020/option/lib/operator/feeder/tree-option-feeder.component.mjs +33 -0
- package/esm2020/option/lib/operator/feeder/tree-option-feeder.module.mjs +20 -0
- package/esm2020/option/lib/operator/for-groups/for-groups.directive.mjs +80 -0
- package/esm2020/option/lib/operator/for-groups/for-groups.module.mjs +21 -0
- package/{option/esm2015/lib/operator/for-groups/index.js → esm2020/option/lib/operator/for-groups/index.mjs} +0 -0
- package/esm2020/option/lib/operator/for-options/for-options.directive.mjs +49 -0
- package/esm2020/option/lib/operator/for-options/for-options.module.mjs +21 -0
- package/esm2020/option/lib/operator/for-options/for-tree-options.directive.mjs +28 -0
- package/esm2020/option/lib/operator/for-options/for-tree-options.module.mjs +21 -0
- package/{option/esm2015/lib/operator/for-options/index.js → esm2020/option/lib/operator/for-options/index.mjs} +0 -0
- package/{option/esm2015/lib/operator/index.js → esm2020/option/lib/operator/index.mjs} +0 -0
- package/{option/esm2015/lib/operator/option-operator.model.js → esm2020/option/lib/operator/option-operator.model.mjs} +0 -0
- package/esm2020/option/lib/operator/option-operator.module.mjs +50 -0
- package/{option/esm2015/lib/operator/pager/index.js → esm2020/option/lib/operator/pager/index.mjs} +0 -0
- package/esm2020/option/lib/operator/pager/option-pager.component.mjs +52 -0
- package/esm2020/option/lib/operator/pager/option-pager.module.mjs +20 -0
- package/esm2020/option/lib/operator/pager/tree-option-pager.component.mjs +68 -0
- package/esm2020/option/lib/operator/pager/tree-option-pager.module.mjs +21 -0
- package/{option/esm2015/lib/operator/searcher/index.js → esm2020/option/lib/operator/searcher/index.mjs} +0 -0
- package/esm2020/option/lib/operator/searcher/option-searcher.component.mjs +65 -0
- package/esm2020/option/lib/operator/searcher/option-searcher.module.mjs +34 -0
- package/esm2020/option/lib/operator/searcher/tree-option-searcher.component.mjs +80 -0
- package/esm2020/option/lib/operator/searcher/tree-option-searcher.module.mjs +34 -0
- package/{option/esm2015/lib/operator/tree-option-operator.model.js → esm2020/option/lib/operator/tree-option-operator.model.mjs} +0 -0
- package/esm2020/option/lib/operator/tree-option-operator.module.mjs +43 -0
- package/esm2020/option/lib/option.module.mjs +50 -0
- package/{option/esm2015/lib/picker/index.js → esm2020/option/lib/picker/index.mjs} +0 -0
- package/esm2020/option/lib/picker/option-picker-advanced.component.mjs +142 -0
- package/esm2020/option/lib/picker/option-picker.component.mjs +289 -0
- package/esm2020/option/lib/picker/option-picker.model.mjs +69 -0
- package/esm2020/option/lib/picker/option-picker.module.mjs +49 -0
- package/esm2020/option/lib/picker/tree-option-picker-advanced.component.mjs +138 -0
- package/esm2020/option/lib/picker/tree-option-picker.component.mjs +171 -0
- package/esm2020/option/lib/picker/tree-option-picker.model.mjs +4 -0
- package/esm2020/option/lib/picker/tree-option-picker.module.mjs +43 -0
- package/{option/esm2015/lib/placeholder/index.js → esm2020/option/lib/placeholder/index.mjs} +0 -0
- package/esm2020/option/lib/placeholder/option-placeholder.component.mjs +24 -0
- package/esm2020/option/lib/placeholder/option-placeholder.intl.mjs +21 -0
- package/esm2020/option/lib/placeholder/option-placeholder.module.mjs +30 -0
- package/{option/esm2015/lib/placeholder/option-placeholder.token.js → esm2020/option/lib/placeholder/option-placeholder.token.mjs} +0 -0
- package/{option/esm2015/lib/placeholder/option-placeholder.translate.js → esm2020/option/lib/placeholder/option-placeholder.translate.mjs} +0 -0
- package/{option/esm2015/lib/selector/all/index.js → esm2020/option/lib/selector/all/index.mjs} +0 -0
- package/esm2020/option/lib/selector/all/select-all.component.mjs +63 -0
- package/esm2020/option/lib/selector/all/select-all.intl.mjs +21 -0
- package/esm2020/option/lib/selector/all/select-all.module.mjs +30 -0
- package/{option/esm2015/lib/selector/all/select-all.token.js → esm2020/option/lib/selector/all/select-all.token.mjs} +0 -0
- package/{option/esm2015/lib/selector/all/select-all.translate.js → esm2020/option/lib/selector/all/select-all.translate.mjs} +0 -0
- package/esm2020/option/lib/selector/all/tree-select-all.component.mjs +68 -0
- package/esm2020/option/lib/selector/all/tree-select-all.module.mjs +30 -0
- package/{option/esm2015/lib/selector/index.js → esm2020/option/lib/selector/index.mjs} +0 -0
- package/{option/esm2015/lib/selector/option-selector.model.js → esm2020/option/lib/selector/option-selector.model.mjs} +0 -0
- package/esm2020/option/lib/selector/option-selector.module.mjs +22 -0
- package/{option/esm2015/lib/selector/tree-option-selector.model.js → esm2020/option/lib/selector/tree-option-selector.model.mjs} +0 -0
- package/esm2020/option/lib/selector/tree-option-selector.module.mjs +22 -0
- package/esm2020/option/lib/tree-option.module.mjs +43 -0
- package/{option/esm2015/lucca-front-ng-option.js → esm2020/option/lucca-front-ng-option.mjs} +0 -0
- package/{option/esm2015/public-api.js → esm2020/option/public-api.mjs} +0 -0
- package/{picker/esm2015/index.js → esm2020/picker/index.mjs} +0 -0
- package/{picker/esm2015/lib/index.js → esm2020/picker/lib/index.mjs} +0 -0
- package/esm2020/picker/lib/input-picker.model.mjs +4 -0
- package/{picker/esm2015/lucca-front-ng-picker.js → esm2020/picker/lucca-front-ng-picker.mjs} +0 -0
- package/{picker/esm2015/public-api.js → esm2020/picker/public-api.mjs} +0 -0
- package/{popover/esm2015/index.js → esm2020/popover/index.mjs} +0 -0
- package/{popover/esm2015/lib/animation/index.js → esm2020/popover/lib/animation/index.mjs} +0 -0
- package/{popover/esm2015/lib/animation/popover.animation.js → esm2020/popover/lib/animation/popover.animation.mjs} +0 -0
- package/{popover/esm2015/lib/index.js → esm2020/popover/lib/index.mjs} +0 -0
- package/{popover/esm2015/lib/panel/index.js → esm2020/popover/lib/panel/index.mjs} +0 -0
- package/esm2020/popover/lib/panel/popover-panel.component.mjs +121 -0
- package/esm2020/popover/lib/panel/popover-panel.model.mjs +96 -0
- package/esm2020/popover/lib/panel/popover-panel.module.mjs +34 -0
- package/esm2020/popover/lib/popover.module.mjs +36 -0
- package/{popover/esm2015/lib/target/index.js → esm2020/popover/lib/target/index.mjs} +0 -0
- package/esm2020/popover/lib/target/popover-target.directive.mjs +42 -0
- package/{popover/esm2015/lib/target/popover-target.error.js → esm2020/popover/lib/target/popover-target.error.mjs} +0 -0
- package/{popover/esm2015/lib/target/popover-target.model.js → esm2020/popover/lib/target/popover-target.model.mjs} +0 -0
- package/esm2020/popover/lib/target/popover-target.module.mjs +30 -0
- package/{popover/esm2015/lib/trigger/index.js → esm2020/popover/lib/trigger/index.mjs} +0 -0
- package/esm2020/popover/lib/trigger/popover-trigger.directive.mjs +155 -0
- package/{popover/esm2015/lib/trigger/popover-trigger.error.js → esm2020/popover/lib/trigger/popover-trigger.error.mjs} +0 -0
- package/esm2020/popover/lib/trigger/popover-trigger.model.mjs +406 -0
- package/esm2020/popover/lib/trigger/popover-trigger.module.mjs +38 -0
- package/{popover/esm2015/lucca-front-ng-popover.js → esm2020/popover/lucca-front-ng-popover.mjs} +0 -0
- package/{popover/esm2015/public-api.js → esm2020/popover/public-api.mjs} +0 -0
- package/{popup/esm2015/index.js → esm2020/popup/index.mjs} +0 -0
- package/{popup/esm2015/lib/index.js → esm2020/popup/lib/index.mjs} +0 -0
- package/{popup/esm2015/lib/popup-config.default.js → esm2020/popup/lib/popup-config.default.mjs} +0 -0
- package/{popup/esm2015/lib/popup-config.model.js → esm2020/popup/lib/popup-config.model.mjs} +0 -0
- package/esm2020/popup/lib/popup-ref.factory.mjs +28 -0
- package/esm2020/popup/lib/popup-ref.model.mjs +118 -0
- package/{popup/esm2015/lib/popup.model.js → esm2020/popup/lib/popup.model.mjs} +0 -0
- package/esm2020/popup/lib/popup.module.mjs +33 -0
- package/esm2020/popup/lib/popup.service.mjs +27 -0
- package/{popup/esm2015/lib/popup.token.js → esm2020/popup/lib/popup.token.mjs} +0 -0
- package/{popup/esm2015/lucca-front-ng-popup.js → esm2020/popup/lucca-front-ng-popup.mjs} +0 -0
- package/{popup/esm2015/public-api.js → esm2020/popup/public-api.mjs} +0 -0
- package/esm2020/public_api.mjs +2 -0
- package/{qualification/esm2015/index.js → esm2020/qualification/index.mjs} +0 -0
- package/{qualification/esm2015/lib/index.js → esm2020/qualification/lib/index.mjs} +0 -0
- package/{qualification/esm2015/lib/qualification.model.js → esm2020/qualification/lib/qualification.model.mjs} +0 -0
- package/esm2020/qualification/lib/qualification.module.mjs +22 -0
- package/{qualification/esm2015/lib/select/index.js → esm2020/qualification/lib/select/index.mjs} +0 -0
- package/{qualification/esm2015/lib/select/input/index.js → esm2020/qualification/lib/select/input/index.mjs} +0 -0
- package/esm2020/qualification/lib/select/input/qualification-select-input.component.mjs +61 -0
- package/esm2020/qualification/lib/select/input/qualification-select-input.intl.mjs +21 -0
- package/esm2020/qualification/lib/select/input/qualification-select-input.module.mjs +55 -0
- package/{qualification/esm2015/lib/select/input/qualification-select-input.token.js → esm2020/qualification/lib/select/input/qualification-select-input.token.mjs} +0 -0
- package/{qualification/esm2015/lib/select/input/qualification-select-input.translate.js → esm2020/qualification/lib/select/input/qualification-select-input.translate.mjs} +0 -0
- package/esm2020/qualification/lib/select/qualification-select.module.mjs +22 -0
- package/{qualification/esm2015/lucca-front-ng-qualification.js → esm2020/qualification/lucca-front-ng-qualification.mjs} +0 -0
- package/{qualification/esm2015/public-api.js → esm2020/qualification/public-api.mjs} +0 -0
- package/{safe-content/esm2015/index.js → esm2020/safe-content/index.mjs} +0 -0
- package/{safe-content/esm2015/lib/index.js → esm2020/safe-content/lib/index.mjs} +0 -0
- package/{safe-content/esm2015/lib/safe-content.model.js → esm2020/safe-content/lib/safe-content.model.mjs} +0 -0
- package/esm2020/safe-content/lib/safe-content.module.mjs +19 -0
- package/esm2020/safe-content/lib/safe-content.pipe.mjs +25 -0
- package/{safe-content/esm2015/lucca-front-ng-safe-content.js → esm2020/safe-content/lucca-front-ng-safe-content.mjs} +0 -0
- package/{safe-content/esm2015/public-api.js → esm2020/safe-content/public-api.mjs} +0 -0
- package/{scroll/esm2015/index.js → esm2020/scroll/index.mjs} +0 -0
- package/{scroll/esm2015/lib/index.js → esm2020/scroll/lib/index.mjs} +0 -0
- package/esm2020/scroll/lib/scroll.directive.mjs +75 -0
- package/{scroll/esm2015/lib/scroll.model.js → esm2020/scroll/lib/scroll.model.mjs} +0 -0
- package/esm2020/scroll/lib/scroll.module.mjs +20 -0
- package/esm2020/scroll/lucca-front-ng-scroll.mjs +5 -0
- package/{scroll/esm2015/public-api.js → esm2020/scroll/public-api.mjs} +0 -0
- package/{select/esm2015/index.js → esm2020/select/index.mjs} +0 -0
- package/{select/esm2015/lib/index.js → esm2020/select/lib/index.mjs} +0 -0
- package/{select/esm2015/lib/input/index.js → esm2020/select/lib/input/index.mjs} +0 -0
- package/esm2020/select/lib/input/select-input.component.mjs +229 -0
- package/esm2020/select/lib/input/select-input.model.mjs +167 -0
- package/esm2020/select/lib/input/select-input.module.mjs +30 -0
- package/esm2020/select/lib/select.module.mjs +22 -0
- package/{select/esm2015/lucca-front-ng-select.js → esm2020/select/lucca-front-ng-select.mjs} +0 -0
- package/{select/esm2015/public-api.js → esm2020/select/public-api.mjs} +0 -0
- package/{sidepanel/esm2015/index.js → esm2020/sidepanel/index.mjs} +0 -0
- package/{sidepanel/esm2015/lib/index.js → esm2020/sidepanel/lib/index.mjs} +0 -0
- package/{sidepanel/esm2015/lib/sidepanel-config.default.js → esm2020/sidepanel/lib/sidepanel-config.default.mjs} +0 -0
- package/{sidepanel/esm2015/lib/sidepanel-config.model.js → esm2020/sidepanel/lib/sidepanel-config.model.mjs} +0 -0
- package/esm2020/sidepanel/lib/sidepanel-panel.component.mjs +37 -0
- package/esm2020/sidepanel/lib/sidepanel-ref.factory.mjs +49 -0
- package/{sidepanel/esm2015/lib/sidepanel-ref.model.js → esm2020/sidepanel/lib/sidepanel-ref.model.mjs} +0 -0
- package/esm2020/sidepanel/lib/sidepanel.intl.mjs +21 -0
- package/{sidepanel/esm2015/lib/sidepanel.model.js → esm2020/sidepanel/lib/sidepanel.model.mjs} +0 -0
- package/esm2020/sidepanel/lib/sidepanel.module.mjs +65 -0
- package/esm2020/sidepanel/lib/sidepanel.service.mjs +23 -0
- package/{sidepanel/esm2015/lib/sidepanel.token.js → esm2020/sidepanel/lib/sidepanel.token.mjs} +0 -0
- package/{sidepanel/esm2015/lib/sidepanel.translate.js → esm2020/sidepanel/lib/sidepanel.translate.mjs} +0 -0
- package/{sidepanel/esm2015/lucca-front-ng-sidepanel.js → esm2020/sidepanel/lucca-front-ng-sidepanel.mjs} +0 -0
- package/{sidepanel/esm2015/public-api.js → esm2020/sidepanel/public-api.mjs} +0 -0
- package/{tooltip/esm2015/index.js → esm2020/tooltip/index.mjs} +0 -0
- package/{tooltip/esm2015/lib/animation/index.js → esm2020/tooltip/lib/animation/index.mjs} +0 -0
- package/{tooltip/esm2015/lib/animation/tooltip.animation.js → esm2020/tooltip/lib/animation/tooltip.animation.mjs} +0 -0
- package/{tooltip/esm2015/lib/index.js → esm2020/tooltip/lib/index.mjs} +0 -0
- package/{tooltip/esm2015/lib/panel/index.js → esm2020/tooltip/lib/panel/index.mjs} +0 -0
- package/esm2020/tooltip/lib/panel/tooltip-panel.component.mjs +53 -0
- package/esm2020/tooltip/lib/panel/tooltip-panel.module.mjs +33 -0
- package/esm2020/tooltip/lib/tooltip.module.mjs +29 -0
- package/{tooltip/esm2015/lib/trigger/index.js → esm2020/tooltip/lib/trigger/index.mjs} +0 -0
- package/esm2020/tooltip/lib/trigger/tooltip-trigger.directive.mjs +141 -0
- package/esm2020/tooltip/lib/trigger/tooltip-trigger.module.mjs +26 -0
- package/{tooltip/esm2015/lucca-front-ng-tooltip.js → esm2020/tooltip/lucca-front-ng-tooltip.mjs} +0 -0
- package/{tooltip/esm2015/public-api.js → esm2020/tooltip/public-api.mjs} +0 -0
- package/{user/esm2015/index.js → esm2020/user/index.mjs} +0 -0
- package/{user/esm2015/lib/display/display-format.model.js → esm2020/user/lib/display/display-format.model.mjs} +0 -0
- package/{user/esm2015/lib/display/index.js → esm2020/user/lib/display/index.mjs} +0 -0
- package/esm2020/user/lib/display/user-display.module.mjs +19 -0
- package/esm2020/user/lib/display/user-display.pipe.mjs +62 -0
- package/{user/esm2015/lib/index.js → esm2020/user/lib/index.mjs} +0 -0
- package/{user/esm2015/lib/picture/index.js → esm2020/user/lib/picture/index.mjs} +0 -0
- package/esm2020/user/lib/picture/user-picture.component.mjs +66 -0
- package/esm2020/user/lib/picture/user-picture.module.mjs +19 -0
- package/{user/esm2015/lib/select/homonyms/index.js → esm2020/user/lib/select/homonyms/index.mjs} +0 -0
- package/esm2020/user/lib/select/homonyms/user-homonyms.component.mjs +68 -0
- package/esm2020/user/lib/select/homonyms/user-homonyms.module.mjs +30 -0
- package/esm2020/user/lib/select/homonyms/user-homonyms.service.mjs +47 -0
- package/{user/esm2015/lib/select/index.js → esm2020/user/lib/select/index.mjs} +0 -0
- package/{user/esm2015/lib/select/input/index.js → esm2020/user/lib/select/input/index.mjs} +0 -0
- package/esm2020/user/lib/select/input/user-select-input.component.mjs +69 -0
- package/esm2020/user/lib/select/input/user-select-input.intl.mjs +21 -0
- package/esm2020/user/lib/select/input/user-select-input.module.mjs +66 -0
- package/{user/esm2015/lib/select/input/user-select-input.token.js → esm2020/user/lib/select/input/user-select-input.token.mjs} +0 -0
- package/{user/esm2015/lib/select/input/user-select-input.translate.js → esm2020/user/lib/select/input/user-select-input.translate.mjs} +0 -0
- package/{user/esm2015/lib/select/me/index.js → esm2020/user/lib/select/me/index.mjs} +0 -0
- package/esm2020/user/lib/select/me/me-option.directive.mjs +97 -0
- package/esm2020/user/lib/select/me/me-option.module.mjs +22 -0
- package/{user/esm2015/lib/select/searcher/index.js → esm2020/user/lib/select/searcher/index.mjs} +0 -0
- package/esm2020/user/lib/select/searcher/user-searcher.component.mjs +180 -0
- package/esm2020/user/lib/select/searcher/user-searcher.intl.mjs +21 -0
- package/esm2020/user/lib/select/searcher/user-searcher.module.mjs +48 -0
- package/{user/esm2015/lib/select/searcher/user-searcher.token.js → esm2020/user/lib/select/searcher/user-searcher.token.mjs} +0 -0
- package/{user/esm2015/lib/select/searcher/user-searcher.translate.js → esm2020/user/lib/select/searcher/user-searcher.translate.mjs} +0 -0
- package/esm2020/user/lib/select/user-select.module.mjs +43 -0
- package/{user/esm2015/lib/service/index.js → esm2020/user/lib/service/index.mjs} +0 -0
- package/{user/esm2015/lib/service/user-service.model.js → esm2020/user/lib/service/user-service.model.mjs} +0 -0
- package/esm2020/user/lib/service/user-v3.service.mjs +48 -0
- package/{user/esm2015/lib/tile/index.js → esm2020/user/lib/tile/index.mjs} +0 -0
- package/esm2020/user/lib/tile/user-tile.component.mjs +67 -0
- package/esm2020/user/lib/tile/user-tile.module.mjs +20 -0
- package/{user/esm2015/lib/user.model.js → esm2020/user/lib/user.model.mjs} +0 -0
- package/esm2020/user/lib/user.module.mjs +43 -0
- package/{user/esm2015/lucca-front-ng-user.js → esm2020/user/lucca-front-ng-user.mjs} +0 -0
- package/{user/esm2015/public-api.js → esm2020/user/public-api.mjs} +0 -0
- package/establishment/lib/establishment.module.d.ts +5 -0
- package/establishment/lib/select/establishment-select.module.d.ts +9 -0
- package/establishment/lib/select/for-legal-units/for-legal-units.directive.d.ts +3 -2
- package/establishment/lib/select/for-legal-units/for-legal-units.module.d.ts +5 -0
- package/establishment/lib/select/input/establishment-select-input.component.d.ts +4 -1
- package/establishment/lib/select/input/establishment-select-input.intl.d.ts +3 -0
- package/establishment/lib/select/input/establishment-select-input.module.d.ts +13 -0
- package/establishment/lib/select/legal-unit-selector/legal-unit-selector.directive.d.ts +3 -0
- package/establishment/lib/select/legal-unit-selector/legal-unit-selector.module.d.ts +6 -0
- package/establishment/lib/select/searcher/establishment-searcher.component.d.ts +3 -0
- package/establishment/lib/select/searcher/establishment-searcher.module.d.ts +9 -0
- package/establishment/lib/select/select-all/establishment-select-all.component.d.ts +3 -1
- package/establishment/lib/select/select-all/establishment-select-all.module.d.ts +8 -0
- package/establishment/lib/service/establishment.service.d.ts +3 -0
- package/establishment/lib/service/legal-unit.service.d.ts +3 -0
- package/establishment/lucca-front-ng-establishment.d.ts +1 -0
- package/establishment/package.json +6 -10
- package/fesm2015/lucca-front-ng-animations.mjs +276 -0
- package/fesm2015/lucca-front-ng-animations.mjs.map +1 -0
- package/fesm2015/lucca-front-ng-api.mjs +901 -0
- package/fesm2015/lucca-front-ng-api.mjs.map +1 -0
- package/fesm2015/lucca-front-ng-core.mjs +414 -0
- package/fesm2015/lucca-front-ng-core.mjs.map +1 -0
- package/fesm2015/lucca-front-ng-date.mjs +1070 -0
- package/fesm2015/lucca-front-ng-date.mjs.map +1 -0
- package/fesm2015/lucca-front-ng-department.mjs +327 -0
- package/fesm2015/lucca-front-ng-department.mjs.map +1 -0
- package/fesm2015/lucca-front-ng-dropdown.mjs +370 -0
- package/fesm2015/lucca-front-ng-dropdown.mjs.map +1 -0
- package/fesm2015/lucca-front-ng-establishment.mjs +854 -0
- package/fesm2015/lucca-front-ng-establishment.mjs.map +1 -0
- package/fesm2015/lucca-front-ng-formly.mjs +624 -0
- package/fesm2015/lucca-front-ng-formly.mjs.map +1 -0
- package/fesm2015/lucca-front-ng-input.mjs +260 -0
- package/fesm2015/lucca-front-ng-input.mjs.map +1 -0
- package/fesm2015/lucca-front-ng-material.mjs +23 -0
- package/fesm2015/lucca-front-ng-material.mjs.map +1 -0
- package/fesm2015/lucca-front-ng-modal.mjs +320 -0
- package/fesm2015/lucca-front-ng-modal.mjs.map +1 -0
- package/fesm2015/lucca-front-ng-number.mjs +62 -0
- package/fesm2015/lucca-front-ng-number.mjs.map +1 -0
- package/fesm2015/lucca-front-ng-option.mjs +2267 -0
- package/fesm2015/lucca-front-ng-option.mjs.map +1 -0
- package/fesm2015/lucca-front-ng-picker.mjs +15 -0
- package/fesm2015/lucca-front-ng-picker.mjs.map +1 -0
- package/fesm2015/lucca-front-ng-popover.mjs +1031 -0
- package/fesm2015/lucca-front-ng-popover.mjs.map +1 -0
- package/fesm2015/lucca-front-ng-popup.mjs +220 -0
- package/fesm2015/lucca-front-ng-popup.mjs.map +1 -0
- package/fesm2015/lucca-front-ng-qualification.mjs +195 -0
- package/fesm2015/lucca-front-ng-qualification.mjs.map +1 -0
- package/fesm2015/lucca-front-ng-safe-content.mjs +52 -0
- package/fesm2015/lucca-front-ng-safe-content.mjs.map +1 -0
- package/fesm2015/lucca-front-ng-scroll.mjs +103 -0
- package/fesm2015/lucca-front-ng-scroll.mjs.map +1 -0
- package/fesm2015/lucca-front-ng-select.mjs +452 -0
- package/fesm2015/lucca-front-ng-select.mjs.map +1 -0
- package/fesm2015/lucca-front-ng-sidepanel.mjs +226 -0
- package/fesm2015/lucca-front-ng-sidepanel.mjs.map +1 -0
- package/fesm2015/lucca-front-ng-tooltip.mjs +297 -0
- package/fesm2015/lucca-front-ng-tooltip.mjs.map +1 -0
- package/fesm2015/lucca-front-ng-user.mjs +1028 -0
- package/fesm2015/lucca-front-ng-user.mjs.map +1 -0
- package/fesm2015/lucca-front-ng.mjs +6 -0
- package/fesm2015/lucca-front-ng.mjs.map +1 -0
- package/fesm2020/lucca-front-ng-animations.mjs +276 -0
- package/fesm2020/lucca-front-ng-animations.mjs.map +1 -0
- package/fesm2020/lucca-front-ng-api.mjs +887 -0
- package/fesm2020/lucca-front-ng-api.mjs.map +1 -0
- package/fesm2020/lucca-front-ng-core.mjs +410 -0
- package/fesm2020/lucca-front-ng-core.mjs.map +1 -0
- package/fesm2020/lucca-front-ng-date.mjs +1060 -0
- package/fesm2020/lucca-front-ng-date.mjs.map +1 -0
- package/fesm2020/lucca-front-ng-department.mjs +320 -0
- package/fesm2020/lucca-front-ng-department.mjs.map +1 -0
- package/fesm2020/lucca-front-ng-dropdown.mjs +370 -0
- package/fesm2020/lucca-front-ng-dropdown.mjs.map +1 -0
- package/fesm2020/lucca-front-ng-establishment.mjs +842 -0
- package/fesm2020/lucca-front-ng-establishment.mjs.map +1 -0
- package/fesm2020/lucca-front-ng-formly.mjs +624 -0
- package/fesm2020/lucca-front-ng-formly.mjs.map +1 -0
- package/fesm2020/lucca-front-ng-input.mjs +260 -0
- package/fesm2020/lucca-front-ng-input.mjs.map +1 -0
- package/fesm2020/lucca-front-ng-material.mjs +23 -0
- package/fesm2020/lucca-front-ng-material.mjs.map +1 -0
- package/fesm2020/lucca-front-ng-modal.mjs +310 -0
- package/fesm2020/lucca-front-ng-modal.mjs.map +1 -0
- package/fesm2020/lucca-front-ng-number.mjs +60 -0
- package/fesm2020/lucca-front-ng-number.mjs.map +1 -0
- package/fesm2020/lucca-front-ng-option.mjs +2237 -0
- package/fesm2020/lucca-front-ng-option.mjs.map +1 -0
- package/fesm2020/lucca-front-ng-picker.mjs +15 -0
- package/fesm2020/lucca-front-ng-picker.mjs.map +1 -0
- package/fesm2020/lucca-front-ng-popover.mjs +1031 -0
- package/fesm2020/lucca-front-ng-popover.mjs.map +1 -0
- package/fesm2020/lucca-front-ng-popup.mjs +218 -0
- package/fesm2020/lucca-front-ng-popup.mjs.map +1 -0
- package/fesm2020/lucca-front-ng-qualification.mjs +191 -0
- package/fesm2020/lucca-front-ng-qualification.mjs.map +1 -0
- package/fesm2020/lucca-front-ng-safe-content.mjs +52 -0
- package/fesm2020/lucca-front-ng-safe-content.mjs.map +1 -0
- package/fesm2020/lucca-front-ng-scroll.mjs +103 -0
- package/fesm2020/lucca-front-ng-scroll.mjs.map +1 -0
- package/fesm2020/lucca-front-ng-select.mjs +452 -0
- package/fesm2020/lucca-front-ng-select.mjs.map +1 -0
- package/fesm2020/lucca-front-ng-sidepanel.mjs +218 -0
- package/fesm2020/lucca-front-ng-sidepanel.mjs.map +1 -0
- package/fesm2020/lucca-front-ng-tooltip.mjs +296 -0
- package/fesm2020/lucca-front-ng-tooltip.mjs.map +1 -0
- package/fesm2020/lucca-front-ng-user.mjs +1015 -0
- package/fesm2020/lucca-front-ng-user.mjs.map +1 -0
- package/fesm2020/lucca-front-ng.mjs +6 -0
- package/fesm2020/lucca-front-ng.mjs.map +1 -0
- package/formly/lib/formly.module.d.ts +34 -0
- package/formly/lib/types/api.d.ts +3 -0
- package/formly/lib/types/checkbox.d.ts +3 -0
- package/formly/lib/types/date.d.ts +3 -0
- package/formly/lib/types/department.d.ts +3 -0
- package/formly/lib/types/establishment.d.ts +3 -0
- package/formly/lib/types/input.d.ts +3 -0
- package/formly/lib/types/qualification.d.ts +3 -0
- package/formly/lib/types/radios.d.ts +3 -0
- package/formly/lib/types/select.d.ts +3 -0
- package/formly/lib/types/textarea.d.ts +3 -0
- package/formly/lib/types/user.d.ts +3 -0
- package/formly/lib/wrappers/checkbox-layout.d.ts +3 -0
- package/formly/lib/wrappers/error.d.ts +5 -0
- package/formly/lib/wrappers/helper.d.ts +3 -0
- package/formly/lib/wrappers/icon.d.ts +3 -0
- package/formly/lib/wrappers/radiosfield-layout.d.ts +3 -0
- package/formly/lib/wrappers/suffix.d.ts +3 -0
- package/formly/lib/wrappers/textfield-layout.d.ts +3 -0
- package/formly/lucca-front-ng-formly.d.ts +1 -0
- package/formly/package.json +6 -10
- package/input/lib/clearer/clearer.component.d.ts +3 -0
- package/input/lib/clearer/clearer.module.d.ts +6 -0
- package/input/lib/displayer/input-displayer.directive.d.ts +3 -0
- package/input/lib/displayer/input-displayer.module.d.ts +5 -0
- package/input/lib/input.directive.d.ts +3 -0
- package/input/lib/input.model.d.ts +3 -3
- package/input/lib/input.module.d.ts +7 -0
- package/input/lucca-front-ng-input.d.ts +1 -0
- package/input/package.json +6 -10
- package/lucca-front-ng.d.ts +2 -1
- package/material/lib/module.d.ts +4 -0
- package/material/lucca-front-ng-material.d.ts +1 -0
- package/material/package.json +6 -10
- package/material/style/main-v11.overridable.scss +1 -1
- package/material/style/main-v11.scss +1 -1
- package/material/style/main.overridable.scss +1 -1
- package/material/style/main.scss +1 -1
- package/modal/lib/modal-panel.component.d.ts +7 -0
- package/modal/lib/modal-ref.factory.d.ts +9 -6
- package/modal/lib/modal.intl.d.ts +3 -0
- package/modal/lib/modal.module.d.ts +9 -0
- package/modal/lib/modal.service.d.ts +3 -0
- package/modal/lucca-front-ng-modal.d.ts +5 -0
- package/modal/package.json +7 -11
- package/number/lib/number.module.d.ts +6 -0
- package/number/lib/number.pipe.d.ts +3 -0
- package/number/lucca-front-ng-number.d.ts +1 -0
- package/number/package.json +6 -10
- package/option/lib/item/option-item.component.d.ts +3 -0
- package/option/lib/item/option-item.module.d.ts +5 -0
- package/option/lib/item/tree-option-item.component.d.ts +3 -0
- package/option/lib/item/tree-option-item.intl.d.ts +3 -0
- package/option/lib/item/tree-option-item.module.d.ts +7 -0
- package/option/lib/operator/feeder/option-feeder.component.d.ts +3 -0
- package/option/lib/operator/feeder/option-feeder.module.d.ts +5 -0
- package/option/lib/operator/feeder/tree-option-feeder.component.d.ts +3 -0
- package/option/lib/operator/feeder/tree-option-feeder.module.d.ts +5 -0
- package/option/lib/operator/for-groups/for-groups.directive.d.ts +3 -0
- package/option/lib/operator/for-groups/for-groups.module.d.ts +5 -0
- package/option/lib/operator/for-options/for-options.directive.d.ts +3 -0
- package/option/lib/operator/for-options/for-options.module.d.ts +5 -0
- package/option/lib/operator/for-options/for-tree-options.directive.d.ts +3 -0
- package/option/lib/operator/for-options/for-tree-options.module.d.ts +5 -0
- package/option/lib/operator/option-operator.module.d.ts +9 -0
- package/option/lib/operator/pager/option-pager.component.d.ts +3 -0
- package/option/lib/operator/pager/option-pager.module.d.ts +5 -0
- package/option/lib/operator/pager/tree-option-pager.component.d.ts +3 -0
- package/option/lib/operator/pager/tree-option-pager.module.d.ts +5 -0
- package/option/lib/operator/searcher/option-searcher.component.d.ts +3 -0
- package/option/lib/operator/searcher/option-searcher.module.d.ts +8 -0
- package/option/lib/operator/searcher/tree-option-searcher.component.d.ts +3 -0
- package/option/lib/operator/searcher/tree-option-searcher.module.d.ts +8 -0
- package/option/lib/operator/tree-option-operator.module.d.ts +8 -0
- package/option/lib/option.module.d.ts +9 -0
- package/option/lib/picker/option-picker-advanced.component.d.ts +9 -5
- package/option/lib/picker/option-picker.component.d.ts +12 -7
- package/option/lib/picker/option-picker.model.d.ts +5 -5
- package/option/lib/picker/option-picker.module.d.ts +11 -0
- package/option/lib/picker/tree-option-picker-advanced.component.d.ts +9 -5
- package/option/lib/picker/tree-option-picker.component.d.ts +11 -7
- package/option/lib/picker/tree-option-picker.model.d.ts +3 -3
- package/option/lib/picker/tree-option-picker.module.d.ts +10 -0
- package/option/lib/placeholder/option-placeholder.component.d.ts +3 -0
- package/option/lib/placeholder/option-placeholder.intl.d.ts +3 -0
- package/option/lib/placeholder/option-placeholder.module.d.ts +5 -0
- package/option/lib/selector/all/select-all.component.d.ts +3 -0
- package/option/lib/selector/all/select-all.intl.d.ts +3 -0
- package/option/lib/selector/all/select-all.module.d.ts +5 -0
- package/option/lib/selector/all/tree-select-all.component.d.ts +3 -0
- package/option/lib/selector/all/tree-select-all.module.d.ts +5 -0
- package/option/lib/selector/option-selector.module.d.ts +5 -0
- package/option/lib/selector/tree-option-selector.module.d.ts +5 -0
- package/option/lib/tree-option.module.d.ts +8 -0
- package/option/lucca-front-ng-option.d.ts +1 -0
- package/option/package.json +6 -10
- package/package.json +209 -12
- package/picker/lib/input-picker.model.d.ts +1 -1
- package/picker/lucca-front-ng-picker.d.ts +1 -0
- package/picker/package.json +6 -10
- package/popover/lib/panel/popover-panel.component.d.ts +3 -0
- package/popover/lib/panel/popover-panel.module.d.ts +8 -0
- package/popover/lib/popover.module.d.ts +7 -0
- package/popover/lib/target/popover-target.directive.d.ts +3 -0
- package/popover/lib/target/popover-target.module.d.ts +7 -0
- package/popover/lib/trigger/popover-trigger.directive.d.ts +3 -0
- package/popover/lib/trigger/popover-trigger.model.d.ts +7 -7
- package/popover/lib/trigger/popover-trigger.module.d.ts +9 -0
- package/popover/lucca-front-ng-popover.d.ts +1 -0
- package/popover/package.json +6 -10
- package/popup/lib/popup-ref.factory.d.ts +3 -0
- package/popup/lib/popup-ref.model.d.ts +3 -4
- package/popup/lib/popup.module.d.ts +5 -0
- package/popup/lib/popup.service.d.ts +3 -0
- package/popup/lucca-front-ng-popup.d.ts +1 -0
- package/popup/package.json +6 -10
- package/public_api.d.ts +2 -0
- package/qualification/lib/qualification.module.d.ts +5 -0
- package/qualification/lib/select/input/qualification-select-input.component.d.ts +4 -1
- package/qualification/lib/select/input/qualification-select-input.intl.d.ts +3 -0
- package/qualification/lib/select/input/qualification-select-input.module.d.ts +10 -0
- package/qualification/lib/select/qualification-select.module.d.ts +5 -0
- package/qualification/lucca-front-ng-qualification.d.ts +1 -0
- package/qualification/package.json +6 -10
- package/safe-content/lib/safe-content.module.d.ts +6 -0
- package/safe-content/lib/safe-content.pipe.d.ts +3 -0
- package/safe-content/lucca-front-ng-safe-content.d.ts +1 -0
- package/safe-content/package.json +6 -10
- package/schematics/collection.json +9 -0
- package/schematics/ng-add/file-content.js +17 -0
- package/schematics/ng-add/index.js +29 -0
- package/schematics/ng-add/tasks.js +42 -0
- package/scroll/lib/scroll.directive.d.ts +3 -0
- package/scroll/lib/scroll.module.d.ts +5 -0
- package/scroll/lucca-front-ng-scroll.d.ts +5 -0
- package/scroll/package.json +7 -11
- package/select/lib/input/select-input.component.d.ts +9 -4
- package/select/lib/input/select-input.model.d.ts +1 -1
- package/select/lib/input/select-input.module.d.ts +7 -0
- package/select/lib/select.module.d.ts +5 -0
- package/select/lucca-front-ng-select.d.ts +1 -0
- package/select/package.json +6 -10
- package/sidepanel/lib/sidepanel-panel.component.d.ts +5 -0
- package/sidepanel/lib/sidepanel-ref.factory.d.ts +9 -6
- package/sidepanel/lib/sidepanel.intl.d.ts +3 -0
- package/sidepanel/lib/sidepanel.module.d.ts +9 -0
- package/sidepanel/lib/sidepanel.service.d.ts +3 -0
- package/sidepanel/lucca-front-ng-sidepanel.d.ts +1 -0
- package/sidepanel/package.json +6 -10
- package/tooltip/lib/panel/tooltip-panel.component.d.ts +3 -0
- package/tooltip/lib/panel/tooltip-panel.module.d.ts +7 -0
- package/tooltip/lib/tooltip.module.d.ts +6 -0
- package/tooltip/lib/trigger/tooltip-trigger.directive.d.ts +3 -0
- package/tooltip/lib/trigger/tooltip-trigger.module.d.ts +6 -0
- package/tooltip/lucca-front-ng-tooltip.d.ts +1 -0
- package/tooltip/package.json +6 -10
- package/user/lib/display/user-display.module.d.ts +6 -0
- package/user/lib/display/user-display.pipe.d.ts +3 -0
- package/user/lib/picture/user-picture.component.d.ts +3 -0
- package/user/lib/picture/user-picture.module.d.ts +7 -0
- package/user/lib/select/homonyms/user-homonyms.component.d.ts +3 -0
- package/user/lib/select/homonyms/user-homonyms.module.d.ts +7 -0
- package/user/lib/select/homonyms/user-homonyms.service.d.ts +3 -0
- package/user/lib/select/input/user-select-input.component.d.ts +4 -2
- package/user/lib/select/input/user-select-input.intl.d.ts +3 -0
- package/user/lib/select/input/user-select-input.module.d.ts +12 -0
- package/user/lib/select/me/me-option.directive.d.ts +4 -1
- package/user/lib/select/me/me-option.module.d.ts +5 -0
- package/user/lib/select/searcher/user-searcher.component.d.ts +3 -0
- package/user/lib/select/searcher/user-searcher.intl.d.ts +3 -0
- package/user/lib/select/searcher/user-searcher.module.d.ts +9 -0
- package/user/lib/select/user-select.module.d.ts +8 -0
- package/user/lib/service/user-v3.service.d.ts +3 -0
- package/user/lib/tile/user-tile.component.d.ts +3 -0
- package/user/lib/tile/user-tile.module.d.ts +8 -0
- package/user/lib/user.module.d.ts +8 -0
- package/user/lucca-front-ng-user.d.ts +1 -0
- package/user/package.json +6 -10
- package/README.md +0 -1
- package/animations/bundles/lucca-front-ng-animations.umd.js +0 -611
- package/animations/bundles/lucca-front-ng-animations.umd.js.map +0 -1
- package/animations/fesm2015/lucca-front-ng-animations.js +0 -276
- package/animations/fesm2015/lucca-front-ng-animations.js.map +0 -1
- package/animations/lucca-front-ng-animations.metadata.json +0 -1
- package/api/bundles/lucca-front-ng-api.umd.js +0 -1268
- package/api/bundles/lucca-front-ng-api.umd.js.map +0 -1
- package/api/esm2015/lib/api.module.js +0 -15
- package/api/esm2015/lib/select/api-select.module.js +0 -24
- package/api/esm2015/lib/select/feeder/api-feeder.component.js +0 -52
- package/api/esm2015/lib/select/feeder/api-feeder.module.js +0 -19
- package/api/esm2015/lib/select/input/api-select-input.component.js +0 -45
- package/api/esm2015/lib/select/input/api-select-input.module.js +0 -28
- package/api/esm2015/lib/select/pager/api-pager.component.js +0 -58
- package/api/esm2015/lib/select/pager/api-pager.module.js +0 -19
- package/api/esm2015/lib/select/searcher/api-searcher.component.js +0 -142
- package/api/esm2015/lib/select/searcher/api-searcher.model.js +0 -69
- package/api/esm2015/lib/select/searcher/api-searcher.module.js +0 -27
- package/api/esm2015/lib/service/api-hybrid.service.js +0 -59
- package/api/esm2015/lib/service/api-service.model.js +0 -3
- package/api/esm2015/lib/service/api-v3.service.js +0 -65
- package/api/esm2015/lib/service/api-v4.service.js +0 -55
- package/api/fesm2015/lucca-front-ng-api.js +0 -704
- package/api/fesm2015/lucca-front-ng-api.js.map +0 -1
- package/api/lucca-front-ng-api.metadata.json +0 -1
- package/bundles/lucca-front-ng.umd.js +0 -32
- package/bundles/lucca-front-ng.umd.js.map +0 -1
- package/core/bundles/lucca-front-ng-core.umd.js +0 -759
- package/core/bundles/lucca-front-ng-core.umd.js.map +0 -1
- package/core/esm2015/lib/date/native/native-date.adapter.js +0 -221
- package/core/esm2015/lib/date/string/string-date.adapter.js +0 -78
- package/core/esm2015/lib/translate/intl.model.js +0 -13
- package/core/fesm2015/lucca-front-ng-core.js +0 -401
- package/core/fesm2015/lucca-front-ng-core.js.map +0 -1
- package/core/lucca-front-ng-core.metadata.json +0 -1
- package/date/bundles/lucca-front-ng-date.umd.js +0 -1360
- package/date/bundles/lucca-front-ng-date.umd.js.map +0 -1
- package/date/esm2015/lib/adapter/date-adapter.module.js +0 -15
- package/date/esm2015/lib/adapter/date-adapter.pipe.js +0 -23
- package/date/esm2015/lib/calendar/calendar-input.component.js +0 -322
- package/date/esm2015/lib/calendar/calendar-input.module.js +0 -25
- package/date/esm2015/lib/calendar/calendar-item.class.js +0 -41
- package/date/esm2015/lib/calendar/calendar-item.factory.js +0 -38
- package/date/esm2015/lib/date.module.js +0 -27
- package/date/esm2015/lib/input/date-input.directive.js +0 -118
- package/date/esm2015/lib/input/date-input.intl.js +0 -16
- package/date/esm2015/lib/input/date-input.module.js +0 -25
- package/date/esm2015/lib/picker/date-picker.component.js +0 -91
- package/date/esm2015/lib/picker/date-picker.module.js +0 -29
- package/date/esm2015/lib/select/date-select-input.component.js +0 -88
- package/date/esm2015/lib/select/date-select-input.intl.js +0 -16
- package/date/esm2015/lib/select/date-select-input.module.js +0 -36
- package/date/esm2015/lucca-front-ng-date.js +0 -6
- package/date/fesm2015/lucca-front-ng-date.js +0 -933
- package/date/fesm2015/lucca-front-ng-date.js.map +0 -1
- package/date/lucca-front-ng-date.metadata.json +0 -1
- package/department/bundles/lucca-front-ng-department.umd.js +0 -623
- package/department/bundles/lucca-front-ng-department.umd.js.map +0 -1
- package/department/esm2015/lib/department.module.js +0 -15
- package/department/esm2015/lib/select/department-select.module.js +0 -18
- package/department/esm2015/lib/select/feeder/department-feeder.component.js +0 -50
- package/department/esm2015/lib/select/feeder/department-feeder.module.js +0 -19
- package/department/esm2015/lib/select/input/department-select-input.component.js +0 -48
- package/department/esm2015/lib/select/input/department-select-input.intl.js +0 -16
- package/department/esm2015/lib/select/input/department-select-input.module.js +0 -39
- package/department/esm2015/lib/service/department-v3.service.js +0 -38
- package/department/fesm2015/lucca-front-ng-department.js +0 -246
- package/department/fesm2015/lucca-front-ng-department.js.map +0 -1
- package/department/lucca-front-ng-department.metadata.json +0 -1
- package/dropdown/bundles/lucca-front-ng-dropdown.umd.js +0 -706
- package/dropdown/bundles/lucca-front-ng-dropdown.umd.js.map +0 -1
- package/dropdown/esm2015/lib/dropdown.module.js +0 -21
- package/dropdown/esm2015/lib/item/dropdown-item.directive.js +0 -45
- package/dropdown/esm2015/lib/item/dropdown-item.module.js +0 -16
- package/dropdown/esm2015/lib/panel/dropdown-panel.component.js +0 -102
- package/dropdown/esm2015/lib/panel/dropdown-panel.module.js +0 -19
- package/dropdown/esm2015/lib/trigger/dropdown-trigger.directive.js +0 -86
- package/dropdown/esm2015/lib/trigger/dropdown-trigger.module.js +0 -19
- package/dropdown/fesm2015/lucca-front-ng-dropdown.js +0 -305
- package/dropdown/fesm2015/lucca-front-ng-dropdown.js.map +0 -1
- package/dropdown/lucca-front-ng-dropdown.metadata.json +0 -1
- package/esm2015/index.js +0 -2
- package/esm2015/lib/index.js +0 -2
- package/esm2015/lib/module.js +0 -10
- package/esm2015/lucca-front-ng.js +0 -5
- package/esm2015/public-api.js +0 -5
- package/establishment/bundles/lucca-front-ng-establishment.umd.js +0 -1104
- package/establishment/bundles/lucca-front-ng-establishment.umd.js.map +0 -1
- package/establishment/esm2015/lib/establishment.module.js +0 -15
- package/establishment/esm2015/lib/select/establishment-select.module.js +0 -27
- package/establishment/esm2015/lib/select/for-legal-units/for-legal-units.directive.js +0 -46
- package/establishment/esm2015/lib/select/for-legal-units/for-legal-units.module.js +0 -11
- package/establishment/esm2015/lib/select/input/establishment-select-input.component.js +0 -86
- package/establishment/esm2015/lib/select/input/establishment-select-input.intl.js +0 -16
- package/establishment/esm2015/lib/select/input/establishment-select-input.module.js +0 -40
- package/establishment/esm2015/lib/select/legal-unit-selector/legal-unit-selector.directive.js +0 -73
- package/establishment/esm2015/lib/select/legal-unit-selector/legal-unit-selector.module.js +0 -13
- package/establishment/esm2015/lib/select/searcher/establishment-searcher.component.js +0 -127
- package/establishment/esm2015/lib/select/searcher/establishment-searcher.module.js +0 -25
- package/establishment/esm2015/lib/select/select-all/establishment-select-all.component.js +0 -67
- package/establishment/esm2015/lib/select/select-all/establishment-select-all.module.js +0 -29
- package/establishment/esm2015/lib/service/establishment.service.js +0 -33
- package/establishment/esm2015/lib/service/legal-unit.service.js +0 -33
- package/establishment/fesm2015/lucca-front-ng-establishment.js +0 -637
- package/establishment/fesm2015/lucca-front-ng-establishment.js.map +0 -1
- package/establishment/lucca-front-ng-establishment.metadata.json +0 -1
- package/fesm2015/lucca-front-ng.js +0 -21
- package/fesm2015/lucca-front-ng.js.map +0 -1
- package/formly/bundles/lucca-front-ng-formly.umd.js +0 -1126
- package/formly/bundles/lucca-front-ng-formly.umd.js.map +0 -1
- package/formly/esm2015/lib/formly.module.js +0 -61
- package/formly/esm2015/lib/types/api.js +0 -30
- package/formly/esm2015/lib/types/checkbox.js +0 -18
- package/formly/esm2015/lib/types/date.js +0 -18
- package/formly/esm2015/lib/types/department.js +0 -18
- package/formly/esm2015/lib/types/establishment.js +0 -18
- package/formly/esm2015/lib/types/input.js +0 -21
- package/formly/esm2015/lib/types/qualification.js +0 -18
- package/formly/esm2015/lib/types/radios.js +0 -21
- package/formly/esm2015/lib/types/select.js +0 -21
- package/formly/esm2015/lib/types/textarea.js +0 -18
- package/formly/esm2015/lib/types/user.js +0 -18
- package/formly/esm2015/lib/wrappers/checkbox-layout.js +0 -31
- package/formly/esm2015/lib/wrappers/error.js +0 -59
- package/formly/esm2015/lib/wrappers/helper.js +0 -27
- package/formly/esm2015/lib/wrappers/icon.js +0 -35
- package/formly/esm2015/lib/wrappers/radiosfield-layout.js +0 -31
- package/formly/esm2015/lib/wrappers/suffix.js +0 -30
- package/formly/esm2015/lib/wrappers/textfield-layout.js +0 -42
- package/formly/fesm2015/lucca-front-ng-formly.js +0 -583
- package/formly/fesm2015/lucca-front-ng-formly.js.map +0 -1
- package/formly/lucca-front-ng-formly.metadata.json +0 -1
- package/index.d.ts +0 -1
- package/input/bundles/lucca-front-ng-input.umd.js +0 -604
- package/input/bundles/lucca-front-ng-input.umd.js.map +0 -1
- package/input/esm2015/lib/clearer/clearer.component.js +0 -31
- package/input/esm2015/lib/clearer/clearer.module.js +0 -19
- package/input/esm2015/lib/displayer/input-displayer.directive.js +0 -49
- package/input/esm2015/lib/displayer/input-displayer.module.js +0 -12
- package/input/esm2015/lib/input.directive.js +0 -42
- package/input/esm2015/lib/input.model.js +0 -48
- package/input/esm2015/lib/input.module.js +0 -23
- package/input/fesm2015/lucca-front-ng-input.js +0 -232
- package/input/fesm2015/lucca-front-ng-input.js.map +0 -1
- package/input/lucca-front-ng-input.metadata.json +0 -1
- package/lib/index.d.ts +0 -1
- package/lib/module.d.ts +0 -5
- package/lucca-front-ng.metadata.json +0 -1
- package/material/bundles/lucca-front-ng-material.umd.js +0 -29
- package/material/bundles/lucca-front-ng-material.umd.js.map +0 -1
- package/material/esm2015/lib/module.js +0 -7
- package/material/fesm2015/lucca-front-ng-material.js +0 -18
- package/material/fesm2015/lucca-front-ng-material.js.map +0 -1
- package/material/lucca-front-ng-material.metadata.json +0 -1
- package/modal/bundles/lucca-front-modal.umd.js +0 -685
- package/modal/bundles/lucca-front-modal.umd.js.map +0 -1
- package/modal/esm2015/lib/modal-panel.component.js +0 -136
- package/modal/esm2015/lib/modal-ref.factory.js +0 -54
- package/modal/esm2015/lib/modal.intl.js +0 -16
- package/modal/esm2015/lib/modal.module.js +0 -46
- package/modal/esm2015/lib/modal.service.js +0 -18
- package/modal/esm2015/lucca-front-modal.js +0 -5
- package/modal/fesm2015/lucca-front-modal.js +0 -293
- package/modal/fesm2015/lucca-front-modal.js.map +0 -1
- package/modal/lucca-front-modal.d.ts +0 -4
- package/modal/lucca-front-modal.metadata.json +0 -1
- package/number/bundles/lucca-front-ng-number.umd.js +0 -65
- package/number/bundles/lucca-front-ng-number.umd.js.map +0 -1
- package/number/esm2015/lib/number.module.js +0 -13
- package/number/esm2015/lib/number.pipe.js +0 -31
- package/number/fesm2015/lucca-front-ng-number.js +0 -52
- package/number/fesm2015/lucca-front-ng-number.js.map +0 -1
- package/number/lucca-front-ng-number.metadata.json +0 -1
- package/option/bundles/lucca-front-ng-option.umd.js +0 -2653
- package/option/bundles/lucca-front-ng-option.umd.js.map +0 -1
- package/option/esm2015/lib/item/option-item.component.js +0 -54
- package/option/esm2015/lib/item/option-item.module.js +0 -15
- package/option/esm2015/lib/item/tree-option-item.component.js +0 -101
- package/option/esm2015/lib/item/tree-option-item.intl.js +0 -16
- package/option/esm2015/lib/item/tree-option-item.module.js +0 -33
- package/option/esm2015/lib/operator/feeder/option-feeder.component.js +0 -29
- package/option/esm2015/lib/operator/feeder/option-feeder.module.js +0 -16
- package/option/esm2015/lib/operator/feeder/tree-option-feeder.component.js +0 -29
- package/option/esm2015/lib/operator/feeder/tree-option-feeder.module.js +0 -15
- package/option/esm2015/lib/operator/for-groups/for-groups.directive.js +0 -75
- package/option/esm2015/lib/operator/for-groups/for-groups.module.js +0 -16
- package/option/esm2015/lib/operator/for-options/for-options.directive.js +0 -46
- package/option/esm2015/lib/operator/for-options/for-options.module.js +0 -16
- package/option/esm2015/lib/operator/for-options/for-tree-options.directive.js +0 -18
- package/option/esm2015/lib/operator/for-options/for-tree-options.module.js +0 -16
- package/option/esm2015/lib/operator/option-operator.module.js +0 -27
- package/option/esm2015/lib/operator/pager/option-pager.component.js +0 -42
- package/option/esm2015/lib/operator/pager/option-pager.module.js +0 -16
- package/option/esm2015/lib/operator/pager/tree-option-pager.component.js +0 -58
- package/option/esm2015/lib/operator/pager/tree-option-pager.module.js +0 -16
- package/option/esm2015/lib/operator/searcher/option-searcher.component.js +0 -52
- package/option/esm2015/lib/operator/searcher/option-searcher.module.js +0 -23
- package/option/esm2015/lib/operator/searcher/tree-option-searcher.component.js +0 -67
- package/option/esm2015/lib/operator/searcher/tree-option-searcher.module.js +0 -23
- package/option/esm2015/lib/operator/tree-option-operator.module.js +0 -24
- package/option/esm2015/lib/option.module.js +0 -27
- package/option/esm2015/lib/picker/option-picker-advanced.component.js +0 -127
- package/option/esm2015/lib/picker/option-picker.component.js +0 -270
- package/option/esm2015/lib/picker/option-picker.model.js +0 -69
- package/option/esm2015/lib/picker/option-picker.module.js +0 -30
- package/option/esm2015/lib/picker/tree-option-picker-advanced.component.js +0 -123
- package/option/esm2015/lib/picker/tree-option-picker.component.js +0 -163
- package/option/esm2015/lib/picker/tree-option-picker.model.js +0 -4
- package/option/esm2015/lib/picker/tree-option-picker.module.js +0 -28
- package/option/esm2015/lib/placeholder/option-placeholder.component.js +0 -25
- package/option/esm2015/lib/placeholder/option-placeholder.intl.js +0 -16
- package/option/esm2015/lib/placeholder/option-placeholder.module.js +0 -24
- package/option/esm2015/lib/selector/all/select-all.component.js +0 -54
- package/option/esm2015/lib/selector/all/select-all.intl.js +0 -16
- package/option/esm2015/lib/selector/all/select-all.module.js +0 -24
- package/option/esm2015/lib/selector/all/tree-select-all.component.js +0 -59
- package/option/esm2015/lib/selector/all/tree-select-all.module.js +0 -24
- package/option/esm2015/lib/selector/option-selector.module.js +0 -15
- package/option/esm2015/lib/selector/tree-option-selector.module.js +0 -15
- package/option/esm2015/lib/tree-option.module.js +0 -24
- package/option/fesm2015/lucca-front-ng-option.js +0 -1889
- package/option/fesm2015/lucca-front-ng-option.js.map +0 -1
- package/option/lucca-front-ng-option.metadata.json +0 -1
- package/picker/bundles/lucca-front-ng-picker.umd.js +0 -346
- package/picker/bundles/lucca-front-ng-picker.umd.js.map +0 -1
- package/picker/esm2015/lib/input-picker.model.js +0 -4
- package/picker/fesm2015/lucca-front-ng-picker.js +0 -15
- package/picker/fesm2015/lucca-front-ng-picker.js.map +0 -1
- package/picker/lucca-front-ng-picker.metadata.json +0 -1
- package/popover/bundles/lucca-front-ng-popover.umd.js +0 -1489
- package/popover/bundles/lucca-front-ng-popover.umd.js.map +0 -1
- package/popover/esm2015/lib/panel/popover-panel.component.js +0 -106
- package/popover/esm2015/lib/panel/popover-panel.model.js +0 -96
- package/popover/esm2015/lib/panel/popover-panel.module.js +0 -23
- package/popover/esm2015/lib/popover.module.js +0 -21
- package/popover/esm2015/lib/target/popover-target.directive.js +0 -33
- package/popover/esm2015/lib/target/popover-target.module.js +0 -21
- package/popover/esm2015/lib/trigger/popover-trigger.directive.js +0 -116
- package/popover/esm2015/lib/trigger/popover-trigger.model.js +0 -406
- package/popover/esm2015/lib/trigger/popover-trigger.module.js +0 -25
- package/popover/fesm2015/lucca-front-ng-popover.js +0 -925
- package/popover/fesm2015/lucca-front-ng-popover.js.map +0 -1
- package/popover/lucca-front-ng-popover.metadata.json +0 -1
- package/popup/bundles/lucca-front-ng-popup.umd.js +0 -550
- package/popup/bundles/lucca-front-ng-popup.umd.js.map +0 -1
- package/popup/esm2015/lib/popup-ref.factory.js +0 -29
- package/popup/esm2015/lib/popup-ref.model.js +0 -120
- package/popup/esm2015/lib/popup.module.js +0 -24
- package/popup/esm2015/lib/popup.service.js +0 -22
- package/popup/fesm2015/lucca-front-ng-popup.js +0 -208
- package/popup/fesm2015/lucca-front-ng-popup.js.map +0 -1
- package/popup/lucca-front-ng-popup.metadata.json +0 -1
- package/public-api.d.ts +0 -1
- package/qualification/bundles/lucca-front-ng-qualification.umd.js +0 -501
- package/qualification/bundles/lucca-front-ng-qualification.umd.js.map +0 -1
- package/qualification/esm2015/lib/qualification.module.js +0 -15
- package/qualification/esm2015/lib/select/input/qualification-select-input.component.js +0 -59
- package/qualification/esm2015/lib/select/input/qualification-select-input.intl.js +0 -16
- package/qualification/esm2015/lib/select/input/qualification-select-input.module.js +0 -37
- package/qualification/esm2015/lib/select/qualification-select.module.js +0 -15
- package/qualification/fesm2015/lucca-front-ng-qualification.js +0 -155
- package/qualification/fesm2015/lucca-front-ng-qualification.js.map +0 -1
- package/qualification/lucca-front-ng-qualification.metadata.json +0 -1
- package/safe-content/bundles/lucca-front-ng-safe-content.umd.js +0 -59
- package/safe-content/bundles/lucca-front-ng-safe-content.umd.js.map +0 -1
- package/safe-content/esm2015/lib/safe-content.module.js +0 -14
- package/safe-content/esm2015/lib/safe-content.pipe.js +0 -24
- package/safe-content/fesm2015/lucca-front-ng-safe-content.js +0 -47
- package/safe-content/fesm2015/lucca-front-ng-safe-content.js.map +0 -1
- package/safe-content/lucca-front-ng-safe-content.metadata.json +0 -1
- package/scroll/bundles/lucca-front-ngscroll.umd.js +0 -105
- package/scroll/bundles/lucca-front-ngscroll.umd.js.map +0 -1
- package/scroll/esm2015/lib/scroll.directive.js +0 -68
- package/scroll/esm2015/lib/scroll.module.js +0 -16
- package/scroll/esm2015/lucca-front-ngscroll.js +0 -5
- package/scroll/fesm2015/lucca-front-ngscroll.js +0 -93
- package/scroll/fesm2015/lucca-front-ngscroll.js.map +0 -1
- package/scroll/lucca-front-ngscroll.d.ts +0 -4
- package/scroll/lucca-front-ngscroll.metadata.json +0 -1
- package/select/bundles/lucca-front-ng-select.umd.js +0 -806
- package/select/bundles/lucca-front-ng-select.umd.js.map +0 -1
- package/select/esm2015/lib/input/select-input.component.js +0 -188
- package/select/esm2015/lib/input/select-input.model.js +0 -167
- package/select/esm2015/lib/input/select-input.module.js +0 -21
- package/select/esm2015/lib/select.module.js +0 -15
- package/select/fesm2015/lucca-front-ng-select.js +0 -396
- package/select/fesm2015/lucca-front-ng-select.js.map +0 -1
- package/select/lucca-front-ng-select.metadata.json +0 -1
- package/sidepanel/bundles/lucca-front-ng-sidepanel.umd.js +0 -560
- package/sidepanel/bundles/lucca-front-ng-sidepanel.umd.js.map +0 -1
- package/sidepanel/esm2015/lib/sidepanel-panel.component.js +0 -43
- package/sidepanel/esm2015/lib/sidepanel-ref.factory.js +0 -53
- package/sidepanel/esm2015/lib/sidepanel.intl.js +0 -16
- package/sidepanel/esm2015/lib/sidepanel.module.js +0 -46
- package/sidepanel/esm2015/lib/sidepanel.service.js +0 -18
- package/sidepanel/fesm2015/lucca-front-ng-sidepanel.js +0 -201
- package/sidepanel/fesm2015/lucca-front-ng-sidepanel.js.map +0 -1
- package/sidepanel/lucca-front-ng-sidepanel.metadata.json +0 -1
- package/tooltip/bundles/lucca-front-ng-tooltip.umd.js +0 -628
- package/tooltip/bundles/lucca-front-ng-tooltip.umd.js.map +0 -1
- package/tooltip/esm2015/lib/panel/tooltip-panel.component.js +0 -51
- package/tooltip/esm2015/lib/panel/tooltip-panel.module.js +0 -24
- package/tooltip/esm2015/lib/tooltip.module.js +0 -18
- package/tooltip/esm2015/lib/trigger/tooltip-trigger.directive.js +0 -121
- package/tooltip/esm2015/lib/trigger/tooltip-trigger.module.js +0 -19
- package/tooltip/fesm2015/lucca-front-ng-tooltip.js +0 -250
- package/tooltip/fesm2015/lucca-front-ng-tooltip.js.map +0 -1
- package/tooltip/lucca-front-ng-tooltip.metadata.json +0 -1
- package/user/bundles/lucca-front-ng-user.umd.js +0 -1330
- package/user/bundles/lucca-front-ng-user.umd.js.map +0 -1
- package/user/esm2015/lib/display/user-display.module.js +0 -14
- package/user/esm2015/lib/display/user-display.pipe.js +0 -58
- package/user/esm2015/lib/picture/user-picture.component.js +0 -70
- package/user/esm2015/lib/picture/user-picture.module.js +0 -14
- package/user/esm2015/lib/select/homonyms/user-homonyms.component.js +0 -46
- package/user/esm2015/lib/select/homonyms/user-homonyms.module.js +0 -21
- package/user/esm2015/lib/select/homonyms/user-homonyms.service.js +0 -47
- package/user/esm2015/lib/select/input/user-select-input.component.js +0 -57
- package/user/esm2015/lib/select/input/user-select-input.intl.js +0 -16
- package/user/esm2015/lib/select/input/user-select-input.module.js +0 -43
- package/user/esm2015/lib/select/me/me-option.directive.js +0 -68
- package/user/esm2015/lib/select/me/me-option.module.js +0 -17
- package/user/esm2015/lib/select/searcher/user-searcher.component.js +0 -135
- package/user/esm2015/lib/select/searcher/user-searcher.intl.js +0 -16
- package/user/esm2015/lib/select/searcher/user-searcher.module.js +0 -34
- package/user/esm2015/lib/select/user-select.module.js +0 -24
- package/user/esm2015/lib/service/user-v3.service.js +0 -48
- package/user/esm2015/lib/tile/user-tile.component.js +0 -68
- package/user/esm2015/lib/tile/user-tile.module.js +0 -15
- package/user/esm2015/lib/user.module.js +0 -24
- package/user/fesm2015/lucca-front-ng-user.js +0 -823
- package/user/fesm2015/lucca-front-ng-user.js.map +0 -1
- package/user/lucca-front-ng-user.metadata.json +0 -1
|
@@ -1,1489 +0,0 @@
|
|
|
1
|
-
(function (global, factory) {
|
|
2
|
-
typeof exports === 'object' && typeof module !== 'undefined' ? factory(exports, require('@angular/animations'), require('@angular/core'), require('@angular/cdk/keycodes'), require('@angular/common'), require('@angular/cdk/overlay'), require('@angular/cdk/a11y'), require('@angular/cdk/portal'), require('rxjs'), require('@lucca-front/ng/core'), require('rxjs/operators')) :
|
|
3
|
-
typeof define === 'function' && define.amd ? define('@lucca-front/ng/popover', ['exports', '@angular/animations', '@angular/core', '@angular/cdk/keycodes', '@angular/common', '@angular/cdk/overlay', '@angular/cdk/a11y', '@angular/cdk/portal', 'rxjs', '@lucca-front/ng/core', 'rxjs/operators'], factory) :
|
|
4
|
-
(global = typeof globalThis !== 'undefined' ? globalThis : global || self, factory((global['lucca-front'] = global['lucca-front'] || {}, global['lucca-front'].ng = global['lucca-front'].ng || {}, global['lucca-front'].ng.popover = {}), global.ng.animations, global.ng.core, global.ng.cdk.keycodes, global.ng.common, global.ng.cdk.overlay, global.ng.cdk.a11y, global.ng.cdk.portal, global.rxjs, global.core$1, global.rxjs.operators));
|
|
5
|
-
}(this, (function (exports, animations, core, keycodes, common, overlay, a11y, portal, rxjs, core$1, operators) { 'use strict';
|
|
6
|
-
|
|
7
|
-
var luTransformPopover = animations.trigger('transformPopover', [
|
|
8
|
-
animations.state('enter', animations.style({
|
|
9
|
-
opacity: 1,
|
|
10
|
-
transform: "scale(1)",
|
|
11
|
-
})),
|
|
12
|
-
animations.transition('void => *', [
|
|
13
|
-
animations.style({
|
|
14
|
-
opacity: 0,
|
|
15
|
-
transform: "scale(0)",
|
|
16
|
-
}),
|
|
17
|
-
animations.animate("150ms cubic-bezier(0.25, 0.8, 0.25, 1)"),
|
|
18
|
-
]),
|
|
19
|
-
animations.transition('* => void', [
|
|
20
|
-
animations.animate('50ms 100ms linear', animations.style({ opacity: 0 })),
|
|
21
|
-
]),
|
|
22
|
-
]);
|
|
23
|
-
|
|
24
|
-
/*! *****************************************************************************
|
|
25
|
-
Copyright (c) Microsoft Corporation.
|
|
26
|
-
|
|
27
|
-
Permission to use, copy, modify, and/or distribute this software for any
|
|
28
|
-
purpose with or without fee is hereby granted.
|
|
29
|
-
|
|
30
|
-
THE SOFTWARE IS PROVIDED "AS IS" AND THE AUTHOR DISCLAIMS ALL WARRANTIES WITH
|
|
31
|
-
REGARD TO THIS SOFTWARE INCLUDING ALL IMPLIED WARRANTIES OF MERCHANTABILITY
|
|
32
|
-
AND FITNESS. IN NO EVENT SHALL THE AUTHOR BE LIABLE FOR ANY SPECIAL, DIRECT,
|
|
33
|
-
INDIRECT, OR CONSEQUENTIAL DAMAGES OR ANY DAMAGES WHATSOEVER RESULTING FROM
|
|
34
|
-
LOSS OF USE, DATA OR PROFITS, WHETHER IN AN ACTION OF CONTRACT, NEGLIGENCE OR
|
|
35
|
-
OTHER TORTIOUS ACTION, ARISING OUT OF OR IN CONNECTION WITH THE USE OR
|
|
36
|
-
PERFORMANCE OF THIS SOFTWARE.
|
|
37
|
-
***************************************************************************** */
|
|
38
|
-
/* global Reflect, Promise */
|
|
39
|
-
var extendStatics = function (d, b) {
|
|
40
|
-
extendStatics = Object.setPrototypeOf ||
|
|
41
|
-
({ __proto__: [] } instanceof Array && function (d, b) { d.__proto__ = b; }) ||
|
|
42
|
-
function (d, b) { for (var p in b)
|
|
43
|
-
if (Object.prototype.hasOwnProperty.call(b, p))
|
|
44
|
-
d[p] = b[p]; };
|
|
45
|
-
return extendStatics(d, b);
|
|
46
|
-
};
|
|
47
|
-
function __extends(d, b) {
|
|
48
|
-
if (typeof b !== "function" && b !== null)
|
|
49
|
-
throw new TypeError("Class extends value " + String(b) + " is not a constructor or null");
|
|
50
|
-
extendStatics(d, b);
|
|
51
|
-
function __() { this.constructor = d; }
|
|
52
|
-
d.prototype = b === null ? Object.create(b) : (__.prototype = b.prototype, new __());
|
|
53
|
-
}
|
|
54
|
-
var __assign = function () {
|
|
55
|
-
__assign = Object.assign || function __assign(t) {
|
|
56
|
-
for (var s, i = 1, n = arguments.length; i < n; i++) {
|
|
57
|
-
s = arguments[i];
|
|
58
|
-
for (var p in s)
|
|
59
|
-
if (Object.prototype.hasOwnProperty.call(s, p))
|
|
60
|
-
t[p] = s[p];
|
|
61
|
-
}
|
|
62
|
-
return t;
|
|
63
|
-
};
|
|
64
|
-
return __assign.apply(this, arguments);
|
|
65
|
-
};
|
|
66
|
-
function __rest(s, e) {
|
|
67
|
-
var t = {};
|
|
68
|
-
for (var p in s)
|
|
69
|
-
if (Object.prototype.hasOwnProperty.call(s, p) && e.indexOf(p) < 0)
|
|
70
|
-
t[p] = s[p];
|
|
71
|
-
if (s != null && typeof Object.getOwnPropertySymbols === "function")
|
|
72
|
-
for (var i = 0, p = Object.getOwnPropertySymbols(s); i < p.length; i++) {
|
|
73
|
-
if (e.indexOf(p[i]) < 0 && Object.prototype.propertyIsEnumerable.call(s, p[i]))
|
|
74
|
-
t[p[i]] = s[p[i]];
|
|
75
|
-
}
|
|
76
|
-
return t;
|
|
77
|
-
}
|
|
78
|
-
function __decorate(decorators, target, key, desc) {
|
|
79
|
-
var c = arguments.length, r = c < 3 ? target : desc === null ? desc = Object.getOwnPropertyDescriptor(target, key) : desc, d;
|
|
80
|
-
if (typeof Reflect === "object" && typeof Reflect.decorate === "function")
|
|
81
|
-
r = Reflect.decorate(decorators, target, key, desc);
|
|
82
|
-
else
|
|
83
|
-
for (var i = decorators.length - 1; i >= 0; i--)
|
|
84
|
-
if (d = decorators[i])
|
|
85
|
-
r = (c < 3 ? d(r) : c > 3 ? d(target, key, r) : d(target, key)) || r;
|
|
86
|
-
return c > 3 && r && Object.defineProperty(target, key, r), r;
|
|
87
|
-
}
|
|
88
|
-
function __param(paramIndex, decorator) {
|
|
89
|
-
return function (target, key) { decorator(target, key, paramIndex); };
|
|
90
|
-
}
|
|
91
|
-
function __metadata(metadataKey, metadataValue) {
|
|
92
|
-
if (typeof Reflect === "object" && typeof Reflect.metadata === "function")
|
|
93
|
-
return Reflect.metadata(metadataKey, metadataValue);
|
|
94
|
-
}
|
|
95
|
-
function __awaiter(thisArg, _arguments, P, generator) {
|
|
96
|
-
function adopt(value) { return value instanceof P ? value : new P(function (resolve) { resolve(value); }); }
|
|
97
|
-
return new (P || (P = Promise))(function (resolve, reject) {
|
|
98
|
-
function fulfilled(value) { try {
|
|
99
|
-
step(generator.next(value));
|
|
100
|
-
}
|
|
101
|
-
catch (e) {
|
|
102
|
-
reject(e);
|
|
103
|
-
} }
|
|
104
|
-
function rejected(value) { try {
|
|
105
|
-
step(generator["throw"](value));
|
|
106
|
-
}
|
|
107
|
-
catch (e) {
|
|
108
|
-
reject(e);
|
|
109
|
-
} }
|
|
110
|
-
function step(result) { result.done ? resolve(result.value) : adopt(result.value).then(fulfilled, rejected); }
|
|
111
|
-
step((generator = generator.apply(thisArg, _arguments || [])).next());
|
|
112
|
-
});
|
|
113
|
-
}
|
|
114
|
-
function __generator(thisArg, body) {
|
|
115
|
-
var _ = { label: 0, sent: function () { if (t[0] & 1)
|
|
116
|
-
throw t[1]; return t[1]; }, trys: [], ops: [] }, f, y, t, g;
|
|
117
|
-
return g = { next: verb(0), "throw": verb(1), "return": verb(2) }, typeof Symbol === "function" && (g[Symbol.iterator] = function () { return this; }), g;
|
|
118
|
-
function verb(n) { return function (v) { return step([n, v]); }; }
|
|
119
|
-
function step(op) {
|
|
120
|
-
if (f)
|
|
121
|
-
throw new TypeError("Generator is already executing.");
|
|
122
|
-
while (_)
|
|
123
|
-
try {
|
|
124
|
-
if (f = 1, y && (t = op[0] & 2 ? y["return"] : op[0] ? y["throw"] || ((t = y["return"]) && t.call(y), 0) : y.next) && !(t = t.call(y, op[1])).done)
|
|
125
|
-
return t;
|
|
126
|
-
if (y = 0, t)
|
|
127
|
-
op = [op[0] & 2, t.value];
|
|
128
|
-
switch (op[0]) {
|
|
129
|
-
case 0:
|
|
130
|
-
case 1:
|
|
131
|
-
t = op;
|
|
132
|
-
break;
|
|
133
|
-
case 4:
|
|
134
|
-
_.label++;
|
|
135
|
-
return { value: op[1], done: false };
|
|
136
|
-
case 5:
|
|
137
|
-
_.label++;
|
|
138
|
-
y = op[1];
|
|
139
|
-
op = [0];
|
|
140
|
-
continue;
|
|
141
|
-
case 7:
|
|
142
|
-
op = _.ops.pop();
|
|
143
|
-
_.trys.pop();
|
|
144
|
-
continue;
|
|
145
|
-
default:
|
|
146
|
-
if (!(t = _.trys, t = t.length > 0 && t[t.length - 1]) && (op[0] === 6 || op[0] === 2)) {
|
|
147
|
-
_ = 0;
|
|
148
|
-
continue;
|
|
149
|
-
}
|
|
150
|
-
if (op[0] === 3 && (!t || (op[1] > t[0] && op[1] < t[3]))) {
|
|
151
|
-
_.label = op[1];
|
|
152
|
-
break;
|
|
153
|
-
}
|
|
154
|
-
if (op[0] === 6 && _.label < t[1]) {
|
|
155
|
-
_.label = t[1];
|
|
156
|
-
t = op;
|
|
157
|
-
break;
|
|
158
|
-
}
|
|
159
|
-
if (t && _.label < t[2]) {
|
|
160
|
-
_.label = t[2];
|
|
161
|
-
_.ops.push(op);
|
|
162
|
-
break;
|
|
163
|
-
}
|
|
164
|
-
if (t[2])
|
|
165
|
-
_.ops.pop();
|
|
166
|
-
_.trys.pop();
|
|
167
|
-
continue;
|
|
168
|
-
}
|
|
169
|
-
op = body.call(thisArg, _);
|
|
170
|
-
}
|
|
171
|
-
catch (e) {
|
|
172
|
-
op = [6, e];
|
|
173
|
-
y = 0;
|
|
174
|
-
}
|
|
175
|
-
finally {
|
|
176
|
-
f = t = 0;
|
|
177
|
-
}
|
|
178
|
-
if (op[0] & 5)
|
|
179
|
-
throw op[1];
|
|
180
|
-
return { value: op[0] ? op[1] : void 0, done: true };
|
|
181
|
-
}
|
|
182
|
-
}
|
|
183
|
-
var __createBinding = Object.create ? (function (o, m, k, k2) {
|
|
184
|
-
if (k2 === undefined)
|
|
185
|
-
k2 = k;
|
|
186
|
-
Object.defineProperty(o, k2, { enumerable: true, get: function () { return m[k]; } });
|
|
187
|
-
}) : (function (o, m, k, k2) {
|
|
188
|
-
if (k2 === undefined)
|
|
189
|
-
k2 = k;
|
|
190
|
-
o[k2] = m[k];
|
|
191
|
-
});
|
|
192
|
-
function __exportStar(m, o) {
|
|
193
|
-
for (var p in m)
|
|
194
|
-
if (p !== "default" && !Object.prototype.hasOwnProperty.call(o, p))
|
|
195
|
-
__createBinding(o, m, p);
|
|
196
|
-
}
|
|
197
|
-
function __values(o) {
|
|
198
|
-
var s = typeof Symbol === "function" && Symbol.iterator, m = s && o[s], i = 0;
|
|
199
|
-
if (m)
|
|
200
|
-
return m.call(o);
|
|
201
|
-
if (o && typeof o.length === "number")
|
|
202
|
-
return {
|
|
203
|
-
next: function () {
|
|
204
|
-
if (o && i >= o.length)
|
|
205
|
-
o = void 0;
|
|
206
|
-
return { value: o && o[i++], done: !o };
|
|
207
|
-
}
|
|
208
|
-
};
|
|
209
|
-
throw new TypeError(s ? "Object is not iterable." : "Symbol.iterator is not defined.");
|
|
210
|
-
}
|
|
211
|
-
function __read(o, n) {
|
|
212
|
-
var m = typeof Symbol === "function" && o[Symbol.iterator];
|
|
213
|
-
if (!m)
|
|
214
|
-
return o;
|
|
215
|
-
var i = m.call(o), r, ar = [], e;
|
|
216
|
-
try {
|
|
217
|
-
while ((n === void 0 || n-- > 0) && !(r = i.next()).done)
|
|
218
|
-
ar.push(r.value);
|
|
219
|
-
}
|
|
220
|
-
catch (error) {
|
|
221
|
-
e = { error: error };
|
|
222
|
-
}
|
|
223
|
-
finally {
|
|
224
|
-
try {
|
|
225
|
-
if (r && !r.done && (m = i["return"]))
|
|
226
|
-
m.call(i);
|
|
227
|
-
}
|
|
228
|
-
finally {
|
|
229
|
-
if (e)
|
|
230
|
-
throw e.error;
|
|
231
|
-
}
|
|
232
|
-
}
|
|
233
|
-
return ar;
|
|
234
|
-
}
|
|
235
|
-
/** @deprecated */
|
|
236
|
-
function __spread() {
|
|
237
|
-
for (var ar = [], i = 0; i < arguments.length; i++)
|
|
238
|
-
ar = ar.concat(__read(arguments[i]));
|
|
239
|
-
return ar;
|
|
240
|
-
}
|
|
241
|
-
/** @deprecated */
|
|
242
|
-
function __spreadArrays() {
|
|
243
|
-
for (var s = 0, i = 0, il = arguments.length; i < il; i++)
|
|
244
|
-
s += arguments[i].length;
|
|
245
|
-
for (var r = Array(s), k = 0, i = 0; i < il; i++)
|
|
246
|
-
for (var a = arguments[i], j = 0, jl = a.length; j < jl; j++, k++)
|
|
247
|
-
r[k] = a[j];
|
|
248
|
-
return r;
|
|
249
|
-
}
|
|
250
|
-
function __spreadArray(to, from, pack) {
|
|
251
|
-
if (pack || arguments.length === 2)
|
|
252
|
-
for (var i = 0, l = from.length, ar; i < l; i++) {
|
|
253
|
-
if (ar || !(i in from)) {
|
|
254
|
-
if (!ar)
|
|
255
|
-
ar = Array.prototype.slice.call(from, 0, i);
|
|
256
|
-
ar[i] = from[i];
|
|
257
|
-
}
|
|
258
|
-
}
|
|
259
|
-
return to.concat(ar || from);
|
|
260
|
-
}
|
|
261
|
-
function __await(v) {
|
|
262
|
-
return this instanceof __await ? (this.v = v, this) : new __await(v);
|
|
263
|
-
}
|
|
264
|
-
function __asyncGenerator(thisArg, _arguments, generator) {
|
|
265
|
-
if (!Symbol.asyncIterator)
|
|
266
|
-
throw new TypeError("Symbol.asyncIterator is not defined.");
|
|
267
|
-
var g = generator.apply(thisArg, _arguments || []), i, q = [];
|
|
268
|
-
return i = {}, verb("next"), verb("throw"), verb("return"), i[Symbol.asyncIterator] = function () { return this; }, i;
|
|
269
|
-
function verb(n) { if (g[n])
|
|
270
|
-
i[n] = function (v) { return new Promise(function (a, b) { q.push([n, v, a, b]) > 1 || resume(n, v); }); }; }
|
|
271
|
-
function resume(n, v) { try {
|
|
272
|
-
step(g[n](v));
|
|
273
|
-
}
|
|
274
|
-
catch (e) {
|
|
275
|
-
settle(q[0][3], e);
|
|
276
|
-
} }
|
|
277
|
-
function step(r) { r.value instanceof __await ? Promise.resolve(r.value.v).then(fulfill, reject) : settle(q[0][2], r); }
|
|
278
|
-
function fulfill(value) { resume("next", value); }
|
|
279
|
-
function reject(value) { resume("throw", value); }
|
|
280
|
-
function settle(f, v) { if (f(v), q.shift(), q.length)
|
|
281
|
-
resume(q[0][0], q[0][1]); }
|
|
282
|
-
}
|
|
283
|
-
function __asyncDelegator(o) {
|
|
284
|
-
var i, p;
|
|
285
|
-
return i = {}, verb("next"), verb("throw", function (e) { throw e; }), verb("return"), i[Symbol.iterator] = function () { return this; }, i;
|
|
286
|
-
function verb(n, f) { i[n] = o[n] ? function (v) { return (p = !p) ? { value: __await(o[n](v)), done: n === "return" } : f ? f(v) : v; } : f; }
|
|
287
|
-
}
|
|
288
|
-
function __asyncValues(o) {
|
|
289
|
-
if (!Symbol.asyncIterator)
|
|
290
|
-
throw new TypeError("Symbol.asyncIterator is not defined.");
|
|
291
|
-
var m = o[Symbol.asyncIterator], i;
|
|
292
|
-
return m ? m.call(o) : (o = typeof __values === "function" ? __values(o) : o[Symbol.iterator](), i = {}, verb("next"), verb("throw"), verb("return"), i[Symbol.asyncIterator] = function () { return this; }, i);
|
|
293
|
-
function verb(n) { i[n] = o[n] && function (v) { return new Promise(function (resolve, reject) { v = o[n](v), settle(resolve, reject, v.done, v.value); }); }; }
|
|
294
|
-
function settle(resolve, reject, d, v) { Promise.resolve(v).then(function (v) { resolve({ value: v, done: d }); }, reject); }
|
|
295
|
-
}
|
|
296
|
-
function __makeTemplateObject(cooked, raw) {
|
|
297
|
-
if (Object.defineProperty) {
|
|
298
|
-
Object.defineProperty(cooked, "raw", { value: raw });
|
|
299
|
-
}
|
|
300
|
-
else {
|
|
301
|
-
cooked.raw = raw;
|
|
302
|
-
}
|
|
303
|
-
return cooked;
|
|
304
|
-
}
|
|
305
|
-
;
|
|
306
|
-
var __setModuleDefault = Object.create ? (function (o, v) {
|
|
307
|
-
Object.defineProperty(o, "default", { enumerable: true, value: v });
|
|
308
|
-
}) : function (o, v) {
|
|
309
|
-
o["default"] = v;
|
|
310
|
-
};
|
|
311
|
-
function __importStar(mod) {
|
|
312
|
-
if (mod && mod.__esModule)
|
|
313
|
-
return mod;
|
|
314
|
-
var result = {};
|
|
315
|
-
if (mod != null)
|
|
316
|
-
for (var k in mod)
|
|
317
|
-
if (k !== "default" && Object.prototype.hasOwnProperty.call(mod, k))
|
|
318
|
-
__createBinding(result, mod, k);
|
|
319
|
-
__setModuleDefault(result, mod);
|
|
320
|
-
return result;
|
|
321
|
-
}
|
|
322
|
-
function __importDefault(mod) {
|
|
323
|
-
return (mod && mod.__esModule) ? mod : { default: mod };
|
|
324
|
-
}
|
|
325
|
-
function __classPrivateFieldGet(receiver, state, kind, f) {
|
|
326
|
-
if (kind === "a" && !f)
|
|
327
|
-
throw new TypeError("Private accessor was defined without a getter");
|
|
328
|
-
if (typeof state === "function" ? receiver !== state || !f : !state.has(receiver))
|
|
329
|
-
throw new TypeError("Cannot read private member from an object whose class did not declare it");
|
|
330
|
-
return kind === "m" ? f : kind === "a" ? f.call(receiver) : f ? f.value : state.get(receiver);
|
|
331
|
-
}
|
|
332
|
-
function __classPrivateFieldSet(receiver, state, value, kind, f) {
|
|
333
|
-
if (kind === "m")
|
|
334
|
-
throw new TypeError("Private method is not writable");
|
|
335
|
-
if (kind === "a" && !f)
|
|
336
|
-
throw new TypeError("Private accessor was defined without a setter");
|
|
337
|
-
if (typeof state === "function" ? receiver !== state || !f : !state.has(receiver))
|
|
338
|
-
throw new TypeError("Cannot write private member to an object whose class did not declare it");
|
|
339
|
-
return (kind === "a" ? f.call(receiver, value) : f ? f.value = value : state.set(receiver, value)), value;
|
|
340
|
-
}
|
|
341
|
-
|
|
342
|
-
/**
|
|
343
|
-
* abstract class for basic implementation of a popover panel
|
|
344
|
-
*/
|
|
345
|
-
var ALuPopoverPanel = /** @class */ (function () {
|
|
346
|
-
function ALuPopoverPanel() {
|
|
347
|
-
this._closeOnClick = false;
|
|
348
|
-
this._trapFocus = false;
|
|
349
|
-
this._scrollStrategy = 'reposition';
|
|
350
|
-
this._positionClassesMap = {};
|
|
351
|
-
this._panelClasses = '';
|
|
352
|
-
this._contentClasses = '';
|
|
353
|
-
}
|
|
354
|
-
Object.defineProperty(ALuPopoverPanel.prototype, "isOpen", {
|
|
355
|
-
get: function () { return this._isOpen; },
|
|
356
|
-
enumerable: false,
|
|
357
|
-
configurable: true
|
|
358
|
-
});
|
|
359
|
-
Object.defineProperty(ALuPopoverPanel.prototype, "closeOnClick", {
|
|
360
|
-
get: function () { return this._closeOnClick; },
|
|
361
|
-
set: function (coc) { this._closeOnClick = coc; },
|
|
362
|
-
enumerable: false,
|
|
363
|
-
configurable: true
|
|
364
|
-
});
|
|
365
|
-
Object.defineProperty(ALuPopoverPanel.prototype, "trapFocus", {
|
|
366
|
-
get: function () { return this._trapFocus; },
|
|
367
|
-
set: function (tf) { this._trapFocus = tf; },
|
|
368
|
-
enumerable: false,
|
|
369
|
-
configurable: true
|
|
370
|
-
});
|
|
371
|
-
Object.defineProperty(ALuPopoverPanel.prototype, "scrollStrategy", {
|
|
372
|
-
get: function () { return this._scrollStrategy; },
|
|
373
|
-
set: function (ss) { this._scrollStrategy = ss; },
|
|
374
|
-
enumerable: false,
|
|
375
|
-
configurable: true
|
|
376
|
-
});
|
|
377
|
-
Object.defineProperty(ALuPopoverPanel.prototype, "templateRef", {
|
|
378
|
-
get: function () { return this._templateRef; },
|
|
379
|
-
set: function (tr) { this._templateRef = tr; },
|
|
380
|
-
enumerable: false,
|
|
381
|
-
configurable: true
|
|
382
|
-
});
|
|
383
|
-
Object.defineProperty(ALuPopoverPanel.prototype, "panelClasses", {
|
|
384
|
-
get: function () { return this._panelClasses; },
|
|
385
|
-
set: function (cl) {
|
|
386
|
-
this._panelClasses = cl;
|
|
387
|
-
},
|
|
388
|
-
enumerable: false,
|
|
389
|
-
configurable: true
|
|
390
|
-
});
|
|
391
|
-
Object.defineProperty(ALuPopoverPanel.prototype, "panelClassesMap", {
|
|
392
|
-
get: function () {
|
|
393
|
-
var map = this._panelClasses
|
|
394
|
-
.split(' ')
|
|
395
|
-
.filter(function (c) { return !!c; })
|
|
396
|
-
.reduce(function (obj, className) {
|
|
397
|
-
obj[className] = true;
|
|
398
|
-
return obj;
|
|
399
|
-
}, {});
|
|
400
|
-
// also add positiopn classes
|
|
401
|
-
return Object.assign(Object.assign({}, map), this._positionClassesMap);
|
|
402
|
-
},
|
|
403
|
-
enumerable: false,
|
|
404
|
-
configurable: true
|
|
405
|
-
});
|
|
406
|
-
Object.defineProperty(ALuPopoverPanel.prototype, "contentClasses", {
|
|
407
|
-
get: function () { return this._contentClasses; },
|
|
408
|
-
set: function (cl) {
|
|
409
|
-
this._contentClasses = cl;
|
|
410
|
-
},
|
|
411
|
-
enumerable: false,
|
|
412
|
-
configurable: true
|
|
413
|
-
});
|
|
414
|
-
Object.defineProperty(ALuPopoverPanel.prototype, "contentClassesMap", {
|
|
415
|
-
get: function () {
|
|
416
|
-
return this._contentClasses
|
|
417
|
-
.split(' ')
|
|
418
|
-
.reduce(function (obj, className) {
|
|
419
|
-
obj[className] = true;
|
|
420
|
-
return obj;
|
|
421
|
-
}, {});
|
|
422
|
-
},
|
|
423
|
-
enumerable: false,
|
|
424
|
-
configurable: true
|
|
425
|
-
});
|
|
426
|
-
Object.defineProperty(ALuPopoverPanel.prototype, "overlayPaneClass", {
|
|
427
|
-
get: function () { return this._overlayPaneClass; },
|
|
428
|
-
set: function (opc) { this._overlayPaneClass = opc; },
|
|
429
|
-
enumerable: false,
|
|
430
|
-
configurable: true
|
|
431
|
-
});
|
|
432
|
-
Object.defineProperty(ALuPopoverPanel.prototype, "keydownEvents$", {
|
|
433
|
-
set: function (evt$) {
|
|
434
|
-
var _this = this;
|
|
435
|
-
if (!this._keydownEventsSub) {
|
|
436
|
-
this._keydownEventsSub = evt$.subscribe(function (e) { return _this._handleKeydown(e); });
|
|
437
|
-
}
|
|
438
|
-
},
|
|
439
|
-
enumerable: false,
|
|
440
|
-
configurable: true
|
|
441
|
-
});
|
|
442
|
-
ALuPopoverPanel.prototype.setPositionClasses = function (posX, posY) {
|
|
443
|
-
this._positionClassesMap['is-before'] = posX === 'end';
|
|
444
|
-
this._positionClassesMap['is-after'] = posX === 'start';
|
|
445
|
-
this._positionClassesMap['is-above'] = posY === 'bottom';
|
|
446
|
-
this._positionClassesMap['is-below'] = posY === 'top';
|
|
447
|
-
};
|
|
448
|
-
ALuPopoverPanel.prototype.onClick = function () {
|
|
449
|
-
if (this.closeOnClick) {
|
|
450
|
-
this._emitCloseEvent();
|
|
451
|
-
}
|
|
452
|
-
};
|
|
453
|
-
ALuPopoverPanel.prototype.onOpen = function () {
|
|
454
|
-
this._isOpen = true;
|
|
455
|
-
};
|
|
456
|
-
ALuPopoverPanel.prototype.onClose = function () {
|
|
457
|
-
this._isOpen = false;
|
|
458
|
-
};
|
|
459
|
-
/**
|
|
460
|
-
* TODO: Refactor when @angular/cdk includes feature I mentioned on github see link below.
|
|
461
|
-
* https://github.com/angular/material2/pull/5493#issuecomment-313085323
|
|
462
|
-
*/
|
|
463
|
-
/** Disables close of popover when leaving trigger element and mouse over the popover */
|
|
464
|
-
ALuPopoverPanel.prototype.onMouseOver = function () {
|
|
465
|
-
this._emitHoveredEvent(true);
|
|
466
|
-
};
|
|
467
|
-
/** Enables close of popover when mouse leaving popover element */
|
|
468
|
-
ALuPopoverPanel.prototype.onMouseLeave = function () {
|
|
469
|
-
this._emitHoveredEvent(false);
|
|
470
|
-
};
|
|
471
|
-
/** does nothing but must be overridable */
|
|
472
|
-
ALuPopoverPanel.prototype.onMouseDown = function ($event) { };
|
|
473
|
-
ALuPopoverPanel.prototype._handleKeydown = function (event) {
|
|
474
|
-
switch (event.keyCode) {
|
|
475
|
-
case keycodes.ESCAPE:
|
|
476
|
-
this._emitCloseEvent();
|
|
477
|
-
return;
|
|
478
|
-
}
|
|
479
|
-
};
|
|
480
|
-
return ALuPopoverPanel;
|
|
481
|
-
}());
|
|
482
|
-
|
|
483
|
-
// import { standardPopoverTemplate } from './popover.template';
|
|
484
|
-
var LuPopoverPanelComponent = /** @class */ (function (_super) {
|
|
485
|
-
__extends(LuPopoverPanelComponent, _super);
|
|
486
|
-
function LuPopoverPanelComponent() {
|
|
487
|
-
var _this = _super.call(this) || this;
|
|
488
|
-
/** Event emitted when the popover is closed. */
|
|
489
|
-
_this.close = new core.EventEmitter();
|
|
490
|
-
_this.open = new core.EventEmitter();
|
|
491
|
-
_this.hovered = new core.EventEmitter();
|
|
492
|
-
return _this;
|
|
493
|
-
}
|
|
494
|
-
Object.defineProperty(LuPopoverPanelComponent.prototype, "template", {
|
|
495
|
-
/** Template to Use for the popover */
|
|
496
|
-
get: function () {
|
|
497
|
-
return this._template;
|
|
498
|
-
},
|
|
499
|
-
set: function (value) {
|
|
500
|
-
this._template = value;
|
|
501
|
-
},
|
|
502
|
-
enumerable: false,
|
|
503
|
-
configurable: true
|
|
504
|
-
});
|
|
505
|
-
Object.defineProperty(LuPopoverPanelComponent.prototype, "templateContext", {
|
|
506
|
-
/** Template context to use for the popover when created using a template */
|
|
507
|
-
get: function () {
|
|
508
|
-
return this._templateContext;
|
|
509
|
-
},
|
|
510
|
-
set: function (value) {
|
|
511
|
-
this._templateContext = value;
|
|
512
|
-
},
|
|
513
|
-
enumerable: false,
|
|
514
|
-
configurable: true
|
|
515
|
-
});
|
|
516
|
-
Object.defineProperty(LuPopoverPanelComponent.prototype, "inputCloseOnClick", {
|
|
517
|
-
/**
|
|
518
|
-
* Popover container close on click
|
|
519
|
-
* default: false
|
|
520
|
-
*/
|
|
521
|
-
set: function (v) {
|
|
522
|
-
this.closeOnClick = v;
|
|
523
|
-
},
|
|
524
|
-
enumerable: false,
|
|
525
|
-
configurable: true
|
|
526
|
-
});
|
|
527
|
-
Object.defineProperty(LuPopoverPanelComponent.prototype, "inputTrapFocus", {
|
|
528
|
-
/**
|
|
529
|
-
* Popover focus trap using cdkTrapFocus
|
|
530
|
-
* default: false
|
|
531
|
-
*/
|
|
532
|
-
set: function (v) {
|
|
533
|
-
this.trapFocus = v;
|
|
534
|
-
},
|
|
535
|
-
enumerable: false,
|
|
536
|
-
configurable: true
|
|
537
|
-
});
|
|
538
|
-
Object.defineProperty(LuPopoverPanelComponent.prototype, "inputScrollStrategy", {
|
|
539
|
-
/**
|
|
540
|
-
* Popover scrollStrategy
|
|
541
|
-
* default: reposition
|
|
542
|
-
*/
|
|
543
|
-
set: function (v) {
|
|
544
|
-
this.scrollStrategy = v;
|
|
545
|
-
},
|
|
546
|
-
enumerable: false,
|
|
547
|
-
configurable: true
|
|
548
|
-
});
|
|
549
|
-
Object.defineProperty(LuPopoverPanelComponent.prototype, "inputPanelClasses", {
|
|
550
|
-
/**
|
|
551
|
-
* This method takes classes set on the host lu-popover element and applies them on the
|
|
552
|
-
* popover template that displays in the overlay container. Otherwise, it's difficult
|
|
553
|
-
* to style the containing popover from outside the component.
|
|
554
|
-
* @param classes list of class names
|
|
555
|
-
*/
|
|
556
|
-
set: function (classes) {
|
|
557
|
-
this.panelClasses = classes;
|
|
558
|
-
},
|
|
559
|
-
enumerable: false,
|
|
560
|
-
configurable: true
|
|
561
|
-
});
|
|
562
|
-
Object.defineProperty(LuPopoverPanelComponent.prototype, "inputContentClasses", {
|
|
563
|
-
/**
|
|
564
|
-
* This method takes classes set on the host lu-popover element and applies them on the
|
|
565
|
-
* popover template that displays in the overlay container. Otherwise, it's difficult
|
|
566
|
-
* to style the containing popover from outside the component.
|
|
567
|
-
* @param classes list of class names
|
|
568
|
-
*/
|
|
569
|
-
set: function (classes) {
|
|
570
|
-
this.contentClasses = classes;
|
|
571
|
-
},
|
|
572
|
-
enumerable: false,
|
|
573
|
-
configurable: true
|
|
574
|
-
});
|
|
575
|
-
Object.defineProperty(LuPopoverPanelComponent.prototype, "vcTemplateRef", {
|
|
576
|
-
set: function (tr) {
|
|
577
|
-
this.templateRef = tr;
|
|
578
|
-
},
|
|
579
|
-
enumerable: false,
|
|
580
|
-
configurable: true
|
|
581
|
-
});
|
|
582
|
-
LuPopoverPanelComponent.prototype.ngOnDestroy = function () {
|
|
583
|
-
this.onClose();
|
|
584
|
-
this.close.complete();
|
|
585
|
-
};
|
|
586
|
-
LuPopoverPanelComponent.prototype._emitCloseEvent = function () {
|
|
587
|
-
this.close.emit();
|
|
588
|
-
};
|
|
589
|
-
LuPopoverPanelComponent.prototype._emitOpenEvent = function () {
|
|
590
|
-
this.open.emit();
|
|
591
|
-
};
|
|
592
|
-
LuPopoverPanelComponent.prototype._emitHoveredEvent = function (hovered) {
|
|
593
|
-
this.hovered.emit(hovered);
|
|
594
|
-
};
|
|
595
|
-
return LuPopoverPanelComponent;
|
|
596
|
-
}(ALuPopoverPanel));
|
|
597
|
-
LuPopoverPanelComponent.decorators = [
|
|
598
|
-
{ type: core.Component, args: [{
|
|
599
|
-
selector: 'lu-popover',
|
|
600
|
-
template: "<ng-template>\r\n\t<div class=\"lu-popover-panel\"\r\n\t\t[ngClass]=\"panelClassesMap\"\r\n\t\t(keydown)=\"_handleKeydown($event)\"\r\n\t\t(click)=\"onClick()\"\r\n\t\t(mouseover)=\"onMouseOver()\"\r\n\t\t(mouseleave)=\"onMouseLeave()\"\r\n\t\t(mousedown)=\"onMouseDown($event)\"\r\n\t\t[attr.id]=\"panelId\"\r\n\t\t[attr.aria-labelledby]=\"triggerId\"\r\n\t\t[@transformPopover]=\"'enter'\"\r\n\t>\r\n\t\t<div class=\"lu-popover-content\" [ngClass]=\"contentClassesMap\" [cdkTrapFocus]=\"trapFocus\">\r\n\t\t\t<ng-content></ng-content><ng-container *ngTemplateOutlet=\"template; context: templateContext\"></ng-container>\r\n\t\t</div>\r\n\t</div>\r\n</ng-template>\r\n",
|
|
601
|
-
changeDetection: core.ChangeDetectionStrategy.OnPush,
|
|
602
|
-
animations: [luTransformPopover],
|
|
603
|
-
exportAs: 'LuPopoverPanel'
|
|
604
|
-
},] }
|
|
605
|
-
];
|
|
606
|
-
LuPopoverPanelComponent.ctorParameters = function () { return []; };
|
|
607
|
-
LuPopoverPanelComponent.propDecorators = {
|
|
608
|
-
template: [{ type: core.Input }],
|
|
609
|
-
templateContext: [{ type: core.Input, args: ['template-context',] }],
|
|
610
|
-
inputCloseOnClick: [{ type: core.Input, args: ['close-on-click',] }],
|
|
611
|
-
inputTrapFocus: [{ type: core.Input, args: ['trap-focus',] }],
|
|
612
|
-
inputScrollStrategy: [{ type: core.Input, args: ['scroll-strategy',] }],
|
|
613
|
-
inputPanelClasses: [{ type: core.Input, args: ['panel-classes',] }],
|
|
614
|
-
inputContentClasses: [{ type: core.Input, args: ['content-classes',] }],
|
|
615
|
-
close: [{ type: core.Output }],
|
|
616
|
-
open: [{ type: core.Output }],
|
|
617
|
-
hovered: [{ type: core.Output }],
|
|
618
|
-
vcTemplateRef: [{ type: core.ViewChild, args: [core.TemplateRef, { static: true },] }]
|
|
619
|
-
};
|
|
620
|
-
|
|
621
|
-
var LuPopoverPanelModule = /** @class */ (function () {
|
|
622
|
-
function LuPopoverPanelModule() {
|
|
623
|
-
}
|
|
624
|
-
return LuPopoverPanelModule;
|
|
625
|
-
}());
|
|
626
|
-
LuPopoverPanelModule.decorators = [
|
|
627
|
-
{ type: core.NgModule, args: [{
|
|
628
|
-
imports: [
|
|
629
|
-
common.CommonModule,
|
|
630
|
-
overlay.OverlayModule,
|
|
631
|
-
a11y.A11yModule,
|
|
632
|
-
],
|
|
633
|
-
declarations: [
|
|
634
|
-
LuPopoverPanelComponent,
|
|
635
|
-
],
|
|
636
|
-
exports: [
|
|
637
|
-
LuPopoverPanelComponent,
|
|
638
|
-
],
|
|
639
|
-
},] }
|
|
640
|
-
];
|
|
641
|
-
|
|
642
|
-
/**
|
|
643
|
-
* Throws an exception for the case when popover's LuPopoverPosition value isn't valid.
|
|
644
|
-
*/
|
|
645
|
-
function throwLuPopoverInvalidPosition() {
|
|
646
|
-
throw Error("LuPopoverPosition value must be 'above', 'below', 'before' or 'after'.\n Example: <lu-popover [position]=\"'before'\" #popover=\"LuPopover\"></lu-popover>");
|
|
647
|
-
}
|
|
648
|
-
/**
|
|
649
|
-
* Throws an exception for the case when popover's LuPopoverAlignement value isn't valid.
|
|
650
|
-
*/
|
|
651
|
-
function throwLuPopoverInvalidAlignement() {
|
|
652
|
-
throw Error("LuPopoverAlignment value must be 'top', 'bottom', 'right' or 'left'.\n Example: <lu-popover [position]=\"above\" [alignment]=\"left\" #popover=\"LuPopover\"></lu-popover>");
|
|
653
|
-
}
|
|
654
|
-
|
|
655
|
-
var ALuPopoverTarget = /** @class */ (function () {
|
|
656
|
-
function ALuPopoverTarget() {
|
|
657
|
-
this._position = 'below';
|
|
658
|
-
this._alignment = 'center';
|
|
659
|
-
this._overlap = false;
|
|
660
|
-
this._offsetX = 0;
|
|
661
|
-
this._offsetY = 0;
|
|
662
|
-
}
|
|
663
|
-
Object.defineProperty(ALuPopoverTarget.prototype, "elementRef", {
|
|
664
|
-
/** the element used to position the panel */
|
|
665
|
-
get: function () { return this._elementRef; },
|
|
666
|
-
set: function (ref) { this._elementRef = ref; },
|
|
667
|
-
enumerable: false,
|
|
668
|
-
configurable: true
|
|
669
|
-
});
|
|
670
|
-
Object.defineProperty(ALuPopoverTarget.prototype, "position", {
|
|
671
|
-
/** how you want to position the panel relative to the target, allowed values: above, below, before, after */
|
|
672
|
-
get: function () { return this._position; },
|
|
673
|
-
set: function (position) {
|
|
674
|
-
if (position !== 'above' &&
|
|
675
|
-
position !== 'below' &&
|
|
676
|
-
position !== 'after' &&
|
|
677
|
-
position !== 'before') {
|
|
678
|
-
throwLuPopoverInvalidPosition();
|
|
679
|
-
}
|
|
680
|
-
this._position = position;
|
|
681
|
-
// this.setPositionClasses(this._position, this._alignment);
|
|
682
|
-
},
|
|
683
|
-
enumerable: false,
|
|
684
|
-
configurable: true
|
|
685
|
-
});
|
|
686
|
-
Object.defineProperty(ALuPopoverTarget.prototype, "alignment", {
|
|
687
|
-
/** how the panel will be align with the target, allowed values: top, bottom, left, right */
|
|
688
|
-
get: function () { return this._alignment; },
|
|
689
|
-
set: function (alignment) {
|
|
690
|
-
if (alignment !== 'center' &&
|
|
691
|
-
alignment !== 'top' &&
|
|
692
|
-
alignment !== 'bottom' &&
|
|
693
|
-
alignment !== 'right' &&
|
|
694
|
-
alignment !== 'left') {
|
|
695
|
-
throwLuPopoverInvalidAlignement();
|
|
696
|
-
}
|
|
697
|
-
this._alignment = alignment;
|
|
698
|
-
// this.setPositionClasses(this._position, this._alignment);
|
|
699
|
-
},
|
|
700
|
-
enumerable: false,
|
|
701
|
-
configurable: true
|
|
702
|
-
});
|
|
703
|
-
Object.defineProperty(ALuPopoverTarget.prototype, "overlap", {
|
|
704
|
-
/** set to true if you want the panel to appear on top of the target */
|
|
705
|
-
get: function () { return this._overlap; },
|
|
706
|
-
set: function (ot) { this._overlap = ot; },
|
|
707
|
-
enumerable: false,
|
|
708
|
-
configurable: true
|
|
709
|
-
});
|
|
710
|
-
Object.defineProperty(ALuPopoverTarget.prototype, "offsetX", {
|
|
711
|
-
get: function () { return this._offsetX; },
|
|
712
|
-
set: function (ox) { this._offsetX = ox; },
|
|
713
|
-
enumerable: false,
|
|
714
|
-
configurable: true
|
|
715
|
-
});
|
|
716
|
-
Object.defineProperty(ALuPopoverTarget.prototype, "offsetY", {
|
|
717
|
-
get: function () { return this._offsetY; },
|
|
718
|
-
set: function (oy) { this._offsetY = oy; },
|
|
719
|
-
enumerable: false,
|
|
720
|
-
configurable: true
|
|
721
|
-
});
|
|
722
|
-
return ALuPopoverTarget;
|
|
723
|
-
}());
|
|
724
|
-
var LuPopoverTarget = /** @class */ (function (_super) {
|
|
725
|
-
__extends(LuPopoverTarget, _super);
|
|
726
|
-
function LuPopoverTarget() {
|
|
727
|
-
return _super.call(this) || this;
|
|
728
|
-
}
|
|
729
|
-
return LuPopoverTarget;
|
|
730
|
-
}(ALuPopoverTarget));
|
|
731
|
-
|
|
732
|
-
var LuPopoverTargetDirective = /** @class */ (function (_super) {
|
|
733
|
-
__extends(LuPopoverTargetDirective, _super);
|
|
734
|
-
function LuPopoverTargetDirective(ref) {
|
|
735
|
-
var _this = _super.call(this) || this;
|
|
736
|
-
_this.elementRef = ref;
|
|
737
|
-
return _this;
|
|
738
|
-
}
|
|
739
|
-
Object.defineProperty(LuPopoverTargetDirective.prototype, "inputPosition", {
|
|
740
|
-
/** how you want to position the panel relative to the target, allowed values: above, below, before, after */
|
|
741
|
-
set: function (pos) { this.position = pos; },
|
|
742
|
-
enumerable: false,
|
|
743
|
-
configurable: true
|
|
744
|
-
});
|
|
745
|
-
Object.defineProperty(LuPopoverTargetDirective.prototype, "inputAlignment", {
|
|
746
|
-
/** how the panel will be align with the target, allowed values: top, bottom, left, right */
|
|
747
|
-
set: function (al) { this.alignment = al; },
|
|
748
|
-
enumerable: false,
|
|
749
|
-
configurable: true
|
|
750
|
-
});
|
|
751
|
-
Object.defineProperty(LuPopoverTargetDirective.prototype, "inputOverlap", {
|
|
752
|
-
/** set to true if you want the panel to appear on top of the target */
|
|
753
|
-
set: function (ov) { this.overlap = ov; },
|
|
754
|
-
enumerable: false,
|
|
755
|
-
configurable: true
|
|
756
|
-
});
|
|
757
|
-
Object.defineProperty(LuPopoverTargetDirective.prototype, "inputOffsetX", {
|
|
758
|
-
set: function (ox) { this.offsetX = ox; },
|
|
759
|
-
enumerable: false,
|
|
760
|
-
configurable: true
|
|
761
|
-
});
|
|
762
|
-
Object.defineProperty(LuPopoverTargetDirective.prototype, "inputOffsetY", {
|
|
763
|
-
set: function (oy) { this.offsetY = oy; },
|
|
764
|
-
enumerable: false,
|
|
765
|
-
configurable: true
|
|
766
|
-
});
|
|
767
|
-
return LuPopoverTargetDirective;
|
|
768
|
-
}(ALuPopoverTarget));
|
|
769
|
-
LuPopoverTargetDirective.decorators = [
|
|
770
|
-
{ type: core.Directive, args: [{
|
|
771
|
-
selector: '[luPopoverTarget]',
|
|
772
|
-
exportAs: 'LuPopoverTarget',
|
|
773
|
-
},] }
|
|
774
|
-
];
|
|
775
|
-
LuPopoverTargetDirective.ctorParameters = function () { return [
|
|
776
|
-
{ type: core.ElementRef }
|
|
777
|
-
]; };
|
|
778
|
-
LuPopoverTargetDirective.propDecorators = {
|
|
779
|
-
inputPosition: [{ type: core.Input, args: ['luPopoverPosition',] }],
|
|
780
|
-
inputAlignment: [{ type: core.Input, args: ['luPopoverAlignment',] }],
|
|
781
|
-
inputOverlap: [{ type: core.Input, args: ['luPopoverOverlap',] }],
|
|
782
|
-
inputOffsetX: [{ type: core.Input, args: ['luPopoverOffsetX',] }],
|
|
783
|
-
inputOffsetY: [{ type: core.Input, args: ['luPopoverOffsetY',] }]
|
|
784
|
-
};
|
|
785
|
-
|
|
786
|
-
var LuPopoverTargetModule = /** @class */ (function () {
|
|
787
|
-
function LuPopoverTargetModule() {
|
|
788
|
-
}
|
|
789
|
-
return LuPopoverTargetModule;
|
|
790
|
-
}());
|
|
791
|
-
LuPopoverTargetModule.decorators = [
|
|
792
|
-
{ type: core.NgModule, args: [{
|
|
793
|
-
imports: [
|
|
794
|
-
common.CommonModule,
|
|
795
|
-
overlay.OverlayModule,
|
|
796
|
-
],
|
|
797
|
-
declarations: [
|
|
798
|
-
LuPopoverTargetDirective,
|
|
799
|
-
],
|
|
800
|
-
exports: [
|
|
801
|
-
LuPopoverTargetDirective,
|
|
802
|
-
],
|
|
803
|
-
},] }
|
|
804
|
-
];
|
|
805
|
-
|
|
806
|
-
/**
|
|
807
|
-
* Throws an exception for the case when popover trigger doesn't have a valid lu-popover instance
|
|
808
|
-
*/
|
|
809
|
-
function throwLuPopoverMissingPanelError() {
|
|
810
|
-
throw Error("lu-popover-trigger: must pass in a lu-popover instance.\n Example:\n <lu-popover #popover=\"LuPopover\"></lu-popover>\n <button [luPopover]=\"popover\"></button>");
|
|
811
|
-
}
|
|
812
|
-
function throwLuPopoverMissingTargetError() {
|
|
813
|
-
throw Error("lu-popover-trigger: must pass in a popover target instance.");
|
|
814
|
-
}
|
|
815
|
-
|
|
816
|
-
// tslint:disable-next-line: max-line-length
|
|
817
|
-
var ALuPopoverTrigger = /** @class */ (function () {
|
|
818
|
-
function ALuPopoverTrigger(_overlay, _elementRef, _viewContainerRef) {
|
|
819
|
-
this._overlay = _overlay;
|
|
820
|
-
this._elementRef = _elementRef;
|
|
821
|
-
this._viewContainerRef = _viewContainerRef;
|
|
822
|
-
this._overlayRef = null;
|
|
823
|
-
this._popoverOpen = false;
|
|
824
|
-
this._hovered$ = new rxjs.Subject();
|
|
825
|
-
// tracking input type is necessary so it's possible to only auto-focus
|
|
826
|
-
// the first item of the list when the popover is opened via the keyboard
|
|
827
|
-
this._openedByMouse = false;
|
|
828
|
-
this._triggerEvent = 'click';
|
|
829
|
-
this._enterDelay = 50;
|
|
830
|
-
this._leaveDelay = 50;
|
|
831
|
-
this._disabled = false;
|
|
832
|
-
this._triggerId = "popoverTrigger_" + core$1.generateId();
|
|
833
|
-
this._panelId = "popoverPanel_" + core$1.generateId();
|
|
834
|
-
}
|
|
835
|
-
Object.defineProperty(ALuPopoverTrigger.prototype, "panel", {
|
|
836
|
-
/** References the popover instance that the trigger is associated with. */
|
|
837
|
-
get: function () { return this._panel; },
|
|
838
|
-
set: function (p) { this._panel = p; },
|
|
839
|
-
enumerable: false,
|
|
840
|
-
configurable: true
|
|
841
|
-
});
|
|
842
|
-
Object.defineProperty(ALuPopoverTrigger.prototype, "target", {
|
|
843
|
-
/** References the popover target instance that the trigger is associated with. */
|
|
844
|
-
get: function () { return this._target; },
|
|
845
|
-
set: function (t) { this._target = t; },
|
|
846
|
-
enumerable: false,
|
|
847
|
-
configurable: true
|
|
848
|
-
});
|
|
849
|
-
Object.defineProperty(ALuPopoverTrigger.prototype, "triggerEvent", {
|
|
850
|
-
get: function () { return this._triggerEvent; },
|
|
851
|
-
set: function (te) {
|
|
852
|
-
var _this = this;
|
|
853
|
-
this._triggerEvent = te;
|
|
854
|
-
if (te === 'hover' || te === 'focus') {
|
|
855
|
-
if (this._hoveredSubscription) {
|
|
856
|
-
this._hoveredSubscription.unsubscribe();
|
|
857
|
-
}
|
|
858
|
-
this._hoveredSubscription = this._hovered$.pipe(operators.debounce(function (h) { return h ? rxjs.timer(_this.enterDelay) : rxjs.timer(_this.leaveDelay); })).subscribe(function (h) { return h ? _this.openPopover() : _this.closePopover(); });
|
|
859
|
-
}
|
|
860
|
-
},
|
|
861
|
-
enumerable: false,
|
|
862
|
-
configurable: true
|
|
863
|
-
});
|
|
864
|
-
Object.defineProperty(ALuPopoverTrigger.prototype, "enterDelay", {
|
|
865
|
-
get: function () { return this._enterDelay; },
|
|
866
|
-
set: function (d) { this._enterDelay = d; },
|
|
867
|
-
enumerable: false,
|
|
868
|
-
configurable: true
|
|
869
|
-
});
|
|
870
|
-
Object.defineProperty(ALuPopoverTrigger.prototype, "leaveDelay", {
|
|
871
|
-
get: function () { return this._leaveDelay; },
|
|
872
|
-
set: function (d) { this._leaveDelay = d; },
|
|
873
|
-
enumerable: false,
|
|
874
|
-
configurable: true
|
|
875
|
-
});
|
|
876
|
-
Object.defineProperty(ALuPopoverTrigger.prototype, "disabled", {
|
|
877
|
-
get: function () { return this._disabled; },
|
|
878
|
-
set: function (d) { this._disabled = d; },
|
|
879
|
-
enumerable: false,
|
|
880
|
-
configurable: true
|
|
881
|
-
});
|
|
882
|
-
ALuPopoverTrigger.prototype.onClick = function () {
|
|
883
|
-
if (this.triggerEvent === 'click') {
|
|
884
|
-
this.togglePopover();
|
|
885
|
-
}
|
|
886
|
-
};
|
|
887
|
-
ALuPopoverTrigger.prototype.onMouseEnter = function () {
|
|
888
|
-
if (this.triggerEvent === 'hover' || this.triggerEvent === 'focus') {
|
|
889
|
-
this._hovered$.next(true);
|
|
890
|
-
}
|
|
891
|
-
};
|
|
892
|
-
ALuPopoverTrigger.prototype.onMouseLeave = function () {
|
|
893
|
-
if (this.triggerEvent === 'hover' || this.triggerEvent === 'focus') {
|
|
894
|
-
this._hovered$.next(false);
|
|
895
|
-
}
|
|
896
|
-
};
|
|
897
|
-
ALuPopoverTrigger.prototype.onFocus = function () {
|
|
898
|
-
if (this.triggerEvent === 'hover' || this.triggerEvent === 'focus') {
|
|
899
|
-
this.openPopover();
|
|
900
|
-
}
|
|
901
|
-
};
|
|
902
|
-
ALuPopoverTrigger.prototype.onBlur = function () {
|
|
903
|
-
if (this.triggerEvent === 'hover' || this.triggerEvent === 'focus') {
|
|
904
|
-
this.closePopover();
|
|
905
|
-
}
|
|
906
|
-
};
|
|
907
|
-
/** Toggles the popover between the open and closed states. */
|
|
908
|
-
ALuPopoverTrigger.prototype.togglePopover = function () {
|
|
909
|
-
return this._popoverOpen ? this.closePopover() : this.openPopover();
|
|
910
|
-
};
|
|
911
|
-
/** Opens the popover. */
|
|
912
|
-
ALuPopoverTrigger.prototype.openPopover = function () {
|
|
913
|
-
if (!this._popoverOpen && !this._disabled) {
|
|
914
|
-
this._createOverlay();
|
|
915
|
-
this._overlayRef.attach(this._portal);
|
|
916
|
-
/** Only subscribe to backdrop if trigger event is click */
|
|
917
|
-
if (this.triggerEvent === 'click') {
|
|
918
|
-
this._subscribeToBackdrop();
|
|
919
|
-
}
|
|
920
|
-
/** Only subscribe to mouse enter/leave of the panel if trigger = hover */
|
|
921
|
-
this._initPopover();
|
|
922
|
-
this._emitOpen();
|
|
923
|
-
}
|
|
924
|
-
};
|
|
925
|
-
/** Closes the popover. */
|
|
926
|
-
ALuPopoverTrigger.prototype.closePopover = function () {
|
|
927
|
-
if (this._overlayRef && this._overlayRef.hasAttached()) {
|
|
928
|
-
this._overlayRef.detach();
|
|
929
|
-
/** unsubscribe to backdrop click if it was defined */
|
|
930
|
-
if (!!this._backdropSubscription) {
|
|
931
|
-
// if (this.popover.triggerEvent === 'click') {
|
|
932
|
-
this._backdropSubscription.unsubscribe();
|
|
933
|
-
}
|
|
934
|
-
this._resetPopover();
|
|
935
|
-
this._emitClose();
|
|
936
|
-
}
|
|
937
|
-
};
|
|
938
|
-
/** Removes the popover from the DOM. */
|
|
939
|
-
ALuPopoverTrigger.prototype.destroyPopover = function () {
|
|
940
|
-
if (this._overlayRef) {
|
|
941
|
-
this._overlayRef.dispose();
|
|
942
|
-
this._overlayRef = null;
|
|
943
|
-
this._cleanUpSubscriptions();
|
|
944
|
-
}
|
|
945
|
-
};
|
|
946
|
-
/** Focuses the popover trigger. */
|
|
947
|
-
ALuPopoverTrigger.prototype.focus = function () {
|
|
948
|
-
this._elementRef.nativeElement.focus();
|
|
949
|
-
};
|
|
950
|
-
ALuPopoverTrigger.prototype._handleMousedown = function (event) {
|
|
951
|
-
if (!a11y.isFakeMousedownFromScreenReader(event)) {
|
|
952
|
-
this._openedByMouse = true;
|
|
953
|
-
}
|
|
954
|
-
};
|
|
955
|
-
Object.defineProperty(ALuPopoverTrigger.prototype, "dir", {
|
|
956
|
-
/** The text direction of the containing app. */
|
|
957
|
-
get: function () {
|
|
958
|
-
// return this._dir && this._dir.value === 'rtl' ? 'rtl' : 'ltr';
|
|
959
|
-
return 'ltr';
|
|
960
|
-
},
|
|
961
|
-
enumerable: false,
|
|
962
|
-
configurable: true
|
|
963
|
-
});
|
|
964
|
-
Object.defineProperty(ALuPopoverTrigger.prototype, "isVerticallyPositionned", {
|
|
965
|
-
/** Return if the popover main positionning is vertical */
|
|
966
|
-
get: function () {
|
|
967
|
-
var position = this.target.position;
|
|
968
|
-
return (position === 'below' || position === 'above');
|
|
969
|
-
},
|
|
970
|
-
enumerable: false,
|
|
971
|
-
configurable: true
|
|
972
|
-
});
|
|
973
|
-
/**
|
|
974
|
-
* This method ensures that the popover
|
|
975
|
-
*/
|
|
976
|
-
ALuPopoverTrigger.prototype._subscribeToPanelEvents = function () {
|
|
977
|
-
var _this = this;
|
|
978
|
-
if (this._overlayRef) {
|
|
979
|
-
this._panelEventsSubscriptions = new rxjs.Subscription();
|
|
980
|
-
if (this.triggerEvent === 'hover' || this.triggerEvent === 'focus') {
|
|
981
|
-
this._panelEventsSubscriptions.add(this.panel.hovered
|
|
982
|
-
.subscribe(function (hovered) {
|
|
983
|
-
_this._hovered$.next(hovered);
|
|
984
|
-
}));
|
|
985
|
-
}
|
|
986
|
-
this._panelEventsSubscriptions.add(this.panel.close
|
|
987
|
-
.subscribe(function () {
|
|
988
|
-
_this.closePopover();
|
|
989
|
-
}));
|
|
990
|
-
this._panelEventsSubscriptions.add(this.panel.open
|
|
991
|
-
.subscribe(function () {
|
|
992
|
-
_this.openPopover();
|
|
993
|
-
}));
|
|
994
|
-
}
|
|
995
|
-
};
|
|
996
|
-
/**
|
|
997
|
-
* This method ensures that the popover closes when the overlay backdrop is clicked.
|
|
998
|
-
* We do not use first() here because doing so would not catch clicks from within
|
|
999
|
-
* the popover, and it would fail to unsubscribe properly. Instead, we unsubscribe
|
|
1000
|
-
* explicitly when the popover is closed or destroyed.
|
|
1001
|
-
*/
|
|
1002
|
-
ALuPopoverTrigger.prototype._subscribeToBackdrop = function () {
|
|
1003
|
-
var _this = this;
|
|
1004
|
-
if (this._overlayRef) {
|
|
1005
|
-
this._backdropSubscription = this._overlayRef
|
|
1006
|
-
.backdropClick()
|
|
1007
|
-
.subscribe(function () {
|
|
1008
|
-
_this.closePopover();
|
|
1009
|
-
});
|
|
1010
|
-
}
|
|
1011
|
-
};
|
|
1012
|
-
/**
|
|
1013
|
-
* This method sets the popover state to open and focuses the first item if
|
|
1014
|
-
* the popover was opened via the keyboard.
|
|
1015
|
-
*/
|
|
1016
|
-
ALuPopoverTrigger.prototype._initPopover = function () {
|
|
1017
|
-
this._setIsPopoverOpen(true);
|
|
1018
|
-
this.panel.panelId = this._panelId;
|
|
1019
|
-
this.panel.triggerId = this._triggerId;
|
|
1020
|
-
this.panel.keydownEvents$ = this._overlayRef.keydownEvents();
|
|
1021
|
-
this._subscribeToPanelEvents();
|
|
1022
|
-
};
|
|
1023
|
-
/**
|
|
1024
|
-
* This method resets the popover when it's closed, most importantly restoring
|
|
1025
|
-
* focus to the popover trigger if the popover was opened via the keyboard.
|
|
1026
|
-
*/
|
|
1027
|
-
ALuPopoverTrigger.prototype._resetPopover = function () {
|
|
1028
|
-
this._setIsPopoverOpen(false);
|
|
1029
|
-
// Focus only needs to be reset to the host element if the popover was opened
|
|
1030
|
-
// by the keyboard and manually shifted to the first popover item.
|
|
1031
|
-
if (!this._openedByMouse && this.triggerEvent === 'click') {
|
|
1032
|
-
this.focus();
|
|
1033
|
-
}
|
|
1034
|
-
this._openedByMouse = false;
|
|
1035
|
-
};
|
|
1036
|
-
/** set state rather than toggle to support triggers sharing a popover */
|
|
1037
|
-
ALuPopoverTrigger.prototype._setIsPopoverOpen = function (isOpen) {
|
|
1038
|
-
this._popoverOpen = isOpen;
|
|
1039
|
-
// tell the panel it's opening/closing
|
|
1040
|
-
isOpen ? this.panel.onOpen() : this.panel.onClose();
|
|
1041
|
-
};
|
|
1042
|
-
/**
|
|
1043
|
-
* This method checks that a valid instance of MdPopover has been passed into
|
|
1044
|
-
* mdPopoverTriggerFor. If not, an exception is thrown.
|
|
1045
|
-
*/
|
|
1046
|
-
ALuPopoverTrigger.prototype._checkPanel = function () {
|
|
1047
|
-
if (!this.panel) {
|
|
1048
|
-
throwLuPopoverMissingPanelError();
|
|
1049
|
-
}
|
|
1050
|
-
};
|
|
1051
|
-
ALuPopoverTrigger.prototype._checkTarget = function () {
|
|
1052
|
-
if (!this.target) {
|
|
1053
|
-
throwLuPopoverMissingTargetError();
|
|
1054
|
-
}
|
|
1055
|
-
};
|
|
1056
|
-
/**
|
|
1057
|
-
* This method creates the overlay from the provided popover's template and saves its
|
|
1058
|
-
* OverlayRef so that it can be attached to the DOM when openPopover is called.
|
|
1059
|
-
*/
|
|
1060
|
-
ALuPopoverTrigger.prototype._createOverlay = function () {
|
|
1061
|
-
if (!this._overlayRef) {
|
|
1062
|
-
this._portal = new portal.TemplatePortal(this.panel.templateRef, this._viewContainerRef);
|
|
1063
|
-
var config = this._getOverlayConfig();
|
|
1064
|
-
this._subscribeToPositions(config.positionStrategy);
|
|
1065
|
-
this._overlayRef = this._overlay.create(config);
|
|
1066
|
-
}
|
|
1067
|
-
return this._overlayRef;
|
|
1068
|
-
};
|
|
1069
|
-
/**
|
|
1070
|
-
* This method builds the configuration object needed to create the overlay, the OverlayConfig.
|
|
1071
|
-
* @returns OverlayConfig
|
|
1072
|
-
*/
|
|
1073
|
-
ALuPopoverTrigger.prototype._getOverlayConfig = function () {
|
|
1074
|
-
var overlayState = new overlay.OverlayConfig();
|
|
1075
|
-
overlayState.positionStrategy = this._getPosition().withDirection(this.dir);
|
|
1076
|
-
/** Display overlay backdrop if trigger event is click */
|
|
1077
|
-
if (this.triggerEvent === 'click') {
|
|
1078
|
-
overlayState.hasBackdrop = true;
|
|
1079
|
-
overlayState.backdropClass = 'cdk-overlay-transparent-backdrop';
|
|
1080
|
-
}
|
|
1081
|
-
overlayState.direction = this.dir;
|
|
1082
|
-
var scrollStrategy = this.panel.scrollStrategy;
|
|
1083
|
-
switch (scrollStrategy) {
|
|
1084
|
-
case 'block':
|
|
1085
|
-
overlayState.scrollStrategy = this._overlay.scrollStrategies.block();
|
|
1086
|
-
break;
|
|
1087
|
-
case 'close':
|
|
1088
|
-
overlayState.scrollStrategy = this._overlay.scrollStrategies.close();
|
|
1089
|
-
break;
|
|
1090
|
-
default:
|
|
1091
|
-
overlayState.scrollStrategy = this._overlay.scrollStrategies.reposition();
|
|
1092
|
-
break;
|
|
1093
|
-
}
|
|
1094
|
-
return overlayState;
|
|
1095
|
-
};
|
|
1096
|
-
/**
|
|
1097
|
-
* Listens to changes in the position of the overlay and sets the correct classes
|
|
1098
|
-
* on the popover based on the new position. This ensures the animation origin is always
|
|
1099
|
-
* correct, even if a fallback position is used for the overlay.
|
|
1100
|
-
*/
|
|
1101
|
-
ALuPopoverTrigger.prototype._subscribeToPositions = function (position) {
|
|
1102
|
-
var _this = this;
|
|
1103
|
-
this._positionSubscription = position.onPositionChange.pipe(operators.map(function (c) { return c.connectionPair; }), operators.distinctUntilChanged())
|
|
1104
|
-
.subscribe(function (connectionPair) {
|
|
1105
|
-
_this.panel.setPositionClasses(connectionPair.overlayX, connectionPair.overlayY);
|
|
1106
|
-
});
|
|
1107
|
-
};
|
|
1108
|
-
/**
|
|
1109
|
-
* This method builds the position strategy for the overlay, so the popover is properly connected
|
|
1110
|
-
* to the trigger.
|
|
1111
|
-
* @returns ConnectedPositionStrategy
|
|
1112
|
-
*/
|
|
1113
|
-
ALuPopoverTrigger.prototype._getPosition = function () {
|
|
1114
|
-
var connectionPosition = {
|
|
1115
|
-
originX: 'start',
|
|
1116
|
-
originY: 'top',
|
|
1117
|
-
};
|
|
1118
|
-
// Position
|
|
1119
|
-
var position = this.target.position;
|
|
1120
|
-
var overlap = this.target.overlap;
|
|
1121
|
-
if (position === 'above') {
|
|
1122
|
-
connectionPosition.originY = overlap ? 'bottom' : 'top';
|
|
1123
|
-
}
|
|
1124
|
-
else if (position === 'below') {
|
|
1125
|
-
connectionPosition.originY = overlap ? 'top' : 'bottom';
|
|
1126
|
-
}
|
|
1127
|
-
else if (position === 'before') {
|
|
1128
|
-
connectionPosition.originX = overlap ? 'end' : 'start';
|
|
1129
|
-
}
|
|
1130
|
-
else if (position === 'after') {
|
|
1131
|
-
connectionPosition.originX = overlap ? 'start' : 'end';
|
|
1132
|
-
}
|
|
1133
|
-
// Alignment
|
|
1134
|
-
var alignment = this.target.alignment;
|
|
1135
|
-
if (this.isVerticallyPositionned) {
|
|
1136
|
-
if (alignment === 'left') {
|
|
1137
|
-
connectionPosition.originX = 'start';
|
|
1138
|
-
}
|
|
1139
|
-
else if (alignment === 'right') {
|
|
1140
|
-
connectionPosition.originX = 'end';
|
|
1141
|
-
}
|
|
1142
|
-
else {
|
|
1143
|
-
connectionPosition.originX = 'center';
|
|
1144
|
-
}
|
|
1145
|
-
}
|
|
1146
|
-
else {
|
|
1147
|
-
if (alignment === 'top') {
|
|
1148
|
-
connectionPosition.originY = 'top';
|
|
1149
|
-
}
|
|
1150
|
-
else if (alignment === 'bottom') {
|
|
1151
|
-
connectionPosition.originY = 'bottom';
|
|
1152
|
-
}
|
|
1153
|
-
else {
|
|
1154
|
-
connectionPosition.originY = 'center';
|
|
1155
|
-
}
|
|
1156
|
-
}
|
|
1157
|
-
var overlayPosition = {
|
|
1158
|
-
overlayX: 'start',
|
|
1159
|
-
overlayY: 'top',
|
|
1160
|
-
};
|
|
1161
|
-
if (overlap) {
|
|
1162
|
-
overlayPosition.overlayX = connectionPosition.originX;
|
|
1163
|
-
overlayPosition.overlayY = connectionPosition.originY;
|
|
1164
|
-
}
|
|
1165
|
-
else if (this.isVerticallyPositionned) {
|
|
1166
|
-
overlayPosition.overlayX = connectionPosition.originX;
|
|
1167
|
-
overlayPosition.overlayY =
|
|
1168
|
-
position === 'above' ? 'bottom' : 'top';
|
|
1169
|
-
}
|
|
1170
|
-
else {
|
|
1171
|
-
overlayPosition.overlayX =
|
|
1172
|
-
position === 'before' ? 'end' : 'start';
|
|
1173
|
-
overlayPosition.overlayY = connectionPosition.originY;
|
|
1174
|
-
}
|
|
1175
|
-
var offsetX = this.target.offsetX;
|
|
1176
|
-
var offsetY = this.target.offsetY;
|
|
1177
|
-
/**
|
|
1178
|
-
* For overriding position element, when LuPopoverTargetAt has a valid element reference.
|
|
1179
|
-
* Useful for sticking popover to parent element and offsetting arrow to trigger element.
|
|
1180
|
-
* If undefined defaults to the trigger element reference.
|
|
1181
|
-
*/
|
|
1182
|
-
var element = this.target.elementRef;
|
|
1183
|
-
// if (typeof this.targetElement !== 'undefined' && this.popover) {
|
|
1184
|
-
// this.popover.containerPositioning = true;
|
|
1185
|
-
// element = this.targetElement._elementRef;
|
|
1186
|
-
// }
|
|
1187
|
-
/**
|
|
1188
|
-
* TODO: Updates when withFallbackPosition takes individual offsets
|
|
1189
|
-
*/
|
|
1190
|
-
return this._overlay
|
|
1191
|
-
.position()
|
|
1192
|
-
.connectedTo(element, connectionPosition, overlayPosition)
|
|
1193
|
-
.withFallbackPosition({
|
|
1194
|
-
originX: connectionPosition.originX,
|
|
1195
|
-
originY: this._invertVerticalPos(connectionPosition.originY),
|
|
1196
|
-
}, {
|
|
1197
|
-
overlayX: overlayPosition.overlayX,
|
|
1198
|
-
overlayY: this._invertVerticalPos(overlayPosition.overlayY),
|
|
1199
|
-
})
|
|
1200
|
-
.withFallbackPosition({
|
|
1201
|
-
originX: this._invertHorizontalPos(connectionPosition.originX),
|
|
1202
|
-
originY: connectionPosition.originY,
|
|
1203
|
-
}, {
|
|
1204
|
-
overlayX: this._invertHorizontalPos(overlayPosition.overlayX),
|
|
1205
|
-
overlayY: overlayPosition.overlayY,
|
|
1206
|
-
})
|
|
1207
|
-
.withFallbackPosition({
|
|
1208
|
-
originX: this._invertHorizontalPos(connectionPosition.originX),
|
|
1209
|
-
originY: this._invertVerticalPos(connectionPosition.originY),
|
|
1210
|
-
}, {
|
|
1211
|
-
overlayX: this._invertHorizontalPos(overlayPosition.overlayX),
|
|
1212
|
-
overlayY: this._invertVerticalPos(overlayPosition.overlayY),
|
|
1213
|
-
})
|
|
1214
|
-
.withOffsetX(offsetX)
|
|
1215
|
-
.withOffsetY(offsetY);
|
|
1216
|
-
};
|
|
1217
|
-
ALuPopoverTrigger.prototype._invertVerticalPos = function (y) {
|
|
1218
|
-
if (y === 'top') {
|
|
1219
|
-
y = 'bottom';
|
|
1220
|
-
}
|
|
1221
|
-
else if (y === 'bottom') {
|
|
1222
|
-
y = 'top';
|
|
1223
|
-
}
|
|
1224
|
-
return y;
|
|
1225
|
-
};
|
|
1226
|
-
ALuPopoverTrigger.prototype._invertHorizontalPos = function (x) {
|
|
1227
|
-
if (x === 'end') {
|
|
1228
|
-
x = 'start';
|
|
1229
|
-
}
|
|
1230
|
-
else if (x === 'start') {
|
|
1231
|
-
x = 'end';
|
|
1232
|
-
}
|
|
1233
|
-
return x;
|
|
1234
|
-
};
|
|
1235
|
-
ALuPopoverTrigger.prototype._cleanUpSubscriptions = function () {
|
|
1236
|
-
if (this._backdropSubscription) {
|
|
1237
|
-
this._backdropSubscription.unsubscribe();
|
|
1238
|
-
}
|
|
1239
|
-
if (this._positionSubscription) {
|
|
1240
|
-
this._positionSubscription.unsubscribe();
|
|
1241
|
-
}
|
|
1242
|
-
if (this._hoveredSubscription) {
|
|
1243
|
-
this._hoveredSubscription.unsubscribe();
|
|
1244
|
-
}
|
|
1245
|
-
if (this._panelEventsSubscriptions) {
|
|
1246
|
-
this._panelEventsSubscriptions.unsubscribe();
|
|
1247
|
-
}
|
|
1248
|
-
};
|
|
1249
|
-
return ALuPopoverTrigger;
|
|
1250
|
-
}());
|
|
1251
|
-
|
|
1252
|
-
/**
|
|
1253
|
-
* This directive is intended to be used in conjunction with an lu-popover tag. It is
|
|
1254
|
-
* responsible for toggling the display of the provided popover instance.
|
|
1255
|
-
*/
|
|
1256
|
-
var LuPopoverTriggerDirective = /** @class */ (function (_super) {
|
|
1257
|
-
__extends(LuPopoverTriggerDirective, _super);
|
|
1258
|
-
function LuPopoverTriggerDirective(_overlay, _elementRef, _viewContainerRef) {
|
|
1259
|
-
var _this = _super.call(this, _overlay, _elementRef, _viewContainerRef) || this;
|
|
1260
|
-
_this._overlay = _overlay;
|
|
1261
|
-
_this._elementRef = _elementRef;
|
|
1262
|
-
_this._viewContainerRef = _viewContainerRef;
|
|
1263
|
-
/** Event emitted when the associated popover is opened. */
|
|
1264
|
-
_this.onOpen = new core.EventEmitter();
|
|
1265
|
-
/** Event emitted when the associated popover is closed. */
|
|
1266
|
-
_this.onClose = new core.EventEmitter();
|
|
1267
|
-
_this.target = new LuPopoverTarget();
|
|
1268
|
-
_this.target.elementRef = _this._elementRef;
|
|
1269
|
-
_this._triggerId = _this._elementRef.nativeElement.getAttribute('id') || _this._triggerId;
|
|
1270
|
-
return _this;
|
|
1271
|
-
}
|
|
1272
|
-
Object.defineProperty(LuPopoverTriggerDirective.prototype, "inputPanel", {
|
|
1273
|
-
/** References the popover instance that the trigger is associated with. */
|
|
1274
|
-
set: function (p) { this.panel = p; },
|
|
1275
|
-
enumerable: false,
|
|
1276
|
-
configurable: true
|
|
1277
|
-
});
|
|
1278
|
-
Object.defineProperty(LuPopoverTriggerDirective.prototype, "inputTarget", {
|
|
1279
|
-
/** References the popover target instance that the trigger is associated with. */
|
|
1280
|
-
set: function (t) { this.target = t; },
|
|
1281
|
-
enumerable: false,
|
|
1282
|
-
configurable: true
|
|
1283
|
-
});
|
|
1284
|
-
Object.defineProperty(LuPopoverTriggerDirective.prototype, "inputTriggerEvent", {
|
|
1285
|
-
/** References the popover target instance that the trigger is associated with. */
|
|
1286
|
-
set: function (te) { this.triggerEvent = te; },
|
|
1287
|
-
enumerable: false,
|
|
1288
|
-
configurable: true
|
|
1289
|
-
});
|
|
1290
|
-
Object.defineProperty(LuPopoverTriggerDirective.prototype, "inputPosition", {
|
|
1291
|
-
/** how you want to position the panel relative to the target, allowed values: above, below, before, after */
|
|
1292
|
-
set: function (pos) { this.target.position = pos; },
|
|
1293
|
-
enumerable: false,
|
|
1294
|
-
configurable: true
|
|
1295
|
-
});
|
|
1296
|
-
Object.defineProperty(LuPopoverTriggerDirective.prototype, "inputAlignment", {
|
|
1297
|
-
/** how the panel will be align with the target, allowed values: top, bottom, left, right */
|
|
1298
|
-
set: function (al) { this.target.alignment = al; },
|
|
1299
|
-
enumerable: false,
|
|
1300
|
-
configurable: true
|
|
1301
|
-
});
|
|
1302
|
-
Object.defineProperty(LuPopoverTriggerDirective.prototype, "inputEnterDelay", {
|
|
1303
|
-
/** when trigger = hover, delay before the popover panel appears */
|
|
1304
|
-
set: function (d) { this.enterDelay = d; },
|
|
1305
|
-
enumerable: false,
|
|
1306
|
-
configurable: true
|
|
1307
|
-
});
|
|
1308
|
-
Object.defineProperty(LuPopoverTriggerDirective.prototype, "inputLeaveDelay", {
|
|
1309
|
-
/** when trigger = hover, delay before the popover panel disappears */
|
|
1310
|
-
set: function (d) { this.leaveDelay = d; },
|
|
1311
|
-
enumerable: false,
|
|
1312
|
-
configurable: true
|
|
1313
|
-
});
|
|
1314
|
-
Object.defineProperty(LuPopoverTriggerDirective.prototype, "inputDisabled", {
|
|
1315
|
-
/** disable popover apparition */
|
|
1316
|
-
set: function (d) { this.disabled = d; },
|
|
1317
|
-
enumerable: false,
|
|
1318
|
-
configurable: true
|
|
1319
|
-
});
|
|
1320
|
-
Object.defineProperty(LuPopoverTriggerDirective.prototype, "inputOverlap", {
|
|
1321
|
-
/** set to true if you want the panel to appear on top of the target */
|
|
1322
|
-
set: function (ov) { this.target.overlap = ov; },
|
|
1323
|
-
enumerable: false,
|
|
1324
|
-
configurable: true
|
|
1325
|
-
});
|
|
1326
|
-
Object.defineProperty(LuPopoverTriggerDirective.prototype, "inputOffsetX", {
|
|
1327
|
-
set: function (ox) { this.target.offsetX = ox; },
|
|
1328
|
-
enumerable: false,
|
|
1329
|
-
configurable: true
|
|
1330
|
-
});
|
|
1331
|
-
Object.defineProperty(LuPopoverTriggerDirective.prototype, "inputOffsetY", {
|
|
1332
|
-
set: function (oy) { this.target.offsetY = oy; },
|
|
1333
|
-
enumerable: false,
|
|
1334
|
-
configurable: true
|
|
1335
|
-
});
|
|
1336
|
-
Object.defineProperty(LuPopoverTriggerDirective.prototype, "_attrAriaExpanded", {
|
|
1337
|
-
/** accessibility attribute - dont override */
|
|
1338
|
-
get: function () { return this._popoverOpen; },
|
|
1339
|
-
enumerable: false,
|
|
1340
|
-
configurable: true
|
|
1341
|
-
});
|
|
1342
|
-
Object.defineProperty(LuPopoverTriggerDirective.prototype, "_attrId", {
|
|
1343
|
-
/** accessibility attribute - dont override */
|
|
1344
|
-
get: function () { return this._triggerId; },
|
|
1345
|
-
enumerable: false,
|
|
1346
|
-
configurable: true
|
|
1347
|
-
});
|
|
1348
|
-
Object.defineProperty(LuPopoverTriggerDirective.prototype, "_attrAriaControls", {
|
|
1349
|
-
/** accessibility attribute - dont override */
|
|
1350
|
-
get: function () { return this._panelId; },
|
|
1351
|
-
enumerable: false,
|
|
1352
|
-
configurable: true
|
|
1353
|
-
});
|
|
1354
|
-
LuPopoverTriggerDirective.prototype.onClick = function () {
|
|
1355
|
-
_super.prototype.onClick.call(this);
|
|
1356
|
-
};
|
|
1357
|
-
LuPopoverTriggerDirective.prototype.onMouseEnter = function () {
|
|
1358
|
-
_super.prototype.onMouseEnter.call(this);
|
|
1359
|
-
};
|
|
1360
|
-
LuPopoverTriggerDirective.prototype.onMouseLeave = function () {
|
|
1361
|
-
_super.prototype.onMouseLeave.call(this);
|
|
1362
|
-
};
|
|
1363
|
-
LuPopoverTriggerDirective.prototype.onFocus = function () {
|
|
1364
|
-
_super.prototype.onFocus.call(this);
|
|
1365
|
-
};
|
|
1366
|
-
LuPopoverTriggerDirective.prototype.onBlur = function () {
|
|
1367
|
-
_super.prototype.onBlur.call(this);
|
|
1368
|
-
};
|
|
1369
|
-
LuPopoverTriggerDirective.prototype.ngAfterViewInit = function () {
|
|
1370
|
-
this._checkPanel();
|
|
1371
|
-
this._checkTarget();
|
|
1372
|
-
};
|
|
1373
|
-
LuPopoverTriggerDirective.prototype.ngOnDestroy = function () {
|
|
1374
|
-
this._cleanUpSubscriptions();
|
|
1375
|
-
if (this._popoverOpen) {
|
|
1376
|
-
this.closePopover();
|
|
1377
|
-
}
|
|
1378
|
-
this.destroyPopover();
|
|
1379
|
-
};
|
|
1380
|
-
LuPopoverTriggerDirective.prototype._emitOpen = function () {
|
|
1381
|
-
this.onOpen.emit();
|
|
1382
|
-
};
|
|
1383
|
-
LuPopoverTriggerDirective.prototype._emitClose = function () {
|
|
1384
|
-
this.onClose.emit();
|
|
1385
|
-
};
|
|
1386
|
-
return LuPopoverTriggerDirective;
|
|
1387
|
-
}(ALuPopoverTrigger));
|
|
1388
|
-
LuPopoverTriggerDirective.decorators = [
|
|
1389
|
-
{ type: core.Directive, args: [{
|
|
1390
|
-
selector: '[luPopover]',
|
|
1391
|
-
exportAs: 'LuPopoverTrigger',
|
|
1392
|
-
},] }
|
|
1393
|
-
];
|
|
1394
|
-
LuPopoverTriggerDirective.ctorParameters = function () { return [
|
|
1395
|
-
{ type: overlay.Overlay },
|
|
1396
|
-
{ type: core.ElementRef },
|
|
1397
|
-
{ type: core.ViewContainerRef }
|
|
1398
|
-
]; };
|
|
1399
|
-
LuPopoverTriggerDirective.propDecorators = {
|
|
1400
|
-
inputPanel: [{ type: core.Input, args: ['luPopover',] }],
|
|
1401
|
-
inputTarget: [{ type: core.Input, args: ['luPopoverTarget',] }],
|
|
1402
|
-
inputTriggerEvent: [{ type: core.Input, args: ['luPopoverTrigger',] }],
|
|
1403
|
-
onOpen: [{ type: core.Output, args: ['luPopoverOnOpen',] }],
|
|
1404
|
-
onClose: [{ type: core.Output, args: ['luPopoverOnClose',] }],
|
|
1405
|
-
inputPosition: [{ type: core.Input, args: ['luPopoverPosition',] }],
|
|
1406
|
-
inputAlignment: [{ type: core.Input, args: ['luPopoverAlignment',] }],
|
|
1407
|
-
inputEnterDelay: [{ type: core.Input, args: ['luPopoverEnterDelay',] }],
|
|
1408
|
-
inputLeaveDelay: [{ type: core.Input, args: ['luPopoverLeaveDelay',] }],
|
|
1409
|
-
inputDisabled: [{ type: core.Input, args: ['luPopoverDisabled',] }],
|
|
1410
|
-
inputOverlap: [{ type: core.Input, args: ['luPopoverOverlap',] }],
|
|
1411
|
-
inputOffsetX: [{ type: core.Input, args: ['luPopoverOffsetX',] }],
|
|
1412
|
-
inputOffsetY: [{ type: core.Input, args: ['luPopoverOffsetY',] }],
|
|
1413
|
-
_attrAriaExpanded: [{ type: core.HostBinding, args: ['attr.aria-expanded',] }],
|
|
1414
|
-
_attrId: [{ type: core.HostBinding, args: ['attr.id',] }],
|
|
1415
|
-
_attrAriaControls: [{ type: core.HostBinding, args: ['attr.aria-controls',] }],
|
|
1416
|
-
onClick: [{ type: core.HostListener, args: ['click',] }],
|
|
1417
|
-
onMouseEnter: [{ type: core.HostListener, args: ['mouseenter',] }],
|
|
1418
|
-
onMouseLeave: [{ type: core.HostListener, args: ['mouseleave',] }],
|
|
1419
|
-
onFocus: [{ type: core.HostListener, args: ['focus',] }],
|
|
1420
|
-
onBlur: [{ type: core.HostListener, args: ['blur',] }]
|
|
1421
|
-
};
|
|
1422
|
-
|
|
1423
|
-
var LuPopoverTriggerModule = /** @class */ (function () {
|
|
1424
|
-
function LuPopoverTriggerModule() {
|
|
1425
|
-
}
|
|
1426
|
-
return LuPopoverTriggerModule;
|
|
1427
|
-
}());
|
|
1428
|
-
LuPopoverTriggerModule.decorators = [
|
|
1429
|
-
{ type: core.NgModule, args: [{
|
|
1430
|
-
imports: [
|
|
1431
|
-
common.CommonModule,
|
|
1432
|
-
overlay.OverlayModule,
|
|
1433
|
-
LuPopoverPanelModule,
|
|
1434
|
-
LuPopoverTargetModule,
|
|
1435
|
-
],
|
|
1436
|
-
declarations: [
|
|
1437
|
-
LuPopoverTriggerDirective,
|
|
1438
|
-
],
|
|
1439
|
-
exports: [
|
|
1440
|
-
LuPopoverTriggerDirective,
|
|
1441
|
-
],
|
|
1442
|
-
},] }
|
|
1443
|
-
];
|
|
1444
|
-
|
|
1445
|
-
var LuPopoverModule = /** @class */ (function () {
|
|
1446
|
-
function LuPopoverModule() {
|
|
1447
|
-
}
|
|
1448
|
-
return LuPopoverModule;
|
|
1449
|
-
}());
|
|
1450
|
-
LuPopoverModule.decorators = [
|
|
1451
|
-
{ type: core.NgModule, args: [{
|
|
1452
|
-
imports: [
|
|
1453
|
-
LuPopoverPanelModule,
|
|
1454
|
-
LuPopoverTargetModule,
|
|
1455
|
-
LuPopoverTriggerModule,
|
|
1456
|
-
],
|
|
1457
|
-
exports: [
|
|
1458
|
-
LuPopoverPanelModule,
|
|
1459
|
-
LuPopoverTargetModule,
|
|
1460
|
-
LuPopoverTriggerModule,
|
|
1461
|
-
],
|
|
1462
|
-
},] }
|
|
1463
|
-
];
|
|
1464
|
-
|
|
1465
|
-
/*
|
|
1466
|
-
* Public API Surface of safe-content
|
|
1467
|
-
*/
|
|
1468
|
-
|
|
1469
|
-
/**
|
|
1470
|
-
* Generated bundle index. Do not edit.
|
|
1471
|
-
*/
|
|
1472
|
-
|
|
1473
|
-
exports.ALuPopoverPanel = ALuPopoverPanel;
|
|
1474
|
-
exports.ALuPopoverTarget = ALuPopoverTarget;
|
|
1475
|
-
exports.ALuPopoverTrigger = ALuPopoverTrigger;
|
|
1476
|
-
exports.LuPopoverModule = LuPopoverModule;
|
|
1477
|
-
exports.LuPopoverPanelComponent = LuPopoverPanelComponent;
|
|
1478
|
-
exports.LuPopoverPanelModule = LuPopoverPanelModule;
|
|
1479
|
-
exports.LuPopoverTarget = LuPopoverTarget;
|
|
1480
|
-
exports.LuPopoverTargetDirective = LuPopoverTargetDirective;
|
|
1481
|
-
exports.LuPopoverTargetModule = LuPopoverTargetModule;
|
|
1482
|
-
exports.LuPopoverTriggerDirective = LuPopoverTriggerDirective;
|
|
1483
|
-
exports.LuPopoverTriggerModule = LuPopoverTriggerModule;
|
|
1484
|
-
exports.luTransformPopover = luTransformPopover;
|
|
1485
|
-
|
|
1486
|
-
Object.defineProperty(exports, '__esModule', { value: true });
|
|
1487
|
-
|
|
1488
|
-
})));
|
|
1489
|
-
//# sourceMappingURL=lucca-front-ng-popover.umd.js.map
|