@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
@@ -1,4 +1,4 @@
|
|
1
|
-
import { BlueprintVariant,
|
1
|
+
import { BlueprintVariant, HeaderBlueprint } from "@omnia/fx-models";
|
2
2
|
declare const _default: {
|
3
3
|
new (...args: any[]): import("vue").CreateComponentPublicInstanceWithMixins<Readonly<import("vue").ExtractPropTypes<{
|
4
4
|
label: {
|
@@ -15,75 +15,75 @@ declare const _default: {
|
|
15
15
|
required: false;
|
16
16
|
};
|
17
17
|
"onUpdate:modelValue": {
|
18
|
-
type: import("vue").PropType<(value: BlueprintVariant |
|
18
|
+
type: import("vue").PropType<(value: BlueprintVariant | HeaderBlueprint) => any | void>;
|
19
19
|
};
|
20
20
|
"v-model": {
|
21
|
-
type: import("vue").PropType<BlueprintVariant |
|
21
|
+
type: import("vue").PropType<BlueprintVariant | HeaderBlueprint>;
|
22
22
|
required: false;
|
23
23
|
};
|
24
24
|
modelValue: {
|
25
|
-
type: import("vue").PropType<BlueprintVariant |
|
25
|
+
type: import("vue").PropType<BlueprintVariant | HeaderBlueprint>;
|
26
26
|
required: false;
|
27
27
|
};
|
28
28
|
name: <TName extends string>(n?: TName) => { [key in import("../../../DefineVueTypings").VModelEmitsInJsxElement<TName>]: {
|
29
|
-
type: import("vue").PropType<(value: BlueprintVariant |
|
29
|
+
type: import("vue").PropType<(value: BlueprintVariant | HeaderBlueprint) => any | void>;
|
30
30
|
}; } & { [key_1 in import("../../../DefineVueTypings").VModelKeyNameInJsxElement<TName>]: {
|
31
|
-
type: import("vue").PropType<BlueprintVariant |
|
31
|
+
type: import("vue").PropType<BlueprintVariant | HeaderBlueprint>;
|
32
32
|
required: false;
|
33
33
|
}; } & { [key_2 in import("../../../DefineVueTypings").VModelKeyNameInProps<TName>]: {
|
34
|
-
type: import("vue").PropType<BlueprintVariant |
|
34
|
+
type: import("vue").PropType<BlueprintVariant | HeaderBlueprint>;
|
35
35
|
required: false;
|
36
36
|
}; } & {
|
37
|
-
require(): import("../../../DefineVueTypings").DefinePropModelRequire<TName, BlueprintVariant |
|
37
|
+
require(): import("../../../DefineVueTypings").DefinePropModelRequire<TName, BlueprintVariant | HeaderBlueprint, {
|
38
38
|
"onUpdate:modelValue": {
|
39
|
-
type: import("vue").PropType<(value: BlueprintVariant |
|
39
|
+
type: import("vue").PropType<(value: BlueprintVariant | HeaderBlueprint) => any | void>;
|
40
40
|
};
|
41
41
|
} & {
|
42
42
|
"v-model": {
|
43
|
-
type: import("vue").PropType<BlueprintVariant |
|
43
|
+
type: import("vue").PropType<BlueprintVariant | HeaderBlueprint>;
|
44
44
|
required: false;
|
45
45
|
};
|
46
46
|
} & {
|
47
47
|
modelValue: {
|
48
|
-
type: import("vue").PropType<BlueprintVariant |
|
48
|
+
type: import("vue").PropType<BlueprintVariant | HeaderBlueprint>;
|
49
49
|
required: false;
|
50
50
|
};
|
51
51
|
}>;
|
52
|
-
defaultValue(value?: BlueprintVariant |
|
52
|
+
defaultValue(value?: BlueprintVariant | HeaderBlueprint): import("../../../DefineVueTypings").DefinePropModelDefaultValue<TName, BlueprintVariant | HeaderBlueprint, {
|
53
53
|
"onUpdate:modelValue": {
|
54
|
-
type: import("vue").PropType<(value: BlueprintVariant |
|
54
|
+
type: import("vue").PropType<(value: BlueprintVariant | HeaderBlueprint) => any | void>;
|
55
55
|
};
|
56
56
|
} & {
|
57
57
|
"v-model": {
|
58
|
-
type: import("vue").PropType<BlueprintVariant |
|
58
|
+
type: import("vue").PropType<BlueprintVariant | HeaderBlueprint>;
|
59
59
|
required: false;
|
60
60
|
};
|
61
61
|
} & {
|
62
62
|
modelValue: {
|
63
|
-
type: import("vue").PropType<BlueprintVariant |
|
63
|
+
type: import("vue").PropType<BlueprintVariant | HeaderBlueprint>;
|
64
64
|
required: false;
|
65
65
|
};
|
66
66
|
}, false>;
|
67
|
-
doc$(description?: string): import("../../../DefineVueTypings").DefinePropModelDoc<TName, BlueprintVariant |
|
67
|
+
doc$(description?: string): import("../../../DefineVueTypings").DefinePropModelDoc<TName, BlueprintVariant | HeaderBlueprint, {
|
68
68
|
"onUpdate:modelValue": {
|
69
|
-
type: import("vue").PropType<(value: BlueprintVariant |
|
69
|
+
type: import("vue").PropType<(value: BlueprintVariant | HeaderBlueprint) => any | void>;
|
70
70
|
};
|
71
71
|
} & {
|
72
72
|
"v-model": {
|
73
|
-
type: import("vue").PropType<BlueprintVariant |
|
73
|
+
type: import("vue").PropType<BlueprintVariant | HeaderBlueprint>;
|
74
74
|
required: false;
|
75
75
|
};
|
76
76
|
} & {
|
77
77
|
modelValue: {
|
78
|
-
type: import("vue").PropType<BlueprintVariant |
|
78
|
+
type: import("vue").PropType<BlueprintVariant | HeaderBlueprint>;
|
79
79
|
required: false;
|
80
80
|
};
|
81
81
|
}>;
|
82
82
|
};
|
83
83
|
}>> & {
|
84
|
-
"onUpdate:modelValue"?: (value: BlueprintVariant |
|
84
|
+
"onUpdate:modelValue"?: (value: BlueprintVariant | HeaderBlueprint) => any;
|
85
85
|
}, () => JSX.Element, unknown, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {
|
86
|
-
"update:modelValue": (value: BlueprintVariant |
|
86
|
+
"update:modelValue": (value: BlueprintVariant | HeaderBlueprint) => any;
|
87
87
|
}, import("vue").PublicProps, {}, true, {}, {}, import("vue").GlobalComponents, import("vue").GlobalDirectives, string, {}, any, import("vue").ComponentProvideOptions, {
|
88
88
|
P: {};
|
89
89
|
B: {};
|
@@ -106,73 +106,73 @@ declare const _default: {
|
|
106
106
|
required: false;
|
107
107
|
};
|
108
108
|
"onUpdate:modelValue": {
|
109
|
-
type: import("vue").PropType<(value: BlueprintVariant |
|
109
|
+
type: import("vue").PropType<(value: BlueprintVariant | HeaderBlueprint) => any | void>;
|
110
110
|
};
|
111
111
|
"v-model": {
|
112
|
-
type: import("vue").PropType<BlueprintVariant |
|
112
|
+
type: import("vue").PropType<BlueprintVariant | HeaderBlueprint>;
|
113
113
|
required: false;
|
114
114
|
};
|
115
115
|
modelValue: {
|
116
|
-
type: import("vue").PropType<BlueprintVariant |
|
116
|
+
type: import("vue").PropType<BlueprintVariant | HeaderBlueprint>;
|
117
117
|
required: false;
|
118
118
|
};
|
119
119
|
name: <TName extends string>(n?: TName) => { [key in import("../../../DefineVueTypings").VModelEmitsInJsxElement<TName>]: {
|
120
|
-
type: import("vue").PropType<(value: BlueprintVariant |
|
120
|
+
type: import("vue").PropType<(value: BlueprintVariant | HeaderBlueprint) => any | void>;
|
121
121
|
}; } & { [key_1 in import("../../../DefineVueTypings").VModelKeyNameInJsxElement<TName>]: {
|
122
|
-
type: import("vue").PropType<BlueprintVariant |
|
122
|
+
type: import("vue").PropType<BlueprintVariant | HeaderBlueprint>;
|
123
123
|
required: false;
|
124
124
|
}; } & { [key_2 in import("../../../DefineVueTypings").VModelKeyNameInProps<TName>]: {
|
125
|
-
type: import("vue").PropType<BlueprintVariant |
|
125
|
+
type: import("vue").PropType<BlueprintVariant | HeaderBlueprint>;
|
126
126
|
required: false;
|
127
127
|
}; } & {
|
128
|
-
require(): import("../../../DefineVueTypings").DefinePropModelRequire<TName, BlueprintVariant |
|
128
|
+
require(): import("../../../DefineVueTypings").DefinePropModelRequire<TName, BlueprintVariant | HeaderBlueprint, {
|
129
129
|
"onUpdate:modelValue": {
|
130
|
-
type: import("vue").PropType<(value: BlueprintVariant |
|
130
|
+
type: import("vue").PropType<(value: BlueprintVariant | HeaderBlueprint) => any | void>;
|
131
131
|
};
|
132
132
|
} & {
|
133
133
|
"v-model": {
|
134
|
-
type: import("vue").PropType<BlueprintVariant |
|
134
|
+
type: import("vue").PropType<BlueprintVariant | HeaderBlueprint>;
|
135
135
|
required: false;
|
136
136
|
};
|
137
137
|
} & {
|
138
138
|
modelValue: {
|
139
|
-
type: import("vue").PropType<BlueprintVariant |
|
139
|
+
type: import("vue").PropType<BlueprintVariant | HeaderBlueprint>;
|
140
140
|
required: false;
|
141
141
|
};
|
142
142
|
}>;
|
143
|
-
defaultValue(value?: BlueprintVariant |
|
143
|
+
defaultValue(value?: BlueprintVariant | HeaderBlueprint): import("../../../DefineVueTypings").DefinePropModelDefaultValue<TName, BlueprintVariant | HeaderBlueprint, {
|
144
144
|
"onUpdate:modelValue": {
|
145
|
-
type: import("vue").PropType<(value: BlueprintVariant |
|
145
|
+
type: import("vue").PropType<(value: BlueprintVariant | HeaderBlueprint) => any | void>;
|
146
146
|
};
|
147
147
|
} & {
|
148
148
|
"v-model": {
|
149
|
-
type: import("vue").PropType<BlueprintVariant |
|
149
|
+
type: import("vue").PropType<BlueprintVariant | HeaderBlueprint>;
|
150
150
|
required: false;
|
151
151
|
};
|
152
152
|
} & {
|
153
153
|
modelValue: {
|
154
|
-
type: import("vue").PropType<BlueprintVariant |
|
154
|
+
type: import("vue").PropType<BlueprintVariant | HeaderBlueprint>;
|
155
155
|
required: false;
|
156
156
|
};
|
157
157
|
}, false>;
|
158
|
-
doc$(description?: string): import("../../../DefineVueTypings").DefinePropModelDoc<TName, BlueprintVariant |
|
158
|
+
doc$(description?: string): import("../../../DefineVueTypings").DefinePropModelDoc<TName, BlueprintVariant | HeaderBlueprint, {
|
159
159
|
"onUpdate:modelValue": {
|
160
|
-
type: import("vue").PropType<(value: BlueprintVariant |
|
160
|
+
type: import("vue").PropType<(value: BlueprintVariant | HeaderBlueprint) => any | void>;
|
161
161
|
};
|
162
162
|
} & {
|
163
163
|
"v-model": {
|
164
|
-
type: import("vue").PropType<BlueprintVariant |
|
164
|
+
type: import("vue").PropType<BlueprintVariant | HeaderBlueprint>;
|
165
165
|
required: false;
|
166
166
|
};
|
167
167
|
} & {
|
168
168
|
modelValue: {
|
169
|
-
type: import("vue").PropType<BlueprintVariant |
|
169
|
+
type: import("vue").PropType<BlueprintVariant | HeaderBlueprint>;
|
170
170
|
required: false;
|
171
171
|
};
|
172
172
|
}>;
|
173
173
|
};
|
174
174
|
}>> & {
|
175
|
-
"onUpdate:modelValue"?: (value: BlueprintVariant |
|
175
|
+
"onUpdate:modelValue"?: (value: BlueprintVariant | HeaderBlueprint) => any;
|
176
176
|
}, () => JSX.Element, {}, {}, {}, {}>;
|
177
177
|
__isFragment?: never;
|
178
178
|
__isTeleport?: never;
|
@@ -192,147 +192,147 @@ declare const _default: {
|
|
192
192
|
required: false;
|
193
193
|
};
|
194
194
|
"onUpdate:modelValue": {
|
195
|
-
type: import("vue").PropType<(value: BlueprintVariant |
|
195
|
+
type: import("vue").PropType<(value: BlueprintVariant | HeaderBlueprint) => any | void>;
|
196
196
|
};
|
197
197
|
"v-model": {
|
198
|
-
type: import("vue").PropType<BlueprintVariant |
|
198
|
+
type: import("vue").PropType<BlueprintVariant | HeaderBlueprint>;
|
199
199
|
required: false;
|
200
200
|
};
|
201
201
|
modelValue: {
|
202
|
-
type: import("vue").PropType<BlueprintVariant |
|
202
|
+
type: import("vue").PropType<BlueprintVariant | HeaderBlueprint>;
|
203
203
|
required: false;
|
204
204
|
};
|
205
205
|
name: <TName extends string>(n?: TName) => { [key in import("../../../DefineVueTypings").VModelEmitsInJsxElement<TName>]: {
|
206
|
-
type: import("vue").PropType<(value: BlueprintVariant |
|
206
|
+
type: import("vue").PropType<(value: BlueprintVariant | HeaderBlueprint) => any | void>;
|
207
207
|
}; } & { [key_1 in import("../../../DefineVueTypings").VModelKeyNameInJsxElement<TName>]: {
|
208
|
-
type: import("vue").PropType<BlueprintVariant |
|
208
|
+
type: import("vue").PropType<BlueprintVariant | HeaderBlueprint>;
|
209
209
|
required: false;
|
210
210
|
}; } & { [key_2 in import("../../../DefineVueTypings").VModelKeyNameInProps<TName>]: {
|
211
|
-
type: import("vue").PropType<BlueprintVariant |
|
211
|
+
type: import("vue").PropType<BlueprintVariant | HeaderBlueprint>;
|
212
212
|
required: false;
|
213
213
|
}; } & {
|
214
|
-
require(): import("../../../DefineVueTypings").DefinePropModelRequire<TName, BlueprintVariant |
|
214
|
+
require(): import("../../../DefineVueTypings").DefinePropModelRequire<TName, BlueprintVariant | HeaderBlueprint, {
|
215
215
|
"onUpdate:modelValue": {
|
216
|
-
type: import("vue").PropType<(value: BlueprintVariant |
|
216
|
+
type: import("vue").PropType<(value: BlueprintVariant | HeaderBlueprint) => any | void>;
|
217
217
|
};
|
218
218
|
} & {
|
219
219
|
"v-model": {
|
220
|
-
type: import("vue").PropType<BlueprintVariant |
|
220
|
+
type: import("vue").PropType<BlueprintVariant | HeaderBlueprint>;
|
221
221
|
required: false;
|
222
222
|
};
|
223
223
|
} & {
|
224
224
|
modelValue: {
|
225
|
-
type: import("vue").PropType<BlueprintVariant |
|
225
|
+
type: import("vue").PropType<BlueprintVariant | HeaderBlueprint>;
|
226
226
|
required: false;
|
227
227
|
};
|
228
228
|
}>;
|
229
|
-
defaultValue(value?: BlueprintVariant |
|
229
|
+
defaultValue(value?: BlueprintVariant | HeaderBlueprint): import("../../../DefineVueTypings").DefinePropModelDefaultValue<TName, BlueprintVariant | HeaderBlueprint, {
|
230
230
|
"onUpdate:modelValue": {
|
231
|
-
type: import("vue").PropType<(value: BlueprintVariant |
|
231
|
+
type: import("vue").PropType<(value: BlueprintVariant | HeaderBlueprint) => any | void>;
|
232
232
|
};
|
233
233
|
} & {
|
234
234
|
"v-model": {
|
235
|
-
type: import("vue").PropType<BlueprintVariant |
|
235
|
+
type: import("vue").PropType<BlueprintVariant | HeaderBlueprint>;
|
236
236
|
required: false;
|
237
237
|
};
|
238
238
|
} & {
|
239
239
|
modelValue: {
|
240
|
-
type: import("vue").PropType<BlueprintVariant |
|
240
|
+
type: import("vue").PropType<BlueprintVariant | HeaderBlueprint>;
|
241
241
|
required: false;
|
242
242
|
};
|
243
243
|
}, false>;
|
244
|
-
doc$(description?: string): import("../../../DefineVueTypings").DefinePropModelDoc<TName, BlueprintVariant |
|
244
|
+
doc$(description?: string): import("../../../DefineVueTypings").DefinePropModelDoc<TName, BlueprintVariant | HeaderBlueprint, {
|
245
245
|
"onUpdate:modelValue": {
|
246
|
-
type: import("vue").PropType<(value: BlueprintVariant |
|
246
|
+
type: import("vue").PropType<(value: BlueprintVariant | HeaderBlueprint) => any | void>;
|
247
247
|
};
|
248
248
|
} & {
|
249
249
|
"v-model": {
|
250
|
-
type: import("vue").PropType<BlueprintVariant |
|
250
|
+
type: import("vue").PropType<BlueprintVariant | HeaderBlueprint>;
|
251
251
|
required: false;
|
252
252
|
};
|
253
253
|
} & {
|
254
254
|
modelValue: {
|
255
|
-
type: import("vue").PropType<BlueprintVariant |
|
255
|
+
type: import("vue").PropType<BlueprintVariant | HeaderBlueprint>;
|
256
256
|
required: false;
|
257
257
|
};
|
258
258
|
}>;
|
259
259
|
};
|
260
260
|
}>> & {
|
261
|
-
"onUpdate:modelValue"?: (value: BlueprintVariant |
|
261
|
+
"onUpdate:modelValue"?: (value: BlueprintVariant | HeaderBlueprint) => any;
|
262
262
|
}, () => JSX.Element, unknown, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {
|
263
|
-
"update:modelValue": (value: BlueprintVariant |
|
263
|
+
"update:modelValue": (value: BlueprintVariant | HeaderBlueprint) => any;
|
264
264
|
}, string, {}, {}, string, {}, import("vue").GlobalComponents, import("vue").GlobalDirectives, string, import("vue").ComponentProvideOptions> & import("vue").VNodeProps & import("vue").AllowedComponentProps & import("vue").ComponentCustomProps & {
|
265
265
|
propsDefinition: Omit<Readonly<{} & {
|
266
266
|
name?: {
|
267
267
|
[x: `onUpdate:${string}`]: {
|
268
|
-
type: import("vue").PropType<(value: BlueprintVariant |
|
268
|
+
type: import("vue").PropType<(value: BlueprintVariant | HeaderBlueprint) => any | void>;
|
269
269
|
};
|
270
270
|
} & {
|
271
271
|
[x: `v-model:${string}`]: {
|
272
|
-
type: import("vue").PropType<BlueprintVariant |
|
272
|
+
type: import("vue").PropType<BlueprintVariant | HeaderBlueprint>;
|
273
273
|
required: false;
|
274
274
|
};
|
275
275
|
} & {
|
276
276
|
[x: string]: {
|
277
|
-
type: import("vue").PropType<BlueprintVariant |
|
277
|
+
type: import("vue").PropType<BlueprintVariant | HeaderBlueprint>;
|
278
278
|
required: false;
|
279
279
|
};
|
280
280
|
} & {
|
281
|
-
require(): import("../../../DefineVueTypings").DefinePropModelRequire<string, BlueprintVariant |
|
281
|
+
require(): import("../../../DefineVueTypings").DefinePropModelRequire<string, BlueprintVariant | HeaderBlueprint, {
|
282
282
|
"onUpdate:modelValue": {
|
283
|
-
type: import("vue").PropType<(value: BlueprintVariant |
|
283
|
+
type: import("vue").PropType<(value: BlueprintVariant | HeaderBlueprint) => any | void>;
|
284
284
|
};
|
285
285
|
} & {
|
286
286
|
"v-model": {
|
287
|
-
type: import("vue").PropType<BlueprintVariant |
|
287
|
+
type: import("vue").PropType<BlueprintVariant | HeaderBlueprint>;
|
288
288
|
required: false;
|
289
289
|
};
|
290
290
|
} & {
|
291
291
|
modelValue: {
|
292
|
-
type: import("vue").PropType<BlueprintVariant |
|
292
|
+
type: import("vue").PropType<BlueprintVariant | HeaderBlueprint>;
|
293
293
|
required: false;
|
294
294
|
};
|
295
295
|
}>;
|
296
|
-
defaultValue(value?: BlueprintVariant |
|
296
|
+
defaultValue(value?: BlueprintVariant | HeaderBlueprint): import("../../../DefineVueTypings").DefinePropModelDefaultValue<string, BlueprintVariant | HeaderBlueprint, {
|
297
297
|
"onUpdate:modelValue": {
|
298
|
-
type: import("vue").PropType<(value: BlueprintVariant |
|
298
|
+
type: import("vue").PropType<(value: BlueprintVariant | HeaderBlueprint) => any | void>;
|
299
299
|
};
|
300
300
|
} & {
|
301
301
|
"v-model": {
|
302
|
-
type: import("vue").PropType<BlueprintVariant |
|
302
|
+
type: import("vue").PropType<BlueprintVariant | HeaderBlueprint>;
|
303
303
|
required: false;
|
304
304
|
};
|
305
305
|
} & {
|
306
306
|
modelValue: {
|
307
|
-
type: import("vue").PropType<BlueprintVariant |
|
307
|
+
type: import("vue").PropType<BlueprintVariant | HeaderBlueprint>;
|
308
308
|
required: false;
|
309
309
|
};
|
310
310
|
}, false>;
|
311
|
-
doc$(description?: string): import("../../../DefineVueTypings").DefinePropModelDoc<string, BlueprintVariant |
|
311
|
+
doc$(description?: string): import("../../../DefineVueTypings").DefinePropModelDoc<string, BlueprintVariant | HeaderBlueprint, {
|
312
312
|
"onUpdate:modelValue": {
|
313
|
-
type: import("vue").PropType<(value: BlueprintVariant |
|
313
|
+
type: import("vue").PropType<(value: BlueprintVariant | HeaderBlueprint) => any | void>;
|
314
314
|
};
|
315
315
|
} & {
|
316
316
|
"v-model": {
|
317
|
-
type: import("vue").PropType<BlueprintVariant |
|
317
|
+
type: import("vue").PropType<BlueprintVariant | HeaderBlueprint>;
|
318
318
|
required: false;
|
319
319
|
};
|
320
320
|
} & {
|
321
321
|
modelValue: {
|
322
|
-
type: import("vue").PropType<BlueprintVariant |
|
322
|
+
type: import("vue").PropType<BlueprintVariant | HeaderBlueprint>;
|
323
323
|
required: false;
|
324
324
|
};
|
325
325
|
}>;
|
326
326
|
};
|
327
327
|
label?: string;
|
328
|
-
"v-model"?: BlueprintVariant |
|
329
|
-
modelValue?: BlueprintVariant |
|
328
|
+
"v-model"?: BlueprintVariant | HeaderBlueprint;
|
329
|
+
modelValue?: BlueprintVariant | HeaderBlueprint;
|
330
330
|
toned?: boolean;
|
331
|
-
"onUpdate:modelValue"?: (value: BlueprintVariant |
|
331
|
+
"onUpdate:modelValue"?: (value: BlueprintVariant | HeaderBlueprint) => any | void;
|
332
332
|
previewColorSchemaType?: "background" | "primary" | "secondary" | "accent1" | "accent2" | "accent3" | "accent4" | "accent5" | "accent6" | "accent7" | "accent8" | "accent9" | "neutral" | "warning" | "notification" | "error" | "info" | "success" | "dynamic";
|
333
333
|
allowCustom?: boolean;
|
334
334
|
}>, "onUpdate:modelValue"> & {
|
335
|
-
"onUpdate:modelValue"?: (value: BlueprintVariant |
|
335
|
+
"onUpdate:modelValue"?: (value: BlueprintVariant | HeaderBlueprint) => any;
|
336
336
|
};
|
337
337
|
};
|
338
338
|
export default _default;
|
@@ -0,0 +1,18 @@
|
|
1
|
+
import { BlueprintVariant, HeaderBlueprints, 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: HeaderBlueprints) => void;
|
5
|
+
} & {
|
6
|
+
"v-model"?: HeaderBlueprints;
|
7
|
+
} & {
|
8
|
+
modelValue?: HeaderBlueprints;
|
9
|
+
} & {
|
10
|
+
themeType?: ThemeContextType;
|
11
|
+
} & {
|
12
|
+
toned?: boolean;
|
13
|
+
} & {
|
14
|
+
selectable?: boolean;
|
15
|
+
} & {
|
16
|
+
editable?: boolean;
|
17
|
+
} & DefineEmit<"click:select", (variant: BlueprintVariant) => true> & DefineEmit<"click:add", () => true>>) => any;
|
18
|
+
export default _default;
|
@@ -1,6 +1,6 @@
|
|
1
|
-
import { BorderStylingDefinition, ButtonBlueprint,
|
1
|
+
import { BorderStylingDefinition, ButtonBlueprint, ColorSchemaType, FillDefinition, HeaderBlueprint, IconBlueprints, TabsBlueprint, ThemeContextType } from "@omnia/fx-models";
|
2
2
|
import { VNodeChild } from "vue";
|
3
|
-
type EditorVariant = "fill-style" | "border-style" | "button-style" | "tabs-style" | "
|
3
|
+
type EditorVariant = "fill-style" | "border-style" | "button-style" | "tabs-style" | "icon-blueprints";
|
4
4
|
declare const _default: {
|
5
5
|
new (...args: any[]): import("vue").CreateComponentPublicInstanceWithMixins<Readonly<import("vue").ExtractPropTypes<{
|
6
6
|
"v-slots": import("vue").Prop<{
|
@@ -38,14 +38,14 @@ declare const _default: {
|
|
38
38
|
"onSelected:borderStyle"?: (style: BorderStylingDefinition) => any;
|
39
39
|
"onSelected:buttonStyle"?: (style: ButtonBlueprint) => any;
|
40
40
|
"onSelected:tabsStyle"?: (style: TabsBlueprint) => any;
|
41
|
-
"onSelected:
|
41
|
+
"onSelected:headerStyle"?: (style: HeaderBlueprint) => any;
|
42
42
|
"onSelected:iconBlueprints"?: (icons: IconBlueprints) => any;
|
43
43
|
}, () => JSX.Element, unknown, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {
|
44
44
|
"selected:fillStyle": (style: FillDefinition) => any;
|
45
45
|
"selected:borderStyle": (style: BorderStylingDefinition) => any;
|
46
46
|
"selected:buttonStyle": (style: ButtonBlueprint) => any;
|
47
47
|
"selected:tabsStyle": (style: TabsBlueprint) => any;
|
48
|
-
"selected:
|
48
|
+
"selected:headerStyle": (style: HeaderBlueprint) => any;
|
49
49
|
"selected:iconBlueprints": (icons: IconBlueprints) => any;
|
50
50
|
}, import("vue").PublicProps, {
|
51
51
|
container: boolean;
|
@@ -92,7 +92,7 @@ declare const _default: {
|
|
92
92
|
"onSelected:borderStyle"?: (style: BorderStylingDefinition) => any;
|
93
93
|
"onSelected:buttonStyle"?: (style: ButtonBlueprint) => any;
|
94
94
|
"onSelected:tabsStyle"?: (style: TabsBlueprint) => any;
|
95
|
-
"onSelected:
|
95
|
+
"onSelected:headerStyle"?: (style: HeaderBlueprint) => any;
|
96
96
|
"onSelected:iconBlueprints"?: (icons: IconBlueprints) => any;
|
97
97
|
}, () => JSX.Element, {}, {}, {}, {
|
98
98
|
container: boolean;
|
@@ -136,14 +136,14 @@ declare const _default: {
|
|
136
136
|
"onSelected:borderStyle"?: (style: BorderStylingDefinition) => any;
|
137
137
|
"onSelected:buttonStyle"?: (style: ButtonBlueprint) => any;
|
138
138
|
"onSelected:tabsStyle"?: (style: TabsBlueprint) => any;
|
139
|
-
"onSelected:
|
139
|
+
"onSelected:headerStyle"?: (style: HeaderBlueprint) => any;
|
140
140
|
"onSelected:iconBlueprints"?: (icons: IconBlueprints) => any;
|
141
141
|
}, () => JSX.Element, unknown, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {
|
142
142
|
"selected:fillStyle": (style: FillDefinition) => any;
|
143
143
|
"selected:borderStyle": (style: BorderStylingDefinition) => any;
|
144
144
|
"selected:buttonStyle": (style: ButtonBlueprint) => any;
|
145
145
|
"selected:tabsStyle": (style: TabsBlueprint) => any;
|
146
|
-
"selected:
|
146
|
+
"selected:headerStyle": (style: HeaderBlueprint) => any;
|
147
147
|
"selected:iconBlueprints": (icons: IconBlueprints) => any;
|
148
148
|
}, string, {
|
149
149
|
container: boolean;
|
@@ -152,7 +152,7 @@ declare const _default: {
|
|
152
152
|
container?: boolean;
|
153
153
|
variant?: EditorVariant;
|
154
154
|
class?: String | String[];
|
155
|
-
colorSchemaType?: "background" | "primary" | "secondary" |
|
155
|
+
colorSchemaType?: "background" | "primary" | "secondary" | "accent1" | "accent2" | "accent3" | "accent4" | "accent5" | "accent6" | "accent7" | "accent8" | "accent9" | "neutral" | "warning" | "notification" | "error" | "info" | "success" | "dynamic" | import("@omnia/fx-models").ColorSchemaTypes;
|
156
156
|
colors?: import("@omnia/fx/ux").ColorSchemaStoreType;
|
157
157
|
"v-slots"?: {
|
158
158
|
default?: import("../../../DefineVueTypings").Slot;
|
@@ -161,12 +161,12 @@ declare const _default: {
|
|
161
161
|
};
|
162
162
|
themeType?: ThemeContextType;
|
163
163
|
colorSchemaTypePreview?: "background" | "primary" | "secondary" | "accent1" | "accent2" | "accent3" | "accent4" | "accent5" | "accent6" | "accent7" | "accent8" | "accent9" | "neutral" | "warning" | "notification" | "error" | "info" | "success" | "dynamic";
|
164
|
-
}>, "onSelected:fillStyle" | "onSelected:borderStyle" | "onSelected:buttonStyle" | "onSelected:tabsStyle" | "onSelected:
|
164
|
+
}>, "onSelected:fillStyle" | "onSelected:borderStyle" | "onSelected:buttonStyle" | "onSelected:tabsStyle" | "onSelected:headerStyle" | "onSelected:iconBlueprints"> & {
|
165
165
|
"onSelected:fillStyle"?: (style: FillDefinition) => any;
|
166
166
|
"onSelected:borderStyle"?: (style: BorderStylingDefinition) => any;
|
167
167
|
"onSelected:buttonStyle"?: (style: ButtonBlueprint) => any;
|
168
168
|
"onSelected:tabsStyle"?: (style: TabsBlueprint) => any;
|
169
|
-
"onSelected:
|
169
|
+
"onSelected:headerStyle"?: (style: HeaderBlueprint) => any;
|
170
170
|
"onSelected:iconBlueprints"?: (icons: IconBlueprints) => any;
|
171
171
|
};
|
172
172
|
};
|
package/internal-do-not-import-from-here/ux/aurora/designkits/shared/BlueprintsTemplates.d.ts
CHANGED
@@ -1,14 +1,6 @@
|
|
1
|
-
import {
|
1
|
+
import { ComponentBlueprints, guid, IconBlueprint, IconBlueprints, SpacingBlueprints, TabsBlueprints, TypographyBlueprints } from "@omnia/fx-models";
|
2
2
|
import { DefaultInnerSpacing, DefaultLayoutSpacing, PreviewInnerSpacing } from "./SpacingBlueprint";
|
3
3
|
import { DefaultTypography, FunkyTypography, PreviewMiniTypography, PreviewTypography } from "./TypographyBlueprints";
|
4
|
-
declare class SquareChromeBlueprintsTemplate implements ChromeBlueprints {
|
5
|
-
name: string;
|
6
|
-
id: guid;
|
7
|
-
primary: any;
|
8
|
-
variant1: any;
|
9
|
-
variant2: any;
|
10
|
-
variant3: any;
|
11
|
-
}
|
12
4
|
declare class DefaultIconsBlueprintsTemplate implements IconBlueprints {
|
13
5
|
name: string;
|
14
6
|
xs: IconBlueprint;
|
@@ -25,14 +17,6 @@ declare class LargeIconsTemplate implements IconBlueprints {
|
|
25
17
|
l: IconBlueprint;
|
26
18
|
xl: IconBlueprint;
|
27
19
|
}
|
28
|
-
declare class RoundChromeBlueprintsTemplate implements ChromeBlueprints {
|
29
|
-
name: string;
|
30
|
-
id: guid;
|
31
|
-
primary: any;
|
32
|
-
variant1: any;
|
33
|
-
variant2: any;
|
34
|
-
variant3: any;
|
35
|
-
}
|
36
20
|
export declare class DefaultSpacingBlueprintTemplate implements SpacingBlueprints {
|
37
21
|
id: guid;
|
38
22
|
name: string;
|
@@ -79,7 +63,6 @@ declare class SquareBlueprintsTemplate implements ComponentBlueprints {
|
|
79
63
|
};
|
80
64
|
};
|
81
65
|
tabs: TabsBlueprints;
|
82
|
-
blocks: SquareChromeBlueprintsTemplate;
|
83
66
|
icons?: DefaultIconsBlueprintsTemplate;
|
84
67
|
constructor(id: guid, name: string);
|
85
68
|
}
|
@@ -103,7 +86,6 @@ declare class RoundBlueprintsTemplate implements ComponentBlueprints {
|
|
103
86
|
};
|
104
87
|
};
|
105
88
|
tabs: TabsBlueprints;
|
106
|
-
blocks: RoundChromeBlueprintsTemplate;
|
107
89
|
icons?: DefaultIconsBlueprintsTemplate;
|
108
90
|
constructor(id: guid, name: string);
|
109
91
|
}
|
@@ -132,10 +114,6 @@ export declare class PreviewMiniTypographyBlueprint implements TypographyBluepri
|
|
132
114
|
id: guid;
|
133
115
|
}
|
134
116
|
export declare const BlueprintsTemplates: {
|
135
|
-
chrome: {
|
136
|
-
rounded: () => RoundChromeBlueprintsTemplate;
|
137
|
-
square: () => SquareChromeBlueprintsTemplate;
|
138
|
-
};
|
139
117
|
component: {
|
140
118
|
rounded: () => RoundBlueprintsTemplate;
|
141
119
|
square: () => SquareBlueprintsTemplate;
|
@@ -25,10 +25,6 @@ export declare const useComponentBlueprintStore: () => {
|
|
25
25
|
icon: {
|
26
26
|
iconBlueprint(size: OIconSizes): import("@omnia/fx-models").IconBlueprint;
|
27
27
|
};
|
28
|
-
block: {
|
29
|
-
hasBlueprintVariant(type: BlueprintVariant | string): boolean;
|
30
|
-
blueprintByType(type: BlueprintVariant | string): import("@omnia/fx-models").ChromeBlueprint;
|
31
|
-
};
|
32
28
|
containerFill: {
|
33
29
|
hasVariant(type: BlueprintVariant | string): boolean;
|
34
30
|
getByType(type: BlueprintVariant | ContainerFillBlueprint | string): any;
|
@@ -57,10 +57,6 @@ export declare const useSpacingBlueprintStore: () => {
|
|
57
57
|
icon: {
|
58
58
|
iconBlueprint(size: import("@omnia/fx-models").OIconSizes): import("@omnia/fx-models").IconBlueprint;
|
59
59
|
};
|
60
|
-
block: {
|
61
|
-
hasBlueprintVariant(type: BlueprintVariant | string): boolean;
|
62
|
-
blueprintByType(type: BlueprintVariant | string): import("@omnia/fx-models").ChromeBlueprint;
|
63
|
-
};
|
64
60
|
containerFill: {
|
65
61
|
hasVariant(type: BlueprintVariant | string): boolean;
|
66
62
|
getByType(type: BlueprintVariant | import("@omnia/fx-models").ContainerFillBlueprint | string): any;
|