@ionic/docs 8.8.6-dev.11777572994.1147595d → 8.8.6-nightly.20260501

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 +941 -28
  2. package/package.json +1 -1
package/core.json CHANGED
@@ -1,5 +1,5 @@
1
1
  {
2
- "timestamp": "2026-04-30T18:18:30",
2
+ "timestamp": "2026-05-01T06:58:58",
3
3
  "compiler": {
4
4
  "name": "@stencil/core",
5
5
  "version": "4.43.0",
@@ -3358,6 +3358,7 @@
3358
3358
  "ion-loading",
3359
3359
  "ion-menu",
3360
3360
  "ion-modal",
3361
+ "ion-picker-legacy",
3361
3362
  "ion-popover"
3362
3363
  ],
3363
3364
  "dependencies": [],
@@ -3377,6 +3378,9 @@
3377
3378
  "ion-modal": [
3378
3379
  "ion-backdrop"
3379
3380
  ],
3381
+ "ion-picker-legacy": [
3382
+ "ion-backdrop"
3383
+ ],
3380
3384
  "ion-popover": [
3381
3385
  "ion-backdrop"
3382
3386
  ]
@@ -22779,6 +22783,931 @@
22779
22783
  ]
22780
22784
  }
22781
22785
  },
22786
+ {
22787
+ "filePath": "src/components/picker-legacy/picker.tsx",
22788
+ "encapsulation": "scoped",
22789
+ "tag": "ion-picker-legacy",
22790
+ "docs": "",
22791
+ "docsTags": [
22792
+ {
22793
+ "name": "virtualProp",
22794
+ "text": "{\"ios\" | \"md\"} mode - The mode determines which platform styles to use."
22795
+ }
22796
+ ],
22797
+ "usage": {},
22798
+ "props": [
22799
+ {
22800
+ "name": "animated",
22801
+ "type": "boolean",
22802
+ "complexType": {
22803
+ "original": "boolean",
22804
+ "resolved": "boolean",
22805
+ "references": {}
22806
+ },
22807
+ "mutable": false,
22808
+ "attr": "animated",
22809
+ "reflectToAttr": false,
22810
+ "docs": "If `true`, the picker will animate.",
22811
+ "docsTags": [
22812
+ {
22813
+ "name": "default",
22814
+ "text": "true"
22815
+ }
22816
+ ],
22817
+ "default": "true",
22818
+ "values": [
22819
+ {
22820
+ "type": "boolean"
22821
+ }
22822
+ ],
22823
+ "optional": false,
22824
+ "required": false,
22825
+ "getter": false,
22826
+ "setter": false
22827
+ },
22828
+ {
22829
+ "name": "backdropDismiss",
22830
+ "type": "boolean",
22831
+ "complexType": {
22832
+ "original": "boolean",
22833
+ "resolved": "boolean",
22834
+ "references": {}
22835
+ },
22836
+ "mutable": false,
22837
+ "attr": "backdrop-dismiss",
22838
+ "reflectToAttr": false,
22839
+ "docs": "If `true`, the picker will be dismissed when the backdrop is clicked.",
22840
+ "docsTags": [
22841
+ {
22842
+ "name": "default",
22843
+ "text": "true"
22844
+ }
22845
+ ],
22846
+ "default": "true",
22847
+ "values": [
22848
+ {
22849
+ "type": "boolean"
22850
+ }
22851
+ ],
22852
+ "optional": false,
22853
+ "required": false,
22854
+ "getter": false,
22855
+ "setter": false
22856
+ },
22857
+ {
22858
+ "name": "buttons",
22859
+ "type": "PickerButton[]",
22860
+ "complexType": {
22861
+ "original": "PickerButton[]",
22862
+ "resolved": "PickerButton[]",
22863
+ "references": {
22864
+ "PickerButton": {
22865
+ "location": "import",
22866
+ "path": "./picker-interface",
22867
+ "id": "src/components/picker-legacy/picker-interface.ts::PickerButton",
22868
+ "referenceLocation": "PickerButton"
22869
+ }
22870
+ }
22871
+ },
22872
+ "mutable": false,
22873
+ "reflectToAttr": false,
22874
+ "docs": "Array of buttons to be displayed at the top of the picker.",
22875
+ "docsTags": [
22876
+ {
22877
+ "name": "default",
22878
+ "text": "[]"
22879
+ }
22880
+ ],
22881
+ "default": "[]",
22882
+ "values": [
22883
+ {
22884
+ "type": "PickerButton[]"
22885
+ }
22886
+ ],
22887
+ "optional": false,
22888
+ "required": false,
22889
+ "getter": false,
22890
+ "setter": false
22891
+ },
22892
+ {
22893
+ "name": "columns",
22894
+ "type": "PickerColumn[]",
22895
+ "complexType": {
22896
+ "original": "PickerColumn[]",
22897
+ "resolved": "PickerColumn[]",
22898
+ "references": {
22899
+ "PickerColumn": {
22900
+ "location": "import",
22901
+ "path": "./picker-interface",
22902
+ "id": "src/components/picker-legacy/picker-interface.ts::PickerColumn",
22903
+ "referenceLocation": "PickerColumn"
22904
+ }
22905
+ }
22906
+ },
22907
+ "mutable": false,
22908
+ "reflectToAttr": false,
22909
+ "docs": "Array of columns to be displayed in the picker.",
22910
+ "docsTags": [
22911
+ {
22912
+ "name": "default",
22913
+ "text": "[]"
22914
+ }
22915
+ ],
22916
+ "default": "[]",
22917
+ "values": [
22918
+ {
22919
+ "type": "PickerColumn[]"
22920
+ }
22921
+ ],
22922
+ "optional": false,
22923
+ "required": false,
22924
+ "getter": false,
22925
+ "setter": false
22926
+ },
22927
+ {
22928
+ "name": "cssClass",
22929
+ "type": "string | string[] | undefined",
22930
+ "complexType": {
22931
+ "original": "string | string[]",
22932
+ "resolved": "string | string[] | undefined",
22933
+ "references": {}
22934
+ },
22935
+ "mutable": false,
22936
+ "attr": "css-class",
22937
+ "reflectToAttr": false,
22938
+ "docs": "Additional classes to apply for custom CSS. If multiple classes are\nprovided they should be separated by spaces.",
22939
+ "docsTags": [],
22940
+ "values": [
22941
+ {
22942
+ "type": "string"
22943
+ },
22944
+ {
22945
+ "type": "string[]"
22946
+ },
22947
+ {
22948
+ "type": "undefined"
22949
+ }
22950
+ ],
22951
+ "optional": true,
22952
+ "required": false,
22953
+ "getter": false,
22954
+ "setter": false
22955
+ },
22956
+ {
22957
+ "name": "duration",
22958
+ "type": "number",
22959
+ "complexType": {
22960
+ "original": "number",
22961
+ "resolved": "number",
22962
+ "references": {}
22963
+ },
22964
+ "mutable": false,
22965
+ "attr": "duration",
22966
+ "reflectToAttr": false,
22967
+ "docs": "Number of milliseconds to wait before dismissing the picker.",
22968
+ "docsTags": [
22969
+ {
22970
+ "name": "default",
22971
+ "text": "0"
22972
+ }
22973
+ ],
22974
+ "default": "0",
22975
+ "values": [
22976
+ {
22977
+ "type": "number"
22978
+ }
22979
+ ],
22980
+ "optional": false,
22981
+ "required": false,
22982
+ "getter": false,
22983
+ "setter": false
22984
+ },
22985
+ {
22986
+ "name": "enterAnimation",
22987
+ "type": "((baseEl: any, opts?: any) => Animation) | undefined",
22988
+ "complexType": {
22989
+ "original": "AnimationBuilder",
22990
+ "resolved": "((baseEl: any, opts?: any) => Animation) | undefined",
22991
+ "references": {
22992
+ "AnimationBuilder": {
22993
+ "location": "import",
22994
+ "path": "../../interface",
22995
+ "id": "src/interface.d.ts::AnimationBuilder",
22996
+ "referenceLocation": "AnimationBuilder"
22997
+ }
22998
+ }
22999
+ },
23000
+ "mutable": false,
23001
+ "reflectToAttr": false,
23002
+ "docs": "Animation to use when the picker is presented.",
23003
+ "docsTags": [],
23004
+ "values": [
23005
+ {
23006
+ "type": "((baseEl: any, opts?: any) => Animation)"
23007
+ },
23008
+ {
23009
+ "type": "undefined"
23010
+ }
23011
+ ],
23012
+ "optional": true,
23013
+ "required": false,
23014
+ "getter": false,
23015
+ "setter": false
23016
+ },
23017
+ {
23018
+ "name": "htmlAttributes",
23019
+ "type": "undefined | { [key: string]: any; }",
23020
+ "complexType": {
23021
+ "original": "{ [key: string]: any }",
23022
+ "resolved": "undefined | { [key: string]: any; }",
23023
+ "references": {}
23024
+ },
23025
+ "mutable": false,
23026
+ "reflectToAttr": false,
23027
+ "docs": "Additional attributes to pass to the picker.",
23028
+ "docsTags": [],
23029
+ "values": [
23030
+ {
23031
+ "type": "undefined"
23032
+ },
23033
+ {
23034
+ "type": "{ [key: string]: any; }"
23035
+ }
23036
+ ],
23037
+ "optional": true,
23038
+ "required": false,
23039
+ "getter": false,
23040
+ "setter": false
23041
+ },
23042
+ {
23043
+ "name": "isOpen",
23044
+ "type": "boolean",
23045
+ "complexType": {
23046
+ "original": "boolean",
23047
+ "resolved": "boolean",
23048
+ "references": {}
23049
+ },
23050
+ "mutable": false,
23051
+ "attr": "is-open",
23052
+ "reflectToAttr": false,
23053
+ "docs": "If `true`, the picker will open. If `false`, the picker will close.\nUse this if you need finer grained control over presentation, otherwise\njust use the pickerController or the `trigger` property.\nNote: `isOpen` will not automatically be set back to `false` when\nthe picker dismisses. You will need to do that in your code.",
23054
+ "docsTags": [
23055
+ {
23056
+ "name": "default",
23057
+ "text": "false"
23058
+ }
23059
+ ],
23060
+ "default": "false",
23061
+ "values": [
23062
+ {
23063
+ "type": "boolean"
23064
+ }
23065
+ ],
23066
+ "optional": false,
23067
+ "required": false,
23068
+ "getter": false,
23069
+ "setter": false
23070
+ },
23071
+ {
23072
+ "name": "keyboardClose",
23073
+ "type": "boolean",
23074
+ "complexType": {
23075
+ "original": "boolean",
23076
+ "resolved": "boolean",
23077
+ "references": {}
23078
+ },
23079
+ "mutable": false,
23080
+ "attr": "keyboard-close",
23081
+ "reflectToAttr": false,
23082
+ "docs": "If `true`, the keyboard will be automatically dismissed when the overlay is presented.",
23083
+ "docsTags": [
23084
+ {
23085
+ "name": "default",
23086
+ "text": "true"
23087
+ }
23088
+ ],
23089
+ "default": "true",
23090
+ "values": [
23091
+ {
23092
+ "type": "boolean"
23093
+ }
23094
+ ],
23095
+ "optional": false,
23096
+ "required": false,
23097
+ "getter": false,
23098
+ "setter": false
23099
+ },
23100
+ {
23101
+ "name": "leaveAnimation",
23102
+ "type": "((baseEl: any, opts?: any) => Animation) | undefined",
23103
+ "complexType": {
23104
+ "original": "AnimationBuilder",
23105
+ "resolved": "((baseEl: any, opts?: any) => Animation) | undefined",
23106
+ "references": {
23107
+ "AnimationBuilder": {
23108
+ "location": "import",
23109
+ "path": "../../interface",
23110
+ "id": "src/interface.d.ts::AnimationBuilder",
23111
+ "referenceLocation": "AnimationBuilder"
23112
+ }
23113
+ }
23114
+ },
23115
+ "mutable": false,
23116
+ "reflectToAttr": false,
23117
+ "docs": "Animation to use when the picker is dismissed.",
23118
+ "docsTags": [],
23119
+ "values": [
23120
+ {
23121
+ "type": "((baseEl: any, opts?: any) => Animation)"
23122
+ },
23123
+ {
23124
+ "type": "undefined"
23125
+ }
23126
+ ],
23127
+ "optional": true,
23128
+ "required": false,
23129
+ "getter": false,
23130
+ "setter": false
23131
+ },
23132
+ {
23133
+ "name": "mode",
23134
+ "type": "\"ios\" | \"md\"",
23135
+ "mutable": false,
23136
+ "attr": "mode",
23137
+ "reflectToAttr": false,
23138
+ "docs": "The mode determines which platform styles to use.",
23139
+ "docsTags": [],
23140
+ "values": [
23141
+ {
23142
+ "value": "ios",
23143
+ "type": "string"
23144
+ },
23145
+ {
23146
+ "value": "md",
23147
+ "type": "string"
23148
+ }
23149
+ ],
23150
+ "optional": true,
23151
+ "required": false
23152
+ },
23153
+ {
23154
+ "name": "showBackdrop",
23155
+ "type": "boolean",
23156
+ "complexType": {
23157
+ "original": "boolean",
23158
+ "resolved": "boolean",
23159
+ "references": {}
23160
+ },
23161
+ "mutable": false,
23162
+ "attr": "show-backdrop",
23163
+ "reflectToAttr": false,
23164
+ "docs": "If `true`, a backdrop will be displayed behind the picker.",
23165
+ "docsTags": [
23166
+ {
23167
+ "name": "default",
23168
+ "text": "true"
23169
+ }
23170
+ ],
23171
+ "default": "true",
23172
+ "values": [
23173
+ {
23174
+ "type": "boolean"
23175
+ }
23176
+ ],
23177
+ "optional": false,
23178
+ "required": false,
23179
+ "getter": false,
23180
+ "setter": false
23181
+ },
23182
+ {
23183
+ "name": "trigger",
23184
+ "type": "string | undefined",
23185
+ "complexType": {
23186
+ "original": "string | undefined",
23187
+ "resolved": "string | undefined",
23188
+ "references": {}
23189
+ },
23190
+ "mutable": false,
23191
+ "attr": "trigger",
23192
+ "reflectToAttr": false,
23193
+ "docs": "An ID corresponding to the trigger element that\ncauses the picker to open when clicked.",
23194
+ "docsTags": [],
23195
+ "values": [
23196
+ {
23197
+ "type": "string"
23198
+ },
23199
+ {
23200
+ "type": "undefined"
23201
+ }
23202
+ ],
23203
+ "optional": false,
23204
+ "required": false,
23205
+ "getter": false,
23206
+ "setter": false
23207
+ }
23208
+ ],
23209
+ "methods": [
23210
+ {
23211
+ "name": "dismiss",
23212
+ "returns": {
23213
+ "type": "Promise<boolean>",
23214
+ "docs": ""
23215
+ },
23216
+ "complexType": {
23217
+ "signature": "(data?: any, role?: string) => Promise<boolean>",
23218
+ "parameters": [
23219
+ {
23220
+ "name": "data",
23221
+ "type": "any",
23222
+ "docs": "Any data to emit in the dismiss events."
23223
+ },
23224
+ {
23225
+ "name": "role",
23226
+ "type": "string | undefined",
23227
+ "docs": "The role of the element that is dismissing the picker.\nThis can be useful in a button handler for determining which button was\nclicked to dismiss the picker.\nSome examples include: ``\"cancel\"`, `\"destructive\"`, \"selected\"`, and `\"backdrop\"`."
23228
+ }
23229
+ ],
23230
+ "references": {
23231
+ "Promise": {
23232
+ "location": "global",
23233
+ "id": "global::Promise"
23234
+ }
23235
+ },
23236
+ "return": "Promise<boolean>"
23237
+ },
23238
+ "signature": "dismiss(data?: any, role?: string) => Promise<boolean>",
23239
+ "parameters": [
23240
+ {
23241
+ "name": "data",
23242
+ "type": "any",
23243
+ "docs": "Any data to emit in the dismiss events."
23244
+ },
23245
+ {
23246
+ "name": "role",
23247
+ "type": "string | undefined",
23248
+ "docs": "The role of the element that is dismissing the picker.\nThis can be useful in a button handler for determining which button was\nclicked to dismiss the picker.\nSome examples include: ``\"cancel\"`, `\"destructive\"`, \"selected\"`, and `\"backdrop\"`."
23249
+ }
23250
+ ],
23251
+ "docs": "Dismiss the picker overlay after it has been presented.",
23252
+ "docsTags": [
23253
+ {
23254
+ "name": "param",
23255
+ "text": "data Any data to emit in the dismiss events."
23256
+ },
23257
+ {
23258
+ "name": "param",
23259
+ "text": "role The role of the element that is dismissing the picker.\nThis can be useful in a button handler for determining which button was\nclicked to dismiss the picker.\nSome examples include: ``\"cancel\"`, `\"destructive\"`, \"selected\"`, and `\"backdrop\"`."
23260
+ }
23261
+ ]
23262
+ },
23263
+ {
23264
+ "name": "getColumn",
23265
+ "returns": {
23266
+ "type": "Promise<PickerColumn | undefined>",
23267
+ "docs": ""
23268
+ },
23269
+ "complexType": {
23270
+ "signature": "(name: string) => Promise<PickerColumn | undefined>",
23271
+ "parameters": [
23272
+ {
23273
+ "name": "name",
23274
+ "type": "string",
23275
+ "docs": "The name of the column."
23276
+ }
23277
+ ],
23278
+ "references": {
23279
+ "Promise": {
23280
+ "location": "global",
23281
+ "id": "global::Promise"
23282
+ },
23283
+ "PickerColumn": {
23284
+ "location": "import",
23285
+ "path": "./picker-interface",
23286
+ "id": "src/components/picker-legacy/picker-interface.ts::PickerColumn",
23287
+ "referenceLocation": "PickerColumn"
23288
+ }
23289
+ },
23290
+ "return": "Promise<PickerColumn | undefined>"
23291
+ },
23292
+ "signature": "getColumn(name: string) => Promise<PickerColumn | undefined>",
23293
+ "parameters": [
23294
+ {
23295
+ "name": "name",
23296
+ "type": "string",
23297
+ "docs": "The name of the column."
23298
+ }
23299
+ ],
23300
+ "docs": "Get the column that matches the specified name.",
23301
+ "docsTags": [
23302
+ {
23303
+ "name": "param",
23304
+ "text": "name The name of the column."
23305
+ }
23306
+ ]
23307
+ },
23308
+ {
23309
+ "name": "onDidDismiss",
23310
+ "returns": {
23311
+ "type": "Promise<OverlayEventDetail<T>>",
23312
+ "docs": ""
23313
+ },
23314
+ "complexType": {
23315
+ "signature": "<T = any>() => Promise<OverlayEventDetail<T>>",
23316
+ "parameters": [],
23317
+ "references": {
23318
+ "Promise": {
23319
+ "location": "global",
23320
+ "id": "global::Promise"
23321
+ },
23322
+ "OverlayEventDetail": {
23323
+ "location": "import",
23324
+ "path": "../../utils/overlays-interface",
23325
+ "id": "src/utils/overlays-interface.ts::OverlayEventDetail",
23326
+ "referenceLocation": "OverlayEventDetail"
23327
+ },
23328
+ "T": {
23329
+ "location": "global",
23330
+ "id": "global::T"
23331
+ }
23332
+ },
23333
+ "return": "Promise<OverlayEventDetail<T>>"
23334
+ },
23335
+ "signature": "onDidDismiss<T = any>() => Promise<OverlayEventDetail<T>>",
23336
+ "parameters": [],
23337
+ "docs": "Returns a promise that resolves when the picker did dismiss.",
23338
+ "docsTags": []
23339
+ },
23340
+ {
23341
+ "name": "onWillDismiss",
23342
+ "returns": {
23343
+ "type": "Promise<OverlayEventDetail<T>>",
23344
+ "docs": ""
23345
+ },
23346
+ "complexType": {
23347
+ "signature": "<T = any>() => Promise<OverlayEventDetail<T>>",
23348
+ "parameters": [],
23349
+ "references": {
23350
+ "Promise": {
23351
+ "location": "global",
23352
+ "id": "global::Promise"
23353
+ },
23354
+ "OverlayEventDetail": {
23355
+ "location": "import",
23356
+ "path": "../../utils/overlays-interface",
23357
+ "id": "src/utils/overlays-interface.ts::OverlayEventDetail",
23358
+ "referenceLocation": "OverlayEventDetail"
23359
+ },
23360
+ "T": {
23361
+ "location": "global",
23362
+ "id": "global::T"
23363
+ }
23364
+ },
23365
+ "return": "Promise<OverlayEventDetail<T>>"
23366
+ },
23367
+ "signature": "onWillDismiss<T = any>() => Promise<OverlayEventDetail<T>>",
23368
+ "parameters": [],
23369
+ "docs": "Returns a promise that resolves when the picker will dismiss.",
23370
+ "docsTags": []
23371
+ },
23372
+ {
23373
+ "name": "present",
23374
+ "returns": {
23375
+ "type": "Promise<void>",
23376
+ "docs": ""
23377
+ },
23378
+ "complexType": {
23379
+ "signature": "() => Promise<void>",
23380
+ "parameters": [],
23381
+ "references": {
23382
+ "Promise": {
23383
+ "location": "global",
23384
+ "id": "global::Promise"
23385
+ }
23386
+ },
23387
+ "return": "Promise<void>"
23388
+ },
23389
+ "signature": "present() => Promise<void>",
23390
+ "parameters": [],
23391
+ "docs": "Present the picker overlay after it has been created.",
23392
+ "docsTags": []
23393
+ }
23394
+ ],
23395
+ "events": [
23396
+ {
23397
+ "event": "didDismiss",
23398
+ "detail": "OverlayEventDetail<any>",
23399
+ "bubbles": true,
23400
+ "complexType": {
23401
+ "original": "OverlayEventDetail",
23402
+ "resolved": "OverlayEventDetail<any>",
23403
+ "references": {
23404
+ "OverlayEventDetail": {
23405
+ "location": "import",
23406
+ "path": "../../utils/overlays-interface",
23407
+ "id": "src/utils/overlays-interface.ts::OverlayEventDetail",
23408
+ "referenceLocation": "OverlayEventDetail"
23409
+ }
23410
+ }
23411
+ },
23412
+ "cancelable": true,
23413
+ "composed": true,
23414
+ "docs": "Emitted after the picker has dismissed.\nShorthand for ionPickerDidDismiss.",
23415
+ "docsTags": []
23416
+ },
23417
+ {
23418
+ "event": "didPresent",
23419
+ "detail": "void",
23420
+ "bubbles": true,
23421
+ "complexType": {
23422
+ "original": "void",
23423
+ "resolved": "void",
23424
+ "references": {}
23425
+ },
23426
+ "cancelable": true,
23427
+ "composed": true,
23428
+ "docs": "Emitted after the picker has presented.\nShorthand for ionPickerWillDismiss.",
23429
+ "docsTags": []
23430
+ },
23431
+ {
23432
+ "event": "ionPickerDidDismiss",
23433
+ "detail": "OverlayEventDetail<any>",
23434
+ "bubbles": true,
23435
+ "complexType": {
23436
+ "original": "OverlayEventDetail",
23437
+ "resolved": "OverlayEventDetail<any>",
23438
+ "references": {
23439
+ "OverlayEventDetail": {
23440
+ "location": "import",
23441
+ "path": "../../utils/overlays-interface",
23442
+ "id": "src/utils/overlays-interface.ts::OverlayEventDetail",
23443
+ "referenceLocation": "OverlayEventDetail"
23444
+ }
23445
+ }
23446
+ },
23447
+ "cancelable": true,
23448
+ "composed": true,
23449
+ "docs": "Emitted after the picker has dismissed.",
23450
+ "docsTags": []
23451
+ },
23452
+ {
23453
+ "event": "ionPickerDidPresent",
23454
+ "detail": "void",
23455
+ "bubbles": true,
23456
+ "complexType": {
23457
+ "original": "void",
23458
+ "resolved": "void",
23459
+ "references": {}
23460
+ },
23461
+ "cancelable": true,
23462
+ "composed": true,
23463
+ "docs": "Emitted after the picker has presented.",
23464
+ "docsTags": []
23465
+ },
23466
+ {
23467
+ "event": "ionPickerWillDismiss",
23468
+ "detail": "OverlayEventDetail<any>",
23469
+ "bubbles": true,
23470
+ "complexType": {
23471
+ "original": "OverlayEventDetail",
23472
+ "resolved": "OverlayEventDetail<any>",
23473
+ "references": {
23474
+ "OverlayEventDetail": {
23475
+ "location": "import",
23476
+ "path": "../../utils/overlays-interface",
23477
+ "id": "src/utils/overlays-interface.ts::OverlayEventDetail",
23478
+ "referenceLocation": "OverlayEventDetail"
23479
+ }
23480
+ }
23481
+ },
23482
+ "cancelable": true,
23483
+ "composed": true,
23484
+ "docs": "Emitted before the picker has dismissed.",
23485
+ "docsTags": []
23486
+ },
23487
+ {
23488
+ "event": "ionPickerWillPresent",
23489
+ "detail": "void",
23490
+ "bubbles": true,
23491
+ "complexType": {
23492
+ "original": "void",
23493
+ "resolved": "void",
23494
+ "references": {}
23495
+ },
23496
+ "cancelable": true,
23497
+ "composed": true,
23498
+ "docs": "Emitted before the picker has presented.",
23499
+ "docsTags": []
23500
+ },
23501
+ {
23502
+ "event": "willDismiss",
23503
+ "detail": "OverlayEventDetail<any>",
23504
+ "bubbles": true,
23505
+ "complexType": {
23506
+ "original": "OverlayEventDetail",
23507
+ "resolved": "OverlayEventDetail<any>",
23508
+ "references": {
23509
+ "OverlayEventDetail": {
23510
+ "location": "import",
23511
+ "path": "../../utils/overlays-interface",
23512
+ "id": "src/utils/overlays-interface.ts::OverlayEventDetail",
23513
+ "referenceLocation": "OverlayEventDetail"
23514
+ }
23515
+ }
23516
+ },
23517
+ "cancelable": true,
23518
+ "composed": true,
23519
+ "docs": "Emitted before the picker has dismissed.\nShorthand for ionPickerWillDismiss.",
23520
+ "docsTags": []
23521
+ },
23522
+ {
23523
+ "event": "willPresent",
23524
+ "detail": "void",
23525
+ "bubbles": true,
23526
+ "complexType": {
23527
+ "original": "void",
23528
+ "resolved": "void",
23529
+ "references": {}
23530
+ },
23531
+ "cancelable": true,
23532
+ "composed": true,
23533
+ "docs": "Emitted before the picker has presented.\nShorthand for ionPickerWillPresent.",
23534
+ "docsTags": []
23535
+ }
23536
+ ],
23537
+ "listeners": [],
23538
+ "styles": [
23539
+ {
23540
+ "name": "--backdrop-opacity",
23541
+ "annotation": "prop",
23542
+ "docs": "Opacity of the backdrop",
23543
+ "mode": "ios"
23544
+ },
23545
+ {
23546
+ "name": "--backdrop-opacity",
23547
+ "annotation": "prop",
23548
+ "docs": "Opacity of the backdrop",
23549
+ "mode": "md"
23550
+ },
23551
+ {
23552
+ "name": "--background",
23553
+ "annotation": "prop",
23554
+ "docs": "Background of the picker",
23555
+ "mode": "ios"
23556
+ },
23557
+ {
23558
+ "name": "--background",
23559
+ "annotation": "prop",
23560
+ "docs": "Background of the picker",
23561
+ "mode": "md"
23562
+ },
23563
+ {
23564
+ "name": "--background-rgb",
23565
+ "annotation": "prop",
23566
+ "docs": "Background of the picker in rgb format",
23567
+ "mode": "ios"
23568
+ },
23569
+ {
23570
+ "name": "--background-rgb",
23571
+ "annotation": "prop",
23572
+ "docs": "Background of the picker in rgb format",
23573
+ "mode": "md"
23574
+ },
23575
+ {
23576
+ "name": "--border-color",
23577
+ "annotation": "prop",
23578
+ "docs": "Border color of the picker",
23579
+ "mode": "ios"
23580
+ },
23581
+ {
23582
+ "name": "--border-color",
23583
+ "annotation": "prop",
23584
+ "docs": "Border color of the picker",
23585
+ "mode": "md"
23586
+ },
23587
+ {
23588
+ "name": "--border-radius",
23589
+ "annotation": "prop",
23590
+ "docs": "Border radius of the picker",
23591
+ "mode": "ios"
23592
+ },
23593
+ {
23594
+ "name": "--border-radius",
23595
+ "annotation": "prop",
23596
+ "docs": "Border radius of the picker",
23597
+ "mode": "md"
23598
+ },
23599
+ {
23600
+ "name": "--border-style",
23601
+ "annotation": "prop",
23602
+ "docs": "Border style of the picker",
23603
+ "mode": "ios"
23604
+ },
23605
+ {
23606
+ "name": "--border-style",
23607
+ "annotation": "prop",
23608
+ "docs": "Border style of the picker",
23609
+ "mode": "md"
23610
+ },
23611
+ {
23612
+ "name": "--border-width",
23613
+ "annotation": "prop",
23614
+ "docs": "Border width of the picker",
23615
+ "mode": "ios"
23616
+ },
23617
+ {
23618
+ "name": "--border-width",
23619
+ "annotation": "prop",
23620
+ "docs": "Border width of the picker",
23621
+ "mode": "md"
23622
+ },
23623
+ {
23624
+ "name": "--height",
23625
+ "annotation": "prop",
23626
+ "docs": "Height of the picker",
23627
+ "mode": "ios"
23628
+ },
23629
+ {
23630
+ "name": "--height",
23631
+ "annotation": "prop",
23632
+ "docs": "Height of the picker",
23633
+ "mode": "md"
23634
+ },
23635
+ {
23636
+ "name": "--max-height",
23637
+ "annotation": "prop",
23638
+ "docs": "Maximum height of the picker",
23639
+ "mode": "ios"
23640
+ },
23641
+ {
23642
+ "name": "--max-height",
23643
+ "annotation": "prop",
23644
+ "docs": "Maximum height of the picker",
23645
+ "mode": "md"
23646
+ },
23647
+ {
23648
+ "name": "--max-width",
23649
+ "annotation": "prop",
23650
+ "docs": "Maximum width of the picker",
23651
+ "mode": "ios"
23652
+ },
23653
+ {
23654
+ "name": "--max-width",
23655
+ "annotation": "prop",
23656
+ "docs": "Maximum width of the picker",
23657
+ "mode": "md"
23658
+ },
23659
+ {
23660
+ "name": "--min-height",
23661
+ "annotation": "prop",
23662
+ "docs": "Minimum height of the picker",
23663
+ "mode": "ios"
23664
+ },
23665
+ {
23666
+ "name": "--min-height",
23667
+ "annotation": "prop",
23668
+ "docs": "Minimum height of the picker",
23669
+ "mode": "md"
23670
+ },
23671
+ {
23672
+ "name": "--min-width",
23673
+ "annotation": "prop",
23674
+ "docs": "Minimum width of the picker",
23675
+ "mode": "ios"
23676
+ },
23677
+ {
23678
+ "name": "--min-width",
23679
+ "annotation": "prop",
23680
+ "docs": "Minimum width of the picker",
23681
+ "mode": "md"
23682
+ },
23683
+ {
23684
+ "name": "--width",
23685
+ "annotation": "prop",
23686
+ "docs": "Width of the picker",
23687
+ "mode": "ios"
23688
+ },
23689
+ {
23690
+ "name": "--width",
23691
+ "annotation": "prop",
23692
+ "docs": "Width of the picker",
23693
+ "mode": "md"
23694
+ }
23695
+ ],
23696
+ "slots": [],
23697
+ "parts": [],
23698
+ "states": [],
23699
+ "dependents": [],
23700
+ "dependencies": [
23701
+ "ion-backdrop",
23702
+ "ion-picker-legacy-column"
23703
+ ],
23704
+ "dependencyGraph": {
23705
+ "ion-picker-legacy": [
23706
+ "ion-backdrop",
23707
+ "ion-picker-legacy-column"
23708
+ ]
23709
+ }
23710
+ },
22782
23711
  {
22783
23712
  "filePath": "src/components/popover/popover.tsx",
22784
23713
  "encapsulation": "shadow",
@@ -24652,7 +25581,7 @@
24652
25581
  },
