@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
package/internal-do-not-import-from-here/ux/aurora/components/chrome_2beRemoved/ChromeEditor.d.ts
DELETED
@@ -1,353 +0,0 @@
|
|
1
|
-
import { ChromeBlueprint, ThemeContextType } from "@omnia/fx-models";
|
2
|
-
import { VNodeChild } from "vue";
|
3
|
-
type EditorVariant = "default" | "dialog";
|
4
|
-
declare const _default: {
|
5
|
-
new (...args: any[]): import("vue").CreateComponentPublicInstanceWithMixins<Readonly<import("vue").ExtractPropTypes<{
|
6
|
-
"v-slots": import("vue").Prop<{
|
7
|
-
default?: import("../../../DefineVueTypings").Slot;
|
8
|
-
} & {
|
9
|
-
activator?: () => VNodeChild;
|
10
|
-
}>;
|
11
|
-
themeType: {
|
12
|
-
type: import("vue").PropType<ThemeContextType>;
|
13
|
-
};
|
14
|
-
preview: {
|
15
|
-
type: import("vue").PropType<boolean>;
|
16
|
-
};
|
17
|
-
variant: {
|
18
|
-
type: import("vue").PropType<EditorVariant>;
|
19
|
-
};
|
20
|
-
"onUpdate:modelValue": {
|
21
|
-
type: import("vue").PropType<(value: ChromeBlueprint) => any | void>;
|
22
|
-
};
|
23
|
-
"v-model": {
|
24
|
-
type: import("vue").PropType<ChromeBlueprint>;
|
25
|
-
required: false;
|
26
|
-
};
|
27
|
-
modelValue: {
|
28
|
-
type: import("vue").PropType<ChromeBlueprint>;
|
29
|
-
required: false;
|
30
|
-
};
|
31
|
-
name: <TName extends string>(n?: TName) => { [key in import("../../../DefineVueTypings").VModelEmitsInJsxElement<TName>]: {
|
32
|
-
type: import("vue").PropType<(value: ChromeBlueprint) => any | void>;
|
33
|
-
}; } & { [key_1 in import("../../../DefineVueTypings").VModelKeyNameInJsxElement<TName>]: {
|
34
|
-
type: import("vue").PropType<ChromeBlueprint>;
|
35
|
-
required: false;
|
36
|
-
}; } & { [key_2 in import("../../../DefineVueTypings").VModelKeyNameInProps<TName>]: {
|
37
|
-
type: import("vue").PropType<ChromeBlueprint>;
|
38
|
-
required: false;
|
39
|
-
}; } & {
|
40
|
-
require(): import("../../../DefineVueTypings").DefinePropModelRequire<TName, ChromeBlueprint, {
|
41
|
-
"onUpdate:modelValue": {
|
42
|
-
type: import("vue").PropType<(value: ChromeBlueprint) => any | void>;
|
43
|
-
};
|
44
|
-
} & {
|
45
|
-
"v-model": {
|
46
|
-
type: import("vue").PropType<ChromeBlueprint>;
|
47
|
-
required: false;
|
48
|
-
};
|
49
|
-
} & {
|
50
|
-
modelValue: {
|
51
|
-
type: import("vue").PropType<ChromeBlueprint>;
|
52
|
-
required: false;
|
53
|
-
};
|
54
|
-
}>;
|
55
|
-
defaultValue(value?: ChromeBlueprint): import("../../../DefineVueTypings").DefinePropModelDefaultValue<TName, ChromeBlueprint, {
|
56
|
-
"onUpdate:modelValue": {
|
57
|
-
type: import("vue").PropType<(value: ChromeBlueprint) => any | void>;
|
58
|
-
};
|
59
|
-
} & {
|
60
|
-
"v-model": {
|
61
|
-
type: import("vue").PropType<ChromeBlueprint>;
|
62
|
-
required: false;
|
63
|
-
};
|
64
|
-
} & {
|
65
|
-
modelValue: {
|
66
|
-
type: import("vue").PropType<ChromeBlueprint>;
|
67
|
-
required: false;
|
68
|
-
};
|
69
|
-
}, false>;
|
70
|
-
doc$(description?: string): import("../../../DefineVueTypings").DefinePropModelDoc<TName, ChromeBlueprint, {
|
71
|
-
"onUpdate:modelValue": {
|
72
|
-
type: import("vue").PropType<(value: ChromeBlueprint) => any | void>;
|
73
|
-
};
|
74
|
-
} & {
|
75
|
-
"v-model": {
|
76
|
-
type: import("vue").PropType<ChromeBlueprint>;
|
77
|
-
required: false;
|
78
|
-
};
|
79
|
-
} & {
|
80
|
-
modelValue: {
|
81
|
-
type: import("vue").PropType<ChromeBlueprint>;
|
82
|
-
required: false;
|
83
|
-
};
|
84
|
-
}>;
|
85
|
-
};
|
86
|
-
}>> & {
|
87
|
-
"onClick:confirm"?: (model: ChromeBlueprint) => any;
|
88
|
-
"onInit:actionButtons"?: (value: () => VNodeChild) => any;
|
89
|
-
}, () => JSX.Element, unknown, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {
|
90
|
-
"click:confirm": (model: ChromeBlueprint) => true;
|
91
|
-
"init:actionButtons": (value: () => VNodeChild) => true;
|
92
|
-
}, import("vue").PublicProps, {}, true, {}, {}, import("vue").GlobalComponents, import("vue").GlobalDirectives, string, {}, any, import("vue").ComponentProvideOptions, {
|
93
|
-
P: {};
|
94
|
-
B: {};
|
95
|
-
D: {};
|
96
|
-
C: {};
|
97
|
-
M: {};
|
98
|
-
Defaults: {};
|
99
|
-
}, Readonly<import("vue").ExtractPropTypes<{
|
100
|
-
"v-slots": import("vue").Prop<{
|
101
|
-
default?: import("../../../DefineVueTypings").Slot;
|
102
|
-
} & {
|
103
|
-
activator?: () => VNodeChild;
|
104
|
-
}>;
|
105
|
-
themeType: {
|
106
|
-
type: import("vue").PropType<ThemeContextType>;
|
107
|
-
};
|
108
|
-
preview: {
|
109
|
-
type: import("vue").PropType<boolean>;
|
110
|
-
};
|
111
|
-
variant: {
|
112
|
-
type: import("vue").PropType<EditorVariant>;
|
113
|
-
};
|
114
|
-
"onUpdate:modelValue": {
|
115
|
-
type: import("vue").PropType<(value: ChromeBlueprint) => any | void>;
|
116
|
-
};
|
117
|
-
"v-model": {
|
118
|
-
type: import("vue").PropType<ChromeBlueprint>;
|
119
|
-
required: false;
|
120
|
-
};
|
121
|
-
modelValue: {
|
122
|
-
type: import("vue").PropType<ChromeBlueprint>;
|
123
|
-
required: false;
|
124
|
-
};
|
125
|
-
name: <TName extends string>(n?: TName) => { [key in import("../../../DefineVueTypings").VModelEmitsInJsxElement<TName>]: {
|
126
|
-
type: import("vue").PropType<(value: ChromeBlueprint) => any | void>;
|
127
|
-
}; } & { [key_1 in import("../../../DefineVueTypings").VModelKeyNameInJsxElement<TName>]: {
|
128
|
-
type: import("vue").PropType<ChromeBlueprint>;
|
129
|
-
required: false;
|
130
|
-
}; } & { [key_2 in import("../../../DefineVueTypings").VModelKeyNameInProps<TName>]: {
|
131
|
-
type: import("vue").PropType<ChromeBlueprint>;
|
132
|
-
required: false;
|
133
|
-
}; } & {
|
134
|
-
require(): import("../../../DefineVueTypings").DefinePropModelRequire<TName, ChromeBlueprint, {
|
135
|
-
"onUpdate:modelValue": {
|
136
|
-
type: import("vue").PropType<(value: ChromeBlueprint) => any | void>;
|
137
|
-
};
|
138
|
-
} & {
|
139
|
-
"v-model": {
|
140
|
-
type: import("vue").PropType<ChromeBlueprint>;
|
141
|
-
required: false;
|
142
|
-
};
|
143
|
-
} & {
|
144
|
-
modelValue: {
|
145
|
-
type: import("vue").PropType<ChromeBlueprint>;
|
146
|
-
required: false;
|
147
|
-
};
|
148
|
-
}>;
|
149
|
-
defaultValue(value?: ChromeBlueprint): import("../../../DefineVueTypings").DefinePropModelDefaultValue<TName, ChromeBlueprint, {
|
150
|
-
"onUpdate:modelValue": {
|
151
|
-
type: import("vue").PropType<(value: ChromeBlueprint) => any | void>;
|
152
|
-
};
|
153
|
-
} & {
|
154
|
-
"v-model": {
|
155
|
-
type: import("vue").PropType<ChromeBlueprint>;
|
156
|
-
required: false;
|
157
|
-
};
|
158
|
-
} & {
|
159
|
-
modelValue: {
|
160
|
-
type: import("vue").PropType<ChromeBlueprint>;
|
161
|
-
required: false;
|
162
|
-
};
|
163
|
-
}, false>;
|
164
|
-
doc$(description?: string): import("../../../DefineVueTypings").DefinePropModelDoc<TName, ChromeBlueprint, {
|
165
|
-
"onUpdate:modelValue": {
|
166
|
-
type: import("vue").PropType<(value: ChromeBlueprint) => any | void>;
|
167
|
-
};
|
168
|
-
} & {
|
169
|
-
"v-model": {
|
170
|
-
type: import("vue").PropType<ChromeBlueprint>;
|
171
|
-
required: false;
|
172
|
-
};
|
173
|
-
} & {
|
174
|
-
modelValue: {
|
175
|
-
type: import("vue").PropType<ChromeBlueprint>;
|
176
|
-
required: false;
|
177
|
-
};
|
178
|
-
}>;
|
179
|
-
};
|
180
|
-
}>> & {
|
181
|
-
"onClick:confirm"?: (model: ChromeBlueprint) => any;
|
182
|
-
"onInit:actionButtons"?: (value: () => VNodeChild) => any;
|
183
|
-
}, () => JSX.Element, {}, {}, {}, {}>;
|
184
|
-
__isFragment?: never;
|
185
|
-
__isTeleport?: never;
|
186
|
-
__isSuspense?: never;
|
187
|
-
} & import("vue").ComponentOptionsBase<Readonly<import("vue").ExtractPropTypes<{
|
188
|
-
"v-slots": import("vue").Prop<{
|
189
|
-
default?: import("../../../DefineVueTypings").Slot;
|
190
|
-
} & {
|
191
|
-
activator?: () => VNodeChild;
|
192
|
-
}>;
|
193
|
-
themeType: {
|
194
|
-
type: import("vue").PropType<ThemeContextType>;
|
195
|
-
};
|
196
|
-
preview: {
|
197
|
-
type: import("vue").PropType<boolean>;
|
198
|
-
};
|
199
|
-
variant: {
|
200
|
-
type: import("vue").PropType<EditorVariant>;
|
201
|
-
};
|
202
|
-
"onUpdate:modelValue": {
|
203
|
-
type: import("vue").PropType<(value: ChromeBlueprint) => any | void>;
|
204
|
-
};
|
205
|
-
"v-model": {
|
206
|
-
type: import("vue").PropType<ChromeBlueprint>;
|
207
|
-
required: false;
|
208
|
-
};
|
209
|
-
modelValue: {
|
210
|
-
type: import("vue").PropType<ChromeBlueprint>;
|
211
|
-
required: false;
|
212
|
-
};
|
213
|
-
name: <TName extends string>(n?: TName) => { [key in import("../../../DefineVueTypings").VModelEmitsInJsxElement<TName>]: {
|
214
|
-
type: import("vue").PropType<(value: ChromeBlueprint) => any | void>;
|
215
|
-
}; } & { [key_1 in import("../../../DefineVueTypings").VModelKeyNameInJsxElement<TName>]: {
|
216
|
-
type: import("vue").PropType<ChromeBlueprint>;
|
217
|
-
required: false;
|
218
|
-
}; } & { [key_2 in import("../../../DefineVueTypings").VModelKeyNameInProps<TName>]: {
|
219
|
-
type: import("vue").PropType<ChromeBlueprint>;
|
220
|
-
required: false;
|
221
|
-
}; } & {
|
222
|
-
require(): import("../../../DefineVueTypings").DefinePropModelRequire<TName, ChromeBlueprint, {
|
223
|
-
"onUpdate:modelValue": {
|
224
|
-
type: import("vue").PropType<(value: ChromeBlueprint) => any | void>;
|
225
|
-
};
|
226
|
-
} & {
|
227
|
-
"v-model": {
|
228
|
-
type: import("vue").PropType<ChromeBlueprint>;
|
229
|
-
required: false;
|
230
|
-
};
|
231
|
-
} & {
|
232
|
-
modelValue: {
|
233
|
-
type: import("vue").PropType<ChromeBlueprint>;
|
234
|
-
required: false;
|
235
|
-
};
|
236
|
-
}>;
|
237
|
-
defaultValue(value?: ChromeBlueprint): import("../../../DefineVueTypings").DefinePropModelDefaultValue<TName, ChromeBlueprint, {
|
238
|
-
"onUpdate:modelValue": {
|
239
|
-
type: import("vue").PropType<(value: ChromeBlueprint) => any | void>;
|
240
|
-
};
|
241
|
-
} & {
|
242
|
-
"v-model": {
|
243
|
-
type: import("vue").PropType<ChromeBlueprint>;
|
244
|
-
required: false;
|
245
|
-
};
|
246
|
-
} & {
|
247
|
-
modelValue: {
|
248
|
-
type: import("vue").PropType<ChromeBlueprint>;
|
249
|
-
required: false;
|
250
|
-
};
|
251
|
-
}, false>;
|
252
|
-
doc$(description?: string): import("../../../DefineVueTypings").DefinePropModelDoc<TName, ChromeBlueprint, {
|
253
|
-
"onUpdate:modelValue": {
|
254
|
-
type: import("vue").PropType<(value: ChromeBlueprint) => any | void>;
|
255
|
-
};
|
256
|
-
} & {
|
257
|
-
"v-model": {
|
258
|
-
type: import("vue").PropType<ChromeBlueprint>;
|
259
|
-
required: false;
|
260
|
-
};
|
261
|
-
} & {
|
262
|
-
modelValue: {
|
263
|
-
type: import("vue").PropType<ChromeBlueprint>;
|
264
|
-
required: false;
|
265
|
-
};
|
266
|
-
}>;
|
267
|
-
};
|
268
|
-
}>> & {
|
269
|
-
"onClick:confirm"?: (model: ChromeBlueprint) => any;
|
270
|
-
"onInit:actionButtons"?: (value: () => VNodeChild) => any;
|
271
|
-
}, () => JSX.Element, unknown, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {
|
272
|
-
"click:confirm": (model: ChromeBlueprint) => true;
|
273
|
-
"init:actionButtons": (value: () => VNodeChild) => true;
|
274
|
-
}, string, {}, {}, string, {}, import("vue").GlobalComponents, import("vue").GlobalDirectives, string, import("vue").ComponentProvideOptions> & import("vue").VNodeProps & import("vue").AllowedComponentProps & import("vue").ComponentCustomProps & {
|
275
|
-
propsDefinition: Omit<Readonly<{} & {
|
276
|
-
name?: {
|
277
|
-
[x: `onUpdate:${string}`]: {
|
278
|
-
type: import("vue").PropType<(value: ChromeBlueprint) => any | void>;
|
279
|
-
};
|
280
|
-
} & {
|
281
|
-
[x: `v-model:${string}`]: {
|
282
|
-
type: import("vue").PropType<ChromeBlueprint>;
|
283
|
-
required: false;
|
284
|
-
};
|
285
|
-
} & {
|
286
|
-
[x: string]: {
|
287
|
-
type: import("vue").PropType<ChromeBlueprint>;
|
288
|
-
required: false;
|
289
|
-
};
|
290
|
-
} & {
|
291
|
-
require(): import("../../../DefineVueTypings").DefinePropModelRequire<string, ChromeBlueprint, {
|
292
|
-
"onUpdate:modelValue": {
|
293
|
-
type: import("vue").PropType<(value: ChromeBlueprint) => any | void>;
|
294
|
-
};
|
295
|
-
} & {
|
296
|
-
"v-model": {
|
297
|
-
type: import("vue").PropType<ChromeBlueprint>;
|
298
|
-
required: false;
|
299
|
-
};
|
300
|
-
} & {
|
301
|
-
modelValue: {
|
302
|
-
type: import("vue").PropType<ChromeBlueprint>;
|
303
|
-
required: false;
|
304
|
-
};
|
305
|
-
}>;
|
306
|
-
defaultValue(value?: ChromeBlueprint): import("../../../DefineVueTypings").DefinePropModelDefaultValue<string, ChromeBlueprint, {
|
307
|
-
"onUpdate:modelValue": {
|
308
|
-
type: import("vue").PropType<(value: ChromeBlueprint) => any | void>;
|
309
|
-
};
|
310
|
-
} & {
|
311
|
-
"v-model": {
|
312
|
-
type: import("vue").PropType<ChromeBlueprint>;
|
313
|
-
required: false;
|
314
|
-
};
|
315
|
-
} & {
|
316
|
-
modelValue: {
|
317
|
-
type: import("vue").PropType<ChromeBlueprint>;
|
318
|
-
required: false;
|
319
|
-
};
|
320
|
-
}, false>;
|
321
|
-
doc$(description?: string): import("../../../DefineVueTypings").DefinePropModelDoc<string, ChromeBlueprint, {
|
322
|
-
"onUpdate:modelValue": {
|
323
|
-
type: import("vue").PropType<(value: ChromeBlueprint) => any | void>;
|
324
|
-
};
|
325
|
-
} & {
|
326
|
-
"v-model": {
|
327
|
-
type: import("vue").PropType<ChromeBlueprint>;
|
328
|
-
required: false;
|
329
|
-
};
|
330
|
-
} & {
|
331
|
-
modelValue: {
|
332
|
-
type: import("vue").PropType<ChromeBlueprint>;
|
333
|
-
required: false;
|
334
|
-
};
|
335
|
-
}>;
|
336
|
-
};
|
337
|
-
variant?: EditorVariant;
|
338
|
-
preview?: boolean;
|
339
|
-
"v-slots"?: {
|
340
|
-
default?: import("../../../DefineVueTypings").Slot;
|
341
|
-
} & {
|
342
|
-
activator?: () => VNodeChild;
|
343
|
-
};
|
344
|
-
"v-model"?: ChromeBlueprint;
|
345
|
-
modelValue?: ChromeBlueprint;
|
346
|
-
"onUpdate:modelValue"?: (value: ChromeBlueprint) => any | void;
|
347
|
-
themeType?: ThemeContextType;
|
348
|
-
}>, "onClick:confirm" | "onInit:actionButtons"> & {
|
349
|
-
"onClick:confirm"?: (model: ChromeBlueprint) => any;
|
350
|
-
"onInit:actionButtons"?: (value: () => VNodeChild) => any;
|
351
|
-
};
|
352
|
-
};
|
353
|
-
export default _default;
|
package/internal-do-not-import-from-here/ux/aurora/components/chrome_2beRemoved/ChromeViewer.d.ts
DELETED
@@ -1,97 +0,0 @@
|
|
1
|
-
import { ChromeBlueprint } from "@omnia/fx-models";
|
2
|
-
type VariantTypes = "selection-option" | "slim-preview" | "default";
|
3
|
-
declare const _default: {
|
4
|
-
new (...args: any[]): import("vue").CreateComponentPublicInstanceWithMixins<Readonly<import("vue").ExtractPropTypes<{
|
5
|
-
text: {
|
6
|
-
type: import("vue").PropType<string>;
|
7
|
-
};
|
8
|
-
variant: {
|
9
|
-
type: import("vue").PropType<VariantTypes>;
|
10
|
-
};
|
11
|
-
blueprint: {
|
12
|
-
type: import("vue").PropType<ChromeBlueprint>;
|
13
|
-
};
|
14
|
-
colorSchemaType: {
|
15
|
-
type: import("vue").PropType<import("@omnia/fx-models").ColorSchemaTypes | import("@omnia/fx-models").ColorSchemaType>;
|
16
|
-
required: boolean;
|
17
|
-
};
|
18
|
-
container: {
|
19
|
-
type: BooleanConstructor;
|
20
|
-
required: boolean;
|
21
|
-
};
|
22
|
-
colors: {
|
23
|
-
type: import("vue").PropType<import("@omnia/fx/ux").ColorSchemaStoreType>;
|
24
|
-
required: boolean;
|
25
|
-
};
|
26
|
-
}>>, () => JSX.Element, unknown, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {}, import("vue").PublicProps, {
|
27
|
-
container: boolean;
|
28
|
-
}, true, {}, {}, import("vue").GlobalComponents, import("vue").GlobalDirectives, string, {}, any, import("vue").ComponentProvideOptions, {
|
29
|
-
P: {};
|
30
|
-
B: {};
|
31
|
-
D: {};
|
32
|
-
C: {};
|
33
|
-
M: {};
|
34
|
-
Defaults: {};
|
35
|
-
}, Readonly<import("vue").ExtractPropTypes<{
|
36
|
-
text: {
|
37
|
-
type: import("vue").PropType<string>;
|
38
|
-
};
|
39
|
-
variant: {
|
40
|
-
type: import("vue").PropType<VariantTypes>;
|
41
|
-
};
|
42
|
-
blueprint: {
|
43
|
-
type: import("vue").PropType<ChromeBlueprint>;
|
44
|
-
};
|
45
|
-
colorSchemaType: {
|
46
|
-
type: import("vue").PropType<import("@omnia/fx-models").ColorSchemaTypes | import("@omnia/fx-models").ColorSchemaType>;
|
47
|
-
required: boolean;
|
48
|
-
};
|
49
|
-
container: {
|
50
|
-
type: BooleanConstructor;
|
51
|
-
required: boolean;
|
52
|
-
};
|
53
|
-
colors: {
|
54
|
-
type: import("vue").PropType<import("@omnia/fx/ux").ColorSchemaStoreType>;
|
55
|
-
required: boolean;
|
56
|
-
};
|
57
|
-
}>>, () => JSX.Element, {}, {}, {}, {
|
58
|
-
container: boolean;
|
59
|
-
}>;
|
60
|
-
__isFragment?: never;
|
61
|
-
__isTeleport?: never;
|
62
|
-
__isSuspense?: never;
|
63
|
-
} & import("vue").ComponentOptionsBase<Readonly<import("vue").ExtractPropTypes<{
|
64
|
-
text: {
|
65
|
-
type: import("vue").PropType<string>;
|
66
|
-
};
|
67
|
-
variant: {
|
68
|
-
type: import("vue").PropType<VariantTypes>;
|
69
|
-
};
|
70
|
-
blueprint: {
|
71
|
-
type: import("vue").PropType<ChromeBlueprint>;
|
72
|
-
};
|
73
|
-
colorSchemaType: {
|
74
|
-
type: import("vue").PropType<import("@omnia/fx-models").ColorSchemaTypes | import("@omnia/fx-models").ColorSchemaType>;
|
75
|
-
required: boolean;
|
76
|
-
};
|
77
|
-
container: {
|
78
|
-
type: BooleanConstructor;
|
79
|
-
required: boolean;
|
80
|
-
};
|
81
|
-
colors: {
|
82
|
-
type: import("vue").PropType<import("@omnia/fx/ux").ColorSchemaStoreType>;
|
83
|
-
required: boolean;
|
84
|
-
};
|
85
|
-
}>>, () => JSX.Element, unknown, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {}, string, {
|
86
|
-
container: boolean;
|
87
|
-
}, {}, string, {}, import("vue").GlobalComponents, import("vue").GlobalDirectives, string, import("vue").ComponentProvideOptions> & import("vue").VNodeProps & import("vue").AllowedComponentProps & import("vue").ComponentCustomProps & {
|
88
|
-
propsDefinition: Omit<Readonly<{} & {
|
89
|
-
text?: string;
|
90
|
-
blueprint?: ChromeBlueprint;
|
91
|
-
container?: boolean;
|
92
|
-
variant?: VariantTypes;
|
93
|
-
colorSchemaType?: "background" | "primary" | "secondary" | import("@omnia/fx-models").ColorSchemaTypes | "accent1" | "accent2" | "accent3" | "accent4" | "accent5" | "accent6" | "accent7" | "accent8" | "accent9" | "neutral" | "warning" | "notification" | "error" | "info" | "success" | "dynamic";
|
94
|
-
colors?: import("@omnia/fx/ux").ColorSchemaStoreType;
|
95
|
-
}>, never>;
|
96
|
-
};
|
97
|
-
export default _default;
|
@@ -1,96 +0,0 @@
|
|
1
|
-
import { BackgroundDefinition, ChromeBlueprint, FillDefinition, Spacing, guid } from "@omnia/fx-models";
|
2
|
-
export declare class FilledChrome implements ChromeBlueprint {
|
3
|
-
name: string;
|
4
|
-
header: {
|
5
|
-
definitionId: guid;
|
6
|
-
};
|
7
|
-
styles: {
|
8
|
-
background: {
|
9
|
-
fill: FillDefinition;
|
10
|
-
};
|
11
|
-
spacing: Spacing;
|
12
|
-
};
|
13
|
-
}
|
14
|
-
export declare class FilledSmallRoundingChrome implements ChromeBlueprint {
|
15
|
-
name: string;
|
16
|
-
header: {
|
17
|
-
definitionId: guid;
|
18
|
-
};
|
19
|
-
styles: {
|
20
|
-
background: BackgroundDefinition;
|
21
|
-
spacing: Spacing;
|
22
|
-
};
|
23
|
-
}
|
24
|
-
export declare class FilledLargeRoundingChrome implements ChromeBlueprint {
|
25
|
-
name: string;
|
26
|
-
header: {
|
27
|
-
definitionId: guid;
|
28
|
-
};
|
29
|
-
styles: {
|
30
|
-
background: BackgroundDefinition;
|
31
|
-
spacing: Spacing;
|
32
|
-
};
|
33
|
-
}
|
34
|
-
export declare class OutlinedChrome implements ChromeBlueprint {
|
35
|
-
name: string;
|
36
|
-
header: {
|
37
|
-
definitionId: guid;
|
38
|
-
};
|
39
|
-
styles: {
|
40
|
-
background: BackgroundDefinition;
|
41
|
-
spacing: Spacing;
|
42
|
-
};
|
43
|
-
}
|
44
|
-
export declare class OutlinedSmallRoundingChrome implements ChromeBlueprint {
|
45
|
-
name: string;
|
46
|
-
header: {
|
47
|
-
definitionId: guid;
|
48
|
-
};
|
49
|
-
styles: {
|
50
|
-
background: BackgroundDefinition;
|
51
|
-
spacing: Spacing;
|
52
|
-
};
|
53
|
-
}
|
54
|
-
export declare class OutlinedLargeRoundingChrome implements ChromeBlueprint {
|
55
|
-
name: string;
|
56
|
-
header: {
|
57
|
-
definitionId: guid;
|
58
|
-
};
|
59
|
-
styles: {
|
60
|
-
background: BackgroundDefinition;
|
61
|
-
spacing: Spacing;
|
62
|
-
};
|
63
|
-
}
|
64
|
-
export declare class ElevatedChrome implements ChromeBlueprint {
|
65
|
-
name: string;
|
66
|
-
header: {
|
67
|
-
definitionId: guid;
|
68
|
-
};
|
69
|
-
styles: {
|
70
|
-
elevation: number;
|
71
|
-
background: {
|
72
|
-
fill: FillDefinition;
|
73
|
-
};
|
74
|
-
spacing: Spacing;
|
75
|
-
};
|
76
|
-
}
|
77
|
-
export declare class ElevatedSmallRoundingChrome implements ChromeBlueprint {
|
78
|
-
name: string;
|
79
|
-
header: {
|
80
|
-
definitionId: guid;
|
81
|
-
};
|
82
|
-
styles: {
|
83
|
-
background: BackgroundDefinition;
|
84
|
-
spacing: Spacing;
|
85
|
-
};
|
86
|
-
}
|
87
|
-
export declare class ElevatedLargeRoundingChrome implements ChromeBlueprint {
|
88
|
-
name: string;
|
89
|
-
header: {
|
90
|
-
definitionId: guid;
|
91
|
-
};
|
92
|
-
styles: {
|
93
|
-
background: BackgroundDefinition;
|
94
|
-
spacing: Spacing;
|
95
|
-
};
|
96
|
-
}
|
File without changes
|
File without changes
|
File without changes
|