@ionic/docs 8.8.10-nightly.20260610 → 8.8.11-dev.11781186446.19d9a1cc

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 +247 -1170
  2. package/package.json +1 -1
package/core.json CHANGED
@@ -1,5 +1,5 @@
1
1
  {
2
- "timestamp": "2026-06-10T07:33:12",
2
+ "timestamp": "2026-06-11T14:02:48",
3
3
  "compiler": {
4
4
  "name": "@stencil/core",
5
5
  "version": "4.43.5",
@@ -3358,7 +3358,6 @@
3358
3358
  "ion-loading",
3359
3359
  "ion-menu",
3360
3360
  "ion-modal",
3361
- "ion-picker-legacy",
3362
3361
  "ion-popover"
3363
3362
  ],
3364
3363
  "dependencies": [],
@@ -3378,9 +3377,6 @@
3378
3377
  "ion-modal": [
3379
3378
  "ion-backdrop"
3380
3379
  ],
3381
- "ion-picker-legacy": [
3382
- "ion-backdrop"
3383
- ],
3384
3380
  "ion-popover": [
3385
3381
  "ion-backdrop"
3386
3382
  ]
@@ -12322,10 +12318,10 @@
12322
12318
  },
12323
12319
  {
12324
12320
  "name": "autocorrect",
12325
- "type": "\"off\" | \"on\"",
12321
+ "type": "boolean",
12326
12322
  "complexType": {
12327
- "original": "'on' | 'off'",
12328
- "resolved": "\"off\" | \"on\"",
12323
+ "original": "boolean",
12324
+ "resolved": "boolean",
12329
12325
  "references": {}
12330
12326
  },
12331
12327
  "mutable": false,
@@ -12335,18 +12331,13 @@
12335
12331
  "docsTags": [
12336
12332
  {
12337
12333
  "name": "default",
12338
- "text": "'off'"
12334
+ "text": "false"
12339
12335
  }
12340
12336
  ],
12341
- "default": "'off'",
12337
+ "default": "false",
12342
12338
  "values": [
12343
12339
  {
12344
- "value": "off",
12345
- "type": "string"
12346
- },
12347
- {
12348
- "value": "on",
12349
- "type": "string"
12340
+ "type": "boolean"
12350
12341
  }
12351
12342
  ],
12352
12343
  "optional": false,
@@ -22784,18 +22775,76 @@
22784
22775
  }
22785
22776
  },