24653
25582
  "mutable": false,
24654
25583
  "attr": "value",
24655
- "reflectToAttr": true,
25584
+ "reflectToAttr": false,
24656
25585
  "docs": "the value of the radio.",
24657
25586
  "docsTags": [],
24658
25587
  "values": [
@@ -27885,32 +28814,6 @@
27885
28814
  "required": false,
27886
28815
  "getter": false,
27887
28816
  "setter": false
27888
- },
27889
- {
27890
- "name": "swipeGesture",
27891
- "type": "boolean | undefined",
27892
- "complexType": {
27893
- "original": "boolean",
27894
- "resolved": "boolean | undefined",
27895
- "references": {}
27896
- },
27897
- "mutable": true,
27898
- "attr": "swipe-gesture",
27899
- "reflectToAttr": false,
27900
- "docs": "If `true`, the router-outlet should allow navigation via swipe-to-go-back gesture.\nDefaults to `true` for `\"ios\"` mode and `false` for `\"md\"` mode.",
27901
- "docsTags": [],
27902
- "values": [
27903
- {
27904
- "type": "boolean"
27905
- },
27906
- {
27907
- "type": "undefined"
27908
- }
27909
- ],
27910
- "optional": true,
27911
- "required": false,
27912
- "getter": false,
27913
- "setter": false
27914
28817
  }
