@omnia/fx 8.0.354-dev → 8.0.356-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/core/services/ServiceManifestProviderInternal.d.ts +4 -0
- package/internal-do-not-import-from-here/ux/appprovisioning/appprovisioningsteps/appinstanceenterprisepropertiesstep/AppInstanceEnterprisePropertiesStep.d.ts +1 -1
- package/internal-do-not-import-from-here/ux/appprovisioning/appprovisioningsteps/appinstanceinformationstep/AppInstanceInformationStep.d.ts +1 -1
- package/internal-do-not-import-from-here/ux/appprovisioning/appprovisioningsteps/appinstancesummarystep/AppInstanceSummaryStep.d.ts +1 -1
- package/internal-do-not-import-from-here/ux/appprovisioning/appprovisioningsteps/appinstanceusersstep/AppInstanceUsersStep.d.ts +1 -1
- package/internal-do-not-import-from-here/ux/appprovisioning/appprovisioningwizard/AppProvisioningWizard.d.ts +14 -324
- package/internal-do-not-import-from-here/ux/appprovisioning/components/AppInstanceFeatureVueComponent.d.ts +2 -3
- package/internal-do-not-import-from-here/ux/appprovisioning/components/AppInstanceTemplatePickerVueComponent.d.ts +37 -161
- package/internal-do-not-import-from-here/ux/appprovisioning/components/AppProvisioningComponentBase.d.ts +2 -36
- package/internal-do-not-import-from-here/ux/appprovisioning/components/index.d.ts +1 -0
- package/internal-do-not-import-from-here/ux/layoutcanvas/editor/settings/blocktitle/BlockTitle.d.ts +1 -1
- package/internal-do-not-import-from-here/ux/layoutcanvas/renderer/LayoutRendererCanvas.d.ts +7 -79
- package/internal-do-not-import-from-here/ux/oxide/icon/Icon.d.ts +3 -3
- package/internal-do-not-import-from-here/ux/oxide/inputfield/InputField.d.ts +2 -2
- package/internal-do-not-import-from-here/ux/oxide/tab/Tab.d.ts +1 -0
- package/internal-do-not-import-from-here/ux/post/Post.d.ts +1 -1
- package/internal-do-not-import-from-here/ux/post/templates/PostTemplate.d.ts +2 -2
- package/internal-do-not-import-from-here/ux/securitytrimmer/SecurityTrimmer.d.ts +2 -2
- package/internal-do-not-import-from-here/ux/social/Comment.d.ts +12 -278
- package/internal-do-not-import-from-here/ux/social/templates/CommentLikeTemplate.d.ts +10 -155
- package/internal-do-not-import-from-here/ux/social/templates/LikeListingTemplate.d.ts +8 -73
- package/internal-do-not-import-from-here/ux/use/UseDraggable.d.ts +3 -1
- package/package.json +2 -2
- package/postinstall.js +2 -2
- package/types/jsx.d.ts +22 -0
- package/internal-do-not-import-from-here/ux/richtexteditorrenderer/IRichTextEditorRenderer.d.ts +0 -4
- package/internal-do-not-import-from-here/ux/richtexteditorrenderer/index.d.ts +0 -1
- package/internal-do-not-import-from-here/ux/social/templates/ILikeListingTemplate.d.ts +0 -0
- package/types/vue.custom.d.ts +0 -135
@@ -2,10 +2,14 @@ import { OmniaManifests, ComponentBundleManifest } from "../../models";
|
|
2
2
|
export declare class ServiceManifestProviderInternal {
|
3
3
|
private static omniaManifests;
|
4
4
|
private static wcManifests;
|
5
|
+
private static elementNamesMappings;
|
5
6
|
static init(): Promise<void>;
|
6
7
|
static getAllOmniaManifests(): OmniaManifests[];
|
7
8
|
static getAllWebComponentsManifests(): {
|
8
9
|
[manifestId: string]: ComponentBundleManifest;
|
9
10
|
};
|
11
|
+
static getElementNamesMappings(): {
|
12
|
+
[legacyElementName: string]: string;
|
13
|
+
};
|
10
14
|
private static mergeManifests;
|
11
15
|
}
|
@@ -70,8 +70,8 @@ declare const _default: {
|
|
70
70
|
}>>, () => JSX.Element, unknown, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {}, string, {}, {}, string, {}, import("vue").GlobalComponents, import("vue").GlobalDirectives, string, import("vue").ComponentProvideOptions> & import("vue").VNodeProps & import("vue").AllowedComponentProps & import("vue").ComponentCustomProps & {
|
71
71
|
propsDefinition: Omit<Readonly<{} & {
|
72
72
|
context?: import("@omnia/fx-models").AppProvisioningStepContext;
|
73
|
-
allowMultipleAppAdministrators?: boolean;
|
74
73
|
allowMemberAndGroup?: boolean;
|
74
|
+
allowMultipleAppAdministrators?: boolean;
|
75
75
|
registerOnGoToNext?: (onGoToNext: () => Promise<boolean>) => void;
|
76
76
|
registerOnGoToPrev?: (onGoToPrev: () => Promise<boolean>) => void;
|
77
77
|
isJourneyProvisioning?: boolean;
|
@@ -70,8 +70,8 @@ declare const _default: {
|
|
70
70
|
}>>, () => JSX.Element, unknown, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {}, string, {}, {}, string, {}, import("vue").GlobalComponents, import("vue").GlobalDirectives, string, import("vue").ComponentProvideOptions> & import("vue").VNodeProps & import("vue").AllowedComponentProps & import("vue").ComponentCustomProps & {
|
71
71
|
propsDefinition: Omit<Readonly<{} & {
|
72
72
|
context?: import("@omnia/fx-models").AppProvisioningStepContext;
|
73
|
-
allowMultipleAppAdministrators?: boolean;
|
74
73
|
allowMemberAndGroup?: boolean;
|
74
|
+
allowMultipleAppAdministrators?: boolean;
|
75
75
|
registerOnGoToNext?: (onGoToNext: () => Promise<boolean>) => void;
|
76
76
|
registerOnGoToPrev?: (onGoToPrev: () => Promise<boolean>) => void;
|
77
77
|
isJourneyProvisioning?: boolean;
|
@@ -70,8 +70,8 @@ declare const _default: {
|
|
70
70
|
}>>, () => JSX.Element[], unknown, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {}, string, {}, {}, string, {}, import("vue").GlobalComponents, import("vue").GlobalDirectives, string, import("vue").ComponentProvideOptions> & import("vue").VNodeProps & import("vue").AllowedComponentProps & import("vue").ComponentCustomProps & {
|
71
71
|
propsDefinition: Omit<Readonly<{} & {
|
72
72
|
context?: import("@omnia/fx-models").AppProvisioningStepContext;
|
73
|
-
allowMultipleAppAdministrators?: boolean;
|
74
73
|
allowMemberAndGroup?: boolean;
|
74
|
+
allowMultipleAppAdministrators?: boolean;
|
75
75
|
registerOnGoToNext?: (onGoToNext: () => Promise<boolean>) => void;
|
76
76
|
registerOnGoToPrev?: (onGoToPrev: () => Promise<boolean>) => void;
|
77
77
|
isJourneyProvisioning?: boolean;
|
@@ -70,8 +70,8 @@ declare const _default: {
|
|
70
70
|
}>>, () => JSX.Element, unknown, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {}, string, {}, {}, string, {}, import("vue").GlobalComponents, import("vue").GlobalDirectives, string, import("vue").ComponentProvideOptions> & import("vue").VNodeProps & import("vue").AllowedComponentProps & import("vue").ComponentCustomProps & {
|
71
71
|
propsDefinition: Omit<Readonly<{} & {
|
72
72
|
context?: import("@omnia/fx-models").AppProvisioningStepContext;
|
73
|
-
allowMultipleAppAdministrators?: boolean;
|
74
73
|
allowMemberAndGroup?: boolean;
|
74
|
+
allowMultipleAppAdministrators?: boolean;
|
75
75
|
registerOnGoToNext?: (onGoToNext: () => Promise<boolean>) => void;
|
76
76
|
registerOnGoToPrev?: (onGoToPrev: () => Promise<boolean>) => void;
|
77
77
|
isJourneyProvisioning?: boolean;
|
@@ -1,327 +1,17 @@
|
|
1
|
+
import { WizardStyles, DefineProp, DefineEmit } from "@omnia/fx/ux";
|
1
2
|
import { AppDefinition, AppInstance, AppTemplate, guid } from "../../../models";
|
2
|
-
|
3
|
-
|
4
|
-
|
5
|
-
|
6
|
-
|
7
|
-
isSort: {
|
8
|
-
type: import("vue").PropType<boolean>;
|
9
|
-
};
|
10
|
-
stylesTemplate: {
|
11
|
-
type: import("vue").PropType<{
|
12
|
-
itemTemplateStyle?: import("typestyle/lib/types").NestedCSSProperties;
|
13
|
-
titleTemplateStyle?: import("typestyle/lib/types").NestedCSSProperties;
|
14
|
-
buttonStyle?: import("typestyle/lib/types").NestedCSSProperties;
|
15
|
-
}>;
|
16
|
-
};
|
17
|
-
templatePickerWrapperClass: {
|
18
|
-
type: import("vue").PropType<string>;
|
19
|
-
};
|
20
|
-
colsGrid: {
|
21
|
-
type: import("vue").PropType<number>;
|
22
|
-
};
|
23
|
-
horizontalMinHeight: {
|
24
|
-
type: import("vue").PropType<number>;
|
25
|
-
};
|
26
|
-
isOnDialog: {
|
27
|
-
type: import("vue").PropType<boolean>;
|
28
|
-
};
|
29
|
-
templatesToShow: {
|
30
|
-
type: import("vue").PropType<guid[]>;
|
31
|
-
};
|
32
|
-
initialAppInstance: {
|
33
|
-
type: import("vue").PropType<AppInstance>;
|
34
|
-
};
|
35
|
-
initialAppDefinition: {
|
36
|
-
type: import("vue").PropType<AppDefinition>;
|
37
|
-
};
|
38
|
-
initialAppTemplate: {
|
39
|
-
type: import("vue").PropType<AppTemplate>;
|
40
|
-
};
|
41
|
-
styles: {
|
42
|
-
type: import("vue").PropType<{
|
43
|
-
container?: import("typestyle/lib/types").NestedCSSProperties;
|
44
|
-
card?: import("typestyle/lib/types").NestedCSSProperties;
|
45
|
-
header?: import("typestyle/lib/types").NestedCSSProperties;
|
46
|
-
content?: import("typestyle/lib/types").NestedCSSProperties;
|
47
|
-
bottom?: import("typestyle/lib/types").NestedCSSProperties;
|
48
|
-
outline?: import("typestyle/lib/types").NestedCSSProperties;
|
49
|
-
verticalDialogStep?: import("typestyle/lib/types").NestedCSSProperties;
|
50
|
-
horizontalStepContentMinHeightWrapper?: (isHeaderShown: boolean, parentMinHeight: number) => import("typestyle/lib/types").NestedCSSProperties;
|
51
|
-
textFieldStyles?: import("typestyle/lib/types").NestedCSSProperties;
|
52
|
-
summaryHeadingStyles?: import("typestyle/lib/types").NestedCSSProperties;
|
53
|
-
summaryPersonFieldStyles?: import("typestyle/lib/types").NestedCSSProperties;
|
54
|
-
}>;
|
55
|
-
};
|
56
|
-
allowMemberAndGroup: {
|
57
|
-
type: import("vue").PropType<boolean>;
|
58
|
-
};
|
59
|
-
allowMultipleAppAdministrators: {
|
60
|
-
type: import("vue").PropType<boolean>;
|
61
|
-
};
|
62
|
-
enableUserStep: {
|
63
|
-
type: import("vue").PropType<boolean>;
|
64
|
-
};
|
65
|
-
onProvisioningCompleted: {
|
66
|
-
type: import("vue").PropType<(appInstance: AppInstance) => void>;
|
67
|
-
};
|
68
|
-
onInstancePropertiesChanged: {
|
69
|
-
type: import("vue").PropType<() => void>;
|
70
|
-
};
|
71
|
-
onProvisioningStarted: {
|
72
|
-
type: import("vue").PropType<() => void>;
|
73
|
-
};
|
74
|
-
onProvisioningCanceled: {
|
75
|
-
type: import("vue").PropType<() => void>;
|
76
|
-
};
|
77
|
-
onApproved: {
|
78
|
-
type: import("vue").PropType<() => void>;
|
79
|
-
};
|
80
|
-
showEnabledTemplatesOnly: {
|
81
|
-
type: import("vue").PropType<boolean>;
|
82
|
-
};
|
83
|
-
appDefinitionId: {
|
84
|
-
type: import("vue").PropType<guid>;
|
85
|
-
};
|
86
|
-
}>> & {
|
87
|
-
onDoc$?: (description?: string) => any;
|
88
|
-
onRefreshAllTabs?: () => any;
|
89
|
-
}, () => JSX.Element, unknown, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {
|
90
|
-
refreshAllTabs: () => void;
|
91
|
-
doc$(description?: string): {
|
92
|
-
refreshAllTabs: () => void;
|
93
|
-
};
|
94
|
-
}, import("vue").PublicProps, {}, true, {}, {}, import("vue").GlobalComponents, import("vue").GlobalDirectives, string, {}, any, import("vue").ComponentProvideOptions, {
|
95
|
-
P: {};
|
96
|
-
B: {};
|
97
|
-
D: {};
|
98
|
-
C: {};
|
99
|
-
M: {};
|
100
|
-
Defaults: {};
|
101
|
-
}, Readonly<import("vue").ExtractPropTypes<{
|
102
|
-
isBlade: {
|
103
|
-
type: import("vue").PropType<boolean>;
|
104
|
-
};
|
105
|
-
isSort: {
|
106
|
-
type: import("vue").PropType<boolean>;
|
107
|
-
};
|
108
|
-
stylesTemplate: {
|
109
|
-
type: import("vue").PropType<{
|
110
|
-
itemTemplateStyle?: import("typestyle/lib/types").NestedCSSProperties;
|
111
|
-
titleTemplateStyle?: import("typestyle/lib/types").NestedCSSProperties;
|
112
|
-
buttonStyle?: import("typestyle/lib/types").NestedCSSProperties;
|
113
|
-
}>;
|
114
|
-
};
|
115
|
-
templatePickerWrapperClass: {
|
116
|
-
type: import("vue").PropType<string>;
|
117
|
-
};
|
118
|
-
colsGrid: {
|
119
|
-
type: import("vue").PropType<number>;
|
120
|
-
};
|
121
|
-
horizontalMinHeight: {
|
122
|
-
type: import("vue").PropType<number>;
|
123
|
-
};
|
124
|
-
isOnDialog: {
|
125
|
-
type: import("vue").PropType<boolean>;
|
126
|
-
};
|
127
|
-
templatesToShow: {
|
128
|
-
type: import("vue").PropType<guid[]>;
|
129
|
-
};
|
130
|
-
initialAppInstance: {
|
131
|
-
type: import("vue").PropType<AppInstance>;
|
132
|
-
};
|
133
|
-
initialAppDefinition: {
|
134
|
-
type: import("vue").PropType<AppDefinition>;
|
135
|
-
};
|
136
|
-
initialAppTemplate: {
|
137
|
-
type: import("vue").PropType<AppTemplate>;
|
138
|
-
};
|
139
|
-
styles: {
|
140
|
-
type: import("vue").PropType<{
|
141
|
-
container?: import("typestyle/lib/types").NestedCSSProperties;
|
142
|
-
card?: import("typestyle/lib/types").NestedCSSProperties;
|
143
|
-
header?: import("typestyle/lib/types").NestedCSSProperties;
|
144
|
-
content?: import("typestyle/lib/types").NestedCSSProperties;
|
145
|
-
bottom?: import("typestyle/lib/types").NestedCSSProperties;
|
146
|
-
outline?: import("typestyle/lib/types").NestedCSSProperties;
|
147
|
-
verticalDialogStep?: import("typestyle/lib/types").NestedCSSProperties;
|
148
|
-
horizontalStepContentMinHeightWrapper?: (isHeaderShown: boolean, parentMinHeight: number) => import("typestyle/lib/types").NestedCSSProperties;
|
149
|
-
textFieldStyles?: import("typestyle/lib/types").NestedCSSProperties;
|
150
|
-
summaryHeadingStyles?: import("typestyle/lib/types").NestedCSSProperties;
|
151
|
-
summaryPersonFieldStyles?: import("typestyle/lib/types").NestedCSSProperties;
|
152
|
-
}>;
|
153
|
-
};
|
154
|
-
allowMemberAndGroup: {
|
155
|
-
type: import("vue").PropType<boolean>;
|
156
|
-
};
|
157
|
-
allowMultipleAppAdministrators: {
|
158
|
-
type: import("vue").PropType<boolean>;
|
159
|
-
};
|
160
|
-
enableUserStep: {
|
161
|
-
type: import("vue").PropType<boolean>;
|
162
|
-
};
|
163
|
-
onProvisioningCompleted: {
|
164
|
-
type: import("vue").PropType<(appInstance: AppInstance) => void>;
|
165
|
-
};
|
166
|
-
onInstancePropertiesChanged: {
|
167
|
-
type: import("vue").PropType<() => void>;
|
168
|
-
};
|
169
|
-
onProvisioningStarted: {
|
170
|
-
type: import("vue").PropType<() => void>;
|
171
|
-
};
|
172
|
-
onProvisioningCanceled: {
|
173
|
-
type: import("vue").PropType<() => void>;
|
174
|
-
};
|
175
|
-
onApproved: {
|
176
|
-
type: import("vue").PropType<() => void>;
|
177
|
-
};
|
178
|
-
showEnabledTemplatesOnly: {
|
179
|
-
type: import("vue").PropType<boolean>;
|
180
|
-
};
|
181
|
-
appDefinitionId: {
|
182
|
-
type: import("vue").PropType<guid>;
|
183
|
-
};
|
184
|
-
}>> & {
|
185
|
-
onDoc$?: (description?: string) => any;
|
186
|
-
onRefreshAllTabs?: () => any;
|
187
|
-
}, () => JSX.Element, {}, {}, {}, {}>;
|
188
|
-
__isFragment?: never;
|
189
|
-
__isTeleport?: never;
|
190
|
-
__isSuspense?: never;
|
191
|
-
} & import("vue").ComponentOptionsBase<Readonly<import("vue").ExtractPropTypes<{
|
192
|
-
isBlade: {
|
193
|
-
type: import("vue").PropType<boolean>;
|
194
|
-
};
|
195
|
-
isSort: {
|
196
|
-
type: import("vue").PropType<boolean>;
|
197
|
-
};
|
198
|
-
stylesTemplate: {
|
199
|
-
type: import("vue").PropType<{
|
200
|
-
itemTemplateStyle?: import("typestyle/lib/types").NestedCSSProperties;
|
201
|
-
titleTemplateStyle?: import("typestyle/lib/types").NestedCSSProperties;
|
202
|
-
buttonStyle?: import("typestyle/lib/types").NestedCSSProperties;
|
203
|
-
}>;
|
204
|
-
};
|
205
|
-
templatePickerWrapperClass: {
|
206
|
-
type: import("vue").PropType<string>;
|
207
|
-
};
|
208
|
-
colsGrid: {
|
209
|
-
type: import("vue").PropType<number>;
|
210
|
-
};
|
211
|
-
horizontalMinHeight: {
|
212
|
-
type: import("vue").PropType<number>;
|
213
|
-
};
|
214
|
-
isOnDialog: {
|
215
|
-
type: import("vue").PropType<boolean>;
|
216
|
-
};
|
217
|
-
templatesToShow: {
|
218
|
-
type: import("vue").PropType<guid[]>;
|
219
|
-
};
|
220
|
-
initialAppInstance: {
|
221
|
-
type: import("vue").PropType<AppInstance>;
|
222
|
-
};
|
223
|
-
initialAppDefinition: {
|
224
|
-
type: import("vue").PropType<AppDefinition>;
|
225
|
-
};
|
226
|
-
initialAppTemplate: {
|
227
|
-
type: import("vue").PropType<AppTemplate>;
|
228
|
-
};
|
229
|
-
styles: {
|
230
|
-
type: import("vue").PropType<{
|
231
|
-
container?: import("typestyle/lib/types").NestedCSSProperties;
|
232
|
-
card?: import("typestyle/lib/types").NestedCSSProperties;
|
233
|
-
header?: import("typestyle/lib/types").NestedCSSProperties;
|
234
|
-
content?: import("typestyle/lib/types").NestedCSSProperties;
|
235
|
-
bottom?: import("typestyle/lib/types").NestedCSSProperties;
|
236
|
-
outline?: import("typestyle/lib/types").NestedCSSProperties;
|
237
|
-
verticalDialogStep?: import("typestyle/lib/types").NestedCSSProperties;
|
238
|
-
horizontalStepContentMinHeightWrapper?: (isHeaderShown: boolean, parentMinHeight: number) => import("typestyle/lib/types").NestedCSSProperties;
|
239
|
-
textFieldStyles?: import("typestyle/lib/types").NestedCSSProperties;
|
240
|
-
summaryHeadingStyles?: import("typestyle/lib/types").NestedCSSProperties;
|
241
|
-
summaryPersonFieldStyles?: import("typestyle/lib/types").NestedCSSProperties;
|
242
|
-
}>;
|
243
|
-
};
|
244
|
-
allowMemberAndGroup: {
|
245
|
-
type: import("vue").PropType<boolean>;
|
246
|
-
};
|
247
|
-
allowMultipleAppAdministrators: {
|
248
|
-
type: import("vue").PropType<boolean>;
|
249
|
-
};
|
250
|
-
enableUserStep: {
|
251
|
-
type: import("vue").PropType<boolean>;
|
252
|
-
};
|
253
|
-
onProvisioningCompleted: {
|
254
|
-
type: import("vue").PropType<(appInstance: AppInstance) => void>;
|
255
|
-
};
|
256
|
-
onInstancePropertiesChanged: {
|
257
|
-
type: import("vue").PropType<() => void>;
|
258
|
-
};
|
259
|
-
onProvisioningStarted: {
|
260
|
-
type: import("vue").PropType<() => void>;
|
261
|
-
};
|
262
|
-
onProvisioningCanceled: {
|
263
|
-
type: import("vue").PropType<() => void>;
|
264
|
-
};
|
265
|
-
onApproved: {
|
266
|
-
type: import("vue").PropType<() => void>;
|
267
|
-
};
|
268
|
-
showEnabledTemplatesOnly: {
|
269
|
-
type: import("vue").PropType<boolean>;
|
270
|
-
};
|
271
|
-
appDefinitionId: {
|
272
|
-
type: import("vue").PropType<guid>;
|
273
|
-
};
|
274
|
-
}>> & {
|
275
|
-
onDoc$?: (description?: string) => any;
|
3
|
+
import { TemplateStyles } from "../../templatepicker/TemplatePicker.css";
|
4
|
+
import { appProvisioningComponentBaseProps } from "../components";
|
5
|
+
type AppProvisioningWizardProps = appProvisioningComponentBaseProps & DefineProp<"styles", typeof WizardStyles> & DefineProp<"stylesTemplate", typeof TemplateStyles> & DefineProp<"initialAppTemplate", AppTemplate> & DefineProp<"initialAppDefinition", AppDefinition> & DefineProp<"initialAppInstance", AppInstance> & DefineProp<"templatesToShow", Array<guid>> & DefineProp<"isOnDialog", boolean> & DefineProp<"horizontalMinHeight", number> & DefineProp<"colsGrid", number> & DefineProp<"templatePickerWrapperClass", string> & DefineProp<"isSort", boolean> & DefineProp<"isBlade", boolean> & DefineEmit<"refreshAllTabs", () => void>;
|
6
|
+
declare const _default: (props: import("@omnia/fx/ux").ExtractProps<AppProvisioningWizardProps> & {
|
7
|
+
onApproved?: () => any;
|
276
8
|
onRefreshAllTabs?: () => any;
|
277
|
-
|
278
|
-
|
279
|
-
|
280
|
-
|
281
|
-
}
|
282
|
-
|
283
|
-
|
284
|
-
|
285
|
-
styles?: {
|
286
|
-
container?: import("typestyle/lib/types").NestedCSSProperties;
|
287
|
-
card?: import("typestyle/lib/types").NestedCSSProperties;
|
288
|
-
header?: import("typestyle/lib/types").NestedCSSProperties;
|
289
|
-
content?: import("typestyle/lib/types").NestedCSSProperties;
|
290
|
-
bottom?: import("typestyle/lib/types").NestedCSSProperties;
|
291
|
-
outline?: import("typestyle/lib/types").NestedCSSProperties;
|
292
|
-
verticalDialogStep?: import("typestyle/lib/types").NestedCSSProperties;
|
293
|
-
horizontalStepContentMinHeightWrapper?: (isHeaderShown: boolean, parentMinHeight: number) => import("typestyle/lib/types").NestedCSSProperties;
|
294
|
-
textFieldStyles?: import("typestyle/lib/types").NestedCSSProperties;
|
295
|
-
summaryHeadingStyles?: import("typestyle/lib/types").NestedCSSProperties;
|
296
|
-
summaryPersonFieldStyles?: import("typestyle/lib/types").NestedCSSProperties;
|
297
|
-
};
|
298
|
-
colsGrid?: number;
|
299
|
-
stylesTemplate?: {
|
300
|
-
itemTemplateStyle?: import("typestyle/lib/types").NestedCSSProperties;
|
301
|
-
titleTemplateStyle?: import("typestyle/lib/types").NestedCSSProperties;
|
302
|
-
buttonStyle?: import("typestyle/lib/types").NestedCSSProperties;
|
303
|
-
};
|
304
|
-
isSort?: boolean;
|
305
|
-
isOnDialog?: boolean;
|
306
|
-
horizontalMinHeight?: number;
|
307
|
-
initialAppInstance?: AppInstance;
|
308
|
-
showEnabledTemplatesOnly?: boolean;
|
309
|
-
onApproved?: () => void;
|
310
|
-
onProvisioningCanceled?: () => void;
|
311
|
-
onProvisioningStarted?: () => void;
|
312
|
-
onInstancePropertiesChanged?: () => void;
|
313
|
-
onProvisioningCompleted?: (appInstance: AppInstance) => void;
|
314
|
-
enableUserStep?: boolean;
|
315
|
-
allowMultipleAppAdministrators?: boolean;
|
316
|
-
allowMemberAndGroup?: boolean;
|
317
|
-
initialAppTemplate?: AppTemplate;
|
318
|
-
initialAppDefinition?: AppDefinition;
|
319
|
-
templatesToShow?: guid[];
|
320
|
-
templatePickerWrapperClass?: string;
|
321
|
-
isBlade?: boolean;
|
322
|
-
}>, "onDoc$" | "onRefreshAllTabs"> & {
|
323
|
-
onDoc$?: (description?: string) => any;
|
324
|
-
onRefreshAllTabs?: () => any;
|
325
|
-
};
|
326
|
-
};
|
9
|
+
onProvisioningCanceled?: () => any;
|
10
|
+
onInstancePropertiesChanged?: () => any;
|
11
|
+
onProvisioningCompleted?: (appInstance: AppInstance) => any;
|
12
|
+
} & {
|
13
|
+
"v-slots"?: {} & Omit<{
|
14
|
+
default?: import("vue").Slot;
|
15
|
+
}, never>;
|
16
|
+
} & Omit<import("@omnia/fx/ux").VueComponentBaseProps, "appDefinitionId" | "styles" | "colsGrid" | "stylesTemplate" | "isSort" | "isOnDialog" | "horizontalMinHeight" | "initialAppInstance" | "emit:refreshAllTabs" | "showEnabledTemplatesOnly" | "enableUserStep" | "allowMemberAndGroup" | "allowMultipleAppAdministrators" | "emit:approved" | "emit:provisioningCanceled" | "emit:instancePropertiesChanged" | "emit:provisioningCompleted" | "initialAppTemplate" | "initialAppDefinition" | "templatesToShow" | "templatePickerWrapperClass" | "isBlade"> & import("@omnia/fx/ux").VNodeEvents) => any;
|
327
17
|
export default _default;
|
@@ -5,7 +5,7 @@ export interface IAppInstanceFeatureVueComponentProps {
|
|
5
5
|
registerOnGoToNext: (onGoToNext: () => Promise<boolean>) => void;
|
6
6
|
registerOnGoToPrev: (onGoToPrev: () => Promise<boolean>) => void;
|
7
7
|
}
|
8
|
-
declare const
|
8
|
+
export declare const AppInstanceFeatureVueComponent: {
|
9
9
|
new (...args: any[]): import("vue").CreateComponentPublicInstanceWithMixins<Readonly<import("vue").ExtractPropTypes<{
|
10
10
|
elementToRender: {
|
11
11
|
type: import("vue").PropType<string>;
|
@@ -87,11 +87,10 @@ declare const _default: {
|
|
87
87
|
propsDefinition: Omit<Readonly<{} & {
|
88
88
|
context?: AppProvisioningStepContext;
|
89
89
|
elementToRender?: string;
|
90
|
-
allowMultipleAppAdministrators?: boolean;
|
91
90
|
allowMemberAndGroup?: boolean;
|
91
|
+
allowMultipleAppAdministrators?: boolean;
|
92
92
|
registerOnGoToNext?: (onGoToNext: () => Promise<boolean>) => void;
|
93
93
|
registerOnGoToPrev?: (onGoToPrev: () => Promise<boolean>) => void;
|
94
94
|
isJourneyProvisioning?: boolean;
|
95
95
|
}>, never>;
|
96
96
|
};
|
97
|
-
export default _default;
|
@@ -1,162 +1,38 @@
|
|
1
1
|
import { AppDefinition, AppTemplate, guid } from "@omnia/fx-models";
|
2
|
-
|
3
|
-
|
4
|
-
|
5
|
-
|
6
|
-
|
7
|
-
|
8
|
-
|
9
|
-
|
10
|
-
|
11
|
-
|
12
|
-
|
13
|
-
|
14
|
-
|
15
|
-
|
16
|
-
|
17
|
-
|
18
|
-
|
19
|
-
|
20
|
-
|
21
|
-
|
22
|
-
|
23
|
-
|
24
|
-
|
25
|
-
|
26
|
-
|
27
|
-
|
28
|
-
|
29
|
-
|
30
|
-
|
31
|
-
|
32
|
-
|
33
|
-
|
34
|
-
|
35
|
-
|
36
|
-
|
37
|
-
|
38
|
-
|
39
|
-
initialAppTemplateId: {
|
40
|
-
type: import("vue").PropType<guid>;
|
41
|
-
required: false;
|
42
|
-
};
|
43
|
-
appDefinitionId: {
|
44
|
-
type: import("vue").PropType<guid>;
|
45
|
-
};
|
46
|
-
}>>, () => JSX.Element, unknown, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {}, import("vue").PublicProps, {}, true, {}, {}, import("vue").GlobalComponents, import("vue").GlobalDirectives, string, {}, any, import("vue").ComponentProvideOptions, {
|
47
|
-
P: {};
|
48
|
-
B: {};
|
49
|
-
D: {};
|
50
|
-
C: {};
|
51
|
-
M: {};
|
52
|
-
Defaults: {};
|
53
|
-
}, Readonly<import("vue").ExtractPropTypes<{
|
54
|
-
isSort: {
|
55
|
-
type: import("vue").PropType<boolean>;
|
56
|
-
};
|
57
|
-
wrapperClass: {
|
58
|
-
type: import("vue").PropType<string>;
|
59
|
-
};
|
60
|
-
stylesTemplate: {
|
61
|
-
type: import("vue").PropType<{
|
62
|
-
itemTemplateStyle?: import("typestyle/lib/types").NestedCSSProperties;
|
63
|
-
titleTemplateStyle?: import("typestyle/lib/types").NestedCSSProperties;
|
64
|
-
buttonStyle?: import("typestyle/lib/types").NestedCSSProperties;
|
65
|
-
}>;
|
66
|
-
};
|
67
|
-
colsGrid: {
|
68
|
-
type: import("vue").PropType<number>;
|
69
|
-
};
|
70
|
-
templatesToShow: {
|
71
|
-
type: import("vue").PropType<guid[]>;
|
72
|
-
};
|
73
|
-
waitingAfterTemplateSelected: {
|
74
|
-
type: import("vue").PropType<boolean>;
|
75
|
-
};
|
76
|
-
handleTemplateSelected: {
|
77
|
-
type: import("vue").PropType<(template: AppTemplate, definition: AppDefinition) => void>;
|
78
|
-
};
|
79
|
-
showEnabledTemplatesOnly: {
|
80
|
-
type: import("vue").PropType<boolean>;
|
81
|
-
};
|
82
|
-
"onUpdate:initialAppTemplateId": {
|
83
|
-
type: import("vue").PropType<(value: guid) => any | void>;
|
84
|
-
};
|
85
|
-
"v-model:initialAppTemplateId": {
|
86
|
-
type: import("vue").PropType<guid>;
|
87
|
-
required: false;
|
88
|
-
};
|
89
|
-
initialAppTemplateId: {
|
90
|
-
type: import("vue").PropType<guid>;
|
91
|
-
required: false;
|
92
|
-
};
|
93
|
-
appDefinitionId: {
|
94
|
-
type: import("vue").PropType<guid>;
|
95
|
-
};
|
96
|
-
}>>, () => JSX.Element, {}, {}, {}, {}>;
|
97
|
-
__isFragment?: never;
|
98
|
-
__isTeleport?: never;
|
99
|
-
__isSuspense?: never;
|
100
|
-
} & import("vue").ComponentOptionsBase<Readonly<import("vue").ExtractPropTypes<{
|
101
|
-
isSort: {
|
102
|
-
type: import("vue").PropType<boolean>;
|
103
|
-
};
|
104
|
-
wrapperClass: {
|
105
|
-
type: import("vue").PropType<string>;
|
106
|
-
};
|
107
|
-
stylesTemplate: {
|
108
|
-
type: import("vue").PropType<{
|
109
|
-
itemTemplateStyle?: import("typestyle/lib/types").NestedCSSProperties;
|
110
|
-
titleTemplateStyle?: import("typestyle/lib/types").NestedCSSProperties;
|
111
|
-
buttonStyle?: import("typestyle/lib/types").NestedCSSProperties;
|
112
|
-
}>;
|
113
|
-
};
|
114
|
-
colsGrid: {
|
115
|
-
type: import("vue").PropType<number>;
|
116
|
-
};
|
117
|
-
templatesToShow: {
|
118
|
-
type: import("vue").PropType<guid[]>;
|
119
|
-
};
|
120
|
-
waitingAfterTemplateSelected: {
|
121
|
-
type: import("vue").PropType<boolean>;
|
122
|
-
};
|
123
|
-
handleTemplateSelected: {
|
124
|
-
type: import("vue").PropType<(template: AppTemplate, definition: AppDefinition) => void>;
|
125
|
-
};
|
126
|
-
showEnabledTemplatesOnly: {
|
127
|
-
type: import("vue").PropType<boolean>;
|
128
|
-
};
|
129
|
-
"onUpdate:initialAppTemplateId": {
|
130
|
-
type: import("vue").PropType<(value: guid) => any | void>;
|
131
|
-
};
|
132
|
-
"v-model:initialAppTemplateId": {
|
133
|
-
type: import("vue").PropType<guid>;
|
134
|
-
required: false;
|
135
|
-
};
|
136
|
-
initialAppTemplateId: {
|
137
|
-
type: import("vue").PropType<guid>;
|
138
|
-
required: false;
|
139
|
-
};
|
140
|
-
appDefinitionId: {
|
141
|
-
type: import("vue").PropType<guid>;
|
142
|
-
};
|
143
|
-
}>>, () => JSX.Element, unknown, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {}, string, {}, {}, string, {}, import("vue").GlobalComponents, import("vue").GlobalDirectives, string, import("vue").ComponentProvideOptions> & import("vue").VNodeProps & import("vue").AllowedComponentProps & import("vue").ComponentCustomProps & {
|
144
|
-
propsDefinition: Omit<Readonly<{} & {
|
145
|
-
appDefinitionId?: guid;
|
146
|
-
colsGrid?: number;
|
147
|
-
stylesTemplate?: {
|
148
|
-
itemTemplateStyle?: import("typestyle/lib/types").NestedCSSProperties;
|
149
|
-
titleTemplateStyle?: import("typestyle/lib/types").NestedCSSProperties;
|
150
|
-
buttonStyle?: import("typestyle/lib/types").NestedCSSProperties;
|
151
|
-
};
|
152
|
-
isSort?: boolean;
|
153
|
-
showEnabledTemplatesOnly?: boolean;
|
154
|
-
templatesToShow?: guid[];
|
155
|
-
initialAppTemplateId?: guid;
|
156
|
-
"onUpdate:initialAppTemplateId"?: (value: guid) => any | void;
|
157
|
-
"v-model:initialAppTemplateId"?: guid;
|
158
|
-
handleTemplateSelected?: (template: AppTemplate, definition: AppDefinition) => void;
|
159
|
-
waitingAfterTemplateSelected?: boolean;
|
160
|
-
wrapperClass?: string;
|
161
|
-
}>, never>;
|
162
|
-
};
|
2
|
+
import { DefineEmit } from "@omnia/fx/ux";
|
3
|
+
export declare const AppInstanceTemplatePickerVueComponent: (props: import("@omnia/fx/ux").ExtractProps<{
|
4
|
+
"emit:update:initialAppTemplateId": (value: guid) => void;
|
5
|
+
} & {
|
6
|
+
"v-model:initialAppTemplateId"?: guid;
|
7
|
+
} & {
|
8
|
+
initialAppTemplateId?: guid;
|
9
|
+
} & {
|
10
|
+
appDefinitionId?: guid;
|
11
|
+
} & {
|
12
|
+
showEnabledTemplatesOnly?: boolean;
|
13
|
+
} & {
|
14
|
+
waitingAfterTemplateSelected?: boolean;
|
15
|
+
} & {
|
16
|
+
templatesToShow?: guid[];
|
17
|
+
} & {
|
18
|
+
colsGrid?: number;
|
19
|
+
} & {
|
20
|
+
stylesTemplate?: {
|
21
|
+
itemTemplateStyle?: import("typestyle/lib/types").NestedCSSProperties;
|
22
|
+
titleTemplateStyle?: import("typestyle/lib/types").NestedCSSProperties;
|
23
|
+
buttonStyle?: import("typestyle/lib/types").NestedCSSProperties;
|
24
|
+
};
|
25
|
+
} & {
|
26
|
+
wrapperClass?: string;
|
27
|
+
} & {
|
28
|
+
isSort?: boolean;
|
29
|
+
} & {
|
30
|
+
isBlade?: boolean;
|
31
|
+
} & DefineEmit<"handleTemplateSelected", (template: AppTemplate, definition: AppDefinition) => void>> & {
|
32
|
+
onHandleTemplateSelected?: (template: AppTemplate, definition: AppDefinition) => any;
|
33
|
+
"onUpdate:initialAppTemplateId"?: (value: guid) => any;
|
34
|
+
} & {
|
35
|
+
"v-slots"?: {} & Omit<{
|
36
|
+
default?: import("vue").Slot;
|
37
|
+
}, never>;
|
38
|
+
} & Omit<import("@omnia/fx/ux").VueComponentBaseProps, "appDefinitionId" | "colsGrid" | "stylesTemplate" | "isSort" | "showEnabledTemplatesOnly" | "templatesToShow" | "isBlade" | "initialAppTemplateId" | "emit:update:initialAppTemplateId" | "v-model:initialAppTemplateId" | "waitingAfterTemplateSelected" | "wrapperClass" | "emit:handleTemplateSelected"> & import("@omnia/fx/ux").VNodeEvents) => any;
|