@ionic/docs 8.5.7-dev.11747865624.1ff4bb55 → 8.5.7-dev.11747949628.1b740070

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 +1 -907
  2. package/package.json +1 -1
package/core.json CHANGED
@@ -1,5 +1,5 @@
1
1
  {
2
- "timestamp": "2025-05-21T22:15:29",
2
+ "timestamp": "2025-05-22T21:35:28",
3
3
  "compiler": {
4
4
  "name": "@stencil/core",
5
5
  "version": "4.29.3",
@@ -13067,897 +13067,6 @@
13067
13067
  ]
13068
13068
  }
13069
13069
  },
13070
- {
13071
- "filePath": "src/components/input-otp/input-otp.tsx",
13072
- "encapsulation": "scoped",
13073
- "tag": "ion-input-otp",
13074
- "docs": "",
13075
- "docsTags": [],
13076
- "usage": {},
13077
- "props": [
13078
- {
13079
- "name": "autocapitalize",
13080
- "type": "string",
13081
- "complexType": {
13082
- "original": "string",
13083
- "resolved": "string",
13084
- "references": {}
13085
- },
13086
- "mutable": false,
13087
- "attr": "autocapitalize",
13088
- "reflectToAttr": false,
13089
- "docs": "Indicates whether and how the text value should be automatically capitalized as it is entered/edited by the user.\nAvailable options: `\"off\"`, `\"none\"`, `\"on\"`, `\"sentences\"`, `\"words\"`, `\"characters\"`.",
13090
- "docsTags": [],
13091
- "default": "'off'",
13092
- "values": [
13093
- {
13094
- "type": "string"
13095
- }
13096
- ],
13097
- "optional": false,
13098
- "required": false,
13099
- "getter": false,
13100
- "setter": false
13101
- },
13102
- {
13103
- "name": "color",
13104
- "type": "\"danger\" | \"dark\" | \"light\" | \"medium\" | \"primary\" | \"secondary\" | \"success\" | \"tertiary\" | \"warning\" | string & Record<never, never> | undefined",
13105
- "complexType": {
13106
- "original": "Color",
13107
- "resolved": "\"danger\" | \"dark\" | \"light\" | \"medium\" | \"primary\" | \"secondary\" | \"success\" | \"tertiary\" | \"warning\" | string & Record<never, never> | undefined",
13108
- "references": {
13109
- "Color": {
13110
- "location": "import",
13111
- "path": "../../interface",
13112
- "id": "src/interface.d.ts::Color"
13113
- }
13114
- }
13115
- },
13116
- "mutable": false,
13117
- "attr": "color",
13118
- "reflectToAttr": true,
13119
- "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).",
13120
- "docsTags": [],
13121
- "values": [
13122
- {
13123
- "value": "danger",
13124
- "type": "string"
13125
- },
13126
- {
13127
- "value": "dark",
13128
- "type": "string"
13129
- },
13130
- {
13131
- "value": "light",
13132
- "type": "string"
13133
- },
13134
- {
13135
- "value": "medium",
13136
- "type": "string"
13137
- },
13138
- {
13139
- "value": "primary",
13140
- "type": "string"
13141
- },
13142
- {
13143
- "value": "secondary",
13144
- "type": "string"
13145
- },
13146
- {
13147
- "value": "success",
13148
- "type": "string"
13149
- },
13150
- {
13151
- "value": "tertiary",
13152
- "type": "string"
13153
- },
13154
- {
13155
- "value": "warning",
13156
- "type": "string"
13157
- },
13158
- {
13159
- "type": "string & Record<never, never>"
13160
- },
13161
- {
13162
- "type": "undefined"
13163
- }
13164
- ],
13165
- "optional": true,
13166
- "required": false,
13167
- "getter": false,
13168
- "setter": false
13169
- },
13170
- {
13171
- "name": "disabled",
13172
- "type": "boolean",
13173
- "complexType": {
13174
- "original": "boolean",
13175
- "resolved": "boolean",
13176
- "references": {}
13177
- },
13178
- "mutable": false,
13179
- "attr": "disabled",
13180
- "reflectToAttr": true,
13181
- "docs": "If `true`, the user cannot interact with the input.",
13182
- "docsTags": [],
13183
- "default": "false",
13184
- "values": [
13185
- {
13186
- "type": "boolean"
13187
- }
13188
- ],
13189
- "optional": false,
13190
- "required": false,
13191
- "getter": false,
13192
- "setter": false
13193
- },
13194
- {
13195
- "name": "fill",
13196
- "type": "\"outline\" | \"solid\" | undefined",
13197
- "complexType": {
13198
- "original": "'outline' | 'solid'",
13199
- "resolved": "\"outline\" | \"solid\" | undefined",
13200
- "references": {}
13201
- },
13202
- "mutable": false,
13203
- "attr": "fill",
13204
- "reflectToAttr": false,
13205
- "docs": "The fill for the input boxes. If `\"solid\"` the input boxes will have a background. If\n`\"outline\"` the input boxes will be transparent with a border.",
13206
- "docsTags": [],
13207
- "default": "'outline'",
13208
- "values": [
13209
- {
13210
- "value": "outline",
13211
- "type": "string"
13212
- },
13213
- {
13214
- "value": "solid",
13215
- "type": "string"
13216
- },
13217
- {
13218
- "type": "undefined"
13219
- }
13220
- ],
13221
- "optional": true,
13222
- "required": false,
13223
- "getter": false,
13224
- "setter": false
13225
- },
13226
- {
13227
- "name": "inputmode",
13228
- "type": "\"decimal\" | \"email\" | \"none\" | \"numeric\" | \"search\" | \"tel\" | \"text\" | \"url\" | undefined",
13229
- "complexType": {
13230
- "original": "'none' | 'text' | 'tel' | 'url' | 'email' | 'numeric' | 'decimal' | 'search'",
13231
- "resolved": "\"decimal\" | \"email\" | \"none\" | \"numeric\" | \"search\" | \"tel\" | \"text\" | \"url\" | undefined",
13232
- "references": {}
13233
- },
13234
- "mutable": false,
13235
- "attr": "inputmode",
13236
- "reflectToAttr": false,
13237
- "docs": "A hint to the browser for which keyboard to display.\nPossible values: `\"none\"`, `\"text\"`, `\"tel\"`, `\"url\"`,\n`\"email\"`, `\"numeric\"`, `\"decimal\"`, and `\"search\"`.\n\nFor numbers (type=\"number\"): \"numeric\"\nFor text (type=\"text\"): \"text\"",
13238
- "docsTags": [],
13239
- "values": [
13240
- {
13241
- "value": "decimal",
13242
- "type": "string"
13243
- },
13244
- {
13245
- "value": "email",
13246
- "type": "string"
13247
- },
13248
- {
13249
- "value": "none",
13250
- "type": "string"
13251
- },
13252
- {
13253
- "value": "numeric",
13254
- "type": "string"
13255
- },
13256
- {
13257
- "value": "search",
13258
- "type": "string"
13259
- },
13260
- {
13261
- "value": "tel",
13262
- "type": "string"
13263
- },
13264
- {
13265
- "value": "text",
13266
- "type": "string"
13267
- },
13268
- {
13269
- "value": "url",
13270
- "type": "string"
13271
- },
13272
- {
13273
- "type": "undefined"
13274
- }
13275
- ],
13276
- "optional": true,
13277
- "required": false,
13278
- "getter": false,
13279
- "setter": false
13280
- },
13281
- {
13282
- "name": "length",
13283
- "type": "number",
13284
- "complexType": {
13285
- "original": "number",
13286
- "resolved": "number",
13287
- "references": {}
13288
- },
13289
- "mutable": false,
13290
- "attr": "length",
13291
- "reflectToAttr": false,
13292
- "docs": "The number of input boxes to display.",
13293
- "docsTags": [],
13294
- "default": "4",
13295
- "values": [
13296
- {
13297
- "type": "number"
13298
- }
13299
- ],
13300
- "optional": false,
13301
- "required": false,
13302
- "getter": false,
13303
- "setter": false
13304
- },
13305
- {
13306
- "name": "pattern",
13307
- "type": "string | undefined",
13308
- "complexType": {
13309
- "original": "string",
13310
- "resolved": "string | undefined",
13311
- "references": {}
13312
- },
13313
- "mutable": false,
13314
- "attr": "pattern",
13315
- "reflectToAttr": false,
13316
- "docs": "A regex pattern string for allowed characters. Defaults based on type.\n\nFor numbers (`type=\"number\"`): `\"[\\p{N}]\"`\nFor text (`type=\"text\"`): `\"[\\p{L}\\p{N}]\"`",
13317
- "docsTags": [],
13318
- "values": [
13319
- {
13320
- "type": "string"
13321
- },
13322
- {
13323
- "type": "undefined"
13324
- }
13325
- ],
13326
- "optional": true,
13327
- "required": false,
13328
- "getter": false,
13329
- "setter": false
13330
- },
13331
- {
13332
- "name": "readonly",
13333
- "type": "boolean",
13334
- "complexType": {
13335
- "original": "boolean",
13336
- "resolved": "boolean",
13337
- "references": {}
13338
- },
13339
- "mutable": false,
13340
- "attr": "readonly",
13341
- "reflectToAttr": true,
13342
- "docs": "If `true`, the user cannot modify the value.",
13343
- "docsTags": [],
13344
- "default": "false",
13345
- "values": [
13346
- {
13347
- "type": "boolean"
13348
- }
13349
- ],
13350
- "optional": false,
13351
- "required": false,
13352
- "getter": false,
13353
- "setter": false
13354
- },
13355
- {
13356
- "name": "separators",
13357
- "type": "number[] | string | undefined",
13358
- "complexType": {
13359
- "original": "'all' | string | number[]",
13360
- "resolved": "number[] | string | undefined",
13361
- "references": {}
13362
- },
13363
- "mutable": false,
13364
- "attr": "separators",
13365
- "reflectToAttr": false,
13366
- "docs": "Where separators should be shown between input boxes.\nCan be a comma-separated string or an array of numbers.\n\nFor example:\n`\"3\"` will show a separator after the 3rd input box.\n`[1,4]` will show a separator after the 1st and 4th input boxes.\n`\"all\"` will show a separator between every input box.",
13367
- "docsTags": [],
13368
- "values": [
13369
- {
13370
- "type": "number[]"
13371
- },
13372
- {
13373
- "type": "string"
13374
- },
13375
- {
13376
- "type": "undefined"
13377
- }
13378
- ],
13379
- "optional": true,
13380
- "required": false,
13381
- "getter": false,
13382
- "setter": false
13383
- },
13384
- {
13385
- "name": "shape",
13386
- "type": "\"rectangular\" | \"round\" | \"soft\"",
13387
- "complexType": {
13388
- "original": "'round' | 'rectangular' | 'soft'",
13389
- "resolved": "\"rectangular\" | \"round\" | \"soft\"",
13390
- "references": {}
13391
- },
13392
- "mutable": false,
13393
- "attr": "shape",
13394
- "reflectToAttr": false,
13395
- "docs": "The shape of the input boxes.\nIf \"round\" they will have an increased border radius.\nIf \"rectangular\" they will have no border radius.\nIf \"soft\" they will have a soft border radius.",
13396
- "docsTags": [],
13397
- "default": "'round'",
13398
- "values": [
13399
- {
13400
- "value": "rectangular",
13401
- "type": "string"
13402
- },
13403
- {
13404
- "value": "round",
13405
- "type": "string"
13406
- },
13407
- {
13408
- "value": "soft",
13409
- "type": "string"
13410
- }
13411
- ],
13412
- "optional": false,
13413
- "required": false,
13414
- "getter": false,
13415
- "setter": false
13416
- },
13417
- {
13418
- "name": "size",
13419
- "type": "\"large\" | \"medium\" | \"small\"",
13420
- "complexType": {
13421
- "original": "'small' | 'medium' | 'large'",
13422
- "resolved": "\"large\" | \"medium\" | \"small\"",
13423
- "references": {}
13424
- },
13425
- "mutable": false,
13426
- "attr": "size",
13427
- "reflectToAttr": false,
13428
- "docs": "The size of the input boxes.",
13429
- "docsTags": [],
13430
- "default": "'medium'",
13431
- "values": [
13432
- {
13433
- "value": "large",
13434
- "type": "string"
13435
- },
13436
- {
13437
- "value": "medium",
13438
- "type": "string"
13439
- },
13440
- {
13441
- "value": "small",
13442
- "type": "string"
13443
- }
13444
- ],
13445
- "optional": false,
13446
- "required": false,
13447
- "getter": false,
13448
- "setter": false
13449
- },
13450
- {
13451
- "name": "type",
13452
- "type": "\"number\" | \"text\"",
13453
- "complexType": {
13454
- "original": "'text' | 'number'",
13455
- "resolved": "\"number\" | \"text\"",
13456
- "references": {}
13457
- },
13458
- "mutable": false,
13459
- "attr": "type",
13460
- "reflectToAttr": false,
13461
- "docs": "The type of input allowed in the input boxes.",
13462
- "docsTags": [],
13463
- "default": "'number'",
13464
- "values": [
13465
- {
13466
- "value": "number",
13467
- "type": "string"
13468
- },
13469
- {
13470
- "value": "text",
13471
- "type": "string"
13472
- }
13473
- ],
13474
- "optional": false,
13475
- "required": false,
13476
- "getter": false,
13477
- "setter": false
13478
- },
13479
- {
13480
- "name": "value",
13481
- "type": "null | number | string | undefined",
13482
- "complexType": {
13483
- "original": "string | number | null",
13484
- "resolved": "null | number | string | undefined",
13485
- "references": {}
13486
- },
13487
- "mutable": true,
13488
- "attr": "value",
13489
- "reflectToAttr": false,
13490
- "docs": "The value of the input group.",
13491
- "docsTags": [],
13492
- "default": "''",
13493
- "values": [
13494
- {
13495
- "type": "null"
13496
- },
13497
- {
13498
- "type": "number"
13499
- },
13500
- {
13501
- "type": "string"
13502
- },
13503
- {
13504
- "type": "undefined"
13505
- }
13506
- ],
13507
- "optional": true,
13508
- "required": false,
13509
- "getter": false,
13510
- "setter": false
13511
- }
13512
- ],
13513
- "methods": [
13514
- {
13515
- "name": "reset",
13516
- "returns": {
13517
- "type": "Promise<void>",
13518
- "docs": ""
13519
- },
13520
- "complexType": {
13521
- "signature": "() => Promise<void>",
13522
- "parameters": [],
13523
- "references": {
13524
- "Promise": {
13525
- "location": "global",
13526
- "id": "global::Promise"
13527
- }
13528
- },
13529
- "return": "Promise<void>"
13530
- },
13531
- "signature": "reset() => Promise<void>",
13532
- "parameters": [],
13533
- "docs": "Resets the input values and focus state.",
13534
- "docsTags": []
13535
- },
13536
- {
13537
- "name": "setFocus",
13538
- "returns": {
13539
- "type": "Promise<void>",
13540
- "docs": ""
13541
- },
13542
- "complexType": {
13543
- "signature": "(index?: number) => Promise<void>",
13544
- "parameters": [
13545
- {
13546
- "name": "index",
13547
- "type": "number | undefined",
13548
- "docs": "- The index of the input box to focus (0-based).\nIf provided and the input box has a value, the input box at that index will be focused.\nOtherwise, the first empty input box or the last input if all are filled will be focused."
13549
- }
13550
- ],
13551
- "references": {
13552
- "Promise": {
13553
- "location": "global",
13554
- "id": "global::Promise"
13555
- }
13556
- },
13557
- "return": "Promise<void>"
13558
- },
13559
- "signature": "setFocus(index?: number) => Promise<void>",
13560
- "parameters": [
13561
- {
13562
- "name": "index",
13563
- "type": "number | undefined",
13564
- "docs": "- The index of the input box to focus (0-based).\nIf provided and the input box has a value, the input box at that index will be focused.\nOtherwise, the first empty input box or the last input if all are filled will be focused."
13565
- }
13566
- ],
13567
- "docs": "Sets focus to an input box.",
13568
- "docsTags": [
13569
- {
13570
- "name": "param",
13571
- "text": "index - The index of the input box to focus (0-based).\nIf provided and the input box has a value, the input box at that index will be focused.\nOtherwise, the first empty input box or the last input if all are filled will be focused."
13572
- }
13573
- ]
13574
- }
13575
- ],
13576
- "events": [
13577
- {
13578
- "event": "ionBlur",
13579
- "detail": "FocusEvent",
13580
- "bubbles": true,
13581
- "complexType": {
13582
- "original": "FocusEvent",
13583
- "resolved": "FocusEvent",
13584
- "references": {
13585
- "FocusEvent": {
13586
- "location": "global",
13587
- "id": "global::FocusEvent"
13588
- }
13589
- }
13590
- },
13591
- "cancelable": true,
13592
- "composed": true,
13593
- "docs": "Emitted when the input group loses focus.",
13594
- "docsTags": []
13595
- },
13596
- {
13597
- "event": "ionChange",
13598
- "detail": "InputOtpChangeEventDetail",
13599
- "bubbles": true,
13600
- "complexType": {
13601
- "original": "InputOtpChangeEventDetail",
13602
- "resolved": "InputOtpChangeEventDetail",
13603
- "references": {
13604
- "InputOtpChangeEventDetail": {
13605
- "location": "import",
13606
- "path": "./input-otp-interface",
13607
- "id": "src/components/input-otp/input-otp-interface.ts::InputOtpChangeEventDetail"
13608
- }
13609
- }
13610
- },
13611
- "cancelable": true,
13612
- "composed": true,
13613
- "docs": "The `ionChange` event is fired when the user modifies the input's value.\nUnlike the `ionInput` event, the `ionChange` event is only fired when changes\nare committed, not as the user types.\n\nThe `ionChange` event fires when the `<ion-input-otp>` component loses\nfocus after its value has changed.\n\nThis event will not emit when programmatically setting the `value` property.",
13614
- "docsTags": []
13615
- },
13616
- {
13617
- "event": "ionComplete",
13618
- "detail": "InputOtpCompleteEventDetail",
13619
- "bubbles": true,
13620
- "complexType": {
13621
- "original": "InputOtpCompleteEventDetail",
13622
- "resolved": "InputOtpCompleteEventDetail",
13623
- "references": {
13624
- "InputOtpCompleteEventDetail": {
13625
- "location": "import",
13626
- "path": "./input-otp-interface",
13627
- "id": "src/components/input-otp/input-otp-interface.ts::InputOtpCompleteEventDetail"
13628
- }
13629
- }
13630
- },
13631
- "cancelable": true,
13632
- "composed": true,
13633
- "docs": "Emitted when all input boxes have been filled with valid values.",
13634
- "docsTags": []
13635
- },
13636
- {
13637
- "event": "ionFocus",
13638
- "detail": "FocusEvent",
13639
- "bubbles": true,
13640
- "complexType": {
13641
- "original": "FocusEvent",
13642
- "resolved": "FocusEvent",
13643
- "references": {
13644
- "FocusEvent": {
13645
- "location": "global",
13646
- "id": "global::FocusEvent"
13647
- }
13648
- }
13649
- },
13650
- "cancelable": true,
13651
- "composed": true,
13652
- "docs": "Emitted when the input group has focus.",
13653
- "docsTags": []
13654
- },
13655
- {
13656
- "event": "ionInput",
13657
- "detail": "InputOtpInputEventDetail",
13658
- "bubbles": true,
13659
- "complexType": {
13660
- "original": "InputOtpInputEventDetail",
13661
- "resolved": "InputOtpInputEventDetail",
13662
- "references": {
13663
- "InputOtpInputEventDetail": {
13664
- "location": "import",
13665
- "path": "./input-otp-interface",
13666
- "id": "src/components/input-otp/input-otp-interface.ts::InputOtpInputEventDetail"
13667
- }
13668
- }
13669
- },
13670
- "cancelable": true,
13671
- "composed": true,
13672
- "docs": "The `ionInput` event is fired each time the user modifies the input's value.\nUnlike the `ionChange` event, the `ionInput` event is fired for each alteration\nto the input's value. This typically happens for each keystroke as the user types.\n\nFor elements that accept text input (`type=text`, `type=tel`, etc.), the interface\nis [`InputEvent`](https://developer.mozilla.org/en-US/docs/Web/API/InputEvent); for others,\nthe interface is [`Event`](https://developer.mozilla.org/en-US/docs/Web/API/Event). If\nthe input is cleared on edit, the type is `null`.",
13673
- "docsTags": []
13674
- }
13675
- ],
13676
- "listeners": [],
13677
- "styles": [
13678
- {
13679
- "name": "--background",
13680
- "annotation": "prop",
13681
- "docs": "Background color of the input boxes",
13682
- "mode": "ios"
13683
- },
13684
- {
13685
- "name": "--background",
13686
- "annotation": "prop",
13687
- "docs": "Background color of the input boxes",
13688
- "mode": "md"
13689
- },
13690
- {
13691
- "name": "--border-color",
13692
- "annotation": "prop",
13693
- "docs": "Border color of the input boxes",
13694
- "mode": "ios"
13695
- },
13696
- {
13697
- "name": "--border-color",
13698
- "annotation": "prop",
13699
- "docs": "Border color of the input boxes",
13700
- "mode": "md"
13701
- },
13702
- {
13703
- "name": "--border-radius",
13704
- "annotation": "prop",
13705
- "docs": "Border radius of the input boxes",
13706
- "mode": "ios"
13707
- },
13708
- {
13709
- "name": "--border-radius",
13710
- "annotation": "prop",
13711
- "docs": "Border radius of the input boxes",
13712
- "mode": "md"
13713
- },
13714
- {
13715
- "name": "--border-width",
13716
- "annotation": "prop",
13717
- "docs": "Border width of the input boxes",
13718
- "mode": "ios"
13719
- },
13720
- {
13721
- "name": "--border-width",
13722
- "annotation": "prop",
13723
- "docs": "Border width of the input boxes",
13724
- "mode": "md"
13725
- },
13726
- {
13727
- "name": "--color",
13728
- "annotation": "prop",
13729
- "docs": "Text color of the input",
13730
- "mode": "ios"
13731
- },
13732
- {
13733
- "name": "--color",
13734
- "annotation": "prop",
13735
- "docs": "Text color of the input",
13736
- "mode": "md"
13737
- },
13738
- {
13739
- "name": "--height",
13740
- "annotation": "prop",
13741
- "docs": "Height of input boxes",
13742
- "mode": "ios"
13743
- },
13744
- {
13745
- "name": "--height",
13746
- "annotation": "prop",
13747
- "docs": "Height of input boxes",
13748
- "mode": "md"
13749
- },
13750
- {
13751
- "name": "--highlight-color-focused",
13752
- "annotation": "prop",
13753
- "docs": "The color of the highlight on the input when focused",
13754
- "mode": "ios"
13755
- },
13756
- {
13757
- "name": "--highlight-color-focused",
13758
- "annotation": "prop",
13759
- "docs": "The color of the highlight on the input when focused",
13760
- "mode": "md"
13761
- },
13762
- {
13763
- "name": "--highlight-color-invalid",
13764
- "annotation": "prop",
13765
- "docs": "The color of the highlight on the input when invalid",
13766
- "mode": "ios"
13767
- },
13768
- {
13769
- "name": "--highlight-color-invalid",
13770
- "annotation": "prop",
13771
- "docs": "The color of the highlight on the input when invalid",
13772
- "mode": "md"
13773
- },
13774
- {
13775
- "name": "--highlight-color-valid",
13776
- "annotation": "prop",
13777
- "docs": "The color of the highlight on the input when valid",
13778
- "mode": "ios"
13779
- },
13780
- {
13781
- "name": "--highlight-color-valid",
13782
- "annotation": "prop",
13783
- "docs": "The color of the highlight on the input when valid",
13784
- "mode": "md"
13785
- },
13786
- {
13787
- "name": "--margin-bottom",
13788
- "annotation": "prop",
13789
- "docs": "Bottom margin of the input group",
13790
- "mode": "ios"
13791
- },
13792
- {
13793
- "name": "--margin-bottom",
13794
- "annotation": "prop",
13795
- "docs": "Bottom margin of the input group",
13796
- "mode": "md"
13797
- },
13798
- {
13799
- "name": "--margin-end",
13800
- "annotation": "prop",
13801
- "docs": "Right margin if direction is left-to-right, and left margin if direction is right-to-left of the input group",
13802
- "mode": "ios"
13803
- },
13804
- {
13805
- "name": "--margin-end",
13806
- "annotation": "prop",
13807
- "docs": "Right margin if direction is left-to-right, and left margin if direction is right-to-left of the input group",
13808
- "mode": "md"
13809
- },
13810
- {
13811
- "name": "--margin-start",
13812
- "annotation": "prop",
13813
- "docs": "Left margin if direction is left-to-right, and right margin if direction is right-to-left of the input group",
13814
- "mode": "ios"
13815
- },
13816
- {
13817
- "name": "--margin-start",
13818
- "annotation": "prop",
13819
- "docs": "Left margin if direction is left-to-right, and right margin if direction is right-to-left of the input group",
13820
- "mode": "md"
13821
- },
13822
- {
13823
- "name": "--margin-top",
13824
- "annotation": "prop",
13825
- "docs": "Top margin of the input group",
13826
- "mode": "ios"
13827
- },
13828
- {
13829
- "name": "--margin-top",
13830
- "annotation": "prop",
13831
- "docs": "Top margin of the input group",
13832
- "mode": "md"
13833
- },
13834
- {
13835
- "name": "--min-width",
13836
- "annotation": "prop",
13837
- "docs": "Minimum width of input boxes",
13838
- "mode": "ios"
13839
- },
13840
- {
13841
- "name": "--min-width",
13842
- "annotation": "prop",
13843
- "docs": "Minimum width of input boxes",
13844
- "mode": "md"
13845
- },
13846
- {
13847
- "name": "--padding-bottom",
13848
- "annotation": "prop",
13849
- "docs": "Bottom padding of the input group",
13850
- "mode": "ios"
13851
- },
13852
- {
13853
- "name": "--padding-bottom",
13854
- "annotation": "prop",
13855
- "docs": "Bottom padding of the input group",
13856
- "mode": "md"
13857
- },
13858
- {
13859
- "name": "--padding-end",
13860
- "annotation": "prop",
13861
- "docs": "Right padding if direction is left-to-right, and left padding if direction is right-to-left of the input group",
13862
- "mode": "ios"
13863
- },
13864
- {
13865
- "name": "--padding-end",
13866
- "annotation": "prop",
13867
- "docs": "Right padding if direction is left-to-right, and left padding if direction is right-to-left of the input group",
13868
- "mode": "md"
13869
- },
13870
- {
13871
- "name": "--padding-start",
13872
- "annotation": "prop",
13873
- "docs": "Left padding if direction is left-to-right, and right padding if direction is right-to-left of the input group",
13874
- "mode": "ios"
13875
- },
13876
- {
13877
- "name": "--padding-start",
13878
- "annotation": "prop",
13879
- "docs": "Left padding if direction is left-to-right, and right padding if direction is right-to-left of the input group",
13880
- "mode": "md"
13881
- },
13882
- {
13883
- "name": "--padding-top",
13884
- "annotation": "prop",
13885
- "docs": "Top padding of the input group",
13886
- "mode": "ios"
13887
- },
13888
- {
13889
- "name": "--padding-top",
13890
- "annotation": "prop",
13891
- "docs": "Top padding of the input group",
13892
- "mode": "md"
13893
- },
13894
- {
13895
- "name": "--separator-border-radius",
13896
- "annotation": "prop",
13897
- "docs": "Border radius of the separator between boxes",
13898
- "mode": "ios"
13899
- },
13900
- {
13901
- "name": "--separator-border-radius",
13902
- "annotation": "prop",
13903
- "docs": "Border radius of the separator between boxes",
13904
- "mode": "md"
13905
- },
13906
- {
13907
- "name": "--separator-color",
13908
- "annotation": "prop",
13909
- "docs": "Color of the separator between boxes",
13910
- "mode": "ios"
13911
- },
13912
- {
13913
- "name": "--separator-color",
13914
- "annotation": "prop",
13915
- "docs": "Color of the separator between boxes",
13916
- "mode": "md"
13917
- },
13918
- {
13919
- "name": "--separator-height",
13920
- "annotation": "prop",
13921
- "docs": "Height of the separator between boxes",
13922
- "mode": "ios"
13923
- },
13924
- {
13925
- "name": "--separator-height",
13926
- "annotation": "prop",
13927
- "docs": "Height of the separator between boxes",
13928
- "mode": "md"
13929
- },
13930
- {
13931
- "name": "--separator-width",
13932
- "annotation": "prop",
13933
- "docs": "Width of the separator between boxes",
13934
- "mode": "ios"
13935
- },
13936
- {
13937
- "name": "--separator-width",
13938
- "annotation": "prop",
13939
- "docs": "Width of the separator between boxes",
13940
- "mode": "md"
13941
- },
13942
- {
13943
- "name": "--width",
13944
- "annotation": "prop",
13945
- "docs": "Width of input boxes",
13946
- "mode": "ios"
13947
- },
13948
- {
13949
- "name": "--width",
13950
- "annotation": "prop",
13951
- "docs": "Width of input boxes",
13952
- "mode": "md"
13953
- }
13954
- ],
13955
- "slots": [],
13956
- "parts": [],
13957
- "dependents": [],
13958
- "dependencies": [],
13959
- "dependencyGraph": {}
13960
- },
13961
13070
  {
13962
13071
  "filePath": "src/components/input-password-toggle/input-password-toggle.tsx",
13963
13072
  "encapsulation": "shadow",
@@ -35888,21 +34997,6 @@
35888
34997
  "docstring": "Values are converted to strings when emitted which is\nwhy we do not have a `number` type here even though the\n`value` prop accepts a `number` type.",
35889
34998
  "path": "src/components/input/input-interface.ts"
35890
34999
  },
