@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
@@ -2,6 +2,12 @@ import { BoolFilter, GuidValue, Identity, IResolvedIdentity, ISpecialUserConfigu
2
2
  import { IIdentityPickerStore } from "@omnia/fx/stores";
3
3
  declare const _default: {
4
4
  new (...args: any[]): import("vue").CreateComponentPublicInstance<Readonly<import("vue").ExtractPropTypes<{
5
+ "business-profile-id": {
6
+ type: import("vue").PropType<string>;
7
+ };
8
+ businessProfileId: {
9
+ type: import("vue").PropType<string>;
10
+ };
5
11
  "is-closed": {
6
12
  type: import("vue").PropType<Boolean>;
7
13
  required: false;
@@ -164,6 +170,12 @@ declare const _default: {
164
170
  };
165
171
  add: (identity: Identity) => void;
166
172
  }, import("vue").VNodeProps & import("vue").AllowedComponentProps & import("vue").ComponentCustomProps & Readonly<import("vue").ExtractPropTypes<{
173
+ "business-profile-id": {
174
+ type: import("vue").PropType<string>;
175
+ };
176
+ businessProfileId: {
177
+ type: import("vue").PropType<string>;
178
+ };
167
179
  "is-closed": {
168
180
  type: import("vue").PropType<Boolean>;
169
181
  required: false;
@@ -327,6 +339,12 @@ declare const _default: {
327
339
  M: {};
328
340
  Defaults: {};
329
341
  }, Readonly<import("vue").ExtractPropTypes<{
342
+ "business-profile-id": {
343
+ type: import("vue").PropType<string>;
344
+ };
345
+ businessProfileId: {
346
+ type: import("vue").PropType<string>;
347
+ };
330
348
  "is-closed": {
331
349
  type: import("vue").PropType<Boolean>;
332
350
  required: false;
@@ -487,6 +505,12 @@ declare const _default: {
487
505
  __isTeleport?: never;
488
506
  __isSuspense?: never;
489
507
  } & import("vue").ComponentOptionsBase<Readonly<import("vue").ExtractPropTypes<{
508
+ "business-profile-id": {
509
+ type: import("vue").PropType<string>;
510
+ };
511
+ businessProfileId: {
512
+ type: import("vue").PropType<string>;
513
+ };
490
514
  "is-closed": {
491
515
  type: import("vue").PropType<Boolean>;
492
516
  required: false;
@@ -658,6 +682,7 @@ declare const _default: {
658
682
  "v-model"?: Identity[];
659
683
  "onUpdate:modelValue"?: (value: Identity[]) => any;
660
684
  modelValue?: Identity[];
685
+ businessProfileId?: string;
661
686
  providerIds?: GuidValue[];
662
687
  emailEnabled?: BoolFilter;
663
688
  permissionEnabled?: BoolFilter;
@@ -679,6 +704,7 @@ declare const _default: {
679
704
  "permission-enabled"?: BoolFilter;
680
705
  enableSpecialUser?: ISpecialUserConfiguration;
681
706
  "enable-special-user"?: ISpecialUserConfiguration;
707
+ "business-profile-id"?: string;
682
708
  attachToParent?: boolean;
683
709
  "attach-to-parent"?: boolean;
684
710
  showSelectedIdentities?: Boolean;
@@ -2,6 +2,12 @@ import { BoolFilter, GuidValue, IResolvedIdentity, ISpecialUserConfiguration, Id
2
2
  import { IIdentityPickerStore } from "@omnia/fx/stores";
3
3
  declare const _default: {
4
4
  new (...args: any[]): import("vue").CreateComponentPublicInstance<Readonly<import("vue").ExtractPropTypes<{
5
+ "business-profile-id": {
6
+ type: import("vue").PropType<string>;
7
+ };
8
+ businessProfileId: {
9
+ type: import("vue").PropType<string>;
10
+ };
5
11
  "enable-special-user": {
6
12
  type: import("vue").PropType<ISpecialUserConfiguration>;
7
13
  required: false;
@@ -227,6 +233,12 @@ declare const _default: {
227
233
  "update:modelValue": (value: Identity) => true;
228
234
  };
229
235
  }, import("vue").VNodeProps & import("vue").AllowedComponentProps & import("vue").ComponentCustomProps & Readonly<import("vue").ExtractPropTypes<{
236
+ "business-profile-id": {
237
+ type: import("vue").PropType<string>;
238
+ };
239
+ businessProfileId: {
240
+ type: import("vue").PropType<string>;
241
+ };
230
242
  "enable-special-user": {
231
243
  type: import("vue").PropType<ISpecialUserConfiguration>;
232
244
  required: false;
@@ -454,6 +466,12 @@ declare const _default: {
454
466
  M: {};
455
467
  Defaults: {};
456
468
  }, Readonly<import("vue").ExtractPropTypes<{
469
+ "business-profile-id": {
470
+ type: import("vue").PropType<string>;
471
+ };
472
+ businessProfileId: {
473
+ type: import("vue").PropType<string>;
474
+ };
457
475
  "enable-special-user": {
458
476
  type: import("vue").PropType<ISpecialUserConfiguration>;
459
477
  required: false;
@@ -678,6 +696,12 @@ declare const _default: {
678
696
  __isTeleport?: never;
679
697
  __isSuspense?: never;
680
698
  } & import("vue").ComponentOptionsBase<Readonly<import("vue").ExtractPropTypes<{
699
+ "business-profile-id": {
700
+ type: import("vue").PropType<string>;
701
+ };
702
+ businessProfileId: {
703
+ type: import("vue").PropType<string>;
704
+ };
681
705
  "enable-special-user": {
682
706
  type: import("vue").PropType<ISpecialUserConfiguration>;
683
707
  required: false;
@@ -973,6 +997,7 @@ declare const _default: {
973
997
  "v-model"?: boolean;
974
998
  "onUpdate:modelValue"?: (value: boolean) => any;
975
999
  modelValue?: boolean;
1000
+ businessProfileId?: string;
976
1001
  location?: "left" | "center" | "right" | "top" | "start" | "end" | "bottom" | "center center" | "top center" | "top start" | "top end" | "bottom start" | "bottom end" | "start top" | "start bottom" | "end top" | "end bottom";
977
1002
  showMenu?: boolean;
978
1003
  providerIds?: GuidValue[];
@@ -1000,6 +1025,7 @@ declare const _default: {
1000
1025
  "permission-enabled"?: BoolFilter;
1001
1026
  enableSpecialUser?: ISpecialUserConfiguration;
1002
1027
  "enable-special-user"?: ISpecialUserConfiguration;
1028
+ "business-profile-id"?: string;
1003
1029
  attachToParent?: boolean;
1004
1030
  "attach-to-parent"?: boolean;
1005
1031
  "onUpdate:showMenu"?: (value: boolean) => any;
@@ -2,6 +2,12 @@ import { GuidValue, IResolvedIdentity, Identity, PrincipalTypes, BoolFilter, ISp
2
2
  import { IIdentityPickerStore } from "@omnia/fx/stores";
3
3
  declare const _default: {
4
4
  new (...args: any[]): import("vue").CreateComponentPublicInstance<Readonly<import("vue").ExtractPropTypes<{
5
+ "business-profile-id": {
6
+ type: import("vue").PropType<string>;
7
+ };
8
+ businessProfileId: {
9
+ type: import("vue").PropType<string>;
10
+ };
5
11
  "enable-special-user": {
6
12
  type: import("vue").PropType<ISpecialUserConfiguration>;
7
13
  required: false;
@@ -219,6 +225,12 @@ declare const _default: {
219
225
  "update:modelValue": (value: Identity[]) => true;
220
226
  };
221
227
  }, import("vue").VNodeProps & import("vue").AllowedComponentProps & import("vue").ComponentCustomProps & Readonly<import("vue").ExtractPropTypes<{
228
+ "business-profile-id": {
229
+ type: import("vue").PropType<string>;
230
+ };
231
+ businessProfileId: {
232
+ type: import("vue").PropType<string>;
233
+ };
222
234
  "enable-special-user": {
223
235
  type: import("vue").PropType<ISpecialUserConfiguration>;
224
236
  required: false;
@@ -438,6 +450,12 @@ declare const _default: {
438
450
  M: {};
439
451
  Defaults: {};
440
452
  }, Readonly<import("vue").ExtractPropTypes<{
453
+ "business-profile-id": {
454
+ type: import("vue").PropType<string>;
455
+ };
456
+ businessProfileId: {
457
+ type: import("vue").PropType<string>;
458
+ };
441
459
  "enable-special-user": {
442
460
  type: import("vue").PropType<ISpecialUserConfiguration>;
443
461
  required: false;
@@ -654,6 +672,12 @@ declare const _default: {
654
672
  __isTeleport?: never;
655
673
  __isSuspense?: never;
656
674
  } & import("vue").ComponentOptionsBase<Readonly<import("vue").ExtractPropTypes<{
675
+ "business-profile-id": {
676
+ type: import("vue").PropType<string>;
677
+ };
678
+ businessProfileId: {
679
+ type: import("vue").PropType<string>;
680
+ };
657
681
  "enable-special-user": {
658
682
  type: import("vue").PropType<ISpecialUserConfiguration>;
659
683
  required: false;
@@ -889,6 +913,7 @@ declare const _default: {
889
913
  singleLine?: boolean;
890
914
  "aria-describedby"?: string;
891
915
  "aria-invalid"?: boolean;
916
+ businessProfileId?: string;
892
917
  ariaDescribedby?: string;
893
918
  providerIds?: GuidValue[];
894
919
  emailEnabled?: BoolFilter;
@@ -920,6 +945,7 @@ declare const _default: {
920
945
  "permission-enabled"?: BoolFilter;
921
946
  enableSpecialUser?: ISpecialUserConfiguration;
922
947
  "enable-special-user"?: ISpecialUserConfiguration;
948
+ "business-profile-id"?: string;
923
949
  }>, "onUpdate:modelValue" | "onDoc$"> & {
924
950
  "onUpdate:modelValue"?: (value: Identity[]) => any;
925
951
  onDoc$?: (description?: string) => any;
@@ -451,10 +451,10 @@ declare const _default: {
451
451
  typography?: "title" | "text" | "navigation" | TypographyTypes;
452
452
  size?: "xs" | "s" | "m" | "l" | "xl" | TypographySizes;
453
453
  placeholder?: string;
454
+ toned?: boolean;
454
455
  "v-model"?: string;
455
456
  "onUpdate:modelValue"?: (value: string) => any;
456
457
  modelValue?: string;
457
- toned?: boolean;
458
458
  hideToolbar?: boolean;
459
459
  "hide-toolbar"?: boolean;
460
460
  }>, never>;
@@ -37,9 +37,9 @@ declare const _default: {
37
37
  type: import("vue").PropType<boolean>;
38
38
  };
39
39
  variant: {
40
- type: import("vue").PropType<"chrome" | "default" | "app">;
40
+ type: import("vue").PropType<"default" | "app" | "chrome">;
41
41
  } & {
42
- type: import("vue").PropType<"chrome" | "default" | "app">;
42
+ type: import("vue").PropType<"default" | "app" | "chrome">;
43
43
  };
44
44
  absolute: {
45
45
  type: import("vue").PropType<boolean>;
@@ -100,9 +100,9 @@ declare const _default: {
100
100
  type: import("vue").PropType<boolean>;
101
101
  };
102
102
  variant: {
103
- type: import("vue").PropType<"chrome" | "default" | "app">;
103
+ type: import("vue").PropType<"default" | "app" | "chrome">;
104
104
  } & {
105
- type: import("vue").PropType<"chrome" | "default" | "app">;
105
+ type: import("vue").PropType<"default" | "app" | "chrome">;
106
106
  };
107
107
  absolute: {
108
108
  type: import("vue").PropType<boolean>;
@@ -171,9 +171,9 @@ declare const _default: {
171
171
  type: import("vue").PropType<boolean>;
172
172
  };
173
173
  variant: {
174
- type: import("vue").PropType<"chrome" | "default" | "app">;
174
+ type: import("vue").PropType<"default" | "app" | "chrome">;
175
175
  } & {
176
- type: import("vue").PropType<"chrome" | "default" | "app">;
176
+ type: import("vue").PropType<"default" | "app" | "chrome">;
177
177
  };
178
178
  absolute: {
179
179
  type: import("vue").PropType<boolean>;
@@ -239,9 +239,9 @@ declare const _default: {
239
239
  type: import("vue").PropType<boolean>;
240
240
  };
241
241
  variant: {
242
- type: import("vue").PropType<"chrome" | "default" | "app">;
242
+ type: import("vue").PropType<"default" | "app" | "chrome">;
243
243
  } & {
244
- type: import("vue").PropType<"chrome" | "default" | "app">;
244
+ type: import("vue").PropType<"default" | "app" | "chrome">;
245
245
  };
246
246
  absolute: {
247
247
  type: import("vue").PropType<boolean>;
@@ -286,7 +286,7 @@ declare const _default: {
286
286
  } & {
287
287
  actionButtons?: Func<[VNodeChild]>;
288
288
  };
289
- variant?: "chrome" | "default" | "app";
289
+ variant?: "default" | "app" | "chrome";
290
290
  subTitle?: string;
291
291
  "sub-title"?: string;
292
292
  navigationExpanded?: boolean;
@@ -167,9 +167,9 @@ declare const _default: {
167
167
  color?: string;
168
168
  class?: String | String[];
169
169
  size?: "small" | "default" | "large" | "x-large" | "x-small";
170
- gradient?: boolean;
171
- toned?: boolean;
172
170
  colorType?: "base" | "onBase" | "container" | "onContainer";
171
+ toned?: boolean;
172
+ gradient?: boolean;
173
173
  "color-type"?: "base" | "onBase" | "container" | "onContainer";
174
174
  }>, never>;
175
175
  };
@@ -497,10 +497,10 @@ declare const _default: {
497
497
  animation?: "flip" | "spin" | "beat" | "bounce";
498
498
  tooltip?: ButtonTooltipOptions;
499
499
  active?: boolean;
500
+ toned?: boolean;
500
501
  blueprint?: ButtonBlueprint;
501
502
  variant?: "default" | "menu" | "opacity" | "toolbar" | "prominent" | "dial" | "slim";
502
503
  grouped?: boolean;
503
- toned?: boolean;
504
504
  loading?: boolean;
505
505
  overrides?: object;
506
506
  preset?: "cancel" | "close" | "select" | "delete" | "details" | "settings" | "save" | "remove" | "retry" | "ok" | "create" | "icon-add" | "icon-comment" | "icon-delete" | "icon-edit" | "icon-drag-handle" | "icon-copy" | "icon-code" | "icon-close" | "icon-back" | "icon-more" | "icon-navigate" | "icon-settings" | "load-more" | "approve" | "copy-to-clipboard" | "next" | "previous" | "view-more" | "send-request";
@@ -214,6 +214,7 @@ declare const _default: {
214
214
  toggle?: boolean;
215
215
  class?: String | String[];
216
216
  mandatory?: boolean;
217
+ toned?: boolean;
217
218
  "v-model"?: any;
218
219
  "onUpdate:modelValue"?: (value: any) => any;
219
220
  modelValue?: any;
@@ -223,7 +224,6 @@ declare const _default: {
223
224
  activator?: () => VNodeChild;
224
225
  };
225
226
  variant?: "default" | "settings" | "dial";
226
- toned?: boolean;
227
227
  }>, never>;
228
228
  };
229
229
  export default _default;
@@ -123,12 +123,12 @@ declare const _default: {
123
123
  } & {
124
124
  class?: String | String[];
125
125
  height?: string | number;
126
+ toned?: boolean;
126
127
  "v-slots"?: {
127
128
  default?: import("../../DefineVueTypings").Slot<any[]>;
128
129
  } & {
129
130
  actions?: () => VNodeChild;
130
131
  };
131
- toned?: boolean;
132
132
  }>, never>;
133
133
  };
134
134
  export default _default;
@@ -263,6 +263,7 @@ declare const _default: {
263
263
  disabled?: boolean;
264
264
  label?: boolean;
265
265
  size?: "small" | "default" | "large" | "x-large" | "x-small";
266
+ toned?: boolean;
266
267
  gradient?: boolean;
267
268
  "v-slots"?: {
268
269
  default?: import("../../DefineVueTypings").Slot<any[]>;
@@ -270,7 +271,6 @@ declare const _default: {
270
271
  prependAvatar?: Func<[VNodeChild]>;
271
272
  appendAvatar?: Func<[VNodeChild]>;
272
273
  };
273
- toned?: boolean;
274
274
  closable?: boolean;
275
275
  }>, "onClick:close"> & {
276
276
  "onClick:close"?: (e: MouseEvent) => any;
@@ -323,8 +323,8 @@ declare const _default: {
323
323
  margin?: Spacing | SpacingValue;
324
324
  padding?: Spacing | SpacingValue;
325
325
  filled?: boolean;
326
- variant?: "default" | "grid";
327
326
  toned?: boolean;
327
+ variant?: "default" | "grid";
328
328
  cols?: 1 | 2 | 4 | 8 | 3 | 5 | 6 | 7 | 9 | 10 | 11 | 12 | "1" | "auto" | "4" | "2" | "3" | "5" | "6" | "7" | "8" | "9" | "10" | "11" | "12";
329
329
  "align-self"?: "center" | "start" | "end" | "auto" | "stretch" | "baseline";
330
330
  }>, never>;