You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: scripts/data/translated-cache.json
+16-1Lines changed: 16 additions & 1 deletion
Original file line number
Diff line number
Diff line change
@@ -1442,6 +1442,21 @@
1442
1442
"Text that is placed under the toggle label and displayed when an error is detected.": "Text that is placed under the toggle label and displayed when an error is detected.",
1443
1443
"The container for the default slot, wrapping content provided without a named slot.": "The container for the default slot, wrapping content provided without a named slot.",
1444
1444
"The container that wraps all toolbar content, including the default slot and named slot content.": "The container that wraps all toolbar content, including the default slot and named slot content.",
1445
-
"The background of the toolbar, covering the entire area behind the toolbar content.": "The background of the toolbar, covering the entire area behind the toolbar content."
1445
+
"The background of the toolbar, covering the entire area behind the toolbar content.": "The background of the toolbar, covering the entire area behind the toolbar content.",
1446
+
"Dismiss the action sheet overlay after it has been presented. This is a no-op if the overlay has not been presented yet. If you want to remove an overlay from the DOM that was never presented, use the [remove](https://developer.mozilla.org/en-US/docs/Web/API/Element/remove) method.": "Dismiss the action sheet overlay after it has been presented. This is a no-op if the overlay has not been presented yet. If you want to remove an overlay from the DOM that was never presented, use the [remove](https://developer.mozilla.org/en-US/docs/Web/API/Element/remove) method.",
1447
+
"Dismiss the alert overlay after it has been presented. This is a no-op if the overlay has not been presented yet. If you want to remove an overlay from the DOM that was never presented, use the [remove](https://developer.mozilla.org/en-US/docs/Web/API/Element/remove) method.": "Dismiss the alert overlay after it has been presented. This is a no-op if the overlay has not been presented yet. If you want to remove an overlay from the DOM that was never presented, use the [remove](https://developer.mozilla.org/en-US/docs/Web/API/Element/remove) method.",
1448
+
"Dismiss the loading overlay after it has been presented. This is a no-op if the overlay has not been presented yet. If you want to remove an overlay from the DOM that was never presented, use the [remove](https://developer.mozilla.org/en-US/docs/Web/API/Element/remove) method.": "Dismiss the loading overlay after it has been presented. This is a no-op if the overlay has not been presented yet. If you want to remove an overlay from the DOM that was never presented, use the [remove](https://developer.mozilla.org/en-US/docs/Web/API/Element/remove) method.",
1449
+
"Returns `true` if the menu is active. A menu is active when it can be opened or closed, meaning it's enabled and it's not part of a `ion-split-pane`.": "Returns `true` if the menu is active. A menu is active when it can be opened or closed, meaning it's enabled and it's not part of a `ion-split-pane`.",
1450
+
"Opens or closes the menu. If the operation can't be completed successfully, it returns `false`.": "Opens or closes the menu. If the operation can't be completed successfully, it returns `false`.",
1451
+
"Dismiss the modal overlay after it has been presented. This is a no-op if the overlay has not been presented yet. If you want to remove an overlay from the DOM that was never presented, use the [remove](https://developer.mozilla.org/en-US/docs/Web/API/Element/remove) method.": "Dismiss the modal overlay after it has been presented. This is a no-op if the overlay has not been presented yet. If you want to remove an overlay from the DOM that was never presented, use the [remove](https://developer.mozilla.org/en-US/docs/Web/API/Element/remove) method.",
1452
+
"Move a sheet style modal to a specific breakpoint.": "Move a sheet style modal to a specific breakpoint.",
1453
+
"Dismiss the popover overlay after it has been presented. This is a no-op if the overlay has not been presented yet. If you want to remove an overlay from the DOM that was never presented, use the [remove](https://developer.mozilla.org/en-US/docs/Web/API/Element/remove) method.": "Dismiss the popover overlay after it has been presented. This is a no-op if the overlay has not been presented yet. If you want to remove an overlay from the DOM that was never presented, use the [remove](https://developer.mozilla.org/en-US/docs/Web/API/Element/remove) method.",
1454
+
"Event that needs to be listened to in order to complete the reorder action.": "Event that needs to be listened to in order to complete the reorder action.",
1455
+
"Completes the reorder operation. Must be called by the `ionReorderEnd` event. If a list of items is passed, the list will be reordered and returned in the proper order. If no parameters are passed or if `true` is passed in, the reorder will complete and the item will remain in the position it was dragged to. If `false` is passed, the reorder will complete and the item will bounce back to its original position.": "Completes the reorder operation. Must be called by the `ionReorderEnd` event. If a list of items is passed, the list will be reordered and returned in the proper order. If no parameters are passed or if `true` is passed in, the reorder will complete and the item will remain in the position it was dragged to. If `false` is passed, the reorder will complete and the item will bounce back to its original position.",
1456
+
"Event that is emitted when the reorder gesture ends. The from and to properties are always available, regardless of if the reorder gesture moved the item. If the item did not change from its start position, the from and to properties will be the same. Once the event has been emitted, the `complete()` method then needs to be called in order to finalize the reorder action.": "Event that is emitted when the reorder gesture ends. The from and to properties are always available, regardless of if the reorder gesture moved the item. If the item did not change from its start position, the from and to properties will be the same. Once the event has been emitted, the `complete()` method then needs to be called in order to finalize the reorder action.",
1457
+
"Event that is emitted as the reorder gesture moves.": "Event that is emitted as the reorder gesture moves.",
1458
+
"Event that is emitted when the reorder gesture starts.": "Event that is emitted when the reorder gesture starts.",
1459
+
"Sets focus on the native `input` in `ion-searchbar`. Use this method instead of the global `input.focus()`. Developers who wish to focus an input when a page enters should call `setFocus()` in the `ionViewDidEnter()` lifecycle method. Developers who wish to focus an input when an overlay is presented should call `setFocus` after `didPresent` has resolved. See [managing focus](/docs/developing/managing-focus) for more information.": "Sets focus on the native `input` in `ion-searchbar`. Use this method instead of the global `input.focus()`. Developers who wish to focus an input when a page enters should call `setFocus()` in the `ionViewDidEnter()` lifecycle method. Developers who wish to focus an input when an overlay is presented should call `setFocus` after `didPresent` has resolved. See [managing focus](/docs/developing/managing-focus) for more information.",
1460
+
"Dismiss the toast overlay after it has been presented. This is a no-op if the overlay has not been presented yet. If you want to remove an overlay from the DOM that was never presented, use the [remove](https://developer.mozilla.org/en-US/docs/Web/API/Element/remove) method.": "Dismiss the toast overlay after it has been presented. This is a no-op if the overlay has not been presented yet. If you want to remove an overlay from the DOM that was never presented, use the [remove](https://developer.mozilla.org/en-US/docs/Web/API/Element/remove) method."
Copy file name to clipboardExpand all lines: src/translate/.detection/api/action-sheet.json
+4-4Lines changed: 4 additions & 4 deletions
Original file line number
Diff line number
Diff line change
@@ -431,7 +431,7 @@
431
431
{
432
432
"name": "role",
433
433
"type": "string | undefined",
434
-
"docs": "The role of the element that is dismissing the action sheet.\nThis can be useful in a button handler for determining which button was\nclicked to dismiss the action sheet.\nSome examples include: ``\"cancel\"`, `\"destructive\"`, \"selected\"`, and `\"backdrop\"`.\n\nThis is a no-op if the overlay has not been presented yet. If you want\nto remove an overlay from the DOM that was never presented, use the\n[remove](https://developer.mozilla.org/en-US/docs/Web/API/Element/remove) method."
434
+
"docs": "The role of the element that is dismissing the action sheet.\nThis can be useful in a button handler for determining which button was\nclicked to dismiss the action sheet. Some examples include:\n`\"cancel\"`, `\"destructive\"`, `\"selected\"`, and `\"backdrop\"`."
435
435
}
436
436
],
437
437
"references": {
@@ -452,18 +452,18 @@
452
452
{
453
453
"name": "role",
454
454
"type": "string | undefined",
455
-
"docs": "The role of the element that is dismissing the action sheet.\nThis can be useful in a button handler for determining which button was\nclicked to dismiss the action sheet.\nSome examples include: ``\"cancel\"`, `\"destructive\"`, \"selected\"`, and `\"backdrop\"`.\n\nThis is a no-op if the overlay has not been presented yet. If you want\nto remove an overlay from the DOM that was never presented, use the\n[remove](https://developer.mozilla.org/en-US/docs/Web/API/Element/remove) method."
455
+
"docs": "The role of the element that is dismissing the action sheet.\nThis can be useful in a button handler for determining which button was\nclicked to dismiss the action sheet. Some examples include:\n`\"cancel\"`, `\"destructive\"`, `\"selected\"`, and `\"backdrop\"`."
456
456
}
457
457
],
458
-
"docs": "Dismiss the action sheet overlay after it has been presented.",
458
+
"docs": "Dismiss the action sheet overlay after it has been presented.\nThis is a no-op if the overlay has not been presented yet. If you want\nto remove an overlay from the DOM that was never presented, use the\n[remove](https://developer.mozilla.org/en-US/docs/Web/API/Element/remove) method.",
459
459
"docsTags": [
460
460
{
461
461
"name": "param",
462
462
"text": "data Any data to emit in the dismiss events."
463
463
},
464
464
{
465
465
"name": "param",
466
-
"text": "role The role of the element that is dismissing the action sheet.\nThis can be useful in a button handler for determining which button was\nclicked to dismiss the action sheet.\nSome examples include: ``\"cancel\"`, `\"destructive\"`, \"selected\"`, and `\"backdrop\"`.\n\nThis is a no-op if the overlay has not been presented yet. If you want\nto remove an overlay from the DOM that was never presented, use the\n[remove](https://developer.mozilla.org/en-US/docs/Web/API/Element/remove) method."
466
+
"text": "role The role of the element that is dismissing the action sheet.\nThis can be useful in a button handler for determining which button was\nclicked to dismiss the action sheet. Some examples include:\n`\"cancel\"`, `\"destructive\"`, `\"selected\"`, and `\"backdrop\"`."
Copy file name to clipboardExpand all lines: src/translate/.detection/api/alert.json
+4-4Lines changed: 4 additions & 4 deletions
Original file line number
Diff line number
Diff line change
@@ -501,7 +501,7 @@
501
501
{
502
502
"name": "role",
503
503
"type": "string | undefined",
504
-
"docs": "The role of the element that is dismissing the alert.\nThis can be useful in a button handler for determining which button was\nclicked to dismiss the alert.\nSome examples include: ``\"cancel\"`, `\"destructive\"`, \"selected\"`, and `\"backdrop\"`.\n\nThis is a no-op if the overlay has not been presented yet. If you want\nto remove an overlay from the DOM that was never presented, use the\n[remove](https://developer.mozilla.org/en-US/docs/Web/API/Element/remove) method."
504
+
"docs": "The role of the element that is dismissing the alert.\nThis can be useful in a button handler for determining which button was\nclicked to dismiss the alert. Some examples include:\n`\"cancel\"`, `\"destructive\"`, `\"selected\"`, and `\"backdrop\"`."
505
505
}
506
506
],
507
507
"references": {
@@ -522,18 +522,18 @@
522
522
{
523
523
"name": "role",
524
524
"type": "string | undefined",
525
-
"docs": "The role of the element that is dismissing the alert.\nThis can be useful in a button handler for determining which button was\nclicked to dismiss the alert.\nSome examples include: ``\"cancel\"`, `\"destructive\"`, \"selected\"`, and `\"backdrop\"`.\n\nThis is a no-op if the overlay has not been presented yet. If you want\nto remove an overlay from the DOM that was never presented, use the\n[remove](https://developer.mozilla.org/en-US/docs/Web/API/Element/remove) method."
525
+
"docs": "The role of the element that is dismissing the alert.\nThis can be useful in a button handler for determining which button was\nclicked to dismiss the alert. Some examples include:\n`\"cancel\"`, `\"destructive\"`, `\"selected\"`, and `\"backdrop\"`."
526
526
}
527
527
],
528
-
"docs": "Dismiss the alert overlay after it has been presented.",
528
+
"docs": "Dismiss the alert overlay after it has been presented.\nThis is a no-op if the overlay has not been presented yet. If you want\nto remove an overlay from the DOM that was never presented, use the\n[remove](https://developer.mozilla.org/en-US/docs/Web/API/Element/remove) method.",
529
529
"docsTags": [
530
530
{
531
531
"name": "param",
532
532
"text": "data Any data to emit in the dismiss events."
533
533
},
534
534
{
535
535
"name": "param",
536
-
"text": "role The role of the element that is dismissing the alert.\nThis can be useful in a button handler for determining which button was\nclicked to dismiss the alert.\nSome examples include: ``\"cancel\"`, `\"destructive\"`, \"selected\"`, and `\"backdrop\"`.\n\nThis is a no-op if the overlay has not been presented yet. If you want\nto remove an overlay from the DOM that was never presented, use the\n[remove](https://developer.mozilla.org/en-US/docs/Web/API/Element/remove) method."
536
+
"text": "role The role of the element that is dismissing the alert.\nThis can be useful in a button handler for determining which button was\nclicked to dismiss the alert. Some examples include:\n`\"cancel\"`, `\"destructive\"`, `\"selected\"`, and `\"backdrop\"`."
Copy file name to clipboardExpand all lines: src/translate/.detection/api/app.json
+8-3Lines changed: 8 additions & 3 deletions
Original file line number
Diff line number
Diff line change
@@ -19,7 +19,7 @@
19
19
{
20
20
"name": "elements",
21
21
"type": "HTMLElement[]",
22
-
"docs": ""
22
+
"docs": "An array of HTML elements to set focus on."
23
23
}
24
24
],
25
25
"references": {
@@ -39,11 +39,16 @@
39
39
{
40
40
"name": "elements",
41
41
"type": "HTMLElement[]",
42
-
"docs": ""
42
+
"docs": "An array of HTML elements to set focus on."
43
43
}
44
44
],
45
45
"docs": "Used to set focus on an element that uses `ion-focusable`.\nDo not use this if focusing the element as a result of a keyboard\nevent as the focus utility should handle this for us. This method\nshould be used when we want to programmatically focus an element as\na result of another user action. (Ex: We focus the first element\ninside of a popover when the user presents it, but the popover is not always\npresented as a result of keyboard action.)",
46
-
"docsTags": []
46
+
"docsTags": [
47
+
{
48
+
"name": "param",
49
+
"text": "elements An array of HTML elements to set focus on."
Copy file name to clipboardExpand all lines: src/translate/.detection/api/datetime.json
+24-9Lines changed: 24 additions & 9 deletions
Original file line number
Diff line number
Diff line change
@@ -1128,7 +1128,7 @@
1128
1128
{
1129
1129
"name": "closeOverlay",
1130
1130
"type": "boolean",
1131
-
"docs": ""
1131
+
"docs": "If `true`, closes the parent overlay. Defaults to `false`."
1132
1132
}
1133
1133
],
1134
1134
"references": {
@@ -1144,11 +1144,16 @@
1144
1144
{
1145
1145
"name": "closeOverlay",
1146
1146
"type": "boolean",
1147
-
"docs": ""
1147
+
"docs": "If `true`, closes the parent overlay. Defaults to `false`."
1148
1148
}
1149
1149
],
1150
1150
"docs": "Emits the ionCancel event and\noptionally closes the popover\nor modal that the datetime was\npresented in.",
1151
-
"docsTags": []
1151
+
"docsTags": [
1152
+
{
1153
+
"name": "param",
1154
+
"text": "closeOverlay If `true`, closes the parent overlay. Defaults to `false`."
1155
+
}
1156
+
]
1152
1157
},
1153
1158
{
1154
1159
"name": "confirm",
@@ -1162,7 +1167,7 @@
1162
1167
{
1163
1168
"name": "closeOverlay",
1164
1169
"type": "boolean",
1165
-
"docs": ""
1170
+
"docs": "If `true`, closes the parent overlay. Defaults to `false`."
1166
1171
}
1167
1172
],
1168
1173
"references": {
@@ -1178,11 +1183,16 @@
1178
1183
{
1179
1184
"name": "closeOverlay",
1180
1185
"type": "boolean",
1181
-
"docs": ""
1186
+
"docs": "If `true`, closes the parent overlay. Defaults to `false`."
1182
1187
}
1183
1188
],
1184
1189
"docs": "Confirms the selected datetime value, updates the\n`value` property, and optionally closes the popover\nor modal that the datetime was presented in.",
1185
-
"docsTags": []
1190
+
"docsTags": [
1191
+
{
1192
+
"name": "param",
1193
+
"text": "closeOverlay If `true`, closes the parent overlay. Defaults to `false`."
1194
+
}
1195
+
]
1186
1196
},
1187
1197
{
1188
1198
"name": "reset",
@@ -1196,7 +1206,7 @@
1196
1206
{
1197
1207
"name": "startDate",
1198
1208
"type": "string | undefined",
1199
-
"docs": ""
1209
+
"docs": "A valid [ISO-8601 string](https://developer.mozilla.org/en-US/docs/Web/JavaScript/Reference/Global_Objects/Date#date_time_string_format) to reset the datetime state to."
1200
1210
}
1201
1211
],
1202
1212
"references": {
@@ -1212,11 +1222,16 @@
1212
1222
{
1213
1223
"name": "startDate",
1214
1224
"type": "string | undefined",
1215
-
"docs": ""
1225
+
"docs": "A valid [ISO-8601 string](https://developer.mozilla.org/en-US/docs/Web/JavaScript/Reference/Global_Objects/Date#date_time_string_format) to reset the datetime state to."
1216
1226
}
1217
1227
],
1218
1228
"docs": "Resets the internal state of the datetime but does not update the value.\nPassing a valid ISO-8601 string will reset the state of the component to the provided date.\nIf no value is provided, the internal state will be reset to the clamped value of the min, max and today.",
1219
-
"docsTags": []
1229
+
"docsTags": [
1230
+
{
1231
+
"name": "param",
1232
+
"text": "startDate A valid [ISO-8601 string](https://developer.mozilla.org/en-US/docs/Web/JavaScript/Reference/Global_Objects/Date#date_time_string_format) to reset the datetime state to."
0 commit comments