35891
- "src/components/input-otp/input-otp-interface.ts::InputOtpInputEventDetail": {
35892
- "declaration": "export interface InputOtpInputEventDetail {\n value?: string | null;\n event?: Event;\n}",
35893
- "docstring": "Values are converted to strings when emitted which is\nwhy we do not have a `number` type here even though the\n`value` prop accepts a `number` type.",
35894
- "path": "src/components/input-otp/input-otp-interface.ts"
35895
- },
35896
- "src/components/input-otp/input-otp-interface.ts::InputOtpChangeEventDetail": {
35897
- "declaration": "export interface InputOtpChangeEventDetail {\n value?: string | null;\n event?: Event;\n}",
35898
- "docstring": "",
35899
- "path": "src/components/input-otp/input-otp-interface.ts"
35900
- },
35901
- "src/components/input-otp/input-otp-interface.ts::InputOtpCompleteEventDetail": {
35902
- "declaration": "export interface InputOtpCompleteEventDetail {\n value?: string | null;\n event?: Event;\n}",
35903
- "docstring": "",
35904
- "path": "src/components/input-otp/input-otp-interface.ts"
35905
- },
35906
35000
  "src/components/radio-group/radio-group-interface.ts::RadioGroupCompareFn": {
35907
35001
  "declaration": "(currentValue: any, compareValue: any) => boolean",
35908
35002
  "docstring": "",
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@ionic/docs",
3
- "version": "8.5.7-dev.11747865624.1ff4bb55",
3
+ "version": "8.5.7-dev.11747949628.1b740070",
4
4
  "description": "Pre-packaged API documentation for the Ionic docs.",
5
5
  "main": "core.json",
6
6
  "types": "core.d.ts",