@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,75 @@
|
|
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, h } from '@stencil/core/internal/client';
|
7
|
+
import { g as getAncestors, a as getDepth } from './utils2.js';
|
8
|
+
import { g as guid } from './guid.js';
|
9
|
+
import { g as getElementProp } from './dom.js';
|
10
|
+
|
11
|
+
/*!
|
12
|
+
* All material copyright ESRI, All Rights Reserved, unless otherwise specified.
|
13
|
+
* See https://github.com/Esri/calcite-components/blob/master/LICENSE.md for details.
|
14
|
+
* v1.0.0-beta.97
|
15
|
+
*/
|
16
|
+
const CSS = {
|
17
|
+
list: "list",
|
18
|
+
label: "label",
|
19
|
+
title: "title"
|
20
|
+
};
|
21
|
+
|
22
|
+
const comboboxItemGroupCss = "@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}.scale--s{font-size:var(--calcite-font-size--2);line-height:1rem;--calcite-combobox-item-spacing-unit-l:0.5rem;--calcite-combobox-item-spacing-unit-s:0.25rem;--calcite-combobox-item-spacing-indent-1:0.5rem;--calcite-combobox-item-spacing-indent-2:1rem}.scale--m{font-size:var(--calcite-font-size--1);line-height:1rem;--calcite-combobox-item-spacing-unit-l:0.75rem;--calcite-combobox-item-spacing-unit-s:0.5rem;--calcite-combobox-item-spacing-indent-1:0.75rem;--calcite-combobox-item-spacing-indent-2:1.5rem}.scale--l{font-size:var(--calcite-font-size-0);line-height:1.25rem;--calcite-combobox-item-spacing-unit-l:1rem;--calcite-combobox-item-spacing-unit-s:0.75rem;--calcite-combobox-item-spacing-indent-1:1rem;--calcite-combobox-item-spacing-indent-2:2rem}:host,.list{margin:0px;display:flex;flex-direction:column;padding:0px}:host(:focus),.list:focus{outline:2px solid transparent;outline-offset:2px}.label{box-sizing:border-box;display:flex;inline-size:100%;min-inline-size:0px;max-inline-size:100%;color:var(--calcite-ui-text-3)}.label--indent-1{-webkit-padding-start:var(--calcite-combobox-item-spacing-indent-1);padding-inline-start:var(--calcite-combobox-item-spacing-indent-1)}.label--indent-2{-webkit-padding-start:var(--calcite-combobox-item-spacing-indent-2);padding-inline-start:var(--calcite-combobox-item-spacing-indent-2)}.title{border:0 solid;display:block;flex:1 1 0%;border-block-end-width:1px;font-weight:var(--calcite-font-weight-bold);color:var(--calcite-ui-text-2);word-wrap:break-word;word-break:break-word;border-block-end-color:var(--calcite-ui-border-3);padding-block:var(--calcite-combobox-item-spacing-unit-l);padding-inline:0;margin-inline:var(--calcite-combobox-item-spacing-unit-s)}";
|
23
|
+
|
24
|
+
const ComboboxItemGroup = /*@__PURE__*/ proxyCustomElement(class extends HTMLElement {
|
25
|
+
constructor() {
|
26
|
+
super();
|
27
|
+
this.__registerHost();
|
28
|
+
this.__attachShadow();
|
29
|
+
this.guid = guid();
|
30
|
+
this.scale = "m";
|
31
|
+
}
|
32
|
+
// --------------------------------------------------------------------------
|
33
|
+
//
|
34
|
+
// Lifecycle
|
35
|
+
//
|
36
|
+
// --------------------------------------------------------------------------
|
37
|
+
connectedCallback() {
|
38
|
+
this.ancestors = getAncestors(this.el);
|
39
|
+
this.scale = getElementProp(this.el, "scale", this.scale);
|
40
|
+
}
|
41
|
+
// --------------------------------------------------------------------------
|
42
|
+
//
|
43
|
+
// Render Methods
|
44
|
+
//
|
45
|
+
// --------------------------------------------------------------------------
|
46
|
+
render() {
|
47
|
+
const { el, scale } = this;
|
48
|
+
const indent = `${CSS.label}--indent-${getDepth(el)}`;
|
49
|
+
return (h("ul", { "aria-labelledby": this.guid, class: { [CSS.list]: true, [`scale--${scale}`]: true }, role: "group" }, h("li", { class: { [CSS.label]: true, [indent]: true }, id: this.guid, role: "presentation" }, h("span", { class: CSS.title }, this.label)), h("slot", null)));
|
50
|
+
}
|
51
|
+
get el() { return this; }
|
52
|
+
static get style() { return comboboxItemGroupCss; }
|
53
|
+
}, [1, "calcite-combobox-item-group", {
|
54
|
+
"ancestors": [1040],
|
55
|
+
"label": [1]
|
56
|
+
}]);
|
57
|
+
function defineCustomElement$1() {
|
58
|
+
if (typeof customElements === "undefined") {
|
59
|
+
return;
|
60
|
+
}
|
61
|
+
const components = ["calcite-combobox-item-group"];
|
62
|
+
components.forEach(tagName => { switch (tagName) {
|
63
|
+
case "calcite-combobox-item-group":
|
64
|
+
if (!customElements.get(tagName)) {
|
65
|
+
customElements.define(tagName, ComboboxItemGroup);
|
66
|
+
}
|
67
|
+
break;
|
68
|
+
} });
|
69
|
+
}
|
70
|
+
defineCustomElement$1();
|
71
|
+
|
72
|
+
const CalciteComboboxItemGroup = ComboboxItemGroup;
|
73
|
+
const defineCustomElement = defineCustomElement$1;
|
74
|
+
|
75
|
+
export { CalciteComboboxItemGroup, defineCustomElement };
|
@@ -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 { C as ComboboxItem, d as defineCustomElement$1 } from './combobox-item.js';
|
7
|
+
|
8
|
+
const CalciteComboboxItem = ComboboxItem;
|
9
|
+
const defineCustomElement = defineCustomElement$1;
|
10
|
+
|
11
|
+
export { CalciteComboboxItem, defineCustomElement };
|
@@ -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 { C as Combobox, d as defineCustomElement$1 } from './combobox.js';
|
7
|
+
|
8
|
+
const CalciteCombobox = Combobox;
|
9
|
+
const defineCustomElement = defineCustomElement$1;
|
10
|
+
|
11
|
+
export { CalciteCombobox, defineCustomElement };
|
@@ -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 { D as DatePickerDay, d as defineCustomElement$1 } from './date-picker-day.js';
|
7
|
+
|
8
|
+
const CalciteDatePickerDay = DatePickerDay;
|
9
|
+
const defineCustomElement = defineCustomElement$1;
|
10
|
+
|
11
|
+
export { CalciteDatePickerDay, defineCustomElement };
|
@@ -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 { D as DatePickerMonthHeader, d as defineCustomElement$1 } from './date-picker-month-header.js';
|
7
|
+
|
8
|
+
const CalciteDatePickerMonthHeader = DatePickerMonthHeader;
|
9
|
+
const defineCustomElement = defineCustomElement$1;
|
10
|
+
|
11
|
+
export { CalciteDatePickerMonthHeader, defineCustomElement };
|
@@ -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 { D as DatePickerMonth, d as defineCustomElement$1 } from './date-picker-month.js';
|
7
|
+
|
8
|
+
const CalciteDatePickerMonth = DatePickerMonth;
|
9
|
+
const defineCustomElement = defineCustomElement$1;
|
10
|
+
|
11
|
+
export { CalciteDatePickerMonth, defineCustomElement };
|
@@ -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 { D as DatePicker, d as defineCustomElement$1 } from './date-picker.js';
|
7
|
+
|
8
|
+
const CalciteDatePicker = DatePicker;
|
9
|
+
const defineCustomElement = defineCustomElement$1;
|
10
|
+
|
11
|
+
export { CalciteDatePicker, defineCustomElement };
|
@@ -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 { D as DropdownGroup, d as defineCustomElement$1 } from './dropdown-group.js';
|
7
|
+
|
8
|
+
const CalciteDropdownGroup = DropdownGroup;
|
9
|
+
const defineCustomElement = defineCustomElement$1;
|
10
|
+
|
11
|
+
export { CalciteDropdownGroup, defineCustomElement };
|
@@ -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 { D as DropdownItem, d as defineCustomElement$1 } from './dropdown-item.js';
|
7
|
+
|
8
|
+
const CalciteDropdownItem = DropdownItem;
|
9
|
+
const defineCustomElement = defineCustomElement$1;
|
10
|
+
|
11
|
+
export { CalciteDropdownItem, defineCustomElement };
|
@@ -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 { D as Dropdown, d as defineCustomElement$1 } from './dropdown.js';
|
7
|
+
|
8
|
+
const CalciteDropdown = Dropdown;
|
9
|
+
const defineCustomElement = defineCustomElement$1;
|
10
|
+
|
11
|
+
export { CalciteDropdown, defineCustomElement };
|
@@ -0,0 +1,144 @@
|
|
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, h } from '@stencil/core/internal/client';
|
7
|
+
import { f as focusElement } from './dom.js';
|
8
|
+
import { u as updateHostInteraction } from './interactive.js';
|
9
|
+
import { d as defineCustomElement$4 } from './button.js';
|
10
|
+
import { d as defineCustomElement$3 } from './icon.js';
|
11
|
+
import { d as defineCustomElement$2 } from './loader.js';
|
12
|
+
|
13
|
+
/*!
|
14
|
+
* All material copyright ESRI, All Rights Reserved, unless otherwise specified.
|
15
|
+
* See https://github.com/Esri/calcite-components/blob/master/LICENSE.md for details.
|
16
|
+
* v1.0.0-beta.97
|
17
|
+
*/
|
18
|
+
const CSS = {
|
19
|
+
button: "button"
|
20
|
+
};
|
21
|
+
const ICONS = {
|
22
|
+
plus: "plus"
|
23
|
+
};
|
24
|
+
|
25
|
+
const fabCss = "@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:flex;background-color:transparent}:host([disabled]) ::slotted([calcite-hydrated][disabled]),:host([disabled]) [calcite-hydrated][disabled]{opacity:1}calcite-button{--tw-shadow:0 6px 20px -4px rgba(0, 0, 0, 0.1), 0 4px 12px -2px rgba(0, 0, 0, 0.08);--tw-shadow-colored:0 6px 20px -4px var(--tw-shadow-color), 0 4px 12px -2px var(--tw-shadow-color);box-shadow:var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow)}calcite-button:hover{--tw-shadow:0 12px 32px -2px rgba(0, 0, 0, 0.1), 0 4px 20px 0 rgba(0, 0, 0, 0.08);--tw-shadow-colored:0 12px 32px -2px var(--tw-shadow-color), 0 4px 20px 0 var(--tw-shadow-color);box-shadow:var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow)}calcite-button:active{--tw-shadow:0 2px 12px -4px rgba(0, 0, 0, 0.2), 0 2px 4px -2px rgba(0, 0, 0, 0.16);--tw-shadow-colored:0 2px 12px -4px var(--tw-shadow-color), 0 2px 4px -2px var(--tw-shadow-color);box-shadow:var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow)}";
|
26
|
+
|
27
|
+
const Fab = /*@__PURE__*/ proxyCustomElement(class extends HTMLElement {
|
28
|
+
constructor() {
|
29
|
+
super();
|
30
|
+
this.__registerHost();
|
31
|
+
this.__attachShadow();
|
32
|
+
// --------------------------------------------------------------------------
|
33
|
+
//
|
34
|
+
// Properties
|
35
|
+
//
|
36
|
+
// --------------------------------------------------------------------------
|
37
|
+
/**
|
38
|
+
* Used to set the button's appearance. Default is outline.
|
39
|
+
*/
|
40
|
+
this.appearance = "outline";
|
41
|
+
/**
|
42
|
+
* Used to set the button's color. Default is light.
|
43
|
+
*/
|
44
|
+
this.color = "neutral";
|
45
|
+
/**
|
46
|
+
* When true, disabled prevents interaction. This state shows items with lower opacity/grayed.
|
47
|
+
*/
|
48
|
+
this.disabled = false;
|
49
|
+
/**
|
50
|
+
* Specifies an icon to display.
|
51
|
+
*
|
52
|
+
* @default "plus"
|
53
|
+
*/
|
54
|
+
this.icon = ICONS.plus;
|
55
|
+
/**
|
56
|
+
* When true, content is waiting to be loaded. This state shows a busy indicator.
|
57
|
+
*/
|
58
|
+
this.loading = false;
|
59
|
+
/**
|
60
|
+
* Specifies the size of the fab.
|
61
|
+
*/
|
62
|
+
this.scale = "m";
|
63
|
+
/**
|
64
|
+
* Indicates whether the text is displayed.
|
65
|
+
*/
|
66
|
+
this.textEnabled = false;
|
67
|
+
}
|
68
|
+
//--------------------------------------------------------------------------
|
69
|
+
//
|
70
|
+
// Lifecycle
|
71
|
+
//
|
72
|
+
//--------------------------------------------------------------------------
|
73
|
+
componentDidRender() {
|
74
|
+
updateHostInteraction(this);
|
75
|
+
}
|
76
|
+
// --------------------------------------------------------------------------
|
77
|
+
//
|
78
|
+
// Methods
|
79
|
+
//
|
80
|
+
// --------------------------------------------------------------------------
|
81
|
+
/** Sets focus on the component. */
|
82
|
+
async setFocus() {
|
83
|
+
focusElement(this.buttonEl);
|
84
|
+
}
|
85
|
+
// --------------------------------------------------------------------------
|
86
|
+
//
|
87
|
+
// Render Methods
|
88
|
+
//
|
89
|
+
// --------------------------------------------------------------------------
|
90
|
+
render() {
|
91
|
+
const { appearance, color, disabled, loading, scale, textEnabled, icon, label, text } = this;
|
92
|
+
const title = !textEnabled ? label || text || null : null;
|
93
|
+
return (h("calcite-button", { appearance: appearance === "solid" ? "solid" : "outline", class: CSS.button, color: color, disabled: disabled, iconStart: icon, label: label, loading: loading, ref: (buttonEl) => {
|
94
|
+
this.buttonEl = buttonEl;
|
95
|
+
}, round: true, scale: scale, title: title, type: "button", width: "auto" }, this.textEnabled ? this.text : null));
|
96
|
+
}
|
97
|
+
get el() { return this; }
|
98
|
+
static get style() { return fabCss; }
|
99
|
+
}, [1, "calcite-fab", {
|
100
|
+
"appearance": [513],
|
101
|
+
"color": [513],
|
102
|
+
"disabled": [516],
|
103
|
+
"icon": [513],
|
104
|
+
"label": [1],
|
105
|
+
"loading": [516],
|
106
|
+
"scale": [513],
|
107
|
+
"text": [1],
|
108
|
+
"textEnabled": [516, "text-enabled"],
|
109
|
+
"setFocus": [64]
|
110
|
+
}]);
|
111
|
+
function defineCustomElement$1() {
|
112
|
+
if (typeof customElements === "undefined") {
|
113
|
+
return;
|
114
|
+
}
|
115
|
+
const components = ["calcite-fab", "calcite-button", "calcite-icon", "calcite-loader"];
|
116
|
+
components.forEach(tagName => { switch (tagName) {
|
117
|
+
case "calcite-fab":
|
118
|
+
if (!customElements.get(tagName)) {
|
119
|
+
customElements.define(tagName, Fab);
|
120
|
+
}
|
121
|
+
break;
|
122
|
+
case "calcite-button":
|
123
|
+
if (!customElements.get(tagName)) {
|
124
|
+
defineCustomElement$4();
|
125
|
+
}
|
126
|
+
break;
|
127
|
+
case "calcite-icon":
|
128
|
+
if (!customElements.get(tagName)) {
|
129
|
+
defineCustomElement$3();
|
130
|
+
}
|
131
|
+
break;
|
132
|
+
case "calcite-loader":
|
133
|
+
if (!customElements.get(tagName)) {
|
134
|
+
defineCustomElement$2();
|
135
|
+
}
|
136
|
+
break;
|
137
|
+
} });
|
138
|
+
}
|
139
|
+
defineCustomElement$1();
|
140
|
+
|
141
|
+
const CalciteFab = Fab;
|
142
|
+
const defineCustomElement = defineCustomElement$1;
|
143
|
+
|
144
|
+
export { CalciteFab, defineCustomElement };
|
@@ -0,0 +1,195 @@
|
|
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, Fragment } from '@stencil/core/internal/client';
|
7
|
+
import { f as focusElement } from './dom.js';
|
8
|
+
import { u as updateHostInteraction } from './interactive.js';
|
9
|
+
import { f as filter } from './filter.js';
|
10
|
+
import { d as defineCustomElement$4 } from './icon.js';
|
11
|
+
import { d as defineCustomElement$3 } from './input.js';
|
12
|
+
import { d as defineCustomElement$2 } from './progress.js';
|
13
|
+
import { d as debounce } from './debounce.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
|
+
container: "container",
|
22
|
+
searchIcon: "search-icon"
|
23
|
+
};
|
24
|
+
const TEXT = {
|
25
|
+
filterLabel: "Filter",
|
26
|
+
clear: "Clear filter"
|
27
|
+
};
|
28
|
+
const ICONS = {
|
29
|
+
search: "search",
|
30
|
+
close: "x"
|
31
|
+
};
|
32
|
+
const DEBOUNCE_TIMEOUT = 250;
|
33
|
+
|
34
|
+
const filterCss = "@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{box-sizing:border-box;background-color:var(--calcite-ui-foreground-1);color:var(--calcite-ui-text-2);font-size:var(--calcite-font-size--1)}:host *{box-sizing:border-box}: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:flex;inline-size:100%}:host([disabled]) ::slotted([calcite-hydrated][disabled]),:host([disabled]) [calcite-hydrated][disabled]{opacity:1}.container{display:flex;inline-size:100%;padding:0.5rem}label{position:relative;margin-inline:0.25rem;margin-block:0px;display:flex;inline-size:100%;align-items:center;overflow:hidden}input[type=text]{-webkit-margin-after:0.25rem;margin-block-end:0.25rem;inline-size:100%;border-style:none;background-color:transparent;padding-block:0.25rem;font-family:inherit;font-size:var(--calcite-font-size--2);line-height:1rem;color:var(--calcite-ui-text-1);-webkit-padding-end:0.25rem;padding-inline-end:0.25rem;-webkit-padding-start:1.5rem;padding-inline-start:1.5rem;transition:padding var(--calcite-animation-timing), box-shadow var(--calcite-animation-timing)}input[type=text]::-ms-clear{display:none}calcite-input{inline-size:100%}.search-icon{position:absolute;display:flex;color:var(--calcite-ui-text-2);inset-inline-start:0;transition:inset-inline-start var(--calcite-animation-timing), inset-inline-end var(--calcite-animation-timing), opacity var(--calcite-animation-timing)}input[type=text]:focus{border-color:var(--calcite-ui-brand);outline:2px solid transparent;outline-offset:2px;padding-inline:0.25rem}input[type=text]:focus~.search-icon{inset-inline-start:calc(1rem * -1);opacity:0}.clear-button{display:flex;cursor:pointer;align-items:center;border-width:0px;background-color:transparent;color:var(--calcite-ui-text-2)}.clear-button:hover,.clear-button:focus{color:var(--calcite-ui-text-1)}";
|
35
|
+
|
36
|
+
const Filter = /*@__PURE__*/ proxyCustomElement(class extends HTMLElement {
|
37
|
+
constructor() {
|
38
|
+
super();
|
39
|
+
this.__registerHost();
|
40
|
+
this.__attachShadow();
|
41
|
+
this.calciteFilterChange = createEvent(this, "calciteFilterChange", 6);
|
42
|
+
// --------------------------------------------------------------------------
|
43
|
+
//
|
44
|
+
// Properties
|
45
|
+
//
|
46
|
+
// --------------------------------------------------------------------------
|
47
|
+
/**
|
48
|
+
* The items to filter through. The filter uses this as the starting point, and returns items
|
49
|
+
* that contain the string entered in the input, using a partial match and recursive search.
|
50
|
+
*
|
51
|
+
* This property is required.
|
52
|
+
*/
|
53
|
+
this.items = [];
|
54
|
+
/**
|
55
|
+
* When true, disabled prevents interaction. This state shows items with lower opacity/grayed.
|
56
|
+
*/
|
57
|
+
this.disabled = false;
|
58
|
+
/**
|
59
|
+
* The resulting items after filtering.
|
60
|
+
*
|
61
|
+
* @readonly
|
62
|
+
*/
|
63
|
+
this.filteredItems = [];
|
64
|
+
/** specify the scale of filter, defaults to m */
|
65
|
+
this.scale = "m";
|
66
|
+
/**
|
67
|
+
* Filter value.
|
68
|
+
*/
|
69
|
+
this.value = "";
|
70
|
+
// --------------------------------------------------------------------------
|
71
|
+
//
|
72
|
+
// Private Methods
|
73
|
+
//
|
74
|
+
// --------------------------------------------------------------------------
|
75
|
+
this.filter = debounce((value, emit = false) => this.updateFiltered(filter(this.items, value), emit), DEBOUNCE_TIMEOUT);
|
76
|
+
this.inputHandler = (event) => {
|
77
|
+
const target = event.target;
|
78
|
+
this.value = target.value;
|
79
|
+
this.filter(target.value, true);
|
80
|
+
};
|
81
|
+
this.keyDownHandler = (event) => {
|
82
|
+
if (event.key === "Escape") {
|
83
|
+
this.clear();
|
84
|
+
event.preventDefault();
|
85
|
+
}
|
86
|
+
if (event.key === "Enter") {
|
87
|
+
event.preventDefault();
|
88
|
+
}
|
89
|
+
};
|
90
|
+
this.clear = () => {
|
91
|
+
this.value = "";
|
92
|
+
this.filter("", true);
|
93
|
+
this.setFocus();
|
94
|
+
};
|
95
|
+
}
|
96
|
+
watchItemsHandler() {
|
97
|
+
this.filter(this.value);
|
98
|
+
}
|
99
|
+
valueHandler(value) {
|
100
|
+
this.filter(value);
|
101
|
+
}
|
102
|
+
//--------------------------------------------------------------------------
|
103
|
+
//
|
104
|
+
// Lifecycle
|
105
|
+
//
|
106
|
+
//--------------------------------------------------------------------------
|
107
|
+
componentDidRender() {
|
108
|
+
updateHostInteraction(this);
|
109
|
+
}
|
110
|
+
//--------------------------------------------------------------------------
|
111
|
+
//
|
112
|
+
// Lifecycle
|
113
|
+
//
|
114
|
+
//--------------------------------------------------------------------------
|
115
|
+
componentWillLoad() {
|
116
|
+
this.filter(this.value);
|
117
|
+
}
|
118
|
+
// --------------------------------------------------------------------------
|
119
|
+
//
|
120
|
+
// Public Methods
|
121
|
+
//
|
122
|
+
// --------------------------------------------------------------------------
|
123
|
+
/** Sets focus on the component. */
|
124
|
+
async setFocus() {
|
125
|
+
focusElement(this.textInput);
|
126
|
+
}
|
127
|
+
updateFiltered(filtered, emit = false) {
|
128
|
+
this.filteredItems.length = 0;
|
129
|
+
this.filteredItems = this.filteredItems.concat(filtered);
|
130
|
+
if (emit) {
|
131
|
+
this.calciteFilterChange.emit();
|
132
|
+
}
|
133
|
+
}
|
134
|
+
// --------------------------------------------------------------------------
|
135
|
+
//
|
136
|
+
// Render Methods
|
137
|
+
//
|
138
|
+
// --------------------------------------------------------------------------
|
139
|
+
render() {
|
140
|
+
const { disabled, scale } = this;
|
141
|
+
return (h(Fragment, null, h("div", { class: CSS.container }, h("label", null, h("calcite-input", { "aria-label": this.intlLabel || TEXT.filterLabel, clearable: true, disabled: disabled, icon: ICONS.search, intlClear: this.intlClear || TEXT.clear, onCalciteInputInput: this.inputHandler, onKeyDown: this.keyDownHandler, placeholder: this.placeholder, ref: (el) => {
|
142
|
+
this.textInput = el;
|
143
|
+
}, scale: scale, type: "text", value: this.value })))));
|
144
|
+
}
|
145
|
+
get el() { return this; }
|
146
|
+
static get watchers() { return {
|
147
|
+
"items": ["watchItemsHandler"],
|
148
|
+
"value": ["valueHandler"]
|
149
|
+
}; }
|
150
|
+
static get style() { return filterCss; }
|
151
|
+
}, [1, "calcite-filter", {
|
152
|
+
"items": [1040],
|
153
|
+
"disabled": [516],
|
154
|
+
"filteredItems": [1040],
|
155
|
+
"intlClear": [1, "intl-clear"],
|
156
|
+
"intlLabel": [1, "intl-label"],
|
157
|
+
"placeholder": [1],
|
158
|
+
"scale": [513],
|
159
|
+
"value": [1025],
|
160
|
+
"setFocus": [64]
|
161
|
+
}]);
|
162
|
+
function defineCustomElement$1() {
|
163
|
+
if (typeof customElements === "undefined") {
|
164
|
+
return;
|
165
|
+
}
|
166
|
+
const components = ["calcite-filter", "calcite-icon", "calcite-input", "calcite-progress"];
|
167
|
+
components.forEach(tagName => { switch (tagName) {
|
168
|
+
case "calcite-filter":
|
169
|
+
if (!customElements.get(tagName)) {
|
170
|
+
customElements.define(tagName, Filter);
|
171
|
+
}
|
172
|
+
break;
|
173
|
+
case "calcite-icon":
|
174
|
+
if (!customElements.get(tagName)) {
|
175
|
+
defineCustomElement$4();
|
176
|
+
}
|
177
|
+
break;
|
178
|
+
case "calcite-input":
|
179
|
+
if (!customElements.get(tagName)) {
|
180
|
+
defineCustomElement$3();
|
181
|
+
}
|
182
|
+
break;
|
183
|
+
case "calcite-progress":
|
184
|
+
if (!customElements.get(tagName)) {
|
185
|
+
defineCustomElement$2();
|
186
|
+
}
|
187
|
+
break;
|
188
|
+
} });
|
189
|
+
}
|
190
|
+
defineCustomElement$1();
|
191
|
+
|
192
|
+
const CalciteFilter = Filter;
|
193
|
+
const defineCustomElement = defineCustomElement$1;
|
194
|
+
|
195
|
+
export { CalciteFilter, defineCustomElement };
|