@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,11 @@
|
|
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 { I as InputMessage, d as defineCustomElement$1 } from './input-message.js';
|
7
|
+
|
8
|
+
const CalciteInputMessage = InputMessage;
|
9
|
+
const defineCustomElement = defineCustomElement$1;
|
10
|
+
|
11
|
+
export { CalciteInputMessage, defineCustomElement };
|
@@ -0,0 +1,637 @@
|
|
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 } from '@stencil/core/internal/client';
|
7
|
+
import { T as TEXT$1, b as getSlotted, i as isPrimaryPointerButton, s as setRequestedIcon, g as getElementProp, c as getElementDir, C as CSS_UTILITY } from './dom.js';
|
8
|
+
import { c as connectLabel, d as disconnectLabel, g as getLabelText } from './label2.js';
|
9
|
+
import { s as submitForm, c as connectForm, d as disconnectForm, H as HiddenFormInputSlot } from './form.js';
|
10
|
+
import { n as numberStringFormatter, i as isValidNumber, p as parseNumberString, s as sanitizeNumberString, a as defaultNumberingSystem, u as updateEffectiveLocale, c as connectLocalized, d as disconnectLocalized } from './locale2.js';
|
11
|
+
import { n as numberKeys } from './key.js';
|
12
|
+
import { d as decimalPlaces } from './math.js';
|
13
|
+
import { c as createObserver } from './observers.js';
|
14
|
+
import { u as updateHostInteraction } from './interactive.js';
|
15
|
+
import { d as defineCustomElement$3 } from './icon.js';
|
16
|
+
import { d as defineCustomElement$2 } from './progress.js';
|
17
|
+
|
18
|
+
/*!
|
19
|
+
* All material copyright ESRI, All Rights Reserved, unless otherwise specified.
|
20
|
+
* See https://github.com/Esri/calcite-components/blob/master/LICENSE.md for details.
|
21
|
+
* v1.0.0-beta.97
|
22
|
+
*/
|
23
|
+
const CSS = {
|
24
|
+
loader: "loader",
|
25
|
+
clearButton: "clear-button",
|
26
|
+
editingEnabled: "editing-enabled",
|
27
|
+
inlineChild: "inline-child",
|
28
|
+
inputIcon: "icon",
|
29
|
+
prefix: "prefix",
|
30
|
+
suffix: "suffix",
|
31
|
+
numberButtonWrapper: "number-button-wrapper",
|
32
|
+
buttonItemHorizontal: "number-button-item--horizontal",
|
33
|
+
wrapper: "element-wrapper",
|
34
|
+
inputWrapper: "wrapper",
|
35
|
+
actionWrapper: "action-wrapper",
|
36
|
+
resizeIconWrapper: "resize-icon-wrapper",
|
37
|
+
numberButtonItem: "number-button-item"
|
38
|
+
};
|
39
|
+
const SLOTS = {
|
40
|
+
action: "action"
|
41
|
+
};
|
42
|
+
const TEXT = {
|
43
|
+
clear: "Clear value"
|
44
|
+
};
|
45
|
+
|
46
|
+
const inputNumberCss = "@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}}: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{display:block}:host([scale=s]) input,:host([scale=s]) .prefix,:host([scale=s]) .suffix{block-size:1.5rem;padding-inline:0.5rem;font-size:var(--calcite-font-size--2);line-height:1rem}:host([scale=s]) .number-button-wrapper,:host([scale=s]) .action-wrapper calcite-button,:host([scale=s]) .action-wrapper calcite-button button{block-size:1.5rem}:host([scale=s]) .clear-button{min-block-size:1.5rem;min-inline-size:1.5rem}:host([scale=m]) input,:host([scale=m]) .prefix,:host([scale=m]) .suffix{block-size:2rem;padding-inline:0.75rem;font-size:var(--calcite-font-size--1);line-height:1rem}:host([scale=m]) .number-button-wrapper,:host([scale=m]) .action-wrapper calcite-button,:host([scale=m]) .action-wrapper calcite-button button{block-size:2rem}:host([scale=m]) .clear-button{min-block-size:2rem;min-inline-size:2rem}:host([scale=l]) input,:host([scale=l]) .prefix,:host([scale=l]) .suffix{block-size:2.75rem;padding-inline:1rem;font-size:var(--calcite-font-size-0);line-height:1.25rem}:host([scale=l]) .number-button-wrapper,:host([scale=l]) .action-wrapper calcite-button,:host([scale=l]) .action-wrapper calcite-button button{block-size:2.75rem}:host([scale=l]) .clear-button{min-block-size:2.75rem;min-inline-size:2.75rem}:host([disabled]) ::slotted([calcite-hydrated][disabled]),:host([disabled]) [calcite-hydrated][disabled]{opacity:1}:host input{transition:var(--calcite-animation-timing), block-size 0, outline-offset 0s;-webkit-appearance:none;position:relative;margin:0px;box-sizing:border-box;display:flex;max-block-size:100%;inline-size:100%;max-inline-size:100%;flex:1 1 0%;border-radius:0px;background-color:var(--calcite-ui-foreground-1);font-family:inherit;font-weight:var(--calcite-font-weight-normal);border-width:1px;border-style:solid;border-color:var(--calcite-ui-border-input);color:var(--calcite-ui-text-1)}:host input::placeholder,:host input:-ms-input-placeholder,:host input::-ms-input-placeholder{font-weight:var(--calcite-font-weight-normal);color:var(--calcite-ui-text-3)}:host input:focus{border-color:var(--calcite-ui-brand);color:var(--calcite-ui-text-1)}:host input[readonly]{background-color:var(--calcite-ui-background);font-weight:var(--calcite-font-weight-medium)}:host input[readonly]:focus{color:var(--calcite-ui-text-1)}:host calcite-icon{color:var(--calcite-ui-text-3)}:host input{outline-color:transparent}:host input:focus{outline:2px solid var(--calcite-ui-brand);outline-offset:-2px}:host([status=invalid]) input{border-color:var(--calcite-ui-danger)}:host([status=invalid]) input:focus{outline:2px solid var(--calcite-ui-danger);outline-offset:-2px}:host([scale=s]) .icon{inset-inline-start:0.5rem}:host([scale=m]) .icon{inset-inline-start:0.75rem}:host([scale=l]) .icon{inset-inline-start:1rem}:host([icon][scale=s]) input{-webkit-padding-start:2rem;padding-inline-start:2rem}:host([icon][scale=m]) input{-webkit-padding-start:2.5rem;padding-inline-start:2.5rem}:host([icon][scale=l]) input{-webkit-padding-start:3rem;padding-inline-start:3rem}.element-wrapper{position:relative;order:3;display:inline-flex;flex:1 1 0%;align-items:center}.icon{pointer-events:none;position:absolute;z-index:1;display:block;transition:all var(--calcite-animation-timing) ease-in-out 0s, outline 0s, outline-offset 0s}.clear-button{pointer-events:initial;order:4;margin:0px;box-sizing:border-box;display:flex;min-block-size:100%;cursor:pointer;align-items:center;justify-content:center;align-self:stretch;border-width:1px;border-style:solid;border-color:var(--calcite-ui-border-input);background-color:var(--calcite-ui-foreground-1);outline-color:transparent;border-inline-start-width:0px}.clear-button:hover{background-color:var(--calcite-ui-foreground-2);transition:all var(--calcite-animation-timing) ease-in-out 0s, outline 0s, outline-offset 0s}.clear-button:hover calcite-icon{color:var(--calcite-ui-text-1);transition:all var(--calcite-animation-timing) ease-in-out 0s, outline 0s, outline-offset 0s}.clear-button:active{background-color:var(--calcite-ui-foreground-3)}.clear-button:active calcite-icon{color:var(--calcite-ui-text-1)}.clear-button:focus{outline:2px solid var(--calcite-ui-brand);outline-offset:-2px}.clear-button:disabled{opacity:var(--calcite-ui-opacity-disabled)}.loader{inset-block-start:1px;inset-inline:1px;pointer-events:none;position:absolute;display:block}.action-wrapper{order:7;display:flex}.prefix,.suffix{box-sizing:border-box;display:flex;block-size:auto;min-block-size:100%;-webkit-user-select:none;-moz-user-select:none;user-select:none;align-content:center;align-items:center;overflow-wrap:break-word;border-width:1px;border-style:solid;border-color:var(--calcite-ui-border-input);background-color:var(--calcite-ui-background);font-weight:var(--calcite-font-weight-medium);line-height:1;color:var(--calcite-ui-text-2)}.prefix{order:2;border-inline-end-width:0px}.suffix{order:5;border-inline-start-width:0px}:host([alignment=start]) input{text-align:start}:host([alignment=end]) input{text-align:end}.number-button-wrapper{pointer-events:none;order:6;box-sizing:border-box;display:flex;flex-direction:column;transition:all var(--calcite-animation-timing) ease-in-out 0s, outline 0s, outline-offset 0s}:host([number-button-type=vertical]) .wrapper{flex-direction:row;display:flex}:host([number-button-type=vertical]) input{order:2}:host([number-button-type=horizontal]) .calcite--rtl .number-button-item[data-adjustment=down] calcite-icon{transform:rotate(-90deg)}:host([number-button-type=horizontal]) .calcite--rtl .number-button-item[data-adjustment=up] calcite-icon{transform:rotate(-90deg)}.number-button-item.number-button-item--horizontal[data-adjustment=down],.number-button-item.number-button-item--horizontal[data-adjustment=up]{order:1;max-block-size:100%;min-block-size:100%;align-self:stretch}.number-button-item.number-button-item--horizontal[data-adjustment=down] calcite-icon,.number-button-item.number-button-item--horizontal[data-adjustment=up] calcite-icon{transform:rotate(90deg)}.number-button-item.number-button-item--horizontal[data-adjustment=down]{border-width:1px;border-style:solid;border-color:var(--calcite-ui-border-input);border-inline-end-width:0px}.number-button-item.number-button-item--horizontal[data-adjustment=down]:hover{background-color:var(--calcite-ui-foreground-2)}.number-button-item.number-button-item--horizontal[data-adjustment=down]:hover calcite-icon{color:var(--calcite-ui-text-1)}.number-button-item.number-button-item--horizontal[data-adjustment=up]{order:5}.number-button-item.number-button-item--horizontal[data-adjustment=up]:hover{background-color:var(--calcite-ui-foreground-2)}.number-button-item.number-button-item--horizontal[data-adjustment=up]:hover calcite-icon{color:var(--calcite-ui-text-1)}:host([number-button-type=vertical]) .number-button-item[data-adjustment=down]:hover{background-color:var(--calcite-ui-foreground-2)}:host([number-button-type=vertical]) .number-button-item[data-adjustment=down]:hover calcite-icon{color:var(--calcite-ui-text-1)}:host([number-button-type=vertical]) .number-button-item[data-adjustment=up]:hover{background-color:var(--calcite-ui-foreground-2)}:host([number-button-type=vertical]) .number-button-item[data-adjustment=up]:hover calcite-icon{color:var(--calcite-ui-text-1)}:host([number-button-type=vertical]) .number-button-item[data-adjustment=down]{border-block-start-width:0px}.number-button-item{max-block-size:50%;min-block-size:50%;pointer-events:initial;margin:0px;box-sizing:border-box;display:flex;cursor:pointer;align-items:center;align-self:center;border-width:1px;border-style:solid;border-color:var(--calcite-ui-border-input);background-color:var(--calcite-ui-foreground-1);padding-block:0px;padding-inline:0.5rem;transition:all var(--calcite-animation-timing) ease-in-out 0s, outline 0s, outline-offset 0s;border-inline-start-width:0px}.number-button-item calcite-icon{pointer-events:none;transition:all var(--calcite-animation-timing) ease-in-out 0s, outline 0s, outline-offset 0s}.number-button-item:focus{background-color:var(--calcite-ui-foreground-2)}.number-button-item:focus calcite-icon{color:var(--calcite-ui-text-1)}.number-button-item:active{background-color:var(--calcite-ui-foreground-3)}.number-button-item:disabled{pointer-events:none}.wrapper{position:relative;display:flex;flex-direction:row;align-items:center}:host(.no-bottom-border) input{border-block-end-width:0px}:host(.border-top-color-one) input{border-block-start-color:var(--calcite-ui-border-1)}:host .inline-child{background-color:transparent;transition:all var(--calcite-animation-timing) ease-in-out 0s, outline 0s, outline-offset 0s}:host .inline-child .editing-enabled{background-color:inherit}:host .inline-child:not(.editing-enabled){display:flex;cursor:pointer;border-color:transparent;-webkit-padding-start:0;padding-inline-start:0}::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}";
|
47
|
+
|
48
|
+
const InputNumber = /*@__PURE__*/ proxyCustomElement(class extends HTMLElement {
|
49
|
+
constructor() {
|
50
|
+
super();
|
51
|
+
this.__registerHost();
|
52
|
+
this.__attachShadow();
|
53
|
+
this.calciteInternalInputNumberFocus = createEvent(this, "calciteInternalInputNumberFocus", 6);
|
54
|
+
this.calciteInternalInputNumberBlur = createEvent(this, "calciteInternalInputNumberBlur", 6);
|
55
|
+
this.calciteInputNumberInput = createEvent(this, "calciteInputNumberInput", 7);
|
56
|
+
this.calciteInputNumberChange = createEvent(this, "calciteInputNumberChange", 6);
|
57
|
+
//--------------------------------------------------------------------------
|
58
|
+
//
|
59
|
+
// Properties
|
60
|
+
//
|
61
|
+
//--------------------------------------------------------------------------
|
62
|
+
/** Specifies the text alignment of the component's value. */
|
63
|
+
this.alignment = "start";
|
64
|
+
/**
|
65
|
+
* When `true`, the component is focused on page load.
|
66
|
+
*
|
67
|
+
* @mdn [autofocus](https://developer.mozilla.org/en-US/docs/Web/HTML/Global_attributes/autofocus)
|
68
|
+
*/
|
69
|
+
this.autofocus = false;
|
70
|
+
/**
|
71
|
+
* When `true`, a clear button is displayed when the component has a value.
|
72
|
+
*/
|
73
|
+
this.clearable = false;
|
74
|
+
/**
|
75
|
+
* When `true`, interaction is prevented and the component is displayed with lower opacity.
|
76
|
+
*
|
77
|
+
* @mdn [disabled](https://developer.mozilla.org/en-US/docs/Web/HTML/Attributes/disabled)
|
78
|
+
*/
|
79
|
+
this.disabled = false;
|
80
|
+
/**
|
81
|
+
* When `true`, number values are displayed with a group separator corresponding to the language and country format.
|
82
|
+
*/
|
83
|
+
this.groupSeparator = false;
|
84
|
+
/**
|
85
|
+
* When `true`, the component will not be visible.
|
86
|
+
*
|
87
|
+
* @mdn [hidden](https://developer.mozilla.org/en-US/docs/Web/HTML/Global_attributes/hidden)
|
88
|
+
*/
|
89
|
+
this.hidden = false;
|
90
|
+
/**
|
91
|
+
* Accessible name that will appear while loading.
|
92
|
+
*
|
93
|
+
* @default "Loading"
|
94
|
+
*/
|
95
|
+
this.intlLoading = TEXT$1.loading;
|
96
|
+
/** When `true`, the icon will be flipped when the element direction is right-to-left (`"rtl"`). */
|
97
|
+
this.iconFlipRtl = false;
|
98
|
+
/** When `true`, the component is in the loading state and `calcite-progress` is displayed. */
|
99
|
+
this.loading = false;
|
100
|
+
/**
|
101
|
+
* Toggles locale formatting for numbers.
|
102
|
+
*
|
103
|
+
* @internal
|
104
|
+
*/
|
105
|
+
this.localeFormat = false;
|
106
|
+
/** Specifies the placement of the buttons. */
|
107
|
+
this.numberButtonType = "vertical";
|
108
|
+
/**
|
109
|
+
* When `true`, the component's value can be read, but cannot be modified.
|
110
|
+
*
|
111
|
+
* @mdn [readOnly](https://developer.mozilla.org/en-US/docs/Web/HTML/Attributes/readonly)
|
112
|
+
*/
|
113
|
+
this.readOnly = false;
|
114
|
+
/** When `true`, the component must have a value in order for the form to submit. */
|
115
|
+
this.required = false;
|
116
|
+
/** Specifies the size of the component. */
|
117
|
+
this.scale = "m";
|
118
|
+
/** Specifies the status of the input field, which determines message and icons. */
|
119
|
+
this.status = "idle";
|
120
|
+
/**
|
121
|
+
* @internal
|
122
|
+
*/
|
123
|
+
this.editingEnabled = false;
|
124
|
+
/** The component's value. */
|
125
|
+
this.value = "";
|
126
|
+
this.previousValueOrigin = "initial";
|
127
|
+
this.mutationObserver = createObserver("mutation", () => this.setDisabledAction());
|
128
|
+
this.userChangedValue = false;
|
129
|
+
//--------------------------------------------------------------------------
|
130
|
+
//
|
131
|
+
// State
|
132
|
+
//
|
133
|
+
//--------------------------------------------------------------------------
|
134
|
+
this.effectiveLocale = "";
|
135
|
+
//--------------------------------------------------------------------------
|
136
|
+
//
|
137
|
+
// Private Methods
|
138
|
+
//
|
139
|
+
//--------------------------------------------------------------------------
|
140
|
+
this.keyDownHandler = (event) => {
|
141
|
+
if (this.readOnly || this.disabled) {
|
142
|
+
return;
|
143
|
+
}
|
144
|
+
if (this.isClearable && event.key === "Escape") {
|
145
|
+
this.clearInputValue(event);
|
146
|
+
event.preventDefault();
|
147
|
+
}
|
148
|
+
if (event.key === "Enter" && !event.defaultPrevented) {
|
149
|
+
if (submitForm(this)) {
|
150
|
+
event.preventDefault();
|
151
|
+
}
|
152
|
+
}
|
153
|
+
};
|
154
|
+
this.clearInputValue = (nativeEvent) => {
|
155
|
+
this.setNumberValue({
|
156
|
+
committing: true,
|
157
|
+
nativeEvent,
|
158
|
+
origin: "user",
|
159
|
+
value: ""
|
160
|
+
});
|
161
|
+
};
|
162
|
+
this.emitChangeIfUserModified = () => {
|
163
|
+
if (this.previousValueOrigin === "user" && this.value !== this.previousEmittedValue) {
|
164
|
+
this.calciteInputNumberChange.emit();
|
165
|
+
}
|
166
|
+
this.previousEmittedValue = this.value;
|
167
|
+
};
|
168
|
+
this.inputNumberBlurHandler = () => {
|
169
|
+
this.calciteInternalInputNumberBlur.emit();
|
170
|
+
this.emitChangeIfUserModified();
|
171
|
+
};
|
172
|
+
this.inputNumberFocusHandler = (event) => {
|
173
|
+
const slottedActionEl = getSlotted(this.el, "action");
|
174
|
+
if (event.target !== slottedActionEl) {
|
175
|
+
this.setFocus();
|
176
|
+
}
|
177
|
+
this.calciteInternalInputNumberFocus.emit();
|
178
|
+
};
|
179
|
+
this.inputNumberInputHandler = (nativeEvent) => {
|
180
|
+
if (this.disabled || this.readOnly) {
|
181
|
+
return;
|
182
|
+
}
|
183
|
+
const value = nativeEvent.target.value;
|
184
|
+
numberStringFormatter.numberFormatOptions = {
|
185
|
+
locale: this.effectiveLocale,
|
186
|
+
numberingSystem: this.numberingSystem,
|
187
|
+
useGrouping: this.groupSeparator
|
188
|
+
};
|
189
|
+
const delocalizedValue = numberStringFormatter.delocalize(value);
|
190
|
+
if (nativeEvent.inputType === "insertFromPaste") {
|
191
|
+
if (!isValidNumber(delocalizedValue)) {
|
192
|
+
nativeEvent.preventDefault();
|
193
|
+
}
|
194
|
+
this.setNumberValue({
|
195
|
+
nativeEvent,
|
196
|
+
origin: "user",
|
197
|
+
value: parseNumberString(delocalizedValue)
|
198
|
+
});
|
199
|
+
this.childNumberEl.value = this.localizedValue;
|
200
|
+
}
|
201
|
+
else {
|
202
|
+
this.setNumberValue({
|
203
|
+
nativeEvent,
|
204
|
+
origin: "user",
|
205
|
+
value: delocalizedValue
|
206
|
+
});
|
207
|
+
}
|
208
|
+
};
|
209
|
+
this.inputNumberKeyDownHandler = (event) => {
|
210
|
+
if (this.disabled || this.readOnly) {
|
211
|
+
return;
|
212
|
+
}
|
213
|
+
if (event.key === "ArrowUp") {
|
214
|
+
/* prevent default behavior of moving cursor to the beginning of the input when holding down ArrowUp */
|
215
|
+
event.preventDefault();
|
216
|
+
this.nudgeNumberValue("up", event);
|
217
|
+
return;
|
218
|
+
}
|
219
|
+
if (event.key === "ArrowDown") {
|
220
|
+
this.nudgeNumberValue("down", event);
|
221
|
+
return;
|
222
|
+
}
|
223
|
+
const supportedKeys = [
|
224
|
+
...numberKeys,
|
225
|
+
"ArrowLeft",
|
226
|
+
"ArrowRight",
|
227
|
+
"Backspace",
|
228
|
+
"Delete",
|
229
|
+
"Enter",
|
230
|
+
"Escape",
|
231
|
+
"Tab"
|
232
|
+
];
|
233
|
+
if (event.altKey || event.ctrlKey || event.metaKey) {
|
234
|
+
return;
|
235
|
+
}
|
236
|
+
const isShiftTabEvent = event.shiftKey && event.key === "Tab";
|
237
|
+
if (supportedKeys.includes(event.key) && (!event.shiftKey || isShiftTabEvent)) {
|
238
|
+
if (event.key === "Enter") {
|
239
|
+
this.emitChangeIfUserModified();
|
240
|
+
}
|
241
|
+
return;
|
242
|
+
}
|
243
|
+
numberStringFormatter.numberFormatOptions = {
|
244
|
+
locale: this.effectiveLocale,
|
245
|
+
numberingSystem: this.numberingSystem,
|
246
|
+
useGrouping: this.groupSeparator
|
247
|
+
};
|
248
|
+
if (event.key === numberStringFormatter.decimal) {
|
249
|
+
if (!this.value && !this.childNumberEl.value) {
|
250
|
+
return;
|
251
|
+
}
|
252
|
+
if (this.value && this.childNumberEl.value.indexOf(numberStringFormatter.decimal) === -1) {
|
253
|
+
return;
|
254
|
+
}
|
255
|
+
}
|
256
|
+
if (/[eE]/.test(event.key)) {
|
257
|
+
if (!this.value && !this.childNumberEl.value) {
|
258
|
+
return;
|
259
|
+
}
|
260
|
+
if (this.value && !/[eE]/.test(this.childNumberEl.value)) {
|
261
|
+
return;
|
262
|
+
}
|
263
|
+
}
|
264
|
+
if (event.key === "-") {
|
265
|
+
if (!this.value && !this.childNumberEl.value) {
|
266
|
+
return;
|
267
|
+
}
|
268
|
+
if (this.value && this.childNumberEl.value.split("-").length <= 2) {
|
269
|
+
return;
|
270
|
+
}
|
271
|
+
}
|
272
|
+
event.preventDefault();
|
273
|
+
};
|
274
|
+
this.nudgeNumberValue = (direction, nativeEvent) => {
|
275
|
+
if (nativeEvent instanceof KeyboardEvent && nativeEvent.repeat) {
|
276
|
+
return;
|
277
|
+
}
|
278
|
+
const inputMax = this.maxString ? parseFloat(this.maxString) : null;
|
279
|
+
const inputMin = this.minString ? parseFloat(this.minString) : null;
|
280
|
+
const valueNudgeDelayInMs = 100;
|
281
|
+
this.incrementOrDecrementNumberValue(direction, inputMax, inputMin, nativeEvent);
|
282
|
+
if (this.nudgeNumberValueIntervalId) {
|
283
|
+
window.clearInterval(this.nudgeNumberValueIntervalId);
|
284
|
+
}
|
285
|
+
let firstValueNudge = true;
|
286
|
+
this.nudgeNumberValueIntervalId = window.setInterval(() => {
|
287
|
+
if (firstValueNudge) {
|
288
|
+
firstValueNudge = false;
|
289
|
+
return;
|
290
|
+
}
|
291
|
+
this.incrementOrDecrementNumberValue(direction, inputMax, inputMin, nativeEvent);
|
292
|
+
}, valueNudgeDelayInMs);
|
293
|
+
};
|
294
|
+
this.nudgeButtonPointerUpAndOutHandler = (event) => {
|
295
|
+
if (!isPrimaryPointerButton(event)) {
|
296
|
+
return;
|
297
|
+
}
|
298
|
+
window.clearInterval(this.nudgeNumberValueIntervalId);
|
299
|
+
};
|
300
|
+
this.nudgeButtonPointerDownHandler = (event) => {
|
301
|
+
if (!isPrimaryPointerButton(event)) {
|
302
|
+
return;
|
303
|
+
}
|
304
|
+
event.preventDefault();
|
305
|
+
const direction = event.target.dataset.adjustment;
|
306
|
+
if (!this.disabled) {
|
307
|
+
this.nudgeNumberValue(direction, event);
|
308
|
+
}
|
309
|
+
};
|
310
|
+
this.hiddenInputChangeHandler = (event) => {
|
311
|
+
if (event.target.name === this.name) {
|
312
|
+
this.setNumberValue({
|
313
|
+
value: event.target.value,
|
314
|
+
origin: "direct"
|
315
|
+
});
|
316
|
+
}
|
317
|
+
event.stopPropagation();
|
318
|
+
};
|
319
|
+
this.setChildNumberElRef = (el) => {
|
320
|
+
this.childNumberEl = el;
|
321
|
+
};
|
322
|
+
this.setInputNumberValue = (newInputValue) => {
|
323
|
+
if (!this.childNumberEl) {
|
324
|
+
return;
|
325
|
+
}
|
326
|
+
this.childNumberEl.value = newInputValue;
|
327
|
+
};
|
328
|
+
this.setPreviousEmittedNumberValue = (newPreviousEmittedValue) => {
|
329
|
+
this.previousEmittedValue = isValidNumber(newPreviousEmittedValue)
|
330
|
+
? newPreviousEmittedValue
|
331
|
+
: "";
|
332
|
+
};
|
333
|
+
this.setPreviousNumberValue = (newPreviousValue) => {
|
334
|
+
this.previousValue = isValidNumber(newPreviousValue) ? newPreviousValue : "";
|
335
|
+
};
|
336
|
+
this.setNumberValue = ({ committing = false, nativeEvent, origin, previousValue, value }) => {
|
337
|
+
numberStringFormatter.numberFormatOptions = {
|
338
|
+
locale: this.effectiveLocale,
|
339
|
+
numberingSystem: this.numberingSystem,
|
340
|
+
useGrouping: this.groupSeparator
|
341
|
+
};
|
342
|
+
const sanitizedValue = sanitizeNumberString((this.numberingSystem && this.numberingSystem !== "latn") || defaultNumberingSystem !== "latn"
|
343
|
+
? numberStringFormatter.delocalize(value)
|
344
|
+
: value);
|
345
|
+
const newValue = value && !sanitizedValue
|
346
|
+
? isValidNumber(this.previousValue)
|
347
|
+
? this.previousValue
|
348
|
+
: ""
|
349
|
+
: sanitizedValue;
|
350
|
+
const newLocalizedValue = numberStringFormatter.localize(newValue);
|
351
|
+
this.setPreviousNumberValue(previousValue || this.value);
|
352
|
+
this.previousValueOrigin = origin;
|
353
|
+
this.userChangedValue = origin === "user" && this.value !== newValue;
|
354
|
+
this.value = newValue;
|
355
|
+
this.localizedValue = newLocalizedValue;
|
356
|
+
if (origin === "direct") {
|
357
|
+
this.setInputNumberValue(newLocalizedValue);
|
358
|
+
}
|
359
|
+
if (nativeEvent) {
|
360
|
+
const calciteInputNumberInputEvent = this.calciteInputNumberInput.emit({
|
361
|
+
element: this.childNumberEl,
|
362
|
+
nativeEvent,
|
363
|
+
value: this.value
|
364
|
+
});
|
365
|
+
if (calciteInputNumberInputEvent.defaultPrevented) {
|
366
|
+
const previousLocalizedValue = numberStringFormatter.localize(this.previousValue);
|
367
|
+
this.value = this.previousValue;
|
368
|
+
this.localizedValue = previousLocalizedValue;
|
369
|
+
}
|
370
|
+
else if (committing) {
|
371
|
+
this.emitChangeIfUserModified();
|
372
|
+
}
|
373
|
+
}
|
374
|
+
};
|
375
|
+
this.inputNumberKeyUpHandler = () => {
|
376
|
+
window.clearInterval(this.nudgeNumberValueIntervalId);
|
377
|
+
};
|
378
|
+
}
|
379
|
+
disabledWatcher() {
|
380
|
+
this.setDisabledAction();
|
381
|
+
}
|
382
|
+
localeChanged() {
|
383
|
+
updateEffectiveLocale(this);
|
384
|
+
}
|
385
|
+
/** watcher to update number-to-string for max */
|
386
|
+
maxWatcher() {
|
387
|
+
var _a;
|
388
|
+
this.maxString = ((_a = this.max) === null || _a === void 0 ? void 0 : _a.toString()) || null;
|
389
|
+
}
|
390
|
+
/** watcher to update number-to-string for min */
|
391
|
+
minWatcher() {
|
392
|
+
var _a;
|
393
|
+
this.minString = ((_a = this.min) === null || _a === void 0 ? void 0 : _a.toString()) || null;
|
394
|
+
}
|
395
|
+
valueWatcher(newValue, previousValue) {
|
396
|
+
if (!this.userChangedValue) {
|
397
|
+
this.setNumberValue({
|
398
|
+
origin: "direct",
|
399
|
+
previousValue,
|
400
|
+
value: newValue == null || newValue == ""
|
401
|
+
? ""
|
402
|
+
: isValidNumber(newValue)
|
403
|
+
? newValue
|
404
|
+
: this.previousValue || ""
|
405
|
+
});
|
406
|
+
this.warnAboutInvalidNumberValue(newValue);
|
407
|
+
}
|
408
|
+
this.userChangedValue = false;
|
409
|
+
}
|
410
|
+
updateRequestedIcon() {
|
411
|
+
this.requestedIcon = setRequestedIcon({}, this.icon, "number");
|
412
|
+
}
|
413
|
+
get isClearable() {
|
414
|
+
return this.clearable && this.value.length > 0;
|
415
|
+
}
|
416
|
+
//--------------------------------------------------------------------------
|
417
|
+
//
|
418
|
+
// Lifecycle
|
419
|
+
//
|
420
|
+
//--------------------------------------------------------------------------
|
421
|
+
connectedCallback() {
|
422
|
+
var _a;
|
423
|
+
connectLocalized(this);
|
424
|
+
this.scale = getElementProp(this.el, "scale", this.scale);
|
425
|
+
this.status = getElementProp(this.el, "status", this.status);
|
426
|
+
this.inlineEditableEl = this.el.closest("calcite-inline-editable");
|
427
|
+
if (this.inlineEditableEl) {
|
428
|
+
this.editingEnabled = this.inlineEditableEl.editingEnabled || false;
|
429
|
+
}
|
430
|
+
connectLabel(this);
|
431
|
+
connectForm(this);
|
432
|
+
this.setPreviousEmittedNumberValue(this.value);
|
433
|
+
this.setPreviousNumberValue(this.value);
|
434
|
+
this.warnAboutInvalidNumberValue(this.value);
|
435
|
+
this.setNumberValue({
|
436
|
+
origin: "connected",
|
437
|
+
value: isValidNumber(this.value) ? this.value : ""
|
438
|
+
});
|
439
|
+
(_a = this.mutationObserver) === null || _a === void 0 ? void 0 : _a.observe(this.el, { childList: true });
|
440
|
+
this.setDisabledAction();
|
441
|
+
this.el.addEventListener("calciteInternalHiddenInputChange", this.hiddenInputChangeHandler);
|
442
|
+
}
|
443
|
+
disconnectedCallback() {
|
444
|
+
var _a;
|
445
|
+
disconnectLabel(this);
|
446
|
+
disconnectForm(this);
|
447
|
+
disconnectLocalized(this);
|
448
|
+
(_a = this.mutationObserver) === null || _a === void 0 ? void 0 : _a.disconnect();
|
449
|
+
this.el.removeEventListener("calciteInternalHiddenInputChange", this.hiddenInputChangeHandler);
|
450
|
+
}
|
451
|
+
componentWillLoad() {
|
452
|
+
var _a, _b;
|
453
|
+
this.maxString = (_a = this.max) === null || _a === void 0 ? void 0 : _a.toString();
|
454
|
+
this.minString = (_b = this.min) === null || _b === void 0 ? void 0 : _b.toString();
|
455
|
+
this.requestedIcon = setRequestedIcon({}, this.icon, "number");
|
456
|
+
}
|
457
|
+
componentShouldUpdate(newValue, oldValue, property) {
|
458
|
+
if (property === "value" && newValue && !isValidNumber(newValue)) {
|
459
|
+
this.setNumberValue({
|
460
|
+
origin: "reset",
|
461
|
+
value: oldValue
|
462
|
+
});
|
463
|
+
return false;
|
464
|
+
}
|
465
|
+
return true;
|
466
|
+
}
|
467
|
+
componentDidRender() {
|
468
|
+
updateHostInteraction(this);
|
469
|
+
}
|
470
|
+
//--------------------------------------------------------------------------
|
471
|
+
//
|
472
|
+
// Public Methods
|
473
|
+
//
|
474
|
+
//--------------------------------------------------------------------------
|
475
|
+
/** Sets focus on the component. */
|
476
|
+
async setFocus() {
|
477
|
+
var _a;
|
478
|
+
(_a = this.childNumberEl) === null || _a === void 0 ? void 0 : _a.focus();
|
479
|
+
}
|
480
|
+
/** Selects all text of the component's `value`. */
|
481
|
+
async selectText() {
|
482
|
+
var _a;
|
483
|
+
(_a = this.childNumberEl) === null || _a === void 0 ? void 0 : _a.select();
|
484
|
+
}
|
485
|
+
onLabelClick() {
|
486
|
+
this.setFocus();
|
487
|
+
}
|
488
|
+
incrementOrDecrementNumberValue(direction, inputMax, inputMin, nativeEvent) {
|
489
|
+
const { value } = this;
|
490
|
+
const inputStep = this.step === "any" ? 1 : Math.abs(this.step || 1);
|
491
|
+
const inputVal = value && value !== "" ? parseFloat(value) : 0;
|
492
|
+
const adjustment = direction === "up" ? 1 : -1;
|
493
|
+
const nudgedValue = inputVal + inputStep * adjustment;
|
494
|
+
const finalValue = (typeof inputMin === "number" && !isNaN(inputMin) && nudgedValue < inputMin) ||
|
495
|
+
(typeof inputMax === "number" && !isNaN(inputMax) && nudgedValue > inputMax)
|
496
|
+
? inputVal
|
497
|
+
: nudgedValue;
|
498
|
+
const inputValPlaces = decimalPlaces(inputVal);
|
499
|
+
const inputStepPlaces = decimalPlaces(inputStep);
|
500
|
+
this.setNumberValue({
|
501
|
+
committing: true,
|
502
|
+
nativeEvent,
|
503
|
+
origin: "user",
|
504
|
+
value: finalValue.toFixed(Math.max(inputValPlaces, inputStepPlaces))
|
505
|
+
});
|
506
|
+
}
|
507
|
+
onFormReset() {
|
508
|
+
this.setNumberValue({
|
509
|
+
origin: "reset",
|
510
|
+
value: this.defaultValue
|
511
|
+
});
|
512
|
+
}
|
513
|
+
syncHiddenFormInput(input) {
|
514
|
+
var _a, _b, _c, _d;
|
515
|
+
input.type = "number";
|
516
|
+
input.min = (_b = (_a = this.min) === null || _a === void 0 ? void 0 : _a.toString(10)) !== null && _b !== void 0 ? _b : "";
|
517
|
+
input.max = (_d = (_c = this.max) === null || _c === void 0 ? void 0 : _c.toString(10)) !== null && _d !== void 0 ? _d : "";
|
518
|
+
}
|
519
|
+
setDisabledAction() {
|
520
|
+
const slottedActionEl = getSlotted(this.el, "action");
|
521
|
+
if (!slottedActionEl) {
|
522
|
+
return;
|
523
|
+
}
|
524
|
+
this.disabled
|
525
|
+
? slottedActionEl.setAttribute("disabled", "")
|
526
|
+
: slottedActionEl.removeAttribute("disabled");
|
527
|
+
}
|
528
|
+
warnAboutInvalidNumberValue(value) {
|
529
|
+
if (value && !isValidNumber(value)) {
|
530
|
+
console.warn(`The specified value "${value}" cannot be parsed, or is out of range.`);
|
531
|
+
}
|
532
|
+
}
|
533
|
+
// --------------------------------------------------------------------------
|
534
|
+
//
|
535
|
+
// Render Methods
|
536
|
+
//
|
537
|
+
// --------------------------------------------------------------------------
|
538
|
+
render() {
|
539
|
+
const dir = getElementDir(this.el);
|
540
|
+
const loader = (h("div", { class: CSS.loader }, h("calcite-progress", { label: this.intlLoading, type: "indeterminate" })));
|
541
|
+
const inputClearButton = (h("button", { "aria-label": this.intlClear || TEXT.clear, class: CSS.clearButton, disabled: this.disabled || this.readOnly, onClick: this.clearInputValue, tabIndex: -1, type: "button" }, h("calcite-icon", { icon: "x", scale: "s" })));
|
542
|
+
const iconEl = (h("calcite-icon", { class: CSS.inputIcon, flipRtl: this.iconFlipRtl, icon: this.requestedIcon, scale: "s" }));
|
543
|
+
const isHorizontalNumberButton = this.numberButtonType === "horizontal";
|
544
|
+
const numberButtonsHorizontalUp = (h("button", { "aria-hidden": "true", class: {
|
545
|
+
[CSS.numberButtonItem]: true,
|
546
|
+
[CSS.buttonItemHorizontal]: isHorizontalNumberButton
|
547
|
+
}, "data-adjustment": "up", disabled: this.disabled || this.readOnly, onPointerDown: this.nudgeButtonPointerDownHandler, onPointerOut: this.nudgeButtonPointerUpAndOutHandler, onPointerUp: this.nudgeButtonPointerUpAndOutHandler, tabIndex: -1, type: "button" }, h("calcite-icon", { icon: "chevron-up", scale: "s" })));
|
548
|
+
const numberButtonsHorizontalDown = (h("button", { "aria-hidden": "true", class: {
|
549
|
+
[CSS.numberButtonItem]: true,
|
550
|
+
[CSS.buttonItemHorizontal]: isHorizontalNumberButton
|
551
|
+
}, "data-adjustment": "down", disabled: this.disabled || this.readOnly, onPointerDown: this.nudgeButtonPointerDownHandler, onPointerOut: this.nudgeButtonPointerUpAndOutHandler, onPointerUp: this.nudgeButtonPointerUpAndOutHandler, tabIndex: -1, type: "button" }, h("calcite-icon", { icon: "chevron-down", scale: "s" })));
|
552
|
+
const numberButtonsVertical = (h("div", { class: CSS.numberButtonWrapper }, numberButtonsHorizontalUp, numberButtonsHorizontalDown));
|
553
|
+
const prefixText = h("div", { class: CSS.prefix }, this.prefixText);
|
554
|
+
const suffixText = h("div", { class: CSS.suffix }, this.suffixText);
|
555
|
+
const childEl = (h("input", { "aria-label": getLabelText(this), autofocus: this.autofocus ? true : null, defaultValue: this.defaultValue, disabled: this.disabled ? true : null, enterKeyHint: this.el.enterKeyHint, inputMode: this.el.inputMode, key: "localized-input", maxLength: this.maxLength, minLength: this.minLength, name: undefined, onBlur: this.inputNumberBlurHandler, onFocus: this.inputNumberFocusHandler, onInput: this.inputNumberInputHandler, onKeyDown: this.inputNumberKeyDownHandler, onKeyUp: this.inputNumberKeyUpHandler, placeholder: this.placeholder || "", readOnly: this.readOnly, ref: this.setChildNumberElRef, type: "text", value: this.localizedValue }));
|
556
|
+
return (h(Host, { onClick: this.inputNumberFocusHandler, onKeyDown: this.keyDownHandler }, h("div", { class: { [CSS.inputWrapper]: true, [CSS_UTILITY.rtl]: dir === "rtl" } }, this.numberButtonType === "horizontal" && !this.readOnly
|
557
|
+
? numberButtonsHorizontalDown
|
558
|
+
: null, this.prefixText ? prefixText : null, h("div", { class: CSS.wrapper }, childEl, this.isClearable ? inputClearButton : null, this.requestedIcon ? iconEl : null, this.loading ? loader : null), h("div", { class: CSS.actionWrapper }, h("slot", { name: SLOTS.action })), this.numberButtonType === "vertical" && !this.readOnly ? numberButtonsVertical : null, this.suffixText ? suffixText : null, this.numberButtonType === "horizontal" && !this.readOnly
|
559
|
+
? numberButtonsHorizontalUp
|
560
|
+
: null, h(HiddenFormInputSlot, { component: this }))));
|
561
|
+
}
|
562
|
+
get el() { return this; }
|
563
|
+
static get watchers() { return {
|
564
|
+
"disabled": ["disabledWatcher"],
|
565
|
+
"locale": ["localeChanged"],
|
566
|
+
"max": ["maxWatcher"],
|
567
|
+
"min": ["minWatcher"],
|
568
|
+
"value": ["valueWatcher"],
|
569
|
+
"icon": ["updateRequestedIcon"]
|
570
|
+
}; }
|
571
|
+
static get style() { return inputNumberCss; }
|
572
|
+
}, [1, "calcite-input-number", {
|
573
|
+
"alignment": [513],
|
574
|
+
"autofocus": [516],
|
575
|
+
"clearable": [516],
|
576
|
+
"disabled": [516],
|
577
|
+
"groupSeparator": [516, "group-separator"],
|
578
|
+
"hidden": [516],
|
579
|
+
"icon": [520],
|
580
|
+
"intlClear": [1, "intl-clear"],
|
581
|
+
"intlLoading": [1, "intl-loading"],
|
582
|
+
"iconFlipRtl": [516, "icon-flip-rtl"],
|
583
|
+
"label": [1],
|
584
|
+
"loading": [516],
|
585
|
+
"locale": [1],
|
586
|
+
"numberingSystem": [513, "numbering-system"],
|
587
|
+
"localeFormat": [4, "locale-format"],
|
588
|
+
"max": [514],
|
589
|
+
"min": [514],
|
590
|
+
"maxLength": [514, "max-length"],
|
591
|
+
"minLength": [514, "min-length"],
|
592
|
+
"name": [513],
|
593
|
+
"numberButtonType": [513, "number-button-type"],
|
594
|
+
"placeholder": [1],
|
595
|
+
"prefixText": [1, "prefix-text"],
|
596
|
+
"readOnly": [516, "read-only"],
|
597
|
+
"required": [516],
|
598
|
+
"scale": [1537],
|
599
|
+
"status": [1537],
|
600
|
+
"step": [520],
|
601
|
+
"suffixText": [1, "suffix-text"],
|
602
|
+
"editingEnabled": [1540, "editing-enabled"],
|
603
|
+
"value": [1025],
|
604
|
+
"effectiveLocale": [32],
|
605
|
+
"localizedValue": [32],
|
606
|
+
"setFocus": [64],
|
607
|
+
"selectText": [64]
|
608
|
+
}]);
|
609
|
+
function defineCustomElement$1() {
|
610
|
+
if (typeof customElements === "undefined") {
|
611
|
+
return;
|
612
|
+
}
|
613
|
+
const components = ["calcite-input-number", "calcite-icon", "calcite-progress"];
|
614
|
+
components.forEach(tagName => { switch (tagName) {
|
615
|
+
case "calcite-input-number":
|
616
|
+
if (!customElements.get(tagName)) {
|
617
|
+
customElements.define(tagName, InputNumber);
|
618
|
+
}
|
619
|
+
break;
|
620
|
+
case "calcite-icon":
|
621
|
+
if (!customElements.get(tagName)) {
|
622
|
+
defineCustomElement$3();
|
623
|
+
}
|
624
|
+
break;
|
625
|
+
case "calcite-progress":
|
626
|
+
if (!customElements.get(tagName)) {
|
627
|
+
defineCustomElement$2();
|
628
|
+
}
|
629
|
+
break;
|
630
|
+
} });
|
631
|
+
}
|
632
|
+
defineCustomElement$1();
|
633
|
+
|
634
|
+
const CalciteInputNumber = InputNumber;
|
635
|
+
const defineCustomElement = defineCustomElement$1;
|
636
|
+
|
637
|
+
export { CalciteInputNumber, defineCustomElement };
|