@omnia/fx 8.0.261-dev → 8.0.263-dev

Sign up to get free protection for your applications and to get access to all the features.
Files changed (71) 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/identitypicker/IdentityPickerButton.d.ts +1 -1
  7. package/internal-do-not-import-from-here/ux/identitypicker/IdentityPickerField.d.ts +1 -1
  8. package/internal-do-not-import-from-here/ux/identitypicker/IdentityPickerInlineField.d.ts +1 -1
  9. package/internal-do-not-import-from-here/ux/magiclink/Shared.d.ts +4 -0
  10. package/internal-do-not-import-from-here/ux/magiclink/loc/localize.d.ts +1 -0
  11. package/internal-do-not-import-from-here/ux/markdown2/commands/EditorCommands.d.ts +8 -8
  12. package/internal-do-not-import-from-here/ux/markdown2/commands/helpers/EditorNodeHelper.d.ts +1 -1
  13. package/internal-do-not-import-from-here/ux/markdown2/models/EditorModels.d.ts +4 -4
  14. package/internal-do-not-import-from-here/ux/markdown2/models/EditorPlugin.d.ts +0 -1
  15. package/internal-do-not-import-from-here/ux/markdown2/plugins/bold/BoldPlugin.d.ts +3 -0
  16. package/internal-do-not-import-from-here/ux/markdown2/plugins/colorstyle/ColorButton.d.ts +5 -0
  17. package/internal-do-not-import-from-here/ux/markdown2/plugins/italic/ItalicPlugin.d.ts +3 -0
  18. package/internal-do-not-import-from-here/ux/markdown2/plugins/text/TextPlugin.d.ts +4 -0
  19. package/internal-do-not-import-from-here/ux/markdown2/plugins/typography/TypographyButton.d.ts +5 -0
  20. package/internal-do-not-import-from-here/ux/markdown2/plugins/velcron/VelcronPlugin.d.ts +5 -0
  21. package/internal-do-not-import-from-here/ux/markdown2/stores/MarkdownStore.d.ts +10 -13
  22. package/internal-do-not-import-from-here/ux/markdown2/stores/MarkdownToolbarStore.d.ts +50 -65
  23. package/internal-do-not-import-from-here/ux/oxide/alert/Alert.d.ts +1 -1
  24. package/internal-do-not-import-from-here/ux/oxide/appbar/Appbar.d.ts +1 -1
  25. package/internal-do-not-import-from-here/ux/oxide/colorpicker/ColorPicker.d.ts +3 -276
  26. package/internal-do-not-import-from-here/ux/oxide/datepicker/DatePicker.d.ts +5 -1
  27. package/internal-do-not-import-from-here/ux/oxide/dialog/Dialog.d.ts +5 -444
  28. package/internal-do-not-import-from-here/ux/oxide/divider/Divider.d.ts +4 -99
  29. package/internal-do-not-import-from-here/ux/oxide/expansionpanel/ExpansionPanel.d.ts +4 -194
  30. package/internal-do-not-import-from-here/ux/oxide/expansionpanel/ExpansionPanels.d.ts +4 -206
  31. package/internal-do-not-import-from-here/ux/oxide/fab/FloatingActionButton..d.ts +1 -1
  32. package/internal-do-not-import-from-here/ux/oxide/form/Form.d.ts +3 -94
  33. package/internal-do-not-import-from-here/ux/oxide/hostprovider/HostProvider.d.ts +4 -78
  34. package/internal-do-not-import-from-here/ux/oxide/infinite-scroll/InfiniteScroll.d.ts +11 -184
  35. package/internal-do-not-import-from-here/ux/oxide/layout/Layout.d.ts +3 -94
  36. package/internal-do-not-import-from-here/ux/oxide/lazy/Lazy.d.ts +4 -85
  37. package/internal-do-not-import-from-here/ux/oxide/link/Link.d.ts +4 -199
  38. package/internal-do-not-import-from-here/ux/oxide/main/Main.d.ts +3 -133
  39. package/internal-do-not-import-from-here/ux/oxide/menu/Menu.d.ts +4 -355
  40. package/internal-do-not-import-from-here/ux/oxide/notification/Notification.d.ts +4 -161
  41. package/internal-do-not-import-from-here/ux/oxide/panel/Panel.d.ts +4 -238
  42. package/internal-do-not-import-from-here/ux/oxide/progress/Progress.d.ts +4 -76
  43. package/internal-do-not-import-from-here/ux/oxide/radio/Radio.d.ts +4 -138
  44. package/internal-do-not-import-from-here/ux/oxide/rating/Rating.d.ts +4 -272
  45. package/internal-do-not-import-from-here/ux/oxide/scrollcontainer/ScrollContainer.d.ts +3 -203
  46. package/internal-do-not-import-from-here/ux/oxide/skeletonloader/SkeletonLoader.d.ts +3 -133
  47. package/internal-do-not-import-from-here/ux/oxide/slidepanel/Slide.d.ts +3 -37
  48. package/internal-do-not-import-from-here/ux/oxide/slidepanel/SlidePanel.d.ts +3 -267
  49. package/internal-do-not-import-from-here/ux/oxide/slider/Slider.d.ts +4 -349
  50. package/internal-do-not-import-from-here/ux/oxide/snackbar/Snackbar.d.ts +3 -154
  51. package/internal-do-not-import-from-here/ux/oxide/spacer/Spacer.d.ts +1 -15
  52. package/internal-do-not-import-from-here/ux/oxide/splitpane/Splitpane.d.ts +4 -149
  53. package/internal-do-not-import-from-here/ux/oxide/splitpane/SplitpaneItem.d.ts +3 -145
  54. package/internal-do-not-import-from-here/ux/oxide/stickycontainer/StickyContainer.d.ts +3 -71
  55. package/internal-do-not-import-from-here/ux/oxide/switch/Switch.d.ts +3 -254
  56. package/internal-do-not-import-from-here/ux/oxide/tab/Tab.d.ts +4 -245
  57. package/internal-do-not-import-from-here/ux/oxide/tab/Tabs.d.ts +4 -335
  58. package/internal-do-not-import-from-here/ux/oxide/table/Table.d.ts +3 -107
  59. package/internal-do-not-import-from-here/ux/oxide/textarea/TextArea.d.ts +4 -400
  60. package/internal-do-not-import-from-here/ux/oxide/textarea/docs/ExampleComponents.d.ts +1 -0
  61. package/internal-do-not-import-from-here/ux/oxide/textarea/docs/SampleComponent.d.ts +2 -0
  62. package/internal-do-not-import-from-here/ux/oxide/textarea/docs/index.d.ts +1 -0
  63. package/internal-do-not-import-from-here/ux/oxide/toolbar/Toolbar.d.ts +4 -250
  64. package/internal-do-not-import-from-here/ux/oxide/tooltip/Tooltip.d.ts +3 -192
  65. package/internal-do-not-import-from-here/ux/oxide/validation/Validation.d.ts +4 -56
  66. package/internal-do-not-import-from-here/ux/social/PeopleTagging.d.ts +6 -6
  67. package/internal-do-not-import-from-here/ux/use/UseClone.d.ts +1 -1
  68. package/internal-do-not-import-from-here/ux/use/UseDraggable.d.ts +1 -1
  69. package/internal-do-not-import-from-here/ux/use/UseMounted.d.ts +1 -1
  70. package/internal-do-not-import-from-here/ux/use/UseWebNotification.d.ts +2 -2
  71. package/package.json +3 -3
