@omnia/fx 8.0.176-dev → 8.0.177-dev

Sign up to get free protection for your applications and to get access to all the features.
Files changed (40) hide show
  1. package/internal-do-not-import-from-here/ux/aurora/components/colorpickerV2/ColorPicker.css.d.ts +1 -0
  2. package/internal-do-not-import-from-here/ux/aurora/components/containerpicker/ContainerPicker.d.ts +15 -15
  3. package/internal-do-not-import-from-here/ux/aurora/store/SpacingBlueprintStore.d.ts +0 -136
  4. package/internal-do-not-import-from-here/ux/aurora/store/TypographyBlueprintStore.d.ts +0 -136
  5. package/internal-do-not-import-from-here/ux/oxide/inputfield/InputField.d.ts +3 -3
  6. package/internal-do-not-import-from-here/ux/velcron/blocks/content/ContentBlock.d.ts +3 -9
  7. package/internal-do-not-import-from-here/ux/velcron/components/contenteditor/VelcronContentEditor.d.ts +181 -181
  8. package/internal-do-not-import-from-here/ux/velcron/components/contenteditor/models/ContentDefinitionRegistration.d.ts +1 -1
  9. package/internal-do-not-import-from-here/ux/velcron/components/contenteditor/stores/ContentEditorStore.d.ts +37 -37
  10. package/internal-do-not-import-from-here/ux/velcron/components/contenteditorNew/VelcronContentEditor.d.ts +311 -257
  11. package/internal-do-not-import-from-here/ux/velcron/components/contenteditorNew/components/ActionMenu.d.ts +7 -7
  12. package/internal-do-not-import-from-here/ux/velcron/components/contenteditorNew/components/BorderSelector.d.ts +7 -7
  13. package/internal-do-not-import-from-here/ux/velcron/components/contenteditorNew/components/DefinitionToolbar.d.ts +7 -7
  14. package/internal-do-not-import-from-here/ux/velcron/components/contenteditorNew/definitions/index.d.ts +1 -2
  15. package/internal-do-not-import-from-here/ux/velcron/components/contenteditorNew/models/EditorRenderingHooks.d.ts +6 -7
  16. package/internal-do-not-import-from-here/ux/velcron/components/contenteditorNew/models/index.d.ts +1 -2
  17. package/internal-do-not-import-from-here/ux/velcron/components/contenteditorNew/stores/ContentEditorStore.d.ts +63 -53
  18. package/internal-do-not-import-from-here/ux/velcron/core/models/VelcronDefinitions.d.ts +6 -4
  19. package/internal-do-not-import-from-here/ux/velcron/core/parser/VelcronStyles.d.ts +4 -1
  20. package/package.json +4 -4
  21. package/internal-do-not-import-from-here/ux/velcron/blocks/content/components/ContentViewer.css.d.ts +0 -6
  22. package/internal-do-not-import-from-here/ux/velcron/blocks/content/components/ContentViewer.d.ts +0 -78
  23. package/internal-do-not-import-from-here/ux/velcron/blocks/content/components/DefinitionPickerPanel.css.d.ts +0 -6
  24. package/internal-do-not-import-from-here/ux/velcron/blocks/content/components/DefinitionPickerPanel.d.ts +0 -97
  25. package/internal-do-not-import-from-here/ux/velcron/blocks/content/model/ContentDefinitionRegistration.d.ts +0 -6
  26. package/internal-do-not-import-from-here/ux/velcron/blocks/content/store/ContentBlockStore.d.ts +0 -113
  27. package/internal-do-not-import-from-here/ux/velcron/components/contenteditorNew/definitions/content/Image.d.ts +0 -2
  28. package/internal-do-not-import-from-here/ux/velcron/components/contenteditorNew/definitions/content/ImageText.d.ts +0 -3
  29. package/internal-do-not-import-from-here/ux/velcron/components/contenteditorNew/definitions/content/Quote.d.ts +0 -2
  30. package/internal-do-not-import-from-here/ux/velcron/components/contenteditorNew/definitions/content/Text.d.ts +0 -2
  31. package/internal-do-not-import-from-here/ux/velcron/components/contenteditorNew/definitions/content/index.d.ts +0 -4
  32. package/internal-do-not-import-from-here/ux/velcron/components/contenteditorNew/definitions/social/Image.d.ts +0 -2
  33. package/internal-do-not-import-from-here/ux/velcron/components/contenteditorNew/definitions/social/MicroBlog.d.ts +0 -3
  34. package/internal-do-not-import-from-here/ux/velcron/components/contenteditorNew/definitions/social/MicroBlog2.d.ts +0 -3
  35. package/internal-do-not-import-from-here/ux/velcron/components/contenteditorNew/definitions/social/Praise.d.ts +0 -2
  36. package/internal-do-not-import-from-here/ux/velcron/components/contenteditorNew/definitions/social/SocialText.d.ts +0 -2
  37. package/internal-do-not-import-from-here/ux/velcron/components/contenteditorNew/definitions/social/index.d.ts +0 -4
  38. package/internal-do-not-import-from-here/ux/velcron/components/contenteditorNew/models/ContentDefinitionRegistration.d.ts +0 -10
  39. package/internal-do-not-import-from-here/ux/velcron/components/contenteditorNew/models/VelcronDefinitionIds.d.ts +0 -15
  40. /package/internal-do-not-import-from-here/ux/velcron/components/contenteditorNew/{DefinitionRegistrations.d.ts → definitions/DefinitionRegistrations.d.ts} +0 -0
