@omnia/fx 8.0.155-dev → 8.0.157-dev
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/internal-do-not-import-from-here/ux/aurora/store/ColorSchemaStore.d.ts +152 -0
- package/internal-do-not-import-from-here/ux/aurora/store/SpacingBlueprintStore.d.ts +152 -0
- package/internal-do-not-import-from-here/ux/aurora/store/TypographyBlueprintStore.d.ts +152 -0
- package/internal-do-not-import-from-here/ux/aurora/styling/UseStyling.d.ts +17 -39
- package/internal-do-not-import-from-here/ux/aurora/styling/styles/Blueprints.d.ts +26 -38
- package/internal-do-not-import-from-here/ux/aurora/styling/styles/Chrome.d.ts +1 -1
- package/internal-do-not-import-from-here/ux/aurora/styling/styles/Colors.d.ts +23 -29
- package/internal-do-not-import-from-here/ux/aurora/styling/styles/General.d.ts +1 -1
- package/internal-do-not-import-from-here/ux/aurora/styling/styles/Spacing.d.ts +8 -11
- package/internal-do-not-import-from-here/ux/aurora/styling/styles/Typography.d.ts +1 -1
- package/internal-do-not-import-from-here/ux/aurora/styling/styles/index.d.ts +2 -2
- package/internal-do-not-import-from-here/ux/journey/use/UseBlade.d.ts +1 -1
- package/internal-do-not-import-from-here/ux/markdown/MarkdownEditor.d.ts +22 -1
- package/internal-do-not-import-from-here/ux/markdown/MarkdownRenderer.css.d.ts +3 -2
- package/internal-do-not-import-from-here/ux/markdown/MarkdownRenderer.d.ts +22 -1
- package/internal-do-not-import-from-here/ux/oxide/datatable/DataTable.css.d.ts +152 -0
- package/internal-do-not-import-from-here/ux/oxide/datatable/DataTable.d.ts +304 -0
- package/internal-do-not-import-from-here/ux/oxide/datepicker/DateTimePicker.d.ts +389 -10
- package/internal-do-not-import-from-here/ux/oxide/link/Link.d.ts +18 -49
- package/internal-do-not-import-from-here/ux/oxide/select/Select.d.ts +304 -0
- package/internal-do-not-import-from-here/ux/oxide/tab/Tab.d.ts +21 -0
- package/internal-do-not-import-from-here/ux/oxide/text/Text.css.d.ts +0 -2
- package/internal-do-not-import-from-here/ux/oxide/text/Text.d.ts +27 -53
- package/internal-do-not-import-from-here/ux/use/UseColorSchemaSetup.d.ts +152 -0
- package/internal-do-not-import-from-here/ux/velcron/components/contenteditor/VelcronContentEditor.d.ts +10 -10
- package/internal-do-not-import-from-here/ux/velcron/components/contenteditor/stores/ContentEditorStore.d.ts +3 -3
- package/internal-do-not-import-from-here/ux/velcron/components/contenteditorNew/DefinitionRegistrations.d.ts +1 -0
- package/internal-do-not-import-from-here/ux/velcron/components/contenteditorNew/VelcronContentEditor.css.d.ts +6 -0
- package/internal-do-not-import-from-here/ux/velcron/components/contenteditorNew/VelcronContentEditor.d.ts +875 -0
- package/internal-do-not-import-from-here/ux/velcron/components/contenteditorNew/definitions/content/Image.d.ts +2 -0
- package/internal-do-not-import-from-here/ux/velcron/components/contenteditorNew/definitions/content/ImageText.d.ts +3 -0
- package/internal-do-not-import-from-here/ux/velcron/components/contenteditorNew/definitions/content/Quote.d.ts +2 -0
- package/internal-do-not-import-from-here/ux/velcron/components/contenteditorNew/definitions/content/Text.d.ts +2 -0
- package/internal-do-not-import-from-here/ux/velcron/components/contenteditorNew/definitions/content/index.d.ts +4 -0
- package/internal-do-not-import-from-here/ux/velcron/components/contenteditorNew/definitions/index.d.ts +2 -0
- package/internal-do-not-import-from-here/ux/velcron/components/contenteditorNew/definitions/social/Image.d.ts +2 -0
- package/internal-do-not-import-from-here/ux/velcron/components/contenteditorNew/definitions/social/MicroBlog.d.ts +3 -0
- package/internal-do-not-import-from-here/ux/velcron/components/contenteditorNew/definitions/social/MicroBlog2.d.ts +3 -0
- package/internal-do-not-import-from-here/ux/velcron/components/contenteditorNew/definitions/social/Praise.d.ts +2 -0
- package/internal-do-not-import-from-here/ux/velcron/components/contenteditorNew/definitions/social/SocialText.d.ts +2 -0
- package/internal-do-not-import-from-here/ux/velcron/components/contenteditorNew/definitions/social/index.d.ts +4 -0
- package/internal-do-not-import-from-here/ux/velcron/components/contenteditorNew/models/ContentDefinitionRegistration.d.ts +9 -0
- package/internal-do-not-import-from-here/ux/velcron/components/contenteditorNew/models/VelcronDefinitionIds.d.ts +15 -0
- package/internal-do-not-import-from-here/ux/velcron/components/contenteditorNew/models/index.d.ts +2 -0
- package/internal-do-not-import-from-here/ux/velcron/components/contenteditorNew/stores/ContentEditorStore.d.ts +162 -0
- package/internal-do-not-import-from-here/ux/velcron/core/models/VelcronDefinitions.d.ts +3 -1
- package/internal-do-not-import-from-here/ux/velcron/core/models/VelcronPropertyEditorDefinitions.d.ts +12 -16
- package/internal-do-not-import-from-here/ux/velcron/core/stores/VelcronTheming.d.ts +2 -1
- package/internal-do-not-import-from-here/ux/velcron/editor/stores/VelcronEditorStore.d.ts +1 -10
- package/internal-do-not-import-from-here/ux/velcron/renderer/propertyeditors/IconEditor.d.ts +406 -0
- package/internal-do-not-import-from-here/ux/velcron/renderer/propertyeditors/TypographyEditor.d.ts +98 -102
- package/internal-do-not-import-from-here/ux/versionedlayout/blade/Shared.d.ts +1 -0
- package/internal-do-not-import-from-here/wctypings.d.ts +14 -1
- package/package.json +2 -2
@@ -1,23 +1,214 @@
|
|
1
|
+
import { DefineSlot } from "@omnia/fx/ux";
|
1
2
|
import { VNodeChild } from "vue";
|
2
3
|
export declare const ODateTimeTypeDefinitions: readonly ["date", "time", "date-time"];
|
3
4
|
export type ODateTimeTypes = typeof ODateTimeTypeDefinitions[number];
|
4
|
-
declare const _default: <TModel extends unknown, TType extends "time" | "date" | "date-time">(props: {
|
5
|
+
declare const _default: <TModel extends unknown, TType extends "time" | "date" | "date-time">(props: ({
|
5
6
|
"v-model"?: TType extends "date" ? string : boolean;
|
7
|
+
} & {
|
6
8
|
"onUpdate:modelValue"?: (value: TType extends "date" ? string : boolean) => void;
|
9
|
+
} & {
|
7
10
|
modelValue?: TType extends "date" ? string : boolean;
|
11
|
+
} & {
|
8
12
|
type?: TType;
|
13
|
+
} & (TType extends "date" ? {
|
14
|
+
range?: boolean;
|
15
|
+
} : {}) & {
|
9
16
|
disabled?: boolean;
|
17
|
+
} & {
|
10
18
|
showAdjacentMonths?: boolean;
|
19
|
+
} & {
|
11
20
|
showWeek?: boolean;
|
21
|
+
} & {
|
12
22
|
locale?: string;
|
23
|
+
} & {
|
13
24
|
inputMode?: "keyboard" | "calendar";
|
14
|
-
} &
|
25
|
+
} & DefineSlot<"actions", () => VNodeChild> extends infer T ? { [K in keyof T as K extends `emit:${infer _}` | `slot:${infer _}` ? never : K]: ({
|
26
|
+
"v-model"?: TType extends "date" ? string : boolean;
|
27
|
+
} & {
|
28
|
+
"onUpdate:modelValue"?: (value: TType extends "date" ? string : boolean) => void;
|
29
|
+
} & {
|
30
|
+
modelValue?: TType extends "date" ? string : boolean;
|
31
|
+
} & {
|
32
|
+
type?: TType;
|
33
|
+
} & (TType extends "date" ? {
|
34
|
+
range?: boolean;
|
35
|
+
} : {}) & {
|
36
|
+
disabled?: boolean;
|
37
|
+
} & {
|
38
|
+
showAdjacentMonths?: boolean;
|
39
|
+
} & {
|
40
|
+
showWeek?: boolean;
|
41
|
+
} & {
|
42
|
+
locale?: string;
|
43
|
+
} & {
|
44
|
+
inputMode?: "keyboard" | "calendar";
|
45
|
+
} & DefineSlot<"actions", () => VNodeChild>)[K]; } : never) & Omit<({
|
46
|
+
"v-model"?: TType extends "date" ? string : boolean;
|
47
|
+
} & {
|
48
|
+
"onUpdate:modelValue"?: (value: TType extends "date" ? string : boolean) => void;
|
49
|
+
} & {
|
50
|
+
modelValue?: TType extends "date" ? string : boolean;
|
51
|
+
} & {
|
52
|
+
type?: TType;
|
53
|
+
} & (TType extends "date" ? {
|
54
|
+
range?: boolean;
|
55
|
+
} : {}) & {
|
56
|
+
disabled?: boolean;
|
57
|
+
} & {
|
58
|
+
showAdjacentMonths?: boolean;
|
59
|
+
} & {
|
60
|
+
showWeek?: boolean;
|
61
|
+
} & {
|
62
|
+
locale?: string;
|
63
|
+
} & {
|
64
|
+
inputMode?: "keyboard" | "calendar";
|
65
|
+
} & DefineSlot<"actions", () => VNodeChild> extends infer T_1 ? { [K_1 in keyof T_1 as K_1 extends `emit:${infer N}` ? N : never]: ({
|
66
|
+
"v-model"?: TType extends "date" ? string : boolean;
|
67
|
+
} & {
|
68
|
+
"onUpdate:modelValue"?: (value: TType extends "date" ? string : boolean) => void;
|
69
|
+
} & {
|
70
|
+
modelValue?: TType extends "date" ? string : boolean;
|
71
|
+
} & {
|
72
|
+
type?: TType;
|
73
|
+
} & (TType extends "date" ? {
|
74
|
+
range?: boolean;
|
75
|
+
} : {}) & {
|
76
|
+
disabled?: boolean;
|
77
|
+
} & {
|
78
|
+
showAdjacentMonths?: boolean;
|
79
|
+
} & {
|
80
|
+
showWeek?: boolean;
|
81
|
+
} & {
|
82
|
+
locale?: string;
|
83
|
+
} & {
|
84
|
+
inputMode?: "keyboard" | "calendar";
|
85
|
+
} & DefineSlot<"actions", () => VNodeChild>)[K_1]; } : never) extends infer T_2 ? T_2 extends ({
|
86
|
+
"v-model"?: TType extends "date" ? string : boolean;
|
87
|
+
} & {
|
88
|
+
"onUpdate:modelValue"?: (value: TType extends "date" ? string : boolean) => void;
|
89
|
+
} & {
|
90
|
+
modelValue?: TType extends "date" ? string : boolean;
|
91
|
+
} & {
|
92
|
+
type?: TType;
|
93
|
+
} & (TType extends "date" ? {
|
94
|
+
range?: boolean;
|
95
|
+
} : {}) & {
|
96
|
+
disabled?: boolean;
|
97
|
+
} & {
|
98
|
+
showAdjacentMonths?: boolean;
|
99
|
+
} & {
|
100
|
+
showWeek?: boolean;
|
101
|
+
} & {
|
102
|
+
locale?: string;
|
103
|
+
} & {
|
104
|
+
inputMode?: "keyboard" | "calendar";
|
105
|
+
} & DefineSlot<"actions", () => VNodeChild> extends infer T_1 ? { [K_1 in keyof T_1 as K_1 extends `emit:${infer N}` ? N : never]: ({
|
106
|
+
"v-model"?: TType extends "date" ? string : boolean;
|
107
|
+
} & {
|
108
|
+
"onUpdate:modelValue"?: (value: TType extends "date" ? string : boolean) => void;
|
109
|
+
} & {
|
110
|
+
modelValue?: TType extends "date" ? string : boolean;
|
111
|
+
} & {
|
112
|
+
type?: TType;
|
113
|
+
} & (TType extends "date" ? {
|
114
|
+
range?: boolean;
|
115
|
+
} : {}) & {
|
116
|
+
disabled?: boolean;
|
117
|
+
} & {
|
118
|
+
showAdjacentMonths?: boolean;
|
119
|
+
} & {
|
120
|
+
showWeek?: boolean;
|
121
|
+
} & {
|
122
|
+
locale?: string;
|
123
|
+
} & {
|
124
|
+
inputMode?: "keyboard" | "calendar";
|
125
|
+
} & DefineSlot<"actions", () => VNodeChild>)[K_1]; } : never) ? T_2 extends string[] ? { [K_2 in `on${Capitalize<T_2[number]>}`]?: (...args: any[]) => any; } : T_2 extends import("vue").ObjectEmitsOptions ? { [K_3 in `on${Capitalize<string & keyof T_2>}`]?: K_3 extends `on${infer C}` ? T_2[Uncapitalize<C>] extends null ? (...args: any[]) => any : (...args: T_2[Uncapitalize<C>] extends (...args: infer P) => any ? P : never) => any : never; } : {} : never : never, keyof ({
|
126
|
+
"v-model"?: TType extends "date" ? string : boolean;
|
127
|
+
} & {
|
128
|
+
"onUpdate:modelValue"?: (value: TType extends "date" ? string : boolean) => void;
|
129
|
+
} & {
|
130
|
+
modelValue?: TType extends "date" ? string : boolean;
|
131
|
+
} & {
|
132
|
+
type?: TType;
|
133
|
+
} & (TType extends "date" ? {
|
134
|
+
range?: boolean;
|
135
|
+
} : {}) & {
|
136
|
+
disabled?: boolean;
|
137
|
+
} & {
|
138
|
+
showAdjacentMonths?: boolean;
|
139
|
+
} & {
|
140
|
+
showWeek?: boolean;
|
141
|
+
} & {
|
142
|
+
locale?: string;
|
143
|
+
} & {
|
144
|
+
inputMode?: "keyboard" | "calendar";
|
145
|
+
} & DefineSlot<"actions", () => VNodeChild> extends infer T ? { [K in keyof T as K extends `emit:${infer _}` | `slot:${infer _}` ? never : K]: ({
|
146
|
+
"v-model"?: TType extends "date" ? string : boolean;
|
147
|
+
} & {
|
148
|
+
"onUpdate:modelValue"?: (value: TType extends "date" ? string : boolean) => void;
|
149
|
+
} & {
|
150
|
+
modelValue?: TType extends "date" ? string : boolean;
|
151
|
+
} & {
|
152
|
+
type?: TType;
|
153
|
+
} & (TType extends "date" ? {
|
154
|
+
range?: boolean;
|
155
|
+
} : {}) & {
|
156
|
+
disabled?: boolean;
|
157
|
+
} & {
|
158
|
+
showAdjacentMonths?: boolean;
|
159
|
+
} & {
|
160
|
+
showWeek?: boolean;
|
161
|
+
} & {
|
162
|
+
locale?: string;
|
163
|
+
} & {
|
164
|
+
inputMode?: "keyboard" | "calendar";
|
165
|
+
} & DefineSlot<"actions", () => VNodeChild>)[K]; } : never)> & {
|
15
166
|
"v-slots"?: {
|
16
167
|
default?: import("vue").Slot;
|
168
|
+
} & ({
|
169
|
+
"v-model"?: TType extends "date" ? string : boolean;
|
17
170
|
} & {
|
18
|
-
|
19
|
-
}
|
20
|
-
|
171
|
+
"onUpdate:modelValue"?: (value: TType extends "date" ? string : boolean) => void;
|
172
|
+
} & {
|
173
|
+
modelValue?: TType extends "date" ? string : boolean;
|
174
|
+
} & {
|
175
|
+
type?: TType;
|
176
|
+
} & (TType extends "date" ? {
|
177
|
+
range?: boolean;
|
178
|
+
} : {}) & {
|
179
|
+
disabled?: boolean;
|
180
|
+
} & {
|
181
|
+
showAdjacentMonths?: boolean;
|
182
|
+
} & {
|
183
|
+
showWeek?: boolean;
|
184
|
+
} & {
|
185
|
+
locale?: string;
|
186
|
+
} & {
|
187
|
+
inputMode?: "keyboard" | "calendar";
|
188
|
+
} & DefineSlot<"actions", () => VNodeChild> extends infer T_3 ? { [K_4 in keyof T_3 as K_4 extends `slot:${infer N_1}` ? N_1 : never]: ({
|
189
|
+
"v-model"?: TType extends "date" ? string : boolean;
|
190
|
+
} & {
|
191
|
+
"onUpdate:modelValue"?: (value: TType extends "date" ? string : boolean) => void;
|
192
|
+
} & {
|
193
|
+
modelValue?: TType extends "date" ? string : boolean;
|
194
|
+
} & {
|
195
|
+
type?: TType;
|
196
|
+
} & (TType extends "date" ? {
|
197
|
+
range?: boolean;
|
198
|
+
} : {}) & {
|
199
|
+
disabled?: boolean;
|
200
|
+
} & {
|
201
|
+
showAdjacentMonths?: boolean;
|
202
|
+
} & {
|
203
|
+
showWeek?: boolean;
|
204
|
+
} & {
|
205
|
+
locale?: string;
|
206
|
+
} & {
|
207
|
+
inputMode?: "keyboard" | "calendar";
|
208
|
+
} & DefineSlot<"actions", () => VNodeChild>)[K_4]; } : never);
|
209
|
+
} & Omit<import("@omnia/fx/ux").VueComponentBaseProps, "type" | "disabled" | "v-model" | "onUpdate:modelValue" | "modelValue" | "inputMode" | "locale" | "showAdjacentMonths" | "showWeek" | "slot:actions" | keyof (TType extends "date" ? {
|
210
|
+
range?: boolean;
|
211
|
+
} : {})>) => {
|
21
212
|
$: import("vue").ComponentInternalInstance;
|
22
213
|
$data: {};
|
23
214
|
$props: {};
|
@@ -53,25 +244,213 @@ declare const _default: <TModel extends unknown, TType extends "time" | "date" |
|
|
53
244
|
};
|
54
245
|
$forceUpdate: () => void;
|
55
246
|
$nextTick: typeof import("vue").nextTick;
|
56
|
-
$watch<
|
247
|
+
$watch<T_4 extends string | ((...args: any) => any)>(source: T_4, cb: T_4 extends (...args: any) => infer R ? (args_0: R, args_1: R) => any : (...args: any) => any, options?: import("vue").WatchOptions<boolean>): import("vue").WatchStopHandle;
|
57
248
|
} & Omit<{}, never> & import("vue").ShallowUnwrapRef<{}> & {} & import("vue").ComponentCustomProperties & {} & {
|
58
|
-
propsDefinition: {
|
249
|
+
propsDefinition: ({
|
59
250
|
"v-model"?: TType extends "date" ? string : boolean;
|
251
|
+
} & {
|
60
252
|
"onUpdate:modelValue"?: (value: TType extends "date" ? string : boolean) => void;
|
253
|
+
} & {
|
61
254
|
modelValue?: TType extends "date" ? string : boolean;
|
255
|
+
} & {
|
62
256
|
type?: TType;
|
257
|
+
} & (TType extends "date" ? {
|
258
|
+
range?: boolean;
|
259
|
+
} : {}) & {
|
63
260
|
disabled?: boolean;
|
261
|
+
} & {
|
64
262
|
showAdjacentMonths?: boolean;
|
263
|
+
} & {
|
65
264
|
showWeek?: boolean;
|
265
|
+
} & {
|
66
266
|
locale?: string;
|
267
|
+
} & {
|
67
268
|
inputMode?: "keyboard" | "calendar";
|
269
|
+
} & DefineSlot<"actions", () => VNodeChild> extends infer T_5 ? { [K in keyof T_5 as K extends `emit:${infer _}` | `slot:${infer _}` ? never : K]: ({
|
270
|
+
"v-model"?: TType extends "date" ? string : boolean;
|
271
|
+
} & {
|
272
|
+
"onUpdate:modelValue"?: (value: TType extends "date" ? string : boolean) => void;
|
273
|
+
} & {
|
274
|
+
modelValue?: TType extends "date" ? string : boolean;
|
275
|
+
} & {
|
276
|
+
type?: TType;
|
277
|
+
} & (TType extends "date" ? {
|
278
|
+
range?: boolean;
|
279
|
+
} : {}) & {
|
280
|
+
disabled?: boolean;
|
281
|
+
} & {
|
282
|
+
showAdjacentMonths?: boolean;
|
283
|
+
} & {
|
284
|
+
showWeek?: boolean;
|
285
|
+
} & {
|
286
|
+
locale?: string;
|
68
287
|
} & {
|
288
|
+
inputMode?: "keyboard" | "calendar";
|
289
|
+
} & DefineSlot<"actions", () => VNodeChild>)[K]; } : never) & {
|
69
290
|
"v-slots"?: {
|
70
291
|
default?: import("vue").Slot;
|
292
|
+
} & ({
|
293
|
+
"v-model"?: TType extends "date" ? string : boolean;
|
294
|
+
} & {
|
295
|
+
"onUpdate:modelValue"?: (value: TType extends "date" ? string : boolean) => void;
|
296
|
+
} & {
|
297
|
+
modelValue?: TType extends "date" ? string : boolean;
|
298
|
+
} & {
|
299
|
+
type?: TType;
|
300
|
+
} & (TType extends "date" ? {
|
301
|
+
range?: boolean;
|
302
|
+
} : {}) & {
|
303
|
+
disabled?: boolean;
|
304
|
+
} & {
|
305
|
+
showAdjacentMonths?: boolean;
|
306
|
+
} & {
|
307
|
+
showWeek?: boolean;
|
308
|
+
} & {
|
309
|
+
locale?: string;
|
310
|
+
} & {
|
311
|
+
inputMode?: "keyboard" | "calendar";
|
312
|
+
} & DefineSlot<"actions", () => VNodeChild> extends infer T_6 ? { [K_4 in keyof T_6 as K_4 extends `slot:${infer N_1}` ? N_1 : never]: ({
|
313
|
+
"v-model"?: TType extends "date" ? string : boolean;
|
314
|
+
} & {
|
315
|
+
"onUpdate:modelValue"?: (value: TType extends "date" ? string : boolean) => void;
|
316
|
+
} & {
|
317
|
+
modelValue?: TType extends "date" ? string : boolean;
|
318
|
+
} & {
|
319
|
+
type?: TType;
|
320
|
+
} & (TType extends "date" ? {
|
321
|
+
range?: boolean;
|
322
|
+
} : {}) & {
|
323
|
+
disabled?: boolean;
|
324
|
+
} & {
|
325
|
+
showAdjacentMonths?: boolean;
|
71
326
|
} & {
|
72
|
-
|
73
|
-
}
|
74
|
-
|
327
|
+
showWeek?: boolean;
|
328
|
+
} & {
|
329
|
+
locale?: string;
|
330
|
+
} & {
|
331
|
+
inputMode?: "keyboard" | "calendar";
|
332
|
+
} & DefineSlot<"actions", () => VNodeChild>)[K_4]; } : never);
|
333
|
+
} & (({
|
334
|
+
"v-model"?: TType extends "date" ? string : boolean;
|
335
|
+
} & {
|
336
|
+
"onUpdate:modelValue"?: (value: TType extends "date" ? string : boolean) => void;
|
337
|
+
} & {
|
338
|
+
modelValue?: TType extends "date" ? string : boolean;
|
339
|
+
} & {
|
340
|
+
type?: TType;
|
341
|
+
} & (TType extends "date" ? {
|
342
|
+
range?: boolean;
|
343
|
+
} : {}) & {
|
344
|
+
disabled?: boolean;
|
345
|
+
} & {
|
346
|
+
showAdjacentMonths?: boolean;
|
347
|
+
} & {
|
348
|
+
showWeek?: boolean;
|
349
|
+
} & {
|
350
|
+
locale?: string;
|
351
|
+
} & {
|
352
|
+
inputMode?: "keyboard" | "calendar";
|
353
|
+
} & DefineSlot<"actions", () => VNodeChild> extends infer T_7 ? { [K_1 in keyof T_7 as K_1 extends `emit:${infer N}` ? N : never]: ({
|
354
|
+
"v-model"?: TType extends "date" ? string : boolean;
|
355
|
+
} & {
|
356
|
+
"onUpdate:modelValue"?: (value: TType extends "date" ? string : boolean) => void;
|
357
|
+
} & {
|
358
|
+
modelValue?: TType extends "date" ? string : boolean;
|
359
|
+
} & {
|
360
|
+
type?: TType;
|
361
|
+
} & (TType extends "date" ? {
|
362
|
+
range?: boolean;
|
363
|
+
} : {}) & {
|
364
|
+
disabled?: boolean;
|
365
|
+
} & {
|
366
|
+
showAdjacentMonths?: boolean;
|
367
|
+
} & {
|
368
|
+
showWeek?: boolean;
|
369
|
+
} & {
|
370
|
+
locale?: string;
|
371
|
+
} & {
|
372
|
+
inputMode?: "keyboard" | "calendar";
|
373
|
+
} & DefineSlot<"actions", () => VNodeChild>)[K_1]; } : never) extends infer T_8 ? T_8 extends ({
|
374
|
+
"v-model"?: TType extends "date" ? string : boolean;
|
375
|
+
} & {
|
376
|
+
"onUpdate:modelValue"?: (value: TType extends "date" ? string : boolean) => void;
|
377
|
+
} & {
|
378
|
+
modelValue?: TType extends "date" ? string : boolean;
|
379
|
+
} & {
|
380
|
+
type?: TType;
|
381
|
+
} & (TType extends "date" ? {
|
382
|
+
range?: boolean;
|
383
|
+
} : {}) & {
|
384
|
+
disabled?: boolean;
|
385
|
+
} & {
|
386
|
+
showAdjacentMonths?: boolean;
|
387
|
+
} & {
|
388
|
+
showWeek?: boolean;
|
389
|
+
} & {
|
390
|
+
locale?: string;
|
391
|
+
} & {
|
392
|
+
inputMode?: "keyboard" | "calendar";
|
393
|
+
} & DefineSlot<"actions", () => VNodeChild> extends infer T_9 ? { [K_1 in keyof T_9 as K_1 extends `emit:${infer N}` ? N : never]: ({
|
394
|
+
"v-model"?: TType extends "date" ? string : boolean;
|
395
|
+
} & {
|
396
|
+
"onUpdate:modelValue"?: (value: TType extends "date" ? string : boolean) => void;
|
397
|
+
} & {
|
398
|
+
modelValue?: TType extends "date" ? string : boolean;
|
399
|
+
} & {
|
400
|
+
type?: TType;
|
401
|
+
} & (TType extends "date" ? {
|
402
|
+
range?: boolean;
|
403
|
+
} : {}) & {
|
404
|
+
disabled?: boolean;
|
405
|
+
} & {
|
406
|
+
showAdjacentMonths?: boolean;
|
407
|
+
} & {
|
408
|
+
showWeek?: boolean;
|
409
|
+
} & {
|
410
|
+
locale?: string;
|
411
|
+
} & {
|
412
|
+
inputMode?: "keyboard" | "calendar";
|
413
|
+
} & DefineSlot<"actions", () => VNodeChild>)[K_1]; } : never) ? T_8 extends string[] ? { [K_5 in `on${Capitalize<T_8[number]>}`]?: (...args: any[]) => any; } : T_8 extends import("vue").ObjectEmitsOptions ? { [K_6 in `on${Capitalize<string & keyof T_8>}`]?: K_6 extends `on${infer C}` ? T_8[Uncapitalize<C>] extends null ? (...args: any[]) => any : (...args: T_8[Uncapitalize<C>] extends (...args: infer P) => any ? P : never) => any : never; } : {} : never : never) & Omit<import("@omnia/fx/ux").VueComponentBaseProps, keyof ({
|
414
|
+
"v-model"?: TType extends "date" ? string : boolean;
|
415
|
+
} & {
|
416
|
+
"onUpdate:modelValue"?: (value: TType extends "date" ? string : boolean) => void;
|
417
|
+
} & {
|
418
|
+
modelValue?: TType extends "date" ? string : boolean;
|
419
|
+
} & {
|
420
|
+
type?: TType;
|
421
|
+
} & (TType extends "date" ? {
|
422
|
+
range?: boolean;
|
423
|
+
} : {}) & {
|
424
|
+
disabled?: boolean;
|
425
|
+
} & {
|
426
|
+
showAdjacentMonths?: boolean;
|
427
|
+
} & {
|
428
|
+
showWeek?: boolean;
|
429
|
+
} & {
|
430
|
+
locale?: string;
|
431
|
+
} & {
|
432
|
+
inputMode?: "keyboard" | "calendar";
|
433
|
+
} & DefineSlot<"actions", () => VNodeChild> extends infer T_10 ? { [K in keyof T_10 as K extends `emit:${infer _}` | `slot:${infer _}` ? never : K]: ({
|
434
|
+
"v-model"?: TType extends "date" ? string : boolean;
|
435
|
+
} & {
|
436
|
+
"onUpdate:modelValue"?: (value: TType extends "date" ? string : boolean) => void;
|
437
|
+
} & {
|
438
|
+
modelValue?: TType extends "date" ? string : boolean;
|
439
|
+
} & {
|
440
|
+
type?: TType;
|
441
|
+
} & (TType extends "date" ? {
|
442
|
+
range?: boolean;
|
443
|
+
} : {}) & {
|
444
|
+
disabled?: boolean;
|
445
|
+
} & {
|
446
|
+
showAdjacentMonths?: boolean;
|
447
|
+
} & {
|
448
|
+
showWeek?: boolean;
|
449
|
+
} & {
|
450
|
+
locale?: string;
|
451
|
+
} & {
|
452
|
+
inputMode?: "keyboard" | "calendar";
|
453
|
+
} & DefineSlot<"actions", () => VNodeChild>)[K]; } : never)>;
|
75
454
|
} & import("vue").VNode<import("vue").RendererNode, import("vue").RendererElement, {
|
76
455
|
[key: string]: any;
|
77
456
|
}>;
|
@@ -1,4 +1,4 @@
|
|
1
|
-
import {
|
1
|
+
import { ColorTypes, TextBlueprint, TypographySizes, TypographyTypes } from "@omnia/fx/models";
|
2
2
|
declare const _default: {
|
3
3
|
new (...args: any[]): import("vue").CreateComponentPublicInstance<Readonly<import("vue").ExtractPropTypes<{
|
4
4
|
target: {
|
@@ -11,17 +11,10 @@ declare const _default: {
|
|
11
11
|
} & {
|
12
12
|
type: import("vue").PropType<string>;
|
13
13
|
};
|
14
|
-
|
15
|
-
type: import("vue").PropType<
|
16
|
-
}
|
17
|
-
|
18
|
-
type: import("vue").PropType<number>;
|
19
|
-
};
|
20
|
-
"gradient-colors": {
|
21
|
-
type: import("vue").PropType<ColorGradientValue[]>;
|
22
|
-
};
|
23
|
-
gradientColors: {
|
24
|
-
type: import("vue").PropType<ColorGradientValue[]>;
|
14
|
+
blueprint: {
|
15
|
+
type: import("vue").PropType<TextBlueprint>;
|
16
|
+
} & {
|
17
|
+
type: import("vue").PropType<TextBlueprint>;
|
25
18
|
};
|
26
19
|
"truncate-lines": {
|
27
20
|
type: import("vue").PropType<number>;
|
@@ -68,17 +61,10 @@ declare const _default: {
|
|
68
61
|
} & {
|
69
62
|
type: import("vue").PropType<string>;
|
70
63
|
};
|
71
|
-
|
72
|
-
type: import("vue").PropType<
|
73
|
-
}
|
74
|
-
|
75
|
-
type: import("vue").PropType<number>;
|
76
|
-
};
|
77
|
-
"gradient-colors": {
|
78
|
-
type: import("vue").PropType<ColorGradientValue[]>;
|
79
|
-
};
|
80
|
-
gradientColors: {
|
81
|
-
type: import("vue").PropType<ColorGradientValue[]>;
|
64
|
+
blueprint: {
|
65
|
+
type: import("vue").PropType<TextBlueprint>;
|
66
|
+
} & {
|
67
|
+
type: import("vue").PropType<TextBlueprint>;
|
82
68
|
};
|
83
69
|
"truncate-lines": {
|
84
70
|
type: import("vue").PropType<number>;
|
@@ -136,17 +122,10 @@ declare const _default: {
|
|
136
122
|
} & {
|
137
123
|
type: import("vue").PropType<string>;
|
138
124
|
};
|
139
|
-
|
140
|
-
type: import("vue").PropType<
|
141
|
-
}
|
142
|
-
|
143
|
-
type: import("vue").PropType<number>;
|
144
|
-
};
|
145
|
-
"gradient-colors": {
|
146
|
-
type: import("vue").PropType<ColorGradientValue[]>;
|
147
|
-
};
|
148
|
-
gradientColors: {
|
149
|
-
type: import("vue").PropType<ColorGradientValue[]>;
|
125
|
+
blueprint: {
|
126
|
+
type: import("vue").PropType<TextBlueprint>;
|
127
|
+
} & {
|
128
|
+
type: import("vue").PropType<TextBlueprint>;
|
150
129
|
};
|
151
130
|
"truncate-lines": {
|
152
131
|
type: import("vue").PropType<number>;
|
@@ -201,17 +180,10 @@ declare const _default: {
|
|
201
180
|
} & {
|
202
181
|
type: import("vue").PropType<string>;
|
203
182
|
};
|
204
|
-
|
205
|
-
type: import("vue").PropType<
|
206
|
-
}
|
207
|
-
|
208
|
-
type: import("vue").PropType<number>;
|
209
|
-
};
|
210
|
-
"gradient-colors": {
|
211
|
-
type: import("vue").PropType<ColorGradientValue[]>;
|
212
|
-
};
|
213
|
-
gradientColors: {
|
214
|
-
type: import("vue").PropType<ColorGradientValue[]>;
|
183
|
+
blueprint: {
|
184
|
+
type: import("vue").PropType<TextBlueprint>;
|
185
|
+
} & {
|
186
|
+
type: import("vue").PropType<TextBlueprint>;
|
215
187
|
};
|
216
188
|
"truncate-lines": {
|
217
189
|
type: import("vue").PropType<number>;
|
@@ -262,15 +234,12 @@ declare const _default: {
|
|
262
234
|
target?: "_blank" | "_self" | "_parent" | "_top" | "framename";
|
263
235
|
href?: string;
|
264
236
|
size?: "xs" | "s" | "m" | "l" | "xl" | TypographySizes;
|
237
|
+
blueprint?: TextBlueprint;
|
265
238
|
colorType?: "container" | "base" | "onBase" | "onContainer" | ColorTypes;
|
266
239
|
toned?: boolean;
|
267
240
|
"color-type"?: "container" | "base" | "onBase" | "onContainer" | ColorTypes;
|
268
241
|
truncateLines?: number;
|
269
242
|
"truncate-lines"?: number;
|
270
|
-
gradientColors?: ColorGradientValue[];
|
271
|
-
"gradient-colors"?: ColorGradientValue[];
|
272
|
-
gradientTilt?: number;
|
273
|
-
"gradient-tilt"?: number;
|
274
243
|
}>, never>;
|
275
244
|
};
|
276
245
|
export default _default;
|