@ionic/core 8.7.18-dev.11770238549.14c2a85f → 8.7.18-dev.11770316772.1e7b64e5
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-item-divider.js +2 -2
- package/components/ion-item-group.js +1 -1
- package/components/ion-item-option.js +2 -2
- package/components/ion-item-options.js +1 -1
- package/components/ion-item-sliding.js +1 -1
- package/components/ion-loading.js +2 -2
- package/components/ion-menu-button.js +2 -2
- package/components/ion-menu-toggle.js +2 -2
- package/components/ion-menu.js +2 -2
- package/components/ion-nav-link.js +1 -1
- package/components/ion-nav.js +1 -1
- package/components/ion-note.js +2 -2
- package/components/ion-picker-legacy.js +2 -2
- package/components/ion-progress-bar.js +1 -1
- package/components/ion-range.js +3 -3
- package/components/ion-refresher-content.js +1 -1
- package/components/ion-refresher.js +32 -3
- package/components/ion-reorder-group.js +1 -1
- package/components/ion-reorder.js +1 -1
- package/components/ion-router-link.js +2 -2
- package/components/ion-router-outlet.js +1 -1
- package/components/ion-row.js +1 -1
- package/components/ion-searchbar.js +4 -4
- package/components/ion-segment-button.js +2 -2
- package/components/ion-segment-content.js +1 -1
- package/components/ion-segment-view.js +2 -2
- package/components/ion-segment.js +2 -2
- package/components/ion-select-option.js +1 -1
- package/components/ion-select.js +2 -2
- package/components/ion-skeleton-text.js +2 -2
- package/components/ion-split-pane.js +2 -2
- package/components/ion-tab-bar.js +2 -2
- package/components/ion-tab-button.js +2 -2
- package/components/ion-tab.js +2 -2
- package/components/ion-tabs.js +1 -1
- package/components/ion-text.js +2 -2
- package/components/ion-textarea.js +2 -2
- package/components/ion-thumbnail.js +1 -1
- package/components/ion-toast.js +2 -2
- package/components/ion-toggle.js +3 -3
- package/components/label.js +2 -2
- package/components/list-header.js +2 -2
- package/components/modal.js +4 -4
- package/components/picker-column-option.js +2 -2
- package/components/picker-column2.js +2 -2
- package/components/popover.js +2 -2
- package/components/radio-group.js +1 -1
- package/components/radio.js +3 -3
- package/components/ripple-effect.js +1 -1
- package/components/select-modal.js +1 -1
- package/components/select-popover.js +1 -1
- package/components/spinner.js +1 -1
- package/components/title.js +2 -2
- package/components/toolbar.js +2 -2
- package/dist/cjs/ion-app_8.cjs.entry.js +5 -5
- package/dist/cjs/ion-avatar_3.cjs.entry.js +1 -1
- package/dist/cjs/ion-col_3.cjs.entry.js +1 -1
- package/dist/cjs/ion-datetime_3.cjs.entry.js +4 -4
- package/dist/cjs/ion-item-option_3.cjs.entry.js +4 -4
- package/dist/cjs/ion-item_8.cjs.entry.js +11 -11
- package/dist/cjs/ion-loading.cjs.entry.js +2 -2
- package/dist/cjs/ion-menu_3.cjs.entry.js +6 -6
- package/dist/cjs/ion-modal.cjs.entry.js +4 -4
- package/dist/cjs/ion-nav_2.cjs.entry.js +2 -2
- package/dist/cjs/ion-picker-column-option.cjs.entry.js +2 -2
- package/dist/cjs/ion-popover.cjs.entry.js +2 -2
- package/dist/cjs/ion-progress-bar.cjs.entry.js +1 -1
- package/dist/cjs/ion-radio_2.cjs.entry.js +4 -4
- package/dist/cjs/ion-range.cjs.entry.js +3 -3
- package/dist/cjs/ion-refresher_2.cjs.entry.js +33 -4
- package/dist/cjs/ion-reorder_2.cjs.entry.js +2 -2
- package/dist/cjs/ion-ripple-effect.cjs.entry.js +1 -1
- package/dist/cjs/ion-route_4.cjs.entry.js +2 -2
- package/dist/cjs/ion-searchbar.cjs.entry.js +4 -4
- package/dist/cjs/ion-segment-content.cjs.entry.js +1 -1
- package/dist/cjs/ion-segment-view.cjs.entry.js +2 -2
- package/dist/cjs/ion-segment_2.cjs.entry.js +4 -4
- package/dist/cjs/ion-select-modal.cjs.entry.js +1 -1
- package/dist/cjs/ion-select_3.cjs.entry.js +4 -4
- package/dist/cjs/ion-spinner.cjs.entry.js +1 -1
- package/dist/cjs/ion-split-pane.cjs.entry.js +2 -2
- package/dist/cjs/ion-tab-bar_2.cjs.entry.js +4 -4
- package/dist/cjs/ion-tab_2.cjs.entry.js +3 -3
- package/dist/cjs/ion-text.cjs.entry.js +2 -2
- package/dist/cjs/ion-textarea.cjs.entry.js +2 -2
- package/dist/cjs/ion-toast.cjs.entry.js +2 -2
- package/dist/cjs/ion-toggle.cjs.entry.js +3 -3
- package/dist/collection/components/item-divider/item-divider.js +2 -2
- package/dist/collection/components/item-group/item-group.js +1 -1
- package/dist/collection/components/item-option/item-option.js +2 -2
- package/dist/collection/components/item-options/item-options.js +1 -1
- package/dist/collection/components/item-sliding/item-sliding.js +1 -1
- package/dist/collection/components/label/label.js +2 -2
- package/dist/collection/components/list-header/list-header.js +2 -2
- package/dist/collection/components/loading/loading.js +2 -2
- package/dist/collection/components/menu/menu.js +2 -2
- package/dist/collection/components/menu-button/menu-button.js +2 -2
- package/dist/collection/components/menu-toggle/menu-toggle.js +2 -2
- package/dist/collection/components/modal/modal.js +4 -4
- package/dist/collection/components/nav/nav.js +1 -1
- package/dist/collection/components/nav-link/nav-link.js +1 -1
- package/dist/collection/components/note/note.js +2 -2
- package/dist/collection/components/picker-column-option/picker-column-option.js +2 -2
- package/dist/collection/components/picker-legacy/picker.js +2 -2
- package/dist/collection/components/picker-legacy-column/picker-column.js +2 -2
- package/dist/collection/components/popover/popover.js +2 -2
- package/dist/collection/components/progress-bar/progress-bar.js +1 -1
- package/dist/collection/components/radio/radio.js +3 -3
- package/dist/collection/components/radio-group/radio-group.js +1 -1
- package/dist/collection/components/range/range.js +3 -3
- package/dist/collection/components/refresher/refresher.js +70 -4
- package/dist/collection/components/refresher-content/refresher-content.js +1 -1
- package/dist/collection/components/reorder/reorder.js +1 -1
- package/dist/collection/components/reorder-group/reorder-group.js +1 -1
- package/dist/collection/components/ripple-effect/ripple-effect.js +1 -1
- package/dist/collection/components/router-link/router-link.js +2 -2
- package/dist/collection/components/router-outlet/router-outlet.js +1 -1
- package/dist/collection/components/row/row.js +1 -1
- package/dist/collection/components/searchbar/searchbar.js +4 -4
- package/dist/collection/components/segment/segment.js +2 -2
- package/dist/collection/components/segment-button/segment-button.js +2 -2
- package/dist/collection/components/segment-content/segment-content.js +1 -1
- package/dist/collection/components/segment-view/segment-view.js +2 -2
- package/dist/collection/components/select/select.js +2 -2
- package/dist/collection/components/select-modal/select-modal.js +1 -1
- package/dist/collection/components/select-option/select-option.js +1 -1
- package/dist/collection/components/select-popover/select-popover.js +1 -1
- package/dist/collection/components/skeleton-text/skeleton-text.js +2 -2
- package/dist/collection/components/spinner/spinner.js +1 -1
- package/dist/collection/components/split-pane/split-pane.js +2 -2
- package/dist/collection/components/tab/tab.js +2 -2
- package/dist/collection/components/tab-bar/tab-bar.js +2 -2
- package/dist/collection/components/tab-button/tab-button.js +2 -2
- package/dist/collection/components/tabs/tabs.js +1 -1
- package/dist/collection/components/text/text.js +2 -2
- package/dist/collection/components/textarea/textarea.js +2 -2
- package/dist/collection/components/thumbnail/thumbnail.js +1 -1
- package/dist/collection/components/title/title.js +2 -2
- package/dist/collection/components/toast/toast.js +2 -2
- package/dist/collection/components/toggle/toggle.js +3 -3
- package/dist/collection/components/toolbar/toolbar.js +2 -2
- package/dist/docs.json +49 -4
- package/dist/esm/ion-app_8.entry.js +5 -5
- package/dist/esm/ion-avatar_3.entry.js +1 -1
- package/dist/esm/ion-col_3.entry.js +1 -1
- package/dist/esm/ion-datetime_3.entry.js +4 -4
- package/dist/esm/ion-item-option_3.entry.js +4 -4
- package/dist/esm/ion-item_8.entry.js +11 -11
- package/dist/esm/ion-loading.entry.js +2 -2
- package/dist/esm/ion-menu_3.entry.js +6 -6
- package/dist/esm/ion-modal.entry.js +4 -4
- package/dist/esm/ion-nav_2.entry.js +2 -2
- package/dist/esm/ion-picker-column-option.entry.js +2 -2
- package/dist/esm/ion-popover.entry.js +2 -2
- package/dist/esm/ion-progress-bar.entry.js +1 -1
- package/dist/esm/ion-radio_2.entry.js +4 -4
- package/dist/esm/ion-range.entry.js +3 -3
- package/dist/esm/ion-refresher_2.entry.js +33 -4
- package/dist/esm/ion-reorder_2.entry.js +2 -2
- package/dist/esm/ion-ripple-effect.entry.js +1 -1
- package/dist/esm/ion-route_4.entry.js +2 -2
- package/dist/esm/ion-searchbar.entry.js +4 -4
- package/dist/esm/ion-segment-content.entry.js +1 -1
- package/dist/esm/ion-segment-view.entry.js +2 -2
- package/dist/esm/ion-segment_2.entry.js +4 -4
- package/dist/esm/ion-select-modal.entry.js +1 -1
- package/dist/esm/ion-select_3.entry.js +4 -4
- package/dist/esm/ion-spinner.entry.js +1 -1
- package/dist/esm/ion-split-pane.entry.js +2 -2
- package/dist/esm/ion-tab-bar_2.entry.js +4 -4
- package/dist/esm/ion-tab_2.entry.js +3 -3
- package/dist/esm/ion-text.entry.js +2 -2
- package/dist/esm/ion-textarea.entry.js +2 -2
- package/dist/esm/ion-toast.entry.js +2 -2
- package/dist/esm/ion-toggle.entry.js +3 -3
- package/dist/html.html-data.json +1 -1
- package/dist/ionic/ionic.esm.js +1 -1
- package/dist/ionic/{p-cc2a9936.entry.js → p-020af078.entry.js} +1 -1
- package/dist/ionic/{p-be263062.entry.js → p-02d76786.entry.js} +1 -1
- package/dist/ionic/{p-01e27965.entry.js → p-074839fc.entry.js} +1 -1
- package/dist/ionic/{p-530fcd71.entry.js → p-0dfa5a37.entry.js} +1 -1
- package/dist/ionic/{p-31db96da.entry.js → p-0e8c8a10.entry.js} +1 -1
- package/dist/ionic/{p-363d1209.entry.js → p-1647c46c.entry.js} +1 -1
- package/dist/ionic/{p-5d6fb6e3.entry.js → p-172a579f.entry.js} +1 -1
- package/dist/ionic/{p-e338f669.entry.js → p-1ccd6829.entry.js} +1 -1
- package/dist/ionic/{p-6f37536a.entry.js → p-2a939845.entry.js} +1 -1
- package/dist/ionic/{p-97eb0812.entry.js → p-2dbb90cb.entry.js} +1 -1
- package/dist/ionic/{p-221a3d8c.entry.js → p-316c0420.entry.js} +1 -1
- package/dist/ionic/{p-a4a9f5ae.entry.js → p-31f7095f.entry.js} +1 -1
- package/dist/ionic/{p-fbb00634.entry.js → p-370e4237.entry.js} +1 -1
- package/dist/ionic/{p-2668188b.entry.js → p-3a6caca9.entry.js} +1 -1
- package/dist/ionic/{p-72af946b.entry.js → p-4e41ea20.entry.js} +1 -1
- package/dist/ionic/p-51a60e0f.entry.js +4 -0
- package/dist/ionic/{p-eaf3f5ff.entry.js → p-6241ce47.entry.js} +1 -1
- package/dist/ionic/{p-82d5bb3d.entry.js → p-6d070558.entry.js} +1 -1
- package/dist/ionic/{p-5c8f7253.entry.js → p-72c38b88.entry.js} +1 -1
- package/dist/ionic/{p-b8551510.entry.js → p-86f53961.entry.js} +1 -1
- package/dist/ionic/p-90f2d3ff.entry.js +4 -0
- package/dist/ionic/{p-3ec563c1.entry.js → p-91840a80.entry.js} +1 -1
- package/dist/ionic/p-94de5cfa.entry.js +4 -0
- package/dist/ionic/{p-30333874.entry.js → p-a127bee2.entry.js} +1 -1
- package/dist/ionic/{p-42db6404.entry.js → p-c19af093.entry.js} +1 -1
- package/dist/ionic/{p-bce86e56.entry.js → p-d126e8d3.entry.js} +1 -1
- package/dist/ionic/{p-2bd1ea35.entry.js → p-d3014190.entry.js} +1 -1
- package/dist/ionic/{p-46a38cfd.entry.js → p-db82892c.entry.js} +1 -1
- package/dist/ionic/{p-652318c3.entry.js → p-dbbe606a.entry.js} +1 -1
- package/dist/ionic/p-dd1aef77.entry.js +4 -0
- package/dist/ionic/{p-4eec1a5e.entry.js → p-eb024a5b.entry.js} +1 -1
- package/dist/ionic/{p-fb0271ae.entry.js → p-f8f22cc0.entry.js} +1 -1
- package/dist/ionic/{p-bc293244.entry.js → p-f9061316.entry.js} +1 -1
- package/dist/types/components/refresher/refresher-interface.d.ts +7 -0
- package/dist/types/components/refresher/refresher.d.ts +16 -3
- package/dist/types/components.d.ts +16 -5
- package/dist/types/interface.d.ts +1 -1
- package/hydrate/index.js +125 -96
- package/hydrate/index.mjs +125 -96
- package/package.json +1 -1
- package/dist/ionic/p-0ca0fe9c.entry.js +0 -4
- package/dist/ionic/p-7f98e710.entry.js +0 -4
- package/dist/ionic/p-906bb44d.entry.js +0 -4
- package/dist/ionic/p-c175d792.entry.js +0 -4
package/hydrate/index.mjs
CHANGED
|
@@ -18571,11 +18571,11 @@ class ItemDivider {
|
|
|
18571
18571
|
}
|
|
18572
18572
|
render() {
|
|
18573
18573
|
const mode = getIonMode$1(this);
|
|
18574
|
-
return (hAsync(Host, { key: '
|
|
18574
|
+
return (hAsync(Host, { key: '1523095ce4af3f2611512ff0948ead659959ee4a', class: createColorClasses$1(this.color, {
|
|
18575
18575
|
[mode]: true,
|
|
18576
18576
|
'item-divider-sticky': this.sticky,
|
|
18577
18577
|
item: true,
|
|
18578
|
-
}) }, hAsync("slot", { key: '
|
|
18578
|
+
}) }, hAsync("slot", { key: '39105d888e115416c3a3fe588da44b4c61f4e5fe', name: "start" }), hAsync("div", { key: '67e16f1056bd39187f3629c1bb383b7abbda829b', class: "item-divider-inner" }, hAsync("div", { key: 'b3a218fdcc7b9aeab6e0155340152d39fa0b6329', class: "item-divider-wrapper" }, hAsync("slot", { key: '69d8587533b387869d34b075d02f61396858fc90' })), hAsync("slot", { key: 'b91c654699b3b26d0012ea0c719c4a07d1fcfbaa', name: "end" }))));
|
|
18579
18579
|
}
|
|
18580
18580
|
get el() { return getElement(this); }
|
|
18581
18581
|
static get style() { return {
|
|
@@ -18605,7 +18605,7 @@ class ItemGroup {
|
|
|
18605
18605
|
}
|
|
18606
18606
|
render() {
|
|
18607
18607
|
const mode = getIonMode$1(this);
|
|
18608
|
-
return (hAsync(Host, { key: '
|
|
18608
|
+
return (hAsync(Host, { key: 'e49dc8f99247d2431d7c6db01b6e021a0f5b1c37', role: "group", class: {
|
|
18609
18609
|
[mode]: true,
|
|
18610
18610
|
// Used internally for styling
|
|
18611
18611
|
[`item-group-${mode}`]: true,
|
|
@@ -18675,12 +18675,12 @@ class ItemOption {
|
|
|
18675
18675
|
href: this.href,
|
|
18676
18676
|
target: this.target,
|
|
18677
18677
|
};
|
|
18678
|
-
return (hAsync(Host, { key: '
|
|
18678
|
+
return (hAsync(Host, { key: '189a0040b97163b2336bf216baa71d584c5923a8', onClick: this.onClick, class: createColorClasses$1(this.color, {
|
|
18679
18679
|
[mode]: true,
|
|
18680
18680
|
'item-option-disabled': disabled,
|
|
18681
18681
|
'item-option-expandable': expandable,
|
|
18682
18682
|
'ion-activatable': true,
|
|
18683
|
-
}) }, hAsync(TagType, Object.assign({ key: '
|
|
18683
|
+
}) }, hAsync(TagType, Object.assign({ key: '5a7140eb99da5ec82fe2ea3ea134513130763399' }, attrs, { class: "button-native", part: "native", disabled: disabled }), hAsync("span", { key: '9b8577e612706b43e575c9a20f2f9d35c0d1bcb1', class: "button-inner" }, hAsync("slot", { key: '9acb82f04e4822bfaa363cc2c4d29d5c0fec0ad6', name: "top" }), hAsync("div", { key: '66f5fb4fdd0c39f205574c602c793dcf109c7a17', class: "horizontal-wrapper" }, hAsync("slot", { key: '3761a32bca7c6c41b7eb394045497cfde181a62a', name: "start" }), hAsync("slot", { key: 'a96a568955cf6962883dc6771726d3d07462da00', name: "icon-only" }), hAsync("slot", { key: 'af5dfe5eb41456b9359bafe3615b576617ed7b57' }), hAsync("slot", { key: '00426958066ab7b949ff966fabad5cf8a0b54079', name: "end" })), hAsync("slot", { key: 'ae66c8bd536a9f27865f49240980d7b4b831b229', name: "bottom" })), mode === 'md' && hAsync("ion-ripple-effect", { key: '30df6c935ef8a3f28a6bc1f3bb162ca4f80aaf26' }))));
|
|
18684
18684
|
}
|
|
18685
18685
|
get el() { return getElement(this); }
|
|
18686
18686
|
static get style() { return {
|
|
@@ -18729,7 +18729,7 @@ class ItemOptions {
|
|
|
18729
18729
|
render() {
|
|
18730
18730
|
const mode = getIonMode$1(this);
|
|
18731
18731
|
const isEnd = isEndSide(this.side);
|
|
18732
|
-
return (hAsync(Host, { key: '
|
|
18732
|
+
return (hAsync(Host, { key: '05a22a505e043c2715e3805e5e26ab4668940af0', class: {
|
|
18733
18733
|
[mode]: true,
|
|
18734
18734
|
// Used internally for styling
|
|
18735
18735
|
[`item-options-${mode}`]: true,
|
|
@@ -19194,7 +19194,7 @@ class ItemSliding {
|
|
|
19194
19194
|
}
|
|
19195
19195
|
render() {
|
|
19196
19196
|
const mode = getIonMode$1(this);
|
|
19197
|
-
return (hAsync(Host, { key: '
|
|
19197
|
+
return (hAsync(Host, { key: 'd812322c9fb5da4ee16e99dc38bfb24cb4590d03', class: {
|
|
19198
19198
|
[mode]: true,
|
|
19199
19199
|
'item-sliding-active-slide': this.state !== 2 /* SlidingState.Disabled */,
|
|
19200
19200
|
'item-sliding-active-options-end': (this.state & 8 /* SlidingState.End */) !== 0,
|
|
@@ -19299,13 +19299,13 @@ class Label {
|
|
|
19299
19299
|
render() {
|
|
19300
19300
|
const position = this.position;
|
|
19301
19301
|
const mode = getIonMode$1(this);
|
|
19302
|
-
return (hAsync(Host, { key: '
|
|
19302
|
+
return (hAsync(Host, { key: 'd6fba1a97189acc8ddfd64a2f009954a3e46e188', class: createColorClasses$1(this.color, {
|
|
19303
19303
|
[mode]: true,
|
|
19304
19304
|
'in-item-color': hostContext('ion-item.ion-color', this.el),
|
|
19305
19305
|
[`label-${position}`]: position !== undefined,
|
|
19306
19306
|
[`label-no-animate`]: this.noAnimate,
|
|
19307
19307
|
'label-rtl': document.dir === 'rtl',
|
|
19308
|
-
}) }, hAsync("slot", { key: '
|
|
19308
|
+
}) }, hAsync("slot", { key: 'ce0ab50b5700398fdf50f36d02b7ad287eb71481' })));
|
|
19309
19309
|
}
|
|
19310
19310
|
get el() { return getElement(this); }
|
|
19311
19311
|
static get watchers() { return {
|
|
@@ -19403,10 +19403,10 @@ class ListHeader {
|
|
|
19403
19403
|
render() {
|
|
19404
19404
|
const { lines } = this;
|
|
19405
19405
|
const mode = getIonMode$1(this);
|
|
19406
|
-
return (hAsync(Host, { key: '
|
|
19406
|
+
return (hAsync(Host, { key: 'd9bc827ad8cc77231efddc2435831a7fc080f77d', class: createColorClasses$1(this.color, {
|
|
19407
19407
|
[mode]: true,
|
|
19408
19408
|
[`list-header-lines-${lines}`]: lines !== undefined,
|
|
19409
|
-
}) }, hAsync("div", { key: '
|
|
19409
|
+
}) }, hAsync("div", { key: '02dd9698304a7b2997ea1487e2f308bebea2b44c', class: "list-header-inner" }, hAsync("slot", { key: '01d63a572c003286ae467a1ab23631e37e695042' }))));
|
|
19410
19410
|
}
|
|
19411
19411
|
static get style() { return {
|
|
19412
19412
|
ios: listHeaderIosCss,
|
|
@@ -19691,9 +19691,9 @@ class Loading {
|
|
|
19691
19691
|
* Otherwise, don't set aria-labelledby.
|
|
19692
19692
|
*/
|
|
19693
19693
|
const ariaLabelledBy = message !== undefined ? msgId : null;
|
|
19694
|
-
return (hAsync(Host, Object.assign({ key: '
|
|
19694
|
+
return (hAsync(Host, Object.assign({ key: '4497183ce220242abe19ae15f328f9a92ccafbbc', role: "dialog", "aria-modal": "true", "aria-labelledby": ariaLabelledBy, tabindex: "-1" }, htmlAttributes, { style: {
|
|
19695
19695
|
zIndex: `${40000 + this.overlayIndex}`,
|
|
19696
|
-
}, onIonBackdropTap: this.onBackdropTap, class: Object.assign(Object.assign({}, getClassMap(this.cssClass)), { [mode]: true, 'overlay-hidden': true, 'loading-translucent': this.translucent }) }), hAsync("ion-backdrop", { key: '
|
|
19696
|
+
}, onIonBackdropTap: this.onBackdropTap, class: Object.assign(Object.assign({}, getClassMap(this.cssClass)), { [mode]: true, 'overlay-hidden': true, 'loading-translucent': this.translucent }) }), hAsync("ion-backdrop", { key: '231dec84e424a2dc358ce95b84d6035cf43e4dea', visible: this.showBackdrop, tappable: this.backdropDismiss }), hAsync("div", { key: 'c9af29b6e6bb49a217396a5c874bbfb8835a926c', tabindex: "0", "aria-hidden": "true" }), hAsync("div", { key: 'a8659863743cdeccbe1ba810eaabfd3ebfcb86f3', class: "loading-wrapper ion-overlay-wrapper" }, spinner && (hAsync("div", { key: '3b346f39bc71691bd8686556a1e142198a7b12fa', class: "loading-spinner" }, hAsync("ion-spinner", { key: '8dc2bf1556e5138e262827f1516c59ecd09f3520', name: spinner, "aria-hidden": "true" }))), message !== undefined && this.renderLoadingMessage(msgId)), hAsync("div", { key: '054164c0dbae9a0e0973dd3c8e28f5b771820310', tabindex: "0", "aria-hidden": "true" })));
|
|
19697
19697
|
}
|
|
19698
19698
|
get el() { return getElement(this); }
|
|
19699
19699
|
static get watchers() { return {
|
|
@@ -20742,14 +20742,14 @@ class Menu {
|
|
|
20742
20742
|
* the ionBackButton listener in the menu controller
|
|
20743
20743
|
* will handle closing the menu when Escape is pressed.
|
|
20744
20744
|
*/
|
|
20745
|
-
return (hAsync(Host, { key: '
|
|
20745
|
+
return (hAsync(Host, { key: '70a427f3414a476414c3386efe6c8723fd37eccf', onKeyDown: shouldUseCloseWatcher() ? null : this.onKeydown, role: "navigation", "aria-label": inheritedAttributes['aria-label'] || 'menu', class: {
|
|
20746
20746
|
[mode]: true,
|
|
20747
20747
|
[`menu-type-${type}`]: true,
|
|
20748
20748
|
'menu-enabled': !disabled,
|
|
20749
20749
|
[`menu-side-${side}`]: true,
|
|
20750
20750
|
'menu-pane-visible': isPaneVisible,
|
|
20751
20751
|
'split-pane-side': hostContext('ion-split-pane', el),
|
|
20752
|
-
} }, hAsync("div", { key: '
|
|
20752
|
+
} }, hAsync("div", { key: '83af04e5a47d5a92caafaf06088a7114ae61984b', class: "menu-inner", part: "container", ref: (el) => (this.menuInnerEl = el) }, hAsync("slot", { key: '7b35048642864bd0f30de9f6b61c949c1b601692' })), hAsync("ion-backdrop", { key: '347af516c7970d80dd11c6d1ed61e9a040ceb5fb', ref: (el) => (this.backdropEl = el), class: "menu-backdrop", tappable: false, stopPropagation: false, part: "backdrop" })));
|
|
20753
20753
|
}
|
|
20754
20754
|
get el() { return getElement(this); }
|
|
20755
20755
|
static get watchers() { return {
|
|
@@ -20857,7 +20857,7 @@ class MenuButton {
|
|
|
20857
20857
|
type: this.type,
|
|
20858
20858
|
};
|
|
20859
20859
|
const ariaLabel = inheritedAttributes['aria-label'] || 'menu';
|
|
20860
|
-
return (hAsync(Host, { key: '
|
|
20860
|
+
return (hAsync(Host, { key: '9f0f0e50d39a6872508220c58e64bb2092a0d7ef', onClick: this.onClick, "aria-disabled": disabled ? 'true' : null, "aria-hidden": hidden ? 'true' : null, class: createColorClasses$1(color, {
|
|
20861
20861
|
[mode]: true,
|
|
20862
20862
|
button: true, // ion-buttons target .button
|
|
20863
20863
|
'menu-button-hidden': hidden,
|
|
@@ -20866,7 +20866,7 @@ class MenuButton {
|
|
|
20866
20866
|
'in-toolbar-color': hostContext('ion-toolbar[color]', this.el),
|
|
20867
20867
|
'ion-activatable': true,
|
|
20868
20868
|
'ion-focusable': true,
|
|
20869
|
-
}) }, hAsync("button", Object.assign({ key: '
|
|
20869
|
+
}) }, hAsync("button", Object.assign({ key: 'ffebf7083d23501839970059ef8e411b571de197' }, attrs, { disabled: disabled, class: "button-native", part: "native", "aria-label": ariaLabel }), hAsync("span", { key: 'cab0c1c763b3ce33ef11dba1d230f66126e59424', class: "button-inner" }, hAsync("slot", { key: 'ccfd2be8479b75b5c63e97e1ca7dfe203e9b36ee' }, hAsync("ion-icon", { key: 'ac254fe7f327b08f1ae3fcea89d5cf0e83c9a96c', part: "icon", icon: menuIcon, mode: mode, lazy: false, "aria-hidden": "true" }))), mode === 'md' && hAsync("ion-ripple-effect", { key: 'f0f17c4ca96e3eed3c1727ee00578d40af8f0115', type: "unbounded" }))));
|
|
20870
20870
|
}
|
|
20871
20871
|
get el() { return getElement(this); }
|
|
20872
20872
|
static get style() { return {
|
|
@@ -20919,10 +20919,10 @@ class MenuToggle {
|
|
|
20919
20919
|
render() {
|
|
20920
20920
|
const mode = getIonMode$1(this);
|
|
20921
20921
|
const hidden = this.autoHide && !this.visible;
|
|
20922
|
-
return (hAsync(Host, { key: '
|
|
20922
|
+
return (hAsync(Host, { key: 'cd567114769a30bd3871ed5d15bf42aed39956e1', onClick: this.onClick, "aria-hidden": hidden ? 'true' : null, class: {
|
|
20923
20923
|
[mode]: true,
|
|
20924
20924
|
'menu-toggle-hidden': hidden,
|
|
20925
|
-
} }, hAsync("slot", { key: '
|
|
20925
|
+
} }, hAsync("slot", { key: '773d4cff95ca75f23578b1e1dca53c9933f28a33' })));
|
|
20926
20926
|
}
|
|
20927
20927
|
static get style() { return menuToggleCss; }
|
|
20928
20928
|
static get cmpMeta() { return {
|
|
@@ -23763,20 +23763,20 @@ class Modal {
|
|
|
23763
23763
|
const isCardModal = presentingElement !== undefined && mode === 'ios';
|
|
23764
23764
|
const isHandleCycle = handleBehavior === 'cycle';
|
|
23765
23765
|
const isSheetModalWithHandle = isSheetModal && showHandle;
|
|
23766
|
-
return (hAsync(Host, Object.assign({ key: '
|
|
23766
|
+
return (hAsync(Host, Object.assign({ key: '87328006ea6c75ebc518ace300438492a567223e', "no-router": true,
|
|
23767
23767
|
// Allow the modal to be navigable when the handle is focusable
|
|
23768
23768
|
tabIndex: isHandleCycle && isSheetModalWithHandle ? 0 : -1 }, htmlAttributes, { style: {
|
|
23769
23769
|
zIndex: `${20000 + this.overlayIndex}`,
|
|
23770
|
-
}, class: Object.assign({ [mode]: true, ['modal-default']: !isCardModal && !isSheetModal, [`modal-card`]: isCardModal, [`modal-sheet`]: isSheetModal, [`modal-no-expand-scroll`]: isSheetModal && !expandToScroll, 'overlay-hidden': true, [FOCUS_TRAP_DISABLE_CLASS]: focusTrap === false }, getClassMap(this.cssClass)), onIonBackdropTap: this.onBackdropTap, onIonModalDidPresent: this.onLifecycle, onIonModalWillPresent: this.onLifecycle, onIonModalWillDismiss: this.onLifecycle, onIonModalDidDismiss: this.onLifecycle, onFocus: this.onModalFocus }), hAsync("ion-backdrop", { key: '
|
|
23770
|
+
}, class: Object.assign({ [mode]: true, ['modal-default']: !isCardModal && !isSheetModal, [`modal-card`]: isCardModal, [`modal-sheet`]: isSheetModal, [`modal-no-expand-scroll`]: isSheetModal && !expandToScroll, 'overlay-hidden': true, [FOCUS_TRAP_DISABLE_CLASS]: focusTrap === false }, getClassMap(this.cssClass)), onIonBackdropTap: this.onBackdropTap, onIonModalDidPresent: this.onLifecycle, onIonModalWillPresent: this.onLifecycle, onIonModalWillDismiss: this.onLifecycle, onIonModalDidDismiss: this.onLifecycle, onFocus: this.onModalFocus }), hAsync("ion-backdrop", { key: 'ee94ff8e09b691dd4ad4e4db1720f06bc3c5a469', ref: (el) => (this.backdropEl = el), visible: this.showBackdrop, tappable: this.backdropDismiss, part: "backdrop" }), mode === 'ios' && hAsync("div", { key: 'bffd69b4635c22d9f249725bd952c1e93d5615c7', class: "modal-shadow" }), hAsync("div", Object.assign({ key: '1d394d3c68916e464ff1fbf5242419f4a3d3cca1',
|
|
23771
23771
|
/*
|
|
23772
23772
|
role and aria-modal must be used on the
|
|
23773
23773
|
same element. They must also be set inside the
|
|
23774
23774
|
shadow DOM otherwise ion-button will not be highlighted
|
|
23775
23775
|
when using VoiceOver: https://bugs.webkit.org/show_bug.cgi?id=247134
|
|
23776
23776
|
*/
|
|
23777
|
-
role: "dialog" }, inheritedAttributes, { "aria-modal": "true", class: "modal-wrapper ion-overlay-wrapper", part: "content", ref: (el) => (this.wrapperEl = el) }), showHandle && (hAsync("button", { key: '
|
|
23777
|
+
role: "dialog" }, inheritedAttributes, { "aria-modal": "true", class: "modal-wrapper ion-overlay-wrapper", part: "content", ref: (el) => (this.wrapperEl = el) }), showHandle && (hAsync("button", { key: '2dcf58792018e557e0c323baad2d672bc99c0bb1', class: "modal-handle",
|
|
23778
23778
|
// Prevents the handle from receiving keyboard focus when it does not cycle
|
|
23779
|
-
tabIndex: !isHandleCycle ? -1 : 0, "aria-label": "Activate to adjust the size of the dialog overlaying the screen", onClick: isHandleCycle ? this.onHandleClick : undefined, part: "handle", ref: (el) => (this.dragHandleEl = el) })), hAsync("slot", { key: '
|
|
23779
|
+
tabIndex: !isHandleCycle ? -1 : 0, "aria-label": "Activate to adjust the size of the dialog overlaying the screen", onClick: isHandleCycle ? this.onHandleClick : undefined, part: "handle", ref: (el) => (this.dragHandleEl = el) })), hAsync("slot", { key: '44164b1e8710c3895400ad9f44ecd99873874ad5', onSlotchange: this.onSlotChange }))));
|
|
23780
23780
|
}
|
|
23781
23781
|
get el() { return getElement(this); }
|
|
23782
23782
|
static get watchers() { return {
|
|
@@ -24724,7 +24724,7 @@ class Nav {
|
|
|
24724
24724
|
}
|
|
24725
24725
|
}
|
|
24726
24726
|
render() {
|
|
24727
|
-
return hAsync("slot", { key: '
|
|
24727
|
+
return hAsync("slot", { key: '8067c9835d255daec61f33dba200fd3a6ff839a0' });
|
|
24728
24728
|
}
|
|
24729
24729
|
get el() { return getElement(this); }
|
|
24730
24730
|
static get watchers() { return {
|
|
@@ -24797,7 +24797,7 @@ class NavLink {
|
|
|
24797
24797
|
};
|
|
24798
24798
|
}
|
|
24799
24799
|
render() {
|
|
24800
|
-
return hAsync(Host, { key: '
|
|
24800
|
+
return hAsync(Host, { key: '6dbb1ad4f351e9215375aac11ab9b53762e07a08', onClick: this.onClick });
|
|
24801
24801
|
}
|
|
24802
24802
|
get el() { return getElement(this); }
|
|
24803
24803
|
static get cmpMeta() { return {
|
|
@@ -24828,9 +24828,9 @@ class Note {
|
|
|
24828
24828
|
}
|
|
24829
24829
|
render() {
|
|
24830
24830
|
const mode = getIonMode$1(this);
|
|
24831
|
-
return (hAsync(Host, { key: '
|
|
24831
|
+
return (hAsync(Host, { key: '0ec2ef7367d867fd7588611953f696eecdf3221e', class: createColorClasses$1(this.color, {
|
|
24832
24832
|
[mode]: true,
|
|
24833
|
-
}) }, hAsync("slot", { key: '
|
|
24833
|
+
}) }, hAsync("slot", { key: 'a200b94ddffb29cf6dabe6e984220930ea7efdef' })));
|
|
24834
24834
|
}
|
|
24835
24835
|
static get style() { return {
|
|
24836
24836
|
ios: noteIosCss,
|
|
@@ -25590,11 +25590,11 @@ class Picker {
|
|
|
25590
25590
|
render() {
|
|
25591
25591
|
const { htmlAttributes } = this;
|
|
25592
25592
|
const mode = getIonMode$1(this);
|
|
25593
|
-
return (hAsync(Host, Object.assign({ key: '
|
|
25593
|
+
return (hAsync(Host, Object.assign({ key: 'b95440747eb80cba23ae676d399d5e5816722c58', "aria-modal": "true", tabindex: "-1" }, htmlAttributes, { style: {
|
|
25594
25594
|
zIndex: `${20000 + this.overlayIndex}`,
|
|
25595
25595
|
}, class: Object.assign({ [mode]: true,
|
|
25596
25596
|
// Used internally for styling
|
|
25597
|
-
[`picker-${mode}`]: true, 'overlay-hidden': true }, getClassMap(this.cssClass)), onIonBackdropTap: this.onBackdropTap, onIonPickerWillDismiss: this.dispatchCancelHandler }), hAsync("ion-backdrop", { key: '
|
|
25597
|
+
[`picker-${mode}`]: true, 'overlay-hidden': true }, getClassMap(this.cssClass)), onIonBackdropTap: this.onBackdropTap, onIonPickerWillDismiss: this.dispatchCancelHandler }), hAsync("ion-backdrop", { key: '169d1c83ef40e7fcb134219a585298b403a70b0f', visible: this.showBackdrop, tappable: this.backdropDismiss }), hAsync("div", { key: '98518e5f5cea2dfb8dfa63d9545e9ae3a5765023', tabindex: "0", "aria-hidden": "true" }), hAsync("div", { key: '151755ab8eb23f9adafbfe201349398f5a69dee7', class: "picker-wrapper ion-overlay-wrapper", role: "dialog" }, hAsync("div", { key: '5dcf93b2f4fe8f4fce7c7aec8f85ef45a03ef470', class: "picker-toolbar" }, this.buttons.map((b) => (hAsync("div", { class: buttonWrapperClass(b) }, hAsync("button", { type: "button", onClick: () => this.buttonClick(b), class: buttonClass$1(b) }, b.text))))), hAsync("div", { key: 'fd5d66708edd38adc5a4d2fad7298969398a05e3', class: "picker-columns" }, hAsync("div", { key: '1b5830fd6cef1016af7736792c514965d6cb38a8', class: "picker-above-highlight" }), this.presented && this.columns.map((c) => hAsync("ion-picker-legacy-column", { col: c })), hAsync("div", { key: 'c6edeca7afd69e13c9c66ba36f261974fd0f8f78', class: "picker-below-highlight" }))), hAsync("div", { key: 'e2a4b24710e30579b14b82dbfd3761b2187797b5', tabindex: "0", "aria-hidden": "true" })));
|
|
25598
25598
|
}
|
|
25599
25599
|
get el() { return getElement(this); }
|
|
25600
25600
|
static get watchers() { return {
|
|
@@ -26563,9 +26563,9 @@ class PickerColumnCmp {
|
|
|
26563
26563
|
render() {
|
|
26564
26564
|
const col = this.col;
|
|
26565
26565
|
const mode = getIonMode$1(this);
|
|
26566
|
-
return (hAsync(Host, { key: '
|
|
26566
|
+
return (hAsync(Host, { key: 'ed32d108dd94f0302fb453c31a3497ebae65ec37', class: Object.assign({ [mode]: true, 'picker-col': true, 'picker-opts-left': this.col.align === 'left', 'picker-opts-right': this.col.align === 'right' }, getClassMap(col.cssClass)), style: {
|
|
26567
26567
|
'max-width': this.col.columnWidth,
|
|
26568
|
-
} }, col.prefix && (hAsync("div", { key: '
|
|
26568
|
+
} }, col.prefix && (hAsync("div", { key: '9f0634890e66fd4ae74f826d1eea3431de121393', class: "picker-prefix", style: { width: col.prefixWidth } }, col.prefix)), hAsync("div", { key: '337e996e5be91af16446085fe22436f213b771eb', class: "picker-opts", style: { maxWidth: col.optionsWidth }, ref: (el) => (this.optsEl = el) }, col.options.map((o, index) => (hAsync("button", { "aria-label": o.ariaLabel, class: { 'picker-opt': true, 'picker-opt-disabled': !!o.disabled }, "opt-index": index }, o.text)))), col.suffix && (hAsync("div", { key: 'd69a132599d78d9e5107f12228978cfce4e43098', class: "picker-suffix", style: { width: col.suffixWidth } }, col.suffix))));
|
|
26569
26569
|
}
|
|
26570
26570
|
get el() { return getElement(this); }
|
|
26571
26571
|
static get watchers() { return {
|
|
@@ -26682,10 +26682,10 @@ class PickerColumnOption {
|
|
|
26682
26682
|
render() {
|
|
26683
26683
|
const { color, disabled, ariaLabel } = this;
|
|
26684
26684
|
const mode = getIonMode$1(this);
|
|
26685
|
-
return (hAsync(Host, { key: '
|
|
26685
|
+
return (hAsync(Host, { key: 'f816729941aabcb31ddfdce3ffe2e2139030d715', class: createColorClasses$1(color, {
|
|
26686
26686
|
[mode]: true,
|
|
26687
26687
|
['option-disabled']: disabled,
|
|
26688
|
-
}) }, hAsync("div", { key: '
|
|
26688
|
+
}) }, hAsync("div", { key: 'd942de84fd14d7dc06b1e5cf4f7920d1dc3c6371', class: 'picker-column-option-button', role: "button", "aria-label": ariaLabel, onClick: () => this.onClick() }, hAsync("slot", { key: 'b0df5717b42209e649097209a01476e1a66f5c5c' }))));
|
|
26689
26689
|
}
|
|
26690
26690
|
get el() { return getElement(this); }
|
|
26691
26691
|
static get watchers() { return {
|
|
@@ -28126,9 +28126,9 @@ class Popover {
|
|
|
28126
28126
|
const { onLifecycle, parentPopover, dismissOnSelect, side, arrow, htmlAttributes, focusTrap } = this;
|
|
28127
28127
|
const desktop = isPlatform('desktop');
|
|
28128
28128
|
const enableArrow = arrow && !parentPopover;
|
|
28129
|
-
return (hAsync(Host, Object.assign({ key: '
|
|
28129
|
+
return (hAsync(Host, Object.assign({ key: '42863f748c93f709d433931d969230137b37d42d', "aria-modal": "true", "no-router": true, tabindex: "-1" }, htmlAttributes, { style: {
|
|
28130
28130
|
zIndex: `${20000 + this.overlayIndex}`,
|
|
28131
|
-
}, class: Object.assign(Object.assign({}, getClassMap(this.cssClass)), { [mode]: true, 'popover-translucent': this.translucent, 'overlay-hidden': true, 'popover-desktop': desktop, [`popover-side-${side}`]: true, [FOCUS_TRAP_DISABLE_CLASS]: focusTrap === false, 'popover-nested': !!parentPopover }), onIonPopoverDidPresent: onLifecycle, onIonPopoverWillPresent: onLifecycle, onIonPopoverWillDismiss: onLifecycle, onIonPopoverDidDismiss: onLifecycle, onIonBackdropTap: this.onBackdropTap }), !parentPopover && hAsync("ion-backdrop", { key: '
|
|
28131
|
+
}, class: Object.assign(Object.assign({}, getClassMap(this.cssClass)), { [mode]: true, 'popover-translucent': this.translucent, 'overlay-hidden': true, 'popover-desktop': desktop, [`popover-side-${side}`]: true, [FOCUS_TRAP_DISABLE_CLASS]: focusTrap === false, 'popover-nested': !!parentPopover }), onIonPopoverDidPresent: onLifecycle, onIonPopoverWillPresent: onLifecycle, onIonPopoverWillDismiss: onLifecycle, onIonPopoverDidDismiss: onLifecycle, onIonBackdropTap: this.onBackdropTap }), !parentPopover && hAsync("ion-backdrop", { key: '22b6d82178b52158b76ab3fd9a7dd738fd6e4bbf', tappable: this.backdropDismiss, visible: this.showBackdrop, part: "backdrop" }), hAsync("div", { key: 'b76335c64e992a964ed3fb91d17a992c3474b4cd', class: "popover-wrapper ion-overlay-wrapper", onClick: dismissOnSelect ? () => this.dismiss() : undefined }, enableArrow && hAsync("div", { key: '018c846c32e7ff7fa010528e6b37a17e5f03c84c', class: "popover-arrow", part: "arrow" }), hAsync("div", { key: '350c468c80052da3a07768bceab98fe159c35a43', class: "popover-content", part: "content" }, hAsync("slot", { key: '686443c17ac9873d33905c1cdb67e6d6da675282' })))));
|
|
28132
28132
|
}
|
|
28133
28133
|
get el() { return getElement(this); }
|
|
28134
28134
|
static get watchers() { return {
|
|
@@ -28233,7 +28233,7 @@ class ProgressBar {
|
|
|
28233
28233
|
const mode = getIonMode$1(this);
|
|
28234
28234
|
// If the progress is displayed as a solid bar.
|
|
28235
28235
|
const progressSolid = buffer === 1;
|
|
28236
|
-
return (hAsync(Host, { key: '
|
|
28236
|
+
return (hAsync(Host, { key: 'dc69693b5d2dcb2b6e4296d7cb85bc27507f3fa6', role: "progressbar", "aria-valuenow": type === 'determinate' ? value : null, "aria-valuemin": "0", "aria-valuemax": "1", class: createColorClasses$1(color, {
|
|
28237
28237
|
[mode]: true,
|
|
28238
28238
|
[`progress-bar-${type}`]: true,
|
|
28239
28239
|
'progress-paused': paused,
|
|
@@ -28418,7 +28418,7 @@ class Radio {
|
|
|
28418
28418
|
const { checked, disabled, color, el, justify, labelPlacement, hasLabel, buttonTabindex, alignment } = this;
|
|
28419
28419
|
const mode = getIonMode$1(this);
|
|
28420
28420
|
const inItem = hostContext('ion-item', el);
|
|
28421
|
-
return (hAsync(Host, { key: '
|
|
28421
|
+
return (hAsync(Host, { key: '3353b28172b7f837d4b38964169b5b5f4ba02788', onFocus: this.onFocus, onBlur: this.onBlur, onClick: this.onClick, class: createColorClasses$1(color, {
|
|
28422
28422
|
[mode]: true,
|
|
28423
28423
|
'in-item': inItem,
|
|
28424
28424
|
'radio-checked': checked,
|
|
@@ -28429,10 +28429,10 @@ class Radio {
|
|
|
28429
28429
|
// Focus and active styling should not apply when the radio is in an item
|
|
28430
28430
|
'ion-activatable': !inItem,
|
|
28431
28431
|
'ion-focusable': !inItem,
|
|
28432
|
-
}), role: "radio", "aria-checked": checked ? 'true' : 'false', "aria-disabled": disabled ? 'true' : null, tabindex: buttonTabindex }, hAsync("label", { key: '
|
|
28432
|
+
}), role: "radio", "aria-checked": checked ? 'true' : 'false', "aria-disabled": disabled ? 'true' : null, tabindex: buttonTabindex }, hAsync("label", { key: '418a0a48366ff900e97da123abf665bbbda87fb7', class: "radio-wrapper" }, hAsync("div", { key: '6e5acdd8c8f5d0ad26632a65396afef8094153d1', class: {
|
|
28433
28433
|
'label-text-wrapper': true,
|
|
28434
28434
|
'label-text-wrapper-hidden': !hasLabel,
|
|
28435
|
-
}, part: "label" }, hAsync("slot", { key: '
|
|
28435
|
+
}, part: "label" }, hAsync("slot", { key: '10b157162cd283d624153c747679609cf0bbf11e' })), hAsync("div", { key: '4c45cca95cb105cd6df1025a26e3c045272184a0', class: "native-wrapper" }, this.renderRadioControl()))));
|
|
28436
28436
|
}
|
|
28437
28437
|
get el() { return getElement(this); }
|
|
28438
28438
|
static get watchers() { return {
|
|
@@ -28671,7 +28671,7 @@ class RadioGroup {
|
|
|
28671
28671
|
const { label, labelId, el, name, value } = this;
|
|
28672
28672
|
const mode = getIonMode$1(this);
|
|
28673
28673
|
renderHiddenInput(true, el, name, value, false);
|
|
28674
|
-
return (hAsync(Host, { key: 'db593b3ed511e9395e3c7bfd91b787328692cd6d', role: "radiogroup", "aria-labelledby": label ? labelId : null, "aria-describedby": this.hintTextId, "aria-invalid": this.isInvalid ? 'true' : undefined, onClick: this.onClick, class: mode }, this.renderHintText(), hAsync("slot", { key: '
|
|
28674
|
+
return (hAsync(Host, { key: 'db593b3ed511e9395e3c7bfd91b787328692cd6d', role: "radiogroup", "aria-labelledby": label ? labelId : null, "aria-describedby": this.hintTextId, "aria-invalid": this.isInvalid ? 'true' : undefined, onClick: this.onClick, class: mode }, this.renderHintText(), hAsync("div", { key: '85045b45a0100a45f3b9a35d1c5a25ec63d525c4', class: "radio-group-wrapper" }, hAsync("slot", { key: '53dacb87ce62398e78771fb2efaf839ab922d946' }))));
|
|
28675
28675
|
}
|
|
28676
28676
|
get el() { return getElement(this); }
|
|
28677
28677
|
static get watchers() { return {
|
|
@@ -29431,7 +29431,7 @@ class Range {
|
|
|
29431
29431
|
const needsEndAdjustment = inItem && !hasEndContent;
|
|
29432
29432
|
const mode = getIonMode$1(this);
|
|
29433
29433
|
renderHiddenInput(true, el, this.name, JSON.stringify(this.getValue()), disabled);
|
|
29434
|
-
return (hAsync(Host, { key: '
|
|
29434
|
+
return (hAsync(Host, { key: 'ef7b01f80515bcaeb2983934ad7f10a6bd5d13ec', onFocusin: this.onFocus, onFocusout: this.onBlur, id: rangeId, class: createColorClasses$1(this.color, {
|
|
29435
29435
|
[mode]: true,
|
|
29436
29436
|
'in-item': inItem,
|
|
29437
29437
|
'range-disabled': disabled,
|
|
@@ -29440,10 +29440,10 @@ class Range {
|
|
|
29440
29440
|
[`range-label-placement-${labelPlacement}`]: true,
|
|
29441
29441
|
'range-item-start-adjustment': needsStartAdjustment,
|
|
29442
29442
|
'range-item-end-adjustment': needsEndAdjustment,
|
|
29443
|
-
}) }, hAsync("label", { key: '
|
|
29443
|
+
}) }, hAsync("label", { key: 'fd8aa90a9d52be9da024b907e68858dae424449d', class: "range-wrapper", id: "range-label" }, hAsync("div", { key: '2172b4f329c22017dd23475c80aac25ba6e753eb', class: {
|
|
29444
29444
|
'label-text-wrapper': true,
|
|
29445
29445
|
'label-text-wrapper-hidden': !hasLabel,
|
|
29446
|
-
}, part: "label" }, label !== undefined ? hAsync("div", { class: "label-text" }, label) : hAsync("slot", { name: "label" })), hAsync("div", { key: '
|
|
29446
|
+
}, part: "label" }, label !== undefined ? hAsync("div", { class: "label-text" }, label) : hAsync("slot", { name: "label" })), hAsync("div", { key: '3c318bf2ea0576646d4c010bf44573fd0f483186', class: "native-wrapper" }, hAsync("slot", { key: '6586fd6fc96271e73f8a86c202d1913ad1a26f96', name: "start" }), this.renderRangeSlider(), hAsync("slot", { key: '74ac0bc2d2cb66ef708bb729f88b6ecbc1b2155d', name: "end" })))));
|
|
29447
29447
|
}
|
|
29448
29448
|
get el() { return getElement(this); }
|
|
29449
29449
|
static get watchers() { return {
|
|
@@ -29735,6 +29735,8 @@ class Refresher {
|
|
|
29735
29735
|
this.ionRefresh = createEvent(this, "ionRefresh", 7);
|
|
29736
29736
|
this.ionPull = createEvent(this, "ionPull", 7);
|
|
29737
29737
|
this.ionStart = createEvent(this, "ionStart", 7);
|
|
29738
|
+
this.ionPullStart = createEvent(this, "ionPullStart", 7);
|
|
29739
|
+
this.ionPullEnd = createEvent(this, "ionPullEnd", 7);
|
|
29738
29740
|
this.appliedStyles = false;
|
|
29739
29741
|
this.didStart = false;
|
|
29740
29742
|
this.progress = 0;
|
|
@@ -29789,8 +29791,8 @@ class Refresher {
|
|
|
29789
29791
|
* than `1`. The default value is `1` which is equal to the speed of the cursor.
|
|
29790
29792
|
* If a negative value is passed in, the factor will be `1` instead.
|
|
29791
29793
|
*
|
|
29792
|
-
* For example
|
|
29793
|
-
* `10` pixels, instead of `10` pixels the content will be pulled by `12` pixels
|
|
29794
|
+
* For example, If the value passed is `1.2` and the content is dragged by
|
|
29795
|
+
* `10` pixels, instead of `10` pixels, the content will be pulled by `12` pixels
|
|
29794
29796
|
* (an increase of 20 percent). If the value passed is `0.8`, the dragged amount
|
|
29795
29797
|
* will be `8` pixels, less than the amount the cursor has moved.
|
|
29796
29798
|
*
|
|
@@ -29840,6 +29842,9 @@ class Refresher {
|
|
|
29840
29842
|
this.animations = [];
|
|
29841
29843
|
this.progress = 0;
|
|
29842
29844
|
this.state = 1 /* RefresherState.Inactive */;
|
|
29845
|
+
this.ionPullEnd.emit({
|
|
29846
|
+
reason: state === 32 /* RefresherState.Completing */ ? 'complete' : 'cancel',
|
|
29847
|
+
});
|
|
29843
29848
|
}
|
|
29844
29849
|
async setupiOSNativeRefresher(pullingSpinner, refreshingSpinner) {
|
|
29845
29850
|
this.elementToTransform = this.scrollEl;
|
|
@@ -29872,6 +29877,7 @@ class Refresher {
|
|
|
29872
29877
|
if (!this.didStart) {
|
|
29873
29878
|
this.didStart = true;
|
|
29874
29879
|
this.ionStart.emit();
|
|
29880
|
+
this.ionPullStart.emit();
|
|
29875
29881
|
}
|
|
29876
29882
|
// emit "pulling" on every move
|
|
29877
29883
|
if (this.pointerDown) {
|
|
@@ -29947,6 +29953,7 @@ class Refresher {
|
|
|
29947
29953
|
this.lastVelocityY = ev.velocityY;
|
|
29948
29954
|
},
|
|
29949
29955
|
onEnd: () => {
|
|
29956
|
+
const hadStarted = this.didStart;
|
|
29950
29957
|
this.pointerDown = false;
|
|
29951
29958
|
this.didStart = false;
|
|
29952
29959
|
if (this.needsCompletion) {
|
|
@@ -29956,6 +29963,13 @@ class Refresher {
|
|
|
29956
29963
|
else if (this.didRefresh) {
|
|
29957
29964
|
readTask(() => translateElement(this.elementToTransform, `${this.el.clientHeight}px`));
|
|
29958
29965
|
}
|
|
29966
|
+
else if (hadStarted) {
|
|
29967
|
+
/**
|
|
29968
|
+
* User started pulling but released before reaching the refresh threshold.
|
|
29969
|
+
* Emit ionPullEnd to complete the event pair.
|
|
29970
|
+
*/
|
|
29971
|
+
this.ionPullEnd.emit({ reason: 'cancel' });
|
|
29972
|
+
}
|
|
29959
29973
|
},
|
|
29960
29974
|
});
|
|
29961
29975
|
this.disabledChanged();
|
|
@@ -30002,6 +30016,7 @@ class Refresher {
|
|
|
30002
30016
|
ev.data.animation = animation;
|
|
30003
30017
|
animation.progressStart(false, 0);
|
|
30004
30018
|
this.ionStart.emit();
|
|
30019
|
+
this.ionPullStart.emit();
|
|
30005
30020
|
this.animations.push(animation);
|
|
30006
30021
|
return;
|
|
30007
30022
|
}
|
|
@@ -30024,6 +30039,7 @@ class Refresher {
|
|
|
30024
30039
|
this.animations = [];
|
|
30025
30040
|
this.gesture.enable(true);
|
|
30026
30041
|
this.state = 1 /* RefresherState.Inactive */;
|
|
30042
|
+
this.ionPullEnd.emit({ reason: 'cancel' });
|
|
30027
30043
|
});
|
|
30028
30044
|
return;
|
|
30029
30045
|
}
|
|
@@ -30268,6 +30284,7 @@ class Refresher {
|
|
|
30268
30284
|
if (!this.didStart) {
|
|
30269
30285
|
this.didStart = true;
|
|
30270
30286
|
this.ionStart.emit();
|
|
30287
|
+
this.ionPullStart.emit();
|
|
30271
30288
|
}
|
|
30272
30289
|
// emit "pulling" on every move
|
|
30273
30290
|
this.ionPull.emit();
|
|
@@ -30311,6 +30328,15 @@ class Refresher {
|
|
|
30311
30328
|
* available right away.
|
|
30312
30329
|
*/
|
|
30313
30330
|
this.restoreOverflowStyle();
|
|
30331
|
+
/**
|
|
30332
|
+
* If ionPullStart was emitted, we need to emit ionPullEnd
|
|
30333
|
+
* even though the gesture was aborted before reaching the
|
|
30334
|
+
* pulling threshold.
|
|
30335
|
+
*/
|
|
30336
|
+
if (this.didStart) {
|
|
30337
|
+
this.didStart = false;
|
|
30338
|
+
this.ionPullEnd.emit({ reason: 'cancel' });
|
|
30339
|
+
}
|
|
30314
30340
|
}
|
|
30315
30341
|
}
|
|
30316
30342
|
beginRefresh() {
|
|
@@ -30357,6 +30383,9 @@ class Refresher {
|
|
|
30357
30383
|
if (this.contentFullscreen && this.backgroundContentEl) {
|
|
30358
30384
|
(_a = this.backgroundContentEl) === null || _a === void 0 ? void 0 : _a.style.removeProperty('--offset-top');
|
|
30359
30385
|
}
|
|
30386
|
+
this.ionPullEnd.emit({
|
|
30387
|
+
reason: state === 32 /* RefresherState.Completing */ ? 'complete' : 'cancel',
|
|
30388
|
+
});
|
|
30360
30389
|
}, 600);
|
|
30361
30390
|
// reset the styles on the scroll element
|
|
30362
30391
|
// set that the refresh is actively cancelling/completing
|
|
@@ -30410,7 +30439,7 @@ class Refresher {
|
|
|
30410
30439
|
}
|
|
30411
30440
|
render() {
|
|
30412
30441
|
const mode = getIonMode$1(this);
|
|
30413
|
-
return (hAsync(Host, { key: '
|
|
30442
|
+
return (hAsync(Host, { key: 'bed0c2f44c32ecac24b7d8326ac7c7ef1d12c44f', slot: "fixed", class: {
|
|
30414
30443
|
[mode]: true,
|
|
30415
30444
|
// Used internally for styling
|
|
30416
30445
|
[`refresher-${mode}`]: true,
|
|
@@ -30634,7 +30663,7 @@ class RefresherContent {
|
|
|
30634
30663
|
const pullingIcon = this.pullingIcon;
|
|
30635
30664
|
const hasSpinner = pullingIcon != null && SPINNERS[pullingIcon] !== undefined;
|
|
30636
30665
|
const mode = getIonMode$1(this);
|
|
30637
|
-
return (hAsync(Host, { key: '
|
|
30666
|
+
return (hAsync(Host, { key: 'e235f8a9a84070ece2e2066ced234a64663bfa1d', class: mode }, hAsync("div", { key: '9121691818ddaa35801a5f442e144ac27686cf19', class: "refresher-pulling" }, this.pullingIcon && hasSpinner && (hAsync("div", { key: 'c8d65d740f1575041bd3b752c789077927397fe4', class: "refresher-pulling-icon" }, hAsync("div", { key: '309dd904977eaa788b09ea95b7fa4996a73bec5b', class: "spinner-arrow-container" }, hAsync("ion-spinner", { key: 'a2a1480f67775d56ca7822e76be1e9f983bca2f9', name: this.pullingIcon, paused: true }), mode === 'md' && this.pullingIcon === 'circular' && (hAsync("div", { key: '811d7e06d324bf4b6a18a31427a43e5177f3ae3a', class: "arrow-container" }, hAsync("ion-icon", { key: '86cc48e2e8dc054ff6ff1299094da35b524be63d', icon: caretBackSharp, "aria-hidden": "true" })))))), this.pullingIcon && !hasSpinner && (hAsync("div", { key: '464ae097dbc95c18a2dd7dfd03f8489153dab719', class: "refresher-pulling-icon" }, hAsync("ion-icon", { key: 'ed6875978b9035add562caa743a68353743d978f', icon: this.pullingIcon, lazy: false, "aria-hidden": "true" }))), this.pullingText !== undefined && this.renderPullingText()), hAsync("div", { key: 'aff891924e44354543fec484e5cde1ca92e69904', class: "refresher-refreshing" }, this.refreshingSpinner && (hAsync("div", { key: '842d7ac4ff10a1058775493d62f31cbdcd34f7a0', class: "refresher-refreshing-icon" }, hAsync("ion-spinner", { key: '8c3e6195501e7e78d5cde1e3ad1fef90fd4a953f', name: this.refreshingSpinner }))), this.refreshingText !== undefined && this.renderRefreshingText())));
|
|
30638
30667
|
}
|
|
30639
30668
|
get el() { return getElement(this); }
|
|
30640
30669
|
static get cmpMeta() { return {
|
|
@@ -30675,7 +30704,7 @@ class Reorder {
|
|
|
30675
30704
|
render() {
|
|
30676
30705
|
const mode = getIonMode$1(this);
|
|
30677
30706
|
const reorderIcon = mode === 'ios' ? reorderThreeOutline : reorderTwoSharp;
|
|
30678
|
-
return (hAsync(Host, { key: '
|
|
30707
|
+
return (hAsync(Host, { key: 'e6807bb349725682e99e791ac65e729a360d64e8', class: mode }, hAsync("slot", { key: '1c691cdbffa6427ba08dc12184c69559ed5d5506' }, hAsync("ion-icon", { key: '8b4150302cdca475379582b2251737b5e74079b1', icon: reorderIcon, lazy: false, class: "reorder-icon", part: "icon", "aria-hidden": "true" }))));
|
|
30679
30708
|
}
|
|
30680
30709
|
get el() { return getElement(this); }
|
|
30681
30710
|
static get style() { return {
|
|
@@ -30946,7 +30975,7 @@ class ReorderGroup {
|
|
|
30946
30975
|
}
|
|
30947
30976
|
render() {
|
|
30948
30977
|
const mode = getIonMode$1(this);
|
|
30949
|
-
return (hAsync(Host, { key: '
|
|
30978
|
+
return (hAsync(Host, { key: 'b9641f3061d67fbfe68317b901ec33267046e073', class: {
|
|
30950
30979
|
[mode]: true,
|
|
30951
30980
|
'reorder-enabled': !this.disabled,
|
|
30952
30981
|
'reorder-list-active': this.state !== 0 /* ReorderGroupState.Idle */,
|
|
@@ -31062,7 +31091,7 @@ class RippleEffect {
|
|
|
31062
31091
|
}
|
|
31063
31092
|
render() {
|
|
31064
31093
|
const mode = getIonMode$1(this);
|
|
31065
|
-
return (hAsync(Host, { key: '
|
|
31094
|
+
return (hAsync(Host, { key: 'ae9d3b1ed6773a9b9bb2267129f7e9af23b6c9fc', role: "presentation", class: {
|
|
31066
31095
|
[mode]: true,
|
|
31067
31096
|
unbounded: this.unbounded,
|
|
31068
31097
|
} }));
|
|
@@ -32021,10 +32050,10 @@ class RouterLink {
|
|
|
32021
32050
|
rel: this.rel,
|
|
32022
32051
|
target: this.target,
|
|
32023
32052
|
};
|
|
32024
|
-
return (hAsync(Host, { key: '
|
|
32053
|
+
return (hAsync(Host, { key: 'd7f2affcde45c5fbb6cb46cd1c30008ee92a68c5', onClick: this.onClick, class: createColorClasses$1(this.color, {
|
|
32025
32054
|
[mode]: true,
|
|
32026
32055
|
'ion-activatable': true,
|
|
32027
|
-
}) }, hAsync("a", Object.assign({ key: '
|
|
32056
|
+
}) }, hAsync("a", Object.assign({ key: 'babafae85ca5c6429958d383feff0493ff8cf33e' }, attrs), hAsync("slot", { key: '50314e9555bbf6dffa0c50c3f763009dee59b10b' }))));
|
|
32028
32057
|
}
|
|
32029
32058
|
static get style() { return routerLinkCss; }
|
|
32030
32059
|
static get cmpMeta() { return {
|
|
@@ -32221,7 +32250,7 @@ class RouterOutlet {
|
|
|
32221
32250
|
return true;
|
|
32222
32251
|
}
|
|
32223
32252
|
render() {
|
|
32224
|
-
return hAsync("slot", { key: '
|
|
32253
|
+
return hAsync("slot", { key: '84b50f1155b0d780dff802ee13223287259fd525' });
|
|
32225
32254
|
}
|
|
32226
32255
|
get el() { return getElement(this); }
|
|
32227
32256
|
static get watchers() { return {
|
|
@@ -32254,7 +32283,7 @@ class Row {
|
|
|
32254
32283
|
registerInstance(this, hostRef);
|
|
32255
32284
|
}
|
|
32256
32285
|
render() {
|
|
32257
|
-
return (hAsync(Host, { key: '
|
|
32286
|
+
return (hAsync(Host, { key: '65592a79621bd8f75f9566db3e8c05a4b8fc6048', class: getIonMode$1(this) }, hAsync("slot", { key: '56f09784db7a0299c9ce76dfcede185b295251ff' })));
|
|
32258
32287
|
}
|
|
32259
32288
|
static get style() { return rowCss; }
|
|
32260
32289
|
static get cmpMeta() { return {
|
|
@@ -32695,8 +32724,8 @@ class Searchbar {
|
|
|
32695
32724
|
const clearIcon = this.clearIcon || (mode === 'ios' ? closeCircle : closeSharp);
|
|
32696
32725
|
const searchIcon = this.searchIcon || (mode === 'ios' ? searchOutline : searchSharp);
|
|
32697
32726
|
const shouldShowCancelButton = this.shouldShowCancelButton();
|
|
32698
|
-
const cancelButton = this.showCancelButton !== 'never' && (hAsync("button", { key: '
|
|
32699
|
-
return (hAsync(Host, { key: '
|
|
32727
|
+
const cancelButton = this.showCancelButton !== 'never' && (hAsync("button", { key: '19e18775856db87daeb4b9e3d7bca0461915a0df', "aria-label": cancelButtonText, "aria-hidden": shouldShowCancelButton ? undefined : 'true', type: "button", tabIndex: mode === 'ios' && !shouldShowCancelButton ? -1 : undefined, onMouseDown: this.onCancelSearchbar, onTouchStart: this.onCancelSearchbar, class: "searchbar-cancel-button" }, hAsync("div", { key: 'b3bbdcc033f3bd3441d619e4a252cef0dad4d07e', "aria-hidden": "true" }, mode === 'md' ? (hAsync("ion-icon", { "aria-hidden": "true", mode: mode, icon: this.cancelButtonIcon, lazy: false })) : (cancelButtonText))));
|
|
32728
|
+
return (hAsync(Host, { key: '074aa60e051bfb3225e87d44bbb6346c59c73574', role: "search", "aria-disabled": this.disabled ? 'true' : null, class: createColorClasses$1(this.color, {
|
|
32700
32729
|
[mode]: true,
|
|
32701
32730
|
'searchbar-animated': animated,
|
|
32702
32731
|
'searchbar-disabled': this.disabled,
|
|
@@ -32706,14 +32735,14 @@ class Searchbar {
|
|
|
32706
32735
|
'searchbar-has-focus': this.focused,
|
|
32707
32736
|
'searchbar-should-show-clear': this.shouldShowClearButton(),
|
|
32708
32737
|
'searchbar-should-show-cancel': this.shouldShowCancelButton(),
|
|
32709
|
-
}) }, hAsync("div", { key: '
|
|
32738
|
+
}) }, hAsync("div", { key: '54f58a79fe36e85d9295157303f1be89c98bbdaf', class: "searchbar-input-container" }, hAsync("input", Object.assign({ key: 'f991a37fcf54d26b7ad10d89084764e03d97b9de', "aria-label": "search text", disabled: this.disabled, ref: (el) => (this.nativeInput = el), class: "searchbar-input", inputMode: this.inputmode, enterKeyHint: this.enterkeyhint, name: this.name, onInput: this.onInput, onChange: this.onChange, onBlur: this.onBlur, onFocus: this.onFocus, minLength: this.minlength, maxLength: this.maxlength, placeholder: this.placeholder, type: this.type, value: this.getValue(), autoCapitalize: autocapitalize === 'default' ? undefined : autocapitalize, autoComplete: this.autocomplete, autoCorrect: this.autocorrect, spellcheck: this.spellcheck }, this.inheritedAttributes)), mode === 'md' && cancelButton, hAsync("ion-icon", { key: '8b44dd90a3292c5cf872ef16a8520675f5673494', "aria-hidden": "true", mode: mode, icon: searchIcon, lazy: false, class: "searchbar-search-icon" }), hAsync("button", { key: '79d9cfed8f01268044f82811a35d323a12dca749', "aria-label": "reset", type: "button", "no-blur": true, class: "searchbar-clear-button", onPointerDown: (ev) => {
|
|
32710
32739
|
/**
|
|
32711
32740
|
* This prevents mobile browsers from
|
|
32712
32741
|
* blurring the input when the clear
|
|
32713
32742
|
* button is activated.
|
|
32714
32743
|
*/
|
|
32715
32744
|
ev.preventDefault();
|
|
32716
|
-
}, onClick: () => this.onClearInput(true) }, hAsync("ion-icon", { key: '
|
|
32745
|
+
}, onClick: () => this.onClearInput(true) }, hAsync("ion-icon", { key: 'aa3b9fa8a61f853236783ac7bcd0b113ea65ece2', "aria-hidden": "true", mode: mode, icon: clearIcon, lazy: false, class: "searchbar-clear-icon" }))), mode === 'ios' && cancelButton));
|
|
32717
32746
|
}
|
|
32718
32747
|
get el() { return getElement(this); }
|
|
32719
32748
|
static get watchers() { return {
|
|
@@ -33308,14 +33337,14 @@ class Segment {
|
|
|
33308
33337
|
}
|
|
33309
33338
|
render() {
|
|
33310
33339
|
const mode = getIonMode$1(this);
|
|
33311
|
-
return (hAsync(Host, { key: '
|
|
33340
|
+
return (hAsync(Host, { key: 'e67ed512739cf2cfe657b0c44ebc3dfb1e9fbb79', role: "tablist", onClick: this.onClick, class: createColorClasses$1(this.color, {
|
|
33312
33341
|
[mode]: true,
|
|
33313
33342
|
'in-toolbar': hostContext('ion-toolbar', this.el),
|
|
33314
33343
|
'in-toolbar-color': hostContext('ion-toolbar[color]', this.el),
|
|
33315
33344
|
'segment-activated': this.activated,
|
|
33316
33345
|
'segment-disabled': this.disabled,
|
|
33317
33346
|
'segment-scrollable': this.scrollable,
|
|
33318
|
-
}) }, hAsync("slot", { key: '
|
|
33347
|
+
}) }, hAsync("slot", { key: '804d8acfcb9abfeeee38244b015fbc5c36330b9e', onSlotchange: this.onSlottedItemsChange })));
|
|
33319
33348
|
}
|
|
33320
33349
|
get el() { return getElement(this); }
|
|
33321
33350
|
static get watchers() { return {
|
|
@@ -33455,7 +33484,7 @@ class SegmentButton {
|
|
|
33455
33484
|
const { checked, type, disabled, hasIcon, hasLabel, layout, segmentEl } = this;
|
|
33456
33485
|
const mode = getIonMode$1(this);
|
|
33457
33486
|
const hasSegmentColor = () => (segmentEl === null || segmentEl === void 0 ? void 0 : segmentEl.color) !== undefined;
|
|
33458
|
-
return (hAsync(Host, { key: '
|
|
33487
|
+
return (hAsync(Host, { key: '26cb7ee90455bcaa6416125802d7e5729fa05b5b', class: {
|
|
33459
33488
|
[mode]: true,
|
|
33460
33489
|
'in-toolbar': hostContext('ion-toolbar', this.el),
|
|
33461
33490
|
'in-toolbar-color': hostContext('ion-toolbar[color]', this.el),
|
|
@@ -33471,7 +33500,7 @@ class SegmentButton {
|
|
|
33471
33500
|
'ion-activatable': true,
|
|
33472
33501
|
'ion-activatable-instant': true,
|
|
33473
33502
|
'ion-focusable': true,
|
|
33474
|
-
} }, hAsync("button", Object.assign({ key: '
|
|
33503
|
+
} }, hAsync("button", Object.assign({ key: '75add37f11c107d1e2cfdb154e08004e9579e863', "aria-selected": checked ? 'true' : 'false', role: "tab", ref: (el) => (this.nativeEl = el), type: type, class: "button-native", part: "native", disabled: disabled }, this.inheritedAttributes), hAsync("span", { key: '8e720d2a3e304903685bf09d226a64e944d78a22', class: "button-inner" }, hAsync("slot", { key: 'c8e7b3ebf8f03042a1001155643b585283c73c65' })), mode === 'md' && hAsync("ion-ripple-effect", { key: '3586ac317b8d82c92b0ccfbfae42f8778612321b' })), hAsync("div", { key: '9cf93957da9e8dc333c8b05327bb903385b1c5f4', part: "indicator", class: "segment-button-indicator segment-button-indicator-animated" }, hAsync("div", { key: 'd3b6f0b3860ec6896b46703f64ed1cc8c75612e3', part: "indicator-background", class: "segment-button-indicator-background" }))));
|
|
33475
33504
|
}
|
|
33476
33505
|
get el() { return getElement(this); }
|
|
33477
33506
|
static get watchers() { return {
|
|
@@ -33506,7 +33535,7 @@ class SegmentContent {
|
|
|
33506
33535
|
registerInstance(this, hostRef);
|
|
33507
33536
|
}
|
|
33508
33537
|
render() {
|
|
33509
|
-
return (hAsync(Host, { key: '
|
|
33538
|
+
return (hAsync(Host, { key: 'db6876f2aee7afa1ea8bc147337670faa68fae1c' }, hAsync("slot", { key: 'bc05714a973a5655668679033f5809a1da6db8cc' })));
|
|
33510
33539
|
}
|
|
33511
33540
|
static get style() { return segmentContentCss; }
|
|
33512
33541
|
static get cmpMeta() { return {
|
|
@@ -33621,10 +33650,10 @@ class SegmentView {
|
|
|
33621
33650
|
}
|
|
33622
33651
|
render() {
|
|
33623
33652
|
const { disabled, isManualScroll } = this;
|
|
33624
|
-
return (hAsync(Host, { key: '
|
|
33653
|
+
return (hAsync(Host, { key: 'e180b67bb3143a5f4611fb358c037be6fc782a8f', class: {
|
|
33625
33654
|
'segment-view-disabled': disabled,
|
|
33626
33655
|
'segment-view-scroll-disabled': isManualScroll === false,
|
|
33627
|
-
} }, hAsync("slot", { key: '
|
|
33656
|
+
} }, hAsync("slot", { key: '41c11d6a7406a10f5c64a2e73abfc072afd8fc73' })));
|
|
33628
33657
|
}
|
|
33629
33658
|
get el() { return getElement(this); }
|
|
33630
33659
|
static get style() { return {
|
|
@@ -34391,7 +34420,7 @@ class Select {
|
|
|
34391
34420
|
* TODO(FW-5592): Remove hasStartEndSlots condition
|
|
34392
34421
|
*/
|
|
34393
34422
|
const labelShouldFloat = labelPlacement === 'stacked' || (labelPlacement === 'floating' && (hasValue || isExpanded || hasStartEndSlots));
|
|
34394
|
-
return (hAsync(Host, { key: '
|
|
34423
|
+
return (hAsync(Host, { key: 'd8026835993d0e6dce747098f741a06ae4e4f54d', onClick: this.onClick, class: createColorClasses$1(this.color, {
|
|
34395
34424
|
[mode]: true,
|
|
34396
34425
|
'in-item': inItem,
|
|
34397
34426
|
'in-item-color': hostContext('ion-item.ion-color', el),
|
|
@@ -34409,7 +34438,7 @@ class Select {
|
|
|
34409
34438
|
[`select-justify-${justify}`]: justifyEnabled,
|
|
34410
34439
|
[`select-shape-${shape}`]: shape !== undefined,
|
|
34411
34440
|
[`select-label-placement-${labelPlacement}`]: true,
|
|
34412
|
-
}) }, hAsync("label", { key: '
|
|
34441
|
+
}) }, hAsync("label", { key: 'fcfb40209d6d07d49c7fdca4884b31abf6ac2567', class: "select-wrapper", id: "select-label", onClick: this.onLabelClick }, this.renderLabelContainer(), hAsync("div", { key: 'f191664f2290c3890bde1156157c83a6ff17dbe2', class: "select-wrapper-inner" }, hAsync("slot", { key: '317a28d1115b4214f291e228ce0fe6fc782e57d5', name: "start" }), hAsync("div", { key: 'db68e18abd5ca3a1023d7c7b58bf89893ae18073', class: "native-wrapper", ref: (el) => (this.nativeWrapperEl = el), part: "container" }, this.renderSelectText(), this.renderListbox()), hAsync("slot", { key: '4274e042267c2234a198b0f65c89477898d08130', name: "end" }), !hasFloatingOrStackedLabel && this.renderSelectIcon()), hasFloatingOrStackedLabel && this.renderSelectIcon(), shouldRenderHighlight && hAsync("div", { key: '2e2eb1ee2b2791e0683d9afb186fde6e938ca59c', class: "select-highlight" })), this.renderBottomContent()));
|
|
34413
34442
|
}
|
|
34414
34443
|
get el() { return getElement(this); }
|
|
34415
34444
|
static get watchers() { return {
|
|
@@ -34570,7 +34599,7 @@ class SelectModal {
|
|
|
34570
34599
|
} }, option.text))));
|
|
34571
34600
|
}
|
|
34572
34601
|
render() {
|
|
34573
|
-
return (hAsync(Host, { key: '
|
|
34602
|
+
return (hAsync(Host, { key: 'b6c0dec240b2e41985b15fdf4e5a6d3a145c1567', class: getIonMode$1(this) }, hAsync("ion-header", { key: 'cd177e85ee0f62a60a3a708342d6ab6eb19a44dc' }, hAsync("ion-toolbar", { key: 'aee8222a5a4daa540ad202b2e4cac1ef93d9558c' }, this.header !== undefined && hAsync("ion-title", { key: '5f8fecc764d97bf840d3d4cfddeeccd118ab4436' }, this.header), hAsync("ion-buttons", { key: '919033950d7c2b0101f96a9c9698219de9f568ea', slot: "end" }, hAsync("ion-button", { key: '34b571cab6dced4bde555a077a21e91800829931', onClick: () => this.closeModal() }, "Close")))), hAsync("ion-content", { key: '3c9153d26ba7a5a03d3b20fcd628d0c3031661a7' }, hAsync("ion-list", { key: 'e00b222c071bc97c82ad1bba4db95a8a5c43ed6d' }, this.multiple === true ? this.renderCheckboxOptions() : this.renderRadioOptions()))));
|
|
34574
34603
|
}
|
|
34575
34604
|
get el() { return getElement(this); }
|
|
34576
34605
|
static get style() { return {
|
|
@@ -34604,7 +34633,7 @@ class SelectOption {
|
|
|
34604
34633
|
this.disabled = false;
|
|
34605
34634
|
}
|
|
34606
34635
|
render() {
|
|
34607
|
-
return hAsync(Host, { key: '
|
|
34636
|
+
return hAsync(Host, { key: '3a70eea9fa03a9acba582180761d18347c72acee', role: "option", id: this.inputId, class: getIonMode$1(this) });
|
|
34608
34637
|
}
|
|
34609
34638
|
get el() { return getElement(this); }
|
|
34610
34639
|
static get style() { return selectOptionCss; }
|
|
@@ -34721,7 +34750,7 @@ class SelectPopover {
|
|
|
34721
34750
|
render() {
|
|
34722
34751
|
const { header, message, options, subHeader } = this;
|
|
34723
34752
|
const hasSubHeaderOrMessage = subHeader !== undefined || message !== undefined;
|
|
34724
|
-
return (hAsync(Host, { key: '
|
|
34753
|
+
return (hAsync(Host, { key: 'ab931b49b59283825bd2afa3f7f995b0e6e05bef', class: getIonMode$1(this) }, hAsync("ion-list", { key: '3bd12b67832607596b912a73d5b3ae9b954b244d' }, header !== undefined && hAsync("ion-list-header", { key: '97da930246edf7423a039c030d40e3ff7a5148a3' }, header), hasSubHeaderOrMessage && (hAsync("ion-item", { key: 'c579df6ea8fac07bb0c59d34c69b149656863224' }, hAsync("ion-label", { key: 'af699c5f465710ccb13b8cf8e7be66f0e8acfad1', class: "ion-text-wrap" }, subHeader !== undefined && hAsync("h3", { key: 'df9a936d42064b134e843c7229f314a2a3ec7e80' }, subHeader), message !== undefined && hAsync("p", { key: '9c3ddad378df00f106afa94e9928cf68c17124dd' }, message)))), this.renderOptions(options))));
|
|
34725
34754
|
}
|
|
34726
34755
|
get el() { return getElement(this); }
|
|
34727
34756
|
static get style() { return {
|
|
@@ -34771,11 +34800,11 @@ class SkeletonText {
|
|
|
34771
34800
|
const animated = this.animated && config.getBoolean('animated', true);
|
|
34772
34801
|
const inMedia = hostContext('ion-avatar', this.el) || hostContext('ion-thumbnail', this.el);
|
|
34773
34802
|
const mode = getIonMode$1(this);
|
|
34774
|
-
return (hAsync(Host, { key: '
|
|
34803
|
+
return (hAsync(Host, { key: 'd86ef7392507cdbf48dfd3a71f02d7a83eda4aae', class: {
|
|
34775
34804
|
[mode]: true,
|
|
34776
34805
|
'skeleton-text-animated': animated,
|
|
34777
34806
|
'in-media': inMedia,
|
|
34778
|
-
} }, hAsync("span", { key: '
|
|
34807
|
+
} }, hAsync("span", { key: '8e8b5a232a6396d2bba691b05f9de4da44b2965c' }, "\u00A0")));
|
|
34779
34808
|
}
|
|
34780
34809
|
get el() { return getElement(this); }
|
|
34781
34810
|
static get style() { return skeletonTextCss; }
|
|
@@ -34827,7 +34856,7 @@ class Spinner {
|
|
|
34827
34856
|
svgs.push(buildLine(spinner, duration, i, spinner.lines));
|
|
34828
34857
|
}
|
|
34829
34858
|
}
|
|
34830
|
-
return (hAsync(Host, { key: '
|
|
34859
|
+
return (hAsync(Host, { key: 'a33d6421fcc885995fbc7a348516525f68ca496c', class: createColorClasses$1(self.color, {
|
|
34831
34860
|
[mode]: true,
|
|
34832
34861
|
[`spinner-${spinnerName}`]: true,
|
|
34833
34862
|
'spinner-paused': self.paused || config.getBoolean('_testing'),
|
|
@@ -34926,12 +34955,12 @@ class SplitPane {
|
|
|
34926
34955
|
}
|
|
34927
34956
|
render() {
|
|
34928
34957
|
const mode = getIonMode$1(this);
|
|
34929
|
-
return (hAsync(Host, { key: '
|
|
34958
|
+
return (hAsync(Host, { key: 'd5e30df12f1f1f855da4c66f98076b9dce762c59', class: {
|
|
34930
34959
|
[mode]: true,
|
|
34931
34960
|
// Used internally for styling
|
|
34932
34961
|
[`split-pane-${mode}`]: true,
|
|
34933
34962
|
'split-pane-visible': this.visible,
|
|
34934
|
-
} }, hAsync("slot", { key: '
|
|
34963
|
+
} }, hAsync("slot", { key: '3e30d7cf3bc1cf434e16876a0cb2a36377b8e00f' })));
|
|
34935
34964
|
}
|
|
34936
34965
|
get el() { return getElement(this); }
|
|
34937
34966
|
static get watchers() { return {
|
|
@@ -34997,10 +35026,10 @@ class Tab {
|
|
|
34997
35026
|
}
|
|
34998
35027
|
render() {
|
|
34999
35028
|
const { tab, active, component } = this;
|
|
35000
|
-
return (hAsync(Host, { key: '
|
|
35029
|
+
return (hAsync(Host, { key: 'dbad8fe9f1566277d14647626308eaf1601ab01f', role: "tabpanel", "aria-hidden": !active ? 'true' : null, "aria-labelledby": `tab-button-${tab}`, class: {
|
|
35001
35030
|
'ion-page': component === undefined,
|
|
35002
35031
|
'tab-hidden': !active,
|
|
35003
|
-
} }, hAsync("slot", { key: '
|
|
35032
|
+
} }, hAsync("slot", { key: '3be64f4e7161f6769aaf8e4dcb5293fcaa09af45' })));
|
|
35004
35033
|
}
|
|
35005
35034
|
get el() { return getElement(this); }
|
|
35006
35035
|
static get watchers() { return {
|
|
@@ -35112,11 +35141,11 @@ class TabBar {
|
|
|
35112
35141
|
const { color, translucent, keyboardVisible } = this;
|
|
35113
35142
|
const mode = getIonMode$1(this);
|
|
35114
35143
|
const shouldHide = keyboardVisible && this.el.getAttribute('slot') !== 'top';
|
|
35115
|
-
return (hAsync(Host, { key: '
|
|
35144
|
+
return (hAsync(Host, { key: '9daf4e2acaff6e3ce3878cf9dd5109fb1afbbebe', role: "tablist", "aria-hidden": shouldHide ? 'true' : null, class: createColorClasses$1(color, {
|
|
35116
35145
|
[mode]: true,
|
|
35117
35146
|
'tab-bar-translucent': translucent,
|
|
35118
35147
|
'tab-bar-hidden': shouldHide,
|
|
35119
|
-
}) }, hAsync("slot", { key: '
|
|
35148
|
+
}) }, hAsync("slot", { key: '1d15aa2da8501e8e7eff11ad4a491478be845c43' })));
|
|
35120
35149
|
}
|
|
35121
35150
|
get el() { return getElement(this); }
|
|
35122
35151
|
static get watchers() { return {
|
|
@@ -35212,7 +35241,7 @@ class TabButton {
|
|
|
35212
35241
|
rel,
|
|
35213
35242
|
target,
|
|
35214
35243
|
};
|
|
35215
|
-
return (hAsync(Host, { key: '
|
|
35244
|
+
return (hAsync(Host, { key: 'ce9d29ced0c781d6b2fa62cd5feb801c11fc42e8', onClick: this.onClick, onKeyup: this.onKeyUp, id: tab !== undefined ? `tab-button-${tab}` : null, class: {
|
|
35216
35245
|
[mode]: true,
|
|
35217
35246
|
'tab-selected': selected,
|
|
35218
35247
|
'tab-disabled': disabled,
|
|
@@ -35224,7 +35253,7 @@ class TabButton {
|
|
|
35224
35253
|
'ion-activatable': true,
|
|
35225
35254
|
'ion-selectable': true,
|
|
35226
35255
|
'ion-focusable': true,
|
|
35227
|
-
} }, hAsync("a", Object.assign({ key: '
|
|
35256
|
+
} }, hAsync("a", Object.assign({ key: '01cb0ed2e77c5c1a8abd48da1bb07ac1b305d0b6' }, attrs, { class: "button-native", part: "native", role: "tab", "aria-selected": selected ? 'true' : null, "aria-disabled": disabled ? 'true' : null, tabindex: disabled ? '-1' : undefined }, inheritedAttributes), hAsync("span", { key: 'd0240c05f42217cfb186b86ff8a0c9cd70b9c8df', class: "button-inner" }, hAsync("slot", { key: '0a20b84925037dbaa8bb4a495b813d3f7c2e58ac' })), mode === 'md' && hAsync("ion-ripple-effect", { key: '4c92c27178cdac89d69cffef8d2c39c3644914e8', type: "unbounded" }))));
|
|
35228
35257
|
}
|
|
35229
35258
|
get el() { return getElement(this); }
|
|
35230
35259
|
static get style() { return {
|
|
@@ -35415,7 +35444,7 @@ class Tabs {
|
|
|
35415
35444
|
return Array.from(this.el.querySelectorAll('ion-tab'));
|
|
35416
35445
|
}
|
|
35417
35446
|
render() {
|
|
35418
|
-
return (hAsync(Host, { key: '
|
|
35447
|
+
return (hAsync(Host, { key: '7b4b302f2942d8d131f6fc24e817989a8be08867', onIonTabButtonClick: this.onTabClicked }, hAsync("slot", { key: '2c51cf14c0f17a8ddf2d879858c984cdf8fd3147', name: "top" }), hAsync("div", { key: '7e9d6055092d41bd9bc80ae15965f77e216feb84', class: "tabs-inner" }, hAsync("slot", { key: 'c308a787e37ff7f6653531d70deca597a7602d26' })), hAsync("slot", { key: 'd5f5e693710c853570811602f859cf3e88272684', name: "bottom" })));
|
|
35419
35448
|
}
|
|
35420
35449
|
get el() { return getElement(this); }
|
|
35421
35450
|
static get style() { return tabsCss; }
|
|
@@ -35455,9 +35484,9 @@ class Text {
|
|
|
35455
35484
|
}
|
|
35456
35485
|
render() {
|
|
35457
35486
|
const mode = getIonMode$1(this);
|
|
35458
|
-
return (hAsync(Host, { key: '
|
|
35487
|
+
return (hAsync(Host, { key: '361035eae7b92dc109794348d39bad2f596eb6be', class: createColorClasses$1(this.color, {
|
|
35459
35488
|
[mode]: true,
|
|
35460
|
-
}) }, hAsync("slot", { key: '
|
|
35489
|
+
}) }, hAsync("slot", { key: 'c7b8835cf485ba9ecd73298f0529276ce1ea0852' })));
|
|
35461
35490
|
}
|
|
35462
35491
|
static get style() { return textCss; }
|
|
35463
35492
|
static get cmpMeta() { return {
|
|
@@ -35918,7 +35947,7 @@ class Textarea {
|
|
|
35918
35947
|
* TODO(FW-5592): Remove hasStartEndSlots condition
|
|
35919
35948
|
*/
|
|
35920
35949
|
const labelShouldFloat = labelPlacement === 'stacked' || (labelPlacement === 'floating' && (hasValue || hasFocus || hasStartEndSlots));
|
|
35921
|
-
return (hAsync(Host, { key: '
|
|
35950
|
+
return (hAsync(Host, { key: 'a70a62d7aae3831a50acd74f60b930925ada1326', class: createColorClasses$1(this.color, {
|
|
35922
35951
|
[mode]: true,
|
|
35923
35952
|
'has-value': hasValue,
|
|
35924
35953
|
'has-focus': hasFocus,
|
|
@@ -35927,7 +35956,7 @@ class Textarea {
|
|
|
35927
35956
|
[`textarea-shape-${shape}`]: shape !== undefined,
|
|
35928
35957
|
[`textarea-label-placement-${labelPlacement}`]: true,
|
|
35929
35958
|
'textarea-disabled': disabled,
|
|
35930
|
-
}) }, hAsync("label", { key: '
|
|
35959
|
+
}) }, hAsync("label", { key: '8a2dd59a60f7469df84018eb0ede3a9ec3862703', class: "textarea-wrapper", htmlFor: inputId, onClick: this.onLabelClick }, this.renderLabelContainer(), hAsync("div", { key: '1bfc368236e3da7a225a45118c27fbfc1fe5fa46', class: "textarea-wrapper-inner" }, hAsync("div", { key: '215cbb2635ff52e31a8973376989b85e7245d40f', class: "start-slot-wrapper" }, hAsync("slot", { key: '9f6b461cdee9d629deb695d2bea054ece2f32305', name: "start" })), hAsync("div", { key: 'c1af35a2d5bc452bebe0b22a26d15ff52b4e9fc8', class: "native-wrapper", ref: (el) => (this.textareaWrapper = el) }, hAsync("textarea", Object.assign({ key: '69a69b3cf0932baafbe37e6e846f1a571608d3f2', 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.isInvalid ? 'true' : undefined }, this.inheritedAttributes), value)), hAsync("div", { key: 'c053ea8b865d0e29763aed2e4939cc9c9e374c15', class: "end-slot-wrapper" }, hAsync("slot", { key: '930aa641833b0df54b9ea10368fc2f46d5f491f6', name: "end" }))), shouldRenderHighlight && hAsync("div", { key: '8d12597d15f5f429d80e8272ea99e64ed924e482', class: "textarea-highlight" })), this.renderBottomContent()));
|
|
35931
35960
|
}
|
|
35932
35961
|
get el() { return getElement(this); }
|
|
35933
35962
|
static get watchers() { return {
|
|
@@ -35990,7 +36019,7 @@ class Thumbnail {
|
|
|
35990
36019
|
registerInstance(this, hostRef);
|
|
35991
36020
|
}
|
|
35992
36021
|
render() {
|
|
35993
|
-
return (hAsync(Host, { key: '
|
|
36022
|
+
return (hAsync(Host, { key: '70ada828e8cf541ab3b47f94b7e56ce34114ef88', class: getIonMode$1(this) }, hAsync("slot", { key: 'c43e105669d2bae123619b616f3af8ca2f722d61' })));
|
|
35994
36023
|
}
|
|
35995
36024
|
static get style() { return thumbnailCss; }
|
|
35996
36025
|
static get cmpMeta() { return {
|
|
@@ -36848,9 +36877,9 @@ class Toast {
|
|
|
36848
36877
|
if (layout === 'stacked' && startButtons.length > 0 && endButtons.length > 0) {
|
|
36849
36878
|
printIonWarning('[ion-toast] - This toast is using start and end buttons with the stacked toast layout. We recommend following the best practice of using either start or end buttons with the stacked toast layout.', el);
|
|
36850
36879
|
}
|
|
36851
|
-
return (hAsync(Host, Object.assign({ key: '
|
|
36880
|
+
return (hAsync(Host, Object.assign({ key: 'd1ecd90c87700aad4685e230cdd430aa286b8791', tabindex: "-1" }, this.htmlAttributes, { style: {
|
|
36852
36881
|
zIndex: `${60000 + this.overlayIndex}`,
|
|
36853
|
-
}, class: createColorClasses$1(this.color, Object.assign(Object.assign({ [mode]: true }, getClassMap(this.cssClass)), { 'overlay-hidden': true, 'toast-translucent': this.translucent })), onIonToastWillDismiss: this.dispatchCancelHandler }), hAsync("div", { key: '
|
|
36882
|
+
}, class: createColorClasses$1(this.color, Object.assign(Object.assign({ [mode]: true }, getClassMap(this.cssClass)), { 'overlay-hidden': true, 'toast-translucent': this.translucent })), onIonToastWillDismiss: this.dispatchCancelHandler }), hAsync("div", { key: '4bfc863417324de69e222054d5cf9c452038b41e', class: wrapperClass }, hAsync("div", { key: '3417940afec0392e81b7d54c7cb00f3ab6c30d47', class: "toast-container", part: "container" }, this.renderButtons(startButtons, 'start'), this.icon !== undefined && (hAsync("ion-icon", { key: '6bf878fbc85c01e1e5faa9d97d46255a6511a952', class: "toast-icon", part: "icon", icon: this.icon, lazy: false, "aria-hidden": "true" })), hAsync("div", { key: '54b500348a9c37660c3aff37436d9188e4374947', class: "toast-content", role: "status", "aria-atomic": "true", "aria-live": "polite" }, !revealContentToScreenReader && header !== undefined && this.renderHeader('oldHeader', 'true'), !revealContentToScreenReader && message !== undefined && this.renderToastMessage('oldMessage', 'true'), revealContentToScreenReader && header !== undefined && this.renderHeader('header'), revealContentToScreenReader && message !== undefined && this.renderToastMessage('header')), this.renderButtons(endButtons, 'end')))));
|
|
36854
36883
|
}
|
|
36855
36884
|
get el() { return getElement(this); }
|
|
36856
36885
|
static get watchers() { return {
|
|
@@ -37162,7 +37191,7 @@ class Toggle {
|
|
|
37162
37191
|
const value = this.getValue();
|
|
37163
37192
|
const rtl = isRTL$1(el) ? 'rtl' : 'ltr';
|
|
37164
37193
|
renderHiddenInput(true, el, name, checked ? value : '', disabled);
|
|
37165
|
-
return (hAsync(Host, { key: '
|
|
37194
|
+
return (hAsync(Host, { key: 'f569148edd89ee041a4719ffc4733c16b05229bd', role: "switch", "aria-checked": `${checked}`, "aria-describedby": this.hintTextId, "aria-invalid": this.isInvalid ? 'true' : undefined, onClick: this.onClick, "aria-labelledby": hasLabel ? inputLabelId : null, "aria-label": inheritedAttributes['aria-label'] || null, "aria-disabled": disabled ? 'true' : null, "aria-required": required ? 'true' : undefined, tabindex: disabled ? undefined : 0, onKeyDown: this.onKeyDown, onFocus: this.onFocus, onBlur: this.onBlur, class: createColorClasses$1(color, {
|
|
37166
37195
|
[mode]: true,
|
|
37167
37196
|
'in-item': hostContext('ion-item', el),
|
|
37168
37197
|
'toggle-activated': activated,
|
|
@@ -37172,10 +37201,10 @@ class Toggle {
|
|
|
37172
37201
|
[`toggle-alignment-${alignment}`]: alignment !== undefined,
|
|
37173
37202
|
[`toggle-label-placement-${labelPlacement}`]: true,
|
|
37174
37203
|
[`toggle-${rtl}`]: true,
|
|
37175
|
-
}) }, hAsync("label", { key: '
|
|
37204
|
+
}) }, hAsync("label", { key: '3027f2ac4be6de422a14486d847fbee77f615db1', class: "toggle-wrapper", htmlFor: inputId }, hAsync("input", Object.assign({ key: '4b0304c9e879e432b80184b4e5de37d55c11b436', type: "checkbox", role: "switch", "aria-checked": `${checked}`, checked: checked, disabled: disabled, id: inputId, required: required }, inheritedAttributes)), hAsync("div", { key: '8ef265ec942e7f01ff31cbb202ed146c6bf94e02', class: {
|
|
37176
37205
|
'label-text-wrapper': true,
|
|
37177
37206
|
'label-text-wrapper-hidden': !hasLabel,
|
|
37178
|
-
}, part: "label", id: inputLabelId, onClick: this.onDivLabelClick }, hAsync("slot", { key: '
|
|
37207
|
+
}, part: "label", id: inputLabelId, onClick: this.onDivLabelClick }, hAsync("slot", { key: '7b162b7dd27199cca2a4c995276a18b9f8e44aaf' }), this.renderHintText()), hAsync("div", { key: 'd13c34bd42fca01cc73ddb4ea7e471b33a282a3e', class: "native-wrapper" }, this.renderToggleControl()))));
|
|
37179
37208
|
}
|
|
37180
37209
|
get el() { return getElement(this); }
|
|
37181
37210
|
static get watchers() { return {
|
|
@@ -37285,10 +37314,10 @@ class Toolbar {
|
|
|
37285
37314
|
this.childrenStyles.forEach((value) => {
|
|
37286
37315
|
Object.assign(childStyles, value);
|
|
37287
37316
|
});
|
|
37288
|
-
return (hAsync(Host, { key: '
|
|
37317
|
+
return (hAsync(Host, { key: 'f6c4f669a6a61c5eac4cbb5ea0aa97c48ae5bd46', class: Object.assign(Object.assign({}, childStyles), createColorClasses$1(this.color, {
|
|
37289
37318
|
[mode]: true,
|
|
37290
37319
|
'in-toolbar': hostContext('ion-toolbar', this.el),
|
|
37291
|
-
})) }, hAsync("div", { key: '
|
|
37320
|
+
})) }, hAsync("div", { key: '9c81742ffa02de9ba7417025b077d05e67305074', class: "toolbar-background", part: "background" }), hAsync("div", { key: '5fc96d166fa47894a062e41541a9beee38078a36', class: "toolbar-container", part: "container" }, hAsync("slot", { key: 'b62c0d9d59a70176bdbf769aec6090d7a166853b', name: "start" }), hAsync("slot", { key: 'd01d3cc2c50e5aaa49c345b209fe8dbdf3d48131', name: "secondary" }), hAsync("div", { key: '3aaa3a2810aedd38c37eb616158ec7b9638528fc', class: "toolbar-content", part: "content" }, hAsync("slot", { key: '357246690f8d5e1cc3ca369611d4845a79edf610' })), hAsync("slot", { key: '06ed3cca4f7ebff4a54cd877dad3cc925ccf9f75', name: "primary" }), hAsync("slot", { key: 'e453d43d14a26b0d72f41e1b81a554bab8ece811', name: "end" }))));
|
|
37292
37321
|
}
|
|
37293
37322
|
get el() { return getElement(this); }
|
|
37294
37323
|
static get style() { return {
|
|
@@ -37334,11 +37363,11 @@ class ToolbarTitle {
|
|
|
37334
37363
|
render() {
|
|
37335
37364
|
const mode = getIonMode$1(this);
|
|
37336
37365
|
const size = this.getSize();
|
|
37337
|
-
return (hAsync(Host, { key: '
|
|
37366
|
+
return (hAsync(Host, { key: 'e599c0bf1b0817df3fa8360bdcd6d787f751c371', class: createColorClasses$1(this.color, {
|
|
37338
37367
|
[mode]: true,
|
|
37339
37368
|
[`title-${size}`]: true,
|
|
37340
37369
|
'title-rtl': document.dir === 'rtl',
|
|
37341
|
-
}) }, hAsync("div", { key: '
|
|
37370
|
+
}) }, hAsync("div", { key: '6e7eee9047d6759876bb31d7305b76efc7c4338c', class: "toolbar-title" }, hAsync("slot", { key: 'bf790eb4c83dd0af4f2fd1f85ab4af5819f46ff4' }))));
|
|
37342
37371
|
}
|
|
37343
37372
|
get el() { return getElement(this); }
|
|
37344
37373
|
static get watchers() { return {
|