@omnia/fx 8.0.301-dev → 8.0.302-dev

Sign up to get free protection for your applications and to get access to all the features.
Files changed (44) hide show
  1. package/internal-do-not-import-from-here/core/utils/Utils.d.ts +0 -1
  2. package/internal-do-not-import-from-here/ux/DefineVueTypings.d.ts +4 -1
  3. package/internal-do-not-import-from-here/ux/Exposes.d.ts +1 -1
  4. package/internal-do-not-import-from-here/ux/aurora/admin/blades/blueprints/components/store/ButtonsEditorStore.d.ts +5 -3
  5. package/internal-do-not-import-from-here/ux/aurora/admin/blades/blueprints/components/store/ComponentEditorStore.d.ts +11 -3
  6. package/internal-do-not-import-from-here/ux/aurora/admin/blades/blueprints/components/store/ContainerFillsEditorStore.d.ts +2 -0
  7. package/internal-do-not-import-from-here/ux/aurora/admin/blades/blueprints/components/store/TabsEditorStore.d.ts +6 -2
  8. package/internal-do-not-import-from-here/ux/aurora/admin/blades/blueprints/typography/store/TypographyEditorStore.d.ts +8 -4
  9. package/internal-do-not-import-from-here/ux/aurora/blueprintstrategy/DefaultTypography.d.ts +2 -0
  10. package/internal-do-not-import-from-here/ux/aurora/blueprintstrategy/MD2Blueprint.d.ts +2 -0
  11. package/internal-do-not-import-from-here/ux/aurora/blueprintstrategy/index.d.ts +2 -0
  12. package/internal-do-not-import-from-here/ux/aurora/components/blueprinttemplatespicker/BlueprintsTemplatePicker.d.ts +1 -1
  13. package/internal-do-not-import-from-here/ux/aurora/components/buttonstyle/ButtonBlueprintsViewer.d.ts +4 -2
  14. package/internal-do-not-import-from-here/ux/aurora/components/chrome_2beRemoved/ChromeEditor.d.ts +1 -1
  15. package/internal-do-not-import-from-here/ux/aurora/components/chrome_2beRemoved/ChromeViewer.d.ts +1 -1
  16. package/internal-do-not-import-from-here/ux/aurora/components/colorschemapicker/ColorSchemaEditor.d.ts +1 -1
  17. package/internal-do-not-import-from-here/ux/aurora/components/colorschemapicker/ColorSchemaPicker.d.ts +1 -1
  18. package/internal-do-not-import-from-here/ux/aurora/components/colorschemapicker/ColorSchemaViewer.d.ts +1 -1
  19. package/internal-do-not-import-from-here/ux/aurora/components/containerFillpicker/ContainerBlueprintsViewer.d.ts +4 -2
  20. package/internal-do-not-import-from-here/ux/aurora/components/containerFillpicker/ContainerFillPicker.d.ts +91 -91
  21. package/internal-do-not-import-from-here/ux/aurora/components/stylepicker/StylePicker.d.ts +1 -1
  22. package/internal-do-not-import-from-here/ux/aurora/components/tabs/TabBlueprintsViewer.d.ts +5 -1
  23. package/internal-do-not-import-from-here/ux/aurora/components/typography/TypographyBlueprintsViewer.d.ts +2 -2
  24. package/internal-do-not-import-from-here/ux/aurora/components/typography/TypographyEditor.d.ts +1 -1
  25. package/internal-do-not-import-from-here/ux/aurora/designkits/shared/BlueprintsTemplates.d.ts +3 -13
  26. package/internal-do-not-import-from-here/ux/aurora/store/ColorManager.d.ts +1 -0
  27. package/internal-do-not-import-from-here/ux/aurora/store/ComponentBlueprintStore.d.ts +3 -3
  28. package/internal-do-not-import-from-here/ux/aurora/store/SpacingBlueprintStore.d.ts +2 -2
  29. package/internal-do-not-import-from-here/ux/aurora/store/ThemeContextStore.d.ts +24 -24
  30. package/internal-do-not-import-from-here/ux/aurora/store/ThemeStore.d.ts +6 -6
  31. package/internal-do-not-import-from-here/ux/aurora/store/TypographyBlueprintStore.d.ts +2 -2
  32. package/internal-do-not-import-from-here/ux/aurora/store/VariantManager.d.ts +6 -0
  33. package/internal-do-not-import-from-here/ux/aurora/store/index.d.ts +1 -0
  34. package/internal-do-not-import-from-here/ux/aurora/styling/styles/Typography.d.ts +19 -20
  35. package/internal-do-not-import-from-here/ux/datetimezonepicker/DateTimeZonePicker.d.ts +1 -1
  36. package/internal-do-not-import-from-here/ux/datetimezonerenderer/DateTimeZoneRenderer.d.ts +5 -5
  37. package/internal-do-not-import-from-here/ux/markdown/MarkdownEditor.d.ts +4 -4
  38. package/internal-do-not-import-from-here/ux/markdown/MarkdownRenderer.d.ts +4 -4
  39. package/internal-do-not-import-from-here/ux/oxide/navigationdrawer/NavigationDrawer.d.ts +1 -1
  40. package/internal-do-not-import-from-here/ux/oxide/rangeslider/RangeSlider.d.ts +5 -5
  41. package/internal-do-not-import-from-here/ux/richtexteditor/MentionComponent/MentionComponent.d.ts +3 -75
  42. package/internal-do-not-import-from-here/ux/social/Reactions.d.ts +1 -1
  43. package/internal-do-not-import-from-here/ux/velcron/components/definitionpicker/VelcronDefinitionPicker.d.ts +1 -1
  44. package/package.json +2 -2
