@omnia/fx 8.0.156-dev → 8.0.158-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/manifests/omnia.fx.manifest.json +1 -1
- package/internal-do-not-import-from-here/services/OmniaSearchUserService.d.ts +7 -0
- package/internal-do-not-import-from-here/services/index.d.ts +37 -36
- package/internal-do-not-import-from-here/ux/aurora/store/ColorSchemaStore.d.ts +152 -0
- package/internal-do-not-import-from-here/ux/aurora/store/SpacingBlueprintStore.d.ts +152 -0
- package/internal-do-not-import-from-here/ux/aurora/store/TypographyBlueprintStore.d.ts +152 -0
- package/internal-do-not-import-from-here/ux/aurora/styling/UseStyling.d.ts +17 -39
- package/internal-do-not-import-from-here/ux/aurora/styling/styles/Blueprints.d.ts +26 -38
- package/internal-do-not-import-from-here/ux/aurora/styling/styles/Chrome.d.ts +1 -1
- package/internal-do-not-import-from-here/ux/aurora/styling/styles/Colors.d.ts +23 -29
- package/internal-do-not-import-from-here/ux/aurora/styling/styles/General.d.ts +1 -1
- package/internal-do-not-import-from-here/ux/aurora/styling/styles/Spacing.d.ts +8 -11
- package/internal-do-not-import-from-here/ux/aurora/styling/styles/Typography.d.ts +1 -1
- package/internal-do-not-import-from-here/ux/aurora/styling/styles/index.d.ts +2 -2
- package/internal-do-not-import-from-here/ux/enterpriseproperties/picker/EnterprisePropertyPicker.d.ts +35 -1
- package/internal-do-not-import-from-here/ux/enterpriseproperties/picker/IEnterprisePropertyPicker.d.ts +2 -1
- package/internal-do-not-import-from-here/ux/filterengine/Helper.d.ts +2 -1
- package/internal-do-not-import-from-here/ux/filterengine/api/ExtendedBirthdayRegistration.d.ts +1 -0
- package/internal-do-not-import-from-here/ux/filterengine/api/ExtendedBooleanRegistration.d.ts +1 -0
- package/internal-do-not-import-from-here/ux/filterengine/api/ExtendedDateRegistration.d.ts +1 -0
- package/internal-do-not-import-from-here/ux/filterengine/api/ExtendedDateTimeRegistration.d.ts +1 -0
- package/internal-do-not-import-from-here/ux/filterengine/api/ExtendedEmailRegistration.d.ts +1 -0
- package/internal-do-not-import-from-here/ux/filterengine/api/ExtendedHtmlRegistration.d.ts +1 -0
- package/internal-do-not-import-from-here/ux/filterengine/api/ExtendedIdentityRegistration.d.ts +1 -0
- package/internal-do-not-import-from-here/ux/filterengine/api/ExtendedIntegerRegistration.d.ts +1 -0
- package/internal-do-not-import-from-here/ux/filterengine/api/ExtendedLinkRegistration.d.ts +1 -0
- package/internal-do-not-import-from-here/ux/filterengine/api/ExtendedMultilineTextRegistration.d.ts +1 -0
- package/internal-do-not-import-from-here/ux/filterengine/api/ExtendedMultilingualTextRegistration.d.ts +1 -0
- package/internal-do-not-import-from-here/ux/filterengine/api/ExtendedPhoneNumberRegistration.d.ts +1 -0
- package/internal-do-not-import-from-here/ux/filterengine/api/ExtendedTextRegistration.d.ts +1 -0
- package/internal-do-not-import-from-here/ux/filterengine/handler/FilterEngineHandler.d.ts +4 -1
- package/internal-do-not-import-from-here/ux/journey/use/UseBlade.d.ts +1 -1
- package/internal-do-not-import-from-here/ux/markdown/MarkdownEditor.d.ts +22 -1
- package/internal-do-not-import-from-here/ux/markdown/MarkdownRenderer.css.d.ts +3 -2
- package/internal-do-not-import-from-here/ux/markdown/MarkdownRenderer.d.ts +22 -1
- package/internal-do-not-import-from-here/ux/oxide/datatable/DataTable.css.d.ts +152 -0
- package/internal-do-not-import-from-here/ux/oxide/datatable/DataTable.d.ts +304 -0
- package/internal-do-not-import-from-here/ux/oxide/datepicker/DateTimePicker.d.ts +389 -10
- package/internal-do-not-import-from-here/ux/oxide/link/Link.d.ts +18 -49
- package/internal-do-not-import-from-here/ux/oxide/select/Select.d.ts +304 -0
- package/internal-do-not-import-from-here/ux/oxide/tab/Tab.d.ts +21 -0
- package/internal-do-not-import-from-here/ux/oxide/text/Text.css.d.ts +0 -2
- package/internal-do-not-import-from-here/ux/oxide/text/Text.d.ts +27 -53
- package/internal-do-not-import-from-here/ux/use/UseColorSchemaSetup.d.ts +152 -0
- package/internal-do-not-import-from-here/ux/velcron/components/contenteditor/VelcronContentEditor.d.ts +10 -10
- package/internal-do-not-import-from-here/ux/velcron/components/contenteditor/stores/ContentEditorStore.d.ts +3 -3
- package/internal-do-not-import-from-here/ux/velcron/components/contenteditorNew/DefinitionRegistrations.d.ts +1 -0
- package/internal-do-not-import-from-here/ux/velcron/components/contenteditorNew/VelcronContentEditor.css.d.ts +6 -0
- package/internal-do-not-import-from-here/ux/velcron/components/contenteditorNew/VelcronContentEditor.d.ts +875 -0
- package/internal-do-not-import-from-here/ux/velcron/components/contenteditorNew/definitions/content/Image.d.ts +2 -0
- package/internal-do-not-import-from-here/ux/velcron/components/contenteditorNew/definitions/content/ImageText.d.ts +3 -0
- package/internal-do-not-import-from-here/ux/velcron/components/contenteditorNew/definitions/content/Quote.d.ts +2 -0
- package/internal-do-not-import-from-here/ux/velcron/components/contenteditorNew/definitions/content/Text.d.ts +2 -0
- package/internal-do-not-import-from-here/ux/velcron/components/contenteditorNew/definitions/content/index.d.ts +4 -0
- package/internal-do-not-import-from-here/ux/velcron/components/contenteditorNew/definitions/index.d.ts +2 -0
- package/internal-do-not-import-from-here/ux/velcron/components/contenteditorNew/definitions/social/Image.d.ts +2 -0
- package/internal-do-not-import-from-here/ux/velcron/components/contenteditorNew/definitions/social/MicroBlog.d.ts +3 -0
- package/internal-do-not-import-from-here/ux/velcron/components/contenteditorNew/definitions/social/MicroBlog2.d.ts +3 -0
- package/internal-do-not-import-from-here/ux/velcron/components/contenteditorNew/definitions/social/Praise.d.ts +2 -0
- package/internal-do-not-import-from-here/ux/velcron/components/contenteditorNew/definitions/social/SocialText.d.ts +2 -0
- package/internal-do-not-import-from-here/ux/velcron/components/contenteditorNew/definitions/social/index.d.ts +4 -0
- package/internal-do-not-import-from-here/ux/velcron/components/contenteditorNew/models/ContentDefinitionRegistration.d.ts +9 -0
- package/internal-do-not-import-from-here/ux/velcron/components/contenteditorNew/models/VelcronDefinitionIds.d.ts +15 -0
- package/internal-do-not-import-from-here/ux/velcron/components/contenteditorNew/models/index.d.ts +2 -0
- package/internal-do-not-import-from-here/ux/velcron/components/contenteditorNew/stores/ContentEditorStore.d.ts +162 -0
- package/internal-do-not-import-from-here/ux/velcron/core/models/VelcronDefinitions.d.ts +3 -1
- package/internal-do-not-import-from-here/ux/velcron/core/models/VelcronPropertyEditorDefinitions.d.ts +12 -16
- package/internal-do-not-import-from-here/ux/velcron/core/stores/VelcronTheming.d.ts +2 -1
- package/internal-do-not-import-from-here/ux/velcron/editor/stores/VelcronEditorStore.d.ts +1 -10
- package/internal-do-not-import-from-here/ux/velcron/renderer/propertyeditors/IconEditor.d.ts +406 -0
- package/internal-do-not-import-from-here/ux/velcron/renderer/propertyeditors/TypographyEditor.d.ts +98 -102
- package/internal-do-not-import-from-here/wctypings.d.ts +31 -1
- package/package.json +2 -2
package/internal-do-not-import-from-here/ux/velcron/renderer/propertyeditors/TypographyEditor.d.ts
CHANGED
@@ -1,8 +1,4 @@
|
|
1
|
-
import {
|
2
|
-
interface TypographyEditorModel {
|
3
|
-
type: TypographyType;
|
4
|
-
size: TypographySize;
|
5
|
-
}
|
1
|
+
import { TextBlueprint, VelcronTypographyEditorSettings } from "@omnia/fx-models";
|
6
2
|
declare const _default: {
|
7
3
|
new (...args: any[]): import("vue").CreateComponentPublicInstance<Readonly<import("vue").ExtractPropTypes<{
|
8
4
|
settings: {
|
@@ -11,75 +7,75 @@ declare const _default: {
|
|
11
7
|
type: import("vue").PropType<VelcronTypographyEditorSettings>;
|
12
8
|
};
|
13
9
|
"onUpdate:modelValue": {
|
14
|
-
type: import("vue").PropType<(value:
|
10
|
+
type: import("vue").PropType<(value: TextBlueprint) => any>;
|
15
11
|
};
|
16
12
|
"v-model": {
|
17
|
-
type: import("vue").PropType<
|
13
|
+
type: import("vue").PropType<TextBlueprint>;
|
18
14
|
required: false;
|
19
15
|
};
|
20
16
|
modelValue: {
|
21
|
-
type: import("vue").PropType<
|
17
|
+
type: import("vue").PropType<TextBlueprint>;
|
22
18
|
required: false;
|
23
19
|
};
|
24
20
|
name: <TName extends string>(n?: TName) => { [key in import("../../../DefineVueTypings").VModelEmitsInJsxElement<TName>]: {
|
25
|
-
type: import("vue").PropType<(value:
|
21
|
+
type: import("vue").PropType<(value: TextBlueprint) => any>;
|
26
22
|
}; } & { [key_1 in import("../../../DefineVueTypings").VModelKeyNameInJsxElement<TName>]: {
|
27
|
-
type: import("vue").PropType<
|
23
|
+
type: import("vue").PropType<TextBlueprint>;
|
28
24
|
required: false;
|
29
25
|
}; } & { [key_2 in import("../../../DefineVueTypings").VModelKeyNameInProps<TName>]: {
|
30
|
-
type: import("vue").PropType<
|
26
|
+
type: import("vue").PropType<TextBlueprint>;
|
31
27
|
required: false;
|
32
28
|
}; } & {
|
33
|
-
require(): import("../../../DefineVueTypings").DefinePropModelRequire<TName,
|
29
|
+
require(): import("../../../DefineVueTypings").DefinePropModelRequire<TName, TextBlueprint, {
|
34
30
|
"onUpdate:modelValue": {
|
35
|
-
type: import("vue").PropType<(value:
|
31
|
+
type: import("vue").PropType<(value: TextBlueprint) => any>;
|
36
32
|
};
|
37
33
|
} & {
|
38
34
|
"v-model": {
|
39
|
-
type: import("vue").PropType<
|
35
|
+
type: import("vue").PropType<TextBlueprint>;
|
40
36
|
required: false;
|
41
37
|
};
|
42
38
|
} & {
|
43
39
|
modelValue: {
|
44
|
-
type: import("vue").PropType<
|
40
|
+
type: import("vue").PropType<TextBlueprint>;
|
45
41
|
required: false;
|
46
42
|
};
|
47
43
|
}>;
|
48
|
-
defaultValue(value?:
|
44
|
+
defaultValue(value?: TextBlueprint): import("../../../DefineVueTypings").DefinePropModelDefaultValue<TName, TextBlueprint, {
|
49
45
|
"onUpdate:modelValue": {
|
50
|
-
type: import("vue").PropType<(value:
|
46
|
+
type: import("vue").PropType<(value: TextBlueprint) => any>;
|
51
47
|
};
|
52
48
|
} & {
|
53
49
|
"v-model": {
|
54
|
-
type: import("vue").PropType<
|
50
|
+
type: import("vue").PropType<TextBlueprint>;
|
55
51
|
required: false;
|
56
52
|
};
|
57
53
|
} & {
|
58
54
|
modelValue: {
|
59
|
-
type: import("vue").PropType<
|
55
|
+
type: import("vue").PropType<TextBlueprint>;
|
60
56
|
required: false;
|
61
57
|
};
|
62
58
|
}, false>;
|
63
|
-
doc$(description?: string): import("../../../DefineVueTypings").DefinePropModelDoc<TName,
|
59
|
+
doc$(description?: string): import("../../../DefineVueTypings").DefinePropModelDoc<TName, TextBlueprint, {
|
64
60
|
"onUpdate:modelValue": {
|
65
|
-
type: import("vue").PropType<(value:
|
61
|
+
type: import("vue").PropType<(value: TextBlueprint) => any>;
|
66
62
|
};
|
67
63
|
} & {
|
68
64
|
"v-model": {
|
69
|
-
type: import("vue").PropType<
|
65
|
+
type: import("vue").PropType<TextBlueprint>;
|
70
66
|
required: false;
|
71
67
|
};
|
72
68
|
} & {
|
73
69
|
modelValue: {
|
74
|
-
type: import("vue").PropType<
|
70
|
+
type: import("vue").PropType<TextBlueprint>;
|
75
71
|
required: false;
|
76
72
|
};
|
77
73
|
}>;
|
78
74
|
};
|
79
75
|
}>> & {
|
80
|
-
"onUpdate:modelValue"?: (value:
|
76
|
+
"onUpdate:modelValue"?: (value: TextBlueprint) => any;
|
81
77
|
}, () => JSX.Element, unknown, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {
|
82
|
-
"update:modelValue": (value:
|
78
|
+
"update:modelValue": (value: TextBlueprint) => true;
|
83
79
|
}, import("vue").VNodeProps & import("vue").AllowedComponentProps & import("vue").ComponentCustomProps & Readonly<import("vue").ExtractPropTypes<{
|
84
80
|
settings: {
|
85
81
|
type: import("vue").PropType<VelcronTypographyEditorSettings>;
|
@@ -87,73 +83,73 @@ declare const _default: {
|
|
87
83
|
type: import("vue").PropType<VelcronTypographyEditorSettings>;
|
88
84
|
};
|
89
85
|
"onUpdate:modelValue": {
|
90
|
-
type: import("vue").PropType<(value:
|
86
|
+
type: import("vue").PropType<(value: TextBlueprint) => any>;
|
91
87
|
};
|
92
88
|
"v-model": {
|
93
|
-
type: import("vue").PropType<
|
89
|
+
type: import("vue").PropType<TextBlueprint>;
|
94
90
|
required: false;
|
95
91
|
};
|
96
92
|
modelValue: {
|
97
|
-
type: import("vue").PropType<
|
93
|
+
type: import("vue").PropType<TextBlueprint>;
|
98
94
|
required: false;
|
99
95
|
};
|
100
96
|
name: <TName extends string>(n?: TName) => { [key in import("../../../DefineVueTypings").VModelEmitsInJsxElement<TName>]: {
|
101
|
-
type: import("vue").PropType<(value:
|
97
|
+
type: import("vue").PropType<(value: TextBlueprint) => any>;
|
102
98
|
}; } & { [key_1 in import("../../../DefineVueTypings").VModelKeyNameInJsxElement<TName>]: {
|
103
|
-
type: import("vue").PropType<
|
99
|
+
type: import("vue").PropType<TextBlueprint>;
|
104
100
|
required: false;
|
105
101
|
}; } & { [key_2 in import("../../../DefineVueTypings").VModelKeyNameInProps<TName>]: {
|
106
|
-
type: import("vue").PropType<
|
102
|
+
type: import("vue").PropType<TextBlueprint>;
|
107
103
|
required: false;
|
108
104
|
}; } & {
|
109
|
-
require(): import("../../../DefineVueTypings").DefinePropModelRequire<TName,
|
105
|
+
require(): import("../../../DefineVueTypings").DefinePropModelRequire<TName, TextBlueprint, {
|
110
106
|
"onUpdate:modelValue": {
|
111
|
-
type: import("vue").PropType<(value:
|
107
|
+
type: import("vue").PropType<(value: TextBlueprint) => any>;
|
112
108
|
};
|
113
109
|
} & {
|
114
110
|
"v-model": {
|
115
|
-
type: import("vue").PropType<
|
111
|
+
type: import("vue").PropType<TextBlueprint>;
|
116
112
|
required: false;
|
117
113
|
};
|
118
114
|
} & {
|
119
115
|
modelValue: {
|
120
|
-
type: import("vue").PropType<
|
116
|
+
type: import("vue").PropType<TextBlueprint>;
|
121
117
|
required: false;
|
122
118
|
};
|
123
119
|
}>;
|
124
|
-
defaultValue(value?:
|
120
|
+
defaultValue(value?: TextBlueprint): import("../../../DefineVueTypings").DefinePropModelDefaultValue<TName, TextBlueprint, {
|
125
121
|
"onUpdate:modelValue": {
|
126
|
-
type: import("vue").PropType<(value:
|
122
|
+
type: import("vue").PropType<(value: TextBlueprint) => any>;
|
127
123
|
};
|
128
124
|
} & {
|
129
125
|
"v-model": {
|
130
|
-
type: import("vue").PropType<
|
126
|
+
type: import("vue").PropType<TextBlueprint>;
|
131
127
|
required: false;
|
132
128
|
};
|
133
129
|
} & {
|
134
130
|
modelValue: {
|
135
|
-
type: import("vue").PropType<
|
131
|
+
type: import("vue").PropType<TextBlueprint>;
|
136
132
|
required: false;
|
137
133
|
};
|
138
134
|
}, false>;
|
139
|
-
doc$(description?: string): import("../../../DefineVueTypings").DefinePropModelDoc<TName,
|
135
|
+
doc$(description?: string): import("../../../DefineVueTypings").DefinePropModelDoc<TName, TextBlueprint, {
|
140
136
|
"onUpdate:modelValue": {
|
141
|
-
type: import("vue").PropType<(value:
|
137
|
+
type: import("vue").PropType<(value: TextBlueprint) => any>;
|
142
138
|
};
|
143
139
|
} & {
|
144
140
|
"v-model": {
|
145
|
-
type: import("vue").PropType<
|
141
|
+
type: import("vue").PropType<TextBlueprint>;
|
146
142
|
required: false;
|
147
143
|
};
|
148
144
|
} & {
|
149
145
|
modelValue: {
|
150
|
-
type: import("vue").PropType<
|
146
|
+
type: import("vue").PropType<TextBlueprint>;
|
151
147
|
required: false;
|
152
148
|
};
|
153
149
|
}>;
|
154
150
|
};
|
155
151
|
}>> & {
|
156
|
-
"onUpdate:modelValue"?: (value:
|
152
|
+
"onUpdate:modelValue"?: (value: TextBlueprint) => any;
|
157
153
|
}, {}, true, {}, {}, {
|
158
154
|
P: {};
|
159
155
|
B: {};
|
@@ -168,73 +164,73 @@ declare const _default: {
|
|
168
164
|
type: import("vue").PropType<VelcronTypographyEditorSettings>;
|
169
165
|
};
|
170
166
|
"onUpdate:modelValue": {
|
171
|
-
type: import("vue").PropType<(value:
|
167
|
+
type: import("vue").PropType<(value: TextBlueprint) => any>;
|
172
168
|
};
|
173
169
|
"v-model": {
|
174
|
-
type: import("vue").PropType<
|
170
|
+
type: import("vue").PropType<TextBlueprint>;
|
175
171
|
required: false;
|
176
172
|
};
|
177
173
|
modelValue: {
|
178
|
-
type: import("vue").PropType<
|
174
|
+
type: import("vue").PropType<TextBlueprint>;
|
179
175
|
required: false;
|
180
176
|
};
|
181
177
|
name: <TName extends string>(n?: TName) => { [key in import("../../../DefineVueTypings").VModelEmitsInJsxElement<TName>]: {
|
182
|
-
type: import("vue").PropType<(value:
|
178
|
+
type: import("vue").PropType<(value: TextBlueprint) => any>;
|
183
179
|
}; } & { [key_1 in import("../../../DefineVueTypings").VModelKeyNameInJsxElement<TName>]: {
|
184
|
-
type: import("vue").PropType<
|
180
|
+
type: import("vue").PropType<TextBlueprint>;
|
185
181
|
required: false;
|
186
182
|
}; } & { [key_2 in import("../../../DefineVueTypings").VModelKeyNameInProps<TName>]: {
|
187
|
-
type: import("vue").PropType<
|
183
|
+
type: import("vue").PropType<TextBlueprint>;
|
188
184
|
required: false;
|
189
185
|
}; } & {
|
190
|
-
require(): import("../../../DefineVueTypings").DefinePropModelRequire<TName,
|
186
|
+
require(): import("../../../DefineVueTypings").DefinePropModelRequire<TName, TextBlueprint, {
|
191
187
|
"onUpdate:modelValue": {
|
192
|
-
type: import("vue").PropType<(value:
|
188
|
+
type: import("vue").PropType<(value: TextBlueprint) => any>;
|
193
189
|
};
|
194
190
|
} & {
|
195
191
|
"v-model": {
|
196
|
-
type: import("vue").PropType<
|
192
|
+
type: import("vue").PropType<TextBlueprint>;
|
197
193
|
required: false;
|
198
194
|
};
|
199
195
|
} & {
|
200
196
|
modelValue: {
|
201
|
-
type: import("vue").PropType<
|
197
|
+
type: import("vue").PropType<TextBlueprint>;
|
202
198
|
required: false;
|
203
199
|
};
|
204
200
|
}>;
|
205
|
-
defaultValue(value?:
|
201
|
+
defaultValue(value?: TextBlueprint): import("../../../DefineVueTypings").DefinePropModelDefaultValue<TName, TextBlueprint, {
|
206
202
|
"onUpdate:modelValue": {
|
207
|
-
type: import("vue").PropType<(value:
|
203
|
+
type: import("vue").PropType<(value: TextBlueprint) => any>;
|
208
204
|
};
|
209
205
|
} & {
|
210
206
|
"v-model": {
|
211
|
-
type: import("vue").PropType<
|
207
|
+
type: import("vue").PropType<TextBlueprint>;
|
212
208
|
required: false;
|
213
209
|
};
|
214
210
|
} & {
|
215
211
|
modelValue: {
|
216
|
-
type: import("vue").PropType<
|
212
|
+
type: import("vue").PropType<TextBlueprint>;
|
217
213
|
required: false;
|
218
214
|
};
|
219
215
|
}, false>;
|
220
|
-
doc$(description?: string): import("../../../DefineVueTypings").DefinePropModelDoc<TName,
|
216
|
+
doc$(description?: string): import("../../../DefineVueTypings").DefinePropModelDoc<TName, TextBlueprint, {
|
221
217
|
"onUpdate:modelValue": {
|
222
|
-
type: import("vue").PropType<(value:
|
218
|
+
type: import("vue").PropType<(value: TextBlueprint) => any>;
|
223
219
|
};
|
224
220
|
} & {
|
225
221
|
"v-model": {
|
226
|
-
type: import("vue").PropType<
|
222
|
+
type: import("vue").PropType<TextBlueprint>;
|
227
223
|
required: false;
|
228
224
|
};
|
229
225
|
} & {
|
230
226
|
modelValue: {
|
231
|
-
type: import("vue").PropType<
|
227
|
+
type: import("vue").PropType<TextBlueprint>;
|
232
228
|
required: false;
|
233
229
|
};
|
234
230
|
}>;
|
235
231
|
};
|
236
232
|
}>> & {
|
237
|
-
"onUpdate:modelValue"?: (value:
|
233
|
+
"onUpdate:modelValue"?: (value: TextBlueprint) => any;
|
238
234
|
}, () => JSX.Element, {}, {}, {}, {}>;
|
239
235
|
__isFragment?: never;
|
240
236
|
__isTeleport?: never;
|
@@ -246,144 +242,144 @@ declare const _default: {
|
|
246
242
|
type: import("vue").PropType<VelcronTypographyEditorSettings>;
|
247
243
|
};
|
248
244
|
"onUpdate:modelValue": {
|
249
|
-
type: import("vue").PropType<(value:
|
245
|
+
type: import("vue").PropType<(value: TextBlueprint) => any>;
|
250
246
|
};
|
251
247
|
"v-model": {
|
252
|
-
type: import("vue").PropType<
|
248
|
+
type: import("vue").PropType<TextBlueprint>;
|
253
249
|
required: false;
|
254
250
|
};
|
255
251
|
modelValue: {
|
256
|
-
type: import("vue").PropType<
|
252
|
+
type: import("vue").PropType<TextBlueprint>;
|
257
253
|
required: false;
|
258
254
|
};
|
259
255
|
name: <TName extends string>(n?: TName) => { [key in import("../../../DefineVueTypings").VModelEmitsInJsxElement<TName>]: {
|
260
|
-
type: import("vue").PropType<(value:
|
256
|
+
type: import("vue").PropType<(value: TextBlueprint) => any>;
|
261
257
|
}; } & { [key_1 in import("../../../DefineVueTypings").VModelKeyNameInJsxElement<TName>]: {
|
262
|
-
type: import("vue").PropType<
|
258
|
+
type: import("vue").PropType<TextBlueprint>;
|
263
259
|
required: false;
|
264
260
|
}; } & { [key_2 in import("../../../DefineVueTypings").VModelKeyNameInProps<TName>]: {
|
265
|
-
type: import("vue").PropType<
|
261
|
+
type: import("vue").PropType<TextBlueprint>;
|
266
262
|
required: false;
|
267
263
|
}; } & {
|
268
|
-
require(): import("../../../DefineVueTypings").DefinePropModelRequire<TName,
|
264
|
+
require(): import("../../../DefineVueTypings").DefinePropModelRequire<TName, TextBlueprint, {
|
269
265
|
"onUpdate:modelValue": {
|
270
|
-
type: import("vue").PropType<(value:
|
266
|
+
type: import("vue").PropType<(value: TextBlueprint) => any>;
|
271
267
|
};
|
272
268
|
} & {
|
273
269
|
"v-model": {
|
274
|
-
type: import("vue").PropType<
|
270
|
+
type: import("vue").PropType<TextBlueprint>;
|
275
271
|
required: false;
|
276
272
|
};
|
277
273
|
} & {
|
278
274
|
modelValue: {
|
279
|
-
type: import("vue").PropType<
|
275
|
+
type: import("vue").PropType<TextBlueprint>;
|
280
276
|
required: false;
|
281
277
|
};
|
282
278
|
}>;
|
283
|
-
defaultValue(value?:
|
279
|
+
defaultValue(value?: TextBlueprint): import("../../../DefineVueTypings").DefinePropModelDefaultValue<TName, TextBlueprint, {
|
284
280
|
"onUpdate:modelValue": {
|
285
|
-
type: import("vue").PropType<(value:
|
281
|
+
type: import("vue").PropType<(value: TextBlueprint) => any>;
|
286
282
|
};
|
287
283
|
} & {
|
288
284
|
"v-model": {
|
289
|
-
type: import("vue").PropType<
|
285
|
+
type: import("vue").PropType<TextBlueprint>;
|
290
286
|
required: false;
|
291
287
|
};
|
292
288
|
} & {
|
293
289
|
modelValue: {
|
294
|
-
type: import("vue").PropType<
|
290
|
+
type: import("vue").PropType<TextBlueprint>;
|
295
291
|
required: false;
|
296
292
|
};
|
297
293
|
}, false>;
|
298
|
-
doc$(description?: string): import("../../../DefineVueTypings").DefinePropModelDoc<TName,
|
294
|
+
doc$(description?: string): import("../../../DefineVueTypings").DefinePropModelDoc<TName, TextBlueprint, {
|
299
295
|
"onUpdate:modelValue": {
|
300
|
-
type: import("vue").PropType<(value:
|
296
|
+
type: import("vue").PropType<(value: TextBlueprint) => any>;
|
301
297
|
};
|
302
298
|
} & {
|
303
299
|
"v-model": {
|
304
|
-
type: import("vue").PropType<
|
300
|
+
type: import("vue").PropType<TextBlueprint>;
|
305
301
|
required: false;
|
306
302
|
};
|
307
303
|
} & {
|
308
304
|
modelValue: {
|
309
|
-
type: import("vue").PropType<
|
305
|
+
type: import("vue").PropType<TextBlueprint>;
|
310
306
|
required: false;
|
311
307
|
};
|
312
308
|
}>;
|
313
309
|
};
|
314
310
|
}>> & {
|
315
|
-
"onUpdate:modelValue"?: (value:
|
311
|
+
"onUpdate:modelValue"?: (value: TextBlueprint) => any;
|
316
312
|
}, () => JSX.Element, unknown, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {
|
317
|
-
"update:modelValue": (value:
|
313
|
+
"update:modelValue": (value: TextBlueprint) => true;
|
318
314
|
}, string, {}, {}, string, {}> & import("vue").VNodeProps & import("vue").AllowedComponentProps & import("vue").ComponentCustomProps & {
|
319
315
|
propsDefinition: Omit<Readonly<{} & {
|
320
316
|
name?: {
|
321
317
|
[x: `onUpdate:${string}`]: {
|
322
|
-
type: import("vue").PropType<(value:
|
318
|
+
type: import("vue").PropType<(value: TextBlueprint) => any>;
|
323
319
|
};
|
324
320
|
} & {
|
325
321
|
[x: `v-model:${string}`]: {
|
326
|
-
type: import("vue").PropType<
|
322
|
+
type: import("vue").PropType<TextBlueprint>;
|
327
323
|
required: false;
|
328
324
|
};
|
329
325
|
} & {
|
330
326
|
[x: string]: {
|
331
|
-
type: import("vue").PropType<
|
327
|
+
type: import("vue").PropType<TextBlueprint>;
|
332
328
|
required: false;
|
333
329
|
};
|
334
330
|
} & {
|
335
|
-
require(): import("../../../DefineVueTypings").DefinePropModelRequire<string,
|
331
|
+
require(): import("../../../DefineVueTypings").DefinePropModelRequire<string, TextBlueprint, {
|
336
332
|
"onUpdate:modelValue": {
|
337
|
-
type: import("vue").PropType<(value:
|
333
|
+
type: import("vue").PropType<(value: TextBlueprint) => any>;
|
338
334
|
};
|
339
335
|
} & {
|
340
336
|
"v-model": {
|
341
|
-
type: import("vue").PropType<
|
337
|
+
type: import("vue").PropType<TextBlueprint>;
|
342
338
|
required: false;
|
343
339
|
};
|
344
340
|
} & {
|
345
341
|
modelValue: {
|
346
|
-
type: import("vue").PropType<
|
342
|
+
type: import("vue").PropType<TextBlueprint>;
|
347
343
|
required: false;
|
348
344
|
};
|
349
345
|
}>;
|
350
|
-
defaultValue(value?:
|
346
|
+
defaultValue(value?: TextBlueprint): import("../../../DefineVueTypings").DefinePropModelDefaultValue<string, TextBlueprint, {
|
351
347
|
"onUpdate:modelValue": {
|
352
|
-
type: import("vue").PropType<(value:
|
348
|
+
type: import("vue").PropType<(value: TextBlueprint) => any>;
|
353
349
|
};
|
354
350
|
} & {
|
355
351
|
"v-model": {
|
356
|
-
type: import("vue").PropType<
|
352
|
+
type: import("vue").PropType<TextBlueprint>;
|
357
353
|
required: false;
|
358
354
|
};
|
359
355
|
} & {
|
360
356
|
modelValue: {
|
361
|
-
type: import("vue").PropType<
|
357
|
+
type: import("vue").PropType<TextBlueprint>;
|
362
358
|
required: false;
|
363
359
|
};
|
364
360
|
}, false>;
|
365
|
-
doc$(description?: string): import("../../../DefineVueTypings").DefinePropModelDoc<string,
|
361
|
+
doc$(description?: string): import("../../../DefineVueTypings").DefinePropModelDoc<string, TextBlueprint, {
|
366
362
|
"onUpdate:modelValue": {
|
367
|
-
type: import("vue").PropType<(value:
|
363
|
+
type: import("vue").PropType<(value: TextBlueprint) => any>;
|
368
364
|
};
|
369
365
|
} & {
|
370
366
|
"v-model": {
|
371
|
-
type: import("vue").PropType<
|
367
|
+
type: import("vue").PropType<TextBlueprint>;
|
372
368
|
required: false;
|
373
369
|
};
|
374
370
|
} & {
|
375
371
|
modelValue: {
|
376
|
-
type: import("vue").PropType<
|
372
|
+
type: import("vue").PropType<TextBlueprint>;
|
377
373
|
required: false;
|
378
374
|
};
|
379
375
|
}>;
|
380
376
|
};
|
381
377
|
settings?: VelcronTypographyEditorSettings;
|
382
|
-
"v-model"?:
|
383
|
-
"onUpdate:modelValue"?: (value:
|
384
|
-
modelValue?:
|
378
|
+
"v-model"?: TextBlueprint;
|
379
|
+
"onUpdate:modelValue"?: (value: TextBlueprint) => any;
|
380
|
+
modelValue?: TextBlueprint;
|
385
381
|
}>, "onUpdate:modelValue"> & {
|
386
|
-
"onUpdate:modelValue"?: (value:
|
382
|
+
"onUpdate:modelValue"?: (value: TextBlueprint) => any;
|
387
383
|
};
|
388
384
|
};
|
389
385
|
export default _default;
|
@@ -391,11 +391,13 @@ import wcbbd5168574b64f0486adaf68ba31be49 from './ux/velcron/blocks/demo/DemoBlo
|
|
391
391
|
import wc80bd5b0978ea40439001d3d409236382 from './ux/velcron/blocks/velcron/VelcronBlock';
|
392
392
|
import wce8526e8ed3f74e848e0dd747fd4d376d from './ux/velcron/blocks/velcron/VelcronBlockSettings';
|
393
393
|
import wca7db43482a3140998eca19b47d941126 from './ux/velcron/components/contenteditor/VelcronContentEditor';
|
394
|
+
import wcb2999683f82046d6ad05a3c13df8e577 from './ux/velcron/components/contenteditorNew/VelcronContentEditor';
|
394
395
|
import wcb197c5e805cc4d6bb3d012e258560b31 from './ux/velcron/components/definitionpicker/VelcronDefinitionPicker';
|
395
396
|
import wcdabd67ab338243858fe7d1ca24399995 from './ux/velcron/components/propertieseditor/VelcronPropertiesEditor';
|
396
397
|
import wc5688474abe554cabb34c696620eb6be1 from './ux/velcron/renderer/propertyeditors/PropertyEditorCreator';
|
397
398
|
import wcdb625bea89b04f32a946efe7a887c7f2 from '../../fx-sp/internal-do-not-import-from-here/ux/filterengine/components/settings/TaxonomyPropertySettings';
|
398
399
|
import wcded30c240e6c4688955867472a8d0a02 from '../../fx-sp/internal-do-not-import-from-here/ux/filterengine/components/settings/TaxonomyPropertyDefaultValueInput';
|
400
|
+
import wc0fb3af1182d849fc89b04ed67949091e from '../../fx-sp/internal-do-not-import-from-here/ux/filterengine/components/settings/ExtendedTaxonomyPropertyDefaultValueInput';
|
399
401
|
import wcd90e0352809742c482bdda733dc8872a from './ux/aurora/admin/blades/colorschemas/ColorSchemasJourney';
|
400
402
|
import wc682077b575c74b2086cbf438346e0ed3 from './ux/aurora/admin/blades/templates/TemplatesJourney';
|
401
403
|
import wc5e7631b4411b498eafa68ebde2136cc5 from './ux/aurora/admin/blades/themedesigner/ThemeDesigner';
|
@@ -1623,6 +1625,9 @@ declare global {
|
|
1623
1625
|
"omfx-velcron-content-editor": typeof wca7db43482a3140998eca19b47d941126 extends {
|
1624
1626
|
propsDefinition: infer TProp;
|
1625
1627
|
} ? (TProp & Omit<VueComponentBaseProps, keyof TProp>) : typeof wca7db43482a3140998eca19b47d941126 extends (...args: any[]) => any ? ExtractJsxProps<Pick<ReturnType<typeof wca7db43482a3140998eca19b47d941126>, "propsDefinition">> : never;
|
1628
|
+
"omfx-velcron-content-editor-new": typeof wcb2999683f82046d6ad05a3c13df8e577 extends {
|
1629
|
+
propsDefinition: infer TProp;
|
1630
|
+
} ? (TProp & Omit<VueComponentBaseProps, keyof TProp>) : typeof wcb2999683f82046d6ad05a3c13df8e577 extends (...args: any[]) => any ? ExtractJsxProps<Pick<ReturnType<typeof wcb2999683f82046d6ad05a3c13df8e577>, "propsDefinition">> : never;
|
1626
1631
|
"omfx-velcron-definition-picker": typeof wcb197c5e805cc4d6bb3d012e258560b31 extends {
|
1627
1632
|
propsDefinition: infer TProp;
|
1628
1633
|
} ? (TProp & Omit<VueComponentBaseProps, keyof TProp>) : typeof wcb197c5e805cc4d6bb3d012e258560b31 extends (...args: any[]) => any ? ExtractJsxProps<Pick<ReturnType<typeof wcb197c5e805cc4d6bb3d012e258560b31>, "propsDefinition">> : never;
|
@@ -1638,6 +1643,9 @@ declare global {
|
|
1638
1643
|
"omfx-filterengine-taxonomy-defaultvalue-input": typeof wcded30c240e6c4688955867472a8d0a02 extends {
|
1639
1644
|
propsDefinition: infer TProp;
|
1640
1645
|
} ? (TProp & Omit<VueComponentBaseProps, keyof TProp>) : typeof wcded30c240e6c4688955867472a8d0a02 extends (...args: any[]) => any ? ExtractJsxProps<Pick<ReturnType<typeof wcded30c240e6c4688955867472a8d0a02>, "propsDefinition">> : never;
|
1646
|
+
"omfx-filterengine-extended-taxonomy-defaultvalue-input": typeof wc0fb3af1182d849fc89b04ed67949091e extends {
|
1647
|
+
propsDefinition: infer TProp;
|
1648
|
+
} ? (TProp & Omit<VueComponentBaseProps, keyof TProp>) : typeof wc0fb3af1182d849fc89b04ed67949091e extends (...args: any[]) => any ? ExtractJsxProps<Pick<ReturnType<typeof wc0fb3af1182d849fc89b04ed67949091e>, "propsDefinition">> : never;
|
1641
1649
|
"omnia-workplace-color-schemas-journey": typeof wcd90e0352809742c482bdda733dc8872a extends {
|
1642
1650
|
propsDefinition: infer TProp;
|
1643
1651
|
} ? (TProp & Omit<VueComponentBaseProps, keyof TProp>) : typeof wcd90e0352809742c482bdda733dc8872a extends (...args: any[]) => any ? ExtractJsxProps<Pick<ReturnType<typeof wcd90e0352809742c482bdda733dc8872a>, "propsDefinition">> : never;
|
@@ -2325,6 +2333,19 @@ declare global {
|
|
2325
2333
|
} : typeof wcded30c240e6c4688955867472a8d0a02;
|
2326
2334
|
};
|
2327
2335
|
};
|
2336
|
+
"extended": {
|
2337
|
+
"taxonomy": {
|
2338
|
+
"defaultvalue": {
|
2339
|
+
"input": typeof wc0fb3af1182d849fc89b04ed67949091e extends {
|
2340
|
+
propsDefinition: infer TProp;
|
2341
|
+
} ? {
|
2342
|
+
new (...args: any[]): {
|
2343
|
+
$props: TProp & Omit<VueComponentBaseProps, keyof TProp>;
|
2344
|
+
};
|
2345
|
+
} : typeof wc0fb3af1182d849fc89b04ed67949091e;
|
2346
|
+
};
|
2347
|
+
};
|
2348
|
+
};
|
2328
2349
|
};
|
2329
2350
|
"person": {
|
2330
2351
|
"filterengine": {
|
@@ -4138,7 +4159,16 @@ declare global {
|
|
4138
4159
|
};
|
4139
4160
|
} : typeof wc80bd5b0978ea40439001d3d409236382;
|
4140
4161
|
"content": {
|
4141
|
-
"editor":
|
4162
|
+
"editor": {
|
4163
|
+
"new": typeof wcb2999683f82046d6ad05a3c13df8e577 extends {
|
4164
|
+
propsDefinition: infer TProp;
|
4165
|
+
} ? {
|
4166
|
+
new (...args: any[]): {
|
4167
|
+
$props: TProp & Omit<VueComponentBaseProps, keyof TProp>;
|
4168
|
+
};
|
4169
|
+
} : typeof wcb2999683f82046d6ad05a3c13df8e577;
|
4170
|
+
};
|
4171
|
+
"editor$": typeof wca7db43482a3140998eca19b47d941126 extends {
|
4142
4172
|
propsDefinition: infer TProp;
|
4143
4173
|
} ? {
|
4144
4174
|
new (...args: any[]): {
|
package/package.json
CHANGED
@@ -1,7 +1,7 @@
|
|
1
1
|
{
|
2
2
|
"name": "@omnia/fx",
|
3
3
|
"license": "MIT",
|
4
|
-
"version": "8.0.
|
4
|
+
"version": "8.0.158-dev",
|
5
5
|
"description": "Provide Omnia Fx typings and tooling for clientside Omnia development.",
|
6
6
|
"scripts": {
|
7
7
|
"test": "echo \"Error: no test specified\" && exit 1",
|
@@ -20,7 +20,7 @@
|
|
20
20
|
],
|
21
21
|
"author": "Precio Fishbone",
|
22
22
|
"dependencies": {
|
23
|
-
"@omnia/fx-models": "8.0.
|
23
|
+
"@omnia/fx-models": "8.0.158-dev",
|
24
24
|
"@microsoft/signalr": "6.0.1",
|
25
25
|
"broadcast-channel": "4.8.0",
|
26
26
|
"dayjs": "1.11.7",
|