@vuetify/nightly 3.0.0-next-20220114.0 → 3.0.0-next-20220124.0

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 (52) hide show
  1. package/dist/json/attributes.json +84 -8
  2. package/dist/json/importMap.json +8 -0
  3. package/dist/json/tags.json +32 -3
  4. package/dist/json/web-types.json +320 -23
  5. package/dist/vuetify.css +158 -85
  6. package/dist/vuetify.d.ts +177 -29
  7. package/dist/vuetify.esm.js +685 -378
  8. package/dist/vuetify.esm.js.map +1 -1
  9. package/dist/vuetify.js +685 -378
  10. package/dist/vuetify.js.map +1 -1
  11. package/dist/vuetify.min.css +2 -2
  12. package/dist/vuetify.min.js +2 -2
  13. package/dist/vuetify.min.js.map +1 -1
  14. package/lib/components/VExpansionPanel/VExpansionPanel.mjs +2 -2
  15. package/lib/components/VExpansionPanel/VExpansionPanel.mjs.map +1 -1
  16. package/lib/components/VList/VList.css +4 -2
  17. package/lib/components/VList/VList.mjs +34 -35
  18. package/lib/components/VList/VList.mjs.map +1 -1
  19. package/lib/components/VList/VList.sass +5 -2
  20. package/lib/components/VList/VListChildren.mjs +19 -14
  21. package/lib/components/VList/VListChildren.mjs.map +1 -1
  22. package/lib/components/VList/VListGroup.mjs +16 -40
  23. package/lib/components/VList/VListGroup.mjs.map +1 -1
  24. package/lib/components/VList/VListItem.mjs +3 -3
  25. package/lib/components/VList/VListItem.mjs.map +1 -1
  26. package/lib/components/VList/VListSubheader.mjs +20 -12
  27. package/lib/components/VList/VListSubheader.mjs.map +1 -1
  28. package/lib/components/VList/list.mjs +31 -0
  29. package/lib/components/VList/list.mjs.map +1 -0
  30. package/lib/components/VWindow/VWindow.css +70 -0
  31. package/lib/components/VWindow/VWindow.mjs +158 -233
  32. package/lib/components/VWindow/VWindow.mjs.map +1 -1
  33. package/lib/components/VWindow/VWindow.sass +26 -50
  34. package/lib/components/VWindow/VWindowItem.mjs +72 -98
  35. package/lib/components/VWindow/VWindowItem.mjs.map +1 -1
  36. package/lib/components/VWindow/_variables.scss +2 -3
  37. package/lib/components/VWindow/index.mjs +2 -9
  38. package/lib/components/VWindow/index.mjs.map +1 -1
  39. package/lib/components/index.d.ts +173 -28
  40. package/lib/components/index.mjs +1 -1
  41. package/lib/components/index.mjs.map +1 -1
  42. package/lib/composables/group.mjs +1 -6
  43. package/lib/composables/group.mjs.map +1 -1
  44. package/lib/composables/nested/nested.mjs +1 -1
  45. package/lib/composables/nested/nested.mjs.map +1 -1
  46. package/lib/composables/nested/openStrategies.mjs +1 -1
  47. package/lib/composables/nested/openStrategies.mjs.map +1 -1
  48. package/lib/directives/touch/index.mjs +6 -3
  49. package/lib/directives/touch/index.mjs.map +1 -1
  50. package/lib/entry-bundler.mjs +1 -1
  51. package/lib/index.d.ts +2 -0
  52. package/package.json +2 -1
@@ -2199,10 +2199,6 @@
2199
2199
  "type": "any",
2200
2200
  "description": "An alternative styling that reduces `v-list-item` width and rounds the corners. Typically used with **[v-navigation-drawer](/components/navigation-drawers)**"
2201
2201
  },