@@ -50,8 +50,8 @@ export declare const useThemeContextStore: () => {
50
50
  blueprintByType(type: import("@omnia/fx-models").BlueprintVariant | string): import("@omnia/fx-models").ChromeBlueprint;
51
51
  };
52
52
  container: {
53
- hasVariant(type: import("@omnia/fx-models").FillVariant | string): boolean;
54
- getByType(type: import("@omnia/fx-models").FillVariant | import("@omnia/fx-models").ContainerFillBlueprint | string): import("@omnia/fx-models").ContainerFillBlueprint;
53
+ hasVariant(type: import("@omnia/fx-models").BlueprintVariant | string): boolean;
54
+ getByType(type: import("@omnia/fx-models").BlueprintVariant | import("@omnia/fx-models").ContainerFillBlueprint | string): import("@omnia/fx-models").ContainerFillBlueprint;
55
55
  };
56
56
  };
57
57
  deactivated(): void;
@@ -115,8 +115,8 @@ export declare const useThemeContextStore: () => {
115
115
  blueprintByType(type: import("@omnia/fx-models").BlueprintVariant | string): import("@omnia/fx-models").ChromeBlueprint;
116
116
  };
117
117
  container: {
118
- hasVariant(type: import("@omnia/fx-models").FillVariant | string): boolean;
119
- getByType(type: import("@omnia/fx-models").FillVariant | import("@omnia/fx-models").ContainerFillBlueprint | string): import("@omnia/fx-models").ContainerFillBlueprint;
118
+ hasVariant(type: import("@omnia/fx-models").BlueprintVariant | string): boolean;
119
+ getByType(type: import("@omnia/fx-models").BlueprintVariant | import("@omnia/fx-models").ContainerFillBlueprint | string): import("@omnia/fx-models").ContainerFillBlueprint;
120
120
  };
121
121
  };
122
122
  deactivated(): void;
@@ -180,8 +180,8 @@ export declare const useThemeContextStore: () => {
180
180
  blueprintByType(type: import("@omnia/fx-models").BlueprintVariant | string): import("@omnia/fx-models").ChromeBlueprint;
181
181
  };
182
182
  container: {
183
- hasVariant(type: import("@omnia/fx-models").FillVariant | string): boolean;
184
- getByType(type: import("@omnia/fx-models").FillVariant | import("@omnia/fx-models").ContainerFillBlueprint | string): import("@omnia/fx-models").ContainerFillBlueprint;
183
+ hasVariant(type: import("@omnia/fx-models").BlueprintVariant | string): boolean;
184
+ getByType(type: import("@omnia/fx-models").BlueprintVariant | import("@omnia/fx-models").ContainerFillBlueprint | string): import("@omnia/fx-models").ContainerFillBlueprint;
185
185
  };
186
186
  };
187
187
  deactivated(): void;
@@ -245,8 +245,8 @@ export declare const useThemeContextStore: () => {
245
245
  blueprintByType(type: import("@omnia/fx-models").BlueprintVariant | string): import("@omnia/fx-models").ChromeBlueprint;
246
246
  };
247
247
  container: {
248
- hasVariant(type: import("@omnia/fx-models").FillVariant | string): boolean;
249
- getByType(type: import("@omnia/fx-models").FillVariant | import("@omnia/fx-models").ContainerFillBlueprint | string): import("@omnia/fx-models").ContainerFillBlueprint;
248
+ hasVariant(type: import("@omnia/fx-models").BlueprintVariant | string): boolean;
249
+ getByType(type: import("@omnia/fx-models").BlueprintVariant | import("@omnia/fx-models").ContainerFillBlueprint | string): import("@omnia/fx-models").ContainerFillBlueprint;
250
250
  };
251
251
  };
252
252
  deactivated(): void;
@@ -312,8 +312,8 @@ export declare const useThemeContextStore: () => {
312
312
  blueprintByType(type: import("@omnia/fx-models").BlueprintVariant | string): import("@omnia/fx-models").ChromeBlueprint;
313
313
  };
314
314
  container: {
315
- hasVariant(type: import("@omnia/fx-models").FillVariant | string): boolean;
316
- getByType(type: import("@omnia/fx-models").FillVariant | import("@omnia/fx-models").ContainerFillBlueprint | string): import("@omnia/fx-models").ContainerFillBlueprint;
315
+ hasVariant(type: import("@omnia/fx-models").BlueprintVariant | string): boolean;
316
+ getByType(type: import("@omnia/fx-models").BlueprintVariant | import("@omnia/fx-models").ContainerFillBlueprint | string): import("@omnia/fx-models").ContainerFillBlueprint;
317
317
  };
318
318
  };
319
319
  deactivated(): void;
@@ -377,8 +377,8 @@ export declare const useThemeContextStore: () => {
377
377
  blueprintByType(type: import("@omnia/fx-models").BlueprintVariant | string): import("@omnia/fx-models").ChromeBlueprint;
378
378
  };
379
379
  container: {
380
- hasVariant(type: import("@omnia/fx-models").FillVariant | string): boolean;
381
- getByType(type: import("@omnia/fx-models").FillVariant | import("@omnia/fx-models").ContainerFillBlueprint | string): import("@omnia/fx-models").ContainerFillBlueprint;
380
+ hasVariant(type: import("@omnia/fx-models").BlueprintVariant | string): boolean;
381
+ getByType(type: import("@omnia/fx-models").BlueprintVariant | import("@omnia/fx-models").ContainerFillBlueprint | string): import("@omnia/fx-models").ContainerFillBlueprint;
382
382
  };
383
383
  };
384
384
  deactivated(): void;
@@ -442,8 +442,8 @@ export declare const useThemeContextStore: () => {
442
442
  blueprintByType(type: import("@omnia/fx-models").BlueprintVariant | string): import("@omnia/fx-models").ChromeBlueprint;
443
443
  };
