@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
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"lucca-front-ng-user.mjs","sources":["../../../packages/ng/user/src/lib/display/display-format.model.ts","../../../packages/ng/user/src/lib/display/user-display.pipe.ts","../../../packages/ng/user/src/lib/display/user-display.module.ts","../../../packages/ng/user/src/lib/picture/user-picture.component.ts","../../../packages/ng/user/src/lib/picture/user-picture.component.html","../../../packages/ng/user/src/lib/picture/user-picture.module.ts","../../../packages/ng/user/src/lib/tile/user-tile.component.ts","../../../packages/ng/user/src/lib/tile/user-tile.component.html","../../../packages/ng/user/src/lib/tile/user-tile.module.ts","../../../packages/ng/user/src/lib/select/input/user-select-input.token.ts","../../../packages/ng/user/src/lib/select/input/user-select-input.intl.ts","../../../packages/ng/user/src/lib/service/user-service.model.ts","../../../packages/ng/user/src/lib/service/user-v3.service.ts","../../../packages/ng/user/src/lib/select/searcher/user-searcher.token.ts","../../../packages/ng/user/src/lib/select/searcher/user-searcher.intl.ts","../../../packages/ng/user/src/lib/select/searcher/user-searcher.component.ts","../../../packages/ng/user/src/lib/select/searcher/user-searcher.component.html","../../../packages/ng/user/src/lib/select/homonyms/user-homonyms.service.ts","../../../packages/ng/user/src/lib/select/homonyms/user-homonyms.component.ts","../../../packages/ng/user/src/lib/select/me/me-option.directive.ts","../../../packages/ng/user/src/lib/select/input/user-select-input.component.ts","../../../packages/ng/user/src/lib/select/input/user-select-input.component.html","../../../packages/ng/user/src/lib/select/homonyms/user-homonyms.module.ts","../../../packages/ng/user/src/lib/select/me/me-option.module.ts","../../../packages/ng/user/src/lib/select/searcher/user-searcher.translate.ts","../../../packages/ng/user/src/lib/select/searcher/user-searcher.module.ts","../../../packages/ng/user/src/lib/select/input/user-select-input.translate.ts","../../../packages/ng/user/src/lib/select/input/user-select-input.module.ts","../../../packages/ng/user/src/lib/select/user-select.module.ts","../../../packages/ng/user/src/lib/user.module.ts","../../../packages/ng/user/src/public-api.ts","../../../packages/ng/user/src/lucca-front-ng-user.ts"],"sourcesContent":["export enum LuDisplayFullname {\r\n\tfirstlast = 'fl',\r\n\tlastfirst = 'lf',\r\n\tfirst = 'f',\r\n\tlast = 'l',\r\n}\r\n\r\nexport enum LuDisplayInitials {\r\n\tfirstlast = 'FL',\r\n\tlastfirst = 'LF',\r\n\tlast = 'L',\r\n\tfirst = 'F',\r\n}\r\n\r\nexport enum LuDisplayHybrid {\r\n\tfirstIlastFull = 'Fl',\r\n\tfirstFulllastI = 'fL',\r\n\tlastIfirstFull = 'Lf',\r\n\tlastFullfirstI = 'lF',\r\n}\r\n\r\nexport type LuDisplayFormat = LuDisplayFullname | LuDisplayInitials | LuDisplayHybrid;\r\n","import { Pipe, PipeTransform } from '@angular/core';\r\nimport { ILuUser } from '../user.model';\r\nimport {\r\n\tLuDisplayFullname,\r\n\tLuDisplayHybrid,\r\n\tLuDisplayInitials,\r\n\tLuDisplayFormat,\r\n} from './display-format.model';\r\n/**\r\n * Displays a user name according to specified format. Supported formats: f for first name,\r\n * F for first initial, l for last name, L for last initial.\r\n */\r\n@Pipe({ name: 'luUserDisplay' })\r\nexport class LuUserDisplayPipe implements PipeTransform {\r\n\ttransform(user: ILuUser, format: LuDisplayFormat = LuDisplayFullname.lastfirst): string {\r\n\t\tlet result = '';\r\n\r\n\t\tif (!!user && !!user.firstName && !!user.lastName) {\r\n\t\t\tswitch (format) {\r\n\t\t\t\tcase LuDisplayFullname.lastfirst:\r\n\t\t\t\t\tresult = user.lastName + ' ' + user.firstName;\r\n\t\t\t\t\tbreak;\r\n\t\t\t\tcase LuDisplayFullname.firstlast:\r\n\t\t\t\t\tresult = user.firstName + ' ' + user.lastName;\r\n\t\t\t\t\tbreak;\r\n\t\t\t\tcase LuDisplayFullname.first:\r\n\t\t\t\t\tresult = user.firstName;\r\n\t\t\t\t\tbreak;\r\n\t\t\t\tcase LuDisplayFullname.last:\r\n\t\t\t\t\tresult = user.lastName;\r\n\t\t\t\t\tbreak;\r\n\t\t\t\tcase LuDisplayInitials.lastfirst:\r\n\t\t\t\t\tresult = user.lastName.charAt(0) + user.firstName.charAt(0);\r\n\t\t\t\t\tbreak;\r\n\t\t\t\tcase LuDisplayInitials.firstlast:\r\n\t\t\t\t\tresult = user.firstName.charAt(0) + user.lastName.charAt(0);\r\n\t\t\t\t\tbreak;\r\n\t\t\t\tcase LuDisplayInitials.first:\r\n\t\t\t\t\tresult = user.firstName.charAt(0);\r\n\t\t\t\t\tbreak;\r\n\t\t\t\tcase LuDisplayInitials.last:\r\n\t\t\t\t\tresult = user.lastName.charAt(0);\r\n\t\t\t\t\tbreak;\r\n\t\t\t\tcase LuDisplayHybrid.firstIlastFull:\r\n\t\t\t\t\tresult = user.firstName.charAt(0) + '. ' + user.lastName;\r\n\t\t\t\t\tbreak;\r\n\t\t\t\tcase LuDisplayHybrid.lastIfirstFull:\r\n\t\t\t\t\tresult = user.lastName.charAt(0) + '. ' + user.firstName;\r\n\t\t\t\t\tbreak;\r\n\t\t\t\tcase LuDisplayHybrid.lastFullfirstI:\r\n\t\t\t\t\tresult = user.lastName + ' ' + user.firstName.charAt(0) + '.';\r\n\t\t\t\t\tbreak;\r\n\t\t\t\tcase LuDisplayHybrid.firstFulllastI:\r\n\t\t\t\t\tresult = user.firstName + ' ' + user.lastName.charAt(0) + '.';\r\n\t\t\t\t\tbreak;\r\n\t\t\t\tdefault:\r\n\t\t\t\t\tbreak;\r\n\t\t\t}\r\n\t\t}\r\n\t\treturn result;\r\n\t}\r\n}\r\n","import { NgModule } from '@angular/core';\r\nimport { CommonModule } from '@angular/common';\r\nimport { LuUserDisplayPipe } from './user-display.pipe';\r\n\r\n@NgModule({\r\n\timports: [CommonModule],\r\n\tdeclarations: [LuUserDisplayPipe],\r\n\texports: [LuUserDisplayPipe],\r\n\tproviders: [LuUserDisplayPipe],\r\n})\r\nexport class LuUserDisplayModule {}\r\n","import { ChangeDetectionStrategy, Component, Input, ChangeDetectorRef } from '@angular/core';\r\nimport { ILuUser } from '../user.model';\r\nimport {\r\n\tLuUserDisplayPipe,\r\n\tLuDisplayInitials,\r\n\tLuDisplayFullname,\r\n} from '../display/index';\r\n\r\n/**\r\n * Displays user'picture or a placeholder with his/her initials and random bg color'\r\n */\r\n@Component({\r\n\tselector: 'lu-user-picture',\r\n\ttemplateUrl: './user-picture.component.html',\r\n\tstyleUrls: ['./user-picture.component.scss'],\r\n\tchangeDetection: ChangeDetectionStrategy.OnPush,\r\n})\r\nexport class LuUserPictureComponent {\r\n\r\n\tprivate _displayFormat: LuDisplayInitials = LuDisplayInitials.lastfirst;\r\n\t/**\r\n\t * User Display format.\r\n\t * It is set to 'LF' by default\r\n\t */\r\n\t@Input()\r\n\tset displayFormat(displayFormat: LuDisplayInitials) {\r\n\t\tthis._displayFormat = displayFormat;\r\n\t\tthis._changeDetector.markForCheck();\r\n\t}\r\n\r\n\tget displayFormat(): LuDisplayInitials {\r\n\t\treturn this._displayFormat;\r\n\t}\r\n\r\n\t/**\r\n\t * ILuUser whose picture you wanna display.\r\n\t */\r\n\tprivate _user: ILuUser;\r\n\r\n\t@Input()\r\n\tset user(user: ILuUser) {\r\n\t\tthis._user = user;\r\n\t\tthis.initials = this.displayPipe.transform(user, this.displayFormat);\r\n\t\tconst pictureHref = user?.picture?.href || user?.pictureHref\r\n\t\tthis.hasPicture = !!pictureHref;\r\n\t\tif (this.hasPicture) {\r\n\t\t\tthis.style = { 'background-image': `url('${pictureHref}')` };\r\n\t\t} else {\r\n\t\t\tconst hsl = this.getNameHue();\r\n\t\t\tthis.style = { 'background-color': `hsl(${hsl}, 60%, 60%)` };\r\n\t\t}\r\n\t\tthis._changeDetector.markForCheck();\r\n\t}\r\n\tget user() {\r\n\t\treturn this._user;\r\n\t}\r\n\r\n\tinitials = '';\r\n\thasPicture = false;\r\n\r\n\tstyle;\r\n\r\n\tconstructor(\r\n\t\tprivate displayPipe: LuUserDisplayPipe,\r\n\t\tprivate _changeDetector: ChangeDetectorRef\r\n\t) {}\r\n\r\n\tprivate getNameHue(): number {\r\n\t\t// we sum the chars in user's firstname + lastname\r\n\t\tconst charSum = this.displayPipe\r\n\t\t\t.transform(this._user, LuDisplayFullname.firstlast)\r\n\t\t\t.split('')\r\n\t\t\t.reduce((sum, a) => sum + a.charCodeAt(0), 0);\r\n\t\t// and take a modulo 360 for hue\r\n\t\tconst hue = charSum % 360;\r\n\t\treturn hue;\r\n\t}\r\n}\r\n","<div class=\"picture\" [ngStyle]=\"style\">\r\n\t<span *ngIf=\"!hasPicture\">{{initials}}</span>\r\n</div>","import { NgModule } from '@angular/core';\r\nimport { CommonModule } from '@angular/common';\r\nimport { LuUserDisplayModule } from '../display/index';\r\nimport { LuUserPictureComponent } from './user-picture.component';\r\n\r\n@NgModule({\r\n\timports: [CommonModule, LuUserDisplayModule],\r\n\tdeclarations: [LuUserPictureComponent],\r\n\texports: [LuUserPictureComponent],\r\n})\r\nexport class LuUserPictureModule {}\r\n","import { Component, Input, ChangeDetectionStrategy, ChangeDetectorRef } from '@angular/core';\r\nimport { ILuUser } from '../user.model';\r\nimport {\r\n\tLuUserDisplayPipe,\r\n\tLuDisplayInitials,\r\n\tLuDisplayFullname,\r\n\tLuDisplayHybrid,\r\n\tLuDisplayFormat,\r\n} from '../display/index';\r\n\r\n/**\r\n * Displays user picture and name. ILuUser's role can be specified, and the footer is customizable.\r\n */\r\n@Component({\r\n\tselector: 'lu-user-tile',\r\n\ttemplateUrl: './user-tile.component.html',\r\n\tstyleUrls: ['./user-tile.component.scss'],\r\n\tchangeDetection: ChangeDetectionStrategy.OnPush,\r\n})\r\nexport class LuUserTileComponent {\r\n\r\n\tprivate _user: ILuUser;\r\n\t/**\r\n\t * ILuUser to display.\r\n\t */\r\n\t@Input()\r\n\tset user(user: ILuUser) {\r\n\t\tthis._user = user;\r\n\t\tthis._changeDetector.markForCheck();\r\n\t}\r\n\r\n\tget user(): ILuUser {\r\n\t\treturn this._user;\r\n\t}\r\n\r\n\t/**\r\n\t * User Display format.\r\n\t * It is set to 'lf' by default\r\n\t */\r\n\t@Input()\r\n\tdisplayFormat: LuDisplayFormat;\r\n\r\n\tprivate _role: string;\r\n\t/**\r\n\t * ILuUser role to display\r\n\t */\r\n\t@Input()\r\n\tset role(role: string) {\r\n\t\tthis._role = role;\r\n\t\tthis._changeDetector.markForCheck();\r\n\t}\r\n\r\n\tget role(): string {\r\n\t\treturn this._role;\r\n\t}\r\n\r\n\tget displayPictureFormat(): LuDisplayInitials {\r\n\t\tswitch (this.displayFormat) {\r\n\t\t\tcase LuDisplayFullname.lastfirst:\r\n\t\t\tcase LuDisplayInitials.lastfirst:\r\n\t\t\tcase LuDisplayHybrid.lastIfirstFull:\r\n\t\t\tcase LuDisplayHybrid.lastFullfirstI:\r\n\t\t\t\treturn LuDisplayInitials.lastfirst;\r\n\t\t\tcase LuDisplayFullname.last:\r\n\t\t\tcase LuDisplayInitials.last:\r\n\t\t\t\treturn LuDisplayInitials.last;\r\n\t\t\tcase LuDisplayFullname.first:\r\n\t\t\tcase LuDisplayInitials.first:\r\n\t\t\t\treturn LuDisplayInitials.first;\r\n\t\t\tcase LuDisplayFullname.firstlast:\r\n\t\t\tcase LuDisplayInitials.firstlast:\r\n\t\t\tcase LuDisplayHybrid.firstIlastFull:\r\n\t\t\tcase LuDisplayHybrid.firstFulllastI:\r\n\t\t\tdefault:\r\n\t\t\t\treturn LuDisplayInitials.firstlast;\r\n\t\t}\r\n\t}\r\n\r\n\tconstructor(\r\n\t\tprivate _changeDetector: ChangeDetectorRef\r\n\t) {}\r\n}\r\n","<lu-user-picture [user]=\"user\" [displayFormat]=\"displayPictureFormat\"></lu-user-picture>\r\n<div class=\"user-info\">\r\n\t<span class=\"user-tile-label\">{{role ? role : user?.jobTitle}}</span>\r\n\t<h5 class=\"user-tile-title\">{{user | luUserDisplay: displayFormat}}</h5>\r\n\t<span class=\"user-tile-footnote\"><ng-content></ng-content></span>\r\n</div>\r\n","import { NgModule } from '@angular/core';\r\nimport { CommonModule } from '@angular/common';\r\nimport { LuUserDisplayModule } from '../display/index';\r\nimport { LuUserPictureModule } from '../picture/index';\r\nimport { LuUserTileComponent } from './user-tile.component';\r\n\r\n@NgModule({\r\n\timports: [CommonModule, LuUserPictureModule, LuUserDisplayModule],\r\n\tdeclarations: [LuUserTileComponent],\r\n\texports: [LuUserTileComponent],\r\n})\r\nexport class LuUserTileModule {}\r\n","import { InjectionToken } from '@angular/core';\r\n\r\nexport const LU_USER_SELECT_INPUT_TRANSLATIONS = new InjectionToken('LuUserSelectTranslations');\r\n","import { Injectable, LOCALE_ID, Inject } from '@angular/core';\r\nimport { LU_USER_SELECT_INPUT_TRANSLATIONS } from './user-select-input.token';\r\nimport { ILuUserSelectInputLabel } from './user-select-input.translate';\r\nimport { ALuIntl } from '@lucca-front/ng/core';\r\n\r\n@Injectable()\r\nexport class LuUserSelectInputIntl extends ALuIntl<ILuUserSelectInputLabel> {\r\n\tconstructor(@Inject(LU_USER_SELECT_INPUT_TRANSLATIONS) translations, @Inject(LOCALE_ID) locale) {\r\n\t\tsuper(translations, locale);\r\n\t}\r\n}\r\n","import { ILuUser } from '../user.model';\r\nimport { ILuApiService, ALuApiService } from '@lucca-front/ng/api';\r\nimport { Observable } from 'rxjs';\r\n\r\nexport interface ILuUserService<U extends ILuUser = ILuUser> extends ILuApiService<U> {\r\n\tgetMe(): Observable<U>;\r\n}\r\n\r\nexport abstract class ALuUserService<U extends ILuUser = ILuUser> extends ALuApiService<U> implements ILuUserService<U> {\r\n\tabstract getMe(): Observable<U>;\r\n}","import { ILuUser } from '../user.model';\r\nimport { ILuUserService } from './user-service.model';\r\nimport { HttpClient } from '@angular/common/http';\r\nimport { LuApiV3Service, ILuApiResponse, ILuApiSuggestion } from '@lucca-front/ng/api';\r\nimport { Observable } from 'rxjs';\r\nimport { map, switchMap } from 'rxjs/operators';\r\nimport { Injectable } from '@angular/core';\r\n\r\n@Injectable()\r\nexport class LuUserV3Service<U extends ILuUser = ILuUser> extends LuApiV3Service<U> implements ILuUserService<U> {\r\n\r\n\tprotected _appInstanceId: number | string;\r\n\tset appInstanceId(appInstanceId: number | string) { this._appInstanceId = appInstanceId; }\r\n\tprotected _operations: number[] = [];\r\n\tset operations(operations: number[]) { this._operations = operations; }\r\n\r\n\tconstructor(protected override _http: HttpClient) {\r\n\t\tsuper(_http);\r\n\t\tthis.api = '/api/v3/users/search';\r\n\t\tthis.fields = 'id,firstname,lastname,picture[href]';\r\n\t\tthis.orderBy = 'lastname,asc,firstname,asc';\r\n\t}\r\n\r\n\tgetMe(): Observable<U> {\r\n\t\treturn this._http.get<ILuApiResponse<ILuUser>>(`/api/v3/users/me?fields=id`).pipe(\r\n\t\t\tswitchMap(r => this._get(this.url + `&id=${r.data.id}`)),\r\n\t\t\tmap(users => users[0]),\r\n\t\t);\r\n\t}\r\n\r\n\toverride get url() {\r\n\t\tif (!this._appInstanceId || !this._operations || !this._operations.length) {\r\n\t\t\treturn `${this._api}?${[...this._filters, this._orderBy, this._fields].filter(f => !!f).join('&')}`;\r\n\t\t} else {\r\n\t\t\treturn `/api/v3/users/scopedsearch?${[\r\n\t\t\t\t...this._filters,\r\n\t\t\t\t`appInstanceId=${this._appInstanceId}`,\r\n\t\t\t\t`operations=${this._operations.join(',')}`,\r\n\t\t\t\tthis._orderBy,\r\n\t\t\t\tthis._fields,\r\n\t\t\t].filter(f => !!f).join('&')}`;\r\n\t\t}\r\n\t}\r\n\r\n\tprotected override _get(url) {\r\n\t\treturn (<any>super._get(url) as Observable<ILuApiSuggestion<U>[]>)\r\n\t\t.pipe(map(suggestions => suggestions.map(s => s.item)));\r\n\t}\r\n\r\n\tprotected override _clueFilter(clue) {\r\n\t\tconst urlSafeClue = clue.split(' ').map(c => encodeURIComponent(c)).join(',');\r\n\t\treturn `clue=${urlSafeClue}`;\r\n\t}\r\n}\r\n","import { InjectionToken } from '@angular/core';\r\n\r\nexport const LU_USER_SEARCHER_TRANSLATIONS = new InjectionToken('LuUserSearcherTranslations');\r\n","import { Injectable, LOCALE_ID, Inject } from '@angular/core';\r\nimport { ALuIntl } from '@lucca-front/ng/core';\r\nimport { ILuUserSearcherLabel } from './user-searcher.translate';\r\nimport { LU_USER_SEARCHER_TRANSLATIONS } from './user-searcher.token';\r\n\r\n@Injectable()\r\nexport class LuUserSearcherIntl extends ALuIntl<ILuUserSearcherLabel> {\r\n\tconstructor(@Inject(LU_USER_SEARCHER_TRANSLATIONS) translations, @Inject(LOCALE_ID) locale) {\r\n\t\tsuper(translations, locale);\r\n\t}\r\n}\r\n","import { ChangeDetectionStrategy, Component, forwardRef, Input, ViewChild, ElementRef, SkipSelf, Self, Optional, Inject, HostBinding, OnInit, OnDestroy } from '@angular/core';\r\nimport {\r\n\tALuOnOpenSubscriber,\r\n\tALuOnScrollBottomSubscriber,\r\n\tALuOnCloseSubscriber,\r\n\tILuOnOpenSubscriber,\r\n\tILuOnScrollBottomSubscriber,\r\n\tILuOnCloseSubscriber,\r\n} from '@lucca-front/ng/core';\r\n\r\nimport { ALuOptionOperator } from '@lucca-front/ng/option';\r\nimport { FormControl, FormGroup } from '@angular/forms';\r\nimport { debounceTime, switchMap, catchError, share, startWith, mapTo, map, scan, filter } from 'rxjs/operators';\r\nimport { ILuUser } from '../../user.model';\r\nimport { ALuUserService, LuUserV3Service } from '../../service/index';\r\nimport { Subject, Observable, Subscription, combineLatest, of, merge, BehaviorSubject } from 'rxjs';\r\nimport { LuUserSearcherIntl } from './user-searcher.intl';\r\nimport { ILuUserSearcherLabel } from './user-searcher.translate';\r\n\r\n@Component({\r\n\tselector: 'lu-user-paged-searcher',\r\n\ttemplateUrl: 'user-searcher.component.html',\r\n\tstyleUrls: ['user-searcher.component.scss'],\r\n\tchangeDetection: ChangeDetectionStrategy.OnPush,\r\n\tproviders: [\r\n\t\t{\r\n\t\t\tprovide: ALuOptionOperator,\r\n\t\t\tuseExisting: forwardRef(() => LuUserPagedSearcherComponent),\r\n\t\t\tmulti: true,\r\n\t\t},\r\n\t\t{\r\n\t\t\tprovide: ALuOnOpenSubscriber,\r\n\t\t\tuseExisting: forwardRef(() => LuUserPagedSearcherComponent),\r\n\t\t\tmulti: true,\r\n\t\t},\r\n\t\t{\r\n\t\t\tprovide: ALuOnCloseSubscriber,\r\n\t\t\tuseExisting: forwardRef(() => LuUserPagedSearcherComponent),\r\n\t\t\tmulti: true,\r\n\t\t},\r\n\t\t{\r\n\t\t\tprovide: ALuOnScrollBottomSubscriber,\r\n\t\t\tuseExisting: forwardRef(() => LuUserPagedSearcherComponent),\r\n\t\t\tmulti: true,\r\n\t\t},\r\n\t\t{\r\n\t\t\tprovide: ALuUserService,\r\n\t\t\tuseClass: LuUserV3Service,\r\n\t\t},\r\n\t],\r\n})\r\nexport class LuUserPagedSearcherComponent<U extends ILuUser = ILuUser>\r\n\timplements OnInit, OnDestroy, ILuOnOpenSubscriber, ILuOnScrollBottomSubscriber, ILuOnCloseSubscriber\r\n{\r\n\r\n\tprivate _service: LuUserV3Service<U>;\r\n\tprivate _subs = new Subscription();\r\n\r\n\t@HostBinding('class.position-fixed') fixed = true;\r\n\t@ViewChild('searchInput', { read: ElementRef, static: true }) searchInput: ElementRef;\r\n\r\n\t@Input() set fields(fields: string) { this._service.fields = fields; }\r\n\t@Input() set filters(filters: string[]) { this._service.filters = filters; }\r\n\t@Input() set orderBy(orderBy: string) { this._service.orderBy = orderBy; }\r\n\t@Input() set appInstanceId(appInstanceId: number | string) { this._service.appInstanceId = appInstanceId; }\r\n\t@Input() set operations(operations: number[]) { this._service.operations = operations; }\r\n\t@Input() enableFormerEmployees = false;\r\n\r\n\tform: FormGroup;\r\n\t// page$: Subject<number>;\r\n\toutOptions$ = new Subject<U[]>();\r\n\tloading$: Observable<boolean>;\r\n\tempty$: Observable<boolean>;\r\n\tprivate _loading = false;\r\n\tprivate _isOpened$ = new BehaviorSubject(false);\r\n\tprivate _page$ = new Subject<void>();\r\n\tprivate _isLastPage: boolean;\r\n\tprivate _options: U[] = [];\r\n\r\n\tconstructor(\r\n\t\t@Inject(ALuUserService) @Optional() @SkipSelf() hostService: ALuUserService,\r\n\t\t@Inject(ALuUserService) @Self() selfService: LuUserV3Service<U>,\r\n\t\t@Inject(LuUserSearcherIntl) public intl: ILuUserSearcherLabel,\r\n\r\n\t) {\r\n\t\tthis._service = (hostService || selfService) as LuUserV3Service<U>;\r\n\t}\r\n\r\n\tngOnInit() {\r\n\t\tthis.form = new FormGroup({\r\n\t\t\tclue: new FormControl(''),\r\n\t\t\tformerEmployees: new FormControl(false),\r\n\t\t});\r\n\r\n\t\tconst formValue$ = this.form.valueChanges.pipe(\r\n\t\t\tstartWith(this.form.value),\r\n\t\t);\r\n\r\n\t\tconst pager$ = this._page$.pipe(\r\n\t\t\tscan(acc => acc + 1, 0),\r\n\t\t\tstartWith(0),\r\n\t\t);\r\n\r\n\t\tconst query$ = combineLatest([\r\n\t\t\tformValue$.pipe(debounceTime(250)),\r\n\t\t\tthis._isOpened$,\r\n\t\t]).pipe(\r\n\t\t\tfilter(([, isOpened]) => isOpened),\r\n\t\t\tswitchMap(([val]) => pager$.pipe(map(page => [val, page]))),\r\n\t\t\tshare(),\r\n\t\t);\r\n\r\n\t\tconst results$ = query$.pipe(\r\n\t\t\tswitchMap(([val, page]) => {\r\n\t\t\t\tconst filters = [];\r\n\t\t\t\tif (val.formerEmployees) {\r\n\t\t\t\t\tfilters.push(`formerEmployees=true`);\r\n\t\t\t\t}\r\n\t\t\t\treturn this._service.searchPaged(val.clue, page, filters).pipe(\r\n\t\t\t\t\tcatchError(() => of([])),\r\n\t\t\t\t\tmap(items => [items, page] as [U[], number]),\r\n\t\t\t\t)\r\n\t\t\t}),\r\n\t\t\tshare(),\r\n\t\t);\r\n\r\n\t\tconst resultsSub = results$\r\n\t\t.subscribe(([items, page]) => {\r\n\t\t\tif (page === 0) {\r\n\t\t\t\tthis._options = [...items];\r\n\t\t\t} else {\r\n\t\t\t\tthis._options.push(...items);\r\n\t\t\t}\r\n\t\t\tthis._isLastPage = !items.length;\r\n\t\t\tthis.outOptions$.next([...this._options]);\r\n\t\t});\r\n\t\tthis._subs.add(resultsSub);\r\n\r\n\t\tthis.loading$ = merge(\r\n\t\t\tquery$.pipe(mapTo(true)),\r\n\t\t\tresults$.pipe(mapTo(false)),\r\n\t\t);\r\n\t\tconst loadingSub = this.loading$.subscribe(l => this._loading = l);\r\n\t\tthis._subs.add(loadingSub);\r\n\r\n\t\tthis.empty$ = this.outOptions$.pipe(\r\n\t\t\tmap(o => o.length === 0),\r\n\t\t);\r\n\t}\r\n\tngOnDestroy() {\r\n\t\tthis._subs.unsubscribe();\r\n\t}\r\n\r\n\tonOpen() {\r\n\t\tthis.searchInput.nativeElement.focus();\r\n\t\tthis._isOpened$.next(true);\r\n\t}\r\n\tonScrollBottom() {\r\n\t\tif (!this._loading && !this._isLastPage) {\r\n\t\t\tthis._page$.next();\r\n\t\t}\r\n\t}\r\n\tonClose() {\r\n\t\tthis._isOpened$.next(false);\r\n\t\tthis.outOptions$.next([]);\r\n\t\tthis.reset();\r\n\t}\r\n\r\n\treset() {\r\n\t\tif (this.form.dirty) {\r\n\t\t\tthis.form.reset();\r\n\t\t}\r\n\t}\r\n}\r\n","<form [formGroup]=\"form\">\r\n\t<div class=\"textfield mod-search\" [class.is-loading]=\"loading$ | async\">\r\n\t\t<input #searchInput class=\"textfield-input\" formControlName=\"clue\">\r\n\t</div>\r\n\r\n\t<label class=\"checkbox mod-formerEmployee mod-small\" *ngIf=\"enableFormerEmployees\">\r\n\t\t<input class=\"checkbox-input\" type=\"checkbox\" formControlName=\"formerEmployees\"/>\r\n\t\t<span class=\"checkbox-label\">{{ intl.includeFormerEmployees }}</span>\r\n\t</label>\r\n</form>\r\n\r\n<lu-option-placeholder *ngIf=\"(empty$ | async) && !(loading$ | async)\" (onClear)=\"reset()\"></lu-option-placeholder>\r\n","import { ILuUser } from '../../user.model';\r\nimport { Observable, of } from 'rxjs';\r\nimport { HttpClient } from '@angular/common/http';\r\nimport { LuUserDisplayPipe, LuDisplayFullname } from '../../display/index';\r\nimport { map, catchError } from 'rxjs/operators';\r\nimport { Injectable } from '@angular/core';\r\n\r\ninterface IV3CollectionResponse<T = any> {\r\n\tdata: { items: T[] };\r\n}\r\n\r\nexport interface ILuUserHomonymsService<U extends ILuUser = ILuUser> {\r\n\textractHomonyms(users: U[]): U[];\r\n\tenrichHomonyms(homonyms: U[]): Observable<U[]>;\r\n}\r\n\r\nexport abstract class ALuUserHomonymsService<U extends ILuUser = ILuUser> implements ILuUserHomonymsService<U> {\r\n\tabstract extractHomonyms(users: U[]): U[];\r\n\tabstract enrichHomonyms(homonyms: U[]): Observable<U[]>;\r\n}\r\n@Injectable()\r\nexport class LuUserHomonymsService<U extends ILuUser = ILuUser> extends ALuUserHomonymsService<U> implements ILuUserHomonymsService<U> {\r\n\tprivate _format = LuDisplayFullname.lastfirst;\r\n\textractHomonyms(users: U[]): U[] {\r\n\t\tconst usersByName = {} as { [key: string]: U[] };\r\n\t\tusers.forEach(user => {\r\n\t\t\tconst name = this._pipe.transform(user, this._format);\r\n\t\t\tusersByName[name] = [...(usersByName[name] || []), user];\r\n\t\t});\r\n\r\n\t\tconst nonUniqNames = Object.keys(usersByName)\r\n\t\t.filter(key => usersByName[key].length > 1);\r\n\r\n\t\tconst homonyms = [] as U[];\r\n\t\tnonUniqNames.forEach(name => homonyms.push(...usersByName[name]));\r\n\t\treturn homonyms;\r\n\t}\r\n\r\n\tenrichHomonyms(homonyms: U[]): Observable<U[]> {\r\n\t\tif (!homonyms || homonyms.length === 0) { return of([]); }\r\n\t\treturn this._http.get<IV3CollectionResponse<{ id: number, department: { name: string }}>>(`/api/v3/users`, { params: {\r\n\t\t\t'id': homonyms.map(u => u.id).join(','),\r\n\t\t\t'fields': 'id,department.name',\r\n\t\t}}).pipe(\r\n\t\t\tmap(res => res.data.items as { id: number, department?: { name: string }}[]),\r\n\t\t\tmap(infos => infos.map(info => {\r\n\t\t\t\t\tconst homonym = homonyms.find(h => h.id === info.id);\r\n\t\t\t\t\treturn { ...homonym, additionalInformation: info.department ? info.department.name : '' } as U;\r\n\t\t\t\t}) as U[]\r\n\t\t\t),\r\n\t\t\tcatchError(err => of([])),\r\n\t\t);\r\n\t}\r\n\tconstructor(\r\n\t\tprivate _pipe: LuUserDisplayPipe,\r\n\t\tprivate _http: HttpClient,\r\n\t) {\r\n\t\tsuper();\r\n\t}\r\n}\r\n","import { ChangeDetectionStrategy, Component, forwardRef, SkipSelf, Self, Optional, Inject } from '@angular/core';\r\nimport { ALuOptionOperator, ILuOptionOperator} from '@lucca-front/ng/option';\r\nimport { ILuUser } from '../../user.model';\r\nimport { map, withLatestFrom, switchMap } from 'rxjs/operators';\r\nimport { ALuUserHomonymsService, LuUserHomonymsService, ILuUserHomonymsService } from './user-homonyms.service';\r\nimport { merge, Observable } from 'rxjs';\r\n\r\n@Component({\r\n\tselector: 'lu-user-homonyms',\r\n\ttemplate: '',\r\n\tchangeDetection: ChangeDetectionStrategy.OnPush,\r\n\tproviders: [\r\n\t\t{\r\n\t\t\tprovide: ALuOptionOperator,\r\n\t\t\tuseExisting: forwardRef(() => LuUserHomonymsComponent),\r\n\t\t\tmulti: true,\r\n\t\t},\r\n\t\t{\r\n\t\t\tprovide: ALuUserHomonymsService,\r\n\t\t\tuseClass: LuUserHomonymsService,\r\n\t\t},\r\n\t],\r\n})\r\nexport class LuUserHomonymsComponent<U extends ILuUser = ILuUser> implements ILuOptionOperator<U> {\r\n\tset inOptions$(in$: Observable<U[]>) {\r\n\t\tthis._outOptions$ = merge(\r\n\t\t\tin$,\r\n\t\t\tin$.pipe(\r\n\t\t\t\tmap(users => this._service.extractHomonyms(users)),\r\n\t\t\t\tswitchMap((homonyms: U[]) => this._service.enrichHomonyms(homonyms)),\r\n\t\t\t\twithLatestFrom(in$),\r\n\t\t\t\tmap<[U[], U[]], U[]>(([enrichedUsers, users]) => {\r\n\t\t\t\t\tconst result = [ ...users];\r\n\t\t\t\t\tenrichedUsers.forEach(user => {\r\n\t\t\t\t\t\tconst i = result.findIndex(u => u.id === user.id);\r\n\t\t\t\t\t\tresult[i] = user;\r\n\t\t\t\t\t});\r\n\t\t\t\t\treturn result;\r\n\t\t\t\t}),\r\n\t\t\t)\r\n\t\t);\r\n\t}\r\n\tprivate _outOptions$: Observable<U[]>;\r\n\tget outOptions$() {\r\n\t\treturn this._outOptions$;\r\n\t}\r\n\tprivate _service: ILuUserHomonymsService<U>;\r\n\tconstructor(\r\n\t\t@Inject(ALuUserHomonymsService) @Optional() @SkipSelf() hostService: ILuUserHomonymsService<U>,\r\n\t\t@Inject(ALuUserHomonymsService) @Self() selfService: ILuUserHomonymsService<U>,\r\n\t) {\r\n\t\tthis._service = hostService || selfService;\r\n\t}\r\n}\r\n\r\n","import { Directive, forwardRef, Inject, Optional, SkipSelf, Self, ViewContainerRef, TemplateRef, Input } from '@angular/core';\r\nimport { ALuOptionOperator, ILuOptionOperator } from '@lucca-front/ng/option';\r\nimport { ALuOnOpenSubscriber } from '@lucca-front/ng/core';\r\nimport { ILuUser } from '../../user.model';\r\nimport { ALuUserService, LuUserV3Service } from '../../service/index';\r\n\r\n@Directive({\r\n\tselector: '[luUserMeOption]',\r\n\tproviders: [\r\n\t\t{\r\n\t\t\tprovide: ALuOptionOperator,\r\n\t\t\tuseExisting: forwardRef(() => LuUserMeOptionDirective),\r\n\t\t\tmulti: true,\r\n\t\t},\r\n\t\t{\r\n\t\t\tprovide: ALuUserService,\r\n\t\t\tuseClass: LuUserV3Service,\r\n\t\t},\r\n\t\t\r\n\t\t{\r\n\t\t\tprovide: ALuOnOpenSubscriber,\r\n\t\t\tuseExisting: forwardRef(() => LuUserMeOptionDirective),\r\n\t\t\tmulti: true,\r\n\t\t},\r\n\t],\r\n})\r\nexport class LuUserMeOptionDirective<U extends ILuUser = ILuUser> implements ILuOptionOperator<U> {\r\n\tset inOptions$ (in$) {\r\n\t\tthis.outOptions$ = in$;\r\n\t}\r\n\toutOptions$;\r\n\tprivate _service: LuUserV3Service<U>;\r\n\r\n\t@Input() set luUserMeOptionFields(fields: string) { this._service.fields = fields; }\r\n\t@Input() set luUserMeOptionFilters(filters: string[]) { this._service.filters = filters; }\r\n\t@Input() set luUserMeOptionOrderBy(orderBy: string) { this._service.orderBy = orderBy; }\r\n\t@Input() set luUserMeOptionAppInstanceId(appInstanceId: number | string) { this._service.appInstanceId = appInstanceId; }\r\n\t@Input() set luUserMeOptionOperations(operations: number[]) { this._service.operations = operations; }\r\n\r\n\tconstructor(\r\n\t\t@Inject(ALuUserService) @Optional() @SkipSelf() hostService: ALuUserService,\r\n\t\t@Inject(ALuUserService) @Self() selfService: ALuUserService,\r\n\t\tprivate _vcr: ViewContainerRef,\r\n\t\tprivate _templateRef: TemplateRef<{ $implicit: U }>,\r\n\t) {\r\n\t\tthis._service = (hostService || selfService) as LuUserV3Service<U>;\r\n\t}\r\n\r\n\tme: ILuUser = undefined;\r\n\tprivate meDisplayed = false;\r\n\tonOpen() {\r\n\t\tthis._service.getMe().subscribe(me => {\r\n\t\t\tthis.me = me;\r\n\t\t\tthis.displayMe();\r\n\t\t});\r\n\t}\r\n\tdisplayMe() {\r\n\t\tif (this.me && !this.meDisplayed) {\r\n\t\t\tthis.meDisplayed = true;\r\n\t\t\tthis._vcr.createEmbeddedView(this._templateRef, { $implicit: this.me });\r\n\t\t}\r\n\t}\r\n}","import {\r\n\tChangeDetectionStrategy,\r\n\tComponent,\r\n\tChangeDetectorRef,\r\n\tforwardRef,\r\n\tViewContainerRef,\r\n\tElementRef,\r\n\tHostListener,\r\n\tTemplateRef,\r\n\tViewChild,\r\n\tInput,\r\n\tRenderer2,\r\n\tHostBinding,\r\n\tAfterContentInit,\r\n\tInject,\r\n\tAfterViewInit,\r\n\tOptional,\r\n\tSkipSelf,\r\n\tSelf\r\n} from '@angular/core';\r\nimport { NG_VALUE_ACCESSOR, ControlValueAccessor } from '@angular/forms';\r\nimport { Overlay } from '@angular/cdk/overlay';\r\nimport { ALuClearer, ILuClearer, ILuInputDisplayer, ALuInputDisplayer } from '@lucca-front/ng/input';\r\nimport { ILuInputWithPicker, ALuPickerPanel } from '@lucca-front/ng/picker';\r\nimport { ILuUser } from '../../user.model';\r\nimport { ALuSelectInputComponent } from '@lucca-front/ng/select';\r\nimport { ILuPickerPanel } from '@lucca-front/ng/picker';\r\nimport { LuDisplayFullname } from '../../display/index';\r\nimport { LuUserSelectInputIntl } from './user-select-input.intl';\r\nimport { ILuUserSelectInputLabel } from './user-select-input.translate';\r\nimport { LuOptionComparer } from '@lucca-front/ng/option';\r\nimport { ALuUserService, LuUserV3Service } from '../../service/index';\r\n\r\n/**\r\n* Displays user'picture or a placeholder with his/her initials and random bg color'\r\n*/\r\n@Component({\r\n\tselector: 'lu-user-select',\r\n\ttemplateUrl: './user-select-input.component.html',\r\n\tstyleUrls: ['./user-select-input.component.scss'],\r\n\tchangeDetection: ChangeDetectionStrategy.OnPush,\r\n\tproviders: [\r\n\t\t{\r\n\t\t\tprovide: NG_VALUE_ACCESSOR,\r\n\t\t\tuseExisting: forwardRef(() => LuUserSelectInputComponent),\r\n\t\t\tmulti: true,\r\n\t\t},\r\n\t],\r\n})\r\nexport class LuUserSelectInputComponent<U extends import ('../../user.model').ILuUser = import ('../../user.model').ILuUser>\r\nextends ALuSelectInputComponent<U>\r\nimplements ControlValueAccessor, ILuInputWithPicker<U>, AfterViewInit {\r\n\r\n\tsearchFormat = LuDisplayFullname.lastfirst;\r\n\r\n\t@Input('placeholder') override set inputPlaceholder(p: string) { this._placeholder = p; }\r\n\r\n\t@Input() fields: string;\r\n\t@Input() filters: string[];\r\n\t@Input() orderBy: string;\r\n\t@Input() appInstanceId: number | string;\r\n\t@Input() operations: number[];\r\n\t@Input() enableFormerEmployees = false;\r\n\r\n\tbyId: LuOptionComparer<U> = (option1: U, option2: U) => option1 && option2 && option1.id === option2.id;\r\n\r\n\tconstructor(\r\n\t\tprotected override _changeDetectorRef: ChangeDetectorRef,\r\n\t\tprotected override _overlay: Overlay,\r\n\t\tprotected override _elementRef: ElementRef,\r\n\t\tprotected override _viewContainerRef: ViewContainerRef,\r\n\t\tprotected override _renderer: Renderer2,\r\n\t\t@Inject(LuUserSelectInputIntl) public intl: ILuUserSelectInputLabel,\r\n\t) {\r\n\t\tsuper(\r\n\t\t\t_changeDetectorRef,\r\n\t\t\t_overlay,\r\n\t\t\t_elementRef,\r\n\t\t\t_viewContainerRef,\r\n\t\t\t_renderer,\r\n\t\t);\r\n\t}\r\n\r\n\r\n}\r\n","<div class=\"lu-select-placeholder\">{{ placeholder }}</div>\r\n<div class=\"lu-select-value\">\r\n\t<div class=\"lu-select-display-wrapper\">\r\n\t\t<ng-container #display></ng-container>\r\n\t</div>\r\n</div>\r\n<div class=\"lu-select-suffix\">\r\n\t<lu-input-clearer></lu-input-clearer>\r\n</div>\r\n<ng-template luDisplayer [luDisplayerMultiple]=\"true\" let-values>\r\n\t<span *ngIf=\"multiple && values?.length > 1; else: singleView\"><span class=\"chip mod-unkillable\">{{values.length}}</span> {{intl.users}}</span>\r\n\t<ng-template #singleView>{{(values[0] || values) | luUserDisplay}}</ng-template>\r\n</ng-template>\r\n<lu-option-picker-advanced [option-comparer]=\"byId\">\r\n\t<header class=\"lu-picker-header\">\r\n\t\t<lu-user-paged-searcher\r\n\t\t\t[fields]=\"fields\"\r\n\t\t\t[filters]=\"filters\"\r\n\t\t\t[orderBy]=\"orderBy\"\r\n\t\t\t[appInstanceId]=\"appInstanceId\"\r\n\t\t\t[operations]=\"operations\"\r\n\t\t\t[enableFormerEmployees]=\"enableFormerEmployees\"\r\n\t\t></lu-user-paged-searcher>\r\n\t</header>\r\n\t<lu-user-homonyms></lu-user-homonyms>\r\n\t<lu-option\r\n\t\t*luUserMeOption=\"let user; fields: fields; filters: filters; orderBy: orderBy; appInstanceId: appInstanceId; operations: operations\"\r\n\t\t[value]=\"user\"\r\n\t>\r\n\t\t<div><b>{{intl.me}} {{ user | luUserDisplay: searchFormat }}</b></div>\r\n\t\t<div class=\"lu-select-additionalInformation\" *ngIf=\"user.additionalInformation\">\r\n\t\t\t({{user.additionalInformation}})\r\n\t\t</div>\r\n\t</lu-option>\r\n\r\n\t<lu-option *luForOptions=\"let user\" [value]=\"user\">\r\n\t\t<div>{{ user | luUserDisplay: searchFormat }}</div>\r\n\t\t<div class=\"lu-select-additionalInformation\" *ngIf=\"user.additionalInformation\">\r\n\t\t\t({{user.additionalInformation}})\r\n\t\t</div>\r\n\t</lu-option>\r\n</lu-option-picker-advanced>\r\n","import { NgModule } from '@angular/core';\r\nimport { HttpClientModule } from '@angular/common/http';\r\nimport { LuUserHomonymsComponent } from './user-homonyms.component';\r\nimport { LuUserDisplayModule } from '../../display/index';\r\n\r\n@NgModule({\r\n\timports: [\r\n\t\tHttpClientModule,\r\n\t\tLuUserDisplayModule,\r\n\t],\r\n\tdeclarations: [\r\n\t\tLuUserHomonymsComponent,\r\n\t],\r\n\texports: [\r\n\t\tLuUserHomonymsComponent,\r\n\t],\r\n})\r\nexport class LuUserHomonymsModule {}\r\n","import { NgModule } from '@angular/core';\r\nimport { LuUserMeOptionDirective } from './me-option.directive';\r\n\r\n@NgModule({\r\n\timports: [\r\n\t],\r\n\tdeclarations: [\r\n\t\tLuUserMeOptionDirective,\r\n\t],\r\n\texports: [\r\n\t\tLuUserMeOptionDirective,\r\n\t],\r\n\tproviders: [\r\n\t]\r\n})\r\nexport class LuUserMeOptionModule {}\r\n","import { ILuTranslation } from '@lucca-front/ng/core';\r\n\r\nexport interface ILuUserSearcherLabel {\r\n\tincludeFormerEmployees: string;\r\n}\r\nexport abstract class ALuUserSearcherLabel {\r\n\tincludeFormerEmployees: string;\r\n}\r\n\r\nexport const luUserSearcherTranslations = {\r\n\ten: {\r\n\t\tincludeFormerEmployees: 'Include former employees',\r\n\t},\r\n\tfr: {\r\n\t\tincludeFormerEmployees: 'Inclure les salariés partis',\r\n\t},\r\n\tes: {\r\n\t\tincludeFormerEmployees: 'Incluir a los antiguos empleados',\r\n\t}\r\n} as ILuTranslation<ILuUserSearcherLabel>;\r\n","import { NgModule } from '@angular/core';\r\nimport { LuUserPagedSearcherComponent } from './user-searcher.component';\r\nimport { HttpClientModule } from '@angular/common/http';\r\nimport { ReactiveFormsModule } from '@angular/forms';\r\nimport { CommonModule } from '@angular/common';\r\nimport { LuOptionPlaceholderModule } from '@lucca-front/ng/option';\r\nimport { LuUserSearcherIntl } from './user-searcher.intl';\r\nimport { LU_USER_SEARCHER_TRANSLATIONS } from './user-searcher.token';\r\nimport { luUserSearcherTranslations } from './user-searcher.translate';\r\n\r\n@NgModule({\r\n\timports: [\r\n\t\tHttpClientModule,\r\n\t\tReactiveFormsModule,\r\n\t\tCommonModule,\r\n\t\tLuOptionPlaceholderModule,\r\n\t],\r\n\tdeclarations: [\r\n\t\tLuUserPagedSearcherComponent,\r\n\t],\r\n\texports: [\r\n\t\tLuUserPagedSearcherComponent,\r\n\t],\r\n\tproviders: [\r\n\t\tLuUserSearcherIntl,\r\n\t\t{ provide: LU_USER_SEARCHER_TRANSLATIONS, useValue: luUserSearcherTranslations },\r\n\t],\r\n})\r\nexport class LuUserSearcherModule {}\r\n","import { ILuTranslation } from '@lucca-front/ng/core';\r\n\r\nexport interface ILuUserSelectInputLabel {\r\n\tusers: string;\r\n\tme: string;\r\n}\r\nexport abstract class ALuUserSelectInputLabel {\r\n\tusers: string;\r\n\tme: string;\r\n}\r\n\r\nexport const luUserSelectInputTranslations = {\r\n\ten: {\r\n\t\tusers: 'users',\r\n\t\tme: 'Me:'\r\n\t},\r\n\tfr: {\r\n\t\tusers: 'utilisateurs',\r\n\t\tme: 'Moi :'\r\n\t},\r\n\tes: {\r\n\t\tusers: 'empleados',\r\n\t\tme: 'Yo :'\r\n\t}\r\n} as ILuTranslation<ILuUserSelectInputLabel>;\r\n\r\n","import { CommonModule } from '@angular/common';\r\nimport { NgModule } from '@angular/core';\r\nimport { LuInputClearerModule, LuInputDisplayerModule } from '@lucca-front/ng/input';\r\nimport { LuOptionOperatorModule, LuOptionPickerModule } from '@lucca-front/ng/option';\r\nimport { LuUserDisplayModule } from '../../display/index';\r\nimport { LuUserHomonymsModule } from '../homonyms/index';\r\nimport { LuUserMeOptionModule } from '../me/index';\r\nimport { LuUserSearcherModule } from '../searcher/index';\r\nimport { LuUserSelectInputComponent } from './user-select-input.component';\r\nimport { LuUserSelectInputIntl } from './user-select-input.intl';\r\nimport { LU_USER_SELECT_INPUT_TRANSLATIONS } from './user-select-input.token';\r\nimport { luUserSelectInputTranslations } from './user-select-input.translate';\r\n\r\n@NgModule({\r\n\timports: [\r\n\t\tCommonModule,\r\n\t\tLuUserDisplayModule,\r\n\t\tLuOptionOperatorModule,\r\n\t\tLuOptionPickerModule,\r\n\t\tLuInputClearerModule,\r\n\t\tLuUserSearcherModule,\r\n\t\tLuInputDisplayerModule,\r\n\t\tLuUserHomonymsModule,\r\n\t\tLuUserMeOptionModule,\r\n\t],\r\n\tdeclarations: [\r\n\t\tLuUserSelectInputComponent,\r\n\t],\r\n\texports: [\r\n\t\tLuUserSelectInputComponent,\r\n\t],\r\n\tproviders: [\r\n\t\t{ provide: LU_USER_SELECT_INPUT_TRANSLATIONS, useValue: luUserSelectInputTranslations },\r\n\t\tLuUserSelectInputIntl,\r\n\t]\r\n})\r\nexport class LuUserSelectInputModule { }\r\n","import { NgModule } from '@angular/core';\r\nimport { LuUserSelectInputModule } from './input/index';\r\nimport { LuUserSearcherModule } from './searcher/index';\r\nimport { LuUserHomonymsModule } from './homonyms/index';\r\nimport { LuUserMeOptionModule } from './me/index';\r\n\r\n@NgModule({\r\n\timports: [\r\n\t\tLuUserSelectInputModule,\r\n\t\tLuUserSearcherModule,\r\n\t\tLuUserHomonymsModule,\r\n\t\tLuUserMeOptionModule,\r\n\t],\r\n\texports: [\r\n\t\tLuUserSelectInputModule,\r\n\t\tLuUserSearcherModule,\r\n\t\tLuUserHomonymsModule,\r\n\t\tLuUserMeOptionModule,\r\n\t],\r\n})\r\nexport class LuUserSelectModule {}\r\n","import { NgModule } from '@angular/core';\r\nimport { LuUserDisplayModule } from './display/index';\r\nimport { LuUserPictureModule } from './picture/index';\r\nimport { LuUserTileModule } from './tile/index';\r\nimport { LuUserSelectModule } from './select/index';\r\n\r\n@NgModule({\r\n\timports: [\r\n\t\tLuUserDisplayModule,\r\n\t\tLuUserPictureModule,\r\n\t\tLuUserTileModule,\r\n\t\tLuUserSelectModule,\r\n\t],\r\n\texports: [\r\n\t\tLuUserDisplayModule,\r\n\t\tLuUserPictureModule,\r\n\t\tLuUserTileModule,\r\n\t\tLuUserSelectModule,\r\n\t],\r\n})\r\nexport class LuUserModule {}\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":[],"mappings":"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"}
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"lucca-front-ng.mjs","sources":["../../../packages/ng/public_api.ts","../../../packages/ng/lucca-front-ng.ts"],"sourcesContent":["export default {};","/**\n * Generated bundle index. Do not edit.\n */\n\nexport * from './public_api';\n"],"names":[],"mappings":"AAAA,iBAAe,EAAE;;ACAjB;;"}
|
|
@@ -0,0 +1,276 @@
|
|
|
1
|
+
import { transition, style, animate, trigger } from '@angular/animations';
|
|
2
|
+
|
|
3
|
+
function luFadingAnimation(inTiming, outTiming) {
|
|
4
|
+
return [
|
|
5
|
+
transition('void => *', [
|
|
6
|
+
style({ opacity: '0' }),
|
|
7
|
+
animate(inTiming, style({ opacity: '1' })),
|
|
8
|
+
]),
|
|
9
|
+
transition('* => void', [
|
|
10
|
+
style({ opacity: '1' }),
|
|
11
|
+
animate(outTiming, style({ opacity: '0' })),
|
|
12
|
+
]),
|
|
13
|
+
];
|
|
14
|
+
}
|
|
15
|
+
|
|
16
|
+
function luScalingAnimation(inTiming, outTiming) {
|
|
17
|
+
return [
|
|
18
|
+
transition('void => left', [
|
|
19
|
+
// ---> entering --->
|
|
20
|
+
style({
|
|
21
|
+
transformOrigin: 'left center',
|
|
22
|
+
transform: 'scaleX(0)',
|
|
23
|
+
opacity: '0',
|
|
24
|
+
}),
|
|
25
|
+
animate(inTiming, style({
|
|
26
|
+
transformOrigin: 'left center',
|
|
27
|
+
transform: 'scaleX(1)',
|
|
28
|
+
opacity: '1',
|
|
29
|
+
})),
|
|
30
|
+
]),
|
|
31
|
+
transition('left => void', [
|
|
32
|
+
// <--- leaving <---
|
|
33
|
+
style({
|
|
34
|
+
transformOrigin: 'left center',
|
|
35
|
+
transform: 'scaleX(1)',
|
|
36
|
+
opacity: '1',
|
|
37
|
+
}),
|
|
38
|
+
animate(outTiming, style({
|
|
39
|
+
transformOrigin: 'left center',
|
|
40
|
+
transform: 'scaleX(0)',
|
|
41
|
+
opacity: '0',
|
|
42
|
+
})),
|
|
43
|
+
]),
|
|
44
|
+
transition('void => right', [
|
|
45
|
+
// <--- entering <---
|
|
46
|
+
style({
|
|
47
|
+
transformOrigin: 'right center',
|
|
48
|
+
transform: 'scaleX(0)',
|
|
49
|
+
opacity: '0',
|
|
50
|
+
}),
|
|
51
|
+
animate(inTiming, style({
|
|
52
|
+
transformOrigin: 'right center',
|
|
53
|
+
transform: 'scaleX(1)',
|
|
54
|
+
opacity: '1',
|
|
55
|
+
})),
|
|
56
|
+
]),
|
|
57
|
+
transition('right => void', [
|
|
58
|
+
// ---> leaving --->
|
|
59
|
+
style({
|
|
60
|
+
transformOrigin: 'right center',
|
|
61
|
+
transform: 'scaleX(1)',
|
|
62
|
+
opacity: '1',
|
|
63
|
+
}),
|
|
64
|
+
animate(outTiming, style({
|
|
65
|
+
transformOrigin: 'right center',
|
|
66
|
+
transform: 'scaleX(0)',
|
|
67
|
+
opacity: '0',
|
|
68
|
+
})),
|
|
69
|
+
]),
|
|
70
|
+
transition('void => top', [
|
|
71
|
+
// \/ entering
|
|
72
|
+
style({
|
|
73
|
+
transformOrigin: 'center top',
|
|
74
|
+
transform: 'scaleY(0)',
|
|
75
|
+
opacity: '0',
|
|
76
|
+
}),
|
|
77
|
+
animate(inTiming, style({
|
|
78
|
+
transformOrigin: 'center top',
|
|
79
|
+
transform: 'scaleY(1)',
|
|
80
|
+
opacity: '1',
|
|
81
|
+
})),
|
|
82
|
+
]),
|
|
83
|
+
transition('top => void', [
|
|
84
|
+
// /\ leaving
|
|
85
|
+
style({
|
|
86
|
+
transformOrigin: 'center top',
|
|
87
|
+
transform: 'scaleY(1)',
|
|
88
|
+
opacity: '1',
|
|
89
|
+
}),
|
|
90
|
+
animate(outTiming, style({
|
|
91
|
+
transformOrigin: 'center top',
|
|
92
|
+
transform: 'scaleY(0)',
|
|
93
|
+
opacity: '0',
|
|
94
|
+
})),
|
|
95
|
+
]),
|
|
96
|
+
transition('void => bottom', [
|
|
97
|
+
// /\ entering
|
|
98
|
+
style({
|
|
99
|
+
transformOrigin: 'center bottom',
|
|
100
|
+
transform: 'scaleY(0)',
|
|
101
|
+
opacity: '0',
|
|
102
|
+
}),
|
|
103
|
+
animate(inTiming, style({
|
|
104
|
+
transformOrigin: 'center bottom',
|
|
105
|
+
transform: 'scaleY(1)',
|
|
106
|
+
opacity: '1',
|
|
107
|
+
})),
|
|
108
|
+
]),
|
|
109
|
+
transition('bottom => void', [
|
|
110
|
+
// \/ leaving
|
|
111
|
+
style({
|
|
112
|
+
transformOrigin: 'center bottom',
|
|
113
|
+
transform: 'scaleY(1)',
|
|
114
|
+
opacity: '1',
|
|
115
|
+
}),
|
|
116
|
+
animate(outTiming, style({
|
|
117
|
+
transformOrigin: 'center bottom',
|
|
118
|
+
transform: 'scaleY(0)',
|
|
119
|
+
opacity: '0',
|
|
120
|
+
})),
|
|
121
|
+
]),
|
|
122
|
+
transition('void => center, void => *', [
|
|
123
|
+
style({ transformOrigin: 'center', transform: 'scale(0)', opacity: '0' }),
|
|
124
|
+
animate(inTiming, style({
|
|
125
|
+
transformOrigin: 'center',
|
|
126
|
+
transform: 'scale(1)',
|
|
127
|
+
opacity: '1',
|
|
128
|
+
})),
|
|
129
|
+
]),
|
|
130
|
+
transition('center => void , * => void', [
|
|
131
|
+
style({ transformOrigin: 'center', transform: 'scale(1)', opacity: '1' }),
|
|
132
|
+
animate(outTiming, style({
|
|
133
|
+
transformOrigin: 'center',
|
|
134
|
+
transform: 'scale(0)',
|
|
135
|
+
opacity: '0',
|
|
136
|
+
})),
|
|
137
|
+
]),
|
|
138
|
+
];
|
|
139
|
+
}
|
|
140
|
+
|
|
141
|
+
function luSlidingAnimation(inTiming, outTiming) {
|
|
142
|
+
return [
|
|
143
|
+
transition('void => right', [
|
|
144
|
+
// <--- entering <---
|
|
145
|
+
style({
|
|
146
|
+
transformOrigin: 'right center',
|
|
147
|
+
transform: 'translateX(50px)',
|
|
148
|
+
opacity: '0',
|
|
149
|
+
}),
|
|
150
|
+
animate(inTiming, style({
|
|
151
|
+
transformOrigin: 'right center',
|
|
152
|
+
transform: 'translateX(0)',
|
|
153
|
+
opacity: '1',
|
|
154
|
+
})),
|
|
155
|
+
]),
|
|
156
|
+
transition('right => void', [
|
|
157
|
+
// ---> leaving --->
|
|
158
|
+
style({
|
|
159
|
+
transformOrigin: 'right center',
|
|
160
|
+
transform: 'translateX(0)',
|
|
161
|
+
opacity: '1',
|
|
162
|
+
}),
|
|
163
|
+
animate(outTiming, style({
|
|
164
|
+
transformOrigin: 'right center',
|
|
165
|
+
transform: 'translateX(50px)',
|
|
166
|
+
opacity: '0',
|
|
167
|
+
})),
|
|
168
|
+
]),
|
|
169
|
+
transition('void => top', [
|
|
170
|
+
// \/ entering
|
|
171
|
+
style({
|
|
172
|
+
transformOrigin: 'center',
|
|
173
|
+
transform: 'translateY(-20px)',
|
|
174
|
+
opacity: '0',
|
|
175
|
+
}),
|
|
176
|
+
animate(inTiming, style({
|
|
177
|
+
transformOrigin: 'center',
|
|
178
|
+
transform: 'translateY(0)',
|
|
179
|
+
opacity: '1',
|
|
180
|
+
})),
|
|
181
|
+
]),
|
|
182
|
+
transition('top => void', [
|
|
183
|
+
// /\ leaving
|
|
184
|
+
style({
|
|
185
|
+
transformOrigin: 'center',
|
|
186
|
+
transform: 'translateY(0)',
|
|
187
|
+
opacity: '1',
|
|
188
|
+
}),
|
|
189
|
+
animate(outTiming, style({
|
|
190
|
+
transformOrigin: 'center',
|
|
191
|
+
transform: 'translateY(-20px)',
|
|
192
|
+
opacity: '0',
|
|
193
|
+
})),
|
|
194
|
+
]),
|
|
195
|
+
transition('void => bottom', [
|
|
196
|
+
// /\ entering
|
|
197
|
+
style({
|
|
198
|
+
transformOrigin: 'center',
|
|
199
|
+
transform: 'translateY(20px)',
|
|
200
|
+
opacity: '0',
|
|
201
|
+
}),
|
|
202
|
+
animate(inTiming, style({
|
|
203
|
+
transformOrigin: 'center',
|
|
204
|
+
transform: 'translateY(0)',
|
|
205
|
+
opacity: '1',
|
|
206
|
+
})),
|
|
207
|
+
]),
|
|
208
|
+
transition('bottom => void', [
|
|
209
|
+
// \/ leaving
|
|
210
|
+
style({
|
|
211
|
+
transformOrigin: 'center',
|
|
212
|
+
transform: 'translateY(0)',
|
|
213
|
+
opacity: '1',
|
|
214
|
+
}),
|
|
215
|
+
animate(outTiming, style({
|
|
216
|
+
transformOrigin: 'center',
|
|
217
|
+
transform: 'translateY(20px)',
|
|
218
|
+
opacity: '0',
|
|
219
|
+
})),
|
|
220
|
+
]),
|
|
221
|
+
transition('void => left, void => *', [
|
|
222
|
+
// ---> entering --->
|
|
223
|
+
style({
|
|
224
|
+
transformOrigin: 'left center',
|
|
225
|
+
transform: 'translateX(-50px)',
|
|
226
|
+
opacity: '0',
|
|
227
|
+
}),
|
|
228
|
+
animate(inTiming, style({
|
|
229
|
+
transformOrigin: 'left center',
|
|
230
|
+
transform: 'translateX(0)',
|
|
231
|
+
opacity: '1',
|
|
232
|
+
})),
|
|
233
|
+
]),
|
|
234
|
+
transition('left => void, * => void', [
|
|
235
|
+
// <--- leaving <---
|
|
236
|
+
style({
|
|
237
|
+
transformOrigin: 'left center',
|
|
238
|
+
transform: 'translateX(0)',
|
|
239
|
+
opacity: '1',
|
|
240
|
+
}),
|
|
241
|
+
animate(outTiming, style({
|
|
242
|
+
transformOrigin: 'left center',
|
|
243
|
+
transform: 'translateX(-50px)',
|
|
244
|
+
opacity: '0',
|
|
245
|
+
})),
|
|
246
|
+
]),
|
|
247
|
+
];
|
|
248
|
+
}
|
|
249
|
+
|
|
250
|
+
const LU_DEFAULT_ANIMATION_TIMING = '250ms 0ms ease-out';
|
|
251
|
+
function luFadeAnimationFactory(animationInTiming = LU_DEFAULT_ANIMATION_TIMING, animationOutTiming = LU_DEFAULT_ANIMATION_TIMING, triggerName = 'fadeAnimation') {
|
|
252
|
+
return trigger(triggerName, [
|
|
253
|
+
...luFadingAnimation(animationInTiming, animationOutTiming),
|
|
254
|
+
]);
|
|
255
|
+
}
|
|
256
|
+
function luScaleAnimationFactory(animationInTiming = LU_DEFAULT_ANIMATION_TIMING, animationOutTiming = LU_DEFAULT_ANIMATION_TIMING, triggerName = 'scaleAnimation') {
|
|
257
|
+
return trigger(triggerName, [
|
|
258
|
+
...luScalingAnimation(animationInTiming, animationOutTiming),
|
|
259
|
+
]);
|
|
260
|
+
}
|
|
261
|
+
function luSlideAnimationFactory(animationInTiming = LU_DEFAULT_ANIMATION_TIMING, animationOutTiming = LU_DEFAULT_ANIMATION_TIMING, triggerName = 'slideAnimation') {
|
|
262
|
+
return trigger(triggerName, [
|
|
263
|
+
...luSlidingAnimation(animationInTiming, animationOutTiming),
|
|
264
|
+
]);
|
|
265
|
+
}
|
|
266
|
+
|
|
267
|
+
/*
|
|
268
|
+
* Public API Surface of animations
|
|
269
|
+
*/
|
|
270
|
+
|
|
271
|
+
/**
|
|
272
|
+
* Generated bundle index. Do not edit.
|
|
273
|
+
*/
|
|
274
|
+
|
|
275
|
+
export { LU_DEFAULT_ANIMATION_TIMING, luFadeAnimationFactory, luFadingAnimation, luScaleAnimationFactory, luScalingAnimation, luSlideAnimationFactory, luSlidingAnimation };
|
|
276
|
+
//# sourceMappingURL=lucca-front-ng-animations.mjs.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"lucca-front-ng-animations.mjs","sources":["../../../packages/ng/animations/src/lib/fade.animation.ts","../../../packages/ng/animations/src/lib/scale.animation.ts","../../../packages/ng/animations/src/lib/slide.animation.ts","../../../packages/ng/animations/src/lib/animation.factory.ts","../../../packages/ng/animations/src/public-api.ts","../../../packages/ng/animations/src/lucca-front-ng-animations.ts"],"sourcesContent":["import {\r\n\tstate,\r\n\tstyle,\r\n\tanimate,\r\n\ttransition,\r\n\tAnimationMetadata,\r\n} from '@angular/animations';\r\n\r\nexport function luFadingAnimation(\r\n\tinTiming: string,\r\n\toutTiming: string,\r\n): AnimationMetadata[] {\r\n\treturn [\r\n\t\ttransition('void => *', [\r\n\t\t\tstyle({ opacity: '0' }),\r\n\t\t\tanimate(inTiming, style({ opacity: '1' })),\r\n\t\t]),\r\n\t\ttransition('* => void', [\r\n\t\t\tstyle({ opacity: '1' }),\r\n\t\t\tanimate(outTiming, style({ opacity: '0' })),\r\n\t\t]),\r\n\t];\r\n}\r\n","import {\r\n\tstate,\r\n\tstyle,\r\n\tanimate,\r\n\ttransition,\r\n\tAnimationMetadata,\r\n} from '@angular/animations';\r\n\r\nexport function luScalingAnimation(\r\n\tinTiming: string,\r\n\toutTiming: string,\r\n): AnimationMetadata[] {\r\n\treturn [\r\n\t\ttransition('void => left', [\r\n\t\t\t// ---> entering --->\r\n\t\t\tstyle({\r\n\t\t\t\ttransformOrigin: 'left center',\r\n\t\t\t\ttransform: 'scaleX(0)',\r\n\t\t\t\topacity: '0',\r\n\t\t\t}),\r\n\t\t\tanimate(\r\n\t\t\t\tinTiming,\r\n\t\t\t\tstyle({\r\n\t\t\t\t\ttransformOrigin: 'left center',\r\n\t\t\t\t\ttransform: 'scaleX(1)',\r\n\t\t\t\t\topacity: '1',\r\n\t\t\t\t}),\r\n\t\t\t),\r\n\t\t]),\r\n\t\ttransition('left => void', [\r\n\t\t\t// <--- leaving <---\r\n\t\t\tstyle({\r\n\t\t\t\ttransformOrigin: 'left center',\r\n\t\t\t\ttransform: 'scaleX(1)',\r\n\t\t\t\topacity: '1',\r\n\t\t\t}),\r\n\t\t\tanimate(\r\n\t\t\t\toutTiming,\r\n\t\t\t\tstyle({\r\n\t\t\t\t\ttransformOrigin: 'left center',\r\n\t\t\t\t\ttransform: 'scaleX(0)',\r\n\t\t\t\t\topacity: '0',\r\n\t\t\t\t}),\r\n\t\t\t),\r\n\t\t]),\r\n\r\n\t\ttransition('void => right', [\r\n\t\t\t// <--- entering <---\r\n\t\t\tstyle({\r\n\t\t\t\ttransformOrigin: 'right center',\r\n\t\t\t\ttransform: 'scaleX(0)',\r\n\t\t\t\topacity: '0',\r\n\t\t\t}),\r\n\t\t\tanimate(\r\n\t\t\t\tinTiming,\r\n\t\t\t\tstyle({\r\n\t\t\t\t\ttransformOrigin: 'right center',\r\n\t\t\t\t\ttransform: 'scaleX(1)',\r\n\t\t\t\t\topacity: '1',\r\n\t\t\t\t}),\r\n\t\t\t),\r\n\t\t]),\r\n\t\ttransition('right => void', [\r\n\t\t\t// ---> leaving --->\r\n\t\t\tstyle({\r\n\t\t\t\ttransformOrigin: 'right center',\r\n\t\t\t\ttransform: 'scaleX(1)',\r\n\t\t\t\topacity: '1',\r\n\t\t\t}),\r\n\t\t\tanimate(\r\n\t\t\t\toutTiming,\r\n\t\t\t\tstyle({\r\n\t\t\t\t\ttransformOrigin: 'right center',\r\n\t\t\t\t\ttransform: 'scaleX(0)',\r\n\t\t\t\t\topacity: '0',\r\n\t\t\t\t}),\r\n\t\t\t),\r\n\t\t]),\r\n\r\n\t\ttransition('void => top', [\r\n\t\t\t// \\/ entering\r\n\t\t\tstyle({\r\n\t\t\t\ttransformOrigin: 'center top',\r\n\t\t\t\ttransform: 'scaleY(0)',\r\n\t\t\t\topacity: '0',\r\n\t\t\t}),\r\n\t\t\tanimate(\r\n\t\t\t\tinTiming,\r\n\t\t\t\tstyle({\r\n\t\t\t\t\ttransformOrigin: 'center top',\r\n\t\t\t\t\ttransform: 'scaleY(1)',\r\n\t\t\t\t\topacity: '1',\r\n\t\t\t\t}),\r\n\t\t\t),\r\n\t\t]),\r\n\t\ttransition('top => void', [\r\n\t\t\t// /\\ leaving\r\n\t\t\tstyle({\r\n\t\t\t\ttransformOrigin: 'center top',\r\n\t\t\t\ttransform: 'scaleY(1)',\r\n\t\t\t\topacity: '1',\r\n\t\t\t}),\r\n\t\t\tanimate(\r\n\t\t\t\toutTiming,\r\n\t\t\t\tstyle({\r\n\t\t\t\t\ttransformOrigin: 'center top',\r\n\t\t\t\t\ttransform: 'scaleY(0)',\r\n\t\t\t\t\topacity: '0',\r\n\t\t\t\t}),\r\n\t\t\t),\r\n\t\t]),\r\n\r\n\t\ttransition('void => bottom', [\r\n\t\t\t// /\\ entering\r\n\t\t\tstyle({\r\n\t\t\t\ttransformOrigin: 'center bottom',\r\n\t\t\t\ttransform: 'scaleY(0)',\r\n\t\t\t\topacity: '0',\r\n\t\t\t}),\r\n\t\t\tanimate(\r\n\t\t\t\tinTiming,\r\n\t\t\t\tstyle({\r\n\t\t\t\t\ttransformOrigin: 'center bottom',\r\n\t\t\t\t\ttransform: 'scaleY(1)',\r\n\t\t\t\t\topacity: '1',\r\n\t\t\t\t}),\r\n\t\t\t),\r\n\t\t]),\r\n\t\ttransition('bottom => void', [\r\n\t\t\t// \\/ leaving\r\n\t\t\tstyle({\r\n\t\t\t\ttransformOrigin: 'center bottom',\r\n\t\t\t\ttransform: 'scaleY(1)',\r\n\t\t\t\topacity: '1',\r\n\t\t\t}),\r\n\t\t\tanimate(\r\n\t\t\t\toutTiming,\r\n\t\t\t\tstyle({\r\n\t\t\t\t\ttransformOrigin: 'center bottom',\r\n\t\t\t\t\ttransform: 'scaleY(0)',\r\n\t\t\t\t\topacity: '0',\r\n\t\t\t\t}),\r\n\t\t\t),\r\n\t\t]),\r\n\r\n\t\ttransition('void => center, void => *', [\r\n\t\t\tstyle({ transformOrigin: 'center', transform: 'scale(0)', opacity: '0' }),\r\n\t\t\tanimate(\r\n\t\t\t\tinTiming,\r\n\t\t\t\tstyle({\r\n\t\t\t\t\ttransformOrigin: 'center',\r\n\t\t\t\t\ttransform: 'scale(1)',\r\n\t\t\t\t\topacity: '1',\r\n\t\t\t\t}),\r\n\t\t\t),\r\n\t\t]),\r\n\t\ttransition('center => void , * => void', [\r\n\t\t\tstyle({ transformOrigin: 'center', transform: 'scale(1)', opacity: '1' }),\r\n\t\t\tanimate(\r\n\t\t\t\toutTiming,\r\n\t\t\t\tstyle({\r\n\t\t\t\t\ttransformOrigin: 'center',\r\n\t\t\t\t\ttransform: 'scale(0)',\r\n\t\t\t\t\topacity: '0',\r\n\t\t\t\t}),\r\n\t\t\t),\r\n\t\t]),\r\n\t];\r\n}\r\n","import {\r\n\tstate,\r\n\tstyle,\r\n\tanimate,\r\n\ttransition,\r\n\tAnimationMetadata,\r\n} from '@angular/animations';\r\n\r\nexport function luSlidingAnimation(\r\n\tinTiming: string,\r\n\toutTiming: string,\r\n): AnimationMetadata[] {\r\n\treturn [\r\n\t\ttransition('void => right', [\r\n\t\t\t// <--- entering <---\r\n\t\t\tstyle({\r\n\t\t\t\ttransformOrigin: 'right center',\r\n\t\t\t\ttransform: 'translateX(50px)',\r\n\t\t\t\topacity: '0',\r\n\t\t\t}),\r\n\t\t\tanimate(\r\n\t\t\t\tinTiming,\r\n\t\t\t\tstyle({\r\n\t\t\t\t\ttransformOrigin: 'right center',\r\n\t\t\t\t\ttransform: 'translateX(0)',\r\n\t\t\t\t\topacity: '1',\r\n\t\t\t\t}),\r\n\t\t\t),\r\n\t\t]),\r\n\t\ttransition('right => void', [\r\n\t\t\t// ---> leaving --->\r\n\t\t\tstyle({\r\n\t\t\t\ttransformOrigin: 'right center',\r\n\t\t\t\ttransform: 'translateX(0)',\r\n\t\t\t\topacity: '1',\r\n\t\t\t}),\r\n\t\t\tanimate(\r\n\t\t\t\toutTiming,\r\n\t\t\t\tstyle({\r\n\t\t\t\t\ttransformOrigin: 'right center',\r\n\t\t\t\t\ttransform: 'translateX(50px)',\r\n\t\t\t\t\topacity: '0',\r\n\t\t\t\t}),\r\n\t\t\t),\r\n\t\t]),\r\n\r\n\t\ttransition('void => top', [\r\n\t\t\t// \\/ entering\r\n\t\t\tstyle({\r\n\t\t\t\ttransformOrigin: 'center',\r\n\t\t\t\ttransform: 'translateY(-20px)',\r\n\t\t\t\topacity: '0',\r\n\t\t\t}),\r\n\t\t\tanimate(\r\n\t\t\t\tinTiming,\r\n\t\t\t\tstyle({\r\n\t\t\t\t\ttransformOrigin: 'center',\r\n\t\t\t\t\ttransform: 'translateY(0)',\r\n\t\t\t\t\topacity: '1',\r\n\t\t\t\t}),\r\n\t\t\t),\r\n\t\t]),\r\n\t\ttransition('top => void', [\r\n\t\t\t// /\\ leaving\r\n\t\t\tstyle({\r\n\t\t\t\ttransformOrigin: 'center',\r\n\t\t\t\ttransform: 'translateY(0)',\r\n\t\t\t\topacity: '1',\r\n\t\t\t}),\r\n\t\t\tanimate(\r\n\t\t\t\toutTiming,\r\n\t\t\t\tstyle({\r\n\t\t\t\t\ttransformOrigin: 'center',\r\n\t\t\t\t\ttransform: 'translateY(-20px)',\r\n\t\t\t\t\topacity: '0',\r\n\t\t\t\t}),\r\n\t\t\t),\r\n\t\t]),\r\n\r\n\t\ttransition('void => bottom', [\r\n\t\t\t// /\\ entering\r\n\t\t\tstyle({\r\n\t\t\t\ttransformOrigin: 'center',\r\n\t\t\t\ttransform: 'translateY(20px)',\r\n\t\t\t\topacity: '0',\r\n\t\t\t}),\r\n\t\t\tanimate(\r\n\t\t\t\tinTiming,\r\n\t\t\t\tstyle({\r\n\t\t\t\t\ttransformOrigin: 'center',\r\n\t\t\t\t\ttransform: 'translateY(0)',\r\n\t\t\t\t\topacity: '1',\r\n\t\t\t\t}),\r\n\t\t\t),\r\n\t\t]),\r\n\t\ttransition('bottom => void', [\r\n\t\t\t// \\/ leaving\r\n\t\t\tstyle({\r\n\t\t\t\ttransformOrigin: 'center',\r\n\t\t\t\ttransform: 'translateY(0)',\r\n\t\t\t\topacity: '1',\r\n\t\t\t}),\r\n\t\t\tanimate(\r\n\t\t\t\toutTiming,\r\n\t\t\t\tstyle({\r\n\t\t\t\t\ttransformOrigin: 'center',\r\n\t\t\t\t\ttransform: 'translateY(20px)',\r\n\t\t\t\t\topacity: '0',\r\n\t\t\t\t}),\r\n\t\t\t),\r\n\t\t]),\r\n\r\n\t\ttransition('void => left, void => *', [\r\n\t\t\t// ---> entering --->\r\n\t\t\tstyle({\r\n\t\t\t\ttransformOrigin: 'left center',\r\n\t\t\t\ttransform: 'translateX(-50px)',\r\n\t\t\t\topacity: '0',\r\n\t\t\t}),\r\n\t\t\tanimate(\r\n\t\t\t\tinTiming,\r\n\t\t\t\tstyle({\r\n\t\t\t\t\ttransformOrigin: 'left center',\r\n\t\t\t\t\ttransform: 'translateX(0)',\r\n\t\t\t\t\topacity: '1',\r\n\t\t\t\t}),\r\n\t\t\t),\r\n\t\t]),\r\n\t\ttransition('left => void, * => void', [\r\n\t\t\t// <--- leaving <---\r\n\t\t\tstyle({\r\n\t\t\t\ttransformOrigin: 'left center',\r\n\t\t\t\ttransform: 'translateX(0)',\r\n\t\t\t\topacity: '1',\r\n\t\t\t}),\r\n\t\t\tanimate(\r\n\t\t\t\toutTiming,\r\n\t\t\t\tstyle({\r\n\t\t\t\t\ttransformOrigin: 'left center',\r\n\t\t\t\t\ttransform: 'translateX(-50px)',\r\n\t\t\t\t\topacity: '0',\r\n\t\t\t\t}),\r\n\t\t\t),\r\n\t\t]),\r\n\t];\r\n}\r\n","import { trigger, AnimationTriggerMetadata } from '@angular/animations';\r\n\r\nimport { luFadingAnimation } from './fade.animation';\r\nimport { luScalingAnimation } from './scale.animation';\r\nimport { luSlidingAnimation } from './slide.animation';\r\n\r\nexport type LuAnimationType = 'scale' | 'slide' | 'fade';\r\nexport const LU_DEFAULT_ANIMATION_TIMING = '250ms 0ms ease-out';\r\n\r\nexport function luFadeAnimationFactory(\r\n\tanimationInTiming: string = LU_DEFAULT_ANIMATION_TIMING,\r\n\tanimationOutTiming: string = LU_DEFAULT_ANIMATION_TIMING,\r\n\ttriggerName: string = 'fadeAnimation',\r\n): AnimationTriggerMetadata {\r\n\treturn trigger(triggerName, [\r\n\t\t...luFadingAnimation(animationInTiming, animationOutTiming),\r\n\t]);\r\n}\r\nexport function luScaleAnimationFactory(\r\n\tanimationInTiming: string = LU_DEFAULT_ANIMATION_TIMING,\r\n\tanimationOutTiming: string = LU_DEFAULT_ANIMATION_TIMING,\r\n\ttriggerName: string = 'scaleAnimation',\r\n): AnimationTriggerMetadata {\r\n\treturn trigger(triggerName, [\r\n\t\t...luScalingAnimation(animationInTiming, animationOutTiming),\r\n\t]);\r\n}\r\nexport function luSlideAnimationFactory(\r\n\tanimationInTiming: string = LU_DEFAULT_ANIMATION_TIMING,\r\n\tanimationOutTiming: string = LU_DEFAULT_ANIMATION_TIMING,\r\n\ttriggerName: string = 'slideAnimation',\r\n): AnimationTriggerMetadata {\r\n\treturn trigger(triggerName, [\r\n\t\t...luSlidingAnimation(animationInTiming, animationOutTiming),\r\n\t]);\r\n}\r\n","/*\r\n * Public API Surface of animations\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":[],"mappings":"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"}
|