@hantera/design-system 20251025.1.0 → 20251230.1.0
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/dist/entry.d.ts +104 -61
- package/package.json +1 -1
package/dist/entry.d.ts
CHANGED
|
@@ -66,18 +66,31 @@ onRemove?: ((value: DataColumnValuesEnumValue) => any) | undefined;
|
|
|
66
66
|
}>, {}, {}, {}, {}, string, ComponentProvideOptions, false, {}, any>;
|
|
67
67
|
|
|
68
68
|
declare const __VLS_component_13: DefineComponent< {
|
|
69
|
+
variant?: "primary" | "success" | "warning" | "danger" | "neutral" | "custom";
|
|
70
|
+
hue?: number;
|
|
71
|
+
uppercase?: boolean;
|
|
72
|
+
}, {}, {}, {}, {}, ComponentOptionsMixin, ComponentOptionsMixin, {}, string, PublicProps, Readonly<{
|
|
73
|
+
variant?: "primary" | "success" | "warning" | "danger" | "neutral" | "custom";
|
|
74
|
+
hue?: number;
|
|
75
|
+
uppercase?: boolean;
|
|
76
|
+
}> & Readonly<{}>, {
|
|
77
|
+
variant: "primary" | "success" | "warning" | "danger" | "neutral" | "custom";
|
|
78
|
+
uppercase: boolean;
|
|
79
|
+
}, {}, {}, {}, string, ComponentProvideOptions, false, {}, any>;
|
|
80
|
+
|
|
81
|
+
declare const __VLS_component_14: DefineComponent< {
|
|
69
82
|
cacheKey?: string;
|
|
70
83
|
}, {}, {}, {}, {}, ComponentOptionsMixin, ComponentOptionsMixin, {}, string, PublicProps, Readonly<{
|
|
71
84
|
cacheKey?: string;
|
|
72
85
|
}> & Readonly<{}>, {}, {}, {}, {}, string, ComponentProvideOptions, false, {}, any>;
|
|
73
86
|
|
|
74
|
-
declare const
|
|
87
|
+
declare const __VLS_component_15: DefineComponent< {
|
|
75
88
|
provider: InspectorProvider;
|
|
76
89
|
}, {}, {}, {}, {}, ComponentOptionsMixin, ComponentOptionsMixin, {}, string, PublicProps, Readonly<{
|
|
77
90
|
provider: InspectorProvider;
|
|
78
91
|
}> & Readonly<{}>, {}, {}, {}, {}, string, ComponentProvideOptions, false, {}, any>;
|
|
79
92
|
|
|
80
|
-
declare const
|
|
93
|
+
declare const __VLS_component_16: DefineComponent< {
|
|
81
94
|
cacheKey?: string;
|
|
82
95
|
provider: DataProvider;
|
|
83
96
|
detailComponent: any;
|
|
@@ -87,7 +100,7 @@ provider: DataProvider;
|
|
|
87
100
|
detailComponent: any;
|
|
88
101
|
}> & Readonly<{}>, {}, {}, {}, {}, string, ComponentProvideOptions, false, {}, any>;
|
|
89
102
|
|
|
90
|
-
declare const
|
|
103
|
+
declare const __VLS_component_17: DefineComponent< {
|
|
91
104
|
type: string;
|
|
92
105
|
data: any;
|
|
93
106
|
metadata?: Record<string, any>;
|
|
@@ -107,7 +120,7 @@ mode?: "hit" | "closest";
|
|
|
107
120
|
onDropped?: ((zone: DropZoneRef) => any) | undefined;
|
|
108
121
|
}>, {}, {}, {}, {}, string, ComponentProvideOptions, false, {}, any>;
|
|
109
122
|
|
|
110
|
-
declare const
|
|
123
|
+
declare const __VLS_component_18: DefineComponent< {
|
|
111
124
|
type: string;
|
|
112
125
|
data: any;
|
|
113
126
|
metadata?: Record<string, any>;
|
|
@@ -129,7 +142,7 @@ onDropBefore?: ((payload: DragPayload) => any) | undefined;
|
|
|
129
142
|
onDropAfter?: ((payload: DragPayload) => any) | undefined;
|
|
130
143
|
}>, {}, {}, {}, {}, string, ComponentProvideOptions, false, {}, any>;
|
|
131
144
|
|
|
132
|
-
declare const
|
|
145
|
+
declare const __VLS_component_19: DefineComponent< {
|
|
133
146
|
accepts: string | string[];
|
|
134
147
|
metadata?: Record<string, any>;
|
|
135
148
|
}, {}, {}, {}, {}, ComponentOptionsMixin, ComponentOptionsMixin, {} & {
|
|
@@ -141,7 +154,15 @@ metadata?: Record<string, any>;
|
|
|
141
154
|
onDrop?: ((payload: DragPayload) => any) | undefined;
|
|
142
155
|
}>, {}, {}, {}, {}, string, ComponentProvideOptions, false, {}, any>;
|
|
143
156
|
|
|
144
|
-
declare const
|
|
157
|
+
declare const __VLS_component_2: DefineComponent< {
|
|
158
|
+
to: string;
|
|
159
|
+
label?: string;
|
|
160
|
+
}, {}, {}, {}, {}, ComponentOptionsMixin, ComponentOptionsMixin, {}, string, PublicProps, Readonly<{
|
|
161
|
+
to: string;
|
|
162
|
+
label?: string;
|
|
163
|
+
}> & Readonly<{}>, {}, {}, {}, {}, string, ComponentProvideOptions, false, {}, any>;
|
|
164
|
+
|
|
165
|
+
declare const __VLS_component_20: DefineComponent< {
|
|
145
166
|
target?: DropdownTarget | null;
|
|
146
167
|
/**
|
|
147
168
|
* Renders the dropdown as a popover instead of dialog. Popovers do not take focus on opening.
|
|
@@ -165,15 +186,7 @@ onClose?: (() => any) | undefined;
|
|
|
165
186
|
onOpen?: (() => any) | undefined;
|
|
166
187
|
}>, {}, {}, {}, {}, string, ComponentProvideOptions, false, {}, any>;
|
|
167
188
|
|
|
168
|
-
declare const
|
|
169
|
-
to: string;
|
|
170
|
-
label?: string;
|
|
171
|
-
}, {}, {}, {}, {}, ComponentOptionsMixin, ComponentOptionsMixin, {}, string, PublicProps, Readonly<{
|
|
172
|
-
to: string;
|
|
173
|
-
label?: string;
|
|
174
|
-
}> & Readonly<{}>, {}, {}, {}, {}, string, ComponentProvideOptions, false, {}, any>;
|
|
175
|
-
|
|
176
|
-
declare const __VLS_component_20: DefineComponent< {
|
|
189
|
+
declare const __VLS_component_21: DefineComponent< {
|
|
177
190
|
disabled?: boolean;
|
|
178
191
|
title?: string;
|
|
179
192
|
onClick?: any;
|
|
@@ -187,7 +200,7 @@ onClick?: any;
|
|
|
187
200
|
onClick?: ((preventClose: () => void) => any) | undefined;
|
|
188
201
|
}>, {}, {}, {}, {}, string, ComponentProvideOptions, false, {}, any>;
|
|
189
202
|
|
|
190
|
-
declare const
|
|
203
|
+
declare const __VLS_component_22: DefineComponent< {
|
|
191
204
|
selected: boolean;
|
|
192
205
|
closeOnClick?: boolean;
|
|
193
206
|
}, {}, {}, {}, {}, ComponentOptionsMixin, ComponentOptionsMixin, {} & {
|
|
@@ -199,13 +212,13 @@ closeOnClick?: boolean;
|
|
|
199
212
|
onClick?: (() => any) | undefined;
|
|
200
213
|
}>, {}, {}, {}, {}, string, ComponentProvideOptions, false, {}, any>;
|
|
201
214
|
|
|
202
|
-
declare const
|
|
215
|
+
declare const __VLS_component_23: DefineComponent< {
|
|
203
216
|
title?: string;
|
|
204
217
|
}, {}, {}, {}, {}, ComponentOptionsMixin, ComponentOptionsMixin, {}, string, PublicProps, Readonly<{
|
|
205
218
|
title?: string;
|
|
206
219
|
}> & Readonly<{}>, {}, {}, {}, {}, string, ComponentProvideOptions, false, {}, any>;
|
|
207
220
|
|
|
208
|
-
declare const
|
|
221
|
+
declare const __VLS_component_24: DefineComponent< {
|
|
209
222
|
modelValue: string | number;
|
|
210
223
|
}, {}, {}, {}, {}, ComponentOptionsMixin, ComponentOptionsMixin, {} & {
|
|
211
224
|
"update:modelValue": (value: string | number) => any;
|
|
@@ -215,7 +228,7 @@ modelValue: string | number;
|
|
|
215
228
|
"onUpdate:modelValue"?: ((value: string | number) => any) | undefined;
|
|
216
229
|
}>, {}, {}, {}, {}, string, ComponentProvideOptions, false, {}, any>;
|
|
217
230
|
|
|
218
|
-
declare const
|
|
231
|
+
declare const __VLS_component_25: DefineComponent< {
|
|
219
232
|
label?: string;
|
|
220
233
|
count?: number;
|
|
221
234
|
value: string | number;
|
|
@@ -306,10 +319,7 @@ declare type __VLS_PublicProps = {
|
|
|
306
319
|
} & typeof __VLS_typeProps;
|
|
307
320
|
|
|
308
321
|
declare type __VLS_PublicProps_2 = {
|
|
309
|
-
modelValue?:
|
|
310
|
-
start: Date;
|
|
311
|
-
end: Date;
|
|
312
|
-
} | Date;
|
|
322
|
+
modelValue?: DateInputValue;
|
|
313
323
|
} & typeof __VLS_typeProps_2;
|
|
314
324
|
|
|
315
325
|
declare type __VLS_PublicProps_3 = {
|
|
@@ -518,6 +528,14 @@ declare function __VLS_template_12(): {
|
|
|
518
528
|
};
|
|
519
529
|
|
|
520
530
|
declare function __VLS_template_13(): {
|
|
531
|
+
slots: {
|
|
532
|
+
default?(_: {}): any;
|
|
533
|
+
};
|
|
534
|
+
refs: {};
|
|
535
|
+
attrs: Partial<{}>;
|
|
536
|
+
};
|
|
537
|
+
|
|
538
|
+
declare function __VLS_template_14(): {
|
|
521
539
|
slots: {
|
|
522
540
|
sidebar?(_: {}): any;
|
|
523
541
|
content?(_: {}): any;
|
|
@@ -526,7 +544,7 @@ declare function __VLS_template_13(): {
|
|
|
526
544
|
attrs: Partial<{}>;
|
|
527
545
|
};
|
|
528
546
|
|
|
529
|
-
declare function
|
|
547
|
+
declare function __VLS_template_15(): {
|
|
530
548
|
slots: {
|
|
531
549
|
header?(_: {}): any;
|
|
532
550
|
};
|
|
@@ -537,7 +555,7 @@ declare function __VLS_template_14(): {
|
|
|
537
555
|
attrs: Partial<{}>;
|
|
538
556
|
};
|
|
539
557
|
|
|
540
|
-
declare function
|
|
558
|
+
declare function __VLS_template_16(): {
|
|
541
559
|
slots: {
|
|
542
560
|
"list-toolbar"?(_: {}): any;
|
|
543
561
|
"detail-toolbar"?(_: {}): any;
|
|
@@ -548,7 +566,7 @@ declare function __VLS_template_15(): {
|
|
|
548
566
|
attrs: Partial<{}>;
|
|
549
567
|
};
|
|
550
568
|
|
|
551
|
-
declare function
|
|
569
|
+
declare function __VLS_template_17(): {
|
|
552
570
|
slots: {
|
|
553
571
|
default?(_: {}): any;
|
|
554
572
|
};
|
|
@@ -558,7 +576,7 @@ declare function __VLS_template_16(): {
|
|
|
558
576
|
attrs: Partial<{}>;
|
|
559
577
|
};
|
|
560
578
|
|
|
561
|
-
declare function
|
|
579
|
+
declare function __VLS_template_18(): {
|
|
562
580
|
slots: {
|
|
563
581
|
default?(_: {}): any;
|
|
564
582
|
};
|
|
@@ -568,7 +586,7 @@ declare function __VLS_template_17(): {
|
|
|
568
586
|
attrs: Partial<{}>;
|
|
569
587
|
};
|
|
570
588
|
|
|
571
|
-
declare function
|
|
589
|
+
declare function __VLS_template_19(): {
|
|
572
590
|
slots: {
|
|
573
591
|
default?(_: {}): any;
|
|
574
592
|
};
|
|
@@ -578,28 +596,28 @@ declare function __VLS_template_18(): {
|
|
|
578
596
|
attrs: Partial<{}>;
|
|
579
597
|
};
|
|
580
598
|
|
|
581
|
-
declare function
|
|
599
|
+
declare function __VLS_template_2(): {
|
|
582
600
|
slots: {
|
|
583
601
|
default?(_: {}): any;
|
|
602
|
+
dropdown?(_: {}): any;
|
|
584
603
|
};
|
|
585
604
|
refs: {
|
|
586
|
-
|
|
605
|
+
element: HTMLLIElement;
|
|
587
606
|
};
|
|
588
607
|
attrs: Partial<{}>;
|
|
589
608
|
};
|
|
590
609
|
|
|
591
|
-
declare function
|
|
610
|
+
declare function __VLS_template_20(): {
|
|
592
611
|
slots: {
|
|
593
612
|
default?(_: {}): any;
|
|
594
|
-
dropdown?(_: {}): any;
|
|
595
613
|
};
|
|
596
614
|
refs: {
|
|
597
|
-
|
|
615
|
+
dropdown: unknown;
|
|
598
616
|
};
|
|
599
617
|
attrs: Partial<{}>;
|
|
600
618
|
};
|
|
601
619
|
|
|
602
|
-
declare function
|
|
620
|
+
declare function __VLS_template_21(): {
|
|
603
621
|
slots: {
|
|
604
622
|
default?(_: {}): any;
|
|
605
623
|
};
|
|
@@ -607,7 +625,7 @@ declare function __VLS_template_20(): {
|
|
|
607
625
|
attrs: Partial<{}>;
|
|
608
626
|
};
|
|
609
627
|
|
|
610
|
-
declare function
|
|
628
|
+
declare function __VLS_template_22(): {
|
|
611
629
|
slots: {
|
|
612
630
|
default?(_: {}): any;
|
|
613
631
|
};
|
|
@@ -615,7 +633,7 @@ declare function __VLS_template_21(): {
|
|
|
615
633
|
attrs: Partial<{}>;
|
|
616
634
|
};
|
|
617
635
|
|
|
618
|
-
declare function
|
|
636
|
+
declare function __VLS_template_23(): {
|
|
619
637
|
slots: {
|
|
620
638
|
default?(_: {}): any;
|
|
621
639
|
};
|
|
@@ -623,7 +641,7 @@ declare function __VLS_template_22(): {
|
|
|
623
641
|
attrs: Partial<{}>;
|
|
624
642
|
};
|
|
625
643
|
|
|
626
|
-
declare function
|
|
644
|
+
declare function __VLS_template_24(): {
|
|
627
645
|
slots: {
|
|
628
646
|
actions?(_: {}): any;
|
|
629
647
|
default?(_: {}): any;
|
|
@@ -633,7 +651,7 @@ declare function __VLS_template_23(): {
|
|
|
633
651
|
attrs: Partial<{}>;
|
|
634
652
|
};
|
|
635
653
|
|
|
636
|
-
declare function
|
|
654
|
+
declare function __VLS_template_25(): {
|
|
637
655
|
slots: {
|
|
638
656
|
content?(_: {}): any;
|
|
639
657
|
default?(_: {}): any;
|
|
@@ -809,6 +827,8 @@ declare type __VLS_TemplateResult_23 = ReturnType<typeof __VLS_template_23>;
|
|
|
809
827
|
|
|
810
828
|
declare type __VLS_TemplateResult_24 = ReturnType<typeof __VLS_template_24>;
|
|
811
829
|
|
|
830
|
+
declare type __VLS_TemplateResult_25 = ReturnType<typeof __VLS_template_25>;
|
|
831
|
+
|
|
812
832
|
declare type __VLS_TemplateResult_3 = ReturnType<typeof __VLS_template_3>;
|
|
813
833
|
|
|
814
834
|
declare type __VLS_TemplateResult_4 = ReturnType<typeof __VLS_template_4>;
|
|
@@ -837,12 +857,14 @@ declare let __VLS_typeProps_2: {
|
|
|
837
857
|
startOfWeek?: number;
|
|
838
858
|
mode?: 'single' | 'range';
|
|
839
859
|
weekNumbers?: 'firstFourDays';
|
|
860
|
+
presets?: Array<Date | (() => Date)>;
|
|
840
861
|
};
|
|
841
862
|
|
|
842
863
|
declare let __VLS_typeProps_3: {
|
|
843
864
|
name?: string;
|
|
844
865
|
disabled?: boolean;
|
|
845
866
|
placeholder?: string;
|
|
867
|
+
maxlength?: number;
|
|
846
868
|
};
|
|
847
869
|
|
|
848
870
|
declare let __VLS_typeProps_4: {
|
|
@@ -974,6 +996,12 @@ declare type __VLS_WithTemplateSlots_24<T, S> = T & {
|
|
|
974
996
|
};
|
|
975
997
|
};
|
|
976
998
|
|
|
999
|
+
declare type __VLS_WithTemplateSlots_25<T, S> = T & {
|
|
1000
|
+
new (): {
|
|
1001
|
+
$slots: S;
|
|
1002
|
+
};
|
|
1003
|
+
};
|
|
1004
|
+
|
|
977
1005
|
declare type __VLS_WithTemplateSlots_3<T, S> = T & {
|
|
978
1006
|
new (): {
|
|
979
1007
|
$slots: S;
|
|
@@ -1041,12 +1069,12 @@ export declare interface ActivityLogEntry {
|
|
|
1041
1069
|
identity?: {
|
|
1042
1070
|
identityId: string;
|
|
1043
1071
|
type: 'user' | 'system' | 'oauth_client';
|
|
1044
|
-
|
|
1045
|
-
name?: string;
|
|
1046
|
-
};
|
|
1072
|
+
name?: string;
|
|
1047
1073
|
};
|
|
1048
1074
|
}
|
|
1049
1075
|
|
|
1076
|
+
export declare const Badge: __VLS_WithTemplateSlots_13<typeof __VLS_component_13, __VLS_TemplateResult_13["slots"]>;
|
|
1077
|
+
|
|
1050
1078
|
declare function blur_2(): void;
|
|
1051
1079
|
|
|
1052
1080
|
declare function blur_3(): void;
|
|
@@ -1142,6 +1170,17 @@ export declare interface DataColumnValuesEnum {
|
|
|
1142
1170
|
type: 'enum';
|
|
1143
1171
|
isArray: boolean;
|
|
1144
1172
|
enums: DataColumnValuesEnumSet[];
|
|
1173
|
+
/**
|
|
1174
|
+
* Specifies which filter types are supported for this column.
|
|
1175
|
+
* - 'anyof': Match if ANY of the selected values match
|
|
1176
|
+
* - 'allof': Match if ALL of the selected values match
|
|
1177
|
+
* - 'not': Match if NONE of the selected values match
|
|
1178
|
+
* - 'any': Simple on/off filter (no type selection dropdown)
|
|
1179
|
+
* - 'none': No filtering capability
|
|
1180
|
+
*
|
|
1181
|
+
* @default ['anyof', 'allof', 'not' | 'any' | 'none'] - All complex filter types
|
|
1182
|
+
*/
|
|
1183
|
+
supportedFilterTypes?: ('anyof' | 'allof' | 'not' | 'any' | 'none')[];
|
|
1145
1184
|
}
|
|
1146
1185
|
|
|
1147
1186
|
export declare interface DataColumnValuesEnumSet {
|
|
@@ -1159,6 +1198,9 @@ export declare interface DataColumnValuesNumber {
|
|
|
1159
1198
|
type: 'number';
|
|
1160
1199
|
min?: default_2 | number;
|
|
1161
1200
|
max?: default_2 | number;
|
|
1201
|
+
unitLabel?: string;
|
|
1202
|
+
maximumFractionDigits?: number;
|
|
1203
|
+
minimumFractionDigits?: number;
|
|
1162
1204
|
}
|
|
1163
1205
|
|
|
1164
1206
|
export declare interface DataColumnValuesText {
|
|
@@ -1232,20 +1274,19 @@ export declare interface DataTableContextMenuProvider {
|
|
|
1232
1274
|
}
|
|
1233
1275
|
|
|
1234
1276
|
export declare const DateInput: DefineComponent<__VLS_PublicProps_2, {}, {}, {}, {}, ComponentOptionsMixin, ComponentOptionsMixin, {
|
|
1235
|
-
"update:modelValue": (modelValue:
|
|
1236
|
-
start: Date;
|
|
1237
|
-
end: Date;
|
|
1238
|
-
}) => any;
|
|
1277
|
+
"update:modelValue": (modelValue: DateInputValue) => any;
|
|
1239
1278
|
}, string, PublicProps, Readonly<__VLS_PublicProps_2> & Readonly<{
|
|
1240
|
-
"onUpdate:modelValue"?: ((modelValue:
|
|
1241
|
-
start: Date;
|
|
1242
|
-
end: Date;
|
|
1243
|
-
}) => any) | undefined;
|
|
1279
|
+
"onUpdate:modelValue"?: ((modelValue: DateInputValue) => any) | undefined;
|
|
1244
1280
|
}>, {
|
|
1245
1281
|
startOfWeek: number;
|
|
1246
1282
|
mode: "single" | "range";
|
|
1247
1283
|
}, {}, {}, {}, string, ComponentProvideOptions, false, {}, any>;
|
|
1248
1284
|
|
|
1285
|
+
export declare type DateInputValue = Date | {
|
|
1286
|
+
start: Date;
|
|
1287
|
+
end: Date;
|
|
1288
|
+
};
|
|
1289
|
+
|
|
1249
1290
|
export declare const DatePicker: DefineComponent<__VLS_PublicProps_6, {}, {}, {}, {}, ComponentOptionsMixin, ComponentOptionsMixin, {
|
|
1250
1291
|
"update:modelValue": (modelValue: Date | {
|
|
1251
1292
|
start: Date;
|
|
@@ -1295,9 +1336,9 @@ export declare interface DecimalInputValue {
|
|
|
1295
1336
|
declare const _default: Plugin_2<[]>;
|
|
1296
1337
|
export default _default;
|
|
1297
1338
|
|
|
1298
|
-
export declare const Draggable:
|
|
1339
|
+
export declare const Draggable: __VLS_WithTemplateSlots_17<typeof __VLS_component_17, __VLS_TemplateResult_17["slots"]>;
|
|
1299
1340
|
|
|
1300
|
-
export declare const DraggableListItem:
|
|
1341
|
+
export declare const DraggableListItem: __VLS_WithTemplateSlots_18<typeof __VLS_component_18, __VLS_TemplateResult_18["slots"]>;
|
|
1301
1342
|
|
|
1302
1343
|
export declare interface DragPayload {
|
|
1303
1344
|
type: string;
|
|
@@ -1321,15 +1362,15 @@ export declare interface DragPayload {
|
|
|
1321
1362
|
|
|
1322
1363
|
export declare const DropdownButton: __VLS_WithTemplateSlots<typeof __VLS_component, __VLS_TemplateResult["slots"]>;
|
|
1323
1364
|
|
|
1324
|
-
export declare const DropdownCheckbox:
|
|
1365
|
+
export declare const DropdownCheckbox: __VLS_WithTemplateSlots_22<typeof __VLS_component_22, __VLS_TemplateResult_22["slots"]>;
|
|
1325
1366
|
|
|
1326
1367
|
export declare const DropdownDivider: DefineComponent< {}, {}, {}, {}, {}, ComponentOptionsMixin, ComponentOptionsMixin, {}, string, PublicProps, Readonly<{}> & Readonly<{}>, {}, {}, {}, {}, string, ComponentProvideOptions, true, {}, any>;
|
|
1327
1368
|
|
|
1328
|
-
export declare const DropdownGroup:
|
|
1369
|
+
export declare const DropdownGroup: __VLS_WithTemplateSlots_23<typeof __VLS_component_23, __VLS_TemplateResult_23["slots"]>;
|
|
1329
1370
|
|
|
1330
|
-
export declare const DropdownItem:
|
|
1371
|
+
export declare const DropdownItem: __VLS_WithTemplateSlots_21<typeof __VLS_component_21, __VLS_TemplateResult_21["slots"]>;
|
|
1331
1372
|
|
|
1332
|
-
export declare const DropdownMenu:
|
|
1373
|
+
export declare const DropdownMenu: __VLS_WithTemplateSlots_20<typeof __VLS_component_20, __VLS_TemplateResult_20["slots"]>;
|
|
1333
1374
|
|
|
1334
1375
|
export declare type DropdownTarget = Element | DropdownTargetPoint;
|
|
1335
1376
|
|
|
@@ -1338,7 +1379,7 @@ export declare interface DropdownTargetPoint {
|
|
|
1338
1379
|
y: number;
|
|
1339
1380
|
}
|
|
1340
1381
|
|
|
1341
|
-
export declare const DropZone:
|
|
1382
|
+
export declare const DropZone: __VLS_WithTemplateSlots_19<typeof __VLS_component_19, __VLS_TemplateResult_19["slots"]>;
|
|
1342
1383
|
|
|
1343
1384
|
export declare interface DropZoneRef {
|
|
1344
1385
|
accepts: string | string[];
|
|
@@ -1458,7 +1499,7 @@ onFocus?: ((value: Event) => any) | undefined;
|
|
|
1458
1499
|
"onUpdate:modelValue"?: ((value: string) => any) | undefined;
|
|
1459
1500
|
}>, {}, {}, {}, {}, string, ComponentProvideOptions, false, {}, any>;
|
|
1460
1501
|
|
|
1461
|
-
export declare const InspectorLayout:
|
|
1502
|
+
export declare const InspectorLayout: __VLS_WithTemplateSlots_15<typeof __VLS_component_15, __VLS_TemplateResult_15["slots"]>;
|
|
1462
1503
|
|
|
1463
1504
|
/**
|
|
1464
1505
|
* Defines the provider that provides InspectorLayout with content to render
|
|
@@ -1525,7 +1566,7 @@ tags?: LabelTagDefinition[] | ComputedRef<LabelTagDefinition[]>;
|
|
|
1525
1566
|
tags?: LabelTagDefinition[] | ComputedRef<LabelTagDefinition[]>;
|
|
1526
1567
|
}> & Readonly<{}>, {}, {}, {}, {}, string, ComponentProvideOptions, false, {}, any>;
|
|
1527
1568
|
|
|
1528
|
-
export declare const ListDetailLayout:
|
|
1569
|
+
export declare const ListDetailLayout: __VLS_WithTemplateSlots_16<typeof __VLS_component_16, __VLS_TemplateResult_16["slots"]>;
|
|
1529
1570
|
|
|
1530
1571
|
export declare const ListLink: __VLS_WithTemplateSlots_2<typeof __VLS_component_2, __VLS_TemplateResult_2["slots"]>;
|
|
1531
1572
|
|
|
@@ -1558,6 +1599,7 @@ modelValue: string;
|
|
|
1558
1599
|
isValid?: boolean;
|
|
1559
1600
|
defaultCountry?: string;
|
|
1560
1601
|
name?: string;
|
|
1602
|
+
id?: string;
|
|
1561
1603
|
}, {
|
|
1562
1604
|
setError: typeof setError_4;
|
|
1563
1605
|
focus: typeof focus_5;
|
|
@@ -1575,6 +1617,7 @@ modelValue: string;
|
|
|
1575
1617
|
isValid?: boolean;
|
|
1576
1618
|
defaultCountry?: string;
|
|
1577
1619
|
name?: string;
|
|
1620
|
+
id?: string;
|
|
1578
1621
|
}> & Readonly<{
|
|
1579
1622
|
onBlur?: ((value: Event) => any) | undefined;
|
|
1580
1623
|
onFocus?: ((value: Event) => any) | undefined;
|
|
@@ -1652,13 +1695,13 @@ declare function setError_4(message?: string): void;
|
|
|
1652
1695
|
*/
|
|
1653
1696
|
declare function setError_5(message?: string): void;
|
|
1654
1697
|
|
|
1655
|
-
export declare const SidebarLayout:
|
|
1698
|
+
export declare const SidebarLayout: __VLS_WithTemplateSlots_14<typeof __VLS_component_14, __VLS_TemplateResult_14["slots"]>;
|
|
1656
1699
|
|
|
1657
1700
|
export declare const Spinner: DefineComponent< {}, {}, {}, {}, {}, ComponentOptionsMixin, ComponentOptionsMixin, {}, string, PublicProps, Readonly<{}> & Readonly<{}>, {}, {}, {}, {}, string, ComponentProvideOptions, true, {}, any>;
|
|
1658
1701
|
|
|
1659
|
-
export declare const TabBar:
|
|
1702
|
+
export declare const TabBar: __VLS_WithTemplateSlots_24<typeof __VLS_component_24, __VLS_TemplateResult_24["slots"]>;
|
|
1660
1703
|
|
|
1661
|
-
export declare const TabItem:
|
|
1704
|
+
export declare const TabItem: __VLS_WithTemplateSlots_25<typeof __VLS_component_25, __VLS_TemplateResult_25["slots"]>;
|
|
1662
1705
|
|
|
1663
1706
|
export declare const TextInput: DefineComponent<__VLS_PublicProps, {
|
|
1664
1707
|
setError: typeof setError;
|