vuetify 3.6.0 → 3.6.1

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 (106) hide show
  1. package/dist/_component-variables-labs.sass +0 -2
  2. package/dist/_component-variables.sass +2 -0
  3. package/dist/json/importMap-labs.json +10 -30
  4. package/dist/json/importMap.json +114 -94
  5. package/dist/json/web-types.json +1 -1
  6. package/dist/vuetify-labs.css +2555 -2555
  7. package/dist/vuetify-labs.d.ts +4811 -4811
  8. package/dist/vuetify-labs.esm.js +10050 -10052
  9. package/dist/vuetify-labs.esm.js.map +1 -1
  10. package/dist/vuetify-labs.js +10050 -10052
  11. package/dist/vuetify-labs.min.css +2 -2
  12. package/dist/vuetify.css +679 -502
  13. package/dist/vuetify.d.ts +2872 -574
  14. package/dist/vuetify.esm.js +1711 -887
  15. package/dist/vuetify.esm.js.map +1 -1
  16. package/dist/vuetify.js +1711 -887
  17. package/dist/vuetify.js.map +1 -1
  18. package/dist/vuetify.min.css +2 -2
  19. package/dist/vuetify.min.js +611 -557
  20. package/dist/vuetify.min.js.map +1 -1
  21. package/lib/{labs → components}/VConfirmEdit/VConfirmEdit.mjs +1 -1
  22. package/lib/components/VConfirmEdit/VConfirmEdit.mjs.map +1 -0
  23. package/lib/components/VConfirmEdit/__test__/VConfirmEdit.spec.cy.mjs.map +1 -0
  24. package/lib/components/VConfirmEdit/index.mjs.map +1 -0
  25. package/lib/{labs → components}/VEmptyState/VEmptyState.mjs +4 -4
  26. package/lib/components/VEmptyState/VEmptyState.mjs.map +1 -0
  27. package/lib/components/VEmptyState/index.mjs.map +1 -0
  28. package/lib/{labs → components}/VFab/VFab.mjs +1 -1
  29. package/lib/components/VFab/VFab.mjs.map +1 -0
  30. package/lib/components/VFab/index.mjs.map +1 -0
  31. package/lib/components/VSparkline/VBarline.mjs.map +1 -0
  32. package/lib/components/VSparkline/VSparkline.mjs +44 -320
  33. package/lib/components/VSparkline/VSparkline.mjs.map +1 -1
  34. package/lib/components/VSparkline/VTrendline.mjs.map +1 -0
  35. package/lib/components/VSparkline/index.mjs +1 -3
  36. package/lib/components/VSparkline/index.mjs.map +1 -1
  37. package/lib/components/VSparkline/util/line.mjs.map +1 -0
  38. package/lib/components/VSparkline/util/path.mjs.map +1 -0
  39. package/lib/components/VSpeedDial/VSpeedDial.mjs +68 -85
  40. package/lib/components/VSpeedDial/VSpeedDial.mjs.map +1 -1
  41. package/lib/components/VSpeedDial/VSpeedDial.sass +20 -72
  42. package/lib/components/VSpeedDial/index.mjs +1 -3
  43. package/lib/components/VSpeedDial/index.mjs.map +1 -1
  44. package/lib/components/index.d.mts +2840 -547
  45. package/lib/components/index.mjs +6 -2
  46. package/lib/components/index.mjs.map +1 -1
  47. package/lib/composables/directiveComponent.mjs +1 -3
  48. package/lib/composables/directiveComponent.mjs.map +1 -1
  49. package/lib/entry-bundler.mjs +1 -1
  50. package/lib/framework.mjs +1 -1
  51. package/lib/index.d.mts +40 -40
  52. package/lib/labs/VDateInput/VDateInput.mjs +2 -2
  53. package/lib/labs/VDateInput/VDateInput.mjs.map +1 -1
  54. package/lib/labs/VDateInput/index.d.mts +14 -14
  55. package/lib/labs/components.d.mts +1628 -3945
  56. package/lib/labs/components.mjs +0 -5
  57. package/lib/labs/components.mjs.map +1 -1
  58. package/package.json +2 -2
  59. package/lib/components/VSparkline/helpers/core.mjs +0 -49
  60. package/lib/components/VSparkline/helpers/core.mjs.map +0 -1
  61. package/lib/components/VSparkline/helpers/math.mjs +0 -34
  62. package/lib/components/VSparkline/helpers/math.mjs.map +0 -1
  63. package/lib/components/VSparkline/helpers/path.mjs +0 -27
  64. package/lib/components/VSparkline/helpers/path.mjs.map +0 -1
  65. package/lib/components/VSpeedDial/_variables.scss +0 -5
  66. package/lib/labs/VConfirmEdit/VConfirmEdit.mjs.map +0 -1
  67. package/lib/labs/VConfirmEdit/__test__/VConfirmEdit.spec.cy.mjs.map +0 -1
  68. package/lib/labs/VConfirmEdit/index.mjs.map +0 -1
  69. package/lib/labs/VEmptyState/VEmptyState.mjs.map +0 -1
  70. package/lib/labs/VEmptyState/index.mjs.map +0 -1
  71. package/lib/labs/VFab/VFab.mjs.map +0 -1
  72. package/lib/labs/VFab/index.mjs.map +0 -1
  73. package/lib/labs/VSparkline/VBarline.mjs.map +0 -1
  74. package/lib/labs/VSparkline/VSparkline.mjs +0 -49
  75. package/lib/labs/VSparkline/VSparkline.mjs.map +0 -1
  76. package/lib/labs/VSparkline/VTrendline.mjs.map +0 -1
  77. package/lib/labs/VSparkline/index.mjs +0 -2
  78. package/lib/labs/VSparkline/index.mjs.map +0 -1
  79. package/lib/labs/VSparkline/util/line.mjs.map +0 -1
  80. package/lib/labs/VSparkline/util/path.mjs.map +0 -1
  81. package/lib/labs/VSpeedDial/VSpeedDial.mjs +0 -76
  82. package/lib/labs/VSpeedDial/VSpeedDial.mjs.map +0 -1
  83. package/lib/labs/VSpeedDial/VSpeedDial.sass +0 -27
  84. package/lib/labs/VSpeedDial/index.mjs +0 -2
  85. package/lib/labs/VSpeedDial/index.mjs.map +0 -1
  86. /package/lib/{labs → components}/VConfirmEdit/__test__/VConfirmEdit.spec.cy.mjs +0 -0
  87. /package/lib/{labs → components}/VConfirmEdit/index.d.mts +0 -0
  88. /package/lib/{labs → components}/VConfirmEdit/index.mjs +0 -0
  89. /package/lib/{labs → components}/VEmptyState/VEmptyState.css +0 -0
  90. /package/lib/{labs → components}/VEmptyState/VEmptyState.sass +0 -0
  91. /package/lib/{labs → components}/VEmptyState/_variables.scss +0 -0
  92. /package/lib/{labs → components}/VEmptyState/index.d.mts +0 -0
  93. /package/lib/{labs → components}/VEmptyState/index.mjs +0 -0
  94. /package/lib/{labs → components}/VFab/VFab.css +0 -0
  95. /package/lib/{labs → components}/VFab/VFab.sass +0 -0
  96. /package/lib/{labs → components}/VFab/_mixins.scss +0 -0
  97. /package/lib/{labs → components}/VFab/_variables.scss +0 -0
  98. /package/lib/{labs → components}/VFab/index.d.mts +0 -0
  99. /package/lib/{labs → components}/VFab/index.mjs +0 -0
  100. /package/lib/{labs → components}/VSparkline/VBarline.mjs +0 -0
  101. /package/lib/{labs → components}/VSparkline/VTrendline.mjs +0 -0
  102. /package/lib/{labs → components}/VSparkline/index.d.mts +0 -0
  103. /package/lib/{labs → components}/VSparkline/util/line.mjs +0 -0
  104. /package/lib/{labs → components}/VSparkline/util/path.mjs +0 -0
  105. /package/lib/{labs → components}/VSpeedDial/VSpeedDial.css +0 -0
  106. /package/lib/{labs → components}/VSpeedDial/index.d.mts +0 -0
@@ -22359,6 +22359,120 @@ declare const VCombobox: {
22359
22359
  }>>;
22360
22360
  type VCombobox = InstanceType<typeof VCombobox>;
22361
22361
 
