@omnia/fx 8.0.154-dev → 8.0.156-dev

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
Files changed (57) hide show
  1. package/internal-do-not-import-from-here/services/SecurityService.d.ts +2 -0
  2. package/internal-do-not-import-from-here/stores/mediapicker/handlers/provider/BaseImageHandler.d.ts +1 -8
  3. package/internal-do-not-import-from-here/stores/mediapicker/handlers/provider/BaseVideoHandler.d.ts +1 -8
  4. package/internal-do-not-import-from-here/ux/aurora/admin/blades/blueprints/components/store/ComponentEditorStore.d.ts +58 -21
  5. package/internal-do-not-import-from-here/ux/aurora/admin/blades/blueprints/components/store/ContainersEditorStore.d.ts +77 -0
  6. package/internal-do-not-import-from-here/ux/aurora/components/backgroundstyle/BackgroundStyleEditor.d.ts +19 -5
  7. package/internal-do-not-import-from-here/ux/aurora/components/backgroundstyle/BackgroundStyleViewer.d.ts +71 -0
  8. package/internal-do-not-import-from-here/ux/aurora/components/buttonstyle/ButtonStyleEditor.d.ts +1 -1
  9. package/internal-do-not-import-from-here/ux/aurora/components/chrome/ChromePicker.d.ts +10 -10
  10. package/internal-do-not-import-from-here/ux/aurora/components/containerpicker/ContainerBlueprintsViewer.d.ts +70 -0
  11. package/internal-do-not-import-from-here/ux/aurora/components/containerpicker/ContainerPicker.css.d.ts +4 -0
  12. package/internal-do-not-import-from-here/ux/aurora/components/containerpicker/ContainerPicker.d.ts +466 -0
  13. package/internal-do-not-import-from-here/ux/aurora/components/containerpicker/docs/ExampleComponents.d.ts +1 -0
  14. package/internal-do-not-import-from-here/ux/aurora/components/containerpicker/docs/SampleComponent.d.ts +55 -0
  15. package/internal-do-not-import-from-here/ux/aurora/components/containerpicker/docs/index.d.ts +1 -0
  16. package/internal-do-not-import-from-here/ux/aurora/components/fillpicker/FillPicker.d.ts +7 -7
  17. package/internal-do-not-import-from-here/ux/aurora/store/ColorSchemaStore.d.ts +763 -322
  18. package/internal-do-not-import-from-here/ux/aurora/store/ComponentBlueprintStore.d.ts +15 -3
  19. package/internal-do-not-import-from-here/ux/aurora/store/SpacingBlueprintStore.d.ts +763 -322
  20. package/internal-do-not-import-from-here/ux/aurora/store/ThemeContextStore.d.ts +228 -84
  21. package/internal-do-not-import-from-here/ux/aurora/store/ThemeStoreV2.d.ts +14 -2
  22. package/internal-do-not-import-from-here/ux/aurora/store/TypographyBlueprintStore.d.ts +763 -322
  23. package/internal-do-not-import-from-here/ux/aurora/store/index.d.ts +0 -1
  24. package/internal-do-not-import-from-here/ux/aurora/themeprovider/ThemeProvider.d.ts +1 -8
  25. package/internal-do-not-import-from-here/ux/features/loc/localize.d.ts +2 -0
  26. package/internal-do-not-import-from-here/ux/mediapickerV2/chrome/components/MediaGallerySelector.css.d.ts +1 -1
  27. package/internal-do-not-import-from-here/ux/mediapickerV2/docs/MediaProviderExample.d.ts +0 -1
  28. package/internal-do-not-import-from-here/ux/mediapickerproviders/bingprovider-v2/handler.d.ts +1 -2
  29. package/internal-do-not-import-from-here/ux/mediapickerproviders/shareds/providers/MyComputerProvider.d.ts +1 -0
  30. package/internal-do-not-import-from-here/ux/oxide/avatar/Avatar.d.ts +10 -10
  31. package/internal-do-not-import-from-here/ux/oxide/btn/Button.d.ts +1 -1
  32. package/internal-do-not-import-from-here/ux/oxide/datatable/DataTable.css.d.ts +782 -329
  33. package/internal-do-not-import-from-here/ux/oxide/datatable/DataTable.d.ts +1607 -701
  34. package/internal-do-not-import-from-here/ux/oxide/datepicker/DateTimePicker.d.ts +69 -333
  35. package/internal-do-not-import-from-here/ux/oxide/dialog/Dialog.d.ts +9 -43
  36. package/internal-do-not-import-from-here/ux/oxide/icon/Icon.d.ts +11 -11
  37. package/internal-do-not-import-from-here/ux/oxide/link/Link.d.ts +10 -10
  38. package/internal-do-not-import-from-here/ux/oxide/select/Select.d.ts +1604 -698
  39. package/internal-do-not-import-from-here/ux/oxide/slidepanel/SlidePanel.css.d.ts +1 -0
  40. package/internal-do-not-import-from-here/ux/oxide/slidepanel/SlidePanel.d.ts +2 -2
  41. package/internal-do-not-import-from-here/ux/oxide/tab/Tabs.d.ts +1 -1
  42. package/internal-do-not-import-from-here/ux/oxide/text/Text.d.ts +11 -11
  43. package/internal-do-not-import-from-here/ux/use/UseColorSchemaSetup.d.ts +782 -329
  44. package/internal-do-not-import-from-here/ux/velcron/core/models/VelcronDefinitions.d.ts +20 -11
  45. package/internal-do-not-import-from-here/ux/velcron/core/models/VelcronPropertyEditorDefinitions.d.ts +15 -61
  46. package/internal-do-not-import-from-here/ux/velcron/core/parser/VelcronConstants.d.ts +1 -0
  47. package/internal-do-not-import-from-here/ux/velcron/core/parser/VelcronData.d.ts +5 -3
  48. package/internal-do-not-import-from-here/ux/velcron/core/rules/IsEditMode.d.ts +1 -1
  49. package/internal-do-not-import-from-here/ux/velcron/editor/models/VelcronEditorDescriptors.d.ts +2 -1
  50. package/internal-do-not-import-from-here/ux/velcron/renderer/propertyeditors/ContainerEditor.d.ts +364 -0
  51. package/internal-do-not-import-from-here/ux/versionedlayout/blade/Shared.d.ts +1 -0
  52. package/internal-do-not-import-from-here/wctypings.d.ts +50 -0
  53. package/package.json +2 -2
  54. package/internal-do-not-import-from-here/ux/aurora/admin/blades/blueprints/components/store/FillsEditorStore.d.ts +0 -50
  55. package/internal-do-not-import-from-here/ux/aurora/store/ChromeBlueprintStore.d.ts +0 -5318
  56. /package/internal-do-not-import-from-here/ux/aurora/admin/blades/blueprints/components/blades/{FillBladeEdit.d.ts → ContainersBlade.d.ts} +0 -0
  57. /package/internal-do-not-import-from-here/ux/aurora/admin/blades/blueprints/components/blades/{FillsBlade.d.ts → ContainersBladeEdit.d.ts} +0 -0