@@ -1,196 +1,6 @@
1
- import { IIcon, Func } from "@omnia/fx/models";
1
+ import { DefineProp, DefinePropTheming, DefineSlot } from "@omnia/fx/ux";
2
+ import { IIcon } from "@omnia/fx/models";
2
3
  import { VNodeChild } from "vue";
3
- declare const _default: {
4
- new (...args: any[]): import("vue").CreateComponentPublicInstance<Readonly<import("vue").ExtractPropTypes<{
5
- "v-slots": import("vue").Prop<{
6
- default?: import("../../DefineVueTypings").Slot;
7
- } & {
8
- header?: Func<[VNodeChild]>;
9
- actions?: Func<[VNodeChild]>;
10
- }>;
11
- eager: {
12
- type: import("vue").PropType<boolean>;
13
- required: false;
14
- };
15
- toned: {
16
- type: import("vue").PropType<boolean>;
17
- };
18
- hideExpandIcon: {
19
- type: import("vue").PropType<boolean>;
20
- };
21
- icon: {
22
- type: import("vue").PropType<IIcon>;
23
- };
24
- title: {
25
- type: import("vue").PropType<string>;
26
- };
27
- class: {
28
- type: import("vue").PropType<String | String[]>;
29
- required: boolean;
30
- };
31
- colorSchemaType: {
32
- type: import("vue").PropType<import("@omnia/fx-models").ColorSchemaTypes | import("@omnia/fx-models").ColorSchemaType>;
33
- required: boolean;
34
- };
35
- container: {
36
- type: BooleanConstructor;
37
- required: boolean;
38
- };
39
- colors: {
40
- type: import("vue").PropType<import("@omnia/fx/ux").ColorSchemaStoreType>;
41
- required: boolean;
42
- };
43
- }>>, () => JSX.Element, unknown, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {}, import("vue").VNodeProps & import("vue").AllowedComponentProps & import("vue").ComponentCustomProps & Readonly<import("vue").ExtractPropTypes<{
44
- "v-slots": import("vue").Prop<{
45
- default?: import("../../DefineVueTypings").Slot;
46
- } & {
47
- header?: Func<[VNodeChild]>;
48
- actions?: Func<[VNodeChild]>;
49
- }>;
50
- eager: {
51
- type: import("vue").PropType<boolean>;
52
- required: false;
53
- };
54
- toned: {
55
- type: import("vue").PropType<boolean>;
56
- };
57
- hideExpandIcon: {
58
- type: import("vue").PropType<boolean>;
59
- };
60
- icon: {
61
- type: import("vue").PropType<IIcon>;
62
- };
63
- title: {
64
- type: import("vue").PropType<string>;
65
- };
66
- class: {
67
- type: import("vue").PropType<String | String[]>;
68
- required: boolean;
69
- };
70
- colorSchemaType: {
71
- type: import("vue").PropType<import("@omnia/fx-models").ColorSchemaTypes | import("@omnia/fx-models").ColorSchemaType>;
72
- required: boolean;
73
- };
74
- container: {
75
- type: BooleanConstructor;
76
- required: boolean;
77
- };
78
- colors: {
79
- type: import("vue").PropType<import("@omnia/fx/ux").ColorSchemaStoreType>;
80
- required: boolean;
81
- };
82
- }>>, {
83
- container: boolean;
84
- }, true, {}, {}, {
85
- P: {};
86
- B: {};
87
- D: {};
88
- C: {};
89
- M: {};
90
- Defaults: {};
91
- }, Readonly<import("vue").ExtractPropTypes<{
92
- "v-slots": import("vue").Prop<{
93
- default?: import("../../DefineVueTypings").Slot;
94
- } & {
95
- header?: Func<[VNodeChild]>;
96
- actions?: Func<[VNodeChild]>;
97
- }>;
98
- eager: {
99
- type: import("vue").PropType<boolean>;
100
- required: false;
101
- };
102
- toned: {
103
- type: import("vue").PropType<boolean>;
104
- };
105
- hideExpandIcon: {
106
- type: import("vue").PropType<boolean>;
107
- };
108
- icon: {
109
- type: import("vue").PropType<IIcon>;
110
- };
111
- title: {
112
- type: import("vue").PropType<string>;
113
- };
114
- class: {
115
- type: import("vue").PropType<String | String[]>;
116
- required: boolean;
117
- };
118
- colorSchemaType: {
119
- type: import("vue").PropType<import("@omnia/fx-models").ColorSchemaTypes | import("@omnia/fx-models").ColorSchemaType>;
120
- required: boolean;
121
- };
122
- container: {
123
- type: BooleanConstructor;
124
- required: boolean;
125
- };
126
- colors: {
127
- type: import("vue").PropType<import("@omnia/fx/ux").ColorSchemaStoreType>;
128
- required: boolean;
129
- };
130
- }>>, () => JSX.Element, {}, {}, {}, {
131
- container: boolean;
132
- }>;
133
- __isFragment?: never;
134
- __isTeleport?: never;
135
- __isSuspense?: never;
136
- } & import("vue").ComponentOptionsBase<Readonly<import("vue").ExtractPropTypes<{
137
- "v-slots": import("vue").Prop<{
138
- default?: import("../../DefineVueTypings").Slot;
139
- } & {
140
- header?: Func<[VNodeChild]>;
141
- actions?: Func<[VNodeChild]>;
142
- }>;
143
- eager: {
144
- type: import("vue").PropType<boolean>;
145
- required: false;
146
- };
147
- toned: {
148
- type: import("vue").PropType<boolean>;
149
- };
150
- hideExpandIcon: {
151
- type: import("vue").PropType<boolean>;
152
- };
153
- icon: {
154
- type: import("vue").PropType<IIcon>;
155
- };
156
- title: {
157
- type: import("vue").PropType<string>;
158
- };
159
- class: {
160
- type: import("vue").PropType<String | String[]>;
161
- required: boolean;
162
- };
163
- colorSchemaType: {
164
- type: import("vue").PropType<import("@omnia/fx-models").ColorSchemaTypes | import("@omnia/fx-models").ColorSchemaType>;
165
- required: boolean;
166
- };
167
- container: {
168
- type: BooleanConstructor;
169
- required: boolean;
170
- };
171
- colors: {
172
- type: import("vue").PropType<import("@omnia/fx/ux").ColorSchemaStoreType>;
173
- required: boolean;
174
- };
175
- }>>, () => JSX.Element, unknown, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {}, string, {
176
- container: boolean;
177
- }, {}, string, {}> & import("vue").VNodeProps & import("vue").AllowedComponentProps & import("vue").ComponentCustomProps & {
178
- propsDefinition: Omit<Readonly<{} & {
179
- icon?: IIcon;
180
- title?: string;
181
- container?: boolean;
182
- class?: String | String[];
183
- eager?: boolean;
184
- colorSchemaType?: "background" | "primary" | "secondary" | import("@omnia/fx-models").ColorSchemaTypes | "accent1" | "accent2" | "accent3" | "accent4" | "accent5" | "neutral" | "warning" | "notification" | "error" | "info" | "success" | "dynamic";
185
- toned?: boolean;
186
- colors?: import("@omnia/fx/ux").ColorSchemaStoreType;
187
- "v-slots"?: {
188
- default?: import("../../DefineVueTypings").Slot;
189
- } & {
190
- header?: Func<[VNodeChild]>;
191
- actions?: Func<[VNodeChild]>;
192
- };
193
- hideExpandIcon?: boolean;
194
- }>, never>;
195
- };
4
+ type ExpansionPanelProps = DefinePropTheming & DefineProp<"class", String | String[]> & DefineProp<"title", string, false, null, "The title of the expansion panel."> & DefineProp<"icon", IIcon, false, null, "The icon of the expansion panel."> & DefineProp<"toned", boolean, false, false> & DefineProp<"hideExpandIcon", boolean, false, false, "If true, the expand icon will be hidden."> & DefineProp<"eager", boolean, false, false, "Forces the component’s content to render when it mounts. This is useful if you have content that will not be rendered in the DOM that you want crawled for SEO or you want to disable lazy load."> & DefineSlot<"header", () => VNodeChild> & DefineSlot<"default", () => VNodeChild> & DefineSlot<"actions", () => VNodeChild>;
5
+ declare const _default: (props: import("@omnia/fx/ux").ConstructComponentProps<ExpansionPanelProps>) => any;
196
6
  export default _default;