@@ -1,5 +1,6 @@
1
1
  export declare const ColorPickerStyles: {
2
2
  separator: (dark: boolean) => string;
3
+ sliderBackground: (backgroundColor: string) => string;
3
4
  colorPreview: (color: string, border: string, selected: boolean, disabled: boolean) => string;
4
5
  disabled: (disabled: boolean) => string;
5
6
  selected: (color: string) => string;
@@ -99,12 +99,12 @@ declare const _default: {
99
99
  };
100
100
  }>> & {
101
101
  "onUpdate:modelValue"?: (value: ContainerVariant | ContainerBlueprint) => any;
102
- "onVariant:enter"?: (value: ContainerVariant) => any;
103
- "onVariant:leave"?: (value: ContainerVariant) => any;
102
+ "onItem:enter"?: (value: ContainerVariant | ContainerBlueprint) => any;
103
+ "onItem:leave"?: (value: ContainerVariant | ContainerBlueprint) => any;
104
104
  }, () => JSX.Element, unknown, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {
105
105
  "update:modelValue": (value: ContainerVariant | ContainerBlueprint) => any;
106
- "variant:enter": (value: ContainerVariant) => any;
107
- "variant:leave": (value: ContainerVariant) => any;
106
+ "item:enter": (value: ContainerVariant | ContainerBlueprint) => any;
107
+ "item:leave": (value: ContainerVariant | ContainerBlueprint) => any;
108
108
  }, import("vue").VNodeProps & import("vue").AllowedComponentProps & import("vue").ComponentCustomProps & Readonly<import("vue").ExtractPropTypes<{
109
109
  "v-slots": import("vue").Prop<{
110
110
  default?: import("../../../DefineVueTypings").Slot<any[]>;
@@ -203,8 +203,8 @@ declare const _default: {
203
203
  };
204
204
  }>> & {
205
205
  "onUpdate:modelValue"?: (value: ContainerVariant | ContainerBlueprint) => any;
206
- "onVariant:enter"?: (value: ContainerVariant) => any;
207
- "onVariant:leave"?: (value: ContainerVariant) => any;
206
+ "onItem:enter"?: (value: ContainerVariant | ContainerBlueprint) => any;
207
+ "onItem:leave"?: (value: ContainerVariant | ContainerBlueprint) => any;
208
208
  }, {}, true, {}, {}, {
209
209
  P: {};
210
210
  B: {};
@@ -310,8 +310,8 @@ declare const _default: {
310
310
  };
311
311
  }>> & {
312
312
  "onUpdate:modelValue"?: (value: ContainerVariant | ContainerBlueprint) => any;
313
- "onVariant:enter"?: (value: ContainerVariant) => any;
314
- "onVariant:leave"?: (value: ContainerVariant) => any;
313
+ "onItem:enter"?: (value: ContainerVariant | ContainerBlueprint) => any;
314
+ "onItem:leave"?: (value: ContainerVariant | ContainerBlueprint) => any;
315
315
  }, () => JSX.Element, {}, {}, {}, {}>;
316
316
  __isFragment?: never;
317
317
  __isTeleport?: never;
@@ -414,12 +414,12 @@ declare const _default: {
414
414
  };
415
415
  }>> & {
416
416
  "onUpdate:modelValue"?: (value: ContainerVariant | ContainerBlueprint) => any;
417
- "onVariant:enter"?: (value: ContainerVariant) => any;
418
- "onVariant:leave"?: (value: ContainerVariant) => any;
417
+ "onItem:enter"?: (value: ContainerVariant | ContainerBlueprint) => any;
418
+ "onItem:leave"?: (value: ContainerVariant | ContainerBlueprint) => any;
419
419
  }, () => JSX.Element, unknown, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {
420
420
  "update:modelValue": (value: ContainerVariant | ContainerBlueprint) => any;
421
- "variant:enter": (value: ContainerVariant) => any;
422
- "variant:leave": (value: ContainerVariant) => any;
421
+ "item:enter": (value: ContainerVariant | ContainerBlueprint) => any;
422
+ "item:leave": (value: ContainerVariant | ContainerBlueprint) => any;
423
423
  }, string, {}, {}, string, {}> & import("vue").VNodeProps & import("vue").AllowedComponentProps & import("vue").ComponentCustomProps & {
424
424
  propsDefinition: Omit<Readonly<{} & {
425
425
  name?: {
@@ -497,10 +497,10 @@ declare const _default: {
497
497
  "preview-color-schema-type"?: "background" | "primary" | "secondary" | "accent1" | "accent2" | "accent3" | "neutral" | "warning" | "notification" | "error" | "info" | "dynamic";
498
498
  allowCustom?: boolean;
499
499
  "allow-custom"?: boolean;
500
- }>, "onUpdate:modelValue" | "onVariant:enter" | "onVariant:leave"> & {
500
+ }>, "onUpdate:modelValue" | "onItem:enter" | "onItem:leave"> & {
501
501
  "onUpdate:modelValue"?: (value: ContainerVariant | ContainerBlueprint) => any;
502
- "onVariant:enter"?: (value: ContainerVariant) => any;
503
- "onVariant:leave"?: (value: ContainerVariant) => any;
502
+ "onItem:enter"?: (value: ContainerVariant | ContainerBlueprint) => any;
503
+ "onItem:leave"?: (value: ContainerVariant | ContainerBlueprint) => any;
504
504
  };
505
505
  };
506
506
  export default _default;