@omnia/fx 8.0.0-dev → 8.0.1-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/console/ConsoleKeyboardShortcuts.d.ts +1 -6
- package/internal-do-not-import-from-here/runtime/core/InternalManifestLog.d.ts +3 -1
- package/internal-do-not-import-from-here/runtime/core/ManifestResourceLoader.d.ts +1 -0
- package/internal-do-not-import-from-here/shared/http/Http.d.ts +143 -0
- package/internal-do-not-import-from-here/shared/http/index.d.ts +1 -1
- package/internal-do-not-import-from-here/shared/models/HttpCommon.d.ts +24 -0
- package/internal-do-not-import-from-here/shared/models/WorkerProxyFuncs.d.ts +2 -2
- package/internal-do-not-import-from-here/shared/models/hub/activities/Activity.d.ts +7 -2
- package/internal-do-not-import-from-here/shared/models/hub/activities/ActivityRenderer.d.ts +5 -1
- package/internal-do-not-import-from-here/shared/models/hub/activities/FeedResult.d.ts +11 -3
- package/internal-do-not-import-from-here/shared/models/index.d.ts +1 -1
- package/internal-do-not-import-from-here/shared/models/index.js +1 -1
- package/internal-do-not-import-from-here/shared/services/DefineService.d.ts +2 -2
- package/internal-do-not-import-from-here/ux/app/appinstance/renderer/AppInstanceRollup.d.ts +1 -1
- package/internal-do-not-import-from-here/ux/app/appinstance/settings/components/MetricTab.d.ts +1 -1
- package/internal-do-not-import-from-here/ux/docs/Docs.d.ts +1 -0
- package/internal-do-not-import-from-here/ux/docs/omfx/components/docs/Properties.d.ts +91 -0
- package/internal-do-not-import-from-here/ux/docs/omfx/components/docs/Slots.d.ts +1 -0
- package/internal-do-not-import-from-here/ux/docs/omfx/components/docs/VModel.d.ts +422 -0
- package/internal-do-not-import-from-here/ux/docs/omfx/components/index.d.ts +2 -1
- package/internal-do-not-import-from-here/ux/docs/omfx/index.d.ts +1 -0
- package/internal-do-not-import-from-here/ux/docs/omfx/services/Http.md.d.ts +1 -0
- package/internal-do-not-import-from-here/ux/docs/omfx/services/Introduction.md.d.ts +1 -0
- package/internal-do-not-import-from-here/ux/docs/omfx/services/docs/Service.d.ts +5 -0
- package/internal-do-not-import-from-here/ux/docs/omfx/services/index.d.ts +2 -2
- package/internal-do-not-import-from-here/ux/docs/omfx/stores/docs/Store.d.ts +29 -0
- package/internal-do-not-import-from-here/ux/docs/omfx/use/Introduction.d.ts +1 -0
- package/internal-do-not-import-from-here/ux/docs/omfx/use/docs/UseConfirm.d.ts +29 -0
- package/internal-do-not-import-from-here/ux/docs/omfx/use/index.d.ts +1 -0
- package/internal-do-not-import-from-here/ux/docs/services/DocsService.d.ts +2 -2
- package/internal-do-not-import-from-here/ux/editorchrome/chrome/EditorChrome.css.d.ts +1 -2
- package/internal-do-not-import-from-here/ux/editorchrome/panel_tabs/TabsPanel.css.d.ts +3 -0
- package/internal-do-not-import-from-here/ux/editorchrome/panel_tabs/TabsPanel.d.ts +140 -21
- package/internal-do-not-import-from-here/ux/editorchrome/panel_tabs/TabsPanel_old.d.ts +0 -0
- package/internal-do-not-import-from-here/ux/enterpriseproperties/renderers/EnterprisePropertyValue.d.ts +2 -2
- package/internal-do-not-import-from-here/ux/filterengine/FilterEngineSettings.d.ts +1 -1
- package/internal-do-not-import-from-here/ux/filterengine/components/settings/PropertyList.d.ts +1 -1
- package/internal-do-not-import-from-here/ux/hub/feed/HubFeedChrome.d.ts +91 -0
- package/internal-do-not-import-from-here/ux/hub/feed/stores/ActivityFeedStore.d.ts +25 -7
- package/internal-do-not-import-from-here/ux/journey/v2/JourneyBlade.d.ts +2 -2
- package/internal-do-not-import-from-here/ux/layoutcanvas/editor/layoutitems/LayoutBlock.d.ts +1 -1
- package/internal-do-not-import-from-here/ux/layoutcanvas/editor/layoutitems/LayoutColumn.d.ts +2 -2
- package/internal-do-not-import-from-here/ux/layoutcanvas/editor/settings/backgroundsettings/BackgroundSettings.d.ts +1 -1
- package/internal-do-not-import-from-here/ux/layoutcanvas/shared/layoutitemsrenderer/LayoutBlockRenderer.d.ts +1 -1
- package/internal-do-not-import-from-here/ux/layoutcanvas/shared/layoutitemsrenderer/LayoutColumnRenderer.d.ts +2 -2
- package/internal-do-not-import-from-here/ux/layoutcanvas/shared/layoutitemsrenderer/LayoutStepRenderer.d.ts +1 -1
- package/internal-do-not-import-from-here/ux/layoutcanvas/shared/layoutitemsrenderer/LayoutTabRenderer.d.ts +2 -2
- package/internal-do-not-import-from-here/ux/mediapickerV2/chrome/MediaPicker.d.ts +2 -2
- package/internal-do-not-import-from-here/ux/oxide/flex/Flex.css.d.ts +1 -1
- package/internal-do-not-import-from-here/ux/oxide/flex/Flex.d.ts +32 -10
- package/internal-do-not-import-from-here/ux/oxide/panel/Panel.d.ts +5 -5
- package/internal-do-not-import-from-here/ux/permissioninput/PermissionInput.d.ts +2 -2
- package/internal-do-not-import-from-here/ux/use/index.d.ts +1 -0
- package/internal-do-not-import-from-here/ux/use/useBlockInstance.d.ts +2 -0
- package/internal-do-not-import-from-here/ux/velcron/renderer/VelcronRenderer.d.ts +9 -2
- package/internal-do-not-import-from-here/ux/velcron/renderer/propertyeditors/AlignmentEditor.d.ts +2 -2
- package/internal-do-not-import-from-here/ux/velcron/renderer/propertyeditors/ImageEditor.d.ts +2 -2
- package/internal-do-not-import-from-here/ux/velcron/renderer/propertyeditors/SliderEditor.d.ts +2 -2
- package/internal-do-not-import-from-here/ux/velcron/renderer/propertyeditors/TypographyEditor.d.ts +2 -2
- package/internal-do-not-import-from-here/ux/versionedlayout/renderer/VersionedLayoutRenderer.d.ts +0 -40
- package/internal-do-not-import-from-here/wctypings.d.ts +7 -0
- package/package.json +2 -2
- package/internal-do-not-import-from-here/shared/http/Bring.d.ts +0 -143
- package/internal-do-not-import-from-here/shared/models/Bring.d.ts +0 -24
- /package/internal-do-not-import-from-here/shared/models/{Bring.js → HttpCommon.js} +0 -0
- /package/internal-do-not-import-from-here/ux/docs/omfx/{services/Bring.md.d.ts → components/Emits.md.d.ts} +0 -0
- /package/internal-do-not-import-from-here/ux/docs/omfx/{services/Introduction.d.ts → components/docs/Emits.d.ts} +0 -0
@@ -4,11 +4,13 @@
|
|
4
4
|
* So we will implement lazy log internal here and that write log manifest info with query string debug=true&manifest=true
|
5
5
|
*/
|
6
6
|
export declare class InternalManifestLog {
|
7
|
-
private static
|
7
|
+
private static _enableErrorLog;
|
8
|
+
private static _enableDebugLog;
|
8
9
|
/**
|
9
10
|
* Logs the object with logLevel.debug
|
10
11
|
*/
|
11
12
|
static logDebug(callback: () => any): void;
|
13
|
+
static logError(callback: () => any): void;
|
12
14
|
/**
|
13
15
|
* Logs the time since the start measurement point was created
|
14
16
|
* (Only if window.href contains ?debug=true)
|
@@ -42,6 +42,7 @@ export declare class ManifestResourceLoader {
|
|
42
42
|
static ready: () => Future<void>;
|
43
43
|
static getManifest: (omniaServiceId: GuidValue, manifestId: GuidValue) => LoadableBundleManifest;
|
44
44
|
static getManifestById: (manifestId: GuidValue) => LoadableBundleManifest;
|
45
|
+
static validateSecurityResource(manifestToLoad: LoadableBundleManifest): boolean;
|
45
46
|
static loadResources: (manifestToLoad: LoadableBundleManifest) => Future<ManifestLoadResult>;
|
46
47
|
static manifestSubscriber: () => IManifestSubscriber;
|
47
48
|
private static LoadLoadableElement;
|
@@ -0,0 +1,143 @@
|
|
1
|
+
import { HttpConfig, HttpCredentials, HttpMethods, HttpResponse, Future, Guid } from "../models";
|
2
|
+
export declare class HttpBuilder {
|
3
|
+
_config?: HttpConfig;
|
4
|
+
constructor(_config?: HttpConfig);
|
5
|
+
/**
|
6
|
+
* The base url for the client e.g. https://api.com
|
7
|
+
*
|
8
|
+
* @param {string} baseUrl
|
9
|
+
* @return {*} {HttpBuilder}
|
10
|
+
* @memberof HttpBuilder
|
11
|
+
*/
|
12
|
+
withBaseUrl(baseUrl: string): HttpBuilder;
|
13
|
+
/**
|
14
|
+
* If headers should be included in the request
|
15
|
+
*
|
16
|
+
* @param {{ [name: string]: string }} headers
|
17
|
+
* @return {*} {HttpBuilder}
|
18
|
+
* @memberof HttpBuilder
|
19
|
+
*/
|
20
|
+
withHeaders(headers: {
|
21
|
+
[name: string]: string;
|
22
|
+
}): HttpBuilder;
|
23
|
+
/**
|
24
|
+
* If credential options should be included in the request, Default is "include" for this method
|
25
|
+
*
|
26
|
+
* @param {HttpCredentials} [credentials]
|
27
|
+
* @return {*} {HttpBuilder}
|
28
|
+
* @memberof HttpBuilder
|
29
|
+
*/
|
30
|
+
withCredentials(credentials?: HttpCredentials): HttpBuilder;
|
31
|
+
/**
|
32
|
+
* Sets up the client defaults to call a json api
|
33
|
+
*
|
34
|
+
* @return {*}
|
35
|
+
* @memberof HttpBuilder
|
36
|
+
*/
|
37
|
+
withJsonApiSupport(): HttpBuilder;
|
38
|
+
withExecuteOnWorker(): this;
|
39
|
+
/**
|
40
|
+
* Sets up the client defaults to call a json api
|
41
|
+
*
|
42
|
+
* @return {*}
|
43
|
+
* @memberof HttpBuilder
|
44
|
+
*/
|
45
|
+
getConfig(): HttpConfig;
|
46
|
+
/**
|
47
|
+
* Creates the Http instance with the configuration options
|
48
|
+
*
|
49
|
+
* @return {*} {Http}
|
50
|
+
* @memberof HttpBuilder
|
51
|
+
*/
|
52
|
+
build(): Http;
|
53
|
+
}
|
54
|
+
export declare class Http {
|
55
|
+
_baseConfig: HttpConfig | Future<HttpConfig> | Promise<HttpConfig>;
|
56
|
+
/**
|
57
|
+
* Create a new instance of Http using the HttpBuilder
|
58
|
+
* @static
|
59
|
+
* @param {(HttpConfig | Future<HttpConfig> | Promise<HttpConfig>)} [config]
|
60
|
+
* @return {*} {Http}
|
61
|
+
* @memberof Http
|
62
|
+
*/
|
63
|
+
static new(config?: HttpConfig): HttpBuilder;
|
64
|
+
/**
|
65
|
+
* Creates a new instance of Http with default configurations for calling Omnia Service Apis
|
66
|
+
*
|
67
|
+
* @static
|
68
|
+
* @return {*}
|
69
|
+
* @memberof Http
|
70
|
+
*/
|
71
|
+
static default(config?: HttpConfig): Http;
|
72
|
+
constructor(config?: HttpConfig | Future<HttpConfig> | Promise<HttpConfig>);
|
73
|
+
/**
|
74
|
+
*Performs a GET request for provided url
|
75
|
+
*
|
76
|
+
* @template TReturnType
|
77
|
+
* @param {string} url
|
78
|
+
* @param {HttpConfig} [config]
|
79
|
+
* @return {*} {Future<HttpResponse<TReturnType>>}
|
80
|
+
* @memberof Http
|
81
|
+
*/
|
82
|
+
get<TReturnType>(url: string, config?: HttpConfig): Future<HttpResponse<TReturnType>>;
|
83
|
+
/**
|
84
|
+
* Performs a DELETE request for provided url
|
85
|
+
*
|
86
|
+
* @template TReturnType
|
87
|
+
* @param {string} url
|
88
|
+
* @param {HttpConfig} [config]
|
89
|
+
* @return {*} {Future<HttpResponse<TReturnType>>}
|
90
|
+
* @memberof Http
|
91
|
+
*/
|
92
|
+
delete<TReturnType>(url: string, config?: HttpConfig): Future<HttpResponse<TReturnType>>;
|
93
|
+
/**
|
94
|
+
* Performs a HEAD request for provided url
|
95
|
+
*
|
96
|
+
* @template TReturnType
|
97
|
+
* @param {string} url
|
98
|
+
* @param {HttpConfig} [config]
|
99
|
+
* @return {*} {Future<HttpResponse<TReturnType>>}
|
100
|
+
* @memberof Http
|
101
|
+
*/
|
102
|
+
head<TReturnType>(url: string, config?: HttpConfig): Future<HttpResponse<TReturnType>>;
|
103
|
+
/**
|
104
|
+
* Performs a HEAD request for provided url
|
105
|
+
*
|
106
|
+
* @template TReturnType
|
107
|
+
* @param {string} url
|
108
|
+
* @param {Object} body
|
109
|
+
* @param {HttpConfig} [config]
|
110
|
+
* @return {*} {Future<HttpResponse<TReturnType>>}
|
111
|
+
* @memberof Http
|
112
|
+
*/
|
113
|
+
post<TReturnType>(url: string, body: Object, config?: HttpConfig): Future<HttpResponse<TReturnType>>;
|
114
|
+
/**
|
115
|
+
* Performs a POST request for provided url
|
116
|
+
*
|
117
|
+
* @template TReturnType
|
118
|
+
* @param {string} url
|
119
|
+
* @param {Object} body
|
120
|
+
* @param {HttpConfig} [config]
|
121
|
+
* @return {*} {Future<HttpResponse<TReturnType>>}
|
122
|
+
* @memberof Http
|
123
|
+
*/
|
124
|
+
put<TReturnType>(url: string, body: Object, config?: HttpConfig): Future<HttpResponse<TReturnType>>;
|
125
|
+
/**
|
126
|
+
* Performs a POST request for provided url
|
127
|
+
*
|
128
|
+
* @template TReturnType
|
129
|
+
* @param {string} url
|
130
|
+
* @param {Object} body
|
131
|
+
* @param {HttpConfig} [config]
|
132
|
+
* @return {*} {Future<HttpResponse<TReturnType>>}
|
133
|
+
* @memberof Http
|
134
|
+
*/
|
135
|
+
patch<TReturnType>(url: string, body: Object, config?: HttpConfig): Future<HttpResponse<TReturnType>>;
|
136
|
+
private createRequest;
|
137
|
+
buildRequestInit(method: HttpMethods, url: string, config: HttpConfig, reqConfig: HttpConfig, body: any): {
|
138
|
+
requestUrl: string;
|
139
|
+
reqInit: RequestInit;
|
140
|
+
};
|
141
|
+
}
|
142
|
+
export declare function http(omniaServiceId: Guid, executeOnWorker?: boolean): Http;
|
143
|
+
export declare function http(options: HttpConfig): Http;
|
@@ -1 +1 @@
|
|
1
|
-
export * from "./
|
1
|
+
export * from "./Http";
|
@@ -0,0 +1,24 @@
|
|
1
|
+
export type HttpMethods = "GET" | "POST" | "PUT" | "DELETE" | "PATCH" | "HEAD" | "OPTIONS";
|
2
|
+
export type HttpCacheOptions = "no-cache" | "reload" | "force-cache" | "only-if-cached";
|
3
|
+
export type HttpCredentials = "include" | "omit" | "same-origin";
|
4
|
+
export interface HttpInterceptOptions {
|
5
|
+
beforeRequest?: (request: HttpConfig) => HttpConfig;
|
6
|
+
afterRequest?: <T>(response: HttpResponse<T>, request: HttpConfig) => HttpResponse<T>;
|
7
|
+
}
|
8
|
+
export interface HttpConfig {
|
9
|
+
baseUrl?: string;
|
10
|
+
headers?: {
|
11
|
+
[key: string]: string;
|
12
|
+
};
|
13
|
+
cache?: HttpCacheOptions;
|
14
|
+
interceptors?: HttpInterceptOptions;
|
15
|
+
abortable?: boolean;
|
16
|
+
credentials?: HttpCredentials;
|
17
|
+
executeOnWorker?: boolean;
|
18
|
+
}
|
19
|
+
export interface HttpResponse<TData> {
|
20
|
+
data?: TData;
|
21
|
+
status: Number;
|
22
|
+
statusText: String;
|
23
|
+
ok: Boolean;
|
24
|
+
}
|
@@ -1,4 +1,4 @@
|
|
1
|
-
import {
|
1
|
+
import { HttpResponse } from "./HttpCommon";
|
2
2
|
import { Guid } from "./Guid";
|
3
3
|
import { WorkerProxyFunction } from "./Workers";
|
4
4
|
export declare const WorkerProxyFuncs: {
|
@@ -9,6 +9,6 @@ export declare const WorkerProxyFuncs: {
|
|
9
9
|
httpRequest: WorkerProxyFunction<{
|
10
10
|
url: string;
|
11
11
|
reqInit: Omit<RequestInit, "window" | "signal">;
|
12
|
-
}, Promise<
|
12
|
+
}, Promise<HttpResponse<any>>>;
|
13
13
|
};
|
14
14
|
};
|
@@ -1,4 +1,4 @@
|
|
1
|
-
import { DynamicState, GuidValue, StronglyTypedId } from "../..";
|
1
|
+
import { ActivityRenderer, ActivityRendererReference, DynamicState, GuidValue, StronglyTypedId } from "../..";
|
2
2
|
import { ChannelId } from "./ActivityChannel";
|
3
3
|
import { ActivitySenderId } from "./ActivitySender";
|
4
4
|
export type ActivityId = StronglyTypedId<number, "ActivityId">;
|
@@ -8,9 +8,10 @@ export declare function ActivityTypeId(id: GuidValue): ActivityTypeId;
|
|
8
8
|
export interface Activity<TRenderState = DynamicState> extends ActivityBase {
|
9
9
|
id: ActivityId;
|
10
10
|
state: TRenderState;
|
11
|
+
renderer: ActivityRenderer | ActivityRendererReference;
|
11
12
|
senderId: ActivitySenderId;
|
12
13
|
}
|
13
|
-
export interface
|
14
|
+
export interface ActivityWithJson extends ActivityBase {
|
14
15
|
id: ActivityId;
|
15
16
|
senderId: ActivitySenderId;
|
16
17
|
stateJson: string;
|
@@ -24,6 +25,10 @@ export interface ActivityBase {
|
|
24
25
|
expires?: Date;
|
25
26
|
createdAt: Date;
|
26
27
|
}
|
28
|
+
export interface ActivityRenderState<TActivityState = DynamicState, TIdentityState = DynamicState> {
|
29
|
+
activity: TActivityState;
|
30
|
+
identity: TIdentityState;
|
31
|
+
}
|
27
32
|
export interface HubIdentityProperty {
|
28
33
|
name: string;
|
29
34
|
values: Array<string>;
|
@@ -1,3 +1,4 @@
|
|
1
|
+
import { VelcronAppDefinition } from "@omnia/fx-models";
|
1
2
|
import { GuidValue, StronglyTypedId } from "../..";
|
2
3
|
export type ActivityRendererId = StronglyTypedId<string, "ActivityRendererId">;
|
3
4
|
export declare function ActivityRendererId(id: GuidValue): ActivityRendererId;
|
@@ -5,6 +6,9 @@ export interface ActivityRendererReference {
|
|
5
6
|
id: ActivityRendererId;
|
6
7
|
version: string;
|
7
8
|
}
|
8
|
-
export interface
|
9
|
+
export interface ActivityRendererWithJson extends ActivityRendererReference {
|
9
10
|
definition: string;
|
10
11
|
}
|
12
|
+
export interface ActivityRenderer extends ActivityRendererReference {
|
13
|
+
definition: VelcronAppDefinition;
|
14
|
+
}
|
@@ -1,6 +1,6 @@
|
|
1
|
-
import { Activity, ActivityId } from "./Activity";
|
2
|
-
import { ActivityRenderer, ActivityRendererId } from "./ActivityRenderer";
|
3
|
-
import { IdentityActivity } from "./IdentityActivity";
|
1
|
+
import { Activity, ActivityId, ActivityWithJson } from "./Activity";
|
2
|
+
import { ActivityRenderer, ActivityRendererId, ActivityRendererWithJson } from "./ActivityRenderer";
|
3
|
+
import { IdentityActivity, IdentityActivityWithJson } from "./IdentityActivity";
|
4
4
|
export interface FeedResult {
|
5
5
|
renderers: {
|
6
6
|
[key: ActivityRendererId]: ActivityRenderer;
|
@@ -9,3 +9,11 @@ export interface FeedResult {
|
|
9
9
|
activities: Array<Activity>;
|
10
10
|
nextStartingFromId: ActivityId;
|
11
11
|
}
|
12
|
+
export interface FeedResultWithJson {
|
13
|
+
renderers: {
|
14
|
+
[key: ActivityRendererId]: ActivityRendererWithJson;
|
15
|
+
};
|
16
|
+
identityActivities: Array<IdentityActivityWithJson>;
|
17
|
+
activities: Array<ActivityWithJson>;
|
18
|
+
nextStartingFromId: ActivityId;
|
19
|
+
}
|
@@ -5,7 +5,7 @@ export * from "./Topic";
|
|
5
5
|
export * from "./Workers";
|
6
6
|
export * from "./SharedConstants";
|
7
7
|
export * from "./WorkerProxyFuncs";
|
8
|
-
export * from "./
|
8
|
+
export * from "./HttpCommon";
|
9
9
|
export * from "./Future";
|
10
10
|
export * from "./Tokens";
|
11
11
|
export * from "./Tenant";
|
@@ -9,7 +9,7 @@ tslib_1.__exportStar(require("./Topic"), exports);
|
|
9
9
|
tslib_1.__exportStar(require("./Workers"), exports);
|
10
10
|
tslib_1.__exportStar(require("./SharedConstants"), exports);
|
11
11
|
tslib_1.__exportStar(require("./WorkerProxyFuncs"), exports);
|
12
|
-
tslib_1.__exportStar(require("./
|
12
|
+
tslib_1.__exportStar(require("./HttpCommon"), exports);
|
13
13
|
tslib_1.__exportStar(require("./Future"), exports);
|
14
14
|
tslib_1.__exportStar(require("./Tokens"), exports);
|
15
15
|
tslib_1.__exportStar(require("./Tenant"), exports);
|
@@ -9,6 +9,7 @@ declare const _default: {
|
|
9
9
|
style?: unknown;
|
10
10
|
class?: unknown;
|
11
11
|
key?: string | number | symbol;
|
12
|
+
readonly settings?: AppInstanceRollupBlockSettings;
|
12
13
|
ref?: import("vue").VNodeRef;
|
13
14
|
ref_for?: boolean;
|
14
15
|
ref_key?: string;
|
@@ -50,7 +51,6 @@ declare const _default: {
|
|
50
51
|
}>) => void) | ((vnode: import("vue").VNode<import("vue").RendererNode, import("vue").RendererElement, {
|
51
52
|
[key: string]: any;
|
52
53
|
}>) => void)[];
|
53
|
-
readonly settings?: AppInstanceRollupBlockSettings;
|
54
54
|
readonly blockInstance?: IBlockInstance<AppInstanceRollupBlockSettings>;
|
55
55
|
readonly hideBlock?: (hidden: boolean) => void;
|
56
56
|
readonly onFollowAppInstanceClicked?: (appInstanceInfoUser: AppInstanceInfoUser) => void;
|
package/internal-do-not-import-from-here/ux/app/appinstance/settings/components/MetricTab.d.ts
CHANGED
@@ -7,6 +7,7 @@ declare const _default: {
|
|
7
7
|
style?: unknown;
|
8
8
|
class?: unknown;
|
9
9
|
key?: string | number | symbol;
|
10
|
+
readonly settings?: AppInstanceRollupBlockSettings;
|
10
11
|
ref?: import("vue").VNodeRef;
|
11
12
|
ref_for?: boolean;
|
12
13
|
ref_key?: string;
|
@@ -48,7 +49,6 @@ declare const _default: {
|
|
48
49
|
}>) => void) | ((vnode: import("vue").VNode<import("vue").RendererNode, import("vue").RendererElement, {
|
49
50
|
[key: string]: any;
|
50
51
|
}>) => void)[];
|
51
|
-
readonly settings?: AppInstanceRollupBlockSettings;
|
52
52
|
readonly updateSettings?: (settings: AppInstanceRollupBlockSettings) => void;
|
53
53
|
readonly isInWcm?: boolean;
|
54
54
|
};
|
@@ -55,6 +55,7 @@ export declare const frameworkDocumentationCategories: {
|
|
55
55
|
services: DocumentationCategory;
|
56
56
|
components: DocumentationCategory;
|
57
57
|
store: DocumentationCategory;
|
58
|
+
use: DocumentationCategory;
|
58
59
|
theming: DocumentationCategory;
|
59
60
|
};
|
60
61
|
export interface ComponentSpecRegistration {
|
@@ -0,0 +1,91 @@
|
|
1
|
+
declare const _default: {
|
2
|
+
new (...args: any[]): {
|
3
|
+
$: import("vue").ComponentInternalInstance;
|
4
|
+
$data: {};
|
5
|
+
$props: {
|
6
|
+
style?: unknown;
|
7
|
+
class?: unknown;
|
8
|
+
key?: string | number | symbol;
|
9
|
+
ref?: import("vue").VNodeRef;
|
10
|
+
ref_for?: boolean;
|
11
|
+
ref_key?: string;
|
12
|
+
onVnodeBeforeMount?: ((vnode: import("vue").VNode<import("vue").RendererNode, import("vue").RendererElement, {
|
13
|
+
[key: string]: any;
|
14
|
+
}>) => void) | ((vnode: import("vue").VNode<import("vue").RendererNode, import("vue").RendererElement, {
|
15
|
+
[key: string]: any;
|
16
|
+
}>) => void)[];
|
17
|
+
onVnodeMounted?: ((vnode: import("vue").VNode<import("vue").RendererNode, import("vue").RendererElement, {
|
18
|
+
[key: string]: any;
|
19
|
+
}>) => void) | ((vnode: import("vue").VNode<import("vue").RendererNode, import("vue").RendererElement, {
|
20
|
+
[key: string]: any;
|
21
|
+
}>) => void)[];
|
22
|
+
onVnodeBeforeUpdate?: ((vnode: import("vue").VNode<import("vue").RendererNode, import("vue").RendererElement, {
|
23
|
+
[key: string]: any;
|
24
|
+
}>, oldVNode: import("vue").VNode<import("vue").RendererNode, import("vue").RendererElement, {
|
25
|
+
[key: string]: any;
|
26
|
+
}>) => void) | ((vnode: import("vue").VNode<import("vue").RendererNode, import("vue").RendererElement, {
|
27
|
+
[key: string]: any;
|
28
|
+
}>, oldVNode: import("vue").VNode<import("vue").RendererNode, import("vue").RendererElement, {
|
29
|
+
[key: string]: any;
|
30
|
+
}>) => void)[];
|
31
|
+
onVnodeUpdated?: ((vnode: import("vue").VNode<import("vue").RendererNode, import("vue").RendererElement, {
|
32
|
+
[key: string]: any;
|
33
|
+
}>, oldVNode: import("vue").VNode<import("vue").RendererNode, import("vue").RendererElement, {
|
34
|
+
[key: string]: any;
|
35
|
+
}>) => void) | ((vnode: import("vue").VNode<import("vue").RendererNode, import("vue").RendererElement, {
|
36
|
+
[key: string]: any;
|
37
|
+
}>, oldVNode: import("vue").VNode<import("vue").RendererNode, import("vue").RendererElement, {
|
38
|
+
[key: string]: any;
|
39
|
+
}>) => void)[];
|
40
|
+
onVnodeBeforeUnmount?: ((vnode: import("vue").VNode<import("vue").RendererNode, import("vue").RendererElement, {
|
41
|
+
[key: string]: any;
|
42
|
+
}>) => void) | ((vnode: import("vue").VNode<import("vue").RendererNode, import("vue").RendererElement, {
|
43
|
+
[key: string]: any;
|
44
|
+
}>) => void)[];
|
45
|
+
onVnodeUnmounted?: ((vnode: import("vue").VNode<import("vue").RendererNode, import("vue").RendererElement, {
|
46
|
+
[key: string]: any;
|
47
|
+
}>) => void) | ((vnode: import("vue").VNode<import("vue").RendererNode, import("vue").RendererElement, {
|
48
|
+
[key: string]: any;
|
49
|
+
}>) => void)[];
|
50
|
+
};
|
51
|
+
$attrs: {
|
52
|
+
[x: string]: unknown;
|
53
|
+
};
|
54
|
+
$refs: {
|
55
|
+
[x: string]: unknown;
|
56
|
+
};
|
57
|
+
$slots: Readonly<{
|
58
|
+
[name: string]: import("vue").Slot<any>;
|
59
|
+
}>;
|
60
|
+
$root: import("vue").ComponentPublicInstance<{}, {}, {}, {}, {}, {}, {}, {}, false, import("vue").ComponentOptionsBase<any, any, any, any, any, any, any, any, any, {}, {}, string, {}>, {}, {}>;
|
61
|
+
$parent: import("vue").ComponentPublicInstance<{}, {}, {}, {}, {}, {}, {}, {}, false, import("vue").ComponentOptionsBase<any, any, any, any, any, any, any, any, any, {}, {}, string, {}>, {}, {}>;
|
62
|
+
$emit: (event: string, ...args: any[]) => void;
|
63
|
+
$el: any;
|
64
|
+
$options: import("vue").ComponentOptionsBase<Readonly<import("vue").ExtractPropTypes<{}>>, JSX.Element, {}, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {}, string, {}, {}, string, {}> & {
|
65
|
+
beforeCreate?: (() => void) | (() => void)[];
|
66
|
+
created?: (() => void) | (() => void)[];
|
67
|
+
beforeMount?: (() => void) | (() => void)[];
|
68
|
+
mounted?: (() => void) | (() => void)[];
|
69
|
+
beforeUpdate?: (() => void) | (() => void)[];
|
70
|
+
updated?: (() => void) | (() => void)[];
|
71
|
+
activated?: (() => void) | (() => void)[];
|
72
|
+
deactivated?: (() => void) | (() => void)[];
|
73
|
+
beforeDestroy?: (() => void) | (() => void)[];
|
74
|
+
beforeUnmount?: (() => void) | (() => void)[];
|
75
|
+
destroyed?: (() => void) | (() => void)[];
|
76
|
+
unmounted?: (() => void) | (() => void)[];
|
77
|
+
renderTracked?: ((e: import("vue").DebuggerEvent) => void) | ((e: import("vue").DebuggerEvent) => void)[];
|
78
|
+
renderTriggered?: ((e: import("vue").DebuggerEvent) => void) | ((e: import("vue").DebuggerEvent) => void)[];
|
79
|
+
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)[];
|
80
|
+
};
|
81
|
+
$forceUpdate: () => void;
|
82
|
+
$nextTick: typeof import("vue").nextTick;
|
83
|
+
$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;
|
84
|
+
} & Readonly<import("vue").ExtractPropTypes<{}>> & import("vue").ShallowUnwrapRef<JSX.Element> & {} & import("vue").ComponentCustomProperties & {};
|
85
|
+
__isFragment?: never;
|
86
|
+
__isTeleport?: never;
|
87
|
+
__isSuspense?: never;
|
88
|
+
} & import("vue").ComponentOptionsBase<Readonly<import("vue").ExtractPropTypes<{}>>, JSX.Element, {}, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {}, string, {}, {}, string, {}> & import("vue").VNodeProps & import("vue").AllowedComponentProps & import("vue").ComponentCustomProps & {
|
89
|
+
propsDefinition: Omit<Readonly<{} & {}>, never>;
|
90
|
+
};
|
91
|
+
export default _default;
|
@@ -0,0 +1 @@
|
|
1
|
+
export {};
|