2202
- "v-list/subheader": {
2203
- "type": "boolean|string",
2204
- "description": "Removes the top padding from `v-list-subheader` components. When used as a **String**, renders a subheader for you"
2205
- },
2206
2202
  "v-list/items": {
2207
2203
  "type": "any",
2208
2204
  "description": ""
@@ -2287,6 +2283,14 @@
2287
2283
  "type": "any",
2288
2284
  "description": ""
2289
2285
  },
2286
+ "v-list-subheader/sticky": {
2287
+ "type": "any",
2288
+ "description": ""
2289
+ },
2290
+ "v-list-subheader/text": {
2291
+ "type": "any",
2292
+ "description": ""
2293
+ },
2290
2294
  "v-list-subheader/tag": {
2291
2295
  "type": "string",
2292
2296
  "description": "Specify a custom tag used on the root element."
@@ -2463,10 +2467,6 @@
2463
2467
  "type": "string",
2464
2468
  "description": ""
2465
2469
  },
2466
- "v-list-group/items": {
2467
- "type": "any",
2468
- "description": ""
2469
- },
2470
2470
  "v-list-group/tag": {
2471
2471
  "type": "string",
2472
2472
  "description": "Specify a custom tag used on the root element."
@@ -4374,5 +4374,81 @@
4374
4374
  "v-validation/model-value": {
4375
4375
  "type": "any",
4376
4376
  "description": ""
4377
+ },
4378
+ "v-window/touch": {
4379
+ "type": "object|boolean",
4380
+ "description": "Provide a custom **left** and **right** function when swiped left or right."
4381
+ },
4382
+ "v-window/continuous": {
4383
+ "type": "any",
4384
+ "description": "If `true`, window will \"wrap around\" from the last item to the first, and from the first item to the last"
4385
+ },
4386
+ "v-window/next-icon": {
4387
+ "type": "boolean|string",
4388
+ "description": "Icon used for the \"next\" button if `show-arrows` is `true`"
4389
+ },
4390
+ "v-window/prev-icon": {
4391
+ "type": "boolean|string",
4392
+ "description": "Icon used for the \"prev\" button if `show-arrows` is `true`"
4393
+ },
4394
+ "v-window/reverse": {
4395
+ "type": "any",
4396
+ "description": "Reverse the normal transition direction."
4397
+ },
4398
+ "v-window/show-arrows": {
4399
+ "type": "boolean|string",
4400
+ "description": "Display the \"next\" and \"prev\" buttons"
4401
+ },
4402
+ "v-window/direction": {
4403
+ "type": "string",
4404
+ "description": ""
4405
+ },
4406
+ "v-window/model-value": {
4407
+ "type": "any",
4408
+ "description": ""
4409
+ },
4410
+ "v-window/disabled": {
4411
+ "type": "any",
4412
+ "description": ""
4413
+ },
4414
+ "v-window/selected-class": {
4415
+ "type": "string",
4416
+ "description": ""
4417
+ },
4418
+ "v-window/mandatory": {
4419
+ "type": "any",
4420
+ "description": ""
4421
+ },
4422
+ "v-window/tag": {
4423
+ "type": "string",
4424
+ "description": "Specify a custom tag used on the root element."
4425
+ },
4426
+ "v-window/theme": {
4427
+ "type": "string",
4428
+ "description": "Specify a theme for this component and all of its children"
4429
+ },
4430
+ "v-window-item/reverse-transition": {
4431
+ "type": "boolean|string",
4432
+ "description": "Sets the reverse transition"
4433
+ },
4434
+ "v-window-item/transition": {
4435
+ "type": "boolean|string",
4436
+ "description": "The transition used when the component progressing through items. Can be one of the [built in transitions](/styles/transitions) or one your own."
4437
+ },
4438
+ "v-window-item/eager": {
4439
+ "type": "boolean",
4440
+ "description": ""
4441
+ },
4442
+ "v-window-item/value": {
4443
+ "type": "any",
4444
+ "description": "The value used when the component is selected in a group. If not provided, a unique ID will be used."
4445
+ },
4446
+ "v-window-item/disabled": {
4447
+ "type": "boolean",
4448
+ "description": "Prevents the item from becoming active when using the \"next\" and \"prev\" buttons or the `toggle` method"
4449
+ },
4450
+ "v-window-item/selected-class": {
4451
+ "type": "string",
4452
+ "description": "Configure the active CSS class applied when the item is selected."
4377
4453
  }
4378
4454
  }
