@omnia/fx 8.0.154-dev → 8.0.155-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 (56) hide show
  1. package/internal-do-not-import-from-here/services/SecurityService.d.ts +2 -0
  2. package/internal-do-not-import-from-here/stores/mediapicker/handlers/provider/BaseImageHandler.d.ts +1 -8
  3. package/internal-do-not-import-from-here/stores/mediapicker/handlers/provider/BaseVideoHandler.d.ts +1 -8
  4. package/internal-do-not-import-from-here/ux/aurora/admin/blades/blueprints/components/store/ComponentEditorStore.d.ts +58 -21
  5. package/internal-do-not-import-from-here/ux/aurora/admin/blades/blueprints/components/store/ContainersEditorStore.d.ts +77 -0
  6. package/internal-do-not-import-from-here/ux/aurora/components/backgroundstyle/BackgroundStyleEditor.d.ts +19 -5
  7. package/internal-do-not-import-from-here/ux/aurora/components/backgroundstyle/BackgroundStyleViewer.d.ts +71 -0
  8. package/internal-do-not-import-from-here/ux/aurora/components/buttonstyle/ButtonStyleEditor.d.ts +1 -1
  9. package/internal-do-not-import-from-here/ux/aurora/components/chrome/ChromePicker.d.ts +10 -10
  10. package/internal-do-not-import-from-here/ux/aurora/components/containerpicker/ContainerBlueprintsViewer.d.ts +70 -0
  11. package/internal-do-not-import-from-here/ux/aurora/components/containerpicker/ContainerPicker.css.d.ts +4 -0
  12. package/internal-do-not-import-from-here/ux/aurora/components/containerpicker/ContainerPicker.d.ts +466 -0
  13. package/internal-do-not-import-from-here/ux/aurora/components/containerpicker/docs/ExampleComponents.d.ts +1 -0
  14. package/internal-do-not-import-from-here/ux/aurora/components/containerpicker/docs/SampleComponent.d.ts +55 -0
  15. package/internal-do-not-import-from-here/ux/aurora/components/containerpicker/docs/index.d.ts +1 -0
  16. package/internal-do-not-import-from-here/ux/aurora/components/fillpicker/FillPicker.d.ts +7 -7
  17. package/internal-do-not-import-from-here/ux/aurora/store/ColorSchemaStore.d.ts +763 -322
  18. package/internal-do-not-import-from-here/ux/aurora/store/ComponentBlueprintStore.d.ts +15 -3
  19. package/internal-do-not-import-from-here/ux/aurora/store/SpacingBlueprintStore.d.ts +763 -322
  20. package/internal-do-not-import-from-here/ux/aurora/store/ThemeContextStore.d.ts +228 -84
  21. package/internal-do-not-import-from-here/ux/aurora/store/ThemeStoreV2.d.ts +14 -2
  22. package/internal-do-not-import-from-here/ux/aurora/store/TypographyBlueprintStore.d.ts +763 -322
  23. package/internal-do-not-import-from-here/ux/aurora/store/index.d.ts +0 -1
  24. package/internal-do-not-import-from-here/ux/aurora/themeprovider/ThemeProvider.d.ts +1 -8
  25. package/internal-do-not-import-from-here/ux/features/loc/localize.d.ts +2 -0
  26. package/internal-do-not-import-from-here/ux/mediapickerV2/chrome/components/MediaGallerySelector.css.d.ts +1 -1
  27. package/internal-do-not-import-from-here/ux/mediapickerV2/docs/MediaProviderExample.d.ts +0 -1
  28. package/internal-do-not-import-from-here/ux/mediapickerproviders/bingprovider-v2/handler.d.ts +1 -2
  29. package/internal-do-not-import-from-here/ux/mediapickerproviders/shareds/providers/MyComputerProvider.d.ts +1 -0
  30. package/internal-do-not-import-from-here/ux/oxide/avatar/Avatar.d.ts +10 -10
  31. package/internal-do-not-import-from-here/ux/oxide/btn/Button.d.ts +1 -1
  32. package/internal-do-not-import-from-here/ux/oxide/datatable/DataTable.css.d.ts +782 -329
  33. package/internal-do-not-import-from-here/ux/oxide/datatable/DataTable.d.ts +1607 -701
  34. package/internal-do-not-import-from-here/ux/oxide/datepicker/DateTimePicker.d.ts +69 -333
  35. package/internal-do-not-import-from-here/ux/oxide/dialog/Dialog.d.ts +9 -43
  36. package/internal-do-not-import-from-here/ux/oxide/icon/Icon.d.ts +11 -11
  37. package/internal-do-not-import-from-here/ux/oxide/link/Link.d.ts +10 -10
  38. package/internal-do-not-import-from-here/ux/oxide/select/Select.d.ts +1604 -698
  39. package/internal-do-not-import-from-here/ux/oxide/slidepanel/SlidePanel.css.d.ts +1 -0
  40. package/internal-do-not-import-from-here/ux/oxide/slidepanel/SlidePanel.d.ts +2 -2
  41. package/internal-do-not-import-from-here/ux/oxide/tab/Tabs.d.ts +1 -1
  42. package/internal-do-not-import-from-here/ux/oxide/text/Text.d.ts +11 -11
  43. package/internal-do-not-import-from-here/ux/use/UseColorSchemaSetup.d.ts +782 -329
  44. package/internal-do-not-import-from-here/ux/velcron/core/models/VelcronDefinitions.d.ts +20 -11
  45. package/internal-do-not-import-from-here/ux/velcron/core/models/VelcronPropertyEditorDefinitions.d.ts +15 -61
  46. package/internal-do-not-import-from-here/ux/velcron/core/parser/VelcronConstants.d.ts +1 -0
  47. package/internal-do-not-import-from-here/ux/velcron/core/parser/VelcronData.d.ts +5 -3
  48. package/internal-do-not-import-from-here/ux/velcron/core/rules/IsEditMode.d.ts +1 -1
  49. package/internal-do-not-import-from-here/ux/velcron/editor/models/VelcronEditorDescriptors.d.ts +2 -1
  50. package/internal-do-not-import-from-here/ux/velcron/renderer/propertyeditors/ContainerEditor.d.ts +364 -0
  51. package/internal-do-not-import-from-here/wctypings.d.ts +50 -0
  52. package/package.json +2 -2
  53. package/internal-do-not-import-from-here/ux/aurora/admin/blades/blueprints/components/store/FillsEditorStore.d.ts +0 -50
  54. package/internal-do-not-import-from-here/ux/aurora/store/ChromeBlueprintStore.d.ts +0 -5318
  55. /package/internal-do-not-import-from-here/ux/aurora/admin/blades/blueprints/components/blades/{FillBladeEdit.d.ts → ContainersBlade.d.ts} +0 -0
  56. /package/internal-do-not-import-from-here/ux/aurora/admin/blades/blueprints/components/blades/{FillsBlade.d.ts → ContainersBladeEdit.d.ts} +0 -0
