@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,273 +1,5 @@
|
|
1
|
-
import {
|
2
|
-
|
3
|
-
|
4
|
-
|
5
|
-
type: import("vue").PropType<"small" | "default" | "x-large" | "x-small" | "large">;
|
6
|
-
};
|
7
|
-
readonly: {
|
8
|
-
type: import("vue").PropType<boolean>;
|
9
|
-
required: false;
|
10
|
-
};
|
11
|
-
length: {
|
12
|
-
type: import("vue").PropType<"5" | 5 | 10 | "10">;
|
13
|
-
required: false;
|
14
|
-
};
|
15
|
-
hover: {
|
16
|
-
type: import("vue").PropType<boolean>;
|
17
|
-
required: false;
|
18
|
-
};
|
19
|
-
disabled: {
|
20
|
-
type: import("vue").PropType<boolean>;
|
21
|
-
required: false;
|
22
|
-
};
|
23
|
-
density: {
|
24
|
-
type: import("vue").PropType<"default" | "compact" | "comfortable">;
|
25
|
-
required: false;
|
26
|
-
};
|
27
|
-
clearable: {
|
28
|
-
type: import("vue").PropType<boolean>;
|
29
|
-
required: false;
|
30
|
-
};
|
31
|
-
modelValue: {
|
32
|
-
type: import("vue").PropType<string | number>;
|
33
|
-
required: false;
|
34
|
-
};
|
35
|
-
"v-model": {
|
36
|
-
type: import("vue").PropType<string | number>;
|
37
|
-
required: false;
|
38
|
-
};
|
39
|
-
"onUpdate:modelValue": {
|
40
|
-
type: import("vue").PropType<(value: string | number) => any | void>;
|
41
|
-
};
|
42
|
-
"v-slots": import("vue").Prop<{
|
43
|
-
default?: import("../../DefineVueTypings").Slot;
|
44
|
-
} & VRatingSlots>;
|
45
|
-
class: {
|
46
|
-
type: import("vue").PropType<String | String[]>;
|
47
|
-
required: boolean;
|
48
|
-
};
|
49
|
-
colorSchemaType: {
|
50
|
-
type: import("vue").PropType<import("@omnia/fx-models").ColorSchemaTypes | import("@omnia/fx-models").ColorSchemaType>;
|
51
|
-
required: boolean;
|
52
|
-
};
|
53
|
-
container: {
|
54
|
-
type: BooleanConstructor;
|
55
|
-
required: boolean;
|
56
|
-
};
|
57
|
-
colors: {
|
58
|
-
type: import("vue").PropType<import("@omnia/fx/ux").ColorSchemaStoreType>;
|
59
|
-
required: boolean;
|
60
|
-
};
|
61
|
-
}>>, () => JSX.Element, unknown, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {}, import("vue").VNodeProps & import("vue").AllowedComponentProps & import("vue").ComponentCustomProps & Readonly<import("vue").ExtractPropTypes<{
|
62
|
-
size: {
|
63
|
-
type: import("vue").PropType<"small" | "default" | "x-large" | "x-small" | "large">;
|
64
|
-
};
|
65
|
-
readonly: {
|
66
|
-
type: import("vue").PropType<boolean>;
|
67
|
-
required: false;
|
68
|
-
};
|
69
|
-
length: {
|
70
|
-
type: import("vue").PropType<"5" | 5 | 10 | "10">;
|
71
|
-
required: false;
|
72
|
-
};
|
73
|
-
hover: {
|
74
|
-
type: import("vue").PropType<boolean>;
|
75
|
-
required: false;
|
76
|
-
};
|
77
|
-
disabled: {
|
78
|
-
type: import("vue").PropType<boolean>;
|
79
|
-
required: false;
|
80
|
-
};
|
81
|
-
density: {
|
82
|
-
type: import("vue").PropType<"default" | "compact" | "comfortable">;
|
83
|
-
required: false;
|
84
|
-
};
|
85
|
-
clearable: {
|
86
|
-
type: import("vue").PropType<boolean>;
|
87
|
-
required: false;
|
88
|
-
};
|
89
|
-
modelValue: {
|
90
|
-
type: import("vue").PropType<string | number>;
|
91
|
-
required: false;
|
92
|
-
};
|
93
|
-
"v-model": {
|
94
|
-
type: import("vue").PropType<string | number>;
|
95
|
-
required: false;
|
96
|
-
};
|
97
|
-
"onUpdate:modelValue": {
|
98
|
-
type: import("vue").PropType<(value: string | number) => any | void>;
|
99
|
-
};
|
100
|
-
"v-slots": import("vue").Prop<{
|
101
|
-
default?: import("../../DefineVueTypings").Slot;
|
102
|
-
} & VRatingSlots>;
|
103
|
-
class: {
|
104
|
-
type: import("vue").PropType<String | String[]>;
|
105
|
-
required: boolean;
|
106
|
-
};
|
107
|
-
colorSchemaType: {
|
108
|
-
type: import("vue").PropType<import("@omnia/fx-models").ColorSchemaTypes | import("@omnia/fx-models").ColorSchemaType>;
|
109
|
-
required: boolean;
|
110
|
-
};
|
111
|
-
container: {
|
112
|
-
type: BooleanConstructor;
|
113
|
-
required: boolean;
|
114
|
-
};
|
115
|
-
colors: {
|
116
|
-
type: import("vue").PropType<import("@omnia/fx/ux").ColorSchemaStoreType>;
|
117
|
-
required: boolean;
|
118
|
-
};
|
119
|
-
}>>, {
|
120
|
-
container: boolean;
|
121
|
-
}, true, {}, {}, {
|
122
|
-
P: {};
|
123
|
-
B: {};
|
124
|
-
D: {};
|
125
|
-
C: {};
|
126
|
-
M: {};
|
127
|
-
Defaults: {};
|
128
|
-
}, Readonly<import("vue").ExtractPropTypes<{
|
129
|
-
size: {
|
130
|
-
type: import("vue").PropType<"small" | "default" | "x-large" | "x-small" | "large">;
|
131
|
-
};
|
132
|
-
readonly: {
|
133
|
-
type: import("vue").PropType<boolean>;
|
134
|
-
required: false;
|
135
|
-
};
|
136
|
-
length: {
|
137
|
-
type: import("vue").PropType<"5" | 5 | 10 | "10">;
|
138
|
-
required: false;
|
139
|
-
};
|
140
|
-
hover: {
|
141
|
-
type: import("vue").PropType<boolean>;
|
142
|
-
required: false;
|
143
|
-
};
|
144
|
-
disabled: {
|
145
|
-
type: import("vue").PropType<boolean>;
|
146
|
-
required: false;
|
147
|
-
};
|
148
|
-
density: {
|
149
|
-
type: import("vue").PropType<"default" | "compact" | "comfortable">;
|
150
|
-
required: false;
|
151
|
-
};
|
152
|
-
clearable: {
|
153
|
-
type: import("vue").PropType<boolean>;
|
154
|
-
required: false;
|
155
|
-
};
|
156
|
-
modelValue: {
|
157
|
-
type: import("vue").PropType<string | number>;
|
158
|
-
required: false;
|
159
|
-
};
|
160
|
-
"v-model": {
|
161
|
-
type: import("vue").PropType<string | number>;
|
162
|
-
required: false;
|
163
|
-
};
|
164
|
-
"onUpdate:modelValue": {
|
165
|
-
type: import("vue").PropType<(value: string | number) => any | void>;
|
166
|
-
};
|
167
|
-
"v-slots": import("vue").Prop<{
|
168
|
-
default?: import("../../DefineVueTypings").Slot;
|
169
|
-
} & VRatingSlots>;
|
170
|
-
class: {
|
171
|
-
type: import("vue").PropType<String | String[]>;
|
172
|
-
required: boolean;
|
173
|
-
};
|
174
|
-
colorSchemaType: {
|
175
|
-
type: import("vue").PropType<import("@omnia/fx-models").ColorSchemaTypes | import("@omnia/fx-models").ColorSchemaType>;
|
176
|
-
required: boolean;
|
177
|
-
};
|
178
|
-
container: {
|
179
|
-
type: BooleanConstructor;
|
180
|
-
required: boolean;
|
181
|
-
};
|
182
|
-
colors: {
|
183
|
-
type: import("vue").PropType<import("@omnia/fx/ux").ColorSchemaStoreType>;
|
184
|
-
required: boolean;
|
185
|
-
};
|
186
|
-
}>>, () => JSX.Element, {}, {}, {}, {
|
187
|
-
container: boolean;
|
188
|
-
}>;
|
189
|
-
__isFragment?: never;
|
190
|
-
__isTeleport?: never;
|
191
|
-
__isSuspense?: never;
|
192
|
-
} & import("vue").ComponentOptionsBase<Readonly<import("vue").ExtractPropTypes<{
|
193
|
-
size: {
|
194
|
-
type: import("vue").PropType<"small" | "default" | "x-large" | "x-small" | "large">;
|
195
|
-
};
|
196
|
-
readonly: {
|
197
|
-
type: import("vue").PropType<boolean>;
|
198
|
-
required: false;
|
199
|
-
};
|
200
|
-
length: {
|
201
|
-
type: import("vue").PropType<"5" | 5 | 10 | "10">;
|
202
|
-
required: false;
|
203
|
-
};
|
204
|
-
hover: {
|
205
|
-
type: import("vue").PropType<boolean>;
|
206
|
-
required: false;
|
207
|
-
};
|
208
|
-
disabled: {
|
209
|
-
type: import("vue").PropType<boolean>;
|
210
|
-
required: false;
|
211
|
-
};
|
212
|
-
density: {
|
213
|
-
type: import("vue").PropType<"default" | "compact" | "comfortable">;
|
214
|
-
required: false;
|
215
|
-
};
|
216
|
-
clearable: {
|
217
|
-
type: import("vue").PropType<boolean>;
|
218
|
-
required: false;
|
219
|
-
};
|
220
|
-
modelValue: {
|
221
|
-
type: import("vue").PropType<string | number>;
|
222
|
-
required: false;
|
223
|
-
};
|
224
|
-
"v-model": {
|
225
|
-
type: import("vue").PropType<string | number>;
|
226
|
-
required: false;
|
227
|
-
};
|
228
|
-
"onUpdate:modelValue": {
|
229
|
-
type: import("vue").PropType<(value: string | number) => any | void>;
|
230
|
-
};
|
231
|
-
"v-slots": import("vue").Prop<{
|
232
|
-
default?: import("../../DefineVueTypings").Slot;
|
233
|
-
} & VRatingSlots>;
|
234
|
-
class: {
|
235
|
-
type: import("vue").PropType<String | String[]>;
|
236
|
-
required: boolean;
|
237
|
-
};
|
238
|
-
colorSchemaType: {
|
239
|
-
type: import("vue").PropType<import("@omnia/fx-models").ColorSchemaTypes | import("@omnia/fx-models").ColorSchemaType>;
|
240
|
-
required: boolean;
|
241
|
-
};
|
242
|
-
container: {
|
243
|
-
type: BooleanConstructor;
|
244
|
-
required: boolean;
|
245
|
-
};
|
246
|
-
colors: {
|
247
|
-
type: import("vue").PropType<import("@omnia/fx/ux").ColorSchemaStoreType>;
|
248
|
-
required: boolean;
|
249
|
-
};
|
250
|
-
}>>, () => JSX.Element, unknown, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {}, string, {
|
251
|
-
container: boolean;
|
252
|
-
}, {}, string, {}> & import("vue").VNodeProps & import("vue").AllowedComponentProps & import("vue").ComponentCustomProps & {
|
253
|
-
propsDefinition: Omit<Readonly<{} & {
|
254
|
-
length?: "5" | 5 | 10 | "10";
|
255
|
-
container?: boolean;
|
256
|
-
class?: String | String[];
|
257
|
-
size?: "small" | "default" | "x-large" | "x-small" | "large";
|
258
|
-
disabled?: boolean;
|
259
|
-
colorSchemaType?: "background" | "primary" | "secondary" | import("@omnia/fx-models").ColorSchemaTypes | "accent1" | "accent2" | "accent3" | "accent4" | "accent5" | "neutral" | "warning" | "notification" | "error" | "info" | "success" | "dynamic";
|
260
|
-
colors?: import("@omnia/fx/ux").ColorSchemaStoreType;
|
261
|
-
modelValue?: string | number;
|
262
|
-
"v-model"?: string | number;
|
263
|
-
"onUpdate:modelValue"?: (value: string | number) => any | void;
|
264
|
-
"v-slots"?: {
|
265
|
-
default?: import("../../DefineVueTypings").Slot;
|
266
|
-
} & VRatingSlots;
|
267
|
-
hover?: boolean;
|
268
|
-
readonly?: boolean;
|
269
|
-
clearable?: boolean;
|
270
|
-
density?: "default" | "compact" | "comfortable";
|
271
|
-
}>, never>;
|
272
|
-
};
|
1
|
+
import { ORatingDensity, ORatingLength, OSizeTypes } from "@omnia/fx-models";
|
2
|
+
import { DefineProp, DefinePropTheming, DefineVModel } from "@omnia/fx/ux";
|
3
|
+
type RatingProps = DefinePropTheming & DefineProp<"class", String | String[]> & DefineVModel<"", string | number, false, 0, true, "The current value of the rating. Can be either a number or a numeric string."> & DefineProp<"clearable", boolean, false, false, "Allows for the component to be cleared by clicking on the current value."> & DefineProp<"density", ORatingDensity, false, "default", "Controls the space occupied. Possible values are default, comfortable and compact."> & DefineProp<"disabled", boolean, false, false, "Removes the ability to click or target the component."> & DefineProp<"hover", boolean, false, false, "Provides visual feedback when hovering over the icons."> & DefineProp<"length", ORatingLength, false, 5, "The number of icons to display. Only accept numbers or numeric strings of 5 and 10."> & DefineProp<"readonly", boolean, false, false, "Removes all hover effects and pointer events. Useful for displaying a rating, but not allowing the user to interact with it."> & DefineProp<"size", OSizeTypes, false, null, "Sets the size of the component. Can be default, x-small, small, large, and x-large.">;
|
4
|
+
declare const _default: (props: import("@omnia/fx/ux").ConstructComponentProps<RatingProps>) => any;
|
273
5
|
export default _default;
|
@@ -1,205 +1,5 @@
|
|
1
1
|
import { OScrollTypesCombination } from "@omnia/fx-models";
|
2
|
-
import { useScrollContainerStore } from "@omnia/fx/ux";
|
3
|
-
|
4
|
-
|
5
|
-
scrolling: {
|
6
|
-
type: import("vue").PropType<OScrollTypesCombination>;
|
7
|
-
required: false;
|
8
|
-
};
|
9
|
-
getApi: {
|
10
|
-
type: import("vue").PropType<(store: ReturnType<typeof useScrollContainerStore>) => void>;
|
11
|
-
};
|
12
|
-
disableScrolling: {
|
13
|
-
type: import("vue").PropType<boolean>;
|
14
|
-
};
|
15
|
-
toned: {
|
16
|
-
type: import("vue").PropType<boolean>;
|
17
|
-
};
|
18
|
-
filled: {
|
19
|
-
type: import("vue").PropType<boolean>;
|
20
|
-
};
|
21
|
-
compensatScrollbar: {
|
22
|
-
type: import("vue").PropType<boolean>;
|
23
|
-
};
|
24
|
-
width: {
|
25
|
-
type: import("vue").PropType<string>;
|
26
|
-
};
|
27
|
-
height: {
|
28
|
-
type: import("vue").PropType<string>;
|
29
|
-
};
|
30
|
-
colorSchemaType: {
|
31
|
-
type: import("vue").PropType<import("@omnia/fx-models").ColorSchemaTypes | import("@omnia/fx-models").ColorSchemaType>;
|
32
|
-
required: boolean;
|
33
|
-
};
|
34
|
-
container: {
|
35
|
-
type: BooleanConstructor;
|
36
|
-
required: boolean;
|
37
|
-
};
|
38
|
-
colors: {
|
39
|
-
type: import("vue").PropType<import("@omnia/fx/ux").ColorSchemaStoreType>;
|
40
|
-
required: boolean;
|
41
|
-
};
|
42
|
-
class: {
|
43
|
-
type: import("vue").PropType<String | String[]>;
|
44
|
-
required: boolean;
|
45
|
-
};
|
46
|
-
}>>, () => JSX.Element, unknown, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {}, import("vue").VNodeProps & import("vue").AllowedComponentProps & import("vue").ComponentCustomProps & Readonly<import("vue").ExtractPropTypes<{
|
47
|
-
scrolling: {
|
48
|
-
type: import("vue").PropType<OScrollTypesCombination>;
|
49
|
-
required: false;
|
50
|
-
};
|
51
|
-
getApi: {
|
52
|
-
type: import("vue").PropType<(store: ReturnType<typeof useScrollContainerStore>) => void>;
|
53
|
-
};
|
54
|
-
disableScrolling: {
|
55
|
-
type: import("vue").PropType<boolean>;
|
56
|
-
};
|
57
|
-
toned: {
|
58
|
-
type: import("vue").PropType<boolean>;
|
59
|
-
};
|
60
|
-
filled: {
|
61
|
-
type: import("vue").PropType<boolean>;
|
62
|
-
};
|
63
|
-
compensatScrollbar: {
|
64
|
-
type: import("vue").PropType<boolean>;
|
65
|
-
};
|
66
|
-
width: {
|
67
|
-
type: import("vue").PropType<string>;
|
68
|
-
};
|
69
|
-
height: {
|
70
|
-
type: import("vue").PropType<string>;
|
71
|
-
};
|
72
|
-
colorSchemaType: {
|
73
|
-
type: import("vue").PropType<import("@omnia/fx-models").ColorSchemaTypes | import("@omnia/fx-models").ColorSchemaType>;
|
74
|
-
required: boolean;
|
75
|
-
};
|
76
|
-
container: {
|
77
|
-
type: BooleanConstructor;
|
78
|
-
required: boolean;
|
79
|
-
};
|
80
|
-
colors: {
|
81
|
-
type: import("vue").PropType<import("@omnia/fx/ux").ColorSchemaStoreType>;
|
82
|
-
required: boolean;
|
83
|
-
};
|
84
|
-
class: {
|
85
|
-
type: import("vue").PropType<String | String[]>;
|
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
|
-
scrolling: {
|
99
|
-
type: import("vue").PropType<OScrollTypesCombination>;
|
100
|
-
required: false;
|
101
|
-
};
|
102
|
-
getApi: {
|
103
|
-
type: import("vue").PropType<(store: ReturnType<typeof useScrollContainerStore>) => void>;
|
104
|
-
};
|
105
|
-
disableScrolling: {
|
106
|
-
type: import("vue").PropType<boolean>;
|
107
|
-
};
|
108
|
-
toned: {
|
109
|
-
type: import("vue").PropType<boolean>;
|
110
|
-
};
|
111
|
-
filled: {
|
112
|
-
type: import("vue").PropType<boolean>;
|
113
|
-
};
|
114
|
-
compensatScrollbar: {
|
115
|
-
type: import("vue").PropType<boolean>;
|
116
|
-
};
|
117
|
-
width: {
|
118
|
-
type: import("vue").PropType<string>;
|
119
|
-
};
|
120
|
-
height: {
|
121
|
-
type: import("vue").PropType<string>;
|
122
|
-
};
|
123
|
-
colorSchemaType: {
|
124
|
-
type: import("vue").PropType<import("@omnia/fx-models").ColorSchemaTypes | import("@omnia/fx-models").ColorSchemaType>;
|
125
|
-
required: boolean;
|
126
|
-
};
|
127
|
-
container: {
|
128
|
-
type: BooleanConstructor;
|
129
|
-
required: boolean;
|
130
|
-
};
|
131
|
-
colors: {
|
132
|
-
type: import("vue").PropType<import("@omnia/fx/ux").ColorSchemaStoreType>;
|
133
|
-
required: boolean;
|
134
|
-
};
|
135
|
-
class: {
|
136
|
-
type: import("vue").PropType<String | String[]>;
|
137
|
-
required: boolean;
|
138
|
-
};
|
139
|
-
}>>, () => JSX.Element, {}, {}, {}, {
|
140
|
-
container: boolean;
|
141
|
-
}>;
|
142
|
-
__isFragment?: never;
|
143
|
-
__isTeleport?: never;
|
144
|
-
__isSuspense?: never;
|
145
|
-
} & import("vue").ComponentOptionsBase<Readonly<import("vue").ExtractPropTypes<{
|
146
|
-
scrolling: {
|
147
|
-
type: import("vue").PropType<OScrollTypesCombination>;
|
148
|
-
required: false;
|
149
|
-
};
|
150
|
-
getApi: {
|
151
|
-
type: import("vue").PropType<(store: ReturnType<typeof useScrollContainerStore>) => void>;
|
152
|
-
};
|
153
|
-
disableScrolling: {
|
154
|
-
type: import("vue").PropType<boolean>;
|
155
|
-
};
|
156
|
-
toned: {
|
157
|
-
type: import("vue").PropType<boolean>;
|
158
|
-
};
|
159
|
-
filled: {
|
160
|
-
type: import("vue").PropType<boolean>;
|
161
|
-
};
|
162
|
-
compensatScrollbar: {
|
163
|
-
type: import("vue").PropType<boolean>;
|
164
|
-
};
|
165
|
-
width: {
|
166
|
-
type: import("vue").PropType<string>;
|
167
|
-
};
|
168
|
-
height: {
|
169
|
-
type: import("vue").PropType<string>;
|
170
|
-
};
|
171
|
-
colorSchemaType: {
|
172
|
-
type: import("vue").PropType<import("@omnia/fx-models").ColorSchemaTypes | import("@omnia/fx-models").ColorSchemaType>;
|
173
|
-
required: boolean;
|
174
|
-
};
|
175
|
-
container: {
|
176
|
-
type: BooleanConstructor;
|
177
|
-
required: boolean;
|
178
|
-
};
|
179
|
-
colors: {
|
180
|
-
type: import("vue").PropType<import("@omnia/fx/ux").ColorSchemaStoreType>;
|
181
|
-
required: boolean;
|
182
|
-
};
|
183
|
-
class: {
|
184
|
-
type: import("vue").PropType<String | String[]>;
|
185
|
-
required: boolean;
|
186
|
-
};
|
187
|
-
}>>, () => JSX.Element, unknown, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {}, string, {
|
188
|
-
container: boolean;
|
189
|
-
}, {}, string, {}> & import("vue").VNodeProps & import("vue").AllowedComponentProps & import("vue").ComponentCustomProps & {
|
190
|
-
propsDefinition: Omit<Readonly<{} & {
|
191
|
-
container?: boolean;
|
192
|
-
class?: String | String[];
|
193
|
-
width?: string;
|
194
|
-
height?: string;
|
195
|
-
filled?: boolean;
|
196
|
-
colorSchemaType?: "background" | "primary" | "secondary" | import("@omnia/fx-models").ColorSchemaTypes | "accent1" | "accent2" | "accent3" | "accent4" | "accent5" | "neutral" | "warning" | "notification" | "error" | "info" | "success" | "dynamic";
|
197
|
-
toned?: boolean;
|
198
|
-
colors?: import("@omnia/fx/ux").ColorSchemaStoreType;
|
199
|
-
getApi?: (store: ReturnType<typeof useScrollContainerStore>) => void;
|
200
|
-
disableScrolling?: boolean;
|
201
|
-
compensatScrollbar?: boolean;
|
202
|
-
scrolling?: OScrollTypesCombination;
|
203
|
-
}>, never>;
|
204
|
-
};
|
2
|
+
import { DefineProp, DefinePropTheming, useScrollContainerStore } from "@omnia/fx/ux";
|
3
|
+
type ScrollContainerProps = DefinePropTheming & DefineProp<"class", String | String[]> & DefineProp<"height", string, false, null, "Sets the width of the flex."> & DefineProp<"width", string, false, null, "Sets the width of the column.."> & DefineProp<"compensatScrollbar", boolean, false, false, "Adds a left margin to compensate for the scrollbar."> & DefineProp<"filled", boolean, false, false, "If the background should be filled."> & DefineProp<"toned", boolean, false, false, "If the background is using toned colors."> & DefineProp<"disableScrolling", boolean, false, false, "Disables the scrolling and sets the overflow to hidden."> & DefineProp<"getApi", (store: ReturnType<typeof useScrollContainerStore>) => void, false, null, "callback to get a reference to the scrolling store. The store is used to interact with the scrolling component."> & DefineProp<"scrolling", OScrollTypesCombination, false, "y", "Sets the scroll type of the container.">;
|
4
|
+
declare const _default: (props: import("@omnia/fx/ux").ConstructComponentProps<ScrollContainerProps>) => any;
|
205
5
|
export default _default;
|
@@ -1,135 +1,5 @@
|
|
1
|
+
import { DefineProp, DefinePropTheming } from "@omnia/fx/ux";
|
1
2
|
import { OSkeletonLoaderTypesCombination } from "@omnia/fx-models";
|
2
|
-
|
3
|
-
|
4
|
-
width: {
|
5
|
-
type: import("vue").PropType<string | number>;
|
6
|
-
};
|
7
|
-
height: {
|
8
|
-
type: import("vue").PropType<string | number>;
|
9
|
-
};
|
10
|
-
type: {
|
11
|
-
type: import("vue").PropType<OSkeletonLoaderTypesCombination>;
|
12
|
-
};
|
13
|
-
class: {
|
14
|
-
type: import("vue").PropType<String | String[]>;
|
15
|
-
required: boolean;
|
16
|
-
};
|
17
|
-
colorSchemaType: {
|
18
|
-
type: import("vue").PropType<import("@omnia/fx-models").ColorSchemaTypes | import("@omnia/fx-models").ColorSchemaType>;
|
19
|
-
required: boolean;
|
20
|
-
};
|
21
|
-
container: {
|
22
|
-
type: BooleanConstructor;
|
23
|
-
required: boolean;
|
24
|
-
};
|
25
|
-
colors: {
|
26
|
-
type: import("vue").PropType<import("@omnia/fx/ux").ColorSchemaStoreType>;
|
27
|
-
required: boolean;
|
28
|
-
};
|
29
|
-
}>>, () => JSX.Element, unknown, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {}, import("vue").VNodeProps & import("vue").AllowedComponentProps & import("vue").ComponentCustomProps & Readonly<import("vue").ExtractPropTypes<{
|
30
|
-
width: {
|
31
|
-
type: import("vue").PropType<string | number>;
|
32
|
-
};
|
33
|
-
height: {
|
34
|
-
type: import("vue").PropType<string | number>;
|
35
|
-
};
|
36
|
-
type: {
|
37
|
-
type: import("vue").PropType<OSkeletonLoaderTypesCombination>;
|
38
|
-
};
|
39
|
-
class: {
|
40
|
-
type: import("vue").PropType<String | String[]>;
|
41
|
-
required: boolean;
|
42
|
-
};
|
43
|
-
colorSchemaType: {
|
44
|
-
type: import("vue").PropType<import("@omnia/fx-models").ColorSchemaTypes | import("@omnia/fx-models").ColorSchemaType>;
|
45
|
-
required: boolean;
|
46
|
-
};
|
47
|
-
container: {
|
48
|
-
type: BooleanConstructor;
|
49
|
-
required: boolean;
|
50
|
-
};
|
51
|
-
colors: {
|
52
|
-
type: import("vue").PropType<import("@omnia/fx/ux").ColorSchemaStoreType>;
|
53
|
-
required: boolean;
|
54
|
-
};
|
55
|
-
}>>, {
|
56
|
-
container: boolean;
|
57
|
-
}, true, {}, {}, {
|
58
|
-
P: {};
|
59
|
-
B: {};
|
60
|
-
D: {};
|
61
|
-
C: {};
|
62
|
-
M: {};
|
63
|
-
Defaults: {};
|
64
|
-
}, Readonly<import("vue").ExtractPropTypes<{
|
65
|
-
width: {
|
66
|
-
type: import("vue").PropType<string | number>;
|
67
|
-
};
|
68
|
-
height: {
|
69
|
-
type: import("vue").PropType<string | number>;
|
70
|
-
};
|
71
|
-
type: {
|
72
|
-
type: import("vue").PropType<OSkeletonLoaderTypesCombination>;
|
73
|
-
};
|
74
|
-
class: {
|
75
|
-
type: import("vue").PropType<String | String[]>;
|
76
|
-
required: boolean;
|
77
|
-
};
|
78
|
-
colorSchemaType: {
|
79
|
-
type: import("vue").PropType<import("@omnia/fx-models").ColorSchemaTypes | import("@omnia/fx-models").ColorSchemaType>;
|
80
|
-
required: boolean;
|
81
|
-
};
|
82
|
-
container: {
|
83
|
-
type: BooleanConstructor;
|
84
|
-
required: boolean;
|
85
|
-
};
|
86
|
-
colors: {
|
87
|
-
type: import("vue").PropType<import("@omnia/fx/ux").ColorSchemaStoreType>;
|
88
|
-
required: boolean;
|
89
|
-
};
|
90
|
-
}>>, () => JSX.Element, {}, {}, {}, {
|
91
|
-
container: boolean;
|
92
|
-
}>;
|
93
|
-
__isFragment?: never;
|
94
|
-
__isTeleport?: never;
|
95
|
-
__isSuspense?: never;
|
96
|
-
} & import("vue").ComponentOptionsBase<Readonly<import("vue").ExtractPropTypes<{
|
97
|
-
width: {
|
98
|
-
type: import("vue").PropType<string | number>;
|
99
|
-
};
|
100
|
-
height: {
|
101
|
-
type: import("vue").PropType<string | number>;
|
102
|
-
};
|
103
|
-
type: {
|
104
|
-
type: import("vue").PropType<OSkeletonLoaderTypesCombination>;
|
105
|
-
};
|
106
|
-
class: {
|
107
|
-
type: import("vue").PropType<String | String[]>;
|
108
|
-
required: boolean;
|
109
|
-
};
|
110
|
-
colorSchemaType: {
|
111
|
-
type: import("vue").PropType<import("@omnia/fx-models").ColorSchemaTypes | import("@omnia/fx-models").ColorSchemaType>;
|
112
|
-
required: boolean;
|
113
|
-
};
|
114
|
-
container: {
|
115
|
-
type: BooleanConstructor;
|
116
|
-
required: boolean;
|
117
|
-
};
|
118
|
-
colors: {
|
119
|
-
type: import("vue").PropType<import("@omnia/fx/ux").ColorSchemaStoreType>;
|
120
|
-
required: boolean;
|
121
|
-
};
|
122
|
-
}>>, () => JSX.Element, unknown, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {}, string, {
|
123
|
-
container: boolean;
|
124
|
-
}, {}, string, {}> & import("vue").VNodeProps & import("vue").AllowedComponentProps & import("vue").ComponentCustomProps & {
|
125
|
-
propsDefinition: Omit<Readonly<{} & {
|
126
|
-
type?: OSkeletonLoaderTypesCombination;
|
127
|
-
container?: boolean;
|
128
|
-
class?: String | String[];
|
129
|
-
width?: string | number;
|
130
|
-
height?: string | number;
|
131
|
-
colorSchemaType?: "background" | "primary" | "secondary" | import("@omnia/fx-models").ColorSchemaTypes | "accent1" | "accent2" | "accent3" | "accent4" | "accent5" | "neutral" | "warning" | "notification" | "error" | "info" | "success" | "dynamic";
|
132
|
-
colors?: import("@omnia/fx/ux").ColorSchemaStoreType;
|
133
|
-
}>, never>;
|
134
|
-
};
|
3
|
+
type SkeletonProps = DefinePropTheming & DefineProp<"class", String | String[]> & DefineProp<"type", OSkeletonLoaderTypesCombination, false, null, "A string delimited list of skeleton components to create such as type='text@3' or type='card, list-item'. Will recursively generate a corresponding skeleton from the provided string. Also supports short-hand for multiple elements such as article@3 and paragraph@2 which will generate 3 article skeletons and 2 paragraph skeletons. Please see below for a list of available pre-defined options."> & DefineProp<"height", string | number, false, null, "Sets the height for the component."> & DefineProp<"width", string | number, false, null, "Sets the width for the component.">;
|
4
|
+
declare const _default: (props: import("@omnia/fx/ux").ConstructComponentProps<SkeletonProps>) => any;
|
135
5
|
export default _default;
|
@@ -1,38 +1,4 @@
|
|
1
|
-
declare const _default: {
|
2
|
-
|
3
|
-
|
4
|
-
type: import("vue").PropType<String | String[]>;
|
5
|
-
required: boolean;
|
6
|
-
};
|
7
|
-
}>>, () => JSX.Element, unknown, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {}, import("vue").VNodeProps & import("vue").AllowedComponentProps & import("vue").ComponentCustomProps & Readonly<import("vue").ExtractPropTypes<{
|
8
|
-
class: {
|
9
|
-
type: import("vue").PropType<String | String[]>;
|
10
|
-
required: boolean;
|
11
|
-
};
|
12
|
-
}>>, {}, true, {}, {}, {
|
13
|
-
P: {};
|
14
|
-
B: {};
|
15
|
-
D: {};
|
16
|
-
C: {};
|
17
|
-
M: {};
|
18
|
-
Defaults: {};
|
19
|
-
}, Readonly<import("vue").ExtractPropTypes<{
|
20
|
-
class: {
|
21
|
-
type: import("vue").PropType<String | String[]>;
|
22
|
-
required: boolean;
|
23
|
-
};
|
24
|
-
}>>, () => JSX.Element, {}, {}, {}, {}>;
|
25
|
-
__isFragment?: never;
|
26
|
-
__isTeleport?: never;
|
27
|
-
__isSuspense?: never;
|
28
|
-
} & import("vue").ComponentOptionsBase<Readonly<import("vue").ExtractPropTypes<{
|
29
|
-
class: {
|
30
|
-
type: import("vue").PropType<String | String[]>;
|
31
|
-
required: boolean;
|
32
|
-
};
|
33
|
-
}>>, () => JSX.Element, unknown, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {}, string, {}, {}, string, {}> & import("vue").VNodeProps & import("vue").AllowedComponentProps & import("vue").ComponentCustomProps & {
|
34
|
-
propsDefinition: Omit<Readonly<{} & {
|
35
|
-
class?: String | String[];
|
36
|
-
}>, never>;
|
37
|
-
};
|
1
|
+
declare const _default: (props: import("@omnia/fx/ux").ConstructComponentProps<{
|
2
|
+
class?: String | String[];
|
3
|
+
}>) => any;
|
38
4
|
export default _default;
|