@omnia/fx 8.0.154-dev → 8.0.156-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/services/SecurityService.d.ts +2 -0
- package/internal-do-not-import-from-here/stores/mediapicker/handlers/provider/BaseImageHandler.d.ts +1 -8
- package/internal-do-not-import-from-here/stores/mediapicker/handlers/provider/BaseVideoHandler.d.ts +1 -8
- package/internal-do-not-import-from-here/ux/aurora/admin/blades/blueprints/components/store/ComponentEditorStore.d.ts +58 -21
- package/internal-do-not-import-from-here/ux/aurora/admin/blades/blueprints/components/store/ContainersEditorStore.d.ts +77 -0
- package/internal-do-not-import-from-here/ux/aurora/components/backgroundstyle/BackgroundStyleEditor.d.ts +19 -5
- package/internal-do-not-import-from-here/ux/aurora/components/backgroundstyle/BackgroundStyleViewer.d.ts +71 -0
- package/internal-do-not-import-from-here/ux/aurora/components/buttonstyle/ButtonStyleEditor.d.ts +1 -1
- package/internal-do-not-import-from-here/ux/aurora/components/chrome/ChromePicker.d.ts +10 -10
- package/internal-do-not-import-from-here/ux/aurora/components/containerpicker/ContainerBlueprintsViewer.d.ts +70 -0
- package/internal-do-not-import-from-here/ux/aurora/components/containerpicker/ContainerPicker.css.d.ts +4 -0
- package/internal-do-not-import-from-here/ux/aurora/components/containerpicker/ContainerPicker.d.ts +466 -0
- package/internal-do-not-import-from-here/ux/aurora/components/containerpicker/docs/ExampleComponents.d.ts +1 -0
- package/internal-do-not-import-from-here/ux/aurora/components/containerpicker/docs/SampleComponent.d.ts +55 -0
- package/internal-do-not-import-from-here/ux/aurora/components/containerpicker/docs/index.d.ts +1 -0
- package/internal-do-not-import-from-here/ux/aurora/components/fillpicker/FillPicker.d.ts +7 -7
- package/internal-do-not-import-from-here/ux/aurora/store/ColorSchemaStore.d.ts +763 -322
- package/internal-do-not-import-from-here/ux/aurora/store/ComponentBlueprintStore.d.ts +15 -3
- package/internal-do-not-import-from-here/ux/aurora/store/SpacingBlueprintStore.d.ts +763 -322
- package/internal-do-not-import-from-here/ux/aurora/store/ThemeContextStore.d.ts +228 -84
- package/internal-do-not-import-from-here/ux/aurora/store/ThemeStoreV2.d.ts +14 -2
- package/internal-do-not-import-from-here/ux/aurora/store/TypographyBlueprintStore.d.ts +763 -322
- package/internal-do-not-import-from-here/ux/aurora/store/index.d.ts +0 -1
- package/internal-do-not-import-from-here/ux/aurora/themeprovider/ThemeProvider.d.ts +1 -8
- package/internal-do-not-import-from-here/ux/features/loc/localize.d.ts +2 -0
- package/internal-do-not-import-from-here/ux/mediapickerV2/chrome/components/MediaGallerySelector.css.d.ts +1 -1
- package/internal-do-not-import-from-here/ux/mediapickerV2/docs/MediaProviderExample.d.ts +0 -1
- package/internal-do-not-import-from-here/ux/mediapickerproviders/bingprovider-v2/handler.d.ts +1 -2
- package/internal-do-not-import-from-here/ux/mediapickerproviders/shareds/providers/MyComputerProvider.d.ts +1 -0
- package/internal-do-not-import-from-here/ux/oxide/avatar/Avatar.d.ts +10 -10
- package/internal-do-not-import-from-here/ux/oxide/btn/Button.d.ts +1 -1
- package/internal-do-not-import-from-here/ux/oxide/datatable/DataTable.css.d.ts +782 -329
- package/internal-do-not-import-from-here/ux/oxide/datatable/DataTable.d.ts +1607 -701
- package/internal-do-not-import-from-here/ux/oxide/datepicker/DateTimePicker.d.ts +69 -333
- package/internal-do-not-import-from-here/ux/oxide/dialog/Dialog.d.ts +9 -43
- package/internal-do-not-import-from-here/ux/oxide/icon/Icon.d.ts +11 -11
- package/internal-do-not-import-from-here/ux/oxide/link/Link.d.ts +10 -10
- package/internal-do-not-import-from-here/ux/oxide/select/Select.d.ts +1604 -698
- package/internal-do-not-import-from-here/ux/oxide/slidepanel/SlidePanel.css.d.ts +1 -0
- package/internal-do-not-import-from-here/ux/oxide/slidepanel/SlidePanel.d.ts +2 -2
- package/internal-do-not-import-from-here/ux/oxide/tab/Tabs.d.ts +1 -1
- package/internal-do-not-import-from-here/ux/oxide/text/Text.d.ts +11 -11
- package/internal-do-not-import-from-here/ux/use/UseColorSchemaSetup.d.ts +782 -329
- package/internal-do-not-import-from-here/ux/velcron/core/models/VelcronDefinitions.d.ts +20 -11
- package/internal-do-not-import-from-here/ux/velcron/core/models/VelcronPropertyEditorDefinitions.d.ts +15 -61
- package/internal-do-not-import-from-here/ux/velcron/core/parser/VelcronConstants.d.ts +1 -0
- package/internal-do-not-import-from-here/ux/velcron/core/parser/VelcronData.d.ts +5 -3
- package/internal-do-not-import-from-here/ux/velcron/core/rules/IsEditMode.d.ts +1 -1
- package/internal-do-not-import-from-here/ux/velcron/editor/models/VelcronEditorDescriptors.d.ts +2 -1
- package/internal-do-not-import-from-here/ux/velcron/renderer/propertyeditors/ContainerEditor.d.ts +364 -0
- package/internal-do-not-import-from-here/ux/versionedlayout/blade/Shared.d.ts +1 -0
- package/internal-do-not-import-from-here/wctypings.d.ts +50 -0
- package/package.json +2 -2
- package/internal-do-not-import-from-here/ux/aurora/admin/blades/blueprints/components/store/FillsEditorStore.d.ts +0 -50
- package/internal-do-not-import-from-here/ux/aurora/store/ChromeBlueprintStore.d.ts +0 -5318
- /package/internal-do-not-import-from-here/ux/aurora/admin/blades/blueprints/components/blades/{FillBladeEdit.d.ts → ContainersBlade.d.ts} +0 -0
- /package/internal-do-not-import-from-here/ux/aurora/admin/blades/blueprints/components/blades/{FillsBlade.d.ts → ContainersBladeEdit.d.ts} +0 -0
@@ -1,4 +1,4 @@
|
|
1
|
-
import { VelcronOnUpdatedEvent, VelcronOnClosedEvent, VelcronOnCloseRequestedEvent, VelcronOnPressEvent, VelcronSpacing, VelcronStyling, VelcronCustomComponentDefinition, VelcronAppDefinition, VelcronRendererResolverReference, EventHook, Future } from "@omnia/fx-models/internal-do-not-import-from-here/shared/models";
|
1
|
+
import { VelcronOnUpdatedEvent, VelcronOnClosedEvent, VelcronOnCloseRequestedEvent, VelcronOnPressEvent, VelcronSpacing, VelcronStyling, VelcronCustomComponentDefinition, VelcronAppDefinition, VelcronRendererResolverReference, EventHook, Future, TextBlueprint, VelcronBindableProp, ContainerBlueprint } from "@omnia/fx-models/internal-do-not-import-from-here/shared/models";
|
2
2
|
import { VelcroncomponentArrayType, VelcronPrimitiveType } from "./VelcronTypes";
|
3
3
|
import { AssignOperators, VelcronHorizontalAlignments, VelcronIconTypes, VelcronActionTypes, VelcronVerticalAlignments } from "./Enums";
|
4
4
|
import { DynamicState, VelcronDefinition, useVelcronThemingStore } from "..";
|
@@ -114,7 +114,6 @@ export interface VelcronActionWithCondition extends VelcronActionWithAutoAwait {
|
|
114
114
|
trueAction: VelcronAction;
|
115
115
|
falseAction: VelcronAction;
|
116
116
|
}
|
117
|
-
export type VelcronBindableProp<TPropType = string> = TPropType | string;
|
118
117
|
export interface VelcronDefinitionWithEditMode extends VelcronDefinition {
|
119
118
|
edit?: VelcronBindableProp<boolean>;
|
120
119
|
bind?: VelcronBindableProp;
|
@@ -126,6 +125,13 @@ export interface VelcronColorStyling {
|
|
126
125
|
toned?: boolean;
|
127
126
|
color?: string;
|
128
127
|
}
|
128
|
+
/**
|
129
|
+
* @deprecated This interface is obsolete. Switch to use TextBlueprint instead.
|
130
|
+
*/
|
131
|
+
export interface VelcronTextStyling {
|
132
|
+
typography?: string;
|
133
|
+
size?: string;
|
134
|
+
}
|
129
135
|
export interface VelcronTextStyling {
|
130
136
|
typography?: string;
|
131
137
|
size?: string;
|
@@ -153,6 +159,7 @@ export interface VelcronFlexRowDefinition extends VelcronDefinition, VelcronColo
|
|
153
159
|
events?: VelcronOnPressEvent;
|
154
160
|
direction?: VelcronBindableProp<"row" | "row-reverse">;
|
155
161
|
absolute?: VelcronSpacing;
|
162
|
+
blueprint?: ContainerBlueprint;
|
156
163
|
hideOverflow?: boolean;
|
157
164
|
wrap?: boolean;
|
158
165
|
gapX?: number | string;
|
@@ -180,14 +187,15 @@ export interface VelcronCardDefinition extends VelcronDefinition, VelcronColorSt
|
|
180
187
|
footer?: Array<VelcronDefinition>;
|
181
188
|
events?: VelcronOnPressEvent;
|
182
189
|
}
|
183
|
-
export interface VelcronTextDefinition extends
|
190
|
+
export interface VelcronTextDefinition extends VelcronDefinition, VelcronColorStyling, VelcronTextStyling {
|
184
191
|
type: "text";
|
185
|
-
value?: VelcronBindableProp
|
186
|
-
placeholder?: VelcronBindableProp
|
192
|
+
value?: VelcronBindableProp;
|
193
|
+
placeholder?: VelcronBindableProp;
|
187
194
|
editLabel?: VelcronBindableProp;
|
188
|
-
lineClamp?: number
|
189
|
-
noWrap?: boolean
|
195
|
+
lineClamp?: VelcronBindableProp<number>;
|
196
|
+
noWrap?: VelcronBindableProp<boolean>;
|
190
197
|
events?: VelcronOnPressEvent & VelcronOnUpdatedEvent;
|
198
|
+
blueprint?: VelcronBindableProp<TextBlueprint>;
|
191
199
|
}
|
192
200
|
export declare enum VelcronImageRatios {
|
193
201
|
square = "square",
|
@@ -222,9 +230,10 @@ export interface VelcronButtonDefinition extends VelcronDefinition {
|
|
222
230
|
}
|
223
231
|
export interface VelcronTextInputDefinition extends VelcronDefinition {
|
224
232
|
type: "text-input";
|
225
|
-
label?: string
|
226
|
-
|
227
|
-
initialValue?: string
|
233
|
+
label?: VelcronBindableProp<string>;
|
234
|
+
value: VelcronBindableProp<string>;
|
235
|
+
initialValue?: VelcronBindableProp<string>;
|
236
|
+
placeholder?: VelcronBindableProp<string>;
|
228
237
|
events: VelcronOnUpdatedEvent;
|
229
238
|
}
|
230
239
|
export interface VelcronProgressCircleDefinition extends VelcronDefinition {
|
@@ -247,7 +256,7 @@ export interface VelcronIconDefinition extends VelcronDefinition, VelcronColorSt
|
|
247
256
|
size?: VelcronBindableProp<number>;
|
248
257
|
events?: VelcronOnPressEvent;
|
249
258
|
}
|
250
|
-
export interface VelcronMarkdownDefinition extends
|
259
|
+
export interface VelcronMarkdownDefinition extends VelcronDefinition, VelcronColorStyling, VelcronTextStyling {
|
251
260
|
type: "markdown";
|
252
261
|
value?: VelcronBindableProp<string>;
|
253
262
|
placeholder?: VelcronBindableProp<string>;
|
@@ -1,4 +1,5 @@
|
|
1
|
-
import {
|
1
|
+
import { BuiltInPropertyEditorType, TextBlueprint, TypographySize, TypographyType, VelcronSpacing, VelcronStateEditor } from "@omnia/fx-models/internal-do-not-import-from-here/shared";
|
2
|
+
import { VelcronImageRatios } from "./VelcronDefinitions";
|
2
3
|
export interface ResolvedPropertyEditor {
|
3
4
|
editor: VelcronStateEditor;
|
4
5
|
}
|
@@ -35,6 +36,9 @@ export interface VelcronEnterprisePropertyEditor extends VelcronStateEditor<any>
|
|
35
36
|
export interface VelcronTypographyPropertyEditor extends VelcronStateEditor<VelcronTypographyEditorSettings> {
|
36
37
|
type: "typography";
|
37
38
|
}
|
39
|
+
export interface VelcronContainerPropertyEditor extends VelcronStateEditor<any> {
|
40
|
+
type: "container";
|
41
|
+
}
|
38
42
|
export interface VelcronSwitchPropertyEditor extends VelcronStateEditor<any> {
|
39
43
|
type: "switch";
|
40
44
|
}
|
@@ -149,12 +153,7 @@ export declare const VelcronHeaderStateBinding: {
|
|
149
153
|
title: {
|
150
154
|
text: string;
|
151
155
|
placeholder: string;
|
152
|
-
|
153
|
-
editor: any;
|
154
|
-
type: any;
|
155
|
-
size: any;
|
156
|
-
toned: any;
|
157
|
-
};
|
156
|
+
blueprint: import("@omnia/fx-models/internal-do-not-import-from-here/shared").VelcronBindableProp<TextBlueprint>;
|
158
157
|
};
|
159
158
|
icon: string;
|
160
159
|
};
|
@@ -162,42 +161,22 @@ export declare const VelcronContentStateBinding: {
|
|
162
161
|
title: {
|
163
162
|
text: string;
|
164
163
|
placeholder: string;
|
165
|
-
|
166
|
-
editor: any;
|
167
|
-
type: any;
|
168
|
-
size: any;
|
169
|
-
toned: any;
|
170
|
-
};
|
164
|
+
blueprint: import("@omnia/fx-models/internal-do-not-import-from-here/shared").VelcronBindableProp<TextBlueprint>;
|
171
165
|
};
|
172
166
|
main: {
|
173
167
|
text: string;
|
174
168
|
placeholder: string;
|
175
|
-
|
176
|
-
editor: any;
|
177
|
-
type: any;
|
178
|
-
size: any;
|
179
|
-
toned: any;
|
180
|
-
};
|
169
|
+
blueprint: import("@omnia/fx-models/internal-do-not-import-from-here/shared").VelcronBindableProp<TextBlueprint>;
|
181
170
|
};
|
182
171
|
caption: {
|
183
172
|
text: string;
|
184
173
|
placeholder: string;
|
185
|
-
|
186
|
-
editor: any;
|
187
|
-
type: any;
|
188
|
-
size: any;
|
189
|
-
toned: any;
|
190
|
-
};
|
174
|
+
blueprint: import("@omnia/fx-models/internal-do-not-import-from-here/shared").VelcronBindableProp<TextBlueprint>;
|
191
175
|
};
|
192
176
|
summary: {
|
193
177
|
text: string;
|
194
178
|
placeholder: string;
|
195
|
-
|
196
|
-
editor: any;
|
197
|
-
type: any;
|
198
|
-
size: any;
|
199
|
-
toned: any;
|
200
|
-
};
|
179
|
+
blueprint: import("@omnia/fx-models/internal-do-not-import-from-here/shared").VelcronBindableProp<TextBlueprint>;
|
201
180
|
};
|
202
181
|
};
|
203
182
|
export declare const VelcronColorSchemasStateBinding: {
|
@@ -251,54 +230,29 @@ export declare const VelcronStateBinding: {
|
|
251
230
|
title: {
|
252
231
|
text: string;
|
253
232
|
placeholder: string;
|
254
|
-
|
255
|
-
editor: any;
|
256
|
-
type: any;
|
257
|
-
size: any;
|
258
|
-
toned: any;
|
259
|
-
};
|
233
|
+
blueprint: import("@omnia/fx-models/internal-do-not-import-from-here/shared").VelcronBindableProp<TextBlueprint>;
|
260
234
|
};
|
261
235
|
main: {
|
262
236
|
text: string;
|
263
237
|
placeholder: string;
|
264
|
-
|
265
|
-
editor: any;
|
266
|
-
type: any;
|
267
|
-
size: any;
|
268
|
-
toned: any;
|
269
|
-
};
|
238
|
+
blueprint: import("@omnia/fx-models/internal-do-not-import-from-here/shared").VelcronBindableProp<TextBlueprint>;
|
270
239
|
};
|
271
240
|
caption: {
|
272
241
|
text: string;
|
273
242
|
placeholder: string;
|
274
|
-
|
275
|
-
editor: any;
|
276
|
-
type: any;
|
277
|
-
size: any;
|
278
|
-
toned: any;
|
279
|
-
};
|
243
|
+
blueprint: import("@omnia/fx-models/internal-do-not-import-from-here/shared").VelcronBindableProp<TextBlueprint>;
|
280
244
|
};
|
281
245
|
summary: {
|
282
246
|
text: string;
|
283
247
|
placeholder: string;
|
284
|
-
|
285
|
-
editor: any;
|
286
|
-
type: any;
|
287
|
-
size: any;
|
288
|
-
toned: any;
|
289
|
-
};
|
248
|
+
blueprint: import("@omnia/fx-models/internal-do-not-import-from-here/shared").VelcronBindableProp<TextBlueprint>;
|
290
249
|
};
|
291
250
|
};
|
292
251
|
header: {
|
293
252
|
title: {
|
294
253
|
text: string;
|
295
254
|
placeholder: string;
|
296
|
-
|
297
|
-
editor: any;
|
298
|
-
type: any;
|
299
|
-
size: any;
|
300
|
-
toned: any;
|
301
|
-
};
|
255
|
+
blueprint: import("@omnia/fx-models/internal-do-not-import-from-here/shared").VelcronBindableProp<TextBlueprint>;
|
302
256
|
};
|
303
257
|
icon: string;
|
304
258
|
};
|
@@ -1,11 +1,13 @@
|
|
1
|
-
import { VelcronRenderContext
|
2
|
-
import { VelcronAppDefinition, VelcronDefinition } from "..";
|
1
|
+
import { VelcronRenderContext } from "../models";
|
2
|
+
import { VelcronAppDefinition, VelcronBindableProp, VelcronDefinition } from "..";
|
3
3
|
export interface ParseResult<T> {
|
4
4
|
is: boolean;
|
5
5
|
value: T;
|
6
6
|
}
|
7
7
|
export declare class VelcronData {
|
8
|
-
static dataBind(renderContext: VelcronRenderContext, text: VelcronBindableProp<any>):
|
8
|
+
static dataBind<T = string>(renderContext: VelcronRenderContext, text: VelcronBindableProp<any>): T;
|
9
|
+
static hasTwoWayBinding(text: string): boolean;
|
10
|
+
static getBindPath(text: string): string;
|
9
11
|
static addCtxToVariableNames(template: string, skipIfNameStartsWith?: string, skipIfNameMatches?: Array<string>, overridePrefixWhenNameMatches?: {
|
10
12
|
[name: string]: string;
|
11
13
|
}): string;
|
@@ -17,4 +17,4 @@ import { VelcronDefinitionWithEditMode, VelcronRenderContext } from "../models";
|
|
17
17
|
* @param {VelcronRenderContext} renderContext - The render context to use for evaluating the 'edit' property and to check for 'editMode'.
|
18
18
|
* @returns {boolean | undefined} - Returns true if either 'edit' evaluates to true or 'editMode' is true. Returns undefined otherwise.
|
19
19
|
*/
|
20
|
-
export declare function isEditMode(definition:
|
20
|
+
export declare function isEditMode<T extends VelcronDefinitionWithEditMode, K extends keyof T>(definition: T, bindableProp: K, renderContext: VelcronRenderContext): boolean;
|
package/internal-do-not-import-from-here/ux/velcron/editor/models/VelcronEditorDescriptors.d.ts
CHANGED
@@ -14,8 +14,9 @@ export declare const VelcronMarkdownEditorDescriptor: VelcronEditorDescriptor;
|
|
14
14
|
export declare const VelcronImageEditorDescriptor: VelcronEditorDescriptor;
|
15
15
|
export declare const VelcronSpacingEditorDescriptor: VelcronEditorDescriptor;
|
16
16
|
export declare const VelcronReferenceEditorDescriptor: VelcronEditorDescriptor;
|
17
|
+
export declare const VelcronContainerEditorDescriptor: VelcronEditorDescriptor;
|
17
18
|
type BuiltInPropertyEditorDescriptorMap = {
|
18
|
-
[key in BuiltInPropertyEditorType]: typeof VelcronTextEditorDescriptor | typeof VelcronSliderEditorDescriptor | typeof VelcronSwitchEditorDescriptor | typeof VelcronAlignmentEditorDescriptor | typeof VelcronColorEditorDescriptor | typeof VelcronMarkdownEditorDescriptor | typeof VelcronIconEditorDescriptor | typeof VelcronImageEditorDescriptor | typeof VelcronTypographyEditorDescriptor | typeof VelcronSpacingEditorDescriptor | typeof VelcronColorSchemaEditorDescriptor | typeof VelcronReferenceEditorDescriptor;
|
19
|
+
[key in BuiltInPropertyEditorType]: typeof VelcronTextEditorDescriptor | typeof VelcronSliderEditorDescriptor | typeof VelcronSwitchEditorDescriptor | typeof VelcronAlignmentEditorDescriptor | typeof VelcronColorEditorDescriptor | typeof VelcronMarkdownEditorDescriptor | typeof VelcronIconEditorDescriptor | typeof VelcronImageEditorDescriptor | typeof VelcronTypographyEditorDescriptor | typeof VelcronSpacingEditorDescriptor | typeof VelcronColorSchemaEditorDescriptor | typeof VelcronReferenceEditorDescriptor | typeof VelcronContainerEditorDescriptor;
|
19
20
|
};
|
20
21
|
export declare const builtInPropertyEditorDescriptorMap: BuiltInPropertyEditorDescriptorMap;
|
21
22
|
export {};
|
package/internal-do-not-import-from-here/ux/velcron/renderer/propertyeditors/ContainerEditor.d.ts
ADDED
@@ -0,0 +1,364 @@
|
|
1
|
+
import { BackgroundDefinition, ContainerBlueprint } from "@omnia/fx-models";
|
2
|
+
declare const _default: {
|
3
|
+
new (...args: any[]): import("vue").CreateComponentPublicInstance<Readonly<import("vue").ExtractPropTypes<{
|
4
|
+
"onUpdate:modelValue": {
|
5
|
+
type: import("vue").PropType<(value: ContainerBlueprint) => any>;
|
6
|
+
};
|
7
|
+
"v-model": {
|
8
|
+
type: import("vue").PropType<ContainerBlueprint>;
|
9
|
+
required: false;
|
10
|
+
};
|
11
|
+
modelValue: {
|
12
|
+
type: import("vue").PropType<ContainerBlueprint>;
|
13
|
+
required: false;
|
14
|
+
};
|
15
|
+
name: <TName extends string>(n?: TName) => { [key in import("../../../DefineVueTypings").VModelEmitsInJsxElement<TName>]: {
|
16
|
+
type: import("vue").PropType<(value: ContainerBlueprint) => any>;
|
17
|
+
}; } & { [key_1 in import("../../../DefineVueTypings").VModelKeyNameInJsxElement<TName>]: {
|
18
|
+
type: import("vue").PropType<ContainerBlueprint>;
|
19
|
+
required: false;
|
20
|
+
}; } & { [key_2 in import("../../../DefineVueTypings").VModelKeyNameInProps<TName>]: {
|
21
|
+
type: import("vue").PropType<ContainerBlueprint>;
|
22
|
+
required: false;
|
23
|
+
}; } & {
|
24
|
+
require(): import("../../../DefineVueTypings").DefinePropModelRequire<TName, ContainerBlueprint, {
|
25
|
+
"onUpdate:modelValue": {
|
26
|
+
type: import("vue").PropType<(value: ContainerBlueprint) => any>;
|
27
|
+
};
|
28
|
+
} & {
|
29
|
+
"v-model": {
|
30
|
+
type: import("vue").PropType<ContainerBlueprint>;
|
31
|
+
required: false;
|
32
|
+
};
|
33
|
+
} & {
|
34
|
+
modelValue: {
|
35
|
+
type: import("vue").PropType<ContainerBlueprint>;
|
36
|
+
required: false;
|
37
|
+
};
|
38
|
+
}>;
|
39
|
+
defaultValue(value?: ContainerBlueprint): import("../../../DefineVueTypings").DefinePropModelDefaultValue<TName, ContainerBlueprint, {
|
40
|
+
"onUpdate:modelValue": {
|
41
|
+
type: import("vue").PropType<(value: ContainerBlueprint) => any>;
|
42
|
+
};
|
43
|
+
} & {
|
44
|
+
"v-model": {
|
45
|
+
type: import("vue").PropType<ContainerBlueprint>;
|
46
|
+
required: false;
|
47
|
+
};
|
48
|
+
} & {
|
49
|
+
modelValue: {
|
50
|
+
type: import("vue").PropType<ContainerBlueprint>;
|
51
|
+
required: false;
|
52
|
+
};
|
53
|
+
}, false>;
|
54
|
+
doc$(description?: string): import("../../../DefineVueTypings").DefinePropModelDoc<TName, ContainerBlueprint, {
|
55
|
+
"onUpdate:modelValue": {
|
56
|
+
type: import("vue").PropType<(value: ContainerBlueprint) => any>;
|
57
|
+
};
|
58
|
+
} & {
|
59
|
+
"v-model": {
|
60
|
+
type: import("vue").PropType<ContainerBlueprint>;
|
61
|
+
required: false;
|
62
|
+
};
|
63
|
+
} & {
|
64
|
+
modelValue: {
|
65
|
+
type: import("vue").PropType<ContainerBlueprint>;
|
66
|
+
required: false;
|
67
|
+
};
|
68
|
+
}>;
|
69
|
+
};
|
70
|
+
}>> & {
|
71
|
+
"onUpdate:modelValue"?: (value: BackgroundDefinition) => any;
|
72
|
+
}, () => JSX.Element, unknown, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {
|
73
|
+
"update:modelValue": (value: BackgroundDefinition) => true;
|
74
|
+
}, import("vue").VNodeProps & import("vue").AllowedComponentProps & import("vue").ComponentCustomProps & Readonly<import("vue").ExtractPropTypes<{
|
75
|
+
"onUpdate:modelValue": {
|
76
|
+
type: import("vue").PropType<(value: ContainerBlueprint) => any>;
|
77
|
+
};
|
78
|
+
"v-model": {
|
79
|
+
type: import("vue").PropType<ContainerBlueprint>;
|
80
|
+
required: false;
|
81
|
+
};
|
82
|
+
modelValue: {
|
83
|
+
type: import("vue").PropType<ContainerBlueprint>;
|
84
|
+
required: false;
|
85
|
+
};
|
86
|
+
name: <TName extends string>(n?: TName) => { [key in import("../../../DefineVueTypings").VModelEmitsInJsxElement<TName>]: {
|
87
|
+
type: import("vue").PropType<(value: ContainerBlueprint) => any>;
|
88
|
+
}; } & { [key_1 in import("../../../DefineVueTypings").VModelKeyNameInJsxElement<TName>]: {
|
89
|
+
type: import("vue").PropType<ContainerBlueprint>;
|
90
|
+
required: false;
|
91
|
+
}; } & { [key_2 in import("../../../DefineVueTypings").VModelKeyNameInProps<TName>]: {
|
92
|
+
type: import("vue").PropType<ContainerBlueprint>;
|
93
|
+
required: false;
|
94
|
+
}; } & {
|
95
|
+
require(): import("../../../DefineVueTypings").DefinePropModelRequire<TName, ContainerBlueprint, {
|
96
|
+
"onUpdate:modelValue": {
|
97
|
+
type: import("vue").PropType<(value: ContainerBlueprint) => any>;
|
98
|
+
};
|
99
|
+
} & {
|
100
|
+
"v-model": {
|
101
|
+
type: import("vue").PropType<ContainerBlueprint>;
|
102
|
+
required: false;
|
103
|
+
};
|
104
|
+
} & {
|
105
|
+
modelValue: {
|
106
|
+
type: import("vue").PropType<ContainerBlueprint>;
|
107
|
+
required: false;
|
108
|
+
};
|
109
|
+
}>;
|
110
|
+
defaultValue(value?: ContainerBlueprint): import("../../../DefineVueTypings").DefinePropModelDefaultValue<TName, ContainerBlueprint, {
|
111
|
+
"onUpdate:modelValue": {
|
112
|
+
type: import("vue").PropType<(value: ContainerBlueprint) => any>;
|
113
|
+
};
|
114
|
+
} & {
|
115
|
+
"v-model": {
|
116
|
+
type: import("vue").PropType<ContainerBlueprint>;
|
117
|
+
required: false;
|
118
|
+
};
|
119
|
+
} & {
|
120
|
+
modelValue: {
|
121
|
+
type: import("vue").PropType<ContainerBlueprint>;
|
122
|
+
required: false;
|
123
|
+
};
|
124
|
+
}, false>;
|
125
|
+
doc$(description?: string): import("../../../DefineVueTypings").DefinePropModelDoc<TName, ContainerBlueprint, {
|
126
|
+
"onUpdate:modelValue": {
|
127
|
+
type: import("vue").PropType<(value: ContainerBlueprint) => any>;
|
128
|
+
};
|
129
|
+
} & {
|
130
|
+
"v-model": {
|
131
|
+
type: import("vue").PropType<ContainerBlueprint>;
|
132
|
+
required: false;
|
133
|
+
};
|
134
|
+
} & {
|
135
|
+
modelValue: {
|
136
|
+
type: import("vue").PropType<ContainerBlueprint>;
|
137
|
+
required: false;
|
138
|
+
};
|
139
|
+
}>;
|
140
|
+
};
|
141
|
+
}>> & {
|
142
|
+
"onUpdate:modelValue"?: (value: BackgroundDefinition) => any;
|
143
|
+
}, {}, true, {}, {}, {
|
144
|
+
P: {};
|
145
|
+
B: {};
|
146
|
+
D: {};
|
147
|
+
C: {};
|
148
|
+
M: {};
|
149
|
+
Defaults: {};
|
150
|
+
}, Readonly<import("vue").ExtractPropTypes<{
|
151
|
+
"onUpdate:modelValue": {
|
152
|
+
type: import("vue").PropType<(value: ContainerBlueprint) => any>;
|
153
|
+
};
|
154
|
+
"v-model": {
|
155
|
+
type: import("vue").PropType<ContainerBlueprint>;
|
156
|
+
required: false;
|
157
|
+
};
|
158
|
+
modelValue: {
|
159
|
+
type: import("vue").PropType<ContainerBlueprint>;
|
160
|
+
required: false;
|
161
|
+
};
|
162
|
+
name: <TName extends string>(n?: TName) => { [key in import("../../../DefineVueTypings").VModelEmitsInJsxElement<TName>]: {
|
163
|
+
type: import("vue").PropType<(value: ContainerBlueprint) => any>;
|
164
|
+
}; } & { [key_1 in import("../../../DefineVueTypings").VModelKeyNameInJsxElement<TName>]: {
|
165
|
+
type: import("vue").PropType<ContainerBlueprint>;
|
166
|
+
required: false;
|
167
|
+
}; } & { [key_2 in import("../../../DefineVueTypings").VModelKeyNameInProps<TName>]: {
|
168
|
+
type: import("vue").PropType<ContainerBlueprint>;
|
169
|
+
required: false;
|
170
|
+
}; } & {
|
171
|
+
require(): import("../../../DefineVueTypings").DefinePropModelRequire<TName, ContainerBlueprint, {
|
172
|
+
"onUpdate:modelValue": {
|
173
|
+
type: import("vue").PropType<(value: ContainerBlueprint) => any>;
|
174
|
+
};
|
175
|
+
} & {
|
176
|
+
"v-model": {
|
177
|
+
type: import("vue").PropType<ContainerBlueprint>;
|
178
|
+
required: false;
|
179
|
+
};
|
180
|
+
} & {
|
181
|
+
modelValue: {
|
182
|
+
type: import("vue").PropType<ContainerBlueprint>;
|
183
|
+
required: false;
|
184
|
+
};
|
185
|
+
}>;
|
186
|
+
defaultValue(value?: ContainerBlueprint): import("../../../DefineVueTypings").DefinePropModelDefaultValue<TName, ContainerBlueprint, {
|
187
|
+
"onUpdate:modelValue": {
|
188
|
+
type: import("vue").PropType<(value: ContainerBlueprint) => any>;
|
189
|
+
};
|
190
|
+
} & {
|
191
|
+
"v-model": {
|
192
|
+
type: import("vue").PropType<ContainerBlueprint>;
|
193
|
+
required: false;
|
194
|
+
};
|
195
|
+
} & {
|
196
|
+
modelValue: {
|
197
|
+
type: import("vue").PropType<ContainerBlueprint>;
|
198
|
+
required: false;
|
199
|
+
};
|
200
|
+
}, false>;
|
201
|
+
doc$(description?: string): import("../../../DefineVueTypings").DefinePropModelDoc<TName, ContainerBlueprint, {
|
202
|
+
"onUpdate:modelValue": {
|
203
|
+
type: import("vue").PropType<(value: ContainerBlueprint) => any>;
|
204
|
+
};
|
205
|
+
} & {
|
206
|
+
"v-model": {
|
207
|
+
type: import("vue").PropType<ContainerBlueprint>;
|
208
|
+
required: false;
|
209
|
+
};
|
210
|
+
} & {
|
211
|
+
modelValue: {
|
212
|
+
type: import("vue").PropType<ContainerBlueprint>;
|
213
|
+
required: false;
|
214
|
+
};
|
215
|
+
}>;
|
216
|
+
};
|
217
|
+
}>> & {
|
218
|
+
"onUpdate:modelValue"?: (value: BackgroundDefinition) => any;
|
219
|
+
}, () => JSX.Element, {}, {}, {}, {}>;
|
220
|
+
__isFragment?: never;
|
221
|
+
__isTeleport?: never;
|
222
|
+
__isSuspense?: never;
|
223
|
+
} & import("vue").ComponentOptionsBase<Readonly<import("vue").ExtractPropTypes<{
|
224
|
+
"onUpdate:modelValue": {
|
225
|
+
type: import("vue").PropType<(value: ContainerBlueprint) => any>;
|
226
|
+
};
|
227
|
+
"v-model": {
|
228
|
+
type: import("vue").PropType<ContainerBlueprint>;
|
229
|
+
required: false;
|
230
|
+
};
|
231
|
+
modelValue: {
|
232
|
+
type: import("vue").PropType<ContainerBlueprint>;
|
233
|
+
required: false;
|
234
|
+
};
|
235
|
+
name: <TName extends string>(n?: TName) => { [key in import("../../../DefineVueTypings").VModelEmitsInJsxElement<TName>]: {
|
236
|
+
type: import("vue").PropType<(value: ContainerBlueprint) => any>;
|
237
|
+
}; } & { [key_1 in import("../../../DefineVueTypings").VModelKeyNameInJsxElement<TName>]: {
|
238
|
+
type: import("vue").PropType<ContainerBlueprint>;
|
239
|
+
required: false;
|
240
|
+
}; } & { [key_2 in import("../../../DefineVueTypings").VModelKeyNameInProps<TName>]: {
|
241
|
+
type: import("vue").PropType<ContainerBlueprint>;
|
242
|
+
required: false;
|
243
|
+
}; } & {
|
244
|
+
require(): import("../../../DefineVueTypings").DefinePropModelRequire<TName, ContainerBlueprint, {
|
245
|
+
"onUpdate:modelValue": {
|
246
|
+
type: import("vue").PropType<(value: ContainerBlueprint) => any>;
|
247
|
+
};
|
248
|
+
} & {
|
249
|
+
"v-model": {
|
250
|
+
type: import("vue").PropType<ContainerBlueprint>;
|
251
|
+
required: false;
|
252
|
+
};
|
253
|
+
} & {
|
254
|
+
modelValue: {
|
255
|
+
type: import("vue").PropType<ContainerBlueprint>;
|
256
|
+
required: false;
|
257
|
+
};
|
258
|
+
}>;
|
259
|
+
defaultValue(value?: ContainerBlueprint): import("../../../DefineVueTypings").DefinePropModelDefaultValue<TName, ContainerBlueprint, {
|
260
|
+
"onUpdate:modelValue": {
|
261
|
+
type: import("vue").PropType<(value: ContainerBlueprint) => any>;
|
262
|
+
};
|
263
|
+
} & {
|
264
|
+
"v-model": {
|
265
|
+
type: import("vue").PropType<ContainerBlueprint>;
|
266
|
+
required: false;
|
267
|
+
};
|
268
|
+
} & {
|
269
|
+
modelValue: {
|
270
|
+
type: import("vue").PropType<ContainerBlueprint>;
|
271
|
+
required: false;
|
272
|
+
};
|
273
|
+
}, false>;
|
274
|
+
doc$(description?: string): import("../../../DefineVueTypings").DefinePropModelDoc<TName, ContainerBlueprint, {
|
275
|
+
"onUpdate:modelValue": {
|
276
|
+
type: import("vue").PropType<(value: ContainerBlueprint) => any>;
|
277
|
+
};
|
278
|
+
} & {
|
279
|
+
"v-model": {
|
280
|
+
type: import("vue").PropType<ContainerBlueprint>;
|
281
|
+
required: false;
|
282
|
+
};
|
283
|
+
} & {
|
284
|
+
modelValue: {
|
285
|
+
type: import("vue").PropType<ContainerBlueprint>;
|
286
|
+
required: false;
|
287
|
+
};
|
288
|
+
}>;
|
289
|
+
};
|
290
|
+
}>> & {
|
291
|
+
"onUpdate:modelValue"?: (value: BackgroundDefinition) => any;
|
292
|
+
}, () => JSX.Element, unknown, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {
|
293
|
+
"update:modelValue": (value: BackgroundDefinition) => true;
|
294
|
+
}, string, {}, {}, string, {}> & import("vue").VNodeProps & import("vue").AllowedComponentProps & import("vue").ComponentCustomProps & {
|
295
|
+
propsDefinition: Omit<Readonly<{} & {
|
296
|
+
name?: {
|
297
|
+
[x: `onUpdate:${string}`]: {
|
298
|
+
type: import("vue").PropType<(value: ContainerBlueprint) => any>;
|
299
|
+
};
|
300
|
+
} & {
|
301
|
+
[x: `v-model:${string}`]: {
|
302
|
+
type: import("vue").PropType<ContainerBlueprint>;
|
303
|
+
required: false;
|
304
|
+
};
|
305
|
+
} & {
|
306
|
+
[x: string]: {
|
307
|
+
type: import("vue").PropType<ContainerBlueprint>;
|
308
|
+
required: false;
|
309
|
+
};
|
310
|
+
} & {
|
311
|
+
require(): import("../../../DefineVueTypings").DefinePropModelRequire<string, ContainerBlueprint, {
|
312
|
+
"onUpdate:modelValue": {
|
313
|
+
type: import("vue").PropType<(value: ContainerBlueprint) => any>;
|
314
|
+
};
|
315
|
+
} & {
|
316
|
+
"v-model": {
|
317
|
+
type: import("vue").PropType<ContainerBlueprint>;
|
318
|
+
required: false;
|
319
|
+
};
|
320
|
+
} & {
|
321
|
+
modelValue: {
|
322
|
+
type: import("vue").PropType<ContainerBlueprint>;
|
323
|
+
required: false;
|
324
|
+
};
|
325
|
+
}>;
|
326
|
+
defaultValue(value?: ContainerBlueprint): import("../../../DefineVueTypings").DefinePropModelDefaultValue<string, ContainerBlueprint, {
|
327
|
+
"onUpdate:modelValue": {
|
328
|
+
type: import("vue").PropType<(value: ContainerBlueprint) => any>;
|
329
|
+
};
|
330
|
+
} & {
|
331
|
+
"v-model": {
|
332
|
+
type: import("vue").PropType<ContainerBlueprint>;
|
333
|
+
required: false;
|
334
|
+
};
|
335
|
+
} & {
|
336
|
+
modelValue: {
|
337
|
+
type: import("vue").PropType<ContainerBlueprint>;
|
338
|
+
required: false;
|
339
|
+
};
|
340
|
+
}, false>;
|
341
|
+
doc$(description?: string): import("../../../DefineVueTypings").DefinePropModelDoc<string, ContainerBlueprint, {
|
342
|
+
"onUpdate:modelValue": {
|
343
|
+
type: import("vue").PropType<(value: ContainerBlueprint) => any>;
|
344
|
+
};
|
345
|
+
} & {
|
346
|
+
"v-model": {
|
347
|
+
type: import("vue").PropType<ContainerBlueprint>;
|
348
|
+
required: false;
|
349
|
+
};
|
350
|
+
} & {
|
351
|
+
modelValue: {
|
352
|
+
type: import("vue").PropType<ContainerBlueprint>;
|
353
|
+
required: false;
|
354
|
+
};
|
355
|
+
}>;
|
356
|
+
};
|
357
|
+
"v-model"?: ContainerBlueprint;
|
358
|
+
"onUpdate:modelValue"?: (value: ContainerBlueprint) => any;
|
359
|
+
modelValue?: ContainerBlueprint;
|
360
|
+
}>, "onUpdate:modelValue"> & {
|
361
|
+
"onUpdate:modelValue"?: (value: BackgroundDefinition) => any;
|
362
|
+
};
|
363
|
+
};
|
364
|
+
export default _default;
|
@@ -3,6 +3,7 @@ import { VersionedLayoutEditorApi, VersionedLayoutDefinitionEditorItem } from "@
|
|
3
3
|
export interface VersionedLayoutBladeSettings<T extends VersionedLayoutDefinition = VersionedLayoutDefinition> {
|
4
4
|
layoutDefinition: new () => T;
|
5
5
|
appInstanceId?: GuidValue;
|
6
|
+
businessProfileId?: GuidValue;
|
6
7
|
onBeforeCreate?: (layout: VersionedLayoutDefinition) => VersionedLayoutDefinition | Promise<VersionedLayoutDefinition>;
|
7
8
|
checkDeletable?: (layout: VersionedLayout) => Promise<boolean>;
|
8
9
|
enableAlias?: boolean;
|