444
444
  container: {
445
- hasVariant(type: import("@omnia/fx-models").FillVariant | string): boolean;
446
- getByType(type: import("@omnia/fx-models").FillVariant | import("@omnia/fx-models").ContainerFillBlueprint | string): import("@omnia/fx-models").ContainerFillBlueprint;
445
+ hasVariant(type: import("@omnia/fx-models").BlueprintVariant | string): boolean;
446
+ getByType(type: import("@omnia/fx-models").BlueprintVariant | import("@omnia/fx-models").ContainerFillBlueprint | string): import("@omnia/fx-models").ContainerFillBlueprint;
447
447
  };
448
448
  };
449
449
  deactivated(): void;
@@ -507,8 +507,8 @@ export declare const useThemeContextStore: () => {
507
507
  blueprintByType(type: import("@omnia/fx-models").BlueprintVariant | string): import("@omnia/fx-models").ChromeBlueprint;
508
508
  };
509
509
  container: {
510
- hasVariant(type: import("@omnia/fx-models").FillVariant | string): boolean;
511
- getByType(type: import("@omnia/fx-models").FillVariant | import("@omnia/fx-models").ContainerFillBlueprint | string): import("@omnia/fx-models").ContainerFillBlueprint;
510
+ hasVariant(type: import("@omnia/fx-models").BlueprintVariant | string): boolean;
511
+ getByType(type: import("@omnia/fx-models").BlueprintVariant | import("@omnia/fx-models").ContainerFillBlueprint | string): import("@omnia/fx-models").ContainerFillBlueprint;
512
512
  };
513
513
  };
514
514
  deactivated(): void;
@@ -574,8 +574,8 @@ export declare const useThemeContextStore: () => {
574
574
  blueprintByType(type: import("@omnia/fx-models").BlueprintVariant | string): import("@omnia/fx-models").ChromeBlueprint;
575
575
  };
576
576
  container: {
577
- hasVariant(type: import("@omnia/fx-models").FillVariant | string): boolean;
578
- getByType(type: import("@omnia/fx-models").FillVariant | import("@omnia/fx-models").ContainerFillBlueprint | string): import("@omnia/fx-models").ContainerFillBlueprint;
577
+ hasVariant(type: import("@omnia/fx-models").BlueprintVariant | string): boolean;
578
+ getByType(type: import("@omnia/fx-models").BlueprintVariant | import("@omnia/fx-models").ContainerFillBlueprint | string): import("@omnia/fx-models").ContainerFillBlueprint;
579
579
  };
580
580
  };
581
581
  deactivated(): void;
@@ -639,8 +639,8 @@ export declare const useThemeContextStore: () => {
639
639
  blueprintByType(type: import("@omnia/fx-models").BlueprintVariant | string): import("@omnia/fx-models").ChromeBlueprint;
640
640
  };
641
641
  container: {
642
- hasVariant(type: import("@omnia/fx-models").FillVariant | string): boolean;
643
- getByType(type: import("@omnia/fx-models").FillVariant | import("@omnia/fx-models").ContainerFillBlueprint | string): import("@omnia/fx-models").ContainerFillBlueprint;
642
+ hasVariant(type: import("@omnia/fx-models").BlueprintVariant | string): boolean;
643
+ getByType(type: import("@omnia/fx-models").BlueprintVariant | import("@omnia/fx-models").ContainerFillBlueprint | string): import("@omnia/fx-models").ContainerFillBlueprint;
644
644
  };
645
645
  };
646
646
  deactivated(): void;
@@ -704,8 +704,8 @@ export declare const useThemeContextStore: () => {
704
704
  blueprintByType(type: import("@omnia/fx-models").BlueprintVariant | string): import("@omnia/fx-models").ChromeBlueprint;
705
705
  };
706
706
  container: {
707
- hasVariant(type: import("@omnia/fx-models").FillVariant | string): boolean;
708
- getByType(type: import("@omnia/fx-models").FillVariant | import("@omnia/fx-models").ContainerFillBlueprint | string): import("@omnia/fx-models").ContainerFillBlueprint;
707
+ hasVariant(type: import("@omnia/fx-models").BlueprintVariant | string): boolean;
708
+ getByType(type: import("@omnia/fx-models").BlueprintVariant | import("@omnia/fx-models").ContainerFillBlueprint | string): import("@omnia/fx-models").ContainerFillBlueprint;
709
709
  };
710
710
  };
711
711
  deactivated(): void;
@@ -769,8 +769,8 @@ export declare const useThemeContextStore: () => {
769
769
  blueprintByType(type: import("@omnia/fx-models").BlueprintVariant | string): import("@omnia/fx-models").ChromeBlueprint;
770
770
  };
771
771
  container: {
772
- hasVariant(type: import("@omnia/fx-models").FillVariant | string): boolean;
773
- getByType(type: import("@omnia/fx-models").FillVariant | import("@omnia/fx-models").ContainerFillBlueprint | string): import("@omnia/fx-models").ContainerFillBlueprint;
772
+ hasVariant(type: import("@omnia/fx-models").BlueprintVariant | string): boolean;
773
+ getByType(type: import("@omnia/fx-models").BlueprintVariant | import("@omnia/fx-models").ContainerFillBlueprint | string): import("@omnia/fx-models").ContainerFillBlueprint;
774
774
  };
775
775
  };
776
776
  deactivated(): void;
@@ -1,4 +1,4 @@
1
- import { ColorSchema, ColorSchemaType, ColorSchemaTypes, ColorType, ColorTypes, FillDefinitionValue, FillVariant, ResolvedThemeDefinition } from "@omnia/fx-models";
1
+ import { ColorSchema, ColorSchemaType, ColorSchemaTypes, ColorType, ColorTypes, FillDefinitionValue, BlueprintVariant, ResolvedThemeDefinition } from "@omnia/fx-models";
2
2
  import { type ColorSchemaStoreType } from "./ColorSchemaStore";
