@omnia/fx 8.0.393-dev → 8.0.395-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/core/http/HttpClient.d.ts +1 -0
- package/internal-do-not-import-from-here/manifests/omnia.fx.ux.manifest.json +1 -1
- package/internal-do-not-import-from-here/ux/admin/settings/blades/mediapicker/store/SettingsBladeStore.d.ts +3 -0
- package/internal-do-not-import-from-here/ux/admin/usermanagement/loc/localize.d.ts +1 -1
- package/internal-do-not-import-from-here/ux/admin/usermanagement/shared/UserAuthenticationBlade.d.ts +5 -2
- package/internal-do-not-import-from-here/ux/admin/usermanagement/shared/UserQueryStore.d.ts +62 -13
- package/internal-do-not-import-from-here/ux/admin/usermanagement/users/active/BulkImportBlade.d.ts +2 -7
- package/internal-do-not-import-from-here/ux/aurora/admin/blades/blueprints/{components/store → store}/ComponentEditorStore.d.ts +0 -29
- package/internal-do-not-import-from-here/ux/aurora/admin/blades/fills/ContainerFillsBlade.stylex.d.ts +3 -0
- package/internal-do-not-import-from-here/ux/aurora/admin/blades/fills/store/ContainerFillsEditorStore.d.ts +32 -0
- package/internal-do-not-import-from-here/ux/aurora/admin/blades/fills/store/FillsEditorStore.d.ts +92 -0
- package/internal-do-not-import-from-here/ux/aurora/admin/blades/fills/store/TextFillsEditorStore.d.ts +32 -0
- package/internal-do-not-import-from-here/ux/aurora/admin/blades/fills/textBlades/TextFillsBlade.d.ts +22 -0
- package/internal-do-not-import-from-here/ux/aurora/admin/blades/themes/store/ThemeEditorStore.d.ts +12 -3
- package/internal-do-not-import-from-here/ux/aurora/admin/blades/typography/TypographyJourney.d.ts +22 -0
- package/internal-do-not-import-from-here/ux/aurora/admin/blades/typography/blades/EditTypographyDefinitionBlade.d.ts +16 -0
- package/internal-do-not-import-from-here/ux/aurora/admin/blades/typography/blades/EditTypographyFillBlade.d.ts +16 -0
- package/internal-do-not-import-from-here/ux/aurora/admin/blades/{blueprints/typography → typography}/components/FontPicker.d.ts +25 -25
- package/internal-do-not-import-from-here/ux/aurora/components/backgroundstyle/BackgroundStyleViewer.d.ts +10 -0
- package/internal-do-not-import-from-here/ux/aurora/components/colorpickerV2/ColorPicker.d.ts +4 -4
- package/internal-do-not-import-from-here/ux/aurora/components/colorschemapicker/ColorSchemaDefinitionPicker.d.ts +31 -326
- package/internal-do-not-import-from-here/ux/aurora/components/colorschemapicker/ColorSchemaViewer.d.ts +1 -1
- package/internal-do-not-import-from-here/ux/aurora/components/colorschemapicker/store/ColorSchemaDefinitionPickerStore.d.ts +23 -0
- package/internal-do-not-import-from-here/ux/aurora/components/containerFillpicker/ContainerFillBlueprints.stylex.d.ts +3 -0
- package/internal-do-not-import-from-here/ux/aurora/components/containerFillpicker/ContainerFillBlueprintsPicker.d.ts +24 -0
- package/internal-do-not-import-from-here/ux/aurora/components/containerFillpicker/ContainerFillStyleEditor.d.ts +25 -0
- package/internal-do-not-import-from-here/ux/aurora/components/placeholder/Placeholder.d.ts +13 -0
- package/internal-do-not-import-from-here/ux/aurora/components/placeholder/Placeholder.stylex.d.ts +5 -0
- package/internal-do-not-import-from-here/ux/aurora/components/spacingpicker/SpacingBlueprintPicker.d.ts +24 -0
- package/internal-do-not-import-from-here/ux/aurora/components/spacingpicker/SpacingBlueprintPicker.stylex.d.ts +3 -0
- package/internal-do-not-import-from-here/ux/aurora/components/spacingpicker/SpacingViewer.d.ts +14 -292
- package/internal-do-not-import-from-here/ux/aurora/components/textcolorpicker/TextColorBlueprints.stylex.d.ts +3 -0
- package/internal-do-not-import-from-here/ux/aurora/components/textcolorpicker/TextColorBlueprintsPicker.d.ts +24 -0
- package/internal-do-not-import-from-here/ux/aurora/components/typography/TypographyBlueprintPicker.d.ts +24 -0
- package/internal-do-not-import-from-here/ux/aurora/components/typography/TypographyBlueprintsViewer.css.d.ts +1 -0
- package/internal-do-not-import-from-here/ux/aurora/components/typography/TypographyBlueprintsViewer.d.ts +5 -7
- package/internal-do-not-import-from-here/ux/fileuploader/FileUploader.d.ts +30 -162
- package/internal-do-not-import-from-here/ux/journey/BlabeContext.d.ts +9 -8
- package/internal-do-not-import-from-here/ux/journey/DefineBlade.d.ts +3 -3
- package/internal-do-not-import-from-here/ux/journey/JourneyBlade.css.d.ts +0 -3
- package/internal-do-not-import-from-here/ux/journey/JourneyBlade.d.ts +2 -2
- package/internal-do-not-import-from-here/ux/journey/journeyfilter/JourneyFilterDialog.d.ts +7 -9
- package/internal-do-not-import-from-here/ux/journey/models/BladeInstance.d.ts +7 -1
- package/internal-do-not-import-from-here/ux/journey/selection/JourneySelect.d.ts +1 -1
- package/internal-do-not-import-from-here/ux/journey/stores/JourneySelectStore.d.ts +9 -0
- package/internal-do-not-import-from-here/ux/journey/stores/JourneyStore.d.ts +4 -1
- package/internal-do-not-import-from-here/ux/languagepicker/LanguagePicker.d.ts +112 -72
- package/internal-do-not-import-from-here/ux/layoutcanvas/editor/settings/section/items/SectionItemListing.d.ts +2 -2
- package/internal-do-not-import-from-here/ux/mediapickerV2/mediaprovider/MediaProvider.d.ts +1 -1
- package/internal-do-not-import-from-here/ux/models/DataTable.d.ts +14 -0
- package/internal-do-not-import-from-here/ux/oxide/actionmenu/ActionMenu.d.ts +1 -1
- package/internal-do-not-import-from-here/ux/oxide/colorpicker/ColorPicker.d.ts +1 -1
- package/internal-do-not-import-from-here/ux/oxide/datatable/CellRenderer.d.ts +3 -1
- package/internal-do-not-import-from-here/ux/oxide/datatable/DataTable.d.ts +2 -2
- package/internal-do-not-import-from-here/ux/oxide/datatable/RowRenderer.d.ts +5 -1
- package/internal-do-not-import-from-here/ux/oxide/dialog/Dialog.d.ts +1 -1
- package/internal-do-not-import-from-here/ux/oxide/list/ListItem.d.ts +2 -2
- package/internal-do-not-import-from-here/ux/oxide/picker/Picker.d.ts +1 -1
- package/internal-do-not-import-from-here/ux/oxide/picker/PickerSelection.d.ts +4 -3
- package/internal-do-not-import-from-here/ux/oxide/select/Select.d.ts +3 -3
- package/internal-do-not-import-from-here/ux/oxide/select/Select.stylex.d.ts +3 -0
- package/internal-do-not-import-from-here/ux/oxide/select/store/MultiSelectStore.d.ts +35 -0
- package/internal-do-not-import-from-here/ux/oxide/selection/Selection.d.ts +16 -0
- package/internal-do-not-import-from-here/ux/oxide/selection/Selection.stylex.d.ts +6 -0
- package/internal-do-not-import-from-here/ux/oxide/selection/docs/ExampleComponents.d.ts +1 -0
- package/internal-do-not-import-from-here/ux/oxide/selection/docs/index.d.ts +1 -0
- package/internal-do-not-import-from-here/ux/oxide/selection/store/SelectionStore.d.ts +35 -0
- package/internal-do-not-import-from-here/ux/oxide/treeview/OTreeViewV3.d.ts +1 -1
- package/internal-do-not-import-from-here/wctypings.d.ts +94 -34
- package/package.json +3 -3
- package/internal-do-not-import-from-here/ux/aurora/admin/blades/blueprints/components/store/ContainerFillsEditorStore.d.ts +0 -29
- package/internal-do-not-import-from-here/ux/aurora/components/containerFillpicker/ContainerBlueprintsViewer.d.ts +0 -26
- package/internal-do-not-import-from-here/ux/aurora/components/themepicker/ThemeEditor.d.ts +0 -27
- package/internal-do-not-import-from-here/ux/aurora/components/themepicker/store/ThemeEditorStore.d.ts +0 -26
- package/internal-do-not-import-from-here/ux/journey/selection/JourneySelectedRenderer.d.ts +0 -12
- /package/internal-do-not-import-from-here/ux/aurora/admin/blades/blueprints/{components/ComponentsJourney.d.ts → BlueprintsJourney.d.ts} +0 -0
- /package/internal-do-not-import-from-here/ux/aurora/admin/blades/blueprints/{components/blades → blades}/AddBlueprint.d.ts +0 -0
- /package/internal-do-not-import-from-here/ux/aurora/admin/blades/blueprints/{components/blades → blades}/BlueprintPreview.d.ts +0 -0
- /package/internal-do-not-import-from-here/ux/aurora/admin/blades/blueprints/{components/blades → blades}/ButtonBladeEdit.d.ts +0 -0
- /package/internal-do-not-import-from-here/ux/aurora/admin/blades/blueprints/{components/blades → blades}/ButtonsBlade.d.ts +0 -0
- /package/internal-do-not-import-from-here/ux/aurora/admin/blades/blueprints/{components/blades → blades}/EditBlueprints.d.ts +0 -0
- /package/internal-do-not-import-from-here/ux/aurora/admin/blades/blueprints/{components/blades → blades}/HeaderBlade.d.ts +0 -0
- /package/internal-do-not-import-from-here/ux/aurora/admin/blades/blueprints/{components/blades → blades}/HeaderBladeEdit.d.ts +0 -0
- /package/internal-do-not-import-from-here/ux/aurora/admin/blades/blueprints/{components/blades → blades}/IconsBlade.d.ts +0 -0
- /package/internal-do-not-import-from-here/ux/aurora/admin/blades/blueprints/{components/blades → blades}/IconsBladeEdit.d.ts +0 -0
- /package/internal-do-not-import-from-here/ux/aurora/admin/blades/blueprints/{components/blades → blades}/InputBlade.d.ts +0 -0
- /package/internal-do-not-import-from-here/ux/aurora/admin/blades/blueprints/{components/blades → blades}/InputBladeEdit.d.ts +0 -0
- /package/internal-do-not-import-from-here/ux/aurora/admin/blades/blueprints/{components/blades → blades}/TabBlade.d.ts +0 -0
- /package/internal-do-not-import-from-here/ux/aurora/admin/blades/blueprints/{components/blades → blades}/TabBladeEdit.d.ts +0 -0
- /package/internal-do-not-import-from-here/ux/aurora/admin/blades/blueprints/{components/store → store}/ButtonsEditorStore.d.ts +0 -0
- /package/internal-do-not-import-from-here/ux/aurora/admin/blades/blueprints/{components/store → store}/HeaderEditorStore.d.ts +0 -0
- /package/internal-do-not-import-from-here/ux/aurora/admin/blades/blueprints/{components/store → store}/IconsEditorStore.d.ts +0 -0
- /package/internal-do-not-import-from-here/ux/aurora/admin/blades/blueprints/{components/store → store}/InputEditorStore.d.ts +0 -0
- /package/internal-do-not-import-from-here/ux/aurora/admin/blades/blueprints/{components/store → store}/TabsEditorStore.d.ts +0 -0
- /package/internal-do-not-import-from-here/ux/aurora/admin/blades/{blueprints/components/blades/ContainerFillsBladeEdit.d.ts → fills/FillsJourney.d.ts} +0 -0
- /package/internal-do-not-import-from-here/ux/aurora/admin/blades/{blueprints/typography/TypographyJourney.d.ts → fills/containerBlades/ContainerFillsBlade.d.ts} +0 -0
- /package/internal-do-not-import-from-here/ux/aurora/admin/blades/{blueprints/components/blades/ContainersFillsBlade.d.ts → fills/containerBlades/ContainerFillsEditBlade.d.ts} +0 -0
- /package/internal-do-not-import-from-here/ux/aurora/admin/blades/{blueprints/spacing/SpacingJourney.d.ts → fills/textBlades/TextFillsEditBlade.d.ts} +0 -0
- /package/internal-do-not-import-from-here/ux/aurora/admin/blades/{blueprints/spacing/blades/EditSpacingBlueprintBlade.d.ts → spacing/SpacingJourney.d.ts} +0 -0
- /package/internal-do-not-import-from-here/ux/aurora/admin/blades/{blueprints/spacing/blades/EditSpacingDefinitionBlade.d.ts → spacing/blades/EditSpacingBlueprintBlade.d.ts} +0 -0
- /package/internal-do-not-import-from-here/ux/aurora/admin/blades/{blueprints/typography/blades/EditTypographyBlueprintBlade.d.ts → spacing/blades/EditSpacingDefinitionBlade.d.ts} +0 -0
- /package/internal-do-not-import-from-here/ux/aurora/admin/blades/{blueprints/spacing → spacing}/store/SpacingEditorStore.d.ts +0 -0
- /package/internal-do-not-import-from-here/ux/aurora/admin/blades/{blueprints/typography/blades/EditTypographyDefinitionBlade.d.ts → themes/blades/EditColorSchemasBlade.d.ts} +0 -0
- /package/internal-do-not-import-from-here/ux/aurora/admin/blades/{blueprints/typography/blades/EditTypographyFillBlade.d.ts → typography/blades/EditTypographyBlueprintBlade.d.ts} +0 -0
- /package/internal-do-not-import-from-here/ux/aurora/admin/blades/{blueprints/typography → typography}/components/FontPicker.css.d.ts +0 -0
- /package/internal-do-not-import-from-here/ux/aurora/admin/blades/{blueprints/typography → typography}/components/FontRegistration.d.ts +0 -0
- /package/internal-do-not-import-from-here/ux/aurora/admin/blades/{blueprints/typography → typography}/store/TypographyEditorStore.d.ts +0 -0
- /package/internal-do-not-import-from-here/ux/{admin/usermanagement/users/pending_approval/DetailBlade.d.ts → oxide/selection/docs/SampleComponent.d.ts} +0 -0
@@ -7,7 +7,7 @@ export declare enum FontAddition {
|
|
7
7
|
declare const _default: {
|
8
8
|
new (...args: any[]): import("vue").CreateComponentPublicInstanceWithMixins<Readonly<import("vue").ExtractPropTypes<{
|
9
9
|
"v-slots": import("vue").Prop<{
|
10
|
-
default?: import("
|
10
|
+
default?: import("../../../../../DefineVueTypings").Slot;
|
11
11
|
} & {
|
12
12
|
activator?: () => VNodeChild;
|
13
13
|
}>;
|
@@ -22,16 +22,16 @@ declare const _default: {
|
|
22
22
|
type: import("vue").PropType<string>;
|
23
23
|
required: false;
|
24
24
|
};
|
25
|
-
name: <TName extends string>(n?: TName) => { [key in import("
|
25
|
+
name: <TName extends string>(n?: TName) => { [key in import("../../../../../DefineVueTypings").VModelEmitsInJsxElement<TName>]: {
|
26
26
|
type: import("vue").PropType<(value: string) => any | void>;
|
27
|
-
}; } & { [key_1 in import("
|
27
|
+
}; } & { [key_1 in import("../../../../../DefineVueTypings").VModelKeyNameInJsxElement<TName>]: {
|
28
28
|
type: import("vue").PropType<string>;
|
29
29
|
required: false;
|
30
|
-
}; } & { [key_2 in import("
|
30
|
+
}; } & { [key_2 in import("../../../../../DefineVueTypings").VModelKeyNameInProps<TName>]: {
|
31
31
|
type: import("vue").PropType<string>;
|
32
32
|
required: false;
|
33
33
|
}; } & {
|
34
|
-
require(): import("
|
34
|
+
require(): import("../../../../../DefineVueTypings").DefinePropModelRequire<TName, string, {
|
35
35
|
"onUpdate:modelValue": {
|
36
36
|
type: import("vue").PropType<(value: string) => any | void>;
|
37
37
|
};
|
@@ -46,7 +46,7 @@ declare const _default: {
|
|
46
46
|
required: false;
|
47
47
|
};
|
48
48
|
}>;
|
49
|
-
defaultValue(value?: string): import("
|
49
|
+
defaultValue(value?: string): import("../../../../../DefineVueTypings").DefinePropModelDefaultValue<TName, string, {
|
50
50
|
"onUpdate:modelValue": {
|
51
51
|
type: import("vue").PropType<(value: string) => any | void>;
|
52
52
|
};
|
@@ -61,7 +61,7 @@ declare const _default: {
|
|
61
61
|
required: false;
|
62
62
|
};
|
63
63
|
}, false>;
|
64
|
-
doc$(description?: string): import("
|
64
|
+
doc$(description?: string): import("../../../../../DefineVueTypings").DefinePropModelDoc<TName, string, {
|
65
65
|
"onUpdate:modelValue": {
|
66
66
|
type: import("vue").PropType<(value: string) => any | void>;
|
67
67
|
};
|
@@ -90,7 +90,7 @@ declare const _default: {
|
|
90
90
|
Defaults: {};
|
91
91
|
}, Readonly<import("vue").ExtractPropTypes<{
|
92
92
|
"v-slots": import("vue").Prop<{
|
93
|
-
default?: import("
|
93
|
+
default?: import("../../../../../DefineVueTypings").Slot;
|
94
94
|
} & {
|
95
95
|
activator?: () => VNodeChild;
|
96
96
|
}>;
|
@@ -105,16 +105,16 @@ declare const _default: {
|
|
105
105
|
type: import("vue").PropType<string>;
|
106
106
|
required: false;
|
107
107
|
};
|
108
|
-
name: <TName extends string>(n?: TName) => { [key in import("
|
108
|
+
name: <TName extends string>(n?: TName) => { [key in import("../../../../../DefineVueTypings").VModelEmitsInJsxElement<TName>]: {
|
109
109
|
type: import("vue").PropType<(value: string) => any | void>;
|
110
|
-
}; } & { [key_1 in import("
|
110
|
+
}; } & { [key_1 in import("../../../../../DefineVueTypings").VModelKeyNameInJsxElement<TName>]: {
|
111
111
|
type: import("vue").PropType<string>;
|
112
112
|
required: false;
|
113
|
-
}; } & { [key_2 in import("
|
113
|
+
}; } & { [key_2 in import("../../../../../DefineVueTypings").VModelKeyNameInProps<TName>]: {
|
114
114
|
type: import("vue").PropType<string>;
|
115
115
|
required: false;
|
116
116
|
}; } & {
|
117
|
-
require(): import("
|
117
|
+
require(): import("../../../../../DefineVueTypings").DefinePropModelRequire<TName, string, {
|
118
118
|
"onUpdate:modelValue": {
|
119
119
|
type: import("vue").PropType<(value: string) => any | void>;
|
120
120
|
};
|
@@ -129,7 +129,7 @@ declare const _default: {
|
|
129
129
|
required: false;
|
130
130
|
};
|
131
131
|
}>;
|
132
|
-
defaultValue(value?: string): import("
|
132
|
+
defaultValue(value?: string): import("../../../../../DefineVueTypings").DefinePropModelDefaultValue<TName, string, {
|
133
133
|
"onUpdate:modelValue": {
|
134
134
|
type: import("vue").PropType<(value: string) => any | void>;
|
135
135
|
};
|
@@ -144,7 +144,7 @@ declare const _default: {
|
|
144
144
|
required: false;
|
145
145
|
};
|
146
146
|
}, false>;
|
147
|
-
doc$(description?: string): import("
|
147
|
+
doc$(description?: string): import("../../../../../DefineVueTypings").DefinePropModelDoc<TName, string, {
|
148
148
|
"onUpdate:modelValue": {
|
149
149
|
type: import("vue").PropType<(value: string) => any | void>;
|
150
150
|
};
|
@@ -168,7 +168,7 @@ declare const _default: {
|
|
168
168
|
__isSuspense?: never;
|
169
169
|
} & import("vue").ComponentOptionsBase<Readonly<import("vue").ExtractPropTypes<{
|
170
170
|
"v-slots": import("vue").Prop<{
|
171
|
-
default?: import("
|
171
|
+
default?: import("../../../../../DefineVueTypings").Slot;
|
172
172
|
} & {
|
173
173
|
activator?: () => VNodeChild;
|
174
174
|
}>;
|
@@ -183,16 +183,16 @@ declare const _default: {
|
|
183
183
|
type: import("vue").PropType<string>;
|
184
184
|
required: false;
|
185
185
|
};
|
186
|
-
name: <TName extends string>(n?: TName) => { [key in import("
|
186
|
+
name: <TName extends string>(n?: TName) => { [key in import("../../../../../DefineVueTypings").VModelEmitsInJsxElement<TName>]: {
|
187
187
|
type: import("vue").PropType<(value: string) => any | void>;
|
188
|
-
}; } & { [key_1 in import("
|
188
|
+
}; } & { [key_1 in import("../../../../../DefineVueTypings").VModelKeyNameInJsxElement<TName>]: {
|
189
189
|
type: import("vue").PropType<string>;
|
190
190
|
required: false;
|
191
|
-
}; } & { [key_2 in import("
|
191
|
+
}; } & { [key_2 in import("../../../../../DefineVueTypings").VModelKeyNameInProps<TName>]: {
|
192
192
|
type: import("vue").PropType<string>;
|
193
193
|
required: false;
|
194
194
|
}; } & {
|
195
|
-
require(): import("
|
195
|
+
require(): import("../../../../../DefineVueTypings").DefinePropModelRequire<TName, string, {
|
196
196
|
"onUpdate:modelValue": {
|
197
197
|
type: import("vue").PropType<(value: string) => any | void>;
|
198
198
|
};
|
@@ -207,7 +207,7 @@ declare const _default: {
|
|
207
207
|
required: false;
|
208
208
|
};
|
209
209
|
}>;
|
210
|
-
defaultValue(value?: string): import("
|
210
|
+
defaultValue(value?: string): import("../../../../../DefineVueTypings").DefinePropModelDefaultValue<TName, string, {
|
211
211
|
"onUpdate:modelValue": {
|
212
212
|
type: import("vue").PropType<(value: string) => any | void>;
|
213
213
|
};
|
@@ -222,7 +222,7 @@ declare const _default: {
|
|
222
222
|
required: false;
|
223
223
|
};
|
224
224
|
}, false>;
|
225
|
-
doc$(description?: string): import("
|
225
|
+
doc$(description?: string): import("../../../../../DefineVueTypings").DefinePropModelDoc<TName, string, {
|
226
226
|
"onUpdate:modelValue": {
|
227
227
|
type: import("vue").PropType<(value: string) => any | void>;
|
228
228
|
};
|
@@ -259,7 +259,7 @@ declare const _default: {
|
|
259
259
|
required: false;
|
260
260
|
};
|
261
261
|
} & {
|
262
|
-
require(): import("
|
262
|
+
require(): import("../../../../../DefineVueTypings").DefinePropModelRequire<string, string, {
|
263
263
|
"onUpdate:modelValue": {
|
264
264
|
type: import("vue").PropType<(value: string) => any | void>;
|
265
265
|
};
|
@@ -274,7 +274,7 @@ declare const _default: {
|
|
274
274
|
required: false;
|
275
275
|
};
|
276
276
|
}>;
|
277
|
-
defaultValue(value?: string): import("
|
277
|
+
defaultValue(value?: string): import("../../../../../DefineVueTypings").DefinePropModelDefaultValue<string, string, {
|
278
278
|
"onUpdate:modelValue": {
|
279
279
|
type: import("vue").PropType<(value: string) => any | void>;
|
280
280
|
};
|
@@ -289,7 +289,7 @@ declare const _default: {
|
|
289
289
|
required: false;
|
290
290
|
};
|
291
291
|
}, false>;
|
292
|
-
doc$(description?: string): import("
|
292
|
+
doc$(description?: string): import("../../../../../DefineVueTypings").DefinePropModelDoc<string, string, {
|
293
293
|
"onUpdate:modelValue": {
|
294
294
|
type: import("vue").PropType<(value: string) => any | void>;
|
295
295
|
};
|
@@ -307,7 +307,7 @@ declare const _default: {
|
|
307
307
|
};
|
308
308
|
modelValue?: string;
|
309
309
|
"v-slots"?: {
|
310
|
-
default?: import("
|
310
|
+
default?: import("../../../../../DefineVueTypings").Slot;
|
311
311
|
} & {
|
312
312
|
activator?: () => VNodeChild;
|
313
313
|
};
|
@@ -1,6 +1,9 @@
|
|
1
1
|
import { BackgroundDefinition } from "@omnia/fx-models";
|
2
2
|
declare const _default: {
|
3
3
|
new (...args: any[]): import("vue").CreateComponentPublicInstanceWithMixins<Readonly<import("vue").ExtractPropTypes<{
|
4
|
+
height: {
|
5
|
+
type: import("vue").PropType<string>;
|
6
|
+
};
|
4
7
|
blueprint: {
|
5
8
|
type: import("vue").PropType<BackgroundDefinition>;
|
6
9
|
};
|
@@ -26,6 +29,9 @@ declare const _default: {
|
|
26
29
|
M: {};
|
27
30
|
Defaults: {};
|
28
31
|
}, Readonly<import("vue").ExtractPropTypes<{
|
32
|
+
height: {
|
33
|
+
type: import("vue").PropType<string>;
|
34
|
+
};
|
29
35
|
blueprint: {
|
30
36
|
type: import("vue").PropType<BackgroundDefinition>;
|
31
37
|
};
|
@@ -48,6 +54,9 @@ declare const _default: {
|
|
48
54
|
__isTeleport?: never;
|
49
55
|
__isSuspense?: never;
|
50
56
|
} & import("vue").ComponentOptionsBase<Readonly<import("vue").ExtractPropTypes<{
|
57
|
+
height: {
|
58
|
+
type: import("vue").PropType<string>;
|
59
|
+
};
|
51
60
|
blueprint: {
|
52
61
|
type: import("vue").PropType<BackgroundDefinition>;
|
53
62
|
};
|
@@ -69,6 +78,7 @@ declare const _default: {
|
|
69
78
|
propsDefinition: Omit<Readonly<{} & {
|
70
79
|
blueprint?: BackgroundDefinition;
|
71
80
|
container?: boolean;
|
81
|
+
height?: string;
|
72
82
|
colorSchemaType?: "background" | "primary" | "secondary" | "accent1" | "accent2" | "accent3" | "accent4" | "accent5" | "accent6" | "accent7" | "accent8" | "accent9" | "neutral" | "warning" | "notification" | "error" | "info" | "success" | "dynamic" | import("@omnia/fx-models").ColorSchemaTypes;
|
73
83
|
colors?: import("@omnia/fx/ux").ColorSchemaStoreType;
|
74
84
|
}>, never>;
|
package/internal-do-not-import-from-here/ux/aurora/components/colorpickerV2/ColorPicker.d.ts
CHANGED
@@ -46,7 +46,7 @@ declare const _default: {
|
|
46
46
|
type: import("vue").PropType<boolean>;
|
47
47
|
};
|
48
48
|
variant: {
|
49
|
-
type: import("vue").PropType<"
|
49
|
+
type: import("vue").PropType<"inline" | "button" | "dropdown" | "journey">;
|
50
50
|
};
|
51
51
|
"onUpdate:modelValue": {
|
52
52
|
type: import("vue").PropType<(value: ColorValue) => any | void>;
|
@@ -183,7 +183,7 @@ declare const _default: {
|
|
183
183
|
type: import("vue").PropType<boolean>;
|
184
184
|
};
|
185
185
|
variant: {
|
186
|
-
type: import("vue").PropType<"
|
186
|
+
type: import("vue").PropType<"inline" | "button" | "dropdown" | "journey">;
|
187
187
|
};
|
188
188
|
"onUpdate:modelValue": {
|
189
189
|
type: import("vue").PropType<(value: ColorValue) => any | void>;
|
@@ -315,7 +315,7 @@ declare const _default: {
|
|
315
315
|
type: import("vue").PropType<boolean>;
|
316
316
|
};
|
317
317
|
variant: {
|
318
|
-
type: import("vue").PropType<"
|
318
|
+
type: import("vue").PropType<"inline" | "button" | "dropdown" | "journey">;
|
319
319
|
};
|
320
320
|
"onUpdate:modelValue": {
|
321
321
|
type: import("vue").PropType<(value: ColorValue) => any | void>;
|
@@ -467,7 +467,7 @@ declare const _default: {
|
|
467
467
|
};
|
468
468
|
container?: boolean;
|
469
469
|
opacity?: boolean;
|
470
|
-
variant?: "
|
470
|
+
variant?: "inline" | "button" | "dropdown" | "journey";
|
471
471
|
label?: string;
|
472
472
|
disabled?: boolean;
|
473
473
|
colorSchemaType?: "background" | "primary" | "secondary" | "accent1" | "accent2" | "accent3" | "accent4" | "accent5" | "accent6" | "accent7" | "accent8" | "accent9" | "neutral" | "warning" | "notification" | "error" | "info" | "success" | "dynamic" | import("@omnia/fx-models").ColorSchemaTypes;
|
@@ -1,328 +1,33 @@
|
|
1
|
+
import { DefineSlot } from "@omnia/fx/ux";
|
1
2
|
import { ColorSchema } from "@omnia/fx-models";
|
2
|
-
|
3
|
-
|
4
|
-
|
5
|
-
|
6
|
-
|
7
|
-
|
8
|
-
|
9
|
-
|
10
|
-
|
11
|
-
|
12
|
-
|
13
|
-
|
14
|
-
|
15
|
-
|
16
|
-
|
17
|
-
|
18
|
-
|
19
|
-
|
20
|
-
|
21
|
-
|
22
|
-
|
23
|
-
|
24
|
-
|
25
|
-
|
26
|
-
|
27
|
-
|
28
|
-
|
29
|
-
|
30
|
-
|
31
|
-
|
32
|
-
type: import("vue").PropType<(value: ColorSchema) => any | void>;
|
33
|
-
};
|
34
|
-
} & {
|
35
|
-
"v-model": {
|
36
|
-
type: import("vue").PropType<ColorSchema>;
|
37
|
-
required: false;
|
38
|
-
};
|
39
|
-
} & {
|
40
|
-
modelValue: {
|
41
|
-
type: import("vue").PropType<ColorSchema>;
|
42
|
-
required: false;
|
43
|
-
};
|
44
|
-
}>;
|
45
|
-
defaultValue(value?: ColorSchema): import("../../../DefineVueTypings").DefinePropModelDefaultValue<TName, ColorSchema, {
|
46
|
-
"onUpdate:modelValue": {
|
47
|
-
type: import("vue").PropType<(value: ColorSchema) => any | void>;
|
48
|
-
};
|
49
|
-
} & {
|
50
|
-
"v-model": {
|
51
|
-
type: import("vue").PropType<ColorSchema>;
|
52
|
-
required: false;
|
53
|
-
};
|
54
|
-
} & {
|
55
|
-
modelValue: {
|
56
|
-
type: import("vue").PropType<ColorSchema>;
|
57
|
-
required: false;
|
58
|
-
};
|
59
|
-
}, false>;
|
60
|
-
doc$(description?: string): import("../../../DefineVueTypings").DefinePropModelDoc<TName, ColorSchema, {
|
61
|
-
"onUpdate:modelValue": {
|
62
|
-
type: import("vue").PropType<(value: ColorSchema) => any | void>;
|
63
|
-
};
|
64
|
-
} & {
|
65
|
-
"v-model": {
|
66
|
-
type: import("vue").PropType<ColorSchema>;
|
67
|
-
required: false;
|
68
|
-
};
|
69
|
-
} & {
|
70
|
-
modelValue: {
|
71
|
-
type: import("vue").PropType<ColorSchema>;
|
72
|
-
required: false;
|
73
|
-
};
|
74
|
-
}>;
|
75
|
-
};
|
76
|
-
class: {
|
77
|
-
type: import("vue").PropType<String | String[]>;
|
78
|
-
required: boolean;
|
79
|
-
};
|
80
|
-
}>> & {
|
81
|
-
"onUpdate:modelValue"?: (colorSchema: ColorSchema) => any;
|
82
|
-
}, () => import("vue/jsx-runtime").JSX.Element, unknown, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {
|
83
|
-
"update:modelValue": (colorSchema: ColorSchema) => any;
|
84
|
-
}, import("vue").PublicProps, {}, true, {}, {}, import("vue").GlobalComponents, import("vue").GlobalDirectives, string, {}, any, import("vue").ComponentProvideOptions, {
|
85
|
-
P: {};
|
86
|
-
B: {};
|
87
|
-
D: {};
|
88
|
-
C: {};
|
89
|
-
M: {};
|
90
|
-
Defaults: {};
|
91
|
-
}, Readonly<import("vue").ExtractPropTypes<{
|
92
|
-
label: {
|
93
|
-
type: import("vue").PropType<string>;
|
94
|
-
};
|
95
|
-
items: {
|
96
|
-
type: import("vue").PropType<ColorSchema[]>;
|
97
|
-
};
|
98
|
-
"onUpdate:modelValue": {
|
99
|
-
type: import("vue").PropType<(value: ColorSchema) => any | void>;
|
100
|
-
};
|
101
|
-
"v-model": {
|
102
|
-
type: import("vue").PropType<ColorSchema>;
|
103
|
-
required: false;
|
104
|
-
};
|
105
|
-
modelValue: {
|
106
|
-
type: import("vue").PropType<ColorSchema>;
|
107
|
-
required: false;
|
108
|
-
};
|
109
|
-
name: <TName extends string>(n?: TName) => { [key in import("../../../DefineVueTypings").VModelEmitsInJsxElement<TName>]: {
|
110
|
-
type: import("vue").PropType<(value: ColorSchema) => any | void>;
|
111
|
-
}; } & { [key_1 in import("../../../DefineVueTypings").VModelKeyNameInJsxElement<TName>]: {
|
112
|
-
type: import("vue").PropType<ColorSchema>;
|
113
|
-
required: false;
|
114
|
-
}; } & { [key_2 in import("../../../DefineVueTypings").VModelKeyNameInProps<TName>]: {
|
115
|
-
type: import("vue").PropType<ColorSchema>;
|
116
|
-
required: false;
|
117
|
-
}; } & {
|
118
|
-
require(): import("../../../DefineVueTypings").DefinePropModelRequire<TName, ColorSchema, {
|
119
|
-
"onUpdate:modelValue": {
|
120
|
-
type: import("vue").PropType<(value: ColorSchema) => any | void>;
|
121
|
-
};
|
122
|
-
} & {
|
123
|
-
"v-model": {
|
124
|
-
type: import("vue").PropType<ColorSchema>;
|
125
|
-
required: false;
|
126
|
-
};
|
127
|
-
} & {
|
128
|
-
modelValue: {
|
129
|
-
type: import("vue").PropType<ColorSchema>;
|
130
|
-
required: false;
|
131
|
-
};
|
132
|
-
}>;
|
133
|
-
defaultValue(value?: ColorSchema): import("../../../DefineVueTypings").DefinePropModelDefaultValue<TName, ColorSchema, {
|
134
|
-
"onUpdate:modelValue": {
|
135
|
-
type: import("vue").PropType<(value: ColorSchema) => any | void>;
|
136
|
-
};
|
137
|
-
} & {
|
138
|
-
"v-model": {
|
139
|
-
type: import("vue").PropType<ColorSchema>;
|
140
|
-
required: false;
|
141
|
-
};
|
142
|
-
} & {
|
143
|
-
modelValue: {
|
144
|
-
type: import("vue").PropType<ColorSchema>;
|
145
|
-
required: false;
|
146
|
-
};
|
147
|
-
}, false>;
|
148
|
-
doc$(description?: string): import("../../../DefineVueTypings").DefinePropModelDoc<TName, ColorSchema, {
|
149
|
-
"onUpdate:modelValue": {
|
150
|
-
type: import("vue").PropType<(value: ColorSchema) => any | void>;
|
151
|
-
};
|
152
|
-
} & {
|
153
|
-
"v-model": {
|
154
|
-
type: import("vue").PropType<ColorSchema>;
|
155
|
-
required: false;
|
156
|
-
};
|
157
|
-
} & {
|
158
|
-
modelValue: {
|
159
|
-
type: import("vue").PropType<ColorSchema>;
|
160
|
-
required: false;
|
161
|
-
};
|
162
|
-
}>;
|
163
|
-
};
|
164
|
-
class: {
|
165
|
-
type: import("vue").PropType<String | String[]>;
|
166
|
-
required: boolean;
|
167
|
-
};
|
168
|
-
}>> & {
|
169
|
-
"onUpdate:modelValue"?: (colorSchema: ColorSchema) => any;
|
170
|
-
}, () => import("vue/jsx-runtime").JSX.Element, {}, {}, {}, {}>;
|
171
|
-
__isFragment?: never;
|
172
|
-
__isTeleport?: never;
|
173
|
-
__isSuspense?: never;
|
174
|
-
} & import("vue").ComponentOptionsBase<Readonly<import("vue").ExtractPropTypes<{
|
175
|
-
label: {
|
176
|
-
type: import("vue").PropType<string>;
|
177
|
-
};
|
178
|
-
items: {
|
179
|
-
type: import("vue").PropType<ColorSchema[]>;
|
180
|
-
};
|
181
|
-
"onUpdate:modelValue": {
|
182
|
-
type: import("vue").PropType<(value: ColorSchema) => any | void>;
|
183
|
-
};
|
184
|
-
"v-model": {
|
185
|
-
type: import("vue").PropType<ColorSchema>;
|
186
|
-
required: false;
|
187
|
-
};
|
188
|
-
modelValue: {
|
189
|
-
type: import("vue").PropType<ColorSchema>;
|
190
|
-
required: false;
|
191
|
-
};
|
192
|
-
name: <TName extends string>(n?: TName) => { [key in import("../../../DefineVueTypings").VModelEmitsInJsxElement<TName>]: {
|
193
|
-
type: import("vue").PropType<(value: ColorSchema) => any | void>;
|
194
|
-
}; } & { [key_1 in import("../../../DefineVueTypings").VModelKeyNameInJsxElement<TName>]: {
|
195
|
-
type: import("vue").PropType<ColorSchema>;
|
196
|
-
required: false;
|
197
|
-
}; } & { [key_2 in import("../../../DefineVueTypings").VModelKeyNameInProps<TName>]: {
|
198
|
-
type: import("vue").PropType<ColorSchema>;
|
199
|
-
required: false;
|
200
|
-
}; } & {
|
201
|
-
require(): import("../../../DefineVueTypings").DefinePropModelRequire<TName, ColorSchema, {
|
202
|
-
"onUpdate:modelValue": {
|
203
|
-
type: import("vue").PropType<(value: ColorSchema) => any | void>;
|
204
|
-
};
|
205
|
-
} & {
|
206
|
-
"v-model": {
|
207
|
-
type: import("vue").PropType<ColorSchema>;
|
208
|
-
required: false;
|
209
|
-
};
|
210
|
-
} & {
|
211
|
-
modelValue: {
|
212
|
-
type: import("vue").PropType<ColorSchema>;
|
213
|
-
required: false;
|
214
|
-
};
|
215
|
-
}>;
|
216
|
-
defaultValue(value?: ColorSchema): import("../../../DefineVueTypings").DefinePropModelDefaultValue<TName, ColorSchema, {
|
217
|
-
"onUpdate:modelValue": {
|
218
|
-
type: import("vue").PropType<(value: ColorSchema) => any | void>;
|
219
|
-
};
|
220
|
-
} & {
|
221
|
-
"v-model": {
|
222
|
-
type: import("vue").PropType<ColorSchema>;
|
223
|
-
required: false;
|
224
|
-
};
|
225
|
-
} & {
|
226
|
-
modelValue: {
|
227
|
-
type: import("vue").PropType<ColorSchema>;
|
228
|
-
required: false;
|
229
|
-
};
|
230
|
-
}, false>;
|
231
|
-
doc$(description?: string): import("../../../DefineVueTypings").DefinePropModelDoc<TName, ColorSchema, {
|
232
|
-
"onUpdate:modelValue": {
|
233
|
-
type: import("vue").PropType<(value: ColorSchema) => any | void>;
|
234
|
-
};
|
235
|
-
} & {
|
236
|
-
"v-model": {
|
237
|
-
type: import("vue").PropType<ColorSchema>;
|
238
|
-
required: false;
|
239
|
-
};
|
240
|
-
} & {
|
241
|
-
modelValue: {
|
242
|
-
type: import("vue").PropType<ColorSchema>;
|
243
|
-
required: false;
|
244
|
-
};
|
245
|
-
}>;
|
246
|
-
};
|
247
|
-
class: {
|
248
|
-
type: import("vue").PropType<String | String[]>;
|
249
|
-
required: boolean;
|
250
|
-
};
|
251
|
-
}>> & {
|
252
|
-
"onUpdate:modelValue"?: (colorSchema: ColorSchema) => any;
|
253
|
-
}, () => import("vue/jsx-runtime").JSX.Element, unknown, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {
|
254
|
-
"update:modelValue": (colorSchema: ColorSchema) => any;
|
255
|
-
}, string, {}, {}, string, {}, import("vue").GlobalComponents, import("vue").GlobalDirectives, string, import("vue").ComponentProvideOptions> & import("vue").VNodeProps & import("vue").AllowedComponentProps & import("vue").ComponentCustomProps & {
|
256
|
-
propsDefinition: Omit<Readonly<{} & {
|
257
|
-
name?: {
|
258
|
-
[x: `onUpdate:${string}`]: {
|
259
|
-
type: import("vue").PropType<(value: ColorSchema) => any | void>;
|
260
|
-
};
|
261
|
-
} & {
|
262
|
-
[x: `v-model:${string}`]: {
|
263
|
-
type: import("vue").PropType<ColorSchema>;
|
264
|
-
required: false;
|
265
|
-
};
|
266
|
-
} & {
|
267
|
-
[x: string]: {
|
268
|
-
type: import("vue").PropType<ColorSchema>;
|
269
|
-
required: false;
|
270
|
-
};
|
271
|
-
} & {
|
272
|
-
require(): import("../../../DefineVueTypings").DefinePropModelRequire<string, ColorSchema, {
|
273
|
-
"onUpdate:modelValue": {
|
274
|
-
type: import("vue").PropType<(value: ColorSchema) => any | void>;
|
275
|
-
};
|
276
|
-
} & {
|
277
|
-
"v-model": {
|
278
|
-
type: import("vue").PropType<ColorSchema>;
|
279
|
-
required: false;
|
280
|
-
};
|
281
|
-
} & {
|
282
|
-
modelValue: {
|
283
|
-
type: import("vue").PropType<ColorSchema>;
|
284
|
-
required: false;
|
285
|
-
};
|
286
|
-
}>;
|
287
|
-
defaultValue(value?: ColorSchema): import("../../../DefineVueTypings").DefinePropModelDefaultValue<string, ColorSchema, {
|
288
|
-
"onUpdate:modelValue": {
|
289
|
-
type: import("vue").PropType<(value: ColorSchema) => any | void>;
|
290
|
-
};
|
291
|
-
} & {
|
292
|
-
"v-model": {
|
293
|
-
type: import("vue").PropType<ColorSchema>;
|
294
|
-
required: false;
|
295
|
-
};
|
296
|
-
} & {
|
297
|
-
modelValue: {
|
298
|
-
type: import("vue").PropType<ColorSchema>;
|
299
|
-
required: false;
|
300
|
-
};
|
301
|
-
}, false>;
|
302
|
-
doc$(description?: string): import("../../../DefineVueTypings").DefinePropModelDoc<string, ColorSchema, {
|
303
|
-
"onUpdate:modelValue": {
|
304
|
-
type: import("vue").PropType<(value: ColorSchema) => any | void>;
|
305
|
-
};
|
306
|
-
} & {
|
307
|
-
"v-model": {
|
308
|
-
type: import("vue").PropType<ColorSchema>;
|
309
|
-
required: false;
|
310
|
-
};
|
311
|
-
} & {
|
312
|
-
modelValue: {
|
313
|
-
type: import("vue").PropType<ColorSchema>;
|
314
|
-
required: false;
|
315
|
-
};
|
316
|
-
}>;
|
317
|
-
};
|
318
|
-
class?: String | String[];
|
319
|
-
label?: string;
|
320
|
-
modelValue?: ColorSchema;
|
321
|
-
items?: ColorSchema[];
|
322
|
-
"onUpdate:modelValue"?: (value: ColorSchema) => any | void;
|
323
|
-
"v-model"?: ColorSchema;
|
324
|
-
}>, "onUpdate:modelValue"> & {
|
325
|
-
"onUpdate:modelValue"?: (colorSchema: ColorSchema) => any;
|
326
|
-
};
|
327
|
-
};
|
3
|
+
import { VNode } from "vue";
|
4
|
+
declare const _default: (props: import("@omnia/fx/ux").ExtractProps<{
|
5
|
+
"emit:update:modelValue": (value: ColorSchema) => void;
|
6
|
+
} & {
|
7
|
+
"v-model"?: ColorSchema;
|
8
|
+
} & {
|
9
|
+
modelValue?: ColorSchema;
|
10
|
+
} & {
|
11
|
+
toned?: boolean;
|
12
|
+
} & {
|
13
|
+
items?: ColorSchema[];
|
14
|
+
} & {
|
15
|
+
variant?: "button" | "dialog" | "dropdown" | "journey";
|
16
|
+
} & {
|
17
|
+
fallbackColorType?: "background" | "primary" | "secondary" | "accent1" | "accent2" | "accent3" | "accent4" | "accent5" | "accent6" | "accent7" | "accent8" | "accent9" | "neutral" | "warning" | "notification" | "error" | "info" | "success" | "dynamic";
|
18
|
+
} & {
|
19
|
+
label?: string;
|
20
|
+
} & {
|
21
|
+
selectionLabel?: string;
|
22
|
+
} & {
|
23
|
+
placeholder?: string;
|
24
|
+
} & DefineSlot<"activator", () => VNode>> & {
|
25
|
+
"onUpdate:modelValue"?: (value: ColorSchema) => any;
|
26
|
+
} & {
|
27
|
+
"v-slots"?: {
|
28
|
+
activator?: () => VNode;
|
29
|
+
} & Omit<{
|
30
|
+
default?: import("vue").Slot;
|
31
|
+
}, "activator">;
|
32
|
+
} & {} & Omit<import("@omnia/fx/ux").VueComponentBaseProps, "variant" | "label" | "modelValue" | "items" | "v-model" | "toned" | "placeholder" | "emit:update:modelValue" | "slot:activator" | "fallbackColorType" | "selectionLabel"> & import("@omnia/fx/ux").VNodeEvents) => any;
|
328
33
|
export default _default;
|
@@ -1,5 +1,5 @@
|
|
1
1
|
import { ColorSchema } from "@omnia/fx-models";
|
2
|
-
type Variant = "default" | "toolbar" | "palette" | "card-preview" | "button" | "swatch";
|
2
|
+
type Variant = "default" | "toolbar" | "palette" | "card-preview" | "button" | "swatch" | "placeholder";
|
3
3
|
declare const _default: {
|
4
4
|
new (...args: any[]): import("vue").CreateComponentPublicInstanceWithMixins<Readonly<import("vue").ExtractPropTypes<{
|
5
5
|
class: {
|
@@ -0,0 +1,23 @@
|
|
1
|
+
import { ColorSchema, ColorSchemaType } from "@omnia/fx-models";
|
2
|
+
export declare const useColorSchemaDefinitionPickerStore: () => {
|
3
|
+
state: {
|
4
|
+
internalModel: ColorSchema;
|
5
|
+
colorSchemas: ColorSchema[];
|
6
|
+
};
|
7
|
+
actions: import("@omnia/fx/stores").StoreReturnDefineAction<{
|
8
|
+
colorSchemas: {
|
9
|
+
readonly all: ColorSchema[];
|
10
|
+
};
|
11
|
+
clear: () => void;
|
12
|
+
select: (model: ColorSchema) => void;
|
13
|
+
initState: (model: ColorSchema, colorSchemas: ColorSchema[]) => void;
|
14
|
+
}>;
|
15
|
+
get: {
|
16
|
+
fallBackColorSchema: (colorSchemaType: ColorSchemaType) => any;
|
17
|
+
};
|
18
|
+
rules: {
|
19
|
+
isSelected: (schema: ColorSchema) => boolean;
|
20
|
+
};
|
21
|
+
} & {
|
22
|
+
dispose?: () => void;
|
23
|
+
};
|