@lucca-front/ng 20.3.3-rc.6 → 21.0.0-rc.1
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/api/index.d.ts +18 -0
- package/breadcrumbs/index.d.ts +1 -3
- package/callout/index.d.ts +8 -2
- package/chip/index.d.ts +3 -2
- package/clear/index.d.ts +30 -0
- package/code/index.d.ts +9 -0
- package/container/index.d.ts +2 -2
- package/core/index.d.ts +6 -6
- package/core-select/department/index.d.ts +1 -1
- package/core-select/index.d.ts +2 -1
- package/core-select/occupation-category/index.d.ts +26 -0
- package/data-table/index.d.ts +68 -30
- package/date/index.d.ts +18 -0
- package/date2/index.d.ts +15 -15
- package/department/index.d.ts +10 -1
- package/divider/index.d.ts +7 -4
- package/dropdown/index.d.ts +6 -3
- package/establishment/index.d.ts +15 -0
- package/fancy-box/index.d.ts +2 -1
- package/fesm2022/lucca-front-ng-a11y.mjs +32 -32
- package/fesm2022/lucca-front-ng-a11y.mjs.map +1 -1
- package/fesm2022/lucca-front-ng-animations.mjs.map +1 -1
- package/fesm2022/lucca-front-ng-api.mjs +76 -59
- package/fesm2022/lucca-front-ng-api.mjs.map +1 -1
- package/fesm2022/lucca-front-ng-app-layout.mjs +8 -8
- package/fesm2022/lucca-front-ng-app-layout.mjs.map +1 -1
- package/fesm2022/lucca-front-ng-box.mjs +8 -8
- package/fesm2022/lucca-front-ng-box.mjs.map +1 -1
- package/fesm2022/lucca-front-ng-breadcrumbs.mjs +18 -30
- package/fesm2022/lucca-front-ng-breadcrumbs.mjs.map +1 -1
- package/fesm2022/lucca-front-ng-button.mjs +12 -7
- package/fesm2022/lucca-front-ng-button.mjs.map +1 -1
- package/fesm2022/lucca-front-ng-callout.mjs +117 -64
- package/fesm2022/lucca-front-ng-callout.mjs.map +1 -1
- package/fesm2022/lucca-front-ng-chip.mjs +29 -25
- package/fesm2022/lucca-front-ng-chip.mjs.map +1 -1
- package/fesm2022/lucca-front-ng-clear.mjs +94 -0
- package/fesm2022/lucca-front-ng-clear.mjs.map +1 -0
- package/fesm2022/lucca-front-ng-code.mjs +21 -0
- package/fesm2022/lucca-front-ng-code.mjs.map +1 -0
- package/fesm2022/lucca-front-ng-comment.mjs +31 -31
- package/fesm2022/lucca-front-ng-comment.mjs.map +1 -1
- package/fesm2022/lucca-front-ng-container.mjs +18 -18
- package/fesm2022/lucca-front-ng-container.mjs.map +1 -1
- package/fesm2022/lucca-front-ng-core-select-api.mjs +14 -16
- package/fesm2022/lucca-front-ng-core-select-api.mjs.map +1 -1
- package/fesm2022/lucca-front-ng-core-select-department.mjs +16 -18
- package/fesm2022/lucca-front-ng-core-select-department.mjs.map +1 -1
- package/fesm2022/lucca-front-ng-core-select-establishment.mjs +18 -19
- package/fesm2022/lucca-front-ng-core-select-establishment.mjs.map +1 -1
- package/fesm2022/lucca-front-ng-core-select-job-qualification.mjs +12 -13
- package/fesm2022/lucca-front-ng-core-select-job-qualification.mjs.map +1 -1
- package/fesm2022/lucca-front-ng-core-select-occupation-category.mjs +79 -0
- package/fesm2022/lucca-front-ng-core-select-occupation-category.mjs.map +1 -0
- package/fesm2022/lucca-front-ng-core-select-user.mjs +60 -62
- package/fesm2022/lucca-front-ng-core-select-user.mjs.map +1 -1
- package/fesm2022/lucca-front-ng-core-select.mjs +103 -113
- package/fesm2022/lucca-front-ng-core-select.mjs.map +1 -1
- package/fesm2022/lucca-front-ng-core.mjs +48 -49
- package/fesm2022/lucca-front-ng-core.mjs.map +1 -1
- package/fesm2022/lucca-front-ng-data-table.mjs +266 -87
- package/fesm2022/lucca-front-ng-data-table.mjs.map +1 -1
- package/fesm2022/lucca-front-ng-date.mjs +113 -97
- package/fesm2022/lucca-front-ng-date.mjs.map +1 -1
- package/fesm2022/lucca-front-ng-date2.mjs +134 -136
- package/fesm2022/lucca-front-ng-date2.mjs.map +1 -1
- package/fesm2022/lucca-front-ng-department.mjs +56 -47
- package/fesm2022/lucca-front-ng-department.mjs.map +1 -1
- package/fesm2022/lucca-front-ng-dialog.mjs +53 -56
- package/fesm2022/lucca-front-ng-dialog.mjs.map +1 -1
- package/fesm2022/lucca-front-ng-divider.mjs +13 -15
- package/fesm2022/lucca-front-ng-divider.mjs.map +1 -1
- package/fesm2022/lucca-front-ng-dropdown.mjs +225 -224
- package/fesm2022/lucca-front-ng-dropdown.mjs.map +1 -1
- package/fesm2022/lucca-front-ng-empty-state.mjs +13 -9
- package/fesm2022/lucca-front-ng-empty-state.mjs.map +1 -1
- package/fesm2022/lucca-front-ng-establishment.mjs +85 -71
- package/fesm2022/lucca-front-ng-establishment.mjs.map +1 -1
- package/fesm2022/lucca-front-ng-fancy-box.mjs +10 -6
- package/fesm2022/lucca-front-ng-fancy-box.mjs.map +1 -1
- package/fesm2022/lucca-front-ng-file-upload.mjs +112 -112
- package/fesm2022/lucca-front-ng-file-upload.mjs.map +1 -1
- package/fesm2022/lucca-front-ng-filter-pills.mjs +78 -81
- package/fesm2022/lucca-front-ng-filter-pills.mjs.map +1 -1
- package/fesm2022/lucca-front-ng-footer.mjs +12 -19
- package/fesm2022/lucca-front-ng-footer.mjs.map +1 -1
- package/fesm2022/lucca-front-ng-form-field.mjs +88 -88
- package/fesm2022/lucca-front-ng-form-field.mjs.map +1 -1
- package/fesm2022/lucca-front-ng-form-header.mjs +23 -0
- package/fesm2022/lucca-front-ng-form-header.mjs.map +1 -0
- package/fesm2022/lucca-front-ng-form.mjs +24 -0
- package/fesm2022/lucca-front-ng-form.mjs.map +1 -0
- package/fesm2022/lucca-front-ng-formly.mjs +77 -77
- package/fesm2022/lucca-front-ng-formly.mjs.map +1 -1
- package/fesm2022/lucca-front-ng-forms-phone-number-input.mjs +19 -20
- package/fesm2022/lucca-front-ng-forms-phone-number-input.mjs.map +1 -1
- package/fesm2022/lucca-front-ng-forms-rich-text-input-formatters-html.mjs.map +1 -1
- package/fesm2022/lucca-front-ng-forms-rich-text-input-formatters-markdown.mjs +3 -2
- package/fesm2022/lucca-front-ng-forms-rich-text-input-formatters-markdown.mjs.map +1 -1
- package/fesm2022/lucca-front-ng-forms-rich-text-input-formatters-plain-text.mjs.map +1 -1
- package/fesm2022/lucca-front-ng-forms-rich-text-input.mjs +206 -150
- package/fesm2022/lucca-front-ng-forms-rich-text-input.mjs.map +1 -1
- package/fesm2022/lucca-front-ng-forms.mjs +185 -171
- package/fesm2022/lucca-front-ng-forms.mjs.map +1 -1
- package/fesm2022/lucca-front-ng-gauge.mjs +26 -26
- package/fesm2022/lucca-front-ng-gauge.mjs.map +1 -1
- package/fesm2022/lucca-front-ng-grid.mjs +26 -26
- package/fesm2022/lucca-front-ng-grid.mjs.map +1 -1
- package/fesm2022/lucca-front-ng-highlight-data.mjs +20 -20
- package/fesm2022/lucca-front-ng-highlight-data.mjs.map +1 -1
- package/fesm2022/lucca-front-ng-horizontal-navigation.mjs +17 -32
- package/fesm2022/lucca-front-ng-horizontal-navigation.mjs.map +1 -1
- package/fesm2022/lucca-front-ng-icon.mjs +6 -6
- package/fesm2022/lucca-front-ng-icon.mjs.map +1 -1
- package/fesm2022/lucca-front-ng-index-table.mjs +355 -0
- package/fesm2022/lucca-front-ng-index-table.mjs.map +1 -0
- package/fesm2022/lucca-front-ng-inline-message.mjs +4 -4
- package/fesm2022/lucca-front-ng-inline-message.mjs.map +1 -1
- package/fesm2022/lucca-front-ng-input.mjs +67 -57
- package/fesm2022/lucca-front-ng-input.mjs.map +1 -1
- package/fesm2022/lucca-front-ng-link.mjs +24 -23
- package/fesm2022/lucca-front-ng-link.mjs.map +1 -1
- package/fesm2022/lucca-front-ng-listbox.mjs +31 -31
- package/fesm2022/lucca-front-ng-listbox.mjs.map +1 -1
- package/fesm2022/lucca-front-ng-listing.mjs +28 -24
- package/fesm2022/lucca-front-ng-listing.mjs.map +1 -1
- package/fesm2022/lucca-front-ng-loading.mjs +11 -11
- package/fesm2022/lucca-front-ng-loading.mjs.map +1 -1
- package/fesm2022/lucca-front-ng-main-layout.mjs +14 -14
- package/fesm2022/lucca-front-ng-main-layout.mjs.map +1 -1
- package/fesm2022/lucca-front-ng-mobile-push.mjs +39 -31
- package/fesm2022/lucca-front-ng-mobile-push.mjs.map +1 -1
- package/fesm2022/lucca-front-ng-modal.mjs +57 -62
- package/fesm2022/lucca-front-ng-modal.mjs.map +1 -1
- package/fesm2022/lucca-front-ng-multi-select.mjs +247 -230
- package/fesm2022/lucca-front-ng-multi-select.mjs.map +1 -1
- package/fesm2022/lucca-front-ng-new-badge.mjs +4 -4
- package/fesm2022/lucca-front-ng-new-badge.mjs.map +1 -1
- package/fesm2022/lucca-front-ng-number-format.mjs +11 -13
- package/fesm2022/lucca-front-ng-number-format.mjs.map +1 -1
- package/fesm2022/lucca-front-ng-number.mjs +11 -10
- package/fesm2022/lucca-front-ng-number.mjs.map +1 -1
- package/fesm2022/lucca-front-ng-numeric-badge.mjs +22 -10
- package/fesm2022/lucca-front-ng-numeric-badge.mjs.map +1 -1
- package/fesm2022/lucca-front-ng-option.mjs +287 -240
- package/fesm2022/lucca-front-ng-option.mjs.map +1 -1
- package/fesm2022/lucca-front-ng-page-header.mjs +11 -11
- package/fesm2022/lucca-front-ng-page-header.mjs.map +1 -1
- package/fesm2022/lucca-front-ng-pagination.mjs +38 -38
- package/fesm2022/lucca-front-ng-pagination.mjs.map +1 -1
- package/fesm2022/lucca-front-ng-plg-push.mjs +54 -5
- package/fesm2022/lucca-front-ng-plg-push.mjs.map +1 -1
- package/fesm2022/lucca-front-ng-popover.mjs +38 -28
- package/fesm2022/lucca-front-ng-popover.mjs.map +1 -1
- package/fesm2022/lucca-front-ng-popover2.mjs +36 -33
- package/fesm2022/lucca-front-ng-popover2.mjs.map +1 -1
- package/fesm2022/lucca-front-ng-popup.mjs +13 -10
- package/fesm2022/lucca-front-ng-popup.mjs.map +1 -1
- package/fesm2022/lucca-front-ng-progress-bar.mjs +28 -0
- package/fesm2022/lucca-front-ng-progress-bar.mjs.map +1 -0
- package/fesm2022/lucca-front-ng-read-more.mjs +46 -78
- package/fesm2022/lucca-front-ng-read-more.mjs.map +1 -1
- package/fesm2022/lucca-front-ng-safe-content.mjs +10 -11
- package/fesm2022/lucca-front-ng-safe-content.mjs.map +1 -1
- package/fesm2022/lucca-front-ng-scroll-box.mjs +46 -0
- package/fesm2022/lucca-front-ng-scroll-box.mjs.map +1 -0
- package/fesm2022/lucca-front-ng-scroll.mjs +10 -8
- package/fesm2022/lucca-front-ng-scroll.mjs.map +1 -1
- package/fesm2022/lucca-front-ng-scrollBox.mjs +1 -66
- package/fesm2022/lucca-front-ng-scrollBox.mjs.map +1 -1
- package/fesm2022/lucca-front-ng-segmented-control-tabs.mjs +98 -0
- package/fesm2022/lucca-front-ng-segmented-control-tabs.mjs.map +1 -0
- package/fesm2022/lucca-front-ng-segmented-control.mjs +71 -0
- package/fesm2022/lucca-front-ng-segmented-control.mjs.map +1 -0
- package/fesm2022/lucca-front-ng-segmentedControl.mjs +1 -66
- package/fesm2022/lucca-front-ng-segmentedControl.mjs.map +1 -1
- package/fesm2022/lucca-front-ng-segmentedControlTabs.mjs +1 -93
- package/fesm2022/lucca-front-ng-segmentedControlTabs.mjs.map +1 -1
- package/fesm2022/lucca-front-ng-select.mjs +21 -20
- package/fesm2022/lucca-front-ng-select.mjs.map +1 -1
- package/fesm2022/lucca-front-ng-sidepanel.mjs +7 -7
- package/fesm2022/lucca-front-ng-sidepanel.mjs.map +1 -1
- package/fesm2022/lucca-front-ng-simple-select.mjs +75 -67
- package/fesm2022/lucca-front-ng-simple-select.mjs.map +1 -1
- package/fesm2022/lucca-front-ng-skeleton.mjs +46 -44
- package/fesm2022/lucca-front-ng-skeleton.mjs.map +1 -1
- package/fesm2022/lucca-front-ng-sortable-list.mjs +49 -0
- package/fesm2022/lucca-front-ng-sortable-list.mjs.map +1 -0
- package/fesm2022/lucca-front-ng-status-badge.mjs +34 -0
- package/fesm2022/lucca-front-ng-status-badge.mjs.map +1 -0
- package/fesm2022/lucca-front-ng-statusBadge.mjs +1 -29
- package/fesm2022/lucca-front-ng-statusBadge.mjs.map +1 -1
- package/fesm2022/lucca-front-ng-table-of-content.mjs +39 -0
- package/fesm2022/lucca-front-ng-table-of-content.mjs.map +1 -0
- package/fesm2022/lucca-front-ng-tag.mjs +35 -13
- package/fesm2022/lucca-front-ng-tag.mjs.map +1 -1
- package/fesm2022/lucca-front-ng-time.mjs +132 -142
- package/fesm2022/lucca-front-ng-time.mjs.map +1 -1
- package/fesm2022/lucca-front-ng-title.mjs +10 -10
- package/fesm2022/lucca-front-ng-title.mjs.map +1 -1
- package/fesm2022/lucca-front-ng-toast.mjs +26 -23
- package/fesm2022/lucca-front-ng-toast.mjs.map +1 -1
- package/fesm2022/lucca-front-ng-tooltip.mjs +40 -32
- package/fesm2022/lucca-front-ng-tooltip.mjs.map +1 -1
- package/fesm2022/lucca-front-ng-tree-select.mjs +20 -21
- package/fesm2022/lucca-front-ng-tree-select.mjs.map +1 -1
- package/fesm2022/lucca-front-ng-user-popover.mjs +23 -27
- package/fesm2022/lucca-front-ng-user-popover.mjs.map +1 -1
- package/fesm2022/lucca-front-ng-user.mjs +134 -111
- package/fesm2022/lucca-front-ng-user.mjs.map +1 -1
- package/fesm2022/lucca-front-ng-vertical-navigation.mjs +91 -0
- package/fesm2022/lucca-front-ng-vertical-navigation.mjs.map +1 -0
- package/file-upload/index.d.ts +25 -25
- package/footer/index.d.ts +7 -7
- package/form/index.d.ts +9 -0
- package/form-field/index.d.ts +33 -32
- package/form-header/index.d.ts +9 -0
- package/forms/index.d.ts +39 -37
- package/forms/rich-text-input/index.d.ts +4 -1
- package/gauge/index.d.ts +17 -17
- package/grid/index.d.ts +14 -14
- package/horizontal-navigation/index.d.ts +5 -8
- package/index-table/index.d.ts +103 -0
- package/input/index.d.ts +27 -15
- package/link/index.d.ts +3 -4
- package/listbox/index.d.ts +20 -20
- package/listing/index.d.ts +13 -9
- package/loading/index.d.ts +4 -4
- package/main-layout/index.d.ts +3 -3
- package/modal/index.d.ts +3 -2
- package/multi-select/index.d.ts +13 -3
- package/number/index.d.ts +3 -0
- package/option/index.d.ts +58 -4
- package/package.json +125 -69
- package/page-header/index.d.ts +5 -5
- package/plg-push/index.d.ts +13 -1
- package/popover/index.d.ts +12 -0
- package/popup/index.d.ts +3 -0
- package/progress-bar/index.d.ts +14 -0
- package/read-more/index.d.ts +6 -12
- package/scroll/index.d.ts +3 -0
- package/scroll-box/index.d.ts +15 -0
- package/scrollBox/index.d.ts +1 -19
- package/segmented-control/index.d.ts +28 -0
- package/segmented-control-tabs/index.d.ts +34 -0
- package/segmentedControl/index.d.ts +1 -28
- package/segmentedControlTabs/index.d.ts +1 -34
- package/select/index.d.ts +5 -4
- package/simple-select/index.d.ts +1 -0
- package/skeleton/index.d.ts +2 -1
- package/sortable-list/index.d.ts +22 -0
- package/src/components/cdk/_dragDrop.scss +31 -3
- package/src/definitions/option/_option-item.scss +6 -0
- package/status-badge/index.d.ts +16 -0
- package/statusBadge/index.d.ts +1 -16
- package/table-of-content/index.d.ts +16 -0
- package/time/index.d.ts +30 -30
- package/toast/index.d.ts +3 -0
- package/tooltip/index.d.ts +9 -0
- package/user/index.d.ts +20 -3
- package/vertical-navigation/index.d.ts +42 -0
|
@@ -0,0 +1,103 @@
|
|
|
1
|
+
import * as _angular_core from '@angular/core';
|
|
2
|
+
import { ElementRef } from '@angular/core';
|
|
3
|
+
import * as _lucca_front_ng_index_table from '@lucca-front/ng/index-table';
|
|
4
|
+
import { PortalContent } from '@lucca-front/ng/core';
|
|
5
|
+
|
|
6
|
+
declare class IndexTableActionFileComponent {
|
|
7
|
+
static ɵfac: _angular_core.ɵɵFactoryDeclaration<IndexTableActionFileComponent, never>;
|
|
8
|
+
static ɵcmp: _angular_core.ɵɵComponentDeclaration<IndexTableActionFileComponent, "input[luIndexTableAction]", never, {}, {}, never, ["*"], true, never>;
|
|
9
|
+
}
|
|
10
|
+
|
|
11
|
+
declare class IndexTableActionComponent {
|
|
12
|
+
static ɵfac: _angular_core.ɵɵFactoryDeclaration<IndexTableActionComponent, never>;
|
|
13
|
+
static ɵcmp: _angular_core.ɵɵComponentDeclaration<IndexTableActionComponent, "button[luIndexTableAction], a[luIndexTableAction], label[luIndexTableAction]", never, {}, {}, never, ["*"], true, never>;
|
|
14
|
+
}
|
|
15
|
+
|
|
16
|
+
declare class IndexTableBodyComponent {
|
|
17
|
+
group: _angular_core.InputSignal<PortalContent>;
|
|
18
|
+
groupButtonAlt: _angular_core.InputSignal<string>;
|
|
19
|
+
expanded: _angular_core.ModelSignal<boolean>;
|
|
20
|
+
expandedToggle(): void;
|
|
21
|
+
protected tableRef: _lucca_front_ng_index_table.IndexTableComponent;
|
|
22
|
+
colspan: _angular_core.Signal<number>;
|
|
23
|
+
static ɵfac: _angular_core.ɵɵFactoryDeclaration<IndexTableBodyComponent, never>;
|
|
24
|
+
static ɵcmp: _angular_core.ɵɵComponentDeclaration<IndexTableBodyComponent, "tbody[luIndexTableBody]", never, { "group": { "alias": "group"; "required": false; "isSignal": true; }; "groupButtonAlt": { "alias": "groupButtonAlt"; "required": false; "isSignal": true; }; "expanded": { "alias": "expanded"; "required": false; "isSignal": true; }; }, { "expanded": "expandedChange"; }, never, ["*"], true, never>;
|
|
25
|
+
}
|
|
26
|
+
|
|
27
|
+
declare abstract class BaseIndexTableCell {
|
|
28
|
+
tableRef: _lucca_front_ng_index_table.IndexTableComponent;
|
|
29
|
+
bodyRef: _lucca_front_ng_index_table.IndexTableBodyComponent;
|
|
30
|
+
headRef: _lucca_front_ng_index_table.IndexTableHeadComponent;
|
|
31
|
+
footRef: _lucca_front_ng_index_table.IndexTableFootComponent;
|
|
32
|
+
rowRef: _lucca_front_ng_index_table.IndexTableRowComponent;
|
|
33
|
+
align: _angular_core.InputSignal<"start" | "center" | "end">;
|
|
34
|
+
alignCol: _angular_core.Signal<"start" | "center" | "end">;
|
|
35
|
+
position: _angular_core.Signal<number>;
|
|
36
|
+
static ɵfac: _angular_core.ɵɵFactoryDeclaration<BaseIndexTableCell, never>;
|
|
37
|
+
static ɵcmp: _angular_core.ɵɵComponentDeclaration<BaseIndexTableCell, "lu-base-index-table-cell", never, { "align": { "alias": "align"; "required": false; "isSignal": true; }; }, {}, never, never, true, never>;
|
|
38
|
+
}
|
|
39
|
+
|
|
40
|
+
declare class IndexTableRowCellHeaderComponent extends BaseIndexTableCell {
|
|
41
|
+
elementRef: ElementRef<HTMLTableCellElement>;
|
|
42
|
+
sort: _angular_core.ModelSignal<"ascending" | "descending">;
|
|
43
|
+
selectable: _angular_core.InputSignalWithTransform<boolean, unknown>;
|
|
44
|
+
hiddenLabel: _angular_core.InputSignalWithTransform<boolean, unknown>;
|
|
45
|
+
actions: _angular_core.InputSignalWithTransform<boolean, unknown>;
|
|
46
|
+
inlineSize: _angular_core.InputSignalWithTransform<number, unknown>;
|
|
47
|
+
static ɵfac: _angular_core.ɵɵFactoryDeclaration<IndexTableRowCellHeaderComponent, never>;
|
|
48
|
+
static ɵcmp: _angular_core.ɵɵComponentDeclaration<IndexTableRowCellHeaderComponent, "th[luIndexTableCell]", never, { "sort": { "alias": "sort"; "required": false; "isSignal": true; }; "selectable": { "alias": "selectable"; "required": false; "isSignal": true; }; "hiddenLabel": { "alias": "hiddenLabel"; "required": false; "isSignal": true; }; "actions": { "alias": "actions"; "required": false; "isSignal": true; }; "inlineSize": { "alias": "inlineSize"; "required": false; "isSignal": true; }; }, { "sort": "sortChange"; }, never, ["*"], true, never>;
|
|
49
|
+
}
|
|
50
|
+
|
|
51
|
+
declare class IndexTableRowCellComponent extends BaseIndexTableCell {
|
|
52
|
+
allowTextSelection: _angular_core.InputSignalWithTransform<boolean, unknown>;
|
|
53
|
+
tfoot: _angular_core.InputSignalWithTransform<boolean, unknown>;
|
|
54
|
+
actions: _angular_core.Signal<boolean>;
|
|
55
|
+
static ɵfac: _angular_core.ɵɵFactoryDeclaration<IndexTableRowCellComponent, never>;
|
|
56
|
+
static ɵcmp: _angular_core.ɵɵComponentDeclaration<IndexTableRowCellComponent, "td[luIndexTableCell]", never, { "allowTextSelection": { "alias": "allowTextSelection"; "required": false; "isSignal": true; }; "tfoot": { "alias": "tfoot"; "required": false; "isSignal": true; }; }, {}, never, ["*"], true, never>;
|
|
57
|
+
}
|
|
58
|
+
|
|
59
|
+
declare class IndexTableFootComponent {
|
|
60
|
+
static ɵfac: _angular_core.ɵɵFactoryDeclaration<IndexTableFootComponent, never>;
|
|
61
|
+
static ɵcmp: _angular_core.ɵɵComponentDeclaration<IndexTableFootComponent, "tfoot[luIndexTableFoot]", never, {}, {}, never, ["*"], true, never>;
|
|
62
|
+
}
|
|
63
|
+
|
|
64
|
+
declare class IndexTableHeadComponent {
|
|
65
|
+
cols: _angular_core.Signal<readonly IndexTableRowCellHeaderComponent[]>;
|
|
66
|
+
tableRef: _lucca_front_ng_index_table.IndexTableComponent;
|
|
67
|
+
static ɵfac: _angular_core.ɵɵFactoryDeclaration<IndexTableHeadComponent, never>;
|
|
68
|
+
static ɵcmp: _angular_core.ɵɵComponentDeclaration<IndexTableHeadComponent, "thead[luIndexTableHead]", never, {}, {}, ["cols"], ["*"], true, never>;
|
|
69
|
+
}
|
|
70
|
+
|
|
71
|
+
declare class IndexTableRowComponent {
|
|
72
|
+
bodyRef: _lucca_front_ng_index_table.IndexTableBodyComponent;
|
|
73
|
+
headRef: _lucca_front_ng_index_table.IndexTableHeadComponent;
|
|
74
|
+
footRef: _lucca_front_ng_index_table.IndexTableFootComponent;
|
|
75
|
+
readonly cells: _angular_core.Signal<readonly BaseIndexTableCell[]>;
|
|
76
|
+
protected tableRef: _lucca_front_ng_index_table.IndexTableComponent;
|
|
77
|
+
selected: _angular_core.ModelSignal<boolean>;
|
|
78
|
+
selectedLabel: _angular_core.InputSignal<string>;
|
|
79
|
+
disabled: _angular_core.InputSignalWithTransform<boolean, unknown>;
|
|
80
|
+
stack: _angular_core.InputSignalWithTransform<number, unknown>;
|
|
81
|
+
static ɵfac: _angular_core.ɵɵFactoryDeclaration<IndexTableRowComponent, never>;
|
|
82
|
+
static ɵcmp: _angular_core.ɵɵComponentDeclaration<IndexTableRowComponent, "tr[luIndexTableRow]", never, { "selected": { "alias": "selected"; "required": false; "isSignal": true; }; "selectedLabel": { "alias": "selectedLabel"; "required": false; "isSignal": true; }; "disabled": { "alias": "disabled"; "required": false; "isSignal": true; }; "stack": { "alias": "stack"; "required": false; "isSignal": true; }; }, { "selected": "selectedChange"; }, ["cells"], ["*"], true, never>;
|
|
83
|
+
}
|
|
84
|
+
|
|
85
|
+
declare class IndexTableComponent {
|
|
86
|
+
tableRef: _angular_core.Signal<ElementRef<Element>>;
|
|
87
|
+
selectable: _angular_core.InputSignalWithTransform<boolean, unknown>;
|
|
88
|
+
layoutFixed: _angular_core.InputSignalWithTransform<boolean, unknown>;
|
|
89
|
+
empty: _angular_core.InputSignalWithTransform<boolean, unknown>;
|
|
90
|
+
responsive: _angular_core.InputSignal<Partial<Record<"layoutFixedAtMediaMinXXXS" | "layoutFixedAtMediaMinXXS" | "layoutFixedAtMediaMinXS" | "layoutFixedAtMediaMinS" | "layoutFixedAtMediaMinM" | "layoutFixedAtMediaMinL" | "layoutFixedAtMediaMinXL" | "layoutFixedAtMediaMinXXL" | "layoutFixedAtMediaMinXXXL" | "layoutFixedAtContainerMinXXXS" | "layoutFixedAtContainerMinXXS" | "layoutFixedAtContainerMinXS" | "layoutFixedAtContainerMinS" | "layoutFixedAtContainerMinM" | "layoutFixedAtContainerMinL" | "layoutFixedAtContainerMinXL" | "layoutFixedAtContainerMinXXL" | "layoutFixedAtContainerMinXXXL", true>>>;
|
|
91
|
+
rows: _angular_core.Signal<readonly IndexTableRowComponent[]>;
|
|
92
|
+
header: _angular_core.Signal<IndexTableHeadComponent>;
|
|
93
|
+
cols: _angular_core.Signal<readonly _lucca_front_ng_index_table.IndexTableRowCellHeaderComponent[]>;
|
|
94
|
+
classMods: _angular_core.Signal<{
|
|
95
|
+
indexTable: boolean;
|
|
96
|
+
"mod-selectable": boolean;
|
|
97
|
+
"mod-layoutFixed": boolean;
|
|
98
|
+
}>;
|
|
99
|
+
static ɵfac: _angular_core.ɵɵFactoryDeclaration<IndexTableComponent, never>;
|
|
100
|
+
static ɵcmp: _angular_core.ɵɵComponentDeclaration<IndexTableComponent, "lu-index-table", never, { "selectable": { "alias": "selectable"; "required": false; "isSignal": true; }; "layoutFixed": { "alias": "layoutFixed"; "required": false; "isSignal": true; }; "empty": { "alias": "empty"; "required": false; "isSignal": true; }; "responsive": { "alias": "responsive"; "required": false; "isSignal": true; }; }, {}, ["rows", "header"], ["*", "[indexTablePagination]"], true, never>;
|
|
101
|
+
}
|
|
102
|
+
|
|
103
|
+
export { IndexTableActionComponent, IndexTableActionFileComponent, IndexTableBodyComponent, IndexTableComponent, IndexTableFootComponent, IndexTableHeadComponent, IndexTableRowCellComponent, IndexTableRowCellHeaderComponent, IndexTableRowComponent };
|
package/input/index.d.ts
CHANGED
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
import { Observable } from 'rxjs';
|
|
2
2
|
import * as i0 from '@angular/core';
|
|
3
|
-
import { EventEmitter, ViewRef, TemplateRef,
|
|
4
|
-
import {
|
|
3
|
+
import { EventEmitter, ViewRef, TemplateRef, OnInit, ElementRef, Renderer2, ChangeDetectorRef } from '@angular/core';
|
|
4
|
+
import { NgControl, ControlValueAccessor } from '@angular/forms';
|
|
5
5
|
|
|
6
6
|
interface ILuClearer<T> {
|
|
7
7
|
onClear: Observable<T>;
|
|
@@ -14,6 +14,9 @@ interface LuClearerLabel {
|
|
|
14
14
|
clear: string;
|
|
15
15
|
}
|
|
16
16
|
|
|
17
|
+
/**
|
|
18
|
+
* @deprecated use `ClearComponent` instead
|
|
19
|
+
*/
|
|
17
20
|
declare class LuInputClearerComponent<T> extends ALuClearer<T> implements ILuClearer<T> {
|
|
18
21
|
intl: LuClearerLabel;
|
|
19
22
|
onClear: EventEmitter<T>;
|
|
@@ -22,6 +25,9 @@ declare class LuInputClearerComponent<T> extends ALuClearer<T> implements ILuCle
|
|
|
22
25
|
static ɵcmp: i0.ɵɵComponentDeclaration<LuInputClearerComponent<any>, "lu-input-clearer", ["luClearer"], {}, { "onClear": "onClear"; }, never, never, true, never>;
|
|
23
26
|
}
|
|
24
27
|
|
|
28
|
+
/**
|
|
29
|
+
* @deprecated use `ClearComponent` instead
|
|
30
|
+
*/
|
|
25
31
|
declare class LuInputClearerModule {
|
|
26
32
|
static ɵfac: i0.ɵɵFactoryDeclaration<LuInputClearerModule, never>;
|
|
27
33
|
static ɵmod: i0.ɵɵNgModuleDeclaration<LuInputClearerModule, never, [typeof LuInputClearerComponent], [typeof LuInputClearerComponent]>;
|
|
@@ -54,12 +60,30 @@ declare class LuInputDisplayerContext<T> {
|
|
|
54
60
|
constructor($implicit: T | T[]);
|
|
55
61
|
}
|
|
56
62
|
|
|
63
|
+
/**
|
|
64
|
+
* @deprecated use `LuInputDisplayerDirective` instead
|
|
65
|
+
*/
|
|
57
66
|
declare class LuInputDisplayerModule {
|
|
58
67
|
static ɵfac: i0.ɵɵFactoryDeclaration<LuInputDisplayerModule, never>;
|
|
59
68
|
static ɵmod: i0.ɵɵNgModuleDeclaration<LuInputDisplayerModule, never, [typeof LuInputDisplayerDirective], [typeof LuInputDisplayerDirective]>;
|
|
60
69
|
static ɵinj: i0.ɵɵInjectorDeclaration<LuInputDisplayerModule>;
|
|
61
70
|
}
|
|
62
71
|
|
|
72
|
+
/**
|
|
73
|
+
* adds class is-filled when model is empty
|
|
74
|
+
*/
|
|
75
|
+
declare class LuInputDirective implements OnInit {
|
|
76
|
+
protected _elementRef: ElementRef;
|
|
77
|
+
protected _renderer: Renderer2;
|
|
78
|
+
protected _ngControl: NgControl;
|
|
79
|
+
constructor(_elementRef: ElementRef, _renderer: Renderer2, _ngControl: NgControl);
|
|
80
|
+
protected isEmpty(value: any): boolean;
|
|
81
|
+
protected applyClasses(value: any): void;
|
|
82
|
+
ngOnInit(): void;
|
|
83
|
+
static ɵfac: i0.ɵɵFactoryDeclaration<LuInputDirective, never>;
|
|
84
|
+
static ɵdir: i0.ɵɵDirectiveDeclaration<LuInputDirective, "[luInput]", never, {}, {}, never, never, true, never>;
|
|
85
|
+
}
|
|
86
|
+
|
|
63
87
|
type ILuInput = ControlValueAccessor;
|
|
64
88
|
declare abstract class ALuInput<T, U extends HTMLElement = HTMLElement> implements ILuInput {
|
|
65
89
|
protected _changeDetectorRef: ChangeDetectorRef;
|
|
@@ -83,20 +107,8 @@ declare abstract class ALuInput<T, U extends HTMLElement = HTMLElement> implemen
|
|
|
83
107
|
}
|
|
84
108
|
|
|
85
109
|
/**
|
|
86
|
-
*
|
|
110
|
+
* @deprecated use `LuInputDirective, LuInputDisplayerDirective, LuInputClearerComponent` instead
|
|
87
111
|
*/
|
|
88
|
-
declare class LuInputDirective implements OnInit {
|
|
89
|
-
protected _elementRef: ElementRef;
|
|
90
|
-
protected _renderer: Renderer2;
|
|
91
|
-
protected _ngControl: NgControl;
|
|
92
|
-
constructor(_elementRef: ElementRef, _renderer: Renderer2, _ngControl: NgControl);
|
|
93
|
-
protected isEmpty(value: any): boolean;
|
|
94
|
-
protected applyClasses(value: any): void;
|
|
95
|
-
ngOnInit(): void;
|
|
96
|
-
static ɵfac: i0.ɵɵFactoryDeclaration<LuInputDirective, never>;
|
|
97
|
-
static ɵdir: i0.ɵɵDirectiveDeclaration<LuInputDirective, "[luInput]", never, {}, {}, never, never, true, never>;
|
|
98
|
-
}
|
|
99
|
-
|
|
100
112
|
declare class LuInputModule {
|
|
101
113
|
static ɵfac: i0.ɵɵFactoryDeclaration<LuInputModule, never>;
|
|
102
114
|
static ɵmod: i0.ɵɵNgModuleDeclaration<LuInputModule, never, [typeof LuInputDirective, typeof LuInputDisplayerDirective, typeof LuInputClearerComponent], [typeof LuInputDirective, typeof LuInputDisplayerDirective, typeof LuInputClearerComponent]>;
|
package/link/index.d.ts
CHANGED
|
@@ -20,9 +20,9 @@ declare class LinkComponent {
|
|
|
20
20
|
intl: LinkTranslate;
|
|
21
21
|
routerLink: LuRouterLink;
|
|
22
22
|
router: Router;
|
|
23
|
-
luHref: i0.InputSignal<string>;
|
|
24
|
-
routerLinkCommands: i0.InputSignal<string | readonly any[] | _angular_router.UrlTree>;
|
|
25
|
-
disabled: i0.InputSignalWithTransform<boolean, unknown>;
|
|
23
|
+
readonly luHref: i0.InputSignal<string>;
|
|
24
|
+
readonly routerLinkCommands: i0.InputSignal<string | readonly any[] | _angular_router.UrlTree>;
|
|
25
|
+
readonly disabled: i0.InputSignalWithTransform<boolean, unknown>;
|
|
26
26
|
decorationHover: boolean;
|
|
27
27
|
external: boolean;
|
|
28
28
|
get relAttr(): string;
|
|
@@ -30,7 +30,6 @@ declare class LinkComponent {
|
|
|
30
30
|
get roleAttr(): string;
|
|
31
31
|
get disabledClass(): boolean;
|
|
32
32
|
redirect(): void;
|
|
33
|
-
hrefBackup: string;
|
|
34
33
|
constructor();
|
|
35
34
|
static ɵfac: i0.ɵɵFactoryDeclaration<LinkComponent, never>;
|
|
36
35
|
static ɵcmp: i0.ɵɵComponentDeclaration<LinkComponent, "a[luLink], button[luLink]", never, { "luHref": { "alias": "href"; "required": false; "isSignal": true; }; "routerLinkCommands": { "alias": "luLink"; "required": false; "isSignal": true; }; "disabled": { "alias": "disabled"; "required": false; "isSignal": true; }; "decorationHover": { "alias": "decorationHover"; "required": false; }; "external": { "alias": "external"; "required": false; }; }, {}, never, ["*"], true, [{ directive: typeof LuRouterLink; inputs: { "preserveFragment": "preserveFragment"; "skipLocationChange": "skipLocationChange"; "replaceUrl": "replaceUrl"; "queryParams": "queryParams"; "fragment": "fragment"; "queryParamsHandling": "queryParamsHandling"; "state": "state"; "info": "info"; "relativeTo": "relativeTo"; }; outputs: {}; }]>;
|
package/listbox/index.d.ts
CHANGED
|
@@ -1,11 +1,11 @@
|
|
|
1
1
|
import * as _angular_core from '@angular/core';
|
|
2
2
|
|
|
3
3
|
declare class ListboxComponent {
|
|
4
|
-
multiple: _angular_core.InputSignalWithTransform<boolean, unknown>;
|
|
5
|
-
tree: _angular_core.InputSignalWithTransform<boolean, unknown>;
|
|
6
|
-
state: _angular_core.InputSignal<"loading" | "empty">;
|
|
7
|
-
statusMsg: _angular_core.InputSignal<string>;
|
|
8
|
-
listboxId: string;
|
|
4
|
+
readonly multiple: _angular_core.InputSignalWithTransform<boolean, unknown>;
|
|
5
|
+
readonly tree: _angular_core.InputSignalWithTransform<boolean, unknown>;
|
|
6
|
+
readonly state: _angular_core.InputSignal<"loading" | "empty">;
|
|
7
|
+
readonly statusMsg: _angular_core.InputSignal<string>;
|
|
8
|
+
readonly listboxId: string;
|
|
9
9
|
static ɵfac: _angular_core.ɵɵFactoryDeclaration<ListboxComponent, never>;
|
|
10
10
|
static ɵcmp: _angular_core.ɵɵComponentDeclaration<ListboxComponent, "lu-listbox", never, { "multiple": { "alias": "multiple"; "required": false; "isSignal": true; }; "tree": { "alias": "tree"; "required": false; "isSignal": true; }; "state": { "alias": "state"; "required": false; "isSignal": true; }; "statusMsg": { "alias": "statusMsg"; "required": false; "isSignal": true; }; }, {}, never, ["*"], true, never>;
|
|
11
11
|
}
|
|
@@ -16,21 +16,21 @@ declare class Treeitem {
|
|
|
16
16
|
}
|
|
17
17
|
declare class OptionComponent {
|
|
18
18
|
#private;
|
|
19
|
-
multiple: _angular_core.Signal<boolean>;
|
|
20
|
-
tree: _angular_core.Signal<boolean>;
|
|
21
|
-
empty: _angular_core.Signal<boolean>;
|
|
22
|
-
id: _angular_core.Signal<string>;
|
|
23
|
-
checked: _angular_core.InputSignalWithTransform<boolean, unknown>;
|
|
24
|
-
mixed: _angular_core.InputSignalWithTransform<boolean, unknown>;
|
|
25
|
-
disabled: _angular_core.InputSignalWithTransform<boolean, unknown>;
|
|
26
|
-
hovered: _angular_core.InputSignalWithTransform<boolean, unknown>;
|
|
27
|
-
add: _angular_core.InputSignalWithTransform<boolean, unknown>;
|
|
28
|
-
group: _angular_core.InputSignalWithTransform<boolean, unknown>;
|
|
29
|
-
select: _angular_core.InputSignalWithTransform<boolean, unknown>;
|
|
30
|
-
selectAll: _angular_core.InputSignal<"string">;
|
|
31
|
-
groupId: string;
|
|
32
|
-
treeitemContent: _angular_core.Signal<Treeitem>;
|
|
33
|
-
level: number;
|
|
19
|
+
readonly multiple: _angular_core.Signal<boolean>;
|
|
20
|
+
readonly tree: _angular_core.Signal<boolean>;
|
|
21
|
+
readonly empty: _angular_core.Signal<boolean>;
|
|
22
|
+
readonly id: _angular_core.Signal<string>;
|
|
23
|
+
readonly checked: _angular_core.InputSignalWithTransform<boolean, unknown>;
|
|
24
|
+
readonly mixed: _angular_core.InputSignalWithTransform<boolean, unknown>;
|
|
25
|
+
readonly disabled: _angular_core.InputSignalWithTransform<boolean, unknown>;
|
|
26
|
+
readonly hovered: _angular_core.InputSignalWithTransform<boolean, unknown>;
|
|
27
|
+
readonly add: _angular_core.InputSignalWithTransform<boolean, unknown>;
|
|
28
|
+
readonly group: _angular_core.InputSignalWithTransform<boolean, unknown>;
|
|
29
|
+
readonly select: _angular_core.InputSignalWithTransform<boolean, unknown>;
|
|
30
|
+
readonly selectAll: _angular_core.InputSignal<"string">;
|
|
31
|
+
readonly groupId: string;
|
|
32
|
+
readonly treeitemContent: _angular_core.Signal<Treeitem>;
|
|
33
|
+
readonly level: number;
|
|
34
34
|
static ɵfac: _angular_core.ɵɵFactoryDeclaration<OptionComponent, never>;
|
|
35
35
|
static ɵcmp: _angular_core.ɵɵComponentDeclaration<OptionComponent, "lu-listbox-option", never, { "checked": { "alias": "checked"; "required": false; "isSignal": true; }; "mixed": { "alias": "mixed"; "required": false; "isSignal": true; }; "disabled": { "alias": "disabled"; "required": false; "isSignal": true; }; "hovered": { "alias": "hovered"; "required": false; "isSignal": true; }; "add": { "alias": "add"; "required": false; "isSignal": true; }; "group": { "alias": "group"; "required": false; "isSignal": true; }; "select": { "alias": "select"; "required": false; "isSignal": true; }; "selectAll": { "alias": "selectAll"; "required": false; "isSignal": true; }; }, {}, ["treeitemContent"], ["*", "[optgroup]", "[treeitem]"], true, never>;
|
|
36
36
|
}
|
package/listing/index.d.ts
CHANGED
|
@@ -4,23 +4,27 @@ import { LuccaIcon } from '@lucca-front/icons';
|
|
|
4
4
|
import { Palette } from '@lucca-front/ng/core';
|
|
5
5
|
|
|
6
6
|
declare class ListingItemComponent {
|
|
7
|
-
icon: _angular_core.InputSignal<LuccaIcon>;
|
|
7
|
+
readonly icon: _angular_core.InputSignal<LuccaIcon>;
|
|
8
8
|
protected listingRef: _lucca_front_ng_listing.ListingComponent;
|
|
9
9
|
static ɵfac: _angular_core.ɵɵFactoryDeclaration<ListingItemComponent, never>;
|
|
10
10
|
static ɵcmp: _angular_core.ɵɵComponentDeclaration<ListingItemComponent, "lu-listing-item", never, { "icon": { "alias": "icon"; "required": false; "isSignal": true; }; }, {}, never, ["*"], true, never>;
|
|
11
11
|
}
|
|
12
12
|
|
|
13
13
|
declare class ListingComponent {
|
|
14
|
-
ordered: _angular_core.InputSignalWithTransform<boolean, unknown>;
|
|
15
|
-
checklist: _angular_core.InputSignalWithTransform<boolean, unknown>;
|
|
16
|
-
icons: _angular_core.InputSignalWithTransform<boolean, unknown>;
|
|
17
|
-
defaultIcon: _angular_core.InputSignal<LuccaIcon>;
|
|
18
|
-
palette: _angular_core.InputSignal<Palette>;
|
|
19
|
-
|
|
14
|
+
readonly ordered: _angular_core.InputSignalWithTransform<boolean, unknown>;
|
|
15
|
+
readonly checklist: _angular_core.InputSignalWithTransform<boolean, unknown>;
|
|
16
|
+
readonly icons: _angular_core.InputSignalWithTransform<boolean, unknown>;
|
|
17
|
+
readonly defaultIcon: _angular_core.InputSignal<LuccaIcon>;
|
|
18
|
+
readonly palette: _angular_core.InputSignal<Palette>;
|
|
19
|
+
readonly start: _angular_core.InputSignalWithTransform<number, unknown>;
|
|
20
|
+
readonly inline: _angular_core.InputSignalWithTransform<boolean, unknown>;
|
|
21
|
+
readonly divider: _angular_core.InputSignalWithTransform<boolean, unknown>;
|
|
22
|
+
readonly reversed: _angular_core.InputSignalWithTransform<boolean, unknown>;
|
|
23
|
+
readonly paletteClass: _angular_core.Signal<{
|
|
20
24
|
[x: string]: boolean;
|
|
21
|
-
}
|
|
25
|
+
}>;
|
|
22
26
|
static ɵfac: _angular_core.ɵɵFactoryDeclaration<ListingComponent, never>;
|
|
23
|
-
static ɵcmp: _angular_core.ɵɵComponentDeclaration<ListingComponent, "lu-listing", never, { "ordered": { "alias": "ordered"; "required": false; "isSignal": true; }; "checklist": { "alias": "checklist"; "required": false; "isSignal": true; }; "icons": { "alias": "icons"; "required": false; "isSignal": true; }; "defaultIcon": { "alias": "defaultIcon"; "required": false; "isSignal": true; }; "palette": { "alias": "palette"; "required": false; "isSignal": true; }; }, {}, never, ["*"], true, never>;
|
|
27
|
+
static ɵcmp: _angular_core.ɵɵComponentDeclaration<ListingComponent, "lu-listing", never, { "ordered": { "alias": "ordered"; "required": false; "isSignal": true; }; "checklist": { "alias": "checklist"; "required": false; "isSignal": true; }; "icons": { "alias": "icons"; "required": false; "isSignal": true; }; "defaultIcon": { "alias": "defaultIcon"; "required": false; "isSignal": true; }; "palette": { "alias": "palette"; "required": false; "isSignal": true; }; "start": { "alias": "start"; "required": false; "isSignal": true; }; "inline": { "alias": "inline"; "required": false; "isSignal": true; }; "divider": { "alias": "divider"; "required": false; "isSignal": true; }; "reversed": { "alias": "reversed"; "required": false; "isSignal": true; }; }, {}, never, ["*"], true, never>;
|
|
24
28
|
}
|
|
25
29
|
|
|
26
30
|
export { ListingComponent, ListingItemComponent };
|
package/loading/index.d.ts
CHANGED
|
@@ -2,10 +2,10 @@ import * as _angular_core from '@angular/core';
|
|
|
2
2
|
|
|
3
3
|
declare class LoadingComponent {
|
|
4
4
|
#private;
|
|
5
|
-
size: _angular_core.InputSignal<"L">;
|
|
6
|
-
invert: _angular_core.InputSignalWithTransform<boolean, unknown>;
|
|
7
|
-
block: _angular_core.InputSignalWithTransform<boolean, unknown>;
|
|
8
|
-
template: _angular_core.InputSignal<"popin" | "drawer" | "fullpage">;
|
|
5
|
+
readonly size: _angular_core.InputSignal<"L">;
|
|
6
|
+
readonly invert: _angular_core.InputSignalWithTransform<boolean, unknown>;
|
|
7
|
+
readonly block: _angular_core.InputSignalWithTransform<boolean, unknown>;
|
|
8
|
+
readonly template: _angular_core.InputSignal<"popin" | "drawer" | "fullpage">;
|
|
9
9
|
constructor();
|
|
10
10
|
static ɵfac: _angular_core.ɵɵFactoryDeclaration<LoadingComponent, never>;
|
|
11
11
|
static ɵcmp: _angular_core.ɵɵComponentDeclaration<LoadingComponent, "lu-loading", never, { "size": { "alias": "size"; "required": false; "isSignal": true; }; "invert": { "alias": "invert"; "required": false; "isSignal": true; }; "block": { "alias": "block"; "required": false; "isSignal": true; }; "template": { "alias": "template"; "required": false; "isSignal": true; }; }, {}, never, ["*"], true, never>;
|
package/main-layout/index.d.ts
CHANGED
|
@@ -1,14 +1,14 @@
|
|
|
1
1
|
import * as i0 from '@angular/core';
|
|
2
2
|
|
|
3
3
|
declare class MainLayoutBlockComponent {
|
|
4
|
-
overflow: i0.InputSignalWithTransform<boolean, unknown>;
|
|
4
|
+
readonly overflow: i0.InputSignalWithTransform<boolean, unknown>;
|
|
5
5
|
static ɵfac: i0.ɵɵFactoryDeclaration<MainLayoutBlockComponent, never>;
|
|
6
6
|
static ɵcmp: i0.ɵɵComponentDeclaration<MainLayoutBlockComponent, "lu-main-layout-block", never, { "overflow": { "alias": "overflow"; "required": false; "isSignal": true; }; }, {}, never, ["*"], true, never>;
|
|
7
7
|
}
|
|
8
8
|
|
|
9
9
|
declare class MainLayoutComponent {
|
|
10
|
-
headerSticky: i0.InputSignalWithTransform<boolean, unknown>;
|
|
11
|
-
footerSticky: i0.InputSignalWithTransform<boolean, unknown>;
|
|
10
|
+
readonly headerSticky: i0.InputSignalWithTransform<boolean, unknown>;
|
|
11
|
+
readonly footerSticky: i0.InputSignalWithTransform<boolean, unknown>;
|
|
12
12
|
static ɵfac: i0.ɵɵFactoryDeclaration<MainLayoutComponent, never>;
|
|
13
13
|
static ɵcmp: i0.ɵɵComponentDeclaration<MainLayoutComponent, "lu-main-layout", never, { "headerSticky": { "alias": "headerSticky"; "required": false; "isSignal": true; }; "footerSticky": { "alias": "footerSticky"; "required": false; "isSignal": true; }; }, {}, never, ["[mainLayoutSidebar]", "[mainLayoutHeader]", "*", "[mainLayoutFooter]"], true, never>;
|
|
14
14
|
}
|
package/modal/index.d.ts
CHANGED
|
@@ -95,13 +95,11 @@ declare abstract class ALuModalPanelComponent<T extends ILuModalContent> impleme
|
|
|
95
95
|
static ɵdir: i0.ɵɵDirectiveDeclaration<ALuModalPanelComponent<any>, never, never, {}, {}, never, never, true, never>;
|
|
96
96
|
}
|
|
97
97
|
declare class LuModalPanelComponent<T extends ILuModalContent = ILuModalContent> extends ALuModalPanelComponent<T> {
|
|
98
|
-
class: boolean;
|
|
99
98
|
constructor(_ref: ALuModalRef<T>, _elementRef: ElementRef<HTMLElement>, _renderer: Renderer2);
|
|
100
99
|
static ɵfac: i0.ɵɵFactoryDeclaration<LuModalPanelComponent<any>, never>;
|
|
101
100
|
static ɵcmp: i0.ɵɵComponentDeclaration<LuModalPanelComponent<any>, "lu-modal-panel", never, {}, {}, never, never, true, never>;
|
|
102
101
|
}
|
|
103
102
|
declare class LuModalPanelComponentDefaultCD<T extends ILuModalContent = ILuModalContent> extends ALuModalPanelComponent<T> {
|
|
104
|
-
class: boolean;
|
|
105
103
|
constructor(_ref: ALuModalRef<T>, _elementRef: ElementRef<HTMLElement>, _renderer: Renderer2);
|
|
106
104
|
static ɵfac: i0.ɵɵFactoryDeclaration<LuModalPanelComponentDefaultCD<any>, never>;
|
|
107
105
|
static ɵcmp: i0.ɵɵComponentDeclaration<LuModalPanelComponentDefaultCD<any>, "lu-modal-panel-default", never, {}, {}, never, never, true, never>;
|
|
@@ -134,6 +132,9 @@ declare class LuModalRefFactory implements ILuPopupRefFactory<ILuModalContent, L
|
|
|
134
132
|
* Note that OverlayModule should be imported in one of the EnvironmentInjectors (AppModule, lazy-loaded route) using `providers: [importProvidersFrom(OverlayModule)]`.
|
|
135
133
|
*/
|
|
136
134
|
declare function provideLuModal(): Provider[];
|
|
135
|
+
/**
|
|
136
|
+
* @deprecated use `OverlayModule, DialogModule` imports && provide `provideLuModal(), LuDialogService` instead
|
|
137
|
+
*/
|
|
137
138
|
declare class LuModalModule {
|
|
138
139
|
static ɵfac: i0.ɵɵFactoryDeclaration<LuModalModule, never>;
|
|
139
140
|
static ɵmod: i0.ɵɵNgModuleDeclaration<LuModalModule, never, [typeof i1.OverlayModule, typeof i2.DialogModule], never>;
|
package/multi-select/index.d.ts
CHANGED
|
@@ -1,10 +1,10 @@
|
|
|
1
1
|
import * as i0 from '@angular/core';
|
|
2
2
|
import { Signal, InjectionToken, ChangeDetectorRef, ElementRef, Injector, ViewContainerRef, OnDestroy, OnInit, Type, TemplateRef, DestroyRef } from '@angular/core';
|
|
3
|
-
import * as rxjs from 'rxjs';
|
|
4
|
-
import { Subject, BehaviorSubject } from 'rxjs';
|
|
5
3
|
import { LuTranslation } from '@lucca-front/ng/core';
|
|
6
4
|
import { ControlValueAccessor, AbstractControl, ValidationErrors } from '@angular/forms';
|
|
7
5
|
import { ɵIsSelectedStrategy as _IsSelectedStrategy, LuSelectPanelRef, ALuSelectInputComponent, LuOptionContext, ILuOptionContext } from '@lucca-front/ng/core-select';
|
|
6
|
+
import * as rxjs from 'rxjs';
|
|
7
|
+
import { Subject, BehaviorSubject } from 'rxjs';
|
|
8
8
|
import { Overlay, OverlayPositionBuilder, ScrollStrategyOptions, OverlayConfig, ConnectedPosition } from '@angular/cdk/overlay';
|
|
9
9
|
import * as i1 from '@lucca-front/ng/form-field';
|
|
10
10
|
import { LuOptionComparer } from '@lucca-front/ng/option';
|
|
@@ -56,6 +56,7 @@ interface ILuMultiSelectLabel {
|
|
|
56
56
|
clear: string;
|
|
57
57
|
clearSearch: string;
|
|
58
58
|
emptyResults: string;
|
|
59
|
+
emptyOptions: string;
|
|
59
60
|
emptySelection: string;
|
|
60
61
|
expand: string;
|
|
61
62
|
reduce: string;
|
|
@@ -138,8 +139,15 @@ declare class LuMultiSelectInputComponent<T> extends ALuSelectInputComponent<T,
|
|
|
138
139
|
static ngAcceptInputType_keepSearchAfterSelection: unknown;
|
|
139
140
|
}
|
|
140
141
|
|
|
142
|
+
declare class LuMultiSelectContentDisplayerComponent<T> {
|
|
143
|
+
select: LuMultiSelectInputComponent<T>;
|
|
144
|
+
static ɵfac: i0.ɵɵFactoryDeclaration<LuMultiSelectContentDisplayerComponent<any>, never>;
|
|
145
|
+
static ɵcmp: i0.ɵɵComponentDeclaration<LuMultiSelectContentDisplayerComponent<any>, "lu-multi-select-content-displayer", never, {}, {}, never, ["*"], true, never>;
|
|
146
|
+
}
|
|
147
|
+
|
|
141
148
|
declare class LuMultiSelectCounterDisplayerComponent<T> implements OnInit {
|
|
142
149
|
select: LuMultiSelectInputComponent<T>;
|
|
150
|
+
context: ILuOptionContext<T[]>;
|
|
143
151
|
protected destroyRef: DestroyRef;
|
|
144
152
|
inputElementRef: ElementRef<HTMLInputElement>;
|
|
145
153
|
get value(): T[];
|
|
@@ -179,8 +187,10 @@ declare class LuMultiSelectDefaultDisplayerComponent<T> implements OnInit {
|
|
|
179
187
|
|
|
180
188
|
declare class LuMultiSelectDisplayerInputDirective<T> implements OnInit {
|
|
181
189
|
#private;
|
|
190
|
+
intl: ILuMultiSelectLabel;
|
|
182
191
|
select: LuMultiSelectInputComponent<T>;
|
|
183
192
|
readonly selectAllContext: LuMultiSelectWithSelectAllContext;
|
|
193
|
+
contentDisplayer: LuMultiSelectContentDisplayerComponent<any>;
|
|
184
194
|
context: ILuOptionContext<T[]>;
|
|
185
195
|
elementRef: ElementRef<HTMLInputElement>;
|
|
186
196
|
destroyRef: DestroyRef;
|
|
@@ -224,5 +234,5 @@ declare const LuMultiSelectionValidators: {
|
|
|
224
234
|
required: (control: AbstractControl<LuMultiSelection<unknown>>) => ValidationErrors | null;
|
|
225
235
|
};
|
|
226
236
|
|
|
227
|
-
export { LU_MULTI_SELECT_DISPLAYER_TRANSLATIONS, LU_MULTI_SELECT_TRANSLATIONS, LuMultiDisplayerDirective, LuMultiSelectCounterDisplayerComponent, LuMultiSelectDefaultDisplayerComponent, LuMultiSelectDisplayerInputDirective, LuMultiSelectInputComponent, LuMultiSelectWithSelectAllDirective, LuMultiSelectionValidators, luMultiSelectDisplayerTranslations, luMultiSelectTranslations, selectionToOptions, selectionToQueryParams };
|
|
237
|
+
export { LU_MULTI_SELECT_DISPLAYER_TRANSLATIONS, LU_MULTI_SELECT_TRANSLATIONS, LuMultiDisplayerDirective, LuMultiSelectContentDisplayerComponent, LuMultiSelectCounterDisplayerComponent, LuMultiSelectDefaultDisplayerComponent, LuMultiSelectDisplayerInputDirective, LuMultiSelectInputComponent, LuMultiSelectWithSelectAllDirective, LuMultiSelectionValidators, luMultiSelectDisplayerTranslations, luMultiSelectTranslations, selectionToOptions, selectionToQueryParams };
|
|
228
238
|
export type { ILuMultiSelectDisplayerLabel, ILuMultiSelectLabel, LuMultiSelection, LuMultiSelectionMode };
|
package/number/index.d.ts
CHANGED
|
@@ -9,6 +9,9 @@ declare class LuNumberPipe implements PipeTransform {
|
|
|
9
9
|
static ɵpipe: i0.ɵɵPipeDeclaration<LuNumberPipe, "luNumber", true>;
|
|
10
10
|
}
|
|
11
11
|
|
|
12
|
+
/**
|
|
13
|
+
* @deprecated use `LuNumberPipe` instead
|
|
14
|
+
*/
|
|
12
15
|
declare class LuNumberModule {
|
|
13
16
|
static ɵfac: i0.ɵɵFactoryDeclaration<LuNumberModule, never>;
|
|
14
17
|
static ɵmod: i0.ɵɵNgModuleDeclaration<LuNumberModule, never, [typeof LuNumberPipe], [typeof LuNumberPipe]>;
|
package/option/index.d.ts
CHANGED
|
@@ -51,6 +51,9 @@ declare class LuOptionItemComponent<T> extends ALuOptionItem<T> implements ILuOp
|
|
|
51
51
|
static ɵcmp: i0.ɵɵComponentDeclaration<LuOptionItemComponent<any>, "lu-option", never, { "selected": { "alias": "selected"; "required": false; }; "highlighted": { "alias": "highlighted"; "required": false; }; "value": { "alias": "value"; "required": false; }; "disabled": { "alias": "disabled"; "required": false; }; }, { "onSelect": "onSelect"; }, never, ["*"], true, never>;
|
|
52
52
|
}
|
|
53
53
|
|
|
54
|
+
/**
|
|
55
|
+
* @deprecated use `LuOptionItemComponent` instead
|
|
56
|
+
*/
|
|
54
57
|
declare class LuOptionItemModule {
|
|
55
58
|
static ɵfac: i0.ɵɵFactoryDeclaration<LuOptionItemModule, never>;
|
|
56
59
|
static ɵmod: i0.ɵɵNgModuleDeclaration<LuOptionItemModule, never, [typeof LuOptionItemComponent], [typeof LuOptionItemComponent]>;
|
|
@@ -116,7 +119,7 @@ declare class LuTreeOptionItemComponent<T> extends ALuTreeOptionItem<T> implemen
|
|
|
116
119
|
}
|
|
117
120
|
|
|
118
121
|
/**
|
|
119
|
-
* @deprecated
|
|
122
|
+
* @deprecated use `LuTreeOptionItemComponent` instead
|
|
120
123
|
*/
|
|
121
124
|
declare class LuTreeOptionItemModule {
|
|
122
125
|
static ɵfac: i0.ɵɵFactoryDeclaration<LuTreeOptionItemModule, never>;
|
|
@@ -230,6 +233,9 @@ declare class LuOptionFeederComponent<T> implements ILuOptionOperator<T> {
|
|
|
230
233
|
static ɵcmp: i0.ɵɵComponentDeclaration<LuOptionFeederComponent<any>, "lu-option-feeder", never, { "options": { "alias": "options"; "required": false; }; }, {}, never, never, true, never>;
|
|
231
234
|
}
|
|
232
235
|
|
|
236
|
+
/**
|
|
237
|
+
* @deprecated use `LuOptionFeederComponent` instead
|
|
238
|
+
*/
|
|
233
239
|
declare class LuOptionFeederModule {
|
|
234
240
|
static ɵfac: i0.ɵɵFactoryDeclaration<LuOptionFeederModule, never>;
|
|
235
241
|
static ɵmod: i0.ɵɵNgModuleDeclaration<LuOptionFeederModule, never, [typeof LuOptionFeederComponent], [typeof LuOptionFeederComponent]>;
|
|
@@ -250,6 +256,9 @@ declare class LuTreeOptionFeederComponent<T> implements ILuTreeOptionOperator<T>
|
|
|
250
256
|
static ɵcmp: i0.ɵɵComponentDeclaration<LuTreeOptionFeederComponent<any>, "lu-tree-option-feeder", never, { "options": { "alias": "options"; "required": false; }; }, {}, never, never, true, never>;
|
|
251
257
|
}
|
|
252
258
|
|
|
259
|
+
/**
|
|
260
|
+
* @deprecated use `LuTreeOptionFeederComponent` instead
|
|
261
|
+
*/
|
|
253
262
|
declare class LuTreeOptionFeederModule {
|
|
254
263
|
static ɵfac: i0.ɵɵFactoryDeclaration<LuTreeOptionFeederModule, never>;
|
|
255
264
|
static ɵmod: i0.ɵɵNgModuleDeclaration<LuTreeOptionFeederModule, never, [typeof LuTreeOptionFeederComponent], [typeof LuTreeOptionFeederComponent]>;
|
|
@@ -266,6 +275,9 @@ declare class LuOptionPagerComponent<T> extends ALuOptionOperator<T> implements
|
|
|
266
275
|
static ɵcmp: i0.ɵɵComponentDeclaration<LuOptionPagerComponent<any>, "lu-option-pager", never, {}, {}, never, never, true, never>;
|
|
267
276
|
}
|
|
268
277
|
|
|
278
|
+
/**
|
|
279
|
+
* @deprecated use `LuOptionPagerComponent` instead
|
|
280
|
+
*/
|
|
269
281
|
declare class LuOptionPagerModule {
|
|
270
282
|
static ɵfac: i0.ɵɵFactoryDeclaration<LuOptionPagerModule, never>;
|
|
271
283
|
static ɵmod: i0.ɵɵNgModuleDeclaration<LuOptionPagerModule, never, [typeof LuOptionPagerComponent], [typeof LuOptionPagerComponent]>;
|
|
@@ -288,6 +300,9 @@ declare class LuTreeOptionPagerComponent<T> extends ALuTreeOptionOperator<T> imp
|
|
|
288
300
|
static ɵcmp: i0.ɵɵComponentDeclaration<LuTreeOptionPagerComponent<any>, "lu-tree-option-pager", never, {}, {}, never, never, true, never>;
|
|
289
301
|
}
|
|
290
302
|
|
|
303
|
+
/**
|
|
304
|
+
* @deprecated use `LuTreeOptionPagerComponent` instead
|
|
305
|
+
*/
|
|
291
306
|
declare class LuTreeOptionPagerModule {
|
|
292
307
|
static ɵfac: i0.ɵɵFactoryDeclaration<LuTreeOptionPagerModule, never>;
|
|
293
308
|
static ɵmod: i0.ɵɵNgModuleDeclaration<LuTreeOptionPagerModule, never, [typeof LuTreeOptionPagerComponent], [typeof LuTreeOptionPagerComponent]>;
|
|
@@ -308,6 +323,9 @@ declare class LuOptionSearcherComponent<T> extends ALuOptionOperator<T> implemen
|
|
|
308
323
|
static ɵcmp: i0.ɵɵComponentDeclaration<LuOptionSearcherComponent<any>, "lu-option-searcher", never, { "searchFn": { "alias": "searchFn"; "required": false; }; }, {}, never, never, true, never>;
|
|
309
324
|
}
|
|
310
325
|
|
|
326
|
+
/**
|
|
327
|
+
* @deprecated use `LuOptionSearcherComponent` instead
|
|
328
|
+
*/
|
|
311
329
|
declare class LuOptionSearcherModule {
|
|
312
330
|
static ɵfac: i0.ɵɵFactoryDeclaration<LuOptionSearcherModule, never>;
|
|
313
331
|
static ɵmod: i0.ɵɵNgModuleDeclaration<LuOptionSearcherModule, never, [typeof LuOptionSearcherComponent], [typeof LuOptionSearcherComponent]>;
|
|
@@ -333,7 +351,7 @@ declare class LuTreeOptionSearcherComponent<T> extends ALuTreeOptionOperator<T>
|
|
|
333
351
|
}
|
|
334
352
|
|
|
335
353
|
/**
|
|
336
|
-
* @deprecated
|
|
354
|
+
* @deprecated use `LuTreeOptionSearcherComponent` instead
|
|
337
355
|
*/
|
|
338
356
|
declare class LuTreeOptionSearcherModule {
|
|
339
357
|
static ɵfac: i0.ɵɵFactoryDeclaration<LuTreeOptionSearcherModule, never>;
|
|
@@ -368,6 +386,9 @@ declare class LuForGroupsDirective<TItem, TKey> implements ILuOptionOperator<TIt
|
|
|
368
386
|
static ɵdir: i0.ɵɵDirectiveDeclaration<LuForGroupsDirective<any, any>, "[luForGroups]", never, { "attrGroupBy": { "alias": "luForGroupsGroupBy"; "required": false; }; }, {}, never, never, true, never>;
|
|
369
387
|
}
|
|
370
388
|
|
|
389
|
+
/**
|
|
390
|
+
* @deprecated use `LuForGroupsDirective` instead
|
|
391
|
+
*/
|
|
371
392
|
declare class LuForGroupsModule {
|
|
372
393
|
static ɵfac: i0.ɵɵFactoryDeclaration<LuForGroupsModule, never>;
|
|
373
394
|
static ɵmod: i0.ɵɵNgModuleDeclaration<LuForGroupsModule, never, [typeof LuForGroupsDirective], [typeof LuForGroupsDirective]>;
|
|
@@ -386,6 +407,9 @@ declare class LuForOptionsDirective<T> extends NgForOf<T> implements ILuOptionOp
|
|
|
386
407
|
static ɵdir: i0.ɵɵDirectiveDeclaration<LuForOptionsDirective<any>, "[luForOptions]", never, { "luForOptionsTrackBy": { "alias": "luForOptionsTrackBy"; "required": false; }; }, {}, never, never, true, never>;
|
|
387
408
|
}
|
|
388
409
|
|
|
410
|
+
/**
|
|
411
|
+
* @deprecated use `LuForOptionsDirective` instead
|
|
412
|
+
*/
|
|
389
413
|
declare class LuForOptionsModule {
|
|
390
414
|
static ɵfac: i0.ɵɵFactoryDeclaration<LuForOptionsModule, never>;
|
|
391
415
|
static ɵmod: i0.ɵɵNgModuleDeclaration<LuForOptionsModule, never, [typeof LuForOptionsDirective], [typeof LuForOptionsDirective]>;
|
|
@@ -400,12 +424,18 @@ declare class LuForTreeOptionsDirective<T> extends LuForOptionsDirective<ILuTree
|
|
|
400
424
|
static ɵdir: i0.ɵɵDirectiveDeclaration<LuForTreeOptionsDirective<any>, "[luForTreeOptions]", never, {}, {}, never, never, true, never>;
|
|
401
425
|
}
|
|
402
426
|
|
|
427
|
+
/**
|
|
428
|
+
* @deprecated use `LuForTreeOptionsDirective` instead
|
|
429
|
+
*/
|
|
403
430
|
declare class LuForTreeOptionsModule {
|
|
404
431
|
static ɵfac: i0.ɵɵFactoryDeclaration<LuForTreeOptionsModule, never>;
|
|
405
432
|
static ɵmod: i0.ɵɵNgModuleDeclaration<LuForTreeOptionsModule, never, [typeof LuForTreeOptionsDirective], [typeof LuForTreeOptionsDirective]>;
|
|
406
433
|
static ɵinj: i0.ɵɵInjectorDeclaration<LuForTreeOptionsModule>;
|
|
407
434
|
}
|
|
408
435
|
|
|
436
|
+
/**
|
|
437
|
+
* @deprecated use `LuOptionPagerComponent, LuOptionFeederComponent, LuOptionSearcherComponent, LuForOptionsDirective, LuForGroupsDirective` instead
|
|
438
|
+
*/
|
|
409
439
|
declare class LuOptionOperatorModule {
|
|
410
440
|
static ɵfac: i0.ɵɵFactoryDeclaration<LuOptionOperatorModule, never>;
|
|
411
441
|
static ɵmod: i0.ɵɵNgModuleDeclaration<LuOptionOperatorModule, never, [typeof LuOptionPagerComponent, typeof LuOptionFeederComponent, typeof LuOptionSearcherComponent, typeof LuForOptionsDirective, typeof LuForGroupsDirective], [typeof LuOptionPagerComponent, typeof LuOptionFeederComponent, typeof LuOptionSearcherComponent, typeof LuForOptionsDirective, typeof LuForGroupsDirective]>;
|
|
@@ -413,7 +443,7 @@ declare class LuOptionOperatorModule {
|
|
|
413
443
|
}
|
|
414
444
|
|
|
415
445
|
/**
|
|
416
|
-
* @deprecated
|
|
446
|
+
* @deprecated use `LuTreeOptionFeederComponent, LuForTreeOptionsDirective, LuTreeOptionPagerComponent, LuTreeOptionSearcherComponent` instead
|
|
417
447
|
*/
|
|
418
448
|
declare class LuTreeOptionOperatorModule {
|
|
419
449
|
static ɵfac: i0.ɵɵFactoryDeclaration<LuTreeOptionOperatorModule, never>;
|
|
@@ -458,12 +488,18 @@ declare class LuOptionSelectAllComponent<T> extends ALuOptionOperator<T> impleme
|
|
|
458
488
|
static ɵcmp: i0.ɵɵComponentDeclaration<LuOptionSelectAllComponent<any>, "lu-option-select-all", never, {}, {}, never, never, true, never>;
|
|
459
489
|
}
|
|
460
490
|
|
|
491
|
+
/**
|
|
492
|
+
* @deprecated use `LuOptionSelectAllComponent` instead
|
|
493
|
+
*/
|
|
461
494
|
declare class LuOptionSelectAllModule {
|
|
462
495
|
static ɵfac: i0.ɵɵFactoryDeclaration<LuOptionSelectAllModule, never>;
|
|
463
496
|
static ɵmod: i0.ɵɵNgModuleDeclaration<LuOptionSelectAllModule, never, [typeof LuOptionSelectAllComponent], [typeof LuOptionSelectAllComponent]>;
|
|
464
497
|
static ɵinj: i0.ɵɵInjectorDeclaration<LuOptionSelectAllModule>;
|
|
465
498
|
}
|
|
466
499
|
|
|
500
|
+
/**
|
|
501
|
+
* @deprecated use `LuOptionSelectAllComponent` instead
|
|
502
|
+
*/
|
|
467
503
|
declare class LuOptionSelectorModule {
|
|
468
504
|
static ɵfac: i0.ɵɵFactoryDeclaration<LuOptionSelectorModule, never>;
|
|
469
505
|
static ɵmod: i0.ɵɵNgModuleDeclaration<LuOptionSelectorModule, never, [typeof LuOptionSelectAllModule], [typeof LuOptionSelectAllModule]>;
|
|
@@ -495,7 +531,7 @@ declare class LuTreeOptionSelectAllComponent<T> extends ALuTreeOptionOperator<T>
|
|
|
495
531
|
}
|
|
496
532
|
|
|
497
533
|
/**
|
|
498
|
-
* @deprecated
|
|
534
|
+
* @deprecated use `LuTreeOptionSelectAllComponent` instead
|
|
499
535
|
*/
|
|
500
536
|
declare class LuTreeOptionSelectAllModule {
|
|
501
537
|
static ɵfac: i0.ɵɵFactoryDeclaration<LuTreeOptionSelectAllModule, never>;
|
|
@@ -503,6 +539,9 @@ declare class LuTreeOptionSelectAllModule {
|
|
|
503
539
|
static ɵinj: i0.ɵɵInjectorDeclaration<LuTreeOptionSelectAllModule>;
|
|
504
540
|
}
|
|
505
541
|
|
|
542
|
+
/**
|
|
543
|
+
* @deprecated use `LuTreeOptionSelectAllComponent` instead
|
|
544
|
+
*/
|
|
506
545
|
declare class LuTreeOptionSelectorModule {
|
|
507
546
|
static ɵfac: i0.ɵɵFactoryDeclaration<LuTreeOptionSelectorModule, never>;
|
|
508
547
|
static ɵmod: i0.ɵɵNgModuleDeclaration<LuTreeOptionSelectorModule, never, [typeof LuTreeOptionSelectAllModule], [typeof LuTreeOptionSelectAllModule]>;
|
|
@@ -547,6 +586,9 @@ declare class LuOptionPickerAdvancedComponent<T, O extends ILuOptionItem<T> = IL
|
|
|
547
586
|
static ɵcmp: i0.ɵɵComponentDeclaration<LuOptionPickerAdvancedComponent<any, any>, "lu-option-picker-advanced", ["LuOptionPickerAdvanced"], {}, {}, never, ["*"], true, never>;
|
|
548
587
|
}
|
|
549
588
|
|
|
589
|
+
/**
|
|
590
|
+
* @deprecated use `LuOptionPickerComponent, LuOptionPickerAdvancedComponent, LuOptionItemComponent` instead
|
|
591
|
+
*/
|
|
550
592
|
declare class LuOptionPickerModule {
|
|
551
593
|
static ɵfac: i0.ɵɵFactoryDeclaration<LuOptionPickerModule, never>;
|
|
552
594
|
static ɵmod: i0.ɵɵNgModuleDeclaration<LuOptionPickerModule, never, [typeof LuOptionPickerComponent, typeof LuOptionPickerAdvancedComponent, typeof LuOptionItemComponent], [typeof LuOptionPickerComponent, typeof LuOptionPickerAdvancedComponent, typeof LuOptionItemComponent]>;
|
|
@@ -656,12 +698,24 @@ declare class LuOptionPlaceholderComponent {
|
|
|
656
698
|
static ɵcmp: i0.ɵɵComponentDeclaration<LuOptionPlaceholderComponent, "lu-option-placeholder", never, {}, { "onClear": "onClear"; }, never, never, true, never>;
|
|
657
699
|
}
|
|
658
700
|
|
|
701
|
+
/**
|
|
702
|
+
* @deprecated use `LuOptionPlaceholderComponent` instead
|
|
703
|
+
*/
|
|
659
704
|
declare class LuOptionPlaceholderModule {
|
|
660
705
|
static ɵfac: i0.ɵɵFactoryDeclaration<LuOptionPlaceholderModule, never>;
|
|
661
706
|
static ɵmod: i0.ɵɵNgModuleDeclaration<LuOptionPlaceholderModule, never, [typeof LuOptionPlaceholderComponent], [typeof LuOptionPlaceholderComponent]>;
|
|
662
707
|
static ɵinj: i0.ɵɵInjectorDeclaration<LuOptionPlaceholderModule>;
|
|
663
708
|
}
|
|
664
709
|
|
|
710
|
+
/**
|
|
711
|
+
* @deprecated use `LuOptionItemComponent, LuOptionPickerComponent, LuOptionPickerAdvancedComponent, LuOptionPagerComponent,
|
|
712
|
+
LuOptionFeederComponent,
|
|
713
|
+
LuOptionSearcherComponent,
|
|
714
|
+
LuForOptionsDirective,
|
|
715
|
+
LuForGroupsDirective,
|
|
716
|
+
LuOptionSelectAllComponent,
|
|
717
|
+
LuOptionPlaceholderComponent` instead
|
|
718
|
+
*/
|
|
665
719
|
declare class LuOptionModule {
|
|
666
720
|
static ɵfac: i0.ɵɵFactoryDeclaration<LuOptionModule, never>;
|
|
667
721
|
static ɵmod: i0.ɵɵNgModuleDeclaration<LuOptionModule, never, [typeof LuOptionItemComponent, typeof LuOptionPickerComponent, typeof LuOptionPickerAdvancedComponent, typeof LuOptionPagerComponent, typeof LuOptionFeederComponent, typeof LuOptionSearcherComponent, typeof LuForOptionsDirective, typeof LuForGroupsDirective, typeof LuOptionSelectAllComponent, typeof LuOptionPlaceholderComponent], [typeof LuOptionItemComponent, typeof LuOptionPickerAdvancedComponent, typeof LuOptionPickerComponent, typeof LuOptionPagerComponent, typeof LuOptionFeederComponent, typeof LuOptionSearcherComponent, typeof LuForOptionsDirective, typeof LuForGroupsDirective, typeof LuOptionSelectAllComponent, typeof LuOptionPlaceholderComponent]>;
|