@@ -3,7 +3,6 @@ export * from "./ThemeStoreV2";
3
3
  export * from "./ColorSchemaStore";
4
4
  export * from "./ThemeContextStore";
5
5
  export * from "./SpacingBlueprintStore";
6
- export * from "./ChromeBlueprintStore";
7
6
  export * from "./TypographyBlueprintStore";
8
7
  export * from "./ComponentBlueprintStore";
9
8
  export * from "./TemplateRegistrationStore";
@@ -1,4 +1,4 @@
1
- import { useThemeStoreV2, useColorSchemaStore, useTypographyBlueprintStore, useSpacingBlueprintStore, useChromeBlueprintStore } from "@omnia/fx/ux";
1
+ import { useThemeStoreV2, useColorSchemaStore, useTypographyBlueprintStore, useSpacingBlueprintStore } from "@omnia/fx/ux";
2
2
  import { ColorSchemaTypes, ThemeDefinitionV2, ThemeContextType } from "@omnia/fx-models";
3
3
  declare const _default: {
4
4
  new (...args: any[]): import("vue").CreateComponentPublicInstance<Readonly<import("vue").ExtractPropTypes<{
@@ -26,7 +26,6 @@ declare const _default: {
26
26
  colors: ReturnType<typeof useColorSchemaStore>;
27
27
  typography: ReturnType<typeof useTypographyBlueprintStore>;
28
28
  spacing: ReturnType<typeof useSpacingBlueprintStore>;
29
- chrome: ReturnType<typeof useChromeBlueprintStore>;
30
29
  }) => any;
31
30
  }, () => import("vue").VNode<import("vue").RendererNode, import("vue").RendererElement, {
32
31
  [key: string]: any;
@@ -36,7 +35,6 @@ declare const _default: {
36
35
  colors: ReturnType<typeof useColorSchemaStore>;
37
36
  typography: ReturnType<typeof useTypographyBlueprintStore>;
38
37
  spacing: ReturnType<typeof useSpacingBlueprintStore>;
39
- chrome: ReturnType<typeof useChromeBlueprintStore>;
40
38
  }) => any;
