@lucca-front/ng 7.2.0 → 8.0.0-alpha.1
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/animations/lucca-front-ng-animations.d.ts +1 -0
- package/animations/package.json +6 -10
- package/api/lib/api.module.d.ts +5 -0
- package/api/lib/select/api-select.module.d.ts +8 -0
- package/api/lib/select/feeder/api-feeder.component.d.ts +3 -0
- package/api/lib/select/feeder/api-feeder.module.d.ts +6 -0
- package/api/lib/select/input/api-select-input.component.d.ts +7 -6
- package/api/lib/select/input/api-select-input.module.d.ts +9 -0
- package/api/lib/select/pager/api-pager.component.d.ts +3 -0
- package/api/lib/select/pager/api-pager.module.d.ts +6 -0
- package/api/lib/select/searcher/api-searcher.component.d.ts +7 -3
- package/api/lib/select/searcher/api-searcher.model.d.ts +4 -5
- package/api/lib/select/searcher/api-searcher.module.d.ts +9 -0
- package/api/lib/service/api-hybrid.service.d.ts +3 -0
- package/api/lib/service/api-service.model.d.ts +2 -3
- package/api/lib/service/api-v3.service.d.ts +3 -0
- package/api/lib/service/api-v4.service.d.ts +3 -0
- package/api/lucca-front-ng-api.d.ts +1 -0
- package/api/package.json +6 -10
- package/core/lib/date/native/native-date.adapter.d.ts +3 -0
- package/core/lib/date/string/string-date.adapter.d.ts +3 -0
- package/core/lucca-front-ng-core.d.ts +1 -0
- package/core/package.json +6 -10
- package/date/lib/adapter/date-adapter.module.d.ts +5 -0
- package/date/lib/adapter/date-adapter.pipe.d.ts +3 -0
- package/date/lib/calendar/calendar-input.component.d.ts +6 -3
- package/date/lib/calendar/calendar-input.module.d.ts +7 -0
- package/date/lib/calendar/calendar-item.class.d.ts +1 -1
- package/date/lib/calendar/calendar-item.factory.d.ts +3 -0
- package/date/lib/date.module.d.ts +9 -0
- package/date/lib/input/date-input.directive.d.ts +3 -0
- package/date/lib/input/date-input.intl.d.ts +3 -0
- package/date/lib/input/date-input.module.d.ts +5 -0
- package/date/lib/picker/date-picker.component.d.ts +3 -0
- package/date/lib/picker/date-picker.module.d.ts +11 -0
- package/date/lib/select/date-select-input.component.d.ts +3 -0
- package/date/lib/select/date-select-input.intl.d.ts +3 -0
- package/date/lib/select/date-select-input.module.d.ts +9 -0
- package/date/lucca-front-ng-date.d.ts +1 -1
- package/date/package.json +6 -10
- package/department/lib/department.module.d.ts +5 -0
- package/department/lib/select/department-select.module.d.ts +6 -0
- package/department/lib/select/feeder/department-feeder.component.d.ts +3 -0
- package/department/lib/select/feeder/department-feeder.module.d.ts +6 -0
- package/department/lib/select/input/department-select-input.component.d.ts +8 -7
- package/department/lib/select/input/department-select-input.intl.d.ts +3 -0
- package/department/lib/select/input/department-select-input.module.d.ts +10 -0
- package/department/lib/service/department-v3.service.d.ts +3 -0
- package/department/lucca-front-ng-department.d.ts +1 -0
- package/department/package.json +6 -10
- package/dropdown/lib/dropdown.module.d.ts +7 -0
- package/dropdown/lib/item/dropdown-item.directive.d.ts +3 -0
- package/dropdown/lib/item/dropdown-item.module.d.ts +5 -0
- package/dropdown/lib/panel/dropdown-panel.component.d.ts +3 -0
- package/dropdown/lib/panel/dropdown-panel.module.d.ts +6 -0
- package/dropdown/lib/trigger/dropdown-trigger.directive.d.ts +3 -0
- package/dropdown/lib/trigger/dropdown-trigger.module.d.ts +6 -0
- package/dropdown/lucca-front-ng-dropdown.d.ts +1 -0
- package/dropdown/package.json +6 -10
- package/{animations/esm2015/index.js → esm2020/animations/index.mjs} +0 -0
- package/{animations/esm2015/lib/animation.factory.js → esm2020/animations/lib/animation.factory.mjs} +0 -0
- package/{animations/esm2015/lib/fade.animation.js → esm2020/animations/lib/fade.animation.mjs} +0 -0
- package/{animations/esm2015/lib/index.js → esm2020/animations/lib/index.mjs} +0 -0
- package/{animations/esm2015/lib/scale.animation.js → esm2020/animations/lib/scale.animation.mjs} +0 -0
- package/{animations/esm2015/lib/slide.animation.js → esm2020/animations/lib/slide.animation.mjs} +0 -0
- package/{animations/esm2015/lucca-front-ng-animations.js → esm2020/animations/lucca-front-ng-animations.mjs} +0 -0
- package/{animations/esm2015/public-api.js → esm2020/animations/public-api.mjs} +0 -0
- package/{api/esm2015/index.js → esm2020/api/index.mjs} +0 -0
- package/{api/esm2015/lib/api.model.js → esm2020/api/lib/api.model.mjs} +0 -0
- package/esm2020/api/lib/api.module.mjs +22 -0
- package/{api/esm2015/lib/index.js → esm2020/api/lib/index.mjs} +0 -0
- package/esm2020/api/lib/select/api-select.module.mjs +43 -0
- package/esm2020/api/lib/select/feeder/api-feeder.component.mjs +78 -0
- package/{api/esm2015/lib/select/feeder/api-feeder.model.js → esm2020/api/lib/select/feeder/api-feeder.model.mjs} +0 -0
- package/esm2020/api/lib/select/feeder/api-feeder.module.mjs +26 -0
- package/{api/esm2015/lib/select/feeder/index.js → esm2020/api/lib/select/feeder/index.mjs} +0 -0
- package/{api/esm2015/lib/select/index.js → esm2020/api/lib/select/index.mjs} +0 -0
- package/esm2020/api/lib/select/input/api-select-input.component.mjs +48 -0
- package/esm2020/api/lib/select/input/api-select-input.module.mjs +44 -0
- package/{api/esm2015/lib/select/input/index.js → esm2020/api/lib/select/input/index.mjs} +0 -0
- package/esm2020/api/lib/select/pager/api-pager.component.mjs +89 -0
- package/{api/esm2015/lib/select/pager/api-pager.model.js → esm2020/api/lib/select/pager/api-pager.model.mjs} +0 -0
- package/esm2020/api/lib/select/pager/api-pager.module.mjs +26 -0
- package/{api/esm2015/lib/select/pager/index.js → esm2020/api/lib/select/pager/index.mjs} +0 -0
- package/esm2020/api/lib/select/searcher/api-searcher.component.mjs +210 -0
- package/esm2020/api/lib/select/searcher/api-searcher.model.mjs +69 -0
- package/esm2020/api/lib/select/searcher/api-searcher.module.mjs +42 -0
- package/{api/esm2015/lib/select/searcher/index.js → esm2020/api/lib/select/searcher/index.mjs} +0 -0
- package/esm2020/api/lib/service/api-hybrid.service.mjs +59 -0
- package/esm2020/api/lib/service/api-service.model.mjs +3 -0
- package/esm2020/api/lib/service/api-v3.service.mjs +65 -0
- package/esm2020/api/lib/service/api-v4.service.mjs +55 -0
- package/{api/esm2015/lib/service/index.js → esm2020/api/lib/service/index.mjs} +0 -0
- package/{api/esm2015/lucca-front-ng-api.js → esm2020/api/lucca-front-ng-api.mjs} +0 -0
- package/{api/esm2015/public-api.js → esm2020/api/public-api.mjs} +0 -0
- package/{core/esm2015/index.js → esm2020/core/index.mjs} +0 -0
- package/{core/esm2015/lib/date/date-adapter.class.js → esm2020/core/lib/date/date-adapter.class.mjs} +0 -0
- package/{core/esm2015/lib/date/date-adapter.interface.js → esm2020/core/lib/date/date-adapter.interface.mjs} +0 -0
- package/{core/esm2015/lib/date/date-granularity.enum.js → esm2020/core/lib/date/date-granularity.enum.mjs} +0 -0
- package/{core/esm2015/lib/date/index.js → esm2020/core/lib/date/index.mjs} +0 -0
- package/{core/esm2015/lib/date/native/index.js → esm2020/core/lib/date/native/index.mjs} +0 -0
- package/esm2020/core/lib/date/native/native-date.adapter.mjs +228 -0
- package/{core/esm2015/lib/date/native/native-date.option.js → esm2020/core/lib/date/native/native-date.option.mjs} +0 -0
- package/{core/esm2015/lib/date/string/index.js → esm2020/core/lib/date/string/index.mjs} +0 -0
- package/esm2020/core/lib/date/string/string-date.adapter.mjs +81 -0
- package/{core/esm2015/lib/event/index.js → esm2020/core/lib/event/index.mjs} +0 -0
- package/{core/esm2015/lib/event/on-close.subscriber.js → esm2020/core/lib/event/on-close.subscriber.mjs} +0 -0
- package/{core/esm2015/lib/event/on-open.subscriber.js → esm2020/core/lib/event/on-open.subscriber.mjs} +0 -0
- package/{core/esm2015/lib/event/on-scroll-bottom.subscriber.js → esm2020/core/lib/event/on-scroll-bottom.subscriber.mjs} +0 -0
- package/{core/esm2015/lib/group/group.interface.js → esm2020/core/lib/group/group.interface.mjs} +0 -0
- package/{core/esm2015/lib/group/index.js → esm2020/core/lib/group/index.mjs} +0 -0
- package/{core/esm2015/lib/id/id.generator.js → esm2020/core/lib/id/id.generator.mjs} +0 -0
- package/{core/esm2015/lib/id/index.js → esm2020/core/lib/id/index.mjs} +0 -0
- package/{core/esm2015/lib/index.js → esm2020/core/lib/index.mjs} +0 -0
- package/{core/esm2015/lib/translate/index.js → esm2020/core/lib/translate/index.mjs} +0 -0
- package/esm2020/core/lib/translate/intl.model.mjs +13 -0
- package/{core/esm2015/lib/translate/translation.model.js → esm2020/core/lib/translate/translation.model.mjs} +0 -0
- package/{core/esm2015/lib/tree/index.js → esm2020/core/lib/tree/index.mjs} +0 -0
- package/{core/esm2015/lib/tree/tree.model.js → esm2020/core/lib/tree/tree.model.mjs} +0 -0
- package/{core/esm2015/lucca-front-ng-core.js → esm2020/core/lucca-front-ng-core.mjs} +0 -0
- package/{core/esm2015/public-api.js → esm2020/core/public-api.mjs} +0 -0
- package/{date/esm2015/index.js → esm2020/date/index.mjs} +0 -0
- package/esm2020/date/lib/adapter/date-adapter.module.mjs +20 -0
- package/esm2020/date/lib/adapter/date-adapter.pipe.mjs +24 -0
- package/{date/esm2015/lib/adapter/index.js → esm2020/date/lib/adapter/index.mjs} +0 -0
- package/esm2020/date/lib/calendar/calendar-input.component.mjs +331 -0
- package/esm2020/date/lib/calendar/calendar-input.module.mjs +36 -0
- package/esm2020/date/lib/calendar/calendar-item.class.mjs +41 -0
- package/esm2020/date/lib/calendar/calendar-item.factory.mjs +38 -0
- package/{date/esm2015/lib/calendar/calendar-item.interface.js → esm2020/date/lib/calendar/calendar-item.interface.mjs} +0 -0
- package/{date/esm2015/lib/calendar/index.js → esm2020/date/lib/calendar/index.mjs} +0 -0
- package/esm2020/date/lib/date.module.mjs +50 -0
- package/{date/esm2015/lib/index.js → esm2020/date/lib/index.mjs} +0 -0
- package/esm2020/date/lib/input/date-input.directive.mjs +138 -0
- package/esm2020/date/lib/input/date-input.intl.mjs +21 -0
- package/esm2020/date/lib/input/date-input.module.mjs +31 -0
- package/{date/esm2015/lib/input/date-input.token.js → esm2020/date/lib/input/date-input.token.mjs} +0 -0
- package/{date/esm2015/lib/input/date-input.translate.js → esm2020/date/lib/input/date-input.translate.mjs} +0 -0
- package/{date/esm2015/lib/input/index.js → esm2020/date/lib/input/index.mjs} +0 -0
- package/esm2020/date/lib/picker/date-picker.component.mjs +104 -0
- package/esm2020/date/lib/picker/date-picker.module.mjs +46 -0
- package/{date/esm2015/lib/picker/index.js → esm2020/date/lib/picker/index.mjs} +0 -0
- package/esm2020/date/lib/select/date-select-input.component.mjs +100 -0
- package/esm2020/date/lib/select/date-select-input.intl.mjs +21 -0
- package/esm2020/date/lib/select/date-select-input.module.mjs +54 -0
- package/{date/esm2015/lib/select/date-select-input.token.js → esm2020/date/lib/select/date-select-input.token.mjs} +0 -0
- package/{date/esm2015/lib/select/date-select-input.translate.js → esm2020/date/lib/select/date-select-input.translate.mjs} +0 -0
- package/{date/esm2015/lib/select/index.js → esm2020/date/lib/select/index.mjs} +0 -0
- package/esm2020/date/lucca-front-ng-date.mjs +5 -0
- package/{date/esm2015/public-api.js → esm2020/date/public-api.mjs} +0 -0
- package/{department/esm2015/index.js → esm2020/department/index.mjs} +0 -0
- package/{department/esm2015/lib/department.model.js → esm2020/department/lib/department.model.mjs} +0 -0
- package/esm2020/department/lib/department.module.mjs +22 -0
- package/{department/esm2015/lib/index.js → esm2020/department/lib/index.mjs} +0 -0
- package/esm2020/department/lib/select/department-select.module.mjs +29 -0
- package/esm2020/department/lib/select/feeder/department-feeder.component.mjs +72 -0
- package/esm2020/department/lib/select/feeder/department-feeder.module.mjs +26 -0
- package/{department/esm2015/lib/select/feeder/index.js → esm2020/department/lib/select/feeder/index.mjs} +0 -0
- package/{department/esm2015/lib/select/index.js → esm2020/department/lib/select/index.mjs} +0 -0
- package/esm2020/department/lib/select/input/department-select-input.component.mjs +51 -0
- package/esm2020/department/lib/select/input/department-select-input.intl.mjs +21 -0
- package/esm2020/department/lib/select/input/department-select-input.module.mjs +64 -0
- package/{department/esm2015/lib/select/input/department-select-input.token.js → esm2020/department/lib/select/input/department-select-input.token.mjs} +0 -0
- package/{department/esm2015/lib/select/input/department-select-input.translate.js → esm2020/department/lib/select/input/department-select-input.translate.mjs} +0 -0
- package/{department/esm2015/lib/select/input/index.js → esm2020/department/lib/select/input/index.mjs} +0 -0
- package/{department/esm2015/lib/service/department-service.model.js → esm2020/department/lib/service/department-service.model.mjs} +0 -0
- package/esm2020/department/lib/service/department-v3.service.mjs +37 -0
- package/{department/esm2015/lib/service/index.js → esm2020/department/lib/service/index.mjs} +0 -0
- package/{department/esm2015/lucca-front-ng-department.js → esm2020/department/lucca-front-ng-department.mjs} +0 -0
- package/{department/esm2015/public-api.js → esm2020/department/public-api.mjs} +0 -0
- package/esm2020/dropdown/lib/dropdown.module.mjs +36 -0
- package/{dropdown/esm2015/lib/index.js → esm2020/dropdown/lib/index.mjs} +0 -0
- package/esm2020/dropdown/lib/item/dropdown-item.directive.mjs +55 -0
- package/{dropdown/esm2015/lib/item/dropdown-item.model.js → esm2020/dropdown/lib/item/dropdown-item.model.mjs} +0 -0
- package/esm2020/dropdown/lib/item/dropdown-item.module.mjs +21 -0
- package/{dropdown/esm2015/lib/item/index.js → esm2020/dropdown/lib/item/index.mjs} +0 -0
- package/esm2020/dropdown/lib/panel/dropdown-panel.component.mjs +109 -0
- package/{dropdown/esm2015/lib/panel/dropdown-panel.model.js → esm2020/dropdown/lib/panel/dropdown-panel.model.mjs} +0 -0
- package/esm2020/dropdown/lib/panel/dropdown-panel.module.mjs +26 -0
- package/{dropdown/esm2015/lib/panel/index.js → esm2020/dropdown/lib/panel/index.mjs} +0 -0
- package/esm2020/dropdown/lib/trigger/dropdown-trigger.directive.mjs +105 -0
- package/esm2020/dropdown/lib/trigger/dropdown-trigger.module.mjs +26 -0
- package/{dropdown/esm2015/lib/trigger/index.js → esm2020/dropdown/lib/trigger/index.mjs} +0 -0
- package/{dropdown/esm2015/lucca-front-ng-dropdown.js → esm2020/dropdown/lucca-front-ng-dropdown.mjs} +0 -0
- package/{dropdown/esm2015/public-api.js → esm2020/dropdown/public-api.mjs} +0 -0
- package/{establishment/esm2015/index.js → esm2020/establishment/index.mjs} +0 -0
- package/{establishment/esm2015/lib/establishment.model.js → esm2020/establishment/lib/establishment.model.mjs} +0 -0
- package/esm2020/establishment/lib/establishment.module.mjs +22 -0
- package/{establishment/esm2015/lib/index.js → esm2020/establishment/lib/index.mjs} +0 -0
- package/esm2020/establishment/lib/select/establishment-select.module.mjs +50 -0
- package/esm2020/establishment/lib/select/for-legal-units/for-legal-units.directive.mjs +49 -0
- package/esm2020/establishment/lib/select/for-legal-units/for-legal-units.module.mjs +16 -0
- package/{establishment/esm2015/lib/select/for-legal-units/index.js → esm2020/establishment/lib/select/for-legal-units/index.mjs} +0 -0
- package/{establishment/esm2015/lib/select/index.js → esm2020/establishment/lib/select/index.mjs} +0 -0
- package/esm2020/establishment/lib/select/input/establishment-select-input.component.mjs +122 -0
- package/esm2020/establishment/lib/select/input/establishment-select-input.intl.mjs +21 -0
- package/esm2020/establishment/lib/select/input/establishment-select-input.module.mjs +64 -0
- package/{establishment/esm2015/lib/select/input/establishment-select-input.token.js → esm2020/establishment/lib/select/input/establishment-select-input.token.mjs} +0 -0
- package/{establishment/esm2015/lib/select/input/establishment-select-input.translate.js → esm2020/establishment/lib/select/input/establishment-select-input.translate.mjs} +0 -0
- package/{establishment/esm2015/lib/select/input/index.js → esm2020/establishment/lib/select/input/index.mjs} +0 -0
- package/{establishment/esm2015/lib/select/legal-unit-selector/index.js → esm2020/establishment/lib/select/legal-unit-selector/index.mjs} +0 -0
- package/esm2020/establishment/lib/select/legal-unit-selector/legal-unit-selector.directive.mjs +102 -0
- package/esm2020/establishment/lib/select/legal-unit-selector/legal-unit-selector.module.mjs +18 -0
- package/esm2020/establishment/lib/select/searcher/establishment-searcher.component.mjs +169 -0
- package/esm2020/establishment/lib/select/searcher/establishment-searcher.module.mjs +38 -0
- package/{establishment/esm2015/lib/select/searcher/index.js → esm2020/establishment/lib/select/searcher/index.mjs} +0 -0
- package/esm2020/establishment/lib/select/select-all/establishment-select-all.component.mjs +90 -0
- package/esm2020/establishment/lib/select/select-all/establishment-select-all.module.mjs +40 -0
- package/{establishment/esm2015/lib/select/select-all/establishment-select-all.translate.js → esm2020/establishment/lib/select/select-all/establishment-select-all.translate.mjs} +0 -0
- package/{establishment/esm2015/lib/select/select-all/index.js → esm2020/establishment/lib/select/select-all/index.mjs} +0 -0
- package/{establishment/esm2015/lib/service/establishment-service.model.js → esm2020/establishment/lib/service/establishment-service.model.mjs} +0 -0
- package/esm2020/establishment/lib/service/establishment.service.mjs +33 -0
- package/{establishment/esm2015/lib/service/index.js → esm2020/establishment/lib/service/index.mjs} +0 -0
- package/{establishment/esm2015/lib/service/legal-unit-service.model.js → esm2020/establishment/lib/service/legal-unit-service.model.mjs} +0 -0
- package/esm2020/establishment/lib/service/legal-unit.service.mjs +33 -0
- package/{establishment/esm2015/lucca-front-ng-establishment.js → esm2020/establishment/lucca-front-ng-establishment.mjs} +0 -0
- package/{establishment/esm2015/public-api.js → esm2020/establishment/public-api.mjs} +0 -0
- package/{formly/esm2015/index.js → esm2020/formly/index.mjs} +0 -0
- package/{formly/esm2015/lib/formly.config.js → esm2020/formly/lib/formly.config.mjs} +0 -0
- package/esm2020/formly/lib/formly.module.mjs +110 -0
- package/{formly/esm2015/lib/index.js → esm2020/formly/lib/index.mjs} +0 -0
- package/esm2020/formly/lib/types/api.mjs +33 -0
- package/esm2020/formly/lib/types/checkbox.mjs +21 -0
- package/esm2020/formly/lib/types/date.mjs +21 -0
- package/esm2020/formly/lib/types/department.mjs +21 -0
- package/esm2020/formly/lib/types/establishment.mjs +21 -0
- package/{formly/esm2015/lib/types/index.js → esm2020/formly/lib/types/index.mjs} +0 -0
- package/esm2020/formly/lib/types/input.mjs +25 -0
- package/esm2020/formly/lib/types/qualification.mjs +21 -0
- package/esm2020/formly/lib/types/radios.mjs +24 -0
- package/esm2020/formly/lib/types/select.mjs +27 -0
- package/esm2020/formly/lib/types/textarea.mjs +21 -0
- package/esm2020/formly/lib/types/user.mjs +21 -0
- package/esm2020/formly/lib/wrappers/checkbox-layout.mjs +31 -0
- package/esm2020/formly/lib/wrappers/error.mjs +62 -0
- package/esm2020/formly/lib/wrappers/helper.mjs +27 -0
- package/esm2020/formly/lib/wrappers/icon.mjs +35 -0
- package/{formly/esm2015/lib/wrappers/index.js → esm2020/formly/lib/wrappers/index.mjs} +0 -0
- package/esm2020/formly/lib/wrappers/radiosfield-layout.mjs +31 -0
- package/esm2020/formly/lib/wrappers/suffix.mjs +30 -0
- package/esm2020/formly/lib/wrappers/textfield-layout.mjs +42 -0
- package/{formly/esm2015/lucca-front-ng-formly.js → esm2020/formly/lucca-front-ng-formly.mjs} +0 -0
- package/{formly/esm2015/public-api.js → esm2020/formly/public-api.mjs} +0 -0
- package/{input/esm2015/index.js → esm2020/input/index.mjs} +0 -0
- package/esm2020/input/lib/clearer/clearer.component.mjs +32 -0
- package/{input/esm2015/lib/clearer/clearer.model.js → esm2020/input/lib/clearer/clearer.model.mjs} +0 -0
- package/esm2020/input/lib/clearer/clearer.module.mjs +26 -0
- package/{input/esm2015/lib/clearer/index.js → esm2020/input/lib/clearer/index.mjs} +0 -0
- package/{input/esm2015/lib/displayer/index.js → esm2020/input/lib/displayer/index.mjs} +0 -0
- package/esm2020/input/lib/displayer/input-displayer.directive.mjs +58 -0
- package/{input/esm2015/lib/displayer/input-displayer.model.js → esm2020/input/lib/displayer/input-displayer.model.mjs} +0 -0
- package/esm2020/input/lib/displayer/input-displayer.module.mjs +17 -0
- package/{input/esm2015/lib/index.js → esm2020/input/lib/index.mjs} +0 -0
- package/esm2020/input/lib/input.directive.mjs +41 -0
- package/esm2020/input/lib/input.model.mjs +48 -0
- package/esm2020/input/lib/input.module.mjs +35 -0
- package/{input/esm2015/lucca-front-ng-input.js → esm2020/input/lucca-front-ng-input.mjs} +0 -0
- package/{input/esm2015/public-api.js → esm2020/input/public-api.mjs} +0 -0
- package/esm2020/lucca-front-ng.mjs +5 -0
- package/{material/esm2015/index.js → esm2020/material/index.mjs} +0 -0
- package/{material/esm2015/lib/index.js → esm2020/material/lib/index.mjs} +0 -0
- package/esm2020/material/lib/module.mjs +12 -0
- package/{material/esm2015/lucca-front-ng-material.js → esm2020/material/lucca-front-ng-material.mjs} +0 -0
- package/{material/esm2015/public-api.js → esm2020/material/public-api.mjs} +0 -0
- package/{modal/esm2015/index.js → esm2020/modal/index.mjs} +0 -0
- package/{modal/esm2015/lib/index.js → esm2020/modal/lib/index.mjs} +0 -0
- package/{modal/esm2015/lib/modal-config.default.js → esm2020/modal/lib/modal-config.default.mjs} +0 -0
- package/{modal/esm2015/lib/modal-config.model.js → esm2020/modal/lib/modal-config.model.mjs} +0 -0
- package/esm2020/modal/lib/modal-panel.component.mjs +130 -0
- package/esm2020/modal/lib/modal-ref.factory.mjs +50 -0
- package/{modal/esm2015/lib/modal-ref.model.js → esm2020/modal/lib/modal-ref.model.mjs} +0 -0
- package/esm2020/modal/lib/modal.intl.mjs +21 -0
- package/{modal/esm2015/lib/modal.model.js → esm2020/modal/lib/modal.model.mjs} +0 -0
- package/esm2020/modal/lib/modal.module.mjs +65 -0
- package/esm2020/modal/lib/modal.service.mjs +23 -0
- package/{modal/esm2015/lib/modal.token.js → esm2020/modal/lib/modal.token.mjs} +0 -0
- package/{modal/esm2015/lib/modal.translate.js → esm2020/modal/lib/modal.translate.mjs} +0 -0
- package/esm2020/modal/lucca-front-ng-modal.mjs +5 -0
- package/{modal/esm2015/public-api.js → esm2020/modal/public-api.mjs} +0 -0
- package/{number/esm2015/index.js → esm2020/number/index.mjs} +0 -0
- package/{number/esm2015/lib/index.js → esm2020/number/lib/index.mjs} +0 -0
- package/esm2020/number/lib/number.module.mjs +18 -0
- package/esm2020/number/lib/number.pipe.mjs +35 -0
- package/{number/esm2015/lucca-front-ng-number.js → esm2020/number/lucca-front-ng-number.mjs} +0 -0
- package/{number/esm2015/public-api.js → esm2020/number/public-api.mjs} +0 -0
- package/{option/esm2015/index.js → esm2020/option/index.mjs} +0 -0
- package/{option/esm2015/lib/index.js → esm2020/option/lib/index.mjs} +0 -0
- package/{option/esm2015/lib/item/index.js → esm2020/option/lib/item/index.mjs} +0 -0
- package/esm2020/option/lib/item/option-item.component.mjs +59 -0
- package/{option/esm2015/lib/item/option-item.model.js → esm2020/option/lib/item/option-item.model.mjs} +0 -0
- package/esm2020/option/lib/item/option-item.module.mjs +20 -0
- package/esm2020/option/lib/item/tree-option-item.component.mjs +117 -0
- package/esm2020/option/lib/item/tree-option-item.intl.mjs +21 -0
- package/{option/esm2015/lib/item/tree-option-item.model.js → esm2020/option/lib/item/tree-option-item.model.mjs} +0 -0
- package/esm2020/option/lib/item/tree-option-item.module.mjs +43 -0
- package/{option/esm2015/lib/item/tree-option-item.token.js → esm2020/option/lib/item/tree-option-item.token.mjs} +0 -0
- package/{option/esm2015/lib/item/tree-option-item.translate.js → esm2020/option/lib/item/tree-option-item.translate.mjs} +0 -0
- package/{option/esm2015/lib/operator/feeder/index.js → esm2020/option/lib/operator/feeder/index.mjs} +0 -0
- package/esm2020/option/lib/operator/feeder/option-feeder.component.mjs +33 -0
- package/esm2020/option/lib/operator/feeder/option-feeder.module.mjs +21 -0
- package/esm2020/option/lib/operator/feeder/tree-option-feeder.component.mjs +33 -0
- package/esm2020/option/lib/operator/feeder/tree-option-feeder.module.mjs +20 -0
- package/esm2020/option/lib/operator/for-groups/for-groups.directive.mjs +80 -0
- package/esm2020/option/lib/operator/for-groups/for-groups.module.mjs +21 -0
- package/{option/esm2015/lib/operator/for-groups/index.js → esm2020/option/lib/operator/for-groups/index.mjs} +0 -0
- package/esm2020/option/lib/operator/for-options/for-options.directive.mjs +49 -0
- package/esm2020/option/lib/operator/for-options/for-options.module.mjs +21 -0
- package/esm2020/option/lib/operator/for-options/for-tree-options.directive.mjs +28 -0
- package/esm2020/option/lib/operator/for-options/for-tree-options.module.mjs +21 -0
- package/{option/esm2015/lib/operator/for-options/index.js → esm2020/option/lib/operator/for-options/index.mjs} +0 -0
- package/{option/esm2015/lib/operator/index.js → esm2020/option/lib/operator/index.mjs} +0 -0
- package/{option/esm2015/lib/operator/option-operator.model.js → esm2020/option/lib/operator/option-operator.model.mjs} +0 -0
- package/esm2020/option/lib/operator/option-operator.module.mjs +50 -0
- package/{option/esm2015/lib/operator/pager/index.js → esm2020/option/lib/operator/pager/index.mjs} +0 -0
- package/esm2020/option/lib/operator/pager/option-pager.component.mjs +52 -0
- package/esm2020/option/lib/operator/pager/option-pager.module.mjs +20 -0
- package/esm2020/option/lib/operator/pager/tree-option-pager.component.mjs +68 -0
- package/esm2020/option/lib/operator/pager/tree-option-pager.module.mjs +21 -0
- package/{option/esm2015/lib/operator/searcher/index.js → esm2020/option/lib/operator/searcher/index.mjs} +0 -0
- package/esm2020/option/lib/operator/searcher/option-searcher.component.mjs +65 -0
- package/esm2020/option/lib/operator/searcher/option-searcher.module.mjs +34 -0
- package/esm2020/option/lib/operator/searcher/tree-option-searcher.component.mjs +80 -0
- package/esm2020/option/lib/operator/searcher/tree-option-searcher.module.mjs +34 -0
- package/{option/esm2015/lib/operator/tree-option-operator.model.js → esm2020/option/lib/operator/tree-option-operator.model.mjs} +0 -0
- package/esm2020/option/lib/operator/tree-option-operator.module.mjs +43 -0
- package/esm2020/option/lib/option.module.mjs +50 -0
- package/{option/esm2015/lib/picker/index.js → esm2020/option/lib/picker/index.mjs} +0 -0
- package/esm2020/option/lib/picker/option-picker-advanced.component.mjs +142 -0
- package/esm2020/option/lib/picker/option-picker.component.mjs +289 -0
- package/esm2020/option/lib/picker/option-picker.model.mjs +69 -0
- package/esm2020/option/lib/picker/option-picker.module.mjs +49 -0
- package/esm2020/option/lib/picker/tree-option-picker-advanced.component.mjs +138 -0
- package/esm2020/option/lib/picker/tree-option-picker.component.mjs +171 -0
- package/esm2020/option/lib/picker/tree-option-picker.model.mjs +4 -0
- package/esm2020/option/lib/picker/tree-option-picker.module.mjs +43 -0
- package/{option/esm2015/lib/placeholder/index.js → esm2020/option/lib/placeholder/index.mjs} +0 -0
- package/esm2020/option/lib/placeholder/option-placeholder.component.mjs +24 -0
- package/esm2020/option/lib/placeholder/option-placeholder.intl.mjs +21 -0
- package/esm2020/option/lib/placeholder/option-placeholder.module.mjs +30 -0
- package/{option/esm2015/lib/placeholder/option-placeholder.token.js → esm2020/option/lib/placeholder/option-placeholder.token.mjs} +0 -0
- package/{option/esm2015/lib/placeholder/option-placeholder.translate.js → esm2020/option/lib/placeholder/option-placeholder.translate.mjs} +0 -0
- package/{option/esm2015/lib/selector/all/index.js → esm2020/option/lib/selector/all/index.mjs} +0 -0
- package/esm2020/option/lib/selector/all/select-all.component.mjs +63 -0
- package/esm2020/option/lib/selector/all/select-all.intl.mjs +21 -0
- package/esm2020/option/lib/selector/all/select-all.module.mjs +30 -0
- package/{option/esm2015/lib/selector/all/select-all.token.js → esm2020/option/lib/selector/all/select-all.token.mjs} +0 -0
- package/{option/esm2015/lib/selector/all/select-all.translate.js → esm2020/option/lib/selector/all/select-all.translate.mjs} +0 -0
- package/esm2020/option/lib/selector/all/tree-select-all.component.mjs +68 -0
- package/esm2020/option/lib/selector/all/tree-select-all.module.mjs +30 -0
- package/{option/esm2015/lib/selector/index.js → esm2020/option/lib/selector/index.mjs} +0 -0
- package/{option/esm2015/lib/selector/option-selector.model.js → esm2020/option/lib/selector/option-selector.model.mjs} +0 -0
- package/esm2020/option/lib/selector/option-selector.module.mjs +22 -0
- package/{option/esm2015/lib/selector/tree-option-selector.model.js → esm2020/option/lib/selector/tree-option-selector.model.mjs} +0 -0
- package/esm2020/option/lib/selector/tree-option-selector.module.mjs +22 -0
- package/esm2020/option/lib/tree-option.module.mjs +43 -0
- package/{option/esm2015/lucca-front-ng-option.js → esm2020/option/lucca-front-ng-option.mjs} +0 -0
- package/{option/esm2015/public-api.js → esm2020/option/public-api.mjs} +0 -0
- package/{picker/esm2015/index.js → esm2020/picker/index.mjs} +0 -0
- package/{picker/esm2015/lib/index.js → esm2020/picker/lib/index.mjs} +0 -0
- package/esm2020/picker/lib/input-picker.model.mjs +4 -0
- package/{picker/esm2015/lucca-front-ng-picker.js → esm2020/picker/lucca-front-ng-picker.mjs} +0 -0
- package/{picker/esm2015/public-api.js → esm2020/picker/public-api.mjs} +0 -0
- package/{popover/esm2015/index.js → esm2020/popover/index.mjs} +0 -0
- package/{popover/esm2015/lib/animation/index.js → esm2020/popover/lib/animation/index.mjs} +0 -0
- package/{popover/esm2015/lib/animation/popover.animation.js → esm2020/popover/lib/animation/popover.animation.mjs} +0 -0
- package/{popover/esm2015/lib/index.js → esm2020/popover/lib/index.mjs} +0 -0
- package/{popover/esm2015/lib/panel/index.js → esm2020/popover/lib/panel/index.mjs} +0 -0
- package/esm2020/popover/lib/panel/popover-panel.component.mjs +121 -0
- package/esm2020/popover/lib/panel/popover-panel.model.mjs +96 -0
- package/esm2020/popover/lib/panel/popover-panel.module.mjs +34 -0
- package/esm2020/popover/lib/popover.module.mjs +36 -0
- package/{popover/esm2015/lib/target/index.js → esm2020/popover/lib/target/index.mjs} +0 -0
- package/esm2020/popover/lib/target/popover-target.directive.mjs +42 -0
- package/{popover/esm2015/lib/target/popover-target.error.js → esm2020/popover/lib/target/popover-target.error.mjs} +0 -0
- package/{popover/esm2015/lib/target/popover-target.model.js → esm2020/popover/lib/target/popover-target.model.mjs} +0 -0
- package/esm2020/popover/lib/target/popover-target.module.mjs +30 -0
- package/{popover/esm2015/lib/trigger/index.js → esm2020/popover/lib/trigger/index.mjs} +0 -0
- package/esm2020/popover/lib/trigger/popover-trigger.directive.mjs +155 -0
- package/{popover/esm2015/lib/trigger/popover-trigger.error.js → esm2020/popover/lib/trigger/popover-trigger.error.mjs} +0 -0
- package/esm2020/popover/lib/trigger/popover-trigger.model.mjs +406 -0
- package/esm2020/popover/lib/trigger/popover-trigger.module.mjs +38 -0
- package/{popover/esm2015/lucca-front-ng-popover.js → esm2020/popover/lucca-front-ng-popover.mjs} +0 -0
- package/{popover/esm2015/public-api.js → esm2020/popover/public-api.mjs} +0 -0
- package/{popup/esm2015/index.js → esm2020/popup/index.mjs} +0 -0
- package/{popup/esm2015/lib/index.js → esm2020/popup/lib/index.mjs} +0 -0
- package/{popup/esm2015/lib/popup-config.default.js → esm2020/popup/lib/popup-config.default.mjs} +0 -0
- package/{popup/esm2015/lib/popup-config.model.js → esm2020/popup/lib/popup-config.model.mjs} +0 -0
- package/esm2020/popup/lib/popup-ref.factory.mjs +28 -0
- package/esm2020/popup/lib/popup-ref.model.mjs +118 -0
- package/{popup/esm2015/lib/popup.model.js → esm2020/popup/lib/popup.model.mjs} +0 -0
- package/esm2020/popup/lib/popup.module.mjs +33 -0
- package/esm2020/popup/lib/popup.service.mjs +27 -0
- package/{popup/esm2015/lib/popup.token.js → esm2020/popup/lib/popup.token.mjs} +0 -0
- package/{popup/esm2015/lucca-front-ng-popup.js → esm2020/popup/lucca-front-ng-popup.mjs} +0 -0
- package/{popup/esm2015/public-api.js → esm2020/popup/public-api.mjs} +0 -0
- package/esm2020/public_api.mjs +2 -0
- package/{qualification/esm2015/index.js → esm2020/qualification/index.mjs} +0 -0
- package/{qualification/esm2015/lib/index.js → esm2020/qualification/lib/index.mjs} +0 -0
- package/{qualification/esm2015/lib/qualification.model.js → esm2020/qualification/lib/qualification.model.mjs} +0 -0
- package/esm2020/qualification/lib/qualification.module.mjs +22 -0
- package/{qualification/esm2015/lib/select/index.js → esm2020/qualification/lib/select/index.mjs} +0 -0
- package/{qualification/esm2015/lib/select/input/index.js → esm2020/qualification/lib/select/input/index.mjs} +0 -0
- package/esm2020/qualification/lib/select/input/qualification-select-input.component.mjs +61 -0
- package/esm2020/qualification/lib/select/input/qualification-select-input.intl.mjs +21 -0
- package/esm2020/qualification/lib/select/input/qualification-select-input.module.mjs +55 -0
- package/{qualification/esm2015/lib/select/input/qualification-select-input.token.js → esm2020/qualification/lib/select/input/qualification-select-input.token.mjs} +0 -0
- package/{qualification/esm2015/lib/select/input/qualification-select-input.translate.js → esm2020/qualification/lib/select/input/qualification-select-input.translate.mjs} +0 -0
- package/esm2020/qualification/lib/select/qualification-select.module.mjs +22 -0
- package/{qualification/esm2015/lucca-front-ng-qualification.js → esm2020/qualification/lucca-front-ng-qualification.mjs} +0 -0
- package/{qualification/esm2015/public-api.js → esm2020/qualification/public-api.mjs} +0 -0
- package/{safe-content/esm2015/index.js → esm2020/safe-content/index.mjs} +0 -0
- package/{safe-content/esm2015/lib/index.js → esm2020/safe-content/lib/index.mjs} +0 -0
- package/{safe-content/esm2015/lib/safe-content.model.js → esm2020/safe-content/lib/safe-content.model.mjs} +0 -0
- package/esm2020/safe-content/lib/safe-content.module.mjs +19 -0
- package/esm2020/safe-content/lib/safe-content.pipe.mjs +25 -0
- package/{safe-content/esm2015/lucca-front-ng-safe-content.js → esm2020/safe-content/lucca-front-ng-safe-content.mjs} +0 -0
- package/{safe-content/esm2015/public-api.js → esm2020/safe-content/public-api.mjs} +0 -0
- package/{scroll/esm2015/index.js → esm2020/scroll/index.mjs} +0 -0
- package/{scroll/esm2015/lib/index.js → esm2020/scroll/lib/index.mjs} +0 -0
- package/esm2020/scroll/lib/scroll.directive.mjs +75 -0
- package/{scroll/esm2015/lib/scroll.model.js → esm2020/scroll/lib/scroll.model.mjs} +0 -0
- package/esm2020/scroll/lib/scroll.module.mjs +20 -0
- package/esm2020/scroll/lucca-front-ng-scroll.mjs +5 -0
- package/{scroll/esm2015/public-api.js → esm2020/scroll/public-api.mjs} +0 -0
- package/{select/esm2015/index.js → esm2020/select/index.mjs} +0 -0
- package/{select/esm2015/lib/index.js → esm2020/select/lib/index.mjs} +0 -0
- package/{select/esm2015/lib/input/index.js → esm2020/select/lib/input/index.mjs} +0 -0
- package/esm2020/select/lib/input/select-input.component.mjs +229 -0
- package/esm2020/select/lib/input/select-input.model.mjs +167 -0
- package/esm2020/select/lib/input/select-input.module.mjs +30 -0
- package/esm2020/select/lib/select.module.mjs +22 -0
- package/{select/esm2015/lucca-front-ng-select.js → esm2020/select/lucca-front-ng-select.mjs} +0 -0
- package/{select/esm2015/public-api.js → esm2020/select/public-api.mjs} +0 -0
- package/{sidepanel/esm2015/index.js → esm2020/sidepanel/index.mjs} +0 -0
- package/{sidepanel/esm2015/lib/index.js → esm2020/sidepanel/lib/index.mjs} +0 -0
- package/{sidepanel/esm2015/lib/sidepanel-config.default.js → esm2020/sidepanel/lib/sidepanel-config.default.mjs} +0 -0
- package/{sidepanel/esm2015/lib/sidepanel-config.model.js → esm2020/sidepanel/lib/sidepanel-config.model.mjs} +0 -0
- package/esm2020/sidepanel/lib/sidepanel-panel.component.mjs +37 -0
- package/esm2020/sidepanel/lib/sidepanel-ref.factory.mjs +49 -0
- package/{sidepanel/esm2015/lib/sidepanel-ref.model.js → esm2020/sidepanel/lib/sidepanel-ref.model.mjs} +0 -0
- package/esm2020/sidepanel/lib/sidepanel.intl.mjs +21 -0
- package/{sidepanel/esm2015/lib/sidepanel.model.js → esm2020/sidepanel/lib/sidepanel.model.mjs} +0 -0
- package/esm2020/sidepanel/lib/sidepanel.module.mjs +65 -0
- package/esm2020/sidepanel/lib/sidepanel.service.mjs +23 -0
- package/{sidepanel/esm2015/lib/sidepanel.token.js → esm2020/sidepanel/lib/sidepanel.token.mjs} +0 -0
- package/{sidepanel/esm2015/lib/sidepanel.translate.js → esm2020/sidepanel/lib/sidepanel.translate.mjs} +0 -0
- package/{sidepanel/esm2015/lucca-front-ng-sidepanel.js → esm2020/sidepanel/lucca-front-ng-sidepanel.mjs} +0 -0
- package/{sidepanel/esm2015/public-api.js → esm2020/sidepanel/public-api.mjs} +0 -0
- package/{tooltip/esm2015/index.js → esm2020/tooltip/index.mjs} +0 -0
- package/{tooltip/esm2015/lib/animation/index.js → esm2020/tooltip/lib/animation/index.mjs} +0 -0
- package/{tooltip/esm2015/lib/animation/tooltip.animation.js → esm2020/tooltip/lib/animation/tooltip.animation.mjs} +0 -0
- package/{tooltip/esm2015/lib/index.js → esm2020/tooltip/lib/index.mjs} +0 -0
- package/{tooltip/esm2015/lib/panel/index.js → esm2020/tooltip/lib/panel/index.mjs} +0 -0
- package/esm2020/tooltip/lib/panel/tooltip-panel.component.mjs +53 -0
- package/esm2020/tooltip/lib/panel/tooltip-panel.module.mjs +33 -0
- package/esm2020/tooltip/lib/tooltip.module.mjs +29 -0
- package/{tooltip/esm2015/lib/trigger/index.js → esm2020/tooltip/lib/trigger/index.mjs} +0 -0
- package/esm2020/tooltip/lib/trigger/tooltip-trigger.directive.mjs +141 -0
- package/esm2020/tooltip/lib/trigger/tooltip-trigger.module.mjs +26 -0
- package/{tooltip/esm2015/lucca-front-ng-tooltip.js → esm2020/tooltip/lucca-front-ng-tooltip.mjs} +0 -0
- package/{tooltip/esm2015/public-api.js → esm2020/tooltip/public-api.mjs} +0 -0
- package/{user/esm2015/index.js → esm2020/user/index.mjs} +0 -0
- package/{user/esm2015/lib/display/display-format.model.js → esm2020/user/lib/display/display-format.model.mjs} +0 -0
- package/{user/esm2015/lib/display/index.js → esm2020/user/lib/display/index.mjs} +0 -0
- package/esm2020/user/lib/display/user-display.module.mjs +19 -0
- package/esm2020/user/lib/display/user-display.pipe.mjs +62 -0
- package/{user/esm2015/lib/index.js → esm2020/user/lib/index.mjs} +0 -0
- package/{user/esm2015/lib/picture/index.js → esm2020/user/lib/picture/index.mjs} +0 -0
- package/esm2020/user/lib/picture/user-picture.component.mjs +66 -0
- package/esm2020/user/lib/picture/user-picture.module.mjs +19 -0
- package/{user/esm2015/lib/select/homonyms/index.js → esm2020/user/lib/select/homonyms/index.mjs} +0 -0
- package/esm2020/user/lib/select/homonyms/user-homonyms.component.mjs +68 -0
- package/esm2020/user/lib/select/homonyms/user-homonyms.module.mjs +30 -0
- package/esm2020/user/lib/select/homonyms/user-homonyms.service.mjs +47 -0
- package/{user/esm2015/lib/select/index.js → esm2020/user/lib/select/index.mjs} +0 -0
- package/{user/esm2015/lib/select/input/index.js → esm2020/user/lib/select/input/index.mjs} +0 -0
- package/esm2020/user/lib/select/input/user-select-input.component.mjs +69 -0
- package/esm2020/user/lib/select/input/user-select-input.intl.mjs +21 -0
- package/esm2020/user/lib/select/input/user-select-input.module.mjs +66 -0
- package/{user/esm2015/lib/select/input/user-select-input.token.js → esm2020/user/lib/select/input/user-select-input.token.mjs} +0 -0
- package/{user/esm2015/lib/select/input/user-select-input.translate.js → esm2020/user/lib/select/input/user-select-input.translate.mjs} +0 -0
- package/{user/esm2015/lib/select/me/index.js → esm2020/user/lib/select/me/index.mjs} +0 -0
- package/esm2020/user/lib/select/me/me-option.directive.mjs +97 -0
- package/esm2020/user/lib/select/me/me-option.module.mjs +22 -0
- package/{user/esm2015/lib/select/searcher/index.js → esm2020/user/lib/select/searcher/index.mjs} +0 -0
- package/esm2020/user/lib/select/searcher/user-searcher.component.mjs +180 -0
- package/esm2020/user/lib/select/searcher/user-searcher.intl.mjs +21 -0
- package/esm2020/user/lib/select/searcher/user-searcher.module.mjs +48 -0
- package/{user/esm2015/lib/select/searcher/user-searcher.token.js → esm2020/user/lib/select/searcher/user-searcher.token.mjs} +0 -0
- package/{user/esm2015/lib/select/searcher/user-searcher.translate.js → esm2020/user/lib/select/searcher/user-searcher.translate.mjs} +0 -0
- package/esm2020/user/lib/select/user-select.module.mjs +43 -0
- package/{user/esm2015/lib/service/index.js → esm2020/user/lib/service/index.mjs} +0 -0
- package/{user/esm2015/lib/service/user-service.model.js → esm2020/user/lib/service/user-service.model.mjs} +0 -0
- package/esm2020/user/lib/service/user-v3.service.mjs +48 -0
- package/{user/esm2015/lib/tile/index.js → esm2020/user/lib/tile/index.mjs} +0 -0
- package/esm2020/user/lib/tile/user-tile.component.mjs +67 -0
- package/esm2020/user/lib/tile/user-tile.module.mjs +20 -0
- package/{user/esm2015/lib/user.model.js → esm2020/user/lib/user.model.mjs} +0 -0
- package/esm2020/user/lib/user.module.mjs +43 -0
- package/{user/esm2015/lucca-front-ng-user.js → esm2020/user/lucca-front-ng-user.mjs} +0 -0
- package/{user/esm2015/public-api.js → esm2020/user/public-api.mjs} +0 -0
- package/establishment/lib/establishment.module.d.ts +5 -0
- package/establishment/lib/select/establishment-select.module.d.ts +9 -0
- package/establishment/lib/select/for-legal-units/for-legal-units.directive.d.ts +3 -2
- package/establishment/lib/select/for-legal-units/for-legal-units.module.d.ts +5 -0
- package/establishment/lib/select/input/establishment-select-input.component.d.ts +4 -1
- package/establishment/lib/select/input/establishment-select-input.intl.d.ts +3 -0
- package/establishment/lib/select/input/establishment-select-input.module.d.ts +13 -0
- package/establishment/lib/select/legal-unit-selector/legal-unit-selector.directive.d.ts +3 -0
- package/establishment/lib/select/legal-unit-selector/legal-unit-selector.module.d.ts +6 -0
- package/establishment/lib/select/searcher/establishment-searcher.component.d.ts +3 -0
- package/establishment/lib/select/searcher/establishment-searcher.module.d.ts +9 -0
- package/establishment/lib/select/select-all/establishment-select-all.component.d.ts +3 -1
- package/establishment/lib/select/select-all/establishment-select-all.module.d.ts +8 -0
- package/establishment/lib/service/establishment.service.d.ts +3 -0
- package/establishment/lib/service/legal-unit.service.d.ts +3 -0
- package/establishment/lucca-front-ng-establishment.d.ts +1 -0
- package/establishment/package.json +6 -10
- package/fesm2015/lucca-front-ng-animations.mjs +276 -0
- package/fesm2015/lucca-front-ng-animations.mjs.map +1 -0
- package/fesm2015/lucca-front-ng-api.mjs +901 -0
- package/fesm2015/lucca-front-ng-api.mjs.map +1 -0
- package/fesm2015/lucca-front-ng-core.mjs +414 -0
- package/fesm2015/lucca-front-ng-core.mjs.map +1 -0
- package/fesm2015/lucca-front-ng-date.mjs +1070 -0
- package/fesm2015/lucca-front-ng-date.mjs.map +1 -0
- package/fesm2015/lucca-front-ng-department.mjs +327 -0
- package/fesm2015/lucca-front-ng-department.mjs.map +1 -0
- package/fesm2015/lucca-front-ng-dropdown.mjs +370 -0
- package/fesm2015/lucca-front-ng-dropdown.mjs.map +1 -0
- package/fesm2015/lucca-front-ng-establishment.mjs +854 -0
- package/fesm2015/lucca-front-ng-establishment.mjs.map +1 -0
- package/fesm2015/lucca-front-ng-formly.mjs +624 -0
- package/fesm2015/lucca-front-ng-formly.mjs.map +1 -0
- package/fesm2015/lucca-front-ng-input.mjs +260 -0
- package/fesm2015/lucca-front-ng-input.mjs.map +1 -0
- package/fesm2015/lucca-front-ng-material.mjs +23 -0
- package/fesm2015/lucca-front-ng-material.mjs.map +1 -0
- package/fesm2015/lucca-front-ng-modal.mjs +320 -0
- package/fesm2015/lucca-front-ng-modal.mjs.map +1 -0
- package/fesm2015/lucca-front-ng-number.mjs +62 -0
- package/fesm2015/lucca-front-ng-number.mjs.map +1 -0
- package/fesm2015/lucca-front-ng-option.mjs +2267 -0
- package/fesm2015/lucca-front-ng-option.mjs.map +1 -0
- package/fesm2015/lucca-front-ng-picker.mjs +15 -0
- package/fesm2015/lucca-front-ng-picker.mjs.map +1 -0
- package/fesm2015/lucca-front-ng-popover.mjs +1031 -0
- package/fesm2015/lucca-front-ng-popover.mjs.map +1 -0
- package/fesm2015/lucca-front-ng-popup.mjs +220 -0
- package/fesm2015/lucca-front-ng-popup.mjs.map +1 -0
- package/fesm2015/lucca-front-ng-qualification.mjs +195 -0
- package/fesm2015/lucca-front-ng-qualification.mjs.map +1 -0
- package/fesm2015/lucca-front-ng-safe-content.mjs +52 -0
- package/fesm2015/lucca-front-ng-safe-content.mjs.map +1 -0
- package/fesm2015/lucca-front-ng-scroll.mjs +103 -0
- package/fesm2015/lucca-front-ng-scroll.mjs.map +1 -0
- package/fesm2015/lucca-front-ng-select.mjs +452 -0
- package/fesm2015/lucca-front-ng-select.mjs.map +1 -0
- package/fesm2015/lucca-front-ng-sidepanel.mjs +226 -0
- package/fesm2015/lucca-front-ng-sidepanel.mjs.map +1 -0
- package/fesm2015/lucca-front-ng-tooltip.mjs +297 -0
- package/fesm2015/lucca-front-ng-tooltip.mjs.map +1 -0
- package/fesm2015/lucca-front-ng-user.mjs +1028 -0
- package/fesm2015/lucca-front-ng-user.mjs.map +1 -0
- package/fesm2015/lucca-front-ng.mjs +6 -0
- package/fesm2015/lucca-front-ng.mjs.map +1 -0
- package/fesm2020/lucca-front-ng-animations.mjs +276 -0
- package/fesm2020/lucca-front-ng-animations.mjs.map +1 -0
- package/fesm2020/lucca-front-ng-api.mjs +887 -0
- package/fesm2020/lucca-front-ng-api.mjs.map +1 -0
- package/fesm2020/lucca-front-ng-core.mjs +410 -0
- package/fesm2020/lucca-front-ng-core.mjs.map +1 -0
- package/fesm2020/lucca-front-ng-date.mjs +1060 -0
- package/fesm2020/lucca-front-ng-date.mjs.map +1 -0
- package/fesm2020/lucca-front-ng-department.mjs +320 -0
- package/fesm2020/lucca-front-ng-department.mjs.map +1 -0
- package/fesm2020/lucca-front-ng-dropdown.mjs +370 -0
- package/fesm2020/lucca-front-ng-dropdown.mjs.map +1 -0
- package/fesm2020/lucca-front-ng-establishment.mjs +842 -0
- package/fesm2020/lucca-front-ng-establishment.mjs.map +1 -0
- package/fesm2020/lucca-front-ng-formly.mjs +624 -0
- package/fesm2020/lucca-front-ng-formly.mjs.map +1 -0
- package/fesm2020/lucca-front-ng-input.mjs +260 -0
- package/fesm2020/lucca-front-ng-input.mjs.map +1 -0
- package/fesm2020/lucca-front-ng-material.mjs +23 -0
- package/fesm2020/lucca-front-ng-material.mjs.map +1 -0
- package/fesm2020/lucca-front-ng-modal.mjs +310 -0
- package/fesm2020/lucca-front-ng-modal.mjs.map +1 -0
- package/fesm2020/lucca-front-ng-number.mjs +60 -0
- package/fesm2020/lucca-front-ng-number.mjs.map +1 -0
- package/fesm2020/lucca-front-ng-option.mjs +2237 -0
- package/fesm2020/lucca-front-ng-option.mjs.map +1 -0
- package/fesm2020/lucca-front-ng-picker.mjs +15 -0
- package/fesm2020/lucca-front-ng-picker.mjs.map +1 -0
- package/fesm2020/lucca-front-ng-popover.mjs +1031 -0
- package/fesm2020/lucca-front-ng-popover.mjs.map +1 -0
- package/fesm2020/lucca-front-ng-popup.mjs +218 -0
- package/fesm2020/lucca-front-ng-popup.mjs.map +1 -0
- package/fesm2020/lucca-front-ng-qualification.mjs +191 -0
- package/fesm2020/lucca-front-ng-qualification.mjs.map +1 -0
- package/fesm2020/lucca-front-ng-safe-content.mjs +52 -0
- package/fesm2020/lucca-front-ng-safe-content.mjs.map +1 -0
- package/fesm2020/lucca-front-ng-scroll.mjs +103 -0
- package/fesm2020/lucca-front-ng-scroll.mjs.map +1 -0
- package/fesm2020/lucca-front-ng-select.mjs +452 -0
- package/fesm2020/lucca-front-ng-select.mjs.map +1 -0
- package/fesm2020/lucca-front-ng-sidepanel.mjs +218 -0
- package/fesm2020/lucca-front-ng-sidepanel.mjs.map +1 -0
- package/fesm2020/lucca-front-ng-tooltip.mjs +296 -0
- package/fesm2020/lucca-front-ng-tooltip.mjs.map +1 -0
- package/fesm2020/lucca-front-ng-user.mjs +1015 -0
- package/fesm2020/lucca-front-ng-user.mjs.map +1 -0
- package/fesm2020/lucca-front-ng.mjs +6 -0
- package/fesm2020/lucca-front-ng.mjs.map +1 -0
- package/formly/lib/formly.module.d.ts +34 -0
- package/formly/lib/types/api.d.ts +3 -0
- package/formly/lib/types/checkbox.d.ts +3 -0
- package/formly/lib/types/date.d.ts +3 -0
- package/formly/lib/types/department.d.ts +3 -0
- package/formly/lib/types/establishment.d.ts +3 -0
- package/formly/lib/types/input.d.ts +3 -0
- package/formly/lib/types/qualification.d.ts +3 -0
- package/formly/lib/types/radios.d.ts +3 -0
- package/formly/lib/types/select.d.ts +3 -0
- package/formly/lib/types/textarea.d.ts +3 -0
- package/formly/lib/types/user.d.ts +3 -0
- package/formly/lib/wrappers/checkbox-layout.d.ts +3 -0
- package/formly/lib/wrappers/error.d.ts +5 -0
- package/formly/lib/wrappers/helper.d.ts +3 -0
- package/formly/lib/wrappers/icon.d.ts +3 -0
- package/formly/lib/wrappers/radiosfield-layout.d.ts +3 -0
- package/formly/lib/wrappers/suffix.d.ts +3 -0
- package/formly/lib/wrappers/textfield-layout.d.ts +3 -0
- package/formly/lucca-front-ng-formly.d.ts +1 -0
- package/formly/package.json +6 -10
- package/input/lib/clearer/clearer.component.d.ts +3 -0
- package/input/lib/clearer/clearer.module.d.ts +6 -0
- package/input/lib/displayer/input-displayer.directive.d.ts +3 -0
- package/input/lib/displayer/input-displayer.module.d.ts +5 -0
- package/input/lib/input.directive.d.ts +3 -0
- package/input/lib/input.model.d.ts +3 -3
- package/input/lib/input.module.d.ts +7 -0
- package/input/lucca-front-ng-input.d.ts +1 -0
- package/input/package.json +6 -10
- package/lucca-front-ng.d.ts +2 -1
- package/material/lib/module.d.ts +4 -0
- package/material/lucca-front-ng-material.d.ts +1 -0
- package/material/package.json +6 -10
- package/material/style/main-v11.overridable.scss +1 -1
- package/material/style/main-v11.scss +1 -1
- package/material/style/main.overridable.scss +1 -1
- package/material/style/main.scss +1 -1
- package/modal/lib/modal-panel.component.d.ts +7 -0
- package/modal/lib/modal-ref.factory.d.ts +9 -6
- package/modal/lib/modal.intl.d.ts +3 -0
- package/modal/lib/modal.module.d.ts +9 -0
- package/modal/lib/modal.service.d.ts +3 -0
- package/modal/lucca-front-ng-modal.d.ts +5 -0
- package/modal/package.json +7 -11
- package/number/lib/number.module.d.ts +6 -0
- package/number/lib/number.pipe.d.ts +3 -0
- package/number/lucca-front-ng-number.d.ts +1 -0
- package/number/package.json +6 -10
- package/option/lib/item/option-item.component.d.ts +3 -0
- package/option/lib/item/option-item.module.d.ts +5 -0
- package/option/lib/item/tree-option-item.component.d.ts +3 -0
- package/option/lib/item/tree-option-item.intl.d.ts +3 -0
- package/option/lib/item/tree-option-item.module.d.ts +7 -0
- package/option/lib/operator/feeder/option-feeder.component.d.ts +3 -0
- package/option/lib/operator/feeder/option-feeder.module.d.ts +5 -0
- package/option/lib/operator/feeder/tree-option-feeder.component.d.ts +3 -0
- package/option/lib/operator/feeder/tree-option-feeder.module.d.ts +5 -0
- package/option/lib/operator/for-groups/for-groups.directive.d.ts +3 -0
- package/option/lib/operator/for-groups/for-groups.module.d.ts +5 -0
- package/option/lib/operator/for-options/for-options.directive.d.ts +3 -0
- package/option/lib/operator/for-options/for-options.module.d.ts +5 -0
- package/option/lib/operator/for-options/for-tree-options.directive.d.ts +3 -0
- package/option/lib/operator/for-options/for-tree-options.module.d.ts +5 -0
- package/option/lib/operator/option-operator.module.d.ts +9 -0
- package/option/lib/operator/pager/option-pager.component.d.ts +3 -0
- package/option/lib/operator/pager/option-pager.module.d.ts +5 -0
- package/option/lib/operator/pager/tree-option-pager.component.d.ts +3 -0
- package/option/lib/operator/pager/tree-option-pager.module.d.ts +5 -0
- package/option/lib/operator/searcher/option-searcher.component.d.ts +3 -0
- package/option/lib/operator/searcher/option-searcher.module.d.ts +8 -0
- package/option/lib/operator/searcher/tree-option-searcher.component.d.ts +3 -0
- package/option/lib/operator/searcher/tree-option-searcher.module.d.ts +8 -0
- package/option/lib/operator/tree-option-operator.module.d.ts +8 -0
- package/option/lib/option.module.d.ts +9 -0
- package/option/lib/picker/option-picker-advanced.component.d.ts +9 -5
- package/option/lib/picker/option-picker.component.d.ts +12 -7
- package/option/lib/picker/option-picker.model.d.ts +5 -5
- package/option/lib/picker/option-picker.module.d.ts +11 -0
- package/option/lib/picker/tree-option-picker-advanced.component.d.ts +9 -5
- package/option/lib/picker/tree-option-picker.component.d.ts +11 -7
- package/option/lib/picker/tree-option-picker.model.d.ts +3 -3
- package/option/lib/picker/tree-option-picker.module.d.ts +10 -0
- package/option/lib/placeholder/option-placeholder.component.d.ts +3 -0
- package/option/lib/placeholder/option-placeholder.intl.d.ts +3 -0
- package/option/lib/placeholder/option-placeholder.module.d.ts +5 -0
- package/option/lib/selector/all/select-all.component.d.ts +3 -0
- package/option/lib/selector/all/select-all.intl.d.ts +3 -0
- package/option/lib/selector/all/select-all.module.d.ts +5 -0
- package/option/lib/selector/all/tree-select-all.component.d.ts +3 -0
- package/option/lib/selector/all/tree-select-all.module.d.ts +5 -0
- package/option/lib/selector/option-selector.module.d.ts +5 -0
- package/option/lib/selector/tree-option-selector.module.d.ts +5 -0
- package/option/lib/tree-option.module.d.ts +8 -0
- package/option/lucca-front-ng-option.d.ts +1 -0
- package/option/package.json +6 -10
- package/package.json +209 -12
- package/picker/lib/input-picker.model.d.ts +1 -1
- package/picker/lucca-front-ng-picker.d.ts +1 -0
- package/picker/package.json +6 -10
- package/popover/lib/panel/popover-panel.component.d.ts +3 -0
- package/popover/lib/panel/popover-panel.module.d.ts +8 -0
- package/popover/lib/popover.module.d.ts +7 -0
- package/popover/lib/target/popover-target.directive.d.ts +3 -0
- package/popover/lib/target/popover-target.module.d.ts +7 -0
- package/popover/lib/trigger/popover-trigger.directive.d.ts +3 -0
- package/popover/lib/trigger/popover-trigger.model.d.ts +7 -7
- package/popover/lib/trigger/popover-trigger.module.d.ts +9 -0
- package/popover/lucca-front-ng-popover.d.ts +1 -0
- package/popover/package.json +6 -10
- package/popup/lib/popup-ref.factory.d.ts +3 -0
- package/popup/lib/popup-ref.model.d.ts +3 -4
- package/popup/lib/popup.module.d.ts +5 -0
- package/popup/lib/popup.service.d.ts +3 -0
- package/popup/lucca-front-ng-popup.d.ts +1 -0
- package/popup/package.json +6 -10
- package/public_api.d.ts +2 -0
- package/qualification/lib/qualification.module.d.ts +5 -0
- package/qualification/lib/select/input/qualification-select-input.component.d.ts +4 -1
- package/qualification/lib/select/input/qualification-select-input.intl.d.ts +3 -0
- package/qualification/lib/select/input/qualification-select-input.module.d.ts +10 -0
- package/qualification/lib/select/qualification-select.module.d.ts +5 -0
- package/qualification/lucca-front-ng-qualification.d.ts +1 -0
- package/qualification/package.json +6 -10
- package/safe-content/lib/safe-content.module.d.ts +6 -0
- package/safe-content/lib/safe-content.pipe.d.ts +3 -0
- package/safe-content/lucca-front-ng-safe-content.d.ts +1 -0
- package/safe-content/package.json +6 -10
- package/schematics/collection.json +9 -0
- package/schematics/ng-add/file-content.js +17 -0
- package/schematics/ng-add/index.js +29 -0
- package/schematics/ng-add/tasks.js +42 -0
- package/scroll/lib/scroll.directive.d.ts +3 -0
- package/scroll/lib/scroll.module.d.ts +5 -0
- package/scroll/lucca-front-ng-scroll.d.ts +5 -0
- package/scroll/package.json +7 -11
- package/select/lib/input/select-input.component.d.ts +9 -4
- package/select/lib/input/select-input.model.d.ts +1 -1
- package/select/lib/input/select-input.module.d.ts +7 -0
- package/select/lib/select.module.d.ts +5 -0
- package/select/lucca-front-ng-select.d.ts +1 -0
- package/select/package.json +6 -10
- package/sidepanel/lib/sidepanel-panel.component.d.ts +5 -0
- package/sidepanel/lib/sidepanel-ref.factory.d.ts +9 -6
- package/sidepanel/lib/sidepanel.intl.d.ts +3 -0
- package/sidepanel/lib/sidepanel.module.d.ts +9 -0
- package/sidepanel/lib/sidepanel.service.d.ts +3 -0
- package/sidepanel/lucca-front-ng-sidepanel.d.ts +1 -0
- package/sidepanel/package.json +6 -10
- package/tooltip/lib/panel/tooltip-panel.component.d.ts +3 -0
- package/tooltip/lib/panel/tooltip-panel.module.d.ts +7 -0
- package/tooltip/lib/tooltip.module.d.ts +6 -0
- package/tooltip/lib/trigger/tooltip-trigger.directive.d.ts +3 -0
- package/tooltip/lib/trigger/tooltip-trigger.module.d.ts +6 -0
- package/tooltip/lucca-front-ng-tooltip.d.ts +1 -0
- package/tooltip/package.json +6 -10
- package/user/lib/display/user-display.module.d.ts +6 -0
- package/user/lib/display/user-display.pipe.d.ts +3 -0
- package/user/lib/picture/user-picture.component.d.ts +3 -0
- package/user/lib/picture/user-picture.module.d.ts +7 -0
- package/user/lib/select/homonyms/user-homonyms.component.d.ts +3 -0
- package/user/lib/select/homonyms/user-homonyms.module.d.ts +7 -0
- package/user/lib/select/homonyms/user-homonyms.service.d.ts +3 -0
- package/user/lib/select/input/user-select-input.component.d.ts +4 -2
- package/user/lib/select/input/user-select-input.intl.d.ts +3 -0
- package/user/lib/select/input/user-select-input.module.d.ts +12 -0
- package/user/lib/select/me/me-option.directive.d.ts +4 -1
- package/user/lib/select/me/me-option.module.d.ts +5 -0
- package/user/lib/select/searcher/user-searcher.component.d.ts +3 -0
- package/user/lib/select/searcher/user-searcher.intl.d.ts +3 -0
- package/user/lib/select/searcher/user-searcher.module.d.ts +9 -0
- package/user/lib/select/user-select.module.d.ts +8 -0
- package/user/lib/service/user-v3.service.d.ts +3 -0
- package/user/lib/tile/user-tile.component.d.ts +3 -0
- package/user/lib/tile/user-tile.module.d.ts +8 -0
- package/user/lib/user.module.d.ts +8 -0
- package/user/lucca-front-ng-user.d.ts +1 -0
- package/user/package.json +6 -10
- package/README.md +0 -1
- package/animations/bundles/lucca-front-ng-animations.umd.js +0 -611
- package/animations/bundles/lucca-front-ng-animations.umd.js.map +0 -1
- package/animations/fesm2015/lucca-front-ng-animations.js +0 -276
- package/animations/fesm2015/lucca-front-ng-animations.js.map +0 -1
- package/animations/lucca-front-ng-animations.metadata.json +0 -1
- package/api/bundles/lucca-front-ng-api.umd.js +0 -1268
- package/api/bundles/lucca-front-ng-api.umd.js.map +0 -1
- package/api/esm2015/lib/api.module.js +0 -15
- package/api/esm2015/lib/select/api-select.module.js +0 -24
- package/api/esm2015/lib/select/feeder/api-feeder.component.js +0 -52
- package/api/esm2015/lib/select/feeder/api-feeder.module.js +0 -19
- package/api/esm2015/lib/select/input/api-select-input.component.js +0 -45
- package/api/esm2015/lib/select/input/api-select-input.module.js +0 -28
- package/api/esm2015/lib/select/pager/api-pager.component.js +0 -58
- package/api/esm2015/lib/select/pager/api-pager.module.js +0 -19
- package/api/esm2015/lib/select/searcher/api-searcher.component.js +0 -142
- package/api/esm2015/lib/select/searcher/api-searcher.model.js +0 -69
- package/api/esm2015/lib/select/searcher/api-searcher.module.js +0 -27
- package/api/esm2015/lib/service/api-hybrid.service.js +0 -59
- package/api/esm2015/lib/service/api-service.model.js +0 -3
- package/api/esm2015/lib/service/api-v3.service.js +0 -65
- package/api/esm2015/lib/service/api-v4.service.js +0 -55
- package/api/fesm2015/lucca-front-ng-api.js +0 -704
- package/api/fesm2015/lucca-front-ng-api.js.map +0 -1
- package/api/lucca-front-ng-api.metadata.json +0 -1
- package/bundles/lucca-front-ng.umd.js +0 -32
- package/bundles/lucca-front-ng.umd.js.map +0 -1
- package/core/bundles/lucca-front-ng-core.umd.js +0 -759
- package/core/bundles/lucca-front-ng-core.umd.js.map +0 -1
- package/core/esm2015/lib/date/native/native-date.adapter.js +0 -221
- package/core/esm2015/lib/date/string/string-date.adapter.js +0 -78
- package/core/esm2015/lib/translate/intl.model.js +0 -13
- package/core/fesm2015/lucca-front-ng-core.js +0 -401
- package/core/fesm2015/lucca-front-ng-core.js.map +0 -1
- package/core/lucca-front-ng-core.metadata.json +0 -1
- package/date/bundles/lucca-front-ng-date.umd.js +0 -1360
- package/date/bundles/lucca-front-ng-date.umd.js.map +0 -1
- package/date/esm2015/lib/adapter/date-adapter.module.js +0 -15
- package/date/esm2015/lib/adapter/date-adapter.pipe.js +0 -23
- package/date/esm2015/lib/calendar/calendar-input.component.js +0 -322
- package/date/esm2015/lib/calendar/calendar-input.module.js +0 -25
- package/date/esm2015/lib/calendar/calendar-item.class.js +0 -41
- package/date/esm2015/lib/calendar/calendar-item.factory.js +0 -38
- package/date/esm2015/lib/date.module.js +0 -27
- package/date/esm2015/lib/input/date-input.directive.js +0 -118
- package/date/esm2015/lib/input/date-input.intl.js +0 -16
- package/date/esm2015/lib/input/date-input.module.js +0 -25
- package/date/esm2015/lib/picker/date-picker.component.js +0 -91
- package/date/esm2015/lib/picker/date-picker.module.js +0 -29
- package/date/esm2015/lib/select/date-select-input.component.js +0 -88
- package/date/esm2015/lib/select/date-select-input.intl.js +0 -16
- package/date/esm2015/lib/select/date-select-input.module.js +0 -36
- package/date/esm2015/lucca-front-ng-date.js +0 -6
- package/date/fesm2015/lucca-front-ng-date.js +0 -933
- package/date/fesm2015/lucca-front-ng-date.js.map +0 -1
- package/date/lucca-front-ng-date.metadata.json +0 -1
- package/department/bundles/lucca-front-ng-department.umd.js +0 -623
- package/department/bundles/lucca-front-ng-department.umd.js.map +0 -1
- package/department/esm2015/lib/department.module.js +0 -15
- package/department/esm2015/lib/select/department-select.module.js +0 -18
- package/department/esm2015/lib/select/feeder/department-feeder.component.js +0 -50
- package/department/esm2015/lib/select/feeder/department-feeder.module.js +0 -19
- package/department/esm2015/lib/select/input/department-select-input.component.js +0 -48
- package/department/esm2015/lib/select/input/department-select-input.intl.js +0 -16
- package/department/esm2015/lib/select/input/department-select-input.module.js +0 -39
- package/department/esm2015/lib/service/department-v3.service.js +0 -38
- package/department/fesm2015/lucca-front-ng-department.js +0 -246
- package/department/fesm2015/lucca-front-ng-department.js.map +0 -1
- package/department/lucca-front-ng-department.metadata.json +0 -1
- package/dropdown/bundles/lucca-front-ng-dropdown.umd.js +0 -706
- package/dropdown/bundles/lucca-front-ng-dropdown.umd.js.map +0 -1
- package/dropdown/esm2015/lib/dropdown.module.js +0 -21
- package/dropdown/esm2015/lib/item/dropdown-item.directive.js +0 -45
- package/dropdown/esm2015/lib/item/dropdown-item.module.js +0 -16
- package/dropdown/esm2015/lib/panel/dropdown-panel.component.js +0 -102
- package/dropdown/esm2015/lib/panel/dropdown-panel.module.js +0 -19
- package/dropdown/esm2015/lib/trigger/dropdown-trigger.directive.js +0 -86
- package/dropdown/esm2015/lib/trigger/dropdown-trigger.module.js +0 -19
- package/dropdown/fesm2015/lucca-front-ng-dropdown.js +0 -305
- package/dropdown/fesm2015/lucca-front-ng-dropdown.js.map +0 -1
- package/dropdown/lucca-front-ng-dropdown.metadata.json +0 -1
- package/esm2015/index.js +0 -2
- package/esm2015/lib/index.js +0 -2
- package/esm2015/lib/module.js +0 -10
- package/esm2015/lucca-front-ng.js +0 -5
- package/esm2015/public-api.js +0 -5
- package/establishment/bundles/lucca-front-ng-establishment.umd.js +0 -1104
- package/establishment/bundles/lucca-front-ng-establishment.umd.js.map +0 -1
- package/establishment/esm2015/lib/establishment.module.js +0 -15
- package/establishment/esm2015/lib/select/establishment-select.module.js +0 -27
- package/establishment/esm2015/lib/select/for-legal-units/for-legal-units.directive.js +0 -46
- package/establishment/esm2015/lib/select/for-legal-units/for-legal-units.module.js +0 -11
- package/establishment/esm2015/lib/select/input/establishment-select-input.component.js +0 -86
- package/establishment/esm2015/lib/select/input/establishment-select-input.intl.js +0 -16
- package/establishment/esm2015/lib/select/input/establishment-select-input.module.js +0 -40
- package/establishment/esm2015/lib/select/legal-unit-selector/legal-unit-selector.directive.js +0 -73
- package/establishment/esm2015/lib/select/legal-unit-selector/legal-unit-selector.module.js +0 -13
- package/establishment/esm2015/lib/select/searcher/establishment-searcher.component.js +0 -127
- package/establishment/esm2015/lib/select/searcher/establishment-searcher.module.js +0 -25
- package/establishment/esm2015/lib/select/select-all/establishment-select-all.component.js +0 -67
- package/establishment/esm2015/lib/select/select-all/establishment-select-all.module.js +0 -29
- package/establishment/esm2015/lib/service/establishment.service.js +0 -33
- package/establishment/esm2015/lib/service/legal-unit.service.js +0 -33
- package/establishment/fesm2015/lucca-front-ng-establishment.js +0 -637
- package/establishment/fesm2015/lucca-front-ng-establishment.js.map +0 -1
- package/establishment/lucca-front-ng-establishment.metadata.json +0 -1
- package/fesm2015/lucca-front-ng.js +0 -21
- package/fesm2015/lucca-front-ng.js.map +0 -1
- package/formly/bundles/lucca-front-ng-formly.umd.js +0 -1126
- package/formly/bundles/lucca-front-ng-formly.umd.js.map +0 -1
- package/formly/esm2015/lib/formly.module.js +0 -61
- package/formly/esm2015/lib/types/api.js +0 -30
- package/formly/esm2015/lib/types/checkbox.js +0 -18
- package/formly/esm2015/lib/types/date.js +0 -18
- package/formly/esm2015/lib/types/department.js +0 -18
- package/formly/esm2015/lib/types/establishment.js +0 -18
- package/formly/esm2015/lib/types/input.js +0 -21
- package/formly/esm2015/lib/types/qualification.js +0 -18
- package/formly/esm2015/lib/types/radios.js +0 -21
- package/formly/esm2015/lib/types/select.js +0 -21
- package/formly/esm2015/lib/types/textarea.js +0 -18
- package/formly/esm2015/lib/types/user.js +0 -18
- package/formly/esm2015/lib/wrappers/checkbox-layout.js +0 -31
- package/formly/esm2015/lib/wrappers/error.js +0 -59
- package/formly/esm2015/lib/wrappers/helper.js +0 -27
- package/formly/esm2015/lib/wrappers/icon.js +0 -35
- package/formly/esm2015/lib/wrappers/radiosfield-layout.js +0 -31
- package/formly/esm2015/lib/wrappers/suffix.js +0 -30
- package/formly/esm2015/lib/wrappers/textfield-layout.js +0 -42
- package/formly/fesm2015/lucca-front-ng-formly.js +0 -583
- package/formly/fesm2015/lucca-front-ng-formly.js.map +0 -1
- package/formly/lucca-front-ng-formly.metadata.json +0 -1
- package/index.d.ts +0 -1
- package/input/bundles/lucca-front-ng-input.umd.js +0 -604
- package/input/bundles/lucca-front-ng-input.umd.js.map +0 -1
- package/input/esm2015/lib/clearer/clearer.component.js +0 -31
- package/input/esm2015/lib/clearer/clearer.module.js +0 -19
- package/input/esm2015/lib/displayer/input-displayer.directive.js +0 -49
- package/input/esm2015/lib/displayer/input-displayer.module.js +0 -12
- package/input/esm2015/lib/input.directive.js +0 -42
- package/input/esm2015/lib/input.model.js +0 -48
- package/input/esm2015/lib/input.module.js +0 -23
- package/input/fesm2015/lucca-front-ng-input.js +0 -232
- package/input/fesm2015/lucca-front-ng-input.js.map +0 -1
- package/input/lucca-front-ng-input.metadata.json +0 -1
- package/lib/index.d.ts +0 -1
- package/lib/module.d.ts +0 -5
- package/lucca-front-ng.metadata.json +0 -1
- package/material/bundles/lucca-front-ng-material.umd.js +0 -29
- package/material/bundles/lucca-front-ng-material.umd.js.map +0 -1
- package/material/esm2015/lib/module.js +0 -7
- package/material/fesm2015/lucca-front-ng-material.js +0 -18
- package/material/fesm2015/lucca-front-ng-material.js.map +0 -1
- package/material/lucca-front-ng-material.metadata.json +0 -1
- package/modal/bundles/lucca-front-modal.umd.js +0 -685
- package/modal/bundles/lucca-front-modal.umd.js.map +0 -1
- package/modal/esm2015/lib/modal-panel.component.js +0 -136
- package/modal/esm2015/lib/modal-ref.factory.js +0 -54
- package/modal/esm2015/lib/modal.intl.js +0 -16
- package/modal/esm2015/lib/modal.module.js +0 -46
- package/modal/esm2015/lib/modal.service.js +0 -18
- package/modal/esm2015/lucca-front-modal.js +0 -5
- package/modal/fesm2015/lucca-front-modal.js +0 -293
- package/modal/fesm2015/lucca-front-modal.js.map +0 -1
- package/modal/lucca-front-modal.d.ts +0 -4
- package/modal/lucca-front-modal.metadata.json +0 -1
- package/number/bundles/lucca-front-ng-number.umd.js +0 -65
- package/number/bundles/lucca-front-ng-number.umd.js.map +0 -1
- package/number/esm2015/lib/number.module.js +0 -13
- package/number/esm2015/lib/number.pipe.js +0 -31
- package/number/fesm2015/lucca-front-ng-number.js +0 -52
- package/number/fesm2015/lucca-front-ng-number.js.map +0 -1
- package/number/lucca-front-ng-number.metadata.json +0 -1
- package/option/bundles/lucca-front-ng-option.umd.js +0 -2653
- package/option/bundles/lucca-front-ng-option.umd.js.map +0 -1
- package/option/esm2015/lib/item/option-item.component.js +0 -54
- package/option/esm2015/lib/item/option-item.module.js +0 -15
- package/option/esm2015/lib/item/tree-option-item.component.js +0 -101
- package/option/esm2015/lib/item/tree-option-item.intl.js +0 -16
- package/option/esm2015/lib/item/tree-option-item.module.js +0 -33
- package/option/esm2015/lib/operator/feeder/option-feeder.component.js +0 -29
- package/option/esm2015/lib/operator/feeder/option-feeder.module.js +0 -16
- package/option/esm2015/lib/operator/feeder/tree-option-feeder.component.js +0 -29
- package/option/esm2015/lib/operator/feeder/tree-option-feeder.module.js +0 -15
- package/option/esm2015/lib/operator/for-groups/for-groups.directive.js +0 -75
- package/option/esm2015/lib/operator/for-groups/for-groups.module.js +0 -16
- package/option/esm2015/lib/operator/for-options/for-options.directive.js +0 -46
- package/option/esm2015/lib/operator/for-options/for-options.module.js +0 -16
- package/option/esm2015/lib/operator/for-options/for-tree-options.directive.js +0 -18
- package/option/esm2015/lib/operator/for-options/for-tree-options.module.js +0 -16
- package/option/esm2015/lib/operator/option-operator.module.js +0 -27
- package/option/esm2015/lib/operator/pager/option-pager.component.js +0 -42
- package/option/esm2015/lib/operator/pager/option-pager.module.js +0 -16
- package/option/esm2015/lib/operator/pager/tree-option-pager.component.js +0 -58
- package/option/esm2015/lib/operator/pager/tree-option-pager.module.js +0 -16
- package/option/esm2015/lib/operator/searcher/option-searcher.component.js +0 -52
- package/option/esm2015/lib/operator/searcher/option-searcher.module.js +0 -23
- package/option/esm2015/lib/operator/searcher/tree-option-searcher.component.js +0 -67
- package/option/esm2015/lib/operator/searcher/tree-option-searcher.module.js +0 -23
- package/option/esm2015/lib/operator/tree-option-operator.module.js +0 -24
- package/option/esm2015/lib/option.module.js +0 -27
- package/option/esm2015/lib/picker/option-picker-advanced.component.js +0 -127
- package/option/esm2015/lib/picker/option-picker.component.js +0 -270
- package/option/esm2015/lib/picker/option-picker.model.js +0 -69
- package/option/esm2015/lib/picker/option-picker.module.js +0 -30
- package/option/esm2015/lib/picker/tree-option-picker-advanced.component.js +0 -123
- package/option/esm2015/lib/picker/tree-option-picker.component.js +0 -163
- package/option/esm2015/lib/picker/tree-option-picker.model.js +0 -4
- package/option/esm2015/lib/picker/tree-option-picker.module.js +0 -28
- package/option/esm2015/lib/placeholder/option-placeholder.component.js +0 -25
- package/option/esm2015/lib/placeholder/option-placeholder.intl.js +0 -16
- package/option/esm2015/lib/placeholder/option-placeholder.module.js +0 -24
- package/option/esm2015/lib/selector/all/select-all.component.js +0 -54
- package/option/esm2015/lib/selector/all/select-all.intl.js +0 -16
- package/option/esm2015/lib/selector/all/select-all.module.js +0 -24
- package/option/esm2015/lib/selector/all/tree-select-all.component.js +0 -59
- package/option/esm2015/lib/selector/all/tree-select-all.module.js +0 -24
- package/option/esm2015/lib/selector/option-selector.module.js +0 -15
- package/option/esm2015/lib/selector/tree-option-selector.module.js +0 -15
- package/option/esm2015/lib/tree-option.module.js +0 -24
- package/option/fesm2015/lucca-front-ng-option.js +0 -1889
- package/option/fesm2015/lucca-front-ng-option.js.map +0 -1
- package/option/lucca-front-ng-option.metadata.json +0 -1
- package/picker/bundles/lucca-front-ng-picker.umd.js +0 -346
- package/picker/bundles/lucca-front-ng-picker.umd.js.map +0 -1
- package/picker/esm2015/lib/input-picker.model.js +0 -4
- package/picker/fesm2015/lucca-front-ng-picker.js +0 -15
- package/picker/fesm2015/lucca-front-ng-picker.js.map +0 -1
- package/picker/lucca-front-ng-picker.metadata.json +0 -1
- package/popover/bundles/lucca-front-ng-popover.umd.js +0 -1489
- package/popover/bundles/lucca-front-ng-popover.umd.js.map +0 -1
- package/popover/esm2015/lib/panel/popover-panel.component.js +0 -106
- package/popover/esm2015/lib/panel/popover-panel.model.js +0 -96
- package/popover/esm2015/lib/panel/popover-panel.module.js +0 -23
- package/popover/esm2015/lib/popover.module.js +0 -21
- package/popover/esm2015/lib/target/popover-target.directive.js +0 -33
- package/popover/esm2015/lib/target/popover-target.module.js +0 -21
- package/popover/esm2015/lib/trigger/popover-trigger.directive.js +0 -116
- package/popover/esm2015/lib/trigger/popover-trigger.model.js +0 -406
- package/popover/esm2015/lib/trigger/popover-trigger.module.js +0 -25
- package/popover/fesm2015/lucca-front-ng-popover.js +0 -925
- package/popover/fesm2015/lucca-front-ng-popover.js.map +0 -1
- package/popover/lucca-front-ng-popover.metadata.json +0 -1
- package/popup/bundles/lucca-front-ng-popup.umd.js +0 -550
- package/popup/bundles/lucca-front-ng-popup.umd.js.map +0 -1
- package/popup/esm2015/lib/popup-ref.factory.js +0 -29
- package/popup/esm2015/lib/popup-ref.model.js +0 -120
- package/popup/esm2015/lib/popup.module.js +0 -24
- package/popup/esm2015/lib/popup.service.js +0 -22
- package/popup/fesm2015/lucca-front-ng-popup.js +0 -208
- package/popup/fesm2015/lucca-front-ng-popup.js.map +0 -1
- package/popup/lucca-front-ng-popup.metadata.json +0 -1
- package/public-api.d.ts +0 -1
- package/qualification/bundles/lucca-front-ng-qualification.umd.js +0 -501
- package/qualification/bundles/lucca-front-ng-qualification.umd.js.map +0 -1
- package/qualification/esm2015/lib/qualification.module.js +0 -15
- package/qualification/esm2015/lib/select/input/qualification-select-input.component.js +0 -59
- package/qualification/esm2015/lib/select/input/qualification-select-input.intl.js +0 -16
- package/qualification/esm2015/lib/select/input/qualification-select-input.module.js +0 -37
- package/qualification/esm2015/lib/select/qualification-select.module.js +0 -15
- package/qualification/fesm2015/lucca-front-ng-qualification.js +0 -155
- package/qualification/fesm2015/lucca-front-ng-qualification.js.map +0 -1
- package/qualification/lucca-front-ng-qualification.metadata.json +0 -1
- package/safe-content/bundles/lucca-front-ng-safe-content.umd.js +0 -59
- package/safe-content/bundles/lucca-front-ng-safe-content.umd.js.map +0 -1
- package/safe-content/esm2015/lib/safe-content.module.js +0 -14
- package/safe-content/esm2015/lib/safe-content.pipe.js +0 -24
- package/safe-content/fesm2015/lucca-front-ng-safe-content.js +0 -47
- package/safe-content/fesm2015/lucca-front-ng-safe-content.js.map +0 -1
- package/safe-content/lucca-front-ng-safe-content.metadata.json +0 -1
- package/scroll/bundles/lucca-front-ngscroll.umd.js +0 -105
- package/scroll/bundles/lucca-front-ngscroll.umd.js.map +0 -1
- package/scroll/esm2015/lib/scroll.directive.js +0 -68
- package/scroll/esm2015/lib/scroll.module.js +0 -16
- package/scroll/esm2015/lucca-front-ngscroll.js +0 -5
- package/scroll/fesm2015/lucca-front-ngscroll.js +0 -93
- package/scroll/fesm2015/lucca-front-ngscroll.js.map +0 -1
- package/scroll/lucca-front-ngscroll.d.ts +0 -4
- package/scroll/lucca-front-ngscroll.metadata.json +0 -1
- package/select/bundles/lucca-front-ng-select.umd.js +0 -806
- package/select/bundles/lucca-front-ng-select.umd.js.map +0 -1
- package/select/esm2015/lib/input/select-input.component.js +0 -188
- package/select/esm2015/lib/input/select-input.model.js +0 -167
- package/select/esm2015/lib/input/select-input.module.js +0 -21
- package/select/esm2015/lib/select.module.js +0 -15
- package/select/fesm2015/lucca-front-ng-select.js +0 -396
- package/select/fesm2015/lucca-front-ng-select.js.map +0 -1
- package/select/lucca-front-ng-select.metadata.json +0 -1
- package/sidepanel/bundles/lucca-front-ng-sidepanel.umd.js +0 -560
- package/sidepanel/bundles/lucca-front-ng-sidepanel.umd.js.map +0 -1
- package/sidepanel/esm2015/lib/sidepanel-panel.component.js +0 -43
- package/sidepanel/esm2015/lib/sidepanel-ref.factory.js +0 -53
- package/sidepanel/esm2015/lib/sidepanel.intl.js +0 -16
- package/sidepanel/esm2015/lib/sidepanel.module.js +0 -46
- package/sidepanel/esm2015/lib/sidepanel.service.js +0 -18
- package/sidepanel/fesm2015/lucca-front-ng-sidepanel.js +0 -201
- package/sidepanel/fesm2015/lucca-front-ng-sidepanel.js.map +0 -1
- package/sidepanel/lucca-front-ng-sidepanel.metadata.json +0 -1
- package/tooltip/bundles/lucca-front-ng-tooltip.umd.js +0 -628
- package/tooltip/bundles/lucca-front-ng-tooltip.umd.js.map +0 -1
- package/tooltip/esm2015/lib/panel/tooltip-panel.component.js +0 -51
- package/tooltip/esm2015/lib/panel/tooltip-panel.module.js +0 -24
- package/tooltip/esm2015/lib/tooltip.module.js +0 -18
- package/tooltip/esm2015/lib/trigger/tooltip-trigger.directive.js +0 -121
- package/tooltip/esm2015/lib/trigger/tooltip-trigger.module.js +0 -19
- package/tooltip/fesm2015/lucca-front-ng-tooltip.js +0 -250
- package/tooltip/fesm2015/lucca-front-ng-tooltip.js.map +0 -1
- package/tooltip/lucca-front-ng-tooltip.metadata.json +0 -1
- package/user/bundles/lucca-front-ng-user.umd.js +0 -1330
- package/user/bundles/lucca-front-ng-user.umd.js.map +0 -1
- package/user/esm2015/lib/display/user-display.module.js +0 -14
- package/user/esm2015/lib/display/user-display.pipe.js +0 -58
- package/user/esm2015/lib/picture/user-picture.component.js +0 -70
- package/user/esm2015/lib/picture/user-picture.module.js +0 -14
- package/user/esm2015/lib/select/homonyms/user-homonyms.component.js +0 -46
- package/user/esm2015/lib/select/homonyms/user-homonyms.module.js +0 -21
- package/user/esm2015/lib/select/homonyms/user-homonyms.service.js +0 -47
- package/user/esm2015/lib/select/input/user-select-input.component.js +0 -57
- package/user/esm2015/lib/select/input/user-select-input.intl.js +0 -16
- package/user/esm2015/lib/select/input/user-select-input.module.js +0 -43
- package/user/esm2015/lib/select/me/me-option.directive.js +0 -68
- package/user/esm2015/lib/select/me/me-option.module.js +0 -17
- package/user/esm2015/lib/select/searcher/user-searcher.component.js +0 -135
- package/user/esm2015/lib/select/searcher/user-searcher.intl.js +0 -16
- package/user/esm2015/lib/select/searcher/user-searcher.module.js +0 -34
- package/user/esm2015/lib/select/user-select.module.js +0 -24
- package/user/esm2015/lib/service/user-v3.service.js +0 -48
- package/user/esm2015/lib/tile/user-tile.component.js +0 -68
- package/user/esm2015/lib/tile/user-tile.module.js +0 -15
- package/user/esm2015/lib/user.module.js +0 -24
- package/user/fesm2015/lucca-front-ng-user.js +0 -823
- package/user/fesm2015/lucca-front-ng-user.js.map +0 -1
- package/user/lucca-front-ng-user.metadata.json +0 -1
|
@@ -1 +0,0 @@
|
|
|
1
|
-
{"version":3,"file":"lucca-front-ng-establishment.umd.js","sources":["../../../../node_modules/tslib/tslib.es6.js","../../../../packages/ng/establishment/src/lib/service/establishment-service.model.ts","../../../../packages/ng/establishment/src/lib/service/establishment.service.ts","../../../../packages/ng/establishment/src/lib/service/legal-unit-service.model.ts","../../../../packages/ng/establishment/src/lib/service/legal-unit.service.ts","../../../../packages/ng/establishment/src/lib/select/input/establishment-select-input.token.ts","../../../../packages/ng/establishment/src/lib/select/input/establishment-select-input.intl.ts","../../../../packages/ng/establishment/src/lib/select/input/establishment-select-input.component.ts","../../../../packages/ng/establishment/src/lib/select/for-legal-units/for-legal-units.directive.ts","../../../../packages/ng/establishment/src/lib/select/for-legal-units/for-legal-units.module.ts","../../../../packages/ng/establishment/src/lib/select/legal-unit-selector/legal-unit-selector.directive.ts","../../../../packages/ng/establishment/src/lib/select/legal-unit-selector/legal-unit-selector.module.ts","../../../../packages/ng/establishment/src/lib/select/searcher/establishment-searcher.component.ts","../../../../packages/ng/establishment/src/lib/select/searcher/establishment-searcher.module.ts","../../../../packages/ng/establishment/src/lib/select/select-all/establishment-select-all.component.ts","../../../../packages/ng/establishment/src/lib/select/select-all/establishment-select-all.translate.ts","../../../../packages/ng/establishment/src/lib/select/select-all/establishment-select-all.module.ts","../../../../packages/ng/establishment/src/lib/select/input/establishment-select-input.translate.ts","../../../../packages/ng/establishment/src/lib/select/input/establishment-select-input.module.ts","../../../../packages/ng/establishment/src/lib/select/establishment-select.module.ts","../../../../packages/ng/establishment/src/lib/establishment.module.ts","../../../../packages/ng/establishment/src/public-api.ts","../../../../packages/ng/establishment/src/lucca-front-ng-establishment.ts"],"sourcesContent":["/*! *****************************************************************************\r\nCopyright (c) Microsoft Corporation.\r\n\r\nPermission to use, copy, modify, and/or distribute this software for any\r\npurpose with or without fee is hereby granted.\r\n\r\nTHE SOFTWARE IS PROVIDED \"AS IS\" AND THE AUTHOR DISCLAIMS ALL WARRANTIES WITH\r\nREGARD TO THIS SOFTWARE INCLUDING ALL IMPLIED WARRANTIES OF MERCHANTABILITY\r\nAND FITNESS. IN NO EVENT SHALL THE AUTHOR BE LIABLE FOR ANY SPECIAL, DIRECT,\r\nINDIRECT, OR CONSEQUENTIAL DAMAGES OR ANY DAMAGES WHATSOEVER RESULTING FROM\r\nLOSS OF USE, DATA OR PROFITS, WHETHER IN AN ACTION OF CONTRACT, NEGLIGENCE OR\r\nOTHER TORTIOUS ACTION, ARISING OUT OF OR IN CONNECTION WITH THE USE OR\r\nPERFORMANCE OF THIS SOFTWARE.\r\n***************************************************************************** */\r\n/* global Reflect, Promise */\r\n\r\nvar extendStatics = function(d, b) {\r\n extendStatics = Object.setPrototypeOf ||\r\n ({ __proto__: [] } instanceof Array && function (d, b) { d.__proto__ = b; }) ||\r\n function (d, b) { for (var p in b) if (Object.prototype.hasOwnProperty.call(b, p)) d[p] = b[p]; };\r\n return extendStatics(d, b);\r\n};\r\n\r\nexport function __extends(d, b) {\r\n if (typeof b !== \"function\" && b !== null)\r\n throw new TypeError(\"Class extends value \" + String(b) + \" is not a constructor or null\");\r\n extendStatics(d, b);\r\n function __() { this.constructor = d; }\r\n d.prototype = b === null ? Object.create(b) : (__.prototype = b.prototype, new __());\r\n}\r\n\r\nexport var __assign = function() {\r\n __assign = Object.assign || function __assign(t) {\r\n for (var s, i = 1, n = arguments.length; i < n; i++) {\r\n s = arguments[i];\r\n for (var p in s) if (Object.prototype.hasOwnProperty.call(s, p)) t[p] = s[p];\r\n }\r\n return t;\r\n }\r\n return __assign.apply(this, arguments);\r\n}\r\n\r\nexport function __rest(s, e) {\r\n var t = {};\r\n for (var p in s) if (Object.prototype.hasOwnProperty.call(s, p) && e.indexOf(p) < 0)\r\n t[p] = s[p];\r\n if (s != null && typeof Object.getOwnPropertySymbols === \"function\")\r\n for (var i = 0, p = Object.getOwnPropertySymbols(s); i < p.length; i++) {\r\n if (e.indexOf(p[i]) < 0 && Object.prototype.propertyIsEnumerable.call(s, p[i]))\r\n t[p[i]] = s[p[i]];\r\n }\r\n return t;\r\n}\r\n\r\nexport function __decorate(decorators, target, key, desc) {\r\n var c = arguments.length, r = c < 3 ? target : desc === null ? desc = Object.getOwnPropertyDescriptor(target, key) : desc, d;\r\n if (typeof Reflect === \"object\" && typeof Reflect.decorate === \"function\") r = Reflect.decorate(decorators, target, key, desc);\r\n else for (var i = decorators.length - 1; i >= 0; i--) if (d = decorators[i]) r = (c < 3 ? d(r) : c > 3 ? d(target, key, r) : d(target, key)) || r;\r\n return c > 3 && r && Object.defineProperty(target, key, r), r;\r\n}\r\n\r\nexport function __param(paramIndex, decorator) {\r\n return function (target, key) { decorator(target, key, paramIndex); }\r\n}\r\n\r\nexport function __metadata(metadataKey, metadataValue) {\r\n if (typeof Reflect === \"object\" && typeof Reflect.metadata === \"function\") return Reflect.metadata(metadataKey, metadataValue);\r\n}\r\n\r\nexport function __awaiter(thisArg, _arguments, P, generator) {\r\n function adopt(value) { return value instanceof P ? value : new P(function (resolve) { resolve(value); }); }\r\n return new (P || (P = Promise))(function (resolve, reject) {\r\n function fulfilled(value) { try { step(generator.next(value)); } catch (e) { reject(e); } }\r\n function rejected(value) { try { step(generator[\"throw\"](value)); } catch (e) { reject(e); } }\r\n function step(result) { result.done ? resolve(result.value) : adopt(result.value).then(fulfilled, rejected); }\r\n step((generator = generator.apply(thisArg, _arguments || [])).next());\r\n });\r\n}\r\n\r\nexport function __generator(thisArg, body) {\r\n var _ = { label: 0, sent: function() { if (t[0] & 1) throw t[1]; return t[1]; }, trys: [], ops: [] }, f, y, t, g;\r\n return g = { next: verb(0), \"throw\": verb(1), \"return\": verb(2) }, typeof Symbol === \"function\" && (g[Symbol.iterator] = function() { return this; }), g;\r\n function verb(n) { return function (v) { return step([n, v]); }; }\r\n function step(op) {\r\n if (f) throw new TypeError(\"Generator is already executing.\");\r\n while (_) try {\r\n if (f = 1, y && (t = op[0] & 2 ? y[\"return\"] : op[0] ? y[\"throw\"] || ((t = y[\"return\"]) && t.call(y), 0) : y.next) && !(t = t.call(y, op[1])).done) return t;\r\n if (y = 0, t) op = [op[0] & 2, t.value];\r\n switch (op[0]) {\r\n case 0: case 1: t = op; break;\r\n case 4: _.label++; return { value: op[1], done: false };\r\n case 5: _.label++; y = op[1]; op = [0]; continue;\r\n case 7: op = _.ops.pop(); _.trys.pop(); continue;\r\n default:\r\n if (!(t = _.trys, t = t.length > 0 && t[t.length - 1]) && (op[0] === 6 || op[0] === 2)) { _ = 0; continue; }\r\n if (op[0] === 3 && (!t || (op[1] > t[0] && op[1] < t[3]))) { _.label = op[1]; break; }\r\n if (op[0] === 6 && _.label < t[1]) { _.label = t[1]; t = op; break; }\r\n if (t && _.label < t[2]) { _.label = t[2]; _.ops.push(op); break; }\r\n if (t[2]) _.ops.pop();\r\n _.trys.pop(); continue;\r\n }\r\n op = body.call(thisArg, _);\r\n } catch (e) { op = [6, e]; y = 0; } finally { f = t = 0; }\r\n if (op[0] & 5) throw op[1]; return { value: op[0] ? op[1] : void 0, done: true };\r\n }\r\n}\r\n\r\nexport var __createBinding = Object.create ? (function(o, m, k, k2) {\r\n if (k2 === undefined) k2 = k;\r\n Object.defineProperty(o, k2, { enumerable: true, get: function() { return m[k]; } });\r\n}) : (function(o, m, k, k2) {\r\n if (k2 === undefined) k2 = k;\r\n o[k2] = m[k];\r\n});\r\n\r\nexport function __exportStar(m, o) {\r\n for (var p in m) if (p !== \"default\" && !Object.prototype.hasOwnProperty.call(o, p)) __createBinding(o, m, p);\r\n}\r\n\r\nexport function __values(o) {\r\n var s = typeof Symbol === \"function\" && Symbol.iterator, m = s && o[s], i = 0;\r\n if (m) return m.call(o);\r\n if (o && typeof o.length === \"number\") return {\r\n next: function () {\r\n if (o && i >= o.length) o = void 0;\r\n return { value: o && o[i++], done: !o };\r\n }\r\n };\r\n throw new TypeError(s ? \"Object is not iterable.\" : \"Symbol.iterator is not defined.\");\r\n}\r\n\r\nexport function __read(o, n) {\r\n var m = typeof Symbol === \"function\" && o[Symbol.iterator];\r\n if (!m) return o;\r\n var i = m.call(o), r, ar = [], e;\r\n try {\r\n while ((n === void 0 || n-- > 0) && !(r = i.next()).done) ar.push(r.value);\r\n }\r\n catch (error) { e = { error: error }; }\r\n finally {\r\n try {\r\n if (r && !r.done && (m = i[\"return\"])) m.call(i);\r\n }\r\n finally { if (e) throw e.error; }\r\n }\r\n return ar;\r\n}\r\n\r\n/** @deprecated */\r\nexport function __spread() {\r\n for (var ar = [], i = 0; i < arguments.length; i++)\r\n ar = ar.concat(__read(arguments[i]));\r\n return ar;\r\n}\r\n\r\n/** @deprecated */\r\nexport function __spreadArrays() {\r\n for (var s = 0, i = 0, il = arguments.length; i < il; i++) s += arguments[i].length;\r\n for (var r = Array(s), k = 0, i = 0; i < il; i++)\r\n for (var a = arguments[i], j = 0, jl = a.length; j < jl; j++, k++)\r\n r[k] = a[j];\r\n return r;\r\n}\r\n\r\nexport function __spreadArray(to, from, pack) {\r\n if (pack || arguments.length === 2) for (var i = 0, l = from.length, ar; i < l; i++) {\r\n if (ar || !(i in from)) {\r\n if (!ar) ar = Array.prototype.slice.call(from, 0, i);\r\n ar[i] = from[i];\r\n }\r\n }\r\n return to.concat(ar || from);\r\n}\r\n\r\nexport function __await(v) {\r\n return this instanceof __await ? (this.v = v, this) : new __await(v);\r\n}\r\n\r\nexport function __asyncGenerator(thisArg, _arguments, generator) {\r\n if (!Symbol.asyncIterator) throw new TypeError(\"Symbol.asyncIterator is not defined.\");\r\n var g = generator.apply(thisArg, _arguments || []), i, q = [];\r\n return i = {}, verb(\"next\"), verb(\"throw\"), verb(\"return\"), i[Symbol.asyncIterator] = function () { return this; }, i;\r\n function verb(n) { if (g[n]) i[n] = function (v) { return new Promise(function (a, b) { q.push([n, v, a, b]) > 1 || resume(n, v); }); }; }\r\n function resume(n, v) { try { step(g[n](v)); } catch (e) { settle(q[0][3], e); } }\r\n function step(r) { r.value instanceof __await ? Promise.resolve(r.value.v).then(fulfill, reject) : settle(q[0][2], r); }\r\n function fulfill(value) { resume(\"next\", value); }\r\n function reject(value) { resume(\"throw\", value); }\r\n function settle(f, v) { if (f(v), q.shift(), q.length) resume(q[0][0], q[0][1]); }\r\n}\r\n\r\nexport function __asyncDelegator(o) {\r\n var i, p;\r\n return i = {}, verb(\"next\"), verb(\"throw\", function (e) { throw e; }), verb(\"return\"), i[Symbol.iterator] = function () { return this; }, i;\r\n function verb(n, f) { i[n] = o[n] ? function (v) { return (p = !p) ? { value: __await(o[n](v)), done: n === \"return\" } : f ? f(v) : v; } : f; }\r\n}\r\n\r\nexport function __asyncValues(o) {\r\n if (!Symbol.asyncIterator) throw new TypeError(\"Symbol.asyncIterator is not defined.\");\r\n var m = o[Symbol.asyncIterator], i;\r\n return m ? m.call(o) : (o = typeof __values === \"function\" ? __values(o) : o[Symbol.iterator](), i = {}, verb(\"next\"), verb(\"throw\"), verb(\"return\"), i[Symbol.asyncIterator] = function () { return this; }, i);\r\n function verb(n) { i[n] = o[n] && function (v) { return new Promise(function (resolve, reject) { v = o[n](v), settle(resolve, reject, v.done, v.value); }); }; }\r\n function settle(resolve, reject, d, v) { Promise.resolve(v).then(function(v) { resolve({ value: v, done: d }); }, reject); }\r\n}\r\n\r\nexport function __makeTemplateObject(cooked, raw) {\r\n if (Object.defineProperty) { Object.defineProperty(cooked, \"raw\", { value: raw }); } else { cooked.raw = raw; }\r\n return cooked;\r\n};\r\n\r\nvar __setModuleDefault = Object.create ? (function(o, v) {\r\n Object.defineProperty(o, \"default\", { enumerable: true, value: v });\r\n}) : function(o, v) {\r\n o[\"default\"] = v;\r\n};\r\n\r\nexport function __importStar(mod) {\r\n if (mod && mod.__esModule) return mod;\r\n var result = {};\r\n if (mod != null) for (var k in mod) if (k !== \"default\" && Object.prototype.hasOwnProperty.call(mod, k)) __createBinding(result, mod, k);\r\n __setModuleDefault(result, mod);\r\n return result;\r\n}\r\n\r\nexport function __importDefault(mod) {\r\n return (mod && mod.__esModule) ? mod : { default: mod };\r\n}\r\n\r\nexport function __classPrivateFieldGet(receiver, state, kind, f) {\r\n if (kind === \"a\" && !f) throw new TypeError(\"Private accessor was defined without a getter\");\r\n if (typeof state === \"function\" ? receiver !== state || !f : !state.has(receiver)) throw new TypeError(\"Cannot read private member from an object whose class did not declare it\");\r\n return kind === \"m\" ? f : kind === \"a\" ? f.call(receiver) : f ? f.value : state.get(receiver);\r\n}\r\n\r\nexport function __classPrivateFieldSet(receiver, state, value, kind, f) {\r\n if (kind === \"m\") throw new TypeError(\"Private method is not writable\");\r\n if (kind === \"a\" && !f) throw new TypeError(\"Private accessor was defined without a setter\");\r\n if (typeof state === \"function\" ? receiver !== state || !f : !state.has(receiver)) throw new TypeError(\"Cannot write private member to an object whose class did not declare it\");\r\n return (kind === \"a\" ? f.call(receiver, value) : f ? f.value = value : state.set(receiver, value)), value;\r\n}\r\n","import { ILuApiService, ALuApiService } from '@lucca-front/ng/api';\r\nimport { ILuEstablishment } from '../establishment.model';\r\n\r\nexport interface ILuEstablishmentService<E extends ILuEstablishment = ILuEstablishment>\r\n\textends ILuApiService<E> { }\r\n\r\nexport abstract class ALuEstablishmentService<E extends ILuEstablishment = ILuEstablishment>\r\n\textends ALuApiService<E>\r\n\timplements ILuEstablishmentService<E> { }","import { Injectable } from '@angular/core';\r\nimport { ILuEstablishment } from '../establishment.model';\r\nimport { HttpClient } from '@angular/common/http';\r\nimport { LuApiV4Service } from '@lucca-front/ng/api';\r\n\r\n@Injectable()\r\nexport class LuEstablishmentService extends LuApiV4Service<ILuEstablishment> {\r\n\tprotected _api = `/organization/structure/api/establishments`;\r\n\r\n\tprotected _appInstanceId: number = null;\r\n\tset appInstanceId(id: number) { this._appInstanceId = id; }\r\n\tprotected _operations: number[] = [];\r\n\tset operations(ops: number[]) { this._operations = ops || []; } \r\n\tget filters(): string[] {\r\n\t\tconst isScopeFiltered = this._appInstanceId && this._operations.length;\r\n\r\n\t\tif (isScopeFiltered) {\r\n\t\t\tconst appIdFilter = `appInstanceId=${this._appInstanceId}`;\r\n\t\t\tconst operationFilter = `operations=${this._operations.join(',')}`;\r\n\r\n\t\t\treturn [...this._filters, appIdFilter, operationFilter];\r\n\t\t}\r\n\r\n\t\treturn this._filters;\r\n\t}\r\n\tset filters(filters: string[]) {\r\n\t\tthis._filters = filters || [];\r\n\t}\r\n\r\n\tconstructor(protected _http: HttpClient) { super(_http); }\r\n}\r\n","import { ALuApiService, ILuApiService } from '@lucca-front/ng/api';\r\nimport { ILuLegalUnit } from '../establishment.model';\r\n\r\nexport interface ILuLegalUnitService<E extends ILuLegalUnit = ILuLegalUnit>\r\n\textends ILuApiService<E> { }\r\n\r\nexport abstract class ALuLegalUnitService<E extends ILuLegalUnit = ILuLegalUnit>\r\n\textends ALuApiService<E>\r\n\timplements ILuLegalUnitService<E> { }","import { HttpClient } from '@angular/common/http';\r\nimport { Injectable } from '@angular/core';\r\nimport { LuApiV4Service } from '@lucca-front/ng/api';\r\nimport { ILuLegalUnit } from '../establishment.model';\r\n\r\n@Injectable()\r\nexport class LuLegalUnitService extends LuApiV4Service<ILuLegalUnit> {\r\n\tprotected _api = `/organization/structure/api/legal-units`;\r\n\r\n\tprotected _appInstanceId: number = null;\r\n\tset appInstanceId(id: number) { this._appInstanceId = id; }\r\n\tprotected _operations: number[] = [];\r\n\tset operations(ops: number[]) { this._operations = ops || []; }\r\n\tget filters(): string[] {\r\n\t\tconst isScopeFiltered = this._appInstanceId && this._operations.length;\r\n\r\n\t\tif (isScopeFiltered) {\r\n\t\t\tconst appIdFilter = `appInstanceId=${this._appInstanceId}`;\r\n\t\t\tconst operationFilter = `operations=${this._operations.join(',')}`;\r\n\r\n\t\t\treturn [...this._filters, appIdFilter, operationFilter];\r\n\t\t}\r\n\r\n\t\treturn this._filters;\r\n\t}\r\n\tset filters(filters: string[]) {\r\n\t\tthis._filters = filters || [];\r\n\t}\r\n\r\n\tconstructor(protected _http: HttpClient) { super(_http); }\r\n}\r\n","import { InjectionToken } from '@angular/core';\r\n\r\nexport const LU_ESTABLISHMENT_SELECT_INPUT_TRANSLATIONS = new InjectionToken('LuEstablishmentSelectTranslations');\r\n","import { Injectable, LOCALE_ID, Inject } from '@angular/core';\r\nimport { ALuIntl } from '@lucca-front/ng/core';\r\nimport { LU_ESTABLISHMENT_SELECT_INPUT_TRANSLATIONS } from './establishment-select-input.token';\r\nimport { ILuEstablishmentSelectInputLabel } from './establishment-select-input.translate';\r\n\r\n@Injectable()\r\nexport class LuEstablishmentSelectInputIntl extends ALuIntl<ILuEstablishmentSelectInputLabel> {\r\n\tconstructor(@Inject(LU_ESTABLISHMENT_SELECT_INPUT_TRANSLATIONS) translations, @Inject(LOCALE_ID) locale) {\r\n\t\tsuper(translations, locale);\r\n\t}\r\n}\r\n","import { Overlay } from '@angular/cdk/overlay';\r\nimport { AfterViewInit, ChangeDetectionStrategy, ChangeDetectorRef, Component, ElementRef, forwardRef, Inject, Input, OnInit, Optional, Renderer2, Self, SkipSelf, ViewContainerRef } from '@angular/core';\r\nimport { ControlValueAccessor, NG_VALUE_ACCESSOR } from '@angular/forms';\r\nimport { ILuOptionPickerPanel, LuOptionComparer } from '@lucca-front/ng/option';\r\nimport { ILuInputWithPicker } from '@lucca-front/ng/picker';\r\nimport { ALuSelectInputComponent } from '@lucca-front/ng/select';\r\nimport { combineLatest } from 'rxjs';\r\nimport { ILuEstablishment } from '../../establishment.model';\r\nimport { ALuEstablishmentService, ALuLegalUnitService, LuEstablishmentService, LuLegalUnitService } from '../../service/index';\r\nimport { LuEstablishmentSelectInputIntl } from './establishment-select-input.intl';\r\nimport { ILuEstablishmentSelectInputLabel } from './establishment-select-input.translate';\r\n\r\n@Component({\r\n\tselector: 'lu-establishment-select',\r\n\ttemplateUrl: './establishment-select-input.component.html',\r\n\tstyleUrls: ['./establishment-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(() => LuEstablishmentSelectInputComponent),\r\n\t\t\tmulti: true,\r\n\t\t},\r\n\t\t{\r\n\t\t\tprovide: ALuEstablishmentService,\r\n\t\t\tuseClass: LuEstablishmentService\r\n\t\t},\r\n\t\t{\r\n\t\t\tprovide: ALuLegalUnitService,\r\n\t\t\tuseClass: LuLegalUnitService\r\n\t\t}\r\n\t],\r\n})\r\nexport class LuEstablishmentSelectInputComponent<D extends ILuEstablishment = ILuEstablishment, P extends ILuOptionPickerPanel<D> = ILuOptionPickerPanel<D>>\r\n\textends ALuSelectInputComponent<D, P>\r\n\timplements ControlValueAccessor, ILuInputWithPicker<D>, OnInit, AfterViewInit {\r\n\r\n\tbyId: LuOptionComparer<D> = (option1: D, option2: D) => option1 && option2 && option1.id === option2.id;\r\n\r\n\t@Input() filters: string[];\r\n\t@Input() appInstanceId: number;\r\n\t@Input() operations: number[];\r\n\r\n\tprivate _establishmentService: LuEstablishmentService;\r\n\tprivate _legalUnitService: LuLegalUnitService;\r\n\r\n\tisSearching = false;\r\n\tgroupByLu = true;\r\n\r\n\tget sort(): string {\r\n\t\treturn this.isSearching ? 'name' : 'legalunit.name,name';\r\n\t}\r\n\r\n\tconstructor(\r\n\t\tprotected _changeDetectorRef: ChangeDetectorRef,\r\n\t\tprotected _overlay: Overlay,\r\n\t\tprotected _elementRef: ElementRef,\r\n\t\tprotected _viewContainerRef: ViewContainerRef,\r\n\t\tprotected _renderer: Renderer2,\r\n\t\t@Inject(ALuLegalUnitService) @Optional() @SkipSelf() hostLuService: ALuLegalUnitService,\r\n\t\t@Inject(ALuLegalUnitService) @Self() selfLuService: LuLegalUnitService,\r\n\t\t@Inject(ALuEstablishmentService) @Optional() @SkipSelf() hostEstablishmentService: ALuEstablishmentService,\r\n\t\t@Inject(ALuEstablishmentService) @Self() selfEstablishmentService: LuEstablishmentService,\r\n\t\t@Inject(LuEstablishmentSelectInputIntl) public intl: ILuEstablishmentSelectInputLabel\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\tthis._establishmentService = (hostEstablishmentService || selfEstablishmentService) as LuEstablishmentService;\r\n\t\tthis._legalUnitService = (hostLuService || selfLuService) as LuLegalUnitService;\r\n\t}\r\n\r\n\tngOnInit() {\r\n\t\tthis._subs.add(\r\n\t\t\tcombineLatest([\r\n\t\t\t\tthis._legalUnitService.count(),\r\n\t\t\t\tthis._establishmentService.count()\r\n\t\t\t])\r\n\t\t\t\t.subscribe(([luCount, establishmentCount]) => {\r\n\t\t\t\t\tthis.groupByLu =\r\n\t\t\t\t\t\tluCount > 1 &&\r\n\t\t\t\t\t\testablishmentCount > 1 &&\r\n\t\t\t\t\t\tluCount !== establishmentCount;\r\n\t\t\t\t})\r\n\t\t);\r\n\t}\r\n\r\n\tonIsSearchingChanged(isSearching: boolean) {\r\n\t\tthis.isSearching = isSearching;\r\n\t\tthis._changeDetectorRef.detectChanges();\r\n\t}\r\n\r\n\ttrackById(idx: number, item: ILuEstablishment): number {\r\n\t\treturn item.id;\r\n\t}\r\n}\r\n","import { ChangeDetectorRef, Directive, forwardRef, TemplateRef, ViewContainerRef } from '@angular/core';\r\nimport { ILuGroup } from '@lucca-front/ng/core';\r\nimport { ALuOptionOperator, LuForGroupContext, LuForGroupsDirective } from '@lucca-front/ng/option';\r\nimport { ILuEstablishment, ILuLegalUnit } from '../../establishment.model';\r\n\r\n@Directive({\r\n\tselector: '[luForLegalUnits]',\r\n\tproviders: [\r\n\t\t{\r\n\t\t\tprovide: ALuOptionOperator,\r\n\t\t\tuseExisting: forwardRef(() => LuForLegalUnitsDirective),\r\n\t\t\tmulti: true,\r\n\t\t},\r\n\t]\r\n})\r\nexport class LuForLegalUnitsDirective extends LuForGroupsDirective<ILuEstablishment, ILuLegalUnit> {\r\n\r\n\t/** @override */\r\n\tpublic set attrGroupBy(fn: (item: ILuEstablishment) => ILuLegalUnit) {\r\n\t\tthrow new Error('Unsupported');\r\n\t}\r\n\r\n\tpublic constructor(\r\n\t\tprotected _vcr: ViewContainerRef,\r\n\t\tprotected _cdr: ChangeDetectorRef,\r\n\t\tprotected _templateRef: TemplateRef<LuForGroupContext<ILuGroup<ILuEstablishment, ILuLegalUnit>>>,\r\n\t) {\r\n\t\tsuper(_vcr, _cdr, _templateRef);\r\n\t}\r\n\r\n\t/** @override */\r\n\tprotected groupBy(items: ILuEstablishment[]): ILuGroup<ILuEstablishment, ILuLegalUnit>[] {\r\n\t\tconst groups: ILuGroup<ILuEstablishment, ILuLegalUnit>[] = [];\r\n\t\titems.forEach((item) => {\r\n\t\t\tconst legalUnit = item?.legalUnit;\r\n\t\t\tlet group = groups.find(g => g.key.id === legalUnit.id);\r\n\t\t\tif (!group) {\r\n\t\t\t\tgroup = { key: legalUnit, items: [] };\r\n\t\t\t\tgroups.push(group);\r\n\t\t\t}\r\n\t\t\tgroup.items.push(item);\r\n\t\t});\r\n\t\treturn groups;\r\n\t}\r\n}","import { NgModule } from '@angular/core';\r\nimport { LuForLegalUnitsDirective } from './for-legal-units.directive';\r\n\r\n@NgModule({\r\n\tdeclarations: [LuForLegalUnitsDirective],\r\n\texports: [LuForLegalUnitsDirective]\r\n})\r\nexport class LuForLegalUnitsModule { }","import { Directive, forwardRef, HostListener, Inject, Input, OnDestroy, Optional, Self, SkipSelf } from '@angular/core';\r\nimport { ALuOptionSelector, ILuOptionSelector } from '@lucca-front/ng/option';\r\nimport { Subject, Subscription } from 'rxjs';\r\nimport { ILuEstablishment, ILuLegalUnit } from '../../establishment.model';\r\nimport { ALuEstablishmentService, LuEstablishmentService } from '../../service/index';\r\n\r\n@Directive({\r\n\tselector: '[luLegalUnitSelector]',\r\n\tproviders: [\r\n\t\t{\r\n\t\t\tprovide: ALuOptionSelector,\r\n\t\t\tuseExisting: forwardRef(() => LuLegalUnitSelectorDirective),\r\n\t\t\tmulti: true,\r\n\t\t},\r\n\t\t{\r\n\t\t\tprovide: ALuEstablishmentService,\r\n\t\t\tuseClass: LuEstablishmentService,\r\n\t\t},\r\n\t]\r\n})\r\nexport class LuLegalUnitSelectorDirective implements ILuOptionSelector<ILuEstablishment>, OnDestroy {\r\n\tmultiple = true;\r\n\tonSelectValue = new Subject<ILuEstablishment[]>();\r\n\tprivate _values: ILuEstablishment[];\r\n\tprivate _service: LuEstablishmentService;\r\n\tprivate _subs = new Subscription();\r\n\r\n\t@Input('luLegalUnitSelector') legalUnit: ILuLegalUnit;\r\n\t@Input('luLegalUnitSelectorFilters') set filters(filters: string[]) { this._service.filters = filters; }\r\n\t@Input('luLegalUnitSelectorAppInstanceId') set appInstanceId(appId: number) { this._service.appInstanceId = appId; }\r\n\t@Input('luLegalUnitSelectorOperations') set operations(ops: number[]) { this._service.operations = ops; }\r\n\tconstructor(\r\n\t\t@Inject(ALuEstablishmentService) @Optional() @SkipSelf() hostService: ALuEstablishmentService,\r\n\t\t@Inject(ALuEstablishmentService) @Self() selfService: LuEstablishmentService,\r\n\t) {\r\n\t\tthis._service = (hostService || selfService) as LuEstablishmentService;\r\n\t}\r\n\r\n\t@HostListener('click')\r\n\tonClick(): void {\r\n\t\tconst sub = this._service.getAll(\r\n\t\t\t[`legalUnitId=${this.legalUnit.id}`]\r\n\t\t).subscribe(establishments => {\r\n\t\t\tif (this.shouldAdd(establishments)) {\r\n\t\t\t\tconst selectedEstablishmentIds = new Set<number>((this._values ?? []).map(ets => ets.id));\r\n\t\t\t\tthis.onSelectValue.next(\r\n\t\t\t\t\tArray.from([\r\n\t\t\t\t\t\t...(this._values ?? []),\r\n\t\t\t\t\t\t...establishments.filter(ets => !selectedEstablishmentIds.has(ets.id))\r\n\t\t\t\t\t])\r\n\t\t\t\t);\r\n\t\t\t} else {\r\n\t\t\t\tconst establishmentIds = new Set<number>(establishments.map(ets => ets.id));\r\n\t\t\t\tthis.onSelectValue.next(\r\n\t\t\t\t\t(this._values ?? []).filter(ets => !establishmentIds.has(ets.id))\r\n\t\t\t\t);\r\n\t\t\t}\r\n\t\t});\r\n\t\tthis._subs.add(sub);\r\n\t}\r\n\r\n\tsetValue(values: ILuEstablishment[]): void {\r\n\t\tthis._values = values;\r\n\t}\r\n\r\n\tngOnDestroy() {\r\n\t\tthis._subs.unsubscribe();\r\n\t}\r\n\r\n\tprivate shouldAdd(establishments: ILuEstablishment[]): boolean {\r\n\t\tconst selectedCount = (this._values ?? [])\r\n\t\t\t.filter(ets => ets.legalUnitId === this.legalUnit.id)\r\n\t\t\t.length;\r\n\t\treturn establishments.length > selectedCount;\r\n\t}\r\n}","import { NgModule } from '@angular/core';\r\nimport { HttpClientModule } from '@angular/common/http';\r\nimport { LuLegalUnitSelectorDirective } from './legal-unit-selector.directive';\r\n\r\n@NgModule({\r\n\timports: [HttpClientModule],\r\n\tdeclarations: [LuLegalUnitSelectorDirective],\r\n\texports: [LuLegalUnitSelectorDirective]\r\n})\r\nexport class LuLegalUnitSelectorModule { }","import {\r\n\tChangeDetectionStrategy,\r\n\tComponent,\r\n\tforwardRef,\r\n\tViewChild,\r\n\tElementRef,\r\n\tSkipSelf,\r\n\tSelf,\r\n\tOptional,\r\n\tInject,\r\n\tHostBinding,\r\n\tOnInit,\r\n\tOnDestroy,\r\n\tInput,\r\n\tOutput,\r\n\tEventEmitter,\r\n} 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\nimport { ALuOptionOperator, ILuOptionOperator } from '@lucca-front/ng/option';\r\nimport { FormControl, FormGroup } from '@angular/forms';\r\nimport { distinctUntilChanged, debounceTime, switchMap, catchError, share, startWith, withLatestFrom, mapTo, map, tap } from 'rxjs/operators';\r\nimport { ALuEstablishmentService, LuEstablishmentService } from '../../service/index';\r\nimport { Subject, Observable, Subscription, combineLatest, of, merge } from 'rxjs';\r\nimport { ILuEstablishment } from '../../establishment.model';\r\n\r\n@Component({\r\n\tselector: 'lu-establishment-searcher',\r\n\ttemplateUrl: 'establishment-searcher.component.html',\r\n\tstyleUrls: ['establishment-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(() => LuEstablishmentSearcherComponent),\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(() => LuEstablishmentSearcherComponent),\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(() => LuEstablishmentSearcherComponent),\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(() => LuEstablishmentSearcherComponent),\r\n\t\t\tmulti: true,\r\n\t\t},\r\n\t\t{\r\n\t\t\tprovide: ALuEstablishmentService,\r\n\t\t\tuseClass: LuEstablishmentService,\r\n\t\t},\r\n\t],\r\n})\r\nexport class LuEstablishmentSearcherComponent\r\n\timplements OnInit, OnDestroy, ILuOnOpenSubscriber, ILuOnScrollBottomSubscriber, ILuOnCloseSubscriber, ILuOptionOperator<ILuEstablishment>\r\n{\r\n\t@Input() set filters(filters: string[]) { this._service.filters = filters; }\r\n\t@Input() set appInstanceId(appId: number) { this._service.appInstanceId = appId; }\r\n\t@Input() set operations(ops: number[]) { this._service.operations = ops; }\r\n\t@Input() set sort(sort: string) { this._service.sort = sort; }\r\n\r\n\tprivate _service: LuEstablishmentService;\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@Output()\r\n\tisSearching = new EventEmitter<boolean>();\r\n\tprivate _isSearching = false;\r\n\r\n\tform: FormGroup;\r\n\toutOptions$ = new Subject<ILuEstablishment[]>();\r\n\tloading$: Observable<boolean>;\r\n\tempty$: Observable<boolean>;\r\n\tprivate _loading = false;\r\n\tprivate _page$ = new Subject<number>();\r\n\tprivate _page: number;\r\n\tprivate _options: ILuEstablishment[] = [];\r\n\r\n\tconstructor(\r\n\t\t@Inject(ALuEstablishmentService) @Optional() @SkipSelf() hostService: ALuEstablishmentService,\r\n\t\t@Inject(ALuEstablishmentService) @Self() selfService: LuEstablishmentService,\r\n\t) {\r\n\t\tthis._service = (hostService || selfService) as LuEstablishmentService;\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});\r\n\t\tconst formValue$ = this.form.valueChanges.pipe(\r\n\t\t\tstartWith(this.form.value),\r\n\t\t);\r\n\t\tthis._page$ = new Subject<number>();\r\n\t\tconst distinctPage$ = this._page$.pipe(\r\n\t\t\tdistinctUntilChanged(),\r\n\t\t);\r\n\r\n\t\tconst pageSub = this._page$.subscribe(p => this._page = p);\r\n\t\tthis._subs.add(pageSub);\r\n\r\n\t\tconst results$ = combineLatest(\r\n\t\t\tdistinctPage$,\r\n\t\t\tformValue$\r\n\t\t).pipe(\r\n\t\t\tdebounceTime(100),\r\n\t\t\ttap(([_, val]) => {\r\n\t\t\t\tconst isSearching = val?.clue != null && val?.clue !== '';\r\n\t\t\t\tif (this._isSearching !== isSearching) {\r\n\t\t\t\t\tthis._isSearching = isSearching\r\n\t\t\t\t\tthis.isSearching.emit(this._isSearching);\r\n\t\t\t\t}\r\n\t\t\t}),\r\n\t\t\tswitchMap(([page, val]) => {\r\n\t\t\t\tconst filters = [];\r\n\t\t\t\treturn this._service.searchPaged(val.clue, page, filters);\r\n\t\t\t}),\r\n\t\t\tcatchError(err => of([])),\r\n\t\t\tshare(),\r\n\t\t);\r\n\r\n\t\tconst resultsSub = results$\r\n\t\t\t.pipe(withLatestFrom(distinctPage$))\r\n\t\t\t.subscribe(([items, page]) => {\r\n\t\t\t\tif (page === 0) {\r\n\t\t\t\t\tthis._options = [...items];\r\n\t\t\t\t} else {\r\n\t\t\t\t\tthis._options.push(...items);\r\n\t\t\t\t}\r\n\t\t\t\tthis.outOptions$.next([...this._options]);\r\n\t\t\t});\r\n\t\tthis._subs.add(resultsSub);\r\n\r\n\t\tthis.loading$ = merge(\r\n\t\t\tformValue$.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\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.reset();\r\n\t}\r\n\r\n\tonScrollBottom() {\r\n\t\tif (!this._loading) {\r\n\t\t\tthis._page$.next(this._page + 1);\r\n\t\t}\r\n\t}\r\n\r\n\tonClose() {\r\n\t\tthis.outOptions$.next([]);\r\n\t}\r\n\r\n\treset() {\r\n\t\tthis.form.reset();\r\n\t\tthis._page$.next(0);\r\n\t}\r\n}\r\n","import { NgModule } from '@angular/core';\r\nimport { LuEstablishmentSearcherComponent } from './establishment-searcher.component';\r\nimport { HttpClientModule } from '@angular/common/http';\r\nimport { ReactiveFormsModule } from '@angular/forms';\r\nimport { CommonModule } from '@angular/common';\r\nimport { LuOptionModule } from '@lucca-front/ng/option';\r\n\r\n@NgModule({\r\n\timports: [\r\n\t\tHttpClientModule,\r\n\t\tReactiveFormsModule,\r\n\t\tCommonModule,\r\n\t\tLuOptionModule,\r\n\t],\r\n\tdeclarations: [\r\n\t\tLuEstablishmentSearcherComponent,\r\n\t],\r\n\texports: [\r\n\t\tLuEstablishmentSearcherComponent,\r\n\t],\r\n})\r\nexport class LuEstablishmentSearcherModule {}\r\n","import { ChangeDetectionStrategy, ChangeDetectorRef, Component, forwardRef, Inject, Input, OnDestroy, Optional, Self, SkipSelf } from '@angular/core';\r\nimport { ALuOptionOperator, ALuOptionSelector, ILuOptionSelectAllLabel, LuOptionSelectAllComponent, LuOptionSelectAllIntl } from '@lucca-front/ng/option';\r\nimport { Subscription } from 'rxjs';\r\nimport { ILuEstablishment } from '../../establishment.model';\r\nimport { ALuEstablishmentService, LuEstablishmentService } from '../../service/index';\r\n\r\n@Component({\r\n\tselector: 'lu-establishment-select-all',\r\n\ttemplateUrl: './establishment-select-all.component.html',\r\n\tstyleUrls: ['establishment-select-all.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(() => LuEstablishmentSelectAllComponent),\r\n\t\t\tmulti: true,\r\n\t\t},\r\n\t\t{\r\n\t\t\tprovide: ALuOptionSelector,\r\n\t\t\tuseExisting: forwardRef(() => LuEstablishmentSelectAllComponent),\r\n\t\t\tmulti: true,\r\n\t\t},\r\n\t\t{\r\n\t\t\tprovide: ALuEstablishmentService,\r\n\t\t\tuseClass: LuEstablishmentService,\r\n\t\t},\r\n\t],\r\n})\r\nexport class LuEstablishmentSelectAllComponent\r\n\textends LuOptionSelectAllComponent<ILuEstablishment>\r\n\timplements OnDestroy {\r\n\r\n\t@Input() set filters(filters: string[]) { this._service.filters = filters; }\r\n\t@Input() set appInstanceId(appInstanceId: number) { this._service.appInstanceId = appInstanceId; }\r\n\t@Input() set operations(operations: number[]) { this._service.operations = operations; }\r\n\r\n\tloading = false;\r\n\tprivate _service: LuEstablishmentService;\r\n\tprivate _subs = new Subscription();\r\n\r\n\tconstructor(\r\n\t\tprivate readonly _changeDetectorRef: ChangeDetectorRef,\r\n\t\t@Inject(LuOptionSelectAllIntl) public intl: ILuOptionSelectAllLabel,\r\n\t\t@Inject(ALuEstablishmentService) @Optional() @SkipSelf() hostService: ALuEstablishmentService,\r\n\t\t@Inject(ALuEstablishmentService) @Self() selfService: LuEstablishmentService,\r\n\t) {\r\n\t\tsuper(intl);\r\n\t\tthis._service = (hostService || selfService) as LuEstablishmentService;\r\n\t}\r\n\r\n\t/** @override */\r\n\tselectAll() {\r\n\t\tthis.loading = true;\r\n\t\tconst sub = this._service.getAll().subscribe(\r\n\t\t\testablishments => {\r\n\t\t\t\tthis.onSelectValue.next([...establishments]);\r\n\t\t\t},\r\n\t\t\t() => { },\r\n\t\t\t() => {\r\n\t\t\t\tthis.loading = false;\r\n\t\t\t\tthis._changeDetectorRef.detectChanges();\r\n\t\t\t});\r\n\t\tthis._subs.add(sub);\r\n\t}\r\n\r\n\tngOnDestroy(): void {\r\n\t\tthis._subs.unsubscribe();\r\n\t}\r\n}\r\n","import { ILuTranslation } from '@lucca-front/ng/core';\r\nimport { ILuOptionSelectAllLabel } from '@lucca-front/ng/option';\r\n\r\nexport const luEstablishmentSelectAllTranslations = {\r\n\ten: {\r\n\t\tselect: 'Select all',\r\n\t\tdeselect: 'Deselect all',\r\n\t},\r\n\tfr: {\r\n\t\tselect: 'Tout sélectionner',\r\n\t\tdeselect: 'Tout Déselectionner'\r\n\t},\r\n\tde: {\r\n\t\tselect: 'Alle auswählen',\r\n\t\tdeselect: 'Alle abwählen'\r\n\t},\r\n\tpt: {\r\n\t\tselect: 'Selecionar tudo',\r\n\t\tdeselect: 'Desselecionar tudo'\r\n\t},\r\n\tes: {\r\n\t\tselect: 'Seleccionar todo',\r\n\t\tdeselect: 'Desmarcar todo'\r\n\t},\r\n} as ILuTranslation<ILuOptionSelectAllLabel>;\r\n","import { CommonModule } from '@angular/common';\r\nimport { NgModule } from '@angular/core';\r\nimport { LuInputModule } from '@lucca-front/ng/input';\r\nimport { LuOptionModule, LU_OPTION_SELECT_ALL_TRANSLATIONS } from '@lucca-front/ng/option';\r\nimport { LuEstablishmentSelectAllComponent } from './establishment-select-all.component';\r\nimport { luEstablishmentSelectAllTranslations } from './establishment-select-all.translate';\r\n\r\n@NgModule({\r\n\timports: [\r\n\t\tCommonModule,\r\n\t\tLuInputModule,\r\n\t\tLuOptionModule,\r\n\t],\r\n\tdeclarations: [\r\n\t\tLuEstablishmentSelectAllComponent\r\n\t],\r\n\texports: [\r\n\t\tLuEstablishmentSelectAllComponent,\r\n\t],\r\n\tproviders: [\r\n\t\t{ provide: LU_OPTION_SELECT_ALL_TRANSLATIONS, useValue: luEstablishmentSelectAllTranslations }\r\n\t],\r\n})\r\nexport class LuEstablishmentSelectAllModule { }\r\n","import { ILuTranslation } from '@lucca-front/ng/core';\r\n\r\nexport interface ILuEstablishmentSelectInputLabel {\r\n\testablishments: string;\r\n}\r\nexport abstract class ALuEstablishmentSelectInputLabel {\r\n\testablishments: string;\r\n}\r\n\r\nexport const luEstablishmentSelectInputTranslations = {\r\n\ten: {\r\n\t\testablishments: 'establishments',\r\n\t},\r\n\tfr: {\r\n\t\testablishments: 'établissements',\r\n\t},\r\n\tes: {\r\n\t\testablishments: 'establecimiento',\r\n\t}\r\n} as ILuTranslation<ILuEstablishmentSelectInputLabel>;\r\n","import { CommonModule } from '@angular/common';\r\nimport { NgModule } from '@angular/core';\r\n\r\nimport { LuInputModule } from '@lucca-front/ng/input';\r\nimport { LuOptionModule } from '@lucca-front/ng/option';\r\n\r\nimport { LuForLegalUnitsModule } from '../for-legal-units/index';\r\nimport { LuLegalUnitSelectorModule } from '../legal-unit-selector/index';\r\nimport { LuEstablishmentSearcherModule } from '../searcher/index';\r\nimport { LuEstablishmentSelectAllModule } from '../select-all/index';\r\n\r\nimport { LuEstablishmentSelectInputComponent } from './establishment-select-input.component';\r\nimport { LuEstablishmentSelectInputIntl } from './establishment-select-input.intl';\r\nimport { LU_ESTABLISHMENT_SELECT_INPUT_TRANSLATIONS } from './establishment-select-input.token';\r\nimport { luEstablishmentSelectInputTranslations } from './establishment-select-input.translate';\r\n\r\n@NgModule({\r\n\timports: [\r\n\t\tCommonModule,\r\n\t\tLuInputModule,\r\n\t\tLuOptionModule,\r\n\t\tLuEstablishmentSearcherModule,\r\n\t\tLuEstablishmentSelectAllModule,\r\n\t\tLuForLegalUnitsModule,\r\n\t\tLuLegalUnitSelectorModule,\r\n\t],\r\n\tdeclarations: [\r\n\t\tLuEstablishmentSelectInputComponent\r\n\t],\r\n\texports: [\r\n\t\tLuEstablishmentSelectInputComponent,\r\n\t],\r\n\tproviders: [\r\n\t\t{ provide: LU_ESTABLISHMENT_SELECT_INPUT_TRANSLATIONS, useValue: luEstablishmentSelectInputTranslations },\r\n\t\tLuEstablishmentSelectInputIntl,\r\n\t],\r\n})\r\nexport class LuEstablishmentSelectInputModule { }\r\n","import { NgModule } from '@angular/core';\r\nimport { LuEstablishmentSelectInputModule } from './input/index';\r\nimport { LuEstablishmentSearcherModule } from './searcher/index';\r\nimport { LuForLegalUnitsModule } from './for-legal-units/index';\r\nimport { LuLegalUnitSelectorModule } from './legal-unit-selector/index';\r\nimport { LuEstablishmentSelectAllModule } from './select-all/index';\r\n\r\n@NgModule({\r\n\timports: [\r\n\t\tLuEstablishmentSelectInputModule,\r\n\t\tLuEstablishmentSearcherModule,\r\n\t\tLuForLegalUnitsModule,\r\n\t\tLuLegalUnitSelectorModule,\r\n\t\tLuEstablishmentSelectAllModule,\r\n\t],\r\n\texports: [\r\n\t\tLuEstablishmentSelectInputModule,\r\n\t\tLuEstablishmentSearcherModule,\r\n\t\tLuForLegalUnitsModule,\r\n\t\tLuLegalUnitSelectorModule,\r\n\t\tLuEstablishmentSelectAllModule,\r\n\t],\r\n})\r\nexport class LuEstablishmentSelectModule { }\r\n","import { NgModule } from '@angular/core';\r\nimport { LuEstablishmentSelectModule } from './select/index';\r\n\r\n@NgModule({\r\n\timports: [\r\n\t\tLuEstablishmentSelectModule,\r\n\t],\r\n\texports: [\r\n\t\tLuEstablishmentSelectModule,\r\n\t],\r\n})\r\nexport class LuEstablishmentModule { }\r\n","/*\r\n * Public API Surface of establishment\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":["ALuApiService","LuApiV4Service","Injectable","HttpClient","InjectionToken","ALuIntl","Inject","LOCALE_ID","combineLatest","ALuSelectInputComponent","Component","ChangeDetectionStrategy","NG_VALUE_ACCESSOR","forwardRef","ChangeDetectorRef","Overlay","ElementRef","ViewContainerRef","Renderer2","Optional","SkipSelf","Self","Input","LuForGroupsDirective","Directive","ALuOptionOperator","TemplateRef","NgModule","Subject","Subscription","ALuOptionSelector","HostListener","HttpClientModule","EventEmitter","FormGroup","FormControl","startWith","distinctUntilChanged","debounceTime","tap","switchMap","catchError","of","share","withLatestFrom","merge","mapTo","map","ALuOnOpenSubscriber","ALuOnCloseSubscriber","ALuOnScrollBottomSubscriber","HostBinding","ViewChild","Output","ReactiveFormsModule","CommonModule","LuOptionModule","LuOptionSelectAllComponent","LuOptionSelectAllIntl","LuInputModule","LU_OPTION_SELECT_ALL_TRANSLATIONS"],"mappings":"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"}
|
|
@@ -1,15 +0,0 @@
|
|
|
1
|
-
import { NgModule } from '@angular/core';
|
|
2
|
-
import { LuEstablishmentSelectModule } from './select/index';
|
|
3
|
-
export class LuEstablishmentModule {
|
|
4
|
-
}
|
|
5
|
-
LuEstablishmentModule.decorators = [
|
|
6
|
-
{ type: NgModule, args: [{
|
|
7
|
-
imports: [
|
|
8
|
-
LuEstablishmentSelectModule,
|
|
9
|
-
],
|
|
10
|
-
exports: [
|
|
11
|
-
LuEstablishmentSelectModule,
|
|
12
|
-
],
|
|
13
|
-
},] }
|
|
14
|
-
];
|
|
15
|
-
//# sourceMappingURL=data:application/json;base64,eyJ2ZXJzaW9uIjozLCJmaWxlIjoiZXN0YWJsaXNobWVudC5tb2R1bGUuanMiLCJzb3VyY2VSb290IjoiIiwic291cmNlcyI6WyIuLi8uLi8uLi8uLi8uLi9wYWNrYWdlcy9uZy9lc3RhYmxpc2htZW50L3NyYy9saWIvZXN0YWJsaXNobWVudC5tb2R1bGUudHMiXSwibmFtZXMiOltdLCJtYXBwaW5ncyI6IkFBQUEsT0FBTyxFQUFFLFFBQVEsRUFBRSxNQUFNLGVBQWUsQ0FBQztBQUN6QyxPQUFPLEVBQUUsMkJBQTJCLEVBQUUsTUFBTSxnQkFBZ0IsQ0FBQztBQVU3RCxNQUFNLE9BQU8scUJBQXFCOzs7WUFSakMsUUFBUSxTQUFDO2dCQUNULE9BQU8sRUFBRTtvQkFDUiwyQkFBMkI7aUJBQzNCO2dCQUNELE9BQU8sRUFBRTtvQkFDUiwyQkFBMkI7aUJBQzNCO2FBQ0QiLCJzb3VyY2VzQ29udGVudCI6WyJpbXBvcnQgeyBOZ01vZHVsZSB9IGZyb20gJ0Bhbmd1bGFyL2NvcmUnO1xyXG5pbXBvcnQgeyBMdUVzdGFibGlzaG1lbnRTZWxlY3RNb2R1bGUgfSBmcm9tICcuL3NlbGVjdC9pbmRleCc7XHJcblxyXG5ATmdNb2R1bGUoe1xyXG5cdGltcG9ydHM6IFtcclxuXHRcdEx1RXN0YWJsaXNobWVudFNlbGVjdE1vZHVsZSxcclxuXHRdLFxyXG5cdGV4cG9ydHM6IFtcclxuXHRcdEx1RXN0YWJsaXNobWVudFNlbGVjdE1vZHVsZSxcclxuXHRdLFxyXG59KVxyXG5leHBvcnQgY2xhc3MgTHVFc3RhYmxpc2htZW50TW9kdWxlIHsgfVxyXG4iXX0=
|
|
@@ -1,27 +0,0 @@
|
|
|
1
|
-
import { NgModule } from '@angular/core';
|
|
2
|
-
import { LuEstablishmentSelectInputModule } from './input/index';
|
|
3
|
-
import { LuEstablishmentSearcherModule } from './searcher/index';
|
|
4
|
-
import { LuForLegalUnitsModule } from './for-legal-units/index';
|
|
5
|
-
import { LuLegalUnitSelectorModule } from './legal-unit-selector/index';
|
|
6
|
-
import { LuEstablishmentSelectAllModule } from './select-all/index';
|
|
7
|
-
export class LuEstablishmentSelectModule {
|
|
8
|
-
}
|
|
9
|
-
LuEstablishmentSelectModule.decorators = [
|
|
10
|
-
{ type: NgModule, args: [{
|
|
11
|
-
imports: [
|
|
12
|
-
LuEstablishmentSelectInputModule,
|
|
13
|
-
LuEstablishmentSearcherModule,
|
|
14
|
-
LuForLegalUnitsModule,
|
|
15
|
-
LuLegalUnitSelectorModule,
|
|
16
|
-
LuEstablishmentSelectAllModule,
|
|
17
|
-
],
|
|
18
|
-
exports: [
|
|
19
|
-
LuEstablishmentSelectInputModule,
|
|
20
|
-
LuEstablishmentSearcherModule,
|
|
21
|
-
LuForLegalUnitsModule,
|
|
22
|
-
LuLegalUnitSelectorModule,
|
|
23
|
-
LuEstablishmentSelectAllModule,
|
|
24
|
-
],
|
|
25
|
-
},] }
|
|
26
|
-
];
|
|
27
|
-
//# sourceMappingURL=data:application/json;base64,eyJ2ZXJzaW9uIjozLCJmaWxlIjoiZXN0YWJsaXNobWVudC1zZWxlY3QubW9kdWxlLmpzIiwic291cmNlUm9vdCI6IiIsInNvdXJjZXMiOlsiLi4vLi4vLi4vLi4vLi4vLi4vcGFja2FnZXMvbmcvZXN0YWJsaXNobWVudC9zcmMvbGliL3NlbGVjdC9lc3RhYmxpc2htZW50LXNlbGVjdC5tb2R1bGUudHMiXSwibmFtZXMiOltdLCJtYXBwaW5ncyI6IkFBQUEsT0FBTyxFQUFFLFFBQVEsRUFBRSxNQUFNLGVBQWUsQ0FBQztBQUN6QyxPQUFPLEVBQUUsZ0NBQWdDLEVBQUUsTUFBTSxlQUFlLENBQUM7QUFDakUsT0FBTyxFQUFFLDZCQUE2QixFQUFFLE1BQU0sa0JBQWtCLENBQUM7QUFDakUsT0FBTyxFQUFFLHFCQUFxQixFQUFFLE1BQU0seUJBQXlCLENBQUM7QUFDaEUsT0FBTyxFQUFFLHlCQUF5QixFQUFFLE1BQU0sNkJBQTZCLENBQUM7QUFDeEUsT0FBTyxFQUFFLDhCQUE4QixFQUFFLE1BQU0sb0JBQW9CLENBQUM7QUFrQnBFLE1BQU0sT0FBTywyQkFBMkI7OztZQWhCdkMsUUFBUSxTQUFDO2dCQUNULE9BQU8sRUFBRTtvQkFDUixnQ0FBZ0M7b0JBQ2hDLDZCQUE2QjtvQkFDN0IscUJBQXFCO29CQUNyQix5QkFBeUI7b0JBQ3pCLDhCQUE4QjtpQkFDOUI7Z0JBQ0QsT0FBTyxFQUFFO29CQUNSLGdDQUFnQztvQkFDaEMsNkJBQTZCO29CQUM3QixxQkFBcUI7b0JBQ3JCLHlCQUF5QjtvQkFDekIsOEJBQThCO2lCQUM5QjthQUNEIiwic291cmNlc0NvbnRlbnQiOlsiaW1wb3J0IHsgTmdNb2R1bGUgfSBmcm9tICdAYW5ndWxhci9jb3JlJztcclxuaW1wb3J0IHsgTHVFc3RhYmxpc2htZW50U2VsZWN0SW5wdXRNb2R1bGUgfSBmcm9tICcuL2lucHV0L2luZGV4JztcclxuaW1wb3J0IHsgTHVFc3RhYmxpc2htZW50U2VhcmNoZXJNb2R1bGUgfSBmcm9tICcuL3NlYXJjaGVyL2luZGV4JztcclxuaW1wb3J0IHsgTHVGb3JMZWdhbFVuaXRzTW9kdWxlIH0gZnJvbSAnLi9mb3ItbGVnYWwtdW5pdHMvaW5kZXgnO1xyXG5pbXBvcnQgeyBMdUxlZ2FsVW5pdFNlbGVjdG9yTW9kdWxlIH0gZnJvbSAnLi9sZWdhbC11bml0LXNlbGVjdG9yL2luZGV4JztcclxuaW1wb3J0IHsgTHVFc3RhYmxpc2htZW50U2VsZWN0QWxsTW9kdWxlIH0gZnJvbSAnLi9zZWxlY3QtYWxsL2luZGV4JztcclxuXHJcbkBOZ01vZHVsZSh7XHJcblx0aW1wb3J0czogW1xyXG5cdFx0THVFc3RhYmxpc2htZW50U2VsZWN0SW5wdXRNb2R1bGUsXHJcblx0XHRMdUVzdGFibGlzaG1lbnRTZWFyY2hlck1vZHVsZSxcclxuXHRcdEx1Rm9yTGVnYWxVbml0c01vZHVsZSxcclxuXHRcdEx1TGVnYWxVbml0U2VsZWN0b3JNb2R1bGUsXHJcblx0XHRMdUVzdGFibGlzaG1lbnRTZWxlY3RBbGxNb2R1bGUsXHJcblx0XSxcclxuXHRleHBvcnRzOiBbXHJcblx0XHRMdUVzdGFibGlzaG1lbnRTZWxlY3RJbnB1dE1vZHVsZSxcclxuXHRcdEx1RXN0YWJsaXNobWVudFNlYXJjaGVyTW9kdWxlLFxyXG5cdFx0THVGb3JMZWdhbFVuaXRzTW9kdWxlLFxyXG5cdFx0THVMZWdhbFVuaXRTZWxlY3Rvck1vZHVsZSxcclxuXHRcdEx1RXN0YWJsaXNobWVudFNlbGVjdEFsbE1vZHVsZSxcclxuXHRdLFxyXG59KVxyXG5leHBvcnQgY2xhc3MgTHVFc3RhYmxpc2htZW50U2VsZWN0TW9kdWxlIHsgfVxyXG4iXX0=
|
|
@@ -1,46 +0,0 @@
|
|
|
1
|
-
import { ChangeDetectorRef, Directive, forwardRef, TemplateRef, ViewContainerRef } from '@angular/core';
|
|
2
|
-
import { ALuOptionOperator, LuForGroupsDirective } from '@lucca-front/ng/option';
|
|
3
|
-
export class LuForLegalUnitsDirective extends LuForGroupsDirective {
|
|
4
|
-
constructor(_vcr, _cdr, _templateRef) {
|
|
5
|
-
super(_vcr, _cdr, _templateRef);
|
|
6
|
-
this._vcr = _vcr;
|
|
7
|
-
this._cdr = _cdr;
|
|
8
|
-
this._templateRef = _templateRef;
|
|
9
|
-
}
|
|
10
|
-
/** @override */
|
|
11
|
-
set attrGroupBy(fn) {
|
|
12
|
-
throw new Error('Unsupported');
|
|
13
|
-
}
|
|
14
|
-
/** @override */
|
|
15
|
-
groupBy(items) {
|
|
16
|
-
const groups = [];
|
|
17
|
-
items.forEach((item) => {
|
|
18
|
-
const legalUnit = item === null || item === void 0 ? void 0 : item.legalUnit;
|
|
19
|
-
let group = groups.find(g => g.key.id === legalUnit.id);
|
|
20
|
-
if (!group) {
|
|
21
|
-
group = { key: legalUnit, items: [] };
|
|
22
|
-
groups.push(group);
|
|
23
|
-
}
|
|
24
|
-
group.items.push(item);
|
|
25
|
-
});
|
|
26
|
-
return groups;
|
|
27
|
-
}
|
|
28
|
-
}
|
|
29
|
-
LuForLegalUnitsDirective.decorators = [
|
|
30
|
-
{ type: Directive, args: [{
|
|
31
|
-
selector: '[luForLegalUnits]',
|
|
32
|
-
providers: [
|
|
33
|
-
{
|
|
34
|
-
provide: ALuOptionOperator,
|
|
35
|
-
useExisting: forwardRef(() => LuForLegalUnitsDirective),
|
|
36
|
-
multi: true,
|
|
37
|
-
},
|
|
38
|
-
]
|
|
39
|
-
},] }
|
|
40
|
-
];
|
|
41
|
-
LuForLegalUnitsDirective.ctorParameters = () => [
|
|
42
|
-
{ type: ViewContainerRef },
|
|
43
|
-
{ type: ChangeDetectorRef },
|
|
44
|
-
{ type: TemplateRef }
|
|
45
|
-
];
|
|
46
|
-
//# sourceMappingURL=data:application/json;base64,eyJ2ZXJzaW9uIjozLCJmaWxlIjoiZm9yLWxlZ2FsLXVuaXRzLmRpcmVjdGl2ZS5qcyIsInNvdXJjZVJvb3QiOiIiLCJzb3VyY2VzIjpbIi4uLy4uLy4uLy4uLy4uLy4uLy4uL3BhY2thZ2VzL25nL2VzdGFibGlzaG1lbnQvc3JjL2xpYi9zZWxlY3QvZm9yLWxlZ2FsLXVuaXRzL2Zvci1sZWdhbC11bml0cy5kaXJlY3RpdmUudHMiXSwibmFtZXMiOltdLCJtYXBwaW5ncyI6IkFBQUEsT0FBTyxFQUFFLGlCQUFpQixFQUFFLFNBQVMsRUFBRSxVQUFVLEVBQUUsV0FBVyxFQUFFLGdCQUFnQixFQUFFLE1BQU0sZUFBZSxDQUFDO0FBRXhHLE9BQU8sRUFBRSxpQkFBaUIsRUFBcUIsb0JBQW9CLEVBQUUsTUFBTSx3QkFBd0IsQ0FBQztBQWFwRyxNQUFNLE9BQU8sd0JBQXlCLFNBQVEsb0JBQW9EO0lBT2pHLFlBQ1csSUFBc0IsRUFDdEIsSUFBdUIsRUFDdkIsWUFBc0Y7UUFFaEcsS0FBSyxDQUFDLElBQUksRUFBRSxJQUFJLEVBQUUsWUFBWSxDQUFDLENBQUM7UUFKdEIsU0FBSSxHQUFKLElBQUksQ0FBa0I7UUFDdEIsU0FBSSxHQUFKLElBQUksQ0FBbUI7UUFDdkIsaUJBQVksR0FBWixZQUFZLENBQTBFO0lBR2pHLENBQUM7SUFYRCxnQkFBZ0I7SUFDaEIsSUFBVyxXQUFXLENBQUMsRUFBNEM7UUFDbEUsTUFBTSxJQUFJLEtBQUssQ0FBQyxhQUFhLENBQUMsQ0FBQztJQUNoQyxDQUFDO0lBVUQsZ0JBQWdCO0lBQ04sT0FBTyxDQUFDLEtBQXlCO1FBQzFDLE1BQU0sTUFBTSxHQUErQyxFQUFFLENBQUM7UUFDOUQsS0FBSyxDQUFDLE9BQU8sQ0FBQyxDQUFDLElBQUksRUFBRSxFQUFFO1lBQ3RCLE1BQU0sU0FBUyxHQUFHLElBQUksYUFBSixJQUFJLHVCQUFKLElBQUksQ0FBRSxTQUFTLENBQUM7WUFDbEMsSUFBSSxLQUFLLEdBQUcsTUFBTSxDQUFDLElBQUksQ0FBQyxDQUFDLENBQUMsRUFBRSxDQUFDLENBQUMsQ0FBQyxHQUFHLENBQUMsRUFBRSxLQUFLLFNBQVMsQ0FBQyxFQUFFLENBQUMsQ0FBQztZQUN4RCxJQUFJLENBQUMsS0FBSyxFQUFFO2dCQUNYLEtBQUssR0FBRyxFQUFFLEdBQUcsRUFBRSxTQUFTLEVBQUUsS0FBSyxFQUFFLEVBQUUsRUFBRSxDQUFDO2dCQUN0QyxNQUFNLENBQUMsSUFBSSxDQUFDLEtBQUssQ0FBQyxDQUFDO2FBQ25CO1lBQ0QsS0FBSyxDQUFDLEtBQUssQ0FBQyxJQUFJLENBQUMsSUFBSSxDQUFDLENBQUM7UUFDeEIsQ0FBQyxDQUFDLENBQUM7UUFDSCxPQUFPLE1BQU0sQ0FBQztJQUNmLENBQUM7OztZQXRDRCxTQUFTLFNBQUM7Z0JBQ1YsUUFBUSxFQUFFLG1CQUFtQjtnQkFDN0IsU0FBUyxFQUFFO29CQUNWO3dCQUNDLE9BQU8sRUFBRSxpQkFBaUI7d0JBQzFCLFdBQVcsRUFBRSxVQUFVLENBQUMsR0FBRyxFQUFFLENBQUMsd0JBQXdCLENBQUM7d0JBQ3ZELEtBQUssRUFBRSxJQUFJO3FCQUNYO2lCQUNEO2FBQ0Q7OztZQWQrRCxnQkFBZ0I7WUFBdkUsaUJBQWlCO1lBQXlCLFdBQVciLCJzb3VyY2VzQ29udGVudCI6WyJpbXBvcnQgeyBDaGFuZ2VEZXRlY3RvclJlZiwgRGlyZWN0aXZlLCBmb3J3YXJkUmVmLCBUZW1wbGF0ZVJlZiwgVmlld0NvbnRhaW5lclJlZiB9IGZyb20gJ0Bhbmd1bGFyL2NvcmUnO1xyXG5pbXBvcnQgeyBJTHVHcm91cCB9IGZyb20gJ0BsdWNjYS1mcm9udC9uZy9jb3JlJztcclxuaW1wb3J0IHsgQUx1T3B0aW9uT3BlcmF0b3IsIEx1Rm9yR3JvdXBDb250ZXh0LCBMdUZvckdyb3Vwc0RpcmVjdGl2ZSB9IGZyb20gJ0BsdWNjYS1mcm9udC9uZy9vcHRpb24nO1xyXG5pbXBvcnQgeyBJTHVFc3RhYmxpc2htZW50LCBJTHVMZWdhbFVuaXQgfSBmcm9tICcuLi8uLi9lc3RhYmxpc2htZW50Lm1vZGVsJztcclxuXHJcbkBEaXJlY3RpdmUoe1xyXG5cdHNlbGVjdG9yOiAnW2x1Rm9yTGVnYWxVbml0c10nLFxyXG5cdHByb3ZpZGVyczogW1xyXG5cdFx0e1xyXG5cdFx0XHRwcm92aWRlOiBBTHVPcHRpb25PcGVyYXRvcixcclxuXHRcdFx0dXNlRXhpc3Rpbmc6IGZvcndhcmRSZWYoKCkgPT4gTHVGb3JMZWdhbFVuaXRzRGlyZWN0aXZlKSxcclxuXHRcdFx0bXVsdGk6IHRydWUsXHJcblx0XHR9LFxyXG5cdF1cclxufSlcclxuZXhwb3J0IGNsYXNzIEx1Rm9yTGVnYWxVbml0c0RpcmVjdGl2ZSBleHRlbmRzIEx1Rm9yR3JvdXBzRGlyZWN0aXZlPElMdUVzdGFibGlzaG1lbnQsIElMdUxlZ2FsVW5pdD4ge1xyXG5cclxuXHQvKiogQG92ZXJyaWRlICovXHJcblx0cHVibGljIHNldCBhdHRyR3JvdXBCeShmbjogKGl0ZW06IElMdUVzdGFibGlzaG1lbnQpID0+IElMdUxlZ2FsVW5pdCkge1xyXG5cdFx0dGhyb3cgbmV3IEVycm9yKCdVbnN1cHBvcnRlZCcpO1xyXG5cdH1cclxuXHJcblx0cHVibGljIGNvbnN0cnVjdG9yKFxyXG5cdFx0cHJvdGVjdGVkIF92Y3I6IFZpZXdDb250YWluZXJSZWYsXHJcblx0XHRwcm90ZWN0ZWQgX2NkcjogQ2hhbmdlRGV0ZWN0b3JSZWYsXHJcblx0XHRwcm90ZWN0ZWQgX3RlbXBsYXRlUmVmOiBUZW1wbGF0ZVJlZjxMdUZvckdyb3VwQ29udGV4dDxJTHVHcm91cDxJTHVFc3RhYmxpc2htZW50LCBJTHVMZWdhbFVuaXQ+Pj4sXHJcblx0KSB7XHJcblx0XHRzdXBlcihfdmNyLCBfY2RyLCBfdGVtcGxhdGVSZWYpO1xyXG5cdH1cclxuXHJcblx0LyoqIEBvdmVycmlkZSAqL1xyXG5cdHByb3RlY3RlZCBncm91cEJ5KGl0ZW1zOiBJTHVFc3RhYmxpc2htZW50W10pOiBJTHVHcm91cDxJTHVFc3RhYmxpc2htZW50LCBJTHVMZWdhbFVuaXQ+W10ge1xyXG5cdFx0Y29uc3QgZ3JvdXBzOiBJTHVHcm91cDxJTHVFc3RhYmxpc2htZW50LCBJTHVMZWdhbFVuaXQ+W10gPSBbXTtcclxuXHRcdGl0ZW1zLmZvckVhY2goKGl0ZW0pID0+IHtcclxuXHRcdFx0Y29uc3QgbGVnYWxVbml0ID0gaXRlbT8ubGVnYWxVbml0O1xyXG5cdFx0XHRsZXQgZ3JvdXAgPSBncm91cHMuZmluZChnID0+IGcua2V5LmlkID09PSBsZWdhbFVuaXQuaWQpO1xyXG5cdFx0XHRpZiAoIWdyb3VwKSB7XHJcblx0XHRcdFx0Z3JvdXAgPSB7IGtleTogbGVnYWxVbml0LCBpdGVtczogW10gfTtcclxuXHRcdFx0XHRncm91cHMucHVzaChncm91cCk7XHJcblx0XHRcdH1cclxuXHRcdFx0Z3JvdXAuaXRlbXMucHVzaChpdGVtKTtcclxuXHRcdH0pO1xyXG5cdFx0cmV0dXJuIGdyb3VwcztcclxuXHR9XHJcbn0iXX0=
|
|
@@ -1,11 +0,0 @@
|
|
|
1
|
-
import { NgModule } from '@angular/core';
|
|
2
|
-
import { LuForLegalUnitsDirective } from './for-legal-units.directive';
|
|
3
|
-
export class LuForLegalUnitsModule {
|
|
4
|
-
}
|
|
5
|
-
LuForLegalUnitsModule.decorators = [
|
|
6
|
-
{ type: NgModule, args: [{
|
|
7
|
-
declarations: [LuForLegalUnitsDirective],
|
|
8
|
-
exports: [LuForLegalUnitsDirective]
|
|
9
|
-
},] }
|
|
10
|
-
];
|
|
11
|
-
//# sourceMappingURL=data:application/json;base64,eyJ2ZXJzaW9uIjozLCJmaWxlIjoiZm9yLWxlZ2FsLXVuaXRzLm1vZHVsZS5qcyIsInNvdXJjZVJvb3QiOiIiLCJzb3VyY2VzIjpbIi4uLy4uLy4uLy4uLy4uLy4uLy4uL3BhY2thZ2VzL25nL2VzdGFibGlzaG1lbnQvc3JjL2xpYi9zZWxlY3QvZm9yLWxlZ2FsLXVuaXRzL2Zvci1sZWdhbC11bml0cy5tb2R1bGUudHMiXSwibmFtZXMiOltdLCJtYXBwaW5ncyI6IkFBQUEsT0FBTyxFQUFFLFFBQVEsRUFBRSxNQUFNLGVBQWUsQ0FBQztBQUN6QyxPQUFPLEVBQUUsd0JBQXdCLEVBQUUsTUFBTSw2QkFBNkIsQ0FBQztBQU12RSxNQUFNLE9BQU8scUJBQXFCOzs7WUFKakMsUUFBUSxTQUFDO2dCQUNULFlBQVksRUFBRSxDQUFDLHdCQUF3QixDQUFDO2dCQUN4QyxPQUFPLEVBQUUsQ0FBQyx3QkFBd0IsQ0FBQzthQUNuQyIsInNvdXJjZXNDb250ZW50IjpbImltcG9ydCB7IE5nTW9kdWxlIH0gZnJvbSAnQGFuZ3VsYXIvY29yZSc7XHJcbmltcG9ydCB7IEx1Rm9yTGVnYWxVbml0c0RpcmVjdGl2ZSB9IGZyb20gJy4vZm9yLWxlZ2FsLXVuaXRzLmRpcmVjdGl2ZSc7XHJcblxyXG5ATmdNb2R1bGUoe1xyXG5cdGRlY2xhcmF0aW9uczogW0x1Rm9yTGVnYWxVbml0c0RpcmVjdGl2ZV0sXHJcblx0ZXhwb3J0czogW0x1Rm9yTGVnYWxVbml0c0RpcmVjdGl2ZV1cclxufSlcclxuZXhwb3J0IGNsYXNzIEx1Rm9yTGVnYWxVbml0c01vZHVsZSB7IH0iXX0=
|
|
@@ -1,86 +0,0 @@
|
|
|
1
|
-
import { Overlay } from '@angular/cdk/overlay';
|
|
2
|
-
import { ChangeDetectionStrategy, ChangeDetectorRef, Component, ElementRef, forwardRef, Inject, Input, Optional, Renderer2, Self, SkipSelf, ViewContainerRef } from '@angular/core';
|
|
3
|
-
import { NG_VALUE_ACCESSOR } from '@angular/forms';
|
|
4
|
-
import { ALuSelectInputComponent } from '@lucca-front/ng/select';
|
|
5
|
-
import { combineLatest } from 'rxjs';
|
|
6
|
-
import { ALuEstablishmentService, ALuLegalUnitService, LuEstablishmentService, LuLegalUnitService } from '../../service/index';
|
|
7
|
-
import { LuEstablishmentSelectInputIntl } from './establishment-select-input.intl';
|
|
8
|
-
export class LuEstablishmentSelectInputComponent extends ALuSelectInputComponent {
|
|
9
|
-
constructor(_changeDetectorRef, _overlay, _elementRef, _viewContainerRef, _renderer, hostLuService, selfLuService, hostEstablishmentService, selfEstablishmentService, intl) {
|
|
10
|
-
super(_changeDetectorRef, _overlay, _elementRef, _viewContainerRef, _renderer);
|
|
11
|
-
this._changeDetectorRef = _changeDetectorRef;
|
|
12
|
-
this._overlay = _overlay;
|
|
13
|
-
this._elementRef = _elementRef;
|
|
14
|
-
this._viewContainerRef = _viewContainerRef;
|
|
15
|
-
this._renderer = _renderer;
|
|
16
|
-
this.intl = intl;
|
|
17
|
-
this.byId = (option1, option2) => option1 && option2 && option1.id === option2.id;
|
|
18
|
-
this.isSearching = false;
|
|
19
|
-
this.groupByLu = true;
|
|
20
|
-
this._establishmentService = (hostEstablishmentService || selfEstablishmentService);
|
|
21
|
-
this._legalUnitService = (hostLuService || selfLuService);
|
|
22
|
-
}
|
|
23
|
-
get sort() {
|
|
24
|
-
return this.isSearching ? 'name' : 'legalunit.name,name';
|
|
25
|
-
}
|
|
26
|
-
ngOnInit() {
|
|
27
|
-
this._subs.add(combineLatest([
|
|
28
|
-
this._legalUnitService.count(),
|
|
29
|
-
this._establishmentService.count()
|
|
30
|
-
])
|
|
31
|
-
.subscribe(([luCount, establishmentCount]) => {
|
|
32
|
-
this.groupByLu =
|
|
33
|
-
luCount > 1 &&
|
|
34
|
-
establishmentCount > 1 &&
|
|
35
|
-
luCount !== establishmentCount;
|
|
36
|
-
}));
|
|
37
|
-
}
|
|
38
|
-
onIsSearchingChanged(isSearching) {
|
|
39
|
-
this.isSearching = isSearching;
|
|
40
|
-
this._changeDetectorRef.detectChanges();
|
|
41
|
-
}
|
|
42
|
-
trackById(idx, item) {
|
|
43
|
-
return item.id;
|
|
44
|
-
}
|
|
45
|
-
}
|
|
46
|
-
LuEstablishmentSelectInputComponent.decorators = [
|
|
47
|
-
{ type: Component, args: [{
|
|
48
|
-
selector: 'lu-establishment-select',
|
|
49
|
-
template: "<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\r\n<ng-template luDisplayer [luDisplayerMultiple]=\"true\" let-values>\r\n\t<span *ngIf=\"multiple && values?.length > 1; else: singleView\"><span\r\n\t\t\tclass=\"chip mod-unkillable\">{{values.length}}</span> {{intl.establishments}}</span>\r\n\t<ng-template #singleView>{{(values[0] || values).name}}</ng-template>\r\n</ng-template>\r\n\r\n<lu-option-picker-advanced [option-comparer]=\"byId\">\r\n\t<header class=\"lu-picker-header\">\r\n\t\t<lu-establishment-searcher\r\n\t\t\t[filters]=\"filters\"\r\n\t\t\t[appInstanceId]=\"appInstanceId\"\r\n\t\t\t[operations]=\"operations\"\r\n\t\t\t[sort]=\"sort\" \r\n\t\t\t(isSearching)=\"onIsSearchingChanged($event)\"\r\n\t\t></lu-establishment-searcher>\r\n\t\t<lu-establishment-select-all\r\n\t\t\t*ngIf=\"multiple\"\r\n\t\t\tclass=\"u-displayBlock u-marginSmaller\"\r\n\t\t\t[class.u-displayNone]=\"isSearching\"\r\n\t\t\t[filters]=\"filters\"\r\n\t\t\t[appInstanceId]=\"appInstanceId\"\r\n\t\t\t[operations]=\"operations\"\r\n\t\t></lu-establishment-select-all>\r\n\t</header>\r\n\r\n\t<ng-template luForLegalUnits let-group>\r\n\t\t<div class=\"optionGroup\">\r\n\t\t\t<ng-container *ngIf=\"groupByLu && !isSearching\">\r\n\t\t\t\t<button\r\n\t\t\t\t\t*ngIf=\"multiple; else singleViewGroup\"\r\n\t\t\t\t\tclass=\"optionGroupName button mod-link mod-block\"\r\n\t\t\t\t\t[luLegalUnitSelector]=\"group.key\"\r\n\t\t\t\t\t[luLegalUnitSelectorFilters]=\"filters\"\r\n\t\t\t\t\t[luLegalUnitSelectorAppInstanceId]=\"appInstanceId\"\r\n\t\t\t\t\t[luLegalUnitSelectorOperations]=\"operations\"\r\n\t\t\t\t>\r\n\t\t\t\t\t{{group.key.name}}\r\n\t\t\t\t</button>\r\n\t\t\t\t<ng-template #singleViewGroup>\r\n\t\t\t\t\t<h5 class=\"optionGroupName mod-readonly u-marginReset\">\r\n\t\t\t\t\t\t{{group.key.name}}\r\n\t\t\t\t\t</h5>\r\n\t\t\t\t</ng-template>\r\n\t\t\t</ng-container>\r\n\r\n\t\t\t<lu-option *ngFor=\"let establishment of group.items; trackBy: trackById\" [value]=\"establishment\"\r\n\t\t\t\tclass=\"establishmentOption\">\r\n\t\t\t\t<ng-container *ngIf=\"isSearching; else emptySearch\">\r\n\t\t\t\t\t<span class=\"u-displayBlock\">{{establishment.name}}</span>\r\n\t\t\t\t\t<span *ngIf=\"groupByLu\" class=\"u-displayBlock u-textLight u-textSmall\">{{ group.key.name }}</span>\r\n\t\t\t\t</ng-container>\r\n\t\t\t\t<ng-template #emptySearch>\r\n\t\t\t\t\t<span>{{establishment.name}}</span>\r\n\t\t\t\t</ng-template>\r\n\t\t\t</lu-option>\r\n\t\t</div>\r\n\t</ng-template>\r\n</lu-option-picker-advanced>",
|
|
50
|
-
changeDetection: ChangeDetectionStrategy.OnPush,
|
|
51
|
-
providers: [
|
|
52
|
-
{
|
|
53
|
-
provide: NG_VALUE_ACCESSOR,
|
|
54
|
-
useExisting: forwardRef(() => LuEstablishmentSelectInputComponent),
|
|
55
|
-
multi: true,
|
|
56
|
-
},
|
|
57
|
-
{
|
|
58
|
-
provide: ALuEstablishmentService,
|
|
59
|
-
useClass: LuEstablishmentService
|
|
60
|
-
},
|
|
61
|
-
{
|
|
62
|
-
provide: ALuLegalUnitService,
|
|
63
|
-
useClass: LuLegalUnitService
|
|
64
|
-
}
|
|
65
|
-
],
|
|
66
|
-
styles: ["@charset \"UTF-8\";:host{cursor:pointer;outline:none;padding:0}:host:after{content:\"\uE97C\";font-family:Lucca icons;display:inline-block;vertical-align:text-bottom;font-style:normal;bottom:.5rem;bottom:var(--components-select-input-padding-vertical);color:#485075;color:var(--palettes-primary-color);font-size:1.2rem;line-height:1.4rem;pointer-events:none;position:absolute;right:.5rem;right:var(--components-select-input-padding-horizontal)}:host[disabled]{cursor:not-allowed;pointer-events:all}:host.is-disabled{cursor:not-allowed;pointer-events:all}.lu-select-display-wrapper{overflow:hidden;text-overflow:ellipsis;white-space:nowrap}.lu-select-placeholder{color:#929292;color:var(--components-select-input-placeholder)}.lu-select-value{display:none}.lu-select-placeholder,.lu-select-value{line-height:1.5rem;line-height:var(--sizes-standard-line-height);min-height:calc(var(--spacings-small) + 1.5rem);min-height:calc(var(--components-select-framed-bottom-padding) + var(--sizes-standard-line-height));padding:.5rem 2.5rem .5rem .5rem;padding:var(--components-select-input-padding-vertical) 2.5rem var(--components-select-input-padding-vertical) var(--components-select-input-padding-horizontal);transition:all .25s ease;transition:all var(--commons-animations-durations-standard) ease}.lu-select-placeholder{overflow:hidden;text-overflow:ellipsis;white-space:nowrap}.lu-select-suffix{position:absolute;bottom:.5rem;right:1.6rem}::ng-deep .lu-select-value .label{padding:.25rem .25rem .5rem .5rem;padding:var(--spacings-smallest) var(--spacings-smaller);margin-left:0}::ng-deep .lu-select-value .chip{background:#485075;background:var(--components-select-chip-background);color:#fff;color:var(--components-select-chip-text);vertical-align:baseline;max-width:100%;height:1.5rem;height:var(--sizes-standard-line-height);line-height:1.5rem;line-height:var(--sizes-standard-line-height);padding:0 .5rem;padding:0 var(--spacings-smaller);margin:0 .25rem .25rem 0;text-overflow:ellipsis;overflow:hidden;vertical-align:top;white-space:nowrap}:host-context(.textfield.mod-small) .lu-select-placeholder,:host-context(.textfield.mod-small) .lu-select-value{font-size:.875rem;font-size:var(--sizes-small-font-size);line-height:1rem;line-height:var(--sizes-small-line-height);min-height:calc(var(--spacings-small) + 1rem);min-height:calc(var(--components-select-framed-bottom-padding) + var(--sizes-small-line-height))}:host-context(.textfield.mod-small):after{line-height:1rem;line-height:var(--sizes-small-line-height)}:host-context(.textfield.mod-small) ::ng-deep .lu-select-value .label{font-size:.875rem;font-size:var(--sizes-small-font-size);line-height:1rem;line-height:var(--sizes-small-line-height);font-weight:600;margin:0;padding:0;background:transparent}:host-context(.textfield.mod-small) ::ng-deep .lu-select-value .chip{height:1rem;height:var(--sizes-small-line-height);line-height:1rem;line-height:var(--sizes-small-line-height)}:host-context(.form.mod-framed).textfield-input,:host-context(.textfield.mod-framed).textfield-input{padding:var(--components-select-framed-top-padding) 0 0}:host-context(.form.mod-framed).textfield-input:after,:host-context(.textfield.mod-framed).textfield-input:after{color:#96a6c5;color:var(--colors-text-light-color);bottom:var(--spacings-small);bottom:var(--components-select-framed-bottom-padding);right:.5rem;right:var(--spacings-smaller)}:host-context(.form.mod-framed).textfield-input .lu-select-placeholder,:host-context(.form.mod-framed).textfield-input .lu-select-value,:host-context(.textfield.mod-framed).textfield-input .lu-select-placeholder,:host-context(.textfield.mod-framed).textfield-input .lu-select-value{padding:0 calc(var(--components-select-framed-side-padding) * 3) var(--components-select-framed-bottom-padding) var(--components-select-framed-side-padding)}:host-context(.form.mod-framed).textfield-input .lu-select-suffix,:host-context(.textfield.mod-framed).textfield-input .lu-select-suffix{bottom:var(--spacings-small);bottom:var(--components-select-framed-bottom-padding);right:1.7rem}:host-context(.textfield.mod-filter) .lu-select-placeholder,:host-context(.textfield.mod-filter) .lu-select-value{height:auto;padding:1rem 0 0;color:#2a3551;color:var(--colors-text-default-color)}:host-context(.textfield.mod-filter) .lu-select-suffix{bottom:.4rem}:host-context(.textfield.mod-material):after{color:#96a6c5;color:var(--colors-text-light-color);bottom:.6rem;right:0}:host-context(.textfield.mod-material) .lu-select-placeholder,:host-context(.textfield.mod-material) .lu-select-value{padding-left:0;padding-right:.8rem}:host-context(.textfield.mod-material) .lu-select-suffix{right:calc(2 * .5rem);right:calc(2 * var(--components-select-input-padding-horizontal))}:host-context(.textfield.mod-material).is-select .lu-select-placeholder{display:none}:host-context(.textfield.mod-material).mod-search:after{bottom:0}:host-context(.textfield.mod-material).mod-search .lu-select-suffix{right:calc(2.75 * .5rem);right:calc(2.75 * var(--components-select-input-padding-horizontal))}:host-context(.textfield.mod-material .textfield-input.is-focused) .lu-select-placeholder{display:none}:host(.mod-multiple).mod-multipleView:not(.mod-singleLine) .lu-select-value{height:auto;align-items:center}:host(.mod-multiple).mod-multipleView:not(.mod-singleLine) .lu-select-display-wrapper{overflow:hidden;white-space:normal;margin-bottom:-.25rem}:host-context(.textfield-input.is-filled) .lu-select-placeholder{display:none}:host-context(.textfield-input.is-filled) .lu-select-value{display:flex}:host-context(.textfield-input.is-clearable) .lu-select-value{padding-right:2.5rem}:host-context(.textfield-input.is-error):after{color:#e51a3b;color:var(--palettes-error-color)}:host-context(.textfield-input.is-error) .lu-select-placeholder{color:#ffe0e6;color:var(--palettes-error-200)}:host-context(.textfield-input.is-disabled,.textfield-input[disabled]):after{color:#999;color:var(--commons-disabled-color)}:host-context(.textfield-input.is-disabled,.textfield-input[disabled]) .lu-select-placeholder{color:#bbb;color:var(--commons-disabled-placeholder)}.lu-select-value{padding-right:2.5rem}.lu-picker-header .option-selector{display:none}.lu-picker-header.mod-multiple .option-selector{display:inherit;padding:.5rem;padding:var(--spacings-smaller)}.optionGroupName{padding:.5rem;padding:var(--components-options-item-padding-vertical) var(--components-options-item-padding-horizontal);border-top:1px solid var(--commons-divider-color);font-size:.875rem;font-size:var(--sizes-small-font-size);width:100%;text-align:left}.optionGroupName.mod-readonly{color:#6c7c9d;color:var(--palettes-grey-600);font-weight:400}.optionGroupName.button{text-decoration:underline;margin:0}.optionGroupName.button:active,.optionGroupName.button:focus,.optionGroupName.button:hover{box-shadow:none;background-color:transparent}.optionGroupName.button:active~lu-option,.optionGroupName.button:focus~lu-option,.optionGroupName.button:hover~lu-option{background-color:var(--palettes-primary-50);background-color:var(--commons-highlight)}"]
|
|
67
|
-
},] }
|
|
68
|
-
];
|
|
69
|
-
LuEstablishmentSelectInputComponent.ctorParameters = () => [
|
|
70
|
-
{ type: ChangeDetectorRef },
|
|
71
|
-
{ type: Overlay },
|
|
72
|
-
{ type: ElementRef },
|
|
73
|
-
{ type: ViewContainerRef },
|
|
74
|
-
{ type: Renderer2 },
|
|
75
|
-
{ type: ALuLegalUnitService, decorators: [{ type: Inject, args: [ALuLegalUnitService,] }, { type: Optional }, { type: SkipSelf }] },
|
|
76
|
-
{ type: LuLegalUnitService, decorators: [{ type: Inject, args: [ALuLegalUnitService,] }, { type: Self }] },
|
|
77
|
-
{ type: ALuEstablishmentService, decorators: [{ type: Inject, args: [ALuEstablishmentService,] }, { type: Optional }, { type: SkipSelf }] },
|
|
78
|
-
{ type: LuEstablishmentService, decorators: [{ type: Inject, args: [ALuEstablishmentService,] }, { type: Self }] },
|
|
79
|
-
{ type: undefined, decorators: [{ type: Inject, args: [LuEstablishmentSelectInputIntl,] }] }
|
|
80
|
-
];
|
|
81
|
-
LuEstablishmentSelectInputComponent.propDecorators = {
|
|
82
|
-
filters: [{ type: Input }],
|
|
83
|
-
appInstanceId: [{ type: Input }],
|
|
84
|
-
operations: [{ type: Input }]
|
|
85
|
-
};
|
|
86
|
-
//# sourceMappingURL=data:application/json;base64,eyJ2ZXJzaW9uIjozLCJmaWxlIjoiZXN0YWJsaXNobWVudC1zZWxlY3QtaW5wdXQuY29tcG9uZW50LmpzIiwic291cmNlUm9vdCI6IiIsInNvdXJjZXMiOlsiLi4vLi4vLi4vLi4vLi4vLi4vLi4vcGFja2FnZXMvbmcvZXN0YWJsaXNobWVudC9zcmMvbGliL3NlbGVjdC9pbnB1dC9lc3RhYmxpc2htZW50LXNlbGVjdC1pbnB1dC5jb21wb25lbnQudHMiXSwibmFtZXMiOltdLCJtYXBwaW5ncyI6IkFBQUEsT0FBTyxFQUFFLE9BQU8sRUFBRSxNQUFNLHNCQUFzQixDQUFDO0FBQy9DLE9BQU8sRUFBaUIsdUJBQXVCLEVBQUUsaUJBQWlCLEVBQUUsU0FBUyxFQUFFLFVBQVUsRUFBRSxVQUFVLEVBQUUsTUFBTSxFQUFFLEtBQUssRUFBVSxRQUFRLEVBQUUsU0FBUyxFQUFFLElBQUksRUFBRSxRQUFRLEVBQUUsZ0JBQWdCLEVBQUUsTUFBTSxlQUFlLENBQUM7QUFDM00sT0FBTyxFQUF3QixpQkFBaUIsRUFBRSxNQUFNLGdCQUFnQixDQUFDO0FBR3pFLE9BQU8sRUFBRSx1QkFBdUIsRUFBRSxNQUFNLHdCQUF3QixDQUFDO0FBQ2pFLE9BQU8sRUFBRSxhQUFhLEVBQUUsTUFBTSxNQUFNLENBQUM7QUFFckMsT0FBTyxFQUFFLHVCQUF1QixFQUFFLG1CQUFtQixFQUFFLHNCQUFzQixFQUFFLGtCQUFrQixFQUFFLE1BQU0scUJBQXFCLENBQUM7QUFDL0gsT0FBTyxFQUFFLDhCQUE4QixFQUFFLE1BQU0sbUNBQW1DLENBQUM7QUF3Qm5GLE1BQU0sT0FBTyxtQ0FDWixTQUFRLHVCQUE2QjtJQW1CckMsWUFDVyxrQkFBcUMsRUFDckMsUUFBaUIsRUFDakIsV0FBdUIsRUFDdkIsaUJBQW1DLEVBQ25DLFNBQW9CLEVBQ3VCLGFBQWtDLEVBQ2xELGFBQWlDLEVBQ2Isd0JBQWlELEVBQ2pFLHdCQUFnRCxFQUMxQyxJQUFzQztRQUVyRixLQUFLLENBQ0osa0JBQWtCLEVBQ2xCLFFBQVEsRUFDUixXQUFXLEVBQ1gsaUJBQWlC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ZXNDb250ZW50IjpbImltcG9ydCB7IE92ZXJsYXkgfSBmcm9tICdAYW5ndWxhci9jZGsvb3ZlcmxheSc7XHJcbmltcG9ydCB7IEFmdGVyVmlld0luaXQsIENoYW5nZURldGVjdGlvblN0cmF0ZWd5LCBDaGFuZ2VEZXRlY3RvclJlZiwgQ29tcG9uZW50LCBFbGVtZW50UmVmLCBmb3J3YXJkUmVmLCBJbmplY3QsIElucHV0LCBPbkluaXQsIE9wdGlvbmFsLCBSZW5kZXJlcjIsIFNlbGYsIFNraXBTZWxmLCBWaWV3Q29udGFpbmVyUmVmIH0gZnJvbSAnQGFuZ3VsYXIvY29yZSc7XHJcbmltcG9ydCB7IENvbnRyb2xWYWx1ZUFjY2Vzc29yLCBOR19WQUxVRV9BQ0NFU1NPUiB9IGZyb20gJ0Bhbmd1bGFyL2Zvcm1zJztcclxuaW1wb3J0IHsgSUx1T3B0aW9uUGlja2VyUGFuZWwsIEx1T3B0aW9uQ29tcGFyZXIgfSBmcm9tICdAbHVjY2EtZnJvbnQvbmcvb3B0aW9uJztcclxuaW1wb3J0IHsgSUx1SW5wdXRXaXRoUGlja2VyIH0gZnJvbSAnQGx1Y2NhLWZyb250L25nL3BpY2tlcic7XHJcbmltcG9ydCB7IEFMdVNlbGVjdElucHV0Q29tcG9uZW50IH0gZnJvbSAnQGx1Y2NhLWZyb250L25nL3NlbGVjdCc7XHJcbmltcG9ydCB7IGNvbWJpbmVMYXRlc3QgfSBmcm9tICdyeGpzJztcclxuaW1wb3J0IHsgSUx1RXN0YWJsaXNobWVudCB9IGZyb20gJy4uLy4uL2VzdGFibGlzaG1lbnQubW9kZWwnO1xyXG5pbXBvcnQgeyBBTHVFc3RhYmxpc2htZW50U2VydmljZSwgQUx1TGVnYWxVbml0U2VydmljZSwgTHVFc3RhYmxpc2htZW50U2VydmljZSwgTHVMZWdhbFVuaXRTZXJ2aWNlIH0gZnJvbSAnLi4vLi4vc2VydmljZS9pbmRleCc7XHJcbmltcG9ydCB7IEx1RXN0YWJsaXNobWVudFNlbGVjdElucHV0SW50bCB9IGZyb20gJy4vZXN0YWJsaXNobWVudC1zZWxlY3QtaW5wdXQuaW50bCc7XHJcbmltcG9ydCB7IElMdUVzdGFibGlzaG1lbnRTZWxlY3RJbnB1dExhYmVsIH0gZnJvbSAnLi9lc3RhYmxpc2htZW50LXNlbGVjdC1pbnB1dC50cmFuc2xhdGUnO1xyXG5cclxuQENvbXBvbmVudCh7XHJcblx0c2VsZWN0b3I6ICdsdS1lc3RhYmxpc2htZW50LXNlbGVjdCcsXHJcblx0dGVtcGxhdGVVcmw6ICcuL2VzdGFibGlzaG1lbnQtc2VsZWN0LWlucHV0LmNvbXBvbmVudC5odG1sJyxcclxuXHRzdHlsZVVybHM6IFsnLi9lc3RhYmxpc2htZW50LXNlbGVjdC1pbnB1dC5jb21wb25lbnQuc2NzcyddLFxyXG5cdGNoYW5nZURldGVjdGlvbjogQ2hhbmdlRGV0ZWN0aW9uU3RyYXRlZ3kuT25QdXNoLFxyXG5cdHByb3ZpZGVyczogW1xyXG5cdFx0e1xyXG5cdFx0XHRwcm92aWRlOiBOR19WQUxVRV9BQ0NFU1NPUixcclxuXHRcdFx0dXNlRXhpc3Rpbmc6IGZvcndhcmRSZWYoKCkgPT4gTHVFc3RhYmxpc2htZW50U2VsZWN0SW5wdXRDb21wb25lbnQpLFxyXG5cdFx0XHRtdWx0aTogdHJ1ZSxcclxuXHRcdH0sXHJcblx0XHR7XHJcblx0XHRcdHByb3ZpZGU6IEFMdUVzdGFibGlzaG1lbnRTZXJ2aWNlLFxyXG5cdFx0XHR1c2VDbGFzczogTHVFc3RhYmxpc2htZW50U2VydmljZVxyXG5cdFx0fSxcclxuXHRcdHtcclxuXHRcdFx0cHJvdmlkZTogQUx1TGVnYWxVbml0U2VydmljZSxcclxuXHRcdFx0dXNlQ2xhc3M6IEx1TGVnYWxVbml0U2VydmljZVxyXG5cdFx0fVxyXG5cdF0sXHJcbn0pXHJcbmV4cG9ydCBjbGFzcyBMdUVzdGFibGlzaG1lbnRTZWxlY3RJbnB1dENvbXBvbmVudDxEIGV4dGVuZHMgSUx1RXN0YWJsaXNobWVudCA9IElMdUVzdGFibGlzaG1lbnQsIFAgZXh0ZW5kcyBJTHVPcHRpb25QaWNrZXJQYW5lbDxEPiA9IElMdU9wdGlvblBpY2tlclBhbmVsPEQ+PlxyXG5cdGV4dGVuZHMgQUx1U2VsZWN0SW5wdXRDb21wb25lbnQ8RCwgUD5cclxuXHRpbXBsZW1lbnRzIENvbnRyb2xWYWx1ZUFjY2Vzc29yLCBJTHVJbnB1dFdpdGhQaWNrZXI8RD4sIE9uSW5pdCwgQWZ0ZXJWaWV3SW5pdCB7XHJcblxyXG5cdGJ5SWQ6IEx1T3B0aW9uQ29tcGFyZXI8RD4gPSAob3B0aW9uMTogRCwgb3B0aW9uMjogRCkgPT4gb3B0aW9uMSAmJiBvcHRpb24yICYmIG9wdGlvbjEuaWQgPT09IG9wdGlvbjIuaWQ7XHJcblxyXG5cdEBJbnB1dCgpIGZpbHRlcnM6IHN0cmluZ1tdO1xyXG5cdEBJbnB1dCgpIGFwcEluc3RhbmNlSWQ6IG51bWJlcjtcclxuXHRASW5wdXQoKSBvcGVyYXRpb25zOiBudW1iZXJbXTtcclxuXHJcblx0cHJpdmF0ZSBfZXN0YWJsaXNobWVudFNlcnZpY2U6IEx1RXN0YWJsaXNobWVudFNlcnZpY2U7XHJcblx0cHJpdmF0ZSBfbGVnYWxVbml0U2VydmljZTogTHVMZWdhbFVuaXRTZXJ2aWNlO1xyXG5cclxuXHRpc1NlYXJjaGluZyA9IGZhbHNlO1xyXG5cdGdyb3VwQnlMdSA9IHRydWU7XHJcblxyXG5cdGdldCBzb3J0KCk6IHN0cmluZyB7XHJcblx0XHRyZXR1cm4gdGhpcy5pc1NlYXJjaGluZyA/ICduYW1lJyA6ICdsZWdhbHVuaXQubmFtZSxuYW1lJztcclxuXHR9XHJcblxyXG5cdGNvbnN0cnVjdG9yKFxyXG5cdFx0cHJvdGVjdGVkIF9jaGFuZ2VEZXRlY3RvclJlZjogQ2hhbmdlRGV0ZWN0b3JSZWYsXHJcblx0XHRwcm90ZWN0ZWQgX292ZXJsYXk6IE92ZXJsYXksXHJcblx0XHRwcm90ZWN0ZWQgX2VsZW1lbnRSZWY6IEVsZW1lbnRSZWYsXHJcblx0XHRwcm90ZWN0ZWQgX3ZpZXdDb250YWluZXJSZWY6IFZpZXdDb250YWluZXJSZWYsXHJcblx0XHRwcm90ZWN0ZWQgX3JlbmRlcmVyOiBSZW5kZXJlcjIsXHJcblx0XHRASW5qZWN0KEFMdUxlZ2FsVW5pdFNlcnZpY2UpIEBPcHRpb25hbCgpIEBTa2lwU2VsZigpIGhvc3RMdVNlcnZpY2U6IEFMdUxlZ2FsVW5pdFNlcnZpY2UsXHJcblx0XHRASW5qZWN0KEFMdUxlZ2FsVW5pdFNlcnZpY2UpIEBTZWxmKCkgc2VsZkx1U2VydmljZTogTHVMZWdhbFVuaXRTZXJ2aWNlLFxyXG5cdFx0QEluamVjdChBTHVFc3RhYmxpc2htZW50U2VydmljZSkgQE9wdGlvbmFsKCkgQFNraXBTZWxmKCkgaG9zdEVzdGFibGlzaG1lbnRTZXJ2aWNlOiBBTHVFc3RhYmxpc2htZW50U2VydmljZSxcclxuXHRcdEBJbmplY3QoQUx1RXN0YWJsaXNobWVudFNlcnZpY2UpIEBTZWxmKCkgc2VsZkVzdGFibGlzaG1lbnRTZXJ2aWNlOiBMdUVzdGFibGlzaG1lbnRTZXJ2aWNlLFxyXG5cdFx0QEluamVjdChMdUVzdGFibGlzaG1lbnRTZWxlY3RJbnB1dEludGwpIHB1YmxpYyBpbnRsOiBJTHVFc3RhYmxpc2htZW50U2VsZWN0SW5wdXRMYWJlbFxyXG5cdCkge1xyXG5cdFx0c3VwZXIoXHJcblx0XHRcdF9jaGFuZ2VEZXRlY3RvclJlZixcclxuXHRcdFx0X292ZXJsYXksXHJcblx0XHRcdF9lbGVtZW50UmVmLFxyXG5cdFx0XHRfdmlld0NvbnRhaW5lclJlZixcclxuXHRcdFx0X3JlbmRlcmVyLFxyXG5cdFx0KTtcclxuXHRcdHRoaXMuX2VzdGFibGlzaG1lbnRTZXJ2aWNlID0gKGhvc3RFc3RhYmxpc2htZW50U2VydmljZSB8fCBzZWxmRXN0YWJsaXNobWVudFNlcnZpY2UpIGFzIEx1RXN0YWJsaXNobWVudFNlcnZpY2U7XHJcblx0XHR0aGlzLl9sZWdhbFVuaXRTZXJ2aWNlID0gKGhvc3RMdVNlcnZpY2UgfHwgc2VsZkx1U2VydmljZSkgYXMgTHVMZWdhbFVuaXRTZXJ2aWNlO1xyXG5cdH1cclxuXHJcblx0bmdPbkluaXQoKSB7XHJcblx0XHR0aGlzLl9zdWJzLmFkZChcclxuXHRcdFx0Y29tYmluZUxhdGVzdChbXHJcblx0XHRcdFx0dGhpcy5fbGVnYWxVbml0U2VydmljZS5jb3VudCgpLFxyXG5cdFx0XHRcdHRoaXMuX2VzdGFibGlzaG1lbnRTZXJ2aWNlLmNvdW50KClcclxuXHRcdFx0XSlcclxuXHRcdFx0XHQuc3Vic2NyaWJlKChbbHVDb3VudCwgZXN0YWJsaXNobWVudENvdW50XSkgPT4ge1xyXG5cdFx0XHRcdFx0dGhpcy5ncm91cEJ5THUgPVxyXG5cdFx0XHRcdFx0XHRsdUNvdW50ID4gMSAmJlxyXG5cdFx0XHRcdFx0XHRlc3RhYmxpc2htZW50Q291bnQgPiAxICYmXHJcblx0XHRcdFx0XHRcdGx1Q291bnQgIT09IGVzdGFibGlzaG1lbnRDb3VudDtcclxuXHRcdFx0XHR9KVxyXG5cdFx0KTtcclxuXHR9XHJcblxyXG5cdG9uSXNTZWFyY2hpbmdDaGFuZ2VkKGlzU2VhcmNoaW5nOiBib29sZWFuKSB7XHJcblx0XHR0aGlzLmlzU2VhcmNoaW5nID0gaXNTZWFyY2hpbmc7XHJcblx0XHR0aGlzLl9jaGFuZ2VEZXRlY3RvclJlZi5kZXRlY3RDaGFuZ2VzKCk7XHJcblx0fVxyXG5cclxuXHR0cmFja0J5SWQoaWR4OiBudW1iZXIsIGl0ZW06IElMdUVzdGFibGlzaG1lbnQpOiBudW1iZXIge1xyXG5cdFx0cmV0dXJuIGl0ZW0uaWQ7XHJcblx0fVxyXG59XHJcbiJdfQ==
|
|
@@ -1,16 +0,0 @@
|
|
|
1
|
-
import { Injectable, LOCALE_ID, Inject } from '@angular/core';
|
|
2
|
-
import { ALuIntl } from '@lucca-front/ng/core';
|
|
3
|
-
import { LU_ESTABLISHMENT_SELECT_INPUT_TRANSLATIONS } from './establishment-select-input.token';
|
|
4
|
-
export class LuEstablishmentSelectInputIntl extends ALuIntl {
|
|
5
|
-
constructor(translations, locale) {
|
|
6
|
-
super(translations, locale);
|
|
7
|
-
}
|
|
8
|
-
}
|
|
9
|
-
LuEstablishmentSelectInputIntl.decorators = [
|
|
10
|
-
{ type: Injectable }
|
|
11
|
-
];
|
|
12
|
-
LuEstablishmentSelectInputIntl.ctorParameters = () => [
|
|
13
|
-
{ type: undefined, decorators: [{ type: Inject, args: [LU_ESTABLISHMENT_SELECT_INPUT_TRANSLATIONS,] }] },
|
|
14
|
-
{ type: undefined, decorators: [{ type: Inject, args: [LOCALE_ID,] }] }
|
|
15
|
-
];
|
|
16
|
-
//# sourceMappingURL=data:application/json;base64,eyJ2ZXJzaW9uIjozLCJmaWxlIjoiZXN0YWJsaXNobWVudC1zZWxlY3QtaW5wdXQuaW50bC5qcyIsInNvdXJjZVJvb3QiOiIiLCJzb3VyY2VzIjpbIi4uLy4uLy4uLy4uLy4uLy4uLy4uL3BhY2thZ2VzL25nL2VzdGFibGlzaG1lbnQvc3JjL2xpYi9zZWxlY3QvaW5wdXQvZXN0YWJsaXNobWVudC1zZWxlY3QtaW5wdXQuaW50bC50cyJdLCJuYW1lcyI6W10sIm1hcHBpbmdzIjoiQUFBQSxPQUFPLEVBQUUsVUFBVSxFQUFFLFNBQVMsRUFBRSxNQUFNLEVBQUUsTUFBTSxlQUFlLENBQUM7QUFDOUQsT0FBTyxFQUFFLE9BQU8sRUFBRSxNQUFNLHNCQUFzQixDQUFDO0FBQy9DLE9BQU8sRUFBRSwwQ0FBMEMsRUFBRSxNQUFNLG9DQUFvQyxDQUFDO0FBSWhHLE1BQU0sT0FBTyw4QkFBK0IsU0FBUSxPQUF5QztJQUM1RixZQUFnRSxZQUFZLEVBQXFCLE1BQU07UUFDdEcsS0FBSyxDQUFDLFlBQVksRUFBRSxNQUFNLENBQUMsQ0FBQztJQUM3QixDQUFDOzs7WUFKRCxVQUFVOzs7NENBRUcsTUFBTSxTQUFDLDBDQUEwQzs0Q0FBaUIsTUFBTSxTQUFDLFNBQVMiLCJzb3VyY2VzQ29udGVudCI6WyJpbXBvcnQgeyBJbmplY3RhYmxlLCBMT0NBTEVfSUQsIEluamVjdCB9IGZyb20gJ0Bhbmd1bGFyL2NvcmUnO1xyXG5pbXBvcnQgeyBBTHVJbnRsIH0gZnJvbSAnQGx1Y2NhLWZyb250L25nL2NvcmUnO1xyXG5pbXBvcnQgeyBMVV9FU1RBQkxJU0hNRU5UX1NFTEVDVF9JTlBVVF9UUkFOU0xBVElPTlMgfSBmcm9tICcuL2VzdGFibGlzaG1lbnQtc2VsZWN0LWlucHV0LnRva2VuJztcclxuaW1wb3J0IHsgSUx1RXN0YWJsaXNobWVudFNlbGVjdElucHV0TGFiZWwgfSBmcm9tICcuL2VzdGFibGlzaG1lbnQtc2VsZWN0LWlucHV0LnRyYW5zbGF0ZSc7XHJcblxyXG5ASW5qZWN0YWJsZSgpXHJcbmV4cG9ydCBjbGFzcyBMdUVzdGFibGlzaG1lbnRTZWxlY3RJbnB1dEludGwgZXh0ZW5kcyBBTHVJbnRsPElMdUVzdGFibGlzaG1lbnRTZWxlY3RJbnB1dExhYmVsPiB7XHJcblx0Y29uc3RydWN0b3IoQEluamVjdChMVV9FU1RBQkxJU0hNRU5UX1NFTEVDVF9JTlBVVF9UUkFOU0xBVElPTlMpIHRyYW5zbGF0aW9ucywgQEluamVjdChMT0NBTEVfSUQpIGxvY2FsZSkge1xyXG5cdFx0c3VwZXIodHJhbnNsYXRpb25zLCBsb2NhbGUpO1xyXG5cdH1cclxufVxyXG4iXX0=
|
|
@@ -1,40 +0,0 @@
|
|
|
1
|
-
import { CommonModule } from '@angular/common';
|
|
2
|
-
import { NgModule } from '@angular/core';
|
|
3
|
-
import { LuInputModule } from '@lucca-front/ng/input';
|
|
4
|
-
import { LuOptionModule } from '@lucca-front/ng/option';
|
|
5
|
-
import { LuForLegalUnitsModule } from '../for-legal-units/index';
|
|
6
|
-
import { LuLegalUnitSelectorModule } from '../legal-unit-selector/index';
|
|
7
|
-
import { LuEstablishmentSearcherModule } from '../searcher/index';
|
|
8
|
-
import { LuEstablishmentSelectAllModule } from '../select-all/index';
|
|
9
|
-
import { LuEstablishmentSelectInputComponent } from './establishment-select-input.component';
|
|
10
|
-
import { LuEstablishmentSelectInputIntl } from './establishment-select-input.intl';
|
|
11
|
-
import { LU_ESTABLISHMENT_SELECT_INPUT_TRANSLATIONS } from './establishment-select-input.token';
|
|
12
|
-
import { luEstablishmentSelectInputTranslations } from './establishment-select-input.translate';
|
|
13
|
-
const ɵ0 = luEstablishmentSelectInputTranslations;
|
|
14
|
-
export class LuEstablishmentSelectInputModule {
|
|
15
|
-
}
|
|
16
|
-
LuEstablishmentSelectInputModule.decorators = [
|
|
17
|
-
{ type: NgModule, args: [{
|
|
18
|
-
imports: [
|
|
19
|
-
CommonModule,
|
|
20
|
-
LuInputModule,
|
|
21
|
-
LuOptionModule,
|
|
22
|
-
LuEstablishmentSearcherModule,
|
|
23
|
-
LuEstablishmentSelectAllModule,
|
|
24
|
-
LuForLegalUnitsModule,
|
|
25
|
-
LuLegalUnitSelectorModule,
|
|
26
|
-
],
|
|
27
|
-
declarations: [
|
|
28
|
-
LuEstablishmentSelectInputComponent
|
|
29
|
-
],
|
|
30
|
-
exports: [
|
|
31
|
-
LuEstablishmentSelectInputComponent,
|
|
32
|
-
],
|
|
33
|
-
providers: [
|
|
34
|
-
{ provide: LU_ESTABLISHMENT_SELECT_INPUT_TRANSLATIONS, useValue: ɵ0 },
|
|
35
|
-
LuEstablishmentSelectInputIntl,
|
|
36
|
-
],
|
|
37
|
-
},] }
|
|
38
|
-
];
|
|
39
|
-
export { ɵ0 };
|
|
40
|
-
//# sourceMappingURL=data:application/json;base64,eyJ2ZXJzaW9uIjozLCJmaWxlIjoiZXN0YWJsaXNobWVudC1zZWxlY3QtaW5wdXQubW9kdWxlLmpzIiwic291cmNlUm9vdCI6IiIsInNvdXJjZXMiOlsiLi4vLi4vLi4vLi4vLi4vLi4vLi4vcGFja2FnZXMvbmcvZXN0YWJsaXNobWVudC9zcmMvbGliL3NlbGVjdC9pbnB1dC9lc3RhYmxpc2htZW50LXNlbGVjdC1pbnB1dC5tb2R1bGUudHMiXSwibmFtZXMiOltdLCJtYXBwaW5ncyI6IkFBQUEsT0FBTyxFQUFFLFlBQVksRUFBRSxNQUFNLGlCQUFpQixDQUFDO0FBQy9DLE9BQU8sRUFBRSxRQUFRLEVBQUUsTUFBTSxlQUFlLENBQUM7QUFFekMsT0FBTyxFQUFFLGFBQWEsRUFBRSxNQUFNLHVCQUF1QixDQUFDO0FBQ3RELE9BQU8sRUFBRSxjQUFjLEVBQUUsTUFBTSx3QkFBd0IsQ0FBQztBQUV4RCxPQUFPLEVBQUUscUJBQXFCLEVBQUUsTUFBTSwwQkFBMEIsQ0FBQztBQUNqRSxPQUFPLEVBQUUseUJBQXlCLEVBQUUsTUFBTSw4QkFBOEIsQ0FBQztBQUN6RSxPQUFPLEVBQUUsNkJBQTZCLEVBQUUsTUFBTSxtQkFBbUIsQ0FBQztBQUNsRSxPQUFPLEVBQUUsOEJBQThCLEVBQUUsTUFBTSxxQkFBcUIsQ0FBQztBQUVyRSxPQUFPLEVBQUUsbUNBQW1DLEVBQUUsTUFBTSx3Q0FBd0MsQ0FBQztBQUM3RixPQUFPLEVBQUUsOEJBQThCLEVBQUUsTUFBTSxtQ0FBbUMsQ0FBQztBQUNuRixPQUFPLEVBQUUsMENBQTBDLEVBQUUsTUFBTSxvQ0FBb0MsQ0FBQztBQUNoRyxPQUFPLEVBQUUsc0NBQXNDLEVBQUUsTUFBTSx3Q0FBd0MsQ0FBQztXQW1CN0Isc0NBQXNDO0FBSXpHLE1BQU0sT0FBTyxnQ0FBZ0M7OztZQXJCNUMsUUFBUSxTQUFDO2dCQUNULE9BQU8sRUFBRTtvQkFDUixZQUFZO29CQUNaLGFBQWE7b0JBQ2IsY0FBYztvQkFDZCw2QkFBNkI7b0JBQzdCLDhCQUE4QjtvQkFDOUIscUJBQXFCO29CQUNyQix5QkFBeUI7aUJBQ3pCO2dCQUNELFlBQVksRUFBRTtvQkFDYixtQ0FBbUM7aUJBQ25DO2dCQUNELE9BQU8sRUFBRTtvQkFDUixtQ0FBbUM7aUJBQ25DO2dCQUNELFNBQVMsRUFBRTtvQkFDVixFQUFFLE9BQU8sRUFBRSwwQ0FBMEMsRUFBRSxRQUFRLElBQXdDLEVBQUU7b0JBQ3pHLDhCQUE4QjtpQkFDOUI7YUFDRCIsInNvdXJjZXNDb250ZW50IjpbImltcG9ydCB7IENvbW1vbk1vZHVsZSB9IGZyb20gJ0Bhbmd1bGFyL2NvbW1vbic7XHJcbmltcG9ydCB7IE5nTW9kdWxlIH0gZnJvbSAnQGFuZ3VsYXIvY29yZSc7XHJcblxyXG5pbXBvcnQgeyBMdUlucHV0TW9kdWxlIH0gZnJvbSAnQGx1Y2NhLWZyb250L25nL2lucHV0JztcclxuaW1wb3J0IHsgTHVPcHRpb25Nb2R1bGUgfSBmcm9tICdAbHVjY2EtZnJvbnQvbmcvb3B0aW9uJztcclxuXHJcbmltcG9ydCB7IEx1Rm9yTGVnYWxVbml0c01vZHVsZSB9IGZyb20gJy4uL2Zvci1sZWdhbC11bml0cy9pbmRleCc7XHJcbmltcG9ydCB7IEx1TGVnYWxVbml0U2VsZWN0b3JNb2R1bGUgfSBmcm9tICcuLi9sZWdhbC11bml0LXNlbGVjdG9yL2luZGV4JztcclxuaW1wb3J0IHsgTHVFc3RhYmxpc2htZW50U2VhcmNoZXJNb2R1bGUgfSBmcm9tICcuLi9zZWFyY2hlci9pbmRleCc7XHJcbmltcG9ydCB7IEx1RXN0YWJsaXNobWVudFNlbGVjdEFsbE1vZHVsZSB9IGZyb20gJy4uL3NlbGVjdC1hbGwvaW5kZXgnO1xyXG5cclxuaW1wb3J0IHsgTHVFc3RhYmxpc2htZW50U2VsZWN0SW5wdXRDb21wb25lbnQgfSBmcm9tICcuL2VzdGFibGlzaG1lbnQtc2VsZWN0LWlucHV0LmNvbXBvbmVudCc7XHJcbmltcG9ydCB7IEx1RXN0YWJsaXNobWVudFNlbGVjdElucHV0SW50bCB9IGZyb20gJy4vZXN0YWJsaXNobWVudC1zZWxlY3QtaW5wdXQuaW50bCc7XHJcbmltcG9ydCB7IExVX0VTVEFCTElTSE1FTlRfU0VMRUNUX0lOUFVUX1RSQU5TTEFUSU9OUyB9IGZyb20gJy4vZXN0YWJsaXNobWVudC1zZWxlY3QtaW5wdXQudG9rZW4nO1xyXG5pbXBvcnQgeyBsdUVzdGFibGlzaG1lbnRTZWxlY3RJbnB1dFRyYW5zbGF0aW9ucyB9IGZyb20gJy4vZXN0YWJsaXNobWVudC1zZWxlY3QtaW5wdXQudHJhbnNsYXRlJztcclxuXHJcbkBOZ01vZHVsZSh7XHJcblx0aW1wb3J0czogW1xyXG5cdFx0Q29tbW9uTW9kdWxlLFxyXG5cdFx0THVJbnB1dE1vZHVsZSxcclxuXHRcdEx1T3B0aW9uTW9kdWxlLFxyXG5cdFx0THVFc3RhYmxpc2htZW50U2VhcmNoZXJNb2R1bGUsXHJcblx0XHRMdUVzdGFibGlzaG1lbnRTZWxlY3RBbGxNb2R1bGUsXHJcblx0XHRMdUZvckxlZ2FsVW5pdHNNb2R1bGUsXHJcblx0XHRMdUxlZ2FsVW5pdFNlbGVjdG9yTW9kdWxlLFxyXG5cdF0sXHJcblx0ZGVjbGFyYXRpb25zOiBbXHJcblx0XHRMdUVzdGFibGlzaG1lbnRTZWxlY3RJbnB1dENvbXBvbmVudFxyXG5cdF0sXHJcblx0ZXhwb3J0czogW1xyXG5cdFx0THVFc3RhYmxpc2htZW50U2VsZWN0SW5wdXRDb21wb25lbnQsXHJcblx0XSxcclxuXHRwcm92aWRlcnM6IFtcclxuXHRcdHsgcHJvdmlkZTogTFVfRVNUQUJMSVNITUVOVF9TRUxFQ1RfSU5QVVRfVFJBTlNMQVRJT05TLCB1c2VWYWx1ZTogbHVFc3RhYmxpc2htZW50U2VsZWN0SW5wdXRUcmFuc2xhdGlvbnMgfSxcclxuXHRcdEx1RXN0YWJsaXNobWVudFNlbGVjdElucHV0SW50bCxcclxuXHRdLFxyXG59KVxyXG5leHBvcnQgY2xhc3MgTHVFc3RhYmxpc2htZW50U2VsZWN0SW5wdXRNb2R1bGUgeyB9XHJcbiJdfQ==
|
package/establishment/esm2015/lib/select/legal-unit-selector/legal-unit-selector.directive.js
DELETED
|
@@ -1,73 +0,0 @@
|
|
|
1
|
-
import { Directive, forwardRef, HostListener, Inject, Input, Optional, Self, SkipSelf } from '@angular/core';
|
|
2
|
-
import { ALuOptionSelector } from '@lucca-front/ng/option';
|
|
3
|
-
import { Subject, Subscription } from 'rxjs';
|
|
4
|
-
import { ALuEstablishmentService, LuEstablishmentService } from '../../service/index';
|
|
5
|
-
export class LuLegalUnitSelectorDirective {
|
|
6
|
-
constructor(hostService, selfService) {
|
|
7
|
-
this.multiple = true;
|
|
8
|
-
this.onSelectValue = new Subject();
|
|
9
|
-
this._subs = new Subscription();
|
|
10
|
-
this._service = (hostService || selfService);
|
|
11
|
-
}
|
|
12
|
-
set filters(filters) { this._service.filters = filters; }
|
|
13
|
-
set appInstanceId(appId) { this._service.appInstanceId = appId; }
|
|
14
|
-
set operations(ops) { this._service.operations = ops; }
|
|
15
|
-
onClick() {
|
|
16
|
-
const sub = this._service.getAll([`legalUnitId=${this.legalUnit.id}`]).subscribe(establishments => {
|
|
17
|
-
var _a, _b, _c;
|
|
18
|
-
if (this.shouldAdd(establishments)) {
|
|
19
|
-
const selectedEstablishmentIds = new Set(((_a = this._values) !== null && _a !== void 0 ? _a : []).map(ets => ets.id));
|
|
20
|
-
this.onSelectValue.next(Array.from([
|
|
21
|
-
...((_b = this._values) !== null && _b !== void 0 ? _b : []),
|
|
22
|
-
...establishments.filter(ets => !selectedEstablishmentIds.has(ets.id))
|
|
23
|
-
]));
|
|
24
|
-
}
|
|
25
|
-
else {
|
|
26
|
-
const establishmentIds = new Set(establishments.map(ets => ets.id));
|
|
27
|
-
this.onSelectValue.next(((_c = this._values) !== null && _c !== void 0 ? _c : []).filter(ets => !establishmentIds.has(ets.id)));
|
|
28
|
-
}
|
|
29
|
-
});
|
|
30
|
-
this._subs.add(sub);
|
|
31
|
-
}
|
|
32
|
-
setValue(values) {
|
|
33
|
-
this._values = values;
|
|
34
|
-
}
|
|
35
|
-
ngOnDestroy() {
|
|
36
|
-
this._subs.unsubscribe();
|
|
37
|
-
}
|
|
38
|
-
shouldAdd(establishments) {
|
|
39
|
-
var _a;
|
|
40
|
-
const selectedCount = ((_a = this._values) !== null && _a !== void 0 ? _a : [])
|
|
41
|
-
.filter(ets => ets.legalUnitId === this.legalUnit.id)
|
|
42
|
-
.length;
|
|
43
|
-
return establishments.length > selectedCount;
|
|
44
|
-
}
|
|
45
|
-
}
|
|
46
|
-
LuLegalUnitSelectorDirective.decorators = [
|
|
47
|
-
{ type: Directive, args: [{
|
|
48
|
-
selector: '[luLegalUnitSelector]',
|
|
49
|
-
providers: [
|
|
50
|
-
{
|
|
51
|
-
provide: ALuOptionSelector,
|
|
52
|
-
useExisting: forwardRef(() => LuLegalUnitSelectorDirective),
|
|
53
|
-
multi: true,
|
|
54
|
-
},
|
|
55
|
-
{
|
|
56
|
-
provide: ALuEstablishmentService,
|
|
57
|
-
useClass: LuEstablishmentService,
|
|
58
|
-
},
|
|
59
|
-
]
|
|
60
|
-
},] }
|
|
61
|
-
];
|
|
62
|
-
LuLegalUnitSelectorDirective.ctorParameters = () => [
|
|
63
|
-
{ type: ALuEstablishmentService, decorators: [{ type: Inject, args: [ALuEstablishmentService,] }, { type: Optional }, { type: SkipSelf }] },
|
|
64
|
-
{ type: LuEstablishmentService, decorators: [{ type: Inject, args: [ALuEstablishmentService,] }, { type: Self }] }
|
|
65
|
-
];
|
|
66
|
-
LuLegalUnitSelectorDirective.propDecorators = {
|
|
67
|
-
legalUnit: [{ type: Input, args: ['luLegalUnitSelector',] }],
|
|
68
|
-
filters: [{ type: Input, args: ['luLegalUnitSelectorFilters',] }],
|
|
69
|
-
appInstanceId: [{ type: Input, args: ['luLegalUnitSelectorAppInstanceId',] }],
|
|
70
|
-
operations: [{ type: Input, args: ['luLegalUnitSelectorOperations',] }],
|
|
71
|
-
onClick: [{ type: HostListener, args: ['click',] }]
|
|
72
|
-
};
|
|
73
|
-
//# sourceMappingURL=data:application/json;base64,eyJ2ZXJzaW9uIjozLCJmaWxlIjoibGVnYWwtdW5pdC1zZWxlY3Rvci5kaXJlY3RpdmUuanMiLCJzb3VyY2VSb290IjoiIiwic291cmNlcyI6WyIuLi8uLi8uLi8uLi8uLi8uLi8uLi9wYWNrYWdlcy9uZy9lc3RhYmxpc2htZW50L3NyYy9saWIvc2VsZWN0L2xlZ2FsLXVuaXQtc2VsZWN0b3IvbGVnYWwtdW5pdC1zZWxlY3Rvci5kaXJlY3RpdmUudHMiXSwibmFtZXMiOltdLCJtYXBwaW5ncyI6IkFBQUEsT0FBTyxFQUFFLFNBQVMsRUFBRSxVQUFVLEVBQUUsWUFBWSxFQUFFLE1BQU0sRUFBRSxLQUFLLEVBQWEsUUFBUSxFQUFFLElBQUksRUFBRSxRQUFRLEVBQUUsTUFBTSxlQUFlLENBQUM7QUFDeEgsT0FBTyxFQUFFLGlCQUFpQixFQUFxQixNQUFNLHdCQUF3QixDQUFDO0FBQzlFLE9BQU8sRUFBRSxPQUFPLEVBQUUsWUFBWSxFQUFFLE1BQU0sTUFBTSxDQUFDO0FBRTdDLE9BQU8sRUFBRSx1QkFBdUIsRUFBRSxzQkFBc0IsRUFBRSxNQUFNLHFCQUFxQixDQUFDO0FBZ0J0RixNQUFNLE9BQU8sNEJBQTRCO0lBV3hDLFlBQzBELFdBQW9DLEVBQ3BELFdBQW1DO1FBWjdFLGFBQVEsR0FBRyxJQUFJLENBQUM7UUFDaEIsa0JBQWEsR0FBRyxJQUFJLE9BQU8sRUFBc0IsQ0FBQztRQUcxQyxVQUFLLEdBQUcsSUFBSSxZQUFZLEVBQUUsQ0FBQztRQVVsQyxJQUFJLENBQUMsUUFBUSxHQUFHLENBQUMsV0FBVyxJQUFJLFdBQVcsQ0FBMkIsQ0FBQztJQUN4RSxDQUFDO0lBUkQsSUFBeUMsT0FBTyxDQUFDLE9BQWlCLElBQUksSUFBSSxDQUFDLFFBQVEsQ0FBQyxPQUFPLEdBQUcsT0FBTyxDQUFDLENBQUMsQ0FBQztJQUN4RyxJQUErQyxhQUFhLENBQUMsS0FBYSxJQUFJLElBQUksQ0FBQyxRQUFRLENBQUMsYUFBYSxHQUFHLEtBQUssQ0FBQyxDQUFDLENBQUM7SUFDcEgsSUFBNEMsVUFBVSxDQUFDLEdBQWEs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eEMsS0FBSyxTQUFDLCtCQUErQjtzQkFRckMsWUFBWSxTQUFDLE9BQU8iLCJzb3VyY2VzQ29udGVudCI6WyJpbXBvcnQgeyBEaXJlY3RpdmUsIGZvcndhcmRSZWYsIEhvc3RMaXN0ZW5lciwgSW5qZWN0LCBJbnB1dCwgT25EZXN0cm95LCBPcHRpb25hbCwgU2VsZiwgU2tpcFNlbGYgfSBmcm9tICdAYW5ndWxhci9jb3JlJztcclxuaW1wb3J0IHsgQUx1T3B0aW9uU2VsZWN0b3IsIElMdU9wdGlvblNlbGVjdG9yIH0gZnJvbSAnQGx1Y2NhLWZyb250L25nL29wdGlvbic7XHJcbmltcG9ydCB7IFN1YmplY3QsIFN1YnNjcmlwdGlvbiB9IGZyb20gJ3J4anMnO1xyXG5pbXBvcnQgeyBJTHVFc3RhYmxpc2htZW50LCBJTHVMZWdhbFVuaXQgfSBmcm9tICcuLi8uLi9lc3RhYmxpc2htZW50Lm1vZGVsJztcclxuaW1wb3J0IHsgQUx1RXN0YWJsaXNobWVudFNlcnZpY2UsIEx1RXN0YWJsaXNobWVudFNlcnZpY2UgfSBmcm9tICcuLi8uLi9zZXJ2aWNlL2luZGV4JztcclxuXHJcbkBEaXJlY3RpdmUoe1xyXG5cdHNlbGVjdG9yOiAnW2x1TGVnYWxVbml0U2VsZWN0b3JdJyxcclxuXHRwcm92aWRlcnM6IFtcclxuXHRcdHtcclxuXHRcdFx0cHJvdmlkZTogQUx1T3B0aW9uU2VsZWN0b3IsXHJcblx0XHRcdHVzZUV4aXN0aW5nOiBmb3J3YXJkUmVmKCgpID0+IEx1TGVnYWxVbml0U2VsZWN0b3JEaXJlY3RpdmUpLFxyXG5cdFx0XHRtdWx0aTogdHJ1ZSxcclxuXHRcdH0sXHJcblx0XHR7XHJcblx0XHRcdHByb3ZpZGU6IEFMdUVzdGFibGlzaG1lbnRTZXJ2aWNlLFxyXG5cdFx0XHR1c2VDbGFzczogTHVFc3RhYmxpc2htZW50U2VydmljZSxcclxuXHRcdH0sXHJcblx0XVxyXG59KVxyXG5leHBvcnQgY2xhc3MgTHVMZWdhbFVuaXRTZWxlY3RvckRpcmVjdGl2ZSBpbXBsZW1lbnRzIElMdU9wdGlvblNlbGVjdG9yPElMdUVzdGFibGlzaG1lbnQ+LCBPbkRlc3Ryb3kge1xyXG5cdG11bHRpcGxlID0gdHJ1ZTtcclxuXHRvblNlbGVjdFZhbHVlID0gbmV3IFN1YmplY3Q8SUx1RXN0YWJsaXNobWVudFtdPigpO1xyXG5cdHByaXZhdGUgX3ZhbHVlczogSUx1RXN0YWJsaXNobWVudFtdO1xyXG5cdHByaXZhdGUgX3NlcnZpY2U6IEx1RXN0YWJsaXNobWVudFNlcnZpY2U7XHJcblx0cHJpdmF0ZSBfc3VicyA9IG5ldyBTdWJzY3JpcHRpb24oKTtcclxuXHJcblx0QElucHV0KCdsdUxlZ2FsVW5pdFNlbGVjdG9yJykgbGVnYWxVbml0OiBJTHVMZWdhbFVuaXQ7XHJcblx0QElucHV0KCdsdUxlZ2FsVW5pdFNlbGVjdG9yRmlsdGVycycpIHNldCBmaWx0ZXJzKGZpbHRlcnM6IHN0cmluZ1tdKSB7IHRoaXMuX3NlcnZpY2UuZmlsdGVycyA9IGZpbHRlcnM7IH1cclxuXHRASW5wdXQoJ2x1TGVnYWxVbml0U2VsZWN0b3JBcHBJbnN0YW5jZUlkJykgc2V0IGFwcEluc3RhbmNlSWQoYXBwSWQ6IG51bWJlcikgeyB0aGlzLl9zZXJ2aWNlLmFwcEluc3RhbmNlSWQgPSBhcHBJZDsgfVxyXG5cdEBJbnB1dCgnbHVMZWdhbFVuaXRTZWxlY3Rvck9wZXJhdGlvbnMnKSBzZXQgb3BlcmF0aW9ucyhvcHM6IG51bWJlcltdKSB7IHRoaXMuX3NlcnZpY2Uub3BlcmF0aW9ucyA9IG9wczsgfVxyXG5cdGNvbnN0cnVjdG9yKFxyXG5cdFx0QEluamVjdChBTHVFc3RhYmxpc2htZW50U2VydmljZSkgQE9wdGlvbmFsKCkgQFNraXBTZWxmKCkgaG9zdFNlcnZpY2U6IEFMdUVzdGFibGlzaG1lbnRTZXJ2aWNlLFxyXG5cdFx0QEluamVjdChBTHVFc3RhYmxpc2htZW50U2VydmljZSkgQFNlbGYoKSBzZWxmU2VydmljZTogTHVFc3RhYmxpc2htZW50U2VydmljZSxcclxuXHQpIHtcclxuXHRcdHRoaXMuX3NlcnZpY2UgPSAoaG9zdFNlcnZpY2UgfHwgc2VsZlNlcnZpY2UpIGFzIEx1RXN0YWJsaXNobWVudFNlcnZpY2U7XHJcblx0fVxyXG5cclxuXHRASG9zdExpc3RlbmVyKCdjbGljaycpXHJcblx0b25DbGljaygpOiB2b2lkIHtcclxuXHRcdGNvbnN0IHN1YiA9IHRoaXMuX3NlcnZpY2UuZ2V0QWxsKFxyXG5cdFx0XHRbYGxlZ2FsVW5pdElkPSR7dGhpcy5sZWdhbFVuaXQuaWR9YF1cclxuXHRcdCkuc3Vic2NyaWJlKGVzdGFibGlzaG1lbnRzID0+IHtcclxuXHRcdFx0aWYgKHRoaXMuc2hvdWxkQWRkKGVzdGFibGlzaG1lbnRzKSkge1xyXG5cdFx0XHRcdGNvbnN0IHNlbGVjdGVkRXN0YWJsaXNobWVudElkcyA9IG5ldyBTZXQ8bnVtYmVyPigodGhpcy5fdmFsdWVzID8/IFtdKS5tYXAoZXRzID0+IGV0cy5pZCkpO1xyXG5cdFx0XHRcdHRoaXMub25TZWxlY3RWYWx1ZS5uZXh0KFxyXG5cdFx0XHRcdFx0QXJyYXkuZnJvbShbXHJcblx0XHRcdFx0XHRcdC4uLih0aGlzLl92YWx1ZXMgPz8gW10pLFxyXG5cdFx0XHRcdFx0XHQuLi5lc3RhYmxpc2htZW50cy5maWx0ZXIoZXRzID0+ICFzZWxlY3RlZEVzdGFibGlzaG1lbnRJZHMuaGFzKGV0cy5pZCkpXHJcblx0XHRcdFx0XHRdKVxyXG5cdFx0XHRcdCk7XHJcblx0XHRcdH0gZWxzZSB7XHJcblx0XHRcdFx0Y29uc3QgZXN0YWJsaXNobWVudElkcyA9IG5ldyBTZXQ8bnVtYmVyPihlc3RhYmxpc2htZW50cy5tYXAoZXRzID0+IGV0cy5pZCkpO1xyXG5cdFx0XHRcdHRoaXMub25TZWxlY3RWYWx1ZS5uZXh0KFxyXG5cdFx0XHRcdFx0KHRoaXMuX3ZhbHVlcyA/PyBbXSkuZmlsdGVyKGV0cyA9PiAhZXN0YWJsaXNobWVudElkcy5oYXMoZXRzLmlkKSlcclxuXHRcdFx0XHQpO1xyXG5cdFx0XHR9XHJcblx0XHR9KTtcclxuXHRcdHRoaXMuX3N1YnMuYWRkKHN1Yik7XHJcblx0fVxyXG5cclxuXHRzZXRWYWx1ZSh2YWx1ZXM6IElMdUVzdGFibGlzaG1lbnRbXSk6IHZvaWQge1xyXG5cdFx0dGhpcy5fdmFsdWVzID0gdmFsdWVzO1xyXG5cdH1cclxuXHJcblx0bmdPbkRlc3Ryb3koKSB7XHJcblx0XHR0aGlzLl9zdWJzLnVuc3Vic2NyaWJlKCk7XHJcblx0fVxyXG5cclxuXHRwcml2YXRlIHNob3VsZEFkZChlc3RhYmxpc2htZW50czogSUx1RXN0YWJsaXNobWVudFtdKTogYm9vbGVhbiB7XHJcblx0XHRjb25zdCBzZWxlY3RlZENvdW50ID0gKHRoaXMuX3ZhbHVlcyA/PyBbXSlcclxuXHRcdFx0LmZpbHRlcihldHMgPT4gZXRzLmxlZ2FsVW5pdElkID09PSB0aGlzLmxlZ2FsVW5pdC5pZClcclxuXHRcdFx0Lmxlbmd0aDtcclxuXHRcdHJldHVybiBlc3RhYmxpc2htZW50cy5sZW5ndGggPiBzZWxlY3RlZENvdW50O1xyXG5cdH1cclxufSJdfQ==
|
|
@@ -1,13 +0,0 @@
|
|
|
1
|
-
import { NgModule } from '@angular/core';
|
|
2
|
-
import { HttpClientModule } from '@angular/common/http';
|
|
3
|
-
import { LuLegalUnitSelectorDirective } from './legal-unit-selector.directive';
|
|
4
|
-
export class LuLegalUnitSelectorModule {
|
|
5
|
-
}
|
|
6
|
-
LuLegalUnitSelectorModule.decorators = [
|
|
7
|
-
{ type: NgModule, args: [{
|
|
8
|
-
imports: [HttpClientModule],
|
|
9
|
-
declarations: [LuLegalUnitSelectorDirective],
|
|
10
|
-
exports: [LuLegalUnitSelectorDirective]
|
|
11
|
-
},] }
|
|
12
|
-
];
|
|
13
|
-
//# sourceMappingURL=data:application/json;base64,eyJ2ZXJzaW9uIjozLCJmaWxlIjoibGVnYWwtdW5pdC1zZWxlY3Rvci5tb2R1bGUuanMiLCJzb3VyY2VSb290IjoiIiwic291cmNlcyI6WyIuLi8uLi8uLi8uLi8uLi8uLi8uLi9wYWNrYWdlcy9uZy9lc3RhYmxpc2htZW50L3NyYy9saWIvc2VsZWN0L2xlZ2FsLXVuaXQtc2VsZWN0b3IvbGVnYWwtdW5pdC1zZWxlY3Rvci5tb2R1bGUudHMiXSwibmFtZXMiOltdLCJtYXBwaW5ncyI6IkFBQUEsT0FBTyxFQUFFLFFBQVEsRUFBRSxNQUFNLGVBQWUsQ0FBQztBQUN6QyxPQUFPLEVBQUUsZ0JBQWdCLEVBQUUsTUFBTSxzQkFBc0IsQ0FBQztBQUN4RCxPQUFPLEVBQUUsNEJBQTRCLEVBQUUsTUFBTSxpQ0FBaUMsQ0FBQztBQU8vRSxNQUFNLE9BQU8seUJBQXlCOzs7WUFMckMsUUFBUSxTQUFDO2dCQUNULE9BQU8sRUFBRSxDQUFDLGdCQUFnQixDQUFDO2dCQUMzQixZQUFZLEVBQUUsQ0FBQyw0QkFBNEIsQ0FBQztnQkFDNUMsT0FBTyxFQUFFLENBQUMsNEJBQTRCLENBQUM7YUFDdkMiLCJzb3VyY2VzQ29udGVudCI6WyJpbXBvcnQgeyBOZ01vZHVsZSB9IGZyb20gJ0Bhbmd1bGFyL2NvcmUnO1xyXG5pbXBvcnQgeyBIdHRwQ2xpZW50TW9kdWxlIH0gZnJvbSAnQGFuZ3VsYXIvY29tbW9uL2h0dHAnO1xyXG5pbXBvcnQgeyBMdUxlZ2FsVW5pdFNlbGVjdG9yRGlyZWN0aXZlIH0gZnJvbSAnLi9sZWdhbC11bml0LXNlbGVjdG9yLmRpcmVjdGl2ZSc7XHJcblxyXG5ATmdNb2R1bGUoe1xyXG5cdGltcG9ydHM6IFtIdHRwQ2xpZW50TW9kdWxlXSxcclxuXHRkZWNsYXJhdGlvbnM6IFtMdUxlZ2FsVW5pdFNlbGVjdG9yRGlyZWN0aXZlXSxcclxuXHRleHBvcnRzOiBbTHVMZWdhbFVuaXRTZWxlY3RvckRpcmVjdGl2ZV1cclxufSlcclxuZXhwb3J0IGNsYXNzIEx1TGVnYWxVbml0U2VsZWN0b3JNb2R1bGUgeyB9Il19
|