@@ -1,207 +1,5 @@
1
- declare const _default: {
2
- new (...args: any[]): import("vue").CreateComponentPublicInstance<Readonly<import("vue").ExtractPropTypes<{
3
- multiple: {
4
- type: import("vue").PropType<boolean>;
5
- };
6
- toned: {
7
- type: import("vue").PropType<boolean>;
8
- };
9
- mandatory: {
10
- type: import("vue").PropType<boolean>;
11
- };
12
- expandAll: {
13
- type: import("vue").PropType<boolean>;
14
- };
15
- variant: {
16
- type: import("vue").PropType<"navigation" | "default" | "section">;
17
- };
18
- "onUpdate:modelValue": {
19
- type: import("vue").PropType<(value: number | number[]) => any | void>;
20
- };
21
- "v-model": {
22
- type: import("vue").PropType<number | number[]>;
23
- required: false;
24
- };
25
- modelValue: {
26
- type: import("vue").PropType<number | number[]>;
27
- required: false;
28
- };
29
- class: {
30
- type: import("vue").PropType<String | String[]>;
31
- required: boolean;
32
- };
33
- colorSchemaType: {
34
- type: import("vue").PropType<import("@omnia/fx-models").ColorSchemaTypes | import("@omnia/fx-models").ColorSchemaType>;
35
- required: boolean;
36
- };
37
- container: {
38
- type: BooleanConstructor;
39
- required: boolean;
40
- };
41
- colors: {
42
- type: import("vue").PropType<import("@omnia/fx/ux").ColorSchemaStoreType>;
43
- required: boolean;
44
- };
45
- }>>, () => JSX.Element, unknown, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {}, import("vue").VNodeProps & import("vue").AllowedComponentProps & import("vue").ComponentCustomProps & Readonly<import("vue").ExtractPropTypes<{
46
- multiple: {
47
- type: import("vue").PropType<boolean>;
48
- };
49
- toned: {
50
- type: import("vue").PropType<boolean>;
51
- };
52
- mandatory: {
53
- type: import("vue").PropType<boolean>;
54
- };
55
- expandAll: {
56
- type: import("vue").PropType<boolean>;
57
- };
58
- variant: {
59
- type: import("vue").PropType<"navigation" | "default" | "section">;
60
- };
61
- "onUpdate:modelValue": {
62
- type: import("vue").PropType<(value: number | number[]) => any | void>;
63
- };
64
- "v-model": {
65
- type: import("vue").PropType<number | number[]>;
66
- required: false;
67
- };
68
- modelValue: {
69
- type: import("vue").PropType<number | number[]>;
70
- required: false;
71
- };
72
- class: {
73
- type: import("vue").PropType<String | String[]>;
74
- required: boolean;
75
- };
76
- colorSchemaType: {
77
- type: import("vue").PropType<import("@omnia/fx-models").ColorSchemaTypes | import("@omnia/fx-models").ColorSchemaType>;
78
- required: boolean;
79
- };
80
- container: {
81
- type: BooleanConstructor;
82
- required: boolean;
83
- };
84
- colors: {
85
- type: import("vue").PropType<import("@omnia/fx/ux").ColorSchemaStoreType>;
86
- required: boolean;
87
- };
88
- }>>, {
89
- container: boolean;
90
- }, true, {}, {}, {
91
- P: {};
92
- B: {};
93
- D: {};
94
- C: {};
95
- M: {};
96
- Defaults: {};
97
- }, Readonly<import("vue").ExtractPropTypes<{
98
- multiple: {
99
- type: import("vue").PropType<boolean>;
100
- };
101
- toned: {
102
- type: import("vue").PropType<boolean>;
103
- };
104
- mandatory: {
105
- type: import("vue").PropType<boolean>;
106
- };
107
- expandAll: {
108
- type: import("vue").PropType<boolean>;
109
- };
110
- variant: {
111
- type: import("vue").PropType<"navigation" | "default" | "section">;
112
- };
113
- "onUpdate:modelValue": {
114
- type: import("vue").PropType<(value: number | number[]) => any | void>;
115
- };
116
- "v-model": {
117
- type: import("vue").PropType<number | number[]>;
118
- required: false;
119
- };
120
- modelValue: {
121
- type: import("vue").PropType<number | number[]>;
122
- required: false;
123
- };
124
- class: {
125
- type: import("vue").PropType<String | String[]>;
126
- required: boolean;
127
- };
128
- colorSchemaType: {
129
- type: import("vue").PropType<import("@omnia/fx-models").ColorSchemaTypes | import("@omnia/fx-models").ColorSchemaType>;
130
- required: boolean;
131
- };
132
- container: {
133
- type: BooleanConstructor;
134
- required: boolean;
135
- };
136
- colors: {
137
- type: import("vue").PropType<import("@omnia/fx/ux").ColorSchemaStoreType>;
138
- required: boolean;
139
- };
140
- }>>, () => JSX.Element, {}, {}, {}, {
141
- container: boolean;
142
- }>;
143
- __isFragment?: never;
144
- __isTeleport?: never;
145
- __isSuspense?: never;
146
- } & import("vue").ComponentOptionsBase<Readonly<import("vue").ExtractPropTypes<{
147
- multiple: {
148
- type: import("vue").PropType<boolean>;
149
- };
150
- toned: {
151
- type: import("vue").PropType<boolean>;
152
- };
153
- mandatory: {
154
- type: import("vue").PropType<boolean>;
155
- };
156
- expandAll: {
157
- type: import("vue").PropType<boolean>;
158
- };
159
- variant: {
160
- type: import("vue").PropType<"navigation" | "default" | "section">;
161
- };
162
- "onUpdate:modelValue": {
163
- type: import("vue").PropType<(value: number | number[]) => any | void>;
164
- };
165
- "v-model": {
166
- type: import("vue").PropType<number | number[]>;
167
- required: false;
168
- };
169
- modelValue: {
170
- type: import("vue").PropType<number | number[]>;
171
- required: false;
172
- };
173
- class: {
174
- type: import("vue").PropType<String | String[]>;
175
- required: boolean;
176
- };
177
- colorSchemaType: {
178
- type: import("vue").PropType<import("@omnia/fx-models").ColorSchemaTypes | import("@omnia/fx-models").ColorSchemaType>;
179
- required: boolean;
180
- };
181
- container: {
182
- type: BooleanConstructor;
183
- required: boolean;
184
- };
185
- colors: {
186
- type: import("vue").PropType<import("@omnia/fx/ux").ColorSchemaStoreType>;
187
- required: boolean;
188
- };
189
- }>>, () => JSX.Element, unknown, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {}, string, {
190
- container: boolean;
191
- }, {}, string, {}> & import("vue").VNodeProps & import("vue").AllowedComponentProps & import("vue").ComponentCustomProps & {
192
- propsDefinition: Omit<Readonly<{} & {
193
- container?: boolean;
194
- class?: String | String[];
195
- mandatory?: boolean;
196
- multiple?: boolean;
197
- colorSchemaType?: "background" | "primary" | "secondary" | import("@omnia/fx-models").ColorSchemaTypes | "accent1" | "accent2" | "accent3" | "accent4" | "accent5" | "neutral" | "warning" | "notification" | "error" | "info" | "success" | "dynamic";
198
- toned?: boolean;
199
- colors?: import("@omnia/fx/ux").ColorSchemaStoreType;
200
- modelValue?: number | number[];
201
- "v-model"?: number | number[];
202
- "onUpdate:modelValue"?: (value: number | number[]) => any | void;
203
- variant?: "navigation" | "default" | "section";
204
- expandAll?: boolean;
205
- }>, never>;
206
- };
1
+ import { OPanelTypes } from "@omnia/fx-models";
2
+ import { DefineProp, DefinePropTheming, DefineVModel } from "@omnia/fx/ux";
3
+ type ExpansionPanelsProps = DefinePropTheming & DefineProp<"class", String | String[]> & DefineVModel<"", number | Array<number>, false, null, false, "The v-model of the component."> & DefineProp<"variant", OPanelTypes, false, null, "Applies a distinct style to the component."> & DefineProp<"expandAll", boolean, false, false, "Expands all panels"> & DefineProp<"mandatory", boolean, false, false, "Forces at least one item to always be selected (if available)."> & DefineProp<"toned", boolean, false, false, "Applies the toned color schema to all panels."> & DefineProp<"multiple", boolean, false, false, "Allows one to select multiple items.">;
4
+ declare const _default: (props: import("@omnia/fx/ux").ConstructComponentProps<ExpansionPanelsProps>) => any;
207
5
  export default _default;