41
39
  }, import("vue").VNodeProps & import("vue").AllowedComponentProps & import("vue").ComponentCustomProps & Readonly<import("vue").ExtractPropTypes<{
42
40
  "color-schema-type": {
@@ -63,7 +61,6 @@ declare const _default: {
63
61
  colors: ReturnType<typeof useColorSchemaStore>;
64
62
  typography: ReturnType<typeof useTypographyBlueprintStore>;
65
63
  spacing: ReturnType<typeof useSpacingBlueprintStore>;
66
- chrome: ReturnType<typeof useChromeBlueprintStore>;
67
64
  }) => any;
68
65
  }, {}, true, {}, {}, {
69
66
  P: {};
@@ -97,7 +94,6 @@ declare const _default: {
97
94
  colors: ReturnType<typeof useColorSchemaStore>;
98
95
  typography: ReturnType<typeof useTypographyBlueprintStore>;
99
96
  spacing: ReturnType<typeof useSpacingBlueprintStore>;
100
- chrome: ReturnType<typeof useChromeBlueprintStore>;
101
97
  }) => any;
102
98
  }, () => import("vue").VNode<import("vue").RendererNode, import("vue").RendererElement, {
103
99
  [key: string]: any;
@@ -130,7 +126,6 @@ declare const _default: {
130
126
  colors: ReturnType<typeof useColorSchemaStore>;
131
127
  typography: ReturnType<typeof useTypographyBlueprintStore>;
132
128
  spacing: ReturnType<typeof useSpacingBlueprintStore>;
133
- chrome: ReturnType<typeof useChromeBlueprintStore>;
134
129
  }) => any;
135
130
  }, () => import("vue").VNode<import("vue").RendererNode, import("vue").RendererElement, {
136
131
  [key: string]: any;
@@ -140,7 +135,6 @@ declare const _default: {
140
135
  colors: ReturnType<typeof useColorSchemaStore>;
141
136
  typography: ReturnType<typeof useTypographyBlueprintStore>;
142
137
  spacing: ReturnType<typeof useSpacingBlueprintStore>;
143
- chrome: ReturnType<typeof useChromeBlueprintStore>;
144
138
  }) => any;
145
139
  }, string, {}, {}, string, {}> & import("vue").VNodeProps & import("vue").AllowedComponentProps & import("vue").ComponentCustomProps & {
146
140
  propsDefinition: Omit<Readonly<{} & {
@@ -156,7 +150,6 @@ declare const _default: {
156
150
  colors: ReturnType<typeof useColorSchemaStore>;
157
151
  typography: ReturnType<typeof useTypographyBlueprintStore>;
158
152
  spacing: ReturnType<typeof useSpacingBlueprintStore>;
159
- chrome: ReturnType<typeof useChromeBlueprintStore>;
160
153
  }) => any;
161
154
  };
162
155
  };
@@ -38,5 +38,7 @@ export declare namespace FeaturesLocalization {
38
38
  Deactivating: string;
39
39
  Deactivate: string;
40
40
  ConsentCompletedWaitingActivation: string;
41
+ ConsentLinkWaitingMessage: string;
42
+ InstructingRevisitAzureAdPermissionsSettings: string;
41
43
  }
42
44
  }
@@ -2,5 +2,5 @@ export declare const MediaGallerySelectorStyles: {
2
2
  cardWrapper: string;
3
3
  cardWrapperSelected: (dark: boolean) => string;
4
4
  wrapper: string;
5
- deleteButton: string;
5
+ deleteButton: (dark: boolean) => string;
6
6
  };
@@ -5,7 +5,6 @@ import { BaseProviderImageHandler } from "@omnia/fx/stores";
5
5
  */
6
6
  export declare class ExampleProviderHandler extends BaseProviderImageHandler {
7
7
  search(): Promise<ImageItem[]>;
8
- searchMore(): Promise<any[]>;
9
8
  }
