@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,4 +1,4 @@
|
|
1
|
-
import {
|
1
|
+
import { WizardStyles } from "../..";
|
2
2
|
import { GuidValue, AppInstance, AppTemplate, AppDefinition, AppInstanceProperties } from "../../../models";
|
3
3
|
import { TemplateStyles } from "../../templatepicker/TemplatePicker.css";
|
4
4
|
export interface IAppProvisioningWizard {
|
@@ -23,14 +23,3 @@ export interface IAppProvisioningWizard {
|
|
23
23
|
horizontalMinHeight?: number;
|
24
24
|
templatePickerWrapperClass?: string;
|
25
25
|
}
|
26
|
-
declare global {
|
27
|
-
namespace JSX {
|
28
|
-
interface Element {
|
29
|
-
}
|
30
|
-
interface ElementClass {
|
31
|
-
}
|
32
|
-
interface IntrinsicElements {
|
33
|
-
"omfx-app-provisioning-wizard": TsxAllowUnknowProperties<IAppProvisioningWizard>;
|
34
|
-
}
|
35
|
-
}
|
36
|
-
}
|
@@ -1,49 +1,386 @@
|
|
1
|
-
import { AppTemplate, GuidValue
|
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
|
-
|
1
|
+
import { AppDefinition, AppTemplate, GuidValue } from "@omnia/fx-models";
|
2
|
+
export declare const AppInstanceTemplatePickerVueComponent: {
|
3
|
+
new (...args: any[]): {
|
4
|
+
$: import("vue").ComponentInternalInstance;
|
5
|
+
$data: {};
|
6
|
+
$props: Partial<{}> & Omit<{
|
7
|
+
readonly appDefinitionId?: unknown;
|
8
|
+
readonly wrapperClass?: string;
|
9
|
+
readonly "wrapper-class"?: string;
|
10
|
+
readonly showEnabledTemplatesOnly?: boolean;
|
11
|
+
readonly "show-enabled-templates-only"?: boolean;
|
12
|
+
readonly templatesToShow?: string[];
|
13
|
+
readonly "templates-to-show"?: string[];
|
14
|
+
readonly colsGrid?: number;
|
15
|
+
readonly "cols-grid"?: number;
|
16
|
+
readonly stylesTemplate?: unknown;
|
17
|
+
readonly "styles-template"?: unknown;
|
18
|
+
readonly isSort?: boolean;
|
19
|
+
readonly "is-sort"?: boolean;
|
20
|
+
readonly "app-definition-id"?: unknown;
|
21
|
+
readonly initialAppTemplateId?: unknown;
|
22
|
+
readonly "onUpdate:initialAppTemplateId"?: (value: GuidValue) => any;
|
23
|
+
readonly "v-model:initialAppTemplateId"?: unknown;
|
24
|
+
readonly handleTemplateSelected?: (template: AppTemplate, definition: AppDefinition) => void;
|
25
|
+
readonly "handle-template-selected"?: (template: AppTemplate, definition: AppDefinition) => void;
|
26
|
+
readonly waitingAfterTemplateSelected?: boolean;
|
27
|
+
readonly "waiting-after-template-selected"?: boolean;
|
28
|
+
} & import("vue").VNodeProps & import("vue").AllowedComponentProps & import("vue").ComponentCustomProps & Readonly<import("vue").ExtractPropTypes<{
|
29
|
+
"is-sort": {
|
30
|
+
type: import("vue").PropType<boolean>;
|
31
|
+
};
|
32
|
+
isSort: {
|
33
|
+
type: import("vue").PropType<boolean>;
|
34
|
+
};
|
35
|
+
"wrapper-class": {
|
36
|
+
type: import("vue").PropType<string>;
|
37
|
+
};
|
38
|
+
wrapperClass: {
|
39
|
+
type: import("vue").PropType<string>;
|
40
|
+
};
|
41
|
+
"styles-template": {
|
42
|
+
type: import("vue").PropType<{
|
43
|
+
itemTemplateStyle?: import("typestyle/lib/types").NestedCSSProperties;
|
44
|
+
titleTemplateStyle?: import("typestyle/lib/types").NestedCSSProperties;
|
45
|
+
buttonStyle?: import("typestyle/lib/types").NestedCSSProperties;
|
46
|
+
}>;
|
47
|
+
};
|
48
|
+
stylesTemplate: {
|
49
|
+
type: import("vue").PropType<{
|
50
|
+
itemTemplateStyle?: import("typestyle/lib/types").NestedCSSProperties;
|
51
|
+
titleTemplateStyle?: import("typestyle/lib/types").NestedCSSProperties;
|
52
|
+
buttonStyle?: import("typestyle/lib/types").NestedCSSProperties;
|
53
|
+
}>;
|
54
|
+
};
|
55
|
+
"cols-grid": {
|
56
|
+
type: import("vue").PropType<number>;
|
57
|
+
};
|
58
|
+
colsGrid: {
|
59
|
+
type: import("vue").PropType<number>;
|
60
|
+
};
|
61
|
+
"templates-to-show": {
|
62
|
+
type: import("vue").PropType<string[]>;
|
63
|
+
};
|
64
|
+
templatesToShow: {
|
65
|
+
type: import("vue").PropType<string[]>;
|
66
|
+
};
|
67
|
+
"waiting-after-template-selected": {
|
68
|
+
type: import("vue").PropType<boolean>;
|
69
|
+
};
|
70
|
+
waitingAfterTemplateSelected: {
|
71
|
+
type: import("vue").PropType<boolean>;
|
72
|
+
};
|
73
|
+
"handle-template-selected": {
|
74
|
+
type: import("vue").PropType<(template: AppTemplate, definition: AppDefinition) => void>;
|
75
|
+
};
|
76
|
+
handleTemplateSelected: {
|
77
|
+
type: import("vue").PropType<(template: AppTemplate, definition: AppDefinition) => void>;
|
78
|
+
};
|
79
|
+
"show-enabled-templates-only": {
|
80
|
+
type: import("vue").PropType<boolean>;
|
81
|
+
};
|
82
|
+
showEnabledTemplatesOnly: {
|
83
|
+
type: import("vue").PropType<boolean>;
|
84
|
+
};
|
85
|
+
"onUpdate:initialAppTemplateId": {
|
86
|
+
type: import("vue").PropType<(value: GuidValue) => any>;
|
87
|
+
};
|
88
|
+
"v-model:initialAppTemplateId": {
|
89
|
+
type: import("vue").PropType<GuidValue>;
|
90
|
+
required: false;
|
91
|
+
};
|
92
|
+
initialAppTemplateId: {
|
93
|
+
type: import("vue").PropType<GuidValue>;
|
94
|
+
required: false;
|
95
|
+
};
|
96
|
+
"app-definition-id": {
|
97
|
+
type: import("vue").PropType<GuidValue>;
|
98
|
+
};
|
99
|
+
appDefinitionId: {
|
100
|
+
type: import("vue").PropType<GuidValue>;
|
101
|
+
};
|
102
|
+
}>>, never>;
|
103
|
+
$attrs: {
|
104
|
+
[x: string]: unknown;
|
105
|
+
};
|
106
|
+
$refs: {
|
107
|
+
[x: string]: unknown;
|
108
|
+
};
|
109
|
+
$slots: Readonly<{
|
110
|
+
[name: string]: import("vue").Slot<any>;
|
111
|
+
}>;
|
112
|
+
$root: import("vue").ComponentPublicInstance<{}, {}, {}, {}, {}, {}, {}, {}, false, import("vue").ComponentOptionsBase<any, any, any, any, any, any, any, any, any, {}, {}, string, {}>, {}, {}>;
|
113
|
+
$parent: import("vue").ComponentPublicInstance<{}, {}, {}, {}, {}, {}, {}, {}, false, import("vue").ComponentOptionsBase<any, any, any, any, any, any, any, any, any, {}, {}, string, {}>, {}, {}>;
|
114
|
+
$emit: (event: string, ...args: any[]) => void;
|
115
|
+
$el: any;
|
116
|
+
$options: import("vue").ComponentOptionsBase<Readonly<import("vue").ExtractPropTypes<{
|
117
|
+
"is-sort": {
|
118
|
+
type: import("vue").PropType<boolean>;
|
119
|
+
};
|
120
|
+
isSort: {
|
121
|
+
type: import("vue").PropType<boolean>;
|
122
|
+
};
|
123
|
+
"wrapper-class": {
|
124
|
+
type: import("vue").PropType<string>;
|
125
|
+
};
|
126
|
+
wrapperClass: {
|
127
|
+
type: import("vue").PropType<string>;
|
128
|
+
};
|
129
|
+
"styles-template": {
|
130
|
+
type: import("vue").PropType<{
|
131
|
+
itemTemplateStyle?: import("typestyle/lib/types").NestedCSSProperties;
|
132
|
+
titleTemplateStyle?: import("typestyle/lib/types").NestedCSSProperties;
|
133
|
+
buttonStyle?: import("typestyle/lib/types").NestedCSSProperties;
|
134
|
+
}>;
|
135
|
+
};
|
136
|
+
stylesTemplate: {
|
137
|
+
type: import("vue").PropType<{
|
138
|
+
itemTemplateStyle?: import("typestyle/lib/types").NestedCSSProperties;
|
139
|
+
titleTemplateStyle?: import("typestyle/lib/types").NestedCSSProperties;
|
140
|
+
buttonStyle?: import("typestyle/lib/types").NestedCSSProperties;
|
141
|
+
}>;
|
142
|
+
};
|
143
|
+
"cols-grid": {
|
144
|
+
type: import("vue").PropType<number>;
|
145
|
+
};
|
146
|
+
colsGrid: {
|
147
|
+
type: import("vue").PropType<number>;
|
148
|
+
};
|
149
|
+
"templates-to-show": {
|
150
|
+
type: import("vue").PropType<string[]>;
|
151
|
+
};
|
152
|
+
templatesToShow: {
|
153
|
+
type: import("vue").PropType<string[]>;
|
154
|
+
};
|
155
|
+
"waiting-after-template-selected": {
|
156
|
+
type: import("vue").PropType<boolean>;
|
157
|
+
};
|
158
|
+
waitingAfterTemplateSelected: {
|
159
|
+
type: import("vue").PropType<boolean>;
|
160
|
+
};
|
161
|
+
"handle-template-selected": {
|
162
|
+
type: import("vue").PropType<(template: AppTemplate, definition: AppDefinition) => void>;
|
163
|
+
};
|
164
|
+
handleTemplateSelected: {
|
165
|
+
type: import("vue").PropType<(template: AppTemplate, definition: AppDefinition) => void>;
|
166
|
+
};
|
167
|
+
"show-enabled-templates-only": {
|
168
|
+
type: import("vue").PropType<boolean>;
|
169
|
+
};
|
170
|
+
showEnabledTemplatesOnly: {
|
171
|
+
type: import("vue").PropType<boolean>;
|
172
|
+
};
|
173
|
+
"onUpdate:initialAppTemplateId": {
|
174
|
+
type: import("vue").PropType<(value: GuidValue) => any>;
|
175
|
+
};
|
176
|
+
"v-model:initialAppTemplateId": {
|
177
|
+
type: import("vue").PropType<GuidValue>;
|
178
|
+
required: false;
|
179
|
+
};
|
180
|
+
initialAppTemplateId: {
|
181
|
+
type: import("vue").PropType<GuidValue>;
|
182
|
+
required: false;
|
183
|
+
};
|
184
|
+
"app-definition-id": {
|
185
|
+
type: import("vue").PropType<GuidValue>;
|
186
|
+
};
|
187
|
+
appDefinitionId: {
|
188
|
+
type: import("vue").PropType<GuidValue>;
|
189
|
+
};
|
190
|
+
}>>, () => JSX.Element, unknown, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {}, string, {}, {}, string, {}> & {
|
191
|
+
beforeCreate?: (() => void) | (() => void)[];
|
192
|
+
created?: (() => void) | (() => void)[];
|
193
|
+
beforeMount?: (() => void) | (() => void)[];
|
194
|
+
mounted?: (() => void) | (() => void)[];
|
195
|
+
beforeUpdate?: (() => void) | (() => void)[];
|
196
|
+
updated?: (() => void) | (() => void)[];
|
197
|
+
activated?: (() => void) | (() => void)[];
|
198
|
+
deactivated?: (() => void) | (() => void)[];
|
199
|
+
beforeDestroy?: (() => void) | (() => void)[];
|
200
|
+
beforeUnmount?: (() => void) | (() => void)[];
|
201
|
+
destroyed?: (() => void) | (() => void)[];
|
202
|
+
unmounted?: (() => void) | (() => void)[];
|
203
|
+
renderTracked?: ((e: import("vue").DebuggerEvent) => void) | ((e: import("vue").DebuggerEvent) => void)[];
|
204
|
+
renderTriggered?: ((e: import("vue").DebuggerEvent) => void) | ((e: import("vue").DebuggerEvent) => void)[];
|
205
|
+
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)[];
|
206
|
+
};
|
207
|
+
$forceUpdate: () => void;
|
208
|
+
$nextTick: typeof import("vue").nextTick;
|
209
|
+
$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;
|
210
|
+
} & Readonly<import("vue").ExtractPropTypes<{
|
211
|
+
"is-sort": {
|
212
|
+
type: import("vue").PropType<boolean>;
|
213
|
+
};
|
214
|
+
isSort: {
|
215
|
+
type: import("vue").PropType<boolean>;
|
216
|
+
};
|
217
|
+
"wrapper-class": {
|
218
|
+
type: import("vue").PropType<string>;
|
219
|
+
};
|
220
|
+
wrapperClass: {
|
221
|
+
type: import("vue").PropType<string>;
|
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
|
+
"cols-grid": {
|
238
|
+
type: import("vue").PropType<number>;
|
239
|
+
};
|
240
|
+
colsGrid: {
|
241
|
+
type: import("vue").PropType<number>;
|
242
|
+
};
|
243
|
+
"templates-to-show": {
|
244
|
+
type: import("vue").PropType<string[]>;
|
245
|
+
};
|
246
|
+
templatesToShow: {
|
247
|
+
type: import("vue").PropType<string[]>;
|
248
|
+
};
|
249
|
+
"waiting-after-template-selected": {
|
250
|
+
type: import("vue").PropType<boolean>;
|
251
|
+
};
|
252
|
+
waitingAfterTemplateSelected: {
|
253
|
+
type: import("vue").PropType<boolean>;
|
254
|
+
};
|
255
|
+
"handle-template-selected": {
|
256
|
+
type: import("vue").PropType<(template: AppTemplate, definition: AppDefinition) => void>;
|
257
|
+
};
|
258
|
+
handleTemplateSelected: {
|
259
|
+
type: import("vue").PropType<(template: AppTemplate, definition: AppDefinition) => void>;
|
260
|
+
};
|
261
|
+
"show-enabled-templates-only": {
|
262
|
+
type: import("vue").PropType<boolean>;
|
263
|
+
};
|
264
|
+
showEnabledTemplatesOnly: {
|
265
|
+
type: import("vue").PropType<boolean>;
|
266
|
+
};
|
267
|
+
"onUpdate:initialAppTemplateId": {
|
268
|
+
type: import("vue").PropType<(value: GuidValue) => any>;
|
269
|
+
};
|
270
|
+
"v-model:initialAppTemplateId": {
|
271
|
+
type: import("vue").PropType<GuidValue>;
|
272
|
+
required: false;
|
273
|
+
};
|
274
|
+
initialAppTemplateId: {
|
275
|
+
type: import("vue").PropType<GuidValue>;
|
276
|
+
required: false;
|
277
|
+
};
|
278
|
+
"app-definition-id": {
|
279
|
+
type: import("vue").PropType<GuidValue>;
|
280
|
+
};
|
281
|
+
appDefinitionId: {
|
282
|
+
type: import("vue").PropType<GuidValue>;
|
283
|
+
};
|
284
|
+
}>> & import("vue").ShallowUnwrapRef<() => JSX.Element> & {} & import("vue").ComponentCustomProperties & {};
|
285
|
+
__isFragment?: never;
|
286
|
+
__isTeleport?: never;
|
287
|
+
__isSuspense?: never;
|
288
|
+
} & import("vue").ComponentOptionsBase<Readonly<import("vue").ExtractPropTypes<{
|
289
|
+
"is-sort": {
|
290
|
+
type: import("vue").PropType<boolean>;
|
291
|
+
};
|
292
|
+
isSort: {
|
293
|
+
type: import("vue").PropType<boolean>;
|
294
|
+
};
|
295
|
+
"wrapper-class": {
|
296
|
+
type: import("vue").PropType<string>;
|
297
|
+
};
|
298
|
+
wrapperClass: {
|
299
|
+
type: import("vue").PropType<string>;
|
300
|
+
};
|
301
|
+
"styles-template": {
|
302
|
+
type: import("vue").PropType<{
|
303
|
+
itemTemplateStyle?: import("typestyle/lib/types").NestedCSSProperties;
|
304
|
+
titleTemplateStyle?: import("typestyle/lib/types").NestedCSSProperties;
|
305
|
+
buttonStyle?: import("typestyle/lib/types").NestedCSSProperties;
|
306
|
+
}>;
|
307
|
+
};
|
308
|
+
stylesTemplate: {
|
309
|
+
type: import("vue").PropType<{
|
310
|
+
itemTemplateStyle?: import("typestyle/lib/types").NestedCSSProperties;
|
311
|
+
titleTemplateStyle?: import("typestyle/lib/types").NestedCSSProperties;
|
312
|
+
buttonStyle?: import("typestyle/lib/types").NestedCSSProperties;
|
313
|
+
}>;
|
314
|
+
};
|
315
|
+
"cols-grid": {
|
316
|
+
type: import("vue").PropType<number>;
|
317
|
+
};
|
318
|
+
colsGrid: {
|
319
|
+
type: import("vue").PropType<number>;
|
320
|
+
};
|
321
|
+
"templates-to-show": {
|
322
|
+
type: import("vue").PropType<string[]>;
|
323
|
+
};
|
324
|
+
templatesToShow: {
|
325
|
+
type: import("vue").PropType<string[]>;
|
326
|
+
};
|
327
|
+
"waiting-after-template-selected": {
|
328
|
+
type: import("vue").PropType<boolean>;
|
329
|
+
};
|
330
|
+
waitingAfterTemplateSelected: {
|
331
|
+
type: import("vue").PropType<boolean>;
|
332
|
+
};
|
333
|
+
"handle-template-selected": {
|
334
|
+
type: import("vue").PropType<(template: AppTemplate, definition: AppDefinition) => void>;
|
335
|
+
};
|
336
|
+
handleTemplateSelected: {
|
337
|
+
type: import("vue").PropType<(template: AppTemplate, definition: AppDefinition) => void>;
|
338
|
+
};
|
339
|
+
"show-enabled-templates-only": {
|
340
|
+
type: import("vue").PropType<boolean>;
|
341
|
+
};
|
342
|
+
showEnabledTemplatesOnly: {
|
343
|
+
type: import("vue").PropType<boolean>;
|
344
|
+
};
|
345
|
+
"onUpdate:initialAppTemplateId": {
|
346
|
+
type: import("vue").PropType<(value: GuidValue) => any>;
|
347
|
+
};
|
348
|
+
"v-model:initialAppTemplateId": {
|
349
|
+
type: import("vue").PropType<GuidValue>;
|
350
|
+
required: false;
|
351
|
+
};
|
352
|
+
initialAppTemplateId: {
|
353
|
+
type: import("vue").PropType<GuidValue>;
|
354
|
+
required: false;
|
355
|
+
};
|
356
|
+
"app-definition-id": {
|
357
|
+
type: import("vue").PropType<GuidValue>;
|
358
|
+
};
|
359
|
+
appDefinitionId: {
|
360
|
+
type: import("vue").PropType<GuidValue>;
|
361
|
+
};
|
362
|
+
}>>, () => JSX.Element, unknown, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {}, string, {}, {}, string, {}> & import("vue").VNodeProps & import("vue").AllowedComponentProps & import("vue").ComponentCustomProps & {
|
363
|
+
propsDefinition: Omit<Readonly<{} & {
|
364
|
+
appDefinitionId?: unknown;
|
365
|
+
wrapperClass?: string;
|
366
|
+
"wrapper-class"?: string;
|
367
|
+
showEnabledTemplatesOnly?: boolean;
|
368
|
+
"show-enabled-templates-only"?: boolean;
|
369
|
+
templatesToShow?: string[];
|
370
|
+
"templates-to-show"?: string[];
|
371
|
+
colsGrid?: number;
|
372
|
+
"cols-grid"?: number;
|
373
|
+
stylesTemplate?: unknown;
|
374
|
+
"styles-template"?: unknown;
|
375
|
+
isSort?: boolean;
|
376
|
+
"is-sort"?: boolean;
|
377
|
+
"app-definition-id"?: unknown;
|
378
|
+
initialAppTemplateId?: unknown;
|
379
|
+
"onUpdate:initialAppTemplateId"?: (value: GuidValue) => any;
|
380
|
+
"v-model:initialAppTemplateId"?: unknown;
|
381
|
+
handleTemplateSelected?: (template: AppTemplate, definition: AppDefinition) => void;
|
382
|
+
"handle-template-selected"?: (template: AppTemplate, definition: AppDefinition) => void;
|
383
|
+
waitingAfterTemplateSelected?: boolean;
|
384
|
+
"waiting-after-template-selected"?: boolean;
|
385
|
+
}>, never>;
|
386
|
+
};
|
@@ -13,6 +13,85 @@ export interface IAppProvisioningComponentProps {
|
|
13
13
|
onProvisioningCompleted?: (appInstance: AppInstance) => void;
|
14
14
|
allowMemberAndGroup?: boolean;
|
15
15
|
}
|
16
|
+
export declare const appProvisioningComponentBaseProps: {
|
17
|
+
"allow-member-and-group": {
|
18
|
+
type: import("vue").PropType<boolean>;
|
19
|
+
};
|
20
|
+
allowMemberAndGroup: {
|
21
|
+
type: import("vue").PropType<boolean>;
|
22
|
+
};
|
23
|
+
require(): import("../../DefineVueTypings").DefinePropRequire<"allowMemberAndGroup", boolean, {}>;
|
24
|
+
defaultValue(value?: boolean): import("../../DefineVueTypings").DefinePropDefaultValue<"allowMemberAndGroup", boolean, {}, false>;
|
25
|
+
doc$(description?: string): import("../../DefineVueTypings").DefinePropDoc<"allowMemberAndGroup", boolean, {}>;
|
26
|
+
"allow-multiple-app-administrators": {
|
27
|
+
type: import("vue").PropType<boolean>;
|
28
|
+
};
|
29
|
+
allowMultipleAppAdministrators: {
|
30
|
+
type: import("vue").PropType<boolean>;
|
31
|
+
};
|
32
|
+
"enable-user-step": {
|
33
|
+
type: import("vue").PropType<boolean>;
|
34
|
+
};
|
35
|
+
enableUserStep: {
|
36
|
+
type: import("vue").PropType<boolean>;
|
37
|
+
};
|
38
|
+
"on-provisioning-completed": {
|
39
|
+
type: import("vue").PropType<(appInstance: AppInstance) => void>;
|
40
|
+
};
|
41
|
+
onProvisioningCompleted: {
|
42
|
+
type: import("vue").PropType<(appInstance: AppInstance) => void>;
|
43
|
+
};
|
44
|
+
"on-instance-properties-changed": {
|
45
|
+
type: import("vue").PropType<() => void>;
|
46
|
+
};
|
47
|
+
onInstancePropertiesChanged: {
|
48
|
+
type: import("vue").PropType<() => void>;
|
49
|
+
};
|
50
|
+
"on-provisioning-started": {
|
51
|
+
type: import("vue").PropType<() => void>;
|
52
|
+
};
|
53
|
+
onProvisioningStarted: {
|
54
|
+
type: import("vue").PropType<() => void>;
|
55
|
+
};
|
56
|
+
"on-provisioning-canceled": {
|
57
|
+
type: import("vue").PropType<() => void>;
|
58
|
+
};
|
59
|
+
onProvisioningCanceled: {
|
60
|
+
type: import("vue").PropType<() => void>;
|
61
|
+
};
|
62
|
+
"on-approved": {
|
63
|
+
type: import("vue").PropType<() => void>;
|
64
|
+
};
|
65
|
+
onApproved: {
|
66
|
+
type: import("vue").PropType<() => void>;
|
67
|
+
};
|
68
|
+
"show-enabled-templates-only": {
|
69
|
+
type: import("vue").PropType<boolean>;
|
70
|
+
};
|
71
|
+
showEnabledTemplatesOnly: {
|
72
|
+
type: import("vue").PropType<boolean>;
|
73
|
+
};
|
74
|
+
appDefinitionId: {
|
75
|
+
type: import("vue").PropType<GuidValue>;
|
76
|
+
};
|
77
|
+
};
|
78
|
+
export declare function useAppProvisioningComponentBase(props: IAppProvisioningComponentProps): {
|
79
|
+
defaultSteps: AppProvisioningStepRegistration[];
|
80
|
+
appState: {
|
81
|
+
appInstance: AppInstance;
|
82
|
+
appTemplate: AppTemplate;
|
83
|
+
appDefinition: AppDefinition;
|
84
|
+
};
|
85
|
+
appProvisioningHandler: {
|
86
|
+
[appDefinitionId: string]: AppProvisioningHandlerMessage[];
|
87
|
+
};
|
88
|
+
ensureDefaultEnterprisePropertyValues: () => Promise<void>;
|
89
|
+
onCreateAppInstance: (appInstance: AppInstance, appInstanceCreateInfo: AppInstanceCreateInfo) => Promise<AppInstanceCreateInfo>;
|
90
|
+
getInformationSummaryRenderer: () => InformationSummaryRenderer;
|
91
|
+
createAppProvisioningContextInstance: (stepInfo: AppProvisioningStepInfo) => AppProvisioningStepContext;
|
92
|
+
getAppProvisioningSteps: (appTemplate: AppTemplate) => Promise<AppProvisioningStepInfo[]>;
|
93
|
+
initAppInstanceInfo: (appTemplate: AppTemplate, appDefinition: AppDefinition) => Promise<void>;
|
94
|
+
};
|
16
95
|
export declare abstract class AppProvisioningComponentBase<Props = IAppProvisioningComponentProps, EventsWithOn = {}, ScopedSlotArgs = {}> extends VueComponentBase<Props, EventsWithOn, ScopedSlotArgs> {
|
17
96
|
appDefinitionId?: GuidValue;
|
18
97
|
showEnabledTemplatesOnly: boolean;
|