@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,240 +1,6 @@
|
|
1
|
-
import {
|
1
|
+
import { DefineProp, DefinePropTheming } from "@omnia/fx/ux";
|
2
|
+
import { OPanelVariants, OBorderCombination, OPaddingCombination, TypographySize, TypographySizes } from "@omnia/fx/models";
|
2
3
|
export * from "./Panel.stylex";
|
3
|
-
|
4
|
-
|
5
|
-
padding: {
|
6
|
-
type: import("vue").PropType<OPaddingCombination>;
|
7
|
-
};
|
8
|
-
spacelessBottom: {
|
9
|
-
type: import("vue").PropType<boolean>;
|
10
|
-
};
|
11
|
-
spacelessTop: {
|
12
|
-
type: import("vue").PropType<boolean>;
|
13
|
-
};
|
14
|
-
toned: {
|
15
|
-
type: import("vue").PropType<boolean>;
|
16
|
-
};
|
17
|
-
grouped: {
|
18
|
-
type: import("vue").PropType<boolean>;
|
19
|
-
};
|
20
|
-
filled: {
|
21
|
-
type: import("vue").PropType<boolean>;
|
22
|
-
};
|
23
|
-
divider: {
|
24
|
-
type: import("vue").PropType<OBorderCombination>;
|
25
|
-
};
|
26
|
-
hide: {
|
27
|
-
type: import("vue").PropType<boolean>;
|
28
|
-
};
|
29
|
-
variant: {
|
30
|
-
type: import("vue").PropType<"toolbar" | "navigation" | "tab" | "default" | "section" | "content" | "dialog" | "settings" | "tab-vertical" | "info-section">;
|
31
|
-
};
|
32
|
-
titleSize: {
|
33
|
-
type: import("vue").PropType<"xs" | "s" | "m" | "l" | "xl" | TypographySizes>;
|
34
|
-
};
|
35
|
-
title: {
|
36
|
-
type: import("vue").PropType<string>;
|
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
|
-
}>>, () => JSX.Element, unknown, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {}, import("vue").VNodeProps & import("vue").AllowedComponentProps & import("vue").ComponentCustomProps & Readonly<import("vue").ExtractPropTypes<{
|
55
|
-
padding: {
|
56
|
-
type: import("vue").PropType<OPaddingCombination>;
|
57
|
-
};
|
58
|
-
spacelessBottom: {
|
59
|
-
type: import("vue").PropType<boolean>;
|
60
|
-
};
|
61
|
-
spacelessTop: {
|
62
|
-
type: import("vue").PropType<boolean>;
|
63
|
-
};
|
64
|
-
toned: {
|
65
|
-
type: import("vue").PropType<boolean>;
|
66
|
-
};
|
67
|
-
grouped: {
|
68
|
-
type: import("vue").PropType<boolean>;
|
69
|
-
};
|
70
|
-
filled: {
|
71
|
-
type: import("vue").PropType<boolean>;
|
72
|
-
};
|
73
|
-
divider: {
|
74
|
-
type: import("vue").PropType<OBorderCombination>;
|
75
|
-
};
|
76
|
-
hide: {
|
77
|
-
type: import("vue").PropType<boolean>;
|
78
|
-
};
|
79
|
-
variant: {
|
80
|
-
type: import("vue").PropType<"toolbar" | "navigation" | "tab" | "default" | "section" | "content" | "dialog" | "settings" | "tab-vertical" | "info-section">;
|
81
|
-
};
|
82
|
-
titleSize: {
|
83
|
-
type: import("vue").PropType<"xs" | "s" | "m" | "l" | "xl" | TypographySizes>;
|
84
|
-
};
|
85
|
-
title: {
|
86
|
-
type: import("vue").PropType<string>;
|
87
|
-
};
|
88
|
-
class: {
|
89
|
-
type: import("vue").PropType<String | String[]>;
|
90
|
-
required: boolean;
|
91
|
-
};
|
92
|
-
colorSchemaType: {
|
93
|
-
type: import("vue").PropType<import("@omnia/fx-models").ColorSchemaTypes | import("@omnia/fx-models").ColorSchemaType>;
|
94
|
-
required: boolean;
|
95
|
-
};
|
96
|
-
container: {
|
97
|
-
type: BooleanConstructor;
|
98
|
-
required: boolean;
|
99
|
-
};
|
100
|
-
colors: {
|
101
|
-
type: import("vue").PropType<import("@omnia/fx/ux").ColorSchemaStoreType>;
|
102
|
-
required: boolean;
|
103
|
-
};
|
104
|
-
}>>, {
|
105
|
-
container: boolean;
|
106
|
-
}, true, {}, {}, {
|
107
|
-
P: {};
|
108
|
-
B: {};
|
109
|
-
D: {};
|
110
|
-
C: {};
|
111
|
-
M: {};
|
112
|
-
Defaults: {};
|
113
|
-
}, Readonly<import("vue").ExtractPropTypes<{
|
114
|
-
padding: {
|
115
|
-
type: import("vue").PropType<OPaddingCombination>;
|
116
|
-
};
|
117
|
-
spacelessBottom: {
|
118
|
-
type: import("vue").PropType<boolean>;
|
119
|
-
};
|
120
|
-
spacelessTop: {
|
121
|
-
type: import("vue").PropType<boolean>;
|
122
|
-
};
|
123
|
-
toned: {
|
124
|
-
type: import("vue").PropType<boolean>;
|
125
|
-
};
|
126
|
-
grouped: {
|
127
|
-
type: import("vue").PropType<boolean>;
|
128
|
-
};
|
129
|
-
filled: {
|
130
|
-
type: import("vue").PropType<boolean>;
|
131
|
-
};
|
132
|
-
divider: {
|
133
|
-
type: import("vue").PropType<OBorderCombination>;
|
134
|
-
};
|
135
|
-
hide: {
|
136
|
-
type: import("vue").PropType<boolean>;
|
137
|
-
};
|
138
|
-
variant: {
|
139
|
-
type: import("vue").PropType<"toolbar" | "navigation" | "tab" | "default" | "section" | "content" | "dialog" | "settings" | "tab-vertical" | "info-section">;
|
140
|
-
};
|
141
|
-
titleSize: {
|
142
|
-
type: import("vue").PropType<"xs" | "s" | "m" | "l" | "xl" | TypographySizes>;
|
143
|
-
};
|
144
|
-
title: {
|
145
|
-
type: import("vue").PropType<string>;
|
146
|
-
};
|
147
|
-
class: {
|
148
|
-
type: import("vue").PropType<String | String[]>;
|
149
|
-
required: boolean;
|
150
|
-
};
|
151
|
-
colorSchemaType: {
|
152
|
-
type: import("vue").PropType<import("@omnia/fx-models").ColorSchemaTypes | import("@omnia/fx-models").ColorSchemaType>;
|
153
|
-
required: boolean;
|
154
|
-
};
|
155
|
-
container: {
|
156
|
-
type: BooleanConstructor;
|
157
|
-
required: boolean;
|
158
|
-
};
|
159
|
-
colors: {
|
160
|
-
type: import("vue").PropType<import("@omnia/fx/ux").ColorSchemaStoreType>;
|
161
|
-
required: boolean;
|
162
|
-
};
|
163
|
-
}>>, () => JSX.Element, {}, {}, {}, {
|
164
|
-
container: boolean;
|
165
|
-
}>;
|
166
|
-
__isFragment?: never;
|
167
|
-
__isTeleport?: never;
|
168
|
-
__isSuspense?: never;
|
169
|
-
} & import("vue").ComponentOptionsBase<Readonly<import("vue").ExtractPropTypes<{
|
170
|
-
padding: {
|
171
|
-
type: import("vue").PropType<OPaddingCombination>;
|
172
|
-
};
|
173
|
-
spacelessBottom: {
|
174
|
-
type: import("vue").PropType<boolean>;
|
175
|
-
};
|
176
|
-
spacelessTop: {
|
177
|
-
type: import("vue").PropType<boolean>;
|
178
|
-
};
|
179
|
-
toned: {
|
180
|
-
type: import("vue").PropType<boolean>;
|
181
|
-
};
|
182
|
-
grouped: {
|
183
|
-
type: import("vue").PropType<boolean>;
|
184
|
-
};
|
185
|
-
filled: {
|
186
|
-
type: import("vue").PropType<boolean>;
|
187
|
-
};
|
188
|
-
divider: {
|
189
|
-
type: import("vue").PropType<OBorderCombination>;
|
190
|
-
};
|
191
|
-
hide: {
|
192
|
-
type: import("vue").PropType<boolean>;
|
193
|
-
};
|
194
|
-
variant: {
|
195
|
-
type: import("vue").PropType<"toolbar" | "navigation" | "tab" | "default" | "section" | "content" | "dialog" | "settings" | "tab-vertical" | "info-section">;
|
196
|
-
};
|
197
|
-
titleSize: {
|
198
|
-
type: import("vue").PropType<"xs" | "s" | "m" | "l" | "xl" | TypographySizes>;
|
199
|
-
};
|
200
|
-
title: {
|
201
|
-
type: import("vue").PropType<string>;
|
202
|
-
};
|
203
|
-
class: {
|
204
|
-
type: import("vue").PropType<String | String[]>;
|
205
|
-
required: boolean;
|
206
|
-
};
|
207
|
-
colorSchemaType: {
|
208
|
-
type: import("vue").PropType<import("@omnia/fx-models").ColorSchemaTypes | import("@omnia/fx-models").ColorSchemaType>;
|
209
|
-
required: boolean;
|
210
|
-
};
|
211
|
-
container: {
|
212
|
-
type: BooleanConstructor;
|
213
|
-
required: boolean;
|
214
|
-
};
|
215
|
-
colors: {
|
216
|
-
type: import("vue").PropType<import("@omnia/fx/ux").ColorSchemaStoreType>;
|
217
|
-
required: boolean;
|
218
|
-
};
|
219
|
-
}>>, () => JSX.Element, unknown, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {}, string, {
|
220
|
-
container: boolean;
|
221
|
-
}, {}, string, {}> & import("vue").VNodeProps & import("vue").AllowedComponentProps & import("vue").ComponentCustomProps & {
|
222
|
-
propsDefinition: Omit<Readonly<{} & {
|
223
|
-
title?: string;
|
224
|
-
container?: boolean;
|
225
|
-
class?: String | String[];
|
226
|
-
padding?: OPaddingCombination;
|
227
|
-
hide?: boolean;
|
228
|
-
filled?: boolean;
|
229
|
-
colorSchemaType?: "background" | "primary" | "secondary" | import("@omnia/fx-models").ColorSchemaTypes | "accent1" | "accent2" | "accent3" | "accent4" | "accent5" | "neutral" | "warning" | "notification" | "error" | "info" | "success" | "dynamic";
|
230
|
-
toned?: boolean;
|
231
|
-
colors?: import("@omnia/fx/ux").ColorSchemaStoreType;
|
232
|
-
variant?: "toolbar" | "navigation" | "tab" | "default" | "section" | "content" | "dialog" | "settings" | "tab-vertical" | "info-section";
|
233
|
-
titleSize?: "xs" | "s" | "m" | "l" | "xl" | TypographySizes;
|
234
|
-
divider?: OBorderCombination;
|
235
|
-
grouped?: boolean;
|
236
|
-
spacelessTop?: boolean;
|
237
|
-
spacelessBottom?: boolean;
|
238
|
-
}>, never>;
|
239
|
-
};
|
4
|
+
type PanelProps = DefinePropTheming & DefineProp<"class", String | String[]> & DefineProp<"title", string, false, null, "Specifies the title of the panel. The size of the title is adjusted according to the variant of the panel."> & DefineProp<"titleSize", TypographySize | TypographySizes, false, null, "Specifies the title typography size. Should be used only if the variants size does not match the context."> & DefineProp<"variant", OPanelVariants, false, null, "Applies a distinct style to the component."> & DefineProp<"hide", boolean, false, null, "Hides the panel. The panel can be toggled using this property with an animation on hide/show."> & DefineProp<"divider", OBorderCombination, false, null, "Applies dividers at the top/bottom/left/right to the panel. This Should be used to create distinct sections."> & DefineProp<"filled", boolean, false, null, "Applies the a background color to the panel. The color is based on the colorSchema either set or inherited"> & DefineProp<"grouped", boolean, false, null, "Removes spacing at the bottom of the panel. Should be used when panels are stacked vertically in settings etc to avoid to much spacing."> & DefineProp<"toned", boolean, false, null> & DefineProp<"spacelessTop", boolean, false, null, "Removes the top spacing of the panel. Should be used when panels are stacked vertically in settings etc to avoid to much spacing."> & DefineProp<"spacelessBottom", boolean, false, null, "Removes the top spacing of the panel. Should be used when panels are stacked vertically in settings etc to avoid to much spacing."> & DefineProp<"padding", OPaddingCombination, false, null, "Ensures padding of the panel. Should be used for variants like dialog to ensure default padding. The padding depends of the panel variant">;
|
5
|
+
declare const _default: (props: import("@omnia/fx/ux").ConstructComponentProps<PanelProps>) => any;
|
240
6
|
export default _default;
|
@@ -1,77 +1,5 @@
|
|
1
|
-
|
2
|
-
|
3
|
-
|
4
|
-
|
5
|
-
};
|
6
|
-
size: {
|
7
|
-
type: import("vue").PropType<"default" | "x-large" | "large">;
|
8
|
-
};
|
9
|
-
variant: {
|
10
|
-
type: import("vue").PropType<"default" | "loading">;
|
11
|
-
};
|
12
|
-
type: {
|
13
|
-
type: import("vue").PropType<"linear" | "circular">;
|
14
|
-
required: false;
|
15
|
-
};
|
16
|
-
}>>, () => JSX.Element, unknown, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {}, import("vue").VNodeProps & import("vue").AllowedComponentProps & import("vue").ComponentCustomProps & Readonly<import("vue").ExtractPropTypes<{
|
17
|
-
value: {
|
18
|
-
type: import("vue").PropType<number>;
|
19
|
-
};
|
20
|
-
size: {
|
21
|
-
type: import("vue").PropType<"default" | "x-large" | "large">;
|
22
|
-
};
|
23
|
-
variant: {
|
24
|
-
type: import("vue").PropType<"default" | "loading">;
|
25
|
-
};
|
26
|
-
type: {
|
27
|
-
type: import("vue").PropType<"linear" | "circular">;
|
28
|
-
required: false;
|
29
|
-
};
|
30
|
-
}>>, {}, true, {}, {}, {
|
31
|
-
P: {};
|
32
|
-
B: {};
|
33
|
-
D: {};
|
34
|
-
C: {};
|
35
|
-
M: {};
|
36
|
-
Defaults: {};
|
37
|
-
}, Readonly<import("vue").ExtractPropTypes<{
|
38
|
-
value: {
|
39
|
-
type: import("vue").PropType<number>;
|
40
|
-
};
|
41
|
-
size: {
|
42
|
-
type: import("vue").PropType<"default" | "x-large" | "large">;
|
43
|
-
};
|
44
|
-
variant: {
|
45
|
-
type: import("vue").PropType<"default" | "loading">;
|
46
|
-
};
|
47
|
-
type: {
|
48
|
-
type: import("vue").PropType<"linear" | "circular">;
|
49
|
-
required: false;
|
50
|
-
};
|
51
|
-
}>>, () => JSX.Element, {}, {}, {}, {}>;
|
52
|
-
__isFragment?: never;
|
53
|
-
__isTeleport?: never;
|
54
|
-
__isSuspense?: never;
|
55
|
-
} & import("vue").ComponentOptionsBase<Readonly<import("vue").ExtractPropTypes<{
|
56
|
-
value: {
|
57
|
-
type: import("vue").PropType<number>;
|
58
|
-
};
|
59
|
-
size: {
|
60
|
-
type: import("vue").PropType<"default" | "x-large" | "large">;
|
61
|
-
};
|
62
|
-
variant: {
|
63
|
-
type: import("vue").PropType<"default" | "loading">;
|
64
|
-
};
|
65
|
-
type: {
|
66
|
-
type: import("vue").PropType<"linear" | "circular">;
|
67
|
-
required: false;
|
68
|
-
};
|
69
|
-
}>>, () => JSX.Element, unknown, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {}, string, {}, {}, string, {}> & import("vue").VNodeProps & import("vue").AllowedComponentProps & import("vue").ComponentCustomProps & {
|
70
|
-
propsDefinition: Omit<Readonly<{} & {
|
71
|
-
type?: "linear" | "circular";
|
72
|
-
value?: number;
|
73
|
-
size?: "default" | "x-large" | "large";
|
74
|
-
variant?: "default" | "loading";
|
75
|
-
}>, never>;
|
76
|
-
};
|
1
|
+
import { OProgressSizeTypes, OProgressTypes, OProgressVariants } from "@omnia/fx-models";
|
2
|
+
import { DefineProp } from "@omnia/fx/ux";
|
3
|
+
type ProgressProps = DefineProp<"type", OProgressTypes, false, "circular", "Specific the type of progress to show."> & DefineProp<"variant", OProgressVariants, false, null, "Specific the type of progress"> & DefineProp<"size", OProgressSizeTypes, false, null, "Specific the size of progress"> & DefineProp<"value", number, false, null, "Specific the value of circular progress">;
|
4
|
+
declare const _default: (props: import("@omnia/fx/ux").ConstructComponentProps<ProgressProps>) => any;
|
77
5
|
export default _default;
|
@@ -1,141 +1,7 @@
|
|
1
|
+
import { DefineProp, DefinePropTheming, DefineSlot } from "@omnia/fx/ux";
|
2
|
+
import { VNodeChild } from "vue";
|
1
3
|
export interface RadioGroupModel {
|
2
4
|
}
|
3
|
-
|
4
|
-
|
5
|
-
}
|
6
|
-
declare const _default: {
|
7
|
-
new (...args: any[]): import("vue").CreateComponentPublicInstance<Readonly<import("vue").ExtractPropTypes<{
|
8
|
-
"v-slots": import("vue").Prop<{
|
9
|
-
default?: import("../../DefineVueTypings").Slot;
|
10
|
-
} & ORadioSlots>;
|
11
|
-
value: {
|
12
|
-
type: import("vue").PropType<any>;
|
13
|
-
};
|
14
|
-
label: {
|
15
|
-
type: import("vue").PropType<string>;
|
16
|
-
};
|
17
|
-
class: {
|
18
|
-
type: import("vue").PropType<String | String[]>;
|
19
|
-
required: boolean;
|
20
|
-
};
|
21
|
-
colorSchemaType: {
|
22
|
-
type: import("vue").PropType<import("@omnia/fx-models").ColorSchemaTypes | import("@omnia/fx-models").ColorSchemaType>;
|
23
|
-
required: boolean;
|
24
|
-
};
|
25
|
-
container: {
|
26
|
-
type: BooleanConstructor;
|
27
|
-
required: boolean;
|
28
|
-
};
|
29
|
-
colors: {
|
30
|
-
type: import("vue").PropType<import("@omnia/fx/ux").ColorSchemaStoreType>;
|
31
|
-
required: boolean;
|
32
|
-
};
|
33
|
-
}>>, () => JSX.Element, unknown, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {}, import("vue").VNodeProps & import("vue").AllowedComponentProps & import("vue").ComponentCustomProps & Readonly<import("vue").ExtractPropTypes<{
|
34
|
-
"v-slots": import("vue").Prop<{
|
35
|
-
default?: import("../../DefineVueTypings").Slot;
|
36
|
-
} & ORadioSlots>;
|
37
|
-
value: {
|
38
|
-
type: import("vue").PropType<any>;
|
39
|
-
};
|
40
|
-
label: {
|
41
|
-
type: import("vue").PropType<string>;
|
42
|
-
};
|
43
|
-
class: {
|
44
|
-
type: import("vue").PropType<String | String[]>;
|
45
|
-
required: boolean;
|
46
|
-
};
|
47
|
-
colorSchemaType: {
|
48
|
-
type: import("vue").PropType<import("@omnia/fx-models").ColorSchemaTypes | import("@omnia/fx-models").ColorSchemaType>;
|
49
|
-
required: boolean;
|
50
|
-
};
|
51
|
-
container: {
|
52
|
-
type: BooleanConstructor;
|
53
|
-
required: boolean;
|
54
|
-
};
|
55
|
-
colors: {
|
56
|
-
type: import("vue").PropType<import("@omnia/fx/ux").ColorSchemaStoreType>;
|
57
|
-
required: boolean;
|
58
|
-
};
|
59
|
-
}>>, {
|
60
|
-
container: boolean;
|
61
|
-
}, true, {}, {}, {
|
62
|
-
P: {};
|
63
|
-
B: {};
|
64
|
-
D: {};
|
65
|
-
C: {};
|
66
|
-
M: {};
|
67
|
-
Defaults: {};
|
68
|
-
}, Readonly<import("vue").ExtractPropTypes<{
|
69
|
-
"v-slots": import("vue").Prop<{
|
70
|
-
default?: import("../../DefineVueTypings").Slot;
|
71
|
-
} & ORadioSlots>;
|
72
|
-
value: {
|
73
|
-
type: import("vue").PropType<any>;
|
74
|
-
};
|
75
|
-
label: {
|
76
|
-
type: import("vue").PropType<string>;
|
77
|
-
};
|
78
|
-
class: {
|
79
|
-
type: import("vue").PropType<String | String[]>;
|
80
|
-
required: boolean;
|
81
|
-
};
|
82
|
-
colorSchemaType: {
|
83
|
-
type: import("vue").PropType<import("@omnia/fx-models").ColorSchemaTypes | import("@omnia/fx-models").ColorSchemaType>;
|
84
|
-
required: boolean;
|
85
|
-
};
|
86
|
-
container: {
|
87
|
-
type: BooleanConstructor;
|
88
|
-
required: boolean;
|
89
|
-
};
|
90
|
-
colors: {
|
91
|
-
type: import("vue").PropType<import("@omnia/fx/ux").ColorSchemaStoreType>;
|
92
|
-
required: boolean;
|
93
|
-
};
|
94
|
-
}>>, () => JSX.Element, {}, {}, {}, {
|
95
|
-
container: boolean;
|
96
|
-
}>;
|
97
|
-
__isFragment?: never;
|
98
|
-
__isTeleport?: never;
|
99
|
-
__isSuspense?: never;
|
100
|
-
} & import("vue").ComponentOptionsBase<Readonly<import("vue").ExtractPropTypes<{
|
101
|
-
"v-slots": import("vue").Prop<{
|
102
|
-
default?: import("../../DefineVueTypings").Slot;
|
103
|
-
} & ORadioSlots>;
|
104
|
-
value: {
|
105
|
-
type: import("vue").PropType<any>;
|
106
|
-
};
|
107
|
-
label: {
|
108
|
-
type: import("vue").PropType<string>;
|
109
|
-
};
|
110
|
-
class: {
|
111
|
-
type: import("vue").PropType<String | String[]>;
|
112
|
-
required: boolean;
|
113
|
-
};
|
114
|
-
colorSchemaType: {
|
115
|
-
type: import("vue").PropType<import("@omnia/fx-models").ColorSchemaTypes | import("@omnia/fx-models").ColorSchemaType>;
|
116
|
-
required: boolean;
|
117
|
-
};
|
118
|
-
container: {
|
119
|
-
type: BooleanConstructor;
|
120
|
-
required: boolean;
|
121
|
-
};
|
122
|
-
colors: {
|
123
|
-
type: import("vue").PropType<import("@omnia/fx/ux").ColorSchemaStoreType>;
|
124
|
-
required: boolean;
|
125
|
-
};
|
126
|
-
}>>, () => JSX.Element, unknown, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {}, string, {
|
127
|
-
container: boolean;
|
128
|
-
}, {}, string, {}> & import("vue").VNodeProps & import("vue").AllowedComponentProps & import("vue").ComponentCustomProps & {
|
129
|
-
propsDefinition: Omit<Readonly<{} & {
|
130
|
-
container?: boolean;
|
131
|
-
class?: String | String[];
|
132
|
-
value?: any;
|
133
|
-
label?: string;
|
134
|
-
colorSchemaType?: "background" | "primary" | "secondary" | import("@omnia/fx-models").ColorSchemaTypes | "accent1" | "accent2" | "accent3" | "accent4" | "accent5" | "neutral" | "warning" | "notification" | "error" | "info" | "success" | "dynamic";
|
135
|
-
colors?: import("@omnia/fx/ux").ColorSchemaStoreType;
|
136
|
-
"v-slots"?: {
|
137
|
-
default?: import("../../DefineVueTypings").Slot;
|
138
|
-
} & ORadioSlots;
|
139
|
-
}>, never>;
|
140
|
-
};
|
5
|
+
type RadioProps = DefinePropTheming & DefineProp<"class", String | String[]> & DefineProp<"label", string, false, null, "Sets the text of the component."> & DefineProp<"value", any, false, null, "The value used when the component is selected in a group. If not provided, a unique id will be generated."> & DefineSlot<"label", () => VNodeChild>;
|
6
|
+
declare const _default: (props: import("@omnia/fx/ux").ConstructComponentProps<RadioProps>) => any;
|
141
7
|
export default _default;
|