3
3
  export declare const useThemeStore: () => {
4
4
  state: {
@@ -35,18 +35,18 @@ export declare const useThemeStore: () => {
35
35
  blueprintByType(type: import("@omnia/fx-models").ButtonBlueprintVariant | import("@omnia/fx-models").ButtonBlueprint): import("@omnia/fx-models").ButtonBlueprint;
36
36
  };
37
37
  tabs: {
38
- blueprintByType(type: import("@omnia/fx-models").BlueprintVariant | import("@omnia/fx-models").TabsBlueprint): import("@omnia/fx-models").ButtonBlueprint;
38
+ blueprintByType(type: BlueprintVariant | import("@omnia/fx-models").TabsBlueprint): import("@omnia/fx-models").ButtonBlueprint;
39
39
  };
40
40
  icon: {
41
41
  iconBlueprint(size: import("@omnia/fx-models").OIconSizes): import("@omnia/fx-models").IconBlueprint;
42
42
  };
43
43
  block: {
44
- hasBlueprintVariant(type: import("@omnia/fx-models").BlueprintVariant | string): boolean;
45
- blueprintByType(type: import("@omnia/fx-models").BlueprintVariant | string): import("@omnia/fx-models").ChromeBlueprint;
44
+ hasBlueprintVariant(type: BlueprintVariant | string): boolean;
45
+ blueprintByType(type: BlueprintVariant | string): import("@omnia/fx-models").ChromeBlueprint;
46
46
  };
47
47
  container: {
48
- hasVariant(type: FillVariant | string): boolean;
49
- getByType(type: FillVariant | import("@omnia/fx-models").ContainerFillBlueprint | string): import("@omnia/fx-models").ContainerFillBlueprint;
48
+ hasVariant(type: BlueprintVariant | string): boolean;
49
+ getByType(type: BlueprintVariant | import("@omnia/fx-models").ContainerFillBlueprint | string): import("@omnia/fx-models").ContainerFillBlueprint;
50
50
  };
51
51
  };
52
52
  deactivated(): void;
@@ -63,8 +63,8 @@ export declare const useTypographyBlueprintStore: () => {
63
63
  blueprintByType(type: BlueprintVariant | string): import("@omnia/fx-models").ChromeBlueprint;
64
64
  };
65
65
  container: {
66
- hasVariant(type: import("@omnia/fx-models").FillVariant | string): boolean;
67
- getByType(type: import("@omnia/fx-models").FillVariant | import("@omnia/fx-models").ContainerFillBlueprint | string): import("@omnia/fx-models").ContainerFillBlueprint;
66
+ hasVariant(type: BlueprintVariant | string): boolean;
67
+ getByType(type: BlueprintVariant | import("@omnia/fx-models").ContainerFillBlueprint | string): import("@omnia/fx-models").ContainerFillBlueprint;
68
68
  };
69
69
  };
70
70
  deactivated(): void;
@@ -0,0 +1,6 @@
1
+ import { BlueprintVariant, VariantBlueprints } from "@omnia/fx-models";
2
+ export declare function useVariantManager(): {
3
+ countVariants: (variants: VariantBlueprints<any>) => number;
4
+ getEmptyVariant: (variants: VariantBlueprints<any>) => BlueprintVariant;
5
+ hasEmptySlots: (variants: VariantBlueprints<any>) => boolean;
6
+ };
@@ -10,3 +10,4 @@ export * from "./TemplateRegistrationStore";
10
10
  export * from "./FontStore";
11
11
  export * from "./SpacingMigration";
12
12
  export * from "./ThemeStorage";
13
+ export * from "./VariantManager";
@@ -1,39 +1,38 @@
1
- /**Typography */
2
1
  import { TypographyBlueprint, TypographySize, TypographyTypes, TypographyValue } from "@omnia/fx-models";
3
2
  import { MediaQuery } from "typestyle/lib/types";
