@ionic/vue 8.4.4-dev.11741048645.1fe58d92 → 8.4.4-dev.11741101920.155e1c29

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 (34) hide show
  1. package/css/core.css +1 -1
  2. package/css/core.css.map +1 -1
  3. package/css/global.bundle.css +1 -1
  4. package/css/global.bundle.css.map +1 -1
  5. package/css/ionic.bundle.css +1 -1
  6. package/css/ionic.bundle.css.map +1 -1
  7. package/css/palettes/dark.always.css +1 -1
  8. package/css/palettes/dark.always.css.map +1 -1
  9. package/css/palettes/dark.class.css +1 -1
  10. package/css/palettes/dark.class.css.map +1 -1
  11. package/css/palettes/dark.system.css +1 -1
  12. package/css/palettes/dark.system.css.map +1 -1
  13. package/css/palettes/high-contrast-dark.always.css +1 -1
  14. package/css/palettes/high-contrast-dark.always.css.map +1 -1
  15. package/css/palettes/high-contrast-dark.class.css +1 -1
  16. package/css/palettes/high-contrast-dark.class.css.map +1 -1
  17. package/css/palettes/high-contrast-dark.system.css +1 -1
  18. package/css/palettes/high-contrast-dark.system.css.map +1 -1
  19. package/css/palettes/high-contrast.always.css +1 -1
  20. package/css/palettes/high-contrast.always.css.map +1 -1
  21. package/css/palettes/high-contrast.class.css +1 -1
  22. package/css/palettes/high-contrast.class.css.map +1 -1
  23. package/css/palettes/high-contrast.system.css +1 -1
  24. package/css/palettes/high-contrast.system.css.map +1 -1
  25. package/css/structure.css +1 -1
  26. package/css/structure.css.map +1 -1
  27. package/css/typography.css +1 -1
  28. package/css/typography.css.map +1 -1
  29. package/dist/index.js +21 -2
  30. package/dist/index.js.map +1 -1
  31. package/dist/vetur/attributes.json +30 -0
  32. package/dist/vetur/tags.json +6 -0
  33. package/dist/web-types.json +59 -1
  34. package/package.json +2 -2
@@ -208,6 +208,7 @@
208
208
  "label-placement",
209
209
  "mode",
210
210
  "name",
211
+ "required",
211
212
  "value"
212
213
  ]
213
214
  },
@@ -575,6 +576,7 @@
575
576
  "breakpoints",
576
577
  "can-dismiss",
577
578
  "enter-animation",
579
+ "expand-to-scroll",
578
580
  "focus-trap",
579
581
  "handle",
580
582
  "handle-behavior",
@@ -715,6 +717,8 @@
715
717
  "attributes": [
716
718
  "allow-empty-selection",
717
719
  "compare-with",
720
+ "error-text",
721
+ "helper-text",
718
722
  "name",
719
723
  "value"
720
724
  ]
@@ -905,6 +909,7 @@
905
909
  "name",
906
910
  "ok-text",
907
911
  "placeholder",
912
+ "required",
908
913
  "selected-text",
909
914
  "shape",
910
915
  "toggle-icon",
@@ -1072,6 +1077,7 @@
1072
1077
  "label-placement",
1073
1078
  "mode",
1074
1079
  "name",
1080
+ "required",
1075
1081
  "value"
1076
1082
  ]
1077
1083
  },
@@ -2,7 +2,7 @@
2
2
  "$schema": "http://json.schemastore.org/web-types",
3
3
  "framework": "vue",
4
4
  "name": "@ionic/vue",
5
- "version": "8.4.4-dev.11741048645.1fe58d92",
5
+ "version": "8.4.4-dev.11741101920.155e1c29",
6
6
  "contributions": {
7
7
  "html": {
8
8
  "types-syntax": "typescript",
@@ -1610,6 +1610,16 @@
1610
1610
  "type": "string"
1611
1611
  }
1612
1612
  },
1613
+ {
1614
+ "name": "required",
1615
+ "description": "If true, screen readers will announce it as a required field. This property\nworks only for accessibility purposes, it will not prevent the form from\nsubmitting if the value is invalid.",
1616
+ "required": false,
1617
+ "default": "false",
1618
+ "value": {
1619
+ "kind": "expression",
1620
+ "type": "boolean"
1621
+ }
1622
+ },
1613
1623
  {
1614
1624
  "name": "value",
1615
1625
  "description": "The value of the checkbox does not mean if it's checked or not, use the `checked`\nproperty for that.\n\nThe value of a checkbox is analogous to the value of an `<input type=\"checkbox\">`,\nit's only used when the checkbox participates in a native `<form>`.",
@@ -4506,6 +4516,16 @@
4506
4516
  "type": "((baseEl: any, opts?: any) => Animation) | undefined"
4507
4517
  }
