@hantera/design-system 20251015.1.0 → 20251210.0.0-2025.3.1
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 +142 -67
- package/package.json +1 -1
package/dist/entry.d.ts
CHANGED
|
@@ -46,7 +46,7 @@ loading: boolean;
|
|
|
46
46
|
}> & Readonly<{}>, {}, {}, {}, {}, string, ComponentProvideOptions, false, {}, any>;
|
|
47
47
|
|
|
48
48
|
declare const __VLS_component_12: DefineComponent< {
|
|
49
|
-
selectedValues
|
|
49
|
+
selectedValues?: string[];
|
|
50
50
|
availableSets: DataColumnValuesEnumSet[];
|
|
51
51
|
onAdd?: any;
|
|
52
52
|
onRemove?: any;
|
|
@@ -55,7 +55,7 @@ disabled?: boolean;
|
|
|
55
55
|
add: (value: DataColumnValuesEnumValue) => any;
|
|
56
56
|
remove: (value: DataColumnValuesEnumValue) => any;
|
|
57
57
|
}, string, PublicProps, Readonly<{
|
|
58
|
-
selectedValues
|
|
58
|
+
selectedValues?: string[];
|
|
59
59
|
availableSets: DataColumnValuesEnumSet[];
|
|
60
60
|
onAdd?: any;
|
|
61
61
|
onRemove?: any;
|
|
@@ -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;
|
|
@@ -242,6 +255,7 @@ isRoot?: boolean;
|
|
|
242
255
|
declare const __VLS_component_4: DefineComponent< {
|
|
243
256
|
label: string;
|
|
244
257
|
showClose?: boolean;
|
|
258
|
+
defaultWidth?: string;
|
|
245
259
|
}, {
|
|
246
260
|
open: typeof open_2;
|
|
247
261
|
openModal: typeof openModal;
|
|
@@ -251,6 +265,7 @@ close: () => any;
|
|
|
251
265
|
}, string, PublicProps, Readonly<{
|
|
252
266
|
label: string;
|
|
253
267
|
showClose?: boolean;
|
|
268
|
+
defaultWidth?: string;
|
|
254
269
|
}> & Readonly<{
|
|
255
270
|
onClose?: (() => any) | undefined;
|
|
256
271
|
}>, {}, {}, {}, {}, string, ComponentProvideOptions, false, {}, any>;
|
|
@@ -304,10 +319,7 @@ declare type __VLS_PublicProps = {
|
|
|
304
319
|
} & typeof __VLS_typeProps;
|
|
305
320
|
|
|
306
321
|
declare type __VLS_PublicProps_2 = {
|
|
307
|
-
modelValue?:
|
|
308
|
-
start: Date;
|
|
309
|
-
end: Date;
|
|
310
|
-
} | Date;
|
|
322
|
+
modelValue?: DateInputValue;
|
|
311
323
|
} & typeof __VLS_typeProps_2;
|
|
312
324
|
|
|
313
325
|
declare type __VLS_PublicProps_3 = {
|
|
@@ -516,6 +528,14 @@ declare function __VLS_template_12(): {
|
|
|
516
528
|
};
|
|
517
529
|
|
|
518
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(): {
|
|
519
539
|
slots: {
|
|
520
540
|
sidebar?(_: {}): any;
|
|
521
541
|
content?(_: {}): any;
|
|
@@ -524,7 +544,7 @@ declare function __VLS_template_13(): {
|
|
|
524
544
|
attrs: Partial<{}>;
|
|
525
545
|
};
|
|
526
546
|
|
|
527
|
-
declare function
|
|
547
|
+
declare function __VLS_template_15(): {
|
|
528
548
|
slots: {
|
|
529
549
|
header?(_: {}): any;
|
|
530
550
|
};
|
|
@@ -535,7 +555,7 @@ declare function __VLS_template_14(): {
|
|
|
535
555
|
attrs: Partial<{}>;
|
|
536
556
|
};
|
|
537
557
|
|
|
538
|
-
declare function
|
|
558
|
+
declare function __VLS_template_16(): {
|
|
539
559
|
slots: {
|
|
540
560
|
"list-toolbar"?(_: {}): any;
|
|
541
561
|
"detail-toolbar"?(_: {}): any;
|
|
@@ -546,7 +566,7 @@ declare function __VLS_template_15(): {
|
|
|
546
566
|
attrs: Partial<{}>;
|
|
547
567
|
};
|
|
548
568
|
|
|
549
|
-
declare function
|
|
569
|
+
declare function __VLS_template_17(): {
|
|
550
570
|
slots: {
|
|
551
571
|
default?(_: {}): any;
|
|
552
572
|
};
|
|
@@ -556,7 +576,7 @@ declare function __VLS_template_16(): {
|
|
|
556
576
|
attrs: Partial<{}>;
|
|
557
577
|
};
|
|
558
578
|
|
|
559
|
-
declare function
|
|
579
|
+
declare function __VLS_template_18(): {
|
|
560
580
|
slots: {
|
|
561
581
|
default?(_: {}): any;
|
|
562
582
|
};
|
|
@@ -566,7 +586,7 @@ declare function __VLS_template_17(): {
|
|
|
566
586
|
attrs: Partial<{}>;
|
|
567
587
|
};
|
|
568
588
|
|
|
569
|
-
declare function
|
|
589
|
+
declare function __VLS_template_19(): {
|
|
570
590
|
slots: {
|
|
571
591
|
default?(_: {}): any;
|
|
572
592
|
};
|
|
@@ -576,28 +596,28 @@ declare function __VLS_template_18(): {
|
|
|
576
596
|
attrs: Partial<{}>;
|
|
577
597
|
};
|
|
578
598
|
|
|
579
|
-
declare function
|
|
599
|
+
declare function __VLS_template_2(): {
|
|
580
600
|
slots: {
|
|
581
601
|
default?(_: {}): any;
|
|
602
|
+
dropdown?(_: {}): any;
|
|
582
603
|
};
|
|
583
604
|
refs: {
|
|
584
|
-
|
|
605
|
+
element: HTMLLIElement;
|
|
585
606
|
};
|
|
586
607
|
attrs: Partial<{}>;
|
|
587
608
|
};
|
|
588
609
|
|
|
589
|
-
declare function
|
|
610
|
+
declare function __VLS_template_20(): {
|
|
590
611
|
slots: {
|
|
591
612
|
default?(_: {}): any;
|
|
592
|
-
dropdown?(_: {}): any;
|
|
593
613
|
};
|
|
594
614
|
refs: {
|
|
595
|
-
|
|
615
|
+
dropdown: unknown;
|
|
596
616
|
};
|
|
597
617
|
attrs: Partial<{}>;
|
|
598
618
|
};
|
|
599
619
|
|
|
600
|
-
declare function
|
|
620
|
+
declare function __VLS_template_21(): {
|
|
601
621
|
slots: {
|
|
602
622
|
default?(_: {}): any;
|
|
603
623
|
};
|
|
@@ -605,7 +625,7 @@ declare function __VLS_template_20(): {
|
|
|
605
625
|
attrs: Partial<{}>;
|
|
606
626
|
};
|
|
607
627
|
|
|
608
|
-
declare function
|
|
628
|
+
declare function __VLS_template_22(): {
|
|
609
629
|
slots: {
|
|
610
630
|
default?(_: {}): any;
|
|
611
631
|
};
|
|
@@ -613,7 +633,7 @@ declare function __VLS_template_21(): {
|
|
|
613
633
|
attrs: Partial<{}>;
|
|
614
634
|
};
|
|
615
635
|
|
|
616
|
-
declare function
|
|
636
|
+
declare function __VLS_template_23(): {
|
|
617
637
|
slots: {
|
|
618
638
|
default?(_: {}): any;
|
|
619
639
|
};
|
|
@@ -621,7 +641,7 @@ declare function __VLS_template_22(): {
|
|
|
621
641
|
attrs: Partial<{}>;
|
|
622
642
|
};
|
|
623
643
|
|
|
624
|
-
declare function
|
|
644
|
+
declare function __VLS_template_24(): {
|
|
625
645
|
slots: {
|
|
626
646
|
actions?(_: {}): any;
|
|
627
647
|
default?(_: {}): any;
|
|
@@ -631,7 +651,7 @@ declare function __VLS_template_23(): {
|
|
|
631
651
|
attrs: Partial<{}>;
|
|
632
652
|
};
|
|
633
653
|
|
|
634
|
-
declare function
|
|
654
|
+
declare function __VLS_template_25(): {
|
|
635
655
|
slots: {
|
|
636
656
|
content?(_: {}): any;
|
|
637
657
|
default?(_: {}): any;
|
|
@@ -807,6 +827,8 @@ declare type __VLS_TemplateResult_23 = ReturnType<typeof __VLS_template_23>;
|
|
|
807
827
|
|
|
808
828
|
declare type __VLS_TemplateResult_24 = ReturnType<typeof __VLS_template_24>;
|
|
809
829
|
|
|
830
|
+
declare type __VLS_TemplateResult_25 = ReturnType<typeof __VLS_template_25>;
|
|
831
|
+
|
|
810
832
|
declare type __VLS_TemplateResult_3 = ReturnType<typeof __VLS_template_3>;
|
|
811
833
|
|
|
812
834
|
declare type __VLS_TemplateResult_4 = ReturnType<typeof __VLS_template_4>;
|
|
@@ -835,12 +857,14 @@ declare let __VLS_typeProps_2: {
|
|
|
835
857
|
startOfWeek?: number;
|
|
836
858
|
mode?: 'single' | 'range';
|
|
837
859
|
weekNumbers?: 'firstFourDays';
|
|
860
|
+
presets?: Array<Date | (() => Date)>;
|
|
838
861
|
};
|
|
839
862
|
|
|
840
863
|
declare let __VLS_typeProps_3: {
|
|
841
864
|
name?: string;
|
|
842
865
|
disabled?: boolean;
|
|
843
866
|
placeholder?: string;
|
|
867
|
+
maxlength?: number;
|
|
844
868
|
};
|
|
845
869
|
|
|
846
870
|
declare let __VLS_typeProps_4: {
|
|
@@ -972,6 +996,12 @@ declare type __VLS_WithTemplateSlots_24<T, S> = T & {
|
|
|
972
996
|
};
|
|
973
997
|
};
|
|
974
998
|
|
|
999
|
+
declare type __VLS_WithTemplateSlots_25<T, S> = T & {
|
|
1000
|
+
new (): {
|
|
1001
|
+
$slots: S;
|
|
1002
|
+
};
|
|
1003
|
+
};
|
|
1004
|
+
|
|
975
1005
|
declare type __VLS_WithTemplateSlots_3<T, S> = T & {
|
|
976
1006
|
new (): {
|
|
977
1007
|
$slots: S;
|
|
@@ -1039,12 +1069,12 @@ export declare interface ActivityLogEntry {
|
|
|
1039
1069
|
identity?: {
|
|
1040
1070
|
identityId: string;
|
|
1041
1071
|
type: 'user' | 'system' | 'oauth_client';
|
|
1042
|
-
|
|
1043
|
-
name?: string;
|
|
1044
|
-
};
|
|
1072
|
+
name?: string;
|
|
1045
1073
|
};
|
|
1046
1074
|
}
|
|
1047
1075
|
|
|
1076
|
+
export declare const Badge: __VLS_WithTemplateSlots_13<typeof __VLS_component_13, __VLS_TemplateResult_13["slots"]>;
|
|
1077
|
+
|
|
1048
1078
|
declare function blur_2(): void;
|
|
1049
1079
|
|
|
1050
1080
|
declare function blur_3(): void;
|
|
@@ -1140,6 +1170,17 @@ export declare interface DataColumnValuesEnum {
|
|
|
1140
1170
|
type: 'enum';
|
|
1141
1171
|
isArray: boolean;
|
|
1142
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')[];
|
|
1143
1184
|
}
|
|
1144
1185
|
|
|
1145
1186
|
export declare interface DataColumnValuesEnumSet {
|
|
@@ -1157,6 +1198,9 @@ export declare interface DataColumnValuesNumber {
|
|
|
1157
1198
|
type: 'number';
|
|
1158
1199
|
min?: default_2 | number;
|
|
1159
1200
|
max?: default_2 | number;
|
|
1201
|
+
unitLabel?: string;
|
|
1202
|
+
maximumFractionDigits?: number;
|
|
1203
|
+
minimumFractionDigits?: number;
|
|
1160
1204
|
}
|
|
1161
1205
|
|
|
1162
1206
|
export declare interface DataColumnValuesText {
|
|
@@ -1230,20 +1274,19 @@ export declare interface DataTableContextMenuProvider {
|
|
|
1230
1274
|
}
|
|
1231
1275
|
|
|
1232
1276
|
export declare const DateInput: DefineComponent<__VLS_PublicProps_2, {}, {}, {}, {}, ComponentOptionsMixin, ComponentOptionsMixin, {
|
|
1233
|
-
"update:modelValue": (modelValue:
|
|
1234
|
-
start: Date;
|
|
1235
|
-
end: Date;
|
|
1236
|
-
}) => any;
|
|
1277
|
+
"update:modelValue": (modelValue: DateInputValue) => any;
|
|
1237
1278
|
}, string, PublicProps, Readonly<__VLS_PublicProps_2> & Readonly<{
|
|
1238
|
-
"onUpdate:modelValue"?: ((modelValue:
|
|
1239
|
-
start: Date;
|
|
1240
|
-
end: Date;
|
|
1241
|
-
}) => any) | undefined;
|
|
1279
|
+
"onUpdate:modelValue"?: ((modelValue: DateInputValue) => any) | undefined;
|
|
1242
1280
|
}>, {
|
|
1243
1281
|
startOfWeek: number;
|
|
1244
1282
|
mode: "single" | "range";
|
|
1245
1283
|
}, {}, {}, {}, string, ComponentProvideOptions, false, {}, any>;
|
|
1246
1284
|
|
|
1285
|
+
export declare type DateInputValue = Date | {
|
|
1286
|
+
start: Date;
|
|
1287
|
+
end: Date;
|
|
1288
|
+
};
|
|
1289
|
+
|
|
1247
1290
|
export declare const DatePicker: DefineComponent<__VLS_PublicProps_6, {}, {}, {}, {}, ComponentOptionsMixin, ComponentOptionsMixin, {
|
|
1248
1291
|
"update:modelValue": (modelValue: Date | {
|
|
1249
1292
|
start: Date;
|
|
@@ -1293,9 +1336,9 @@ export declare interface DecimalInputValue {
|
|
|
1293
1336
|
declare const _default: Plugin_2<[]>;
|
|
1294
1337
|
export default _default;
|
|
1295
1338
|
|
|
1296
|
-
export declare const Draggable:
|
|
1339
|
+
export declare const Draggable: __VLS_WithTemplateSlots_17<typeof __VLS_component_17, __VLS_TemplateResult_17["slots"]>;
|
|
1297
1340
|
|
|
1298
|
-
export declare const DraggableListItem:
|
|
1341
|
+
export declare const DraggableListItem: __VLS_WithTemplateSlots_18<typeof __VLS_component_18, __VLS_TemplateResult_18["slots"]>;
|
|
1299
1342
|
|
|
1300
1343
|
export declare interface DragPayload {
|
|
1301
1344
|
type: string;
|
|
@@ -1319,15 +1362,15 @@ export declare interface DragPayload {
|
|
|
1319
1362
|
|
|
1320
1363
|
export declare const DropdownButton: __VLS_WithTemplateSlots<typeof __VLS_component, __VLS_TemplateResult["slots"]>;
|
|
1321
1364
|
|
|
1322
|
-
export declare const DropdownCheckbox:
|
|
1365
|
+
export declare const DropdownCheckbox: __VLS_WithTemplateSlots_22<typeof __VLS_component_22, __VLS_TemplateResult_22["slots"]>;
|
|
1323
1366
|
|
|
1324
1367
|
export declare const DropdownDivider: DefineComponent< {}, {}, {}, {}, {}, ComponentOptionsMixin, ComponentOptionsMixin, {}, string, PublicProps, Readonly<{}> & Readonly<{}>, {}, {}, {}, {}, string, ComponentProvideOptions, true, {}, any>;
|
|
1325
1368
|
|
|
1326
|
-
export declare const DropdownGroup:
|
|
1369
|
+
export declare const DropdownGroup: __VLS_WithTemplateSlots_23<typeof __VLS_component_23, __VLS_TemplateResult_23["slots"]>;
|
|
1327
1370
|
|
|
1328
|
-
export declare const DropdownItem:
|
|
1371
|
+
export declare const DropdownItem: __VLS_WithTemplateSlots_21<typeof __VLS_component_21, __VLS_TemplateResult_21["slots"]>;
|
|
1329
1372
|
|
|
1330
|
-
export declare const DropdownMenu:
|
|
1373
|
+
export declare const DropdownMenu: __VLS_WithTemplateSlots_20<typeof __VLS_component_20, __VLS_TemplateResult_20["slots"]>;
|
|
1331
1374
|
|
|
1332
1375
|
export declare type DropdownTarget = Element | DropdownTargetPoint;
|
|
1333
1376
|
|
|
@@ -1336,7 +1379,7 @@ export declare interface DropdownTargetPoint {
|
|
|
1336
1379
|
y: number;
|
|
1337
1380
|
}
|
|
1338
1381
|
|
|
1339
|
-
export declare const DropZone:
|
|
1382
|
+
export declare const DropZone: __VLS_WithTemplateSlots_19<typeof __VLS_component_19, __VLS_TemplateResult_19["slots"]>;
|
|
1340
1383
|
|
|
1341
1384
|
export declare interface DropZoneRef {
|
|
1342
1385
|
accepts: string | string[];
|
|
@@ -1456,7 +1499,7 @@ onFocus?: ((value: Event) => any) | undefined;
|
|
|
1456
1499
|
"onUpdate:modelValue"?: ((value: string) => any) | undefined;
|
|
1457
1500
|
}>, {}, {}, {}, {}, string, ComponentProvideOptions, false, {}, any>;
|
|
1458
1501
|
|
|
1459
|
-
export declare const InspectorLayout:
|
|
1502
|
+
export declare const InspectorLayout: __VLS_WithTemplateSlots_15<typeof __VLS_component_15, __VLS_TemplateResult_15["slots"]>;
|
|
1460
1503
|
|
|
1461
1504
|
/**
|
|
1462
1505
|
* Defines the provider that provides InspectorLayout with content to render
|
|
@@ -1501,10 +1544,7 @@ export declare interface InspectorTab extends NavItemDefinition {
|
|
|
1501
1544
|
* An HTML tag name, a Component name or Component class reference to render as tab's content.
|
|
1502
1545
|
*/
|
|
1503
1546
|
component: string | object;
|
|
1504
|
-
|
|
1505
|
-
* An HTML tag name, a Component name or Component class reference to render as tab's toolbar.
|
|
1506
|
-
*/
|
|
1507
|
-
toolbar?: string | object;
|
|
1547
|
+
toolbar?: ToolbarItem[];
|
|
1508
1548
|
props?: any;
|
|
1509
1549
|
}
|
|
1510
1550
|
|
|
@@ -1526,7 +1566,7 @@ tags?: LabelTagDefinition[] | ComputedRef<LabelTagDefinition[]>;
|
|
|
1526
1566
|
tags?: LabelTagDefinition[] | ComputedRef<LabelTagDefinition[]>;
|
|
1527
1567
|
}> & Readonly<{}>, {}, {}, {}, {}, string, ComponentProvideOptions, false, {}, any>;
|
|
1528
1568
|
|
|
1529
|
-
export declare const ListDetailLayout:
|
|
1569
|
+
export declare const ListDetailLayout: __VLS_WithTemplateSlots_16<typeof __VLS_component_16, __VLS_TemplateResult_16["slots"]>;
|
|
1530
1570
|
|
|
1531
1571
|
export declare const ListLink: __VLS_WithTemplateSlots_2<typeof __VLS_component_2, __VLS_TemplateResult_2["slots"]>;
|
|
1532
1572
|
|
|
@@ -1559,6 +1599,7 @@ modelValue: string;
|
|
|
1559
1599
|
isValid?: boolean;
|
|
1560
1600
|
defaultCountry?: string;
|
|
1561
1601
|
name?: string;
|
|
1602
|
+
id?: string;
|
|
1562
1603
|
}, {
|
|
1563
1604
|
setError: typeof setError_4;
|
|
1564
1605
|
focus: typeof focus_5;
|
|
@@ -1576,6 +1617,7 @@ modelValue: string;
|
|
|
1576
1617
|
isValid?: boolean;
|
|
1577
1618
|
defaultCountry?: string;
|
|
1578
1619
|
name?: string;
|
|
1620
|
+
id?: string;
|
|
1579
1621
|
}> & Readonly<{
|
|
1580
1622
|
onBlur?: ((value: Event) => any) | undefined;
|
|
1581
1623
|
onFocus?: ((value: Event) => any) | undefined;
|
|
@@ -1653,13 +1695,13 @@ declare function setError_4(message?: string): void;
|
|
|
1653
1695
|
*/
|
|
1654
1696
|
declare function setError_5(message?: string): void;
|
|
1655
1697
|
|
|
1656
|
-
export declare const SidebarLayout:
|
|
1698
|
+
export declare const SidebarLayout: __VLS_WithTemplateSlots_14<typeof __VLS_component_14, __VLS_TemplateResult_14["slots"]>;
|
|
1657
1699
|
|
|
1658
1700
|
export declare const Spinner: DefineComponent< {}, {}, {}, {}, {}, ComponentOptionsMixin, ComponentOptionsMixin, {}, string, PublicProps, Readonly<{}> & Readonly<{}>, {}, {}, {}, {}, string, ComponentProvideOptions, true, {}, any>;
|
|
1659
1701
|
|
|
1660
|
-
export declare const TabBar:
|
|
1702
|
+
export declare const TabBar: __VLS_WithTemplateSlots_24<typeof __VLS_component_24, __VLS_TemplateResult_24["slots"]>;
|
|
1661
1703
|
|
|
1662
|
-
export declare const TabItem:
|
|
1704
|
+
export declare const TabItem: __VLS_WithTemplateSlots_25<typeof __VLS_component_25, __VLS_TemplateResult_25["slots"]>;
|
|
1663
1705
|
|
|
1664
1706
|
export declare const TextInput: DefineComponent<__VLS_PublicProps, {
|
|
1665
1707
|
setError: typeof setError;
|
|
@@ -1698,6 +1740,39 @@ disabled?: boolean;
|
|
|
1698
1740
|
"onUpdate:modelValue"?: ((value: boolean) => any) | undefined;
|
|
1699
1741
|
}>, {}, {}, {}, {}, string, ComponentProvideOptions, false, {}, any>;
|
|
1700
1742
|
|
|
1743
|
+
export declare const Toolbar: DefineComponent< {
|
|
1744
|
+
items: ToolbarItem[];
|
|
1745
|
+
}, {}, {}, {}, {}, ComponentOptionsMixin, ComponentOptionsMixin, {}, string, PublicProps, Readonly<{
|
|
1746
|
+
items: ToolbarItem[];
|
|
1747
|
+
}> & Readonly<{}>, {}, {}, {}, {}, string, ComponentProvideOptions, false, {}, any>;
|
|
1748
|
+
|
|
1749
|
+
export declare interface ToolbarButton {
|
|
1750
|
+
type: 'button';
|
|
1751
|
+
id: string;
|
|
1752
|
+
label?: string;
|
|
1753
|
+
icon?: IconName;
|
|
1754
|
+
disabled?: boolean;
|
|
1755
|
+
buttonStyle?: 'default' | 'primary' | 'warning' | 'danger' | 'silent';
|
|
1756
|
+
onClick: () => void;
|
|
1757
|
+
title?: string;
|
|
1758
|
+
align?: 'left' | 'right';
|
|
1759
|
+
}
|
|
1760
|
+
|
|
1761
|
+
export declare interface ToolbarButtonGroup {
|
|
1762
|
+
type: 'button-group';
|
|
1763
|
+
id: string;
|
|
1764
|
+
buttons: Omit<ToolbarButton, 'type' | 'align'>[];
|
|
1765
|
+
align?: 'left' | 'right';
|
|
1766
|
+
}
|
|
1767
|
+
|
|
1768
|
+
export declare type ToolbarItem = ToolbarButton | ToolbarButtonGroup | ToolbarSeparator;
|
|
1769
|
+
|
|
1770
|
+
export declare interface ToolbarSeparator {
|
|
1771
|
+
type: 'separator';
|
|
1772
|
+
id: string;
|
|
1773
|
+
align?: 'left' | 'right';
|
|
1774
|
+
}
|
|
1775
|
+
|
|
1701
1776
|
export declare const Tree: DefineComponent< {
|
|
1702
1777
|
cacheKey: string;
|
|
1703
1778
|
nodes: TreeNode[];
|