@ionic/docs 8.8.11-dev.11781186446.19d9a1cc → 8.8.11-dev.11781283724.13318488

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 +1170 -247
  2. package/package.json +1 -1
package/core.json CHANGED
@@ -1,5 +1,5 @@
1
1
  {
2
- "timestamp": "2026-06-11T14:02:48",
2
+ "timestamp": "2026-06-12T17:04:03",
3
3
  "compiler": {
4
4
  "name": "@stencil/core",
5
5
  "version": "4.43.5",
@@ -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
  ]
@@ -12318,10 +12322,10 @@
12318
12322
  },
12319
12323
  {
12320
12324
  "name": "autocorrect",
12321
- "type": "boolean",
12325
+ "type": "\"off\" | \"on\"",
12322
12326
  "complexType": {
12323
- "original": "boolean",
12324
- "resolved": "boolean",
12327
+ "original": "'on' | 'off'",
12328
+ "resolved": "\"off\" | \"on\"",
12325
12329
  "references": {}
12326
12330
  },
12327
12331
  "mutable": false,
@@ -12331,13 +12335,18 @@
12331
12335
  "docsTags": [
12332
12336
  {
12333
12337
  "name": "default",
12334
- "text": "false"
12338
+ "text": "'off'"
12335
12339
  }
12336
12340
  ],
12337
- "default": "false",
12341
+ "default": "'off'",
12338
12342
  "values": [
12339
12343
  {
12340
- "type": "boolean"
12344
+ "value": "off",
12345
+ "type": "string"
12346
+ },
12347
+ {
12348
+ "value": "on",
12349
+ "type": "string"
12341
12350
  }
12342
12351
  ],
12343
12352
  "optional": false,
@@ -22775,76 +22784,18 @@
22775
22784
  }
22776
22785
  },
