@vuetify/nightly 3.6.7-master.2024-05-27 → 3.6.7-master.2024-05-29

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 (39) hide show
  1. package/CHANGELOG.md +8 -2
  2. package/dist/json/attributes.json +39 -7
  3. package/dist/json/importMap-labs.json +12 -12
  4. package/dist/json/importMap.json +146 -146
  5. package/dist/json/tags.json +8 -0
  6. package/dist/json/web-types.json +84 -12
  7. package/dist/vuetify-labs.css +2617 -2614
  8. package/dist/vuetify-labs.d.ts +78 -18
  9. package/dist/vuetify-labs.esm.js +27 -8
  10. package/dist/vuetify-labs.esm.js.map +1 -1
  11. package/dist/vuetify-labs.js +27 -8
  12. package/dist/vuetify-labs.min.css +2 -2
  13. package/dist/vuetify.css +723 -720
  14. package/dist/vuetify.d.ts +85 -55
  15. package/dist/vuetify.esm.js +21 -8
  16. package/dist/vuetify.esm.js.map +1 -1
  17. package/dist/vuetify.js +21 -8
  18. package/dist/vuetify.js.map +1 -1
  19. package/dist/vuetify.min.css +2 -2
  20. package/dist/vuetify.min.js +9 -9
  21. package/dist/vuetify.min.js.map +1 -1
  22. package/lib/components/VDivider/VDivider.mjs +1 -1
  23. package/lib/components/VDivider/VDivider.mjs.map +1 -1
  24. package/lib/components/VSnackbar/VSnackbar.css +1 -1
  25. package/lib/components/VSnackbar/VSnackbar.sass +1 -1
  26. package/lib/components/VStepper/VStepper.mjs +18 -4
  27. package/lib/components/VStepper/VStepper.mjs.map +1 -1
  28. package/lib/components/VStepper/VStepperItem.css +3 -0
  29. package/lib/components/VStepper/VStepperItem.sass +3 -0
  30. package/lib/components/VStepper/index.d.mts +43 -9
  31. package/lib/components/index.d.mts +39 -9
  32. package/lib/entry-bundler.mjs +1 -1
  33. package/lib/framework.mjs +1 -1
  34. package/lib/index.d.mts +46 -46
  35. package/lib/labs/VNumberInput/VNumberInput.mjs +7 -0
  36. package/lib/labs/VNumberInput/VNumberInput.mjs.map +1 -1
  37. package/lib/labs/VStepperVertical/index.d.mts +43 -9
  38. package/lib/labs/components.d.mts +3752 -3718
  39. package/package.json +1 -1
@@ -3318,9 +3318,12 @@
3318
3318
  "bg-color",
3319
3319
  "border",
3320
3320
  "color",
3321
+ "complete-icon",
3321
3322
  "disabled",
3323
+ "edit-icon",
3322
3324
  "editable",
3323
3325
  "elevation",
3326
+ "error-icon",
3324
3327
  "flat",
3325
3328
  "height",
3326
3329
  "hide-actions",
@@ -3335,6 +3338,7 @@
3335
3338
  "min-height",
3336
3339
  "min-width",
3337
3340
  "mobile",
3341
+ "mobile-breakpoint",
3338
3342
  "model-value",
3339
3343
  "multiple",
3340
3344
  "next-text",
@@ -3391,10 +3395,13 @@
3391
3395
  "bg-color",
3392
3396
  "collapse-icon",
3393
3397
  "color",
3398
+ "complete-icon",
3394
3399
  "disabled",
3395
3400
  "eager",
3401
+ "edit-icon",
3396
3402
  "editable",
3397
3403
  "elevation",
3404
+ "error-icon",
3398
3405
  "expand-icon",
3399
3406
  "flat",
3400
3407
  "focusable",
@@ -3405,6 +3412,7 @@
3405
3412
  "mandatory",
3406
3413
  "max",
3407
3414
  "mobile",
3415
+ "mobile-breakpoint",
3408
3416
  "model-value",
3409
3417
  "multiple",
3410
3418
  "next-text",
@@ -2,7 +2,7 @@
2
2
  "$schema": "http://json.schemastore.org/web-types",
3
3
  "framework": "vue",
4
4
  "name": "vuetify",