22786
22777
  {
22787
- "filePath": "src/components/picker-legacy/picker.tsx",
22788
- "encapsulation": "scoped",
22789
- "tag": "ion-picker-legacy",
22778
+ "filePath": "src/components/popover/popover.tsx",
22779
+ "encapsulation": "shadow",
22780
+ "tag": "ion-popover",
22790
22781
  "docs": "",
22791
22782
  "docsTags": [
22792
22783
  {
22793
22784
  "name": "virtualProp",
22794
22785
  "text": "{\"ios\" | \"md\"} mode - The mode determines which platform styles to use."
22786
+ },
22787
+ {
22788
+ "name": "slot",
22789
+ "text": "- Content is placed inside of the `.popover-content` element."
22790
+ },
22791
+ {
22792
+ "name": "part",
22793
+ "text": "backdrop - The `ion-backdrop` element."
22794
+ },
22795
+ {
22796
+ "name": "part",
22797
+ "text": "arrow - The arrow that points to the reference element. Only applies on `ios` mode."
22798
+ },
22799
+ {
22800
+ "name": "part",
22801
+ "text": "content - The wrapper element for the default slot."
22795
22802
  }
22796
22803
  ],
22797
22804
  "usage": {},
22798
22805
  "props": [
22806
+ {
22807
+ "name": "alignment",
22808
+ "type": "\"center\" | \"end\" | \"start\" | undefined",
22809
+ "complexType": {
22810
+ "original": "PositionAlign",
22811
+ "resolved": "\"center\" | \"end\" | \"start\" | undefined",
22812
+ "references": {
22813
+ "PositionAlign": {
22814
+ "location": "import",
22815
+ "path": "./popover-interface",
22816
+ "id": "src/components/popover/popover-interface.ts::PositionAlign",
22817
+ "referenceLocation": "PositionAlign"
22818
+ }
22819
+ }
22820
+ },
22821
+ "mutable": true,
22822
+ "attr": "alignment",
22823
+ "reflectToAttr": false,
22824
+ "docs": "Describes how to align the popover content with the `reference` point.\nDefaults to `\"center\"` for `ios` mode, and `\"start\"` for `md` mode.",
22825
+ "docsTags": [],
22826
+ "values": [
22827
+ {
22828
+ "value": "center",
22829
+ "type": "string"
22830
+ },
22831
+ {
22832
+ "value": "end",
22833
+ "type": "string"
22834
+ },
22835
+ {
22836
+ "value": "start",
22837
+ "type": "string"
22838
+ },
22839
+ {
22840
+ "type": "undefined"
22841
+ }
22842
+ ],
22843
+ "optional": true,
22844
+ "required": false,
22845
+ "getter": false,
22846
+ "setter": false
22847
+ },
22799
22848
  {
22800
22849
  "name": "animated",
22801
22850
  "type": "boolean",
@@ -22807,7 +22856,7 @@
22807
22856
  "mutable": false,
22808
22857
  "attr": "animated",
22809
22858
  "reflectToAttr": false,
22810
- "docs": "If `true`, the picker will animate.",
22859
+ "docs": "If `true`, the popover will animate.",
22811
22860
  "docsTags": [
22812
22861
  {
22813
22862
  "name": "default",
@@ -22826,7 +22875,7 @@
22826
22875
  "setter": false
22827
22876
  },
22828
22877
  {
22829
- "name": "backdropDismiss",
22878
+ "name": "arrow",
22830
22879
  "type": "boolean",
22831
22880
  "complexType": {
22832
22881
  "original": "boolean",
@@ -22834,9 +22883,9 @@
22834
22883
  "references": {}
22835
22884
  },
22836
22885
  "mutable": false,
22837
- "attr": "backdrop-dismiss",
22886
+ "attr": "arrow",
22838
22887
  "reflectToAttr": false,
22839
- "docs": "If `true`, the picker will be dismissed when the backdrop is clicked.",
22888
+ "docs": "If `true`, the popover will display an arrow that points at the\n`reference` when running in `ios` mode. Does not apply in `md` mode.",
22840
22889
  "docsTags": [
22841
22890
  {
22842
22891
  "name": "default",
@@ -22855,33 +22904,27 @@
22855
22904
  "setter": false
22856
22905
  },
22857
22906
  {
22858
- "name": "buttons",
22859
- "type": "PickerButton[]",
22907
+ "name": "backdropDismiss",
22908
+ "type": "boolean",
22860
22909
  "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
- }
22910
+ "original": "boolean",
22911
+ "resolved": "boolean",
22912
+ "references": {}
22871
22913
  },
22872
22914
  "mutable": false,
22915
+ "attr": "backdrop-dismiss",
22873
22916
  "reflectToAttr": false,
22874
- "docs": "Array of buttons to be displayed at the top of the picker.",
22917
+ "docs": "If `true`, the popover will be dismissed when the backdrop is clicked.",
22875
22918
  "docsTags": [
22876
22919
  {
22877
22920
  "name": "default",
22878
- "text": "[]"
22921
+ "text": "true"
22879
22922
  }
22880
22923
  ],
22881
- "default": "[]",
22924
+ "default": "true",
22882
22925
  "values": [
22883
22926
  {
22884
- "type": "PickerButton[]"
22927
+ "type": "boolean"
22885
22928
  }
22886
22929
  ],
22887
22930
  "optional": false,
@@ -22890,59 +22933,69 @@
22890
22933
  "setter": false
22891
22934
  },
22892
22935
  {
22893
- "name": "columns",
22894
- "type": "PickerColumn[]",
22936
+ "name": "component",
22937
+ "type": "Function | HTMLElement | null | string | undefined",
22895
22938
  "complexType": {
22896
- "original": "PickerColumn[]",
22897
- "resolved": "PickerColumn[]",
22939
+ "original": "ComponentRef",
22940
+ "resolved": "Function | HTMLElement | null | string | undefined",
22898
22941
  "references": {
22899
- "PickerColumn": {
22942
+ "ComponentRef": {
22900
22943
  "location": "import",
22901
- "path": "./picker-interface",
22902
- "id": "src/components/picker-legacy/picker-interface.ts::PickerColumn",
22903
- "referenceLocation": "PickerColumn"
22944
+ "path": "../../interface",
22945
+ "id": "src/interface.d.ts::ComponentRef",
22946
+ "referenceLocation": "ComponentRef"
22904
22947
  }
22905
22948
  }
22906
22949
  },
22907
22950
  "mutable": false,
22951
+ "attr": "component",
22908
22952
  "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": "[]",
22953
+ "docs": "The component to display inside of the popover.\nYou only need to use this if you are not using\na JavaScript framework. Otherwise, you can just\nslot your component inside of `ion-popover`.",
22954
+ "docsTags": [],
22917
22955
  "values": [
22918
22956
  {
22919
- "type": "PickerColumn[]"
22957
+ "type": "Function"
22958
+ },
22959
+ {
22960
+ "type": "HTMLElement"
22961
+ },
22962
+ {
22963
+ "type": "null"
22964
+ },
22965
+ {
22966
+ "type": "string"
22967
+ },
22968
+ {
22969
+ "type": "undefined"
22920
22970
  }
22921
22971
  ],
22922
- "optional": false,
22972
+ "optional": true,
22923
22973
  "required": false,
22924
22974
  "getter": false,
22925
22975
  "setter": false
22926
22976
  },
22927
22977
  {
22928
- "name": "cssClass",
22929
- "type": "string | string[] | undefined",
22978
+ "name": "componentProps",
22979
+ "type": "T | undefined",
22930
22980
  "complexType": {
22931
- "original": "string | string[]",
22932
- "resolved": "string | string[] | undefined",
22933
- "references": {}
22981
+ "original": "ComponentProps",
22982
+ "resolved": "T | undefined",
22983
+ "references": {
22984
+ "ComponentProps": {
22985
+ "location": "import",
22986
+ "path": "../../interface",
22987
+ "id": "src/interface.d.ts::ComponentProps",
22988
+ "referenceLocation": "ComponentProps"
22989
+ }
22990
+ }
22934
22991
  },
22935
22992
  "mutable": false,
22936
- "attr": "css-class",
22937
22993
  "reflectToAttr": false,
22938
- "docs": "Additional classes to apply for custom CSS. If multiple classes are\nprovided they should be separated by spaces.",
22994
+ "docs": "The data to pass to the popover component.\nYou only need to use this if you are not using\na JavaScript framework. Otherwise, you can just\nset the props directly on your component.",
22939
22995
  "docsTags": [],
22940
22996
  "values": [
22941
22997
  {
22942
- "type": "string"
22943
- },
22944
- {
22945
- "type": "string[]"
22998
+ "type": "T"
22946
22999
  },
22947
23000
  {
22948
23001
  "type": "undefined"
@@ -22954,27 +23007,27 @@
22954
23007
  "setter": false
22955
23008
  },
22956
23009
  {
22957
- "name": "duration",
22958
- "type": "number",
23010
+ "name": "dismissOnSelect",
23011
+ "type": "boolean",
22959
23012
  "complexType": {
22960
- "original": "number",
22961
- "resolved": "number",
23013
+ "original": "boolean",
23014
+ "resolved": "boolean",
22962
23015
  "references": {}
22963
23016
  },
22964
23017
  "mutable": false,
22965
- "attr": "duration",
23018
+ "attr": "dismiss-on-select",
22966
23019
  "reflectToAttr": false,
22967
- "docs": "Number of milliseconds to wait before dismissing the picker.",
23020
+ "docs": "If `true`, the popover will be automatically\ndismissed when the content has been clicked.",
22968
23021
  "docsTags": [
22969
23022
  {
22970
23023
  "name": "default",
22971
- "text": "0"
23024
+ "text": "false"
22972
23025
  }
22973
23026
  ],
22974
- "default": "0",
23027
+ "default": "false",
22975
23028
  "values": [
22976
23029
  {
22977
- "type": "number"
23030
+ "type": "boolean"
22978
23031
  }
22979
23032
  ],
22980
23033
  "optional": false,
@@ -22999,7 +23052,7 @@
22999
23052
  },
23000
23053
  "mutable": false,
23001
23054
  "reflectToAttr": false,
23002
- "docs": "Animation to use when the picker is presented.",
23055
+ "docs": "Animation to use when the popover is presented.",
23003
23056
  "docsTags": [],
23004
23057
  "values": [
23005
23058
  {
@@ -23014,6 +23067,58 @@
23014
23067
  "getter": false,
23015
23068
  "setter": false
23016
23069
  },
23070
+ {
23071
+ "name": "event",
23072
+ "type": "any",
23073
+ "complexType": {
23074
+ "original": "any",
23075
+ "resolved": "any",
23076
+ "references": {}
23077
+ },
23078
+ "mutable": false,
23079
+ "attr": "event",
23080
+ "reflectToAttr": false,
23081
+ "docs": "The event to pass to the popover animation.",
23082
+ "docsTags": [],
23083
+ "values": [
23084
+ {
23085
+ "type": "any"
23086
+ }
23087
+ ],
23088
+ "optional": false,
23089
+ "required": false,
23090
+ "getter": false,
23091
+ "setter": false
23092
+ },
23093
+ {
23094
+ "name": "focusTrap",
23095
+ "type": "boolean",
23096
+ "complexType": {
23097
+ "original": "boolean",
23098
+ "resolved": "boolean",
23099
+ "references": {}
23100
+ },
23101
+ "mutable": false,
23102
+ "attr": "focus-trap",
23103
+ "reflectToAttr": false,
23104
+ "docs": "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.",
23105
+ "docsTags": [
23106
+ {
23107
+ "name": "default",
23108
+ "text": "true"
23109
+ }
23110
+ ],
23111
+ "default": "true",
23112
+ "values": [
23113
+ {
23114
+ "type": "boolean"
23115
+ }
23116
+ ],
23117
+ "optional": false,
23118
+ "required": false,
23119
+ "getter": false,
23120
+ "setter": false
23121
+ },
23017
23122
  {
23018
23123
  "name": "htmlAttributes",
23019
23124
  "type": "undefined | { [key: string]: any; }",
@@ -23024,7 +23129,7 @@
23024
23129
  },
23025
23130
  "mutable": false,
23026
23131
  "reflectToAttr": false,
23027
- "docs": "Additional attributes to pass to the picker.",
23132
+ "docs": "Additional attributes to pass to the popover.",
23028
23133
  "docsTags": [],
23029
23134
  "values": [
23030
23135
  {
@@ -23050,1075 +23155,36 @@
23050
23155
  "mutable": false,
23051
23156
  "attr": "is-open",
23052
23157
  "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
- },
23711
- {
23712
- "filePath": "src/components/popover/popover.tsx",
23713
- "encapsulation": "shadow",
23714
- "tag": "ion-popover",
23715
- "docs": "",
23716
- "docsTags": [
23717
- {
23718
- "name": "virtualProp",
23719
- "text": "{\"ios\" | \"md\"} mode - The mode determines which platform styles to use."
23720
- },
23721
- {
23722
- "name": "slot",
23723
- "text": "- Content is placed inside of the `.popover-content` element."
23724
- },
23725
- {
23726
- "name": "part",
23727
- "text": "backdrop - The `ion-backdrop` element."
23728
- },
23729
- {
23730
- "name": "part",
23731
- "text": "arrow - The arrow that points to the reference element. Only applies on `ios` mode."
23732
- },
23733
- {
23734
- "name": "part",
23735
- "text": "content - The wrapper element for the default slot."
23736
- }
23737
- ],
23738
- "usage": {},
23739
- "props": [
23740
- {
23741
- "name": "alignment",
23742
- "type": "\"center\" | \"end\" | \"start\" | undefined",
23743
- "complexType": {
23744
- "original": "PositionAlign",
23745
- "resolved": "\"center\" | \"end\" | \"start\" | undefined",
23746
- "references": {
23747
- "PositionAlign": {
23748
- "location": "import",
23749
- "path": "./popover-interface",
23750
- "id": "src/components/popover/popover-interface.ts::PositionAlign",
23751
- "referenceLocation": "PositionAlign"
23752
- }
23753
- }
23754
- },
23755
- "mutable": true,
23756
- "attr": "alignment",
23757
- "reflectToAttr": false,
23758
- "docs": "Describes how to align the popover content with the `reference` point.\nDefaults to `\"center\"` for `ios` mode, and `\"start\"` for `md` mode.",
23759
- "docsTags": [],
23760
- "values": [
23761
- {
23762
- "value": "center",
23763
- "type": "string"
23764
- },
23765
- {
23766
- "value": "end",
23767
- "type": "string"
23768
- },
23769
- {
23770
- "value": "start",
23771
- "type": "string"
23772
- },
23773
- {
23774
- "type": "undefined"
23775
- }
23776
- ],
23777
- "optional": true,
23778
- "required": false,
23779
- "getter": false,
23780
- "setter": false
23781
- },
23782
- {
23783
- "name": "animated",
23784
- "type": "boolean",
23785
- "complexType": {
23786
- "original": "boolean",
23787
- "resolved": "boolean",
23788
- "references": {}
23789
- },
23790
- "mutable": false,
23791
- "attr": "animated",
23792
- "reflectToAttr": false,
23793
- "docs": "If `true`, the popover will animate.",
23794
- "docsTags": [
23795
- {
23796
- "name": "default",
23797
- "text": "true"
23798
- }
23799
- ],
23800
- "default": "true",
23801
- "values": [
23802
- {
23803
- "type": "boolean"
23804
- }
23805
- ],
23806
- "optional": false,
23807
- "required": false,
23808
- "getter": false,
23809
- "setter": false
23810
- },
23811
- {
23812
- "name": "arrow",
23813
- "type": "boolean",
23814
- "complexType": {
23815
- "original": "boolean",
23816
- "resolved": "boolean",
23817
- "references": {}
23818
- },
23819
- "mutable": false,
23820
- "attr": "arrow",
23821
- "reflectToAttr": false,
23822
- "docs": "If `true`, the popover will display an arrow that points at the\n`reference` when running in `ios` mode. Does not apply in `md` mode.",
23823
- "docsTags": [
23824
- {
23825
- "name": "default",
23826
- "text": "true"
23827
- }
23828
- ],
23829
- "default": "true",
23830
- "values": [
23831
- {
23832
- "type": "boolean"
23833
- }
23834
- ],
23835
- "optional": false,
23836
- "required": false,
23837
- "getter": false,
23838
- "setter": false
23839
- },
23840
- {
23841
- "name": "backdropDismiss",
23842
- "type": "boolean",
23843
- "complexType": {
23844
- "original": "boolean",
23845
- "resolved": "boolean",
23846
- "references": {}
23847
- },
23848
- "mutable": false,
23849
- "attr": "backdrop-dismiss",
23850
- "reflectToAttr": false,
23851
- "docs": "If `true`, the popover will be dismissed when the backdrop is clicked.",
23852
- "docsTags": [
23853
- {
23854
- "name": "default",
23855
- "text": "true"
23856
- }
23857
- ],
23858
- "default": "true",
23859
- "values": [
23860
- {
23861
- "type": "boolean"
23862
- }
23863
- ],
23864
- "optional": false,
23865
- "required": false,
23866
- "getter": false,
23867
- "setter": false
23868
- },
23869
- {
23870
- "name": "component",
23871
- "type": "Function | HTMLElement | null | string | undefined",
23872
- "complexType": {
23873
- "original": "ComponentRef",
23874
- "resolved": "Function | HTMLElement | null | string | undefined",
23875
- "references": {
23876
- "ComponentRef": {
23877
- "location": "import",
23878
- "path": "../../interface",
23879
- "id": "src/interface.d.ts::ComponentRef",
23880
- "referenceLocation": "ComponentRef"
23881
- }
23882
- }
23883
- },
23884
- "mutable": false,
23885
- "attr": "component",
23886
- "reflectToAttr": false,
23887
- "docs": "The component to display inside of the popover.\nYou only need to use this if you are not using\na JavaScript framework. Otherwise, you can just\nslot your component inside of `ion-popover`.",
23888
- "docsTags": [],
23889
- "values": [
23890
- {
23891
- "type": "Function"
23892
- },
23893
- {
23894
- "type": "HTMLElement"
23895
- },
23896
- {
23897
- "type": "null"
23898
- },
23899
- {
23900
- "type": "string"
23901
- },
23902
- {
23903
- "type": "undefined"
23904
- }
23905
- ],
23906
- "optional": true,
23907
- "required": false,
23908
- "getter": false,
23909
- "setter": false
23910
- },
23911
- {
23912
- "name": "componentProps",
23913
- "type": "T | undefined",
23914
- "complexType": {
23915
- "original": "ComponentProps",
23916
- "resolved": "T | undefined",
23917
- "references": {
23918
- "ComponentProps": {
23919
- "location": "import",
23920
- "path": "../../interface",
23921
- "id": "src/interface.d.ts::ComponentProps",
23922
- "referenceLocation": "ComponentProps"
23923
- }
23924
- }
23925
- },
23926
- "mutable": false,
23927
- "reflectToAttr": false,
23928
- "docs": "The data to pass to the popover component.\nYou only need to use this if you are not using\na JavaScript framework. Otherwise, you can just\nset the props directly on your component.",
23929
- "docsTags": [],
23930
- "values": [
23931
- {
23932
- "type": "T"
23933
- },
23934
- {
23935
- "type": "undefined"
23936
- }
23937
- ],
23938
- "optional": true,
23939
- "required": false,
23940
- "getter": false,
23941
- "setter": false
23942
- },
23943
- {
23944
- "name": "dismissOnSelect",
23945
- "type": "boolean",
23946
- "complexType": {
23947
- "original": "boolean",
23948
- "resolved": "boolean",
23949
- "references": {}
23950
- },
23951
- "mutable": false,
23952
- "attr": "dismiss-on-select",
23953
- "reflectToAttr": false,
23954
- "docs": "If `true`, the popover will be automatically\ndismissed when the content has been clicked.",
23955
- "docsTags": [
23956
- {
23957
- "name": "default",
23958
- "text": "false"
23959
- }
23960
- ],
23961
- "default": "false",
23962
- "values": [
23963
- {
23964
- "type": "boolean"
23965
- }
23966
- ],
23967
- "optional": false,
23968
- "required": false,
23969
- "getter": false,
23970
- "setter": false
23971
- },
23972
- {
23973
- "name": "enterAnimation",
23974
- "type": "((baseEl: any, opts?: any) => Animation) | undefined",
23975
- "complexType": {
23976
- "original": "AnimationBuilder",
23977
- "resolved": "((baseEl: any, opts?: any) => Animation) | undefined",
23978
- "references": {
23979
- "AnimationBuilder": {
23980
- "location": "import",
23981
- "path": "../../interface",
23982
- "id": "src/interface.d.ts::AnimationBuilder",
23983
- "referenceLocation": "AnimationBuilder"
23984
- }
23985
- }
23986
- },
23987
- "mutable": false,
23988
- "reflectToAttr": false,
23989
- "docs": "Animation to use when the popover is presented.",
23990
- "docsTags": [],
23991
- "values": [
23992
- {
23993
- "type": "((baseEl: any, opts?: any) => Animation)"
23994
- },
23995
- {
23996
- "type": "undefined"
23997
- }
23998
- ],
23999
- "optional": true,
24000
- "required": false,
24001
- "getter": false,
24002
- "setter": false
24003
- },
24004
- {
24005
- "name": "event",
24006
- "type": "any",
24007
- "complexType": {
24008
- "original": "any",
24009
- "resolved": "any",
24010
- "references": {}
24011
- },
24012
- "mutable": false,
24013
- "attr": "event",
24014
- "reflectToAttr": false,
24015
- "docs": "The event to pass to the popover animation.",
24016
- "docsTags": [],
24017
- "values": [
24018
- {
24019
- "type": "any"
24020
- }
24021
- ],
24022
- "optional": false,
24023
- "required": false,
24024
- "getter": false,
24025
- "setter": false
24026
- },
24027
- {
24028
- "name": "focusTrap",
24029
- "type": "boolean",
24030
- "complexType": {
24031
- "original": "boolean",
24032
- "resolved": "boolean",
24033
- "references": {}
24034
- },
24035
- "mutable": false,
24036
- "attr": "focus-trap",
24037
- "reflectToAttr": false,
24038
- "docs": "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.",
24039
- "docsTags": [
24040
- {
24041
- "name": "default",
24042
- "text": "true"
24043
- }
24044
- ],
24045
- "default": "true",
24046
- "values": [
24047
- {
24048
- "type": "boolean"
24049
- }
24050
- ],
24051
- "optional": false,
24052
- "required": false,
24053
- "getter": false,
24054
- "setter": false
24055
- },
24056
- {
24057
- "name": "htmlAttributes",
24058
- "type": "undefined | { [key: string]: any; }",
24059
- "complexType": {
24060
- "original": "{ [key: string]: any }",
24061
- "resolved": "undefined | { [key: string]: any; }",
24062
- "references": {}
24063
- },
24064
- "mutable": false,
24065
- "reflectToAttr": false,
24066
- "docs": "Additional attributes to pass to the popover.",
24067
- "docsTags": [],
24068
- "values": [
24069
- {
24070
- "type": "undefined"
24071
- },
24072
- {
24073
- "type": "{ [key: string]: any; }"
24074
- }
24075
- ],
24076
- "optional": true,
24077
- "required": false,
24078
- "getter": false,
24079
- "setter": false
24080
- },
24081
- {
24082
- "name": "isOpen",
24083
- "type": "boolean",
24084
- "complexType": {
24085
- "original": "boolean",
24086
- "resolved": "boolean",
24087
- "references": {}
24088
- },
24089
- "mutable": false,
24090
- "attr": "is-open",
24091
- "reflectToAttr": false,
24092
- "docs": "If `true`, the popover will open. If `false`, the popover will close.\nUse this if you need finer grained control over presentation, otherwise\njust use the popoverController or the `trigger` property.\nNote: `isOpen` will not automatically be set back to `false` when\nthe popover dismisses. You will need to do that in your code.",
24093
- "docsTags": [
24094
- {
24095
- "name": "default",
24096
- "text": "false"
24097
- }
24098
- ],
24099
- "default": "false",
24100
- "values": [
24101
- {
24102
- "type": "boolean"
24103
- }
24104
- ],
24105
- "optional": false,
24106
- "required": false,
24107
- "getter": false,
24108
- "setter": false
24109
- },
24110
- {
24111
- "name": "keepContentsMounted",
24112
- "type": "boolean",
24113
- "complexType": {
24114
- "original": "boolean",
24115
- "resolved": "boolean",
24116
- "references": {}
24117
- },
24118
- "mutable": false,
24119
- "attr": "keep-contents-mounted",
24120
- "reflectToAttr": false,
24121
- "docs": "If `true`, the component passed into `ion-popover` will\nautomatically be mounted when the popover is created. The\ncomponent will remain mounted even when the popover is dismissed.\nHowever, the component will be destroyed when the popover is\ndestroyed. This property is not reactive and should only be\nused when initially creating a popover.\n\nNote: This feature only applies to inline popovers in JavaScript\nframeworks such as Angular, React, and Vue.",
23158
+ "docs": "If `true`, the popover will open. If `false`, the popover will close.\nUse this if you need finer grained control over presentation, otherwise\njust use the popoverController or the `trigger` property.\nNote: `isOpen` will not automatically be set back to `false` when\nthe popover dismisses. You will need to do that in your code.",
23159
+ "docsTags": [
23160
+ {
23161
+ "name": "default",
23162
+ "text": "false"
23163
+ }
23164
+ ],
23165
+ "default": "false",
23166
+ "values": [
23167
+ {
23168
+ "type": "boolean"
23169
+ }
23170
+ ],
23171
+ "optional": false,
23172
+ "required": false,
23173
+ "getter": false,
23174
+ "setter": false
23175
+ },
23176
+ {
23177
+ "name": "keepContentsMounted",
23178
+ "type": "boolean",
23179
+ "complexType": {
23180
+ "original": "boolean",
23181
+ "resolved": "boolean",
23182
+ "references": {}
23183
+ },
23184
+ "mutable": false,
23185
+ "attr": "keep-contents-mounted",
23186
+ "reflectToAttr": false,
23187
+ "docs": "If `true`, the component passed into `ion-popover` will\nautomatically be mounted when the popover is created. The\ncomponent will remain mounted even when the popover is dismissed.\nHowever, the component will be destroyed when the popover is\ndestroyed. This property is not reactive and should only be\nused when initially creating a popover.\n\nNote: This feature only applies to inline popovers in JavaScript\nframeworks such as Angular, React, and Vue.",
24122
23188
  "docsTags": [
24123
23189
  {
24124
23190
  "name": "default",
@@ -25581,7 +24647,7 @@
25581
24647
  },
25582
24648
  "mutable": false,
25583
24649
  "attr": "value",
25584
- "reflectToAttr": false,
24650
+ "reflectToAttr": true,
25585
24651
  "docs": "the value of the radio.",
25586
24652
  "docsTags": [],
25587
24653
  "values": [
@@ -28814,6 +27880,32 @@
28814
27880
  "required": false,
28815
27881
  "getter": false,
28816
27882
  "setter": false
27883
+ },
27884
+ {
27885
+ "name": "swipeGesture",
27886
+ "type": "boolean | undefined",
27887
+ "complexType": {
27888
+ "original": "boolean",
27889
+ "resolved": "boolean | undefined",
27890
+ "references": {}
27891
+ },
27892
+ "mutable": true,
27893
+ "attr": "swipe-gesture",
27894
+ "reflectToAttr": false,
27895
+ "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.",
27896
+ "docsTags": [],
27897
+ "values": [
27898
+ {
27899
+ "type": "boolean"
27900
+ },
27901
+ {
27902
+ "type": "undefined"
27903
+ }
27904
+ ],
27905
+ "optional": true,
27906
+ "required": false,
27907
+ "getter": false,
27908
+ "setter": false
28817
27909
  }
28818
27910
  ],
28819
27911
  "methods": [],
@@ -29168,10 +28260,10 @@
29168
28260
  },
29169
28261
  {
29170
28262
  "name": "autocorrect",
29171
- "type": "\"off\" | \"on\"",
28263
+ "type": "boolean",
29172
28264
  "complexType": {
29173
- "original": "'on' | 'off'",
29174
- "resolved": "\"off\" | \"on\"",
28265
+ "original": "boolean",
28266
+ "resolved": "boolean",
29175
28267
  "references": {}
29176
28268
  },
29177
28269
  "mutable": false,
@@ -29181,18 +28273,13 @@
29181
28273
  "docsTags": [
29182
28274
  {
29183
28275
  "name": "default",
29184
- "text": "'off'"
28276
+ "text": "false"
29185
28277
  }
29186
28278
  ],
29187
- "default": "'off'",
28279
+ "default": "false",
29188
28280
  "values": [
29189
28281
  {
29190
- "value": "off",
29191
- "type": "string"
29192
- },
29193
- {
29194
- "value": "on",
29195
- "type": "string"
28282
+ "type": "boolean"
29196
28283
  }
29197
28284
  ],
29198
28285
  "optional": false,
@@ -38294,16 +37381,6 @@
38294
37381
  "docstring": "",
38295
37382
  "path": "src/components/router/utils/interface.ts"
38296
37383
  },
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
- },
38307
37384
  "src/components/popover/popover-interface.ts::TriggerAction": {
38308
37385
  "declaration": "export type TriggerAction = 'click' | 'hover' | 'context-menu';",
38309
37386
  "docstring": "",