@vueuse/metadata 10.0.0-beta.1 → 10.0.0-beta.2
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.
- package/index.cjs +25 -15
- package/index.json +25 -15
- package/index.mjs +25 -15
- package/package.json +1 -1
package/index.cjs
CHANGED
|
@@ -66,7 +66,8 @@ var packages$1 = {
|
|
|
66
66
|
"@vueuse/shared",
|
|
67
67
|
"fuse.js",
|
|
68
68
|
"async-validator",
|
|
69
|
-
"idb-keyval"
|
|
69
|
+
"idb-keyval",
|
|
70
|
+
"sortablejs"
|
|
70
71
|
],
|
|
71
72
|
globals: {
|
|
72
73
|
axios: "axios",
|
|
@@ -79,7 +80,8 @@ var packages$1 = {
|
|
|
79
80
|
"fuse.js": "Fuse",
|
|
80
81
|
"change-case": "changeCase",
|
|
81
82
|
"async-validator": "AsyncValidator",
|
|
82
|
-
"idb-keyval": "idbKeyval"
|
|
83
|
+
"idb-keyval": "idbKeyval",
|
|
84
|
+
sortablejs: "Sortable"
|
|
83
85
|
},
|
|
84
86
|
dir: "packages/integrations",
|
|
85
87
|
docs: "https://vueuse.org/integrations/README.html"
|
|
@@ -389,7 +391,7 @@ var functions$1 = [
|
|
|
389
391
|
{
|
|
390
392
|
name: "onKeyStroke",
|
|
391
393
|
"package": "core",
|
|
392
|
-
lastUpdated:
|
|
394
|
+
lastUpdated: 1679997473000,
|
|
393
395
|
directive: true,
|
|
394
396
|
docs: "https://vueuse.org/core/onKeyStroke/",
|
|
395
397
|
category: "Sensors",
|
|
@@ -446,7 +448,7 @@ var functions$1 = [
|
|
|
446
448
|
{
|
|
447
449
|
name: "reactiveOmit",
|
|
448
450
|
"package": "shared",
|
|
449
|
-
lastUpdated:
|
|
451
|
+
lastUpdated: 1679998329000,
|
|
450
452
|
docs: "https://vueuse.org/shared/reactiveOmit/",
|
|
451
453
|
category: "Reactivity",
|
|
452
454
|
description: "reactively omit fields from a reactive object"
|
|
@@ -454,7 +456,7 @@ var functions$1 = [
|
|
|
454
456
|
{
|
|
455
457
|
name: "reactivePick",
|
|
456
458
|
"package": "shared",
|
|
457
|
-
lastUpdated:
|
|
459
|
+
lastUpdated: 1679997829000,
|
|
458
460
|
docs: "https://vueuse.org/shared/reactivePick/",
|
|
459
461
|
category: "Reactivity",
|
|
460
462
|
description: "reactively pick fields from a reactive object"
|
|
@@ -770,7 +772,7 @@ var functions$1 = [
|
|
|
770
772
|
{
|
|
771
773
|
name: "useArrayUnique",
|
|
772
774
|
"package": "shared",
|
|
773
|
-
lastUpdated:
|
|
775
|
+
lastUpdated: 1679998999000,
|
|
774
776
|
docs: "https://vueuse.org/shared/useArrayUnique/",
|
|
775
777
|
category: "Array",
|
|
776
778
|
description: "reactive unique array"
|
|
@@ -794,7 +796,7 @@ var functions$1 = [
|
|
|
794
796
|
{
|
|
795
797
|
name: "useAsyncValidator",
|
|
796
798
|
"package": "integrations",
|
|
797
|
-
lastUpdated:
|
|
799
|
+
lastUpdated: 1679998355000,
|
|
798
800
|
component: true,
|
|
799
801
|
docs: "https://vueuse.org/integrations/useAsyncValidator/",
|
|
800
802
|
category: "@Integrations",
|
|
@@ -821,7 +823,7 @@ var functions$1 = [
|
|
|
821
823
|
{
|
|
822
824
|
name: "useAxios",
|
|
823
825
|
"package": "integrations",
|
|
824
|
-
lastUpdated:
|
|
826
|
+
lastUpdated: 1679995343000,
|
|
825
827
|
docs: "https://vueuse.org/integrations/useAxios/",
|
|
826
828
|
category: "@Integrations",
|
|
827
829
|
description: "wrapper for [`axios`](https://github.com/axios/axios)",
|
|
@@ -855,7 +857,7 @@ var functions$1 = [
|
|
|
855
857
|
{
|
|
856
858
|
name: "useBreakpoints",
|
|
857
859
|
"package": "core",
|
|
858
|
-
lastUpdated:
|
|
860
|
+
lastUpdated: 1679997758000,
|
|
859
861
|
docs: "https://vueuse.org/core/useBreakpoints/",
|
|
860
862
|
category: "Browser",
|
|
861
863
|
description: "reactive viewport breakpoints"
|
|
@@ -992,7 +994,7 @@ var functions$1 = [
|
|
|
992
994
|
{
|
|
993
995
|
name: "useDark",
|
|
994
996
|
"package": "core",
|
|
995
|
-
lastUpdated:
|
|
997
|
+
lastUpdated: 1679995688000,
|
|
996
998
|
component: true,
|
|
997
999
|
docs: "https://vueuse.org/core/useDark/",
|
|
998
1000
|
category: "Browser",
|
|
@@ -1064,7 +1066,7 @@ var functions$1 = [
|
|
|
1064
1066
|
{
|
|
1065
1067
|
name: "useDevicesList",
|
|
1066
1068
|
"package": "core",
|
|
1067
|
-
lastUpdated:
|
|
1069
|
+
lastUpdated: 1679996873000,
|
|
1068
1070
|
component: true,
|
|
1069
1071
|
docs: "https://vueuse.org/core/useDevicesList/",
|
|
1070
1072
|
category: "Sensors",
|
|
@@ -1172,7 +1174,7 @@ var functions$1 = [
|
|
|
1172
1174
|
{
|
|
1173
1175
|
name: "useElementVisibility",
|
|
1174
1176
|
"package": "core",
|
|
1175
|
-
lastUpdated:
|
|
1177
|
+
lastUpdated: 1679995393000,
|
|
1176
1178
|
component: true,
|
|
1177
1179
|
directive: true,
|
|
1178
1180
|
docs: "https://vueuse.org/core/useElementVisibility/",
|
|
@@ -1376,7 +1378,7 @@ var functions$1 = [
|
|
|
1376
1378
|
{
|
|
1377
1379
|
name: "useIntersectionObserver",
|
|
1378
1380
|
"package": "core",
|
|
1379
|
-
lastUpdated:
|
|
1381
|
+
lastUpdated: 1679995393000,
|
|
1380
1382
|
directive: true,
|
|
1381
1383
|
docs: "https://vueuse.org/core/useIntersectionObserver/",
|
|
1382
1384
|
category: "Elements",
|
|
@@ -1684,6 +1686,14 @@ var functions$1 = [
|
|
|
1684
1686
|
category: "Sensors",
|
|
1685
1687
|
description: "create parallax effect easily"
|
|
1686
1688
|
},
|
|
1689
|
+
{
|
|
1690
|
+
name: "useParentElement",
|
|
1691
|
+
"package": "core",
|
|
1692
|
+
lastUpdated: 1679998944000,
|
|
1693
|
+
docs: "https://vueuse.org/core/useParentElement/",
|
|
1694
|
+
category: "Elements",
|
|
1695
|
+
description: "get parent element of the given element"
|
|
1696
|
+
},
|
|
1687
1697
|
{
|
|
1688
1698
|
name: "usePerformanceObserver",
|
|
1689
1699
|
"package": "core",
|
|
@@ -1839,7 +1849,7 @@ var functions$1 = [
|
|
|
1839
1849
|
{
|
|
1840
1850
|
name: "useResizeObserver",
|
|
1841
1851
|
"package": "core",
|
|
1842
|
-
lastUpdated:
|
|
1852
|
+
lastUpdated: 1679998589000,
|
|
1843
1853
|
docs: "https://vueuse.org/core/useResizeObserver/",
|
|
1844
1854
|
category: "Elements",
|
|
1845
1855
|
description: "reports changes to the dimensions of an Element's content or the border-box"
|
|
@@ -2071,7 +2081,7 @@ var functions$1 = [
|
|
|
2071
2081
|
{
|
|
2072
2082
|
name: "useSupported",
|
|
2073
2083
|
"package": "core",
|
|
2074
|
-
lastUpdated:
|
|
2084
|
+
lastUpdated: 1679995528000,
|
|
2075
2085
|
docs: "https://vueuse.org/core/useSupported/",
|
|
2076
2086
|
category: "Utilities",
|
|
2077
2087
|
description: "sSR compatibility `isSupported`"
|
package/index.json
CHANGED
|
@@ -65,7 +65,8 @@
|
|
|
65
65
|
"@vueuse/shared",
|
|
66
66
|
"fuse.js",
|
|
67
67
|
"async-validator",
|
|
68
|
-
"idb-keyval"
|
|
68
|
+
"idb-keyval",
|
|
69
|
+
"sortablejs"
|
|
69
70
|
],
|
|
70
71
|
"globals": {
|
|
71
72
|
"axios": "axios",
|
|
@@ -78,7 +79,8 @@
|
|
|
78
79
|
"fuse.js": "Fuse",
|
|
79
80
|
"change-case": "changeCase",
|
|
80
81
|
"async-validator": "AsyncValidator",
|
|
81
|
-
"idb-keyval": "idbKeyval"
|
|
82
|
+
"idb-keyval": "idbKeyval",
|
|
83
|
+
"sortablejs": "Sortable"
|
|
82
84
|
},
|
|
83
85
|
"dir": "packages/integrations",
|
|
84
86
|
"docs": "https://vueuse.org/integrations/README.html"
|
|
@@ -388,7 +390,7 @@
|
|
|
388
390
|
{
|
|
389
391
|
"name": "onKeyStroke",
|
|
390
392
|
"package": "core",
|
|
391
|
-
"lastUpdated":
|
|
393
|
+
"lastUpdated": 1679997473000,
|
|
392
394
|
"directive": true,
|
|
393
395
|
"docs": "https://vueuse.org/core/onKeyStroke/",
|
|
394
396
|
"category": "Sensors",
|
|
@@ -445,7 +447,7 @@
|
|
|
445
447
|
{
|
|
446
448
|
"name": "reactiveOmit",
|
|
447
449
|
"package": "shared",
|
|
448
|
-
"lastUpdated":
|
|
450
|
+
"lastUpdated": 1679998329000,
|
|
449
451
|
"docs": "https://vueuse.org/shared/reactiveOmit/",
|
|
450
452
|
"category": "Reactivity",
|
|
451
453
|
"description": "reactively omit fields from a reactive object"
|
|
@@ -453,7 +455,7 @@
|
|
|
453
455
|
{
|
|
454
456
|
"name": "reactivePick",
|
|
455
457
|
"package": "shared",
|
|
456
|
-
"lastUpdated":
|
|
458
|
+
"lastUpdated": 1679997829000,
|
|
457
459
|
"docs": "https://vueuse.org/shared/reactivePick/",
|
|
458
460
|
"category": "Reactivity",
|
|
459
461
|
"description": "reactively pick fields from a reactive object"
|
|
@@ -769,7 +771,7 @@
|
|
|
769
771
|
{
|
|
770
772
|
"name": "useArrayUnique",
|
|
771
773
|
"package": "shared",
|
|
772
|
-
"lastUpdated":
|
|
774
|
+
"lastUpdated": 1679998999000,
|
|
773
775
|
"docs": "https://vueuse.org/shared/useArrayUnique/",
|
|
774
776
|
"category": "Array",
|
|
775
777
|
"description": "reactive unique array"
|
|
@@ -793,7 +795,7 @@
|
|
|
793
795
|
{
|
|
794
796
|
"name": "useAsyncValidator",
|
|
795
797
|
"package": "integrations",
|
|
796
|
-
"lastUpdated":
|
|
798
|
+
"lastUpdated": 1679998355000,
|
|
797
799
|
"component": true,
|
|
798
800
|
"docs": "https://vueuse.org/integrations/useAsyncValidator/",
|
|
799
801
|
"category": "@Integrations",
|
|
@@ -820,7 +822,7 @@
|
|
|
820
822
|
{
|
|
821
823
|
"name": "useAxios",
|
|
822
824
|
"package": "integrations",
|
|
823
|
-
"lastUpdated":
|
|
825
|
+
"lastUpdated": 1679995343000,
|
|
824
826
|
"docs": "https://vueuse.org/integrations/useAxios/",
|
|
825
827
|
"category": "@Integrations",
|
|
826
828
|
"description": "wrapper for [`axios`](https://github.com/axios/axios)",
|
|
@@ -854,7 +856,7 @@
|
|
|
854
856
|
{
|
|
855
857
|
"name": "useBreakpoints",
|
|
856
858
|
"package": "core",
|
|
857
|
-
"lastUpdated":
|
|
859
|
+
"lastUpdated": 1679997758000,
|
|
858
860
|
"docs": "https://vueuse.org/core/useBreakpoints/",
|
|
859
861
|
"category": "Browser",
|
|
860
862
|
"description": "reactive viewport breakpoints"
|
|
@@ -991,7 +993,7 @@
|
|
|
991
993
|
{
|
|
992
994
|
"name": "useDark",
|
|
993
995
|
"package": "core",
|
|
994
|
-
"lastUpdated":
|
|
996
|
+
"lastUpdated": 1679995688000,
|
|
995
997
|
"component": true,
|
|
996
998
|
"docs": "https://vueuse.org/core/useDark/",
|
|
997
999
|
"category": "Browser",
|
|
@@ -1063,7 +1065,7 @@
|
|
|
1063
1065
|
{
|
|
1064
1066
|
"name": "useDevicesList",
|
|
1065
1067
|
"package": "core",
|
|
1066
|
-
"lastUpdated":
|
|
1068
|
+
"lastUpdated": 1679996873000,
|
|
1067
1069
|
"component": true,
|
|
1068
1070
|
"docs": "https://vueuse.org/core/useDevicesList/",
|
|
1069
1071
|
"category": "Sensors",
|
|
@@ -1171,7 +1173,7 @@
|
|
|
1171
1173
|
{
|
|
1172
1174
|
"name": "useElementVisibility",
|
|
1173
1175
|
"package": "core",
|
|
1174
|
-
"lastUpdated":
|
|
1176
|
+
"lastUpdated": 1679995393000,
|
|
1175
1177
|
"component": true,
|
|
1176
1178
|
"directive": true,
|
|
1177
1179
|
"docs": "https://vueuse.org/core/useElementVisibility/",
|
|
@@ -1375,7 +1377,7 @@
|
|
|
1375
1377
|
{
|
|
1376
1378
|
"name": "useIntersectionObserver",
|
|
1377
1379
|
"package": "core",
|
|
1378
|
-
"lastUpdated":
|
|
1380
|
+
"lastUpdated": 1679995393000,
|
|
1379
1381
|
"directive": true,
|
|
1380
1382
|
"docs": "https://vueuse.org/core/useIntersectionObserver/",
|
|
1381
1383
|
"category": "Elements",
|
|
@@ -1683,6 +1685,14 @@
|
|
|
1683
1685
|
"category": "Sensors",
|
|
1684
1686
|
"description": "create parallax effect easily"
|
|
1685
1687
|
},
|
|
1688
|
+
{
|
|
1689
|
+
"name": "useParentElement",
|
|
1690
|
+
"package": "core",
|
|
1691
|
+
"lastUpdated": 1679998944000,
|
|
1692
|
+
"docs": "https://vueuse.org/core/useParentElement/",
|
|
1693
|
+
"category": "Elements",
|
|
1694
|
+
"description": "get parent element of the given element"
|
|
1695
|
+
},
|
|
1686
1696
|
{
|
|
1687
1697
|
"name": "usePerformanceObserver",
|
|
1688
1698
|
"package": "core",
|
|
@@ -1838,7 +1848,7 @@
|
|
|
1838
1848
|
{
|
|
1839
1849
|
"name": "useResizeObserver",
|
|
1840
1850
|
"package": "core",
|
|
1841
|
-
"lastUpdated":
|
|
1851
|
+
"lastUpdated": 1679998589000,
|
|
1842
1852
|
"docs": "https://vueuse.org/core/useResizeObserver/",
|
|
1843
1853
|
"category": "Elements",
|
|
1844
1854
|
"description": "reports changes to the dimensions of an Element's content or the border-box"
|
|
@@ -2070,7 +2080,7 @@
|
|
|
2070
2080
|
{
|
|
2071
2081
|
"name": "useSupported",
|
|
2072
2082
|
"package": "core",
|
|
2073
|
-
"lastUpdated":
|
|
2083
|
+
"lastUpdated": 1679995528000,
|
|
2074
2084
|
"docs": "https://vueuse.org/core/useSupported/",
|
|
2075
2085
|
"category": "Utilities",
|
|
2076
2086
|
"description": "sSR compatibility `isSupported`"
|
package/index.mjs
CHANGED
|
@@ -64,7 +64,8 @@ var packages$1 = {
|
|
|
64
64
|
"@vueuse/shared",
|
|
65
65
|
"fuse.js",
|
|
66
66
|
"async-validator",
|
|
67
|
-
"idb-keyval"
|
|
67
|
+
"idb-keyval",
|
|
68
|
+
"sortablejs"
|
|
68
69
|
],
|
|
69
70
|
globals: {
|
|
70
71
|
axios: "axios",
|
|
@@ -77,7 +78,8 @@ var packages$1 = {
|
|
|
77
78
|
"fuse.js": "Fuse",
|
|
78
79
|
"change-case": "changeCase",
|
|
79
80
|
"async-validator": "AsyncValidator",
|
|
80
|
-
"idb-keyval": "idbKeyval"
|
|
81
|
+
"idb-keyval": "idbKeyval",
|
|
82
|
+
sortablejs: "Sortable"
|
|
81
83
|
},
|
|
82
84
|
dir: "packages/integrations",
|
|
83
85
|
docs: "https://vueuse.org/integrations/README.html"
|
|
@@ -387,7 +389,7 @@ var functions$1 = [
|
|
|
387
389
|
{
|
|
388
390
|
name: "onKeyStroke",
|
|
389
391
|
"package": "core",
|
|
390
|
-
lastUpdated:
|
|
392
|
+
lastUpdated: 1679997473000,
|
|
391
393
|
directive: true,
|
|
392
394
|
docs: "https://vueuse.org/core/onKeyStroke/",
|
|
393
395
|
category: "Sensors",
|
|
@@ -444,7 +446,7 @@ var functions$1 = [
|
|
|
444
446
|
{
|
|
445
447
|
name: "reactiveOmit",
|
|
446
448
|
"package": "shared",
|
|
447
|
-
lastUpdated:
|
|
449
|
+
lastUpdated: 1679998329000,
|
|
448
450
|
docs: "https://vueuse.org/shared/reactiveOmit/",
|
|
449
451
|
category: "Reactivity",
|
|
450
452
|
description: "reactively omit fields from a reactive object"
|
|
@@ -452,7 +454,7 @@ var functions$1 = [
|
|
|
452
454
|
{
|
|
453
455
|
name: "reactivePick",
|
|
454
456
|
"package": "shared",
|
|
455
|
-
lastUpdated:
|
|
457
|
+
lastUpdated: 1679997829000,
|
|
456
458
|
docs: "https://vueuse.org/shared/reactivePick/",
|
|
457
459
|
category: "Reactivity",
|
|
458
460
|
description: "reactively pick fields from a reactive object"
|
|
@@ -768,7 +770,7 @@ var functions$1 = [
|
|
|
768
770
|
{
|
|
769
771
|
name: "useArrayUnique",
|
|
770
772
|
"package": "shared",
|
|
771
|
-
lastUpdated:
|
|
773
|
+
lastUpdated: 1679998999000,
|
|
772
774
|
docs: "https://vueuse.org/shared/useArrayUnique/",
|
|
773
775
|
category: "Array",
|
|
774
776
|
description: "reactive unique array"
|
|
@@ -792,7 +794,7 @@ var functions$1 = [
|
|
|
792
794
|
{
|
|
793
795
|
name: "useAsyncValidator",
|
|
794
796
|
"package": "integrations",
|
|
795
|
-
lastUpdated:
|
|
797
|
+
lastUpdated: 1679998355000,
|
|
796
798
|
component: true,
|
|
797
799
|
docs: "https://vueuse.org/integrations/useAsyncValidator/",
|
|
798
800
|
category: "@Integrations",
|
|
@@ -819,7 +821,7 @@ var functions$1 = [
|
|
|
819
821
|
{
|
|
820
822
|
name: "useAxios",
|
|
821
823
|
"package": "integrations",
|
|
822
|
-
lastUpdated:
|
|
824
|
+
lastUpdated: 1679995343000,
|
|
823
825
|
docs: "https://vueuse.org/integrations/useAxios/",
|
|
824
826
|
category: "@Integrations",
|
|
825
827
|
description: "wrapper for [`axios`](https://github.com/axios/axios)",
|
|
@@ -853,7 +855,7 @@ var functions$1 = [
|
|
|
853
855
|
{
|
|
854
856
|
name: "useBreakpoints",
|
|
855
857
|
"package": "core",
|
|
856
|
-
lastUpdated:
|
|
858
|
+
lastUpdated: 1679997758000,
|
|
857
859
|
docs: "https://vueuse.org/core/useBreakpoints/",
|
|
858
860
|
category: "Browser",
|
|
859
861
|
description: "reactive viewport breakpoints"
|
|
@@ -990,7 +992,7 @@ var functions$1 = [
|
|
|
990
992
|
{
|
|
991
993
|
name: "useDark",
|
|
992
994
|
"package": "core",
|
|
993
|
-
lastUpdated:
|
|
995
|
+
lastUpdated: 1679995688000,
|
|
994
996
|
component: true,
|
|
995
997
|
docs: "https://vueuse.org/core/useDark/",
|
|
996
998
|
category: "Browser",
|
|
@@ -1062,7 +1064,7 @@ var functions$1 = [
|
|
|
1062
1064
|
{
|
|
1063
1065
|
name: "useDevicesList",
|
|
1064
1066
|
"package": "core",
|
|
1065
|
-
lastUpdated:
|
|
1067
|
+
lastUpdated: 1679996873000,
|
|
1066
1068
|
component: true,
|
|
1067
1069
|
docs: "https://vueuse.org/core/useDevicesList/",
|
|
1068
1070
|
category: "Sensors",
|
|
@@ -1170,7 +1172,7 @@ var functions$1 = [
|
|
|
1170
1172
|
{
|
|
1171
1173
|
name: "useElementVisibility",
|
|
1172
1174
|
"package": "core",
|
|
1173
|
-
lastUpdated:
|
|
1175
|
+
lastUpdated: 1679995393000,
|
|
1174
1176
|
component: true,
|
|
1175
1177
|
directive: true,
|
|
1176
1178
|
docs: "https://vueuse.org/core/useElementVisibility/",
|
|
@@ -1374,7 +1376,7 @@ var functions$1 = [
|
|
|
1374
1376
|
{
|
|
1375
1377
|
name: "useIntersectionObserver",
|
|
1376
1378
|
"package": "core",
|
|
1377
|
-
lastUpdated:
|
|
1379
|
+
lastUpdated: 1679995393000,
|
|
1378
1380
|
directive: true,
|
|
1379
1381
|
docs: "https://vueuse.org/core/useIntersectionObserver/",
|
|
1380
1382
|
category: "Elements",
|
|
@@ -1682,6 +1684,14 @@ var functions$1 = [
|
|
|
1682
1684
|
category: "Sensors",
|
|
1683
1685
|
description: "create parallax effect easily"
|
|
1684
1686
|
},
|
|
1687
|
+
{
|
|
1688
|
+
name: "useParentElement",
|
|
1689
|
+
"package": "core",
|
|
1690
|
+
lastUpdated: 1679998944000,
|
|
1691
|
+
docs: "https://vueuse.org/core/useParentElement/",
|
|
1692
|
+
category: "Elements",
|
|
1693
|
+
description: "get parent element of the given element"
|
|
1694
|
+
},
|
|
1685
1695
|
{
|
|
1686
1696
|
name: "usePerformanceObserver",
|
|
1687
1697
|
"package": "core",
|
|
@@ -1837,7 +1847,7 @@ var functions$1 = [
|
|
|
1837
1847
|
{
|
|
1838
1848
|
name: "useResizeObserver",
|
|
1839
1849
|
"package": "core",
|
|
1840
|
-
lastUpdated:
|
|
1850
|
+
lastUpdated: 1679998589000,
|
|
1841
1851
|
docs: "https://vueuse.org/core/useResizeObserver/",
|
|
1842
1852
|
category: "Elements",
|
|
1843
1853
|
description: "reports changes to the dimensions of an Element's content or the border-box"
|
|
@@ -2069,7 +2079,7 @@ var functions$1 = [
|
|
|
2069
2079
|
{
|
|
2070
2080
|
name: "useSupported",
|
|
2071
2081
|
"package": "core",
|
|
2072
|
-
lastUpdated:
|
|
2082
|
+
lastUpdated: 1679995528000,
|
|
2073
2083
|
docs: "https://vueuse.org/core/useSupported/",
|
|
2074
2084
|
category: "Utilities",
|
|
2075
2085
|
description: "sSR compatibility `isSupported`"
|