@ng-nest/ui 18.0.8 → 18.0.9
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/alert/alert.component.d.ts +3 -3
- package/auto-complete/auto-complete-portal.component.d.ts +6 -9
- package/auto-complete/auto-complete.component.d.ts +1 -0
- package/cascade/cascade-portal.component.d.ts +7 -9
- package/cascade/cascade.component.d.ts +1 -9
- package/cascade/cascade.property.d.ts +5 -2
- package/checkbox/checkbox.property.d.ts +10 -98
- package/color-picker/color-picker-portal.component.d.ts +6 -9
- package/core/functions/convert.d.ts +5 -0
- package/core/util/public-api.d.ts +1 -0
- package/core/util/sleep.d.ts +5 -0
- package/date-picker/date-picker-portal.component.d.ts +5 -6
- package/date-picker/date-picker.property.d.ts +1 -31
- package/date-picker/date-range-portal.component.d.ts +5 -6
- package/dialog/dialog.component.d.ts +4 -3
- package/dropdown/dropdown-portal.component.d.ts +5 -7
- package/esm2022/alert/alert.component.mjs +13 -10
- package/esm2022/auto-complete/auto-complete-portal.component.mjs +17 -10
- package/esm2022/auto-complete/auto-complete.component.mjs +7 -4
- package/esm2022/back-top/back-top.component.mjs +4 -2
- package/esm2022/cascade/cascade-portal.component.mjs +20 -11
- package/esm2022/cascade/cascade.component.mjs +5 -3
- package/esm2022/cascade/cascade.property.mjs +2 -2
- package/esm2022/checkbox/checkbox.property.mjs +3 -43
- package/esm2022/color-picker/color-picker-portal.component.mjs +17 -10
- package/esm2022/color-picker/color-picker.component.mjs +3 -3
- package/esm2022/color-picker/color-picker.property.mjs +3 -3
- package/esm2022/core/functions/convert.mjs +15 -1
- package/esm2022/core/util/public-api.mjs +2 -1
- package/esm2022/core/util/sleep.mjs +8 -0
- package/esm2022/date-picker/date-picker-portal.component.mjs +17 -6
- package/esm2022/date-picker/date-picker.component.mjs +3 -3
- package/esm2022/date-picker/date-picker.property.mjs +2 -17
- package/esm2022/date-picker/date-range-portal.component.mjs +17 -6
- package/esm2022/date-picker/date-range.component.mjs +3 -3
- package/esm2022/dialog/dialog.component.mjs +23 -18
- package/esm2022/dropdown/dropdown-portal.component.mjs +17 -8
- package/esm2022/dropdown/dropdown.component.mjs +3 -3
- package/esm2022/find/find.component.mjs +15 -8
- package/esm2022/find/find.property.mjs +7 -57
- package/esm2022/form/form.component.mjs +3 -3
- package/esm2022/form/form.property.mjs +3 -3
- package/esm2022/highlight/highlight.component.mjs +3 -3
- package/esm2022/icon/icon.component.mjs +2 -2
- package/esm2022/image/image.component.mjs +3 -3
- package/esm2022/input/input.component.mjs +3 -3
- package/esm2022/input-number/input-number.component.mjs +3 -3
- package/esm2022/input-number/input-number.property.mjs +3 -23
- package/esm2022/loading/loading.component.mjs +3 -3
- package/esm2022/loading/loading.property.mjs +5 -5
- package/esm2022/radio/radio.property.mjs +3 -53
- package/esm2022/rate/rate.property.mjs +3 -58
- package/esm2022/select/select-portal.component.mjs +17 -10
- package/esm2022/select/select.component.mjs +15 -5
- package/esm2022/select/select.property.mjs +2 -2
- package/esm2022/slider-select/slider-select.property.mjs +3 -58
- package/esm2022/switch/switch.property.mjs +3 -58
- package/esm2022/table/table-body.component.mjs +5 -4
- package/esm2022/table/table.component.mjs +3 -3
- package/esm2022/table/table.property.mjs +14 -4
- package/esm2022/textarea/textarea.property.mjs +3 -38
- package/esm2022/time-picker/time-picker-portal.component.mjs +17 -6
- package/esm2022/time-picker/time-picker.component.mjs +3 -3
- package/esm2022/time-picker/time-picker.property.mjs +3 -3
- package/esm2022/transfer/transfer.component.mjs +3 -3
- package/esm2022/tree/tree-node.component.mjs +10 -2
- package/esm2022/tree/tree.component.mjs +11 -9
- package/esm2022/tree/tree.property.mjs +1 -1
- package/esm2022/tree/tree.service.mjs +28 -4
- package/esm2022/tree-select/tree-select-portal.component.mjs +17 -6
- package/esm2022/tree-select/tree-select.component.mjs +20 -4
- package/fesm2022/ng-nest-ui-alert.mjs +12 -9
- package/fesm2022/ng-nest-ui-alert.mjs.map +1 -1
- package/fesm2022/ng-nest-ui-auto-complete.mjs +21 -11
- package/fesm2022/ng-nest-ui-auto-complete.mjs.map +1 -1
- package/fesm2022/ng-nest-ui-back-top.mjs +3 -1
- package/fesm2022/ng-nest-ui-back-top.mjs.map +1 -1
- package/fesm2022/ng-nest-ui-cascade.mjs +24 -13
- package/fesm2022/ng-nest-ui-cascade.mjs.map +1 -1
- package/fesm2022/ng-nest-ui-checkbox.mjs +2 -42
- package/fesm2022/ng-nest-ui-checkbox.mjs.map +1 -1
- package/fesm2022/ng-nest-ui-color-picker.mjs +20 -13
- package/fesm2022/ng-nest-ui-color-picker.mjs.map +1 -1
- package/fesm2022/ng-nest-ui-core.mjs +23 -1
- package/fesm2022/ng-nest-ui-core.mjs.map +1 -1
- package/fesm2022/ng-nest-ui-date-picker.mjs +36 -29
- package/fesm2022/ng-nest-ui-date-picker.mjs.map +1 -1
- package/fesm2022/ng-nest-ui-dialog.mjs +22 -17
- package/fesm2022/ng-nest-ui-dialog.mjs.map +1 -1
- package/fesm2022/ng-nest-ui-dropdown.mjs +19 -10
- package/fesm2022/ng-nest-ui-dropdown.mjs.map +1 -1
- package/fesm2022/ng-nest-ui-find.mjs +20 -63
- package/fesm2022/ng-nest-ui-find.mjs.map +1 -1
- package/fesm2022/ng-nest-ui-form.mjs +4 -4
- package/fesm2022/ng-nest-ui-form.mjs.map +1 -1
- package/fesm2022/ng-nest-ui-highlight.mjs +2 -2
- package/fesm2022/ng-nest-ui-highlight.mjs.map +1 -1
- package/fesm2022/ng-nest-ui-icon.mjs +1 -1
- package/fesm2022/ng-nest-ui-icon.mjs.map +1 -1
- package/fesm2022/ng-nest-ui-image.mjs +2 -2
- package/fesm2022/ng-nest-ui-image.mjs.map +1 -1
- package/fesm2022/ng-nest-ui-input-number.mjs +4 -24
- package/fesm2022/ng-nest-ui-input-number.mjs.map +1 -1
- package/fesm2022/ng-nest-ui-input.mjs +2 -2
- package/fesm2022/ng-nest-ui-input.mjs.map +1 -1
- package/fesm2022/ng-nest-ui-loading.mjs +6 -6
- package/fesm2022/ng-nest-ui-loading.mjs.map +1 -1
- package/fesm2022/ng-nest-ui-radio.mjs +2 -52
- package/fesm2022/ng-nest-ui-radio.mjs.map +1 -1
- package/fesm2022/ng-nest-ui-rate.mjs +2 -57
- package/fesm2022/ng-nest-ui-rate.mjs.map +1 -1
- package/fesm2022/ng-nest-ui-select.mjs +31 -14
- package/fesm2022/ng-nest-ui-select.mjs.map +1 -1
- package/fesm2022/ng-nest-ui-slider-select.mjs +2 -57
- package/fesm2022/ng-nest-ui-slider-select.mjs.map +1 -1
- package/fesm2022/ng-nest-ui-switch.mjs +2 -57
- package/fesm2022/ng-nest-ui-switch.mjs.map +1 -1
- package/fesm2022/ng-nest-ui-table.mjs +19 -8
- package/fesm2022/ng-nest-ui-table.mjs.map +1 -1
- package/fesm2022/ng-nest-ui-textarea.mjs +2 -37
- package/fesm2022/ng-nest-ui-textarea.mjs.map +1 -1
- package/fesm2022/ng-nest-ui-time-picker.mjs +20 -9
- package/fesm2022/ng-nest-ui-time-picker.mjs.map +1 -1
- package/fesm2022/ng-nest-ui-transfer.mjs +2 -2
- package/fesm2022/ng-nest-ui-transfer.mjs.map +1 -1
- package/fesm2022/ng-nest-ui-tree-select.mjs +35 -8
- package/fesm2022/ng-nest-ui-tree-select.mjs.map +1 -1
- package/fesm2022/ng-nest-ui-tree.mjs +46 -12
- package/fesm2022/ng-nest-ui-tree.mjs.map +1 -1
- package/find/find.component.d.ts +2 -0
- package/find/find.property.d.ts +20 -97
- package/form/form.property.d.ts +4 -4
- package/input-number/input-number.property.d.ts +4 -56
- package/loading/loading.property.d.ts +4 -4
- package/package.json +157 -157
- package/radio/radio.property.d.ts +10 -118
- package/rate/rate.property.d.ts +16 -121
- package/select/select-portal.component.d.ts +6 -9
- package/select/select.component.d.ts +3 -1
- package/slider-select/slider-select.property.d.ts +6 -113
- package/switch/switch.property.d.ts +2 -117
- package/table/table-body.component.d.ts +1 -1
- package/table/table.property.d.ts +13 -3
- package/textarea/textarea.property.d.ts +10 -45
- package/time-picker/time-picker-portal.component.d.ts +5 -6
- package/time-picker/time-picker.property.d.ts +1 -2
- package/tree/tree.component.d.ts +2 -3
- package/tree/tree.property.d.ts +1 -1
- package/tree/tree.service.d.ts +1 -1
- package/tree-select/tree-select-portal.component.d.ts +5 -6
- package/tree-select/tree-select.component.d.ts +7 -4
|
@@ -1,4 +1,3 @@
|
|
|
1
|
-
import { TemplateRef } from '@angular/core';
|
|
2
1
|
import { XFormOption } from '@ng-nest/ui/base-form';
|
|
3
2
|
import type { CdkDragStart, CdkDragMove, CdkDragEnd } from '@angular/cdk/drag-drop';
|
|
4
3
|
import type { XAlign, XBoolean, XDirection, XJustify, XNumber, XTemplate } from '@ng-nest/ui/core';
|
|
@@ -14,6 +13,10 @@ declare const XSliderSelectProperty_base: new () => {
|
|
|
14
13
|
cdr: import("@angular/core").ChangeDetectorRef;
|
|
15
14
|
invalid: import("@angular/core").Signal<boolean>;
|
|
16
15
|
invalidPattern: import("@angular/core").Signal<boolean>;
|
|
16
|
+
/**
|
|
17
|
+
* @zh_CN 最小值
|
|
18
|
+
* @en_US Minimum
|
|
19
|
+
*/
|
|
17
20
|
requiredIsEmpty: import("@angular/core").Signal<boolean>;
|
|
18
21
|
invalidMessage: import("@angular/core").Signal<string>;
|
|
19
22
|
invalidIndex: import("@angular/core").WritableSignal<number>;
|
|
@@ -48,7 +51,7 @@ declare const XSliderSelectProperty_base: new () => {
|
|
|
48
51
|
readonly disabled: import("@angular/core").InputSignalWithTransform<boolean, XBoolean>;
|
|
49
52
|
readonly required: import("@angular/core").InputSignalWithTransform<boolean, XBoolean>;
|
|
50
53
|
readonly readonly: import("@angular/core").InputSignalWithTransform<boolean, XBoolean>;
|
|
51
|
-
readonly valueTpl: import("@angular/core").InputSignal<TemplateRef<any> | undefined>;
|
|
54
|
+
readonly valueTpl: import("@angular/core").InputSignal<import("@angular/core").TemplateRef<any> | undefined>;
|
|
52
55
|
readonly valueTplContext: import("@angular/core").InputSignal<unknown>;
|
|
53
56
|
readonly before: import("@angular/core").InputSignal<XTemplate | undefined>;
|
|
54
57
|
readonly after: import("@angular/core").InputSignal<XTemplate | undefined>;
|
|
@@ -117,11 +120,6 @@ export declare class XSliderSelectProperty extends XSliderSelectProperty_base {
|
|
|
117
120
|
* @en_US Custom tooltip
|
|
118
121
|
*/
|
|
119
122
|
readonly tooltipCustom: import("@angular/core").InputSignal<XTemplate | undefined>;
|
|
120
|
-
/**
|
|
121
|
-
* @zh_CN 输入框点击样式
|
|
122
|
-
* @en_US Input pointer
|
|
123
|
-
*/
|
|
124
|
-
readonly pointer: import("@angular/core").InputSignalWithTransform<boolean, XBoolean>;
|
|
125
123
|
/**
|
|
126
124
|
* @zh_CN 标签
|
|
127
125
|
* @en_US Label
|
|
@@ -152,11 +150,6 @@ export declare class XSliderSelectProperty extends XSliderSelectProperty_base {
|
|
|
152
150
|
* @en_US The direction of the sub-element arrangement under flex layout
|
|
153
151
|
*/
|
|
154
152
|
readonly direction: import("@angular/core").InputSignal<XDirection>;
|
|
155
|
-
/**
|
|
156
|
-
* @zh_CN 输入提示信息
|
|
157
|
-
* @en_US Enter prompt information
|
|
158
|
-
*/
|
|
159
|
-
readonly placeholder: import("@angular/core").InputSignal<string | string[]>;
|
|
160
153
|
/**
|
|
161
154
|
* @zh_CN 禁用
|
|
162
155
|
* @en_US Disabled
|
|
@@ -167,51 +160,6 @@ export declare class XSliderSelectProperty extends XSliderSelectProperty_base {
|
|
|
167
160
|
* @en_US Required
|
|
168
161
|
*/
|
|
169
162
|
readonly required: import("@angular/core").InputSignalWithTransform<boolean, XBoolean>;
|
|
170
|
-
/**
|
|
171
|
-
* @zh_CN 只读
|
|
172
|
-
* @en_US Readonly
|
|
173
|
-
*/
|
|
174
|
-
readonly readonly: import("@angular/core").InputSignalWithTransform<boolean, XBoolean>;
|
|
175
|
-
/**
|
|
176
|
-
* @zh_CN 值模板
|
|
177
|
-
* @en_US Node template
|
|
178
|
-
*/
|
|
179
|
-
readonly valueTpl: import("@angular/core").InputSignal<TemplateRef<any> | undefined>;
|
|
180
|
-
/**
|
|
181
|
-
* @zh_CN 值模板参数
|
|
182
|
-
* @en_US Node template
|
|
183
|
-
*/
|
|
184
|
-
readonly valueTplContext: import("@angular/core").InputSignal<unknown>;
|
|
185
|
-
/**
|
|
186
|
-
* @zh_CN 前置标签
|
|
187
|
-
* @en_US Before label
|
|
188
|
-
*/
|
|
189
|
-
readonly before: import("@angular/core").InputSignal<XTemplate | undefined>;
|
|
190
|
-
/**
|
|
191
|
-
* @zh_CN 后置标签
|
|
192
|
-
* @en_US After label
|
|
193
|
-
*/
|
|
194
|
-
readonly after: import("@angular/core").InputSignal<XTemplate | undefined>;
|
|
195
|
-
/**
|
|
196
|
-
* @zh_CN 正则验证规则
|
|
197
|
-
* @en_US Regular verification rules
|
|
198
|
-
*/
|
|
199
|
-
readonly pattern: import("@angular/core").InputSignal<any>;
|
|
200
|
-
/**
|
|
201
|
-
* @zh_CN 验证不通过提示文字
|
|
202
|
-
* @en_US Verify not pass the prompt text
|
|
203
|
-
*/
|
|
204
|
-
readonly message: import("@angular/core").InputSignal<string | string[]>;
|
|
205
|
-
/**
|
|
206
|
-
* @zh_CN 激活状态
|
|
207
|
-
* @en_US Activation state
|
|
208
|
-
*/
|
|
209
|
-
readonly active: import("@angular/core").ModelSignal<boolean>;
|
|
210
|
-
/**
|
|
211
|
-
* @zh_CN 输入验证函数
|
|
212
|
-
* @en_US Enter the verification function
|
|
213
|
-
*/
|
|
214
|
-
readonly inputValidator: import("@angular/core").InputSignal<((value: any) => boolean) | undefined>;
|
|
215
163
|
/**
|
|
216
164
|
* @zh_CN 开始拖动的事件
|
|
217
165
|
* @en_US Start drag event
|
|
@@ -228,7 +176,7 @@ export declare class XSliderSelectProperty extends XSliderSelectProperty_base {
|
|
|
228
176
|
*/
|
|
229
177
|
readonly dragEndEmit: import("@angular/core").OutputEmitterRef<CdkDragEnd<any>>;
|
|
230
178
|
static ɵfac: i0.ɵɵFactoryDeclaration<XSliderSelectProperty, never>;
|
|
231
|
-
static ɵcmp: i0.ɵɵComponentDeclaration<XSliderSelectProperty, "x-slider-select-property", never, { "min": { "alias": "min"; "required": false; "isSignal": true; }; "max": { "alias": "max"; "required": false; "isSignal": true; }; "step": { "alias": "step"; "required": false; "isSignal": true; }; "precision": { "alias": "precision"; "required": false; "isSignal": true; }; "showTooltip": { "alias": "showTooltip"; "required": false; "isSignal": true; }; "reverse": { "alias": "reverse"; "required": false; "isSignal": true; }; "vertical": { "alias": "vertical"; "required": false; "isSignal": true; }; "range": { "alias": "range"; "required": false; "isSignal": true; }; "customButton": { "alias": "customButton"; "required": false; "isSignal": true; }; "marks": { "alias": "marks"; "required": false; "isSignal": true; }; "tooltipCustom": { "alias": "tooltipCustom"; "required": false; "isSignal": true; }; "
|
|
179
|
+
static ɵcmp: i0.ɵɵComponentDeclaration<XSliderSelectProperty, "x-slider-select-property", never, { "min": { "alias": "min"; "required": false; "isSignal": true; }; "max": { "alias": "max"; "required": false; "isSignal": true; }; "step": { "alias": "step"; "required": false; "isSignal": true; }; "precision": { "alias": "precision"; "required": false; "isSignal": true; }; "showTooltip": { "alias": "showTooltip"; "required": false; "isSignal": true; }; "reverse": { "alias": "reverse"; "required": false; "isSignal": true; }; "vertical": { "alias": "vertical"; "required": false; "isSignal": true; }; "range": { "alias": "range"; "required": false; "isSignal": true; }; "customButton": { "alias": "customButton"; "required": false; "isSignal": true; }; "marks": { "alias": "marks"; "required": false; "isSignal": true; }; "tooltipCustom": { "alias": "tooltipCustom"; "required": false; "isSignal": true; }; "label": { "alias": "label"; "required": false; "isSignal": true; }; "labelWidth": { "alias": "labelWidth"; "required": false; "isSignal": true; }; "labelAlign": { "alias": "labelAlign"; "required": false; "isSignal": true; }; "justify": { "alias": "justify"; "required": false; "isSignal": true; }; "align": { "alias": "align"; "required": false; "isSignal": true; }; "direction": { "alias": "direction"; "required": false; "isSignal": true; }; "disabled": { "alias": "disabled"; "required": false; "isSignal": true; }; "required": { "alias": "required"; "required": false; "isSignal": true; }; }, { "dragStartEmit": "dragStartEmit"; "dragMoveEmit": "dragMoveEmit"; "dragEndEmit": "dragEndEmit"; }, never, never, false, never>;
|
|
232
180
|
}
|
|
233
181
|
/**
|
|
234
182
|
* SliderSelect Option
|
|
@@ -289,11 +237,6 @@ export interface XSliderSelectOption extends XFormOption {
|
|
|
289
237
|
* @en_US Custom tooltip
|
|
290
238
|
*/
|
|
291
239
|
tooltipCustom?: XTemplate;
|
|
292
|
-
/**
|
|
293
|
-
* @zh_CN 输入框点击样式
|
|
294
|
-
* @en_US Input pointer
|
|
295
|
-
*/
|
|
296
|
-
pointer?: boolean;
|
|
297
240
|
/**
|
|
298
241
|
* @zh_CN 标签
|
|
299
242
|
* @en_US Label
|
|
@@ -324,11 +267,6 @@ export interface XSliderSelectOption extends XFormOption {
|
|
|
324
267
|
* @en_US The direction of the sub-element arrangement under flex layout
|
|
325
268
|
*/
|
|
326
269
|
direction?: XDirection;
|
|
327
|
-
/**
|
|
328
|
-
* @zh_CN 输入提示信息
|
|
329
|
-
* @en_US Enter prompt information
|
|
330
|
-
*/
|
|
331
|
-
placeholder?: string;
|
|
332
270
|
/**
|
|
333
271
|
* @zh_CN 禁用
|
|
334
272
|
* @en_US Disabled
|
|
@@ -339,51 +277,6 @@ export interface XSliderSelectOption extends XFormOption {
|
|
|
339
277
|
* @en_US Required
|
|
340
278
|
*/
|
|
341
279
|
required?: boolean;
|
|
342
|
-
/**
|
|
343
|
-
* @zh_CN 只读
|
|
344
|
-
* @en_US Readonly
|
|
345
|
-
*/
|
|
346
|
-
readonly?: boolean;
|
|
347
|
-
/**
|
|
348
|
-
* @zh_CN 值模板
|
|
349
|
-
* @en_US Node template
|
|
350
|
-
*/
|
|
351
|
-
valueTpl?: TemplateRef<any>;
|
|
352
|
-
/**
|
|
353
|
-
* @zh_CN 值模板参数
|
|
354
|
-
* @en_US Node template
|
|
355
|
-
*/
|
|
356
|
-
valueTplContext?: any;
|
|
357
|
-
/**
|
|
358
|
-
* @zh_CN 前置标签
|
|
359
|
-
* @en_US Before label
|
|
360
|
-
*/
|
|
361
|
-
before?: XTemplate;
|
|
362
|
-
/**
|
|
363
|
-
* @zh_CN 后置标签
|
|
364
|
-
* @en_US After label
|
|
365
|
-
*/
|
|
366
|
-
after?: XTemplate;
|
|
367
|
-
/**
|
|
368
|
-
* @zh_CN 正则验证规则
|
|
369
|
-
* @en_US Regular verification rules
|
|
370
|
-
*/
|
|
371
|
-
pattern?: RegExp | RegExp[];
|
|
372
|
-
/**
|
|
373
|
-
* @zh_CN 验证不通过提示文字
|
|
374
|
-
* @en_US Verify not pass the prompt text
|
|
375
|
-
*/
|
|
376
|
-
message?: string | string[];
|
|
377
|
-
/**
|
|
378
|
-
* @zh_CN 激活状态
|
|
379
|
-
* @en_US Activation state
|
|
380
|
-
*/
|
|
381
|
-
active?: boolean;
|
|
382
|
-
/**
|
|
383
|
-
* @zh_CN 输入验证函数
|
|
384
|
-
* @en_US Enter the verification function
|
|
385
|
-
*/
|
|
386
|
-
inputValidator?: (value: any) => boolean;
|
|
387
280
|
/**
|
|
388
281
|
* @zh_CN 开始拖动的事件
|
|
389
282
|
* @en_US Start drag event
|
|
@@ -1,4 +1,3 @@
|
|
|
1
|
-
import { TemplateRef } from '@angular/core';
|
|
2
1
|
import { XFormOption } from '@ng-nest/ui/base-form';
|
|
3
2
|
import type { XAlign, XBoolean, XDirection, XJustify, XNumber, XSize, XTemplate } from '@ng-nest/ui/core';
|
|
4
3
|
import * as i0 from "@angular/core";
|
|
@@ -13,10 +12,6 @@ declare const XSwitchProperty_base: new () => {
|
|
|
13
12
|
cdr: import("@angular/core").ChangeDetectorRef;
|
|
14
13
|
invalid: import("@angular/core").Signal<boolean>;
|
|
15
14
|
invalidPattern: import("@angular/core").Signal<boolean>;
|
|
16
|
-
/**
|
|
17
|
-
* @zh_CN 手动控制
|
|
18
|
-
* @en_US Manual control
|
|
19
|
-
*/
|
|
20
15
|
requiredIsEmpty: import("@angular/core").Signal<boolean>;
|
|
21
16
|
invalidMessage: import("@angular/core").Signal<string>;
|
|
22
17
|
invalidIndex: import("@angular/core").WritableSignal<number>;
|
|
@@ -51,7 +46,7 @@ declare const XSwitchProperty_base: new () => {
|
|
|
51
46
|
readonly disabled: import("@angular/core").InputSignalWithTransform<boolean, XBoolean>;
|
|
52
47
|
readonly required: import("@angular/core").InputSignalWithTransform<boolean, XBoolean>;
|
|
53
48
|
readonly readonly: import("@angular/core").InputSignalWithTransform<boolean, XBoolean>;
|
|
54
|
-
readonly valueTpl: import("@angular/core").InputSignal<TemplateRef<any> | undefined>;
|
|
49
|
+
readonly valueTpl: import("@angular/core").InputSignal<import("@angular/core").TemplateRef<any> | undefined>;
|
|
55
50
|
readonly valueTplContext: import("@angular/core").InputSignal<unknown>;
|
|
56
51
|
readonly before: import("@angular/core").InputSignal<XTemplate | undefined>;
|
|
57
52
|
readonly after: import("@angular/core").InputSignal<XTemplate | undefined>;
|
|
@@ -90,11 +85,6 @@ export declare class XSwitchProperty extends XSwitchProperty_base {
|
|
|
90
85
|
* @en_US Size
|
|
91
86
|
*/
|
|
92
87
|
readonly size: import("@angular/core").InputSignal<XSize>;
|
|
93
|
-
/**
|
|
94
|
-
* @zh_CN 输入框点击样式
|
|
95
|
-
* @en_US Input pointer
|
|
96
|
-
*/
|
|
97
|
-
readonly pointer: import("@angular/core").InputSignalWithTransform<boolean, XBoolean>;
|
|
98
88
|
/**
|
|
99
89
|
* @zh_CN 标签
|
|
100
90
|
* @en_US Label
|
|
@@ -125,11 +115,6 @@ export declare class XSwitchProperty extends XSwitchProperty_base {
|
|
|
125
115
|
* @en_US The direction of the sub-element arrangement under flex layout
|
|
126
116
|
*/
|
|
127
117
|
readonly direction: import("@angular/core").InputSignal<XDirection>;
|
|
128
|
-
/**
|
|
129
|
-
* @zh_CN 输入提示信息
|
|
130
|
-
* @en_US Enter prompt information
|
|
131
|
-
*/
|
|
132
|
-
readonly placeholder: import("@angular/core").InputSignal<string | string[]>;
|
|
133
118
|
/**
|
|
134
119
|
* @zh_CN 禁用
|
|
135
120
|
* @en_US Disabled
|
|
@@ -140,53 +125,8 @@ export declare class XSwitchProperty extends XSwitchProperty_base {
|
|
|
140
125
|
* @en_US Required
|
|
141
126
|
*/
|
|
142
127
|
readonly required: import("@angular/core").InputSignalWithTransform<boolean, XBoolean>;
|
|
143
|
-
/**
|
|
144
|
-
* @zh_CN 只读
|
|
145
|
-
* @en_US Readonly
|
|
146
|
-
*/
|
|
147
|
-
readonly readonly: import("@angular/core").InputSignalWithTransform<boolean, XBoolean>;
|
|
148
|
-
/**
|
|
149
|
-
* @zh_CN 值模板
|
|
150
|
-
* @en_US Node template
|
|
151
|
-
*/
|
|
152
|
-
readonly valueTpl: import("@angular/core").InputSignal<TemplateRef<any> | undefined>;
|
|
153
|
-
/**
|
|
154
|
-
* @zh_CN 值模板参数
|
|
155
|
-
* @en_US Node template
|
|
156
|
-
*/
|
|
157
|
-
readonly valueTplContext: import("@angular/core").InputSignal<unknown>;
|
|
158
|
-
/**
|
|
159
|
-
* @zh_CN 前置标签
|
|
160
|
-
* @en_US Before label
|
|
161
|
-
*/
|
|
162
|
-
readonly before: import("@angular/core").InputSignal<XTemplate | undefined>;
|
|
163
|
-
/**
|
|
164
|
-
* @zh_CN 后置标签
|
|
165
|
-
* @en_US After label
|
|
166
|
-
*/
|
|
167
|
-
readonly after: import("@angular/core").InputSignal<XTemplate | undefined>;
|
|
168
|
-
/**
|
|
169
|
-
* @zh_CN 正则验证规则
|
|
170
|
-
* @en_US Regular verification rules
|
|
171
|
-
*/
|
|
172
|
-
readonly pattern: import("@angular/core").InputSignal<any>;
|
|
173
|
-
/**
|
|
174
|
-
* @zh_CN 验证不通过提示文字
|
|
175
|
-
* @en_US Verify not pass the prompt text
|
|
176
|
-
*/
|
|
177
|
-
readonly message: import("@angular/core").InputSignal<string | string[]>;
|
|
178
|
-
/**
|
|
179
|
-
* @zh_CN 激活状态
|
|
180
|
-
* @en_US Activation state
|
|
181
|
-
*/
|
|
182
|
-
readonly active: import("@angular/core").ModelSignal<boolean>;
|
|
183
|
-
/**
|
|
184
|
-
* @zh_CN 输入验证函数
|
|
185
|
-
* @en_US Enter the verification function
|
|
186
|
-
*/
|
|
187
|
-
readonly inputValidator: import("@angular/core").InputSignal<((value: any) => boolean) | undefined>;
|
|
188
128
|
static ɵfac: i0.ɵɵFactoryDeclaration<XSwitchProperty, never>;
|
|
189
|
-
static ɵcmp: i0.ɵɵComponentDeclaration<XSwitchProperty, "x-switch-property", never, { "loading": { "alias": "loading"; "required": false; "isSignal": true; }; "manual": { "alias": "manual"; "required": false; "isSignal": true; }; "checkedText": { "alias": "checkedText"; "required": false; "isSignal": true; }; "unCheckedText": { "alias": "unCheckedText"; "required": false; "isSignal": true; }; "size": { "alias": "size"; "required": false; "isSignal": true; }; "
|
|
129
|
+
static ɵcmp: i0.ɵɵComponentDeclaration<XSwitchProperty, "x-switch-property", never, { "loading": { "alias": "loading"; "required": false; "isSignal": true; }; "manual": { "alias": "manual"; "required": false; "isSignal": true; }; "checkedText": { "alias": "checkedText"; "required": false; "isSignal": true; }; "unCheckedText": { "alias": "unCheckedText"; "required": false; "isSignal": true; }; "size": { "alias": "size"; "required": false; "isSignal": true; }; "label": { "alias": "label"; "required": false; "isSignal": true; }; "labelWidth": { "alias": "labelWidth"; "required": false; "isSignal": true; }; "labelAlign": { "alias": "labelAlign"; "required": false; "isSignal": true; }; "justify": { "alias": "justify"; "required": false; "isSignal": true; }; "align": { "alias": "align"; "required": false; "isSignal": true; }; "direction": { "alias": "direction"; "required": false; "isSignal": true; }; "disabled": { "alias": "disabled"; "required": false; "isSignal": true; }; "required": { "alias": "required"; "required": false; "isSignal": true; }; }, {}, never, never, false, never>;
|
|
190
130
|
}
|
|
191
131
|
/**
|
|
192
132
|
* Switch Option
|
|
@@ -217,11 +157,6 @@ export interface XSwitchOption extends XFormOption {
|
|
|
217
157
|
* @en_US Size
|
|
218
158
|
*/
|
|
219
159
|
size?: XSize;
|
|
220
|
-
/**
|
|
221
|
-
* @zh_CN 输入框点击样式
|
|
222
|
-
* @en_US Input pointer
|
|
223
|
-
*/
|
|
224
|
-
pointer?: boolean;
|
|
225
160
|
/**
|
|
226
161
|
* @zh_CN 标签
|
|
227
162
|
* @en_US Label
|
|
@@ -252,11 +187,6 @@ export interface XSwitchOption extends XFormOption {
|
|
|
252
187
|
* @en_US The direction of the sub-element arrangement under flex layout
|
|
253
188
|
*/
|
|
254
189
|
direction?: XDirection;
|
|
255
|
-
/**
|
|
256
|
-
* @zh_CN 输入提示信息
|
|
257
|
-
* @en_US Enter prompt information
|
|
258
|
-
*/
|
|
259
|
-
placeholder?: string;
|
|
260
190
|
/**
|
|
261
191
|
* @zh_CN 禁用
|
|
262
192
|
* @en_US Disabled
|
|
@@ -267,50 +197,5 @@ export interface XSwitchOption extends XFormOption {
|
|
|
267
197
|
* @en_US Required
|
|
268
198
|
*/
|
|
269
199
|
required?: boolean;
|
|
270
|
-
/**
|
|
271
|
-
* @zh_CN 只读
|
|
272
|
-
* @en_US Readonly
|
|
273
|
-
*/
|
|
274
|
-
readonly?: boolean;
|
|
275
|
-
/**
|
|
276
|
-
* @zh_CN 值模板
|
|
277
|
-
* @en_US Node template
|
|
278
|
-
*/
|
|
279
|
-
valueTpl?: TemplateRef<any>;
|
|
280
|
-
/**
|
|
281
|
-
* @zh_CN 值模板参数
|
|
282
|
-
* @en_US Node template
|
|
283
|
-
*/
|
|
284
|
-
valueTplContext?: any;
|
|
285
|
-
/**
|
|
286
|
-
* @zh_CN 前置标签
|
|
287
|
-
* @en_US Before label
|
|
288
|
-
*/
|
|
289
|
-
before?: XTemplate;
|
|
290
|
-
/**
|
|
291
|
-
* @zh_CN 后置标签
|
|
292
|
-
* @en_US After label
|
|
293
|
-
*/
|
|
294
|
-
after?: XTemplate;
|
|
295
|
-
/**
|
|
296
|
-
* @zh_CN 正则验证规则
|
|
297
|
-
* @en_US Regular verification rules
|
|
298
|
-
*/
|
|
299
|
-
pattern?: RegExp | RegExp[];
|
|
300
|
-
/**
|
|
301
|
-
* @zh_CN 验证不通过提示文字
|
|
302
|
-
* @en_US Verify not pass the prompt text
|
|
303
|
-
*/
|
|
304
|
-
message?: string | string[];
|
|
305
|
-
/**
|
|
306
|
-
* @zh_CN 激活状态
|
|
307
|
-
* @en_US Activation state
|
|
308
|
-
*/
|
|
309
|
-
active?: boolean;
|
|
310
|
-
/**
|
|
311
|
-
* @zh_CN 输入验证函数
|
|
312
|
-
* @en_US Enter the verification function
|
|
313
|
-
*/
|
|
314
|
-
inputValidator?: (value: any) => boolean;
|
|
315
200
|
}
|
|
316
201
|
export {};
|
|
@@ -38,7 +38,7 @@ export declare class XTableBodyComponent extends XTableBodyProperty implements O
|
|
|
38
38
|
getIndex(index: number, item: XTableRow): number;
|
|
39
39
|
getFlex(column: XTableColumn): number | "none";
|
|
40
40
|
getTitle(row: XTableRow, column: XTableCell | any): string;
|
|
41
|
-
|
|
41
|
+
onRowClick(event: Event, row: XTableRow): void;
|
|
42
42
|
onExpanded(_event: Event, node: XTableRow): void;
|
|
43
43
|
trackByItem(_index: number, item: XTableRow | XTableColumn): any;
|
|
44
44
|
static ɵfac: i0.ɵɵFactoryDeclaration<XTableBodyComponent, never>;
|
|
@@ -120,7 +120,7 @@ export declare class XTableProperty extends XTableProperty_base {
|
|
|
120
120
|
*/
|
|
121
121
|
readonly virtualScroll: import("@angular/core").InputSignalWithTransform<boolean, XBoolean>;
|
|
122
122
|
/**
|
|
123
|
-
* @zh_CN body
|
|
123
|
+
* @zh_CN body 数据高度,只有开启虚拟滚动的时候生效
|
|
124
124
|
* @en_US body data height
|
|
125
125
|
*/
|
|
126
126
|
readonly bodyHeight: import("@angular/core").InputSignalWithTransform<number | undefined, XNumber>;
|
|
@@ -364,6 +364,11 @@ export declare class XTableProperty extends XTableProperty_base {
|
|
|
364
364
|
* @en_US The method for confirming changes in input is based on the input page size and input jump page
|
|
365
365
|
*/
|
|
366
366
|
readonly inputIndexSizeSureType: import("@angular/core").InputSignal<XPaginationInputIndexSizeSureType>;
|
|
367
|
+
/**
|
|
368
|
+
* @zh_CN 行点击事件
|
|
369
|
+
* @en_US Row click event
|
|
370
|
+
*/
|
|
371
|
+
readonly rowClick: import("@angular/core").OutputEmitterRef<XTableRow>;
|
|
367
372
|
/**
|
|
368
373
|
* @zh_CN 列头拖动开始事件,返回拖动的列
|
|
369
374
|
* @en_US Column Header Drag End Event
|
|
@@ -395,7 +400,7 @@ export declare class XTableProperty extends XTableProperty_base {
|
|
|
395
400
|
*/
|
|
396
401
|
readonly columnDragWidthEnded: import("@angular/core").OutputEmitterRef<XTableDragWidthEvent>;
|
|
397
402
|
static ɵfac: i0.ɵɵFactoryDeclaration<XTableProperty, never>;
|
|
398
|
-
static ɵcmp: i0.ɵɵComponentDeclaration<XTableProperty, "x-table-property", never, { "data": { "alias": "data"; "required": false; "isSignal": true; }; "columns": { "alias": "columns"; "required": false; "isSignal": true; }; "rowHeight": { "alias": "rowHeight"; "required": false; "isSignal": true; }; "loading": { "alias": "loading"; "required": false; "isSignal": true; }; "bordered": { "alias": "bordered"; "required": false; "isSignal": true; }; "showHeader": { "alias": "showHeader"; "required": false; "isSignal": true; }; "headerPosition": { "alias": "headerPosition"; "required": false; "isSignal": true; }; "activatedRow": { "alias": "activatedRow"; "required": false; "isSignal": true; }; "headColumnTpl": { "alias": "headColumnTpl"; "required": false; "isSignal": true; }; "headThTpl": { "alias": "headThTpl"; "required": false; "isSignal": true; }; "bodyColumnTpl": { "alias": "bodyColumnTpl"; "required": false; "isSignal": true; }; "bodyTdTpl": { "alias": "bodyTdTpl"; "required": false; "isSignal": true; }; "rowClass": { "alias": "rowClass"; "required": false; "isSignal": true; }; "headSearchTpl": { "alias": "headSearchTpl"; "required": false; "isSignal": true; }; "allowSelectRow": { "alias": "allowSelectRow"; "required": false; "isSignal": true; }; "allowCheckRow": { "alias": "allowCheckRow"; "required": false; "isSignal": true; }; "virtualScroll": { "alias": "virtualScroll"; "required": false; "isSignal": true; }; "bodyHeight": { "alias": "bodyHeight"; "required": false; "isSignal": true; }; "itemSize": { "alias": "itemSize"; "required": false; "isSignal": true; }; "minBufferPx": { "alias": "minBufferPx"; "required": false; "isSignal": true; }; "maxBufferPx": { "alias": "maxBufferPx"; "required": false; "isSignal": true; }; "adaptionHeight": { "alias": "adaptionHeight"; "required": false; "isSignal": true; }; "docPercent": { "alias": "docPercent"; "required": false; "isSignal": true; }; "checkedRow": { "alias": "checkedRow"; "required": false; "isSignal": true; }; "manual": { "alias": "manual"; "required": false; "isSignal": true; }; "scroll": { "alias": "scroll"; "required": false; "isSignal": true; }; "header": { "alias": "header"; "required": false; "isSignal": true; }; "footer": { "alias": "footer"; "required": false; "isSignal": true; }; "cellConfig": { "alias": "cellConfig"; "required": false; "isSignal": true; }; "rowSize": { "alias": "rowSize"; "required": false; "isSignal": true; }; "paginationPosition": { "alias": "paginationPosition"; "required": false; "isSignal": true; }; "hiddenWrapBorder": { "alias": "hiddenWrapBorder"; "required": false; "isSignal": true; }; "hiddenPaginationBorder": { "alias": "hiddenPaginationBorder"; "required": false; "isSignal": true; }; "showPagination": { "alias": "showPagination"; "required": false; "isSignal": true; }; "treeTable": { "alias": "treeTable"; "required": false; "isSignal": true; }; "expandedAll": { "alias": "expandedAll"; "required": false; "isSignal": true; }; "expandedLevel": { "alias": "expandedLevel"; "required": false; "isSignal": true; }; "expanded": { "alias": "expanded"; "required": false; "isSignal": true; }; "expandTpl": { "alias": "expandTpl"; "required": false; "isSignal": true; }; "showEmpty": { "alias": "showEmpty"; "required": false; "isSignal": true; }; "emptyImg": { "alias": "emptyImg"; "required": false; "isSignal": true; }; "emptyContent": { "alias": "emptyContent"; "required": false; "isSignal": true; }; "index": { "alias": "index"; "required": false; "isSignal": true; }; "size": { "alias": "size"; "required": false; "isSignal": true; }; "total": { "alias": "total"; "required": false; "isSignal": true; }; "query": { "alias": "query"; "required": false; "isSignal": true; }; "pageLinkSize": { "alias": "pageLinkSize"; "required": false; "isSignal": true; }; "showEllipsis": { "alias": "showEllipsis"; "required": false; "isSignal": true; }; "showTotal": { "alias": "showTotal"; "required": false; "isSignal": true; }; "space": { "alias": "space"; "required": false; "isSignal": true; }; "showBackground": { "alias": "showBackground"; "required": false; "isSignal": true; }; "showSize": { "alias": "showSize"; "required": false; "isSignal": true; }; "sizeWidth": { "alias": "sizeWidth"; "required": false; "isSignal": true; }; "showInputSize": { "alias": "showInputSize"; "required": false; "isSignal": true; }; "inputSizeTooltipText": { "alias": "inputSizeTooltipText"; "required": false; "isSignal": true; }; "inputSizeWidth": { "alias": "inputSizeWidth"; "required": false; "isSignal": true; }; "sizeData": { "alias": "sizeData"; "required": false; "isSignal": true; }; "disabled": { "alias": "disabled"; "required": false; "isSignal": true; }; "showJump": { "alias": "showJump"; "required": false; "isSignal": true; }; "jumpTooltipText": { "alias": "jumpTooltipText"; "required": false; "isSignal": true; }; "jumpWidth": { "alias": "jumpWidth"; "required": false; "isSignal": true; }; "totalTpl": { "alias": "totalTpl"; "required": false; "isSignal": true; }; "simple": { "alias": "simple"; "required": false; "isSignal": true; }; "simpleIndexWidth": { "alias": "simpleIndexWidth"; "required": false; "isSignal": true; }; "inputIndexSizeSureType": { "alias": "inputIndexSizeSureType"; "required": false; "isSignal": true; }; }, { "activatedRow": "activatedRowChange"; "sortChange": "sortChange"; "headCheckboxChange": "headCheckboxChange"; "bodyCheckboxChange": "bodyCheckboxChange"; "manual": "manualChange"; "index": "indexChange"; "size": "sizeChange"; "total": "totalChange"; "query": "queryChange"; "columnDragStarted": "columnDragStarted"; "columnDragEnded": "columnDragEnded"; "columnDropListDropped": "columnDropListDropped"; "columnDragWidthStarted": "columnDragWidthStarted"; "columnDragWidthMoved": "columnDragWidthMoved"; "columnDragWidthEnded": "columnDragWidthEnded"; }, never, never, false, never>;
|
|
403
|
+
static ɵcmp: i0.ɵɵComponentDeclaration<XTableProperty, "x-table-property", never, { "data": { "alias": "data"; "required": false; "isSignal": true; }; "columns": { "alias": "columns"; "required": false; "isSignal": true; }; "rowHeight": { "alias": "rowHeight"; "required": false; "isSignal": true; }; "loading": { "alias": "loading"; "required": false; "isSignal": true; }; "bordered": { "alias": "bordered"; "required": false; "isSignal": true; }; "showHeader": { "alias": "showHeader"; "required": false; "isSignal": true; }; "headerPosition": { "alias": "headerPosition"; "required": false; "isSignal": true; }; "activatedRow": { "alias": "activatedRow"; "required": false; "isSignal": true; }; "headColumnTpl": { "alias": "headColumnTpl"; "required": false; "isSignal": true; }; "headThTpl": { "alias": "headThTpl"; "required": false; "isSignal": true; }; "bodyColumnTpl": { "alias": "bodyColumnTpl"; "required": false; "isSignal": true; }; "bodyTdTpl": { "alias": "bodyTdTpl"; "required": false; "isSignal": true; }; "rowClass": { "alias": "rowClass"; "required": false; "isSignal": true; }; "headSearchTpl": { "alias": "headSearchTpl"; "required": false; "isSignal": true; }; "allowSelectRow": { "alias": "allowSelectRow"; "required": false; "isSignal": true; }; "allowCheckRow": { "alias": "allowCheckRow"; "required": false; "isSignal": true; }; "virtualScroll": { "alias": "virtualScroll"; "required": false; "isSignal": true; }; "bodyHeight": { "alias": "bodyHeight"; "required": false; "isSignal": true; }; "itemSize": { "alias": "itemSize"; "required": false; "isSignal": true; }; "minBufferPx": { "alias": "minBufferPx"; "required": false; "isSignal": true; }; "maxBufferPx": { "alias": "maxBufferPx"; "required": false; "isSignal": true; }; "adaptionHeight": { "alias": "adaptionHeight"; "required": false; "isSignal": true; }; "docPercent": { "alias": "docPercent"; "required": false; "isSignal": true; }; "checkedRow": { "alias": "checkedRow"; "required": false; "isSignal": true; }; "manual": { "alias": "manual"; "required": false; "isSignal": true; }; "scroll": { "alias": "scroll"; "required": false; "isSignal": true; }; "header": { "alias": "header"; "required": false; "isSignal": true; }; "footer": { "alias": "footer"; "required": false; "isSignal": true; }; "cellConfig": { "alias": "cellConfig"; "required": false; "isSignal": true; }; "rowSize": { "alias": "rowSize"; "required": false; "isSignal": true; }; "paginationPosition": { "alias": "paginationPosition"; "required": false; "isSignal": true; }; "hiddenWrapBorder": { "alias": "hiddenWrapBorder"; "required": false; "isSignal": true; }; "hiddenPaginationBorder": { "alias": "hiddenPaginationBorder"; "required": false; "isSignal": true; }; "showPagination": { "alias": "showPagination"; "required": false; "isSignal": true; }; "treeTable": { "alias": "treeTable"; "required": false; "isSignal": true; }; "expandedAll": { "alias": "expandedAll"; "required": false; "isSignal": true; }; "expandedLevel": { "alias": "expandedLevel"; "required": false; "isSignal": true; }; "expanded": { "alias": "expanded"; "required": false; "isSignal": true; }; "expandTpl": { "alias": "expandTpl"; "required": false; "isSignal": true; }; "showEmpty": { "alias": "showEmpty"; "required": false; "isSignal": true; }; "emptyImg": { "alias": "emptyImg"; "required": false; "isSignal": true; }; "emptyContent": { "alias": "emptyContent"; "required": false; "isSignal": true; }; "index": { "alias": "index"; "required": false; "isSignal": true; }; "size": { "alias": "size"; "required": false; "isSignal": true; }; "total": { "alias": "total"; "required": false; "isSignal": true; }; "query": { "alias": "query"; "required": false; "isSignal": true; }; "pageLinkSize": { "alias": "pageLinkSize"; "required": false; "isSignal": true; }; "showEllipsis": { "alias": "showEllipsis"; "required": false; "isSignal": true; }; "showTotal": { "alias": "showTotal"; "required": false; "isSignal": true; }; "space": { "alias": "space"; "required": false; "isSignal": true; }; "showBackground": { "alias": "showBackground"; "required": false; "isSignal": true; }; "showSize": { "alias": "showSize"; "required": false; "isSignal": true; }; "sizeWidth": { "alias": "sizeWidth"; "required": false; "isSignal": true; }; "showInputSize": { "alias": "showInputSize"; "required": false; "isSignal": true; }; "inputSizeTooltipText": { "alias": "inputSizeTooltipText"; "required": false; "isSignal": true; }; "inputSizeWidth": { "alias": "inputSizeWidth"; "required": false; "isSignal": true; }; "sizeData": { "alias": "sizeData"; "required": false; "isSignal": true; }; "disabled": { "alias": "disabled"; "required": false; "isSignal": true; }; "showJump": { "alias": "showJump"; "required": false; "isSignal": true; }; "jumpTooltipText": { "alias": "jumpTooltipText"; "required": false; "isSignal": true; }; "jumpWidth": { "alias": "jumpWidth"; "required": false; "isSignal": true; }; "totalTpl": { "alias": "totalTpl"; "required": false; "isSignal": true; }; "simple": { "alias": "simple"; "required": false; "isSignal": true; }; "simpleIndexWidth": { "alias": "simpleIndexWidth"; "required": false; "isSignal": true; }; "inputIndexSizeSureType": { "alias": "inputIndexSizeSureType"; "required": false; "isSignal": true; }; }, { "activatedRow": "activatedRowChange"; "sortChange": "sortChange"; "headCheckboxChange": "headCheckboxChange"; "bodyCheckboxChange": "bodyCheckboxChange"; "manual": "manualChange"; "index": "indexChange"; "size": "sizeChange"; "total": "totalChange"; "query": "queryChange"; "rowClick": "rowClick"; "columnDragStarted": "columnDragStarted"; "columnDragEnded": "columnDragEnded"; "columnDropListDropped": "columnDropListDropped"; "columnDragWidthStarted": "columnDragWidthStarted"; "columnDragWidthMoved": "columnDragWidthMoved"; "columnDragWidthEnded": "columnDragWidthEnded"; }, never, never, false, never>;
|
|
399
404
|
}
|
|
400
405
|
/**
|
|
401
406
|
* @zh_CN 行数据
|
|
@@ -819,8 +824,13 @@ export declare class XTableBodyProperty extends XProperty {
|
|
|
819
824
|
* @en_US Customized expansion content
|
|
820
825
|
*/
|
|
821
826
|
readonly expandTpl: import("@angular/core").InputSignal<XTemplate | undefined>;
|
|
827
|
+
/**
|
|
828
|
+
* @zh_CN 行点击事件
|
|
829
|
+
* @en_US Row click event
|
|
830
|
+
*/
|
|
831
|
+
readonly rowClick: import("@angular/core").OutputEmitterRef<XTableRow>;
|
|
822
832
|
static ɵfac: i0.ɵɵFactoryDeclaration<XTableBodyProperty, never>;
|
|
823
|
-
static ɵcmp: i0.ɵɵComponentDeclaration<XTableBodyProperty, "x-table-body-property", never, { "data": { "alias": "data"; "required": false; "isSignal": true; }; "columns": { "alias": "columns"; "required": false; "isSignal": true; }; "columnTpl": { "alias": "columnTpl"; "required": false; "isSignal": true; }; "activatedRow": { "alias": "activatedRow"; "required": false; "isSignal": true; }; "rowHeight": { "alias": "rowHeight"; "required": false; "isSignal": true; }; "bodyHeight": { "alias": "bodyHeight"; "required": false; "isSignal": true; }; "allowSelectRow": { "alias": "allowSelectRow"; "required": false; "isSignal": true; }; "virtualScroll": { "alias": "virtualScroll"; "required": false; "isSignal": true; }; "itemSize": { "alias": "itemSize"; "required": false; "isSignal": true; }; "minBufferPx": { "alias": "minBufferPx"; "required": false; "isSignal": true; }; "maxBufferPx": { "alias": "maxBufferPx"; "required": false; "isSignal": true; }; "adaptionHeight": { "alias": "adaptionHeight"; "required": false; "isSignal": true; }; "docPercent": { "alias": "docPercent"; "required": false; "isSignal": true; }; "scroll": { "alias": "scroll"; "required": false; "isSignal": true; }; "cellConfig": { "alias": "cellConfig"; "required": false; "isSignal": true; }; "rowClass": { "alias": "rowClass"; "required": false; "isSignal": true; }; "level": { "alias": "level"; "required": false; "isSignal": true; }; "expandedAll": { "alias": "expandedAll"; "required": false; "isSignal": true; }; "expandTpl": { "alias": "expandTpl"; "required": false; "isSignal": true; }; }, { "activatedRow": "activatedRowChange"; }, never, never, false, never>;
|
|
833
|
+
static ɵcmp: i0.ɵɵComponentDeclaration<XTableBodyProperty, "x-table-body-property", never, { "data": { "alias": "data"; "required": false; "isSignal": true; }; "columns": { "alias": "columns"; "required": false; "isSignal": true; }; "columnTpl": { "alias": "columnTpl"; "required": false; "isSignal": true; }; "activatedRow": { "alias": "activatedRow"; "required": false; "isSignal": true; }; "rowHeight": { "alias": "rowHeight"; "required": false; "isSignal": true; }; "bodyHeight": { "alias": "bodyHeight"; "required": false; "isSignal": true; }; "allowSelectRow": { "alias": "allowSelectRow"; "required": false; "isSignal": true; }; "virtualScroll": { "alias": "virtualScroll"; "required": false; "isSignal": true; }; "itemSize": { "alias": "itemSize"; "required": false; "isSignal": true; }; "minBufferPx": { "alias": "minBufferPx"; "required": false; "isSignal": true; }; "maxBufferPx": { "alias": "maxBufferPx"; "required": false; "isSignal": true; }; "adaptionHeight": { "alias": "adaptionHeight"; "required": false; "isSignal": true; }; "docPercent": { "alias": "docPercent"; "required": false; "isSignal": true; }; "scroll": { "alias": "scroll"; "required": false; "isSignal": true; }; "cellConfig": { "alias": "cellConfig"; "required": false; "isSignal": true; }; "rowClass": { "alias": "rowClass"; "required": false; "isSignal": true; }; "level": { "alias": "level"; "required": false; "isSignal": true; }; "expandedAll": { "alias": "expandedAll"; "required": false; "isSignal": true; }; "expandTpl": { "alias": "expandTpl"; "required": false; "isSignal": true; }; }, { "activatedRow": "activatedRowChange"; "rowClick": "rowClick"; }, never, never, false, never>;
|
|
824
834
|
}
|
|
825
835
|
/**
|
|
826
836
|
* Table Foot
|
|
@@ -26,16 +26,16 @@ declare const XTextareaProperty_base: new () => {
|
|
|
26
26
|
disabledComputed: import("@angular/core").Signal<boolean>;
|
|
27
27
|
validatorComputed: import("@angular/core").Signal<boolean>;
|
|
28
28
|
patternComputed: import("@angular/core").Signal<any>;
|
|
29
|
-
messageComputed: import("@angular/core").Signal<string | string[]>;
|
|
29
|
+
messageComputed: import("@angular/core").Signal<string | string[]>; /**
|
|
30
|
+
* @zh_CN 标签文字对齐方式
|
|
31
|
+
* @en_US Label text alignment method
|
|
32
|
+
*/
|
|
30
33
|
invalidInputValidator: import("@angular/core").WritableSignal<boolean>;
|
|
31
34
|
onChange: (value: any) => void;
|
|
32
35
|
onTouched: () => void;
|
|
33
36
|
writeValue(value: any): void;
|
|
34
37
|
registerOnChange(fn: (value: any) => void): void;
|
|
35
|
-
registerOnTouched(fn: () => void): void;
|
|
36
|
-
* @zh_CN flex 布局下的子元素水平排列方式
|
|
37
|
-
* @en_US The level of sub-element level arrangement under flex layout
|
|
38
|
-
*/
|
|
38
|
+
registerOnTouched(fn: () => void): void;
|
|
39
39
|
setDisabledState(disabled: boolean): void;
|
|
40
40
|
formControlValidator(): void;
|
|
41
41
|
readonly validator: import("@angular/core").InputSignalWithTransform<boolean, XBoolean>;
|
|
@@ -45,10 +45,6 @@ declare const XTextareaProperty_base: new () => {
|
|
|
45
45
|
readonly justify: import("@angular/core").InputSignal<XJustify>;
|
|
46
46
|
readonly align: import("@angular/core").InputSignal<XAlign>;
|
|
47
47
|
readonly direction: import("@angular/core").InputSignal<XDirection>;
|
|
48
|
-
/**
|
|
49
|
-
* @zh_CN 必填
|
|
50
|
-
* @en_US Required
|
|
51
|
-
*/
|
|
52
48
|
readonly size: import("@angular/core").InputSignal<import("@ng-nest/ui/core").XSize>;
|
|
53
49
|
readonly placeholder: import("@angular/core").InputSignal<string | string[]>;
|
|
54
50
|
readonly disabled: import("@angular/core").InputSignalWithTransform<boolean, XBoolean>;
|
|
@@ -59,6 +55,10 @@ declare const XTextareaProperty_base: new () => {
|
|
|
59
55
|
readonly before: import("@angular/core").InputSignal<XTemplate | undefined>;
|
|
60
56
|
readonly after: import("@angular/core").InputSignal<XTemplate | undefined>;
|
|
61
57
|
readonly pattern: import("@angular/core").InputSignal<RegExp | RegExp[]>;
|
|
58
|
+
/**
|
|
59
|
+
* @zh_CN 高度
|
|
60
|
+
* @en_US height
|
|
61
|
+
*/
|
|
62
62
|
readonly message: import("@angular/core").InputSignal<string | string[]>;
|
|
63
63
|
readonly active: import("@angular/core").ModelSignal<boolean>;
|
|
64
64
|
readonly pointer: import("@angular/core").InputSignalWithTransform<boolean, XBoolean>;
|
|
@@ -98,11 +98,6 @@ export declare class XTextareaProperty extends XTextareaProperty_base {
|
|
|
98
98
|
* @en_US height
|
|
99
99
|
*/
|
|
100
100
|
readonly height: import("@angular/core").InputSignalWithTransform<string, XNumber>;
|
|
101
|
-
/**
|
|
102
|
-
* @zh_CN 输入框点击样式
|
|
103
|
-
* @en_US Input pointer
|
|
104
|
-
*/
|
|
105
|
-
readonly pointer: import("@angular/core").InputSignalWithTransform<boolean, XBoolean>;
|
|
106
101
|
/**
|
|
107
102
|
* @zh_CN 标签
|
|
108
103
|
* @en_US Label
|
|
@@ -133,11 +128,6 @@ export declare class XTextareaProperty extends XTextareaProperty_base {
|
|
|
133
128
|
* @en_US The direction of the sub-element arrangement under flex layout
|
|
134
129
|
*/
|
|
135
130
|
readonly direction: import("@angular/core").InputSignal<XDirection>;
|
|
136
|
-
/**
|
|
137
|
-
* @zh_CN 输入提示信息
|
|
138
|
-
* @en_US Enter prompt information
|
|
139
|
-
*/
|
|
140
|
-
readonly placeholder: import("@angular/core").InputSignal<string | string[]>;
|
|
141
131
|
/**
|
|
142
132
|
* @zh_CN 禁用
|
|
143
133
|
* @en_US Disabled
|
|
@@ -153,26 +143,6 @@ export declare class XTextareaProperty extends XTextareaProperty_base {
|
|
|
153
143
|
* @en_US Readonly
|
|
154
144
|
*/
|
|
155
145
|
readonly readonly: import("@angular/core").InputSignalWithTransform<boolean, XBoolean>;
|
|
156
|
-
/**
|
|
157
|
-
* @zh_CN 值模板
|
|
158
|
-
* @en_US Node template
|
|
159
|
-
*/
|
|
160
|
-
readonly valueTpl: import("@angular/core").InputSignal<TemplateRef<any> | undefined>;
|
|
161
|
-
/**
|
|
162
|
-
* @zh_CN 值模板参数
|
|
163
|
-
* @en_US Node template
|
|
164
|
-
*/
|
|
165
|
-
readonly valueTplContext: import("@angular/core").InputSignal<unknown>;
|
|
166
|
-
/**
|
|
167
|
-
* @zh_CN 前置标签
|
|
168
|
-
* @en_US Before label
|
|
169
|
-
*/
|
|
170
|
-
readonly before: import("@angular/core").InputSignal<XTemplate | undefined>;
|
|
171
|
-
/**
|
|
172
|
-
* @zh_CN 后置标签
|
|
173
|
-
* @en_US After label
|
|
174
|
-
*/
|
|
175
|
-
readonly after: import("@angular/core").InputSignal<XTemplate | undefined>;
|
|
176
146
|
/**
|
|
177
147
|
* @zh_CN 正则验证规则
|
|
178
148
|
* @en_US Regular verification rules
|
|
@@ -183,11 +153,6 @@ export declare class XTextareaProperty extends XTextareaProperty_base {
|
|
|
183
153
|
* @en_US Verify not pass the prompt text
|
|
184
154
|
*/
|
|
185
155
|
readonly message: import("@angular/core").InputSignal<string | string[]>;
|
|
186
|
-
/**
|
|
187
|
-
* @zh_CN 激活状态
|
|
188
|
-
* @en_US Activation state
|
|
189
|
-
*/
|
|
190
|
-
readonly active: import("@angular/core").ModelSignal<boolean>;
|
|
191
156
|
/**
|
|
192
157
|
* @zh_CN 输入验证函数
|
|
193
158
|
* @en_US Enter the verification function
|
|
@@ -199,7 +164,7 @@ export declare class XTextareaProperty extends XTextareaProperty_base {
|
|
|
199
164
|
*/
|
|
200
165
|
readonly clearEmit: import("@angular/core").OutputEmitterRef<any>;
|
|
201
166
|
static ɵfac: i0.ɵɵFactoryDeclaration<XTextareaProperty, never>;
|
|
202
|
-
static ɵcmp: i0.ɵɵComponentDeclaration<XTextareaProperty, "x-textarea-property", never, { "clearable": { "alias": "clearable"; "required": false; "isSignal": true; }; "icon": { "alias": "icon"; "required": false; "isSignal": true; }; "iconLayout": { "alias": "iconLayout"; "required": false; "isSignal": true; }; "iconSpin": { "alias": "iconSpin"; "required": false; "isSignal": true; }; "maxlength": { "alias": "maxlength"; "required": false; "isSignal": true; }; "height": { "alias": "height"; "required": false; "isSignal": true; }; "
|
|
167
|
+
static ɵcmp: i0.ɵɵComponentDeclaration<XTextareaProperty, "x-textarea-property", never, { "clearable": { "alias": "clearable"; "required": false; "isSignal": true; }; "icon": { "alias": "icon"; "required": false; "isSignal": true; }; "iconLayout": { "alias": "iconLayout"; "required": false; "isSignal": true; }; "iconSpin": { "alias": "iconSpin"; "required": false; "isSignal": true; }; "maxlength": { "alias": "maxlength"; "required": false; "isSignal": true; }; "height": { "alias": "height"; "required": false; "isSignal": true; }; "label": { "alias": "label"; "required": false; "isSignal": true; }; "labelWidth": { "alias": "labelWidth"; "required": false; "isSignal": true; }; "labelAlign": { "alias": "labelAlign"; "required": false; "isSignal": true; }; "justify": { "alias": "justify"; "required": false; "isSignal": true; }; "align": { "alias": "align"; "required": false; "isSignal": true; }; "direction": { "alias": "direction"; "required": false; "isSignal": true; }; "disabled": { "alias": "disabled"; "required": false; "isSignal": true; }; "required": { "alias": "required"; "required": false; "isSignal": true; }; "readonly": { "alias": "readonly"; "required": false; "isSignal": true; }; "pattern": { "alias": "pattern"; "required": false; "isSignal": true; }; "message": { "alias": "message"; "required": false; "isSignal": true; }; "inputValidator": { "alias": "inputValidator"; "required": false; "isSignal": true; }; }, { "clearEmit": "clearEmit"; }, never, never, false, never>;
|
|
203
168
|
}
|
|
204
169
|
/**
|
|
205
170
|
* Textarea Option
|
|
@@ -6,12 +6,8 @@ import * as i0 from "@angular/core";
|
|
|
6
6
|
export declare class XTimePickerPortalComponent {
|
|
7
7
|
private i18n;
|
|
8
8
|
get getPlacement(): XPositionTopBottom | undefined;
|
|
9
|
-
done(
|
|
10
|
-
|
|
11
|
-
}): void;
|
|
12
|
-
start(event: {
|
|
13
|
-
toState: string;
|
|
14
|
-
}): void;
|
|
9
|
+
done(): void;
|
|
10
|
+
start(): void;
|
|
15
11
|
value: import("@angular/core").ModelSignal<any>;
|
|
16
12
|
type: import("@angular/core").InputSignal<XTimePickerType>;
|
|
17
13
|
placement: import("@angular/core").InputSignal<XPositionTopBottom | undefined>;
|
|
@@ -32,6 +28,9 @@ export declare class XTimePickerPortalComponent {
|
|
|
32
28
|
selectHour: string;
|
|
33
29
|
selectMinute: string;
|
|
34
30
|
}>;
|
|
31
|
+
destroy: import("@angular/core").WritableSignal<boolean>;
|
|
32
|
+
private destroyRef;
|
|
33
|
+
ngOnInit(): void;
|
|
35
34
|
stopPropagation(event: Event): void;
|
|
36
35
|
onPresetFunc(item: XTimePickerPreset): void;
|
|
37
36
|
onNow(): void;
|
|
@@ -55,8 +55,7 @@ declare const XTimePickerProperty_base: new () => {
|
|
|
55
55
|
readonly before: import("@angular/core").InputSignal<XTemplate | undefined>;
|
|
56
56
|
readonly after: import("@angular/core").InputSignal<XTemplate | undefined>;
|
|
57
57
|
readonly pattern: import("@angular/core").InputSignal<RegExp | RegExp[]>;
|
|
58
|
-
readonly message: import("@angular/core").InputSignal<string | string[]>;
|
|
59
|
-
/**
|
|
58
|
+
readonly message: import("@angular/core").InputSignal<string | string[]>; /**
|
|
60
59
|
* @zh_CN 必填
|
|
61
60
|
* @en_US Required
|
|
62
61
|
*/
|