@omnia/fx 8.0.209-dev → 8.0.211-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.
Files changed (48) 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.manifest.json +1 -1
  4. package/internal-do-not-import-from-here/manifests/omnia.vendor.manifest.json +1 -1
  5. package/internal-do-not-import-from-here/services/identities/UserService.d.ts +1 -1
  6. package/internal-do-not-import-from-here/stores/mediapicker/ImageTransformerStore.d.ts +105 -4
  7. package/internal-do-not-import-from-here/stores/mediapicker/constants.d.ts +7 -0
  8. package/internal-do-not-import-from-here/stores/mediapicker/handlers/Utils/utils.d.ts +3 -0
  9. package/internal-do-not-import-from-here/stores/mediapicker/handlers/imagetransformer/filter.d.ts +4 -1
  10. package/internal-do-not-import-from-here/ux/Exposes.d.ts +1 -1
  11. package/internal-do-not-import-from-here/ux/aurora/components/tabs/TabStylePicker.d.ts +12 -8
  12. package/internal-do-not-import-from-here/ux/aurora/components/viewtemplatepicker/ViewTemplatePicker.css.d.ts +4 -0
  13. package/internal-do-not-import-from-here/ux/aurora/components/viewtemplatepicker/ViewTemplatePicker.d.ts +68 -0
  14. package/internal-do-not-import-from-here/ux/aurora/components/viewtemplatepicker/docs/ExampleComponents.d.ts +1 -0
  15. package/internal-do-not-import-from-here/ux/aurora/components/viewtemplatepicker/docs/SampleComponent.d.ts +47 -0
  16. package/internal-do-not-import-from-here/ux/aurora/components/viewtemplatepicker/docs/index.d.ts +1 -0
  17. package/internal-do-not-import-from-here/ux/aurora/store/ComponentBlueprintStore.d.ts +4 -1
  18. package/internal-do-not-import-from-here/ux/aurora/store/SpacingBlueprintStore.d.ts +996 -3648
  19. package/internal-do-not-import-from-here/ux/aurora/store/ThemeContextStore.d.ts +36 -0
  20. package/internal-do-not-import-from-here/ux/aurora/store/ThemeStoreV2.d.ts +3 -0
  21. package/internal-do-not-import-from-here/ux/aurora/store/TypographyBlueprintStore.d.ts +996 -3648
  22. package/internal-do-not-import-from-here/ux/directives/Scroll.d.ts +0 -23
  23. package/internal-do-not-import-from-here/ux/layoutcanvas/editor/settings/section/Columns.d.ts +16 -0
  24. package/internal-do-not-import-from-here/ux/layoutcanvas/shared/layoutdefinitionsettings/LayoutItemSettingsDefinitions.d.ts +7 -0
  25. package/internal-do-not-import-from-here/ux/layoutcanvas/stores/SettingsMenuStore.d.ts +44 -0
  26. package/internal-do-not-import-from-here/ux/layoutcanvas/stores/index.d.ts +1 -0
  27. package/internal-do-not-import-from-here/ux/oxide/dialog/Dialog.d.ts +17 -0
  28. package/internal-do-not-import-from-here/ux/oxide/draggable/Draggable.d.ts +2 -2
  29. package/internal-do-not-import-from-here/ux/properties/builtins/birthday/BirthdayConfiguration.d.ts +5 -0
  30. package/internal-do-not-import-from-here/ux/properties/builtins/date-time/DateTimeConfiguration.d.ts +5 -0
  31. package/internal-do-not-import-from-here/ux/properties/builtins/html/HtmlConfiguration.d.ts +5 -0
  32. package/internal-do-not-import-from-here/ux/properties/builtins/identity/IdentityConfiguration.d.ts +5 -0
  33. package/internal-do-not-import-from-here/ux/properties/builtins/image/ImageConfiguration.d.ts +5 -0
  34. package/internal-do-not-import-from-here/ux/properties/builtins/link/LinkConfiguration.d.ts +5 -0
  35. package/internal-do-not-import-from-here/ux/properties/property-configuration/LabelOptionsRenderer.d.ts +5 -0
  36. package/internal-do-not-import-from-here/ux/properties/property-configuration/PropertyConfiguration.d.ts +5 -0
  37. package/internal-do-not-import-from-here/ux/signin/AuthenticationBlockSettings.d.ts +47 -0
  38. package/internal-do-not-import-from-here/ux/signin/Shared.d.ts +7 -0
  39. package/internal-do-not-import-from-here/ux/signin/loc/localize.d.ts +4 -0
  40. package/internal-do-not-import-from-here/ux/signin/omnia/Login.d.ts +51 -15
  41. package/internal-do-not-import-from-here/ux/signin/omnia/Renderer.d.ts +6 -0
  42. package/internal-do-not-import-from-here/ux/velcron/components/contenteditorNew/VelcronContentEditor.css.d.ts +2 -0
  43. package/internal-do-not-import-from-here/ux/velcron/components/contenteditorNew/VelcronContentEditor.d.ts +50 -0
  44. package/internal-do-not-import-from-here/ux/velcron/components/contenteditorNew/components/BorderSelector.css.d.ts +2 -0
  45. package/internal-do-not-import-from-here/ux/velcron/components/contenteditorNew/stores/ContentEditorStore.d.ts +10 -0
  46. package/internal-do-not-import-from-here/wctypings.d.ts +40 -1
  47. package/internal-do-not-import-from-here/workers/ServiceWorker.d.ts +1 -0
  48. package/package.json +3 -3
