@ionic/docs 8.8.13 → 8.8.14-dev.11783706459.1d5a7aae

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 +440 -1160
  2. package/package.json +1 -1
package/core.json CHANGED
@@ -1,5 +1,5 @@
1
1
  {
2
- "timestamp": "2026-07-01T18:56:09",
2
+ "timestamp": "2026-07-10T18:02:57",
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",
@@ -12322,10 +12306,10 @@
12322
12306
  },
12323
12307
  {
12324
12308
  "name": "autocorrect",
12325
- "type": "\"off\" | \"on\"",
12309
+ "type": "boolean",
12326
12310
  "complexType": {
12327
- "original": "'on' | 'off'",
12328
- "resolved": "\"off\" | \"on\"",
12311
+ "original": "boolean",
12312
+ "resolved": "boolean",
12329
12313
  "references": {}
12330
12314
  },
12331
12315
  "mutable": false,
@@ -12335,18 +12319,13 @@
12335
12319
  "docsTags": [
12336
12320
  {
12337
12321
  "name": "default",
12338
- "text": "'off'"
12322
+ "text": "false"
12339
12323
  }
12340
12324
  ],
12341
- "default": "'off'",
12325
+ "default": "false",
12342
12326
  "values": [
12343
12327
  {
12344
- "value": "off",
12345
- "type": "string"
12346
- },
12347
- {
12348
- "value": "on",
12349
- "type": "string"
12328
+ "type": "boolean"
12350
12329
  }
12351
12330
  ],
12352
12331
  "optional": false,
@@ -19814,14 +19793,14 @@
19814
19793
  "mutable": false,
19815
19794
  "attr": "handle-behavior",
19816
19795
  "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).",
19796
+ "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
19797
  "docsTags": [
19819
19798
  {
19820
19799
  "name": "default",
19821
- "text": "'none'"
19800
+ "text": "'cycle'"
19822
19801
  }
19823
19802
  ],
19824
- "default": "'none'",
19803
+ "default": "'cycle'",
19825
19804
  "values": [
19826
19805
  {
19827
19806
  "value": "cycle",
@@ -22423,247 +22402,7 @@
22423
22402
  "attr": "color",
22424
22403
  "reflectToAttr": true,
22425
22404
  "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).",
22426
- "docsTags": [
22427
- {
22428
- "name": "default",
22429
- "text": "'primary'"
22430
- }
22431
- ],
22432
- "default": "'primary'",
22433
- "values": [
22434
- {
22435
- "value": "danger",
22436
- "type": "string"
22437
- },
22438
- {
22439
- "value": "dark",
22440
- "type": "string"
22441
- },
22442
- {
22443
- "value": "light",
22444
- "type": "string"
22445
- },
22446
- {
22447
- "value": "medium",
22448
- "type": "string"
22449
- },
22450
- {
22451
- "value": "primary",
22452
- "type": "string"
22453
- },
22454
- {
22455
- "value": "secondary",
22456
- "type": "string"
22457
- },
22458
- {
22459
- "value": "success",
22460
- "type": "string"
22461
- },
22462
- {
22463
- "value": "tertiary",
22464
- "type": "string"
22465
- },
22466
- {
22467
- "value": "warning",
22468
- "type": "string"
22469
- },
22470
- {
22471
- "type": "string & Record<never, never>"
22472
- },
22473
- {
22474
- "type": "undefined"
22475
- }
22476
- ],
22477
- "optional": true,
22478
- "required": false,
22479
- "getter": false,
22480
- "setter": false
22481
- },
22482
- {
22483
- "name": "disabled",
22484
- "type": "boolean",
22485
- "complexType": {
22486
- "original": "boolean",
22487
- "resolved": "boolean",
22488
- "references": {}
22489
- },
22490
- "mutable": false,
22491
- "attr": "disabled",
22492
- "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
22405
  "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
22406
  "values": [
22668
22407
  {
22669
22408
  "value": "danger",
@@ -22724,333 +22463,7 @@
22724
22463
  "mutable": false,
22725
22464
  "attr": "disabled",
22726
22465
  "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.",
22466
+ "docs": "If `true`, the user cannot interact with the picker.",
23054
22467
  "docsTags": [
23055
22468
  {
23056
22469
  "name": "default",
@@ -23068,67 +22481,6 @@
23068
22481
  "getter": false,
23069
22482
  "setter": false
23070
22483
  },
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
22484
  {
23133
22485
  "name": "mode",
23134
22486
  "type": "\"ios\" | \"md\"",
@@ -23151,48 +22503,22 @@
23151
22503
  "required": false
23152
22504
  },
23153
22505
  {
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",
22506
+ "name": "value",
22507
+ "type": "number | string | undefined",
23185
22508
  "complexType": {
23186
- "original": "string | undefined",
23187
- "resolved": "string | undefined",
22509
+ "original": "string | number",
22510
+ "resolved": "number | string | undefined",
23188
22511
  "references": {}
23189
22512
  },
23190
- "mutable": false,
23191
- "attr": "trigger",
22513
+ "mutable": true,
22514
+ "attr": "value",
23192
22515
  "reflectToAttr": false,
23193
- "docs": "An ID corresponding to the trigger element that\ncauses the picker to open when clicked.",
22516
+ "docs": "The selected option in the picker.",
23194
22517
  "docsTags": [],
23195
22518
  "values": [
22519
+ {
22520
+ "type": "number"
22521
+ },
23196
22522
  {
23197
22523
  "type": "string"
23198
22524
  },
@@ -23200,7 +22526,7 @@
23200
22526
  "type": "undefined"
23201
22527
  }
23202
22528
  ],
23203
- "optional": false,
22529
+ "optional": true,
23204
22530
  "required": false,
23205
22531
  "getter": false,
23206
22532
  "setter": false
@@ -23208,169 +22534,7 @@
23208
22534
  ],
23209
22535
  "methods": [
23210
22536
  {
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",
22537
+ "name": "setFocus",
23374
22538
  "returns": {
23375
22539
  "type": "Promise<void>",
23376
22540
  "docs": ""
@@ -23386,325 +22550,203 @@
23386
22550
  },
23387
22551
  "return": "Promise<void>"
23388
22552
  },
23389
- "signature": "present() => Promise<void>",
22553
+ "signature": "setFocus() => Promise<void>",
23390
22554
  "parameters": [],
23391
- "docs": "Present the picker overlay after it has been created.",
22555
+ "docs": "Sets focus on the scrollable container within the picker column.\nUse this method instead of the global `pickerColumn.focus()`.",
23392
22556
  "docsTags": []
23393
22557
  }
23394
22558
  ],
23395
22559
  "events": [
23396
22560
  {
23397
- "event": "didDismiss",
23398
- "detail": "OverlayEventDetail<any>",
22561
+ "event": "ionChange",
22562
+ "detail": "PickerColumnChangeEventDetail",
23399
22563
  "bubbles": true,
23400
22564
  "complexType": {
23401
- "original": "OverlayEventDetail",
23402
- "resolved": "OverlayEventDetail<any>",
22565
+ "original": "PickerColumnChangeEventDetail",
22566
+ "resolved": "PickerColumnChangeEventDetail",
23403
22567
  "references": {
23404
- "OverlayEventDetail": {
22568
+ "PickerColumnChangeEventDetail": {
23405
22569
  "location": "import",
23406
- "path": "../../utils/overlays-interface",
23407
- "id": "src/utils/overlays-interface.ts::OverlayEventDetail",
23408
- "referenceLocation": "OverlayEventDetail"
22570
+ "path": "./picker-column-interfaces",
22571
+ "id": "src/components/picker-column/picker-column-interfaces.ts::PickerColumnChangeEventDetail",
22572
+ "referenceLocation": "PickerColumnChangeEventDetail"
23409
22573
  }
23410
22574
  }
23411
22575
  },
23412
22576
  "cancelable": true,
23413
22577
  "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.",
22578
+ "docs": "Emitted when the value has changed.\n\nThis event will not emit when programmatically setting the `value` property.",
23429
22579
  "docsTags": []
23430
- },
22580
+ }
22581
+ ],
22582
+ "listeners": [],
22583
+ "styles": [],
22584
+ "slots": [
23431
22585
  {
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": []
22586
+ "name": "prefix",
22587
+ "docs": "Content to show on the left side of the picker options."
23451
22588
  },
23452
22589
  {
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
- },
22590
+ "name": "suffix",
22591
+ "docs": "Content to show on the right side of the picker options."
22592
+ }
22593
+ ],
22594
+ "parts": [],
22595
+ "states": [],
22596
+ "dependents": [
22597
+ "ion-datetime"
22598
+ ],
22599
+ "dependencies": [],
22600
+ "dependencyGraph": {
22601
+ "ion-datetime": [
22602
+ "ion-picker-column"
22603
+ ]
22604
+ }
22605
+ },
22606
+ {
22607
+ "filePath": "src/components/picker-column-option/picker-column-option.tsx",
22608
+ "encapsulation": "shadow",
22609
+ "tag": "ion-picker-column-option",
22610
+ "docs": "",
22611
+ "docsTags": [],
22612
+ "usage": {},
22613
+ "props": [
23466
22614
  {
23467
- "event": "ionPickerWillDismiss",
23468
- "detail": "OverlayEventDetail<any>",
23469
- "bubbles": true,
22615
+ "name": "color",
22616
+ "type": "\"danger\" | \"dark\" | \"light\" | \"medium\" | \"primary\" | \"secondary\" | \"success\" | \"tertiary\" | \"warning\" | string & Record<never, never> | undefined",
23470
22617
  "complexType": {
23471
- "original": "OverlayEventDetail",
23472
- "resolved": "OverlayEventDetail<any>",
22618
+ "original": "Color",
22619
+ "resolved": "\"danger\" | \"dark\" | \"light\" | \"medium\" | \"primary\" | \"secondary\" | \"success\" | \"tertiary\" | \"warning\" | string & Record<never, never> | undefined",
23473
22620
  "references": {
23474
- "OverlayEventDetail": {
22621
+ "Color": {
23475
22622
  "location": "import",
23476
- "path": "../../utils/overlays-interface",
23477
- "id": "src/utils/overlays-interface.ts::OverlayEventDetail",
23478
- "referenceLocation": "OverlayEventDetail"
22623
+ "path": "../../interface",
22624
+ "id": "src/interface.d.ts::Color",
22625
+ "referenceLocation": "Color"
23479
22626
  }
23480
22627
  }
23481
22628
  },
23482
- "cancelable": true,
23483
- "composed": true,
23484
- "docs": "Emitted before the picker has dismissed.",
23485
- "docsTags": []
22629
+ "mutable": false,
22630
+ "attr": "color",
22631
+ "reflectToAttr": true,
22632
+ "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).",
22633
+ "docsTags": [],
22634
+ "values": [
22635
+ {
22636
+ "value": "danger",
22637
+ "type": "string"
22638
+ },
22639
+ {
22640
+ "value": "dark",
22641
+ "type": "string"
22642
+ },
22643
+ {
22644
+ "value": "light",
22645
+ "type": "string"
22646
+ },
22647
+ {
22648
+ "value": "medium",
22649
+ "type": "string"
22650
+ },
22651
+ {
22652
+ "value": "primary",
22653
+ "type": "string"
22654
+ },
22655
+ {
22656
+ "value": "secondary",
22657
+ "type": "string"
22658
+ },
22659
+ {
22660
+ "value": "success",
22661
+ "type": "string"
22662
+ },
22663
+ {
22664
+ "value": "tertiary",
22665
+ "type": "string"
22666
+ },
22667
+ {
22668
+ "value": "warning",
22669
+ "type": "string"
22670
+ },
22671
+ {
22672
+ "type": "string & Record<never, never>"
22673
+ },
22674
+ {
22675
+ "type": "undefined"
22676
+ }
22677
+ ],
22678
+ "optional": true,
22679
+ "required": false,
22680
+ "getter": false,
22681
+ "setter": false
23486
22682
  },
23487
22683
  {
23488
- "event": "ionPickerWillPresent",
23489
- "detail": "void",
23490
- "bubbles": true,
22684
+ "name": "disabled",
22685
+ "type": "boolean",
23491
22686
  "complexType": {
23492
- "original": "void",
23493
- "resolved": "void",
22687
+ "original": "boolean",
22688
+ "resolved": "boolean",
23494
22689
  "references": {}
23495
22690
  },
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
- }
22691
+ "mutable": false,
22692
+ "attr": "disabled",
22693
+ "reflectToAttr": false,
22694
+ "docs": "If `true`, the user cannot interact with the picker column option.",
22695
+ "docsTags": [
22696
+ {
22697
+ "name": "default",
22698
+ "text": "false"
23515
22699
  }
23516
- },
23517
- "cancelable": true,
23518
- "composed": true,
23519
- "docs": "Emitted before the picker has dismissed.\nShorthand for ionPickerWillDismiss.",
23520
- "docsTags": []
22700
+ ],
22701
+ "default": "false",
22702
+ "values": [
22703
+ {
22704
+ "type": "boolean"
22705
+ }
22706
+ ],
22707
+ "optional": false,
22708
+ "required": false,
22709
+ "getter": false,
22710
+ "setter": false
23521
22711
  },
23522
22712
  {
23523
- "event": "willPresent",
23524
- "detail": "void",
23525
- "bubbles": true,
22713
+ "name": "value",
22714
+ "type": "any",
23526
22715
  "complexType": {
23527
- "original": "void",
23528
- "resolved": "void",
22716
+ "original": "any | null",
22717
+ "resolved": "any",
23529
22718
  "references": {}
23530
22719
  },
23531
- "cancelable": true,
23532
- "composed": true,
23533
- "docs": "Emitted before the picker has presented.\nShorthand for ionPickerWillPresent.",
23534
- "docsTags": []
22720
+ "mutable": false,
22721
+ "attr": "value",
22722
+ "reflectToAttr": false,
22723
+ "docs": "The text value of the option.",
22724
+ "docsTags": [],
22725
+ "values": [
22726
+ {
22727
+ "type": "any"
22728
+ }
22729
+ ],
22730
+ "optional": true,
22731
+ "required": false,
22732
+ "getter": false,
22733
+ "setter": false
23535
22734
  }
23536
22735
  ],
22736
+ "methods": [],
22737
+ "events": [],
23537
22738
  "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
- ],
22739
+ "styles": [],
23696
22740
  "slots": [],
23697
22741
  "parts": [],
23698
22742
  "states": [],
23699
- "dependents": [],
23700
- "dependencies": [
23701
- "ion-backdrop",
23702
- "ion-picker-legacy-column"
22743
+ "dependents": [
22744
+ "ion-datetime"
23703
22745
  ],
22746
+ "dependencies": [],
23704
22747
  "dependencyGraph": {
23705
- "ion-picker-legacy": [
23706
- "ion-backdrop",
23707
- "ion-picker-legacy-column"
22748
+ "ion-datetime": [
22749
+ "ion-picker-column-option"
23708
22750
  ]
23709
22751
  }
23710
22752
  },
@@ -25581,7 +24623,7 @@
25581
24623
  },
25582
24624
  "mutable": false,
25583
24625
  "attr": "value",
25584
- "reflectToAttr": false,
24626
+ "reflectToAttr": true,
25585
24627
  "docs": "the value of the radio.",
25586
24628
  "docsTags": [],
25587
24629
  "values": [
@@ -28814,6 +27856,32 @@
28814
27856
  "required": false,
28815
27857
  "getter": false,
28816
27858
  "setter": false
27859
+ },
27860
+ {
27861
+ "name": "swipeGesture",
27862
+ "type": "boolean | undefined",
27863
+ "complexType": {
27864
+ "original": "boolean",
27865
+ "resolved": "boolean | undefined",
27866
+ "references": {}
27867
+ },
27868
+ "mutable": true,
27869
+ "attr": "swipe-gesture",
27870
+ "reflectToAttr": false,
27871
+ "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.",
27872
+ "docsTags": [],
27873
+ "values": [
27874
+ {
27875
+ "type": "boolean"
27876
+ },
27877
+ {
27878
+ "type": "undefined"
27879
+ }
27880
+ ],
27881
+ "optional": true,
27882
+ "required": false,
27883
+ "getter": false,
27884
+ "setter": false
28817
27885
  }
28818
27886
  ],
