@omnia/fx 8.0.208-dev → 8.0.210-dev

Sign up to get free protection for your applications and to get access to all the features.
Files changed (109) hide show
  1. package/internal-do-not-import-from-here/core/utils/Utils.d.ts +6 -0
  2. package/internal-do-not-import-from-here/manifests/omnia.fx.manifest.json +1 -1
  3. package/internal-do-not-import-from-here/manifests/omnia.fx.ux.admin.manifest.json +1 -1
  4. package/internal-do-not-import-from-here/manifests/omnia.fx.ux.manifest.json +1 -1
  5. package/internal-do-not-import-from-here/manifests/omnia.vendor.manifest.json +1 -1
  6. package/internal-do-not-import-from-here/services/identities/UserService.d.ts +1 -1
  7. package/internal-do-not-import-from-here/stores/mediapicker/ImageTransformerStore.d.ts +105 -4
  8. package/internal-do-not-import-from-here/stores/mediapicker/constants.d.ts +7 -0
  9. package/internal-do-not-import-from-here/stores/mediapicker/handlers/Utils/utils.d.ts +3 -0
  10. package/internal-do-not-import-from-here/stores/mediapicker/handlers/imagetransformer/filter.d.ts +4 -1
  11. package/internal-do-not-import-from-here/ux/Exposes.d.ts +1 -1
  12. package/internal-do-not-import-from-here/ux/admin/Registrations.d.ts +1 -0
  13. package/internal-do-not-import-from-here/ux/admin/index.d.ts +2 -0
  14. package/internal-do-not-import-from-here/ux/admin/system/SystemJourney.d.ts +47 -0
  15. package/internal-do-not-import-from-here/ux/admin/system/SystemJourneyConstants.d.ts +4 -0
  16. package/internal-do-not-import-from-here/ux/admin/system/blades/MenuBlade.d.ts +47 -0
  17. package/internal-do-not-import-from-here/ux/admin/system/blades/SettingsBlade.d.ts +47 -0
  18. package/internal-do-not-import-from-here/ux/admin/system/loc/localize.d.ts +44 -0
  19. package/internal-do-not-import-from-here/ux/admin/system/models/SubMenuItem.d.ts +6 -0
  20. package/internal-do-not-import-from-here/ux/admin/system/models/index.d.ts +1 -0
  21. package/internal-do-not-import-from-here/ux/admin/system/store/SystemJourneyStore.d.ts +65 -0
  22. package/internal-do-not-import-from-here/ux/admin/system/submenu/auditlogs/AuditLogConstants.d.ts +6 -0
  23. package/internal-do-not-import-from-here/ux/admin/system/submenu/auditlogs/AuditLogsJourney.d.ts +47 -0
  24. package/internal-do-not-import-from-here/ux/admin/system/submenu/auditlogs/blades/DetailsBlade.d.ts +47 -0
  25. package/internal-do-not-import-from-here/ux/admin/system/submenu/auditlogs/blades/ListingBlade.d.ts +47 -0
  26. package/internal-do-not-import-from-here/ux/admin/system/submenu/auditlogs/blades/SettingsBlade.d.ts +47 -0
  27. package/internal-do-not-import-from-here/ux/admin/system/submenu/azureadpermissions/AzureAdPermissionJourneyState.d.ts +6 -0
  28. package/internal-do-not-import-from-here/ux/admin/system/submenu/azureadpermissions/AzureAdPermissionsConstant.d.ts +6 -0
  29. package/internal-do-not-import-from-here/ux/admin/system/submenu/azureadpermissions/AzureAdPermissionsJourney.d.ts +47 -0
  30. package/internal-do-not-import-from-here/ux/admin/system/submenu/azureadpermissions/blades/DefaultBlade.d.ts +47 -0
  31. package/internal-do-not-import-from-here/ux/admin/system/submenu/azureadpermissions/blades/PermissionDetailBlade.d.ts +47 -0
  32. package/internal-do-not-import-from-here/ux/admin/system/submenu/azureadpermissions/blades/ResourceAccessBlade.d.ts +47 -0
  33. package/internal-do-not-import-from-here/ux/admin/system/submenu/customemail/CustomEmailConstant.d.ts +3 -0
  34. package/internal-do-not-import-from-here/ux/admin/system/submenu/customemail/CustomEmailJourney.d.ts +47 -0
  35. package/internal-do-not-import-from-here/ux/admin/system/submenu/customemail/blades/DefaultBlade.d.ts +47 -0
  36. package/internal-do-not-import-from-here/ux/admin/system/submenu/customemail/loc/localize.d.ts +24 -0
  37. package/internal-do-not-import-from-here/ux/admin/system/submenu/customemail/models/CustomEmailSettings.d.ts +36 -0
  38. package/internal-do-not-import-from-here/ux/admin/system/submenu/customemail/models/EmailEnums.d.ts +7 -0
  39. package/internal-do-not-import-from-here/ux/admin/system/submenu/customemail/models/index.d.ts +2 -0
  40. package/internal-do-not-import-from-here/ux/admin/system/submenu/extensions/ExtensionsJourney.d.ts +47 -0
  41. package/internal-do-not-import-from-here/ux/admin/system/submenu/extensions/ExtensionsJourneyConstants.d.ts +3 -0
  42. package/internal-do-not-import-from-here/ux/admin/system/submenu/extensions/blades/DefaultBlade.d.ts +47 -0
  43. package/internal-do-not-import-from-here/ux/admin/system/submenu/localizationadmin/LocalizationAdmin.d.ts +47 -0
  44. package/internal-do-not-import-from-here/ux/admin/system/submenu/localizationadmin/LocalizationAdminStyles.css.d.ts +3 -0
  45. package/internal-do-not-import-from-here/ux/admin/system/submenu/localizationadmin/NodeComponent.d.ts +109 -0
  46. package/internal-do-not-import-from-here/ux/admin/system/submenu/localizationadmin/ServiceNode.d.ts +68 -0
  47. package/internal-do-not-import-from-here/ux/admin/system/submenu/localizationadmin/loc/localize.d.ts +31 -0
  48. package/internal-do-not-import-from-here/ux/admin/system/submenu/localizationadmin/localizationinput/LocalizationInput.css.d.ts +1 -0
  49. package/internal-do-not-import-from-here/ux/admin/system/submenu/localizationadmin/localizationinput/LocalizationInput.d.ts +93 -0
  50. package/internal-do-not-import-from-here/ux/admin/system/submenu/localizationadmin/models/BladeIds.d.ts +4 -0
  51. package/internal-do-not-import-from-here/ux/admin/system/submenu/localizationadmin/models/Enums.d.ts +6 -0
  52. package/internal-do-not-import-from-here/ux/admin/system/submenu/localizationadmin/models/OmniaServiceLocalizations.d.ts +8 -0
  53. package/internal-do-not-import-from-here/ux/admin/system/submenu/localizationadmin/models/ServiceDefinition.d.ts +6 -0
  54. package/internal-do-not-import-from-here/ux/admin/system/submenu/localizationadmin/models/index.d.ts +4 -0
  55. package/internal-do-not-import-from-here/ux/admin/system/submenu/localizationadmin/services/LocalizationService.d.ts +12 -0
  56. package/internal-do-not-import-from-here/ux/admin/system/submenu/localizationadmin/services/index.d.ts +1 -0
  57. package/internal-do-not-import-from-here/ux/admin/system/submenu/localizationadmin/stores/LocalizationAdminStore.d.ts +58 -0
  58. package/internal-do-not-import-from-here/ux/admin/system/submenu/localizationadmin/stores/index.d.ts +1 -0
  59. package/internal-do-not-import-from-here/ux/admin/system/submenu/services/ServicesJourney.d.ts +47 -0
  60. package/internal-do-not-import-from-here/ux/admin/system/submenu/services/ServicesJourneyConstants.d.ts +4 -0
  61. package/internal-do-not-import-from-here/ux/admin/system/submenu/services/blades/DefaultBlade.d.ts +47 -0
  62. package/internal-do-not-import-from-here/ux/admin/system/submenu/services/blades/SettingsBlade.d.ts +47 -0
  63. package/internal-do-not-import-from-here/ux/admin/system/submenu/services/store/ServicesJourneyStore.d.ts +45 -0
  64. package/internal-do-not-import-from-here/ux/admin/system/submenu/systemlogs/SystemLogConstants.d.ts +5 -0
  65. package/internal-do-not-import-from-here/ux/admin/system/submenu/systemlogs/SystemLogsJourney.d.ts +47 -0
  66. package/internal-do-not-import-from-here/ux/admin/system/submenu/systemlogs/blades/ErrorLogBlade.d.ts +56 -0
  67. package/internal-do-not-import-from-here/ux/admin/system/submenu/systemlogs/blades/ListingBlade.css.d.ts +10 -0
  68. package/internal-do-not-import-from-here/ux/admin/system/submenu/systemlogs/blades/ListingBlade.d.ts +47 -0
  69. package/internal-do-not-import-from-here/ux/admin/system/submenu/systemlogs/loc/localize.d.ts +16 -0
  70. package/internal-do-not-import-from-here/ux/admin/system/submenu/systemlogs/providers/AppInstance/AppInstanceLog.d.ts +51 -0
  71. package/internal-do-not-import-from-here/ux/admin/system/submenu/systemlogs/providers/AppInstance/registerTemplate/RegistrationTemplate.d.ts +1 -0
  72. package/internal-do-not-import-from-here/ux/admin/system/submenu/systemlogs/providers/Feature/FeatureInstanceLog.d.ts +51 -0
  73. package/internal-do-not-import-from-here/ux/admin/system/submenu/systemlogs/providers/Feature/registerTemplate/RegistrationTemplate.d.ts +1 -0
  74. package/internal-do-not-import-from-here/ux/admin/system/submenu/tenantcontact/TenantContactConstant.d.ts +4 -0
  75. package/internal-do-not-import-from-here/ux/admin/system/submenu/tenantcontact/TenantContactJourney.d.ts +47 -0
  76. package/internal-do-not-import-from-here/ux/admin/system/submenu/tenantcontact/blades/DefaultBlade.d.ts +47 -0
  77. package/internal-do-not-import-from-here/ux/aurora/components/viewtemplatepicker/ViewTemplatePicker.css.d.ts +4 -0
  78. package/internal-do-not-import-from-here/ux/aurora/components/viewtemplatepicker/ViewTemplatePicker.d.ts +68 -0
  79. package/internal-do-not-import-from-here/ux/aurora/components/viewtemplatepicker/docs/ExampleComponents.d.ts +1 -0
  80. package/internal-do-not-import-from-here/ux/aurora/components/viewtemplatepicker/docs/SampleComponent.d.ts +47 -0
  81. package/internal-do-not-import-from-here/ux/aurora/components/viewtemplatepicker/docs/index.d.ts +1 -0
  82. package/internal-do-not-import-from-here/ux/aurora/store/SpacingBlueprintStore.d.ts +847 -3511
  83. package/internal-do-not-import-from-here/ux/aurora/store/TypographyBlueprintStore.d.ts +847 -3511
  84. package/internal-do-not-import-from-here/ux/directives/Scroll.d.ts +0 -23
  85. package/internal-do-not-import-from-here/ux/models/LocalizationAdminStyles.d.ts +15 -0
  86. package/internal-do-not-import-from-here/ux/models/LocalizationInputStyles.d.ts +14 -0
  87. package/internal-do-not-import-from-here/ux/models/index.d.ts +2 -0
  88. package/internal-do-not-import-from-here/ux/oxide/dialog/Dialog.d.ts +17 -0
  89. package/internal-do-not-import-from-here/ux/oxide/draggable/Draggable.d.ts +2 -2
  90. package/internal-do-not-import-from-here/ux/properties/builtins/birthday/BirthdayConfiguration.d.ts +5 -0
  91. package/internal-do-not-import-from-here/ux/properties/builtins/date-time/DateTimeConfiguration.d.ts +5 -0
  92. package/internal-do-not-import-from-here/ux/properties/builtins/html/HtmlConfiguration.d.ts +5 -0
  93. package/internal-do-not-import-from-here/ux/properties/builtins/identity/IdentityConfiguration.d.ts +5 -0
  94. package/internal-do-not-import-from-here/ux/properties/builtins/image/ImageConfiguration.d.ts +5 -0
  95. package/internal-do-not-import-from-here/ux/properties/builtins/link/LinkConfiguration.d.ts +5 -0
  96. package/internal-do-not-import-from-here/ux/properties/property-configuration/LabelOptionsRenderer.d.ts +5 -0
  97. package/internal-do-not-import-from-here/ux/properties/property-configuration/PropertyConfiguration.d.ts +5 -0
  98. package/internal-do-not-import-from-here/ux/signin/AuthenticationBlockSettings.d.ts +47 -0
  99. package/internal-do-not-import-from-here/ux/signin/Shared.d.ts +7 -0
  100. package/internal-do-not-import-from-here/ux/signin/loc/localize.d.ts +4 -0
  101. package/internal-do-not-import-from-here/ux/signin/omnia/Login.d.ts +51 -15
  102. package/internal-do-not-import-from-here/ux/signin/omnia/Renderer.d.ts +6 -0
  103. package/internal-do-not-import-from-here/ux/velcron/components/contenteditorNew/VelcronContentEditor.css.d.ts +2 -0
  104. package/internal-do-not-import-from-here/ux/velcron/components/contenteditorNew/VelcronContentEditor.d.ts +50 -0
  105. package/internal-do-not-import-from-here/ux/velcron/components/contenteditorNew/components/BorderSelector.css.d.ts +2 -0
  106. package/internal-do-not-import-from-here/ux/velcron/components/contenteditorNew/stores/ContentEditorStore.d.ts +10 -0
  107. package/internal-do-not-import-from-here/wctypings.d.ts +196 -1
  108. package/internal-do-not-import-from-here/workers/ServiceWorker.d.ts +2 -0
  109. 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,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,4 @@
1
+ import { guid } from "@omnia/fx-models";
2
+ export declare const JourneyBladeIds: {
3
+ default: guid;
4
+ };
@@ -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,4 @@
1
+ export declare const ViewTemplatePickerStyles: {
2
+ selector: (dark: boolean) => string;
3
+ container: string;
4
+ };
@@ -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;
@@ -0,0 +1 @@
1
+ export declare const spec: import("@omnia/fx/ux").DocumentationSpec;