@@ -1,16 +1,52 @@
1
- declare const _default: {
2
- new (...args: any[]): import("vue").CreateComponentPublicInstance<Readonly<import("vue").ExtractPropTypes<{}>>, () => JSX.Element, {}, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {}, import("vue").VNodeProps & import("vue").AllowedComponentProps & import("vue").ComponentCustomProps & Readonly<import("vue").ExtractPropTypes<{}>>, {}, true, {}, {}, {
3
- P: {};
4
- B: {};
5
- D: {};
6
- C: {};
7
- M: {};
8
- Defaults: {};
9
- }, Readonly<import("vue").ExtractPropTypes<{}>>, () => JSX.Element, {}, {}, {}, {}>;
10
- __isFragment?: never;
11
- __isTeleport?: never;
12
- __isSuspense?: never;
13
- } & 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 & {
14
- propsDefinition: Omit<Readonly<{} & {}>, never>;
15
- };
1
+ import { AuthenticationBlockSettings } from "../Shared";
2
+ declare const _default: (props: import("@omnia/fx/ux").ConstructComponentProps<{
3
+ settings?: AuthenticationBlockSettings;
4
+ }>) => {
5
+ $: import("vue").ComponentInternalInstance;
6
+ $data: {};
7
+ $props: {};
8
+ $attrs: {
9
+ [x: string]: unknown;
10
+ };
11
+ $refs: {
12
+ [x: string]: unknown;
13
+ };
14
+ $slots: Readonly<{
15
+ [name: string]: import("vue").Slot<any>;
16
+ }>;
17
+ $root: import("vue").ComponentPublicInstance<{}, {}, {}, {}, {}, {}, {}, {}, false, import("vue").ComponentOptionsBase<any, any, any, any, any, any, any, any, any, {}, {}, string, {}>, {}, {}>;
18
+ $parent: import("vue").ComponentPublicInstance<{}, {}, {}, {}, {}, {}, {}, {}, false, import("vue").ComponentOptionsBase<any, any, any, any, any, any, any, any, any, {}, {}, string, {}>, {}, {}>;
19
+ $emit: (event: string, ...args: any[]) => void;
20
+ $el: any;
21
+ $options: import("vue").ComponentOptionsBase<any, any, any, any, any, any, any, any, any, {}, {}, string, {}> & {
22
+ beforeCreate?: (() => void) | (() => void)[];
23
+ created?: (() => void) | (() => void)[];
24
+ beforeMount?: (() => void) | (() => void)[];
25
+ mounted?: (() => void) | (() => void)[];
26
+ beforeUpdate?: (() => void) | (() => void)[];
27
+ updated?: (() => void) | (() => void)[];
28
+ activated?: (() => void) | (() => void)[];
29
+ deactivated?: (() => void) | (() => void)[];
30
+ beforeDestroy?: (() => void) | (() => void)[];
31
+ beforeUnmount?: (() => void) | (() => void)[];
32
+ destroyed?: (() => void) | (() => void)[];
33
+ unmounted?: (() => void) | (() => void)[];
34
+ renderTracked?: ((e: import("vue").DebuggerEvent) => void) | ((e: import("vue").DebuggerEvent) => void)[];
35
+ renderTriggered?: ((e: import("vue").DebuggerEvent) => void) | ((e: import("vue").DebuggerEvent) => void)[];
36
+ 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)[];
37
+ };
38
+ $forceUpdate: () => void;
39
+ $nextTick: typeof import("vue").nextTick;
40
+ $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;
41
+ } & Omit<{}, never> & import("vue").ShallowUnwrapRef<{}> & {} & import("vue").ComponentCustomProperties & {} & {
42
+ propsDefinition: import("@omnia/fx/ux").ExtractProps<{
43
+ settings?: AuthenticationBlockSettings;
44
+ }> & {
45
+ "v-slots"?: {
46
+ default?: import("vue").Slot;
47
+ } & {};
48
+ } & {} & Omit<import("@omnia/fx/ux").VueComponentBaseProps, "settings">;
49
+ } & import("vue").VNode<import("vue").RendererNode, import("vue").RendererElement, {
50
+ [key: string]: any;
51
+ }>;
16
52
  export default _default;
@@ -1,3 +1,4 @@
1
+ import { AuthenticationBlockSettings } from "../Shared";
1
2
  import { AuthenticationOption, AuthenticationMetaData } from "@omnia/fx-models";
