@omnia/fx 8.0.156-dev → 8.0.158-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 (73) hide show
  1. package/internal-do-not-import-from-here/manifests/omnia.fx.manifest.json +1 -1
  2. package/internal-do-not-import-from-here/services/OmniaSearchUserService.d.ts +7 -0
  3. package/internal-do-not-import-from-here/services/index.d.ts +37 -36
  4. package/internal-do-not-import-from-here/ux/aurora/store/ColorSchemaStore.d.ts +152 -0
  5. package/internal-do-not-import-from-here/ux/aurora/store/SpacingBlueprintStore.d.ts +152 -0
  6. package/internal-do-not-import-from-here/ux/aurora/store/TypographyBlueprintStore.d.ts +152 -0
  7. package/internal-do-not-import-from-here/ux/aurora/styling/UseStyling.d.ts +17 -39
  8. package/internal-do-not-import-from-here/ux/aurora/styling/styles/Blueprints.d.ts +26 -38
  9. package/internal-do-not-import-from-here/ux/aurora/styling/styles/Chrome.d.ts +1 -1
  10. package/internal-do-not-import-from-here/ux/aurora/styling/styles/Colors.d.ts +23 -29
  11. package/internal-do-not-import-from-here/ux/aurora/styling/styles/General.d.ts +1 -1
  12. package/internal-do-not-import-from-here/ux/aurora/styling/styles/Spacing.d.ts +8 -11
  13. package/internal-do-not-import-from-here/ux/aurora/styling/styles/Typography.d.ts +1 -1
  14. package/internal-do-not-import-from-here/ux/aurora/styling/styles/index.d.ts +2 -2
  15. package/internal-do-not-import-from-here/ux/enterpriseproperties/picker/EnterprisePropertyPicker.d.ts +35 -1
  16. package/internal-do-not-import-from-here/ux/enterpriseproperties/picker/IEnterprisePropertyPicker.d.ts +2 -1
  17. package/internal-do-not-import-from-here/ux/filterengine/Helper.d.ts +2 -1
  18. package/internal-do-not-import-from-here/ux/filterengine/api/ExtendedBirthdayRegistration.d.ts +1 -0
  19. package/internal-do-not-import-from-here/ux/filterengine/api/ExtendedBooleanRegistration.d.ts +1 -0
  20. package/internal-do-not-import-from-here/ux/filterengine/api/ExtendedDateRegistration.d.ts +1 -0
  21. package/internal-do-not-import-from-here/ux/filterengine/api/ExtendedDateTimeRegistration.d.ts +1 -0
  22. package/internal-do-not-import-from-here/ux/filterengine/api/ExtendedEmailRegistration.d.ts +1 -0
  23. package/internal-do-not-import-from-here/ux/filterengine/api/ExtendedHtmlRegistration.d.ts +1 -0
  24. package/internal-do-not-import-from-here/ux/filterengine/api/ExtendedIdentityRegistration.d.ts +1 -0
  25. package/internal-do-not-import-from-here/ux/filterengine/api/ExtendedIntegerRegistration.d.ts +1 -0
  26. package/internal-do-not-import-from-here/ux/filterengine/api/ExtendedLinkRegistration.d.ts +1 -0
  27. package/internal-do-not-import-from-here/ux/filterengine/api/ExtendedMultilineTextRegistration.d.ts +1 -0
  28. package/internal-do-not-import-from-here/ux/filterengine/api/ExtendedMultilingualTextRegistration.d.ts +1 -0
  29. package/internal-do-not-import-from-here/ux/filterengine/api/ExtendedPhoneNumberRegistration.d.ts +1 -0
  30. package/internal-do-not-import-from-here/ux/filterengine/api/ExtendedTextRegistration.d.ts +1 -0
  31. package/internal-do-not-import-from-here/ux/filterengine/handler/FilterEngineHandler.d.ts +4 -1
  32. package/internal-do-not-import-from-here/ux/journey/use/UseBlade.d.ts +1 -1
  33. package/internal-do-not-import-from-here/ux/markdown/MarkdownEditor.d.ts +22 -1
  34. package/internal-do-not-import-from-here/ux/markdown/MarkdownRenderer.css.d.ts +3 -2
  35. package/internal-do-not-import-from-here/ux/markdown/MarkdownRenderer.d.ts +22 -1
  36. package/internal-do-not-import-from-here/ux/oxide/datatable/DataTable.css.d.ts +152 -0
  37. package/internal-do-not-import-from-here/ux/oxide/datatable/DataTable.d.ts +304 -0
  38. package/internal-do-not-import-from-here/ux/oxide/datepicker/DateTimePicker.d.ts +389 -10
  39. package/internal-do-not-import-from-here/ux/oxide/link/Link.d.ts +18 -49
  40. package/internal-do-not-import-from-here/ux/oxide/select/Select.d.ts +304 -0
  41. package/internal-do-not-import-from-here/ux/oxide/tab/Tab.d.ts +21 -0
  42. package/internal-do-not-import-from-here/ux/oxide/text/Text.css.d.ts +0 -2
  43. package/internal-do-not-import-from-here/ux/oxide/text/Text.d.ts +27 -53
  44. package/internal-do-not-import-from-here/ux/use/UseColorSchemaSetup.d.ts +152 -0
  45. package/internal-do-not-import-from-here/ux/velcron/components/contenteditor/VelcronContentEditor.d.ts +10 -10
  46. package/internal-do-not-import-from-here/ux/velcron/components/contenteditor/stores/ContentEditorStore.d.ts +3 -3
  47. package/internal-do-not-import-from-here/ux/velcron/components/contenteditorNew/DefinitionRegistrations.d.ts +1 -0
  48. package/internal-do-not-import-from-here/ux/velcron/components/contenteditorNew/VelcronContentEditor.css.d.ts +6 -0
  49. package/internal-do-not-import-from-here/ux/velcron/components/contenteditorNew/VelcronContentEditor.d.ts +875 -0
  50. package/internal-do-not-import-from-here/ux/velcron/components/contenteditorNew/definitions/content/Image.d.ts +2 -0
  51. package/internal-do-not-import-from-here/ux/velcron/components/contenteditorNew/definitions/content/ImageText.d.ts +3 -0
  52. package/internal-do-not-import-from-here/ux/velcron/components/contenteditorNew/definitions/content/Quote.d.ts +2 -0
  53. package/internal-do-not-import-from-here/ux/velcron/components/contenteditorNew/definitions/content/Text.d.ts +2 -0
  54. package/internal-do-not-import-from-here/ux/velcron/components/contenteditorNew/definitions/content/index.d.ts +4 -0
  55. package/internal-do-not-import-from-here/ux/velcron/components/contenteditorNew/definitions/index.d.ts +2 -0
  56. package/internal-do-not-import-from-here/ux/velcron/components/contenteditorNew/definitions/social/Image.d.ts +2 -0
  57. package/internal-do-not-import-from-here/ux/velcron/components/contenteditorNew/definitions/social/MicroBlog.d.ts +3 -0
  58. package/internal-do-not-import-from-here/ux/velcron/components/contenteditorNew/definitions/social/MicroBlog2.d.ts +3 -0
  59. package/internal-do-not-import-from-here/ux/velcron/components/contenteditorNew/definitions/social/Praise.d.ts +2 -0
  60. package/internal-do-not-import-from-here/ux/velcron/components/contenteditorNew/definitions/social/SocialText.d.ts +2 -0
  61. package/internal-do-not-import-from-here/ux/velcron/components/contenteditorNew/definitions/social/index.d.ts +4 -0
  62. package/internal-do-not-import-from-here/ux/velcron/components/contenteditorNew/models/ContentDefinitionRegistration.d.ts +9 -0
  63. package/internal-do-not-import-from-here/ux/velcron/components/contenteditorNew/models/VelcronDefinitionIds.d.ts +15 -0
  64. package/internal-do-not-import-from-here/ux/velcron/components/contenteditorNew/models/index.d.ts +2 -0
  65. package/internal-do-not-import-from-here/ux/velcron/components/contenteditorNew/stores/ContentEditorStore.d.ts +162 -0
  66. package/internal-do-not-import-from-here/ux/velcron/core/models/VelcronDefinitions.d.ts +3 -1
  67. package/internal-do-not-import-from-here/ux/velcron/core/models/VelcronPropertyEditorDefinitions.d.ts +12 -16
  68. package/internal-do-not-import-from-here/ux/velcron/core/stores/VelcronTheming.d.ts +2 -1
  69. package/internal-do-not-import-from-here/ux/velcron/editor/stores/VelcronEditorStore.d.ts +1 -10
  70. package/internal-do-not-import-from-here/ux/velcron/renderer/propertyeditors/IconEditor.d.ts +406 -0
  71. package/internal-do-not-import-from-here/ux/velcron/renderer/propertyeditors/TypographyEditor.d.ts +98 -102
  72. package/internal-do-not-import-from-here/wctypings.d.ts +31 -1
  73. package/package.json +2 -2