5
- "version": "3.6.7-master.2024-05-27",
5
+ "version": "3.6.7-master.2024-05-29",
6
6
  "contributions": {
7
7
  "html": {
8
8
  "types-syntax": "typescript",
@@ -11519,7 +11519,7 @@
11519
11519
  },
11520
11520
  {
11521
11521
  "name": "headerProps",
11522
- "description": "Pass props to the default header. See [`v-data-table-header` API](/api/v-data-table-header) for more information.",
11522
+ "description": "Pass props to the default header. See [`v-data-table-headers` API](/api/v-data-table-headers) for more information.",
11523
11523
  "doc-url": "https://vuetifyjs.com/api/VDataTable#props",
11524
11524
  "value": {
11525
11525
  "kind": "expression",
@@ -28885,7 +28885,7 @@
28885
28885
  },
28886
28886
  {
28887
28887
  "name": "increment",
28888
- "description": "MISSING DESCRIPTION ([edit in github](https://github.com/vuetifyjs/vuetify/tree/master/packages/api-generator/src/locale/en/vuetify/src/labs/VNumberInput/VNumberInput.tsx#L21-L23.json))",
28888
+ "description": "MISSING DESCRIPTION ([edit in github](https://github.com/vuetifyjs/vuetify/tree/master/packages/api-generator/src/locale/en/vuetify/src/labs/VNumberInput/VNumberInput.tsx#L22-L24.json))",
28889
28889
  "doc-url": "https://vuetifyjs.com/api/v-number-input#slots",
28890
28890
  "vue-properties": [
28891
28891
  {
@@ -28896,7 +28896,7 @@
28896
28896
  },
28897
28897
  {
28898
28898
  "name": "decrement",
28899
- "description": "MISSING DESCRIPTION ([edit in github](https://github.com/vuetifyjs/vuetify/tree/master/packages/api-generator/src/locale/en/vuetify/src/labs/VNumberInput/VNumberInput.tsx#L21-L23.json))",
28899
+ "description": "MISSING DESCRIPTION ([edit in github](https://github.com/vuetifyjs/vuetify/tree/master/packages/api-generator/src/locale/en/vuetify/src/labs/VNumberInput/VNumberInput.tsx#L22-L24.json))",
28900
28900
  "doc-url": "https://vuetifyjs.com/api/v-number-input#slots",
28901
28901
  "vue-properties": [
28902
28902
  {
@@ -38685,6 +38685,24 @@
38685
38685
  "type": "string"
38686
38686
  }
38687
38687
  },
38688
+ {
38689
+ "name": "completeIcon",
38690
+ "description": "MISSING DESCRIPTION ([edit in github](https://github.com/vuetifyjs/vuetify/tree/master/packages/api-generator/src/locale/en/Stepper.json))",
38691
+ "doc-url": "https://vuetifyjs.com/api/VStepper#props",
38692
+ "value": {
38693
+ "kind": "expression",
38694
+ "type": "string"
38695
+ }
38696
+ },
38697
+ {
38698
+ "name": "editIcon",
38699
+ "description": "MISSING DESCRIPTION ([edit in github](https://github.com/vuetifyjs/vuetify/tree/master/packages/api-generator/src/locale/en/Stepper.json))",
38700
+ "doc-url": "https://vuetifyjs.com/api/VStepper#props",
38701
+ "value": {
38702
+ "kind": "expression",
38703
+ "type": "string"
38704
+ }
38705
+ },
38688
38706
  {
38689
38707
  "name": "editable",
38690
38708
  "description": "Marks step as editable.",
@@ -38695,6 +38713,15 @@
38695
38713
  "type": "boolean"
38696
38714
  }
38697
38715
  },
38716
+ {
38717
+ "name": "errorIcon",
38718
+ "description": "MISSING DESCRIPTION ([edit in github](https://github.com/vuetifyjs/vuetify/tree/master/packages/api-generator/src/locale/en/Stepper.json))",
38719
+ "doc-url": "https://vuetifyjs.com/api/VStepper#props",
38720
+ "value": {
38721
+ "kind": "expression",
38722
+ "type": "string"
38723
+ }
38724
+ },
38698
38725
  {
38699
38726
  "name": "hideActions",
38700
38727
  "description": "Hide actions bar (prev and next buttons).",
@@ -38736,8 +38763,8 @@
38736
38763
  }
38737
38764
  },
38738
38765
  {
38739
- "name": "mobile",
38740
- "description": "Forces the stepper into a mobile state, removing labels from stepper items.",
38766
+ "name": "nonLinear",
38767
+ "description": "Allow user to jump to any step.",
38741
38768
  "doc-url": "https://vuetifyjs.com/api/VStepper#props",
38742
38769
  "default": "false",
38743
38770
  "value": {
@@ -38746,8 +38773,8 @@
38746
38773
  }
38747
38774
  },
38748
38775
  {
38749
- "name": "nonLinear",
38750
- "description": "Allow user to jump to any step.",
38776
+ "name": "mobile",
38777
+ "description": "Forces the stepper into a mobile state, removing labels from stepper items.",
38751
38778
  "doc-url": "https://vuetifyjs.com/api/VStepper#props",
38752
38779
  "default": "false",
38753
38780
  "value": {
@@ -38755,6 +38782,15 @@
38755
38782
  "type": "boolean"
38756
38783
  }
38757
38784
  },
38785
+ {
38786
+ "name": "mobileBreakpoint",
38787
+ "description": "Overrides the display configuration default screen size that the component should be considered in mobile.",
38788
+ "doc-url": "https://vuetifyjs.com/api/VStepper#props",
38789
+ "value": {
38790
+ "kind": "expression",
38791
+ "type": "number | 'xs' | 'sm' | 'md' | 'lg' | 'xl' | 'xxl'"
38792
+ }
38793
+ },
38758
38794
  {
38759
38795
  "name": "modelValue",
38760
38796
  "description": "The v-model value of the component. If component supports the **multiple** prop, this defaults to an empty array.",
@@ -39702,6 +39738,24 @@
39702
39738
  "type": "string"
39703
39739
  }
39704
39740
  },
39741
+ {
39742
+ "name": "completeIcon",
39743
+ "description": "MISSING DESCRIPTION ([edit in github](https://github.com/vuetifyjs/vuetify/tree/master/packages/api-generator/src/locale/en/Stepper.json))",
39744
+ "doc-url": "https://vuetifyjs.com/api/VStepperVertical#props",
39745
+ "value": {
39746
+ "kind": "expression",
39747
+ "type": "string"
39748
+ }
39749
+ },
39750
+ {
39751
+ "name": "editIcon",
39752
+ "description": "MISSING DESCRIPTION ([edit in github](https://github.com/vuetifyjs/vuetify/tree/master/packages/api-generator/src/locale/en/Stepper.json))",
39753
+ "doc-url": "https://vuetifyjs.com/api/VStepperVertical#props",
39754
+ "value": {
39755
+ "kind": "expression",
39756
+ "type": "string"
39757
+ }
39758
+ },
39705
39759
  {
39706
39760
  "name": "editable",
39707
39761
  "description": "Marks step as editable.",
@@ -39712,6 +39766,15 @@
39712
39766
  "type": "boolean"
39713
39767
  }
39714
39768
  },
39769
+ {
39770
+ "name": "errorIcon",
39771
+ "description": "MISSING DESCRIPTION ([edit in github](https://github.com/vuetifyjs/vuetify/tree/master/packages/api-generator/src/locale/en/Stepper.json))",
39772
+ "doc-url": "https://vuetifyjs.com/api/VStepperVertical#props",
39773
+ "value": {
39774
+ "kind": "expression",
39775
+ "type": "string"
39776
+ }
39777
+ },
39715
39778
  {
39716
39779
  "name": "hideActions",
39717
39780
  "description": "Hide actions bar (prev and next buttons).",
@@ -39762,8 +39825,8 @@
39762
39825
  }
39763
39826
  },
