@ionic/docs 8.4.4-dev.11741050043.10a3c31a → 8.4.4-dev.11741105335.1f4941f2

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 (2) hide show
  1. package/core.json +115 -2
  2. package/package.json +1 -1
package/core.json CHANGED
@@ -1,5 +1,5 @@
1
1
  {
2
- "timestamp": "2025-03-04T01:02:28",
2
+ "timestamp": "2025-03-04T16:24:07",
3
3
  "compiler": {
4
4
  "name": "@stencil/core",
5
5
  "version": "4.20.0",
@@ -6018,6 +6018,28 @@
6018
6018
  "optional": false,
6019
6019
  "required": false
6020
6020
  },
6021
+ {
6022
+ "name": "required",
6023
+ "type": "boolean",
6024
+ "complexType": {
6025
+ "original": "boolean",
6026
+ "resolved": "boolean",
6027
+ "references": {}
6028
+ },
6029
+ "mutable": false,
6030
+ "attr": "required",
6031
+ "reflectToAttr": false,
6032
+ "docs": "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.",
6033
+ "docsTags": [],
6034
+ "default": "false",
6035
+ "values": [
6036
+ {
6037
+ "type": "boolean"
6038
+ }
6039
+ ],
6040
+ "optional": false,
6041
+ "required": false
6042
+ },
6021
6043
  {
6022
6044
  "name": "value",
6023
6045
  "type": "any",
@@ -17024,6 +17046,28 @@
17024
17046
  "optional": true,
17025
17047
  "required": false
17026
17048
  },
17049
+ {
17050
+ "name": "expandToScroll",
17051
+ "type": "boolean",
17052
+ "complexType": {
17053
+ "original": "boolean",
17054
+ "resolved": "boolean",
17055
+ "references": {}
17056
+ },
17057
+ "mutable": false,
17058
+ "attr": "expand-to-scroll",
17059
+ "reflectToAttr": false,
17060
+ "docs": "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.",
17061
+ "docsTags": [],
17062
+ "default": "true",
17063
+ "values": [
17064
+ {
17065
+ "type": "boolean"
17066
+ }
17067
+ ],
17068
+ "optional": false,
17069
+ "required": false
17070
+ },
17027
17071
  {
17028
17072
  "name": "focusTrap",
17029
17073
  "type": "boolean",
@@ -27698,6 +27742,28 @@
27698
27742
  "optional": true,
27699
27743
  "required": false
27700
27744
  },
27745
+ {
27746
+ "name": "required",
27747
+ "type": "boolean",
27748
+ "complexType": {
27749
+ "original": "boolean",
27750
+ "resolved": "boolean",
27751
+ "references": {}
27752
+ },
27753
+ "mutable": false,
27754
+ "attr": "required",
27755
+ "reflectToAttr": false,
27756
+ "docs": "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.",
27757
+ "docsTags": [],
27758
+ "default": "false",
27759
+ "values": [
27760
+ {
27761
+ "type": "boolean"
27762
+ }
27763
+ ],
27764
+ "optional": false,
27765
+ "required": false
27766
+ },
27701
27767
  {
27702
27768
  "name": "selectedText",
27703
27769
  "type": "null | string | undefined",
@@ -32659,6 +32725,28 @@
32659
32725
  "optional": false,
32660
32726
  "required": false
32661
32727
  },
32728
+ {
32729
+ "name": "required",
32730
+ "type": "boolean",
32731
+ "complexType": {
32732
+ "original": "boolean",
32733
+ "resolved": "boolean",
32734
+ "references": {}
32735
+ },
32736
+ "mutable": false,
32737
+ "attr": "required",
32738
+ "reflectToAttr": false,
32739
+ "docs": "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.",
32740
+ "docsTags": [],
32741
+ "default": "false",
32742
+ "values": [
32743
+ {
32744
+ "type": "boolean"
32745
+ }
32746
+ ],
32747
+ "optional": false,
32748
+ "required": false
32749
+ },
32662
32750
  {
32663
32751
  "name": "value",
32664
32752
  "type": "null | string | undefined",
@@ -32945,6 +33033,18 @@
32945
33033
  {
32946
33034
  "name": "slot",
32947
33035
  "text": "end - Content is placed to the right of the toolbar text in LTR, and to the left in RTL."
33036
+ },
33037
+ {
33038
+ "name": "part",
33039
+ "text": "background - The background of the toolbar, covering the entire area behind the toolbar content."
33040
+ },
33041
+ {
33042
+ "name": "part",
33043
+ "text": "container - The container that wraps all toolbar content, including the default slot and named slot content."
33044
+ },
33045
+ {
33046
+ "name": "part",
33047
+ "text": "content - The container for the default slot, wrapping content provided without a named slot."
32948
33048
  }
32949
33049
  ],
32950
33050
  "usage": {},
@@ -33202,7 +33302,20 @@
33202
33302
  "docs": "Content is placed to the left of the toolbar text in LTR, and to the right in RTL."
33203
33303
  }
33204
33304
  ],
33205
- "parts": [],
33305
+ "parts": [
33306
+ {
33307
+ "name": "background",
33308
+ "docs": "The background of the toolbar, covering the entire area behind the toolbar content."
33309
+ },
33310
+ {
33311
+ "name": "container",
33312
+ "docs": "The container that wraps all toolbar content, including the default slot and named slot content."
33313
+ },
33314
+ {
33315
+ "name": "content",
33316
+ "docs": "The container for the default slot, wrapping content provided without a named slot."
33317
+ }
33318
+ ],
33206
33319
  "dependents": [
33207
33320
  "ion-select-modal"
33208
33321
  ],
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@ionic/docs",
3
- "version": "8.4.4-dev.11741050043.10a3c31a",
3
+ "version": "8.4.4-dev.11741105335.1f4941f2",
4
4
  "description": "Pre-packaged API documentation for the Ionic docs.",
5
5
  "main": "core.json",
6
6
  "types": "core.d.ts",