10
9
  declare const _default: {
11
10
  new (...args: any[]): import("vue").CreateComponentPublicInstance<Readonly<import("vue").ExtractPropTypes<{}>>, () => JSX.Element, {}, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {}, import("vue").VNodeProps & import("vue").AllowedComponentProps & import("vue").ComponentCustomProps & Readonly<import("vue").ExtractPropTypes<{}>>, {}, true, {}, {}, {
@@ -3,7 +3,6 @@ import { BaseProviderImageHandler } from "@omnia/fx/stores";
3
3
  export declare class BingProviderHandler extends BaseProviderImageHandler {
4
4
  private bingImageService;
5
5
  state: any;
6
- search(searchText: string): Promise<ImageItem[]>;
7
- searchMore(searchText: string, offset: number): Promise<ImageItem[]>;
6
+ search(searchText: string, offset?: number): Promise<ImageItem[]>;
8
7
  bindState(state: any): void;
9
8
  }
@@ -4,6 +4,7 @@ export declare const mediaPickerMyComputerProvider: () => {
4
4
  category: string;
5
5
  name: string;
6
6
  icon: FontAwesomeIcon;
7
+ sortOrder: number;
7
8
  providerComponentManifestId: import("@omnia/fx-models").Guid;
8
9
  selectableMediaTypes: MediaPickerEnums.OmniaMediaTypes.Image[];
9
10
  supportGalleryFeature: true;
@@ -6,10 +6,10 @@ declare const _default: {
6
6
  type: import("vue").PropType<boolean>;
7
7
  };
8
8
  "color-type": {
9
- type: import("vue").PropType<"base" | "onBase" | "container" | "onContainer">;
9
+ type: import("vue").PropType<"container" | "base" | "onBase" | "onContainer">;
10
10
  };
11
11
  colorType: {
12
- type: import("vue").PropType<"base" | "onBase" | "container" | "onContainer">;
12
+ type: import("vue").PropType<"container" | "base" | "onBase" | "onContainer">;
13
13
  };
14
14
  size: {
15
15
  type: import("vue").PropType<"small" | "default" | "large" | "x-large" | "x-small">;
@@ -40,10 +40,10 @@ declare const _default: {
40
40
  type: import("vue").PropType<boolean>;
41
41
  };
42
42
  "color-type": {
43
- type: import("vue").PropType<"base" | "onBase" | "container" | "onContainer">;
43
+ type: import("vue").PropType<"container" | "base" | "onBase" | "onContainer">;
44
44
  };
45
45
  colorType: {
46
- type: import("vue").PropType<"base" | "onBase" | "container" | "onContainer">;
46
+ type: import("vue").PropType<"container" | "base" | "onBase" | "onContainer">;
47
47
  };
48
48
  size: {
49
49
  type: import("vue").PropType<"small" | "default" | "large" | "x-large" | "x-small">;
@@ -85,10 +85,10 @@ declare const _default: {
85
85
  type: import("vue").PropType<boolean>;
86
86
  };
87
87
  "color-type": {
88
- type: import("vue").PropType<"base" | "onBase" | "container" | "onContainer">;
88
+ type: import("vue").PropType<"container" | "base" | "onBase" | "onContainer">;
89
89
  };
90
90
  colorType: {
91
- type: import("vue").PropType<"base" | "onBase" | "container" | "onContainer">;
91
+ type: import("vue").PropType<"container" | "base" | "onBase" | "onContainer">;
92
92
  };
93
93
  size: {
94
94
  type: import("vue").PropType<"small" | "default" | "large" | "x-large" | "x-small">;
@@ -127,10 +127,10 @@ declare const _default: {
127
127
  type: import("vue").PropType<boolean>;
128
128
  };
129
129
  "color-type": {
130
- type: import("vue").PropType<"base" | "onBase" | "container" | "onContainer">;
130
+ type: import("vue").PropType<"container" | "base" | "onBase" | "onContainer">;
131
131
  };
132
132
  colorType: {
133
- type: import("vue").PropType<"base" | "onBase" | "container" | "onContainer">;
133
+ type: import("vue").PropType<"container" | "base" | "onBase" | "onContainer">;
134
134
  };
135
135
  size: {
136
136
  type: import("vue").PropType<"small" | "default" | "large" | "x-large" | "x-small">;
@@ -167,10 +167,10 @@ declare const _default: {
167
167
  color?: string;
168
168
  class?: String | String[];
169
169
  size?: "small" | "default" | "large" | "x-large" | "x-small";
170
- colorType?: "base" | "onBase" | "container" | "onContainer";
170
+ colorType?: "container" | "base" | "onBase" | "onContainer";
171
171
  toned?: boolean;
172
172
  gradient?: boolean;
173
- "color-type"?: "base" | "onBase" | "container" | "onContainer";
173
+ "color-type"?: "container" | "base" | "onBase" | "onContainer";
174
174
  }>, never>;
175
175
  };
176
176
  export default _default;
@@ -529,8 +529,8 @@ declare const _default: {
529
529
  tooltip?: ButtonTooltipOptions;
530
530
  active?: boolean;
531
531
  disabled?: boolean;
532
- toned?: boolean;
533
532
  blueprint?: ButtonBlueprint;
533
+ toned?: boolean;
534
534
  variant?: "primary" | "default" | "menu" | "opacity" | "toolbar" | "dial" | "slim";
535
535
  grouped?: boolean;
536
536
  loading?: boolean;