@omnia/fx 8.0.262-dev → 8.0.264-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/aurora/admin/blades/blueprints/typography/components/FontPicker.css.d.ts +4 -1
- package/internal-do-not-import-from-here/ux/aurora/admin/blades/blueprints/typography/components/FontPicker.d.ts +12 -8
- package/internal-do-not-import-from-here/ux/aurora/admin/blades/blueprints/typography/components/FontRegistration.d.ts +6 -0
- package/internal-do-not-import-from-here/ux/aurora/admin/blades/blueprints/typography/store/TypographyEditorStore.d.ts +41 -16
- package/internal-do-not-import-from-here/ux/aurora/admin/blades/fontsmanager/FontManager.d.ts +2 -0
- package/internal-do-not-import-from-here/ux/aurora/admin/blades/fontsmanager/blade/FontDefinitionBlade.d.ts +6 -0
- package/internal-do-not-import-from-here/ux/aurora/admin/blades/fontsmanager/store/FontManagerStore.d.ts +75 -0
- package/internal-do-not-import-from-here/ux/aurora/store/FontStore.d.ts +77 -0
- package/internal-do-not-import-from-here/ux/aurora/store/SpacingBlueprintStore.d.ts +114 -10
- package/internal-do-not-import-from-here/ux/aurora/store/TypographyBlueprintStore.d.ts +117 -11
- package/internal-do-not-import-from-here/ux/aurora/store/index.d.ts +1 -0
- 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/MarkdownToolbar.css.d.ts +1 -0
- package/internal-do-not-import-from-here/ux/markdown2/commands/EditorCommands.d.ts +15 -23
- package/internal-do-not-import-from-here/ux/markdown2/commands/helpers/EditorNodeHelper.d.ts +3 -10
- package/internal-do-not-import-from-here/ux/markdown2/commands/helpers/HtmlNodehelper.d.ts +6 -6
- package/internal-do-not-import-from-here/ux/markdown2/models/EditorModels.d.ts +15 -11
- package/internal-do-not-import-from-here/ux/markdown2/models/EditorPlugin.d.ts +6 -5
- 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 +29 -23
- package/internal-do-not-import-from-here/ux/markdown2/stores/MarkdownToolbarStore.d.ts +162 -110
- 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/checkbox/Checkbox.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/internal-do-not-import-from-here/ux/velcron/core/models/VelcronDefinitions.d.ts +5 -1
- package/internal-do-not-import-from-here/ux/velcron/core/models/VelcronPropertyEditorDefinitions.d.ts +10 -1
- package/internal-do-not-import-from-here/ux/velcron/core/templatebuilder/VelcronEditorBuilder.d.ts +1 -0
- package/internal-do-not-import-from-here/ux/velcron/editor/models/VelcronEditorDescriptors.d.ts +1 -0
- package/internal-do-not-import-from-here/ux/velcron/editor/templates/EditorTemplates.d.ts +1 -0
- package/internal-do-not-import-from-here/ux/velcron/renderer/editors/PropertyResolverEditor.d.ts +13 -0
- package/internal-do-not-import-from-here/ux/versionedlayout/blade/VersionedLayoutBladeBuilder.d.ts +1 -1
- package/internal-do-not-import-from-here/wctypings.d.ts +20 -0
- package/package.json +3 -3
@@ -1,255 +1,4 @@
|
|
1
|
-
import { ValidationRule } from "@omnia/fx/ux";
|
2
|
-
|
3
|
-
|
4
|
-
hideDetails: {
|
5
|
-
type: import("vue").PropType<boolean>;
|
6
|
-
required: false;
|
7
|
-
};
|
8
|
-
persistentHint: {
|
9
|
-
type: import("vue").PropType<boolean>;
|
10
|
-
required: false;
|
11
|
-
};
|
12
|
-
hint: {
|
13
|
-
type: import("vue").PropType<string>;
|
14
|
-
required: false;
|
15
|
-
};
|
16
|
-
disabled: {
|
17
|
-
type: import("vue").PropType<boolean>;
|
18
|
-
required: false;
|
19
|
-
};
|
20
|
-
rules: {
|
21
|
-
type: import("vue").PropType<ValidationRule[]>;
|
22
|
-
required: false;
|
23
|
-
};
|
24
|
-
label: {
|
25
|
-
type: import("vue").PropType<string>;
|
26
|
-
};
|
27
|
-
"onUpdate:modelValue": {
|
28
|
-
type: import("vue").PropType<(value: boolean) => any | void>;
|
29
|
-
};
|
30
|
-
"v-model": {
|
31
|
-
type: import("vue").PropType<boolean>;
|
32
|
-
required: false;
|
33
|
-
};
|
34
|
-
modelValue: {
|
35
|
-
type: import("vue").PropType<boolean>;
|
36
|
-
required: false;
|
37
|
-
};
|
38
|
-
class: {
|
39
|
-
type: import("vue").PropType<String | String[]>;
|
40
|
-
required: boolean;
|
41
|
-
};
|
42
|
-
colorSchemaType: {
|
43
|
-
type: import("vue").PropType<import("@omnia/fx-models").ColorSchemaTypes | import("@omnia/fx-models").ColorSchemaType>;
|
44
|
-
required: boolean;
|
45
|
-
};
|
46
|
-
container: {
|
47
|
-
type: BooleanConstructor;
|
48
|
-
required: boolean;
|
49
|
-
};
|
50
|
-
colors: {
|
51
|
-
type: import("vue").PropType<import("@omnia/fx/ux").ColorSchemaStoreType>;
|
52
|
-
required: boolean;
|
53
|
-
};
|
54
|
-
}>> & {
|
55
|
-
"onUpdate:modelValue"?: (value: any) => any;
|
56
|
-
}, () => JSX.Element, unknown, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {
|
57
|
-
"update:modelValue": (value: any) => true;
|
58
|
-
}, import("vue").VNodeProps & import("vue").AllowedComponentProps & import("vue").ComponentCustomProps & Readonly<import("vue").ExtractPropTypes<{
|
59
|
-
hideDetails: {
|
60
|
-
type: import("vue").PropType<boolean>;
|
61
|
-
required: false;
|
62
|
-
};
|
63
|
-
persistentHint: {
|
64
|
-
type: import("vue").PropType<boolean>;
|
65
|
-
required: false;
|
66
|
-
};
|
67
|
-
hint: {
|
68
|
-
type: import("vue").PropType<string>;
|
69
|
-
required: false;
|
70
|
-
};
|
71
|
-
disabled: {
|
72
|
-
type: import("vue").PropType<boolean>;
|
73
|
-
required: false;
|
74
|
-
};
|
75
|
-
rules: {
|
76
|
-
type: import("vue").PropType<ValidationRule[]>;
|
77
|
-
required: false;
|
78
|
-
};
|
79
|
-
label: {
|
80
|
-
type: import("vue").PropType<string>;
|
81
|
-
};
|
82
|
-
"onUpdate:modelValue": {
|
83
|
-
type: import("vue").PropType<(value: boolean) => any | void>;
|
84
|
-
};
|
85
|
-
"v-model": {
|
86
|
-
type: import("vue").PropType<boolean>;
|
87
|
-
required: false;
|
88
|
-
};
|
89
|
-
modelValue: {
|
90
|
-
type: import("vue").PropType<boolean>;
|
91
|
-
required: false;
|
92
|
-
};
|
93
|
-
class: {
|
94
|
-
type: import("vue").PropType<String | String[]>;
|
95
|
-
required: boolean;
|
96
|
-
};
|
97
|
-
colorSchemaType: {
|
98
|
-
type: import("vue").PropType<import("@omnia/fx-models").ColorSchemaTypes | import("@omnia/fx-models").ColorSchemaType>;
|
99
|
-
required: boolean;
|
100
|
-
};
|
101
|
-
container: {
|
102
|
-
type: BooleanConstructor;
|
103
|
-
required: boolean;
|
104
|
-
};
|
105
|
-
colors: {
|
106
|
-
type: import("vue").PropType<import("@omnia/fx/ux").ColorSchemaStoreType>;
|
107
|
-
required: boolean;
|
108
|
-
};
|
109
|
-
}>> & {
|
110
|
-
"onUpdate:modelValue"?: (value: any) => any;
|
111
|
-
}, {
|
112
|
-
container: boolean;
|
113
|
-
}, true, {}, {}, {
|
114
|
-
P: {};
|
115
|
-
B: {};
|
116
|
-
D: {};
|
117
|
-
C: {};
|
118
|
-
M: {};
|
119
|
-
Defaults: {};
|
120
|
-
}, Readonly<import("vue").ExtractPropTypes<{
|
121
|
-
hideDetails: {
|
122
|
-
type: import("vue").PropType<boolean>;
|
123
|
-
required: false;
|
124
|
-
};
|
125
|
-
persistentHint: {
|
126
|
-
type: import("vue").PropType<boolean>;
|
127
|
-
required: false;
|
128
|
-
};
|
129
|
-
hint: {
|
130
|
-
type: import("vue").PropType<string>;
|
131
|
-
required: false;
|
132
|
-
};
|
133
|
-
disabled: {
|
134
|
-
type: import("vue").PropType<boolean>;
|
135
|
-
required: false;
|
136
|
-
};
|
137
|
-
rules: {
|
138
|
-
type: import("vue").PropType<ValidationRule[]>;
|
139
|
-
required: false;
|
140
|
-
};
|
141
|
-
label: {
|
142
|
-
type: import("vue").PropType<string>;
|
143
|
-
};
|
144
|
-
"onUpdate:modelValue": {
|
145
|
-
type: import("vue").PropType<(value: boolean) => any | void>;
|
146
|
-
};
|
147
|
-
"v-model": {
|
148
|
-
type: import("vue").PropType<boolean>;
|
149
|
-
required: false;
|
150
|
-
};
|
151
|
-
modelValue: {
|
152
|
-
type: import("vue").PropType<boolean>;
|
153
|
-
required: false;
|
154
|
-
};
|
155
|
-
class: {
|
156
|
-
type: import("vue").PropType<String | String[]>;
|
157
|
-
required: boolean;
|
158
|
-
};
|
159
|
-
colorSchemaType: {
|
160
|
-
type: import("vue").PropType<import("@omnia/fx-models").ColorSchemaTypes | import("@omnia/fx-models").ColorSchemaType>;
|
161
|
-
required: boolean;
|
162
|
-
};
|
163
|
-
container: {
|
164
|
-
type: BooleanConstructor;
|
165
|
-
required: boolean;
|
166
|
-
};
|
167
|
-
colors: {
|
168
|
-
type: import("vue").PropType<import("@omnia/fx/ux").ColorSchemaStoreType>;
|
169
|
-
required: boolean;
|
170
|
-
};
|
171
|
-
}>> & {
|
172
|
-
"onUpdate:modelValue"?: (value: any) => any;
|
173
|
-
}, () => JSX.Element, {}, {}, {}, {
|
174
|
-
container: boolean;
|
175
|
-
}>;
|
176
|
-
__isFragment?: never;
|
177
|
-
__isTeleport?: never;
|
178
|
-
__isSuspense?: never;
|
179
|
-
} & import("vue").ComponentOptionsBase<Readonly<import("vue").ExtractPropTypes<{
|
180
|
-
hideDetails: {
|
181
|
-
type: import("vue").PropType<boolean>;
|
182
|
-
required: false;
|
183
|
-
};
|
184
|
-
persistentHint: {
|
185
|
-
type: import("vue").PropType<boolean>;
|
186
|
-
required: false;
|
187
|
-
};
|
188
|
-
hint: {
|
189
|
-
type: import("vue").PropType<string>;
|
190
|
-
required: false;
|
191
|
-
};
|
192
|
-
disabled: {
|
193
|
-
type: import("vue").PropType<boolean>;
|
194
|
-
required: false;
|
195
|
-
};
|
196
|
-
rules: {
|
197
|
-
type: import("vue").PropType<ValidationRule[]>;
|
198
|
-
required: false;
|
199
|
-
};
|
200
|
-
label: {
|
201
|
-
type: import("vue").PropType<string>;
|
202
|
-
};
|
203
|
-
"onUpdate:modelValue": {
|
204
|
-
type: import("vue").PropType<(value: boolean) => any | void>;
|
205
|
-
};
|
206
|
-
"v-model": {
|
207
|
-
type: import("vue").PropType<boolean>;
|
208
|
-
required: false;
|
209
|
-
};
|
210
|
-
modelValue: {
|
211
|
-
type: import("vue").PropType<boolean>;
|
212
|
-
required: false;
|
213
|
-
};
|
214
|
-
class: {
|
215
|
-
type: import("vue").PropType<String | String[]>;
|
216
|
-
required: boolean;
|
217
|
-
};
|
218
|
-
colorSchemaType: {
|
219
|
-
type: import("vue").PropType<import("@omnia/fx-models").ColorSchemaTypes | import("@omnia/fx-models").ColorSchemaType>;
|
220
|
-
required: boolean;
|
221
|
-
};
|
222
|
-
container: {
|
223
|
-
type: BooleanConstructor;
|
224
|
-
required: boolean;
|
225
|
-
};
|
226
|
-
colors: {
|
227
|
-
type: import("vue").PropType<import("@omnia/fx/ux").ColorSchemaStoreType>;
|
228
|
-
required: boolean;
|
229
|
-
};
|
230
|
-
}>> & {
|
231
|
-
"onUpdate:modelValue"?: (value: any) => any;
|
232
|
-
}, () => JSX.Element, unknown, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {
|
233
|
-
"update:modelValue": (value: any) => true;
|
234
|
-
}, string, {
|
235
|
-
container: boolean;
|
236
|
-
}, {}, string, {}> & import("vue").VNodeProps & import("vue").AllowedComponentProps & import("vue").ComponentCustomProps & {
|
237
|
-
propsDefinition: Omit<Readonly<{} & {
|
238
|
-
container?: boolean;
|
239
|
-
class?: String | String[];
|
240
|
-
label?: string;
|
241
|
-
disabled?: boolean;
|
242
|
-
colorSchemaType?: "background" | "primary" | "secondary" | import("@omnia/fx-models").ColorSchemaTypes | "accent1" | "accent2" | "accent3" | "accent4" | "accent5" | "neutral" | "warning" | "notification" | "error" | "info" | "success" | "dynamic";
|
243
|
-
colors?: import("@omnia/fx/ux").ColorSchemaStoreType;
|
244
|
-
modelValue?: boolean;
|
245
|
-
"v-model"?: boolean;
|
246
|
-
"onUpdate:modelValue"?: (value: boolean) => any | void;
|
247
|
-
rules?: ValidationRule[];
|
248
|
-
hint?: string;
|
249
|
-
persistentHint?: boolean;
|
250
|
-
hideDetails?: boolean;
|
251
|
-
}>, "onUpdate:modelValue"> & {
|
252
|
-
"onUpdate:modelValue"?: (value: any) => any;
|
253
|
-
};
|
254
|
-
};
|
1
|
+
import { DefineProp, DefinePropTheming, DefineVModel, ValidationRule } from "@omnia/fx/ux";
|
2
|
+
type SwtichProps = DefinePropTheming & DefineProp<"class", String | String[]> & DefineVModel<"", boolean, false, null, true, "The v-model of the component"> & DefineProp<"label", string, false, null, "The label of the component"> & DefineProp<"rules", ValidationRule[], false, null, "Accepts a mixed array of types function. Functions pass an input value as an argument and must return either true / false or a string containing an error message. The input field will enter an error state if a function returns (or any value in the array contains) false or is a string."> & DefineProp<"disabled", boolean, false, false, "Removes the ability to click or target the component."> & DefineProp<"hint", string, false, "", "Displays hint text below the input when focused. Force this always open with the persistentHint property."> & DefineProp<"persistentHint", boolean, false, false, "Forces the hint to always be visible"> & DefineProp<"hideDetails", boolean, false, false, "Hides hint and validation errors">;
|
3
|
+
declare const _default: (props: import("@omnia/fx/ux").ConstructComponentProps<SwtichProps>) => any;
|
255
4
|
export default _default;
|
@@ -1,252 +1,11 @@
|
|
1
|
-
import {
|
1
|
+
import { DefineProp, DefinePropTheming, DefineSlot } from "@omnia/fx/ux";
|
2
|
+
import { IIcon, OTabVariants } from "@omnia/fx/models";
|
2
3
|
import { VNodeChild } from "vue";
|
3
4
|
type IconPositions = "left" | "right" | "top";
|
4
5
|
export interface TabIconModel {
|
5
6
|
iconType: IIcon;
|
6
7
|
position?: IconPositions;
|
7
8
|
}
|
8
|
-
|
9
|
-
|
10
|
-
"v-slots": import("vue").Prop<{
|
11
|
-
default?: import("../../DefineVueTypings").Slot;
|
12
|
-
} & {
|
13
|
-
itemRendering?: () => VNodeChild;
|
14
|
-
}>;
|
15
|
-
variant: {
|
16
|
-
type: import("vue").PropType<"toolbar" | "navigation" | "default" | "header" | "settings">;
|
17
|
-
};
|
18
|
-
icon: {
|
19
|
-
type: import("vue").PropType<TabIconModel>;
|
20
|
-
};
|
21
|
-
eager: {
|
22
|
-
type: import("vue").PropType<boolean>;
|
23
|
-
};
|
24
|
-
notificationCount: {
|
25
|
-
type: import("vue").PropType<number>;
|
26
|
-
};
|
27
|
-
title: {
|
28
|
-
type: import("vue").PropType<string>;
|
29
|
-
};
|
30
|
-
disabled: {
|
31
|
-
type: import("vue").PropType<boolean>;
|
32
|
-
};
|
33
|
-
"onUpdate:modelValue": {
|
34
|
-
type: import("vue").PropType<(value: boolean) => any | void>;
|
35
|
-
};
|
36
|
-
"v-model": {
|
37
|
-
type: import("vue").PropType<boolean>;
|
38
|
-
required: false;
|
39
|
-
};
|
40
|
-
modelValue: {
|
41
|
-
type: import("vue").PropType<boolean>;
|
42
|
-
required: false;
|
43
|
-
};
|
44
|
-
class: {
|
45
|
-
type: import("vue").PropType<String | String[]>;
|
46
|
-
required: boolean;
|
47
|
-
};
|
48
|
-
colorSchemaType: {
|
49
|
-
type: import("vue").PropType<import("@omnia/fx-models").ColorSchemaTypes | import("@omnia/fx-models").ColorSchemaType>;
|
50
|
-
required: boolean;
|
51
|
-
};
|
52
|
-
container: {
|
53
|
-
type: BooleanConstructor;
|
54
|
-
required: boolean;
|
55
|
-
};
|
56
|
-
colors: {
|
57
|
-
type: import("vue").PropType<import("@omnia/fx/ux").ColorSchemaStoreType>;
|
58
|
-
required: boolean;
|
59
|
-
};
|
60
|
-
}>>, () => JSX.Element, unknown, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {}, import("vue").VNodeProps & import("vue").AllowedComponentProps & import("vue").ComponentCustomProps & Readonly<import("vue").ExtractPropTypes<{
|
61
|
-
"v-slots": import("vue").Prop<{
|
62
|
-
default?: import("../../DefineVueTypings").Slot;
|
63
|
-
} & {
|
64
|
-
itemRendering?: () => VNodeChild;
|
65
|
-
}>;
|
66
|
-
variant: {
|
67
|
-
type: import("vue").PropType<"toolbar" | "navigation" | "default" | "header" | "settings">;
|
68
|
-
};
|
69
|
-
icon: {
|
70
|
-
type: import("vue").PropType<TabIconModel>;
|
71
|
-
};
|
72
|
-
eager: {
|
73
|
-
type: import("vue").PropType<boolean>;
|
74
|
-
};
|
75
|
-
notificationCount: {
|
76
|
-
type: import("vue").PropType<number>;
|
77
|
-
};
|
78
|
-
title: {
|
79
|
-
type: import("vue").PropType<string>;
|
80
|
-
};
|
81
|
-
disabled: {
|
82
|
-
type: import("vue").PropType<boolean>;
|
83
|
-
};
|
84
|
-
"onUpdate:modelValue": {
|
85
|
-
type: import("vue").PropType<(value: boolean) => any | void>;
|
86
|
-
};
|
87
|
-
"v-model": {
|
88
|
-
type: import("vue").PropType<boolean>;
|
89
|
-
required: false;
|
90
|
-
};
|
91
|
-
modelValue: {
|
92
|
-
type: import("vue").PropType<boolean>;
|
93
|
-
required: false;
|
94
|
-
};
|
95
|
-
class: {
|
96
|
-
type: import("vue").PropType<String | String[]>;
|
97
|
-
required: boolean;
|
98
|
-
};
|
99
|
-
colorSchemaType: {
|
100
|
-
type: import("vue").PropType<import("@omnia/fx-models").ColorSchemaTypes | import("@omnia/fx-models").ColorSchemaType>;
|
101
|
-
required: boolean;
|
102
|
-
};
|
103
|
-
container: {
|
104
|
-
type: BooleanConstructor;
|
105
|
-
required: boolean;
|
106
|
-
};
|
107
|
-
colors: {
|
108
|
-
type: import("vue").PropType<import("@omnia/fx/ux").ColorSchemaStoreType>;
|
109
|
-
required: boolean;
|
110
|
-
};
|
111
|
-
}>>, {
|
112
|
-
container: boolean;
|
113
|
-
}, true, {}, {}, {
|
114
|
-
P: {};
|
115
|
-
B: {};
|
116
|
-
D: {};
|
117
|
-
C: {};
|
118
|
-
M: {};
|
119
|
-
Defaults: {};
|
120
|
-
}, Readonly<import("vue").ExtractPropTypes<{
|
121
|
-
"v-slots": import("vue").Prop<{
|
122
|
-
default?: import("../../DefineVueTypings").Slot;
|
123
|
-
} & {
|
124
|
-
itemRendering?: () => VNodeChild;
|
125
|
-
}>;
|
126
|
-
variant: {
|
127
|
-
type: import("vue").PropType<"toolbar" | "navigation" | "default" | "header" | "settings">;
|
128
|
-
};
|
129
|
-
icon: {
|
130
|
-
type: import("vue").PropType<TabIconModel>;
|
131
|
-
};
|
132
|
-
eager: {
|
133
|
-
type: import("vue").PropType<boolean>;
|
134
|
-
};
|
135
|
-
notificationCount: {
|
136
|
-
type: import("vue").PropType<number>;
|
137
|
-
};
|
138
|
-
title: {
|
139
|
-
type: import("vue").PropType<string>;
|
140
|
-
};
|
141
|
-
disabled: {
|
142
|
-
type: import("vue").PropType<boolean>;
|
143
|
-
};
|
144
|
-
"onUpdate:modelValue": {
|
145
|
-
type: import("vue").PropType<(value: boolean) => any | void>;
|
146
|
-
};
|
147
|
-
"v-model": {
|
148
|
-
type: import("vue").PropType<boolean>;
|
149
|
-
required: false;
|
150
|
-
};
|
151
|
-
modelValue: {
|
152
|
-
type: import("vue").PropType<boolean>;
|
153
|
-
required: false;
|
154
|
-
};
|
155
|
-
class: {
|
156
|
-
type: import("vue").PropType<String | String[]>;
|
157
|
-
required: boolean;
|
158
|
-
};
|
159
|
-
colorSchemaType: {
|
160
|
-
type: import("vue").PropType<import("@omnia/fx-models").ColorSchemaTypes | import("@omnia/fx-models").ColorSchemaType>;
|
161
|
-
required: boolean;
|
162
|
-
};
|
163
|
-
container: {
|
164
|
-
type: BooleanConstructor;
|
165
|
-
required: boolean;
|
166
|
-
};
|
167
|
-
colors: {
|
168
|
-
type: import("vue").PropType<import("@omnia/fx/ux").ColorSchemaStoreType>;
|
169
|
-
required: boolean;
|
170
|
-
};
|
171
|
-
}>>, () => JSX.Element, {}, {}, {}, {
|
172
|
-
container: boolean;
|
173
|
-
}>;
|
174
|
-
__isFragment?: never;
|
175
|
-
__isTeleport?: never;
|
176
|
-
__isSuspense?: never;
|
177
|
-
} & import("vue").ComponentOptionsBase<Readonly<import("vue").ExtractPropTypes<{
|
178
|
-
"v-slots": import("vue").Prop<{
|
179
|
-
default?: import("../../DefineVueTypings").Slot;
|
180
|
-
} & {
|
181
|
-
itemRendering?: () => VNodeChild;
|
182
|
-
}>;
|
183
|
-
variant: {
|
184
|
-
type: import("vue").PropType<"toolbar" | "navigation" | "default" | "header" | "settings">;
|
185
|
-
};
|
186
|
-
icon: {
|
187
|
-
type: import("vue").PropType<TabIconModel>;
|
188
|
-
};
|
189
|
-
eager: {
|
190
|
-
type: import("vue").PropType<boolean>;
|
191
|
-
};
|
192
|
-
notificationCount: {
|
193
|
-
type: import("vue").PropType<number>;
|
194
|
-
};
|
195
|
-
title: {
|
196
|
-
type: import("vue").PropType<string>;
|
197
|
-
};
|
198
|
-
disabled: {
|
199
|
-
type: import("vue").PropType<boolean>;
|
200
|
-
};
|
201
|
-
"onUpdate:modelValue": {
|
202
|
-
type: import("vue").PropType<(value: boolean) => any | void>;
|
203
|
-
};
|
204
|
-
"v-model": {
|
205
|
-
type: import("vue").PropType<boolean>;
|
206
|
-
required: false;
|
207
|
-
};
|
208
|
-
modelValue: {
|
209
|
-
type: import("vue").PropType<boolean>;
|
210
|
-
required: false;
|
211
|
-
};
|
212
|
-
class: {
|
213
|
-
type: import("vue").PropType<String | String[]>;
|
214
|
-
required: boolean;
|
215
|
-
};
|
216
|
-
colorSchemaType: {
|
217
|
-
type: import("vue").PropType<import("@omnia/fx-models").ColorSchemaTypes | import("@omnia/fx-models").ColorSchemaType>;
|
218
|
-
required: boolean;
|
219
|
-
};
|
220
|
-
container: {
|
221
|
-
type: BooleanConstructor;
|
222
|
-
required: boolean;
|
223
|
-
};
|
224
|
-
colors: {
|
225
|
-
type: import("vue").PropType<import("@omnia/fx/ux").ColorSchemaStoreType>;
|
226
|
-
required: boolean;
|
227
|
-
};
|
228
|
-
}>>, () => JSX.Element, unknown, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {}, string, {
|
229
|
-
container: boolean;
|
230
|
-
}, {}, string, {}> & import("vue").VNodeProps & import("vue").AllowedComponentProps & import("vue").ComponentCustomProps & {
|
231
|
-
propsDefinition: Omit<Readonly<{} & {
|
232
|
-
icon?: TabIconModel;
|
233
|
-
title?: string;
|
234
|
-
container?: boolean;
|
235
|
-
class?: String | String[];
|
236
|
-
disabled?: boolean;
|
237
|
-
eager?: boolean;
|
238
|
-
colorSchemaType?: "background" | "primary" | "secondary" | import("@omnia/fx-models").ColorSchemaTypes | "accent1" | "accent2" | "accent3" | "accent4" | "accent5" | "neutral" | "warning" | "notification" | "error" | "info" | "success" | "dynamic";
|
239
|
-
colors?: import("@omnia/fx/ux").ColorSchemaStoreType;
|
240
|
-
modelValue?: boolean;
|
241
|
-
"v-model"?: boolean;
|
242
|
-
"onUpdate:modelValue"?: (value: boolean) => any | void;
|
243
|
-
"v-slots"?: {
|
244
|
-
default?: import("../../DefineVueTypings").Slot;
|
245
|
-
} & {
|
246
|
-
itemRendering?: () => VNodeChild;
|
247
|
-
};
|
248
|
-
variant?: "toolbar" | "navigation" | "default" | "header" | "settings";
|
249
|
-
notificationCount?: number;
|
250
|
-
}>, never>;
|
251
|
-
};
|
9
|
+
type TabProps = DefinePropTheming & DefineProp<"class", String | String[]> & DefineProp<"disabled", boolean, false, false, "Removed the ability to click or target the component."> & DefineProp<"title", string, false, null, "The title of the tab."> & DefineProp<"notificationCount", number, false, null, "Show a notificaton count on the tab."> & DefineProp<"eager", boolean, false, false, "Force the tab content to preload. This is useful if you have content that you want to be preloaded, instead of 'load on click' default behavior."> & DefineProp<"icon", TabIconModel, false, null, "The icon of the tab."> & DefineProp<"variant", OTabVariants, false, null, "Applies a distinct style to the component."> & DefineSlot<"itemRendering", () => VNodeChild>;
|
10
|
+
declare const _default: (props: import("@omnia/fx/ux").ConstructComponentProps<TabProps>) => any;
|
252
11
|
export default _default;
|