@skygraph/vue 0.6.2 → 0.6.3
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/dist/index.cjs +6 -6
- package/dist/index.cjs.map +1 -1
- package/dist/index.d.ts +642 -335
- package/dist/index.js +7390 -7141
- package/dist/index.js.map +1 -1
- package/package.json +3 -3
- package/dist/style.css +0 -1
package/dist/index.d.ts
CHANGED
|
@@ -138,7 +138,41 @@ disabled: boolean;
|
|
|
138
138
|
loading: boolean;
|
|
139
139
|
}, {}, {}, {}, string, ComponentProvideOptions, false, {}, HTMLButtonElement>;
|
|
140
140
|
|
|
141
|
-
declare const __VLS_component_17: DefineComponent<
|
|
141
|
+
declare const __VLS_component_17: DefineComponent<RateProps, {}, {}, {}, {}, ComponentOptionsMixin, ComponentOptionsMixin, {} & {
|
|
142
|
+
change: (value: number) => any;
|
|
143
|
+
"update:modelValue": (value: number) => any;
|
|
144
|
+
}, string, PublicProps, Readonly<RateProps> & Readonly<{
|
|
145
|
+
onChange?: ((value: number) => any) | undefined;
|
|
146
|
+
"onUpdate:modelValue"?: ((value: number) => any) | undefined;
|
|
147
|
+
}>, {
|
|
148
|
+
disabled: boolean;
|
|
149
|
+
defaultValue: number;
|
|
150
|
+
count: number;
|
|
151
|
+
allowHalf: boolean;
|
|
152
|
+
character: string;
|
|
153
|
+
}, {}, {}, {}, string, ComponentProvideOptions, false, {}, HTMLDivElement>;
|
|
154
|
+
|
|
155
|
+
declare const __VLS_component_18: DefineComponent<ColorPickerProps, {}, {}, {}, {}, ComponentOptionsMixin, ComponentOptionsMixin, {} & {
|
|
156
|
+
change: (value: string) => any;
|
|
157
|
+
"update:modelValue": (value: string) => any;
|
|
158
|
+
openChange: (open: boolean) => any;
|
|
159
|
+
}, string, PublicProps, Readonly<ColorPickerProps> & Readonly<{
|
|
160
|
+
onChange?: ((value: string) => any) | undefined;
|
|
161
|
+
"onUpdate:modelValue"?: ((value: string) => any) | undefined;
|
|
162
|
+
onOpenChange?: ((open: boolean) => any) | undefined;
|
|
163
|
+
}>, {
|
|
164
|
+
size: "small" | "middle" | "large";
|
|
165
|
+
disabled: boolean;
|
|
166
|
+
open: boolean;
|
|
167
|
+
trigger: "click" | "hover";
|
|
168
|
+
format: "hex" | "rgb";
|
|
169
|
+
}, {}, {}, {}, string, ComponentProvideOptions, false, {
|
|
170
|
+
wrapperRef: HTMLDivElement;
|
|
171
|
+
satPanelRef: HTMLDivElement;
|
|
172
|
+
hueBarRef: HTMLDivElement;
|
|
173
|
+
}, HTMLDivElement>;
|
|
174
|
+
|
|
175
|
+
declare const __VLS_component_19: DefineComponent<CalendarProps, {}, {}, {}, {}, ComponentOptionsMixin, ComponentOptionsMixin, {} & {
|
|
142
176
|
select: (value: Date) => any;
|
|
143
177
|
change: (value: Date) => any;
|
|
144
178
|
"update:modelValue": (value: Date) => any;
|
|
@@ -155,8 +189,8 @@ onModeChange?: ((mode: "month" | "year") => any) | undefined;
|
|
|
155
189
|
onRangeChange?: ((range: [Date | null, Date | null]) => any) | undefined;
|
|
156
190
|
onMultipleChange?: ((dates: Date[]) => any) | undefined;
|
|
157
191
|
}>, {
|
|
158
|
-
fullscreen: boolean;
|
|
159
192
|
mode: "month" | "year";
|
|
193
|
+
fullscreen: boolean;
|
|
160
194
|
maxEvents: number;
|
|
161
195
|
weekStartDay: number;
|
|
162
196
|
showWeekNumber: boolean;
|
|
@@ -165,42 +199,6 @@ rangeSelection: boolean;
|
|
|
165
199
|
multipleSelection: boolean;
|
|
166
200
|
}, {}, {}, {}, string, ComponentProvideOptions, false, {}, HTMLDivElement>;
|
|
167
201
|
|
|
168
|
-
declare const __VLS_component_18: DefineComponent<UploadProps, {}, {}, {}, {}, ComponentOptionsMixin, ComponentOptionsMixin, {} & {
|
|
169
|
-
change: (files: UploadFile[]) => any;
|
|
170
|
-
"update:modelValue": (files: UploadFile[]) => any;
|
|
171
|
-
remove: (file: UploadFile) => any;
|
|
172
|
-
}, string, PublicProps, Readonly<UploadProps> & Readonly<{
|
|
173
|
-
onChange?: ((files: UploadFile[]) => any) | undefined;
|
|
174
|
-
"onUpdate:modelValue"?: ((files: UploadFile[]) => any) | undefined;
|
|
175
|
-
onRemove?: ((file: UploadFile) => any) | undefined;
|
|
176
|
-
}>, {
|
|
177
|
-
disabled: boolean;
|
|
178
|
-
drag: boolean;
|
|
179
|
-
multiple: boolean;
|
|
180
|
-
listType: "text" | "picture" | "picture-card";
|
|
181
|
-
showUploadList: boolean;
|
|
182
|
-
}, {}, {}, {}, string, ComponentProvideOptions, false, {
|
|
183
|
-
inputRef: HTMLInputElement;
|
|
184
|
-
}, HTMLDivElement>;
|
|
185
|
-
|
|
186
|
-
declare const __VLS_component_19: DefineComponent<TransferProps, {}, {}, {}, {}, ComponentOptionsMixin, ComponentOptionsMixin, {} & {
|
|
187
|
-
search: (direction: "left" | "right", value: string) => any;
|
|
188
|
-
change: (keys: string[], direction: "left" | "right", moveKeys: string[]) => any;
|
|
189
|
-
"update:modelValue": (keys: string[]) => any;
|
|
190
|
-
selectChange: (leftKeys: string[], rightKeys: string[]) => any;
|
|
191
|
-
}, string, PublicProps, Readonly<TransferProps> & Readonly<{
|
|
192
|
-
onSearch?: ((direction: "left" | "right", value: string) => any) | undefined;
|
|
193
|
-
onChange?: ((keys: string[], direction: "left" | "right", moveKeys: string[]) => any) | undefined;
|
|
194
|
-
"onUpdate:modelValue"?: ((keys: string[]) => any) | undefined;
|
|
195
|
-
onSelectChange?: ((leftKeys: string[], rightKeys: string[]) => any) | undefined;
|
|
196
|
-
}>, {
|
|
197
|
-
disabled: boolean;
|
|
198
|
-
showSearch: boolean;
|
|
199
|
-
titles: [string, string];
|
|
200
|
-
oneWay: boolean;
|
|
201
|
-
showSelectAll: boolean;
|
|
202
|
-
}, {}, {}, {}, string, ComponentProvideOptions, false, {}, HTMLDivElement>;
|
|
203
|
-
|
|
204
202
|
declare const __VLS_component_2: DefineComponent<DiagramProps, {
|
|
205
203
|
print: (opts?: PrintOptions) => void;
|
|
206
204
|
}, {}, {}, {}, ComponentOptionsMixin, ComponentOptionsMixin, {} & {
|
|
@@ -263,12 +261,49 @@ rootRef: HTMLDivElement;
|
|
|
263
261
|
canvasRef: HTMLDivElement;
|
|
264
262
|
}, HTMLDivElement>;
|
|
265
263
|
|
|
266
|
-
declare const __VLS_component_20: DefineComponent<
|
|
264
|
+
declare const __VLS_component_20: DefineComponent<UploadProps, {}, {}, {}, {}, ComponentOptionsMixin, ComponentOptionsMixin, {} & {
|
|
265
|
+
change: (files: UploadFile[]) => any;
|
|
266
|
+
"update:modelValue": (files: UploadFile[]) => any;
|
|
267
|
+
remove: (file: UploadFile) => any;
|
|
268
|
+
}, string, PublicProps, Readonly<UploadProps> & Readonly<{
|
|
269
|
+
onChange?: ((files: UploadFile[]) => any) | undefined;
|
|
270
|
+
"onUpdate:modelValue"?: ((files: UploadFile[]) => any) | undefined;
|
|
271
|
+
onRemove?: ((file: UploadFile) => any) | undefined;
|
|
272
|
+
}>, {
|
|
273
|
+
disabled: boolean;
|
|
274
|
+
drag: boolean;
|
|
275
|
+
multiple: boolean;
|
|
276
|
+
listType: "text" | "picture" | "picture-card";
|
|
277
|
+
showUploadList: boolean;
|
|
278
|
+
}, {}, {}, {}, string, ComponentProvideOptions, false, {
|
|
279
|
+
inputRef: HTMLInputElement;
|
|
280
|
+
}, HTMLDivElement>;
|
|
281
|
+
|
|
282
|
+
declare const __VLS_component_21: DefineComponent<TransferProps, {}, {}, {}, {}, ComponentOptionsMixin, ComponentOptionsMixin, {} & {
|
|
283
|
+
search: (direction: "left" | "right", value: string) => any;
|
|
284
|
+
change: (keys: string[], direction: "left" | "right", moveKeys: string[]) => any;
|
|
285
|
+
"update:modelValue": (keys: string[]) => any;
|
|
286
|
+
selectChange: (leftKeys: string[], rightKeys: string[]) => any;
|
|
287
|
+
}, string, PublicProps, Readonly<TransferProps> & Readonly<{
|
|
288
|
+
onSearch?: ((direction: "left" | "right", value: string) => any) | undefined;
|
|
289
|
+
onChange?: ((keys: string[], direction: "left" | "right", moveKeys: string[]) => any) | undefined;
|
|
290
|
+
"onUpdate:modelValue"?: ((keys: string[]) => any) | undefined;
|
|
291
|
+
onSelectChange?: ((leftKeys: string[], rightKeys: string[]) => any) | undefined;
|
|
292
|
+
}>, {
|
|
293
|
+
disabled: boolean;
|
|
294
|
+
showSearch: boolean;
|
|
295
|
+
showCount: boolean;
|
|
296
|
+
titles: [string, string];
|
|
297
|
+
oneWay: boolean;
|
|
298
|
+
showSelectAll: boolean;
|
|
299
|
+
}, {}, {}, {}, string, ComponentProvideOptions, false, {}, HTMLDivElement>;
|
|
300
|
+
|
|
301
|
+
declare const __VLS_component_22: DefineComponent<SpinProps, {}, {}, {}, {}, ComponentOptionsMixin, ComponentOptionsMixin, {}, string, PublicProps, Readonly<SpinProps> & Readonly<{}>, {
|
|
267
302
|
spinning: boolean;
|
|
268
303
|
fullscreen: boolean;
|
|
269
304
|
}, {}, {}, {}, string, ComponentProvideOptions, false, {}, any>;
|
|
270
305
|
|
|
271
|
-
declare const
|
|
306
|
+
declare const __VLS_component_23: DefineComponent<ModalProps, {}, {}, {}, {}, ComponentOptionsMixin, ComponentOptionsMixin, {} & {
|
|
272
307
|
close: () => any;
|
|
273
308
|
ok: () => any;
|
|
274
309
|
}, string, PublicProps, Readonly<ModalProps> & Readonly<{
|
|
@@ -282,7 +317,7 @@ confirmLoading: boolean;
|
|
|
282
317
|
trapRef: HTMLDivElement;
|
|
283
318
|
}, any>;
|
|
284
319
|
|
|
285
|
-
declare const
|
|
320
|
+
declare const __VLS_component_24: DefineComponent<DrawerProps, {}, {}, {}, {}, ComponentOptionsMixin, ComponentOptionsMixin, {} & {
|
|
286
321
|
close: () => any;
|
|
287
322
|
}, string, PublicProps, Readonly<DrawerProps> & Readonly<{
|
|
288
323
|
onClose?: (() => any) | undefined;
|
|
@@ -297,7 +332,7 @@ maskClosable: boolean;
|
|
|
297
332
|
trapRef: HTMLDivElement;
|
|
298
333
|
}, any>;
|
|
299
334
|
|
|
300
|
-
declare const
|
|
335
|
+
declare const __VLS_component_25: DefineComponent<PopconfirmProps, {}, {}, {}, {}, ComponentOptionsMixin, ComponentOptionsMixin, {} & {
|
|
301
336
|
cancel: () => any;
|
|
302
337
|
confirm: () => any;
|
|
303
338
|
}, string, PublicProps, Readonly<PopconfirmProps> & Readonly<{
|
|
@@ -311,23 +346,36 @@ wrapperRef: HTMLDivElement;
|
|
|
311
346
|
trapRef: HTMLDivElement;
|
|
312
347
|
}, HTMLDivElement>;
|
|
313
348
|
|
|
314
|
-
declare const
|
|
349
|
+
declare const __VLS_component_26: DefineComponent<TooltipProps, {}, {}, {}, {}, ComponentOptionsMixin, ComponentOptionsMixin, {}, string, PublicProps, Readonly<TooltipProps> & Readonly<{}>, {
|
|
315
350
|
title: string;
|
|
316
351
|
placement: "top" | "bottom" | "left" | "right";
|
|
317
352
|
}, {}, {}, {}, string, ComponentProvideOptions, false, {}, any>;
|
|
318
353
|
|
|
319
|
-
declare const
|
|
354
|
+
declare const __VLS_component_27: DefineComponent<ResultProps, {}, {}, {}, {}, ComponentOptionsMixin, ComponentOptionsMixin, {}, string, PublicProps, Readonly<ResultProps> & Readonly<{}>, {}, {}, {}, {}, string, ComponentProvideOptions, false, {}, any>;
|
|
320
355
|
|
|
321
|
-
declare const
|
|
356
|
+
declare const __VLS_component_28: DefineComponent<EmptyProps, {}, {}, {}, {}, ComponentOptionsMixin, ComponentOptionsMixin, {}, string, PublicProps, Readonly<EmptyProps> & Readonly<{}>, {}, {}, {}, {}, string, ComponentProvideOptions, false, {}, any>;
|
|
322
357
|
|
|
323
|
-
declare const
|
|
358
|
+
declare const __VLS_component_29: DefineComponent<SkeletonProps, {}, {}, {}, {}, ComponentOptionsMixin, ComponentOptionsMixin, {}, string, PublicProps, Readonly<SkeletonProps> & Readonly<{}>, {
|
|
324
359
|
title: boolean | SkeletonTitle;
|
|
325
360
|
loading: boolean;
|
|
326
361
|
active: boolean;
|
|
327
362
|
paragraph: boolean | SkeletonParagraph;
|
|
328
363
|
}, {}, {}, {}, string, ComponentProvideOptions, false, {}, any>;
|
|
329
364
|
|
|
330
|
-
declare const
|
|
365
|
+
declare const __VLS_component_3: DefineComponent<DashboardProps, {
|
|
366
|
+
print: (opts?: {
|
|
367
|
+
fileName?: string;
|
|
368
|
+
}) => void;
|
|
369
|
+
}, {}, {}, {}, ComponentOptionsMixin, ComponentOptionsMixin, {}, string, PublicProps, Readonly<DashboardProps> & Readonly<{}>, {
|
|
370
|
+
unstyled: boolean;
|
|
371
|
+
columns: number;
|
|
372
|
+
rowHeight: number;
|
|
373
|
+
gap: number;
|
|
374
|
+
}, {}, {}, {}, string, ComponentProvideOptions, false, {
|
|
375
|
+
rootRef: HTMLDivElement;
|
|
376
|
+
}, HTMLDivElement>;
|
|
377
|
+
|
|
378
|
+
declare const __VLS_component_30: DefineComponent<TabsProps, {}, {}, {}, {}, ComponentOptionsMixin, ComponentOptionsMixin, {} & {
|
|
331
379
|
change: (key: string) => any;
|
|
332
380
|
}, string, PublicProps, Readonly<TabsProps> & Readonly<{
|
|
333
381
|
onChange?: ((key: string) => any) | undefined;
|
|
@@ -335,7 +383,7 @@ onChange?: ((key: string) => any) | undefined;
|
|
|
335
383
|
type: "line" | "card";
|
|
336
384
|
}, {}, {}, {}, string, ComponentProvideOptions, false, {}, any>;
|
|
337
385
|
|
|
338
|
-
declare const
|
|
386
|
+
declare const __VLS_component_31: DefineComponent<BreadcrumbProps, {}, {}, {}, {}, ComponentOptionsMixin, ComponentOptionsMixin, {} & {
|
|
339
387
|
itemClick: (item: BreadcrumbItem, index: number) => any;
|
|
340
388
|
}, string, PublicProps, Readonly<BreadcrumbProps> & Readonly<{
|
|
341
389
|
onItemClick?: ((item: BreadcrumbItem, index: number) => any) | undefined;
|
|
@@ -343,20 +391,7 @@ onItemClick?: ((item: BreadcrumbItem, index: number) => any) | undefined;
|
|
|
343
391
|
separator: string;
|
|
344
392
|
}, {}, {}, {}, string, ComponentProvideOptions, false, {}, any>;
|
|
345
393
|
|
|
346
|
-
declare const
|
|
347
|
-
print: (opts?: {
|
|
348
|
-
fileName?: string;
|
|
349
|
-
}) => void;
|
|
350
|
-
}, {}, {}, {}, ComponentOptionsMixin, ComponentOptionsMixin, {}, string, PublicProps, Readonly<DashboardProps> & Readonly<{}>, {
|
|
351
|
-
unstyled: boolean;
|
|
352
|
-
columns: number;
|
|
353
|
-
rowHeight: number;
|
|
354
|
-
gap: number;
|
|
355
|
-
}, {}, {}, {}, string, ComponentProvideOptions, false, {
|
|
356
|
-
rootRef: HTMLDivElement;
|
|
357
|
-
}, HTMLDivElement>;
|
|
358
|
-
|
|
359
|
-
declare const __VLS_component_30: DefineComponent<ExtractPropTypes< {
|
|
394
|
+
declare const __VLS_component_32: DefineComponent<ExtractPropTypes< {
|
|
360
395
|
items: {
|
|
361
396
|
type: PropType<DropdownItem[]>;
|
|
362
397
|
required: true;
|
|
@@ -411,7 +446,106 @@ placement: "bottomLeft" | "bottomRight" | "topLeft" | "topRight";
|
|
|
411
446
|
wrapperRef: HTMLDivElement;
|
|
412
447
|
}, any>;
|
|
413
448
|
|
|
414
|
-
declare const
|
|
449
|
+
declare const __VLS_component_33: DefineComponent<ExtractPropTypes< {
|
|
450
|
+
current: {
|
|
451
|
+
type: NumberConstructor;
|
|
452
|
+
required: true;
|
|
453
|
+
};
|
|
454
|
+
total: {
|
|
455
|
+
type: NumberConstructor;
|
|
456
|
+
required: true;
|
|
457
|
+
};
|
|
458
|
+
pageSize: {
|
|
459
|
+
type: NumberConstructor;
|
|
460
|
+
default: number;
|
|
461
|
+
};
|
|
462
|
+
showTotal: {
|
|
463
|
+
type: PropType<boolean | PaginationTotalRenderer>;
|
|
464
|
+
default: boolean;
|
|
465
|
+
};
|
|
466
|
+
disabled: {
|
|
467
|
+
type: BooleanConstructor;
|
|
468
|
+
default: undefined;
|
|
469
|
+
};
|
|
470
|
+
simple: {
|
|
471
|
+
type: BooleanConstructor;
|
|
472
|
+
default: boolean;
|
|
473
|
+
};
|
|
474
|
+
showSizeChanger: {
|
|
475
|
+
type: BooleanConstructor;
|
|
476
|
+
default: boolean;
|
|
477
|
+
};
|
|
478
|
+
pageSizeOptions: {
|
|
479
|
+
type: PropType<number[]>;
|
|
480
|
+
default: () => number[];
|
|
481
|
+
};
|
|
482
|
+
showQuickJumper: {
|
|
483
|
+
type: BooleanConstructor;
|
|
484
|
+
default: boolean;
|
|
485
|
+
};
|
|
486
|
+
unstyled: {
|
|
487
|
+
type: BooleanConstructor;
|
|
488
|
+
default: boolean;
|
|
489
|
+
};
|
|
490
|
+
}>, {}, {}, {}, {}, ComponentOptionsMixin, ComponentOptionsMixin, {} & {
|
|
491
|
+
change: (page: number) => any;
|
|
492
|
+
pageSizeChange: (size: number) => any;
|
|
493
|
+
}, string, PublicProps, Readonly<ExtractPropTypes< {
|
|
494
|
+
current: {
|
|
495
|
+
type: NumberConstructor;
|
|
496
|
+
required: true;
|
|
497
|
+
};
|
|
498
|
+
total: {
|
|
499
|
+
type: NumberConstructor;
|
|
500
|
+
required: true;
|
|
501
|
+
};
|
|
502
|
+
pageSize: {
|
|
503
|
+
type: NumberConstructor;
|
|
504
|
+
default: number;
|
|
505
|
+
};
|
|
506
|
+
showTotal: {
|
|
507
|
+
type: PropType<boolean | PaginationTotalRenderer>;
|
|
508
|
+
default: boolean;
|
|
509
|
+
};
|
|
510
|
+
disabled: {
|
|
511
|
+
type: BooleanConstructor;
|
|
512
|
+
default: undefined;
|
|
513
|
+
};
|
|
514
|
+
simple: {
|
|
515
|
+
type: BooleanConstructor;
|
|
516
|
+
default: boolean;
|
|
517
|
+
};
|
|
518
|
+
showSizeChanger: {
|
|
519
|
+
type: BooleanConstructor;
|
|
520
|
+
default: boolean;
|
|
521
|
+
};
|
|
522
|
+
pageSizeOptions: {
|
|
523
|
+
type: PropType<number[]>;
|
|
524
|
+
default: () => number[];
|
|
525
|
+
};
|
|
526
|
+
showQuickJumper: {
|
|
527
|
+
type: BooleanConstructor;
|
|
528
|
+
default: boolean;
|
|
529
|
+
};
|
|
530
|
+
unstyled: {
|
|
531
|
+
type: BooleanConstructor;
|
|
532
|
+
default: boolean;
|
|
533
|
+
};
|
|
534
|
+
}>> & Readonly<{
|
|
535
|
+
onChange?: ((page: number) => any) | undefined;
|
|
536
|
+
onPageSizeChange?: ((size: number) => any) | undefined;
|
|
537
|
+
}>, {
|
|
538
|
+
pageSize: number;
|
|
539
|
+
disabled: boolean;
|
|
540
|
+
unstyled: boolean;
|
|
541
|
+
showTotal: boolean | PaginationTotalRenderer;
|
|
542
|
+
simple: boolean;
|
|
543
|
+
showSizeChanger: boolean;
|
|
544
|
+
pageSizeOptions: number[];
|
|
545
|
+
showQuickJumper: boolean;
|
|
546
|
+
}, {}, {}, {}, string, ComponentProvideOptions, true, {}, any>;
|
|
547
|
+
|
|
548
|
+
declare const __VLS_component_34: DefineComponent<StepsProps, {}, {}, {}, {}, ComponentOptionsMixin, ComponentOptionsMixin, {} & {
|
|
415
549
|
change: (current: number) => any;
|
|
416
550
|
}, string, PublicProps, Readonly<StepsProps> & Readonly<{
|
|
417
551
|
onChange?: ((current: number) => any) | undefined;
|
|
@@ -421,7 +555,7 @@ type: "default" | "navigation";
|
|
|
421
555
|
clickable: boolean;
|
|
422
556
|
}, {}, {}, {}, string, ComponentProvideOptions, false, {}, any>;
|
|
423
557
|
|
|
424
|
-
declare const
|
|
558
|
+
declare const __VLS_component_35: DefineComponent<ExtractPropTypes< {
|
|
425
559
|
options: {
|
|
426
560
|
type: PropType<SegmentedOption[]>;
|
|
427
561
|
required: true;
|
|
@@ -499,17 +633,17 @@ onChange?: ((value: string) => any) | undefined;
|
|
|
499
633
|
size: SizeType;
|
|
500
634
|
value: string;
|
|
501
635
|
disabled: boolean;
|
|
636
|
+
block: boolean;
|
|
502
637
|
modelValue: string;
|
|
503
638
|
unstyled: boolean;
|
|
504
639
|
defaultValue: string;
|
|
505
|
-
block: boolean;
|
|
506
640
|
}, {}, {}, {}, string, ComponentProvideOptions, true, {}, any>;
|
|
507
641
|
|
|
508
|
-
declare const
|
|
642
|
+
declare const __VLS_component_36: DefineComponent<BadgeProps, {}, {}, {}, {}, ComponentOptionsMixin, ComponentOptionsMixin, {}, string, PublicProps, Readonly<BadgeProps> & Readonly<{}>, {
|
|
509
643
|
overflowCount: number;
|
|
510
644
|
}, {}, {}, {}, string, ComponentProvideOptions, false, {}, any>;
|
|
511
645
|
|
|
512
|
-
declare const
|
|
646
|
+
declare const __VLS_component_37: DefineComponent<TagProps, {}, {}, {}, {}, ComponentOptionsMixin, ComponentOptionsMixin, {} & {
|
|
513
647
|
close: () => any;
|
|
514
648
|
}, string, PublicProps, Readonly<TagProps> & Readonly<{
|
|
515
649
|
onClose?: (() => any) | undefined;
|
|
@@ -518,15 +652,46 @@ bordered: boolean;
|
|
|
518
652
|
color: "default" | "success" | "error" | "warning" | "processing" | string;
|
|
519
653
|
}, {}, {}, {}, string, ComponentProvideOptions, false, {}, any>;
|
|
520
654
|
|
|
521
|
-
declare const
|
|
655
|
+
declare const __VLS_component_38: DefineComponent<AvatarProps, {}, {}, {}, {}, ComponentOptionsMixin, ComponentOptionsMixin, {}, string, PublicProps, Readonly<AvatarProps> & Readonly<{}>, {
|
|
522
656
|
shape: "circle" | "square";
|
|
523
657
|
}, {}, {}, {}, string, ComponentProvideOptions, false, {}, any>;
|
|
524
658
|
|
|
525
|
-
declare const
|
|
659
|
+
declare const __VLS_component_39: DefineComponent<TimelineProps, {}, {}, {}, {}, ComponentOptionsMixin, ComponentOptionsMixin, {}, string, PublicProps, Readonly<TimelineProps> & Readonly<{}>, {
|
|
526
660
|
mode: "left" | "right" | "alternate";
|
|
527
661
|
}, {}, {}, {}, string, ComponentProvideOptions, false, {}, any>;
|
|
528
662
|
|
|
529
|
-
declare const
|
|
663
|
+
declare const __VLS_component_4: DefineComponent<DashboardEditorProps, {
|
|
664
|
+
print: (opts?: {
|
|
665
|
+
fileName?: string;
|
|
666
|
+
}) => void;
|
|
667
|
+
getLayout: () => {
|
|
668
|
+
id: string;
|
|
669
|
+
title?: string | undefined;
|
|
670
|
+
x: number;
|
|
671
|
+
y: number;
|
|
672
|
+
w?: number | undefined;
|
|
673
|
+
h?: number | undefined;
|
|
674
|
+
className?: string | undefined;
|
|
675
|
+
style?: DashboardStyle | undefined;
|
|
676
|
+
}[];
|
|
677
|
+
}, {}, {}, {}, ComponentOptionsMixin, ComponentOptionsMixin, {} & {
|
|
678
|
+
"layout-change": (widgets: DashboardWidget[]) => any;
|
|
679
|
+
}, string, PublicProps, Readonly<DashboardEditorProps> & Readonly<{
|
|
680
|
+
"onLayout-change"?: ((widgets: DashboardWidget[]) => any) | undefined;
|
|
681
|
+
}>, {
|
|
682
|
+
unstyled: boolean;
|
|
683
|
+
columns: number;
|
|
684
|
+
draggable: boolean;
|
|
685
|
+
rowHeight: number;
|
|
686
|
+
gap: number;
|
|
687
|
+
resizable: boolean;
|
|
688
|
+
minW: number;
|
|
689
|
+
minH: number;
|
|
690
|
+
}, {}, {}, {}, string, ComponentProvideOptions, false, {
|
|
691
|
+
rootRef: HTMLDivElement;
|
|
692
|
+
}, HTMLDivElement>;
|
|
693
|
+
|
|
694
|
+
declare const __VLS_component_40: DefineComponent<CollapseProps, {}, {}, {}, {}, ComponentOptionsMixin, ComponentOptionsMixin, {} & {
|
|
530
695
|
change: (activeKey: string[]) => any;
|
|
531
696
|
}, string, PublicProps, Readonly<CollapseProps> & Readonly<{
|
|
532
697
|
onChange?: ((activeKey: string[]) => any) | undefined;
|
|
@@ -537,7 +702,7 @@ expandIconPosition: "start" | "end";
|
|
|
537
702
|
ghost: boolean;
|
|
538
703
|
}, {}, {}, {}, string, ComponentProvideOptions, false, {}, any>;
|
|
539
704
|
|
|
540
|
-
declare const
|
|
705
|
+
declare const __VLS_component_41: DefineComponent<ExtractPropTypes< {
|
|
541
706
|
type: {
|
|
542
707
|
type: PropType<"default" | "primary" | "dashed" | "text" | "link">;
|
|
543
708
|
default: string;
|
|
@@ -611,44 +776,13 @@ onClick?: ((evt: MouseEvent) => any) | undefined;
|
|
|
611
776
|
size: SizeType;
|
|
612
777
|
disabled: boolean;
|
|
613
778
|
type: "link" | "text" | "default" | "dashed" | "primary";
|
|
779
|
+
block: boolean;
|
|
614
780
|
unstyled: boolean;
|
|
615
781
|
loading: boolean;
|
|
616
|
-
block: boolean;
|
|
617
782
|
htmlType: "button" | "reset" | "submit";
|
|
618
783
|
danger: boolean;
|
|
619
784
|
}, {}, {}, {}, string, ComponentProvideOptions, true, {}, HTMLButtonElement>;
|
|
620
785
|
|
|
621
|
-
declare const __VLS_component_4: DefineComponent<DashboardEditorProps, {
|
|
622
|
-
print: (opts?: {
|
|
623
|
-
fileName?: string;
|
|
624
|
-
}) => void;
|
|
625
|
-
getLayout: () => {
|
|
626
|
-
id: string;
|
|
627
|
-
title?: string | undefined;
|
|
628
|
-
x: number;
|
|
629
|
-
y: number;
|
|
630
|
-
w?: number | undefined;
|
|
631
|
-
h?: number | undefined;
|
|
632
|
-
className?: string | undefined;
|
|
633
|
-
style?: DashboardStyle | undefined;
|
|
634
|
-
}[];
|
|
635
|
-
}, {}, {}, {}, ComponentOptionsMixin, ComponentOptionsMixin, {} & {
|
|
636
|
-
"layout-change": (widgets: DashboardWidget[]) => any;
|
|
637
|
-
}, string, PublicProps, Readonly<DashboardEditorProps> & Readonly<{
|
|
638
|
-
"onLayout-change"?: ((widgets: DashboardWidget[]) => any) | undefined;
|
|
639
|
-
}>, {
|
|
640
|
-
unstyled: boolean;
|
|
641
|
-
columns: number;
|
|
642
|
-
draggable: boolean;
|
|
643
|
-
rowHeight: number;
|
|
644
|
-
gap: number;
|
|
645
|
-
resizable: boolean;
|
|
646
|
-
minW: number;
|
|
647
|
-
minH: number;
|
|
648
|
-
}, {}, {}, {}, string, ComponentProvideOptions, false, {
|
|
649
|
-
rootRef: HTMLDivElement;
|
|
650
|
-
}, HTMLDivElement>;
|
|
651
|
-
|
|
652
786
|
declare const __VLS_component_5: DefineComponent<EventTimelineProps, {}, {}, {}, {}, ComponentOptionsMixin, ComponentOptionsMixin, {}, string, PublicProps, Readonly<EventTimelineProps> & Readonly<{}>, {
|
|
653
787
|
orientation: TimelineOrientation;
|
|
654
788
|
unstyled: boolean;
|
|
@@ -864,16 +998,12 @@ declare function __VLS_template_16(): {
|
|
|
864
998
|
|
|
865
999
|
declare function __VLS_template_17(): {
|
|
866
1000
|
attrs: Partial<{}>;
|
|
867
|
-
slots:
|
|
868
|
-
|
|
869
|
-
|
|
870
|
-
|
|
871
|
-
|
|
872
|
-
|
|
873
|
-
/** Custom header renderer; receives panel value + mode + handlers. */
|
|
874
|
-
header(props: CalendarHeaderSlotProps): unknown;
|
|
875
|
-
/** Extra content inside a day or month cell. */
|
|
876
|
-
cell(props: CalendarCellSlotProps): unknown;
|
|
1001
|
+
slots: {
|
|
1002
|
+
character?(_: {
|
|
1003
|
+
index: number;
|
|
1004
|
+
value: number;
|
|
1005
|
+
}): any;
|
|
1006
|
+
default?(_: {}): any;
|
|
877
1007
|
};
|
|
878
1008
|
refs: {};
|
|
879
1009
|
rootEl: HTMLDivElement;
|
|
@@ -882,11 +1012,14 @@ declare function __VLS_template_17(): {
|
|
|
882
1012
|
declare function __VLS_template_18(): {
|
|
883
1013
|
attrs: Partial<{}>;
|
|
884
1014
|
slots: {
|
|
885
|
-
|
|
886
|
-
|
|
1015
|
+
text?(_: {
|
|
1016
|
+
color: string;
|
|
1017
|
+
}): any;
|
|
887
1018
|
};
|
|
888
1019
|
refs: {
|
|
889
|
-
|
|
1020
|
+
wrapperRef: HTMLDivElement;
|
|
1021
|
+
satPanelRef: HTMLDivElement;
|
|
1022
|
+
hueBarRef: HTMLDivElement;
|
|
890
1023
|
};
|
|
891
1024
|
rootEl: HTMLDivElement;
|
|
892
1025
|
};
|
|
@@ -894,15 +1027,15 @@ declare function __VLS_template_18(): {
|
|
|
894
1027
|
declare function __VLS_template_19(): {
|
|
895
1028
|
attrs: Partial<{}>;
|
|
896
1029
|
slots: Readonly<{
|
|
897
|
-
|
|
898
|
-
|
|
899
|
-
|
|
900
|
-
|
|
1030
|
+
/** Custom header renderer; receives panel value + mode + handlers. */
|
|
1031
|
+
header(props: CalendarHeaderSlotProps): unknown;
|
|
1032
|
+
/** Extra content inside a day or month cell. */
|
|
1033
|
+
cell(props: CalendarCellSlotProps): unknown;
|
|
901
1034
|
}> & {
|
|
902
|
-
|
|
903
|
-
|
|
904
|
-
|
|
905
|
-
|
|
1035
|
+
/** Custom header renderer; receives panel value + mode + handlers. */
|
|
1036
|
+
header(props: CalendarHeaderSlotProps): unknown;
|
|
1037
|
+
/** Extra content inside a day or month cell. */
|
|
1038
|
+
cell(props: CalendarCellSlotProps): unknown;
|
|
906
1039
|
};
|
|
907
1040
|
refs: {};
|
|
908
1041
|
rootEl: HTMLDivElement;
|
|
@@ -927,6 +1060,35 @@ declare function __VLS_template_2(): {
|
|
|
927
1060
|
};
|
|
928
1061
|
|
|
929
1062
|
declare function __VLS_template_20(): {
|
|
1063
|
+
attrs: Partial<{}>;
|
|
1064
|
+
slots: {
|
|
1065
|
+
drag?(_: {}): any;
|
|
1066
|
+
default?(_: {}): any;
|
|
1067
|
+
};
|
|
1068
|
+
refs: {
|
|
1069
|
+
inputRef: HTMLInputElement;
|
|
1070
|
+
};
|
|
1071
|
+
rootEl: HTMLDivElement;
|
|
1072
|
+
};
|
|
1073
|
+
|
|
1074
|
+
declare function __VLS_template_21(): {
|
|
1075
|
+
attrs: Partial<{}>;
|
|
1076
|
+
slots: Readonly<{
|
|
1077
|
+
item(props: {
|
|
1078
|
+
item: TransferItem;
|
|
1079
|
+
side: "left" | "right";
|
|
1080
|
+
}): unknown;
|
|
1081
|
+
}> & {
|
|
1082
|
+
item(props: {
|
|
1083
|
+
item: TransferItem;
|
|
1084
|
+
side: "left" | "right";
|
|
1085
|
+
}): unknown;
|
|
1086
|
+
};
|
|
1087
|
+
refs: {};
|
|
1088
|
+
rootEl: HTMLDivElement;
|
|
1089
|
+
};
|
|
1090
|
+
|
|
1091
|
+
declare function __VLS_template_22(): {
|
|
930
1092
|
attrs: Partial<{}>;
|
|
931
1093
|
slots: Readonly<{
|
|
932
1094
|
default(props: Record<string, never>): unknown;
|
|
@@ -939,7 +1101,7 @@ declare function __VLS_template_20(): {
|
|
|
939
1101
|
rootEl: any;
|
|
940
1102
|
};
|
|
941
1103
|
|
|
942
|
-
declare function
|
|
1104
|
+
declare function __VLS_template_23(): {
|
|
943
1105
|
attrs: Partial<{}>;
|
|
944
1106
|
slots: Readonly<{
|
|
945
1107
|
default(props: Record<string, never>): unknown;
|
|
@@ -954,7 +1116,7 @@ declare function __VLS_template_21(): {
|
|
|
954
1116
|
rootEl: any;
|
|
955
1117
|
};
|
|
956
1118
|
|
|
957
|
-
declare function
|
|
1119
|
+
declare function __VLS_template_24(): {
|
|
958
1120
|
attrs: Partial<{}>;
|
|
959
1121
|
slots: Readonly<{
|
|
960
1122
|
default(props: Record<string, never>): unknown;
|
|
@@ -969,7 +1131,7 @@ declare function __VLS_template_22(): {
|
|
|
969
1131
|
rootEl: any;
|
|
970
1132
|
};
|
|
971
1133
|
|
|
972
|
-
declare function
|
|
1134
|
+
declare function __VLS_template_25(): {
|
|
973
1135
|
attrs: Partial<{}>;
|
|
974
1136
|
slots: Readonly<{
|
|
975
1137
|
default(props: Record<string, never>): unknown;
|
|
@@ -983,7 +1145,7 @@ declare function __VLS_template_23(): {
|
|
|
983
1145
|
rootEl: HTMLDivElement;
|
|
984
1146
|
};
|
|
985
1147
|
|
|
986
|
-
declare function
|
|
1148
|
+
declare function __VLS_template_26(): {
|
|
987
1149
|
attrs: Partial<{}>;
|
|
988
1150
|
slots: Readonly<{
|
|
989
1151
|
default(props: Record<string, never>): unknown;
|
|
@@ -996,35 +1158,41 @@ declare function __VLS_template_24(): {
|
|
|
996
1158
|
rootEl: any;
|
|
997
1159
|
};
|
|
998
1160
|
|
|
999
|
-
declare function
|
|
1161
|
+
declare function __VLS_template_27(): {
|
|
1000
1162
|
attrs: Partial<{}>;
|
|
1001
1163
|
slots: Readonly<{
|
|
1002
1164
|
default(props: Record<string, never>): unknown;
|
|
1003
1165
|
icon(props: Record<string, never>): unknown;
|
|
1004
1166
|
extra(props: Record<string, never>): unknown;
|
|
1167
|
+
title(props: Record<string, never>): unknown;
|
|
1168
|
+
subTitle(props: Record<string, never>): unknown;
|
|
1005
1169
|
}> & {
|
|
1006
1170
|
default(props: Record<string, never>): unknown;
|
|
1007
1171
|
icon(props: Record<string, never>): unknown;
|
|
1008
1172
|
extra(props: Record<string, never>): unknown;
|
|
1173
|
+
title(props: Record<string, never>): unknown;
|
|
1174
|
+
subTitle(props: Record<string, never>): unknown;
|
|
1009
1175
|
};
|
|
1010
1176
|
refs: {};
|
|
1011
1177
|
rootEl: any;
|
|
1012
1178
|
};
|
|
1013
1179
|
|
|
1014
|
-
declare function
|
|
1180
|
+
declare function __VLS_template_28(): {
|
|
1015
1181
|
attrs: Partial<{}>;
|
|
1016
1182
|
slots: Readonly<{
|
|
1017
1183
|
default(props: Record<string, never>): unknown;
|
|
1018
1184
|
image(props: Record<string, never>): unknown;
|
|
1185
|
+
description(props: Record<string, never>): unknown;
|
|
1019
1186
|
}> & {
|
|
1020
1187
|
default(props: Record<string, never>): unknown;
|
|
1021
1188
|
image(props: Record<string, never>): unknown;
|
|
1189
|
+
description(props: Record<string, never>): unknown;
|
|
1022
1190
|
};
|
|
1023
1191
|
refs: {};
|
|
1024
1192
|
rootEl: any;
|
|
1025
1193
|
};
|
|
1026
1194
|
|
|
1027
|
-
declare function
|
|
1195
|
+
declare function __VLS_template_29(): {
|
|
1028
1196
|
attrs: Partial<{}>;
|
|
1029
1197
|
slots: Readonly<{
|
|
1030
1198
|
default(props: Record<string, never>): unknown;
|
|
@@ -1035,7 +1203,24 @@ declare function __VLS_template_27(): {
|
|
|
1035
1203
|
rootEl: any;
|
|
1036
1204
|
};
|
|
1037
1205
|
|
|
1038
|
-
declare function
|
|
1206
|
+
declare function __VLS_template_3(): {
|
|
1207
|
+
attrs: Partial<{}>;
|
|
1208
|
+
slots: Readonly<{
|
|
1209
|
+
widget(props: {
|
|
1210
|
+
widget: DashboardWidget;
|
|
1211
|
+
}): unknown;
|
|
1212
|
+
}> & {
|
|
1213
|
+
widget(props: {
|
|
1214
|
+
widget: DashboardWidget;
|
|
1215
|
+
}): unknown;
|
|
1216
|
+
};
|
|
1217
|
+
refs: {
|
|
1218
|
+
rootRef: HTMLDivElement;
|
|
1219
|
+
};
|
|
1220
|
+
rootEl: HTMLDivElement;
|
|
1221
|
+
};
|
|
1222
|
+
|
|
1223
|
+
declare function __VLS_template_30(): {
|
|
1039
1224
|
attrs: Partial<{}>;
|
|
1040
1225
|
slots: Readonly<{
|
|
1041
1226
|
default(props: {
|
|
@@ -1062,7 +1247,7 @@ declare function __VLS_template_28(): {
|
|
|
1062
1247
|
rootEl: any;
|
|
1063
1248
|
};
|
|
1064
1249
|
|
|
1065
|
-
declare function
|
|
1250
|
+
declare function __VLS_template_31(): {
|
|
1066
1251
|
attrs: Partial<{}>;
|
|
1067
1252
|
slots: Readonly<{
|
|
1068
1253
|
item(props: {
|
|
@@ -1079,24 +1264,7 @@ declare function __VLS_template_29(): {
|
|
|
1079
1264
|
rootEl: any;
|
|
1080
1265
|
};
|
|
1081
1266
|
|
|
1082
|
-
declare function
|
|
1083
|
-
attrs: Partial<{}>;
|
|
1084
|
-
slots: Readonly<{
|
|
1085
|
-
widget(props: {
|
|
1086
|
-
widget: DashboardWidget;
|
|
1087
|
-
}): unknown;
|
|
1088
|
-
}> & {
|
|
1089
|
-
widget(props: {
|
|
1090
|
-
widget: DashboardWidget;
|
|
1091
|
-
}): unknown;
|
|
1092
|
-
};
|
|
1093
|
-
refs: {
|
|
1094
|
-
rootRef: HTMLDivElement;
|
|
1095
|
-
};
|
|
1096
|
-
rootEl: HTMLDivElement;
|
|
1097
|
-
};
|
|
1098
|
-
|
|
1099
|
-
declare function __VLS_template_30(): {
|
|
1267
|
+
declare function __VLS_template_32(): {
|
|
1100
1268
|
attrs: Partial<{}>;
|
|
1101
1269
|
slots: Readonly<{
|
|
1102
1270
|
default(props: Record<string, never>): unknown;
|
|
@@ -1121,7 +1289,34 @@ declare function __VLS_template_30(): {
|
|
|
1121
1289
|
rootEl: any;
|
|
1122
1290
|
};
|
|
1123
1291
|
|
|
1124
|
-
declare function
|
|
1292
|
+
declare function __VLS_template_33(): {
|
|
1293
|
+
attrs: Partial<{}>;
|
|
1294
|
+
slots: Readonly<{
|
|
1295
|
+
/**
|
|
1296
|
+
* Custom renderer for the total label. Receives the total count and the
|
|
1297
|
+
* current visible range `[start, end]` — equivalent to the
|
|
1298
|
+
* `showTotal` function prop.
|
|
1299
|
+
*/
|
|
1300
|
+
total(slot: {
|
|
1301
|
+
total: number;
|
|
1302
|
+
range: [number, number];
|
|
1303
|
+
}): unknown;
|
|
1304
|
+
}> & {
|
|
1305
|
+
/**
|
|
1306
|
+
* Custom renderer for the total label. Receives the total count and the
|
|
1307
|
+
* current visible range `[start, end]` — equivalent to the
|
|
1308
|
+
* `showTotal` function prop.
|
|
1309
|
+
*/
|
|
1310
|
+
total(slot: {
|
|
1311
|
+
total: number;
|
|
1312
|
+
range: [number, number];
|
|
1313
|
+
}): unknown;
|
|
1314
|
+
};
|
|
1315
|
+
refs: {};
|
|
1316
|
+
rootEl: any;
|
|
1317
|
+
};
|
|
1318
|
+
|
|
1319
|
+
declare function __VLS_template_34(): {
|
|
1125
1320
|
attrs: Partial<{}>;
|
|
1126
1321
|
slots: Readonly<{
|
|
1127
1322
|
icon(props: {
|
|
@@ -1140,7 +1335,7 @@ declare function __VLS_template_31(): {
|
|
|
1140
1335
|
rootEl: any;
|
|
1141
1336
|
};
|
|
1142
1337
|
|
|
1143
|
-
declare function
|
|
1338
|
+
declare function __VLS_template_35(): {
|
|
1144
1339
|
attrs: Partial<{}>;
|
|
1145
1340
|
slots: Readonly<{
|
|
1146
1341
|
icon(props: {
|
|
@@ -1157,7 +1352,7 @@ declare function __VLS_template_32(): {
|
|
|
1157
1352
|
rootEl: any;
|
|
1158
1353
|
};
|
|
1159
1354
|
|
|
1160
|
-
declare function
|
|
1355
|
+
declare function __VLS_template_36(): {
|
|
1161
1356
|
attrs: Partial<{}>;
|
|
1162
1357
|
slots: Readonly<{
|
|
1163
1358
|
default(props: Record<string, never>): unknown;
|
|
@@ -1168,7 +1363,7 @@ declare function __VLS_template_33(): {
|
|
|
1168
1363
|
rootEl: any;
|
|
1169
1364
|
};
|
|
1170
1365
|
|
|
1171
|
-
declare function
|
|
1366
|
+
declare function __VLS_template_37(): {
|
|
1172
1367
|
attrs: Partial<{}>;
|
|
1173
1368
|
slots: Readonly<{
|
|
1174
1369
|
default(props: Record<string, never>): unknown;
|
|
@@ -1179,7 +1374,7 @@ declare function __VLS_template_34(): {
|
|
|
1179
1374
|
rootEl: any;
|
|
1180
1375
|
};
|
|
1181
1376
|
|
|
1182
|
-
declare function
|
|
1377
|
+
declare function __VLS_template_38(): {
|
|
1183
1378
|
attrs: Partial<{}>;
|
|
1184
1379
|
slots: Readonly<{
|
|
1185
1380
|
default(props: Record<string, never>): unknown;
|
|
@@ -1192,7 +1387,7 @@ declare function __VLS_template_35(): {
|
|
|
1192
1387
|
rootEl: any;
|
|
1193
1388
|
};
|
|
1194
1389
|
|
|
1195
|
-
declare function
|
|
1390
|
+
declare function __VLS_template_39(): {
|
|
1196
1391
|
attrs: Partial<{}>;
|
|
1197
1392
|
slots: Readonly<{
|
|
1198
1393
|
/** Per-item content override. `isPending` is `true` for the synthetic pending tail. */
|
|
@@ -1241,7 +1436,24 @@ declare function __VLS_template_36(): {
|
|
|
1241
1436
|
rootEl: any;
|
|
1242
1437
|
};
|
|
1243
1438
|
|
|
1244
|
-
declare function
|
|
1439
|
+
declare function __VLS_template_4(): {
|
|
1440
|
+
attrs: Partial<{}>;
|
|
1441
|
+
slots: Readonly<{
|
|
1442
|
+
widget(props: {
|
|
1443
|
+
widget: DashboardWidget;
|
|
1444
|
+
}): unknown;
|
|
1445
|
+
}> & {
|
|
1446
|
+
widget(props: {
|
|
1447
|
+
widget: DashboardWidget;
|
|
1448
|
+
}): unknown;
|
|
1449
|
+
};
|
|
1450
|
+
refs: {
|
|
1451
|
+
rootRef: HTMLDivElement;
|
|
1452
|
+
};
|
|
1453
|
+
rootEl: HTMLDivElement;
|
|
1454
|
+
};
|
|
1455
|
+
|
|
1456
|
+
declare function __VLS_template_40(): {
|
|
1245
1457
|
attrs: Partial<{}>;
|
|
1246
1458
|
slots: Readonly<{
|
|
1247
1459
|
panel(props: {
|
|
@@ -1256,7 +1468,7 @@ declare function __VLS_template_37(): {
|
|
|
1256
1468
|
rootEl: any;
|
|
1257
1469
|
};
|
|
1258
1470
|
|
|
1259
|
-
declare function
|
|
1471
|
+
declare function __VLS_template_41(): {
|
|
1260
1472
|
attrs: Partial<{}>;
|
|
1261
1473
|
slots: Readonly<{
|
|
1262
1474
|
default(props: Record<string, never>): unknown;
|
|
@@ -1269,23 +1481,6 @@ declare function __VLS_template_38(): {
|
|
|
1269
1481
|
rootEl: HTMLButtonElement;
|
|
1270
1482
|
};
|
|
1271
1483
|
|
|
1272
|
-
declare function __VLS_template_4(): {
|
|
1273
|
-
attrs: Partial<{}>;
|
|
1274
|
-
slots: Readonly<{
|
|
1275
|
-
widget(props: {
|
|
1276
|
-
widget: DashboardWidget;
|
|
1277
|
-
}): unknown;
|
|
1278
|
-
}> & {
|
|
1279
|
-
widget(props: {
|
|
1280
|
-
widget: DashboardWidget;
|
|
1281
|
-
}): unknown;
|
|
1282
|
-
};
|
|
1283
|
-
refs: {
|
|
1284
|
-
rootRef: HTMLDivElement;
|
|
1285
|
-
};
|
|
1286
|
-
rootEl: HTMLDivElement;
|
|
1287
|
-
};
|
|
1288
|
-
|
|
1289
1484
|
declare function __VLS_template_5(): {
|
|
1290
1485
|
attrs: Partial<{}>;
|
|
1291
1486
|
slots: Readonly<{
|
|
@@ -1457,8 +1652,14 @@ declare type __VLS_TemplateResult_37 = ReturnType<typeof __VLS_template_37>;
|
|
|
1457
1652
|
|
|
1458
1653
|
declare type __VLS_TemplateResult_38 = ReturnType<typeof __VLS_template_38>;
|
|
1459
1654
|
|
|
1655
|
+
declare type __VLS_TemplateResult_39 = ReturnType<typeof __VLS_template_39>;
|
|
1656
|
+
|
|
1460
1657
|
declare type __VLS_TemplateResult_4 = ReturnType<typeof __VLS_template_4>;
|
|
1461
1658
|
|
|
1659
|
+
declare type __VLS_TemplateResult_40 = ReturnType<typeof __VLS_template_40>;
|
|
1660
|
+
|
|
1661
|
+
declare type __VLS_TemplateResult_41 = ReturnType<typeof __VLS_template_41>;
|
|
1662
|
+
|
|
1462
1663
|
declare type __VLS_TemplateResult_5 = ReturnType<typeof __VLS_template_5>;
|
|
1463
1664
|
|
|
1464
1665
|
declare type __VLS_TemplateResult_6 = ReturnType<typeof __VLS_template_6>;
|
|
@@ -1673,6 +1874,24 @@ declare type __VLS_WithTemplateSlots_4<T, S> = T & {
|
|
|
1673
1874
|
};
|
|
1674
1875
|
};
|
|
1675
1876
|
|
|
1877
|
+
declare type __VLS_WithTemplateSlots_40<T, S> = T & {
|
|
1878
|
+
new (): {
|
|
1879
|
+
$slots: S;
|
|
1880
|
+
};
|
|
1881
|
+
};
|
|
1882
|
+
|
|
1883
|
+
declare type __VLS_WithTemplateSlots_41<T, S> = T & {
|
|
1884
|
+
new (): {
|
|
1885
|
+
$slots: S;
|
|
1886
|
+
};
|
|
1887
|
+
};
|
|
1888
|
+
|
|
1889
|
+
declare type __VLS_WithTemplateSlots_42<T, S> = T & {
|
|
1890
|
+
new (): {
|
|
1891
|
+
$slots: S;
|
|
1892
|
+
};
|
|
1893
|
+
};
|
|
1894
|
+
|
|
1676
1895
|
declare type __VLS_WithTemplateSlots_5<T, S> = T & {
|
|
1677
1896
|
new (): {
|
|
1678
1897
|
$slots: S;
|
|
@@ -1950,6 +2169,9 @@ export declare function buildPageRule(opts?: PrintOptions): string;
|
|
|
1950
2169
|
*/
|
|
1951
2170
|
export declare function buildPrintHtml(fragment: string, opts?: PrintOptions, documentRef?: Document | null): string;
|
|
1952
2171
|
|
|
2172
|
+
/** Builds a CSS-variable map from a theme's `token` + `cssVars`. */
|
|
2173
|
+
export declare function buildThemeVars(theme?: ThemeConfig): Record<string, string>;
|
|
2174
|
+
|
|
1953
2175
|
export declare interface ButtonProps {
|
|
1954
2176
|
/** Visual style variant. */
|
|
1955
2177
|
type?: 'default' | 'primary' | 'dashed' | 'text' | 'link';
|
|
@@ -2123,6 +2345,8 @@ export declare interface CascaderProps {
|
|
|
2123
2345
|
maxTagCount?: number;
|
|
2124
2346
|
/** Load children for a node when `isLeaf: false` and `children` is empty. */
|
|
2125
2347
|
loadData?: (selectedOptions: CascaderOption[]) => void;
|
|
2348
|
+
/** Inline styles applied to the dropdown panel (parity with React). */
|
|
2349
|
+
dropdownStyle?: CSSProperties;
|
|
2126
2350
|
/** Strips built-in styling. */
|
|
2127
2351
|
unstyled?: boolean;
|
|
2128
2352
|
/** Size token. */
|
|
@@ -2485,6 +2709,15 @@ export declare interface ColorPickerProps {
|
|
|
2485
2709
|
size?: 'small' | 'middle' | 'large';
|
|
2486
2710
|
/** Strips built-in styling. */
|
|
2487
2711
|
unstyled?: boolean;
|
|
2712
|
+
/**
|
|
2713
|
+
* Accessible name for the trigger button. The trigger only shows a color
|
|
2714
|
+
* swatch (and optional `showText`), so without a programmatic name the
|
|
2715
|
+
* `button-name` axe rule flags the control. Provide either `ariaLabel`
|
|
2716
|
+
* or `ariaLabelledby`; if `showText` renders text, that text is enough.
|
|
2717
|
+
*/
|
|
2718
|
+
ariaLabel?: string;
|
|
2719
|
+
/** Id(s) of the element(s) that label the trigger. */
|
|
2720
|
+
ariaLabelledby?: string;
|
|
2488
2721
|
}
|
|
2489
2722
|
|
|
2490
2723
|
/** Описание агрегации одной колонки. */
|
|
@@ -2511,8 +2744,20 @@ export declare interface ConfigProviderProps {
|
|
|
2511
2744
|
disabled?: boolean;
|
|
2512
2745
|
/** Enables bordered styling for nested components when true. */
|
|
2513
2746
|
bordered?: boolean;
|
|
2747
|
+
/** Text / layout direction applied via the `dir` attribute. */
|
|
2748
|
+
direction?: Direction;
|
|
2514
2749
|
/** Locale messages shallow-merged with the parent provider when set. */
|
|
2515
2750
|
locale?: SgLocale;
|
|
2751
|
+
/** Theme preset + token overrides applied to a scope wrapper. */
|
|
2752
|
+
theme?: ThemeConfig;
|
|
2753
|
+
/** Returns the mount node for popups. */
|
|
2754
|
+
getPopupContainer?: (triggerNode?: HTMLElement) => HTMLElement;
|
|
2755
|
+
/** Returns the scroll/target container for affix-like positioning. */
|
|
2756
|
+
getTargetContainer?: () => HTMLElement;
|
|
2757
|
+
/** Global override for the default empty state. */
|
|
2758
|
+
renderEmpty?: RenderEmptyHandler;
|
|
2759
|
+
/** Content-Security-Policy options for injected styles. */
|
|
2760
|
+
csp?: CSPConfig;
|
|
2516
2761
|
}
|
|
2517
2762
|
|
|
2518
2763
|
export declare interface Core {
|
|
@@ -2537,6 +2782,12 @@ export declare function createEmptyEditorSchema(): EditorSchema;
|
|
|
2537
2782
|
|
|
2538
2783
|
export declare function createFieldFromPaletteType(type: FieldType, existingNames: string[]): EditorField;
|
|
2539
2784
|
|
|
2785
|
+
/** Content-Security-Policy options for runtime-injected styles. */
|
|
2786
|
+
export declare interface CSPConfig {
|
|
2787
|
+
/** `nonce` attribute applied to dynamically created `<style>` tags. */
|
|
2788
|
+
nonce?: string;
|
|
2789
|
+
}
|
|
2790
|
+
|
|
2540
2791
|
export declare interface DashboardEditorProps extends DashboardProps {
|
|
2541
2792
|
/** Allow drag-to-move on widget headers. @default true */
|
|
2542
2793
|
draggable?: boolean;
|
|
@@ -2950,6 +3201,9 @@ export declare interface DiagramProps {
|
|
|
2950
3201
|
/** Selection management mode for the diagram. Mirrors React. */
|
|
2951
3202
|
export declare type DiagramSelectionMode = 'single' | 'multi' | 'lasso';
|
|
2952
3203
|
|
|
3204
|
+
/** Text/layout direction shared by descendant components. */
|
|
3205
|
+
export declare type Direction = 'ltr' | 'rtl';
|
|
3206
|
+
|
|
2953
3207
|
/** Options accepted by `downloadSvgAsPng`. */
|
|
2954
3208
|
export declare interface DownloadPngOptions {
|
|
2955
3209
|
/** File name (with or without `.png` suffix). @default 'chart.png' */
|
|
@@ -3859,6 +4113,18 @@ export declare interface InputProps {
|
|
|
3859
4113
|
unstyled?: boolean;
|
|
3860
4114
|
/** Shows a loading spinner. */
|
|
3861
4115
|
loading?: boolean;
|
|
4116
|
+
/**
|
|
4117
|
+
* Exposes invalid state to assistive technologies. Accepts a string token
|
|
4118
|
+
* (`'true'` / `'false'` / `'grammar'` / `'spelling'`); the prop is
|
|
4119
|
+
* intentionally string-only so Vue's Boolean prop coercion does not
|
|
4120
|
+
* default it to `false` when the consumer omits it. Pass strings — e.g.
|
|
4121
|
+
* `aria-invalid="true"`.
|
|
4122
|
+
*/
|
|
4123
|
+
ariaInvalid?: 'false' | 'true' | 'grammar' | 'spelling';
|
|
4124
|
+
/** Marks the field as required for assistive technologies. */
|
|
4125
|
+
ariaRequired?: 'false' | 'true';
|
|
4126
|
+
/** Connects the input to description / error nodes for assistive technologies. */
|
|
4127
|
+
ariaDescribedby?: string;
|
|
3862
4128
|
}
|
|
3863
4129
|
|
|
3864
4130
|
export declare interface JSONSchema extends JSONSchemaProperty {
|
|
@@ -4281,8 +4547,12 @@ export declare interface PaginationProps {
|
|
|
4281
4547
|
total: number;
|
|
4282
4548
|
/** Items per page. @default 10 */
|
|
4283
4549
|
pageSize?: number;
|
|
4284
|
-
/**
|
|
4285
|
-
|
|
4550
|
+
/**
|
|
4551
|
+
* Whether the total count is displayed. When a function is passed it
|
|
4552
|
+
* receives `(total, [start, end])` and returns the rendered content
|
|
4553
|
+
* (parity with the React `showTotal` callback).
|
|
4554
|
+
*/
|
|
4555
|
+
showTotal?: boolean | PaginationTotalRenderer;
|
|
4286
4556
|
/** Disables all controls. */
|
|
4287
4557
|
disabled?: boolean;
|
|
4288
4558
|
/** Renders prev/next with current/total only. */
|
|
@@ -4297,6 +4567,14 @@ export declare interface PaginationProps {
|
|
|
4297
4567
|
unstyled?: boolean;
|
|
4298
4568
|
}
|
|
4299
4569
|
|
|
4570
|
+
/**
|
|
4571
|
+
* Renderer for the "total" label. Receives the total count and the current
|
|
4572
|
+
* visible range `[start, end]`. Return either a plain string or an array of
|
|
4573
|
+
* `VNode`s (e.g. `h('span', ...)`). Mirrors the React `showTotal` function
|
|
4574
|
+
* signature.
|
|
4575
|
+
*/
|
|
4576
|
+
declare type PaginationTotalRenderer = (total: number, range: [number, number]) => string | number | VNode | VNode[];
|
|
4577
|
+
|
|
4300
4578
|
export declare const PALETTE_DATA_TYPE = "application/x-sg-sfe-palette-type";
|
|
4301
4579
|
|
|
4302
4580
|
export declare interface PaletteItem {
|
|
@@ -4539,7 +4817,7 @@ export declare interface RateProps {
|
|
|
4539
4817
|
count?: number;
|
|
4540
4818
|
/** Allows half steps. */
|
|
4541
4819
|
allowHalf?: boolean;
|
|
4542
|
-
/** Custom character (defaults to ★). */
|
|
4820
|
+
/** Custom character (defaults to ★). Prefer the `character` slot for nodes. */
|
|
4543
4821
|
character?: string;
|
|
4544
4822
|
/** Disables interaction. */
|
|
4545
4823
|
disabled?: boolean;
|
|
@@ -4547,6 +4825,9 @@ export declare interface RateProps {
|
|
|
4547
4825
|
unstyled?: boolean;
|
|
4548
4826
|
}
|
|
4549
4827
|
|
|
4828
|
+
/** Customizes the empty state rendered by data components (`Empty`, `Table`, …). */
|
|
4829
|
+
export declare type RenderEmptyHandler = (componentName?: string) => VNodeChild;
|
|
4830
|
+
|
|
4550
4831
|
/** Resolve a `brush` prop into a `ChartBrushConfig | null`. */
|
|
4551
4832
|
export declare function resolveBrushConfig(brush: boolean | ChartBrushConfig | undefined): ChartBrushConfig | null;
|
|
4552
4833
|
|
|
@@ -4863,6 +5144,15 @@ export declare interface SelectProps {
|
|
|
4863
5144
|
size?: 'small' | 'middle' | 'large';
|
|
4864
5145
|
/** Strips built-in styling (renders native <select>). */
|
|
4865
5146
|
unstyled?: boolean;
|
|
5147
|
+
/**
|
|
5148
|
+
* Accessible name for the styled trigger. Required for the styled
|
|
5149
|
+
* (non-`unstyled`) variant when there is no surrounding `<label htmlFor=...>`
|
|
5150
|
+
* — the trigger is a `<div role="combobox">` and a parent `<label>` cannot
|
|
5151
|
+
* associate. WCAG 4.1.2 expects a name for every interactive control.
|
|
5152
|
+
*/
|
|
5153
|
+
ariaLabel?: string;
|
|
5154
|
+
/** Id(s) of the element(s) that label this control. */
|
|
5155
|
+
ariaLabelledby?: string;
|
|
4866
5156
|
}
|
|
4867
5157
|
|
|
4868
5158
|
/**
|
|
@@ -4913,9 +5203,9 @@ wrapperRef: HTMLDivElement;
|
|
|
4913
5203
|
|
|
4914
5204
|
export declare const SgAutoField: DefineComponent<AutoFieldProps, {}, {}, {}, {}, ComponentOptionsMixin, ComponentOptionsMixin, {}, string, PublicProps, Readonly<AutoFieldProps> & Readonly<{}>, {}, {}, {}, {}, string, ComponentProvideOptions, false, {}, HTMLDivElement>;
|
|
4915
5205
|
|
|
4916
|
-
export declare const SgAvatar:
|
|
5206
|
+
export declare const SgAvatar: __VLS_WithTemplateSlots_39<typeof __VLS_component_38, __VLS_TemplateResult_38["slots"]>;
|
|
4917
5207
|
|
|
4918
|
-
export declare const SgBadge:
|
|
5208
|
+
export declare const SgBadge: __VLS_WithTemplateSlots_37<typeof __VLS_component_36, __VLS_TemplateResult_36["slots"]>;
|
|
4919
5209
|
|
|
4920
5210
|
export declare const SgBarChart: DefineComponent<BarChartProps, {
|
|
4921
5211
|
print: (opts?: {
|
|
@@ -4935,11 +5225,11 @@ rootRef: HTMLDivElement;
|
|
|
4935
5225
|
svgRef: SVGSVGElement;
|
|
4936
5226
|
}, HTMLDivElement>;
|
|
4937
5227
|
|
|
4938
|
-
export declare const SgBreadcrumb:
|
|
5228
|
+
export declare const SgBreadcrumb: __VLS_WithTemplateSlots_32<typeof __VLS_component_31, __VLS_TemplateResult_31["slots"]>;
|
|
4939
5229
|
|
|
4940
|
-
export declare const SgButton:
|
|
5230
|
+
export declare const SgButton: __VLS_WithTemplateSlots_42<typeof __VLS_component_41, __VLS_TemplateResult_41["slots"]>;
|
|
4941
5231
|
|
|
4942
|
-
export declare const SgCalendar:
|
|
5232
|
+
export declare const SgCalendar: __VLS_WithTemplateSlots_19<typeof __VLS_component_19, __VLS_TemplateResult_19["slots"]>;
|
|
4943
5233
|
|
|
4944
5234
|
/** Locale strings for {@link SgCalendar} and the DatePicker calendar grid. */
|
|
4945
5235
|
export declare interface SgCalendarLocale {
|
|
@@ -5074,27 +5364,9 @@ unstyled: boolean;
|
|
|
5074
5364
|
|
|
5075
5365
|
export declare const SgCheckbox: __VLS_WithTemplateSlots_15<typeof __VLS_component_15, __VLS_TemplateResult_15["slots"]>;
|
|
5076
5366
|
|
|
5077
|
-
export declare const SgCollapse:
|
|
5367
|
+
export declare const SgCollapse: __VLS_WithTemplateSlots_41<typeof __VLS_component_40, __VLS_TemplateResult_40["slots"]>;
|
|
5078
5368
|
|
|
5079
|
-
export declare const SgColorPicker:
|
|
5080
|
-
change: (value: string) => any;
|
|
5081
|
-
"update:modelValue": (value: string) => any;
|
|
5082
|
-
openChange: (open: boolean) => any;
|
|
5083
|
-
}, string, PublicProps, Readonly<ColorPickerProps> & Readonly<{
|
|
5084
|
-
onChange?: ((value: string) => any) | undefined;
|
|
5085
|
-
"onUpdate:modelValue"?: ((value: string) => any) | undefined;
|
|
5086
|
-
onOpenChange?: ((open: boolean) => any) | undefined;
|
|
5087
|
-
}>, {
|
|
5088
|
-
size: "small" | "middle" | "large";
|
|
5089
|
-
disabled: boolean;
|
|
5090
|
-
open: boolean;
|
|
5091
|
-
trigger: "click" | "hover";
|
|
5092
|
-
format: "hex" | "rgb";
|
|
5093
|
-
}, {}, {}, {}, string, ComponentProvideOptions, false, {
|
|
5094
|
-
wrapperRef: HTMLDivElement;
|
|
5095
|
-
satPanelRef: HTMLDivElement;
|
|
5096
|
-
hueBarRef: HTMLDivElement;
|
|
5097
|
-
}, HTMLDivElement>;
|
|
5369
|
+
export declare const SgColorPicker: __VLS_WithTemplateSlots_18<typeof __VLS_component_18, __VLS_TemplateResult_18["slots"]>;
|
|
5098
5370
|
|
|
5099
5371
|
/**
|
|
5100
5372
|
* Global Skygraph component configuration merged through Vue provide/inject.
|
|
@@ -5111,13 +5383,29 @@ export declare interface SgConfig {
|
|
|
5111
5383
|
disabled?: boolean;
|
|
5112
5384
|
/** Enables bordered styling for nested components when true. */
|
|
5113
5385
|
bordered?: boolean;
|
|
5386
|
+
/** Text / layout direction (`ltr` by default) applied via the `dir` attribute. */
|
|
5387
|
+
direction?: Direction;
|
|
5114
5388
|
/** Locale messages shallow-merged with the parent provider when set. */
|
|
5115
5389
|
locale?: SgLocale;
|
|
5390
|
+
/** Theme preset + token overrides applied to a scope wrapper. */
|
|
5391
|
+
theme?: ThemeConfig;
|
|
5392
|
+
/**
|
|
5393
|
+
* Returns the mount node for popups (dropdowns, tooltips, pickers). Defaults
|
|
5394
|
+
* to `document.body` in consumers. Useful to keep overlays inside a scrolling
|
|
5395
|
+
* or scoped container.
|
|
5396
|
+
*/
|
|
5397
|
+
getPopupContainer?: (triggerNode?: HTMLElement) => HTMLElement;
|
|
5398
|
+
/** Returns the scroll/target container for affix-like positioning. */
|
|
5399
|
+
getTargetContainer?: () => HTMLElement;
|
|
5400
|
+
/** Global override for the default empty state. */
|
|
5401
|
+
renderEmpty?: RenderEmptyHandler;
|
|
5402
|
+
/** Content-Security-Policy options for injected styles. */
|
|
5403
|
+
csp?: CSPConfig;
|
|
5116
5404
|
}
|
|
5117
5405
|
|
|
5118
5406
|
export declare const sgConfigKey: InjectionKey<ComputedRef<SgConfig>>;
|
|
5119
5407
|
|
|
5120
|
-
export declare const SgConfigProvider:
|
|
5408
|
+
export declare const SgConfigProvider: __VLS_WithTemplateSlots_22<DefineComponent<ExtractPropTypes< {
|
|
5121
5409
|
size: {
|
|
5122
5410
|
type: PropType<SizeType>;
|
|
5123
5411
|
default: undefined;
|
|
@@ -5130,10 +5418,34 @@ bordered: {
|
|
|
5130
5418
|
type: BooleanConstructor;
|
|
5131
5419
|
default: undefined;
|
|
5132
5420
|
};
|
|
5421
|
+
direction: {
|
|
5422
|
+
type: PropType<Direction>;
|
|
5423
|
+
default: undefined;
|
|
5424
|
+
};
|
|
5133
5425
|
locale: {
|
|
5134
5426
|
type: PropType<SgLocale>;
|
|
5135
5427
|
default: undefined;
|
|
5136
5428
|
};
|
|
5429
|
+
theme: {
|
|
5430
|
+
type: PropType<ThemeConfig>;
|
|
5431
|
+
default: undefined;
|
|
5432
|
+
};
|
|
5433
|
+
getPopupContainer: {
|
|
5434
|
+
type: PropType<(triggerNode?: HTMLElement) => HTMLElement>;
|
|
5435
|
+
default: undefined;
|
|
5436
|
+
};
|
|
5437
|
+
getTargetContainer: {
|
|
5438
|
+
type: PropType<() => HTMLElement>;
|
|
5439
|
+
default: undefined;
|
|
5440
|
+
};
|
|
5441
|
+
renderEmpty: {
|
|
5442
|
+
type: PropType<RenderEmptyHandler>;
|
|
5443
|
+
default: undefined;
|
|
5444
|
+
};
|
|
5445
|
+
csp: {
|
|
5446
|
+
type: PropType<CSPConfig>;
|
|
5447
|
+
default: undefined;
|
|
5448
|
+
};
|
|
5137
5449
|
}>, {}, {}, {}, {}, ComponentOptionsMixin, ComponentOptionsMixin, {}, string, PublicProps, Readonly<ExtractPropTypes< {
|
|
5138
5450
|
size: {
|
|
5139
5451
|
type: PropType<SizeType>;
|
|
@@ -5147,15 +5459,45 @@ bordered: {
|
|
|
5147
5459
|
type: BooleanConstructor;
|
|
5148
5460
|
default: undefined;
|
|
5149
5461
|
};
|
|
5462
|
+
direction: {
|
|
5463
|
+
type: PropType<Direction>;
|
|
5464
|
+
default: undefined;
|
|
5465
|
+
};
|
|
5150
5466
|
locale: {
|
|
5151
5467
|
type: PropType<SgLocale>;
|
|
5152
5468
|
default: undefined;
|
|
5153
5469
|
};
|
|
5470
|
+
theme: {
|
|
5471
|
+
type: PropType<ThemeConfig>;
|
|
5472
|
+
default: undefined;
|
|
5473
|
+
};
|
|
5474
|
+
getPopupContainer: {
|
|
5475
|
+
type: PropType<(triggerNode?: HTMLElement) => HTMLElement>;
|
|
5476
|
+
default: undefined;
|
|
5477
|
+
};
|
|
5478
|
+
getTargetContainer: {
|
|
5479
|
+
type: PropType<() => HTMLElement>;
|
|
5480
|
+
default: undefined;
|
|
5481
|
+
};
|
|
5482
|
+
renderEmpty: {
|
|
5483
|
+
type: PropType<RenderEmptyHandler>;
|
|
5484
|
+
default: undefined;
|
|
5485
|
+
};
|
|
5486
|
+
csp: {
|
|
5487
|
+
type: PropType<CSPConfig>;
|
|
5488
|
+
default: undefined;
|
|
5489
|
+
};
|
|
5154
5490
|
}>> & Readonly<{}>, {
|
|
5155
5491
|
size: SizeType;
|
|
5492
|
+
direction: Direction;
|
|
5156
5493
|
disabled: boolean;
|
|
5157
5494
|
bordered: boolean;
|
|
5158
5495
|
locale: SgLocale;
|
|
5496
|
+
theme: ThemeConfig;
|
|
5497
|
+
getPopupContainer: (triggerNode?: HTMLElement) => HTMLElement;
|
|
5498
|
+
getTargetContainer: () => HTMLElement;
|
|
5499
|
+
renderEmpty: RenderEmptyHandler;
|
|
5500
|
+
csp: CSPConfig;
|
|
5159
5501
|
}, {}, {}, {}, string, ComponentProvideOptions, true, {}, any>, Readonly<{
|
|
5160
5502
|
default(props: Record<string, never>): unknown;
|
|
5161
5503
|
}> & {
|
|
@@ -5269,11 +5611,11 @@ colon: boolean;
|
|
|
5269
5611
|
|
|
5270
5612
|
export declare const SgDiagram: __VLS_WithTemplateSlots_2<typeof __VLS_component_2, __VLS_TemplateResult_2["slots"]>;
|
|
5271
5613
|
|
|
5272
|
-
export declare const SgDrawer:
|
|
5614
|
+
export declare const SgDrawer: __VLS_WithTemplateSlots_25<typeof __VLS_component_24, __VLS_TemplateResult_24["slots"]>;
|
|
5273
5615
|
|
|
5274
|
-
export declare const SgDropdown:
|
|
5616
|
+
export declare const SgDropdown: __VLS_WithTemplateSlots_33<typeof __VLS_component_32, __VLS_TemplateResult_32["slots"]>;
|
|
5275
5617
|
|
|
5276
|
-
export declare const SgEmpty:
|
|
5618
|
+
export declare const SgEmpty: __VLS_WithTemplateSlots_29<typeof __VLS_component_28, __VLS_TemplateResult_28["slots"]>;
|
|
5277
5619
|
|
|
5278
5620
|
export declare const SgEventTimeline: __VLS_WithTemplateSlots_5<typeof __VLS_component_5, __VLS_TemplateResult_5["slots"]>;
|
|
5279
5621
|
|
|
@@ -5543,16 +5885,16 @@ onSelect?: ((...args: any[]) => any) | undefined;
|
|
|
5543
5885
|
onOpenChange?: ((...args: any[]) => any) | undefined;
|
|
5544
5886
|
}>, {
|
|
5545
5887
|
selectedKeys: string[] | undefined;
|
|
5546
|
-
|
|
5888
|
+
theme: "light" | "dark";
|
|
5547
5889
|
mode: "vertical" | "horizontal" | "inline";
|
|
5890
|
+
unstyled: boolean;
|
|
5548
5891
|
defaultSelectedKeys: string[];
|
|
5549
5892
|
openKeys: string[] | undefined;
|
|
5550
5893
|
inlineCollapsed: boolean;
|
|
5551
5894
|
defaultOpenKeys: string[];
|
|
5552
|
-
theme: "dark" | "light";
|
|
5553
5895
|
}, {}, {}, {}, string, ComponentProvideOptions, true, {}, any>;
|
|
5554
5896
|
|
|
5555
|
-
export declare const SgModal:
|
|
5897
|
+
export declare const SgModal: __VLS_WithTemplateSlots_24<typeof __VLS_component_23, __VLS_TemplateResult_23["slots"]>;
|
|
5556
5898
|
|
|
5557
5899
|
/**
|
|
5558
5900
|
* Subscribes to the global notification store and renders matching toasts.
|
|
@@ -5582,104 +5924,7 @@ unstyled: boolean;
|
|
|
5582
5924
|
placement: "bottomLeft" | "bottomRight" | "topLeft" | "topRight";
|
|
5583
5925
|
}, {}, {}, {}, string, ComponentProvideOptions, true, {}, any>;
|
|
5584
5926
|
|
|
5585
|
-
export declare const SgPagination:
|
|
5586
|
-
current: {
|
|
5587
|
-
type: NumberConstructor;
|
|
5588
|
-
required: true;
|
|
5589
|
-
};
|
|
5590
|
-
total: {
|
|
5591
|
-
type: NumberConstructor;
|
|
5592
|
-
required: true;
|
|
5593
|
-
};
|
|
5594
|
-
pageSize: {
|
|
5595
|
-
type: NumberConstructor;
|
|
5596
|
-
default: number;
|
|
5597
|
-
};
|
|
5598
|
-
showTotal: {
|
|
5599
|
-
type: BooleanConstructor;
|
|
5600
|
-
default: boolean;
|
|
5601
|
-
};
|
|
5602
|
-
disabled: {
|
|
5603
|
-
type: BooleanConstructor;
|
|
5604
|
-
default: undefined;
|
|
5605
|
-
};
|
|
5606
|
-
simple: {
|
|
5607
|
-
type: BooleanConstructor;
|
|
5608
|
-
default: boolean;
|
|
5609
|
-
};
|
|
5610
|
-
showSizeChanger: {
|
|
5611
|
-
type: BooleanConstructor;
|
|
5612
|
-
default: boolean;
|
|
5613
|
-
};
|
|
5614
|
-
pageSizeOptions: {
|
|
5615
|
-
type: PropType<number[]>;
|
|
5616
|
-
default: () => number[];
|
|
5617
|
-
};
|
|
5618
|
-
showQuickJumper: {
|
|
5619
|
-
type: BooleanConstructor;
|
|
5620
|
-
default: boolean;
|
|
5621
|
-
};
|
|
5622
|
-
unstyled: {
|
|
5623
|
-
type: BooleanConstructor;
|
|
5624
|
-
default: boolean;
|
|
5625
|
-
};
|
|
5626
|
-
}>, {}, {}, {}, {}, ComponentOptionsMixin, ComponentOptionsMixin, {} & {
|
|
5627
|
-
change: (page: number) => any;
|
|
5628
|
-
pageSizeChange: (size: number) => any;
|
|
5629
|
-
}, string, PublicProps, Readonly<ExtractPropTypes< {
|
|
5630
|
-
current: {
|
|
5631
|
-
type: NumberConstructor;
|
|
5632
|
-
required: true;
|
|
5633
|
-
};
|
|
5634
|
-
total: {
|
|
5635
|
-
type: NumberConstructor;
|
|
5636
|
-
required: true;
|
|
5637
|
-
};
|
|
5638
|
-
pageSize: {
|
|
5639
|
-
type: NumberConstructor;
|
|
5640
|
-
default: number;
|
|
5641
|
-
};
|
|
5642
|
-
showTotal: {
|
|
5643
|
-
type: BooleanConstructor;
|
|
5644
|
-
default: boolean;
|
|
5645
|
-
};
|
|
5646
|
-
disabled: {
|
|
5647
|
-
type: BooleanConstructor;
|
|
5648
|
-
default: undefined;
|
|
5649
|
-
};
|
|
5650
|
-
simple: {
|
|
5651
|
-
type: BooleanConstructor;
|
|
5652
|
-
default: boolean;
|
|
5653
|
-
};
|
|
5654
|
-
showSizeChanger: {
|
|
5655
|
-
type: BooleanConstructor;
|
|
5656
|
-
default: boolean;
|
|
5657
|
-
};
|
|
5658
|
-
pageSizeOptions: {
|
|
5659
|
-
type: PropType<number[]>;
|
|
5660
|
-
default: () => number[];
|
|
5661
|
-
};
|
|
5662
|
-
showQuickJumper: {
|
|
5663
|
-
type: BooleanConstructor;
|
|
5664
|
-
default: boolean;
|
|
5665
|
-
};
|
|
5666
|
-
unstyled: {
|
|
5667
|
-
type: BooleanConstructor;
|
|
5668
|
-
default: boolean;
|
|
5669
|
-
};
|
|
5670
|
-
}>> & Readonly<{
|
|
5671
|
-
onChange?: ((page: number) => any) | undefined;
|
|
5672
|
-
onPageSizeChange?: ((size: number) => any) | undefined;
|
|
5673
|
-
}>, {
|
|
5674
|
-
pageSize: number;
|
|
5675
|
-
disabled: boolean;
|
|
5676
|
-
unstyled: boolean;
|
|
5677
|
-
showTotal: boolean;
|
|
5678
|
-
simple: boolean;
|
|
5679
|
-
showSizeChanger: boolean;
|
|
5680
|
-
pageSizeOptions: number[];
|
|
5681
|
-
showQuickJumper: boolean;
|
|
5682
|
-
}, {}, {}, {}, string, ComponentProvideOptions, true, {}, any>;
|
|
5927
|
+
export declare const SgPagination: __VLS_WithTemplateSlots_34<typeof __VLS_component_33, __VLS_TemplateResult_33["slots"]>;
|
|
5683
5928
|
|
|
5684
5929
|
export declare const SgPieChart: DefineComponent<PieChartProps, {
|
|
5685
5930
|
print: (opts?: {
|
|
@@ -5715,7 +5960,7 @@ placeholder: string;
|
|
|
5715
5960
|
autoFocus: boolean;
|
|
5716
5961
|
}, {}, {}, {}, string, ComponentProvideOptions, false, {}, HTMLDivElement>;
|
|
5717
5962
|
|
|
5718
|
-
export declare const SgPopconfirm:
|
|
5963
|
+
export declare const SgPopconfirm: __VLS_WithTemplateSlots_26<typeof __VLS_component_25, __VLS_TemplateResult_25["slots"]>;
|
|
5719
5964
|
|
|
5720
5965
|
export declare const SgProgress: DefineComponent<ProgressProps, {}, {}, {}, {}, ComponentOptionsMixin, ComponentOptionsMixin, {}, string, PublicProps, Readonly<ProgressProps> & Readonly<{}>, {
|
|
5721
5966
|
status: "normal" | "success" | "error" | "active";
|
|
@@ -5764,19 +6009,7 @@ placement: "bottomLeft" | "bottomRight" | "topLeft" | "topRight";
|
|
|
5764
6009
|
wrapperRef: HTMLDivElement;
|
|
5765
6010
|
}, HTMLDivElement>;
|
|
5766
6011
|
|
|
5767
|
-
export declare const SgRate:
|
|
5768
|
-
change: (value: number) => any;
|
|
5769
|
-
"update:modelValue": (value: number) => any;
|
|
5770
|
-
}, string, PublicProps, Readonly<RateProps> & Readonly<{
|
|
5771
|
-
onChange?: ((value: number) => any) | undefined;
|
|
5772
|
-
"onUpdate:modelValue"?: ((value: number) => any) | undefined;
|
|
5773
|
-
}>, {
|
|
5774
|
-
disabled: boolean;
|
|
5775
|
-
defaultValue: number;
|
|
5776
|
-
count: number;
|
|
5777
|
-
allowHalf: boolean;
|
|
5778
|
-
character: string;
|
|
5779
|
-
}, {}, {}, {}, string, ComponentProvideOptions, false, {}, HTMLDivElement>;
|
|
6012
|
+
export declare const SgRate: __VLS_WithTemplateSlots_17<typeof __VLS_component_17, __VLS_TemplateResult_17["slots"]>;
|
|
5780
6013
|
|
|
5781
6014
|
export declare const SgResourceCalendar: DefineComponent<ResourceCalendarProps, {}, {}, {}, {}, ComponentOptionsMixin, ComponentOptionsMixin, {} & {
|
|
5782
6015
|
conflict: (conflicts: {
|
|
@@ -5802,7 +6035,7 @@ resizable: boolean;
|
|
|
5802
6035
|
sidebarWidth: number;
|
|
5803
6036
|
}, {}, {}, {}, string, ComponentProvideOptions, false, {}, HTMLDivElement>;
|
|
5804
6037
|
|
|
5805
|
-
export declare const SgResult:
|
|
6038
|
+
export declare const SgResult: __VLS_WithTemplateSlots_28<typeof __VLS_component_27, __VLS_TemplateResult_27["slots"]>;
|
|
5806
6039
|
|
|
5807
6040
|
export declare const SgSchemaForm: __VLS_WithTemplateSlots_10<typeof __VLS_component_10, __VLS_TemplateResult_10["slots"]>;
|
|
5808
6041
|
|
|
@@ -5848,7 +6081,7 @@ allowClear: boolean;
|
|
|
5848
6081
|
inputRef: HTMLInputElement;
|
|
5849
6082
|
}, any>;
|
|
5850
6083
|
|
|
5851
|
-
export declare const SgSegmented:
|
|
6084
|
+
export declare const SgSegmented: __VLS_WithTemplateSlots_36<typeof __VLS_component_35, __VLS_TemplateResult_35["slots"]>;
|
|
5852
6085
|
|
|
5853
6086
|
export declare const SgSelect: DefineComponent<SelectProps, {}, {}, {}, {}, ComponentOptionsMixin, ComponentOptionsMixin, {} & {
|
|
5854
6087
|
blur: () => any;
|
|
@@ -5868,7 +6101,7 @@ multiple: boolean;
|
|
|
5868
6101
|
wrapperRef: HTMLDivElement;
|
|
5869
6102
|
}, any>;
|
|
5870
6103
|
|
|
5871
|
-
export declare const SgSkeleton:
|
|
6104
|
+
export declare const SgSkeleton: __VLS_WithTemplateSlots_30<typeof __VLS_component_29, __VLS_TemplateResult_29["slots"]>;
|
|
5872
6105
|
|
|
5873
6106
|
export declare const SgSlider: DefineComponent<SliderProps, {}, {}, {}, {}, ComponentOptionsMixin, ComponentOptionsMixin, {} & {
|
|
5874
6107
|
change: (value: number) => any;
|
|
@@ -5886,9 +6119,9 @@ max: number;
|
|
|
5886
6119
|
trackRef: HTMLDivElement;
|
|
5887
6120
|
}, HTMLDivElement>;
|
|
5888
6121
|
|
|
5889
|
-
export declare const SgSpin:
|
|
6122
|
+
export declare const SgSpin: __VLS_WithTemplateSlots_23<typeof __VLS_component_22, __VLS_TemplateResult_22["slots"]>;
|
|
5890
6123
|
|
|
5891
|
-
export declare const SgSteps:
|
|
6124
|
+
export declare const SgSteps: __VLS_WithTemplateSlots_35<typeof __VLS_component_34, __VLS_TemplateResult_34["slots"]>;
|
|
5892
6125
|
|
|
5893
6126
|
export declare const SgSubmitButton: __VLS_WithTemplateSlots_11<typeof __VLS_component_11, __VLS_TemplateResult_11["slots"]>;
|
|
5894
6127
|
|
|
@@ -5896,9 +6129,9 @@ export declare const SgSwitch: __VLS_WithTemplateSlots_16<typeof __VLS_component
|
|
|
5896
6129
|
|
|
5897
6130
|
export declare const SgTable: __VLS_WithTemplateSlots<typeof __VLS_component, __VLS_TemplateResult["slots"]>;
|
|
5898
6131
|
|
|
5899
|
-
export declare const SgTabs:
|
|
6132
|
+
export declare const SgTabs: __VLS_WithTemplateSlots_31<typeof __VLS_component_30, __VLS_TemplateResult_30["slots"]>;
|
|
5900
6133
|
|
|
5901
|
-
export declare const SgTag:
|
|
6134
|
+
export declare const SgTag: __VLS_WithTemplateSlots_38<typeof __VLS_component_37, __VLS_TemplateResult_37["slots"]>;
|
|
5902
6135
|
|
|
5903
6136
|
export declare const SgTagInput: DefineComponent<TagInputProps, {}, {}, {}, {}, ComponentOptionsMixin, ComponentOptionsMixin, {} & {
|
|
5904
6137
|
focus: (ev: FocusEvent) => any;
|
|
@@ -5936,7 +6169,38 @@ loading: boolean;
|
|
|
5936
6169
|
rows: number;
|
|
5937
6170
|
}, {}, {}, {}, string, ComponentProvideOptions, false, {}, HTMLDivElement>;
|
|
5938
6171
|
|
|
5939
|
-
|
|
6172
|
+
/**
|
|
6173
|
+
* Friendly design-token overrides. Each entry is mapped to a `--sg-*` CSS
|
|
6174
|
+
* custom property and emitted onto a `display: contents` scope wrapper, so
|
|
6175
|
+
* overrides cascade to every descendant without affecting layout.
|
|
6176
|
+
*
|
|
6177
|
+
* Numeric values for length-like tokens (`borderRadius`, `fontSize`) are
|
|
6178
|
+
* suffixed with `px`; everything else is emitted verbatim.
|
|
6179
|
+
*/
|
|
6180
|
+
export declare interface SgThemeToken {
|
|
6181
|
+
/** Brand / primary color → `--sg-color-primary`. */
|
|
6182
|
+
colorPrimary?: string;
|
|
6183
|
+
/** Success color → `--sg-color-success`. */
|
|
6184
|
+
colorSuccess?: string;
|
|
6185
|
+
/** Warning color → `--sg-color-warning`. */
|
|
6186
|
+
colorWarning?: string;
|
|
6187
|
+
/** Error / danger color → `--sg-color-error`. */
|
|
6188
|
+
colorError?: string;
|
|
6189
|
+
/** Base text color → `--sg-color-text`. */
|
|
6190
|
+
colorText?: string;
|
|
6191
|
+
/** Base background color → `--sg-color-bg`. */
|
|
6192
|
+
colorBg?: string;
|
|
6193
|
+
/** Base border color → `--sg-color-border`. */
|
|
6194
|
+
colorBorder?: string;
|
|
6195
|
+
/** Base corner radius → `--sg-border-radius` (number ⇒ px). */
|
|
6196
|
+
borderRadius?: number | string;
|
|
6197
|
+
/** Base font size → `--sg-font-size` (number ⇒ px). */
|
|
6198
|
+
fontSize?: number | string;
|
|
6199
|
+
/** Base font family → `--sg-font-sans`. */
|
|
6200
|
+
fontFamily?: string;
|
|
6201
|
+
}
|
|
6202
|
+
|
|
6203
|
+
export declare const SgTimeline: __VLS_WithTemplateSlots_40<typeof __VLS_component_39, __VLS_TemplateResult_39["slots"]>;
|
|
5940
6204
|
|
|
5941
6205
|
export declare const SgTimePicker: DefineComponent<TimePickerProps, {}, {}, {}, {}, ComponentOptionsMixin, ComponentOptionsMixin, {} & {
|
|
5942
6206
|
change: (value: string) => any;
|
|
@@ -5991,9 +6255,9 @@ showSecond: boolean;
|
|
|
5991
6255
|
wrapperRef: HTMLDivElement;
|
|
5992
6256
|
}, HTMLDivElement>;
|
|
5993
6257
|
|
|
5994
|
-
export declare const SgTooltip:
|
|
6258
|
+
export declare const SgTooltip: __VLS_WithTemplateSlots_27<typeof __VLS_component_26, __VLS_TemplateResult_26["slots"]>;
|
|
5995
6259
|
|
|
5996
|
-
export declare const SgTransfer:
|
|
6260
|
+
export declare const SgTransfer: __VLS_WithTemplateSlots_21<typeof __VLS_component_21, __VLS_TemplateResult_21["slots"]>;
|
|
5997
6261
|
|
|
5998
6262
|
/**
|
|
5999
6263
|
* Class-based enter/leave animation that mirrors the React `Transition` contract.
|
|
@@ -6234,7 +6498,7 @@ wrapperRef: HTMLDivElement;
|
|
|
6234
6498
|
searchRef: HTMLInputElement;
|
|
6235
6499
|
}, HTMLDivElement>;
|
|
6236
6500
|
|
|
6237
|
-
export declare const SgUpload:
|
|
6501
|
+
export declare const SgUpload: __VLS_WithTemplateSlots_20<typeof __VLS_component_20, __VLS_TemplateResult_20["slots"]>;
|
|
6238
6502
|
|
|
6239
6503
|
export declare const SgVirtualList: <T>(__VLS_props: NonNullable<Awaited<typeof __VLS_setup>>["props"], __VLS_ctx?: __VLS_PrettifyLocal_2<Pick<NonNullable<Awaited<typeof __VLS_setup>>, "attrs" | "emit" | "slots">>, __VLS_expose?: NonNullable<Awaited<typeof __VLS_setup>>["expose"], __VLS_setup?: Promise<{
|
|
6240
6504
|
props: __VLS_PrettifyLocal_2<Pick<Partial<{}> & Omit<{} & VNodeProps & AllowedComponentProps & ComponentCustomProps, never>, never> & VirtualListProps<T> & Partial<{}>> & PublicProps;
|
|
@@ -6843,6 +7107,26 @@ export declare interface TextareaProps {
|
|
|
6843
7107
|
size?: 'small' | 'middle' | 'large';
|
|
6844
7108
|
/** Strips built-in styling. */
|
|
6845
7109
|
unstyled?: boolean;
|
|
7110
|
+
/** Exposes invalid state to assistive technologies. */
|
|
7111
|
+
ariaInvalid?: boolean | 'false' | 'true' | 'grammar' | 'spelling';
|
|
7112
|
+
/** Connects the textarea to description / error nodes for assistive technologies. */
|
|
7113
|
+
ariaDescribedby?: string;
|
|
7114
|
+
/** Marks the field as required for assistive technologies. */
|
|
7115
|
+
ariaRequired?: boolean | 'false' | 'true';
|
|
7116
|
+
}
|
|
7117
|
+
|
|
7118
|
+
/**
|
|
7119
|
+
* Theme configuration. Combines a built-in light/dark preset (`mode`),
|
|
7120
|
+
* friendly token overrides (`token`), and an escape hatch for raw CSS
|
|
7121
|
+
* variables (`cssVars`). All three are applied to a scope wrapper.
|
|
7122
|
+
*/
|
|
7123
|
+
export declare interface ThemeConfig {
|
|
7124
|
+
/** Built-in palette preset applied via `data-sg-theme`. */
|
|
7125
|
+
mode?: 'light' | 'dark';
|
|
7126
|
+
/** Friendly token overrides mapped to `--sg-*` variables. */
|
|
7127
|
+
token?: SgThemeToken;
|
|
7128
|
+
/** Raw CSS variable overrides (full names, e.g. `{ '--sg-color-link': '#f50' }`). */
|
|
7129
|
+
cssVars?: Record<string, string>;
|
|
6846
7130
|
}
|
|
6847
7131
|
|
|
6848
7132
|
export declare interface TimelineEvent {
|
|
@@ -6943,6 +7227,16 @@ export declare interface TimePickerProps {
|
|
|
6943
7227
|
disabledMinutes?: (hour: number) => number[];
|
|
6944
7228
|
/** Second values to disable for the currently picked hour + minute. */
|
|
6945
7229
|
disabledSeconds?: (hour: number, minute: number) => number[];
|
|
7230
|
+
/**
|
|
7231
|
+
* Reserved for read-only input behavior (mirrors the React adapter; the
|
|
7232
|
+
* Vue trigger is already a non-editable button so this is a no-op kept
|
|
7233
|
+
* for parity).
|
|
7234
|
+
*/
|
|
7235
|
+
inputReadOnly?: boolean;
|
|
7236
|
+
/** Accessible name for the trigger button. */
|
|
7237
|
+
ariaLabel?: string;
|
|
7238
|
+
/** Id(s) of the element(s) that label the trigger. */
|
|
7239
|
+
ariaLabelledby?: string;
|
|
6946
7240
|
}
|
|
6947
7241
|
|
|
6948
7242
|
export declare interface TimeRangePickerProps {
|
|
@@ -7040,6 +7334,13 @@ export declare interface TransferProps {
|
|
|
7040
7334
|
defaultTargetKeys?: string[];
|
|
7041
7335
|
/** Show search input on each pane. */
|
|
7042
7336
|
showSearch?: boolean;
|
|
7337
|
+
/**
|
|
7338
|
+
* Custom search predicate. When omitted, a case-insensitive title substring
|
|
7339
|
+
* match is used. Mirrors the React `filterOption` prop.
|
|
7340
|
+
*/
|
|
7341
|
+
filterOption?: (inputValue: string, item: TransferItem) => boolean;
|
|
7342
|
+
/** Search input placeholder (overrides locale). */
|
|
7343
|
+
searchPlaceholder?: string;
|
|
7043
7344
|
/** Pane titles, [left, right]. */
|
|
7044
7345
|
titles?: [string, string];
|
|
7045
7346
|
/** Disables interaction. */
|
|
@@ -7048,6 +7349,8 @@ export declare interface TransferProps {
|
|
|
7048
7349
|
oneWay?: boolean;
|
|
7049
7350
|
/** Show select-all checkbox in the panel header. */
|
|
7050
7351
|
showSelectAll?: boolean;
|
|
7352
|
+
/** Shows the `selected/total items` count line. @default true */
|
|
7353
|
+
showCount?: boolean;
|
|
7051
7354
|
/** Enable client pagination. */
|
|
7052
7355
|
pagination?: boolean | {
|
|
7053
7356
|
pageSize?: number;
|
|
@@ -7475,18 +7778,22 @@ export declare function useComputed<T = unknown>(core: Core, path: string): Ref<
|
|
|
7475
7778
|
export declare function useConfig(): ComputedRef<SgConfig>;
|
|
7476
7779
|
|
|
7477
7780
|
/**
|
|
7478
|
-
* Resolves effective `size` and `
|
|
7781
|
+
* Resolves effective `size`, `disabled`, and `direction` from props, context,
|
|
7782
|
+
* and explicit defaults.
|
|
7479
7783
|
*/
|
|
7480
7784
|
export declare function useConfigWithDefaults(props: {
|
|
7481
7785
|
size?: SizeType;
|
|
7482
7786
|
disabled?: boolean;
|
|
7787
|
+
direction?: Direction;
|
|
7483
7788
|
}, defaults?: {
|
|
7484
7789
|
size?: SizeType;
|
|
7485
7790
|
disabled?: boolean;
|
|
7486
7791
|
bordered?: boolean;
|
|
7792
|
+
direction?: Direction;
|
|
7487
7793
|
}): {
|
|
7488
7794
|
resolvedSize: ComputedRef<SizeType>;
|
|
7489
7795
|
resolvedDisabled: ComputedRef<boolean>;
|
|
7796
|
+
resolvedDirection: ComputedRef<Direction>;
|
|
7490
7797
|
};
|
|
7491
7798
|
|
|
7492
7799
|
/**
|