@@ -1,4 +1,5 @@
1
1
  export declare const SwiperStyles: {
2
2
  backgroundColor: (color: string) => string;
3
3
  color: (color: string) => string;
4
+ navigationButton: string;
4
5
  };
@@ -342,8 +342,6 @@ declare const _default: {
342
342
  class?: String | String[];
343
343
  scrollbar?: boolean;
344
344
  variant?: "default" | "custom-navigation";
345
- contentWrapperClass?: string;
346
- "content-wrapper-class"?: string;
347
345
  getApi?: (store: ReturnType<typeof useSlidePanelStore>) => void;
348
346
  "get-api"?: (store: ReturnType<typeof useSlidePanelStore>) => void;
349
347
  autoplay?: boolean;
@@ -354,6 +352,8 @@ declare const _default: {
354
352
  "slides-per-view"?: number;
355
353
  slideSpacing?: number;
356
354
  "slide-spacing"?: number;
355
+ contentWrapperClass?: string;
356
+ "content-wrapper-class"?: string;
357
357
  }>, "onInit" | "onAfterInit"> & {
358
358
  onInit?: (swiper: Swiper) => any;
359
359
  onAfterInit?: (swiper: Swiper) => any;
@@ -414,9 +414,9 @@ declare const _default: {
414
414
  class?: String | String[];
415
415
  vertical?: boolean;
416
416
  contentClass?: string | string[];
417
+ blueprint?: TabsBlueprint;
417
418
  grow?: boolean;
418
419
  toned?: boolean;
419
- blueprint?: TabsBlueprint;
420
420
  "v-model"?: number;
421
421
  "onUpdate:modelValue"?: (value: number) => any;
422
422
  modelValue?: number;
@@ -30,10 +30,10 @@ declare const _default: {
30
30
  type: import("vue").PropType<boolean>;
31
31
  };
32
32
  "color-type": {
33
- type: import("vue").PropType<"base" | "onBase" | "container" | "onContainer" | ColorTypes>;
33
+ type: import("vue").PropType<"container" | "base" | "onBase" | "onContainer" | ColorTypes>;
34
34
  };
35
35
  colorType: {
36
- type: import("vue").PropType<"base" | "onBase" | "container" | "onContainer" | ColorTypes>;
36
+ type: import("vue").PropType<"container" | "base" | "onBase" | "onContainer" | ColorTypes>;
37
37
  };
38
38
  size: {
39
39
  type: import("vue").PropType<"xs" | "s" | "m" | "l" | "xl" | TypographySizes>;
@@ -82,10 +82,10 @@ declare const _default: {
82
82
  type: import("vue").PropType<boolean>;
83
83
  };
84
84
  "color-type": {
85
- type: import("vue").PropType<"base" | "onBase" | "container" | "onContainer" | ColorTypes>;
85
+ type: import("vue").PropType<"container" | "base" | "onBase" | "onContainer" | ColorTypes>;
86
86
  };
87
87
  colorType: {
88
- type: import("vue").PropType<"base" | "onBase" | "container" | "onContainer" | ColorTypes>;
88
+ type: import("vue").PropType<"container" | "base" | "onBase" | "onContainer" | ColorTypes>;
89
89
  };
90
90
  size: {
91
91
  type: import("vue").PropType<"xs" | "s" | "m" | "l" | "xl" | TypographySizes>;
@@ -145,10 +145,10 @@ declare const _default: {
145
145
  type: import("vue").PropType<boolean>;
146
146
  };
147
147
  "color-type": {
148
- type: import("vue").PropType<"base" | "onBase" | "container" | "onContainer" | ColorTypes>;
148
+ type: import("vue").PropType<"container" | "base" | "onBase" | "onContainer" | ColorTypes>;
149
149
  };
150
150
  colorType: {
151
- type: import("vue").PropType<"base" | "onBase" | "container" | "onContainer" | ColorTypes>;
151
+ type: import("vue").PropType<"container" | "base" | "onBase" | "onContainer" | ColorTypes>;
152
152
  };
153
153
  size: {
154
154
  type: import("vue").PropType<"xs" | "s" | "m" | "l" | "xl" | TypographySizes>;
@@ -205,10 +205,10 @@ declare const _default: {
205
205
  type: import("vue").PropType<boolean>;
206
206
  };
207
207
  "color-type": {
208
- type: import("vue").PropType<"base" | "onBase" | "container" | "onContainer" | ColorTypes>;
208
+ type: import("vue").PropType<"container" | "base" | "onBase" | "onContainer" | ColorTypes>;
209
209
  };
210
210
  colorType: {
211
- type: import("vue").PropType<"base" | "onBase" | "container" | "onContainer" | ColorTypes>;
211
+ type: import("vue").PropType<"container" | "base" | "onBase" | "onContainer" | ColorTypes>;
212
212
  };
213
213
  size: {
214
214
  type: import("vue").PropType<"xs" | "s" | "m" | "l" | "xl" | TypographySizes>;
@@ -240,10 +240,10 @@ declare const _default: {
240
240
  typography?: "title" | "text" | "navigation" | TypographyTypes;
241
241
  class?: String | String[];
242
242
  size?: "xs" | "s" | "m" | "l" | "xl" | TypographySizes;
243
- colorType?: "base" | "onBase" | "container" | "onContainer" | ColorTypes;
244
- toned?: boolean;
245
243
  blueprint?: TextBlueprint;
246
- "color-type"?: "base" | "onBase" | "container" | "onContainer" | ColorTypes;
244
+ colorType?: "container" | "base" | "onBase" | "onContainer" | ColorTypes;
245
+ toned?: boolean;
246
+ "color-type"?: "container" | "base" | "onBase" | "onContainer" | ColorTypes;
247
247
  truncateLines?: number;
248
248
  "truncate-lines"?: number;
249
249
  gradientColors?: ColorGradientValue[];