@@ -1,5 +1,5 @@
1
1
  import { ButtonIconOptions, OSizeTypes } from "@omnia/fx-models";
2
2
  import { DefineProp, DefinePropTheming, DefineVModel } from "@omnia/fx/ux";
3
- type FabProps = DefinePropTheming & DefineProp<"class", String | String[]> & DefineVModel<"", boolean, false, true, false, "The v-model of the component"> & DefineProp<"active", boolean, false, true, "Controls the active state of the item. This is typically used to highlight the component."> & DefineProp<"app", boolean, false, false, "If true, attaches to the closest layout and positions according to the value of location."> & DefineProp<"block", boolean, false, false, "Expands the button to 100% of available space."> & DefineProp<"disabled", boolean, false, false, "Removes the ability to click or target the component."> & DefineProp<"stacked", boolean, false, false, "Displays the button as a column with the icon on top"> & DefineProp<"text", string, false, null, "Specify content text for the component."> & DefineProp<"size", OSizeTypes, false, "default", "Sets the size of the button."> & DefineProp<"variant", "flat" | "text" | "elevated" | "tonal" | "outlined" | "plain", false, "elevated", "Applies a distinct style to the component."> & DefineProp<"icon", ButtonIconOptions, false, null, "Sets the icon to display on the button. If no text is provided the button will be displayed as an icon button.">;
3
+ type FabProps = DefinePropTheming & DefineProp<"class", String | String[]> & DefineVModel<"", boolean, false, true, true, "The v-model of the component"> & DefineProp<"active", boolean, false, true, "Controls the active state of the item. This is typically used to highlight the component."> & DefineProp<"app", boolean, false, false, "If true, attaches to the closest layout and positions according to the value of location."> & DefineProp<"block", boolean, false, false, "Expands the button to 100% of available space."> & DefineProp<"disabled", boolean, false, false, "Removes the ability to click or target the component."> & DefineProp<"stacked", boolean, false, false, "Displays the button as a column with the icon on top"> & DefineProp<"text", string, false, null, "Specify content text for the component."> & DefineProp<"size", OSizeTypes, false, "default", "Sets the size of the button."> & DefineProp<"variant", "flat" | "text" | "elevated" | "tonal" | "outlined" | "plain", false, "elevated", "Applies a distinct style to the component."> & DefineProp<"icon", ButtonIconOptions, false, null, "Sets the icon to display on the button. If no text is provided the button will be displayed as an icon button.">;
4
4
  declare const _default: (props: import("@omnia/fx/ux").ConstructComponentProps<FabProps>) => any;
