@pod-os/elements 0.25.3-rc.2f9e99a.0 → 0.25.3-rc.3de9abd.0
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/dist/cjs/elements.cjs.js +1 -1
- package/dist/cjs/ion-badge_5.cjs.entry.js +187 -0
- package/dist/cjs/ion-badge_5.cjs.entry.js.map +1 -0
- package/dist/cjs/ion-card-content.cjs.entry.js +34 -0
- package/dist/cjs/ion-card-content.cjs.entry.js.map +1 -0
- package/dist/cjs/ion-card-header.cjs.entry.js +37 -0
- package/dist/cjs/ion-card-header.cjs.entry.js.map +1 -0
- package/dist/cjs/ion-card-title.cjs.entry.js +35 -0
- package/dist/cjs/ion-card-title.cjs.entry.js.map +1 -0
- package/dist/cjs/ion-card.cjs.entry.js +71 -0
- package/dist/cjs/ion-card.cjs.entry.js.map +1 -0
- package/dist/cjs/ion-col.cjs.entry.js +152 -0
- package/dist/cjs/ion-col.cjs.entry.js.map +1 -0
- package/dist/cjs/ion-grid.cjs.entry.js +28 -0
- package/dist/cjs/ion-grid.cjs.entry.js.map +1 -0
- package/dist/cjs/{ion-card_34.cjs.entry.js → ion-icon_31.cjs.entry.js} +24 -132
- package/dist/cjs/ion-icon_31.cjs.entry.js.map +1 -0
- package/dist/cjs/ion-row.cjs.entry.js +23 -0
- package/dist/cjs/ion-row.cjs.entry.js.map +1 -0
- package/dist/cjs/loader.cjs.js +1 -1
- package/dist/cjs/pos-app-document-viewer.cjs.entry.js +8 -1
- package/dist/cjs/pos-app-document-viewer.cjs.entry.js.map +1 -1
- package/dist/cjs/pos-app-image-viewer.cjs.entry.js +11 -2
- package/dist/cjs/pos-app-image-viewer.cjs.entry.js.map +1 -1
- package/dist/cjs/pos-app-ldp-container.cjs.entry.js +8 -1
- package/dist/cjs/pos-app-ldp-container.cjs.entry.js.map +1 -1
- package/dist/cjs/pos-app-rdf-document.cjs.entry.js +7 -4
- package/dist/cjs/pos-app-rdf-document.cjs.entry.js.map +1 -1
- package/dist/collection/apps/pos-app-document-viewer/pos-app-document-viewer.js +12 -2
- package/dist/collection/apps/pos-app-document-viewer/pos-app-document-viewer.js.map +1 -1
- package/dist/collection/apps/pos-app-image-viewer/pos-app-image-viewer.css +3 -0
- package/dist/collection/apps/pos-app-image-viewer/pos-app-image-viewer.js +12 -3
- package/dist/collection/apps/pos-app-image-viewer/pos-app-image-viewer.js.map +1 -1
- package/dist/collection/apps/pos-app-ldp-container/pos-app-ldp-container.js +13 -2
- package/dist/collection/apps/pos-app-ldp-container/pos-app-ldp-container.js.map +1 -1
- package/dist/collection/apps/pos-app-rdf-document/pos-app-rdf-document.js +3 -3
- package/dist/collection/apps/pos-app-rdf-document/pos-app-rdf-document.js.map +1 -1
- package/dist/collection/apps/pos-app-settings/pos-app-settings.js +1 -1
- package/dist/collection/apps/pos-app-settings/pos-setting-offline-cache/pos-setting-offline-cache.js +1 -1
- package/dist/collection/apps/styles/article-card.css +19 -0
- package/dist/collection/apps/styles/default-app-layout.css +28 -0
- package/dist/collection/components/pos-add-new-thing/pos-add-new-thing.css +3 -3
- package/dist/collection/components/pos-add-new-thing/pos-add-new-thing.js +1 -1
- package/dist/collection/components/pos-app/pos-app.js +1 -1
- package/dist/collection/components/pos-dialog/pos-dialog.js +1 -1
- package/dist/collection/components/pos-error-toast/pos-error-toast.js +1 -1
- package/dist/collection/components/pos-literals/pos-literals.js +1 -1
- package/dist/collection/components/pos-login/pos-login.js +1 -1
- package/dist/collection/components/pos-login-form/pos-login-form.js +1 -1
- package/dist/collection/components/pos-make-findable/pos-make-findable.css +6 -5
- package/dist/collection/components/pos-navigation-bar/pos-navigation-bar.js +1 -1
- package/dist/collection/components/pos-new-thing-form/pos-new-thing-form.js +1 -1
- package/dist/collection/components/pos-resource/pos-resource.css +11 -0
- package/dist/collection/components/pos-resource/pos-resource.js +12 -2
- package/dist/collection/components/pos-resource/pos-resource.js.map +1 -1
- package/dist/collection/components/pos-rich-link/pos-rich-link.css +1 -1
- package/dist/collection/components/pos-rich-link/pos-rich-link.js +2 -2
- package/dist/collection/components/pos-router/pos-router.js +1 -1
- package/dist/collection/components/pos-select-term/pos-select-term.js +1 -1
- package/dist/components/ion-card-content.js +40 -1
- package/dist/components/ion-card-content.js.map +1 -1
- package/dist/components/ion-card-header.js +47 -1
- package/dist/components/ion-card-header.js.map +1 -1
- package/dist/components/ion-card-title.js +44 -1
- package/dist/components/ion-card-title.js.map +1 -1
- package/dist/components/ion-card.js +95 -1
- package/dist/components/ion-card.js.map +1 -1
- package/dist/components/ion-col.js +184 -1
- package/dist/components/ion-col.js.map +1 -1
- package/dist/components/ion-grid.js +37 -1
- package/dist/components/ion-grid.js.map +1 -1
- package/dist/components/ion-row.js +30 -1
- package/dist/components/ion-row.js.map +1 -1
- package/dist/components/pos-add-new-thing2.js +2 -2
- package/dist/components/pos-add-new-thing2.js.map +1 -1
- package/dist/components/pos-app-browser.js +1 -19
- package/dist/components/pos-app-browser.js.map +1 -1
- package/dist/components/pos-app-dashboard2.js +2 -26
- package/dist/components/pos-app-dashboard2.js.map +1 -1
- package/dist/components/pos-app-document-viewer.js +13 -48
- package/dist/components/pos-app-document-viewer.js.map +1 -1
- package/dist/components/pos-app-generic.js +6 -30
- package/dist/components/pos-app-generic.js.map +1 -1
- package/dist/components/pos-app-image-viewer.js +16 -49
- package/dist/components/pos-app-image-viewer.js.map +1 -1
- package/dist/components/pos-app-ldp-container.js +17 -57
- package/dist/components/pos-app-ldp-container.js.map +1 -1
- package/dist/components/pos-app-rdf-document.js +13 -34
- package/dist/components/pos-app-rdf-document.js.map +1 -1
- package/dist/components/pos-app-settings2.js +1 -1
- package/dist/components/pos-app2.js +1 -1
- package/dist/components/pos-container-contents2.js +4 -28
- package/dist/components/pos-container-contents2.js.map +1 -1
- package/dist/components/pos-dialog2.js +1 -1
- package/dist/components/pos-error-toast2.js +1 -1
- package/dist/components/pos-example-resources2.js +2 -26
- package/dist/components/pos-example-resources2.js.map +1 -1
- package/dist/components/pos-internal-router2.js +2 -26
- package/dist/components/pos-internal-router2.js.map +1 -1
- package/dist/components/pos-literals2.js +1 -1
- package/dist/components/pos-login-form2.js +1 -1
- package/dist/components/pos-login2.js +5 -29
- package/dist/components/pos-login2.js.map +1 -1
- package/dist/components/pos-make-findable2.js +3 -27
- package/dist/components/pos-make-findable2.js.map +1 -1
- package/dist/components/pos-navigation-bar2.js +5 -29
- package/dist/components/pos-navigation-bar2.js.map +1 -1
- package/dist/components/pos-new-thing-form2.js +1 -1
- package/dist/components/pos-relations2.js +4 -28
- package/dist/components/pos-relations2.js.map +1 -1
- package/dist/components/pos-resource2.js +8 -28
- package/dist/components/pos-resource2.js.map +1 -1
- package/dist/components/pos-reverse-relations2.js +4 -28
- package/dist/components/pos-reverse-relations2.js.map +1 -1
- package/dist/components/pos-rich-link2.js +5 -29
- package/dist/components/pos-rich-link2.js.map +1 -1
- package/dist/components/pos-router2.js +1 -1
- package/dist/components/pos-select-term2.js +1 -1
- package/dist/components/pos-setting-offline-cache2.js +1 -1
- package/dist/components/pos-subjects2.js +2 -26
- package/dist/components/pos-subjects2.js.map +1 -1
- package/dist/elements/elements.css +3 -3
- package/dist/elements/elements.esm.js +1 -1
- package/dist/elements/elements.esm.js.map +1 -1
- package/dist/elements/{p-983da5af.entry.js → p-0017dc14.entry.js} +2 -2
- package/dist/elements/p-01981011.entry.js +2 -0
- package/dist/elements/{p-489909a3.entry.js.map → p-01981011.entry.js.map} +1 -1
- package/dist/elements/p-05fff093.entry.js +2 -0
- package/dist/elements/{p-2e13f1ea.entry.js.map → p-05fff093.entry.js.map} +1 -1
- package/dist/elements/{p-3856e0a0.js → p-061819d1.js} +6 -6
- package/dist/elements/p-07773ed5.entry.js +2 -0
- package/dist/elements/p-07773ed5.entry.js.map +1 -0
- package/dist/elements/{p-43d3f9dd.entry.js → p-07d2bd5a.entry.js} +2 -2
- package/dist/elements/{p-68fa0553.entry.js → p-09d80405.entry.js} +2 -2
- package/dist/elements/{p-fb766a59.entry.js → p-0b4204e3.entry.js} +2 -2
- package/dist/elements/p-0ddcbecd.entry.js +2 -0
- package/dist/elements/p-0ddcbecd.entry.js.map +1 -0
- package/dist/elements/p-0f7379bc.entry.js +2 -0
- package/dist/elements/p-0f7379bc.entry.js.map +1 -0
- package/dist/elements/p-1b2d32c1.entry.js +2 -0
- package/dist/elements/p-1b2d32c1.entry.js.map +1 -0
- package/dist/elements/{p-f1a6f6f2.js → p-1fc8e557.js} +2 -2
- package/dist/elements/{p-196197ab.entry.js → p-239442f9.entry.js} +2 -2
- package/dist/elements/{p-2cce9f72.entry.js → p-250d4bf1.entry.js} +2 -2
- package/dist/elements/{p-a3726198.entry.js → p-25926b66.entry.js} +2 -2
- package/dist/elements/{p-c13052f5.entry.js → p-266d2934.entry.js} +2 -2
- package/dist/elements/{p-13d85a0a.entry.js → p-2a548485.entry.js} +2 -2
- package/dist/elements/{p-8e747572.entry.js → p-2f0509be.entry.js} +2 -2
- package/dist/elements/{p-58ad0789.entry.js → p-300ec095.entry.js} +3 -3
- package/dist/elements/{p-09c0b7ec.js → p-307d1531.js} +2 -2
- package/dist/elements/p-3e6ffc13.entry.js +5 -0
- package/dist/elements/p-3e6ffc13.entry.js.map +1 -0
- package/dist/elements/{p-248a0d89.entry.js → p-406df11a.entry.js} +2 -2
- package/dist/elements/{p-25b5a86a.entry.js → p-41854c8f.entry.js} +2 -2
- package/dist/elements/{p-609cf34b.entry.js → p-41bb9792.entry.js} +2 -2
- package/dist/elements/{p-ad32e711.js → p-42169e41.js} +2 -2
- package/dist/elements/{p-b58ed3d9.entry.js → p-4383e1bb.entry.js} +2 -2
- package/dist/elements/{p-77f496ea.entry.js → p-49fcec88.entry.js} +2 -2
- package/dist/elements/{p-1b971594.entry.js → p-4a370bdc.entry.js} +2 -2
- package/dist/elements/{p-91fccb8b.entry.js → p-4c078751.entry.js} +2 -2
- package/dist/elements/p-4ccdbcbf.entry.js +2 -0
- package/dist/elements/p-4ccdbcbf.entry.js.map +1 -0
- package/dist/elements/{p-8c1eba2d.entry.js → p-4dd65d40.entry.js} +2 -2
- package/dist/elements/p-523432d1.js +2 -0
- package/dist/elements/p-5441ae35.entry.js +2 -0
- package/dist/elements/{p-686bf509.entry.js.map → p-5441ae35.entry.js.map} +1 -1
- package/dist/elements/{p-8a61526b.entry.js → p-552a9992.entry.js} +2 -2
- package/dist/elements/{p-2e2753e7.entry.js → p-59ec8b76.entry.js} +2 -2
- package/dist/elements/{p-b8363813.entry.js → p-5bf40440.entry.js} +2 -2
- package/dist/elements/{p-00c0e726.entry.js → p-6119b57a.entry.js} +2 -2
- package/dist/elements/{p-d3e26e17.entry.js → p-627826b0.entry.js} +2 -2
- package/dist/elements/{p-f9b993ab.entry.js → p-645632a8.entry.js} +2 -2
- package/dist/elements/{p-aca8e982.entry.js → p-66973c59.entry.js} +2 -2
- package/dist/elements/{p-18e5369d.entry.js → p-66a58eb0.entry.js} +2 -2
- package/dist/elements/{p-3bf6d7b8.entry.js → p-6cc9961e.entry.js} +2 -2
- package/dist/elements/p-71835d6f.entry.js +2 -0
- package/dist/elements/{p-2d89b617.entry.js.map → p-71835d6f.entry.js.map} +1 -1
- package/dist/elements/p-7183a9ca.entry.js +2 -0
- package/dist/elements/p-7183a9ca.entry.js.map +1 -0
- package/dist/elements/{p-7bef9b1b.entry.js → p-7190d53c.entry.js} +2 -2
- package/dist/elements/{p-d7c83052.entry.js → p-72a9cbdc.entry.js} +2 -2
- package/dist/elements/{p-cdb96cf2.js → p-734e5a97.js} +2 -2
- package/dist/elements/p-7e8b8df1.entry.js +2 -0
- package/dist/elements/p-7e8b8df1.entry.js.map +1 -0
- package/dist/elements/p-7f53778f.entry.js +2 -0
- package/dist/elements/{p-428e79f5.entry.js → p-87c81685.entry.js} +2 -2
- package/dist/elements/p-89c7559b.entry.js +20 -0
- package/dist/elements/p-89c7559b.entry.js.map +1 -0
- package/dist/elements/{p-a9478dc1.entry.js → p-8b209e66.entry.js} +2 -2
- package/dist/elements/p-8e8881a8.entry.js +2 -0
- package/dist/elements/p-8e8881a8.entry.js.map +1 -0
- package/dist/elements/{p-9a3d973e.entry.js → p-8f6d1cbe.entry.js} +2 -2
- package/dist/elements/p-95161a5d.entry.js +2 -0
- package/dist/elements/{p-93dc5bee.entry.js.map → p-95161a5d.entry.js.map} +1 -1
- package/dist/elements/p-9a4bf79e.entry.js +2 -0
- package/dist/elements/p-9a4bf79e.entry.js.map +1 -0
- package/dist/elements/p-a06d93c7.entry.js +2 -0
- package/dist/elements/{p-c992243d.entry.js.map → p-a06d93c7.entry.js.map} +1 -1
- package/dist/elements/{p-d03f5902.entry.js → p-a08f0446.entry.js} +2 -2
- package/dist/elements/p-a13569cf.entry.js +2 -0
- package/dist/elements/{p-ad55e9ab.entry.js → p-a376351f.entry.js} +2 -2
- package/dist/elements/p-a37a2712.js +5 -0
- package/dist/elements/{p-0c94ec29.entry.js → p-a421bbe5.entry.js} +2 -2
- package/dist/elements/p-a45b1964.entry.js +2 -0
- package/dist/elements/p-a45b1964.entry.js.map +1 -0
- package/dist/elements/{p-e7a69dd3.entry.js → p-a507d627.entry.js} +2 -2
- package/dist/elements/{p-d164af48.js → p-a6c03ce8.js} +2 -2
- package/dist/elements/p-ae984107.entry.js +2 -0
- package/dist/elements/p-ae984107.entry.js.map +1 -0
- package/dist/elements/{p-1d8d3167.entry.js → p-b5f6b322.entry.js} +2 -2
- package/dist/elements/{p-849fec0f.entry.js → p-b64a85bf.entry.js} +2 -2
- package/dist/elements/{p-fa63a2cc.entry.js → p-b8bd7745.entry.js} +2 -2
- package/dist/elements/{p-dc0cae0c.js → p-b9dcf3b2.js} +2 -2
- package/dist/elements/{p-bf16fe9d.entry.js → p-bc675b21.entry.js} +2 -2
- package/dist/elements/p-bca341ba.entry.js +2 -0
- package/dist/elements/p-bdea20c4.entry.js +2 -0
- package/dist/elements/{p-a41edaa5.entry.js.map → p-bdea20c4.entry.js.map} +1 -1
- package/dist/elements/p-c01a4a79.entry.js +2 -0
- package/dist/elements/{p-c0ad1e98.entry.js.map → p-c01a4a79.entry.js.map} +1 -1
- package/dist/elements/{p-6183b212.entry.js → p-c186950b.entry.js} +2 -2
- package/dist/elements/{p-b90da7d9.entry.js → p-c350af00.entry.js} +2 -2
- package/dist/elements/{p-616c23ad.entry.js → p-c698ab8e.entry.js} +2 -2
- package/dist/elements/{p-73331353.entry.js → p-c9604122.entry.js} +2 -2
- package/dist/elements/p-cb550d04.entry.js +2 -0
- package/dist/elements/{p-c21dcd46.entry.js.map → p-cb550d04.entry.js.map} +1 -1
- package/dist/elements/{p-19e2dbee.js → p-cbae963d.js} +3 -3
- package/dist/elements/p-d08312dd.entry.js +2 -0
- package/dist/elements/{p-c6c9f7e0.entry.js.map → p-d08312dd.entry.js.map} +1 -1
- package/dist/elements/{p-acf6cab4.entry.js → p-d358565a.entry.js} +2 -2
- package/dist/elements/{p-24118aa1.js → p-d61d280b.js} +2 -2
- package/dist/elements/{p-ef87f5dd.entry.js → p-d6394ee4.entry.js} +3 -3
- package/dist/elements/{p-0cdbd05c.entry.js → p-d8818bb3.entry.js} +2 -2
- package/dist/elements/{p-17cb620a.js → p-da0d920d.js} +2 -2
- package/dist/elements/{p-c19ba914.entry.js → p-dadb557e.entry.js} +2 -2
- package/dist/elements/{p-2bb537fb.entry.js → p-dc709055.entry.js} +2 -2
- package/dist/elements/{p-133e29f8.entry.js → p-e0de7c6a.entry.js} +2 -2
- package/dist/elements/{p-c34f0243.entry.js → p-e78cf007.entry.js} +2 -2
- package/dist/elements/{p-7105c21a.entry.js → p-e8268c7a.entry.js} +2 -2
- package/dist/elements/{p-6bc1057e.entry.js → p-f4035b4a.entry.js} +2 -2
- package/dist/elements/{p-de2c14be.entry.js → p-f40b3ec6.entry.js} +2 -2
- package/dist/elements/{p-3bc60b5c.entry.js → p-f50c3045.entry.js} +2 -2
- package/dist/elements/{p-dd97c7d1.js → p-f67bba50.js} +3 -3
- package/dist/elements/{p-27a5048e.entry.js → p-f96384f2.entry.js} +2 -2
- package/dist/elements/p-fa0be1d8.entry.js +2 -0
- package/dist/elements/{p-f74b9191.entry.js.map → p-fa0be1d8.entry.js.map} +1 -1
- package/dist/elements/{p-fd4ecbf1.entry.js → p-fa19a3e9.entry.js} +2 -2
- package/dist/elements/p-facc0ac5.entry.js +2 -0
- package/dist/elements/{p-5d1eb685.entry.js.map → p-facc0ac5.entry.js.map} +1 -1
- package/dist/elements/{p-ef4ffce6.entry.js → p-ffa8c481.entry.js} +2 -2
- package/dist/esm/{BrokenFile-f46cbf25.js → BrokenFile-d387a173.js} +2 -2
- package/dist/esm/{BrokenFile-f46cbf25.js.map → BrokenFile-d387a173.js.map} +1 -1
- package/dist/esm/{app-globals-04af85f0.js → app-globals-f420d326.js} +2 -2
- package/dist/esm/{app-globals-04af85f0.js.map → app-globals-f420d326.js.map} +1 -1
- package/dist/esm/elements.js +5 -5
- package/dist/esm/{hardware-back-button-41efa076.js → hardware-back-button-12e771ad.js} +3 -3
- package/dist/esm/{hardware-back-button-41efa076.js.map → hardware-back-button-12e771ad.js.map} +1 -1
- package/dist/esm/{index-a753fbce.js → index-7462d21e.js} +4 -4
- package/dist/esm/{index-a753fbce.js.map → index-7462d21e.js.map} +1 -1
- package/dist/esm/{index-4fdc2561.js → index-9725d917.js} +2 -2
- package/dist/esm/{index-4fdc2561.js.map → index-9725d917.js.map} +1 -1
- package/dist/esm/{index-e268d85c.js → index-ccbcf170.js} +3 -3
- package/dist/esm/{index-e268d85c.js.map → index-ccbcf170.js.map} +1 -1
- package/dist/esm/ion-accordion-group.entry.js +2 -2
- package/dist/esm/ion-accordion.entry.js +2 -2
- package/dist/esm/ion-action-sheet_3.entry.js +4 -4
- package/dist/esm/ion-app.entry.js +5 -5
- package/dist/esm/ion-avatar.entry.js +2 -2
- package/dist/esm/ion-back-button.entry.js +2 -2
- package/dist/esm/ion-backdrop.entry.js +2 -2
- package/dist/esm/ion-badge_5.entry.js +179 -0
- package/dist/esm/ion-badge_5.entry.js.map +1 -0
- package/dist/esm/ion-breadcrumb.entry.js +2 -2
- package/dist/esm/ion-breadcrumbs.entry.js +2 -2
- package/dist/esm/ion-button_4.entry.js +2 -2
- package/dist/{components/card-content.js → esm/ion-card-content.entry.js} +12 -26
- package/dist/esm/ion-card-content.entry.js.map +1 -0
- package/dist/{components/card-header.js → esm/ion-card-header.entry.js} +13 -31
- package/dist/esm/ion-card-header.entry.js.map +1 -0
- package/dist/esm/ion-card-subtitle.entry.js +2 -2
- package/dist/{components/card-title.js → esm/ion-card-title.entry.js} +13 -30
- package/dist/esm/ion-card-title.entry.js.map +1 -0
- package/dist/{components/card.js → esm/ion-card.entry.js} +15 -47
- package/dist/esm/ion-card.entry.js.map +1 -0
- package/dist/esm/ion-checkbox_7.entry.js +2 -2
- package/dist/esm/ion-chip.entry.js +2 -2
- package/dist/{components/col.js → esm/ion-col.entry.js} +9 -49
- package/dist/esm/ion-col.entry.js.map +1 -0
- package/dist/esm/ion-content.entry.js +2 -2
- package/dist/esm/ion-datetime-button.entry.js +2 -2
- package/dist/esm/ion-datetime.entry.js +2 -2
- package/dist/esm/ion-fab-button.entry.js +2 -2
- package/dist/esm/ion-fab-list.entry.js +2 -2
- package/dist/esm/ion-fab.entry.js +2 -2
- package/dist/esm/ion-footer.entry.js +2 -2
- package/dist/{components/grid.js → esm/ion-grid.entry.js} +9 -26
- package/dist/esm/ion-grid.entry.js.map +1 -0
- package/dist/esm/ion-header.entry.js +2 -2
- package/dist/esm/{ion-card_34.entry.js → ion-icon_31.entry.js} +32 -137
- package/dist/esm/ion-icon_31.entry.js.map +1 -0
- package/dist/esm/ion-img.entry.js +2 -2
- package/dist/esm/ion-infinite-scroll-content.entry.js +2 -2
- package/dist/esm/ion-infinite-scroll.entry.js +2 -2
- package/dist/esm/ion-input.entry.js +2 -2
- package/dist/esm/ion-item-divider.entry.js +2 -2
- package/dist/esm/ion-item-group.entry.js +2 -2
- package/dist/esm/ion-item-option.entry.js +2 -2
- package/dist/esm/ion-item-options.entry.js +2 -2
- package/dist/esm/ion-item-sliding.entry.js +2 -2
- package/dist/esm/ion-loading.entry.js +4 -4
- package/dist/esm/ion-menu-button.entry.js +5 -5
- package/dist/esm/ion-menu-toggle.entry.js +5 -5
- package/dist/esm/ion-menu.entry.js +5 -5
- package/dist/esm/ion-modal.entry.js +5 -5
- package/dist/esm/ion-nav-link.entry.js +1 -1
- package/dist/esm/ion-nav.entry.js +3 -3
- package/dist/esm/ion-note.entry.js +2 -2
- package/dist/esm/ion-picker-column.entry.js +2 -2
- package/dist/esm/ion-picker.entry.js +4 -4
- package/dist/esm/ion-popover.entry.js +5 -5
- package/dist/esm/ion-range.entry.js +2 -2
- package/dist/esm/ion-refresher-content.entry.js +3 -3
- package/dist/esm/ion-refresher.entry.js +3 -3
- package/dist/esm/ion-reorder-group.entry.js +2 -2
- package/dist/esm/ion-reorder.entry.js +2 -2
- package/dist/esm/ion-route-redirect.entry.js +1 -1
- package/dist/esm/ion-route.entry.js +1 -1
- package/dist/esm/ion-router-link.entry.js +2 -2
- package/dist/esm/ion-router-outlet.entry.js +3 -3
- package/dist/esm/ion-router.entry.js +1 -1
- package/dist/esm/ion-row.entry.js +19 -0
- package/dist/esm/ion-row.entry.js.map +1 -0
- package/dist/esm/ion-segment-button.entry.js +2 -2
- package/dist/esm/ion-segment.entry.js +2 -2
- package/dist/esm/ion-select-option.entry.js +2 -2
- package/dist/esm/ion-select.entry.js +4 -4
- package/dist/esm/ion-spinner.entry.js +2 -2
- package/dist/esm/ion-split-pane.entry.js +2 -2
- package/dist/esm/ion-tab-bar.entry.js +2 -2
- package/dist/esm/ion-tab-button.entry.js +2 -2
- package/dist/esm/ion-tab.entry.js +1 -1
- package/dist/esm/ion-tabs.entry.js +1 -1
- package/dist/esm/ion-text.entry.js +2 -2
- package/dist/esm/ion-textarea.entry.js +2 -2
- package/dist/esm/ion-thumbnail.entry.js +2 -2
- package/dist/esm/ion-title.entry.js +2 -2
- package/dist/esm/ion-toggle.entry.js +2 -2
- package/dist/esm/ion-toolbar.entry.js +2 -2
- package/dist/esm/{ionic-global-df0a32a5.js → ionic-global-07f989af.js} +2 -2
- package/dist/esm/{ionic-global-df0a32a5.js.map → ionic-global-07f989af.js.map} +1 -1
- package/dist/esm/{ios.transition-42a569f1.js → ios.transition-02b5b74a.js} +3 -3
- package/dist/esm/{ios.transition-42a569f1.js.map → ios.transition-02b5b74a.js.map} +1 -1
- package/dist/esm/loader.js +5 -5
- package/dist/esm/{md.transition-646de6a5.js → md.transition-0e6cf607.js} +3 -3
- package/dist/esm/{md.transition-646de6a5.js.map → md.transition-0e6cf607.js.map} +1 -1
- package/dist/esm/{menu-toggle-util-8d0172e3.js → menu-toggle-util-6257f7b5.js} +2 -2
- package/dist/esm/{menu-toggle-util-8d0172e3.js.map → menu-toggle-util-6257f7b5.js.map} +1 -1
- package/dist/esm/{overlays-4b3bb757.js → overlays-ef03d5bd.js} +3 -3
- package/dist/esm/{overlays-4b3bb757.js.map → overlays-ef03d5bd.js.map} +1 -1
- package/dist/esm/pos-app-document-viewer.entry.js +9 -2
- package/dist/esm/pos-app-document-viewer.entry.js.map +1 -1
- package/dist/esm/pos-app-generic.entry.js +1 -1
- package/dist/esm/pos-app-image-viewer.entry.js +12 -3
- package/dist/esm/pos-app-image-viewer.entry.js.map +1 -1
- package/dist/esm/pos-app-ldp-container.entry.js +9 -2
- package/dist/esm/pos-app-ldp-container.entry.js.map +1 -1
- package/dist/esm/pos-app-rdf-document.entry.js +8 -5
- package/dist/esm/pos-app-rdf-document.entry.js.map +1 -1
- package/dist/esm/pos-container-contents.entry.js +1 -1
- package/dist/esm/pos-container-item.entry.js +1 -1
- package/dist/esm/pos-document.entry.js +2 -2
- package/dist/esm/pos-relations_2.entry.js +1 -1
- package/dist/esm/pos-subjects.entry.js +1 -1
- package/dist/esm/pos-value.entry.js +1 -1
- package/dist/esm/{refresher.utils-0e6b5f97.js → refresher.utils-d191622d.js} +2 -2
- package/dist/esm/{refresher.utils-0e6b5f97.js.map → refresher.utils-d191622d.js.map} +1 -1
- package/dist/esm/{status-tap-e90a7a0d.js → status-tap-cdf580e7.js} +2 -2
- package/dist/esm/{status-tap-e90a7a0d.js.map → status-tap-cdf580e7.js.map} +1 -1
- package/package.json +1 -1
- package/dist/cjs/ion-badge_2.cjs.entry.js +0 -92
- package/dist/cjs/ion-badge_2.cjs.entry.js.map +0 -1
- package/dist/cjs/ion-card-title_6.cjs.entry.js +0 -287
- package/dist/cjs/ion-card-title_6.cjs.entry.js.map +0 -1
- package/dist/cjs/ion-card_34.cjs.entry.js.map +0 -1
- package/dist/cjs/pos-predicate.cjs.entry.js +0 -28
- package/dist/cjs/pos-predicate.cjs.entry.js.map +0 -1
- package/dist/collection/apps/pos-app-rdf-document/pos-app-rdf-document.css +0 -39
- package/dist/components/card-content.js.map +0 -1
- package/dist/components/card-header.js.map +0 -1
- package/dist/components/card-title.js.map +0 -1
- package/dist/components/card.js.map +0 -1
- package/dist/components/col.js.map +0 -1
- package/dist/components/grid.js.map +0 -1
- package/dist/components/row.js +0 -34
- package/dist/components/row.js.map +0 -1
- package/dist/elements/p-012323aa.entry.js +0 -2
- package/dist/elements/p-012323aa.entry.js.map +0 -1
- package/dist/elements/p-10bbe079.entry.js +0 -2
- package/dist/elements/p-10bbe079.entry.js.map +0 -1
- package/dist/elements/p-2543ef78.entry.js +0 -20
- package/dist/elements/p-2543ef78.entry.js.map +0 -1
- package/dist/elements/p-2d89b617.entry.js +0 -2
- package/dist/elements/p-2e13f1ea.entry.js +0 -2
- package/dist/elements/p-489909a3.entry.js +0 -2
- package/dist/elements/p-4a049a02.entry.js +0 -2
- package/dist/elements/p-57740997.entry.js +0 -2
- package/dist/elements/p-5d1eb685.entry.js +0 -2
- package/dist/elements/p-686bf509.entry.js +0 -2
- package/dist/elements/p-780ee959.entry.js +0 -2
- package/dist/elements/p-93dc5bee.entry.js +0 -2
- package/dist/elements/p-968b8bef.entry.js +0 -2
- package/dist/elements/p-968b8bef.entry.js.map +0 -1
- package/dist/elements/p-a03499f7.js +0 -5
- package/dist/elements/p-a41edaa5.entry.js +0 -2
- package/dist/elements/p-b3117c79.entry.js +0 -2
- package/dist/elements/p-b3117c79.entry.js.map +0 -1
- package/dist/elements/p-c0ad1e98.entry.js +0 -2
- package/dist/elements/p-c21dcd46.entry.js +0 -2
- package/dist/elements/p-c6c9f7e0.entry.js +0 -2
- package/dist/elements/p-c992243d.entry.js +0 -2
- package/dist/elements/p-d0fad707.entry.js +0 -2
- package/dist/elements/p-d0fad707.entry.js.map +0 -1
- package/dist/elements/p-e5ce5615.entry.js +0 -5
- package/dist/elements/p-e5ce5615.entry.js.map +0 -1
- package/dist/elements/p-f0d9cf91.js +0 -2
- package/dist/elements/p-f74b9191.entry.js +0 -2
- package/dist/elements/p-fe4821db.entry.js +0 -2
- package/dist/elements/p-fe4821db.entry.js.map +0 -1
- package/dist/esm/ion-badge_2.entry.js +0 -87
- package/dist/esm/ion-badge_2.entry.js.map +0 -1
- package/dist/esm/ion-card-title_6.entry.js +0 -278
- package/dist/esm/ion-card-title_6.entry.js.map +0 -1
- package/dist/esm/ion-card_34.entry.js.map +0 -1
- package/dist/esm/pos-predicate.entry.js +0 -24
- package/dist/esm/pos-predicate.entry.js.map +0 -1
- /package/dist/elements/{p-983da5af.entry.js.map → p-0017dc14.entry.js.map} +0 -0
- /package/dist/elements/{p-3856e0a0.js.map → p-061819d1.js.map} +0 -0
- /package/dist/elements/{p-43d3f9dd.entry.js.map → p-07d2bd5a.entry.js.map} +0 -0
- /package/dist/elements/{p-68fa0553.entry.js.map → p-09d80405.entry.js.map} +0 -0
- /package/dist/elements/{p-fb766a59.entry.js.map → p-0b4204e3.entry.js.map} +0 -0
- /package/dist/elements/{p-f1a6f6f2.js.map → p-1fc8e557.js.map} +0 -0
- /package/dist/elements/{p-196197ab.entry.js.map → p-239442f9.entry.js.map} +0 -0
- /package/dist/elements/{p-2cce9f72.entry.js.map → p-250d4bf1.entry.js.map} +0 -0
- /package/dist/elements/{p-a3726198.entry.js.map → p-25926b66.entry.js.map} +0 -0
- /package/dist/elements/{p-c13052f5.entry.js.map → p-266d2934.entry.js.map} +0 -0
- /package/dist/elements/{p-13d85a0a.entry.js.map → p-2a548485.entry.js.map} +0 -0
- /package/dist/elements/{p-8e747572.entry.js.map → p-2f0509be.entry.js.map} +0 -0
- /package/dist/elements/{p-58ad0789.entry.js.map → p-300ec095.entry.js.map} +0 -0
- /package/dist/elements/{p-09c0b7ec.js.map → p-307d1531.js.map} +0 -0
- /package/dist/elements/{p-248a0d89.entry.js.map → p-406df11a.entry.js.map} +0 -0
- /package/dist/elements/{p-25b5a86a.entry.js.map → p-41854c8f.entry.js.map} +0 -0
- /package/dist/elements/{p-609cf34b.entry.js.map → p-41bb9792.entry.js.map} +0 -0
- /package/dist/elements/{p-ad32e711.js.map → p-42169e41.js.map} +0 -0
- /package/dist/elements/{p-b58ed3d9.entry.js.map → p-4383e1bb.entry.js.map} +0 -0
- /package/dist/elements/{p-77f496ea.entry.js.map → p-49fcec88.entry.js.map} +0 -0
- /package/dist/elements/{p-1b971594.entry.js.map → p-4a370bdc.entry.js.map} +0 -0
- /package/dist/elements/{p-91fccb8b.entry.js.map → p-4c078751.entry.js.map} +0 -0
- /package/dist/elements/{p-8c1eba2d.entry.js.map → p-4dd65d40.entry.js.map} +0 -0
- /package/dist/elements/{p-f0d9cf91.js.map → p-523432d1.js.map} +0 -0
- /package/dist/elements/{p-8a61526b.entry.js.map → p-552a9992.entry.js.map} +0 -0
- /package/dist/elements/{p-2e2753e7.entry.js.map → p-59ec8b76.entry.js.map} +0 -0
- /package/dist/elements/{p-b8363813.entry.js.map → p-5bf40440.entry.js.map} +0 -0
- /package/dist/elements/{p-00c0e726.entry.js.map → p-6119b57a.entry.js.map} +0 -0
- /package/dist/elements/{p-d3e26e17.entry.js.map → p-627826b0.entry.js.map} +0 -0
- /package/dist/elements/{p-f9b993ab.entry.js.map → p-645632a8.entry.js.map} +0 -0
- /package/dist/elements/{p-aca8e982.entry.js.map → p-66973c59.entry.js.map} +0 -0
- /package/dist/elements/{p-18e5369d.entry.js.map → p-66a58eb0.entry.js.map} +0 -0
- /package/dist/elements/{p-3bf6d7b8.entry.js.map → p-6cc9961e.entry.js.map} +0 -0
- /package/dist/elements/{p-7bef9b1b.entry.js.map → p-7190d53c.entry.js.map} +0 -0
- /package/dist/elements/{p-d7c83052.entry.js.map → p-72a9cbdc.entry.js.map} +0 -0
- /package/dist/elements/{p-cdb96cf2.js.map → p-734e5a97.js.map} +0 -0
- /package/dist/elements/{p-780ee959.entry.js.map → p-7f53778f.entry.js.map} +0 -0
- /package/dist/elements/{p-428e79f5.entry.js.map → p-87c81685.entry.js.map} +0 -0
- /package/dist/elements/{p-a9478dc1.entry.js.map → p-8b209e66.entry.js.map} +0 -0
- /package/dist/elements/{p-9a3d973e.entry.js.map → p-8f6d1cbe.entry.js.map} +0 -0
- /package/dist/elements/{p-d03f5902.entry.js.map → p-a08f0446.entry.js.map} +0 -0
- /package/dist/elements/{p-57740997.entry.js.map → p-a13569cf.entry.js.map} +0 -0
- /package/dist/elements/{p-ad55e9ab.entry.js.map → p-a376351f.entry.js.map} +0 -0
- /package/dist/elements/{p-a03499f7.js.map → p-a37a2712.js.map} +0 -0
- /package/dist/elements/{p-0c94ec29.entry.js.map → p-a421bbe5.entry.js.map} +0 -0
- /package/dist/elements/{p-e7a69dd3.entry.js.map → p-a507d627.entry.js.map} +0 -0
- /package/dist/elements/{p-d164af48.js.map → p-a6c03ce8.js.map} +0 -0
- /package/dist/elements/{p-1d8d3167.entry.js.map → p-b5f6b322.entry.js.map} +0 -0
- /package/dist/elements/{p-849fec0f.entry.js.map → p-b64a85bf.entry.js.map} +0 -0
- /package/dist/elements/{p-fa63a2cc.entry.js.map → p-b8bd7745.entry.js.map} +0 -0
- /package/dist/elements/{p-dc0cae0c.js.map → p-b9dcf3b2.js.map} +0 -0
- /package/dist/elements/{p-bf16fe9d.entry.js.map → p-bc675b21.entry.js.map} +0 -0
- /package/dist/elements/{p-4a049a02.entry.js.map → p-bca341ba.entry.js.map} +0 -0
- /package/dist/elements/{p-6183b212.entry.js.map → p-c186950b.entry.js.map} +0 -0
- /package/dist/elements/{p-b90da7d9.entry.js.map → p-c350af00.entry.js.map} +0 -0
- /package/dist/elements/{p-616c23ad.entry.js.map → p-c698ab8e.entry.js.map} +0 -0
- /package/dist/elements/{p-73331353.entry.js.map → p-c9604122.entry.js.map} +0 -0
- /package/dist/elements/{p-19e2dbee.js.map → p-cbae963d.js.map} +0 -0
- /package/dist/elements/{p-acf6cab4.entry.js.map → p-d358565a.entry.js.map} +0 -0
- /package/dist/elements/{p-24118aa1.js.map → p-d61d280b.js.map} +0 -0
- /package/dist/elements/{p-ef87f5dd.entry.js.map → p-d6394ee4.entry.js.map} +0 -0
- /package/dist/elements/{p-0cdbd05c.entry.js.map → p-d8818bb3.entry.js.map} +0 -0
- /package/dist/elements/{p-17cb620a.js.map → p-da0d920d.js.map} +0 -0
- /package/dist/elements/{p-c19ba914.entry.js.map → p-dadb557e.entry.js.map} +0 -0
- /package/dist/elements/{p-2bb537fb.entry.js.map → p-dc709055.entry.js.map} +0 -0
- /package/dist/elements/{p-133e29f8.entry.js.map → p-e0de7c6a.entry.js.map} +0 -0
- /package/dist/elements/{p-c34f0243.entry.js.map → p-e78cf007.entry.js.map} +0 -0
- /package/dist/elements/{p-7105c21a.entry.js.map → p-e8268c7a.entry.js.map} +0 -0
- /package/dist/elements/{p-6bc1057e.entry.js.map → p-f4035b4a.entry.js.map} +0 -0
- /package/dist/elements/{p-de2c14be.entry.js.map → p-f40b3ec6.entry.js.map} +0 -0
- /package/dist/elements/{p-3bc60b5c.entry.js.map → p-f50c3045.entry.js.map} +0 -0
- /package/dist/elements/{p-dd97c7d1.js.map → p-f67bba50.js.map} +0 -0
- /package/dist/elements/{p-27a5048e.entry.js.map → p-f96384f2.entry.js.map} +0 -0
- /package/dist/elements/{p-fd4ecbf1.entry.js.map → p-fa19a3e9.entry.js.map} +0 -0
- /package/dist/elements/{p-ef4ffce6.entry.js.map → p-ffa8c481.entry.js.map} +0 -0
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"names":["fabListCss","IonFabListStyle0","FabList","constructor","hostRef","this","activated","side","activatedChanged","fabs","Array","from","el","querySelectorAll","timeout","forEach","fab","i","setTimeout","show","render","mode","getIonMode","h","Host","key","class"],"sources":["../node_modules/@ionic/core/dist/collection/components/fab-list/fab-list.css?tag=ion-fab-list&encapsulation=shadow","../node_modules/@ionic/core/dist/collection/components/fab-list/fab-list.js"],"sourcesContent":["/**\n * Convert a font size to a dynamic font size.\n * Fonts that participate in Dynamic Type should use\n * dynamic font sizes.\n * @param size - The initial font size including the unit (i.e. px or pt)\n * @param unit (optional) - The unit to convert to. Use this if you want to\n * convert to a unit other than $baselineUnit.\n */\n/**\n * Convert a font size to a dynamic font size but impose\n * a maximum font size.\n * @param size - The initial font size including the unit (i.e. px or pt)\n * @param maxScale - The maximum scale of the font (i.e. 2.5 for a maximum 250% scale).\n * @param unit (optional) - The unit to convert the initial font size to. Use this if you want to\n * convert to a unit other than $baselineUnit.\n */\n/**\n * Convert a font size to a dynamic font size but impose\n * a minimum font size.\n * @param size - The initial font size including the unit (i.e. px or pt)\n * @param minScale - The minimum scale of the font (i.e. 0.8 for a minimum 80% scale).\n * @param unit (optional) - The unit to convert the initial font size to. Use this if you want to\n * convert to a unit other than $baselineUnit.\n */\n/**\n * Convert a font size to a dynamic font size but impose\n * maximum and minimum font sizes.\n * @param size - The initial font size including the unit (i.e. px or pt)\n * @param minScale - The minimum scale of the font (i.e. 0.8 for a minimum 80% scale).\n * @param maxScale - The maximum scale of the font (i.e. 2.5 for a maximum 250% scale).\n * @param unit (optional) - The unit to convert the initial font size to. Use this if you want to\n * convert to a unit other than $baselineUnit.\n */\n/**\n * A heuristic that applies CSS to tablet\n * viewports.\n *\n * Usage:\n * @include tablet-viewport() {\n * :host {\n * background-color: green;\n * }\n * }\n */\n/**\n * A heuristic that applies CSS to mobile\n * viewports (i.e. phones, not tablets).\n *\n * Usage:\n * @include mobile-viewport() {\n * :host {\n * background-color: blue;\n * }\n * }\n */\n/**\n * Convert a font size to a dynamic font size.\n * Fonts that participate in Dynamic Type should use\n * dynamic font sizes.\n * @param size - The initial font size including the unit (i.e. px or pt)\n * @param unit (optional) - The unit to convert to. Use this if you want to\n * convert to a unit other than $baselineUnit.\n */\n/**\n * Convert a font size to a dynamic font size but impose\n * a maximum font size.\n * @param size - The initial font size including the unit (i.e. px or pt)\n * @param maxScale - The maximum scale of the font (i.e. 2.5 for a maximum 250% scale).\n * @param unit (optional) - The unit to convert the initial font size to. Use this if you want to\n * convert to a unit other than $baselineUnit.\n */\n/**\n * Convert a font size to a dynamic font size but impose\n * a minimum font size.\n * @param size - The initial font size including the unit (i.e. px or pt)\n * @param minScale - The minimum scale of the font (i.e. 0.8 for a minimum 80% scale).\n * @param unit (optional) - The unit to convert the initial font size to. Use this if you want to\n * convert to a unit other than $baselineUnit.\n */\n/**\n * Convert a font size to a dynamic font size but impose\n * maximum and minimum font sizes.\n * @param size - The initial font size including the unit (i.e. px or pt)\n * @param minScale - The minimum scale of the font (i.e. 0.8 for a minimum 80% scale).\n * @param maxScale - The maximum scale of the font (i.e. 2.5 for a maximum 250% scale).\n * @param unit (optional) - The unit to convert the initial font size to. Use this if you want to\n * convert to a unit other than $baselineUnit.\n */\n/**\n * A heuristic that applies CSS to tablet\n * viewports.\n *\n * Usage:\n * @include tablet-viewport() {\n * :host {\n * background-color: green;\n * }\n * }\n */\n/**\n * A heuristic that applies CSS to mobile\n * viewports (i.e. phones, not tablets).\n *\n * Usage:\n * @include mobile-viewport() {\n * :host {\n * background-color: blue;\n * }\n * }\n */\n:host {\n margin-left: 0;\n margin-right: 0;\n margin-top: calc(100% + 10px);\n margin-bottom: calc(100% + 10px);\n display: none;\n position: absolute;\n top: 0;\n flex-direction: column;\n align-items: center;\n /**\n * The list should be centered relative to the parent\n * FAB button. We set minimum dimensions so the\n * FAB list can be centered relative to the small FAB button.\n * However, the small FAB button adds start/end margin, so we need\n * to account for that in the FAB list dimensions.\n */\n min-width: 56px;\n min-height: 56px;\n}\n\n:host(.fab-list-active) {\n display: flex;\n}\n\n::slotted(.fab-button-in-list) {\n margin-left: 0;\n margin-right: 0;\n margin-top: 8px;\n margin-bottom: 8px;\n width: 40px;\n height: 40px;\n transform: scale(0);\n opacity: 0;\n visibility: hidden;\n}\n\n:host(.fab-list-side-top) ::slotted(.fab-button-in-list),\n:host(.fab-list-side-bottom) ::slotted(.fab-button-in-list) {\n margin-left: 0;\n margin-right: 0;\n margin-top: 5px;\n margin-bottom: 5px;\n}\n\n:host(.fab-list-side-start) ::slotted(.fab-button-in-list),\n:host(.fab-list-side-end) ::slotted(.fab-button-in-list) {\n -webkit-margin-start: 5px;\n margin-inline-start: 5px;\n -webkit-margin-end: 5px;\n margin-inline-end: 5px;\n margin-top: 0;\n margin-bottom: 0;\n}\n\n::slotted(.fab-button-in-list.fab-button-show) {\n transform: scale(1);\n opacity: 1;\n visibility: visible;\n}\n\n:host(.fab-list-side-top) {\n top: auto;\n bottom: 0;\n flex-direction: column-reverse;\n}\n\n:host(.fab-list-side-start) {\n -webkit-margin-start: calc(100% + 10px);\n margin-inline-start: calc(100% + 10px);\n -webkit-margin-end: calc(100% + 10px);\n margin-inline-end: calc(100% + 10px);\n margin-top: 0;\n margin-bottom: 0;\n flex-direction: row-reverse;\n}\n@supports (inset-inline-start: 0) {\n :host(.fab-list-side-start) {\n inset-inline-end: 0;\n }\n}\n@supports not (inset-inline-start: 0) {\n :host(.fab-list-side-start) {\n right: 0;\n }\n :host-context([dir=rtl]):host(.fab-list-side-start), :host-context([dir=rtl]).fab-list-side-start {\n left: unset;\n right: unset;\n left: 0;\n }\n @supports selector(:dir(rtl)) {\n :host(.fab-list-side-start:dir(rtl)) {\n left: unset;\n right: unset;\n left: 0;\n }\n }\n}\n\n:host(.fab-list-side-end) {\n -webkit-margin-start: calc(100% + 10px);\n margin-inline-start: calc(100% + 10px);\n -webkit-margin-end: calc(100% + 10px);\n margin-inline-end: calc(100% + 10px);\n margin-top: 0;\n margin-bottom: 0;\n flex-direction: row;\n}\n@supports (inset-inline-start: 0) {\n :host(.fab-list-side-end) {\n inset-inline-start: 0;\n }\n}\n@supports not (inset-inline-start: 0) {\n :host(.fab-list-side-end) {\n left: 0;\n }\n :host-context([dir=rtl]):host(.fab-list-side-end), :host-context([dir=rtl]).fab-list-side-end {\n left: unset;\n right: unset;\n right: 0;\n }\n @supports selector(:dir(rtl)) {\n :host(.fab-list-side-end:dir(rtl)) {\n left: unset;\n right: unset;\n right: 0;\n }\n }\n}","/*!\n * (C) Ionic http://ionicframework.com - MIT License\n */\nimport { Host, h } from \"@stencil/core\";\nimport { getIonMode } from \"../../global/ionic-global\";\nexport class FabList {\n constructor() {\n this.activated = false;\n this.side = 'bottom';\n }\n activatedChanged(activated) {\n const fabs = Array.from(this.el.querySelectorAll('ion-fab-button'));\n // if showing the fabs add a timeout, else show immediately\n const timeout = activated ? 30 : 0;\n fabs.forEach((fab, i) => {\n setTimeout(() => (fab.show = activated), i * timeout);\n });\n }\n render() {\n const mode = getIonMode(this);\n return (h(Host, { key: '3de1b0db4eb0230d4d2954e4265ddeb3c930b4dc', class: {\n [mode]: true,\n 'fab-list-active': this.activated,\n [`fab-list-side-${this.side}`]: true,\n } }, h(\"slot\", { key: '970aac2239ad9ea2b6b6c3c3ea45a18c45b37df2' })));\n }\n static get is() { return \"ion-fab-list\"; }\n static get encapsulation() { return \"shadow\"; }\n static get originalStyleUrls() {\n return {\n \"$\": [\"fab-list.scss\"]\n };\n }\n static get styleUrls() {\n return {\n \"$\": [\"fab-list.css\"]\n };\n }\n static get properties() {\n return {\n \"activated\": {\n \"type\": \"boolean\",\n \"mutable\": false,\n \"complexType\": {\n \"original\": \"boolean\",\n \"resolved\": \"boolean\",\n \"references\": {}\n },\n \"required\": false,\n \"optional\": false,\n \"docs\": {\n \"tags\": [],\n \"text\": \"If `true`, the fab list will show all fab buttons in the list.\"\n },\n \"attribute\": \"activated\",\n \"reflect\": false,\n \"defaultValue\": \"false\"\n },\n \"side\": {\n \"type\": \"string\",\n \"mutable\": false,\n \"complexType\": {\n \"original\": \"'start' | 'end' | 'top' | 'bottom'\",\n \"resolved\": \"\\\"bottom\\\" | \\\"end\\\" | \\\"start\\\" | \\\"top\\\"\",\n \"references\": {}\n },\n \"required\": false,\n \"optional\": false,\n \"docs\": {\n \"tags\": [],\n \"text\": \"The side the fab list will show on relative to the main fab button.\"\n },\n \"attribute\": \"side\",\n \"reflect\": false,\n \"defaultValue\": \"'bottom'\"\n }\n };\n }\n static get elementRef() { return \"el\"; }\n static get watchers() {\n return [{\n \"propName\": \"activated\",\n \"methodName\": \"activatedChanged\"\n }];\n }\n}\n"],"mappings":"6FAAA,MAAMA,EAAa,kqEACnB,MAAAC,EAAeD,E,MCIFE,EAAO,MAChB,WAAAC,CAAAC,G,UACIC,KAAKC,UAAY,MACjBD,KAAKE,KAAO,Q,CAEhB,gBAAAC,CAAiBF,GACb,MAAMG,EAAOC,MAAMC,KAAKN,KAAKO,GAAGC,iBAAiB,mBAEjD,MAAMC,EAAUR,EAAY,GAAK,EACjCG,EAAKM,SAAQ,CAACC,EAAKC,KACfC,YAAW,IAAOF,EAAIG,KAAOb,GAAYW,EAAIH,EAAQ,G,CAG7D,MAAAM,GACI,MAAMC,EAAOC,EAAWjB,MACxB,OAAQkB,EAAEC,EAAM,CAAEC,IAAK,2CAA4CC,MAAO,CAClEL,CAACA,GAAO,KACR,kBAAmBhB,KAAKC,UACxB,CAAC,iBAAiBD,KAAKE,QAAS,OAC/BgB,EAAE,OAAQ,CAAEE,IAAK,6C","ignoreList":[]}
|
|
1
|
+
{"version":3,"names":["fabListCss","IonFabListStyle0","FabList","constructor","hostRef","this","activated","side","activatedChanged","fabs","Array","from","el","querySelectorAll","timeout","forEach","fab","i","setTimeout","show","render","mode","getIonMode","h","Host","key","class"],"sources":["../node_modules/@ionic/core/dist/collection/components/fab-list/fab-list.css?tag=ion-fab-list&encapsulation=shadow","../node_modules/@ionic/core/dist/collection/components/fab-list/fab-list.js"],"sourcesContent":["/**\n * Convert a font size to a dynamic font size.\n * Fonts that participate in Dynamic Type should use\n * dynamic font sizes.\n * @param size - The initial font size including the unit (i.e. px or pt)\n * @param unit (optional) - The unit to convert to. Use this if you want to\n * convert to a unit other than $baselineUnit.\n */\n/**\n * Convert a font size to a dynamic font size but impose\n * a maximum font size.\n * @param size - The initial font size including the unit (i.e. px or pt)\n * @param maxScale - The maximum scale of the font (i.e. 2.5 for a maximum 250% scale).\n * @param unit (optional) - The unit to convert the initial font size to. Use this if you want to\n * convert to a unit other than $baselineUnit.\n */\n/**\n * Convert a font size to a dynamic font size but impose\n * a minimum font size.\n * @param size - The initial font size including the unit (i.e. px or pt)\n * @param minScale - The minimum scale of the font (i.e. 0.8 for a minimum 80% scale).\n * @param unit (optional) - The unit to convert the initial font size to. Use this if you want to\n * convert to a unit other than $baselineUnit.\n */\n/**\n * Convert a font size to a dynamic font size but impose\n * maximum and minimum font sizes.\n * @param size - The initial font size including the unit (i.e. px or pt)\n * @param minScale - The minimum scale of the font (i.e. 0.8 for a minimum 80% scale).\n * @param maxScale - The maximum scale of the font (i.e. 2.5 for a maximum 250% scale).\n * @param unit (optional) - The unit to convert the initial font size to. Use this if you want to\n * convert to a unit other than $baselineUnit.\n */\n/**\n * A heuristic that applies CSS to tablet\n * viewports.\n *\n * Usage:\n * @include tablet-viewport() {\n * :host {\n * background-color: green;\n * }\n * }\n */\n/**\n * A heuristic that applies CSS to mobile\n * viewports (i.e. phones, not tablets).\n *\n * Usage:\n * @include mobile-viewport() {\n * :host {\n * background-color: blue;\n * }\n * }\n */\n/**\n * Convert a font size to a dynamic font size.\n * Fonts that participate in Dynamic Type should use\n * dynamic font sizes.\n * @param size - The initial font size including the unit (i.e. px or pt)\n * @param unit (optional) - The unit to convert to. Use this if you want to\n * convert to a unit other than $baselineUnit.\n */\n/**\n * Convert a font size to a dynamic font size but impose\n * a maximum font size.\n * @param size - The initial font size including the unit (i.e. px or pt)\n * @param maxScale - The maximum scale of the font (i.e. 2.5 for a maximum 250% scale).\n * @param unit (optional) - The unit to convert the initial font size to. Use this if you want to\n * convert to a unit other than $baselineUnit.\n */\n/**\n * Convert a font size to a dynamic font size but impose\n * a minimum font size.\n * @param size - The initial font size including the unit (i.e. px or pt)\n * @param minScale - The minimum scale of the font (i.e. 0.8 for a minimum 80% scale).\n * @param unit (optional) - The unit to convert the initial font size to. Use this if you want to\n * convert to a unit other than $baselineUnit.\n */\n/**\n * Convert a font size to a dynamic font size but impose\n * maximum and minimum font sizes.\n * @param size - The initial font size including the unit (i.e. px or pt)\n * @param minScale - The minimum scale of the font (i.e. 0.8 for a minimum 80% scale).\n * @param maxScale - The maximum scale of the font (i.e. 2.5 for a maximum 250% scale).\n * @param unit (optional) - The unit to convert the initial font size to. Use this if you want to\n * convert to a unit other than $baselineUnit.\n */\n/**\n * A heuristic that applies CSS to tablet\n * viewports.\n *\n * Usage:\n * @include tablet-viewport() {\n * :host {\n * background-color: green;\n * }\n * }\n */\n/**\n * A heuristic that applies CSS to mobile\n * viewports (i.e. phones, not tablets).\n *\n * Usage:\n * @include mobile-viewport() {\n * :host {\n * background-color: blue;\n * }\n * }\n */\n:host {\n margin-left: 0;\n margin-right: 0;\n margin-top: calc(100% + 10px);\n margin-bottom: calc(100% + 10px);\n display: none;\n position: absolute;\n top: 0;\n flex-direction: column;\n align-items: center;\n /**\n * The list should be centered relative to the parent\n * FAB button. We set minimum dimensions so the\n * FAB list can be centered relative to the small FAB button.\n * However, the small FAB button adds start/end margin, so we need\n * to account for that in the FAB list dimensions.\n */\n min-width: 56px;\n min-height: 56px;\n}\n\n:host(.fab-list-active) {\n display: flex;\n}\n\n::slotted(.fab-button-in-list) {\n margin-left: 0;\n margin-right: 0;\n margin-top: 8px;\n margin-bottom: 8px;\n width: 40px;\n height: 40px;\n transform: scale(0);\n opacity: 0;\n visibility: hidden;\n}\n\n:host(.fab-list-side-top) ::slotted(.fab-button-in-list),\n:host(.fab-list-side-bottom) ::slotted(.fab-button-in-list) {\n margin-left: 0;\n margin-right: 0;\n margin-top: 5px;\n margin-bottom: 5px;\n}\n\n:host(.fab-list-side-start) ::slotted(.fab-button-in-list),\n:host(.fab-list-side-end) ::slotted(.fab-button-in-list) {\n -webkit-margin-start: 5px;\n margin-inline-start: 5px;\n -webkit-margin-end: 5px;\n margin-inline-end: 5px;\n margin-top: 0;\n margin-bottom: 0;\n}\n\n::slotted(.fab-button-in-list.fab-button-show) {\n transform: scale(1);\n opacity: 1;\n visibility: visible;\n}\n\n:host(.fab-list-side-top) {\n top: auto;\n bottom: 0;\n flex-direction: column-reverse;\n}\n\n:host(.fab-list-side-start) {\n -webkit-margin-start: calc(100% + 10px);\n margin-inline-start: calc(100% + 10px);\n -webkit-margin-end: calc(100% + 10px);\n margin-inline-end: calc(100% + 10px);\n margin-top: 0;\n margin-bottom: 0;\n flex-direction: row-reverse;\n}\n@supports (inset-inline-start: 0) {\n :host(.fab-list-side-start) {\n inset-inline-end: 0;\n }\n}\n@supports not (inset-inline-start: 0) {\n :host(.fab-list-side-start) {\n right: 0;\n }\n :host-context([dir=rtl]):host(.fab-list-side-start), :host-context([dir=rtl]).fab-list-side-start {\n left: unset;\n right: unset;\n left: 0;\n }\n @supports selector(:dir(rtl)) {\n :host(.fab-list-side-start:dir(rtl)) {\n left: unset;\n right: unset;\n left: 0;\n }\n }\n}\n\n:host(.fab-list-side-end) {\n -webkit-margin-start: calc(100% + 10px);\n margin-inline-start: calc(100% + 10px);\n -webkit-margin-end: calc(100% + 10px);\n margin-inline-end: calc(100% + 10px);\n margin-top: 0;\n margin-bottom: 0;\n flex-direction: row;\n}\n@supports (inset-inline-start: 0) {\n :host(.fab-list-side-end) {\n inset-inline-start: 0;\n }\n}\n@supports not (inset-inline-start: 0) {\n :host(.fab-list-side-end) {\n left: 0;\n }\n :host-context([dir=rtl]):host(.fab-list-side-end), :host-context([dir=rtl]).fab-list-side-end {\n left: unset;\n right: unset;\n right: 0;\n }\n @supports selector(:dir(rtl)) {\n :host(.fab-list-side-end:dir(rtl)) {\n left: unset;\n right: unset;\n right: 0;\n }\n }\n}","/*!\n * (C) Ionic http://ionicframework.com - MIT License\n */\nimport { Host, h } from \"@stencil/core\";\nimport { getIonMode } from \"../../global/ionic-global\";\nexport class FabList {\n constructor() {\n this.activated = false;\n this.side = 'bottom';\n }\n activatedChanged(activated) {\n const fabs = Array.from(this.el.querySelectorAll('ion-fab-button'));\n // if showing the fabs add a timeout, else show immediately\n const timeout = activated ? 30 : 0;\n fabs.forEach((fab, i) => {\n setTimeout(() => (fab.show = activated), i * timeout);\n });\n }\n render() {\n const mode = getIonMode(this);\n return (h(Host, { key: '3de1b0db4eb0230d4d2954e4265ddeb3c930b4dc', class: {\n [mode]: true,\n 'fab-list-active': this.activated,\n [`fab-list-side-${this.side}`]: true,\n } }, h(\"slot\", { key: '970aac2239ad9ea2b6b6c3c3ea45a18c45b37df2' })));\n }\n static get is() { return \"ion-fab-list\"; }\n static get encapsulation() { return \"shadow\"; }\n static get originalStyleUrls() {\n return {\n \"$\": [\"fab-list.scss\"]\n };\n }\n static get styleUrls() {\n return {\n \"$\": [\"fab-list.css\"]\n };\n }\n static get properties() {\n return {\n \"activated\": {\n \"type\": \"boolean\",\n \"mutable\": false,\n \"complexType\": {\n \"original\": \"boolean\",\n \"resolved\": \"boolean\",\n \"references\": {}\n },\n \"required\": false,\n \"optional\": false,\n \"docs\": {\n \"tags\": [],\n \"text\": \"If `true`, the fab list will show all fab buttons in the list.\"\n },\n \"attribute\": \"activated\",\n \"reflect\": false,\n \"defaultValue\": \"false\"\n },\n \"side\": {\n \"type\": \"string\",\n \"mutable\": false,\n \"complexType\": {\n \"original\": \"'start' | 'end' | 'top' | 'bottom'\",\n \"resolved\": \"\\\"bottom\\\" | \\\"end\\\" | \\\"start\\\" | \\\"top\\\"\",\n \"references\": {}\n },\n \"required\": false,\n \"optional\": false,\n \"docs\": {\n \"tags\": [],\n \"text\": \"The side the fab list will show on relative to the main fab button.\"\n },\n \"attribute\": \"side\",\n \"reflect\": false,\n \"defaultValue\": \"'bottom'\"\n }\n };\n }\n static get elementRef() { return \"el\"; }\n static get watchers() {\n return [{\n \"propName\": \"activated\",\n \"methodName\": \"activatedChanged\"\n }];\n }\n}\n"],"mappings":"wFAAA,MAAMA,EAAa,kqEACnB,MAAAC,EAAeD,E,MCIFE,EAAO,MAChB,WAAAC,CAAAC,G,UACIC,KAAKC,UAAY,MACjBD,KAAKE,KAAO,Q,CAEhB,gBAAAC,CAAiBF,GACb,MAAMG,EAAOC,MAAMC,KAAKN,KAAKO,GAAGC,iBAAiB,mBAEjD,MAAMC,EAAUR,EAAY,GAAK,EACjCG,EAAKM,SAAQ,CAACC,EAAKC,KACfC,YAAW,IAAOF,EAAIG,KAAOb,GAAYW,EAAIH,EAAQ,G,CAG7D,MAAAM,GACI,MAAMC,EAAOC,EAAWjB,MACxB,OAAQkB,EAAEC,EAAM,CAAEC,IAAK,2CAA4CC,MAAO,CAClEL,CAACA,GAAO,KACR,kBAAmBhB,KAAKC,UACxB,CAAC,iBAAiBD,KAAKE,QAAS,OAC/BgB,EAAE,OAAQ,CAAEE,IAAK,6C","ignoreList":[]}
|
|
@@ -1,8 +1,8 @@
|
|
|
1
|
-
import{w as n,B as e}from"./p-
|
|
1
|
+
import{w as n,B as e}from"./p-42169e41.js";import{r as s}from"./p-71ee259b.js";
|
|
2
2
|
/*!
|
|
3
3
|
* (C) Ionic http://ionicframework.com - MIT License
|
|
4
4
|
*/const t="ionViewWillEnter";const i="ionViewDidEnter";const o="ionViewWillLeave";const a="ionViewDidLeave";const c="ionViewWillUnload";
|
|
5
5
|
/*!
|
|
6
6
|
* (C) Ionic http://ionicframework.com - MIT License
|
|
7
|
-
*/const r=()=>import("./p-
|
|
8
|
-
//# sourceMappingURL=p-
|
|
7
|
+
*/const r=()=>import("./p-307d1531.js");const f=()=>import("./p-f67bba50.js");const l=e=>new Promise(((s,t)=>{n((()=>{d(e);u(e).then((n=>{if(n.animation){n.animation.destroy()}p(e);s(n)}),(n=>{p(e);t(n)}))}))}));const d=n=>{const e=n.enteringEl;const s=n.leavingEl;E(e,s,n.direction);if(n.showGoBack){e.classList.add("can-go-back")}else{e.classList.remove("can-go-back")}C(e,false);e.style.setProperty("pointer-events","none");if(s){C(s,false);s.style.setProperty("pointer-events","none")}};const u=async n=>{const s=await w(n);const t=s&&e.isBrowser?m(s,n):b(n);return t};const p=n=>{const e=n.enteringEl;const s=n.leavingEl;e.classList.remove("ion-page-invisible");e.style.removeProperty("pointer-events");if(s!==undefined){s.classList.remove("ion-page-invisible");s.style.removeProperty("pointer-events")}};const w=async n=>{if(!n.leavingEl||!n.animated||n.duration===0){return undefined}if(n.animationBuilder){return n.animationBuilder}const e=n.mode==="ios"?(await r()).iosTransitionAnimation:(await f()).mdTransitionAnimation;return e};const m=async(n,e)=>{await v(e,true);const s=n(e.baseEl,e);h(e.enteringEl,e.leavingEl);const t=await y(s,e);if(e.progressCallback){e.progressCallback(undefined)}if(t){P(e.enteringEl,e.leavingEl)}return{hasCompleted:t,animation:s}};const b=async n=>{const e=n.enteringEl;const s=n.leavingEl;await v(n,false);h(e,s);P(e,s);return{hasCompleted:true}};const v=async(n,e)=>{const s=n.deepWait!==undefined?n.deepWait:e;if(s){await Promise.all([k(n.enteringEl),k(n.leavingEl)])}await g(n.viewIsReady,n.enteringEl)};const g=async(n,e)=>{if(n){await n(e)}};const y=(n,e)=>{const s=e.progressCallback;const t=new Promise((e=>{n.onFinish((n=>e(n===1)))}));if(s){n.progressStart(true);s(n)}else{n.play()}return t};const h=(n,e)=>{V(e,o);V(n,t)};const P=(n,e)=>{V(n,i);V(e,a)};const V=(n,e)=>{if(n){const s=new CustomEvent(e,{bubbles:false,cancelable:false});n.dispatchEvent(s)}};const j=()=>new Promise((n=>s((()=>s((()=>n()))))));const k=async n=>{const e=n;if(e){if(e.componentOnReady!=null){const n=await e.componentOnReady();if(n!=null){return}}else if(e.__registerHost!=null){const n=new Promise((n=>s(n)));await n;return}await Promise.all(Array.from(e.children).map(k))}};const C=(n,e)=>{if(e){n.setAttribute("aria-hidden","true");n.classList.add("ion-page-hidden")}else{n.hidden=false;n.removeAttribute("aria-hidden");n.classList.remove("ion-page-hidden")}};const E=(n,e,s)=>{if(n!==undefined){n.style.zIndex=s==="back"?"99":"101"}if(e!==undefined){e.style.zIndex="100"}};const L=n=>{if(n.classList.contains("ion-page")){return n}const e=n.querySelector(":scope > .ion-page, :scope > ion-nav, :scope > ion-tabs");if(e){return e}return n};export{c as L,o as a,a as b,k as d,L as g,V as l,C as s,l as t,j as w};
|
|
8
|
+
//# sourceMappingURL=p-cbae963d.js.map
|
|
@@ -0,0 +1,2 @@
|
|
|
1
|
+
import{r as t,i as o,h as s,H as i,e}from"./p-42169e41.js";import{c as n,h as a}from"./p-669fab6c.js";import{g as r}from"./p-da0d920d.js";const c=":host{-moz-osx-font-smoothing:grayscale;-webkit-font-smoothing:antialiased;display:flex;flex-wrap:wrap;align-items:center}:host(.in-toolbar-color),:host(.in-toolbar-color) .breadcrumbs-collapsed-indicator ion-icon{color:var(--ion-color-contrast)}:host(.in-toolbar-color) .breadcrumbs-collapsed-indicator{background:rgba(var(--ion-color-contrast-rgb), 0.11)}:host(.in-toolbar){-webkit-padding-start:20px;padding-inline-start:20px;-webkit-padding-end:20px;padding-inline-end:20px;padding-top:0;padding-bottom:0;justify-content:center}";const d=c;const l=":host{-moz-osx-font-smoothing:grayscale;-webkit-font-smoothing:antialiased;display:flex;flex-wrap:wrap;align-items:center}:host(.in-toolbar-color),:host(.in-toolbar-color) .breadcrumbs-collapsed-indicator ion-icon{color:var(--ion-color-contrast)}:host(.in-toolbar-color) .breadcrumbs-collapsed-indicator{background:rgba(var(--ion-color-contrast-rgb), 0.11)}:host(.in-toolbar){-webkit-padding-start:8px;padding-inline-start:8px;-webkit-padding-end:8px;padding-inline-end:8px;padding-top:0;padding-bottom:0}";const h=l;const b=class{constructor(s){t(this,s);this.ionCollapsedClick=o(this,"ionCollapsedClick",7);this.breadcrumbsInit=()=>{this.setBreadcrumbSeparator();this.setMaxItems()};this.resetActiveBreadcrumb=()=>{const t=this.getBreadcrumbs();const o=t.find((t=>t.active));if(o&&this.activeChanged){o.active=false}};this.setMaxItems=()=>{const{itemsAfterCollapse:t,itemsBeforeCollapse:o,maxItems:s}=this;const i=this.getBreadcrumbs();for(const t of i){t.showCollapsedIndicator=false;t.collapsed=false}const e=s!==undefined&&i.length>s&&o+t<=s;if(e){i.forEach(((s,e)=>{if(e===o){s.showCollapsedIndicator=true}if(e>=o&&e<i.length-t){s.collapsed=true}}))}};this.setBreadcrumbSeparator=()=>{const{itemsAfterCollapse:t,itemsBeforeCollapse:o,maxItems:s}=this;const i=this.getBreadcrumbs();const e=i.find((t=>t.active));for(const n of i){const a=s!==undefined&&t===0?n===i[o]:n===i[i.length-1];n.last=a;const r=n.separator!==undefined?n.separator:a?undefined:true;n.separator=r;if(!e&&a){n.active=true;this.activeChanged=true}}};this.getBreadcrumbs=()=>Array.from(this.el.querySelectorAll("ion-breadcrumb"));this.slotChanged=()=>{this.resetActiveBreadcrumb();this.breadcrumbsInit()};this.collapsed=undefined;this.activeChanged=undefined;this.color=undefined;this.maxItems=undefined;this.itemsBeforeCollapse=1;this.itemsAfterCollapse=1}onCollapsedClick(t){const o=this.getBreadcrumbs();const s=o.filter((t=>t.collapsed));this.ionCollapsedClick.emit(Object.assign(Object.assign({},t.detail),{collapsedBreadcrumbs:s}))}maxItemsChanged(){this.resetActiveBreadcrumb();this.breadcrumbsInit()}componentWillLoad(){this.breadcrumbsInit()}render(){const{color:t,collapsed:o}=this;const e=r(this);return s(i,{key:"cd288d4bf5498f86d086eb999b506993818642f3",class:n(t,{[e]:true,"in-toolbar":a("ion-toolbar",this.el),"in-toolbar-color":a("ion-toolbar[color]",this.el),"breadcrumbs-collapsed":o})},s("slot",{key:"73c802065511dbebef3867b01ce929313d24cba2",onSlotchange:this.slotChanged}))}get el(){return e(this)}static get watchers(){return{maxItems:["maxItemsChanged"],itemsBeforeCollapse:["maxItemsChanged"],itemsAfterCollapse:["maxItemsChanged"]}}};b.style={ios:d,md:h};export{b as ion_breadcrumbs};
|
|
2
|
+
//# sourceMappingURL=p-d08312dd.entry.js.map
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"names":["breadcrumbsIosCss","IonBreadcrumbsIosStyle0","breadcrumbsMdCss","IonBreadcrumbsMdStyle0","Breadcrumbs","constructor","hostRef","this","breadcrumbsInit","setBreadcrumbSeparator","setMaxItems","resetActiveBreadcrumb","breadcrumbs","getBreadcrumbs","activeBreadcrumb","find","breadcrumb","active","activeChanged","itemsAfterCollapse","itemsBeforeCollapse","maxItems","showCollapsedIndicator","collapsed","shouldCollapse","undefined","length","forEach","index","last","separator","Array","from","el","querySelectorAll","slotChanged","color","onCollapsedClick","ev","collapsedBreadcrumbs","filter","ionCollapsedClick","emit","Object","assign","detail","maxItemsChanged","componentWillLoad","render","mode","getIonMode","h","Host","key","class","createColorClasses","hostContext","onSlotchange"],"sources":["../node_modules/@ionic/core/dist/collection/components/breadcrumbs/breadcrumbs.ios.css?tag=ion-breadcrumbs&mode=ios&encapsulation=shadow","../node_modules/@ionic/core/dist/collection/components/breadcrumbs/breadcrumbs.md.css?tag=ion-breadcrumbs&mode=md&encapsulation=shadow","../node_modules/@ionic/core/dist/collection/components/breadcrumbs/breadcrumbs.js"],"sourcesContent":["/**\n * Convert a font size to a dynamic font size.\n * Fonts that participate in Dynamic Type should use\n * dynamic font sizes.\n * @param size - The initial font size including the unit (i.e. px or pt)\n * @param unit (optional) - The unit to convert to. Use this if you want to\n * convert to a unit other than $baselineUnit.\n */\n/**\n * Convert a font size to a dynamic font size but impose\n * a maximum font size.\n * @param size - The initial font size including the unit (i.e. px or pt)\n * @param maxScale - The maximum scale of the font (i.e. 2.5 for a maximum 250% scale).\n * @param unit (optional) - The unit to convert the initial font size to. Use this if you want to\n * convert to a unit other than $baselineUnit.\n */\n/**\n * Convert a font size to a dynamic font size but impose\n * a minimum font size.\n * @param size - The initial font size including the unit (i.e. px or pt)\n * @param minScale - The minimum scale of the font (i.e. 0.8 for a minimum 80% scale).\n * @param unit (optional) - The unit to convert the initial font size to. Use this if you want to\n * convert to a unit other than $baselineUnit.\n */\n/**\n * Convert a font size to a dynamic font size but impose\n * maximum and minimum font sizes.\n * @param size - The initial font size including the unit (i.e. px or pt)\n * @param minScale - The minimum scale of the font (i.e. 0.8 for a minimum 80% scale).\n * @param maxScale - The maximum scale of the font (i.e. 2.5 for a maximum 250% scale).\n * @param unit (optional) - The unit to convert the initial font size to. Use this if you want to\n * convert to a unit other than $baselineUnit.\n */\n/**\n * A heuristic that applies CSS to tablet\n * viewports.\n *\n * Usage:\n * @include tablet-viewport() {\n * :host {\n * background-color: green;\n * }\n * }\n */\n/**\n * A heuristic that applies CSS to mobile\n * viewports (i.e. phones, not tablets).\n *\n * Usage:\n * @include mobile-viewport() {\n * :host {\n * background-color: blue;\n * }\n * }\n */\n:host {\n -moz-osx-font-smoothing: grayscale;\n -webkit-font-smoothing: antialiased;\n display: flex;\n flex-wrap: wrap;\n align-items: center;\n}\n\n:host(.in-toolbar-color),\n:host(.in-toolbar-color) .breadcrumbs-collapsed-indicator ion-icon {\n color: var(--ion-color-contrast);\n}\n\n:host(.in-toolbar-color) .breadcrumbs-collapsed-indicator {\n background: rgba(var(--ion-color-contrast-rgb), 0.11);\n}\n\n:host(.in-toolbar) {\n -webkit-padding-start: 20px;\n padding-inline-start: 20px;\n -webkit-padding-end: 20px;\n padding-inline-end: 20px;\n padding-top: 0;\n padding-bottom: 0;\n justify-content: center;\n}","/**\n * Convert a font size to a dynamic font size.\n * Fonts that participate in Dynamic Type should use\n * dynamic font sizes.\n * @param size - The initial font size including the unit (i.e. px or pt)\n * @param unit (optional) - The unit to convert to. Use this if you want to\n * convert to a unit other than $baselineUnit.\n */\n/**\n * Convert a font size to a dynamic font size but impose\n * a maximum font size.\n * @param size - The initial font size including the unit (i.e. px or pt)\n * @param maxScale - The maximum scale of the font (i.e. 2.5 for a maximum 250% scale).\n * @param unit (optional) - The unit to convert the initial font size to. Use this if you want to\n * convert to a unit other than $baselineUnit.\n */\n/**\n * Convert a font size to a dynamic font size but impose\n * a minimum font size.\n * @param size - The initial font size including the unit (i.e. px or pt)\n * @param minScale - The minimum scale of the font (i.e. 0.8 for a minimum 80% scale).\n * @param unit (optional) - The unit to convert the initial font size to. Use this if you want to\n * convert to a unit other than $baselineUnit.\n */\n/**\n * Convert a font size to a dynamic font size but impose\n * maximum and minimum font sizes.\n * @param size - The initial font size including the unit (i.e. px or pt)\n * @param minScale - The minimum scale of the font (i.e. 0.8 for a minimum 80% scale).\n * @param maxScale - The maximum scale of the font (i.e. 2.5 for a maximum 250% scale).\n * @param unit (optional) - The unit to convert the initial font size to. Use this if you want to\n * convert to a unit other than $baselineUnit.\n */\n/**\n * A heuristic that applies CSS to tablet\n * viewports.\n *\n * Usage:\n * @include tablet-viewport() {\n * :host {\n * background-color: green;\n * }\n * }\n */\n/**\n * A heuristic that applies CSS to mobile\n * viewports (i.e. phones, not tablets).\n *\n * Usage:\n * @include mobile-viewport() {\n * :host {\n * background-color: blue;\n * }\n * }\n */\n:host {\n -moz-osx-font-smoothing: grayscale;\n -webkit-font-smoothing: antialiased;\n display: flex;\n flex-wrap: wrap;\n align-items: center;\n}\n\n:host(.in-toolbar-color),\n:host(.in-toolbar-color) .breadcrumbs-collapsed-indicator ion-icon {\n color: var(--ion-color-contrast);\n}\n\n:host(.in-toolbar-color) .breadcrumbs-collapsed-indicator {\n background: rgba(var(--ion-color-contrast-rgb), 0.11);\n}\n\n:host(.in-toolbar) {\n -webkit-padding-start: 8px;\n padding-inline-start: 8px;\n -webkit-padding-end: 8px;\n padding-inline-end: 8px;\n padding-top: 0;\n padding-bottom: 0;\n}","/*!\n * (C) Ionic http://ionicframework.com - MIT License\n */\nimport { Host, h } from \"@stencil/core\";\nimport { createColorClasses, hostContext } from \"../../utils/theme\";\nimport { getIonMode } from \"../../global/ionic-global\";\n/**\n * @virtualProp {\"ios\" | \"md\"} mode - The mode determines which platform styles to use.\n *\n */\nexport class Breadcrumbs {\n constructor() {\n this.breadcrumbsInit = () => {\n this.setBreadcrumbSeparator();\n this.setMaxItems();\n };\n this.resetActiveBreadcrumb = () => {\n const breadcrumbs = this.getBreadcrumbs();\n // Only reset the active breadcrumb if we were the ones to change it\n // otherwise use the one set on the component\n const activeBreadcrumb = breadcrumbs.find((breadcrumb) => breadcrumb.active);\n if (activeBreadcrumb && this.activeChanged) {\n activeBreadcrumb.active = false;\n }\n };\n this.setMaxItems = () => {\n const { itemsAfterCollapse, itemsBeforeCollapse, maxItems } = this;\n const breadcrumbs = this.getBreadcrumbs();\n for (const breadcrumb of breadcrumbs) {\n breadcrumb.showCollapsedIndicator = false;\n breadcrumb.collapsed = false;\n }\n // If the number of breadcrumbs exceeds the maximum number of items\n // that should show and the items before / after collapse do not\n // exceed the maximum items then we need to collapse the breadcrumbs\n const shouldCollapse = maxItems !== undefined && breadcrumbs.length > maxItems && itemsBeforeCollapse + itemsAfterCollapse <= maxItems;\n if (shouldCollapse) {\n // Show the collapsed indicator in the first breadcrumb that collapses\n breadcrumbs.forEach((breadcrumb, index) => {\n if (index === itemsBeforeCollapse) {\n breadcrumb.showCollapsedIndicator = true;\n }\n // Collapse all breadcrumbs that have an index greater than or equal to\n // the number before collapse and an index less than the total number\n // of breadcrumbs minus the items that should show after the collapse\n if (index >= itemsBeforeCollapse && index < breadcrumbs.length - itemsAfterCollapse) {\n breadcrumb.collapsed = true;\n }\n });\n }\n };\n this.setBreadcrumbSeparator = () => {\n const { itemsAfterCollapse, itemsBeforeCollapse, maxItems } = this;\n const breadcrumbs = this.getBreadcrumbs();\n // Check if an active breadcrumb exists already\n const active = breadcrumbs.find((breadcrumb) => breadcrumb.active);\n // Set the separator on all but the last breadcrumb\n for (const breadcrumb of breadcrumbs) {\n // The only time the last breadcrumb changes is when\n // itemsAfterCollapse is set to 0, in this case the\n // last breadcrumb will be the collapsed indicator\n const last = maxItems !== undefined && itemsAfterCollapse === 0\n ? breadcrumb === breadcrumbs[itemsBeforeCollapse]\n : breadcrumb === breadcrumbs[breadcrumbs.length - 1];\n breadcrumb.last = last;\n // If the breadcrumb has defined whether or not to show the\n // separator then use that value, otherwise check if it's the\n // last breadcrumb\n const separator = breadcrumb.separator !== undefined ? breadcrumb.separator : last ? undefined : true;\n breadcrumb.separator = separator;\n // If there is not an active breadcrumb already\n // set the last one to active\n if (!active && last) {\n breadcrumb.active = true;\n this.activeChanged = true;\n }\n }\n };\n this.getBreadcrumbs = () => {\n return Array.from(this.el.querySelectorAll('ion-breadcrumb'));\n };\n this.slotChanged = () => {\n this.resetActiveBreadcrumb();\n this.breadcrumbsInit();\n };\n this.collapsed = undefined;\n this.activeChanged = undefined;\n this.color = undefined;\n this.maxItems = undefined;\n this.itemsBeforeCollapse = 1;\n this.itemsAfterCollapse = 1;\n }\n onCollapsedClick(ev) {\n const breadcrumbs = this.getBreadcrumbs();\n const collapsedBreadcrumbs = breadcrumbs.filter((breadcrumb) => breadcrumb.collapsed);\n this.ionCollapsedClick.emit(Object.assign(Object.assign({}, ev.detail), { collapsedBreadcrumbs }));\n }\n maxItemsChanged() {\n this.resetActiveBreadcrumb();\n this.breadcrumbsInit();\n }\n componentWillLoad() {\n this.breadcrumbsInit();\n }\n render() {\n const { color, collapsed } = this;\n const mode = getIonMode(this);\n return (h(Host, { key: 'cd288d4bf5498f86d086eb999b506993818642f3', class: createColorClasses(color, {\n [mode]: true,\n 'in-toolbar': hostContext('ion-toolbar', this.el),\n 'in-toolbar-color': hostContext('ion-toolbar[color]', this.el),\n 'breadcrumbs-collapsed': collapsed,\n }) }, h(\"slot\", { key: '73c802065511dbebef3867b01ce929313d24cba2', onSlotchange: this.slotChanged })));\n }\n static get is() { return \"ion-breadcrumbs\"; }\n static get encapsulation() { return \"shadow\"; }\n static get originalStyleUrls() {\n return {\n \"ios\": [\"breadcrumbs.ios.scss\"],\n \"md\": [\"breadcrumbs.md.scss\"]\n };\n }\n static get styleUrls() {\n return {\n \"ios\": [\"breadcrumbs.ios.css\"],\n \"md\": [\"breadcrumbs.md.css\"]\n };\n }\n static get properties() {\n return {\n \"color\": {\n \"type\": \"string\",\n \"mutable\": false,\n \"complexType\": {\n \"original\": \"Color\",\n \"resolved\": \"\\\"danger\\\" | \\\"dark\\\" | \\\"light\\\" | \\\"medium\\\" | \\\"primary\\\" | \\\"secondary\\\" | \\\"success\\\" | \\\"tertiary\\\" | \\\"warning\\\" | string & Record<never, never> | undefined\",\n \"references\": {\n \"Color\": {\n \"location\": \"import\",\n \"path\": \"../../interface\",\n \"id\": \"src/interface.d.ts::Color\"\n }\n }\n },\n \"required\": false,\n \"optional\": true,\n \"docs\": {\n \"tags\": [],\n \"text\": \"The color to use from your application's color palette.\\nDefault options are: `\\\"primary\\\"`, `\\\"secondary\\\"`, `\\\"tertiary\\\"`, `\\\"success\\\"`, `\\\"warning\\\"`, `\\\"danger\\\"`, `\\\"light\\\"`, `\\\"medium\\\"`, and `\\\"dark\\\"`.\\nFor more information on colors, see [theming](/docs/theming/basics).\"\n },\n \"attribute\": \"color\",\n \"reflect\": true\n },\n \"maxItems\": {\n \"type\": \"number\",\n \"mutable\": false,\n \"complexType\": {\n \"original\": \"number\",\n \"resolved\": \"number | undefined\",\n \"references\": {}\n },\n \"required\": false,\n \"optional\": true,\n \"docs\": {\n \"tags\": [],\n \"text\": \"The maximum number of breadcrumbs to show before collapsing.\"\n },\n \"attribute\": \"max-items\",\n \"reflect\": false\n },\n \"itemsBeforeCollapse\": {\n \"type\": \"number\",\n \"mutable\": false,\n \"complexType\": {\n \"original\": \"number\",\n \"resolved\": \"number\",\n \"references\": {}\n },\n \"required\": false,\n \"optional\": false,\n \"docs\": {\n \"tags\": [],\n \"text\": \"The number of breadcrumbs to show before the collapsed indicator.\\nIf `itemsBeforeCollapse` + `itemsAfterCollapse` is greater than `maxItems`,\\nthe breadcrumbs will not be collapsed.\"\n },\n \"attribute\": \"items-before-collapse\",\n \"reflect\": false,\n \"defaultValue\": \"1\"\n },\n \"itemsAfterCollapse\": {\n \"type\": \"number\",\n \"mutable\": false,\n \"complexType\": {\n \"original\": \"number\",\n \"resolved\": \"number\",\n \"references\": {}\n },\n \"required\": false,\n \"optional\": false,\n \"docs\": {\n \"tags\": [],\n \"text\": \"The number of breadcrumbs to show after the collapsed indicator.\\nIf `itemsBeforeCollapse` + `itemsAfterCollapse` is greater than `maxItems`,\\nthe breadcrumbs will not be collapsed.\"\n },\n \"attribute\": \"items-after-collapse\",\n \"reflect\": false,\n \"defaultValue\": \"1\"\n }\n };\n }\n static get states() {\n return {\n \"collapsed\": {},\n \"activeChanged\": {}\n };\n }\n static get events() {\n return [{\n \"method\": \"ionCollapsedClick\",\n \"name\": \"ionCollapsedClick\",\n \"bubbles\": true,\n \"cancelable\": true,\n \"composed\": true,\n \"docs\": {\n \"tags\": [],\n \"text\": \"Emitted when the collapsed indicator is clicked on.\"\n },\n \"complexType\": {\n \"original\": \"BreadcrumbCollapsedClickEventDetail\",\n \"resolved\": \"BreadcrumbCollapsedClickEventDetail\",\n \"references\": {\n \"BreadcrumbCollapsedClickEventDetail\": {\n \"location\": \"import\",\n \"path\": \"../breadcrumb/breadcrumb-interface\",\n \"id\": \"src/components/breadcrumb/breadcrumb-interface.ts::BreadcrumbCollapsedClickEventDetail\"\n }\n }\n }\n }];\n }\n static get elementRef() { return \"el\"; }\n static get watchers() {\n return [{\n \"propName\": \"maxItems\",\n \"methodName\": \"maxItemsChanged\"\n }, {\n \"propName\": \"itemsBeforeCollapse\",\n \"methodName\": \"maxItemsChanged\"\n }, {\n \"propName\": \"itemsAfterCollapse\",\n \"methodName\": \"maxItemsChanged\"\n }];\n }\n static get listeners() {\n return [{\n \"name\": \"collapsedClick\",\n \"method\": \"onCollapsedClick\",\n \"target\": undefined,\n \"capture\": false,\n \"passive\": false\n }];\n }\n}\n"],"mappings":"+IAAA,MAAMA,EAAoB,uhBAC1B,MAAAC,EAAeD,ECDf,MAAME,EAAmB,4fACzB,MAAAC,EAAeD,E,MCSFE,EAAW,MACpB,WAAAC,CAAAC,G,+DACIC,KAAKC,gBAAkB,KACnBD,KAAKE,yBACLF,KAAKG,aAAa,EAEtBH,KAAKI,sBAAwB,KACzB,MAAMC,EAAcL,KAAKM,iBAGzB,MAAMC,EAAmBF,EAAYG,MAAMC,GAAeA,EAAWC,SACrE,GAAIH,GAAoBP,KAAKW,cAAe,CACxCJ,EAAiBG,OAAS,K,GAGlCV,KAAKG,YAAc,KACf,MAAMS,mBAAEA,EAAkBC,oBAAEA,EAAmBC,SAAEA,GAAad,KAC9D,MAAMK,EAAcL,KAAKM,iBACzB,IAAK,MAAMG,KAAcJ,EAAa,CAClCI,EAAWM,uBAAyB,MACpCN,EAAWO,UAAY,K,CAK3B,MAAMC,EAAiBH,IAAaI,WAAab,EAAYc,OAASL,GAAYD,EAAsBD,GAAsBE,EAC9H,GAAIG,EAAgB,CAEhBZ,EAAYe,SAAQ,CAACX,EAAYY,KAC7B,GAAIA,IAAUR,EAAqB,CAC/BJ,EAAWM,uBAAyB,I,CAKxC,GAAIM,GAASR,GAAuBQ,EAAQhB,EAAYc,OAASP,EAAoB,CACjFH,EAAWO,UAAY,I,OAKvChB,KAAKE,uBAAyB,KAC1B,MAAMU,mBAAEA,EAAkBC,oBAAEA,EAAmBC,SAAEA,GAAad,KAC9D,MAAMK,EAAcL,KAAKM,iBAEzB,MAAMI,EAASL,EAAYG,MAAMC,GAAeA,EAAWC,SAE3D,IAAK,MAAMD,KAAcJ,EAAa,CAIlC,MAAMiB,EAAOR,IAAaI,WAAaN,IAAuB,EACxDH,IAAeJ,EAAYQ,GAC3BJ,IAAeJ,EAAYA,EAAYc,OAAS,GACtDV,EAAWa,KAAOA,EAIlB,MAAMC,EAAYd,EAAWc,YAAcL,UAAYT,EAAWc,UAAYD,EAAOJ,UAAY,KACjGT,EAAWc,UAAYA,EAGvB,IAAKb,GAAUY,EAAM,CACjBb,EAAWC,OAAS,KACpBV,KAAKW,cAAgB,I,IAIjCX,KAAKM,eAAiB,IACXkB,MAAMC,KAAKzB,KAAK0B,GAAGC,iBAAiB,mBAE/C3B,KAAK4B,YAAc,KACf5B,KAAKI,wBACLJ,KAAKC,iBAAiB,EAE1BD,KAAKgB,UAAYE,UACjBlB,KAAKW,cAAgBO,UACrBlB,KAAK6B,MAAQX,UACblB,KAAKc,SAAWI,UAChBlB,KAAKa,oBAAsB,EAC3Bb,KAAKY,mBAAqB,C,CAE9B,gBAAAkB,CAAiBC,GACb,MAAM1B,EAAcL,KAAKM,iBACzB,MAAM0B,EAAuB3B,EAAY4B,QAAQxB,GAAeA,EAAWO,YAC3EhB,KAAKkC,kBAAkBC,KAAKC,OAAOC,OAAOD,OAAOC,OAAO,GAAIN,EAAGO,QAAS,CAAEN,yB,CAE9E,eAAAO,GACIvC,KAAKI,wBACLJ,KAAKC,iB,CAET,iBAAAuC,GACIxC,KAAKC,iB,CAET,MAAAwC,GACI,MAAMZ,MAAEA,EAAKb,UAAEA,GAAchB,KAC7B,MAAM0C,EAAOC,EAAW3C,MACxB,OAAQ4C,EAAEC,EAAM,CAAEC,IAAK,2CAA4CC,MAAOC,EAAmBnB,EAAO,CAC5Fa,CAACA,GAAO,KACR,aAAcO,EAAY,cAAejD,KAAK0B,IAC9C,mBAAoBuB,EAAY,qBAAsBjD,KAAK0B,IAC3D,wBAAyBV,KACvB4B,EAAE,OAAQ,CAAEE,IAAK,2CAA4CI,aAAclD,KAAK4B,c","ignoreList":[]}
|
|
1
|
+
{"version":3,"names":["breadcrumbsIosCss","IonBreadcrumbsIosStyle0","breadcrumbsMdCss","IonBreadcrumbsMdStyle0","Breadcrumbs","constructor","hostRef","this","breadcrumbsInit","setBreadcrumbSeparator","setMaxItems","resetActiveBreadcrumb","breadcrumbs","getBreadcrumbs","activeBreadcrumb","find","breadcrumb","active","activeChanged","itemsAfterCollapse","itemsBeforeCollapse","maxItems","showCollapsedIndicator","collapsed","shouldCollapse","undefined","length","forEach","index","last","separator","Array","from","el","querySelectorAll","slotChanged","color","onCollapsedClick","ev","collapsedBreadcrumbs","filter","ionCollapsedClick","emit","Object","assign","detail","maxItemsChanged","componentWillLoad","render","mode","getIonMode","h","Host","key","class","createColorClasses","hostContext","onSlotchange"],"sources":["../node_modules/@ionic/core/dist/collection/components/breadcrumbs/breadcrumbs.ios.css?tag=ion-breadcrumbs&mode=ios&encapsulation=shadow","../node_modules/@ionic/core/dist/collection/components/breadcrumbs/breadcrumbs.md.css?tag=ion-breadcrumbs&mode=md&encapsulation=shadow","../node_modules/@ionic/core/dist/collection/components/breadcrumbs/breadcrumbs.js"],"sourcesContent":["/**\n * Convert a font size to a dynamic font size.\n * Fonts that participate in Dynamic Type should use\n * dynamic font sizes.\n * @param size - The initial font size including the unit (i.e. px or pt)\n * @param unit (optional) - The unit to convert to. Use this if you want to\n * convert to a unit other than $baselineUnit.\n */\n/**\n * Convert a font size to a dynamic font size but impose\n * a maximum font size.\n * @param size - The initial font size including the unit (i.e. px or pt)\n * @param maxScale - The maximum scale of the font (i.e. 2.5 for a maximum 250% scale).\n * @param unit (optional) - The unit to convert the initial font size to. Use this if you want to\n * convert to a unit other than $baselineUnit.\n */\n/**\n * Convert a font size to a dynamic font size but impose\n * a minimum font size.\n * @param size - The initial font size including the unit (i.e. px or pt)\n * @param minScale - The minimum scale of the font (i.e. 0.8 for a minimum 80% scale).\n * @param unit (optional) - The unit to convert the initial font size to. Use this if you want to\n * convert to a unit other than $baselineUnit.\n */\n/**\n * Convert a font size to a dynamic font size but impose\n * maximum and minimum font sizes.\n * @param size - The initial font size including the unit (i.e. px or pt)\n * @param minScale - The minimum scale of the font (i.e. 0.8 for a minimum 80% scale).\n * @param maxScale - The maximum scale of the font (i.e. 2.5 for a maximum 250% scale).\n * @param unit (optional) - The unit to convert the initial font size to. Use this if you want to\n * convert to a unit other than $baselineUnit.\n */\n/**\n * A heuristic that applies CSS to tablet\n * viewports.\n *\n * Usage:\n * @include tablet-viewport() {\n * :host {\n * background-color: green;\n * }\n * }\n */\n/**\n * A heuristic that applies CSS to mobile\n * viewports (i.e. phones, not tablets).\n *\n * Usage:\n * @include mobile-viewport() {\n * :host {\n * background-color: blue;\n * }\n * }\n */\n:host {\n -moz-osx-font-smoothing: grayscale;\n -webkit-font-smoothing: antialiased;\n display: flex;\n flex-wrap: wrap;\n align-items: center;\n}\n\n:host(.in-toolbar-color),\n:host(.in-toolbar-color) .breadcrumbs-collapsed-indicator ion-icon {\n color: var(--ion-color-contrast);\n}\n\n:host(.in-toolbar-color) .breadcrumbs-collapsed-indicator {\n background: rgba(var(--ion-color-contrast-rgb), 0.11);\n}\n\n:host(.in-toolbar) {\n -webkit-padding-start: 20px;\n padding-inline-start: 20px;\n -webkit-padding-end: 20px;\n padding-inline-end: 20px;\n padding-top: 0;\n padding-bottom: 0;\n justify-content: center;\n}","/**\n * Convert a font size to a dynamic font size.\n * Fonts that participate in Dynamic Type should use\n * dynamic font sizes.\n * @param size - The initial font size including the unit (i.e. px or pt)\n * @param unit (optional) - The unit to convert to. Use this if you want to\n * convert to a unit other than $baselineUnit.\n */\n/**\n * Convert a font size to a dynamic font size but impose\n * a maximum font size.\n * @param size - The initial font size including the unit (i.e. px or pt)\n * @param maxScale - The maximum scale of the font (i.e. 2.5 for a maximum 250% scale).\n * @param unit (optional) - The unit to convert the initial font size to. Use this if you want to\n * convert to a unit other than $baselineUnit.\n */\n/**\n * Convert a font size to a dynamic font size but impose\n * a minimum font size.\n * @param size - The initial font size including the unit (i.e. px or pt)\n * @param minScale - The minimum scale of the font (i.e. 0.8 for a minimum 80% scale).\n * @param unit (optional) - The unit to convert the initial font size to. Use this if you want to\n * convert to a unit other than $baselineUnit.\n */\n/**\n * Convert a font size to a dynamic font size but impose\n * maximum and minimum font sizes.\n * @param size - The initial font size including the unit (i.e. px or pt)\n * @param minScale - The minimum scale of the font (i.e. 0.8 for a minimum 80% scale).\n * @param maxScale - The maximum scale of the font (i.e. 2.5 for a maximum 250% scale).\n * @param unit (optional) - The unit to convert the initial font size to. Use this if you want to\n * convert to a unit other than $baselineUnit.\n */\n/**\n * A heuristic that applies CSS to tablet\n * viewports.\n *\n * Usage:\n * @include tablet-viewport() {\n * :host {\n * background-color: green;\n * }\n * }\n */\n/**\n * A heuristic that applies CSS to mobile\n * viewports (i.e. phones, not tablets).\n *\n * Usage:\n * @include mobile-viewport() {\n * :host {\n * background-color: blue;\n * }\n * }\n */\n:host {\n -moz-osx-font-smoothing: grayscale;\n -webkit-font-smoothing: antialiased;\n display: flex;\n flex-wrap: wrap;\n align-items: center;\n}\n\n:host(.in-toolbar-color),\n:host(.in-toolbar-color) .breadcrumbs-collapsed-indicator ion-icon {\n color: var(--ion-color-contrast);\n}\n\n:host(.in-toolbar-color) .breadcrumbs-collapsed-indicator {\n background: rgba(var(--ion-color-contrast-rgb), 0.11);\n}\n\n:host(.in-toolbar) {\n -webkit-padding-start: 8px;\n padding-inline-start: 8px;\n -webkit-padding-end: 8px;\n padding-inline-end: 8px;\n padding-top: 0;\n padding-bottom: 0;\n}","/*!\n * (C) Ionic http://ionicframework.com - MIT License\n */\nimport { Host, h } from \"@stencil/core\";\nimport { createColorClasses, hostContext } from \"../../utils/theme\";\nimport { getIonMode } from \"../../global/ionic-global\";\n/**\n * @virtualProp {\"ios\" | \"md\"} mode - The mode determines which platform styles to use.\n *\n */\nexport class Breadcrumbs {\n constructor() {\n this.breadcrumbsInit = () => {\n this.setBreadcrumbSeparator();\n this.setMaxItems();\n };\n this.resetActiveBreadcrumb = () => {\n const breadcrumbs = this.getBreadcrumbs();\n // Only reset the active breadcrumb if we were the ones to change it\n // otherwise use the one set on the component\n const activeBreadcrumb = breadcrumbs.find((breadcrumb) => breadcrumb.active);\n if (activeBreadcrumb && this.activeChanged) {\n activeBreadcrumb.active = false;\n }\n };\n this.setMaxItems = () => {\n const { itemsAfterCollapse, itemsBeforeCollapse, maxItems } = this;\n const breadcrumbs = this.getBreadcrumbs();\n for (const breadcrumb of breadcrumbs) {\n breadcrumb.showCollapsedIndicator = false;\n breadcrumb.collapsed = false;\n }\n // If the number of breadcrumbs exceeds the maximum number of items\n // that should show and the items before / after collapse do not\n // exceed the maximum items then we need to collapse the breadcrumbs\n const shouldCollapse = maxItems !== undefined && breadcrumbs.length > maxItems && itemsBeforeCollapse + itemsAfterCollapse <= maxItems;\n if (shouldCollapse) {\n // Show the collapsed indicator in the first breadcrumb that collapses\n breadcrumbs.forEach((breadcrumb, index) => {\n if (index === itemsBeforeCollapse) {\n breadcrumb.showCollapsedIndicator = true;\n }\n // Collapse all breadcrumbs that have an index greater than or equal to\n // the number before collapse and an index less than the total number\n // of breadcrumbs minus the items that should show after the collapse\n if (index >= itemsBeforeCollapse && index < breadcrumbs.length - itemsAfterCollapse) {\n breadcrumb.collapsed = true;\n }\n });\n }\n };\n this.setBreadcrumbSeparator = () => {\n const { itemsAfterCollapse, itemsBeforeCollapse, maxItems } = this;\n const breadcrumbs = this.getBreadcrumbs();\n // Check if an active breadcrumb exists already\n const active = breadcrumbs.find((breadcrumb) => breadcrumb.active);\n // Set the separator on all but the last breadcrumb\n for (const breadcrumb of breadcrumbs) {\n // The only time the last breadcrumb changes is when\n // itemsAfterCollapse is set to 0, in this case the\n // last breadcrumb will be the collapsed indicator\n const last = maxItems !== undefined && itemsAfterCollapse === 0\n ? breadcrumb === breadcrumbs[itemsBeforeCollapse]\n : breadcrumb === breadcrumbs[breadcrumbs.length - 1];\n breadcrumb.last = last;\n // If the breadcrumb has defined whether or not to show the\n // separator then use that value, otherwise check if it's the\n // last breadcrumb\n const separator = breadcrumb.separator !== undefined ? breadcrumb.separator : last ? undefined : true;\n breadcrumb.separator = separator;\n // If there is not an active breadcrumb already\n // set the last one to active\n if (!active && last) {\n breadcrumb.active = true;\n this.activeChanged = true;\n }\n }\n };\n this.getBreadcrumbs = () => {\n return Array.from(this.el.querySelectorAll('ion-breadcrumb'));\n };\n this.slotChanged = () => {\n this.resetActiveBreadcrumb();\n this.breadcrumbsInit();\n };\n this.collapsed = undefined;\n this.activeChanged = undefined;\n this.color = undefined;\n this.maxItems = undefined;\n this.itemsBeforeCollapse = 1;\n this.itemsAfterCollapse = 1;\n }\n onCollapsedClick(ev) {\n const breadcrumbs = this.getBreadcrumbs();\n const collapsedBreadcrumbs = breadcrumbs.filter((breadcrumb) => breadcrumb.collapsed);\n this.ionCollapsedClick.emit(Object.assign(Object.assign({}, ev.detail), { collapsedBreadcrumbs }));\n }\n maxItemsChanged() {\n this.resetActiveBreadcrumb();\n this.breadcrumbsInit();\n }\n componentWillLoad() {\n this.breadcrumbsInit();\n }\n render() {\n const { color, collapsed } = this;\n const mode = getIonMode(this);\n return (h(Host, { key: 'cd288d4bf5498f86d086eb999b506993818642f3', class: createColorClasses(color, {\n [mode]: true,\n 'in-toolbar': hostContext('ion-toolbar', this.el),\n 'in-toolbar-color': hostContext('ion-toolbar[color]', this.el),\n 'breadcrumbs-collapsed': collapsed,\n }) }, h(\"slot\", { key: '73c802065511dbebef3867b01ce929313d24cba2', onSlotchange: this.slotChanged })));\n }\n static get is() { return \"ion-breadcrumbs\"; }\n static get encapsulation() { return \"shadow\"; }\n static get originalStyleUrls() {\n return {\n \"ios\": [\"breadcrumbs.ios.scss\"],\n \"md\": [\"breadcrumbs.md.scss\"]\n };\n }\n static get styleUrls() {\n return {\n \"ios\": [\"breadcrumbs.ios.css\"],\n \"md\": [\"breadcrumbs.md.css\"]\n };\n }\n static get properties() {\n return {\n \"color\": {\n \"type\": \"string\",\n \"mutable\": false,\n \"complexType\": {\n \"original\": \"Color\",\n \"resolved\": \"\\\"danger\\\" | \\\"dark\\\" | \\\"light\\\" | \\\"medium\\\" | \\\"primary\\\" | \\\"secondary\\\" | \\\"success\\\" | \\\"tertiary\\\" | \\\"warning\\\" | string & Record<never, never> | undefined\",\n \"references\": {\n \"Color\": {\n \"location\": \"import\",\n \"path\": \"../../interface\",\n \"id\": \"src/interface.d.ts::Color\"\n }\n }\n },\n \"required\": false,\n \"optional\": true,\n \"docs\": {\n \"tags\": [],\n \"text\": \"The color to use from your application's color palette.\\nDefault options are: `\\\"primary\\\"`, `\\\"secondary\\\"`, `\\\"tertiary\\\"`, `\\\"success\\\"`, `\\\"warning\\\"`, `\\\"danger\\\"`, `\\\"light\\\"`, `\\\"medium\\\"`, and `\\\"dark\\\"`.\\nFor more information on colors, see [theming](/docs/theming/basics).\"\n },\n \"attribute\": \"color\",\n \"reflect\": true\n },\n \"maxItems\": {\n \"type\": \"number\",\n \"mutable\": false,\n \"complexType\": {\n \"original\": \"number\",\n \"resolved\": \"number | undefined\",\n \"references\": {}\n },\n \"required\": false,\n \"optional\": true,\n \"docs\": {\n \"tags\": [],\n \"text\": \"The maximum number of breadcrumbs to show before collapsing.\"\n },\n \"attribute\": \"max-items\",\n \"reflect\": false\n },\n \"itemsBeforeCollapse\": {\n \"type\": \"number\",\n \"mutable\": false,\n \"complexType\": {\n \"original\": \"number\",\n \"resolved\": \"number\",\n \"references\": {}\n },\n \"required\": false,\n \"optional\": false,\n \"docs\": {\n \"tags\": [],\n \"text\": \"The number of breadcrumbs to show before the collapsed indicator.\\nIf `itemsBeforeCollapse` + `itemsAfterCollapse` is greater than `maxItems`,\\nthe breadcrumbs will not be collapsed.\"\n },\n \"attribute\": \"items-before-collapse\",\n \"reflect\": false,\n \"defaultValue\": \"1\"\n },\n \"itemsAfterCollapse\": {\n \"type\": \"number\",\n \"mutable\": false,\n \"complexType\": {\n \"original\": \"number\",\n \"resolved\": \"number\",\n \"references\": {}\n },\n \"required\": false,\n \"optional\": false,\n \"docs\": {\n \"tags\": [],\n \"text\": \"The number of breadcrumbs to show after the collapsed indicator.\\nIf `itemsBeforeCollapse` + `itemsAfterCollapse` is greater than `maxItems`,\\nthe breadcrumbs will not be collapsed.\"\n },\n \"attribute\": \"items-after-collapse\",\n \"reflect\": false,\n \"defaultValue\": \"1\"\n }\n };\n }\n static get states() {\n return {\n \"collapsed\": {},\n \"activeChanged\": {}\n };\n }\n static get events() {\n return [{\n \"method\": \"ionCollapsedClick\",\n \"name\": \"ionCollapsedClick\",\n \"bubbles\": true,\n \"cancelable\": true,\n \"composed\": true,\n \"docs\": {\n \"tags\": [],\n \"text\": \"Emitted when the collapsed indicator is clicked on.\"\n },\n \"complexType\": {\n \"original\": \"BreadcrumbCollapsedClickEventDetail\",\n \"resolved\": \"BreadcrumbCollapsedClickEventDetail\",\n \"references\": {\n \"BreadcrumbCollapsedClickEventDetail\": {\n \"location\": \"import\",\n \"path\": \"../breadcrumb/breadcrumb-interface\",\n \"id\": \"src/components/breadcrumb/breadcrumb-interface.ts::BreadcrumbCollapsedClickEventDetail\"\n }\n }\n }\n }];\n }\n static get elementRef() { return \"el\"; }\n static get watchers() {\n return [{\n \"propName\": \"maxItems\",\n \"methodName\": \"maxItemsChanged\"\n }, {\n \"propName\": \"itemsBeforeCollapse\",\n \"methodName\": \"maxItemsChanged\"\n }, {\n \"propName\": \"itemsAfterCollapse\",\n \"methodName\": \"maxItemsChanged\"\n }];\n }\n static get listeners() {\n return [{\n \"name\": \"collapsedClick\",\n \"method\": \"onCollapsedClick\",\n \"target\": undefined,\n \"capture\": false,\n \"passive\": false\n }];\n }\n}\n"],"mappings":"0IAAA,MAAMA,EAAoB,uhBAC1B,MAAAC,EAAeD,ECDf,MAAME,EAAmB,4fACzB,MAAAC,EAAeD,E,MCSFE,EAAW,MACpB,WAAAC,CAAAC,G,+DACIC,KAAKC,gBAAkB,KACnBD,KAAKE,yBACLF,KAAKG,aAAa,EAEtBH,KAAKI,sBAAwB,KACzB,MAAMC,EAAcL,KAAKM,iBAGzB,MAAMC,EAAmBF,EAAYG,MAAMC,GAAeA,EAAWC,SACrE,GAAIH,GAAoBP,KAAKW,cAAe,CACxCJ,EAAiBG,OAAS,K,GAGlCV,KAAKG,YAAc,KACf,MAAMS,mBAAEA,EAAkBC,oBAAEA,EAAmBC,SAAEA,GAAad,KAC9D,MAAMK,EAAcL,KAAKM,iBACzB,IAAK,MAAMG,KAAcJ,EAAa,CAClCI,EAAWM,uBAAyB,MACpCN,EAAWO,UAAY,K,CAK3B,MAAMC,EAAiBH,IAAaI,WAAab,EAAYc,OAASL,GAAYD,EAAsBD,GAAsBE,EAC9H,GAAIG,EAAgB,CAEhBZ,EAAYe,SAAQ,CAACX,EAAYY,KAC7B,GAAIA,IAAUR,EAAqB,CAC/BJ,EAAWM,uBAAyB,I,CAKxC,GAAIM,GAASR,GAAuBQ,EAAQhB,EAAYc,OAASP,EAAoB,CACjFH,EAAWO,UAAY,I,OAKvChB,KAAKE,uBAAyB,KAC1B,MAAMU,mBAAEA,EAAkBC,oBAAEA,EAAmBC,SAAEA,GAAad,KAC9D,MAAMK,EAAcL,KAAKM,iBAEzB,MAAMI,EAASL,EAAYG,MAAMC,GAAeA,EAAWC,SAE3D,IAAK,MAAMD,KAAcJ,EAAa,CAIlC,MAAMiB,EAAOR,IAAaI,WAAaN,IAAuB,EACxDH,IAAeJ,EAAYQ,GAC3BJ,IAAeJ,EAAYA,EAAYc,OAAS,GACtDV,EAAWa,KAAOA,EAIlB,MAAMC,EAAYd,EAAWc,YAAcL,UAAYT,EAAWc,UAAYD,EAAOJ,UAAY,KACjGT,EAAWc,UAAYA,EAGvB,IAAKb,GAAUY,EAAM,CACjBb,EAAWC,OAAS,KACpBV,KAAKW,cAAgB,I,IAIjCX,KAAKM,eAAiB,IACXkB,MAAMC,KAAKzB,KAAK0B,GAAGC,iBAAiB,mBAE/C3B,KAAK4B,YAAc,KACf5B,KAAKI,wBACLJ,KAAKC,iBAAiB,EAE1BD,KAAKgB,UAAYE,UACjBlB,KAAKW,cAAgBO,UACrBlB,KAAK6B,MAAQX,UACblB,KAAKc,SAAWI,UAChBlB,KAAKa,oBAAsB,EAC3Bb,KAAKY,mBAAqB,C,CAE9B,gBAAAkB,CAAiBC,GACb,MAAM1B,EAAcL,KAAKM,iBACzB,MAAM0B,EAAuB3B,EAAY4B,QAAQxB,GAAeA,EAAWO,YAC3EhB,KAAKkC,kBAAkBC,KAAKC,OAAOC,OAAOD,OAAOC,OAAO,GAAIN,EAAGO,QAAS,CAAEN,yB,CAE9E,eAAAO,GACIvC,KAAKI,wBACLJ,KAAKC,iB,CAET,iBAAAuC,GACIxC,KAAKC,iB,CAET,MAAAwC,GACI,MAAMZ,MAAEA,EAAKb,UAAEA,GAAchB,KAC7B,MAAM0C,EAAOC,EAAW3C,MACxB,OAAQ4C,EAAEC,EAAM,CAAEC,IAAK,2CAA4CC,MAAOC,EAAmBnB,EAAO,CAC5Fa,CAACA,GAAO,KACR,aAAcO,EAAY,cAAejD,KAAK0B,IAC9C,mBAAoBuB,EAAY,qBAAsBjD,KAAK0B,IAC3D,wBAAyBV,KACvB4B,EAAE,OAAQ,CAAEE,IAAK,2CAA4CI,aAAclD,KAAK4B,c","ignoreList":[]}
|
|
@@ -1,2 +1,2 @@
|
|
|
1
|
-
import{r as o,i as r,h as e,H as i,
|
|
2
|
-
//# sourceMappingURL=p-
|
|
1
|
+
import{r as o,i as r,h as e,H as i,e as t}from"./p-42169e41.js";import{h as a}from"./p-71ee259b.js";import{o as n,c,h as s}from"./p-669fab6c.js";import{g as d,h as l}from"./p-0ee8b7a7.js";import{g as b}from"./p-da0d920d.js";const p=":host{display:flex;flex:0 0 auto;align-items:center;color:var(--color);font-size:1rem;font-weight:400;line-height:1.5}.breadcrumb-native{font-family:inherit;font-size:inherit;font-style:inherit;font-weight:inherit;letter-spacing:inherit;text-decoration:inherit;text-indent:inherit;text-overflow:inherit;text-transform:inherit;text-align:inherit;white-space:inherit;color:inherit;padding-left:0;padding-right:0;padding-top:0;padding-bottom:0;margin-left:0;margin-right:0;margin-top:0;margin-bottom:0;display:flex;align-items:center;width:100%;outline:none;background:inherit}:host(.breadcrumb-disabled){cursor:default;opacity:0.5;pointer-events:none}:host(.breadcrumb-active){color:var(--color-active)}:host(.ion-focused){color:var(--color-focused)}:host(.ion-focused) .breadcrumb-native{background:var(--background-focused)}@media (any-hover: hover){:host(.ion-activatable:hover){color:var(--color-hover)}:host(.ion-activatable.in-breadcrumbs-color:hover),:host(.ion-activatable.ion-color:hover){color:var(--ion-color-shade)}}.breadcrumb-separator{display:inline-flex}:host(.breadcrumb-collapsed) .breadcrumb-native{display:none}:host(.in-breadcrumbs-color),:host(.in-breadcrumbs-color.breadcrumb-active){color:var(--ion-color-base)}:host(.in-breadcrumbs-color) .breadcrumb-separator{color:var(--ion-color-base)}:host(.ion-color){color:var(--ion-color-base)}:host(.in-toolbar-color),:host(.in-toolbar-color) .breadcrumb-separator{color:rgba(var(--ion-color-contrast-rgb), 0.8)}:host(.in-toolbar-color.breadcrumb-active){color:var(--ion-color-contrast)}.breadcrumbs-collapsed-indicator{padding-left:0;padding-right:0;padding-top:0;padding-bottom:0;-webkit-margin-start:14px;margin-inline-start:14px;-webkit-margin-end:14px;margin-inline-end:14px;margin-top:0;margin-bottom:0;display:flex;flex:1 1 100%;align-items:center;justify-content:center;width:32px;height:18px;border:0;outline:none;cursor:pointer;appearance:none}.breadcrumbs-collapsed-indicator ion-icon{margin-top:1px;font-size:1.375rem}:host{--color:var(--ion-color-step-850, #2d4665);--color-active:var(--ion-text-color, #03060b);--color-hover:var(--ion-text-color, #03060b);--color-focused:var(--color-active);--background-focused:var(--ion-color-step-50, rgba(233, 237, 243, 0.7));font-size:clamp(16px, 1rem, 22px)}:host(.breadcrumb-active){font-weight:600}.breadcrumb-native{border-radius:4px;-webkit-padding-start:12px;padding-inline-start:12px;-webkit-padding-end:12px;padding-inline-end:12px;padding-top:5px;padding-bottom:5px;border:1px solid transparent}:host(.ion-focused) .breadcrumb-native{border-radius:8px}:host(.in-breadcrumbs-color.ion-focused) .breadcrumb-native,:host(.ion-color.ion-focused) .breadcrumb-native{background:rgba(var(--ion-color-base-rgb), 0.1);color:var(--ion-color-base)}:host(.ion-focused) ::slotted(ion-icon),:host(.in-breadcrumbs-color.ion-focused) ::slotted(ion-icon),:host(.ion-color.ion-focused) ::slotted(ion-icon){color:var(--ion-color-step-750, #445b78)}.breadcrumb-separator{color:var(--ion-color-step-550, #73849a)}::slotted(ion-icon){color:var(--ion-color-step-400, #92a0b3);font-size:min(1.125rem, 21.6px)}::slotted(ion-icon[slot=start]){-webkit-margin-end:8px;margin-inline-end:8px}::slotted(ion-icon[slot=end]){-webkit-margin-start:8px;margin-inline-start:8px}:host(.breadcrumb-active) ::slotted(ion-icon){color:var(--ion-color-step-850, #242d39)}.breadcrumbs-collapsed-indicator{border-radius:4px;background:var(--ion-color-step-100, #e9edf3);color:var(--ion-color-step-550, #73849a)}.breadcrumbs-collapsed-indicator:hover{opacity:0.45}.breadcrumbs-collapsed-indicator:focus{background:var(--ion-color-step-150, #d9e0ea)}.breadcrumbs-collapsed-indicator ion-icon{font-size:min(1.375rem, 22px)}";const h=p;const u=":host{display:flex;flex:0 0 auto;align-items:center;color:var(--color);font-size:1rem;font-weight:400;line-height:1.5}.breadcrumb-native{font-family:inherit;font-size:inherit;font-style:inherit;font-weight:inherit;letter-spacing:inherit;text-decoration:inherit;text-indent:inherit;text-overflow:inherit;text-transform:inherit;text-align:inherit;white-space:inherit;color:inherit;padding-left:0;padding-right:0;padding-top:0;padding-bottom:0;margin-left:0;margin-right:0;margin-top:0;margin-bottom:0;display:flex;align-items:center;width:100%;outline:none;background:inherit}:host(.breadcrumb-disabled){cursor:default;opacity:0.5;pointer-events:none}:host(.breadcrumb-active){color:var(--color-active)}:host(.ion-focused){color:var(--color-focused)}:host(.ion-focused) .breadcrumb-native{background:var(--background-focused)}@media (any-hover: hover){:host(.ion-activatable:hover){color:var(--color-hover)}:host(.ion-activatable.in-breadcrumbs-color:hover),:host(.ion-activatable.ion-color:hover){color:var(--ion-color-shade)}}.breadcrumb-separator{display:inline-flex}:host(.breadcrumb-collapsed) .breadcrumb-native{display:none}:host(.in-breadcrumbs-color),:host(.in-breadcrumbs-color.breadcrumb-active){color:var(--ion-color-base)}:host(.in-breadcrumbs-color) .breadcrumb-separator{color:var(--ion-color-base)}:host(.ion-color){color:var(--ion-color-base)}:host(.in-toolbar-color),:host(.in-toolbar-color) .breadcrumb-separator{color:rgba(var(--ion-color-contrast-rgb), 0.8)}:host(.in-toolbar-color.breadcrumb-active){color:var(--ion-color-contrast)}.breadcrumbs-collapsed-indicator{padding-left:0;padding-right:0;padding-top:0;padding-bottom:0;-webkit-margin-start:14px;margin-inline-start:14px;-webkit-margin-end:14px;margin-inline-end:14px;margin-top:0;margin-bottom:0;display:flex;flex:1 1 100%;align-items:center;justify-content:center;width:32px;height:18px;border:0;outline:none;cursor:pointer;appearance:none}.breadcrumbs-collapsed-indicator ion-icon{margin-top:1px;font-size:1.375rem}:host{--color:var(--ion-color-step-600, #677483);--color-active:var(--ion-text-color, #03060b);--color-hover:var(--ion-text-color, #03060b);--color-focused:var(--ion-color-step-800, #35404e);--background-focused:var(--ion-color-step-50, #fff)}:host(.breadcrumb-active){font-weight:500}.breadcrumb-native{-webkit-padding-start:12px;padding-inline-start:12px;-webkit-padding-end:12px;padding-inline-end:12px;padding-top:6px;padding-bottom:6px}.breadcrumb-separator{-webkit-margin-start:10px;margin-inline-start:10px;-webkit-margin-end:10px;margin-inline-end:10px;margin-top:-1px}:host(.ion-focused) .breadcrumb-native{border-radius:4px;box-shadow:0px 1px 2px rgba(0, 0, 0, 0.2), 0px 2px 8px rgba(0, 0, 0, 0.12)}.breadcrumb-separator{color:var(--ion-color-step-550, #73849a)}::slotted(ion-icon){color:var(--ion-color-step-550, #7d8894);font-size:1.125rem}::slotted(ion-icon[slot=start]){-webkit-margin-end:8px;margin-inline-end:8px}::slotted(ion-icon[slot=end]){-webkit-margin-start:8px;margin-inline-start:8px}:host(.breadcrumb-active) ::slotted(ion-icon){color:var(--ion-color-step-850, #222d3a)}.breadcrumbs-collapsed-indicator{border-radius:2px;background:var(--ion-color-step-100, #eef1f3);color:var(--ion-color-step-550, #73849a)}.breadcrumbs-collapsed-indicator:hover{opacity:0.7}.breadcrumbs-collapsed-indicator:focus{background:var(--ion-color-step-150, #dfe5e8)}";const m=u;const f=class{constructor(e){o(this,e);this.ionFocus=r(this,"ionFocus",7);this.ionBlur=r(this,"ionBlur",7);this.collapsedClick=r(this,"collapsedClick",7);this.inheritedAttributes={};this.onFocus=()=>{this.ionFocus.emit()};this.onBlur=()=>{this.ionBlur.emit()};this.collapsedIndicatorClick=()=>{this.collapsedClick.emit({ionShadowTarget:this.collapsedRef})};this.collapsed=false;this.last=undefined;this.showCollapsedIndicator=undefined;this.color=undefined;this.active=false;this.disabled=false;this.download=undefined;this.href=undefined;this.rel=undefined;this.separator=undefined;this.target=undefined;this.routerDirection="forward";this.routerAnimation=undefined}componentWillLoad(){this.inheritedAttributes=a(this.el)}isClickable(){return this.href!==undefined}render(){const{color:o,active:r,collapsed:t,disabled:a,download:p,el:h,inheritedAttributes:u,last:m,routerAnimation:f,routerDirection:g,separator:v,showCollapsedIndicator:x,target:k}=this;const w=this.isClickable();const y=this.href===undefined?"span":"a";const z=a?undefined:this.href;const j=b(this);const C=y==="span"?{}:{download:p,href:z,target:k};const A=m?false:t?x&&!m?true:false:v;return e(i,{key:"6d354439f90ec3cfab9fbf93cb17a67fb9ca6034",onClick:o=>n(z,o,g,f),"aria-disabled":a?"true":null,class:c(o,{[j]:true,"breadcrumb-active":r,"breadcrumb-collapsed":t,"breadcrumb-disabled":a,"in-breadcrumbs-color":s("ion-breadcrumbs[color]",h),"in-toolbar":s("ion-toolbar",this.el),"in-toolbar-color":s("ion-toolbar[color]",this.el),"ion-activatable":w,"ion-focusable":w})},e(y,Object.assign({key:"4782977969bd84af02b1834573a6e51069b798ae"},C,{class:"breadcrumb-native",part:"native",disabled:a,onFocus:this.onFocus,onBlur:this.onBlur},u),e("slot",{key:"7d5fb845e463b8195142099773e7f258fc8ed31d",name:"start"}),e("slot",{key:"6b642ccb9101c12f72124fed5dd0f6362345fb41"}),e("slot",{key:"9fb0841fed712e21d1e84b187e1bc9159cf80b56",name:"end"})),x&&e("button",{key:"4b64544d879224d491447a79da8f8672b994af0b",part:"collapsed-indicator","aria-label":"Show more breadcrumbs",onClick:()=>this.collapsedIndicatorClick(),ref:o=>this.collapsedRef=o,class:{"breadcrumbs-collapsed-indicator":true}},e("ion-icon",{key:"5a2511b237aa8c401f416e967a831f8315423949","aria-hidden":"true",icon:l,lazy:false})),A&&e("span",{key:"348952855dd79eb92f8d370e5839a8d09aff4097",class:"breadcrumb-separator",part:"separator","aria-hidden":"true"},e("slot",{key:"0120f416edb1d776fa6900b5986b2b57eef554b3",name:"separator"},j==="ios"?e("ion-icon",{icon:d,lazy:false,"flip-rtl":true}):e("span",null,"/"))))}get el(){return t(this)}};f.style={ios:h,md:m};export{f as ion_breadcrumb};
|
|
2
|
+
//# sourceMappingURL=p-d358565a.entry.js.map
|
|
@@ -1,5 +1,5 @@
|
|
|
1
|
-
import{w as t}from"./p-
|
|
1
|
+
import{w as t}from"./p-42169e41.js";import{c as s}from"./p-cbf050d6.js";import{t as o,a as r,c as e}from"./p-71ee259b.js";
|
|
2
2
|
/*!
|
|
3
3
|
* (C) Ionic http://ionicframework.com - MIT License
|
|
4
4
|
*/const n=t=>{const s=t.previousElementSibling;const o=s!==null&&s.tagName==="ION-HEADER";return o?"translate":"scale"};const a=(t,s,o)=>t==="scale"?c(s,o):i(s,o);const f=t=>{const o=t.querySelector("ion-spinner");const r=o.shadowRoot.querySelector("circle");const e=t.querySelector(".spinner-arrow-container");const n=t.querySelector(".arrow-container");const a=n?n.querySelector("ion-icon"):null;const f=s().duration(1e3).easing("ease-out");const c=s().addElement(e).keyframes([{offset:0,opacity:"0.3"},{offset:.45,opacity:"0.3"},{offset:.55,opacity:"1"},{offset:1,opacity:"1"}]);const i=s().addElement(r).keyframes([{offset:0,strokeDasharray:"1px, 200px"},{offset:.2,strokeDasharray:"1px, 200px"},{offset:.55,strokeDasharray:"100px, 200px"},{offset:1,strokeDasharray:"100px, 200px"}]);const p=s().addElement(o).keyframes([{offset:0,transform:"rotate(-90deg)"},{offset:1,transform:"rotate(210deg)"}]);if(n&&a){const t=s().addElement(n).keyframes([{offset:0,transform:"rotate(0deg)"},{offset:.3,transform:"rotate(0deg)"},{offset:.55,transform:"rotate(280deg)"},{offset:1,transform:"rotate(400deg)"}]);const o=s().addElement(a).keyframes([{offset:0,transform:"translateX(2px) scale(0)"},{offset:.3,transform:"translateX(2px) scale(0)"},{offset:.55,transform:"translateX(-1.5px) scale(1)"},{offset:1,transform:"translateX(-1.5px) scale(1)"}]);f.addAnimation([t,o])}return f.addAnimation([c,i,p])};const c=(t,o)=>{const r=o.clientHeight;const e=s().addElement(t).keyframes([{offset:0,transform:`scale(0) translateY(-${r}px)`},{offset:1,transform:"scale(1) translateY(100px)"}]);return f(t).addAnimation([e])};const i=(t,o)=>{const r=o.clientHeight;const e=s().addElement(t).keyframes([{offset:0,transform:`translateY(-${r}px)`},{offset:1,transform:"translateY(100px)"}]);return f(t).addAnimation([e])};const p=t=>s().duration(125).addElement(t).fromTo("transform","translateY(var(--ion-pulling-refresher-translate, 100px))","translateY(0px)");const l=(t,s)=>{t.style.setProperty("opacity",s.toString())};const m=(s,o,r)=>{const n=1;t((()=>{s.forEach(((t,s)=>{const a=s*(n/o);const f=n-a;const c=r-a;const i=e(0,c/f,1);t.style.setProperty("opacity",i.toString())}))}))};const x=(s,o)=>{t((()=>{s.style.setProperty("--refreshing-rotation-duration",o>=1?"0.5s":"2s");s.style.setProperty("opacity","1")}))};const u=(s,r,e=200)=>{if(!s){return Promise.resolve()}const n=o(s,e);t((()=>{s.style.setProperty("transition",`${e}ms all ease-out`);if(r===undefined){s.style.removeProperty("transform")}else{s.style.setProperty("transform",`translate3d(0px, ${r}, 0px)`)}}));return n};const d=()=>navigator.maxTouchPoints>0&&CSS.supports("background: -webkit-named-image(apple-pay-logo-black)");const g=async(t,s)=>{const o=t.querySelector("ion-refresher-content");if(!o){return Promise.resolve(false)}await new Promise((t=>r(o,t)));const e=t.querySelector("ion-refresher-content .refresher-pulling ion-spinner");const n=t.querySelector("ion-refresher-content .refresher-refreshing ion-spinner");return e!==null&&n!==null&&(s==="ios"&&d()||s==="md")};export{l as a,m as b,a as c,p as d,d as e,n as g,x as h,g as s,u as t};
|
|
5
|
-
//# sourceMappingURL=p-
|
|
5
|
+
//# sourceMappingURL=p-d61d280b.js.map
|
|
@@ -1,4 +1,4 @@
|
|
|
1
|
-
import{r as i,i as t,h as n,H as o,
|
|
1
|
+
import{r as i,i as t,h as n,H as o,e}from"./p-42169e41.js";import{E as a,s}from"./p-46b6ae86.js";import{r}from"./p-71ee259b.js";import{c as d}from"./p-3a4d289f.js";import{c,a as l,B as h,p,s as g,b as f,d as m,e as b}from"./p-a6c03ce8.js";import{g as u}from"./p-669fab6c.js";import{c as y,g as x}from"./p-da0d920d.js";import{c as v}from"./p-cbf050d6.js";import"./p-7efd6867.js";import"./p-1fc8e557.js";import"./p-eba70ed1.js";import"./p-d6769f21.js";
|
|
2
2
|
/*!
|
|
3
3
|
* (C) Ionic http://ionicframework.com - MIT License
|
|
4
4
|
*/const w=i=>{const t=v();const n=v();const o=v();n.addElement(i.querySelector("ion-backdrop")).fromTo("opacity",.01,"var(--backdrop-opacity)").beforeStyles({"pointer-events":"none"}).afterClearStyles(["pointer-events"]);o.addElement(i.querySelector(".loading-wrapper")).keyframes([{offset:0,opacity:.01,transform:"scale(1.1)"},{offset:1,opacity:1,transform:"scale(1)"}]);return t.addElement(i).easing("ease-in-out").duration(200).addAnimation([n,o])};
|
|
@@ -10,5 +10,5 @@ import{r as i,i as t,h as n,H as o,d as a}from"./p-ad32e711.js";import{E as e,s}
|
|
|
10
10
|
*/const j=i=>{const t=v();const n=v();const o=v();n.addElement(i.querySelector("ion-backdrop")).fromTo("opacity",.01,"var(--backdrop-opacity)").beforeStyles({"pointer-events":"none"}).afterClearStyles(["pointer-events"]);o.addElement(i.querySelector(".loading-wrapper")).keyframes([{offset:0,opacity:.01,transform:"scale(1.1)"},{offset:1,opacity:1,transform:"scale(1)"}]);return t.addElement(i).easing("ease-in-out").duration(200).addAnimation([n,o])};
|
|
11
11
|
/*!
|
|
12
12
|
* (C) Ionic http://ionicframework.com - MIT License
|
|
13
|
-
*/const D=i=>{const t=v();const n=v();const o=v();n.addElement(i.querySelector("ion-backdrop")).fromTo("opacity","var(--backdrop-opacity)",0);o.addElement(i.querySelector(".loading-wrapper")).keyframes([{offset:0,opacity:.99,transform:"scale(1)"},{offset:1,opacity:0,transform:"scale(0.9)"}]);return t.addElement(i).easing("ease-in-out").duration(200).addAnimation([n,o])};const L=".sc-ion-loading-ios-h{--min-width:auto;--width:auto;--min-height:auto;--height:auto;-moz-osx-font-smoothing:grayscale;-webkit-font-smoothing:antialiased;left:0;right:0;top:0;bottom:0;display:flex;position:fixed;align-items:center;justify-content:center;outline:none;font-family:var(--ion-font-family, inherit);contain:strict;touch-action:none;user-select:none;z-index:1001}.overlay-hidden.sc-ion-loading-ios-h{display:none}.loading-wrapper.sc-ion-loading-ios{display:flex;align-items:inherit;justify-content:inherit;width:var(--width);min-width:var(--min-width);max-width:var(--max-width);height:var(--height);min-height:var(--min-height);max-height:var(--max-height);background:var(--background);opacity:0;z-index:10}ion-spinner.sc-ion-loading-ios{color:var(--spinner-color)}.sc-ion-loading-ios-h{--background:var(--ion-overlay-background-color, var(--ion-color-step-100, #f9f9f9));--max-width:270px;--max-height:90%;--spinner-color:var(--ion-color-step-600, #666666);--backdrop-opacity:var(--ion-backdrop-opacity, 0.3);color:var(--ion-text-color, #000);font-size:0.875rem}.loading-wrapper.sc-ion-loading-ios{border-radius:8px;-webkit-padding-start:34px;padding-inline-start:34px;-webkit-padding-end:34px;padding-inline-end:34px;padding-top:24px;padding-bottom:24px}@supports (backdrop-filter: blur(0)){.loading-translucent.sc-ion-loading-ios-h .loading-wrapper.sc-ion-loading-ios{background-color:rgba(var(--ion-background-color-rgb, 255, 255, 255), 0.8);backdrop-filter:saturate(180%) blur(20px)}}.loading-content.sc-ion-loading-ios{font-weight:bold}.loading-spinner.sc-ion-loading-ios+.loading-content.sc-ion-loading-ios{-webkit-margin-start:16px;margin-inline-start:16px}";const z=L;const C=".sc-ion-loading-md-h{--min-width:auto;--width:auto;--min-height:auto;--height:auto;-moz-osx-font-smoothing:grayscale;-webkit-font-smoothing:antialiased;left:0;right:0;top:0;bottom:0;display:flex;position:fixed;align-items:center;justify-content:center;outline:none;font-family:var(--ion-font-family, inherit);contain:strict;touch-action:none;user-select:none;z-index:1001}.overlay-hidden.sc-ion-loading-md-h{display:none}.loading-wrapper.sc-ion-loading-md{display:flex;align-items:inherit;justify-content:inherit;width:var(--width);min-width:var(--min-width);max-width:var(--max-width);height:var(--height);min-height:var(--min-height);max-height:var(--max-height);background:var(--background);opacity:0;z-index:10}ion-spinner.sc-ion-loading-md{color:var(--spinner-color)}.sc-ion-loading-md-h{--background:var(--ion-color-step-50, #f2f2f2);--max-width:280px;--max-height:90%;--spinner-color:var(--ion-color-primary, #3880ff);--backdrop-opacity:var(--ion-backdrop-opacity, 0.32);color:var(--ion-color-step-850, #262626);font-size:0.875rem}.loading-wrapper.sc-ion-loading-md{border-radius:2px;-webkit-padding-start:24px;padding-inline-start:24px;-webkit-padding-end:24px;padding-inline-end:24px;padding-top:24px;padding-bottom:24px;box-shadow:0 16px 20px rgba(0, 0, 0, 0.4)}.loading-spinner.sc-ion-loading-md+.loading-content.sc-ion-loading-md{-webkit-margin-start:16px;margin-inline-start:16px}";const T=C;const O=class{constructor(n){i(this,n);this.didPresent=t(this,"ionLoadingDidPresent",7);this.willPresent=t(this,"ionLoadingWillPresent",7);this.willDismiss=t(this,"ionLoadingWillDismiss",7);this.didDismiss=t(this,"ionLoadingDidDismiss",7);this.didPresentShorthand=t(this,"didPresent",7);this.willPresentShorthand=t(this,"willPresent",7);this.willDismissShorthand=t(this,"willDismiss",7);this.didDismissShorthand=t(this,"didDismiss",7);this.delegateController=c(this);this.lockController=d();this.triggerController=l();this.customHTMLEnabled=y.get("innerHTMLTemplatesEnabled",
|
|
14
|
-
//# sourceMappingURL=p-
|
|
13
|
+
*/const D=i=>{const t=v();const n=v();const o=v();n.addElement(i.querySelector("ion-backdrop")).fromTo("opacity","var(--backdrop-opacity)",0);o.addElement(i.querySelector(".loading-wrapper")).keyframes([{offset:0,opacity:.99,transform:"scale(1)"},{offset:1,opacity:0,transform:"scale(0.9)"}]);return t.addElement(i).easing("ease-in-out").duration(200).addAnimation([n,o])};const L=".sc-ion-loading-ios-h{--min-width:auto;--width:auto;--min-height:auto;--height:auto;-moz-osx-font-smoothing:grayscale;-webkit-font-smoothing:antialiased;left:0;right:0;top:0;bottom:0;display:flex;position:fixed;align-items:center;justify-content:center;outline:none;font-family:var(--ion-font-family, inherit);contain:strict;touch-action:none;user-select:none;z-index:1001}.overlay-hidden.sc-ion-loading-ios-h{display:none}.loading-wrapper.sc-ion-loading-ios{display:flex;align-items:inherit;justify-content:inherit;width:var(--width);min-width:var(--min-width);max-width:var(--max-width);height:var(--height);min-height:var(--min-height);max-height:var(--max-height);background:var(--background);opacity:0;z-index:10}ion-spinner.sc-ion-loading-ios{color:var(--spinner-color)}.sc-ion-loading-ios-h{--background:var(--ion-overlay-background-color, var(--ion-color-step-100, #f9f9f9));--max-width:270px;--max-height:90%;--spinner-color:var(--ion-color-step-600, #666666);--backdrop-opacity:var(--ion-backdrop-opacity, 0.3);color:var(--ion-text-color, #000);font-size:0.875rem}.loading-wrapper.sc-ion-loading-ios{border-radius:8px;-webkit-padding-start:34px;padding-inline-start:34px;-webkit-padding-end:34px;padding-inline-end:34px;padding-top:24px;padding-bottom:24px}@supports (backdrop-filter: blur(0)){.loading-translucent.sc-ion-loading-ios-h .loading-wrapper.sc-ion-loading-ios{background-color:rgba(var(--ion-background-color-rgb, 255, 255, 255), 0.8);backdrop-filter:saturate(180%) blur(20px)}}.loading-content.sc-ion-loading-ios{font-weight:bold}.loading-spinner.sc-ion-loading-ios+.loading-content.sc-ion-loading-ios{-webkit-margin-start:16px;margin-inline-start:16px}";const z=L;const C=".sc-ion-loading-md-h{--min-width:auto;--width:auto;--min-height:auto;--height:auto;-moz-osx-font-smoothing:grayscale;-webkit-font-smoothing:antialiased;left:0;right:0;top:0;bottom:0;display:flex;position:fixed;align-items:center;justify-content:center;outline:none;font-family:var(--ion-font-family, inherit);contain:strict;touch-action:none;user-select:none;z-index:1001}.overlay-hidden.sc-ion-loading-md-h{display:none}.loading-wrapper.sc-ion-loading-md{display:flex;align-items:inherit;justify-content:inherit;width:var(--width);min-width:var(--min-width);max-width:var(--max-width);height:var(--height);min-height:var(--min-height);max-height:var(--max-height);background:var(--background);opacity:0;z-index:10}ion-spinner.sc-ion-loading-md{color:var(--spinner-color)}.sc-ion-loading-md-h{--background:var(--ion-color-step-50, #f2f2f2);--max-width:280px;--max-height:90%;--spinner-color:var(--ion-color-primary, #3880ff);--backdrop-opacity:var(--ion-backdrop-opacity, 0.32);color:var(--ion-color-step-850, #262626);font-size:0.875rem}.loading-wrapper.sc-ion-loading-md{border-radius:2px;-webkit-padding-start:24px;padding-inline-start:24px;-webkit-padding-end:24px;padding-inline-end:24px;padding-top:24px;padding-bottom:24px;box-shadow:0 16px 20px rgba(0, 0, 0, 0.4)}.loading-spinner.sc-ion-loading-md+.loading-content.sc-ion-loading-md{-webkit-margin-start:16px;margin-inline-start:16px}";const T=C;const O=class{constructor(n){i(this,n);this.didPresent=t(this,"ionLoadingDidPresent",7);this.willPresent=t(this,"ionLoadingWillPresent",7);this.willDismiss=t(this,"ionLoadingWillDismiss",7);this.didDismiss=t(this,"ionLoadingDidDismiss",7);this.didPresentShorthand=t(this,"didPresent",7);this.willPresentShorthand=t(this,"willPresent",7);this.willDismissShorthand=t(this,"willDismiss",7);this.didDismissShorthand=t(this,"didDismiss",7);this.delegateController=c(this);this.lockController=d();this.triggerController=l();this.customHTMLEnabled=y.get("innerHTMLTemplatesEnabled",a);this.presented=false;this.onBackdropTap=()=>{this.dismiss(undefined,h)};this.overlayIndex=undefined;this.delegate=undefined;this.hasController=false;this.keyboardClose=true;this.enterAnimation=undefined;this.leaveAnimation=undefined;this.message=undefined;this.cssClass=undefined;this.duration=0;this.backdropDismiss=false;this.showBackdrop=true;this.spinner=undefined;this.translucent=false;this.animated=true;this.htmlAttributes=undefined;this.isOpen=false;this.trigger=undefined}onIsOpenChange(i,t){if(i===true&&t===false){this.present()}else if(i===false&&t===true){this.dismiss()}}triggerChanged(){const{trigger:i,el:t,triggerController:n}=this;if(i){n.addClickListener(t,i)}}connectedCallback(){p(this.el);this.triggerChanged()}componentWillLoad(){if(this.spinner===undefined){const i=x(this);this.spinner=y.get("loadingSpinner",y.get("spinner",i==="ios"?"lines":"crescent"))}g(this.el)}componentDidLoad(){if(this.isOpen===true){r((()=>this.present()))}this.triggerChanged()}disconnectedCallback(){this.triggerController.removeClickListener()}async present(){const i=await this.lockController.lock();await this.delegateController.attachViewToDom();await f(this,"loadingEnter",w,j);if(this.duration>0){this.durationTimeout=setTimeout((()=>this.dismiss()),this.duration+10)}i()}async dismiss(i,t){const n=await this.lockController.lock();if(this.durationTimeout){clearTimeout(this.durationTimeout)}const o=await m(this,i,t,"loadingLeave",k,D);if(o){this.delegateController.removeViewFromDom()}n();return o}onDidDismiss(){return b(this.el,"ionLoadingDidDismiss")}onWillDismiss(){return b(this.el,"ionLoadingWillDismiss")}renderLoadingMessage(i){const{customHTMLEnabled:t,message:o}=this;if(t){return n("div",{class:"loading-content",id:i,innerHTML:s(o)})}return n("div",{class:"loading-content",id:i},o)}render(){const{message:i,spinner:t,htmlAttributes:e,overlayIndex:a}=this;const s=x(this);const r=`loading-${a}-msg`;const d=i!==undefined?r:null;return n(o,Object.assign({key:"e780853dc67b7b4ebd8dd65cadab648e4238c6ee",role:"dialog","aria-modal":"true","aria-labelledby":d,tabindex:"-1"},e,{style:{zIndex:`${4e4+this.overlayIndex}`},onIonBackdropTap:this.onBackdropTap,class:Object.assign(Object.assign({},u(this.cssClass)),{[s]:true,"overlay-hidden":true,"loading-translucent":this.translucent})}),n("ion-backdrop",{key:"8cd59ca7bc97b981fd578a526dfe859847e4d392",visible:this.showBackdrop,tappable:this.backdropDismiss}),n("div",{key:"ef392aaf2cb7f6f9cecc685525cce3abc333e800",tabindex:"0"}),n("div",{key:"f1f6df21a7fa6565fe33acb4a5f355b5ec3e65b2",class:"loading-wrapper ion-overlay-wrapper"},t&&n("div",{key:"725cf5a206152885e31ab061b0c466fe1ead0225",class:"loading-spinner"},n("ion-spinner",{key:"5891dc39fa133b71576aec219f552386b202e163",name:t,"aria-hidden":"true"})),i!==undefined&&this.renderLoadingMessage(r)),n("div",{key:"8103269f1181325a507ed1c681f5ef15e40fbc34",tabindex:"0"}))}get el(){return e(this)}static get watchers(){return{isOpen:["onIsOpenChange"],trigger:["triggerChanged"]}}};O.style={ios:z,md:T};export{O as ion_loading};
|
|
14
|
+
//# sourceMappingURL=p-d6394ee4.entry.js.map
|
|
@@ -1,2 +1,2 @@
|
|
|
1
|
-
import{r as o,h as t,H as r}from"./p-
|
|
2
|
-
//# sourceMappingURL=p-
|
|
1
|
+
import{r as o,h as t,H as r}from"./p-42169e41.js";import{c as i}from"./p-669fab6c.js";import{g as a}from"./p-da0d920d.js";const e=":host{display:block;position:relative;color:var(--color)}:host(.ion-color){color:var(--ion-color-base)}:host{--color:var(--ion-color-step-600, #666666);margin-left:0;margin-right:0;margin-top:0;margin-bottom:4px;padding-left:0;padding-right:0;padding-top:0;padding-bottom:0;font-size:0.75rem;font-weight:700;letter-spacing:0.4px;text-transform:uppercase}";const n=e;const s=":host{display:block;position:relative;color:var(--color)}:host(.ion-color){color:var(--ion-color-base)}:host{--color:var(--ion-color-step-550, #737373);margin-left:0;margin-right:0;margin-top:0;margin-bottom:0;padding-left:0;padding-right:0;padding-top:0;padding-bottom:0;font-size:0.875rem;font-weight:500}";const c=s;const l=class{constructor(t){o(this,t);this.color=undefined}render(){const o=a(this);return t(r,{key:"6f94c9ced239cc945a148e0ecc7ab848fa70d8e3",role:"heading","aria-level":"3",class:i(this.color,{"ion-inherit-color":true,[o]:true})},t("slot",{key:"445f81155799be5e81baa571bd16d57e5149df62"}))}};l.style={ios:n,md:c};export{l as ion_card_subtitle};
|
|
2
|
+
//# sourceMappingURL=p-d8818bb3.entry.js.map
|
|
@@ -1,4 +1,4 @@
|
|
|
1
|
-
import{a as t,g as n,c as o}from"./p-
|
|
1
|
+
import{a as t,g as n,c as o}from"./p-42169e41.js";
|
|
2
2
|
/*!
|
|
3
3
|
* (C) Ionic http://ionicframework.com - MIT License
|
|
4
4
|
*/
|
|
@@ -9,4 +9,4 @@ class e{constructor(){this.m=new Map}reset(t){this.m=new Map(Object.entries(t))}
|
|
|
9
9
|
/*!
|
|
10
10
|
* (C) Ionic http://ionicframework.com - MIT License
|
|
11
11
|
*/let U;const B=t=>t&&n(t)||U;const F=(n={})=>{if(typeof window==="undefined"){return}const e=window.document;const d=window;const a=d.Ionic=d.Ionic||{};const u={};if(n._ael){u.ael=n._ael}if(n._rel){u.rel=n._rel}if(n._ce){u.ce=n._ce}t(u);const l=Object.assign(Object.assign(Object.assign(Object.assign(Object.assign({},i(d)),{persistConfig:false}),a.config),r(d)),n);s.reset(l);if(s.getBoolean("persistConfig")){c(d,l)}p(d);a.config=s;a.mode=U=s.get("mode",e.documentElement.getAttribute("mode")||(f(d,"ios")?"ios":"md"));s.set("mode",U);e.documentElement.setAttribute("mode",U);e.documentElement.classList.add(U);if(s.getBoolean("_testing")){s.set("animated",false)}const m=t=>{var n;return(n=t.tagName)===null||n===void 0?void 0:n.startsWith("ION-")};const h=t=>["ios","md"].includes(t);o((t=>{while(t){const n=t.mode||t.getAttribute("mode");if(n){if(h(n)){return n}else if(m(t)){console.warn('Invalid ionic mode: "'+n+'", expected: "ios" or "md"')}}t=t.parentElement}return U}))};export{f as a,s as c,B as g,F as i};
|
|
12
|
-
//# sourceMappingURL=p-
|
|
12
|
+
//# sourceMappingURL=p-da0d920d.js.map
|
|
@@ -1,8 +1,8 @@
|
|
|
1
|
-
import{r as t,i as e,w as n,h as i,H as a,
|
|
1
|
+
import{r as t,i as e,w as n,h as i,H as a,e as o}from"./p-42169e41.js";import{startFocusVisible as s}from"./p-6cdaf5e6.js";import{r,k as d,g as l}from"./p-71ee259b.js";import{a as h,p as c}from"./p-d6769f21.js";import{i as p}from"./p-4d0cb38d.js";import{c as m}from"./p-669fab6c.js";import{f as u,i as f,e as y,j as b,k as g}from"./p-0ee8b7a7.js";import{g as x}from"./p-da0d920d.js";import{g as w,a as v,i as k,b as j,c as O,d as C,e as P,v as D,f as z,h as V,j as $,k as T,l as A,m as I,n as E,o as S,p as R,q as W,r as M,s as F,w as L,t as B,u as H,x as q,y as Y,z as G,A as N,B as K,C as U,D as Z,E as J,F as Q,G as _,H as X,I as tt,J as et,K as nt,L as it,M as at,N as ot,O as st,P as rt,Q as dt,R as lt}from"./p-ecdb52e8.js";
|
|
2
2
|
/*!
|
|
3
3
|
* (C) Ionic http://ionicframework.com - MIT License
|
|
4
4
|
*/const ht=(t,e,n)=>{if(e&&e.year>t){return true}if(n&&n.year<t){return true}return false};const ct=(t,e,n,i)=>{if(t.day===null){return true}if(i!==undefined&&!i.includes(t.day)){return true}if(e&&k(t,e)){return true}if(n&&j(t,n)){return true}return false};const pt=(t,e,n,i,a,o,s)=>{const r=Array.isArray(n)?n:[n];const d=r.find((t=>O(e,t)))!==undefined;const l=O(e,i);const h=ct(e,a,o,s);return{disabled:h,isActive:d,isToday:l,ariaSelected:d?"true":null,ariaLabel:w(t,l,e),text:e.day!=null?v(t,e):null}};const mt=(t,{minParts:e,maxParts:n})=>{if(ht(t.year,e,n)){return true}if(e&&k(t,e)||n&&j(t,n)){return true}return false};const ut=(t,e,n)=>{const i=Object.assign(Object.assign({},C(t)),{day:null});return mt(i,{minParts:e,maxParts:n})};const ft=(t,e)=>{const n=Object.assign(Object.assign({},P(t)),{day:null});return mt(n,{maxParts:e})};const yt=(t,e,n)=>{if(Array.isArray(t)){const n=e.split("T")[0];const i=t.find((t=>t.date===n));if(i){return{textColor:i.textColor,backgroundColor:i.backgroundColor}}}else{try{return t(e)}catch(t){h("Exception thrown from provided `highlightedDates` callback. Please check your function and try again.",n,t)}}return undefined};
|
|
5
5
|
/*!
|
|
6
6
|
* (C) Ionic http://ionicframework.com - MIT License
|
|
7
7
|
*/const bt=(t,e)=>{var n,i,a,o;if(((n=e===null||e===void 0?void 0:e.date)===null||n===void 0?void 0:n.timeZone)||((i=e===null||e===void 0?void 0:e.date)===null||i===void 0?void 0:i.timeZoneName)||((a=e===null||e===void 0?void 0:e.time)===null||a===void 0?void 0:a.timeZone)||((o=e===null||e===void 0?void 0:e.time)===null||o===void 0?void 0:o.timeZoneName)){c('Datetime: "timeZone" and "timeZoneName" are not supported in "formatOptions".',t)}};const gt=(t,e,n)=>{if(!n)return;switch(e){case"date":case"month-year":case"month":case"year":if(n.date===undefined){c(`Datetime: The '${e}' presentation requires a date object in formatOptions.`,t)}break;case"time":if(n.time===undefined){c(`Datetime: The 'time' presentation requires a time object in formatOptions.`,t)}break;case"date-time":case"time-date":if(n.date===undefined&&n.time===undefined){c(`Datetime: The '${e}' presentation requires either a date or time object (or both) in formatOptions.`,t)}break}};const xt=":host{display:flex;flex-flow:column;background:var(--background);overflow:hidden}ion-picker-column-internal{min-width:26px}:host(.datetime-size-fixed){width:auto;height:auto}:host(.datetime-size-fixed:not(.datetime-prefer-wheel)){max-width:350px}:host(.datetime-size-fixed.datetime-prefer-wheel){min-width:350px;max-width:max-content}:host(.datetime-size-cover){width:100%}:host .calendar-body,:host .datetime-year{opacity:0}:host(:not(.datetime-ready)) .datetime-year{position:absolute;pointer-events:none}:host(.datetime-ready) .calendar-body{opacity:1}:host(.datetime-ready) .datetime-year{display:none;opacity:1}:host .wheel-order-year-first .day-column{order:3;text-align:end}:host .wheel-order-year-first .month-column{order:2;text-align:end}:host .wheel-order-year-first .year-column{order:1;text-align:start}:host .datetime-calendar,:host .datetime-year{display:flex;flex:1 1 auto;flex-flow:column}:host(.show-month-and-year) .datetime-year{display:flex}@supports (background: -webkit-named-image(apple-pay-logo-black)) and (not (aspect-ratio: 1/1)){:host(.show-month-and-year) .calendar-next-prev,:host(.show-month-and-year) .calendar-days-of-week,:host(.show-month-and-year) .calendar-body,:host(.show-month-and-year) .datetime-time{position:absolute;visibility:hidden;pointer-events:none}@supports (inset-inline-start: 0){:host(.show-month-and-year) .calendar-next-prev,:host(.show-month-and-year) .calendar-days-of-week,:host(.show-month-and-year) .calendar-body,:host(.show-month-and-year) .datetime-time{inset-inline-start:-99999px}}@supports not (inset-inline-start: 0){:host(.show-month-and-year) .calendar-next-prev,:host(.show-month-and-year) .calendar-days-of-week,:host(.show-month-and-year) .calendar-body,:host(.show-month-and-year) .datetime-time{left:-99999px}:host-context([dir=rtl]):host(.show-month-and-year) .calendar-next-prev,:host-context([dir=rtl]).show-month-and-year .calendar-next-prev,:host-context([dir=rtl]):host(.show-month-and-year) .calendar-days-of-week,:host-context([dir=rtl]).show-month-and-year .calendar-days-of-week,:host-context([dir=rtl]):host(.show-month-and-year) .calendar-body,:host-context([dir=rtl]).show-month-and-year .calendar-body,:host-context([dir=rtl]):host(.show-month-and-year) .datetime-time,:host-context([dir=rtl]).show-month-and-year .datetime-time{left:unset;right:unset;right:-99999px}@supports selector(:dir(rtl)){:host(.show-month-and-year:dir(rtl)) .calendar-next-prev,:host(.show-month-and-year:dir(rtl)) .calendar-days-of-week,:host(.show-month-and-year:dir(rtl)) .calendar-body,:host(.show-month-and-year:dir(rtl)) .datetime-time{left:unset;right:unset;right:-99999px}}}}@supports (not (background: -webkit-named-image(apple-pay-logo-black))) or ((background: -webkit-named-image(apple-pay-logo-black)) and (aspect-ratio: 1/1)){:host(.show-month-and-year) .calendar-next-prev,:host(.show-month-and-year) .calendar-days-of-week,:host(.show-month-and-year) .calendar-body,:host(.show-month-and-year) .datetime-time{display:none}}:host(.month-year-picker-open) .datetime-footer{display:none}:host(.datetime-disabled){pointer-events:none}:host(.datetime-disabled) .calendar-days-of-week,:host(.datetime-disabled) .datetime-time{opacity:0.4}:host(.datetime-readonly){pointer-events:none;}:host(.datetime-readonly) .calendar-action-buttons,:host(.datetime-readonly) .calendar-body,:host(.datetime-readonly) .datetime-year{pointer-events:initial}:host(.datetime-readonly) .calendar-day[disabled]:not(.calendar-day-constrained),:host(.datetime-readonly) .datetime-action-buttons ion-button[disabled]{opacity:1}:host .datetime-header .datetime-title{text-overflow:ellipsis;white-space:nowrap;overflow:hidden}:host .datetime-action-buttons.has-clear-button{width:100%}:host .datetime-action-buttons ion-buttons{display:flex;justify-content:space-between}.datetime-action-buttons .datetime-action-buttons-container{display:flex}:host .calendar-action-buttons{display:flex;justify-content:space-between}:host .calendar-action-buttons ion-item,:host .calendar-action-buttons ion-button{--background:translucent}:host .calendar-action-buttons ion-item ion-label{display:flex;align-items:center;width:auto}:host .calendar-action-buttons ion-item ion-icon{-webkit-padding-start:4px;padding-inline-start:4px;-webkit-padding-end:0;padding-inline-end:0;padding-top:0;padding-bottom:0}:host .calendar-days-of-week{display:grid;grid-template-columns:repeat(7, 1fr);text-align:center}.calendar-days-of-week .day-of-week{-webkit-margin-start:auto;margin-inline-start:auto;-webkit-margin-end:auto;margin-inline-end:auto;margin-top:0;margin-bottom:0}:host .calendar-body{display:flex;flex-grow:1;scroll-snap-type:x mandatory;overflow-x:scroll;overflow-y:hidden;scrollbar-width:none;outline:none}:host .calendar-body .calendar-month{display:flex;flex-flow:column;scroll-snap-align:start;scroll-snap-stop:always;flex-shrink:0;width:100%}:host .calendar-body .calendar-month-disabled{scroll-snap-align:none}:host .calendar-body::-webkit-scrollbar{display:none}:host .calendar-body .calendar-month-grid{display:grid;grid-template-columns:repeat(7, 1fr)}:host .calendar-day-wrapper{display:flex;align-items:center;justify-content:center;min-width:0;min-height:0;overflow:visible}.calendar-day{border-radius:50%;-webkit-padding-start:0px;padding-inline-start:0px;-webkit-padding-end:0px;padding-inline-end:0px;padding-top:0px;padding-bottom:0px;-webkit-margin-start:0px;margin-inline-start:0px;-webkit-margin-end:0px;margin-inline-end:0px;margin-top:0px;margin-bottom:0px;display:flex;position:relative;align-items:center;justify-content:center;border:none;outline:none;background:none;color:currentColor;font-family:var(--ion-font-family, inherit);cursor:pointer;appearance:none;z-index:0}:host .calendar-day[disabled]{pointer-events:none;opacity:0.4}.calendar-day:focus{background:rgba(var(--ion-color-base-rgb), 0.2);box-shadow:0px 0px 0px 4px rgba(var(--ion-color-base-rgb), 0.2)}:host .datetime-time{display:flex;justify-content:space-between}:host(.datetime-presentation-time) .datetime-time{padding-left:0;padding-right:0;padding-top:0;padding-bottom:0}:host ion-popover{--height:200px}:host .time-header{display:flex;align-items:center}:host .time-body{border-radius:8px;-webkit-padding-start:12px;padding-inline-start:12px;-webkit-padding-end:12px;padding-inline-end:12px;padding-top:6px;padding-bottom:6px;display:flex;border:none;background:var(--ion-color-step-300, #edeef0);color:var(--ion-text-color, #000);font-family:inherit;font-size:inherit;cursor:pointer;appearance:none}:host .time-body-active{color:var(--ion-color-base)}:host(.in-item){position:static}:host(.show-month-and-year) .calendar-action-buttons ion-item{--color:var(--ion-color-base)}:host{--background:var(--ion-color-light, #ffffff);--background-rgb:var(--ion-color-light-rgb);--title-color:var(--ion-color-step-600, #666666)}:host(.datetime-presentation-date-time:not(.datetime-prefer-wheel)),:host(.datetime-presentation-time-date:not(.datetime-prefer-wheel)),:host(.datetime-presentation-date:not(.datetime-prefer-wheel)){min-height:350px}:host .datetime-header{-webkit-padding-start:16px;padding-inline-start:16px;-webkit-padding-end:16px;padding-inline-end:16px;padding-top:16px;padding-bottom:16px;border-bottom:0.55px solid var(--ion-color-step-200, #cccccc);font-size:min(0.875rem, 22.4px)}:host .datetime-header .datetime-title{color:var(--title-color)}:host .datetime-header .datetime-selected-date{margin-top:10px}:host .calendar-action-buttons ion-item{--padding-start:16px;--background-hover:transparent;--background-activated:transparent;font-size:min(1rem, 25.6px);font-weight:600}:host .calendar-action-buttons ion-item ion-icon,:host .calendar-action-buttons ion-buttons ion-button{color:var(--ion-color-base)}:host .calendar-action-buttons ion-buttons{padding-left:0;padding-right:0;padding-top:8px;padding-bottom:0}:host .calendar-action-buttons ion-buttons ion-button{margin-left:0;margin-right:0;margin-top:0;margin-bottom:0}:host .calendar-days-of-week{-webkit-padding-start:8px;padding-inline-start:8px;-webkit-padding-end:8px;padding-inline-end:8px;padding-top:0;padding-bottom:0;color:var(--ion-color-step-300, #b3b3b3);font-size:min(0.75rem, 19.2px);font-weight:600;line-height:24px;text-transform:uppercase}@supports (border-radius: mod(1px, 1px)){.calendar-days-of-week .day-of-week{width:clamp(20px, calc(mod(min(1rem, 24px), 24px) * 10), 100%);height:24px;overflow:hidden}.calendar-day{border-radius:max(8px, mod(min(1rem, 24px), 24px) * 10)}}@supports ((border-radius: mod(1px, 1px)) and (background: -webkit-named-image(apple-pay-logo-black)) and (not (contain-intrinsic-size: none))) or (not (border-radius: mod(1px, 1px))){.calendar-days-of-week .day-of-week{width:auto;height:auto;overflow:initial}.calendar-day{border-radius:32px}}:host .calendar-body .calendar-month .calendar-month-grid{-webkit-padding-start:8px;padding-inline-start:8px;-webkit-padding-end:8px;padding-inline-end:8px;padding-top:8px;padding-bottom:8px;align-items:center;height:calc(100% - 16px)}:host .calendar-day-wrapper{-webkit-padding-start:4px;padding-inline-start:4px;-webkit-padding-end:4px;padding-inline-end:4px;padding-top:4px;padding-bottom:4px;height:0;min-height:1rem}:host .calendar-day{width:40px;min-width:40px;height:40px;font-size:min(1.25rem, 32px)}.calendar-day.calendar-day-active{background:rgba(var(--ion-color-base-rgb), 0.2)}:host .calendar-day.calendar-day-today{color:var(--ion-color-base)}:host .calendar-day.calendar-day-active{color:var(--ion-color-base);font-weight:600}:host .calendar-day.calendar-day-today.calendar-day-active{background:var(--ion-color-base);color:var(--ion-color-contrast)}:host .datetime-time{-webkit-padding-start:16px;padding-inline-start:16px;-webkit-padding-end:16px;padding-inline-end:16px;padding-top:8px;padding-bottom:16px;font-size:min(1rem, 25.6px)}:host .datetime-time .time-header{font-weight:600}:host .datetime-buttons{-webkit-padding-start:8px;padding-inline-start:8px;-webkit-padding-end:8px;padding-inline-end:8px;padding-top:8px;padding-bottom:8px;border-top:0.55px solid var(--ion-color-step-200, #cccccc)}:host .datetime-buttons ::slotted(ion-buttons),:host .datetime-buttons ion-buttons{display:flex;align-items:center;justify-content:space-between}:host .datetime-action-buttons{width:100%}";const wt=xt;const vt=":host{display:flex;flex-flow:column;background:var(--background);overflow:hidden}ion-picker-column-internal{min-width:26px}:host(.datetime-size-fixed){width:auto;height:auto}:host(.datetime-size-fixed:not(.datetime-prefer-wheel)){max-width:350px}:host(.datetime-size-fixed.datetime-prefer-wheel){min-width:350px;max-width:max-content}:host(.datetime-size-cover){width:100%}:host .calendar-body,:host .datetime-year{opacity:0}:host(:not(.datetime-ready)) .datetime-year{position:absolute;pointer-events:none}:host(.datetime-ready) .calendar-body{opacity:1}:host(.datetime-ready) .datetime-year{display:none;opacity:1}:host .wheel-order-year-first .day-column{order:3;text-align:end}:host .wheel-order-year-first .month-column{order:2;text-align:end}:host .wheel-order-year-first .year-column{order:1;text-align:start}:host .datetime-calendar,:host .datetime-year{display:flex;flex:1 1 auto;flex-flow:column}:host(.show-month-and-year) .datetime-year{display:flex}@supports (background: -webkit-named-image(apple-pay-logo-black)) and (not (aspect-ratio: 1/1)){:host(.show-month-and-year) .calendar-next-prev,:host(.show-month-and-year) .calendar-days-of-week,:host(.show-month-and-year) .calendar-body,:host(.show-month-and-year) .datetime-time{position:absolute;visibility:hidden;pointer-events:none}@supports (inset-inline-start: 0){:host(.show-month-and-year) .calendar-next-prev,:host(.show-month-and-year) .calendar-days-of-week,:host(.show-month-and-year) .calendar-body,:host(.show-month-and-year) .datetime-time{inset-inline-start:-99999px}}@supports not (inset-inline-start: 0){:host(.show-month-and-year) .calendar-next-prev,:host(.show-month-and-year) .calendar-days-of-week,:host(.show-month-and-year) .calendar-body,:host(.show-month-and-year) .datetime-time{left:-99999px}:host-context([dir=rtl]):host(.show-month-and-year) .calendar-next-prev,:host-context([dir=rtl]).show-month-and-year .calendar-next-prev,:host-context([dir=rtl]):host(.show-month-and-year) .calendar-days-of-week,:host-context([dir=rtl]).show-month-and-year .calendar-days-of-week,:host-context([dir=rtl]):host(.show-month-and-year) .calendar-body,:host-context([dir=rtl]).show-month-and-year .calendar-body,:host-context([dir=rtl]):host(.show-month-and-year) .datetime-time,:host-context([dir=rtl]).show-month-and-year .datetime-time{left:unset;right:unset;right:-99999px}@supports selector(:dir(rtl)){:host(.show-month-and-year:dir(rtl)) .calendar-next-prev,:host(.show-month-and-year:dir(rtl)) .calendar-days-of-week,:host(.show-month-and-year:dir(rtl)) .calendar-body,:host(.show-month-and-year:dir(rtl)) .datetime-time{left:unset;right:unset;right:-99999px}}}}@supports (not (background: -webkit-named-image(apple-pay-logo-black))) or ((background: -webkit-named-image(apple-pay-logo-black)) and (aspect-ratio: 1/1)){:host(.show-month-and-year) .calendar-next-prev,:host(.show-month-and-year) .calendar-days-of-week,:host(.show-month-and-year) .calendar-body,:host(.show-month-and-year) .datetime-time{display:none}}:host(.month-year-picker-open) .datetime-footer{display:none}:host(.datetime-disabled){pointer-events:none}:host(.datetime-disabled) .calendar-days-of-week,:host(.datetime-disabled) .datetime-time{opacity:0.4}:host(.datetime-readonly){pointer-events:none;}:host(.datetime-readonly) .calendar-action-buttons,:host(.datetime-readonly) .calendar-body,:host(.datetime-readonly) .datetime-year{pointer-events:initial}:host(.datetime-readonly) .calendar-day[disabled]:not(.calendar-day-constrained),:host(.datetime-readonly) .datetime-action-buttons ion-button[disabled]{opacity:1}:host .datetime-header .datetime-title{text-overflow:ellipsis;white-space:nowrap;overflow:hidden}:host .datetime-action-buttons.has-clear-button{width:100%}:host .datetime-action-buttons ion-buttons{display:flex;justify-content:space-between}.datetime-action-buttons .datetime-action-buttons-container{display:flex}:host .calendar-action-buttons{display:flex;justify-content:space-between}:host .calendar-action-buttons ion-item,:host .calendar-action-buttons ion-button{--background:translucent}:host .calendar-action-buttons ion-item ion-label{display:flex;align-items:center;width:auto}:host .calendar-action-buttons ion-item ion-icon{-webkit-padding-start:4px;padding-inline-start:4px;-webkit-padding-end:0;padding-inline-end:0;padding-top:0;padding-bottom:0}:host .calendar-days-of-week{display:grid;grid-template-columns:repeat(7, 1fr);text-align:center}.calendar-days-of-week .day-of-week{-webkit-margin-start:auto;margin-inline-start:auto;-webkit-margin-end:auto;margin-inline-end:auto;margin-top:0;margin-bottom:0}:host .calendar-body{display:flex;flex-grow:1;scroll-snap-type:x mandatory;overflow-x:scroll;overflow-y:hidden;scrollbar-width:none;outline:none}:host .calendar-body .calendar-month{display:flex;flex-flow:column;scroll-snap-align:start;scroll-snap-stop:always;flex-shrink:0;width:100%}:host .calendar-body .calendar-month-disabled{scroll-snap-align:none}:host .calendar-body::-webkit-scrollbar{display:none}:host .calendar-body .calendar-month-grid{display:grid;grid-template-columns:repeat(7, 1fr)}:host .calendar-day-wrapper{display:flex;align-items:center;justify-content:center;min-width:0;min-height:0;overflow:visible}.calendar-day{border-radius:50%;-webkit-padding-start:0px;padding-inline-start:0px;-webkit-padding-end:0px;padding-inline-end:0px;padding-top:0px;padding-bottom:0px;-webkit-margin-start:0px;margin-inline-start:0px;-webkit-margin-end:0px;margin-inline-end:0px;margin-top:0px;margin-bottom:0px;display:flex;position:relative;align-items:center;justify-content:center;border:none;outline:none;background:none;color:currentColor;font-family:var(--ion-font-family, inherit);cursor:pointer;appearance:none;z-index:0}:host .calendar-day[disabled]{pointer-events:none;opacity:0.4}.calendar-day:focus{background:rgba(var(--ion-color-base-rgb), 0.2);box-shadow:0px 0px 0px 4px rgba(var(--ion-color-base-rgb), 0.2)}:host .datetime-time{display:flex;justify-content:space-between}:host(.datetime-presentation-time) .datetime-time{padding-left:0;padding-right:0;padding-top:0;padding-bottom:0}:host ion-popover{--height:200px}:host .time-header{display:flex;align-items:center}:host .time-body{border-radius:8px;-webkit-padding-start:12px;padding-inline-start:12px;-webkit-padding-end:12px;padding-inline-end:12px;padding-top:6px;padding-bottom:6px;display:flex;border:none;background:var(--ion-color-step-300, #edeef0);color:var(--ion-text-color, #000);font-family:inherit;font-size:inherit;cursor:pointer;appearance:none}:host .time-body-active{color:var(--ion-color-base)}:host(.in-item){position:static}:host(.show-month-and-year) .calendar-action-buttons ion-item{--color:var(--ion-color-base)}:host{--background:var(--ion-color-step-100, #ffffff);--title-color:var(--ion-color-contrast)}:host .datetime-header{-webkit-padding-start:20px;padding-inline-start:20px;-webkit-padding-end:20px;padding-inline-end:20px;padding-top:20px;padding-bottom:20px;background:var(--ion-color-base);color:var(--title-color)}:host .datetime-header .datetime-title{font-size:0.75rem;text-transform:uppercase}:host .datetime-header .datetime-selected-date{margin-top:30px;font-size:2.125rem}:host .datetime-calendar .calendar-action-buttons ion-item{--padding-start:20px}:host .calendar-action-buttons ion-item,:host .calendar-action-buttons ion-button{--color:var(--ion-color-step-650, #595959)}:host .calendar-days-of-week{-webkit-padding-start:10px;padding-inline-start:10px;-webkit-padding-end:10px;padding-inline-end:10px;padding-top:0px;padding-bottom:0px;color:var(--ion-color-step-500, gray);font-size:0.875rem;line-height:36px}:host .calendar-body .calendar-month .calendar-month-grid{-webkit-padding-start:10px;padding-inline-start:10px;-webkit-padding-end:10px;padding-inline-end:10px;padding-top:4px;padding-bottom:4px;grid-template-rows:repeat(6, 1fr)}:host .calendar-day{width:42px;min-width:42px;height:42px;font-size:0.875rem}:host .calendar-day.calendar-day-today{border:1px solid var(--ion-color-base);color:var(--ion-color-base)}:host .calendar-day.calendar-day-active{color:var(--ion-color-contrast)}.calendar-day.calendar-day-active{border:1px solid var(--ion-color-base);background:var(--ion-color-base)}:host .datetime-time{-webkit-padding-start:16px;padding-inline-start:16px;-webkit-padding-end:16px;padding-inline-end:16px;padding-top:8px;padding-bottom:8px}:host .time-header{color:var(--ion-color-step-650, #595959)}:host(.datetime-presentation-month) .datetime-year,:host(.datetime-presentation-year) .datetime-year,:host(.datetime-presentation-month-year) .datetime-year{margin-top:20px;margin-bottom:20px}:host .datetime-buttons{-webkit-padding-start:10px;padding-inline-start:10px;-webkit-padding-end:10px;padding-inline-end:10px;padding-top:10px;padding-bottom:10px;display:flex;align-items:center;justify-content:flex-end}";const kt=vt;const jt=class{constructor(i){t(this,i);this.ionCancel=e(this,"ionCancel",7);this.ionChange=e(this,"ionChange",7);this.ionValueChange=e(this,"ionValueChange",7);this.ionFocus=e(this,"ionFocus",7);this.ionBlur=e(this,"ionBlur",7);this.ionStyle=e(this,"ionStyle",7);this.ionRender=e(this,"ionRender",7);this.inputId=`ion-dt-${Ot++}`;this.prevPresentation=null;this.warnIfIncorrectValueUsage=()=>{const{multiple:t,value:e}=this;if(!t&&Array.isArray(e)){c(`ion-datetime was passed an array of values, but multiple="false". This is incorrect usage and may result in unexpected behaviors. To dismiss this warning, pass a string to the "value" property when multiple="false".\n\n Value Passed: [${e.map((t=>`'${t}'`)).join(", ")}]\n`,this.el)}};this.setValue=t=>{this.value=t;this.ionChange.emit({value:t})};this.getActivePartsWithFallback=()=>{var t;const{defaultParts:e}=this;return(t=this.getActivePart())!==null&&t!==void 0?t:e};this.getActivePart=()=>{const{activeParts:t}=this;return Array.isArray(t)?t[0]:t};this.closeParentOverlay=()=>{const t=this.el.closest("ion-modal, ion-popover");if(t){t.dismiss()}};this.setWorkingParts=t=>{this.workingParts=Object.assign({},t)};this.setActiveParts=(t,e=false)=>{if(this.readonly){return}const{multiple:n,minParts:i,maxParts:a,activeParts:o}=this;const s=D(t,i,a);this.setWorkingParts(s);if(n){const t=Array.isArray(o)?o:[o];if(e){this.activeParts=t.filter((t=>!O(t,s)))}else{this.activeParts=[...t,s]}}else{this.activeParts=Object.assign({},s)}const r=this.el.querySelector('[slot="buttons"]')!==null;if(r||this.showDefaultButtons){return}this.confirm()};this.initializeKeyboardListeners=()=>{const t=this.calendarBodyRef;if(!t){return}const e=this.el.shadowRoot;const n=t.querySelector(".calendar-month:nth-of-type(2)");const i=e=>{var i;const a=e[0];if(((i=a.oldValue)===null||i===void 0?void 0:i.includes("ion-focused"))||!t.classList.contains("ion-focused")){return}this.focusWorkingDay(n)};const a=new MutationObserver(i);a.observe(t,{attributeFilter:["class"],attributeOldValue:true});this.destroyKeyboardMO=()=>{a===null||a===void 0?void 0:a.disconnect()};t.addEventListener("keydown",(t=>{const i=e.activeElement;if(!i||!i.classList.contains("calendar-day")){return}const a=z(i);let o;switch(t.key){case"ArrowDown":t.preventDefault();o=R(a);break;case"ArrowUp":t.preventDefault();o=S(a);break;case"ArrowRight":t.preventDefault();o=E(a);break;case"ArrowLeft":t.preventDefault();o=I(a);break;case"Home":t.preventDefault();o=A(a);break;case"End":t.preventDefault();o=T(a);break;case"PageUp":t.preventDefault();o=t.shiftKey?$(a):C(a);break;case"PageDown":t.preventDefault();o=t.shiftKey?V(a):P(a);break;default:return}if(ct(o,this.minParts,this.maxParts)){return}this.setWorkingParts(Object.assign(Object.assign({},this.workingParts),o));requestAnimationFrame((()=>this.focusWorkingDay(n)))}))};this.focusWorkingDay=t=>{const e=t.querySelectorAll(".calendar-day-padding");const{day:n}=this.workingParts;if(n===null){return}const i=t.querySelector(`.calendar-day-wrapper:nth-of-type(${e.length+n}) .calendar-day`);if(i){i.focus()}};this.processMinParts=()=>{const{min:t,defaultParts:e}=this;if(t===undefined){this.minParts=undefined;return}this.minParts=W(t,e)};this.processMaxParts=()=>{const{max:t,defaultParts:e}=this;if(t===undefined){this.maxParts=undefined;return}this.maxParts=M(t,e)};this.initializeCalendarListener=()=>{const t=this.calendarBodyRef;if(!t){return}const e=t.querySelectorAll(".calendar-month");const i=e[0];const a=e[1];const o=e[2];const s=x(this);const r=s==="ios"&&typeof navigator!=="undefined"&&navigator.maxTouchPoints>1;n((()=>{t.scrollLeft=i.clientWidth*(p(this.el)?-1:1);const e=e=>{const n=t.getBoundingClientRect();const a=t.scrollLeft<=2?i:o;const s=a.getBoundingClientRect();if(Math.abs(s.x-n.x)>2)return;const{forceRenderDate:r}=this;if(r!==undefined){return{month:r.month,year:r.year,day:r.day}}if(a===i){return C(e)}else if(a===o){return P(e)}else{return}};const s=()=>{if(r){t.style.removeProperty("pointer-events");l=false}const i=e(this.workingParts);if(!i)return;const{month:o,day:s,year:d}=i;if(mt({month:o,year:d,day:null},{minParts:Object.assign(Object.assign({},this.minParts),{day:null}),maxParts:Object.assign(Object.assign({},this.maxParts),{day:null})})){return}t.style.setProperty("overflow","hidden");n((()=>{this.setWorkingParts(Object.assign(Object.assign({},this.workingParts),{month:o,day:s,year:d}));t.scrollLeft=a.clientWidth*(p(this.el)?-1:1);t.style.removeProperty("overflow");if(this.resolveForceDateScrolling){this.resolveForceDateScrolling()}}))};let d;let l=false;const h=()=>{if(d){clearTimeout(d)}if(!l&&r){t.style.setProperty("pointer-events","none");l=true}d=setTimeout(s,50)};t.addEventListener("scroll",h);this.destroyCalendarListener=()=>{t.removeEventListener("scroll",h)}}))};this.destroyInteractionListeners=()=>{const{destroyCalendarListener:t,destroyKeyboardMO:e}=this;if(t!==undefined){t()}if(e!==undefined){e()}};this.processValue=t=>{const e=t!==null&&t!==undefined&&(!Array.isArray(t)||t.length>0);const n=e?F(t):this.defaultParts;const{minParts:i,maxParts:a,workingParts:o,el:s}=this;this.warnIfIncorrectValueUsage();if(!n){return}if(e){L(n,i,a)}const r=Array.isArray(n)?n[0]:n;const d=rt(r,i,a);const{month:l,day:h,year:c,hour:p,minute:m}=d;const u=dt(p);if(e){if(Array.isArray(n)){this.activeParts=[...n]}else{this.activeParts={month:l,day:h,year:c,hour:p,minute:m,ampm:u}}}else{this.activeParts=[]}const f=l!==undefined&&l!==o.month||c!==undefined&&c!==o.year;const y=s.classList.contains("datetime-ready");const{isGridStyle:b,showMonthAndYear:g}=this;let x=true;if(Array.isArray(n)){const t=n[0].month;for(const e of n){if(e.month!==t){x=false;break}}}if(x){if(b&&f&&y&&!g){this.animateToDate(d)}else{this.setWorkingParts({month:l,day:h,year:c,hour:p,minute:m,ampm:u})}}};this.animateToDate=async t=>{const{workingParts:e}=this;this.forceRenderDate=t;const n=new Promise((t=>{this.resolveForceDateScrolling=t}));const i=k(t,e);i?this.prevMonth():this.nextMonth();await n;this.resolveForceDateScrolling=undefined;this.forceRenderDate=undefined};this.onFocus=()=>{this.ionFocus.emit()};this.onBlur=()=>{this.ionBlur.emit()};this.hasValue=()=>this.value!=null;this.nextMonth=()=>{const t=this.calendarBodyRef;if(!t){return}const e=t.querySelector(".calendar-month:last-of-type");if(!e){return}const n=e.offsetWidth*2;t.scrollTo({top:0,left:n*(p(this.el)?-1:1),behavior:"smooth"})};this.prevMonth=()=>{const t=this.calendarBodyRef;if(!t){return}const e=t.querySelector(".calendar-month:first-of-type");if(!e){return}t.scrollTo({top:0,left:0,behavior:"smooth"})};this.toggleMonthAndYearView=()=>{this.showMonthAndYear=!this.showMonthAndYear};this.showMonthAndYear=false;this.activeParts=[];this.workingParts={month:5,day:28,year:2021,hour:13,minute:52,ampm:"pm"};this.isTimePopoverOpen=false;this.forceRenderDate=undefined;this.color="primary";this.name=this.inputId;this.disabled=false;this.formatOptions=undefined;this.readonly=false;this.isDateEnabled=undefined;this.min=undefined;this.max=undefined;this.presentation="date-time";this.cancelText="Cancel";this.doneText="Done";this.clearText="Clear";this.yearValues=undefined;this.monthValues=undefined;this.dayValues=undefined;this.hourValues=undefined;this.minuteValues=undefined;this.locale="default";this.firstDayOfWeek=0;this.titleSelectedDatesFormatter=undefined;this.multiple=false;this.highlightedDates=undefined;this.value=undefined;this.showDefaultTitle=false;this.showDefaultButtons=false;this.showClearButton=false;this.showDefaultTimeLabel=true;this.hourCycle=undefined;this.size="fixed";this.preferWheel=false}formatOptionsChanged(){const{el:t,formatOptions:e,presentation:n}=this;gt(t,n,e);bt(t,e)}disabledChanged(){this.emitStyle()}minChanged(){this.processMinParts()}maxChanged(){this.processMaxParts()}presentationChanged(){const{el:t,formatOptions:e,presentation:n}=this;gt(t,n,e)}get isGridStyle(){const{presentation:t,preferWheel:e}=this;const n=t==="date"||t==="date-time"||t==="time-date";return n&&!e}yearValuesChanged(){this.parsedYearValues=B(this.yearValues)}monthValuesChanged(){this.parsedMonthValues=B(this.monthValues)}dayValuesChanged(){this.parsedDayValues=B(this.dayValues)}hourValuesChanged(){this.parsedHourValues=B(this.hourValues)}minuteValuesChanged(){this.parsedMinuteValues=B(this.minuteValues)}async valueChanged(){const{value:t}=this;if(this.hasValue()){this.processValue(t)}this.emitStyle();this.ionValueChange.emit({value:t})}async confirm(t=false){const{isCalendarPicker:e,activeParts:n,preferWheel:i,workingParts:a}=this;if(n!==undefined||!e){const t=Array.isArray(n);if(t&&n.length===0){if(i){this.setValue(H(a))}else{this.setValue(undefined)}}else{this.setValue(H(n))}}if(t){this.closeParentOverlay()}}async reset(t){this.processValue(t)}async cancel(t=false){this.ionCancel.emit();if(t){this.closeParentOverlay()}}get isCalendarPicker(){const{presentation:t}=this;return t==="date"||t==="date-time"||t==="time-date"}connectedCallback(){this.clearFocusVisible=s(this.el).destroy}disconnectedCallback(){if(this.clearFocusVisible){this.clearFocusVisible();this.clearFocusVisible=undefined}}initializeListeners(){this.initializeCalendarListener();this.initializeKeyboardListeners()}componentDidLoad(){const{el:t,intersectionTrackerRef:e}=this;const i=t=>{const e=t[0];if(!e.isIntersecting){return}this.initializeListeners();n((()=>{this.el.classList.add("datetime-ready")}))};const a=new IntersectionObserver(i,{threshold:.01,root:t});r((()=>a===null||a===void 0?void 0:a.observe(e)));const o=t=>{const e=t[0];if(e.isIntersecting){return}this.destroyInteractionListeners();this.showMonthAndYear=false;n((()=>{this.el.classList.remove("datetime-ready")}))};const s=new IntersectionObserver(o,{threshold:0,root:t});r((()=>s===null||s===void 0?void 0:s.observe(e)));const d=l(this.el);d.addEventListener("ionFocus",(t=>t.stopPropagation()));d.addEventListener("ionBlur",(t=>t.stopPropagation()))}componentDidRender(){const{presentation:t,prevPresentation:e,calendarBodyRef:n,minParts:i,preferWheel:a,forceRenderDate:o}=this;const s=!a&&["date-time","time-date","date"].includes(t);if(i!==undefined&&s&&n){const t=n.querySelector(".calendar-month:nth-of-type(1)");if(t&&o===undefined){n.scrollLeft=t.clientWidth*(p(this.el)?-1:1)}}if(e===null){this.prevPresentation=t;return}if(t===e){return}this.prevPresentation=t;this.destroyInteractionListeners();this.initializeListeners();this.showMonthAndYear=false;r((()=>{this.ionRender.emit()}))}componentWillLoad(){const{el:t,formatOptions:e,highlightedDates:n,multiple:i,presentation:a,preferWheel:o}=this;if(i){if(a!=="date"){c('Multiple date selection is only supported for presentation="date".',t)}if(o){c('Multiple date selection is not supported with preferWheel="true".',t)}}if(n!==undefined){if(a!=="date"&&a!=="date-time"&&a!=="time-date"){c("The highlightedDates property is only supported with the date, date-time, and time-date presentations.",t)}if(o){c('The highlightedDates property is not supported with preferWheel="true".',t)}}if(e){gt(t,a,e);bt(t,e)}const s=this.parsedHourValues=B(this.hourValues);const r=this.parsedMinuteValues=B(this.minuteValues);const d=this.parsedMonthValues=B(this.monthValues);const l=this.parsedYearValues=B(this.yearValues);const h=this.parsedDayValues=B(this.dayValues);const p=this.todayParts=F(q());this.processMinParts();this.processMaxParts();this.defaultParts=Y({refParts:p,monthValues:d,dayValues:h,yearValues:l,hourValues:s,minuteValues:r,minParts:this.minParts,maxParts:this.maxParts});this.processValue(this.value);this.emitStyle()}emitStyle(){this.ionStyle.emit({interactive:true,datetime:true,"interactive-disabled":this.disabled})}renderFooter(){const{disabled:t,readonly:e,showDefaultButtons:n,showClearButton:a}=this;const o=t||e;const s=this.el.querySelector('[slot="buttons"]')!==null;if(!s&&!n&&!a){return}const r=()=>{this.reset();this.setValue(undefined)};return i("div",{class:"datetime-footer"},i("div",{class:"datetime-buttons"},i("div",{class:{["datetime-action-buttons"]:true,["has-clear-button"]:this.showClearButton}},i("slot",{name:"buttons"},i("ion-buttons",null,n&&i("ion-button",{id:"cancel-button",color:this.color,onClick:()=>this.cancel(true),disabled:o},this.cancelText),i("div",{class:"datetime-action-buttons-container"},a&&i("ion-button",{id:"clear-button",color:this.color,onClick:()=>r(),disabled:o},this.clearText),n&&i("ion-button",{id:"confirm-button",color:this.color,onClick:()=>this.confirm(true),disabled:o},this.doneText)))))))}renderWheelPicker(t=this.presentation){const e=t==="time-date"?[this.renderTimePickerColumns(t),this.renderDatePickerColumns(t)]:[this.renderDatePickerColumns(t),this.renderTimePickerColumns(t)];return i("ion-picker-internal",null,e)}renderDatePickerColumns(t){return t==="date-time"||t==="time-date"?this.renderCombinedDatePickerColumn():this.renderIndividualDatePickerColumns(t)}renderCombinedDatePickerColumn(){const{defaultParts:t,disabled:e,workingParts:n,locale:a,minParts:o,maxParts:s,todayParts:r,isDateEnabled:d}=this;const l=this.getActivePartsWithFallback();const c=G(n);const p=c[c.length-1];c[0].day=1;p.day=N(p.month,p.year);const m=o!==undefined&&j(o,c[0])?o:c[0];const u=s!==undefined&&k(s,p)?s:p;const f=K(a,r,m,u,this.parsedDayValues,this.parsedMonthValues);let y=f.items;const b=f.parts;if(d){y=y.map(((t,e)=>{const n=b[e];let i;try{i=!d(H(n))}catch(t){h("Exception thrown from provided `isDateEnabled` function. Please check your function and try again.",t)}return Object.assign(Object.assign({},t),{disabled:i})}))}const g=n.day!==null?`${n.year}-${n.month}-${n.day}`:`${t.year}-${t.month}-${t.day}`;return i("ion-picker-column-internal",{class:"date-column",color:this.color,disabled:e,items:y,value:g,onIonChange:t=>{if(this.destroyCalendarListener){this.destroyCalendarListener()}const{value:e}=t.detail;const i=b.find((({month:t,day:n,year:i})=>e===`${i}-${t}-${n}`));this.setWorkingParts(Object.assign(Object.assign({},n),i));this.setActiveParts(Object.assign(Object.assign({},l),i));this.initializeCalendarListener();t.stopPropagation()}})}renderIndividualDatePickerColumns(t){const{workingParts:e,isDateEnabled:n}=this;const i=t!=="year"&&t!=="time";const a=i?U(this.locale,e,this.minParts,this.maxParts,this.parsedMonthValues):[];const o=t==="date";let s=o?Z(this.locale,e,this.minParts,this.maxParts,this.parsedDayValues):[];if(n){s=s.map((t=>{const{value:i}=t;const a=typeof i==="string"?parseInt(i):i;const o={month:e.month,day:a,year:e.year};let s;try{s=!n(H(o))}catch(t){h("Exception thrown from provided `isDateEnabled` function. Please check your function and try again.",t)}return Object.assign(Object.assign({},t),{disabled:s})}))}const r=t!=="month"&&t!=="time";const d=r?J(this.locale,this.defaultParts,this.minParts,this.maxParts,this.parsedYearValues):[];const l=Q(this.locale,{month:"numeric",day:"numeric"});let c=[];if(l){c=[this.renderMonthPickerColumn(a),this.renderDayPickerColumn(s),this.renderYearPickerColumn(d)]}else{c=[this.renderDayPickerColumn(s),this.renderMonthPickerColumn(a),this.renderYearPickerColumn(d)]}return c}renderDayPickerColumn(t){var e;if(t.length===0){return[]}const{disabled:n,workingParts:a}=this;const o=this.getActivePartsWithFallback();return i("ion-picker-column-internal",{class:"day-column",color:this.color,disabled:n,items:t,value:(e=a.day!==null?a.day:this.defaultParts.day)!==null&&e!==void 0?e:undefined,onIonChange:t=>{if(this.destroyCalendarListener){this.destroyCalendarListener()}this.setWorkingParts(Object.assign(Object.assign({},a),{day:t.detail.value}));this.setActiveParts(Object.assign(Object.assign({},o),{day:t.detail.value}));this.initializeCalendarListener();t.stopPropagation()}})}renderMonthPickerColumn(t){if(t.length===0){return[]}const{disabled:e,workingParts:n}=this;const a=this.getActivePartsWithFallback();return i("ion-picker-column-internal",{class:"month-column",color:this.color,disabled:e,items:t,value:n.month,onIonChange:t=>{if(this.destroyCalendarListener){this.destroyCalendarListener()}this.setWorkingParts(Object.assign(Object.assign({},n),{month:t.detail.value}));this.setActiveParts(Object.assign(Object.assign({},a),{month:t.detail.value}));this.initializeCalendarListener();t.stopPropagation()}})}renderYearPickerColumn(t){if(t.length===0){return[]}const{disabled:e,workingParts:n}=this;const a=this.getActivePartsWithFallback();return i("ion-picker-column-internal",{class:"year-column",color:this.color,disabled:e,items:t,value:n.year,onIonChange:t=>{if(this.destroyCalendarListener){this.destroyCalendarListener()}this.setWorkingParts(Object.assign(Object.assign({},n),{year:t.detail.value}));this.setActiveParts(Object.assign(Object.assign({},a),{year:t.detail.value}));this.initializeCalendarListener();t.stopPropagation()}})}renderTimePickerColumns(t){if(["date","month","month-year","year"].includes(t)){return[]}const e=this.getActivePart();const n=e!==undefined;const{hoursData:i,minutesData:a,dayPeriodData:o}=_(this.locale,this.workingParts,this.hourCycle,n?this.minParts:undefined,n?this.maxParts:undefined,this.parsedHourValues,this.parsedMinuteValues);return[this.renderHourPickerColumn(i),this.renderMinutePickerColumn(a),this.renderDayPeriodPickerColumn(o)]}renderHourPickerColumn(t){const{disabled:e,workingParts:n}=this;if(t.length===0)return[];const a=this.getActivePartsWithFallback();return i("ion-picker-column-internal",{color:this.color,disabled:e,value:a.hour,items:t,numericInput:true,onIonChange:t=>{this.setWorkingParts(Object.assign(Object.assign({},n),{hour:t.detail.value}));this.setActiveParts(Object.assign(Object.assign({},a),{hour:t.detail.value}));t.stopPropagation()}})}renderMinutePickerColumn(t){const{disabled:e,workingParts:n}=this;if(t.length===0)return[];const a=this.getActivePartsWithFallback();return i("ion-picker-column-internal",{color:this.color,disabled:e,value:a.minute,items:t,numericInput:true,onIonChange:t=>{this.setWorkingParts(Object.assign(Object.assign({},n),{minute:t.detail.value}));this.setActiveParts(Object.assign(Object.assign({},a),{minute:t.detail.value}));t.stopPropagation()}})}renderDayPeriodPickerColumn(t){const{disabled:e,workingParts:n}=this;if(t.length===0){return[]}const a=this.getActivePartsWithFallback();const o=X(this.locale);return i("ion-picker-column-internal",{style:o?{order:"-1"}:{},color:this.color,disabled:e,value:a.ampm,items:t,onIonChange:t=>{const e=lt(n,t.detail.value);this.setWorkingParts(Object.assign(Object.assign({},n),{ampm:t.detail.value,hour:e}));this.setActiveParts(Object.assign(Object.assign({},a),{ampm:t.detail.value,hour:e}));t.stopPropagation()}})}renderWheelView(t){const{locale:e}=this;const n=Q(e);const a=n?"month-first":"year-first";return i("div",{class:{[`wheel-order-${a}`]:true}},this.renderWheelPicker(t))}renderCalendarHeader(t){const{disabled:e}=this;const n=t==="ios"?y:b;const a=t==="ios"?f:g;const o=e||ut(this.workingParts,this.minParts,this.maxParts);const s=e||ft(this.workingParts,this.maxParts);const r=this.el.getAttribute("dir")||undefined;return i("div",{class:"calendar-header"},i("div",{class:"calendar-action-buttons"},i("div",{class:"calendar-month-year"},i("ion-item",{part:"month-year-button",ref:t=>this.monthYearToggleItemRef=t,button:true,"aria-label":"Show year picker",detail:false,lines:"none",disabled:e,onClick:()=>{var t;this.toggleMonthAndYearView();const{monthYearToggleItemRef:e}=this;if(e){const n=(t=e.shadowRoot)===null||t===void 0?void 0:t.querySelector(".item-native");if(n){const t=this.showMonthAndYear?"Hide year picker":"Show year picker";n.setAttribute("aria-label",t)}}}},i("ion-label",null,et(this.locale,this.workingParts),i("ion-icon",{"aria-hidden":"true",icon:this.showMonthAndYear?n:a,lazy:false,flipRtl:true})))),i("div",{class:"calendar-next-prev"},i("ion-buttons",null,i("ion-button",{"aria-label":"Previous month",disabled:o,onClick:()=>this.prevMonth()},i("ion-icon",{dir:r,"aria-hidden":"true",slot:"icon-only",icon:u,lazy:false,flipRtl:true})),i("ion-button",{"aria-label":"Next month",disabled:s,onClick:()=>this.nextMonth()},i("ion-icon",{dir:r,"aria-hidden":"true",slot:"icon-only",icon:f,lazy:false,flipRtl:true}))))),i("div",{class:"calendar-days-of-week","aria-hidden":"true"},tt(this.locale,t,this.firstDayOfWeek%7).map((t=>i("div",{class:"day-of-week"},t)))))}renderMonth(t,e){const{disabled:n,readonly:a}=this;const o=this.parsedYearValues===undefined||this.parsedYearValues.includes(e);const s=this.parsedMonthValues===undefined||this.parsedMonthValues.includes(t);const r=!o||!s;const d=n||a;const l=n||mt({month:t,year:e,day:null},{minParts:Object.assign(Object.assign({},this.minParts),{day:null}),maxParts:Object.assign(Object.assign({},this.maxParts),{day:null})});const c=this.workingParts.month===t&&this.workingParts.year===e;const p=this.getActivePartsWithFallback();return i("div",{"aria-hidden":!c?"true":null,class:{"calendar-month":true,"calendar-month-disabled":!c&&l}},i("div",{class:"calendar-month-grid"},nt(t,e,this.firstDayOfWeek%7).map(((n,a)=>{const{day:o,dayOfWeek:s}=n;const{el:l,highlightedDates:c,isDateEnabled:m,multiple:u}=this;const f={month:t,day:o,year:e};const y=o===null;const{isActive:b,isToday:g,ariaLabel:x,ariaSelected:w,disabled:v,text:k}=pt(this.locale,f,this.activeParts,this.todayParts,this.minParts,this.maxParts,this.parsedDayValues);const j=H(f);let O=r||v;if(!O&&m!==undefined){try{O=!m(j)}catch(t){h("Exception thrown from provided `isDateEnabled` function. Please check your function and try again.",l,t)}}const C=O&&d;const P=O||d;let D=undefined;if(c!==undefined&&!b&&o!==null){D=yt(c,j,l)}let z=undefined;if(!y){z=`calendar-day${b?" active":""}${g?" today":""}${O?" disabled":""}`}return i("div",{class:"calendar-day-wrapper"},i("button",{ref:t=>{if(t){t.style.setProperty("color",`${D?D.textColor:""}`,"important");t.style.setProperty("background-color",`${D?D.backgroundColor:""}`,"important")}},tabindex:"-1","data-day":o,"data-month":t,"data-year":e,"data-index":a,"data-day-of-week":s,disabled:P,class:{"calendar-day-padding":y,"calendar-day":true,"calendar-day-active":b,"calendar-day-constrained":C,"calendar-day-today":g},part:z,"aria-hidden":y?"true":null,"aria-selected":w,"aria-label":x,onClick:()=>{if(y){return}this.setWorkingParts(Object.assign(Object.assign({},this.workingParts),{month:t,day:o,year:e}));if(u){this.setActiveParts({month:t,day:o,year:e},b)}else{this.setActiveParts(Object.assign(Object.assign({},p),{month:t,day:o,year:e}))}}},k))}))))}renderCalendarBody(){return i("div",{class:"calendar-body ion-focusable",ref:t=>this.calendarBodyRef=t,tabindex:"0"},G(this.workingParts,this.forceRenderDate).map((({month:t,year:e})=>this.renderMonth(t,e))))}renderCalendar(t){return i("div",{class:"datetime-calendar",key:"datetime-calendar"},this.renderCalendarHeader(t),this.renderCalendarBody())}renderTimeLabel(){const t=this.el.querySelector('[slot="time-label"]')!==null;if(!t&&!this.showDefaultTimeLabel){return}return i("slot",{name:"time-label"},"Time")}renderTimeOverlay(){const{disabled:t,hourCycle:e,isTimePopoverOpen:n,locale:a,formatOptions:o}=this;const s=it(a,e);const r=this.getActivePartsWithFallback();return[i("div",{class:"time-header"},this.renderTimeLabel()),i("button",{class:{"time-body":true,"time-body-active":n},part:`time-button${n?" active":""}`,"aria-expanded":"false","aria-haspopup":"true",disabled:t,onClick:async t=>{const{popoverRef:e}=this;if(e){this.isTimePopoverOpen=true;e.present(new CustomEvent("ionShadowTarget",{detail:{ionShadowTarget:t.target}}));await e.onWillDismiss();this.isTimePopoverOpen=false}}},at(a,r,s,o===null||o===void 0?void 0:o.time)),i("ion-popover",{alignment:"center",translucent:true,overlayIndex:1,arrow:false,onWillPresent:t=>{const e=t.target.querySelectorAll("ion-picker-column-internal");e.forEach((t=>t.scrollActiveItemIntoView()))},style:{"--offset-y":"-10px","--min-width":"fit-content"},keyboardEvents:true,ref:t=>this.popoverRef=t},this.renderWheelPicker("time"))]}getHeaderSelectedDateText(){var t;const{activeParts:e,formatOptions:n,multiple:i,titleSelectedDatesFormatter:a}=this;const o=Array.isArray(e);let s;if(i&&o&&e.length!==1){s=`${e.length} days`;if(a!==undefined){try{s=a(H(e))}catch(t){h("Exception in provided `titleSelectedDatesFormatter`: ",t)}}}else{s=ot(this.locale,this.getActivePartsWithFallback(),(t=n===null||n===void 0?void 0:n.date)!==null&&t!==void 0?t:{weekday:"short",month:"short",day:"numeric"})}return s}renderHeader(t=true){const e=this.el.querySelector('[slot="title"]')!==null;if(!e&&!this.showDefaultTitle){return}return i("div",{class:"datetime-header"},i("div",{class:"datetime-title"},i("slot",{name:"title"},"Select Date")),t&&i("div",{class:"datetime-selected-date"},this.getHeaderSelectedDateText()))}renderTime(){const{presentation:t}=this;const e=t==="time";return i("div",{class:"datetime-time"},e?this.renderWheelPicker():this.renderTimeOverlay())}renderCalendarViewMonthYearPicker(){return i("div",{class:"datetime-year"},this.renderWheelView("month-year"))}renderDatetime(t){const{presentation:e,preferWheel:n}=this;const i=e==="date"||e==="date-time"||e==="time-date";if(n&&i){return[this.renderHeader(false),this.renderWheelView(),this.renderFooter()]}switch(e){case"date-time":return[this.renderHeader(),this.renderCalendar(t),this.renderCalendarViewMonthYearPicker(),this.renderTime(),this.renderFooter()];case"time-date":return[this.renderHeader(),this.renderTime(),this.renderCalendar(t),this.renderCalendarViewMonthYearPicker(),this.renderFooter()];case"time":return[this.renderHeader(false),this.renderTime(),this.renderFooter()];case"month":case"month-year":case"year":return[this.renderHeader(false),this.renderWheelView(),this.renderFooter()];default:return[this.renderHeader(),this.renderCalendar(t),this.renderCalendarViewMonthYearPicker(),this.renderFooter()]}}render(){const{name:t,value:e,disabled:n,el:o,color:s,readonly:r,showMonthAndYear:l,preferWheel:h,presentation:c,size:p,isGridStyle:u}=this;const f=x(this);const y=c==="year"||c==="month"||c==="month-year";const b=l||y;const g=l&&!y;const w=c==="date"||c==="date-time"||c==="time-date";const v=w&&h;d(true,o,t,st(e),n);return i(a,{key:"8490192beb6c5c6064ed8f2a7be2d51846f84f36","aria-disabled":n?"true":null,onFocus:this.onFocus,onBlur:this.onBlur,class:Object.assign({},m(s,{[f]:true,["datetime-readonly"]:r,["datetime-disabled"]:n,"show-month-and-year":b,"month-year-picker-open":g,[`datetime-presentation-${c}`]:true,[`datetime-size-${p}`]:true,[`datetime-prefer-wheel`]:v,[`datetime-grid`]:u}))},i("div",{key:"a2959c07ed871f9004a2f11ab1385a5a7b5737fd",class:"intersection-tracker",ref:t=>this.intersectionTrackerRef=t}),this.renderDatetime(f))}get el(){return o(this)}static get watchers(){return{formatOptions:["formatOptionsChanged"],disabled:["disabledChanged"],min:["minChanged"],max:["maxChanged"],presentation:["presentationChanged"],yearValues:["yearValuesChanged"],monthValues:["monthValuesChanged"],dayValues:["dayValuesChanged"],hourValues:["hourValuesChanged"],minuteValues:["minuteValuesChanged"],value:["valueChanged"]}}};let Ot=0;jt.style={ios:wt,md:kt};export{jt as ion_datetime};
|
|
8
|
-
//# sourceMappingURL=p-
|
|
8
|
+
//# sourceMappingURL=p-dadb557e.entry.js.map
|
|
@@ -1,2 +1,2 @@
|
|
|
1
|
-
import{r as t,i,h as e,H as o,
|
|
2
|
-
//# sourceMappingURL=p-
|
|
1
|
+
import{r as t,i,h as e,H as o,e as n}from"./p-42169e41.js";import{c as r}from"./p-669fab6c.js";import{g as s}from"./p-da0d920d.js";const l=":host{--color:initial;display:flex;flex:1;align-items:center;transform:translateZ(0);color:var(--color)}:host(.ion-color){color:var(--ion-color-base)}.toolbar-title{display:block;width:100%;text-overflow:ellipsis;white-space:nowrap;overflow:hidden;pointer-events:auto}:host(.title-small) .toolbar-title{white-space:normal}:host{top:0;-webkit-padding-start:90px;padding-inline-start:90px;-webkit-padding-end:90px;padding-inline-end:90px;padding-top:var(--padding-top);padding-bottom:var(--padding-bottom);position:absolute;width:100%;height:100%;transform:translateZ(0);font-size:min(1.0625rem, 20.4px);font-weight:600;text-align:center;box-sizing:border-box;pointer-events:none}@supports (inset-inline-start: 0){:host{inset-inline-start:0}}@supports not (inset-inline-start: 0){:host{left:0}:host-context([dir=rtl]){left:unset;right:unset;right:0}@supports selector(:dir(rtl)){:host(:dir(rtl)){left:unset;right:unset;right:0}}}:host(.title-small){-webkit-padding-start:9px;padding-inline-start:9px;-webkit-padding-end:9px;padding-inline-end:9px;padding-top:6px;padding-bottom:16px;position:relative;font-size:min(0.8125rem, 23.4px);font-weight:normal}:host(.title-large){-webkit-padding-start:12px;padding-inline-start:12px;-webkit-padding-end:12px;padding-inline-end:12px;padding-top:2px;padding-bottom:4px;transform-origin:left center;position:static;align-items:flex-end;min-width:100%;font-size:min(2.125rem, 61.2px);font-weight:700;text-align:start}:host(.title-large.title-rtl){transform-origin:right center}:host(.title-large.ion-cloned-element){--color:var(--ion-text-color, #000);font-family:var(--ion-font-family)}:host(.title-large) .toolbar-title{transform-origin:inherit;width:auto}:host-context([dir=rtl]):host(.title-large) .toolbar-title,:host-context([dir=rtl]).title-large .toolbar-title{transform-origin:calc(100% - inherit)}@supports selector(:dir(rtl)){:host(.title-large:dir(rtl)) .toolbar-title{transform-origin:calc(100% - inherit)}}";const a=l;const d=":host{--color:initial;display:flex;flex:1;align-items:center;transform:translateZ(0);color:var(--color)}:host(.ion-color){color:var(--ion-color-base)}.toolbar-title{display:block;width:100%;text-overflow:ellipsis;white-space:nowrap;overflow:hidden;pointer-events:auto}:host(.title-small) .toolbar-title{white-space:normal}:host{-webkit-padding-start:20px;padding-inline-start:20px;-webkit-padding-end:20px;padding-inline-end:20px;padding-top:0;padding-bottom:0;font-size:1.25rem;font-weight:500;letter-spacing:0.0125em}:host(.title-small){width:100%;height:100%;font-size:0.9375rem;font-weight:normal}";const p=d;const h=class{constructor(e){t(this,e);this.ionStyle=i(this,"ionStyle",7);this.color=undefined;this.size=undefined}sizeChanged(){this.emitStyle()}connectedCallback(){this.emitStyle()}emitStyle(){const t=this.getSize();this.ionStyle.emit({[`title-${t}`]:true})}getSize(){return this.size!==undefined?this.size:"default"}render(){const t=s(this);const i=this.getSize();return e(o,{key:"6f43362b782ef7d340c241bb66f1469663c03cc1",class:r(this.color,{[t]:true,[`title-${i}`]:true,"title-rtl":document.dir==="rtl"})},e("div",{key:"9c3ff1a289e533ee3426b71ab5560fbea3529502",class:"toolbar-title"},e("slot",{key:"50d5cc5a1519ad58f1994d2f8c8f08f62baac1fe"})))}get el(){return n(this)}static get watchers(){return{size:["sizeChanged"]}}};h.style={ios:a,md:p};export{h as ion_title};
|
|
2
|
+
//# sourceMappingURL=p-dc709055.entry.js.map
|