@omnia/fx 8.0.261-dev → 8.0.263-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/manifests/omnia.vendor.manifest.json +1 -1
- package/internal-do-not-import-from-here/ux/ComponentTypings.d.ts +7 -1
- package/internal-do-not-import-from-here/ux/admin/systemlayout/store/SystemLayoutStore.d.ts +3 -3
- package/internal-do-not-import-from-here/ux/app/management/api/AppManagementApi.d.ts +2 -2
- package/internal-do-not-import-from-here/ux/appprovisioning/appinstanceeditingjourney/EditProperiesBlade.d.ts +1 -1
- package/internal-do-not-import-from-here/ux/identitypicker/IdentityPickerButton.d.ts +1 -1
- package/internal-do-not-import-from-here/ux/identitypicker/IdentityPickerField.d.ts +1 -1
- package/internal-do-not-import-from-here/ux/identitypicker/IdentityPickerInlineField.d.ts +1 -1
- package/internal-do-not-import-from-here/ux/magiclink/Shared.d.ts +4 -0
- package/internal-do-not-import-from-here/ux/magiclink/loc/localize.d.ts +1 -0
- package/internal-do-not-import-from-here/ux/markdown2/commands/EditorCommands.d.ts +8 -8
- package/internal-do-not-import-from-here/ux/markdown2/commands/helpers/EditorNodeHelper.d.ts +1 -1
- package/internal-do-not-import-from-here/ux/markdown2/models/EditorModels.d.ts +4 -4
- package/internal-do-not-import-from-here/ux/markdown2/models/EditorPlugin.d.ts +0 -1
- package/internal-do-not-import-from-here/ux/markdown2/plugins/bold/BoldPlugin.d.ts +3 -0
- package/internal-do-not-import-from-here/ux/markdown2/plugins/colorstyle/ColorButton.d.ts +5 -0
- package/internal-do-not-import-from-here/ux/markdown2/plugins/italic/ItalicPlugin.d.ts +3 -0
- package/internal-do-not-import-from-here/ux/markdown2/plugins/text/TextPlugin.d.ts +4 -0
- package/internal-do-not-import-from-here/ux/markdown2/plugins/typography/TypographyButton.d.ts +5 -0
- package/internal-do-not-import-from-here/ux/markdown2/plugins/velcron/VelcronPlugin.d.ts +5 -0
- package/internal-do-not-import-from-here/ux/markdown2/stores/MarkdownStore.d.ts +10 -13
- package/internal-do-not-import-from-here/ux/markdown2/stores/MarkdownToolbarStore.d.ts +50 -65
- package/internal-do-not-import-from-here/ux/oxide/alert/Alert.d.ts +1 -1
- package/internal-do-not-import-from-here/ux/oxide/appbar/Appbar.d.ts +1 -1
- package/internal-do-not-import-from-here/ux/oxide/colorpicker/ColorPicker.d.ts +3 -276
- package/internal-do-not-import-from-here/ux/oxide/datepicker/DatePicker.d.ts +5 -1
- package/internal-do-not-import-from-here/ux/oxide/dialog/Dialog.d.ts +5 -444
- package/internal-do-not-import-from-here/ux/oxide/divider/Divider.d.ts +4 -99
- package/internal-do-not-import-from-here/ux/oxide/expansionpanel/ExpansionPanel.d.ts +4 -194
- package/internal-do-not-import-from-here/ux/oxide/expansionpanel/ExpansionPanels.d.ts +4 -206
- package/internal-do-not-import-from-here/ux/oxide/fab/FloatingActionButton..d.ts +1 -1
- package/internal-do-not-import-from-here/ux/oxide/form/Form.d.ts +3 -94
- package/internal-do-not-import-from-here/ux/oxide/hostprovider/HostProvider.d.ts +4 -78
- package/internal-do-not-import-from-here/ux/oxide/infinite-scroll/InfiniteScroll.d.ts +11 -184
- package/internal-do-not-import-from-here/ux/oxide/layout/Layout.d.ts +3 -94
- package/internal-do-not-import-from-here/ux/oxide/lazy/Lazy.d.ts +4 -85
- package/internal-do-not-import-from-here/ux/oxide/link/Link.d.ts +4 -199
- package/internal-do-not-import-from-here/ux/oxide/main/Main.d.ts +3 -133
- package/internal-do-not-import-from-here/ux/oxide/menu/Menu.d.ts +4 -355
- package/internal-do-not-import-from-here/ux/oxide/notification/Notification.d.ts +4 -161
- package/internal-do-not-import-from-here/ux/oxide/panel/Panel.d.ts +4 -238
- package/internal-do-not-import-from-here/ux/oxide/progress/Progress.d.ts +4 -76
- package/internal-do-not-import-from-here/ux/oxide/radio/Radio.d.ts +4 -138
- package/internal-do-not-import-from-here/ux/oxide/rating/Rating.d.ts +4 -272
- package/internal-do-not-import-from-here/ux/oxide/scrollcontainer/ScrollContainer.d.ts +3 -203
- package/internal-do-not-import-from-here/ux/oxide/skeletonloader/SkeletonLoader.d.ts +3 -133
- package/internal-do-not-import-from-here/ux/oxide/slidepanel/Slide.d.ts +3 -37
- package/internal-do-not-import-from-here/ux/oxide/slidepanel/SlidePanel.d.ts +3 -267
- package/internal-do-not-import-from-here/ux/oxide/slider/Slider.d.ts +4 -349
- package/internal-do-not-import-from-here/ux/oxide/snackbar/Snackbar.d.ts +3 -154
- package/internal-do-not-import-from-here/ux/oxide/spacer/Spacer.d.ts +1 -15
- package/internal-do-not-import-from-here/ux/oxide/splitpane/Splitpane.d.ts +4 -149
- package/internal-do-not-import-from-here/ux/oxide/splitpane/SplitpaneItem.d.ts +3 -145
- package/internal-do-not-import-from-here/ux/oxide/stickycontainer/StickyContainer.d.ts +3 -71
- package/internal-do-not-import-from-here/ux/oxide/switch/Switch.d.ts +3 -254
- package/internal-do-not-import-from-here/ux/oxide/tab/Tab.d.ts +4 -245
- package/internal-do-not-import-from-here/ux/oxide/tab/Tabs.d.ts +4 -335
- package/internal-do-not-import-from-here/ux/oxide/table/Table.d.ts +3 -107
- package/internal-do-not-import-from-here/ux/oxide/textarea/TextArea.d.ts +4 -400
- package/internal-do-not-import-from-here/ux/oxide/textarea/docs/ExampleComponents.d.ts +1 -0
- package/internal-do-not-import-from-here/ux/oxide/textarea/docs/SampleComponent.d.ts +2 -0
- package/internal-do-not-import-from-here/ux/oxide/textarea/docs/index.d.ts +1 -0
- package/internal-do-not-import-from-here/ux/oxide/toolbar/Toolbar.d.ts +4 -250
- package/internal-do-not-import-from-here/ux/oxide/tooltip/Tooltip.d.ts +3 -192
- package/internal-do-not-import-from-here/ux/oxide/validation/Validation.d.ts +4 -56
- package/internal-do-not-import-from-here/ux/social/PeopleTagging.d.ts +6 -6
- package/internal-do-not-import-from-here/ux/use/UseClone.d.ts +1 -1
- package/internal-do-not-import-from-here/ux/use/UseDraggable.d.ts +1 -1
- package/internal-do-not-import-from-here/ux/use/UseMounted.d.ts +1 -1
- package/internal-do-not-import-from-here/ux/use/UseWebNotification.d.ts +2 -2
- package/package.json +3 -3
@@ -1,336 +1,5 @@
|
|
1
|
-
import {
|
2
|
-
|
3
|
-
|
4
|
-
|
5
|
-
type: import("vue").PropType<boolean>;
|
6
|
-
required: false;
|
7
|
-
};
|
8
|
-
blueprint: {
|
9
|
-
type: import("vue").PropType<TabsBlueprint>;
|
10
|
-
};
|
11
|
-
scrolling: {
|
12
|
-
type: import("vue").PropType<string>;
|
13
|
-
};
|
14
|
-
grow: {
|
15
|
-
type: import("vue").PropType<boolean>;
|
16
|
-
};
|
17
|
-
alignTabs: {
|
18
|
-
type: import("vue").PropType<"start" | "center" | "end">;
|
19
|
-
required: false;
|
20
|
-
};
|
21
|
-
noScrolling: {
|
22
|
-
type: import("vue").PropType<boolean>;
|
23
|
-
};
|
24
|
-
hideTabNameIfOnlyOneTab: {
|
25
|
-
type: import("vue").PropType<boolean>;
|
26
|
-
};
|
27
|
-
vertical: {
|
28
|
-
type: import("vue").PropType<boolean>;
|
29
|
-
};
|
30
|
-
toned: {
|
31
|
-
type: import("vue").PropType<boolean>;
|
32
|
-
};
|
33
|
-
variant: {
|
34
|
-
type: import("vue").PropType<"toolbar" | "navigation" | "default" | "header" | "settings">;
|
35
|
-
};
|
36
|
-
stacked: {
|
37
|
-
type: import("vue").PropType<boolean>;
|
38
|
-
required: false;
|
39
|
-
};
|
40
|
-
modelValue: {
|
41
|
-
type: import("vue").PropType<number>;
|
42
|
-
required: false;
|
43
|
-
};
|
44
|
-
"v-model": {
|
45
|
-
type: import("vue").PropType<number>;
|
46
|
-
required: false;
|
47
|
-
};
|
48
|
-
"onUpdate:modelValue": {
|
49
|
-
type: import("vue").PropType<(value: number) => any | void>;
|
50
|
-
};
|
51
|
-
contentClass: {
|
52
|
-
type: import("vue").PropType<string | string[]>;
|
53
|
-
};
|
54
|
-
class: {
|
55
|
-
type: import("vue").PropType<String | String[]>;
|
56
|
-
required: boolean;
|
57
|
-
};
|
58
|
-
colorSchemaType: {
|
59
|
-
type: import("vue").PropType<import("@omnia/fx-models").ColorSchemaTypes | import("@omnia/fx-models").ColorSchemaType>;
|
60
|
-
required: boolean;
|
61
|
-
};
|
62
|
-
container: {
|
63
|
-
type: BooleanConstructor;
|
64
|
-
required: boolean;
|
65
|
-
};
|
66
|
-
colors: {
|
67
|
-
type: import("vue").PropType<import("@omnia/fx/ux").ColorSchemaStoreType>;
|
68
|
-
required: boolean;
|
69
|
-
};
|
70
|
-
}>> & {
|
71
|
-
"onUpdate:modelValue"?: (model: number) => any;
|
72
|
-
onDoc$?: (description?: string) => any;
|
73
|
-
}, () => JSX.Element, unknown, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {
|
74
|
-
"update:modelValue": (model: number) => void;
|
75
|
-
doc$(description?: string): {
|
76
|
-
"update:modelValue": (model: number) => void;
|
77
|
-
};
|
78
|
-
}, import("vue").VNodeProps & import("vue").AllowedComponentProps & import("vue").ComponentCustomProps & Readonly<import("vue").ExtractPropTypes<{
|
79
|
-
disableBlueprint: {
|
80
|
-
type: import("vue").PropType<boolean>;
|
81
|
-
required: false;
|
82
|
-
};
|
83
|
-
blueprint: {
|
84
|
-
type: import("vue").PropType<TabsBlueprint>;
|
85
|
-
};
|
86
|
-
scrolling: {
|
87
|
-
type: import("vue").PropType<string>;
|
88
|
-
};
|
89
|
-
grow: {
|
90
|
-
type: import("vue").PropType<boolean>;
|
91
|
-
};
|
92
|
-
alignTabs: {
|
93
|
-
type: import("vue").PropType<"start" | "center" | "end">;
|
94
|
-
required: false;
|
95
|
-
};
|
96
|
-
noScrolling: {
|
97
|
-
type: import("vue").PropType<boolean>;
|
98
|
-
};
|
99
|
-
hideTabNameIfOnlyOneTab: {
|
100
|
-
type: import("vue").PropType<boolean>;
|
101
|
-
};
|
102
|
-
vertical: {
|
103
|
-
type: import("vue").PropType<boolean>;
|
104
|
-
};
|
105
|
-
toned: {
|
106
|
-
type: import("vue").PropType<boolean>;
|
107
|
-
};
|
108
|
-
variant: {
|
109
|
-
type: import("vue").PropType<"toolbar" | "navigation" | "default" | "header" | "settings">;
|
110
|
-
};
|
111
|
-
stacked: {
|
112
|
-
type: import("vue").PropType<boolean>;
|
113
|
-
required: false;
|
114
|
-
};
|
115
|
-
modelValue: {
|
116
|
-
type: import("vue").PropType<number>;
|
117
|
-
required: false;
|
118
|
-
};
|
119
|
-
"v-model": {
|
120
|
-
type: import("vue").PropType<number>;
|
121
|
-
required: false;
|
122
|
-
};
|
123
|
-
"onUpdate:modelValue": {
|
124
|
-
type: import("vue").PropType<(value: number) => any | void>;
|
125
|
-
};
|
126
|
-
contentClass: {
|
127
|
-
type: import("vue").PropType<string | string[]>;
|
128
|
-
};
|
129
|
-
class: {
|
130
|
-
type: import("vue").PropType<String | String[]>;
|
131
|
-
required: boolean;
|
132
|
-
};
|
133
|
-
colorSchemaType: {
|
134
|
-
type: import("vue").PropType<import("@omnia/fx-models").ColorSchemaTypes | import("@omnia/fx-models").ColorSchemaType>;
|
135
|
-
required: boolean;
|
136
|
-
};
|
137
|
-
container: {
|
138
|
-
type: BooleanConstructor;
|
139
|
-
required: boolean;
|
140
|
-
};
|
141
|
-
colors: {
|
142
|
-
type: import("vue").PropType<import("@omnia/fx/ux").ColorSchemaStoreType>;
|
143
|
-
required: boolean;
|
144
|
-
};
|
145
|
-
}>> & {
|
146
|
-
"onUpdate:modelValue"?: (model: number) => any;
|
147
|
-
onDoc$?: (description?: string) => any;
|
148
|
-
}, {
|
149
|
-
container: boolean;
|
150
|
-
}, true, {}, {}, {
|
151
|
-
P: {};
|
152
|
-
B: {};
|
153
|
-
D: {};
|
154
|
-
C: {};
|
155
|
-
M: {};
|
156
|
-
Defaults: {};
|
157
|
-
}, Readonly<import("vue").ExtractPropTypes<{
|
158
|
-
disableBlueprint: {
|
159
|
-
type: import("vue").PropType<boolean>;
|
160
|
-
required: false;
|
161
|
-
};
|
162
|
-
blueprint: {
|
163
|
-
type: import("vue").PropType<TabsBlueprint>;
|
164
|
-
};
|
165
|
-
scrolling: {
|
166
|
-
type: import("vue").PropType<string>;
|
167
|
-
};
|
168
|
-
grow: {
|
169
|
-
type: import("vue").PropType<boolean>;
|
170
|
-
};
|
171
|
-
alignTabs: {
|
172
|
-
type: import("vue").PropType<"start" | "center" | "end">;
|
173
|
-
required: false;
|
174
|
-
};
|
175
|
-
noScrolling: {
|
176
|
-
type: import("vue").PropType<boolean>;
|
177
|
-
};
|
178
|
-
hideTabNameIfOnlyOneTab: {
|
179
|
-
type: import("vue").PropType<boolean>;
|
180
|
-
};
|
181
|
-
vertical: {
|
182
|
-
type: import("vue").PropType<boolean>;
|
183
|
-
};
|
184
|
-
toned: {
|
185
|
-
type: import("vue").PropType<boolean>;
|
186
|
-
};
|
187
|
-
variant: {
|
188
|
-
type: import("vue").PropType<"toolbar" | "navigation" | "default" | "header" | "settings">;
|
189
|
-
};
|
190
|
-
stacked: {
|
191
|
-
type: import("vue").PropType<boolean>;
|
192
|
-
required: false;
|
193
|
-
};
|
194
|
-
modelValue: {
|
195
|
-
type: import("vue").PropType<number>;
|
196
|
-
required: false;
|
197
|
-
};
|
198
|
-
"v-model": {
|
199
|
-
type: import("vue").PropType<number>;
|
200
|
-
required: false;
|
201
|
-
};
|
202
|
-
"onUpdate:modelValue": {
|
203
|
-
type: import("vue").PropType<(value: number) => any | void>;
|
204
|
-
};
|
205
|
-
contentClass: {
|
206
|
-
type: import("vue").PropType<string | string[]>;
|
207
|
-
};
|
208
|
-
class: {
|
209
|
-
type: import("vue").PropType<String | String[]>;
|
210
|
-
required: boolean;
|
211
|
-
};
|
212
|
-
colorSchemaType: {
|
213
|
-
type: import("vue").PropType<import("@omnia/fx-models").ColorSchemaTypes | import("@omnia/fx-models").ColorSchemaType>;
|
214
|
-
required: boolean;
|
215
|
-
};
|
216
|
-
container: {
|
217
|
-
type: BooleanConstructor;
|
218
|
-
required: boolean;
|
219
|
-
};
|
220
|
-
colors: {
|
221
|
-
type: import("vue").PropType<import("@omnia/fx/ux").ColorSchemaStoreType>;
|
222
|
-
required: boolean;
|
223
|
-
};
|
224
|
-
}>> & {
|
225
|
-
"onUpdate:modelValue"?: (model: number) => any;
|
226
|
-
onDoc$?: (description?: string) => any;
|
227
|
-
}, () => JSX.Element, {}, {}, {}, {
|
228
|
-
container: boolean;
|
229
|
-
}>;
|
230
|
-
__isFragment?: never;
|
231
|
-
__isTeleport?: never;
|
232
|
-
__isSuspense?: never;
|
233
|
-
} & import("vue").ComponentOptionsBase<Readonly<import("vue").ExtractPropTypes<{
|
234
|
-
disableBlueprint: {
|
235
|
-
type: import("vue").PropType<boolean>;
|
236
|
-
required: false;
|
237
|
-
};
|
238
|
-
blueprint: {
|
239
|
-
type: import("vue").PropType<TabsBlueprint>;
|
240
|
-
};
|
241
|
-
scrolling: {
|
242
|
-
type: import("vue").PropType<string>;
|
243
|
-
};
|
244
|
-
grow: {
|
245
|
-
type: import("vue").PropType<boolean>;
|
246
|
-
};
|
247
|
-
alignTabs: {
|
248
|
-
type: import("vue").PropType<"start" | "center" | "end">;
|
249
|
-
required: false;
|
250
|
-
};
|
251
|
-
noScrolling: {
|
252
|
-
type: import("vue").PropType<boolean>;
|
253
|
-
};
|
254
|
-
hideTabNameIfOnlyOneTab: {
|
255
|
-
type: import("vue").PropType<boolean>;
|
256
|
-
};
|
257
|
-
vertical: {
|
258
|
-
type: import("vue").PropType<boolean>;
|
259
|
-
};
|
260
|
-
toned: {
|
261
|
-
type: import("vue").PropType<boolean>;
|
262
|
-
};
|
263
|
-
variant: {
|
264
|
-
type: import("vue").PropType<"toolbar" | "navigation" | "default" | "header" | "settings">;
|
265
|
-
};
|
266
|
-
stacked: {
|
267
|
-
type: import("vue").PropType<boolean>;
|
268
|
-
required: false;
|
269
|
-
};
|
270
|
-
modelValue: {
|
271
|
-
type: import("vue").PropType<number>;
|
272
|
-
required: false;
|
273
|
-
};
|
274
|
-
"v-model": {
|
275
|
-
type: import("vue").PropType<number>;
|
276
|
-
required: false;
|
277
|
-
};
|
278
|
-
"onUpdate:modelValue": {
|
279
|
-
type: import("vue").PropType<(value: number) => any | void>;
|
280
|
-
};
|
281
|
-
contentClass: {
|
282
|
-
type: import("vue").PropType<string | string[]>;
|
283
|
-
};
|
284
|
-
class: {
|
285
|
-
type: import("vue").PropType<String | String[]>;
|
286
|
-
required: boolean;
|
287
|
-
};
|
288
|
-
colorSchemaType: {
|
289
|
-
type: import("vue").PropType<import("@omnia/fx-models").ColorSchemaTypes | import("@omnia/fx-models").ColorSchemaType>;
|
290
|
-
required: boolean;
|
291
|
-
};
|
292
|
-
container: {
|
293
|
-
type: BooleanConstructor;
|
294
|
-
required: boolean;
|
295
|
-
};
|
296
|
-
colors: {
|
297
|
-
type: import("vue").PropType<import("@omnia/fx/ux").ColorSchemaStoreType>;
|
298
|
-
required: boolean;
|
299
|
-
};
|
300
|
-
}>> & {
|
301
|
-
"onUpdate:modelValue"?: (model: number) => any;
|
302
|
-
onDoc$?: (description?: string) => any;
|
303
|
-
}, () => JSX.Element, unknown, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {
|
304
|
-
"update:modelValue": (model: number) => void;
|
305
|
-
doc$(description?: string): {
|
306
|
-
"update:modelValue": (model: number) => void;
|
307
|
-
};
|
308
|
-
}, string, {
|
309
|
-
container: boolean;
|
310
|
-
}, {}, string, {}> & import("vue").VNodeProps & import("vue").AllowedComponentProps & import("vue").ComponentCustomProps & {
|
311
|
-
propsDefinition: Omit<Readonly<{} & {
|
312
|
-
blueprint?: TabsBlueprint;
|
313
|
-
container?: boolean;
|
314
|
-
class?: String | String[];
|
315
|
-
vertical?: boolean;
|
316
|
-
contentClass?: string | string[];
|
317
|
-
colorSchemaType?: "background" | "primary" | "secondary" | import("@omnia/fx-models").ColorSchemaTypes | "accent1" | "accent2" | "accent3" | "accent4" | "accent5" | "neutral" | "warning" | "notification" | "error" | "info" | "success" | "dynamic";
|
318
|
-
toned?: boolean;
|
319
|
-
grow?: boolean;
|
320
|
-
colors?: import("@omnia/fx/ux").ColorSchemaStoreType;
|
321
|
-
modelValue?: number;
|
322
|
-
"v-model"?: number;
|
323
|
-
"onUpdate:modelValue"?: (value: number) => any | void;
|
324
|
-
variant?: "toolbar" | "navigation" | "default" | "header" | "settings";
|
325
|
-
stacked?: boolean;
|
326
|
-
disableBlueprint?: boolean;
|
327
|
-
scrolling?: string;
|
328
|
-
hideTabNameIfOnlyOneTab?: boolean;
|
329
|
-
noScrolling?: boolean;
|
330
|
-
alignTabs?: "start" | "center" | "end";
|
331
|
-
}>, "onUpdate:modelValue" | "onDoc$"> & {
|
332
|
-
"onUpdate:modelValue"?: (model: number) => any;
|
333
|
-
onDoc$?: (description?: string) => any;
|
334
|
-
};
|
335
|
-
};
|
1
|
+
import { DefineProp, DefinePropTheming, DefineVModel } from "@omnia/fx/ux";
|
2
|
+
import { OTabAlignments, OScrollOffsetTypes, OTabVariants, TabsBlueprint } from "@omnia/fx-models";
|
3
|
+
type TabsProps = DefinePropTheming & DefineProp<"class", String | String[]> & DefineVModel<"", number, false, 0, false, "The v-model of the component"> & DefineProp<"contentClass", string | string[], false, null, "The class of the content container."> & DefineProp<"stacked", boolean, false, null, "Applies the stacked prop to all children o.tab components."> & DefineProp<"variant", OTabVariants, false, null, "Applies a distinct style to the component."> & DefineProp<"toned", boolean, false, null> & DefineProp<"vertical", boolean, false, null> & DefineProp<"hideTabNameIfOnlyOneTab", boolean, false, null, "Hides the tab name if there is only one tab in the component."> & DefineProp<"noScrolling", boolean, false, null, "Removes the scrolling from the tabs component."> & DefineProp<"alignTabs", OTabAlignments, false, "start", "sets the horizontal alignment of the tabs."> & DefineProp<"grow", boolean, false, null, "sets how the flex grows in relation to other flexes of the tab."> & DefineProp<"scrolling", OScrollOffsetTypes, false, null, "Sets a custom blueprint for the tab control."> & DefineProp<"blueprint", TabsBlueprint, false, null, "Applies the stacked prop to all children o.tab components."> & DefineProp<"disableBlueprint", boolean, false, null, "Disables the blueprint and use properties instead.">;
|
4
|
+
declare const _default: (props: import("@omnia/fx/ux").ConstructComponentProps<TabsProps>) => any;
|
336
5
|
export default _default;
|
@@ -1,108 +1,4 @@
|
|
1
|
-
|
2
|
-
|
3
|
-
|
4
|
-
type: import("vue").PropType<boolean>;
|
5
|
-
};
|
6
|
-
class: {
|
7
|
-
type: import("vue").PropType<String | String[]>;
|
8
|
-
required: boolean;
|
9
|
-
};
|
10
|
-
colorSchemaType: {
|
11
|
-
type: import("vue").PropType<import("@omnia/fx-models").ColorSchemaTypes | import("@omnia/fx-models").ColorSchemaType>;
|
12
|
-
required: boolean;
|
13
|
-
};
|
14
|
-
container: {
|
15
|
-
type: BooleanConstructor;
|
16
|
-
required: boolean;
|
17
|
-
};
|
18
|
-
colors: {
|
19
|
-
type: import("vue").PropType<import("@omnia/fx/ux").ColorSchemaStoreType>;
|
20
|
-
required: boolean;
|
21
|
-
};
|
22
|
-
}>>, () => JSX.Element, unknown, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {}, import("vue").VNodeProps & import("vue").AllowedComponentProps & import("vue").ComponentCustomProps & Readonly<import("vue").ExtractPropTypes<{
|
23
|
-
toned: {
|
24
|
-
type: import("vue").PropType<boolean>;
|
25
|
-
};
|
26
|
-
class: {
|
27
|
-
type: import("vue").PropType<String | String[]>;
|
28
|
-
required: boolean;
|
29
|
-
};
|
30
|
-
colorSchemaType: {
|
31
|
-
type: import("vue").PropType<import("@omnia/fx-models").ColorSchemaTypes | import("@omnia/fx-models").ColorSchemaType>;
|
32
|
-
required: boolean;
|
33
|
-
};
|
34
|
-
container: {
|
35
|
-
type: BooleanConstructor;
|
36
|
-
required: boolean;
|
37
|
-
};
|
38
|
-
colors: {
|
39
|
-
type: import("vue").PropType<import("@omnia/fx/ux").ColorSchemaStoreType>;
|
40
|
-
required: boolean;
|
41
|
-
};
|
42
|
-
}>>, {
|
43
|
-
container: boolean;
|
44
|
-
}, true, {}, {}, {
|
45
|
-
P: {};
|
46
|
-
B: {};
|
47
|
-
D: {};
|
48
|
-
C: {};
|
49
|
-
M: {};
|
50
|
-
Defaults: {};
|
51
|
-
}, Readonly<import("vue").ExtractPropTypes<{
|
52
|
-
toned: {
|
53
|
-
type: import("vue").PropType<boolean>;
|
54
|
-
};
|
55
|
-
class: {
|
56
|
-
type: import("vue").PropType<String | String[]>;
|
57
|
-
required: boolean;
|
58
|
-
};
|
59
|
-
colorSchemaType: {
|
60
|
-
type: import("vue").PropType<import("@omnia/fx-models").ColorSchemaTypes | import("@omnia/fx-models").ColorSchemaType>;
|
61
|
-
required: boolean;
|
62
|
-
};
|
63
|
-
container: {
|
64
|
-
type: BooleanConstructor;
|
65
|
-
required: boolean;
|
66
|
-
};
|
67
|
-
colors: {
|
68
|
-
type: import("vue").PropType<import("@omnia/fx/ux").ColorSchemaStoreType>;
|
69
|
-
required: boolean;
|
70
|
-
};
|
71
|
-
}>>, () => JSX.Element, {}, {}, {}, {
|
72
|
-
container: boolean;
|
73
|
-
}>;
|
74
|
-
__isFragment?: never;
|
75
|
-
__isTeleport?: never;
|
76
|
-
__isSuspense?: never;
|
77
|
-
} & import("vue").ComponentOptionsBase<Readonly<import("vue").ExtractPropTypes<{
|
78
|
-
toned: {
|
79
|
-
type: import("vue").PropType<boolean>;
|
80
|
-
};
|
81
|
-
class: {
|
82
|
-
type: import("vue").PropType<String | String[]>;
|
83
|
-
required: boolean;
|
84
|
-
};
|
85
|
-
colorSchemaType: {
|
86
|
-
type: import("vue").PropType<import("@omnia/fx-models").ColorSchemaTypes | import("@omnia/fx-models").ColorSchemaType>;
|
87
|
-
required: boolean;
|
88
|
-
};
|
89
|
-
container: {
|
90
|
-
type: BooleanConstructor;
|
91
|
-
required: boolean;
|
92
|
-
};
|
93
|
-
colors: {
|
94
|
-
type: import("vue").PropType<import("@omnia/fx/ux").ColorSchemaStoreType>;
|
95
|
-
required: boolean;
|
96
|
-
};
|
97
|
-
}>>, () => JSX.Element, unknown, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {}, string, {
|
98
|
-
container: boolean;
|
99
|
-
}, {}, string, {}> & import("vue").VNodeProps & import("vue").AllowedComponentProps & import("vue").ComponentCustomProps & {
|
100
|
-
propsDefinition: Omit<Readonly<{} & {
|
101
|
-
container?: boolean;
|
102
|
-
class?: String | String[];
|
103
|
-
colorSchemaType?: "background" | "primary" | "secondary" | import("@omnia/fx-models").ColorSchemaTypes | "accent1" | "accent2" | "accent3" | "accent4" | "accent5" | "neutral" | "warning" | "notification" | "error" | "info" | "success" | "dynamic";
|
104
|
-
toned?: boolean;
|
105
|
-
colors?: import("@omnia/fx/ux").ColorSchemaStoreType;
|
106
|
-
}>, never>;
|
107
|
-
};
|
1
|
+
import { DefineProp, DefinePropTheming } from "@omnia/fx/ux";
|
2
|
+
type TabbleProps = DefinePropTheming & DefineProp<"class", String | String[]> & DefineProp<"toned", boolean, false, null>;
|
3
|
+
declare const _default: (props: import("@omnia/fx/ux").ConstructComponentProps<TabbleProps>) => any;
|
108
4
|
export default _default;
|