cps-ui-kit 0.102.0 → 0.103.0
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/lib/base_components/base-tree-dropdown.component.mjs +5 -2
- package/esm2020/lib/components/cps-autocomplete/cps-autocomplete.component.mjs +6 -3
- package/esm2020/lib/components/cps-paginator/cps-paginator.component.mjs +1 -1
- package/esm2020/lib/components/cps-select/cps-select.component.mjs +6 -3
- package/esm2020/lib/components/cps-table/cps-table.component.mjs +2 -2
- package/esm2020/lib/components/cps-table/table-column-filter/table-column-filter-constraint/table-column-filter-constraint.component.mjs +1 -1
- package/esm2020/lib/components/cps-table/table-column-filter/table-column-filter.component.mjs +2 -2
- package/esm2020/lib/components/cps-tree-autocomplete/cps-tree-autocomplete.component.mjs +3 -3
- package/esm2020/lib/components/cps-tree-select/cps-tree-select.component.mjs +3 -3
- package/esm2020/lib/components/cps-tree-table/cps-tree-table.component.mjs +2 -2
- package/fesm2015/cps-ui-kit.mjs +23 -14
- package/fesm2015/cps-ui-kit.mjs.map +1 -1
- package/fesm2020/cps-ui-kit.mjs +23 -14
- package/fesm2020/cps-ui-kit.mjs.map +1 -1
- package/lib/base_components/base-tree-dropdown.component.d.ts +2 -1
- package/lib/components/cps-autocomplete/cps-autocomplete.component.d.ts +2 -1
- package/lib/components/cps-select/cps-select.component.d.ts +2 -1
- package/package.json +1 -1
|
@@ -27,6 +27,7 @@ export declare class BaseTreeDropdownComponent implements ControlValueAccessor,
|
|
|
27
27
|
prefixIconSize: iconSizeType;
|
|
28
28
|
loading: boolean;
|
|
29
29
|
virtualScroll: boolean;
|
|
30
|
+
numToleratedItems: number;
|
|
30
31
|
infoTooltip: string;
|
|
31
32
|
infoTooltipClass: string;
|
|
32
33
|
infoTooltipMaxWidth: number | string;
|
|
@@ -95,5 +96,5 @@ export declare class BaseTreeDropdownComponent implements ControlValueAccessor,
|
|
|
95
96
|
private _valueToTreeSelection;
|
|
96
97
|
updateOptions(): void;
|
|
97
98
|
static ɵfac: i0.ɵɵFactoryDeclaration<BaseTreeDropdownComponent, [{ optional: true; self: true; }, null]>;
|
|
98
|
-
static ɵcmp: i0.ɵɵComponentDeclaration<BaseTreeDropdownComponent, "ng-component", never, { "label": "label"; "placeholder": "placeholder"; "hint": "hint"; "multiple": "multiple"; "disabled": "disabled"; "width": "width"; "chips": "chips"; "closableChips": "closableChips"; "clearable": "clearable"; "openOnClear": "openOnClear"; "optionLabel": "optionLabel"; "optionInfo": "optionInfo"; "hideDetails": "hideDetails"; "persistentClear": "persistentClear"; "prefixIcon": "prefixIcon"; "prefixIconSize": "prefixIconSize"; "loading": "loading"; "virtualScroll": "virtualScroll"; "infoTooltip": "infoTooltip"; "infoTooltipClass": "infoTooltipClass"; "infoTooltipMaxWidth": "infoTooltipMaxWidth"; "infoTooltipPersistent": "infoTooltipPersistent"; "infoTooltipPosition": "infoTooltipPosition"; "initialExpandDirectories": "initialExpandDirectories"; "initialExpandAll": "initialExpandAll"; "options": "options"; "_value": "value"; }, { "valueChanged": "valueChanged"; }, never, never, false, never>;
|
|
99
|
+
static ɵcmp: i0.ɵɵComponentDeclaration<BaseTreeDropdownComponent, "ng-component", never, { "label": "label"; "placeholder": "placeholder"; "hint": "hint"; "multiple": "multiple"; "disabled": "disabled"; "width": "width"; "chips": "chips"; "closableChips": "closableChips"; "clearable": "clearable"; "openOnClear": "openOnClear"; "optionLabel": "optionLabel"; "optionInfo": "optionInfo"; "hideDetails": "hideDetails"; "persistentClear": "persistentClear"; "prefixIcon": "prefixIcon"; "prefixIconSize": "prefixIconSize"; "loading": "loading"; "virtualScroll": "virtualScroll"; "numToleratedItems": "numToleratedItems"; "infoTooltip": "infoTooltip"; "infoTooltipClass": "infoTooltipClass"; "infoTooltipMaxWidth": "infoTooltipMaxWidth"; "infoTooltipPersistent": "infoTooltipPersistent"; "infoTooltipPosition": "infoTooltipPosition"; "initialExpandDirectories": "initialExpandDirectories"; "initialExpandAll": "initialExpandAll"; "options": "options"; "_value": "value"; }, { "valueChanged": "valueChanged"; }, never, never, false, never>;
|
|
99
100
|
}
|
|
@@ -33,6 +33,7 @@ export declare class CpsAutocompleteComponent implements ControlValueAccessor, O
|
|
|
33
33
|
loading: boolean;
|
|
34
34
|
emptyMessage: string;
|
|
35
35
|
virtualScroll: boolean;
|
|
36
|
+
numToleratedItems: number;
|
|
36
37
|
infoTooltip: string;
|
|
37
38
|
infoTooltipClass: string;
|
|
38
39
|
infoTooltipMaxWidth: number | string;
|
|
@@ -99,5 +100,5 @@ export declare class CpsAutocompleteComponent implements ControlValueAccessor, O
|
|
|
99
100
|
private _confirmInput;
|
|
100
101
|
private _removeLastValue;
|
|
101
102
|
static ɵfac: i0.ɵɵFactoryDeclaration<CpsAutocompleteComponent, [{ optional: true; self: true; }, null]>;
|
|
102
|
-
static ɵcmp: i0.ɵɵComponentDeclaration<CpsAutocompleteComponent, "cps-autocomplete", never, { "label": "label"; "placeholder": "placeholder"; "hint": "hint"; "returnObject": "returnObject"; "multiple": "multiple"; "disabled": "disabled"; "width": "width"; "selectAll": "selectAll"; "chips": "chips"; "closableChips": "closableChips"; "clearable": "clearable"; "openOnClear": "openOnClear"; "options": "options"; "optionLabel": "optionLabel"; "optionValue": "optionValue"; "optionInfo": "optionInfo"; "hideDetails": "hideDetails"; "persistentClear": "persistentClear"; "prefixIcon": "prefixIcon"; "prefixIconSize": "prefixIconSize"; "loading": "loading"; "emptyMessage": "emptyMessage"; "virtualScroll": "virtualScroll"; "infoTooltip": "infoTooltip"; "infoTooltipClass": "infoTooltipClass"; "infoTooltipMaxWidth": "infoTooltipMaxWidth"; "infoTooltipPersistent": "infoTooltipPersistent"; "infoTooltipPosition": "infoTooltipPosition"; "appearance": "appearance"; "_value": "value"; }, { "valueChanged": "valueChanged"; }, never, never, true, never>;
|
|
103
|
+
static ɵcmp: i0.ɵɵComponentDeclaration<CpsAutocompleteComponent, "cps-autocomplete", never, { "label": "label"; "placeholder": "placeholder"; "hint": "hint"; "returnObject": "returnObject"; "multiple": "multiple"; "disabled": "disabled"; "width": "width"; "selectAll": "selectAll"; "chips": "chips"; "closableChips": "closableChips"; "clearable": "clearable"; "openOnClear": "openOnClear"; "options": "options"; "optionLabel": "optionLabel"; "optionValue": "optionValue"; "optionInfo": "optionInfo"; "hideDetails": "hideDetails"; "persistentClear": "persistentClear"; "prefixIcon": "prefixIcon"; "prefixIconSize": "prefixIconSize"; "loading": "loading"; "emptyMessage": "emptyMessage"; "virtualScroll": "virtualScroll"; "numToleratedItems": "numToleratedItems"; "infoTooltip": "infoTooltip"; "infoTooltipClass": "infoTooltipClass"; "infoTooltipMaxWidth": "infoTooltipMaxWidth"; "infoTooltipPersistent": "infoTooltipPersistent"; "infoTooltipPosition": "infoTooltipPosition"; "appearance": "appearance"; "_value": "value"; }, { "valueChanged": "valueChanged"; }, never, never, true, never>;
|
|
103
104
|
}
|
|
@@ -30,6 +30,7 @@ export declare class CpsSelectComponent implements ControlValueAccessor, OnInit,
|
|
|
30
30
|
prefixIconSize: iconSizeType;
|
|
31
31
|
loading: boolean;
|
|
32
32
|
virtualScroll: boolean;
|
|
33
|
+
numToleratedItems: number;
|
|
33
34
|
infoTooltip: string;
|
|
34
35
|
infoTooltipClass: string;
|
|
35
36
|
infoTooltipMaxWidth: number | string;
|
|
@@ -84,5 +85,5 @@ export declare class CpsSelectComponent implements ControlValueAccessor, OnInit,
|
|
|
84
85
|
onBlur(): void;
|
|
85
86
|
focus(): void;
|
|
86
87
|
static ɵfac: i0.ɵɵFactoryDeclaration<CpsSelectComponent, [{ optional: true; self: true; }]>;
|
|
87
|
-
static ɵcmp: i0.ɵɵComponentDeclaration<CpsSelectComponent, "cps-select", never, { "label": "label"; "placeholder": "placeholder"; "hint": "hint"; "returnObject": "returnObject"; "multiple": "multiple"; "disabled": "disabled"; "width": "width"; "selectAll": "selectAll"; "chips": "chips"; "closableChips": "closableChips"; "clearable": "clearable"; "openOnClear": "openOnClear"; "options": "options"; "optionLabel": "optionLabel"; "optionValue": "optionValue"; "optionInfo": "optionInfo"; "hideDetails": "hideDetails"; "persistentClear": "persistentClear"; "prefixIcon": "prefixIcon"; "prefixIconSize": "prefixIconSize"; "loading": "loading"; "virtualScroll": "virtualScroll"; "infoTooltip": "infoTooltip"; "infoTooltipClass": "infoTooltipClass"; "infoTooltipMaxWidth": "infoTooltipMaxWidth"; "infoTooltipPersistent": "infoTooltipPersistent"; "infoTooltipPosition": "infoTooltipPosition"; "optionsClass": "optionsClass"; "appearance": "appearance"; "_value": "value"; }, { "valueChanged": "valueChanged"; }, never, never, true, never>;
|
|
88
|
+
static ɵcmp: i0.ɵɵComponentDeclaration<CpsSelectComponent, "cps-select", never, { "label": "label"; "placeholder": "placeholder"; "hint": "hint"; "returnObject": "returnObject"; "multiple": "multiple"; "disabled": "disabled"; "width": "width"; "selectAll": "selectAll"; "chips": "chips"; "closableChips": "closableChips"; "clearable": "clearable"; "openOnClear": "openOnClear"; "options": "options"; "optionLabel": "optionLabel"; "optionValue": "optionValue"; "optionInfo": "optionInfo"; "hideDetails": "hideDetails"; "persistentClear": "persistentClear"; "prefixIcon": "prefixIcon"; "prefixIconSize": "prefixIconSize"; "loading": "loading"; "virtualScroll": "virtualScroll"; "numToleratedItems": "numToleratedItems"; "infoTooltip": "infoTooltip"; "infoTooltipClass": "infoTooltipClass"; "infoTooltipMaxWidth": "infoTooltipMaxWidth"; "infoTooltipPersistent": "infoTooltipPersistent"; "infoTooltipPosition": "infoTooltipPosition"; "optionsClass": "optionsClass"; "appearance": "appearance"; "_value": "value"; }, { "valueChanged": "valueChanged"; }, never, never, true, never>;
|
|
88
89
|
}
|