@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,5 +1,5 @@
|
|
1
1
|
import { DefineProp, DefineVModel, IIcon } from "@omnia/fx/ux";
|
2
2
|
import { OAlertTypes } from "@omnia/fx/models";
|
3
|
-
type AlertProps = DefineVModel<"", boolean, false, false, true, "The v-model of the component that controls the visibility of the alert."> & DefineProp<"text", string, false, null, "The text of the alert."> & DefineProp<"closable", boolean, false,
|
3
|
+
type AlertProps = DefineVModel<"", boolean, false, false, true, "The v-model of the component that controls the visibility of the alert."> & DefineProp<"text", string, false, null, "The text of the alert."> & DefineProp<"closable", boolean, false, null, "Adds a close icon that can hide the alert."> & DefineProp<"variant", OAlertTypes, false, null, "Create a specialized alert that uses a contextual color and has a pre-defined icon."> & DefineProp<"icon", IIcon, false, null, "Applies a tonal color to the text.">;
|
4
4
|
declare const _default: (props: import("@omnia/fx/ux").ConstructComponentProps<AlertProps>) => any;
|
5
5
|
export default _default;
|
@@ -1,6 +1,6 @@
|
|
1
1
|
import { DefineEmit, DefineProp, DefinePropTheming, DefineSlot } from "@omnia/fx/ux";
|
2
2
|
import { OAppBarTypes, IIcon } from "@omnia/fx/models";
|
3
3
|
import { VNodeChild } from "vue";
|
4
|
-
type AppBarProps = DefinePropTheming & DefineProp<"class", String | String[]> & DefineProp<"filled", boolean, false,
|
4
|
+
type AppBarProps = DefinePropTheming & DefineProp<"class", String | String[]> & DefineProp<"filled", boolean, false, null, "Applies the a background color to the flex. The color is based on the colorSchema either set or inherited."> & DefineProp<"icon", IIcon, false, null, "The icon of the appbar."> & DefineProp<"id", string, false, null> & DefineProp<"absolute", boolean, false, null, "Applies position: absolute to the component."> & DefineProp<"variant", OAppBarTypes, false, null, "Applies a distinct style to the component."> & DefineProp<"navigation", boolean, false, null, "Displays a navigation icon on the left side of the appbar. It also emits a click:navigation event when clicked."> & DefineProp<"navigationExpanded", boolean, false, false, "If the navigation is expanded or not when the appbar is first rendered."> & DefineProp<"closable", boolean, false, null, "Displays a close icon on the right side of the appbar. It also emits a click:close event when clicked."> & DefineProp<"title", string, false, null, "Specify the title of the app bar."> & DefineProp<"subTitle", string, false, null, "Specify a subtitle for the app bar and the title is displayed in a breadcrumb style where the subTittle is prominent."> & DefineSlot<"actionButtons", () => VNodeChild> & DefineEmit<"click:navigation", () => void> & DefineEmit<"click:close", () => void>;
|
5
5
|
declare const _default: (props: import("@omnia/fx/ux").ConstructComponentProps<AppBarProps>) => any;
|
6
6
|
export default _default;
|
@@ -1,6 +1,6 @@
|
|
1
1
|
import { DefineProp, DefinePropTheming, DefineSlot, DefineVModel, MaybeComputedRef, ValidationRule } from "@omnia/fx/ux";
|
2
2
|
import { VNodeChild } from "vue";
|
3
3
|
declare const emptyRules: any[];
|
4
|
-
type CheckboxProps = DefinePropTheming & DefineProp<"class", String | String[]> & DefineVModel<"", MaybeComputedRef<boolean> | Array<string>, false, null, true, "The v-model of the component"> & DefineProp<"rules", ValidationRule[], false, typeof emptyRules, "Accepts a mixed array of types function. Functions pass an input value as an argument and must return either true / false or a string containing an error message. The input field will enter an error state if a function returns (or any value in the array contains) false or is a string."> & DefineProp<"label", string, null, "Sets the label of the component."> & DefineProp<"value", any, null, "The value used when the component is selected in a group. If not provided, a unique ID will be used."> & DefineProp<"disabled", boolean, false, null, "Removes the ability to click or target the component."> & DefineProp<"hint", string, false, "", "Displays hint text below the input when focused.Force this always open with the persistent-hint property."> & DefineProp<"persistentHint", boolean, false, null, "Always show hint text."> & DefineSlot<"label", () => VNodeChild, "Slot used to customize the label.">;
|
4
|
+
type CheckboxProps = DefinePropTheming & DefineProp<"class", String | String[]> & DefineVModel<"", MaybeComputedRef<boolean> | Array<string>, false, null, true, "The v-model of the component"> & DefineProp<"rules", ValidationRule[], false, typeof emptyRules, "Accepts a mixed array of types function. Functions pass an input value as an argument and must return either true / false or a string containing an error message. The input field will enter an error state if a function returns (or any value in the array contains) false or is a string."> & DefineProp<"label", string, false, null, "Sets the label 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 used."> & DefineProp<"disabled", boolean, false, null, "Removes the ability to click or target the component."> & DefineProp<"hint", string, false, "", "Displays hint text below the input when focused.Force this always open with the persistent-hint property."> & DefineProp<"persistentHint", boolean, false, null, "Always show hint text."> & DefineSlot<"label", () => VNodeChild, "Slot used to customize the label.">;
|
5
5
|
declare const _default: (props: import("@omnia/fx/ux").ConstructComponentProps<CheckboxProps>) => any;
|
6
6
|
export default _default;
|
@@ -1,4 +1,4 @@
|
|
1
|
-
import {
|
1
|
+
import { DefinePropTheming, DefineProp, DefineVModel, DefineSlot } from "@omnia/fx/ux";
|
2
2
|
import { VNodeChild } from "vue";
|
3
3
|
export declare enum ColorType {
|
4
4
|
PrimaryColor = 1,
|
@@ -7,279 +7,6 @@ export declare enum ColorType {
|
|
7
7
|
CustomColor = 4
|
8
8
|
}
|
9
9
|
type ColorPickerVariant = "default" | "blade";
|
10
|
-
|
11
|
-
|
12
|
-
"v-slots": import("vue").Prop<{
|
13
|
-
default?: import("../../DefineVueTypings").Slot;
|
14
|
-
} & {
|
15
|
-
activator?: Func<[VNodeChild]>;
|
16
|
-
}>;
|
17
|
-
disabled: {
|
18
|
-
type: import("vue").PropType<boolean>;
|
19
|
-
required: false;
|
20
|
-
};
|
21
|
-
show: {
|
22
|
-
type: import("vue").PropType<boolean>;
|
23
|
-
};
|
24
|
-
selectedColorAsLabel: {
|
25
|
-
type: import("vue").PropType<boolean>;
|
26
|
-
};
|
27
|
-
labelColor: {
|
28
|
-
type: import("vue").PropType<string>;
|
29
|
-
};
|
30
|
-
label: {
|
31
|
-
type: import("vue").PropType<string>;
|
32
|
-
};
|
33
|
-
variant: {
|
34
|
-
type: import("vue").PropType<ColorPickerVariant>;
|
35
|
-
};
|
36
|
-
"onUpdate:modelValue": {
|
37
|
-
type: import("vue").PropType<(value: string) => any | void>;
|
38
|
-
};
|
39
|
-
"v-model": {
|
40
|
-
type: import("vue").PropType<string>;
|
41
|
-
required: false;
|
42
|
-
};
|
43
|
-
modelValue: {
|
44
|
-
type: import("vue").PropType<string>;
|
45
|
-
required: false;
|
46
|
-
};
|
47
|
-
toned: {
|
48
|
-
type: import("vue").PropType<boolean>;
|
49
|
-
};
|
50
|
-
class: {
|
51
|
-
type: import("vue").PropType<String | String[]>;
|
52
|
-
required: boolean;
|
53
|
-
};
|
54
|
-
colorSchemaType: {
|
55
|
-
type: import("vue").PropType<import("@omnia/fx-models").ColorSchemaTypes | import("@omnia/fx-models").ColorSchemaType>;
|
56
|
-
required: boolean;
|
57
|
-
};
|
58
|
-
container: {
|
59
|
-
type: BooleanConstructor;
|
60
|
-
required: boolean;
|
61
|
-
};
|
62
|
-
colors: {
|
63
|
-
type: import("vue").PropType<import("@omnia/fx/ux").ColorSchemaStoreType>;
|
64
|
-
required: boolean;
|
65
|
-
};
|
66
|
-
}>> & {
|
67
|
-
"onUpdate:modelValue"?: (color: string) => any;
|
68
|
-
}, () => JSX.Element, unknown, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {
|
69
|
-
"update:modelValue": (color: string) => void;
|
70
|
-
}, import("vue").VNodeProps & import("vue").AllowedComponentProps & import("vue").ComponentCustomProps & Readonly<import("vue").ExtractPropTypes<{
|
71
|
-
"v-slots": import("vue").Prop<{
|
72
|
-
default?: import("../../DefineVueTypings").Slot;
|
73
|
-
} & {
|
74
|
-
activator?: Func<[VNodeChild]>;
|
75
|
-
}>;
|
76
|
-
disabled: {
|
77
|
-
type: import("vue").PropType<boolean>;
|
78
|
-
required: false;
|
79
|
-
};
|
80
|
-
show: {
|
81
|
-
type: import("vue").PropType<boolean>;
|
82
|
-
};
|
83
|
-
selectedColorAsLabel: {
|
84
|
-
type: import("vue").PropType<boolean>;
|
85
|
-
};
|
86
|
-
labelColor: {
|
87
|
-
type: import("vue").PropType<string>;
|
88
|
-
};
|
89
|
-
label: {
|
90
|
-
type: import("vue").PropType<string>;
|
91
|
-
};
|
92
|
-
variant: {
|
93
|
-
type: import("vue").PropType<ColorPickerVariant>;
|
94
|
-
};
|
95
|
-
"onUpdate:modelValue": {
|
96
|
-
type: import("vue").PropType<(value: string) => any | void>;
|
97
|
-
};
|
98
|
-
"v-model": {
|
99
|
-
type: import("vue").PropType<string>;
|
100
|
-
required: false;
|
101
|
-
};
|
102
|
-
modelValue: {
|
103
|
-
type: import("vue").PropType<string>;
|
104
|
-
required: false;
|
105
|
-
};
|
106
|
-
toned: {
|
107
|
-
type: import("vue").PropType<boolean>;
|
108
|
-
};
|
109
|
-
class: {
|
110
|
-
type: import("vue").PropType<String | String[]>;
|
111
|
-
required: boolean;
|
112
|
-
};
|
113
|
-
colorSchemaType: {
|
114
|
-
type: import("vue").PropType<import("@omnia/fx-models").ColorSchemaTypes | import("@omnia/fx-models").ColorSchemaType>;
|
115
|
-
required: boolean;
|
116
|
-
};
|
117
|
-
container: {
|
118
|
-
type: BooleanConstructor;
|
119
|
-
required: boolean;
|
120
|
-
};
|
121
|
-
colors: {
|
122
|
-
type: import("vue").PropType<import("@omnia/fx/ux").ColorSchemaStoreType>;
|
123
|
-
required: boolean;
|
124
|
-
};
|
125
|
-
}>> & {
|
126
|
-
"onUpdate:modelValue"?: (color: string) => any;
|
127
|
-
}, {
|
128
|
-
container: boolean;
|
129
|
-
}, true, {}, {}, {
|
130
|
-
P: {};
|
131
|
-
B: {};
|
132
|
-
D: {};
|
133
|
-
C: {};
|
134
|
-
M: {};
|
135
|
-
Defaults: {};
|
136
|
-
}, Readonly<import("vue").ExtractPropTypes<{
|
137
|
-
"v-slots": import("vue").Prop<{
|
138
|
-
default?: import("../../DefineVueTypings").Slot;
|
139
|
-
} & {
|
140
|
-
activator?: Func<[VNodeChild]>;
|
141
|
-
}>;
|
142
|
-
disabled: {
|
143
|
-
type: import("vue").PropType<boolean>;
|
144
|
-
required: false;
|
145
|
-
};
|
146
|
-
show: {
|
147
|
-
type: import("vue").PropType<boolean>;
|
148
|
-
};
|
149
|
-
selectedColorAsLabel: {
|
150
|
-
type: import("vue").PropType<boolean>;
|
151
|
-
};
|
152
|
-
labelColor: {
|
153
|
-
type: import("vue").PropType<string>;
|
154
|
-
};
|
155
|
-
label: {
|
156
|
-
type: import("vue").PropType<string>;
|
157
|
-
};
|
158
|
-
variant: {
|
159
|
-
type: import("vue").PropType<ColorPickerVariant>;
|
160
|
-
};
|
161
|
-
"onUpdate:modelValue": {
|
162
|
-
type: import("vue").PropType<(value: string) => any | void>;
|
163
|
-
};
|
164
|
-
"v-model": {
|
165
|
-
type: import("vue").PropType<string>;
|
166
|
-
required: false;
|
167
|
-
};
|
168
|
-
modelValue: {
|
169
|
-
type: import("vue").PropType<string>;
|
170
|
-
required: false;
|
171
|
-
};
|
172
|
-
toned: {
|
173
|
-
type: import("vue").PropType<boolean>;
|
174
|
-
};
|
175
|
-
class: {
|
176
|
-
type: import("vue").PropType<String | String[]>;
|
177
|
-
required: boolean;
|
178
|
-
};
|
179
|
-
colorSchemaType: {
|
180
|
-
type: import("vue").PropType<import("@omnia/fx-models").ColorSchemaTypes | import("@omnia/fx-models").ColorSchemaType>;
|
181
|
-
required: boolean;
|
182
|
-
};
|
183
|
-
container: {
|
184
|
-
type: BooleanConstructor;
|
185
|
-
required: boolean;
|
186
|
-
};
|
187
|
-
colors: {
|
188
|
-
type: import("vue").PropType<import("@omnia/fx/ux").ColorSchemaStoreType>;
|
189
|
-
required: boolean;
|
190
|
-
};
|
191
|
-
}>> & {
|
192
|
-
"onUpdate:modelValue"?: (color: string) => any;
|
193
|
-
}, () => JSX.Element, {}, {}, {}, {
|
194
|
-
container: boolean;
|
195
|
-
}>;
|
196
|
-
__isFragment?: never;
|
197
|
-
__isTeleport?: never;
|
198
|
-
__isSuspense?: never;
|
199
|
-
} & import("vue").ComponentOptionsBase<Readonly<import("vue").ExtractPropTypes<{
|
200
|
-
"v-slots": import("vue").Prop<{
|
201
|
-
default?: import("../../DefineVueTypings").Slot;
|
202
|
-
} & {
|
203
|
-
activator?: Func<[VNodeChild]>;
|
204
|
-
}>;
|
205
|
-
disabled: {
|
206
|
-
type: import("vue").PropType<boolean>;
|
207
|
-
required: false;
|
208
|
-
};
|
209
|
-
show: {
|
210
|
-
type: import("vue").PropType<boolean>;
|
211
|
-
};
|
212
|
-
selectedColorAsLabel: {
|
213
|
-
type: import("vue").PropType<boolean>;
|
214
|
-
};
|
215
|
-
labelColor: {
|
216
|
-
type: import("vue").PropType<string>;
|
217
|
-
};
|
218
|
-
label: {
|
219
|
-
type: import("vue").PropType<string>;
|
220
|
-
};
|
221
|
-
variant: {
|
222
|
-
type: import("vue").PropType<ColorPickerVariant>;
|
223
|
-
};
|
224
|
-
"onUpdate:modelValue": {
|
225
|
-
type: import("vue").PropType<(value: string) => any | void>;
|
226
|
-
};
|
227
|
-
"v-model": {
|
228
|
-
type: import("vue").PropType<string>;
|
229
|
-
required: false;
|
230
|
-
};
|
231
|
-
modelValue: {
|
232
|
-
type: import("vue").PropType<string>;
|
233
|
-
required: false;
|
234
|
-
};
|
235
|
-
toned: {
|
236
|
-
type: import("vue").PropType<boolean>;
|
237
|
-
};
|
238
|
-
class: {
|
239
|
-
type: import("vue").PropType<String | String[]>;
|
240
|
-
required: boolean;
|
241
|
-
};
|
242
|
-
colorSchemaType: {
|
243
|
-
type: import("vue").PropType<import("@omnia/fx-models").ColorSchemaTypes | import("@omnia/fx-models").ColorSchemaType>;
|
244
|
-
required: boolean;
|
245
|
-
};
|
246
|
-
container: {
|
247
|
-
type: BooleanConstructor;
|
248
|
-
required: boolean;
|
249
|
-
};
|
250
|
-
colors: {
|
251
|
-
type: import("vue").PropType<import("@omnia/fx/ux").ColorSchemaStoreType>;
|
252
|
-
required: boolean;
|
253
|
-
};
|
254
|
-
}>> & {
|
255
|
-
"onUpdate:modelValue"?: (color: string) => any;
|
256
|
-
}, () => JSX.Element, unknown, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {
|
257
|
-
"update:modelValue": (color: string) => void;
|
258
|
-
}, string, {
|
259
|
-
container: boolean;
|
260
|
-
}, {}, string, {}> & import("vue").VNodeProps & import("vue").AllowedComponentProps & import("vue").ComponentCustomProps & {
|
261
|
-
propsDefinition: Omit<Readonly<{} & {
|
262
|
-
container?: boolean;
|
263
|
-
class?: String | String[];
|
264
|
-
label?: string;
|
265
|
-
show?: boolean;
|
266
|
-
disabled?: boolean;
|
267
|
-
colorSchemaType?: "background" | "primary" | "secondary" | import("@omnia/fx-models").ColorSchemaTypes | "accent1" | "accent2" | "accent3" | "accent4" | "accent5" | "neutral" | "warning" | "notification" | "error" | "info" | "success" | "dynamic";
|
268
|
-
toned?: boolean;
|
269
|
-
colors?: import("@omnia/fx/ux").ColorSchemaStoreType;
|
270
|
-
modelValue?: string;
|
271
|
-
"v-model"?: string;
|
272
|
-
"onUpdate:modelValue"?: (value: string) => any | void;
|
273
|
-
"v-slots"?: {
|
274
|
-
default?: import("../../DefineVueTypings").Slot;
|
275
|
-
} & {
|
276
|
-
activator?: Func<[VNodeChild]>;
|
277
|
-
};
|
278
|
-
variant?: ColorPickerVariant;
|
279
|
-
labelColor?: string;
|
280
|
-
selectedColorAsLabel?: boolean;
|
281
|
-
}>, "onUpdate:modelValue"> & {
|
282
|
-
"onUpdate:modelValue"?: (color: string) => any;
|
283
|
-
};
|
284
|
-
};
|
10
|
+
type ColorPickerProps = DefinePropTheming & DefineProp<"class", String | String[]> & DefineProp<"toned", boolean, false, false, "Toned color picker."> & DefineVModel<"", string, false, null, false, "The v-model of the component."> & DefineProp<"variant", ColorPickerVariant, false, null, "The variant of the color picker."> & DefineProp<"label", string, false, null, "Specifies the label to display on the component."> & DefineProp<"labelColor", string, false, null, "Specifies the color of the label."> & DefineProp<"selectedColorAsLabel", boolean, false, false, "Displays the selected color on the label."> & DefineProp<"show", boolean, false, false, "Control show/hide of the color picker."> & DefineProp<"disabled", boolean, false, false, "Removed the ability to interact with the component."> & DefineSlot<"activator", () => VNodeChild>;
|
11
|
+
declare const _default: (props: import("@omnia/fx/ux").ConstructComponentProps<ColorPickerProps>) => any;
|
285
12
|
export default _default;
|
@@ -1,2 +1,6 @@
|
|
1
|
-
|
1
|
+
import { DefineProp, DefinePropTheming, DefineSlot, DefineVModel } from "@omnia/fx/ux";
|
2
|
+
import { VNodeChild } from "vue";
|
3
|
+
import { Anchor } from "vuetify/util";
|
4
|
+
type DatePickerProps = DefinePropTheming & DefineVModel<"", Date | Array<Date>, false, null, true, "The date picker model."> & DefineProp<"elevation", string | number, false, null, "Designates an elevation applied to the component between 0 and 24."> & DefineProp<"range", boolean, false, false, "Allow selecting a range of dates."> & DefineProp<"disabled", boolean, false, false, "Removes the ability to click or target the component."> & DefineProp<"showAdjacentMonths", boolean, false, false, "Toggles visibility of days from previous and next months."> & DefineProp<"showWeek", boolean, false, false, "Toggles visibility of the week numbers in the body of the calendar."> & DefineProp<"locale", string, false, null, "Specify the locale code to support a specific language."> & DefineProp<"inputMode", "keyboard" | "calendar", false, "calendar", "Toggles between showing dates or inputs."> & DefineProp<"allowedDates", ((date: unknown) => boolean) | unknown[], false, null, "Restricts which dates can be selected."> & DefineProp<"location", Anchor, false, null, "Specifies the component's location. Can combine by using a space separated string."> & DefineProp<"position", "static" | "relative" | "fixed" | "absolute" | "sticky", false, null, "Sets the position for the component."> & DefineSlot<"actions", () => VNodeChild>;
|
5
|
+
declare const _default: (props: import("@omnia/fx/ux").ConstructComponentProps<DatePickerProps>) => any;
|
2
6
|
export default _default;
|