@omnia/fx 8.0.208-dev → 8.0.210-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/utils/Utils.d.ts +6 -0
- package/internal-do-not-import-from-here/manifests/omnia.fx.manifest.json +1 -1
- package/internal-do-not-import-from-here/manifests/omnia.fx.ux.admin.manifest.json +1 -1
- package/internal-do-not-import-from-here/manifests/omnia.fx.ux.manifest.json +1 -1
- package/internal-do-not-import-from-here/manifests/omnia.vendor.manifest.json +1 -1
- package/internal-do-not-import-from-here/services/identities/UserService.d.ts +1 -1
- package/internal-do-not-import-from-here/stores/mediapicker/ImageTransformerStore.d.ts +105 -4
- package/internal-do-not-import-from-here/stores/mediapicker/constants.d.ts +7 -0
- package/internal-do-not-import-from-here/stores/mediapicker/handlers/Utils/utils.d.ts +3 -0
- package/internal-do-not-import-from-here/stores/mediapicker/handlers/imagetransformer/filter.d.ts +4 -1
- package/internal-do-not-import-from-here/ux/Exposes.d.ts +1 -1
- package/internal-do-not-import-from-here/ux/admin/Registrations.d.ts +1 -0
- package/internal-do-not-import-from-here/ux/admin/index.d.ts +2 -0
- package/internal-do-not-import-from-here/ux/admin/system/SystemJourney.d.ts +47 -0
- package/internal-do-not-import-from-here/ux/admin/system/SystemJourneyConstants.d.ts +4 -0
- package/internal-do-not-import-from-here/ux/admin/system/blades/MenuBlade.d.ts +47 -0
- package/internal-do-not-import-from-here/ux/admin/system/blades/SettingsBlade.d.ts +47 -0
- package/internal-do-not-import-from-here/ux/admin/system/loc/localize.d.ts +44 -0
- package/internal-do-not-import-from-here/ux/admin/system/models/SubMenuItem.d.ts +6 -0
- package/internal-do-not-import-from-here/ux/admin/system/models/index.d.ts +1 -0
- package/internal-do-not-import-from-here/ux/admin/system/store/SystemJourneyStore.d.ts +65 -0
- package/internal-do-not-import-from-here/ux/admin/system/submenu/auditlogs/AuditLogConstants.d.ts +6 -0
- package/internal-do-not-import-from-here/ux/admin/system/submenu/auditlogs/AuditLogsJourney.d.ts +47 -0
- package/internal-do-not-import-from-here/ux/admin/system/submenu/auditlogs/blades/DetailsBlade.d.ts +47 -0
- package/internal-do-not-import-from-here/ux/admin/system/submenu/auditlogs/blades/ListingBlade.d.ts +47 -0
- package/internal-do-not-import-from-here/ux/admin/system/submenu/auditlogs/blades/SettingsBlade.d.ts +47 -0
- package/internal-do-not-import-from-here/ux/admin/system/submenu/azureadpermissions/AzureAdPermissionJourneyState.d.ts +6 -0
- package/internal-do-not-import-from-here/ux/admin/system/submenu/azureadpermissions/AzureAdPermissionsConstant.d.ts +6 -0
- package/internal-do-not-import-from-here/ux/admin/system/submenu/azureadpermissions/AzureAdPermissionsJourney.d.ts +47 -0
- package/internal-do-not-import-from-here/ux/admin/system/submenu/azureadpermissions/blades/DefaultBlade.d.ts +47 -0
- package/internal-do-not-import-from-here/ux/admin/system/submenu/azureadpermissions/blades/PermissionDetailBlade.d.ts +47 -0
- package/internal-do-not-import-from-here/ux/admin/system/submenu/azureadpermissions/blades/ResourceAccessBlade.d.ts +47 -0
- package/internal-do-not-import-from-here/ux/admin/system/submenu/customemail/CustomEmailConstant.d.ts +3 -0
- package/internal-do-not-import-from-here/ux/admin/system/submenu/customemail/CustomEmailJourney.d.ts +47 -0
- package/internal-do-not-import-from-here/ux/admin/system/submenu/customemail/blades/DefaultBlade.d.ts +47 -0
- package/internal-do-not-import-from-here/ux/admin/system/submenu/customemail/loc/localize.d.ts +24 -0
- package/internal-do-not-import-from-here/ux/admin/system/submenu/customemail/models/CustomEmailSettings.d.ts +36 -0
- package/internal-do-not-import-from-here/ux/admin/system/submenu/customemail/models/EmailEnums.d.ts +7 -0
- package/internal-do-not-import-from-here/ux/admin/system/submenu/customemail/models/index.d.ts +2 -0
- package/internal-do-not-import-from-here/ux/admin/system/submenu/extensions/ExtensionsJourney.d.ts +47 -0
- package/internal-do-not-import-from-here/ux/admin/system/submenu/extensions/ExtensionsJourneyConstants.d.ts +3 -0
- package/internal-do-not-import-from-here/ux/admin/system/submenu/extensions/blades/DefaultBlade.d.ts +47 -0
- package/internal-do-not-import-from-here/ux/admin/system/submenu/localizationadmin/LocalizationAdmin.d.ts +47 -0
- package/internal-do-not-import-from-here/ux/admin/system/submenu/localizationadmin/LocalizationAdminStyles.css.d.ts +3 -0
- package/internal-do-not-import-from-here/ux/admin/system/submenu/localizationadmin/NodeComponent.d.ts +109 -0
- package/internal-do-not-import-from-here/ux/admin/system/submenu/localizationadmin/ServiceNode.d.ts +68 -0
- package/internal-do-not-import-from-here/ux/admin/system/submenu/localizationadmin/loc/localize.d.ts +31 -0
- package/internal-do-not-import-from-here/ux/admin/system/submenu/localizationadmin/localizationinput/LocalizationInput.css.d.ts +1 -0
- package/internal-do-not-import-from-here/ux/admin/system/submenu/localizationadmin/localizationinput/LocalizationInput.d.ts +93 -0
- package/internal-do-not-import-from-here/ux/admin/system/submenu/localizationadmin/models/BladeIds.d.ts +4 -0
- package/internal-do-not-import-from-here/ux/admin/system/submenu/localizationadmin/models/Enums.d.ts +6 -0
- package/internal-do-not-import-from-here/ux/admin/system/submenu/localizationadmin/models/OmniaServiceLocalizations.d.ts +8 -0
- package/internal-do-not-import-from-here/ux/admin/system/submenu/localizationadmin/models/ServiceDefinition.d.ts +6 -0
- package/internal-do-not-import-from-here/ux/admin/system/submenu/localizationadmin/models/index.d.ts +4 -0
- package/internal-do-not-import-from-here/ux/admin/system/submenu/localizationadmin/services/LocalizationService.d.ts +12 -0
- package/internal-do-not-import-from-here/ux/admin/system/submenu/localizationadmin/services/index.d.ts +1 -0
- package/internal-do-not-import-from-here/ux/admin/system/submenu/localizationadmin/stores/LocalizationAdminStore.d.ts +58 -0
- package/internal-do-not-import-from-here/ux/admin/system/submenu/localizationadmin/stores/index.d.ts +1 -0
- package/internal-do-not-import-from-here/ux/admin/system/submenu/services/ServicesJourney.d.ts +47 -0
- package/internal-do-not-import-from-here/ux/admin/system/submenu/services/ServicesJourneyConstants.d.ts +4 -0
- package/internal-do-not-import-from-here/ux/admin/system/submenu/services/blades/DefaultBlade.d.ts +47 -0
- package/internal-do-not-import-from-here/ux/admin/system/submenu/services/blades/SettingsBlade.d.ts +47 -0
- package/internal-do-not-import-from-here/ux/admin/system/submenu/services/store/ServicesJourneyStore.d.ts +45 -0
- package/internal-do-not-import-from-here/ux/admin/system/submenu/systemlogs/SystemLogConstants.d.ts +5 -0
- package/internal-do-not-import-from-here/ux/admin/system/submenu/systemlogs/SystemLogsJourney.d.ts +47 -0
- package/internal-do-not-import-from-here/ux/admin/system/submenu/systemlogs/blades/ErrorLogBlade.d.ts +56 -0
- package/internal-do-not-import-from-here/ux/admin/system/submenu/systemlogs/blades/ListingBlade.css.d.ts +10 -0
- package/internal-do-not-import-from-here/ux/admin/system/submenu/systemlogs/blades/ListingBlade.d.ts +47 -0
- package/internal-do-not-import-from-here/ux/admin/system/submenu/systemlogs/loc/localize.d.ts +16 -0
- package/internal-do-not-import-from-here/ux/admin/system/submenu/systemlogs/providers/AppInstance/AppInstanceLog.d.ts +51 -0
- package/internal-do-not-import-from-here/ux/admin/system/submenu/systemlogs/providers/AppInstance/registerTemplate/RegistrationTemplate.d.ts +1 -0
- package/internal-do-not-import-from-here/ux/admin/system/submenu/systemlogs/providers/Feature/FeatureInstanceLog.d.ts +51 -0
- package/internal-do-not-import-from-here/ux/admin/system/submenu/systemlogs/providers/Feature/registerTemplate/RegistrationTemplate.d.ts +1 -0
- package/internal-do-not-import-from-here/ux/admin/system/submenu/tenantcontact/TenantContactConstant.d.ts +4 -0
- package/internal-do-not-import-from-here/ux/admin/system/submenu/tenantcontact/TenantContactJourney.d.ts +47 -0
- package/internal-do-not-import-from-here/ux/admin/system/submenu/tenantcontact/blades/DefaultBlade.d.ts +47 -0
- package/internal-do-not-import-from-here/ux/aurora/components/viewtemplatepicker/ViewTemplatePicker.css.d.ts +4 -0
- package/internal-do-not-import-from-here/ux/aurora/components/viewtemplatepicker/ViewTemplatePicker.d.ts +68 -0
- package/internal-do-not-import-from-here/ux/aurora/components/viewtemplatepicker/docs/ExampleComponents.d.ts +1 -0
- package/internal-do-not-import-from-here/ux/aurora/components/viewtemplatepicker/docs/SampleComponent.d.ts +47 -0
- package/internal-do-not-import-from-here/ux/aurora/components/viewtemplatepicker/docs/index.d.ts +1 -0
- package/internal-do-not-import-from-here/ux/aurora/store/SpacingBlueprintStore.d.ts +847 -3511
- package/internal-do-not-import-from-here/ux/aurora/store/TypographyBlueprintStore.d.ts +847 -3511
- package/internal-do-not-import-from-here/ux/directives/Scroll.d.ts +0 -23
- package/internal-do-not-import-from-here/ux/models/LocalizationAdminStyles.d.ts +15 -0
- package/internal-do-not-import-from-here/ux/models/LocalizationInputStyles.d.ts +14 -0
- package/internal-do-not-import-from-here/ux/models/index.d.ts +2 -0
- package/internal-do-not-import-from-here/ux/oxide/dialog/Dialog.d.ts +17 -0
- package/internal-do-not-import-from-here/ux/oxide/draggable/Draggable.d.ts +2 -2
- package/internal-do-not-import-from-here/ux/properties/builtins/birthday/BirthdayConfiguration.d.ts +5 -0
- package/internal-do-not-import-from-here/ux/properties/builtins/date-time/DateTimeConfiguration.d.ts +5 -0
- package/internal-do-not-import-from-here/ux/properties/builtins/html/HtmlConfiguration.d.ts +5 -0
- package/internal-do-not-import-from-here/ux/properties/builtins/identity/IdentityConfiguration.d.ts +5 -0
- package/internal-do-not-import-from-here/ux/properties/builtins/image/ImageConfiguration.d.ts +5 -0
- package/internal-do-not-import-from-here/ux/properties/builtins/link/LinkConfiguration.d.ts +5 -0
- package/internal-do-not-import-from-here/ux/properties/property-configuration/LabelOptionsRenderer.d.ts +5 -0
- package/internal-do-not-import-from-here/ux/properties/property-configuration/PropertyConfiguration.d.ts +5 -0
- package/internal-do-not-import-from-here/ux/signin/AuthenticationBlockSettings.d.ts +47 -0
- package/internal-do-not-import-from-here/ux/signin/Shared.d.ts +7 -0
- package/internal-do-not-import-from-here/ux/signin/loc/localize.d.ts +4 -0
- package/internal-do-not-import-from-here/ux/signin/omnia/Login.d.ts +51 -15
- package/internal-do-not-import-from-here/ux/signin/omnia/Renderer.d.ts +6 -0
- package/internal-do-not-import-from-here/ux/velcron/components/contenteditorNew/VelcronContentEditor.css.d.ts +2 -0
- package/internal-do-not-import-from-here/ux/velcron/components/contenteditorNew/VelcronContentEditor.d.ts +50 -0
- package/internal-do-not-import-from-here/ux/velcron/components/contenteditorNew/components/BorderSelector.css.d.ts +2 -0
- package/internal-do-not-import-from-here/ux/velcron/components/contenteditorNew/stores/ContentEditorStore.d.ts +10 -0
- package/internal-do-not-import-from-here/wctypings.d.ts +196 -1
- package/internal-do-not-import-from-here/workers/ServiceWorker.d.ts +2 -0
- package/package.json +2 -2
@@ -0,0 +1,51 @@
|
|
1
|
+
declare const _default: (props: import("@omnia/fx/ux").ConstructComponentProps<{
|
2
|
+
status?: number;
|
3
|
+
}>) => {
|
4
|
+
$: import("vue").ComponentInternalInstance;
|
5
|
+
$data: {};
|
6
|
+
$props: {};
|
7
|
+
$attrs: {
|
8
|
+
[x: string]: unknown;
|
9
|
+
};
|
10
|
+
$refs: {
|
11
|
+
[x: string]: unknown;
|
12
|
+
};
|
13
|
+
$slots: Readonly<{
|
14
|
+
[name: string]: import("vue").Slot<any>;
|
15
|
+
}>;
|
16
|
+
$root: import("vue").ComponentPublicInstance<{}, {}, {}, {}, {}, {}, {}, {}, false, import("vue").ComponentOptionsBase<any, any, any, any, any, any, any, any, any, {}, {}, string, {}>, {}, {}>;
|
17
|
+
$parent: import("vue").ComponentPublicInstance<{}, {}, {}, {}, {}, {}, {}, {}, false, import("vue").ComponentOptionsBase<any, any, any, any, any, any, any, any, any, {}, {}, string, {}>, {}, {}>;
|
18
|
+
$emit: (event: string, ...args: any[]) => void;
|
19
|
+
$el: any;
|
20
|
+
$options: import("vue").ComponentOptionsBase<any, any, any, any, any, any, any, any, any, {}, {}, string, {}> & {
|
21
|
+
beforeCreate?: (() => void) | (() => void)[];
|
22
|
+
created?: (() => void) | (() => void)[];
|
23
|
+
beforeMount?: (() => void) | (() => void)[];
|
24
|
+
mounted?: (() => void) | (() => void)[];
|
25
|
+
beforeUpdate?: (() => void) | (() => void)[];
|
26
|
+
updated?: (() => void) | (() => void)[];
|
27
|
+
activated?: (() => void) | (() => void)[];
|
28
|
+
deactivated?: (() => void) | (() => void)[];
|
29
|
+
beforeDestroy?: (() => void) | (() => void)[];
|
30
|
+
beforeUnmount?: (() => void) | (() => void)[];
|
31
|
+
destroyed?: (() => void) | (() => void)[];
|
32
|
+
unmounted?: (() => void) | (() => void)[];
|
33
|
+
renderTracked?: ((e: import("vue").DebuggerEvent) => void) | ((e: import("vue").DebuggerEvent) => void)[];
|
34
|
+
renderTriggered?: ((e: import("vue").DebuggerEvent) => void) | ((e: import("vue").DebuggerEvent) => void)[];
|
35
|
+
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)[];
|
36
|
+
};
|
37
|
+
$forceUpdate: () => void;
|
38
|
+
$nextTick: typeof import("vue").nextTick;
|
39
|
+
$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;
|
40
|
+
} & Omit<{}, never> & import("vue").ShallowUnwrapRef<{}> & {} & import("vue").ComponentCustomProperties & {} & {
|
41
|
+
propsDefinition: import("@omnia/fx/ux").ExtractProps<{
|
42
|
+
status?: number;
|
43
|
+
}> & {
|
44
|
+
"v-slots"?: {
|
45
|
+
default?: import("vue").Slot;
|
46
|
+
} & {};
|
47
|
+
} & {} & Omit<import("@omnia/fx/ux").VueComponentBaseProps, "status">;
|
48
|
+
} & import("vue").VNode<import("vue").RendererNode, import("vue").RendererElement, {
|
49
|
+
[key: string]: any;
|
50
|
+
}>;
|
51
|
+
export default _default;
|
@@ -0,0 +1 @@
|
|
1
|
+
export {};
|
@@ -0,0 +1,51 @@
|
|
1
|
+
declare const _default: (props: import("@omnia/fx/ux").ConstructComponentProps<{
|
2
|
+
status?: number;
|
3
|
+
}>) => {
|
4
|
+
$: import("vue").ComponentInternalInstance;
|
5
|
+
$data: {};
|
6
|
+
$props: {};
|
7
|
+
$attrs: {
|
8
|
+
[x: string]: unknown;
|
9
|
+
};
|
10
|
+
$refs: {
|
11
|
+
[x: string]: unknown;
|
12
|
+
};
|
13
|
+
$slots: Readonly<{
|
14
|
+
[name: string]: import("vue").Slot<any>;
|
15
|
+
}>;
|
16
|
+
$root: import("vue").ComponentPublicInstance<{}, {}, {}, {}, {}, {}, {}, {}, false, import("vue").ComponentOptionsBase<any, any, any, any, any, any, any, any, any, {}, {}, string, {}>, {}, {}>;
|
17
|
+
$parent: import("vue").ComponentPublicInstance<{}, {}, {}, {}, {}, {}, {}, {}, false, import("vue").ComponentOptionsBase<any, any, any, any, any, any, any, any, any, {}, {}, string, {}>, {}, {}>;
|
18
|
+
$emit: (event: string, ...args: any[]) => void;
|
19
|
+
$el: any;
|
20
|
+
$options: import("vue").ComponentOptionsBase<any, any, any, any, any, any, any, any, any, {}, {}, string, {}> & {
|
21
|
+
beforeCreate?: (() => void) | (() => void)[];
|
22
|
+
created?: (() => void) | (() => void)[];
|
23
|
+
beforeMount?: (() => void) | (() => void)[];
|
24
|
+
mounted?: (() => void) | (() => void)[];
|
25
|
+
beforeUpdate?: (() => void) | (() => void)[];
|
26
|
+
updated?: (() => void) | (() => void)[];
|
27
|
+
activated?: (() => void) | (() => void)[];
|
28
|
+
deactivated?: (() => void) | (() => void)[];
|
29
|
+
beforeDestroy?: (() => void) | (() => void)[];
|
30
|
+
beforeUnmount?: (() => void) | (() => void)[];
|
31
|
+
destroyed?: (() => void) | (() => void)[];
|
32
|
+
unmounted?: (() => void) | (() => void)[];
|
33
|
+
renderTracked?: ((e: import("vue").DebuggerEvent) => void) | ((e: import("vue").DebuggerEvent) => void)[];
|
34
|
+
renderTriggered?: ((e: import("vue").DebuggerEvent) => void) | ((e: import("vue").DebuggerEvent) => void)[];
|
35
|
+
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)[];
|
36
|
+
};
|
37
|
+
$forceUpdate: () => void;
|
38
|
+
$nextTick: typeof import("vue").nextTick;
|
39
|
+
$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;
|
40
|
+
} & Omit<{}, never> & import("vue").ShallowUnwrapRef<{}> & {} & import("vue").ComponentCustomProperties & {} & {
|
41
|
+
propsDefinition: import("@omnia/fx/ux").ExtractProps<{
|
42
|
+
status?: number;
|
43
|
+
}> & {
|
44
|
+
"v-slots"?: {
|
45
|
+
default?: import("vue").Slot;
|
46
|
+
} & {};
|
47
|
+
} & {} & Omit<import("@omnia/fx/ux").VueComponentBaseProps, "status">;
|
48
|
+
} & import("vue").VNode<import("vue").RendererNode, import("vue").RendererElement, {
|
49
|
+
[key: string]: any;
|
50
|
+
}>;
|
51
|
+
export default _default;
|
@@ -0,0 +1 @@
|
|
1
|
+
export {};
|
@@ -0,0 +1,47 @@
|
|
1
|
+
declare const _default: (props: import("@omnia/fx/ux").ConstructComponentProps<Record<string, any>>) => {
|
2
|
+
$: import("vue").ComponentInternalInstance;
|
3
|
+
$data: {};
|
4
|
+
$props: {};
|
5
|
+
$attrs: {
|
6
|
+
[x: string]: unknown;
|
7
|
+
};
|
8
|
+
$refs: {
|
9
|
+
[x: string]: unknown;
|
10
|
+
};
|
11
|
+
$slots: Readonly<{
|
12
|
+
[name: string]: import("vue").Slot<any>;
|
13
|
+
}>;
|
14
|
+
$root: import("vue").ComponentPublicInstance<{}, {}, {}, {}, {}, {}, {}, {}, false, import("vue").ComponentOptionsBase<any, any, any, any, any, any, any, any, any, {}, {}, string, {}>, {}, {}>;
|
15
|
+
$parent: import("vue").ComponentPublicInstance<{}, {}, {}, {}, {}, {}, {}, {}, false, import("vue").ComponentOptionsBase<any, any, any, any, any, any, any, any, any, {}, {}, string, {}>, {}, {}>;
|
16
|
+
$emit: (event: string, ...args: any[]) => void;
|
17
|
+
$el: any;
|
18
|
+
$options: import("vue").ComponentOptionsBase<any, any, any, any, any, any, any, any, any, {}, {}, string, {}> & {
|
19
|
+
beforeCreate?: (() => void) | (() => void)[];
|
20
|
+
created?: (() => void) | (() => void)[];
|
21
|
+
beforeMount?: (() => void) | (() => void)[];
|
22
|
+
mounted?: (() => void) | (() => void)[];
|
23
|
+
beforeUpdate?: (() => void) | (() => void)[];
|
24
|
+
updated?: (() => void) | (() => void)[];
|
25
|
+
activated?: (() => void) | (() => void)[];
|
26
|
+
deactivated?: (() => void) | (() => void)[];
|
27
|
+
beforeDestroy?: (() => void) | (() => void)[];
|
28
|
+
beforeUnmount?: (() => void) | (() => void)[];
|
29
|
+
destroyed?: (() => void) | (() => void)[];
|
30
|
+
unmounted?: (() => void) | (() => void)[];
|
31
|
+
renderTracked?: ((e: import("vue").DebuggerEvent) => void) | ((e: import("vue").DebuggerEvent) => void)[];
|
32
|
+
renderTriggered?: ((e: import("vue").DebuggerEvent) => void) | ((e: import("vue").DebuggerEvent) => void)[];
|
33
|
+
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)[];
|
34
|
+
};
|
35
|
+
$forceUpdate: () => void;
|
36
|
+
$nextTick: typeof import("vue").nextTick;
|
37
|
+
$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;
|
38
|
+
} & Omit<{}, never> & import("vue").ShallowUnwrapRef<{}> & {} & import("vue").ComponentCustomProperties & {} & {
|
39
|
+
propsDefinition: import("@omnia/fx/ux").ExtractProps<Record<string, any>> & {
|
40
|
+
"v-slots"?: {
|
41
|
+
default?: import("vue").Slot;
|
42
|
+
} & {};
|
43
|
+
} & {} & Omit<import("@omnia/fx/ux").VueComponentBaseProps, string | number>;
|
44
|
+
} & import("vue").VNode<import("vue").RendererNode, import("vue").RendererElement, {
|
45
|
+
[key: string]: any;
|
46
|
+
}>;
|
47
|
+
export default _default;
|
@@ -0,0 +1,47 @@
|
|
1
|
+
declare const _default: (props: import("@omnia/fx/ux").ConstructComponentProps<Record<string, any>>) => {
|
2
|
+
$: import("vue").ComponentInternalInstance;
|
3
|
+
$data: {};
|
4
|
+
$props: {};
|
5
|
+
$attrs: {
|
6
|
+
[x: string]: unknown;
|
7
|
+
};
|
8
|
+
$refs: {
|
9
|
+
[x: string]: unknown;
|
10
|
+
};
|
11
|
+
$slots: Readonly<{
|
12
|
+
[name: string]: import("vue").Slot<any>;
|
13
|
+
}>;
|
14
|
+
$root: import("vue").ComponentPublicInstance<{}, {}, {}, {}, {}, {}, {}, {}, false, import("vue").ComponentOptionsBase<any, any, any, any, any, any, any, any, any, {}, {}, string, {}>, {}, {}>;
|
15
|
+
$parent: import("vue").ComponentPublicInstance<{}, {}, {}, {}, {}, {}, {}, {}, false, import("vue").ComponentOptionsBase<any, any, any, any, any, any, any, any, any, {}, {}, string, {}>, {}, {}>;
|
16
|
+
$emit: (event: string, ...args: any[]) => void;
|
17
|
+
$el: any;
|
18
|
+
$options: import("vue").ComponentOptionsBase<any, any, any, any, any, any, any, any, any, {}, {}, string, {}> & {
|
19
|
+
beforeCreate?: (() => void) | (() => void)[];
|
20
|
+
created?: (() => void) | (() => void)[];
|
21
|
+
beforeMount?: (() => void) | (() => void)[];
|
22
|
+
mounted?: (() => void) | (() => void)[];
|
23
|
+
beforeUpdate?: (() => void) | (() => void)[];
|
24
|
+
updated?: (() => void) | (() => void)[];
|
25
|
+
activated?: (() => void) | (() => void)[];
|
26
|
+
deactivated?: (() => void) | (() => void)[];
|
27
|
+
beforeDestroy?: (() => void) | (() => void)[];
|
28
|
+
beforeUnmount?: (() => void) | (() => void)[];
|
29
|
+
destroyed?: (() => void) | (() => void)[];
|
30
|
+
unmounted?: (() => void) | (() => void)[];
|
31
|
+
renderTracked?: ((e: import("vue").DebuggerEvent) => void) | ((e: import("vue").DebuggerEvent) => void)[];
|
32
|
+
renderTriggered?: ((e: import("vue").DebuggerEvent) => void) | ((e: import("vue").DebuggerEvent) => void)[];
|
33
|
+
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)[];
|
34
|
+
};
|
35
|
+
$forceUpdate: () => void;
|
36
|
+
$nextTick: typeof import("vue").nextTick;
|
37
|
+
$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;
|
38
|
+
} & Omit<{}, never> & import("vue").ShallowUnwrapRef<{}> & {} & import("vue").ComponentCustomProperties & {} & {
|
39
|
+
propsDefinition: import("@omnia/fx/ux").ExtractProps<Record<string, any>> & {
|
40
|
+
"v-slots"?: {
|
41
|
+
default?: import("vue").Slot;
|
42
|
+
} & {};
|
43
|
+
} & {} & Omit<import("@omnia/fx/ux").VueComponentBaseProps, string | number>;
|
44
|
+
} & import("vue").VNode<import("vue").RendererNode, import("vue").RendererElement, {
|
45
|
+
[key: string]: any;
|
46
|
+
}>;
|
47
|
+
export default _default;
|
@@ -0,0 +1,68 @@
|
|
1
|
+
import { VelcronRendererReference } from "@omnia/fx-models";
|
2
|
+
import { DefineEmit } from "@omnia/fx/ux";
|
3
|
+
import { nextTick } from "vue";
|
4
|
+
declare const _default: (props: import("@omnia/fx/ux").ConstructComponentProps<{
|
5
|
+
"v-model"?: VelcronRendererReference;
|
6
|
+
} & {
|
7
|
+
"onUpdate:modelValue"?: (value: VelcronRendererReference) => void;
|
8
|
+
} & {
|
9
|
+
modelValue?: VelcronRendererReference;
|
10
|
+
} & {
|
11
|
+
label?: string;
|
12
|
+
} & DefineEmit<"update:modelValue", (renderer: VelcronRendererReference) => void>>) => {
|
13
|
+
$: import("vue").ComponentInternalInstance;
|
14
|
+
$data: {};
|
15
|
+
$props: {};
|
16
|
+
$attrs: {
|
17
|
+
[x: string]: unknown;
|
18
|
+
};
|
19
|
+
$refs: {
|
20
|
+
[x: string]: unknown;
|
21
|
+
};
|
22
|
+
$slots: Readonly<{
|
23
|
+
[name: string]: import("vue").Slot<any>;
|
24
|
+
}>;
|
25
|
+
$root: import("vue").ComponentPublicInstance<{}, {}, {}, {}, {}, {}, {}, {}, false, import("vue").ComponentOptionsBase<any, any, any, any, any, any, any, any, any, {}, {}, string, {}>, {}, {}>;
|
26
|
+
$parent: import("vue").ComponentPublicInstance<{}, {}, {}, {}, {}, {}, {}, {}, false, import("vue").ComponentOptionsBase<any, any, any, any, any, any, any, any, any, {}, {}, string, {}>, {}, {}>;
|
27
|
+
$emit: (event: string, ...args: any[]) => void;
|
28
|
+
$el: any;
|
29
|
+
$options: import("vue").ComponentOptionsBase<any, any, any, any, any, any, any, any, any, {}, {}, string, {}> & {
|
30
|
+
beforeCreate?: (() => void) | (() => void)[];
|
31
|
+
created?: (() => void) | (() => void)[];
|
32
|
+
beforeMount?: (() => void) | (() => void)[];
|
33
|
+
mounted?: (() => void) | (() => void)[];
|
34
|
+
beforeUpdate?: (() => void) | (() => void)[];
|
35
|
+
updated?: (() => void) | (() => void)[];
|
36
|
+
activated?: (() => void) | (() => void)[];
|
37
|
+
deactivated?: (() => void) | (() => void)[];
|
38
|
+
beforeDestroy?: (() => void) | (() => void)[];
|
39
|
+
beforeUnmount?: (() => void) | (() => void)[];
|
40
|
+
destroyed?: (() => void) | (() => void)[];
|
41
|
+
unmounted?: (() => void) | (() => void)[];
|
42
|
+
renderTracked?: ((e: import("vue").DebuggerEvent) => void) | ((e: import("vue").DebuggerEvent) => void)[];
|
43
|
+
renderTriggered?: ((e: import("vue").DebuggerEvent) => void) | ((e: import("vue").DebuggerEvent) => void)[];
|
44
|
+
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)[];
|
45
|
+
};
|
46
|
+
$forceUpdate: () => void;
|
47
|
+
$nextTick: typeof nextTick;
|
48
|
+
$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;
|
49
|
+
} & Omit<{}, never> & import("vue").ShallowUnwrapRef<{}> & {} & import("vue").ComponentCustomProperties & {} & {
|
50
|
+
propsDefinition: import("@omnia/fx/ux").ExtractProps<{
|
51
|
+
"v-model"?: VelcronRendererReference;
|
52
|
+
} & {
|
53
|
+
"onUpdate:modelValue"?: (value: VelcronRendererReference) => void;
|
54
|
+
} & {
|
55
|
+
modelValue?: VelcronRendererReference;
|
56
|
+
} & {
|
57
|
+
label?: string;
|
58
|
+
} & DefineEmit<"update:modelValue", (renderer: VelcronRendererReference) => void>> & {
|
59
|
+
"v-slots"?: {
|
60
|
+
default?: import("vue").Slot;
|
61
|
+
} & {};
|
62
|
+
} & {
|
63
|
+
"onUpdate:modelValue"?: (renderer: VelcronRendererReference) => any;
|
64
|
+
} & Omit<import("@omnia/fx/ux").VueComponentBaseProps, "label" | "v-model" | "onUpdate:modelValue" | "modelValue">;
|
65
|
+
} & import("vue").VNode<import("vue").RendererNode, import("vue").RendererElement, {
|
66
|
+
[key: string]: any;
|
67
|
+
}>;
|
68
|
+
export default _default;
|
@@ -0,0 +1 @@
|
|
1
|
+
export declare const ExampleComponents: import("@omnia/fx/ux").DocumentationSpec;
|
@@ -0,0 +1,47 @@
|
|
1
|
+
declare const _default: (props: import("@omnia/fx/ux").ConstructComponentProps<Record<string, any>>) => {
|
2
|
+
$: import("vue").ComponentInternalInstance;
|
3
|
+
$data: {};
|
4
|
+
$props: {};
|
5
|
+
$attrs: {
|
6
|
+
[x: string]: unknown;
|
7
|
+
};
|
8
|
+
$refs: {
|
9
|
+
[x: string]: unknown;
|
10
|
+
};
|
11
|
+
$slots: Readonly<{
|
12
|
+
[name: string]: import("vue").Slot<any>;
|
13
|
+
}>;
|
14
|
+
$root: import("vue").ComponentPublicInstance<{}, {}, {}, {}, {}, {}, {}, {}, false, import("vue").ComponentOptionsBase<any, any, any, any, any, any, any, any, any, {}, {}, string, {}>, {}, {}>;
|
15
|
+
$parent: import("vue").ComponentPublicInstance<{}, {}, {}, {}, {}, {}, {}, {}, false, import("vue").ComponentOptionsBase<any, any, any, any, any, any, any, any, any, {}, {}, string, {}>, {}, {}>;
|
16
|
+
$emit: (event: string, ...args: any[]) => void;
|
17
|
+
$el: any;
|
18
|
+
$options: import("vue").ComponentOptionsBase<any, any, any, any, any, any, any, any, any, {}, {}, string, {}> & {
|
19
|
+
beforeCreate?: (() => void) | (() => void)[];
|
20
|
+
created?: (() => void) | (() => void)[];
|
21
|
+
beforeMount?: (() => void) | (() => void)[];
|
22
|
+
mounted?: (() => void) | (() => void)[];
|
23
|
+
beforeUpdate?: (() => void) | (() => void)[];
|
24
|
+
updated?: (() => void) | (() => void)[];
|
25
|
+
activated?: (() => void) | (() => void)[];
|
26
|
+
deactivated?: (() => void) | (() => void)[];
|
27
|
+
beforeDestroy?: (() => void) | (() => void)[];
|
28
|
+
beforeUnmount?: (() => void) | (() => void)[];
|
29
|
+
destroyed?: (() => void) | (() => void)[];
|
30
|
+
unmounted?: (() => void) | (() => void)[];
|
31
|
+
renderTracked?: ((e: import("vue").DebuggerEvent) => void) | ((e: import("vue").DebuggerEvent) => void)[];
|
32
|
+
renderTriggered?: ((e: import("vue").DebuggerEvent) => void) | ((e: import("vue").DebuggerEvent) => void)[];
|
33
|
+
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)[];
|
34
|
+
};
|
35
|
+
$forceUpdate: () => void;
|
36
|
+
$nextTick: typeof import("vue").nextTick;
|
37
|
+
$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;
|
38
|
+
} & Omit<{}, never> & import("vue").ShallowUnwrapRef<{}> & {} & import("vue").ComponentCustomProperties & {} & {
|
39
|
+
propsDefinition: import("@omnia/fx/ux").ExtractProps<Record<string, any>> & {
|
40
|
+
"v-slots"?: {
|
41
|
+
default?: import("vue").Slot;
|
42
|
+
} & {};
|
43
|
+
} & {} & Omit<import("@omnia/fx/ux").VueComponentBaseProps, string | number>;
|
44
|
+
} & import("vue").VNode<import("vue").RendererNode, import("vue").RendererElement, {
|
45
|
+
[key: string]: any;
|
46
|
+
}>;
|
47
|
+
export default _default;
|
package/internal-do-not-import-from-here/ux/aurora/components/viewtemplatepicker/docs/index.d.ts
ADDED
@@ -0,0 +1 @@
|
|
1
|
+
export declare const spec: import("@omnia/fx/ux").DocumentationSpec;
|