28819
27887
  "methods": [],
@@ -29168,10 +28236,10 @@
29168
28236
  },
29169
28237
  {
29170
28238
  "name": "autocorrect",
29171
- "type": "\"off\" | \"on\"",
28239
+ "type": "boolean",
29172
28240
  "complexType": {
29173
- "original": "'on' | 'off'",
29174
- "resolved": "\"off\" | \"on\"",
28241
+ "original": "boolean",
28242
+ "resolved": "boolean",
29175
28243
  "references": {}
29176
28244
  },
29177
28245
  "mutable": false,
@@ -29181,18 +28249,13 @@
29181
28249
  "docsTags": [
29182
28250
  {
29183
28251
  "name": "default",
29184
- "text": "'off'"
28252
+ "text": "false"
29185
28253
  }
29186
28254
  ],
29187
- "default": "'off'",
28255
+ "default": "false",
29188
28256
  "values": [
29189
28257
  {
29190
- "value": "off",
29191
- "type": "string"
29192
- },
29193
- {
29194
- "value": "on",
29195
- "type": "string"
28258
+ "type": "boolean"
29196
28259
  }
29197
28260
  ],
29198
28261
  "optional": false,
@@ -32349,6 +31412,90 @@
32349
31412
  "annotation": "prop",
32350
31413
  "docs": "The color of the ripple effect on MD mode.",
32351
31414
  "mode": "md"
31415
+ },
31416
+ {
31417
+ "name": "--select-text-gap",
31418
+ "annotation": "prop",
31419
+ "docs": "The gap between elements in the select text.",
31420
+ "mode": "ios"
31421
+ },
31422
+ {
31423
+ "name": "--select-text-gap",
31424
+ "annotation": "prop",
31425
+ "docs": "The gap between elements in the select text.",
31426
+ "mode": "md"
31427
+ },
31428
+ {
31429
+ "name": "--select-text-media-border-color",
31430
+ "annotation": "prop",
31431
+ "docs": "The border color of media (icons/images) in the select text.",
31432
+ "mode": "ios"
31433
+ },
31434
+ {
31435
+ "name": "--select-text-media-border-color",
31436
+ "annotation": "prop",
31437
+ "docs": "The border color of media (icons/images) in the select text.",
31438
+ "mode": "md"
31439
+ },
31440
+ {
31441
+ "name": "--select-text-media-border-radius",
31442
+ "annotation": "prop",
31443
+ "docs": "The border radius of media (icons/images) in the select text.",
31444
+ "mode": "ios"
31445
+ },
31446
+ {
31447
+ "name": "--select-text-media-border-radius",
31448
+ "annotation": "prop",
31449
+ "docs": "The border radius of media (icons/images) in the select text.",
31450
+ "mode": "md"
31451
+ },
31452
+ {
31453
+ "name": "--select-text-media-border-style",
31454
+ "annotation": "prop",
31455
+ "docs": "The border style of media (icons/images) in the select text.",
31456
+ "mode": "ios"
31457
+ },
31458
+ {
31459
+ "name": "--select-text-media-border-style",
31460
+ "annotation": "prop",
31461
+ "docs": "The border style of media (icons/images) in the select text.",
31462
+ "mode": "md"
31463
+ },
31464
+ {
31465
+ "name": "--select-text-media-border-width",
31466
+ "annotation": "prop",
31467
+ "docs": "The border width of media (icons/images) in the select text.",
31468
+ "mode": "ios"
31469
+ },
31470
+ {
31471
+ "name": "--select-text-media-border-width",
31472
+ "annotation": "prop",
31473
+ "docs": "The border width of media (icons/images) in the select text.",
31474
+ "mode": "md"
31475
+ },
31476
+ {
31477
+ "name": "--select-text-media-height",
31478
+ "annotation": "prop",
31479
+ "docs": "The height of media (icons/images) in the select text.",
31480
+ "mode": "ios"
31481
+ },
31482
+ {
31483
+ "name": "--select-text-media-height",
31484
+ "annotation": "prop",
31485
+ "docs": "The height of media (icons/images) in the select text.",
31486
+ "mode": "md"
31487
+ },
31488
+ {
31489
+ "name": "--select-text-media-width",
31490
+ "annotation": "prop",
31491
+ "docs": "The width of media (icons/images) in the select text.",
31492
+ "mode": "ios"
31493
+ },
31494
+ {
31495
+ "name": "--select-text-media-width",
31496
+ "annotation": "prop",
31497
+ "docs": "The width of media (icons/images) in the select text.",
31498
+ "mode": "md"
32352
31499
  }