@@ -412,6 +412,14 @@
412
412
  "from": "components/VValidation/index.mjs",
413
413
  "styles": []
414
414
  },
415
+ "VWindow": {
416
+ "from": "components/VWindow/index.mjs",
417
+ "styles": []
418
+ },
419
+ "VWindowItem": {
420
+ "from": "components/VWindow/index.mjs",
421
+ "styles": []
422
+ },
415
423
  "VCarouselTransition": {
416
424
  "from": "components/transitions/index.mjs",
417
425
  "styles": []
@@ -852,7 +852,6 @@
852
852
  "rounded",
853
853
  "select-strategy",
854
854
  "selected",
855
- "subheader",
856
855
  "tag",
857
856
  "theme",
858
857
  "width"
@@ -863,7 +862,9 @@
863
862
  "attributes": [
864
863
  "color",
865
864
  "inset",
866
- "tag"
865
+ "sticky",
866
+ "tag",
867
+ "text"
867
868
  ],
868
869
  "description": ""
869
870
  },
@@ -946,7 +947,6 @@
946
947
  "attributes": [
947
948
  "collapse-icon",
948
949
  "expand-icon",
949
- "items",
950
950
  "tag",
951
951
  "value"
952
952
  ],
@@ -1571,5 +1571,34 @@
1571
1571
  "rules"
1572
1572
  ],
1573
1573
  "description": ""
1574
+ },
1575
+ "v-window": {
1576
+ "attributes": [
1577
+ "continuous",
1578
+ "direction",
1579
+ "disabled",
1580
+ "mandatory",
1581
+ "model-value",
1582
+ "next-icon",
1583
+ "prev-icon",
1584
+ "reverse",
1585
+ "selected-class",
1586
+ "show-arrows",
1587
+ "tag",
1588
+ "theme",
1589
+ "touch"
1590
+ ],
1591
+ "description": ""
1592
+ },
1593
+ "v-window-item": {
1594
+ "attributes": [
1595
+ "disabled",
1596
+ "eager",
1597
+ "reverse-transition",
1598
+ "selected-class",
1599
+ "transition",
1600
+ "value"
1601
+ ],
1602
+ "description": ""
1574
1603
  }
1575
1604
  }
@@ -2,7 +2,7 @@
2
2
  "$schema": "http://json.schemastore.org/web-types",
3
3
  "framework": "vue",
4
4
  "name": "vuetify",
5
- "version": "3.0.0-next-20220114.0",
5
+ "version": "3.0.0-next-20220124.0",
6
6
  "contributions": {
7
7
  "html": {
8
8
  "types-syntax": "typescript",
@@ -7565,19 +7565,6 @@
7565
7565
  "type": "any"
7566
7566
  }
7567
7567
  },
7568
- {
7569
- "name": "subheader",
7570
- "description": "Removes the top padding from `v-list-subheader` components. When used as a **String**, renders a subheader for you",
7571
- "doc-url": "https://vuetifyjs.com/api/v-list#props",
7572
- "default": "false",
7573
- "value": {
7574
- "kind": "expression",
7575
- "type": [
7576
- "boolean",
7577
- "string"
7578
- ]
7579
- }
7580
- },
7581
7568
  {
7582
7569
  "name": "items",
7583
7570
  "description": "",
@@ -7866,6 +7853,24 @@
7866
7853
  "type": "any"
7867
7854
  }
7868
7855
  },
