@omnia/fx 8.0.127-dev → 8.0.128-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 (89) hide show
  1. package/internal-do-not-import-from-here/services/identities/GroupService.d.ts +3 -1
  2. package/internal-do-not-import-from-here/services/identities/UserService.d.ts +3 -2
  3. package/internal-do-not-import-from-here/shared/models/theming/Blueprints.d.ts +0 -6
  4. package/internal-do-not-import-from-here/shared/models/theming/ThemeDefinitionV2.d.ts +6 -4
  5. package/internal-do-not-import-from-here/shared/models/theming/UseThemeMethods.d.ts +0 -2
  6. package/internal-do-not-import-from-here/shared/models/theming/UseThemeMethods.js +0 -4
  7. package/internal-do-not-import-from-here/ux/blueprintpickers/buttonstylepicker/ButtonBlueprintsViewer.d.ts +3 -3
  8. package/internal-do-not-import-from-here/ux/blueprintpickers/chromepicker/ChromeBlueprintsPicker.css.d.ts +4 -0
  9. package/internal-do-not-import-from-here/ux/blueprintpickers/chromepicker/ChromeBlueprintsPicker.d.ts +364 -0
  10. package/internal-do-not-import-from-here/ux/blueprintpickers/chromepicker/ChromeBlueprintsViewer.d.ts +3 -3
  11. package/internal-do-not-import-from-here/ux/blueprintpickers/componentblueprints/ComponentBlueprintsViewer.d.ts +3 -3
  12. package/internal-do-not-import-from-here/ux/blueprintpickers/tabstylepicker/TabBlueprintsViewer.d.ts +3 -3
  13. package/internal-do-not-import-from-here/ux/colorpickerV2/ColorPicker.d.ts +1 -1
  14. package/internal-do-not-import-from-here/ux/docs/chrome/SampleViewer.d.ts +1 -1
  15. package/internal-do-not-import-from-here/ux/fillpicker/FillPicker.d.ts +3 -3
  16. package/internal-do-not-import-from-here/ux/identitypicker/IdentityPicker.d.ts +26 -0
  17. package/internal-do-not-import-from-here/ux/identitypicker/IdentityPickerDialog.d.ts +26 -0
  18. package/internal-do-not-import-from-here/ux/identitypicker/IdentityPickerField.d.ts +26 -0
  19. package/internal-do-not-import-from-here/ux/markdown/MarkdownEditor.d.ts +1 -1
  20. package/internal-do-not-import-from-here/ux/oxide/appbar/Appbar.d.ts +9 -9
  21. package/internal-do-not-import-from-here/ux/oxide/avatar/Avatar.d.ts +2 -2
  22. package/internal-do-not-import-from-here/ux/oxide/btn/Button.d.ts +1 -1
  23. package/internal-do-not-import-from-here/ux/oxide/btngroup/ButtonGroup.d.ts +1 -1
  24. package/internal-do-not-import-from-here/ux/oxide/card/Card.d.ts +1 -1
  25. package/internal-do-not-import-from-here/ux/oxide/chip/Chip.d.ts +1 -1
  26. package/internal-do-not-import-from-here/ux/oxide/column/ColumnGrid.d.ts +1 -1
  27. package/internal-do-not-import-from-here/ux/oxide/datatable/DataTable.css.d.ts +3661 -10
  28. package/internal-do-not-import-from-here/ux/oxide/datatable/DataTable.d.ts +7322 -20
  29. package/internal-do-not-import-from-here/ux/oxide/divider/Divider.d.ts +1 -1
  30. package/internal-do-not-import-from-here/ux/oxide/expansionpanel/ExpansionPanel.d.ts +1 -1
  31. package/internal-do-not-import-from-here/ux/oxide/expansionpanel/ExpansionPanels.d.ts +1 -1
  32. package/internal-do-not-import-from-here/ux/oxide/icon/Icon.d.ts +2 -2
  33. package/internal-do-not-import-from-here/ux/oxide/link/Link.d.ts +1 -1
  34. package/internal-do-not-import-from-here/ux/oxide/list/List.d.ts +1 -1
  35. package/internal-do-not-import-from-here/ux/oxide/navigationdrawer/NavigationDrawer.d.ts +1 -1
  36. package/internal-do-not-import-from-here/ux/oxide/notification/Notification.d.ts +1 -1
  37. package/internal-do-not-import-from-here/ux/oxide/panel/Panel.d.ts +1 -1
  38. package/internal-do-not-import-from-here/ux/oxide/select/Select.d.ts +7325 -23
  39. package/internal-do-not-import-from-here/ux/oxide/tab/Tabs.d.ts +1 -1
  40. package/internal-do-not-import-from-here/ux/oxide/text/Text.d.ts +2 -2
  41. package/internal-do-not-import-from-here/ux/oxide/textarea/TextArea.d.ts +1 -1
  42. package/internal-do-not-import-from-here/ux/oxide/textfield/TextField.d.ts +1 -1
  43. package/internal-do-not-import-from-here/ux/oxide/toolbar/Toolbar.d.ts +1 -1
  44. package/internal-do-not-import-from-here/ux/theming-v2/designkits/core/BlueprintsTemplates.d.ts +32 -1
  45. package/internal-do-not-import-from-here/ux/theming-v2/designkits/core/ColorManager.d.ts +7 -0
  46. package/internal-do-not-import-from-here/ux/theming-v2/designkits/core/ColorSchemaManager.d.ts +12 -0
  47. package/internal-do-not-import-from-here/ux/theming-v2/designkits/core/ThemeDefinitionInstance.d.ts +21 -2
  48. package/internal-do-not-import-from-here/ux/theming-v2/designkits/core/ThemeRegistrations.d.ts +1 -0
  49. package/internal-do-not-import-from-here/ux/theming-v2/designkits/documentation/themes/BlueprintsTypography.d.ts +99 -3
  50. package/internal-do-not-import-from-here/ux/theming-v2/designkits/editor/themes/BlueprintsTypography.d.ts +159 -3
  51. package/internal-do-not-import-from-here/ux/theming-v2/store/BlueprintTemplatesStore.d.ts +13 -1
  52. package/internal-do-not-import-from-here/ux/theming-v2/store/ChromeBlueprintStore.d.ts +3668 -16
  53. package/internal-do-not-import-from-here/ux/theming-v2/store/ColorSchemaStore.d.ts +3661 -9
  54. package/internal-do-not-import-from-here/ux/theming-v2/store/ComponentBlueprintStore.d.ts +3667 -15
  55. package/internal-do-not-import-from-here/ux/theming-v2/store/SpacingBlueprintStore.d.ts +3666 -14
  56. package/internal-do-not-import-from-here/ux/theming-v2/store/ThemeContextStore.d.ts +0 -9
  57. package/internal-do-not-import-from-here/ux/theming-v2/store/ThemeStoreV2.d.ts +5 -6
  58. package/internal-do-not-import-from-here/ux/theming-v2/store/TypographyBlueprintStore.d.ts +3670 -18
  59. package/internal-do-not-import-from-here/ux/theming-v2/store/index.d.ts +0 -2
  60. package/internal-do-not-import-from-here/ux/theming-v2/styling/UseStyling.d.ts +36610 -100
  61. package/internal-do-not-import-from-here/ux/theming-v2/themepicker/ThemeEditor.d.ts +77 -0
  62. package/internal-do-not-import-from-here/ux/use/UseColorSchemaSetup.d.ts +3661 -10
  63. package/internal-do-not-import-from-here/ux/velcron/core/stores/VelcronColorSchema.d.ts +1 -1
  64. package/internal-do-not-import-from-here/ux/velcron/core/stores/VelcronTheming.d.ts +3 -3
  65. package/internal-do-not-import-from-here/ux/velcron/editor/components/ContainerRenderer.d.ts +1 -1
  66. package/internal-do-not-import-from-here/wctypings.d.ts +23 -1
  67. package/package.json +2 -2
  68. package/internal-do-not-import-from-here/ux/theming-v2/designkits/default/themes/BlueprintsChrome.d.ts +0 -12
  69. package/internal-do-not-import-from-here/ux/theming-v2/designkits/default/themes/BlueprintsComponents.d.ts +0 -22
  70. package/internal-do-not-import-from-here/ux/theming-v2/designkits/default/themes/BlueprintsSpacing.d.ts +0 -20
  71. package/internal-do-not-import-from-here/ux/theming-v2/designkits/default/themes/BlueprintsTypography.d.ts +0 -27
  72. package/internal-do-not-import-from-here/ux/theming-v2/designkits/default/themes/DefinitionsComponents.d.ts +0 -0
  73. package/internal-do-not-import-from-here/ux/theming-v2/designkits/default/themes/DefinitionsSpacing.d.ts +0 -28
  74. package/internal-do-not-import-from-here/ux/theming-v2/designkits/documentation/themes/BlueprintsChrome.d.ts +0 -8
  75. package/internal-do-not-import-from-here/ux/theming-v2/designkits/documentation/themes/BlueprintsComponents.d.ts +0 -8
  76. package/internal-do-not-import-from-here/ux/theming-v2/designkits/documentation/themes/BlueprintsSpacing.d.ts +0 -11
  77. package/internal-do-not-import-from-here/ux/theming-v2/designkits/documentation/themes/DefinitionsComponents.d.ts +0 -0
  78. package/internal-do-not-import-from-here/ux/theming-v2/designkits/documentation/themes/DefinitionsSpacing.d.ts +0 -19
  79. package/internal-do-not-import-from-here/ux/theming-v2/designkits/documentation/themes/DefinitionsTypography.d.ts +0 -98
  80. package/internal-do-not-import-from-here/ux/theming-v2/designkits/editor/themes/BlueprintsChrome.d.ts +0 -11
  81. package/internal-do-not-import-from-here/ux/theming-v2/designkits/editor/themes/BlueprintsComponents.d.ts +0 -8
  82. package/internal-do-not-import-from-here/ux/theming-v2/designkits/editor/themes/BlueprintsSpacing.d.ts +0 -11
  83. package/internal-do-not-import-from-here/ux/theming-v2/designkits/editor/themes/DefinitionsComponents.d.ts +0 -0
  84. package/internal-do-not-import-from-here/ux/theming-v2/designkits/editor/themes/DefinitionsSpacing.d.ts +0 -19
  85. package/internal-do-not-import-from-here/ux/theming-v2/designkits/editor/themes/DefinitionsTypography.d.ts +0 -158
  86. package/internal-do-not-import-from-here/ux/theming-v2/store/TypographyDefinitionStore.d.ts +0 -29
  87. package/internal-do-not-import-from-here/ux/theming-v2/designkits/{default/themes/DefinitionsTypography.d.ts → core/TypographyBlueprints.d.ts} +0 -0
  88. package/internal-do-not-import-from-here/ux/theming-v2/{themedefinitionpicker/ThemeDefinitionPicker.css.d.ts → themepicker/ThemePicker.css.d.ts} +0 -0
  89. package/internal-do-not-import-from-here/ux/theming-v2/{themedefinitionpicker/ThemeDefinitionPicker.d.ts → themepicker/ThemePicker.d.ts} +1 -1
