@omnia/fx 8.0.41-dev → 8.0.42-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/shared/models/hub/activities/Activity.d.ts +5 -3
- package/internal-do-not-import-from-here/shared/models/hub/activities/IdentityActivity.d.ts +2 -1
- package/internal-do-not-import-from-here/shared/models/hub/activities/IdentityActivity.js +1 -0
- package/internal-do-not-import-from-here/shared/services/ActivityService.d.ts +3 -2
- package/internal-do-not-import-from-here/stores/oxide/ComponentHostStore.d.ts +3 -3
- package/internal-do-not-import-from-here/ux/ComponentTypings.d.ts +4 -1
- package/internal-do-not-import-from-here/ux/app/management/tabs/instance/InternalConstants.d.ts +4 -3
- package/internal-do-not-import-from-here/ux/app/management/tabs/instance/Item.d.ts +2 -2
- package/internal-do-not-import-from-here/ux/appprovisioning/appprovisioningwizard/AppProvisioningWizard.d.ts +749 -67
- package/internal-do-not-import-from-here/ux/appprovisioning/appprovisioningwizard/IAppProvisioningWizard.d.ts +1 -12
- package/internal-do-not-import-from-here/ux/appprovisioning/components/AppInstanceTemplatePickerVueComponent.d.ts +386 -49
- package/internal-do-not-import-from-here/ux/appprovisioning/components/AppProvisioningComponentBase.d.ts +79 -0
- package/internal-do-not-import-from-here/ux/colorschemapicker/ColorSchemaPicker.css.d.ts +3 -1
- package/internal-do-not-import-from-here/ux/enterpriseproperties/renderers/EnterprisePropertyValue.d.ts +52 -7
- package/internal-do-not-import-from-here/ux/hub/chat/HubChat.d.ts +6 -12
- package/internal-do-not-import-from-here/ux/hub/feed/definitions/CommunityUpdate.d.ts +2 -0
- package/internal-do-not-import-from-here/ux/hub/feed/definitions/DefinitionRegistrations.d.ts +1 -0
- package/internal-do-not-import-from-here/ux/hub/feed/definitions/DocumentReview.d.ts +2 -0
- package/internal-do-not-import-from-here/ux/hub/feed/definitions/NewsArticleTemplate.d.ts +2 -0
- package/internal-do-not-import-from-here/ux/hub/feed/definitions/QuickPoll.d.ts +2 -0
- package/internal-do-not-import-from-here/ux/hub/feed/definitions/Reach.d.ts +2 -0
- package/internal-do-not-import-from-here/ux/hub/feed/definitions/UpdatedProcess.d.ts +2 -0
- package/internal-do-not-import-from-here/ux/hub/feed/stores/ActivityFeedStore.d.ts +4 -4
- package/internal-do-not-import-from-here/ux/hub/feed/stores/HubFeedChromeStore.d.ts +4 -0
- package/internal-do-not-import-from-here/ux/hub/feed/tabs/FeedTab.css.d.ts +1 -0
- package/internal-do-not-import-from-here/ux/hub/feed/tabs/fakeviews/MyContentTable.d.ts +46 -0
- package/internal-do-not-import-from-here/ux/hub/feed/tabs/fakeviews/MyProfile.d.ts +46 -0
- package/internal-do-not-import-from-here/ux/hub/feed/tabs/fakeviews/MySubscriptions.d.ts +46 -0
- package/internal-do-not-import-from-here/ux/journey/v2/JourneyBlade.d.ts +2 -2
- package/internal-do-not-import-from-here/ux/magiclink/MagicLinkSignIn.d.ts +47 -0
- package/internal-do-not-import-from-here/ux/magiclink/Shared.d.ts +4 -0
- package/internal-do-not-import-from-here/ux/models/DataTable.d.ts +3 -3
- package/internal-do-not-import-from-here/ux/monaco/MonacoEditor.d.ts +2 -2
- package/internal-do-not-import-from-here/ux/oxide/appbar/Appbar.d.ts +2 -2
- package/internal-do-not-import-from-here/ux/oxide/btn/Button.d.ts +28 -0
- package/internal-do-not-import-from-here/ux/oxide/card/Card.d.ts +14 -0
- package/internal-do-not-import-from-here/ux/oxide/colorpicker/ColorPicker.css.d.ts +2 -0
- package/internal-do-not-import-from-here/ux/oxide/colorpicker/ColorPicker.d.ts +10 -11
- package/internal-do-not-import-from-here/ux/oxide/dialog/Dialog.d.ts +2 -2
- package/internal-do-not-import-from-here/ux/oxide/hostprovider/HostProvider.d.ts +10 -10
- package/internal-do-not-import-from-here/ux/oxide/toolbar/Toolbar.d.ts +2 -2
- package/internal-do-not-import-from-here/ux/templatepicker/ITemplatePicker.d.ts +0 -12
- package/internal-do-not-import-from-here/ux/templatepicker/TemplatePicker.d.ts +583 -28
- package/internal-do-not-import-from-here/ux/theming-v2/designkits/core/Colors.d.ts +6 -2
- package/internal-do-not-import-from-here/ux/theming-v2/index.d.ts +1 -12
- package/internal-do-not-import-from-here/ux/theming-v2/store/index.d.ts +12 -0
- package/internal-do-not-import-from-here/ux/theming-v2/styling/UseStyling.d.ts +1 -1
- package/internal-do-not-import-from-here/ux/theming-v2/styling/styles/Blueprints.d.ts +1 -1
- package/internal-do-not-import-from-here/ux/theming-v2/styling/styles/General.d.ts +1 -1
- package/internal-do-not-import-from-here/ux/theming-v2/styling/styles/Typography.d.ts +1 -1
- package/internal-do-not-import-from-here/ux/use/UseIcon.d.ts +7 -0
- package/internal-do-not-import-from-here/ux/velcron/blocks/demo/DemoBlock.css.d.ts +17 -0
- package/internal-do-not-import-from-here/ux/velcron/blocks/demo/DemoBlock.d.ts +46 -0
- package/internal-do-not-import-from-here/ux/velcron/blocks/demo/DemoBlockSettings.css.d.ts +6 -0
- package/internal-do-not-import-from-here/ux/velcron/blocks/demo/DemoBlockSettings.d.ts +53 -0
- package/internal-do-not-import-from-here/ux/velcron/blocks/velcron/VelcronBlockSettings.d.ts +4 -1
- package/internal-do-not-import-from-here/ux/velcron/blocks/velcron/useVelcronStateManager.d.ts +13 -0
- package/internal-do-not-import-from-here/ux/velcron/components/contenteditor/definitions/social/MicroBlog.d.ts +3 -0
- package/internal-do-not-import-from-here/ux/velcron/components/contenteditor/definitions/social/MicroBlog2.d.ts +3 -0
- package/internal-do-not-import-from-here/ux/velcron/components/contenteditor/definitions/social/index.d.ts +1 -0
- package/internal-do-not-import-from-here/ux/velcron/core/models/VelcronDefinitions.d.ts +15 -1
- package/internal-do-not-import-from-here/ux/velcron/core/models/VelcronPropertyEditorDefinitions.d.ts +58 -3
- package/internal-do-not-import-from-here/ux/velcron/core/templatebuilder/editor/VelcronEditorBuilder2.d.ts +8 -2
- package/internal-do-not-import-from-here/ux/velcron/renderer/components/Radio.d.ts +65 -0
- package/internal-do-not-import-from-here/ux/velcron/renderer/propertyeditors/MarkdownEditor.d.ts +23 -0
- package/internal-do-not-import-from-here/ux/velcron/renderer/propertyeditors/SpacingEditor.d.ts +481 -0
- package/internal-do-not-import-from-here/ux/velcron/renderer/propertyeditors/TextEditor.d.ts +23 -0
- package/internal-do-not-import-from-here/ux/versionedlayout/editor/VersionedLayoutEditor.d.ts +6 -0
- package/internal-do-not-import-from-here/wctypings.d.ts +35 -0
- package/package.json +2 -2
- /package/internal-do-not-import-from-here/ux/theming-v2/{BlueprintDefinitionStore.d.ts → store/BlueprintDefinitionStore.d.ts} +0 -0
- /package/internal-do-not-import-from-here/ux/theming-v2/{BlueprintStore.d.ts → store/BlueprintStore.d.ts} +0 -0
- /package/internal-do-not-import-from-here/ux/theming-v2/{ColorManager.d.ts → store/ColorManager.d.ts} +0 -0
- /package/internal-do-not-import-from-here/ux/theming-v2/{ColorSchemaDefinitionStore.d.ts → store/ColorSchemaDefinitionStore.d.ts} +0 -0
- /package/internal-do-not-import-from-here/ux/theming-v2/{ColorSchemaManager.d.ts → store/ColorSchemaManager.d.ts} +0 -0
- /package/internal-do-not-import-from-here/ux/theming-v2/{ColorSchemaStore.d.ts → store/ColorSchemaStore.d.ts} +0 -0
- /package/internal-do-not-import-from-here/ux/theming-v2/{SpacingDefinitionStore.d.ts → store/SpacingDefinitionStore.d.ts} +0 -0
- /package/internal-do-not-import-from-here/ux/theming-v2/{ThemeContextStore.d.ts → store/ThemeContextStore.d.ts} +0 -0
- /package/internal-do-not-import-from-here/ux/theming-v2/{ThemeDefinitionStoreV2.d.ts → store/ThemeDefinitionStoreV2.d.ts} +0 -0
- /package/internal-do-not-import-from-here/ux/theming-v2/{ThemeStoreV2.d.ts → store/ThemeStoreV2.d.ts} +0 -0
- /package/internal-do-not-import-from-here/ux/theming-v2/{TypographyDefinitionStore.d.ts → store/TypographyDefinitionStore.d.ts} +0 -0
- /package/internal-do-not-import-from-here/ux/theming-v2/{VelcronDefinitionStore.d.ts → store/VelcronDefinitionStore.d.ts} +0 -0
@@ -1,28 +1,583 @@
|
|
1
|
-
import {
|
2
|
-
|
3
|
-
|
4
|
-
import
|
5
|
-
|
6
|
-
|
7
|
-
|
8
|
-
|
9
|
-
|
10
|
-
|
11
|
-
|
12
|
-
|
13
|
-
|
14
|
-
|
15
|
-
|
16
|
-
|
17
|
-
|
18
|
-
|
19
|
-
|
20
|
-
|
21
|
-
|
22
|
-
|
23
|
-
|
24
|
-
|
25
|
-
|
26
|
-
|
27
|
-
|
28
|
-
|
1
|
+
import { TemplatePickerModel } from "@omnia/fx/ux";
|
2
|
+
declare const _default: {
|
3
|
+
new (...args: any[]): {
|
4
|
+
$: import("vue").ComponentInternalInstance;
|
5
|
+
$data: {};
|
6
|
+
$props: Partial<{}> & Omit<{
|
7
|
+
readonly name?: {
|
8
|
+
[x: `onUpdate:${string}`]: {
|
9
|
+
type: import("vue").PropType<(value: TemplatePickerModel) => any>;
|
10
|
+
};
|
11
|
+
} & {
|
12
|
+
[x: `v-model:${string}`]: {
|
13
|
+
type: import("vue").PropType<TemplatePickerModel>;
|
14
|
+
required: false;
|
15
|
+
};
|
16
|
+
} & {
|
17
|
+
[x: string]: {
|
18
|
+
type: import("vue").PropType<TemplatePickerModel>;
|
19
|
+
required: false;
|
20
|
+
};
|
21
|
+
} & {
|
22
|
+
require(): import("../DefineVueTypings").DefinePropModelRequire<string, TemplatePickerModel, {
|
23
|
+
"onUpdate:modelValue": {
|
24
|
+
type: import("vue").PropType<(value: TemplatePickerModel) => any>;
|
25
|
+
};
|
26
|
+
} & {
|
27
|
+
"v-model": {
|
28
|
+
type: import("vue").PropType<TemplatePickerModel>;
|
29
|
+
required: false;
|
30
|
+
};
|
31
|
+
} & {
|
32
|
+
modelValue: {
|
33
|
+
type: import("vue").PropType<TemplatePickerModel>;
|
34
|
+
required: false;
|
35
|
+
};
|
36
|
+
}>;
|
37
|
+
defaultValue(value?: TemplatePickerModel): import("../DefineVueTypings").DefinePropModelDefaultValue<string, TemplatePickerModel, {
|
38
|
+
"onUpdate:modelValue": {
|
39
|
+
type: import("vue").PropType<(value: TemplatePickerModel) => any>;
|
40
|
+
};
|
41
|
+
} & {
|
42
|
+
"v-model": {
|
43
|
+
type: import("vue").PropType<TemplatePickerModel>;
|
44
|
+
required: false;
|
45
|
+
};
|
46
|
+
} & {
|
47
|
+
modelValue: {
|
48
|
+
type: import("vue").PropType<TemplatePickerModel>;
|
49
|
+
required: false;
|
50
|
+
};
|
51
|
+
}, false>;
|
52
|
+
doc$(description?: string): import("../DefineVueTypings").DefinePropModelDoc<string, TemplatePickerModel, {
|
53
|
+
"onUpdate:modelValue": {
|
54
|
+
type: import("vue").PropType<(value: TemplatePickerModel) => any>;
|
55
|
+
};
|
56
|
+
} & {
|
57
|
+
"v-model": {
|
58
|
+
type: import("vue").PropType<TemplatePickerModel>;
|
59
|
+
required: false;
|
60
|
+
};
|
61
|
+
} & {
|
62
|
+
modelValue: {
|
63
|
+
type: import("vue").PropType<TemplatePickerModel>;
|
64
|
+
required: false;
|
65
|
+
};
|
66
|
+
}>;
|
67
|
+
};
|
68
|
+
readonly "onUpdate:modelValue"?: (value: TemplatePickerModel) => any;
|
69
|
+
readonly "v-model"?: TemplatePickerModel;
|
70
|
+
readonly modelValue?: TemplatePickerModel;
|
71
|
+
readonly templates?: TemplatePickerModel[];
|
72
|
+
readonly colsGrid?: number;
|
73
|
+
readonly "cols-grid"?: number;
|
74
|
+
readonly stylesTemplate?: unknown;
|
75
|
+
readonly "styles-template"?: unknown;
|
76
|
+
readonly isSort?: boolean;
|
77
|
+
readonly "is-sort"?: boolean;
|
78
|
+
} & import("vue").VNodeProps & import("vue").AllowedComponentProps & import("vue").ComponentCustomProps & Readonly<import("vue").ExtractPropTypes<{
|
79
|
+
"is-sort": {
|
80
|
+
type: import("vue").PropType<boolean>;
|
81
|
+
};
|
82
|
+
isSort: {
|
83
|
+
type: import("vue").PropType<boolean>;
|
84
|
+
};
|
85
|
+
"styles-template": {
|
86
|
+
type: import("vue").PropType<{
|
87
|
+
itemTemplateStyle?: import("typestyle/lib/types").NestedCSSProperties;
|
88
|
+
titleTemplateStyle?: import("typestyle/lib/types").NestedCSSProperties;
|
89
|
+
buttonStyle?: import("typestyle/lib/types").NestedCSSProperties;
|
90
|
+
}>;
|
91
|
+
};
|
92
|
+
stylesTemplate: {
|
93
|
+
type: import("vue").PropType<{
|
94
|
+
itemTemplateStyle?: import("typestyle/lib/types").NestedCSSProperties;
|
95
|
+
titleTemplateStyle?: import("typestyle/lib/types").NestedCSSProperties;
|
96
|
+
buttonStyle?: import("typestyle/lib/types").NestedCSSProperties;
|
97
|
+
}>;
|
98
|
+
};
|
99
|
+
"cols-grid": {
|
100
|
+
type: import("vue").PropType<number>;
|
101
|
+
};
|
102
|
+
colsGrid: {
|
103
|
+
type: import("vue").PropType<number>;
|
104
|
+
};
|
105
|
+
templates: {
|
106
|
+
type: import("vue").PropType<TemplatePickerModel[]>;
|
107
|
+
} & {
|
108
|
+
type: import("vue").PropType<TemplatePickerModel[]>;
|
109
|
+
};
|
110
|
+
"onUpdate:modelValue": {
|
111
|
+
type: import("vue").PropType<(value: TemplatePickerModel) => any>;
|
112
|
+
};
|
113
|
+
"v-model": {
|
114
|
+
type: import("vue").PropType<TemplatePickerModel>;
|
115
|
+
required: false;
|
116
|
+
};
|
117
|
+
modelValue: {
|
118
|
+
type: import("vue").PropType<TemplatePickerModel>;
|
119
|
+
required: false;
|
120
|
+
};
|
121
|
+
name: <TName extends string>(n?: TName) => { [key in import("../DefineVueTypings").VModelEmitsInJsxElement<TName>]: {
|
122
|
+
type: import("vue").PropType<(value: TemplatePickerModel) => any>;
|
123
|
+
}; } & { [key_1 in import("../DefineVueTypings").VModelKeyNameInJsxElement<TName>]: {
|
124
|
+
type: import("vue").PropType<TemplatePickerModel>;
|
125
|
+
required: false;
|
126
|
+
}; } & { [key_2 in import("../DefineVueTypings").VModelKeyNameInProps<TName>]: {
|
127
|
+
type: import("vue").PropType<TemplatePickerModel>;
|
128
|
+
required: false;
|
129
|
+
}; } & {
|
130
|
+
require(): import("../DefineVueTypings").DefinePropModelRequire<TName, TemplatePickerModel, {
|
131
|
+
"onUpdate:modelValue": {
|
132
|
+
type: import("vue").PropType<(value: TemplatePickerModel) => any>;
|
133
|
+
};
|
134
|
+
} & {
|
135
|
+
"v-model": {
|
136
|
+
type: import("vue").PropType<TemplatePickerModel>;
|
137
|
+
required: false;
|
138
|
+
};
|
139
|
+
} & {
|
140
|
+
modelValue: {
|
141
|
+
type: import("vue").PropType<TemplatePickerModel>;
|
142
|
+
required: false;
|
143
|
+
};
|
144
|
+
}>;
|
145
|
+
defaultValue(value?: TemplatePickerModel): import("../DefineVueTypings").DefinePropModelDefaultValue<TName, TemplatePickerModel, {
|
146
|
+
"onUpdate:modelValue": {
|
147
|
+
type: import("vue").PropType<(value: TemplatePickerModel) => any>;
|
148
|
+
};
|
149
|
+
} & {
|
150
|
+
"v-model": {
|
151
|
+
type: import("vue").PropType<TemplatePickerModel>;
|
152
|
+
required: false;
|
153
|
+
};
|
154
|
+
} & {
|
155
|
+
modelValue: {
|
156
|
+
type: import("vue").PropType<TemplatePickerModel>;
|
157
|
+
required: false;
|
158
|
+
};
|
159
|
+
}, false>;
|
160
|
+
doc$(description?: string): import("../DefineVueTypings").DefinePropModelDoc<TName, TemplatePickerModel, {
|
161
|
+
"onUpdate:modelValue": {
|
162
|
+
type: import("vue").PropType<(value: TemplatePickerModel) => any>;
|
163
|
+
};
|
164
|
+
} & {
|
165
|
+
"v-model": {
|
166
|
+
type: import("vue").PropType<TemplatePickerModel>;
|
167
|
+
required: false;
|
168
|
+
};
|
169
|
+
} & {
|
170
|
+
modelValue: {
|
171
|
+
type: import("vue").PropType<TemplatePickerModel>;
|
172
|
+
required: false;
|
173
|
+
};
|
174
|
+
}>;
|
175
|
+
};
|
176
|
+
}>>, never>;
|
177
|
+
$attrs: {
|
178
|
+
[x: string]: unknown;
|
179
|
+
};
|
180
|
+
$refs: {
|
181
|
+
[x: string]: unknown;
|
182
|
+
};
|
183
|
+
$slots: Readonly<{
|
184
|
+
[name: string]: import("vue").Slot<any>;
|
185
|
+
}>;
|
186
|
+
$root: import("vue").ComponentPublicInstance<{}, {}, {}, {}, {}, {}, {}, {}, false, import("vue").ComponentOptionsBase<any, any, any, any, any, any, any, any, any, {}, {}, string, {}>, {}, {}>;
|
187
|
+
$parent: import("vue").ComponentPublicInstance<{}, {}, {}, {}, {}, {}, {}, {}, false, import("vue").ComponentOptionsBase<any, any, any, any, any, any, any, any, any, {}, {}, string, {}>, {}, {}>;
|
188
|
+
$emit: (event: string, ...args: any[]) => void;
|
189
|
+
$el: any;
|
190
|
+
$options: import("vue").ComponentOptionsBase<Readonly<import("vue").ExtractPropTypes<{
|
191
|
+
"is-sort": {
|
192
|
+
type: import("vue").PropType<boolean>;
|
193
|
+
};
|
194
|
+
isSort: {
|
195
|
+
type: import("vue").PropType<boolean>;
|
196
|
+
};
|
197
|
+
"styles-template": {
|
198
|
+
type: import("vue").PropType<{
|
199
|
+
itemTemplateStyle?: import("typestyle/lib/types").NestedCSSProperties;
|
200
|
+
titleTemplateStyle?: import("typestyle/lib/types").NestedCSSProperties;
|
201
|
+
buttonStyle?: import("typestyle/lib/types").NestedCSSProperties;
|
202
|
+
}>;
|
203
|
+
};
|
204
|
+
stylesTemplate: {
|
205
|
+
type: import("vue").PropType<{
|
206
|
+
itemTemplateStyle?: import("typestyle/lib/types").NestedCSSProperties;
|
207
|
+
titleTemplateStyle?: import("typestyle/lib/types").NestedCSSProperties;
|
208
|
+
buttonStyle?: import("typestyle/lib/types").NestedCSSProperties;
|
209
|
+
}>;
|
210
|
+
};
|
211
|
+
"cols-grid": {
|
212
|
+
type: import("vue").PropType<number>;
|
213
|
+
};
|
214
|
+
colsGrid: {
|
215
|
+
type: import("vue").PropType<number>;
|
216
|
+
};
|
217
|
+
templates: {
|
218
|
+
type: import("vue").PropType<TemplatePickerModel[]>;
|
219
|
+
} & {
|
220
|
+
type: import("vue").PropType<TemplatePickerModel[]>;
|
221
|
+
};
|
222
|
+
"onUpdate:modelValue": {
|
223
|
+
type: import("vue").PropType<(value: TemplatePickerModel) => any>;
|
224
|
+
};
|
225
|
+
"v-model": {
|
226
|
+
type: import("vue").PropType<TemplatePickerModel>;
|
227
|
+
required: false;
|
228
|
+
};
|
229
|
+
modelValue: {
|
230
|
+
type: import("vue").PropType<TemplatePickerModel>;
|
231
|
+
required: false;
|
232
|
+
};
|
233
|
+
name: <TName extends string>(n?: TName) => { [key in import("../DefineVueTypings").VModelEmitsInJsxElement<TName>]: {
|
234
|
+
type: import("vue").PropType<(value: TemplatePickerModel) => any>;
|
235
|
+
}; } & { [key_1 in import("../DefineVueTypings").VModelKeyNameInJsxElement<TName>]: {
|
236
|
+
type: import("vue").PropType<TemplatePickerModel>;
|
237
|
+
required: false;
|
238
|
+
}; } & { [key_2 in import("../DefineVueTypings").VModelKeyNameInProps<TName>]: {
|
239
|
+
type: import("vue").PropType<TemplatePickerModel>;
|
240
|
+
required: false;
|
241
|
+
}; } & {
|
242
|
+
require(): import("../DefineVueTypings").DefinePropModelRequire<TName, TemplatePickerModel, {
|
243
|
+
"onUpdate:modelValue": {
|
244
|
+
type: import("vue").PropType<(value: TemplatePickerModel) => any>;
|
245
|
+
};
|
246
|
+
} & {
|
247
|
+
"v-model": {
|
248
|
+
type: import("vue").PropType<TemplatePickerModel>;
|
249
|
+
required: false;
|
250
|
+
};
|
251
|
+
} & {
|
252
|
+
modelValue: {
|
253
|
+
type: import("vue").PropType<TemplatePickerModel>;
|
254
|
+
required: false;
|
255
|
+
};
|
256
|
+
}>;
|
257
|
+
defaultValue(value?: TemplatePickerModel): import("../DefineVueTypings").DefinePropModelDefaultValue<TName, TemplatePickerModel, {
|
258
|
+
"onUpdate:modelValue": {
|
259
|
+
type: import("vue").PropType<(value: TemplatePickerModel) => any>;
|
260
|
+
};
|
261
|
+
} & {
|
262
|
+
"v-model": {
|
263
|
+
type: import("vue").PropType<TemplatePickerModel>;
|
264
|
+
required: false;
|
265
|
+
};
|
266
|
+
} & {
|
267
|
+
modelValue: {
|
268
|
+
type: import("vue").PropType<TemplatePickerModel>;
|
269
|
+
required: false;
|
270
|
+
};
|
271
|
+
}, false>;
|
272
|
+
doc$(description?: string): import("../DefineVueTypings").DefinePropModelDoc<TName, TemplatePickerModel, {
|
273
|
+
"onUpdate:modelValue": {
|
274
|
+
type: import("vue").PropType<(value: TemplatePickerModel) => any>;
|
275
|
+
};
|
276
|
+
} & {
|
277
|
+
"v-model": {
|
278
|
+
type: import("vue").PropType<TemplatePickerModel>;
|
279
|
+
required: false;
|
280
|
+
};
|
281
|
+
} & {
|
282
|
+
modelValue: {
|
283
|
+
type: import("vue").PropType<TemplatePickerModel>;
|
284
|
+
required: false;
|
285
|
+
};
|
286
|
+
}>;
|
287
|
+
};
|
288
|
+
}>>, () => JSX.Element, unknown, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {}, string, {}, {}, string, {}> & {
|
289
|
+
beforeCreate?: (() => void) | (() => void)[];
|
290
|
+
created?: (() => void) | (() => void)[];
|
291
|
+
beforeMount?: (() => void) | (() => void)[];
|
292
|
+
mounted?: (() => void) | (() => void)[];
|
293
|
+
beforeUpdate?: (() => void) | (() => void)[];
|
294
|
+
updated?: (() => void) | (() => void)[];
|
295
|
+
activated?: (() => void) | (() => void)[];
|
296
|
+
deactivated?: (() => void) | (() => void)[];
|
297
|
+
beforeDestroy?: (() => void) | (() => void)[];
|
298
|
+
beforeUnmount?: (() => void) | (() => void)[];
|
299
|
+
destroyed?: (() => void) | (() => void)[];
|
300
|
+
unmounted?: (() => void) | (() => void)[];
|
301
|
+
renderTracked?: ((e: import("vue").DebuggerEvent) => void) | ((e: import("vue").DebuggerEvent) => void)[];
|
302
|
+
renderTriggered?: ((e: import("vue").DebuggerEvent) => void) | ((e: import("vue").DebuggerEvent) => void)[];
|
303
|
+
errorCaptured?: ((err: unknown, instance: import("vue").ComponentPublicInstance<{}, {}, {}, {}, {}, {}, {}, {}, false, import("vue").ComponentOptionsBase<any, any, any, any, any, any, any, any, any, {}, {}, string, {}>, {}, {}>, info: string) => boolean | void) | ((err: unknown, instance: import("vue").ComponentPublicInstance<{}, {}, {}, {}, {}, {}, {}, {}, false, import("vue").ComponentOptionsBase<any, any, any, any, any, any, any, any, any, {}, {}, string, {}>, {}, {}>, info: string) => boolean | void)[];
|
304
|
+
};
|
305
|
+
$forceUpdate: () => void;
|
306
|
+
$nextTick: typeof import("vue").nextTick;
|
307
|
+
$watch<T extends string | ((...args: any) => any)>(source: T, cb: T extends (...args: any) => infer R ? (args_0: R, args_1: R) => any : (...args: any) => any, options?: import("vue").WatchOptions<boolean>): import("vue").WatchStopHandle;
|
308
|
+
} & Readonly<import("vue").ExtractPropTypes<{
|
309
|
+
"is-sort": {
|
310
|
+
type: import("vue").PropType<boolean>;
|
311
|
+
};
|
312
|
+
isSort: {
|
313
|
+
type: import("vue").PropType<boolean>;
|
314
|
+
};
|
315
|
+
"styles-template": {
|
316
|
+
type: import("vue").PropType<{
|
317
|
+
itemTemplateStyle?: import("typestyle/lib/types").NestedCSSProperties;
|
318
|
+
titleTemplateStyle?: import("typestyle/lib/types").NestedCSSProperties;
|
319
|
+
buttonStyle?: import("typestyle/lib/types").NestedCSSProperties;
|
320
|
+
}>;
|
321
|
+
};
|
322
|
+
stylesTemplate: {
|
323
|
+
type: import("vue").PropType<{
|
324
|
+
itemTemplateStyle?: import("typestyle/lib/types").NestedCSSProperties;
|
325
|
+
titleTemplateStyle?: import("typestyle/lib/types").NestedCSSProperties;
|
326
|
+
buttonStyle?: import("typestyle/lib/types").NestedCSSProperties;
|
327
|
+
}>;
|
328
|
+
};
|
329
|
+
"cols-grid": {
|
330
|
+
type: import("vue").PropType<number>;
|
331
|
+
};
|
332
|
+
colsGrid: {
|
333
|
+
type: import("vue").PropType<number>;
|
334
|
+
};
|
335
|
+
templates: {
|
336
|
+
type: import("vue").PropType<TemplatePickerModel[]>;
|
337
|
+
} & {
|
338
|
+
type: import("vue").PropType<TemplatePickerModel[]>;
|
339
|
+
};
|
340
|
+
"onUpdate:modelValue": {
|
341
|
+
type: import("vue").PropType<(value: TemplatePickerModel) => any>;
|
342
|
+
};
|
343
|
+
"v-model": {
|
344
|
+
type: import("vue").PropType<TemplatePickerModel>;
|
345
|
+
required: false;
|
346
|
+
};
|
347
|
+
modelValue: {
|
348
|
+
type: import("vue").PropType<TemplatePickerModel>;
|
349
|
+
required: false;
|
350
|
+
};
|
351
|
+
name: <TName extends string>(n?: TName) => { [key in import("../DefineVueTypings").VModelEmitsInJsxElement<TName>]: {
|
352
|
+
type: import("vue").PropType<(value: TemplatePickerModel) => any>;
|
353
|
+
}; } & { [key_1 in import("../DefineVueTypings").VModelKeyNameInJsxElement<TName>]: {
|
354
|
+
type: import("vue").PropType<TemplatePickerModel>;
|
355
|
+
required: false;
|
356
|
+
}; } & { [key_2 in import("../DefineVueTypings").VModelKeyNameInProps<TName>]: {
|
357
|
+
type: import("vue").PropType<TemplatePickerModel>;
|
358
|
+
required: false;
|
359
|
+
}; } & {
|
360
|
+
require(): import("../DefineVueTypings").DefinePropModelRequire<TName, TemplatePickerModel, {
|
361
|
+
"onUpdate:modelValue": {
|
362
|
+
type: import("vue").PropType<(value: TemplatePickerModel) => any>;
|
363
|
+
};
|
364
|
+
} & {
|
365
|
+
"v-model": {
|
366
|
+
type: import("vue").PropType<TemplatePickerModel>;
|
367
|
+
required: false;
|
368
|
+
};
|
369
|
+
} & {
|
370
|
+
modelValue: {
|
371
|
+
type: import("vue").PropType<TemplatePickerModel>;
|
372
|
+
required: false;
|
373
|
+
};
|
374
|
+
}>;
|
375
|
+
defaultValue(value?: TemplatePickerModel): import("../DefineVueTypings").DefinePropModelDefaultValue<TName, TemplatePickerModel, {
|
376
|
+
"onUpdate:modelValue": {
|
377
|
+
type: import("vue").PropType<(value: TemplatePickerModel) => any>;
|
378
|
+
};
|
379
|
+
} & {
|
380
|
+
"v-model": {
|
381
|
+
type: import("vue").PropType<TemplatePickerModel>;
|
382
|
+
required: false;
|
383
|
+
};
|
384
|
+
} & {
|
385
|
+
modelValue: {
|
386
|
+
type: import("vue").PropType<TemplatePickerModel>;
|
387
|
+
required: false;
|
388
|
+
};
|
389
|
+
}, false>;
|
390
|
+
doc$(description?: string): import("../DefineVueTypings").DefinePropModelDoc<TName, TemplatePickerModel, {
|
391
|
+
"onUpdate:modelValue": {
|
392
|
+
type: import("vue").PropType<(value: TemplatePickerModel) => any>;
|
393
|
+
};
|
394
|
+
} & {
|
395
|
+
"v-model": {
|
396
|
+
type: import("vue").PropType<TemplatePickerModel>;
|
397
|
+
required: false;
|
398
|
+
};
|
399
|
+
} & {
|
400
|
+
modelValue: {
|
401
|
+
type: import("vue").PropType<TemplatePickerModel>;
|
402
|
+
required: false;
|
403
|
+
};
|
404
|
+
}>;
|
405
|
+
};
|
406
|
+
}>> & import("vue").ShallowUnwrapRef<() => JSX.Element> & {} & import("vue").ComponentCustomProperties & {};
|
407
|
+
__isFragment?: never;
|
408
|
+
__isTeleport?: never;
|
409
|
+
__isSuspense?: never;
|
410
|
+
} & import("vue").ComponentOptionsBase<Readonly<import("vue").ExtractPropTypes<{
|
411
|
+
"is-sort": {
|
412
|
+
type: import("vue").PropType<boolean>;
|
413
|
+
};
|
414
|
+
isSort: {
|
415
|
+
type: import("vue").PropType<boolean>;
|
416
|
+
};
|
417
|
+
"styles-template": {
|
418
|
+
type: import("vue").PropType<{
|
419
|
+
itemTemplateStyle?: import("typestyle/lib/types").NestedCSSProperties;
|
420
|
+
titleTemplateStyle?: import("typestyle/lib/types").NestedCSSProperties;
|
421
|
+
buttonStyle?: import("typestyle/lib/types").NestedCSSProperties;
|
422
|
+
}>;
|
423
|
+
};
|
424
|
+
stylesTemplate: {
|
425
|
+
type: import("vue").PropType<{
|
426
|
+
itemTemplateStyle?: import("typestyle/lib/types").NestedCSSProperties;
|
427
|
+
titleTemplateStyle?: import("typestyle/lib/types").NestedCSSProperties;
|
428
|
+
buttonStyle?: import("typestyle/lib/types").NestedCSSProperties;
|
429
|
+
}>;
|
430
|
+
};
|
431
|
+
"cols-grid": {
|
432
|
+
type: import("vue").PropType<number>;
|
433
|
+
};
|
434
|
+
colsGrid: {
|
435
|
+
type: import("vue").PropType<number>;
|
436
|
+
};
|
437
|
+
templates: {
|
438
|
+
type: import("vue").PropType<TemplatePickerModel[]>;
|
439
|
+
} & {
|
440
|
+
type: import("vue").PropType<TemplatePickerModel[]>;
|
441
|
+
};
|
442
|
+
"onUpdate:modelValue": {
|
443
|
+
type: import("vue").PropType<(value: TemplatePickerModel) => any>;
|
444
|
+
};
|
445
|
+
"v-model": {
|
446
|
+
type: import("vue").PropType<TemplatePickerModel>;
|
447
|
+
required: false;
|
448
|
+
};
|
449
|
+
modelValue: {
|
450
|
+
type: import("vue").PropType<TemplatePickerModel>;
|
451
|
+
required: false;
|
452
|
+
};
|
453
|
+
name: <TName extends string>(n?: TName) => { [key in import("../DefineVueTypings").VModelEmitsInJsxElement<TName>]: {
|
454
|
+
type: import("vue").PropType<(value: TemplatePickerModel) => any>;
|
455
|
+
}; } & { [key_1 in import("../DefineVueTypings").VModelKeyNameInJsxElement<TName>]: {
|
456
|
+
type: import("vue").PropType<TemplatePickerModel>;
|
457
|
+
required: false;
|
458
|
+
}; } & { [key_2 in import("../DefineVueTypings").VModelKeyNameInProps<TName>]: {
|
459
|
+
type: import("vue").PropType<TemplatePickerModel>;
|
460
|
+
required: false;
|
461
|
+
}; } & {
|
462
|
+
require(): import("../DefineVueTypings").DefinePropModelRequire<TName, TemplatePickerModel, {
|
463
|
+
"onUpdate:modelValue": {
|
464
|
+
type: import("vue").PropType<(value: TemplatePickerModel) => any>;
|
465
|
+
};
|
466
|
+
} & {
|
467
|
+
"v-model": {
|
468
|
+
type: import("vue").PropType<TemplatePickerModel>;
|
469
|
+
required: false;
|
470
|
+
};
|
471
|
+
} & {
|
472
|
+
modelValue: {
|
473
|
+
type: import("vue").PropType<TemplatePickerModel>;
|
474
|
+
required: false;
|
475
|
+
};
|
476
|
+
}>;
|
477
|
+
defaultValue(value?: TemplatePickerModel): import("../DefineVueTypings").DefinePropModelDefaultValue<TName, TemplatePickerModel, {
|
478
|
+
"onUpdate:modelValue": {
|
479
|
+
type: import("vue").PropType<(value: TemplatePickerModel) => any>;
|
480
|
+
};
|
481
|
+
} & {
|
482
|
+
"v-model": {
|
483
|
+
type: import("vue").PropType<TemplatePickerModel>;
|
484
|
+
required: false;
|
485
|
+
};
|
486
|
+
} & {
|
487
|
+
modelValue: {
|
488
|
+
type: import("vue").PropType<TemplatePickerModel>;
|
489
|
+
required: false;
|
490
|
+
};
|
491
|
+
}, false>;
|
492
|
+
doc$(description?: string): import("../DefineVueTypings").DefinePropModelDoc<TName, TemplatePickerModel, {
|
493
|
+
"onUpdate:modelValue": {
|
494
|
+
type: import("vue").PropType<(value: TemplatePickerModel) => any>;
|
495
|
+
};
|
496
|
+
} & {
|
497
|
+
"v-model": {
|
498
|
+
type: import("vue").PropType<TemplatePickerModel>;
|
499
|
+
required: false;
|
500
|
+
};
|
501
|
+
} & {
|
502
|
+
modelValue: {
|
503
|
+
type: import("vue").PropType<TemplatePickerModel>;
|
504
|
+
required: false;
|
505
|
+
};
|
506
|
+
}>;
|
507
|
+
};
|
508
|
+
}>>, () => JSX.Element, unknown, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {}, string, {}, {}, string, {}> & import("vue").VNodeProps & import("vue").AllowedComponentProps & import("vue").ComponentCustomProps & {
|
509
|
+
propsDefinition: Omit<Readonly<{} & {
|
510
|
+
name?: {
|
511
|
+
[x: `onUpdate:${string}`]: {
|
512
|
+
type: import("vue").PropType<(value: TemplatePickerModel) => any>;
|
513
|
+
};
|
514
|
+
} & {
|
515
|
+
[x: `v-model:${string}`]: {
|
516
|
+
type: import("vue").PropType<TemplatePickerModel>;
|
517
|
+
required: false;
|
518
|
+
};
|
519
|
+
} & {
|
520
|
+
[x: string]: {
|
521
|
+
type: import("vue").PropType<TemplatePickerModel>;
|
522
|
+
required: false;
|
523
|
+
};
|
524
|
+
} & {
|
525
|
+
require(): import("../DefineVueTypings").DefinePropModelRequire<string, TemplatePickerModel, {
|
526
|
+
"onUpdate:modelValue": {
|
527
|
+
type: import("vue").PropType<(value: TemplatePickerModel) => any>;
|
528
|
+
};
|
529
|
+
} & {
|
530
|
+
"v-model": {
|
531
|
+
type: import("vue").PropType<TemplatePickerModel>;
|
532
|
+
required: false;
|
533
|
+
};
|
534
|
+
} & {
|
535
|
+
modelValue: {
|
536
|
+
type: import("vue").PropType<TemplatePickerModel>;
|
537
|
+
required: false;
|
538
|
+
};
|
539
|
+
}>;
|
540
|
+
defaultValue(value?: TemplatePickerModel): import("../DefineVueTypings").DefinePropModelDefaultValue<string, TemplatePickerModel, {
|
541
|
+
"onUpdate:modelValue": {
|
542
|
+
type: import("vue").PropType<(value: TemplatePickerModel) => any>;
|
543
|
+
};
|
544
|
+
} & {
|
545
|
+
"v-model": {
|
546
|
+
type: import("vue").PropType<TemplatePickerModel>;
|
547
|
+
required: false;
|
548
|
+
};
|
549
|
+
} & {
|
550
|
+
modelValue: {
|
551
|
+
type: import("vue").PropType<TemplatePickerModel>;
|
552
|
+
required: false;
|
553
|
+
};
|
554
|
+
}, false>;
|
555
|
+
doc$(description?: string): import("../DefineVueTypings").DefinePropModelDoc<string, TemplatePickerModel, {
|
556
|
+
"onUpdate:modelValue": {
|
557
|
+
type: import("vue").PropType<(value: TemplatePickerModel) => any>;
|
558
|
+
};
|
559
|
+
} & {
|
560
|
+
"v-model": {
|
561
|
+
type: import("vue").PropType<TemplatePickerModel>;
|
562
|
+
required: false;
|
563
|
+
};
|
564
|
+
} & {
|
565
|
+
modelValue: {
|
566
|
+
type: import("vue").PropType<TemplatePickerModel>;
|
567
|
+
required: false;
|
568
|
+
};
|
569
|
+
}>;
|
570
|
+
};
|
571
|
+
"onUpdate:modelValue"?: (value: TemplatePickerModel) => any;
|
572
|
+
"v-model"?: TemplatePickerModel;
|
573
|
+
modelValue?: TemplatePickerModel;
|
574
|
+
templates?: TemplatePickerModel[];
|
575
|
+
colsGrid?: number;
|
576
|
+
"cols-grid"?: number;
|
577
|
+
stylesTemplate?: unknown;
|
578
|
+
"styles-template"?: unknown;
|
579
|
+
isSort?: boolean;
|
580
|
+
"is-sort"?: boolean;
|
581
|
+
}>, never>;
|
582
|
+
};
|
583
|
+
export default _default;
|
@@ -15,15 +15,19 @@ export declare const SystemColors: {
|
|
15
15
|
};
|
16
16
|
export declare const ColorSchemaDefinitions: {
|
17
17
|
Colors: {
|
18
|
+
CentipedeRed: ColorSchema;
|
19
|
+
MirabelleYellow: ColorSchema;
|
20
|
+
Ocean: ColorSchema;
|
18
21
|
Purple: ColorSchema;
|
19
22
|
Teal: ColorSchema;
|
20
23
|
};
|
21
24
|
Dark: {
|
22
|
-
|
25
|
+
BlackArmour: ColorSchema;
|
26
|
+
Black: ColorSchema;
|
23
27
|
Neutral: ColorSchema;
|
24
28
|
};
|
25
29
|
Light: {
|
26
|
-
|
30
|
+
White: ColorSchema;
|
27
31
|
Neutral: ColorSchema;
|
28
32
|
};
|
29
33
|
};
|
@@ -1,14 +1,3 @@
|
|
1
|
-
export * from "./ColorManager";
|
2
|
-
export * from "./ThemeStoreV2";
|
3
|
-
export * from "./ThemeDefinitionStoreV2";
|
4
1
|
export * from "./styling";
|
5
|
-
export * from "./ColorSchemaStore";
|
6
|
-
export * from "./ColorSchemaDefinitionStore";
|
7
|
-
export * from "./ColorSchemaManager";
|
8
|
-
export * from "./ThemeContextStore";
|
9
|
-
export * from "./BlueprintStore";
|
10
|
-
export * from "./VelcronDefinitionStore";
|
11
2
|
export * from "./designkits";
|
12
|
-
export * from "./
|
13
|
-
export * from "./TypographyDefinitionStore";
|
14
|
-
export * from "./SpacingDefinitionStore";
|
3
|
+
export * from "./store";
|
@@ -0,0 +1,12 @@
|
|
1
|
+
export * from "./ColorManager";
|
2
|
+
export * from "./ThemeStoreV2";
|
3
|
+
export * from "./ThemeDefinitionStoreV2";
|
4
|
+
export * from "./ColorSchemaStore";
|
5
|
+
export * from "./ColorSchemaDefinitionStore";
|
6
|
+
export * from "./ColorSchemaManager";
|
7
|
+
export * from "./ThemeContextStore";
|
8
|
+
export * from "./BlueprintStore";
|
9
|
+
export * from "./VelcronDefinitionStore";
|
10
|
+
export * from "./BlueprintDefinitionStore";
|
11
|
+
export * from "./TypographyDefinitionStore";
|
12
|
+
export * from "./SpacingDefinitionStore";
|
@@ -1,4 +1,4 @@
|
|
1
|
-
import { useBlueprintStore } from "../BlueprintStore";
|
1
|
+
import { useBlueprintStore } from "../store/BlueprintStore";
|
2
2
|
import { WebBlueprintDefintionTypes, setColorOpacity } from "@omnia/fx-models";
|
3
3
|
export declare function useStyling(): {
|
4
4
|
spacing: (spacing: import("./styles").spacing, type: "margin" | "padding") => string;
|