7856
+ {
7857
+ "name": "sticky",
7858
+ "description": "",
7859
+ "doc-url": "https://vuetifyjs.com/api/v-list-subheader#props",
7860
+ "value": {
7861
+ "kind": "expression",
7862
+ "type": "any"
7863
+ }
7864
+ },
7865
+ {
7866
+ "name": "text",
7867
+ "description": "",
7868
+ "doc-url": "https://vuetifyjs.com/api/v-list-subheader#props",
7869
+ "value": {
7870
+ "kind": "expression",
7871
+ "type": "any"
7872
+ }
7873
+ },
7869
7874
  {
7870
7875
  "name": "tag",
7871
7876
  "description": "Specify a custom tag used on the root element.",
@@ -8503,15 +8508,6 @@
8503
8508
  "type": "string"
8504
8509
  }
8505
8510
  },
8506
- {
8507
- "name": "items",
8508
- "description": "",
8509
- "doc-url": "https://vuetifyjs.com/api/v-list-group#props",
8510
- "value": {
8511
- "kind": "expression",
8512
- "type": "any"
8513
- }
8514
- },
8515
8511
  {
8516
8512
  "name": "tag",
8517
8513
  "description": "Specify a custom tag used on the root element.",
@@ -14672,6 +14668,307 @@
14672
14668
  "prop": "modelValue",
14673
14669
  "event": "update:modelValue"
14674
14670
  }
