@omnia/fx 8.0.42-dev → 8.0.43-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 (45) hide show
  1. package/internal-do-not-import-from-here/core/utils/Utils.d.ts +1 -0
  2. package/internal-do-not-import-from-here/shared/models/hub/activities/IdentityActivity.d.ts +4 -4
  3. package/internal-do-not-import-from-here/shared/models/hub/activities/IdentityActivity.js +4 -4
  4. package/internal-do-not-import-from-here/ux/ComponentTypings.d.ts +4 -1
  5. package/internal-do-not-import-from-here/ux/appprovisioning/appprovisioningsteps/appinstanceinformationstep/AppInstanceInformationStep.d.ts +186 -11
  6. package/internal-do-not-import-from-here/ux/appprovisioning/appprovisioningsteps/appinstanceinformationstep/IAppInstanceInformationStep.d.ts +0 -12
  7. package/internal-do-not-import-from-here/ux/appprovisioning/appprovisioningsteps/appinstancesummarystep/AppInstanceSummaryStep.d.ts +186 -9
  8. package/internal-do-not-import-from-here/ux/appprovisioning/appprovisioningsteps/appinstancesummarystep/IAppInstanceSummaryStep.d.ts +0 -12
  9. package/internal-do-not-import-from-here/ux/appprovisioning/appprovisioningsteps/appinstanceusersstep/AppInstanceUsersStep.d.ts +186 -10
  10. package/internal-do-not-import-from-here/ux/appprovisioning/appprovisioningsteps/appinstanceusersstep/IAppInstanceUsersStep.d.ts +0 -12
  11. package/internal-do-not-import-from-here/ux/appprovisioning/apptitledescription/AppDescriptionInput.d.ts +444 -21
  12. package/internal-do-not-import-from-here/ux/appprovisioning/apptitledescription/IAppDescriptionInput.d.ts +0 -12
  13. package/internal-do-not-import-from-here/ux/appprovisioning/apptitleinput/AppTitleInput.d.ts +466 -32
  14. package/internal-do-not-import-from-here/ux/appprovisioning/apptitleinput/IAppTitleInput.d.ts +0 -12
  15. package/internal-do-not-import-from-here/ux/appprovisioning/components/AppInstanceInformationVueComponent.d.ts +80 -19
  16. package/internal-do-not-import-from-here/ux/appprovisioning/components/AppProvisioningStepComponentBase.d.ts +34 -0
  17. package/internal-do-not-import-from-here/ux/appprovisioning/renderer/Renderer.d.ts +47 -35
  18. package/internal-do-not-import-from-here/ux/hub/feed/tabs/FeedTab.css.d.ts +2 -0
  19. package/internal-do-not-import-from-here/ux/layoutcanvas/shared/layoutitemsrenderer/LayoutSectionRenderer.d.ts +2 -1
  20. package/internal-do-not-import-from-here/ux/layoutcanvas/shared/styles/SharedRendererStyles.css.d.ts +1 -0
  21. package/internal-do-not-import-from-here/ux/oxide/badge/Badge.d.ts +392 -14
  22. package/internal-do-not-import-from-here/ux/oxide/btn/Button.d.ts +6 -6
  23. package/internal-do-not-import-from-here/ux/oxide/checkbox/Checkbox.d.ts +2 -2
  24. package/internal-do-not-import-from-here/ux/oxide/pagination/Pagination.d.ts +260 -0
  25. package/internal-do-not-import-from-here/ux/oxide/select/Select.d.ts +4 -4
  26. package/internal-do-not-import-from-here/ux/oxide/switch/Switch.d.ts +2 -2
  27. package/internal-do-not-import-from-here/ux/oxide/textarea/TextArea.d.ts +32 -0
  28. package/internal-do-not-import-from-here/ux/oxide/textfield/TextField.d.ts +4 -4
  29. package/internal-do-not-import-from-here/ux/social/Comment.d.ts +2 -2
  30. package/internal-do-not-import-from-here/ux/social/Reactions.d.ts +52 -36
  31. package/internal-do-not-import-from-here/ux/theming-v2/designkits/default/themes/Blueprints.d.ts +6 -0
  32. package/internal-do-not-import-from-here/ux/theming-v2/designkits/default/themes/ThemeDefinitions.d.ts +4 -0
  33. package/internal-do-not-import-from-here/ux/theming-v2/designkits/default/themes/TypographyTypes.d.ts +101 -0
  34. package/internal-do-not-import-from-here/ux/theming-v2/designkits/default/useDefaultDesignKit.d.ts +2 -0
  35. package/internal-do-not-import-from-here/ux/theming-v2/designkits/useDesignKits.d.ts +2 -0
  36. package/internal-do-not-import-from-here/ux/theming-v2/store/VelcronDefinitionStore.d.ts +1 -1
  37. package/internal-do-not-import-from-here/ux/use/UseIcon.d.ts +1 -0
  38. package/internal-do-not-import-from-here/ux/use/index.d.ts +1 -0
  39. package/internal-do-not-import-from-here/ux/velcron/components/contenteditor/VelcronContentEditor.d.ts +14 -0
  40. package/internal-do-not-import-from-here/ux/velcron/components/contenteditor/store/ContentEditorStore.d.ts +2 -0
  41. package/internal-do-not-import-from-here/ux/wizard/IWizard.d.ts +1 -14
  42. package/internal-do-not-import-from-here/ux/wizard/WizardComponent.d.ts +302 -59
  43. package/internal-do-not-import-from-here/ux/wizard/WizardStep.d.ts +0 -1
  44. package/internal-do-not-import-from-here/wctypings.d.ts +56 -0
  45. package/package.json +2 -2
