@ionic/docs 8.7.16-dev.11769699401.1dc7caf4 → 8.7.16-dev.11770387164.14062300

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 +178 -15
  2. package/package.json +1 -1
package/core.json CHANGED
@@ -1,5 +1,5 @@
1
1
  {
2
- "timestamp": "2026-01-29T15:12:16",
2
+ "timestamp": "2026-02-06T14:14:54",
3
3
  "compiler": {
4
4
  "name": "@stencil/core",
5
5
  "version": "4.38.0",
@@ -5621,7 +5621,7 @@
5621
5621
  "mutable": true,
5622
5622
  "attr": "fill",
5623
5623
  "reflectToAttr": true,
5624
- "docs": "Set to `\"clear\"` for a transparent button that resembles a flat button, to `\"outline\"`\nfor a transparent button with a border, or to `\"solid\"` for a button with a filled background.\nThe default fill is `\"solid\"` except inside of a toolbar, where the default is `\"clear\"`.",
5624
+ "docs": "Set to `\"clear\"` for a transparent button that resembles a flat button, to `\"outline\"`\nfor a transparent button with a border, or to `\"solid\"` for a button with a filled background.\nThe default fill is `\"solid\"` except when inside of a buttons or datetime component, where\nthe default fill is `\"clear\"`.",
5625
5625
  "docsTags": [],
5626
5626
  "values": [
5627
5627
  {
@@ -6619,14 +6619,10 @@
6619
6619
  "slots": [],
6620
6620
  "parts": [],
6621
6621
  "dependents": [
6622
- "ion-datetime",
6623
6622
  "ion-select-modal"
6624
6623
  ],
6625
6624
  "dependencies": [],
6626
6625
  "dependencyGraph": {
6627
- "ion-datetime": [
6628
- "ion-buttons"
6629
- ],
6630
6626
  "ion-select-modal": [
6631
6627
  "ion-buttons"
6632
6628
  ]
@@ -7162,7 +7158,7 @@
7162
7158
  },
7163
7159
  {
7164
7160
  "filePath": "src/components/card-content/card-content.tsx",
7165
- "encapsulation": "none",
7161
+ "encapsulation": "shadow",
7166
7162
  "tag": "ion-card-content",
7167
7163
  "docs": "",
7168
7164
  "docsTags": [
@@ -12134,7 +12130,6 @@
12134
12130
  ],
12135
12131
  "dependents": [],
12136
12132
  "dependencies": [
12137
- "ion-buttons",
12138
12133
  "ion-button",
12139
12134
  "ion-picker",
12140
12135
  "ion-picker-column",
@@ -12145,7 +12140,6 @@
12145
12140
  ],
12146
12141
  "dependencyGraph": {
12147
12142
  "ion-datetime": [
12148
- "ion-buttons",
12149
12143
  "ion-button",
12150
12144
  "ion-picker",
12151
12145
  "ion-picker-column",
@@ -16933,10 +16927,39 @@
16933
16927
  },
16934
16928
  {
16935
16929
  "filePath": "src/components/input-otp/input-otp.tsx",
16936
- "encapsulation": "scoped",
16930
+ "encapsulation": "shadow",
16937
16931
  "tag": "ion-input-otp",
16938
16932
  "docs": "",
16939
- "docsTags": [],
16933
+ "docsTags": [
16934
+ {
16935
+ "name": "virtualProp",
16936
+ "text": "{\"ios\" | \"md\"} mode - The mode determines the platform behaviors of the component."
16937
+ },
16938
+ {
16939
+ "name": "virtualProp",
16940
+ "text": "{\"ios\" | \"md\" | \"ionic\"} theme - The theme determines the visual appearance of the component."
16941
+ },
16942
+ {
16943
+ "name": "part",
16944
+ "text": "group - The container element that wraps all input boxes."
16945
+ },
16946
+ {
16947
+ "name": "part",
16948
+ "text": "container - The wrapper element for each individual input box."
16949
+ },
16950
+ {
16951
+ "name": "part",
16952
+ "text": "native - The native input element."
16953
+ },
16954
+ {
16955
+ "name": "part",
16956
+ "text": "separator - The separator element displayed between input boxes."
16957
+ },
16958
+ {
16959
+ "name": "part",
16960
+ "text": "description - The container element for the description text."
16961
+ }
16962
+ ],
16940
16963
  "usage": {},
16941
16964
  "props": [
16942
16965
  {
@@ -17186,6 +17209,27 @@
17186
17209
  "getter": false,
17187
17210
  "setter": false
17188
17211
  },
17212
+ {
17213
+ "name": "mode",
17214
+ "type": "\"ios\" | \"md\"",
17215
+ "mutable": false,
17216
+ "attr": "mode",
17217
+ "reflectToAttr": false,
17218
+ "docs": "The mode determines the platform behaviors of the component.",
17219
+ "docsTags": [],
17220
+ "values": [
17221
+ {
17222
+ "value": "ios",
17223
+ "type": "string"
17224
+ },
17225
+ {
17226
+ "value": "md",
17227
+ "type": "string"
17228
+ }
17229
+ ],
17230
+ "optional": true,
17231
+ "required": false
17232
+ },
17189
17233
  {
17190
17234
  "name": "pattern",
17191
17235
  "type": "string | undefined",
@@ -17346,6 +17390,31 @@
17346
17390
  "getter": false,
17347
17391
  "setter": false
17348
17392
  },
17393
+ {
17394
+ "name": "theme",
17395
+ "type": "\"ios\" | \"md\" | \"ionic\"",
17396
+ "mutable": false,
17397
+ "attr": "theme",
17398
+ "reflectToAttr": false,
17399
+ "docs": "The theme determines the visual appearance of the component.",
17400
+ "docsTags": [],
17401
+ "values": [
17402
+ {
17403
+ "value": "ios",
17404
+ "type": "string"
17405
+ },
17406
+ {
17407
+ "value": "md",
17408
+ "type": "string"
17409
+ },
17410
+ {
17411
+ "value": "ionic",
17412
+ "type": "string"
17413
+ }
17414
+ ],
17415
+ "optional": true,
17416
+ "required": false
17417
+ },
17349
17418
  {
17350
17419
  "name": "type",
17351
17420
  "type": "\"number\" | \"text\"",
@@ -17996,7 +18065,28 @@
17996
18065
  }
17997
18066
  ],
17998
18067
  "slots": [],
17999
- "parts": [],
18068
+ "parts": [
18069
+ {
18070
+ "name": "container",
18071
+ "docs": "The wrapper element for each individual input box."
18072
+ },
18073
+ {
18074
+ "name": "description",
18075
+ "docs": "The container element for the description text."
18076
+ },
18077
+ {
18078
+ "name": "group",
18079
+ "docs": "The container element that wraps all input boxes."
18080
+ },
18081
+ {
18082
+ "name": "native",
18083
+ "docs": "The native input element."
18084
+ },
18085
+ {
18086
+ "name": "separator",
18087
+ "docs": "The separator element displayed between input boxes."
18088
+ }
18089
+ ],
18000
18090
  "dependents": [],
18001
18091
  "dependencies": [],
18002
18092
  "dependencyGraph": {}
@@ -40609,7 +40699,7 @@
40609
40699
  },
40610
40700
  {
40611
40701
  "filePath": "src/components/textarea/textarea.tsx",
40612
- "encapsulation": "scoped",
40702
+ "encapsulation": "shadow",
40613
40703
  "tag": "ion-textarea",
40614
40704
  "docs": "",
40615
40705
  "docsTags": [
@@ -40632,6 +40722,42 @@
40632
40722
  {
40633
40723
  "name": "slot",
40634
40724
  "text": "end - Content to display at the trailing edge of the textarea. (EXPERIMENTAL)"
40725
+ },
40726
+ {
40727
+ "name": "part",
40728
+ "text": "wrapper - The clickable label element that wraps the entire form field (label text, slots, and native textarea)."
40729
+ },
40730
+ {
40731
+ "name": "part",
40732
+ "text": "container - The inner wrapper element that directly contains the native textarea element."
40733
+ },
40734
+ {
40735
+ "name": "part",
40736
+ "text": "label - The label text describing the textarea."
40737
+ },
40738
+ {
40739
+ "name": "part",
40740
+ "text": "native - The native textarea element."
40741
+ },
40742
+ {
40743
+ "name": "part",
40744
+ "text": "supporting-text - Supporting text displayed beneath the textarea label."
40745
+ },
40746
+ {
40747
+ "name": "part",
40748
+ "text": "helper-text - Supporting text displayed beneath the textarea label when the textarea is valid."
40749
+ },
40750
+ {
40751
+ "name": "part",
40752
+ "text": "error-text - Supporting text displayed beneath the textarea label when the textarea is invalid and touched."
40753
+ },
40754
+ {
40755
+ "name": "part",
40756
+ "text": "counter - The character counter displayed when the counter property is set."
40757
+ },
40758
+ {
40759
+ "name": "part",
40760
+ "text": "bottom - The container element for helper text, error text, and counter."
40635
40761
  }
40636
40762
  ],
40637
40763
  "usage": {},
@@ -41383,7 +41509,7 @@
41383
41509
  },
41384
41510
  "mutable": false,
41385
41511
  "attr": "required",
41386
- "reflectToAttr": false,
41512
+ "reflectToAttr": true,
41387
41513
  "docs": "If `true`, the user must fill in a value before submitting a form.",
41388
41514
  "docsTags": [
41389
41515
  {
@@ -42106,7 +42232,44 @@
42106
42232
  "docs": "Content to display at the leading edge of the textarea. (EXPERIMENTAL)"
42107
42233
  }
42108
42234
  ],
42109
- "parts": [],
42235
+ "parts": [
42236
+ {
42237
+ "name": "bottom",
42238
+ "docs": "The container element for helper text, error text, and counter."
42239
+ },
42240
+ {
42241
+ "name": "container",
42242
+ "docs": "The inner wrapper element that directly contains the native textarea element."
42243
+ },
42244
+ {
42245
+ "name": "counter",
42246
+ "docs": "The character counter displayed when the counter property is set."
42247
+ },
42248
+ {
42249
+ "name": "error-text",
42250
+ "docs": "Supporting text displayed beneath the textarea label when the textarea is invalid and touched."
42251
+ },
42252
+ {
42253
+ "name": "helper-text",
42254
+ "docs": "Supporting text displayed beneath the textarea label when the textarea is valid."
42255
+ },
42256
+ {
42257
+ "name": "label",
42258
+ "docs": "The label text describing the textarea."
42259
+ },
42260
+ {
42261
+ "name": "native",
42262
+ "docs": "The native textarea element."
42263
+ },
42264
+ {
42265
+ "name": "supporting-text",
42266
+ "docs": "Supporting text displayed beneath the textarea label."
42267
+ },
42268
+ {
42269
+ "name": "wrapper",
42270
+ "docs": "The clickable label element that wraps the entire form field (label text, slots, and native textarea)."
42271
+ }
42272
+ ],
42110
42273
  "dependents": [],
42111
42274
  "dependencies": [],
42112
42275
  "dependencyGraph": {}
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@ionic/docs",
3
- "version": "8.7.16-dev.11769699401.1dc7caf4",
3
+ "version": "8.7.16-dev.11770387164.14062300",
4
4
  "description": "Pre-packaged API documentation for the Ionic docs.",
5
5
  "main": "core.json",
6
6
  "types": "core.d.ts",