@omnia/fx 8.0.301-dev → 8.0.303-dev

Sign up to get free protection for your applications and to get access to all the features.
Files changed (62) 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 -12
  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 +4 -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 -21
  26. package/internal-do-not-import-from-here/ux/aurora/designkits/shared/TypographyBlueprints.d.ts +1 -28
  27. package/internal-do-not-import-from-here/ux/aurora/store/ColorManager.d.ts +1 -0
  28. package/internal-do-not-import-from-here/ux/aurora/store/ComponentBlueprintStore.d.ts +3 -3
  29. package/internal-do-not-import-from-here/ux/aurora/store/SpacingBlueprintStore.d.ts +2 -2
  30. package/internal-do-not-import-from-here/ux/aurora/store/ThemeContextStore.d.ts +24 -24
  31. package/internal-do-not-import-from-here/ux/aurora/store/ThemeStore.d.ts +6 -6
  32. package/internal-do-not-import-from-here/ux/aurora/store/TypographyBlueprintStore.d.ts +3 -2
  33. package/internal-do-not-import-from-here/ux/aurora/store/VariantManager.d.ts +6 -0
  34. package/internal-do-not-import-from-here/ux/aurora/store/index.d.ts +1 -0
  35. package/internal-do-not-import-from-here/ux/aurora/styling/styles/Typography.d.ts +19 -20
  36. package/internal-do-not-import-from-here/ux/commandpalette/commands/api-explorer/ApiExplorerCommand.d.ts +2 -0
  37. package/internal-do-not-import-from-here/ux/commandpalette/commands/api-explorer/components/ApiExplorer.css.d.ts +6 -0
  38. package/internal-do-not-import-from-here/ux/commandpalette/commands/api-explorer/components/ApiExplorer.d.ts +16 -0
  39. package/internal-do-not-import-from-here/ux/commandpalette/commands/api-explorer/index.d.ts +1 -0
  40. package/internal-do-not-import-from-here/ux/commandpalette/commands/api-explorer/models/RequestMethodSelection.d.ts +3 -0
  41. package/internal-do-not-import-from-here/ux/commandpalette/commands/api-explorer/stores/ApiExplorerStore.d.ts +50 -0
  42. package/internal-do-not-import-from-here/ux/commandpalette/commands/index.d.ts +1 -0
  43. package/internal-do-not-import-from-here/ux/commandpalette/models/CommandPaletteCustomComponentOptions.d.ts +8 -0
  44. package/internal-do-not-import-from-here/ux/commandpalette/models/index.d.ts +1 -0
  45. package/internal-do-not-import-from-here/ux/commandpalette/stores/CommandStore.d.ts +4 -4
  46. package/internal-do-not-import-from-here/ux/datetimezonepicker/DateTimeZonePicker.d.ts +1 -1
  47. package/internal-do-not-import-from-here/ux/datetimezonerenderer/DateTimeZoneRenderer.d.ts +5 -5
  48. package/internal-do-not-import-from-here/ux/docs/Docs.d.ts +3 -0
  49. package/internal-do-not-import-from-here/ux/docs/stores/DocRouterStore.d.ts +20 -0
  50. package/internal-do-not-import-from-here/ux/docs/stores/index.d.ts +1 -0
  51. package/internal-do-not-import-from-here/ux/markdown/MarkdownEditor.d.ts +8 -8
  52. package/internal-do-not-import-from-here/ux/markdown/MarkdownRenderer.d.ts +8 -8
  53. package/internal-do-not-import-from-here/ux/mediapickerproviders/mediaflow/use/MediaflowProviderStore.d.ts +2 -2
  54. package/internal-do-not-import-from-here/ux/oxide/navigationdrawer/NavigationDrawer.d.ts +1 -1
  55. package/internal-do-not-import-from-here/ux/oxide/rangeslider/RangeSlider.d.ts +5 -5
  56. package/internal-do-not-import-from-here/ux/richtexteditor/MentionComponent/MentionComponent.d.ts +3 -75
  57. package/internal-do-not-import-from-here/ux/social/Reactions.d.ts +1 -1
  58. package/internal-do-not-import-from-here/ux/velcron/components/definitionpicker/VelcronDefinitionPicker.d.ts +1 -1
  59. package/internal-do-not-import-from-here/wctypings.d.ts +10 -0
  60. package/package.json +2 -2
  61. package/internal-do-not-import-from-here/ux/admin/AdminRouterTokenRegistrationApi.d.ts +0 -1
  62. package/internal-do-not-import-from-here/ux/admin/AdminVisibiltyController.d.ts +0 -1