4508
4518
  },
4519
+ {
4520
+ "name": "expand-to-scroll",
4521
+ "description": "Controls whether scrolling or dragging within the sheet modal expands\nit to a larger breakpoint. This only takes effect when `breakpoints`\nand `initialBreakpoint` are set.\n\nIf `true`, scrolling or dragging anywhere in the modal will first expand\nit to the next breakpoint. Once fully expanded, scrolling will affect the content.\nIf `false`, scrolling will always affect the content, and the modal will only expand\nwhen dragging the header or handle.",
4522
+ "required": false,
4523
+ "default": "true",
4524
+ "value": {
4525
+ "kind": "expression",
4526
+ "type": "boolean"
4527
+ }
4528
+ },
4509
4529
  {
4510
4530
  "name": "focus-trap",
4511
4531
  "description": "If `true`, focus will not be allowed to move outside of this overlay.\nIf `false`, focus will be allowed to move outside of the overlay.\n\nIn most scenarios this property should remain set to `true`. Setting\nthis property to `false` can cause severe accessibility issues as users\nrelying on assistive technologies may be able to move focus into\na confusing state. We recommend only setting this to `false` when\nabsolutely necessary.\n\nDevelopers may want to consider disabling focus trapping if this\noverlay presents a non-Ionic overlay from a 3rd party library.\nDevelopers would disable focus trapping on the Ionic overlay\nwhen presenting the 3rd party overlay and then re-enable\nfocus trapping when dismissing the 3rd party overlay and moving\nfocus back to the Ionic overlay.",
@@ -5656,6 +5676,24 @@
5656
5676
  "type": "((currentValue: any, compareValue: any) => boolean) | null | string | undefined"
5657
5677
  }
5658
5678
  },
5679
+ {
5680
+ "name": "error-text",
5681
+ "description": "The error text to display at the top of the radio group.",
5682
+ "required": false,
5683
+ "value": {
5684
+ "kind": "expression",
5685
+ "type": "string | undefined"
5686
+ }
5687
+ },
5688
+ {
5689
+ "name": "helper-text",
5690
+ "description": "The helper text to display at the top of the radio group.",
5691
+ "required": false,
5692
+ "value": {
5693
+ "kind": "expression",
5694
+ "type": "string | undefined"
5695
+ }
5696
+ },
5659
5697
  {
5660
5698
  "name": "name",
5661
5699
  "description": "The name of the control, which is submitted with the form data.",
@@ -6919,6 +6957,16 @@
6919
6957
  "type": "string | undefined"
6920
6958
  }
6921
6959
  },
6960
+ {
6961
+ "name": "required",
6962
+ "description": "If true, screen readers will announce it as a required field. This property\nworks only for accessibility purposes, it will not prevent the form from\nsubmitting if the value is invalid.",
6963
+ "required": false,
6964
+ "default": "false",
6965
+ "value": {
6966
+ "kind": "expression",
6967
+ "type": "boolean"
6968
+ }
6969
+ },
6922
6970
  {
6923
6971
  "name": "selected-text",
6924
6972
  "description": "The text to display instead of the selected option's value.",
@@ -8235,6 +8283,16 @@
8235
8283
  "type": "string"
8236
8284
  }
8237
8285
  },
8286
+ {
8287
+ "name": "required",
8288
+ "description": "If true, screen readers will announce it as a required field. This property\nworks only for accessibility purposes, it will not prevent the form from\nsubmitting if the value is invalid.",
8289
+ "required": false,
8290
+ "default": "false",
8291
+ "value": {
8292
+ "kind": "expression",
8293
+ "type": "boolean"
8294
+ }
8295
+ },
8238
8296
  {
8239
8297
  "name": "value",
8240
8298
  "description": "The value of the toggle does not mean if it's checked or not, use the `checked`\nproperty for that.\n\nThe value of a toggle is analogous to the value of a `<input type=\"checkbox\">`,\nit's only used when the toggle participates in a native `<form>`.",
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@ionic/vue",
3
- "version": "8.4.4-dev.11741048645.1fe58d92",
3
+ "version": "8.4.4-dev.11741101920.155e1c29",
4
4
  "description": "Vue specific wrapper for @ionic/core",
5
5
  "scripts": {
6
6
  "eslint": "eslint src",
@@ -68,7 +68,7 @@
68
68
  "vue-router": "^4.0.16"
69
69
  },
70
70
  "dependencies": {
71
- "@ionic/core": "8.4.4-dev.11741048645.1fe58d92",
71
+ "@ionic/core": "8.4.4-dev.11741101920.155e1c29",
72
72
  "ionicons": "^7.0.0"
73
73
  },
74
74
  "vetur": {