@leanix/components 0.4.21 → 0.4.23
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/{esm2020 → esm2022}/lib/core-ui/components/badge/badge.component.mjs +4 -4
- package/{esm2020 → esm2022}/lib/core-ui/components/button/button.component.mjs +4 -4
- package/{esm2020 → esm2022}/lib/core-ui/components/button-group/button-group.component.mjs +4 -4
- package/{esm2020 → esm2022}/lib/core-ui/components/card/card.component.mjs +4 -4
- package/{esm2020 → esm2022}/lib/core-ui/components/collapsible/collapsible.component.mjs +4 -4
- package/{esm2020 → esm2022}/lib/core-ui/components/colored-label/colored-label.component.mjs +4 -4
- package/esm2022/lib/core-ui/components/ellipsis/ellipsis.component.mjs +139 -0
- package/{esm2020 → esm2022}/lib/core-ui/components/file-download-button/file-download-button.component.mjs +4 -4
- package/{esm2020 → esm2022}/lib/core-ui/components/icon-scale/icon-scale.component.mjs +4 -4
- package/{esm2020 → esm2022}/lib/core-ui/components/spinner/spinner.component.mjs +4 -4
- package/{esm2020 → esm2022}/lib/core-ui/components/table/table-header/table-header.component.mjs +4 -4
- package/{esm2020 → esm2022}/lib/core-ui/components/table/table.component.mjs +4 -4
- package/{esm2020 → esm2022}/lib/core-ui/components/tiny-spinner/tiny-spinner.component.mjs +4 -4
- package/{esm2020 → esm2022}/lib/core-ui/core-ui.module.mjs +72 -72
- package/{esm2020 → esm2022}/lib/core-ui/directives/after-view-init.directive.mjs +4 -4
- package/{esm2020 → esm2022}/lib/core-ui/directives/autoclose-group.service.mjs +4 -4
- package/{esm2020 → esm2022}/lib/core-ui/directives/autoclose.directive.mjs +4 -4
- package/{esm2020 → esm2022}/lib/core-ui/directives/autofocus.directive.mjs +4 -4
- package/{esm2020 → esm2022}/lib/core-ui/directives/html.directive.mjs +4 -4
- package/esm2022/lib/core-ui/linkify/linkify.pipe.mjs +144 -0
- package/{esm2020 → esm2022}/lib/core-ui/linkify/unlinkify.pipe.mjs +4 -4
- package/{esm2020 → esm2022}/lib/core-ui/pipes/br.pipe.mjs +4 -4
- package/{esm2020 → esm2022}/lib/core-ui/pipes/contrast-color.pipe.mjs +4 -4
- package/{esm2020 → esm2022}/lib/core-ui/pipes/custom-date.pipe.mjs +4 -4
- package/{esm2020 → esm2022}/lib/core-ui/pipes/highlight-range.pipe.mjs +4 -4
- package/{esm2020 → esm2022}/lib/core-ui/pipes/highlight-term.pipe.mjs +4 -4
- package/{esm2020 → esm2022}/lib/core-ui/pipes/lx-is-uuid.pipe.mjs +4 -4
- package/{esm2020 → esm2022}/lib/core-ui/pipes/lx-time-ago.pipe.mjs +4 -4
- package/{esm2020 → esm2022}/lib/core-ui/pipes/lx-translate.pipe.mjs +5 -5
- package/{esm2020 → esm2022}/lib/core-ui/pipes/markdown.pipe.mjs +4 -4
- package/{esm2020 → esm2022}/lib/core-ui/pipes/nbsp.pipe.mjs +4 -4
- package/{esm2020 → esm2022}/lib/core-ui/pipes/sort.pipe.mjs +4 -4
- package/{esm2020 → esm2022}/lib/core-ui/pipes/translation-after.pipe.mjs +4 -4
- package/{esm2020 → esm2022}/lib/core-ui/pipes/translation-before.pipe.mjs +4 -4
- package/{esm2020 → esm2022}/lib/core-ui/pipes/translation-between.pipe.mjs +4 -4
- package/{esm2020 → esm2022}/lib/core-ui/pipes/unescape-curly-braces.pipe.mjs +4 -4
- package/{esm2020 → esm2022}/lib/core-ui/services/resize-observer.service.mjs +4 -4
- package/{esm2020 → esm2022}/lib/core-ui/tooltip/tooltip.component.mjs +4 -4
- package/esm2022/lib/core-ui/tooltip/tooltip.directive.mjs +105 -0
- package/{esm2020 → esm2022}/lib/core-ui/tooltip/tooltip.module.mjs +5 -5
- package/esm2022/lib/forms-ui/components/basic-dropdown/basic-dropdown.component.mjs +120 -0
- package/{esm2020 → esm2022}/lib/forms-ui/components/basic-dropdown-item/basic-dropdown-item.component.mjs +4 -4
- package/{esm2020 → esm2022}/lib/forms-ui/components/breadcrumb/breadcrumb.component.mjs +4 -4
- package/esm2022/lib/forms-ui/components/cdk-options-dropdown/cdk-options-dropdown.component.mjs +216 -0
- package/{esm2020 → esm2022}/lib/forms-ui/components/cdk-options-sub-dropdown/cdk-options-sub-dropdown.component.mjs +4 -4
- package/{esm2020 → esm2022}/lib/forms-ui/components/copy-button/copy-button.component.mjs +4 -4
- package/esm2022/lib/forms-ui/components/currency/currency-input.component.mjs +145 -0
- package/{esm2020 → esm2022}/lib/forms-ui/components/currency/currency-symbol.component.mjs +4 -4
- package/{esm2020 → esm2022}/lib/forms-ui/components/date-input/date-input.component.mjs +7 -7
- package/{esm2020 → esm2022}/lib/forms-ui/components/date-picker-ui/datepicker-inner.component.mjs +6 -6
- package/esm2022/lib/forms-ui/components/date-picker-ui/datepicker-ui.module.mjs +27 -0
- package/esm2022/lib/forms-ui/components/date-picker-ui/datepicker.component.mjs +205 -0
- package/{esm2020 → esm2022}/lib/forms-ui/components/date-picker-ui/datepicker.config.mjs +4 -4
- package/{esm2020 → esm2022}/lib/forms-ui/components/date-picker-ui/daypicker.component.mjs +6 -6
- package/{esm2020 → esm2022}/lib/forms-ui/components/date-picker-ui/monthpicker.component.mjs +6 -6
- package/{esm2020 → esm2022}/lib/forms-ui/components/date-picker-ui/yearpicker.component.mjs +6 -6
- package/esm2022/lib/forms-ui/components/drag-and-drop-list/drag-and-drop-list-item/drag-and-drop-list-item.component.mjs +49 -0
- package/{esm2020 → esm2022}/lib/forms-ui/components/drag-and-drop-list/drag-and-drop-list.component.mjs +4 -4
- package/{esm2020 → esm2022}/lib/forms-ui/components/drag-and-drop-list/drag-and-drop-list.module.mjs +5 -5
- package/esm2022/lib/forms-ui/components/drag-and-drop-list/keyboard-sortable-item/keyboard-sortable-item.directive.mjs +134 -0
- package/{esm2020 → esm2022}/lib/forms-ui/components/drag-and-drop-list/keyboard-sortable-list/keyboard-sortable-list.directive.mjs +4 -4
- package/{esm2020 → esm2022}/lib/forms-ui/components/error-message/error-message.component.mjs +7 -7
- package/{esm2020 → esm2022}/lib/forms-ui/components/expanded-dropdown/expanded-dropdown.component.mjs +4 -4
- package/{esm2020 → esm2022}/lib/forms-ui/components/form-error/form-error.component.mjs +4 -4
- package/{esm2020 → esm2022}/lib/forms-ui/components/icon/icon.component.mjs +4 -4
- package/{esm2020 → esm2022}/lib/forms-ui/components/input/input.component.mjs +4 -4
- package/{esm2020 → esm2022}/lib/forms-ui/components/keyboard-select.directive.mjs +4 -4
- package/esm2022/lib/forms-ui/components/multi-select/multi-select.component.mjs +255 -0
- package/esm2022/lib/forms-ui/components/option/option.component.mjs +84 -0
- package/{esm2020 → esm2022}/lib/forms-ui/components/option-group/option-group.component.mjs +4 -4
- package/{esm2020 → esm2022}/lib/forms-ui/components/option-group-dropdown/option-group-dropdown.component.mjs +4 -4
- package/esm2022/lib/forms-ui/components/options-dropdown/options-dropdown.component.mjs +185 -0
- package/{esm2020 → esm2022}/lib/forms-ui/components/options-sub-dropdown/options-sub-dropdown.component.mjs +4 -4
- package/{esm2020 → esm2022}/lib/forms-ui/components/picker/picker-trigger.directive.mjs +7 -7
- package/{esm2020 → esm2022}/lib/forms-ui/components/picker/picker.component.mjs +19 -19
- package/esm2022/lib/forms-ui/components/picker-option/picker-option.component.mjs +118 -0
- package/{esm2020 → esm2022}/lib/forms-ui/components/pill-item/pill-item.component.mjs +4 -4
- package/{esm2020 → esm2022}/lib/forms-ui/components/pill-list/pill-list.component.mjs +4 -4
- package/esm2022/lib/forms-ui/components/responsive-input/responsive-input.component.mjs +100 -0
- package/{esm2020 → esm2022}/lib/forms-ui/components/select-list/select-list.component.mjs +4 -4
- package/esm2022/lib/forms-ui/components/single-select/single-select.component.mjs +279 -0
- package/{esm2020 → esm2022}/lib/forms-ui/components/slider-toggle/slider-toggle.component.mjs +4 -4
- package/{esm2020 → esm2022}/lib/forms-ui/components/sorting-dropdown/sorting-dropdown.component.mjs +4 -4
- package/{esm2020 → esm2022}/lib/forms-ui/components/sorting-dropdown-trigger/sorting-dropdown-trigger.component.mjs +4 -4
- package/esm2022/lib/forms-ui/directives/contenteditable.directive.mjs +129 -0
- package/esm2022/lib/forms-ui/directives/form-error.directive.mjs +109 -0
- package/{esm2020 → esm2022}/lib/forms-ui/directives/form-submit.directive.mjs +4 -4
- package/{esm2020 → esm2022}/lib/forms-ui/directives/keyboard-action-source.directive.mjs +4 -4
- package/{esm2020 → esm2022}/lib/forms-ui/directives/mark-invalid.directive.mjs +4 -4
- package/{esm2020 → esm2022}/lib/forms-ui/directives/select-dropdown.directive.mjs +4 -4
- package/{esm2020 → esm2022}/lib/forms-ui/directives/selectable-item.directive.mjs +7 -7
- package/{esm2020 → esm2022}/lib/forms-ui/directives/selected-option.directive.mjs +4 -4
- package/{esm2020 → esm2022}/lib/forms-ui/forms-ui.module.mjs +102 -102
- package/{esm2020 → esm2022}/lib/forms-ui/models/base-select.directive.mjs +4 -4
- package/{esm2020 → esm2022}/lib/forms-ui/pipes/filter-selection.pipe.mjs +4 -4
- package/{esm2020 → esm2022}/lib/forms-ui/pipes/filter-term.pipe.mjs +4 -4
- package/{esm2020 → esm2022}/lib/forms-ui/pipes/format-number.pipe.mjs +4 -4
- package/esm2022/lib/modal-ui/components/modal/modal.component.mjs +213 -0
- package/{esm2020 → esm2022}/lib/modal-ui/components/modal-footer/modal-footer.component.mjs +4 -4
- package/{esm2020 → esm2022}/lib/modal-ui/components/modal-header/modal-header.component.mjs +4 -4
- package/{esm2020 → esm2022}/lib/modal-ui/directives/modal-content.directive.mjs +4 -4
- package/{esm2020 → esm2022}/lib/modal-ui/modal.module.mjs +5 -5
- package/{esm2020 → esm2022}/lib/popover-ui/components/popover/popover.component.mjs +4 -4
- package/{esm2020 → esm2022}/lib/popover-ui/directives/popover-click.directive.mjs +4 -4
- package/{esm2020 → esm2022}/lib/popover-ui/directives/popover-content.directive.mjs +4 -4
- package/esm2022/lib/popover-ui/directives/popover-hover.directive.mjs +87 -0
- package/{esm2020 → esm2022}/lib/popover-ui/popover-ui.module.mjs +5 -5
- package/{esm2020 → esm2022}/lib/tab-ui/components/tab/tab.component.mjs +14 -14
- package/esm2022/lib/tab-ui/components/tab-group/tab-group.component.mjs +71 -0
- package/{esm2020 → esm2022}/lib/tab-ui/tab-ui.module.mjs +5 -5
- package/{fesm2020 → fesm2022}/leanix-components.mjs +767 -768
- package/fesm2022/leanix-components.mjs.map +1 -0
- package/lib/core-ui/components/badge/badge.component.d.ts +1 -1
- package/lib/core-ui/components/button/button.component.d.ts +1 -1
- package/lib/core-ui/components/button-group/button-group.component.d.ts +1 -1
- package/lib/core-ui/components/card/card.component.d.ts +1 -1
- package/lib/core-ui/components/collapsible/collapsible.component.d.ts +1 -1
- package/lib/core-ui/components/colored-label/colored-label.component.d.ts +1 -1
- package/lib/core-ui/components/ellipsis/ellipsis.component.d.ts +1 -1
- package/lib/core-ui/components/file-download-button/file-download-button.component.d.ts +1 -1
- package/lib/core-ui/components/icon-scale/icon-scale.component.d.ts +1 -1
- package/lib/core-ui/components/spinner/spinner.component.d.ts +1 -1
- package/lib/core-ui/components/table/table-header/table-header.component.d.ts +1 -1
- package/lib/core-ui/components/table/table.component.d.ts +1 -1
- package/lib/core-ui/directives/autoclose.directive.d.ts +1 -1
- package/lib/core-ui/directives/autofocus.directive.d.ts +1 -1
- package/lib/core-ui/directives/html.directive.d.ts +1 -1
- package/lib/core-ui/pipes/sort.pipe.d.ts +1 -1
- package/lib/core-ui/services/resize-observer.service.d.ts +1 -1
- package/lib/core-ui/tooltip/tooltip.component.d.ts +1 -1
- package/lib/core-ui/tooltip/tooltip.directive.d.ts +1 -1
- package/lib/forms-ui/components/basic-dropdown/basic-dropdown.component.d.ts +1 -1
- package/lib/forms-ui/components/basic-dropdown-item/basic-dropdown-item.component.d.ts +1 -1
- package/lib/forms-ui/components/breadcrumb/breadcrumb.component.d.ts +2 -2
- package/lib/forms-ui/components/cdk-options-dropdown/cdk-options-dropdown.component.d.ts +1 -1
- package/lib/forms-ui/components/cdk-options-sub-dropdown/cdk-options-sub-dropdown.component.d.ts +1 -1
- package/lib/forms-ui/components/copy-button/copy-button.component.d.ts +1 -1
- package/lib/forms-ui/components/currency/currency-input.component.d.ts +4 -4
- package/lib/forms-ui/components/currency/currency-symbol.component.d.ts +1 -1
- package/lib/forms-ui/components/date-input/date-input.component.d.ts +2 -2
- package/lib/forms-ui/components/date-picker-ui/datepicker-inner.component.d.ts +1 -1
- package/lib/forms-ui/components/date-picker-ui/datepicker.component.d.ts +1 -1
- package/lib/forms-ui/components/drag-and-drop-list/drag-and-drop-list-item/drag-and-drop-list-item.component.d.ts +1 -1
- package/lib/forms-ui/components/drag-and-drop-list/drag-and-drop-list.component.d.ts +1 -1
- package/lib/forms-ui/components/drag-and-drop-list/keyboard-sortable-item/keyboard-sortable-item.directive.d.ts +1 -1
- package/lib/forms-ui/components/drag-and-drop-list/keyboard-sortable-list/keyboard-sortable-list.directive.d.ts +1 -1
- package/lib/forms-ui/components/error-message/error-message.component.d.ts +1 -1
- package/lib/forms-ui/components/expanded-dropdown/expanded-dropdown.component.d.ts +1 -1
- package/lib/forms-ui/components/form-error/form-error.component.d.ts +1 -1
- package/lib/forms-ui/components/icon/icon.component.d.ts +2 -2
- package/lib/forms-ui/components/input/input.component.d.ts +1 -1
- package/lib/forms-ui/components/keyboard-select.directive.d.ts +1 -1
- package/lib/forms-ui/components/multi-select/multi-select.component.d.ts +3 -3
- package/lib/forms-ui/components/option/option.component.d.ts +1 -1
- package/lib/forms-ui/components/option-group/option-group.component.d.ts +1 -1
- package/lib/forms-ui/components/option-group-dropdown/option-group-dropdown.component.d.ts +3 -3
- package/lib/forms-ui/components/options-dropdown/options-dropdown.component.d.ts +1 -1
- package/lib/forms-ui/components/options-sub-dropdown/options-sub-dropdown.component.d.ts +1 -1
- package/lib/forms-ui/components/picker/picker.component.d.ts +1 -1
- package/lib/forms-ui/components/picker-option/picker-option.component.d.ts +1 -1
- package/lib/forms-ui/components/pill-item/pill-item.component.d.ts +1 -1
- package/lib/forms-ui/components/pill-list/pill-list.component.d.ts +1 -1
- package/lib/forms-ui/components/select-list/select-list.component.d.ts +1 -1
- package/lib/forms-ui/components/single-select/single-select.component.d.ts +2 -2
- package/lib/forms-ui/components/slider-toggle/slider-toggle.component.d.ts +1 -1
- package/lib/forms-ui/components/sorting-dropdown/sorting-dropdown.component.d.ts +1 -1
- package/lib/forms-ui/components/sorting-dropdown-trigger/sorting-dropdown-trigger.component.d.ts +1 -1
- package/lib/forms-ui/directives/contenteditable.directive.d.ts +2 -2
- package/lib/forms-ui/directives/form-error.directive.d.ts +2 -2
- package/lib/forms-ui/directives/mark-invalid.directive.d.ts +1 -1
- package/lib/forms-ui/directives/selectable-item.directive.d.ts +1 -1
- package/lib/forms-ui/models/base-select.directive.d.ts +1 -1
- package/lib/forms-ui/models/single-select-padding.interface.d.ts +1 -1
- package/lib/forms-ui/models/sorting.interface.d.ts +1 -1
- package/lib/modal-ui/components/modal/modal.component.d.ts +1 -1
- package/lib/modal-ui/components/modal-footer/modal-footer.component.d.ts +1 -1
- package/lib/modal-ui/components/modal-header/modal-header.component.d.ts +1 -1
- package/lib/popover-ui/components/popover/popover.component.d.ts +1 -1
- package/lib/popover-ui/directives/popover-click.directive.d.ts +1 -1
- package/lib/popover-ui/directives/popover-hover.directive.d.ts +1 -1
- package/lib/tab-ui/components/tab/tab.component.d.ts +1 -1
- package/lib/tab-ui/components/tab-group/tab-group.component.d.ts +1 -1
- package/package.json +13 -19
- package/esm2020/lib/core-ui/components/ellipsis/ellipsis.component.mjs +0 -139
- package/esm2020/lib/core-ui/linkify/linkify.pipe.mjs +0 -144
- package/esm2020/lib/core-ui/tooltip/tooltip.directive.mjs +0 -105
- package/esm2020/lib/forms-ui/components/basic-dropdown/basic-dropdown.component.mjs +0 -120
- package/esm2020/lib/forms-ui/components/cdk-options-dropdown/cdk-options-dropdown.component.mjs +0 -216
- package/esm2020/lib/forms-ui/components/currency/currency-input.component.mjs +0 -145
- package/esm2020/lib/forms-ui/components/date-picker-ui/datepicker-ui.module.mjs +0 -28
- package/esm2020/lib/forms-ui/components/date-picker-ui/datepicker.component.mjs +0 -205
- package/esm2020/lib/forms-ui/components/drag-and-drop-list/drag-and-drop-list-item/drag-and-drop-list-item.component.mjs +0 -49
- package/esm2020/lib/forms-ui/components/drag-and-drop-list/keyboard-sortable-item/keyboard-sortable-item.directive.mjs +0 -134
- package/esm2020/lib/forms-ui/components/multi-select/multi-select.component.mjs +0 -255
- package/esm2020/lib/forms-ui/components/option/option.component.mjs +0 -84
- package/esm2020/lib/forms-ui/components/options-dropdown/options-dropdown.component.mjs +0 -185
- package/esm2020/lib/forms-ui/components/picker-option/picker-option.component.mjs +0 -118
- package/esm2020/lib/forms-ui/components/responsive-input/responsive-input.component.mjs +0 -100
- package/esm2020/lib/forms-ui/components/single-select/single-select.component.mjs +0 -279
- package/esm2020/lib/forms-ui/directives/contenteditable.directive.mjs +0 -129
- package/esm2020/lib/forms-ui/directives/form-error.directive.mjs +0 -109
- package/esm2020/lib/modal-ui/components/modal/modal.component.mjs +0 -213
- package/esm2020/lib/popover-ui/directives/popover-hover.directive.mjs +0 -87
- package/esm2020/lib/tab-ui/components/tab-group/tab-group.component.mjs +0 -71
- package/fesm2015/leanix-components.mjs +0 -8448
- package/fesm2015/leanix-components.mjs.map +0 -1
- package/fesm2020/leanix-components.mjs.map +0 -1
- package/src/lib/forms-ui/components/date-picker-ui/README.md +0 -8
- /package/{esm2020 → esm2022}/index.mjs +0 -0
- /package/{esm2020 → esm2022}/leanix-components.mjs +0 -0
- /package/{esm2020 → esm2022}/lib/core-ui/annotations/required.mjs +0 -0
- /package/{esm2020 → esm2022}/lib/core-ui/core-ui.constants.mjs +0 -0
- /package/{esm2020 → esm2022}/lib/core-ui/functions/core-css.helpers.mjs +0 -0
- /package/{esm2020 → esm2022}/lib/core-ui/tooltip/to-cdk-position.function.mjs +0 -0
- /package/{esm2020 → esm2022}/lib/core-ui/tooltip/tooltip-position.interface.mjs +0 -0
- /package/{esm2020 → esm2022}/lib/forms-ui/components/currency/currency-symbol-map.constant.mjs +0 -0
- /package/{esm2020 → esm2022}/lib/forms-ui/components/date-picker-ui/date-formatter.mjs +0 -0
- /package/{esm2020 → esm2022}/lib/forms-ui/components/date-picker-ui/isBs3.mjs +0 -0
- /package/{esm2020 → esm2022}/lib/forms-ui/components/drag-and-drop-list/constants.mjs +0 -0
- /package/{esm2020 → esm2022}/lib/forms-ui/helpers/key-codes.constants.mjs +0 -0
- /package/{esm2020 → esm2022}/lib/forms-ui/helpers/keyboard-navigation.helpers.mjs +0 -0
- /package/{esm2020 → esm2022}/lib/forms-ui/models/dropdown-item.interface.mjs +0 -0
- /package/{esm2020 → esm2022}/lib/forms-ui/models/single-select-padding.interface.mjs +0 -0
- /package/{esm2020 → esm2022}/lib/forms-ui/models/sorting.interface.mjs +0 -0
- /package/{esm2020 → esm2022}/lib/forms-ui/validators/date-in-foreseeable-future.validator.mjs +0 -0
- /package/{esm2020 → esm2022}/lib/forms-ui/validators/string-not-in-array.validator.mjs +0 -0
- /package/{esm2020 → esm2022}/lib/modal-ui/modal.constants.mjs +0 -0
- /package/{esm2020 → esm2022}/lib/shared/date-helpers.mjs +0 -0
- /package/{esm2020 → esm2022}/lib/shared/html-helpers.function.mjs +0 -0
- /package/{esm2020 → esm2022}/lib/shared/misc-helpers.mjs +0 -0
- /package/{esm2020 → esm2022}/lib/shared/observe.mjs +0 -0
|
@@ -5,5 +5,5 @@ export declare class BadgeComponent {
|
|
|
5
5
|
color: 'primary' | 'gray' | 'darkgray' | 'green';
|
|
6
6
|
get classes(): string;
|
|
7
7
|
static ɵfac: i0.ɵɵFactoryDeclaration<BadgeComponent, never>;
|
|
8
|
-
static ɵcmp: i0.ɵɵComponentDeclaration<BadgeComponent, "lx-badge", never, { "content": "content"; "size": "size"; "color": "color"; }, {}, never, never, false, never>;
|
|
8
|
+
static ɵcmp: i0.ɵɵComponentDeclaration<BadgeComponent, "lx-badge", never, { "content": { "alias": "content"; "required": false; }; "size": { "alias": "size"; "required": false; }; "color": { "alias": "color"; "required": false; }; }, {}, never, never, false, never>;
|
|
9
9
|
}
|
|
@@ -11,5 +11,5 @@ export declare class ButtonComponent {
|
|
|
11
11
|
showSpinner: boolean;
|
|
12
12
|
get isDisabled(): boolean;
|
|
13
13
|
static ɵfac: i0.ɵɵFactoryDeclaration<ButtonComponent, never>;
|
|
14
|
-
static ɵcmp: i0.ɵɵComponentDeclaration<ButtonComponent, "button[lx-button]", never, { "size": "size"; "color": "color"; "mode": "mode"; "pressed": "pressed"; "selected": "selected"; "square": "square"; "circle": "circle"; "disabled": "disabled"; "showSpinner": "showSpinner"; }, {}, never, ["*"], false, never>;
|
|
14
|
+
static ɵcmp: i0.ɵɵComponentDeclaration<ButtonComponent, "button[lx-button]", never, { "size": { "alias": "size"; "required": false; }; "color": { "alias": "color"; "required": false; }; "mode": { "alias": "mode"; "required": false; }; "pressed": { "alias": "pressed"; "required": false; }; "selected": { "alias": "selected"; "required": false; }; "square": { "alias": "square"; "required": false; }; "circle": { "alias": "circle"; "required": false; }; "disabled": { "alias": "disabled"; "required": false; }; "showSpinner": { "alias": "showSpinner"; "required": false; }; }, {}, never, ["*"], false, never>;
|
|
15
15
|
}
|
|
@@ -4,5 +4,5 @@ export declare class ButtonGroupComponent {
|
|
|
4
4
|
get hasMarginSeperator(): boolean;
|
|
5
5
|
get hasBorderSeparator(): boolean;
|
|
6
6
|
static ɵfac: i0.ɵɵFactoryDeclaration<ButtonGroupComponent, never>;
|
|
7
|
-
static ɵcmp: i0.ɵɵComponentDeclaration<ButtonGroupComponent, "lx-button-group", never, { "separator": "separator"; }, {}, never, ["*"], false, never>;
|
|
7
|
+
static ɵcmp: i0.ɵɵComponentDeclaration<ButtonGroupComponent, "lx-button-group", never, { "separator": { "alias": "separator"; "required": false; }; }, {}, never, ["*"], false, never>;
|
|
8
8
|
}
|
|
@@ -2,5 +2,5 @@ import * as i0 from "@angular/core";
|
|
|
2
2
|
export declare class CardComponent {
|
|
3
3
|
dataStyle: 'white';
|
|
4
4
|
static ɵfac: i0.ɵɵFactoryDeclaration<CardComponent, never>;
|
|
5
|
-
static ɵcmp: i0.ɵɵComponentDeclaration<CardComponent, "lx-card", never, { "dataStyle": "dataStyle"; }, {}, never, ["*"], false, never>;
|
|
5
|
+
static ɵcmp: i0.ɵɵComponentDeclaration<CardComponent, "lx-card", never, { "dataStyle": { "alias": "dataStyle"; "required": false; }; }, {}, never, ["*"], false, never>;
|
|
6
6
|
}
|
|
@@ -13,5 +13,5 @@ export declare class CollapsibleComponent {
|
|
|
13
13
|
onClick(event: MouseEvent): void;
|
|
14
14
|
onToggleSection(event: MouseEvent): void;
|
|
15
15
|
static ɵfac: i0.ɵɵFactoryDeclaration<CollapsibleComponent, never>;
|
|
16
|
-
static ɵcmp: i0.ɵɵComponentDeclaration<CollapsibleComponent, "lx-collapsible", never, { "disableSectionToggle": "disableSectionToggle"; "hideSectionToggle": "hideSectionToggle"; "toggleSize": "toggleSize"; "toggleTitle": "toggleTitle"; "collapsed": "collapsed"; }, { "collapsedChange": "collapsedChange"; }, never, ["*"], false, never>;
|
|
16
|
+
static ɵcmp: i0.ɵɵComponentDeclaration<CollapsibleComponent, "lx-collapsible", never, { "disableSectionToggle": { "alias": "disableSectionToggle"; "required": false; }; "hideSectionToggle": { "alias": "hideSectionToggle"; "required": false; }; "toggleSize": { "alias": "toggleSize"; "required": false; }; "toggleTitle": { "alias": "toggleTitle"; "required": false; }; "collapsed": { "alias": "collapsed"; "required": false; }; }, { "collapsedChange": "collapsedChange"; }, never, ["*"], false, never>;
|
|
17
17
|
}
|
|
@@ -8,5 +8,5 @@ export declare class ColoredLabelComponent {
|
|
|
8
8
|
[className: string]: boolean;
|
|
9
9
|
};
|
|
10
10
|
static ɵfac: i0.ɵɵFactoryDeclaration<ColoredLabelComponent, never>;
|
|
11
|
-
static ɵcmp: i0.ɵɵComponentDeclaration<ColoredLabelComponent, "lx-colored-label", never, { "bgColor": "bgColor"; "color": "color"; "tooltip": "tooltip"; "classes": "classes"; }, {}, never, ["*"], false, never>;
|
|
11
|
+
static ɵcmp: i0.ɵɵComponentDeclaration<ColoredLabelComponent, "lx-colored-label", never, { "bgColor": { "alias": "bgColor"; "required": false; }; "color": { "alias": "color"; "required": false; }; "tooltip": { "alias": "tooltip"; "required": false; }; "classes": { "alias": "classes"; "required": false; }; }, {}, never, ["*"], false, never>;
|
|
12
12
|
}
|
|
@@ -39,5 +39,5 @@ export declare class EllipsisComponent implements OnInit, OnDestroy {
|
|
|
39
39
|
private detectChangesWhenObservableEmits;
|
|
40
40
|
private isContentOverflowing;
|
|
41
41
|
static ɵfac: i0.ɵɵFactoryDeclaration<EllipsisComponent, never>;
|
|
42
|
-
static ɵcmp: i0.ɵɵComponentDeclaration<EllipsisComponent, "lx-ellipsis", never, { "content": "content"; "escapeHtmlInContent": "escapeHtmlInContent"; }, {}, never, never, false, never>;
|
|
42
|
+
static ɵcmp: i0.ɵɵComponentDeclaration<EllipsisComponent, "lx-ellipsis", never, { "content": { "alias": "content"; "required": false; }; "escapeHtmlInContent": { "alias": "escapeHtmlInContent"; "required": false; }; }, {}, never, never, false, never>;
|
|
43
43
|
}
|
|
@@ -16,5 +16,5 @@ export declare class FileDownloadButtonComponent implements OnInit {
|
|
|
16
16
|
requestDownload(): void;
|
|
17
17
|
private openUrlInNewWindow;
|
|
18
18
|
static ɵfac: i0.ɵɵFactoryDeclaration<FileDownloadButtonComponent, never>;
|
|
19
|
-
static ɵcmp: i0.ɵɵComponentDeclaration<FileDownloadButtonComponent, "lx-file-download-button", never, { "downloadRequest": "downloadRequest"; "initialDownloadLink": "initialDownloadLink"; "refreshKeyUrl": "refreshKeyUrl"; "downloadLabel": "downloadLabel"; }, { "downloadFinish": "downloadFinish"; "downloadStarted": "downloadStarted"; }, never, never, false, never>;
|
|
19
|
+
static ɵcmp: i0.ɵɵComponentDeclaration<FileDownloadButtonComponent, "lx-file-download-button", never, { "downloadRequest": { "alias": "downloadRequest"; "required": false; }; "initialDownloadLink": { "alias": "initialDownloadLink"; "required": false; }; "refreshKeyUrl": { "alias": "refreshKeyUrl"; "required": false; }; "downloadLabel": { "alias": "downloadLabel"; "required": false; }; }, { "downloadFinish": "downloadFinish"; "downloadStarted": "downloadStarted"; }, never, never, false, never>;
|
|
20
20
|
}
|
|
@@ -15,5 +15,5 @@ export declare class IconScaleComponent implements OnChanges {
|
|
|
15
15
|
ngOnChanges(_changes: SimpleChanges): void;
|
|
16
16
|
private createIconArray;
|
|
17
17
|
static ɵfac: i0.ɵɵFactoryDeclaration<IconScaleComponent, never>;
|
|
18
|
-
static ɵcmp: i0.ɵɵComponentDeclaration<IconScaleComponent, "lx-icon-scale", never, { "icon": "icon"; "numberOfColoredItems": "numberOfColoredItems"; "numberOfItems": "numberOfItems"; }, {}, never, never, false, never>;
|
|
18
|
+
static ɵcmp: i0.ɵɵComponentDeclaration<IconScaleComponent, "lx-icon-scale", never, { "icon": { "alias": "icon"; "required": false; }; "numberOfColoredItems": { "alias": "numberOfColoredItems"; "required": false; }; "numberOfItems": { "alias": "numberOfItems"; "required": false; }; }, {}, never, never, false, never>;
|
|
19
19
|
}
|
|
@@ -9,5 +9,5 @@ import * as i0 from "@angular/core";
|
|
|
9
9
|
export declare class SpinnerComponent {
|
|
10
10
|
fadeBackground: boolean;
|
|
11
11
|
static ɵfac: i0.ɵɵFactoryDeclaration<SpinnerComponent, never>;
|
|
12
|
-
static ɵcmp: i0.ɵɵComponentDeclaration<SpinnerComponent, "lx-spinner", never, { "fadeBackground": "fadeBackground"; }, {}, never, ["*"], false, never>;
|
|
12
|
+
static ɵcmp: i0.ɵɵComponentDeclaration<SpinnerComponent, "lx-spinner", never, { "fadeBackground": { "alias": "fadeBackground"; "required": false; }; }, {}, never, ["*"], false, never>;
|
|
13
13
|
}
|
|
@@ -14,5 +14,5 @@ export declare class TableHeaderComponent {
|
|
|
14
14
|
get order(): OrderOption;
|
|
15
15
|
set isTabable(tabable: boolean);
|
|
16
16
|
static ɵfac: i0.ɵɵFactoryDeclaration<TableHeaderComponent, never>;
|
|
17
|
-
static ɵcmp: i0.ɵɵComponentDeclaration<TableHeaderComponent, "lx-th", never, { "column": "column"; }, { "sortChange": "sortChange"; }, never, ["*"], false, never>;
|
|
17
|
+
static ɵcmp: i0.ɵɵComponentDeclaration<TableHeaderComponent, "lx-th", never, { "column": { "alias": "column"; "required": false; }; }, { "sortChange": "sortChange"; }, never, ["*"], false, never>;
|
|
18
18
|
}
|
|
@@ -13,5 +13,5 @@ export declare class TableComponent implements AfterContentInit, OnChanges {
|
|
|
13
13
|
ngAfterContentInit(): void;
|
|
14
14
|
private setSortValueOnHeader;
|
|
15
15
|
static ɵfac: i0.ɵɵFactoryDeclaration<TableComponent, never>;
|
|
16
|
-
static ɵdir: i0.ɵɵDirectiveDeclaration<TableComponent, "table[lx-table]", never, { "isSortable": "isSortable"; "sort": "sort"; }, { "sortChange": "sortChange"; }, ["tableHeaders"], never, false, never>;
|
|
16
|
+
static ɵdir: i0.ɵɵDirectiveDeclaration<TableComponent, "table[lx-table]", never, { "isSortable": { "alias": "isSortable"; "required": false; }; "sort": { "alias": "sort"; "required": false; }; }, { "sortChange": "sortChange"; }, ["tableHeaders"], never, false, never>;
|
|
17
17
|
}
|
|
@@ -17,5 +17,5 @@ export declare class AutocloseDirective implements OnInit, OnDestroy {
|
|
|
17
17
|
ngOnDestroy(): void;
|
|
18
18
|
private onClick;
|
|
19
19
|
static ɵfac: i0.ɵɵFactoryDeclaration<AutocloseDirective, never>;
|
|
20
|
-
static ɵdir: i0.ɵɵDirectiveDeclaration<AutocloseDirective, "[lxAutoclose]", never, { "autocloseGroup": "autocloseGroup"; }, { "autoclose": "autoclose"; }, never, never, false, never>;
|
|
20
|
+
static ɵdir: i0.ɵɵDirectiveDeclaration<AutocloseDirective, "[lxAutoclose]", never, { "autocloseGroup": { "alias": "autocloseGroup"; "required": false; }; }, { "autoclose": "autoclose"; }, never, never, false, never>;
|
|
21
21
|
}
|
|
@@ -9,5 +9,5 @@ export declare class AutofocusDirective implements AfterContentInit {
|
|
|
9
9
|
constructor(elementRef: ElementRef<HTMLElement>, ngZone: NgZone);
|
|
10
10
|
ngAfterContentInit(): void;
|
|
11
11
|
static ɵfac: i0.ɵɵFactoryDeclaration<AutofocusDirective, never>;
|
|
12
|
-
static ɵdir: i0.ɵɵDirectiveDeclaration<AutofocusDirective, "[lxAutofocus]", never, { "lxAutofocus": "lxAutofocus"; "lxAutofocusPreventScroll": "lxAutofocusPreventScroll"; "lxAutofocusTimeout": "lxAutofocusTimeout"; }, {}, never, never, false, never>;
|
|
12
|
+
static ɵdir: i0.ɵɵDirectiveDeclaration<AutofocusDirective, "[lxAutofocus]", never, { "lxAutofocus": { "alias": "lxAutofocus"; "required": false; }; "lxAutofocusPreventScroll": { "alias": "lxAutofocusPreventScroll"; "required": false; }; "lxAutofocusTimeout": { "alias": "lxAutofocusTimeout"; "required": false; }; }, {}, never, never, false, never>;
|
|
13
13
|
}
|
|
@@ -12,5 +12,5 @@ export declare class HtmlDirective implements OnChanges {
|
|
|
12
12
|
constructor(elementRef: ElementRef<HTMLElement>, sanitizer: DomSanitizer);
|
|
13
13
|
ngOnChanges(changes: SimpleChanges): any;
|
|
14
14
|
static ɵfac: i0.ɵɵFactoryDeclaration<HtmlDirective, never>;
|
|
15
|
-
static ɵdir: i0.ɵɵDirectiveDeclaration<HtmlDirective, "[lxHtml]", never, { "lxHtml": "lxHtml"; }, {}, never, never, false, never>;
|
|
15
|
+
static ɵdir: i0.ɵɵDirectiveDeclaration<HtmlDirective, "[lxHtml]", never, { "lxHtml": { "alias": "lxHtml"; "required": false; }; }, {}, never, never, false, never>;
|
|
16
16
|
}
|
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
import { PipeTransform } from '@angular/core';
|
|
2
2
|
import * as i0 from "@angular/core";
|
|
3
|
-
export
|
|
3
|
+
export type OrderOption = 'ASC' | 'DESC' | undefined;
|
|
4
4
|
export interface SortingOptions {
|
|
5
5
|
key?: string;
|
|
6
6
|
caseInsensitive?: boolean;
|
|
@@ -1,5 +1,5 @@
|
|
|
1
1
|
import * as i0 from "@angular/core";
|
|
2
|
-
export
|
|
2
|
+
export type LxResizeObserverCallback = (resizedElement: ResizeObserverEntry) => void;
|
|
3
3
|
interface ResizeableElement extends Element {
|
|
4
4
|
handleResize: LxResizeObserverCallback;
|
|
5
5
|
}
|
|
@@ -5,5 +5,5 @@ export declare class TooltipComponent {
|
|
|
5
5
|
isHtmlContent: boolean;
|
|
6
6
|
position: TooltipPosition;
|
|
7
7
|
static ɵfac: i0.ɵɵFactoryDeclaration<TooltipComponent, never>;
|
|
8
|
-
static ɵcmp: i0.ɵɵComponentDeclaration<TooltipComponent, "lx-tooltip", never, { "content": "content"; "isHtmlContent": "isHtmlContent"; "position": "position"; }, {}, never, never, false, never>;
|
|
8
|
+
static ɵcmp: i0.ɵɵComponentDeclaration<TooltipComponent, "lx-tooltip", never, { "content": { "alias": "content"; "required": false; }; "isHtmlContent": { "alias": "isHtmlContent"; "required": false; }; "position": { "alias": "position"; "required": false; }; }, {}, never, never, false, never>;
|
|
9
9
|
}
|
|
@@ -23,5 +23,5 @@ export declare class TooltipDirective implements OnChanges, OnDestroy {
|
|
|
23
23
|
ngOnDestroy(): void;
|
|
24
24
|
hide(): void;
|
|
25
25
|
static ɵfac: i0.ɵɵFactoryDeclaration<TooltipDirective, never>;
|
|
26
|
-
static ɵdir: i0.ɵɵDirectiveDeclaration<TooltipDirective, "[lxTooltip]", never, { "content": "lxTooltip"; "lxTooltipPosition": "lxTooltipPosition"; "lxTooltipDelay": "lxTooltipDelay"; "lxTooltipIsHtmlContent": "lxTooltipIsHtmlContent"; }, {}, never, never, false, never>;
|
|
26
|
+
static ɵdir: i0.ɵɵDirectiveDeclaration<TooltipDirective, "[lxTooltip]", never, { "content": { "alias": "lxTooltip"; "required": false; }; "lxTooltipPosition": { "alias": "lxTooltipPosition"; "required": false; }; "lxTooltipDelay": { "alias": "lxTooltipDelay"; "required": false; }; "lxTooltipIsHtmlContent": { "alias": "lxTooltipIsHtmlContent"; "required": false; }; }, {}, never, never, false, never>;
|
|
27
27
|
}
|
|
@@ -38,5 +38,5 @@ export declare class BasicDropdownComponent extends KeyboardSelectDirective impl
|
|
|
38
38
|
onNewItemSelected(): void;
|
|
39
39
|
onCreateNewOptionSelected(): void;
|
|
40
40
|
static ɵfac: i0.ɵɵFactoryDeclaration<BasicDropdownComponent, never>;
|
|
41
|
-
static ɵcmp: i0.ɵɵComponentDeclaration<BasicDropdownComponent, "lx-basic-dropdown", never, { "options": "options"; "initiallySelectedIndex": "initiallySelectedIndex"; "labelKey": "labelKey"; "itemKey": "itemKey"; "placeholder": "placeholder"; "loading": "loading"; "newOptionLabel": "newOptionLabel"; "padding": "padding"; "showCreateNewOption": "showCreateNewOption"; "disabledOptions": "disabledOptions"; "overlayPositioning": "overlayPositioning"; "truncateOptions": "truncateOptions"; }, { "onItemSelected": "onItemSelected"; "triggerRequestForMoreEntries": "triggerRequestForMoreEntries"; "newOptionLabelSelected": "newOptionLabelSelected"; "createNewOptionSelected": "createNewOptionSelected"; }, ["optionTemplateRef", "createNewOptionTemplateRef", "descriptionTemplateRef"], never, false, never>;
|
|
41
|
+
static ɵcmp: i0.ɵɵComponentDeclaration<BasicDropdownComponent, "lx-basic-dropdown", never, { "options": { "alias": "options"; "required": false; }; "initiallySelectedIndex": { "alias": "initiallySelectedIndex"; "required": false; }; "labelKey": { "alias": "labelKey"; "required": false; }; "itemKey": { "alias": "itemKey"; "required": false; }; "placeholder": { "alias": "placeholder"; "required": false; }; "loading": { "alias": "loading"; "required": false; }; "newOptionLabel": { "alias": "newOptionLabel"; "required": false; }; "padding": { "alias": "padding"; "required": false; }; "showCreateNewOption": { "alias": "showCreateNewOption"; "required": false; }; "disabledOptions": { "alias": "disabledOptions"; "required": false; }; "overlayPositioning": { "alias": "overlayPositioning"; "required": false; }; "truncateOptions": { "alias": "truncateOptions"; "required": false; }; }, { "onItemSelected": "onItemSelected"; "triggerRequestForMoreEntries": "triggerRequestForMoreEntries"; "newOptionLabelSelected": "newOptionLabelSelected"; "createNewOptionSelected": "createNewOptionSelected"; }, ["optionTemplateRef", "createNewOptionTemplateRef", "descriptionTemplateRef"], never, false, never>;
|
|
42
42
|
}
|
|
@@ -10,5 +10,5 @@ export declare class BasicDropdownItemComponent {
|
|
|
10
10
|
};
|
|
11
11
|
get hasDescription(): boolean;
|
|
12
12
|
static ɵfac: i0.ɵɵFactoryDeclaration<BasicDropdownItemComponent, never>;
|
|
13
|
-
static ɵcmp: i0.ɵɵComponentDeclaration<BasicDropdownItemComponent, "lx-basic-dropdown-item", never, { "label": "label"; "description": "description"; "highlightTerm": "highlightTerm"; "labelFontWeight": "labelFontWeight"; "descriptionFontStyle": "descriptionFontStyle"; "descriptionStyleOptions": "descriptionStyleOptions"; }, {}, never, never, false, never>;
|
|
13
|
+
static ɵcmp: i0.ɵɵComponentDeclaration<BasicDropdownItemComponent, "lx-basic-dropdown-item", never, { "label": { "alias": "label"; "required": false; }; "description": { "alias": "description"; "required": false; }; "highlightTerm": { "alias": "highlightTerm"; "required": false; }; "labelFontWeight": { "alias": "labelFontWeight"; "required": false; }; "descriptionFontStyle": { "alias": "descriptionFontStyle"; "required": false; }; "descriptionStyleOptions": { "alias": "descriptionStyleOptions"; "required": false; }; }, {}, never, never, false, never>;
|
|
14
14
|
}
|
|
@@ -8,13 +8,13 @@ export interface Breadcrumb {
|
|
|
8
8
|
interface EllipsedBreadcrumb {
|
|
9
9
|
breadcrumbs: Breadcrumb[];
|
|
10
10
|
}
|
|
11
|
-
|
|
11
|
+
type ViewBreadcrumb = Breadcrumb | EllipsedBreadcrumb;
|
|
12
12
|
export declare class BreadcrumbComponent implements OnChanges {
|
|
13
13
|
breadcrumbs: Breadcrumb[];
|
|
14
14
|
viewBreadcrumbs: ViewBreadcrumb[];
|
|
15
15
|
ngOnChanges(changes: SimpleChanges): void;
|
|
16
16
|
isEllipsedBreadcrumb(breadcrumb: ViewBreadcrumb): breadcrumb is EllipsedBreadcrumb;
|
|
17
17
|
static ɵfac: i0.ɵɵFactoryDeclaration<BreadcrumbComponent, never>;
|
|
18
|
-
static ɵcmp: i0.ɵɵComponentDeclaration<BreadcrumbComponent, "lx-breadcrumb", never, { "breadcrumbs": "breadcrumbs"; }, {}, never, never, false, never>;
|
|
18
|
+
static ɵcmp: i0.ɵɵComponentDeclaration<BreadcrumbComponent, "lx-breadcrumb", never, { "breadcrumbs": { "alias": "breadcrumbs"; "required": false; }; }, {}, never, never, false, never>;
|
|
19
19
|
}
|
|
20
20
|
export {};
|
|
@@ -35,5 +35,5 @@ export declare class CdkOptionsDropdownComponent implements AfterViewInit, OnDes
|
|
|
35
35
|
private optionIsHighlightable;
|
|
36
36
|
private reloadOverlayPosition;
|
|
37
37
|
static ɵfac: i0.ɵɵFactoryDeclaration<CdkOptionsDropdownComponent, never>;
|
|
38
|
-
static ɵcmp: i0.ɵɵComponentDeclaration<CdkOptionsDropdownComponent, "lx-cdk-options-dropdown", never, { "align": "align"; "closeOnScroll": "closeOnScroll"; "disabled": "disabled"; "maxHeight": "maxHeight"; }, {}, ["trigger", "_options", "tooltips"], ["[lxKeyboardActionSource]", "*"], false, never>;
|
|
38
|
+
static ɵcmp: i0.ɵɵComponentDeclaration<CdkOptionsDropdownComponent, "lx-cdk-options-dropdown", never, { "align": { "alias": "align"; "required": false; }; "closeOnScroll": { "alias": "closeOnScroll"; "required": false; }; "disabled": { "alias": "disabled"; "required": false; }; "maxHeight": { "alias": "maxHeight"; "required": false; }; }, {}, ["trigger", "_options", "tooltips"], ["[lxKeyboardActionSource]", "*"], false, never>;
|
|
39
39
|
}
|
package/lib/forms-ui/components/cdk-options-sub-dropdown/cdk-options-sub-dropdown.component.d.ts
CHANGED
|
@@ -24,5 +24,5 @@ export declare class CdkOptionsSubDropdownComponent implements AfterViewInit, On
|
|
|
24
24
|
private reloadOverlayPosition;
|
|
25
25
|
closeDropdown(): void;
|
|
26
26
|
static ɵfac: i0.ɵɵFactoryDeclaration<CdkOptionsSubDropdownComponent, never>;
|
|
27
|
-
static ɵcmp: i0.ɵɵComponentDeclaration<CdkOptionsSubDropdownComponent, "lx-cdk-options-sub-dropdown", never, { "trigger": "trigger"; "align": "align"; }, {}, ["options"], ["*"], false, never>;
|
|
27
|
+
static ɵcmp: i0.ɵɵComponentDeclaration<CdkOptionsSubDropdownComponent, "lx-cdk-options-sub-dropdown", never, { "trigger": { "alias": "trigger"; "required": false; }; "align": { "alias": "align"; "required": false; }; }, {}, ["options"], ["*"], false, never>;
|
|
28
28
|
}
|
|
@@ -22,5 +22,5 @@ export declare class CopyButtonComponent {
|
|
|
22
22
|
copy(): Promise<void>;
|
|
23
23
|
private getStringData;
|
|
24
24
|
static ɵfac: i0.ɵɵFactoryDeclaration<CopyButtonComponent, never>;
|
|
25
|
-
static ɵcmp: i0.ɵɵComponentDeclaration<CopyButtonComponent, "lx-copy-button", never, { "data": "data"; "dataDescription": "dataDescription"; "btn": "btn"; }, { "success": "success"; "error": "error"; }, never, never, false, never>;
|
|
25
|
+
static ɵcmp: i0.ɵɵComponentDeclaration<CopyButtonComponent, "lx-copy-button", never, { "data": { "alias": "data"; "required": false; }; "dataDescription": { "alias": "dataDescription"; "required": false; }; "btn": { "alias": "btn"; "required": false; }; }, { "success": "success"; "error": "error"; }, never, never, false, never>;
|
|
26
26
|
}
|
|
@@ -2,9 +2,9 @@ import { AfterViewInit, ChangeDetectorRef, EventEmitter, OnDestroy, OnInit } fro
|
|
|
2
2
|
import { ControlValueAccessor } from '@angular/forms';
|
|
3
3
|
import { Observable, ReplaySubject, Subject } from 'rxjs';
|
|
4
4
|
import * as i0 from "@angular/core";
|
|
5
|
-
export
|
|
6
|
-
export
|
|
7
|
-
export
|
|
5
|
+
export type CurrencyInputMode = 'view' | 'edit';
|
|
6
|
+
export type CurrencyIconPosition = 'first' | 'end' | 'none';
|
|
7
|
+
export type DecimalSeparator = ',' | '.';
|
|
8
8
|
export declare class CurrencyInputComponent implements AfterViewInit, OnDestroy, ControlValueAccessor, OnInit {
|
|
9
9
|
private changeDetector;
|
|
10
10
|
code: string | null;
|
|
@@ -41,5 +41,5 @@ export declare class CurrencyInputComponent implements AfterViewInit, OnDestroy,
|
|
|
41
41
|
private parseInput;
|
|
42
42
|
private containsSeparators;
|
|
43
43
|
static ɵfac: i0.ɵɵFactoryDeclaration<CurrencyInputComponent, never>;
|
|
44
|
-
static ɵcmp: i0.ɵɵComponentDeclaration<CurrencyInputComponent, "lx-currency-input", never, { "code": "code"; "decimalSeparator": "decimalSeparator"; "placeholder": "placeholder"; "data": "data"; "disabled": "disabled"; "mode": "mode"; "fieldDefinitionType": "fieldDefinitionType"; "iconPosition": "iconPosition"; "format": "format"; "markInvalid": "markInvalid"; }, { "onFocusLost": "onFocusLost"; "onChange": "onChange"; }, never, never, false, never>;
|
|
44
|
+
static ɵcmp: i0.ɵɵComponentDeclaration<CurrencyInputComponent, "lx-currency-input", never, { "code": { "alias": "code"; "required": false; }; "decimalSeparator": { "alias": "decimalSeparator"; "required": false; }; "placeholder": { "alias": "placeholder"; "required": false; }; "data": { "alias": "data"; "required": false; }; "disabled": { "alias": "disabled"; "required": false; }; "mode": { "alias": "mode"; "required": false; }; "fieldDefinitionType": { "alias": "fieldDefinitionType"; "required": false; }; "iconPosition": { "alias": "iconPosition"; "required": false; }; "format": { "alias": "format"; "required": false; }; "markInvalid": { "alias": "markInvalid"; "required": false; }; }, { "onFocusLost": "onFocusLost"; "onChange": "onChange"; }, never, never, false, never>;
|
|
45
45
|
}
|
|
@@ -7,5 +7,5 @@ export declare class CurrencySymbolComponent implements OnInit {
|
|
|
7
7
|
currency$: Observable<string>;
|
|
8
8
|
ngOnInit(): void;
|
|
9
9
|
static ɵfac: i0.ɵɵFactoryDeclaration<CurrencySymbolComponent, never>;
|
|
10
|
-
static ɵcmp: i0.ɵɵComponentDeclaration<CurrencySymbolComponent, "lx-currency-symbol", never, { "code": "code"; }, {}, never, never, false, never>;
|
|
10
|
+
static ɵcmp: i0.ɵɵComponentDeclaration<CurrencySymbolComponent, "lx-currency-symbol", never, { "code": { "alias": "code"; "required": false; }; }, {}, never, never, false, never>;
|
|
11
11
|
}
|
|
@@ -3,7 +3,7 @@ import { ControlValueAccessor, UntypedFormControl, Validator } from '@angular/fo
|
|
|
3
3
|
import { Observable, Subject } from 'rxjs';
|
|
4
4
|
import { DateFormatsProvider } from '../../../core-ui/core-ui.constants';
|
|
5
5
|
import * as i0 from "@angular/core";
|
|
6
|
-
export
|
|
6
|
+
export type DateInputRenderingStyle = 'INPUT' | 'LINK';
|
|
7
7
|
export declare class DateInputComponent implements OnChanges, OnInit, OnDestroy, ControlValueAccessor, Validator {
|
|
8
8
|
private cd;
|
|
9
9
|
private dateFormatsProvider;
|
|
@@ -82,5 +82,5 @@ export declare class DateInputComponent implements OnChanges, OnInit, OnDestroy,
|
|
|
82
82
|
};
|
|
83
83
|
} | null;
|
|
84
84
|
static ɵfac: i0.ɵɵFactoryDeclaration<DateInputComponent, [null, null, { optional: true; }]>;
|
|
85
|
-
static ɵcmp: i0.ɵɵComponentDeclaration<DateInputComponent, "lx-date-input", never, { "date": "date"; "dateString": "dateString"; "valueAccessor": "valueAccessor"; "inputId": "inputId"; "renderingStyle": "renderingStyle"; "placeholder": "placeholder"; "cdk": "cdk"; "datepickerMode": "datepickerMode"; "initDateString": "initDateString"; "minDate": "minDate"; "maxDate": "maxDate"; "minMode": "minMode"; "maxMode": "maxMode"; "showWeeks": "showWeeks"; "formatDay": "formatDay"; "formatMonth": "formatMonth"; "formatYear": "formatYear"; "formatDayHeader": "formatDayHeader"; "formatDayTitle": "formatDayTitle"; "formatMonthTitle": "formatMonthTitle"; "startingDay": "startingDay"; "yearRange": "yearRange"; "onlyCurrentMonth": "onlyCurrentMonth"; "shortcutPropagation": "shortcutPropagation"; "customClass": "customClass"; "disabled": "disabled"; "dateDisabled": "dateDisabled"; "autoFocus": "autoFocus"; }, { "dateChange": "dateChange"; "dateStringChange": "dateStringChange"; "closeDateInput": "closeDateInput"; }, never, never, false, never>;
|
|
85
|
+
static ɵcmp: i0.ɵɵComponentDeclaration<DateInputComponent, "lx-date-input", never, { "date": { "alias": "date"; "required": false; }; "dateString": { "alias": "dateString"; "required": false; }; "valueAccessor": { "alias": "valueAccessor"; "required": false; }; "inputId": { "alias": "inputId"; "required": false; }; "renderingStyle": { "alias": "renderingStyle"; "required": false; }; "placeholder": { "alias": "placeholder"; "required": false; }; "cdk": { "alias": "cdk"; "required": false; }; "datepickerMode": { "alias": "datepickerMode"; "required": false; }; "initDateString": { "alias": "initDateString"; "required": false; }; "minDate": { "alias": "minDate"; "required": false; }; "maxDate": { "alias": "maxDate"; "required": false; }; "minMode": { "alias": "minMode"; "required": false; }; "maxMode": { "alias": "maxMode"; "required": false; }; "showWeeks": { "alias": "showWeeks"; "required": false; }; "formatDay": { "alias": "formatDay"; "required": false; }; "formatMonth": { "alias": "formatMonth"; "required": false; }; "formatYear": { "alias": "formatYear"; "required": false; }; "formatDayHeader": { "alias": "formatDayHeader"; "required": false; }; "formatDayTitle": { "alias": "formatDayTitle"; "required": false; }; "formatMonthTitle": { "alias": "formatMonthTitle"; "required": false; }; "startingDay": { "alias": "startingDay"; "required": false; }; "yearRange": { "alias": "yearRange"; "required": false; }; "onlyCurrentMonth": { "alias": "onlyCurrentMonth"; "required": false; }; "shortcutPropagation": { "alias": "shortcutPropagation"; "required": false; }; "customClass": { "alias": "customClass"; "required": false; }; "disabled": { "alias": "disabled"; "required": false; }; "dateDisabled": { "alias": "dateDisabled"; "required": false; }; "autoFocus": { "alias": "autoFocus"; "required": false; }; }, { "dateChange": "dateChange"; "dateStringChange": "dateStringChange"; "closeDateInput": "closeDateInput"; }, never, never, false, never>;
|
|
86
86
|
}
|
|
@@ -74,5 +74,5 @@ export declare class DatePickerInnerComponent implements OnInit, OnChanges {
|
|
|
74
74
|
}, date2: Date): number | undefined;
|
|
75
75
|
protected isDisabled(date: Date): boolean;
|
|
76
76
|
static ɵfac: i0.ɵɵFactoryDeclaration<DatePickerInnerComponent, never>;
|
|
77
|
-
static ɵcmp: i0.ɵɵComponentDeclaration<DatePickerInnerComponent, "datepicker-inner", never, { "locale": "locale"; "datepickerMode": "datepickerMode"; "startingDay": "startingDay"; "yearRange": "yearRange"; "minDate": "minDate"; "maxDate": "maxDate"; "minMode": "minMode"; "maxMode": "maxMode"; "showWeeks": "showWeeks"; "formatDay": "formatDay"; "formatMonth": "formatMonth"; "formatYear": "formatYear"; "formatDayHeader": "formatDayHeader"; "formatDayTitle": "formatDayTitle"; "formatMonthTitle": "formatMonthTitle"; "onlyCurrentMonth": "onlyCurrentMonth"; "shortcutPropagation": "shortcutPropagation"; "customClass": "customClass"; "monthColLimit": "monthColLimit"; "yearColLimit": "yearColLimit"; "dateDisabled": "dateDisabled"; "dayDisabled": "dayDisabled"; "initDate": "initDate"; "activeDate": "activeDate"; }, { "selectionDone": "selectionDone"; "update": "update"; "activeDateChange": "activeDateChange"; }, never, ["*"], false, never>;
|
|
77
|
+
static ɵcmp: i0.ɵɵComponentDeclaration<DatePickerInnerComponent, "datepicker-inner", never, { "locale": { "alias": "locale"; "required": false; }; "datepickerMode": { "alias": "datepickerMode"; "required": false; }; "startingDay": { "alias": "startingDay"; "required": false; }; "yearRange": { "alias": "yearRange"; "required": false; }; "minDate": { "alias": "minDate"; "required": false; }; "maxDate": { "alias": "maxDate"; "required": false; }; "minMode": { "alias": "minMode"; "required": false; }; "maxMode": { "alias": "maxMode"; "required": false; }; "showWeeks": { "alias": "showWeeks"; "required": false; }; "formatDay": { "alias": "formatDay"; "required": false; }; "formatMonth": { "alias": "formatMonth"; "required": false; }; "formatYear": { "alias": "formatYear"; "required": false; }; "formatDayHeader": { "alias": "formatDayHeader"; "required": false; }; "formatDayTitle": { "alias": "formatDayTitle"; "required": false; }; "formatMonthTitle": { "alias": "formatMonthTitle"; "required": false; }; "onlyCurrentMonth": { "alias": "onlyCurrentMonth"; "required": false; }; "shortcutPropagation": { "alias": "shortcutPropagation"; "required": false; }; "customClass": { "alias": "customClass"; "required": false; }; "monthColLimit": { "alias": "monthColLimit"; "required": false; }; "yearColLimit": { "alias": "yearColLimit"; "required": false; }; "dateDisabled": { "alias": "dateDisabled"; "required": false; }; "dayDisabled": { "alias": "dayDisabled"; "required": false; }; "initDate": { "alias": "initDate"; "required": false; }; "activeDate": { "alias": "activeDate"; "required": false; }; }, { "selectionDone": "selectionDone"; "update": "update"; "activeDateChange": "activeDateChange"; }, never, ["*"], false, never>;
|
|
78
78
|
}
|
|
@@ -77,5 +77,5 @@ export declare class DatePickerComponent implements ControlValueAccessor {
|
|
|
77
77
|
registerOnChange(fn: () => void): void;
|
|
78
78
|
registerOnTouched(fn: () => void): void;
|
|
79
79
|
static ɵfac: i0.ɵɵFactoryDeclaration<DatePickerComponent, never>;
|
|
80
|
-
static ɵcmp: i0.ɵɵComponentDeclaration<DatePickerComponent, "datepicker", never, { "datepickerMode": "datepickerMode"; "initDate": "initDate"; "minDate": "minDate"; "maxDate": "maxDate"; "minMode": "minMode"; "maxMode": "maxMode"; "showWeeks": "showWeeks"; "formatDay": "formatDay"; "formatMonth": "formatMonth"; "formatYear": "formatYear"; "formatDayHeader": "formatDayHeader"; "formatDayTitle": "formatDayTitle"; "formatMonthTitle": "formatMonthTitle"; "startingDay": "startingDay"; "yearRange": "yearRange"; "onlyCurrentMonth": "onlyCurrentMonth"; "shortcutPropagation": "shortcutPropagation"; "monthColLimit": "monthColLimit"; "yearColLimit": "yearColLimit"; "customClass": "customClass"; "dateDisabled": "dateDisabled"; "dayDisabled": "dayDisabled"; "activeDate": "activeDate"; }, { "selectionDone": "selectionDone"; "activeDateChange": "activeDateChange"; }, never, never, false, never>;
|
|
80
|
+
static ɵcmp: i0.ɵɵComponentDeclaration<DatePickerComponent, "datepicker", never, { "datepickerMode": { "alias": "datepickerMode"; "required": false; }; "initDate": { "alias": "initDate"; "required": false; }; "minDate": { "alias": "minDate"; "required": false; }; "maxDate": { "alias": "maxDate"; "required": false; }; "minMode": { "alias": "minMode"; "required": false; }; "maxMode": { "alias": "maxMode"; "required": false; }; "showWeeks": { "alias": "showWeeks"; "required": false; }; "formatDay": { "alias": "formatDay"; "required": false; }; "formatMonth": { "alias": "formatMonth"; "required": false; }; "formatYear": { "alias": "formatYear"; "required": false; }; "formatDayHeader": { "alias": "formatDayHeader"; "required": false; }; "formatDayTitle": { "alias": "formatDayTitle"; "required": false; }; "formatMonthTitle": { "alias": "formatMonthTitle"; "required": false; }; "startingDay": { "alias": "startingDay"; "required": false; }; "yearRange": { "alias": "yearRange"; "required": false; }; "onlyCurrentMonth": { "alias": "onlyCurrentMonth"; "required": false; }; "shortcutPropagation": { "alias": "shortcutPropagation"; "required": false; }; "monthColLimit": { "alias": "monthColLimit"; "required": false; }; "yearColLimit": { "alias": "yearColLimit"; "required": false; }; "customClass": { "alias": "customClass"; "required": false; }; "dateDisabled": { "alias": "dateDisabled"; "required": false; }; "dayDisabled": { "alias": "dayDisabled"; "required": false; }; "activeDate": { "alias": "activeDate"; "required": false; }; }, { "selectionDone": "selectionDone"; "activeDateChange": "activeDateChange"; }, never, never, false, never>;
|
|
81
81
|
}
|
|
@@ -28,5 +28,5 @@ export declare class DragAndDropListItemComponent {
|
|
|
28
28
|
trackByAction(_index: number, action: DragAndDropListAction): string;
|
|
29
29
|
focus(): void;
|
|
30
30
|
static ɵfac: i0.ɵɵFactoryDeclaration<DragAndDropListItemComponent, never>;
|
|
31
|
-
static ɵcmp: i0.ɵɵComponentDeclaration<DragAndDropListItemComponent, "lx-drag-and-drop-list-item", never, { "item": "item"; "draggable": "draggable"; "actions": "actions"; }, { "action": "action"; }, ["customTemplateRef"], never, false, never>;
|
|
31
|
+
static ɵcmp: i0.ɵɵComponentDeclaration<DragAndDropListItemComponent, "lx-drag-and-drop-list-item", never, { "item": { "alias": "item"; "required": false; }; "draggable": { "alias": "draggable"; "required": false; }; "actions": { "alias": "actions"; "required": false; }; }, { "action": "action"; }, ["customTemplateRef"], never, false, never>;
|
|
32
32
|
}
|
|
@@ -58,5 +58,5 @@ export declare class DragAndDropListComponent implements AfterContentInit, After
|
|
|
58
58
|
private sortItems;
|
|
59
59
|
trackByItem(_index: number, item: DragAndDropListItemComponent): string;
|
|
60
60
|
static ɵfac: i0.ɵɵFactoryDeclaration<DragAndDropListComponent, never>;
|
|
61
|
-
static ɵcmp: i0.ɵɵComponentDeclaration<DragAndDropListComponent, "lx-drag-and-drop-list", never, { "label": "label"; "labelFontWeight": "labelFontWeight"; "color": "color"; "fontSize": "fontSize"; }, { "moveToIndex": "moveToIndex"; "moveItem": "moveItem"; }, ["_items"], never, false, never>;
|
|
61
|
+
static ɵcmp: i0.ɵɵComponentDeclaration<DragAndDropListComponent, "lx-drag-and-drop-list", never, { "label": { "alias": "label"; "required": false; }; "labelFontWeight": { "alias": "labelFontWeight"; "required": false; }; "color": { "alias": "color"; "required": false; }; "fontSize": { "alias": "fontSize"; "required": false; }; }, { "moveToIndex": "moveToIndex"; "moveItem": "moveItem"; }, ["_items"], never, false, never>;
|
|
62
62
|
}
|
|
@@ -32,5 +32,5 @@ export declare class KeyboardSortableItemDirective implements OnChanges {
|
|
|
32
32
|
leaveSortingModeEnabledByKeyboard($event: KeyboardEvent | FocusEvent): void;
|
|
33
33
|
sort($event: KeyboardEvent): void;
|
|
34
34
|
static ɵfac: i0.ɵɵFactoryDeclaration<KeyboardSortableItemDirective, never>;
|
|
35
|
-
static ɵdir: i0.ɵɵDirectiveDeclaration<KeyboardSortableItemDirective, "[lxKeyboardSortableItem]", never, { "allItemsData": "lxKeyboardSortableItem"; "itemData": "lxKeyboardItemData"; "isSortingByKeyboard": "isSortingByKeyboard"; "itemBeingSorted": "lxKeyboardItemBeingSorted"; }, { "isSortingByKeyboardChange": "isSortingByKeyboardChange"; "itemBeingSortedChange": "lxKeyboardItemBeingSortedChange"; "sortItemsWithKeyboard": "sortItemsWithKeyboard"; "focusWithKeyboard": "focusWithKeyboard"; }, never, never, false, never>;
|
|
35
|
+
static ɵdir: i0.ɵɵDirectiveDeclaration<KeyboardSortableItemDirective, "[lxKeyboardSortableItem]", never, { "allItemsData": { "alias": "lxKeyboardSortableItem"; "required": false; }; "itemData": { "alias": "lxKeyboardItemData"; "required": false; }; "isSortingByKeyboard": { "alias": "isSortingByKeyboard"; "required": false; }; "itemBeingSorted": { "alias": "lxKeyboardItemBeingSorted"; "required": false; }; }, { "isSortingByKeyboardChange": "isSortingByKeyboardChange"; "itemBeingSortedChange": "lxKeyboardItemBeingSortedChange"; "sortItemsWithKeyboard": "sortItemsWithKeyboard"; "focusWithKeyboard": "focusWithKeyboard"; }, never, never, false, never>;
|
|
36
36
|
}
|
|
@@ -10,5 +10,5 @@ export declare class KeyboardSortableListDirective implements AfterViewInit {
|
|
|
10
10
|
ngAfterViewInit(): void;
|
|
11
11
|
private setupControlsTooltipToBeShownOnFirstFocusedItem;
|
|
12
12
|
static ɵfac: i0.ɵɵFactoryDeclaration<KeyboardSortableListDirective, never>;
|
|
13
|
-
static ɵdir: i0.ɵɵDirectiveDeclaration<KeyboardSortableListDirective, "[lxKeyboardSortableList]", never, { "keyboardSortableItems": "keyboardSortableItems"; }, {}, never, never, false, never>;
|
|
13
|
+
static ɵdir: i0.ɵɵDirectiveDeclaration<KeyboardSortableListDirective, "[lxKeyboardSortableList]", never, { "keyboardSortableItems": { "alias": "keyboardSortableItems"; "required": false; }; }, {}, never, never, false, never>;
|
|
14
14
|
}
|
|
@@ -6,5 +6,5 @@ export declare class ErrorMessageComponent {
|
|
|
6
6
|
set key(value: string | undefined);
|
|
7
7
|
constructor(cd: ChangeDetectorRef);
|
|
8
8
|
static ɵfac: i0.ɵɵFactoryDeclaration<ErrorMessageComponent, never>;
|
|
9
|
-
static ɵcmp: i0.ɵɵComponentDeclaration<ErrorMessageComponent, "lx-error-message", never, { "key": "key"; }, {}, never, never, false, never>;
|
|
9
|
+
static ɵcmp: i0.ɵɵComponentDeclaration<ErrorMessageComponent, "lx-error-message", never, { "key": { "alias": "key"; "required": false; }; }, {}, never, never, false, never>;
|
|
10
10
|
}
|
|
@@ -6,5 +6,5 @@ export declare class ExpandedDropdownComponent extends KeyboardSelectDirective i
|
|
|
6
6
|
options: any[];
|
|
7
7
|
onChooseItem: EventEmitter<string>;
|
|
8
8
|
static ɵfac: i0.ɵɵFactoryDeclaration<ExpandedDropdownComponent, never>;
|
|
9
|
-
static ɵcmp: i0.ɵɵComponentDeclaration<ExpandedDropdownComponent, "lx-expanded-dropdown", never, { "options": "options"; }, { "onChooseItem": "onChooseItem"; }, never, never, false, never>;
|
|
9
|
+
static ɵcmp: i0.ɵɵComponentDeclaration<ExpandedDropdownComponent, "lx-expanded-dropdown", never, { "options": { "alias": "options"; "required": false; }; }, { "onChooseItem": "onChooseItem"; }, never, never, false, never>;
|
|
10
10
|
}
|
|
@@ -12,5 +12,5 @@ export declare class FormErrorComponent implements OnInit, OnChanges, OnDestroy
|
|
|
12
12
|
ngOnDestroy(): void;
|
|
13
13
|
getTranslationKeys(): string[];
|
|
14
14
|
static ɵfac: i0.ɵɵFactoryDeclaration<FormErrorComponent, never>;
|
|
15
|
-
static ɵcmp: i0.ɵɵComponentDeclaration<FormErrorComponent, "lx-form-error", never, { "namespace": "namespace"; "form": "form"; "controlName": "controlName"; }, {}, never, never, false, never>;
|
|
15
|
+
static ɵcmp: i0.ɵɵComponentDeclaration<FormErrorComponent, "lx-form-error", never, { "namespace": { "alias": "namespace"; "required": false; }; "form": { "alias": "form"; "required": false; }; "controlName": { "alias": "controlName"; "required": false; }; }, {}, never, never, false, never>;
|
|
16
16
|
}
|
|
@@ -5,7 +5,7 @@ import * as i0 from "@angular/core";
|
|
|
5
5
|
* far is regular,
|
|
6
6
|
* fal is light
|
|
7
7
|
*/
|
|
8
|
-
|
|
8
|
+
type FontAwesomeIconStyle = 'fas' | 'far' | 'fal';
|
|
9
9
|
/**
|
|
10
10
|
* Displays Font Awesome icons.
|
|
11
11
|
*/
|
|
@@ -23,6 +23,6 @@ export declare class IconComponent implements OnChanges {
|
|
|
23
23
|
iconStyle: FontAwesomeIconStyle;
|
|
24
24
|
ngOnChanges(changes: SimpleChanges): void;
|
|
25
25
|
static ɵfac: i0.ɵɵFactoryDeclaration<IconComponent, never>;
|
|
26
|
-
static ɵcmp: i0.ɵɵComponentDeclaration<IconComponent, "lx-icon", never, { "name": "name"; "color": "color"; "fontAwsomeStyle": "fontAwsomeStyle"; "size": "size"; "title": "title"; }, {}, never, never, false, never>;
|
|
26
|
+
static ɵcmp: i0.ɵɵComponentDeclaration<IconComponent, "lx-icon", never, { "name": { "alias": "name"; "required": false; }; "color": { "alias": "color"; "required": false; }; "fontAwsomeStyle": { "alias": "fontAwsomeStyle"; "required": false; }; "size": { "alias": "size"; "required": false; }; "title": { "alias": "title"; "required": false; }; }, {}, never, never, false, never>;
|
|
27
27
|
}
|
|
28
28
|
export {};
|
|
@@ -11,5 +11,5 @@ export declare class InputComponent implements OnInit, OnDestroy {
|
|
|
11
11
|
private updateStatus;
|
|
12
12
|
ngOnDestroy(): void;
|
|
13
13
|
static ɵfac: i0.ɵɵFactoryDeclaration<InputComponent, [{ optional: true; }]>;
|
|
14
|
-
static ɵcmp: i0.ɵɵComponentDeclaration<InputComponent, "input[lx-input]", never, { "error": "error"; "disabled": "disabled"; }, {}, never, never, false, never>;
|
|
14
|
+
static ɵcmp: i0.ɵɵComponentDeclaration<InputComponent, "input[lx-input]", never, { "error": { "alias": "error"; "required": false; }; "disabled": { "alias": "disabled"; "required": false; }; }, {}, never, never, false, never>;
|
|
15
15
|
}
|
|
@@ -34,5 +34,5 @@ export declare class KeyboardSelectDirective implements OnDestroy, AfterViewInit
|
|
|
34
34
|
private last;
|
|
35
35
|
ngOnDestroy(): void;
|
|
36
36
|
static ɵfac: i0.ɵɵFactoryDeclaration<KeyboardSelectDirective, never>;
|
|
37
|
-
static ɵdir: i0.ɵɵDirectiveDeclaration<KeyboardSelectDirective, never, never, { "keyboardSelectAction": "keyboardSelectAction"; }, { "selectedItemIndexChange": "selectedItemIndexChange"; }, never, never, false, never>;
|
|
37
|
+
static ɵdir: i0.ɵɵDirectiveDeclaration<KeyboardSelectDirective, never, never, { "keyboardSelectAction": { "alias": "keyboardSelectAction"; "required": false; }; }, { "selectedItemIndexChange": "selectedItemIndexChange"; }, never, never, false, never>;
|
|
38
38
|
}
|
|
@@ -5,8 +5,8 @@ import { BaseSelectDirective, EventSet } from '../../models/base-select.directiv
|
|
|
5
5
|
import { KeyboardSelectAction } from '../keyboard-select.directive';
|
|
6
6
|
import { ResponsiveInputComponent } from '../responsive-input/responsive-input.component';
|
|
7
7
|
import * as i0 from "@angular/core";
|
|
8
|
-
export
|
|
9
|
-
export
|
|
8
|
+
export type MultiSelectSize = 'default' | 'small' | 'large' | 'select2';
|
|
9
|
+
export type MultiSelectRemoveItemEvent = {
|
|
10
10
|
item: any;
|
|
11
11
|
/**
|
|
12
12
|
* Is true when the item was not removed by pressing backspace on the keyboard rather than clicking the 'x'.
|
|
@@ -46,5 +46,5 @@ export declare class MultiSelectComponent extends BaseSelectDirective implements
|
|
|
46
46
|
setDisabledState(isDisabled: boolean): void;
|
|
47
47
|
focusedViaTab(): void;
|
|
48
48
|
static ɵfac: i0.ɵɵFactoryDeclaration<MultiSelectComponent, never>;
|
|
49
|
-
static ɵcmp: i0.ɵɵComponentDeclaration<MultiSelectComponent, "lx-multi-select", never, { "markInvalid": "markInvalid"; "selection": "selection"; "size": "size"; "dropdownWidthScale": "dropdownWidthScale"; }, { "selectionChange": "selectionChange"; "blur": "blur"; }, ["explicitDropdown"], [".pills", ".dropdownComponent"], false, never>;
|
|
49
|
+
static ɵcmp: i0.ɵɵComponentDeclaration<MultiSelectComponent, "lx-multi-select", never, { "markInvalid": { "alias": "markInvalid"; "required": false; }; "selection": { "alias": "selection"; "required": false; }; "size": { "alias": "size"; "required": false; }; "dropdownWidthScale": { "alias": "dropdownWidthScale"; "required": false; }; }, { "selectionChange": "selectionChange"; "blur": "blur"; }, ["explicitDropdown"], [".pills", ".dropdownComponent"], false, never>;
|
|
50
50
|
}
|
|
@@ -27,5 +27,5 @@ export declare class OptionComponent {
|
|
|
27
27
|
setSelected(value: boolean): void;
|
|
28
28
|
setHighlighted(value: boolean): void;
|
|
29
29
|
static ɵfac: i0.ɵɵFactoryDeclaration<OptionComponent, [{ optional: true; }, null]>;
|
|
30
|
-
static ɵcmp: i0.ɵɵComponentDeclaration<OptionComponent, "lx-option", never, { "selected": "selected"; "isHighlighted": "isHighlighted"; "disabled": "disabled"; "value": "value"; "hasSelectedState": "hasSelectedState"; "selectIcon": "selectIcon"; }, { "select": "select"; "highlight": "highlight"; "selectedClick": "selectedClick"; }, never, ["*"], false, never>;
|
|
30
|
+
static ɵcmp: i0.ɵɵComponentDeclaration<OptionComponent, "lx-option", never, { "selected": { "alias": "selected"; "required": false; }; "isHighlighted": { "alias": "isHighlighted"; "required": false; }; "disabled": { "alias": "disabled"; "required": false; }; "value": { "alias": "value"; "required": false; }; "hasSelectedState": { "alias": "hasSelectedState"; "required": false; }; "selectIcon": { "alias": "selectIcon"; "required": false; }; }, { "select": "select"; "highlight": "highlight"; "selectedClick": "selectedClick"; }, never, ["*"], false, never>;
|
|
31
31
|
}
|
|
@@ -10,5 +10,5 @@ export declare class OptionGroupComponent {
|
|
|
10
10
|
select: EventEmitter<any>;
|
|
11
11
|
selectOption(value: any): void;
|
|
12
12
|
static ɵfac: i0.ɵɵFactoryDeclaration<OptionGroupComponent, never>;
|
|
13
|
-
static ɵcmp: i0.ɵɵComponentDeclaration<OptionGroupComponent, "lx-option-group", never, { "hasSelectedState": "hasSelectedState"; "label": "label"; }, { "select": "select"; }, never, ["*"], false, never>;
|
|
13
|
+
static ɵcmp: i0.ɵɵComponentDeclaration<OptionGroupComponent, "lx-option-group", never, { "hasSelectedState": { "alias": "hasSelectedState"; "required": false; }; "label": { "alias": "label"; "required": false; }; }, { "select": "select"; }, never, ["*"], false, never>;
|
|
14
14
|
}
|
|
@@ -2,14 +2,14 @@ import { CdkOverlayOrigin, ConnectedOverlayPositionChange } from '@angular/cdk/o
|
|
|
2
2
|
import { EventEmitter, TemplateRef } from '@angular/core';
|
|
3
3
|
import { KeyboardSelectDirective } from '../keyboard-select.directive';
|
|
4
4
|
import * as i0 from "@angular/core";
|
|
5
|
-
export
|
|
5
|
+
export type OptionGroupOption = {
|
|
6
6
|
value: string;
|
|
7
7
|
label: string;
|
|
8
8
|
};
|
|
9
9
|
/**
|
|
10
10
|
* TODO: rename to something unspecific for single selects because multiselects are also supported
|
|
11
11
|
*/
|
|
12
|
-
export
|
|
12
|
+
export type SingleSelectOptionGroup<T = any> = {
|
|
13
13
|
label: string;
|
|
14
14
|
options: (OptionGroupOption | T)[];
|
|
15
15
|
};
|
|
@@ -64,5 +64,5 @@ export declare class OptionGroupDropdownComponent extends KeyboardSelectDirectiv
|
|
|
64
64
|
trackByValue(_index: number, option: OptionGroupOption | any): any;
|
|
65
65
|
onPositionChange(event: ConnectedOverlayPositionChange): void;
|
|
66
66
|
static ɵfac: i0.ɵɵFactoryDeclaration<OptionGroupDropdownComponent, never>;
|
|
67
|
-
static ɵcmp: i0.ɵɵComponentDeclaration<OptionGroupDropdownComponent, "lx-option-group-dropdown", never, { "optionGroups": "optionGroups"; "newOptionLabel": "newOptionLabel"; "highlightTerm": "highlightTerm"; "showCreateNewOption": "showCreateNewOption"; "labelKey": "labelKey"; "loading": "loading"; "trackByProperty": "trackByProperty"; "showNoResultsIfGroupIsEmpty": "showNoResultsIfGroupIsEmpty"; "overlayPositioning": "overlayPositioning"; }, { "onItemSelected": "onItemSelected"; "containerScrolled": "containerScrolled"; "createNewOption": "createNewOption"; }, ["optionTemplateRef", "noResultsOptionTemplateRef"], never, false, never>;
|
|
67
|
+
static ɵcmp: i0.ɵɵComponentDeclaration<OptionGroupDropdownComponent, "lx-option-group-dropdown", never, { "optionGroups": { "alias": "optionGroups"; "required": false; }; "newOptionLabel": { "alias": "newOptionLabel"; "required": false; }; "highlightTerm": { "alias": "highlightTerm"; "required": false; }; "showCreateNewOption": { "alias": "showCreateNewOption"; "required": false; }; "labelKey": { "alias": "labelKey"; "required": false; }; "loading": { "alias": "loading"; "required": false; }; "trackByProperty": { "alias": "trackByProperty"; "required": false; }; "showNoResultsIfGroupIsEmpty": { "alias": "showNoResultsIfGroupIsEmpty"; "required": false; }; "overlayPositioning": { "alias": "overlayPositioning"; "required": false; }; }, { "onItemSelected": "onItemSelected"; "containerScrolled": "containerScrolled"; "createNewOption": "createNewOption"; }, ["optionTemplateRef", "noResultsOptionTemplateRef"], never, false, never>;
|
|
68
68
|
}
|
|
@@ -36,5 +36,5 @@ export declare class OptionsDropdownComponent implements AfterViewInit, OnDestro
|
|
|
36
36
|
private collapse;
|
|
37
37
|
private optionIsHighlightable;
|
|
38
38
|
static ɵfac: i0.ɵɵFactoryDeclaration<OptionsDropdownComponent, never>;
|
|
39
|
-
static ɵcmp: i0.ɵɵComponentDeclaration<OptionsDropdownComponent, "lx-options-dropdown", never, { "align": "align"; "closeOnScroll": "closeOnScroll"; "disabled": "disabled"; "maxHeight": "maxHeight"; "closeOnSelect": "closeOnSelect"; "overlayPositioning": "overlayPositioning"; }, {}, ["trigger", "_options"], ["[lxKeyboardActionSource]", "*"], false, never>;
|
|
39
|
+
static ɵcmp: i0.ɵɵComponentDeclaration<OptionsDropdownComponent, "lx-options-dropdown", never, { "align": { "alias": "align"; "required": false; }; "closeOnScroll": { "alias": "closeOnScroll"; "required": false; }; "disabled": { "alias": "disabled"; "required": false; }; "maxHeight": { "alias": "maxHeight"; "required": false; }; "closeOnSelect": { "alias": "closeOnSelect"; "required": false; }; "overlayPositioning": { "alias": "overlayPositioning"; "required": false; }; }, {}, ["trigger", "_options"], ["[lxKeyboardActionSource]", "*"], false, never>;
|
|
40
40
|
}
|
|
@@ -21,5 +21,5 @@ export declare class OptionsSubDropdownComponent implements AfterViewInit, OnDes
|
|
|
21
21
|
private showByMouse;
|
|
22
22
|
closeDropdown(): void;
|
|
23
23
|
static ɵfac: i0.ɵɵFactoryDeclaration<OptionsSubDropdownComponent, never>;
|
|
24
|
-
static ɵcmp: i0.ɵɵComponentDeclaration<OptionsSubDropdownComponent, "lx-options-sub-dropdown", never, { "trigger": "trigger"; "align": "align"; }, {}, ["options"], ["*"], false, never>;
|
|
24
|
+
static ɵcmp: i0.ɵɵComponentDeclaration<OptionsSubDropdownComponent, "lx-options-sub-dropdown", never, { "trigger": { "alias": "trigger"; "required": false; }; "align": { "alias": "align"; "required": false; }; }, {}, ["options"], ["*"], false, never>;
|
|
25
25
|
}
|
|
@@ -66,5 +66,5 @@ export declare class PickerComponent implements AfterViewInit, ControlValueAcces
|
|
|
66
66
|
private propagateChange;
|
|
67
67
|
private onTouched;
|
|
68
68
|
static ɵfac: i0.ɵɵFactoryDeclaration<PickerComponent, never>;
|
|
69
|
-
static ɵcmp: i0.ɵɵComponentDeclaration<PickerComponent, "lx-picker", never, { "listBoxAriaLabel": "listBoxAriaLabel"; "listBoxAriaLabelledBy": "listBoxAriaLabelledBy"; "openDirection": "openDirection"; }, {}, ["_trigger", "options"], ["[lxPickerTrigger]", "*"], false, never>;
|
|
69
|
+
static ɵcmp: i0.ɵɵComponentDeclaration<PickerComponent, "lx-picker", never, { "listBoxAriaLabel": { "alias": "listBoxAriaLabel"; "required": false; }; "listBoxAriaLabelledBy": { "alias": "listBoxAriaLabelledBy"; "required": false; }; "openDirection": { "alias": "openDirection"; "required": false; }; }, {}, ["_trigger", "options"], ["[lxPickerTrigger]", "*"], false, never>;
|
|
70
70
|
}
|
|
@@ -45,5 +45,5 @@ export declare class PickerOptionComponent implements Highlightable, OnInit {
|
|
|
45
45
|
*/
|
|
46
46
|
selectOption(): void;
|
|
47
47
|
static ɵfac: i0.ɵɵFactoryDeclaration<PickerOptionComponent, never>;
|
|
48
|
-
static ɵcmp: i0.ɵɵComponentDeclaration<PickerOptionComponent, "li[lx-picker-option]", never, { "optionId": "optionId"; "ariaLabel": "ariaLabel"; "value": "value"; "selected": "selected"; "isClearOption": "isClearOption"; }, { "select": "select"; }, never, ["*"], false, never>;
|
|
48
|
+
static ɵcmp: i0.ɵɵComponentDeclaration<PickerOptionComponent, "li[lx-picker-option]", never, { "optionId": { "alias": "optionId"; "required": false; }; "ariaLabel": { "alias": "ariaLabel"; "required": false; }; "value": { "alias": "value"; "required": false; }; "selected": { "alias": "selected"; "required": false; }; "isClearOption": { "alias": "isClearOption"; "required": false; }; }, { "select": "select"; }, never, ["*"], false, never>;
|
|
49
49
|
}
|
|
@@ -9,5 +9,5 @@ export declare class PillItemComponent {
|
|
|
9
9
|
remove: EventEmitter<MultiSelectRemoveItemEvent>;
|
|
10
10
|
removePill(item: any, isMouse?: boolean): void;
|
|
11
11
|
static ɵfac: i0.ɵɵFactoryDeclaration<PillItemComponent, never>;
|
|
12
|
-
static ɵcmp: i0.ɵɵComponentDeclaration<PillItemComponent, "lx-pill-item", never, { "item": "item"; "label": "label"; "disabled": "disabled"; }, { "remove": "remove"; }, never, never, false, never>;
|
|
12
|
+
static ɵcmp: i0.ɵɵComponentDeclaration<PillItemComponent, "lx-pill-item", never, { "item": { "alias": "item"; "required": false; }; "label": { "alias": "label"; "required": false; }; "disabled": { "alias": "disabled"; "required": false; }; }, { "remove": "remove"; }, never, never, false, never>;
|
|
13
13
|
}
|