2
3
  declare const _default: {
3
4
  new (...args: any[]): import("vue").CreateComponentPublicInstance<Readonly<import("vue").ExtractPropTypes<{
@@ -5,12 +6,14 @@ declare const _default: {
5
6
  uniqueName: import("vue").Prop<string, string>;
6
7
  back: import("vue").Prop<() => void, () => void>;
7
8
  onProviderSelected: import("vue").Prop<(authOption: AuthenticationMetaData) => void, (authOption: AuthenticationMetaData) => void>;
9
+ settings: import("vue").Prop<AuthenticationBlockSettings, AuthenticationBlockSettings>;
8
10
  memorizedProvider: import("vue").Prop<AuthenticationMetaData, AuthenticationMetaData>;
9
11
  }>>, () => JSX.Element, {}, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {}, import("vue").VNodeProps & import("vue").AllowedComponentProps & import("vue").ComponentCustomProps & Readonly<import("vue").ExtractPropTypes<{
10
12
  authFlows: import("vue").Prop<AuthenticationOption[][], AuthenticationOption[][]>;
11
13
  uniqueName: import("vue").Prop<string, string>;
12
14
  back: import("vue").Prop<() => void, () => void>;
13
15
  onProviderSelected: import("vue").Prop<(authOption: AuthenticationMetaData) => void, (authOption: AuthenticationMetaData) => void>;
16
+ settings: import("vue").Prop<AuthenticationBlockSettings, AuthenticationBlockSettings>;
14
17
  memorizedProvider: import("vue").Prop<AuthenticationMetaData, AuthenticationMetaData>;
15
18
  }>>, {}, true, {}, {}, {
16
19
  P: {};
@@ -24,6 +27,7 @@ declare const _default: {
24
27
  uniqueName: import("vue").Prop<string, string>;
25
28
  back: import("vue").Prop<() => void, () => void>;
26
29
  onProviderSelected: import("vue").Prop<(authOption: AuthenticationMetaData) => void, (authOption: AuthenticationMetaData) => void>;
30
+ settings: import("vue").Prop<AuthenticationBlockSettings, AuthenticationBlockSettings>;
27
31
  memorizedProvider: import("vue").Prop<AuthenticationMetaData, AuthenticationMetaData>;
28
32
  }>>, () => JSX.Element, {}, {}, {}, {}>;
29
33
  __isFragment?: never;
@@ -34,9 +38,11 @@ declare const _default: {
34
38
  uniqueName: import("vue").Prop<string, string>;
35
39
  back: import("vue").Prop<() => void, () => void>;
36
40
  onProviderSelected: import("vue").Prop<(authOption: AuthenticationMetaData) => void, (authOption: AuthenticationMetaData) => void>;
41
+ settings: import("vue").Prop<AuthenticationBlockSettings, AuthenticationBlockSettings>;
37
42
  memorizedProvider: import("vue").Prop<AuthenticationMetaData, AuthenticationMetaData>;
38
43
  }>>, () => JSX.Element, {}, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {}, string, {}, {}, string, {}> & import("vue").VNodeProps & import("vue").AllowedComponentProps & import("vue").ComponentCustomProps & {
39
44
  propsDefinition: Omit<Readonly<{} & {
45
+ settings?: AuthenticationBlockSettings;
40
46
  uniqueName?: string;
41
47
  authFlows?: AuthenticationOption[][];
42
48
  back?: () => void;
@@ -1,3 +1,5 @@
1
+ import { Spacing } from "@omnia/fx-models";
1
2
  export declare const VelcronContentEditorStyles: {
2
3
  itemWrapper: string;
4
+ spacing: (spacing: Spacing) => string;
3
5
  };
@@ -73,6 +73,9 @@ declare const _default: {
73
73
  showDefinitionSelector: {
74
74
  subscribe(fn: (preInsert: boolean, insertRelativeToActive?: boolean, changeDefinition?: boolean) => void): import("@omnia/fx-models").IMessageBusSubscriptionHandler;
75
75
  };
76
+ updateSection: {
77
+ subscribe(fn: (section: VelcronSectionInstance) => void): import("@omnia/fx-models").IMessageBusSubscriptionHandler;
78
+ };
76
79
  toggleEditorToolbar: {
77
80
  subscribe(fn: (forceHide?: boolean) => void): import("@omnia/fx-models").IMessageBusSubscriptionHandler;
78
81
  };
@@ -129,6 +132,9 @@ declare const _default: {
129
132
  showDefinitionSelector: {
130
133
  subscribe(fn: (result: void, preInsert: boolean, insertRelativeToActive?: boolean, changeDefinition?: boolean) => void): import("@omnia/fx-models").IMessageBusSubscriptionHandler;
131
134
  };
135
+ updateSection: {
136
+ subscribe(fn: (result: void, section: VelcronSectionInstance) => void): import("@omnia/fx-models").IMessageBusSubscriptionHandler;
137
+ };
132
138
  toggleEditorToolbar: {
133
139
  subscribe(fn: (result: void, forceHide?: boolean) => void): import("@omnia/fx-models").IMessageBusSubscriptionHandler;
134
140
  };
@@ -185,6 +191,9 @@ declare const _default: {
185
191
  showDefinitionSelector: {
186
192
  subscribe(fn: (failureReason: any, preInsert: boolean, insertRelativeToActive?: boolean, changeDefinition?: boolean) => void): import("@omnia/fx-models").IMessageBusSubscriptionHandler;
187
193
  };
194
+ updateSection: {
195
+ subscribe(fn: (failureReason: any, section: VelcronSectionInstance) => void): import("@omnia/fx-models").IMessageBusSubscriptionHandler;
196
+ };
188
197
  toggleEditorToolbar: {
189
198
  subscribe(fn: (failureReason: any, forceHide?: boolean) => void): import("@omnia/fx-models").IMessageBusSubscriptionHandler;
190
199
  };
@@ -237,6 +246,7 @@ declare const _default: {
237
246
  } & {
238
247
  setFixedContentWidth(width: string): void;
239
248
  showDefinitionSelector(preInsert: boolean, insertRelativeToActive?: boolean, changeDefinition?: boolean): void;
249
+ updateSection(section: VelcronSectionInstance): void;
240
250
  toggleEditorToolbar(forceHide?: boolean): void;
241
251
  addByRegistration(definition: import("@omnia/fx-models").VelcronDefinitionRegistration<object>, setAsActive?: boolean): void;
242
252
  addBySection(definitions: VelcronSectionInstance[]): void;
@@ -326,6 +336,9 @@ declare const _default: {
326
336
  showDefinitionSelector: {
327
337
  subscribe(fn: (preInsert: boolean, insertRelativeToActive?: boolean, changeDefinition?: boolean) => void): import("@omnia/fx-models").IMessageBusSubscriptionHandler;
328
338
  };
339
+ updateSection: {
340
+ subscribe(fn: (section: VelcronSectionInstance) => void): import("@omnia/fx-models").IMessageBusSubscriptionHandler;
341
+ };
329
342
  toggleEditorToolbar: {
330
343
  subscribe(fn: (forceHide?: boolean) => void): import("@omnia/fx-models").IMessageBusSubscriptionHandler;
331
344
  };
@@ -382,6 +395,9 @@ declare const _default: {
382
395
  showDefinitionSelector: {
383
396
  subscribe(fn: (result: void, preInsert: boolean, insertRelativeToActive?: boolean, changeDefinition?: boolean) => void): import("@omnia/fx-models").IMessageBusSubscriptionHandler;
384
397
  };
398
+ updateSection: {
399
+ subscribe(fn: (result: void, section: VelcronSectionInstance) => void): import("@omnia/fx-models").IMessageBusSubscriptionHandler;
400
+ };
385
401
  toggleEditorToolbar: {
386
402
  subscribe(fn: (result: void, forceHide?: boolean) => void): import("@omnia/fx-models").IMessageBusSubscriptionHandler;
387
403
  };
@@ -438,6 +454,9 @@ declare const _default: {
438
454
  showDefinitionSelector: {
439
455
  subscribe(fn: (failureReason: any, preInsert: boolean, insertRelativeToActive?: boolean, changeDefinition?: boolean) => void): import("@omnia/fx-models").IMessageBusSubscriptionHandler;
440
456
  };
457
+ updateSection: {
458
+ subscribe(fn: (failureReason: any, section: VelcronSectionInstance) => void): import("@omnia/fx-models").IMessageBusSubscriptionHandler;
459
+ };
441
460
  toggleEditorToolbar: {
442
461
  subscribe(fn: (failureReason: any, forceHide?: boolean) => void): import("@omnia/fx-models").IMessageBusSubscriptionHandler;
443
462
  };
@@ -490,6 +509,7 @@ declare const _default: {
490
509
  } & {
491
510
  setFixedContentWidth(width: string): void;
492
511
  showDefinitionSelector(preInsert: boolean, insertRelativeToActive?: boolean, changeDefinition?: boolean): void;
512
+ updateSection(section: VelcronSectionInstance): void;
493
513
  toggleEditorToolbar(forceHide?: boolean): void;
494
514
  addByRegistration(definition: import("@omnia/fx-models").VelcronDefinitionRegistration<object>, setAsActive?: boolean): void;
495
515
  addBySection(definitions: VelcronSectionInstance[]): void;
@@ -582,6 +602,9 @@ declare const _default: {
582
602
  showDefinitionSelector: {
583
603
  subscribe(fn: (preInsert: boolean, insertRelativeToActive?: boolean, changeDefinition?: boolean) => void): import("@omnia/fx-models").IMessageBusSubscriptionHandler;
584
604
  };
605
+ updateSection: {
606
+ subscribe(fn: (section: VelcronSectionInstance) => void): import("@omnia/fx-models").IMessageBusSubscriptionHandler;
607
+ };
585
608
  toggleEditorToolbar: {
586
609
  subscribe(fn: (forceHide?: boolean) => void): import("@omnia/fx-models").IMessageBusSubscriptionHandler;
587
610
  };
@@ -638,6 +661,9 @@ declare const _default: {
638
661
  showDefinitionSelector: {
639
662
  subscribe(fn: (result: void, preInsert: boolean, insertRelativeToActive?: boolean, changeDefinition?: boolean) => void): import("@omnia/fx-models").IMessageBusSubscriptionHandler;
640
663
  };
664
+ updateSection: {
665
+ subscribe(fn: (result: void, section: VelcronSectionInstance) => void): import("@omnia/fx-models").IMessageBusSubscriptionHandler;
666
+ };
641
667
  toggleEditorToolbar: {
642
668
  subscribe(fn: (result: void, forceHide?: boolean) => void): import("@omnia/fx-models").IMessageBusSubscriptionHandler;
643
669
  };
@@ -694,6 +720,9 @@ declare const _default: {
694
720
  showDefinitionSelector: {
695
721
  subscribe(fn: (failureReason: any, preInsert: boolean, insertRelativeToActive?: boolean, changeDefinition?: boolean) => void): import("@omnia/fx-models").IMessageBusSubscriptionHandler;
696
722
  };
723
+ updateSection: {
724
+ subscribe(fn: (failureReason: any, section: VelcronSectionInstance) => void): import("@omnia/fx-models").IMessageBusSubscriptionHandler;
725
+ };
697
726
  toggleEditorToolbar: {
698
727
  subscribe(fn: (failureReason: any, forceHide?: boolean) => void): import("@omnia/fx-models").IMessageBusSubscriptionHandler;
699
728
  };
@@ -746,6 +775,7 @@ declare const _default: {
746
775
  } & {
747
776
  setFixedContentWidth(width: string): void;
748
777
  showDefinitionSelector(preInsert: boolean, insertRelativeToActive?: boolean, changeDefinition?: boolean): void;
778
+ updateSection(section: VelcronSectionInstance): void;
749
779
  toggleEditorToolbar(forceHide?: boolean): void;
750
780
  addByRegistration(definition: import("@omnia/fx-models").VelcronDefinitionRegistration<object>, setAsActive?: boolean): void;
751
781
  addBySection(definitions: VelcronSectionInstance[]): void;
@@ -835,6 +865,9 @@ declare const _default: {
835
865
  showDefinitionSelector: {
836
866
  subscribe(fn: (preInsert: boolean, insertRelativeToActive?: boolean, changeDefinition?: boolean) => void): import("@omnia/fx-models").IMessageBusSubscriptionHandler;
837
867
  };
868
+ updateSection: {
869
+ subscribe(fn: (section: VelcronSectionInstance) => void): import("@omnia/fx-models").IMessageBusSubscriptionHandler;
870
+ };
838
871
  toggleEditorToolbar: {
839
872
  subscribe(fn: (forceHide?: boolean) => void): import("@omnia/fx-models").IMessageBusSubscriptionHandler;
840
873
  };
@@ -891,6 +924,9 @@ declare const _default: {
891
924
  showDefinitionSelector: {
892
925
  subscribe(fn: (result: void, preInsert: boolean, insertRelativeToActive?: boolean, changeDefinition?: boolean) => void): import("@omnia/fx-models").IMessageBusSubscriptionHandler;
893
926
  };
927
+ updateSection: {
928
+ subscribe(fn: (result: void, section: VelcronSectionInstance) => void): import("@omnia/fx-models").IMessageBusSubscriptionHandler;
929
+ };
894
930
  toggleEditorToolbar: {
895
931
  subscribe(fn: (result: void, forceHide?: boolean) => void): import("@omnia/fx-models").IMessageBusSubscriptionHandler;
896
932
  };
@@ -947,6 +983,9 @@ declare const _default: {
947
983
  showDefinitionSelector: {
948
984
  subscribe(fn: (failureReason: any, preInsert: boolean, insertRelativeToActive?: boolean, changeDefinition?: boolean) => void): import("@omnia/fx-models").IMessageBusSubscriptionHandler;
949
985
  };
986
+ updateSection: {
987
+ subscribe(fn: (failureReason: any, section: VelcronSectionInstance) => void): import("@omnia/fx-models").IMessageBusSubscriptionHandler;
988
+ };
950
989
  toggleEditorToolbar: {
951
990
  subscribe(fn: (failureReason: any, forceHide?: boolean) => void): import("@omnia/fx-models").IMessageBusSubscriptionHandler;
952
991
  };
@@ -999,6 +1038,7 @@ declare const _default: {
999
1038
  } & {
1000
1039
  setFixedContentWidth(width: string): void;
1001
1040
  showDefinitionSelector(preInsert: boolean, insertRelativeToActive?: boolean, changeDefinition?: boolean): void;
1041
+ updateSection(section: VelcronSectionInstance): void;
1002
1042
  toggleEditorToolbar(forceHide?: boolean): void;
1003
1043
  addByRegistration(definition: import("@omnia/fx-models").VelcronDefinitionRegistration<object>, setAsActive?: boolean): void;
1004
1044
  addBySection(definitions: VelcronSectionInstance[]): void;
@@ -1085,6 +1125,9 @@ declare const _default: {
1085
1125
  showDefinitionSelector: {
1086
1126
  subscribe(fn: (preInsert: boolean, insertRelativeToActive?: boolean, changeDefinition?: boolean) => void): import("@omnia/fx-models").IMessageBusSubscriptionHandler;
1087
1127
  };
1128
+ updateSection: {
1129
+ subscribe(fn: (section: VelcronSectionInstance) => void): import("@omnia/fx-models").IMessageBusSubscriptionHandler;
1130
+ };
1088
1131
  toggleEditorToolbar: {
1089
1132
  subscribe(fn: (forceHide?: boolean) => void): import("@omnia/fx-models").IMessageBusSubscriptionHandler;
1090
1133
  };
@@ -1141,6 +1184,9 @@ declare const _default: {
1141
1184
  showDefinitionSelector: {
1142
1185
  subscribe(fn: (result: void, preInsert: boolean, insertRelativeToActive?: boolean, changeDefinition?: boolean) => void): import("@omnia/fx-models").IMessageBusSubscriptionHandler;
1143
1186
  };
1187
+ updateSection: {
1188
+ subscribe(fn: (result: void, section: VelcronSectionInstance) => void): import("@omnia/fx-models").IMessageBusSubscriptionHandler;
1189
+ };
1144
1190
  toggleEditorToolbar: {
1145
1191
  subscribe(fn: (result: void, forceHide?: boolean) => void): import("@omnia/fx-models").IMessageBusSubscriptionHandler;
1146
1192
  };
@@ -1197,6 +1243,9 @@ declare const _default: {
1197
1243
  showDefinitionSelector: {
1198
1244
  subscribe(fn: (failureReason: any, preInsert: boolean, insertRelativeToActive?: boolean, changeDefinition?: boolean) => void): import("@omnia/fx-models").IMessageBusSubscriptionHandler;
1199
1245
  };
1246
+ updateSection: {
1247
+ subscribe(fn: (failureReason: any, section: VelcronSectionInstance) => void): import("@omnia/fx-models").IMessageBusSubscriptionHandler;
1248
+ };
1200
1249
  toggleEditorToolbar: {
1201
1250
  subscribe(fn: (failureReason: any, forceHide?: boolean) => void): import("@omnia/fx-models").IMessageBusSubscriptionHandler;
1202
1251
  };
@@ -1249,6 +1298,7 @@ declare const _default: {
1249
1298
  } & {
1250
1299
  setFixedContentWidth(width: string): void;
1251
1300
  showDefinitionSelector(preInsert: boolean, insertRelativeToActive?: boolean, changeDefinition?: boolean): void;
1301
+ updateSection(section: VelcronSectionInstance): void;
1252
1302
  toggleEditorToolbar(forceHide?: boolean): void;
1253
1303
  addByRegistration(definition: import("@omnia/fx-models").VelcronDefinitionRegistration<object>, setAsActive?: boolean): void;
1254
1304
  addBySection(definitions: VelcronSectionInstance[]): void;
@@ -1,6 +1,8 @@
1
1
  export declare const BorderSelectorStyles: {
2
2
  spacingPickerOuter: string;
3
3
  spacingPickerInner: string;
4
+ spacingSeparator: string;
5
+ spacingBackground: (selected: Boolean) => string;
4
6
  commonStyles: string;
5
7
  topSpacing: string;
6
8
  bottomSpacing: string;
@@ -57,6 +57,9 @@ export declare const useVelcronContentEditorStore: () => {
57
57
  showDefinitionSelector: {
58
58
  subscribe(fn: (preInsert: boolean, insertRelativeToActive?: boolean, changeDefinition?: boolean) => void): import("@omnia/fx-models").IMessageBusSubscriptionHandler;
59
59
  };
60
+ updateSection: {
61
+ subscribe(fn: (section: VelcronSectionInstance) => void): import("@omnia/fx-models").IMessageBusSubscriptionHandler;
62
+ };
60
63
  toggleEditorToolbar: {
61
64
  subscribe(fn: (forceHide?: boolean) => void): import("@omnia/fx-models").IMessageBusSubscriptionHandler;
62
65
  };
@@ -113,6 +116,9 @@ export declare const useVelcronContentEditorStore: () => {
113
116
  showDefinitionSelector: {
114
117
  subscribe(fn: (result: void, preInsert: boolean, insertRelativeToActive?: boolean, changeDefinition?: boolean) => void): import("@omnia/fx-models").IMessageBusSubscriptionHandler;
115
118
  };
119
+ updateSection: {
120
+ subscribe(fn: (result: void, section: VelcronSectionInstance) => void): import("@omnia/fx-models").IMessageBusSubscriptionHandler;
121
+ };
116
122
  toggleEditorToolbar: {
117
123
  subscribe(fn: (result: void, forceHide?: boolean) => void): import("@omnia/fx-models").IMessageBusSubscriptionHandler;
118
124
  };
@@ -169,6 +175,9 @@ export declare const useVelcronContentEditorStore: () => {
169
175
  showDefinitionSelector: {
170
176
  subscribe(fn: (failureReason: any, preInsert: boolean, insertRelativeToActive?: boolean, changeDefinition?: boolean) => void): import("@omnia/fx-models").IMessageBusSubscriptionHandler;
171
177
  };
178
+ updateSection: {
179
+ subscribe(fn: (failureReason: any, section: VelcronSectionInstance) => void): import("@omnia/fx-models").IMessageBusSubscriptionHandler;
180
+ };
172
181
  toggleEditorToolbar: {
173
182
  subscribe(fn: (failureReason: any, forceHide?: boolean) => void): import("@omnia/fx-models").IMessageBusSubscriptionHandler;
174
183
  };
@@ -221,6 +230,7 @@ export declare const useVelcronContentEditorStore: () => {
221
230
  } & {
222
231
  setFixedContentWidth(width: string): void;
223
232
  showDefinitionSelector(preInsert: boolean, insertRelativeToActive?: boolean, changeDefinition?: boolean): void;
233
+ updateSection(section: VelcronSectionInstance): void;
224
234
  toggleEditorToolbar(forceHide?: boolean): void;
225
235
  addByRegistration(definition: VelcronDefinitionRegistration, setAsActive?: boolean): void;
226
236
  addBySection(definitions: Array<VelcronSectionInstance>): void;
@@ -99,6 +99,7 @@ import wcc0de4753b9fe4004b0f4e6b6b91730ab from './ux/settings/SettingsPane';
99
99
  import wc539d199f69934c10a963f142e4f3056d from './ux/sidepanel/SidePanelRenderer';
100
100
  import wcb5315b31203e4bd1beb3c33f2122cbfe from './ux/signin/AuthenticationPage';
101
101
  import wcb273791ea562403397cdc0a1c0f907cb from './ux/signin/AuthenticationBlock';
102
+ import wcfe3e57c4b1314b2ba725ec558ac00fe7 from './ux/signin/AuthenticationBlockSettings';
102
103
  import wcbc3b9409639d45829a6e58a4295bc470 from './ux/signin/omnia/Renderer';
103
104
  import wc535ac075284646eca569a78457213e6f from './ux/signin/omnia/Login';
104
105
  import wc2b741f0203a54cb5a7be72e204ebecc8 from './ux/signin/identitycreationrequest/IdentityCreationRequestView';
@@ -326,6 +327,7 @@ import wc73e1c232690249f78967e3e3f6d92bd7 from './ux/aurora/components/themepick
326
327
  import wc54730f05dd2c4f2da1c830b3985b36a9 from './ux/aurora/components/typography/TypographyPicker';
327
328
  import wc99a73153b5c647da9d6de517f51e53f0 from './ux/aurora/components/typography/TypographyEditor';
328
329
  import wc2f742a14a560434abb899360a69c314b from './ux/aurora/components/typography/TypographyBlueprintsViewer';
330
+ import wc6bcccc7dd1c74fe591a660641ac62cd7 from './ux/aurora/components/viewtemplatepicker/ViewTemplatePicker';
329
331
  import wc4fc2b52f62484d5caced1c31f7ead58b from './ux/enterpriseproperties/display/datafield/DataFieldDisplay';
330
332
  import wc08f6ee02c5d94b648f630ec352fdd94c from './ux/enterpriseproperties/display/personfield/PersonFieldDisplay';
331
333
  import wcbb27e780de41442fa9cab8cef6c71100 from './ux/enterpriseproperties/edit/datafield/DataFieldEdit';
@@ -446,6 +448,7 @@ import wc08384c0236f840719ee3d8e018718e68 from './ux/layoutcanvas/editor/setting
446
448
  import wc245a49e2d21a4b4ca849825b903103fe from './ux/layoutcanvas/editor/settings/section/Css';
447
449
  import wc68628381bcdb41f6b0beb64d7ce94052 from './ux/layoutcanvas/editor/settings/section/Targeting';
448
450
  import wc48ff129f9a254eec9276b47f0c0f8b3e from './ux/layoutcanvas/editor/settings/section/Header';
451
+ import wccac6f7b1e12d4d8b8d302340d885bd48 from './ux/layoutcanvas/editor/settings/section/Columns';
449
452
  import wc2a460a78bf504a2b9d00b1f86a347d46 from './ux/layoutcanvas/editor/settings/settingstabs/TabLayoutSettings';
450
453
  import wc5b6b6242356046c29e05c24fb2135bf0 from './ux/layoutcanvas/editor/settings/settingstabs/TabBlockSettings';
451
454
  import wc0f5cb3a8175d418c8527d1852cb28782 from './ux/richtexteditor/extensions/EnterpriseGlossaryLink/components/SuggestionComponent';
@@ -773,6 +776,9 @@ declare global {
773
776
  "omfx-authentication-block": typeof wcb273791ea562403397cdc0a1c0f907cb extends {
774
777
  propsDefinition: infer TProp;
775
778
  } ? (TProp & Omit<VueComponentBaseProps, keyof TProp>) : typeof wcb273791ea562403397cdc0a1c0f907cb extends (...args: any[]) => any ? ExtractJsxProps<Pick<ReturnType<typeof wcb273791ea562403397cdc0a1c0f907cb>, "propsDefinition">> : never;
779
+ "omfx-authentication-block-settings": typeof wcfe3e57c4b1314b2ba725ec558ac00fe7 extends {
780
+ propsDefinition: infer TProp;
781
+ } ? (TProp & Omit<VueComponentBaseProps, keyof TProp>) : typeof wcfe3e57c4b1314b2ba725ec558ac00fe7 extends (...args: any[]) => any ? ExtractJsxProps<Pick<ReturnType<typeof wcfe3e57c4b1314b2ba725ec558ac00fe7>, "propsDefinition">> : never;
776
782
  "omfx-login-omnia": typeof wcbc3b9409639d45829a6e58a4295bc470 extends {
777
783
  propsDefinition: infer TProp;
778
784
  } ? (TProp & Omit<VueComponentBaseProps, keyof TProp>) : typeof wcbc3b9409639d45829a6e58a4295bc470 extends (...args: any[]) => any ? ExtractJsxProps<Pick<ReturnType<typeof wcbc3b9409639d45829a6e58a4295bc470>, "propsDefinition">> : never;
@@ -1454,6 +1460,9 @@ declare global {
1454
1460
  "omfx-typography-viewer": typeof wc2f742a14a560434abb899360a69c314b extends {
1455
1461
  propsDefinition: infer TProp;
1456
1462
  } ? (TProp & Omit<VueComponentBaseProps, keyof TProp>) : typeof wc2f742a14a560434abb899360a69c314b extends (...args: any[]) => any ? ExtractJsxProps<Pick<ReturnType<typeof wc2f742a14a560434abb899360a69c314b>, "propsDefinition">> : never;
1463
+ "omfx-view-template-picker": typeof wc6bcccc7dd1c74fe591a660641ac62cd7 extends {
1464
+ propsDefinition: infer TProp;
1465
+ } ? (TProp & Omit<VueComponentBaseProps, keyof TProp>) : typeof wc6bcccc7dd1c74fe591a660641ac62cd7 extends (...args: any[]) => any ? ExtractJsxProps<Pick<ReturnType<typeof wc6bcccc7dd1c74fe591a660641ac62cd7>, "propsDefinition">> : never;
1457
1466
  "omfx-enterpriseproperties-datafield-display": typeof wc4fc2b52f62484d5caced1c31f7ead58b extends {
1458
1467
  propsDefinition: infer TProp;
1459
1468
  } ? (TProp & Omit<VueComponentBaseProps, keyof TProp>) : typeof wc4fc2b52f62484d5caced1c31f7ead58b extends (...args: any[]) => any ? ExtractJsxProps<Pick<ReturnType<typeof wc4fc2b52f62484d5caced1c31f7ead58b>, "propsDefinition">> : never;
@@ -1814,6 +1823,9 @@ declare global {
1814
1823
  "omfx-layout-section-settings-header": typeof wc48ff129f9a254eec9276b47f0c0f8b3e extends {
1815
1824
  propsDefinition: infer TProp;
1816
1825
  } ? (TProp & Omit<VueComponentBaseProps, keyof TProp>) : typeof wc48ff129f9a254eec9276b47f0c0f8b3e extends (...args: any[]) => any ? ExtractJsxProps<Pick<ReturnType<typeof wc48ff129f9a254eec9276b47f0c0f8b3e>, "propsDefinition">> : never;
1826
+ "omfx-layout-section-settings-columns": typeof wccac6f7b1e12d4d8b8d302340d885bd48 extends {
1827
+ propsDefinition: infer TProp;
1828
+ } ? (TProp & Omit<VueComponentBaseProps, keyof TProp>) : typeof wccac6f7b1e12d4d8b8d302340d885bd48 extends (...args: any[]) => any ? ExtractJsxProps<Pick<ReturnType<typeof wccac6f7b1e12d4d8b8d302340d885bd48>, "propsDefinition">> : never;
1817
1829
  "omfx-layout-tab-layout-settings": typeof wc2a460a78bf504a2b9d00b1f86a347d46 extends {
1818
1830
  propsDefinition: infer TProp;
1819
1831
  } ? (TProp & Omit<VueComponentBaseProps, keyof TProp>) : typeof wc2a460a78bf504a2b9d00b1f86a347d46 extends (...args: any[]) => any ? ExtractJsxProps<Pick<ReturnType<typeof wc2a460a78bf504a2b9d00b1f86a347d46>, "propsDefinition">> : never;
@@ -3238,7 +3250,16 @@ declare global {
3238
3250
  $props: TProp & Omit<VueComponentBaseProps, keyof TProp>;
3239
3251
  };
3240
3252
  } : typeof wcb5315b31203e4bd1beb3c33f2122cbfe;
3241
- "block": typeof wcb273791ea562403397cdc0a1c0f907cb extends {
3253
+ "block": {
3254
+ "settings": typeof wcfe3e57c4b1314b2ba725ec558ac00fe7 extends {
3255
+ propsDefinition: infer TProp;
3256
+ } ? {
3257
+ new (...args: any[]): {
3258
+ $props: TProp & Omit<VueComponentBaseProps, keyof TProp>;
3259
+ };
3260
+ } : typeof wcfe3e57c4b1314b2ba725ec558ac00fe7;
3261
+ };
3262
+ "block$": typeof wcb273791ea562403397cdc0a1c0f907cb extends {
3242
3263
  propsDefinition: infer TProp;
3243
3264
  } ? {
3244
3265
  new (...args: any[]): {
@@ -4176,6 +4197,13 @@ declare global {
4176
4197
  $props: TProp & Omit<VueComponentBaseProps, keyof TProp>;
4177
4198
  };
4178
4199
  } : typeof wc48ff129f9a254eec9276b47f0c0f8b3e;
4200
+ "columns": typeof wccac6f7b1e12d4d8b8d302340d885bd48 extends {
4201
+ propsDefinition: infer TProp;
4202
+ } ? {
4203
+ new (...args: any[]): {
4204
+ $props: TProp & Omit<VueComponentBaseProps, keyof TProp>;
4205
+ };
4206
+ } : typeof wccac6f7b1e12d4d8b8d302340d885bd48;
4179
4207
  };
4180
4208
  };
4181
4209
  "tab": {
@@ -4979,6 +5007,17 @@ declare global {
4979
5007
  };
4980
5008
  } : typeof wc2f742a14a560434abb899360a69c314b;
4981
5009
  };
5010
+ "view": {
5011
+ "template": {
5012
+ "picker": typeof wc6bcccc7dd1c74fe591a660641ac62cd7 extends {
5013
+ propsDefinition: infer TProp;
5014
+ } ? {
5015
+ new (...args: any[]): {
5016
+ $props: TProp & Omit<VueComponentBaseProps, keyof TProp>;
5017
+ };
5018
+ } : typeof wc6bcccc7dd1c74fe591a660641ac62cd7;
5019
+ };
5020
+ };
4982
5021
  "enterpriseproperties": {
4983
5022
  "datafield": {
4984
5023
  "display": typeof wc4fc2b52f62484d5caced1c31f7ead58b extends {
@@ -0,0 +1 @@
1
+ declare function getCachedResources(event: FetchEvent): Promise<Response>;
package/package.json CHANGED
@@ -1,7 +1,7 @@
1
1
  {
2
2
  "name": "@omnia/fx",
3
3
  "license": "MIT",
4
- "version": "8.0.209-dev",
4
+ "version": "8.0.211-dev",
5
5
  "description": "Provide Omnia Fx typings and tooling for clientside Omnia development.",
6
6
  "scripts": {
7
7
  "test": "echo \"Error: no test specified\" && exit 1",
@@ -20,13 +20,13 @@
20
20
  ],
21
21
  "author": "Precio Fishbone",
22
22
  "dependencies": {
23
- "@omnia/fx-models": "8.0.209-dev",
23
+ "@omnia/fx-models": "8.0.211-dev",
24
24
  "@microsoft/signalr": "6.0.1",
25
25
  "broadcast-channel": "4.8.0",
26
26
  "dayjs": "1.11.7",
27
27
  "splitpanes": "3.1.5",
28
28
  "vue": "3.4.27",
29
- "vuetify": "3.6.5",
29
+ "vuetify": "3.6.7",
30
30
  "tslib": "2.6.2",
31
31
  "typescript": "5.3.3",
32
32
  "@tiptap/vue-3": "2.1.13",