32353
31500
  ],
32354
31501
  "slots": [
@@ -32657,9 +31804,52 @@
32657
31804
  "encapsulation": "shadow",
32658
31805
  "tag": "ion-select-option",
32659
31806
  "docs": "",
32660
- "docsTags": [],
31807
+ "docsTags": [
31808
+ {
31809
+ "name": "virtualProp",
31810
+ "text": "{\"ios\" | \"md\"} mode - The mode determines the platform behaviors of the component."
31811
+ },
31812
+ {
31813
+ "name": "slot",
31814
+ "text": "- Content is placed between the named slots if provided without a slot."
31815
+ },
31816
+ {
31817
+ "name": "slot",
31818
+ "text": "start - Content is placed to the left of the select option text in LTR, and to the right in RTL."
31819
+ },
31820
+ {
31821
+ "name": "slot",
31822
+ "text": "end - Content is placed to the right of the select option text in LTR, and to the left in RTL."
31823
+ }
31824
+ ],
32661
31825
  "usage": {},
32662
31826
  "props": [
31827
+ {
31828
+ "name": "description",
31829
+ "type": "string | undefined",
31830
+ "complexType": {
31831
+ "original": "string",
31832
+ "resolved": "string | undefined",
31833
+ "references": {}
31834
+ },
31835
+ "mutable": false,
31836
+ "attr": "description",
31837
+ "reflectToAttr": false,
31838
+ "docs": "Text that is placed underneath the option text to provide additional details about the option.",
31839
+ "docsTags": [],
31840
+ "values": [
31841
+ {
31842
+ "type": "string"
31843
+ },
31844
+ {
31845
+ "type": "undefined"
31846
+ }
31847
+ ],
31848
+ "optional": true,
31849
+ "required": false,
31850
+ "getter": false,
31851
+ "setter": false
31852
+ },
32663
31853
  {
32664
31854
  "name": "disabled",
32665
31855
  "type": "boolean",
@@ -32671,7 +31861,7 @@
32671
31861
  "mutable": false,
32672
31862
  "attr": "disabled",
32673
31863
  "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.",
31864
+ "docs": "If `true`, the user cannot interact with the select option.",
32675
31865
  "docsTags": [
32676
31866
  {
32677
31867
  "name": "default",
@@ -32689,6 +31879,93 @@
32689
31879
  "getter": false,
32690
31880
  "setter": false
32691
31881
  },
31882
+ {
31883
+ "name": "justify",
31884
+ "type": "\"end\" | \"space-between\" | \"start\" | undefined",
31885
+ "complexType": {
31886
+ "original": "'start' | 'end' | 'space-between'",
31887
+ "resolved": "\"end\" | \"space-between\" | \"start\" | undefined",
31888
+ "references": {}
31889
+ },
31890
+ "mutable": false,
31891
+ "attr": "justify",
31892
+ "reflectToAttr": false,
31893
+ "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.",
31894
+ "docsTags": [],
31895
+ "values": [
31896
+ {
31897
+ "value": "end",
31898
+ "type": "string"
31899
+ },
31900
+ {
31901
+ "value": "space-between",
31902
+ "type": "string"
31903
+ },
31904
+ {
31905
+ "value": "start",
31906
+ "type": "string"
31907
+ },
31908
+ {
31909
+ "type": "undefined"
31910
+ }
31911
+ ],
31912
+ "optional": true,
31913
+ "required": false,
31914
+ "getter": false,
31915
+ "setter": false
31916
+ },
31917
+ {
31918
+ "name": "labelPlacement",
31919
+ "type": "\"end\" | \"start\" | undefined",
31920
+ "complexType": {
31921
+ "original": "'start' | 'end'",
31922
+ "resolved": "\"end\" | \"start\" | undefined",
31923
+ "references": {}
31924
+ },
31925
+ "mutable": false,
31926
+ "attr": "label-placement",
31927
+ "reflectToAttr": false,
31928
+ "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.",
31929
+ "docsTags": [],
31930
+ "values": [
31931
+ {
31932
+ "value": "end",
31933
+ "type": "string"
31934
+ },
31935
+ {
31936
+ "value": "start",
31937
+ "type": "string"
31938
+ },
31939
+ {
31940
+ "type": "undefined"
31941
+ }
31942
+ ],
31943
+ "optional": true,
31944
+ "required": false,
31945
+ "getter": false,
31946
+ "setter": false
31947
+ },
31948
+ {
31949
+ "name": "mode",
31950
+ "type": "\"ios\" | \"md\"",
31951
+ "mutable": false,
31952
+ "attr": "mode",
31953
+ "reflectToAttr": false,
31954
+ "docs": "The mode determines the platform behaviors of the component.",
31955
+ "docsTags": [],
31956
+ "values": [
31957
+ {
31958
+ "value": "ios",
31959
+ "type": "string"
31960
+ },
31961
+ {
31962
+ "value": "md",
31963
+ "type": "string"
31964
+ }
31965
+ ],
31966
+ "optional": true,
31967
+ "required": false
31968
+ },
32692
31969
  {
32693
31970
  "name": "value",
32694
31971
  "type": "any",
@@ -32717,7 +31994,20 @@
32717
31994
  "events": [],
32718
31995
  "listeners": [],
32719
31996
  "styles": [],
32720
- "slots": [],
31997
+ "slots": [
31998
+ {
31999
+ "name": "",
32000
+ "docs": "Content is placed between the named slots if provided without a slot."
32001
+ },
32002
+ {
32003
+ "name": "end",
32004
+ "docs": "Content is placed to the right of the select option text in LTR, and to the left in RTL."
32005
+ },
32006
+ {
32007
+ "name": "start",
32008
+ "docs": "Content is placed to the left of the select option text in LTR, and to the right in RTL."
32009
+ }
32010
+ ],
32721
32011
  "parts": [],
32722
32012
  "states": [],
32723
32013
  "dependents": [],
@@ -38299,16 +37589,6 @@
38299
37589
  "docstring": "",
38300
37590
  "path": "src/components/router/utils/interface.ts"
38301
37591
  },
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
37592
  "src/components/popover/popover-interface.ts::TriggerAction": {
38313
37593
  "declaration": "export type TriggerAction = 'click' | 'hover' | 'context-menu';",
38314
37594
  "docstring": "",