27915
28818
  ],
27916
28819
  "methods": [],
@@ -37391,6 +38294,16 @@
37391
38294
  "docstring": "",
37392
38295
  "path": "src/components/router/utils/interface.ts"
37393
38296
  },
38297
+ "src/components/picker-legacy/picker-interface.ts::PickerButton": {
38298
+ "declaration": "export interface PickerButton {\n text?: string;\n role?: string;\n cssClass?: string | string[];\n handler?: (value: any) => boolean | void;\n}",
38299
+ "docstring": "",
38300
+ "path": "src/components/picker-legacy/picker-interface.ts"
38301
+ },
38302
+ "src/components/picker-legacy/picker-interface.ts::PickerColumn": {
38303
+ "declaration": "export interface PickerColumn {\n name: string;\n align?: string;\n /**\n * Changing this value allows the initial value of a picker column to be set.\n */\n selectedIndex?: number;\n prevSelected?: number;\n prefix?: string;\n suffix?: string;\n options: PickerColumnOption[];\n cssClass?: string | string[];\n columnWidth?: string;\n prefixWidth?: string;\n suffixWidth?: string;\n optionsWidth?: string;\n}",
38304
+ "docstring": "",
38305
+ "path": "src/components/picker-legacy/picker-interface.ts"
38306
+ },
37394
38307
  "src/components/popover/popover-interface.ts::TriggerAction": {
37395
38308
  "declaration": "export type TriggerAction = 'click' | 'hover' | 'context-menu';",
37396
38309
  "docstring": "",
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@ionic/docs",
3
- "version": "8.8.6-dev.11777572994.1147595d",
3
+ "version": "8.8.6-nightly.20260501",
4
4
  "description": "Pre-packaged API documentation for the Ionic docs.",
5
5
  "main": "core.json",
6
6
  "types": "core.d.ts",