@omnia/fx 8.0.174-dev → 8.0.175-dev

Sign up to get free protection for your applications and to get access to all the features.
Files changed (20) hide show
  1. package/internal-do-not-import-from-here/core/services/ServiceLocator.d.ts +1 -0
  2. package/internal-do-not-import-from-here/manifests/omnia.fx.ux.libs.manifest.json +1 -1
  3. package/internal-do-not-import-from-here/services/FileStorageService.d.ts +5 -1
  4. package/internal-do-not-import-from-here/ux/aurora/components/colorpickerV2/ColorPicker.d.ts +45 -24
  5. package/internal-do-not-import-from-here/ux/aurora/store/SpacingBlueprintStore.d.ts +341 -0
  6. package/internal-do-not-import-from-here/ux/aurora/store/TypographyBlueprintStore.d.ts +341 -0
  7. package/internal-do-not-import-from-here/ux/oxide/btn/Button.d.ts +9 -9
  8. package/internal-do-not-import-from-here/ux/oxide/icon/Icon.d.ts +9 -9
  9. package/internal-do-not-import-from-here/ux/oxide/inputfield/InputField.d.ts +1 -1
  10. package/internal-do-not-import-from-here/ux/oxide/slidepanel/SlidePanel.d.ts +2 -2
  11. package/internal-do-not-import-from-here/ux/velcron/blocks/velcron/useVelcronStateManager.d.ts +4 -1
  12. package/internal-do-not-import-from-here/ux/velcron/core/models/Effects.d.ts +324 -0
  13. package/internal-do-not-import-from-here/ux/velcron/core/models/VelcronDefinitions.d.ts +1 -3
  14. package/internal-do-not-import-from-here/ux/velcron/core/models/VelcronState.d.ts +15 -23
  15. package/internal-do-not-import-from-here/ux/velcron/core/models/index.d.ts +1 -0
  16. package/internal-do-not-import-from-here/ux/velcron/core/templatebuilder/VelcronEditorBuilder.d.ts +3 -1
  17. package/internal-do-not-import-from-here/ux/velcron/core/templatebuilder/old/state/VelcronColorSchemaBuilder.d.ts +2 -2
  18. package/internal-do-not-import-from-here/ux/velcron/renderer/editors/BlueprintEditor.d.ts +1 -22
  19. package/internal-do-not-import-from-here/ux/velcron/stores/useVelcronStateManager.d.ts +4 -1
  20. package/package.json +2 -2
@@ -1,4 +1,4 @@
1
- import { EditorLocation, VelcronSpacingEditorSettings } from "@omnia/fx-models";
1
+ import { EditorLocation } from "@omnia/fx-models";
2
2
  declare const _default: {
3
3
  new (...args: any[]): import("vue").CreateComponentPublicInstance<Readonly<import("vue").ExtractPropTypes<{
4
4
  "preview-color-schema-type": {
@@ -12,11 +12,6 @@ declare const _default: {
12
12
  } & {
13
13
  type: import("vue").PropType<EditorLocation>;
14
14
  };
15
- settings: {
16
- type: import("vue").PropType<VelcronSpacingEditorSettings>;
17
- } & {
18
- type: import("vue").PropType<VelcronSpacingEditorSettings>;
19
- };
20
15
  "onUpdate:modelValue": {
21
16
  type: import("vue").PropType<(value: any) => any>;
22
17
  };
@@ -103,11 +98,6 @@ declare const _default: {
103
98
  } & {
104
99
  type: import("vue").PropType<EditorLocation>;
105
100
  };
106
- settings: {
107
- type: import("vue").PropType<VelcronSpacingEditorSettings>;
108
- } & {
109
- type: import("vue").PropType<VelcronSpacingEditorSettings>;
110
- };
111
101
  "onUpdate:modelValue": {
112
102
  type: import("vue").PropType<(value: any) => any>;
113
103
  };
@@ -197,11 +187,6 @@ declare const _default: {
197
187
  } & {
198
188
  type: import("vue").PropType<EditorLocation>;
199
189
  };
200
- settings: {
201
- type: import("vue").PropType<VelcronSpacingEditorSettings>;
202
- } & {
203
- type: import("vue").PropType<VelcronSpacingEditorSettings>;
204
- };
205
190
  "onUpdate:modelValue": {
206
191
  type: import("vue").PropType<(value: any) => any>;
207
192
  };
@@ -288,11 +273,6 @@ declare const _default: {
288
273
  } & {
289
274
  type: import("vue").PropType<EditorLocation>;
290
275
  };
291
- settings: {
292
- type: import("vue").PropType<VelcronSpacingEditorSettings>;
293
- } & {
294
- type: import("vue").PropType<VelcronSpacingEditorSettings>;
295
- };
296
276
  "onUpdate:modelValue": {
297
277
  type: import("vue").PropType<(value: any) => any>;
298
278
  };
@@ -430,7 +410,6 @@ declare const _default: {
430
410
  };
431
411
  }>;
432
412
  };
433
- settings?: VelcronSpacingEditorSettings;
434
413
  "v-model"?: any;
435
414
  "onUpdate:modelValue"?: (value: any) => any;
436
415
  modelValue?: any;
@@ -4,13 +4,16 @@ export declare function useVelcronStateManager(): {
4
4
  copyState: (fromState: VelcronState, toState: VelcronState) => {
5
5
  images?: import("@omnia/fx-models").VelcronImagesState;
6
6
  container?: {
7
+ maxWidth?: number;
8
+ minHeight?: number;
9
+ alignX?: string;
10
+ alignY?: string;
7
11
  colorSchemaType?: string;
8
12
  spacing?: import("@omnia/fx-models").VelcronSpacing;
9
13
  blueprint?: import("@omnia/fx-models").ContainerVariant | import("@omnia/fx-models").ContainerBlueprint;
10
14
  background?: import("@omnia/fx-models").BackgroundDefinition;
11
15
  };
12
16
  grid?: import("@omnia/fx-models").VelcronGridState;
13
- colorSchemas?: import("@omnia/fx-models").VelcronColorSchemasState;
14
17
  content?: import("@omnia/fx-models").VelcronContentState;
15
18
  header?: import("@omnia/fx-models").VelcronHeaderState;
16
19
  properties?: import("@omnia/fx-models").VelcronPropertiesState;
package/package.json CHANGED
@@ -1,7 +1,7 @@
1
1
  {
2
2
  "name": "@omnia/fx",
3
3
  "license": "MIT",
4
- "version": "8.0.174-dev",
4
+ "version": "8.0.175-dev",
5
5
  "description": "Provide Omnia Fx typings and tooling for clientside Omnia development.",
6
6
  "scripts": {
7
7
  "test": "echo \"Error: no test specified\" && exit 1",
@@ -20,7 +20,7 @@
20
20
  ],
21
21
  "author": "Precio Fishbone",
22
22
  "dependencies": {
23
- "@omnia/fx-models": "8.0.174-dev",
23
+ "@omnia/fx-models": "8.0.175-dev",
24
24
  "@microsoft/signalr": "6.0.1",
25
25
  "broadcast-channel": "4.8.0",
26
26
  "dayjs": "1.11.7",