@esri/solutions-components 0.2.6 → 0.2.7
Sign up to get free protection for your applications and to get access to all the features.
- package/dist/cjs/deduct-calculator.cjs.entry.js +1 -1
- package/dist/cjs/pci-calculator.cjs.entry.js +1 -1
- package/dist/cjs/{pciUtils-6a806ba4.js → pciUtils-423cfc68.js} +25 -7
- package/dist/collection/demos/deduct-calculator.html +2 -5
- package/dist/collection/demos/new-public-notification.html +6 -4
- package/dist/collection/utils/pciUtils.js +25 -7
- package/dist/collection/utils/pciUtils.ts +30 -7
- package/dist/components/ExpandToggle.js +110 -0
- package/dist/components/Heading.js +22 -0
- package/dist/components/_commonjsHelpers.js +22 -0
- package/dist/components/action-bar.js +276 -0
- package/dist/components/action-group.js +149 -0
- package/dist/components/action-menu.js +356 -0
- package/dist/components/action.js +214 -0
- package/dist/components/add-record-modal.d.ts +11 -0
- package/dist/components/add-record-modal.js +171 -0
- package/dist/components/array.js +15 -0
- package/dist/components/block.js +272 -0
- package/dist/components/buffer-tools.d.ts +11 -0
- package/dist/components/buffer-tools.js +11 -0
- package/dist/components/buffer-tools2.js +262 -0
- package/dist/components/button.js +263 -0
- package/dist/components/calcite-accordion-item.js +244 -0
- package/dist/components/calcite-accordion.js +180 -0
- package/dist/components/calcite-action-bar.js +11 -0
- package/dist/components/calcite-action-group.js +11 -0
- package/dist/components/calcite-action-menu.js +11 -0
- package/dist/components/calcite-action-pad.js +197 -0
- package/dist/components/calcite-action.js +11 -0
- package/dist/components/calcite-alert.js +297 -0
- package/dist/components/calcite-avatar.js +182 -0
- package/dist/components/calcite-block-section.js +155 -0
- package/dist/components/calcite-block.js +11 -0
- package/dist/components/calcite-button.js +11 -0
- package/dist/components/calcite-card.js +187 -0
- package/dist/components/calcite-checkbox.js +11 -0
- package/dist/components/calcite-chip.js +11 -0
- package/dist/components/calcite-color-picker-hex-input.js +11 -0
- package/dist/components/calcite-color-picker-swatch.js +11 -0
- package/dist/components/calcite-color-picker.js +1036 -0
- package/dist/components/calcite-combobox-item-group.js +75 -0
- package/dist/components/calcite-combobox-item.js +11 -0
- package/dist/components/calcite-combobox.js +11 -0
- package/dist/components/calcite-date-picker-day.js +11 -0
- package/dist/components/calcite-date-picker-month-header.js +11 -0
- package/dist/components/calcite-date-picker-month.js +11 -0
- package/dist/components/calcite-date-picker.js +11 -0
- package/dist/components/calcite-dropdown-group.js +11 -0
- package/dist/components/calcite-dropdown-item.js +11 -0
- package/dist/components/calcite-dropdown.js +11 -0
- package/dist/components/calcite-fab.js +144 -0
- package/dist/components/calcite-filter.js +195 -0
- package/dist/components/calcite-flow-item.js +243 -0
- package/dist/components/calcite-flow.js +147 -0
- package/dist/components/calcite-graph.js +11 -0
- package/dist/components/calcite-handle.js +11 -0
- package/dist/components/calcite-icon.js +11 -0
- package/dist/components/calcite-inline-editable.js +294 -0
- package/dist/components/calcite-input-date-picker.js +713 -0
- package/dist/components/calcite-input-message.js +11 -0
- package/dist/components/calcite-input-number.js +637 -0
- package/dist/components/calcite-input-text.js +400 -0
- package/dist/components/calcite-input-time-picker.js +434 -0
- package/dist/components/calcite-input.js +11 -0
- package/dist/components/calcite-label.js +11 -0
- package/dist/components/calcite-link.js +11 -0
- package/dist/components/calcite-list-item-group.js +65 -0
- package/dist/components/calcite-list-item.js +11 -0
- package/dist/components/calcite-list.js +11 -0
- package/dist/components/calcite-loader.js +11 -0
- package/dist/components/calcite-modal.js +11 -0
- package/dist/components/calcite-notice.js +11 -0
- package/dist/components/calcite-option-group.js +64 -0
- package/dist/components/calcite-option.js +11 -0
- package/dist/components/calcite-pagination.js +258 -0
- package/dist/components/calcite-panel.js +11 -0
- package/dist/components/calcite-pick-list-group.js +74 -0
- package/dist/components/calcite-pick-list-item.js +11 -0
- package/dist/components/calcite-pick-list.js +11 -0
- package/dist/components/calcite-popover-manager.js +94 -0
- package/dist/components/calcite-popover.js +11 -0
- package/dist/components/calcite-progress.js +11 -0
- package/dist/components/calcite-radio-button-group.js +132 -0
- package/dist/components/calcite-radio-button.js +310 -0
- package/dist/components/calcite-radio-group-item.js +11 -0
- package/dist/components/calcite-radio-group.js +11 -0
- package/dist/components/calcite-rating.js +201 -0
- package/dist/components/calcite-scrim.js +11 -0
- package/dist/components/calcite-select.js +11 -0
- package/dist/components/calcite-shell-center-row.js +100 -0
- package/dist/components/calcite-shell-panel.js +11 -0
- package/dist/components/calcite-shell.js +11 -0
- package/dist/components/calcite-slider.js +11 -0
- package/dist/components/calcite-sortable-list.js +202 -0
- package/dist/components/calcite-split-button.js +11 -0
- package/dist/components/calcite-stepper-item.js +271 -0
- package/dist/components/calcite-stepper.js +256 -0
- package/dist/components/calcite-switch.js +11 -0
- package/dist/components/calcite-tab-nav.js +11 -0
- package/dist/components/calcite-tab-title.js +11 -0
- package/dist/components/calcite-tab.js +11 -0
- package/dist/components/calcite-tabs.js +11 -0
- package/dist/components/calcite-tile-select-group.js +65 -0
- package/dist/components/calcite-tile-select.js +266 -0
- package/dist/components/calcite-tile.js +11 -0
- package/dist/components/calcite-time-picker.js +11 -0
- package/dist/components/calcite-tip-group.js +41 -0
- package/dist/components/calcite-tip-manager.js +223 -0
- package/dist/components/calcite-tip.js +162 -0
- package/dist/components/calcite-tooltip-manager.js +57 -0
- package/dist/components/calcite-tooltip.js +11 -0
- package/dist/components/calcite-tree-item.js +11 -0
- package/dist/components/calcite-tree.js +11 -0
- package/dist/components/calcite-value-list-item.js +11 -0
- package/dist/components/calcite-value-list.js +11 -0
- package/dist/components/card-manager.d.ts +11 -0
- package/dist/components/card-manager.js +143 -0
- package/dist/components/check-list.d.ts +11 -0
- package/dist/components/check-list.js +11 -0
- package/dist/components/check-list2.js +131 -0
- package/dist/components/checkbox.js +165 -0
- package/dist/components/chip.js +170 -0
- package/dist/components/color-picker-hex-input.js +363 -0
- package/dist/components/color-picker-swatch.js +2034 -0
- package/dist/components/combobox-item.js +182 -0
- package/dist/components/combobox.js +912 -0
- package/dist/components/comment-card.d.ts +11 -0
- package/dist/components/comment-card.js +90 -0
- package/dist/components/conditionalSlot.js +50 -0
- package/dist/components/config-buffer-tools.d.ts +11 -0
- package/dist/components/config-buffer-tools.js +187 -0
- package/dist/components/config-draw-tools.d.ts +11 -0
- package/dist/components/config-draw-tools.js +121 -0
- package/dist/components/config-layer-picker.d.ts +11 -0
- package/dist/components/config-layer-picker.js +163 -0
- package/dist/components/config-pdf-download.d.ts +11 -0
- package/dist/components/config-pdf-download.js +154 -0
- package/dist/components/crowdsource-manager.d.ts +11 -0
- package/dist/components/crowdsource-manager.js +90 -0
- package/dist/components/crowdsource-reporter.d.ts +11 -0
- package/dist/components/crowdsource-reporter.js +90 -0
- package/dist/components/csvUtils.js +74 -0
- package/dist/components/date-picker-day.js +111 -0
- package/dist/components/date-picker-month-header.js +224 -0
- package/dist/components/date-picker-month.js +344 -0
- package/dist/components/date-picker.js +575 -0
- package/dist/components/date.js +180 -0
- package/dist/components/debounce.js +487 -0
- package/dist/components/deduct-calculator.d.ts +11 -0
- package/dist/components/deduct-calculator.js +11 -0
- package/dist/components/deduct-calculator2.js +1002 -0
- package/dist/components/dom.js +231 -0
- package/dist/components/dropdown-group.js +96 -0
- package/dist/components/dropdown-item.js +232 -0
- package/dist/components/dropdown.js +505 -0
- package/dist/components/edit-record-modal.d.ts +11 -0
- package/dist/components/edit-record-modal.js +11 -0
- package/dist/components/edit-record-modal2.js +161 -0
- package/dist/components/filter.js +763 -0
- package/dist/components/floating-ui.js +1768 -0
- package/dist/components/form.js +228 -0
- package/dist/components/graph.js +254 -0
- package/dist/components/guid.js +24 -0
- package/dist/components/handle.js +119 -0
- package/dist/components/icon.js +202 -0
- package/dist/components/index.d.ts +61 -0
- package/dist/components/index.js +196 -0
- package/dist/components/index2.js +199 -0
- package/dist/components/info-card.d.ts +11 -0
- package/dist/components/info-card.js +11 -0
- package/dist/components/info-card2.js +97 -0
- package/dist/components/input-message.js +101 -0
- package/dist/components/input.js +740 -0
- package/dist/components/interactive.js +51 -0
- package/dist/components/interfaces.js +19 -0
- package/dist/components/interfaces2.js +21 -0
- package/dist/components/interfaces3.js +80 -0
- package/dist/components/json-editor.d.ts +11 -0
- package/dist/components/json-editor.js +11 -0
- package/dist/components/json-editor2.js +441 -0
- package/dist/components/key.js +16 -0
- package/dist/components/label.js +106 -0
- package/dist/components/label2.js +131 -0
- package/dist/components/labelFormats.js +210 -0
- package/dist/components/layer-table.d.ts +11 -0
- package/dist/components/layer-table.js +453 -0
- package/dist/components/link.js +123 -0
- package/dist/components/list-item.d.ts +11 -0
- package/dist/components/list-item.js +90 -0
- package/dist/components/list-item2.js +149 -0
- package/dist/components/list.js +83 -0
- package/dist/components/loadModules.js +28 -0
- package/dist/components/loader.js +116 -0
- package/dist/components/locale.js +412 -0
- package/dist/components/locale2.js +413 -0
- package/dist/components/map-card.d.ts +11 -0
- package/dist/components/map-card.js +354 -0
- package/dist/components/map-draw-tools.d.ts +11 -0
- package/dist/components/map-draw-tools.js +11 -0
- package/dist/components/map-draw-tools2.js +228 -0
- package/dist/components/map-layer-picker.d.ts +11 -0
- package/dist/components/map-layer-picker.js +11 -0
- package/dist/components/map-layer-picker2.js +188 -0
- package/dist/components/map-search.d.ts +11 -0
- package/dist/components/map-search.js +155 -0
- package/dist/components/map-select-tools.d.ts +11 -0
- package/dist/components/map-select-tools.js +11 -0
- package/dist/components/map-select-tools2.js +588 -0
- package/dist/components/mapViewUtils.js +129 -0
- package/dist/components/math.js +24 -0
- package/dist/components/media-card.d.ts +11 -0
- package/dist/components/media-card.js +11 -0
- package/dist/components/media-card2.js +177 -0
- package/dist/components/modal.js +495 -0
- package/dist/components/nonChromiumPlatformUtils.js +503 -0
- package/dist/components/notice.js +192 -0
- package/dist/components/observers.js +56 -0
- package/dist/components/openCloseComponent.js +56 -0
- package/dist/components/option.js +109 -0
- package/dist/components/panel.js +459 -0
- package/dist/components/pci-calculator.d.ts +11 -0
- package/dist/components/pci-calculator.js +193 -0
- package/dist/components/pdf-download.d.ts +11 -0
- package/dist/components/pdf-download.js +11 -0
- package/dist/components/pdf-download2.js +189 -0
- package/dist/components/pick-list-item.js +255 -0
- package/dist/components/pick-list.js +170 -0
- package/dist/components/popover.js +500 -0
- package/dist/components/progress.js +60 -0
- package/dist/components/public-notification.d.ts +11 -0
- package/dist/components/public-notification.js +825 -0
- package/dist/components/publicNotificationStore.js +38 -0
- package/dist/components/queryUtils.js +187 -0
- package/dist/components/radio-group-item.js +101 -0
- package/dist/components/radio-group.js +235 -0
- package/dist/components/refine-selection-tools.d.ts +11 -0
- package/dist/components/refine-selection-tools.js +11 -0
- package/dist/components/refine-selection-tools2.js +492 -0
- package/dist/components/refine-selection.d.ts +11 -0
- package/dist/components/refine-selection.js +11 -0
- package/dist/components/refine-selection2.js +376 -0
- package/dist/components/resources.js +24 -0
- package/dist/components/resources2.js +21 -0
- package/dist/components/resources3.js +38 -0
- package/dist/components/scrim.js +83 -0
- package/dist/components/select.js +259 -0
- package/dist/components/shared-list-render.js +319 -0
- package/dist/components/shell-panel.js +281 -0
- package/dist/components/shell.js +121 -0
- package/dist/components/slider.js +896 -0
- package/dist/components/solution-configuration.d.ts +11 -0
- package/dist/components/solution-configuration.js +2233 -0
- package/dist/components/solution-contents.d.ts +11 -0
- package/dist/components/solution-contents.js +11 -0
- package/dist/components/solution-contents2.js +128 -0
- package/dist/components/solution-item-details.d.ts +11 -0
- package/dist/components/solution-item-details.js +11 -0
- package/dist/components/solution-item-details2.js +234 -0
- package/dist/components/solution-item-icon.d.ts +11 -0
- package/dist/components/solution-item-icon.js +11 -0
- package/dist/components/solution-item-icon2.js +342 -0
- package/dist/components/solution-item-sharing.d.ts +11 -0
- package/dist/components/solution-item-sharing.js +11 -0
- package/dist/components/solution-item-sharing2.js +167 -0
- package/dist/components/solution-item.d.ts +11 -0
- package/dist/components/solution-item.js +11 -0
- package/dist/components/solution-item2.js +315 -0
- package/dist/components/solution-organization-variables.d.ts +11 -0
- package/dist/components/solution-organization-variables.js +11 -0
- package/dist/components/solution-organization-variables2.js +132 -0
- package/dist/components/solution-resource-item.d.ts +11 -0
- package/dist/components/solution-resource-item.js +11 -0
- package/dist/components/solution-resource-item2.js +356 -0
- package/dist/components/solution-spatial-ref.d.ts +11 -0
- package/dist/components/solution-spatial-ref.js +11 -0
- package/dist/components/solution-spatial-ref2.js +21446 -0
- package/dist/components/solution-store.js +4092 -0
- package/dist/components/solution-template-data.d.ts +11 -0
- package/dist/components/solution-template-data.js +11 -0
- package/dist/components/solution-template-data2.js +233 -0
- package/dist/components/solution-variables.d.ts +11 -0
- package/dist/components/solution-variables.js +11 -0
- package/dist/components/solution-variables2.js +150 -0
- package/dist/components/sortable.esm.js +3026 -0
- package/dist/components/split-button.js +165 -0
- package/dist/components/store-manager.d.ts +11 -0
- package/dist/components/store-manager.js +83 -0
- package/dist/components/switch.js +139 -0
- package/dist/components/tab-nav.js +241 -0
- package/dist/components/tab-title.js +276 -0
- package/dist/components/tab.js +154 -0
- package/dist/components/tabs.js +188 -0
- package/dist/components/tile.js +129 -0
- package/dist/components/time-picker.js +943 -0
- package/dist/components/tooltip.js +399 -0
- package/dist/components/tree-item.js +294 -0
- package/dist/components/tree.js +327 -0
- package/dist/components/utils.js +119 -0
- package/dist/components/utils2.js +51 -0
- package/dist/components/value-list-item.js +204 -0
- package/dist/components/value-list.js +333 -0
- package/dist/esm/deduct-calculator.entry.js +1 -1
- package/dist/esm/pci-calculator.entry.js +1 -1
- package/dist/esm/{pciUtils-e3007a1c.js → pciUtils-ecda46e5.js} +25 -7
- package/dist/solutions-components/demos/deduct-calculator.html +2 -5
- package/dist/solutions-components/demos/new-public-notification.html +6 -4
- package/dist/solutions-components/{p-ff80ffbb.entry.js → p-0512635b.entry.js} +1 -1
- package/dist/solutions-components/{p-5ec407c2.entry.js → p-0c088725.entry.js} +1 -1
- package/dist/solutions-components/p-cc815aca.js +21 -0
- package/dist/solutions-components/solutions-components.esm.js +1 -1
- package/dist/solutions-components/utils/pciUtils.ts +30 -7
- package/dist/types/utils/pciUtils.d.ts +2 -1
- package/package.json +4 -3
- package/dist/solutions-components/p-647bbd18.js +0 -21
@@ -0,0 +1,713 @@
|
|
1
|
+
/*!
|
2
|
+
* Copyright 2022 Esri
|
3
|
+
* Licensed under the Apache License, Version 2.0
|
4
|
+
* http://www.apache.org/licenses/LICENSE-2.0
|
5
|
+
*/
|
6
|
+
import { proxyCustomElement, HTMLElement, createEvent, h, Host, Build } from '@stencil/core/internal/client';
|
7
|
+
import { T as TEXT, g as getValueAsDateRange, a as getLocaleData, d as defineCustomElement$8 } from './date-picker.js';
|
8
|
+
import { d as dateToISO, a as dateFromISO, s as setEndOfDay, b as dateFromRange, c as sameDate, p as parseDateString, i as inRange } from './date.js';
|
9
|
+
import { c as connectLabel, d as disconnectLabel, g as getLabelText } from './label2.js';
|
10
|
+
import { s as submitForm, c as connectForm, d as disconnectForm, H as HiddenFormInputSlot } from './form.js';
|
11
|
+
import { d as defaultMenuPlacement, f as filterComputedPlacements, c as connectFloatingUI, u as updateAfterClose, r as reposition, a as disconnectFloatingUI, F as FloatingCSS } from './floating-ui.js';
|
12
|
+
import { u as updateHostInteraction } from './interactive.js';
|
13
|
+
import { t as toAriaBoolean } from './dom.js';
|
14
|
+
import { c as connectOpenCloseComponent, d as disconnectOpenCloseComponent } from './openCloseComponent.js';
|
15
|
+
import { n as numberStringFormatter, c as connectLocalized, d as disconnectLocalized } from './locale2.js';
|
16
|
+
import { n as numberKeys } from './key.js';
|
17
|
+
import { d as defineCustomElement$7 } from './date-picker-day.js';
|
18
|
+
import { d as defineCustomElement$6 } from './date-picker-month.js';
|
19
|
+
import { d as defineCustomElement$5 } from './date-picker-month-header.js';
|
20
|
+
import { d as defineCustomElement$4 } from './icon.js';
|
21
|
+
import { d as defineCustomElement$3 } from './input.js';
|
22
|
+
import { d as defineCustomElement$2 } from './progress.js';
|
23
|
+
|
24
|
+
/*!
|
25
|
+
* All material copyright ESRI, All Rights Reserved, unless otherwise specified.
|
26
|
+
* See https://github.com/Esri/calcite-components/blob/master/LICENSE.md for details.
|
27
|
+
* v1.0.0-beta.97
|
28
|
+
*/
|
29
|
+
const CSS = {
|
30
|
+
menu: "menu-container",
|
31
|
+
menuActive: "menu-container--active"
|
32
|
+
};
|
33
|
+
|
34
|
+
const inputDatePickerCss = "@keyframes in{0%{opacity:0}100%{opacity:1}}@keyframes in-down{0%{opacity:0;transform:translate3D(0, -5px, 0)}100%{opacity:1;transform:translate3D(0, 0, 0)}}@keyframes in-up{0%{opacity:0;transform:translate3D(0, 5px, 0)}100%{opacity:1;transform:translate3D(0, 0, 0)}}@keyframes in-scale{0%{opacity:0;transform:scale3D(0.95, 0.95, 1)}100%{opacity:1;transform:scale3D(1, 1, 1)}}:root{--calcite-animation-timing:calc(150ms * var(--calcite-internal-duration-factor));--calcite-internal-duration-factor:var(--calcite-duration-factor, 1);--calcite-internal-animation-timing-fast:calc(100ms * var(--calcite-internal-duration-factor));--calcite-internal-animation-timing-medium:calc(200ms * var(--calcite-internal-duration-factor));--calcite-internal-animation-timing-slow:calc(300ms * var(--calcite-internal-duration-factor))}.calcite-animate{opacity:0;animation-fill-mode:both;animation-duration:var(--calcite-animation-timing)}.calcite-animate__in{animation-name:in}.calcite-animate__in-down{animation-name:in-down}.calcite-animate__in-up{animation-name:in-up}.calcite-animate__in-scale{animation-name:in-scale}@media (prefers-reduced-motion: reduce){:root{--calcite-internal-duration-factor:0.01}}:host{--calcite-icon-size:1rem;--calcite-spacing-eighth:0.125rem;--calcite-spacing-quarter:0.25rem;--calcite-spacing-half:0.5rem;--calcite-spacing-three-quarters:0.75rem;--calcite-spacing:1rem;--calcite-spacing-plus-quarter:1.25rem;--calcite-spacing-plus-half:1.5rem;--calcite-spacing-double:2rem;--calcite-menu-min-width:10rem;--calcite-header-min-height:3rem;--calcite-footer-min-height:3rem}:root{--calcite-floating-ui-transition:var(--calcite-animation-timing)}:host([hidden]){display:none}:host([disabled]){pointer-events:none;cursor:default;-webkit-user-select:none;-moz-user-select:none;user-select:none;opacity:var(--calcite-ui-opacity-disabled)}:host{position:relative;display:inline-block;inline-size:100%;overflow:visible;vertical-align:top;--tw-shadow:0 0 #0000;--tw-shadow-colored:0 0 #0000;box-shadow:var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow)}:host .menu-container .calcite-floating-ui-anim{position:relative;transition:var(--calcite-floating-ui-transition);visibility:hidden;transition-property:transform, visibility, opacity;opacity:0;box-shadow:0 0 16px 0 rgba(0, 0, 0, 0.16);z-index:1;border-radius:0.25rem}:host .menu-container[data-placement^=bottom] .calcite-floating-ui-anim{transform:translateY(-5px)}:host .menu-container[data-placement^=top] .calcite-floating-ui-anim{transform:translateY(5px)}:host .menu-container[data-placement^=left] .calcite-floating-ui-anim{transform:translateX(5px)}:host .menu-container[data-placement^=right] .calcite-floating-ui-anim{transform:translateX(-5px)}:host .menu-container[data-placement] .calcite-floating-ui-anim--active{opacity:1;visibility:visible;transform:translate(0)}:host([disabled]) ::slotted([calcite-hydrated][disabled]),:host([disabled]) [calcite-hydrated][disabled]{opacity:1}.calendar-picker-wrapper{position:static;inline-size:100%;--tw-shadow:0 0 #0000;--tw-shadow-colored:0 0 #0000;box-shadow:var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);transform:translate3d(0, 0, 0)}.input-wrapper{position:relative}:host([range]) .input-container{display:flex}:host([range]) .input-wrapper{flex:1 1 auto}:host([range]) .horizontal-arrow-container{display:flex;align-items:center;border-width:1px;border-inline-start-width:0px;border-inline-end-width:0px;border-style:solid;border-color:var(--calcite-ui-border-input);background-color:var(--calcite-ui-background);padding-block:0px;padding-inline:0.25rem}:host([range][layout=vertical]) .input-wrapper{inline-size:100%}:host([range][layout=vertical]) .input-container{flex-direction:column;align-items:flex-start}:host([range][layout=vertical]) .calendar-picker-wrapper--end{transform:translate3d(0, 0, 0)}:host([range][layout=vertical]) .vertical-arrow-container{inset-block-start:1.5rem;position:absolute;z-index:1;margin-inline:1px;background-color:var(--calcite-ui-foreground-1);padding-inline:0.625rem;inset-inline-start:0}:host([scale=s][range]:not([layout=vertical])) .calendar-picker-wrapper{inline-size:216px}:host([scale=m][range]:not([layout=vertical])) .calendar-picker-wrapper{inline-size:286px}:host([scale=l][range]:not([layout=vertical])) .calendar-picker-wrapper{inline-size:398px}.menu-container{display:block;position:absolute;z-index:900;inline-size:0;block-size:0;overflow:hidden;pointer-events:none;visibility:hidden}.menu-container .calcite-floating-ui-anim{position:relative;transition:var(--calcite-floating-ui-transition);visibility:hidden;transition-property:transform, visibility, opacity;opacity:0;box-shadow:0 0 16px 0 rgba(0, 0, 0, 0.16);z-index:1;border-radius:0.25rem}.menu-container[data-placement^=bottom] .calcite-floating-ui-anim{transform:translateY(-5px)}.menu-container[data-placement^=top] .calcite-floating-ui-anim{transform:translateY(5px)}.menu-container[data-placement^=left] .calcite-floating-ui-anim{transform:translateX(5px)}.menu-container[data-placement^=right] .calcite-floating-ui-anim{transform:translateX(-5px)}.menu-container[data-placement] .calcite-floating-ui-anim--active{opacity:1;visibility:visible;transform:translate(0)}:host([open]) .menu-container{pointer-events:initial;visibility:visible;inline-size:unset;block-size:unset;overflow:unset}.menu-container--active{pointer-events:initial;visibility:visible;inline-size:unset;block-size:unset;overflow:unset}.input .calcite-input__wrapper{-webkit-margin-before:0px;margin-block-start:0px}:host([range][layout=vertical][scale=m]) .vertical-arrow-container{inset-block-start:1.5rem;-webkit-padding-start:0.75rem;padding-inline-start:0.75rem}:host([range][layout=vertical][scale=m]) .vertical-arrow-container calcite-icon{block-size:0.75rem;inline-size:0.75rem;min-inline-size:0px}:host([range][layout=vertical][scale=l]) .vertical-arrow-container{inset-block-start:2.25rem;padding-inline:0.875rem}:host([range][layout=vertical][open]) .vertical-arrow-container{display:none}::slotted(input[slot=hidden-form-input]){margin:0 !important;opacity:0 !important;outline:none !important;padding:0 !important;position:absolute !important;inset:0 !important;transform:none !important;-webkit-appearance:none !important;z-index:-1 !important}";
|
35
|
+
|
36
|
+
const InputDatePicker = /*@__PURE__*/ proxyCustomElement(class extends HTMLElement {
|
37
|
+
constructor() {
|
38
|
+
super();
|
39
|
+
this.__registerHost();
|
40
|
+
this.__attachShadow();
|
41
|
+
this.calciteDatePickerChange = createEvent(this, "calciteDatePickerChange", 6);
|
42
|
+
this.calciteDatePickerRangeChange = createEvent(this, "calciteDatePickerRangeChange", 6);
|
43
|
+
this.calciteInputDatePickerChange = createEvent(this, "calciteInputDatePickerChange", 6);
|
44
|
+
this.calciteInputDatePickerBeforeClose = createEvent(this, "calciteInputDatePickerBeforeClose", 6);
|
45
|
+
this.calciteInputDatePickerClose = createEvent(this, "calciteInputDatePickerClose", 6);
|
46
|
+
this.calciteInputDatePickerBeforeOpen = createEvent(this, "calciteInputDatePickerBeforeOpen", 6);
|
47
|
+
this.calciteInputDatePickerOpen = createEvent(this, "calciteInputDatePickerOpen", 6);
|
48
|
+
//--------------------------------------------------------------------------
|
49
|
+
//
|
50
|
+
// Public Properties
|
51
|
+
//
|
52
|
+
//--------------------------------------------------------------------------
|
53
|
+
/**
|
54
|
+
* When `true`, interaction is prevented and the component is displayed with lower opacity.
|
55
|
+
*/
|
56
|
+
this.disabled = false;
|
57
|
+
/**
|
58
|
+
* When `true`, the component's value can be read, but controls are not accessible and the value cannot be modified.
|
59
|
+
*
|
60
|
+
* @mdn [readOnly](https://developer.mozilla.org/en-US/docs/Web/HTML/Attributes/readonly)
|
61
|
+
*/
|
62
|
+
this.readOnly = false;
|
63
|
+
/**
|
64
|
+
* When `true`, the component is active.
|
65
|
+
*
|
66
|
+
* @deprecated use `open` instead.
|
67
|
+
*/
|
68
|
+
this.active = false;
|
69
|
+
/** When `true`, displays the `calcite-date-picker` component. */
|
70
|
+
this.open = false;
|
71
|
+
/**
|
72
|
+
* Accessible name for the component's previous month button.
|
73
|
+
*
|
74
|
+
* @default "Previous month"
|
75
|
+
*/
|
76
|
+
this.intlPrevMonth = TEXT.prevMonth;
|
77
|
+
/**
|
78
|
+
* Accessible name for the component's next month button.
|
79
|
+
*
|
80
|
+
* @default "Next month"
|
81
|
+
*/
|
82
|
+
this.intlNextMonth = TEXT.nextMonth;
|
83
|
+
/**
|
84
|
+
* Accessible name for the component's year input.
|
85
|
+
*
|
86
|
+
* @default "Year"
|
87
|
+
*/
|
88
|
+
this.intlYear = TEXT.year;
|
89
|
+
/** Specifies the size of the component. */
|
90
|
+
this.scale = "m";
|
91
|
+
/**
|
92
|
+
* Specifies the placement of the `calcite-date-picker` relative to the component.
|
93
|
+
*
|
94
|
+
* @default "bottom-start"
|
95
|
+
*/
|
96
|
+
this.placement = defaultMenuPlacement;
|
97
|
+
/** When `true`, activates a range for the component. */
|
98
|
+
this.range = false;
|
99
|
+
/**
|
100
|
+
* When `true`, the component must have a value in order for the form to submit.
|
101
|
+
*
|
102
|
+
* @internal
|
103
|
+
*/
|
104
|
+
this.required = false;
|
105
|
+
/**
|
106
|
+
* Determines the type of positioning to use for the overlaid content.
|
107
|
+
*
|
108
|
+
* Using `"absolute"` will work for most cases. The component will be positioned inside of overflowing parent containers and will affect the container's layout.
|
109
|
+
*
|
110
|
+
* `"fixed"` should be used to escape an overflowing parent container, or when the reference element's `position` CSS property is `"fixed"`.
|
111
|
+
*
|
112
|
+
*/
|
113
|
+
this.overlayPositioning = "absolute";
|
114
|
+
/**
|
115
|
+
* When `true`, disables the default behavior on the third click of narrowing or extending the range.
|
116
|
+
* Instead starts a new range.
|
117
|
+
*/
|
118
|
+
this.proximitySelectionDisabled = false;
|
119
|
+
/** Defines the layout of the component. */
|
120
|
+
this.layout = "horizontal";
|
121
|
+
this.effectiveLocale = "";
|
122
|
+
this.focusedInput = "start";
|
123
|
+
this.globalAttributes = {};
|
124
|
+
this.openTransitionProp = "opacity";
|
125
|
+
//--------------------------------------------------------------------------
|
126
|
+
//
|
127
|
+
// Private Methods
|
128
|
+
//
|
129
|
+
//--------------------------------------------------------------------------
|
130
|
+
this.setFilteredPlacements = () => {
|
131
|
+
const { el, flipPlacements } = this;
|
132
|
+
this.filteredFlipPlacements = flipPlacements
|
133
|
+
? filterComputedPlacements(flipPlacements, el)
|
134
|
+
: null;
|
135
|
+
};
|
136
|
+
this.setTransitionEl = (el) => {
|
137
|
+
this.transitionEl = el;
|
138
|
+
connectOpenCloseComponent(this);
|
139
|
+
};
|
140
|
+
this.setStartInput = (el) => {
|
141
|
+
this.startInput = el;
|
142
|
+
};
|
143
|
+
this.setEndInput = (el) => {
|
144
|
+
this.endInput = el;
|
145
|
+
};
|
146
|
+
this.deactivate = () => {
|
147
|
+
this.open = false;
|
148
|
+
};
|
149
|
+
this.keyDownHandler = (event) => {
|
150
|
+
const { defaultPrevented, key } = event;
|
151
|
+
if (key === "Enter" && !defaultPrevented) {
|
152
|
+
if (submitForm(this)) {
|
153
|
+
event.preventDefault();
|
154
|
+
}
|
155
|
+
}
|
156
|
+
else if (key === "Escape" && !defaultPrevented) {
|
157
|
+
this.active = false;
|
158
|
+
this.open = false;
|
159
|
+
event.preventDefault();
|
160
|
+
}
|
161
|
+
};
|
162
|
+
this.inputBlur = (event) => {
|
163
|
+
this.blur(event.currentTarget);
|
164
|
+
};
|
165
|
+
this.startInputFocus = () => {
|
166
|
+
if (!this.readOnly) {
|
167
|
+
this.open = true;
|
168
|
+
}
|
169
|
+
this.focusedInput = "start";
|
170
|
+
};
|
171
|
+
this.endInputFocus = () => {
|
172
|
+
if (!this.readOnly) {
|
173
|
+
this.open = true;
|
174
|
+
}
|
175
|
+
this.focusedInput = "end";
|
176
|
+
};
|
177
|
+
this.startInputInput = () => {
|
178
|
+
const parsedValue = this.parseNumerals(this.startInput.value);
|
179
|
+
const formattedValue = this.formatNumerals(parsedValue);
|
180
|
+
this.startInput.value = formattedValue;
|
181
|
+
this.input(parsedValue);
|
182
|
+
};
|
183
|
+
this.endInputInput = () => {
|
184
|
+
const parsedValue = this.parseNumerals(this.endInput.value);
|
185
|
+
const formattedValue = this.formatNumerals(parsedValue);
|
186
|
+
this.endInput.value = formattedValue;
|
187
|
+
this.input(parsedValue);
|
188
|
+
};
|
189
|
+
this.setFloatingEl = (el) => {
|
190
|
+
if (el) {
|
191
|
+
this.floatingEl = el;
|
192
|
+
connectFloatingUI(this, this.referenceEl, this.floatingEl);
|
193
|
+
}
|
194
|
+
};
|
195
|
+
this.setStartWrapper = (el) => {
|
196
|
+
this.startWrapper = el;
|
197
|
+
this.setReferenceEl();
|
198
|
+
};
|
199
|
+
this.setEndWrapper = (el) => {
|
200
|
+
this.endWrapper = el;
|
201
|
+
this.setReferenceEl();
|
202
|
+
};
|
203
|
+
/**
|
204
|
+
* Event handler for when the selected date changes
|
205
|
+
*
|
206
|
+
* @param event
|
207
|
+
*/
|
208
|
+
this.handleDateChange = (event) => {
|
209
|
+
if (this.range) {
|
210
|
+
return;
|
211
|
+
}
|
212
|
+
this.value = dateToISO(event.detail);
|
213
|
+
};
|
214
|
+
this.handleDateRangeChange = (event) => {
|
215
|
+
var _a, _b;
|
216
|
+
if (!this.range || !event.detail) {
|
217
|
+
return;
|
218
|
+
}
|
219
|
+
const { startDate, endDate } = event.detail;
|
220
|
+
this.start = dateToISO(startDate);
|
221
|
+
this.end = dateToISO(endDate);
|
222
|
+
this.value = [this.start, this.end];
|
223
|
+
if (this.shouldFocusRangeEnd()) {
|
224
|
+
(_a = this.endInput) === null || _a === void 0 ? void 0 : _a.setFocus();
|
225
|
+
}
|
226
|
+
else if (this.shouldFocusRangeStart()) {
|
227
|
+
(_b = this.startInput) === null || _b === void 0 ? void 0 : _b.setFocus();
|
228
|
+
}
|
229
|
+
};
|
230
|
+
this.commonDateSeparators = [".", "-", "/"];
|
231
|
+
this.formatNumerals = (value) => value
|
232
|
+
? value
|
233
|
+
.split("")
|
234
|
+
.map((char) =>
|
235
|
+
// convert common separators to the locale's
|
236
|
+
this.commonDateSeparators.includes(char)
|
237
|
+
? this.localeData.separator
|
238
|
+
: numberKeys.includes(char)
|
239
|
+
? numberStringFormatter.numberFormatter.format(Number(char))
|
240
|
+
: char)
|
241
|
+
.join("")
|
242
|
+
: "";
|
243
|
+
this.parseNumerals = (value) => value
|
244
|
+
? value
|
245
|
+
.split("")
|
246
|
+
.map((char) => numberKeys.includes(char) ? numberStringFormatter.delocalize(char) : char)
|
247
|
+
.join("")
|
248
|
+
: "";
|
249
|
+
}
|
250
|
+
handleDisabledAndReadOnlyChange(value) {
|
251
|
+
if (!value) {
|
252
|
+
this.open = false;
|
253
|
+
}
|
254
|
+
}
|
255
|
+
valueHandler(value) {
|
256
|
+
if (Array.isArray(value)) {
|
257
|
+
this.valueAsDate = getValueAsDateRange(value);
|
258
|
+
this.start = value[0];
|
259
|
+
this.end = value[1];
|
260
|
+
}
|
261
|
+
else if (value) {
|
262
|
+
this.valueAsDate = dateFromISO(value);
|
263
|
+
this.start = "";
|
264
|
+
this.end = "";
|
265
|
+
}
|
266
|
+
else {
|
267
|
+
this.valueAsDate = undefined;
|
268
|
+
this.start = undefined;
|
269
|
+
this.end = undefined;
|
270
|
+
}
|
271
|
+
}
|
272
|
+
flipPlacementsHandler() {
|
273
|
+
this.setFilteredPlacements();
|
274
|
+
this.reposition(true);
|
275
|
+
}
|
276
|
+
onMinChanged(min) {
|
277
|
+
if (min) {
|
278
|
+
this.minAsDate = dateFromISO(min);
|
279
|
+
}
|
280
|
+
}
|
281
|
+
onMaxChanged(max) {
|
282
|
+
if (max) {
|
283
|
+
this.maxAsDate = dateFromISO(max);
|
284
|
+
}
|
285
|
+
}
|
286
|
+
activeHandler(value) {
|
287
|
+
this.open = value;
|
288
|
+
}
|
289
|
+
openHandler(value) {
|
290
|
+
this.active = value;
|
291
|
+
if (this.disabled || this.readOnly) {
|
292
|
+
if (!value) {
|
293
|
+
updateAfterClose(this.floatingEl);
|
294
|
+
}
|
295
|
+
this.open = false;
|
296
|
+
return;
|
297
|
+
}
|
298
|
+
if (value) {
|
299
|
+
this.reposition(true);
|
300
|
+
}
|
301
|
+
else {
|
302
|
+
updateAfterClose(this.floatingEl);
|
303
|
+
}
|
304
|
+
}
|
305
|
+
overlayPositioningHandler() {
|
306
|
+
this.reposition(true);
|
307
|
+
}
|
308
|
+
//--------------------------------------------------------------------------
|
309
|
+
//
|
310
|
+
// Event Listeners
|
311
|
+
//
|
312
|
+
//--------------------------------------------------------------------------
|
313
|
+
handleDateOrRangeChange() {
|
314
|
+
this.calciteInputDatePickerChange.emit();
|
315
|
+
}
|
316
|
+
calciteDaySelectHandler() {
|
317
|
+
if (this.shouldFocusRangeStart() || this.shouldFocusRangeEnd()) {
|
318
|
+
return;
|
319
|
+
}
|
320
|
+
this.open = false;
|
321
|
+
}
|
322
|
+
// --------------------------------------------------------------------------
|
323
|
+
//
|
324
|
+
// Public Methods
|
325
|
+
//
|
326
|
+
// --------------------------------------------------------------------------
|
327
|
+
/** Sets focus on the component. */
|
328
|
+
async setFocus() {
|
329
|
+
var _a;
|
330
|
+
(_a = this.startInput) === null || _a === void 0 ? void 0 : _a.setFocus();
|
331
|
+
}
|
332
|
+
/**
|
333
|
+
* Updates the position of the component.
|
334
|
+
*
|
335
|
+
* @param delayed
|
336
|
+
*/
|
337
|
+
async reposition(delayed = false) {
|
338
|
+
const { floatingEl, referenceEl, placement, overlayPositioning, filteredFlipPlacements } = this;
|
339
|
+
return reposition(this, {
|
340
|
+
floatingEl,
|
341
|
+
referenceEl,
|
342
|
+
overlayPositioning,
|
343
|
+
placement,
|
344
|
+
flipPlacements: filteredFlipPlacements,
|
345
|
+
type: "menu"
|
346
|
+
}, delayed);
|
347
|
+
}
|
348
|
+
// --------------------------------------------------------------------------
|
349
|
+
//
|
350
|
+
// Lifecycle
|
351
|
+
//
|
352
|
+
// --------------------------------------------------------------------------
|
353
|
+
connectedCallback() {
|
354
|
+
connectLocalized(this);
|
355
|
+
const isOpen = this.active || this.open;
|
356
|
+
isOpen && this.activeHandler(isOpen);
|
357
|
+
isOpen && this.openHandler(isOpen);
|
358
|
+
if (Array.isArray(this.value)) {
|
359
|
+
this.valueAsDate = getValueAsDateRange(this.value);
|
360
|
+
this.start = this.value[0];
|
361
|
+
this.end = this.value[1];
|
362
|
+
}
|
363
|
+
else if (this.value) {
|
364
|
+
this.valueAsDate = dateFromISO(this.value);
|
365
|
+
this.start = "";
|
366
|
+
this.end = "";
|
367
|
+
}
|
368
|
+
if (this.start) {
|
369
|
+
this.startAsDate = dateFromISO(this.start);
|
370
|
+
}
|
371
|
+
if (this.end) {
|
372
|
+
this.endAsDate = setEndOfDay(dateFromISO(this.end));
|
373
|
+
}
|
374
|
+
if (this.min) {
|
375
|
+
this.minAsDate = dateFromISO(this.min);
|
376
|
+
}
|
377
|
+
if (this.max) {
|
378
|
+
this.maxAsDate = dateFromISO(this.max);
|
379
|
+
}
|
380
|
+
connectLabel(this);
|
381
|
+
connectForm(this);
|
382
|
+
connectOpenCloseComponent(this);
|
383
|
+
this.setFilteredPlacements();
|
384
|
+
this.reposition(true);
|
385
|
+
numberStringFormatter.numberFormatOptions = {
|
386
|
+
numberingSystem: this.numberingSystem,
|
387
|
+
locale: this.effectiveLocale,
|
388
|
+
useGrouping: false
|
389
|
+
};
|
390
|
+
}
|
391
|
+
async componentWillLoad() {
|
392
|
+
await this.loadLocaleData();
|
393
|
+
this.onMinChanged(this.min);
|
394
|
+
this.onMaxChanged(this.max);
|
395
|
+
}
|
396
|
+
componentDidLoad() {
|
397
|
+
this.reposition(true);
|
398
|
+
}
|
399
|
+
disconnectedCallback() {
|
400
|
+
disconnectLabel(this);
|
401
|
+
disconnectForm(this);
|
402
|
+
disconnectFloatingUI(this, this.referenceEl, this.floatingEl);
|
403
|
+
disconnectOpenCloseComponent(this);
|
404
|
+
disconnectLocalized(this);
|
405
|
+
}
|
406
|
+
componentDidRender() {
|
407
|
+
updateHostInteraction(this);
|
408
|
+
}
|
409
|
+
render() {
|
410
|
+
var _a, _b;
|
411
|
+
const { disabled, readOnly, numberingSystem, effectiveLocale } = this;
|
412
|
+
numberStringFormatter.numberFormatOptions = {
|
413
|
+
numberingSystem,
|
414
|
+
locale: effectiveLocale,
|
415
|
+
useGrouping: false
|
416
|
+
};
|
417
|
+
const date = dateFromRange(this.range ? this.startAsDate : this.valueAsDate, this.minAsDate, this.maxAsDate);
|
418
|
+
const endDate = this.range
|
419
|
+
? dateFromRange(this.endAsDate, this.minAsDate, this.maxAsDate)
|
420
|
+
: null;
|
421
|
+
const formattedEndDate = endDate
|
422
|
+
? this.formatNumerals(endDate.toLocaleDateString(effectiveLocale))
|
423
|
+
: "";
|
424
|
+
const formattedDate = date ? this.formatNumerals(date.toLocaleDateString(effectiveLocale)) : "";
|
425
|
+
return (h(Host, { onBlur: this.deactivate, onKeyDown: this.keyDownHandler, role: "application" }, this.localeData && (h("div", { "aria-expanded": toAriaBoolean(this.open), class: "input-container", role: "application" }, h("div", { class: "input-wrapper", ref: this.setStartWrapper }, h("calcite-input", { class: `input ${this.layout === "vertical" && this.range ? `no-bottom-border` : ``}`, disabled: disabled, icon: "calendar", label: getLabelText(this), lang: effectiveLocale, "number-button-type": "none", numberingSystem: numberingSystem, onCalciteInputInput: this.startInputInput, onCalciteInternalInputBlur: this.inputBlur, onCalciteInternalInputFocus: this.startInputFocus, placeholder: (_a = this.localeData) === null || _a === void 0 ? void 0 : _a.placeholder, readOnly: readOnly, ref: this.setStartInput, scale: this.scale, type: "text", value: formattedDate })), h("div", { "aria-hidden": toAriaBoolean(!this.open), class: {
|
426
|
+
[CSS.menu]: true,
|
427
|
+
[CSS.menuActive]: this.open
|
428
|
+
}, ref: this.setFloatingEl }, h("div", { class: {
|
429
|
+
["calendar-picker-wrapper"]: true,
|
430
|
+
["calendar-picker-wrapper--end"]: this.focusedInput === "end",
|
431
|
+
[FloatingCSS.animation]: true,
|
432
|
+
[FloatingCSS.animationActive]: this.open
|
433
|
+
}, ref: this.setTransitionEl }, h("calcite-date-picker", { activeRange: this.focusedInput, endAsDate: this.endAsDate, headingLevel: this.headingLevel, intlNextMonth: this.intlNextMonth, intlPrevMonth: this.intlPrevMonth, intlYear: this.intlYear, lang: effectiveLocale, max: this.max, maxAsDate: this.maxAsDate, min: this.min, minAsDate: this.minAsDate, numberingSystem: numberingSystem, onCalciteDatePickerChange: this.handleDateChange, onCalciteDatePickerRangeChange: this.handleDateRangeChange, proximitySelectionDisabled: this.proximitySelectionDisabled, range: this.range, scale: this.scale, startAsDate: this.startAsDate, tabIndex: 0, valueAsDate: this.valueAsDate }))), this.range && this.layout === "horizontal" && (h("div", { class: "horizontal-arrow-container" }, h("calcite-icon", { flipRtl: true, icon: "arrow-right", scale: "s" }))), this.range && this.layout === "vertical" && this.scale !== "s" && (h("div", { class: "vertical-arrow-container" }, h("calcite-icon", { icon: "arrow-down", scale: "s" }))), this.range && (h("div", { class: "input-wrapper", ref: this.setEndWrapper }, h("calcite-input", { class: {
|
434
|
+
input: true,
|
435
|
+
"border-top-color-one": this.layout === "vertical" && this.range
|
436
|
+
}, disabled: disabled, icon: "calendar", lang: effectiveLocale, "number-button-type": "none", numberingSystem: numberingSystem, onCalciteInputInput: this.endInputInput, onCalciteInternalInputBlur: this.inputBlur, onCalciteInternalInputFocus: this.endInputFocus, placeholder: (_b = this.localeData) === null || _b === void 0 ? void 0 : _b.placeholder, readOnly: readOnly, ref: this.setEndInput, scale: this.scale, type: "text", value: formattedEndDate }))))), h(HiddenFormInputSlot, { component: this })));
|
437
|
+
}
|
438
|
+
setReferenceEl() {
|
439
|
+
const { focusedInput, layout, endWrapper, startWrapper } = this;
|
440
|
+
this.referenceEl =
|
441
|
+
focusedInput === "end" || layout === "vertical"
|
442
|
+
? endWrapper || startWrapper
|
443
|
+
: startWrapper || endWrapper;
|
444
|
+
connectFloatingUI(this, this.referenceEl, this.floatingEl);
|
445
|
+
}
|
446
|
+
onLabelClick() {
|
447
|
+
this.setFocus();
|
448
|
+
}
|
449
|
+
onBeforeOpen() {
|
450
|
+
this.calciteInputDatePickerBeforeOpen.emit();
|
451
|
+
}
|
452
|
+
onOpen() {
|
453
|
+
this.calciteInputDatePickerOpen.emit();
|
454
|
+
}
|
455
|
+
onBeforeClose() {
|
456
|
+
this.calciteInputDatePickerBeforeClose.emit();
|
457
|
+
}
|
458
|
+
onClose() {
|
459
|
+
this.calciteInputDatePickerClose.emit();
|
460
|
+
}
|
461
|
+
startWatcher(start) {
|
462
|
+
this.startAsDate = dateFromISO(start);
|
463
|
+
}
|
464
|
+
endWatcher(end) {
|
465
|
+
this.endAsDate = end ? setEndOfDay(dateFromISO(end)) : dateFromISO(end);
|
466
|
+
}
|
467
|
+
async loadLocaleData() {
|
468
|
+
if (!Build.isBrowser) {
|
469
|
+
return;
|
470
|
+
}
|
471
|
+
this.localeData = await getLocaleData(this.effectiveLocale);
|
472
|
+
}
|
473
|
+
clearCurrentValue() {
|
474
|
+
if (!this.range) {
|
475
|
+
if (typeof this.value === "string" && this.value) {
|
476
|
+
this.calciteDatePickerChange.emit();
|
477
|
+
}
|
478
|
+
this.value = "";
|
479
|
+
return;
|
480
|
+
}
|
481
|
+
const { focusedInput } = this;
|
482
|
+
if (focusedInput === "start") {
|
483
|
+
if (this.start) {
|
484
|
+
this.calciteDatePickerRangeChange.emit();
|
485
|
+
}
|
486
|
+
this.value = Array.isArray(this.value) ? ["", this.value[1] || ""] : [""];
|
487
|
+
this.start = undefined;
|
488
|
+
}
|
489
|
+
else if (focusedInput === "end") {
|
490
|
+
if (this.end) {
|
491
|
+
this.calciteDatePickerRangeChange.emit();
|
492
|
+
}
|
493
|
+
this.value = Array.isArray(this.value) ? [this.value[0] || "", ""] : ["", ""];
|
494
|
+
this.end = undefined;
|
495
|
+
}
|
496
|
+
}
|
497
|
+
/**
|
498
|
+
* If inputted string is a valid date, update value/active
|
499
|
+
*
|
500
|
+
* @param value
|
501
|
+
*/
|
502
|
+
input(value) {
|
503
|
+
const date = this.getDateFromInput(value);
|
504
|
+
if (!date) {
|
505
|
+
this.clearCurrentValue();
|
506
|
+
return;
|
507
|
+
}
|
508
|
+
if (!this.range) {
|
509
|
+
this.value = dateToISO(date);
|
510
|
+
this.calciteDatePickerChange.emit(date);
|
511
|
+
return;
|
512
|
+
}
|
513
|
+
const { focusedInput } = this;
|
514
|
+
if (focusedInput === "start") {
|
515
|
+
if (!this.startAsDate || !sameDate(date, this.startAsDate)) {
|
516
|
+
const startDateISO = dateToISO(date);
|
517
|
+
this.value = Array.isArray(this.value)
|
518
|
+
? [startDateISO, this.value[1] || ""]
|
519
|
+
: [startDateISO];
|
520
|
+
this.start = startDateISO;
|
521
|
+
this.calciteDatePickerRangeChange.emit({
|
522
|
+
startDate: date,
|
523
|
+
endDate: this.endAsDate
|
524
|
+
});
|
525
|
+
}
|
526
|
+
}
|
527
|
+
else if (focusedInput === "end") {
|
528
|
+
if (!this.endAsDate || !sameDate(date, this.endAsDate)) {
|
529
|
+
const endDateISO = dateToISO(date);
|
530
|
+
this.value = Array.isArray(this.value)
|
531
|
+
? [this.value[0] || "", endDateISO]
|
532
|
+
: ["", endDateISO];
|
533
|
+
this.end = endDateISO;
|
534
|
+
this.calciteDatePickerRangeChange.emit({
|
535
|
+
startDate: this.startAsDate,
|
536
|
+
endDate: setEndOfDay(date)
|
537
|
+
});
|
538
|
+
}
|
539
|
+
}
|
540
|
+
}
|
541
|
+
/**
|
542
|
+
* Clean up invalid date from input on blur
|
543
|
+
*
|
544
|
+
* @param target
|
545
|
+
*/
|
546
|
+
blur(target) {
|
547
|
+
const { focusedInput, endAsDate, range, startAsDate, valueAsDate } = this;
|
548
|
+
const locale = this.effectiveLocale;
|
549
|
+
const date = this.getDateFromInput(target.value);
|
550
|
+
if (!date) {
|
551
|
+
if (!range && valueAsDate) {
|
552
|
+
target.value = this.formatNumerals(Array.isArray(valueAsDate)
|
553
|
+
? valueAsDate[focusedInput === "end" ? 1 : 0].toLocaleDateString(locale)
|
554
|
+
: valueAsDate.toLocaleDateString(locale));
|
555
|
+
}
|
556
|
+
else if (focusedInput === "start" && startAsDate) {
|
557
|
+
target.value = this.formatNumerals(startAsDate.toLocaleDateString(locale));
|
558
|
+
}
|
559
|
+
else if (focusedInput === "end" && endAsDate) {
|
560
|
+
target.value = this.formatNumerals(endAsDate.toLocaleDateString(locale));
|
561
|
+
}
|
562
|
+
}
|
563
|
+
}
|
564
|
+
shouldFocusRangeStart() {
|
565
|
+
return !!(this.endAsDate &&
|
566
|
+
!this.startAsDate &&
|
567
|
+
this.focusedInput === "end" &&
|
568
|
+
this.startInput);
|
569
|
+
}
|
570
|
+
shouldFocusRangeEnd() {
|
571
|
+
return !!(this.startAsDate &&
|
572
|
+
!this.endAsDate &&
|
573
|
+
this.focusedInput === "start" &&
|
574
|
+
this.endInput);
|
575
|
+
}
|
576
|
+
/**
|
577
|
+
* Find a date from input string
|
578
|
+
* return false if date is invalid, or out of range
|
579
|
+
*
|
580
|
+
* @param value
|
581
|
+
*/
|
582
|
+
getDateFromInput(value) {
|
583
|
+
if (!this.localeData) {
|
584
|
+
return false;
|
585
|
+
}
|
586
|
+
const { separator } = this.localeData;
|
587
|
+
const { day, month, year } = parseDateString(value, this.localeData);
|
588
|
+
const validDay = day > 0;
|
589
|
+
const validMonth = month > -1;
|
590
|
+
const date = new Date(year, month, day);
|
591
|
+
date.setFullYear(year);
|
592
|
+
const validDate = !isNaN(date.getTime());
|
593
|
+
const validLength = value.split(separator).filter((c) => c).length > 2;
|
594
|
+
const validYear = year.toString().length > 0;
|
595
|
+
if (validDay &&
|
596
|
+
validMonth &&
|
597
|
+
validDate &&
|
598
|
+
validLength &&
|
599
|
+
validYear &&
|
600
|
+
inRange(date, this.min, this.max)) {
|
601
|
+
return date;
|
602
|
+
}
|
603
|
+
return false;
|
604
|
+
}
|
605
|
+
get el() { return this; }
|
606
|
+
static get watchers() { return {
|
607
|
+
"disabled": ["handleDisabledAndReadOnlyChange"],
|
608
|
+
"readOnly": ["handleDisabledAndReadOnlyChange"],
|
609
|
+
"value": ["valueHandler"],
|
610
|
+
"flipPlacements": ["flipPlacementsHandler"],
|
611
|
+
"min": ["onMinChanged"],
|
612
|
+
"max": ["onMaxChanged"],
|
613
|
+
"active": ["activeHandler"],
|
614
|
+
"open": ["openHandler"],
|
615
|
+
"overlayPositioning": ["overlayPositioningHandler"],
|
616
|
+
"layout": ["setReferenceEl"],
|
617
|
+
"focusedInput": ["setReferenceEl"],
|
618
|
+
"start": ["startWatcher"],
|
619
|
+
"end": ["endWatcher"],
|
620
|
+
"effectiveLocale": ["loadLocaleData"]
|
621
|
+
}; }
|
622
|
+
static get style() { return inputDatePickerCss; }
|
623
|
+
}, [1, "calcite-input-date-picker", {
|
624
|
+
"disabled": [516],
|
625
|
+
"readOnly": [516, "read-only"],
|
626
|
+
"value": [1025],
|
627
|
+
"flipPlacements": [16],
|
628
|
+
"headingLevel": [514, "heading-level"],
|
629
|
+
"valueAsDate": [1040],
|
630
|
+
"startAsDate": [1040],
|
631
|
+
"endAsDate": [1040],
|
632
|
+
"minAsDate": [1040],
|
633
|
+
"maxAsDate": [1040],
|
634
|
+
"min": [1025],
|
635
|
+
"max": [1025],
|
636
|
+
"active": [1540],
|
637
|
+
"open": [1540],
|
638
|
+
"name": [513],
|
639
|
+
"intlPrevMonth": [1, "intl-prev-month"],
|
640
|
+
"intlNextMonth": [1, "intl-next-month"],
|
641
|
+
"intlYear": [1, "intl-year"],
|
642
|
+
"locale": [1],
|
643
|
+
"numberingSystem": [513, "numbering-system"],
|
644
|
+
"scale": [513],
|
645
|
+
"placement": [513],
|
646
|
+
"range": [516],
|
647
|
+
"required": [516],
|
648
|
+
"start": [1537],
|
649
|
+
"end": [1537],
|
650
|
+
"overlayPositioning": [513, "overlay-positioning"],
|
651
|
+
"proximitySelectionDisabled": [4, "proximity-selection-disabled"],
|
652
|
+
"layout": [513],
|
653
|
+
"effectiveLocale": [32],
|
654
|
+
"focusedInput": [32],
|
655
|
+
"globalAttributes": [32],
|
656
|
+
"localeData": [32],
|
657
|
+
"setFocus": [64],
|
658
|
+
"reposition": [64]
|
659
|
+
}, [[0, "calciteDatePickerChange", "handleDateOrRangeChange"], [0, "calciteDatePickerRangeChange", "handleDateOrRangeChange"], [0, "calciteDaySelect", "calciteDaySelectHandler"]]]);
|
660
|
+
function defineCustomElement$1() {
|
661
|
+
if (typeof customElements === "undefined") {
|
662
|
+
return;
|
663
|
+
}
|
664
|
+
const components = ["calcite-input-date-picker", "calcite-date-picker", "calcite-date-picker-day", "calcite-date-picker-month", "calcite-date-picker-month-header", "calcite-icon", "calcite-input", "calcite-progress"];
|
665
|
+
components.forEach(tagName => { switch (tagName) {
|
666
|
+
case "calcite-input-date-picker":
|
667
|
+
if (!customElements.get(tagName)) {
|
668
|
+
customElements.define(tagName, InputDatePicker);
|
669
|
+
}
|
670
|
+
break;
|
671
|
+
case "calcite-date-picker":
|
672
|
+
if (!customElements.get(tagName)) {
|
673
|
+
defineCustomElement$8();
|
674
|
+
}
|
675
|
+
break;
|
676
|
+
case "calcite-date-picker-day":
|
677
|
+
if (!customElements.get(tagName)) {
|
678
|
+
defineCustomElement$7();
|
679
|
+
}
|
680
|
+
break;
|
681
|
+
case "calcite-date-picker-month":
|
682
|
+
if (!customElements.get(tagName)) {
|
683
|
+
defineCustomElement$6();
|
684
|
+
}
|
685
|
+
break;
|
686
|
+
case "calcite-date-picker-month-header":
|
687
|
+
if (!customElements.get(tagName)) {
|
688
|
+
defineCustomElement$5();
|
689
|
+
}
|
690
|
+
break;
|
691
|
+
case "calcite-icon":
|
692
|
+
if (!customElements.get(tagName)) {
|
693
|
+
defineCustomElement$4();
|
694
|
+
}
|
695
|
+
break;
|
696
|
+
case "calcite-input":
|
697
|
+
if (!customElements.get(tagName)) {
|
698
|
+
defineCustomElement$3();
|
699
|
+
}
|
700
|
+
break;
|
701
|
+
case "calcite-progress":
|
702
|
+
if (!customElements.get(tagName)) {
|
703
|
+
defineCustomElement$2();
|
704
|
+
}
|
705
|
+
break;
|
706
|
+
} });
|
707
|
+
}
|
708
|
+
defineCustomElement$1();
|
709
|
+
|
710
|
+
const CalciteInputDatePicker = InputDatePicker;
|
711
|
+
const defineCustomElement = defineCustomElement$1;
|
712
|
+
|
713
|
+
export { CalciteInputDatePicker, defineCustomElement };
|