5
5
  export default _default;
@@ -1,95 +1,4 @@
1
- declare const _default: {
2
- new (...args: any[]): import("vue").CreateComponentPublicInstance<Readonly<import("vue").ExtractPropTypes<{
3
- class: {
4
- type: import("vue").PropType<String | String[]>;
5
- required: boolean;
6
- };
7
- colorSchemaType: {
8
- type: import("vue").PropType<import("@omnia/fx-models").ColorSchemaTypes | import("@omnia/fx-models").ColorSchemaType>;
9
- required: boolean;
10
- };
11
- container: {
12
- type: BooleanConstructor;
13
- required: boolean;
14
- };
15
- colors: {
16
- type: import("vue").PropType<import("@omnia/fx/ux").ColorSchemaStoreType>;
17
- required: boolean;
18
- };
19
- }>>, () => JSX.Element, unknown, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {}, import("vue").VNodeProps & import("vue").AllowedComponentProps & import("vue").ComponentCustomProps & Readonly<import("vue").ExtractPropTypes<{
20
- class: {
21
- type: import("vue").PropType<String | String[]>;
22
- required: boolean;
23
- };
24
- colorSchemaType: {
25
- type: import("vue").PropType<import("@omnia/fx-models").ColorSchemaTypes | import("@omnia/fx-models").ColorSchemaType>;
26
- required: boolean;
27
- };
28
- container: {
29
- type: BooleanConstructor;
30
- required: boolean;
31
- };
32
- colors: {
33
- type: import("vue").PropType<import("@omnia/fx/ux").ColorSchemaStoreType>;
34
- required: boolean;
35
- };
36
- }>>, {
37
- container: boolean;
38
- }, true, {}, {}, {
39
- P: {};
40
- B: {};
41
- D: {};
42
- C: {};
43
- M: {};
44
- Defaults: {};
45
- }, Readonly<import("vue").ExtractPropTypes<{
46
- class: {
47
- type: import("vue").PropType<String | String[]>;
48
- required: boolean;
49
- };
50
- colorSchemaType: {
51
- type: import("vue").PropType<import("@omnia/fx-models").ColorSchemaTypes | import("@omnia/fx-models").ColorSchemaType>;
52
- required: boolean;
53
- };
54
- container: {
55
- type: BooleanConstructor;
56
- required: boolean;
57
- };
58
- colors: {
59
- type: import("vue").PropType<import("@omnia/fx/ux").ColorSchemaStoreType>;
60
- required: boolean;
61
- };
62
- }>>, () => JSX.Element, {}, {}, {}, {
63
- container: boolean;
64
- }>;
65
- __isFragment?: never;
66
- __isTeleport?: never;
67
- __isSuspense?: never;
68
- } & import("vue").ComponentOptionsBase<Readonly<import("vue").ExtractPropTypes<{
69
- class: {
70
- type: import("vue").PropType<String | String[]>;
71
- required: boolean;
72
- };
73
- colorSchemaType: {
74
- type: import("vue").PropType<import("@omnia/fx-models").ColorSchemaTypes | import("@omnia/fx-models").ColorSchemaType>;
75
- required: boolean;
76
- };
77
- container: {
78
- type: BooleanConstructor;
79
- required: boolean;
80
- };
81
- colors: {
82
- type: import("vue").PropType<import("@omnia/fx/ux").ColorSchemaStoreType>;
83
- required: boolean;
84
- };
85
- }>>, () => JSX.Element, unknown, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {}, string, {
86
- container: boolean;
87
- }, {}, string, {}> & import("vue").VNodeProps & import("vue").AllowedComponentProps & import("vue").ComponentCustomProps & {
88
- propsDefinition: Omit<Readonly<{} & {
89
- container?: boolean;
90
- class?: String | String[];
91
- colorSchemaType?: "background" | "primary" | "secondary" | import("@omnia/fx-models").ColorSchemaTypes | "accent1" | "accent2" | "accent3" | "accent4" | "accent5" | "neutral" | "warning" | "notification" | "error" | "info" | "success" | "dynamic";
92
- colors?: import("@omnia/fx/ux").ColorSchemaStoreType;
93
- }>, never>;
94
- };
1
+ import { DefinePropTheming, DefineProp } from "@omnia/fx/ux";
2
+ type FormProps = DefinePropTheming & DefineProp<"class", String | String[]>;
3
+ declare const _default: (props: import("@omnia/fx/ux").ConstructComponentProps<FormProps>) => any;
95
4
  export default _default;
