@vueuse/metadata 8.9.0 → 8.9.3

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 (4) hide show
  1. package/index.cjs +10 -10
  2. package/index.json +10 -10
  3. package/index.mjs +10 -10
  4. package/package.json +1 -1
package/index.cjs CHANGED
@@ -331,7 +331,7 @@ var functions$1 = [
331
331
  {
332
332
  name: "onClickOutside",
333
333
  "package": "core",
334
- lastUpdated: 1655390356000,
334
+ lastUpdated: 1657430765000,
335
335
  component: true,
336
336
  directive: true,
337
337
  docs: "https://vueuse.org/core/onClickOutside/",
@@ -681,7 +681,7 @@ var functions$1 = [
681
681
  lastUpdated: 1655394576000,
682
682
  docs: "https://vueuse.org/core/useBluetooth/",
683
683
  category: "Browser",
684
- description: "a reactive for working with the [Web Bluetooth API](https://developer.mozilla.org/en-US/docs/Web/API/Web_Bluetooth_API) which provides the ability to connect and interact with Bluetooth Low Energy peripherals"
684
+ description: "reactive [Web Bluetooth API](https://developer.mozilla.org/en-US/docs/Web/API/Web_Bluetooth_API)"
685
685
  },
686
686
  {
687
687
  name: "useBreakpoints",
@@ -1037,7 +1037,7 @@ var functions$1 = [
1037
1037
  {
1038
1038
  name: "useFileDialog",
1039
1039
  "package": "core",
1040
- lastUpdated: 1657132734000,
1040
+ lastUpdated: 1657259710000,
1041
1041
  docs: "https://vueuse.org/core/useFileDialog/",
1042
1042
  category: "Browser",
1043
1043
  description: "open file dialog with ease"
@@ -1106,7 +1106,7 @@ var functions$1 = [
1106
1106
  lastUpdated: 1642756441000,
1107
1107
  docs: "https://vueuse.org/integrations/useFuse/",
1108
1108
  category: "@Integrations",
1109
- description: "easily implement fuzzy search using a composable on top of the zero-dependency library [Fuse.js](https://github.com/krisk/fuse)"
1109
+ description: "easily implement fuzzy search using a composable with [Fuse.js](https://github.com/krisk/fuse)"
1110
1110
  },
1111
1111
  {
1112
1112
  name: "useGamepad",
@@ -1243,7 +1243,7 @@ var functions$1 = [
1243
1243
  {
1244
1244
  name: "useMagicKeys",
1245
1245
  "package": "core",
1246
- lastUpdated: 1657132716000,
1246
+ lastUpdated: 1657598054000,
1247
1247
  docs: "https://vueuse.org/core/useMagicKeys/",
1248
1248
  category: "Sensors",
1249
1249
  description: "reactive keys pressed state"
@@ -1358,7 +1358,7 @@ var functions$1 = [
1358
1358
  lastUpdated: 1639442454000,
1359
1359
  docs: "https://vueuse.org/core/useNavigatorLanguage/",
1360
1360
  category: "Sensors",
1361
- description: "watch for changes being made to the navigator language preference by the user"
1361
+ description: "reactive [navigator.language](https://developer.mozilla.org/en-US/docs/Web/API/Navigator/language)"
1362
1362
  },
1363
1363
  {
1364
1364
  name: "useNetwork",
@@ -1688,7 +1688,7 @@ var functions$1 = [
1688
1688
  {
1689
1689
  name: "useStyleTag",
1690
1690
  "package": "core",
1691
- lastUpdated: 1643124348000,
1691
+ lastUpdated: 1657813267000,
1692
1692
  docs: "https://vueuse.org/core/useStyleTag/",
1693
1693
  category: "Browser",
1694
1694
  description: "inject reactive `style` element in head"
@@ -1731,7 +1731,7 @@ var functions$1 = [
1731
1731
  lastUpdated: 1657132700000,
1732
1732
  docs: "https://vueuse.org/core/useTextareaAutosize/",
1733
1733
  category: "Browser",
1734
- description: "automatically update the height of a textarea element depending on its content"
1734
+ description: "automatically update the height of a textarea depending on the content"
1735
1735
  },
1736
1736
  {
1737
1737
  name: "useTextSelection",
@@ -1865,7 +1865,7 @@ var functions$1 = [
1865
1865
  {
1866
1866
  name: "useVModel",
1867
1867
  "package": "core",
1868
- lastUpdated: 1653434335000,
1868
+ lastUpdated: 1657814086000,
1869
1869
  docs: "https://vueuse.org/core/useVModel/",
1870
1870
  category: "Component",
1871
1871
  description: "shorthand for v-model binding"
@@ -1884,7 +1884,7 @@ var functions$1 = [
1884
1884
  lastUpdated: 1649251191000,
1885
1885
  docs: "https://vueuse.org/core/useWakeLock/",
1886
1886
  category: "Browser",
1887
- description: "reactive [Screen Wake Lock API](https://developer.mozilla.org/en-US/docs/Web/API/Screen_Wake_Lock_API) provides a way to prevent devices from dimming or locking the screen when an application needs to keep running"
1887
+ description: "reactive [Screen Wake Lock API](https://developer.mozilla.org/en-US/docs/Web/API/Screen_Wake_Lock_API)"
1888
1888
  },
1889
1889
  {
1890
1890
  name: "useWebNotification",
package/index.json CHANGED
@@ -328,7 +328,7 @@
328
328
  {
329
329
  "name": "onClickOutside",
330
330
  "package": "core",
331
- "lastUpdated": 1655390356000,
331
+ "lastUpdated": 1657430765000,
332
332
  "component": true,
333
333
  "directive": true,
334
334
  "docs": "https://vueuse.org/core/onClickOutside/",
@@ -678,7 +678,7 @@
678
678
  "lastUpdated": 1655394576000,
679
679
  "docs": "https://vueuse.org/core/useBluetooth/",
680
680
  "category": "Browser",
681
- "description": "a reactive for working with the [Web Bluetooth API](https://developer.mozilla.org/en-US/docs/Web/API/Web_Bluetooth_API) which provides the ability to connect and interact with Bluetooth Low Energy peripherals"
681
+ "description": "reactive [Web Bluetooth API](https://developer.mozilla.org/en-US/docs/Web/API/Web_Bluetooth_API)"
682
682
  },
683
683
  {
684
684
  "name": "useBreakpoints",
@@ -1034,7 +1034,7 @@
1034
1034
  {
1035
1035
  "name": "useFileDialog",
1036
1036
  "package": "core",
1037
- "lastUpdated": 1657132734000,
1037
+ "lastUpdated": 1657259710000,
1038
1038
  "docs": "https://vueuse.org/core/useFileDialog/",
1039
1039
  "category": "Browser",
1040
1040
  "description": "open file dialog with ease"
@@ -1103,7 +1103,7 @@
1103
1103
  "lastUpdated": 1642756441000,
1104
1104
  "docs": "https://vueuse.org/integrations/useFuse/",
1105
1105
  "category": "@Integrations",
1106
- "description": "easily implement fuzzy search using a composable on top of the zero-dependency library [Fuse.js](https://github.com/krisk/fuse)"
1106
+ "description": "easily implement fuzzy search using a composable with [Fuse.js](https://github.com/krisk/fuse)"
1107
1107
  },
1108
1108
  {
1109
1109
  "name": "useGamepad",
@@ -1240,7 +1240,7 @@
1240
1240
  {
1241
1241
  "name": "useMagicKeys",
1242
1242
  "package": "core",
1243
- "lastUpdated": 1657132716000,
1243
+ "lastUpdated": 1657598054000,
1244
1244
  "docs": "https://vueuse.org/core/useMagicKeys/",
1245
1245
  "category": "Sensors",
1246
1246
  "description": "reactive keys pressed state"
@@ -1355,7 +1355,7 @@
1355
1355
  "lastUpdated": 1639442454000,
1356
1356
  "docs": "https://vueuse.org/core/useNavigatorLanguage/",
1357
1357
  "category": "Sensors",
1358
- "description": "watch for changes being made to the navigator language preference by the user"
1358
+ "description": "reactive [navigator.language](https://developer.mozilla.org/en-US/docs/Web/API/Navigator/language)"
1359
1359
  },
1360
1360
  {
1361
1361
  "name": "useNetwork",
@@ -1685,7 +1685,7 @@
1685
1685
  {
1686
1686
  "name": "useStyleTag",
1687
1687
  "package": "core",
1688
- "lastUpdated": 1643124348000,
1688
+ "lastUpdated": 1657813267000,
1689
1689
  "docs": "https://vueuse.org/core/useStyleTag/",
1690
1690
  "category": "Browser",
1691
1691
  "description": "inject reactive `style` element in head"
@@ -1728,7 +1728,7 @@
1728
1728
  "lastUpdated": 1657132700000,
1729
1729
  "docs": "https://vueuse.org/core/useTextareaAutosize/",
1730
1730
  "category": "Browser",
1731
- "description": "automatically update the height of a textarea element depending on its content"
1731
+ "description": "automatically update the height of a textarea depending on the content"
1732
1732
  },
1733
1733
  {
1734
1734
  "name": "useTextSelection",
@@ -1862,7 +1862,7 @@
1862
1862
  {
1863
1863
  "name": "useVModel",
1864
1864
  "package": "core",
1865
- "lastUpdated": 1653434335000,
1865
+ "lastUpdated": 1657814086000,
1866
1866
  "docs": "https://vueuse.org/core/useVModel/",
1867
1867
  "category": "Component",
1868
1868
  "description": "shorthand for v-model binding"
@@ -1881,7 +1881,7 @@
1881
1881
  "lastUpdated": 1649251191000,
1882
1882
  "docs": "https://vueuse.org/core/useWakeLock/",
1883
1883
  "category": "Browser",
1884
- "description": "reactive [Screen Wake Lock API](https://developer.mozilla.org/en-US/docs/Web/API/Screen_Wake_Lock_API) provides a way to prevent devices from dimming or locking the screen when an application needs to keep running"
1884
+ "description": "reactive [Screen Wake Lock API](https://developer.mozilla.org/en-US/docs/Web/API/Screen_Wake_Lock_API)"
1885
1885
  },
1886
1886
  {
1887
1887
  "name": "useWebNotification",
package/index.mjs CHANGED
@@ -327,7 +327,7 @@ var functions$1 = [
327
327
  {
328
328
  name: "onClickOutside",
329
329
  "package": "core",
330
- lastUpdated: 1655390356000,
330
+ lastUpdated: 1657430765000,
331
331
  component: true,
332
332
  directive: true,
333
333
  docs: "https://vueuse.org/core/onClickOutside/",
@@ -677,7 +677,7 @@ var functions$1 = [
677
677
  lastUpdated: 1655394576000,
678
678
  docs: "https://vueuse.org/core/useBluetooth/",
679
679
  category: "Browser",
680
- description: "a reactive for working with the [Web Bluetooth API](https://developer.mozilla.org/en-US/docs/Web/API/Web_Bluetooth_API) which provides the ability to connect and interact with Bluetooth Low Energy peripherals"
680
+ description: "reactive [Web Bluetooth API](https://developer.mozilla.org/en-US/docs/Web/API/Web_Bluetooth_API)"
681
681
  },
682
682
  {
683
683
  name: "useBreakpoints",
@@ -1033,7 +1033,7 @@ var functions$1 = [
1033
1033
  {
1034
1034
  name: "useFileDialog",
1035
1035
  "package": "core",
1036
- lastUpdated: 1657132734000,
1036
+ lastUpdated: 1657259710000,
1037
1037
  docs: "https://vueuse.org/core/useFileDialog/",
1038
1038
  category: "Browser",
1039
1039
  description: "open file dialog with ease"
@@ -1102,7 +1102,7 @@ var functions$1 = [
1102
1102
  lastUpdated: 1642756441000,
1103
1103
  docs: "https://vueuse.org/integrations/useFuse/",
1104
1104
  category: "@Integrations",
1105
- description: "easily implement fuzzy search using a composable on top of the zero-dependency library [Fuse.js](https://github.com/krisk/fuse)"
1105
+ description: "easily implement fuzzy search using a composable with [Fuse.js](https://github.com/krisk/fuse)"
1106
1106
  },
1107
1107
  {
1108
1108
  name: "useGamepad",
@@ -1239,7 +1239,7 @@ var functions$1 = [
1239
1239
  {
1240
1240
  name: "useMagicKeys",
1241
1241
  "package": "core",
1242
- lastUpdated: 1657132716000,
1242
+ lastUpdated: 1657598054000,
1243
1243
  docs: "https://vueuse.org/core/useMagicKeys/",
1244
1244
  category: "Sensors",
1245
1245
  description: "reactive keys pressed state"
@@ -1354,7 +1354,7 @@ var functions$1 = [
1354
1354
  lastUpdated: 1639442454000,
1355
1355
  docs: "https://vueuse.org/core/useNavigatorLanguage/",
1356
1356
  category: "Sensors",
1357
- description: "watch for changes being made to the navigator language preference by the user"
1357
+ description: "reactive [navigator.language](https://developer.mozilla.org/en-US/docs/Web/API/Navigator/language)"
1358
1358
  },
1359
1359
  {
1360
1360
  name: "useNetwork",
@@ -1684,7 +1684,7 @@ var functions$1 = [
1684
1684
  {
1685
1685
  name: "useStyleTag",
1686
1686
  "package": "core",
1687
- lastUpdated: 1643124348000,
1687
+ lastUpdated: 1657813267000,
1688
1688
  docs: "https://vueuse.org/core/useStyleTag/",
1689
1689
  category: "Browser",
1690
1690
  description: "inject reactive `style` element in head"
@@ -1727,7 +1727,7 @@ var functions$1 = [
1727
1727
  lastUpdated: 1657132700000,
1728
1728
  docs: "https://vueuse.org/core/useTextareaAutosize/",
1729
1729
  category: "Browser",
1730
- description: "automatically update the height of a textarea element depending on its content"
1730
+ description: "automatically update the height of a textarea depending on the content"
1731
1731
  },
1732
1732
  {
1733
1733
  name: "useTextSelection",
@@ -1861,7 +1861,7 @@ var functions$1 = [
1861
1861
  {
1862
1862
  name: "useVModel",
1863
1863
  "package": "core",
1864
- lastUpdated: 1653434335000,
1864
+ lastUpdated: 1657814086000,
1865
1865
  docs: "https://vueuse.org/core/useVModel/",
1866
1866
  category: "Component",
1867
1867
  description: "shorthand for v-model binding"
@@ -1880,7 +1880,7 @@ var functions$1 = [
1880
1880
  lastUpdated: 1649251191000,
1881
1881
  docs: "https://vueuse.org/core/useWakeLock/",
1882
1882
  category: "Browser",
1883
- description: "reactive [Screen Wake Lock API](https://developer.mozilla.org/en-US/docs/Web/API/Screen_Wake_Lock_API) provides a way to prevent devices from dimming or locking the screen when an application needs to keep running"
1883
+ description: "reactive [Screen Wake Lock API](https://developer.mozilla.org/en-US/docs/Web/API/Screen_Wake_Lock_API)"
1884
1884
  },
1885
1885
  {
1886
1886
  name: "useWebNotification",
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@vueuse/metadata",
3
- "version": "8.9.0",
3
+ "version": "8.9.3",
4
4
  "description": "Metadata for VueUse functions",
5
5
  "author": "Anthony Fu <https://github.com/antfu>",
6
6
  "license": "MIT",