@omnia/fx 8.0.307-dev → 8.0.308-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/stores/ClipboardStore.d.ts +1 -1
- package/internal-do-not-import-from-here/ux/aurora/admin/blades/blueprints/components/store/ComponentEditorStore.d.ts +12 -4
- package/internal-do-not-import-from-here/ux/aurora/admin/blades/blueprints/components/store/HeaderEditorStore.d.ts +11 -2
- package/internal-do-not-import-from-here/ux/aurora/admin/blades/templates/store/TemplateEditorStore.d.ts +1 -8
- package/internal-do-not-import-from-here/ux/aurora/admin/blades/themes/models/Theme.d.ts +1 -1
- package/internal-do-not-import-from-here/ux/aurora/components/backgroundstyle/BackgroundStyleViewer.d.ts +1 -1
- package/internal-do-not-import-from-here/ux/aurora/components/borderpicker/BorderPreview.d.ts +1 -1
- package/internal-do-not-import-from-here/ux/aurora/components/colorpickerV2/ColorPicker.d.ts +1 -1
- package/internal-do-not-import-from-here/ux/aurora/components/colorschemapicker/ColorSchemaPicker.d.ts +77 -77
- 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/fillpicker/FillPreview.d.ts +1 -1
- package/internal-do-not-import-from-here/ux/aurora/components/{chrome_2beRemoved/ChromePicker.css.d.ts → headerpicker/HeaderPicker.css.d.ts} +1 -1
- package/internal-do-not-import-from-here/ux/aurora/components/{chrome_2beRemoved/ChromePicker.d.ts → headerpicker/HeaderPicker.d.ts} +79 -79
- package/internal-do-not-import-from-here/ux/aurora/components/headerpicker/HeaderViewer.d.ts +18 -0
- package/internal-do-not-import-from-here/ux/aurora/components/stylepicker/StylePicker.d.ts +10 -10
- package/internal-do-not-import-from-here/ux/aurora/components/themepicker/ThemePicker.d.ts +2 -0
- package/internal-do-not-import-from-here/ux/aurora/designkits/shared/BlueprintsTemplates.d.ts +1 -23
- package/internal-do-not-import-from-here/ux/aurora/store/ComponentBlueprintStore.d.ts +0 -4
- package/internal-do-not-import-from-here/ux/aurora/store/SpacingBlueprintStore.d.ts +0 -4
- package/internal-do-not-import-from-here/ux/aurora/store/ThemeContextStore.d.ts +0 -48
- package/internal-do-not-import-from-here/ux/aurora/store/ThemeStore.d.ts +0 -4
- package/internal-do-not-import-from-here/ux/aurora/store/TypographyBlueprintStore.d.ts +0 -4
- package/internal-do-not-import-from-here/ux/aurora/styling/UseStyling.d.ts +2 -5
- package/internal-do-not-import-from-here/ux/aurora/styling/styles/Chrome.d.ts +0 -9
- package/internal-do-not-import-from-here/ux/aurora/styling/styles/index.d.ts +0 -1
- package/internal-do-not-import-from-here/ux/aurora/themeprovider/ThemeProvider.d.ts +4 -4
- package/internal-do-not-import-from-here/ux/image/scalingsettings/ScalingSettings.d.ts +1 -1
- package/internal-do-not-import-from-here/ux/layoutcanvas/editor/blockplaceholder/BlockPlaceholder.d.ts +1 -1
- package/internal-do-not-import-from-here/ux/layoutcanvas/editor/settings/TemplatePreview.d.ts +1 -1
- package/internal-do-not-import-from-here/ux/layoutcanvas/editor/settings/blocktitle/BlockTitle.d.ts +1 -1
- package/internal-do-not-import-from-here/ux/layoutcanvas/editor/settings/layoutclipboard/LayoutClipboard.d.ts +1 -15
- package/internal-do-not-import-from-here/ux/layoutcanvas/editor/sizecontainer/SizeContainer.d.ts +1 -1
- package/internal-do-not-import-from-here/ux/layoutcanvas/editor/targetselector/TargetSelector.d.ts +1 -1
- package/internal-do-not-import-from-here/ux/layoutcanvas/shared/layoutItemselector/LayoutItemSelection.d.ts +1 -1
- package/internal-do-not-import-from-here/ux/layoutcanvas/shared/layoutItemselector/LayoutItemSelector.d.ts +1 -1
- package/internal-do-not-import-from-here/ux/layoutcanvas/shared/layoutitemsrenderer/LayoutBlockRenderer.d.ts +1 -1
- package/internal-do-not-import-from-here/ux/layoutcanvas/shared/layoutitemsrenderer/LayoutSectionRenderer.d.ts +1 -1
- package/internal-do-not-import-from-here/ux/markdown/MarkdownEditor.d.ts +1 -1
- package/internal-do-not-import-from-here/ux/oxide/navigationdrawer/NavigationDrawer.d.ts +1 -1
- package/internal-do-not-import-from-here/ux/oxide/pagination/Pagination.d.ts +1 -1
- package/internal-do-not-import-from-here/ux/oxide/radio/RadioGroup.d.ts +1 -1
- package/internal-do-not-import-from-here/ux/oxide/rangeslider/RangeSlider.d.ts +1 -1
- package/internal-do-not-import-from-here/ux/oxide/stepper/Stepper.d.ts +1 -1
- package/internal-do-not-import-from-here/ux/oxide/treeview/Treeview.d.ts +46 -326
- package/internal-do-not-import-from-here/ux/rollupempty/RollupEmpty.d.ts +1 -1
- package/internal-do-not-import-from-here/ux/securitytrimmer/SecurityTrimmer.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/velcron/components/definitionpicker/VelcronDefinitionPicker.d.ts +1 -1
- package/internal-do-not-import-from-here/ux/velcron/components/definitionpicker/VelcronDefinitionPreview.d.ts +1 -1
- package/internal-do-not-import-from-here/ux/velcron/components/propertieseditor/StateManager.d.ts +3 -0
- package/internal-do-not-import-from-here/ux/velcron/components/propertieseditor/VelcronStatePropertiesEditor.d.ts +358 -0
- package/internal-do-not-import-from-here/ux/velcron/renderer/VelcronRenderer.d.ts +1 -1
- package/internal-do-not-import-from-here/wctypings.d.ts +30 -34
- package/package.json +3 -3
- package/internal-do-not-import-from-here/ux/aurora/admin/blades/templates/blades/ChromeTemplates.d.ts +0 -22
- package/internal-do-not-import-from-here/ux/aurora/components/chrome_2beRemoved/ChromeBlueprintsViewer.d.ts +0 -16
- package/internal-do-not-import-from-here/ux/aurora/components/chrome_2beRemoved/ChromeEditor.d.ts +0 -353
- package/internal-do-not-import-from-here/ux/aurora/components/chrome_2beRemoved/ChromeViewer.d.ts +0 -97
- package/internal-do-not-import-from-here/ux/aurora/designkits/core/DefinitionsChrome.d.ts +0 -96
- /package/internal-do-not-import-from-here/ux/aurora/admin/blades/{templates/blades/ChromeTemplateEdit.d.ts → blueprints/components/blades/HeaderBladeEdit.d.ts} +0 -0
- /package/internal-do-not-import-from-here/ux/{aurora/components/chrome_2beRemoved/docs/SampleComponent.d.ts → oxide/breadcrumbs/docs/BreadcrumbsExample.d.ts} +0 -0
- /package/internal-do-not-import-from-here/ux/{aurora/components/chrome_2beRemoved → oxide/breadcrumbs}/docs/ExampleComponents.d.ts +0 -0
- /package/internal-do-not-import-from-here/ux/{aurora/components/chrome_2beRemoved → oxide/breadcrumbs}/docs/index.d.ts +0 -0
@@ -0,0 +1,358 @@
|
|
1
|
+
import { VelcronAppDefinition } from "@omnia/fx-models";
|
2
|
+
import { EditorLocation, VelcronEditor } from "../../core";
|
3
|
+
declare const _default: {
|
4
|
+
new (...args: any[]): import("vue").CreateComponentPublicInstanceWithMixins<Readonly<import("vue").ExtractPropTypes<{
|
5
|
+
previewColorSchemaType: {
|
6
|
+
type: import("vue").PropType<"background" | "primary" | "secondary" | "accent1" | "accent2" | "accent3" | "accent4" | "accent5" | "accent6" | "accent7" | "accent8" | "accent9" | "neutral" | "warning" | "notification" | "error" | "info" | "success" | "dynamic">;
|
7
|
+
};
|
8
|
+
location: {
|
9
|
+
type: import("vue").PropType<EditorLocation>;
|
10
|
+
};
|
11
|
+
hidePropertyMapped: {
|
12
|
+
type: import("vue").PropType<boolean>;
|
13
|
+
};
|
14
|
+
propertyEditors: {
|
15
|
+
type: import("vue").PropType<VelcronEditor<any>[]>;
|
16
|
+
};
|
17
|
+
definition: {
|
18
|
+
type: import("vue").PropType<VelcronAppDefinition<object>>;
|
19
|
+
};
|
20
|
+
"onUpdate:modelValue": {
|
21
|
+
type: import("vue").PropType<(value: object) => any | void>;
|
22
|
+
};
|
23
|
+
"v-model": {
|
24
|
+
type: import("vue").PropType<object>;
|
25
|
+
required: false;
|
26
|
+
};
|
27
|
+
modelValue: {
|
28
|
+
type: import("vue").PropType<object>;
|
29
|
+
required: false;
|
30
|
+
};
|
31
|
+
name: <TName extends string>(n?: TName) => { [key in import("../../../DefineVueTypings").VModelEmitsInJsxElement<TName>]: {
|
32
|
+
type: import("vue").PropType<(value: object) => any | void>;
|
33
|
+
}; } & { [key_1 in import("../../../DefineVueTypings").VModelKeyNameInJsxElement<TName>]: {
|
34
|
+
type: import("vue").PropType<object>;
|
35
|
+
required: false;
|
36
|
+
}; } & { [key_2 in import("../../../DefineVueTypings").VModelKeyNameInProps<TName>]: {
|
37
|
+
type: import("vue").PropType<object>;
|
38
|
+
required: false;
|
39
|
+
}; } & {
|
40
|
+
require(): import("../../../DefineVueTypings").DefinePropModelRequire<TName, object, {
|
41
|
+
"onUpdate:modelValue": {
|
42
|
+
type: import("vue").PropType<(value: object) => any | void>;
|
43
|
+
};
|
44
|
+
} & {
|
45
|
+
"v-model": {
|
46
|
+
type: import("vue").PropType<object>;
|
47
|
+
required: false;
|
48
|
+
};
|
49
|
+
} & {
|
50
|
+
modelValue: {
|
51
|
+
type: import("vue").PropType<object>;
|
52
|
+
required: false;
|
53
|
+
};
|
54
|
+
}>;
|
55
|
+
defaultValue(value?: object): import("../../../DefineVueTypings").DefinePropModelDefaultValue<TName, object, {
|
56
|
+
"onUpdate:modelValue": {
|
57
|
+
type: import("vue").PropType<(value: object) => any | void>;
|
58
|
+
};
|
59
|
+
} & {
|
60
|
+
"v-model": {
|
61
|
+
type: import("vue").PropType<object>;
|
62
|
+
required: false;
|
63
|
+
};
|
64
|
+
} & {
|
65
|
+
modelValue: {
|
66
|
+
type: import("vue").PropType<object>;
|
67
|
+
required: false;
|
68
|
+
};
|
69
|
+
}, false>;
|
70
|
+
doc$(description?: string): import("../../../DefineVueTypings").DefinePropModelDoc<TName, object, {
|
71
|
+
"onUpdate:modelValue": {
|
72
|
+
type: import("vue").PropType<(value: object) => any | void>;
|
73
|
+
};
|
74
|
+
} & {
|
75
|
+
"v-model": {
|
76
|
+
type: import("vue").PropType<object>;
|
77
|
+
required: false;
|
78
|
+
};
|
79
|
+
} & {
|
80
|
+
modelValue: {
|
81
|
+
type: import("vue").PropType<object>;
|
82
|
+
required: false;
|
83
|
+
};
|
84
|
+
}>;
|
85
|
+
};
|
86
|
+
}>> & {
|
87
|
+
"onUpdate:modelValue"?: (value: VelcronAppDefinition<object>) => any;
|
88
|
+
"onValue:enter"?: (propertyEditorMapping: VelcronEditor<any>, value: any) => any;
|
89
|
+
"onValue:leave"?: (propertyEditorMapping: VelcronEditor<any>, value: any) => any;
|
90
|
+
}, () => JSX.Element[], unknown, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {
|
91
|
+
"update:modelValue": (value: VelcronAppDefinition) => true;
|
92
|
+
"value:enter": (propertyEditorMapping: VelcronEditor, value: any) => true;
|
93
|
+
"value:leave": (propertyEditorMapping: VelcronEditor, value: any) => true;
|
94
|
+
}, import("vue").PublicProps, {}, true, {}, {}, import("vue").GlobalComponents, import("vue").GlobalDirectives, string, {}, any, import("vue").ComponentProvideOptions, {
|
95
|
+
P: {};
|
96
|
+
B: {};
|
97
|
+
D: {};
|
98
|
+
C: {};
|
99
|
+
M: {};
|
100
|
+
Defaults: {};
|
101
|
+
}, Readonly<import("vue").ExtractPropTypes<{
|
102
|
+
previewColorSchemaType: {
|
103
|
+
type: import("vue").PropType<"background" | "primary" | "secondary" | "accent1" | "accent2" | "accent3" | "accent4" | "accent5" | "accent6" | "accent7" | "accent8" | "accent9" | "neutral" | "warning" | "notification" | "error" | "info" | "success" | "dynamic">;
|
104
|
+
};
|
105
|
+
location: {
|
106
|
+
type: import("vue").PropType<EditorLocation>;
|
107
|
+
};
|
108
|
+
hidePropertyMapped: {
|
109
|
+
type: import("vue").PropType<boolean>;
|
110
|
+
};
|
111
|
+
propertyEditors: {
|
112
|
+
type: import("vue").PropType<VelcronEditor<any>[]>;
|
113
|
+
};
|
114
|
+
definition: {
|
115
|
+
type: import("vue").PropType<VelcronAppDefinition<object>>;
|
116
|
+
};
|
117
|
+
"onUpdate:modelValue": {
|
118
|
+
type: import("vue").PropType<(value: object) => any | void>;
|
119
|
+
};
|
120
|
+
"v-model": {
|
121
|
+
type: import("vue").PropType<object>;
|
122
|
+
required: false;
|
123
|
+
};
|
124
|
+
modelValue: {
|
125
|
+
type: import("vue").PropType<object>;
|
126
|
+
required: false;
|
127
|
+
};
|
128
|
+
name: <TName extends string>(n?: TName) => { [key in import("../../../DefineVueTypings").VModelEmitsInJsxElement<TName>]: {
|
129
|
+
type: import("vue").PropType<(value: object) => any | void>;
|
130
|
+
}; } & { [key_1 in import("../../../DefineVueTypings").VModelKeyNameInJsxElement<TName>]: {
|
131
|
+
type: import("vue").PropType<object>;
|
132
|
+
required: false;
|
133
|
+
}; } & { [key_2 in import("../../../DefineVueTypings").VModelKeyNameInProps<TName>]: {
|
134
|
+
type: import("vue").PropType<object>;
|
135
|
+
required: false;
|
136
|
+
}; } & {
|
137
|
+
require(): import("../../../DefineVueTypings").DefinePropModelRequire<TName, object, {
|
138
|
+
"onUpdate:modelValue": {
|
139
|
+
type: import("vue").PropType<(value: object) => any | void>;
|
140
|
+
};
|
141
|
+
} & {
|
142
|
+
"v-model": {
|
143
|
+
type: import("vue").PropType<object>;
|
144
|
+
required: false;
|
145
|
+
};
|
146
|
+
} & {
|
147
|
+
modelValue: {
|
148
|
+
type: import("vue").PropType<object>;
|
149
|
+
required: false;
|
150
|
+
};
|
151
|
+
}>;
|
152
|
+
defaultValue(value?: object): import("../../../DefineVueTypings").DefinePropModelDefaultValue<TName, object, {
|
153
|
+
"onUpdate:modelValue": {
|
154
|
+
type: import("vue").PropType<(value: object) => any | void>;
|
155
|
+
};
|
156
|
+
} & {
|
157
|
+
"v-model": {
|
158
|
+
type: import("vue").PropType<object>;
|
159
|
+
required: false;
|
160
|
+
};
|
161
|
+
} & {
|
162
|
+
modelValue: {
|
163
|
+
type: import("vue").PropType<object>;
|
164
|
+
required: false;
|
165
|
+
};
|
166
|
+
}, false>;
|
167
|
+
doc$(description?: string): import("../../../DefineVueTypings").DefinePropModelDoc<TName, object, {
|
168
|
+
"onUpdate:modelValue": {
|
169
|
+
type: import("vue").PropType<(value: object) => any | void>;
|
170
|
+
};
|
171
|
+
} & {
|
172
|
+
"v-model": {
|
173
|
+
type: import("vue").PropType<object>;
|
174
|
+
required: false;
|
175
|
+
};
|
176
|
+
} & {
|
177
|
+
modelValue: {
|
178
|
+
type: import("vue").PropType<object>;
|
179
|
+
required: false;
|
180
|
+
};
|
181
|
+
}>;
|
182
|
+
};
|
183
|
+
}>> & {
|
184
|
+
"onUpdate:modelValue"?: (value: VelcronAppDefinition<object>) => any;
|
185
|
+
"onValue:enter"?: (propertyEditorMapping: VelcronEditor<any>, value: any) => any;
|
186
|
+
"onValue:leave"?: (propertyEditorMapping: VelcronEditor<any>, value: any) => any;
|
187
|
+
}, () => JSX.Element[], {}, {}, {}, {}>;
|
188
|
+
__isFragment?: never;
|
189
|
+
__isTeleport?: never;
|
190
|
+
__isSuspense?: never;
|
191
|
+
} & import("vue").ComponentOptionsBase<Readonly<import("vue").ExtractPropTypes<{
|
192
|
+
previewColorSchemaType: {
|
193
|
+
type: import("vue").PropType<"background" | "primary" | "secondary" | "accent1" | "accent2" | "accent3" | "accent4" | "accent5" | "accent6" | "accent7" | "accent8" | "accent9" | "neutral" | "warning" | "notification" | "error" | "info" | "success" | "dynamic">;
|
194
|
+
};
|
195
|
+
location: {
|
196
|
+
type: import("vue").PropType<EditorLocation>;
|
197
|
+
};
|
198
|
+
hidePropertyMapped: {
|
199
|
+
type: import("vue").PropType<boolean>;
|
200
|
+
};
|
201
|
+
propertyEditors: {
|
202
|
+
type: import("vue").PropType<VelcronEditor<any>[]>;
|
203
|
+
};
|
204
|
+
definition: {
|
205
|
+
type: import("vue").PropType<VelcronAppDefinition<object>>;
|
206
|
+
};
|
207
|
+
"onUpdate:modelValue": {
|
208
|
+
type: import("vue").PropType<(value: object) => any | void>;
|
209
|
+
};
|
210
|
+
"v-model": {
|
211
|
+
type: import("vue").PropType<object>;
|
212
|
+
required: false;
|
213
|
+
};
|
214
|
+
modelValue: {
|
215
|
+
type: import("vue").PropType<object>;
|
216
|
+
required: false;
|
217
|
+
};
|
218
|
+
name: <TName extends string>(n?: TName) => { [key in import("../../../DefineVueTypings").VModelEmitsInJsxElement<TName>]: {
|
219
|
+
type: import("vue").PropType<(value: object) => any | void>;
|
220
|
+
}; } & { [key_1 in import("../../../DefineVueTypings").VModelKeyNameInJsxElement<TName>]: {
|
221
|
+
type: import("vue").PropType<object>;
|
222
|
+
required: false;
|
223
|
+
}; } & { [key_2 in import("../../../DefineVueTypings").VModelKeyNameInProps<TName>]: {
|
224
|
+
type: import("vue").PropType<object>;
|
225
|
+
required: false;
|
226
|
+
}; } & {
|
227
|
+
require(): import("../../../DefineVueTypings").DefinePropModelRequire<TName, object, {
|
228
|
+
"onUpdate:modelValue": {
|
229
|
+
type: import("vue").PropType<(value: object) => any | void>;
|
230
|
+
};
|
231
|
+
} & {
|
232
|
+
"v-model": {
|
233
|
+
type: import("vue").PropType<object>;
|
234
|
+
required: false;
|
235
|
+
};
|
236
|
+
} & {
|
237
|
+
modelValue: {
|
238
|
+
type: import("vue").PropType<object>;
|
239
|
+
required: false;
|
240
|
+
};
|
241
|
+
}>;
|
242
|
+
defaultValue(value?: object): import("../../../DefineVueTypings").DefinePropModelDefaultValue<TName, object, {
|
243
|
+
"onUpdate:modelValue": {
|
244
|
+
type: import("vue").PropType<(value: object) => any | void>;
|
245
|
+
};
|
246
|
+
} & {
|
247
|
+
"v-model": {
|
248
|
+
type: import("vue").PropType<object>;
|
249
|
+
required: false;
|
250
|
+
};
|
251
|
+
} & {
|
252
|
+
modelValue: {
|
253
|
+
type: import("vue").PropType<object>;
|
254
|
+
required: false;
|
255
|
+
};
|
256
|
+
}, false>;
|
257
|
+
doc$(description?: string): import("../../../DefineVueTypings").DefinePropModelDoc<TName, object, {
|
258
|
+
"onUpdate:modelValue": {
|
259
|
+
type: import("vue").PropType<(value: object) => any | void>;
|
260
|
+
};
|
261
|
+
} & {
|
262
|
+
"v-model": {
|
263
|
+
type: import("vue").PropType<object>;
|
264
|
+
required: false;
|
265
|
+
};
|
266
|
+
} & {
|
267
|
+
modelValue: {
|
268
|
+
type: import("vue").PropType<object>;
|
269
|
+
required: false;
|
270
|
+
};
|
271
|
+
}>;
|
272
|
+
};
|
273
|
+
}>> & {
|
274
|
+
"onUpdate:modelValue"?: (value: VelcronAppDefinition<object>) => any;
|
275
|
+
"onValue:enter"?: (propertyEditorMapping: VelcronEditor<any>, value: any) => any;
|
276
|
+
"onValue:leave"?: (propertyEditorMapping: VelcronEditor<any>, value: any) => any;
|
277
|
+
}, () => JSX.Element[], unknown, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {
|
278
|
+
"update:modelValue": (value: VelcronAppDefinition) => true;
|
279
|
+
"value:enter": (propertyEditorMapping: VelcronEditor, value: any) => true;
|
280
|
+
"value:leave": (propertyEditorMapping: VelcronEditor, value: any) => true;
|
281
|
+
}, string, {}, {}, string, {}, import("vue").GlobalComponents, import("vue").GlobalDirectives, string, import("vue").ComponentProvideOptions> & import("vue").VNodeProps & import("vue").AllowedComponentProps & import("vue").ComponentCustomProps & {
|
282
|
+
propsDefinition: Omit<Readonly<{} & {
|
283
|
+
name?: {
|
284
|
+
[x: `onUpdate:${string}`]: {
|
285
|
+
type: import("vue").PropType<(value: object) => any | void>;
|
286
|
+
};
|
287
|
+
} & {
|
288
|
+
[x: `v-model:${string}`]: {
|
289
|
+
type: import("vue").PropType<object>;
|
290
|
+
required: false;
|
291
|
+
};
|
292
|
+
} & {
|
293
|
+
[x: string]: {
|
294
|
+
type: import("vue").PropType<object>;
|
295
|
+
required: false;
|
296
|
+
};
|
297
|
+
} & {
|
298
|
+
require(): import("../../../DefineVueTypings").DefinePropModelRequire<string, object, {
|
299
|
+
"onUpdate:modelValue": {
|
300
|
+
type: import("vue").PropType<(value: object) => any | void>;
|
301
|
+
};
|
302
|
+
} & {
|
303
|
+
"v-model": {
|
304
|
+
type: import("vue").PropType<object>;
|
305
|
+
required: false;
|
306
|
+
};
|
307
|
+
} & {
|
308
|
+
modelValue: {
|
309
|
+
type: import("vue").PropType<object>;
|
310
|
+
required: false;
|
311
|
+
};
|
312
|
+
}>;
|
313
|
+
defaultValue(value?: object): import("../../../DefineVueTypings").DefinePropModelDefaultValue<string, object, {
|
314
|
+
"onUpdate:modelValue": {
|
315
|
+
type: import("vue").PropType<(value: object) => any | void>;
|
316
|
+
};
|
317
|
+
} & {
|
318
|
+
"v-model": {
|
319
|
+
type: import("vue").PropType<object>;
|
320
|
+
required: false;
|
321
|
+
};
|
322
|
+
} & {
|
323
|
+
modelValue: {
|
324
|
+
type: import("vue").PropType<object>;
|
325
|
+
required: false;
|
326
|
+
};
|
327
|
+
}, false>;
|
328
|
+
doc$(description?: string): import("../../../DefineVueTypings").DefinePropModelDoc<string, object, {
|
329
|
+
"onUpdate:modelValue": {
|
330
|
+
type: import("vue").PropType<(value: object) => any | void>;
|
331
|
+
};
|
332
|
+
} & {
|
333
|
+
"v-model": {
|
334
|
+
type: import("vue").PropType<object>;
|
335
|
+
required: false;
|
336
|
+
};
|
337
|
+
} & {
|
338
|
+
modelValue: {
|
339
|
+
type: import("vue").PropType<object>;
|
340
|
+
required: false;
|
341
|
+
};
|
342
|
+
}>;
|
343
|
+
};
|
344
|
+
definition?: VelcronAppDefinition<object>;
|
345
|
+
"v-model"?: object;
|
346
|
+
modelValue?: object;
|
347
|
+
"onUpdate:modelValue"?: (value: object) => any | void;
|
348
|
+
location?: EditorLocation;
|
349
|
+
previewColorSchemaType?: "background" | "primary" | "secondary" | "accent1" | "accent2" | "accent3" | "accent4" | "accent5" | "accent6" | "accent7" | "accent8" | "accent9" | "neutral" | "warning" | "notification" | "error" | "info" | "success" | "dynamic";
|
350
|
+
propertyEditors?: VelcronEditor<any>[];
|
351
|
+
hidePropertyMapped?: boolean;
|
352
|
+
}>, "onUpdate:modelValue" | "onValue:enter" | "onValue:leave"> & {
|
353
|
+
"onUpdate:modelValue"?: (value: VelcronAppDefinition<object>) => any;
|
354
|
+
"onValue:enter"?: (propertyEditorMapping: VelcronEditor<any>, value: any) => any;
|
355
|
+
"onValue:leave"?: (propertyEditorMapping: VelcronEditor<any>, value: any) => any;
|
356
|
+
};
|
357
|
+
};
|
358
|
+
export default _default;
|
@@ -135,7 +135,7 @@ declare const _default: {
|
|
135
135
|
} & {
|
136
136
|
container?: boolean;
|
137
137
|
active?: boolean;
|
138
|
-
colorSchemaType?: "background" | "primary" | "secondary" |
|
138
|
+
colorSchemaType?: "background" | "primary" | "secondary" | "accent1" | "accent2" | "accent3" | "accent4" | "accent5" | "accent6" | "accent7" | "accent8" | "accent9" | "neutral" | "warning" | "notification" | "error" | "info" | "success" | "dynamic" | ColorSchemaTypes;
|
139
139
|
themeDefinition?: ResolvedThemeDefinition;
|
140
140
|
colors?: import("@omnia/fx/ux").ColorSchemaStoreType;
|
141
141
|
context?: VelcronRenderContext;
|
@@ -361,10 +361,6 @@ import wc8391c3abe04c43b78b32edde15337988 from './ux/aurora/components/borderpic
|
|
361
361
|
import wcdb6d37c1525f463aa5b4a89a4ddfe05c from './ux/aurora/components/buttonstyle/ButtonStylePicker';
|
362
362
|
import wc28aca89920b749c894138e728231ffc4 from './ux/aurora/components/buttonstyle/ButtonStyleEditor';
|
363
363
|
import wc7222a47525f54724a8e9f7f2cfc39354 from './ux/aurora/components/buttonstyle/ButtonBlueprintsViewer';
|
364
|
-
import wc44e2dd896269442f800da69000d4c2f1 from './ux/aurora/components/chrome_2beRemoved/ChromePicker';
|
365
|
-
import wcb059e461e6c048fe830c6d32722e5cdc from './ux/aurora/components/chrome_2beRemoved/ChromeViewer';
|
366
|
-
import wc4d52057f17b94cfeb504176f24ac5ab5 from './ux/aurora/components/chrome_2beRemoved/ChromeEditor';
|
367
|
-
import wce0656baa027f49c495e4e00310a78760 from './ux/aurora/components/chrome_2beRemoved/ChromeBlueprintsViewer';
|
368
364
|
import wc638cfe124ab24d0ebd0711c0bd844af6 from './ux/aurora/components/colorpickerV2/ColorPicker';
|
369
365
|
import wc1266389c28034034921b897f788f302d from './ux/aurora/components/colorschemapicker/ColorSchemaPicker';
|
370
366
|
import wc9ed2b61fad8a43f384efef4a5dcbd184 from './ux/aurora/components/colorschemapicker/ColorSchemaDefinitionPicker';
|
@@ -375,6 +371,8 @@ import wcf0987a01b8d2487f8d6678d41fc26f7f from './ux/aurora/components/container
|
|
375
371
|
import wc5eca85f245ca4f3cbf5e81ba8741f3c6 from './ux/aurora/components/containerFillpicker/ContainerBlueprintsViewer';
|
376
372
|
import wcbb2e0efa0634452f94d99d1f33ae5b64 from './ux/aurora/components/fillpicker/FillPicker';
|
377
373
|
import wc349a445fe7a2403b8f98fceff168f87e from './ux/aurora/components/fillpicker/FillPreview';
|
374
|
+
import wc44e2dd896269442f800da69000d4c2f1 from './ux/aurora/components/headerpicker/HeaderPicker';
|
375
|
+
import wcb059e461e6c048fe830c6d32722e5cdc from './ux/aurora/components/headerpicker/HeaderViewer';
|
378
376
|
import wc5542a25df57c464897a59a336eee0e56 from './ux/aurora/components/iconstylepicker/IconStylePicker';
|
379
377
|
import wcf7cc41f3ae4944e3b43c380140438973 from './ux/aurora/components/iconstylepicker/IconStyleEditor';
|
380
378
|
import wccbdf3361c16f479faff72960c18404dc from './ux/aurora/components/iconstylepicker/IconBlueprintsViewer';
|
@@ -475,6 +473,7 @@ import wc80bd5b0978ea40439001d3d409236382 from './ux/velcron/blocks/velcron/Velc
|
|
475
473
|
import wce8526e8ed3f74e848e0dd747fd4d376d from './ux/velcron/blocks/velcron/VelcronBlockSettings';
|
476
474
|
import wcb197c5e805cc4d6bb3d012e258560b31 from './ux/velcron/components/definitionpicker/VelcronDefinitionPicker';
|
477
475
|
import wcdabd67ab338243858fe7d1ca24399995 from './ux/velcron/components/propertieseditor/VelcronPropertiesEditor';
|
476
|
+
import wc4683b11ac40a45aa8c2be12812ab1f1c from './ux/velcron/components/propertieseditor/VelcronStatePropertiesEditor';
|
478
477
|
import wc5688474abe554cabb34c696620eb6be1 from './ux/velcron/renderer/editors/PropertyEditorCreator';
|
479
478
|
import wc9c02218206624a9dbc979d23148f5d83 from '../../fx-sp/internal-do-not-import-from-here/ux/enterpriseproperties/display/taxonomyfield/TaxonomyFieldDisplay';
|
480
479
|
import wceda3a2e37278443899fcdc1e9dd694f4 from '../../fx-sp/internal-do-not-import-from-here/ux/enterpriseproperties/settings/taxonomyfield/TaxonomyFieldSettings';
|
@@ -809,36 +808,6 @@ declare global {
|
|
809
808
|
$props: TProp & Omit<VueComponentBaseProps, keyof TProp>;
|
810
809
|
};
|
811
810
|
} : typeof wc057bef6897bb4ba4a089d01c2da1322e;
|
812
|
-
"picker": typeof wc44e2dd896269442f800da69000d4c2f1 extends {
|
813
|
-
propsDefinition: infer TProp;
|
814
|
-
} ? {
|
815
|
-
new (...args: any[]): {
|
816
|
-
$props: TProp & Omit<VueComponentBaseProps, keyof TProp>;
|
817
|
-
};
|
818
|
-
} : typeof wc44e2dd896269442f800da69000d4c2f1;
|
819
|
-
"viewer": typeof wcb059e461e6c048fe830c6d32722e5cdc extends {
|
820
|
-
propsDefinition: infer TProp;
|
821
|
-
} ? {
|
822
|
-
new (...args: any[]): {
|
823
|
-
$props: TProp & Omit<VueComponentBaseProps, keyof TProp>;
|
824
|
-
};
|
825
|
-
} : typeof wcb059e461e6c048fe830c6d32722e5cdc;
|
826
|
-
"editor": typeof wc4d52057f17b94cfeb504176f24ac5ab5 extends {
|
827
|
-
propsDefinition: infer TProp;
|
828
|
-
} ? {
|
829
|
-
new (...args: any[]): {
|
830
|
-
$props: TProp & Omit<VueComponentBaseProps, keyof TProp>;
|
831
|
-
};
|
832
|
-
} : typeof wc4d52057f17b94cfeb504176f24ac5ab5;
|
833
|
-
"blueprints": {
|
834
|
-
"viewer": typeof wce0656baa027f49c495e4e00310a78760 extends {
|
835
|
-
propsDefinition: infer TProp;
|
836
|
-
} ? {
|
837
|
-
new (...args: any[]): {
|
838
|
-
$props: TProp & Omit<VueComponentBaseProps, keyof TProp>;
|
839
|
-
};
|
840
|
-
} : typeof wce0656baa027f49c495e4e00310a78760;
|
841
|
-
};
|
842
811
|
};
|
843
812
|
"command": {
|
844
813
|
"palette": typeof wc5dfa7b609aed43ffab03dad33c65b2da extends {
|
@@ -3292,6 +3261,17 @@ declare global {
|
|
3292
3261
|
};
|
3293
3262
|
} : typeof wcdabd67ab338243858fe7d1ca24399995;
|
3294
3263
|
};
|
3264
|
+
"state": {
|
3265
|
+
"properties": {
|
3266
|
+
"editor": typeof wc4683b11ac40a45aa8c2be12812ab1f1c extends {
|
3267
|
+
propsDefinition: infer TProp;
|
3268
|
+
} ? {
|
3269
|
+
new (...args: any[]): {
|
3270
|
+
$props: TProp & Omit<VueComponentBaseProps, keyof TProp>;
|
3271
|
+
};
|
3272
|
+
} : typeof wc4683b11ac40a45aa8c2be12812ab1f1c;
|
3273
|
+
};
|
3274
|
+
};
|
3295
3275
|
"property": {
|
3296
3276
|
"editor": {
|
3297
3277
|
"creator": typeof wc5688474abe554cabb34c696620eb6be1 extends {
|
@@ -3853,6 +3833,22 @@ declare global {
|
|
3853
3833
|
};
|
3854
3834
|
} : typeof wc349a445fe7a2403b8f98fceff168f87e;
|
3855
3835
|
};
|
3836
|
+
"header": {
|
3837
|
+
"picker": typeof wc44e2dd896269442f800da69000d4c2f1 extends {
|
3838
|
+
propsDefinition: infer TProp;
|
3839
|
+
} ? {
|
3840
|
+
new (...args: any[]): {
|
3841
|
+
$props: TProp & Omit<VueComponentBaseProps, keyof TProp>;
|
3842
|
+
};
|
3843
|
+
} : typeof wc44e2dd896269442f800da69000d4c2f1;
|
3844
|
+
"viewer": typeof wcb059e461e6c048fe830c6d32722e5cdc extends {
|
3845
|
+
propsDefinition: infer TProp;
|
3846
|
+
} ? {
|
3847
|
+
new (...args: any[]): {
|
3848
|
+
$props: TProp & Omit<VueComponentBaseProps, keyof TProp>;
|
3849
|
+
};
|
3850
|
+
} : typeof wcb059e461e6c048fe830c6d32722e5cdc;
|
3851
|
+
};
|
3856
3852
|
"spacing": {
|
3857
3853
|
"picker": typeof wc564bced7081c496483e8df717f600ff3 extends {
|
3858
3854
|
propsDefinition: infer TProp;
|
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.308-dev",
|
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,13 +20,13 @@
|
|
20
20
|
],
|
21
21
|
"author": "Precio Fishbone",
|
22
22
|
"dependencies": {
|
23
|
-
"@omnia/fx-models": "8.0.
|
23
|
+
"@omnia/fx-models": "8.0.308-dev",
|
24
24
|
"@microsoft/signalr": "6.0.1",
|
25
25
|
"broadcast-channel": "4.8.0",
|
26
26
|
"dayjs": "1.11.7",
|
27
27
|
"splitpanes": "3.1.5",
|
28
28
|
"vue": "3.5.12",
|
29
|
-
"vuetify": "3.7.
|
29
|
+
"vuetify": "3.7.3",
|
30
30
|
"tslib": "2.6.2",
|
31
31
|
"typescript": "5.6.2",
|
32
32
|
"@tiptap/vue-3": "2.1.13",
|
@@ -1,22 +0,0 @@
|
|
1
|
-
import { DynamicState } from "@omnia/fx-models";
|
2
|
-
export interface ContentBlockVelcronState extends DynamicState {
|
3
|
-
content: {
|
4
|
-
[id: string]: unknown;
|
5
|
-
};
|
6
|
-
}
|
7
|
-
declare const _default: {
|
8
|
-
new (...args: any[]): import("vue").CreateComponentPublicInstanceWithMixins<Readonly<import("vue").ExtractPropTypes<{}>>, () => JSX.Element, {}, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {}, import("vue").PublicProps, {}, true, {}, {}, import("vue").GlobalComponents, import("vue").GlobalDirectives, string, {}, any, import("vue").ComponentProvideOptions, {
|
9
|
-
P: {};
|
10
|
-
B: {};
|
11
|
-
D: {};
|
12
|
-
C: {};
|
13
|
-
M: {};
|
14
|
-
Defaults: {};
|
15
|
-
}, Readonly<import("vue").ExtractPropTypes<{}>>, () => JSX.Element, {}, {}, {}, {}>;
|
16
|
-
__isFragment?: never;
|
17
|
-
__isTeleport?: never;
|
18
|
-
__isSuspense?: never;
|
19
|
-
} & import("vue").ComponentOptionsBase<Readonly<import("vue").ExtractPropTypes<{}>>, () => JSX.Element, {}, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {}, string, {}, {}, string, {}, import("vue").GlobalComponents, import("vue").GlobalDirectives, string, import("vue").ComponentProvideOptions> & import("vue").VNodeProps & import("vue").AllowedComponentProps & import("vue").ComponentCustomProps & {
|
20
|
-
propsDefinition: Omit<Readonly<{} & {}>, never>;
|
21
|
-
};
|
22
|
-
export default _default;
|
@@ -1,16 +0,0 @@
|
|
1
|
-
import { BlueprintVariant, ChromeBlueprints, ThemeContextType } from "@omnia/fx-models";
|
2
|
-
import { DefineEmit } from "@omnia/fx/ux";
|
3
|
-
declare const _default: (props: import("@omnia/fx/ux").ConstructComponentProps<{
|
4
|
-
"emit:update:modelValue": (value: ChromeBlueprints) => void;
|
5
|
-
} & {
|
6
|
-
"v-model"?: ChromeBlueprints;
|
7
|
-
} & {
|
8
|
-
modelValue?: ChromeBlueprints;
|
9
|
-
} & {
|
10
|
-
toned?: boolean;
|
11
|
-
} & {
|
12
|
-
themeType?: ThemeContextType;
|
13
|
-
} & {
|
14
|
-
defaultColorSchemaType?: "background" | "primary" | "secondary" | "accent1" | "accent2" | "accent3" | "accent4" | "accent5" | "accent6" | "accent7" | "accent8" | "accent9" | "neutral" | "warning" | "notification" | "error" | "info" | "success" | "dynamic";
|
15
|
-
} & DefineEmit<"click:select", (variant: BlueprintVariant) => true>>) => any;
|
16
|
-
export default _default;
|