@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 +0,0 @@
|
|
|
1
|
-
{"version":3,"file":"lucca-front-ng-popover.umd.js","sources":["../../../../packages/ng/popover/src/lib/animation/popover.animation.ts","../../../../node_modules/tslib/tslib.es6.js","../../../../packages/ng/popover/src/lib/panel/popover-panel.model.ts","../../../../packages/ng/popover/src/lib/panel/popover-panel.component.ts","../../../../packages/ng/popover/src/lib/panel/popover-panel.module.ts","../../../../packages/ng/popover/src/lib/target/popover-target.error.ts","../../../../packages/ng/popover/src/lib/target/popover-target.model.ts","../../../../packages/ng/popover/src/lib/target/popover-target.directive.ts","../../../../packages/ng/popover/src/lib/target/popover-target.module.ts","../../../../packages/ng/popover/src/lib/trigger/popover-trigger.error.ts","../../../../packages/ng/popover/src/lib/trigger/popover-trigger.model.ts","../../../../packages/ng/popover/src/lib/trigger/popover-trigger.directive.ts","../../../../packages/ng/popover/src/lib/trigger/popover-trigger.module.ts","../../../../packages/ng/popover/src/lib/popover.module.ts","../../../../packages/ng/popover/src/public-api.ts","../../../../packages/ng/popover/src/lucca-front-ng-popover.ts"],"sourcesContent":["import {\r\n\ttrigger,\r\n\tstate,\r\n\tstyle,\r\n\tanimate,\r\n\ttransition,\r\n\tAnimationTriggerMetadata,\r\n} from '@angular/animations';\r\n\r\nexport const luTransformPopover: AnimationTriggerMetadata = trigger(\r\n\t'transformPopover',\r\n\t[\r\n\t\tstate(\r\n\t\t\t'enter',\r\n\t\t\tstyle({\r\n\t\t\t\topacity: 1,\r\n\t\t\t\ttransform: `scale(1)`,\r\n\t\t\t}),\r\n\t\t),\r\n\t\ttransition('void => *', [\r\n\t\t\tstyle({\r\n\t\t\t\topacity: 0,\r\n\t\t\t\ttransform: `scale(0)`,\r\n\t\t\t}),\r\n\t\t\tanimate(`150ms cubic-bezier(0.25, 0.8, 0.25, 1)`),\r\n\t\t]),\r\n\t\ttransition('* => void', [\r\n\t\t\tanimate('50ms 100ms linear', style({ opacity: 0 })),\r\n\t\t]),\r\n\t],\r\n);\r\n","/*! *****************************************************************************\r\nCopyright (c) Microsoft Corporation.\r\n\r\nPermission to use, copy, modify, and/or distribute this software for any\r\npurpose with or without fee is hereby granted.\r\n\r\nTHE SOFTWARE IS PROVIDED \"AS IS\" AND THE AUTHOR DISCLAIMS ALL WARRANTIES WITH\r\nREGARD TO THIS SOFTWARE INCLUDING ALL IMPLIED WARRANTIES OF MERCHANTABILITY\r\nAND FITNESS. IN NO EVENT SHALL THE AUTHOR BE LIABLE FOR ANY SPECIAL, DIRECT,\r\nINDIRECT, OR CONSEQUENTIAL DAMAGES OR ANY DAMAGES WHATSOEVER RESULTING FROM\r\nLOSS OF USE, DATA OR PROFITS, WHETHER IN AN ACTION OF CONTRACT, NEGLIGENCE OR\r\nOTHER TORTIOUS ACTION, ARISING OUT OF OR IN CONNECTION WITH THE USE OR\r\nPERFORMANCE OF THIS SOFTWARE.\r\n***************************************************************************** */\r\n/* global Reflect, Promise */\r\n\r\nvar extendStatics = function(d, b) {\r\n extendStatics = Object.setPrototypeOf ||\r\n ({ __proto__: [] } instanceof Array && function (d, b) { d.__proto__ = b; }) ||\r\n function (d, b) { for (var p in b) if (Object.prototype.hasOwnProperty.call(b, p)) d[p] = b[p]; };\r\n return extendStatics(d, b);\r\n};\r\n\r\nexport function __extends(d, b) {\r\n if (typeof b !== \"function\" && b !== null)\r\n throw new TypeError(\"Class extends value \" + String(b) + \" is not a constructor or null\");\r\n extendStatics(d, b);\r\n function __() { this.constructor = d; }\r\n d.prototype = b === null ? Object.create(b) : (__.prototype = b.prototype, new __());\r\n}\r\n\r\nexport var __assign = function() {\r\n __assign = Object.assign || function __assign(t) {\r\n for (var s, i = 1, n = arguments.length; i < n; i++) {\r\n s = arguments[i];\r\n for (var p in s) if (Object.prototype.hasOwnProperty.call(s, p)) t[p] = s[p];\r\n }\r\n return t;\r\n }\r\n return __assign.apply(this, arguments);\r\n}\r\n\r\nexport function __rest(s, e) {\r\n var t = {};\r\n for (var p in s) if (Object.prototype.hasOwnProperty.call(s, p) && e.indexOf(p) < 0)\r\n t[p] = s[p];\r\n if (s != null && typeof Object.getOwnPropertySymbols === \"function\")\r\n for (var i = 0, p = Object.getOwnPropertySymbols(s); i < p.length; i++) {\r\n if (e.indexOf(p[i]) < 0 && Object.prototype.propertyIsEnumerable.call(s, p[i]))\r\n t[p[i]] = s[p[i]];\r\n }\r\n return t;\r\n}\r\n\r\nexport function __decorate(decorators, target, key, desc) {\r\n var c = arguments.length, r = c < 3 ? target : desc === null ? desc = Object.getOwnPropertyDescriptor(target, key) : desc, d;\r\n if (typeof Reflect === \"object\" && typeof Reflect.decorate === \"function\") r = Reflect.decorate(decorators, target, key, desc);\r\n else for (var i = decorators.length - 1; i >= 0; i--) if (d = decorators[i]) r = (c < 3 ? d(r) : c > 3 ? d(target, key, r) : d(target, key)) || r;\r\n return c > 3 && r && Object.defineProperty(target, key, r), r;\r\n}\r\n\r\nexport function __param(paramIndex, decorator) {\r\n return function (target, key) { decorator(target, key, paramIndex); }\r\n}\r\n\r\nexport function __metadata(metadataKey, metadataValue) {\r\n if (typeof Reflect === \"object\" && typeof Reflect.metadata === \"function\") return Reflect.metadata(metadataKey, metadataValue);\r\n}\r\n\r\nexport function __awaiter(thisArg, _arguments, P, generator) {\r\n function adopt(value) { return value instanceof P ? value : new P(function (resolve) { resolve(value); }); }\r\n return new (P || (P = Promise))(function (resolve, reject) {\r\n function fulfilled(value) { try { step(generator.next(value)); } catch (e) { reject(e); } }\r\n function rejected(value) { try { step(generator[\"throw\"](value)); } catch (e) { reject(e); } }\r\n function step(result) { result.done ? resolve(result.value) : adopt(result.value).then(fulfilled, rejected); }\r\n step((generator = generator.apply(thisArg, _arguments || [])).next());\r\n });\r\n}\r\n\r\nexport function __generator(thisArg, body) {\r\n var _ = { label: 0, sent: function() { if (t[0] & 1) throw t[1]; return t[1]; }, trys: [], ops: [] }, f, y, t, g;\r\n return g = { next: verb(0), \"throw\": verb(1), \"return\": verb(2) }, typeof Symbol === \"function\" && (g[Symbol.iterator] = function() { return this; }), g;\r\n function verb(n) { return function (v) { return step([n, v]); }; }\r\n function step(op) {\r\n if (f) throw new TypeError(\"Generator is already executing.\");\r\n while (_) try {\r\n 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) return t;\r\n if (y = 0, t) op = [op[0] & 2, t.value];\r\n switch (op[0]) {\r\n case 0: case 1: t = op; break;\r\n case 4: _.label++; return { value: op[1], done: false };\r\n case 5: _.label++; y = op[1]; op = [0]; continue;\r\n case 7: op = _.ops.pop(); _.trys.pop(); continue;\r\n default:\r\n if (!(t = _.trys, t = t.length > 0 && t[t.length - 1]) && (op[0] === 6 || op[0] === 2)) { _ = 0; continue; }\r\n if (op[0] === 3 && (!t || (op[1] > t[0] && op[1] < t[3]))) { _.label = op[1]; break; }\r\n if (op[0] === 6 && _.label < t[1]) { _.label = t[1]; t = op; break; }\r\n if (t && _.label < t[2]) { _.label = t[2]; _.ops.push(op); break; }\r\n if (t[2]) _.ops.pop();\r\n _.trys.pop(); continue;\r\n }\r\n op = body.call(thisArg, _);\r\n } catch (e) { op = [6, e]; y = 0; } finally { f = t = 0; }\r\n if (op[0] & 5) throw op[1]; return { value: op[0] ? op[1] : void 0, done: true };\r\n }\r\n}\r\n\r\nexport var __createBinding = Object.create ? (function(o, m, k, k2) {\r\n if (k2 === undefined) k2 = k;\r\n Object.defineProperty(o, k2, { enumerable: true, get: function() { return m[k]; } });\r\n}) : (function(o, m, k, k2) {\r\n if (k2 === undefined) k2 = k;\r\n o[k2] = m[k];\r\n});\r\n\r\nexport function __exportStar(m, o) {\r\n for (var p in m) if (p !== \"default\" && !Object.prototype.hasOwnProperty.call(o, p)) __createBinding(o, m, p);\r\n}\r\n\r\nexport function __values(o) {\r\n var s = typeof Symbol === \"function\" && Symbol.iterator, m = s && o[s], i = 0;\r\n if (m) return m.call(o);\r\n if (o && typeof o.length === \"number\") return {\r\n next: function () {\r\n if (o && i >= o.length) o = void 0;\r\n return { value: o && o[i++], done: !o };\r\n }\r\n };\r\n throw new TypeError(s ? \"Object is not iterable.\" : \"Symbol.iterator is not defined.\");\r\n}\r\n\r\nexport function __read(o, n) {\r\n var m = typeof Symbol === \"function\" && o[Symbol.iterator];\r\n if (!m) return o;\r\n var i = m.call(o), r, ar = [], e;\r\n try {\r\n while ((n === void 0 || n-- > 0) && !(r = i.next()).done) ar.push(r.value);\r\n }\r\n catch (error) { e = { error: error }; }\r\n finally {\r\n try {\r\n if (r && !r.done && (m = i[\"return\"])) m.call(i);\r\n }\r\n finally { if (e) throw e.error; }\r\n }\r\n return ar;\r\n}\r\n\r\n/** @deprecated */\r\nexport function __spread() {\r\n for (var ar = [], i = 0; i < arguments.length; i++)\r\n ar = ar.concat(__read(arguments[i]));\r\n return ar;\r\n}\r\n\r\n/** @deprecated */\r\nexport function __spreadArrays() {\r\n for (var s = 0, i = 0, il = arguments.length; i < il; i++) s += arguments[i].length;\r\n for (var r = Array(s), k = 0, i = 0; i < il; i++)\r\n for (var a = arguments[i], j = 0, jl = a.length; j < jl; j++, k++)\r\n r[k] = a[j];\r\n return r;\r\n}\r\n\r\nexport function __spreadArray(to, from, pack) {\r\n if (pack || arguments.length === 2) for (var i = 0, l = from.length, ar; i < l; i++) {\r\n if (ar || !(i in from)) {\r\n if (!ar) ar = Array.prototype.slice.call(from, 0, i);\r\n ar[i] = from[i];\r\n }\r\n }\r\n return to.concat(ar || from);\r\n}\r\n\r\nexport function __await(v) {\r\n return this instanceof __await ? (this.v = v, this) : new __await(v);\r\n}\r\n\r\nexport function __asyncGenerator(thisArg, _arguments, generator) {\r\n if (!Symbol.asyncIterator) throw new TypeError(\"Symbol.asyncIterator is not defined.\");\r\n var g = generator.apply(thisArg, _arguments || []), i, q = [];\r\n return i = {}, verb(\"next\"), verb(\"throw\"), verb(\"return\"), i[Symbol.asyncIterator] = function () { return this; }, i;\r\n function verb(n) { if (g[n]) i[n] = function (v) { return new Promise(function (a, b) { q.push([n, v, a, b]) > 1 || resume(n, v); }); }; }\r\n function resume(n, v) { try { step(g[n](v)); } catch (e) { settle(q[0][3], e); } }\r\n function step(r) { r.value instanceof __await ? Promise.resolve(r.value.v).then(fulfill, reject) : settle(q[0][2], r); }\r\n function fulfill(value) { resume(\"next\", value); }\r\n function reject(value) { resume(\"throw\", value); }\r\n function settle(f, v) { if (f(v), q.shift(), q.length) resume(q[0][0], q[0][1]); }\r\n}\r\n\r\nexport function __asyncDelegator(o) {\r\n var i, p;\r\n return i = {}, verb(\"next\"), verb(\"throw\", function (e) { throw e; }), verb(\"return\"), i[Symbol.iterator] = function () { return this; }, i;\r\n 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; }\r\n}\r\n\r\nexport function __asyncValues(o) {\r\n if (!Symbol.asyncIterator) throw new TypeError(\"Symbol.asyncIterator is not defined.\");\r\n var m = o[Symbol.asyncIterator], i;\r\n 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);\r\n 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); }); }; }\r\n function settle(resolve, reject, d, v) { Promise.resolve(v).then(function(v) { resolve({ value: v, done: d }); }, reject); }\r\n}\r\n\r\nexport function __makeTemplateObject(cooked, raw) {\r\n if (Object.defineProperty) { Object.defineProperty(cooked, \"raw\", { value: raw }); } else { cooked.raw = raw; }\r\n return cooked;\r\n};\r\n\r\nvar __setModuleDefault = Object.create ? (function(o, v) {\r\n Object.defineProperty(o, \"default\", { enumerable: true, value: v });\r\n}) : function(o, v) {\r\n o[\"default\"] = v;\r\n};\r\n\r\nexport function __importStar(mod) {\r\n if (mod && mod.__esModule) return mod;\r\n var result = {};\r\n if (mod != null) for (var k in mod) if (k !== \"default\" && Object.prototype.hasOwnProperty.call(mod, k)) __createBinding(result, mod, k);\r\n __setModuleDefault(result, mod);\r\n return result;\r\n}\r\n\r\nexport function __importDefault(mod) {\r\n return (mod && mod.__esModule) ? mod : { default: mod };\r\n}\r\n\r\nexport function __classPrivateFieldGet(receiver, state, kind, f) {\r\n if (kind === \"a\" && !f) throw new TypeError(\"Private accessor was defined without a getter\");\r\n if (typeof state === \"function\" ? receiver !== state || !f : !state.has(receiver)) throw new TypeError(\"Cannot read private member from an object whose class did not declare it\");\r\n return kind === \"m\" ? f : kind === \"a\" ? f.call(receiver) : f ? f.value : state.get(receiver);\r\n}\r\n\r\nexport function __classPrivateFieldSet(receiver, state, value, kind, f) {\r\n if (kind === \"m\") throw new TypeError(\"Private method is not writable\");\r\n if (kind === \"a\" && !f) throw new TypeError(\"Private accessor was defined without a setter\");\r\n if (typeof state === \"function\" ? receiver !== state || !f : !state.has(receiver)) throw new TypeError(\"Cannot write private member to an object whose class did not declare it\");\r\n return (kind === \"a\" ? f.call(receiver, value) : f ? f.value = value : state.set(receiver, value)), value;\r\n}\r\n","import { TemplateRef } from '@angular/core';\r\nimport { Observable, Subscription } from 'rxjs';\r\nimport { ESCAPE } from '@angular/cdk/keycodes';\r\nimport { HorizontalConnectionPos, VerticalConnectionPos } from '@angular/cdk/overlay';\r\n\r\nexport type LuPopoverScrollStrategy = 'reposition' | 'block' | 'close';\r\n\r\nexport declare interface ILuPopoverPanel {\r\n\tscrollStrategy: LuPopoverScrollStrategy;\r\n\tcloseOnClick: boolean;\r\n\tpanelId?: string;\r\n\ttriggerId?: string;\r\n\ttemplateRef?: TemplateRef<any>;\r\n\r\n\t/** will emit when the panel wants to close */\r\n\tclose: Observable<void>;\r\n\t/** will emit when the panel wants to open */\r\n\topen: Observable<void>;\r\n\t/** will emit when the panel is hovered */\r\n\thovered: Observable<boolean>;\r\n\t/** classes to apply to the panel, uses ' ' for separating values */\r\n\tpanelClasses: string;\r\n\t/** class to apply to the panel content, uses ' ' for separating values */\r\n\tcontentClasses: string;\r\n\r\n\tkeydownEvents$: Observable<KeyboardEvent>;\r\n\r\n\tsetPositionClasses: (posX: HorizontalConnectionPos, posY: VerticalConnectionPos) => void;\r\n\r\n\t/** method called by the trigger when it opens the popover */\r\n\tonOpen(): void;\r\n\t/** method called by the trigger when it closes the popover */\r\n\tonClose(): void;\r\n}\r\n/**\r\n * abstract class for basic implementation of a popover panel\r\n */\r\nexport abstract class ALuPopoverPanel implements ILuPopoverPanel {\r\n\tpanelId: string;\r\n\ttriggerId: string;\r\n\r\n\tprotected _isOpen: boolean;\r\n\tget isOpen() { return this._isOpen; }\r\n\r\n\r\n\tprotected _closeOnClick = false;\r\n\tget closeOnClick() { return this._closeOnClick; }\r\n\tset closeOnClick(coc: boolean) { this._closeOnClick = coc; }\r\n\r\n\tprotected _trapFocus = false;\r\n\tget trapFocus() { return this._trapFocus; }\r\n\tset trapFocus(tf: boolean) { this._trapFocus = tf; }\r\n\r\n\tprotected _scrollStrategy: LuPopoverScrollStrategy = 'reposition';\r\n\tget scrollStrategy() { return this._scrollStrategy; }\r\n\tset scrollStrategy(ss: LuPopoverScrollStrategy) { this._scrollStrategy = ss; }\r\n\r\n\tprotected _templateRef: TemplateRef<any>;\r\n\tget templateRef() { return this._templateRef; }\r\n\tset templateRef(tr: TemplateRef<any>) { this._templateRef = tr; }\r\n\r\n\tprotected _positionClassesMap: any = {};\r\n\tprotected _panelClasses = '';\r\n\tget panelClasses() { return this._panelClasses; }\r\n\tset panelClasses(cl: string) {\r\n\t\tthis._panelClasses = cl;\r\n\t}\r\n\tget panelClassesMap() {\r\n\t\tconst map = this._panelClasses\r\n\t\t\t.split(' ')\r\n\t\t\t.filter(c => !!c)\r\n\t\t\t.reduce((obj: any, className: string) => {\r\n\t\t\t\tobj[className] = true;\r\n\t\t\t\treturn obj;\r\n\t\t\t}, {});\r\n\t\t// also add positiopn classes\r\n\t\treturn { ...map, ...this._positionClassesMap };\r\n\t}\r\n\r\n\tprotected _contentClasses = '';\r\n\tget contentClasses() { return this._contentClasses; }\r\n\tset contentClasses(cl: string) {\r\n\t\tthis._contentClasses = cl;\r\n\t}\r\n\tget contentClassesMap() {\r\n\t\treturn this._contentClasses\r\n\t\t\t.split(' ')\r\n\t\t\t.reduce((obj: any, className: string) => {\r\n\t\t\t\tobj[className] = true;\r\n\t\t\t\treturn obj;\r\n\t\t\t}, {});\r\n\t}\r\n\r\n\r\n\t/** Classes to be passed into the popover's overlay */\r\n\tprotected _overlayPaneClass: string | string[];\r\n\tpublic get overlayPaneClass() { return this._overlayPaneClass; }\r\n\tpublic set overlayPaneClass(opc) { this._overlayPaneClass = opc; }\r\n\r\n\t// /** Config object to be passed into the popover's content ngStyle */\r\n\r\n\tprotected _keydownEventsSub: Subscription;\r\n\tset keydownEvents$(evt$: Observable<KeyboardEvent>) {\r\n\t\tif (!this._keydownEventsSub) {\r\n\t\t\tthis._keydownEventsSub = evt$.subscribe(e => this._handleKeydown(e));\r\n\t\t}\r\n\t}\r\n\r\n\tclose: Observable<void>;\r\n\topen: Observable<void>;\r\n\thovered: Observable<boolean>;\r\n\tabstract _emitCloseEvent(): void;\r\n\tabstract _emitOpenEvent(): void;\r\n\tabstract _emitHoveredEvent(hovered: boolean): void;\r\n\r\n\tsetPositionClasses(posX: HorizontalConnectionPos, posY: VerticalConnectionPos): void {\r\n\t\tthis._positionClassesMap['is-before'] = posX === 'end';\r\n\t\tthis._positionClassesMap['is-after'] = posX === 'start';\r\n\t\tthis._positionClassesMap['is-above'] = posY === 'bottom';\r\n\t\tthis._positionClassesMap['is-below'] = posY === 'top';\r\n\t}\r\n\r\n\tonClick() {\r\n\t\tif (this.closeOnClick) {\r\n\t\t\tthis._emitCloseEvent();\r\n\t\t}\r\n\t}\r\n\r\n\tonOpen() {\r\n\t\tthis._isOpen = true;\r\n\t}\r\n\tonClose() {\r\n\t\tthis._isOpen = false;\r\n\t}\r\n\t/**\r\n\t * TODO: Refactor when @angular/cdk includes feature I mentioned on github see link below.\r\n\t * https://github.com/angular/material2/pull/5493#issuecomment-313085323\r\n\t */\r\n\t/** Disables close of popover when leaving trigger element and mouse over the popover */\r\n\tonMouseOver() {\r\n\t\tthis._emitHoveredEvent(true);\r\n\t}\r\n\t/** Enables close of popover when mouse leaving popover element */\r\n\tonMouseLeave() {\r\n\t\tthis._emitHoveredEvent(false);\r\n\t}\r\n\t/** does nothing but must be overridable */\r\n\tonMouseDown($event) {}\r\n\r\n\t_handleKeydown(event: KeyboardEvent) {\r\n\t\tswitch (event.keyCode) {\r\n\t\t\tcase ESCAPE:\r\n\t\t\t\tthis._emitCloseEvent();\r\n\t\t\t\treturn;\r\n\t\t}\r\n\t}\r\n}\r\n","import {\r\n\tComponent,\r\n\tEventEmitter,\r\n\tInput,\r\n\tOnDestroy,\r\n\tOutput,\r\n\tTemplateRef,\r\n\tViewChild,\r\n\tChangeDetectionStrategy,\r\n} from '@angular/core';\r\n\r\nimport {\r\n\tILuPopoverPanel,\r\n\tLuPopoverScrollStrategy,\r\n\tALuPopoverPanel,\r\n} from './popover-panel.model';\r\nimport { luTransformPopover } from '../animation/index';\r\n\r\n\r\n// import { standardPopoverTemplate } from './popover.template';\r\n\r\n@Component({\r\n\tselector: 'lu-popover',\r\n\ttemplateUrl: './popover-panel.component.html',\r\n\tchangeDetection: ChangeDetectionStrategy.OnPush,\r\n\tanimations: [luTransformPopover],\r\n\texportAs: 'LuPopoverPanel',\r\n})\r\nexport class LuPopoverPanelComponent extends ALuPopoverPanel implements ILuPopoverPanel, OnDestroy {\r\n\tprotected _template: TemplateRef<any>;\r\n\tprotected _templateContext: any;\r\n\r\n\t/** Template to Use for the popover */\r\n\tget template(): TemplateRef<any> {\r\n\t\treturn this._template;\r\n\t}\r\n\t@Input()\r\n\tset template(value: TemplateRef<any>) {\r\n\t\tthis._template = value;\r\n\t}\r\n\r\n\t/** Template context to use for the popover when created using a template */\r\n\tget templateContext(): any {\r\n\t\treturn this._templateContext;\r\n\t}\r\n\t@Input('template-context')\r\n\tset templateContext(value: any) {\r\n\t\tthis._templateContext = value;\r\n\t}\r\n\r\n\t/**\r\n\t * Popover container close on click\r\n\t * default: false\r\n\t */\r\n\t@Input('close-on-click')\r\n\tset inputCloseOnClick(v: boolean) {\r\n\t\tthis.closeOnClick = v;\r\n\t}\r\n\r\n\t/**\r\n\t * Popover focus trap using cdkTrapFocus\r\n\t * default: false\r\n\t */\r\n\t@Input('trap-focus')\r\n\tset inputTrapFocus(v: boolean) {\r\n\t\tthis.trapFocus = v;\r\n\t}\r\n\r\n\t/**\r\n\t * Popover scrollStrategy\r\n\t * default: reposition\r\n\t */\r\n\t@Input('scroll-strategy')\r\n\tset inputScrollStrategy(v: LuPopoverScrollStrategy) {\r\n\t\tthis.scrollStrategy = v;\r\n\t}\r\n\r\n\t/**\r\n\t * This method takes classes set on the host lu-popover element and applies them on the\r\n\t * popover template that displays in the overlay container. Otherwise, it's difficult\r\n\t * to style the containing popover from outside the component.\r\n\t * @param classes list of class names\r\n\t */\r\n\t@Input('panel-classes')\r\n\tset inputPanelClasses(classes: string) {\r\n\t\tthis.panelClasses = classes;\r\n\t}\r\n\t/**\r\n\t * This method takes classes set on the host lu-popover element and applies them on the\r\n\t * popover template that displays in the overlay container. Otherwise, it's difficult\r\n\t * to style the containing popover from outside the component.\r\n\t * @param classes list of class names\r\n\t */\r\n\t@Input('content-classes')\r\n\tset inputContentClasses(classes: string) {\r\n\t\tthis.contentClasses = classes;\r\n\t}\r\n\r\n\t/** Event emitted when the popover is closed. */\r\n\t@Output() close = new EventEmitter<void>();\r\n\t@Output() open = new EventEmitter<void>();\r\n\t@Output() hovered = new EventEmitter<boolean>();\r\n\r\n\t@ViewChild(TemplateRef, { static: true })\r\n\tset vcTemplateRef(tr: TemplateRef<any>) {\r\n\t\tthis.templateRef = tr;\r\n\t}\r\n\r\n\tconstructor() {\r\n\t\tsuper();\r\n\t}\r\n\r\n\tngOnDestroy() {\r\n\t\tthis.onClose();\r\n\t\tthis.close.complete();\r\n\t}\r\n\t_emitCloseEvent(): void {\r\n\t\tthis.close.emit();\r\n\t}\r\n\r\n\t_emitOpenEvent(): void {\r\n\t\tthis.open.emit();\r\n\t}\r\n\t_emitHoveredEvent(hovered: boolean): void {\r\n\t\tthis.hovered.emit(hovered);\r\n\t}\r\n}\r\n","import { NgModule } from '@angular/core';\r\nimport { CommonModule } from '@angular/common';\r\nimport { OverlayModule } from '@angular/cdk/overlay';\r\nimport { LuPopoverPanelComponent } from './popover-panel.component';\r\nimport { A11yModule } from '@angular/cdk/a11y';\r\n\r\n@NgModule({\r\n\timports: [\r\n\t\tCommonModule,\r\n\t\tOverlayModule,\r\n\t\tA11yModule,\r\n\t],\r\n\tdeclarations: [\r\n\t\tLuPopoverPanelComponent,\r\n\t],\r\n\texports: [\r\n\t\tLuPopoverPanelComponent,\r\n\t],\r\n})\r\nexport class LuPopoverPanelModule {}\r\n","/**\r\n * Throws an exception for the case when popover's LuPopoverPosition value isn't valid.\r\n */\r\nexport function throwLuPopoverInvalidPosition() {\r\n\tthrow Error(`LuPopoverPosition value must be 'above', 'below', 'before' or 'after'.\r\n Example: <lu-popover [position]=\"'before'\" #popover=\"LuPopover\"></lu-popover>`);\r\n}\r\n\r\n/**\r\n * Throws an exception for the case when popover's LuPopoverAlignement value isn't valid.\r\n */\r\nexport function throwLuPopoverInvalidAlignement() {\r\n\tthrow Error(`LuPopoverAlignment value must be 'top', 'bottom', 'right' or 'left'.\r\n Example: <lu-popover [position]=\"above\" [alignment]=\"left\" #popover=\"LuPopover\"></lu-popover>`);\r\n}\r\n","import { ElementRef } from '@angular/core';\r\nimport { throwLuPopoverInvalidAlignement, throwLuPopoverInvalidPosition } from './popover-target.error';\r\n\r\nexport type LuPopoverPosition = 'above' | 'below' | 'before' | 'after';\r\nexport type LuPopoverAlignment = 'top' | 'bottom' | 'left' | 'right' | 'center';\r\n\r\n/**\r\n * anchor for a popover panel\r\n */\r\nexport interface ILuPopoverTarget {\r\n\t/** how the panel will be align with the target, allowed values: top, bottom, left, right */\r\n\talignment: LuPopoverAlignment;\r\n\t/** the element used to position the panel */\r\n\telementRef: ElementRef;\r\n\t// /** set to true if you want the panel to appear on top of the target */\r\n\toverlap: boolean;\r\n\t/** how you want to position the panel relative to the target, allowed values: above, below, before, after */\r\n\tposition: LuPopoverPosition;\r\n\r\n\toffsetX: number;\r\n\toffsetY: number;\r\n}\r\n\r\nexport abstract class ALuPopoverTarget implements ILuPopoverTarget {\r\n\tprotected _elementRef: ElementRef;\r\n\t/** the element used to position the panel */\r\n\tget elementRef() { return this._elementRef; }\r\n\tset elementRef(ref: ElementRef) { this._elementRef = ref; }\r\n\r\n\tprotected _position: LuPopoverPosition = 'below';\r\n\t/** how you want to position the panel relative to the target, allowed values: above, below, before, after */\r\n\tget position(): LuPopoverPosition { return this._position; }\r\n\tset position(position: LuPopoverPosition) {\r\n\t\tif (\r\n\t\t\tposition !== 'above' &&\r\n\t\t\tposition !== 'below' &&\r\n\t\t\tposition !== 'after' &&\r\n\t\t\tposition !== 'before'\r\n\t\t) {\r\n\t\t\tthrowLuPopoverInvalidPosition();\r\n\t\t}\r\n\t\tthis._position = position;\r\n\t\t// this.setPositionClasses(this._position, this._alignment);\r\n\t}\r\n\r\n\tprotected _alignment: LuPopoverAlignment = 'center';\r\n\t/** how the panel will be align with the target, allowed values: top, bottom, left, right */\r\n\tget alignment(): LuPopoverAlignment { return this._alignment; }\r\n\tset alignment(alignment: LuPopoverAlignment) {\r\n\t\tif (\r\n\t\t\talignment !== 'center' &&\r\n\t\t\talignment !== 'top' &&\r\n\t\t\talignment !== 'bottom' &&\r\n\t\t\talignment !== 'right' &&\r\n\t\t\talignment !== 'left'\r\n\t\t) {\r\n\t\t\tthrowLuPopoverInvalidAlignement();\r\n\t\t}\r\n\t\tthis._alignment = alignment;\r\n\t\t// this.setPositionClasses(this._position, this._alignment);\r\n\t}\r\n\r\n\tprotected _overlap = false;\r\n\t/** set to true if you want the panel to appear on top of the target */\r\n\tget overlap() { return this._overlap; }\r\n\tset overlap(ot: boolean) { this._overlap = ot; }\r\n\r\n\tprotected _offsetX = 0;\r\n\tget offsetX() { return this._offsetX; }\r\n\tset offsetX(ox: number) { this._offsetX = ox; }\r\n\r\n\tprotected _offsetY = 0;\r\n\tget offsetY() { return this._offsetY; }\r\n\tset offsetY(oy: number) { this._offsetY = oy; }\r\n}\r\n\r\nexport class LuPopoverTarget extends ALuPopoverTarget {\r\n\tconstructor() { super(); }\r\n}\r\n","import { Directive, ElementRef, Input } from '@angular/core';\r\nimport { ALuPopoverTarget, LuPopoverPosition, LuPopoverAlignment } from './popover-target.model';\r\n\r\n@Directive({\r\n\tselector: '[luPopoverTarget]',\r\n\texportAs: 'LuPopoverTarget',\r\n})\r\nexport class LuPopoverTargetDirective extends ALuPopoverTarget {\r\n\tconstructor(ref: ElementRef) {\r\n\t\tsuper();\r\n\t\tthis.elementRef = ref;\r\n\t}\r\n\t/** how you want to position the panel relative to the target, allowed values: above, below, before, after */\r\n\t@Input('luPopoverPosition') set inputPosition(pos: LuPopoverPosition) { this.position = pos; }\r\n\t/** how the panel will be align with the target, allowed values: top, bottom, left, right */\r\n\t@Input('luPopoverAlignment') set inputAlignment(al: LuPopoverAlignment) { this.alignment = al; }\r\n\t/** set to true if you want the panel to appear on top of the target */\r\n\t@Input('luPopoverOverlap') set inputOverlap(ov: boolean) { this.overlap = ov; }\r\n\r\n\t@Input('luPopoverOffsetX') set inputOffsetX(ox: number) { this.offsetX = ox; }\r\n\t@Input('luPopoverOffsetY') set inputOffsetY(oy: number) { this.offsetY = oy; }\r\n}\r\n","import { NgModule } from '@angular/core';\r\nimport { CommonModule } from '@angular/common';\r\nimport { OverlayModule } from '@angular/cdk/overlay';\r\nimport { LuPopoverTargetDirective } from './popover-target.directive';\r\n\r\n@NgModule({\r\n\timports: [\r\n\t\tCommonModule,\r\n\t\tOverlayModule,\r\n\t],\r\n\tdeclarations: [\r\n\t\tLuPopoverTargetDirective,\r\n\t],\r\n\texports: [\r\n\t\tLuPopoverTargetDirective,\r\n\t],\r\n})\r\nexport class LuPopoverTargetModule {}\r\n","/**\r\n * Throws an exception for the case when popover trigger doesn't have a valid lu-popover instance\r\n */\r\nexport function throwLuPopoverMissingPanelError() {\r\n\tthrow Error(`lu-popover-trigger: must pass in a lu-popover instance.\r\n Example:\r\n <lu-popover #popover=\"LuPopover\"></lu-popover>\r\n <button [luPopover]=\"popover\"></button>`);\r\n}\r\n\r\nexport function throwLuPopoverMissingTargetError() {\r\n\tthrow Error(`lu-popover-trigger: must pass in a popover target instance.`);\r\n}\r\n\r\n","import {\r\n\tElementRef,\r\n\tViewContainerRef,\r\n} from '@angular/core';\r\n\r\nimport { isFakeMousedownFromScreenReader } from '@angular/cdk/a11y';\r\nimport { Direction } from '@angular/cdk/bidi';\r\nimport {\r\n\tConnectedPositionStrategy,\r\n\tOriginConnectionPosition,\r\n\tOverlay,\r\n\tOverlayConnectionPosition,\r\n\tOverlayRef,\r\n\tOverlayConfig,\r\n\tHorizontalConnectionPos,\r\n\tVerticalConnectionPos,\r\n} from '@angular/cdk/overlay';\r\nimport { TemplatePortal, ComponentPortal } from '@angular/cdk/portal';\r\n\r\nimport { Subscription, Subject, timer, Observable } from 'rxjs';\r\nimport { generateId } from '@lucca-front/ng/core';\r\n\r\nimport {\r\n\tILuPopoverPanel,\r\n} from '../panel/index';\r\nimport {\r\n\tILuPopoverTarget,\r\n} from '../target/index';\r\nimport { throwLuPopoverMissingTargetError, throwLuPopoverMissingPanelError } from './popover-trigger.error';\r\nimport { debounce, map, distinctUntilChanged } from 'rxjs/operators';\r\n\r\nexport type LuPopoverTriggerEvent = 'click' | 'hover' | 'none' | 'focus';\r\n\r\n/**\r\n * component that will decide when to show the popover and attach it to the target\r\n */\r\nexport declare interface ILuPopoverTrigger<TPanel extends ILuPopoverPanel = ILuPopoverPanel, TTarget extends ILuPopoverTarget = ILuPopoverTarget> {\r\n\t/** the popover panel to display */\r\n\tpanel: TPanel;\r\n\t/** the popover target to attach the panel */\r\n\ttarget: TTarget;\r\n\r\n\t/** when to display the popover */\r\n\ttriggerEvent: LuPopoverTriggerEvent;\r\n\t/** delay before popover apparition when trigger is 'hover' */\r\n\tenterDelay: number;\r\n\t/** delay before popover disparition when trigger is 'hover' */\r\n\tleaveDelay: number;\r\n\r\n\t/** disable popover apparition */\r\n\tdisabled: boolean;\r\n\t/** Event emitted when the associated popover is opened. */\r\n\tonOpen: Observable<void>;\r\n\t/** Event emitted when the associated popover is closed. */\r\n\tonClose: Observable<void>;\r\n\r\n\topenPopover();\r\n\tclosePopover();\r\n\ttogglePopover();\r\n\tdestroyPopover();\r\n}\r\n\r\n// tslint:disable-next-line: max-line-length\r\nexport abstract class ALuPopoverTrigger<TPanel extends ILuPopoverPanel = ILuPopoverPanel, TTarget extends ILuPopoverTarget = ILuPopoverTarget>\r\nimplements ILuPopoverTrigger<TPanel, TTarget> {\r\n\tprotected _portal: TemplatePortal<any> | ComponentPortal<any>;\r\n\tprotected _overlayRef: OverlayRef | null = null;\r\n\tprotected _popoverOpen = false;\r\n\t// protected _halt = false;\r\n\tprotected _backdropSubscription: Subscription;\r\n\tprotected _positionSubscription: Subscription;\r\n\r\n\tprotected _mouseoverTimer: any;\r\n\r\n\tprotected _hovered$ = new Subject();\r\n\tprotected _hoveredSubscription: Subscription;\r\n\tprotected _panelEventsSubscriptions: Subscription;\r\n\r\n\t// tracking input type is necessary so it's possible to only auto-focus\r\n\t// the first item of the list when the popover is opened via the keyboard\r\n\tprotected _openedByMouse = false;\r\n\r\n\tprotected _panel: TPanel;\r\n\t/** References the popover instance that the trigger is associated with. */\r\n\tget panel() { return this._panel; }\r\n\tset panel(p: TPanel) { this._panel = p; }\r\n\r\n\tprotected _target: TTarget;\r\n\t/** References the popover target instance that the trigger is associated with. */\r\n\tget target() { return this._target; }\r\n\tset target(t: TTarget) { this._target = t; }\r\n\r\n\tprotected _triggerEvent: LuPopoverTriggerEvent = 'click';\r\n\tget triggerEvent() { return this._triggerEvent; }\r\n\tset triggerEvent(te: LuPopoverTriggerEvent) {\r\n\t\tthis._triggerEvent = te;\r\n\t\tif (te === 'hover' || te === 'focus') {\r\n\t\t\tif (this._hoveredSubscription) {\r\n\t\t\t\tthis._hoveredSubscription.unsubscribe();\r\n\t\t\t}\r\n\t\t\tthis._hoveredSubscription = this._hovered$.pipe(\r\n\t\t\t\tdebounce(h => h ? timer(this.enterDelay) : timer(this.leaveDelay))\r\n\t\t\t).subscribe(h => h ? this.openPopover() : this.closePopover());\r\n\t\t}\r\n\t}\r\n\tprotected _enterDelay = 50;\r\n\tget enterDelay() { return this._enterDelay; }\r\n\tset enterDelay(d: number) { this._enterDelay = d; }\r\n\tprotected _leaveDelay = 50;\r\n\tget leaveDelay() { return this._leaveDelay; }\r\n\tset leaveDelay(d: number) { this._leaveDelay = d; }\r\n\r\n\tprotected _disabled = false;\r\n\tget disabled() { return this._disabled; }\r\n\tset disabled(d: boolean) { this._disabled = d; }\r\n\r\n\tprotected _triggerId: string;\r\n\tprotected _panelId: string;\r\n\r\n\r\n\t/** Event emitted when the associated popover is opened. */\r\n\tabstract onOpen: Observable<void>;\r\n\t/** Event emitted when the associated popover is closed. */\r\n\tabstract onClose: Observable<void>;\r\n\r\n\tprotected abstract _emitOpen(): void;\r\n\tprotected abstract _emitClose(): void;\r\n\r\n\tconstructor(\r\n\t\tprotected _overlay: Overlay,\r\n\t\tprotected _elementRef: ElementRef,\r\n\t\tprotected _viewContainerRef: ViewContainerRef,\r\n\t) {\r\n\t\tthis._triggerId = `popoverTrigger_${generateId()}`;\r\n\t\tthis._panelId = `popoverPanel_${generateId()}`;\r\n\t}\r\n\r\n\tonClick() {\r\n\t\tif (this.triggerEvent === 'click') {\r\n\t\t\tthis.togglePopover();\r\n\t\t}\r\n\t}\r\n\r\n\tonMouseEnter() {\r\n\t\tif (this.triggerEvent === 'hover' || this.triggerEvent === 'focus') {\r\n\t\t\tthis._hovered$.next(true);\r\n\t\t}\r\n\t}\r\n\r\n\tonMouseLeave() {\r\n\t\tif (this.triggerEvent === 'hover' || this.triggerEvent === 'focus') {\r\n\t\t\tthis._hovered$.next(false);\r\n\t\t}\r\n\t}\r\n\tonFocus() {\r\n\t\tif (this.triggerEvent === 'hover' || this.triggerEvent === 'focus') {\r\n\t\t\tthis.openPopover();\r\n\t\t}\r\n\t}\r\n\tonBlur() {\r\n\t\tif (this.triggerEvent === 'hover' || this.triggerEvent === 'focus') {\r\n\t\t\tthis.closePopover();\r\n\t\t}\r\n\t}\r\n\r\n\t/** Toggles the popover between the open and closed states. */\r\n\ttogglePopover(): void {\r\n\t\treturn this._popoverOpen ? this.closePopover() : this.openPopover();\r\n\t}\r\n\r\n\t/** Opens the popover. */\r\n\topenPopover(): void {\r\n\t\tif (!this._popoverOpen && !this._disabled) {\r\n\t\t\tthis._createOverlay();\r\n\t\t\tthis._overlayRef.attach(this._portal);\r\n\r\n\t\t\t/** Only subscribe to backdrop if trigger event is click */\r\n\t\t\tif (this.triggerEvent === 'click') {\r\n\t\t\t\tthis._subscribeToBackdrop();\r\n\t\t\t}\r\n\r\n\t\t\t/** Only subscribe to mouse enter/leave of the panel if trigger = hover */\r\n\r\n\t\t\tthis._initPopover();\r\n\t\t\tthis._emitOpen();\r\n\t\t}\r\n\t}\r\n\r\n\t/** Closes the popover. */\r\n\tclosePopover(): void {\r\n\t\tif (this._overlayRef && this._overlayRef.hasAttached()) {\r\n\t\t\tthis._overlayRef.detach();\r\n\r\n\t\t\t/** unsubscribe to backdrop click if it was defined */\r\n\t\t\tif (!!this._backdropSubscription) {\r\n\t\t\t\t// if (this.popover.triggerEvent === 'click') {\r\n\t\t\t\tthis._backdropSubscription.unsubscribe();\r\n\t\t\t}\r\n\r\n\t\t\tthis._resetPopover();\r\n\t\t\tthis._emitClose();\r\n\t\t}\r\n\t}\r\n\r\n\t/** Removes the popover from the DOM. */\r\n\tdestroyPopover(): void {\r\n\t\tif (this._overlayRef) {\r\n\t\t\tthis._overlayRef.dispose();\r\n\t\t\tthis._overlayRef = null;\r\n\t\t\tthis._cleanUpSubscriptions();\r\n\t\t}\r\n\t}\r\n\r\n\t/** Focuses the popover trigger. */\r\n\tfocus() {\r\n\t\tthis._elementRef.nativeElement.focus();\r\n\t}\r\n\r\n\t_handleMousedown(event: MouseEvent): void {\r\n\t\tif (!isFakeMousedownFromScreenReader(event)) {\r\n\t\t\tthis._openedByMouse = true;\r\n\t\t}\r\n\t}\r\n\r\n\t/** The text direction of the containing app. */\r\n\tget dir(): Direction {\r\n\t\t// return this._dir && this._dir.value === 'rtl' ? 'rtl' : 'ltr';\r\n\t\treturn 'ltr';\r\n\t}\r\n\r\n\t/** Return if the popover main positionning is vertical */\r\n\tget isVerticallyPositionned(): boolean {\r\n\t\tconst position = this.target.position;\r\n\t\treturn (\r\n\t\t\tposition === 'below' || position === 'above'\r\n\t\t);\r\n\t}\r\n\r\n\t/**\r\n\t * This method ensures that the popover\r\n\t */\r\n\tprotected _subscribeToPanelEvents(): void {\r\n\t\tif (this._overlayRef) {\r\n\t\t\tthis._panelEventsSubscriptions = new Subscription();\r\n\t\t\tif (this.triggerEvent === 'hover' || this.triggerEvent === 'focus') {\r\n\r\n\t\t\t\tthis._panelEventsSubscriptions.add(\r\n\t\t\t\t\tthis.panel.hovered\r\n\t\t\t\t\t.subscribe((hovered) => {\r\n\t\t\t\t\t\tthis._hovered$.next(hovered);\r\n\t\t\t\t\t}),\r\n\t\t\t\t);\r\n\t\t\t}\r\n\t\t\tthis._panelEventsSubscriptions.add(\r\n\t\t\t\tthis.panel.close\r\n\t\t\t\t.subscribe(() => {\r\n\t\t\t\t\tthis.closePopover();\r\n\t\t\t\t}),\r\n\t\t\t);\r\n\t\t\tthis._panelEventsSubscriptions.add(\r\n\t\t\t\tthis.panel.open\r\n\t\t\t\t.subscribe(() => {\r\n\t\t\t\t\tthis.openPopover();\r\n\t\t\t\t}),\r\n\t\t\t);\r\n\t\t}\r\n\t}\r\n\t\t/**\r\n\t * This method ensures that the popover closes when the overlay backdrop is clicked.\r\n\t * We do not use first() here because doing so would not catch clicks from within\r\n\t * the popover, and it would fail to unsubscribe properly. Instead, we unsubscribe\r\n\t * explicitly when the popover is closed or destroyed.\r\n\t */\r\n\tprotected _subscribeToBackdrop(): void {\r\n\t\tif (this._overlayRef) {\r\n\t\t\tthis._backdropSubscription = this._overlayRef\r\n\t\t\t\t.backdropClick()\r\n\t\t\t\t.subscribe(() => {\r\n\t\t\t\t\tthis.closePopover();\r\n\t\t\t\t});\r\n\t\t}\r\n\t}\r\n\r\n\t/**\r\n\t * This method sets the popover state to open and focuses the first item if\r\n\t * the popover was opened via the keyboard.\r\n\t */\r\n\tprotected _initPopover(): void {\r\n\t\tthis._setIsPopoverOpen(true);\r\n\t\tthis.panel.panelId = this._panelId;\r\n\t\tthis.panel.triggerId = this._triggerId;\r\n\t\tthis.panel.keydownEvents$ = this._overlayRef.keydownEvents();\r\n\t\tthis._subscribeToPanelEvents();\r\n\t}\r\n\r\n\t/**\r\n\t * This method resets the popover when it's closed, most importantly restoring\r\n\t * focus to the popover trigger if the popover was opened via the keyboard.\r\n\t */\r\n\tprotected _resetPopover(): void {\r\n\t\tthis._setIsPopoverOpen(false);\r\n\r\n\t\t// Focus only needs to be reset to the host element if the popover was opened\r\n\t\t// by the keyboard and manually shifted to the first popover item.\r\n\t\tif (!this._openedByMouse && this.triggerEvent === 'click') {\r\n\t\t\tthis.focus();\r\n\t\t}\r\n\t\tthis._openedByMouse = false;\r\n\t}\r\n\r\n\t/** set state rather than toggle to support triggers sharing a popover */\r\n\tprotected _setIsPopoverOpen(isOpen: boolean): void {\r\n\t\tthis._popoverOpen = isOpen;\r\n\t\t// tell the panel it's opening/closing\r\n\t\tisOpen ? this.panel.onOpen() : this.panel.onClose();\r\n\t}\r\n\r\n\t/**\r\n\t * This method checks that a valid instance of MdPopover has been passed into\r\n\t * mdPopoverTriggerFor. If not, an exception is thrown.\r\n\t */\r\n\tprotected _checkPanel() {\r\n\t\tif (!this.panel) {\r\n\t\t\tthrowLuPopoverMissingPanelError();\r\n\t\t}\r\n\t}\r\n\tprotected _checkTarget() {\r\n\t\tif (!this.target) {\r\n\t\t\tthrowLuPopoverMissingTargetError();\r\n\t\t}\r\n\t}\r\n\r\n\t/**\r\n\t * This method creates the overlay from the provided popover's template and saves its\r\n\t * OverlayRef so that it can be attached to the DOM when openPopover is called.\r\n\t */\r\n\tprotected _createOverlay(): OverlayRef {\r\n\t\tif (!this._overlayRef) {\r\n\t\t\tthis._portal = new TemplatePortal(\r\n\t\t\t\tthis.panel.templateRef,\r\n\t\t\t\tthis._viewContainerRef,\r\n\t\t\t);\r\n\t\t\tconst config = this._getOverlayConfig();\r\n\t\t\tthis._subscribeToPositions(\r\n\t\t\t\tconfig.positionStrategy as ConnectedPositionStrategy,\r\n\t\t\t);\r\n\t\t\tthis._overlayRef = this._overlay.create(config);\r\n\t\t}\r\n\r\n\t\treturn this._overlayRef;\r\n\t}\r\n\r\n\t/**\r\n\t * This method builds the configuration object needed to create the overlay, the OverlayConfig.\r\n\t * @returns OverlayConfig\r\n\t */\r\n\tprotected _getOverlayConfig(): OverlayConfig {\r\n\t\tconst overlayState = new OverlayConfig();\r\n\t\toverlayState.positionStrategy = this._getPosition().withDirection(this.dir);\r\n\t\t/** Display overlay backdrop if trigger event is click */\r\n\t\tif (this.triggerEvent === 'click') {\r\n\t\t\toverlayState.hasBackdrop = true;\r\n\t\t\toverlayState.backdropClass = 'cdk-overlay-transparent-backdrop';\r\n\t\t}\r\n\r\n\t\toverlayState.direction = this.dir;\r\n\t\tconst scrollStrategy = this.panel.scrollStrategy;\r\n\t\tswitch (scrollStrategy) {\r\n\t\t\tcase 'block':\r\n\t\t\t\toverlayState.scrollStrategy = this._overlay.scrollStrategies.block();\r\n\t\t\t\tbreak;\r\n\r\n\t\t\tcase 'close':\r\n\t\t\t\toverlayState.scrollStrategy = this._overlay.scrollStrategies.close();\r\n\t\t\t\tbreak;\r\n\r\n\t\t\tdefault:\r\n\t\t\t\toverlayState.scrollStrategy = this._overlay.scrollStrategies.reposition();\r\n\t\t\t\tbreak;\r\n\t\t}\r\n\t\treturn overlayState;\r\n\t}\r\n\r\n\t/**\r\n\t * Listens to changes in the position of the overlay and sets the correct classes\r\n\t * on the popover based on the new position. This ensures the animation origin is always\r\n\t * correct, even if a fallback position is used for the overlay.\r\n\t */\r\n\tprotected _subscribeToPositions(position: ConnectedPositionStrategy): void {\r\n\t\tthis._positionSubscription = position.onPositionChange.pipe(\r\n\t\t\tmap(c => c.connectionPair),\r\n\t\t\tdistinctUntilChanged(),\r\n\t\t)\r\n\t\t.subscribe(connectionPair => {\r\n\t\t\tthis.panel.setPositionClasses(connectionPair.overlayX, connectionPair.overlayY);\r\n\t\t});\r\n\t}\r\n\r\n\t/**\r\n\t * This method builds the position strategy for the overlay, so the popover is properly connected\r\n\t * to the trigger.\r\n\t * @returns ConnectedPositionStrategy\r\n\t */\r\n\tprotected _getPosition(): ConnectedPositionStrategy {\r\n\t\tconst connectionPosition: OriginConnectionPosition = {\r\n\t\t\toriginX: 'start',\r\n\t\t\toriginY: 'top',\r\n\t\t};\r\n\r\n\t\t// Position\r\n\t\tconst position = this.target.position;\r\n\t\tconst overlap = this.target.overlap;\r\n\t\tif (position === 'above') {\r\n\t\t\tconnectionPosition.originY = overlap ? 'bottom' : 'top';\r\n\t\t} else if (position === 'below') {\r\n\t\t\tconnectionPosition.originY = overlap ? 'top' : 'bottom';\r\n\t\t} else if (position === 'before') {\r\n\t\t\tconnectionPosition.originX = overlap ? 'end' : 'start';\r\n\t\t} else if (position === 'after') {\r\n\t\t\tconnectionPosition.originX = overlap ? 'start' : 'end';\r\n\t\t}\r\n\r\n\t\t// Alignment\r\n\t\tconst alignment = this.target.alignment;\r\n\t\tif (this.isVerticallyPositionned) {\r\n\t\t\tif (alignment === 'left') {\r\n\t\t\t\tconnectionPosition.originX = 'start';\r\n\t\t\t} else if (alignment === 'right') {\r\n\t\t\t\tconnectionPosition.originX = 'end';\r\n\t\t\t} else {\r\n\t\t\t\tconnectionPosition.originX = 'center';\r\n\t\t\t}\r\n\t\t} else {\r\n\t\t\tif (alignment === 'top') {\r\n\t\t\t\tconnectionPosition.originY = 'top';\r\n\t\t\t} else if (alignment === 'bottom') {\r\n\t\t\t\tconnectionPosition.originY = 'bottom';\r\n\t\t\t} else {\r\n\t\t\t\tconnectionPosition.originY = 'center';\r\n\t\t\t}\r\n\t\t}\r\n\r\n\t\tconst overlayPosition: OverlayConnectionPosition = {\r\n\t\t\toverlayX: 'start',\r\n\t\t\toverlayY: 'top',\r\n\t\t};\r\n\r\n\t\tif (overlap) {\r\n\t\t\toverlayPosition.overlayX = connectionPosition.originX;\r\n\t\t\toverlayPosition.overlayY = connectionPosition.originY;\r\n\t\t} else if (this.isVerticallyPositionned) {\r\n\t\t\toverlayPosition.overlayX = connectionPosition.originX;\r\n\t\t\toverlayPosition.overlayY =\r\n\t\t\t\tposition === 'above' ? 'bottom' : 'top';\r\n\t\t} else {\r\n\t\t\toverlayPosition.overlayX =\r\n\t\t\t\tposition === 'before' ? 'end' : 'start';\r\n\t\t\toverlayPosition.overlayY = connectionPosition.originY;\r\n\t\t}\r\n\r\n\r\n\t\tconst offsetX = this.target.offsetX;\r\n\t\tconst offsetY = this.target.offsetY;\r\n\r\n\t\t/**\r\n\t\t * For overriding position element, when LuPopoverTargetAt has a valid element reference.\r\n\t\t * Useful for sticking popover to parent element and offsetting arrow to trigger element.\r\n\t\t * If undefined defaults to the trigger element reference.\r\n\t\t */\r\n\t\tconst element = this.target.elementRef;\r\n\t\t// if (typeof this.targetElement !== 'undefined' && this.popover) {\r\n\t\t// \tthis.popover.containerPositioning = true;\r\n\t\t// \telement = this.targetElement._elementRef;\r\n\t\t// }\r\n\r\n\t\t/**\r\n\t\t * TODO: Updates when withFallbackPosition takes individual offsets\r\n\t\t */\r\n\r\n\t\treturn this._overlay\r\n\t\t\t.position()\r\n\t\t\t.connectedTo(element, connectionPosition, overlayPosition)\r\n\t\t\t.withFallbackPosition(\r\n\t\t\t\t{\r\n\t\t\t\t\toriginX: connectionPosition.originX,\r\n\t\t\t\t\toriginY: this._invertVerticalPos(connectionPosition.originY),\r\n\t\t\t\t},\r\n\t\t\t\t{\r\n\t\t\t\t\toverlayX: overlayPosition.overlayX,\r\n\t\t\t\t\toverlayY: this._invertVerticalPos(overlayPosition.overlayY),\r\n\t\t\t\t},\r\n\t\t\t)\r\n\t\t\t.withFallbackPosition(\r\n\t\t\t\t{\r\n\t\t\t\t\toriginX: this._invertHorizontalPos(connectionPosition.originX),\r\n\t\t\t\t\toriginY: connectionPosition.originY,\r\n\t\t\t\t},\r\n\t\t\t\t{\r\n\t\t\t\t\toverlayX: this._invertHorizontalPos(overlayPosition.overlayX),\r\n\t\t\t\t\toverlayY: overlayPosition.overlayY,\r\n\t\t\t\t},\r\n\t\t\t)\r\n\t\t\t.withFallbackPosition(\r\n\t\t\t\t{\r\n\t\t\t\t\toriginX: this._invertHorizontalPos(connectionPosition.originX),\r\n\t\t\t\t\toriginY: this._invertVerticalPos(connectionPosition.originY),\r\n\t\t\t\t},\r\n\t\t\t\t{\r\n\t\t\t\t\toverlayX: this._invertHorizontalPos(overlayPosition.overlayX),\r\n\t\t\t\t\toverlayY: this._invertVerticalPos(overlayPosition.overlayY),\r\n\t\t\t\t},\r\n\t\t\t)\r\n\t\t\t.withOffsetX(offsetX)\r\n\t\t\t.withOffsetY(offsetY);\r\n\t}\r\n\r\n\tprotected _invertVerticalPos(y: VerticalConnectionPos) {\r\n\t\tif (y === 'top') {\r\n\t\t\ty = 'bottom';\r\n\t\t} else if (y === 'bottom') {\r\n\t\t\ty = 'top';\r\n\t\t}\r\n\t\treturn y;\r\n\t}\r\n\r\n\tprotected _invertHorizontalPos(x: HorizontalConnectionPos) {\r\n\t\tif (x === 'end') {\r\n\t\t\tx = 'start';\r\n\t\t} else if (x === 'start') {\r\n\t\t\tx = 'end';\r\n\t\t}\r\n\r\n\t\treturn x;\r\n\t}\r\n\r\n\tprotected _cleanUpSubscriptions(): void {\r\n\t\tif (this._backdropSubscription) {\r\n\t\t\tthis._backdropSubscription.unsubscribe();\r\n\t\t}\r\n\t\tif (this._positionSubscription) {\r\n\t\t\tthis._positionSubscription.unsubscribe();\r\n\t\t}\r\n\t\tif (this._hoveredSubscription) {\r\n\t\t\tthis._hoveredSubscription.unsubscribe();\r\n\t\t}\r\n\t\tif (this._panelEventsSubscriptions) {\r\n\t\t\tthis._panelEventsSubscriptions.unsubscribe();\r\n\t\t}\r\n\t}\r\n}\r\n","import {\r\n\tAfterViewInit,\r\n\tDirective,\r\n\tElementRef,\r\n\tEventEmitter,\r\n\tInput,\r\n\tOnDestroy,\r\n\tOutput,\r\n\tViewContainerRef,\r\n\tHostListener,\r\n\tHostBinding,\r\n} from '@angular/core';\r\n\r\nimport {\r\n\tOverlay,\r\n} from '@angular/cdk/overlay';\r\n\r\nimport {\r\n\tILuPopoverTrigger, ALuPopoverTrigger, LuPopoverTriggerEvent,\r\n} from './popover-trigger.model';\r\nimport {\r\n\tILuPopoverPanel,\r\n} from '../panel/index';\r\nimport {\r\n\tILuPopoverTarget, LuPopoverPosition, LuPopoverAlignment, LuPopoverTarget,\r\n} from '../target/index';\r\n\r\n\r\n\r\n/**\r\n* This directive is intended to be used in conjunction with an lu-popover tag. It is\r\n* responsible for toggling the display of the provided popover instance.\r\n*/\r\n@Directive({\r\n\tselector: '[luPopover]',\r\n\texportAs: 'LuPopoverTrigger',\r\n})\r\nexport class LuPopoverTriggerDirective<TPanel extends ILuPopoverPanel = ILuPopoverPanel, TTarget extends ILuPopoverTarget = ILuPopoverTarget>\r\nextends ALuPopoverTrigger<TPanel, TTarget>\r\nimplements ILuPopoverTrigger<TPanel, TTarget>, AfterViewInit, OnDestroy {\r\n\r\n\r\n\t/** References the popover instance that the trigger is associated with. */\r\n\t@Input('luPopover') set inputPanel(p: TPanel) { this.panel = p; }\r\n\r\n\t/** References the popover target instance that the trigger is associated with. */\r\n\t@Input('luPopoverTarget') set inputTarget(t: TTarget) { this.target = t; }\r\n\r\n\t/** References the popover target instance that the trigger is associated with. */\r\n\t@Input('luPopoverTrigger') set inputTriggerEvent(te: LuPopoverTriggerEvent) { this.triggerEvent = te; }\r\n\r\n\t/** Event emitted when the associated popover is opened. */\r\n\t@Output('luPopoverOnOpen') onOpen = new EventEmitter<void>();\r\n\r\n\t/** Event emitted when the associated popover is closed. */\r\n\t@Output('luPopoverOnClose') onClose = new EventEmitter<void>();\r\n\r\n\t/** how you want to position the panel relative to the target, allowed values: above, below, before, after */\r\n\t@Input('luPopoverPosition') set inputPosition(pos: LuPopoverPosition) { this.target.position = pos; }\r\n\t/** how the panel will be align with the target, allowed values: top, bottom, left, right */\r\n\t@Input('luPopoverAlignment') set inputAlignment(al: LuPopoverAlignment) { this.target.alignment = al; }\r\n\r\n\t/** when trigger = hover, delay before the popover panel appears */\r\n\t@Input('luPopoverEnterDelay') set inputEnterDelay(d: number) { this.enterDelay = d; }\r\n\t/** when trigger = hover, delay before the popover panel disappears */\r\n\t@Input('luPopoverLeaveDelay') set inputLeaveDelay(d: number) { this.leaveDelay = d; }\r\n\r\n\t/** disable popover apparition */\r\n\t@Input('luPopoverDisabled') set inputDisabled(d: boolean) { this.disabled = d; }\r\n\r\n\t/** set to true if you want the panel to appear on top of the target */\r\n\t@Input('luPopoverOverlap') set inputOverlap(ov: boolean) { this.target.overlap = ov; }\r\n\r\n\t@Input('luPopoverOffsetX') set inputOffsetX(ox: number) { this.target.offsetX = ox; }\r\n\t@Input('luPopoverOffsetY') set inputOffsetY(oy: number) { this.target.offsetY = oy; }\r\n\r\n\t/** accessibility attribute - dont override */\r\n\t@HostBinding('attr.aria-expanded') get _attrAriaExpanded() { return this._popoverOpen; }\r\n\t/** accessibility attribute - dont override */\r\n\t@HostBinding('attr.id') get _attrId() { return this._triggerId; }\r\n\t/** accessibility attribute - dont override */\r\n\t@HostBinding('attr.aria-controls') get _attrAriaControls() { return this._panelId; }\r\n\r\n\tconstructor(\r\n\t\tprotected _overlay: Overlay,\r\n\t\tprotected _elementRef: ElementRef,\r\n\t\tprotected _viewContainerRef: ViewContainerRef,\r\n\t) {\r\n\t\tsuper(_overlay, _elementRef, _viewContainerRef);\r\n\t\tthis.target = new LuPopoverTarget() as ILuPopoverTarget as TTarget;\r\n\t\tthis.target.elementRef = this._elementRef;\r\n\t\tthis._triggerId = this._elementRef.nativeElement.getAttribute('id') || this._triggerId;\r\n\t}\r\n\r\n\t@HostListener('click')\r\n\tonClick() {\r\n\t\tsuper.onClick();\r\n\t}\r\n\r\n\t@HostListener('mouseenter')\r\n\tonMouseEnter() {\r\n\t\tsuper.onMouseEnter();\r\n\t}\r\n\r\n\t@HostListener('mouseleave')\r\n\tonMouseLeave() {\r\n\t\tsuper.onMouseLeave();\r\n\t}\r\n\t@HostListener('focus')\r\n\tonFocus() {\r\n\t\tsuper.onFocus();\r\n\t}\r\n\t@HostListener('blur')\r\n\tonBlur() {\r\n\t\tsuper.onBlur();\r\n\t}\r\n\r\n\tngAfterViewInit() {\r\n\t\tthis._checkPanel();\r\n\t\tthis._checkTarget();\r\n\t}\r\n\tngOnDestroy() {\r\n\t\tthis._cleanUpSubscriptions();\r\n\t\tif (this._popoverOpen) {\r\n\t\t\tthis.closePopover();\r\n\t\t}\r\n\t\tthis.destroyPopover();\r\n\t}\r\n\tprotected _emitOpen(): void {\r\n\t\tthis.onOpen.emit();\r\n\t}\r\n\tprotected _emitClose(): void {\r\n\t\tthis.onClose.emit();\r\n\t}\r\n}\r\n","import { NgModule } from '@angular/core';\r\nimport { CommonModule } from '@angular/common';\r\nimport { OverlayModule } from '@angular/cdk/overlay';\r\nimport { LuPopoverTriggerDirective } from './popover-trigger.directive';\r\nimport { LuPopoverPanelModule } from '../panel/index';\r\nimport { LuPopoverTargetModule } from '../target/index';\r\n\r\n@NgModule({\r\n\timports: [\r\n\t\tCommonModule,\r\n\t\tOverlayModule,\r\n\t\tLuPopoverPanelModule,\r\n\t\tLuPopoverTargetModule,\r\n\t],\r\n\tdeclarations: [\r\n\t\tLuPopoverTriggerDirective,\r\n\t],\r\n\texports: [\r\n\t\tLuPopoverTriggerDirective,\r\n\t],\r\n})\r\nexport class LuPopoverTriggerModule {}\r\n","import { NgModule } from '@angular/core';\r\n\r\nimport { LuPopoverPanelModule } from './panel/index';\r\nimport { LuPopoverTargetModule } from './target/index';\r\nimport { LuPopoverTriggerModule } from './trigger/index';\r\n\r\n@NgModule({\r\n\timports: [\r\n\t\tLuPopoverPanelModule,\r\n\t\tLuPopoverTargetModule,\r\n\t\tLuPopoverTriggerModule,\r\n\t],\r\n\texports: [\r\n\t\tLuPopoverPanelModule,\r\n\t\tLuPopoverTargetModule,\r\n\t\tLuPopoverTriggerModule,\r\n\t],\r\n})\r\nexport class LuPopoverModule {}\r\n","/*\r\n * Public API Surface of safe-content\r\n */\r\n\r\nexport * from './index';\r\n","/**\n * Generated bundle index. Do not edit.\n */\n\nexport * from './public-api';\n"],"names":["trigger","state","style","transition","animate","ESCAPE","EventEmitter","Component","ChangeDetectionStrategy","Input","Output","ViewChild","TemplateRef","NgModule","CommonModule","OverlayModule","A11yModule","Directive","ElementRef","Subject","generateId","debounce","timer","isFakeMousedownFromScreenReader","Subscription","TemplatePortal","OverlayConfig","map","distinctUntilChanged","Overlay","ViewContainerRef","HostBinding","HostListener"],"mappings":"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"}
|
|
@@ -1,106 +0,0 @@
|
|
|
1
|
-
import { Component, EventEmitter, Input, Output, TemplateRef, ViewChild, ChangeDetectionStrategy, } from '@angular/core';
|
|
2
|
-
import { ALuPopoverPanel, } from './popover-panel.model';
|
|
3
|
-
import { luTransformPopover } from '../animation/index';
|
|
4
|
-
// import { standardPopoverTemplate } from './popover.template';
|
|
5
|
-
export class LuPopoverPanelComponent extends ALuPopoverPanel {
|
|
6
|
-
constructor() {
|
|
7
|
-
super();
|
|
8
|
-
/** Event emitted when the popover is closed. */
|
|
9
|
-
this.close = new EventEmitter();
|
|
10
|
-
this.open = new EventEmitter();
|
|
11
|
-
this.hovered = new EventEmitter();
|
|
12
|
-
}
|
|
13
|
-
/** Template to Use for the popover */
|
|
14
|
-
get template() {
|
|
15
|
-
return this._template;
|
|
16
|
-
}
|
|
17
|
-
set template(value) {
|
|
18
|
-
this._template = value;
|
|
19
|
-
}
|
|
20
|
-
/** Template context to use for the popover when created using a template */
|
|
21
|
-
get templateContext() {
|
|
22
|
-
return this._templateContext;
|
|
23
|
-
}
|
|
24
|
-
set templateContext(value) {
|
|
25
|
-
this._templateContext = value;
|
|
26
|
-
}
|
|
27
|
-
/**
|
|
28
|
-
* Popover container close on click
|
|
29
|
-
* default: false
|
|
30
|
-
*/
|
|
31
|
-
set inputCloseOnClick(v) {
|
|
32
|
-
this.closeOnClick = v;
|
|
33
|
-
}
|
|
34
|
-
/**
|
|
35
|
-
* Popover focus trap using cdkTrapFocus
|
|
36
|
-
* default: false
|
|
37
|
-
*/
|
|
38
|
-
set inputTrapFocus(v) {
|
|
39
|
-
this.trapFocus = v;
|
|
40
|
-
}
|
|
41
|
-
/**
|
|
42
|
-
* Popover scrollStrategy
|
|
43
|
-
* default: reposition
|
|
44
|
-
*/
|
|
45
|
-
set inputScrollStrategy(v) {
|
|
46
|
-
this.scrollStrategy = v;
|
|
47
|
-
}
|
|
48
|
-
/**
|
|
49
|
-
* This method takes classes set on the host lu-popover element and applies them on the
|
|
50
|
-
* popover template that displays in the overlay container. Otherwise, it's difficult
|
|
51
|
-
* to style the containing popover from outside the component.
|
|
52
|
-
* @param classes list of class names
|
|
53
|
-
*/
|
|
54
|
-
set inputPanelClasses(classes) {
|
|
55
|
-
this.panelClasses = classes;
|
|
56
|
-
}
|
|
57
|
-
/**
|
|
58
|
-
* This method takes classes set on the host lu-popover element and applies them on the
|
|
59
|
-
* popover template that displays in the overlay container. Otherwise, it's difficult
|
|
60
|
-
* to style the containing popover from outside the component.
|
|
61
|
-
* @param classes list of class names
|
|
62
|
-
*/
|
|
63
|
-
set inputContentClasses(classes) {
|
|
64
|
-
this.contentClasses = classes;
|
|
65
|
-
}
|
|
66
|
-
set vcTemplateRef(tr) {
|
|
67
|
-
this.templateRef = tr;
|
|
68
|
-
}
|
|
69
|
-
ngOnDestroy() {
|
|
70
|
-
this.onClose();
|
|
71
|
-
this.close.complete();
|
|
72
|
-
}
|
|
73
|
-
_emitCloseEvent() {
|
|
74
|
-
this.close.emit();
|
|
75
|
-
}
|
|
76
|
-
_emitOpenEvent() {
|
|
77
|
-
this.open.emit();
|
|
78
|
-
}
|
|
79
|
-
_emitHoveredEvent(hovered) {
|
|
80
|
-
this.hovered.emit(hovered);
|
|
81
|
-
}
|
|
82
|
-
}
|
|
83
|
-
LuPopoverPanelComponent.decorators = [
|
|
84
|
-
{ type: Component, args: [{
|
|
85
|
-
selector: 'lu-popover',
|
|
86
|
-
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",
|
|
87
|
-
changeDetection: ChangeDetectionStrategy.OnPush,
|
|
88
|
-
animations: [luTransformPopover],
|
|
89
|
-
exportAs: 'LuPopoverPanel'
|
|
90
|
-
},] }
|
|
91
|
-
];
|
|
92
|
-
LuPopoverPanelComponent.ctorParameters = () => [];
|
|
93
|
-
LuPopoverPanelComponent.propDecorators = {
|
|
94
|
-
template: [{ type: Input }],
|
|
95
|
-
templateContext: [{ type: Input, args: ['template-context',] }],
|
|
96
|
-
inputCloseOnClick: [{ type: Input, args: ['close-on-click',] }],
|
|
97
|
-
inputTrapFocus: [{ type: Input, args: ['trap-focus',] }],
|
|
98
|
-
inputScrollStrategy: [{ type: Input, args: ['scroll-strategy',] }],
|
|
99
|
-
inputPanelClasses: [{ type: Input, args: ['panel-classes',] }],
|
|
100
|
-
inputContentClasses: [{ type: Input, args: ['content-classes',] }],
|
|
101
|
-
close: [{ type: Output }],
|
|
102
|
-
open: [{ type: Output }],
|
|
103
|
-
hovered: [{ type: Output }],
|
|
104
|
-
vcTemplateRef: [{ type: ViewChild, args: [TemplateRef, { static: true },] }]
|
|
105
|
-
};
|
|
106
|
-
//# sourceMappingURL=data:application/json;base64,eyJ2ZXJzaW9uIjozLCJmaWxlIjoicG9wb3Zlci1wYW5lbC5jb21wb25lbnQuanMiLCJzb3VyY2VSb290IjoiIiwic291cmNlcyI6WyIuLi8uLi8uLi8uLi8uLi8uLi9wYWNrYWdlcy9uZy9wb3BvdmVyL3NyYy9saWIvcGFuZWwvcG9wb3Zlci1wYW5lbC5jb21wb25lbnQudHMiXSwibmFtZXMiOltdLCJtYXBwaW5ncyI6IkFBQUEsT0FBTyxFQUNOLFNBQVMsRUFDVCxZQUFZLEVBQ1osS0FBSyxFQUVMLE1BQU0sRUFDTixXQUFXLEVBQ1gsU0FBUyxFQUNULHVCQUF1QixHQUN2QixNQUFNLGVBQWUsQ0FBQztBQUV2QixPQUFPLEVBR04sZUFBZSxHQUNmLE1BQU0sdUJBQXVCLENBQUM7QUFDL0IsT0FBTyxFQUFFLGtCQUFrQixFQUFFLE1BQU0sb0JBQW9CLENBQUM7QUFHeEQsZ0VBQWdFO0FBU2hFLE1BQU0sT0FBTyx1QkFBd0IsU0FBUSxlQUFlO0lBZ0YzRDtRQUNDLEtBQUssRUFBRSxDQUFDO1FBWFQsZ0RBQWdEO1FBQ3RDLFVBQUssR0FBRyxJQUFJLFlBQVksRUFBUSxDQUFDO1FBQ2pDLFNBQUksR0FBRyxJQUFJLFlBQVksRUFBUSxDQUFDO1FBQ2hDLFlBQU8sR0FBRyxJQUFJLFlBQVksRUFBVyxDQUFDO0lBU2hELENBQUM7SUE5RUQsc0NBQXNDO0lBQ3RDLElBQUksUUFBUTtRQUNYLE9BQU8sSUFBSSxDQUFDLFNBQVMsQ0FBQztJQUN2QixDQUFDO0lBQ0QsSUFDSSxRQUFRLENBQUMsS0FBdUI7UUFDbkMsSUFBSSxDQUFDLFNBQVMsR0FBRyxLQUFLLENBQUM7SUFDeEIsQ0FBQztJQUVELDRFQUE0RTtJQUM1RSxJQUFJLGVBQWU7UUFDbEIsT0FBTyxJQUFJLENBQUMsZ0JBQWdCLENBQUM7SUFDOUIsQ0FBQztJQUNELElBQ0ksZUFBZSxDQUFDLEtBQVU7UUFDN0IsSUFBSSxDQUFDLGdCQUFnQixHQUFHLEtBQUssQ0FBQztJQUMvQixDQUFDO0lBRUQ7OztPQUdHO0lBQ0gsSUFDSSxpQkFBaUIsQ0FBQyxDQUFVO1FBQy9CLElBQUksQ0FBQyxZQUFZLEdBQUcsQ0FBQyxDQUFDO0lBQ3ZCLENBQUM7SUFFRDs7O09BR0c7SUFDSCxJQUNJLGNBQWMsQ0FBQyxDQUFVO1FBQzVCLElBQUksQ0FBQyxTQUFTLEdBQUcsQ0FBQyxDQUFDO0lBQ3BCLENBQUM7SUFFRDs7O09BR0c7SUFDSCxJQUNJLG1CQUFtQixDQUFDLENBQTBCO1FBQ2pELElBQUksQ0FBQyxjQUFjLEdBQUcsQ0FBQyxDQUFDO0lBQ3pCLENBQUM7SUFFRDs7Ozs7T0FLRztJQUNILElBQ0ksaUJBQWlCLENBQUMsT0FBZTtRQUNwQyxJQUFJLENBQUMsWUFBWSxHQUFHLE9BQU8sQ0FBQztJQUM3QixDQUFDO0lBQ0Q7Ozs7O09BS0c7SUFDSCxJQUNJLG1CQUFtQixDQUFDLE9BQWU7UUFDdEMsSUFBSSxDQUFDLGNBQWMsR0FBRyxPQUFPLENBQUM7SUFDL0IsQ0FBQztJQU9ELElBQ0ksYUFBYSxDQUFDLEVBQW9CO1FBQ3JDLElBQUksQ0FBQyxXQUFXLEdBQUcsRUFBRSxDQUFDO0lBQ3ZCLENBQUM7SUFNRCxXQUFXO1FBQ1YsSUFBSSxDQUFDLE9BQU8sRUFBRSxDQUFDO1FBQ2YsSUFBSSxDQUFDLEtBQUssQ0FBQyxRQUFRLEVBQUUsQ0FBQztJQUN2QixDQUFDO0lBQ0QsZUFBZTtRQUNkLElBQUksQ0FBQyxLQUFLLENBQUMsSUFBSSxFQUFFLENBQUM7SUFDbkIsQ0FBQztJQUVELGNBQWM7UUFDYixJQUFJLENBQUMsSUFBSSxDQUFDLElBQUksRUFBRSxDQUFDO0lBQ2xCLENBQUM7SUFDRCxpQkFBaUIsQ0FBQyxPQUFnQjtRQUNqQyxJQUFJLENBQUMsT0FBTyxDQUFDLElBQUksQ0FBQyxPQUFPLENBQUMsQ0FBQztJQUM1QixDQUFDOzs7WUF4R0QsU0FBUyxTQUFDO2dCQUNWLFFBQVEsRUFBRSxZQUFZO2dCQUN0QiwwcUJBQTZDO2dCQUM3QyxlQUFlLEVBQUUsdUJBQXVCLENBQUMsTUFBTTtnQkFDL0MsVUFBVSxFQUFFLENBQUMsa0JBQWtCLENBQUM7Z0JBQ2hDLFFBQVEsRUFBRSxnQkFBZ0I7YUFDMUI7Ozs7dUJBU0MsS0FBSzs4QkFTTCxLQUFLLFNBQUMsa0JBQWtCO2dDQVN4QixLQUFLLFNBQUMsZ0JBQWdCOzZCQVN0QixLQUFLLFNBQUMsWUFBWTtrQ0FTbEIsS0FBSyxTQUFDLGlCQUFpQjtnQ0FXdkIsS0FBSyxTQUFDLGVBQWU7a0NBVXJCLEtBQUssU0FBQyxpQkFBaUI7b0JBTXZCLE1BQU07bUJBQ04sTUFBTTtzQkFDTixNQUFNOzRCQUVOLFNBQVMsU0FBQyxXQUFXLEVBQUUsRUFBRSxNQUFNLEVBQUUsSUFBSSxFQUFFIiwic291cmNlc0NvbnRlbnQiOlsiaW1wb3J0IHtcclxuXHRDb21wb25lbnQsXHJcblx0RXZlbnRFbWl0dGVyLFxyXG5cdElucHV0LFxyXG5cdE9uRGVzdHJveSxcclxuXHRPdXRwdXQsXHJcblx0VGVtcGxhdGVSZWYsXHJcblx0Vmlld0NoaWxkLFxyXG5cdENoYW5nZURldGVjdGlvblN0cmF0ZWd5LFxyXG59IGZyb20gJ0Bhbmd1bGFyL2NvcmUnO1xyXG5cclxuaW1wb3J0IHtcclxuXHRJTHVQb3BvdmVyUGFuZWwsXHJcblx0THVQb3BvdmVyU2Nyb2xsU3RyYXRlZ3ksXHJcblx0QUx1UG9wb3ZlclBhbmVsLFxyXG59IGZyb20gJy4vcG9wb3Zlci1wYW5lbC5tb2RlbCc7XHJcbmltcG9ydCB7IGx1VHJhbnNmb3JtUG9wb3ZlciB9IGZyb20gJy4uL2FuaW1hdGlvbi9pbmRleCc7XHJcblxyXG5cclxuLy8gaW1wb3J0IHsgc3RhbmRhcmRQb3BvdmVyVGVtcGxhdGUgfSBmcm9tICcuL3BvcG92ZXIudGVtcGxhdGUnO1xyXG5cclxuQENvbXBvbmVudCh7XHJcblx0c2VsZWN0b3I6ICdsdS1wb3BvdmVyJyxcclxuXHR0ZW1wbGF0ZVVybDogJy4vcG9wb3Zlci1wYW5lbC5jb21wb25lbnQuaHRtbCcsXHJcblx0Y2hhbmdlRGV0ZWN0aW9uOiBDaGFuZ2VEZXRlY3Rpb25TdHJhdGVneS5PblB1c2gsXHJcblx0YW5pbWF0aW9uczogW2x1VHJhbnNmb3JtUG9wb3Zlcl0sXHJcblx0ZXhwb3J0QXM6ICdMdVBvcG92ZXJQYW5lbCcsXHJcbn0pXHJcbmV4cG9ydCBjbGFzcyBMdVBvcG92ZXJQYW5lbENvbXBvbmVudCBleHRlbmRzIEFMdVBvcG92ZXJQYW5lbCBpbXBsZW1lbnRzIElMdVBvcG92ZXJQYW5lbCwgT25EZXN0cm95IHtcclxuXHRwcm90ZWN0ZWQgX3RlbXBsYXRlOiBUZW1wbGF0ZVJlZjxhbnk+O1xyXG5cdHByb3RlY3RlZCBfdGVtcGxhdGVDb250ZXh0OiBhbnk7XHJcblxyXG5cdC8qKiBUZW1wbGF0ZSB0byBVc2UgZm9yIHRoZSBwb3BvdmVyICovXHJcblx0Z2V0IHRlbXBsYXRlKCk6IFRlbXBsYXRlUmVmPGFueT4ge1xyXG5cdFx0cmV0dXJuIHRoaXMuX3RlbXBsYXRlO1xyXG5cdH1cclxuXHRASW5wdXQoKVxyXG5cdHNldCB0ZW1wbGF0ZSh2YWx1ZTogVGVtcGxhdGVSZWY8YW55Pikge1xyXG5cdFx0dGhpcy5fdGVtcGxhdGUgPSB2YWx1ZTtcclxuXHR9XHJcblxyXG5cdC8qKiBUZW1wbGF0ZSBjb250ZXh0IHRvIHVzZSBmb3IgdGhlIHBvcG92ZXIgd2hlbiBjcmVhdGVkIHVzaW5nIGEgdGVtcGxhdGUgKi9cclxuXHRnZXQgdGVtcGxhdGVDb250ZXh0KCk6IGFueSB7XHJcblx0XHRyZXR1cm4gdGhpcy5fdGVtcGxhdGVDb250ZXh0O1xyXG5cdH1cclxuXHRASW5wdXQoJ3RlbXBsYXRlLWNvbnRleHQnKVxyXG5cdHNldCB0ZW1wbGF0ZUNvbnRleHQodmFsdWU6IGFueSkge1xyXG5cdFx0dGhpcy5fdGVtcGxhdGVDb250ZXh0ID0gdmFsdWU7XHJcblx0fVxyXG5cclxuXHQvKipcclxuXHQgKiBQb3BvdmVyIGNvbnRhaW5lciBjbG9zZSBvbiBjbGlja1xyXG5cdCAqIGRlZmF1bHQ6IGZhbHNlXHJcblx0ICovXHJcblx0QElucHV0KCdjbG9zZS1vbi1jbGljaycpXHJcblx0c2V0IGlucHV0Q2xvc2VPbkNsaWNrKHY6IGJvb2xlYW4pIHtcclxuXHRcdHRoaXMuY2xvc2VPbkNsaWNrID0gdjtcclxuXHR9XHJcblxyXG5cdC8qKlxyXG5cdCAqIFBvcG92ZXIgZm9jdXMgdHJhcCB1c2luZyBjZGtUcmFwRm9jdXNcclxuXHQgKiBkZWZhdWx0OiBmYWxzZVxyXG5cdCAqL1xyXG5cdEBJbnB1dCgndHJhcC1mb2N1cycpXHJcblx0c2V0IGlucHV0VHJhcEZvY3VzKHY6IGJvb2xlYW4pIHtcclxuXHRcdHRoaXMudHJhcEZvY3VzID0gdjtcclxuXHR9XHJcblxyXG5cdC8qKlxyXG5cdCAqIFBvcG92ZXIgc2Nyb2xsU3RyYXRlZ3lcclxuXHQgKiBkZWZhdWx0OiByZXBvc2l0aW9uXHJcblx0ICovXHJcblx0QElucHV0KCdzY3JvbGwtc3RyYXRlZ3knKVxyXG5cdHNldCBpbnB1dFNjcm9sbFN0cmF0ZWd5KHY6IEx1UG9wb3ZlclNjcm9sbFN0cmF0ZWd5KSB7XHJcblx0XHR0aGlzLnNjcm9sbFN0cmF0ZWd5ID0gdjtcclxuXHR9XHJcblxyXG5cdC8qKlxyXG5cdCAqIFRoaXMgbWV0aG9kIHRha2VzIGNsYXNzZXMgc2V0IG9uIHRoZSBob3N0IGx1LXBvcG92ZXIgZWxlbWVudCBhbmQgYXBwbGllcyB0aGVtIG9uIHRoZVxyXG5cdCAqIHBvcG92ZXIgdGVtcGxhdGUgdGhhdCBkaXNwbGF5cyBpbiB0aGUgb3ZlcmxheSBjb250YWluZXIuICBPdGhlcndpc2UsIGl0J3MgZGlmZmljdWx0XHJcblx0ICogdG8gc3R5bGUgdGhlIGNvbnRhaW5pbmcgcG9wb3ZlciBmcm9tIG91dHNpZGUgdGhlIGNvbXBvbmVudC5cclxuXHQgKiBAcGFyYW0gY2xhc3NlcyBsaXN0IG9mIGNsYXNzIG5hbWVzXHJcblx0ICovXHJcblx0QElucHV0KCdwYW5lbC1jbGFzc2VzJylcclxuXHRzZXQgaW5wdXRQYW5lbENsYXNzZXMoY2xhc3Nlczogc3RyaW5nKSB7XHJcblx0XHR0aGlzLnBhbmVsQ2xhc3NlcyA9IGNsYXNzZXM7XHJcblx0fVxyXG5cdC8qKlxyXG5cdCAqIFRoaXMgbWV0aG9kIHRha2VzIGNsYXNzZXMgc2V0IG9uIHRoZSBob3N0IGx1LXBvcG92ZXIgZWxlbWVudCBhbmQgYXBwbGllcyB0aGVtIG9uIHRoZVxyXG5cdCAqIHBvcG92ZXIgdGVtcGxhdGUgdGhhdCBkaXNwbGF5cyBpbiB0aGUgb3ZlcmxheSBjb250YWluZXIuIE90aGVyd2lzZSwgaXQncyBkaWZmaWN1bHRcclxuXHQgKiB0byBzdHlsZSB0aGUgY29udGFpbmluZyBwb3BvdmVyIGZyb20gb3V0c2lkZSB0aGUgY29tcG9uZW50LlxyXG5cdCAqIEBwYXJhbSBjbGFzc2VzIGxpc3Qgb2YgY2xhc3MgbmFtZXNcclxuXHQgKi9cclxuXHRASW5wdXQoJ2NvbnRlbnQtY2xhc3NlcycpXHJcblx0c2V0IGlucHV0Q29udGVudENsYXNzZXMoY2xhc3Nlczogc3RyaW5nKSB7XHJcblx0XHR0aGlzLmNvbnRlbnRDbGFzc2VzID0gY2xhc3NlcztcclxuXHR9XHJcblxyXG5cdC8qKiBFdmVudCBlbWl0dGVkIHdoZW4gdGhlIHBvcG92ZXIgaXMgY2xvc2VkLiAqL1xyXG5cdEBPdXRwdXQoKSBjbG9zZSA9IG5ldyBFdmVudEVtaXR0ZXI8dm9pZD4oKTtcclxuXHRAT3V0cHV0KCkgb3BlbiA9IG5ldyBFdmVudEVtaXR0ZXI8dm9pZD4oKTtcclxuXHRAT3V0cHV0KCkgaG92ZXJlZCA9IG5ldyBFdmVudEVtaXR0ZXI8Ym9vbGVhbj4oKTtcclxuXHJcblx0QFZpZXdDaGlsZChUZW1wbGF0ZVJlZiwgeyBzdGF0aWM6IHRydWUgfSlcclxuXHRzZXQgdmNUZW1wbGF0ZVJlZih0cjogVGVtcGxhdGVSZWY8YW55Pikge1xyXG5cdFx0dGhpcy50ZW1wbGF0ZVJlZiA9IHRyO1xyXG5cdH1cclxuXHJcblx0Y29uc3RydWN0b3IoKSB7XHJcblx0XHRzdXBlcigpO1xyXG5cdH1cclxuXHJcblx0bmdPbkRlc3Ryb3koKSB7XHJcblx0XHR0aGlzLm9uQ2xvc2UoKTtcclxuXHRcdHRoaXMuY2xvc2UuY29tcGxldGUoKTtcclxuXHR9XHJcblx0X2VtaXRDbG9zZUV2ZW50KCk6IHZvaWQge1xyXG5cdFx0dGhpcy5jbG9zZS5lbWl0KCk7XHJcblx0fVxyXG5cclxuXHRfZW1pdE9wZW5FdmVudCgpOiB2b2lkIHtcclxuXHRcdHRoaXMub3Blbi5lbWl0KCk7XHJcblx0fVxyXG5cdF9lbWl0SG92ZXJlZEV2ZW50KGhvdmVyZWQ6IGJvb2xlYW4pOiB2b2lkIHtcclxuXHRcdHRoaXMuaG92ZXJlZC5lbWl0KGhvdmVyZWQpO1xyXG5cdH1cclxufVxyXG4iXX0=
|
|
@@ -1,96 +0,0 @@
|
|
|
1
|
-
import { ESCAPE } from '@angular/cdk/keycodes';
|
|
2
|
-
/**
|
|
3
|
-
* abstract class for basic implementation of a popover panel
|
|
4
|
-
*/
|
|
5
|
-
export class ALuPopoverPanel {
|
|
6
|
-
constructor() {
|
|
7
|
-
this._closeOnClick = false;
|
|
8
|
-
this._trapFocus = false;
|
|
9
|
-
this._scrollStrategy = 'reposition';
|
|
10
|
-
this._positionClassesMap = {};
|
|
11
|
-
this._panelClasses = '';
|
|
12
|
-
this._contentClasses = '';
|
|
13
|
-
}
|
|
14
|
-
get isOpen() { return this._isOpen; }
|
|
15
|
-
get closeOnClick() { return this._closeOnClick; }
|
|
16
|
-
set closeOnClick(coc) { this._closeOnClick = coc; }
|
|
17
|
-
get trapFocus() { return this._trapFocus; }
|
|
18
|
-
set trapFocus(tf) { this._trapFocus = tf; }
|
|
19
|
-
get scrollStrategy() { return this._scrollStrategy; }
|
|
20
|
-
set scrollStrategy(ss) { this._scrollStrategy = ss; }
|
|
21
|
-
get templateRef() { return this._templateRef; }
|
|
22
|
-
set templateRef(tr) { this._templateRef = tr; }
|
|
23
|
-
get panelClasses() { return this._panelClasses; }
|
|
24
|
-
set panelClasses(cl) {
|
|
25
|
-
this._panelClasses = cl;
|
|
26
|
-
}
|
|
27
|
-
get panelClassesMap() {
|
|
28
|
-
const map = this._panelClasses
|
|
29
|
-
.split(' ')
|
|
30
|
-
.filter(c => !!c)
|
|
31
|
-
.reduce((obj, className) => {
|
|
32
|
-
obj[className] = true;
|
|
33
|
-
return obj;
|
|
34
|
-
}, {});
|
|
35
|
-
// also add positiopn classes
|
|
36
|
-
return Object.assign(Object.assign({}, map), this._positionClassesMap);
|
|
37
|
-
}
|
|
38
|
-
get contentClasses() { return this._contentClasses; }
|
|
39
|
-
set contentClasses(cl) {
|
|
40
|
-
this._contentClasses = cl;
|
|
41
|
-
}
|
|
42
|
-
get contentClassesMap() {
|
|
43
|
-
return this._contentClasses
|
|
44
|
-
.split(' ')
|
|
45
|
-
.reduce((obj, className) => {
|
|
46
|
-
obj[className] = true;
|
|
47
|
-
return obj;
|
|
48
|
-
}, {});
|
|
49
|
-
}
|
|
50
|
-
get overlayPaneClass() { return this._overlayPaneClass; }
|
|
51
|
-
set overlayPaneClass(opc) { this._overlayPaneClass = opc; }
|
|
52
|
-
set keydownEvents$(evt$) {
|
|
53
|
-
if (!this._keydownEventsSub) {
|
|
54
|
-
this._keydownEventsSub = evt$.subscribe(e => this._handleKeydown(e));
|
|
55
|
-
}
|
|
56
|
-
}
|
|
57
|
-
setPositionClasses(posX, posY) {
|
|
58
|
-
this._positionClassesMap['is-before'] = posX === 'end';
|
|
59
|
-
this._positionClassesMap['is-after'] = posX === 'start';
|
|
60
|
-
this._positionClassesMap['is-above'] = posY === 'bottom';
|
|
61
|
-
this._positionClassesMap['is-below'] = posY === 'top';
|
|
62
|
-
}
|
|
63
|
-
onClick() {
|
|
64
|
-
if (this.closeOnClick) {
|
|
65
|
-
this._emitCloseEvent();
|
|
66
|
-
}
|
|
67
|
-
}
|
|
68
|
-
onOpen() {
|
|
69
|
-
this._isOpen = true;
|
|
70
|
-
}
|
|
71
|
-
onClose() {
|
|
72
|
-
this._isOpen = false;
|
|
73
|
-
}
|
|
74
|
-
/**
|
|
75
|
-
* TODO: Refactor when @angular/cdk includes feature I mentioned on github see link below.
|
|
76
|
-
* https://github.com/angular/material2/pull/5493#issuecomment-313085323
|
|
77
|
-
*/
|
|
78
|
-
/** Disables close of popover when leaving trigger element and mouse over the popover */
|
|
79
|
-
onMouseOver() {
|
|
80
|
-
this._emitHoveredEvent(true);
|
|
81
|
-
}
|
|
82
|
-
/** Enables close of popover when mouse leaving popover element */
|
|
83
|
-
onMouseLeave() {
|
|
84
|
-
this._emitHoveredEvent(false);
|
|
85
|
-
}
|
|
86
|
-
/** does nothing but must be overridable */
|
|
87
|
-
onMouseDown($event) { }
|
|
88
|
-
_handleKeydown(event) {
|
|
89
|
-
switch (event.keyCode) {
|
|
90
|
-
case ESCAPE:
|
|
91
|
-
this._emitCloseEvent();
|
|
92
|
-
return;
|
|
93
|
-
}
|
|
94
|
-
}
|
|
95
|
-
}
|
|
96
|
-
//# sourceMappingURL=data:application/json;base64,eyJ2ZXJzaW9uIjozLCJmaWxlIjoicG9wb3Zlci1wYW5lbC5tb2RlbC5qcyIsInNvdXJjZVJvb3QiOiIiLCJzb3VyY2VzIjpbIi4uLy4uLy4uLy4uLy4uLy4uL3BhY2thZ2VzL25nL3BvcG92ZXIvc3JjL2xpYi9wYW5lbC9wb3BvdmVyLXBhbmVsLm1vZGVsLnRzIl0sIm5hbWVzIjpbXSwibWFwcGluZ3MiOiJBQUVBLE9BQU8sRUFBRSxNQUFNLEVBQUUsTUFBTSx1QkFBdUIsQ0FBQztBQWdDL0M7O0dBRUc7QUFDSCxNQUFNLE9BQWdCLGVBQWU7SUFBckM7UUFRVyxrQkFBYSxHQUFHLEtBQUssQ0FBQztRQUl0QixlQUFVLEdBQUcsS0FBSyxDQUFDO1FBSW5CLG9CQUFlLEdBQTRCLFlBQVksQ0FBQztRQVF4RCx3QkFBbUIsR0FBUSxFQUFFLENBQUM7UUFDOUIsa0JBQWEsR0FBRyxFQUFFLENBQUM7UUFpQm5CLG9CQUFlLEdBQUcsRUFBRSxDQUFDO0lBNkVoQyxDQUFDO0lBbEhBLElBQUksTUFBTSxLQUFLLE9BQU8sSUFBSSxDQUFDLE9BQU8sQ0FBQyxDQUFDLENBQUM7SUFJckMsSUFBSSxZQUFZLEtBQUssT0FBTyxJQUFJLENBQUMsYUFBYSxDQUFDLENBQUMsQ0FBQztJQUNqRCxJQUFJLFlBQVksQ0FBQyxHQUFZLElBQUksSUFBSSxDQUFDLGFBQWEsR0FBRyxHQUFHLENBQUMsQ0FBQyxDQUFDO0lBRzVELElBQUksU0FBUyxLQUFLLE9BQU8sSUFBSSxDQUFDLFVBQVUsQ0FBQyxDQUFDLENBQUM7SUFDM0MsSUFBSSxTQUFTLENBQUMsRUFBVyxJQUFJLElBQUksQ0FBQyxVQUFVLEdBQUcsRUFBRSxDQUFDLENBQUMsQ0FBQztJQUdwRCxJQUFJLGNBQWMsS0FBSyxPQUFPLElBQUksQ0FBQyxlQUFlLENBQUMsQ0FBQyxDQUFDO0lBQ3JELElBQUksY0FBYyxDQUFDLEVBQTJCLElBQUksSUFBSSxDQUFDLGVBQWUsR0FBRyxFQUFFLENBQUMsQ0FBQyxDQUFDO0lBRzlFLElBQUksV0FBVyxLQUFLLE9BQU8sSUFBSSxD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QUFDO0lBQzlCLENBQUM7SUFDRCxrRUFBa0U7SUFDbEUsWUFBWTtRQUNYLElBQUksQ0FBQyxpQkFBaUIsQ0FBQyxLQUFLLENBQUMsQ0FBQztJQUMvQixDQUFDO0lBQ0QsMkNBQTJDO0lBQzNDLFdBQVcsQ0FBQyxNQUFNLElBQUcsQ0FBQztJQUV0QixjQUFjLENBQUMsS0FBb0I7UUFDbEMsUUFBUSxLQUFLLENBQUMsT0FBTyxFQUFFO1lBQ3RCLEtBQUssTUFBTTtnQkFDVixJQUFJLENBQUMsZUFBZSxFQUFFLENBQUM7Z0JBQ3ZCLE9BQU87U0FDUjtJQUNGLENBQUM7Q0FDRCIsInNvdXJjZXNDb250ZW50IjpbImltcG9ydCB7IFRlbXBsYXRlUmVmIH0gZnJvbSAnQGFuZ3VsYXIvY29yZSc7XHJcbmltcG9ydCB7IE9ic2VydmFibGUsIFN1YnNjcmlwdGlvbiB9IGZyb20gJ3J4anMnO1xyXG5pbXBvcnQgeyBFU0NBUEUgfSBmcm9tICdAYW5ndWxhci9jZGsva2V5Y29kZXMnO1xyXG5pbXBvcnQgeyBIb3Jpem9udGFsQ29ubmVjdGlvblBvcywgVmVydGljYWxDb25uZWN0aW9uUG9zIH0gZnJvbSAnQGFuZ3VsYXIvY2RrL292ZXJsYXknO1xyXG5cclxuZXhwb3J0IHR5cGUgTHVQb3BvdmVyU2Nyb2xsU3RyYXRlZ3kgPSAncmVwb3NpdGlvbicgfCAnYmxvY2snIHwgJ2Nsb3NlJztcclxuXHJcbmV4cG9ydCBkZWNsYXJlIGludGVyZmFjZSBJTHVQb3BvdmVyUGFuZWwge1xyXG5cdHNjcm9sbFN0cmF0ZWd5OiBMdVBvcG92ZXJTY3JvbGxTdHJhdGVneTtcclxuXHRjbG9zZU9uQ2xpY2s6IGJvb2xlYW47XHJcblx0cGFuZWxJZD86IHN0cmluZztcclxuXHR0cmlnZ2VySWQ/OiBzdHJpbmc7XHJcblx0dGVtcGxhdGVSZWY/OiBUZW1wbGF0ZVJlZjxhbnk+O1xyXG5cclxuXHQvKiogd2lsbCBlbWl0IHdoZW4gdGhlIHBhbmVsIHdhbnRzIHRvIGNsb3NlICovXHJcblx0Y2xvc2U6IE9ic2VydmFibGU8dm9pZD47XHJcblx0LyoqIHdpbGwgZW1pdCB3aGVuIHRoZSBwYW5lbCB3YW50cyB0byBvcGVuICovXHJcblx0b3BlbjogT2JzZXJ2YWJsZTx2b2lkPjtcclxuXHQvKiogd2lsbCBlbWl0IHdoZW4gdGhlIHBhbmVsIGlzIGhvdmVyZWQgKi9cclxuXHRob3ZlcmVkOiBPYnNlcnZhYmxlPGJvb2xlYW4+O1xyXG5cdC8qKiBjbGFzc2VzIHRvIGFwcGx5IHRvIHRoZSBwYW5lbCwgdXNlcyAnICcgZm9yIHNlcGFyYXRpbmcgdmFsdWVzICovXHJcblx0cGFuZWxDbGFzc2VzOiBzdHJpbmc7XHJcblx0LyoqIGNsYXNzIHRvIGFwcGx5IHRvIHRoZSBwYW5lbCBjb250ZW50LCB1c2VzICcgJyBmb3Igc2VwYXJhdGluZyB2YWx1ZXMgKi9cclxuXHRjb250ZW50Q2xhc3Nlczogc3RyaW5nO1xyXG5cclxuXHRrZXlkb3duRXZlbnRzJDogT2JzZXJ2YWJsZTxLZXlib2FyZEV2ZW50PjtcclxuXHJcblx0c2V0UG9zaXRpb25DbGFzc2VzOiAocG9zWDogSG9yaXpvbnRhbENvbm5lY3Rpb25Qb3MsIHBvc1k6IFZlcnRpY2FsQ29ubmVjdGlvblBvcykgPT4gdm9pZDtcclxuXHJcblx0LyoqIG1ldGhvZCBjYWxsZWQgYnkgdGhlIHRyaWdnZXIgd2hlbiBpdCBvcGVucyB0aGUgcG9wb3ZlciAqL1xyXG5cdG9uT3BlbigpOiB2b2lkO1xyXG5cdC8qKiBtZXRob2QgY2FsbGVkIGJ5IHRoZSB0cmlnZ2VyIHdoZW4gaXQgY2xvc2VzIHRoZSBwb3BvdmVyICovXHJcblx0b25DbG9zZSgpOiB2b2lkO1xyXG59XHJcbi8qKlxyXG4gKiBhYnN0cmFjdCBjbGFzcyBmb3IgYmFzaWMgaW1wbGVtZW50YXRpb24gb2YgYSBwb3BvdmVyIHBhbmVsXHJcbiAqL1xyXG5leHBvcnQgYWJzdHJhY3QgY2xhc3MgQUx1UG9wb3ZlclBhbmVsIGltcGxlbWVudHMgSUx1UG9wb3ZlclBhbmVsIHtcclxuXHRwYW5lbElkOiBzdHJpbmc7XHJcblx0dHJpZ2dlcklkOiBzdHJpbmc7XHJcblxyXG5cdHByb3RlY3RlZCBfaXNPcGVuOiBib29sZWFuO1xyXG5cdGdldCBpc09wZW4oKSB7IHJldHVybiB0aGlzLl9pc09wZW47IH1cclxuXHJcblxyXG5cdHByb3RlY3RlZCBfY2xvc2VPbkNsaWNrID0gZmFsc2U7XHJcblx0Z2V0IGNsb3NlT25DbGljaygpIHsgcmV0dXJuIHRoaXMuX2Nsb3NlT25DbGljazsgfVxyXG5cdHNldCBjbG9zZU9uQ2xpY2soY29jOiBib29sZWFuKSB7IHRoaXMuX2Nsb3NlT25DbGljayA9IGNvYzsgfVxyXG5cclxuXHRwcm90ZWN0ZWQgX3RyYXBGb2N1cyA9IGZhbHNlO1xyXG5cdGdldCB0cmFwRm9jdXMoKSB7IHJldHVybiB0aGlzLl90cmFwRm9jdXM7IH1cclxuXHRzZXQgdHJhcEZvY3VzKHRmOiBib29sZWFuKSB7IHRoaXMuX3RyYXBGb2N1cyA9IHRmOyB9XHJcblxyXG5cdHByb3RlY3RlZCBfc2Nyb2xsU3RyYXRlZ3k6IEx1UG9wb3ZlclNjcm9sbFN0cmF0ZWd5ID0gJ3JlcG9zaXRpb24nO1xyXG5cdGdldCBzY3JvbGxTdHJhdGVneSgpIHsgcmV0dXJuIHRoaXMuX3Njcm9sbFN0cmF0ZWd5OyB9XHJcblx0c2V0IHNjcm9sbFN0cmF0ZWd5KHNzOiBMdVBvcG92ZXJTY3JvbGxTdHJhdGVneSkgeyB0aGlzLl9zY3JvbGxTdHJhdGVneSA9IHNzOyB9XHJcblxyXG5cdHByb3RlY3RlZCBfdGVtcGxhdGVSZWY6IFRlbXBsYXRlUmVmPGFueT47XHJcblx0Z2V0IHRlbXBsYXRlUmVmKCkgeyByZXR1cm4gdGhpcy5fdGVtcGxhdGVSZWY7IH1cclxuXHRzZXQgdGVtcGxhdGVSZWYodHI6IFRlbXBsYXRlUmVmPGFueT4pIHsgdGhpcy5fdGVtcGxhdGVSZWYgPSB0cjsgfVxyXG5cclxuXHRwcm90ZWN0ZWQgX3Bvc2l0aW9uQ2xhc3Nlc01hcDogYW55ID0ge307XHJcblx0cHJvdGVjdGVkIF9wYW5lbENsYXNzZXMgPSAnJztcclxuXHRnZXQgcGFuZWxDbGFzc2VzKCkgeyByZXR1cm4gdGhpcy5fcGFuZWxDbGFzc2VzOyB9XHJcblx0c2V0IHBhbmVsQ2xhc3NlcyhjbDogc3RyaW5nKSB7XHJcblx0XHR0aGlzLl9wYW5lbENsYXNzZXMgPSBjbDtcclxuXHR9XHJcblx0Z2V0IHBhbmVsQ2xhc3Nlc01hcCgpIHtcclxuXHRcdGNvbnN0IG1hcCA9IHRoaXMuX3BhbmVsQ2xhc3Nlc1xyXG5cdFx0XHQuc3BsaXQoJyAnKVxyXG5cdFx0XHQuZmlsdGVyKGMgPT4gISFjKVxyXG5cdFx0XHQucmVkdWNlKChvYmo6IGFueSwgY2xhc3NOYW1lOiBzdHJpbmcpID0+IHtcclxuXHRcdFx0XHRvYmpbY2xhc3NOYW1lXSA9IHRydWU7XHJcblx0XHRcdFx0cmV0dXJuIG9iajtcclxuXHRcdFx0fSwge30pO1xyXG5cdFx0Ly8gYWxzbyBhZGQgcG9zaXRpb3BuIGNsYXNzZXNcclxuXHRcdHJldHVybiB7IC4uLm1hcCwgLi4udGhpcy5fcG9zaXRpb25DbGFzc2VzTWFwIH07XHJcblx0fVxyXG5cclxuXHRwcm90ZWN0ZWQgX2NvbnRlbnRDbGFzc2VzID0gJyc7XHJcblx0Z2V0IGNvbnRlbnRDbGFzc2VzKCkgeyByZXR1cm4gdGhpcy5fY29udGVudENsYXNzZXM7IH1cclxuXHRzZXQgY29udGVudENsYXNzZXMoY2w6IHN0cmluZykge1xyXG5cdFx0dGhpcy5fY29udGVudENsYXNzZXMgPSBjbDtcclxuXHR9XHJcblx0Z2V0IGNvbnRlbnRDbGFzc2VzTWFwKCkge1xyXG5cdFx0cmV0dXJuIHRoaXMuX2NvbnRlbnRDbGFzc2VzXHJcblx0XHRcdC5zcGxpdCgnICcpXHJcblx0XHRcdC5yZWR1Y2UoKG9iajogYW55LCBjbGFzc05hbWU6IHN0cmluZykgPT4ge1xyXG5cdFx0XHRcdG9ialtjbGFzc05hbWVdID0gdHJ1ZTtcclxuXHRcdFx0XHRyZXR1cm4gb2JqO1xyXG5cdFx0XHR9LCB7fSk7XHJcblx0fVxyXG5cclxuXHJcblx0LyoqIENsYXNzZXMgdG8gYmUgcGFzc2VkIGludG8gdGhlIHBvcG92ZXIncyBvdmVybGF5ICovXHJcblx0cHJvdGVjdGVkIF9vdmVybGF5UGFuZUNsYXNzOiBzdHJpbmcgfCBzdHJpbmdbXTtcclxuXHRwdWJsaWMgZ2V0IG92ZXJsYXlQYW5lQ2xhc3MoKSB7IHJldHVybiB0aGlzLl9vdmVybGF5UGFuZUNsYXNzOyB9XHJcblx0cHVibGljIHNldCBvdmVybGF5UGFuZUNsYXNzKG9wYykgeyB0aGlzLl9vdmVybGF5UGFuZUNsYXNzID0gb3BjOyB9XHJcblxyXG5cdC8vIC8qKiBDb25maWcgb2JqZWN0IHRvIGJlIHBhc3NlZCBpbnRvIHRoZSBwb3BvdmVyJ3MgY29udGVudCBuZ1N0eWxlICovXHJcblxyXG5cdHByb3RlY3RlZCBfa2V5ZG93bkV2ZW50c1N1YjogU3Vic2NyaXB0aW9uO1xyXG5cdHNldCBrZXlkb3duRXZlbnRzJChldnQkOiBPYnNlcnZhYmxlPEtleWJvYXJkRXZlbnQ+KSB7XHJcblx0XHRpZiAoIXRoaXMuX2tleWRvd25FdmVudHNTdWIpIHtcclxuXHRcdFx0dGhpcy5fa2V5ZG93bkV2ZW50c1N1YiA9IGV2dCQuc3Vic2NyaWJlKGUgPT4gdGhpcy5faGFuZGxlS2V5ZG93bihlKSk7XHJcblx0XHR9XHJcblx0fVxyXG5cclxuXHRjbG9zZTogT2JzZXJ2YWJsZTx2b2lkPjtcclxuXHRvcGVuOiBPYnNlcnZhYmxlPHZvaWQ+O1xyXG5cdGhvdmVyZWQ6IE9ic2VydmFibGU8Ym9vbGVhbj47XHJcblx0YWJzdHJhY3QgX2VtaXRDbG9zZUV2ZW50KCk6IHZvaWQ7XHJcblx0YWJzdHJhY3QgX2VtaXRPcGVuRXZlbnQoKTogdm9pZDtcclxuXHRhYnN0cmFjdCBfZW1pdEhvdmVyZWRFdmVudChob3ZlcmVkOiBib29sZWFuKTogdm9pZDtcclxuXHJcblx0c2V0UG9zaXRpb25DbGFzc2VzKHBvc1g6IEhvcml6b250YWxDb25uZWN0aW9uUG9zLCBwb3NZOiBWZXJ0aWNhbENvbm5lY3Rpb25Qb3MpOiB2b2lkIHtcclxuXHRcdHRoaXMuX3Bvc2l0aW9uQ2xhc3Nlc01hcFsnaXMtYmVmb3JlJ10gPSBwb3NYID09PSAnZW5kJztcclxuXHRcdHRoaXMuX3Bvc2l0aW9uQ2xhc3Nlc01hcFsnaXMtYWZ0ZXInXSA9IHBvc1ggPT09ICdzdGFydCc7XHJcblx0XHR0aGlzLl9wb3NpdGlvbkNsYXNzZXNNYXBbJ2lzLWFib3ZlJ10gPSBwb3NZID09PSAnYm90dG9tJztcclxuXHRcdHRoaXMuX3Bvc2l0aW9uQ2xhc3Nlc01hcFsnaXMtYmVsb3cnXSA9IHBvc1kgPT09ICd0b3AnO1xyXG5cdH1cclxuXHJcblx0b25DbGljaygpIHtcclxuXHRcdGlmICh0aGlzLmNsb3NlT25DbGljaykge1xyXG5cdFx0XHR0aGlzLl9lbWl0Q2xvc2VFdmVudCgpO1xyXG5cdFx0fVxyXG5cdH1cclxuXHJcblx0b25PcGVuKCkge1xyXG5cdFx0dGhpcy5faXNPcGVuID0gdHJ1ZTtcclxuXHR9XHJcblx0b25DbG9zZSgpIHtcclxuXHRcdHRoaXMuX2lzT3BlbiA9IGZhbHNlO1xyXG5cdH1cclxuXHQvKipcclxuXHQgKiBUT0RPOiBSZWZhY3RvciB3aGVuIEBhbmd1bGFyL2NkayBpbmNsdWRlcyBmZWF0dXJlIEkgbWVudGlvbmVkIG9uIGdpdGh1YiBzZWUgbGluayBiZWxvdy5cclxuXHQgKiBodHRwczovL2dpdGh1Yi5jb20vYW5ndWxhci9tYXRlcmlhbDIvcHVsbC81NDkzI2lzc3VlY29tbWVudC0zMTMwODUzMjNcclxuXHQgKi9cclxuXHQvKiogRGlzYWJsZXMgY2xvc2Ugb2YgcG9wb3ZlciB3aGVuIGxlYXZpbmcgdHJpZ2dlciBlbGVtZW50IGFuZCBtb3VzZSBvdmVyIHRoZSBwb3BvdmVyICovXHJcblx0b25Nb3VzZU92ZXIoKSB7XHJcblx0XHR0aGlzLl9lbWl0SG92ZXJlZEV2ZW50KHRydWUpO1xyXG5cdH1cclxuXHQvKiogRW5hYmxlcyBjbG9zZSBvZiBwb3BvdmVyIHdoZW4gbW91c2UgbGVhdmluZyBwb3BvdmVyIGVsZW1lbnQgKi9cclxuXHRvbk1vdXNlTGVhdmUoKSB7XHJcblx0XHR0aGlzLl9lbWl0SG92ZXJlZEV2ZW50KGZhbHNlKTtcclxuXHR9XHJcblx0LyoqIGRvZXMgbm90aGluZyBidXQgbXVzdCBiZSBvdmVycmlkYWJsZSAqL1xyXG5cdG9uTW91c2VEb3duKCRldmVudCkge31cclxuXHJcblx0X2hhbmRsZUtleWRvd24oZXZlbnQ6IEtleWJvYXJkRXZlbnQpIHtcclxuXHRcdHN3aXRjaCAoZXZlbnQua2V5Q29kZSkge1xyXG5cdFx0XHRjYXNlIEVTQ0FQRTpcclxuXHRcdFx0XHR0aGlzLl9lbWl0Q2xvc2VFdmVudCgpO1xyXG5cdFx0XHRcdHJldHVybjtcclxuXHRcdH1cclxuXHR9XHJcbn1cclxuIl19
|
|
@@ -1,23 +0,0 @@
|
|
|
1
|
-
import { NgModule } from '@angular/core';
|
|
2
|
-
import { CommonModule } from '@angular/common';
|
|
3
|
-
import { OverlayModule } from '@angular/cdk/overlay';
|
|
4
|
-
import { LuPopoverPanelComponent } from './popover-panel.component';
|
|
5
|
-
import { A11yModule } from '@angular/cdk/a11y';
|
|
6
|
-
export class LuPopoverPanelModule {
|
|
7
|
-
}
|
|
8
|
-
LuPopoverPanelModule.decorators = [
|
|
9
|
-
{ type: NgModule, args: [{
|
|
10
|
-
imports: [
|
|
11
|
-
CommonModule,
|
|
12
|
-
OverlayModule,
|
|
13
|
-
A11yModule,
|
|
14
|
-
],
|
|
15
|
-
declarations: [
|
|
16
|
-
LuPopoverPanelComponent,
|
|
17
|
-
],
|
|
18
|
-
exports: [
|
|
19
|
-
LuPopoverPanelComponent,
|
|
20
|
-
],
|
|
21
|
-
},] }
|
|
22
|
-
];
|
|
23
|
-
//# sourceMappingURL=data:application/json;base64,eyJ2ZXJzaW9uIjozLCJmaWxlIjoicG9wb3Zlci1wYW5lbC5tb2R1bGUuanMiLCJzb3VyY2VSb290IjoiIiwic291cmNlcyI6WyIuLi8uLi8uLi8uLi8uLi8uLi9wYWNrYWdlcy9uZy9wb3BvdmVyL3NyYy9saWIvcGFuZWwvcG9wb3Zlci1wYW5lbC5tb2R1bGUudHMiXSwibmFtZXMiOltdLCJtYXBwaW5ncyI6IkFBQUEsT0FBTyxFQUFFLFFBQVEsRUFBRSxNQUFNLGVBQWUsQ0FBQztBQUN6QyxPQUFPLEVBQUUsWUFBWSxFQUFFLE1BQU0saUJBQWlCLENBQUM7QUFDL0MsT0FBTyxFQUFFLGFBQWEsRUFBRSxNQUFNLHNCQUFzQixDQUFDO0FBQ3JELE9BQU8sRUFBRSx1QkFBdUIsRUFBRSxNQUFNLDJCQUEyQixDQUFDO0FBQ3BFLE9BQU8sRUFBRSxVQUFVLEVBQUUsTUFBTSxtQkFBbUIsQ0FBQztBQWUvQyxNQUFNLE9BQU8sb0JBQW9COzs7WUFiaEMsUUFBUSxTQUFDO2dCQUNULE9BQU8sRUFBRTtvQkFDUixZQUFZO29CQUNaLGFBQWE7b0JBQ2IsVUFBVTtpQkFDVjtnQkFDRCxZQUFZLEVBQUU7b0JBQ2IsdUJBQXVCO2lCQUN2QjtnQkFDRCxPQUFPLEVBQUU7b0JBQ1IsdUJBQXVCO2lCQUN2QjthQUNEIiwic291cmNlc0NvbnRlbnQiOlsiaW1wb3J0IHsgTmdNb2R1bGUgfSBmcm9tICdAYW5ndWxhci9jb3JlJztcclxuaW1wb3J0IHsgQ29tbW9uTW9kdWxlIH0gZnJvbSAnQGFuZ3VsYXIvY29tbW9uJztcclxuaW1wb3J0IHsgT3ZlcmxheU1vZHVsZSB9IGZyb20gJ0Bhbmd1bGFyL2Nkay9vdmVybGF5JztcclxuaW1wb3J0IHsgTHVQb3BvdmVyUGFuZWxDb21wb25lbnQgfSBmcm9tICcuL3BvcG92ZXItcGFuZWwuY29tcG9uZW50JztcclxuaW1wb3J0IHsgQTExeU1vZHVsZSB9IGZyb20gJ0Bhbmd1bGFyL2Nkay9hMTF5JztcclxuXHJcbkBOZ01vZHVsZSh7XHJcblx0aW1wb3J0czogW1xyXG5cdFx0Q29tbW9uTW9kdWxlLFxyXG5cdFx0T3ZlcmxheU1vZHVsZSxcclxuXHRcdEExMXlNb2R1bGUsXHJcblx0XSxcclxuXHRkZWNsYXJhdGlvbnM6IFtcclxuXHRcdEx1UG9wb3ZlclBhbmVsQ29tcG9uZW50LFxyXG5cdF0sXHJcblx0ZXhwb3J0czogW1xyXG5cdFx0THVQb3BvdmVyUGFuZWxDb21wb25lbnQsXHJcblx0XSxcclxufSlcclxuZXhwb3J0IGNsYXNzIEx1UG9wb3ZlclBhbmVsTW9kdWxlIHt9XHJcbiJdfQ==
|
|
@@ -1,21 +0,0 @@
|
|
|
1
|
-
import { NgModule } from '@angular/core';
|
|
2
|
-
import { LuPopoverPanelModule } from './panel/index';
|
|
3
|
-
import { LuPopoverTargetModule } from './target/index';
|
|
4
|
-
import { LuPopoverTriggerModule } from './trigger/index';
|
|
5
|
-
export class LuPopoverModule {
|
|
6
|
-
}
|
|
7
|
-
LuPopoverModule.decorators = [
|
|
8
|
-
{ type: NgModule, args: [{
|
|
9
|
-
imports: [
|
|
10
|
-
LuPopoverPanelModule,
|
|
11
|
-
LuPopoverTargetModule,
|
|
12
|
-
LuPopoverTriggerModule,
|
|
13
|
-
],
|
|
14
|
-
exports: [
|
|
15
|
-
LuPopoverPanelModule,
|
|
16
|
-
LuPopoverTargetModule,
|
|
17
|
-
LuPopoverTriggerModule,
|
|
18
|
-
],
|
|
19
|
-
},] }
|
|
20
|
-
];
|
|
21
|
-
//# sourceMappingURL=data:application/json;base64,eyJ2ZXJzaW9uIjozLCJmaWxlIjoicG9wb3Zlci5tb2R1bGUuanMiLCJzb3VyY2VSb290IjoiIiwic291cmNlcyI6WyIuLi8uLi8uLi8uLi8uLi9wYWNrYWdlcy9uZy9wb3BvdmVyL3NyYy9saWIvcG9wb3Zlci5tb2R1bGUudHMiXSwibmFtZXMiOltdLCJtYXBwaW5ncyI6IkFBQUEsT0FBTyxFQUFFLFFBQVEsRUFBRSxNQUFNLGVBQWUsQ0FBQztBQUV6QyxPQUFPLEVBQUUsb0JBQW9CLEVBQUUsTUFBTSxlQUFlLENBQUM7QUFDckQsT0FBTyxFQUFFLHFCQUFxQixFQUFFLE1BQU0sZ0JBQWdCLENBQUM7QUFDdkQsT0FBTyxFQUFFLHNCQUFzQixFQUFFLE1BQU0saUJBQWlCLENBQUM7QUFjekQsTUFBTSxPQUFPLGVBQWU7OztZQVozQixRQUFRLFNBQUM7Z0JBQ1QsT0FBTyxFQUFFO29CQUNSLG9CQUFvQjtvQkFDcEIscUJBQXFCO29CQUNyQixzQkFBc0I7aUJBQ3RCO2dCQUNELE9BQU8sRUFBRTtvQkFDUixvQkFBb0I7b0JBQ3BCLHFCQUFxQjtvQkFDckIsc0JBQXNCO2lCQUN0QjthQUNEIiwic291cmNlc0NvbnRlbnQiOlsiaW1wb3J0IHsgTmdNb2R1bGUgfSBmcm9tICdAYW5ndWxhci9jb3JlJztcclxuXHJcbmltcG9ydCB7IEx1UG9wb3ZlclBhbmVsTW9kdWxlIH0gZnJvbSAnLi9wYW5lbC9pbmRleCc7XHJcbmltcG9ydCB7IEx1UG9wb3ZlclRhcmdldE1vZHVsZSB9IGZyb20gJy4vdGFyZ2V0L2luZGV4JztcclxuaW1wb3J0IHsgTHVQb3BvdmVyVHJpZ2dlck1vZHVsZSB9IGZyb20gJy4vdHJpZ2dlci9pbmRleCc7XHJcblxyXG5ATmdNb2R1bGUoe1xyXG5cdGltcG9ydHM6IFtcclxuXHRcdEx1UG9wb3ZlclBhbmVsTW9kdWxlLFxyXG5cdFx0THVQb3BvdmVyVGFyZ2V0TW9kdWxlLFxyXG5cdFx0THVQb3BvdmVyVHJpZ2dlck1vZHVsZSxcclxuXHRdLFxyXG5cdGV4cG9ydHM6IFtcclxuXHRcdEx1UG9wb3ZlclBhbmVsTW9kdWxlLFxyXG5cdFx0THVQb3BvdmVyVGFyZ2V0TW9kdWxlLFxyXG5cdFx0THVQb3BvdmVyVHJpZ2dlck1vZHVsZSxcclxuXHRdLFxyXG59KVxyXG5leHBvcnQgY2xhc3MgTHVQb3BvdmVyTW9kdWxlIHt9XHJcbiJdfQ==
|
|
@@ -1,33 +0,0 @@
|
|
|
1
|
-
import { Directive, ElementRef, Input } from '@angular/core';
|
|
2
|
-
import { ALuPopoverTarget } from './popover-target.model';
|
|
3
|
-
export class LuPopoverTargetDirective extends ALuPopoverTarget {
|
|
4
|
-
constructor(ref) {
|
|
5
|
-
super();
|
|
6
|
-
this.elementRef = ref;
|
|
7
|
-
}
|
|
8
|
-
/** how you want to position the panel relative to the target, allowed values: above, below, before, after */
|
|
9
|
-
set inputPosition(pos) { this.position = pos; }
|
|
10
|
-
/** how the panel will be align with the target, allowed values: top, bottom, left, right */
|
|
11
|
-
set inputAlignment(al) { this.alignment = al; }
|
|
12
|
-
/** set to true if you want the panel to appear on top of the target */
|
|
13
|
-
set inputOverlap(ov) { this.overlap = ov; }
|
|
14
|
-
set inputOffsetX(ox) { this.offsetX = ox; }
|
|
15
|
-
set inputOffsetY(oy) { this.offsetY = oy; }
|
|
16
|
-
}
|
|
17
|
-
LuPopoverTargetDirective.decorators = [
|
|
18
|
-
{ type: Directive, args: [{
|
|
19
|
-
selector: '[luPopoverTarget]',
|
|
20
|
-
exportAs: 'LuPopoverTarget',
|
|
21
|
-
},] }
|
|
22
|
-
];
|
|
23
|
-
LuPopoverTargetDirective.ctorParameters = () => [
|
|
24
|
-
{ type: ElementRef }
|
|
25
|
-
];
|
|
26
|
-
LuPopoverTargetDirective.propDecorators = {
|
|
27
|
-
inputPosition: [{ type: Input, args: ['luPopoverPosition',] }],
|
|
28
|
-
inputAlignment: [{ type: Input, args: ['luPopoverAlignment',] }],
|
|
29
|
-
inputOverlap: [{ type: Input, args: ['luPopoverOverlap',] }],
|
|
30
|
-
inputOffsetX: [{ type: Input, args: ['luPopoverOffsetX',] }],
|
|
31
|
-
inputOffsetY: [{ type: Input, args: ['luPopoverOffsetY',] }]
|
|
32
|
-
};
|
|
33
|
-
//# sourceMappingURL=data:application/json;base64,eyJ2ZXJzaW9uIjozLCJmaWxlIjoicG9wb3Zlci10YXJnZXQuZGlyZWN0aXZlLmpzIiwic291cmNlUm9vdCI6IiIsInNvdXJjZXMiOlsiLi4vLi4vLi4vLi4vLi4vLi4vcGFja2FnZXMvbmcvcG9wb3Zlci9zcmMvbGliL3RhcmdldC9wb3BvdmVyLXRhcmdldC5kaXJlY3RpdmUudHMiXSwibmFtZXMiOltdLCJtYXBwaW5ncyI6IkFBQUEsT0FBTyxFQUFFLFNBQVMsRUFBRSxVQUFVLEVBQUUsS0FBSyxFQUFFLE1BQU0sZUFBZSxDQUFDO0FBQzdELE9BQU8sRUFBRSxnQkFBZ0IsRUFBeUMsTUFBTSx3QkFBd0IsQ0FBQztBQU1qRyxNQUFNLE9BQU8sd0JBQXlCLFNBQVEsZ0JBQWdCO0lBQzdELFlBQVksR0FBZTtRQUMxQixLQUFLLEVBQUUsQ0FBQztRQUNSLElBQUksQ0FBQyxVQUFVLEdBQUcsR0FBRyxDQUFDO0lBQ3ZCLENBQUM7SUFDRCw2R0FBNkc7SUFDN0csSUFBZ0MsYUFBYSxDQUFDLEdBQXNCLElBQUksSUFBSSxDQUFDLFFBQVEsR0FBRyxHQUFHLENBQUMsQ0FBQyxDQUFDO0lBQzlGLDRGQUE0RjtJQUM1RixJQUFpQyxjQUFjLENBQUMsRUFBc0IsSUFBSSxJQUFJLENBQUMsU0FBUyxHQUFHLEVBQUUsQ0FBQyxDQUFDLENBQUM7SUFDaEcsdUVBQXVFO0lBQ3ZFLElBQStCLFlBQVksQ0FBQyxFQUFXLElBQUksSUFBSSxDQUFDLE9BQU8sR0FBRyxFQUFFLENBQUMsQ0FBQyxDQUFDO0lBRS9FLElBQStCLFlBQVksQ0FBQyxFQUFVLElBQUksSUFBSSxDQUFDLE9BQU8sR0FBRyxFQUFFLENBQUMsQ0FBQyxDQUFDO0lBQzlFLElBQStCLFlBQVksQ0FBQyxFQUFVLElBQUksSUFBSSxDQUFDLE9BQU8sR0FBRyxFQUFFLENBQUMsQ0FBQyxDQUFDOzs7WUFqQjlFLFNBQVMsU0FBQztnQkFDVixRQUFRLEVBQUUsbUJBQW1CO2dCQUM3QixRQUFRLEVBQUUsaUJBQWlCO2FBQzNCOzs7WUFObUIsVUFBVTs7OzRCQWE1QixLQUFLLFNBQUMsbUJBQW1COzZCQUV6QixLQUFLLFNBQUMsb0JBQW9COzJCQUUxQixLQUFLLFNBQUMsa0JBQWtCOzJCQUV4QixLQUFLLFNBQUMsa0JBQWtCOzJCQUN4QixLQUFLLFNBQUMsa0JBQWtCIiwic291cmNlc0NvbnRlbnQiOlsiaW1wb3J0IHsgRGlyZWN0aXZlLCBFbGVtZW50UmVmLCBJbnB1dCB9IGZyb20gJ0Bhbmd1bGFyL2NvcmUnO1xyXG5pbXBvcnQgeyBBTHVQb3BvdmVyVGFyZ2V0LCBMdVBvcG92ZXJQb3NpdGlvbiwgTHVQb3BvdmVyQWxpZ25tZW50IH0gZnJvbSAnLi9wb3BvdmVyLXRhcmdldC5tb2RlbCc7XHJcblxyXG5ARGlyZWN0aXZlKHtcclxuXHRzZWxlY3RvcjogJ1tsdVBvcG92ZXJUYXJnZXRdJyxcclxuXHRleHBvcnRBczogJ0x1UG9wb3ZlclRhcmdldCcsXHJcbn0pXHJcbmV4cG9ydCBjbGFzcyBMdVBvcG92ZXJUYXJnZXREaXJlY3RpdmUgZXh0ZW5kcyBBTHVQb3BvdmVyVGFyZ2V0IHtcclxuXHRjb25zdHJ1Y3RvcihyZWY6IEVsZW1lbnRSZWYpIHtcclxuXHRcdHN1cGVyKCk7XHJcblx0XHR0aGlzLmVsZW1lbnRSZWYgPSByZWY7XHJcblx0fVxyXG5cdC8qKiBob3cgeW91IHdhbnQgdG8gcG9zaXRpb24gdGhlIHBhbmVsIHJlbGF0aXZlIHRvIHRoZSB0YXJnZXQsIGFsbG93ZWQgdmFsdWVzOiBhYm92ZSwgYmVsb3csIGJlZm9yZSwgYWZ0ZXIgKi9cclxuXHRASW5wdXQoJ2x1UG9wb3ZlclBvc2l0aW9uJykgc2V0IGlucHV0UG9zaXRpb24ocG9zOiBMdVBvcG92ZXJQb3NpdGlvbikgeyB0aGlzLnBvc2l0aW9uID0gcG9zOyB9XHJcblx0LyoqIGhvdyB0aGUgcGFuZWwgd2lsbCBiZSBhbGlnbiB3aXRoIHRoZSB0YXJnZXQsIGFsbG93ZWQgdmFsdWVzOiB0b3AsIGJvdHRvbSwgbGVmdCwgcmlnaHQgKi9cclxuXHRASW5wdXQoJ2x1UG9wb3ZlckFsaWdubWVudCcpIHNldCBpbnB1dEFsaWdubWVudChhbDogTHVQb3BvdmVyQWxpZ25tZW50KSB7IHRoaXMuYWxpZ25tZW50ID0gYWw7IH1cclxuXHQvKiogc2V0IHRvIHRydWUgaWYgeW91IHdhbnQgdGhlIHBhbmVsIHRvIGFwcGVhciBvbiB0b3Agb2YgdGhlIHRhcmdldCAqL1xyXG5cdEBJbnB1dCgnbHVQb3BvdmVyT3ZlcmxhcCcpIHNldCBpbnB1dE92ZXJsYXAob3Y6IGJvb2xlYW4pIHsgdGhpcy5vdmVybGFwID0gb3Y7IH1cclxuXHJcblx0QElucHV0KCdsdVBvcG92ZXJPZmZzZXRYJykgc2V0IGlucHV0T2Zmc2V0WChveDogbnVtYmVyKSB7IHRoaXMub2Zmc2V0WCA9IG94OyB9XHJcblx0QElucHV0KCdsdVBvcG92ZXJPZmZzZXRZJykgc2V0IGlucHV0T2Zmc2V0WShveTogbnVtYmVyKSB7IHRoaXMub2Zmc2V0WSA9IG95OyB9XHJcbn1cclxuIl19
|
|
@@ -1,21 +0,0 @@
|
|
|
1
|
-
import { NgModule } from '@angular/core';
|
|
2
|
-
import { CommonModule } from '@angular/common';
|
|
3
|
-
import { OverlayModule } from '@angular/cdk/overlay';
|
|
4
|
-
import { LuPopoverTargetDirective } from './popover-target.directive';
|
|
5
|
-
export class LuPopoverTargetModule {
|
|
6
|
-
}
|
|
7
|
-
LuPopoverTargetModule.decorators = [
|
|
8
|
-
{ type: NgModule, args: [{
|
|
9
|
-
imports: [
|
|
10
|
-
CommonModule,
|
|
11
|
-
OverlayModule,
|
|
12
|
-
],
|
|
13
|
-
declarations: [
|
|
14
|
-
LuPopoverTargetDirective,
|
|
15
|
-
],
|
|
16
|
-
exports: [
|
|
17
|
-
LuPopoverTargetDirective,
|
|
18
|
-
],
|
|
19
|
-
},] }
|
|
20
|
-
];
|
|
21
|
-
//# sourceMappingURL=data:application/json;base64,eyJ2ZXJzaW9uIjozLCJmaWxlIjoicG9wb3Zlci10YXJnZXQubW9kdWxlLmpzIiwic291cmNlUm9vdCI6IiIsInNvdXJjZXMiOlsiLi4vLi4vLi4vLi4vLi4vLi4vcGFja2FnZXMvbmcvcG9wb3Zlci9zcmMvbGliL3RhcmdldC9wb3BvdmVyLXRhcmdldC5tb2R1bGUudHMiXSwibmFtZXMiOltdLCJtYXBwaW5ncyI6IkFBQUEsT0FBTyxFQUFFLFFBQVEsRUFBRSxNQUFNLGVBQWUsQ0FBQztBQUN6QyxPQUFPLEVBQUUsWUFBWSxFQUFFLE1BQU0saUJBQWlCLENBQUM7QUFDL0MsT0FBTyxFQUFFLGFBQWEsRUFBRSxNQUFNLHNCQUFzQixDQUFDO0FBQ3JELE9BQU8sRUFBRSx3QkFBd0IsRUFBRSxNQUFNLDRCQUE0QixDQUFDO0FBY3RFLE1BQU0sT0FBTyxxQkFBcUI7OztZQVpqQyxRQUFRLFNBQUM7Z0JBQ1QsT0FBTyxFQUFFO29CQUNSLFlBQVk7b0JBQ1osYUFBYTtpQkFDYjtnQkFDRCxZQUFZLEVBQUU7b0JBQ2Isd0JBQXdCO2lCQUN4QjtnQkFDRCxPQUFPLEVBQUU7b0JBQ1Isd0JBQXdCO2lCQUN4QjthQUNEIiwic291cmNlc0NvbnRlbnQiOlsiaW1wb3J0IHsgTmdNb2R1bGUgfSBmcm9tICdAYW5ndWxhci9jb3JlJztcclxuaW1wb3J0IHsgQ29tbW9uTW9kdWxlIH0gZnJvbSAnQGFuZ3VsYXIvY29tbW9uJztcclxuaW1wb3J0IHsgT3ZlcmxheU1vZHVsZSB9IGZyb20gJ0Bhbmd1bGFyL2Nkay9vdmVybGF5JztcclxuaW1wb3J0IHsgTHVQb3BvdmVyVGFyZ2V0RGlyZWN0aXZlIH0gZnJvbSAnLi9wb3BvdmVyLXRhcmdldC5kaXJlY3RpdmUnO1xyXG5cclxuQE5nTW9kdWxlKHtcclxuXHRpbXBvcnRzOiBbXHJcblx0XHRDb21tb25Nb2R1bGUsXHJcblx0XHRPdmVybGF5TW9kdWxlLFxyXG5cdF0sXHJcblx0ZGVjbGFyYXRpb25zOiBbXHJcblx0XHRMdVBvcG92ZXJUYXJnZXREaXJlY3RpdmUsXHJcblx0XSxcclxuXHRleHBvcnRzOiBbXHJcblx0XHRMdVBvcG92ZXJUYXJnZXREaXJlY3RpdmUsXHJcblx0XSxcclxufSlcclxuZXhwb3J0IGNsYXNzIEx1UG9wb3ZlclRhcmdldE1vZHVsZSB7fVxyXG4iXX0=
|