@omnia/fx 8.0.152-dev → 8.0.154-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/core/http/HttpClient.d.ts +1 -1
- package/internal-do-not-import-from-here/stores/oxide/ComponentHostStore.d.ts +6 -6
- package/internal-do-not-import-from-here/ux/app/management/tabs/shared/addbutton/AddButton.d.ts +1 -1
- package/internal-do-not-import-from-here/ux/appprovisioning/appimageinput/AppImageInput.d.ts +10 -10
- package/internal-do-not-import-from-here/ux/appprovisioning/apppropertiesinput/AppPropertiesInput.d.ts +9 -9
- package/internal-do-not-import-from-here/ux/appprovisioning/components/AppInstanceEnterprisePropertiesVueComponent.d.ts +9 -9
- package/internal-do-not-import-from-here/ux/aurora/admin/blades/blueprints/components/store/ChromeEditorStore.d.ts +2 -2
- package/internal-do-not-import-from-here/ux/aurora/admin/blades/blueprints/components/store/ComponentEditorStore.d.ts +2 -2
- package/internal-do-not-import-from-here/ux/aurora/admin/blades/blueprints/typography/store/TypographyEditorStore.d.ts +5 -5
- package/internal-do-not-import-from-here/ux/aurora/components/backgroundstyle/BackgroundStyleEditor.d.ts +2 -2
- package/internal-do-not-import-from-here/ux/aurora/components/borderpicker/BorderPicker.d.ts +2 -2
- package/internal-do-not-import-from-here/ux/aurora/components/chrome/ChromeBlueprintsViewer.d.ts +2 -2
- package/internal-do-not-import-from-here/ux/aurora/components/chrome/ChromePicker.d.ts +10 -10
- package/internal-do-not-import-from-here/ux/aurora/components/colorpickerV2/ColorPicker.d.ts +10 -10
- package/internal-do-not-import-from-here/ux/aurora/components/colorschemapicker/ColorSchemaPicker.d.ts +101 -101
- package/internal-do-not-import-from-here/ux/aurora/components/fillpicker/FillPicker.d.ts +2 -2
- package/internal-do-not-import-from-here/ux/aurora/components/iconstylepicker/IconStyleEditor.d.ts +2 -2
- package/internal-do-not-import-from-here/ux/aurora/components/iconstylepicker/IconStylePicker.d.ts +2 -2
- package/internal-do-not-import-from-here/ux/aurora/components/stylepicker/StylePicker.d.ts +10 -10
- package/internal-do-not-import-from-here/ux/aurora/components/textstylepicker/TextStylePicker.d.ts +2 -2
- package/internal-do-not-import-from-here/ux/aurora/components/typography/TypographyBlueprintsViewer.d.ts +2 -2
- package/internal-do-not-import-from-here/ux/aurora/store/ChromeBlueprintStore.d.ts +310 -310
- package/internal-do-not-import-from-here/ux/aurora/store/ColorSchemaStore.d.ts +315 -315
- package/internal-do-not-import-from-here/ux/aurora/store/SpacingBlueprintStore.d.ts +310 -310
- package/internal-do-not-import-from-here/ux/aurora/store/ThemeContextStore.d.ts +60 -60
- package/internal-do-not-import-from-here/ux/aurora/store/TypographyBlueprintStore.d.ts +310 -310
- package/internal-do-not-import-from-here/ux/aurora/themeprovider/ThemeProvider.d.ts +10 -10
- package/internal-do-not-import-from-here/ux/identitypicker/IdentityPickerDialog.d.ts +9 -9
- package/internal-do-not-import-from-here/ux/journey/JourneyBlade.d.ts +28 -2
- package/internal-do-not-import-from-here/ux/journey/JourneyMenu.d.ts +1 -1
- package/internal-do-not-import-from-here/ux/journey/use/UseBlade.d.ts +3 -7
- package/internal-do-not-import-from-here/ux/layoutcanvas/editor/blockplaceholder/BlockPlaceholder.d.ts +1 -1
- package/internal-do-not-import-from-here/ux/layoutcanvas/editor/settings/BlockSettingsPanel.d.ts +54 -15
- package/internal-do-not-import-from-here/ux/layoutcanvas/editor/settings/SettingsPanel.d.ts +54 -15
- package/internal-do-not-import-from-here/ux/markdown/MarkdownEditor.d.ts +9 -9
- package/internal-do-not-import-from-here/ux/markdown/MarkdownRenderer.d.ts +9 -9
- package/internal-do-not-import-from-here/ux/monaco/MonacoEditor.d.ts +6 -6
- package/internal-do-not-import-from-here/ux/oxide/alert/Alert.d.ts +9 -9
- package/internal-do-not-import-from-here/ux/oxide/btn/Button.d.ts +1 -1
- package/internal-do-not-import-from-here/ux/oxide/column/Column.d.ts +10 -10
- package/internal-do-not-import-from-here/ux/oxide/column/ColumnGrid.d.ts +64 -64
- package/internal-do-not-import-from-here/ux/oxide/datatable/DataTable.css.d.ts +321 -321
- package/internal-do-not-import-from-here/ux/oxide/datatable/DataTable.d.ts +644 -644
- package/internal-do-not-import-from-here/ux/oxide/datepicker/DateTimePicker.d.ts +342 -0
- package/internal-do-not-import-from-here/ux/oxide/dialog/Dialog.d.ts +1 -1
- package/internal-do-not-import-from-here/ux/oxide/divider/Divider.d.ts +10 -10
- package/internal-do-not-import-from-here/ux/oxide/expansionpanel/ExpansionPanel.d.ts +1 -1
- package/internal-do-not-import-from-here/ux/oxide/expansionpanel/ExpansionPanels.d.ts +9 -9
- package/internal-do-not-import-from-here/ux/oxide/flex/Row.d.ts +20 -20
- package/internal-do-not-import-from-here/ux/oxide/hostprovider/HostProvider.d.ts +9 -9
- package/internal-do-not-import-from-here/ux/oxide/link/Link.d.ts +9 -9
- package/internal-do-not-import-from-here/ux/oxide/list/ListItem.d.ts +1 -1
- package/internal-do-not-import-from-here/ux/oxide/menu/Menu.d.ts +9 -9
- package/internal-do-not-import-from-here/ux/oxide/panel/Panel.d.ts +9 -9
- package/internal-do-not-import-from-here/ux/oxide/scrollcontainer/ScrollContainer.d.ts +2 -2
- package/internal-do-not-import-from-here/ux/oxide/select/Select.d.ts +644 -644
- package/internal-do-not-import-from-here/ux/oxide/stepper/StepperStep.d.ts +1 -1
- package/internal-do-not-import-from-here/ux/oxide/tab/Tab.d.ts +1 -1
- package/internal-do-not-import-from-here/ux/oxide/tab/Tabs.d.ts +10 -10
- package/internal-do-not-import-from-here/ux/oxide/text/Text.d.ts +9 -9
- package/internal-do-not-import-from-here/ux/oxide/toolbar/Toolbar.d.ts +1 -1
- package/internal-do-not-import-from-here/ux/use/UseColorSchemaSetup.d.ts +321 -321
- package/internal-do-not-import-from-here/ux/velcron/components/definitionpicker/VelcronDefinitionPicker.d.ts +1 -1
- package/internal-do-not-import-from-here/ux/velcron/core/stores/VelcronColorSchema.d.ts +1 -1
- package/internal-do-not-import-from-here/ux/velcron/renderer/VelcronRenderer.d.ts +5 -5
- package/internal-do-not-import-from-here/ux/velcron/renderer/propertyeditors/ColorSchemaEditor.d.ts +95 -95
- package/package.json +2 -2
@@ -0,0 +1,342 @@
|
|
1
|
+
declare const _default: {
|
2
|
+
new (...args: any[]): import("vue").CreateComponentPublicInstance<Readonly<import("vue").ExtractPropTypes<{
|
3
|
+
"v-slots": import("vue").Prop<{
|
4
|
+
default?: import("../../DefineVueTypings").Slot<any[]>;
|
5
|
+
} & {
|
6
|
+
actions?: () => JSX.Element | JSX.Element[];
|
7
|
+
}>;
|
8
|
+
position: {
|
9
|
+
type: import("vue").PropType<"fixed" | "absolute" | "relative" | "static" | "sticky">;
|
10
|
+
} & {
|
11
|
+
type: import("vue").PropType<"fixed" | "absolute" | "relative" | "static" | "sticky">;
|
12
|
+
};
|
13
|
+
location: {
|
14
|
+
type: import("vue").PropType<Anchor>;
|
15
|
+
} & {
|
16
|
+
type: import("vue").PropType<Anchor>;
|
17
|
+
};
|
18
|
+
"allowed-dates": {
|
19
|
+
type: import("vue").PropType<unknown[] | ((date: unknown) => boolean)>;
|
20
|
+
};
|
21
|
+
allowedDates: {
|
22
|
+
type: import("vue").PropType<unknown[] | ((date: unknown) => boolean)>;
|
23
|
+
};
|
24
|
+
inputMode: {
|
25
|
+
type: import("vue").PropType<"keyboard" | "calendar">;
|
26
|
+
required: false;
|
27
|
+
};
|
28
|
+
"input-mode": {
|
29
|
+
type: import("vue").PropType<"keyboard" | "calendar">;
|
30
|
+
required: false;
|
31
|
+
};
|
32
|
+
locale: {
|
33
|
+
type: import("vue").PropType<string>;
|
34
|
+
} & {
|
35
|
+
type: import("vue").PropType<string>;
|
36
|
+
};
|
37
|
+
showWeek: {
|
38
|
+
type: import("vue").PropType<boolean>;
|
39
|
+
required: false;
|
40
|
+
};
|
41
|
+
"show-week": {
|
42
|
+
type: import("vue").PropType<boolean>;
|
43
|
+
required: false;
|
44
|
+
};
|
45
|
+
showAdjacentMonths: {
|
46
|
+
type: import("vue").PropType<boolean>;
|
47
|
+
required: false;
|
48
|
+
};
|
49
|
+
"show-adjacent-months": {
|
50
|
+
type: import("vue").PropType<boolean>;
|
51
|
+
required: false;
|
52
|
+
};
|
53
|
+
disabled: {
|
54
|
+
type: import("vue").PropType<boolean>;
|
55
|
+
required: false;
|
56
|
+
} & {
|
57
|
+
type: import("vue").PropType<boolean>;
|
58
|
+
required: false;
|
59
|
+
};
|
60
|
+
range: {
|
61
|
+
type: import("vue").PropType<boolean>;
|
62
|
+
required: false;
|
63
|
+
} & {
|
64
|
+
type: import("vue").PropType<boolean>;
|
65
|
+
required: false;
|
66
|
+
};
|
67
|
+
"onUpdate:modelValue": {
|
68
|
+
type: import("vue").PropType<(value: Date | Date[]) => any>;
|
69
|
+
};
|
70
|
+
"v-model": {
|
71
|
+
type: import("vue").PropType<Date | Date[]>;
|
72
|
+
required: false;
|
73
|
+
};
|
74
|
+
modelValue: {
|
75
|
+
type: import("vue").PropType<Date | Date[]>;
|
76
|
+
required: false;
|
77
|
+
};
|
78
|
+
}>>, () => JSX.Element, unknown, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {}, import("vue").VNodeProps & import("vue").AllowedComponentProps & import("vue").ComponentCustomProps & Readonly<import("vue").ExtractPropTypes<{
|
79
|
+
"v-slots": import("vue").Prop<{
|
80
|
+
default?: import("../../DefineVueTypings").Slot<any[]>;
|
81
|
+
} & {
|
82
|
+
actions?: () => JSX.Element | JSX.Element[];
|
83
|
+
}>;
|
84
|
+
position: {
|
85
|
+
type: import("vue").PropType<"fixed" | "absolute" | "relative" | "static" | "sticky">;
|
86
|
+
} & {
|
87
|
+
type: import("vue").PropType<"fixed" | "absolute" | "relative" | "static" | "sticky">;
|
88
|
+
};
|
89
|
+
location: {
|
90
|
+
type: import("vue").PropType<Anchor>;
|
91
|
+
} & {
|
92
|
+
type: import("vue").PropType<Anchor>;
|
93
|
+
};
|
94
|
+
"allowed-dates": {
|
95
|
+
type: import("vue").PropType<unknown[] | ((date: unknown) => boolean)>;
|
96
|
+
};
|
97
|
+
allowedDates: {
|
98
|
+
type: import("vue").PropType<unknown[] | ((date: unknown) => boolean)>;
|
99
|
+
};
|
100
|
+
inputMode: {
|
101
|
+
type: import("vue").PropType<"keyboard" | "calendar">;
|
102
|
+
required: false;
|
103
|
+
};
|
104
|
+
"input-mode": {
|
105
|
+
type: import("vue").PropType<"keyboard" | "calendar">;
|
106
|
+
required: false;
|
107
|
+
};
|
108
|
+
locale: {
|
109
|
+
type: import("vue").PropType<string>;
|
110
|
+
} & {
|
111
|
+
type: import("vue").PropType<string>;
|
112
|
+
};
|
113
|
+
showWeek: {
|
114
|
+
type: import("vue").PropType<boolean>;
|
115
|
+
required: false;
|
116
|
+
};
|
117
|
+
"show-week": {
|
118
|
+
type: import("vue").PropType<boolean>;
|
119
|
+
required: false;
|
120
|
+
};
|
121
|
+
showAdjacentMonths: {
|
122
|
+
type: import("vue").PropType<boolean>;
|
123
|
+
required: false;
|
124
|
+
};
|
125
|
+
"show-adjacent-months": {
|
126
|
+
type: import("vue").PropType<boolean>;
|
127
|
+
required: false;
|
128
|
+
};
|
129
|
+
disabled: {
|
130
|
+
type: import("vue").PropType<boolean>;
|
131
|
+
required: false;
|
132
|
+
} & {
|
133
|
+
type: import("vue").PropType<boolean>;
|
134
|
+
required: false;
|
135
|
+
};
|
136
|
+
range: {
|
137
|
+
type: import("vue").PropType<boolean>;
|
138
|
+
required: false;
|
139
|
+
} & {
|
140
|
+
type: import("vue").PropType<boolean>;
|
141
|
+
required: false;
|
142
|
+
};
|
143
|
+
"onUpdate:modelValue": {
|
144
|
+
type: import("vue").PropType<(value: Date | Date[]) => any>;
|
145
|
+
};
|
146
|
+
"v-model": {
|
147
|
+
type: import("vue").PropType<Date | Date[]>;
|
148
|
+
required: false;
|
149
|
+
};
|
150
|
+
modelValue: {
|
151
|
+
type: import("vue").PropType<Date | Date[]>;
|
152
|
+
required: false;
|
153
|
+
};
|
154
|
+
}>>, {}, true, {}, {}, {
|
155
|
+
P: {};
|
156
|
+
B: {};
|
157
|
+
D: {};
|
158
|
+
C: {};
|
159
|
+
M: {};
|
160
|
+
Defaults: {};
|
161
|
+
}, Readonly<import("vue").ExtractPropTypes<{
|
162
|
+
"v-slots": import("vue").Prop<{
|
163
|
+
default?: import("../../DefineVueTypings").Slot<any[]>;
|
164
|
+
} & {
|
165
|
+
actions?: () => JSX.Element | JSX.Element[];
|
166
|
+
}>;
|
167
|
+
position: {
|
168
|
+
type: import("vue").PropType<"fixed" | "absolute" | "relative" | "static" | "sticky">;
|
169
|
+
} & {
|
170
|
+
type: import("vue").PropType<"fixed" | "absolute" | "relative" | "static" | "sticky">;
|
171
|
+
};
|
172
|
+
location: {
|
173
|
+
type: import("vue").PropType<Anchor>;
|
174
|
+
} & {
|
175
|
+
type: import("vue").PropType<Anchor>;
|
176
|
+
};
|
177
|
+
"allowed-dates": {
|
178
|
+
type: import("vue").PropType<unknown[] | ((date: unknown) => boolean)>;
|
179
|
+
};
|
180
|
+
allowedDates: {
|
181
|
+
type: import("vue").PropType<unknown[] | ((date: unknown) => boolean)>;
|
182
|
+
};
|
183
|
+
inputMode: {
|
184
|
+
type: import("vue").PropType<"keyboard" | "calendar">;
|
185
|
+
required: false;
|
186
|
+
};
|
187
|
+
"input-mode": {
|
188
|
+
type: import("vue").PropType<"keyboard" | "calendar">;
|
189
|
+
required: false;
|
190
|
+
};
|
191
|
+
locale: {
|
192
|
+
type: import("vue").PropType<string>;
|
193
|
+
} & {
|
194
|
+
type: import("vue").PropType<string>;
|
195
|
+
};
|
196
|
+
showWeek: {
|
197
|
+
type: import("vue").PropType<boolean>;
|
198
|
+
required: false;
|
199
|
+
};
|
200
|
+
"show-week": {
|
201
|
+
type: import("vue").PropType<boolean>;
|
202
|
+
required: false;
|
203
|
+
};
|
204
|
+
showAdjacentMonths: {
|
205
|
+
type: import("vue").PropType<boolean>;
|
206
|
+
required: false;
|
207
|
+
};
|
208
|
+
"show-adjacent-months": {
|
209
|
+
type: import("vue").PropType<boolean>;
|
210
|
+
required: false;
|
211
|
+
};
|
212
|
+
disabled: {
|
213
|
+
type: import("vue").PropType<boolean>;
|
214
|
+
required: false;
|
215
|
+
} & {
|
216
|
+
type: import("vue").PropType<boolean>;
|
217
|
+
required: false;
|
218
|
+
};
|
219
|
+
range: {
|
220
|
+
type: import("vue").PropType<boolean>;
|
221
|
+
required: false;
|
222
|
+
} & {
|
223
|
+
type: import("vue").PropType<boolean>;
|
224
|
+
required: false;
|
225
|
+
};
|
226
|
+
"onUpdate:modelValue": {
|
227
|
+
type: import("vue").PropType<(value: Date | Date[]) => any>;
|
228
|
+
};
|
229
|
+
"v-model": {
|
230
|
+
type: import("vue").PropType<Date | Date[]>;
|
231
|
+
required: false;
|
232
|
+
};
|
233
|
+
modelValue: {
|
234
|
+
type: import("vue").PropType<Date | Date[]>;
|
235
|
+
required: false;
|
236
|
+
};
|
237
|
+
}>>, () => JSX.Element, {}, {}, {}, {}>;
|
238
|
+
__isFragment?: never;
|
239
|
+
__isTeleport?: never;
|
240
|
+
__isSuspense?: never;
|
241
|
+
} & import("vue").ComponentOptionsBase<Readonly<import("vue").ExtractPropTypes<{
|
242
|
+
"v-slots": import("vue").Prop<{
|
243
|
+
default?: import("../../DefineVueTypings").Slot<any[]>;
|
244
|
+
} & {
|
245
|
+
actions?: () => JSX.Element | JSX.Element[];
|
246
|
+
}>;
|
247
|
+
position: {
|
248
|
+
type: import("vue").PropType<"fixed" | "absolute" | "relative" | "static" | "sticky">;
|
249
|
+
} & {
|
250
|
+
type: import("vue").PropType<"fixed" | "absolute" | "relative" | "static" | "sticky">;
|
251
|
+
};
|
252
|
+
location: {
|
253
|
+
type: import("vue").PropType<Anchor>;
|
254
|
+
} & {
|
255
|
+
type: import("vue").PropType<Anchor>;
|
256
|
+
};
|
257
|
+
"allowed-dates": {
|
258
|
+
type: import("vue").PropType<unknown[] | ((date: unknown) => boolean)>;
|
259
|
+
};
|
260
|
+
allowedDates: {
|
261
|
+
type: import("vue").PropType<unknown[] | ((date: unknown) => boolean)>;
|
262
|
+
};
|
263
|
+
inputMode: {
|
264
|
+
type: import("vue").PropType<"keyboard" | "calendar">;
|
265
|
+
required: false;
|
266
|
+
};
|
267
|
+
"input-mode": {
|
268
|
+
type: import("vue").PropType<"keyboard" | "calendar">;
|
269
|
+
required: false;
|
270
|
+
};
|
271
|
+
locale: {
|
272
|
+
type: import("vue").PropType<string>;
|
273
|
+
} & {
|
274
|
+
type: import("vue").PropType<string>;
|
275
|
+
};
|
276
|
+
showWeek: {
|
277
|
+
type: import("vue").PropType<boolean>;
|
278
|
+
required: false;
|
279
|
+
};
|
280
|
+
"show-week": {
|
281
|
+
type: import("vue").PropType<boolean>;
|
282
|
+
required: false;
|
283
|
+
};
|
284
|
+
showAdjacentMonths: {
|
285
|
+
type: import("vue").PropType<boolean>;
|
286
|
+
required: false;
|
287
|
+
};
|
288
|
+
"show-adjacent-months": {
|
289
|
+
type: import("vue").PropType<boolean>;
|
290
|
+
required: false;
|
291
|
+
};
|
292
|
+
disabled: {
|
293
|
+
type: import("vue").PropType<boolean>;
|
294
|
+
required: false;
|
295
|
+
} & {
|
296
|
+
type: import("vue").PropType<boolean>;
|
297
|
+
required: false;
|
298
|
+
};
|
299
|
+
range: {
|
300
|
+
type: import("vue").PropType<boolean>;
|
301
|
+
required: false;
|
302
|
+
} & {
|
303
|
+
type: import("vue").PropType<boolean>;
|
304
|
+
required: false;
|
305
|
+
};
|
306
|
+
"onUpdate:modelValue": {
|
307
|
+
type: import("vue").PropType<(value: Date | Date[]) => any>;
|
308
|
+
};
|
309
|
+
"v-model": {
|
310
|
+
type: import("vue").PropType<Date | Date[]>;
|
311
|
+
required: false;
|
312
|
+
};
|
313
|
+
modelValue: {
|
314
|
+
type: import("vue").PropType<Date | Date[]>;
|
315
|
+
required: false;
|
316
|
+
};
|
317
|
+
}>>, () => JSX.Element, unknown, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {}, string, {}, {}, string, {}> & import("vue").VNodeProps & import("vue").AllowedComponentProps & import("vue").ComponentCustomProps & {
|
318
|
+
propsDefinition: Omit<Readonly<{} & {
|
319
|
+
position?: "fixed" | "absolute" | "relative" | "static" | "sticky";
|
320
|
+
range?: boolean;
|
321
|
+
disabled?: boolean;
|
322
|
+
"v-model"?: Date | Date[];
|
323
|
+
"onUpdate:modelValue"?: (value: Date | Date[]) => any;
|
324
|
+
modelValue?: Date | Date[];
|
325
|
+
"v-slots"?: {
|
326
|
+
default?: import("../../DefineVueTypings").Slot<any[]>;
|
327
|
+
} & {
|
328
|
+
actions?: () => JSX.Element | JSX.Element[];
|
329
|
+
};
|
330
|
+
inputMode?: "keyboard" | "calendar";
|
331
|
+
location?: Anchor;
|
332
|
+
locale?: string;
|
333
|
+
showAdjacentMonths?: boolean;
|
334
|
+
"show-adjacent-months"?: boolean;
|
335
|
+
showWeek?: boolean;
|
336
|
+
"show-week"?: boolean;
|
337
|
+
"input-mode"?: "keyboard" | "calendar";
|
338
|
+
allowedDates?: unknown[] | ((date: unknown) => boolean);
|
339
|
+
"allowed-dates"?: unknown[] | ((date: unknown) => boolean);
|
340
|
+
}>, never>;
|
341
|
+
};
|
342
|
+
export default _default;
|
@@ -513,8 +513,8 @@ declare const _default: {
|
|
513
513
|
colorSchemaType?: any;
|
514
514
|
colors?: any;
|
515
515
|
} & {
|
516
|
-
icon?: IIcon;
|
517
516
|
title?: string;
|
517
|
+
icon?: IIcon;
|
518
518
|
class?: String | String[];
|
519
519
|
size?: "small" | "medium" | "large" | "x-small" | "full";
|
520
520
|
persistent?: boolean;
|
@@ -2,10 +2,10 @@ import { 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
|
"label-type": {
|
5
|
-
type: import("vue").PropType<"
|
5
|
+
type: import("vue").PropType<"title" | "text" | "navigation" | TypographyTypes>;
|
6
6
|
};
|
7
7
|
labelType: {
|
8
|
-
type: import("vue").PropType<"
|
8
|
+
type: import("vue").PropType<"title" | "text" | "navigation" | TypographyTypes>;
|
9
9
|
};
|
10
10
|
"label-size": {
|
11
11
|
type: import("vue").PropType<"xs" | "s" | "m" | "l" | "xl" | TypographySizes>;
|
@@ -35,10 +35,10 @@ declare const _default: {
|
|
35
35
|
};
|
36
36
|
}>>, () => JSX.Element, unknown, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {}, import("vue").VNodeProps & import("vue").AllowedComponentProps & import("vue").ComponentCustomProps & Readonly<import("vue").ExtractPropTypes<{
|
37
37
|
"label-type": {
|
38
|
-
type: import("vue").PropType<"
|
38
|
+
type: import("vue").PropType<"title" | "text" | "navigation" | TypographyTypes>;
|
39
39
|
};
|
40
40
|
labelType: {
|
41
|
-
type: import("vue").PropType<"
|
41
|
+
type: import("vue").PropType<"title" | "text" | "navigation" | TypographyTypes>;
|
42
42
|
};
|
43
43
|
"label-size": {
|
44
44
|
type: import("vue").PropType<"xs" | "s" | "m" | "l" | "xl" | TypographySizes>;
|
@@ -75,10 +75,10 @@ declare const _default: {
|
|
75
75
|
Defaults: {};
|
76
76
|
}, Readonly<import("vue").ExtractPropTypes<{
|
77
77
|
"label-type": {
|
78
|
-
type: import("vue").PropType<"
|
78
|
+
type: import("vue").PropType<"title" | "text" | "navigation" | TypographyTypes>;
|
79
79
|
};
|
80
80
|
labelType: {
|
81
|
-
type: import("vue").PropType<"
|
81
|
+
type: import("vue").PropType<"title" | "text" | "navigation" | TypographyTypes>;
|
82
82
|
};
|
83
83
|
"label-size": {
|
84
84
|
type: import("vue").PropType<"xs" | "s" | "m" | "l" | "xl" | TypographySizes>;
|
@@ -112,10 +112,10 @@ declare const _default: {
|
|
112
112
|
__isSuspense?: never;
|
113
113
|
} & import("vue").ComponentOptionsBase<Readonly<import("vue").ExtractPropTypes<{
|
114
114
|
"label-type": {
|
115
|
-
type: import("vue").PropType<"
|
115
|
+
type: import("vue").PropType<"title" | "text" | "navigation" | TypographyTypes>;
|
116
116
|
};
|
117
117
|
labelType: {
|
118
|
-
type: import("vue").PropType<"
|
118
|
+
type: import("vue").PropType<"title" | "text" | "navigation" | TypographyTypes>;
|
119
119
|
};
|
120
120
|
"label-size": {
|
121
121
|
type: import("vue").PropType<"xs" | "s" | "m" | "l" | "xl" | TypographySizes>;
|
@@ -151,8 +151,8 @@ declare const _default: {
|
|
151
151
|
variant?: "default" | "label" | "prominent";
|
152
152
|
labelSize?: "xs" | "s" | "m" | "l" | "xl" | TypographySizes;
|
153
153
|
"label-size"?: "xs" | "s" | "m" | "l" | "xl" | TypographySizes;
|
154
|
-
labelType?: "
|
155
|
-
"label-type"?: "
|
154
|
+
labelType?: "title" | "text" | "navigation" | TypographyTypes;
|
155
|
+
"label-type"?: "title" | "text" | "navigation" | TypographyTypes;
|
156
156
|
}>, never>;
|
157
157
|
};
|
158
158
|
export default _default;
|
@@ -22,9 +22,9 @@ declare const _default: {
|
|
22
22
|
type: import("vue").PropType<boolean>;
|
23
23
|
};
|
24
24
|
variant: {
|
25
|
-
type: import("vue").PropType<"
|
25
|
+
type: import("vue").PropType<"section" | "navigation" | "default">;
|
26
26
|
} & {
|
27
|
-
type: import("vue").PropType<"
|
27
|
+
type: import("vue").PropType<"section" | "navigation" | "default">;
|
28
28
|
};
|
29
29
|
"onUpdate:modelValue": {
|
30
30
|
type: import("vue").PropType<(value: number | number[]) => any>;
|
@@ -67,9 +67,9 @@ declare const _default: {
|
|
67
67
|
type: import("vue").PropType<boolean>;
|
68
68
|
};
|
69
69
|
variant: {
|
70
|
-
type: import("vue").PropType<"
|
70
|
+
type: import("vue").PropType<"section" | "navigation" | "default">;
|
71
71
|
} & {
|
72
|
-
type: import("vue").PropType<"
|
72
|
+
type: import("vue").PropType<"section" | "navigation" | "default">;
|
73
73
|
};
|
74
74
|
"onUpdate:modelValue": {
|
75
75
|
type: import("vue").PropType<(value: number | number[]) => any>;
|
@@ -123,9 +123,9 @@ declare const _default: {
|
|
123
123
|
type: import("vue").PropType<boolean>;
|
124
124
|
};
|
125
125
|
variant: {
|
126
|
-
type: import("vue").PropType<"
|
126
|
+
type: import("vue").PropType<"section" | "navigation" | "default">;
|
127
127
|
} & {
|
128
|
-
type: import("vue").PropType<"
|
128
|
+
type: import("vue").PropType<"section" | "navigation" | "default">;
|
129
129
|
};
|
130
130
|
"onUpdate:modelValue": {
|
131
131
|
type: import("vue").PropType<(value: number | number[]) => any>;
|
@@ -176,9 +176,9 @@ declare const _default: {
|
|
176
176
|
type: import("vue").PropType<boolean>;
|
177
177
|
};
|
178
178
|
variant: {
|
179
|
-
type: import("vue").PropType<"
|
179
|
+
type: import("vue").PropType<"section" | "navigation" | "default">;
|
180
180
|
} & {
|
181
|
-
type: import("vue").PropType<"
|
181
|
+
type: import("vue").PropType<"section" | "navigation" | "default">;
|
182
182
|
};
|
183
183
|
"onUpdate:modelValue": {
|
184
184
|
type: import("vue").PropType<(value: number | number[]) => any>;
|
@@ -215,7 +215,7 @@ declare const _default: {
|
|
215
215
|
"v-model"?: number | number[];
|
216
216
|
"onUpdate:modelValue"?: (value: number | number[]) => any;
|
217
217
|
modelValue?: number | number[];
|
218
|
-
variant?: "
|
218
|
+
variant?: "section" | "navigation" | "default";
|
219
219
|
expandAll?: boolean;
|
220
220
|
"expand-all"?: boolean;
|
221
221
|
}>, never>;
|
@@ -2,16 +2,16 @@ import { Spacing, SpacingValue } from "@omnia/fx-models";
|
|
2
2
|
declare const _default: {
|
3
3
|
new (...args: any[]): import("vue").CreateComponentPublicInstance<Readonly<import("vue").ExtractPropTypes<{
|
4
4
|
"align-y": {
|
5
|
-
type: import("vue").PropType<"
|
5
|
+
type: import("vue").PropType<"center" | "top" | "bottom">;
|
6
6
|
};
|
7
7
|
alignY: {
|
8
|
-
type: import("vue").PropType<"
|
8
|
+
type: import("vue").PropType<"center" | "top" | "bottom">;
|
9
9
|
};
|
10
10
|
"align-x": {
|
11
|
-
type: import("vue").PropType<"left" | "
|
11
|
+
type: import("vue").PropType<"left" | "center" | "right">;
|
12
12
|
};
|
13
13
|
alignX: {
|
14
|
-
type: import("vue").PropType<"left" | "
|
14
|
+
type: import("vue").PropType<"left" | "center" | "right">;
|
15
15
|
};
|
16
16
|
margin: {
|
17
17
|
type: import("vue").PropType<Spacing | SpacingValue>;
|
@@ -86,16 +86,16 @@ declare const _default: {
|
|
86
86
|
colors?: any;
|
87
87
|
}>>, () => JSX.Element, unknown, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {}, import("vue").VNodeProps & import("vue").AllowedComponentProps & import("vue").ComponentCustomProps & Readonly<import("vue").ExtractPropTypes<{
|
88
88
|
"align-y": {
|
89
|
-
type: import("vue").PropType<"
|
89
|
+
type: import("vue").PropType<"center" | "top" | "bottom">;
|
90
90
|
};
|
91
91
|
alignY: {
|
92
|
-
type: import("vue").PropType<"
|
92
|
+
type: import("vue").PropType<"center" | "top" | "bottom">;
|
93
93
|
};
|
94
94
|
"align-x": {
|
95
|
-
type: import("vue").PropType<"left" | "
|
95
|
+
type: import("vue").PropType<"left" | "center" | "right">;
|
96
96
|
};
|
97
97
|
alignX: {
|
98
|
-
type: import("vue").PropType<"left" | "
|
98
|
+
type: import("vue").PropType<"left" | "center" | "right">;
|
99
99
|
};
|
100
100
|
margin: {
|
101
101
|
type: import("vue").PropType<Spacing | SpacingValue>;
|
@@ -181,16 +181,16 @@ declare const _default: {
|
|
181
181
|
Defaults: {};
|
182
182
|
}, Readonly<import("vue").ExtractPropTypes<{
|
183
183
|
"align-y": {
|
184
|
-
type: import("vue").PropType<"
|
184
|
+
type: import("vue").PropType<"center" | "top" | "bottom">;
|
185
185
|
};
|
186
186
|
alignY: {
|
187
|
-
type: import("vue").PropType<"
|
187
|
+
type: import("vue").PropType<"center" | "top" | "bottom">;
|
188
188
|
};
|
189
189
|
"align-x": {
|
190
|
-
type: import("vue").PropType<"left" | "
|
190
|
+
type: import("vue").PropType<"left" | "center" | "right">;
|
191
191
|
};
|
192
192
|
alignX: {
|
193
|
-
type: import("vue").PropType<"left" | "
|
193
|
+
type: import("vue").PropType<"left" | "center" | "right">;
|
194
194
|
};
|
195
195
|
margin: {
|
196
196
|
type: import("vue").PropType<Spacing | SpacingValue>;
|
@@ -273,16 +273,16 @@ declare const _default: {
|
|
273
273
|
__isSuspense?: never;
|
274
274
|
} & import("vue").ComponentOptionsBase<Readonly<import("vue").ExtractPropTypes<{
|
275
275
|
"align-y": {
|
276
|
-
type: import("vue").PropType<"
|
276
|
+
type: import("vue").PropType<"center" | "top" | "bottom">;
|
277
277
|
};
|
278
278
|
alignY: {
|
279
|
-
type: import("vue").PropType<"
|
279
|
+
type: import("vue").PropType<"center" | "top" | "bottom">;
|
280
280
|
};
|
281
281
|
"align-x": {
|
282
|
-
type: import("vue").PropType<"left" | "
|
282
|
+
type: import("vue").PropType<"left" | "center" | "right">;
|
283
283
|
};
|
284
284
|
alignX: {
|
285
|
-
type: import("vue").PropType<"left" | "
|
285
|
+
type: import("vue").PropType<"left" | "center" | "right">;
|
286
286
|
};
|
287
287
|
margin: {
|
288
288
|
type: import("vue").PropType<Spacing | SpacingValue>;
|
@@ -377,15 +377,15 @@ declare const _default: {
|
|
377
377
|
filled?: boolean;
|
378
378
|
gapX?: SpacingValue;
|
379
379
|
gapY?: SpacingValue;
|
380
|
-
alignX?: "left" | "
|
381
|
-
alignY?: "
|
380
|
+
alignX?: "left" | "center" | "right";
|
381
|
+
alignY?: "center" | "top" | "bottom";
|
382
382
|
toned?: boolean;
|
383
383
|
"min-width"?: string;
|
384
384
|
"min-height"?: string;
|
385
385
|
"gap-x"?: SpacingValue;
|
386
386
|
"gap-y"?: SpacingValue;
|
387
|
-
"align-x"?: "left" | "
|
388
|
-
"align-y"?: "
|
387
|
+
"align-x"?: "left" | "center" | "right";
|
388
|
+
"align-y"?: "center" | "top" | "bottom";
|
389
389
|
}>, never>;
|
390
390
|
};
|
391
391
|
export default _default;
|
@@ -6,9 +6,9 @@ declare const _default: {
|
|
6
6
|
type: import("vue").PropType<boolean>;
|
7
7
|
};
|
8
8
|
variant: {
|
9
|
-
type: import("vue").PropType<"
|
9
|
+
type: import("vue").PropType<"section" | "navigation" | "default" | "footer" | "header" | "options" | "content" | "toolbar" | "settings" | "info-section">;
|
10
10
|
} & {
|
11
|
-
type: import("vue").PropType<"
|
11
|
+
type: import("vue").PropType<"section" | "navigation" | "default" | "footer" | "header" | "options" | "content" | "toolbar" | "settings" | "info-section">;
|
12
12
|
};
|
13
13
|
"component-host": {
|
14
14
|
type: import("vue").PropType<"tab" | "dialog" | "menu" | "table" | "toolbar" | "drawer" | "expansion-panel" | "chip" | "blade" | "app" | "appbar" | "tab-vertical" | "panel" | "omfx">;
|
@@ -30,9 +30,9 @@ declare const _default: {
|
|
30
30
|
type: import("vue").PropType<boolean>;
|
31
31
|
};
|
32
32
|
variant: {
|
33
|
-
type: import("vue").PropType<"
|
33
|
+
type: import("vue").PropType<"section" | "navigation" | "default" | "footer" | "header" | "options" | "content" | "toolbar" | "settings" | "info-section">;
|
34
34
|
} & {
|
35
|
-
type: import("vue").PropType<"
|
35
|
+
type: import("vue").PropType<"section" | "navigation" | "default" | "footer" | "header" | "options" | "content" | "toolbar" | "settings" | "info-section">;
|
36
36
|
};
|
37
37
|
"component-host": {
|
38
38
|
type: import("vue").PropType<"tab" | "dialog" | "menu" | "table" | "toolbar" | "drawer" | "expansion-panel" | "chip" | "blade" | "app" | "appbar" | "tab-vertical" | "panel" | "omfx">;
|
@@ -59,9 +59,9 @@ declare const _default: {
|
|
59
59
|
type: import("vue").PropType<boolean>;
|
60
60
|
};
|
61
61
|
variant: {
|
62
|
-
type: import("vue").PropType<"
|
62
|
+
type: import("vue").PropType<"section" | "navigation" | "default" | "footer" | "header" | "options" | "content" | "toolbar" | "settings" | "info-section">;
|
63
63
|
} & {
|
64
|
-
type: import("vue").PropType<"
|
64
|
+
type: import("vue").PropType<"section" | "navigation" | "default" | "footer" | "header" | "options" | "content" | "toolbar" | "settings" | "info-section">;
|
65
65
|
};
|
66
66
|
"component-host": {
|
67
67
|
type: import("vue").PropType<"tab" | "dialog" | "menu" | "table" | "toolbar" | "drawer" | "expansion-panel" | "chip" | "blade" | "app" | "appbar" | "tab-vertical" | "panel" | "omfx">;
|
@@ -87,9 +87,9 @@ declare const _default: {
|
|
87
87
|
type: import("vue").PropType<boolean>;
|
88
88
|
};
|
89
89
|
variant: {
|
90
|
-
type: import("vue").PropType<"
|
90
|
+
type: import("vue").PropType<"section" | "navigation" | "default" | "footer" | "header" | "options" | "content" | "toolbar" | "settings" | "info-section">;
|
91
91
|
} & {
|
92
|
-
type: import("vue").PropType<"
|
92
|
+
type: import("vue").PropType<"section" | "navigation" | "default" | "footer" | "header" | "options" | "content" | "toolbar" | "settings" | "info-section">;
|
93
93
|
};
|
94
94
|
"component-host": {
|
95
95
|
type: import("vue").PropType<"tab" | "dialog" | "menu" | "table" | "toolbar" | "drawer" | "expansion-panel" | "chip" | "blade" | "app" | "appbar" | "tab-vertical" | "panel" | "omfx">;
|
@@ -109,7 +109,7 @@ declare const _default: {
|
|
109
109
|
host?: "admin" | "editor" | "docs";
|
110
110
|
force?: boolean;
|
111
111
|
componentHost?: "tab" | "dialog" | "menu" | "table" | "toolbar" | "drawer" | "expansion-panel" | "chip" | "blade" | "app" | "appbar" | "tab-vertical" | "panel" | "omfx";
|
112
|
-
variant?: "
|
112
|
+
variant?: "section" | "navigation" | "default" | "footer" | "header" | "options" | "content" | "toolbar" | "settings" | "info-section";
|
113
113
|
"component-host"?: "tab" | "dialog" | "menu" | "table" | "toolbar" | "drawer" | "expansion-panel" | "chip" | "blade" | "app" | "appbar" | "tab-vertical" | "panel" | "omfx";
|
114
114
|
}>, never>;
|
115
115
|
};
|