@@ -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;
@@ -18,6 +18,7 @@ export declare const useTypographyBlueprintStore: () => {
18
18
  setThemeStore(themeStoreInstance: ReturnType<typeof useThemeStore>): void;
19
19
  }>;
20
20
  get: {
21
+ readonly defaultTypographyBlueprint: TypographyBlueprint;
21
22
  readonly themeStore: {
22
23
  state: {
23
24
  currentTheme: import("@omnia/fx-models").ResolvedThemeDefinition;
@@ -63,8 +64,8 @@ export declare const useTypographyBlueprintStore: () => {
63
64
  blueprintByType(type: BlueprintVariant | string): import("@omnia/fx-models").ChromeBlueprint;
64
65
  };
65
66
  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;
67
+ hasVariant(type: BlueprintVariant | string): boolean;
68
+ getByType(type: BlueprintVariant | import("@omnia/fx-models").ContainerFillBlueprint | string): import("@omnia/fx-models").ContainerFillBlueprint;
68
69
  };
69
70
  };
70
71
  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;
@@ -0,0 +1,2 @@
1
+ import { CommandDefinition } from "../../models/CommandDefinition";
2
+ export declare const apiExplorerCommand: CommandDefinition;
@@ -0,0 +1,6 @@
1
+ declare const _default: {
2
+ container: {
3
+ fontSize: number;
4
+ };
5
+ };
6
+ export default _default;
@@ -0,0 +1,16 @@
1
+ declare const _default: {
2
+ new (...args: any[]): import("vue").CreateComponentPublicInstanceWithMixins<Readonly<import("vue").ExtractPropTypes<{}>>, () => JSX.Element, {}, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {}, import("vue").PublicProps, {}, true, {}, {}, import("vue").GlobalComponents, import("vue").GlobalDirectives, string, {}, any, import("vue").ComponentProvideOptions, {
3
+ P: {};
4
+ B: {};
5
+ D: {};
6
+ C: {};
7
+ M: {};
8
+ Defaults: {};
9
+ }, Readonly<import("vue").ExtractPropTypes<{}>>, () => JSX.Element, {}, {}, {}, {}>;
10
+ __isFragment?: never;
11
+ __isTeleport?: never;
12
+ __isSuspense?: never;
13
+ } & import("vue").ComponentOptionsBase<Readonly<import("vue").ExtractPropTypes<{}>>, () => JSX.Element, {}, {}, {}, 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 & {
14
+ propsDefinition: Omit<Readonly<{} & {}>, never>;
15
+ };
16
+ export default _default;
@@ -0,0 +1 @@
1
+ export * from "./ApiExplorerCommand";
@@ -0,0 +1,3 @@
1
+ export interface RequestMethodSelection {
2
+ method: string;
3
+ }
@@ -0,0 +1,50 @@
1
+ import { HttpMethods } from "@omnia/fx-models";
2
+ import { HttpResponse } from "@omnia/fx-models/internal-do-not-import-from-here/shared";
3
+ export declare const useApiExplorerStore: () => {
4
+ state: {
5
+ currentHttpMethod: HttpMethods;
6
+ availableHttpMethods: HttpMethods[];
7
+ apiUrl: string;
8
+ requestBody: {
9
+ obj: any;
10
+ json: string;
11
+ };
12
+ responseBody: {
13
+ obj: any;
14
+ json: string;
15
+ };
16
+ requestHeaders: {
17
+ [key: string]: string;
18
+ };
19
+ responseHeaders: HttpResponse<unknown>;
20
+ requesting: boolean;
21
+ elapsedTime: number;
22
+ };
23
+ events: import("@omnia/fx/stores").StoreEvents<{
24
+ currentHttpMethod: HttpMethods;
25
+ availableHttpMethods: HttpMethods[];
26
+ apiUrl: string;
27
+ requestBody: {
28
+ obj: any;
29
+ json: string;
30
+ };
31
+ responseBody: {
32
+ obj: any;
33
+ json: string;
34
+ };
35
+ requestHeaders: {
36
+ [key: string]: string;
37
+ };
38
+ responseHeaders: HttpResponse<unknown>;
39
+ requesting: boolean;
40
+ elapsedTime: number;
41
+ }, Record<string, import("@omnia/fx-models").IMessageBusTopicPublishSubscriber<any>>>;
42
+ actions: import("@omnia/fx/stores").StoreReturnDefineAction<{
43
+ makeRequest: () => Promise<HttpResponse<unknown>>;
44
+ }>;
45
+ get: {
46
+ title: () => HttpMethods;
47
+ };
48
+ } & {
49
+ dispose?: () => void;
50
+ };
@@ -4,3 +4,4 @@ export * from "./content";
4
4
  export * from "./utils";
5
5
  export * from "./admin";
6
6
  export * from "./swagger";
7
+ export * from "./api-explorer";
@@ -0,0 +1,8 @@
1
+ import { IIcon } from "@omnia/fx/models";
2
+ export interface CommandPaletteCustomComponentOptions {
3
+ style?: {};
4
+ dialog?: {
5
+ title: string;
6
+ icon: IIcon;
7
+ };
8
+ }
@@ -3,3 +3,4 @@ export * from "./CommandPaletteInputBox";
3
3
  export * from "./CommandPaletteMessage";
4
4
  export * from "./CommandPaletteListPickItem";
5
5
  export * from "./FuzzySearchable";
6
+ export * from "./CommandPaletteCustomComponentOptions";
@@ -1,13 +1,13 @@
1
1
  import { Store } from "@omnia/fx/stores";
2
2
  import { CommandDefinition, ICommandStore } from "../models/CommandDefinition";
3
- import { CommandPaletteInputBox, CommandPaletteListPickItem, CommandPaletteMessage } from "../models";
3
+ import { CommandPaletteCustomComponentOptions, CommandPaletteInputBox, CommandPaletteListPickItem, CommandPaletteMessage } from "../models";
4
4
  export declare class CommandStore extends Store implements ICommandStore {
5
5
  private commandsState;
6
6
  private showInputBoxState;
7
7
  private showMessageState;
8
8
  private listPickerState;
9
9
  private customComponentState;
10
- private containerStyle;
10
+ private componentOptions;
11
11
  constructor();
12
12
  /**
13
13
  * Implementation of getters
@@ -18,7 +18,7 @@ export declare class CommandStore extends Store implements ICommandStore {
18
18
  inputBox: () => CommandPaletteInputBox;
19
19
  message: () => CommandPaletteMessage;
20
20
  component: () => unknown;
21
- containerStyle: () => {};
21
+ containerStyle: () => CommandPaletteCustomComponentOptions;
22
22
  };
23
23
  /**
24
24
  * Implementation of mutations
@@ -33,7 +33,7 @@ export declare class CommandStore extends Store implements ICommandStore {
33
33
  actions: {
34
34
  showInputBox: import("@omnia/fx/stores").StoreAction<unknown, (title: string) => void, (result: CommandPaletteInputBox, title: string) => void, (failureReason: any, title: string) => void, (title: string) => Promise<CommandPaletteInputBox>>;
35
35
  showListPicker: import("@omnia/fx/stores").StoreAction<unknown, (pickerItems: CommandPaletteListPickItem<unknown>[]) => void, (result: CommandPaletteListPickItem<unknown>, pickerItems: CommandPaletteListPickItem<unknown>[]) => void, (failureReason: any, pickerItems: CommandPaletteListPickItem<unknown>[]) => void, <T>(pickerItems: Array<CommandPaletteListPickItem<T>>) => Promise<CommandPaletteListPickItem<T>>>;
36
- showComponent: import("@omnia/fx/stores").StoreAction<unknown, (component: unknown, containerStyle: {}) => void, (result: void, component: unknown, containerStyle: {}) => void, (failureReason: any, component: unknown, containerStyle: {}) => void, (component: unknown, containerStyle: {}) => Promise<void>>;
36
+ showComponent: import("@omnia/fx/stores").StoreAction<unknown, (component: unknown, containerStyle: CommandPaletteCustomComponentOptions) => void, (result: void, component: unknown, containerStyle: CommandPaletteCustomComponentOptions) => void, (failureReason: any, component: unknown, containerStyle: CommandPaletteCustomComponentOptions) => void, (component: unknown, containerStyle: CommandPaletteCustomComponentOptions) => Promise<void>>;
37
37
  };
38
38
  onActivated(): void;
39
39
  onDisposing(): void;
@@ -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;
@@ -4,6 +4,7 @@ export type DialogSize = typeof DialogSizeDefinitions[number];
4
4
  export interface DocumentationArea {
5
5
  name: string;
6
6
  icon: string;
7
+ urlSegment: string;
7
8
  }
8
9
  export interface DocumentationCategory {
9
10
  name: string;
@@ -108,7 +109,9 @@ export declare class DocumentationSpec {
108
109
  events: EventSpec[];
109
110
  slots: SlotSpec[];
110
111
  id: string;
112
+ urlSegment: string;
111
113
  constructor(name: string, alias?: string);
114
+ addUrlSegment(segment: string): this;
112
115
  addTypeValueMapping(name: string, value: string | string[] | any): DocumentationSpec;
113
116
  addTheming(): DocumentationSpec;
114
117
  addToned(): DocumentationSpec;
@@ -0,0 +1,20 @@
1
+ import { TokenBasedRoute } from "@omnia/fx-models";
2
+ interface DocRoute extends TokenBasedRoute {
3
+ categorySegment: string;
4
+ itemSegment: string;
5
+ }
6
+ export declare const useDocRouterStore: () => {
7
+ state: {
8
+ route: DocRoute;
9
+ };
10
+ actions: import("@omnia/fx/stores").StoreReturnDefineAction<{
11
+ ensureToken(): void;
12
+ clearRoute(): void;
13
+ }>;
14
+ events: import("@omnia/fx/stores").StoreEvents<{
15
+ route: DocRoute;
16
+ }, Record<string, import("@omnia/fx-models").IMessageBusTopicPublishSubscriber<any>>>;
17
+ } & {
18
+ dispose?: () => void;
19
+ };
20
+ export {};
@@ -0,0 +1 @@
1
+ export * from "./DocRouterStore";
@@ -12,10 +12,10 @@ 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
- type: import("vue").PropType<"text" | "title" | "navigation" | "variants" | TypographyTypes>;
18
+ type: import("vue").PropType<"text" | "title" | "navigation" | "variants" | "fills" | TypographyTypes>;
19
19
  };
20
20
  placeholder: {
21
21
  type: import("vue").PropType<string>;
@@ -130,10 +130,10 @@ 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
- type: import("vue").PropType<"text" | "title" | "navigation" | "variants" | TypographyTypes>;
136
+ type: import("vue").PropType<"text" | "title" | "navigation" | "variants" | "fills" | TypographyTypes>;
137
137
  };
138
138
  placeholder: {
139
139
  type: import("vue").PropType<string>;
@@ -245,10 +245,10 @@ 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
- type: import("vue").PropType<"text" | "title" | "navigation" | "variants" | TypographyTypes>;
251
+ type: import("vue").PropType<"text" | "title" | "navigation" | "variants" | "fills" | TypographyTypes>;
252
252
  };
253
253
  placeholder: {
254
254
  type: import("vue").PropType<string>;
@@ -408,10 +408,10 @@ declare const _default: {
408
408
  };
409
409
  }>;
410
410
  };
411
- typography?: "text" | "title" | "navigation" | "variants" | TypographyTypes;
411
+ typography?: "text" | "title" | "navigation" | "variants" | "fills" | 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,10 +5,10 @@ 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
- type: import("vue").PropType<"text" | "title" | "navigation" | "variants" | TypographyTypes>;
11
+ type: import("vue").PropType<"text" | "title" | "navigation" | "variants" | "fills" | TypographyTypes>;
12
12
  };
13
13
  toned: {
14
14
  type: import("vue").PropType<boolean>;
@@ -29,10 +29,10 @@ 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
- type: import("vue").PropType<"text" | "title" | "navigation" | "variants" | TypographyTypes>;
35
+ type: import("vue").PropType<"text" | "title" | "navigation" | "variants" | "fills" | TypographyTypes>;
36
36
  };
37
37
  toned: {
38
38
  type: import("vue").PropType<boolean>;
@@ -50,10 +50,10 @@ 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
- type: import("vue").PropType<"text" | "title" | "navigation" | "variants" | TypographyTypes>;
56
+ type: import("vue").PropType<"text" | "title" | "navigation" | "variants" | "fills" | TypographyTypes>;
57
57
  };
58
58
  toned: {
59
59
  type: import("vue").PropType<boolean>;
@@ -66,9 +66,9 @@ declare const _default: {
66
66
  propsDefinition: Omit<Readonly<{
67
67
  value: string;
68
68
  } & {
69
- typography?: "text" | "title" | "navigation" | "variants" | TypographyTypes;
69
+ typography?: "text" | "title" | "navigation" | "variants" | "fills" | 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
  };