@@ -7,6 +7,8 @@ export declare function useDefaultThemeDefinitions(): {
7
7
  readonly cyberPunk: ThemeDefinitionV2;
8
8
  readonly coffe: ThemeDefinitionV2;
9
9
  readonly light: ThemeDefinitionV2;
10
+ readonly lightAlt1: ThemeDefinitionV2;
11
+ readonly lightPreview: ThemeDefinitionV2;
10
12
  readonly dark: ThemeDefinitionV2;
11
13
  preview: {
12
14
  readonly dark: ThemeDefinitionV2;
@@ -20,4 +22,6 @@ export declare function bumbleBeeDefinition(): ThemeDefinitionInstance;
20
22
  export declare function cyberPunkDefinition(): ThemeDefinitionInstance;
21
23
  export declare function coffeDefinition(): ThemeDefinitionInstance;
22
24
  export declare function lightThemeDefinition(): ThemeDefinitionInstance;
25
+ export declare function lightPreviewThemeDefinition(): ThemeDefinitionInstance;
26
+ export declare function lightFunkyThemeDefinition(): ThemeDefinitionInstance;
23
27
  export declare function darkThemeDefinition(): ThemeDefinitionInstance;
@@ -1,4 +1,105 @@
1
1
  import { Guid, TypographyDefinition } from "@omnia/fx-models";
2
+ export declare class FunkyTypography implements TypographyDefinition {
3
+ id: Guid;
4
+ name: string;
5
+ font: {
6
+ family: string;
7
+ cdn: string;
8
+ };
9
+ title: {
10
+ xl: {
11
+ large: {
12
+ size: number;
13
+ lineHeight: number;
14
+ weight: number;
15
+ };
16
+ };
17
+ l: {
18
+ large: {
19
+ size: number;
20
+ lineHeight: number;
21
+ weight: number;
22
+ };
23
+ };
24
+ m: {
25
+ large: {
26
+ size: number;
27
+ lineHeight: number;
28
+ weight: number;
29
+ };
30
+ };
31
+ s: {
32
+ large: {
33
+ size: number;
34
+ lineHeight: number;
35
+ weight: number;
36
+ };
37
+ };
38
+ xs: {
39
+ large: {
40
+ size: number;
41
+ lineHeight: number;
42
+ weight: number;
43
+ };
44
+ };
45
+ };
46
+ text: {
47
+ l: {
48
+ large: {
49
+ size: number;
50
+ lineHeight: number;
51
+ weight: number;
52
+ };
53
+ };
54
+ m: {
55
+ large: {
56
+ size: number;
57
+ lineHeight: number;
58
+ weight: number;
59
+ };
60
+ };
61
+ s: {
62
+ large: {
63
+ size: number;
64
+ lineHeight: number;
65
+ weight: number;
66
+ };
67
+ };
68
+ xs: {
69
+ large: {
70
+ size: number;
71
+ lineHeight: number;
72
+ weight: number;
73
+ };
74
+ };
75
+ };
76
+ navigation: {
77
+ l: {
78
+ large: {
79
+ size: number;
80
+ lineHeight: number;
81
+ weight: number;
82
+ };
83
+ };
84
+ m: {
85
+ large: {
86
+ size: number;
87
+ lineHeight: number;
88
+ weight: number;
89
+ };
90
+ };
91
+ };
92
+ link: {
93
+ m: {
94
+ decoration: string;
95
+ large: {
96
+ size: number;
97
+ lineHeight: number;
98
+ weight: number;
99
+ };
100
+ };
101
+ };
102
+ }
2
103
  export declare class DefaultTypography implements TypographyDefinition {
3
104
  id: Guid;
4
105
  name: string;
@@ -6,6 +6,8 @@ export declare function useDefaultDesignKit(): {
6
6
  readonly cyberPunk: import("@omnia/fx-models").ThemeDefinitionV2;
7
7
  readonly coffe: import("@omnia/fx-models").ThemeDefinitionV2;
8
8
  readonly light: import("@omnia/fx-models").ThemeDefinitionV2;
9
+ readonly lightAlt1: import("@omnia/fx-models").ThemeDefinitionV2;
10
+ readonly lightPreview: import("@omnia/fx-models").ThemeDefinitionV2;
9
11
  readonly dark: import("@omnia/fx-models").ThemeDefinitionV2;
10
12
  preview: {
11
13
  readonly dark: import("@omnia/fx-models").ThemeDefinitionV2;
@@ -7,6 +7,8 @@ export declare function useDesignKits(): {
7
7
  readonly cyberPunk: import("@omnia/fx-models").ThemeDefinitionV2;
8
8
  readonly coffe: import("@omnia/fx-models").ThemeDefinitionV2;
9
9
  readonly light: import("@omnia/fx-models").ThemeDefinitionV2;
10
+ readonly lightAlt1: import("@omnia/fx-models").ThemeDefinitionV2;
11
+ readonly lightPreview: import("@omnia/fx-models").ThemeDefinitionV2;
10
12
  readonly dark: import("@omnia/fx-models").ThemeDefinitionV2;
11
13
  preview: {
12
14
  readonly dark: import("@omnia/fx-models").ThemeDefinitionV2;
@@ -5,7 +5,7 @@ export declare const useVelcronDefinitionStore: () => {
5
5
  filters: string[];
6
6
  };
7
7
  get: {
8
- byId(id: GuidValue, stripped?: boolean): VelcronDefinitionRegistration<object>;
8
+ byId<TState extends object>(id: GuidValue, stripped?: boolean): VelcronDefinitionRegistration<TState>;
9
9
  byFilters(filters: string[]): VelcronDefinitionRegistration<object>[];
10
10
  readonly filters: string[];
11
11
  };
@@ -37,6 +37,7 @@ export declare function useIcons(): {
37
37
  drag: FontAwesomeIcon;
38
38
  edit: FontAwesomeIcon;
39
39
  expand: FontAwesomeIcon;
40
+ expandMenu: FontAwesomeIcon;
40
41
  flip: MaterialIcon;
41
42
  filter: FontAwesomeIcon;
42
43
  filePdf: FontAwesomeIcon;
@@ -20,3 +20,4 @@ export * from "./TryOnScopeDispose";
20
20
  export * from "./UseWebNotification";
21
21
  export * from "./UseSupported";
22
22
  export * from "./UseInterSectionObserver";
23
+ export * from "./UseMounted";
@@ -26,6 +26,7 @@ declare const _default: {
26
26
  lastDefinition: ContentDefinitionRegistration;
27
27
  toggleColorSchemaPreview: import("@omnia/fx-models").VelcronColorSchemaState;
28
28
  toggleDefinitionPreview: import("@omnia/fx-models").VelcronDefinition;
29
+ allowToggle: boolean;
29
30
  onGoingDragging: boolean;
30
31
  socialMode: boolean;
31
32
  };
@@ -37,6 +38,7 @@ declare const _default: {
37
38
  onMutatedLastDefinition: import("@omnia/fx").MessageBusExposeOnlySubscription<ContentDefinitionRegistration>;
38
39
  onMutatedToggleColorSchemaPreview: import("@omnia/fx").MessageBusExposeOnlySubscription<import("@omnia/fx-models").VelcronColorSchemaState>;
39
40
  onMutatedToggleDefinitionPreview: import("@omnia/fx").MessageBusExposeOnlySubscription<import("@omnia/fx-models").VelcronDefinition>;
41
+ onMutatedAllowToggle: import("@omnia/fx").MessageBusExposeOnlySubscription<boolean>;
40
42
  onMutatedOnGoingDragging: import("@omnia/fx").MessageBusExposeOnlySubscription<boolean>;
41
43
  onMutatedSocialMode: import("@omnia/fx").MessageBusExposeOnlySubscription<boolean>;
42
44
  } & Record<string, import("@omnia/fx-models").IMessageBusTopicPublishSubscriber<any>>;
@@ -128,6 +130,7 @@ declare const _default: {
128
130
  lastDefinition: ContentDefinitionRegistration;
129
131
  toggleColorSchemaPreview: import("@omnia/fx-models").VelcronColorSchemaState;
130
132
  toggleDefinitionPreview: import("@omnia/fx-models").VelcronDefinition;
133
+ allowToggle: boolean;
131
134
  onGoingDragging: boolean;
132
135
  socialMode: boolean;
133
136
  };
@@ -139,6 +142,7 @@ declare const _default: {
139
142
  onMutatedLastDefinition: import("@omnia/fx").MessageBusExposeOnlySubscription<ContentDefinitionRegistration>;
140
143
  onMutatedToggleColorSchemaPreview: import("@omnia/fx").MessageBusExposeOnlySubscription<import("@omnia/fx-models").VelcronColorSchemaState>;
141
144
  onMutatedToggleDefinitionPreview: import("@omnia/fx").MessageBusExposeOnlySubscription<import("@omnia/fx-models").VelcronDefinition>;
145
+ onMutatedAllowToggle: import("@omnia/fx").MessageBusExposeOnlySubscription<boolean>;
142
146
  onMutatedOnGoingDragging: import("@omnia/fx").MessageBusExposeOnlySubscription<boolean>;
143
147
  onMutatedSocialMode: import("@omnia/fx").MessageBusExposeOnlySubscription<boolean>;
144
148
  } & Record<string, import("@omnia/fx-models").IMessageBusTopicPublishSubscriber<any>>;
@@ -230,6 +234,7 @@ declare const _default: {
230
234
  lastDefinition: ContentDefinitionRegistration;
231
235
  toggleColorSchemaPreview: import("@omnia/fx-models").VelcronColorSchemaState;
232
236
  toggleDefinitionPreview: import("@omnia/fx-models").VelcronDefinition;
237
+ allowToggle: boolean;
233
238
  onGoingDragging: boolean;
234
239
  socialMode: boolean;
235
240
  };
@@ -241,6 +246,7 @@ declare const _default: {
241
246
  onMutatedLastDefinition: import("@omnia/fx").MessageBusExposeOnlySubscription<ContentDefinitionRegistration>;
242
247
  onMutatedToggleColorSchemaPreview: import("@omnia/fx").MessageBusExposeOnlySubscription<import("@omnia/fx-models").VelcronColorSchemaState>;
243
248
  onMutatedToggleDefinitionPreview: import("@omnia/fx").MessageBusExposeOnlySubscription<import("@omnia/fx-models").VelcronDefinition>;
249
+ onMutatedAllowToggle: import("@omnia/fx").MessageBusExposeOnlySubscription<boolean>;
244
250
  onMutatedOnGoingDragging: import("@omnia/fx").MessageBusExposeOnlySubscription<boolean>;
245
251
  onMutatedSocialMode: import("@omnia/fx").MessageBusExposeOnlySubscription<boolean>;
246
252
  } & Record<string, import("@omnia/fx-models").IMessageBusTopicPublishSubscriber<any>>;
@@ -331,6 +337,7 @@ declare const _default: {
331
337
  lastDefinition: ContentDefinitionRegistration;
332
338
  toggleColorSchemaPreview: import("@omnia/fx-models").VelcronColorSchemaState;
333
339
  toggleDefinitionPreview: import("@omnia/fx-models").VelcronDefinition;
340
+ allowToggle: boolean;
334
341
  onGoingDragging: boolean;
335
342
  socialMode: boolean;
336
343
  };
@@ -342,6 +349,7 @@ declare const _default: {
342
349
  onMutatedLastDefinition: import("@omnia/fx").MessageBusExposeOnlySubscription<ContentDefinitionRegistration>;
343
350
  onMutatedToggleColorSchemaPreview: import("@omnia/fx").MessageBusExposeOnlySubscription<import("@omnia/fx-models").VelcronColorSchemaState>;
344
351
  onMutatedToggleDefinitionPreview: import("@omnia/fx").MessageBusExposeOnlySubscription<import("@omnia/fx-models").VelcronDefinition>;
352
+ onMutatedAllowToggle: import("@omnia/fx").MessageBusExposeOnlySubscription<boolean>;
345
353
  onMutatedOnGoingDragging: import("@omnia/fx").MessageBusExposeOnlySubscription<boolean>;
346
354
  onMutatedSocialMode: import("@omnia/fx").MessageBusExposeOnlySubscription<boolean>;
347
355
  } & Record<string, import("@omnia/fx-models").IMessageBusTopicPublishSubscriber<any>>;
@@ -457,6 +465,7 @@ declare const _default: {
457
465
  lastDefinition: ContentDefinitionRegistration;
458
466
  toggleColorSchemaPreview: import("@omnia/fx-models").VelcronColorSchemaState;
459
467
  toggleDefinitionPreview: import("@omnia/fx-models").VelcronDefinition;
468
+ allowToggle: boolean;
460
469
  onGoingDragging: boolean;
461
470
  socialMode: boolean;
462
471
  };
@@ -468,6 +477,7 @@ declare const _default: {
468
477
  onMutatedLastDefinition: import("@omnia/fx").MessageBusExposeOnlySubscription<ContentDefinitionRegistration>;
469
478
  onMutatedToggleColorSchemaPreview: import("@omnia/fx").MessageBusExposeOnlySubscription<import("@omnia/fx-models").VelcronColorSchemaState>;
470
479
  onMutatedToggleDefinitionPreview: import("@omnia/fx").MessageBusExposeOnlySubscription<import("@omnia/fx-models").VelcronDefinition>;
480
+ onMutatedAllowToggle: import("@omnia/fx").MessageBusExposeOnlySubscription<boolean>;
471
481
  onMutatedOnGoingDragging: import("@omnia/fx").MessageBusExposeOnlySubscription<boolean>;
472
482
  onMutatedSocialMode: import("@omnia/fx").MessageBusExposeOnlySubscription<boolean>;
473
483
  } & Record<string, import("@omnia/fx-models").IMessageBusTopicPublishSubscriber<any>>;
@@ -563,6 +573,7 @@ declare const _default: {
563
573
  lastDefinition: ContentDefinitionRegistration;
564
574
  toggleColorSchemaPreview: import("@omnia/fx-models").VelcronColorSchemaState;
565
575
  toggleDefinitionPreview: import("@omnia/fx-models").VelcronDefinition;
576
+ allowToggle: boolean;
566
577
  onGoingDragging: boolean;
567
578
  socialMode: boolean;
568
579
  };
@@ -574,6 +585,7 @@ declare const _default: {
574
585
  onMutatedLastDefinition: import("@omnia/fx").MessageBusExposeOnlySubscription<ContentDefinitionRegistration>;
575
586
  onMutatedToggleColorSchemaPreview: import("@omnia/fx").MessageBusExposeOnlySubscription<import("@omnia/fx-models").VelcronColorSchemaState>;
576
587
  onMutatedToggleDefinitionPreview: import("@omnia/fx").MessageBusExposeOnlySubscription<import("@omnia/fx-models").VelcronDefinition>;
588
+ onMutatedAllowToggle: import("@omnia/fx").MessageBusExposeOnlySubscription<boolean>;
577
589
  onMutatedOnGoingDragging: import("@omnia/fx").MessageBusExposeOnlySubscription<boolean>;
578
590
  onMutatedSocialMode: import("@omnia/fx").MessageBusExposeOnlySubscription<boolean>;
579
591
  } & Record<string, import("@omnia/fx-models").IMessageBusTopicPublishSubscriber<any>>;
@@ -662,6 +674,7 @@ declare const _default: {
662
674
  lastDefinition: ContentDefinitionRegistration;
663
675
  toggleColorSchemaPreview: import("@omnia/fx-models").VelcronColorSchemaState;
664
676
  toggleDefinitionPreview: import("@omnia/fx-models").VelcronDefinition;
677
+ allowToggle: boolean;
665
678
  onGoingDragging: boolean;
666
679
  socialMode: boolean;
667
680
  };
@@ -673,6 +686,7 @@ declare const _default: {
673
686
  onMutatedLastDefinition: import("@omnia/fx").MessageBusExposeOnlySubscription<ContentDefinitionRegistration>;
674
687
  onMutatedToggleColorSchemaPreview: import("@omnia/fx").MessageBusExposeOnlySubscription<import("@omnia/fx-models").VelcronColorSchemaState>;
675
688
  onMutatedToggleDefinitionPreview: import("@omnia/fx").MessageBusExposeOnlySubscription<import("@omnia/fx-models").VelcronDefinition>;
689
+ onMutatedAllowToggle: import("@omnia/fx").MessageBusExposeOnlySubscription<boolean>;
676
690
  onMutatedOnGoingDragging: import("@omnia/fx").MessageBusExposeOnlySubscription<boolean>;
677
691
  onMutatedSocialMode: import("@omnia/fx").MessageBusExposeOnlySubscription<boolean>;
678
692
  } & Record<string, import("@omnia/fx-models").IMessageBusTopicPublishSubscriber<any>>;
@@ -16,6 +16,7 @@ export declare const useVelcronContentEditorStore: () => {
16
16
  lastDefinition: ContentDefinitionRegistration;
17
17
  toggleColorSchemaPreview: VelcronColorSchemaState;
18
18
  toggleDefinitionPreview: VelcronDefinition;
19
+ allowToggle: boolean;
19
20
  onGoingDragging: boolean;
20
21
  socialMode: boolean;
21
22
  };
@@ -27,6 +28,7 @@ export declare const useVelcronContentEditorStore: () => {
27
28
  onMutatedLastDefinition: import("@omnia/fx").MessageBusExposeOnlySubscription<ContentDefinitionRegistration>;
28
29
  onMutatedToggleColorSchemaPreview: import("@omnia/fx").MessageBusExposeOnlySubscription<VelcronColorSchemaState>;
29
30
  onMutatedToggleDefinitionPreview: import("@omnia/fx").MessageBusExposeOnlySubscription<VelcronDefinition>;
31
+ onMutatedAllowToggle: import("@omnia/fx").MessageBusExposeOnlySubscription<boolean>;
30
32
  onMutatedOnGoingDragging: import("@omnia/fx").MessageBusExposeOnlySubscription<boolean>;
31
33
  onMutatedSocialMode: import("@omnia/fx").MessageBusExposeOnlySubscription<boolean>;
32
34
  } & Record<string, import("@omnia/fx-models").IMessageBusTopicPublishSubscriber<any>>;
@@ -1,5 +1,5 @@
1
1
  import { IMessageBusTopicSubscription } from "../../models";
2
- import { TsxAllowUnknowProperties, WizardStyles } from "..";
2
+ import { WizardStyles } from "..";
3
3
  export interface WizardStepModel {
4
4
  id: string;
5
5
  title: string;
@@ -131,16 +131,3 @@ export interface IWizard {
131
131
  horizontalMinHeight?: number;
132
132
  isOnDialog?: boolean;
133
133
  }
134
- declare global {
135
- namespace JSX {
136
- interface Element {
137
- }
138
- interface ElementClass {
139
- }
140
- interface ElementAttributesProperty {
141
- }
142
- interface IntrinsicElements {
143
- "omfx-wizard": TsxAllowUnknowProperties<IWizard>;
144
- }
145
- }
146
- }