@omnia/fx 8.0.262-dev → 8.0.264-dev

Sign up to get free protection for your applications and to get access to all the features.
Files changed (93) hide show
  1. package/internal-do-not-import-from-here/manifests/omnia.vendor.manifest.json +1 -1
  2. package/internal-do-not-import-from-here/ux/ComponentTypings.d.ts +7 -1
  3. package/internal-do-not-import-from-here/ux/admin/systemlayout/store/SystemLayoutStore.d.ts +3 -3
  4. package/internal-do-not-import-from-here/ux/app/management/api/AppManagementApi.d.ts +2 -2
  5. package/internal-do-not-import-from-here/ux/appprovisioning/appinstanceeditingjourney/EditProperiesBlade.d.ts +1 -1
  6. package/internal-do-not-import-from-here/ux/aurora/admin/blades/blueprints/typography/components/FontPicker.css.d.ts +4 -1
  7. package/internal-do-not-import-from-here/ux/aurora/admin/blades/blueprints/typography/components/FontPicker.d.ts +12 -8
  8. package/internal-do-not-import-from-here/ux/aurora/admin/blades/blueprints/typography/components/FontRegistration.d.ts +6 -0
  9. package/internal-do-not-import-from-here/ux/aurora/admin/blades/blueprints/typography/store/TypographyEditorStore.d.ts +41 -16
  10. package/internal-do-not-import-from-here/ux/aurora/admin/blades/fontsmanager/FontManager.d.ts +2 -0
  11. package/internal-do-not-import-from-here/ux/aurora/admin/blades/fontsmanager/blade/FontDefinitionBlade.d.ts +6 -0
  12. package/internal-do-not-import-from-here/ux/aurora/admin/blades/fontsmanager/store/FontManagerStore.d.ts +75 -0
  13. package/internal-do-not-import-from-here/ux/aurora/store/FontStore.d.ts +77 -0
  14. package/internal-do-not-import-from-here/ux/aurora/store/SpacingBlueprintStore.d.ts +114 -10
  15. package/internal-do-not-import-from-here/ux/aurora/store/TypographyBlueprintStore.d.ts +117 -11
  16. package/internal-do-not-import-from-here/ux/aurora/store/index.d.ts +1 -0
  17. package/internal-do-not-import-from-here/ux/identitypicker/IdentityPickerButton.d.ts +1 -1
  18. package/internal-do-not-import-from-here/ux/identitypicker/IdentityPickerField.d.ts +1 -1
  19. package/internal-do-not-import-from-here/ux/identitypicker/IdentityPickerInlineField.d.ts +1 -1
  20. package/internal-do-not-import-from-here/ux/magiclink/Shared.d.ts +4 -0
  21. package/internal-do-not-import-from-here/ux/magiclink/loc/localize.d.ts +1 -0
  22. package/internal-do-not-import-from-here/ux/markdown2/MarkdownToolbar.css.d.ts +1 -0
  23. package/internal-do-not-import-from-here/ux/markdown2/commands/EditorCommands.d.ts +15 -23
  24. package/internal-do-not-import-from-here/ux/markdown2/commands/helpers/EditorNodeHelper.d.ts +3 -10
  25. package/internal-do-not-import-from-here/ux/markdown2/commands/helpers/HtmlNodehelper.d.ts +6 -6
  26. package/internal-do-not-import-from-here/ux/markdown2/models/EditorModels.d.ts +15 -11
  27. package/internal-do-not-import-from-here/ux/markdown2/models/EditorPlugin.d.ts +6 -5
  28. package/internal-do-not-import-from-here/ux/markdown2/plugins/bold/BoldPlugin.d.ts +3 -0
  29. package/internal-do-not-import-from-here/ux/markdown2/plugins/colorstyle/ColorButton.d.ts +5 -0
  30. package/internal-do-not-import-from-here/ux/markdown2/plugins/italic/ItalicPlugin.d.ts +3 -0
  31. package/internal-do-not-import-from-here/ux/markdown2/plugins/text/TextPlugin.d.ts +4 -0
  32. package/internal-do-not-import-from-here/ux/markdown2/plugins/typography/TypographyButton.d.ts +5 -0
  33. package/internal-do-not-import-from-here/ux/markdown2/plugins/velcron/VelcronPlugin.d.ts +5 -0
  34. package/internal-do-not-import-from-here/ux/markdown2/stores/MarkdownStore.d.ts +29 -23
  35. package/internal-do-not-import-from-here/ux/markdown2/stores/MarkdownToolbarStore.d.ts +162 -110
  36. package/internal-do-not-import-from-here/ux/oxide/alert/Alert.d.ts +1 -1
  37. package/internal-do-not-import-from-here/ux/oxide/appbar/Appbar.d.ts +1 -1
  38. package/internal-do-not-import-from-here/ux/oxide/checkbox/Checkbox.d.ts +1 -1
  39. package/internal-do-not-import-from-here/ux/oxide/colorpicker/ColorPicker.d.ts +3 -276
  40. package/internal-do-not-import-from-here/ux/oxide/datepicker/DatePicker.d.ts +5 -1
  41. package/internal-do-not-import-from-here/ux/oxide/dialog/Dialog.d.ts +5 -444
  42. package/internal-do-not-import-from-here/ux/oxide/divider/Divider.d.ts +4 -99
  43. package/internal-do-not-import-from-here/ux/oxide/expansionpanel/ExpansionPanel.d.ts +4 -194
  44. package/internal-do-not-import-from-here/ux/oxide/expansionpanel/ExpansionPanels.d.ts +4 -206
  45. package/internal-do-not-import-from-here/ux/oxide/fab/FloatingActionButton..d.ts +1 -1
  46. package/internal-do-not-import-from-here/ux/oxide/form/Form.d.ts +3 -94
  47. package/internal-do-not-import-from-here/ux/oxide/hostprovider/HostProvider.d.ts +4 -78
  48. package/internal-do-not-import-from-here/ux/oxide/infinite-scroll/InfiniteScroll.d.ts +11 -184
  49. package/internal-do-not-import-from-here/ux/oxide/layout/Layout.d.ts +3 -94
  50. package/internal-do-not-import-from-here/ux/oxide/lazy/Lazy.d.ts +4 -85
  51. package/internal-do-not-import-from-here/ux/oxide/link/Link.d.ts +4 -199
  52. package/internal-do-not-import-from-here/ux/oxide/main/Main.d.ts +3 -133
  53. package/internal-do-not-import-from-here/ux/oxide/menu/Menu.d.ts +4 -355
  54. package/internal-do-not-import-from-here/ux/oxide/notification/Notification.d.ts +4 -161
  55. package/internal-do-not-import-from-here/ux/oxide/panel/Panel.d.ts +4 -238
  56. package/internal-do-not-import-from-here/ux/oxide/progress/Progress.d.ts +4 -76
  57. package/internal-do-not-import-from-here/ux/oxide/radio/Radio.d.ts +4 -138
  58. package/internal-do-not-import-from-here/ux/oxide/rating/Rating.d.ts +4 -272
  59. package/internal-do-not-import-from-here/ux/oxide/scrollcontainer/ScrollContainer.d.ts +3 -203
  60. package/internal-do-not-import-from-here/ux/oxide/skeletonloader/SkeletonLoader.d.ts +3 -133
  61. package/internal-do-not-import-from-here/ux/oxide/slidepanel/Slide.d.ts +3 -37
  62. package/internal-do-not-import-from-here/ux/oxide/slidepanel/SlidePanel.d.ts +3 -267
  63. package/internal-do-not-import-from-here/ux/oxide/slider/Slider.d.ts +4 -349
  64. package/internal-do-not-import-from-here/ux/oxide/snackbar/Snackbar.d.ts +3 -154
  65. package/internal-do-not-import-from-here/ux/oxide/spacer/Spacer.d.ts +1 -15
  66. package/internal-do-not-import-from-here/ux/oxide/splitpane/Splitpane.d.ts +4 -149
  67. package/internal-do-not-import-from-here/ux/oxide/splitpane/SplitpaneItem.d.ts +3 -145
  68. package/internal-do-not-import-from-here/ux/oxide/stickycontainer/StickyContainer.d.ts +3 -71
  69. package/internal-do-not-import-from-here/ux/oxide/switch/Switch.d.ts +3 -254
  70. package/internal-do-not-import-from-here/ux/oxide/tab/Tab.d.ts +4 -245
  71. package/internal-do-not-import-from-here/ux/oxide/tab/Tabs.d.ts +4 -335
  72. package/internal-do-not-import-from-here/ux/oxide/table/Table.d.ts +3 -107
  73. package/internal-do-not-import-from-here/ux/oxide/textarea/TextArea.d.ts +4 -400
  74. package/internal-do-not-import-from-here/ux/oxide/textarea/docs/ExampleComponents.d.ts +1 -0
  75. package/internal-do-not-import-from-here/ux/oxide/textarea/docs/SampleComponent.d.ts +2 -0
  76. package/internal-do-not-import-from-here/ux/oxide/textarea/docs/index.d.ts +1 -0
  77. package/internal-do-not-import-from-here/ux/oxide/toolbar/Toolbar.d.ts +4 -250
  78. package/internal-do-not-import-from-here/ux/oxide/tooltip/Tooltip.d.ts +3 -192
  79. package/internal-do-not-import-from-here/ux/oxide/validation/Validation.d.ts +4 -56
  80. package/internal-do-not-import-from-here/ux/social/PeopleTagging.d.ts +6 -6
  81. package/internal-do-not-import-from-here/ux/use/UseClone.d.ts +1 -1
  82. package/internal-do-not-import-from-here/ux/use/UseDraggable.d.ts +1 -1
  83. package/internal-do-not-import-from-here/ux/use/UseMounted.d.ts +1 -1
  84. package/internal-do-not-import-from-here/ux/use/UseWebNotification.d.ts +2 -2
  85. package/internal-do-not-import-from-here/ux/velcron/core/models/VelcronDefinitions.d.ts +5 -1
  86. package/internal-do-not-import-from-here/ux/velcron/core/models/VelcronPropertyEditorDefinitions.d.ts +10 -1
  87. package/internal-do-not-import-from-here/ux/velcron/core/templatebuilder/VelcronEditorBuilder.d.ts +1 -0
  88. package/internal-do-not-import-from-here/ux/velcron/editor/models/VelcronEditorDescriptors.d.ts +1 -0
  89. package/internal-do-not-import-from-here/ux/velcron/editor/templates/EditorTemplates.d.ts +1 -0
  90. package/internal-do-not-import-from-here/ux/velcron/renderer/editors/PropertyResolverEditor.d.ts +13 -0
  91. package/internal-do-not-import-from-here/ux/versionedlayout/blade/VersionedLayoutBladeBuilder.d.ts +1 -1
  92. package/internal-do-not-import-from-here/wctypings.d.ts +20 -0
  93. package/package.json +3 -3
@@ -1,240 +1,6 @@
1
- import { OBorderCombination, OPaddingCombination, TypographySizes } from "@omnia/fx/models";
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
- declare const _default: {
4
- new (...args: any[]): import("vue").CreateComponentPublicInstance<Readonly<import("vue").ExtractPropTypes<{
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
- declare const _default: {
2
- new (...args: any[]): import("vue").CreateComponentPublicInstance<Readonly<import("vue").ExtractPropTypes<{
3
- value: {
4
- type: import("vue").PropType<number>;
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
- export interface ORadioSlots {
4
- label?: () => JSX.Element;
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;