14671
+ },
14672
+ {
14673
+ "name": "VWindow",
14674
+ "source": {
14675
+ "module": "./src/components/index.ts",
14676
+ "symbol": "VWindow"
14677
+ },
14678
+ "description": "",
14679
+ "doc-url": "https://vuetifyjs.com/api/v-window",
14680
+ "attributes": [
14681
+ {
14682
+ "name": "touch",
14683
+ "description": "Provide a custom **left** and **right** function when swiped left or right.",
14684
+ "doc-url": "https://vuetifyjs.com/api/v-window#props",
14685
+ "default": "false",
14686
+ "value": {
14687
+ "kind": "expression",
14688
+ "type": [
14689
+ "object",
14690
+ "boolean"
14691
+ ]
14692
+ }
14693
+ },
14694
+ {
14695
+ "name": "continuous",
14696
+ "description": "If `true`, window will \"wrap around\" from the last item to the first, and from the first item to the last",
14697
+ "doc-url": "https://vuetifyjs.com/api/v-window#props",
14698
+ "value": {
14699
+ "kind": "expression",
14700
+ "type": "any"
14701
+ }
14702
+ },
14703
+ {
14704
+ "name": "next-icon",
14705
+ "description": "Icon used for the \"next\" button if `show-arrows` is `true`",
14706
+ "doc-url": "https://vuetifyjs.com/api/v-window#props",
14707
+ "default": "'$next'",
14708
+ "value": {
14709
+ "kind": "expression",
14710
+ "type": [
14711
+ "boolean",
14712
+ "string"
14713
+ ]
14714
+ }
14715
+ },
14716
+ {
14717
+ "name": "prev-icon",
14718
+ "description": "Icon used for the \"prev\" button if `show-arrows` is `true`",
14719
+ "doc-url": "https://vuetifyjs.com/api/v-window#props",
14720
+ "default": "'$prev'",
14721
+ "value": {
14722
+ "kind": "expression",
14723
+ "type": [
14724
+ "boolean",
14725
+ "string"
14726
+ ]
14727
+ }
14728
+ },
14729
+ {
14730
+ "name": "reverse",
14731
+ "description": "Reverse the normal transition direction.",
14732
+ "doc-url": "https://vuetifyjs.com/api/v-window#props",
14733
+ "value": {
14734
+ "kind": "expression",
14735
+ "type": "any"
14736
+ }
14737
+ },
14738
+ {
14739
+ "name": "show-arrows",
14740
+ "description": "Display the \"next\" and \"prev\" buttons",
14741
+ "doc-url": "https://vuetifyjs.com/api/v-window#props",
14742
+ "default": "false",
14743
+ "value": {
14744
+ "kind": "expression",
14745
+ "type": [
14746
+ "boolean",
14747
+ "string"
14748
+ ]
14749
+ }
14750
+ },
14751
+ {
14752
+ "name": "direction",
14753
+ "description": "",
14754
+ "doc-url": "https://vuetifyjs.com/api/v-window#props",
14755
+ "default": "'horizontal'",
14756
+ "value": {
14757
+ "kind": "expression",
14758
+ "type": "string"
14759
+ }
14760
+ },
14761
+ {
14762
+ "name": "model-value",
14763
+ "description": "",
14764
+ "doc-url": "https://vuetifyjs.com/api/v-window#props",
14765
+ "value": {
14766
+ "kind": "expression",
14767
+ "type": "any"
14768
+ }
14769
+ },
14770
+ {
14771
+ "name": "disabled",
14772
+ "description": "",
14773
+ "doc-url": "https://vuetifyjs.com/api/v-window#props",
14774
+ "value": {
14775
+ "kind": "expression",
14776
+ "type": "any"
14777
+ }
14778
+ },
14779
+ {
14780
+ "name": "selected-class",
14781
+ "description": "",
14782
+ "doc-url": "https://vuetifyjs.com/api/v-window#props",
14783
+ "default": "'v-window-item--active'",
14784
+ "value": {
14785
+ "kind": "expression",
14786
+ "type": "string"
14787
+ }
14788
+ },
14789
+ {
14790
+ "name": "mandatory",
14791
+ "description": "",
14792
+ "doc-url": "https://vuetifyjs.com/api/v-window#props",
14793
+ "default": "'force'",
14794
+ "value": {
14795
+ "kind": "expression",
14796
+ "type": "any"
14797
+ }
14798
+ },
14799
+ {
14800
+ "name": "tag",
14801
+ "description": "Specify a custom tag used on the root element.",
14802
+ "doc-url": "https://vuetifyjs.com/api/v-window#props",
14803
+ "default": "'div'",
14804
+ "value": {
14805
+ "kind": "expression",
14806
+ "type": "string"
14807
+ }
14808
+ },
14809
+ {
14810
+ "name": "theme",
14811
+ "description": "Specify a theme for this component and all of its children",
14812
+ "doc-url": "https://vuetifyjs.com/api/v-window#props",
14813
+ "value": {
14814
+ "kind": "expression",
14815
+ "type": "string"
14816
+ }
14817
+ }
14818
+ ],
14819
+ "events": [
14820
+ {
14821
+ "name": "change",
14822
+ "description": "Emitted when the component value is changed by user interaction",
14823
+ "doc-url": "https://vuetifyjs.com/api/v-window#events",
14824
+ "arguments": [
14825
+ {
14826
+ "name": "argument",
14827
+ "type": "number"
14828
+ }
14829
+ ]
14830
+ },
14831
+ {
14832
+ "name": "update:modelValue",
14833
+ "description": "",
14834
+ "doc-url": "https://vuetifyjs.com/api/v-window#events",
14835
+ "arguments": [
14836
+ {
14837
+ "name": "argument"
14838
+ }
14839
+ ]
14840
+ }
14841
+ ],
14842
+ "slots": [
14843
+ {
14844
+ "name": "default",
14845
+ "description": "The default Vue slot.",
14846
+ "doc-url": "https://vuetifyjs.com/api/v-window#slots"
14847
+ },
14848
+ {
14849
+ "name": "next",
14850
+ "description": "Slot displaying the arrow switching to the next item",
14851
+ "doc-url": "https://vuetifyjs.com/api/v-window#slots",
14852
+ "vue-properties": [
14853
+ {
14854
+ "name": "attrs",
14855
+ "type": "{ aria-label: string }"
14856
+ },
14857
+ {
14858
+ "name": "on",
14859
+ "type": "{ click: eventHandler }"
14860
+ }
14861
+ ]
14862
+ },
14863
+ {
14864
+ "name": "prev",
14865
+ "description": "Slot displaying the arrow switching to the previous item",
14866
+ "doc-url": "https://vuetifyjs.com/api/v-window#slots",
14867
+ "vue-properties": [
14868
+ {
14869
+ "name": "attrs",
14870
+ "type": "{ aria-label: string }"
14871
+ },
14872
+ {
14873
+ "name": "on",
14874
+ "type": "{ click: eventHandler }"
14875
+ }
14876
+ ]
14877
+ }
14878
+ ],
14879
+ "vue-model": {
14880
+ "prop": "modelValue",
14881
+ "event": "update:modelValue"
14882
+ }
14883
+ },
14884
+ {
14885
+ "name": "VWindowItem",
14886
+ "source": {
14887
+ "module": "./src/components/index.ts",
14888
+ "symbol": "VWindowItem"
14889
+ },
14890
+ "description": "",
14891
+ "doc-url": "https://vuetifyjs.com/api/v-window-item",
14892
+ "attributes": [
14893
+ {
14894
+ "name": "reverse-transition",
14895
+ "description": "Sets the reverse transition",
14896
+ "doc-url": "https://vuetifyjs.com/api/v-window-item#props",
14897
+ "default": "false",
14898
+ "value": {
14899
+ "kind": "expression",
14900
+ "type": [
14901
+ "boolean",
14902
+ "string"
14903
+ ]
14904
+ }
14905
+ },
14906
+ {
14907
+ "name": "transition",
14908
+ "description": "The transition used when the component progressing through items. Can be one of the [built in transitions](/styles/transitions) or one your own.",
14909
+ "doc-url": "https://vuetifyjs.com/api/v-window-item#props",
14910
+ "default": "false",
14911
+ "value": {
14912
+ "kind": "expression",
14913
+ "type": [
14914
+ "boolean",
14915
+ "string"
14916
+ ]
14917
+ }
14918
+ },
14919
+ {
14920
+ "name": "eager",
14921
+ "description": "",
14922
+ "doc-url": "https://vuetifyjs.com/api/v-window-item#props",
14923
+ "default": "false",
14924
+ "value": {
14925
+ "kind": "expression",
14926
+ "type": "boolean"
14927
+ },
14928
+ "type": "boolean"
14929
+ },
14930
+ {
14931
+ "name": "value",
14932
+ "description": "The value used when the component is selected in a group. If not provided, a unique ID will be used.",
14933
+ "doc-url": "https://vuetifyjs.com/api/v-window-item#props",
14934
+ "value": {
14935
+ "kind": "expression",
14936
+ "type": "any"
14937
+ }
14938
+ },
14939
+ {
14940
+ "name": "disabled",
14941
+ "description": "Prevents the item from becoming active when using the \"next\" and \"prev\" buttons or the `toggle` method",
14942
+ "doc-url": "https://vuetifyjs.com/api/v-window-item#props",
14943
+ "default": "false",
14944
+ "value": {
14945
+ "kind": "expression",
14946
+ "type": "boolean"
14947
+ },
14948
+ "type": "boolean"
14949
+ },
14950
+ {
14951
+ "name": "selected-class",
14952
+ "description": "Configure the active CSS class applied when the item is selected.",
14953
+ "doc-url": "https://vuetifyjs.com/api/v-window-item#props",
14954
+ "value": {
14955
+ "kind": "expression",
14956
+ "type": "string"
14957
+ }
14958
+ }
14959
+ ],
14960
+ "events": [],
14961
+ "slots": [
14962
+ {
14963
+ "name": "default",
14964
+ "description": "The default Vue slot.",
14965
+ "doc-url": "https://vuetifyjs.com/api/v-window-item#slots"
14966
+ }
14967
+ ],
14968
+ "vue-model": {
14969
+ "prop": "modelValue",
14970
+ "event": "update:modelValue"
14971
+ }
14675
14972
  }
14676
14973
  ],
14677
14974
  "attributes": [