@kris701/ez-ui 1.2.16 → 1.2.18
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/package.json
CHANGED
package/types/kris701-ez-ui.d.ts
CHANGED
|
@@ -1,6 +1,7 @@
|
|
|
1
1
|
import * as i0 from '@angular/core';
|
|
2
2
|
import { OnChanges, EventEmitter, SimpleChanges, TemplateRef, ElementRef } from '@angular/core';
|
|
3
3
|
import { TuiDay, TuiTime } from '@taiga-ui/cdk/date-time';
|
|
4
|
+
import * as _taiga_ui_kit from '@taiga-ui/kit';
|
|
4
5
|
import { HttpClient } from '@angular/common/http';
|
|
5
6
|
import { TuiResponsiveDialogService } from '@taiga-ui/addon-mobile';
|
|
6
7
|
import { TuiNotificationService } from '@taiga-ui/core';
|
|
@@ -160,12 +161,14 @@ declare class EzUIMultiSelect implements OnChanges {
|
|
|
160
161
|
appearanceMap: {
|
|
161
162
|
[value: string | number]: string;
|
|
162
163
|
};
|
|
164
|
+
enableSearch: boolean;
|
|
165
|
+
searchValue: string;
|
|
163
166
|
ngOnChanges(changes: SimpleChanges): void;
|
|
164
167
|
stringify: (value: string) => string;
|
|
165
168
|
getOptionLabel(item: any): any;
|
|
166
169
|
getOptionValue(item: any): any;
|
|
167
170
|
static ɵfac: i0.ɵɵFactoryDeclaration<EzUIMultiSelect, never>;
|
|
168
|
-
static ɵcmp: i0.ɵɵComponentDeclaration<EzUIMultiSelect, "ezui-multiselect", never, { "icon": { "alias": "icon"; "required": false; }; "label": { "alias": "label"; "required": false; }; "size": { "alias": "size"; "required": false; }; "optionLabel": { "alias": "optionLabel"; "required": false; }; "optionValue": { "alias": "optionValue"; "required": false; }; "options": { "alias": "options"; "required": false; }; "disabled": { "alias": "disabled"; "required": false; }; "selected": { "alias": "selected"; "required": false; }; "appearanceMap": { "alias": "appearanceMap"; "required": false; }; }, { "selectedChange": "selectedChange"; }, never, never, true, never>;
|
|
171
|
+
static ɵcmp: i0.ɵɵComponentDeclaration<EzUIMultiSelect, "ezui-multiselect", never, { "icon": { "alias": "icon"; "required": false; }; "label": { "alias": "label"; "required": false; }; "size": { "alias": "size"; "required": false; }; "optionLabel": { "alias": "optionLabel"; "required": false; }; "optionValue": { "alias": "optionValue"; "required": false; }; "options": { "alias": "options"; "required": false; }; "disabled": { "alias": "disabled"; "required": false; }; "selected": { "alias": "selected"; "required": false; }; "appearanceMap": { "alias": "appearanceMap"; "required": false; }; "enableSearch": { "alias": "enableSearch"; "required": false; }; }, { "selectedChange": "selectedChange"; }, never, never, true, never>;
|
|
169
172
|
}
|
|
170
173
|
|
|
171
174
|
declare class EzUINumberInput implements OnChanges {
|
|
@@ -207,12 +210,14 @@ declare class EzUISelect implements OnChanges {
|
|
|
207
210
|
appearanceMap: {
|
|
208
211
|
[value: string | number]: string;
|
|
209
212
|
};
|
|
213
|
+
enableSearch: boolean;
|
|
214
|
+
searchValue: string;
|
|
210
215
|
ngOnChanges(changes: SimpleChanges): void;
|
|
211
216
|
stringify: (value: string) => string;
|
|
212
217
|
getOptionLabel(item: any): any;
|
|
213
218
|
getOptionValue(item: any): any;
|
|
214
219
|
static ɵfac: i0.ɵɵFactoryDeclaration<EzUISelect, never>;
|
|
215
|
-
static ɵcmp: i0.ɵɵComponentDeclaration<EzUISelect, "ezui-select", never, { "icon": { "alias": "icon"; "required": false; }; "label": { "alias": "label"; "required": false; }; "size": { "alias": "size"; "required": false; }; "optionLabel": { "alias": "optionLabel"; "required": false; }; "optionValue": { "alias": "optionValue"; "required": false; }; "options": { "alias": "options"; "required": false; }; "disabled": { "alias": "disabled"; "required": false; }; "selected": { "alias": "selected"; "required": false; }; "appearanceMap": { "alias": "appearanceMap"; "required": false; }; }, { "selectedChange": "selectedChange"; }, never, never, true, never>;
|
|
220
|
+
static ɵcmp: i0.ɵɵComponentDeclaration<EzUISelect, "ezui-select", never, { "icon": { "alias": "icon"; "required": false; }; "label": { "alias": "label"; "required": false; }; "size": { "alias": "size"; "required": false; }; "optionLabel": { "alias": "optionLabel"; "required": false; }; "optionValue": { "alias": "optionValue"; "required": false; }; "options": { "alias": "options"; "required": false; }; "disabled": { "alias": "disabled"; "required": false; }; "selected": { "alias": "selected"; "required": false; }; "appearanceMap": { "alias": "appearanceMap"; "required": false; }; "enableSearch": { "alias": "enableSearch"; "required": false; }; }, { "selectedChange": "selectedChange"; }, never, never, true, never>;
|
|
216
221
|
}
|
|
217
222
|
|
|
218
223
|
declare class EzUIShowMoreText implements OnChanges {
|
|
@@ -344,9 +349,10 @@ declare class EzUITableDateFilter {
|
|
|
344
349
|
filterApplied: i0.WritableSignal<boolean>;
|
|
345
350
|
filterVisible: i0.WritableSignal<boolean>;
|
|
346
351
|
table: EzUITable;
|
|
347
|
-
value:
|
|
352
|
+
value: any;
|
|
348
353
|
filterType: i0.WritableSignal<any>;
|
|
349
354
|
filterTypes: any[];
|
|
355
|
+
rangeItems: readonly _taiga_ui_kit.TuiDayRangePeriod[];
|
|
350
356
|
protected readonly stringify: (item: any) => string;
|
|
351
357
|
constructor(table: EzUITable);
|
|
352
358
|
applyFilter(expression: string): void;
|