@@ -1,4 +1,4 @@
1
- import { ResolvedGroupIdentity, GroupIdentity, GroupIdentityAddOrUpdateRequest, Identity, GroupMembershipUpdateRequest, GroupManagementQuery, ArchiveIdentityManagementQuery } from "../../models";
1
+ import { ResolvedGroupIdentity, GroupIdentity, GroupIdentityAddOrUpdateRequest, Identity, GroupMembershipUpdateRequest, GroupManagementQuery, ArchiveIdentityManagementQuery, GroupIdentityAddOrUpdateWithMembershipRequest, GroupIdentityAddOrUpdateWithMembershipResponse } from "../../models";
2
2
  export declare class GroupService {
3
3
  private httpClient;
4
4
  getAll: (query: GroupManagementQuery) => Promise<{
@@ -16,4 +16,6 @@ export declare class GroupService {
16
16
  }>;
17
17
  restore: (identity: GroupIdentity) => Promise<void>;
18
18
  purge: (identity: GroupIdentity) => Promise<void>;
19
+ addorupdatewithmembership: (request: GroupIdentityAddOrUpdateWithMembershipRequest) => Promise<GroupIdentityAddOrUpdateWithMembershipResponse>;
20
+ checkCurrentUserIsGroupOwner: (identity: GroupIdentity) => Promise<boolean>;
19
21
  }
@@ -1,4 +1,4 @@
1
- import { ResolvedUserIdentity, UserIdentity, UserIdentityAddRequest, PropertyValueBinding, PropertyDefinition, Guid, UserManagementQuery, ArchiveIdentityManagementQuery, TemplateFileSettings, TemplateFileData, BulkImportFileValidation, BulkImportUsersTasks, GuidValue, UserAuthenticationInformation, UserAddWithAuthInfoReponse } from "../../models";
1
+ import { ArchiveIdentityManagementQuery, BulkImportFileValidation, BulkImportUsersTasks, Guid, GuidValue, Identity, PropertyDefinition, PropertyValueBinding, ResolvedUserIdentity, ScopeTypes, TemplateFileData, TemplateFileSettings, UserAddWithAuthInfoReponse, UserAuthenticationInformation, UserIdentity, UserIdentityAddRequest, UserManagementQuery } from "../../models";
2
2
  export declare class UserService {
3
3
  private httpClient;
4
4
  getAll: (query: UserManagementQuery) => Promise<{
@@ -19,7 +19,8 @@ export declare class UserService {
19
19
  getBulkImportTemplateFileData: (templateFileSettings: TemplateFileSettings) => Promise<TemplateFileData>;
20
20
  uploadBulkImportUsersFile: (file: File) => Promise<void>;
21
21
  preValidateBulkImportFile: (file: File) => Promise<BulkImportFileValidation>;
22
- getUserImportTasks: (ownerId: string) => Promise<BulkImportUsersTasks[]>;
22
+ getUserImportTasks: (businessProfileId: string) => Promise<BulkImportUsersTasks[]>;
23
23
  getUserImportTaskDetails: (id: GuidValue) => Promise<BulkImportUsersTasks>;
24
24
  ensureAzureAdUserByUsername(username: string): Promise<UserIdentity>;
25
+ changeScope: (users: Array<Identity>, scopeType: ScopeTypes, scope: string) => Promise<void>;
25
26
  }
@@ -5,31 +5,25 @@ import { TypographyValue } from "./Typography";
5
5
  export interface BoxDimensions extends Spacing {
6
6
  }
7
7
  import { TypographyBlueprint } from "./Typography";
8
- export type BlueprintType = "chrome" | "typography" | "spacing" | "component";
9
8
  export interface Blueprints {
10
- type: BlueprintType;
11
9
  name?: string;
12
10
  }
13
11
  export type BlueprintVariant = "primary" | "secondary" | "variant1" | "variant2" | "variant3";
14
12
  export type ButtonBlueprintType = "text" | "icon";
15
13
  export interface ChromeBlueprints extends Blueprints {
16
- type: "chrome";
17
14
  primary: ChromeBlueprint;
18
15
  variant1?: ChromeBlueprint;
19
16
  variant2?: ChromeBlueprint;
20
17
  variant3?: ChromeBlueprint;
21
18
  }
22
19
  export interface TypographyBlueprints extends Blueprints {
23
- type: "typography";
24
20
  primary: TypographyBlueprint;
25
21
  }
26
22
  export interface SpacingBlueprints extends Blueprints {
27
- type: "spacing";
28
23
  primary: SpacingBlueprint;
29
24
  }
30
25
  export type ButtonTypes = "primary" | "basic" | "accent1" | "warn" | "disabled" | "link";
31
26
  export interface ComponentBlueprints extends Blueprints {
32
- type: "component";
33
27
  buttons?: {
34
28
  text?: {
35
29
  primary?: ButtonBlueprint;
@@ -1,5 +1,5 @@
1
1
  import { Guid } from "../Guid";
2
- import { Blueprints, BoxDimensions } from "./Blueprints";
2
+ import { BoxDimensions, ChromeBlueprints, ComponentBlueprints, SpacingBlueprints, TypographyBlueprints } from "./Blueprints";
3
3
  export interface ColorTypeResult<resultType> {
4
4
  base: resultType;
5
5
  baseTone: resultType;
@@ -41,10 +41,12 @@ export interface ColorSchemas {
41
41
  }
42
42
  export interface ThemeDefinitionV2 {
43
43
  id: Guid;
44
- name: string;
45
- dark: boolean;
44
+ name?: string;
46
45
  colors: ColorSchemas;
47
- blueprints: Blueprints[];
46
+ typography: TypographyBlueprints;
47
+ spacing: SpacingBlueprints;
48
+ chrome: ChromeBlueprints;
49
+ components: ComponentBlueprints;
48
50
  }
49
51
  export type ColorSchemaType = keyof typeof ColorSchemaTypes;
50
52
  export declare enum ColorSchemaTypes {
@@ -1,8 +1,6 @@
1
1
  import { ColorDefinition, ColorSchema, ColorSchemaType, ColorSchemaTypes, ColorType, ColorTypes } from "./ThemeDefinitionV2";
2
- import { Blueprints, BlueprintType } from "./Blueprints";
3
2
  export declare function useThemeMethods(getThemeDefinition: () => any): {
4
3
  colorSchema: (colorSchemaType: ColorSchemaTypes | ColorSchemaType) => ColorSchema;
5
- bluePrintbyType: <TType extends Blueprints>(type: BlueprintType) => TType;
6
4
  color: (colorSchemaType: ColorSchemaTypes | ColorSchemaType, colorType: ColorTypes | ColorType) => string;
7
5
  colorDefinition: (colorSchemaType: ColorSchemaTypes | ColorSchemaType, colorType: ColorTypes | ColorType) => ColorDefinition;
8
6
  complementaryColorType: (colorType: ColorTypes | ColorType) => ColorTypes;
@@ -5,9 +5,6 @@ exports.useThemeMethods = void 0;
5
5
  const ThemeDefinitionV2_1 = require("./ThemeDefinitionV2");
6
6
  // temp change ThemeDefinitionInstance to any because fx/shared can't reference higher level fx/ux
7
7
  function useThemeMethods(getThemeDefinition) {
8
- function bluePrintbyType(type) {
9
- return getThemeDefinition().blueprints.find(x => x.type === type);
10
- }
11
8
  function colorSchema(colorSchemaType) {
12
9
  if (colorSchemaType === ThemeDefinitionV2_1.ColorSchemaTypes.primary) {
13
10
  return getThemeDefinition().colors.primary;
@@ -92,7 +89,6 @@ function useThemeMethods(getThemeDefinition) {
92
89
  }
93
90
  return {
94
91
  colorSchema,
95
- bluePrintbyType,
96
92
  color,
97
93
  colorDefinition,
98
94
  complementaryColorType,
@@ -9,11 +9,11 @@ declare const _default: (props: {
9
9
  toned?: boolean;
10
10
  } & Omit<{
11
11
  "onClick:select"?: (type: ButtonBlueprintType, buttonType: ButtonTypes) => any;
12
- }, "v-model" | "onUpdate:modelValue" | "modelValue" | "toned"> & {
12
+ }, "toned" | "v-model" | "onUpdate:modelValue" | "modelValue"> & {
13
13
  "v-slots"?: {
14
14
  default?: import("vue").Slot;
15
15
  };
16
- } & Omit<import("@omnia/fx/ux").VueComponentBaseProps, "v-model" | "onUpdate:modelValue" | "modelValue" | "toned">) => {
16
+ } & Omit<import("@omnia/fx/ux").VueComponentBaseProps, "toned" | "v-model" | "onUpdate:modelValue" | "modelValue">) => {
17
17
  $: import("vue").ComponentInternalInstance;
18
18
  $data: {};
19
19
  $props: {};
@@ -65,7 +65,7 @@ declare const _default: (props: {
65
65
  };
66
66
  } & {
67
67
  "onClick:select"?: (type: ButtonBlueprintType, buttonType: ButtonTypes) => any;
68
- } & Omit<import("@omnia/fx/ux").VueComponentBaseProps, "v-model" | "onUpdate:modelValue" | "modelValue" | "toned">;
68
+ } & Omit<import("@omnia/fx/ux").VueComponentBaseProps, "toned" | "v-model" | "onUpdate:modelValue" | "modelValue">;
69
69
  } & import("vue").VNode<import("vue").RendererNode, import("vue").RendererElement, {
70
70
  [key: string]: any;
71
71
  }>;
@@ -0,0 +1,4 @@
1
+ export declare const ChromeBlueprintsPickerStyles: {
2
+ selector: (dark: boolean) => string;
3
+ container: string;
4
+ };
@@ -0,0 +1,364 @@
1
+ import { ChromeBlueprints } from "@omnia/fx-models";
2
+ declare const _default: {
3
+ new (...args: any[]): import("vue").CreateComponentPublicInstance<Readonly<import("vue").ExtractPropTypes<{
4
+ "onUpdate:modelValue": {
5
+ type: import("vue").PropType<(value: ChromeBlueprints) => any>;
6
+ };
7
+ "v-model": {
8
+ type: import("vue").PropType<ChromeBlueprints>;
9
+ required: false;
10
+ };
11
+ modelValue: {
12
+ type: import("vue").PropType<ChromeBlueprints>;
13
+ required: false;
14
+ };
15
+ name: <TName extends string>(n?: TName) => { [key in import("../../DefineVueTypings").VModelEmitsInJsxElement<TName>]: {
16
+ type: import("vue").PropType<(value: ChromeBlueprints) => any>;
17
+ }; } & { [key_1 in import("../../DefineVueTypings").VModelKeyNameInJsxElement<TName>]: {
18
+ type: import("vue").PropType<ChromeBlueprints>;
19
+ required: false;
20
+ }; } & { [key_2 in import("../../DefineVueTypings").VModelKeyNameInProps<TName>]: {
21
+ type: import("vue").PropType<ChromeBlueprints>;
22
+ required: false;
23
+ }; } & {
24
+ require(): import("../../DefineVueTypings").DefinePropModelRequire<TName, ChromeBlueprints, {
25
+ "onUpdate:modelValue": {
26
+ type: import("vue").PropType<(value: ChromeBlueprints) => any>;
27
+ };
28
+ } & {
29
+ "v-model": {
30
+ type: import("vue").PropType<ChromeBlueprints>;
31
+ required: false;
32
+ };
33
+ } & {
34
+ modelValue: {
35
+ type: import("vue").PropType<ChromeBlueprints>;
36
+ required: false;
37
+ };
38
+ }>;
39
+ defaultValue(value?: ChromeBlueprints): import("../../DefineVueTypings").DefinePropModelDefaultValue<TName, ChromeBlueprints, {
40
+ "onUpdate:modelValue": {
41
+ type: import("vue").PropType<(value: ChromeBlueprints) => any>;
42
+ };
43
+ } & {
44
+ "v-model": {
45
+ type: import("vue").PropType<ChromeBlueprints>;
46
+ required: false;
47
+ };
48
+ } & {
49
+ modelValue: {
50
+ type: import("vue").PropType<ChromeBlueprints>;
51
+ required: false;
52
+ };
53
+ }, false>;
54
+ doc$(description?: string): import("../../DefineVueTypings").DefinePropModelDoc<TName, ChromeBlueprints, {
55
+ "onUpdate:modelValue": {
56
+ type: import("vue").PropType<(value: ChromeBlueprints) => any>;
57
+ };
58
+ } & {
59
+ "v-model": {
60
+ type: import("vue").PropType<ChromeBlueprints>;
61
+ required: false;
62
+ };
63
+ } & {
64
+ modelValue: {
65
+ type: import("vue").PropType<ChromeBlueprints>;
66
+ required: false;
67
+ };
68
+ }>;
69
+ };
70
+ }>> & {
71
+ "onUpdate:modelValue"?: (value: ChromeBlueprints) => any;
72
+ }, () => JSX.Element, unknown, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {
73
+ "update:modelValue": (value: ChromeBlueprints) => any;
74
+ }, import("vue").VNodeProps & import("vue").AllowedComponentProps & import("vue").ComponentCustomProps & Readonly<import("vue").ExtractPropTypes<{
75
+ "onUpdate:modelValue": {
76
+ type: import("vue").PropType<(value: ChromeBlueprints) => any>;
77
+ };
78
+ "v-model": {
79
+ type: import("vue").PropType<ChromeBlueprints>;
80
+ required: false;
81
+ };
82
+ modelValue: {
83
+ type: import("vue").PropType<ChromeBlueprints>;
84
+ required: false;
85
+ };
86
+ name: <TName extends string>(n?: TName) => { [key in import("../../DefineVueTypings").VModelEmitsInJsxElement<TName>]: {
87
+ type: import("vue").PropType<(value: ChromeBlueprints) => any>;
88
+ }; } & { [key_1 in import("../../DefineVueTypings").VModelKeyNameInJsxElement<TName>]: {
89
+ type: import("vue").PropType<ChromeBlueprints>;
90
+ required: false;
91
+ }; } & { [key_2 in import("../../DefineVueTypings").VModelKeyNameInProps<TName>]: {
92
+ type: import("vue").PropType<ChromeBlueprints>;
93
+ required: false;
94
+ }; } & {
95
+ require(): import("../../DefineVueTypings").DefinePropModelRequire<TName, ChromeBlueprints, {
96
+ "onUpdate:modelValue": {
97
+ type: import("vue").PropType<(value: ChromeBlueprints) => any>;
98
+ };
99
+ } & {
100
+ "v-model": {
101
+ type: import("vue").PropType<ChromeBlueprints>;
102
+ required: false;
103
+ };
104
+ } & {
105
+ modelValue: {
106
+ type: import("vue").PropType<ChromeBlueprints>;
107
+ required: false;
108
+ };
109
+ }>;
110
+ defaultValue(value?: ChromeBlueprints): import("../../DefineVueTypings").DefinePropModelDefaultValue<TName, ChromeBlueprints, {
111
+ "onUpdate:modelValue": {
112
+ type: import("vue").PropType<(value: ChromeBlueprints) => any>;
113
+ };
114
+ } & {
115
+ "v-model": {
116
+ type: import("vue").PropType<ChromeBlueprints>;
117
+ required: false;
118
+ };
119
+ } & {
120
+ modelValue: {
121
+ type: import("vue").PropType<ChromeBlueprints>;
122
+ required: false;
123
+ };
124
+ }, false>;
125
+ doc$(description?: string): import("../../DefineVueTypings").DefinePropModelDoc<TName, ChromeBlueprints, {
126
+ "onUpdate:modelValue": {
127
+ type: import("vue").PropType<(value: ChromeBlueprints) => any>;
128
+ };
129
+ } & {
130
+ "v-model": {
131
+ type: import("vue").PropType<ChromeBlueprints>;
132
+ required: false;
133
+ };
134
+ } & {
135
+ modelValue: {
136
+ type: import("vue").PropType<ChromeBlueprints>;
137
+ required: false;
138
+ };
139
+ }>;
140
+ };
141
+ }>> & {
142
+ "onUpdate:modelValue"?: (value: ChromeBlueprints) => any;
143
+ }, {}, true, {}, {}, {
144
+ P: {};
145
+ B: {};
146
+ D: {};
147
+ C: {};
148
+ M: {};
149
+ Defaults: {};
150
+ }, Readonly<import("vue").ExtractPropTypes<{
151
+ "onUpdate:modelValue": {
152
+ type: import("vue").PropType<(value: ChromeBlueprints) => any>;
153
+ };
154
+ "v-model": {
155
+ type: import("vue").PropType<ChromeBlueprints>;
156
+ required: false;
157
+ };
158
+ modelValue: {
159
+ type: import("vue").PropType<ChromeBlueprints>;
160
+ required: false;
161
+ };
162
+ name: <TName extends string>(n?: TName) => { [key in import("../../DefineVueTypings").VModelEmitsInJsxElement<TName>]: {
163
+ type: import("vue").PropType<(value: ChromeBlueprints) => any>;
164
+ }; } & { [key_1 in import("../../DefineVueTypings").VModelKeyNameInJsxElement<TName>]: {
165
+ type: import("vue").PropType<ChromeBlueprints>;
166
+ required: false;
167
+ }; } & { [key_2 in import("../../DefineVueTypings").VModelKeyNameInProps<TName>]: {
168
+ type: import("vue").PropType<ChromeBlueprints>;
169
+ required: false;
170
+ }; } & {
171
+ require(): import("../../DefineVueTypings").DefinePropModelRequire<TName, ChromeBlueprints, {
172
+ "onUpdate:modelValue": {
173
+ type: import("vue").PropType<(value: ChromeBlueprints) => any>;
174
+ };
175
+ } & {
176
+ "v-model": {
177
+ type: import("vue").PropType<ChromeBlueprints>;
178
+ required: false;
179
+ };
180
+ } & {
181
+ modelValue: {
182
+ type: import("vue").PropType<ChromeBlueprints>;
183
+ required: false;
184
+ };
185
+ }>;
186
+ defaultValue(value?: ChromeBlueprints): import("../../DefineVueTypings").DefinePropModelDefaultValue<TName, ChromeBlueprints, {
187
+ "onUpdate:modelValue": {
188
+ type: import("vue").PropType<(value: ChromeBlueprints) => any>;
189
+ };
190
+ } & {
191
+ "v-model": {
192
+ type: import("vue").PropType<ChromeBlueprints>;
193
+ required: false;
194
+ };
195
+ } & {
196
+ modelValue: {
197
+ type: import("vue").PropType<ChromeBlueprints>;
198
+ required: false;
199
+ };
200
+ }, false>;
201
+ doc$(description?: string): import("../../DefineVueTypings").DefinePropModelDoc<TName, ChromeBlueprints, {
202
+ "onUpdate:modelValue": {
203
+ type: import("vue").PropType<(value: ChromeBlueprints) => any>;
204
+ };
205
+ } & {
206
+ "v-model": {
207
+ type: import("vue").PropType<ChromeBlueprints>;
208
+ required: false;
209
+ };
210
+ } & {
211
+ modelValue: {
212
+ type: import("vue").PropType<ChromeBlueprints>;
213
+ required: false;
214
+ };
215
+ }>;
216
+ };
217
+ }>> & {
218
+ "onUpdate:modelValue"?: (value: ChromeBlueprints) => any;
219
+ }, () => JSX.Element, {}, {}, {}, {}>;
220
+ __isFragment?: never;
221
+ __isTeleport?: never;
222
+ __isSuspense?: never;
223
+ } & import("vue").ComponentOptionsBase<Readonly<import("vue").ExtractPropTypes<{
224
+ "onUpdate:modelValue": {
225
+ type: import("vue").PropType<(value: ChromeBlueprints) => any>;
226
+ };
227
+ "v-model": {
228
+ type: import("vue").PropType<ChromeBlueprints>;
229
+ required: false;
230
+ };
231
+ modelValue: {
232
+ type: import("vue").PropType<ChromeBlueprints>;
233
+ required: false;
234
+ };
235
+ name: <TName extends string>(n?: TName) => { [key in import("../../DefineVueTypings").VModelEmitsInJsxElement<TName>]: {
236
+ type: import("vue").PropType<(value: ChromeBlueprints) => any>;
237
+ }; } & { [key_1 in import("../../DefineVueTypings").VModelKeyNameInJsxElement<TName>]: {
238
+ type: import("vue").PropType<ChromeBlueprints>;
239
+ required: false;
240
+ }; } & { [key_2 in import("../../DefineVueTypings").VModelKeyNameInProps<TName>]: {
241
+ type: import("vue").PropType<ChromeBlueprints>;
242
+ required: false;
243
+ }; } & {
244
+ require(): import("../../DefineVueTypings").DefinePropModelRequire<TName, ChromeBlueprints, {
245
+ "onUpdate:modelValue": {
246
+ type: import("vue").PropType<(value: ChromeBlueprints) => any>;
247
+ };
248
+ } & {
249
+ "v-model": {
250
+ type: import("vue").PropType<ChromeBlueprints>;
251
+ required: false;
252
+ };
253
+ } & {
254
+ modelValue: {
255
+ type: import("vue").PropType<ChromeBlueprints>;
256
+ required: false;
257
+ };
258
+ }>;
259
+ defaultValue(value?: ChromeBlueprints): import("../../DefineVueTypings").DefinePropModelDefaultValue<TName, ChromeBlueprints, {
260
+ "onUpdate:modelValue": {
261
+ type: import("vue").PropType<(value: ChromeBlueprints) => any>;
262
+ };
263
+ } & {
264
+ "v-model": {
265
+ type: import("vue").PropType<ChromeBlueprints>;
266
+ required: false;
267
+ };
268
+ } & {
269
+ modelValue: {
270
+ type: import("vue").PropType<ChromeBlueprints>;
271
+ required: false;
272
+ };
273
+ }, false>;
274
+ doc$(description?: string): import("../../DefineVueTypings").DefinePropModelDoc<TName, ChromeBlueprints, {
275
+ "onUpdate:modelValue": {
276
+ type: import("vue").PropType<(value: ChromeBlueprints) => any>;
277
+ };
278
+ } & {
279
+ "v-model": {
280
+ type: import("vue").PropType<ChromeBlueprints>;
281
+ required: false;
282
+ };
283
+ } & {
284
+ modelValue: {
285
+ type: import("vue").PropType<ChromeBlueprints>;
286
+ required: false;
287
+ };
288
+ }>;
289
+ };
290
+ }>> & {
291
+ "onUpdate:modelValue"?: (value: ChromeBlueprints) => any;
292
+ }, () => JSX.Element, unknown, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {
293
+ "update:modelValue": (value: ChromeBlueprints) => any;
294
+ }, string, {}, {}, string, {}> & import("vue").VNodeProps & import("vue").AllowedComponentProps & import("vue").ComponentCustomProps & {
295
+ propsDefinition: Omit<Readonly<{} & {
296
+ name?: {
297
+ [x: `onUpdate:${string}`]: {
298
+ type: import("vue").PropType<(value: ChromeBlueprints) => any>;
299
+ };
300
+ } & {
301
+ [x: `v-model:${string}`]: {
302
+ type: import("vue").PropType<ChromeBlueprints>;
303
+ required: false;
304
+ };
305
+ } & {
306
+ [x: string]: {
307
+ type: import("vue").PropType<ChromeBlueprints>;
308
+ required: false;
309
+ };
310
+ } & {
311
+ require(): import("../../DefineVueTypings").DefinePropModelRequire<string, ChromeBlueprints, {
312
+ "onUpdate:modelValue": {
313
+ type: import("vue").PropType<(value: ChromeBlueprints) => any>;
314
+ };
315
+ } & {
316
+ "v-model": {
317
+ type: import("vue").PropType<ChromeBlueprints>;
318
+ required: false;
319
+ };
320
+ } & {
321
+ modelValue: {
322
+ type: import("vue").PropType<ChromeBlueprints>;
323
+ required: false;
324
+ };
325
+ }>;
326
+ defaultValue(value?: ChromeBlueprints): import("../../DefineVueTypings").DefinePropModelDefaultValue<string, ChromeBlueprints, {
327
+ "onUpdate:modelValue": {
328
+ type: import("vue").PropType<(value: ChromeBlueprints) => any>;
329
+ };
330
+ } & {
331
+ "v-model": {
332
+ type: import("vue").PropType<ChromeBlueprints>;
333
+ required: false;
334
+ };
335
+ } & {
336
+ modelValue: {
337
+ type: import("vue").PropType<ChromeBlueprints>;
338
+ required: false;
339
+ };
340
+ }, false>;
341
+ doc$(description?: string): import("../../DefineVueTypings").DefinePropModelDoc<string, ChromeBlueprints, {
342
+ "onUpdate:modelValue": {
343
+ type: import("vue").PropType<(value: ChromeBlueprints) => any>;
344
+ };
345
+ } & {
346
+ "v-model": {
347
+ type: import("vue").PropType<ChromeBlueprints>;
348
+ required: false;
349
+ };
350
+ } & {
351
+ modelValue: {
352
+ type: import("vue").PropType<ChromeBlueprints>;
353
+ required: false;
354
+ };
355
+ }>;
356
+ };
357
+ "v-model"?: ChromeBlueprints;
358
+ "onUpdate:modelValue"?: (value: ChromeBlueprints) => any;
359
+ modelValue?: ChromeBlueprints;
360
+ }>, "onUpdate:modelValue"> & {
361
+ "onUpdate:modelValue"?: (value: ChromeBlueprints) => any;
362
+ };
363
+ };
364
+ export default _default;
@@ -11,11 +11,11 @@ declare const _default: (props: {
11
11
  dynamicColorSchemaType?: "info" | "error" | "primary" | "secondary" | "accent1" | "accent2" | "accent3" | "neutral" | "background" | "dynamic";
12
12
  } & Omit<{
13
13
  "onClick:select"?: (variant: BlueprintVariant) => any;
14
- }, "v-model" | "onUpdate:modelValue" | "modelValue" | "toned" | "dynamicColorSchemaType"> & {
14
+ }, "toned" | "v-model" | "onUpdate:modelValue" | "modelValue" | "dynamicColorSchemaType"> & {
15
15
  "v-slots"?: {
16
16
  default?: import("vue").Slot;
17
17
  };
18
- } & Omit<import("@omnia/fx/ux").VueComponentBaseProps, "v-model" | "onUpdate:modelValue" | "modelValue" | "toned" | "dynamicColorSchemaType">) => {
18
+ } & Omit<import("@omnia/fx/ux").VueComponentBaseProps, "toned" | "v-model" | "onUpdate:modelValue" | "modelValue" | "dynamicColorSchemaType">) => {
19
19
  $: import("vue").ComponentInternalInstance;
20
20
  $data: {};
21
21
  $props: {};
@@ -69,7 +69,7 @@ declare const _default: (props: {
69
69
  };
70
70
  } & {
71
71
  "onClick:select"?: (variant: BlueprintVariant) => any;
72
- } & Omit<import("@omnia/fx/ux").VueComponentBaseProps, "v-model" | "onUpdate:modelValue" | "modelValue" | "toned" | "dynamicColorSchemaType">;
72
+ } & Omit<import("@omnia/fx/ux").VueComponentBaseProps, "toned" | "v-model" | "onUpdate:modelValue" | "modelValue" | "dynamicColorSchemaType">;
73
73
  } & import("vue").VNode<import("vue").RendererNode, import("vue").RendererElement, {
74
74
  [key: string]: any;
75
75
  }>;
@@ -7,11 +7,11 @@ declare const _default: (props: {
7
7
  modelValue?: ComponentBlueprints;
8
8
  } & {
9
9
  toned?: boolean;
10
- } & Omit<{}, "v-model" | "onUpdate:modelValue" | "modelValue" | "toned"> & {
10
+ } & Omit<{}, "toned" | "v-model" | "onUpdate:modelValue" | "modelValue"> & {
11
11
  "v-slots"?: {
12
12
  default?: import("vue").Slot;
13
13
  };
14
- } & Omit<import("@omnia/fx/ux").VueComponentBaseProps, "v-model" | "onUpdate:modelValue" | "modelValue" | "toned">) => {
14
+ } & Omit<import("@omnia/fx/ux").VueComponentBaseProps, "toned" | "v-model" | "onUpdate:modelValue" | "modelValue">) => {
15
15
  $: import("vue").ComponentInternalInstance;
16
16
  $data: {};
17
17
  $props: {};
@@ -61,7 +61,7 @@ declare const _default: (props: {
61
61
  "v-slots"?: {
62
62
  default?: import("vue").Slot;
63
63
  };
64
- } & {} & Omit<import("@omnia/fx/ux").VueComponentBaseProps, "v-model" | "onUpdate:modelValue" | "modelValue" | "toned">;
64
+ } & {} & Omit<import("@omnia/fx/ux").VueComponentBaseProps, "toned" | "v-model" | "onUpdate:modelValue" | "modelValue">;
65
65
  } & import("vue").VNode<import("vue").RendererNode, import("vue").RendererElement, {
66
66
  [key: string]: any;
67
67
  }>;
@@ -11,11 +11,11 @@ declare const _default: (props: {
11
11
  selectable?: boolean;
12
12
  } & Omit<{
13
13
  "onClick:select"?: (variant: BlueprintVariant) => any;
14
- }, "v-model" | "onUpdate:modelValue" | "modelValue" | "toned" | "selectable"> & {
14
+ }, "toned" | "v-model" | "onUpdate:modelValue" | "modelValue" | "selectable"> & {
15
15
  "v-slots"?: {
16
16
  default?: import("vue").Slot;
17
17
  };
18
- } & Omit<import("@omnia/fx/ux").VueComponentBaseProps, "v-model" | "onUpdate:modelValue" | "modelValue" | "toned" | "selectable">) => {
18
+ } & Omit<import("@omnia/fx/ux").VueComponentBaseProps, "toned" | "v-model" | "onUpdate:modelValue" | "modelValue" | "selectable">) => {
19
19
  $: import("vue").ComponentInternalInstance;
20
20
  $data: {};
21
21
  $props: {};
@@ -69,7 +69,7 @@ declare const _default: (props: {
69
69
  };
70
70
  } & {
71
71
  "onClick:select"?: (variant: BlueprintVariant) => any;
72
- } & Omit<import("@omnia/fx/ux").VueComponentBaseProps, "v-model" | "onUpdate:modelValue" | "modelValue" | "toned" | "selectable">;
72
+ } & Omit<import("@omnia/fx/ux").VueComponentBaseProps, "toned" | "v-model" | "onUpdate:modelValue" | "modelValue" | "selectable">;
73
73
  } & import("vue").VNode<import("vue").RendererNode, import("vue").RendererElement, {
74
74
  [key: string]: any;
75
75
  }>;
@@ -541,10 +541,10 @@ declare const _default: {
541
541
  }>;
542
542
  };
543
543
  label?: string;
544
+ toned?: boolean;
544
545
  "v-model"?: ColorValue;
545
546
  "onUpdate:modelValue"?: (value: ColorValue) => any;
546
547
  modelValue?: ColorValue;
547
- toned?: boolean;
548
548
  dynamicColorSchemaType?: "info" | "error" | "primary" | "secondary" | "accent1" | "accent2" | "accent3" | "neutral" | "background" | "dynamic";
549
549
  "dynamic-color-schema-type"?: "info" | "error" | "primary" | "secondary" | "accent1" | "accent2" | "accent3" | "neutral" | "background" | "dynamic";
550
550
  enableDynamicColor?: boolean;
@@ -101,8 +101,8 @@ declare const _default: {
101
101
  }>>, () => JSX.Element, unknown, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {}, string, {}, {}, string, {}> & import("vue").VNodeProps & import("vue").AllowedComponentProps & import("vue").ComponentCustomProps & {
102
102
  propsDefinition: Omit<Readonly<{} & {
103
103
  title?: string;
104
- component?: any;
105
104
  description?: string;
105
+ component?: any;
106
106
  relativeUrl?: string;
107
107
  "relative-url"?: string;
108
108
  }>, never>;
@@ -18,11 +18,11 @@ declare const _default: (props: {
18
18
  enableDynamicColor?: boolean;
19
19
  } & {
20
20
  createNewColorDynamic?: boolean;
21
- } & DefineSlot<"activator", () => VNodeChild> & Omit<{}, "title" | "v-model" | "onUpdate:modelValue" | "modelValue" | "activator" | "colorType" | "dynamicColorSchemaType" | "enableDynamicColor" | "createNewColorDynamic"> & {
21
+ } & DefineSlot<"activator", () => VNodeChild> & Omit<{}, "title" | "colorType" | "v-model" | "onUpdate:modelValue" | "modelValue" | "activator" | "dynamicColorSchemaType" | "enableDynamicColor" | "createNewColorDynamic"> & {
22
22
  "v-slots"?: {
23
23
  default?: import("vue").Slot;
24
24
  };
25
- } & Omit<import("@omnia/fx/ux").VueComponentBaseProps, "title" | "v-model" | "onUpdate:modelValue" | "modelValue" | "activator" | "colorType" | "dynamicColorSchemaType" | "enableDynamicColor" | "createNewColorDynamic">) => {
25
+ } & Omit<import("@omnia/fx/ux").VueComponentBaseProps, "title" | "colorType" | "v-model" | "onUpdate:modelValue" | "modelValue" | "activator" | "dynamicColorSchemaType" | "enableDynamicColor" | "createNewColorDynamic">) => {
26
26
  $: import("vue").ComponentInternalInstance;
27
27
  $data: {};
28
28
  $props: {};
@@ -80,7 +80,7 @@ declare const _default: (props: {
80
80
  "v-slots"?: {
81
81
  default?: import("vue").Slot;
82
82
  };
83
- } & {} & Omit<import("@omnia/fx/ux").VueComponentBaseProps, "title" | "v-model" | "onUpdate:modelValue" | "modelValue" | "activator" | "colorType" | "dynamicColorSchemaType" | "enableDynamicColor" | "createNewColorDynamic">;
83
+ } & {} & Omit<import("@omnia/fx/ux").VueComponentBaseProps, "title" | "colorType" | "v-model" | "onUpdate:modelValue" | "modelValue" | "activator" | "dynamicColorSchemaType" | "enableDynamicColor" | "createNewColorDynamic">;
84
84
  } & import("vue").VNode<import("vue").RendererNode, import("vue").RendererElement, {
85
85
  [key: string]: any;
86
86
  }>;