22362
+ type VConfirmEditSlots<T> = {
22363
+ default: {
22364
+ model: Ref<T>;
22365
+ get actions(): VNode;
22366
+ };
22367
+ };
22368
+ declare const VConfirmEdit: {
22369
+ new (...args: any[]): vue.CreateComponentPublicInstance<{
22370
+ cancelText: string;
22371
+ okText: string;
22372
+ } & {
22373
+ color?: string | undefined;
22374
+ } & {
22375
+ onCancel?: (() => any) | undefined;
22376
+ }, void, unknown, {}, {}, vue.ComponentOptionsMixin, vue.ComponentOptionsMixin, Omit<{
22377
+ cancel: () => true;
22378
+ save: (value: any) => true;
22379
+ 'update:modelValue': (value: any) => true;
22380
+ }, "v-slot:default" | "$children" | "v-slots" | "modelValue" | "update:modelValue" | "save">, vue.VNodeProps & vue.AllowedComponentProps & vue.ComponentCustomProps & {
22381
+ cancelText: string;
22382
+ okText: string;
22383
+ } & {
22384
+ color?: string | undefined;
22385
+ } & {
22386
+ onCancel?: (() => any) | undefined;
22387
+ }, {
22388
+ cancelText: string;
22389
+ okText: string;
22390
+ }, true, {}, vue.SlotsType<Partial<{
22391
+ default: (arg: {
22392
+ model: Ref<unknown>;
22393
+ readonly actions: VNode<vue.RendererNode, vue.RendererElement, {
22394
+ [key: string]: any;
22395
+ }>;
22396
+ }) => VNode<vue.RendererNode, vue.RendererElement, {
22397
+ [key: string]: any;
22398
+ }>[];
22399
+ }>>, {
22400
+ P: {};
22401
+ B: {};
22402
+ D: {};
22403
+ C: {};
22404
+ M: {};
22405
+ Defaults: {};
22406
+ }, {
22407
+ cancelText: string;
22408
+ okText: string;
22409
+ } & {
22410
+ color?: string | undefined;
22411
+ } & {
22412
+ onCancel?: (() => any) | undefined;
22413
+ }, {}, {}, {}, {}, {
22414
+ cancelText: string;
22415
+ okText: string;
22416
+ }>;
22417
+ __isFragment?: undefined;
22418
+ __isTeleport?: undefined;
22419
+ __isSuspense?: undefined;
22420
+ } & vue.ComponentOptionsBase<{
22421
+ cancelText: string;
22422
+ okText: string;
22423
+ } & {
22424
+ color?: string | undefined;
22425
+ } & {
22426
+ onCancel?: (() => any) | undefined;
22427
+ }, void, unknown, {}, {}, vue.ComponentOptionsMixin, vue.ComponentOptionsMixin, Omit<{
22428
+ cancel: () => true;
22429
+ save: (value: any) => true;
22430
+ 'update:modelValue': (value: any) => true;
22431
+ }, "v-slot:default" | "$children" | "v-slots" | "modelValue" | "update:modelValue" | "save">, string, {
22432
+ cancelText: string;
22433
+ okText: string;
22434
+ }, {}, string, vue.SlotsType<Partial<{
22435
+ default: (arg: {
22436
+ model: Ref<unknown>;
22437
+ readonly actions: VNode<vue.RendererNode, vue.RendererElement, {
22438
+ [key: string]: any;
22439
+ }>;
22440
+ }) => VNode<vue.RendererNode, vue.RendererElement, {
22441
+ [key: string]: any;
22442
+ }>[];
22443
+ }>>> & vue.VNodeProps & vue.AllowedComponentProps & vue.ComponentCustomProps & (new <T>(props: {
22444
+ modelValue?: T | undefined;
22445
+ 'onUpdate:modelValue'?: ((value: T) => void) | undefined;
22446
+ onSave?: ((value: T) => void) | undefined;
22447
+ }, slots: VConfirmEditSlots<T>) => GenericProps<{
22448
+ modelValue?: T | undefined;
22449
+ 'onUpdate:modelValue'?: ((value: T) => void) | undefined;
22450
+ onSave?: ((value: T) => void) | undefined;
22451
+ }, VConfirmEditSlots<T>>) & FilterPropsOptions<{
22452
+ modelValue: null;
22453
+ color: StringConstructor;
22454
+ cancelText: {
22455
+ type: StringConstructor;
22456
+ default: string;
22457
+ };
22458
+ okText: {
22459
+ type: StringConstructor;
22460
+ default: string;
22461
+ };
22462
+ }, vue.ExtractPropTypes<{
22463
+ modelValue: null;
22464
+ color: StringConstructor;
22465
+ cancelText: {
22466
+ type: StringConstructor;
22467
+ default: string;
22468
+ };
22469
+ okText: {
22470
+ type: StringConstructor;
22471
+ default: string;
22472
+ };
22473
+ }>>;
22474
+ type VConfirmEdit = InstanceType<typeof VConfirmEdit>;
22475
+
22362
22476
  type VCounterSlot = {
22363
22477
  counter: string;
22364
22478
  max: string | number | undefined;
@@ -31637,6 +31751,410 @@ declare const VDivider: {
31637
31751
  }>>;
31638
31752
  type VDivider = InstanceType<typeof VDivider>;
31639
31753
 
31754
+ declare const VEmptyState: {
31755
+ new (...args: any[]): vue.CreateComponentPublicInstance<{
31756
+ style: vue.StyleValue;
31757
+ size: NonNullable<string | number> | undefined;
31758
+ justify: "end" | "center" | "start";
31759
+ textWidth: string | number;
31760
+ } & {
31761
+ class?: any;
31762
+ title?: string | undefined;
31763
+ image?: string | undefined;
31764
+ text?: string | undefined;
31765
+ width?: string | number | undefined;
31766
+ height?: string | number | undefined;
31767
+ theme?: string | undefined;
31768
+ href?: string | undefined;
31769
+ color?: string | undefined;
31770
+ icon?: IconValue | undefined;
31771
+ to?: string | undefined;
31772
+ maxHeight?: string | number | undefined;
31773
+ maxWidth?: string | number | undefined;
31774
+ minHeight?: string | number | undefined;
31775
+ minWidth?: string | number | undefined;
31776
+ bgColor?: string | undefined;
31777
+ actionText?: string | undefined;
31778
+ headline?: string | undefined;
31779
+ } & {
31780
+ $children?: vue.VNodeChild | (() => vue.VNodeChild) | {
31781
+ actions?: ((arg: {
31782
+ props: {
31783
+ onClick: (e: Event) => void;
31784
+ };
31785
+ }) => vue.VNodeChild) | undefined;
31786
+ default?: (() => vue.VNodeChild) | undefined;
31787
+ headline?: (() => vue.VNodeChild) | undefined;
31788
+ title?: (() => vue.VNodeChild) | undefined;
31789
+ media?: (() => vue.VNodeChild) | undefined;
31790
+ text?: (() => vue.VNodeChild) | undefined;
31791
+ };
31792
+ 'v-slots'?: {
31793
+ actions?: false | ((arg: {
31794
+ props: {
31795
+ onClick: (e: Event) => void;
31796
+ };
31797
+ }) => vue.VNodeChild) | undefined;
31798
+ default?: false | (() => vue.VNodeChild) | undefined;
31799
+ headline?: false | (() => vue.VNodeChild) | undefined;
31800
+ title?: false | (() => vue.VNodeChild) | undefined;
31801
+ media?: false | (() => vue.VNodeChild) | undefined;
31802
+ text?: false | (() => vue.VNodeChild) | undefined;
31803
+ } | undefined;
31804
+ } & {
31805
+ "v-slot:actions"?: false | ((arg: {
31806
+ props: {
31807
+ onClick: (e: Event) => void;
31808
+ };
31809
+ }) => vue.VNodeChild) | undefined;
31810
+ "v-slot:default"?: false | (() => vue.VNodeChild) | undefined;
31811
+ "v-slot:headline"?: false | (() => vue.VNodeChild) | undefined;
31812
+ "v-slot:title"?: false | (() => vue.VNodeChild) | undefined;
31813
+ "v-slot:media"?: false | (() => vue.VNodeChild) | undefined;
31814
+ "v-slot:text"?: false | (() => vue.VNodeChild) | undefined;
31815
+ } & {
31816
+ "onClick:action"?: ((e: Event) => any) | undefined;
31817
+ }, {}, unknown, {}, {}, vue.ComponentOptionsMixin, vue.ComponentOptionsMixin, {
31818
+ 'click:action': (e: Event) => true;
31819
+ }, vue.VNodeProps & vue.AllowedComponentProps & vue.ComponentCustomProps & {
31820
+ style: vue.StyleValue;
31821
+ size: NonNullable<string | number> | undefined;
31822
+ justify: "end" | "center" | "start";
31823
+ textWidth: string | number;
31824
+ } & {
31825
+ class?: any;
31826
+ title?: string | undefined;
31827
+ image?: string | undefined;
31828
+ text?: string | undefined;
31829
+ width?: string | number | undefined;
31830
+ height?: string | number | undefined;
31831
+ theme?: string | undefined;
31832
+ href?: string | undefined;
31833
+ color?: string | undefined;
31834
+ icon?: IconValue | undefined;
31835
+ to?: string | undefined;
31836
+ maxHeight?: string | number | undefined;
31837
+ maxWidth?: string | number | undefined;
31838
+ minHeight?: string | number | undefined;
31839
+ minWidth?: string | number | undefined;
31840
+ bgColor?: string | undefined;
31841
+ actionText?: string | undefined;
31842
+ headline?: string | undefined;
31843
+ } & {
31844
+ $children?: vue.VNodeChild | (() => vue.VNodeChild) | {
31845
+ actions?: ((arg: {
31846
+ props: {
31847
+ onClick: (e: Event) => void;
31848
+ };
31849
+ }) => vue.VNodeChild) | undefined;
31850
+ default?: (() => vue.VNodeChild) | undefined;
31851
+ headline?: (() => vue.VNodeChild) | undefined;
31852
+ title?: (() => vue.VNodeChild) | undefined;
31853
+ media?: (() => vue.VNodeChild) | undefined;
31854
+ text?: (() => vue.VNodeChild) | undefined;
31855
+ };
31856
+ 'v-slots'?: {
31857
+ actions?: false | ((arg: {
31858
+ props: {
31859
+ onClick: (e: Event) => void;
31860
+ };
31861
+ }) => vue.VNodeChild) | undefined;
31862
+ default?: false | (() => vue.VNodeChild) | undefined;
31863
+ headline?: false | (() => vue.VNodeChild) | undefined;
31864
+ title?: false | (() => vue.VNodeChild) | undefined;
31865
+ media?: false | (() => vue.VNodeChild) | undefined;
31866
+ text?: false | (() => vue.VNodeChild) | undefined;
31867
+ } | undefined;
31868
+ } & {
31869
+ "v-slot:actions"?: false | ((arg: {
31870
+ props: {
31871
+ onClick: (e: Event) => void;
31872
+ };
31873
+ }) => vue.VNodeChild) | undefined;
31874
+ "v-slot:default"?: false | (() => vue.VNodeChild) | undefined;
31875
+ "v-slot:headline"?: false | (() => vue.VNodeChild) | undefined;
31876
+ "v-slot:title"?: false | (() => vue.VNodeChild) | undefined;
31877
+ "v-slot:media"?: false | (() => vue.VNodeChild) | undefined;
31878
+ "v-slot:text"?: false | (() => vue.VNodeChild) | undefined;
31879
+ } & {
31880
+ "onClick:action"?: ((e: Event) => any) | undefined;
31881
+ }, {
31882
+ style: vue.StyleValue;
31883
+ size: NonNullable<string | number> | undefined;
31884
+ justify: "end" | "center" | "start";
31885
+ textWidth: string | number;
31886
+ }, true, {}, vue.SlotsType<Partial<{
31887
+ actions: (arg: {
31888
+ props: {
31889
+ onClick: (e: Event) => void;
31890
+ };
31891
+ }) => vue.VNode<vue.RendererNode, vue.RendererElement, {
31892
+ [key: string]: any;
31893
+ }>[];
31894
+ default: () => vue.VNode<vue.RendererNode, vue.RendererElement, {
31895
+ [key: string]: any;
31896
+ }>[];
31897
+ headline: () => vue.VNode<vue.RendererNode, vue.RendererElement, {
31898
+ [key: string]: any;
31899
+ }>[];
31900
+ title: () => vue.VNode<vue.RendererNode, vue.RendererElement, {
31901
+ [key: string]: any;
31902
+ }>[];
31903
+ media: () => vue.VNode<vue.RendererNode, vue.RendererElement, {
31904
+ [key: string]: any;
31905
+ }>[];
31906
+ text: () => vue.VNode<vue.RendererNode, vue.RendererElement, {
31907
+ [key: string]: any;
31908
+ }>[];
31909
+ }>>, {
31910
+ P: {};
31911
+ B: {};
31912
+ D: {};
31913
+ C: {};
31914
+ M: {};
31915
+ Defaults: {};
31916
+ }, {
31917
+ style: vue.StyleValue;
31918
+ size: NonNullable<string | number> | undefined;
31919
+ justify: "end" | "center" | "start";
31920
+ textWidth: string | number;
31921
+ } & {
31922
+ class?: any;
31923
+ title?: string | undefined;
31924
+ image?: string | undefined;
31925
+ text?: string | undefined;
31926
+ width?: string | number | undefined;
31927
+ height?: string | number | undefined;
31928
+ theme?: string | undefined;
31929
+ href?: string | undefined;
31930
+ color?: string | undefined;
31931
+ icon?: IconValue | undefined;
31932
+ to?: string | undefined;
31933
+ maxHeight?: string | number | undefined;
31934
+ maxWidth?: string | number | undefined;
31935
+ minHeight?: string | number | undefined;
31936
+ minWidth?: string | number | undefined;
31937
+ bgColor?: string | undefined;
31938
+ actionText?: string | undefined;
31939
+ headline?: string | undefined;
31940
+ } & {
31941
+ $children?: vue.VNodeChild | (() => vue.VNodeChild) | {
31942
+ actions?: ((arg: {
31943
+ props: {
31944
+ onClick: (e: Event) => void;
31945
+ };
31946
+ }) => vue.VNodeChild) | undefined;
31947
+ default?: (() => vue.VNodeChild) | undefined;
31948
+ headline?: (() => vue.VNodeChild) | undefined;
31949
+ title?: (() => vue.VNodeChild) | undefined;
31950
+ media?: (() => vue.VNodeChild) | undefined;
31951
+ text?: (() => vue.VNodeChild) | undefined;
31952
+ };
31953
+ 'v-slots'?: {
31954
+ actions?: false | ((arg: {
31955
+ props: {
31956
+ onClick: (e: Event) => void;
31957
+ };
31958
+ }) => vue.VNodeChild) | undefined;
31959
+ default?: false | (() => vue.VNodeChild) | undefined;
31960
+ headline?: false | (() => vue.VNodeChild) | undefined;
31961
+ title?: false | (() => vue.VNodeChild) | undefined;
31962
+ media?: false | (() => vue.VNodeChild) | undefined;
31963
+ text?: false | (() => vue.VNodeChild) | undefined;
31964
+ } | undefined;
31965
+ } & {
31966
+ "v-slot:actions"?: false | ((arg: {
31967
+ props: {
31968
+ onClick: (e: Event) => void;
31969
+ };
31970
+ }) => vue.VNodeChild) | undefined;
31971
+ "v-slot:default"?: false | (() => vue.VNodeChild) | undefined;
31972
+ "v-slot:headline"?: false | (() => vue.VNodeChild) | undefined;
31973
+ "v-slot:title"?: false | (() => vue.VNodeChild) | undefined;
31974
+ "v-slot:media"?: false | (() => vue.VNodeChild) | undefined;
31975
+ "v-slot:text"?: false | (() => vue.VNodeChild) | undefined;
31976
+ } & {
31977
+ "onClick:action"?: ((e: Event) => any) | undefined;
31978
+ }, {}, {}, {}, {}, {
31979
+ style: vue.StyleValue;
31980
+ size: NonNullable<string | number> | undefined;
31981
+ justify: "end" | "center" | "start";
31982
+ textWidth: string | number;
31983
+ }>;
31984
+ __isFragment?: undefined;
31985
+ __isTeleport?: undefined;
31986
+ __isSuspense?: undefined;
31987
+ } & vue.ComponentOptionsBase<{
31988
+ style: vue.StyleValue;
31989
+ size: NonNullable<string | number> | undefined;
31990
+ justify: "end" | "center" | "start";
31991
+ textWidth: string | number;
31992
+ } & {
31993
+ class?: any;
31994
+ title?: string | undefined;
31995
+ image?: string | undefined;
31996
+ text?: string | undefined;
31997
+ width?: string | number | undefined;
31998
+ height?: string | number | undefined;
31999
+ theme?: string | undefined;
32000
+ href?: string | undefined;
32001
+ color?: string | undefined;
32002
+ icon?: IconValue | undefined;
32003
+ to?: string | undefined;
32004
+ maxHeight?: string | number | undefined;
32005
+ maxWidth?: string | number | undefined;
32006
+ minHeight?: string | number | undefined;
32007
+ minWidth?: string | number | undefined;
32008
+ bgColor?: string | undefined;
32009
+ actionText?: string | undefined;
32010
+ headline?: string | undefined;
32011
+ } & {
32012
+ $children?: vue.VNodeChild | (() => vue.VNodeChild) | {
32013
+ actions?: ((arg: {
32014
+ props: {
32015
+ onClick: (e: Event) => void;
32016
+ };
32017
+ }) => vue.VNodeChild) | undefined;
32018
+ default?: (() => vue.VNodeChild) | undefined;
32019
+ headline?: (() => vue.VNodeChild) | undefined;
32020
+ title?: (() => vue.VNodeChild) | undefined;
32021
+ media?: (() => vue.VNodeChild) | undefined;
32022
+ text?: (() => vue.VNodeChild) | undefined;
32023
+ };
32024
+ 'v-slots'?: {
32025
+ actions?: false | ((arg: {
32026
+ props: {
32027
+ onClick: (e: Event) => void;
32028
+ };
32029
+ }) => vue.VNodeChild) | undefined;
32030
+ default?: false | (() => vue.VNodeChild) | undefined;
32031
+ headline?: false | (() => vue.VNodeChild) | undefined;
32032
+ title?: false | (() => vue.VNodeChild) | undefined;
32033
+ media?: false | (() => vue.VNodeChild) | undefined;
32034
+ text?: false | (() => vue.VNodeChild) | undefined;
32035
+ } | undefined;
32036
+ } & {
32037
+ "v-slot:actions"?: false | ((arg: {
32038
+ props: {
32039
+ onClick: (e: Event) => void;
32040
+ };
32041
+ }) => vue.VNodeChild) | undefined;
32042
+ "v-slot:default"?: false | (() => vue.VNodeChild) | undefined;
32043
+ "v-slot:headline"?: false | (() => vue.VNodeChild) | undefined;
32044
+ "v-slot:title"?: false | (() => vue.VNodeChild) | undefined;
32045
+ "v-slot:media"?: false | (() => vue.VNodeChild) | undefined;
32046
+ "v-slot:text"?: false | (() => vue.VNodeChild) | undefined;
32047
+ } & {
32048
+ "onClick:action"?: ((e: Event) => any) | undefined;
32049
+ }, {}, unknown, {}, {}, vue.ComponentOptionsMixin, vue.ComponentOptionsMixin, {
32050
+ 'click:action': (e: Event) => true;
32051
+ }, string, {
32052
+ style: vue.StyleValue;
32053
+ size: NonNullable<string | number> | undefined;
32054
+ justify: "end" | "center" | "start";
32055
+ textWidth: string | number;
32056
+ }, {}, string, vue.SlotsType<Partial<{
32057
+ actions: (arg: {
32058
+ props: {
32059
+ onClick: (e: Event) => void;
32060
+ };
32061
+ }) => vue.VNode<vue.RendererNode, vue.RendererElement, {
32062
+ [key: string]: any;
32063
+ }>[];
32064
+ default: () => vue.VNode<vue.RendererNode, vue.RendererElement, {
32065
+ [key: string]: any;
32066
+ }>[];
32067
+ headline: () => vue.VNode<vue.RendererNode, vue.RendererElement, {
32068
+ [key: string]: any;
32069
+ }>[];
32070
+ title: () => vue.VNode<vue.RendererNode, vue.RendererElement, {
32071
+ [key: string]: any;
32072
+ }>[];
32073
+ media: () => vue.VNode<vue.RendererNode, vue.RendererElement, {
32074
+ [key: string]: any;
32075
+ }>[];
32076
+ text: () => vue.VNode<vue.RendererNode, vue.RendererElement, {
32077
+ [key: string]: any;
32078
+ }>[];
32079
+ }>>> & vue.VNodeProps & vue.AllowedComponentProps & vue.ComponentCustomProps & FilterPropsOptions<{
32080
+ theme: StringConstructor;
32081
+ size: Omit<{
32082
+ type: (StringConstructor | NumberConstructor)[];
32083
+ default: string;
32084
+ }, "default" | "type"> & {
32085
+ type: PropType<NonNullable<string | number> | undefined>;
32086
+ default: NonNullable<string | number> | undefined;
32087
+ };
32088
+ height: (StringConstructor | NumberConstructor)[];
32089
+ maxHeight: (StringConstructor | NumberConstructor)[];
32090
+ maxWidth: (StringConstructor | NumberConstructor)[];
32091
+ minHeight: (StringConstructor | NumberConstructor)[];
32092
+ minWidth: (StringConstructor | NumberConstructor)[];
32093
+ width: (StringConstructor | NumberConstructor)[];
32094
+ class: PropType<any>;
32095
+ style: {
32096
+ type: PropType<vue.StyleValue>;
32097
+ default: null;
32098
+ };
32099
+ actionText: StringConstructor;
32100
+ bgColor: StringConstructor;
32101
+ color: StringConstructor;
32102
+ icon: PropType<IconValue>;
32103
+ image: StringConstructor;
32104
+ justify: {
32105
+ type: PropType<"end" | "center" | "start">;
32106
+ default: string;
32107
+ };
32108
+ headline: StringConstructor;
32109
+ title: StringConstructor;
32110
+ text: StringConstructor;
32111
+ textWidth: {
32112
+ type: (StringConstructor | NumberConstructor)[];
32113
+ default: number;
32114
+ };
32115
+ href: StringConstructor;
32116
+ to: StringConstructor;
32117
+ }, vue.ExtractPropTypes<{
32118
+ theme: StringConstructor;
32119
+ size: Omit<{
32120
+ type: (StringConstructor | NumberConstructor)[];
32121
+ default: string;
32122
+ }, "default" | "type"> & {
32123
+ type: PropType<NonNullable<string | number> | undefined>;
32124
+ default: NonNullable<string | number> | undefined;
32125
+ };
32126
+ height: (StringConstructor | NumberConstructor)[];
32127
+ maxHeight: (StringConstructor | NumberConstructor)[];
32128
+ maxWidth: (StringConstructor | NumberConstructor)[];
32129
+ minHeight: (StringConstructor | NumberConstructor)[];
32130
+ minWidth: (StringConstructor | NumberConstructor)[];
32131
+ width: (StringConstructor | NumberConstructor)[];
32132
+ class: PropType<any>;
32133
+ style: {
32134
+ type: PropType<vue.StyleValue>;
32135
+ default: null;
32136
+ };
32137
+ actionText: StringConstructor;
32138
+ bgColor: StringConstructor;
32139
+ color: StringConstructor;
32140
+ icon: PropType<IconValue>;
32141
+ image: StringConstructor;
32142
+ justify: {
32143
+ type: PropType<"end" | "center" | "start">;
32144
+ default: string;
32145
+ };
32146
+ headline: StringConstructor;
32147
+ title: StringConstructor;
32148
+ text: StringConstructor;
32149
+ textWidth: {
32150
+ type: (StringConstructor | NumberConstructor)[];
32151
+ default: number;
32152
+ };
32153
+ href: StringConstructor;
32154
+ to: StringConstructor;
32155
+ }>>;
32156
+ type VEmptyState = InstanceType<typeof VEmptyState>;
32157
+
31640
32158
  declare const VExpansionPanels: {
31641
32159
  new (...args: any[]): vue.CreateComponentPublicInstance<{
31642
32160
  flat: boolean;
@@ -32696,12 +33214,64 @@ declare const VExpansionPanelTitle: {
32696
33214
  }>>;
32697
33215
  type VExpansionPanelTitle = InstanceType<typeof VExpansionPanelTitle>;
32698
33216
 
32699
- declare const VFieldLabel: {
33217
+ declare const VFab: {
32700
33218
  new (...args: any[]): vue.CreateComponentPublicInstance<{
33219
+ symbol: any;
33220
+ flat: boolean;
33221
+ replace: boolean;
32701
33222
  style: vue.StyleValue;
32702
- floating: boolean;
33223
+ size: string | number;
33224
+ active: boolean;
33225
+ disabled: boolean;
33226
+ tag: string;
33227
+ layout: boolean;
33228
+ offset: boolean;
33229
+ order: string | number;
33230
+ absolute: boolean;
33231
+ transition: NonNullable<string | boolean | (vue.TransitionProps & {
33232
+ component?: vue.Component | undefined;
33233
+ })>;
33234
+ readonly: boolean;
33235
+ modelValue: boolean;
33236
+ variant: NonNullable<"flat" | "text" | "elevated" | "tonal" | "outlined" | "plain">;
33237
+ block: boolean;
33238
+ exact: boolean;
33239
+ tile: boolean;
33240
+ appear: boolean;
33241
+ density: Density;
33242
+ extended: boolean;
33243
+ location: "left" | "right" | "end" | "top" | "bottom" | "start";
33244
+ slim: boolean;
33245
+ stacked: boolean;
33246
+ ripple: boolean | {
33247
+ class: string;
33248
+ } | undefined;
33249
+ app: boolean;
32703
33250
  } & {
32704
33251
  class?: any;
33252
+ text?: string | undefined;
33253
+ value?: any;
33254
+ width?: string | number | undefined;
33255
+ height?: string | number | undefined;
33256
+ theme?: string | undefined;
33257
+ href?: string | undefined;
33258
+ color?: string | undefined;
33259
+ name?: string | undefined;
33260
+ loading?: string | boolean | undefined;
33261
+ icon?: boolean | IconValue | undefined;
33262
+ to?: vue_router.RouteLocationRaw | undefined;
33263
+ border?: string | number | boolean | undefined;
33264
+ position?: "fixed" | "absolute" | "relative" | "static" | "sticky" | undefined;
33265
+ rounded?: string | number | boolean | undefined;
33266
+ maxHeight?: string | number | undefined;
33267
+ maxWidth?: string | number | undefined;
33268
+ minHeight?: string | number | undefined;
33269
+ minWidth?: string | number | undefined;
33270
+ elevation?: string | number | undefined;
33271
+ baseColor?: string | undefined;
33272
+ selectedClass?: string | undefined;
33273
+ prependIcon?: IconValue | undefined;
33274
+ appendIcon?: IconValue | undefined;
32705
33275
  } & {
32706
33276
  $children?: vue.VNodeChild | {
32707
33277
  default?: (() => vue.VNodeChild) | undefined;
@@ -32711,11 +33281,67 @@ declare const VFieldLabel: {
32711
33281
  } | undefined;
32712
33282
  } & {
32713
33283
  "v-slot:default"?: false | (() => vue.VNodeChild) | undefined;
32714
- }, {}, unknown, {}, {}, vue.ComponentOptionsMixin, vue.ComponentOptionsMixin, Record<string, any>, vue.VNodeProps & vue.AllowedComponentProps & vue.ComponentCustomProps & {
33284
+ } & {
33285
+ "onUpdate:modelValue"?: ((value: boolean) => any) | undefined;
33286
+ }, {}, unknown, {}, {}, vue.ComponentOptionsMixin, vue.ComponentOptionsMixin, {
33287
+ 'update:modelValue': (value: boolean) => boolean;
33288
+ }, vue.VNodeProps & vue.AllowedComponentProps & vue.ComponentCustomProps & {
33289
+ symbol: any;
33290
+ flat: boolean;
33291
+ replace: boolean;
32715
33292
  style: vue.StyleValue;
32716
- floating: boolean;
33293
+ size: string | number;
33294
+ active: boolean;
33295
+ disabled: boolean;
33296
+ tag: string;
33297
+ layout: boolean;
33298
+ offset: boolean;
33299
+ order: string | number;
33300
+ absolute: boolean;
33301
+ transition: NonNullable<string | boolean | (vue.TransitionProps & {
33302
+ component?: vue.Component | undefined;
33303
+ })>;
33304
+ readonly: boolean;
33305
+ modelValue: boolean;
33306
+ variant: NonNullable<"flat" | "text" | "elevated" | "tonal" | "outlined" | "plain">;
33307
+ block: boolean;
33308
+ exact: boolean;
33309
+ tile: boolean;
33310
+ appear: boolean;
33311
+ density: Density;
33312
+ extended: boolean;
33313
+ location: "left" | "right" | "end" | "top" | "bottom" | "start";
33314
+ slim: boolean;
33315
+ stacked: boolean;
33316
+ ripple: boolean | {
33317
+ class: string;
33318
+ } | undefined;
33319
+ app: boolean;
32717
33320
  } & {
32718
33321
  class?: any;
33322
+ text?: string | undefined;
33323
+ value?: any;
33324
+ width?: string | number | undefined;
33325
+ height?: string | number | undefined;
33326
+ theme?: string | undefined;
33327
+ href?: string | undefined;
33328
+ color?: string | undefined;
33329
+ name?: string | undefined;
33330
+ loading?: string | boolean | undefined;
33331
+ icon?: boolean | IconValue | undefined;
33332
+ to?: vue_router.RouteLocationRaw | undefined;
33333
+ border?: string | number | boolean | undefined;
33334
+ position?: "fixed" | "absolute" | "relative" | "static" | "sticky" | undefined;
33335
+ rounded?: string | number | boolean | undefined;
33336
+ maxHeight?: string | number | undefined;
33337
+ maxWidth?: string | number | undefined;
33338
+ minHeight?: string | number | undefined;
33339
+ minWidth?: string | number | undefined;
33340
+ elevation?: string | number | undefined;
33341
+ baseColor?: string | undefined;
33342
+ selectedClass?: string | undefined;
33343
+ prependIcon?: IconValue | undefined;
33344
+ appendIcon?: IconValue | undefined;
32719
33345
  } & {
32720
33346
  $children?: vue.VNodeChild | {
32721
33347
  default?: (() => vue.VNodeChild) | undefined;
@@ -32725,9 +33351,41 @@ declare const VFieldLabel: {
32725
33351
  } | undefined;
32726
33352
  } & {
32727
33353
  "v-slot:default"?: false | (() => vue.VNodeChild) | undefined;
33354
+ } & {
33355
+ "onUpdate:modelValue"?: ((value: boolean) => any) | undefined;
32728
33356
  }, {
33357
+ symbol: any;
33358
+ flat: boolean;
33359
+ replace: boolean;
32729
33360
  style: vue.StyleValue;
32730
- floating: boolean;
33361
+ size: string | number;
33362
+ active: boolean;
33363
+ disabled: boolean;
33364
+ tag: string;
33365
+ layout: boolean;
33366
+ offset: boolean;
33367
+ order: string | number;
33368
+ absolute: boolean;
33369
+ transition: NonNullable<string | boolean | (vue.TransitionProps & {
33370
+ component?: vue.Component | undefined;
33371
+ })>;
33372
+ readonly: boolean;
33373
+ modelValue: boolean;
33374
+ rounded: string | number | boolean;
33375
+ variant: NonNullable<"flat" | "text" | "elevated" | "tonal" | "outlined" | "plain">;
33376
+ block: boolean;
33377
+ exact: boolean;
33378
+ tile: boolean;
33379
+ appear: boolean;
33380
+ density: Density;
33381
+ extended: boolean;
33382
+ location: "left" | "right" | "end" | "top" | "bottom" | "start";
33383
+ slim: boolean;
33384
+ stacked: boolean;
33385
+ ripple: boolean | {
33386
+ class: string;
33387
+ } | undefined;
33388
+ app: boolean;
32731
33389
  }, true, {}, vue.SlotsType<Partial<{
32732
33390
  default: () => vue.VNode<vue.RendererNode, vue.RendererElement, {
32733
33391
  [key: string]: any;
@@ -32740,10 +33398,62 @@ declare const VFieldLabel: {
32740
33398
  M: {};
32741
33399
  Defaults: {};
32742
33400
  }, {
33401
+ symbol: any;
33402
+ flat: boolean;
33403
+ replace: boolean;
32743
33404
  style: vue.StyleValue;
32744
- floating: boolean;
33405
+ size: string | number;
33406
+ active: boolean;
33407
+ disabled: boolean;
33408
+ tag: string;
33409
+ layout: boolean;
33410
+ offset: boolean;
33411
+ order: string | number;
33412
+ absolute: boolean;
33413
+ transition: NonNullable<string | boolean | (vue.TransitionProps & {
33414
+ component?: vue.Component | undefined;
33415
+ })>;
33416
+ readonly: boolean;
33417
+ modelValue: boolean;
33418
+ variant: NonNullable<"flat" | "text" | "elevated" | "tonal" | "outlined" | "plain">;
33419
+ block: boolean;
33420
+ exact: boolean;
33421
+ tile: boolean;
33422
+ appear: boolean;
33423
+ density: Density;
33424
+ extended: boolean;
33425
+ location: "left" | "right" | "end" | "top" | "bottom" | "start";
33426
+ slim: boolean;
33427
+ stacked: boolean;
33428
+ ripple: boolean | {
33429
+ class: string;
33430
+ } | undefined;
33431
+ app: boolean;
32745
33432
  } & {
32746
33433
  class?: any;
33434
+ text?: string | undefined;
33435
+ value?: any;
33436
+ width?: string | number | undefined;
33437
+ height?: string | number | undefined;
33438
+ theme?: string | undefined;
33439
+ href?: string | undefined;
33440
+ color?: string | undefined;
33441
+ name?: string | undefined;
33442
+ loading?: string | boolean | undefined;
33443
+ icon?: boolean | IconValue | undefined;
33444
+ to?: vue_router.RouteLocationRaw | undefined;
33445
+ border?: string | number | boolean | undefined;
33446
+ position?: "fixed" | "absolute" | "relative" | "static" | "sticky" | undefined;
33447
+ rounded?: string | number | boolean | undefined;
33448
+ maxHeight?: string | number | undefined;
33449
+ maxWidth?: string | number | undefined;
33450
+ minHeight?: string | number | undefined;
33451
+ minWidth?: string | number | undefined;
33452
+ elevation?: string | number | undefined;
33453
+ baseColor?: string | undefined;
33454
+ selectedClass?: string | undefined;
33455
+ prependIcon?: IconValue | undefined;
33456
+ appendIcon?: IconValue | undefined;
32747
33457
  } & {
32748
33458
  $children?: vue.VNodeChild | {
32749
33459
  default?: (() => vue.VNodeChild) | undefined;
@@ -32753,18 +33463,102 @@ declare const VFieldLabel: {
32753
33463
  } | undefined;
32754
33464
  } & {
32755
33465
  "v-slot:default"?: false | (() => vue.VNodeChild) | undefined;
33466
+ } & {
33467
+ "onUpdate:modelValue"?: ((value: boolean) => any) | undefined;
32756
33468
  }, {}, {}, {}, {}, {
33469
+ symbol: any;
33470
+ flat: boolean;
33471
+ replace: boolean;
32757
33472
  style: vue.StyleValue;
32758
- floating: boolean;
33473
+ size: string | number;
33474
+ active: boolean;
33475
+ disabled: boolean;
33476
+ tag: string;
33477
+ layout: boolean;
33478
+ offset: boolean;
33479
+ order: string | number;
33480
+ absolute: boolean;
33481
+ transition: NonNullable<string | boolean | (vue.TransitionProps & {
33482
+ component?: vue.Component | undefined;
33483
+ })>;
33484
+ readonly: boolean;
33485
+ modelValue: boolean;
33486
+ rounded: string | number | boolean;
33487
+ variant: NonNullable<"flat" | "text" | "elevated" | "tonal" | "outlined" | "plain">;
33488
+ block: boolean;
33489
+ exact: boolean;
33490
+ tile: boolean;
33491
+ appear: boolean;
33492
+ density: Density;
33493
+ extended: boolean;
33494
+ location: "left" | "right" | "end" | "top" | "bottom" | "start";
33495
+ slim: boolean;
33496
+ stacked: boolean;
33497
+ ripple: boolean | {
33498
+ class: string;
33499
+ } | undefined;
33500
+ app: boolean;
32759
33501
  }>;
32760
33502
  __isFragment?: undefined;
32761
33503
  __isTeleport?: undefined;
32762
33504
  __isSuspense?: undefined;
32763
33505
  } & vue.ComponentOptionsBase<{
33506
+ symbol: any;
33507
+ flat: boolean;
33508
+ replace: boolean;
32764
33509
  style: vue.StyleValue;
32765
- floating: boolean;
33510
+ size: string | number;
33511
+ active: boolean;
33512
+ disabled: boolean;
33513
+ tag: string;
33514
+ layout: boolean;
33515
+ offset: boolean;
33516
+ order: string | number;
33517
+ absolute: boolean;
33518
+ transition: NonNullable<string | boolean | (vue.TransitionProps & {
33519
+ component?: vue.Component | undefined;
33520
+ })>;
33521
+ readonly: boolean;
33522
+ modelValue: boolean;
33523
+ variant: NonNullable<"flat" | "text" | "elevated" | "tonal" | "outlined" | "plain">;
33524
+ block: boolean;
33525
+ exact: boolean;
33526
+ tile: boolean;
33527
+ appear: boolean;
33528
+ density: Density;
33529
+ extended: boolean;
33530
+ location: "left" | "right" | "end" | "top" | "bottom" | "start";
33531
+ slim: boolean;
33532
+ stacked: boolean;
33533
+ ripple: boolean | {
33534
+ class: string;
33535
+ } | undefined;
33536
+ app: boolean;
32766
33537
  } & {
32767
33538
  class?: any;
33539
+ text?: string | undefined;
33540
+ value?: any;
33541
+ width?: string | number | undefined;
33542
+ height?: string | number | undefined;
33543
+ theme?: string | undefined;
33544
+ href?: string | undefined;
33545
+ color?: string | undefined;
33546
+ name?: string | undefined;
33547
+ loading?: string | boolean | undefined;
33548
+ icon?: boolean | IconValue | undefined;
33549
+ to?: vue_router.RouteLocationRaw | undefined;
33550
+ border?: string | number | boolean | undefined;
33551
+ position?: "fixed" | "absolute" | "relative" | "static" | "sticky" | undefined;
33552
+ rounded?: string | number | boolean | undefined;
33553
+ maxHeight?: string | number | undefined;
33554
+ maxWidth?: string | number | undefined;
33555
+ minHeight?: string | number | undefined;
33556
+ minWidth?: string | number | undefined;
33557
+ elevation?: string | number | undefined;
33558
+ baseColor?: string | undefined;
33559
+ selectedClass?: string | undefined;
33560
+ prependIcon?: IconValue | undefined;
33561
+ appendIcon?: IconValue | undefined;
32768
33562
  } & {
32769
33563
  $children?: vue.VNodeChild | {
32770
33564
  default?: (() => vue.VNodeChild) | undefined;
@@ -32774,81 +33568,447 @@ declare const VFieldLabel: {
32774
33568
  } | undefined;
32775
33569
  } & {
32776
33570
  "v-slot:default"?: false | (() => vue.VNodeChild) | undefined;
32777
- }, {}, unknown, {}, {}, vue.ComponentOptionsMixin, vue.ComponentOptionsMixin, Record<string, any>, string, {
33571
+ } & {
33572
+ "onUpdate:modelValue"?: ((value: boolean) => any) | undefined;
33573
+ }, {}, unknown, {}, {}, vue.ComponentOptionsMixin, vue.ComponentOptionsMixin, {
33574
+ 'update:modelValue': (value: boolean) => boolean;
33575
+ }, string, {
33576
+ symbol: any;
33577
+ flat: boolean;
33578
+ replace: boolean;
32778
33579
  style: vue.StyleValue;
32779
- floating: boolean;
33580
+ size: string | number;
33581
+ active: boolean;
33582
+ disabled: boolean;
33583
+ tag: string;
33584
+ layout: boolean;
33585
+ offset: boolean;
33586
+ order: string | number;
33587
+ absolute: boolean;
33588
+ transition: NonNullable<string | boolean | (vue.TransitionProps & {
33589
+ component?: vue.Component | undefined;
33590
+ })>;
33591
+ readonly: boolean;
33592
+ modelValue: boolean;
33593
+ rounded: string | number | boolean;
33594
+ variant: NonNullable<"flat" | "text" | "elevated" | "tonal" | "outlined" | "plain">;
33595
+ block: boolean;
33596
+ exact: boolean;
33597
+ tile: boolean;
33598
+ appear: boolean;
33599
+ density: Density;
33600
+ extended: boolean;
33601
+ location: "left" | "right" | "end" | "top" | "bottom" | "start";
33602
+ slim: boolean;
33603
+ stacked: boolean;
33604
+ ripple: boolean | {
33605
+ class: string;
33606
+ } | undefined;
33607
+ app: boolean;
32780
33608
  }, {}, string, vue.SlotsType<Partial<{
32781
33609
  default: () => vue.VNode<vue.RendererNode, vue.RendererElement, {
32782
33610
  [key: string]: any;
32783
33611
  }>[];
32784
33612
  }>>> & vue.VNodeProps & vue.AllowedComponentProps & vue.ComponentCustomProps & FilterPropsOptions<{
32785
- class: vue.PropType<any>;
33613
+ transition: Omit<{
33614
+ type: PropType<string | boolean | (vue.TransitionProps & {
33615
+ component?: vue.Component | undefined;
33616
+ })>;
33617
+ default: string;
33618
+ validator: (val: unknown) => boolean;
33619
+ }, "default" | "type"> & {
33620
+ type: PropType<NonNullable<string | boolean | (vue.TransitionProps & {
33621
+ component?: vue.Component | undefined;
33622
+ })>>;
33623
+ default: NonNullable<string | boolean | (vue.TransitionProps & {
33624
+ component?: vue.Component | undefined;
33625
+ })>;
33626
+ };
33627
+ name: {
33628
+ type: StringConstructor;
33629
+ };
33630
+ order: {
33631
+ type: (StringConstructor | NumberConstructor)[];
33632
+ default: number;
33633
+ };
33634
+ absolute: BooleanConstructor;
33635
+ symbol: {
33636
+ type: null;
33637
+ default: vue.InjectionKey<GroupProvide>;
33638
+ };
33639
+ flat: BooleanConstructor;
33640
+ replace: BooleanConstructor;
33641
+ class: PropType<any>;
32786
33642
  style: {
32787
- type: vue.PropType<vue.StyleValue>;
33643
+ type: PropType<vue.StyleValue>;
32788
33644
  default: null;
32789
33645
  };
32790
- floating: BooleanConstructor;
33646
+ size: {
33647
+ type: (StringConstructor | NumberConstructor)[];
33648
+ default: string;
33649
+ };
33650
+ text: StringConstructor;
33651
+ value: null;
33652
+ width: (StringConstructor | NumberConstructor)[];
33653
+ height: (StringConstructor | NumberConstructor)[];
33654
+ active: Omit<{
33655
+ type: BooleanConstructor;
33656
+ default: undefined;
33657
+ }, "default" | "type"> & {
33658
+ type: PropType<boolean>;
33659
+ default: boolean;
33660
+ };
33661
+ theme: StringConstructor;
33662
+ href: StringConstructor;
33663
+ color: StringConstructor;
33664
+ disabled: BooleanConstructor;
33665
+ tag: Omit<{
33666
+ type: StringConstructor;
33667
+ default: string;
33668
+ }, "default" | "type"> & {
33669
+ type: PropType<string>;
33670
+ default: string;
33671
+ };
33672
+ loading: (StringConstructor | BooleanConstructor)[];
33673
+ icon: PropType<boolean | IconValue>;
33674
+ to: PropType<vue_router.RouteLocationRaw>;
33675
+ border: (StringConstructor | NumberConstructor | BooleanConstructor)[];
33676
+ position: {
33677
+ type: PropType<"fixed" | "absolute" | "relative" | "static" | "sticky">;
33678
+ validator: (v: any) => boolean;
33679
+ };
33680
+ readonly: BooleanConstructor;
33681
+ rounded: {
33682
+ type: (StringConstructor | NumberConstructor | BooleanConstructor)[];
33683
+ default: undefined;
33684
+ };
33685
+ variant: Omit<{
33686
+ type: PropType<"flat" | "text" | "elevated" | "tonal" | "outlined" | "plain">;
33687
+ default: string;
33688
+ validator: (v: any) => boolean;
33689
+ }, "default" | "type"> & {
33690
+ type: PropType<NonNullable<"flat" | "text" | "elevated" | "tonal" | "outlined" | "plain">>;
33691
+ default: NonNullable<"flat" | "text" | "elevated" | "tonal" | "outlined" | "plain">;
33692
+ };
33693
+ maxHeight: (StringConstructor | NumberConstructor)[];
33694
+ maxWidth: (StringConstructor | NumberConstructor)[];
33695
+ minHeight: (StringConstructor | NumberConstructor)[];
33696
+ minWidth: (StringConstructor | NumberConstructor)[];
33697
+ block: BooleanConstructor;
33698
+ exact: BooleanConstructor;
33699
+ tile: BooleanConstructor;
33700
+ elevation: {
33701
+ type: (StringConstructor | NumberConstructor)[];
33702
+ validator(v: any): boolean;
33703
+ };
33704
+ density: {
33705
+ type: PropType<Density>;
33706
+ default: string;
33707
+ validator: (v: any) => boolean;
33708
+ };
33709
+ baseColor: StringConstructor;
33710
+ selectedClass: StringConstructor;
33711
+ prependIcon: PropType<IconValue>;
33712
+ appendIcon: PropType<IconValue>;
33713
+ slim: BooleanConstructor;
33714
+ stacked: BooleanConstructor;
33715
+ ripple: {
33716
+ type: PropType<boolean | {
33717
+ class: string;
33718
+ } | undefined>;
33719
+ default: boolean;
33720
+ };
33721
+ app: BooleanConstructor;
33722
+ appear: BooleanConstructor;
33723
+ extended: BooleanConstructor;
33724
+ layout: BooleanConstructor;
33725
+ location: {
33726
+ type: PropType<"left" | "right" | "end" | "top" | "bottom" | "start">;
33727
+ default: string;
33728
+ };
33729
+ offset: BooleanConstructor;
33730
+ modelValue: {
33731
+ type: BooleanConstructor;
33732
+ default: boolean;
33733
+ };
32791
33734
  }, vue.ExtractPropTypes<{
32792
- class: vue.PropType<any>;
33735
+ transition: Omit<{
33736
+ type: PropType<string | boolean | (vue.TransitionProps & {
33737
+ component?: vue.Component | undefined;
33738
+ })>;
33739
+ default: string;
33740
+ validator: (val: unknown) => boolean;
33741
+ }, "default" | "type"> & {
33742
+ type: PropType<NonNullable<string | boolean | (vue.TransitionProps & {
33743
+ component?: vue.Component | undefined;
33744
+ })>>;
33745
+ default: NonNullable<string | boolean | (vue.TransitionProps & {
33746
+ component?: vue.Component | undefined;
33747
+ })>;
33748
+ };
33749
+ name: {
33750
+ type: StringConstructor;
33751
+ };
33752
+ order: {
33753
+ type: (StringConstructor | NumberConstructor)[];
33754
+ default: number;
33755
+ };
33756
+ absolute: BooleanConstructor;
33757
+ symbol: {
33758
+ type: null;
33759
+ default: vue.InjectionKey<GroupProvide>;
33760
+ };
33761
+ flat: BooleanConstructor;
33762
+ replace: BooleanConstructor;
33763
+ class: PropType<any>;
32793
33764
  style: {
32794
- type: vue.PropType<vue.StyleValue>;
33765
+ type: PropType<vue.StyleValue>;
32795
33766
  default: null;
32796
33767
  };
32797
- floating: BooleanConstructor;
32798
- }>>;
32799
- type VFieldLabel = InstanceType<typeof VFieldLabel>;
32800
-
32801
- declare const VFileInput: {
32802
- new (...args: any[]): vue.CreateComponentPublicInstance<{
32803
- reverse: boolean;
32804
- flat: boolean;
32805
- style: vue.StyleValue;
32806
- active: boolean;
32807
- error: boolean;
32808
- disabled: boolean;
32809
- messages: string | readonly string[];
32810
- counter: boolean;
32811
- focused: boolean;
32812
- errorMessages: string | readonly string[] | null;
32813
- maxErrors: string | number;
32814
- readonly: boolean | null;
32815
- rules: readonly ValidationRule$1[];
32816
- modelValue: File | File[];
32817
- variant: "underlined" | "filled" | "outlined" | "plain" | "solo" | "solo-inverted" | "solo-filled";
32818
- multiple: boolean;
32819
- tile: boolean;
32820
- density: Density;
32821
- direction: "horizontal" | "vertical";
32822
- prependIcon: NonNullable<IconValue>;
32823
- clearIcon: IconValue;
32824
- hideSpinButtons: boolean;
32825
- persistentHint: boolean;
32826
- clearable: boolean;
32827
- dirty: boolean;
32828
- persistentClear: boolean;
32829
- singleLine: boolean;
32830
- chips: boolean;
32831
- counterSizeString: string;
32832
- counterString: string;
32833
- hideInput: boolean;
32834
- showSize: boolean | 1000 | 1024;
32835
- } & {
32836
- class?: any;
32837
- id?: string | undefined;
32838
- label?: string | undefined;
32839
- width?: string | number | undefined;
32840
- theme?: string | undefined;
32841
- color?: string | undefined;
32842
- name?: string | undefined;
32843
- loading?: string | boolean | undefined;
32844
- 'onUpdate:focused'?: ((args_0: boolean) => void) | undefined;
32845
- validateOn?: ("input" | "blur" | "submit") | "input lazy" | "blur lazy" | "submit lazy" | "lazy input" | "lazy blur" | "lazy submit" | "lazy" | undefined;
32846
- validationValue?: any;
32847
- rounded?: string | number | boolean | undefined;
32848
- maxWidth?: string | number | undefined;
32849
- minWidth?: string | number | undefined;
32850
- baseColor?: string | undefined;
32851
- bgColor?: string | undefined;
33768
+ size: {
33769
+ type: (StringConstructor | NumberConstructor)[];
33770
+ default: string;
33771
+ };
33772
+ text: StringConstructor;
33773
+ value: null;
33774
+ width: (StringConstructor | NumberConstructor)[];
33775
+ height: (StringConstructor | NumberConstructor)[];
33776
+ active: Omit<{
33777
+ type: BooleanConstructor;
33778
+ default: undefined;
33779
+ }, "default" | "type"> & {
33780
+ type: PropType<boolean>;
33781
+ default: boolean;
33782
+ };
33783
+ theme: StringConstructor;
33784
+ href: StringConstructor;
33785
+ color: StringConstructor;
33786
+ disabled: BooleanConstructor;
33787
+ tag: Omit<{
33788
+ type: StringConstructor;
33789
+ default: string;
33790
+ }, "default" | "type"> & {
33791
+ type: PropType<string>;
33792
+ default: string;
33793
+ };
33794
+ loading: (StringConstructor | BooleanConstructor)[];
33795
+ icon: PropType<boolean | IconValue>;
33796
+ to: PropType<vue_router.RouteLocationRaw>;
33797
+ border: (StringConstructor | NumberConstructor | BooleanConstructor)[];
33798
+ position: {
33799
+ type: PropType<"fixed" | "absolute" | "relative" | "static" | "sticky">;
33800
+ validator: (v: any) => boolean;
33801
+ };
33802
+ readonly: BooleanConstructor;
33803
+ rounded: {
33804
+ type: (StringConstructor | NumberConstructor | BooleanConstructor)[];
33805
+ default: undefined;
33806
+ };
33807
+ variant: Omit<{
33808
+ type: PropType<"flat" | "text" | "elevated" | "tonal" | "outlined" | "plain">;
33809
+ default: string;
33810
+ validator: (v: any) => boolean;
33811
+ }, "default" | "type"> & {
33812
+ type: PropType<NonNullable<"flat" | "text" | "elevated" | "tonal" | "outlined" | "plain">>;
33813
+ default: NonNullable<"flat" | "text" | "elevated" | "tonal" | "outlined" | "plain">;
33814
+ };
33815
+ maxHeight: (StringConstructor | NumberConstructor)[];
33816
+ maxWidth: (StringConstructor | NumberConstructor)[];
33817
+ minHeight: (StringConstructor | NumberConstructor)[];
33818
+ minWidth: (StringConstructor | NumberConstructor)[];
33819
+ block: BooleanConstructor;
33820
+ exact: BooleanConstructor;
33821
+ tile: BooleanConstructor;
33822
+ elevation: {
33823
+ type: (StringConstructor | NumberConstructor)[];
33824
+ validator(v: any): boolean;
33825
+ };
33826
+ density: {
33827
+ type: PropType<Density>;
33828
+ default: string;
33829
+ validator: (v: any) => boolean;
33830
+ };
33831
+ baseColor: StringConstructor;
33832
+ selectedClass: StringConstructor;
33833
+ prependIcon: PropType<IconValue>;
33834
+ appendIcon: PropType<IconValue>;
33835
+ slim: BooleanConstructor;
33836
+ stacked: BooleanConstructor;
33837
+ ripple: {
33838
+ type: PropType<boolean | {
33839
+ class: string;
33840
+ } | undefined>;
33841
+ default: boolean;
33842
+ };
33843
+ app: BooleanConstructor;
33844
+ appear: BooleanConstructor;
33845
+ extended: BooleanConstructor;
33846
+ layout: BooleanConstructor;
33847
+ location: {
33848
+ type: PropType<"left" | "right" | "end" | "top" | "bottom" | "start">;
33849
+ default: string;
33850
+ };
33851
+ offset: BooleanConstructor;
33852
+ modelValue: {
33853
+ type: BooleanConstructor;
33854
+ default: boolean;
33855
+ };
33856
+ }>>;
33857
+ type VFab = InstanceType<typeof VFab>;
33858
+
33859
+ declare const VFieldLabel: {
33860
+ new (...args: any[]): vue.CreateComponentPublicInstance<{
33861
+ style: vue.StyleValue;
33862
+ floating: boolean;
33863
+ } & {
33864
+ class?: any;
33865
+ } & {
33866
+ $children?: vue.VNodeChild | {
33867
+ default?: (() => vue.VNodeChild) | undefined;
33868
+ } | (() => vue.VNodeChild);
33869
+ 'v-slots'?: {
33870
+ default?: false | (() => vue.VNodeChild) | undefined;
33871
+ } | undefined;
33872
+ } & {
33873
+ "v-slot:default"?: false | (() => vue.VNodeChild) | undefined;
33874
+ }, {}, unknown, {}, {}, vue.ComponentOptionsMixin, vue.ComponentOptionsMixin, Record<string, any>, vue.VNodeProps & vue.AllowedComponentProps & vue.ComponentCustomProps & {
33875
+ style: vue.StyleValue;
33876
+ floating: boolean;
33877
+ } & {
33878
+ class?: any;
33879
+ } & {
33880
+ $children?: vue.VNodeChild | {
33881
+ default?: (() => vue.VNodeChild) | undefined;
33882
+ } | (() => vue.VNodeChild);
33883
+ 'v-slots'?: {
33884
+ default?: false | (() => vue.VNodeChild) | undefined;
33885
+ } | undefined;
33886
+ } & {
33887
+ "v-slot:default"?: false | (() => vue.VNodeChild) | undefined;
33888
+ }, {
33889
+ style: vue.StyleValue;
33890
+ floating: boolean;
33891
+ }, true, {}, vue.SlotsType<Partial<{
33892
+ default: () => vue.VNode<vue.RendererNode, vue.RendererElement, {
33893
+ [key: string]: any;
33894
+ }>[];
33895
+ }>>, {
33896
+ P: {};
33897
+ B: {};
33898
+ D: {};
33899
+ C: {};
33900
+ M: {};
33901
+ Defaults: {};
33902
+ }, {
33903
+ style: vue.StyleValue;
33904
+ floating: boolean;
33905
+ } & {
33906
+ class?: any;
33907
+ } & {
33908
+ $children?: vue.VNodeChild | {
33909
+ default?: (() => vue.VNodeChild) | undefined;
33910
+ } | (() => vue.VNodeChild);
33911
+ 'v-slots'?: {
33912
+ default?: false | (() => vue.VNodeChild) | undefined;
33913
+ } | undefined;
33914
+ } & {
33915
+ "v-slot:default"?: false | (() => vue.VNodeChild) | undefined;
33916
+ }, {}, {}, {}, {}, {
33917
+ style: vue.StyleValue;
33918
+ floating: boolean;
33919
+ }>;
33920
+ __isFragment?: undefined;
33921
+ __isTeleport?: undefined;
33922
+ __isSuspense?: undefined;
33923
+ } & vue.ComponentOptionsBase<{
33924
+ style: vue.StyleValue;
33925
+ floating: boolean;
33926
+ } & {
33927
+ class?: any;
33928
+ } & {
33929
+ $children?: vue.VNodeChild | {
33930
+ default?: (() => vue.VNodeChild) | undefined;
33931
+ } | (() => vue.VNodeChild);
33932
+ 'v-slots'?: {
33933
+ default?: false | (() => vue.VNodeChild) | undefined;
33934
+ } | undefined;
33935
+ } & {
33936
+ "v-slot:default"?: false | (() => vue.VNodeChild) | undefined;
33937
+ }, {}, unknown, {}, {}, vue.ComponentOptionsMixin, vue.ComponentOptionsMixin, Record<string, any>, string, {
33938
+ style: vue.StyleValue;
33939
+ floating: boolean;
33940
+ }, {}, string, vue.SlotsType<Partial<{
33941
+ default: () => vue.VNode<vue.RendererNode, vue.RendererElement, {
33942
+ [key: string]: any;
33943
+ }>[];
33944
+ }>>> & vue.VNodeProps & vue.AllowedComponentProps & vue.ComponentCustomProps & FilterPropsOptions<{
33945
+ class: vue.PropType<any>;
33946
+ style: {
33947
+ type: vue.PropType<vue.StyleValue>;
33948
+ default: null;
33949
+ };
33950
+ floating: BooleanConstructor;
33951
+ }, vue.ExtractPropTypes<{
33952
+ class: vue.PropType<any>;
33953
+ style: {
33954
+ type: vue.PropType<vue.StyleValue>;
33955
+ default: null;
33956
+ };
33957
+ floating: BooleanConstructor;
33958
+ }>>;
33959
+ type VFieldLabel = InstanceType<typeof VFieldLabel>;
33960
+
33961
+ declare const VFileInput: {
33962
+ new (...args: any[]): vue.CreateComponentPublicInstance<{
33963
+ reverse: boolean;
33964
+ flat: boolean;
33965
+ style: vue.StyleValue;
33966
+ active: boolean;
33967
+ error: boolean;
33968
+ disabled: boolean;
33969
+ messages: string | readonly string[];
33970
+ counter: boolean;
33971
+ focused: boolean;
33972
+ errorMessages: string | readonly string[] | null;
33973
+ maxErrors: string | number;
33974
+ readonly: boolean | null;
33975
+ rules: readonly ValidationRule$1[];
33976
+ modelValue: File | File[];
33977
+ variant: "underlined" | "filled" | "outlined" | "plain" | "solo" | "solo-inverted" | "solo-filled";
33978
+ multiple: boolean;
33979
+ tile: boolean;
33980
+ density: Density;
33981
+ direction: "horizontal" | "vertical";
33982
+ prependIcon: NonNullable<IconValue>;
33983
+ clearIcon: IconValue;
33984
+ hideSpinButtons: boolean;
33985
+ persistentHint: boolean;
33986
+ clearable: boolean;
33987
+ dirty: boolean;
33988
+ persistentClear: boolean;
33989
+ singleLine: boolean;
33990
+ chips: boolean;
33991
+ counterSizeString: string;
33992
+ counterString: string;
33993
+ hideInput: boolean;
33994
+ showSize: boolean | 1000 | 1024;
33995
+ } & {
33996
+ class?: any;
33997
+ id?: string | undefined;
33998
+ label?: string | undefined;
33999
+ width?: string | number | undefined;
34000
+ theme?: string | undefined;
34001
+ color?: string | undefined;
34002
+ name?: string | undefined;
34003
+ loading?: string | boolean | undefined;
34004
+ 'onUpdate:focused'?: ((args_0: boolean) => void) | undefined;
34005
+ validateOn?: ("input" | "blur" | "submit") | "input lazy" | "blur lazy" | "submit lazy" | "lazy input" | "lazy blur" | "lazy submit" | "lazy" | undefined;
34006
+ validationValue?: any;
34007
+ rounded?: string | number | boolean | undefined;
34008
+ maxWidth?: string | number | undefined;
34009
+ minWidth?: string | number | undefined;
34010
+ baseColor?: string | undefined;
34011
+ bgColor?: string | undefined;
32852
34012
  appendIcon?: IconValue | undefined;
32853
34013
  appendInnerIcon?: IconValue | undefined;
32854
34014
  prependInnerIcon?: IconValue | undefined;
@@ -54437,246 +55597,1330 @@ declare const VSnackbar: {
54437
55597
  location: Anchor;
54438
55598
  locationStrategy: "static" | ((data: LocationStrategyData, props: StrategyProps, contentStyles: Ref<Record<string, string>>) => {
54439
55599
  updateLocation: (e: Event) => void;
54440
- } | undefined) | "connected";
54441
- scrollStrategy: "close" | "none" | "block" | ((data: ScrollStrategyData, props: StrategyProps$1, scope: vue.EffectScope) => void) | "reposition";
54442
- activatorProps: Record<string, any>;
54443
- openOnHover: boolean;
54444
- closeOnContentClick: boolean;
54445
- closeOnBack: boolean;
54446
- contained: boolean;
54447
- noClickAnimation: boolean;
54448
- persistent: boolean;
54449
- scrim: string | boolean;
54450
- _disableGlobalStack: boolean;
55600
+ } | undefined) | "connected";
55601
+ scrollStrategy: "close" | "none" | "block" | ((data: ScrollStrategyData, props: StrategyProps$1, scope: vue.EffectScope) => void) | "reposition";
55602
+ activatorProps: Record<string, any>;
55603
+ openOnHover: boolean;
55604
+ closeOnContentClick: boolean;
55605
+ closeOnBack: boolean;
55606
+ contained: boolean;
55607
+ noClickAnimation: boolean;
55608
+ persistent: boolean;
55609
+ scrim: string | boolean;
55610
+ _disableGlobalStack: boolean;
55611
+ } & {
55612
+ class?: any;
55613
+ width?: string | number | undefined;
55614
+ height?: string | number | undefined;
55615
+ theme?: string | undefined;
55616
+ target?: Element | (string & {}) | vue.ComponentPublicInstance | "parent" | "cursor" | [x: number, y: number] | undefined;
55617
+ offset?: string | number | number[] | undefined;
55618
+ contentClass?: any;
55619
+ opacity?: string | number | undefined;
55620
+ maxHeight?: string | number | undefined;
55621
+ maxWidth?: string | number | undefined;
55622
+ minHeight?: string | number | undefined;
55623
+ minWidth?: string | number | undefined;
55624
+ activator?: Element | (string & {}) | vue.ComponentPublicInstance | "parent" | undefined;
55625
+ closeDelay?: string | number | undefined;
55626
+ openDelay?: string | number | undefined;
55627
+ openOnClick?: boolean | undefined;
55628
+ openOnFocus?: boolean | undefined;
55629
+ contentProps?: any;
55630
+ attach?: string | boolean | Element | undefined;
55631
+ } & {
55632
+ $children?: vue.VNodeChild | {
55633
+ default?: ((arg: {
55634
+ isActive: Ref<boolean>;
55635
+ }) => vue.VNodeChild) | undefined;
55636
+ activator?: ((arg: {
55637
+ isActive: boolean;
55638
+ props: Record<string, any>;
55639
+ targetRef: Ref<any>;
55640
+ }) => vue.VNodeChild) | undefined;
55641
+ } | ((arg: {
55642
+ isActive: Ref<boolean>;
55643
+ }) => vue.VNodeChild);
55644
+ 'v-slots'?: {
55645
+ default?: false | ((arg: {
55646
+ isActive: Ref<boolean>;
55647
+ }) => vue.VNodeChild) | undefined;
55648
+ activator?: false | ((arg: {
55649
+ isActive: boolean;
55650
+ props: Record<string, any>;
55651
+ targetRef: Ref<any>;
55652
+ }) => vue.VNodeChild) | undefined;
55653
+ } | undefined;
55654
+ } & {
55655
+ "v-slot:default"?: false | ((arg: {
55656
+ isActive: Ref<boolean>;
55657
+ }) => vue.VNodeChild) | undefined;
55658
+ "v-slot:activator"?: false | ((arg: {
55659
+ isActive: boolean;
55660
+ props: Record<string, any>;
55661
+ targetRef: Ref<any>;
55662
+ }) => vue.VNodeChild) | undefined;
55663
+ } & {
55664
+ "onUpdate:modelValue"?: ((value: boolean) => any) | undefined;
55665
+ onAfterEnter?: (() => any) | undefined;
55666
+ onAfterLeave?: (() => any) | undefined;
55667
+ "onClick:outside"?: ((e: MouseEvent) => any) | undefined;
55668
+ }, "target" | "activatorEl" | "scrimEl" | "animateClick" | "contentEl" | "globalTop" | "localTop" | "updateLocation"> & vue.ShallowUnwrapRef<{
55669
+ activatorEl: Ref<HTMLElement | undefined>;
55670
+ scrimEl: Ref<HTMLElement | undefined>;
55671
+ target: vue.ComputedRef<HTMLElement | [x: number, y: number] | undefined>;
55672
+ animateClick: () => void;
55673
+ contentEl: Ref<HTMLElement | undefined>;
55674
+ globalTop: Readonly<Ref<boolean>>;
55675
+ localTop: vue.ComputedRef<boolean>;
55676
+ updateLocation: Ref<((e: Event) => void) | undefined>;
55677
+ }> & {} & vue.ComponentCustomProperties & {}, "class" | "width" | "height" | "theme" | "key" | "target" | "v-slot:default" | "$children" | "v-slots" | "ref" | "ref_for" | "ref_key" | "onVnodeBeforeMount" | "onVnodeMounted" | "onVnodeBeforeUpdate" | "onVnodeUpdated" | "onVnodeBeforeUnmount" | "onVnodeUnmounted" | "offset" | "onUpdate:modelValue" | "contentClass" | "opacity" | "maxHeight" | "maxWidth" | "minHeight" | "minWidth" | "onAfterEnter" | "onAfterLeave" | "activator" | "v-slot:activator" | "closeDelay" | "openDelay" | "contentProps" | "attach" | "onClick:outside" | ("style" | "disabled" | "absolute" | "transition" | "zIndex" | "modelValue" | "origin" | "eager" | "location" | "locationStrategy" | "scrollStrategy" | "activatorProps" | "openOnClick" | "openOnHover" | "openOnFocus" | "closeOnContentClick" | "closeOnBack" | "contained" | "noClickAnimation" | "persistent" | "scrim" | "_disableGlobalStack")>, `$${any}`>, {}, {}, {}, {
55678
+ style: vue.StyleValue;
55679
+ disabled: boolean;
55680
+ absolute: boolean;
55681
+ transition: NonNullable<string | boolean | (vue.TransitionProps & {
55682
+ component?: vue.Component | undefined;
55683
+ })>;
55684
+ zIndex: string | number;
55685
+ modelValue: boolean;
55686
+ rounded: string | number | boolean;
55687
+ variant: "flat" | "text" | "elevated" | "tonal" | "outlined" | "plain";
55688
+ origin: Anchor | "auto" | "overlap";
55689
+ vertical: boolean;
55690
+ tile: boolean;
55691
+ eager: boolean;
55692
+ location: Anchor;
55693
+ locationStrategy: "static" | ((data: LocationStrategyData, props: StrategyProps, contentStyles: Ref<Record<string, string>>) => {
55694
+ updateLocation: (e: Event) => void;
55695
+ } | undefined) | "connected";
55696
+ activatorProps: Record<string, any>;
55697
+ openOnClick: boolean;
55698
+ openOnHover: boolean;
55699
+ openOnFocus: boolean;
55700
+ closeOnContentClick: boolean;
55701
+ closeOnBack: boolean;
55702
+ contained: boolean;
55703
+ multiLine: boolean;
55704
+ timeout: string | number;
55705
+ }>;
55706
+ __isFragment?: undefined;
55707
+ __isTeleport?: undefined;
55708
+ __isSuspense?: undefined;
55709
+ } & vue.ComponentOptionsBase<{
55710
+ style: vue.StyleValue;
55711
+ disabled: boolean;
55712
+ absolute: boolean;
55713
+ transition: NonNullable<string | boolean | (vue.TransitionProps & {
55714
+ component?: vue.Component | undefined;
55715
+ })>;
55716
+ zIndex: string | number;
55717
+ modelValue: boolean;
55718
+ variant: "flat" | "text" | "elevated" | "tonal" | "outlined" | "plain";
55719
+ origin: Anchor | "auto" | "overlap";
55720
+ vertical: boolean;
55721
+ tile: boolean;
55722
+ eager: boolean;
55723
+ location: Anchor;
55724
+ locationStrategy: "static" | ((data: LocationStrategyData, props: StrategyProps, contentStyles: Ref<Record<string, string>>) => {
55725
+ updateLocation: (e: Event) => void;
55726
+ } | undefined) | "connected";
55727
+ activatorProps: Record<string, any>;
55728
+ openOnHover: boolean;
55729
+ closeOnContentClick: boolean;
55730
+ closeOnBack: boolean;
55731
+ contained: boolean;
55732
+ multiLine: boolean;
55733
+ timeout: string | number;
55734
+ } & {
55735
+ class?: any;
55736
+ text?: string | undefined;
55737
+ width?: string | number | undefined;
55738
+ height?: string | number | undefined;
55739
+ theme?: string | undefined;
55740
+ target?: Element | (string & {}) | vue.ComponentPublicInstance | "parent" | "cursor" | [x: number, y: number] | undefined;
55741
+ color?: string | undefined;
55742
+ offset?: string | number | number[] | undefined;
55743
+ position?: "fixed" | "absolute" | "relative" | "static" | "sticky" | undefined;
55744
+ rounded?: string | number | boolean | undefined;
55745
+ contentClass?: any;
55746
+ opacity?: string | number | undefined;
55747
+ maxHeight?: string | number | undefined;
55748
+ maxWidth?: string | number | undefined;
55749
+ minHeight?: string | number | undefined;
55750
+ minWidth?: string | number | undefined;
55751
+ activator?: Element | (string & {}) | vue.ComponentPublicInstance | "parent" | undefined;
55752
+ closeDelay?: string | number | undefined;
55753
+ openDelay?: string | number | undefined;
55754
+ openOnClick?: boolean | undefined;
55755
+ openOnFocus?: boolean | undefined;
55756
+ contentProps?: any;
55757
+ attach?: string | boolean | Element | undefined;
55758
+ timer?: string | boolean | undefined;
55759
+ } & {
55760
+ $children?: vue.VNodeChild | (() => vue.VNodeChild) | {
55761
+ activator?: ((arg: {
55762
+ isActive: boolean;
55763
+ props: Record<string, any>;
55764
+ }) => vue.VNodeChild) | undefined;
55765
+ default?: (() => vue.VNodeChild) | undefined;
55766
+ actions?: ((arg: {
55767
+ isActive: Ref<boolean>;
55768
+ }) => vue.VNodeChild) | undefined;
55769
+ text?: (() => vue.VNodeChild) | undefined;
55770
+ };
55771
+ 'v-slots'?: {
55772
+ activator?: false | ((arg: {
55773
+ isActive: boolean;
55774
+ props: Record<string, any>;
55775
+ }) => vue.VNodeChild) | undefined;
55776
+ default?: false | (() => vue.VNodeChild) | undefined;
55777
+ actions?: false | ((arg: {
55778
+ isActive: Ref<boolean>;
55779
+ }) => vue.VNodeChild) | undefined;
55780
+ text?: false | (() => vue.VNodeChild) | undefined;
55781
+ } | undefined;
55782
+ } & {
55783
+ "v-slot:activator"?: false | ((arg: {
55784
+ isActive: boolean;
55785
+ props: Record<string, any>;
55786
+ }) => vue.VNodeChild) | undefined;
55787
+ "v-slot:default"?: false | (() => vue.VNodeChild) | undefined;
55788
+ "v-slot:actions"?: false | ((arg: {
55789
+ isActive: Ref<boolean>;
55790
+ }) => vue.VNodeChild) | undefined;
55791
+ "v-slot:text"?: false | (() => vue.VNodeChild) | undefined;
55792
+ } & {
55793
+ "onUpdate:modelValue"?: ((v: boolean) => any) | undefined;
55794
+ }, Omit<Omit<{
55795
+ $: vue.ComponentInternalInstance;
55796
+ $data: {};
55797
+ $props: Partial<{
55798
+ style: vue.StyleValue;
55799
+ disabled: boolean;
55800
+ absolute: boolean;
55801
+ transition: string | boolean | (vue.TransitionProps & {
55802
+ component?: vue.Component | undefined;
55803
+ });
55804
+ zIndex: string | number;
55805
+ modelValue: boolean;
55806
+ origin: Anchor | "auto" | "overlap";
55807
+ eager: boolean;
55808
+ location: Anchor;
55809
+ locationStrategy: "static" | ((data: LocationStrategyData, props: StrategyProps, contentStyles: Ref<Record<string, string>>) => {
55810
+ updateLocation: (e: Event) => void;
55811
+ } | undefined) | "connected";
55812
+ scrollStrategy: "close" | "none" | "block" | ((data: ScrollStrategyData, props: StrategyProps$1, scope: vue.EffectScope) => void) | "reposition";
55813
+ activatorProps: Record<string, any>;
55814
+ openOnClick: boolean;
55815
+ openOnHover: boolean;
55816
+ openOnFocus: boolean;
55817
+ closeOnContentClick: boolean;
55818
+ closeOnBack: boolean;
55819
+ contained: boolean;
55820
+ noClickAnimation: boolean;
55821
+ persistent: boolean;
55822
+ scrim: string | boolean;
55823
+ _disableGlobalStack: boolean;
55824
+ }> & Omit<{
55825
+ style: vue.StyleValue;
55826
+ disabled: boolean;
55827
+ absolute: boolean;
55828
+ transition: string | boolean | (vue.TransitionProps & {
55829
+ component?: vue.Component | undefined;
55830
+ });
55831
+ zIndex: string | number;
55832
+ modelValue: boolean;
55833
+ origin: Anchor | "auto" | "overlap";
55834
+ eager: boolean;
55835
+ location: Anchor;
55836
+ locationStrategy: "static" | ((data: LocationStrategyData, props: StrategyProps, contentStyles: Ref<Record<string, string>>) => {
55837
+ updateLocation: (e: Event) => void;
55838
+ } | undefined) | "connected";
55839
+ scrollStrategy: "close" | "none" | "block" | ((data: ScrollStrategyData, props: StrategyProps$1, scope: vue.EffectScope) => void) | "reposition";
55840
+ activatorProps: Record<string, any>;
55841
+ openOnHover: boolean;
55842
+ closeOnContentClick: boolean;
55843
+ closeOnBack: boolean;
55844
+ contained: boolean;
55845
+ noClickAnimation: boolean;
55846
+ persistent: boolean;
55847
+ scrim: string | boolean;
55848
+ _disableGlobalStack: boolean;
55849
+ class?: any;
55850
+ width?: string | number | undefined;
55851
+ height?: string | number | undefined;
55852
+ theme?: string | undefined;
55853
+ target?: Element | (string & {}) | vue.ComponentPublicInstance | "parent" | "cursor" | [x: number, y: number] | undefined;
55854
+ offset?: string | number | number[] | undefined;
55855
+ contentClass?: any;
55856
+ opacity?: string | number | undefined;
55857
+ maxHeight?: string | number | undefined;
55858
+ maxWidth?: string | number | undefined;
55859
+ minHeight?: string | number | undefined;
55860
+ minWidth?: string | number | undefined;
55861
+ activator?: Element | (string & {}) | vue.ComponentPublicInstance | "parent" | undefined;
55862
+ closeDelay?: string | number | undefined;
55863
+ openDelay?: string | number | undefined;
55864
+ openOnClick?: boolean | undefined;
55865
+ openOnFocus?: boolean | undefined;
55866
+ contentProps?: any;
55867
+ attach?: string | boolean | Element | undefined;
55868
+ $children?: vue.VNodeChild | {
55869
+ default?: ((arg: {
55870
+ isActive: Ref<boolean>;
55871
+ }) => vue.VNodeChild) | undefined;
55872
+ activator?: ((arg: {
55873
+ isActive: boolean;
55874
+ props: Record<string, any>;
55875
+ targetRef: Ref<any>;
55876
+ }) => vue.VNodeChild) | undefined;
55877
+ } | ((arg: {
55878
+ isActive: Ref<boolean>;
55879
+ }) => vue.VNodeChild);
55880
+ 'v-slots'?: {
55881
+ default?: false | ((arg: {
55882
+ isActive: Ref<boolean>;
55883
+ }) => vue.VNodeChild) | undefined;
55884
+ activator?: false | ((arg: {
55885
+ isActive: boolean;
55886
+ props: Record<string, any>;
55887
+ targetRef: Ref<any>;
55888
+ }) => vue.VNodeChild) | undefined;
55889
+ } | undefined;
55890
+ "v-slot:default"?: false | ((arg: {
55891
+ isActive: Ref<boolean>;
55892
+ }) => vue.VNodeChild) | undefined;
55893
+ "v-slot:activator"?: false | ((arg: {
55894
+ isActive: boolean;
55895
+ props: Record<string, any>;
55896
+ targetRef: Ref<any>;
55897
+ }) => vue.VNodeChild) | undefined;
55898
+ "onUpdate:modelValue"?: ((value: boolean) => any) | undefined;
55899
+ onAfterEnter?: (() => any) | undefined;
55900
+ onAfterLeave?: (() => any) | undefined;
55901
+ "onClick:outside"?: ((e: MouseEvent) => any) | undefined;
55902
+ } & vue.VNodeProps & vue.AllowedComponentProps & vue.ComponentCustomProps & {
55903
+ style: vue.StyleValue;
55904
+ disabled: boolean;
55905
+ absolute: boolean;
55906
+ transition: string | boolean | (vue.TransitionProps & {
55907
+ component?: vue.Component | undefined;
55908
+ });
55909
+ zIndex: string | number;
55910
+ modelValue: boolean;
55911
+ origin: Anchor | "auto" | "overlap";
55912
+ eager: boolean;
55913
+ location: Anchor;
55914
+ locationStrategy: "static" | ((data: LocationStrategyData, props: StrategyProps, contentStyles: Ref<Record<string, string>>) => {
55915
+ updateLocation: (e: Event) => void;
55916
+ } | undefined) | "connected";
55917
+ scrollStrategy: "close" | "none" | "block" | ((data: ScrollStrategyData, props: StrategyProps$1, scope: vue.EffectScope) => void) | "reposition";
55918
+ activatorProps: Record<string, any>;
55919
+ openOnHover: boolean;
55920
+ closeOnContentClick: boolean;
55921
+ closeOnBack: boolean;
55922
+ contained: boolean;
55923
+ noClickAnimation: boolean;
55924
+ persistent: boolean;
55925
+ scrim: string | boolean;
55926
+ _disableGlobalStack: boolean;
55927
+ } & {
55928
+ class?: any;
55929
+ width?: string | number | undefined;
55930
+ height?: string | number | undefined;
55931
+ theme?: string | undefined;
55932
+ target?: Element | (string & {}) | vue.ComponentPublicInstance | "parent" | "cursor" | [x: number, y: number] | undefined;
55933
+ offset?: string | number | number[] | undefined;
55934
+ contentClass?: any;
55935
+ opacity?: string | number | undefined;
55936
+ maxHeight?: string | number | undefined;
55937
+ maxWidth?: string | number | undefined;
55938
+ minHeight?: string | number | undefined;
55939
+ minWidth?: string | number | undefined;
55940
+ activator?: Element | (string & {}) | vue.ComponentPublicInstance | "parent" | undefined;
55941
+ closeDelay?: string | number | undefined;
55942
+ openDelay?: string | number | undefined;
55943
+ openOnClick?: boolean | undefined;
55944
+ openOnFocus?: boolean | undefined;
55945
+ contentProps?: any;
55946
+ attach?: string | boolean | Element | undefined;
55947
+ } & {
55948
+ $children?: vue.VNodeChild | {
55949
+ default?: ((arg: {
55950
+ isActive: Ref<boolean>;
55951
+ }) => vue.VNodeChild) | undefined;
55952
+ activator?: ((arg: {
55953
+ isActive: boolean;
55954
+ props: Record<string, any>;
55955
+ targetRef: Ref<any>;
55956
+ }) => vue.VNodeChild) | undefined;
55957
+ } | ((arg: {
55958
+ isActive: Ref<boolean>;
55959
+ }) => vue.VNodeChild);
55960
+ 'v-slots'?: {
55961
+ default?: false | ((arg: {
55962
+ isActive: Ref<boolean>;
55963
+ }) => vue.VNodeChild) | undefined;
55964
+ activator?: false | ((arg: {
55965
+ isActive: boolean;
55966
+ props: Record<string, any>;
55967
+ targetRef: Ref<any>;
55968
+ }) => vue.VNodeChild) | undefined;
55969
+ } | undefined;
55970
+ } & {
55971
+ "v-slot:default"?: false | ((arg: {
55972
+ isActive: Ref<boolean>;
55973
+ }) => vue.VNodeChild) | undefined;
55974
+ "v-slot:activator"?: false | ((arg: {
55975
+ isActive: boolean;
55976
+ props: Record<string, any>;
55977
+ targetRef: Ref<any>;
55978
+ }) => vue.VNodeChild) | undefined;
55979
+ } & {
55980
+ "onUpdate:modelValue"?: ((value: boolean) => any) | undefined;
55981
+ onAfterEnter?: (() => any) | undefined;
55982
+ onAfterLeave?: (() => any) | undefined;
55983
+ "onClick:outside"?: ((e: MouseEvent) => any) | undefined;
55984
+ }, "style" | "disabled" | "absolute" | "transition" | "zIndex" | "modelValue" | "origin" | "eager" | "location" | "locationStrategy" | "scrollStrategy" | "activatorProps" | "openOnClick" | "openOnHover" | "openOnFocus" | "closeOnContentClick" | "closeOnBack" | "contained" | "noClickAnimation" | "persistent" | "scrim" | "_disableGlobalStack">;
55985
+ $attrs: {
55986
+ [x: string]: unknown;
55987
+ };
55988
+ $refs: {
55989
+ [x: string]: unknown;
55990
+ };
55991
+ $slots: Readonly<{
55992
+ default?: ((arg: {
55993
+ isActive: Ref<boolean>;
55994
+ }) => vue.VNode<vue.RendererNode, vue.RendererElement, {
55995
+ [key: string]: any;
55996
+ }>[]) | undefined;
55997
+ activator?: ((arg: {
55998
+ isActive: boolean;
55999
+ props: Record<string, any>;
56000
+ targetRef: Ref<any>;
56001
+ }) => vue.VNode<vue.RendererNode, vue.RendererElement, {
56002
+ [key: string]: any;
56003
+ }>[]) | undefined;
56004
+ }>;
56005
+ $root: vue.ComponentPublicInstance<{}, {}, {}, {}, {}, {}, {}, {}, false, vue.ComponentOptionsBase<any, any, any, any, any, any, any, any, any, {}, {}, string, {}>, {}, {}> | null;
56006
+ $parent: vue.ComponentPublicInstance<{}, {}, {}, {}, {}, {}, {}, {}, false, vue.ComponentOptionsBase<any, any, any, any, any, any, any, any, any, {}, {}, string, {}>, {}, {}> | null;
56007
+ $emit: ((event: "update:modelValue", value: boolean) => void) & ((event: "click:outside", e: MouseEvent) => void) & ((event: "afterEnter") => void) & ((event: "afterLeave") => void);
56008
+ $el: any;
56009
+ $options: vue.ComponentOptionsBase<{
56010
+ style: vue.StyleValue;
56011
+ disabled: boolean;
56012
+ absolute: boolean;
56013
+ transition: string | boolean | (vue.TransitionProps & {
56014
+ component?: vue.Component | undefined;
56015
+ });
56016
+ zIndex: string | number;
56017
+ modelValue: boolean;
56018
+ origin: Anchor | "auto" | "overlap";
56019
+ eager: boolean;
56020
+ location: Anchor;
56021
+ locationStrategy: "static" | ((data: LocationStrategyData, props: StrategyProps, contentStyles: Ref<Record<string, string>>) => {
56022
+ updateLocation: (e: Event) => void;
56023
+ } | undefined) | "connected";
56024
+ scrollStrategy: "close" | "none" | "block" | ((data: ScrollStrategyData, props: StrategyProps$1, scope: vue.EffectScope) => void) | "reposition";
56025
+ activatorProps: Record<string, any>;
56026
+ openOnHover: boolean;
56027
+ closeOnContentClick: boolean;
56028
+ closeOnBack: boolean;
56029
+ contained: boolean;
56030
+ noClickAnimation: boolean;
56031
+ persistent: boolean;
56032
+ scrim: string | boolean;
56033
+ _disableGlobalStack: boolean;
56034
+ } & {
56035
+ class?: any;
56036
+ width?: string | number | undefined;
56037
+ height?: string | number | undefined;
56038
+ theme?: string | undefined;
56039
+ target?: Element | (string & {}) | vue.ComponentPublicInstance | "parent" | "cursor" | [x: number, y: number] | undefined;
56040
+ offset?: string | number | number[] | undefined;
56041
+ contentClass?: any;
56042
+ opacity?: string | number | undefined;
56043
+ maxHeight?: string | number | undefined;
56044
+ maxWidth?: string | number | undefined;
56045
+ minHeight?: string | number | undefined;
56046
+ minWidth?: string | number | undefined;
56047
+ activator?: Element | (string & {}) | vue.ComponentPublicInstance | "parent" | undefined;
56048
+ closeDelay?: string | number | undefined;
56049
+ openDelay?: string | number | undefined;
56050
+ openOnClick?: boolean | undefined;
56051
+ openOnFocus?: boolean | undefined;
56052
+ contentProps?: any;
56053
+ attach?: string | boolean | Element | undefined;
56054
+ } & {
56055
+ $children?: vue.VNodeChild | {
56056
+ default?: ((arg: {
56057
+ isActive: Ref<boolean>;
56058
+ }) => vue.VNodeChild) | undefined;
56059
+ activator?: ((arg: {
56060
+ isActive: boolean;
56061
+ props: Record<string, any>;
56062
+ targetRef: Ref<any>;
56063
+ }) => vue.VNodeChild) | undefined;
56064
+ } | ((arg: {
56065
+ isActive: Ref<boolean>;
56066
+ }) => vue.VNodeChild);
56067
+ 'v-slots'?: {
56068
+ default?: false | ((arg: {
56069
+ isActive: Ref<boolean>;
56070
+ }) => vue.VNodeChild) | undefined;
56071
+ activator?: false | ((arg: {
56072
+ isActive: boolean;
56073
+ props: Record<string, any>;
56074
+ targetRef: Ref<any>;
56075
+ }) => vue.VNodeChild) | undefined;
56076
+ } | undefined;
56077
+ } & {
56078
+ "v-slot:default"?: false | ((arg: {
56079
+ isActive: Ref<boolean>;
56080
+ }) => vue.VNodeChild) | undefined;
56081
+ "v-slot:activator"?: false | ((arg: {
56082
+ isActive: boolean;
56083
+ props: Record<string, any>;
56084
+ targetRef: Ref<any>;
56085
+ }) => vue.VNodeChild) | undefined;
56086
+ } & {
56087
+ "onUpdate:modelValue"?: ((value: boolean) => any) | undefined;
56088
+ onAfterEnter?: (() => any) | undefined;
56089
+ onAfterLeave?: (() => any) | undefined;
56090
+ "onClick:outside"?: ((e: MouseEvent) => any) | undefined;
56091
+ }, {
56092
+ activatorEl: Ref<HTMLElement | undefined>;
56093
+ scrimEl: Ref<HTMLElement | undefined>;
56094
+ target: vue.ComputedRef<HTMLElement | [x: number, y: number] | undefined>;
56095
+ animateClick: () => void;
56096
+ contentEl: Ref<HTMLElement | undefined>;
56097
+ globalTop: Readonly<Ref<boolean>>;
56098
+ localTop: vue.ComputedRef<boolean>;
56099
+ updateLocation: Ref<((e: Event) => void) | undefined>;
56100
+ }, unknown, {}, {}, vue.ComponentOptionsMixin, vue.ComponentOptionsMixin, {
56101
+ 'click:outside': (e: MouseEvent) => true;
56102
+ 'update:modelValue': (value: boolean) => true;
56103
+ afterEnter: () => true;
56104
+ afterLeave: () => true;
56105
+ }, string, {
56106
+ style: vue.StyleValue;
56107
+ disabled: boolean;
56108
+ absolute: boolean;
56109
+ transition: string | boolean | (vue.TransitionProps & {
56110
+ component?: vue.Component | undefined;
56111
+ });
56112
+ zIndex: string | number;
56113
+ modelValue: boolean;
56114
+ origin: Anchor | "auto" | "overlap";
56115
+ eager: boolean;
56116
+ location: Anchor;
56117
+ locationStrategy: "static" | ((data: LocationStrategyData, props: StrategyProps, contentStyles: Ref<Record<string, string>>) => {
56118
+ updateLocation: (e: Event) => void;
56119
+ } | undefined) | "connected";
56120
+ scrollStrategy: "close" | "none" | "block" | ((data: ScrollStrategyData, props: StrategyProps$1, scope: vue.EffectScope) => void) | "reposition";
56121
+ activatorProps: Record<string, any>;
56122
+ openOnClick: boolean;
56123
+ openOnHover: boolean;
56124
+ openOnFocus: boolean;
56125
+ closeOnContentClick: boolean;
56126
+ closeOnBack: boolean;
56127
+ contained: boolean;
56128
+ noClickAnimation: boolean;
56129
+ persistent: boolean;
56130
+ scrim: string | boolean;
56131
+ _disableGlobalStack: boolean;
56132
+ }, {}, string, vue.SlotsType<Partial<{
56133
+ default: (arg: {
56134
+ isActive: Ref<boolean>;
56135
+ }) => vue.VNode<vue.RendererNode, vue.RendererElement, {
56136
+ [key: string]: any;
56137
+ }>[];
56138
+ activator: (arg: {
56139
+ isActive: boolean;
56140
+ props: Record<string, any>;
56141
+ targetRef: Ref<any>;
56142
+ }) => vue.VNode<vue.RendererNode, vue.RendererElement, {
56143
+ [key: string]: any;
56144
+ }>[];
56145
+ }>>> & {
56146
+ beforeCreate?: ((() => void) | (() => void)[]) | undefined;
56147
+ created?: ((() => void) | (() => void)[]) | undefined;
56148
+ beforeMount?: ((() => void) | (() => void)[]) | undefined;
56149
+ mounted?: ((() => void) | (() => void)[]) | undefined;
56150
+ beforeUpdate?: ((() => void) | (() => void)[]) | undefined;
56151
+ updated?: ((() => void) | (() => void)[]) | undefined;
56152
+ activated?: ((() => void) | (() => void)[]) | undefined;
56153
+ deactivated?: ((() => void) | (() => void)[]) | undefined;
56154
+ beforeDestroy?: ((() => void) | (() => void)[]) | undefined;
56155
+ beforeUnmount?: ((() => void) | (() => void)[]) | undefined;
56156
+ destroyed?: ((() => void) | (() => void)[]) | undefined;
56157
+ unmounted?: ((() => void) | (() => void)[]) | undefined;
56158
+ renderTracked?: (((e: vue.DebuggerEvent) => void) | ((e: vue.DebuggerEvent) => void)[]) | undefined;
56159
+ renderTriggered?: (((e: vue.DebuggerEvent) => void) | ((e: vue.DebuggerEvent) => void)[]) | undefined;
56160
+ errorCaptured?: (((err: unknown, instance: vue.ComponentPublicInstance<{}, {}, {}, {}, {}, {}, {}, {}, false, vue.ComponentOptionsBase<any, any, any, any, any, any, any, any, any, {}, {}, string, {}>, {}, {}> | null, info: string) => boolean | void) | ((err: unknown, instance: vue.ComponentPublicInstance<{}, {}, {}, {}, {}, {}, {}, {}, false, vue.ComponentOptionsBase<any, any, any, any, any, any, any, any, any, {}, {}, string, {}>, {}, {}> | null, info: string) => boolean | void)[]) | undefined;
56161
+ };
56162
+ $forceUpdate: () => void;
56163
+ $nextTick: typeof nextTick;
56164
+ $watch<T extends string | ((...args: any) => any)>(source: T, cb: T extends (...args: any) => infer R ? (args_0: R, args_1: R) => any : (...args: any) => any, options?: vue.WatchOptions<boolean> | undefined): vue.WatchStopHandle;
56165
+ } & Omit<{
56166
+ style: vue.StyleValue;
56167
+ disabled: boolean;
56168
+ absolute: boolean;
56169
+ transition: string | boolean | (vue.TransitionProps & {
56170
+ component?: vue.Component | undefined;
56171
+ });
56172
+ zIndex: string | number;
56173
+ modelValue: boolean;
56174
+ origin: Anchor | "auto" | "overlap";
56175
+ eager: boolean;
56176
+ location: Anchor;
56177
+ locationStrategy: "static" | ((data: LocationStrategyData, props: StrategyProps, contentStyles: Ref<Record<string, string>>) => {
56178
+ updateLocation: (e: Event) => void;
56179
+ } | undefined) | "connected";
56180
+ scrollStrategy: "close" | "none" | "block" | ((data: ScrollStrategyData, props: StrategyProps$1, scope: vue.EffectScope) => void) | "reposition";
56181
+ activatorProps: Record<string, any>;
56182
+ openOnHover: boolean;
56183
+ closeOnContentClick: boolean;
56184
+ closeOnBack: boolean;
56185
+ contained: boolean;
56186
+ noClickAnimation: boolean;
56187
+ persistent: boolean;
56188
+ scrim: string | boolean;
56189
+ _disableGlobalStack: boolean;
56190
+ } & {
56191
+ class?: any;
56192
+ width?: string | number | undefined;
56193
+ height?: string | number | undefined;
56194
+ theme?: string | undefined;
56195
+ target?: Element | (string & {}) | vue.ComponentPublicInstance | "parent" | "cursor" | [x: number, y: number] | undefined;
56196
+ offset?: string | number | number[] | undefined;
56197
+ contentClass?: any;
56198
+ opacity?: string | number | undefined;
56199
+ maxHeight?: string | number | undefined;
56200
+ maxWidth?: string | number | undefined;
56201
+ minHeight?: string | number | undefined;
56202
+ minWidth?: string | number | undefined;
56203
+ activator?: Element | (string & {}) | vue.ComponentPublicInstance | "parent" | undefined;
56204
+ closeDelay?: string | number | undefined;
56205
+ openDelay?: string | number | undefined;
56206
+ openOnClick?: boolean | undefined;
56207
+ openOnFocus?: boolean | undefined;
56208
+ contentProps?: any;
56209
+ attach?: string | boolean | Element | undefined;
56210
+ } & {
56211
+ $children?: vue.VNodeChild | {
56212
+ default?: ((arg: {
56213
+ isActive: Ref<boolean>;
56214
+ }) => vue.VNodeChild) | undefined;
56215
+ activator?: ((arg: {
56216
+ isActive: boolean;
56217
+ props: Record<string, any>;
56218
+ targetRef: Ref<any>;
56219
+ }) => vue.VNodeChild) | undefined;
56220
+ } | ((arg: {
56221
+ isActive: Ref<boolean>;
56222
+ }) => vue.VNodeChild);
56223
+ 'v-slots'?: {
56224
+ default?: false | ((arg: {
56225
+ isActive: Ref<boolean>;
56226
+ }) => vue.VNodeChild) | undefined;
56227
+ activator?: false | ((arg: {
56228
+ isActive: boolean;
56229
+ props: Record<string, any>;
56230
+ targetRef: Ref<any>;
56231
+ }) => vue.VNodeChild) | undefined;
56232
+ } | undefined;
56233
+ } & {
56234
+ "v-slot:default"?: false | ((arg: {
56235
+ isActive: Ref<boolean>;
56236
+ }) => vue.VNodeChild) | undefined;
56237
+ "v-slot:activator"?: false | ((arg: {
56238
+ isActive: boolean;
56239
+ props: Record<string, any>;
56240
+ targetRef: Ref<any>;
56241
+ }) => vue.VNodeChild) | undefined;
56242
+ } & {
56243
+ "onUpdate:modelValue"?: ((value: boolean) => any) | undefined;
56244
+ onAfterEnter?: (() => any) | undefined;
56245
+ onAfterLeave?: (() => any) | undefined;
56246
+ "onClick:outside"?: ((e: MouseEvent) => any) | undefined;
56247
+ }, "target" | "activatorEl" | "scrimEl" | "animateClick" | "contentEl" | "globalTop" | "localTop" | "updateLocation"> & vue.ShallowUnwrapRef<{
56248
+ activatorEl: Ref<HTMLElement | undefined>;
56249
+ scrimEl: Ref<HTMLElement | undefined>;
56250
+ target: vue.ComputedRef<HTMLElement | [x: number, y: number] | undefined>;
56251
+ animateClick: () => void;
56252
+ contentEl: Ref<HTMLElement | undefined>;
56253
+ globalTop: Readonly<Ref<boolean>>;
56254
+ localTop: vue.ComputedRef<boolean>;
56255
+ updateLocation: Ref<((e: Event) => void) | undefined>;
56256
+ }> & {} & vue.ComponentCustomProperties & {}, "class" | "width" | "height" | "theme" | "key" | "target" | "v-slot:default" | "$children" | "v-slots" | "ref" | "ref_for" | "ref_key" | "onVnodeBeforeMount" | "onVnodeMounted" | "onVnodeBeforeUpdate" | "onVnodeUpdated" | "onVnodeBeforeUnmount" | "onVnodeUnmounted" | "offset" | "onUpdate:modelValue" | "contentClass" | "opacity" | "maxHeight" | "maxWidth" | "minHeight" | "minWidth" | "onAfterEnter" | "onAfterLeave" | "activator" | "v-slot:activator" | "closeDelay" | "openDelay" | "contentProps" | "attach" | "onClick:outside" | ("style" | "disabled" | "absolute" | "transition" | "zIndex" | "modelValue" | "origin" | "eager" | "location" | "locationStrategy" | "scrollStrategy" | "activatorProps" | "openOnClick" | "openOnHover" | "openOnFocus" | "closeOnContentClick" | "closeOnBack" | "contained" | "noClickAnimation" | "persistent" | "scrim" | "_disableGlobalStack")>, `$${any}`>, unknown, {}, {}, vue.ComponentOptionsMixin, vue.ComponentOptionsMixin, {
56257
+ 'update:modelValue': (v: boolean) => boolean;
56258
+ }, string, {
56259
+ style: vue.StyleValue;
56260
+ disabled: boolean;
56261
+ absolute: boolean;
56262
+ transition: NonNullable<string | boolean | (vue.TransitionProps & {
56263
+ component?: vue.Component | undefined;
56264
+ })>;
56265
+ zIndex: string | number;
56266
+ modelValue: boolean;
56267
+ rounded: string | number | boolean;
56268
+ variant: "flat" | "text" | "elevated" | "tonal" | "outlined" | "plain";
56269
+ origin: Anchor | "auto" | "overlap";
56270
+ vertical: boolean;
56271
+ tile: boolean;
56272
+ eager: boolean;
56273
+ location: Anchor;
56274
+ locationStrategy: "static" | ((data: LocationStrategyData, props: StrategyProps, contentStyles: Ref<Record<string, string>>) => {
56275
+ updateLocation: (e: Event) => void;
56276
+ } | undefined) | "connected";
56277
+ activatorProps: Record<string, any>;
56278
+ openOnClick: boolean;
56279
+ openOnHover: boolean;
56280
+ openOnFocus: boolean;
56281
+ closeOnContentClick: boolean;
56282
+ closeOnBack: boolean;
56283
+ contained: boolean;
56284
+ multiLine: boolean;
56285
+ timeout: string | number;
56286
+ }, {}, string, vue.SlotsType<Partial<{
56287
+ activator: (arg: {
56288
+ isActive: boolean;
56289
+ props: Record<string, any>;
56290
+ }) => vue.VNode<vue.RendererNode, vue.RendererElement, {
56291
+ [key: string]: any;
56292
+ }>[];
56293
+ default: () => vue.VNode<vue.RendererNode, vue.RendererElement, {
56294
+ [key: string]: any;
56295
+ }>[];
56296
+ actions: (arg: {
56297
+ isActive: Ref<boolean>;
56298
+ }) => vue.VNode<vue.RendererNode, vue.RendererElement, {
56299
+ [key: string]: any;
56300
+ }>[];
56301
+ text: () => vue.VNode<vue.RendererNode, vue.RendererElement, {
56302
+ [key: string]: any;
56303
+ }>[];
56304
+ }>>> & vue.VNodeProps & vue.AllowedComponentProps & vue.ComponentCustomProps & FilterPropsOptions<{
56305
+ class: vue.PropType<any>;
56306
+ style: {
56307
+ type: vue.PropType<vue.StyleValue>;
56308
+ default: null;
56309
+ };
56310
+ width: (StringConstructor | NumberConstructor)[];
56311
+ height: (StringConstructor | NumberConstructor)[];
56312
+ theme: StringConstructor;
56313
+ target: vue.PropType<Element | (string & {}) | vue.ComponentPublicInstance | "parent" | "cursor" | [x: number, y: number] | undefined>;
56314
+ disabled: BooleanConstructor;
56315
+ offset: vue.PropType<string | number | number[] | undefined>;
56316
+ absolute: BooleanConstructor;
56317
+ transition: Omit<{
56318
+ type: vue.PropType<string | boolean | (vue.TransitionProps & {
56319
+ component?: vue.Component | undefined;
56320
+ })>;
56321
+ default: string;
56322
+ validator: (val: unknown) => boolean;
56323
+ }, "default" | "type"> & {
56324
+ type: vue.PropType<NonNullable<string | boolean | (vue.TransitionProps & {
56325
+ component?: vue.Component | undefined;
56326
+ })>>;
56327
+ default: NonNullable<string | boolean | (vue.TransitionProps & {
56328
+ component?: vue.Component | undefined;
56329
+ })>;
56330
+ };
56331
+ zIndex: {
56332
+ type: (StringConstructor | NumberConstructor)[];
56333
+ default: number;
56334
+ };
56335
+ modelValue: BooleanConstructor;
56336
+ contentClass: null;
56337
+ origin: {
56338
+ type: vue.PropType<Anchor | "auto" | "overlap">;
56339
+ default: string;
56340
+ };
56341
+ opacity: (StringConstructor | NumberConstructor)[];
56342
+ maxHeight: (StringConstructor | NumberConstructor)[];
56343
+ maxWidth: (StringConstructor | NumberConstructor)[];
56344
+ minHeight: (StringConstructor | NumberConstructor)[];
56345
+ minWidth: (StringConstructor | NumberConstructor)[];
56346
+ eager: BooleanConstructor;
56347
+ location: {
56348
+ type: vue.PropType<Anchor>;
56349
+ default: string;
56350
+ };
56351
+ activator: vue.PropType<Element | (string & {}) | vue.ComponentPublicInstance | "parent" | undefined>;
56352
+ locationStrategy: {
56353
+ type: vue.PropType<"static" | ((data: LocationStrategyData, props: StrategyProps, contentStyles: Ref<Record<string, string>>) => {
56354
+ updateLocation: (e: Event) => void;
56355
+ } | undefined) | "connected">;
56356
+ default: string;
56357
+ validator: (val: any) => boolean;
56358
+ };
56359
+ closeDelay: (StringConstructor | NumberConstructor)[];
56360
+ openDelay: (StringConstructor | NumberConstructor)[];
56361
+ activatorProps: {
56362
+ type: vue.PropType<Record<string, any>>;
56363
+ default: () => {};
56364
+ };
56365
+ openOnClick: {
56366
+ type: BooleanConstructor;
56367
+ default: undefined;
56368
+ };
56369
+ openOnHover: BooleanConstructor;
56370
+ openOnFocus: {
56371
+ type: BooleanConstructor;
56372
+ default: undefined;
56373
+ };
56374
+ closeOnContentClick: BooleanConstructor;
56375
+ closeOnBack: {
56376
+ type: BooleanConstructor;
56377
+ default: boolean;
56378
+ };
56379
+ contained: BooleanConstructor;
56380
+ contentProps: null;
56381
+ attach: vue.PropType<string | boolean | Element>;
56382
+ color: StringConstructor;
56383
+ variant: {
56384
+ type: vue.PropType<"flat" | "text" | "elevated" | "tonal" | "outlined" | "plain">;
56385
+ default: string;
56386
+ validator: (v: any) => boolean;
56387
+ };
56388
+ rounded: {
56389
+ type: (StringConstructor | NumberConstructor | BooleanConstructor)[];
56390
+ default: undefined;
56391
+ };
56392
+ tile: BooleanConstructor;
56393
+ position: {
56394
+ type: vue.PropType<"fixed" | "absolute" | "relative" | "static" | "sticky">;
56395
+ validator: (v: any) => boolean;
56396
+ };
56397
+ multiLine: BooleanConstructor;
56398
+ text: StringConstructor;
56399
+ timer: (StringConstructor | BooleanConstructor)[];
56400
+ timeout: {
56401
+ type: (StringConstructor | NumberConstructor)[];
56402
+ default: number;
56403
+ };
56404
+ vertical: BooleanConstructor;
56405
+ }, vue.ExtractPropTypes<{
56406
+ class: vue.PropType<any>;
56407
+ style: {
56408
+ type: vue.PropType<vue.StyleValue>;
56409
+ default: null;
56410
+ };
56411
+ width: (StringConstructor | NumberConstructor)[];
56412
+ height: (StringConstructor | NumberConstructor)[];
56413
+ theme: StringConstructor;
56414
+ target: vue.PropType<Element | (string & {}) | vue.ComponentPublicInstance | "parent" | "cursor" | [x: number, y: number] | undefined>;
56415
+ disabled: BooleanConstructor;
56416
+ offset: vue.PropType<string | number | number[] | undefined>;
56417
+ absolute: BooleanConstructor;
56418
+ transition: Omit<{
56419
+ type: vue.PropType<string | boolean | (vue.TransitionProps & {
56420
+ component?: vue.Component | undefined;
56421
+ })>;
56422
+ default: string;
56423
+ validator: (val: unknown) => boolean;
56424
+ }, "default" | "type"> & {
56425
+ type: vue.PropType<NonNullable<string | boolean | (vue.TransitionProps & {
56426
+ component?: vue.Component | undefined;
56427
+ })>>;
56428
+ default: NonNullable<string | boolean | (vue.TransitionProps & {
56429
+ component?: vue.Component | undefined;
56430
+ })>;
56431
+ };
56432
+ zIndex: {
56433
+ type: (StringConstructor | NumberConstructor)[];
56434
+ default: number;
56435
+ };
56436
+ modelValue: BooleanConstructor;
56437
+ contentClass: null;
56438
+ origin: {
56439
+ type: vue.PropType<Anchor | "auto" | "overlap">;
56440
+ default: string;
56441
+ };
56442
+ opacity: (StringConstructor | NumberConstructor)[];
56443
+ maxHeight: (StringConstructor | NumberConstructor)[];
56444
+ maxWidth: (StringConstructor | NumberConstructor)[];
56445
+ minHeight: (StringConstructor | NumberConstructor)[];
56446
+ minWidth: (StringConstructor | NumberConstructor)[];
56447
+ eager: BooleanConstructor;
56448
+ location: {
56449
+ type: vue.PropType<Anchor>;
56450
+ default: string;
56451
+ };
56452
+ activator: vue.PropType<Element | (string & {}) | vue.ComponentPublicInstance | "parent" | undefined>;
56453
+ locationStrategy: {
56454
+ type: vue.PropType<"static" | ((data: LocationStrategyData, props: StrategyProps, contentStyles: Ref<Record<string, string>>) => {
56455
+ updateLocation: (e: Event) => void;
56456
+ } | undefined) | "connected">;
56457
+ default: string;
56458
+ validator: (val: any) => boolean;
56459
+ };
56460
+ closeDelay: (StringConstructor | NumberConstructor)[];
56461
+ openDelay: (StringConstructor | NumberConstructor)[];
56462
+ activatorProps: {
56463
+ type: vue.PropType<Record<string, any>>;
56464
+ default: () => {};
56465
+ };
56466
+ openOnClick: {
56467
+ type: BooleanConstructor;
56468
+ default: undefined;
56469
+ };
56470
+ openOnHover: BooleanConstructor;
56471
+ openOnFocus: {
56472
+ type: BooleanConstructor;
56473
+ default: undefined;
56474
+ };
56475
+ closeOnContentClick: BooleanConstructor;
56476
+ closeOnBack: {
56477
+ type: BooleanConstructor;
56478
+ default: boolean;
56479
+ };
56480
+ contained: BooleanConstructor;
56481
+ contentProps: null;
56482
+ attach: vue.PropType<string | boolean | Element>;
56483
+ color: StringConstructor;
56484
+ variant: {
56485
+ type: vue.PropType<"flat" | "text" | "elevated" | "tonal" | "outlined" | "plain">;
56486
+ default: string;
56487
+ validator: (v: any) => boolean;
56488
+ };
56489
+ rounded: {
56490
+ type: (StringConstructor | NumberConstructor | BooleanConstructor)[];
56491
+ default: undefined;
56492
+ };
56493
+ tile: BooleanConstructor;
56494
+ position: {
56495
+ type: vue.PropType<"fixed" | "absolute" | "relative" | "static" | "sticky">;
56496
+ validator: (v: any) => boolean;
56497
+ };
56498
+ multiLine: BooleanConstructor;
56499
+ text: StringConstructor;
56500
+ timer: (StringConstructor | BooleanConstructor)[];
56501
+ timeout: {
56502
+ type: (StringConstructor | NumberConstructor)[];
56503
+ default: number;
56504
+ };
56505
+ vertical: BooleanConstructor;
56506
+ }>>;
56507
+ type VSnackbar = InstanceType<typeof VSnackbar>;
56508
+
56509
+ type SparklineItem = number | {
56510
+ value: number;
56511
+ };
56512
+
56513
+ declare const VSparkline: {
56514
+ new (...args: any[]): vue.CreateComponentPublicInstance<{
56515
+ fill: boolean;
56516
+ type: "bar" | "trend";
56517
+ width: string | number;
56518
+ height: string | number;
56519
+ modelValue: SparklineItem[];
56520
+ smooth: boolean;
56521
+ padding: string | number;
56522
+ gradient: string[];
56523
+ itemValue: string;
56524
+ labels: SparklineItem[];
56525
+ autoDraw: boolean;
56526
+ autoDrawEasing: string;
56527
+ gradientDirection: "left" | "right" | "top" | "bottom";
56528
+ labelSize: string | number;
56529
+ lineWidth: string | number;
56530
+ showLabels: boolean;
56531
+ autoLineWidth: boolean;
54451
56532
  } & {
54452
- class?: any;
54453
- width?: string | number | undefined;
54454
- height?: string | number | undefined;
54455
- theme?: string | undefined;
54456
- target?: Element | (string & {}) | vue.ComponentPublicInstance | "parent" | "cursor" | [x: number, y: number] | undefined;
54457
- offset?: string | number | number[] | undefined;
54458
- contentClass?: any;
54459
- opacity?: string | number | undefined;
54460
- maxHeight?: string | number | undefined;
54461
- maxWidth?: string | number | undefined;
54462
- minHeight?: string | number | undefined;
54463
- minWidth?: string | number | undefined;
54464
- activator?: Element | (string & {}) | vue.ComponentPublicInstance | "parent" | undefined;
54465
- closeDelay?: string | number | undefined;
54466
- openDelay?: string | number | undefined;
54467
- openOnClick?: boolean | undefined;
54468
- openOnFocus?: boolean | undefined;
54469
- contentProps?: any;
54470
- attach?: string | boolean | Element | undefined;
56533
+ id?: string | undefined;
56534
+ color?: string | undefined;
56535
+ max?: string | number | undefined;
56536
+ min?: string | number | undefined;
56537
+ autoDrawDuration?: string | number | undefined;
54471
56538
  } & {
54472
- $children?: vue.VNodeChild | {
54473
- default?: ((arg: {
54474
- isActive: Ref<boolean>;
54475
- }) => vue.VNodeChild) | undefined;
54476
- activator?: ((arg: {
54477
- isActive: boolean;
54478
- props: Record<string, any>;
54479
- targetRef: Ref<any>;
56539
+ $children?: vue.VNodeChild | ((arg: void) => vue.VNodeChild) | {
56540
+ default?: ((arg: void) => vue.VNodeChild) | undefined;
56541
+ label?: ((arg: {
56542
+ index: number;
56543
+ value: string;
54480
56544
  }) => vue.VNodeChild) | undefined;
54481
- } | ((arg: {
54482
- isActive: Ref<boolean>;
54483
- }) => vue.VNodeChild);
56545
+ };
54484
56546
  'v-slots'?: {
54485
- default?: false | ((arg: {
54486
- isActive: Ref<boolean>;
54487
- }) => vue.VNodeChild) | undefined;
54488
- activator?: false | ((arg: {
54489
- isActive: boolean;
54490
- props: Record<string, any>;
54491
- targetRef: Ref<any>;
56547
+ default?: false | ((arg: void) => vue.VNodeChild) | undefined;
56548
+ label?: false | ((arg: {
56549
+ index: number;
56550
+ value: string;
54492
56551
  }) => vue.VNodeChild) | undefined;
54493
56552
  } | undefined;
54494
56553
  } & {
54495
- "v-slot:default"?: false | ((arg: {
54496
- isActive: Ref<boolean>;
56554
+ "v-slot:default"?: false | ((arg: void) => vue.VNodeChild) | undefined;
56555
+ "v-slot:label"?: false | ((arg: {
56556
+ index: number;
56557
+ value: string;
54497
56558
  }) => vue.VNodeChild) | undefined;
54498
- "v-slot:activator"?: false | ((arg: {
54499
- isActive: boolean;
54500
- props: Record<string, any>;
54501
- targetRef: Ref<any>;
56559
+ }, void, unknown, {}, {}, vue.ComponentOptionsMixin, vue.ComponentOptionsMixin, Record<string, any>, vue.VNodeProps & vue.AllowedComponentProps & vue.ComponentCustomProps & {
56560
+ fill: boolean;
56561
+ type: "bar" | "trend";
56562
+ width: string | number;
56563
+ height: string | number;
56564
+ modelValue: SparklineItem[];
56565
+ smooth: boolean;
56566
+ padding: string | number;
56567
+ gradient: string[];
56568
+ itemValue: string;
56569
+ labels: SparklineItem[];
56570
+ autoDraw: boolean;
56571
+ autoDrawEasing: string;
56572
+ gradientDirection: "left" | "right" | "top" | "bottom";
56573
+ labelSize: string | number;
56574
+ lineWidth: string | number;
56575
+ showLabels: boolean;
56576
+ autoLineWidth: boolean;
56577
+ } & {
56578
+ id?: string | undefined;
56579
+ color?: string | undefined;
56580
+ max?: string | number | undefined;
56581
+ min?: string | number | undefined;
56582
+ autoDrawDuration?: string | number | undefined;
56583
+ } & {
56584
+ $children?: vue.VNodeChild | ((arg: void) => vue.VNodeChild) | {
56585
+ default?: ((arg: void) => vue.VNodeChild) | undefined;
56586
+ label?: ((arg: {
56587
+ index: number;
56588
+ value: string;
56589
+ }) => vue.VNodeChild) | undefined;
56590
+ };
56591
+ 'v-slots'?: {
56592
+ default?: false | ((arg: void) => vue.VNodeChild) | undefined;
56593
+ label?: false | ((arg: {
56594
+ index: number;
56595
+ value: string;
56596
+ }) => vue.VNodeChild) | undefined;
56597
+ } | undefined;
56598
+ } & {
56599
+ "v-slot:default"?: false | ((arg: void) => vue.VNodeChild) | undefined;
56600
+ "v-slot:label"?: false | ((arg: {
56601
+ index: number;
56602
+ value: string;
54502
56603
  }) => vue.VNodeChild) | undefined;
56604
+ }, {
56605
+ fill: boolean;
56606
+ type: "bar" | "trend";
56607
+ width: string | number;
56608
+ height: string | number;
56609
+ modelValue: SparklineItem[];
56610
+ smooth: boolean;
56611
+ padding: string | number;
56612
+ gradient: string[];
56613
+ itemValue: string;
56614
+ labels: SparklineItem[];
56615
+ autoDraw: boolean;
56616
+ autoDrawEasing: string;
56617
+ gradientDirection: "left" | "right" | "top" | "bottom";
56618
+ labelSize: string | number;
56619
+ lineWidth: string | number;
56620
+ showLabels: boolean;
56621
+ autoLineWidth: boolean;
56622
+ }, true, {}, vue.SlotsType<Partial<{
56623
+ default: (arg: void) => vue.VNode<vue.RendererNode, vue.RendererElement, {
56624
+ [key: string]: any;
56625
+ }>[];
56626
+ label: (arg: {
56627
+ index: number;
56628
+ value: string;
56629
+ }) => vue.VNode<vue.RendererNode, vue.RendererElement, {
56630
+ [key: string]: any;
56631
+ }>[];
56632
+ }>>, {
56633
+ P: {};
56634
+ B: {};
56635
+ D: {};
56636
+ C: {};
56637
+ M: {};
56638
+ Defaults: {};
56639
+ }, {
56640
+ fill: boolean;
56641
+ type: "bar" | "trend";
56642
+ width: string | number;
56643
+ height: string | number;
56644
+ modelValue: SparklineItem[];
56645
+ smooth: boolean;
56646
+ padding: string | number;
56647
+ gradient: string[];
56648
+ itemValue: string;
56649
+ labels: SparklineItem[];
56650
+ autoDraw: boolean;
56651
+ autoDrawEasing: string;
56652
+ gradientDirection: "left" | "right" | "top" | "bottom";
56653
+ labelSize: string | number;
56654
+ lineWidth: string | number;
56655
+ showLabels: boolean;
56656
+ autoLineWidth: boolean;
54503
56657
  } & {
54504
- "onUpdate:modelValue"?: ((value: boolean) => any) | undefined;
54505
- onAfterEnter?: (() => any) | undefined;
54506
- onAfterLeave?: (() => any) | undefined;
54507
- "onClick:outside"?: ((e: MouseEvent) => any) | undefined;
54508
- }, "target" | "activatorEl" | "scrimEl" | "animateClick" | "contentEl" | "globalTop" | "localTop" | "updateLocation"> & vue.ShallowUnwrapRef<{
54509
- activatorEl: Ref<HTMLElement | undefined>;
54510
- scrimEl: Ref<HTMLElement | undefined>;
54511
- target: vue.ComputedRef<HTMLElement | [x: number, y: number] | undefined>;
54512
- animateClick: () => void;
54513
- contentEl: Ref<HTMLElement | undefined>;
54514
- globalTop: Readonly<Ref<boolean>>;
54515
- localTop: vue.ComputedRef<boolean>;
54516
- updateLocation: Ref<((e: Event) => void) | undefined>;
54517
- }> & {} & vue.ComponentCustomProperties & {}, "class" | "width" | "height" | "theme" | "key" | "target" | "v-slot:default" | "$children" | "v-slots" | "ref" | "ref_for" | "ref_key" | "onVnodeBeforeMount" | "onVnodeMounted" | "onVnodeBeforeUpdate" | "onVnodeUpdated" | "onVnodeBeforeUnmount" | "onVnodeUnmounted" | "offset" | "onUpdate:modelValue" | "contentClass" | "opacity" | "maxHeight" | "maxWidth" | "minHeight" | "minWidth" | "onAfterEnter" | "onAfterLeave" | "activator" | "v-slot:activator" | "closeDelay" | "openDelay" | "contentProps" | "attach" | "onClick:outside" | ("style" | "disabled" | "absolute" | "transition" | "zIndex" | "modelValue" | "origin" | "eager" | "location" | "locationStrategy" | "scrollStrategy" | "activatorProps" | "openOnClick" | "openOnHover" | "openOnFocus" | "closeOnContentClick" | "closeOnBack" | "contained" | "noClickAnimation" | "persistent" | "scrim" | "_disableGlobalStack")>, `$${any}`>, {}, {}, {}, {
54518
- style: vue.StyleValue;
54519
- disabled: boolean;
54520
- absolute: boolean;
54521
- transition: NonNullable<string | boolean | (vue.TransitionProps & {
54522
- component?: vue.Component | undefined;
54523
- })>;
54524
- zIndex: string | number;
54525
- modelValue: boolean;
54526
- rounded: string | number | boolean;
54527
- variant: "flat" | "text" | "elevated" | "tonal" | "outlined" | "plain";
54528
- origin: Anchor | "auto" | "overlap";
54529
- vertical: boolean;
54530
- tile: boolean;
54531
- eager: boolean;
54532
- location: Anchor;
54533
- locationStrategy: "static" | ((data: LocationStrategyData, props: StrategyProps, contentStyles: Ref<Record<string, string>>) => {
54534
- updateLocation: (e: Event) => void;
54535
- } | undefined) | "connected";
54536
- activatorProps: Record<string, any>;
54537
- openOnClick: boolean;
54538
- openOnHover: boolean;
54539
- openOnFocus: boolean;
54540
- closeOnContentClick: boolean;
54541
- closeOnBack: boolean;
54542
- contained: boolean;
54543
- multiLine: boolean;
54544
- timeout: string | number;
56658
+ id?: string | undefined;
56659
+ color?: string | undefined;
56660
+ max?: string | number | undefined;
56661
+ min?: string | number | undefined;
56662
+ autoDrawDuration?: string | number | undefined;
56663
+ } & {
56664
+ $children?: vue.VNodeChild | ((arg: void) => vue.VNodeChild) | {
56665
+ default?: ((arg: void) => vue.VNodeChild) | undefined;
56666
+ label?: ((arg: {
56667
+ index: number;
56668
+ value: string;
56669
+ }) => vue.VNodeChild) | undefined;
56670
+ };
56671
+ 'v-slots'?: {
56672
+ default?: false | ((arg: void) => vue.VNodeChild) | undefined;
56673
+ label?: false | ((arg: {
56674
+ index: number;
56675
+ value: string;
56676
+ }) => vue.VNodeChild) | undefined;
56677
+ } | undefined;
56678
+ } & {
56679
+ "v-slot:default"?: false | ((arg: void) => vue.VNodeChild) | undefined;
56680
+ "v-slot:label"?: false | ((arg: {
56681
+ index: number;
56682
+ value: string;
56683
+ }) => vue.VNodeChild) | undefined;
56684
+ }, {}, {}, {}, {}, {
56685
+ fill: boolean;
56686
+ type: "bar" | "trend";
56687
+ width: string | number;
56688
+ height: string | number;
56689
+ modelValue: SparklineItem[];
56690
+ smooth: boolean;
56691
+ padding: string | number;
56692
+ gradient: string[];
56693
+ itemValue: string;
56694
+ labels: SparklineItem[];
56695
+ autoDraw: boolean;
56696
+ autoDrawEasing: string;
56697
+ gradientDirection: "left" | "right" | "top" | "bottom";
56698
+ labelSize: string | number;
56699
+ lineWidth: string | number;
56700
+ showLabels: boolean;
56701
+ autoLineWidth: boolean;
54545
56702
  }>;
54546
56703
  __isFragment?: undefined;
54547
56704
  __isTeleport?: undefined;
54548
56705
  __isSuspense?: undefined;
54549
56706
  } & vue.ComponentOptionsBase<{
54550
- style: vue.StyleValue;
54551
- disabled: boolean;
54552
- absolute: boolean;
54553
- transition: NonNullable<string | boolean | (vue.TransitionProps & {
54554
- component?: vue.Component | undefined;
54555
- })>;
54556
- zIndex: string | number;
54557
- modelValue: boolean;
54558
- variant: "flat" | "text" | "elevated" | "tonal" | "outlined" | "plain";
54559
- origin: Anchor | "auto" | "overlap";
54560
- vertical: boolean;
54561
- tile: boolean;
54562
- eager: boolean;
54563
- location: Anchor;
54564
- locationStrategy: "static" | ((data: LocationStrategyData, props: StrategyProps, contentStyles: Ref<Record<string, string>>) => {
54565
- updateLocation: (e: Event) => void;
54566
- } | undefined) | "connected";
54567
- activatorProps: Record<string, any>;
54568
- openOnHover: boolean;
54569
- closeOnContentClick: boolean;
54570
- closeOnBack: boolean;
54571
- contained: boolean;
54572
- multiLine: boolean;
54573
- timeout: string | number;
56707
+ fill: boolean;
56708
+ type: "bar" | "trend";
56709
+ width: string | number;
56710
+ height: string | number;
56711
+ modelValue: SparklineItem[];
56712
+ smooth: boolean;
56713
+ padding: string | number;
56714
+ gradient: string[];
56715
+ itemValue: string;
56716
+ labels: SparklineItem[];
56717
+ autoDraw: boolean;
56718
+ autoDrawEasing: string;
56719
+ gradientDirection: "left" | "right" | "top" | "bottom";
56720
+ labelSize: string | number;
56721
+ lineWidth: string | number;
56722
+ showLabels: boolean;
56723
+ autoLineWidth: boolean;
54574
56724
  } & {
54575
- class?: any;
54576
- text?: string | undefined;
54577
- width?: string | number | undefined;
54578
- height?: string | number | undefined;
54579
- theme?: string | undefined;
54580
- target?: Element | (string & {}) | vue.ComponentPublicInstance | "parent" | "cursor" | [x: number, y: number] | undefined;
56725
+ id?: string | undefined;
54581
56726
  color?: string | undefined;
54582
- offset?: string | number | number[] | undefined;
54583
- position?: "fixed" | "absolute" | "relative" | "static" | "sticky" | undefined;
54584
- rounded?: string | number | boolean | undefined;
54585
- contentClass?: any;
54586
- opacity?: string | number | undefined;
54587
- maxHeight?: string | number | undefined;
54588
- maxWidth?: string | number | undefined;
54589
- minHeight?: string | number | undefined;
54590
- minWidth?: string | number | undefined;
54591
- activator?: Element | (string & {}) | vue.ComponentPublicInstance | "parent" | undefined;
54592
- closeDelay?: string | number | undefined;
54593
- openDelay?: string | number | undefined;
54594
- openOnClick?: boolean | undefined;
54595
- openOnFocus?: boolean | undefined;
54596
- contentProps?: any;
54597
- attach?: string | boolean | Element | undefined;
54598
- timer?: string | boolean | undefined;
56727
+ max?: string | number | undefined;
56728
+ min?: string | number | undefined;
56729
+ autoDrawDuration?: string | number | undefined;
54599
56730
  } & {
54600
- $children?: vue.VNodeChild | (() => vue.VNodeChild) | {
54601
- activator?: ((arg: {
54602
- isActive: boolean;
54603
- props: Record<string, any>;
54604
- }) => vue.VNodeChild) | undefined;
54605
- default?: (() => vue.VNodeChild) | undefined;
54606
- actions?: ((arg: {
54607
- isActive: Ref<boolean>;
56731
+ $children?: vue.VNodeChild | ((arg: void) => vue.VNodeChild) | {
56732
+ default?: ((arg: void) => vue.VNodeChild) | undefined;
56733
+ label?: ((arg: {
56734
+ index: number;
56735
+ value: string;
54608
56736
  }) => vue.VNodeChild) | undefined;
54609
- text?: (() => vue.VNodeChild) | undefined;
54610
56737
  };
54611
56738
  'v-slots'?: {
54612
- activator?: false | ((arg: {
54613
- isActive: boolean;
54614
- props: Record<string, any>;
54615
- }) => vue.VNodeChild) | undefined;
54616
- default?: false | (() => vue.VNodeChild) | undefined;
54617
- actions?: false | ((arg: {
54618
- isActive: Ref<boolean>;
56739
+ default?: false | ((arg: void) => vue.VNodeChild) | undefined;
56740
+ label?: false | ((arg: {
56741
+ index: number;
56742
+ value: string;
54619
56743
  }) => vue.VNodeChild) | undefined;
54620
- text?: false | (() => vue.VNodeChild) | undefined;
54621
56744
  } | undefined;
54622
56745
  } & {
54623
- "v-slot:activator"?: false | ((arg: {
54624
- isActive: boolean;
54625
- props: Record<string, any>;
54626
- }) => vue.VNodeChild) | undefined;
54627
- "v-slot:default"?: false | (() => vue.VNodeChild) | undefined;
54628
- "v-slot:actions"?: false | ((arg: {
54629
- isActive: Ref<boolean>;
56746
+ "v-slot:default"?: false | ((arg: void) => vue.VNodeChild) | undefined;
56747
+ "v-slot:label"?: false | ((arg: {
56748
+ index: number;
56749
+ value: string;
54630
56750
  }) => vue.VNodeChild) | undefined;
54631
- "v-slot:text"?: false | (() => vue.VNodeChild) | undefined;
54632
- } & {
54633
- "onUpdate:modelValue"?: ((v: boolean) => any) | undefined;
54634
- }, Omit<Omit<{
54635
- $: vue.ComponentInternalInstance;
54636
- $data: {};
54637
- $props: Partial<{
54638
- style: vue.StyleValue;
54639
- disabled: boolean;
54640
- absolute: boolean;
54641
- transition: string | boolean | (vue.TransitionProps & {
54642
- component?: vue.Component | undefined;
54643
- });
54644
- zIndex: string | number;
54645
- modelValue: boolean;
54646
- origin: Anchor | "auto" | "overlap";
54647
- eager: boolean;
54648
- location: Anchor;
54649
- locationStrategy: "static" | ((data: LocationStrategyData, props: StrategyProps, contentStyles: Ref<Record<string, string>>) => {
54650
- updateLocation: (e: Event) => void;
54651
- } | undefined) | "connected";
54652
- scrollStrategy: "close" | "none" | "block" | ((data: ScrollStrategyData, props: StrategyProps$1, scope: vue.EffectScope) => void) | "reposition";
54653
- activatorProps: Record<string, any>;
54654
- openOnClick: boolean;
54655
- openOnHover: boolean;
54656
- openOnFocus: boolean;
54657
- closeOnContentClick: boolean;
54658
- closeOnBack: boolean;
54659
- contained: boolean;
54660
- noClickAnimation: boolean;
54661
- persistent: boolean;
54662
- scrim: string | boolean;
54663
- _disableGlobalStack: boolean;
54664
- }> & Omit<{
56751
+ }, void, unknown, {}, {}, vue.ComponentOptionsMixin, vue.ComponentOptionsMixin, Record<string, any>, string, {
56752
+ fill: boolean;
56753
+ type: "bar" | "trend";
56754
+ width: string | number;
56755
+ height: string | number;
56756
+ modelValue: SparklineItem[];
56757
+ smooth: boolean;
56758
+ padding: string | number;
56759
+ gradient: string[];
56760
+ itemValue: string;
56761
+ labels: SparklineItem[];
56762
+ autoDraw: boolean;
56763
+ autoDrawEasing: string;
56764
+ gradientDirection: "left" | "right" | "top" | "bottom";
56765
+ labelSize: string | number;
56766
+ lineWidth: string | number;
56767
+ showLabels: boolean;
56768
+ autoLineWidth: boolean;
56769
+ }, {}, string, vue.SlotsType<Partial<{
56770
+ default: (arg: void) => vue.VNode<vue.RendererNode, vue.RendererElement, {
56771
+ [key: string]: any;
56772
+ }>[];
56773
+ label: (arg: {
56774
+ index: number;
56775
+ value: string;
56776
+ }) => vue.VNode<vue.RendererNode, vue.RendererElement, {
56777
+ [key: string]: any;
56778
+ }>[];
56779
+ }>>> & vue.VNodeProps & vue.AllowedComponentProps & vue.ComponentCustomProps & FilterPropsOptions<{
56780
+ autoDraw: BooleanConstructor;
56781
+ autoDrawDuration: (StringConstructor | NumberConstructor)[];
56782
+ autoDrawEasing: {
56783
+ type: StringConstructor;
56784
+ default: string;
56785
+ };
56786
+ color: StringConstructor;
56787
+ gradient: {
56788
+ type: PropType<string[]>;
56789
+ default: () => never[];
56790
+ };
56791
+ gradientDirection: {
56792
+ type: PropType<"left" | "right" | "top" | "bottom">;
56793
+ validator: (val: string) => boolean;
56794
+ default: string;
56795
+ };
56796
+ height: {
56797
+ type: (StringConstructor | NumberConstructor)[];
56798
+ default: number;
56799
+ };
56800
+ labels: {
56801
+ type: PropType<SparklineItem[]>;
56802
+ default: () => never[];
56803
+ };
56804
+ labelSize: {
56805
+ type: (StringConstructor | NumberConstructor)[];
56806
+ default: number;
56807
+ };
56808
+ lineWidth: {
56809
+ type: (StringConstructor | NumberConstructor)[];
56810
+ default: number;
56811
+ };
56812
+ id: StringConstructor;
56813
+ itemValue: {
56814
+ type: StringConstructor;
56815
+ default: string;
56816
+ };
56817
+ modelValue: {
56818
+ type: PropType<SparklineItem[]>;
56819
+ default: () => never[];
56820
+ };
56821
+ min: (StringConstructor | NumberConstructor)[];
56822
+ max: (StringConstructor | NumberConstructor)[];
56823
+ padding: {
56824
+ type: (StringConstructor | NumberConstructor)[];
56825
+ default: number;
56826
+ };
56827
+ showLabels: BooleanConstructor;
56828
+ smooth: BooleanConstructor;
56829
+ width: {
56830
+ type: (StringConstructor | NumberConstructor)[];
56831
+ default: number;
56832
+ };
56833
+ fill: BooleanConstructor;
56834
+ autoLineWidth: BooleanConstructor;
56835
+ type: {
56836
+ type: PropType<"bar" | "trend">;
56837
+ default: string;
56838
+ };
56839
+ }, vue.ExtractPropTypes<{
56840
+ autoDraw: BooleanConstructor;
56841
+ autoDrawDuration: (StringConstructor | NumberConstructor)[];
56842
+ autoDrawEasing: {
56843
+ type: StringConstructor;
56844
+ default: string;
56845
+ };
56846
+ color: StringConstructor;
56847
+ gradient: {
56848
+ type: PropType<string[]>;
56849
+ default: () => never[];
56850
+ };
56851
+ gradientDirection: {
56852
+ type: PropType<"left" | "right" | "top" | "bottom">;
56853
+ validator: (val: string) => boolean;
56854
+ default: string;
56855
+ };
56856
+ height: {
56857
+ type: (StringConstructor | NumberConstructor)[];
56858
+ default: number;
56859
+ };
56860
+ labels: {
56861
+ type: PropType<SparklineItem[]>;
56862
+ default: () => never[];
56863
+ };
56864
+ labelSize: {
56865
+ type: (StringConstructor | NumberConstructor)[];
56866
+ default: number;
56867
+ };
56868
+ lineWidth: {
56869
+ type: (StringConstructor | NumberConstructor)[];
56870
+ default: number;
56871
+ };
56872
+ id: StringConstructor;
56873
+ itemValue: {
56874
+ type: StringConstructor;
56875
+ default: string;
56876
+ };
56877
+ modelValue: {
56878
+ type: PropType<SparklineItem[]>;
56879
+ default: () => never[];
56880
+ };
56881
+ min: (StringConstructor | NumberConstructor)[];
56882
+ max: (StringConstructor | NumberConstructor)[];
56883
+ padding: {
56884
+ type: (StringConstructor | NumberConstructor)[];
56885
+ default: number;
56886
+ };
56887
+ showLabels: BooleanConstructor;
56888
+ smooth: BooleanConstructor;
56889
+ width: {
56890
+ type: (StringConstructor | NumberConstructor)[];
56891
+ default: number;
56892
+ };
56893
+ fill: BooleanConstructor;
56894
+ autoLineWidth: BooleanConstructor;
56895
+ type: {
56896
+ type: PropType<"bar" | "trend">;
56897
+ default: string;
56898
+ };
56899
+ }>>;
56900
+ type VSparkline = InstanceType<typeof VSparkline>;
56901
+
56902
+ declare const VSpeedDial: {
56903
+ new (...args: any[]): vue.CreateComponentPublicInstance<{
54665
56904
  style: vue.StyleValue;
54666
56905
  disabled: boolean;
54667
- absolute: boolean;
54668
- transition: string | boolean | (vue.TransitionProps & {
56906
+ offset: NonNullable<string | number | number[] | undefined>;
56907
+ transition: NonNullable<NonNullable<string | boolean | (vue.TransitionProps & {
54669
56908
  component?: vue.Component | undefined;
54670
- });
56909
+ })> | {
56910
+ component: vue.Component;
56911
+ }>;
54671
56912
  zIndex: string | number;
54672
56913
  modelValue: boolean;
54673
56914
  origin: Anchor | "auto" | "overlap";
56915
+ minWidth: NonNullable<string | number>;
54674
56916
  eager: boolean;
54675
- location: Anchor;
54676
- locationStrategy: "static" | ((data: LocationStrategyData, props: StrategyProps, contentStyles: Ref<Record<string, string>>) => {
56917
+ location: NonNullable<Anchor>;
56918
+ locationStrategy: NonNullable<"static" | ((data: LocationStrategyData, props: StrategyProps, contentStyles: vue.Ref<Record<string, string>>) => {
54677
56919
  updateLocation: (e: Event) => void;
54678
- } | undefined) | "connected";
54679
- scrollStrategy: "close" | "none" | "block" | ((data: ScrollStrategyData, props: StrategyProps$1, scope: vue.EffectScope) => void) | "reposition";
56920
+ } | undefined) | "connected">;
56921
+ scrollStrategy: NonNullable<"close" | "none" | "block" | ((data: ScrollStrategyData, props: StrategyProps$1, scope: vue.EffectScope) => void) | "reposition">;
56922
+ closeDelay: NonNullable<NonNullable<string | number>>;
56923
+ openDelay: NonNullable<NonNullable<string | number>>;
54680
56924
  activatorProps: Record<string, any>;
54681
56925
  openOnHover: boolean;
54682
56926
  closeOnContentClick: boolean;
@@ -54684,77 +56928,81 @@ declare const VSnackbar: {
54684
56928
  contained: boolean;
54685
56929
  noClickAnimation: boolean;
54686
56930
  persistent: boolean;
54687
- scrim: string | boolean;
54688
- _disableGlobalStack: boolean;
56931
+ scrim: NonNullable<string | boolean>;
56932
+ } & {
54689
56933
  class?: any;
56934
+ id?: string | undefined;
54690
56935
  width?: string | number | undefined;
54691
56936
  height?: string | number | undefined;
54692
56937
  theme?: string | undefined;
54693
56938
  target?: Element | (string & {}) | vue.ComponentPublicInstance | "parent" | "cursor" | [x: number, y: number] | undefined;
54694
- offset?: string | number | number[] | undefined;
54695
56939
  contentClass?: any;
54696
56940
  opacity?: string | number | undefined;
54697
56941
  maxHeight?: string | number | undefined;
54698
56942
  maxWidth?: string | number | undefined;
54699
56943
  minHeight?: string | number | undefined;
54700
- minWidth?: string | number | undefined;
54701
56944
  activator?: Element | (string & {}) | vue.ComponentPublicInstance | "parent" | undefined;
54702
- closeDelay?: string | number | undefined;
54703
- openDelay?: string | number | undefined;
54704
56945
  openOnClick?: boolean | undefined;
54705
56946
  openOnFocus?: boolean | undefined;
54706
56947
  contentProps?: any;
54707
56948
  attach?: string | boolean | Element | undefined;
56949
+ } & {
54708
56950
  $children?: vue.VNodeChild | {
54709
56951
  default?: ((arg: {
54710
- isActive: Ref<boolean>;
56952
+ isActive: vue.Ref<boolean>;
54711
56953
  }) => vue.VNodeChild) | undefined;
54712
56954
  activator?: ((arg: {
54713
56955
  isActive: boolean;
54714
56956
  props: Record<string, any>;
54715
- targetRef: Ref<any>;
56957
+ targetRef: vue.Ref<any>;
54716
56958
  }) => vue.VNodeChild) | undefined;
54717
56959
  } | ((arg: {
54718
- isActive: Ref<boolean>;
56960
+ isActive: vue.Ref<boolean>;
54719
56961
  }) => vue.VNodeChild);
54720
56962
  'v-slots'?: {
54721
56963
  default?: false | ((arg: {
54722
- isActive: Ref<boolean>;
56964
+ isActive: vue.Ref<boolean>;
54723
56965
  }) => vue.VNodeChild) | undefined;
54724
56966
  activator?: false | ((arg: {
54725
56967
  isActive: boolean;
54726
56968
  props: Record<string, any>;
54727
- targetRef: Ref<any>;
56969
+ targetRef: vue.Ref<any>;
54728
56970
  }) => vue.VNodeChild) | undefined;
54729
56971
  } | undefined;
56972
+ } & {
54730
56973
  "v-slot:default"?: false | ((arg: {
54731
- isActive: Ref<boolean>;
56974
+ isActive: vue.Ref<boolean>;
54732
56975
  }) => vue.VNodeChild) | undefined;
54733
56976
  "v-slot:activator"?: false | ((arg: {
54734
56977
  isActive: boolean;
54735
56978
  props: Record<string, any>;
54736
- targetRef: Ref<any>;
56979
+ targetRef: vue.Ref<any>;
54737
56980
  }) => vue.VNodeChild) | undefined;
56981
+ } & {
54738
56982
  "onUpdate:modelValue"?: ((value: boolean) => any) | undefined;
54739
- onAfterEnter?: (() => any) | undefined;
54740
- onAfterLeave?: (() => any) | undefined;
54741
- "onClick:outside"?: ((e: MouseEvent) => any) | undefined;
54742
- } & vue.VNodeProps & vue.AllowedComponentProps & vue.ComponentCustomProps & {
56983
+ }, {}, unknown, {}, {}, vue.ComponentOptionsMixin, vue.ComponentOptionsMixin, {
56984
+ 'update:modelValue': (value: boolean) => boolean;
56985
+ }, vue.VNodeProps & vue.AllowedComponentProps & vue.ComponentCustomProps & {
54743
56986
  style: vue.StyleValue;
54744
56987
  disabled: boolean;
54745
- absolute: boolean;
54746
- transition: string | boolean | (vue.TransitionProps & {
56988
+ offset: NonNullable<string | number | number[] | undefined>;
56989
+ transition: NonNullable<NonNullable<string | boolean | (vue.TransitionProps & {
54747
56990
  component?: vue.Component | undefined;
54748
- });
56991
+ })> | {
56992
+ component: vue.Component;
56993
+ }>;
54749
56994
  zIndex: string | number;
54750
56995
  modelValue: boolean;
54751
56996
  origin: Anchor | "auto" | "overlap";
56997
+ minWidth: NonNullable<string | number>;
54752
56998
  eager: boolean;
54753
- location: Anchor;
54754
- locationStrategy: "static" | ((data: LocationStrategyData, props: StrategyProps, contentStyles: Ref<Record<string, string>>) => {
56999
+ location: NonNullable<Anchor>;
57000
+ locationStrategy: NonNullable<"static" | ((data: LocationStrategyData, props: StrategyProps, contentStyles: vue.Ref<Record<string, string>>) => {
54755
57001
  updateLocation: (e: Event) => void;
54756
- } | undefined) | "connected";
54757
- scrollStrategy: "close" | "none" | "block" | ((data: ScrollStrategyData, props: StrategyProps$1, scope: vue.EffectScope) => void) | "reposition";
57002
+ } | undefined) | "connected">;
57003
+ scrollStrategy: NonNullable<"close" | "none" | "block" | ((data: ScrollStrategyData, props: StrategyProps$1, scope: vue.EffectScope) => void) | "reposition">;
57004
+ closeDelay: NonNullable<NonNullable<string | number>>;
57005
+ openDelay: NonNullable<NonNullable<string | number>>;
54758
57006
  activatorProps: Record<string, any>;
54759
57007
  openOnHover: boolean;
54760
57008
  closeOnContentClick: boolean;
@@ -54762,24 +57010,20 @@ declare const VSnackbar: {
54762
57010
  contained: boolean;
54763
57011
  noClickAnimation: boolean;
54764
57012
  persistent: boolean;
54765
- scrim: string | boolean;
54766
- _disableGlobalStack: boolean;
57013
+ scrim: NonNullable<string | boolean>;
54767
57014
  } & {
54768
57015
  class?: any;
57016
+ id?: string | undefined;
54769
57017
  width?: string | number | undefined;
54770
57018
  height?: string | number | undefined;
54771
57019
  theme?: string | undefined;
54772
57020
  target?: Element | (string & {}) | vue.ComponentPublicInstance | "parent" | "cursor" | [x: number, y: number] | undefined;
54773
- offset?: string | number | number[] | undefined;
54774
57021
  contentClass?: any;
54775
57022
  opacity?: string | number | undefined;
54776
57023
  maxHeight?: string | number | undefined;
54777
57024
  maxWidth?: string | number | undefined;
54778
57025
  minHeight?: string | number | undefined;
54779
- minWidth?: string | number | undefined;
54780
57026
  activator?: Element | (string & {}) | vue.ComponentPublicInstance | "parent" | undefined;
54781
- closeDelay?: string | number | undefined;
54782
- openDelay?: string | number | undefined;
54783
57027
  openOnClick?: boolean | undefined;
54784
57028
  openOnFocus?: boolean | undefined;
54785
57029
  contentProps?: any;
@@ -54787,81 +57031,109 @@ declare const VSnackbar: {
54787
57031
  } & {
54788
57032
  $children?: vue.VNodeChild | {
54789
57033
  default?: ((arg: {
54790
- isActive: Ref<boolean>;
57034
+ isActive: vue.Ref<boolean>;
54791
57035
  }) => vue.VNodeChild) | undefined;
54792
57036
  activator?: ((arg: {
54793
57037
  isActive: boolean;
54794
57038
  props: Record<string, any>;
54795
- targetRef: Ref<any>;
57039
+ targetRef: vue.Ref<any>;
54796
57040
  }) => vue.VNodeChild) | undefined;
54797
57041
  } | ((arg: {
54798
- isActive: Ref<boolean>;
57042
+ isActive: vue.Ref<boolean>;
54799
57043
  }) => vue.VNodeChild);
54800
57044
  'v-slots'?: {
54801
57045
  default?: false | ((arg: {
54802
- isActive: Ref<boolean>;
57046
+ isActive: vue.Ref<boolean>;
54803
57047
  }) => vue.VNodeChild) | undefined;
54804
57048
  activator?: false | ((arg: {
54805
57049
  isActive: boolean;
54806
57050
  props: Record<string, any>;
54807
- targetRef: Ref<any>;
57051
+ targetRef: vue.Ref<any>;
54808
57052
  }) => vue.VNodeChild) | undefined;
54809
57053
  } | undefined;
54810
57054
  } & {
54811
57055
  "v-slot:default"?: false | ((arg: {
54812
- isActive: Ref<boolean>;
57056
+ isActive: vue.Ref<boolean>;
54813
57057
  }) => vue.VNodeChild) | undefined;
54814
57058
  "v-slot:activator"?: false | ((arg: {
54815
57059
  isActive: boolean;
54816
57060
  props: Record<string, any>;
54817
- targetRef: Ref<any>;
57061
+ targetRef: vue.Ref<any>;
54818
57062
  }) => vue.VNodeChild) | undefined;
54819
57063
  } & {
54820
57064
  "onUpdate:modelValue"?: ((value: boolean) => any) | undefined;
54821
- onAfterEnter?: (() => any) | undefined;
54822
- onAfterLeave?: (() => any) | undefined;
54823
- "onClick:outside"?: ((e: MouseEvent) => any) | undefined;
54824
- }, "style" | "disabled" | "absolute" | "transition" | "zIndex" | "modelValue" | "origin" | "eager" | "location" | "locationStrategy" | "scrollStrategy" | "activatorProps" | "openOnClick" | "openOnHover" | "openOnFocus" | "closeOnContentClick" | "closeOnBack" | "contained" | "noClickAnimation" | "persistent" | "scrim" | "_disableGlobalStack">;
54825
- $attrs: {
54826
- [x: string]: unknown;
54827
- };
54828
- $refs: {
54829
- [x: string]: unknown;
54830
- };
54831
- $slots: Readonly<{
54832
- default?: ((arg: {
54833
- isActive: Ref<boolean>;
57065
+ }, {
57066
+ style: vue.StyleValue;
57067
+ disabled: boolean;
57068
+ offset: NonNullable<string | number | number[] | undefined>;
57069
+ transition: NonNullable<NonNullable<string | boolean | (vue.TransitionProps & {
57070
+ component?: vue.Component | undefined;
57071
+ })> | {
57072
+ component: vue.Component;
57073
+ }>;
57074
+ zIndex: string | number;
57075
+ modelValue: boolean;
57076
+ origin: Anchor | "auto" | "overlap";
57077
+ minWidth: NonNullable<string | number>;
57078
+ eager: boolean;
57079
+ location: NonNullable<Anchor>;
57080
+ locationStrategy: NonNullable<"static" | ((data: LocationStrategyData, props: StrategyProps, contentStyles: vue.Ref<Record<string, string>>) => {
57081
+ updateLocation: (e: Event) => void;
57082
+ } | undefined) | "connected">;
57083
+ scrollStrategy: NonNullable<"close" | "none" | "block" | ((data: ScrollStrategyData, props: StrategyProps$1, scope: vue.EffectScope) => void) | "reposition">;
57084
+ closeDelay: NonNullable<NonNullable<string | number>>;
57085
+ openDelay: NonNullable<NonNullable<string | number>>;
57086
+ activatorProps: Record<string, any>;
57087
+ openOnClick: boolean;
57088
+ openOnHover: boolean;
57089
+ openOnFocus: boolean;
57090
+ closeOnContentClick: boolean;
57091
+ closeOnBack: boolean;
57092
+ contained: boolean;
57093
+ noClickAnimation: boolean;
57094
+ persistent: boolean;
57095
+ scrim: NonNullable<string | boolean>;
57096
+ }, true, {}, vue.SlotsType<Partial<{
57097
+ default: (arg: {
57098
+ isActive: vue.Ref<boolean>;
54834
57099
  }) => vue.VNode<vue.RendererNode, vue.RendererElement, {
54835
57100
  [key: string]: any;
54836
- }>[]) | undefined;
54837
- activator?: ((arg: {
57101
+ }>[];
57102
+ activator: (arg: {
54838
57103
  isActive: boolean;
54839
57104
  props: Record<string, any>;
54840
- targetRef: Ref<any>;
57105
+ targetRef: vue.Ref<any>;
54841
57106
  }) => vue.VNode<vue.RendererNode, vue.RendererElement, {
54842
57107
  [key: string]: any;
54843
- }>[]) | undefined;
54844
- }>;
54845
- $root: vue.ComponentPublicInstance<{}, {}, {}, {}, {}, {}, {}, {}, false, vue.ComponentOptionsBase<any, any, any, any, any, any, any, any, any, {}, {}, string, {}>, {}, {}> | null;
54846
- $parent: vue.ComponentPublicInstance<{}, {}, {}, {}, {}, {}, {}, {}, false, vue.ComponentOptionsBase<any, any, any, any, any, any, any, any, any, {}, {}, string, {}>, {}, {}> | null;
54847
- $emit: ((event: "update:modelValue", value: boolean) => void) & ((event: "click:outside", e: MouseEvent) => void) & ((event: "afterEnter") => void) & ((event: "afterLeave") => void);
54848
- $el: any;
54849
- $options: vue.ComponentOptionsBase<{
57108
+ }>[];
57109
+ }>>, {
57110
+ P: {};
57111
+ B: {};
57112
+ D: {};
57113
+ C: {};
57114
+ M: {};
57115
+ Defaults: {};
57116
+ }, {
54850
57117
  style: vue.StyleValue;
54851
57118
  disabled: boolean;
54852
- absolute: boolean;
54853
- transition: string | boolean | (vue.TransitionProps & {
57119
+ offset: NonNullable<string | number | number[] | undefined>;
57120
+ transition: NonNullable<NonNullable<string | boolean | (vue.TransitionProps & {
54854
57121
  component?: vue.Component | undefined;
54855
- });
57122
+ })> | {
57123
+ component: vue.Component;
57124
+ }>;
54856
57125
  zIndex: string | number;
54857
57126
  modelValue: boolean;
54858
57127
  origin: Anchor | "auto" | "overlap";
57128
+ minWidth: NonNullable<string | number>;
54859
57129
  eager: boolean;
54860
- location: Anchor;
54861
- locationStrategy: "static" | ((data: LocationStrategyData, props: StrategyProps, contentStyles: Ref<Record<string, string>>) => {
57130
+ location: NonNullable<Anchor>;
57131
+ locationStrategy: NonNullable<"static" | ((data: LocationStrategyData, props: StrategyProps, contentStyles: vue.Ref<Record<string, string>>) => {
54862
57132
  updateLocation: (e: Event) => void;
54863
- } | undefined) | "connected";
54864
- scrollStrategy: "close" | "none" | "block" | ((data: ScrollStrategyData, props: StrategyProps$1, scope: vue.EffectScope) => void) | "reposition";
57133
+ } | undefined) | "connected">;
57134
+ scrollStrategy: NonNullable<"close" | "none" | "block" | ((data: ScrollStrategyData, props: StrategyProps$1, scope: vue.EffectScope) => void) | "reposition">;
57135
+ closeDelay: NonNullable<NonNullable<string | number>>;
57136
+ openDelay: NonNullable<NonNullable<string | number>>;
54865
57137
  activatorProps: Record<string, any>;
54866
57138
  openOnHover: boolean;
54867
57139
  closeOnContentClick: boolean;
@@ -54869,24 +57141,20 @@ declare const VSnackbar: {
54869
57141
  contained: boolean;
54870
57142
  noClickAnimation: boolean;
54871
57143
  persistent: boolean;
54872
- scrim: string | boolean;
54873
- _disableGlobalStack: boolean;
57144
+ scrim: NonNullable<string | boolean>;
54874
57145
  } & {
54875
57146
  class?: any;
57147
+ id?: string | undefined;
54876
57148
  width?: string | number | undefined;
54877
57149
  height?: string | number | undefined;
54878
57150
  theme?: string | undefined;
54879
57151
  target?: Element | (string & {}) | vue.ComponentPublicInstance | "parent" | "cursor" | [x: number, y: number] | undefined;
54880
- offset?: string | number | number[] | undefined;
54881
57152
  contentClass?: any;
54882
57153
  opacity?: string | number | undefined;
54883
57154
  maxHeight?: string | number | undefined;
54884
57155
  maxWidth?: string | number | undefined;
54885
57156
  minHeight?: string | number | undefined;
54886
- minWidth?: string | number | undefined;
54887
57157
  activator?: Element | (string & {}) | vue.ComponentPublicInstance | "parent" | undefined;
54888
- closeDelay?: string | number | undefined;
54889
- openDelay?: string | number | undefined;
54890
57158
  openOnClick?: boolean | undefined;
54891
57159
  openOnFocus?: boolean | undefined;
54892
57160
  contentProps?: any;
@@ -54894,70 +57162,58 @@ declare const VSnackbar: {
54894
57162
  } & {
54895
57163
  $children?: vue.VNodeChild | {
54896
57164
  default?: ((arg: {
54897
- isActive: Ref<boolean>;
57165
+ isActive: vue.Ref<boolean>;
54898
57166
  }) => vue.VNodeChild) | undefined;
54899
57167
  activator?: ((arg: {
54900
57168
  isActive: boolean;
54901
57169
  props: Record<string, any>;
54902
- targetRef: Ref<any>;
57170
+ targetRef: vue.Ref<any>;
54903
57171
  }) => vue.VNodeChild) | undefined;
54904
57172
  } | ((arg: {
54905
- isActive: Ref<boolean>;
57173
+ isActive: vue.Ref<boolean>;
54906
57174
  }) => vue.VNodeChild);
54907
57175
  'v-slots'?: {
54908
57176
  default?: false | ((arg: {
54909
- isActive: Ref<boolean>;
57177
+ isActive: vue.Ref<boolean>;
54910
57178
  }) => vue.VNodeChild) | undefined;
54911
57179
  activator?: false | ((arg: {
54912
57180
  isActive: boolean;
54913
57181
  props: Record<string, any>;
54914
- targetRef: Ref<any>;
57182
+ targetRef: vue.Ref<any>;
54915
57183
  }) => vue.VNodeChild) | undefined;
54916
57184
  } | undefined;
54917
57185
  } & {
54918
57186
  "v-slot:default"?: false | ((arg: {
54919
- isActive: Ref<boolean>;
57187
+ isActive: vue.Ref<boolean>;
54920
57188
  }) => vue.VNodeChild) | undefined;
54921
57189
  "v-slot:activator"?: false | ((arg: {
54922
57190
  isActive: boolean;
54923
57191
  props: Record<string, any>;
54924
- targetRef: Ref<any>;
57192
+ targetRef: vue.Ref<any>;
54925
57193
  }) => vue.VNodeChild) | undefined;
54926
57194
  } & {
54927
57195
  "onUpdate:modelValue"?: ((value: boolean) => any) | undefined;
54928
- onAfterEnter?: (() => any) | undefined;
54929
- onAfterLeave?: (() => any) | undefined;
54930
- "onClick:outside"?: ((e: MouseEvent) => any) | undefined;
54931
- }, {
54932
- activatorEl: Ref<HTMLElement | undefined>;
54933
- scrimEl: Ref<HTMLElement | undefined>;
54934
- target: vue.ComputedRef<HTMLElement | [x: number, y: number] | undefined>;
54935
- animateClick: () => void;
54936
- contentEl: Ref<HTMLElement | undefined>;
54937
- globalTop: Readonly<Ref<boolean>>;
54938
- localTop: vue.ComputedRef<boolean>;
54939
- updateLocation: Ref<((e: Event) => void) | undefined>;
54940
- }, unknown, {}, {}, vue.ComponentOptionsMixin, vue.ComponentOptionsMixin, {
54941
- 'click:outside': (e: MouseEvent) => true;
54942
- 'update:modelValue': (value: boolean) => true;
54943
- afterEnter: () => true;
54944
- afterLeave: () => true;
54945
- }, string, {
57196
+ }, {}, {}, {}, {}, {
54946
57197
  style: vue.StyleValue;
54947
57198
  disabled: boolean;
54948
- absolute: boolean;
54949
- transition: string | boolean | (vue.TransitionProps & {
57199
+ offset: NonNullable<string | number | number[] | undefined>;
57200
+ transition: NonNullable<NonNullable<string | boolean | (vue.TransitionProps & {
54950
57201
  component?: vue.Component | undefined;
54951
- });
57202
+ })> | {
57203
+ component: vue.Component;
57204
+ }>;
54952
57205
  zIndex: string | number;
54953
57206
  modelValue: boolean;
54954
57207
  origin: Anchor | "auto" | "overlap";
57208
+ minWidth: NonNullable<string | number>;
54955
57209
  eager: boolean;
54956
- location: Anchor;
54957
- locationStrategy: "static" | ((data: LocationStrategyData, props: StrategyProps, contentStyles: Ref<Record<string, string>>) => {
57210
+ location: NonNullable<Anchor>;
57211
+ locationStrategy: NonNullable<"static" | ((data: LocationStrategyData, props: StrategyProps, contentStyles: vue.Ref<Record<string, string>>) => {
54958
57212
  updateLocation: (e: Event) => void;
54959
- } | undefined) | "connected";
54960
- scrollStrategy: "close" | "none" | "block" | ((data: ScrollStrategyData, props: StrategyProps$1, scope: vue.EffectScope) => void) | "reposition";
57213
+ } | undefined) | "connected">;
57214
+ scrollStrategy: NonNullable<"close" | "none" | "block" | ((data: ScrollStrategyData, props: StrategyProps$1, scope: vue.EffectScope) => void) | "reposition">;
57215
+ closeDelay: NonNullable<NonNullable<string | number>>;
57216
+ openDelay: NonNullable<NonNullable<string | number>>;
54961
57217
  activatorProps: Record<string, any>;
54962
57218
  openOnClick: boolean;
54963
57219
  openOnHover: boolean;
@@ -54967,57 +57223,32 @@ declare const VSnackbar: {
54967
57223
  contained: boolean;
54968
57224
  noClickAnimation: boolean;
54969
57225
  persistent: boolean;
54970
- scrim: string | boolean;
54971
- _disableGlobalStack: boolean;
54972
- }, {}, string, vue.SlotsType<Partial<{
54973
- default: (arg: {
54974
- isActive: Ref<boolean>;
54975
- }) => vue.VNode<vue.RendererNode, vue.RendererElement, {
54976
- [key: string]: any;
54977
- }>[];
54978
- activator: (arg: {
54979
- isActive: boolean;
54980
- props: Record<string, any>;
54981
- targetRef: Ref<any>;
54982
- }) => vue.VNode<vue.RendererNode, vue.RendererElement, {
54983
- [key: string]: any;
54984
- }>[];
54985
- }>>> & {
54986
- beforeCreate?: ((() => void) | (() => void)[]) | undefined;
54987
- created?: ((() => void) | (() => void)[]) | undefined;
54988
- beforeMount?: ((() => void) | (() => void)[]) | undefined;
54989
- mounted?: ((() => void) | (() => void)[]) | undefined;
54990
- beforeUpdate?: ((() => void) | (() => void)[]) | undefined;
54991
- updated?: ((() => void) | (() => void)[]) | undefined;
54992
- activated?: ((() => void) | (() => void)[]) | undefined;
54993
- deactivated?: ((() => void) | (() => void)[]) | undefined;
54994
- beforeDestroy?: ((() => void) | (() => void)[]) | undefined;
54995
- beforeUnmount?: ((() => void) | (() => void)[]) | undefined;
54996
- destroyed?: ((() => void) | (() => void)[]) | undefined;
54997
- unmounted?: ((() => void) | (() => void)[]) | undefined;
54998
- renderTracked?: (((e: vue.DebuggerEvent) => void) | ((e: vue.DebuggerEvent) => void)[]) | undefined;
54999
- renderTriggered?: (((e: vue.DebuggerEvent) => void) | ((e: vue.DebuggerEvent) => void)[]) | undefined;
55000
- errorCaptured?: (((err: unknown, instance: vue.ComponentPublicInstance<{}, {}, {}, {}, {}, {}, {}, {}, false, vue.ComponentOptionsBase<any, any, any, any, any, any, any, any, any, {}, {}, string, {}>, {}, {}> | null, info: string) => boolean | void) | ((err: unknown, instance: vue.ComponentPublicInstance<{}, {}, {}, {}, {}, {}, {}, {}, false, vue.ComponentOptionsBase<any, any, any, any, any, any, any, any, any, {}, {}, string, {}>, {}, {}> | null, info: string) => boolean | void)[]) | undefined;
55001
- };
55002
- $forceUpdate: () => void;
55003
- $nextTick: typeof nextTick;
55004
- $watch<T extends string | ((...args: any) => any)>(source: T, cb: T extends (...args: any) => infer R ? (args_0: R, args_1: R) => any : (...args: any) => any, options?: vue.WatchOptions<boolean> | undefined): vue.WatchStopHandle;
55005
- } & Omit<{
57226
+ scrim: NonNullable<string | boolean>;
57227
+ }>;
57228
+ __isFragment?: undefined;
57229
+ __isTeleport?: undefined;
57230
+ __isSuspense?: undefined;
57231
+ } & vue.ComponentOptionsBase<{
55006
57232
  style: vue.StyleValue;
55007
57233
  disabled: boolean;
55008
- absolute: boolean;
55009
- transition: string | boolean | (vue.TransitionProps & {
57234
+ offset: NonNullable<string | number | number[] | undefined>;
57235
+ transition: NonNullable<NonNullable<string | boolean | (vue.TransitionProps & {
55010
57236
  component?: vue.Component | undefined;
55011
- });
57237
+ })> | {
57238
+ component: vue.Component;
57239
+ }>;
55012
57240
  zIndex: string | number;
55013
57241
  modelValue: boolean;
55014
57242
  origin: Anchor | "auto" | "overlap";
57243
+ minWidth: NonNullable<string | number>;
55015
57244
  eager: boolean;
55016
- location: Anchor;
55017
- locationStrategy: "static" | ((data: LocationStrategyData, props: StrategyProps, contentStyles: Ref<Record<string, string>>) => {
57245
+ location: NonNullable<Anchor>;
57246
+ locationStrategy: NonNullable<"static" | ((data: LocationStrategyData, props: StrategyProps, contentStyles: vue.Ref<Record<string, string>>) => {
55018
57247
  updateLocation: (e: Event) => void;
55019
- } | undefined) | "connected";
55020
- scrollStrategy: "close" | "none" | "block" | ((data: ScrollStrategyData, props: StrategyProps$1, scope: vue.EffectScope) => void) | "reposition";
57248
+ } | undefined) | "connected">;
57249
+ scrollStrategy: NonNullable<"close" | "none" | "block" | ((data: ScrollStrategyData, props: StrategyProps$1, scope: vue.EffectScope) => void) | "reposition">;
57250
+ closeDelay: NonNullable<NonNullable<string | number>>;
57251
+ openDelay: NonNullable<NonNullable<string | number>>;
55021
57252
  activatorProps: Record<string, any>;
55022
57253
  openOnHover: boolean;
55023
57254
  closeOnContentClick: boolean;
@@ -55025,24 +57256,20 @@ declare const VSnackbar: {
55025
57256
  contained: boolean;
55026
57257
  noClickAnimation: boolean;
55027
57258
  persistent: boolean;
55028
- scrim: string | boolean;
55029
- _disableGlobalStack: boolean;
57259
+ scrim: NonNullable<string | boolean>;
55030
57260
  } & {
55031
57261
  class?: any;
57262
+ id?: string | undefined;
55032
57263
  width?: string | number | undefined;
55033
57264
  height?: string | number | undefined;
55034
57265
  theme?: string | undefined;
55035
57266
  target?: Element | (string & {}) | vue.ComponentPublicInstance | "parent" | "cursor" | [x: number, y: number] | undefined;
55036
- offset?: string | number | number[] | undefined;
55037
57267
  contentClass?: any;
55038
57268
  opacity?: string | number | undefined;
55039
57269
  maxHeight?: string | number | undefined;
55040
57270
  maxWidth?: string | number | undefined;
55041
57271
  minHeight?: string | number | undefined;
55042
- minWidth?: string | number | undefined;
55043
57272
  activator?: Element | (string & {}) | vue.ComponentPublicInstance | "parent" | undefined;
55044
- closeDelay?: string | number | undefined;
55045
- openDelay?: string | number | undefined;
55046
57273
  openOnClick?: boolean | undefined;
55047
57274
  openOnFocus?: boolean | undefined;
55048
57275
  contentProps?: any;
@@ -55050,70 +57277,60 @@ declare const VSnackbar: {
55050
57277
  } & {
55051
57278
  $children?: vue.VNodeChild | {
55052
57279
  default?: ((arg: {
55053
- isActive: Ref<boolean>;
57280
+ isActive: vue.Ref<boolean>;
55054
57281
  }) => vue.VNodeChild) | undefined;
55055
57282
  activator?: ((arg: {
55056
57283
  isActive: boolean;
55057
57284
  props: Record<string, any>;
55058
- targetRef: Ref<any>;
57285
+ targetRef: vue.Ref<any>;
55059
57286
  }) => vue.VNodeChild) | undefined;
55060
57287
  } | ((arg: {
55061
- isActive: Ref<boolean>;
57288
+ isActive: vue.Ref<boolean>;
55062
57289
  }) => vue.VNodeChild);
55063
57290
  'v-slots'?: {
55064
57291
  default?: false | ((arg: {
55065
- isActive: Ref<boolean>;
57292
+ isActive: vue.Ref<boolean>;
55066
57293
  }) => vue.VNodeChild) | undefined;
55067
57294
  activator?: false | ((arg: {
55068
57295
  isActive: boolean;
55069
57296
  props: Record<string, any>;
55070
- targetRef: Ref<any>;
57297
+ targetRef: vue.Ref<any>;
55071
57298
  }) => vue.VNodeChild) | undefined;
55072
57299
  } | undefined;
55073
57300
  } & {
55074
57301
  "v-slot:default"?: false | ((arg: {
55075
- isActive: Ref<boolean>;
57302
+ isActive: vue.Ref<boolean>;
55076
57303
  }) => vue.VNodeChild) | undefined;
55077
57304
  "v-slot:activator"?: false | ((arg: {
55078
57305
  isActive: boolean;
55079
57306
  props: Record<string, any>;
55080
- targetRef: Ref<any>;
57307
+ targetRef: vue.Ref<any>;
55081
57308
  }) => vue.VNodeChild) | undefined;
55082
57309
  } & {
55083
57310
  "onUpdate:modelValue"?: ((value: boolean) => any) | undefined;
55084
- onAfterEnter?: (() => any) | undefined;
55085
- onAfterLeave?: (() => any) | undefined;
55086
- "onClick:outside"?: ((e: MouseEvent) => any) | undefined;
55087
- }, "target" | "activatorEl" | "scrimEl" | "animateClick" | "contentEl" | "globalTop" | "localTop" | "updateLocation"> & vue.ShallowUnwrapRef<{
55088
- activatorEl: Ref<HTMLElement | undefined>;
55089
- scrimEl: Ref<HTMLElement | undefined>;
55090
- target: vue.ComputedRef<HTMLElement | [x: number, y: number] | undefined>;
55091
- animateClick: () => void;
55092
- contentEl: Ref<HTMLElement | undefined>;
55093
- globalTop: Readonly<Ref<boolean>>;
55094
- localTop: vue.ComputedRef<boolean>;
55095
- updateLocation: Ref<((e: Event) => void) | undefined>;
55096
- }> & {} & vue.ComponentCustomProperties & {}, "class" | "width" | "height" | "theme" | "key" | "target" | "v-slot:default" | "$children" | "v-slots" | "ref" | "ref_for" | "ref_key" | "onVnodeBeforeMount" | "onVnodeMounted" | "onVnodeBeforeUpdate" | "onVnodeUpdated" | "onVnodeBeforeUnmount" | "onVnodeUnmounted" | "offset" | "onUpdate:modelValue" | "contentClass" | "opacity" | "maxHeight" | "maxWidth" | "minHeight" | "minWidth" | "onAfterEnter" | "onAfterLeave" | "activator" | "v-slot:activator" | "closeDelay" | "openDelay" | "contentProps" | "attach" | "onClick:outside" | ("style" | "disabled" | "absolute" | "transition" | "zIndex" | "modelValue" | "origin" | "eager" | "location" | "locationStrategy" | "scrollStrategy" | "activatorProps" | "openOnClick" | "openOnHover" | "openOnFocus" | "closeOnContentClick" | "closeOnBack" | "contained" | "noClickAnimation" | "persistent" | "scrim" | "_disableGlobalStack")>, `$${any}`>, unknown, {}, {}, vue.ComponentOptionsMixin, vue.ComponentOptionsMixin, {
55097
- 'update:modelValue': (v: boolean) => boolean;
57311
+ }, {}, unknown, {}, {}, vue.ComponentOptionsMixin, vue.ComponentOptionsMixin, {
57312
+ 'update:modelValue': (value: boolean) => boolean;
55098
57313
  }, string, {
55099
57314
  style: vue.StyleValue;
55100
57315
  disabled: boolean;
55101
- absolute: boolean;
55102
- transition: NonNullable<string | boolean | (vue.TransitionProps & {
57316
+ offset: NonNullable<string | number | number[] | undefined>;
57317
+ transition: NonNullable<NonNullable<string | boolean | (vue.TransitionProps & {
55103
57318
  component?: vue.Component | undefined;
55104
- })>;
57319
+ })> | {
57320
+ component: vue.Component;
57321
+ }>;
55105
57322
  zIndex: string | number;
55106
57323
  modelValue: boolean;
55107
- rounded: string | number | boolean;
55108
- variant: "flat" | "text" | "elevated" | "tonal" | "outlined" | "plain";
55109
57324
  origin: Anchor | "auto" | "overlap";
55110
- vertical: boolean;
55111
- tile: boolean;
57325
+ minWidth: NonNullable<string | number>;
55112
57326
  eager: boolean;
55113
- location: Anchor;
55114
- locationStrategy: "static" | ((data: LocationStrategyData, props: StrategyProps, contentStyles: Ref<Record<string, string>>) => {
57327
+ location: NonNullable<Anchor>;
57328
+ locationStrategy: NonNullable<"static" | ((data: LocationStrategyData, props: StrategyProps, contentStyles: vue.Ref<Record<string, string>>) => {
55115
57329
  updateLocation: (e: Event) => void;
55116
- } | undefined) | "connected";
57330
+ } | undefined) | "connected">;
57331
+ scrollStrategy: NonNullable<"close" | "none" | "block" | ((data: ScrollStrategyData, props: StrategyProps$1, scope: vue.EffectScope) => void) | "reposition">;
57332
+ closeDelay: NonNullable<NonNullable<string | number>>;
57333
+ openDelay: NonNullable<NonNullable<string | number>>;
55117
57334
  activatorProps: Record<string, any>;
55118
57335
  openOnClick: boolean;
55119
57336
  openOnHover: boolean;
@@ -55121,26 +57338,22 @@ declare const VSnackbar: {
55121
57338
  closeOnContentClick: boolean;
55122
57339
  closeOnBack: boolean;
55123
57340
  contained: boolean;
55124
- multiLine: boolean;
55125
- timeout: string | number;
57341
+ noClickAnimation: boolean;
57342
+ persistent: boolean;
57343
+ scrim: NonNullable<string | boolean>;
55126
57344
  }, {}, string, vue.SlotsType<Partial<{
55127
- activator: (arg: {
55128
- isActive: boolean;
55129
- props: Record<string, any>;
57345
+ default: (arg: {
57346
+ isActive: vue.Ref<boolean>;
55130
57347
  }) => vue.VNode<vue.RendererNode, vue.RendererElement, {
55131
57348
  [key: string]: any;
55132
57349
  }>[];
55133
- default: () => vue.VNode<vue.RendererNode, vue.RendererElement, {
55134
- [key: string]: any;
55135
- }>[];
55136
- actions: (arg: {
55137
- isActive: Ref<boolean>;
57350
+ activator: (arg: {
57351
+ isActive: boolean;
57352
+ props: Record<string, any>;
57353
+ targetRef: vue.Ref<any>;
55138
57354
  }) => vue.VNode<vue.RendererNode, vue.RendererElement, {
55139
57355
  [key: string]: any;
55140
57356
  }>[];
55141
- text: () => vue.VNode<vue.RendererNode, vue.RendererElement, {
55142
- [key: string]: any;
55143
- }>[];
55144
57357
  }>>> & vue.VNodeProps & vue.AllowedComponentProps & vue.ComponentCustomProps & FilterPropsOptions<{
55145
57358
  class: vue.PropType<any>;
55146
57359
  style: {
@@ -55152,9 +57365,11 @@ declare const VSnackbar: {
55152
57365
  theme: StringConstructor;
55153
57366
  target: vue.PropType<Element | (string & {}) | vue.ComponentPublicInstance | "parent" | "cursor" | [x: number, y: number] | undefined>;
55154
57367
  disabled: BooleanConstructor;
55155
- offset: vue.PropType<string | number | number[] | undefined>;
55156
- absolute: BooleanConstructor;
55157
- transition: Omit<{
57368
+ offset: {
57369
+ type: vue.PropType<NonNullable<string | number | number[] | undefined>>;
57370
+ default: NonNullable<string | number | number[] | undefined>;
57371
+ };
57372
+ transition: Omit<Omit<{
55158
57373
  type: vue.PropType<string | boolean | (vue.TransitionProps & {
55159
57374
  component?: vue.Component | undefined;
55160
57375
  })>;
@@ -55163,10 +57378,25 @@ declare const VSnackbar: {
55163
57378
  }, "default" | "type"> & {
55164
57379
  type: vue.PropType<NonNullable<string | boolean | (vue.TransitionProps & {
55165
57380
  component?: vue.Component | undefined;
55166
- })>>;
57381
+ })> | {
57382
+ component: vue.Component;
57383
+ }>;
55167
57384
  default: NonNullable<string | boolean | (vue.TransitionProps & {
55168
57385
  component?: vue.Component | undefined;
55169
- })>;
57386
+ })> | {
57387
+ component: vue.Component;
57388
+ };
57389
+ }, "default" | "type"> & {
57390
+ type: vue.PropType<NonNullable<NonNullable<string | boolean | (vue.TransitionProps & {
57391
+ component?: vue.Component | undefined;
57392
+ })> | {
57393
+ component: vue.Component;
57394
+ }>>;
57395
+ default: NonNullable<NonNullable<string | boolean | (vue.TransitionProps & {
57396
+ component?: vue.Component | undefined;
57397
+ })> | {
57398
+ component: vue.Component;
57399
+ }>;
55170
57400
  };
55171
57401
  zIndex: {
55172
57402
  type: (StringConstructor | NumberConstructor)[];
@@ -55182,22 +57412,55 @@ declare const VSnackbar: {
55182
57412
  maxHeight: (StringConstructor | NumberConstructor)[];
55183
57413
  maxWidth: (StringConstructor | NumberConstructor)[];
55184
57414
  minHeight: (StringConstructor | NumberConstructor)[];
55185
- minWidth: (StringConstructor | NumberConstructor)[];
57415
+ minWidth: {
57416
+ type: vue.PropType<NonNullable<string | number>>;
57417
+ default: NonNullable<string | number>;
57418
+ };
55186
57419
  eager: BooleanConstructor;
55187
- location: {
57420
+ location: Omit<{
55188
57421
  type: vue.PropType<Anchor>;
55189
57422
  default: string;
57423
+ }, "default" | "type"> & {
57424
+ type: vue.PropType<NonNullable<Anchor>>;
57425
+ default: NonNullable<Anchor>;
55190
57426
  };
55191
57427
  activator: vue.PropType<Element | (string & {}) | vue.ComponentPublicInstance | "parent" | undefined>;
55192
- locationStrategy: {
55193
- type: vue.PropType<"static" | ((data: LocationStrategyData, props: StrategyProps, contentStyles: Ref<Record<string, string>>) => {
57428
+ locationStrategy: Omit<{
57429
+ type: vue.PropType<"static" | ((data: LocationStrategyData, props: StrategyProps, contentStyles: vue.Ref<Record<string, string>>) => {
55194
57430
  updateLocation: (e: Event) => void;
55195
57431
  } | undefined) | "connected">;
55196
57432
  default: string;
55197
57433
  validator: (val: any) => boolean;
57434
+ }, "default" | "type"> & {
57435
+ type: vue.PropType<NonNullable<"static" | ((data: LocationStrategyData, props: StrategyProps, contentStyles: vue.Ref<Record<string, string>>) => {
57436
+ updateLocation: (e: Event) => void;
57437
+ } | undefined) | "connected">>;
57438
+ default: NonNullable<"static" | ((data: LocationStrategyData, props: StrategyProps, contentStyles: vue.Ref<Record<string, string>>) => {
57439
+ updateLocation: (e: Event) => void;
57440
+ } | undefined) | "connected">;
57441
+ };
57442
+ scrollStrategy: Omit<{
57443
+ type: vue.PropType<"close" | "none" | "block" | ((data: ScrollStrategyData, props: StrategyProps$1, scope: vue.EffectScope) => void) | "reposition">;
57444
+ default: string;
57445
+ validator: (val: any) => boolean;
57446
+ }, "default" | "type"> & {
57447
+ type: vue.PropType<NonNullable<"close" | "none" | "block" | ((data: ScrollStrategyData, props: StrategyProps$1, scope: vue.EffectScope) => void) | "reposition">>;
57448
+ default: NonNullable<"close" | "none" | "block" | ((data: ScrollStrategyData, props: StrategyProps$1, scope: vue.EffectScope) => void) | "reposition">;
57449
+ };
57450
+ closeDelay: Omit<{
57451
+ type: vue.PropType<NonNullable<string | number>>;
57452
+ default: NonNullable<string | number>;
57453
+ }, "default" | "type"> & {
57454
+ type: vue.PropType<NonNullable<NonNullable<string | number>>>;
57455
+ default: NonNullable<NonNullable<string | number>>;
57456
+ };
57457
+ openDelay: Omit<{
57458
+ type: vue.PropType<NonNullable<string | number>>;
57459
+ default: NonNullable<string | number>;
57460
+ }, "default" | "type"> & {
57461
+ type: vue.PropType<NonNullable<NonNullable<string | number>>>;
57462
+ default: NonNullable<NonNullable<string | number>>;
55198
57463
  };
55199
- closeDelay: (StringConstructor | NumberConstructor)[];
55200
- openDelay: (StringConstructor | NumberConstructor)[];
55201
57464
  activatorProps: {
55202
57465
  type: vue.PropType<Record<string, any>>;
55203
57466
  default: () => {};
@@ -55211,37 +57474,27 @@ declare const VSnackbar: {
55211
57474
  type: BooleanConstructor;
55212
57475
  default: undefined;
55213
57476
  };
55214
- closeOnContentClick: BooleanConstructor;
57477
+ closeOnContentClick: {
57478
+ type: vue.PropType<boolean>;
57479
+ default: boolean;
57480
+ };
55215
57481
  closeOnBack: {
55216
57482
  type: BooleanConstructor;
55217
57483
  default: boolean;
55218
57484
  };
55219
57485
  contained: BooleanConstructor;
55220
57486
  contentProps: null;
55221
- attach: vue.PropType<string | boolean | Element>;
55222
- color: StringConstructor;
55223
- variant: {
55224
- type: vue.PropType<"flat" | "text" | "elevated" | "tonal" | "outlined" | "plain">;
55225
- default: string;
55226
- validator: (v: any) => boolean;
55227
- };
55228
- rounded: {
55229
- type: (StringConstructor | NumberConstructor | BooleanConstructor)[];
55230
- default: undefined;
55231
- };
55232
- tile: BooleanConstructor;
55233
- position: {
55234
- type: vue.PropType<"fixed" | "absolute" | "relative" | "static" | "sticky">;
55235
- validator: (v: any) => boolean;
55236
- };
55237
- multiLine: BooleanConstructor;
55238
- text: StringConstructor;
55239
- timer: (StringConstructor | BooleanConstructor)[];
55240
- timeout: {
55241
- type: (StringConstructor | NumberConstructor)[];
55242
- default: number;
57487
+ noClickAnimation: BooleanConstructor;
57488
+ persistent: BooleanConstructor;
57489
+ scrim: Omit<{
57490
+ type: (StringConstructor | BooleanConstructor)[];
57491
+ default: boolean;
57492
+ }, "default" | "type"> & {
57493
+ type: vue.PropType<NonNullable<string | boolean>>;
57494
+ default: NonNullable<string | boolean>;
55243
57495
  };
55244
- vertical: BooleanConstructor;
57496
+ attach: vue.PropType<string | boolean | Element>;
57497
+ id: StringConstructor;
55245
57498
  }, vue.ExtractPropTypes<{
55246
57499
  class: vue.PropType<any>;
55247
57500
  style: {
@@ -55253,9 +57506,11 @@ declare const VSnackbar: {
55253
57506
  theme: StringConstructor;
55254
57507
  target: vue.PropType<Element | (string & {}) | vue.ComponentPublicInstance | "parent" | "cursor" | [x: number, y: number] | undefined>;
55255
57508
  disabled: BooleanConstructor;
55256
- offset: vue.PropType<string | number | number[] | undefined>;
55257
- absolute: BooleanConstructor;
55258
- transition: Omit<{
57509
+ offset: {
57510
+ type: vue.PropType<NonNullable<string | number | number[] | undefined>>;
57511
+ default: NonNullable<string | number | number[] | undefined>;
57512
+ };
57513
+ transition: Omit<Omit<{
55259
57514
  type: vue.PropType<string | boolean | (vue.TransitionProps & {
55260
57515
  component?: vue.Component | undefined;
55261
57516
  })>;
@@ -55264,10 +57519,25 @@ declare const VSnackbar: {
55264
57519
  }, "default" | "type"> & {
55265
57520
  type: vue.PropType<NonNullable<string | boolean | (vue.TransitionProps & {
55266
57521
  component?: vue.Component | undefined;
55267
- })>>;
57522
+ })> | {
57523
+ component: vue.Component;
57524
+ }>;
55268
57525
  default: NonNullable<string | boolean | (vue.TransitionProps & {
55269
57526
  component?: vue.Component | undefined;
55270
- })>;
57527
+ })> | {
57528
+ component: vue.Component;
57529
+ };
57530
+ }, "default" | "type"> & {
57531
+ type: vue.PropType<NonNullable<NonNullable<string | boolean | (vue.TransitionProps & {
57532
+ component?: vue.Component | undefined;
57533
+ })> | {
57534
+ component: vue.Component;
57535
+ }>>;
57536
+ default: NonNullable<NonNullable<string | boolean | (vue.TransitionProps & {
57537
+ component?: vue.Component | undefined;
57538
+ })> | {
57539
+ component: vue.Component;
57540
+ }>;
55271
57541
  };
55272
57542
  zIndex: {
55273
57543
  type: (StringConstructor | NumberConstructor)[];
@@ -55283,22 +57553,55 @@ declare const VSnackbar: {
55283
57553
  maxHeight: (StringConstructor | NumberConstructor)[];
55284
57554
  maxWidth: (StringConstructor | NumberConstructor)[];
55285
57555
  minHeight: (StringConstructor | NumberConstructor)[];
55286
- minWidth: (StringConstructor | NumberConstructor)[];
57556
+ minWidth: {
57557
+ type: vue.PropType<NonNullable<string | number>>;
57558
+ default: NonNullable<string | number>;
57559
+ };
55287
57560
  eager: BooleanConstructor;
55288
- location: {
57561
+ location: Omit<{
55289
57562
  type: vue.PropType<Anchor>;
55290
57563
  default: string;
57564
+ }, "default" | "type"> & {
57565
+ type: vue.PropType<NonNullable<Anchor>>;
57566
+ default: NonNullable<Anchor>;
55291
57567
  };
55292
57568
  activator: vue.PropType<Element | (string & {}) | vue.ComponentPublicInstance | "parent" | undefined>;
55293
- locationStrategy: {
55294
- type: vue.PropType<"static" | ((data: LocationStrategyData, props: StrategyProps, contentStyles: Ref<Record<string, string>>) => {
57569
+ locationStrategy: Omit<{
57570
+ type: vue.PropType<"static" | ((data: LocationStrategyData, props: StrategyProps, contentStyles: vue.Ref<Record<string, string>>) => {
55295
57571
  updateLocation: (e: Event) => void;
55296
57572
  } | undefined) | "connected">;
55297
57573
  default: string;
55298
57574
  validator: (val: any) => boolean;
57575
+ }, "default" | "type"> & {
57576
+ type: vue.PropType<NonNullable<"static" | ((data: LocationStrategyData, props: StrategyProps, contentStyles: vue.Ref<Record<string, string>>) => {
57577
+ updateLocation: (e: Event) => void;
57578
+ } | undefined) | "connected">>;
57579
+ default: NonNullable<"static" | ((data: LocationStrategyData, props: StrategyProps, contentStyles: vue.Ref<Record<string, string>>) => {
57580
+ updateLocation: (e: Event) => void;
57581
+ } | undefined) | "connected">;
57582
+ };
57583
+ scrollStrategy: Omit<{
57584
+ type: vue.PropType<"close" | "none" | "block" | ((data: ScrollStrategyData, props: StrategyProps$1, scope: vue.EffectScope) => void) | "reposition">;
57585
+ default: string;
57586
+ validator: (val: any) => boolean;
57587
+ }, "default" | "type"> & {
57588
+ type: vue.PropType<NonNullable<"close" | "none" | "block" | ((data: ScrollStrategyData, props: StrategyProps$1, scope: vue.EffectScope) => void) | "reposition">>;
57589
+ default: NonNullable<"close" | "none" | "block" | ((data: ScrollStrategyData, props: StrategyProps$1, scope: vue.EffectScope) => void) | "reposition">;
57590
+ };
57591
+ closeDelay: Omit<{
57592
+ type: vue.PropType<NonNullable<string | number>>;
57593
+ default: NonNullable<string | number>;
57594
+ }, "default" | "type"> & {
57595
+ type: vue.PropType<NonNullable<NonNullable<string | number>>>;
57596
+ default: NonNullable<NonNullable<string | number>>;
57597
+ };
57598
+ openDelay: Omit<{
57599
+ type: vue.PropType<NonNullable<string | number>>;
57600
+ default: NonNullable<string | number>;
57601
+ }, "default" | "type"> & {
57602
+ type: vue.PropType<NonNullable<NonNullable<string | number>>>;
57603
+ default: NonNullable<NonNullable<string | number>>;
55299
57604
  };
55300
- closeDelay: (StringConstructor | NumberConstructor)[];
55301
- openDelay: (StringConstructor | NumberConstructor)[];
55302
57605
  activatorProps: {
55303
57606
  type: vue.PropType<Record<string, any>>;
55304
57607
  default: () => {};
@@ -55312,39 +57615,29 @@ declare const VSnackbar: {
55312
57615
  type: BooleanConstructor;
55313
57616
  default: undefined;
55314
57617
  };
55315
- closeOnContentClick: BooleanConstructor;
57618
+ closeOnContentClick: {
57619
+ type: vue.PropType<boolean>;
57620
+ default: boolean;
57621
+ };
55316
57622
  closeOnBack: {
55317
57623
  type: BooleanConstructor;
55318
57624
  default: boolean;
55319
57625
  };
55320
57626
  contained: BooleanConstructor;
55321
57627
  contentProps: null;
55322
- attach: vue.PropType<string | boolean | Element>;
55323
- color: StringConstructor;
55324
- variant: {
55325
- type: vue.PropType<"flat" | "text" | "elevated" | "tonal" | "outlined" | "plain">;
55326
- default: string;
55327
- validator: (v: any) => boolean;
55328
- };
55329
- rounded: {
55330
- type: (StringConstructor | NumberConstructor | BooleanConstructor)[];
55331
- default: undefined;
55332
- };
55333
- tile: BooleanConstructor;
55334
- position: {
55335
- type: vue.PropType<"fixed" | "absolute" | "relative" | "static" | "sticky">;
55336
- validator: (v: any) => boolean;
55337
- };
55338
- multiLine: BooleanConstructor;
55339
- text: StringConstructor;
55340
- timer: (StringConstructor | BooleanConstructor)[];
55341
- timeout: {
55342
- type: (StringConstructor | NumberConstructor)[];
55343
- default: number;
57628
+ noClickAnimation: BooleanConstructor;
57629
+ persistent: BooleanConstructor;
57630
+ scrim: Omit<{
57631
+ type: (StringConstructor | BooleanConstructor)[];
57632
+ default: boolean;
57633
+ }, "default" | "type"> & {
57634
+ type: vue.PropType<NonNullable<string | boolean>>;
57635
+ default: NonNullable<string | boolean>;
55344
57636
  };
55345
- vertical: BooleanConstructor;
57637
+ attach: vue.PropType<string | boolean | Element>;
57638
+ id: StringConstructor;
55346
57639
  }>>;
55347
- type VSnackbar = InstanceType<typeof VSnackbar>;
57640
+ type VSpeedDial = InstanceType<typeof VSpeedDial>;
55348
57641
 
55349
57642
  type StepperItemSlot = {
55350
57643
  canEdit: boolean;
@@ -70265,4 +72558,4 @@ declare const VExpandXTransition: {
70265
72558
  }>>;
70266
72559
  type VExpandXTransition = InstanceType<typeof VExpandXTransition>;
70267
72560
 
70268
- export { VAlert, VAlertTitle, VApp, VAppBar, VAppBarNavIcon, VAppBarTitle, VAutocomplete, VAvatar, VBadge, VBanner, VBannerActions, VBannerText, VBottomNavigation, VBottomSheet, VBreadcrumbs, VBreadcrumbsDivider, VBreadcrumbsItem, VBtn, VBtnGroup, VBtnToggle, VCard, VCardActions, VCardItem, VCardSubtitle, VCardText, VCardTitle, VCarousel, VCarouselItem, VCheckbox, VCheckboxBtn, VChip, VChipGroup, VClassIcon, VCode, VCol, VColorPicker, VCombobox, VComponentIcon, VContainer, VCounter, VDataIterator, VDataTable, VDataTableFooter, VDataTableHeaders, VDataTableRow, VDataTableRows, VDataTableServer, VDataTableVirtual, VDatePicker, VDatePickerControls, VDatePickerHeader, VDatePickerMonth, VDatePickerMonths, VDatePickerYears, VDefaultsProvider, VDialog, VDialogBottomTransition, VDialogTopTransition, VDialogTransition, VDivider, VExpandTransition, VExpandXTransition, VExpansionPanel, VExpansionPanelText, VExpansionPanelTitle, VExpansionPanels, VFabTransition, VFadeTransition, VField, VFieldLabel, VFileInput, VFooter, VForm, VHover, VIcon, VImg, VInfiniteScroll, VInput, VItem, VItemGroup, VKbd, VLabel, VLayout, VLayoutItem, VLazy, VLigatureIcon, VList, VListGroup, VListImg, VListItem, VListItemAction, VListItemMedia, VListItemSubtitle, VListItemTitle, VListSubheader, VLocaleProvider, VMain, VMenu, VMessages, VNavigationDrawer, VNoSsr, VOtpInput, VOverlay, VPagination, VParallax, VProgressCircular, VProgressLinear, VRadio, VRadioGroup, VRangeSlider, VRating, VResponsive, VRow, VScaleTransition, VScrollXReverseTransition, VScrollXTransition, VScrollYReverseTransition, VScrollYTransition, VSelect, VSelectionControl, VSelectionControlGroup, VSheet, VSkeletonLoader, VSlideGroup, VSlideGroupItem, VSlideXReverseTransition, VSlideXTransition, VSlideYReverseTransition, VSlideYTransition, VSlider, VSnackbar, VSpacer, VStepper, VStepperActions, VStepperHeader, VStepperItem, VStepperWindow, VStepperWindowItem, VSvgIcon, VSwitch, VSystemBar, VTab, VTable, VTabs, VTabsWindow, VTabsWindowItem, VTextField, VTextarea, VThemeProvider, VTimeline, VTimelineItem, VToolbar, VToolbarItems, VToolbarTitle, VTooltip, VValidation, VVirtualScroll, VWindow, VWindowItem };
72561
+ export { VAlert, VAlertTitle, VApp, VAppBar, VAppBarNavIcon, VAppBarTitle, VAutocomplete, VAvatar, VBadge, VBanner, VBannerActions, VBannerText, VBottomNavigation, VBottomSheet, VBreadcrumbs, VBreadcrumbsDivider, VBreadcrumbsItem, VBtn, VBtnGroup, VBtnToggle, VCard, VCardActions, VCardItem, VCardSubtitle, VCardText, VCardTitle, VCarousel, VCarouselItem, VCheckbox, VCheckboxBtn, VChip, VChipGroup, VClassIcon, VCode, VCol, VColorPicker, VCombobox, VComponentIcon, VConfirmEdit, VContainer, VCounter, VDataIterator, VDataTable, VDataTableFooter, VDataTableHeaders, VDataTableRow, VDataTableRows, VDataTableServer, VDataTableVirtual, VDatePicker, VDatePickerControls, VDatePickerHeader, VDatePickerMonth, VDatePickerMonths, VDatePickerYears, VDefaultsProvider, VDialog, VDialogBottomTransition, VDialogTopTransition, VDialogTransition, VDivider, VEmptyState, VExpandTransition, VExpandXTransition, VExpansionPanel, VExpansionPanelText, VExpansionPanelTitle, VExpansionPanels, VFab, VFabTransition, VFadeTransition, VField, VFieldLabel, VFileInput, VFooter, VForm, VHover, VIcon, VImg, VInfiniteScroll, VInput, VItem, VItemGroup, VKbd, VLabel, VLayout, VLayoutItem, VLazy, VLigatureIcon, VList, VListGroup, VListImg, VListItem, VListItemAction, VListItemMedia, VListItemSubtitle, VListItemTitle, VListSubheader, VLocaleProvider, VMain, VMenu, VMessages, VNavigationDrawer, VNoSsr, VOtpInput, VOverlay, VPagination, VParallax, VProgressCircular, VProgressLinear, VRadio, VRadioGroup, VRangeSlider, VRating, VResponsive, VRow, VScaleTransition, VScrollXReverseTransition, VScrollXTransition, VScrollYReverseTransition, VScrollYTransition, VSelect, VSelectionControl, VSelectionControlGroup, VSheet, VSkeletonLoader, VSlideGroup, VSlideGroupItem, VSlideXReverseTransition, VSlideXTransition, VSlideYReverseTransition, VSlideYTransition, VSlider, VSnackbar, VSpacer, VSparkline, VSpeedDial, VStepper, VStepperActions, VStepperHeader, VStepperItem, VStepperWindow, VStepperWindowItem, VSvgIcon, VSwitch, VSystemBar, VTab, VTable, VTabs, VTabsWindow, VTabsWindowItem, VTextField, VTextarea, VThemeProvider, VTimeline, VTimelineItem, VToolbar, VToolbarItems, VToolbarTitle, VTooltip, VValidation, VVirtualScroll, VWindow, VWindowItem };