4
- import { useTypographyBlueprintStore } from "@omnia/fx/ux";
3
+ import { useTypographyBlueprintStore } from "../../store";
5
4
  export declare namespace typographyStylex {
6
- function typographyTypeStylex(typographyType: TypographyTypes, size: TypographySize, blueprint: TypographyBlueprint): Readonly<import("@omnia/fx/ux").StylexValue>;
5
+ function typographyTypeStylex(typographyType: TypographyTypes, size: TypographySize, blueprint: TypographyBlueprint): Readonly<import("../../../Styles.stylex").StylexValue>;
7
6
  function typographyStylex(blueprints: ReturnType<typeof useTypographyBlueprintStore>): {
8
7
  title: {
9
- readonly xl: Readonly<import("@omnia/fx/ux").StylexValue>;
10
- readonly l: Readonly<import("@omnia/fx/ux").StylexValue>;
11
- readonly m: Readonly<import("@omnia/fx/ux").StylexValue>;
12
- readonly s: Readonly<import("@omnia/fx/ux").StylexValue>;
13
- readonly xs: Readonly<import("@omnia/fx/ux").StylexValue>;
8
+ readonly xl: Readonly<import("../../../Styles.stylex").StylexValue>;
9
+ readonly l: Readonly<import("../../../Styles.stylex").StylexValue>;
10
+ readonly m: Readonly<import("../../../Styles.stylex").StylexValue>;
11
+ readonly s: Readonly<import("../../../Styles.stylex").StylexValue>;
12
+ readonly xs: Readonly<import("../../../Styles.stylex").StylexValue>;
14
13
  };
15
14
  text: {
16
- readonly l: Readonly<import("@omnia/fx/ux").StylexValue>;
17
- readonly m: Readonly<import("@omnia/fx/ux").StylexValue>;
18
- readonly s: Readonly<import("@omnia/fx/ux").StylexValue>;
19
- readonly xs: Readonly<import("@omnia/fx/ux").StylexValue>;
15
+ readonly l: Readonly<import("../../../Styles.stylex").StylexValue>;
16
+ readonly m: Readonly<import("../../../Styles.stylex").StylexValue>;
17
+ readonly s: Readonly<import("../../../Styles.stylex").StylexValue>;
18
+ readonly xs: Readonly<import("../../../Styles.stylex").StylexValue>;
20
19
  };
21
20
  navigation: {
22
- readonly l: Readonly<import("@omnia/fx/ux").StylexValue>;
23
- readonly m: Readonly<import("@omnia/fx/ux").StylexValue>;
21
+ readonly l: Readonly<import("../../../Styles.stylex").StylexValue>;
22
+ readonly m: Readonly<import("../../../Styles.stylex").StylexValue>;
24
23
  };
25
24
  link: {
26
- readonly m: Readonly<import("@omnia/fx/ux").StylexValue>;
25
+ readonly m: Readonly<import("../../../Styles.stylex").StylexValue>;
27
26
  };
28
27
  variants: {
29
- readonly variant1: Readonly<import("@omnia/fx/ux").StylexValue>;
30
- readonly variant2: Readonly<import("@omnia/fx/ux").StylexValue>;
31
- readonly variant3: Readonly<import("@omnia/fx/ux").StylexValue>;
32
- readonly variant4: Readonly<import("@omnia/fx/ux").StylexValue>;
28
+ readonly variant1: Readonly<import("../../../Styles.stylex").StylexValue>;
29
+ readonly variant2: Readonly<import("../../../Styles.stylex").StylexValue>;
30
+ readonly variant3: Readonly<import("../../../Styles.stylex").StylexValue>;
31
+ readonly variant4: Readonly<import("../../../Styles.stylex").StylexValue>;
33
32
  };
34
33
  typographyType: (typographyType: string) => any;
35
34
  };
36
- function typographyStylexFromValueStylex(value: TypographyValue, blueprint: TypographyBlueprint): Readonly<import("@omnia/fx/ux").StylexValue>;
35
+ function typographyStylexFromValueStylex(value: TypographyValue, blueprint: TypographyBlueprint): Readonly<import("../../../Styles.stylex").StylexValue>;
37
36
  }
