@omnia/fx 8.0.88-vnext → 8.0.90-vnext
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/ux/filterpicker/FilterPicker.d.ts +4 -4
- package/internal-do-not-import-from-here/ux/image/scalingsettings/ScalingSettings.d.ts +4 -4
- package/internal-do-not-import-from-here/ux/journey/v2/stores/JourneyStore.d.ts +1 -1
- package/internal-do-not-import-from-here/ux/layoutcanvas/editor/blockplaceholder/BlockPlaceholder.d.ts +4 -4
- package/internal-do-not-import-from-here/ux/layoutcanvas/editor/layoutItemselector/LayoutItemSelection.d.ts +4 -4
- package/internal-do-not-import-from-here/ux/layoutcanvas/editor/layoutItemselector/LayoutItemSelector.d.ts +4 -4
- package/internal-do-not-import-from-here/ux/layoutcanvas/editor/layoutitems/LayoutBlock.d.ts +4 -4
- package/internal-do-not-import-from-here/ux/layoutcanvas/editor/layoutitems/LayoutColumn.d.ts +4 -4
- package/internal-do-not-import-from-here/ux/layoutcanvas/editor/layoutitems/LayoutSection.d.ts +4 -4
- package/internal-do-not-import-from-here/ux/layoutcanvas/editor/settings/TemplatePreview.d.ts +4 -4
- package/internal-do-not-import-from-here/ux/layoutcanvas/editor/settings/blocktitle/BlockTitle.d.ts +4 -4
- package/internal-do-not-import-from-here/ux/layoutcanvas/editor/targetselector/TargetSelector.d.ts +4 -4
- package/internal-do-not-import-from-here/ux/oxide/appbar/Appbar.d.ts +4 -4
- package/internal-do-not-import-from-here/ux/oxide/btn/Button.d.ts +4 -4
- package/internal-do-not-import-from-here/ux/oxide/btngroup/ButtonGroup.d.ts +6 -6
- package/internal-do-not-import-from-here/ux/oxide/card/Card.d.ts +4 -4
- package/internal-do-not-import-from-here/ux/oxide/checkbox/Checkbox.d.ts +4 -4
- package/internal-do-not-import-from-here/ux/oxide/column/Column.d.ts +4 -4
- package/internal-do-not-import-from-here/ux/oxide/datatable/DataTable.d.ts +4 -4
- package/internal-do-not-import-from-here/ux/oxide/dialog/Dialog.d.ts +4 -4
- package/internal-do-not-import-from-here/ux/oxide/expansionpanel/ExpansionPanel.d.ts +4 -4
- package/internal-do-not-import-from-here/ux/oxide/expansionpanel/ExpansionPanels.d.ts +4 -4
- package/internal-do-not-import-from-here/ux/oxide/icon/Icon.d.ts +4 -4
- package/internal-do-not-import-from-here/ux/oxide/layout/Layout.d.ts +4 -4
- package/internal-do-not-import-from-here/ux/oxide/list/List.d.ts +4 -4
- package/internal-do-not-import-from-here/ux/oxide/list/ListItem.d.ts +4 -4
- package/internal-do-not-import-from-here/ux/oxide/main/Main.d.ts +4 -4
- package/internal-do-not-import-from-here/ux/oxide/menu/Menu.d.ts +4 -4
- package/internal-do-not-import-from-here/ux/oxide/navigationdrawer/NavigationDrawer.d.ts +4 -4
- package/internal-do-not-import-from-here/ux/oxide/panel/Panel.d.ts +6 -6
- package/internal-do-not-import-from-here/ux/oxide/radio/Radio.d.ts +4 -4
- package/internal-do-not-import-from-here/ux/oxide/radio/RadioGroup.d.ts +4 -4
- package/internal-do-not-import-from-here/ux/oxide/select/Select.d.ts +42 -9
- package/internal-do-not-import-from-here/ux/oxide/slider/Slider.d.ts +4 -4
- package/internal-do-not-import-from-here/ux/oxide/snackbar/Snackbar.d.ts +4 -4
- package/internal-do-not-import-from-here/ux/oxide/switch/Switch.d.ts +4 -4
- package/internal-do-not-import-from-here/ux/oxide/tab/Tab.d.ts +4 -4
- package/internal-do-not-import-from-here/ux/oxide/tab/Tabs.d.ts +4 -4
- package/internal-do-not-import-from-here/ux/oxide/table/Table.d.ts +4 -4
- package/internal-do-not-import-from-here/ux/oxide/text/Text.d.ts +4 -4
- package/internal-do-not-import-from-here/ux/oxide/textarea/TextArea.d.ts +4 -4
- package/internal-do-not-import-from-here/ux/oxide/textfield/TextField.d.ts +4 -4
- package/internal-do-not-import-from-here/ux/oxide/toolbar/Toolbar.d.ts +4 -4
- package/internal-do-not-import-from-here/ux/oxide/treeview/Treeview.d.ts +4 -4
- package/internal-do-not-import-from-here/ux/rollupempty/RollupEmpty.d.ts +4 -4
- package/internal-do-not-import-from-here/ux/spacingpicker/SpacingPicker2.d.ts +4 -4
- package/internal-do-not-import-from-here/ux/spacingpicker/SpacingPicker3.d.ts +4 -4
- package/internal-do-not-import-from-here/ux/theming-v2/{blueprintpicker → components/blueprintpicker}/BlueprintPicker.d.ts +24 -24
- package/internal-do-not-import-from-here/ux/theming-v2/components/blueprintpicker/docs/ExampleComponents.d.ts +1 -0
- package/internal-do-not-import-from-here/ux/theming-v2/components/blueprintpicker/docs/SampleComponent.d.ts +91 -0
- package/internal-do-not-import-from-here/ux/theming-v2/components/blueprintpicker/docs/index.d.ts +1 -0
- package/internal-do-not-import-from-here/ux/theming-v2/components/colorpicker/ColorPicker.css.d.ts +6 -0
- package/internal-do-not-import-from-here/ux/theming-v2/components/colorpicker/ColorPicker.d.ts +596 -0
- package/internal-do-not-import-from-here/ux/theming-v2/components/colorpicker/docs/ExampleComponents.d.ts +1 -0
- package/internal-do-not-import-from-here/ux/theming-v2/components/colorpicker/docs/SampleComponent.d.ts +91 -0
- package/internal-do-not-import-from-here/ux/theming-v2/components/colorpicker/docs/index.d.ts +1 -0
- package/internal-do-not-import-from-here/ux/theming-v2/{colorschemadefinitionpicker → components/colorschemadefinitionpicker}/ColorSchemaDefinitionPicker.d.ts +33 -33
- package/internal-do-not-import-from-here/ux/theming-v2/{colorschemapicker → components/colorschemapicker}/ColorSchemaPicker.d.ts +24 -24
- package/internal-do-not-import-from-here/ux/theming-v2/components/colorschemapicker/docs/ExampleComponents.d.ts +1 -0
- package/internal-do-not-import-from-here/ux/theming-v2/components/colorschemapicker/docs/SampleComponent.d.ts +91 -0
- package/internal-do-not-import-from-here/ux/theming-v2/components/colorschemapicker/docs/index.d.ts +1 -0
- package/internal-do-not-import-from-here/ux/theming-v2/components/typographypicker/TypographyPicker.css.d.ts +7 -0
- package/internal-do-not-import-from-here/ux/theming-v2/components/typographypicker/TypographyPicker.d.ts +473 -0
- package/internal-do-not-import-from-here/ux/theming-v2/components/typographypicker/docs/ExampleComponents.d.ts +1 -0
- package/internal-do-not-import-from-here/ux/theming-v2/components/typographypicker/docs/SampleComponent.d.ts +91 -0
- package/internal-do-not-import-from-here/ux/theming-v2/components/typographypicker/docs/index.d.ts +1 -0
- package/internal-do-not-import-from-here/ux/theming-v2/skins/core/index.d.ts +0 -1
- package/internal-do-not-import-from-here/ux/theming-v2/themedefinitionpicker/ThemeDefinitionPicker.d.ts +4 -4
- package/internal-do-not-import-from-here/ux/velcron/blocks/content/components/ContentViewer.d.ts +4 -4
- package/internal-do-not-import-from-here/ux/velcron/blocks/content/components/DefinitionPickerPanel.d.ts +4 -4
- package/internal-do-not-import-from-here/ux/velcron/components/definitionpicker/DefinitionPicker.d.ts +4 -4
- package/internal-do-not-import-from-here/ux/velcron/core/index.d.ts +1 -0
- package/internal-do-not-import-from-here/ux/velcron/core/models/VelcronPropertyEditorDefinitions.d.ts +22 -15
- package/internal-do-not-import-from-here/ux/velcron/core/templatebuilder/editor/VelcronColorSchemaEditor.d.ts +9 -0
- package/internal-do-not-import-from-here/ux/velcron/core/templatebuilder/editor/VelcronContentEditor.d.ts +14 -0
- package/internal-do-not-import-from-here/ux/velcron/core/templatebuilder/editor/VelcronEditorBuilder.d.ts +13 -0
- package/internal-do-not-import-from-here/ux/velcron/core/templatebuilder/editor/VelcronEditorBuilderBase.d.ts +9 -0
- package/internal-do-not-import-from-here/ux/velcron/core/templatebuilder/editor/VelcronImageEditor.d.ts +11 -0
- package/internal-do-not-import-from-here/ux/velcron/core/templatebuilder/index.d.ts +1 -0
- package/internal-do-not-import-from-here/ux/velcron/core/templatebuilder/state/VelcronColorSchemaBuilder.d.ts +11 -0
- package/internal-do-not-import-from-here/ux/velcron/core/templatebuilder/state/VelcronContentStateBuilder.d.ts +17 -0
- package/internal-do-not-import-from-here/ux/velcron/core/templatebuilder/state/VelcronImageStateBuilder.d.ts +20 -0
- package/internal-do-not-import-from-here/ux/velcron/core/templatebuilder/state/VelcronStateBuilder.d.ts +12 -0
- package/internal-do-not-import-from-here/ux/velcron/core/templatebuilder/state/VelcronStateBuilderBase.d.ts +8 -0
- package/internal-do-not-import-from-here/ux/velcron/core/templatebuilder/useVelcronTemplateBuilder.d.ts +6 -0
- package/internal-do-not-import-from-here/ux/velcron/renderer/VelcronRenderer.d.ts +6 -6
- package/internal-do-not-import-from-here/ux/velcron/renderer/propertyeditors/ColorSchemaEditor.d.ts +434 -0
- package/internal-do-not-import-from-here/wctypings.d.ts +15 -9
- package/package.json +2 -2
- package/internal-do-not-import-from-here/ux/theming-v2/skins/core/useVelcronState.d.ts +0 -50
- /package/internal-do-not-import-from-here/ux/theming-v2/{blueprintpicker → components/blueprintpicker}/BlueprintPicker.css.d.ts +0 -0
- /package/internal-do-not-import-from-here/ux/theming-v2/{colorschemadefinitionpicker → components/colorschemadefinitionpicker}/ColorSchemaDefinitionPicker.css.d.ts +0 -0
- /package/internal-do-not-import-from-here/ux/theming-v2/{colorschemapicker → components/colorschemapicker}/ColorSchemaPicker.css.d.ts +0 -0
package/internal-do-not-import-from-here/ux/velcron/renderer/propertyeditors/ColorSchemaEditor.d.ts
ADDED
@@ -0,0 +1,434 @@
|
|
1
|
+
import { ColorSchemaType } from "@omnia/fx-models";
|
2
|
+
declare const _default: {
|
3
|
+
new (...args: any[]): {
|
4
|
+
$: import("vue").ComponentInternalInstance;
|
5
|
+
$data: {};
|
6
|
+
$props: {
|
7
|
+
style?: unknown;
|
8
|
+
class?: unknown;
|
9
|
+
readonly name?: {
|
10
|
+
[x: `onUpdate:${string}`]: {
|
11
|
+
type: import("vue").PropType<(value: ColorSchemaType) => any>;
|
12
|
+
};
|
13
|
+
} & {
|
14
|
+
[x: `v-model:${string}`]: {
|
15
|
+
type: import("vue").PropType<ColorSchemaType>;
|
16
|
+
required: false;
|
17
|
+
};
|
18
|
+
} & {
|
19
|
+
[x: string]: {
|
20
|
+
type: import("vue").PropType<ColorSchemaType>;
|
21
|
+
required: false;
|
22
|
+
};
|
23
|
+
} & {
|
24
|
+
require(): import("../../../DefineVueTypings").DefinePropModelRequire<string, ColorSchemaType, {
|
25
|
+
"onUpdate:modelValue": {
|
26
|
+
type: import("vue").PropType<(value: ColorSchemaType) => any>;
|
27
|
+
};
|
28
|
+
} & {
|
29
|
+
"v-model": {
|
30
|
+
type: import("vue").PropType<ColorSchemaType>;
|
31
|
+
required: false;
|
32
|
+
};
|
33
|
+
} & {
|
34
|
+
modelValue: {
|
35
|
+
type: import("vue").PropType<ColorSchemaType>;
|
36
|
+
required: false;
|
37
|
+
};
|
38
|
+
}>;
|
39
|
+
defaultValue(value?: ColorSchemaType): import("../../../DefineVueTypings").DefinePropModelDefaultValue<string, ColorSchemaType, {
|
40
|
+
"onUpdate:modelValue": {
|
41
|
+
type: import("vue").PropType<(value: ColorSchemaType) => any>;
|
42
|
+
};
|
43
|
+
} & {
|
44
|
+
"v-model": {
|
45
|
+
type: import("vue").PropType<ColorSchemaType>;
|
46
|
+
required: false;
|
47
|
+
};
|
48
|
+
} & {
|
49
|
+
modelValue: {
|
50
|
+
type: import("vue").PropType<ColorSchemaType>;
|
51
|
+
required: false;
|
52
|
+
};
|
53
|
+
}, false>;
|
54
|
+
doc$(description?: string): import("../../../DefineVueTypings").DefinePropModelDoc<string, ColorSchemaType, {
|
55
|
+
"onUpdate:modelValue": {
|
56
|
+
type: import("vue").PropType<(value: ColorSchemaType) => any>;
|
57
|
+
};
|
58
|
+
} & {
|
59
|
+
"v-model": {
|
60
|
+
type: import("vue").PropType<ColorSchemaType>;
|
61
|
+
required: false;
|
62
|
+
};
|
63
|
+
} & {
|
64
|
+
modelValue: {
|
65
|
+
type: import("vue").PropType<ColorSchemaType>;
|
66
|
+
required: false;
|
67
|
+
};
|
68
|
+
}>;
|
69
|
+
};
|
70
|
+
key?: string | number | symbol;
|
71
|
+
ref?: import("vue").VNodeRef;
|
72
|
+
ref_for?: boolean;
|
73
|
+
ref_key?: string;
|
74
|
+
onVnodeBeforeMount?: ((vnode: import("vue").VNode<import("vue").RendererNode, import("vue").RendererElement, {
|
75
|
+
[key: string]: any;
|
76
|
+
}>) => void) | ((vnode: import("vue").VNode<import("vue").RendererNode, import("vue").RendererElement, {
|
77
|
+
[key: string]: any;
|
78
|
+
}>) => void)[];
|
79
|
+
onVnodeMounted?: ((vnode: import("vue").VNode<import("vue").RendererNode, import("vue").RendererElement, {
|
80
|
+
[key: string]: any;
|
81
|
+
}>) => void) | ((vnode: import("vue").VNode<import("vue").RendererNode, import("vue").RendererElement, {
|
82
|
+
[key: string]: any;
|
83
|
+
}>) => void)[];
|
84
|
+
onVnodeBeforeUpdate?: ((vnode: import("vue").VNode<import("vue").RendererNode, import("vue").RendererElement, {
|
85
|
+
[key: string]: any;
|
86
|
+
}>, oldVNode: import("vue").VNode<import("vue").RendererNode, import("vue").RendererElement, {
|
87
|
+
[key: string]: any;
|
88
|
+
}>) => void) | ((vnode: import("vue").VNode<import("vue").RendererNode, import("vue").RendererElement, {
|
89
|
+
[key: string]: any;
|
90
|
+
}>, oldVNode: import("vue").VNode<import("vue").RendererNode, import("vue").RendererElement, {
|
91
|
+
[key: string]: any;
|
92
|
+
}>) => void)[];
|
93
|
+
onVnodeUpdated?: ((vnode: import("vue").VNode<import("vue").RendererNode, import("vue").RendererElement, {
|
94
|
+
[key: string]: any;
|
95
|
+
}>, oldVNode: import("vue").VNode<import("vue").RendererNode, import("vue").RendererElement, {
|
96
|
+
[key: string]: any;
|
97
|
+
}>) => void) | ((vnode: import("vue").VNode<import("vue").RendererNode, import("vue").RendererElement, {
|
98
|
+
[key: string]: any;
|
99
|
+
}>, oldVNode: import("vue").VNode<import("vue").RendererNode, import("vue").RendererElement, {
|
100
|
+
[key: string]: any;
|
101
|
+
}>) => void)[];
|
102
|
+
onVnodeBeforeUnmount?: ((vnode: import("vue").VNode<import("vue").RendererNode, import("vue").RendererElement, {
|
103
|
+
[key: string]: any;
|
104
|
+
}>) => void) | ((vnode: import("vue").VNode<import("vue").RendererNode, import("vue").RendererElement, {
|
105
|
+
[key: string]: any;
|
106
|
+
}>) => void)[];
|
107
|
+
onVnodeUnmounted?: ((vnode: import("vue").VNode<import("vue").RendererNode, import("vue").RendererElement, {
|
108
|
+
[key: string]: any;
|
109
|
+
}>) => void) | ((vnode: import("vue").VNode<import("vue").RendererNode, import("vue").RendererElement, {
|
110
|
+
[key: string]: any;
|
111
|
+
}>) => void)[];
|
112
|
+
readonly modelValue?: ColorSchemaType;
|
113
|
+
"onUpdate:modelValue"?: ((value: ColorSchemaType) => any) & ((value: ColorSchemaType) => any);
|
114
|
+
readonly "v-model"?: ColorSchemaType;
|
115
|
+
};
|
116
|
+
$attrs: {
|
117
|
+
[x: string]: unknown;
|
118
|
+
};
|
119
|
+
$refs: {
|
120
|
+
[x: string]: unknown;
|
121
|
+
};
|
122
|
+
$slots: Readonly<{
|
123
|
+
[name: string]: import("vue").Slot<any>;
|
124
|
+
}>;
|
125
|
+
$root: import("vue").ComponentPublicInstance<{}, {}, {}, {}, {}, {}, {}, {}, false, import("vue").ComponentOptionsBase<any, any, any, any, any, any, any, any, any, {}, {}, string, {}>, {}, {}>;
|
126
|
+
$parent: import("vue").ComponentPublicInstance<{}, {}, {}, {}, {}, {}, {}, {}, false, import("vue").ComponentOptionsBase<any, any, any, any, any, any, any, any, any, {}, {}, string, {}>, {}, {}>;
|
127
|
+
$emit: (event: "update:modelValue", value: ColorSchemaType) => void;
|
128
|
+
$el: any;
|
129
|
+
$options: import("vue").ComponentOptionsBase<Readonly<import("vue").ExtractPropTypes<{
|
130
|
+
"onUpdate:modelValue": {
|
131
|
+
type: import("vue").PropType<(value: ColorSchemaType) => any>;
|
132
|
+
};
|
133
|
+
"v-model": {
|
134
|
+
type: import("vue").PropType<ColorSchemaType>;
|
135
|
+
required: false;
|
136
|
+
};
|
137
|
+
modelValue: {
|
138
|
+
type: import("vue").PropType<ColorSchemaType>;
|
139
|
+
required: false;
|
140
|
+
};
|
141
|
+
name: <TName extends string>(n?: TName) => { [key in import("../../../DefineVueTypings").VModelEmitsInJsxElement<TName>]: {
|
142
|
+
type: import("vue").PropType<(value: ColorSchemaType) => any>;
|
143
|
+
}; } & { [key_1 in import("../../../DefineVueTypings").VModelKeyNameInJsxElement<TName>]: {
|
144
|
+
type: import("vue").PropType<ColorSchemaType>;
|
145
|
+
required: false;
|
146
|
+
}; } & { [key_2 in import("../../../DefineVueTypings").VModelKeyNameInProps<TName>]: {
|
147
|
+
type: import("vue").PropType<ColorSchemaType>;
|
148
|
+
required: false;
|
149
|
+
}; } & {
|
150
|
+
require(): import("../../../DefineVueTypings").DefinePropModelRequire<TName, ColorSchemaType, {
|
151
|
+
"onUpdate:modelValue": {
|
152
|
+
type: import("vue").PropType<(value: ColorSchemaType) => any>;
|
153
|
+
};
|
154
|
+
} & {
|
155
|
+
"v-model": {
|
156
|
+
type: import("vue").PropType<ColorSchemaType>;
|
157
|
+
required: false;
|
158
|
+
};
|
159
|
+
} & {
|
160
|
+
modelValue: {
|
161
|
+
type: import("vue").PropType<ColorSchemaType>;
|
162
|
+
required: false;
|
163
|
+
};
|
164
|
+
}>;
|
165
|
+
defaultValue(value?: ColorSchemaType): import("../../../DefineVueTypings").DefinePropModelDefaultValue<TName, ColorSchemaType, {
|
166
|
+
"onUpdate:modelValue": {
|
167
|
+
type: import("vue").PropType<(value: ColorSchemaType) => any>;
|
168
|
+
};
|
169
|
+
} & {
|
170
|
+
"v-model": {
|
171
|
+
type: import("vue").PropType<ColorSchemaType>;
|
172
|
+
required: false;
|
173
|
+
};
|
174
|
+
} & {
|
175
|
+
modelValue: {
|
176
|
+
type: import("vue").PropType<ColorSchemaType>;
|
177
|
+
required: false;
|
178
|
+
};
|
179
|
+
}, false>;
|
180
|
+
doc$(description?: string): import("../../../DefineVueTypings").DefinePropModelDoc<TName, ColorSchemaType, {
|
181
|
+
"onUpdate:modelValue": {
|
182
|
+
type: import("vue").PropType<(value: ColorSchemaType) => any>;
|
183
|
+
};
|
184
|
+
} & {
|
185
|
+
"v-model": {
|
186
|
+
type: import("vue").PropType<ColorSchemaType>;
|
187
|
+
required: false;
|
188
|
+
};
|
189
|
+
} & {
|
190
|
+
modelValue: {
|
191
|
+
type: import("vue").PropType<ColorSchemaType>;
|
192
|
+
required: false;
|
193
|
+
};
|
194
|
+
}>;
|
195
|
+
};
|
196
|
+
}>> & {
|
197
|
+
"onUpdate:modelValue"?: (value: ColorSchemaType) => any;
|
198
|
+
}, () => JSX.Element, unknown, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {
|
199
|
+
"update:modelValue": (value: ColorSchemaType) => true;
|
200
|
+
}, string, {}, {}, string, {}> & {
|
201
|
+
beforeCreate?: (() => void) | (() => void)[];
|
202
|
+
created?: (() => void) | (() => void)[];
|
203
|
+
beforeMount?: (() => void) | (() => void)[];
|
204
|
+
mounted?: (() => void) | (() => void)[];
|
205
|
+
beforeUpdate?: (() => void) | (() => void)[];
|
206
|
+
updated?: (() => void) | (() => void)[];
|
207
|
+
activated?: (() => void) | (() => void)[];
|
208
|
+
deactivated?: (() => void) | (() => void)[];
|
209
|
+
beforeDestroy?: (() => void) | (() => void)[];
|
210
|
+
beforeUnmount?: (() => void) | (() => void)[];
|
211
|
+
destroyed?: (() => void) | (() => void)[];
|
212
|
+
unmounted?: (() => void) | (() => void)[];
|
213
|
+
renderTracked?: ((e: import("vue").DebuggerEvent) => void) | ((e: import("vue").DebuggerEvent) => void)[];
|
214
|
+
renderTriggered?: ((e: import("vue").DebuggerEvent) => void) | ((e: import("vue").DebuggerEvent) => void)[];
|
215
|
+
errorCaptured?: ((err: unknown, instance: import("vue").ComponentPublicInstance<{}, {}, {}, {}, {}, {}, {}, {}, false, import("vue").ComponentOptionsBase<any, any, any, any, any, any, any, any, any, {}, {}, string, {}>, {}, {}>, info: string) => boolean | void) | ((err: unknown, instance: import("vue").ComponentPublicInstance<{}, {}, {}, {}, {}, {}, {}, {}, false, import("vue").ComponentOptionsBase<any, any, any, any, any, any, any, any, any, {}, {}, string, {}>, {}, {}>, info: string) => boolean | void)[];
|
216
|
+
};
|
217
|
+
$forceUpdate: () => void;
|
218
|
+
$nextTick: typeof import("vue").nextTick;
|
219
|
+
$watch<T extends string | ((...args: any) => any)>(source: T, cb: T extends (...args: any) => infer R ? (args_0: R, args_1: R) => any : (...args: any) => any, options?: import("vue").WatchOptions<boolean>): import("vue").WatchStopHandle;
|
220
|
+
} & Readonly<import("vue").ExtractPropTypes<{
|
221
|
+
"onUpdate:modelValue": {
|
222
|
+
type: import("vue").PropType<(value: ColorSchemaType) => any>;
|
223
|
+
};
|
224
|
+
"v-model": {
|
225
|
+
type: import("vue").PropType<ColorSchemaType>;
|
226
|
+
required: false;
|
227
|
+
};
|
228
|
+
modelValue: {
|
229
|
+
type: import("vue").PropType<ColorSchemaType>;
|
230
|
+
required: false;
|
231
|
+
};
|
232
|
+
name: <TName extends string>(n?: TName) => { [key in import("../../../DefineVueTypings").VModelEmitsInJsxElement<TName>]: {
|
233
|
+
type: import("vue").PropType<(value: ColorSchemaType) => any>;
|
234
|
+
}; } & { [key_1 in import("../../../DefineVueTypings").VModelKeyNameInJsxElement<TName>]: {
|
235
|
+
type: import("vue").PropType<ColorSchemaType>;
|
236
|
+
required: false;
|
237
|
+
}; } & { [key_2 in import("../../../DefineVueTypings").VModelKeyNameInProps<TName>]: {
|
238
|
+
type: import("vue").PropType<ColorSchemaType>;
|
239
|
+
required: false;
|
240
|
+
}; } & {
|
241
|
+
require(): import("../../../DefineVueTypings").DefinePropModelRequire<TName, ColorSchemaType, {
|
242
|
+
"onUpdate:modelValue": {
|
243
|
+
type: import("vue").PropType<(value: ColorSchemaType) => any>;
|
244
|
+
};
|
245
|
+
} & {
|
246
|
+
"v-model": {
|
247
|
+
type: import("vue").PropType<ColorSchemaType>;
|
248
|
+
required: false;
|
249
|
+
};
|
250
|
+
} & {
|
251
|
+
modelValue: {
|
252
|
+
type: import("vue").PropType<ColorSchemaType>;
|
253
|
+
required: false;
|
254
|
+
};
|
255
|
+
}>;
|
256
|
+
defaultValue(value?: ColorSchemaType): import("../../../DefineVueTypings").DefinePropModelDefaultValue<TName, ColorSchemaType, {
|
257
|
+
"onUpdate:modelValue": {
|
258
|
+
type: import("vue").PropType<(value: ColorSchemaType) => any>;
|
259
|
+
};
|
260
|
+
} & {
|
261
|
+
"v-model": {
|
262
|
+
type: import("vue").PropType<ColorSchemaType>;
|
263
|
+
required: false;
|
264
|
+
};
|
265
|
+
} & {
|
266
|
+
modelValue: {
|
267
|
+
type: import("vue").PropType<ColorSchemaType>;
|
268
|
+
required: false;
|
269
|
+
};
|
270
|
+
}, false>;
|
271
|
+
doc$(description?: string): import("../../../DefineVueTypings").DefinePropModelDoc<TName, ColorSchemaType, {
|
272
|
+
"onUpdate:modelValue": {
|
273
|
+
type: import("vue").PropType<(value: ColorSchemaType) => any>;
|
274
|
+
};
|
275
|
+
} & {
|
276
|
+
"v-model": {
|
277
|
+
type: import("vue").PropType<ColorSchemaType>;
|
278
|
+
required: false;
|
279
|
+
};
|
280
|
+
} & {
|
281
|
+
modelValue: {
|
282
|
+
type: import("vue").PropType<ColorSchemaType>;
|
283
|
+
required: false;
|
284
|
+
};
|
285
|
+
}>;
|
286
|
+
};
|
287
|
+
}>> & {
|
288
|
+
"onUpdate:modelValue"?: (value: ColorSchemaType) => any;
|
289
|
+
} & import("vue").ShallowUnwrapRef<() => JSX.Element> & {} & import("vue").ComponentCustomProperties & {};
|
290
|
+
__isFragment?: never;
|
291
|
+
__isTeleport?: never;
|
292
|
+
__isSuspense?: never;
|
293
|
+
} & import("vue").ComponentOptionsBase<Readonly<import("vue").ExtractPropTypes<{
|
294
|
+
"onUpdate:modelValue": {
|
295
|
+
type: import("vue").PropType<(value: ColorSchemaType) => any>;
|
296
|
+
};
|
297
|
+
"v-model": {
|
298
|
+
type: import("vue").PropType<ColorSchemaType>;
|
299
|
+
required: false;
|
300
|
+
};
|
301
|
+
modelValue: {
|
302
|
+
type: import("vue").PropType<ColorSchemaType>;
|
303
|
+
required: false;
|
304
|
+
};
|
305
|
+
name: <TName extends string>(n?: TName) => { [key in import("../../../DefineVueTypings").VModelEmitsInJsxElement<TName>]: {
|
306
|
+
type: import("vue").PropType<(value: ColorSchemaType) => any>;
|
307
|
+
}; } & { [key_1 in import("../../../DefineVueTypings").VModelKeyNameInJsxElement<TName>]: {
|
308
|
+
type: import("vue").PropType<ColorSchemaType>;
|
309
|
+
required: false;
|
310
|
+
}; } & { [key_2 in import("../../../DefineVueTypings").VModelKeyNameInProps<TName>]: {
|
311
|
+
type: import("vue").PropType<ColorSchemaType>;
|
312
|
+
required: false;
|
313
|
+
}; } & {
|
314
|
+
require(): import("../../../DefineVueTypings").DefinePropModelRequire<TName, ColorSchemaType, {
|
315
|
+
"onUpdate:modelValue": {
|
316
|
+
type: import("vue").PropType<(value: ColorSchemaType) => any>;
|
317
|
+
};
|
318
|
+
} & {
|
319
|
+
"v-model": {
|
320
|
+
type: import("vue").PropType<ColorSchemaType>;
|
321
|
+
required: false;
|
322
|
+
};
|
323
|
+
} & {
|
324
|
+
modelValue: {
|
325
|
+
type: import("vue").PropType<ColorSchemaType>;
|
326
|
+
required: false;
|
327
|
+
};
|
328
|
+
}>;
|
329
|
+
defaultValue(value?: ColorSchemaType): import("../../../DefineVueTypings").DefinePropModelDefaultValue<TName, ColorSchemaType, {
|
330
|
+
"onUpdate:modelValue": {
|
331
|
+
type: import("vue").PropType<(value: ColorSchemaType) => any>;
|
332
|
+
};
|
333
|
+
} & {
|
334
|
+
"v-model": {
|
335
|
+
type: import("vue").PropType<ColorSchemaType>;
|
336
|
+
required: false;
|
337
|
+
};
|
338
|
+
} & {
|
339
|
+
modelValue: {
|
340
|
+
type: import("vue").PropType<ColorSchemaType>;
|
341
|
+
required: false;
|
342
|
+
};
|
343
|
+
}, false>;
|
344
|
+
doc$(description?: string): import("../../../DefineVueTypings").DefinePropModelDoc<TName, ColorSchemaType, {
|
345
|
+
"onUpdate:modelValue": {
|
346
|
+
type: import("vue").PropType<(value: ColorSchemaType) => any>;
|
347
|
+
};
|
348
|
+
} & {
|
349
|
+
"v-model": {
|
350
|
+
type: import("vue").PropType<ColorSchemaType>;
|
351
|
+
required: false;
|
352
|
+
};
|
353
|
+
} & {
|
354
|
+
modelValue: {
|
355
|
+
type: import("vue").PropType<ColorSchemaType>;
|
356
|
+
required: false;
|
357
|
+
};
|
358
|
+
}>;
|
359
|
+
};
|
360
|
+
}>> & {
|
361
|
+
"onUpdate:modelValue"?: (value: ColorSchemaType) => any;
|
362
|
+
}, () => JSX.Element, unknown, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {
|
363
|
+
"update:modelValue": (value: ColorSchemaType) => true;
|
364
|
+
}, string, {}, {}, string, {}> & import("vue").VNodeProps & import("vue").AllowedComponentProps & import("vue").ComponentCustomProps & {
|
365
|
+
propsDefinition: Omit<Readonly<{} & {
|
366
|
+
name?: {
|
367
|
+
[x: `onUpdate:${string}`]: {
|
368
|
+
type: import("vue").PropType<(value: ColorSchemaType) => any>;
|
369
|
+
};
|
370
|
+
} & {
|
371
|
+
[x: `v-model:${string}`]: {
|
372
|
+
type: import("vue").PropType<ColorSchemaType>;
|
373
|
+
required: false;
|
374
|
+
};
|
375
|
+
} & {
|
376
|
+
[x: string]: {
|
377
|
+
type: import("vue").PropType<ColorSchemaType>;
|
378
|
+
required: false;
|
379
|
+
};
|
380
|
+
} & {
|
381
|
+
require(): import("../../../DefineVueTypings").DefinePropModelRequire<string, ColorSchemaType, {
|
382
|
+
"onUpdate:modelValue": {
|
383
|
+
type: import("vue").PropType<(value: ColorSchemaType) => any>;
|
384
|
+
};
|
385
|
+
} & {
|
386
|
+
"v-model": {
|
387
|
+
type: import("vue").PropType<ColorSchemaType>;
|
388
|
+
required: false;
|
389
|
+
};
|
390
|
+
} & {
|
391
|
+
modelValue: {
|
392
|
+
type: import("vue").PropType<ColorSchemaType>;
|
393
|
+
required: false;
|
394
|
+
};
|
395
|
+
}>;
|
396
|
+
defaultValue(value?: ColorSchemaType): import("../../../DefineVueTypings").DefinePropModelDefaultValue<string, ColorSchemaType, {
|
397
|
+
"onUpdate:modelValue": {
|
398
|
+
type: import("vue").PropType<(value: ColorSchemaType) => any>;
|
399
|
+
};
|
400
|
+
} & {
|
401
|
+
"v-model": {
|
402
|
+
type: import("vue").PropType<ColorSchemaType>;
|
403
|
+
required: false;
|
404
|
+
};
|
405
|
+
} & {
|
406
|
+
modelValue: {
|
407
|
+
type: import("vue").PropType<ColorSchemaType>;
|
408
|
+
required: false;
|
409
|
+
};
|
410
|
+
}, false>;
|
411
|
+
doc$(description?: string): import("../../../DefineVueTypings").DefinePropModelDoc<string, ColorSchemaType, {
|
412
|
+
"onUpdate:modelValue": {
|
413
|
+
type: import("vue").PropType<(value: ColorSchemaType) => any>;
|
414
|
+
};
|
415
|
+
} & {
|
416
|
+
"v-model": {
|
417
|
+
type: import("vue").PropType<ColorSchemaType>;
|
418
|
+
required: false;
|
419
|
+
};
|
420
|
+
} & {
|
421
|
+
modelValue: {
|
422
|
+
type: import("vue").PropType<ColorSchemaType>;
|
423
|
+
required: false;
|
424
|
+
};
|
425
|
+
}>;
|
426
|
+
};
|
427
|
+
modelValue?: ColorSchemaType;
|
428
|
+
"onUpdate:modelValue"?: (value: ColorSchemaType) => any;
|
429
|
+
"v-model"?: ColorSchemaType;
|
430
|
+
}>, "onUpdate:modelValue"> & {
|
431
|
+
"onUpdate:modelValue"?: (value: ColorSchemaType) => any;
|
432
|
+
};
|
433
|
+
};
|
434
|
+
export default _default;
|
@@ -141,9 +141,6 @@ import wc1e7fa637f4914cbeb9ceb6d577fec150 from './ux/oxide/validation/Validation
|
|
141
141
|
import wc58330f37503947799af05363e58bda3c from './ux/richtexteditor/Emoticon/EmoticonComponent';
|
142
142
|
import wc327ec741777b4e1ea8017f1d0a3b8d9d from './ux/richtexteditor/TextCompletionPanel/TextCompletionPanel';
|
143
143
|
import wc4ff736bf8c544324883ed49f2a38f846 from './ux/theming/components/ThemeDefinitionEditor';
|
144
|
-
import wc44e2dd896269442f800da69000d4c2f1 from './ux/theming-v2/blueprintpicker/BlueprintPicker';
|
145
|
-
import wc829fbdec1d3b44059578b89b6d04c52b from './ux/theming-v2/colorschemadefinitionpicker/ColorSchemaDefinitionPicker';
|
146
|
-
import wc1266389c28034034921b897f788f302d from './ux/theming-v2/colorschemapicker/ColorSchemaPicker';
|
147
144
|
import wc252ece0016594978b3ddfafdd59adda4 from './ux/theming-v2/themedefinitionpicker/ThemeDefinitionPicker';
|
148
145
|
import wc5abbb7170e454f0d8cb537bcad180cd7 from './ux/theming-v2/themeeditor/ThemeEditor';
|
149
146
|
import wc008c41f92c8847eea45f09ebc0535fc1 from './ux/theming-v2/themeprovider/ThemeProvider';
|
@@ -207,6 +204,11 @@ import wcdf429c59a8ec42cf8ec34907705793a9 from './ux/properties/builtins/text/Te
|
|
207
204
|
import wcb8cc745685f2417cacf578d9bed620b5 from './ux/properties/builtins/text/TextEditor';
|
208
205
|
import wceb1460af73a8467597c5d0987d38cae5 from './ux/properties/builtins/time/TimeDisplay';
|
209
206
|
import wcf6b07b9fb080465498768f4fc8c58415 from './ux/properties/builtins/time/TimeEditor';
|
207
|
+
import wc44e2dd896269442f800da69000d4c2f1 from './ux/theming-v2/components/blueprintpicker/BlueprintPicker';
|
208
|
+
import wc638cfe124ab24d0ebd0711c0bd844af6 from './ux/theming-v2/components/colorpicker/ColorPicker';
|
209
|
+
import wc829fbdec1d3b44059578b89b6d04c52b from './ux/theming-v2/components/colorschemadefinitionpicker/ColorSchemaDefinitionPicker';
|
210
|
+
import wc1266389c28034034921b897f788f302d from './ux/theming-v2/components/colorschemapicker/ColorSchemaPicker';
|
211
|
+
import wc54730f05dd2c4f2da1c830b3985b36a9 from './ux/theming-v2/components/typographypicker/TypographyPicker';
|
210
212
|
import wccf8f32c9a70e408489a451caa80cd327 from './ux/velcron/blocks/content/ContentBlock';
|
211
213
|
import wcce1c0a7d513e45ee86564ec4235e712d from './ux/velcron/blocks/content/ContentBlockSettings';
|
212
214
|
import wc80bd5b0978ea40439001d3d409236382 from './ux/velcron/blocks/velcron/VelcronBlock';
|
@@ -392,9 +394,6 @@ declare global {
|
|
392
394
|
"omfx-emoticon": typeof wc58330f37503947799af05363e58bda3c.propsDefinition & VueComponentBaseProps;
|
393
395
|
"omfx-textcompletion-panel": typeof wc327ec741777b4e1ea8017f1d0a3b8d9d.propsDefinition & VueComponentBaseProps;
|
394
396
|
"omfx-themedefinition-editor": typeof wc4ff736bf8c544324883ed49f2a38f846.propsDefinition & VueComponentBaseProps;
|
395
|
-
"omfx-blueprint-picker": typeof wc44e2dd896269442f800da69000d4c2f1.propsDefinition & VueComponentBaseProps;
|
396
|
-
"omfx-color-schema-definition-picker": typeof wc829fbdec1d3b44059578b89b6d04c52b.propsDefinition & VueComponentBaseProps;
|
397
|
-
"omfx-color-schema-picker": typeof wc1266389c28034034921b897f788f302d.propsDefinition & VueComponentBaseProps;
|
398
397
|
"omfx-theme-definition-picker": typeof wc252ece0016594978b3ddfafdd59adda4.propsDefinition & VueComponentBaseProps;
|
399
398
|
"omfx-theme-editor-v2": typeof wc5abbb7170e454f0d8cb537bcad180cd7.propsDefinition & VueComponentBaseProps;
|
400
399
|
"omfx-theme-provider": typeof wc008c41f92c8847eea45f09ebc0535fc1.propsDefinition & VueComponentBaseProps;
|
@@ -458,6 +457,11 @@ declare global {
|
|
458
457
|
"omfx-properties-text-editor": typeof wcb8cc745685f2417cacf578d9bed620b5.propsDefinition & VueComponentBaseProps;
|
459
458
|
"omfx-properties-time-display": typeof wceb1460af73a8467597c5d0987d38cae5.propsDefinition & VueComponentBaseProps;
|
460
459
|
"omfx-properties-time-editor": typeof wcf6b07b9fb080465498768f4fc8c58415.propsDefinition & VueComponentBaseProps;
|
460
|
+
"omfx-blueprint-picker": typeof wc44e2dd896269442f800da69000d4c2f1.propsDefinition & VueComponentBaseProps;
|
461
|
+
"omfx-color-settings-picker": typeof wc638cfe124ab24d0ebd0711c0bd844af6.propsDefinition & VueComponentBaseProps;
|
462
|
+
"omfx-color-schema-definition-picker": typeof wc829fbdec1d3b44059578b89b6d04c52b.propsDefinition & VueComponentBaseProps;
|
463
|
+
"omfx-color-schema-picker": typeof wc1266389c28034034921b897f788f302d.propsDefinition & VueComponentBaseProps;
|
464
|
+
"omfx-typography-picker": typeof wc54730f05dd2c4f2da1c830b3985b36a9.propsDefinition & VueComponentBaseProps;
|
461
465
|
"omfx-content-block": typeof wccf8f32c9a70e408489a451caa80cd327.propsDefinition & VueComponentBaseProps;
|
462
466
|
"omfx-content-block-settings": typeof wcce1c0a7d513e45ee86564ec4235e712d.propsDefinition & VueComponentBaseProps;
|
463
467
|
"omfx-velcron-block": typeof wc80bd5b0978ea40439001d3d409236382.propsDefinition & VueComponentBaseProps;
|
@@ -641,9 +645,6 @@ declare global {
|
|
641
645
|
"Emoticon": typeof wc58330f37503947799af05363e58bda3c & VueComponentBaseProps;
|
642
646
|
"TextcompletionPanel": typeof wc327ec741777b4e1ea8017f1d0a3b8d9d & VueComponentBaseProps;
|
643
647
|
"ThemedefinitionEditor": typeof wc4ff736bf8c544324883ed49f2a38f846 & VueComponentBaseProps;
|
644
|
-
"BlueprintPicker": typeof wc44e2dd896269442f800da69000d4c2f1 & VueComponentBaseProps;
|
645
|
-
"ColorSchemaDefinitionPicker": typeof wc829fbdec1d3b44059578b89b6d04c52b & VueComponentBaseProps;
|
646
|
-
"ColorSchemaPicker": typeof wc1266389c28034034921b897f788f302d & VueComponentBaseProps;
|
647
648
|
"ThemeDefinitionPicker": typeof wc252ece0016594978b3ddfafdd59adda4 & VueComponentBaseProps;
|
648
649
|
"ThemeEditorV2": typeof wc5abbb7170e454f0d8cb537bcad180cd7 & VueComponentBaseProps;
|
649
650
|
"ThemeProvider": typeof wc008c41f92c8847eea45f09ebc0535fc1 & VueComponentBaseProps;
|
@@ -707,6 +708,11 @@ declare global {
|
|
707
708
|
"PropertiesTextEditor": typeof wcb8cc745685f2417cacf578d9bed620b5 & VueComponentBaseProps;
|
708
709
|
"PropertiesTimeDisplay": typeof wceb1460af73a8467597c5d0987d38cae5 & VueComponentBaseProps;
|
709
710
|
"PropertiesTimeEditor": typeof wcf6b07b9fb080465498768f4fc8c58415 & VueComponentBaseProps;
|
711
|
+
"BlueprintPicker": typeof wc44e2dd896269442f800da69000d4c2f1 & VueComponentBaseProps;
|
712
|
+
"ColorSettingsPicker": typeof wc638cfe124ab24d0ebd0711c0bd844af6 & VueComponentBaseProps;
|
713
|
+
"ColorSchemaDefinitionPicker": typeof wc829fbdec1d3b44059578b89b6d04c52b & VueComponentBaseProps;
|
714
|
+
"ColorSchemaPicker": typeof wc1266389c28034034921b897f788f302d & VueComponentBaseProps;
|
715
|
+
"TypographyPicker": typeof wc54730f05dd2c4f2da1c830b3985b36a9 & VueComponentBaseProps;
|
710
716
|
"ContentBlock": typeof wccf8f32c9a70e408489a451caa80cd327 & VueComponentBaseProps;
|
711
717
|
"ContentBlockSettings": typeof wcce1c0a7d513e45ee86564ec4235e712d & VueComponentBaseProps;
|
712
718
|
"VelcronBlock": typeof wc80bd5b0978ea40439001d3d409236382 & VueComponentBaseProps;
|
package/package.json
CHANGED
@@ -1,7 +1,7 @@
|
|
1
1
|
{
|
2
2
|
"name": "@omnia/fx",
|
3
3
|
"license": "MIT",
|
4
|
-
"version": "8.0.
|
4
|
+
"version": "8.0.90-vnext",
|
5
5
|
"description": "Provide Omnia Fx typings and tooling for clientside Omnia development.",
|
6
6
|
"scripts": {
|
7
7
|
"test": "echo \"Error: no test specified\" && exit 1",
|
@@ -20,7 +20,7 @@
|
|
20
20
|
],
|
21
21
|
"author": "Precio Fishbone",
|
22
22
|
"dependencies": {
|
23
|
-
"@omnia/fx-models": "8.0.
|
23
|
+
"@omnia/fx-models": "8.0.90-vnext",
|
24
24
|
"@microsoft/signalr": "6.0.1",
|
25
25
|
"broadcast-channel": "4.8.0",
|
26
26
|
"dayjs": "1.10.7",
|
@@ -1,50 +0,0 @@
|
|
1
|
-
import { VelcronImageRatios } from "@omnia/fx-models";
|
2
|
-
export declare function useVelcronState(): {
|
3
|
-
content: {
|
4
|
-
editor: {
|
5
|
-
main: {
|
6
|
-
name: string;
|
7
|
-
type: "markdown";
|
8
|
-
stateMapping: string;
|
9
|
-
};
|
10
|
-
caption: {
|
11
|
-
name: string;
|
12
|
-
type: "text";
|
13
|
-
stateMapping: string;
|
14
|
-
};
|
15
|
-
};
|
16
|
-
state: (main: string, caption?: string) => {
|
17
|
-
content: {
|
18
|
-
main: string;
|
19
|
-
caption: string;
|
20
|
-
};
|
21
|
-
};
|
22
|
-
bind: {
|
23
|
-
main: string;
|
24
|
-
caption: string;
|
25
|
-
};
|
26
|
-
};
|
27
|
-
image: {
|
28
|
-
editor: {
|
29
|
-
main: {
|
30
|
-
name: string;
|
31
|
-
type: "image";
|
32
|
-
stateMapping: string;
|
33
|
-
};
|
34
|
-
};
|
35
|
-
state: {
|
36
|
-
main: (url: string, ratio: VelcronImageRatios) => {
|
37
|
-
"main-image": {
|
38
|
-
url: string;
|
39
|
-
ratio: VelcronImageRatios;
|
40
|
-
};
|
41
|
-
};
|
42
|
-
};
|
43
|
-
bind: {
|
44
|
-
main: {
|
45
|
-
url: string;
|
46
|
-
ratio: string;
|
47
|
-
};
|
48
|
-
};
|
49
|
-
};
|
50
|
-
};
|
File without changes
|
File without changes
|