@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,294 @@
|
|
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 } from '@stencil/core/internal/client';
|
7
|
+
import { g as getElementProp, b as getSlotted } from './dom.js';
|
8
|
+
import { c as connectLabel, d as disconnectLabel, g as getLabelText } from './label2.js';
|
9
|
+
import { c as createObserver } from './observers.js';
|
10
|
+
import { u as updateHostInteraction } from './interactive.js';
|
11
|
+
import { d as defineCustomElement$4 } from './button.js';
|
12
|
+
import { d as defineCustomElement$3 } from './icon.js';
|
13
|
+
import { d as defineCustomElement$2 } from './loader.js';
|
14
|
+
|
15
|
+
/*!
|
16
|
+
* All material copyright ESRI, All Rights Reserved, unless otherwise specified.
|
17
|
+
* See https://github.com/Esri/calcite-components/blob/master/LICENSE.md for details.
|
18
|
+
* v1.0.0-beta.97
|
19
|
+
*/
|
20
|
+
const CSS = {
|
21
|
+
wrapper: "wrapper",
|
22
|
+
confirmChangesButton: "confirm-changes-button",
|
23
|
+
cancelEditingButton: "cancel-editing-button",
|
24
|
+
inputWrapper: "input-wrapper",
|
25
|
+
cancelEditingButtonWrapper: "cancel-editing-button-wrapper",
|
26
|
+
enableEditingButton: "enable-editing-button",
|
27
|
+
controlsWrapper: "controls-wrapper"
|
28
|
+
};
|
29
|
+
const TEXT = {
|
30
|
+
intlEnablingEditing: "Click to edit",
|
31
|
+
intlCancelEditing: "Cancel",
|
32
|
+
intlConfirmChanges: "Save"
|
33
|
+
};
|
34
|
+
|
35
|
+
const inlineEditableCss = "@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]) .controls-wrapper{block-size:1.5rem}:host([scale=m]) .controls-wrapper{block-size:2rem}:host([scale=l]) .controls-wrapper{block-size:2.75rem}:host(:not([editing-enabled]):not([disabled])) .wrapper:hover{background-color:var(--calcite-ui-foreground-2)}.wrapper{box-sizing:border-box;display:flex;justify-content:space-between;background-color:var(--calcite-ui-foreground-1);transition:all var(--calcite-animation-timing) ease-in-out 0s, outline 0s, outline-offset 0s}.wrapper .input-wrapper{flex:1 1 0%}.controls-wrapper{display:flex}:host([disabled]) .cancel-editing-button-wrapper{border-color:var(--calcite-ui-border-2)}:host([disabled]) ::slotted([calcite-hydrated][disabled]),:host([disabled]) [calcite-hydrated][disabled]{opacity:1}";
|
36
|
+
|
37
|
+
const InlineEditable = /*@__PURE__*/ proxyCustomElement(class extends HTMLElement {
|
38
|
+
constructor() {
|
39
|
+
super();
|
40
|
+
this.__registerHost();
|
41
|
+
this.__attachShadow();
|
42
|
+
this.calciteInlineEditableEditCancel = createEvent(this, "calciteInlineEditableEditCancel", 6);
|
43
|
+
this.calciteInlineEditableEditConfirm = createEvent(this, "calciteInlineEditableEditConfirm", 6);
|
44
|
+
this.calciteInternalInlineEditableEnableEditingChange = createEvent(this, "calciteInternalInlineEditableEnableEditingChange", 6);
|
45
|
+
//--------------------------------------------------------------------------
|
46
|
+
//
|
47
|
+
// Props
|
48
|
+
//
|
49
|
+
//--------------------------------------------------------------------------
|
50
|
+
/** specify whether editing can be enabled */
|
51
|
+
this.disabled = false;
|
52
|
+
/** specify whether the wrapped input element is editable, defaults to false */
|
53
|
+
this.editingEnabled = false;
|
54
|
+
/** specify whether the confirm button should display a loading state, defaults to false */
|
55
|
+
this.loading = false;
|
56
|
+
/** specify whether save/cancel controls should be displayed when editingEnabled is true, defaults to false */
|
57
|
+
this.controls = false;
|
58
|
+
/**
|
59
|
+
* specify text to be user for the enable editing button's aria-label, defaults to `Click to edit`
|
60
|
+
*
|
61
|
+
* @default "Click to edit"
|
62
|
+
*/
|
63
|
+
this.intlEnableEditing = TEXT.intlEnablingEditing;
|
64
|
+
/**
|
65
|
+
* specify text to be user for the cancel editing button's aria-label, defaults to `Cancel`
|
66
|
+
*
|
67
|
+
* @default "Cancel"
|
68
|
+
*/
|
69
|
+
this.intlCancelEditing = TEXT.intlCancelEditing;
|
70
|
+
/**
|
71
|
+
* specify text to be user for the confirm changes button's aria-label, defaults to `Save`
|
72
|
+
*
|
73
|
+
* @default "Save"
|
74
|
+
*/
|
75
|
+
this.intlConfirmChanges = TEXT.intlConfirmChanges;
|
76
|
+
this.mutationObserver = createObserver("mutation", () => this.mutationObserverCallback());
|
77
|
+
this.enableEditing = () => {
|
78
|
+
var _a, _b;
|
79
|
+
this.valuePriorToEditing = (_a = this.inputElement) === null || _a === void 0 ? void 0 : _a.value;
|
80
|
+
this.editingEnabled = true;
|
81
|
+
(_b = this.inputElement) === null || _b === void 0 ? void 0 : _b.setFocus();
|
82
|
+
this.calciteInternalInlineEditableEnableEditingChange.emit();
|
83
|
+
};
|
84
|
+
this.disableEditing = () => {
|
85
|
+
this.editingEnabled = false;
|
86
|
+
};
|
87
|
+
this.cancelEditing = () => {
|
88
|
+
if (this.inputElement) {
|
89
|
+
this.inputElement.value = this.valuePriorToEditing;
|
90
|
+
}
|
91
|
+
this.disableEditing();
|
92
|
+
this.enableEditingButton.setFocus();
|
93
|
+
if (!this.editingEnabled && !!this.shouldEmitCancel) {
|
94
|
+
this.calciteInlineEditableEditCancel.emit();
|
95
|
+
}
|
96
|
+
};
|
97
|
+
this.escapeKeyHandler = async (event) => {
|
98
|
+
var _a;
|
99
|
+
if (event.defaultPrevented) {
|
100
|
+
return;
|
101
|
+
}
|
102
|
+
if (event.key === "Escape") {
|
103
|
+
event.preventDefault();
|
104
|
+
this.cancelEditing();
|
105
|
+
}
|
106
|
+
if (event.key === "Tab" && this.shouldShowControls) {
|
107
|
+
if (!event.shiftKey && event.target === this.inputElement) {
|
108
|
+
event.preventDefault();
|
109
|
+
this.cancelEditingButton.setFocus();
|
110
|
+
}
|
111
|
+
if (!!event.shiftKey && event.target === this.cancelEditingButton) {
|
112
|
+
event.preventDefault();
|
113
|
+
(_a = this.inputElement) === null || _a === void 0 ? void 0 : _a.setFocus();
|
114
|
+
}
|
115
|
+
}
|
116
|
+
};
|
117
|
+
this.cancelEditingHandler = async (event) => {
|
118
|
+
event.preventDefault();
|
119
|
+
this.cancelEditing();
|
120
|
+
};
|
121
|
+
this.enableEditingHandler = async (event) => {
|
122
|
+
if (this.disabled ||
|
123
|
+
event.target === this.cancelEditingButton ||
|
124
|
+
event.target === this.confirmEditingButton) {
|
125
|
+
return;
|
126
|
+
}
|
127
|
+
event.preventDefault();
|
128
|
+
if (!this.editingEnabled) {
|
129
|
+
this.enableEditing();
|
130
|
+
}
|
131
|
+
};
|
132
|
+
this.confirmChangesHandler = async (event) => {
|
133
|
+
event.preventDefault();
|
134
|
+
this.calciteInlineEditableEditConfirm.emit();
|
135
|
+
try {
|
136
|
+
if (this.afterConfirm) {
|
137
|
+
this.loading = true;
|
138
|
+
await this.afterConfirm();
|
139
|
+
this.disableEditing();
|
140
|
+
this.enableEditingButton.setFocus();
|
141
|
+
}
|
142
|
+
}
|
143
|
+
catch (error) {
|
144
|
+
}
|
145
|
+
finally {
|
146
|
+
this.loading = false;
|
147
|
+
}
|
148
|
+
};
|
149
|
+
}
|
150
|
+
disabledWatcher(disabled) {
|
151
|
+
if (this.inputElement) {
|
152
|
+
this.inputElement.disabled = disabled;
|
153
|
+
}
|
154
|
+
}
|
155
|
+
editingEnabledWatcher(newValue, oldValue) {
|
156
|
+
if (this.inputElement) {
|
157
|
+
this.inputElement.editingEnabled = newValue;
|
158
|
+
}
|
159
|
+
if (!newValue && !!oldValue) {
|
160
|
+
this.shouldEmitCancel = true;
|
161
|
+
}
|
162
|
+
}
|
163
|
+
//--------------------------------------------------------------------------
|
164
|
+
//
|
165
|
+
// Lifecycle
|
166
|
+
//
|
167
|
+
//--------------------------------------------------------------------------
|
168
|
+
connectedCallback() {
|
169
|
+
var _a;
|
170
|
+
connectLabel(this);
|
171
|
+
(_a = this.mutationObserver) === null || _a === void 0 ? void 0 : _a.observe(this.el, { childList: true });
|
172
|
+
this.mutationObserverCallback();
|
173
|
+
}
|
174
|
+
disconnectedCallback() {
|
175
|
+
var _a;
|
176
|
+
disconnectLabel(this);
|
177
|
+
(_a = this.mutationObserver) === null || _a === void 0 ? void 0 : _a.disconnect();
|
178
|
+
}
|
179
|
+
componentDidRender() {
|
180
|
+
updateHostInteraction(this);
|
181
|
+
}
|
182
|
+
render() {
|
183
|
+
return (h("div", { class: CSS.wrapper, onClick: this.enableEditingHandler, onKeyDown: this.escapeKeyHandler }, h("div", { class: CSS.inputWrapper }, h("slot", null)), h("div", { class: CSS.controlsWrapper }, h("calcite-button", { appearance: "transparent", class: CSS.enableEditingButton, color: "neutral", disabled: this.disabled, iconStart: "pencil", label: this.intlEnableEditing, onClick: this.enableEditingHandler, ref: (el) => (this.enableEditingButton = el), scale: this.scale, style: {
|
184
|
+
opacity: this.editingEnabled ? "0" : "1",
|
185
|
+
width: this.editingEnabled ? "0" : "inherit"
|
186
|
+
}, type: "button" }), this.shouldShowControls && [
|
187
|
+
h("div", { class: CSS.cancelEditingButtonWrapper }, h("calcite-button", { appearance: "transparent", class: CSS.cancelEditingButton, color: "neutral", disabled: this.disabled, iconStart: "x", label: this.intlCancelEditing, onClick: this.cancelEditingHandler, ref: (el) => (this.cancelEditingButton = el), scale: this.scale, type: "button" })),
|
188
|
+
h("calcite-button", { appearance: "solid", class: CSS.confirmChangesButton, color: "blue", disabled: this.disabled, iconStart: "check", label: this.intlConfirmChanges, loading: this.loading, onClick: this.confirmChangesHandler, ref: (el) => (this.confirmEditingButton = el), scale: this.scale, type: "button" })
|
189
|
+
])));
|
190
|
+
}
|
191
|
+
//--------------------------------------------------------------------------
|
192
|
+
//
|
193
|
+
// Event Listeners
|
194
|
+
//
|
195
|
+
//--------------------------------------------------------------------------
|
196
|
+
blurHandler() {
|
197
|
+
if (!this.controls) {
|
198
|
+
this.disableEditing();
|
199
|
+
}
|
200
|
+
}
|
201
|
+
//--------------------------------------------------------------------------
|
202
|
+
//
|
203
|
+
// Public Methods
|
204
|
+
//
|
205
|
+
//--------------------------------------------------------------------------
|
206
|
+
async setFocus() {
|
207
|
+
var _a, _b;
|
208
|
+
if (this.editingEnabled) {
|
209
|
+
(_a = this.inputElement) === null || _a === void 0 ? void 0 : _a.setFocus();
|
210
|
+
}
|
211
|
+
else {
|
212
|
+
(_b = this.enableEditingButton) === null || _b === void 0 ? void 0 : _b.setFocus();
|
213
|
+
}
|
214
|
+
}
|
215
|
+
//--------------------------------------------------------------------------
|
216
|
+
//
|
217
|
+
// Private Methods
|
218
|
+
//
|
219
|
+
//--------------------------------------------------------------------------
|
220
|
+
mutationObserverCallback() {
|
221
|
+
var _a;
|
222
|
+
this.updateSlottedInput();
|
223
|
+
this.scale =
|
224
|
+
this.scale || ((_a = this.inputElement) === null || _a === void 0 ? void 0 : _a.scale) || getElementProp(this.el, "scale", undefined);
|
225
|
+
}
|
226
|
+
onLabelClick() {
|
227
|
+
this.setFocus();
|
228
|
+
}
|
229
|
+
updateSlottedInput() {
|
230
|
+
const inputElement = getSlotted(this.el, {
|
231
|
+
matches: "calcite-input"
|
232
|
+
});
|
233
|
+
this.inputElement = inputElement;
|
234
|
+
if (!inputElement) {
|
235
|
+
return;
|
236
|
+
}
|
237
|
+
this.inputElement.disabled = this.disabled;
|
238
|
+
this.inputElement.label = this.inputElement.label || getLabelText(this);
|
239
|
+
}
|
240
|
+
get shouldShowControls() {
|
241
|
+
return this.editingEnabled && this.controls;
|
242
|
+
}
|
243
|
+
get el() { return this; }
|
244
|
+
static get watchers() { return {
|
245
|
+
"disabled": ["disabledWatcher"],
|
246
|
+
"editingEnabled": ["editingEnabledWatcher"]
|
247
|
+
}; }
|
248
|
+
static get style() { return inlineEditableCss; }
|
249
|
+
}, [1, "calcite-inline-editable", {
|
250
|
+
"disabled": [516],
|
251
|
+
"editingEnabled": [1540, "editing-enabled"],
|
252
|
+
"loading": [1540],
|
253
|
+
"controls": [516],
|
254
|
+
"intlEnableEditing": [513, "intl-enable-editing"],
|
255
|
+
"intlCancelEditing": [513, "intl-cancel-editing"],
|
256
|
+
"intlConfirmChanges": [513, "intl-confirm-changes"],
|
257
|
+
"scale": [1537],
|
258
|
+
"afterConfirm": [16],
|
259
|
+
"setFocus": [64]
|
260
|
+
}, [[0, "calciteInternalInputBlur", "blurHandler"]]]);
|
261
|
+
function defineCustomElement$1() {
|
262
|
+
if (typeof customElements === "undefined") {
|
263
|
+
return;
|
264
|
+
}
|
265
|
+
const components = ["calcite-inline-editable", "calcite-button", "calcite-icon", "calcite-loader"];
|
266
|
+
components.forEach(tagName => { switch (tagName) {
|
267
|
+
case "calcite-inline-editable":
|
268
|
+
if (!customElements.get(tagName)) {
|
269
|
+
customElements.define(tagName, InlineEditable);
|
270
|
+
}
|
271
|
+
break;
|
272
|
+
case "calcite-button":
|
273
|
+
if (!customElements.get(tagName)) {
|
274
|
+
defineCustomElement$4();
|
275
|
+
}
|
276
|
+
break;
|
277
|
+
case "calcite-icon":
|
278
|
+
if (!customElements.get(tagName)) {
|
279
|
+
defineCustomElement$3();
|
280
|
+
}
|
281
|
+
break;
|
282
|
+
case "calcite-loader":
|
283
|
+
if (!customElements.get(tagName)) {
|
284
|
+
defineCustomElement$2();
|
285
|
+
}
|
286
|
+
break;
|
287
|
+
} });
|
288
|
+
}
|
289
|
+
defineCustomElement$1();
|
290
|
+
|
291
|
+
const CalciteInlineEditable = InlineEditable;
|
292
|
+
const defineCustomElement = defineCustomElement$1;
|
293
|
+
|
294
|
+
export { CalciteInlineEditable, defineCustomElement };
|