@ionic/docs 8.8.4-dev.11776330355.18181725 → 8.8.4-dev.11776458181.14891dc9
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.
- package/core.json +62 -1
- package/package.json +1 -1
package/core.json
CHANGED
|
@@ -1,5 +1,5 @@
|
|
|
1
1
|
{
|
|
2
|
-
"timestamp": "2026-04-
|
|
2
|
+
"timestamp": "2026-04-17T20:38:39",
|
|
3
3
|
"compiler": {
|
|
4
4
|
"name": "@stencil/core",
|
|
5
5
|
"version": "4.43.0",
|
|
@@ -37649,6 +37649,35 @@
|
|
|
37649
37649
|
],
|
|
37650
37650
|
"usage": {},
|
|
37651
37651
|
"props": [
|
|
37652
|
+
{
|
|
37653
|
+
"name": "cancelIcon",
|
|
37654
|
+
"type": "boolean",
|
|
37655
|
+
"complexType": {
|
|
37656
|
+
"original": "boolean",
|
|
37657
|
+
"resolved": "boolean",
|
|
37658
|
+
"references": {}
|
|
37659
|
+
},
|
|
37660
|
+
"mutable": false,
|
|
37661
|
+
"attr": "cancel-icon",
|
|
37662
|
+
"reflectToAttr": false,
|
|
37663
|
+
"docs": "If `true`, the cancel button will display an icon instead of the `cancelText`.\nOnly applies when `interface` is set to `\"modal\"`. Has no effect on `\"action-sheet\"`,\n`\"alert\"`, or `\"popover\"` interfaces.\nWhen `cancelIcon` is `true`, the `cancelText` property is ignored for display\nbut is used as the accessible label for the icon button.",
|
|
37664
|
+
"docsTags": [
|
|
37665
|
+
{
|
|
37666
|
+
"name": "default",
|
|
37667
|
+
"text": "false"
|
|
37668
|
+
}
|
|
37669
|
+
],
|
|
37670
|
+
"default": "false",
|
|
37671
|
+
"values": [
|
|
37672
|
+
{
|
|
37673
|
+
"type": "boolean"
|
|
37674
|
+
}
|
|
37675
|
+
],
|
|
37676
|
+
"optional": false,
|
|
37677
|
+
"required": false,
|
|
37678
|
+
"getter": false,
|
|
37679
|
+
"setter": false
|
|
37680
|
+
},
|
|
37652
37681
|
{
|
|
37653
37682
|
"name": "cancelText",
|
|
37654
37683
|
"type": "string",
|
|
@@ -38992,6 +39021,7 @@
|
|
|
38992
39021
|
"ion-title",
|
|
38993
39022
|
"ion-buttons",
|
|
38994
39023
|
"ion-button",
|
|
39024
|
+
"ion-icon",
|
|
38995
39025
|
"ion-content",
|
|
38996
39026
|
"ion-list"
|
|
38997
39027
|
],
|
|
@@ -39011,6 +39041,35 @@
|
|
|
39011
39041
|
"docsTags": [],
|
|
39012
39042
|
"usage": {},
|
|
39013
39043
|
"props": [
|
|
39044
|
+
{
|
|
39045
|
+
"name": "cancelIcon",
|
|
39046
|
+
"type": "boolean",
|
|
39047
|
+
"complexType": {
|
|
39048
|
+
"original": "boolean",
|
|
39049
|
+
"resolved": "boolean",
|
|
39050
|
+
"references": {}
|
|
39051
|
+
},
|
|
39052
|
+
"mutable": false,
|
|
39053
|
+
"attr": "cancel-icon",
|
|
39054
|
+
"reflectToAttr": false,
|
|
39055
|
+
"docs": "If `true`, the cancel button will display a close icon instead of the `cancelText`.\nWhen `cancelIcon` is `true`, the `cancelText` property is ignored.",
|
|
39056
|
+
"docsTags": [
|
|
39057
|
+
{
|
|
39058
|
+
"name": "default",
|
|
39059
|
+
"text": "false"
|
|
39060
|
+
}
|
|
39061
|
+
],
|
|
39062
|
+
"default": "false",
|
|
39063
|
+
"values": [
|
|
39064
|
+
{
|
|
39065
|
+
"type": "boolean"
|
|
39066
|
+
}
|
|
39067
|
+
],
|
|
39068
|
+
"optional": false,
|
|
39069
|
+
"required": false,
|
|
39070
|
+
"getter": false,
|
|
39071
|
+
"setter": false
|
|
39072
|
+
},
|
|
39014
39073
|
{
|
|
39015
39074
|
"name": "cancelText",
|
|
39016
39075
|
"type": "string",
|
|
@@ -39148,6 +39207,7 @@
|
|
|
39148
39207
|
"ion-title",
|
|
39149
39208
|
"ion-buttons",
|
|
39150
39209
|
"ion-button",
|
|
39210
|
+
"ion-icon",
|
|
39151
39211
|
"ion-content",
|
|
39152
39212
|
"ion-list"
|
|
39153
39213
|
],
|
|
@@ -39162,6 +39222,7 @@
|
|
|
39162
39222
|
"ion-title",
|
|
39163
39223
|
"ion-buttons",
|
|
39164
39224
|
"ion-button",
|
|
39225
|
+
"ion-icon",
|
|
39165
39226
|
"ion-content",
|
|
39166
39227
|
"ion-list"
|
|
39167
39228
|
],
|