@@ -30,7 +30,7 @@ declare const _default: {
30
30
  activeDefinition: VelcronContentInstance;
31
31
  selectedDefinition: VelcronContentInstance;
32
32
  lastDefinition: VelcronContentInstance;
33
- toggleColorSchemaPreview: import("@omnia/fx-models").VelcronColorSchemaState;
33
+ toggleColorSchemaPreview: string;
34
34
  toggleDefinitionPreview: import("@omnia/fx-models").VelcronDefinition;
35
35
  previewState: VelcronState;
36
36
  allowToggle: boolean;
@@ -44,7 +44,7 @@ declare const _default: {
44
44
  onMutatedActiveDefinition: import("@omnia/fx").MessageBusExposeOnlySubscription<VelcronContentInstance>;
45
45
  onMutatedSelectedDefinition: import("@omnia/fx").MessageBusExposeOnlySubscription<VelcronContentInstance>;
46
46
  onMutatedLastDefinition: import("@omnia/fx").MessageBusExposeOnlySubscription<VelcronContentInstance>;
47
- onMutatedToggleColorSchemaPreview: import("@omnia/fx").MessageBusExposeOnlySubscription<import("@omnia/fx-models").VelcronColorSchemaState>;
47
+ onMutatedToggleColorSchemaPreview: import("@omnia/fx").MessageBusExposeOnlySubscription<string>;
48
48
  onMutatedToggleDefinitionPreview: import("@omnia/fx").MessageBusExposeOnlySubscription<import("@omnia/fx-models").VelcronDefinition>;
49
49
  onMutatedPreviewState: import("@omnia/fx").MessageBusExposeOnlySubscription<VelcronState>;
50
50
  onMutatedAllowToggle: import("@omnia/fx").MessageBusExposeOnlySubscription<boolean>;
@@ -220,7 +220,7 @@ declare const _default: {
220
220
  activeDefinition: VelcronContentInstance;
221
221
  selectedDefinition: VelcronContentInstance;
222
222
  lastDefinition: VelcronContentInstance;
223
- toggleColorSchemaPreview: import("@omnia/fx-models").VelcronColorSchemaState;
223
+ toggleColorSchemaPreview: string;
224
224
  toggleDefinitionPreview: import("@omnia/fx-models").VelcronDefinition;
225
225
  previewState: VelcronState;
226
226
  allowToggle: boolean;
@@ -234,7 +234,7 @@ declare const _default: {
234
234
  onMutatedActiveDefinition: import("@omnia/fx").MessageBusExposeOnlySubscription<VelcronContentInstance>;
235
235
  onMutatedSelectedDefinition: import("@omnia/fx").MessageBusExposeOnlySubscription<VelcronContentInstance>;
236
236
  onMutatedLastDefinition: import("@omnia/fx").MessageBusExposeOnlySubscription<VelcronContentInstance>;
237
- onMutatedToggleColorSchemaPreview: import("@omnia/fx").MessageBusExposeOnlySubscription<import("@omnia/fx-models").VelcronColorSchemaState>;
237
+ onMutatedToggleColorSchemaPreview: import("@omnia/fx").MessageBusExposeOnlySubscription<string>;
238
238
  onMutatedToggleDefinitionPreview: import("@omnia/fx").MessageBusExposeOnlySubscription<import("@omnia/fx-models").VelcronDefinition>;
239
239
  onMutatedPreviewState: import("@omnia/fx").MessageBusExposeOnlySubscription<VelcronState>;
240
240
  onMutatedAllowToggle: import("@omnia/fx").MessageBusExposeOnlySubscription<boolean>;
@@ -413,7 +413,7 @@ declare const _default: {
413
413
  activeDefinition: VelcronContentInstance;
414
414
  selectedDefinition: VelcronContentInstance;
415
415
  lastDefinition: VelcronContentInstance;
416
- toggleColorSchemaPreview: import("@omnia/fx-models").VelcronColorSchemaState;
416
+ toggleColorSchemaPreview: string;
417
417
  toggleDefinitionPreview: import("@omnia/fx-models").VelcronDefinition;
418
418
  previewState: VelcronState;
419
419
  allowToggle: boolean;
@@ -427,7 +427,7 @@ declare const _default: {
427
427
  onMutatedActiveDefinition: import("@omnia/fx").MessageBusExposeOnlySubscription<VelcronContentInstance>;
428
428
  onMutatedSelectedDefinition: import("@omnia/fx").MessageBusExposeOnlySubscription<VelcronContentInstance>;
429
429
  onMutatedLastDefinition: import("@omnia/fx").MessageBusExposeOnlySubscription<VelcronContentInstance>;
430
- onMutatedToggleColorSchemaPreview: import("@omnia/fx").MessageBusExposeOnlySubscription<import("@omnia/fx-models").VelcronColorSchemaState>;
430
+ onMutatedToggleColorSchemaPreview: import("@omnia/fx").MessageBusExposeOnlySubscription<string>;
431
431
  onMutatedToggleDefinitionPreview: import("@omnia/fx").MessageBusExposeOnlySubscription<import("@omnia/fx-models").VelcronDefinition>;
432
432
  onMutatedPreviewState: import("@omnia/fx").MessageBusExposeOnlySubscription<VelcronState>;
433
433
  onMutatedAllowToggle: import("@omnia/fx").MessageBusExposeOnlySubscription<boolean>;
@@ -603,7 +603,7 @@ declare const _default: {
603
603
  activeDefinition: VelcronContentInstance;
604
604
  selectedDefinition: VelcronContentInstance;
605
605
  lastDefinition: VelcronContentInstance;
606
- toggleColorSchemaPreview: import("@omnia/fx-models").VelcronColorSchemaState;
606
+ toggleColorSchemaPreview: string;
607
607
  toggleDefinitionPreview: import("@omnia/fx-models").VelcronDefinition;
608
608
  previewState: VelcronState;
609
609
  allowToggle: boolean;
@@ -617,7 +617,7 @@ declare const _default: {
617
617
  onMutatedActiveDefinition: import("@omnia/fx").MessageBusExposeOnlySubscription<VelcronContentInstance>;
618
618
  onMutatedSelectedDefinition: import("@omnia/fx").MessageBusExposeOnlySubscription<VelcronContentInstance>;
619
619
  onMutatedLastDefinition: import("@omnia/fx").MessageBusExposeOnlySubscription<VelcronContentInstance>;
620
- onMutatedToggleColorSchemaPreview: import("@omnia/fx").MessageBusExposeOnlySubscription<import("@omnia/fx-models").VelcronColorSchemaState>;
620
+ onMutatedToggleColorSchemaPreview: import("@omnia/fx").MessageBusExposeOnlySubscription<string>;
621
621
  onMutatedToggleDefinitionPreview: import("@omnia/fx").MessageBusExposeOnlySubscription<import("@omnia/fx-models").VelcronDefinition>;
622
622
  onMutatedPreviewState: import("@omnia/fx").MessageBusExposeOnlySubscription<VelcronState>;
623
623
  onMutatedAllowToggle: import("@omnia/fx").MessageBusExposeOnlySubscription<boolean>;
@@ -786,7 +786,7 @@ declare const _default: {
786
786
  activeDefinition: VelcronContentInstance;
787
787
  selectedDefinition: VelcronContentInstance;
788
788
  lastDefinition: VelcronContentInstance;
789
- toggleColorSchemaPreview: import("@omnia/fx-models").VelcronColorSchemaState;
789
+ toggleColorSchemaPreview: string;
790
790
  toggleDefinitionPreview: import("@omnia/fx-models").VelcronDefinition;
791
791
  previewState: VelcronState;
792
792
  allowToggle: boolean;
@@ -800,7 +800,7 @@ declare const _default: {
800
800
  onMutatedActiveDefinition: import("@omnia/fx").MessageBusExposeOnlySubscription<VelcronContentInstance>;
801
801
  onMutatedSelectedDefinition: import("@omnia/fx").MessageBusExposeOnlySubscription<VelcronContentInstance>;
802
802
  onMutatedLastDefinition: import("@omnia/fx").MessageBusExposeOnlySubscription<VelcronContentInstance>;
803
- onMutatedToggleColorSchemaPreview: import("@omnia/fx").MessageBusExposeOnlySubscription<import("@omnia/fx-models").VelcronColorSchemaState>;
803
+ onMutatedToggleColorSchemaPreview: import("@omnia/fx").MessageBusExposeOnlySubscription<string>;
804
804
  onMutatedToggleDefinitionPreview: import("@omnia/fx").MessageBusExposeOnlySubscription<import("@omnia/fx-models").VelcronDefinition>;
805
805
  onMutatedPreviewState: import("@omnia/fx").MessageBusExposeOnlySubscription<VelcronState>;
806
806
  onMutatedAllowToggle: import("@omnia/fx").MessageBusExposeOnlySubscription<boolean>;
@@ -1,4 +1,4 @@
1
- import { GuidValue, VelcronAppDefinition, VelcronColorSchemaState, VelcronDefinition, VelcronState, VelcronDefinitionRegistration } from "@omnia/fx-models";
1
+ import { GuidValue, VelcronAppDefinition, VelcronDefinition, VelcronState, VelcronDefinitionRegistration } from "@omnia/fx-models";
2
2
  import { VelcronContentInstance } from "../models";
3
3
  export declare enum MenuTabs {
4
4
  templates = 0,
@@ -14,7 +14,7 @@ export declare const useVelcronContentEditorStore: () => {
14
14
  activeDefinition: VelcronContentInstance;
15
15
  selectedDefinition: VelcronContentInstance;
16
16
  lastDefinition: VelcronContentInstance;
17
- toggleColorSchemaPreview: VelcronColorSchemaState;
17
+ toggleColorSchemaPreview: string;
18
18
  toggleDefinitionPreview: VelcronDefinition;
19
19
  previewState: VelcronState;
20
20
  allowToggle: boolean;
@@ -28,7 +28,7 @@ export declare const useVelcronContentEditorStore: () => {
28
28
  onMutatedActiveDefinition: import("@omnia/fx").MessageBusExposeOnlySubscription<VelcronContentInstance>;
29
29
  onMutatedSelectedDefinition: import("@omnia/fx").MessageBusExposeOnlySubscription<VelcronContentInstance>;
30
30
  onMutatedLastDefinition: import("@omnia/fx").MessageBusExposeOnlySubscription<VelcronContentInstance>;
31
- onMutatedToggleColorSchemaPreview: import("@omnia/fx").MessageBusExposeOnlySubscription<VelcronColorSchemaState>;
31
+ onMutatedToggleColorSchemaPreview: import("@omnia/fx").MessageBusExposeOnlySubscription<string>;
32
32
  onMutatedToggleDefinitionPreview: import("@omnia/fx").MessageBusExposeOnlySubscription<VelcronDefinition>;
33
33
  onMutatedPreviewState: import("@omnia/fx").MessageBusExposeOnlySubscription<VelcronState>;
34
34
  onMutatedAllowToggle: import("@omnia/fx").MessageBusExposeOnlySubscription<boolean>;
@@ -0,0 +1,6 @@
1
+ import { useColorSchemaStore } from "@omnia/fx/ux";
2
+ export declare const VelcronContentEditorStyles: {
3
+ itemWrapper: (colors: ReturnType<typeof useColorSchemaStore>) => string;
4
+ socialToolbarwrapper: string;
5
+ toolbarWrapper: string;
6
+ };