@omnia/fx 8.0.174-dev → 8.0.176-dev

Sign up to get free protection for your applications and to get access to all the features.
Files changed (23) 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/internal-do-not-import-from-here/wctypings.d.ts +4 -17
  21. package/package.json +2 -2
  22. package/internal-do-not-import-from-here/ux/oxide/textfield/TextField.css.d.ts +0 -6
  23. package/internal-do-not-import-from-here/ux/oxide/textfield/TextField.d.ts +0 -622
@@ -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;
@@ -252,7 +252,6 @@ import wc8669930d609c497e8cde0c554621db88 from './ux/oxide/tab/Tab';
252
252
  import wc9ae46ba053704a329be291bf111c2a85 from './ux/oxide/table/Table';
253
253
  import wcb5a113074f704ba89e1ee4102ea95536 from './ux/oxide/text/Text';
254
254
  import wc1e7db8a98533485d97b4359f64601ff0 from './ux/oxide/textarea/TextArea';
255
- import wc94cf71a5a68d4b86aea325d400df2bd2 from './ux/oxide/textfield/TextField';
256
255
  import wc7b2cf06ba1cf47f7adcc6d8a1a0117f0 from './ux/oxide/timepicker/TimePicker';
257
256
  import wc575bd9ad6c0d4fc9ab53fbd1b93786c4 from './ux/oxide/toolbar/Toolbar';
258
257
  import wc19adb19938604f41b10f3a00eb3eb534 from './ux/oxide/tooltip/Tooltip';
@@ -1212,9 +1211,6 @@ declare global {
1212
1211
  "o-textarea": typeof wc1e7db8a98533485d97b4359f64601ff0 extends {
1213
1212
  propsDefinition: infer TProp;
1214
1213
  } ? (TProp & Omit<VueComponentBaseProps, keyof TProp>) : typeof wc1e7db8a98533485d97b4359f64601ff0 extends (...args: any[]) => any ? ExtractJsxProps<Pick<ReturnType<typeof wc1e7db8a98533485d97b4359f64601ff0>, "propsDefinition">> : never;
1215
- "o-text-field": typeof wc94cf71a5a68d4b86aea325d400df2bd2 extends {
1216
- propsDefinition: infer TProp;
1217
- } ? (TProp & Omit<VueComponentBaseProps, keyof TProp>) : typeof wc94cf71a5a68d4b86aea325d400df2bd2 extends (...args: any[]) => any ? ExtractJsxProps<Pick<ReturnType<typeof wc94cf71a5a68d4b86aea325d400df2bd2>, "propsDefinition">> : never;
1218
1214
  "o-time-picker": typeof wc7b2cf06ba1cf47f7adcc6d8a1a0117f0 extends {
1219
1215
  propsDefinition: infer TProp;
1220
1216
  } ? (TProp & Omit<VueComponentBaseProps, keyof TProp>) : typeof wc7b2cf06ba1cf47f7adcc6d8a1a0117f0 extends (...args: any[]) => any ? ExtractJsxProps<Pick<ReturnType<typeof wc7b2cf06ba1cf47f7adcc6d8a1a0117f0>, "propsDefinition">> : never;
@@ -5455,29 +5451,20 @@ declare global {
5455
5451
  $props: TProp & Omit<VueComponentBaseProps, keyof TProp>;
5456
5452
  };
5457
5453
  } : typeof wc9ae46ba053704a329be291bf111c2a85;
5458
- "text": {
5459
- "field": typeof wc94cf71a5a68d4b86aea325d400df2bd2 extends {
5460
- propsDefinition: infer TProp;
5461
- } ? {
5462
- new (...args: any[]): {
5463
- $props: TProp & Omit<VueComponentBaseProps, keyof TProp>;
5464
- };
5465
- } : typeof wc94cf71a5a68d4b86aea325d400df2bd2;
5466
- };
5467
- "textarea": typeof wc1e7db8a98533485d97b4359f64601ff0 extends {
5454
+ "text": typeof wcb5a113074f704ba89e1ee4102ea95536 extends {
5468
5455
  propsDefinition: infer TProp;
5469
5456
  } ? {
5470
5457
  new (...args: any[]): {
5471
5458
  $props: TProp & Omit<VueComponentBaseProps, keyof TProp>;
5472
5459
  };
5473
- } : typeof wc1e7db8a98533485d97b4359f64601ff0;
5474
- "text$": typeof wcb5a113074f704ba89e1ee4102ea95536 extends {
5460
+ } : typeof wcb5a113074f704ba89e1ee4102ea95536;
5461
+ "textarea": typeof wc1e7db8a98533485d97b4359f64601ff0 extends {
5475
5462
  propsDefinition: infer TProp;
5476
5463
  } ? {
5477
5464
  new (...args: any[]): {
5478
5465
  $props: TProp & Omit<VueComponentBaseProps, keyof TProp>;
5479
5466
  };
5480
- } : typeof wcb5a113074f704ba89e1ee4102ea95536;
5467
+ } : typeof wc1e7db8a98533485d97b4359f64601ff0;
5481
5468
  "time": {
5482
5469
  "picker": typeof wc7b2cf06ba1cf47f7adcc6d8a1a0117f0 extends {
5483
5470
  propsDefinition: infer TProp;
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.176-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.176-dev",
24
24
  "@microsoft/signalr": "6.0.1",
25
25
  "broadcast-channel": "4.8.0",
26
26
  "dayjs": "1.11.7",
@@ -1,6 +0,0 @@
1
- import { BoxDimensions } from "@omnia/fx-models";
2
- export declare const TextFieldStyles: {
3
- generalField: (textColor: string, rounded: BoxDimensions, fixTextFiled: boolean) => string;
4
- hint: (color: string) => string;
5
- iconButtonWrapper: string;
6
- };