@omnia/fx 8.0.153-dev → 8.0.155-dev

Sign up to get free protection for your applications and to get access to all the features.
Files changed (61) 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/journey/JourneyBlade.d.ts +27 -1
  27. package/internal-do-not-import-from-here/ux/journey/use/UseBlade.d.ts +3 -7
  28. package/internal-do-not-import-from-here/ux/layoutcanvas/editor/settings/BlockSettingsPanel.d.ts +54 -15
  29. package/internal-do-not-import-from-here/ux/layoutcanvas/editor/settings/SettingsPanel.d.ts +54 -15
  30. package/internal-do-not-import-from-here/ux/mediapickerV2/chrome/components/MediaGallerySelector.css.d.ts +1 -1
  31. package/internal-do-not-import-from-here/ux/mediapickerV2/docs/MediaProviderExample.d.ts +0 -1
  32. package/internal-do-not-import-from-here/ux/mediapickerproviders/bingprovider-v2/handler.d.ts +1 -2
  33. package/internal-do-not-import-from-here/ux/mediapickerproviders/shareds/providers/MyComputerProvider.d.ts +1 -0
  34. package/internal-do-not-import-from-here/ux/oxide/avatar/Avatar.d.ts +10 -10
  35. package/internal-do-not-import-from-here/ux/oxide/btn/Button.d.ts +1 -1
  36. package/internal-do-not-import-from-here/ux/oxide/datatable/DataTable.css.d.ts +782 -329
  37. package/internal-do-not-import-from-here/ux/oxide/datatable/DataTable.d.ts +1607 -701
  38. package/internal-do-not-import-from-here/ux/oxide/datepicker/DateTimePicker.d.ts +78 -0
  39. package/internal-do-not-import-from-here/ux/oxide/dialog/Dialog.d.ts +9 -43
  40. package/internal-do-not-import-from-here/ux/oxide/icon/Icon.d.ts +11 -11
  41. package/internal-do-not-import-from-here/ux/oxide/link/Link.d.ts +10 -10
  42. package/internal-do-not-import-from-here/ux/oxide/scrollcontainer/ScrollContainer.d.ts +2 -2
  43. package/internal-do-not-import-from-here/ux/oxide/select/Select.d.ts +1604 -698
  44. package/internal-do-not-import-from-here/ux/oxide/slidepanel/SlidePanel.css.d.ts +1 -0
  45. package/internal-do-not-import-from-here/ux/oxide/slidepanel/SlidePanel.d.ts +2 -2
  46. package/internal-do-not-import-from-here/ux/oxide/tab/Tabs.d.ts +1 -1
  47. package/internal-do-not-import-from-here/ux/oxide/text/Text.d.ts +11 -11
  48. package/internal-do-not-import-from-here/ux/use/UseColorSchemaSetup.d.ts +782 -329
  49. package/internal-do-not-import-from-here/ux/velcron/core/models/VelcronDefinitions.d.ts +20 -11
  50. package/internal-do-not-import-from-here/ux/velcron/core/models/VelcronPropertyEditorDefinitions.d.ts +15 -61
  51. package/internal-do-not-import-from-here/ux/velcron/core/parser/VelcronConstants.d.ts +1 -0
  52. package/internal-do-not-import-from-here/ux/velcron/core/parser/VelcronData.d.ts +5 -3
  53. package/internal-do-not-import-from-here/ux/velcron/core/rules/IsEditMode.d.ts +1 -1
  54. package/internal-do-not-import-from-here/ux/velcron/editor/models/VelcronEditorDescriptors.d.ts +2 -1
  55. package/internal-do-not-import-from-here/ux/velcron/renderer/propertyeditors/ContainerEditor.d.ts +364 -0
  56. package/internal-do-not-import-from-here/wctypings.d.ts +50 -0
  57. package/package.json +2 -2
  58. package/internal-do-not-import-from-here/ux/aurora/admin/blades/blueprints/components/store/FillsEditorStore.d.ts +0 -50
  59. package/internal-do-not-import-from-here/ux/aurora/store/ChromeBlueprintStore.d.ts +0 -5318
  60. /package/internal-do-not-import-from-here/ux/aurora/admin/blades/blueprints/components/blades/{FillBladeEdit.d.ts → ContainersBlade.d.ts} +0 -0
  61. /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,4 @@
1
- import { Blueprint, ButtonBlueprint, ButtonBlueprintType, ButtonTypes, ComponentBlueprints, OIconSizes, WebBlueprintItemDefintionType } from "@omnia/fx-models";
1
+ import { Blueprint, BlueprintVariant, ButtonBlueprint, ButtonBlueprintType, ButtonTypes, ComponentBlueprints, ContainerVariant, OIconSizes, WebBlueprintItemDefintionType } from "@omnia/fx-models";
2
2
  type blueprintType = "default";
3
3
  export declare const useComponentBlueprintStore: () => {
4
4
  state: {
@@ -39,8 +39,20 @@ export declare const useComponentBlueprintStore: () => {
39
39
  get: {
40
40
  byType<TType extends Blueprint>(type: WebBlueprintItemDefintionType): any;
41
41
  readonly blueprints: ComponentBlueprints;
42
- buttonBlueprint(type: ButtonBlueprintType, buttonType: ButtonTypes): ButtonBlueprint;
43
- iconBlueprint(size: OIconSizes): import("@omnia/fx-models").IconBlueprint;
42
+ button: {
43
+ blueprintByType(type: ButtonBlueprintType, buttonType: ButtonTypes): ButtonBlueprint;
44
+ };
45
+ icon: {
46
+ iconBlueprint(size: OIconSizes): import("@omnia/fx-models").IconBlueprint;
47
+ };
48
+ block: {
49
+ hasBlueprintVariant(type: BlueprintVariant | string): boolean;
50
+ blueprintByType(type: BlueprintVariant | string): import("@omnia/fx-models").ChromeBlueprint;
51
+ };
52
+ container: {
53
+ hasVariant(type: ContainerVariant | string): boolean;
54
+ getByType(type: ContainerVariant | string): import("@omnia/fx-models").ContainerBlueprint;
55
+ };
44
56
  };
45
57
  deactivated(): void;
46
58
  };