@ionic/core 8.7.3-dev.11755006024.11261c64 → 8.7.3-dev.11755195979.1ec83531
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.
- package/components/ion-datetime.js +3 -4
- package/components/ion-input.js +38 -7
- package/components/ion-textarea.js +37 -6
- package/components/overlays.js +97 -1
- package/components/picker-column-option.js +3 -3
- package/components/picker-column.js +39 -3
- package/dist/cjs/index.cjs.js +1 -1
- package/dist/cjs/ion-action-sheet.cjs.entry.js +1 -1
- package/dist/cjs/ion-alert.cjs.entry.js +1 -1
- package/dist/cjs/ion-datetime_3.cjs.entry.js +4 -4
- package/dist/cjs/ion-input.cjs.entry.js +37 -7
- package/dist/cjs/ion-loading.cjs.entry.js +1 -1
- package/dist/cjs/ion-menu_3.cjs.entry.js +1 -1
- package/dist/cjs/ion-modal.cjs.entry.js +1 -1
- package/dist/cjs/ion-picker-column-option.cjs.entry.js +3 -3
- package/dist/cjs/ion-picker-column.cjs.entry.js +39 -3
- package/dist/cjs/ion-popover.cjs.entry.js +1 -1
- package/dist/cjs/ion-select-modal.cjs.entry.js +1 -1
- package/dist/cjs/ion-select_3.cjs.entry.js +1 -1
- package/dist/cjs/ion-textarea.cjs.entry.js +36 -6
- package/dist/cjs/ion-toast.cjs.entry.js +1 -1
- package/dist/cjs/ionic.cjs.js +1 -1
- package/dist/cjs/loader.cjs.js +1 -1
- package/dist/cjs/{overlays-DsQx1liJ.js → overlays-CglR7j-u.js} +96 -0
- package/dist/collection/components/datetime/datetime.js +3 -4
- package/dist/collection/components/input/input.js +39 -8
- package/dist/collection/components/picker-column/picker-column.js +39 -3
- package/dist/collection/components/picker-column-option/picker-column-option.ios.css +2 -2
- package/dist/collection/components/picker-column-option/picker-column-option.js +1 -1
- package/dist/collection/components/picker-column-option/picker-column-option.md.css +2 -2
- package/dist/collection/components/textarea/textarea.js +38 -7
- package/dist/collection/utils/overlays.js +97 -0
- package/dist/docs.json +1 -1
- package/dist/esm/index.js +1 -1
- package/dist/esm/ion-action-sheet.entry.js +1 -1
- package/dist/esm/ion-alert.entry.js +1 -1
- package/dist/esm/ion-datetime_3.entry.js +4 -4
- package/dist/esm/ion-input.entry.js +37 -7
- package/dist/esm/ion-loading.entry.js +1 -1
- package/dist/esm/ion-menu_3.entry.js +1 -1
- package/dist/esm/ion-modal.entry.js +1 -1
- package/dist/esm/ion-picker-column-option.entry.js +3 -3
- package/dist/esm/ion-picker-column.entry.js +39 -3
- package/dist/esm/ion-popover.entry.js +1 -1
- package/dist/esm/ion-select-modal.entry.js +1 -1
- package/dist/esm/ion-select_3.entry.js +1 -1
- package/dist/esm/ion-textarea.entry.js +36 -6
- package/dist/esm/ion-toast.entry.js +1 -1
- package/dist/esm/ionic.js +1 -1
- package/dist/esm/loader.js +1 -1
- package/dist/esm/{overlays-NqBaHPvD.js → overlays-ZX_4-t_r.js} +97 -1
- package/dist/ionic/index.esm.js +1 -1
- package/dist/ionic/ionic.esm.js +1 -1
- package/dist/ionic/p-1d5b934a.entry.js +4 -0
- package/dist/ionic/p-29032e49.entry.js +4 -0
- package/dist/ionic/p-44415a3b.entry.js +4 -0
- package/dist/ionic/{p-abdfa903.entry.js → p-7bac2c5f.entry.js} +1 -1
- package/dist/ionic/{p-6979d2fe.entry.js → p-8d96a0cd.entry.js} +1 -1
- package/dist/ionic/{p-ea415755.entry.js → p-91d6ccb0.entry.js} +1 -1
- package/dist/ionic/{p-25f16425.entry.js → p-92e8f208.entry.js} +1 -1
- package/dist/ionic/{p-4be3f593.entry.js → p-982fe1c4.entry.js} +1 -1
- package/dist/ionic/p-CSwZyt05.js +4 -0
- package/dist/ionic/{p-bbea41a8.entry.js → p-ab33ef20.entry.js} +1 -1
- package/dist/ionic/{p-82f92e81.entry.js → p-ac434970.entry.js} +1 -1
- package/dist/ionic/{p-cb155366.entry.js → p-c575e7ce.entry.js} +1 -1
- package/dist/ionic/{p-2b9eb6e6.entry.js → p-f2884bc2.entry.js} +1 -1
- package/dist/ionic/p-f456d176.entry.js +4 -0
- package/dist/ionic/p-f80f7416.entry.js +4 -0
- package/dist/types/components/input/input.d.ts +9 -0
- package/dist/types/components/picker-column/picker-column.d.ts +7 -0
- package/dist/types/components/textarea/textarea.d.ts +9 -0
- package/hydrate/index.js +186 -22
- package/hydrate/index.mjs +186 -22
- package/package.json +1 -1
- package/dist/ionic/p-1488b7cc.entry.js +0 -4
- package/dist/ionic/p-61646e84.entry.js +0 -4
- package/dist/ionic/p-8888efe4.entry.js +0 -4
- package/dist/ionic/p-Dks1yZU6.js +0 -4
- package/dist/ionic/p-b292804d.entry.js +0 -4
- package/dist/ionic/p-c5210d3e.entry.js +0 -4
|
@@ -37,6 +37,10 @@ export class Textarea {
|
|
|
37
37
|
* is applied in both cases.
|
|
38
38
|
*/
|
|
39
39
|
this.hasFocus = false;
|
|
40
|
+
/**
|
|
41
|
+
* Track validation state for proper aria-live announcements
|
|
42
|
+
*/
|
|
43
|
+
this.isInvalid = false;
|
|
40
44
|
/**
|
|
41
45
|
* Indicates whether and how the text value should be automatically capitalized as it is entered/edited by the user.
|
|
42
46
|
* Available options: `"off"`, `"none"`, `"on"`, `"sentences"`, `"words"`, `"characters"`.
|
|
@@ -183,10 +187,31 @@ export class Textarea {
|
|
|
183
187
|
this.el.click();
|
|
184
188
|
}
|
|
185
189
|
}
|
|
190
|
+
/**
|
|
191
|
+
* Checks if the textarea is in an invalid state based on validation classes
|
|
192
|
+
*/
|
|
193
|
+
checkValidationState() {
|
|
194
|
+
return this.el.classList.contains('ion-touched') && this.el.classList.contains('ion-invalid');
|
|
195
|
+
}
|
|
186
196
|
connectedCallback() {
|
|
187
197
|
const { el } = this;
|
|
188
198
|
this.slotMutationController = createSlotMutationController(el, ['label', 'start', 'end'], () => forceUpdate(this));
|
|
189
199
|
this.notchController = createNotchController(el, () => this.notchSpacerEl, () => this.labelSlot);
|
|
200
|
+
// Watch for class changes to update validation state
|
|
201
|
+
if (Build.isBrowser) {
|
|
202
|
+
this.validationObserver = new MutationObserver(() => {
|
|
203
|
+
const newIsInvalid = this.checkValidationState();
|
|
204
|
+
if (this.isInvalid !== newIsInvalid) {
|
|
205
|
+
this.isInvalid = newIsInvalid;
|
|
206
|
+
}
|
|
207
|
+
});
|
|
208
|
+
this.validationObserver.observe(el, {
|
|
209
|
+
attributes: true,
|
|
210
|
+
attributeFilter: ['class'],
|
|
211
|
+
});
|
|
212
|
+
// Set initial state
|
|
213
|
+
this.isInvalid = this.checkValidationState();
|
|
214
|
+
}
|
|
190
215
|
this.debounceChanged();
|
|
191
216
|
if (Build.isBrowser) {
|
|
192
217
|
document.dispatchEvent(new CustomEvent('ionInputDidLoad', {
|
|
@@ -208,6 +233,11 @@ export class Textarea {
|
|
|
208
233
|
this.notchController.destroy();
|
|
209
234
|
this.notchController = undefined;
|
|
210
235
|
}
|
|
236
|
+
// Clean up validation observer to prevent memory leaks
|
|
237
|
+
if (this.validationObserver) {
|
|
238
|
+
this.validationObserver.disconnect();
|
|
239
|
+
this.validationObserver = undefined;
|
|
240
|
+
}
|
|
211
241
|
}
|
|
212
242
|
componentWillLoad() {
|
|
213
243
|
this.inheritedAttributes = Object.assign(Object.assign({}, inheritAriaAttributes(this.el)), inheritAttributes(this.el, ['data-form-type', 'title', 'tabindex', 'dir']));
|
|
@@ -378,15 +408,15 @@ export class Textarea {
|
|
|
378
408
|
* Renders the helper text or error text values
|
|
379
409
|
*/
|
|
380
410
|
renderHintText() {
|
|
381
|
-
const { helperText, errorText, helperTextId, errorTextId } = this;
|
|
411
|
+
const { helperText, errorText, helperTextId, errorTextId, isInvalid } = this;
|
|
382
412
|
return [
|
|
383
413
|
h("div", { id: helperTextId, class: "helper-text" }, helperText),
|
|
384
|
-
h("div", { id: errorTextId, class: "error-text" }, errorText),
|
|
414
|
+
h("div", { id: errorTextId, class: "error-text", role: isInvalid && errorText ? 'alert' : undefined, "aria-live": isInvalid && errorText ? 'polite' : 'off', "aria-atomic": "true" }, isInvalid && errorText ? errorText : ''),
|
|
385
415
|
];
|
|
386
416
|
}
|
|
387
417
|
getHintTextID() {
|
|
388
|
-
const {
|
|
389
|
-
if (
|
|
418
|
+
const { isInvalid, helperText, errorText, helperTextId, errorTextId } = this;
|
|
419
|
+
if (isInvalid && errorText) {
|
|
390
420
|
return errorTextId;
|
|
391
421
|
}
|
|
392
422
|
if (helperText) {
|
|
@@ -445,7 +475,7 @@ export class Textarea {
|
|
|
445
475
|
* TODO(FW-5592): Remove hasStartEndSlots condition
|
|
446
476
|
*/
|
|
447
477
|
const labelShouldFloat = labelPlacement === 'stacked' || (labelPlacement === 'floating' && (hasValue || hasFocus || hasStartEndSlots));
|
|
448
|
-
return (h(Host, { key: '
|
|
478
|
+
return (h(Host, { key: 'b67193cbdbd70844901e7f58346cb6021ea8ff9b', class: createColorClasses(this.color, {
|
|
449
479
|
[mode]: true,
|
|
450
480
|
'has-value': hasValue,
|
|
451
481
|
'has-focus': hasFocus,
|
|
@@ -454,7 +484,7 @@ export class Textarea {
|
|
|
454
484
|
[`textarea-shape-${shape}`]: shape !== undefined,
|
|
455
485
|
[`textarea-label-placement-${labelPlacement}`]: true,
|
|
456
486
|
'textarea-disabled': disabled,
|
|
457
|
-
}) }, h("label", { key: '
|
|
487
|
+
}) }, h("label", { key: '11cb5c9eefd6c82f0d94a283f65e3bfea7cfd31f', class: "textarea-wrapper", htmlFor: inputId, onClick: this.onLabelClick }, this.renderLabelContainer(), h("div", { key: 'f23c54b1d02b07ae54a729a1c871788b804031fe', class: "textarea-wrapper-inner" }, h("div", { key: 'd467679b2132c67307eacf29f0cb9cffe9fa3f70', class: "start-slot-wrapper" }, h("slot", { key: 'e75629aeb663218b24598803a400c0755bbc0958', name: "start" })), h("div", { key: 'dacfbeaee43984034a59375adcda329e5cf73de4', class: "native-wrapper", ref: (el) => (this.textareaWrapper = el) }, h("textarea", Object.assign({ key: 'cee91118b3d2fa7f6b0660bab8384cd508e432b1', class: "native-textarea", ref: (el) => (this.nativeInput = el), id: inputId, disabled: disabled, autoCapitalize: this.autocapitalize, autoFocus: this.autofocus, enterKeyHint: this.enterkeyhint, inputMode: this.inputmode, minLength: this.minlength, maxLength: this.maxlength, name: this.name, placeholder: this.placeholder || '', readOnly: this.readonly, required: this.required, spellcheck: this.spellcheck, cols: this.cols, rows: this.rows, wrap: this.wrap, onInput: this.onInput, onChange: this.onChange, onBlur: this.onBlur, onFocus: this.onFocus, onKeyDown: this.onKeyDown, "aria-describedby": this.getHintTextID(), "aria-invalid": this.getHintTextID() === this.errorTextId }, this.inheritedAttributes), value)), h("div", { key: '7802d173e3e338776ae2a095037191fdfe771dda', class: "end-slot-wrapper" }, h("slot", { key: '1b721a633799701fab2527b046c03ee23fa30c2e', name: "end" }))), shouldRenderHighlight && h("div", { key: 'ae2836d8d7ab9a1a6e70c3c17bbf99e30835c39d', class: "textarea-highlight" })), this.renderBottomContent()));
|
|
458
488
|
}
|
|
459
489
|
static get is() { return "ion-textarea"; }
|
|
460
490
|
static get encapsulation() { return "scoped"; }
|
|
@@ -1025,7 +1055,8 @@ export class Textarea {
|
|
|
1025
1055
|
}
|
|
1026
1056
|
static get states() {
|
|
1027
1057
|
return {
|
|
1028
|
-
"hasFocus": {}
|
|
1058
|
+
"hasFocus": {},
|
|
1059
|
+
"isInvalid": {}
|
|
1029
1060
|
};
|
|
1030
1061
|
}
|
|
1031
1062
|
static get events() {
|
|
@@ -11,6 +11,7 @@ import { CoreDelegate } from "./framework-delegate";
|
|
|
11
11
|
import { BACKDROP_NO_SCROLL } from "./gesture/gesture-controller";
|
|
12
12
|
import { OVERLAY_BACK_BUTTON_PRIORITY } from "./hardware-back-button";
|
|
13
13
|
import { addEventListener, componentOnReady, focusVisibleElement, getElementRoot, removeEventListener, } from "./helpers";
|
|
14
|
+
import { isPlatform } from "./platform";
|
|
14
15
|
let lastOverlayIndex = 0;
|
|
15
16
|
let lastId = 0;
|
|
16
17
|
export const activeAnimations = new WeakMap();
|
|
@@ -438,6 +439,8 @@ export const present = async (overlay, name, iosEnterAnimation, mdEnterAnimation
|
|
|
438
439
|
setRootAriaHidden(true);
|
|
439
440
|
document.body.classList.add(BACKDROP_NO_SCROLL);
|
|
440
441
|
}
|
|
442
|
+
hideUnderlyingOverlaysFromScreenReaders(overlay.el);
|
|
443
|
+
hideAnimatingOverlayFromScreenReaders(overlay.el);
|
|
441
444
|
overlay.presented = true;
|
|
442
445
|
overlay.willPresent.emit();
|
|
443
446
|
(_a = overlay.willPresentShorthand) === null || _a === void 0 ? void 0 : _a.emit();
|
|
@@ -563,6 +566,12 @@ export const dismiss = async (overlay, data, role, name, iosLeaveAnimation, mdLe
|
|
|
563
566
|
}
|
|
564
567
|
overlay.presented = false;
|
|
565
568
|
try {
|
|
569
|
+
/**
|
|
570
|
+
* There is no need to show the overlay to screen readers during
|
|
571
|
+
* the dismiss animation. This is because the overlay will be removed
|
|
572
|
+
* from the DOM after the animation is complete.
|
|
573
|
+
*/
|
|
574
|
+
hideAnimatingOverlayFromScreenReaders(overlay.el);
|
|
566
575
|
// Overlay contents should not be clickable during dismiss
|
|
567
576
|
overlay.el.style.setProperty('pointer-events', 'none');
|
|
568
577
|
overlay.willDismiss.emit({ data, role });
|
|
@@ -601,6 +610,7 @@ export const dismiss = async (overlay, data, role, name, iosLeaveAnimation, mdLe
|
|
|
601
610
|
printIonError(`[${overlay.el.tagName.toLowerCase()}] - `, err);
|
|
602
611
|
}
|
|
603
612
|
overlay.el.remove();
|
|
613
|
+
revealOverlaysToScreenReaders();
|
|
604
614
|
return true;
|
|
605
615
|
};
|
|
606
616
|
const getAppRoot = (doc) => {
|
|
@@ -796,4 +806,91 @@ export const createTriggerController = () => {
|
|
|
796
806
|
removeClickListener,
|
|
797
807
|
};
|
|
798
808
|
};
|
|
809
|
+
/**
|
|
810
|
+
* The overlay that is being animated also needs to hide from screen
|
|
811
|
+
* readers during its animation. This ensures that assistive technologies
|
|
812
|
+
* like TalkBack do not announce or interact with the content until the
|
|
813
|
+
* animation is complete, avoiding confusion for users.
|
|
814
|
+
*
|
|
815
|
+
* When the overlay is presented on an Android device, TalkBack's focus rings
|
|
816
|
+
* may appear in the wrong position due to the transition (specifically
|
|
817
|
+
* `transform` styles). This occurs because the focus rings are initially
|
|
818
|
+
* displayed at the starting position of the elements before the transition
|
|
819
|
+
* begins. This workaround ensures the focus rings do not appear in the
|
|
820
|
+
* incorrect location.
|
|
821
|
+
*
|
|
822
|
+
* If this solution is applied to iOS devices, then it leads to a bug where
|
|
823
|
+
* the overlays cannot be accessed by screen readers. This is due to
|
|
824
|
+
* VoiceOver not being able to update the accessibility tree when the
|
|
825
|
+
* `aria-hidden` is removed.
|
|
826
|
+
*
|
|
827
|
+
* @param overlay - The overlay that is being animated.
|
|
828
|
+
*/
|
|
829
|
+
const hideAnimatingOverlayFromScreenReaders = (overlay) => {
|
|
830
|
+
if (doc === undefined)
|
|
831
|
+
return;
|
|
832
|
+
if (isPlatform('android')) {
|
|
833
|
+
/**
|
|
834
|
+
* Once the animation is complete, this attribute will be removed.
|
|
835
|
+
* This is done at the end of the `present` method.
|
|
836
|
+
*/
|
|
837
|
+
overlay.setAttribute('aria-hidden', 'true');
|
|
838
|
+
}
|
|
839
|
+
};
|
|
840
|
+
/**
|
|
841
|
+
* Ensure that underlying overlays have aria-hidden if necessary so that screen readers
|
|
842
|
+
* cannot move focus to these elements. Note that we cannot rely on focus/focusin/focusout
|
|
843
|
+
* events here because those events do not fire when the screen readers moves to a non-focusable
|
|
844
|
+
* element such as text.
|
|
845
|
+
* Without this logic screen readers would be able to move focus outside of the top focus-trapped overlay.
|
|
846
|
+
*
|
|
847
|
+
* @param newTopMostOverlay - The overlay that is being presented. Since the overlay has not been
|
|
848
|
+
* fully presented yet at the time this function is called it will not be included in the getPresentedOverlays result.
|
|
849
|
+
*/
|
|
850
|
+
const hideUnderlyingOverlaysFromScreenReaders = (newTopMostOverlay) => {
|
|
851
|
+
var _a;
|
|
852
|
+
if (doc === undefined)
|
|
853
|
+
return;
|
|
854
|
+
const overlays = getPresentedOverlays(doc);
|
|
855
|
+
for (let i = overlays.length - 1; i >= 0; i--) {
|
|
856
|
+
const presentedOverlay = overlays[i];
|
|
857
|
+
const nextPresentedOverlay = (_a = overlays[i + 1]) !== null && _a !== void 0 ? _a : newTopMostOverlay;
|
|
858
|
+
/**
|
|
859
|
+
* If next overlay has aria-hidden then all remaining overlays will have it too.
|
|
860
|
+
* Or, if the next overlay is a Toast that does not have aria-hidden then current overlay
|
|
861
|
+
* should not have aria-hidden either so focus can remain in the current overlay.
|
|
862
|
+
*/
|
|
863
|
+
if (nextPresentedOverlay.hasAttribute('aria-hidden') || nextPresentedOverlay.tagName !== 'ION-TOAST') {
|
|
864
|
+
presentedOverlay.setAttribute('aria-hidden', 'true');
|
|
865
|
+
}
|
|
866
|
+
}
|
|
867
|
+
};
|
|
868
|
+
/**
|
|
869
|
+
* When dismissing an overlay we need to reveal the new top-most overlay to screen readers.
|
|
870
|
+
* If the top-most overlay is a Toast we potentially need to reveal more overlays since
|
|
871
|
+
* focus is never automatically moved to the Toast.
|
|
872
|
+
*/
|
|
873
|
+
const revealOverlaysToScreenReaders = () => {
|
|
874
|
+
if (doc === undefined)
|
|
875
|
+
return;
|
|
876
|
+
const overlays = getPresentedOverlays(doc);
|
|
877
|
+
for (let i = overlays.length - 1; i >= 0; i--) {
|
|
878
|
+
const currentOverlay = overlays[i];
|
|
879
|
+
/**
|
|
880
|
+
* If the current we are looking at is a Toast then we can remove aria-hidden.
|
|
881
|
+
* However, we potentially need to keep looking at the overlay stack because there
|
|
882
|
+
* could be more Toasts underneath. Additionally, we need to unhide the closest non-Toast
|
|
883
|
+
* overlay too so focus can move there since focus is never automatically moved to the Toast.
|
|
884
|
+
*/
|
|
885
|
+
currentOverlay.removeAttribute('aria-hidden');
|
|
886
|
+
/**
|
|
887
|
+
* If we found a non-Toast element then we can just remove aria-hidden and stop searching entirely
|
|
888
|
+
* since this overlay should always receive focus. As a result, all underlying overlays should still
|
|
889
|
+
* be hidden from screen readers.
|
|
890
|
+
*/
|
|
891
|
+
if (currentOverlay.tagName !== 'ION-TOAST') {
|
|
892
|
+
break;
|
|
893
|
+
}
|
|
894
|
+
}
|
|
895
|
+
};
|
|
799
896
|
export const FOCUS_TRAP_DISABLE_CLASS = 'ion-disable-focus-trap';
|
package/dist/docs.json
CHANGED
package/dist/esm/index.js
CHANGED
|
@@ -13,7 +13,7 @@ export { L as LogLevel } from './index-4DxY6_gG.js';
|
|
|
13
13
|
export { I as IonicSafeString, g as getMode, s as setupConfig } from './config-Dx_6wPIJ.js';
|
|
14
14
|
export { o as openURL } from './theme-DiVJyqlX.js';
|
|
15
15
|
export { m as menuController } from './index-CXSTcaAW.js';
|
|
16
|
-
export { b as actionSheetController, a as alertController, l as loadingController, m as modalController, p as pickerController, c as popoverController, t as toastController } from './overlays-
|
|
16
|
+
export { b as actionSheetController, a as alertController, l as loadingController, m as modalController, p as pickerController, c as popoverController, t as toastController } from './overlays-ZX_4-t_r.js';
|
|
17
17
|
import './index-ZjP4CjeZ.js';
|
|
18
18
|
import './gesture-controller-BTEOs1at.js';
|
|
19
19
|
import './hardware-back-button-Dhbd-23H.js';
|
|
@@ -5,7 +5,7 @@ import { r as registerInstance, c as createEvent, a as readTask, h, d as Host, g
|
|
|
5
5
|
import { c as createButtonActiveGesture } from './button-active-DBUPuLNw.js';
|
|
6
6
|
import { r as raf } from './helpers-8KSQQGQy.js';
|
|
7
7
|
import { c as createLockController } from './lock-controller-B-hirT0v.js';
|
|
8
|
-
import { d as createDelegateController, e as createTriggerController, B as BACKDROP, i as isCancel, f as present, g as dismiss, h as eventMethod, s as safeCall, j as prepareOverlay, k as setOverlayId } from './overlays-
|
|
8
|
+
import { d as createDelegateController, e as createTriggerController, B as BACKDROP, i as isCancel, f as present, g as dismiss, h as eventMethod, s as safeCall, j as prepareOverlay, k as setOverlayId } from './overlays-ZX_4-t_r.js';
|
|
9
9
|
import { g as getClassMap } from './theme-DiVJyqlX.js';
|
|
10
10
|
import { b as getIonMode } from './ionic-global-CTSyufhF.js';
|
|
11
11
|
import { c as createAnimation } from './animation-BvhAtgca.js';
|
|
@@ -6,7 +6,7 @@ import { E as ENABLE_HTML_CONTENT_DEFAULT, a as sanitizeDOMString } from './conf
|
|
|
6
6
|
import { c as createButtonActiveGesture } from './button-active-DBUPuLNw.js';
|
|
7
7
|
import { r as raf } from './helpers-8KSQQGQy.js';
|
|
8
8
|
import { c as createLockController } from './lock-controller-B-hirT0v.js';
|
|
9
|
-
import { d as createDelegateController, e as createTriggerController, B as BACKDROP, i as isCancel, j as prepareOverlay, k as setOverlayId, f as present, g as dismiss, h as eventMethod, s as safeCall } from './overlays-
|
|
9
|
+
import { d as createDelegateController, e as createTriggerController, B as BACKDROP, i as isCancel, j as prepareOverlay, k as setOverlayId, f as present, g as dismiss, h as eventMethod, s as safeCall } from './overlays-ZX_4-t_r.js';
|
|
10
10
|
import { g as getClassMap } from './theme-DiVJyqlX.js';
|
|
11
11
|
import { b as getIonMode } from './ionic-global-CTSyufhF.js';
|
|
12
12
|
import { c as createAnimation } from './animation-BvhAtgca.js';
|
|
@@ -4,13 +4,13 @@
|
|
|
4
4
|
import { j as printIonError, f as printIonWarning, r as registerInstance, c as createEvent, w as writeTask, h, d as Host, g as getElement } from './index-4DxY6_gG.js';
|
|
5
5
|
import { startFocusVisible } from './focus-visible-BmVRXR1y.js';
|
|
6
6
|
import { r as raf, g as getElementRoot, a as renderHiddenInput, e as clamp } from './helpers-8KSQQGQy.js';
|
|
7
|
-
import { F as FOCUS_TRAP_DISABLE_CLASS, d as createDelegateController, e as createTriggerController, B as BACKDROP, i as isCancel, j as prepareOverlay, k as setOverlayId, f as present, g as dismiss, h as eventMethod, s as safeCall } from './overlays-NqBaHPvD.js';
|
|
8
7
|
import { i as isRTL } from './dir-C53feagD.js';
|
|
9
8
|
import { c as createColorClasses, g as getClassMap } from './theme-DiVJyqlX.js';
|
|
10
9
|
import { l as chevronDown, o as caretUpSharp, p as chevronForward, q as caretDownSharp, c as chevronBack } from './index-DV3sJJW8.js';
|
|
11
10
|
import { b as getIonMode } from './ionic-global-CTSyufhF.js';
|
|
12
11
|
import { i as isBefore, a as isAfter, g as getPreviousMonth, b as getNextMonth, c as isSameDay, d as getDay, e as generateDayAriaLabel, v as validateParts, f as getPartsFromCalendarDay, h as getNextYear, j as getPreviousYear, k as getEndOfWeek, l as getStartOfWeek, m as getPreviousDay, n as getNextDay, o as getPreviousWeek, p as getNextWeek, q as parseMinParts, r as parseMaxParts, s as parseDate, w as warnIfValueOutOfBounds, t as parseAmPm, u as clampDate, x as convertToArrayOfNumbers, y as convertDataToISO, z as getToday, A as getClosestValidDate, B as generateMonths, C as getNumDaysInMonth, D as getCombinedDateColumnData, E as getMonthColumnData, F as getDayColumnData, G as getYearColumnData, H as isMonthFirstLocale, I as getTimeColumnsData, J as isLocaleDayPeriodRTL, K as calculateHourFromAMPM, L as getDaysOfWeek, M as getMonthAndYear, N as getDaysOfMonth, O as getHourCycle, P as getLocalizedTime, Q as getLocalizedDateTime, R as formatValue } from './data-CKHMWxfe.js';
|
|
13
12
|
import { c as createLockController } from './lock-controller-B-hirT0v.js';
|
|
13
|
+
import { d as createDelegateController, e as createTriggerController, B as BACKDROP, i as isCancel, j as prepareOverlay, k as setOverlayId, f as present, g as dismiss, h as eventMethod, s as safeCall } from './overlays-ZX_4-t_r.js';
|
|
14
14
|
import { c as createAnimation } from './animation-BvhAtgca.js';
|
|
15
15
|
import { a as hapticSelectionChanged, h as hapticSelectionEnd, b as hapticSelectionStart } from './haptic-DzAMWJuk.js';
|
|
16
16
|
import './index-ZjP4CjeZ.js';
|
|
@@ -1299,7 +1299,7 @@ const Datetime = class {
|
|
|
1299
1299
|
const renderArray = forcePresentation === 'time-date'
|
|
1300
1300
|
? [this.renderTimePickerColumns(forcePresentation), this.renderDatePickerColumns(forcePresentation)]
|
|
1301
1301
|
: [this.renderDatePickerColumns(forcePresentation), this.renderTimePickerColumns(forcePresentation)];
|
|
1302
|
-
return h("ion-picker",
|
|
1302
|
+
return h("ion-picker", null, renderArray);
|
|
1303
1303
|
}
|
|
1304
1304
|
renderDatePickerColumns(forcePresentation) {
|
|
1305
1305
|
return forcePresentation === 'date-time' || forcePresentation === 'time-date'
|
|
@@ -1856,7 +1856,7 @@ const Datetime = class {
|
|
|
1856
1856
|
const hasDatePresentation = presentation === 'date' || presentation === 'date-time' || presentation === 'time-date';
|
|
1857
1857
|
const hasWheelVariant = hasDatePresentation && preferWheel;
|
|
1858
1858
|
renderHiddenInput(true, el, name, formatValue(value), disabled);
|
|
1859
|
-
return (h(Host, { key: '
|
|
1859
|
+
return (h(Host, { key: 'f35cf200ff05d33074576e3d2754d3b2a0735b96', "aria-disabled": disabled ? 'true' : null, onFocus: this.onFocus, onBlur: this.onBlur, class: Object.assign({}, createColorClasses(color, {
|
|
1860
1860
|
[mode]: true,
|
|
1861
1861
|
['datetime-readonly']: readonly,
|
|
1862
1862
|
['datetime-disabled']: disabled,
|
|
@@ -1866,7 +1866,7 @@ const Datetime = class {
|
|
|
1866
1866
|
[`datetime-size-${size}`]: true,
|
|
1867
1867
|
[`datetime-prefer-wheel`]: hasWheelVariant,
|
|
1868
1868
|
[`datetime-grid`]: isGridStyle,
|
|
1869
|
-
})) }, h("div", { key: '
|
|
1869
|
+
})) }, h("div", { key: '859e9354a12bfa58ac3f964c2e66839f17071c00', class: "intersection-tracker", ref: (el) => (this.intersectionTrackerRef = el) }), this.renderDatetime(mode)));
|
|
1870
1870
|
}
|
|
1871
1871
|
get el() { return getElement(this); }
|
|
1872
1872
|
static get watchers() { return {
|
|
@@ -42,6 +42,10 @@ const Input = class {
|
|
|
42
42
|
* is applied in both cases.
|
|
43
43
|
*/
|
|
44
44
|
this.hasFocus = false;
|
|
45
|
+
/**
|
|
46
|
+
* Track validation state for proper aria-live announcements
|
|
47
|
+
*/
|
|
48
|
+
this.isInvalid = false;
|
|
45
49
|
/**
|
|
46
50
|
* Indicates whether and how the text value should be automatically capitalized as it is entered/edited by the user.
|
|
47
51
|
* Available options: `"off"`, `"none"`, `"on"`, `"sentences"`, `"words"`, `"characters"`.
|
|
@@ -226,10 +230,31 @@ const Input = class {
|
|
|
226
230
|
componentWillLoad() {
|
|
227
231
|
this.inheritedAttributes = Object.assign(Object.assign({}, inheritAriaAttributes(this.el)), inheritAttributes(this.el, ['tabindex', 'title', 'data-form-type', 'dir']));
|
|
228
232
|
}
|
|
233
|
+
/**
|
|
234
|
+
* Checks if the input is in an invalid state based on validation classes
|
|
235
|
+
*/
|
|
236
|
+
checkValidationState() {
|
|
237
|
+
return this.el.classList.contains('ion-touched') && this.el.classList.contains('ion-invalid');
|
|
238
|
+
}
|
|
229
239
|
connectedCallback() {
|
|
230
240
|
const { el } = this;
|
|
231
241
|
this.slotMutationController = createSlotMutationController(el, ['label', 'start', 'end'], () => forceUpdate(this));
|
|
232
242
|
this.notchController = createNotchController(el, () => this.notchSpacerEl, () => this.labelSlot);
|
|
243
|
+
// Watch for class changes to update validation state
|
|
244
|
+
{
|
|
245
|
+
this.validationObserver = new MutationObserver(() => {
|
|
246
|
+
const newIsInvalid = this.checkValidationState();
|
|
247
|
+
if (this.isInvalid !== newIsInvalid) {
|
|
248
|
+
this.isInvalid = newIsInvalid;
|
|
249
|
+
}
|
|
250
|
+
});
|
|
251
|
+
this.validationObserver.observe(el, {
|
|
252
|
+
attributes: true,
|
|
253
|
+
attributeFilter: ['class'],
|
|
254
|
+
});
|
|
255
|
+
// Set initial state
|
|
256
|
+
this.isInvalid = this.checkValidationState();
|
|
257
|
+
}
|
|
233
258
|
this.debounceChanged();
|
|
234
259
|
{
|
|
235
260
|
document.dispatchEvent(new CustomEvent('ionInputDidLoad', {
|
|
@@ -266,6 +291,11 @@ const Input = class {
|
|
|
266
291
|
this.notchController.destroy();
|
|
267
292
|
this.notchController = undefined;
|
|
268
293
|
}
|
|
294
|
+
// Clean up validation observer to prevent memory leaks
|
|
295
|
+
if (this.validationObserver) {
|
|
296
|
+
this.validationObserver.disconnect();
|
|
297
|
+
this.validationObserver = undefined;
|
|
298
|
+
}
|
|
269
299
|
}
|
|
270
300
|
/**
|
|
271
301
|
* Sets focus on the native `input` in `ion-input`. Use this method instead of the global
|
|
@@ -367,15 +397,15 @@ const Input = class {
|
|
|
367
397
|
* Renders the helper text or error text values
|
|
368
398
|
*/
|
|
369
399
|
renderHintText() {
|
|
370
|
-
const { helperText, errorText, helperTextId, errorTextId } = this;
|
|
400
|
+
const { helperText, errorText, helperTextId, errorTextId, isInvalid } = this;
|
|
371
401
|
return [
|
|
372
402
|
h("div", { id: helperTextId, class: "helper-text" }, helperText),
|
|
373
|
-
h("div", { id: errorTextId, class: "error-text" }, errorText),
|
|
403
|
+
h("div", { id: errorTextId, class: "error-text", role: isInvalid && errorText ? 'alert' : undefined, "aria-live": isInvalid && errorText ? 'polite' : 'off', "aria-atomic": "true" }, isInvalid && errorText ? errorText : ''),
|
|
374
404
|
];
|
|
375
405
|
}
|
|
376
406
|
getHintTextID() {
|
|
377
|
-
const {
|
|
378
|
-
if (
|
|
407
|
+
const { isInvalid, helperText, errorText, helperTextId, errorTextId } = this;
|
|
408
|
+
if (isInvalid && errorText) {
|
|
379
409
|
return errorTextId;
|
|
380
410
|
}
|
|
381
411
|
if (helperText) {
|
|
@@ -488,7 +518,7 @@ const Input = class {
|
|
|
488
518
|
* TODO(FW-5592): Remove hasStartEndSlots condition
|
|
489
519
|
*/
|
|
490
520
|
const labelShouldFloat = labelPlacement === 'stacked' || (labelPlacement === 'floating' && (hasValue || hasFocus || hasStartEndSlots));
|
|
491
|
-
return (h(Host, { key: '
|
|
521
|
+
return (h(Host, { key: 'fcb5d96c872ce63cb6252b6d7d302ab30e6ea83b', class: createColorClasses(this.color, {
|
|
492
522
|
[mode]: true,
|
|
493
523
|
'has-value': hasValue,
|
|
494
524
|
'has-focus': hasFocus,
|
|
@@ -499,14 +529,14 @@ const Input = class {
|
|
|
499
529
|
'in-item': inItem,
|
|
500
530
|
'in-item-color': hostContext('ion-item.ion-color', this.el),
|
|
501
531
|
'input-disabled': disabled,
|
|
502
|
-
}) }, h("label", { key: '
|
|
532
|
+
}) }, h("label", { key: '73bcaaf2527cbf295283b4581046fb9b361ce2dd', class: "input-wrapper", htmlFor: inputId, onClick: this.onLabelClick }, this.renderLabelContainer(), h("div", { key: '22dd6c6623a284e6a51910fa47b0a2ebdbd5971d', class: "native-wrapper", onClick: this.onLabelClick }, h("slot", { key: 'c02dac4336eb8e7570ed07cfa18fadca4bc6dd9d', name: "start" }), h("input", Object.assign({ key: '42fc6409e9ee51feed480a672bf074cfa6f74c8f', class: "native-input", ref: (input) => (this.nativeInput = input), id: inputId, disabled: disabled, autoCapitalize: this.autocapitalize, autoComplete: this.autocomplete, autoCorrect: this.autocorrect, autoFocus: this.autofocus, enterKeyHint: this.enterkeyhint, inputMode: this.inputmode, min: this.min, max: this.max, minLength: this.minlength, maxLength: this.maxlength, multiple: this.multiple, name: this.name, pattern: this.pattern, placeholder: this.placeholder || '', readOnly: readonly, required: this.required, spellcheck: this.spellcheck, step: this.step, type: this.type, value: value, onInput: this.onInput, onChange: this.onChange, onBlur: this.onBlur, onFocus: this.onFocus, onKeyDown: this.onKeydown, onCompositionstart: this.onCompositionStart, onCompositionend: this.onCompositionEnd, "aria-describedby": this.getHintTextID(), "aria-invalid": this.getHintTextID() === this.errorTextId }, this.inheritedAttributes)), this.clearInput && !readonly && !disabled && (h("button", { key: 'b124a2b970542daa6fcb45ac5546a9fde22b45be', "aria-label": "reset", type: "button", class: "input-clear-icon", onPointerDown: (ev) => {
|
|
503
533
|
/**
|
|
504
534
|
* This prevents mobile browsers from
|
|
505
535
|
* blurring the input when the clear
|
|
506
536
|
* button is activated.
|
|
507
537
|
*/
|
|
508
538
|
ev.preventDefault();
|
|
509
|
-
}, onClick: this.clearTextInput }, h("ion-icon", { key: '
|
|
539
|
+
}, onClick: this.clearTextInput }, h("ion-icon", { key: '243037c08825c2bf26c53bb9507f7cd73e56a4de', "aria-hidden": "true", icon: clearIconData }))), h("slot", { key: '9faff25f968c089b7716a8afb405ba5afb86a1ac', name: "end" })), shouldRenderHighlight && h("div", { key: '54bf3da059a2bf30e4990ba34abb23fd3bf137b0', class: "input-highlight" })), this.renderBottomContent()));
|
|
510
540
|
}
|
|
511
541
|
get el() { return getElement(this); }
|
|
512
542
|
static get watchers() { return {
|
|
@@ -5,7 +5,7 @@ import { r as registerInstance, c as createEvent, e as config, h, d as Host, g a
|
|
|
5
5
|
import { E as ENABLE_HTML_CONTENT_DEFAULT, a as sanitizeDOMString } from './config-Dx_6wPIJ.js';
|
|
6
6
|
import { r as raf } from './helpers-8KSQQGQy.js';
|
|
7
7
|
import { c as createLockController } from './lock-controller-B-hirT0v.js';
|
|
8
|
-
import { d as createDelegateController, e as createTriggerController, B as BACKDROP, j as prepareOverlay, k as setOverlayId, f as present, g as dismiss, h as eventMethod } from './overlays-
|
|
8
|
+
import { d as createDelegateController, e as createTriggerController, B as BACKDROP, j as prepareOverlay, k as setOverlayId, f as present, g as dismiss, h as eventMethod } from './overlays-ZX_4-t_r.js';
|
|
9
9
|
import { g as getClassMap } from './theme-DiVJyqlX.js';
|
|
10
10
|
import { b as getIonMode } from './ionic-global-CTSyufhF.js';
|
|
11
11
|
import { c as createAnimation } from './animation-BvhAtgca.js';
|
|
@@ -3,7 +3,7 @@
|
|
|
3
3
|
*/
|
|
4
4
|
import { r as registerInstance, c as createEvent, e as config, j as printIonError, h, d as Host, g as getElement } from './index-4DxY6_gG.js';
|
|
5
5
|
import { g as getTimeGivenProgression } from './cubic-bezier-hHmYLOfE.js';
|
|
6
|
-
import { o as getPresentedOverlay, B as BACKDROP, n as focusFirstDescendant, q as focusLastDescendant, G as GESTURE } from './overlays-
|
|
6
|
+
import { o as getPresentedOverlay, B as BACKDROP, n as focusFirstDescendant, q as focusLastDescendant, G as GESTURE } from './overlays-ZX_4-t_r.js';
|
|
7
7
|
import { G as GESTURE_CONTROLLER } from './gesture-controller-BTEOs1at.js';
|
|
8
8
|
import { shouldUseCloseWatcher } from './hardware-back-button-Dhbd-23H.js';
|
|
9
9
|
import { o as isEndSide, i as inheritAriaAttributes, l as assert, e as clamp } from './helpers-8KSQQGQy.js';
|
|
@@ -7,7 +7,7 @@ import { C as CoreDelegate, a as attachComponent, d as detachComponent } from '.
|
|
|
7
7
|
import { e as clamp, g as getElementRoot, r as raf, b as inheritAttributes, h as hasLazyBuild } from './helpers-8KSQQGQy.js';
|
|
8
8
|
import { c as createLockController } from './lock-controller-B-hirT0v.js';
|
|
9
9
|
import { g as getCapacitor } from './capacitor-CFERIeaU.js';
|
|
10
|
-
import { G as GESTURE, O as OVERLAY_GESTURE_PRIORITY, F as FOCUS_TRAP_DISABLE_CLASS, e as createTriggerController, B as BACKDROP, j as prepareOverlay, k as setOverlayId, f as present, g as dismiss, h as eventMethod } from './overlays-
|
|
10
|
+
import { G as GESTURE, O as OVERLAY_GESTURE_PRIORITY, F as FOCUS_TRAP_DISABLE_CLASS, e as createTriggerController, B as BACKDROP, j as prepareOverlay, k as setOverlayId, f as present, g as dismiss, h as eventMethod } from './overlays-ZX_4-t_r.js';
|
|
11
11
|
import { g as getClassMap } from './theme-DiVJyqlX.js';
|
|
12
12
|
import { e as deepReady, w as waitForMount } from './index-Dp7GXH1z.js';
|
|
13
13
|
import { b as getIonMode } from './ionic-global-CTSyufhF.js';
|
|
@@ -6,9 +6,9 @@ import { b as inheritAttributes } from './helpers-8KSQQGQy.js';
|
|
|
6
6
|
import { c as createColorClasses } from './theme-DiVJyqlX.js';
|
|
7
7
|
import { b as getIonMode } from './ionic-global-CTSyufhF.js';
|
|
8
8
|
|
|
9
|
-
const pickerColumnOptionIosCss = "
|
|
9
|
+
const pickerColumnOptionIosCss = "button{padding-left:0;padding-right:0;padding-top:0;padding-bottom:0;margin-left:0;margin-right:0;margin-top:0;margin-bottom:0;width:100%;height:34px;border:0px;outline:none;background:transparent;color:inherit;font-family:var(--ion-font-family, inherit);font-size:inherit;line-height:34px;text-align:inherit;text-overflow:ellipsis;white-space:nowrap;cursor:pointer;overflow:hidden}:host(.option-disabled){opacity:0.4}:host(.option-disabled) button{cursor:default}";
|
|
10
10
|
|
|
11
|
-
const pickerColumnOptionMdCss = "
|
|
11
|
+
const pickerColumnOptionMdCss = "button{padding-left:0;padding-right:0;padding-top:0;padding-bottom:0;margin-left:0;margin-right:0;margin-top:0;margin-bottom:0;width:100%;height:34px;border:0px;outline:none;background:transparent;color:inherit;font-family:var(--ion-font-family, inherit);font-size:inherit;line-height:34px;text-align:inherit;text-overflow:ellipsis;white-space:nowrap;cursor:pointer;overflow:hidden}:host(.option-disabled){opacity:0.4}:host(.option-disabled) button{cursor:default}:host(.option-active){color:var(--ion-color-base)}";
|
|
12
12
|
|
|
13
13
|
const PickerColumnOption = class {
|
|
14
14
|
constructor(hostRef) {
|
|
@@ -100,7 +100,7 @@ const PickerColumnOption = class {
|
|
|
100
100
|
return (h(Host, { key: 'f816729941aabcb31ddfdce3ffe2e2139030d715', class: createColorClasses(color, {
|
|
101
101
|
[mode]: true,
|
|
102
102
|
['option-disabled']: disabled,
|
|
103
|
-
}) }, h("
|
|
103
|
+
}) }, h("button", { key: '48dff7833bb60fc8331cd353a0885e6affa683d1', tabindex: "-1", "aria-label": ariaLabel, disabled: disabled, onClick: () => this.onClick() }, h("slot", { key: 'f9224d0e7b7aa6c05b29abfdcfe0f30ad6ee3141' }))));
|
|
104
104
|
}
|
|
105
105
|
get el() { return getElement(this); }
|
|
106
106
|
static get watchers() { return {
|
|
@@ -408,6 +408,23 @@ const PickerColumn = class {
|
|
|
408
408
|
var _a;
|
|
409
409
|
return el ? (_a = el.getAttribute('aria-label')) !== null && _a !== void 0 ? _a : el.innerText : '';
|
|
410
410
|
};
|
|
411
|
+
/**
|
|
412
|
+
* Render an element that overlays the column. This element is for assistive
|
|
413
|
+
* tech to allow users to navigate the column up/down. This element should receive
|
|
414
|
+
* focus as it listens for synthesized keyboard events as required by the
|
|
415
|
+
* slider role: https://developer.mozilla.org/en-US/docs/Web/Accessibility/ARIA/Roles/slider_role
|
|
416
|
+
*/
|
|
417
|
+
this.renderAssistiveFocusable = () => {
|
|
418
|
+
const { activeItem } = this;
|
|
419
|
+
const valueText = this.getOptionValueText(activeItem);
|
|
420
|
+
/**
|
|
421
|
+
* When using the picker, the valuetext provides important context that valuenow
|
|
422
|
+
* does not. Additionally, using non-zero valuemin/valuemax values can cause
|
|
423
|
+
* WebKit to incorrectly announce numeric valuetext values (such as a year
|
|
424
|
+
* like "2024") as percentages: https://bugs.webkit.org/show_bug.cgi?id=273126
|
|
425
|
+
*/
|
|
426
|
+
return (h("div", { ref: (el) => (this.assistiveFocusable = el), class: "assistive-focusable", role: "slider", tabindex: this.disabled ? undefined : 0, "aria-label": this.ariaLabel, "aria-valuemin": 0, "aria-valuemax": 0, "aria-valuenow": 0, "aria-valuetext": valueText, "aria-orientation": "vertical", onKeyDown: (ev) => this.onKeyDown(ev) }));
|
|
427
|
+
};
|
|
411
428
|
}
|
|
412
429
|
ariaLabelChanged(newValue) {
|
|
413
430
|
this.ariaLabel = newValue;
|
|
@@ -548,14 +565,33 @@ const PickerColumn = class {
|
|
|
548
565
|
render() {
|
|
549
566
|
const { color, disabled, isActive, numericInput } = this;
|
|
550
567
|
const mode = getIonMode(this);
|
|
551
|
-
return (h(Host, { key: '
|
|
568
|
+
return (h(Host, { key: 'ea0280355b2f87895bf7dddd289ccf473aa759f3', class: createColorClasses(color, {
|
|
552
569
|
[mode]: true,
|
|
553
570
|
['picker-column-active']: isActive,
|
|
554
571
|
['picker-column-numeric-input']: numericInput,
|
|
555
572
|
['picker-column-disabled']: disabled,
|
|
556
|
-
}) }, h("slot", { key: '
|
|
573
|
+
}) }, this.renderAssistiveFocusable(), h("slot", { key: '482992131cdeb85b1f61430d7fe1322a16345769', name: "prefix" }), h("div", { key: '43f7f80d621d411ef366b3ca1396299e8c9a0c97', "aria-hidden": "true", class: "picker-opts", ref: (el) => {
|
|
557
574
|
this.scrollEl = el;
|
|
558
|
-
},
|
|
575
|
+
},
|
|
576
|
+
/**
|
|
577
|
+
* When an element has an overlay scroll style and
|
|
578
|
+
* a fixed height, Firefox will focus the scrollable
|
|
579
|
+
* container if the content exceeds the container's
|
|
580
|
+
* dimensions.
|
|
581
|
+
*
|
|
582
|
+
* This causes keyboard navigation to focus to this
|
|
583
|
+
* element instead of going to the next element in
|
|
584
|
+
* the tab order.
|
|
585
|
+
*
|
|
586
|
+
* The desired behavior is for the user to be able to
|
|
587
|
+
* focus the assistive focusable element and tab to
|
|
588
|
+
* the next element in the tab order. Instead of tabbing
|
|
589
|
+
* to this element.
|
|
590
|
+
*
|
|
591
|
+
* To prevent this, we set the tabIndex to -1. This
|
|
592
|
+
* will match the behavior of the other browsers.
|
|
593
|
+
*/
|
|
594
|
+
tabIndex: -1 }, h("div", { key: '13a9ee686132af32240710730765de4c0003a9e8', class: "picker-item-empty", "aria-hidden": "true" }, "\u00A0"), h("div", { key: 'dbccba4920833cfcebe9b0fc763458ec3053705a', class: "picker-item-empty", "aria-hidden": "true" }, "\u00A0"), h("div", { key: '682b43f83a5ea2e46067457f3af118535e111edb', class: "picker-item-empty", "aria-hidden": "true" }, "\u00A0"), h("slot", { key: 'd27e1e1dc0504b2f4627a29912a05bb91e8e413a' }), h("div", { key: '61c948dbb9cf7469aed3018542bc0954211585ba', class: "picker-item-empty", "aria-hidden": "true" }, "\u00A0"), h("div", { key: 'cf46c277fbee65e35ff44ce0d53ce12aa9cbf9db', class: "picker-item-empty", "aria-hidden": "true" }, "\u00A0"), h("div", { key: 'bbc0e2d491d3f836ab849493ade2f7fa6ad9244e', class: "picker-item-empty", "aria-hidden": "true" }, "\u00A0")), h("slot", { key: 'd25cbbe14b2914fe7b878d43b4e3f4a8c8177d24', name: "suffix" })));
|
|
559
595
|
}
|
|
560
596
|
get el() { return getElement(this); }
|
|
561
597
|
static get watchers() { return {
|
|
@@ -2,7 +2,7 @@
|
|
|
2
2
|
* (C) Ionic http://ionicframework.com - MIT License
|
|
3
3
|
*/
|
|
4
4
|
import { r as registerInstance, c as createEvent, f as printIonWarning, h, d as Host, g as getElement } from './index-4DxY6_gG.js';
|
|
5
|
-
import { B as BACKDROP, j as prepareOverlay, k as setOverlayId, f as present, n as focusFirstDescendant, g as dismiss, h as eventMethod, F as FOCUS_TRAP_DISABLE_CLASS } from './overlays-
|
|
5
|
+
import { B as BACKDROP, j as prepareOverlay, k as setOverlayId, f as present, n as focusFirstDescendant, g as dismiss, h as eventMethod, F as FOCUS_TRAP_DISABLE_CLASS } from './overlays-ZX_4-t_r.js';
|
|
6
6
|
import { C as CoreDelegate, a as attachComponent, d as detachComponent } from './framework-delegate-BLEBgH06.js';
|
|
7
7
|
import { g as getElementRoot, r as raf, f as addEventListener, h as hasLazyBuild } from './helpers-8KSQQGQy.js';
|
|
8
8
|
import { c as createLockController } from './lock-controller-B-hirT0v.js';
|
|
@@ -3,7 +3,7 @@
|
|
|
3
3
|
*/
|
|
4
4
|
import { r as registerInstance, h, i as forceUpdate, d as Host, g as getElement } from './index-4DxY6_gG.js';
|
|
5
5
|
import { b as getIonMode } from './ionic-global-CTSyufhF.js';
|
|
6
|
-
import { s as safeCall } from './overlays-
|
|
6
|
+
import { s as safeCall } from './overlays-ZX_4-t_r.js';
|
|
7
7
|
import { g as getClassMap } from './theme-DiVJyqlX.js';
|
|
8
8
|
import './index-ZjP4CjeZ.js';
|
|
9
9
|
import './helpers-8KSQQGQy.js';
|
|
@@ -5,7 +5,7 @@ import { r as registerInstance, c as createEvent, f as printIonWarning, h, d as
|
|
|
5
5
|
import { c as createNotchController } from './notch-controller-lb417-kU.js';
|
|
6
6
|
import { i as isOptionSelected, c as compareOptions } from './compare-with-utils-sObYyvOy.js';
|
|
7
7
|
import { b as inheritAttributes, a as renderHiddenInput, n as focusVisibleElement } from './helpers-8KSQQGQy.js';
|
|
8
|
-
import { c as popoverController, b as actionSheetController, a as alertController, m as modalController, s as safeCall } from './overlays-
|
|
8
|
+
import { c as popoverController, b as actionSheetController, a as alertController, m as modalController, s as safeCall } from './overlays-ZX_4-t_r.js';
|
|
9
9
|
import { i as isRTL } from './dir-C53feagD.js';
|
|
10
10
|
import { h as hostContext, c as createColorClasses, g as getClassMap } from './theme-DiVJyqlX.js';
|
|
11
11
|
import { w as watchForOptions } from './watch-options-Dtdm8lKC.js';
|