@ionic/docs 8.8.17-nightly.20260805 → 8.8.18-dev.11786108988.1fd94742

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 +590 -1272
  2. package/package.json +1 -1
package/core.json CHANGED
@@ -1,5 +1,5 @@
1
1
  {
2
- "timestamp": "2026-08-05T06:57:05",
2
+ "timestamp": "2026-08-07T13:25:09",
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
  ]
@@ -8620,13 +8616,7 @@
8620
8616
  "attr": "color",
8621
8617
  "reflectToAttr": false,
8622
8618
  "docs": "The color to use from your application's color palette.\nDefault options are: `\"primary\"`, `\"secondary\"`, `\"tertiary\"`, `\"success\"`, `\"warning\"`, `\"danger\"`, `\"light\"`, `\"medium\"`, and `\"dark\"`.\nFor more information on colors, see [theming](/docs/theming/basics).",
8623
- "docsTags": [
8624
- {
8625
- "name": "default",
8626
- "text": "'primary'"
8627
- }
8628
- ],
8629
- "default": "'primary'",
8619
+ "docsTags": [],
8630
8620
  "values": [
8631
8621
  {
8632
8622
  "value": "danger",
@@ -10024,13 +10014,7 @@
10024
10014
  "attr": "color",
10025
10015
  "reflectToAttr": true,
10026
10016
  "docs": "The color to use from your application's color palette.\nDefault options are: `\"primary\"`, `\"secondary\"`, `\"tertiary\"`, `\"success\"`, `\"warning\"`, `\"danger\"`, `\"light\"`, `\"medium\"`, and `\"dark\"`.\nFor more information on colors, see [theming](/docs/theming/basics).",
10027
- "docsTags": [
10028
- {
10029
- "name": "default",
10030
- "text": "'primary'"
10031
- }
10032
- ],
10033
- "default": "'primary'",
10017
+ "docsTags": [],
10034
10018
  "values": [
10035
10019
  {
10036
10020
  "value": "danger",
@@ -10562,6 +10546,40 @@
10562
10546
  "getter": false,
10563
10547
  "setter": false
10564
10548
  },
10549
+ {
10550
+ "name": "form",
10551
+ "type": "HTMLFormElement | string | undefined",
10552
+ "complexType": {
10553
+ "original": "string | HTMLFormElement",
10554
+ "resolved": "HTMLFormElement | string | undefined",
10555
+ "references": {
10556
+ "HTMLFormElement": {
10557
+ "location": "global",
10558
+ "id": "global::HTMLFormElement"
10559
+ }
10560
+ }
10561
+ },
10562
+ "mutable": false,
10563
+ "attr": "form",
10564
+ "reflectToAttr": false,
10565
+ "docs": "The HTML form element or form element id. Used to submit a form when the button is not a child of the form.",
10566
+ "docsTags": [],
10567
+ "values": [
10568
+ {
10569
+ "type": "HTMLFormElement"
10570
+ },
10571
+ {
10572
+ "type": "string"
10573
+ },
10574
+ {
10575
+ "type": "undefined"
10576
+ }
10577
+ ],
10578
+ "optional": true,
10579
+ "required": false,
10580
+ "getter": false,
10581
+ "setter": false
10582
+ },
10565
10583
  {
10566
10584
  "name": "href",
10567
10585
  "type": "string | undefined",
@@ -11617,6 +11635,9 @@
11617
11635
  "tag": "ion-img",
11618
11636
  "docs": "",
11619
11637
  "docsTags": [
11638
+ {
11639
+ "name": "deprecated"
11640
+ },
11620
11641
  {
11621
11642
  "name": "part",
11622
11643
  "text": "image - The inner `img` element."
@@ -11734,7 +11755,8 @@
11734
11755
  "states": [],
11735
11756
  "dependents": [],
11736
11757
  "dependencies": [],
11737
- "dependencyGraph": {}
11758
+ "dependencyGraph": {},
11759
+ "deprecation": ""
11738
11760
  },
11739
11761
  {
11740
11762
  "filePath": "src/components/infinite-scroll/infinite-scroll.tsx",
@@ -12322,10 +12344,10 @@
12322
12344
  },
12323
12345
  {
12324
12346
  "name": "autocorrect",
12325
- "type": "\"off\" | \"on\"",
12347
+ "type": "boolean",
12326
12348
  "complexType": {
12327
- "original": "'on' | 'off'",
12328
- "resolved": "\"off\" | \"on\"",
12349
+ "original": "boolean",
12350
+ "resolved": "boolean",
12329
12351
  "references": {}
12330
12352
  },
12331
12353
  "mutable": false,
@@ -12335,18 +12357,13 @@
12335
12357
  "docsTags": [
12336
12358
  {
12337
12359
  "name": "default",
12338
- "text": "'off'"
12360
+ "text": "false"
12339
12361
  }
12340
12362
  ],
12341
- "default": "'off'",
12363
+ "default": "false",
12342
12364
  "values": [
12343
12365
  {
12344
- "value": "off",
12345
- "type": "string"
12346
- },
12347
- {
12348
- "value": "on",
12349
- "type": "string"
12366
+ "type": "boolean"
12350
12367
  }
12351
12368
  ],
12352
12369
  "optional": false,
@@ -19814,14 +19831,14 @@
19814
19831
  "mutable": false,
19815
19832
  "attr": "handle-behavior",
19816
19833
  "reflectToAttr": false,
19817
- "docs": "The interaction behavior for the sheet modal when the handle is pressed.\n\nDefaults to `\"none\"`, which means the modal will not change size or position when the handle is pressed.\nSet to `\"cycle\"` to let the modal cycle between available breakpoints when pressed.\n\nHandle behavior is unavailable when the `handle` property is set to `false` or\nwhen the `breakpoints` property is not set (using a fullscreen or card modal).",
19834
+ "docs": "The interaction behavior for the sheet modal when the handle is pressed.\n\nHandle behavior is unavailable when the `handle` property is set to\n`false` or when the `breakpoints` property is not set (using a\nfullscreen or card modal).\n\nSet to `\"cycle\"` to make the handle focusable and let the sheet modal\ncycle between available breakpoints when pressed. This keeps the sheet\noperable with assistive technology.\n\nSet to `\"none\"` to make the handle purely decorative when pressed and\nremoved from the tab order.\n\nDefaults to `\"cycle\"`.",
19818
19835
  "docsTags": [
19819
19836
  {
19820
19837
  "name": "default",
19821
- "text": "'none'"
19838
+ "text": "'cycle'"
19822
19839
  }
19823
19840
  ],
19824
- "default": "'none'",
19841
+ "default": "'cycle'",
19825
19842
  "values": [
19826
19843
  {
19827
19844
  "value": "cycle",
@@ -22423,13 +22440,235 @@
22423
22440
  "attr": "color",
22424
22441
  "reflectToAttr": true,
22425
22442
  "docs": "The color to use from your application's color palette.\nDefault options are: `\"primary\"`, `\"secondary\"`, `\"tertiary\"`, `\"success\"`, `\"warning\"`, `\"danger\"`, `\"light\"`, `\"medium\"`, and `\"dark\"`.\nFor more information on colors, see [theming](/docs/theming/basics).",
22443
+ "docsTags": [],
22444
+ "values": [
22445
+ {
22446
+ "value": "danger",
22447
+ "type": "string"
22448
+ },
22449
+ {
22450
+ "value": "dark",
22451
+ "type": "string"
22452
+ },
22453
+ {
22454
+ "value": "light",
22455
+ "type": "string"
22456
+ },
22457
+ {
22458
+ "value": "medium",
22459
+ "type": "string"
22460
+ },
22461
+ {
22462
+ "value": "primary",
22463
+ "type": "string"
22464
+ },
22465
+ {
22466
+ "value": "secondary",
22467
+ "type": "string"
22468
+ },
22469
+ {
22470
+ "value": "success",
22471
+ "type": "string"
22472
+ },
22473
+ {
22474
+ "value": "tertiary",
22475
+ "type": "string"
22476
+ },
22477
+ {
22478
+ "value": "warning",
22479
+ "type": "string"
22480
+ },
22481
+ {
22482
+ "type": "string & Record<never, never>"
22483
+ },
22484
+ {
22485
+ "type": "undefined"
22486
+ }
22487
+ ],
22488
+ "optional": true,
22489
+ "required": false,
22490
+ "getter": false,
22491
+ "setter": false
22492
+ },
22493
+ {
22494
+ "name": "disabled",
22495
+ "type": "boolean",
22496
+ "complexType": {
22497
+ "original": "boolean",
22498
+ "resolved": "boolean",
22499
+ "references": {}
22500
+ },
22501
+ "mutable": false,
22502
+ "attr": "disabled",
22503
+ "reflectToAttr": false,
22504
+ "docs": "If `true`, the user cannot interact with the picker.",
22426
22505
  "docsTags": [
22427
22506
  {
22428
22507
  "name": "default",
22429
- "text": "'primary'"
22508
+ "text": "false"
22430
22509
  }
22431
22510
  ],
22432
- "default": "'primary'",
22511
+ "default": "false",
22512
+ "values": [
22513
+ {
22514
+ "type": "boolean"
22515
+ }
22516
+ ],
22517
+ "optional": false,
22518
+ "required": false,
22519
+ "getter": false,
22520
+ "setter": false
22521
+ },
22522
+ {
22523
+ "name": "mode",
22524
+ "type": "\"ios\" | \"md\"",
22525
+ "mutable": false,
22526
+ "attr": "mode",
22527
+ "reflectToAttr": false,
22528
+ "docs": "The mode determines which platform styles to use.",
22529
+ "docsTags": [],
22530
+ "values": [
22531
+ {
22532
+ "value": "ios",
22533
+ "type": "string"
22534
+ },
22535
+ {
22536
+ "value": "md",
22537
+ "type": "string"
22538
+ }
22539
+ ],
22540
+ "optional": true,
22541
+ "required": false
22542
+ },
22543
+ {
22544
+ "name": "value",
22545
+ "type": "number | string | undefined",
22546
+ "complexType": {
22547
+ "original": "string | number",
22548
+ "resolved": "number | string | undefined",
22549
+ "references": {}
22550
+ },
22551
+ "mutable": true,
22552
+ "attr": "value",
22553
+ "reflectToAttr": false,
22554
+ "docs": "The selected option in the picker.",
22555
+ "docsTags": [],
22556
+ "values": [
22557
+ {
22558
+ "type": "number"
22559
+ },
22560
+ {
22561
+ "type": "string"
22562
+ },
22563
+ {
22564
+ "type": "undefined"
22565
+ }
22566
+ ],
22567
+ "optional": true,
22568
+ "required": false,
22569
+ "getter": false,
22570
+ "setter": false
22571
+ }
22572
+ ],
22573
+ "methods": [
22574
+ {
22575
+ "name": "setFocus",
22576
+ "returns": {
22577
+ "type": "Promise<void>",
22578
+ "docs": ""
22579
+ },
22580
+ "complexType": {
22581
+ "signature": "() => Promise<void>",
22582
+ "parameters": [],
22583
+ "references": {
22584
+ "Promise": {
22585
+ "location": "global",
22586
+ "id": "global::Promise"
22587
+ }
22588
+ },
22589
+ "return": "Promise<void>"
22590
+ },
22591
+ "signature": "setFocus() => Promise<void>",
22592
+ "parameters": [],
22593
+ "docs": "Sets focus on the scrollable container within the picker column.\nUse this method instead of the global `pickerColumn.focus()`.",
22594
+ "docsTags": []
22595
+ }
22596
+ ],
22597
+ "events": [
22598
+ {
22599
+ "event": "ionChange",
22600
+ "detail": "PickerColumnChangeEventDetail",
22601
+ "bubbles": true,
22602
+ "complexType": {
22603
+ "original": "PickerColumnChangeEventDetail",
22604
+ "resolved": "PickerColumnChangeEventDetail",
22605
+ "references": {
22606
+ "PickerColumnChangeEventDetail": {
22607
+ "location": "import",
22608
+ "path": "./picker-column-interfaces",
22609
+ "id": "src/components/picker-column/picker-column-interfaces.ts::PickerColumnChangeEventDetail",
22610
+ "referenceLocation": "PickerColumnChangeEventDetail"
22611
+ }
22612
+ }
22613
+ },
22614
+ "cancelable": true,
22615
+ "composed": true,
22616
+ "docs": "Emitted when the value has changed.\n\nThis event will not emit when programmatically setting the `value` property.",
22617
+ "docsTags": []
22618
+ }
22619
+ ],
22620
+ "listeners": [],
22621
+ "styles": [],
22622
+ "slots": [
22623
+ {
22624
+ "name": "prefix",
22625
+ "docs": "Content to show on the left side of the picker options."
22626
+ },
22627
+ {
22628
+ "name": "suffix",
22629
+ "docs": "Content to show on the right side of the picker options."
22630
+ }
22631
+ ],
22632
+ "parts": [],
22633
+ "states": [],
22634
+ "dependents": [
22635
+ "ion-datetime"
22636
+ ],
22637
+ "dependencies": [],
22638
+ "dependencyGraph": {
22639
+ "ion-datetime": [
22640
+ "ion-picker-column"
22641
+ ]
22642
+ }
22643
+ },
22644
+ {
22645
+ "filePath": "src/components/picker-column-option/picker-column-option.tsx",
22646
+ "encapsulation": "shadow",
22647
+ "tag": "ion-picker-column-option",
22648
+ "docs": "",
22649
+ "docsTags": [],
22650
+ "usage": {},
22651
+ "props": [
22652
+ {
22653
+ "name": "color",
22654
+ "type": "\"danger\" | \"dark\" | \"light\" | \"medium\" | \"primary\" | \"secondary\" | \"success\" | \"tertiary\" | \"warning\" | string & Record<never, never> | undefined",
22655
+ "complexType": {
22656
+ "original": "Color",
22657
+ "resolved": "\"danger\" | \"dark\" | \"light\" | \"medium\" | \"primary\" | \"secondary\" | \"success\" | \"tertiary\" | \"warning\" | string & Record<never, never> | undefined",
22658
+ "references": {
22659
+ "Color": {
22660
+ "location": "import",
22661
+ "path": "../../interface",
22662
+ "id": "src/interface.d.ts::Color",
22663
+ "referenceLocation": "Color"
22664
+ }
22665
+ }
22666
+ },
22667
+ "mutable": false,
22668
+ "attr": "color",
22669
+ "reflectToAttr": true,
22670
+ "docs": "The color to use from your application's color palette.\nDefault options are: `\"primary\"`, `\"secondary\"`, `\"tertiary\"`, `\"success\"`, `\"warning\"`, `\"danger\"`, `\"light\"`, `\"medium\"`, and `\"dark\"`.\nFor more information on colors, see [theming](/docs/theming/basics).",
22671
+ "docsTags": [],
22433
22672
  "values": [
22434
22673
  {
22435
22674
  "value": "danger",
@@ -22490,1221 +22729,62 @@
22490
22729
  "mutable": false,
22491
22730
  "attr": "disabled",
22492
22731
  "reflectToAttr": false,
22493
- "docs": "If `true`, the user cannot interact with the picker.",
22494
- "docsTags": [
22495
- {
22496
- "name": "default",
22497
- "text": "false"
22498
- }
22499
- ],
22500
- "default": "false",
22501
- "values": [
22502
- {
22503
- "type": "boolean"
22504
- }
22505
- ],
22506
- "optional": false,
22507
- "required": false,
22508
- "getter": false,
22509
- "setter": false
22510
- },
22511
- {
22512
- "name": "mode",
22513
- "type": "\"ios\" | \"md\"",
22514
- "mutable": false,
22515
- "attr": "mode",
22516
- "reflectToAttr": false,
22517
- "docs": "The mode determines which platform styles to use.",
22518
- "docsTags": [],
22519
- "values": [
22520
- {
22521
- "value": "ios",
22522
- "type": "string"
22523
- },
22524
- {
22525
- "value": "md",
22526
- "type": "string"
22527
- }
22528
- ],
22529
- "optional": true,
22530
- "required": false
22531
- },
22532
- {
22533
- "name": "value",
22534
- "type": "number | string | undefined",
22535
- "complexType": {
22536
- "original": "string | number",
22537
- "resolved": "number | string | undefined",
22538
- "references": {}
22539
- },
22540
- "mutable": true,
22541
- "attr": "value",
22542
- "reflectToAttr": false,
22543
- "docs": "The selected option in the picker.",
22544
- "docsTags": [],
22545
- "values": [
22546
- {
22547
- "type": "number"
22548
- },
22549
- {
22550
- "type": "string"
22551
- },
22552
- {
22553
- "type": "undefined"
22554
- }
22555
- ],
22556
- "optional": true,
22557
- "required": false,
22558
- "getter": false,
22559
- "setter": false
22560
- }
22561
- ],
22562
- "methods": [
22563
- {
22564
- "name": "setFocus",
22565
- "returns": {
22566
- "type": "Promise<void>",
22567
- "docs": ""
22568
- },
22569
- "complexType": {
22570
- "signature": "() => Promise<void>",
22571
- "parameters": [],
22572
- "references": {
22573
- "Promise": {
22574
- "location": "global",
22575
- "id": "global::Promise"
22576
- }
22577
- },
22578
- "return": "Promise<void>"
22579
- },
22580
- "signature": "setFocus() => Promise<void>",
22581
- "parameters": [],
22582
- "docs": "Sets focus on the scrollable container within the picker column.\nUse this method instead of the global `pickerColumn.focus()`.",
22583
- "docsTags": []
22584
- }
22585
- ],
22586
- "events": [
22587
- {
22588
- "event": "ionChange",
22589
- "detail": "PickerColumnChangeEventDetail",
22590
- "bubbles": true,
22591
- "complexType": {
22592
- "original": "PickerColumnChangeEventDetail",
22593
- "resolved": "PickerColumnChangeEventDetail",
22594
- "references": {
22595
- "PickerColumnChangeEventDetail": {
22596
- "location": "import",
22597
- "path": "./picker-column-interfaces",
22598
- "id": "src/components/picker-column/picker-column-interfaces.ts::PickerColumnChangeEventDetail",
22599
- "referenceLocation": "PickerColumnChangeEventDetail"
22600
- }
22601
- }
22602
- },
22603
- "cancelable": true,
22604
- "composed": true,
22605
- "docs": "Emitted when the value has changed.\n\nThis event will not emit when programmatically setting the `value` property.",
22606
- "docsTags": []
22607
- }
22608
- ],
22609
- "listeners": [],
22610
- "styles": [],
22611
- "slots": [
22612
- {
22613
- "name": "prefix",
22614
- "docs": "Content to show on the left side of the picker options."
22615
- },
22616
- {
22617
- "name": "suffix",
22618
- "docs": "Content to show on the right side of the picker options."
22619
- }
22620
- ],
22621
- "parts": [],
22622
- "states": [],
22623
- "dependents": [
22624
- "ion-datetime"
22625
- ],
22626
- "dependencies": [],
22627
- "dependencyGraph": {
22628
- "ion-datetime": [
22629
- "ion-picker-column"
22630
- ]
22631
- }
22632
- },
22633
- {
22634
- "filePath": "src/components/picker-column-option/picker-column-option.tsx",
22635
- "encapsulation": "shadow",
22636
- "tag": "ion-picker-column-option",
22637
- "docs": "",
22638
- "docsTags": [],
22639
- "usage": {},
22640
- "props": [
22641
- {
22642
- "name": "color",
22643
- "type": "\"danger\" | \"dark\" | \"light\" | \"medium\" | \"primary\" | \"secondary\" | \"success\" | \"tertiary\" | \"warning\" | string & Record<never, never> | undefined",
22644
- "complexType": {
22645
- "original": "Color",
22646
- "resolved": "\"danger\" | \"dark\" | \"light\" | \"medium\" | \"primary\" | \"secondary\" | \"success\" | \"tertiary\" | \"warning\" | string & Record<never, never> | undefined",
22647
- "references": {
22648
- "Color": {
22649
- "location": "import",
22650
- "path": "../../interface",
22651
- "id": "src/interface.d.ts::Color",
22652
- "referenceLocation": "Color"
22653
- }
22654
- }
22655
- },
22656
- "mutable": false,
22657
- "attr": "color",
22658
- "reflectToAttr": true,
22659
- "docs": "The color to use from your application's color palette.\nDefault options are: `\"primary\"`, `\"secondary\"`, `\"tertiary\"`, `\"success\"`, `\"warning\"`, `\"danger\"`, `\"light\"`, `\"medium\"`, and `\"dark\"`.\nFor more information on colors, see [theming](/docs/theming/basics).",
22660
- "docsTags": [
22661
- {
22662
- "name": "default",
22663
- "text": "'primary'"
22664
- }
22665
- ],
22666
- "default": "'primary'",
22667
- "values": [
22668
- {
22669
- "value": "danger",
22670
- "type": "string"
22671
- },
22672
- {
22673
- "value": "dark",
22674
- "type": "string"
22675
- },
22676
- {
22677
- "value": "light",
22678
- "type": "string"
22679
- },
22680
- {
22681
- "value": "medium",
22682
- "type": "string"
22683
- },
22684
- {
22685
- "value": "primary",
22686
- "type": "string"
22687
- },
22688
- {
22689
- "value": "secondary",
22690
- "type": "string"
22691
- },
22692
- {
22693
- "value": "success",
22694
- "type": "string"
22695
- },
22696
- {
22697
- "value": "tertiary",
22698
- "type": "string"
22699
- },
22700
- {
22701
- "value": "warning",
22702
- "type": "string"
22703
- },
22704
- {
22705
- "type": "string & Record<never, never>"
22706
- },
22707
- {
22708
- "type": "undefined"
22709
- }
22710
- ],
22711
- "optional": true,
22712
- "required": false,
22713
- "getter": false,
22714
- "setter": false
22715
- },
22716
- {
22717
- "name": "disabled",
22718
- "type": "boolean",
22719
- "complexType": {
22720
- "original": "boolean",
22721
- "resolved": "boolean",
22722
- "references": {}
22723
- },
22724
- "mutable": false,
22725
- "attr": "disabled",
22726
- "reflectToAttr": false,
22727
- "docs": "If `true`, the user cannot interact with the picker column option.",
22728
- "docsTags": [
22729
- {
22730
- "name": "default",
22731
- "text": "false"
22732
- }
22733
- ],
22734
- "default": "false",
22735
- "values": [
22736
- {
22737
- "type": "boolean"
22738
- }
22739
- ],
22740
- "optional": false,
22741
- "required": false,
22742
- "getter": false,
22743
- "setter": false
22744
- },
22745
- {
22746
- "name": "value",
22747
- "type": "any",
22748
- "complexType": {
22749
- "original": "any | null",
22750
- "resolved": "any",
22751
- "references": {}
22752
- },
22753
- "mutable": false,
22754
- "attr": "value",
22755
- "reflectToAttr": false,
22756
- "docs": "The text value of the option.",
22757
- "docsTags": [],
22758
- "values": [
22759
- {
22760
- "type": "any"
22761
- }
22762
- ],
22763
- "optional": true,
22764
- "required": false,
22765
- "getter": false,
22766
- "setter": false
22767
- }
22768
- ],
22769
- "methods": [],
22770
- "events": [],
22771
- "listeners": [],
22772
- "styles": [],
22773
- "slots": [],
22774
- "parts": [],
22775
- "states": [],
22776
- "dependents": [
22777
- "ion-datetime"
22778
- ],
22779
- "dependencies": [],
22780
- "dependencyGraph": {
22781
- "ion-datetime": [
22782
- "ion-picker-column-option"
22783
- ]
22784
- }
22785
- },
22786
- {
22787
- "filePath": "src/components/picker-legacy/picker.tsx",
22788
- "encapsulation": "scoped",
22789
- "tag": "ion-picker-legacy",
22790
- "docs": "",
22791
- "docsTags": [
22792
- {
22793
- "name": "virtualProp",
22794
- "text": "{\"ios\" | \"md\"} mode - The mode determines which platform styles to use."
22795
- }
22796
- ],
22797
- "usage": {},
22798
- "props": [
22799
- {
22800
- "name": "animated",
22801
- "type": "boolean",
22802
- "complexType": {
22803
- "original": "boolean",
22804
- "resolved": "boolean",
22805
- "references": {}
22806
- },
22807
- "mutable": false,
22808
- "attr": "animated",
22809
- "reflectToAttr": false,
22810
- "docs": "If `true`, the picker will animate.",
22811
- "docsTags": [
22812
- {
22813
- "name": "default",
22814
- "text": "true"
22815
- }
22816
- ],
22817
- "default": "true",
22818
- "values": [
22819
- {
22820
- "type": "boolean"
22821
- }
22822
- ],
22823
- "optional": false,
22824
- "required": false,
22825
- "getter": false,
22826
- "setter": false
22827
- },
22828
- {
22829
- "name": "backdropDismiss",
22830
- "type": "boolean",
22831
- "complexType": {
22832
- "original": "boolean",
22833
- "resolved": "boolean",
22834
- "references": {}
22835
- },
22836
- "mutable": false,
22837
- "attr": "backdrop-dismiss",
22838
- "reflectToAttr": false,
22839
- "docs": "If `true`, the picker will be dismissed when the backdrop is clicked.",
22840
- "docsTags": [
22841
- {
22842
- "name": "default",
22843
- "text": "true"
22844
- }
22845
- ],
22846
- "default": "true",
22847
- "values": [
22848
- {
22849
- "type": "boolean"
22850
- }
22851
- ],
22852
- "optional": false,
22853
- "required": false,
22854
- "getter": false,
22855
- "setter": false
22856
- },
22857
- {
22858
- "name": "buttons",
22859
- "type": "PickerButton[]",
22860
- "complexType": {
22861
- "original": "PickerButton[]",
22862
- "resolved": "PickerButton[]",
22863
- "references": {
22864
- "PickerButton": {
22865
- "location": "import",
22866
- "path": "./picker-interface",
22867
- "id": "src/components/picker-legacy/picker-interface.ts::PickerButton",
22868
- "referenceLocation": "PickerButton"
22869
- }
22870
- }
22871
- },
22872
- "mutable": false,
22873
- "reflectToAttr": false,
22874
- "docs": "Array of buttons to be displayed at the top of the picker.",
22875
- "docsTags": [
22876
- {
22877
- "name": "default",
22878
- "text": "[]"
22879
- }
22880
- ],
22881
- "default": "[]",
22882
- "values": [
22883
- {
22884
- "type": "PickerButton[]"
22885
- }
22886
- ],
22887
- "optional": false,
22888
- "required": false,
22889
- "getter": false,
22890
- "setter": false
22891
- },
22892
- {
22893
- "name": "columns",
22894
- "type": "PickerColumn[]",
22895
- "complexType": {
22896
- "original": "PickerColumn[]",
22897
- "resolved": "PickerColumn[]",
22898
- "references": {
22899
- "PickerColumn": {
22900
- "location": "import",
22901
- "path": "./picker-interface",
22902
- "id": "src/components/picker-legacy/picker-interface.ts::PickerColumn",
22903
- "referenceLocation": "PickerColumn"
22904
- }
22905
- }
22906
- },
22907
- "mutable": false,
22908
- "reflectToAttr": false,
22909
- "docs": "Array of columns to be displayed in the picker.",
22910
- "docsTags": [
22911
- {
22912
- "name": "default",
22913
- "text": "[]"
22914
- }
22915
- ],
22916
- "default": "[]",
22917
- "values": [
22918
- {
22919
- "type": "PickerColumn[]"
22920
- }
22921
- ],
22922
- "optional": false,
22923
- "required": false,
22924
- "getter": false,
22925
- "setter": false
22926
- },
22927
- {
22928
- "name": "cssClass",
22929
- "type": "string | string[] | undefined",
22930
- "complexType": {
22931
- "original": "string | string[]",
22932
- "resolved": "string | string[] | undefined",
22933
- "references": {}
22934
- },
22935
- "mutable": false,
22936
- "attr": "css-class",
22937
- "reflectToAttr": false,
22938
- "docs": "Additional classes to apply for custom CSS. If multiple classes are\nprovided they should be separated by spaces.",
22939
- "docsTags": [],
22940
- "values": [
22941
- {
22942
- "type": "string"
22943
- },
22944
- {
22945
- "type": "string[]"
22946
- },
22947
- {
22948
- "type": "undefined"
22949
- }
22950
- ],
22951
- "optional": true,
22952
- "required": false,
22953
- "getter": false,
22954
- "setter": false
22955
- },
22956
- {
22957
- "name": "duration",
22958
- "type": "number",
22959
- "complexType": {
22960
- "original": "number",
22961
- "resolved": "number",
22962
- "references": {}
22963
- },
22964
- "mutable": false,
22965
- "attr": "duration",
22966
- "reflectToAttr": false,
22967
- "docs": "Number of milliseconds to wait before dismissing the picker.",
22968
- "docsTags": [
22969
- {
22970
- "name": "default",
22971
- "text": "0"
22972
- }
22973
- ],
22974
- "default": "0",
22975
- "values": [
22976
- {
22977
- "type": "number"
22978
- }
22979
- ],
22980
- "optional": false,
22981
- "required": false,
22982
- "getter": false,
22983
- "setter": false
22984
- },
22985
- {
22986
- "name": "enterAnimation",
22987
- "type": "((baseEl: any, opts?: any) => Animation) | undefined",
22988
- "complexType": {
22989
- "original": "AnimationBuilder",
22990
- "resolved": "((baseEl: any, opts?: any) => Animation) | undefined",
22991
- "references": {
22992
- "AnimationBuilder": {
22993
- "location": "import",
22994
- "path": "../../interface",
22995
- "id": "src/interface.d.ts::AnimationBuilder",
22996
- "referenceLocation": "AnimationBuilder"
22997
- }
22998
- }
22999
- },
23000
- "mutable": false,
23001
- "reflectToAttr": false,
23002
- "docs": "Animation to use when the picker is presented.",
23003
- "docsTags": [],
23004
- "values": [
23005
- {
23006
- "type": "((baseEl: any, opts?: any) => Animation)"
23007
- },
23008
- {
23009
- "type": "undefined"
23010
- }
23011
- ],
23012
- "optional": true,
23013
- "required": false,
23014
- "getter": false,
23015
- "setter": false
23016
- },
23017
- {
23018
- "name": "htmlAttributes",
23019
- "type": "undefined | { [key: string]: any; }",
23020
- "complexType": {
23021
- "original": "{ [key: string]: any }",
23022
- "resolved": "undefined | { [key: string]: any; }",
23023
- "references": {}
23024
- },
23025
- "mutable": false,
23026
- "reflectToAttr": false,
23027
- "docs": "Additional attributes to pass to the picker.",
23028
- "docsTags": [],
23029
- "values": [
23030
- {
23031
- "type": "undefined"
23032
- },
23033
- {
23034
- "type": "{ [key: string]: any; }"
23035
- }
23036
- ],
23037
- "optional": true,
23038
- "required": false,
23039
- "getter": false,
23040
- "setter": false
23041
- },
23042
- {
23043
- "name": "isOpen",
23044
- "type": "boolean",
23045
- "complexType": {
23046
- "original": "boolean",
23047
- "resolved": "boolean",
23048
- "references": {}
23049
- },
23050
- "mutable": false,
23051
- "attr": "is-open",
23052
- "reflectToAttr": false,
23053
- "docs": "If `true`, the picker will open. If `false`, the picker will close.\nUse this if you need finer grained control over presentation, otherwise\njust use the pickerController or the `trigger` property.\nNote: `isOpen` will not automatically be set back to `false` when\nthe picker dismisses. You will need to do that in your code.",
23054
- "docsTags": [
23055
- {
23056
- "name": "default",
23057
- "text": "false"
23058
- }
23059
- ],
23060
- "default": "false",
23061
- "values": [
23062
- {
23063
- "type": "boolean"
23064
- }
23065
- ],
23066
- "optional": false,
23067
- "required": false,
23068
- "getter": false,
23069
- "setter": false
23070
- },
23071
- {
23072
- "name": "keyboardClose",
23073
- "type": "boolean",
23074
- "complexType": {
23075
- "original": "boolean",
23076
- "resolved": "boolean",
23077
- "references": {}
23078
- },
23079
- "mutable": false,
23080
- "attr": "keyboard-close",
23081
- "reflectToAttr": false,
23082
- "docs": "If `true`, the keyboard will be automatically dismissed when the overlay is presented.",
23083
- "docsTags": [
23084
- {
23085
- "name": "default",
23086
- "text": "true"
23087
- }
23088
- ],
23089
- "default": "true",
23090
- "values": [
23091
- {
23092
- "type": "boolean"
23093
- }
23094
- ],
23095
- "optional": false,
23096
- "required": false,
23097
- "getter": false,
23098
- "setter": false
23099
- },
23100
- {
23101
- "name": "leaveAnimation",
23102
- "type": "((baseEl: any, opts?: any) => Animation) | undefined",
23103
- "complexType": {
23104
- "original": "AnimationBuilder",
23105
- "resolved": "((baseEl: any, opts?: any) => Animation) | undefined",
23106
- "references": {
23107
- "AnimationBuilder": {
23108
- "location": "import",
23109
- "path": "../../interface",
23110
- "id": "src/interface.d.ts::AnimationBuilder",
23111
- "referenceLocation": "AnimationBuilder"
23112
- }
23113
- }
23114
- },
23115
- "mutable": false,
23116
- "reflectToAttr": false,
23117
- "docs": "Animation to use when the picker is dismissed.",
23118
- "docsTags": [],
23119
- "values": [
23120
- {
23121
- "type": "((baseEl: any, opts?: any) => Animation)"
23122
- },
23123
- {
23124
- "type": "undefined"
23125
- }
23126
- ],
23127
- "optional": true,
23128
- "required": false,
23129
- "getter": false,
23130
- "setter": false
23131
- },
23132
- {
23133
- "name": "mode",
23134
- "type": "\"ios\" | \"md\"",
23135
- "mutable": false,
23136
- "attr": "mode",
23137
- "reflectToAttr": false,
23138
- "docs": "The mode determines which platform styles to use.",
23139
- "docsTags": [],
23140
- "values": [
23141
- {
23142
- "value": "ios",
23143
- "type": "string"
23144
- },
23145
- {
23146
- "value": "md",
23147
- "type": "string"
23148
- }
23149
- ],
23150
- "optional": true,
23151
- "required": false
23152
- },
23153
- {
23154
- "name": "showBackdrop",
23155
- "type": "boolean",
23156
- "complexType": {
23157
- "original": "boolean",
23158
- "resolved": "boolean",
23159
- "references": {}
23160
- },
23161
- "mutable": false,
23162
- "attr": "show-backdrop",
23163
- "reflectToAttr": false,
23164
- "docs": "If `true`, a backdrop will be displayed behind the picker.",
23165
- "docsTags": [
23166
- {
23167
- "name": "default",
23168
- "text": "true"
23169
- }
23170
- ],
23171
- "default": "true",
23172
- "values": [
23173
- {
23174
- "type": "boolean"
23175
- }
23176
- ],
23177
- "optional": false,
23178
- "required": false,
23179
- "getter": false,
23180
- "setter": false
23181
- },
23182
- {
23183
- "name": "trigger",
23184
- "type": "string | undefined",
23185
- "complexType": {
23186
- "original": "string | undefined",
23187
- "resolved": "string | undefined",
23188
- "references": {}
23189
- },
23190
- "mutable": false,
23191
- "attr": "trigger",
23192
- "reflectToAttr": false,
23193
- "docs": "An ID corresponding to the trigger element that\ncauses the picker to open when clicked.",
23194
- "docsTags": [],
23195
- "values": [
23196
- {
23197
- "type": "string"
23198
- },
23199
- {
23200
- "type": "undefined"
23201
- }
23202
- ],
23203
- "optional": false,
23204
- "required": false,
23205
- "getter": false,
23206
- "setter": false
23207
- }
23208
- ],
23209
- "methods": [
23210
- {
23211
- "name": "dismiss",
23212
- "returns": {
23213
- "type": "Promise<boolean>",
23214
- "docs": ""
23215
- },
23216
- "complexType": {
23217
- "signature": "(data?: any, role?: string) => Promise<boolean>",
23218
- "parameters": [
23219
- {
23220
- "name": "data",
23221
- "type": "any",
23222
- "docs": "Any data to emit in the dismiss events."
23223
- },
23224
- {
23225
- "name": "role",
23226
- "type": "string | undefined",
23227
- "docs": "The role of the element that is dismissing the picker.\nThis can be useful in a button handler for determining which button was\nclicked to dismiss the picker.\nSome examples include: ``\"cancel\"`, `\"destructive\"`, \"selected\"`, and `\"backdrop\"`."
23228
- }
23229
- ],
23230
- "references": {
23231
- "Promise": {
23232
- "location": "global",
23233
- "id": "global::Promise"
23234
- }
23235
- },
23236
- "return": "Promise<boolean>"
23237
- },
23238
- "signature": "dismiss(data?: any, role?: string) => Promise<boolean>",
23239
- "parameters": [
23240
- {
23241
- "name": "data",
23242
- "type": "any",
23243
- "docs": "Any data to emit in the dismiss events."
23244
- },
23245
- {
23246
- "name": "role",
23247
- "type": "string | undefined",
23248
- "docs": "The role of the element that is dismissing the picker.\nThis can be useful in a button handler for determining which button was\nclicked to dismiss the picker.\nSome examples include: ``\"cancel\"`, `\"destructive\"`, \"selected\"`, and `\"backdrop\"`."
23249
- }
23250
- ],
23251
- "docs": "Dismiss the picker overlay after it has been presented.",
23252
- "docsTags": [
23253
- {
23254
- "name": "param",
23255
- "text": "data Any data to emit in the dismiss events."
23256
- },
23257
- {
23258
- "name": "param",
23259
- "text": "role The role of the element that is dismissing the picker.\nThis can be useful in a button handler for determining which button was\nclicked to dismiss the picker.\nSome examples include: ``\"cancel\"`, `\"destructive\"`, \"selected\"`, and `\"backdrop\"`."
23260
- }
23261
- ]
23262
- },
23263
- {
23264
- "name": "getColumn",
23265
- "returns": {
23266
- "type": "Promise<PickerColumn | undefined>",
23267
- "docs": ""
23268
- },
23269
- "complexType": {
23270
- "signature": "(name: string) => Promise<PickerColumn | undefined>",
23271
- "parameters": [
23272
- {
23273
- "name": "name",
23274
- "type": "string",
23275
- "docs": "The name of the column."
23276
- }
23277
- ],
23278
- "references": {
23279
- "Promise": {
23280
- "location": "global",
23281
- "id": "global::Promise"
23282
- },
23283
- "PickerColumn": {
23284
- "location": "import",
23285
- "path": "./picker-interface",
23286
- "id": "src/components/picker-legacy/picker-interface.ts::PickerColumn",
23287
- "referenceLocation": "PickerColumn"
23288
- }
23289
- },
23290
- "return": "Promise<PickerColumn | undefined>"
23291
- },
23292
- "signature": "getColumn(name: string) => Promise<PickerColumn | undefined>",
23293
- "parameters": [
23294
- {
23295
- "name": "name",
23296
- "type": "string",
23297
- "docs": "The name of the column."
23298
- }
23299
- ],
23300
- "docs": "Get the column that matches the specified name.",
23301
- "docsTags": [
23302
- {
23303
- "name": "param",
23304
- "text": "name The name of the column."
23305
- }
23306
- ]
23307
- },
23308
- {
23309
- "name": "onDidDismiss",
23310
- "returns": {
23311
- "type": "Promise<OverlayEventDetail<T>>",
23312
- "docs": ""
23313
- },
23314
- "complexType": {
23315
- "signature": "<T = any>() => Promise<OverlayEventDetail<T>>",
23316
- "parameters": [],
23317
- "references": {
23318
- "Promise": {
23319
- "location": "global",
23320
- "id": "global::Promise"
23321
- },
23322
- "OverlayEventDetail": {
23323
- "location": "import",
23324
- "path": "../../utils/overlays-interface",
23325
- "id": "src/utils/overlays-interface.ts::OverlayEventDetail",
23326
- "referenceLocation": "OverlayEventDetail"
23327
- },
23328
- "T": {
23329
- "location": "global",
23330
- "id": "global::T"
23331
- }
23332
- },
23333
- "return": "Promise<OverlayEventDetail<T>>"
23334
- },
23335
- "signature": "onDidDismiss<T = any>() => Promise<OverlayEventDetail<T>>",
23336
- "parameters": [],
23337
- "docs": "Returns a promise that resolves when the picker did dismiss.",
23338
- "docsTags": []
23339
- },
23340
- {
23341
- "name": "onWillDismiss",
23342
- "returns": {
23343
- "type": "Promise<OverlayEventDetail<T>>",
23344
- "docs": ""
23345
- },
23346
- "complexType": {
23347
- "signature": "<T = any>() => Promise<OverlayEventDetail<T>>",
23348
- "parameters": [],
23349
- "references": {
23350
- "Promise": {
23351
- "location": "global",
23352
- "id": "global::Promise"
23353
- },
23354
- "OverlayEventDetail": {
23355
- "location": "import",
23356
- "path": "../../utils/overlays-interface",
23357
- "id": "src/utils/overlays-interface.ts::OverlayEventDetail",
23358
- "referenceLocation": "OverlayEventDetail"
23359
- },
23360
- "T": {
23361
- "location": "global",
23362
- "id": "global::T"
23363
- }
23364
- },
23365
- "return": "Promise<OverlayEventDetail<T>>"
23366
- },
23367
- "signature": "onWillDismiss<T = any>() => Promise<OverlayEventDetail<T>>",
23368
- "parameters": [],
23369
- "docs": "Returns a promise that resolves when the picker will dismiss.",
23370
- "docsTags": []
23371
- },
23372
- {
23373
- "name": "present",
23374
- "returns": {
23375
- "type": "Promise<void>",
23376
- "docs": ""
23377
- },
23378
- "complexType": {
23379
- "signature": "() => Promise<void>",
23380
- "parameters": [],
23381
- "references": {
23382
- "Promise": {
23383
- "location": "global",
23384
- "id": "global::Promise"
23385
- }
23386
- },
23387
- "return": "Promise<void>"
23388
- },
23389
- "signature": "present() => Promise<void>",
23390
- "parameters": [],
23391
- "docs": "Present the picker overlay after it has been created.",
23392
- "docsTags": []
23393
- }
23394
- ],
23395
- "events": [
23396
- {
23397
- "event": "didDismiss",
23398
- "detail": "OverlayEventDetail<any>",
23399
- "bubbles": true,
23400
- "complexType": {
23401
- "original": "OverlayEventDetail",
23402
- "resolved": "OverlayEventDetail<any>",
23403
- "references": {
23404
- "OverlayEventDetail": {
23405
- "location": "import",
23406
- "path": "../../utils/overlays-interface",
23407
- "id": "src/utils/overlays-interface.ts::OverlayEventDetail",
23408
- "referenceLocation": "OverlayEventDetail"
23409
- }
23410
- }
23411
- },
23412
- "cancelable": true,
23413
- "composed": true,
23414
- "docs": "Emitted after the picker has dismissed.\nShorthand for ionPickerDidDismiss.",
23415
- "docsTags": []
23416
- },
23417
- {
23418
- "event": "didPresent",
23419
- "detail": "void",
23420
- "bubbles": true,
23421
- "complexType": {
23422
- "original": "void",
23423
- "resolved": "void",
23424
- "references": {}
23425
- },
23426
- "cancelable": true,
23427
- "composed": true,
23428
- "docs": "Emitted after the picker has presented.\nShorthand for ionPickerWillDismiss.",
23429
- "docsTags": []
23430
- },
23431
- {
23432
- "event": "ionPickerDidDismiss",
23433
- "detail": "OverlayEventDetail<any>",
23434
- "bubbles": true,
23435
- "complexType": {
23436
- "original": "OverlayEventDetail",
23437
- "resolved": "OverlayEventDetail<any>",
23438
- "references": {
23439
- "OverlayEventDetail": {
23440
- "location": "import",
23441
- "path": "../../utils/overlays-interface",
23442
- "id": "src/utils/overlays-interface.ts::OverlayEventDetail",
23443
- "referenceLocation": "OverlayEventDetail"
23444
- }
22732
+ "docs": "If `true`, the user cannot interact with the picker column option.",
22733
+ "docsTags": [
22734
+ {
22735
+ "name": "default",
22736
+ "text": "false"
23445
22737
  }
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
- }
22738
+ ],
22739
+ "default": "false",
22740
+ "values": [
22741
+ {
22742
+ "type": "boolean"
23480
22743
  }
23481
- },
23482
- "cancelable": true,
23483
- "composed": true,
23484
- "docs": "Emitted before the picker has dismissed.",
23485
- "docsTags": []
22744
+ ],
22745
+ "optional": false,
22746
+ "required": false,
22747
+ "getter": false,
22748
+ "setter": false
23486
22749
  },
23487
22750
  {
23488
- "event": "ionPickerWillPresent",
23489
- "detail": "void",
23490
- "bubbles": true,
22751
+ "name": "value",
22752
+ "type": "any",
23491
22753
  "complexType": {
23492
- "original": "void",
23493
- "resolved": "void",
22754
+ "original": "any | null",
22755
+ "resolved": "any",
23494
22756
  "references": {}
23495
22757
  },
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
- }
22758
+ "mutable": false,
22759
+ "attr": "value",
22760
+ "reflectToAttr": false,
22761
+ "docs": "The text value of the option.",
22762
+ "docsTags": [],
22763
+ "values": [
22764
+ {
22765
+ "type": "any"
23515
22766
  }
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": []
22767
+ ],
22768
+ "optional": true,
22769
+ "required": false,
22770
+ "getter": false,
22771
+ "setter": false
23535
22772
  }
23536
22773
  ],
22774
+ "methods": [],
22775
+ "events": [],
23537
22776
  "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
- ],
22777
+ "styles": [],
23696
22778
  "slots": [],
23697
22779
  "parts": [],
23698
22780
  "states": [],
23699
- "dependents": [],
23700
- "dependencies": [
23701
- "ion-backdrop",
23702
- "ion-picker-legacy-column"
22781
+ "dependents": [
22782
+ "ion-datetime"
23703
22783
  ],
22784
+ "dependencies": [],
23704
22785
  "dependencyGraph": {
23705
- "ion-picker-legacy": [
23706
- "ion-backdrop",
23707
- "ion-picker-legacy-column"
22786
+ "ion-datetime": [
22787
+ "ion-picker-column-option"
23708
22788
  ]
23709
22789
  }
23710
22790
  },
@@ -25581,7 +24661,7 @@
25581
24661
  },
25582
24662
  "mutable": false,
25583
24663
  "attr": "value",
25584
- "reflectToAttr": false,
24664
+ "reflectToAttr": true,
25585
24665
  "docs": "the value of the radio.",
25586
24666
  "docsTags": [],
25587
24667
  "values": [
@@ -28036,7 +27116,7 @@
28036
27116
  "mutable": false,
28037
27117
  "attr": "component",
28038
27118
  "reflectToAttr": false,
28039
- "docs": "Name of the component to load/select in the navigation outlet (`ion-tabs`, `ion-nav`)\nwhen the route matches.\n\nThe value of this property is not always the tagname of the component to load,\nin `ion-tabs` it actually refers to the name of the `ion-tab` to select.",
27119
+ "docs": "Name of the component to load/select in the navigation outlet (`ion-tabs`, `ion-router-outlet`)\nwhen the route matches.\n\nThe value of this property is not always the tagname of the component to load,\nin `ion-tabs` it actually refers to the name of the `ion-tab` to select.",
28040
27120
  "docsTags": [],
28041
27121
  "values": [
28042
27122
  {
@@ -28814,6 +27894,32 @@
28814
27894
  "required": false,
28815
27895
  "getter": false,
28816
27896
  "setter": false
27897
+ },
27898
+ {
27899
+ "name": "swipeGesture",
27900
+ "type": "boolean | undefined",
27901
+ "complexType": {
27902
+ "original": "boolean",
27903
+ "resolved": "boolean | undefined",
27904
+ "references": {}
27905
+ },
27906
+ "mutable": true,
27907
+ "attr": "swipe-gesture",
27908
+ "reflectToAttr": false,
27909
+ "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.",
27910
+ "docsTags": [],
27911
+ "values": [
27912
+ {
27913
+ "type": "boolean"
27914
+ },
27915
+ {
27916
+ "type": "undefined"
27917
+ }
27918
+ ],
27919
+ "optional": true,
27920
+ "required": false,
27921
+ "getter": false,
27922
+ "setter": false
28817
27923
  }
28818
27924
  ],
28819
27925
  "methods": [],
@@ -29168,10 +28274,10 @@
29168
28274
  },
29169
28275
  {
29170
28276
  "name": "autocorrect",
29171
- "type": "\"off\" | \"on\"",
28277
+ "type": "boolean",
29172
28278
  "complexType": {
29173
- "original": "'on' | 'off'",
29174
- "resolved": "\"off\" | \"on\"",
28279
+ "original": "boolean",
28280
+ "resolved": "boolean",
29175
28281
  "references": {}
29176
28282
  },
29177
28283
  "mutable": false,
@@ -29181,18 +28287,13 @@
29181
28287
  "docsTags": [
29182
28288
  {
29183
28289
  "name": "default",
29184
- "text": "'off'"
28290
+ "text": "false"
29185
28291
  }
29186
28292
  ],
29187
- "default": "'off'",
28293
+ "default": "false",
29188
28294
  "values": [
29189
28295
  {
29190
- "value": "off",
29191
- "type": "string"
29192
- },
29193
- {
29194
- "value": "on",
29195
- "type": "string"
28296
+ "type": "boolean"
29196
28297
  }
29197
28298
  ],
29198
28299
  "optional": false,
@@ -32349,6 +31450,90 @@
32349
31450
  "annotation": "prop",
32350
31451
  "docs": "The color of the ripple effect on MD mode.",
32351
31452
  "mode": "md"
31453
+ },
31454
+ {
31455
+ "name": "--select-text-gap",
31456
+ "annotation": "prop",
31457
+ "docs": "The gap between elements in the select text.",
31458
+ "mode": "ios"
31459
+ },
31460
+ {
31461
+ "name": "--select-text-gap",
31462
+ "annotation": "prop",
31463
+ "docs": "The gap between elements in the select text.",
31464
+ "mode": "md"
31465
+ },
31466
+ {
31467
+ "name": "--select-text-media-border-color",
31468
+ "annotation": "prop",
31469
+ "docs": "The border color of media (icons/images) in the select text.",
31470
+ "mode": "ios"
31471
+ },
31472
+ {
31473
+ "name": "--select-text-media-border-color",
31474
+ "annotation": "prop",
31475
+ "docs": "The border color of media (icons/images) in the select text.",
31476
+ "mode": "md"
31477
+ },
31478
+ {
31479
+ "name": "--select-text-media-border-radius",
31480
+ "annotation": "prop",
31481
+ "docs": "The border radius of media (icons/images) in the select text.",
31482
+ "mode": "ios"
31483
+ },
31484
+ {
31485
+ "name": "--select-text-media-border-radius",
31486
+ "annotation": "prop",
31487
+ "docs": "The border radius of media (icons/images) in the select text.",
31488
+ "mode": "md"
31489
+ },
31490
+ {
31491
+ "name": "--select-text-media-border-style",
31492
+ "annotation": "prop",
31493
+ "docs": "The border style of media (icons/images) in the select text.",
31494
+ "mode": "ios"
31495
+ },
31496
+ {
31497
+ "name": "--select-text-media-border-style",
31498
+ "annotation": "prop",
31499
+ "docs": "The border style of media (icons/images) in the select text.",
31500
+ "mode": "md"
31501
+ },
31502
+ {
31503
+ "name": "--select-text-media-border-width",
31504
+ "annotation": "prop",
31505
+ "docs": "The border width of media (icons/images) in the select text.",
31506
+ "mode": "ios"
31507
+ },
31508
+ {
31509
+ "name": "--select-text-media-border-width",
31510
+ "annotation": "prop",
31511
+ "docs": "The border width of media (icons/images) in the select text.",
31512
+ "mode": "md"
31513
+ },
31514
+ {
31515
+ "name": "--select-text-media-height",
31516
+ "annotation": "prop",
31517
+ "docs": "The height of media (icons/images) in the select text.",
31518
+ "mode": "ios"
31519
+ },
31520
+ {
31521
+ "name": "--select-text-media-height",
31522
+ "annotation": "prop",
31523
+ "docs": "The height of media (icons/images) in the select text.",
31524
+ "mode": "md"
31525
+ },
31526
+ {
31527
+ "name": "--select-text-media-width",
31528
+ "annotation": "prop",
31529
+ "docs": "The width of media (icons/images) in the select text.",
31530
+ "mode": "ios"
31531
+ },
31532
+ {
31533
+ "name": "--select-text-media-width",
31534
+ "annotation": "prop",
31535
+ "docs": "The width of media (icons/images) in the select text.",
31536
+ "mode": "md"
32352
31537
  }
32353
31538
  ],
32354
31539
  "slots": [
@@ -32657,9 +31842,52 @@
32657
31842
  "encapsulation": "shadow",
32658
31843
  "tag": "ion-select-option",
32659
31844
  "docs": "",
32660
- "docsTags": [],
31845
+ "docsTags": [
31846
+ {
31847
+ "name": "virtualProp",
31848
+ "text": "{\"ios\" | \"md\"} mode - The mode determines the platform behaviors of the component."
31849
+ },
31850
+ {
31851
+ "name": "slot",
31852
+ "text": "- Content is placed between the named slots if provided without a slot."
31853
+ },
31854
+ {
31855
+ "name": "slot",
31856
+ "text": "start - Content is placed to the left of the select option text in LTR, and to the right in RTL."
31857
+ },
31858
+ {
31859
+ "name": "slot",
31860
+ "text": "end - Content is placed to the right of the select option text in LTR, and to the left in RTL."
31861
+ }
31862
+ ],
32661
31863
  "usage": {},
32662
31864
  "props": [
31865
+ {
31866
+ "name": "description",
31867
+ "type": "string | undefined",
31868
+ "complexType": {
31869
+ "original": "string",
31870
+ "resolved": "string | undefined",
31871
+ "references": {}
31872
+ },
31873
+ "mutable": false,
31874
+ "attr": "description",
31875
+ "reflectToAttr": false,
31876
+ "docs": "Text that is placed underneath the option text to provide additional details about the option.",
31877
+ "docsTags": [],
31878
+ "values": [
31879
+ {
31880
+ "type": "string"
31881
+ },
31882
+ {
31883
+ "type": "undefined"
31884
+ }
31885
+ ],
31886
+ "optional": true,
31887
+ "required": false,
31888
+ "getter": false,
31889
+ "setter": false
31890
+ },
32663
31891
  {
32664
31892
  "name": "disabled",
32665
31893
  "type": "boolean",
@@ -32671,7 +31899,7 @@
32671
31899
  "mutable": false,
32672
31900
  "attr": "disabled",
32673
31901
  "reflectToAttr": false,
32674
- "docs": "If `true`, the user cannot interact with the select option. This property does not apply when `interface=\"action-sheet\"` as `ion-action-sheet` does not allow for disabled buttons.",
31902
+ "docs": "If `true`, the user cannot interact with the select option.",
32675
31903
  "docsTags": [
32676
31904
  {
32677
31905
  "name": "default",
@@ -32689,6 +31917,93 @@
32689
31917
  "getter": false,
32690
31918
  "setter": false
32691
31919
  },
31920
+ {
31921
+ "name": "justify",
31922
+ "type": "\"end\" | \"space-between\" | \"start\" | undefined",
31923
+ "complexType": {
31924
+ "original": "'start' | 'end' | 'space-between'",
31925
+ "resolved": "\"end\" | \"space-between\" | \"start\" | undefined",
31926
+ "references": {}
31927
+ },
31928
+ "mutable": false,
31929
+ "attr": "justify",
31930
+ "reflectToAttr": false,
31931
+ "docs": "How to pack the label and the option's selection control within a line.\n`\"start\"`: The label and radio will appear on the left in LTR and\non the right in RTL.\n`\"end\"`: The label and radio will appear on the right in LTR and\non the left in RTL.\n`\"space-between\"`: The label and radio will appear on opposite\nends of the line with space between the two elements.\n\nApplies to the `alert`, `popover`, and `modal` interfaces, but has no\nvisible effect on radio options in `popover` or `modal` on `md` (the radio control is hidden there).\n\nWhen unset, the interface picks a default based on mode and control\ntype.",
31932
+ "docsTags": [],
31933
+ "values": [
31934
+ {
31935
+ "value": "end",
31936
+ "type": "string"
31937
+ },
31938
+ {
31939
+ "value": "space-between",
31940
+ "type": "string"
31941
+ },
31942
+ {
31943
+ "value": "start",
31944
+ "type": "string"
31945
+ },
31946
+ {
31947
+ "type": "undefined"
31948
+ }
31949
+ ],
31950
+ "optional": true,
31951
+ "required": false,
31952
+ "getter": false,
31953
+ "setter": false
31954
+ },
31955
+ {
31956
+ "name": "labelPlacement",
31957
+ "type": "\"end\" | \"start\" | undefined",
31958
+ "complexType": {
31959
+ "original": "'start' | 'end'",
31960
+ "resolved": "\"end\" | \"start\" | undefined",
31961
+ "references": {}
31962
+ },
31963
+ "mutable": false,
31964
+ "attr": "label-placement",
31965
+ "reflectToAttr": false,
31966
+ "docs": "Where the label is placed relative to the option's selection control\n(radio circle or checkbox box) when the option is rendered in an\n`alert`, `popover`, or `modal` interface.\n`\"start\"`: The label will appear to the left of the radio in LTR and to the right in RTL.\n`\"end\"`: The label will appear to the right of the radio in LTR and to the left in RTL.\n\nApplies to the `alert`, `popover`, and `modal` interfaces, but has no\nvisible effect on radio options in `popover` or `modal` on `md` (the radio control is hidden there).\n\nWhen unset, the interface picks a default based on mode and control\ntype.",
31967
+ "docsTags": [],
31968
+ "values": [
31969
+ {
31970
+ "value": "end",
31971
+ "type": "string"
31972
+ },
31973
+ {
31974
+ "value": "start",
31975
+ "type": "string"
31976
+ },
31977
+ {
31978
+ "type": "undefined"
31979
+ }
31980
+ ],
31981
+ "optional": true,
31982
+ "required": false,
31983
+ "getter": false,
31984
+ "setter": false
31985
+ },
31986
+ {
31987
+ "name": "mode",
31988
+ "type": "\"ios\" | \"md\"",
31989
+ "mutable": false,
31990
+ "attr": "mode",
31991
+ "reflectToAttr": false,
31992
+ "docs": "The mode determines the platform behaviors of the component.",
31993
+ "docsTags": [],
31994
+ "values": [
31995
+ {
31996
+ "value": "ios",
31997
+ "type": "string"
31998
+ },
31999
+ {
32000
+ "value": "md",
32001
+ "type": "string"
32002
+ }
32003
+ ],
32004
+ "optional": true,
32005
+ "required": false
32006
+ },
32692
32007
  {
32693
32008
  "name": "value",
32694
32009
  "type": "any",
@@ -32717,7 +32032,20 @@
32717
32032
  "events": [],
32718
32033
  "listeners": [],
32719
32034
  "styles": [],
32720
- "slots": [],
32035
+ "slots": [
32036
+ {
32037
+ "name": "",
32038
+ "docs": "Content is placed between the named slots if provided without a slot."
32039
+ },
32040
+ {
32041
+ "name": "end",
32042
+ "docs": "Content is placed to the right of the select option text in LTR, and to the left in RTL."
32043
+ },
32044
+ {
32045
+ "name": "start",
32046
+ "docs": "Content is placed to the left of the select option text in LTR, and to the right in RTL."
32047
+ }
32048
+ ],
32721
32049
  "parts": [],
32722
32050
  "states": [],
32723
32051
  "dependents": [],
@@ -38265,7 +37593,7 @@
38265
37593
  "path": "src/components/nav/nav-interface.ts"
38266
37594
  },
38267
37595
  "src/components/nav/nav-interface.ts::NavOptions": {
38268
- "declaration": "export interface NavOptions extends RouterOutletOptions {\n progressAnimation?: boolean;\n updateURL?: boolean;\n delegate?: FrameworkDelegate;\n viewIsReady?: (enteringEl: HTMLElement) => Promise<any>;\n}",
37596
+ "declaration": "export interface NavOptions extends RouterOutletOptions {\n progressAnimation?: boolean;\n delegate?: FrameworkDelegate;\n viewIsReady?: (enteringEl: HTMLElement) => Promise<any>;\n}",
38269
37597
  "docstring": "",
38270
37598
  "path": "src/components/nav/nav-interface.ts"
38271
37599
  },
@@ -38289,26 +37617,6 @@
38289
37617
  "docstring": "",
38290
37618
  "path": "src/components/nav/nav-interface.ts"
38291
37619
  },
38292
- "src/components/router/utils/interface.ts::RouteWrite": {
38293
- "declaration": "export interface RouteWrite {\n changed: boolean;\n element: HTMLElement | undefined;\n markVisible?: () => void | Promise<void>;\n}",
38294
- "docstring": "",
38295
- "path": "src/components/router/utils/interface.ts"
38296
- },
38297
- "src/components/router/utils/interface.ts::RouteID": {
38298
- "declaration": "export interface RouteID {\n id: string;\n element: HTMLElement | undefined;\n params?: { [key: string]: any };\n}",
38299
- "docstring": "",
38300
- "path": "src/components/router/utils/interface.ts"
38301
- },
38302
- "src/components/picker-legacy/picker-interface.ts::PickerButton": {
38303
- "declaration": "export interface PickerButton {\n text?: string;\n role?: string;\n cssClass?: string | string[];\n handler?: (value: any) => boolean | void;\n}",
38304
- "docstring": "",
38305
- "path": "src/components/picker-legacy/picker-interface.ts"
38306
- },
38307
- "src/components/picker-legacy/picker-interface.ts::PickerColumn": {
38308
- "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}",
38309
- "docstring": "",
38310
- "path": "src/components/picker-legacy/picker-interface.ts"
38311
- },
38312
37620
  "src/components/popover/popover-interface.ts::TriggerAction": {
38313
37621
  "declaration": "export type TriggerAction = 'click' | 'hover' | 'context-menu';",
38314
37622
  "docstring": "",
@@ -38404,6 +37712,16 @@
38404
37712
  "docstring": "",
38405
37713
  "path": "src/components/nav/nav-interface.ts"
38406
37714
  },
37715
+ "src/components/router/utils/interface.ts::RouteWrite": {
37716
+ "declaration": "export interface RouteWrite {\n changed: boolean;\n element: HTMLElement | undefined;\n markVisible?: () => void | Promise<void>;\n}",
37717
+ "docstring": "",
37718
+ "path": "src/components/router/utils/interface.ts"
37719
+ },
37720
+ "src/components/router/utils/interface.ts::RouteID": {
37721
+ "declaration": "export interface RouteID {\n id: string;\n element: HTMLElement | undefined;\n params?: { [key: string]: any };\n}",
37722
+ "docstring": "",
37723
+ "path": "src/components/router/utils/interface.ts"
37724
+ },
38407
37725
  "src/components/searchbar/searchbar-interface.ts::SearchbarInputEventDetail": {
38408
37726
  "declaration": "export interface SearchbarInputEventDetail {\n value?: string | null;\n event?: Event;\n}",
38409
37727
  "docstring": "",