39764
39827
  {
39765
- "name": "mobile",
39766
- "description": "Forces the stepper into a mobile state, removing labels from stepper items.",
39828
+ "name": "nonLinear",
39829
+ "description": "Allow user to jump to any step.",
39767
39830
  "doc-url": "https://vuetifyjs.com/api/VStepperVertical#props",
39768
39831
  "default": "false",
39769
39832
  "value": {
@@ -39772,8 +39835,8 @@
39772
39835
  }
39773
39836
  },
39774
39837
  {
39775
- "name": "nonLinear",
39776
- "description": "Allow user to jump to any step.",
39838
+ "name": "mobile",
39839
+ "description": "Forces the stepper into a mobile state, removing labels from stepper items.",
39777
39840
  "doc-url": "https://vuetifyjs.com/api/VStepperVertical#props",
39778
39841
  "default": "false",
39779
39842
  "value": {
@@ -39781,6 +39844,15 @@
39781
39844
  "type": "boolean"
39782
39845
  }
39783
39846
  },
39847
+ {
39848
+ "name": "mobileBreakpoint",
39849
+ "description": "Overrides the display configuration default screen size that the component should be considered in mobile.",
39850
+ "doc-url": "https://vuetifyjs.com/api/VStepperVertical#props",
39851
+ "value": {
39852
+ "kind": "expression",
39853
+ "type": "number | 'xs' | 'sm' | 'md' | 'lg' | 'xl' | 'xxl'"
39854
+ }
39855
+ },
39784
39856
  {
39785
39857
  "name": "modelValue",
39786
39858
  "description": "The v-model value of the component. If component supports the **multiple** prop, this defaults to an empty array.",