22777
22786
  {
22778
- "filePath": "src/components/popover/popover.tsx",
22779
- "encapsulation": "shadow",
22780
- "tag": "ion-popover",
22787
+ "filePath": "src/components/picker-legacy/picker.tsx",
22788
+ "encapsulation": "scoped",
22789
+ "tag": "ion-picker-legacy",
22781
22790
  "docs": "",
22782
22791
  "docsTags": [
22783
22792
  {
22784
22793
  "name": "virtualProp",
22785
22794
  "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."
22802
22795
  }
22803
22796
  ],
22804
22797
  "usage": {},
22805
22798
  "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
- },
22848
22799
  {
22849
22800
  "name": "animated",
22850
22801
  "type": "boolean",
@@ -22856,7 +22807,7 @@
22856
22807
  "mutable": false,
22857
22808
  "attr": "animated",
22858
22809
  "reflectToAttr": false,
22859
- "docs": "If `true`, the popover will animate.",
22810
+ "docs": "If `true`, the picker will animate.",
22860
22811
  "docsTags": [
22861
22812
  {
22862
22813
  "name": "default",
@@ -22875,7 +22826,7 @@
22875
22826
  "setter": false
22876
22827
  },
22877
22828
  {
22878
- "name": "arrow",
22829
+ "name": "backdropDismiss",
22879
22830
  "type": "boolean",
22880
22831
  "complexType": {
22881
22832
  "original": "boolean",
@@ -22883,9 +22834,9 @@
22883
22834
  "references": {}
22884
22835
  },
22885
22836
  "mutable": false,
22886
- "attr": "arrow",
22837
+ "attr": "backdrop-dismiss",
22887
22838
  "reflectToAttr": false,
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.",
22839
+ "docs": "If `true`, the picker will be dismissed when the backdrop is clicked.",
22889
22840
  "docsTags": [
22890
22841
  {
22891
22842
  "name": "default",
@@ -22904,27 +22855,33 @@
22904
22855
  "setter": false
22905
22856
  },
22906
22857
  {
22907
- "name": "backdropDismiss",
22908
- "type": "boolean",
22858
+ "name": "buttons",
22859
+ "type": "PickerButton[]",
22909
22860
  "complexType": {
22910
- "original": "boolean",
22911
- "resolved": "boolean",
22912
- "references": {}
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
+ }
22913
22871
  },
22914
22872
  "mutable": false,
22915
- "attr": "backdrop-dismiss",
22916
22873
  "reflectToAttr": false,
22917
- "docs": "If `true`, the popover will be dismissed when the backdrop is clicked.",
22874
+ "docs": "Array of buttons to be displayed at the top of the picker.",
22918
22875
  "docsTags": [
22919
22876
  {
22920
22877
  "name": "default",
22921
- "text": "true"
22878
+ "text": "[]"
22922
22879
  }
22923
22880
  ],
22924
- "default": "true",
22881
+ "default": "[]",
22925
22882
  "values": [
22926
22883
  {
22927
- "type": "boolean"
22884
+ "type": "PickerButton[]"
22928
22885
  }
22929
22886
  ],
22930
22887
  "optional": false,
@@ -22933,69 +22890,59 @@
22933
22890
  "setter": false
22934
22891
  },
22935
22892
  {
22936
- "name": "component",
22937
- "type": "Function | HTMLElement | null | string | undefined",
22893
+ "name": "columns",
22894
+ "type": "PickerColumn[]",
22938
22895
  "complexType": {
22939
- "original": "ComponentRef",
22940
- "resolved": "Function | HTMLElement | null | string | undefined",
22896
+ "original": "PickerColumn[]",
22897
+ "resolved": "PickerColumn[]",
22941
22898
  "references": {
22942
- "ComponentRef": {
22899
+ "PickerColumn": {
22943
22900
  "location": "import",
22944
- "path": "../../interface",
22945
- "id": "src/interface.d.ts::ComponentRef",
22946
- "referenceLocation": "ComponentRef"
22901
+ "path": "./picker-interface",
22902
+ "id": "src/components/picker-legacy/picker-interface.ts::PickerColumn",
22903
+ "referenceLocation": "PickerColumn"
22947
22904
  }
22948
22905
  }
22949
22906
  },
22950
22907
  "mutable": false,
22951
- "attr": "component",
22952
22908
  "reflectToAttr": false,
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": [],
22955
- "values": [
22956
- {
22957
- "type": "Function"
22958
- },
22959
- {
22960
- "type": "HTMLElement"
22961
- },
22962
- {
22963
- "type": "null"
22964
- },
22909
+ "docs": "Array of columns to be displayed in the picker.",
22910
+ "docsTags": [
22965
22911
  {
22966
- "type": "string"
22967
- },
22912
+ "name": "default",
22913
+ "text": "[]"
22914
+ }
22915
+ ],
22916
+ "default": "[]",
22917
+ "values": [
22968
22918
  {
22969
- "type": "undefined"
22919
+ "type": "PickerColumn[]"
22970
22920
  }
22971
22921
  ],
22972
- "optional": true,
22922
+ "optional": false,
22973
22923
  "required": false,
22974
22924
  "getter": false,
22975
22925
  "setter": false
22976
22926
  },
22977
22927
  {
22978
- "name": "componentProps",
22979
- "type": "T | undefined",
22928
+ "name": "cssClass",
22929
+ "type": "string | string[] | undefined",
22980
22930
  "complexType": {
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
- }
22931
+ "original": "string | string[]",
22932
+ "resolved": "string | string[] | undefined",
22933
+ "references": {}
22991
22934
  },
22992
22935
  "mutable": false,
22936
+ "attr": "css-class",
22993
22937
  "reflectToAttr": false,
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.",
22938
+ "docs": "Additional classes to apply for custom CSS. If multiple classes are\nprovided they should be separated by spaces.",
22995
22939
  "docsTags": [],
22996
22940
  "values": [
22997
22941
  {
22998
- "type": "T"
22942
+ "type": "string"
22943
+ },
22944
+ {
22945
+ "type": "string[]"
22999
22946
  },
23000
22947
  {
23001
22948
  "type": "undefined"
@@ -23007,27 +22954,27 @@
23007
22954
  "setter": false
23008
22955
  },
23009
22956
  {
23010
- "name": "dismissOnSelect",
23011
- "type": "boolean",
22957
+ "name": "duration",
22958
+ "type": "number",
23012
22959
  "complexType": {
23013
- "original": "boolean",
23014
- "resolved": "boolean",
22960
+ "original": "number",
22961
+ "resolved": "number",
23015
22962
  "references": {}
23016
22963
  },
23017
22964
  "mutable": false,
23018
- "attr": "dismiss-on-select",
22965
+ "attr": "duration",
23019
22966
  "reflectToAttr": false,
23020
- "docs": "If `true`, the popover will be automatically\ndismissed when the content has been clicked.",
22967
+ "docs": "Number of milliseconds to wait before dismissing the picker.",
23021
22968
  "docsTags": [
23022
22969
  {
23023
22970
  "name": "default",
23024
- "text": "false"
22971
+ "text": "0"
23025
22972
  }
23026
22973
  ],
23027
- "default": "false",
22974
+ "default": "0",
23028
22975
  "values": [
23029
22976
  {
23030
- "type": "boolean"
22977
+ "type": "number"
23031
22978
  }
23032
22979
  ],
23033
22980
  "optional": false,
@@ -23052,7 +22999,7 @@
23052
22999
  },
23053
23000
  "mutable": false,
23054
23001
  "reflectToAttr": false,
23055
- "docs": "Animation to use when the popover is presented.",
23002
+ "docs": "Animation to use when the picker is presented.",
23056
23003
  "docsTags": [],
23057
23004
  "values": [
23058
23005
  {
@@ -23067,58 +23014,6 @@
23067
23014
  "getter": false,
23068
23015
  "setter": false
23069
23016
  },
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
- },
23122
23017
  {
23123
23018
  "name": "htmlAttributes",
23124
23019
  "type": "undefined | { [key: string]: any; }",
@@ -23129,7 +23024,7 @@
23129
23024
  },
23130
23025
  "mutable": false,
23131
23026
  "reflectToAttr": false,
23132
- "docs": "Additional attributes to pass to the popover.",
23027
+ "docs": "Additional attributes to pass to the picker.",
23133
23028
  "docsTags": [],
23134
23029
  "values": [
23135
23030
  {
@@ -23155,36 +23050,1075 @@
23155
23050
  "mutable": false,
23156
23051
  "attr": "is-open",
23157
23052
  "reflectToAttr": false,
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.",
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.",
23188
24122
  "docsTags": [
23189
24123
  {
23190
24124
  "name": "default",
@@ -24647,7 +25581,7 @@
24647
25581
  },
24648
25582
  "mutable": false,
24649
25583
  "attr": "value",
24650
- "reflectToAttr": true,
25584
+ "reflectToAttr": false,
24651
25585
  "docs": "the value of the radio.",
24652
25586
  "docsTags": [],
24653
25587
  "values": [
@@ -27880,32 +28814,6 @@
27880
28814
  "required": false,
27881
28815
  "getter": false,
27882
28816
  "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
27909
28817
  }
27910
28818
  ],
27911
28819
  "methods": [],
@@ -28260,10 +29168,10 @@
28260
29168
  },
28261
29169
  {
28262
29170
  "name": "autocorrect",
28263
- "type": "boolean",
29171
+ "type": "\"off\" | \"on\"",
28264
29172
  "complexType": {
28265
- "original": "boolean",
28266
- "resolved": "boolean",
29173
+ "original": "'on' | 'off'",
29174
+ "resolved": "\"off\" | \"on\"",
28267
29175
  "references": {}
28268
29176
  },
28269
29177
  "mutable": false,
@@ -28273,13 +29181,18 @@
28273
29181
  "docsTags": [
28274
29182
  {
28275
29183
  "name": "default",
28276
- "text": "false"
29184
+ "text": "'off'"
28277
29185
  }
28278
29186
  ],
28279
- "default": "false",
29187
+ "default": "'off'",
28280
29188
  "values": [
28281
29189
  {
28282
- "type": "boolean"
29190
+ "value": "off",
29191
+ "type": "string"
29192
+ },
29193
+ {
29194
+ "value": "on",
29195
+ "type": "string"
28283
29196
  }
28284
29197
  ],
28285
29198
  "optional": false,
@@ -37381,6 +38294,16 @@
37381
38294
  "docstring": "",
37382
38295
  "path": "src/components/router/utils/interface.ts"
37383
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
+ },
37384
38307
  "src/components/popover/popover-interface.ts::TriggerAction": {
37385
38308
  "declaration": "export type TriggerAction = 'click' | 'hover' | 'context-menu';",
37386
38309
  "docstring": "",