@omnia/fx 8.0.41-dev → 8.0.42-dev
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/internal-do-not-import-from-here/shared/models/hub/activities/Activity.d.ts +5 -3
- package/internal-do-not-import-from-here/shared/models/hub/activities/IdentityActivity.d.ts +2 -1
- package/internal-do-not-import-from-here/shared/models/hub/activities/IdentityActivity.js +1 -0
- package/internal-do-not-import-from-here/shared/services/ActivityService.d.ts +3 -2
- package/internal-do-not-import-from-here/stores/oxide/ComponentHostStore.d.ts +3 -3
- package/internal-do-not-import-from-here/ux/ComponentTypings.d.ts +4 -1
- package/internal-do-not-import-from-here/ux/app/management/tabs/instance/InternalConstants.d.ts +4 -3
- package/internal-do-not-import-from-here/ux/app/management/tabs/instance/Item.d.ts +2 -2
- package/internal-do-not-import-from-here/ux/appprovisioning/appprovisioningwizard/AppProvisioningWizard.d.ts +749 -67
- package/internal-do-not-import-from-here/ux/appprovisioning/appprovisioningwizard/IAppProvisioningWizard.d.ts +1 -12
- package/internal-do-not-import-from-here/ux/appprovisioning/components/AppInstanceTemplatePickerVueComponent.d.ts +386 -49
- package/internal-do-not-import-from-here/ux/appprovisioning/components/AppProvisioningComponentBase.d.ts +79 -0
- package/internal-do-not-import-from-here/ux/colorschemapicker/ColorSchemaPicker.css.d.ts +3 -1
- package/internal-do-not-import-from-here/ux/enterpriseproperties/renderers/EnterprisePropertyValue.d.ts +52 -7
- package/internal-do-not-import-from-here/ux/hub/chat/HubChat.d.ts +6 -12
- package/internal-do-not-import-from-here/ux/hub/feed/definitions/CommunityUpdate.d.ts +2 -0
- package/internal-do-not-import-from-here/ux/hub/feed/definitions/DefinitionRegistrations.d.ts +1 -0
- package/internal-do-not-import-from-here/ux/hub/feed/definitions/DocumentReview.d.ts +2 -0
- package/internal-do-not-import-from-here/ux/hub/feed/definitions/NewsArticleTemplate.d.ts +2 -0
- package/internal-do-not-import-from-here/ux/hub/feed/definitions/QuickPoll.d.ts +2 -0
- package/internal-do-not-import-from-here/ux/hub/feed/definitions/Reach.d.ts +2 -0
- package/internal-do-not-import-from-here/ux/hub/feed/definitions/UpdatedProcess.d.ts +2 -0
- package/internal-do-not-import-from-here/ux/hub/feed/stores/ActivityFeedStore.d.ts +4 -4
- package/internal-do-not-import-from-here/ux/hub/feed/stores/HubFeedChromeStore.d.ts +4 -0
- package/internal-do-not-import-from-here/ux/hub/feed/tabs/FeedTab.css.d.ts +1 -0
- package/internal-do-not-import-from-here/ux/hub/feed/tabs/fakeviews/MyContentTable.d.ts +46 -0
- package/internal-do-not-import-from-here/ux/hub/feed/tabs/fakeviews/MyProfile.d.ts +46 -0
- package/internal-do-not-import-from-here/ux/hub/feed/tabs/fakeviews/MySubscriptions.d.ts +46 -0
- package/internal-do-not-import-from-here/ux/journey/v2/JourneyBlade.d.ts +2 -2
- package/internal-do-not-import-from-here/ux/magiclink/MagicLinkSignIn.d.ts +47 -0
- package/internal-do-not-import-from-here/ux/magiclink/Shared.d.ts +4 -0
- package/internal-do-not-import-from-here/ux/models/DataTable.d.ts +3 -3
- package/internal-do-not-import-from-here/ux/monaco/MonacoEditor.d.ts +2 -2
- package/internal-do-not-import-from-here/ux/oxide/appbar/Appbar.d.ts +2 -2
- package/internal-do-not-import-from-here/ux/oxide/btn/Button.d.ts +28 -0
- package/internal-do-not-import-from-here/ux/oxide/card/Card.d.ts +14 -0
- package/internal-do-not-import-from-here/ux/oxide/colorpicker/ColorPicker.css.d.ts +2 -0
- package/internal-do-not-import-from-here/ux/oxide/colorpicker/ColorPicker.d.ts +10 -11
- package/internal-do-not-import-from-here/ux/oxide/dialog/Dialog.d.ts +2 -2
- package/internal-do-not-import-from-here/ux/oxide/hostprovider/HostProvider.d.ts +10 -10
- package/internal-do-not-import-from-here/ux/oxide/toolbar/Toolbar.d.ts +2 -2
- package/internal-do-not-import-from-here/ux/templatepicker/ITemplatePicker.d.ts +0 -12
- package/internal-do-not-import-from-here/ux/templatepicker/TemplatePicker.d.ts +583 -28
- package/internal-do-not-import-from-here/ux/theming-v2/designkits/core/Colors.d.ts +6 -2
- package/internal-do-not-import-from-here/ux/theming-v2/index.d.ts +1 -12
- package/internal-do-not-import-from-here/ux/theming-v2/store/index.d.ts +12 -0
- package/internal-do-not-import-from-here/ux/theming-v2/styling/UseStyling.d.ts +1 -1
- package/internal-do-not-import-from-here/ux/theming-v2/styling/styles/Blueprints.d.ts +1 -1
- package/internal-do-not-import-from-here/ux/theming-v2/styling/styles/General.d.ts +1 -1
- package/internal-do-not-import-from-here/ux/theming-v2/styling/styles/Typography.d.ts +1 -1
- package/internal-do-not-import-from-here/ux/use/UseIcon.d.ts +7 -0
- package/internal-do-not-import-from-here/ux/velcron/blocks/demo/DemoBlock.css.d.ts +17 -0
- package/internal-do-not-import-from-here/ux/velcron/blocks/demo/DemoBlock.d.ts +46 -0
- package/internal-do-not-import-from-here/ux/velcron/blocks/demo/DemoBlockSettings.css.d.ts +6 -0
- package/internal-do-not-import-from-here/ux/velcron/blocks/demo/DemoBlockSettings.d.ts +53 -0
- package/internal-do-not-import-from-here/ux/velcron/blocks/velcron/VelcronBlockSettings.d.ts +4 -1
- package/internal-do-not-import-from-here/ux/velcron/blocks/velcron/useVelcronStateManager.d.ts +13 -0
- package/internal-do-not-import-from-here/ux/velcron/components/contenteditor/definitions/social/MicroBlog.d.ts +3 -0
- package/internal-do-not-import-from-here/ux/velcron/components/contenteditor/definitions/social/MicroBlog2.d.ts +3 -0
- package/internal-do-not-import-from-here/ux/velcron/components/contenteditor/definitions/social/index.d.ts +1 -0
- package/internal-do-not-import-from-here/ux/velcron/core/models/VelcronDefinitions.d.ts +15 -1
- package/internal-do-not-import-from-here/ux/velcron/core/models/VelcronPropertyEditorDefinitions.d.ts +58 -3
- package/internal-do-not-import-from-here/ux/velcron/core/templatebuilder/editor/VelcronEditorBuilder2.d.ts +8 -2
- package/internal-do-not-import-from-here/ux/velcron/renderer/components/Radio.d.ts +65 -0
- package/internal-do-not-import-from-here/ux/velcron/renderer/propertyeditors/MarkdownEditor.d.ts +23 -0
- package/internal-do-not-import-from-here/ux/velcron/renderer/propertyeditors/SpacingEditor.d.ts +481 -0
- package/internal-do-not-import-from-here/ux/velcron/renderer/propertyeditors/TextEditor.d.ts +23 -0
- package/internal-do-not-import-from-here/ux/versionedlayout/editor/VersionedLayoutEditor.d.ts +6 -0
- package/internal-do-not-import-from-here/wctypings.d.ts +35 -0
- package/package.json +2 -2
- /package/internal-do-not-import-from-here/ux/theming-v2/{BlueprintDefinitionStore.d.ts → store/BlueprintDefinitionStore.d.ts} +0 -0
- /package/internal-do-not-import-from-here/ux/theming-v2/{BlueprintStore.d.ts → store/BlueprintStore.d.ts} +0 -0
- /package/internal-do-not-import-from-here/ux/theming-v2/{ColorManager.d.ts → store/ColorManager.d.ts} +0 -0
- /package/internal-do-not-import-from-here/ux/theming-v2/{ColorSchemaDefinitionStore.d.ts → store/ColorSchemaDefinitionStore.d.ts} +0 -0
- /package/internal-do-not-import-from-here/ux/theming-v2/{ColorSchemaManager.d.ts → store/ColorSchemaManager.d.ts} +0 -0
- /package/internal-do-not-import-from-here/ux/theming-v2/{ColorSchemaStore.d.ts → store/ColorSchemaStore.d.ts} +0 -0
- /package/internal-do-not-import-from-here/ux/theming-v2/{SpacingDefinitionStore.d.ts → store/SpacingDefinitionStore.d.ts} +0 -0
- /package/internal-do-not-import-from-here/ux/theming-v2/{ThemeContextStore.d.ts → store/ThemeContextStore.d.ts} +0 -0
- /package/internal-do-not-import-from-here/ux/theming-v2/{ThemeDefinitionStoreV2.d.ts → store/ThemeDefinitionStoreV2.d.ts} +0 -0
- /package/internal-do-not-import-from-here/ux/theming-v2/{ThemeStoreV2.d.ts → store/ThemeStoreV2.d.ts} +0 -0
- /package/internal-do-not-import-from-here/ux/theming-v2/{TypographyDefinitionStore.d.ts → store/TypographyDefinitionStore.d.ts} +0 -0
- /package/internal-do-not-import-from-here/ux/theming-v2/{VelcronDefinitionStore.d.ts → store/VelcronDefinitionStore.d.ts} +0 -0
@@ -1,67 +1,749 @@
|
|
1
|
-
import {
|
2
|
-
|
3
|
-
|
4
|
-
import
|
5
|
-
|
6
|
-
|
7
|
-
|
8
|
-
|
9
|
-
|
10
|
-
|
11
|
-
|
12
|
-
|
13
|
-
|
14
|
-
|
15
|
-
|
16
|
-
|
17
|
-
|
18
|
-
|
19
|
-
|
20
|
-
|
21
|
-
|
22
|
-
|
23
|
-
|
24
|
-
|
25
|
-
|
26
|
-
|
27
|
-
|
28
|
-
|
29
|
-
|
30
|
-
|
31
|
-
|
32
|
-
|
33
|
-
|
34
|
-
|
35
|
-
|
36
|
-
|
37
|
-
|
38
|
-
|
39
|
-
|
40
|
-
|
41
|
-
|
42
|
-
|
43
|
-
|
44
|
-
|
45
|
-
|
46
|
-
|
47
|
-
|
48
|
-
|
49
|
-
|
50
|
-
|
51
|
-
|
52
|
-
|
53
|
-
|
54
|
-
|
55
|
-
|
56
|
-
|
57
|
-
|
58
|
-
|
59
|
-
|
60
|
-
|
61
|
-
|
62
|
-
|
63
|
-
|
64
|
-
|
65
|
-
|
66
|
-
|
67
|
-
}
|
1
|
+
import { AppDefinition, AppInstance, AppTemplate, GuidValue } from "../../../models";
|
2
|
+
declare const _default: {
|
3
|
+
new (...args: any[]): {
|
4
|
+
$: import("vue").ComponentInternalInstance;
|
5
|
+
$data: {};
|
6
|
+
$props: Partial<{}> & Omit<{
|
7
|
+
readonly appDefinitionId?: unknown;
|
8
|
+
readonly styles?: unknown;
|
9
|
+
readonly showEnabledTemplatesOnly?: boolean;
|
10
|
+
readonly "show-enabled-templates-only"?: boolean;
|
11
|
+
readonly onApproved?: () => void;
|
12
|
+
readonly "on-approved"?: () => void;
|
13
|
+
readonly onProvisioningCanceled?: () => void;
|
14
|
+
readonly "on-provisioning-canceled"?: () => void;
|
15
|
+
readonly onProvisioningStarted?: () => void;
|
16
|
+
readonly "on-provisioning-started"?: () => void;
|
17
|
+
readonly onInstancePropertiesChanged?: () => void;
|
18
|
+
readonly "on-instance-properties-changed"?: () => void;
|
19
|
+
readonly onProvisioningCompleted?: (appInstance: AppInstance) => void;
|
20
|
+
readonly "on-provisioning-completed"?: (appInstance: AppInstance) => void;
|
21
|
+
readonly enableUserStep?: boolean;
|
22
|
+
readonly "enable-user-step"?: boolean;
|
23
|
+
readonly allowMultipleAppAdministrators?: boolean;
|
24
|
+
readonly "allow-multiple-app-administrators"?: boolean;
|
25
|
+
readonly allowMemberAndGroup?: boolean;
|
26
|
+
readonly "allow-member-and-group"?: boolean;
|
27
|
+
readonly initialAppTemplate?: AppTemplate;
|
28
|
+
readonly "initial-app-template"?: AppTemplate;
|
29
|
+
readonly initialAppDefinition?: AppDefinition;
|
30
|
+
readonly "initial-app-definition"?: AppDefinition;
|
31
|
+
readonly initialAppInstance?: AppInstance;
|
32
|
+
readonly "initial-app-instance"?: AppInstance;
|
33
|
+
readonly templatesToShow?: string[];
|
34
|
+
readonly "templates-to-show"?: string[];
|
35
|
+
readonly isOnDialog?: boolean;
|
36
|
+
readonly "is-on-dialog"?: boolean;
|
37
|
+
readonly horizontalMinHeight?: number;
|
38
|
+
readonly "horizontal-min-height"?: number;
|
39
|
+
readonly colsGrid?: number;
|
40
|
+
readonly "cols-grid"?: number;
|
41
|
+
readonly templatePickerWrapperClass?: string;
|
42
|
+
readonly "template-picker-wrapper-class"?: string;
|
43
|
+
readonly stylesTemplate?: unknown;
|
44
|
+
readonly "styles-template"?: unknown;
|
45
|
+
readonly isSort?: boolean;
|
46
|
+
readonly "is-sort"?: boolean;
|
47
|
+
} & import("vue").VNodeProps & import("vue").AllowedComponentProps & import("vue").ComponentCustomProps & Readonly<import("vue").ExtractPropTypes<{
|
48
|
+
"is-sort": {
|
49
|
+
type: import("vue").PropType<boolean>;
|
50
|
+
};
|
51
|
+
isSort: {
|
52
|
+
type: import("vue").PropType<boolean>;
|
53
|
+
};
|
54
|
+
"styles-template": {
|
55
|
+
type: import("vue").PropType<{
|
56
|
+
itemTemplateStyle?: import("typestyle/lib/types").NestedCSSProperties;
|
57
|
+
titleTemplateStyle?: import("typestyle/lib/types").NestedCSSProperties;
|
58
|
+
buttonStyle?: import("typestyle/lib/types").NestedCSSProperties;
|
59
|
+
}>;
|
60
|
+
};
|
61
|
+
stylesTemplate: {
|
62
|
+
type: import("vue").PropType<{
|
63
|
+
itemTemplateStyle?: import("typestyle/lib/types").NestedCSSProperties;
|
64
|
+
titleTemplateStyle?: import("typestyle/lib/types").NestedCSSProperties;
|
65
|
+
buttonStyle?: import("typestyle/lib/types").NestedCSSProperties;
|
66
|
+
}>;
|
67
|
+
};
|
68
|
+
"template-picker-wrapper-class": {
|
69
|
+
type: import("vue").PropType<string>;
|
70
|
+
};
|
71
|
+
templatePickerWrapperClass: {
|
72
|
+
type: import("vue").PropType<string>;
|
73
|
+
};
|
74
|
+
"cols-grid": {
|
75
|
+
type: import("vue").PropType<number>;
|
76
|
+
};
|
77
|
+
colsGrid: {
|
78
|
+
type: import("vue").PropType<number>;
|
79
|
+
};
|
80
|
+
"horizontal-min-height": {
|
81
|
+
type: import("vue").PropType<number>;
|
82
|
+
};
|
83
|
+
horizontalMinHeight: {
|
84
|
+
type: import("vue").PropType<number>;
|
85
|
+
};
|
86
|
+
"is-on-dialog": {
|
87
|
+
type: import("vue").PropType<boolean>;
|
88
|
+
};
|
89
|
+
isOnDialog: {
|
90
|
+
type: import("vue").PropType<boolean>;
|
91
|
+
};
|
92
|
+
"templates-to-show": {
|
93
|
+
type: import("vue").PropType<string[]>;
|
94
|
+
};
|
95
|
+
templatesToShow: {
|
96
|
+
type: import("vue").PropType<string[]>;
|
97
|
+
};
|
98
|
+
"initial-app-instance": {
|
99
|
+
type: import("vue").PropType<AppInstance>;
|
100
|
+
};
|
101
|
+
initialAppInstance: {
|
102
|
+
type: import("vue").PropType<AppInstance>;
|
103
|
+
};
|
104
|
+
"initial-app-definition": {
|
105
|
+
type: import("vue").PropType<AppDefinition>;
|
106
|
+
};
|
107
|
+
initialAppDefinition: {
|
108
|
+
type: import("vue").PropType<AppDefinition>;
|
109
|
+
};
|
110
|
+
"initial-app-template": {
|
111
|
+
type: import("vue").PropType<AppTemplate>;
|
112
|
+
};
|
113
|
+
initialAppTemplate: {
|
114
|
+
type: import("vue").PropType<AppTemplate>;
|
115
|
+
};
|
116
|
+
styles: {
|
117
|
+
type: import("vue").PropType<{
|
118
|
+
container?: import("typestyle/lib/types").NestedCSSProperties;
|
119
|
+
card?: import("typestyle/lib/types").NestedCSSProperties;
|
120
|
+
header?: import("typestyle/lib/types").NestedCSSProperties;
|
121
|
+
content?: import("typestyle/lib/types").NestedCSSProperties;
|
122
|
+
bottom?: import("typestyle/lib/types").NestedCSSProperties;
|
123
|
+
outline?: import("typestyle/lib/types").NestedCSSProperties;
|
124
|
+
verticalDialogStep?: import("typestyle/lib/types").NestedCSSProperties;
|
125
|
+
horizontalStepContentMinHeightWrapper?: (isHeaderShown: boolean, parentMinHeight: number) => import("typestyle/lib/types").NestedCSSProperties;
|
126
|
+
textFieldStyles?: import("typestyle/lib/types").NestedCSSProperties;
|
127
|
+
summaryHeadingStyles?: import("typestyle/lib/types").NestedCSSProperties;
|
128
|
+
summaryPersonFieldStyles?: import("typestyle/lib/types").NestedCSSProperties;
|
129
|
+
}>;
|
130
|
+
} & {
|
131
|
+
type: import("vue").PropType<{
|
132
|
+
container?: import("typestyle/lib/types").NestedCSSProperties;
|
133
|
+
card?: import("typestyle/lib/types").NestedCSSProperties;
|
134
|
+
header?: import("typestyle/lib/types").NestedCSSProperties;
|
135
|
+
content?: import("typestyle/lib/types").NestedCSSProperties;
|
136
|
+
bottom?: import("typestyle/lib/types").NestedCSSProperties;
|
137
|
+
outline?: import("typestyle/lib/types").NestedCSSProperties;
|
138
|
+
verticalDialogStep?: import("typestyle/lib/types").NestedCSSProperties;
|
139
|
+
horizontalStepContentMinHeightWrapper?: (isHeaderShown: boolean, parentMinHeight: number) => import("typestyle/lib/types").NestedCSSProperties;
|
140
|
+
textFieldStyles?: import("typestyle/lib/types").NestedCSSProperties;
|
141
|
+
summaryHeadingStyles?: import("typestyle/lib/types").NestedCSSProperties;
|
142
|
+
summaryPersonFieldStyles?: import("typestyle/lib/types").NestedCSSProperties;
|
143
|
+
}>;
|
144
|
+
};
|
145
|
+
"allow-member-and-group": {
|
146
|
+
type: import("vue").PropType<boolean>;
|
147
|
+
};
|
148
|
+
allowMemberAndGroup: {
|
149
|
+
type: import("vue").PropType<boolean>;
|
150
|
+
};
|
151
|
+
"allow-multiple-app-administrators": {
|
152
|
+
type: import("vue").PropType<boolean>;
|
153
|
+
};
|
154
|
+
allowMultipleAppAdministrators: {
|
155
|
+
type: import("vue").PropType<boolean>;
|
156
|
+
};
|
157
|
+
"enable-user-step": {
|
158
|
+
type: import("vue").PropType<boolean>;
|
159
|
+
};
|
160
|
+
enableUserStep: {
|
161
|
+
type: import("vue").PropType<boolean>;
|
162
|
+
};
|
163
|
+
"on-provisioning-completed": {
|
164
|
+
type: import("vue").PropType<(appInstance: AppInstance) => void>;
|
165
|
+
};
|
166
|
+
onProvisioningCompleted: {
|
167
|
+
type: import("vue").PropType<(appInstance: AppInstance) => void>;
|
168
|
+
};
|
169
|
+
"on-instance-properties-changed": {
|
170
|
+
type: import("vue").PropType<() => void>;
|
171
|
+
};
|
172
|
+
onInstancePropertiesChanged: {
|
173
|
+
type: import("vue").PropType<() => void>;
|
174
|
+
};
|
175
|
+
"on-provisioning-started": {
|
176
|
+
type: import("vue").PropType<() => void>;
|
177
|
+
};
|
178
|
+
onProvisioningStarted: {
|
179
|
+
type: import("vue").PropType<() => void>;
|
180
|
+
};
|
181
|
+
"on-provisioning-canceled": {
|
182
|
+
type: import("vue").PropType<() => void>;
|
183
|
+
};
|
184
|
+
onProvisioningCanceled: {
|
185
|
+
type: import("vue").PropType<() => void>;
|
186
|
+
};
|
187
|
+
"on-approved": {
|
188
|
+
type: import("vue").PropType<() => void>;
|
189
|
+
};
|
190
|
+
onApproved: {
|
191
|
+
type: import("vue").PropType<() => void>;
|
192
|
+
};
|
193
|
+
"show-enabled-templates-only": {
|
194
|
+
type: import("vue").PropType<boolean>;
|
195
|
+
};
|
196
|
+
showEnabledTemplatesOnly: {
|
197
|
+
type: import("vue").PropType<boolean>;
|
198
|
+
};
|
199
|
+
appDefinitionId: {
|
200
|
+
type: import("vue").PropType<GuidValue>;
|
201
|
+
};
|
202
|
+
}>>, never>;
|
203
|
+
$attrs: {
|
204
|
+
[x: string]: unknown;
|
205
|
+
};
|
206
|
+
$refs: {
|
207
|
+
[x: string]: unknown;
|
208
|
+
};
|
209
|
+
$slots: Readonly<{
|
210
|
+
[name: string]: import("vue").Slot<any>;
|
211
|
+
}>;
|
212
|
+
$root: import("vue").ComponentPublicInstance<{}, {}, {}, {}, {}, {}, {}, {}, false, import("vue").ComponentOptionsBase<any, any, any, any, any, any, any, any, any, {}, {}, string, {}>, {}, {}>;
|
213
|
+
$parent: import("vue").ComponentPublicInstance<{}, {}, {}, {}, {}, {}, {}, {}, false, import("vue").ComponentOptionsBase<any, any, any, any, any, any, any, any, any, {}, {}, string, {}>, {}, {}>;
|
214
|
+
$emit: (event: string, ...args: any[]) => void;
|
215
|
+
$el: any;
|
216
|
+
$options: import("vue").ComponentOptionsBase<Readonly<import("vue").ExtractPropTypes<{
|
217
|
+
"is-sort": {
|
218
|
+
type: import("vue").PropType<boolean>;
|
219
|
+
};
|
220
|
+
isSort: {
|
221
|
+
type: import("vue").PropType<boolean>;
|
222
|
+
};
|
223
|
+
"styles-template": {
|
224
|
+
type: import("vue").PropType<{
|
225
|
+
itemTemplateStyle?: import("typestyle/lib/types").NestedCSSProperties;
|
226
|
+
titleTemplateStyle?: import("typestyle/lib/types").NestedCSSProperties;
|
227
|
+
buttonStyle?: import("typestyle/lib/types").NestedCSSProperties;
|
228
|
+
}>;
|
229
|
+
};
|
230
|
+
stylesTemplate: {
|
231
|
+
type: import("vue").PropType<{
|
232
|
+
itemTemplateStyle?: import("typestyle/lib/types").NestedCSSProperties;
|
233
|
+
titleTemplateStyle?: import("typestyle/lib/types").NestedCSSProperties;
|
234
|
+
buttonStyle?: import("typestyle/lib/types").NestedCSSProperties;
|
235
|
+
}>;
|
236
|
+
};
|
237
|
+
"template-picker-wrapper-class": {
|
238
|
+
type: import("vue").PropType<string>;
|
239
|
+
};
|
240
|
+
templatePickerWrapperClass: {
|
241
|
+
type: import("vue").PropType<string>;
|
242
|
+
};
|
243
|
+
"cols-grid": {
|
244
|
+
type: import("vue").PropType<number>;
|
245
|
+
};
|
246
|
+
colsGrid: {
|
247
|
+
type: import("vue").PropType<number>;
|
248
|
+
};
|
249
|
+
"horizontal-min-height": {
|
250
|
+
type: import("vue").PropType<number>;
|
251
|
+
};
|
252
|
+
horizontalMinHeight: {
|
253
|
+
type: import("vue").PropType<number>;
|
254
|
+
};
|
255
|
+
"is-on-dialog": {
|
256
|
+
type: import("vue").PropType<boolean>;
|
257
|
+
};
|
258
|
+
isOnDialog: {
|
259
|
+
type: import("vue").PropType<boolean>;
|
260
|
+
};
|
261
|
+
"templates-to-show": {
|
262
|
+
type: import("vue").PropType<string[]>;
|
263
|
+
};
|
264
|
+
templatesToShow: {
|
265
|
+
type: import("vue").PropType<string[]>;
|
266
|
+
};
|
267
|
+
"initial-app-instance": {
|
268
|
+
type: import("vue").PropType<AppInstance>;
|
269
|
+
};
|
270
|
+
initialAppInstance: {
|
271
|
+
type: import("vue").PropType<AppInstance>;
|
272
|
+
};
|
273
|
+
"initial-app-definition": {
|
274
|
+
type: import("vue").PropType<AppDefinition>;
|
275
|
+
};
|
276
|
+
initialAppDefinition: {
|
277
|
+
type: import("vue").PropType<AppDefinition>;
|
278
|
+
};
|
279
|
+
"initial-app-template": {
|
280
|
+
type: import("vue").PropType<AppTemplate>;
|
281
|
+
};
|
282
|
+
initialAppTemplate: {
|
283
|
+
type: import("vue").PropType<AppTemplate>;
|
284
|
+
};
|
285
|
+
styles: {
|
286
|
+
type: import("vue").PropType<{
|
287
|
+
container?: import("typestyle/lib/types").NestedCSSProperties;
|
288
|
+
card?: import("typestyle/lib/types").NestedCSSProperties;
|
289
|
+
header?: import("typestyle/lib/types").NestedCSSProperties;
|
290
|
+
content?: import("typestyle/lib/types").NestedCSSProperties;
|
291
|
+
bottom?: import("typestyle/lib/types").NestedCSSProperties;
|
292
|
+
outline?: import("typestyle/lib/types").NestedCSSProperties;
|
293
|
+
verticalDialogStep?: import("typestyle/lib/types").NestedCSSProperties;
|
294
|
+
horizontalStepContentMinHeightWrapper?: (isHeaderShown: boolean, parentMinHeight: number) => import("typestyle/lib/types").NestedCSSProperties;
|
295
|
+
textFieldStyles?: import("typestyle/lib/types").NestedCSSProperties;
|
296
|
+
summaryHeadingStyles?: import("typestyle/lib/types").NestedCSSProperties;
|
297
|
+
summaryPersonFieldStyles?: import("typestyle/lib/types").NestedCSSProperties;
|
298
|
+
}>;
|
299
|
+
} & {
|
300
|
+
type: import("vue").PropType<{
|
301
|
+
container?: import("typestyle/lib/types").NestedCSSProperties;
|
302
|
+
card?: import("typestyle/lib/types").NestedCSSProperties;
|
303
|
+
header?: import("typestyle/lib/types").NestedCSSProperties;
|
304
|
+
content?: import("typestyle/lib/types").NestedCSSProperties;
|
305
|
+
bottom?: import("typestyle/lib/types").NestedCSSProperties;
|
306
|
+
outline?: import("typestyle/lib/types").NestedCSSProperties;
|
307
|
+
verticalDialogStep?: import("typestyle/lib/types").NestedCSSProperties;
|
308
|
+
horizontalStepContentMinHeightWrapper?: (isHeaderShown: boolean, parentMinHeight: number) => import("typestyle/lib/types").NestedCSSProperties;
|
309
|
+
textFieldStyles?: import("typestyle/lib/types").NestedCSSProperties;
|
310
|
+
summaryHeadingStyles?: import("typestyle/lib/types").NestedCSSProperties;
|
311
|
+
summaryPersonFieldStyles?: import("typestyle/lib/types").NestedCSSProperties;
|
312
|
+
}>;
|
313
|
+
};
|
314
|
+
"allow-member-and-group": {
|
315
|
+
type: import("vue").PropType<boolean>;
|
316
|
+
};
|
317
|
+
allowMemberAndGroup: {
|
318
|
+
type: import("vue").PropType<boolean>;
|
319
|
+
};
|
320
|
+
"allow-multiple-app-administrators": {
|
321
|
+
type: import("vue").PropType<boolean>;
|
322
|
+
};
|
323
|
+
allowMultipleAppAdministrators: {
|
324
|
+
type: import("vue").PropType<boolean>;
|
325
|
+
};
|
326
|
+
"enable-user-step": {
|
327
|
+
type: import("vue").PropType<boolean>;
|
328
|
+
};
|
329
|
+
enableUserStep: {
|
330
|
+
type: import("vue").PropType<boolean>;
|
331
|
+
};
|
332
|
+
"on-provisioning-completed": {
|
333
|
+
type: import("vue").PropType<(appInstance: AppInstance) => void>;
|
334
|
+
};
|
335
|
+
onProvisioningCompleted: {
|
336
|
+
type: import("vue").PropType<(appInstance: AppInstance) => void>;
|
337
|
+
};
|
338
|
+
"on-instance-properties-changed": {
|
339
|
+
type: import("vue").PropType<() => void>;
|
340
|
+
};
|
341
|
+
onInstancePropertiesChanged: {
|
342
|
+
type: import("vue").PropType<() => void>;
|
343
|
+
};
|
344
|
+
"on-provisioning-started": {
|
345
|
+
type: import("vue").PropType<() => void>;
|
346
|
+
};
|
347
|
+
onProvisioningStarted: {
|
348
|
+
type: import("vue").PropType<() => void>;
|
349
|
+
};
|
350
|
+
"on-provisioning-canceled": {
|
351
|
+
type: import("vue").PropType<() => void>;
|
352
|
+
};
|
353
|
+
onProvisioningCanceled: {
|
354
|
+
type: import("vue").PropType<() => void>;
|
355
|
+
};
|
356
|
+
"on-approved": {
|
357
|
+
type: import("vue").PropType<() => void>;
|
358
|
+
};
|
359
|
+
onApproved: {
|
360
|
+
type: import("vue").PropType<() => void>;
|
361
|
+
};
|
362
|
+
"show-enabled-templates-only": {
|
363
|
+
type: import("vue").PropType<boolean>;
|
364
|
+
};
|
365
|
+
showEnabledTemplatesOnly: {
|
366
|
+
type: import("vue").PropType<boolean>;
|
367
|
+
};
|
368
|
+
appDefinitionId: {
|
369
|
+
type: import("vue").PropType<GuidValue>;
|
370
|
+
};
|
371
|
+
}>>, () => JSX.Element, unknown, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {}, string, {}, {}, string, {}> & {
|
372
|
+
beforeCreate?: (() => void) | (() => void)[];
|
373
|
+
created?: (() => void) | (() => void)[];
|
374
|
+
beforeMount?: (() => void) | (() => void)[];
|
375
|
+
mounted?: (() => void) | (() => void)[];
|
376
|
+
beforeUpdate?: (() => void) | (() => void)[];
|
377
|
+
updated?: (() => void) | (() => void)[];
|
378
|
+
activated?: (() => void) | (() => void)[];
|
379
|
+
deactivated?: (() => void) | (() => void)[];
|
380
|
+
beforeDestroy?: (() => void) | (() => void)[];
|
381
|
+
beforeUnmount?: (() => void) | (() => void)[];
|
382
|
+
destroyed?: (() => void) | (() => void)[];
|
383
|
+
unmounted?: (() => void) | (() => void)[];
|
384
|
+
renderTracked?: ((e: import("vue").DebuggerEvent) => void) | ((e: import("vue").DebuggerEvent) => void)[];
|
385
|
+
renderTriggered?: ((e: import("vue").DebuggerEvent) => void) | ((e: import("vue").DebuggerEvent) => void)[];
|
386
|
+
errorCaptured?: ((err: unknown, instance: import("vue").ComponentPublicInstance<{}, {}, {}, {}, {}, {}, {}, {}, false, import("vue").ComponentOptionsBase<any, any, any, any, any, any, any, any, any, {}, {}, string, {}>, {}, {}>, info: string) => boolean | void) | ((err: unknown, instance: import("vue").ComponentPublicInstance<{}, {}, {}, {}, {}, {}, {}, {}, false, import("vue").ComponentOptionsBase<any, any, any, any, any, any, any, any, any, {}, {}, string, {}>, {}, {}>, info: string) => boolean | void)[];
|
387
|
+
};
|
388
|
+
$forceUpdate: () => void;
|
389
|
+
$nextTick: typeof import("vue").nextTick;
|
390
|
+
$watch<T extends string | ((...args: any) => any)>(source: T, cb: T extends (...args: any) => infer R ? (args_0: R, args_1: R) => any : (...args: any) => any, options?: import("vue").WatchOptions<boolean>): import("vue").WatchStopHandle;
|
391
|
+
} & Readonly<import("vue").ExtractPropTypes<{
|
392
|
+
"is-sort": {
|
393
|
+
type: import("vue").PropType<boolean>;
|
394
|
+
};
|
395
|
+
isSort: {
|
396
|
+
type: import("vue").PropType<boolean>;
|
397
|
+
};
|
398
|
+
"styles-template": {
|
399
|
+
type: import("vue").PropType<{
|
400
|
+
itemTemplateStyle?: import("typestyle/lib/types").NestedCSSProperties;
|
401
|
+
titleTemplateStyle?: import("typestyle/lib/types").NestedCSSProperties;
|
402
|
+
buttonStyle?: import("typestyle/lib/types").NestedCSSProperties;
|
403
|
+
}>;
|
404
|
+
};
|
405
|
+
stylesTemplate: {
|
406
|
+
type: import("vue").PropType<{
|
407
|
+
itemTemplateStyle?: import("typestyle/lib/types").NestedCSSProperties;
|
408
|
+
titleTemplateStyle?: import("typestyle/lib/types").NestedCSSProperties;
|
409
|
+
buttonStyle?: import("typestyle/lib/types").NestedCSSProperties;
|
410
|
+
}>;
|
411
|
+
};
|
412
|
+
"template-picker-wrapper-class": {
|
413
|
+
type: import("vue").PropType<string>;
|
414
|
+
};
|
415
|
+
templatePickerWrapperClass: {
|
416
|
+
type: import("vue").PropType<string>;
|
417
|
+
};
|
418
|
+
"cols-grid": {
|
419
|
+
type: import("vue").PropType<number>;
|
420
|
+
};
|
421
|
+
colsGrid: {
|
422
|
+
type: import("vue").PropType<number>;
|
423
|
+
};
|
424
|
+
"horizontal-min-height": {
|
425
|
+
type: import("vue").PropType<number>;
|
426
|
+
};
|
427
|
+
horizontalMinHeight: {
|
428
|
+
type: import("vue").PropType<number>;
|
429
|
+
};
|
430
|
+
"is-on-dialog": {
|
431
|
+
type: import("vue").PropType<boolean>;
|
432
|
+
};
|
433
|
+
isOnDialog: {
|
434
|
+
type: import("vue").PropType<boolean>;
|
435
|
+
};
|
436
|
+
"templates-to-show": {
|
437
|
+
type: import("vue").PropType<string[]>;
|
438
|
+
};
|
439
|
+
templatesToShow: {
|
440
|
+
type: import("vue").PropType<string[]>;
|
441
|
+
};
|
442
|
+
"initial-app-instance": {
|
443
|
+
type: import("vue").PropType<AppInstance>;
|
444
|
+
};
|
445
|
+
initialAppInstance: {
|
446
|
+
type: import("vue").PropType<AppInstance>;
|
447
|
+
};
|
448
|
+
"initial-app-definition": {
|
449
|
+
type: import("vue").PropType<AppDefinition>;
|
450
|
+
};
|
451
|
+
initialAppDefinition: {
|
452
|
+
type: import("vue").PropType<AppDefinition>;
|
453
|
+
};
|
454
|
+
"initial-app-template": {
|
455
|
+
type: import("vue").PropType<AppTemplate>;
|
456
|
+
};
|
457
|
+
initialAppTemplate: {
|
458
|
+
type: import("vue").PropType<AppTemplate>;
|
459
|
+
};
|
460
|
+
styles: {
|
461
|
+
type: import("vue").PropType<{
|
462
|
+
container?: import("typestyle/lib/types").NestedCSSProperties;
|
463
|
+
card?: import("typestyle/lib/types").NestedCSSProperties;
|
464
|
+
header?: import("typestyle/lib/types").NestedCSSProperties;
|
465
|
+
content?: import("typestyle/lib/types").NestedCSSProperties;
|
466
|
+
bottom?: import("typestyle/lib/types").NestedCSSProperties;
|
467
|
+
outline?: import("typestyle/lib/types").NestedCSSProperties;
|
468
|
+
verticalDialogStep?: import("typestyle/lib/types").NestedCSSProperties;
|
469
|
+
horizontalStepContentMinHeightWrapper?: (isHeaderShown: boolean, parentMinHeight: number) => import("typestyle/lib/types").NestedCSSProperties;
|
470
|
+
textFieldStyles?: import("typestyle/lib/types").NestedCSSProperties;
|
471
|
+
summaryHeadingStyles?: import("typestyle/lib/types").NestedCSSProperties;
|
472
|
+
summaryPersonFieldStyles?: import("typestyle/lib/types").NestedCSSProperties;
|
473
|
+
}>;
|
474
|
+
} & {
|
475
|
+
type: import("vue").PropType<{
|
476
|
+
container?: import("typestyle/lib/types").NestedCSSProperties;
|
477
|
+
card?: import("typestyle/lib/types").NestedCSSProperties;
|
478
|
+
header?: import("typestyle/lib/types").NestedCSSProperties;
|
479
|
+
content?: import("typestyle/lib/types").NestedCSSProperties;
|
480
|
+
bottom?: import("typestyle/lib/types").NestedCSSProperties;
|
481
|
+
outline?: import("typestyle/lib/types").NestedCSSProperties;
|
482
|
+
verticalDialogStep?: import("typestyle/lib/types").NestedCSSProperties;
|
483
|
+
horizontalStepContentMinHeightWrapper?: (isHeaderShown: boolean, parentMinHeight: number) => import("typestyle/lib/types").NestedCSSProperties;
|
484
|
+
textFieldStyles?: import("typestyle/lib/types").NestedCSSProperties;
|
485
|
+
summaryHeadingStyles?: import("typestyle/lib/types").NestedCSSProperties;
|
486
|
+
summaryPersonFieldStyles?: import("typestyle/lib/types").NestedCSSProperties;
|
487
|
+
}>;
|
488
|
+
};
|
489
|
+
"allow-member-and-group": {
|
490
|
+
type: import("vue").PropType<boolean>;
|
491
|
+
};
|
492
|
+
allowMemberAndGroup: {
|
493
|
+
type: import("vue").PropType<boolean>;
|
494
|
+
};
|
495
|
+
"allow-multiple-app-administrators": {
|
496
|
+
type: import("vue").PropType<boolean>;
|
497
|
+
};
|
498
|
+
allowMultipleAppAdministrators: {
|
499
|
+
type: import("vue").PropType<boolean>;
|
500
|
+
};
|
501
|
+
"enable-user-step": {
|
502
|
+
type: import("vue").PropType<boolean>;
|
503
|
+
};
|
504
|
+
enableUserStep: {
|
505
|
+
type: import("vue").PropType<boolean>;
|
506
|
+
};
|
507
|
+
"on-provisioning-completed": {
|
508
|
+
type: import("vue").PropType<(appInstance: AppInstance) => void>;
|
509
|
+
};
|
510
|
+
onProvisioningCompleted: {
|
511
|
+
type: import("vue").PropType<(appInstance: AppInstance) => void>;
|
512
|
+
};
|
513
|
+
"on-instance-properties-changed": {
|
514
|
+
type: import("vue").PropType<() => void>;
|
515
|
+
};
|
516
|
+
onInstancePropertiesChanged: {
|
517
|
+
type: import("vue").PropType<() => void>;
|
518
|
+
};
|
519
|
+
"on-provisioning-started": {
|
520
|
+
type: import("vue").PropType<() => void>;
|
521
|
+
};
|
522
|
+
onProvisioningStarted: {
|
523
|
+
type: import("vue").PropType<() => void>;
|
524
|
+
};
|
525
|
+
"on-provisioning-canceled": {
|
526
|
+
type: import("vue").PropType<() => void>;
|
527
|
+
};
|
528
|
+
onProvisioningCanceled: {
|
529
|
+
type: import("vue").PropType<() => void>;
|
530
|
+
};
|
531
|
+
"on-approved": {
|
532
|
+
type: import("vue").PropType<() => void>;
|
533
|
+
};
|
534
|
+
onApproved: {
|
535
|
+
type: import("vue").PropType<() => void>;
|
536
|
+
};
|
537
|
+
"show-enabled-templates-only": {
|
538
|
+
type: import("vue").PropType<boolean>;
|
539
|
+
};
|
540
|
+
showEnabledTemplatesOnly: {
|
541
|
+
type: import("vue").PropType<boolean>;
|
542
|
+
};
|
543
|
+
appDefinitionId: {
|
544
|
+
type: import("vue").PropType<GuidValue>;
|
545
|
+
};
|
546
|
+
}>> & import("vue").ShallowUnwrapRef<() => JSX.Element> & {} & import("vue").ComponentCustomProperties & {};
|
547
|
+
__isFragment?: never;
|
548
|
+
__isTeleport?: never;
|
549
|
+
__isSuspense?: never;
|
550
|
+
} & import("vue").ComponentOptionsBase<Readonly<import("vue").ExtractPropTypes<{
|
551
|
+
"is-sort": {
|
552
|
+
type: import("vue").PropType<boolean>;
|
553
|
+
};
|
554
|
+
isSort: {
|
555
|
+
type: import("vue").PropType<boolean>;
|
556
|
+
};
|
557
|
+
"styles-template": {
|
558
|
+
type: import("vue").PropType<{
|
559
|
+
itemTemplateStyle?: import("typestyle/lib/types").NestedCSSProperties;
|
560
|
+
titleTemplateStyle?: import("typestyle/lib/types").NestedCSSProperties;
|
561
|
+
buttonStyle?: import("typestyle/lib/types").NestedCSSProperties;
|
562
|
+
}>;
|
563
|
+
};
|
564
|
+
stylesTemplate: {
|
565
|
+
type: import("vue").PropType<{
|
566
|
+
itemTemplateStyle?: import("typestyle/lib/types").NestedCSSProperties;
|
567
|
+
titleTemplateStyle?: import("typestyle/lib/types").NestedCSSProperties;
|
568
|
+
buttonStyle?: import("typestyle/lib/types").NestedCSSProperties;
|
569
|
+
}>;
|
570
|
+
};
|
571
|
+
"template-picker-wrapper-class": {
|
572
|
+
type: import("vue").PropType<string>;
|
573
|
+
};
|
574
|
+
templatePickerWrapperClass: {
|
575
|
+
type: import("vue").PropType<string>;
|
576
|
+
};
|
577
|
+
"cols-grid": {
|
578
|
+
type: import("vue").PropType<number>;
|
579
|
+
};
|
580
|
+
colsGrid: {
|
581
|
+
type: import("vue").PropType<number>;
|
582
|
+
};
|
583
|
+
"horizontal-min-height": {
|
584
|
+
type: import("vue").PropType<number>;
|
585
|
+
};
|
586
|
+
horizontalMinHeight: {
|
587
|
+
type: import("vue").PropType<number>;
|
588
|
+
};
|
589
|
+
"is-on-dialog": {
|
590
|
+
type: import("vue").PropType<boolean>;
|
591
|
+
};
|
592
|
+
isOnDialog: {
|
593
|
+
type: import("vue").PropType<boolean>;
|
594
|
+
};
|
595
|
+
"templates-to-show": {
|
596
|
+
type: import("vue").PropType<string[]>;
|
597
|
+
};
|
598
|
+
templatesToShow: {
|
599
|
+
type: import("vue").PropType<string[]>;
|
600
|
+
};
|
601
|
+
"initial-app-instance": {
|
602
|
+
type: import("vue").PropType<AppInstance>;
|
603
|
+
};
|
604
|
+
initialAppInstance: {
|
605
|
+
type: import("vue").PropType<AppInstance>;
|
606
|
+
};
|
607
|
+
"initial-app-definition": {
|
608
|
+
type: import("vue").PropType<AppDefinition>;
|
609
|
+
};
|
610
|
+
initialAppDefinition: {
|
611
|
+
type: import("vue").PropType<AppDefinition>;
|
612
|
+
};
|
613
|
+
"initial-app-template": {
|
614
|
+
type: import("vue").PropType<AppTemplate>;
|
615
|
+
};
|
616
|
+
initialAppTemplate: {
|
617
|
+
type: import("vue").PropType<AppTemplate>;
|
618
|
+
};
|
619
|
+
styles: {
|
620
|
+
type: import("vue").PropType<{
|
621
|
+
container?: import("typestyle/lib/types").NestedCSSProperties;
|
622
|
+
card?: import("typestyle/lib/types").NestedCSSProperties;
|
623
|
+
header?: import("typestyle/lib/types").NestedCSSProperties;
|
624
|
+
content?: import("typestyle/lib/types").NestedCSSProperties;
|
625
|
+
bottom?: import("typestyle/lib/types").NestedCSSProperties;
|
626
|
+
outline?: import("typestyle/lib/types").NestedCSSProperties;
|
627
|
+
verticalDialogStep?: import("typestyle/lib/types").NestedCSSProperties;
|
628
|
+
horizontalStepContentMinHeightWrapper?: (isHeaderShown: boolean, parentMinHeight: number) => import("typestyle/lib/types").NestedCSSProperties;
|
629
|
+
textFieldStyles?: import("typestyle/lib/types").NestedCSSProperties;
|
630
|
+
summaryHeadingStyles?: import("typestyle/lib/types").NestedCSSProperties;
|
631
|
+
summaryPersonFieldStyles?: import("typestyle/lib/types").NestedCSSProperties;
|
632
|
+
}>;
|
633
|
+
} & {
|
634
|
+
type: import("vue").PropType<{
|
635
|
+
container?: import("typestyle/lib/types").NestedCSSProperties;
|
636
|
+
card?: import("typestyle/lib/types").NestedCSSProperties;
|
637
|
+
header?: import("typestyle/lib/types").NestedCSSProperties;
|
638
|
+
content?: import("typestyle/lib/types").NestedCSSProperties;
|
639
|
+
bottom?: import("typestyle/lib/types").NestedCSSProperties;
|
640
|
+
outline?: import("typestyle/lib/types").NestedCSSProperties;
|
641
|
+
verticalDialogStep?: import("typestyle/lib/types").NestedCSSProperties;
|
642
|
+
horizontalStepContentMinHeightWrapper?: (isHeaderShown: boolean, parentMinHeight: number) => import("typestyle/lib/types").NestedCSSProperties;
|
643
|
+
textFieldStyles?: import("typestyle/lib/types").NestedCSSProperties;
|
644
|
+
summaryHeadingStyles?: import("typestyle/lib/types").NestedCSSProperties;
|
645
|
+
summaryPersonFieldStyles?: import("typestyle/lib/types").NestedCSSProperties;
|
646
|
+
}>;
|
647
|
+
};
|
648
|
+
"allow-member-and-group": {
|
649
|
+
type: import("vue").PropType<boolean>;
|
650
|
+
};
|
651
|
+
allowMemberAndGroup: {
|
652
|
+
type: import("vue").PropType<boolean>;
|
653
|
+
};
|
654
|
+
"allow-multiple-app-administrators": {
|
655
|
+
type: import("vue").PropType<boolean>;
|
656
|
+
};
|
657
|
+
allowMultipleAppAdministrators: {
|
658
|
+
type: import("vue").PropType<boolean>;
|
659
|
+
};
|
660
|
+
"enable-user-step": {
|
661
|
+
type: import("vue").PropType<boolean>;
|
662
|
+
};
|
663
|
+
enableUserStep: {
|
664
|
+
type: import("vue").PropType<boolean>;
|
665
|
+
};
|
666
|
+
"on-provisioning-completed": {
|
667
|
+
type: import("vue").PropType<(appInstance: AppInstance) => void>;
|
668
|
+
};
|
669
|
+
onProvisioningCompleted: {
|
670
|
+
type: import("vue").PropType<(appInstance: AppInstance) => void>;
|
671
|
+
};
|
672
|
+
"on-instance-properties-changed": {
|
673
|
+
type: import("vue").PropType<() => void>;
|
674
|
+
};
|
675
|
+
onInstancePropertiesChanged: {
|
676
|
+
type: import("vue").PropType<() => void>;
|
677
|
+
};
|
678
|
+
"on-provisioning-started": {
|
679
|
+
type: import("vue").PropType<() => void>;
|
680
|
+
};
|
681
|
+
onProvisioningStarted: {
|
682
|
+
type: import("vue").PropType<() => void>;
|
683
|
+
};
|
684
|
+
"on-provisioning-canceled": {
|
685
|
+
type: import("vue").PropType<() => void>;
|
686
|
+
};
|
687
|
+
onProvisioningCanceled: {
|
688
|
+
type: import("vue").PropType<() => void>;
|
689
|
+
};
|
690
|
+
"on-approved": {
|
691
|
+
type: import("vue").PropType<() => void>;
|
692
|
+
};
|
693
|
+
onApproved: {
|
694
|
+
type: import("vue").PropType<() => void>;
|
695
|
+
};
|
696
|
+
"show-enabled-templates-only": {
|
697
|
+
type: import("vue").PropType<boolean>;
|
698
|
+
};
|
699
|
+
showEnabledTemplatesOnly: {
|
700
|
+
type: import("vue").PropType<boolean>;
|
701
|
+
};
|
702
|
+
appDefinitionId: {
|
703
|
+
type: import("vue").PropType<GuidValue>;
|
704
|
+
};
|
705
|
+
}>>, () => JSX.Element, unknown, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {}, string, {}, {}, string, {}> & import("vue").VNodeProps & import("vue").AllowedComponentProps & import("vue").ComponentCustomProps & {
|
706
|
+
propsDefinition: Omit<Readonly<{} & {
|
707
|
+
appDefinitionId?: unknown;
|
708
|
+
styles?: unknown;
|
709
|
+
showEnabledTemplatesOnly?: boolean;
|
710
|
+
"show-enabled-templates-only"?: boolean;
|
711
|
+
onApproved?: () => void;
|
712
|
+
"on-approved"?: () => void;
|
713
|
+
onProvisioningCanceled?: () => void;
|
714
|
+
"on-provisioning-canceled"?: () => void;
|
715
|
+
onProvisioningStarted?: () => void;
|
716
|
+
"on-provisioning-started"?: () => void;
|
717
|
+
onInstancePropertiesChanged?: () => void;
|
718
|
+
"on-instance-properties-changed"?: () => void;
|
719
|
+
onProvisioningCompleted?: (appInstance: AppInstance) => void;
|
720
|
+
"on-provisioning-completed"?: (appInstance: AppInstance) => void;
|
721
|
+
enableUserStep?: boolean;
|
722
|
+
"enable-user-step"?: boolean;
|
723
|
+
allowMultipleAppAdministrators?: boolean;
|
724
|
+
"allow-multiple-app-administrators"?: boolean;
|
725
|
+
allowMemberAndGroup?: boolean;
|
726
|
+
"allow-member-and-group"?: boolean;
|
727
|
+
initialAppTemplate?: AppTemplate;
|
728
|
+
"initial-app-template"?: AppTemplate;
|
729
|
+
initialAppDefinition?: AppDefinition;
|
730
|
+
"initial-app-definition"?: AppDefinition;
|
731
|
+
initialAppInstance?: AppInstance;
|
732
|
+
"initial-app-instance"?: AppInstance;
|
733
|
+
templatesToShow?: string[];
|
734
|
+
"templates-to-show"?: string[];
|
735
|
+
isOnDialog?: boolean;
|
736
|
+
"is-on-dialog"?: boolean;
|
737
|
+
horizontalMinHeight?: number;
|
738
|
+
"horizontal-min-height"?: number;
|
739
|
+
colsGrid?: number;
|
740
|
+
"cols-grid"?: number;
|
741
|
+
templatePickerWrapperClass?: string;
|
742
|
+
"template-picker-wrapper-class"?: string;
|
743
|
+
stylesTemplate?: unknown;
|
744
|
+
"styles-template"?: unknown;
|
745
|
+
isSort?: boolean;
|
746
|
+
"is-sort"?: boolean;
|
747
|
+
}>, never>;
|
748
|
+
};
|
749
|
+
export default _default;
|