@lucca-front/ng 9.0.0-alpha.5 → 9.0.0-alpha.6
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/index.d.ts +5 -1
- package/animations/public-api.d.ts +1 -1
- package/api/index.d.ts +5 -1
- package/api/lib/select/feeder/api-feeder.component.d.ts +1 -1
- package/api/lib/select/input/api-select-input.component.d.ts +1 -1
- package/api/lib/select/pager/api-pager.component.d.ts +1 -1
- package/api/lib/select/searcher/api-searcher.component.d.ts +2 -2
- package/api/public-api.d.ts +1 -1
- package/core/index.d.ts +5 -1
- package/core/public-api.d.ts +1 -1
- package/date/index.d.ts +5 -1
- package/date/lib/adapter/date-adapter.pipe.d.ts +1 -1
- package/date/lib/calendar/calendar-input.component.d.ts +1 -1
- package/date/lib/input/date-input.directive.d.ts +1 -1
- package/date/lib/picker/date-picker.component.d.ts +1 -1
- package/date/lib/select/date-select-input.component.d.ts +1 -1
- package/date/public-api.d.ts +1 -1
- package/department/index.d.ts +5 -1
- package/department/lib/select/feeder/department-feeder.component.d.ts +1 -1
- package/department/lib/select/input/department-select-input.component.d.ts +1 -1
- package/department/public-api.d.ts +1 -1
- package/dropdown/{lucca-front-ng-dropdown.d.ts → index.d.ts} +0 -0
- package/dropdown/lib/item/dropdown-item.directive.d.ts +1 -1
- package/dropdown/lib/panel/dropdown-panel.component.d.ts +1 -1
- package/dropdown/lib/trigger/dropdown-trigger.directive.d.ts +1 -1
- package/esm2020/animations/public-api.mjs +2 -2
- package/esm2020/api/lib/api.module.mjs +5 -5
- package/esm2020/api/lib/select/api-select.module.mjs +5 -5
- package/esm2020/api/lib/select/feeder/api-feeder.component.mjs +4 -4
- package/esm2020/api/lib/select/feeder/api-feeder.module.mjs +5 -5
- package/esm2020/api/lib/select/input/api-select-input.component.mjs +8 -8
- package/esm2020/api/lib/select/input/api-select-input.module.mjs +5 -5
- package/esm2020/api/lib/select/pager/api-pager.component.mjs +4 -4
- package/esm2020/api/lib/select/pager/api-pager.module.mjs +5 -5
- package/esm2020/api/lib/select/searcher/api-searcher.component.mjs +13 -13
- package/esm2020/api/lib/select/searcher/api-searcher.module.mjs +5 -5
- package/esm2020/api/lib/service/api-hybrid.service.mjs +3 -3
- package/esm2020/api/lib/service/api-v3.service.mjs +3 -3
- package/esm2020/api/lib/service/api-v4.service.mjs +3 -3
- package/esm2020/api/public-api.mjs +2 -2
- package/esm2020/core/lib/date/native/native-date.adapter.mjs +3 -3
- package/esm2020/core/lib/date/string/string-date.adapter.mjs +3 -3
- package/esm2020/core/public-api.mjs +2 -2
- package/esm2020/date/lib/adapter/date-adapter.module.mjs +4 -4
- package/esm2020/date/lib/adapter/date-adapter.pipe.mjs +3 -3
- package/esm2020/date/lib/calendar/calendar-input.component.mjs +5 -5
- package/esm2020/date/lib/calendar/calendar-input.module.mjs +5 -5
- package/esm2020/date/lib/calendar/calendar-item.factory.mjs +3 -3
- package/esm2020/date/lib/date.module.mjs +5 -5
- package/esm2020/date/lib/input/date-input.directive.mjs +3 -3
- package/esm2020/date/lib/input/date-input.intl.mjs +3 -3
- package/esm2020/date/lib/input/date-input.module.mjs +5 -5
- package/esm2020/date/lib/picker/date-picker.component.mjs +8 -8
- package/esm2020/date/lib/picker/date-picker.module.mjs +5 -5
- package/esm2020/date/lib/select/date-select-input.component.mjs +7 -7
- package/esm2020/date/lib/select/date-select-input.intl.mjs +3 -3
- package/esm2020/date/lib/select/date-select-input.module.mjs +6 -6
- package/esm2020/date/public-api.mjs +2 -2
- package/esm2020/department/lib/department.module.mjs +5 -5
- package/esm2020/department/lib/select/department-select.module.mjs +5 -5
- package/esm2020/department/lib/select/feeder/department-feeder.component.mjs +4 -4
- package/esm2020/department/lib/select/feeder/department-feeder.module.mjs +5 -5
- package/esm2020/department/lib/select/input/department-select-input.component.mjs +8 -8
- package/esm2020/department/lib/select/input/department-select-input.intl.mjs +3 -3
- package/esm2020/department/lib/select/input/department-select-input.module.mjs +14 -16
- package/esm2020/department/lib/service/department-v3.service.mjs +3 -3
- package/esm2020/department/public-api.mjs +2 -2
- package/esm2020/dropdown/lib/dropdown.module.mjs +5 -5
- package/esm2020/dropdown/lib/item/dropdown-item.directive.mjs +3 -3
- package/esm2020/dropdown/lib/item/dropdown-item.module.mjs +5 -5
- package/esm2020/dropdown/lib/panel/dropdown-panel.component.mjs +4 -4
- package/esm2020/dropdown/lib/panel/dropdown-panel.module.mjs +5 -5
- package/esm2020/dropdown/lib/trigger/dropdown-trigger.directive.mjs +3 -3
- package/esm2020/dropdown/lib/trigger/dropdown-trigger.module.mjs +5 -5
- package/esm2020/establishment/lib/establishment.module.mjs +5 -5
- package/esm2020/establishment/lib/select/establishment-select.module.mjs +5 -5
- package/esm2020/establishment/lib/select/for-legal-units/for-legal-units.directive.mjs +3 -3
- package/esm2020/establishment/lib/select/for-legal-units/for-legal-units.module.mjs +4 -4
- package/esm2020/establishment/lib/select/input/establishment-select-input.component.mjs +10 -10
- package/esm2020/establishment/lib/select/input/establishment-select-input.intl.mjs +3 -3
- package/esm2020/establishment/lib/select/input/establishment-select-input.module.mjs +6 -6
- package/esm2020/establishment/lib/select/legal-unit-selector/legal-unit-selector.directive.mjs +3 -3
- package/esm2020/establishment/lib/select/legal-unit-selector/legal-unit-selector.module.mjs +5 -5
- package/esm2020/establishment/lib/select/searcher/establishment-searcher.component.mjs +8 -8
- package/esm2020/establishment/lib/select/searcher/establishment-searcher.module.mjs +5 -5
- package/esm2020/establishment/lib/select/select-all/establishment-select-all.component.mjs +5 -5
- package/esm2020/establishment/lib/select/select-all/establishment-select-all.module.mjs +6 -6
- package/esm2020/establishment/lib/service/establishment.service.mjs +3 -3
- package/esm2020/establishment/lib/service/legal-unit.service.mjs +3 -3
- package/esm2020/establishment/public-api.mjs +2 -2
- package/esm2020/formly/lib/formly.module.mjs +17 -19
- package/esm2020/formly/lib/types/api.mjs +6 -6
- package/esm2020/formly/lib/types/checkbox.mjs +4 -4
- package/esm2020/formly/lib/types/date.mjs +6 -6
- package/esm2020/formly/lib/types/department.mjs +6 -6
- package/esm2020/formly/lib/types/establishment.mjs +6 -6
- package/esm2020/formly/lib/types/input.mjs +4 -4
- package/esm2020/formly/lib/types/qualification.mjs +6 -6
- package/esm2020/formly/lib/types/radios.mjs +4 -4
- package/esm2020/formly/lib/types/select.mjs +10 -10
- package/esm2020/formly/lib/types/textarea.mjs +4 -4
- package/esm2020/formly/lib/types/user.mjs +6 -6
- package/esm2020/formly/lib/wrappers/checkbox-layout.mjs +4 -4
- package/esm2020/formly/lib/wrappers/error.mjs +9 -9
- package/esm2020/formly/lib/wrappers/helper.mjs +4 -4
- package/esm2020/formly/lib/wrappers/icon.mjs +4 -4
- package/esm2020/formly/lib/wrappers/radiosfield-layout.mjs +4 -4
- package/esm2020/formly/lib/wrappers/suffix.mjs +4 -4
- package/esm2020/formly/lib/wrappers/textfield-layout.mjs +4 -4
- package/esm2020/formly/public-api.mjs +2 -2
- package/esm2020/input/lib/clearer/clearer.component.mjs +5 -5
- package/esm2020/input/lib/clearer/clearer.module.mjs +5 -5
- package/esm2020/input/lib/displayer/input-displayer.directive.mjs +3 -3
- package/esm2020/input/lib/displayer/input-displayer.module.mjs +5 -5
- package/esm2020/input/lib/input.directive.mjs +3 -3
- package/esm2020/input/lib/input.module.mjs +5 -5
- package/esm2020/input/public-api.mjs +2 -2
- package/esm2020/material/lib/module.mjs +4 -4
- package/esm2020/material/public-api.mjs +2 -2
- package/esm2020/modal/lib/modal-panel.component.mjs +15 -15
- package/esm2020/modal/lib/modal-ref.factory.mjs +3 -3
- package/esm2020/modal/lib/modal.intl.mjs +3 -3
- package/esm2020/modal/lib/modal.module.mjs +6 -7
- package/esm2020/modal/lib/modal.service.mjs +3 -3
- package/esm2020/modal/public-api.mjs +2 -2
- package/esm2020/number/lib/number.module.mjs +5 -5
- package/esm2020/number/lib/number.pipe.mjs +3 -3
- package/esm2020/number/public-api.mjs +2 -2
- package/esm2020/option/lib/item/option-item.component.mjs +5 -5
- package/esm2020/option/lib/item/option-item.module.mjs +4 -4
- package/esm2020/option/lib/item/tree-option-item.component.mjs +5 -5
- package/esm2020/option/lib/item/tree-option-item.intl.mjs +3 -3
- package/esm2020/option/lib/item/tree-option-item.module.mjs +6 -7
- package/esm2020/option/lib/operator/feeder/option-feeder.component.mjs +4 -4
- package/esm2020/option/lib/operator/feeder/option-feeder.module.mjs +5 -5
- package/esm2020/option/lib/operator/feeder/tree-option-feeder.component.mjs +4 -4
- package/esm2020/option/lib/operator/feeder/tree-option-feeder.module.mjs +4 -4
- package/esm2020/option/lib/operator/for-groups/for-groups.directive.mjs +3 -3
- package/esm2020/option/lib/operator/for-groups/for-groups.module.mjs +5 -5
- package/esm2020/option/lib/operator/for-options/for-options.directive.mjs +3 -3
- package/esm2020/option/lib/operator/for-options/for-options.module.mjs +5 -5
- package/esm2020/option/lib/operator/for-options/for-tree-options.directive.mjs +3 -3
- package/esm2020/option/lib/operator/for-options/for-tree-options.module.mjs +5 -5
- package/esm2020/option/lib/operator/option-operator.module.mjs +5 -5
- package/esm2020/option/lib/operator/pager/option-pager.component.mjs +4 -4
- package/esm2020/option/lib/operator/pager/option-pager.module.mjs +4 -4
- package/esm2020/option/lib/operator/pager/tree-option-pager.component.mjs +4 -4
- package/esm2020/option/lib/operator/pager/tree-option-pager.module.mjs +5 -5
- package/esm2020/option/lib/operator/searcher/option-searcher.component.mjs +8 -8
- package/esm2020/option/lib/operator/searcher/option-searcher.module.mjs +5 -5
- package/esm2020/option/lib/operator/searcher/tree-option-searcher.component.mjs +8 -8
- package/esm2020/option/lib/operator/searcher/tree-option-searcher.module.mjs +5 -5
- package/esm2020/option/lib/operator/tree-option-operator.module.mjs +5 -5
- package/esm2020/option/lib/option.module.mjs +5 -5
- package/esm2020/option/lib/picker/option-picker-advanced.component.mjs +8 -8
- package/esm2020/option/lib/picker/option-picker.component.mjs +8 -8
- package/esm2020/option/lib/picker/option-picker.module.mjs +5 -5
- package/esm2020/option/lib/picker/tree-option-picker-advanced.component.mjs +8 -8
- package/esm2020/option/lib/picker/tree-option-picker.component.mjs +8 -8
- package/esm2020/option/lib/picker/tree-option-picker.module.mjs +5 -5
- package/esm2020/option/lib/placeholder/option-placeholder.component.mjs +4 -4
- package/esm2020/option/lib/placeholder/option-placeholder.intl.mjs +3 -3
- package/esm2020/option/lib/placeholder/option-placeholder.module.mjs +4 -4
- package/esm2020/option/lib/selector/all/select-all.component.mjs +5 -5
- package/esm2020/option/lib/selector/all/select-all.intl.mjs +3 -3
- package/esm2020/option/lib/selector/all/select-all.module.mjs +4 -4
- package/esm2020/option/lib/selector/all/tree-select-all.component.mjs +5 -5
- package/esm2020/option/lib/selector/all/tree-select-all.module.mjs +4 -4
- package/esm2020/option/lib/selector/option-selector.module.mjs +5 -5
- package/esm2020/option/lib/selector/tree-option-selector.module.mjs +5 -5
- package/esm2020/option/lib/tree-option.module.mjs +5 -5
- package/esm2020/option/public-api.mjs +2 -2
- package/esm2020/picker/public-api.mjs +2 -2
- package/esm2020/popover/lib/panel/popover-panel.component.mjs +4 -4
- package/esm2020/popover/lib/panel/popover-panel.module.mjs +5 -5
- package/esm2020/popover/lib/popover.module.mjs +5 -5
- package/esm2020/popover/lib/target/popover-target.directive.mjs +3 -3
- package/esm2020/popover/lib/target/popover-target.module.mjs +5 -5
- package/esm2020/popover/lib/trigger/popover-trigger.directive.mjs +3 -3
- package/esm2020/popover/lib/trigger/popover-trigger.module.mjs +5 -5
- package/esm2020/popover/public-api.mjs +2 -2
- package/esm2020/popup/lib/popup-ref.factory.mjs +3 -3
- package/esm2020/popup/lib/popup.module.mjs +5 -5
- package/esm2020/popup/lib/popup.service.mjs +3 -3
- package/esm2020/popup/public-api.mjs +2 -2
- package/esm2020/qualification/lib/qualification.module.mjs +5 -5
- package/esm2020/qualification/lib/select/input/qualification-select-input.component.mjs +9 -9
- package/esm2020/qualification/lib/select/input/qualification-select-input.intl.mjs +3 -3
- package/esm2020/qualification/lib/select/input/qualification-select-input.module.mjs +6 -6
- package/esm2020/qualification/lib/select/qualification-select.module.mjs +5 -5
- package/esm2020/qualification/public-api.mjs +2 -2
- package/esm2020/safe-content/lib/safe-content.module.mjs +5 -5
- package/esm2020/safe-content/lib/safe-content.pipe.mjs +3 -3
- package/esm2020/safe-content/public-api.mjs +2 -2
- package/esm2020/scroll/lib/scroll.directive.mjs +3 -3
- package/esm2020/scroll/lib/scroll.module.mjs +4 -4
- package/esm2020/scroll/public-api.mjs +2 -2
- package/esm2020/select/lib/input/select-input.component.mjs +8 -8
- package/esm2020/select/lib/input/select-input.module.mjs +5 -5
- package/esm2020/select/lib/select.module.mjs +5 -5
- package/esm2020/select/public-api.mjs +2 -2
- package/esm2020/sidepanel/lib/sidepanel-panel.component.mjs +12 -12
- package/esm2020/sidepanel/lib/sidepanel-ref.factory.mjs +3 -3
- package/esm2020/sidepanel/lib/sidepanel.intl.mjs +3 -3
- package/esm2020/sidepanel/lib/sidepanel.module.mjs +6 -7
- package/esm2020/sidepanel/lib/sidepanel.service.mjs +3 -3
- package/esm2020/sidepanel/public-api.mjs +2 -2
- package/esm2020/title/lib/title.module.mjs +5 -5
- package/esm2020/title/lib/title.service.mjs +3 -3
- package/esm2020/title/public-api.mjs +2 -2
- package/esm2020/toast/toasts.component.mjs +3 -3
- package/esm2020/toast/toasts.intl.mjs +3 -3
- package/esm2020/toast/toasts.module.mjs +6 -6
- package/esm2020/toast/toasts.service.mjs +3 -3
- package/esm2020/tooltip/lib/panel/tooltip-panel.component.mjs +5 -5
- package/esm2020/tooltip/lib/panel/tooltip-panel.module.mjs +5 -6
- package/esm2020/tooltip/lib/tooltip.module.mjs +5 -5
- package/esm2020/tooltip/lib/trigger/tooltip-trigger.directive.mjs +8 -8
- package/esm2020/tooltip/lib/trigger/tooltip-trigger.module.mjs +5 -5
- package/esm2020/tooltip/public-api.mjs +2 -2
- package/esm2020/user/lib/display/user-display.module.mjs +5 -5
- package/esm2020/user/lib/display/user-display.pipe.mjs +3 -3
- package/esm2020/user/lib/picture/user-picture.component.mjs +4 -4
- package/esm2020/user/lib/picture/user-picture.module.mjs +5 -5
- package/esm2020/user/lib/select/homonyms/user-homonyms.component.mjs +3 -3
- package/esm2020/user/lib/select/homonyms/user-homonyms.module.mjs +5 -5
- package/esm2020/user/lib/select/homonyms/user-homonyms.service.mjs +3 -3
- package/esm2020/user/lib/select/input/user-select-input.component.mjs +9 -9
- package/esm2020/user/lib/select/input/user-select-input.intl.mjs +3 -3
- package/esm2020/user/lib/select/input/user-select-input.module.mjs +14 -16
- package/esm2020/user/lib/select/me/me-option.directive.mjs +3 -3
- package/esm2020/user/lib/select/me/me-option.module.mjs +5 -5
- package/esm2020/user/lib/select/searcher/user-searcher.component.mjs +8 -8
- package/esm2020/user/lib/select/searcher/user-searcher.intl.mjs +3 -3
- package/esm2020/user/lib/select/searcher/user-searcher.module.mjs +6 -6
- package/esm2020/user/lib/select/user-select.module.mjs +5 -5
- package/esm2020/user/lib/service/user-v3.service.mjs +3 -3
- package/esm2020/user/lib/tile/user-tile.component.mjs +4 -4
- package/esm2020/user/lib/tile/user-tile.module.mjs +5 -5
- package/esm2020/user/lib/user.module.mjs +5 -5
- package/esm2020/user/public-api.mjs +2 -2
- package/establishment/index.d.ts +5 -1
- package/establishment/lib/select/for-legal-units/for-legal-units.directive.d.ts +1 -1
- package/establishment/lib/select/input/establishment-select-input.component.d.ts +1 -1
- package/establishment/lib/select/legal-unit-selector/legal-unit-selector.directive.d.ts +1 -1
- package/establishment/lib/select/searcher/establishment-searcher.component.d.ts +1 -1
- package/establishment/lib/select/select-all/establishment-select-all.component.d.ts +1 -1
- package/establishment/public-api.d.ts +1 -1
- package/fesm2015/lucca-front-ng-animations.mjs.map +1 -1
- package/fesm2015/lucca-front-ng-api.mjs +62 -62
- package/fesm2015/lucca-front-ng-api.mjs.map +1 -1
- package/fesm2015/lucca-front-ng-core.mjs +6 -6
- package/fesm2015/lucca-front-ng-core.mjs.map +1 -1
- package/fesm2015/lucca-front-ng-date.mjs +57 -57
- package/fesm2015/lucca-front-ng-date.mjs.map +1 -1
- package/fesm2015/lucca-front-ng-department.mjs +43 -45
- package/fesm2015/lucca-front-ng-department.mjs.map +1 -1
- package/fesm2015/lucca-front-ng-dropdown.mjs +25 -25
- package/fesm2015/lucca-front-ng-dropdown.mjs.map +1 -1
- package/fesm2015/lucca-front-ng-establishment.mjs +67 -67
- package/fesm2015/lucca-front-ng-establishment.mjs.map +1 -1
- package/fesm2015/lucca-front-ng-formly.mjs +103 -105
- package/fesm2015/lucca-front-ng-formly.mjs.map +1 -1
- package/fesm2015/lucca-front-ng-input.mjs +23 -23
- package/fesm2015/lucca-front-ng-input.mjs.map +1 -1
- package/fesm2015/lucca-front-ng-material.mjs +4 -4
- package/fesm2015/lucca-front-ng-material.mjs.map +1 -1
- package/fesm2015/lucca-front-ng-modal.mjs +29 -30
- package/fesm2015/lucca-front-ng-modal.mjs.map +1 -1
- package/fesm2015/lucca-front-ng-number.mjs +7 -7
- package/fesm2015/lucca-front-ng-number.mjs.map +1 -1
- package/fesm2015/lucca-front-ng-option.mjs +188 -189
- package/fesm2015/lucca-front-ng-option.mjs.map +1 -1
- package/fesm2015/lucca-front-ng-picker.mjs.map +1 -1
- package/fesm2015/lucca-front-ng-popover.mjs +25 -25
- package/fesm2015/lucca-front-ng-popover.mjs.map +1 -1
- package/fesm2015/lucca-front-ng-popup.mjs +10 -10
- package/fesm2015/lucca-front-ng-popup.mjs.map +1 -1
- package/fesm2015/lucca-front-ng-qualification.mjs +26 -26
- package/fesm2015/lucca-front-ng-qualification.mjs.map +1 -1
- package/fesm2015/lucca-front-ng-safe-content.mjs +7 -7
- package/fesm2015/lucca-front-ng-safe-content.mjs.map +1 -1
- package/fesm2015/lucca-front-ng-scroll.mjs +7 -7
- package/fesm2015/lucca-front-ng-scroll.mjs.map +1 -1
- package/fesm2015/lucca-front-ng-select.mjs +16 -16
- package/fesm2015/lucca-front-ng-select.mjs.map +1 -1
- package/fesm2015/lucca-front-ng-sidepanel.mjs +26 -27
- package/fesm2015/lucca-front-ng-sidepanel.mjs.map +1 -1
- package/fesm2015/lucca-front-ng-title.mjs +7 -7
- package/fesm2015/lucca-front-ng-title.mjs.map +1 -1
- package/fesm2015/lucca-front-ng-toast.mjs +14 -14
- package/fesm2015/lucca-front-ng-toast.mjs.map +1 -1
- package/fesm2015/lucca-front-ng-tooltip.mjs +23 -24
- package/fesm2015/lucca-front-ng-tooltip.mjs.map +1 -1
- package/fesm2015/lucca-front-ng-user.mjs +90 -92
- package/fesm2015/lucca-front-ng-user.mjs.map +1 -1
- package/fesm2015/lucca-front-ng.mjs.map +1 -1
- package/fesm2020/lucca-front-ng-animations.mjs.map +1 -1
- package/fesm2020/lucca-front-ng-api.mjs +62 -62
- package/fesm2020/lucca-front-ng-api.mjs.map +1 -1
- package/fesm2020/lucca-front-ng-core.mjs +6 -6
- package/fesm2020/lucca-front-ng-core.mjs.map +1 -1
- package/fesm2020/lucca-front-ng-date.mjs +57 -57
- package/fesm2020/lucca-front-ng-date.mjs.map +1 -1
- package/fesm2020/lucca-front-ng-department.mjs +43 -45
- package/fesm2020/lucca-front-ng-department.mjs.map +1 -1
- package/fesm2020/lucca-front-ng-dropdown.mjs +25 -25
- package/fesm2020/lucca-front-ng-dropdown.mjs.map +1 -1
- package/fesm2020/lucca-front-ng-establishment.mjs +67 -67
- package/fesm2020/lucca-front-ng-establishment.mjs.map +1 -1
- package/fesm2020/lucca-front-ng-formly.mjs +103 -105
- package/fesm2020/lucca-front-ng-formly.mjs.map +1 -1
- package/fesm2020/lucca-front-ng-input.mjs +23 -23
- package/fesm2020/lucca-front-ng-input.mjs.map +1 -1
- package/fesm2020/lucca-front-ng-material.mjs +4 -4
- package/fesm2020/lucca-front-ng-material.mjs.map +1 -1
- package/fesm2020/lucca-front-ng-modal.mjs +29 -30
- package/fesm2020/lucca-front-ng-modal.mjs.map +1 -1
- package/fesm2020/lucca-front-ng-number.mjs +7 -7
- package/fesm2020/lucca-front-ng-number.mjs.map +1 -1
- package/fesm2020/lucca-front-ng-option.mjs +188 -189
- package/fesm2020/lucca-front-ng-option.mjs.map +1 -1
- package/fesm2020/lucca-front-ng-picker.mjs.map +1 -1
- package/fesm2020/lucca-front-ng-popover.mjs +25 -25
- package/fesm2020/lucca-front-ng-popover.mjs.map +1 -1
- package/fesm2020/lucca-front-ng-popup.mjs +10 -10
- package/fesm2020/lucca-front-ng-popup.mjs.map +1 -1
- package/fesm2020/lucca-front-ng-qualification.mjs +26 -26
- package/fesm2020/lucca-front-ng-qualification.mjs.map +1 -1
- package/fesm2020/lucca-front-ng-safe-content.mjs +7 -7
- package/fesm2020/lucca-front-ng-safe-content.mjs.map +1 -1
- package/fesm2020/lucca-front-ng-scroll.mjs +7 -7
- package/fesm2020/lucca-front-ng-scroll.mjs.map +1 -1
- package/fesm2020/lucca-front-ng-select.mjs +16 -16
- package/fesm2020/lucca-front-ng-select.mjs.map +1 -1
- package/fesm2020/lucca-front-ng-sidepanel.mjs +26 -27
- package/fesm2020/lucca-front-ng-sidepanel.mjs.map +1 -1
- package/fesm2020/lucca-front-ng-title.mjs +7 -7
- package/fesm2020/lucca-front-ng-title.mjs.map +1 -1
- package/fesm2020/lucca-front-ng-toast.mjs +14 -14
- package/fesm2020/lucca-front-ng-toast.mjs.map +1 -1
- package/fesm2020/lucca-front-ng-tooltip.mjs +23 -24
- package/fesm2020/lucca-front-ng-tooltip.mjs.map +1 -1
- package/fesm2020/lucca-front-ng-user.mjs +90 -92
- package/fesm2020/lucca-front-ng-user.mjs.map +1 -1
- package/fesm2020/lucca-front-ng.mjs.map +1 -1
- package/formly/index.d.ts +5 -1
- package/formly/lib/types/api.d.ts +1 -1
- package/formly/lib/types/checkbox.d.ts +1 -1
- package/formly/lib/types/date.d.ts +1 -1
- package/formly/lib/types/department.d.ts +1 -1
- package/formly/lib/types/establishment.d.ts +1 -1
- package/formly/lib/types/input.d.ts +1 -1
- package/formly/lib/types/qualification.d.ts +1 -1
- package/formly/lib/types/radios.d.ts +1 -1
- package/formly/lib/types/select.d.ts +1 -1
- package/formly/lib/types/textarea.d.ts +1 -1
- package/formly/lib/types/user.d.ts +1 -1
- package/formly/lib/wrappers/checkbox-layout.d.ts +1 -1
- package/formly/lib/wrappers/error.d.ts +2 -2
- package/formly/lib/wrappers/helper.d.ts +1 -1
- package/formly/lib/wrappers/icon.d.ts +1 -1
- package/formly/lib/wrappers/radiosfield-layout.d.ts +1 -1
- package/formly/lib/wrappers/suffix.d.ts +1 -1
- package/formly/lib/wrappers/textfield-layout.d.ts +1 -1
- package/formly/public-api.d.ts +1 -1
- package/formly/style/_components.scss +13 -13
- package/formly/style/_theming.overridable.scss +1 -1
- package/formly/style/_theming.scss +1 -1
- package/formly/style/main.overridable.scss +2 -2
- package/formly/style/main.scss +2 -2
- package/{lucca-front-ng.d.ts → index.d.ts} +0 -0
- package/input/index.d.ts +5 -1
- package/input/lib/clearer/clearer.component.d.ts +1 -1
- package/input/lib/displayer/input-displayer.directive.d.ts +1 -1
- package/input/lib/input.directive.d.ts +1 -1
- package/input/public-api.d.ts +1 -1
- package/material/index.d.ts +5 -1
- package/material/public-api.d.ts +1 -1
- package/material/style/_components.scss +11 -11
- package/material/style/_theming.scss +1 -1
- package/material/style/components/_autocomplete.scss +11 -11
- package/material/style/components/_buttons.scss +3 -3
- package/material/style/components/_datepicker.scss +110 -184
- package/material/style/components/_dialog.scss +26 -26
- package/material/style/components/_input.scss +3 -3
- package/material/style/components/_menu.scss +19 -19
- package/material/style/components/_mixins.scss +8 -8
- package/material/style/components/_options.scss +21 -21
- package/material/style/components/_select.scss +37 -37
- package/material/style/components/_tooltip.scss +19 -19
- package/material/style/main-v11.overridable.scss +12 -12
- package/material/style/main-v11.scss +12 -12
- package/material/style/main.overridable.scss +8 -8
- package/material/style/main.scss +8 -8
- package/modal/index.d.ts +5 -1
- package/modal/lib/modal-panel.component.d.ts +3 -3
- package/modal/public-api.d.ts +1 -1
- package/number/index.d.ts +5 -1
- package/number/lib/number.pipe.d.ts +1 -1
- package/number/public-api.d.ts +1 -1
- package/option/index.d.ts +5 -1
- package/option/lib/item/option-item.component.d.ts +1 -1
- package/option/lib/item/tree-option-item.component.d.ts +1 -1
- package/option/lib/operator/feeder/option-feeder.component.d.ts +1 -1
- package/option/lib/operator/feeder/tree-option-feeder.component.d.ts +1 -1
- package/option/lib/operator/for-groups/for-groups.directive.d.ts +1 -1
- package/option/lib/operator/for-options/for-options.directive.d.ts +1 -1
- package/option/lib/operator/for-options/for-tree-options.directive.d.ts +1 -1
- package/option/lib/operator/pager/option-pager.component.d.ts +1 -1
- package/option/lib/operator/pager/tree-option-pager.component.d.ts +1 -1
- package/option/lib/operator/searcher/option-searcher.component.d.ts +2 -2
- package/option/lib/operator/searcher/tree-option-searcher.component.d.ts +2 -2
- package/option/lib/picker/option-picker-advanced.component.d.ts +2 -2
- package/option/lib/picker/option-picker.component.d.ts +2 -2
- package/option/lib/picker/tree-option-picker-advanced.component.d.ts +2 -2
- package/option/lib/picker/tree-option-picker.component.d.ts +2 -2
- package/option/lib/placeholder/option-placeholder.component.d.ts +1 -1
- package/option/lib/selector/all/select-all.component.d.ts +1 -1
- package/option/lib/selector/all/tree-select-all.component.d.ts +1 -1
- package/option/public-api.d.ts +1 -1
- package/package.json +28 -28
- package/picker/index.d.ts +5 -1
- package/picker/public-api.d.ts +1 -1
- package/popover/index.d.ts +5 -1
- package/popover/lib/panel/popover-panel.component.d.ts +1 -1
- package/popover/lib/target/popover-target.directive.d.ts +1 -1
- package/popover/lib/trigger/popover-trigger.directive.d.ts +1 -1
- package/popover/public-api.d.ts +1 -1
- package/popup/index.d.ts +5 -1
- package/popup/public-api.d.ts +1 -1
- package/qualification/index.d.ts +5 -1
- package/qualification/lib/select/input/qualification-select-input.component.d.ts +1 -1
- package/qualification/public-api.d.ts +1 -1
- package/safe-content/index.d.ts +5 -1
- package/safe-content/lib/safe-content.pipe.d.ts +1 -1
- package/safe-content/public-api.d.ts +1 -1
- package/scroll/index.d.ts +5 -1
- package/scroll/lib/scroll.directive.d.ts +1 -1
- package/scroll/public-api.d.ts +1 -1
- package/select/index.d.ts +5 -1
- package/select/lib/input/select-input.component.d.ts +2 -2
- package/select/public-api.d.ts +1 -1
- package/sidepanel/index.d.ts +5 -1
- package/sidepanel/lib/sidepanel-panel.component.d.ts +2 -2
- package/sidepanel/public-api.d.ts +1 -1
- package/style/_components.scss +2 -2
- package/style/_definitions.scss +1 -1
- package/style/_theming.overridable.scss +15 -15
- package/style/_theming.scss +9 -9
- package/style/components/_dropdown.scss +86 -21
- package/style/components/_input.scss +50 -50
- package/style/components/_picker.scss +17 -13
- package/style/components/_popover.scss +5 -4
- package/style/components/_popup.scss +40 -48
- package/style/components/_sidepanel.scss +10 -21
- package/style/components/cdk/_dragDrop.scss +20 -12
- package/style/components/cdk/_global.scss +10 -7
- package/style/components/cdk/_misc.scss +2 -2
- package/style/components/cdk/_overlay.scss +4 -12
- package/style/components/cdk/_textarea.scss +2 -6
- package/style/definitions/option/_option-item.scss +46 -53
- package/style/definitions/option/_option-placeholder.scss +4 -2
- package/style/definitions/option/_option-searcher.scss +30 -10
- package/style/definitions/option/_option-selector.scss +4 -4
- package/style/definitions/select/_select-clearer.scss +36 -17
- package/style/definitions/select/_select-input.scss +126 -87
- package/style/definitions/tooltip/_tooltip.scss +13 -13
- package/style/definitions/user/user-picture.scss +16 -55
- package/style/definitions/user/user-tile.scss +18 -42
- package/style/main.overridable.scss +3 -3
- package/style/main.scss +1 -1
- package/style/theme/_calendar.theme.scss +4 -4
- package/style/theme/_dropdown.theme.scss +6 -6
- package/style/theme/_options.theme.scss +25 -25
- package/style/theme/_popup.theme.scss +26 -26
- package/style/theme/_select.theme.scss +24 -24
- package/style/theme/_tooltip.theme.scss +7 -7
- package/style/theme/_user-picture.theme.scss +34 -34
- package/title/index.d.ts +5 -1
- package/title/public-api.d.ts +1 -1
- package/toast/{lucca-front-ng-toast.d.ts → index.d.ts} +0 -0
- package/toast/toasts.component.d.ts +1 -1
- package/tooltip/index.d.ts +5 -1
- package/tooltip/lib/panel/tooltip-panel.component.d.ts +1 -1
- package/tooltip/lib/trigger/tooltip-trigger.directive.d.ts +3 -3
- package/tooltip/public-api.d.ts +1 -1
- package/user/index.d.ts +5 -1
- package/user/lib/display/user-display.pipe.d.ts +1 -1
- package/user/lib/picture/user-picture.component.d.ts +1 -1
- package/user/lib/select/homonyms/user-homonyms.component.d.ts +1 -1
- package/user/lib/select/input/user-select-input.component.d.ts +1 -1
- package/user/lib/select/me/me-option.directive.d.ts +1 -1
- package/user/lib/select/searcher/user-searcher.component.d.ts +1 -1
- package/user/lib/tile/user-tile.component.d.ts +1 -1
- package/user/public-api.d.ts +1 -1
- package/animations/lucca-front-ng-animations.d.ts +0 -5
- package/animations/package.json +0 -10
- package/api/lucca-front-ng-api.d.ts +0 -5
- package/api/package.json +0 -10
- package/core/lucca-front-ng-core.d.ts +0 -5
- package/core/package.json +0 -10
- package/date/lucca-front-ng-date.d.ts +0 -5
- package/date/package.json +0 -10
- package/department/lucca-front-ng-department.d.ts +0 -5
- package/department/package.json +0 -10
- package/dropdown/package.json +0 -10
- package/esm2020/animations/index.mjs +0 -2
- package/esm2020/api/index.mjs +0 -2
- package/esm2020/core/index.mjs +0 -2
- package/esm2020/date/index.mjs +0 -2
- package/esm2020/department/index.mjs +0 -2
- package/esm2020/establishment/index.mjs +0 -2
- package/esm2020/formly/index.mjs +0 -2
- package/esm2020/input/index.mjs +0 -2
- package/esm2020/material/index.mjs +0 -2
- package/esm2020/modal/index.mjs +0 -2
- package/esm2020/number/index.mjs +0 -2
- package/esm2020/option/index.mjs +0 -2
- package/esm2020/picker/index.mjs +0 -2
- package/esm2020/popover/index.mjs +0 -2
- package/esm2020/popup/index.mjs +0 -2
- package/esm2020/qualification/index.mjs +0 -2
- package/esm2020/safe-content/index.mjs +0 -2
- package/esm2020/scroll/index.mjs +0 -2
- package/esm2020/select/index.mjs +0 -2
- package/esm2020/sidepanel/index.mjs +0 -2
- package/esm2020/title/index.mjs +0 -2
- package/esm2020/tooltip/index.mjs +0 -2
- package/esm2020/user/index.mjs +0 -2
- package/establishment/lucca-front-ng-establishment.d.ts +0 -5
- package/establishment/package.json +0 -10
- package/formly/lucca-front-ng-formly.d.ts +0 -5
- package/formly/package.json +0 -10
- package/input/lucca-front-ng-input.d.ts +0 -5
- package/input/package.json +0 -10
- package/material/lucca-front-ng-material.d.ts +0 -5
- package/material/package.json +0 -10
- package/modal/lucca-front-ng-modal.d.ts +0 -5
- package/modal/package.json +0 -10
- package/number/lucca-front-ng-number.d.ts +0 -5
- package/number/package.json +0 -10
- package/option/lucca-front-ng-option.d.ts +0 -5
- package/option/package.json +0 -10
- package/picker/lucca-front-ng-picker.d.ts +0 -5
- package/picker/package.json +0 -10
- package/popover/lucca-front-ng-popover.d.ts +0 -5
- package/popover/package.json +0 -10
- package/popup/lucca-front-ng-popup.d.ts +0 -5
- package/popup/package.json +0 -10
- package/qualification/lucca-front-ng-qualification.d.ts +0 -5
- package/qualification/package.json +0 -10
- package/safe-content/lucca-front-ng-safe-content.d.ts +0 -5
- package/safe-content/package.json +0 -10
- package/scroll/lucca-front-ng-scroll.d.ts +0 -5
- package/scroll/package.json +0 -10
- package/select/lucca-front-ng-select.d.ts +0 -5
- package/select/package.json +0 -10
- package/sidepanel/lucca-front-ng-sidepanel.d.ts +0 -5
- package/sidepanel/package.json +0 -10
- package/style/components/_calendar.scss +0 -3
- package/title/lucca-front-ng-title.d.ts +0 -5
- package/title/package.json +0 -10
- package/toast/package.json +0 -10
- package/tooltip/lucca-front-ng-tooltip.d.ts +0 -5
- package/tooltip/package.json +0 -10
- package/user/lucca-front-ng-user.d.ts +0 -5
- package/user/package.json +0 -10
package/animations/index.d.ts
CHANGED
|
@@ -1 +1 @@
|
|
|
1
|
-
export * from './index';
|
|
1
|
+
export * from './lib/index';
|
package/api/index.d.ts
CHANGED
|
@@ -14,5 +14,5 @@ export declare class LuApiFeederComponent<T extends ILuApiItem = ILuApiItem> ext
|
|
|
14
14
|
set filters(filters: string[]);
|
|
15
15
|
set orderBy(orderBy: string);
|
|
16
16
|
static ɵfac: i0.ɵɵFactoryDeclaration<LuApiFeederComponent<any>, [{ optional: true; skipSelf: true; }, { self: true; }]>;
|
|
17
|
-
static ɵcmp: i0.ɵɵComponentDeclaration<LuApiFeederComponent<any>, "lu-api-feeder", never, { "standard": "standard"; "api": "api"; "fields": "fields"; "filters": "filters"; "orderBy": "orderBy"; }, {}, never, never>;
|
|
17
|
+
static ɵcmp: i0.ɵɵComponentDeclaration<LuApiFeederComponent<any>, "lu-api-feeder", never, { "standard": "standard"; "api": "api"; "fields": "fields"; "filters": "filters"; "orderBy": "orderBy"; }, {}, never, never, false>;
|
|
18
18
|
}
|
|
@@ -28,5 +28,5 @@ export declare class LuApiSelectInputComponent<T extends import('../../api.model
|
|
|
28
28
|
byId: LuOptionComparer<T>;
|
|
29
29
|
constructor(_changeDetectorRef: ChangeDetectorRef, _overlay: Overlay, _elementRef: ElementRef<HTMLElement>, _viewContainerRef: ViewContainerRef, _renderer: Renderer2);
|
|
30
30
|
static ɵfac: i0.ɵɵFactoryDeclaration<LuApiSelectInputComponent<any>, never>;
|
|
31
|
-
static ɵcmp: i0.ɵɵComponentDeclaration<LuApiSelectInputComponent<any>, "lu-api-select", never, { "standard": "standard"; "api": "api"; "fields": "fields"; "filters": "filters"; "orderBy": "orderBy"; "sort": "sort"; }, {}, never, never>;
|
|
31
|
+
static ɵcmp: i0.ɵɵComponentDeclaration<LuApiSelectInputComponent<any>, "lu-api-select", never, { "standard": "standard"; "api": "api"; "fields": "fields"; "filters": "filters"; "orderBy": "orderBy"; "sort": "sort"; }, {}, never, never, false>;
|
|
32
32
|
}
|
|
@@ -14,5 +14,5 @@ export declare class LuApiPagerComponent<T extends ILuApiItem = ILuApiItem> exte
|
|
|
14
14
|
set orderBy(orderBy: string);
|
|
15
15
|
ngOnInit(): void;
|
|
16
16
|
static ɵfac: i0.ɵɵFactoryDeclaration<LuApiPagerComponent<any>, [{ optional: true; skipSelf: true; }, { self: true; }]>;
|
|
17
|
-
static ɵcmp: i0.ɵɵComponentDeclaration<LuApiPagerComponent<any>, "lu-api-pager", never, { "standard": "standard"; "api": "api"; "fields": "fields"; "filters": "filters"; "orderBy": "orderBy"; }, {}, never, never>;
|
|
17
|
+
static ɵcmp: i0.ɵɵComponentDeclaration<LuApiPagerComponent<any>, "lu-api-pager", never, { "standard": "standard"; "api": "api"; "fields": "fields"; "filters": "filters"; "orderBy": "orderBy"; }, {}, never, never, false>;
|
|
18
18
|
}
|
|
@@ -18,7 +18,7 @@ export declare class LuApiSearcherComponent<T extends import('../../api.model').
|
|
|
18
18
|
onOpen(): void;
|
|
19
19
|
resetClue(): void;
|
|
20
20
|
static ɵfac: i0.ɵɵFactoryDeclaration<LuApiSearcherComponent<any>, [{ optional: true; skipSelf: true; }, { self: true; }]>;
|
|
21
|
-
static ɵcmp: i0.ɵɵComponentDeclaration<LuApiSearcherComponent<any>, "lu-api-searcher", never, { "standard": "standard"; "api": "api"; "fields": "fields"; "filters": "filters"; "orderBy": "orderBy"; "sort": "sort"; "debounceTime": "debounceTime"; }, {}, never, never>;
|
|
21
|
+
static ɵcmp: i0.ɵɵComponentDeclaration<LuApiSearcherComponent<any>, "lu-api-searcher", never, { "standard": "standard"; "api": "api"; "fields": "fields"; "filters": "filters"; "orderBy": "orderBy"; "sort": "sort"; "debounceTime": "debounceTime"; }, {}, never, never, false>;
|
|
22
22
|
}
|
|
23
23
|
export declare class LuApiPagedSearcherComponent<T extends import('../../api.model').ILuApiItem = import('../../api.model').ILuApiItem> extends ALuApiOptionPagedSearcher<T, LuApiHybridService<T>> implements OnInit {
|
|
24
24
|
searchInput: ElementRef<HTMLElement>;
|
|
@@ -35,5 +35,5 @@ export declare class LuApiPagedSearcherComponent<T extends import('../../api.mod
|
|
|
35
35
|
onOpen(): void;
|
|
36
36
|
resetClue(): void;
|
|
37
37
|
static ɵfac: i0.ɵɵFactoryDeclaration<LuApiPagedSearcherComponent<any>, [{ optional: true; skipSelf: true; }, { self: true; }]>;
|
|
38
|
-
static ɵcmp: i0.ɵɵComponentDeclaration<LuApiPagedSearcherComponent<any>, "lu-api-paged-searcher", never, { "standard": "standard"; "api": "api"; "fields": "fields"; "filters": "filters"; "orderBy": "orderBy"; "sort": "sort"; "debounceTime": "debounceTime"; }, {}, never, never>;
|
|
38
|
+
static ɵcmp: i0.ɵɵComponentDeclaration<LuApiPagedSearcherComponent<any>, "lu-api-paged-searcher", never, { "standard": "standard"; "api": "api"; "fields": "fields"; "filters": "filters"; "orderBy": "orderBy"; "sort": "sort"; "debounceTime": "debounceTime"; }, {}, never, never, false>;
|
|
39
39
|
}
|
package/api/public-api.d.ts
CHANGED
|
@@ -1 +1 @@
|
|
|
1
|
-
export * from './index';
|
|
1
|
+
export * from './lib/index';
|
package/core/index.d.ts
CHANGED
package/core/public-api.d.ts
CHANGED
|
@@ -1 +1 @@
|
|
|
1
|
-
export * from './index';
|
|
1
|
+
export * from './lib/index';
|
package/date/index.d.ts
CHANGED
|
@@ -6,5 +6,5 @@ export declare class LuDateAdapterPipe<D> implements PipeTransform {
|
|
|
6
6
|
constructor(_adapter: ALuDateAdapter<D>);
|
|
7
7
|
transform(d: D, format?: string): string;
|
|
8
8
|
static ɵfac: i0.ɵɵFactoryDeclaration<LuDateAdapterPipe<any>, never>;
|
|
9
|
-
static ɵpipe: i0.ɵɵPipeDeclaration<LuDateAdapterPipe<any>, "luDate">;
|
|
9
|
+
static ɵpipe: i0.ɵɵPipeDeclaration<LuDateAdapterPipe<any>, "luDate", false>;
|
|
10
10
|
}
|
|
@@ -45,5 +45,5 @@ export declare class LuCalendarInputComponent<D> extends ALuInput<D> implements
|
|
|
45
45
|
protected previousDecade(): void;
|
|
46
46
|
validate(control: AbstractControl): ValidationErrors | null;
|
|
47
47
|
static ɵfac: i0.ɵɵFactoryDeclaration<LuCalendarInputComponent<any>, never>;
|
|
48
|
-
static ɵcmp: i0.ɵɵComponentDeclaration<LuCalendarInputComponent<any>, "lu-calendar", never, { "min": "min"; "max": "max"; "granularity": "granularity"; "startOn": "startOn"; }, {}, never, never>;
|
|
48
|
+
static ɵcmp: i0.ɵɵComponentDeclaration<LuCalendarInputComponent<any>, "lu-calendar", never, { "min": "min"; "max": "max"; "granularity": "granularity"; "startOn": "startOn"; }, {}, never, never, false>;
|
|
49
49
|
}
|
|
@@ -21,5 +21,5 @@ export declare class LuDateInputDirective<D> extends ALuInput<D, HTMLInputElemen
|
|
|
21
21
|
onBlur(): void;
|
|
22
22
|
validate(control: AbstractControl): ValidationErrors | null;
|
|
23
23
|
static ɵfac: i0.ɵɵFactoryDeclaration<LuDateInputDirective<any>, never>;
|
|
24
|
-
static ɵdir: i0.ɵɵDirectiveDeclaration<LuDateInputDirective<any>, "input[luDateInput]", never, { "min": "min"; "max": "max"; "granularity": "granularity"; "placeholder": "placeholder"; }, {}, never>;
|
|
24
|
+
static ɵdir: i0.ɵɵDirectiveDeclaration<LuDateInputDirective<any>, "input[luDateInput]", never, { "min": "min"; "max": "max"; "granularity": "granularity"; "placeholder": "placeholder"; }, {}, never, never, false>;
|
|
25
25
|
}
|
|
@@ -25,5 +25,5 @@ export declare class LuDatePickerComponent<D = Date> extends ALuPickerPanel<D> {
|
|
|
25
25
|
_onEnter(): void;
|
|
26
26
|
_handleKeydown(event: KeyboardEvent): void;
|
|
27
27
|
static ɵfac: i0.ɵɵFactoryDeclaration<LuDatePickerComponent<any>, never>;
|
|
28
|
-
static ɵcmp: i0.ɵɵComponentDeclaration<LuDatePickerComponent<any>, "lu-date-picker", ["LuDatePicker"], { "min": "min"; "max": "max"; "granularity": "granularity"; "startOn": "startOn"; }, { "close": "close"; "open": "open"; "hovered": "hovered"; "onSelectValue": "onSelectValue"; }, never, never>;
|
|
28
|
+
static ɵcmp: i0.ɵɵComponentDeclaration<LuDatePickerComponent<any>, "lu-date-picker", ["LuDatePicker"], { "min": "min"; "max": "max"; "granularity": "granularity"; "startOn": "startOn"; }, { "close": "close"; "open": "open"; "hovered": "hovered"; "onSelectValue": "onSelectValue"; }, never, never, false>;
|
|
29
29
|
}
|
|
@@ -24,5 +24,5 @@ export declare class LuDateSelectInputComponent<D> extends ALuSelectInputCompone
|
|
|
24
24
|
constructor(_changeDetectorRef: ChangeDetectorRef, _overlay: Overlay, _elementRef: ElementRef<HTMLElement>, _viewContainerRef: ViewContainerRef, _renderer: Renderer2, _adapter: ALuDateAdapter<D>, _intl: ILuDateSelectInputLabel);
|
|
25
25
|
validate(control: AbstractControl): ValidationErrors | null;
|
|
26
26
|
static ɵfac: i0.ɵɵFactoryDeclaration<LuDateSelectInputComponent<any>, never>;
|
|
27
|
-
static ɵcmp: i0.ɵɵComponentDeclaration<LuDateSelectInputComponent<any>, "lu-date-select", never, { "min": "min"; "max": "max"; "granularity": "granularity"; "inputPlaceholder": "placeholder"; "hideClearer": "hideClearer"; "startOn": "startOn"; }, {}, never, never>;
|
|
27
|
+
static ɵcmp: i0.ɵɵComponentDeclaration<LuDateSelectInputComponent<any>, "lu-date-select", never, { "min": "min"; "max": "max"; "granularity": "granularity"; "inputPlaceholder": "placeholder"; "hideClearer": "hideClearer"; "startOn": "startOn"; }, {}, never, never, false>;
|
|
28
28
|
}
|
package/date/public-api.d.ts
CHANGED
|
@@ -1 +1 @@
|
|
|
1
|
-
export * from './index';
|
|
1
|
+
export * from './lib/index';
|
package/department/index.d.ts
CHANGED
|
@@ -15,5 +15,5 @@ export declare class LuDepartmentFeederComponent extends ALuTreeOptionOperator<I
|
|
|
15
15
|
constructor(hostService: LuDepartmentV3Service, selfService: LuDepartmentV3Service);
|
|
16
16
|
onOpen(): void;
|
|
17
17
|
static ɵfac: i0.ɵɵFactoryDeclaration<LuDepartmentFeederComponent, [{ optional: true; skipSelf: true; }, { self: true; }]>;
|
|
18
|
-
static ɵcmp: i0.ɵɵComponentDeclaration<LuDepartmentFeederComponent, "lu-department-feeder", never, { "appInstanceId": "appInstanceId"; "operations": "operations"; "filters": "filters"; }, {}, never, never>;
|
|
18
|
+
static ɵcmp: i0.ɵɵComponentDeclaration<LuDepartmentFeederComponent, "lu-department-feeder", never, { "appInstanceId": "appInstanceId"; "operations": "operations"; "filters": "filters"; }, {}, never, never, false>;
|
|
19
19
|
}
|
|
@@ -20,5 +20,5 @@ export declare class LuDepartmentSelectInputComponent<D extends import('../../de
|
|
|
20
20
|
constructor(_changeDetectorRef: ChangeDetectorRef, _overlay: Overlay, _elementRef: ElementRef<HTMLElement>, _viewContainerRef: ViewContainerRef, _renderer: Renderer2, intl: ILuDepartmentSelectInputLabel);
|
|
21
21
|
searchFn(o: D, c: string): boolean;
|
|
22
22
|
static ɵfac: i0.ɵɵFactoryDeclaration<LuDepartmentSelectInputComponent<any, any>, never>;
|
|
23
|
-
static ɵcmp: i0.ɵɵComponentDeclaration<LuDepartmentSelectInputComponent<any, any>, "lu-department-select", never, { "appInstanceId": "appInstanceId"; "operations": "operations"; "filters": "filters"; }, {}, never, never>;
|
|
23
|
+
static ɵcmp: i0.ɵɵComponentDeclaration<LuDepartmentSelectInputComponent<any, any>, "lu-department-select", never, { "appInstanceId": "appInstanceId"; "operations": "operations"; "filters": "filters"; }, {}, never, never, false>;
|
|
24
24
|
}
|
|
@@ -1 +1 @@
|
|
|
1
|
-
export * from './index';
|
|
1
|
+
export * from './lib/index';
|
|
File without changes
|
|
@@ -10,5 +10,5 @@ export declare class LuDropdownItemDirective extends ALuDropdownItem implements
|
|
|
10
10
|
focus(): void;
|
|
11
11
|
ngOnDestroy(): void;
|
|
12
12
|
static ɵfac: i0.ɵɵFactoryDeclaration<LuDropdownItemDirective, never>;
|
|
13
|
-
static ɵdir: i0.ɵɵDirectiveDeclaration<LuDropdownItemDirective, "[luDropdownItem]", ["LuDropdownItem"], {}, { "onSelect": "onSelect"; }, never>;
|
|
13
|
+
static ɵdir: i0.ɵɵDirectiveDeclaration<LuDropdownItemDirective, "[luDropdownItem]", ["LuDropdownItem"], {}, { "onSelect": "onSelect"; }, never, never, false>;
|
|
14
14
|
}
|
|
@@ -36,5 +36,5 @@ export declare class LuDropdownPanelComponent extends ALuPopoverPanel implements
|
|
|
36
36
|
onOpen(): void;
|
|
37
37
|
private focusFirstItem;
|
|
38
38
|
static ɵfac: i0.ɵɵFactoryDeclaration<LuDropdownPanelComponent, never>;
|
|
39
|
-
static ɵcmp: i0.ɵɵComponentDeclaration<LuDropdownPanelComponent, "lu-dropdown", ["LuDropdownPanel"], { "inputPanelClasses": "panel-classes"; "inputContentClasses": "content-classes"; }, { "close": "close"; "open": "open"; "hovered": "hovered"; }, ["optionsQL"], ["*"]>;
|
|
39
|
+
static ɵcmp: i0.ɵɵComponentDeclaration<LuDropdownPanelComponent, "lu-dropdown", ["LuDropdownPanel"], { "inputPanelClasses": "panel-classes"; "inputContentClasses": "content-classes"; }, { "close": "close"; "open": "open"; "hovered": "hovered"; }, ["optionsQL"], ["*"], false>;
|
|
40
40
|
}
|
|
@@ -38,5 +38,5 @@ export declare class LuDropdownTriggerDirective<TPanel extends ILuDropdownPanel
|
|
|
38
38
|
protected _emitOpen(): void;
|
|
39
39
|
protected _emitClose(): void;
|
|
40
40
|
static ɵfac: i0.ɵɵFactoryDeclaration<LuDropdownTriggerDirective<any>, never>;
|
|
41
|
-
static ɵdir: i0.ɵɵDirectiveDeclaration<LuDropdownTriggerDirective<any>, "[luDropdown]", ["LuDropdownTrigger"], { "inputPanel": "luDropdown"; "inputPosition": "luDropdownPosition"; "inputAlignment": "luDropdownAlignment"; "inputDisabled": "luDropdownDisabled"; "inputOverlap": "luDropdownOverlap"; }, { "onOpen": "luDropdownOnOpen"; "onClose": "luDropdownOnClose"; }, never>;
|
|
41
|
+
static ɵdir: i0.ɵɵDirectiveDeclaration<LuDropdownTriggerDirective<any>, "[luDropdown]", ["LuDropdownTrigger"], { "inputPanel": "luDropdown"; "inputPosition": "luDropdownPosition"; "inputAlignment": "luDropdownAlignment"; "inputDisabled": "luDropdownDisabled"; "inputOverlap": "luDropdownOverlap"; }, { "onOpen": "luDropdownOnOpen"; "onClose": "luDropdownOnClose"; }, never, never, false>;
|
|
42
42
|
}
|
|
@@ -1,5 +1,5 @@
|
|
|
1
1
|
/*
|
|
2
2
|
* Public API Surface of animations
|
|
3
3
|
*/
|
|
4
|
-
export * from './index';
|
|
5
|
-
//# sourceMappingURL=data:application/json;base64,
|
|
4
|
+
export * from './lib/index';
|
|
5
|
+
//# sourceMappingURL=data:application/json;base64,eyJ2ZXJzaW9uIjozLCJmaWxlIjoicHVibGljLWFwaS5qcyIsInNvdXJjZVJvb3QiOiIiLCJzb3VyY2VzIjpbIi4uLy4uLy4uLy4uL3BhY2thZ2VzL25nL2FuaW1hdGlvbnMvc3JjL3B1YmxpYy1hcGkudHMiXSwibmFtZXMiOltdLCJtYXBwaW5ncyI6IkFBQUE7O0dBRUc7QUFFSCxjQUFjLGFBQWEsQ0FBQyIsInNvdXJjZXNDb250ZW50IjpbIi8qXHJcbiAqIFB1YmxpYyBBUEkgU3VyZmFjZSBvZiBhbmltYXRpb25zXHJcbiAqL1xyXG5cclxuZXhwb3J0ICogZnJvbSAnLi9saWIvaW5kZXgnO1xyXG4iXX0=
|
|
@@ -3,14 +3,14 @@ import { LuApiSelectModule } from './select/index';
|
|
|
3
3
|
import * as i0 from "@angular/core";
|
|
4
4
|
export class LuApiModule {
|
|
5
5
|
}
|
|
6
|
-
LuApiModule.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "
|
|
7
|
-
LuApiModule.ɵmod = i0.ɵɵngDeclareNgModule({ minVersion: "
|
|
8
|
-
LuApiModule.ɵinj = i0.ɵɵngDeclareInjector({ minVersion: "12.0.0", version: "
|
|
9
|
-
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "
|
|
6
|
+
LuApiModule.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "14.0.0", ngImport: i0, type: LuApiModule, deps: [], target: i0.ɵɵFactoryTarget.NgModule });
|
|
7
|
+
LuApiModule.ɵmod = i0.ɵɵngDeclareNgModule({ minVersion: "14.0.0", version: "14.0.0", ngImport: i0, type: LuApiModule, imports: [LuApiSelectModule], exports: [LuApiSelectModule] });
|
|
8
|
+
LuApiModule.ɵinj = i0.ɵɵngDeclareInjector({ minVersion: "12.0.0", version: "14.0.0", ngImport: i0, type: LuApiModule, imports: [LuApiSelectModule, LuApiSelectModule] });
|
|
9
|
+
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "14.0.0", ngImport: i0, type: LuApiModule, decorators: [{
|
|
10
10
|
type: NgModule,
|
|
11
11
|
args: [{
|
|
12
12
|
imports: [LuApiSelectModule],
|
|
13
13
|
exports: [LuApiSelectModule],
|
|
14
14
|
}]
|
|
15
15
|
}] });
|
|
16
|
-
//# sourceMappingURL=data:application/json;base64,
|
|
16
|
+
//# sourceMappingURL=data:application/json;base64,eyJ2ZXJzaW9uIjozLCJmaWxlIjoiYXBpLm1vZHVsZS5qcyIsInNvdXJjZVJvb3QiOiIiLCJzb3VyY2VzIjpbIi4uLy4uLy4uLy4uLy4uL3BhY2thZ2VzL25nL2FwaS9zcmMvbGliL2FwaS5tb2R1bGUudHMiXSwibmFtZXMiOltdLCJtYXBwaW5ncyI6IkFBQUEsT0FBTyxFQUFFLFFBQVEsRUFBRSxNQUFNLGVBQWUsQ0FBQztBQUN6QyxPQUFPLEVBQUUsaUJBQWlCLEVBQUUsTUFBTSxnQkFBZ0IsQ0FBQzs7QUFNbkQsTUFBTSxPQUFPLFdBQVc7O3dHQUFYLFdBQVc7eUdBQVgsV0FBVyxZQUhiLGlCQUFpQixhQUNqQixpQkFBaUI7eUdBRWYsV0FBVyxZQUhiLGlCQUFpQixFQUNqQixpQkFBaUI7MkZBRWYsV0FBVztrQkFKdkIsUUFBUTttQkFBQztvQkFDVCxPQUFPLEVBQUUsQ0FBQyxpQkFBaUIsQ0FBQztvQkFDNUIsT0FBTyxFQUFFLENBQUMsaUJBQWlCLENBQUM7aUJBQzVCIiwic291cmNlc0NvbnRlbnQiOlsiaW1wb3J0IHsgTmdNb2R1bGUgfSBmcm9tICdAYW5ndWxhci9jb3JlJztcclxuaW1wb3J0IHsgTHVBcGlTZWxlY3RNb2R1bGUgfSBmcm9tICcuL3NlbGVjdC9pbmRleCc7XHJcblxyXG5ATmdNb2R1bGUoe1xyXG5cdGltcG9ydHM6IFtMdUFwaVNlbGVjdE1vZHVsZV0sXHJcblx0ZXhwb3J0czogW0x1QXBpU2VsZWN0TW9kdWxlXSxcclxufSlcclxuZXhwb3J0IGNsYXNzIEx1QXBpTW9kdWxlIHt9XHJcbiJdfQ==
|
|
@@ -6,14 +6,14 @@ import { LuApiSearcherModule } from './searcher/index';
|
|
|
6
6
|
import * as i0 from "@angular/core";
|
|
7
7
|
export class LuApiSelectModule {
|
|
8
8
|
}
|
|
9
|
-
LuApiSelectModule.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "
|
|
10
|
-
LuApiSelectModule.ɵmod = i0.ɵɵngDeclareNgModule({ minVersion: "
|
|
11
|
-
LuApiSelectModule.ɵinj = i0.ɵɵngDeclareInjector({ minVersion: "12.0.0", version: "
|
|
12
|
-
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "
|
|
9
|
+
LuApiSelectModule.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "14.0.0", ngImport: i0, type: LuApiSelectModule, deps: [], target: i0.ɵɵFactoryTarget.NgModule });
|
|
10
|
+
LuApiSelectModule.ɵmod = i0.ɵɵngDeclareNgModule({ minVersion: "14.0.0", version: "14.0.0", ngImport: i0, type: LuApiSelectModule, imports: [LuApiFeederModule, LuApiSearcherModule, LuApiPagerModule, LuApiSelectInputModule], exports: [LuApiFeederModule, LuApiSearcherModule, LuApiPagerModule, LuApiSelectInputModule] });
|
|
11
|
+
LuApiSelectModule.ɵinj = i0.ɵɵngDeclareInjector({ minVersion: "12.0.0", version: "14.0.0", ngImport: i0, type: LuApiSelectModule, imports: [LuApiFeederModule, LuApiSearcherModule, LuApiPagerModule, LuApiSelectInputModule, LuApiFeederModule, LuApiSearcherModule, LuApiPagerModule, LuApiSelectInputModule] });
|
|
12
|
+
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "14.0.0", ngImport: i0, type: LuApiSelectModule, decorators: [{
|
|
13
13
|
type: NgModule,
|
|
14
14
|
args: [{
|
|
15
15
|
imports: [LuApiFeederModule, LuApiSearcherModule, LuApiPagerModule, LuApiSelectInputModule],
|
|
16
16
|
exports: [LuApiFeederModule, LuApiSearcherModule, LuApiPagerModule, LuApiSelectInputModule],
|
|
17
17
|
}]
|
|
18
18
|
}] });
|
|
19
|
-
//# sourceMappingURL=data:application/json;base64,
|
|
19
|
+
//# sourceMappingURL=data:application/json;base64,eyJ2ZXJzaW9uIjozLCJmaWxlIjoiYXBpLXNlbGVjdC5tb2R1bGUuanMiLCJzb3VyY2VSb290IjoiIiwic291cmNlcyI6WyIuLi8uLi8uLi8uLi8uLi8uLi9wYWNrYWdlcy9uZy9hcGkvc3JjL2xpYi9zZWxlY3QvYXBpLXNlbGVjdC5tb2R1bGUudHMiXSwibmFtZXMiOltdLCJtYXBwaW5ncyI6IkFBQUEsT0FBTyxFQUFFLFFBQVEsRUFBRSxNQUFNLGVBQWUsQ0FBQztBQUN6QyxPQUFPLEVBQUUsaUJBQWlCLEVBQUUsTUFBTSxnQkFBZ0IsQ0FBQztBQUNuRCxPQUFPLEVBQUUsc0JBQXNCLEVBQUUsTUFBTSxlQUFlLENBQUM7QUFDdkQsT0FBTyxFQUFFLGdCQUFnQixFQUFFLE1BQU0sZUFBZSxDQUFDO0FBQ2pELE9BQU8sRUFBRSxtQkFBbUIsRUFBRSxNQUFNLGtCQUFrQixDQUFDOztBQU12RCxNQUFNLE9BQU8saUJBQWlCOzs4R0FBakIsaUJBQWlCOytHQUFqQixpQkFBaUIsWUFIbkIsaUJBQWlCLEVBQUUsbUJBQW1CLEVBQUUsZ0JBQWdCLEVBQUUsc0JBQXNCLGFBQ2hGLGlCQUFpQixFQUFFLG1CQUFtQixFQUFFLGdCQUFnQixFQUFFLHNCQUFzQjsrR0FFOUUsaUJBQWlCLFlBSG5CLGlCQUFpQixFQUFFLG1CQUFtQixFQUFFLGdCQUFnQixFQUFFLHNCQUFzQixFQUNoRixpQkFBaUIsRUFBRSxtQkFBbUIsRUFBRSxnQkFBZ0IsRUFBRSxzQkFBc0I7MkZBRTlFLGlCQUFpQjtrQkFKN0IsUUFBUTttQkFBQztvQkFDVCxPQUFPLEVBQUUsQ0FBQyxpQkFBaUIsRUFBRSxtQkFBbUIsRUFBRSxnQkFBZ0IsRUFBRSxzQkFBc0IsQ0FBQztvQkFDM0YsT0FBTyxFQUFFLENBQUMsaUJBQWlCLEVBQUUsbUJBQW1CLEVBQUUsZ0JBQWdCLEVBQUUsc0JBQXNCLENBQUM7aUJBQzNGIiwic291cmNlc0NvbnRlbnQiOlsiaW1wb3J0IHsgTmdNb2R1bGUgfSBmcm9tICdAYW5ndWxhci9jb3JlJztcclxuaW1wb3J0IHsgTHVBcGlGZWVkZXJNb2R1bGUgfSBmcm9tICcuL2ZlZWRlci9pbmRleCc7XHJcbmltcG9ydCB7IEx1QXBpU2VsZWN0SW5wdXRNb2R1bGUgfSBmcm9tICcuL2lucHV0L2luZGV4JztcclxuaW1wb3J0IHsgTHVBcGlQYWdlck1vZHVsZSB9IGZyb20gJy4vcGFnZXIvaW5kZXgnO1xyXG5pbXBvcnQgeyBMdUFwaVNlYXJjaGVyTW9kdWxlIH0gZnJvbSAnLi9zZWFyY2hlci9pbmRleCc7XHJcblxyXG5ATmdNb2R1bGUoe1xyXG5cdGltcG9ydHM6IFtMdUFwaUZlZWRlck1vZHVsZSwgTHVBcGlTZWFyY2hlck1vZHVsZSwgTHVBcGlQYWdlck1vZHVsZSwgTHVBcGlTZWxlY3RJbnB1dE1vZHVsZV0sXHJcblx0ZXhwb3J0czogW0x1QXBpRmVlZGVyTW9kdWxlLCBMdUFwaVNlYXJjaGVyTW9kdWxlLCBMdUFwaVBhZ2VyTW9kdWxlLCBMdUFwaVNlbGVjdElucHV0TW9kdWxlXSxcclxufSlcclxuZXhwb3J0IGNsYXNzIEx1QXBpU2VsZWN0TW9kdWxlIHt9XHJcbiJdfQ==
|
|
@@ -27,8 +27,8 @@ export class LuApiFeederComponent extends ALuApiOptionFeeder {
|
|
|
27
27
|
this._service.orderBy = orderBy;
|
|
28
28
|
}
|
|
29
29
|
}
|
|
30
|
-
LuApiFeederComponent.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "
|
|
31
|
-
LuApiFeederComponent.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "
|
|
30
|
+
LuApiFeederComponent.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "14.0.0", ngImport: i0, type: LuApiFeederComponent, deps: [{ token: ALuApiService, optional: true, skipSelf: true }, { token: ALuApiService, self: true }], target: i0.ɵɵFactoryTarget.Component });
|
|
31
|
+
LuApiFeederComponent.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "14.0.0", type: LuApiFeederComponent, selector: "lu-api-feeder", inputs: { standard: "standard", api: "api", fields: "fields", filters: "filters", orderBy: "orderBy" }, providers: [
|
|
32
32
|
{
|
|
33
33
|
provide: ALuOptionOperator,
|
|
34
34
|
useExisting: forwardRef(() => LuApiFeederComponent),
|
|
@@ -44,7 +44,7 @@ LuApiFeederComponent.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "12.0.0", v
|
|
|
44
44
|
useClass: LuApiHybridService,
|
|
45
45
|
},
|
|
46
46
|
], usesInheritance: true, ngImport: i0, template: '', isInline: true, changeDetection: i0.ChangeDetectionStrategy.OnPush });
|
|
47
|
-
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "
|
|
47
|
+
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "14.0.0", ngImport: i0, type: LuApiFeederComponent, decorators: [{
|
|
48
48
|
type: Component,
|
|
49
49
|
args: [{ selector: 'lu-api-feeder', template: '', changeDetection: ChangeDetectionStrategy.OnPush, providers: [
|
|
50
50
|
{
|
|
@@ -61,7 +61,7 @@ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "13.2.4", ngImpor
|
|
|
61
61
|
provide: ALuApiService,
|
|
62
62
|
useClass: LuApiHybridService,
|
|
63
63
|
},
|
|
64
|
-
]
|
|
64
|
+
] }]
|
|
65
65
|
}], ctorParameters: function () { return [{ type: i1.LuApiHybridService, decorators: [{
|
|
66
66
|
type: Inject,
|
|
67
67
|
args: [ALuApiService]
|
|
@@ -4,10 +4,10 @@ import { HttpClientModule } from '@angular/common/http';
|
|
|
4
4
|
import * as i0 from "@angular/core";
|
|
5
5
|
export class LuApiFeederModule {
|
|
6
6
|
}
|
|
7
|
-
LuApiFeederModule.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "
|
|
8
|
-
LuApiFeederModule.ɵmod = i0.ɵɵngDeclareNgModule({ minVersion: "
|
|
9
|
-
LuApiFeederModule.ɵinj = i0.ɵɵngDeclareInjector({ minVersion: "12.0.0", version: "
|
|
10
|
-
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "
|
|
7
|
+
LuApiFeederModule.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "14.0.0", ngImport: i0, type: LuApiFeederModule, deps: [], target: i0.ɵɵFactoryTarget.NgModule });
|
|
8
|
+
LuApiFeederModule.ɵmod = i0.ɵɵngDeclareNgModule({ minVersion: "14.0.0", version: "14.0.0", ngImport: i0, type: LuApiFeederModule, declarations: [LuApiFeederComponent], imports: [HttpClientModule], exports: [LuApiFeederComponent] });
|
|
9
|
+
LuApiFeederModule.ɵinj = i0.ɵɵngDeclareInjector({ minVersion: "12.0.0", version: "14.0.0", ngImport: i0, type: LuApiFeederModule, imports: [HttpClientModule] });
|
|
10
|
+
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "14.0.0", ngImport: i0, type: LuApiFeederModule, decorators: [{
|
|
11
11
|
type: NgModule,
|
|
12
12
|
args: [{
|
|
13
13
|
imports: [HttpClientModule],
|
|
@@ -15,4 +15,4 @@ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "13.2.4", ngImpor
|
|
|
15
15
|
exports: [LuApiFeederComponent],
|
|
16
16
|
}]
|
|
17
17
|
}] });
|
|
18
|
-
//# sourceMappingURL=data:application/json;base64,
|
|
18
|
+
//# sourceMappingURL=data:application/json;base64,eyJ2ZXJzaW9uIjozLCJmaWxlIjoiYXBpLWZlZWRlci5tb2R1bGUuanMiLCJzb3VyY2VSb290IjoiIiwic291cmNlcyI6WyIuLi8uLi8uLi8uLi8uLi8uLi8uLi9wYWNrYWdlcy9uZy9hcGkvc3JjL2xpYi9zZWxlY3QvZmVlZGVyL2FwaS1mZWVkZXIubW9kdWxlLnRzIl0sIm5hbWVzIjpbXSwibWFwcGluZ3MiOiJBQUFBLE9BQU8sRUFBRSxRQUFRLEVBQUUsTUFBTSxlQUFlLENBQUM7QUFDekMsT0FBTyxFQUFFLG9CQUFvQixFQUFFLE1BQU0sd0JBQXdCLENBQUM7QUFDOUQsT0FBTyxFQUFFLGdCQUFnQixFQUFFLE1BQU0sc0JBQXNCLENBQUM7O0FBT3hELE1BQU0sT0FBTyxpQkFBaUI7OzhHQUFqQixpQkFBaUI7K0dBQWpCLGlCQUFpQixpQkFIZCxvQkFBb0IsYUFEekIsZ0JBQWdCLGFBRWhCLG9CQUFvQjsrR0FFbEIsaUJBQWlCLFlBSm5CLGdCQUFnQjsyRkFJZCxpQkFBaUI7a0JBTDdCLFFBQVE7bUJBQUM7b0JBQ1QsT0FBTyxFQUFFLENBQUMsZ0JBQWdCLENBQUM7b0JBQzNCLFlBQVksRUFBRSxDQUFDLG9CQUFvQixDQUFDO29CQUNwQyxPQUFPLEVBQUUsQ0FBQyxvQkFBb0IsQ0FBQztpQkFDL0IiLCJzb3VyY2VzQ29udGVudCI6WyJpbXBvcnQgeyBOZ01vZHVsZSB9IGZyb20gJ0Bhbmd1bGFyL2NvcmUnO1xyXG5pbXBvcnQgeyBMdUFwaUZlZWRlckNvbXBvbmVudCB9IGZyb20gJy4vYXBpLWZlZWRlci5jb21wb25lbnQnO1xyXG5pbXBvcnQgeyBIdHRwQ2xpZW50TW9kdWxlIH0gZnJvbSAnQGFuZ3VsYXIvY29tbW9uL2h0dHAnO1xyXG5cclxuQE5nTW9kdWxlKHtcclxuXHRpbXBvcnRzOiBbSHR0cENsaWVudE1vZHVsZV0sXHJcblx0ZGVjbGFyYXRpb25zOiBbTHVBcGlGZWVkZXJDb21wb25lbnRdLFxyXG5cdGV4cG9ydHM6IFtMdUFwaUZlZWRlckNvbXBvbmVudF0sXHJcbn0pXHJcbmV4cG9ydCBjbGFzcyBMdUFwaUZlZWRlck1vZHVsZSB7fVxyXG4iXX0=
|
|
@@ -3,9 +3,9 @@ import { NG_VALUE_ACCESSOR } from '@angular/forms';
|
|
|
3
3
|
import { ALuSelectInputComponent } from '@lucca-front/ng/select';
|
|
4
4
|
import * as i0 from "@angular/core";
|
|
5
5
|
import * as i1 from "@angular/cdk/overlay";
|
|
6
|
-
import * as i2 from "@lucca-front/ng/
|
|
7
|
-
import * as i3 from "
|
|
8
|
-
import * as i4 from "
|
|
6
|
+
import * as i2 from "@lucca-front/ng/option";
|
|
7
|
+
import * as i3 from "../searcher/api-searcher.component";
|
|
8
|
+
import * as i4 from "@lucca-front/ng/input";
|
|
9
9
|
export class LuApiSelectInputComponent extends ALuSelectInputComponent {
|
|
10
10
|
constructor(_changeDetectorRef, _overlay, _elementRef, _viewContainerRef, _renderer) {
|
|
11
11
|
super(_changeDetectorRef, _overlay, _elementRef, _viewContainerRef, _renderer);
|
|
@@ -18,15 +18,15 @@ export class LuApiSelectInputComponent extends ALuSelectInputComponent {
|
|
|
18
18
|
this.byId = (option1, option2) => option1 && option2 && option1.id === option2.id;
|
|
19
19
|
}
|
|
20
20
|
}
|
|
21
|
-
LuApiSelectInputComponent.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "
|
|
22
|
-
LuApiSelectInputComponent.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "
|
|
21
|
+
LuApiSelectInputComponent.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "14.0.0", ngImport: i0, type: LuApiSelectInputComponent, deps: [{ token: i0.ChangeDetectorRef }, { token: i1.Overlay }, { token: i0.ElementRef }, { token: i0.ViewContainerRef }, { token: i0.Renderer2 }], target: i0.ɵɵFactoryTarget.Component });
|
|
22
|
+
LuApiSelectInputComponent.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "14.0.0", type: LuApiSelectInputComponent, selector: "lu-api-select", inputs: { standard: "standard", api: "api", fields: "fields", filters: "filters", orderBy: "orderBy", sort: "sort" }, providers: [
|
|
23
23
|
{
|
|
24
24
|
provide: NG_VALUE_ACCESSOR,
|
|
25
25
|
useExisting: forwardRef(() => LuApiSelectInputComponent),
|
|
26
26
|
multi: true,
|
|
27
27
|
},
|
|
28
|
-
], usesInheritance: true, ngImport: i0, template: "<div class=\"lu-select-placeholder\">{{ placeholder }}</div>\r\n<div class=\"lu-select-value\">\r\n\t<div class=\"lu-select-display-wrapper\">\r\n\t\t<ng-container #display></ng-container>\r\n\t</div>\r\n</div>\r\n<div class=\"lu-select-suffix\">\r\n\t<lu-input-clearer></lu-input-clearer>\r\n</div>\r\n<span [class.chip]=\"multiple\" *luDisplayer=\"let option\">{{ option.name }}</span>\r\n<lu-option-picker-advanced [option-comparer]=\"byId\">\r\n\t<header class=\"lu-picker-header\">\r\n\t\t<lu-api-paged-searcher\r\n\t\t\t[standard]=\"standard\"\r\n\t\t\t[api]=\"api\"\r\n\t\t\t[fields]=\"fields\"\r\n\t\t\t[filters]=\"filters\"\r\n\t\t\t[orderBy]=\"orderBy\"\r\n\t\t\t[sort]=\"sort\"\r\n\t\t></lu-api-paged-searcher>\r\n\t</header>\r\n\t<lu-option *luForOptions=\"let option\" [value]=\"option\">{{ option.name }}</lu-option>\r\n</lu-option-picker-advanced>\r\n", styles: [":root{--components-user-picture-sizes-smallest-font-size: .5em;--components-user-picture-sizes-smallest-image-size: 2.5em;--components-user-picture-sizes-smaller-font-size: .65em;--components-user-picture-sizes-smaller-image-size: 2.5em;--components-user-picture-sizes-small-font-size: .8em;--components-user-picture-sizes-small-image-size: 2.5em;--components-user-picture-sizes-standard-font-size: 1em;--components-user-picture-sizes-standard-image-size: 2.5em;--components-user-picture-sizes-large-font-size: 1.35em;--components-user-picture-sizes-large-image-size: 2.5em;--components-user-picture-sizes-larger-font-size: 1.8em;--components-user-picture-sizes-larger-image-size: 2.5em;--components-user-picture-sizes-largest-font-size: 3em;--components-user-picture-sizes-largest-image-size: 2.5em}:root{--components-options-item-padding-vertical: .5rem;--components-options-item-padding-horizontal: .5rem;--components-options-item-multiple-padding: 2rem;--components-options-item-icon-color: var(--palettes-grey-800);--components-options-checkbox-left: .5rem;--components-options-checkbox-size: 1rem;--components-options-checkbox-color: var(--palettes-primary-700);--components-options-checkbox-border-radius: var(--commons-border-radius);--components-options-checkbox-border-color: var(--palettes-grey-700);--components-options-establishment-multiple-padding: var(--spacings-standard)}:host{--components-select-default-palette-50: var(--palettes-primary-50);--components-select-default-palette-100: var(--palettes-primary-100);--components-select-default-palette-200: var(--palettes-primary-200);--components-select-default-palette-300: var(--palettes-primary-300);--components-select-default-palette-400: var(--palettes-primary-400);--components-select-default-palette-500: var(--palettes-primary-500);--components-select-default-palette-600: var(--palettes-primary-600);--components-select-default-palette-700: var(--palettes-primary-700);--components-select-default-palette-800: var(--palettes-primary-800);--components-select-default-palette-900: var(--palettes-primary-900);--components-select-chip-background: var(--palettes-primary-700);--components-select-chip-text: var(--colors-white-color);--components-select-input-padding-horizontal: var(--spacings-smaller);--components-select-input-padding-vertical: var(--spacings-smaller);--components-select-framed-color: var(--palettes-grey-500);--components-select-framed-color50: var(--palettes-grey-50);--components-select-framed-see-through: var(--palettes-grey-50);--components-select-framed-text: var(--palettes-grey-800);--components-select-framed-placeholder: #cccccc;--components-select-framed-side-padding: var(--spacings-small);--components-select-framed-top-padding: var(--spacings-big);--components-select-framed-bottom-padding: var(--spacings-small);--components-select-framed-label-top-offset: var(--spacings-smaller);cursor:pointer;outline:none;padding:0}:host:after{content:\"\\e97c\";font-family:Lucca icons;display:inline-block;vertical-align:text-bottom;font-style:normal;color:var(--palettes-700, var(--components-select-default-palette-700));bottom:var(--components-select-input-padding-vertical);font-size:1.2rem;line-height:1.4rem;pointer-events:none;position:absolute;right:var(--components-select-input-padding-horizontal)}:host[disabled]{cursor:not-allowed;pointer-events:all}:host.is-disabled{cursor:not-allowed;pointer-events:all}.lu-select-display-wrapper{overflow:hidden;text-overflow:ellipsis;white-space:nowrap}.lu-select-value{line-height:var(--sizes-standard-line-height);min-height:calc(var(--components-select-framed-bottom-padding) + var(--sizes-standard-line-height));padding:var(--components-select-input-padding-vertical) 2.5rem var(--components-select-input-padding-vertical) var(--components-select-input-padding-horizontal);transition:all var(--commons-animations-durations-standard);display:none}.lu-select-placeholder{color:var(--palettes-400, var(--components-select-default-palette-400));line-height:var(--sizes-standard-line-height);min-height:calc(var(--components-select-framed-bottom-padding) + var(--sizes-standard-line-height));padding:var(--components-select-input-padding-vertical) 2.5rem var(--components-select-input-padding-vertical) var(--components-select-input-padding-horizontal);transition:all var(--commons-animations-durations-standard);overflow:hidden;text-overflow:ellipsis;white-space:nowrap}.lu-select-suffix{position:absolute;bottom:.5rem;right:1.6rem}::ng-deep .lu-select-value .label{padding:var(--spacings-smallest) var(--spacings-smaller);margin-left:0}::ng-deep .lu-select-value .chip{background-color:var(--components-select-chip-background);color:var(--components-select-chip-text);vertical-align:baseline;max-width:100%;height:var(--sizes-standard-line-height);line-height:var(--sizes-standard-line-height);padding:0 var(--spacings-smaller);margin:0 .25rem .25rem 0;text-overflow:ellipsis;overflow:hidden;vertical-align:top;white-space:nowrap}:host-context(.textfield.mod-small) .lu-select-value,:host-context(.textfield.mod-small) .lu-select-placeholder{font-size:var(--sizes-small-font-size);line-height:var(--sizes-small-line-height);min-height:calc(var(--components-select-framed-bottom-padding) + var(--sizes-small-line-height))}:host-context(.textfield.mod-small):after{line-height:var(--sizes-small-line-height)}:host-context(.textfield.mod-small) ::ng-deep .lu-select-value .label{font-size:var(--sizes-small-font-size);line-height:var(--sizes-small-line-height);font-weight:600;margin:0;padding:0;background-color:transparent}:host-context(.textfield.mod-small) ::ng-deep .lu-select-value .chip{height:var(--sizes-small-line-height);line-height:var(--sizes-small-line-height)}:host-context(.textfield.mod-framed).textfield-input,:host-context(.form.mod-framed).textfield-input{padding:var(--components-select-framed-top-padding) 0 0}:host-context(.textfield.mod-framed).textfield-input:after,:host-context(.form.mod-framed).textfield-input:after{color:var(--palettes-grey-500);bottom:var(--components-select-framed-bottom-padding);right:var(--spacings-smaller)}:host-context(.textfield.mod-framed).textfield-input .lu-select-value,:host-context(.textfield.mod-framed).textfield-input .lu-select-placeholder,:host-context(.form.mod-framed).textfield-input .lu-select-value,:host-context(.form.mod-framed).textfield-input .lu-select-placeholder{padding:0 calc(var(--components-select-framed-side-padding) * 3) var(--components-select-framed-bottom-padding) var(--components-select-framed-side-padding)}:host-context(.textfield.mod-framed).textfield-input .lu-select-suffix,:host-context(.form.mod-framed).textfield-input .lu-select-suffix{bottom:var(--components-select-framed-bottom-padding);right:1.7rem}:host-context(.textfield.mod-filter) .lu-select-value,:host-context(.textfield.mod-filter) .lu-select-placeholder{padding:0;height:auto;padding-top:1rem;color:var(--palettes-grey-800)}:host-context(.textfield.mod-filter) .lu-select-suffix{bottom:.4rem}:host-context(.textfield.mod-material):after{color:var(--palettes-grey-500);bottom:.6rem;right:0}:host-context(.textfield.mod-material) .lu-select-value,:host-context(.textfield.mod-material) .lu-select-placeholder{padding-left:0;padding-right:.8rem}:host-context(.textfield.mod-material) .lu-select-suffix{right:calc(2 * var(--components-select-input-padding-horizontal))}:host-context(.textfield.mod-material).is-select .lu-select-placeholder{display:none}:host-context(.textfield.mod-material).mod-search:after{bottom:0}:host-context(.textfield.mod-material).mod-search .lu-select-suffix{right:calc(2.75 * var(--components-select-input-padding-horizontal))}:host-context(.textfield.mod-material .textfield-input.is-focused) .lu-select-placeholder{display:none}:host(.mod-multiple).mod-multipleView:not(.mod-singleLine) .lu-select-value{height:auto;align-items:center}:host(.mod-multiple).mod-multipleView:not(.mod-singleLine) .lu-select-display-wrapper{overflow:hidden;white-space:normal;margin-bottom:-.25rem}:host-context(.textfield-input.is-filled) .lu-select-placeholder{display:none}:host-context(.textfield-input.is-filled) .lu-select-value{display:flex}:host-context(.textfield-input.is-clearable) .lu-select-value{padding-right:2.5rem}:host-context(.textfield-input.is-error):after{color:var(--palettes-error-700)}:host-context(.textfield-input.is-error) .lu-select-placeholder{color:var(--palettes-error-200)}:host-context(.textfield-input.is-disabled,.textfield-input[disabled]):after{color:var(--commons-disabled-color)}:host-context(.textfield-input.is-disabled,.textfield-input[disabled]) .lu-select-placeholder{color:var(--commons-disabled-placeholder)}.lu-select-value{padding-right:2.5rem}\n"], components: [{ type: i2.LuInputClearerComponent, selector: "lu-input-clearer", outputs: ["onClear"], exportAs: ["luClearer"] }, { type: i3.LuOptionPickerAdvancedComponent, selector: "lu-option-picker-advanced", exportAs: ["LuOptionPickerAdvanced"] }, { type: i4.LuApiPagedSearcherComponent, selector: "lu-api-paged-searcher", inputs: ["standard", "api", "fields", "filters", "orderBy", "sort", "debounceTime"] }, { type: i3.LuOptionItemComponent, selector: "lu-option", inputs: ["selected", "highlighted", "value", "disabled"], outputs: ["onSelect"] }], directives: [{ type: i2.LuInputDisplayerDirective, selector: "[luDisplayer]", inputs: ["luDisplayerMultiple", "multiple"] }, { type: i3.LuForOptionsDirective, selector: "[luForOptions]", inputs: ["luForOptionsTrackBy"] }], changeDetection: i0.ChangeDetectionStrategy.OnPush });
|
|
29
|
-
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "
|
|
28
|
+
], usesInheritance: true, ngImport: i0, template: "<div class=\"lu-select-placeholder\">{{ placeholder }}</div>\r\n<div class=\"lu-select-value\">\r\n\t<div class=\"lu-select-display-wrapper\">\r\n\t\t<ng-container #display></ng-container>\r\n\t</div>\r\n</div>\r\n<div class=\"lu-select-suffix\">\r\n\t<lu-input-clearer></lu-input-clearer>\r\n</div>\r\n<span [class.chip]=\"multiple\" *luDisplayer=\"let option\">{{ option.name }}</span>\r\n<lu-option-picker-advanced [option-comparer]=\"byId\">\r\n\t<header class=\"lu-picker-header\">\r\n\t\t<lu-api-paged-searcher\r\n\t\t\t[standard]=\"standard\"\r\n\t\t\t[api]=\"api\"\r\n\t\t\t[fields]=\"fields\"\r\n\t\t\t[filters]=\"filters\"\r\n\t\t\t[orderBy]=\"orderBy\"\r\n\t\t\t[sort]=\"sort\"\r\n\t\t></lu-api-paged-searcher>\r\n\t</header>\r\n\t<lu-option *luForOptions=\"let option\" [value]=\"option\">{{ option.name }}</lu-option>\r\n</lu-option-picker-advanced>\r\n", styles: [":host{cursor:pointer;outline:none;padding:0}:host:after{content:\"\\e97c\";font-family:Lucca icons;display:inline-block;vertical-align:text-bottom;font-style:normal;color:var(--components-select-default-palette-700);bottom:.5rem;bottom:var(--components-select-input-padding-vertical);font-size:1.2rem;line-height:1.4rem;pointer-events:none;position:absolute;right:.5rem;right:var(--components-select-input-padding-horizontal)}:host[disabled]{cursor:not-allowed;pointer-events:all}:host.is-disabled{cursor:not-allowed;pointer-events:all}.lu-select-display-wrapper{overflow:hidden;text-overflow:ellipsis;white-space:nowrap}.lu-select-value{line-height:1.5rem;line-height:var(--sizes-standard-line-height);min-height:calc(var(--spacings-small) + 1.5rem);min-height:calc(var(--components-select-framed-bottom-padding) + var(--sizes-standard-line-height));padding:.5rem 2.5rem .5rem .5rem;padding:var(--components-select-input-padding-vertical) 2.5rem var(--components-select-input-padding-vertical) var(--components-select-input-padding-horizontal);transition:all .25s ease;transition:all var(--commons-animations-durations-standard) ease;display:none}.lu-select-placeholder{color:var(--components-select-default-palette-400);line-height:1.5rem;line-height:var(--sizes-standard-line-height);min-height:calc(var(--spacings-small) + 1.5rem);min-height:calc(var(--components-select-framed-bottom-padding) + var(--sizes-standard-line-height));padding:.5rem 2.5rem .5rem .5rem;padding:var(--components-select-input-padding-vertical) 2.5rem var(--components-select-input-padding-vertical) var(--components-select-input-padding-horizontal);transition:all .25s ease;transition:all var(--commons-animations-durations-standard) ease;overflow:hidden;text-overflow:ellipsis;white-space:nowrap}.lu-select-suffix{position:absolute;bottom:.5rem;right:1.6rem}::ng-deep .lu-select-value .label{padding:.25rem .25rem .5rem .5rem;padding:var(--spacings-smallest) var(--spacings-smaller);margin-left:0}::ng-deep .lu-select-value .chip{background:#FF6600;background:var(--components-select-chip-background);color:#fff;color:var(--components-select-chip-text);vertical-align:baseline;max-width:100%;height:1.5rem;height:var(--sizes-standard-line-height);line-height:1.5rem;line-height:var(--sizes-standard-line-height);padding:0 .5rem;padding:0 var(--spacings-smaller);margin:0 .25rem .25rem 0;text-overflow:ellipsis;overflow:hidden;vertical-align:top;white-space:nowrap}:host-context(.textfield.mod-small) .lu-select-value,:host-context(.textfield.mod-small) .lu-select-placeholder{font-size:.875rem;font-size:var(--sizes-small-font-size);line-height:1.25rem;line-height:var(--sizes-small-line-height);min-height:calc(var(--spacings-small) + 1.25rem);min-height:calc(var(--components-select-framed-bottom-padding) + var(--sizes-small-line-height))}:host-context(.textfield.mod-small):after{line-height:1.25rem;line-height:var(--sizes-small-line-height)}:host-context(.textfield.mod-small) ::ng-deep .lu-select-value .label{font-size:.875rem;font-size:var(--sizes-small-font-size);line-height:1.25rem;line-height:var(--sizes-small-line-height);font-weight:600;margin:0;padding:0;background:transparent}:host-context(.textfield.mod-small) ::ng-deep .lu-select-value .chip{height:1.25rem;height:var(--sizes-small-line-height);line-height:1.25rem;line-height:var(--sizes-small-line-height)}:host-context(.textfield.mod-framed).textfield-input,:host-context(.form.mod-framed).textfield-input{padding:var(--spacings-big) 0 0;padding:var(--components-select-framed-top-padding) 0 0}:host-context(.textfield.mod-framed).textfield-input:after,:host-context(.form.mod-framed).textfield-input:after{color:#96a6c5;color:var(--colors-text-light-color);bottom:var(--spacings-small);bottom:var(--components-select-framed-bottom-padding);right:.5rem;right:var(--spacings-smaller)}:host-context(.textfield.mod-framed).textfield-input .lu-select-value,:host-context(.textfield.mod-framed).textfield-input .lu-select-placeholder,:host-context(.form.mod-framed).textfield-input .lu-select-value,:host-context(.form.mod-framed).textfield-input .lu-select-placeholder{padding:0 calc(var(--spacings-small) * 3) var(--spacings-small) var(--spacings-small);padding:0 calc(var(--components-select-framed-side-padding) * 3) var(--components-select-framed-bottom-padding) var(--components-select-framed-side-padding)}:host-context(.textfield.mod-framed).textfield-input .lu-select-suffix,:host-context(.form.mod-framed).textfield-input .lu-select-suffix{bottom:var(--spacings-small);bottom:var(--components-select-framed-bottom-padding);right:1.7rem}:host-context(.textfield.mod-filter) .lu-select-value,:host-context(.textfield.mod-filter) .lu-select-placeholder{padding:0;height:auto;padding-top:1rem;color:#2a3551;color:var(--colors-text-default-color)}:host-context(.textfield.mod-filter) .lu-select-suffix{bottom:.4rem}:host-context(.textfield.mod-material):after{color:#96a6c5;color:var(--colors-text-light-color);bottom:.6rem;right:0}:host-context(.textfield.mod-material) .lu-select-value,:host-context(.textfield.mod-material) .lu-select-placeholder{padding-left:0;padding-right:.8rem}:host-context(.textfield.mod-material) .lu-select-suffix{right:1rem;right:calc(2 * var(--components-select-input-padding-horizontal))}:host-context(.textfield.mod-material).is-select .lu-select-placeholder{display:none}:host-context(.textfield.mod-material).mod-search:after{bottom:0}:host-context(.textfield.mod-material).mod-search .lu-select-suffix{right:1.375rem;right:calc(2.75 * var(--components-select-input-padding-horizontal))}:host-context(.textfield.mod-material .textfield-input.is-focused) .lu-select-placeholder{display:none}:host(.mod-multiple).mod-multipleView:not(.mod-singleLine) .lu-select-value{height:auto;align-items:center}:host(.mod-multiple).mod-multipleView:not(.mod-singleLine) .lu-select-display-wrapper{overflow:hidden;white-space:normal;margin-bottom:-.25rem}:host-context(.textfield-input.is-filled) .lu-select-placeholder{display:none}:host-context(.textfield-input.is-filled) .lu-select-value{display:flex}:host-context(.textfield-input.is-clearable) .lu-select-value{padding-right:2.5rem}:host-context(.textfield-input.is-error):after{color:#e51a3b;color:var(--palettes-error-color)}:host-context(.textfield-input.is-error) .lu-select-placeholder{color:#ffe0e6;color:var(--palettes-error-200)}:host-context(.textfield-input.is-disabled,.textfield-input[disabled]):after{color:#999;color:var(--commons-disabled-color)}:host-context(.textfield-input.is-disabled,.textfield-input[disabled]) .lu-select-placeholder{color:#bbb;color:var(--commons-disabled-placeholder)}:host-context(.palette-primary) .lu-select-placeholder{color:var(--palettes-primary-400)}:host-context(.palette-primary):after{color:var(--palettes-primary-700)}:host-context(.palette-secondary) .lu-select-placeholder{color:var(--palettes-secondary-400)}:host-context(.palette-secondary):after{color:var(--palettes-secondary-700)}:host-context(.palette-grey) .lu-select-placeholder{color:var(--palettes-grey-400)}:host-context(.palette-grey):after{color:var(--palettes-grey-700)}:host-context(.palette-success) .lu-select-placeholder{color:var(--palettes-success-400)}:host-context(.palette-success):after{color:var(--palettes-success-700)}:host-context(.palette-warning) .lu-select-placeholder{color:var(--palettes-warning-400)}:host-context(.palette-warning):after{color:var(--palettes-warning-700)}:host-context(.palette-error) .lu-select-placeholder{color:var(--palettes-error-400)}:host-context(.palette-error):after{color:var(--palettes-error-700)}.lu-select-value{padding-right:2.5rem}\n"], dependencies: [{ kind: "component", type: i2.LuOptionPickerAdvancedComponent, selector: "lu-option-picker-advanced", exportAs: ["LuOptionPickerAdvanced"] }, { kind: "component", type: i2.LuOptionItemComponent, selector: "lu-option", inputs: ["selected", "highlighted", "value", "disabled"], outputs: ["onSelect"] }, { kind: "directive", type: i2.LuForOptionsDirective, selector: "[luForOptions]", inputs: ["luForOptionsTrackBy"] }, { kind: "component", type: i3.LuApiPagedSearcherComponent, selector: "lu-api-paged-searcher", inputs: ["standard", "api", "fields", "filters", "orderBy", "sort", "debounceTime"] }, { kind: "component", type: i4.LuInputClearerComponent, selector: "lu-input-clearer", outputs: ["onClear"], exportAs: ["luClearer"] }, { kind: "directive", type: i4.LuInputDisplayerDirective, selector: "[luDisplayer]", inputs: ["luDisplayerMultiple", "multiple"] }], changeDetection: i0.ChangeDetectionStrategy.OnPush });
|
|
29
|
+
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "14.0.0", ngImport: i0, type: LuApiSelectInputComponent, decorators: [{
|
|
30
30
|
type: Component,
|
|
31
31
|
args: [{ selector: 'lu-api-select', changeDetection: ChangeDetectionStrategy.OnPush, providers: [
|
|
32
32
|
{
|
|
@@ -34,7 +34,7 @@ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "13.2.4", ngImpor
|
|
|
34
34
|
useExisting: forwardRef(() => LuApiSelectInputComponent),
|
|
35
35
|
multi: true,
|
|
36
36
|
},
|
|
37
|
-
], template: "<div class=\"lu-select-placeholder\">{{ placeholder }}</div>\r\n<div class=\"lu-select-value\">\r\n\t<div class=\"lu-select-display-wrapper\">\r\n\t\t<ng-container #display></ng-container>\r\n\t</div>\r\n</div>\r\n<div class=\"lu-select-suffix\">\r\n\t<lu-input-clearer></lu-input-clearer>\r\n</div>\r\n<span [class.chip]=\"multiple\" *luDisplayer=\"let option\">{{ option.name }}</span>\r\n<lu-option-picker-advanced [option-comparer]=\"byId\">\r\n\t<header class=\"lu-picker-header\">\r\n\t\t<lu-api-paged-searcher\r\n\t\t\t[standard]=\"standard\"\r\n\t\t\t[api]=\"api\"\r\n\t\t\t[fields]=\"fields\"\r\n\t\t\t[filters]=\"filters\"\r\n\t\t\t[orderBy]=\"orderBy\"\r\n\t\t\t[sort]=\"sort\"\r\n\t\t></lu-api-paged-searcher>\r\n\t</header>\r\n\t<lu-option *luForOptions=\"let option\" [value]=\"option\">{{ option.name }}</lu-option>\r\n</lu-option-picker-advanced>\r\n", styles: [":
|
|
37
|
+
], template: "<div class=\"lu-select-placeholder\">{{ placeholder }}</div>\r\n<div class=\"lu-select-value\">\r\n\t<div class=\"lu-select-display-wrapper\">\r\n\t\t<ng-container #display></ng-container>\r\n\t</div>\r\n</div>\r\n<div class=\"lu-select-suffix\">\r\n\t<lu-input-clearer></lu-input-clearer>\r\n</div>\r\n<span [class.chip]=\"multiple\" *luDisplayer=\"let option\">{{ option.name }}</span>\r\n<lu-option-picker-advanced [option-comparer]=\"byId\">\r\n\t<header class=\"lu-picker-header\">\r\n\t\t<lu-api-paged-searcher\r\n\t\t\t[standard]=\"standard\"\r\n\t\t\t[api]=\"api\"\r\n\t\t\t[fields]=\"fields\"\r\n\t\t\t[filters]=\"filters\"\r\n\t\t\t[orderBy]=\"orderBy\"\r\n\t\t\t[sort]=\"sort\"\r\n\t\t></lu-api-paged-searcher>\r\n\t</header>\r\n\t<lu-option *luForOptions=\"let option\" [value]=\"option\">{{ option.name }}</lu-option>\r\n</lu-option-picker-advanced>\r\n", styles: [":host{cursor:pointer;outline:none;padding:0}:host:after{content:\"\\e97c\";font-family:Lucca icons;display:inline-block;vertical-align:text-bottom;font-style:normal;color:var(--components-select-default-palette-700);bottom:.5rem;bottom:var(--components-select-input-padding-vertical);font-size:1.2rem;line-height:1.4rem;pointer-events:none;position:absolute;right:.5rem;right:var(--components-select-input-padding-horizontal)}:host[disabled]{cursor:not-allowed;pointer-events:all}:host.is-disabled{cursor:not-allowed;pointer-events:all}.lu-select-display-wrapper{overflow:hidden;text-overflow:ellipsis;white-space:nowrap}.lu-select-value{line-height:1.5rem;line-height:var(--sizes-standard-line-height);min-height:calc(var(--spacings-small) + 1.5rem);min-height:calc(var(--components-select-framed-bottom-padding) + var(--sizes-standard-line-height));padding:.5rem 2.5rem .5rem .5rem;padding:var(--components-select-input-padding-vertical) 2.5rem var(--components-select-input-padding-vertical) var(--components-select-input-padding-horizontal);transition:all .25s ease;transition:all var(--commons-animations-durations-standard) ease;display:none}.lu-select-placeholder{color:var(--components-select-default-palette-400);line-height:1.5rem;line-height:var(--sizes-standard-line-height);min-height:calc(var(--spacings-small) + 1.5rem);min-height:calc(var(--components-select-framed-bottom-padding) + var(--sizes-standard-line-height));padding:.5rem 2.5rem .5rem .5rem;padding:var(--components-select-input-padding-vertical) 2.5rem var(--components-select-input-padding-vertical) var(--components-select-input-padding-horizontal);transition:all .25s ease;transition:all var(--commons-animations-durations-standard) ease;overflow:hidden;text-overflow:ellipsis;white-space:nowrap}.lu-select-suffix{position:absolute;bottom:.5rem;right:1.6rem}::ng-deep .lu-select-value .label{padding:.25rem .25rem .5rem .5rem;padding:var(--spacings-smallest) var(--spacings-smaller);margin-left:0}::ng-deep .lu-select-value .chip{background:#FF6600;background:var(--components-select-chip-background);color:#fff;color:var(--components-select-chip-text);vertical-align:baseline;max-width:100%;height:1.5rem;height:var(--sizes-standard-line-height);line-height:1.5rem;line-height:var(--sizes-standard-line-height);padding:0 .5rem;padding:0 var(--spacings-smaller);margin:0 .25rem .25rem 0;text-overflow:ellipsis;overflow:hidden;vertical-align:top;white-space:nowrap}:host-context(.textfield.mod-small) .lu-select-value,:host-context(.textfield.mod-small) .lu-select-placeholder{font-size:.875rem;font-size:var(--sizes-small-font-size);line-height:1.25rem;line-height:var(--sizes-small-line-height);min-height:calc(var(--spacings-small) + 1.25rem);min-height:calc(var(--components-select-framed-bottom-padding) + var(--sizes-small-line-height))}:host-context(.textfield.mod-small):after{line-height:1.25rem;line-height:var(--sizes-small-line-height)}:host-context(.textfield.mod-small) ::ng-deep .lu-select-value .label{font-size:.875rem;font-size:var(--sizes-small-font-size);line-height:1.25rem;line-height:var(--sizes-small-line-height);font-weight:600;margin:0;padding:0;background:transparent}:host-context(.textfield.mod-small) ::ng-deep .lu-select-value .chip{height:1.25rem;height:var(--sizes-small-line-height);line-height:1.25rem;line-height:var(--sizes-small-line-height)}:host-context(.textfield.mod-framed).textfield-input,:host-context(.form.mod-framed).textfield-input{padding:var(--spacings-big) 0 0;padding:var(--components-select-framed-top-padding) 0 0}:host-context(.textfield.mod-framed).textfield-input:after,:host-context(.form.mod-framed).textfield-input:after{color:#96a6c5;color:var(--colors-text-light-color);bottom:var(--spacings-small);bottom:var(--components-select-framed-bottom-padding);right:.5rem;right:var(--spacings-smaller)}:host-context(.textfield.mod-framed).textfield-input .lu-select-value,:host-context(.textfield.mod-framed).textfield-input .lu-select-placeholder,:host-context(.form.mod-framed).textfield-input .lu-select-value,:host-context(.form.mod-framed).textfield-input .lu-select-placeholder{padding:0 calc(var(--spacings-small) * 3) var(--spacings-small) var(--spacings-small);padding:0 calc(var(--components-select-framed-side-padding) * 3) var(--components-select-framed-bottom-padding) var(--components-select-framed-side-padding)}:host-context(.textfield.mod-framed).textfield-input .lu-select-suffix,:host-context(.form.mod-framed).textfield-input .lu-select-suffix{bottom:var(--spacings-small);bottom:var(--components-select-framed-bottom-padding);right:1.7rem}:host-context(.textfield.mod-filter) .lu-select-value,:host-context(.textfield.mod-filter) .lu-select-placeholder{padding:0;height:auto;padding-top:1rem;color:#2a3551;color:var(--colors-text-default-color)}:host-context(.textfield.mod-filter) .lu-select-suffix{bottom:.4rem}:host-context(.textfield.mod-material):after{color:#96a6c5;color:var(--colors-text-light-color);bottom:.6rem;right:0}:host-context(.textfield.mod-material) .lu-select-value,:host-context(.textfield.mod-material) .lu-select-placeholder{padding-left:0;padding-right:.8rem}:host-context(.textfield.mod-material) .lu-select-suffix{right:1rem;right:calc(2 * var(--components-select-input-padding-horizontal))}:host-context(.textfield.mod-material).is-select .lu-select-placeholder{display:none}:host-context(.textfield.mod-material).mod-search:after{bottom:0}:host-context(.textfield.mod-material).mod-search .lu-select-suffix{right:1.375rem;right:calc(2.75 * var(--components-select-input-padding-horizontal))}:host-context(.textfield.mod-material .textfield-input.is-focused) .lu-select-placeholder{display:none}:host(.mod-multiple).mod-multipleView:not(.mod-singleLine) .lu-select-value{height:auto;align-items:center}:host(.mod-multiple).mod-multipleView:not(.mod-singleLine) .lu-select-display-wrapper{overflow:hidden;white-space:normal;margin-bottom:-.25rem}:host-context(.textfield-input.is-filled) .lu-select-placeholder{display:none}:host-context(.textfield-input.is-filled) .lu-select-value{display:flex}:host-context(.textfield-input.is-clearable) .lu-select-value{padding-right:2.5rem}:host-context(.textfield-input.is-error):after{color:#e51a3b;color:var(--palettes-error-color)}:host-context(.textfield-input.is-error) .lu-select-placeholder{color:#ffe0e6;color:var(--palettes-error-200)}:host-context(.textfield-input.is-disabled,.textfield-input[disabled]):after{color:#999;color:var(--commons-disabled-color)}:host-context(.textfield-input.is-disabled,.textfield-input[disabled]) .lu-select-placeholder{color:#bbb;color:var(--commons-disabled-placeholder)}:host-context(.palette-primary) .lu-select-placeholder{color:var(--palettes-primary-400)}:host-context(.palette-primary):after{color:var(--palettes-primary-700)}:host-context(.palette-secondary) .lu-select-placeholder{color:var(--palettes-secondary-400)}:host-context(.palette-secondary):after{color:var(--palettes-secondary-700)}:host-context(.palette-grey) .lu-select-placeholder{color:var(--palettes-grey-400)}:host-context(.palette-grey):after{color:var(--palettes-grey-700)}:host-context(.palette-success) .lu-select-placeholder{color:var(--palettes-success-400)}:host-context(.palette-success):after{color:var(--palettes-success-700)}:host-context(.palette-warning) .lu-select-placeholder{color:var(--palettes-warning-400)}:host-context(.palette-warning):after{color:var(--palettes-warning-700)}:host-context(.palette-error) .lu-select-placeholder{color:var(--palettes-error-400)}:host-context(.palette-error):after{color:var(--palettes-error-700)}.lu-select-value{padding-right:2.5rem}\n"] }]
|
|
38
38
|
}], ctorParameters: function () { return [{ type: i0.ChangeDetectorRef }, { type: i1.Overlay }, { type: i0.ElementRef }, { type: i0.ViewContainerRef }, { type: i0.Renderer2 }]; }, propDecorators: { standard: [{
|
|
39
39
|
type: Input
|
|
40
40
|
}], api: [{
|
|
@@ -7,10 +7,10 @@ import { LuApiSelectInputComponent } from './api-select-input.component';
|
|
|
7
7
|
import * as i0 from "@angular/core";
|
|
8
8
|
export class LuApiSelectInputModule {
|
|
9
9
|
}
|
|
10
|
-
LuApiSelectInputModule.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "
|
|
11
|
-
LuApiSelectInputModule.ɵmod = i0.ɵɵngDeclareNgModule({ minVersion: "
|
|
12
|
-
LuApiSelectInputModule.ɵinj = i0.ɵɵngDeclareInjector({ minVersion: "12.0.0", version: "
|
|
13
|
-
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "
|
|
10
|
+
LuApiSelectInputModule.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "14.0.0", ngImport: i0, type: LuApiSelectInputModule, deps: [], target: i0.ɵɵFactoryTarget.NgModule });
|
|
11
|
+
LuApiSelectInputModule.ɵmod = i0.ɵɵngDeclareNgModule({ minVersion: "14.0.0", version: "14.0.0", ngImport: i0, type: LuApiSelectInputModule, declarations: [LuApiSelectInputComponent], imports: [CommonModule, LuOptionPickerModule, LuForOptionsModule, LuApiSearcherModule, LuInputClearerModule, LuInputDisplayerModule], exports: [LuApiSelectInputComponent] });
|
|
12
|
+
LuApiSelectInputModule.ɵinj = i0.ɵɵngDeclareInjector({ minVersion: "12.0.0", version: "14.0.0", ngImport: i0, type: LuApiSelectInputModule, imports: [CommonModule, LuOptionPickerModule, LuForOptionsModule, LuApiSearcherModule, LuInputClearerModule, LuInputDisplayerModule] });
|
|
13
|
+
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "14.0.0", ngImport: i0, type: LuApiSelectInputModule, decorators: [{
|
|
14
14
|
type: NgModule,
|
|
15
15
|
args: [{
|
|
16
16
|
imports: [CommonModule, LuOptionPickerModule, LuForOptionsModule, LuApiSearcherModule, LuInputClearerModule, LuInputDisplayerModule],
|
|
@@ -18,4 +18,4 @@ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "13.2.4", ngImpor
|
|
|
18
18
|
exports: [LuApiSelectInputComponent],
|
|
19
19
|
}]
|
|
20
20
|
}] });
|
|
21
|
-
//# sourceMappingURL=data:application/json;base64,
|
|
21
|
+
//# sourceMappingURL=data:application/json;base64,eyJ2ZXJzaW9uIjozLCJmaWxlIjoiYXBpLXNlbGVjdC1pbnB1dC5tb2R1bGUuanMiLCJzb3VyY2VSb290IjoiIiwic291cmNlcyI6WyIuLi8uLi8uLi8uLi8uLi8uLi8uLi9wYWNrYWdlcy9uZy9hcGkvc3JjL2xpYi9zZWxlY3QvaW5wdXQvYXBpLXNlbGVjdC1pbnB1dC5tb2R1bGUudHMiXSwibmFtZXMiOltdLCJtYXBwaW5ncyI6IkFBQUEsT0FBTyxFQUFFLFlBQVksRUFBRSxNQUFNLGlCQUFpQixDQUFDO0FBQy9DLE9BQU8sRUFBRSxRQUFRLEVBQUUsTUFBTSxlQUFlLENBQUM7QUFDekMsT0FBTyxFQUFFLG9CQUFvQixFQUFFLHNCQUFzQixFQUFFLE1BQU0sdUJBQXVCLENBQUM7QUFDckYsT0FBTyxFQUFFLGtCQUFrQixFQUFFLG9CQUFvQixFQUFFLE1BQU0sd0JBQXdCLENBQUM7QUFDbEYsT0FBTyxFQUFFLG1CQUFtQixFQUFFLE1BQU0sbUJBQW1CLENBQUM7QUFDeEQsT0FBTyxFQUFFLHlCQUF5QixFQUFFLE1BQU0sOEJBQThCLENBQUM7O0FBT3pFLE1BQU0sT0FBTyxzQkFBc0I7O21IQUF0QixzQkFBc0I7b0hBQXRCLHNCQUFzQixpQkFIbkIseUJBQXlCLGFBRDlCLFlBQVksRUFBRSxvQkFBb0IsRUFBRSxrQkFBa0IsRUFBRSxtQkFBbUIsRUFBRSxvQkFBb0IsRUFBRSxzQkFBc0IsYUFFekgseUJBQXlCO29IQUV2QixzQkFBc0IsWUFKeEIsWUFBWSxFQUFFLG9CQUFvQixFQUFFLGtCQUFrQixFQUFFLG1CQUFtQixFQUFFLG9CQUFvQixFQUFFLHNCQUFzQjsyRkFJdkgsc0JBQXNCO2tCQUxsQyxRQUFRO21CQUFDO29CQUNULE9BQU8sRUFBRSxDQUFDLFlBQVksRUFBRSxvQkFBb0IsRUFBRSxrQkFBa0IsRUFBRSxtQkFBbUIsRUFBRSxvQkFBb0IsRUFBRSxzQkFBc0IsQ0FBQztvQkFDcEksWUFBWSxFQUFFLENBQUMseUJBQXlCLENBQUM7b0JBQ3pDLE9BQU8sRUFBRSxDQUFDLHlCQUF5QixDQUFDO2lCQUNwQyIsInNvdXJjZXNDb250ZW50IjpbImltcG9ydCB7IENvbW1vbk1vZHVsZSB9IGZyb20gJ0Bhbmd1bGFyL2NvbW1vbic7XHJcbmltcG9ydCB7IE5nTW9kdWxlIH0gZnJvbSAnQGFuZ3VsYXIvY29yZSc7XHJcbmltcG9ydCB7IEx1SW5wdXRDbGVhcmVyTW9kdWxlLCBMdUlucHV0RGlzcGxheWVyTW9kdWxlIH0gZnJvbSAnQGx1Y2NhLWZyb250L25nL2lucHV0JztcclxuaW1wb3J0IHsgTHVGb3JPcHRpb25zTW9kdWxlLCBMdU9wdGlvblBpY2tlck1vZHVsZSB9IGZyb20gJ0BsdWNjYS1mcm9udC9uZy9vcHRpb24nO1xyXG5pbXBvcnQgeyBMdUFwaVNlYXJjaGVyTW9kdWxlIH0gZnJvbSAnLi4vc2VhcmNoZXIvaW5kZXgnO1xyXG5pbXBvcnQgeyBMdUFwaVNlbGVjdElucHV0Q29tcG9uZW50IH0gZnJvbSAnLi9hcGktc2VsZWN0LWlucHV0LmNvbXBvbmVudCc7XHJcblxyXG5ATmdNb2R1bGUoe1xyXG5cdGltcG9ydHM6IFtDb21tb25Nb2R1bGUsIEx1T3B0aW9uUGlja2VyTW9kdWxlLCBMdUZvck9wdGlvbnNNb2R1bGUsIEx1QXBpU2VhcmNoZXJNb2R1bGUsIEx1SW5wdXRDbGVhcmVyTW9kdWxlLCBMdUlucHV0RGlzcGxheWVyTW9kdWxlXSxcclxuXHRkZWNsYXJhdGlvbnM6IFtMdUFwaVNlbGVjdElucHV0Q29tcG9uZW50XSxcclxuXHRleHBvcnRzOiBbTHVBcGlTZWxlY3RJbnB1dENvbXBvbmVudF0sXHJcbn0pXHJcbmV4cG9ydCBjbGFzcyBMdUFwaVNlbGVjdElucHV0TW9kdWxlIHt9XHJcbiJdfQ==
|
|
@@ -28,8 +28,8 @@ export class LuApiPagerComponent extends ALuApiOptionPager {
|
|
|
28
28
|
super.init();
|
|
29
29
|
}
|
|
30
30
|
}
|
|
31
|
-
LuApiPagerComponent.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "
|
|
32
|
-
LuApiPagerComponent.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "
|
|
31
|
+
LuApiPagerComponent.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "14.0.0", ngImport: i0, type: LuApiPagerComponent, deps: [{ token: ALuApiService, optional: true, skipSelf: true }, { token: ALuApiService, self: true }], target: i0.ɵɵFactoryTarget.Component });
|
|
32
|
+
LuApiPagerComponent.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "14.0.0", type: LuApiPagerComponent, selector: "lu-api-pager", inputs: { standard: "standard", api: "api", fields: "fields", filters: "filters", orderBy: "orderBy" }, providers: [
|
|
33
33
|
{
|
|
34
34
|
provide: ALuOptionOperator,
|
|
35
35
|
useExisting: forwardRef(() => LuApiPagerComponent),
|
|
@@ -50,7 +50,7 @@ LuApiPagerComponent.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "12.0.0", ve
|
|
|
50
50
|
multi: true,
|
|
51
51
|
},
|
|
52
52
|
], usesInheritance: true, ngImport: i0, template: '', isInline: true, changeDetection: i0.ChangeDetectionStrategy.OnPush });
|
|
53
|
-
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "
|
|
53
|
+
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "14.0.0", ngImport: i0, type: LuApiPagerComponent, decorators: [{
|
|
54
54
|
type: Component,
|
|
55
55
|
args: [{ selector: 'lu-api-pager', template: '', changeDetection: ChangeDetectionStrategy.OnPush, providers: [
|
|
56
56
|
{
|
|
@@ -72,7 +72,7 @@ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "13.2.4", ngImpor
|
|
|
72
72
|
useExisting: forwardRef(() => LuApiPagerComponent),
|
|
73
73
|
multi: true,
|
|
74
74
|
},
|
|
75
|
-
]
|
|
75
|
+
] }]
|
|
76
76
|
}], ctorParameters: function () { return [{ type: i1.LuApiHybridService, decorators: [{
|
|
77
77
|
type: Inject,
|
|
78
78
|
args: [ALuApiService]
|
|
@@ -4,10 +4,10 @@ import { HttpClientModule } from '@angular/common/http';
|
|
|
4
4
|
import * as i0 from "@angular/core";
|
|
5
5
|
export class LuApiPagerModule {
|
|
6
6
|
}
|
|
7
|
-
LuApiPagerModule.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "
|
|
8
|
-
LuApiPagerModule.ɵmod = i0.ɵɵngDeclareNgModule({ minVersion: "
|
|
9
|
-
LuApiPagerModule.ɵinj = i0.ɵɵngDeclareInjector({ minVersion: "12.0.0", version: "
|
|
10
|
-
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "
|
|
7
|
+
LuApiPagerModule.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "14.0.0", ngImport: i0, type: LuApiPagerModule, deps: [], target: i0.ɵɵFactoryTarget.NgModule });
|
|
8
|
+
LuApiPagerModule.ɵmod = i0.ɵɵngDeclareNgModule({ minVersion: "14.0.0", version: "14.0.0", ngImport: i0, type: LuApiPagerModule, declarations: [LuApiPagerComponent], imports: [HttpClientModule], exports: [LuApiPagerComponent] });
|
|
9
|
+
LuApiPagerModule.ɵinj = i0.ɵɵngDeclareInjector({ minVersion: "12.0.0", version: "14.0.0", ngImport: i0, type: LuApiPagerModule, imports: [HttpClientModule] });
|
|
10
|
+
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "14.0.0", ngImport: i0, type: LuApiPagerModule, decorators: [{
|
|
11
11
|
type: NgModule,
|
|
12
12
|
args: [{
|
|
13
13
|
imports: [HttpClientModule],
|
|
@@ -15,4 +15,4 @@ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "13.2.4", ngImpor
|
|
|
15
15
|
exports: [LuApiPagerComponent],
|
|
16
16
|
}]
|
|
17
17
|
}] });
|
|
18
|
-
//# sourceMappingURL=data:application/json;base64,
|
|
18
|
+
//# sourceMappingURL=data:application/json;base64,eyJ2ZXJzaW9uIjozLCJmaWxlIjoiYXBpLXBhZ2VyLm1vZHVsZS5qcyIsInNvdXJjZVJvb3QiOiIiLCJzb3VyY2VzIjpbIi4uLy4uLy4uLy4uLy4uLy4uLy4uL3BhY2thZ2VzL25nL2FwaS9zcmMvbGliL3NlbGVjdC9wYWdlci9hcGktcGFnZXIubW9kdWxlLnRzIl0sIm5hbWVzIjpbXSwibWFwcGluZ3MiOiJBQUFBLE9BQU8sRUFBRSxRQUFRLEVBQUUsTUFBTSxlQUFlLENBQUM7QUFDekMsT0FBTyxFQUFFLG1CQUFtQixFQUFFLE1BQU0sdUJBQXVCLENBQUM7QUFDNUQsT0FBTyxFQUFFLGdCQUFnQixFQUFFLE1BQU0sc0JBQXNCLENBQUM7O0FBT3hELE1BQU0sT0FBTyxnQkFBZ0I7OzZHQUFoQixnQkFBZ0I7OEdBQWhCLGdCQUFnQixpQkFIYixtQkFBbUIsYUFEeEIsZ0JBQWdCLGFBRWhCLG1CQUFtQjs4R0FFakIsZ0JBQWdCLFlBSmxCLGdCQUFnQjsyRkFJZCxnQkFBZ0I7a0JBTDVCLFFBQVE7bUJBQUM7b0JBQ1QsT0FBTyxFQUFFLENBQUMsZ0JBQWdCLENBQUM7b0JBQzNCLFlBQVksRUFBRSxDQUFDLG1CQUFtQixDQUFDO29CQUNuQyxPQUFPLEVBQUUsQ0FBQyxtQkFBbUIsQ0FBQztpQkFDOUIiLCJzb3VyY2VzQ29udGVudCI6WyJpbXBvcnQgeyBOZ01vZHVsZSB9IGZyb20gJ0Bhbmd1bGFyL2NvcmUnO1xyXG5pbXBvcnQgeyBMdUFwaVBhZ2VyQ29tcG9uZW50IH0gZnJvbSAnLi9hcGktcGFnZXIuY29tcG9uZW50JztcclxuaW1wb3J0IHsgSHR0cENsaWVudE1vZHVsZSB9IGZyb20gJ0Bhbmd1bGFyL2NvbW1vbi9odHRwJztcclxuXHJcbkBOZ01vZHVsZSh7XHJcblx0aW1wb3J0czogW0h0dHBDbGllbnRNb2R1bGVdLFxyXG5cdGRlY2xhcmF0aW9uczogW0x1QXBpUGFnZXJDb21wb25lbnRdLFxyXG5cdGV4cG9ydHM6IFtMdUFwaVBhZ2VyQ29tcG9uZW50XSxcclxufSlcclxuZXhwb3J0IGNsYXNzIEx1QXBpUGFnZXJNb2R1bGUge31cclxuIl19
|