38
37
  export declare const typographyStyles: {
39
38
  typographyTypeStyling: typeof typographyTypeStyling;
@@ -163,11 +163,11 @@ declare const _default: {
163
163
  };
164
164
  }>>, () => JSX.Element, unknown, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {}, string, {}, {}, string, {}, import("vue").GlobalComponents, import("vue").GlobalDirectives, string, import("vue").ComponentProvideOptions> & import("vue").VNodeProps & import("vue").AllowedComponentProps & import("vue").ComponentCustomProps & {
165
165
  propsDefinition: Omit<Readonly<{} & {
166
+ variant?: "date" | "date-time";
166
167
  label?: string;
167
168
  disabled?: boolean;
168
169
  "v-model"?: DateTimeZone<Date>;
169
170
  modelValue?: DateTimeZone<Date>;
170
- variant?: "date" | "date-time";
171
171
  "onUpdate:modelValue"?: (value: DateTimeZone<Date>) => any | void;
172
172
  showMenu?: boolean;
173
173
  dateFormat?: string;
@@ -2,7 +2,7 @@ import { DateTimeZone } from "@omnia/fx/models";
2
2
  declare const _default: {
3
3
  new (...args: any[]): import("vue").CreateComponentPublicInstanceWithMixins<Readonly<import("vue").ExtractPropTypes<{
4
4
  size: {
5
- type: import("vue").PropType<"l" | "s" | "variant1" | "variant2" | "variant3" | "variant4" | "xs" | "m" | "xl">;
5
+ type: import("vue").PropType<"l" | "s" | "variant1" | "variant2" | "variant3" | "variant4" | "variant5" | "variant6" | "variant7" | "variant8" | "xs" | "m" | "xl">;
6
6
  };
7
7
  showTimeZone: {
8
8
  type: import("vue").PropType<boolean>;
@@ -33,7 +33,7 @@ declare const _default: {
33
33
  Defaults: {};
34
34
  }, Readonly<import("vue").ExtractPropTypes<{
35
35
  size: {
36
- type: import("vue").PropType<"l" | "s" | "variant1" | "variant2" | "variant3" | "variant4" | "xs" | "m" | "xl">;
36
+ type: import("vue").PropType<"l" | "s" | "variant1" | "variant2" | "variant3" | "variant4" | "variant5" | "variant6" | "variant7" | "variant8" | "xs" | "m" | "xl">;
37
37
  };
38
38
  showTimeZone: {
39
39
  type: import("vue").PropType<boolean>;
@@ -61,7 +61,7 @@ declare const _default: {
61
61
  __isSuspense?: never;
62
62
  } & import("vue").ComponentOptionsBase<Readonly<import("vue").ExtractPropTypes<{
63
63
  size: {
64
- type: import("vue").PropType<"l" | "s" | "variant1" | "variant2" | "variant3" | "variant4" | "xs" | "m" | "xl">;
64
+ type: import("vue").PropType<"l" | "s" | "variant1" | "variant2" | "variant3" | "variant4" | "variant5" | "variant6" | "variant7" | "variant8" | "xs" | "m" | "xl">;
65
65
  };
66
66
  showTimeZone: {
67
67
  type: import("vue").PropType<boolean>;
@@ -85,10 +85,10 @@ declare const _default: {
85
85
  };
86
86
  }>>, () => JSX.Element, unknown, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {}, string, {}, {}, string, {}, import("vue").GlobalComponents, import("vue").GlobalDirectives, string, import("vue").ComponentProvideOptions> & import("vue").VNodeProps & import("vue").AllowedComponentProps & import("vue").ComponentCustomProps & {
87
87
  propsDefinition: Omit<Readonly<{} & {
88
+ variant?: "time" | "date" | "date-time";
89
+ size?: "l" | "s" | "variant1" | "variant2" | "variant3" | "variant4" | "variant5" | "variant6" | "variant7" | "variant8" | "xs" | "m" | "xl";
88
90
  value?: DateTimeZone<string>;
89
91
  label?: string;
90
- size?: "l" | "s" | "variant1" | "variant2" | "variant3" | "variant4" | "xs" | "m" | "xl";
91
- variant?: "time" | "date" | "date-time";
92
92
  dateFormat?: string;
93
93
  showTimeZone?: boolean;
94
94
  timeFormat?: string;
@@ -12,7 +12,7 @@ declare const _default: {
12
12
  type: import("vue").PropType<TextBlueprint>;
13
13
  };
14
14
  size: {
15
- type: import("vue").PropType<"l" | "s" | "variant1" | "variant2" | "variant3" | "variant4" | "xs" | "m" | "xl" | TypographySizes>;
15
+ type: import("vue").PropType<"l" | "s" | "variant1" | "variant2" | "variant3" | "variant4" | "variant5" | "variant6" | "variant7" | "variant8" | "xs" | "m" | "xl" | TypographySizes>;
16
16
  };
17
17
  typography: {
18
18
  type: import("vue").PropType<"text" | "title" | "navigation" | "variants" | TypographyTypes>;
@@ -130,7 +130,7 @@ declare const _default: {
130
130
  type: import("vue").PropType<TextBlueprint>;
131
131
  };
132
132
  size: {
133
- type: import("vue").PropType<"l" | "s" | "variant1" | "variant2" | "variant3" | "variant4" | "xs" | "m" | "xl" | TypographySizes>;
133
+ type: import("vue").PropType<"l" | "s" | "variant1" | "variant2" | "variant3" | "variant4" | "variant5" | "variant6" | "variant7" | "variant8" | "xs" | "m" | "xl" | TypographySizes>;
134
134
  };
135
135
  typography: {
136
136
  type: import("vue").PropType<"text" | "title" | "navigation" | "variants" | TypographyTypes>;
@@ -245,7 +245,7 @@ declare const _default: {
245
245
  type: import("vue").PropType<TextBlueprint>;
246
246
  };
247
247
  size: {
248
- type: import("vue").PropType<"l" | "s" | "variant1" | "variant2" | "variant3" | "variant4" | "xs" | "m" | "xl" | TypographySizes>;
248
+ type: import("vue").PropType<"l" | "s" | "variant1" | "variant2" | "variant3" | "variant4" | "variant5" | "variant6" | "variant7" | "variant8" | "xs" | "m" | "xl" | TypographySizes>;
249
249
  };
250
250
  typography: {
251
251
  type: import("vue").PropType<"text" | "title" | "navigation" | "variants" | TypographyTypes>;
@@ -411,7 +411,7 @@ declare const _default: {
411
411
  typography?: "text" | "title" | "navigation" | "variants" | TypographyTypes;
412
412
  blueprint?: TextBlueprint;
413
413
  container?: boolean;
414
- size?: "l" | "s" | "variant1" | "variant2" | "variant3" | "variant4" | "xs" | "m" | "xl" | TypographySizes;
414
+ size?: "l" | "s" | "variant1" | "variant2" | "variant3" | "variant4" | "variant5" | "variant6" | "variant7" | "variant8" | "xs" | "m" | "xl" | TypographySizes;
415
415
  colorSchemaType?: "background" | "primary" | "secondary" | import("@omnia/fx-models").ColorSchemaTypes | "accent1" | "accent2" | "accent3" | "accent4" | "accent5" | "neutral" | "warning" | "notification" | "error" | "info" | "success" | "dynamic";
416
416
  plugins?: [object];
417
417
  hideToolbar?: boolean;
@@ -5,7 +5,7 @@ declare const _default: {
5
5
  type: import("vue").PropType<TextBlueprint>;
6
6
  };
7
7
  size: {
8
- type: import("vue").PropType<"l" | "s" | "variant1" | "variant2" | "variant3" | "variant4" | "xs" | "m" | "xl" | TypographySizes>;
8
+ type: import("vue").PropType<"l" | "s" | "variant1" | "variant2" | "variant3" | "variant4" | "variant5" | "variant6" | "variant7" | "variant8" | "xs" | "m" | "xl" | TypographySizes>;
9
9
  };
10
10
  typography: {
11
11
  type: import("vue").PropType<"text" | "title" | "navigation" | "variants" | TypographyTypes>;
@@ -29,7 +29,7 @@ declare const _default: {
29
29
  type: import("vue").PropType<TextBlueprint>;
30
30
  };
31
31
  size: {
32
- type: import("vue").PropType<"l" | "s" | "variant1" | "variant2" | "variant3" | "variant4" | "xs" | "m" | "xl" | TypographySizes>;
32
+ type: import("vue").PropType<"l" | "s" | "variant1" | "variant2" | "variant3" | "variant4" | "variant5" | "variant6" | "variant7" | "variant8" | "xs" | "m" | "xl" | TypographySizes>;
33
33
  };
34
34
  typography: {
35
35
  type: import("vue").PropType<"text" | "title" | "navigation" | "variants" | TypographyTypes>;
@@ -50,7 +50,7 @@ declare const _default: {
50
50
  type: import("vue").PropType<TextBlueprint>;
51
51
  };
52
52
  size: {
53
- type: import("vue").PropType<"l" | "s" | "variant1" | "variant2" | "variant3" | "variant4" | "xs" | "m" | "xl" | TypographySizes>;
53
+ type: import("vue").PropType<"l" | "s" | "variant1" | "variant2" | "variant3" | "variant4" | "variant5" | "variant6" | "variant7" | "variant8" | "xs" | "m" | "xl" | TypographySizes>;
54
54
  };
55
55
  typography: {
56
56
  type: import("vue").PropType<"text" | "title" | "navigation" | "variants" | TypographyTypes>;
@@ -68,7 +68,7 @@ declare const _default: {
68
68
  } & {
69
69
  typography?: "text" | "title" | "navigation" | "variants" | TypographyTypes;
70
70
  blueprint?: TextBlueprint;
71
- size?: "l" | "s" | "variant1" | "variant2" | "variant3" | "variant4" | "xs" | "m" | "xl" | TypographySizes;
71
+ size?: "l" | "s" | "variant1" | "variant2" | "variant3" | "variant4" | "variant5" | "variant6" | "variant7" | "variant8" | "xs" | "m" | "xl" | TypographySizes;
72
72
  toned?: boolean;
73
73
  }>, never>;
74
74
  };
@@ -151,12 +151,12 @@ declare const _default: {
151
151
  }, {}, string, {}, import("vue").GlobalComponents, import("vue").GlobalDirectives, string, import("vue").ComponentProvideOptions> & import("vue").VNodeProps & import("vue").AllowedComponentProps & import("vue").ComponentCustomProps & {
152
152
  propsDefinition: Omit<Readonly<{} & {
153
153
  container?: boolean;
154
+ variant?: "default" | "dialog" | "editor" | "app";
154
155
  class?: String | String[];
155
156
  colorSchemaType?: "background" | "primary" | "secondary" | import("@omnia/fx-models").ColorSchemaTypes | "accent1" | "accent2" | "accent3" | "accent4" | "accent5" | "neutral" | "warning" | "notification" | "error" | "info" | "success" | "dynamic";
156
157
  colors?: import("@omnia/fx/ux").ColorSchemaStoreType;
157
158
  "v-model"?: boolean;
158
159
  modelValue?: boolean;
159
- variant?: "default" | "dialog" | "editor" | "app";
160
160
  overrides?: object;
161
161
  toned?: boolean;
162
162
  "onUpdate:modelValue"?: (value: boolean) => any | void;
@@ -16,7 +16,7 @@ declare const _default: {
16
16
  type: import("vue").PropType<"default" | "prominent">;
17
17
  };
18
18
  direction: {
19
- type: import("vue").PropType<"horizontal" | "vertical">;
19
+ type: import("vue").PropType<"vertical" | "horizontal">;
20
20
  };
21
21
  persistentHint: {
22
22
  type: import("vue").PropType<boolean>;
@@ -92,7 +92,7 @@ declare const _default: {
92
92
  type: import("vue").PropType<"default" | "prominent">;
93
93
  };
94
94
  direction: {
95
- type: import("vue").PropType<"horizontal" | "vertical">;
95
+ type: import("vue").PropType<"vertical" | "horizontal">;
96
96
  };
97
97
  persistentHint: {
98
98
  type: import("vue").PropType<boolean>;
@@ -165,7 +165,7 @@ declare const _default: {
165
165
  type: import("vue").PropType<"default" | "prominent">;
166
166
  };
167
167
  direction: {
168
- type: import("vue").PropType<"horizontal" | "vertical">;
168
+ type: import("vue").PropType<"vertical" | "horizontal">;
169
169
  };
170
170
  persistentHint: {
171
171
  type: import("vue").PropType<boolean>;
@@ -219,15 +219,15 @@ declare const _default: {
219
219
  container: boolean;
220
220
  }, {}, string, {}, import("vue").GlobalComponents, import("vue").GlobalDirectives, string, import("vue").ComponentProvideOptions> & import("vue").VNodeProps & import("vue").AllowedComponentProps & import("vue").ComponentCustomProps & {
221
221
  propsDefinition: Omit<Readonly<{} & {
222
- direction?: "horizontal" | "vertical";
222
+ direction?: "vertical" | "horizontal";
223
223
  container?: boolean;
224
+ variant?: "default" | "prominent";
224
225
  class?: String | String[];
225
226
  label?: string;
226
227
  colorSchemaType?: "background" | "primary" | "secondary" | import("@omnia/fx-models").ColorSchemaTypes | "accent1" | "accent2" | "accent3" | "accent4" | "accent5" | "neutral" | "warning" | "notification" | "error" | "info" | "success" | "dynamic";
227
228
  colors?: import("@omnia/fx/ux").ColorSchemaStoreType;
228
229
  "v-model"?: [number, number];
229
230
  modelValue?: [number, number];
230
- variant?: "default" | "prominent";
231
231
  "onUpdate:modelValue"?: (value: [number, number]) => any | void;
232
232
  hint?: string;
233
233
  persistentHint?: boolean;
@@ -1,77 +1,5 @@
1
+ import { DefineProp, DefineVModel } from "@omnia/fx/ux";
1
2
  import { UserIdentity } from "@omnia/fx-models";
2
- declare const _default: {
3
- new (...args: any[]): import("vue").CreateComponentPublicInstanceWithMixins<Readonly<import("vue").ExtractPropTypes<{
4
- url: {
5
- type: import("vue").PropType<string>;
6
- };
7
- userLabel: {
8
- type: import("vue").PropType<string>;
9
- };
10
- "onUpdate:userName": {
11
- type: import("vue").PropType<(value: string | UserIdentity) => any | void>;
12
- };
13
- "v-model:userName": {
14
- type: import("vue").PropType<string | UserIdentity>;
15
- required: false;
16
- };
17
- userName: {
18
- type: import("vue").PropType<string | UserIdentity>;
19
- required: false;
20
- };
21
- }>>, () => JSX.Element, unknown, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {}, import("vue").PublicProps, {}, true, {}, {}, import("vue").GlobalComponents, import("vue").GlobalDirectives, string, {}, any, import("vue").ComponentProvideOptions, {
22
- P: {};
23
- B: {};
24
- D: {};
25
- C: {};
26
- M: {};
27
- Defaults: {};
28
- }, Readonly<import("vue").ExtractPropTypes<{
29
- url: {
30
- type: import("vue").PropType<string>;
31
- };
32
- userLabel: {
33
- type: import("vue").PropType<string>;
34
- };
35
- "onUpdate:userName": {
36
- type: import("vue").PropType<(value: string | UserIdentity) => any | void>;
37
- };
38
- "v-model:userName": {
39
- type: import("vue").PropType<string | UserIdentity>;
40
- required: false;
41
- };
42
- userName: {
43
- type: import("vue").PropType<string | UserIdentity>;
44
- required: false;
45
- };
46
- }>>, () => JSX.Element, {}, {}, {}, {}>;
47
- __isFragment?: never;
48
- __isTeleport?: never;
49
- __isSuspense?: never;
50
- } & import("vue").ComponentOptionsBase<Readonly<import("vue").ExtractPropTypes<{
51
- url: {
52
- type: import("vue").PropType<string>;
53
- };
54
- userLabel: {
55
- type: import("vue").PropType<string>;
56
- };
57
- "onUpdate:userName": {
58
- type: import("vue").PropType<(value: string | UserIdentity) => any | void>;
59
- };
60
- "v-model:userName": {
61
- type: import("vue").PropType<string | UserIdentity>;
62
- required: false;
63
- };
64
- userName: {
65
- type: import("vue").PropType<string | UserIdentity>;
66
- required: false;
67
- };
68
- }>>, () => JSX.Element, unknown, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {}, string, {}, {}, string, {}, import("vue").GlobalComponents, import("vue").GlobalDirectives, string, import("vue").ComponentProvideOptions> & import("vue").VNodeProps & import("vue").AllowedComponentProps & import("vue").ComponentCustomProps & {
69
- propsDefinition: Omit<Readonly<{} & {
70
- url?: string;
71
- userName?: string | UserIdentity;
72
- userLabel?: string;
73
- "onUpdate:userName"?: (value: string | UserIdentity) => any | void;
74
- "v-model:userName"?: string | UserIdentity;
75
- }>, never>;
76
- };
3
+ type MentionComponentProps = DefineVModel<"userName", UserIdentity | string> & DefineProp<"userLabel", string> & DefineProp<"url", string>;
4
+ declare const _default: (props: import("@omnia/fx/ux").ConstructComponentProps<MentionComponentProps>) => any;
77
5
  export default _default;
@@ -114,6 +114,7 @@ declare const _default: {
114
114
  "reaction:selected": (value: Required<IUserReaction>) => true;
115
115
  }, string, {}, {}, string, {}, import("vue").GlobalComponents, import("vue").GlobalDirectives, string, import("vue").ComponentProvideOptions> & import("vue").VNodeProps & import("vue").AllowedComponentProps & import("vue").ComponentCustomProps & {
116
116
  propsDefinition: Omit<Readonly<{} & {
117
+ variant?: ReactionVariants;
117
118
  "v-slots"?: {
118
119
  default?: import("../DefineVueTypings").Slot;
119
120
  } & {
@@ -121,7 +122,6 @@ declare const _default: {
121
122
  };
122
123
  "v-model"?: Required<IUserReaction>[];
123
124
  modelValue?: Required<IUserReaction>[];
124
- variant?: ReactionVariants;
125
125
  stacked?: boolean;
126
126
  "onUpdate:modelValue"?: (value: Required<IUserReaction>[]) => any | void;
127
127
  }>, "onUpdate:modelValue" | "onReaction:added" | "onReaction:removed" | "onReaction:selected"> & {
@@ -456,6 +456,7 @@ declare const _default: {
456
456
  icon?: IIcon;
457
457
  container?: boolean;
458
458
  title?: string;
459
+ variant?: Variant;
459
460
  colorSchemaType?: "background" | "primary" | "secondary" | import("@omnia/fx-models").ColorSchemaTypes | "accent1" | "accent2" | "accent3" | "accent4" | "accent5" | "neutral" | "warning" | "notification" | "error" | "info" | "success" | "dynamic";
460
461
  colors?: import("@omnia/fx/ux").ColorSchemaStoreType;
461
462
  "v-slots"?: {
@@ -465,7 +466,6 @@ declare const _default: {
465
466
  };
466
467
  "v-model"?: boolean;
467
468
  modelValue?: boolean;
468
- variant?: Variant;
469
469
  "onUpdate:modelValue"?: (value: boolean) => any | void;
470
470
  allowEdit?: boolean;
471
471
  categoryFilters?: guid[];
package/package.json CHANGED
@@ -1,7 +1,7 @@
1
1
  {
2
2
  "name": "@omnia/fx",
3
3
  "license": "MIT",
4
- "version": "8.0.301-dev",
4
+ "version": "8.0.302-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.301-dev",
23
+ "@omnia/fx-models": "8.0.302-dev",
24
24
  "@microsoft/signalr": "6.0.1",
25
25
  "broadcast-channel": "4.8.0",
26
26
  "dayjs": "1.11.7",