@@ -1,79 +1,5 @@
1
- declare const _default: {
2
- new (...args: any[]): import("vue").CreateComponentPublicInstance<Readonly<import("vue").ExtractPropTypes<{
3
- force: {
4
- type: import("vue").PropType<boolean>;
5
- };
6
- variant: {
7
- type: import("vue").PropType<"toolbar" | "navigation" | "default" | "section" | "content" | "footer" | "header" | "options" | "settings" | "info-section">;
8
- };
9
- componentHost: {
10
- type: import("vue").PropType<"toolbar" | "tab" | "menu" | "dialog" | "table" | "chip" | "app" | "tab-vertical" | "blade" | "drawer" | "expansion-panel" | "appbar" | "panel" | "omfx">;
11
- };
12
- host: {
13
- type: import("vue").PropType<"admin" | "editor" | "docs">;
14
- };
15
- }>>, () => import("vue").VNode<import("vue").RendererNode, import("vue").RendererElement, {
16
- [key: string]: any;
17
- }>[], unknown, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {}, import("vue").VNodeProps & import("vue").AllowedComponentProps & import("vue").ComponentCustomProps & Readonly<import("vue").ExtractPropTypes<{
18
- force: {
19
- type: import("vue").PropType<boolean>;
20
- };
21
- variant: {
22
- type: import("vue").PropType<"toolbar" | "navigation" | "default" | "section" | "content" | "footer" | "header" | "options" | "settings" | "info-section">;
23
- };
24
- componentHost: {
25
- type: import("vue").PropType<"toolbar" | "tab" | "menu" | "dialog" | "table" | "chip" | "app" | "tab-vertical" | "blade" | "drawer" | "expansion-panel" | "appbar" | "panel" | "omfx">;
26
- };
27
- host: {
28
- type: import("vue").PropType<"admin" | "editor" | "docs">;
29
- };
30
- }>>, {}, true, {}, {}, {
31
- P: {};
32
- B: {};
33
- D: {};
34
- C: {};
35
- M: {};
36
- Defaults: {};
37
- }, Readonly<import("vue").ExtractPropTypes<{
38
- force: {
39
- type: import("vue").PropType<boolean>;
40
- };
41
- variant: {
42
- type: import("vue").PropType<"toolbar" | "navigation" | "default" | "section" | "content" | "footer" | "header" | "options" | "settings" | "info-section">;
43
- };
44
- componentHost: {
45
- type: import("vue").PropType<"toolbar" | "tab" | "menu" | "dialog" | "table" | "chip" | "app" | "tab-vertical" | "blade" | "drawer" | "expansion-panel" | "appbar" | "panel" | "omfx">;
46
- };
47
- host: {
48
- type: import("vue").PropType<"admin" | "editor" | "docs">;
49
- };
50
- }>>, () => import("vue").VNode<import("vue").RendererNode, import("vue").RendererElement, {
51
- [key: string]: any;
52
- }>[], {}, {}, {}, {}>;
53
- __isFragment?: never;
54
- __isTeleport?: never;
55
- __isSuspense?: never;
56
- } & import("vue").ComponentOptionsBase<Readonly<import("vue").ExtractPropTypes<{
57
- force: {
58
- type: import("vue").PropType<boolean>;
59
- };
60
- variant: {
61
- type: import("vue").PropType<"toolbar" | "navigation" | "default" | "section" | "content" | "footer" | "header" | "options" | "settings" | "info-section">;
62
- };
63
- componentHost: {
64
- type: import("vue").PropType<"toolbar" | "tab" | "menu" | "dialog" | "table" | "chip" | "app" | "tab-vertical" | "blade" | "drawer" | "expansion-panel" | "appbar" | "panel" | "omfx">;
65
- };
66
- host: {
67
- type: import("vue").PropType<"admin" | "editor" | "docs">;
68
- };
69
- }>>, () => import("vue").VNode<import("vue").RendererNode, import("vue").RendererElement, {
70
- [key: string]: any;
71
- }>[], unknown, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {}, string, {}, {}, string, {}> & import("vue").VNodeProps & import("vue").AllowedComponentProps & import("vue").ComponentCustomProps & {
72
- propsDefinition: Omit<Readonly<{} & {
73
- host?: "admin" | "editor" | "docs";
74
- variant?: "toolbar" | "navigation" | "default" | "section" | "content" | "footer" | "header" | "options" | "settings" | "info-section";
75
- componentHost?: "toolbar" | "tab" | "menu" | "dialog" | "table" | "chip" | "app" | "tab-vertical" | "blade" | "drawer" | "expansion-panel" | "appbar" | "panel" | "omfx";
76
- force?: boolean;
77
- }>, never>;
78
- };
1
+ import { DefinePropTheming, DefineProp } from "@omnia/fx/ux";
2
+ import { ComponentVariants, ComponentHostTypes, HostTypes } from "@omnia/fx/stores";
3
+ type HostProviderProps = DefinePropTheming & DefineProp<"class", String | String[]> & DefineProp<"host", HostTypes, false, null> & DefineProp<"componentHost", ComponentHostTypes, false, null> & DefineProp<"variant", ComponentVariants, false, null> & DefineProp<"force", boolean, false, null>;
4
+ declare const _default: (props: import("@omnia/fx/ux").ConstructComponentProps<HostProviderProps>) => any;
79
5
  export default _default;