@lucca-front/ng 7.2.0 → 8.0.0-alpha.1
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/animations/lucca-front-ng-animations.d.ts +1 -0
- package/animations/package.json +6 -10
- package/api/lib/api.module.d.ts +5 -0
- package/api/lib/select/api-select.module.d.ts +8 -0
- package/api/lib/select/feeder/api-feeder.component.d.ts +3 -0
- package/api/lib/select/feeder/api-feeder.module.d.ts +6 -0
- package/api/lib/select/input/api-select-input.component.d.ts +7 -6
- package/api/lib/select/input/api-select-input.module.d.ts +9 -0
- package/api/lib/select/pager/api-pager.component.d.ts +3 -0
- package/api/lib/select/pager/api-pager.module.d.ts +6 -0
- package/api/lib/select/searcher/api-searcher.component.d.ts +7 -3
- package/api/lib/select/searcher/api-searcher.model.d.ts +4 -5
- package/api/lib/select/searcher/api-searcher.module.d.ts +9 -0
- package/api/lib/service/api-hybrid.service.d.ts +3 -0
- package/api/lib/service/api-service.model.d.ts +2 -3
- package/api/lib/service/api-v3.service.d.ts +3 -0
- package/api/lib/service/api-v4.service.d.ts +3 -0
- package/api/lucca-front-ng-api.d.ts +1 -0
- package/api/package.json +6 -10
- package/core/lib/date/native/native-date.adapter.d.ts +3 -0
- package/core/lib/date/string/string-date.adapter.d.ts +3 -0
- package/core/lucca-front-ng-core.d.ts +1 -0
- package/core/package.json +6 -10
- package/date/lib/adapter/date-adapter.module.d.ts +5 -0
- package/date/lib/adapter/date-adapter.pipe.d.ts +3 -0
- package/date/lib/calendar/calendar-input.component.d.ts +6 -3
- package/date/lib/calendar/calendar-input.module.d.ts +7 -0
- package/date/lib/calendar/calendar-item.class.d.ts +1 -1
- package/date/lib/calendar/calendar-item.factory.d.ts +3 -0
- package/date/lib/date.module.d.ts +9 -0
- package/date/lib/input/date-input.directive.d.ts +3 -0
- package/date/lib/input/date-input.intl.d.ts +3 -0
- package/date/lib/input/date-input.module.d.ts +5 -0
- package/date/lib/picker/date-picker.component.d.ts +3 -0
- package/date/lib/picker/date-picker.module.d.ts +11 -0
- package/date/lib/select/date-select-input.component.d.ts +3 -0
- package/date/lib/select/date-select-input.intl.d.ts +3 -0
- package/date/lib/select/date-select-input.module.d.ts +9 -0
- package/date/lucca-front-ng-date.d.ts +1 -1
- package/date/package.json +6 -10
- package/department/lib/department.module.d.ts +5 -0
- package/department/lib/select/department-select.module.d.ts +6 -0
- package/department/lib/select/feeder/department-feeder.component.d.ts +3 -0
- package/department/lib/select/feeder/department-feeder.module.d.ts +6 -0
- package/department/lib/select/input/department-select-input.component.d.ts +8 -7
- package/department/lib/select/input/department-select-input.intl.d.ts +3 -0
- package/department/lib/select/input/department-select-input.module.d.ts +10 -0
- package/department/lib/service/department-v3.service.d.ts +3 -0
- package/department/lucca-front-ng-department.d.ts +1 -0
- package/department/package.json +6 -10
- package/dropdown/lib/dropdown.module.d.ts +7 -0
- package/dropdown/lib/item/dropdown-item.directive.d.ts +3 -0
- package/dropdown/lib/item/dropdown-item.module.d.ts +5 -0
- package/dropdown/lib/panel/dropdown-panel.component.d.ts +3 -0
- package/dropdown/lib/panel/dropdown-panel.module.d.ts +6 -0
- package/dropdown/lib/trigger/dropdown-trigger.directive.d.ts +3 -0
- package/dropdown/lib/trigger/dropdown-trigger.module.d.ts +6 -0
- package/dropdown/lucca-front-ng-dropdown.d.ts +1 -0
- package/dropdown/package.json +6 -10
- package/{animations/esm2015/index.js → esm2020/animations/index.mjs} +0 -0
- package/{animations/esm2015/lib/animation.factory.js → esm2020/animations/lib/animation.factory.mjs} +0 -0
- package/{animations/esm2015/lib/fade.animation.js → esm2020/animations/lib/fade.animation.mjs} +0 -0
- package/{animations/esm2015/lib/index.js → esm2020/animations/lib/index.mjs} +0 -0
- package/{animations/esm2015/lib/scale.animation.js → esm2020/animations/lib/scale.animation.mjs} +0 -0
- package/{animations/esm2015/lib/slide.animation.js → esm2020/animations/lib/slide.animation.mjs} +0 -0
- package/{animations/esm2015/lucca-front-ng-animations.js → esm2020/animations/lucca-front-ng-animations.mjs} +0 -0
- package/{animations/esm2015/public-api.js → esm2020/animations/public-api.mjs} +0 -0
- package/{api/esm2015/index.js → esm2020/api/index.mjs} +0 -0
- package/{api/esm2015/lib/api.model.js → esm2020/api/lib/api.model.mjs} +0 -0
- package/esm2020/api/lib/api.module.mjs +22 -0
- package/{api/esm2015/lib/index.js → esm2020/api/lib/index.mjs} +0 -0
- package/esm2020/api/lib/select/api-select.module.mjs +43 -0
- package/esm2020/api/lib/select/feeder/api-feeder.component.mjs +78 -0
- package/{api/esm2015/lib/select/feeder/api-feeder.model.js → esm2020/api/lib/select/feeder/api-feeder.model.mjs} +0 -0
- package/esm2020/api/lib/select/feeder/api-feeder.module.mjs +26 -0
- package/{api/esm2015/lib/select/feeder/index.js → esm2020/api/lib/select/feeder/index.mjs} +0 -0
- package/{api/esm2015/lib/select/index.js → esm2020/api/lib/select/index.mjs} +0 -0
- package/esm2020/api/lib/select/input/api-select-input.component.mjs +48 -0
- package/esm2020/api/lib/select/input/api-select-input.module.mjs +44 -0
- package/{api/esm2015/lib/select/input/index.js → esm2020/api/lib/select/input/index.mjs} +0 -0
- package/esm2020/api/lib/select/pager/api-pager.component.mjs +89 -0
- package/{api/esm2015/lib/select/pager/api-pager.model.js → esm2020/api/lib/select/pager/api-pager.model.mjs} +0 -0
- package/esm2020/api/lib/select/pager/api-pager.module.mjs +26 -0
- package/{api/esm2015/lib/select/pager/index.js → esm2020/api/lib/select/pager/index.mjs} +0 -0
- package/esm2020/api/lib/select/searcher/api-searcher.component.mjs +210 -0
- package/esm2020/api/lib/select/searcher/api-searcher.model.mjs +69 -0
- package/esm2020/api/lib/select/searcher/api-searcher.module.mjs +42 -0
- package/{api/esm2015/lib/select/searcher/index.js → esm2020/api/lib/select/searcher/index.mjs} +0 -0
- package/esm2020/api/lib/service/api-hybrid.service.mjs +59 -0
- package/esm2020/api/lib/service/api-service.model.mjs +3 -0
- package/esm2020/api/lib/service/api-v3.service.mjs +65 -0
- package/esm2020/api/lib/service/api-v4.service.mjs +55 -0
- package/{api/esm2015/lib/service/index.js → esm2020/api/lib/service/index.mjs} +0 -0
- package/{api/esm2015/lucca-front-ng-api.js → esm2020/api/lucca-front-ng-api.mjs} +0 -0
- package/{api/esm2015/public-api.js → esm2020/api/public-api.mjs} +0 -0
- package/{core/esm2015/index.js → esm2020/core/index.mjs} +0 -0
- package/{core/esm2015/lib/date/date-adapter.class.js → esm2020/core/lib/date/date-adapter.class.mjs} +0 -0
- package/{core/esm2015/lib/date/date-adapter.interface.js → esm2020/core/lib/date/date-adapter.interface.mjs} +0 -0
- package/{core/esm2015/lib/date/date-granularity.enum.js → esm2020/core/lib/date/date-granularity.enum.mjs} +0 -0
- package/{core/esm2015/lib/date/index.js → esm2020/core/lib/date/index.mjs} +0 -0
- package/{core/esm2015/lib/date/native/index.js → esm2020/core/lib/date/native/index.mjs} +0 -0
- package/esm2020/core/lib/date/native/native-date.adapter.mjs +228 -0
- package/{core/esm2015/lib/date/native/native-date.option.js → esm2020/core/lib/date/native/native-date.option.mjs} +0 -0
- package/{core/esm2015/lib/date/string/index.js → esm2020/core/lib/date/string/index.mjs} +0 -0
- package/esm2020/core/lib/date/string/string-date.adapter.mjs +81 -0
- package/{core/esm2015/lib/event/index.js → esm2020/core/lib/event/index.mjs} +0 -0
- package/{core/esm2015/lib/event/on-close.subscriber.js → esm2020/core/lib/event/on-close.subscriber.mjs} +0 -0
- package/{core/esm2015/lib/event/on-open.subscriber.js → esm2020/core/lib/event/on-open.subscriber.mjs} +0 -0
- package/{core/esm2015/lib/event/on-scroll-bottom.subscriber.js → esm2020/core/lib/event/on-scroll-bottom.subscriber.mjs} +0 -0
- package/{core/esm2015/lib/group/group.interface.js → esm2020/core/lib/group/group.interface.mjs} +0 -0
- package/{core/esm2015/lib/group/index.js → esm2020/core/lib/group/index.mjs} +0 -0
- package/{core/esm2015/lib/id/id.generator.js → esm2020/core/lib/id/id.generator.mjs} +0 -0
- package/{core/esm2015/lib/id/index.js → esm2020/core/lib/id/index.mjs} +0 -0
- package/{core/esm2015/lib/index.js → esm2020/core/lib/index.mjs} +0 -0
- package/{core/esm2015/lib/translate/index.js → esm2020/core/lib/translate/index.mjs} +0 -0
- package/esm2020/core/lib/translate/intl.model.mjs +13 -0
- package/{core/esm2015/lib/translate/translation.model.js → esm2020/core/lib/translate/translation.model.mjs} +0 -0
- package/{core/esm2015/lib/tree/index.js → esm2020/core/lib/tree/index.mjs} +0 -0
- package/{core/esm2015/lib/tree/tree.model.js → esm2020/core/lib/tree/tree.model.mjs} +0 -0
- package/{core/esm2015/lucca-front-ng-core.js → esm2020/core/lucca-front-ng-core.mjs} +0 -0
- package/{core/esm2015/public-api.js → esm2020/core/public-api.mjs} +0 -0
- package/{date/esm2015/index.js → esm2020/date/index.mjs} +0 -0
- package/esm2020/date/lib/adapter/date-adapter.module.mjs +20 -0
- package/esm2020/date/lib/adapter/date-adapter.pipe.mjs +24 -0
- package/{date/esm2015/lib/adapter/index.js → esm2020/date/lib/adapter/index.mjs} +0 -0
- package/esm2020/date/lib/calendar/calendar-input.component.mjs +331 -0
- package/esm2020/date/lib/calendar/calendar-input.module.mjs +36 -0
- package/esm2020/date/lib/calendar/calendar-item.class.mjs +41 -0
- package/esm2020/date/lib/calendar/calendar-item.factory.mjs +38 -0
- package/{date/esm2015/lib/calendar/calendar-item.interface.js → esm2020/date/lib/calendar/calendar-item.interface.mjs} +0 -0
- package/{date/esm2015/lib/calendar/index.js → esm2020/date/lib/calendar/index.mjs} +0 -0
- package/esm2020/date/lib/date.module.mjs +50 -0
- package/{date/esm2015/lib/index.js → esm2020/date/lib/index.mjs} +0 -0
- package/esm2020/date/lib/input/date-input.directive.mjs +138 -0
- package/esm2020/date/lib/input/date-input.intl.mjs +21 -0
- package/esm2020/date/lib/input/date-input.module.mjs +31 -0
- package/{date/esm2015/lib/input/date-input.token.js → esm2020/date/lib/input/date-input.token.mjs} +0 -0
- package/{date/esm2015/lib/input/date-input.translate.js → esm2020/date/lib/input/date-input.translate.mjs} +0 -0
- package/{date/esm2015/lib/input/index.js → esm2020/date/lib/input/index.mjs} +0 -0
- package/esm2020/date/lib/picker/date-picker.component.mjs +104 -0
- package/esm2020/date/lib/picker/date-picker.module.mjs +46 -0
- package/{date/esm2015/lib/picker/index.js → esm2020/date/lib/picker/index.mjs} +0 -0
- package/esm2020/date/lib/select/date-select-input.component.mjs +100 -0
- package/esm2020/date/lib/select/date-select-input.intl.mjs +21 -0
- package/esm2020/date/lib/select/date-select-input.module.mjs +54 -0
- package/{date/esm2015/lib/select/date-select-input.token.js → esm2020/date/lib/select/date-select-input.token.mjs} +0 -0
- package/{date/esm2015/lib/select/date-select-input.translate.js → esm2020/date/lib/select/date-select-input.translate.mjs} +0 -0
- package/{date/esm2015/lib/select/index.js → esm2020/date/lib/select/index.mjs} +0 -0
- package/esm2020/date/lucca-front-ng-date.mjs +5 -0
- package/{date/esm2015/public-api.js → esm2020/date/public-api.mjs} +0 -0
- package/{department/esm2015/index.js → esm2020/department/index.mjs} +0 -0
- package/{department/esm2015/lib/department.model.js → esm2020/department/lib/department.model.mjs} +0 -0
- package/esm2020/department/lib/department.module.mjs +22 -0
- package/{department/esm2015/lib/index.js → esm2020/department/lib/index.mjs} +0 -0
- package/esm2020/department/lib/select/department-select.module.mjs +29 -0
- package/esm2020/department/lib/select/feeder/department-feeder.component.mjs +72 -0
- package/esm2020/department/lib/select/feeder/department-feeder.module.mjs +26 -0
- package/{department/esm2015/lib/select/feeder/index.js → esm2020/department/lib/select/feeder/index.mjs} +0 -0
- package/{department/esm2015/lib/select/index.js → esm2020/department/lib/select/index.mjs} +0 -0
- package/esm2020/department/lib/select/input/department-select-input.component.mjs +51 -0
- package/esm2020/department/lib/select/input/department-select-input.intl.mjs +21 -0
- package/esm2020/department/lib/select/input/department-select-input.module.mjs +64 -0
- package/{department/esm2015/lib/select/input/department-select-input.token.js → esm2020/department/lib/select/input/department-select-input.token.mjs} +0 -0
- package/{department/esm2015/lib/select/input/department-select-input.translate.js → esm2020/department/lib/select/input/department-select-input.translate.mjs} +0 -0
- package/{department/esm2015/lib/select/input/index.js → esm2020/department/lib/select/input/index.mjs} +0 -0
- package/{department/esm2015/lib/service/department-service.model.js → esm2020/department/lib/service/department-service.model.mjs} +0 -0
- package/esm2020/department/lib/service/department-v3.service.mjs +37 -0
- package/{department/esm2015/lib/service/index.js → esm2020/department/lib/service/index.mjs} +0 -0
- package/{department/esm2015/lucca-front-ng-department.js → esm2020/department/lucca-front-ng-department.mjs} +0 -0
- package/{department/esm2015/public-api.js → esm2020/department/public-api.mjs} +0 -0
- package/esm2020/dropdown/lib/dropdown.module.mjs +36 -0
- package/{dropdown/esm2015/lib/index.js → esm2020/dropdown/lib/index.mjs} +0 -0
- package/esm2020/dropdown/lib/item/dropdown-item.directive.mjs +55 -0
- package/{dropdown/esm2015/lib/item/dropdown-item.model.js → esm2020/dropdown/lib/item/dropdown-item.model.mjs} +0 -0
- package/esm2020/dropdown/lib/item/dropdown-item.module.mjs +21 -0
- package/{dropdown/esm2015/lib/item/index.js → esm2020/dropdown/lib/item/index.mjs} +0 -0
- package/esm2020/dropdown/lib/panel/dropdown-panel.component.mjs +109 -0
- package/{dropdown/esm2015/lib/panel/dropdown-panel.model.js → esm2020/dropdown/lib/panel/dropdown-panel.model.mjs} +0 -0
- package/esm2020/dropdown/lib/panel/dropdown-panel.module.mjs +26 -0
- package/{dropdown/esm2015/lib/panel/index.js → esm2020/dropdown/lib/panel/index.mjs} +0 -0
- package/esm2020/dropdown/lib/trigger/dropdown-trigger.directive.mjs +105 -0
- package/esm2020/dropdown/lib/trigger/dropdown-trigger.module.mjs +26 -0
- package/{dropdown/esm2015/lib/trigger/index.js → esm2020/dropdown/lib/trigger/index.mjs} +0 -0
- package/{dropdown/esm2015/lucca-front-ng-dropdown.js → esm2020/dropdown/lucca-front-ng-dropdown.mjs} +0 -0
- package/{dropdown/esm2015/public-api.js → esm2020/dropdown/public-api.mjs} +0 -0
- package/{establishment/esm2015/index.js → esm2020/establishment/index.mjs} +0 -0
- package/{establishment/esm2015/lib/establishment.model.js → esm2020/establishment/lib/establishment.model.mjs} +0 -0
- package/esm2020/establishment/lib/establishment.module.mjs +22 -0
- package/{establishment/esm2015/lib/index.js → esm2020/establishment/lib/index.mjs} +0 -0
- package/esm2020/establishment/lib/select/establishment-select.module.mjs +50 -0
- package/esm2020/establishment/lib/select/for-legal-units/for-legal-units.directive.mjs +49 -0
- package/esm2020/establishment/lib/select/for-legal-units/for-legal-units.module.mjs +16 -0
- package/{establishment/esm2015/lib/select/for-legal-units/index.js → esm2020/establishment/lib/select/for-legal-units/index.mjs} +0 -0
- package/{establishment/esm2015/lib/select/index.js → esm2020/establishment/lib/select/index.mjs} +0 -0
- package/esm2020/establishment/lib/select/input/establishment-select-input.component.mjs +122 -0
- package/esm2020/establishment/lib/select/input/establishment-select-input.intl.mjs +21 -0
- package/esm2020/establishment/lib/select/input/establishment-select-input.module.mjs +64 -0
- package/{establishment/esm2015/lib/select/input/establishment-select-input.token.js → esm2020/establishment/lib/select/input/establishment-select-input.token.mjs} +0 -0
- package/{establishment/esm2015/lib/select/input/establishment-select-input.translate.js → esm2020/establishment/lib/select/input/establishment-select-input.translate.mjs} +0 -0
- package/{establishment/esm2015/lib/select/input/index.js → esm2020/establishment/lib/select/input/index.mjs} +0 -0
- package/{establishment/esm2015/lib/select/legal-unit-selector/index.js → esm2020/establishment/lib/select/legal-unit-selector/index.mjs} +0 -0
- package/esm2020/establishment/lib/select/legal-unit-selector/legal-unit-selector.directive.mjs +102 -0
- package/esm2020/establishment/lib/select/legal-unit-selector/legal-unit-selector.module.mjs +18 -0
- package/esm2020/establishment/lib/select/searcher/establishment-searcher.component.mjs +169 -0
- package/esm2020/establishment/lib/select/searcher/establishment-searcher.module.mjs +38 -0
- package/{establishment/esm2015/lib/select/searcher/index.js → esm2020/establishment/lib/select/searcher/index.mjs} +0 -0
- package/esm2020/establishment/lib/select/select-all/establishment-select-all.component.mjs +90 -0
- package/esm2020/establishment/lib/select/select-all/establishment-select-all.module.mjs +40 -0
- package/{establishment/esm2015/lib/select/select-all/establishment-select-all.translate.js → esm2020/establishment/lib/select/select-all/establishment-select-all.translate.mjs} +0 -0
- package/{establishment/esm2015/lib/select/select-all/index.js → esm2020/establishment/lib/select/select-all/index.mjs} +0 -0
- package/{establishment/esm2015/lib/service/establishment-service.model.js → esm2020/establishment/lib/service/establishment-service.model.mjs} +0 -0
- package/esm2020/establishment/lib/service/establishment.service.mjs +33 -0
- package/{establishment/esm2015/lib/service/index.js → esm2020/establishment/lib/service/index.mjs} +0 -0
- package/{establishment/esm2015/lib/service/legal-unit-service.model.js → esm2020/establishment/lib/service/legal-unit-service.model.mjs} +0 -0
- package/esm2020/establishment/lib/service/legal-unit.service.mjs +33 -0
- package/{establishment/esm2015/lucca-front-ng-establishment.js → esm2020/establishment/lucca-front-ng-establishment.mjs} +0 -0
- package/{establishment/esm2015/public-api.js → esm2020/establishment/public-api.mjs} +0 -0
- package/{formly/esm2015/index.js → esm2020/formly/index.mjs} +0 -0
- package/{formly/esm2015/lib/formly.config.js → esm2020/formly/lib/formly.config.mjs} +0 -0
- package/esm2020/formly/lib/formly.module.mjs +110 -0
- package/{formly/esm2015/lib/index.js → esm2020/formly/lib/index.mjs} +0 -0
- package/esm2020/formly/lib/types/api.mjs +33 -0
- package/esm2020/formly/lib/types/checkbox.mjs +21 -0
- package/esm2020/formly/lib/types/date.mjs +21 -0
- package/esm2020/formly/lib/types/department.mjs +21 -0
- package/esm2020/formly/lib/types/establishment.mjs +21 -0
- package/{formly/esm2015/lib/types/index.js → esm2020/formly/lib/types/index.mjs} +0 -0
- package/esm2020/formly/lib/types/input.mjs +25 -0
- package/esm2020/formly/lib/types/qualification.mjs +21 -0
- package/esm2020/formly/lib/types/radios.mjs +24 -0
- package/esm2020/formly/lib/types/select.mjs +27 -0
- package/esm2020/formly/lib/types/textarea.mjs +21 -0
- package/esm2020/formly/lib/types/user.mjs +21 -0
- package/esm2020/formly/lib/wrappers/checkbox-layout.mjs +31 -0
- package/esm2020/formly/lib/wrappers/error.mjs +62 -0
- package/esm2020/formly/lib/wrappers/helper.mjs +27 -0
- package/esm2020/formly/lib/wrappers/icon.mjs +35 -0
- package/{formly/esm2015/lib/wrappers/index.js → esm2020/formly/lib/wrappers/index.mjs} +0 -0
- package/esm2020/formly/lib/wrappers/radiosfield-layout.mjs +31 -0
- package/esm2020/formly/lib/wrappers/suffix.mjs +30 -0
- package/esm2020/formly/lib/wrappers/textfield-layout.mjs +42 -0
- package/{formly/esm2015/lucca-front-ng-formly.js → esm2020/formly/lucca-front-ng-formly.mjs} +0 -0
- package/{formly/esm2015/public-api.js → esm2020/formly/public-api.mjs} +0 -0
- package/{input/esm2015/index.js → esm2020/input/index.mjs} +0 -0
- package/esm2020/input/lib/clearer/clearer.component.mjs +32 -0
- package/{input/esm2015/lib/clearer/clearer.model.js → esm2020/input/lib/clearer/clearer.model.mjs} +0 -0
- package/esm2020/input/lib/clearer/clearer.module.mjs +26 -0
- package/{input/esm2015/lib/clearer/index.js → esm2020/input/lib/clearer/index.mjs} +0 -0
- package/{input/esm2015/lib/displayer/index.js → esm2020/input/lib/displayer/index.mjs} +0 -0
- package/esm2020/input/lib/displayer/input-displayer.directive.mjs +58 -0
- package/{input/esm2015/lib/displayer/input-displayer.model.js → esm2020/input/lib/displayer/input-displayer.model.mjs} +0 -0
- package/esm2020/input/lib/displayer/input-displayer.module.mjs +17 -0
- package/{input/esm2015/lib/index.js → esm2020/input/lib/index.mjs} +0 -0
- package/esm2020/input/lib/input.directive.mjs +41 -0
- package/esm2020/input/lib/input.model.mjs +48 -0
- package/esm2020/input/lib/input.module.mjs +35 -0
- package/{input/esm2015/lucca-front-ng-input.js → esm2020/input/lucca-front-ng-input.mjs} +0 -0
- package/{input/esm2015/public-api.js → esm2020/input/public-api.mjs} +0 -0
- package/esm2020/lucca-front-ng.mjs +5 -0
- package/{material/esm2015/index.js → esm2020/material/index.mjs} +0 -0
- package/{material/esm2015/lib/index.js → esm2020/material/lib/index.mjs} +0 -0
- package/esm2020/material/lib/module.mjs +12 -0
- package/{material/esm2015/lucca-front-ng-material.js → esm2020/material/lucca-front-ng-material.mjs} +0 -0
- package/{material/esm2015/public-api.js → esm2020/material/public-api.mjs} +0 -0
- package/{modal/esm2015/index.js → esm2020/modal/index.mjs} +0 -0
- package/{modal/esm2015/lib/index.js → esm2020/modal/lib/index.mjs} +0 -0
- package/{modal/esm2015/lib/modal-config.default.js → esm2020/modal/lib/modal-config.default.mjs} +0 -0
- package/{modal/esm2015/lib/modal-config.model.js → esm2020/modal/lib/modal-config.model.mjs} +0 -0
- package/esm2020/modal/lib/modal-panel.component.mjs +130 -0
- package/esm2020/modal/lib/modal-ref.factory.mjs +50 -0
- package/{modal/esm2015/lib/modal-ref.model.js → esm2020/modal/lib/modal-ref.model.mjs} +0 -0
- package/esm2020/modal/lib/modal.intl.mjs +21 -0
- package/{modal/esm2015/lib/modal.model.js → esm2020/modal/lib/modal.model.mjs} +0 -0
- package/esm2020/modal/lib/modal.module.mjs +65 -0
- package/esm2020/modal/lib/modal.service.mjs +23 -0
- package/{modal/esm2015/lib/modal.token.js → esm2020/modal/lib/modal.token.mjs} +0 -0
- package/{modal/esm2015/lib/modal.translate.js → esm2020/modal/lib/modal.translate.mjs} +0 -0
- package/esm2020/modal/lucca-front-ng-modal.mjs +5 -0
- package/{modal/esm2015/public-api.js → esm2020/modal/public-api.mjs} +0 -0
- package/{number/esm2015/index.js → esm2020/number/index.mjs} +0 -0
- package/{number/esm2015/lib/index.js → esm2020/number/lib/index.mjs} +0 -0
- package/esm2020/number/lib/number.module.mjs +18 -0
- package/esm2020/number/lib/number.pipe.mjs +35 -0
- package/{number/esm2015/lucca-front-ng-number.js → esm2020/number/lucca-front-ng-number.mjs} +0 -0
- package/{number/esm2015/public-api.js → esm2020/number/public-api.mjs} +0 -0
- package/{option/esm2015/index.js → esm2020/option/index.mjs} +0 -0
- package/{option/esm2015/lib/index.js → esm2020/option/lib/index.mjs} +0 -0
- package/{option/esm2015/lib/item/index.js → esm2020/option/lib/item/index.mjs} +0 -0
- package/esm2020/option/lib/item/option-item.component.mjs +59 -0
- package/{option/esm2015/lib/item/option-item.model.js → esm2020/option/lib/item/option-item.model.mjs} +0 -0
- package/esm2020/option/lib/item/option-item.module.mjs +20 -0
- package/esm2020/option/lib/item/tree-option-item.component.mjs +117 -0
- package/esm2020/option/lib/item/tree-option-item.intl.mjs +21 -0
- package/{option/esm2015/lib/item/tree-option-item.model.js → esm2020/option/lib/item/tree-option-item.model.mjs} +0 -0
- package/esm2020/option/lib/item/tree-option-item.module.mjs +43 -0
- package/{option/esm2015/lib/item/tree-option-item.token.js → esm2020/option/lib/item/tree-option-item.token.mjs} +0 -0
- package/{option/esm2015/lib/item/tree-option-item.translate.js → esm2020/option/lib/item/tree-option-item.translate.mjs} +0 -0
- package/{option/esm2015/lib/operator/feeder/index.js → esm2020/option/lib/operator/feeder/index.mjs} +0 -0
- package/esm2020/option/lib/operator/feeder/option-feeder.component.mjs +33 -0
- package/esm2020/option/lib/operator/feeder/option-feeder.module.mjs +21 -0
- package/esm2020/option/lib/operator/feeder/tree-option-feeder.component.mjs +33 -0
- package/esm2020/option/lib/operator/feeder/tree-option-feeder.module.mjs +20 -0
- package/esm2020/option/lib/operator/for-groups/for-groups.directive.mjs +80 -0
- package/esm2020/option/lib/operator/for-groups/for-groups.module.mjs +21 -0
- package/{option/esm2015/lib/operator/for-groups/index.js → esm2020/option/lib/operator/for-groups/index.mjs} +0 -0
- package/esm2020/option/lib/operator/for-options/for-options.directive.mjs +49 -0
- package/esm2020/option/lib/operator/for-options/for-options.module.mjs +21 -0
- package/esm2020/option/lib/operator/for-options/for-tree-options.directive.mjs +28 -0
- package/esm2020/option/lib/operator/for-options/for-tree-options.module.mjs +21 -0
- package/{option/esm2015/lib/operator/for-options/index.js → esm2020/option/lib/operator/for-options/index.mjs} +0 -0
- package/{option/esm2015/lib/operator/index.js → esm2020/option/lib/operator/index.mjs} +0 -0
- package/{option/esm2015/lib/operator/option-operator.model.js → esm2020/option/lib/operator/option-operator.model.mjs} +0 -0
- package/esm2020/option/lib/operator/option-operator.module.mjs +50 -0
- package/{option/esm2015/lib/operator/pager/index.js → esm2020/option/lib/operator/pager/index.mjs} +0 -0
- package/esm2020/option/lib/operator/pager/option-pager.component.mjs +52 -0
- package/esm2020/option/lib/operator/pager/option-pager.module.mjs +20 -0
- package/esm2020/option/lib/operator/pager/tree-option-pager.component.mjs +68 -0
- package/esm2020/option/lib/operator/pager/tree-option-pager.module.mjs +21 -0
- package/{option/esm2015/lib/operator/searcher/index.js → esm2020/option/lib/operator/searcher/index.mjs} +0 -0
- package/esm2020/option/lib/operator/searcher/option-searcher.component.mjs +65 -0
- package/esm2020/option/lib/operator/searcher/option-searcher.module.mjs +34 -0
- package/esm2020/option/lib/operator/searcher/tree-option-searcher.component.mjs +80 -0
- package/esm2020/option/lib/operator/searcher/tree-option-searcher.module.mjs +34 -0
- package/{option/esm2015/lib/operator/tree-option-operator.model.js → esm2020/option/lib/operator/tree-option-operator.model.mjs} +0 -0
- package/esm2020/option/lib/operator/tree-option-operator.module.mjs +43 -0
- package/esm2020/option/lib/option.module.mjs +50 -0
- package/{option/esm2015/lib/picker/index.js → esm2020/option/lib/picker/index.mjs} +0 -0
- package/esm2020/option/lib/picker/option-picker-advanced.component.mjs +142 -0
- package/esm2020/option/lib/picker/option-picker.component.mjs +289 -0
- package/esm2020/option/lib/picker/option-picker.model.mjs +69 -0
- package/esm2020/option/lib/picker/option-picker.module.mjs +49 -0
- package/esm2020/option/lib/picker/tree-option-picker-advanced.component.mjs +138 -0
- package/esm2020/option/lib/picker/tree-option-picker.component.mjs +171 -0
- package/esm2020/option/lib/picker/tree-option-picker.model.mjs +4 -0
- package/esm2020/option/lib/picker/tree-option-picker.module.mjs +43 -0
- package/{option/esm2015/lib/placeholder/index.js → esm2020/option/lib/placeholder/index.mjs} +0 -0
- package/esm2020/option/lib/placeholder/option-placeholder.component.mjs +24 -0
- package/esm2020/option/lib/placeholder/option-placeholder.intl.mjs +21 -0
- package/esm2020/option/lib/placeholder/option-placeholder.module.mjs +30 -0
- package/{option/esm2015/lib/placeholder/option-placeholder.token.js → esm2020/option/lib/placeholder/option-placeholder.token.mjs} +0 -0
- package/{option/esm2015/lib/placeholder/option-placeholder.translate.js → esm2020/option/lib/placeholder/option-placeholder.translate.mjs} +0 -0
- package/{option/esm2015/lib/selector/all/index.js → esm2020/option/lib/selector/all/index.mjs} +0 -0
- package/esm2020/option/lib/selector/all/select-all.component.mjs +63 -0
- package/esm2020/option/lib/selector/all/select-all.intl.mjs +21 -0
- package/esm2020/option/lib/selector/all/select-all.module.mjs +30 -0
- package/{option/esm2015/lib/selector/all/select-all.token.js → esm2020/option/lib/selector/all/select-all.token.mjs} +0 -0
- package/{option/esm2015/lib/selector/all/select-all.translate.js → esm2020/option/lib/selector/all/select-all.translate.mjs} +0 -0
- package/esm2020/option/lib/selector/all/tree-select-all.component.mjs +68 -0
- package/esm2020/option/lib/selector/all/tree-select-all.module.mjs +30 -0
- package/{option/esm2015/lib/selector/index.js → esm2020/option/lib/selector/index.mjs} +0 -0
- package/{option/esm2015/lib/selector/option-selector.model.js → esm2020/option/lib/selector/option-selector.model.mjs} +0 -0
- package/esm2020/option/lib/selector/option-selector.module.mjs +22 -0
- package/{option/esm2015/lib/selector/tree-option-selector.model.js → esm2020/option/lib/selector/tree-option-selector.model.mjs} +0 -0
- package/esm2020/option/lib/selector/tree-option-selector.module.mjs +22 -0
- package/esm2020/option/lib/tree-option.module.mjs +43 -0
- package/{option/esm2015/lucca-front-ng-option.js → esm2020/option/lucca-front-ng-option.mjs} +0 -0
- package/{option/esm2015/public-api.js → esm2020/option/public-api.mjs} +0 -0
- package/{picker/esm2015/index.js → esm2020/picker/index.mjs} +0 -0
- package/{picker/esm2015/lib/index.js → esm2020/picker/lib/index.mjs} +0 -0
- package/esm2020/picker/lib/input-picker.model.mjs +4 -0
- package/{picker/esm2015/lucca-front-ng-picker.js → esm2020/picker/lucca-front-ng-picker.mjs} +0 -0
- package/{picker/esm2015/public-api.js → esm2020/picker/public-api.mjs} +0 -0
- package/{popover/esm2015/index.js → esm2020/popover/index.mjs} +0 -0
- package/{popover/esm2015/lib/animation/index.js → esm2020/popover/lib/animation/index.mjs} +0 -0
- package/{popover/esm2015/lib/animation/popover.animation.js → esm2020/popover/lib/animation/popover.animation.mjs} +0 -0
- package/{popover/esm2015/lib/index.js → esm2020/popover/lib/index.mjs} +0 -0
- package/{popover/esm2015/lib/panel/index.js → esm2020/popover/lib/panel/index.mjs} +0 -0
- package/esm2020/popover/lib/panel/popover-panel.component.mjs +121 -0
- package/esm2020/popover/lib/panel/popover-panel.model.mjs +96 -0
- package/esm2020/popover/lib/panel/popover-panel.module.mjs +34 -0
- package/esm2020/popover/lib/popover.module.mjs +36 -0
- package/{popover/esm2015/lib/target/index.js → esm2020/popover/lib/target/index.mjs} +0 -0
- package/esm2020/popover/lib/target/popover-target.directive.mjs +42 -0
- package/{popover/esm2015/lib/target/popover-target.error.js → esm2020/popover/lib/target/popover-target.error.mjs} +0 -0
- package/{popover/esm2015/lib/target/popover-target.model.js → esm2020/popover/lib/target/popover-target.model.mjs} +0 -0
- package/esm2020/popover/lib/target/popover-target.module.mjs +30 -0
- package/{popover/esm2015/lib/trigger/index.js → esm2020/popover/lib/trigger/index.mjs} +0 -0
- package/esm2020/popover/lib/trigger/popover-trigger.directive.mjs +155 -0
- package/{popover/esm2015/lib/trigger/popover-trigger.error.js → esm2020/popover/lib/trigger/popover-trigger.error.mjs} +0 -0
- package/esm2020/popover/lib/trigger/popover-trigger.model.mjs +406 -0
- package/esm2020/popover/lib/trigger/popover-trigger.module.mjs +38 -0
- package/{popover/esm2015/lucca-front-ng-popover.js → esm2020/popover/lucca-front-ng-popover.mjs} +0 -0
- package/{popover/esm2015/public-api.js → esm2020/popover/public-api.mjs} +0 -0
- package/{popup/esm2015/index.js → esm2020/popup/index.mjs} +0 -0
- package/{popup/esm2015/lib/index.js → esm2020/popup/lib/index.mjs} +0 -0
- package/{popup/esm2015/lib/popup-config.default.js → esm2020/popup/lib/popup-config.default.mjs} +0 -0
- package/{popup/esm2015/lib/popup-config.model.js → esm2020/popup/lib/popup-config.model.mjs} +0 -0
- package/esm2020/popup/lib/popup-ref.factory.mjs +28 -0
- package/esm2020/popup/lib/popup-ref.model.mjs +118 -0
- package/{popup/esm2015/lib/popup.model.js → esm2020/popup/lib/popup.model.mjs} +0 -0
- package/esm2020/popup/lib/popup.module.mjs +33 -0
- package/esm2020/popup/lib/popup.service.mjs +27 -0
- package/{popup/esm2015/lib/popup.token.js → esm2020/popup/lib/popup.token.mjs} +0 -0
- package/{popup/esm2015/lucca-front-ng-popup.js → esm2020/popup/lucca-front-ng-popup.mjs} +0 -0
- package/{popup/esm2015/public-api.js → esm2020/popup/public-api.mjs} +0 -0
- package/esm2020/public_api.mjs +2 -0
- package/{qualification/esm2015/index.js → esm2020/qualification/index.mjs} +0 -0
- package/{qualification/esm2015/lib/index.js → esm2020/qualification/lib/index.mjs} +0 -0
- package/{qualification/esm2015/lib/qualification.model.js → esm2020/qualification/lib/qualification.model.mjs} +0 -0
- package/esm2020/qualification/lib/qualification.module.mjs +22 -0
- package/{qualification/esm2015/lib/select/index.js → esm2020/qualification/lib/select/index.mjs} +0 -0
- package/{qualification/esm2015/lib/select/input/index.js → esm2020/qualification/lib/select/input/index.mjs} +0 -0
- package/esm2020/qualification/lib/select/input/qualification-select-input.component.mjs +61 -0
- package/esm2020/qualification/lib/select/input/qualification-select-input.intl.mjs +21 -0
- package/esm2020/qualification/lib/select/input/qualification-select-input.module.mjs +55 -0
- package/{qualification/esm2015/lib/select/input/qualification-select-input.token.js → esm2020/qualification/lib/select/input/qualification-select-input.token.mjs} +0 -0
- package/{qualification/esm2015/lib/select/input/qualification-select-input.translate.js → esm2020/qualification/lib/select/input/qualification-select-input.translate.mjs} +0 -0
- package/esm2020/qualification/lib/select/qualification-select.module.mjs +22 -0
- package/{qualification/esm2015/lucca-front-ng-qualification.js → esm2020/qualification/lucca-front-ng-qualification.mjs} +0 -0
- package/{qualification/esm2015/public-api.js → esm2020/qualification/public-api.mjs} +0 -0
- package/{safe-content/esm2015/index.js → esm2020/safe-content/index.mjs} +0 -0
- package/{safe-content/esm2015/lib/index.js → esm2020/safe-content/lib/index.mjs} +0 -0
- package/{safe-content/esm2015/lib/safe-content.model.js → esm2020/safe-content/lib/safe-content.model.mjs} +0 -0
- package/esm2020/safe-content/lib/safe-content.module.mjs +19 -0
- package/esm2020/safe-content/lib/safe-content.pipe.mjs +25 -0
- package/{safe-content/esm2015/lucca-front-ng-safe-content.js → esm2020/safe-content/lucca-front-ng-safe-content.mjs} +0 -0
- package/{safe-content/esm2015/public-api.js → esm2020/safe-content/public-api.mjs} +0 -0
- package/{scroll/esm2015/index.js → esm2020/scroll/index.mjs} +0 -0
- package/{scroll/esm2015/lib/index.js → esm2020/scroll/lib/index.mjs} +0 -0
- package/esm2020/scroll/lib/scroll.directive.mjs +75 -0
- package/{scroll/esm2015/lib/scroll.model.js → esm2020/scroll/lib/scroll.model.mjs} +0 -0
- package/esm2020/scroll/lib/scroll.module.mjs +20 -0
- package/esm2020/scroll/lucca-front-ng-scroll.mjs +5 -0
- package/{scroll/esm2015/public-api.js → esm2020/scroll/public-api.mjs} +0 -0
- package/{select/esm2015/index.js → esm2020/select/index.mjs} +0 -0
- package/{select/esm2015/lib/index.js → esm2020/select/lib/index.mjs} +0 -0
- package/{select/esm2015/lib/input/index.js → esm2020/select/lib/input/index.mjs} +0 -0
- package/esm2020/select/lib/input/select-input.component.mjs +229 -0
- package/esm2020/select/lib/input/select-input.model.mjs +167 -0
- package/esm2020/select/lib/input/select-input.module.mjs +30 -0
- package/esm2020/select/lib/select.module.mjs +22 -0
- package/{select/esm2015/lucca-front-ng-select.js → esm2020/select/lucca-front-ng-select.mjs} +0 -0
- package/{select/esm2015/public-api.js → esm2020/select/public-api.mjs} +0 -0
- package/{sidepanel/esm2015/index.js → esm2020/sidepanel/index.mjs} +0 -0
- package/{sidepanel/esm2015/lib/index.js → esm2020/sidepanel/lib/index.mjs} +0 -0
- package/{sidepanel/esm2015/lib/sidepanel-config.default.js → esm2020/sidepanel/lib/sidepanel-config.default.mjs} +0 -0
- package/{sidepanel/esm2015/lib/sidepanel-config.model.js → esm2020/sidepanel/lib/sidepanel-config.model.mjs} +0 -0
- package/esm2020/sidepanel/lib/sidepanel-panel.component.mjs +37 -0
- package/esm2020/sidepanel/lib/sidepanel-ref.factory.mjs +49 -0
- package/{sidepanel/esm2015/lib/sidepanel-ref.model.js → esm2020/sidepanel/lib/sidepanel-ref.model.mjs} +0 -0
- package/esm2020/sidepanel/lib/sidepanel.intl.mjs +21 -0
- package/{sidepanel/esm2015/lib/sidepanel.model.js → esm2020/sidepanel/lib/sidepanel.model.mjs} +0 -0
- package/esm2020/sidepanel/lib/sidepanel.module.mjs +65 -0
- package/esm2020/sidepanel/lib/sidepanel.service.mjs +23 -0
- package/{sidepanel/esm2015/lib/sidepanel.token.js → esm2020/sidepanel/lib/sidepanel.token.mjs} +0 -0
- package/{sidepanel/esm2015/lib/sidepanel.translate.js → esm2020/sidepanel/lib/sidepanel.translate.mjs} +0 -0
- package/{sidepanel/esm2015/lucca-front-ng-sidepanel.js → esm2020/sidepanel/lucca-front-ng-sidepanel.mjs} +0 -0
- package/{sidepanel/esm2015/public-api.js → esm2020/sidepanel/public-api.mjs} +0 -0
- package/{tooltip/esm2015/index.js → esm2020/tooltip/index.mjs} +0 -0
- package/{tooltip/esm2015/lib/animation/index.js → esm2020/tooltip/lib/animation/index.mjs} +0 -0
- package/{tooltip/esm2015/lib/animation/tooltip.animation.js → esm2020/tooltip/lib/animation/tooltip.animation.mjs} +0 -0
- package/{tooltip/esm2015/lib/index.js → esm2020/tooltip/lib/index.mjs} +0 -0
- package/{tooltip/esm2015/lib/panel/index.js → esm2020/tooltip/lib/panel/index.mjs} +0 -0
- package/esm2020/tooltip/lib/panel/tooltip-panel.component.mjs +53 -0
- package/esm2020/tooltip/lib/panel/tooltip-panel.module.mjs +33 -0
- package/esm2020/tooltip/lib/tooltip.module.mjs +29 -0
- package/{tooltip/esm2015/lib/trigger/index.js → esm2020/tooltip/lib/trigger/index.mjs} +0 -0
- package/esm2020/tooltip/lib/trigger/tooltip-trigger.directive.mjs +141 -0
- package/esm2020/tooltip/lib/trigger/tooltip-trigger.module.mjs +26 -0
- package/{tooltip/esm2015/lucca-front-ng-tooltip.js → esm2020/tooltip/lucca-front-ng-tooltip.mjs} +0 -0
- package/{tooltip/esm2015/public-api.js → esm2020/tooltip/public-api.mjs} +0 -0
- package/{user/esm2015/index.js → esm2020/user/index.mjs} +0 -0
- package/{user/esm2015/lib/display/display-format.model.js → esm2020/user/lib/display/display-format.model.mjs} +0 -0
- package/{user/esm2015/lib/display/index.js → esm2020/user/lib/display/index.mjs} +0 -0
- package/esm2020/user/lib/display/user-display.module.mjs +19 -0
- package/esm2020/user/lib/display/user-display.pipe.mjs +62 -0
- package/{user/esm2015/lib/index.js → esm2020/user/lib/index.mjs} +0 -0
- package/{user/esm2015/lib/picture/index.js → esm2020/user/lib/picture/index.mjs} +0 -0
- package/esm2020/user/lib/picture/user-picture.component.mjs +66 -0
- package/esm2020/user/lib/picture/user-picture.module.mjs +19 -0
- package/{user/esm2015/lib/select/homonyms/index.js → esm2020/user/lib/select/homonyms/index.mjs} +0 -0
- package/esm2020/user/lib/select/homonyms/user-homonyms.component.mjs +68 -0
- package/esm2020/user/lib/select/homonyms/user-homonyms.module.mjs +30 -0
- package/esm2020/user/lib/select/homonyms/user-homonyms.service.mjs +47 -0
- package/{user/esm2015/lib/select/index.js → esm2020/user/lib/select/index.mjs} +0 -0
- package/{user/esm2015/lib/select/input/index.js → esm2020/user/lib/select/input/index.mjs} +0 -0
- package/esm2020/user/lib/select/input/user-select-input.component.mjs +69 -0
- package/esm2020/user/lib/select/input/user-select-input.intl.mjs +21 -0
- package/esm2020/user/lib/select/input/user-select-input.module.mjs +66 -0
- package/{user/esm2015/lib/select/input/user-select-input.token.js → esm2020/user/lib/select/input/user-select-input.token.mjs} +0 -0
- package/{user/esm2015/lib/select/input/user-select-input.translate.js → esm2020/user/lib/select/input/user-select-input.translate.mjs} +0 -0
- package/{user/esm2015/lib/select/me/index.js → esm2020/user/lib/select/me/index.mjs} +0 -0
- package/esm2020/user/lib/select/me/me-option.directive.mjs +97 -0
- package/esm2020/user/lib/select/me/me-option.module.mjs +22 -0
- package/{user/esm2015/lib/select/searcher/index.js → esm2020/user/lib/select/searcher/index.mjs} +0 -0
- package/esm2020/user/lib/select/searcher/user-searcher.component.mjs +180 -0
- package/esm2020/user/lib/select/searcher/user-searcher.intl.mjs +21 -0
- package/esm2020/user/lib/select/searcher/user-searcher.module.mjs +48 -0
- package/{user/esm2015/lib/select/searcher/user-searcher.token.js → esm2020/user/lib/select/searcher/user-searcher.token.mjs} +0 -0
- package/{user/esm2015/lib/select/searcher/user-searcher.translate.js → esm2020/user/lib/select/searcher/user-searcher.translate.mjs} +0 -0
- package/esm2020/user/lib/select/user-select.module.mjs +43 -0
- package/{user/esm2015/lib/service/index.js → esm2020/user/lib/service/index.mjs} +0 -0
- package/{user/esm2015/lib/service/user-service.model.js → esm2020/user/lib/service/user-service.model.mjs} +0 -0
- package/esm2020/user/lib/service/user-v3.service.mjs +48 -0
- package/{user/esm2015/lib/tile/index.js → esm2020/user/lib/tile/index.mjs} +0 -0
- package/esm2020/user/lib/tile/user-tile.component.mjs +67 -0
- package/esm2020/user/lib/tile/user-tile.module.mjs +20 -0
- package/{user/esm2015/lib/user.model.js → esm2020/user/lib/user.model.mjs} +0 -0
- package/esm2020/user/lib/user.module.mjs +43 -0
- package/{user/esm2015/lucca-front-ng-user.js → esm2020/user/lucca-front-ng-user.mjs} +0 -0
- package/{user/esm2015/public-api.js → esm2020/user/public-api.mjs} +0 -0
- package/establishment/lib/establishment.module.d.ts +5 -0
- package/establishment/lib/select/establishment-select.module.d.ts +9 -0
- package/establishment/lib/select/for-legal-units/for-legal-units.directive.d.ts +3 -2
- package/establishment/lib/select/for-legal-units/for-legal-units.module.d.ts +5 -0
- package/establishment/lib/select/input/establishment-select-input.component.d.ts +4 -1
- package/establishment/lib/select/input/establishment-select-input.intl.d.ts +3 -0
- package/establishment/lib/select/input/establishment-select-input.module.d.ts +13 -0
- package/establishment/lib/select/legal-unit-selector/legal-unit-selector.directive.d.ts +3 -0
- package/establishment/lib/select/legal-unit-selector/legal-unit-selector.module.d.ts +6 -0
- package/establishment/lib/select/searcher/establishment-searcher.component.d.ts +3 -0
- package/establishment/lib/select/searcher/establishment-searcher.module.d.ts +9 -0
- package/establishment/lib/select/select-all/establishment-select-all.component.d.ts +3 -1
- package/establishment/lib/select/select-all/establishment-select-all.module.d.ts +8 -0
- package/establishment/lib/service/establishment.service.d.ts +3 -0
- package/establishment/lib/service/legal-unit.service.d.ts +3 -0
- package/establishment/lucca-front-ng-establishment.d.ts +1 -0
- package/establishment/package.json +6 -10
- package/fesm2015/lucca-front-ng-animations.mjs +276 -0
- package/fesm2015/lucca-front-ng-animations.mjs.map +1 -0
- package/fesm2015/lucca-front-ng-api.mjs +901 -0
- package/fesm2015/lucca-front-ng-api.mjs.map +1 -0
- package/fesm2015/lucca-front-ng-core.mjs +414 -0
- package/fesm2015/lucca-front-ng-core.mjs.map +1 -0
- package/fesm2015/lucca-front-ng-date.mjs +1070 -0
- package/fesm2015/lucca-front-ng-date.mjs.map +1 -0
- package/fesm2015/lucca-front-ng-department.mjs +327 -0
- package/fesm2015/lucca-front-ng-department.mjs.map +1 -0
- package/fesm2015/lucca-front-ng-dropdown.mjs +370 -0
- package/fesm2015/lucca-front-ng-dropdown.mjs.map +1 -0
- package/fesm2015/lucca-front-ng-establishment.mjs +854 -0
- package/fesm2015/lucca-front-ng-establishment.mjs.map +1 -0
- package/fesm2015/lucca-front-ng-formly.mjs +624 -0
- package/fesm2015/lucca-front-ng-formly.mjs.map +1 -0
- package/fesm2015/lucca-front-ng-input.mjs +260 -0
- package/fesm2015/lucca-front-ng-input.mjs.map +1 -0
- package/fesm2015/lucca-front-ng-material.mjs +23 -0
- package/fesm2015/lucca-front-ng-material.mjs.map +1 -0
- package/fesm2015/lucca-front-ng-modal.mjs +320 -0
- package/fesm2015/lucca-front-ng-modal.mjs.map +1 -0
- package/fesm2015/lucca-front-ng-number.mjs +62 -0
- package/fesm2015/lucca-front-ng-number.mjs.map +1 -0
- package/fesm2015/lucca-front-ng-option.mjs +2267 -0
- package/fesm2015/lucca-front-ng-option.mjs.map +1 -0
- package/fesm2015/lucca-front-ng-picker.mjs +15 -0
- package/fesm2015/lucca-front-ng-picker.mjs.map +1 -0
- package/fesm2015/lucca-front-ng-popover.mjs +1031 -0
- package/fesm2015/lucca-front-ng-popover.mjs.map +1 -0
- package/fesm2015/lucca-front-ng-popup.mjs +220 -0
- package/fesm2015/lucca-front-ng-popup.mjs.map +1 -0
- package/fesm2015/lucca-front-ng-qualification.mjs +195 -0
- package/fesm2015/lucca-front-ng-qualification.mjs.map +1 -0
- package/fesm2015/lucca-front-ng-safe-content.mjs +52 -0
- package/fesm2015/lucca-front-ng-safe-content.mjs.map +1 -0
- package/fesm2015/lucca-front-ng-scroll.mjs +103 -0
- package/fesm2015/lucca-front-ng-scroll.mjs.map +1 -0
- package/fesm2015/lucca-front-ng-select.mjs +452 -0
- package/fesm2015/lucca-front-ng-select.mjs.map +1 -0
- package/fesm2015/lucca-front-ng-sidepanel.mjs +226 -0
- package/fesm2015/lucca-front-ng-sidepanel.mjs.map +1 -0
- package/fesm2015/lucca-front-ng-tooltip.mjs +297 -0
- package/fesm2015/lucca-front-ng-tooltip.mjs.map +1 -0
- package/fesm2015/lucca-front-ng-user.mjs +1028 -0
- package/fesm2015/lucca-front-ng-user.mjs.map +1 -0
- package/fesm2015/lucca-front-ng.mjs +6 -0
- package/fesm2015/lucca-front-ng.mjs.map +1 -0
- package/fesm2020/lucca-front-ng-animations.mjs +276 -0
- package/fesm2020/lucca-front-ng-animations.mjs.map +1 -0
- package/fesm2020/lucca-front-ng-api.mjs +887 -0
- package/fesm2020/lucca-front-ng-api.mjs.map +1 -0
- package/fesm2020/lucca-front-ng-core.mjs +410 -0
- package/fesm2020/lucca-front-ng-core.mjs.map +1 -0
- package/fesm2020/lucca-front-ng-date.mjs +1060 -0
- package/fesm2020/lucca-front-ng-date.mjs.map +1 -0
- package/fesm2020/lucca-front-ng-department.mjs +320 -0
- package/fesm2020/lucca-front-ng-department.mjs.map +1 -0
- package/fesm2020/lucca-front-ng-dropdown.mjs +370 -0
- package/fesm2020/lucca-front-ng-dropdown.mjs.map +1 -0
- package/fesm2020/lucca-front-ng-establishment.mjs +842 -0
- package/fesm2020/lucca-front-ng-establishment.mjs.map +1 -0
- package/fesm2020/lucca-front-ng-formly.mjs +624 -0
- package/fesm2020/lucca-front-ng-formly.mjs.map +1 -0
- package/fesm2020/lucca-front-ng-input.mjs +260 -0
- package/fesm2020/lucca-front-ng-input.mjs.map +1 -0
- package/fesm2020/lucca-front-ng-material.mjs +23 -0
- package/fesm2020/lucca-front-ng-material.mjs.map +1 -0
- package/fesm2020/lucca-front-ng-modal.mjs +310 -0
- package/fesm2020/lucca-front-ng-modal.mjs.map +1 -0
- package/fesm2020/lucca-front-ng-number.mjs +60 -0
- package/fesm2020/lucca-front-ng-number.mjs.map +1 -0
- package/fesm2020/lucca-front-ng-option.mjs +2237 -0
- package/fesm2020/lucca-front-ng-option.mjs.map +1 -0
- package/fesm2020/lucca-front-ng-picker.mjs +15 -0
- package/fesm2020/lucca-front-ng-picker.mjs.map +1 -0
- package/fesm2020/lucca-front-ng-popover.mjs +1031 -0
- package/fesm2020/lucca-front-ng-popover.mjs.map +1 -0
- package/fesm2020/lucca-front-ng-popup.mjs +218 -0
- package/fesm2020/lucca-front-ng-popup.mjs.map +1 -0
- package/fesm2020/lucca-front-ng-qualification.mjs +191 -0
- package/fesm2020/lucca-front-ng-qualification.mjs.map +1 -0
- package/fesm2020/lucca-front-ng-safe-content.mjs +52 -0
- package/fesm2020/lucca-front-ng-safe-content.mjs.map +1 -0
- package/fesm2020/lucca-front-ng-scroll.mjs +103 -0
- package/fesm2020/lucca-front-ng-scroll.mjs.map +1 -0
- package/fesm2020/lucca-front-ng-select.mjs +452 -0
- package/fesm2020/lucca-front-ng-select.mjs.map +1 -0
- package/fesm2020/lucca-front-ng-sidepanel.mjs +218 -0
- package/fesm2020/lucca-front-ng-sidepanel.mjs.map +1 -0
- package/fesm2020/lucca-front-ng-tooltip.mjs +296 -0
- package/fesm2020/lucca-front-ng-tooltip.mjs.map +1 -0
- package/fesm2020/lucca-front-ng-user.mjs +1015 -0
- package/fesm2020/lucca-front-ng-user.mjs.map +1 -0
- package/fesm2020/lucca-front-ng.mjs +6 -0
- package/fesm2020/lucca-front-ng.mjs.map +1 -0
- package/formly/lib/formly.module.d.ts +34 -0
- package/formly/lib/types/api.d.ts +3 -0
- package/formly/lib/types/checkbox.d.ts +3 -0
- package/formly/lib/types/date.d.ts +3 -0
- package/formly/lib/types/department.d.ts +3 -0
- package/formly/lib/types/establishment.d.ts +3 -0
- package/formly/lib/types/input.d.ts +3 -0
- package/formly/lib/types/qualification.d.ts +3 -0
- package/formly/lib/types/radios.d.ts +3 -0
- package/formly/lib/types/select.d.ts +3 -0
- package/formly/lib/types/textarea.d.ts +3 -0
- package/formly/lib/types/user.d.ts +3 -0
- package/formly/lib/wrappers/checkbox-layout.d.ts +3 -0
- package/formly/lib/wrappers/error.d.ts +5 -0
- package/formly/lib/wrappers/helper.d.ts +3 -0
- package/formly/lib/wrappers/icon.d.ts +3 -0
- package/formly/lib/wrappers/radiosfield-layout.d.ts +3 -0
- package/formly/lib/wrappers/suffix.d.ts +3 -0
- package/formly/lib/wrappers/textfield-layout.d.ts +3 -0
- package/formly/lucca-front-ng-formly.d.ts +1 -0
- package/formly/package.json +6 -10
- package/input/lib/clearer/clearer.component.d.ts +3 -0
- package/input/lib/clearer/clearer.module.d.ts +6 -0
- package/input/lib/displayer/input-displayer.directive.d.ts +3 -0
- package/input/lib/displayer/input-displayer.module.d.ts +5 -0
- package/input/lib/input.directive.d.ts +3 -0
- package/input/lib/input.model.d.ts +3 -3
- package/input/lib/input.module.d.ts +7 -0
- package/input/lucca-front-ng-input.d.ts +1 -0
- package/input/package.json +6 -10
- package/lucca-front-ng.d.ts +2 -1
- package/material/lib/module.d.ts +4 -0
- package/material/lucca-front-ng-material.d.ts +1 -0
- package/material/package.json +6 -10
- package/material/style/main-v11.overridable.scss +1 -1
- package/material/style/main-v11.scss +1 -1
- package/material/style/main.overridable.scss +1 -1
- package/material/style/main.scss +1 -1
- package/modal/lib/modal-panel.component.d.ts +7 -0
- package/modal/lib/modal-ref.factory.d.ts +9 -6
- package/modal/lib/modal.intl.d.ts +3 -0
- package/modal/lib/modal.module.d.ts +9 -0
- package/modal/lib/modal.service.d.ts +3 -0
- package/modal/lucca-front-ng-modal.d.ts +5 -0
- package/modal/package.json +7 -11
- package/number/lib/number.module.d.ts +6 -0
- package/number/lib/number.pipe.d.ts +3 -0
- package/number/lucca-front-ng-number.d.ts +1 -0
- package/number/package.json +6 -10
- package/option/lib/item/option-item.component.d.ts +3 -0
- package/option/lib/item/option-item.module.d.ts +5 -0
- package/option/lib/item/tree-option-item.component.d.ts +3 -0
- package/option/lib/item/tree-option-item.intl.d.ts +3 -0
- package/option/lib/item/tree-option-item.module.d.ts +7 -0
- package/option/lib/operator/feeder/option-feeder.component.d.ts +3 -0
- package/option/lib/operator/feeder/option-feeder.module.d.ts +5 -0
- package/option/lib/operator/feeder/tree-option-feeder.component.d.ts +3 -0
- package/option/lib/operator/feeder/tree-option-feeder.module.d.ts +5 -0
- package/option/lib/operator/for-groups/for-groups.directive.d.ts +3 -0
- package/option/lib/operator/for-groups/for-groups.module.d.ts +5 -0
- package/option/lib/operator/for-options/for-options.directive.d.ts +3 -0
- package/option/lib/operator/for-options/for-options.module.d.ts +5 -0
- package/option/lib/operator/for-options/for-tree-options.directive.d.ts +3 -0
- package/option/lib/operator/for-options/for-tree-options.module.d.ts +5 -0
- package/option/lib/operator/option-operator.module.d.ts +9 -0
- package/option/lib/operator/pager/option-pager.component.d.ts +3 -0
- package/option/lib/operator/pager/option-pager.module.d.ts +5 -0
- package/option/lib/operator/pager/tree-option-pager.component.d.ts +3 -0
- package/option/lib/operator/pager/tree-option-pager.module.d.ts +5 -0
- package/option/lib/operator/searcher/option-searcher.component.d.ts +3 -0
- package/option/lib/operator/searcher/option-searcher.module.d.ts +8 -0
- package/option/lib/operator/searcher/tree-option-searcher.component.d.ts +3 -0
- package/option/lib/operator/searcher/tree-option-searcher.module.d.ts +8 -0
- package/option/lib/operator/tree-option-operator.module.d.ts +8 -0
- package/option/lib/option.module.d.ts +9 -0
- package/option/lib/picker/option-picker-advanced.component.d.ts +9 -5
- package/option/lib/picker/option-picker.component.d.ts +12 -7
- package/option/lib/picker/option-picker.model.d.ts +5 -5
- package/option/lib/picker/option-picker.module.d.ts +11 -0
- package/option/lib/picker/tree-option-picker-advanced.component.d.ts +9 -5
- package/option/lib/picker/tree-option-picker.component.d.ts +11 -7
- package/option/lib/picker/tree-option-picker.model.d.ts +3 -3
- package/option/lib/picker/tree-option-picker.module.d.ts +10 -0
- package/option/lib/placeholder/option-placeholder.component.d.ts +3 -0
- package/option/lib/placeholder/option-placeholder.intl.d.ts +3 -0
- package/option/lib/placeholder/option-placeholder.module.d.ts +5 -0
- package/option/lib/selector/all/select-all.component.d.ts +3 -0
- package/option/lib/selector/all/select-all.intl.d.ts +3 -0
- package/option/lib/selector/all/select-all.module.d.ts +5 -0
- package/option/lib/selector/all/tree-select-all.component.d.ts +3 -0
- package/option/lib/selector/all/tree-select-all.module.d.ts +5 -0
- package/option/lib/selector/option-selector.module.d.ts +5 -0
- package/option/lib/selector/tree-option-selector.module.d.ts +5 -0
- package/option/lib/tree-option.module.d.ts +8 -0
- package/option/lucca-front-ng-option.d.ts +1 -0
- package/option/package.json +6 -10
- package/package.json +209 -12
- package/picker/lib/input-picker.model.d.ts +1 -1
- package/picker/lucca-front-ng-picker.d.ts +1 -0
- package/picker/package.json +6 -10
- package/popover/lib/panel/popover-panel.component.d.ts +3 -0
- package/popover/lib/panel/popover-panel.module.d.ts +8 -0
- package/popover/lib/popover.module.d.ts +7 -0
- package/popover/lib/target/popover-target.directive.d.ts +3 -0
- package/popover/lib/target/popover-target.module.d.ts +7 -0
- package/popover/lib/trigger/popover-trigger.directive.d.ts +3 -0
- package/popover/lib/trigger/popover-trigger.model.d.ts +7 -7
- package/popover/lib/trigger/popover-trigger.module.d.ts +9 -0
- package/popover/lucca-front-ng-popover.d.ts +1 -0
- package/popover/package.json +6 -10
- package/popup/lib/popup-ref.factory.d.ts +3 -0
- package/popup/lib/popup-ref.model.d.ts +3 -4
- package/popup/lib/popup.module.d.ts +5 -0
- package/popup/lib/popup.service.d.ts +3 -0
- package/popup/lucca-front-ng-popup.d.ts +1 -0
- package/popup/package.json +6 -10
- package/public_api.d.ts +2 -0
- package/qualification/lib/qualification.module.d.ts +5 -0
- package/qualification/lib/select/input/qualification-select-input.component.d.ts +4 -1
- package/qualification/lib/select/input/qualification-select-input.intl.d.ts +3 -0
- package/qualification/lib/select/input/qualification-select-input.module.d.ts +10 -0
- package/qualification/lib/select/qualification-select.module.d.ts +5 -0
- package/qualification/lucca-front-ng-qualification.d.ts +1 -0
- package/qualification/package.json +6 -10
- package/safe-content/lib/safe-content.module.d.ts +6 -0
- package/safe-content/lib/safe-content.pipe.d.ts +3 -0
- package/safe-content/lucca-front-ng-safe-content.d.ts +1 -0
- package/safe-content/package.json +6 -10
- package/schematics/collection.json +9 -0
- package/schematics/ng-add/file-content.js +17 -0
- package/schematics/ng-add/index.js +29 -0
- package/schematics/ng-add/tasks.js +42 -0
- package/scroll/lib/scroll.directive.d.ts +3 -0
- package/scroll/lib/scroll.module.d.ts +5 -0
- package/scroll/lucca-front-ng-scroll.d.ts +5 -0
- package/scroll/package.json +7 -11
- package/select/lib/input/select-input.component.d.ts +9 -4
- package/select/lib/input/select-input.model.d.ts +1 -1
- package/select/lib/input/select-input.module.d.ts +7 -0
- package/select/lib/select.module.d.ts +5 -0
- package/select/lucca-front-ng-select.d.ts +1 -0
- package/select/package.json +6 -10
- package/sidepanel/lib/sidepanel-panel.component.d.ts +5 -0
- package/sidepanel/lib/sidepanel-ref.factory.d.ts +9 -6
- package/sidepanel/lib/sidepanel.intl.d.ts +3 -0
- package/sidepanel/lib/sidepanel.module.d.ts +9 -0
- package/sidepanel/lib/sidepanel.service.d.ts +3 -0
- package/sidepanel/lucca-front-ng-sidepanel.d.ts +1 -0
- package/sidepanel/package.json +6 -10
- package/tooltip/lib/panel/tooltip-panel.component.d.ts +3 -0
- package/tooltip/lib/panel/tooltip-panel.module.d.ts +7 -0
- package/tooltip/lib/tooltip.module.d.ts +6 -0
- package/tooltip/lib/trigger/tooltip-trigger.directive.d.ts +3 -0
- package/tooltip/lib/trigger/tooltip-trigger.module.d.ts +6 -0
- package/tooltip/lucca-front-ng-tooltip.d.ts +1 -0
- package/tooltip/package.json +6 -10
- package/user/lib/display/user-display.module.d.ts +6 -0
- package/user/lib/display/user-display.pipe.d.ts +3 -0
- package/user/lib/picture/user-picture.component.d.ts +3 -0
- package/user/lib/picture/user-picture.module.d.ts +7 -0
- package/user/lib/select/homonyms/user-homonyms.component.d.ts +3 -0
- package/user/lib/select/homonyms/user-homonyms.module.d.ts +7 -0
- package/user/lib/select/homonyms/user-homonyms.service.d.ts +3 -0
- package/user/lib/select/input/user-select-input.component.d.ts +4 -2
- package/user/lib/select/input/user-select-input.intl.d.ts +3 -0
- package/user/lib/select/input/user-select-input.module.d.ts +12 -0
- package/user/lib/select/me/me-option.directive.d.ts +4 -1
- package/user/lib/select/me/me-option.module.d.ts +5 -0
- package/user/lib/select/searcher/user-searcher.component.d.ts +3 -0
- package/user/lib/select/searcher/user-searcher.intl.d.ts +3 -0
- package/user/lib/select/searcher/user-searcher.module.d.ts +9 -0
- package/user/lib/select/user-select.module.d.ts +8 -0
- package/user/lib/service/user-v3.service.d.ts +3 -0
- package/user/lib/tile/user-tile.component.d.ts +3 -0
- package/user/lib/tile/user-tile.module.d.ts +8 -0
- package/user/lib/user.module.d.ts +8 -0
- package/user/lucca-front-ng-user.d.ts +1 -0
- package/user/package.json +6 -10
- package/README.md +0 -1
- package/animations/bundles/lucca-front-ng-animations.umd.js +0 -611
- package/animations/bundles/lucca-front-ng-animations.umd.js.map +0 -1
- package/animations/fesm2015/lucca-front-ng-animations.js +0 -276
- package/animations/fesm2015/lucca-front-ng-animations.js.map +0 -1
- package/animations/lucca-front-ng-animations.metadata.json +0 -1
- package/api/bundles/lucca-front-ng-api.umd.js +0 -1268
- package/api/bundles/lucca-front-ng-api.umd.js.map +0 -1
- package/api/esm2015/lib/api.module.js +0 -15
- package/api/esm2015/lib/select/api-select.module.js +0 -24
- package/api/esm2015/lib/select/feeder/api-feeder.component.js +0 -52
- package/api/esm2015/lib/select/feeder/api-feeder.module.js +0 -19
- package/api/esm2015/lib/select/input/api-select-input.component.js +0 -45
- package/api/esm2015/lib/select/input/api-select-input.module.js +0 -28
- package/api/esm2015/lib/select/pager/api-pager.component.js +0 -58
- package/api/esm2015/lib/select/pager/api-pager.module.js +0 -19
- package/api/esm2015/lib/select/searcher/api-searcher.component.js +0 -142
- package/api/esm2015/lib/select/searcher/api-searcher.model.js +0 -69
- package/api/esm2015/lib/select/searcher/api-searcher.module.js +0 -27
- package/api/esm2015/lib/service/api-hybrid.service.js +0 -59
- package/api/esm2015/lib/service/api-service.model.js +0 -3
- package/api/esm2015/lib/service/api-v3.service.js +0 -65
- package/api/esm2015/lib/service/api-v4.service.js +0 -55
- package/api/fesm2015/lucca-front-ng-api.js +0 -704
- package/api/fesm2015/lucca-front-ng-api.js.map +0 -1
- package/api/lucca-front-ng-api.metadata.json +0 -1
- package/bundles/lucca-front-ng.umd.js +0 -32
- package/bundles/lucca-front-ng.umd.js.map +0 -1
- package/core/bundles/lucca-front-ng-core.umd.js +0 -759
- package/core/bundles/lucca-front-ng-core.umd.js.map +0 -1
- package/core/esm2015/lib/date/native/native-date.adapter.js +0 -221
- package/core/esm2015/lib/date/string/string-date.adapter.js +0 -78
- package/core/esm2015/lib/translate/intl.model.js +0 -13
- package/core/fesm2015/lucca-front-ng-core.js +0 -401
- package/core/fesm2015/lucca-front-ng-core.js.map +0 -1
- package/core/lucca-front-ng-core.metadata.json +0 -1
- package/date/bundles/lucca-front-ng-date.umd.js +0 -1360
- package/date/bundles/lucca-front-ng-date.umd.js.map +0 -1
- package/date/esm2015/lib/adapter/date-adapter.module.js +0 -15
- package/date/esm2015/lib/adapter/date-adapter.pipe.js +0 -23
- package/date/esm2015/lib/calendar/calendar-input.component.js +0 -322
- package/date/esm2015/lib/calendar/calendar-input.module.js +0 -25
- package/date/esm2015/lib/calendar/calendar-item.class.js +0 -41
- package/date/esm2015/lib/calendar/calendar-item.factory.js +0 -38
- package/date/esm2015/lib/date.module.js +0 -27
- package/date/esm2015/lib/input/date-input.directive.js +0 -118
- package/date/esm2015/lib/input/date-input.intl.js +0 -16
- package/date/esm2015/lib/input/date-input.module.js +0 -25
- package/date/esm2015/lib/picker/date-picker.component.js +0 -91
- package/date/esm2015/lib/picker/date-picker.module.js +0 -29
- package/date/esm2015/lib/select/date-select-input.component.js +0 -88
- package/date/esm2015/lib/select/date-select-input.intl.js +0 -16
- package/date/esm2015/lib/select/date-select-input.module.js +0 -36
- package/date/esm2015/lucca-front-ng-date.js +0 -6
- package/date/fesm2015/lucca-front-ng-date.js +0 -933
- package/date/fesm2015/lucca-front-ng-date.js.map +0 -1
- package/date/lucca-front-ng-date.metadata.json +0 -1
- package/department/bundles/lucca-front-ng-department.umd.js +0 -623
- package/department/bundles/lucca-front-ng-department.umd.js.map +0 -1
- package/department/esm2015/lib/department.module.js +0 -15
- package/department/esm2015/lib/select/department-select.module.js +0 -18
- package/department/esm2015/lib/select/feeder/department-feeder.component.js +0 -50
- package/department/esm2015/lib/select/feeder/department-feeder.module.js +0 -19
- package/department/esm2015/lib/select/input/department-select-input.component.js +0 -48
- package/department/esm2015/lib/select/input/department-select-input.intl.js +0 -16
- package/department/esm2015/lib/select/input/department-select-input.module.js +0 -39
- package/department/esm2015/lib/service/department-v3.service.js +0 -38
- package/department/fesm2015/lucca-front-ng-department.js +0 -246
- package/department/fesm2015/lucca-front-ng-department.js.map +0 -1
- package/department/lucca-front-ng-department.metadata.json +0 -1
- package/dropdown/bundles/lucca-front-ng-dropdown.umd.js +0 -706
- package/dropdown/bundles/lucca-front-ng-dropdown.umd.js.map +0 -1
- package/dropdown/esm2015/lib/dropdown.module.js +0 -21
- package/dropdown/esm2015/lib/item/dropdown-item.directive.js +0 -45
- package/dropdown/esm2015/lib/item/dropdown-item.module.js +0 -16
- package/dropdown/esm2015/lib/panel/dropdown-panel.component.js +0 -102
- package/dropdown/esm2015/lib/panel/dropdown-panel.module.js +0 -19
- package/dropdown/esm2015/lib/trigger/dropdown-trigger.directive.js +0 -86
- package/dropdown/esm2015/lib/trigger/dropdown-trigger.module.js +0 -19
- package/dropdown/fesm2015/lucca-front-ng-dropdown.js +0 -305
- package/dropdown/fesm2015/lucca-front-ng-dropdown.js.map +0 -1
- package/dropdown/lucca-front-ng-dropdown.metadata.json +0 -1
- package/esm2015/index.js +0 -2
- package/esm2015/lib/index.js +0 -2
- package/esm2015/lib/module.js +0 -10
- package/esm2015/lucca-front-ng.js +0 -5
- package/esm2015/public-api.js +0 -5
- package/establishment/bundles/lucca-front-ng-establishment.umd.js +0 -1104
- package/establishment/bundles/lucca-front-ng-establishment.umd.js.map +0 -1
- package/establishment/esm2015/lib/establishment.module.js +0 -15
- package/establishment/esm2015/lib/select/establishment-select.module.js +0 -27
- package/establishment/esm2015/lib/select/for-legal-units/for-legal-units.directive.js +0 -46
- package/establishment/esm2015/lib/select/for-legal-units/for-legal-units.module.js +0 -11
- package/establishment/esm2015/lib/select/input/establishment-select-input.component.js +0 -86
- package/establishment/esm2015/lib/select/input/establishment-select-input.intl.js +0 -16
- package/establishment/esm2015/lib/select/input/establishment-select-input.module.js +0 -40
- package/establishment/esm2015/lib/select/legal-unit-selector/legal-unit-selector.directive.js +0 -73
- package/establishment/esm2015/lib/select/legal-unit-selector/legal-unit-selector.module.js +0 -13
- package/establishment/esm2015/lib/select/searcher/establishment-searcher.component.js +0 -127
- package/establishment/esm2015/lib/select/searcher/establishment-searcher.module.js +0 -25
- package/establishment/esm2015/lib/select/select-all/establishment-select-all.component.js +0 -67
- package/establishment/esm2015/lib/select/select-all/establishment-select-all.module.js +0 -29
- package/establishment/esm2015/lib/service/establishment.service.js +0 -33
- package/establishment/esm2015/lib/service/legal-unit.service.js +0 -33
- package/establishment/fesm2015/lucca-front-ng-establishment.js +0 -637
- package/establishment/fesm2015/lucca-front-ng-establishment.js.map +0 -1
- package/establishment/lucca-front-ng-establishment.metadata.json +0 -1
- package/fesm2015/lucca-front-ng.js +0 -21
- package/fesm2015/lucca-front-ng.js.map +0 -1
- package/formly/bundles/lucca-front-ng-formly.umd.js +0 -1126
- package/formly/bundles/lucca-front-ng-formly.umd.js.map +0 -1
- package/formly/esm2015/lib/formly.module.js +0 -61
- package/formly/esm2015/lib/types/api.js +0 -30
- package/formly/esm2015/lib/types/checkbox.js +0 -18
- package/formly/esm2015/lib/types/date.js +0 -18
- package/formly/esm2015/lib/types/department.js +0 -18
- package/formly/esm2015/lib/types/establishment.js +0 -18
- package/formly/esm2015/lib/types/input.js +0 -21
- package/formly/esm2015/lib/types/qualification.js +0 -18
- package/formly/esm2015/lib/types/radios.js +0 -21
- package/formly/esm2015/lib/types/select.js +0 -21
- package/formly/esm2015/lib/types/textarea.js +0 -18
- package/formly/esm2015/lib/types/user.js +0 -18
- package/formly/esm2015/lib/wrappers/checkbox-layout.js +0 -31
- package/formly/esm2015/lib/wrappers/error.js +0 -59
- package/formly/esm2015/lib/wrappers/helper.js +0 -27
- package/formly/esm2015/lib/wrappers/icon.js +0 -35
- package/formly/esm2015/lib/wrappers/radiosfield-layout.js +0 -31
- package/formly/esm2015/lib/wrappers/suffix.js +0 -30
- package/formly/esm2015/lib/wrappers/textfield-layout.js +0 -42
- package/formly/fesm2015/lucca-front-ng-formly.js +0 -583
- package/formly/fesm2015/lucca-front-ng-formly.js.map +0 -1
- package/formly/lucca-front-ng-formly.metadata.json +0 -1
- package/index.d.ts +0 -1
- package/input/bundles/lucca-front-ng-input.umd.js +0 -604
- package/input/bundles/lucca-front-ng-input.umd.js.map +0 -1
- package/input/esm2015/lib/clearer/clearer.component.js +0 -31
- package/input/esm2015/lib/clearer/clearer.module.js +0 -19
- package/input/esm2015/lib/displayer/input-displayer.directive.js +0 -49
- package/input/esm2015/lib/displayer/input-displayer.module.js +0 -12
- package/input/esm2015/lib/input.directive.js +0 -42
- package/input/esm2015/lib/input.model.js +0 -48
- package/input/esm2015/lib/input.module.js +0 -23
- package/input/fesm2015/lucca-front-ng-input.js +0 -232
- package/input/fesm2015/lucca-front-ng-input.js.map +0 -1
- package/input/lucca-front-ng-input.metadata.json +0 -1
- package/lib/index.d.ts +0 -1
- package/lib/module.d.ts +0 -5
- package/lucca-front-ng.metadata.json +0 -1
- package/material/bundles/lucca-front-ng-material.umd.js +0 -29
- package/material/bundles/lucca-front-ng-material.umd.js.map +0 -1
- package/material/esm2015/lib/module.js +0 -7
- package/material/fesm2015/lucca-front-ng-material.js +0 -18
- package/material/fesm2015/lucca-front-ng-material.js.map +0 -1
- package/material/lucca-front-ng-material.metadata.json +0 -1
- package/modal/bundles/lucca-front-modal.umd.js +0 -685
- package/modal/bundles/lucca-front-modal.umd.js.map +0 -1
- package/modal/esm2015/lib/modal-panel.component.js +0 -136
- package/modal/esm2015/lib/modal-ref.factory.js +0 -54
- package/modal/esm2015/lib/modal.intl.js +0 -16
- package/modal/esm2015/lib/modal.module.js +0 -46
- package/modal/esm2015/lib/modal.service.js +0 -18
- package/modal/esm2015/lucca-front-modal.js +0 -5
- package/modal/fesm2015/lucca-front-modal.js +0 -293
- package/modal/fesm2015/lucca-front-modal.js.map +0 -1
- package/modal/lucca-front-modal.d.ts +0 -4
- package/modal/lucca-front-modal.metadata.json +0 -1
- package/number/bundles/lucca-front-ng-number.umd.js +0 -65
- package/number/bundles/lucca-front-ng-number.umd.js.map +0 -1
- package/number/esm2015/lib/number.module.js +0 -13
- package/number/esm2015/lib/number.pipe.js +0 -31
- package/number/fesm2015/lucca-front-ng-number.js +0 -52
- package/number/fesm2015/lucca-front-ng-number.js.map +0 -1
- package/number/lucca-front-ng-number.metadata.json +0 -1
- package/option/bundles/lucca-front-ng-option.umd.js +0 -2653
- package/option/bundles/lucca-front-ng-option.umd.js.map +0 -1
- package/option/esm2015/lib/item/option-item.component.js +0 -54
- package/option/esm2015/lib/item/option-item.module.js +0 -15
- package/option/esm2015/lib/item/tree-option-item.component.js +0 -101
- package/option/esm2015/lib/item/tree-option-item.intl.js +0 -16
- package/option/esm2015/lib/item/tree-option-item.module.js +0 -33
- package/option/esm2015/lib/operator/feeder/option-feeder.component.js +0 -29
- package/option/esm2015/lib/operator/feeder/option-feeder.module.js +0 -16
- package/option/esm2015/lib/operator/feeder/tree-option-feeder.component.js +0 -29
- package/option/esm2015/lib/operator/feeder/tree-option-feeder.module.js +0 -15
- package/option/esm2015/lib/operator/for-groups/for-groups.directive.js +0 -75
- package/option/esm2015/lib/operator/for-groups/for-groups.module.js +0 -16
- package/option/esm2015/lib/operator/for-options/for-options.directive.js +0 -46
- package/option/esm2015/lib/operator/for-options/for-options.module.js +0 -16
- package/option/esm2015/lib/operator/for-options/for-tree-options.directive.js +0 -18
- package/option/esm2015/lib/operator/for-options/for-tree-options.module.js +0 -16
- package/option/esm2015/lib/operator/option-operator.module.js +0 -27
- package/option/esm2015/lib/operator/pager/option-pager.component.js +0 -42
- package/option/esm2015/lib/operator/pager/option-pager.module.js +0 -16
- package/option/esm2015/lib/operator/pager/tree-option-pager.component.js +0 -58
- package/option/esm2015/lib/operator/pager/tree-option-pager.module.js +0 -16
- package/option/esm2015/lib/operator/searcher/option-searcher.component.js +0 -52
- package/option/esm2015/lib/operator/searcher/option-searcher.module.js +0 -23
- package/option/esm2015/lib/operator/searcher/tree-option-searcher.component.js +0 -67
- package/option/esm2015/lib/operator/searcher/tree-option-searcher.module.js +0 -23
- package/option/esm2015/lib/operator/tree-option-operator.module.js +0 -24
- package/option/esm2015/lib/option.module.js +0 -27
- package/option/esm2015/lib/picker/option-picker-advanced.component.js +0 -127
- package/option/esm2015/lib/picker/option-picker.component.js +0 -270
- package/option/esm2015/lib/picker/option-picker.model.js +0 -69
- package/option/esm2015/lib/picker/option-picker.module.js +0 -30
- package/option/esm2015/lib/picker/tree-option-picker-advanced.component.js +0 -123
- package/option/esm2015/lib/picker/tree-option-picker.component.js +0 -163
- package/option/esm2015/lib/picker/tree-option-picker.model.js +0 -4
- package/option/esm2015/lib/picker/tree-option-picker.module.js +0 -28
- package/option/esm2015/lib/placeholder/option-placeholder.component.js +0 -25
- package/option/esm2015/lib/placeholder/option-placeholder.intl.js +0 -16
- package/option/esm2015/lib/placeholder/option-placeholder.module.js +0 -24
- package/option/esm2015/lib/selector/all/select-all.component.js +0 -54
- package/option/esm2015/lib/selector/all/select-all.intl.js +0 -16
- package/option/esm2015/lib/selector/all/select-all.module.js +0 -24
- package/option/esm2015/lib/selector/all/tree-select-all.component.js +0 -59
- package/option/esm2015/lib/selector/all/tree-select-all.module.js +0 -24
- package/option/esm2015/lib/selector/option-selector.module.js +0 -15
- package/option/esm2015/lib/selector/tree-option-selector.module.js +0 -15
- package/option/esm2015/lib/tree-option.module.js +0 -24
- package/option/fesm2015/lucca-front-ng-option.js +0 -1889
- package/option/fesm2015/lucca-front-ng-option.js.map +0 -1
- package/option/lucca-front-ng-option.metadata.json +0 -1
- package/picker/bundles/lucca-front-ng-picker.umd.js +0 -346
- package/picker/bundles/lucca-front-ng-picker.umd.js.map +0 -1
- package/picker/esm2015/lib/input-picker.model.js +0 -4
- package/picker/fesm2015/lucca-front-ng-picker.js +0 -15
- package/picker/fesm2015/lucca-front-ng-picker.js.map +0 -1
- package/picker/lucca-front-ng-picker.metadata.json +0 -1
- package/popover/bundles/lucca-front-ng-popover.umd.js +0 -1489
- package/popover/bundles/lucca-front-ng-popover.umd.js.map +0 -1
- package/popover/esm2015/lib/panel/popover-panel.component.js +0 -106
- package/popover/esm2015/lib/panel/popover-panel.model.js +0 -96
- package/popover/esm2015/lib/panel/popover-panel.module.js +0 -23
- package/popover/esm2015/lib/popover.module.js +0 -21
- package/popover/esm2015/lib/target/popover-target.directive.js +0 -33
- package/popover/esm2015/lib/target/popover-target.module.js +0 -21
- package/popover/esm2015/lib/trigger/popover-trigger.directive.js +0 -116
- package/popover/esm2015/lib/trigger/popover-trigger.model.js +0 -406
- package/popover/esm2015/lib/trigger/popover-trigger.module.js +0 -25
- package/popover/fesm2015/lucca-front-ng-popover.js +0 -925
- package/popover/fesm2015/lucca-front-ng-popover.js.map +0 -1
- package/popover/lucca-front-ng-popover.metadata.json +0 -1
- package/popup/bundles/lucca-front-ng-popup.umd.js +0 -550
- package/popup/bundles/lucca-front-ng-popup.umd.js.map +0 -1
- package/popup/esm2015/lib/popup-ref.factory.js +0 -29
- package/popup/esm2015/lib/popup-ref.model.js +0 -120
- package/popup/esm2015/lib/popup.module.js +0 -24
- package/popup/esm2015/lib/popup.service.js +0 -22
- package/popup/fesm2015/lucca-front-ng-popup.js +0 -208
- package/popup/fesm2015/lucca-front-ng-popup.js.map +0 -1
- package/popup/lucca-front-ng-popup.metadata.json +0 -1
- package/public-api.d.ts +0 -1
- package/qualification/bundles/lucca-front-ng-qualification.umd.js +0 -501
- package/qualification/bundles/lucca-front-ng-qualification.umd.js.map +0 -1
- package/qualification/esm2015/lib/qualification.module.js +0 -15
- package/qualification/esm2015/lib/select/input/qualification-select-input.component.js +0 -59
- package/qualification/esm2015/lib/select/input/qualification-select-input.intl.js +0 -16
- package/qualification/esm2015/lib/select/input/qualification-select-input.module.js +0 -37
- package/qualification/esm2015/lib/select/qualification-select.module.js +0 -15
- package/qualification/fesm2015/lucca-front-ng-qualification.js +0 -155
- package/qualification/fesm2015/lucca-front-ng-qualification.js.map +0 -1
- package/qualification/lucca-front-ng-qualification.metadata.json +0 -1
- package/safe-content/bundles/lucca-front-ng-safe-content.umd.js +0 -59
- package/safe-content/bundles/lucca-front-ng-safe-content.umd.js.map +0 -1
- package/safe-content/esm2015/lib/safe-content.module.js +0 -14
- package/safe-content/esm2015/lib/safe-content.pipe.js +0 -24
- package/safe-content/fesm2015/lucca-front-ng-safe-content.js +0 -47
- package/safe-content/fesm2015/lucca-front-ng-safe-content.js.map +0 -1
- package/safe-content/lucca-front-ng-safe-content.metadata.json +0 -1
- package/scroll/bundles/lucca-front-ngscroll.umd.js +0 -105
- package/scroll/bundles/lucca-front-ngscroll.umd.js.map +0 -1
- package/scroll/esm2015/lib/scroll.directive.js +0 -68
- package/scroll/esm2015/lib/scroll.module.js +0 -16
- package/scroll/esm2015/lucca-front-ngscroll.js +0 -5
- package/scroll/fesm2015/lucca-front-ngscroll.js +0 -93
- package/scroll/fesm2015/lucca-front-ngscroll.js.map +0 -1
- package/scroll/lucca-front-ngscroll.d.ts +0 -4
- package/scroll/lucca-front-ngscroll.metadata.json +0 -1
- package/select/bundles/lucca-front-ng-select.umd.js +0 -806
- package/select/bundles/lucca-front-ng-select.umd.js.map +0 -1
- package/select/esm2015/lib/input/select-input.component.js +0 -188
- package/select/esm2015/lib/input/select-input.model.js +0 -167
- package/select/esm2015/lib/input/select-input.module.js +0 -21
- package/select/esm2015/lib/select.module.js +0 -15
- package/select/fesm2015/lucca-front-ng-select.js +0 -396
- package/select/fesm2015/lucca-front-ng-select.js.map +0 -1
- package/select/lucca-front-ng-select.metadata.json +0 -1
- package/sidepanel/bundles/lucca-front-ng-sidepanel.umd.js +0 -560
- package/sidepanel/bundles/lucca-front-ng-sidepanel.umd.js.map +0 -1
- package/sidepanel/esm2015/lib/sidepanel-panel.component.js +0 -43
- package/sidepanel/esm2015/lib/sidepanel-ref.factory.js +0 -53
- package/sidepanel/esm2015/lib/sidepanel.intl.js +0 -16
- package/sidepanel/esm2015/lib/sidepanel.module.js +0 -46
- package/sidepanel/esm2015/lib/sidepanel.service.js +0 -18
- package/sidepanel/fesm2015/lucca-front-ng-sidepanel.js +0 -201
- package/sidepanel/fesm2015/lucca-front-ng-sidepanel.js.map +0 -1
- package/sidepanel/lucca-front-ng-sidepanel.metadata.json +0 -1
- package/tooltip/bundles/lucca-front-ng-tooltip.umd.js +0 -628
- package/tooltip/bundles/lucca-front-ng-tooltip.umd.js.map +0 -1
- package/tooltip/esm2015/lib/panel/tooltip-panel.component.js +0 -51
- package/tooltip/esm2015/lib/panel/tooltip-panel.module.js +0 -24
- package/tooltip/esm2015/lib/tooltip.module.js +0 -18
- package/tooltip/esm2015/lib/trigger/tooltip-trigger.directive.js +0 -121
- package/tooltip/esm2015/lib/trigger/tooltip-trigger.module.js +0 -19
- package/tooltip/fesm2015/lucca-front-ng-tooltip.js +0 -250
- package/tooltip/fesm2015/lucca-front-ng-tooltip.js.map +0 -1
- package/tooltip/lucca-front-ng-tooltip.metadata.json +0 -1
- package/user/bundles/lucca-front-ng-user.umd.js +0 -1330
- package/user/bundles/lucca-front-ng-user.umd.js.map +0 -1
- package/user/esm2015/lib/display/user-display.module.js +0 -14
- package/user/esm2015/lib/display/user-display.pipe.js +0 -58
- package/user/esm2015/lib/picture/user-picture.component.js +0 -70
- package/user/esm2015/lib/picture/user-picture.module.js +0 -14
- package/user/esm2015/lib/select/homonyms/user-homonyms.component.js +0 -46
- package/user/esm2015/lib/select/homonyms/user-homonyms.module.js +0 -21
- package/user/esm2015/lib/select/homonyms/user-homonyms.service.js +0 -47
- package/user/esm2015/lib/select/input/user-select-input.component.js +0 -57
- package/user/esm2015/lib/select/input/user-select-input.intl.js +0 -16
- package/user/esm2015/lib/select/input/user-select-input.module.js +0 -43
- package/user/esm2015/lib/select/me/me-option.directive.js +0 -68
- package/user/esm2015/lib/select/me/me-option.module.js +0 -17
- package/user/esm2015/lib/select/searcher/user-searcher.component.js +0 -135
- package/user/esm2015/lib/select/searcher/user-searcher.intl.js +0 -16
- package/user/esm2015/lib/select/searcher/user-searcher.module.js +0 -34
- package/user/esm2015/lib/select/user-select.module.js +0 -24
- package/user/esm2015/lib/service/user-v3.service.js +0 -48
- package/user/esm2015/lib/tile/user-tile.component.js +0 -68
- package/user/esm2015/lib/tile/user-tile.module.js +0 -15
- package/user/esm2015/lib/user.module.js +0 -24
- package/user/fesm2015/lucca-front-ng-user.js +0 -823
- package/user/fesm2015/lucca-front-ng-user.js.map +0 -1
- package/user/lucca-front-ng-user.metadata.json +0 -1
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"lucca-front-ng-formly.mjs","sources":["../../../packages/ng/formly/src/lib/types/api.ts","../../../packages/ng/formly/src/lib/types/api.html","../../../packages/ng/formly/src/lib/types/establishment.ts","../../../packages/ng/formly/src/lib/types/establishment.html","../../../packages/ng/formly/src/lib/types/checkbox.ts","../../../packages/ng/formly/src/lib/types/checkbox.html","../../../packages/ng/formly/src/lib/types/date.ts","../../../packages/ng/formly/src/lib/types/date.html","../../../packages/ng/formly/src/lib/types/department.ts","../../../packages/ng/formly/src/lib/types/department.html","../../../packages/ng/formly/src/lib/types/input.ts","../../../packages/ng/formly/src/lib/types/input.html","../../../packages/ng/formly/src/lib/types/radios.ts","../../../packages/ng/formly/src/lib/types/radios.html","../../../packages/ng/formly/src/lib/types/select.ts","../../../packages/ng/formly/src/lib/types/select.html","../../../packages/ng/formly/src/lib/types/textarea.ts","../../../packages/ng/formly/src/lib/types/textarea.html","../../../packages/ng/formly/src/lib/types/user.ts","../../../packages/ng/formly/src/lib/types/user.html","../../../packages/ng/formly/src/lib/types/qualification.ts","../../../packages/ng/formly/src/lib/types/qualification.html","../../../packages/ng/formly/src/lib/wrappers/error.ts","../../../packages/ng/formly/src/lib/wrappers/error.html","../../../packages/ng/formly/src/lib/wrappers/helper.ts","../../../packages/ng/formly/src/lib/wrappers/helper.html","../../../packages/ng/formly/src/lib/wrappers/icon.ts","../../../packages/ng/formly/src/lib/wrappers/icon.html","../../../packages/ng/formly/src/lib/wrappers/radiosfield-layout.ts","../../../packages/ng/formly/src/lib/wrappers/radiosfield-layout.html","../../../packages/ng/formly/src/lib/wrappers/suffix.ts","../../../packages/ng/formly/src/lib/wrappers/suffix.html","../../../packages/ng/formly/src/lib/wrappers/textfield-layout.ts","../../../packages/ng/formly/src/lib/wrappers/textfield-layout.html","../../../packages/ng/formly/src/lib/wrappers/checkbox-layout.ts","../../../packages/ng/formly/src/lib/wrappers/checkbox-layout.html","../../../packages/ng/formly/src/lib/formly.config.ts","../../../packages/ng/formly/src/lib/formly.module.ts","../../../packages/ng/formly/src/public-api.ts","../../../packages/ng/formly/src/lucca-front-ng-formly.ts"],"sourcesContent":["import { Component, ChangeDetectionStrategy } from '@angular/core';\r\nimport { FormControl } from '@angular/forms';\r\nimport { FieldType } from '@ngx-formly/core';\r\n\r\n@Component({\r\n\tselector: 'lu-formly-field-api',\r\n\tstyleUrls: ['formly-field.common.scss', 'select.scss'],\r\n\ttemplateUrl: './api.html',\r\n\t// changeDetection: ChangeDetectionStrategy.OnPush,\r\n})\r\nexport class LuFormlyFieldApi extends FieldType {\r\n\tget _api() {\r\n\t\treturn this.to['api'];\r\n\t}\r\n\tget _filters() {\r\n\t\treturn this.to['filters'] || [];\r\n\t}\r\n\tget _orderBy() {\r\n\t\treturn this.to['orderBy'];\r\n\t}\r\n\tget _standard() {\r\n\t\treturn this.to['standard'] || 'v3';\r\n\t}\r\n\toverride readonly formControl: FormControl;\r\n\tfocus() {\r\n\t\tthis.to['_isFocused'] = true;\r\n\t}\r\n\tblur() {\r\n\t\tthis.to['_isFocused'] = false;\r\n\t}\r\n}\r\n","<lu-api-select class=\"textfield-input\" [formControl]=\"formControl\" [formlyAttributes]=\"field\" [multiple]=\"to['multiple']\"\r\n (focus)=\"focus()\" (blur)=\"blur()\" [placeholder]=\"to.placeholder\" [api]=\"_api\" [filters]=\"_filters\" [orderBy]=\"_orderBy\" [standard]=\"_standard\">\r\n</lu-api-select>\r\n<span [attr.for]=\"id\" class=\"textfield-label\">{{ to.label }}</span>\r\n","import { Component } from '@angular/core';\r\nimport { FormControl } from '@angular/forms';\r\nimport { FieldType } from '@ngx-formly/core';\r\n\r\n@Component({\r\n\tselector: 'lu-formly-field-establishment',\r\n\tstyleUrls: ['formly-field.common.scss', 'select.scss'],\r\n\ttemplateUrl: './establishment.html'\r\n})\r\nexport class LuFormlyFieldEstablishment extends FieldType {\r\n\toverride readonly formControl: FormControl;\r\n\tfocus() {\r\n\t\tthis.to['_isFocused'] = true;\r\n\t}\r\n\tblur() {\r\n\t\tthis.to['_isFocused'] = false;\r\n\t}\r\n}\r\n","<lu-establishment-select\r\n\tclass=\"textfield-input\"\r\n\t[formControl]=\"formControl\"\r\n\t[formlyAttributes]=\"field\"\r\n\t[multiple]=\"to['multiple']\"\r\n\t(focus)=\"focus()\"\r\n\t(blur)=\"blur()\"\r\n\t[placeholder]=\"to.placeholder\"\r\n\t[filters]=\"to['filters']\"\r\n\t[appInstanceId]=\"to['appInstanceId']\"\r\n\t[operations]=\"to['operations']\"\r\n>\r\n</lu-establishment-select>\r\n<span class=\"textfield-label\">{{ to.label }}</span>\r\n\r\n","import { Component } from '@angular/core';\r\nimport { FormControl } from '@angular/forms';\r\nimport { FieldType } from '@ngx-formly/core';\r\n\r\n@Component({\r\n\tselector: 'lu-formly-field-checkbox',\r\n\tstyleUrls: ['formly-field.common.scss'],\r\n\ttemplateUrl: './checkbox.html',\r\n\t// changeDetection: ChangeDetectionStrategy.OnPush,\r\n})\r\nexport class LuFormlyFieldCheckbox extends FieldType {\r\n\toverride readonly formControl: FormControl;\r\n\tfocus() {\r\n\t\tthis.to['_isFocused'] = true;\r\n\t}\r\n\tblur() {\r\n\t\tthis.to['_isFocused'] = false;\r\n\t}\r\n}\r\n","<label class=\"checkbox\" [ngClass]=\"to['mod']\">\r\n\t<input class=\"checkbox-input\" type=\"checkbox\" [name]=\"to['name']\" [id]=\"id\" [formControl]=\"formControl\" [formlyAttributes]=\"field\">\r\n\t<span class=\"checkbox-label\">{{to.label}}</span>\r\n</label>\r\n","import { Component, ChangeDetectionStrategy } from '@angular/core';\r\nimport { FormControl } from '@angular/forms';\r\nimport { FieldType } from '@ngx-formly/core';\r\n\r\n@Component({\r\n\tselector: 'lu-formly-field-date',\r\n\tstyleUrls: ['formly-field.common.scss', 'select.scss'],\r\n\ttemplateUrl: './date.html',\r\n\t// changeDetection: ChangeDetectionStrategy.OnPush,\r\n})\r\nexport class LuFormlyFieldDate extends FieldType {\r\n\toverride readonly formControl: FormControl;\r\n\tfocus() {\r\n\t\tthis.to['_isFocused'] = true;\r\n\t}\r\n\tblur() {\r\n\t\tthis.to['_isFocused'] = false;\r\n\t}\r\n}\r\n","<lu-date-select class=\"textfield-input\" [formControl]=\"formControl\" [formlyAttributes]=\"field\" \r\n\t(focus)=\"focus()\" (blur)=\"blur()\" [placeholder]=\"to.placeholder\" [min]=\"to.min\" [max]=\"to.max\"></lu-date-select>\r\n<span class=\"textfield-label\">{{ to.label }}</span>\r\n","import { Component, ChangeDetectionStrategy } from '@angular/core';\r\nimport { FormControl } from '@angular/forms';\r\nimport { FieldType } from '@ngx-formly/core';\r\n\r\n@Component({\r\n\tselector: 'lu-formly-field-department',\r\n\tstyleUrls: ['formly-field.common.scss', 'select.scss'],\r\n\ttemplateUrl: './department.html',\r\n\t// changeDetection: ChangeDetectionStrategy.OnPush,\r\n})\r\nexport class LuFormlyFieldDepartment extends FieldType {\r\n\toverride readonly formControl: FormControl;\r\n\tfocus() {\r\n\t\tthis.to['_isFocused'] = true;\r\n\t}\r\n\tblur() {\r\n\t\tthis.to['_isFocused'] = false;\r\n\t}\r\n}\r\n","<lu-department-select class=\"textfield-input\" [formControl]=\"formControl\" [formlyAttributes]=\"field\" [multiple]=\"to['multiple']\"\r\n (focus)=\"focus()\" (blur)=\"blur()\" [placeholder]=\"to.placeholder\">\r\n</lu-department-select>\r\n<span class=\"textfield-label\">{{ to.label }}</span>\r\n","import { Component, ChangeDetectionStrategy } from '@angular/core';\r\nimport { FormControl } from '@angular/forms';\r\nimport { FieldType } from '@ngx-formly/core';\r\n@Component({\r\n\tselector: 'lu-formly-field-input',\r\n\tstyleUrls: ['formly-field.common.scss'],\r\n\ttemplateUrl: './input.html',\r\n\t// changeDetection: ChangeDetectionStrategy.OnPush,\r\n})\r\nexport class LuFormlyFieldInput extends FieldType {\r\n\tget type() {\r\n\t\treturn this.to.type || 'text';\r\n\t}\r\n\toverride readonly formControl: FormControl;\r\n\tfocus() {\r\n\t\tthis.to['_isFocused'] = true;\r\n\t}\r\n\tblur() {\r\n\t\tthis.to['_isFocused'] = false;\r\n\t}\r\n}\r\n","<ng-template [ngIf]=\"type !== 'number'\" [ngIfElse]=\"numberInput\">\r\n <input [type]=\"type\" class=\"textfield-input\" [name]=\"to['name']\" [formControl]=\"formControl\" [formlyAttributes]=\"field\" luInput (focus)=\"focus()\" (blur)=\"blur()\" [placeholder]=\"to.placeholder\">\r\n</ng-template>\r\n<!-- type=\"number\" has to be static in order to have NumberValueAccessor instead of DefaultValueAccessor -->\r\n<ng-template #numberInput>\r\n <input type=\"number\" class=\"textfield-input\" [name]=\"to['name']\" [formControl]=\"formControl\" [formlyAttributes]=\"field\" luInput (focus)=\"focus()\" (blur)=\"blur()\" [placeholder]=\"to.placeholder\">\r\n</ng-template>\r\n<span class=\"textfield-label\">{{ to.label }}</span>\r\n","import { Component, ChangeDetectionStrategy } from '@angular/core';\r\nimport { FormControl } from '@angular/forms';\r\nimport { FieldType } from '@ngx-formly/core';\r\n\r\n@Component({\r\n\tselector: 'lu-formly-field-radios',\r\n\tstyleUrls: ['formly-field.common.scss'],\r\n\ttemplateUrl: './radios.html',\r\n\t// changeDetection: ChangeDetectionStrategy.OnPush,\r\n})\r\nexport class LuFormlyFieldRadios extends FieldType {\r\n\tget _options() {\r\n\t\treturn <any[]>this.to.options || [];\r\n\t}\r\n\toverride readonly formControl: FormControl;\r\n\tfocus() {\r\n\t\tthis.to['_isFocused'] = true;\r\n\t}\r\n\tblur() {\r\n\t\tthis.to['_isFocused'] = false;\r\n\t}\r\n}\r\n","<legend class=\"radiosfield-label\">{{to.label}}</legend>\r\n<div class=\"radiosfield-input\">\r\n\t<label *ngFor=\"let option of _options, let i = index\" class=\"radio\">\r\n\t\t<input class=\"radio-input\" type=\"radio\" [name]=\"to['name']\" [value]=\"option.value\" [id]=\"id + '_'+ i\" [formControl]=\"formControl\" [formlyAttributes]=\"field\">\r\n\t\t<span class=\"radio-label\">{{option.label}}</span>\r\n\t</label>\r\n</div>\r\n","import { Component, OnInit, ChangeDetectionStrategy } from '@angular/core';\r\nimport { FormControl } from '@angular/forms';\r\nimport { FieldType } from '@ngx-formly/core';\r\n\r\n@Component({\r\n\tselector: 'lu-formly-field-select',\r\n\tstyleUrls: ['formly-field.common.scss', 'select.scss'],\r\n\ttemplateUrl: './select.html',\r\n\t// changeDetection: ChangeDetectionStrategy.OnPush,\r\n})\r\nexport class LuFormlyFieldSelect extends FieldType {\r\n\tget _options() {\r\n\t\treturn <any[]>this.to.options || [];\r\n\t}\r\n\toverride readonly formControl: FormControl;\r\n\tfocus() {\r\n\t\tthis.to['_isFocused'] = true;\r\n\t}\r\n\tblur() {\r\n\t\tthis.to['_isFocused'] = false;\r\n\t}\r\n}\r\n","<lu-select class=\"textfield-input\" [formControl]=\"formControl\" [formlyAttributes]=\"field\" (focus)=\"focus()\" (blur)=\"blur()\" [multiple]=\"to['multiple']\" [placeholder]=\"to.placeholder\">\r\n\t<ng-container *luDisplayer=\"let option\">\r\n\t\t<span [class.chip]=\"to['multiple']\" [class.mod-unkillable]=\"to['multiple']\">{{ option.name }}</span>\r\n\t</ng-container>\r\n\t<lu-option-picker>\r\n\t\t<lu-option *ngFor=\"let option of _options\" [value]=\"option\">\r\n\t\t\t{{ option.name }}\r\n\t\t</lu-option>\r\n\t</lu-option-picker>\r\n\t<lu-input-clearer *ngIf=\"!to.required && !to['multiple']\"></lu-input-clearer>\r\n</lu-select>\r\n<span class=\"textfield-label\">{{ to.label }}</span>\r\n","import { Component } from '@angular/core';\r\nimport { FormControl } from '@angular/forms';\r\nimport { FieldType } from '@ngx-formly/core';\r\n\r\n@Component({\r\n\tselector: 'lu-formly-field-input',\r\n\tstyleUrls: ['formly-field.common.scss'],\r\n\ttemplateUrl: './textarea.html',\r\n\t// changeDetection: ChangeDetectionStrategy.OnPush,\r\n})\r\nexport class LuFormlyFieldTextarea extends FieldType {\r\n\toverride readonly formControl: FormControl;\r\n\tfocus() {\r\n\t\tthis.to['_isFocused'] = true;\r\n\t}\r\n\tblur() {\r\n\t\tthis.to['_isFocused'] = false;\r\n\t}\r\n}\r\n","<textarea class=\"textfield-input\" [name]=\"to['name']\" [formControl]=\"formControl\" [formlyAttributes]=\"field\" luInput (focus)=\"focus()\" (blur)=\"blur()\" [placeholder]=\"to.placeholder\"></textarea>\r\n<span class=\"textfield-label\">{{ to.label }}</span>\r\n","import { Component } from '@angular/core';\r\nimport { FormControl } from '@angular/forms';\r\nimport { FieldType } from '@ngx-formly/core';\r\n\r\n@Component({\r\n\tselector: 'lu-formly-field-user',\r\n\tstyleUrls: ['formly-field.common.scss', 'select.scss'],\r\n\ttemplateUrl: './user.html',\r\n\t// changeDetection: ChangeDetectionStrategy.OnPush,\r\n})\r\nexport class LuFormlyFieldUser extends FieldType {\r\n\toverride readonly formControl: FormControl;\r\n\r\n\tfocus() {\r\n\t\tthis.to['_isFocused'] = true;\r\n\t}\r\n\tblur() {\r\n\t\tthis.to['_isFocused'] = false;\r\n\t}\r\n}\r\n","<lu-user-select class=\"textfield-input\" [formControl]=\"formControl\" [formlyAttributes]=\"field\" [multiple]=\"to['multiple']\" (focus)=\"focus()\" (blur)=\"blur()\" [placeholder]=\"to.placeholder\">\r\n</lu-user-select>\r\n<span class=\"textfield-label\">{{ to.label }}</span>\r\n","import { Component } from '@angular/core';\r\nimport { FormControl } from '@angular/forms';\r\nimport { FieldType } from '@ngx-formly/core';\r\n\r\n@Component({\r\n\tselector: 'lu-formly-field-qualification',\r\n\tstyleUrls: ['formly-field.common.scss', 'select.scss'],\r\n\ttemplateUrl: './qualification.html'\r\n})\r\nexport class LuFormlyFieldQualification extends FieldType {\r\n\toverride readonly formControl: FormControl;\r\n\tfocus() {\r\n\t\tthis.to['_isFocused'] = true;\r\n\t}\r\n\tblur() {\r\n\t\tthis.to['_isFocused'] = false;\r\n\t}\r\n}\r\n","<lu-qualification-select\r\n\tclass=\"textfield-input\"\r\n\t[formControl]=\"formControl\"\r\n\t[formlyAttributes]=\"field\"\r\n\t[multiple]=\"to['multiple']\"\r\n\t(focus)=\"focus()\"\r\n\t(blur)=\"blur()\"\r\n\t[placeholder]=\"to.placeholder\"\r\n\t[filters]=\"to['filters']\"\r\n>\r\n</lu-qualification-select> \r\n<span class=\"textfield-label\">{{ to.label }}</span>\r\n\r\n","import { Component, Input, ViewChild, ViewContainerRef, ChangeDetectorRef, ChangeDetectionStrategy } from '@angular/core';\r\nimport { FormControl } from '@angular/forms';\r\nimport {\r\n\tFormlyFieldConfig,\r\n\tFieldWrapper,\r\n\tFormlyConfig,\r\n} from '@ngx-formly/core';\r\n\r\n// wrapper\r\n@Component({\r\n\tselector: 'lu-formly-wrapper-error',\r\n\tstyleUrls: ['flex-layout.scss'],\r\n\ttemplateUrl: './error.html',\r\n\tchangeDetection: ChangeDetectionStrategy.OnPush,\r\n})\r\nexport class LuFormlyWrapperError extends FieldWrapper {\r\n\t@ViewChild('fieldComponent', { read: ViewContainerRef, static: true })\r\n\toverride fieldComponent: ViewContainerRef;\r\n\r\n\toverride readonly formControl: FormControl;\r\n\r\n\tget validationId() {\r\n\t\treturn this.field.id + '-message';\r\n\t}\r\n}\r\n\r\n// component that display the right error message\r\n@Component({\r\n\tselector: 'lu-formly-error-message',\r\n\ttemplate: `<div class=\"textfield-messages-error\" *ngFor=\"let message of errorMessages\">{{ message }}</div>`,\r\n\tchangeDetection: ChangeDetectionStrategy.OnPush,\r\n})\r\nexport class LuFormlyErrorMessage {\r\n\t@Input() fieldForm: FormControl;\r\n\t@Input() field: FormlyFieldConfig;\r\n\r\n\tconstructor() {}\r\n\r\n\tget errorMessages(): string[] {\r\n\t\tconst messages = [];\r\n\t\tif (!!this.fieldForm.errors) {\r\n\t\t\tObject.keys(this.fieldForm.errors).forEach(key => {\r\n\t\t\t\tif (\r\n\t\t\t\t\tthis.field.validation &&\r\n\t\t\t\t\tthis.field.validation.messages &&\r\n\t\t\t\t\tthis.field.validation.messages[key]\r\n\t\t\t\t) {\r\n\t\t\t\t\tmessages.push(this.field.validation.messages[key]);\r\n\t\t\t\t}\r\n\t\t\t});\r\n\t\t}\r\n\t\treturn messages;\r\n\t}\r\n}\r\n\r\n// run to know when to add said wrapper\r\nexport class TemplateError {\r\n\trun(fc: FormlyConfig) {\r\n\t\tfc.templateManipulators.postWrapper.push((field: FormlyFieldConfig) => {\r\n\t\t\tif (field && field.validation) {\r\n\t\t\t\treturn 'error';\r\n\t\t\t}\r\n\t\t\treturn '';\r\n\t\t});\r\n\t}\r\n}\r\n","<ng-container #fieldComponent></ng-container>\r\n<div class=\"textfield-messages\" *ngIf=\"formControl.touched && formControl.invalid\" [id]=\"validationId\">\r\n\t<lu-formly-error-message [fieldForm]=\"formControl\" [field]=\"field\"></lu-formly-error-message>\r\n</div>\r\n","import { ChangeDetectionStrategy, Component, ViewChild, ViewContainerRef } from '@angular/core';\r\nimport {\r\n\tFieldWrapper,\r\n\tFormlyFieldConfig,\r\n\tFormlyConfig,\r\n\tFieldType,\r\n} from '@ngx-formly/core';\r\n\r\n// wrapper component\r\n@Component({\r\n\tselector: 'lu-formly-wrapper-helper',\r\n\tstyleUrls: ['flex-layout.scss'],\r\n\ttemplateUrl: './helper.html',\r\n\tchangeDetection: ChangeDetectionStrategy.OnPush,\r\n})\r\nexport class LuFormlyWrapperHelper extends FieldWrapper {\r\n\t@ViewChild('fieldComponent', { read: ViewContainerRef, static: true })\r\n\toverride fieldComponent: ViewContainerRef;\r\n}\r\n// run to know when to add said wrapper\r\nexport class TemplateHelper {\r\n\trun(fc: FormlyConfig) {\r\n\t\tfc.templateManipulators.postWrapper.push((field: FormlyFieldConfig) => {\r\n\t\t\tif (field && field.templateOptions && field.templateOptions['helper']) {\r\n\t\t\t\treturn 'helper';\r\n\t\t\t}\r\n\t\t\treturn '';\r\n\t\t});\r\n\t}\r\n}\r\n","<ng-container #fieldComponent></ng-container>\r\n<div class=\"textfield-messages mod-helper\">\r\n\t<div class=\"textfield-messages-helper\">{{ to['helper'] }}</div>\r\n</div>\r\n","import { ChangeDetectionStrategy, Component, ViewChild, ViewContainerRef } from '@angular/core';\r\nimport {\r\n\tFieldWrapper,\r\n\tFormlyFieldConfig,\r\n\tFormlyConfig,\r\n\tFieldType,\r\n} from '@ngx-formly/core';\r\n\r\n// wrapper component\r\n@Component({\r\n\tselector: 'lu-formly-wrapper-suffix',\r\n\tstyleUrls: ['flex-layout.scss', 'suffixes.common.scss'],\r\n\ttemplateUrl: './icon.html',\r\n\tchangeDetection: ChangeDetectionStrategy.OnPush,\r\n})\r\nexport class LuFormlyWrapperIcon extends FieldWrapper {\r\n\t@ViewChild('fieldComponent', { read: ViewContainerRef, static: true })\r\n\toverride fieldComponent: ViewContainerRef;\r\n}\r\n// run to know when to add said wrapper\r\nexport class TemplateIcon {\r\n\trun(fc: FormlyConfig) {\r\n\t\tfc.templateManipulators.postWrapper.push((field: FormlyFieldConfig) => {\r\n\t\t\t// if (field && field.type === 'date') {\r\n\t\t\t// \tfield.templateOptions.icon = 'calendar';\r\n\t\t\t// \treturn 'icon';\r\n\t\t\t// }\r\n\t\t\t// if (field && field.type === 'api') {\r\n\t\t\t// \tfield.templateOptions.icon = 'search';\r\n\t\t\t// \treturn 'icon';\r\n\t\t\t// }\r\n\t\t\tif (field && field.templateOptions && field.templateOptions['icon']) {\r\n\t\t\t\treturn 'icon';\r\n\t\t\t}\r\n\t\t\treturn '';\r\n\t\t});\r\n\t}\r\n}\r\n","<ng-container #fieldComponent></ng-container>\r\n<span aria-hidden=\"true\" class=\"textfield-suffix mod-icon lucca-icon\">{{ to['icon'] }}</span>\r\n","import { ChangeDetectionStrategy, Component, ViewChild, ViewContainerRef } from '@angular/core';\r\nimport {\r\n\tFieldWrapper\r\n} from '@ngx-formly/core';\r\n\r\n// wrapper component\r\n@Component({\r\n\tselector: 'lu-formly-wrapper-radiosfield-layout',\r\n\tstyleUrls: ['flex-layout.scss'],\r\n\ttemplateUrl: './radiosfield-layout.html',\r\n\tchangeDetection: ChangeDetectionStrategy.OnPush,\r\n})\r\nexport class LuFormlyWrapperRadiosfieldLayout extends FieldWrapper {\r\n\t@ViewChild('fieldComponent', { read: ViewContainerRef, static: true })\r\n\toverride fieldComponent: ViewContainerRef;\r\n\r\n\tget mod() {\r\n\t\treturn this.to['mod'] || '';\r\n\t}\r\n\r\n\tget isRequired() {\r\n\t\treturn !!this.to && !!this.to.required ? 'is-required' : '';\r\n\t}\r\n\r\n\tget isFocused() {\r\n\t\treturn !!this.to && this.to['_isFocused'] ? 'is-focused' : '';\r\n\t}\r\n\r\n\tget isError() {\r\n\t\treturn this.formControl.invalid && this.formControl.touched\r\n\t\t\t? 'is-error'\r\n\t\t\t: '';\r\n\t}\r\n}\r\n","<div class=\"fieldsetWrapper\">\r\n\t<fieldset class=\"radiosfield\" [ngClass]=\"[mod, isRequired, isFocused, isError]\">\r\n\t\t<ng-container #fieldComponent></ng-container>\r\n\t</fieldset>\r\n</div>\r\n","import { ChangeDetectionStrategy, Component, ViewChild, ViewContainerRef } from '@angular/core';\r\nimport {\r\n\tFieldWrapper,\r\n\tFormlyFieldConfig,\r\n\tFormlyConfig,\r\n\tFieldType,\r\n} from '@ngx-formly/core';\r\n\r\n// wrapper component\r\n@Component({\r\n\tselector: 'lu-formly-wrapper-suffix',\r\n\tstyleUrls: ['flex-layout.scss', 'suffixes.common.scss'],\r\n\ttemplateUrl: './suffix.html',\r\n\tchangeDetection: ChangeDetectionStrategy.OnPush,\r\n})\r\nexport class LuFormlyWrapperSuffix extends FieldWrapper {\r\n\t@ViewChild('fieldComponent', { read: ViewContainerRef, static: true })\r\n\toverride fieldComponent: ViewContainerRef;\r\n}\r\n// run to know when to add said wrapper\r\nexport class TemplateSuffix {\r\n\trun(fc: FormlyConfig) {\r\n\t\tfc.templateManipulators.postWrapper.push((field: FormlyFieldConfig) => {\r\n\t\t\tif (\r\n\t\t\t\tfield &&\r\n\t\t\t\tfield.templateOptions &&\r\n\t\t\t\tfield.templateOptions['suffix'] &&\r\n\t\t\t\t!field.templateOptions['icon']\r\n\t\t\t) {\r\n\t\t\t\treturn 'suffix';\r\n\t\t\t}\r\n\t\t\treturn '';\r\n\t\t});\r\n\t}\r\n}\r\n","<ng-container #fieldComponent></ng-container>\r\n<span class=\"textfield-suffix\">{{ to['suffix'] }}</span>\r\n","import { ChangeDetectionStrategy, Component, ViewChild, ViewContainerRef } from '@angular/core';\r\nimport {\r\n\tFieldWrapper,\r\n\tFormlyFieldConfig,\r\n\tFormlyConfig,\r\n\tFieldType,\r\n} from '@ngx-formly/core';\r\n\r\n// wrapper component\r\n@Component({\r\n\tselector: 'lu-formly-wrapper-layout',\r\n\tstyleUrls: ['flex-layout.scss'],\r\n\ttemplateUrl: './textfield-layout.html',\r\n\tchangeDetection: ChangeDetectionStrategy.OnPush,\r\n})\r\nexport class LuFormlyWrapperTextfieldLayout extends FieldWrapper {\r\n\t@ViewChild('fieldComponent', { read: ViewContainerRef, static: true })\r\n\toverride fieldComponent: ViewContainerRef;\r\n\r\n\tget mod() {\r\n\t\treturn this.to['mod'] || '';\r\n\t}\r\n\r\n\tget modMultiline() {\r\n\t\treturn !!this.field && this.field.type === 'textarea'\r\n\t\t\t? 'mod-multiline'\r\n\t\t\t: '';\r\n\t}\r\n\r\n\tget modWithSuffix() {\r\n\t\treturn !!this.to && !!this.to['suffix'] ? 'mod-withSuffix' : '';\r\n\t}\r\n\r\n\tget isRequired() {\r\n\t\treturn !!this.to && !!this.to.required ? 'is-required' : '';\r\n\t}\r\n\r\n\tget isDisabled() {\r\n\t\treturn !!this.to && !!this.to.disabled ? 'is-disabled' : '';\r\n\t}\r\n\r\n\tget isFocused() {\r\n\t\treturn !!this.to && this.to['_isFocused'] ? 'is-focused' : '';\r\n\t}\r\n\r\n\tget isError() {\r\n\t\treturn this.formControl.invalid && this.formControl.touched\r\n\t\t\t? 'is-error'\r\n\t\t\t: '';\r\n\t}\r\n}\r\n","<label class=\"textfield\" [ngClass]=\"[mod, modWithSuffix, modMultiline, isRequired, isFocused, isError, isDisabled]\">\r\n\t<ng-container #fieldComponent></ng-container>\r\n</label>\r\n","import { ChangeDetectionStrategy, Component, ViewChild, ViewContainerRef } from '@angular/core';\r\nimport {\r\n\tFieldWrapper\r\n} from '@ngx-formly/core';\r\n\r\n// wrapper component\r\n@Component({\r\n\tselector: 'lu-formly-wrapper-checkbox-layout',\r\n\tstyleUrls: ['flex-layout.scss'],\r\n\ttemplateUrl: './checkbox-layout.html',\r\n\tchangeDetection: ChangeDetectionStrategy.OnPush,\r\n})\r\nexport class LuFormlyWrapperCheckboxLayout extends FieldWrapper {\r\n\t@ViewChild('fieldComponent', { read: ViewContainerRef, static: true })\r\n\toverride fieldComponent: ViewContainerRef;\r\n\r\n\tget mod() {\r\n\t\treturn this.to['mod'] || '';\r\n\t}\r\n\r\n\tget isRequired() {\r\n\t\treturn !!this.to && !!this.to.required ? 'is-required' : '';\r\n\t}\r\n\r\n\tget isFocused() {\r\n\t\treturn !!this.to && this.to['_isFocused'] ? 'is-focused' : '';\r\n\t}\r\n\r\n\tget isError() {\r\n\t\treturn this.formControl.invalid && this.formControl.touched\r\n\t\t\t? 'is-error'\r\n\t\t\t: '';\r\n\t}\r\n}\r\n","<div class=\"fieldsetWrapper\">\r\n\t<fieldset class=\"checkboxesfield\" [ngClass]=\"[mod, isRequired, isFocused, isError]\">\r\n\t\t<ng-container #fieldComponent></ng-container>\r\n\t</fieldset>\r\n</div>\r\n","import { ConfigOption } from '@ngx-formly/core';\r\n// inputs\r\nimport {\r\n\tLuFormlyFieldInput,\r\n\tLuFormlyFieldDate,\r\n\tLuFormlyFieldTextarea,\r\n\tLuFormlyFieldSelect,\r\n\tLuFormlyFieldUser,\r\n\tLuFormlyFieldApi,\r\n\tLuFormlyFieldDepartment,\r\n\tLuFormlyFieldEstablishment,\r\n\tLuFormlyFieldCheckbox,\r\n\tLuFormlyFieldRadios,\r\n\tLuFormlyFieldQualification\r\n} from './types/index';\r\n// wrappers\r\nimport {\r\n\tLuFormlyWrapperHelper, TemplateHelper,\r\n\tLuFormlyWrapperTextfieldLayout,\r\n\tLuFormlyWrapperSuffix, TemplateSuffix,\r\n\tLuFormlyWrapperIcon, TemplateIcon,\r\n\tLuFormlyWrapperError,\r\n\tTemplateError,\r\n\t// LuFormlyErrorMessage,\r\n\tLuFormlyWrapperRadiosfieldLayout,\r\n\tLuFormlyWrapperCheckboxLayout,\r\n} from './wrappers/index';\r\n\r\nexport const LU_FORMLY_CONFIG = {\r\n\ttypes: [\r\n\t\t{\r\n\t\t\tname: 'input',\r\n\t\t\tcomponent: LuFormlyFieldInput,\r\n\t\t\twrappers: ['textfield-layout'],\r\n\t\t},\r\n\t\t{\r\n\t\t\tname: 'radio',\r\n\t\t\tcomponent: LuFormlyFieldRadios,\r\n\t\t\twrappers: ['radiosfield-layout'],\r\n\t\t},\r\n\t\t{\r\n\t\t\tname: 'checkbox',\r\n\t\t\tcomponent: LuFormlyFieldCheckbox,\r\n\t\t\twrappers: ['checkbox-layout'],\r\n\t\t},\r\n\t\t{\r\n\t\t\tname: 'date',\r\n\t\t\tcomponent: LuFormlyFieldDate,\r\n\t\t\twrappers: ['textfield-layout'],\r\n\t\t},\r\n\t\t{\r\n\t\t\tname: 'textarea',\r\n\t\t\tcomponent: LuFormlyFieldTextarea,\r\n\t\t\twrappers: ['textfield-layout'],\r\n\t\t},\r\n\t\t{\r\n\t\t\tname: 'select',\r\n\t\t\tcomponent: LuFormlyFieldSelect,\r\n\t\t\twrappers: ['textfield-layout'],\r\n\t\t},\r\n\t\t{\r\n\t\t\tname: 'user',\r\n\t\t\tcomponent: LuFormlyFieldUser,\r\n\t\t\twrappers: ['textfield-layout'],\r\n\t\t},\r\n\t\t{\r\n\t\t\tname: 'api',\r\n\t\t\tcomponent: LuFormlyFieldApi,\r\n\t\t\twrappers: ['textfield-layout'],\r\n\t\t},\r\n\t\t{\r\n\t\t\tname: 'department',\r\n\t\t\tcomponent: LuFormlyFieldDepartment,\r\n\t\t\twrappers: ['textfield-layout'],\r\n\t\t},\r\n\t\t{\r\n\t\t\tname: 'establishment',\r\n\t\t\tcomponent: LuFormlyFieldEstablishment,\r\n\t\t\twrappers: ['textfield-layout']\r\n\t\t},\r\n\t\t{\r\n\t\t\tname: 'qualification',\r\n\t\t\tcomponent: LuFormlyFieldQualification,\r\n\t\t\twrappers: ['textfield-layout']\r\n\t\t}\r\n\t],\r\n\twrappers: [\r\n\t\t{ name: 'helper', component: LuFormlyWrapperHelper },\r\n\t\t{ name: 'checkbox-layout', component: LuFormlyWrapperCheckboxLayout },\r\n\t\t{ name: 'radiosfield-layout', component: LuFormlyWrapperRadiosfieldLayout },\r\n\t\t{ name: 'textfield-layout', component: LuFormlyWrapperTextfieldLayout },\r\n\t\t{ name: 'suffix', component: LuFormlyWrapperSuffix },\r\n\t\t{ name: 'icon', component: LuFormlyWrapperIcon },\r\n\t\t{ name: 'error', component: LuFormlyWrapperError },\r\n\t],\r\n\tmanipulators: [\r\n\r\n\t\t{ class: TemplateError, method: 'run' }, // fifth\r\n\t\t{ class: TemplateHelper, method: 'run' }, // fourth\r\n\t\t{ class: TemplateSuffix, method: 'run' }, // third\r\n\t\t{ class: TemplateIcon, method: 'run' }, // second\r\n\t],\r\n} as ConfigOption;\r\n","import { CommonModule } from '@angular/common';\r\nimport { NgModule } from '@angular/core';\r\nimport { FormsModule, ReactiveFormsModule } from '@angular/forms';\r\nimport { LuApiModule } from '@lucca-front/ng/api';\r\nimport { LuDateModule } from '@lucca-front/ng/date';\r\nimport { LuDepartmentModule } from '@lucca-front/ng/department';\r\nimport { LuEstablishmentModule } from '@lucca-front/ng/establishment';\r\nimport { LuInputModule } from '@lucca-front/ng/input';\r\nimport { LuOptionModule } from '@lucca-front/ng/option';\r\nimport { LuQualificationModule } from '@lucca-front/ng/qualification';\r\nimport { LuSelectModule } from '@lucca-front/ng/select';\r\nimport { LuUserModule } from '@lucca-front/ng/user';\r\nimport { FormlyModule } from '@ngx-formly/core';\r\nimport { LU_FORMLY_CONFIG } from './formly.config';\r\nimport {\r\n\tLuFormlyFieldApi, LuFormlyFieldCheckbox, LuFormlyFieldDate, LuFormlyFieldDepartment, LuFormlyFieldEstablishment, LuFormlyFieldInput, LuFormlyFieldRadios, LuFormlyFieldSelect, LuFormlyFieldTextarea, LuFormlyFieldUser, LuFormlyFieldQualification\r\n} from './types/index';\r\nimport {\r\n\tLuFormlyErrorMessage, LuFormlyWrapperCheckboxLayout, LuFormlyWrapperError, LuFormlyWrapperHelper, LuFormlyWrapperIcon, LuFormlyWrapperRadiosfieldLayout, LuFormlyWrapperSuffix, LuFormlyWrapperTextfieldLayout\r\n} from './wrappers/index';\r\n\r\n\r\n/** HACK to avoid a 'Function calls are not supported in decorators' error */\r\nexport const LuFormlyChild = FormlyModule.forChild(LU_FORMLY_CONFIG);\r\n\r\n@NgModule({\r\n\tdeclarations: [\r\n\t\tLuFormlyErrorMessage,\r\n\r\n\t\tLuFormlyFieldInput,\r\n\t\tLuFormlyFieldDate,\r\n\t\tLuFormlyFieldTextarea,\r\n\t\tLuFormlyFieldSelect,\r\n\t\tLuFormlyFieldUser,\r\n\t\tLuFormlyFieldApi,\r\n\t\tLuFormlyFieldDepartment,\r\n\t\tLuFormlyFieldEstablishment,\r\n\t\tLuFormlyFieldQualification,\r\n\t\tLuFormlyFieldRadios,\r\n\t\tLuFormlyFieldCheckbox,\r\n\r\n\t\tLuFormlyWrapperHelper,\r\n\t\tLuFormlyWrapperCheckboxLayout,\r\n\t\tLuFormlyWrapperTextfieldLayout,\r\n\t\tLuFormlyWrapperRadiosfieldLayout,\r\n\t\tLuFormlyWrapperSuffix,\r\n\t\tLuFormlyWrapperIcon,\r\n\t\tLuFormlyWrapperError,\r\n\t],\r\n\timports: [\r\n\t\tCommonModule,\r\n\t\tFormsModule,\r\n\t\tReactiveFormsModule,\r\n\r\n\t\tLuSelectModule,\r\n\t\tLuOptionModule,\r\n\t\tLuUserModule,\r\n\t\tLuInputModule,\r\n\t\tLuApiModule,\r\n\t\tLuDepartmentModule,\r\n\t\tLuEstablishmentModule,\r\n\t\tLuQualificationModule,\r\n\t\tLuDateModule,\r\n\r\n\t\tLuFormlyChild,\r\n\t],\r\n})\r\nexport class LuFormlyModule { }\r\n","/*\r\n * Public API Surface of formly\r\n */\r\n\r\nexport * from './index';\r\n\r\n","/**\n * Generated bundle index. Do not edit.\n */\n\nexport * from './public-api';\n"],"names":[],"mappings":"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"}
|
|
@@ -0,0 +1,260 @@
|
|
|
1
|
+
import * as i0 from '@angular/core';
|
|
2
|
+
import { EventEmitter, forwardRef, Component, ChangeDetectionStrategy, Output, NgModule, Directive, Input } from '@angular/core';
|
|
3
|
+
import { CommonModule } from '@angular/common';
|
|
4
|
+
import * as i1 from '@angular/forms';
|
|
5
|
+
|
|
6
|
+
class ALuClearer {
|
|
7
|
+
}
|
|
8
|
+
|
|
9
|
+
class LuInputClearerComponent extends ALuClearer {
|
|
10
|
+
constructor() {
|
|
11
|
+
super(...arguments);
|
|
12
|
+
this.onClear = new EventEmitter();
|
|
13
|
+
}
|
|
14
|
+
onClick($event) {
|
|
15
|
+
this.onClear.emit(undefined);
|
|
16
|
+
$event.stopPropagation();
|
|
17
|
+
}
|
|
18
|
+
}
|
|
19
|
+
LuInputClearerComponent.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "13.0.2", ngImport: i0, type: LuInputClearerComponent, deps: null, target: i0.ɵɵFactoryTarget.Component });
|
|
20
|
+
LuInputClearerComponent.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "12.0.0", version: "13.0.2", type: LuInputClearerComponent, selector: "lu-input-clearer", outputs: { onClear: "onClear" }, providers: [
|
|
21
|
+
{
|
|
22
|
+
provide: ALuClearer,
|
|
23
|
+
useExisting: forwardRef(() => LuInputClearerComponent),
|
|
24
|
+
},
|
|
25
|
+
], exportAs: ["luClearer"], usesInheritance: true, ngImport: i0, template: "<a role=\"button\" class=\"actionIcon\" (click)=\"onClick($event)\">\r\n\t<span aria-hidden=\"true\" class=\"lucca-icon\">thin_cross</span>\r\n\t<span class=\"u-mask\">Clear</span>\r\n</a>\r\n", styles: [":host{display:none;vertical-align:text-bottom}:host-context(.textfield-input.is-filled){display:inline-block}.actionIcon{color:#9299b0;color:var(--palettes-primary-color);height:1rem;padding:0;width:1rem}.actionIcon:hover{background:#F7F8FD;background:var(--palettes-primary-50);color:#31395e;color:var(--palettes-primary-800)}.lucca-icon{display:block;font-size:1rem}:host-context(.textfield.mod-material) .actionIcon{color:#96a6c5;color:var(--colors-text-light-color)}:host-context(.textfield.mod-framed) .actionIcon{color:#96a6c5;color:var(--colors-text-light-color)}:host-context(.textfield-input.is-error) .actionIcon{color:#e51a3b;color:var(--palettes-error-color)}:host-context(.textfield-input.is-error) .actionIcon:hover{background:#FFF5F7;background:var(--palettes-error-50);color:#af0e29;color:var(--palettes-error-800)}:host-context(.textfield-input.is-disabled,.textfield-input[disabled]){display:none}\n"], changeDetection: i0.ChangeDetectionStrategy.OnPush });
|
|
26
|
+
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "13.0.2", ngImport: i0, type: LuInputClearerComponent, decorators: [{
|
|
27
|
+
type: Component,
|
|
28
|
+
args: [{ selector: 'lu-input-clearer', changeDetection: ChangeDetectionStrategy.OnPush, exportAs: 'luClearer', providers: [
|
|
29
|
+
{
|
|
30
|
+
provide: ALuClearer,
|
|
31
|
+
useExisting: forwardRef(() => LuInputClearerComponent),
|
|
32
|
+
},
|
|
33
|
+
], template: "<a role=\"button\" class=\"actionIcon\" (click)=\"onClick($event)\">\r\n\t<span aria-hidden=\"true\" class=\"lucca-icon\">thin_cross</span>\r\n\t<span class=\"u-mask\">Clear</span>\r\n</a>\r\n", styles: [":host{display:none;vertical-align:text-bottom}:host-context(.textfield-input.is-filled){display:inline-block}.actionIcon{color:#9299b0;color:var(--palettes-primary-color);height:1rem;padding:0;width:1rem}.actionIcon:hover{background:#F7F8FD;background:var(--palettes-primary-50);color:#31395e;color:var(--palettes-primary-800)}.lucca-icon{display:block;font-size:1rem}:host-context(.textfield.mod-material) .actionIcon{color:#96a6c5;color:var(--colors-text-light-color)}:host-context(.textfield.mod-framed) .actionIcon{color:#96a6c5;color:var(--colors-text-light-color)}:host-context(.textfield-input.is-error) .actionIcon{color:#e51a3b;color:var(--palettes-error-color)}:host-context(.textfield-input.is-error) .actionIcon:hover{background:#FFF5F7;background:var(--palettes-error-50);color:#af0e29;color:var(--palettes-error-800)}:host-context(.textfield-input.is-disabled,.textfield-input[disabled]){display:none}\n"] }]
|
|
34
|
+
}], propDecorators: { onClear: [{
|
|
35
|
+
type: Output
|
|
36
|
+
}] } });
|
|
37
|
+
|
|
38
|
+
class LuInputClearerModule {
|
|
39
|
+
}
|
|
40
|
+
LuInputClearerModule.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "13.0.2", ngImport: i0, type: LuInputClearerModule, deps: [], target: i0.ɵɵFactoryTarget.NgModule });
|
|
41
|
+
LuInputClearerModule.ɵmod = i0.ɵɵngDeclareNgModule({ minVersion: "12.0.0", version: "13.0.2", ngImport: i0, type: LuInputClearerModule, declarations: [LuInputClearerComponent], imports: [CommonModule], exports: [LuInputClearerComponent] });
|
|
42
|
+
LuInputClearerModule.ɵinj = i0.ɵɵngDeclareInjector({ minVersion: "12.0.0", version: "13.0.2", ngImport: i0, type: LuInputClearerModule, imports: [[
|
|
43
|
+
CommonModule,
|
|
44
|
+
]] });
|
|
45
|
+
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "13.0.2", ngImport: i0, type: LuInputClearerModule, decorators: [{
|
|
46
|
+
type: NgModule,
|
|
47
|
+
args: [{
|
|
48
|
+
imports: [
|
|
49
|
+
CommonModule,
|
|
50
|
+
],
|
|
51
|
+
declarations: [
|
|
52
|
+
LuInputClearerComponent,
|
|
53
|
+
],
|
|
54
|
+
exports: [
|
|
55
|
+
LuInputClearerComponent,
|
|
56
|
+
],
|
|
57
|
+
}]
|
|
58
|
+
}] });
|
|
59
|
+
|
|
60
|
+
class ALuInputDisplayer {
|
|
61
|
+
constructor() {
|
|
62
|
+
this.multiple = false;
|
|
63
|
+
}
|
|
64
|
+
}
|
|
65
|
+
|
|
66
|
+
class LuInputDisplayerDirective extends ALuInputDisplayer {
|
|
67
|
+
constructor(template) {
|
|
68
|
+
super();
|
|
69
|
+
this.template = template;
|
|
70
|
+
}
|
|
71
|
+
set argMultiple(m) {
|
|
72
|
+
this.multiple = !!m;
|
|
73
|
+
}
|
|
74
|
+
set inputMultiple(m) {
|
|
75
|
+
if (m === '') {
|
|
76
|
+
// allows to have multiple = true when writing
|
|
77
|
+
// <ng-template luDisplayer multiple>
|
|
78
|
+
this.multiple = true;
|
|
79
|
+
}
|
|
80
|
+
else {
|
|
81
|
+
this.multiple = !!m;
|
|
82
|
+
}
|
|
83
|
+
}
|
|
84
|
+
getViewRef(value) {
|
|
85
|
+
return this.template.createEmbeddedView({ $implicit: value });
|
|
86
|
+
}
|
|
87
|
+
}
|
|
88
|
+
LuInputDisplayerDirective.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "13.0.2", ngImport: i0, type: LuInputDisplayerDirective, deps: [{ token: i0.TemplateRef }], target: i0.ɵɵFactoryTarget.Directive });
|
|
89
|
+
LuInputDisplayerDirective.ɵdir = i0.ɵɵngDeclareDirective({ minVersion: "12.0.0", version: "13.0.2", type: LuInputDisplayerDirective, selector: "[luDisplayer]", inputs: { argMultiple: ["luDisplayerMultiple", "argMultiple"], inputMultiple: ["multiple", "inputMultiple"] }, providers: [
|
|
90
|
+
{
|
|
91
|
+
provide: ALuInputDisplayer,
|
|
92
|
+
useExisting: forwardRef(() => LuInputDisplayerDirective),
|
|
93
|
+
multi: true,
|
|
94
|
+
},
|
|
95
|
+
], usesInheritance: true, ngImport: i0 });
|
|
96
|
+
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "13.0.2", ngImport: i0, type: LuInputDisplayerDirective, decorators: [{
|
|
97
|
+
type: Directive,
|
|
98
|
+
args: [{
|
|
99
|
+
selector: '[luDisplayer]',
|
|
100
|
+
providers: [
|
|
101
|
+
{
|
|
102
|
+
provide: ALuInputDisplayer,
|
|
103
|
+
useExisting: forwardRef(() => LuInputDisplayerDirective),
|
|
104
|
+
multi: true,
|
|
105
|
+
},
|
|
106
|
+
],
|
|
107
|
+
}]
|
|
108
|
+
}], ctorParameters: function () { return [{ type: i0.TemplateRef }]; }, propDecorators: { argMultiple: [{
|
|
109
|
+
type: Input,
|
|
110
|
+
args: ['luDisplayerMultiple']
|
|
111
|
+
}], inputMultiple: [{
|
|
112
|
+
type: Input,
|
|
113
|
+
args: ['multiple']
|
|
114
|
+
}] } });
|
|
115
|
+
class LuInputDisplayerContext {
|
|
116
|
+
constructor($implicit) {
|
|
117
|
+
this.$implicit = $implicit;
|
|
118
|
+
}
|
|
119
|
+
}
|
|
120
|
+
|
|
121
|
+
class LuInputDisplayerModule {
|
|
122
|
+
}
|
|
123
|
+
LuInputDisplayerModule.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "13.0.2", ngImport: i0, type: LuInputDisplayerModule, deps: [], target: i0.ɵɵFactoryTarget.NgModule });
|
|
124
|
+
LuInputDisplayerModule.ɵmod = i0.ɵɵngDeclareNgModule({ minVersion: "12.0.0", version: "13.0.2", ngImport: i0, type: LuInputDisplayerModule, declarations: [LuInputDisplayerDirective], exports: [LuInputDisplayerDirective] });
|
|
125
|
+
LuInputDisplayerModule.ɵinj = i0.ɵɵngDeclareInjector({ minVersion: "12.0.0", version: "13.0.2", ngImport: i0, type: LuInputDisplayerModule, imports: [[]] });
|
|
126
|
+
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "13.0.2", ngImport: i0, type: LuInputDisplayerModule, decorators: [{
|
|
127
|
+
type: NgModule,
|
|
128
|
+
args: [{
|
|
129
|
+
imports: [],
|
|
130
|
+
declarations: [LuInputDisplayerDirective],
|
|
131
|
+
exports: [LuInputDisplayerDirective],
|
|
132
|
+
}]
|
|
133
|
+
}] });
|
|
134
|
+
|
|
135
|
+
class ALuInput {
|
|
136
|
+
constructor(_changeDetectorRef, _elementRef, _renderer) {
|
|
137
|
+
this._changeDetectorRef = _changeDetectorRef;
|
|
138
|
+
this._elementRef = _elementRef;
|
|
139
|
+
this._renderer = _renderer;
|
|
140
|
+
// From ControlValueAccessor interface
|
|
141
|
+
this._cvaOnChange = (v) => { };
|
|
142
|
+
// From ControlValueAccessor interface
|
|
143
|
+
this._onTouched = () => { };
|
|
144
|
+
}
|
|
145
|
+
get placeholder() { return this._placeholder; }
|
|
146
|
+
setValue(value) {
|
|
147
|
+
this.value = value;
|
|
148
|
+
this._cvaOnChange(value);
|
|
149
|
+
this._onTouched();
|
|
150
|
+
}
|
|
151
|
+
get value() {
|
|
152
|
+
return this._value;
|
|
153
|
+
}
|
|
154
|
+
set value(value) {
|
|
155
|
+
this._value = value;
|
|
156
|
+
this.render();
|
|
157
|
+
this.applyClasses();
|
|
158
|
+
this._changeDetectorRef.markForCheck();
|
|
159
|
+
}
|
|
160
|
+
// From ControlValueAccessor interface
|
|
161
|
+
writeValue(value) {
|
|
162
|
+
this.value = value;
|
|
163
|
+
}
|
|
164
|
+
registerOnChange(fn) {
|
|
165
|
+
this._cvaOnChange = fn;
|
|
166
|
+
}
|
|
167
|
+
registerOnTouched(fn) {
|
|
168
|
+
this._onTouched = fn;
|
|
169
|
+
}
|
|
170
|
+
isEmpty() {
|
|
171
|
+
return this.value === null || this.value === undefined;
|
|
172
|
+
}
|
|
173
|
+
applyClasses() {
|
|
174
|
+
if (this.isEmpty()) {
|
|
175
|
+
this._renderer.removeClass(this._elementRef.nativeElement, 'is-filled');
|
|
176
|
+
}
|
|
177
|
+
else {
|
|
178
|
+
this._renderer.addClass(this._elementRef.nativeElement, 'is-filled');
|
|
179
|
+
}
|
|
180
|
+
}
|
|
181
|
+
}
|
|
182
|
+
|
|
183
|
+
/**
|
|
184
|
+
* adds class is-filled when model is empty
|
|
185
|
+
*/
|
|
186
|
+
class LuInputDirective {
|
|
187
|
+
constructor(_elementRef, _renderer, _ngControl) {
|
|
188
|
+
this._elementRef = _elementRef;
|
|
189
|
+
this._renderer = _renderer;
|
|
190
|
+
this._ngControl = _ngControl;
|
|
191
|
+
}
|
|
192
|
+
isEmpty(value) {
|
|
193
|
+
if (typeof value === 'string') {
|
|
194
|
+
return value === '';
|
|
195
|
+
}
|
|
196
|
+
return value === null || value === undefined;
|
|
197
|
+
}
|
|
198
|
+
applyClasses(value) {
|
|
199
|
+
if (this.isEmpty(value)) {
|
|
200
|
+
this._renderer.removeClass(this._elementRef.nativeElement, 'is-filled');
|
|
201
|
+
}
|
|
202
|
+
else {
|
|
203
|
+
this._renderer.addClass(this._elementRef.nativeElement, 'is-filled');
|
|
204
|
+
}
|
|
205
|
+
}
|
|
206
|
+
ngOnInit() {
|
|
207
|
+
this._ngControl.valueChanges.subscribe(v => this.applyClasses(v));
|
|
208
|
+
const val = this._ngControl.value;
|
|
209
|
+
this.applyClasses(val);
|
|
210
|
+
}
|
|
211
|
+
}
|
|
212
|
+
LuInputDirective.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "13.0.2", ngImport: i0, type: LuInputDirective, deps: [{ token: i0.ElementRef }, { token: i0.Renderer2 }, { token: i1.NgControl }], target: i0.ɵɵFactoryTarget.Directive });
|
|
213
|
+
LuInputDirective.ɵdir = i0.ɵɵngDeclareDirective({ minVersion: "12.0.0", version: "13.0.2", type: LuInputDirective, selector: "[luInput]", ngImport: i0 });
|
|
214
|
+
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "13.0.2", ngImport: i0, type: LuInputDirective, decorators: [{
|
|
215
|
+
type: Directive,
|
|
216
|
+
args: [{
|
|
217
|
+
selector: '[luInput]',
|
|
218
|
+
}]
|
|
219
|
+
}], ctorParameters: function () { return [{ type: i0.ElementRef }, { type: i0.Renderer2 }, { type: i1.NgControl }]; } });
|
|
220
|
+
|
|
221
|
+
class LuInputModule {
|
|
222
|
+
}
|
|
223
|
+
LuInputModule.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "13.0.2", ngImport: i0, type: LuInputModule, deps: [], target: i0.ɵɵFactoryTarget.NgModule });
|
|
224
|
+
LuInputModule.ɵmod = i0.ɵɵngDeclareNgModule({ minVersion: "12.0.0", version: "13.0.2", ngImport: i0, type: LuInputModule, declarations: [LuInputDirective], imports: [LuInputDisplayerModule,
|
|
225
|
+
LuInputClearerModule], exports: [LuInputDisplayerModule,
|
|
226
|
+
LuInputClearerModule,
|
|
227
|
+
LuInputDirective] });
|
|
228
|
+
LuInputModule.ɵinj = i0.ɵɵngDeclareInjector({ minVersion: "12.0.0", version: "13.0.2", ngImport: i0, type: LuInputModule, imports: [[
|
|
229
|
+
LuInputDisplayerModule,
|
|
230
|
+
LuInputClearerModule,
|
|
231
|
+
], LuInputDisplayerModule,
|
|
232
|
+
LuInputClearerModule] });
|
|
233
|
+
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "13.0.2", ngImport: i0, type: LuInputModule, decorators: [{
|
|
234
|
+
type: NgModule,
|
|
235
|
+
args: [{
|
|
236
|
+
declarations: [
|
|
237
|
+
LuInputDirective,
|
|
238
|
+
],
|
|
239
|
+
imports: [
|
|
240
|
+
LuInputDisplayerModule,
|
|
241
|
+
LuInputClearerModule,
|
|
242
|
+
],
|
|
243
|
+
exports: [
|
|
244
|
+
LuInputDisplayerModule,
|
|
245
|
+
LuInputClearerModule,
|
|
246
|
+
LuInputDirective,
|
|
247
|
+
],
|
|
248
|
+
}]
|
|
249
|
+
}] });
|
|
250
|
+
|
|
251
|
+
/*
|
|
252
|
+
* Public API Surface of input
|
|
253
|
+
*/
|
|
254
|
+
|
|
255
|
+
/**
|
|
256
|
+
* Generated bundle index. Do not edit.
|
|
257
|
+
*/
|
|
258
|
+
|
|
259
|
+
export { ALuClearer, ALuInput, ALuInputDisplayer, LuInputClearerComponent, LuInputClearerModule, LuInputDirective, LuInputDisplayerContext, LuInputDisplayerDirective, LuInputDisplayerModule, LuInputModule };
|
|
260
|
+
//# sourceMappingURL=lucca-front-ng-input.mjs.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"lucca-front-ng-input.mjs","sources":["../../../packages/ng/input/src/lib/clearer/clearer.model.ts","../../../packages/ng/input/src/lib/clearer/clearer.component.ts","../../../packages/ng/input/src/lib/clearer/clearer.component.html","../../../packages/ng/input/src/lib/clearer/clearer.module.ts","../../../packages/ng/input/src/lib/displayer/input-displayer.model.ts","../../../packages/ng/input/src/lib/displayer/input-displayer.directive.ts","../../../packages/ng/input/src/lib/displayer/input-displayer.module.ts","../../../packages/ng/input/src/lib/input.model.ts","../../../packages/ng/input/src/lib/input.directive.ts","../../../packages/ng/input/src/lib/input.module.ts","../../../packages/ng/input/src/public-api.ts","../../../packages/ng/input/src/lucca-front-ng-input.ts"],"sourcesContent":["import { Observable } from 'rxjs';\r\n\r\nexport interface ILuClearer<T = any> {\r\n\tonClear: Observable<T>;\r\n}\r\nexport abstract class ALuClearer<T = any> implements ILuClearer<T> {\r\n\tonClear: Observable<T>;\r\n}\r\n","import {\r\n\tChangeDetectionStrategy,\r\n\tComponent,\r\n\tOutput,\r\n\tforwardRef,\r\n\tEventEmitter,\r\n} from '@angular/core';\r\nimport { ALuClearer, ILuClearer } from './clearer.model';\r\n\r\n@Component({\r\n\tselector: 'lu-input-clearer',\r\n\ttemplateUrl: './clearer.component.html',\r\n\tstyleUrls: ['./clearer.component.scss'],\r\n\tchangeDetection: ChangeDetectionStrategy.OnPush,\r\n\texportAs: 'luClearer',\r\n\tproviders: [\r\n\t\t{\r\n\t\t\tprovide: ALuClearer,\r\n\t\t\tuseExisting: forwardRef(() => LuInputClearerComponent),\r\n\t\t},\r\n\t]\r\n})\r\nexport class LuInputClearerComponent<T = any> extends ALuClearer<T> implements ILuClearer<T> {\r\n\t@Output() override onClear = new EventEmitter<T>();\r\n\tonClick($event: Event) {\r\n\t\tthis.onClear.emit(undefined);\r\n\t\t$event.stopPropagation();\r\n\t}\r\n}\r\n","<a role=\"button\" class=\"actionIcon\" (click)=\"onClick($event)\">\r\n\t<span aria-hidden=\"true\" class=\"lucca-icon\">thin_cross</span>\r\n\t<span class=\"u-mask\">Clear</span>\r\n</a>\r\n","import { NgModule } from '@angular/core';\r\nimport { LuInputClearerComponent } from './clearer.component';\r\nimport { CommonModule } from '@angular/common';\r\n\r\n@NgModule({\r\n\timports: [\r\n\t\tCommonModule,\r\n\t],\r\n\tdeclarations: [\r\n\t\tLuInputClearerComponent,\r\n\t],\r\n\texports: [\r\n\t\tLuInputClearerComponent,\r\n\t],\r\n})\r\nexport class LuInputClearerModule {}\r\n","import { ViewRef } from '@angular/core';\r\n\r\nexport interface ILuInputDisplayer<T = any> {\r\n\tmultiple: boolean;\r\n\tgetViewRef(value: T | T[]): ViewRef;\r\n}\r\nexport abstract class ALuInputDisplayer<T = any> implements ILuInputDisplayer<T> {\r\n\tmultiple = false;\r\n\tabstract getViewRef(value: T | T[]): ViewRef;\r\n}\r\n","import { Directive, TemplateRef, forwardRef, ElementRef, ViewRef, EmbeddedViewRef, Input } from '@angular/core';\r\nimport { ILuInputDisplayer, ALuInputDisplayer } from './input-displayer.model';\r\n\r\n@Directive({\r\n\tselector: '[luDisplayer]',\r\n\tproviders: [\r\n\t\t{\r\n\t\t\tprovide: ALuInputDisplayer,\r\n\t\t\tuseExisting: forwardRef(() => LuInputDisplayerDirective),\r\n\t\t\tmulti: true,\r\n\t\t},\r\n\t],\r\n})\r\nexport class LuInputDisplayerDirective<T = any> extends ALuInputDisplayer<T> implements ILuInputDisplayer<T> {\r\n\t@Input('luDisplayerMultiple') set argMultiple(m: boolean) {\r\n\t\tthis.multiple = !!m;\r\n\t}\r\n\t@Input('multiple') set inputMultiple(m: boolean | string) {\r\n\t\tif (m === '') {\r\n\t\t\t// allows to have multiple = true when writing\r\n\t\t\t// <ng-template luDisplayer multiple>\r\n\t\t\tthis.multiple = true;\r\n\t\t} else {\r\n\t\t\tthis.multiple = !!m;\r\n\t\t}\r\n\t}\r\n\tconstructor(protected template: TemplateRef<LuInputDisplayerContext<T>>) { super(); }\r\n\tgetViewRef(value: T | T[]): ViewRef {\r\n\t\treturn this.template.createEmbeddedView({ $implicit: value });\r\n\t}\r\n}\r\n\r\nexport class LuInputDisplayerContext<T = any> {\r\n\tconstructor(public $implicit: T | T[]) {}\r\n}\r\n","import { NgModule } from '@angular/core';\r\nimport { LuInputDisplayerDirective } from './input-displayer.directive';\r\n\r\n@NgModule({\r\n\timports: [],\r\n\tdeclarations: [LuInputDisplayerDirective],\r\n\texports: [LuInputDisplayerDirective],\r\n})\r\nexport class LuInputDisplayerModule {}\r\n","import { ChangeDetectorRef, ElementRef, Renderer2 } from '@angular/core';\r\nimport { ControlValueAccessor } from '@angular/forms';\r\n\r\nexport declare interface ILuInput extends ControlValueAccessor {}\r\n\r\nexport abstract class ALuInput<T = any> implements ILuInput {\r\n\tprotected _placeholder: string;\r\n\tget placeholder() { return this._placeholder; }\r\n\tprotected _value: T;\r\n\tconstructor(\r\n\t\tprotected _changeDetectorRef: ChangeDetectorRef,\r\n\t\tprotected _elementRef: ElementRef,\r\n\t\tprotected _renderer: Renderer2,\r\n\t) {}\r\n\tsetValue(value) {\r\n\t\tthis.value = value;\r\n\t\tthis._cvaOnChange(value);\r\n\t\tthis._onTouched();\r\n\t}\r\n\tget value(): T {\r\n\t\treturn this._value;\r\n\t}\r\n\tset value(value: T) {\r\n\t\tthis._value = value;\r\n\t\tthis.render();\r\n\t\tthis.applyClasses();\r\n\t\tthis._changeDetectorRef.markForCheck();\r\n\t}\r\n\t// From ControlValueAccessor interface\r\n\twriteValue(value: T) {\r\n\t\tthis.value = value;\r\n\t}\r\n\t// From ControlValueAccessor interface\r\n\tprotected _cvaOnChange = (v: T) => {};\r\n\tregisterOnChange(fn: any) {\r\n\t\tthis._cvaOnChange = fn;\r\n\t}\r\n\t// From ControlValueAccessor interface\r\n\tprotected _onTouched = () => {};\r\n\tregisterOnTouched(fn: any) {\r\n\t\tthis._onTouched = fn;\r\n\t}\r\n\tprotected isEmpty() {\r\n\t\treturn this.value === null || this.value === undefined;\r\n\t}\r\n\tprotected applyClasses() {\r\n\t\tif (this.isEmpty()) {\r\n\t\t\tthis._renderer.removeClass(this._elementRef.nativeElement, 'is-filled');\r\n\t\t} else {\r\n\t\t\tthis._renderer.addClass(this._elementRef.nativeElement, 'is-filled');\r\n\t\t}\r\n\t}\r\n\r\n\tprotected abstract render(): void;\r\n}\r\n","import { Directive, ElementRef, Renderer2, OnInit } from '@angular/core';\r\nimport { NgControl } from '@angular/forms';\r\n\r\n/**\r\n * adds class is-filled when model is empty\r\n */\r\n@Directive({\r\n\tselector: '[luInput]',\r\n})\r\nexport class LuInputDirective implements OnInit {\r\n\tconstructor(\r\n\t\tprotected _elementRef: ElementRef,\r\n\t\tprotected _renderer: Renderer2,\r\n\t\tprotected _ngControl: NgControl,\r\n\t) {}\r\n\tprotected isEmpty(value) {\r\n\t\tif (typeof value === 'string') {\r\n\t\t\treturn value === '';\r\n\t\t}\r\n\t\treturn value === null || value === undefined;\r\n\t}\r\n\tprotected applyClasses(value) {\r\n\t\tif (this.isEmpty(value)) {\r\n\t\t\tthis._renderer.removeClass(this._elementRef.nativeElement, 'is-filled');\r\n\t\t} else {\r\n\t\t\tthis._renderer.addClass(this._elementRef.nativeElement, 'is-filled');\r\n\t\t}\r\n\t}\r\n\tngOnInit() {\r\n\t\tthis._ngControl.valueChanges.subscribe(v => this.applyClasses(v));\r\n\t\tconst val = this._ngControl.value;\r\n\t\tthis.applyClasses(val);\r\n\t}\r\n}\r\n","import { NgModule } from '@angular/core';\r\nimport { LuInputDisplayerModule } from './displayer/index';\r\nimport { LuInputDirective } from './input.directive';\r\nimport { LuInputClearerModule } from './clearer/index';\r\n\r\n@NgModule({\r\n\tdeclarations: [\r\n\t\tLuInputDirective,\r\n\t],\r\n\timports: [\r\n\t\tLuInputDisplayerModule,\r\n\t\tLuInputClearerModule,\r\n\t],\r\n\texports: [\r\n\t\tLuInputDisplayerModule,\r\n\t\tLuInputClearerModule,\r\n\t\tLuInputDirective,\r\n\t],\r\n})\r\nexport class LuInputModule {}\r\n","/*\r\n * Public API Surface of input\r\n */\r\n\r\nexport * from './index';\r\n","/**\n * Generated bundle index. Do not edit.\n */\n\nexport * from './public-api';\n"],"names":[],"mappings":"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"}
|
|
@@ -0,0 +1,23 @@
|
|
|
1
|
+
import * as i0 from '@angular/core';
|
|
2
|
+
import { NgModule } from '@angular/core';
|
|
3
|
+
|
|
4
|
+
class LuMaterialModule {
|
|
5
|
+
}
|
|
6
|
+
LuMaterialModule.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "13.0.2", ngImport: i0, type: LuMaterialModule, deps: [], target: i0.ɵɵFactoryTarget.NgModule });
|
|
7
|
+
LuMaterialModule.ɵmod = i0.ɵɵngDeclareNgModule({ minVersion: "12.0.0", version: "13.0.2", ngImport: i0, type: LuMaterialModule });
|
|
8
|
+
LuMaterialModule.ɵinj = i0.ɵɵngDeclareInjector({ minVersion: "12.0.0", version: "13.0.2", ngImport: i0, type: LuMaterialModule });
|
|
9
|
+
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "13.0.2", ngImport: i0, type: LuMaterialModule, decorators: [{
|
|
10
|
+
type: NgModule,
|
|
11
|
+
args: [{}]
|
|
12
|
+
}] });
|
|
13
|
+
|
|
14
|
+
/*
|
|
15
|
+
* Public API Surface of material
|
|
16
|
+
*/
|
|
17
|
+
|
|
18
|
+
/**
|
|
19
|
+
* Generated bundle index. Do not edit.
|
|
20
|
+
*/
|
|
21
|
+
|
|
22
|
+
export { LuMaterialModule };
|
|
23
|
+
//# sourceMappingURL=lucca-front-ng-material.mjs.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"lucca-front-ng-material.mjs","sources":["../../../packages/ng/material/src/lib/module.ts","../../../packages/ng/material/src/public-api.ts","../../../packages/ng/material/src/lucca-front-ng-material.ts"],"sourcesContent":["import { NgModule } from '@angular/core';\r\n\r\n@NgModule({\r\n})\r\nexport class LuMaterialModule {}\r\n","/*\r\n * Public API Surface of material\r\n */\r\n\r\nexport * from './index';\r\n","/**\n * Generated bundle index. Do not edit.\n */\n\nexport * from './public-api';\n"],"names":[],"mappings":";;;MAIa,gBAAgB;;6GAAhB,gBAAgB;8GAAhB,gBAAgB;8GAAhB,gBAAgB;2FAAhB,gBAAgB;kBAF5B,QAAQ;mBAAC,EACT;;;ACHD;;;;ACAA;;;;;;"}
|