@orangelogic/design-system 4.2.0 → 4.4.0
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/library/chunks/{_baseXor.DixEm6JQ.js → _baseXor.BCxbgizO.js} +2 -2
- package/library/chunks/{asset-link-format.CVwjA_yf.js → asset-link-format.DTLA2CFh.js} +435 -415
- package/library/chunks/{button.D1YIxtv-.js → button.cbDkxJHn.js} +3 -3
- package/library/chunks/button.styles.D3GdfF7I.js +5 -0
- package/library/chunks/{color-swatch-group.BPXiMxjh.js → color-swatch-group.CZSeCrot.js} +3279 -2903
- package/library/chunks/color.CIHdfM_a.js +187 -0
- package/library/chunks/{confirm-popover.CJXyEa5A.js → confirm-popover.Dvgoz-oA.js} +4 -4
- package/library/chunks/content-builder.CBBdfVOl.js +55 -0
- package/library/chunks/{dialog.BbQ4Du0M.js → dialog.BvSMV36r.js} +2 -2
- package/library/chunks/{document-viewer.DtBW-p7z.js → document-viewer.BLdEjbza.js} +11 -10
- package/library/chunks/{dom.DL-cNKsj.js → dom.D0lSUoEI.js} +1 -1
- package/library/chunks/{dot-pagination.CJRAtM51.js → dot-pagination.CukHxNBk.js} +1 -1
- package/library/chunks/{folder-select.BAPsI-gg.js → folder-select.DAZQRdLq.js} +5 -5
- package/library/chunks/form-control.styles.CHC7Q08Q.js +5 -0
- package/library/chunks/{form.DN2v7-DH.js → form.LpappO1d.js} +1 -1
- package/library/chunks/{header.BioJzPlg.js → header.2RH_nPmz.js} +132 -90
- package/library/chunks/{i18n.rtxrs1c1.js → i18n.BSPmBQ73.js} +94 -12
- package/library/chunks/{icon-button.CbUddcgI.js → icon-button.DV5Fks8j.js} +1 -1
- package/library/chunks/{iframe.y7iCAVZP.js → iframe.ddX2kGu3.js} +1 -1
- package/library/chunks/{image.A2hE1WoV.js → image.BM7bPTub.js} +407 -276
- package/library/chunks/index.DKKvxBAi.js +1130 -0
- package/library/chunks/{input.D1FFprPl.js → input.7pumTpdu.js} +3 -3
- package/library/chunks/{markdown.Dd_GFJK8.js → markdown.LHSzm035.js} +3 -3
- package/library/chunks/{menu-item.CbqZ66to.js → menu-item.CqPvDGeN.js} +1 -1
- package/library/chunks/{option.CkhHTlpl.js → option.dBUWN4sF.js} +1 -1
- package/library/chunks/{pagination.BlQRt932.js → pagination.C2f8lUVb.js} +6 -6
- package/library/chunks/{position-picker.DjnhxIKF.js → position-picker.qkbJlboF.js} +12 -0
- package/library/chunks/{resizable-component.styles.CAfXABBc.js → resizable-component.styles.kMFDlGgv.js} +2 -2
- package/library/chunks/responsive.BmBJSzC4.js +17 -0
- package/library/chunks/{string.Demn8Xmk.js → string.CfI2ejyR.js} +3 -3
- package/library/chunks/{tab-group.CQfcMVEw.js → tab-group.DOnaT12G.js} +312 -310
- package/library/chunks/toast.D3AW3RWv.js +94 -0
- package/library/chunks/transformation.Dm-pK2ft.js +352 -0
- package/library/chunks/{tree.B7IKBX3n.js → tree.CHQ1WjZV.js} +1 -1
- package/library/chunks/{types.MwUT4xFk.js → types.PdpKNndx.js} +77402 -54714
- package/library/chunks/typography.BLYdTF0n.js +102 -0
- package/library/components/alert.js +2 -2
- package/library/components/asset-link-format.js +6 -6
- package/library/components/atoms.js +161 -159
- package/library/components/audio.js +4 -4
- package/library/components/bicolor-picker.js +2 -2
- package/library/components/border-input-group.js +2 -2
- package/library/components/box.d.ts +3 -0
- package/library/components/box.js +22 -0
- package/library/components/breadcrumb.js +1 -1
- package/library/components/button.js +4 -4
- package/library/components/card.js +7 -7
- package/library/components/checkbox.js +2 -2
- package/library/components/color-picker.js +36 -32
- package/library/components/color-swatch-group.js +8 -7
- package/library/components/color-swatch.js +246 -22
- package/library/components/confirm-popover.js +5 -5
- package/library/components/copy-button.js +2 -2
- package/library/components/corner-position-input-group.js +3 -3
- package/library/components/date-calendar.js +1 -1
- package/library/components/details.js +19 -19
- package/library/components/dialog.js +3 -3
- package/library/components/diff.js +1 -1
- package/library/components/document-viewer.js +5 -5
- package/library/components/dot-pagination.js +2 -2
- package/library/components/drawer.js +2 -2
- package/library/components/dropdown.js +2 -2
- package/library/components/dynamic-select.js +95 -92
- package/library/components/e-chart.js +1 -1
- package/library/components/element-clamp.js +2 -2
- package/library/components/file-on-demand.js +12 -12
- package/library/components/folder-select.js +5 -5
- package/library/components/format-bytes.js +1 -1
- package/library/components/format-date.js +1 -1
- package/library/components/format-number.js +1 -1
- package/library/components/format-time.js +1 -1
- package/library/components/header.js +6 -3
- package/library/components/icon-button.js +2 -2
- package/library/components/iframe.js +2 -2
- package/library/components/image-comparer.js +1 -1
- package/library/components/image.js +5 -4
- package/library/components/input-group.js +1 -1
- package/library/components/input.js +4 -4
- package/library/components/line-clamp.js +1 -1
- package/library/components/markdown.js +4 -4
- package/library/components/masonry.js +70 -56
- package/library/components/menu-item.js +2 -2
- package/library/components/menu.js +2 -2
- package/library/components/molecules.js +4 -4
- package/library/components/mutation-observer.js +25 -23
- package/library/components/option.js +2 -2
- package/library/components/organisms.js +2 -2
- package/library/components/padding-input-group.js +1 -1
- package/library/components/pagination.js +7 -7
- package/library/components/popup.js +1 -1
- package/library/components/position-picker.js +2 -2
- package/library/components/progress-bar.js +1 -1
- package/library/components/progress-ring.js +1 -1
- package/library/components/radio-button.js +1 -1
- package/library/components/radio-card.js +1 -1
- package/library/components/radio-group.js +2 -2
- package/library/components/range.js +3 -3
- package/library/components/rating.js +1 -1
- package/library/components/relative-time.js +1 -1
- package/library/components/select.js +5 -5
- package/library/components/shadow-input-group.js +1 -1
- package/library/components/share-option-list.js +3 -3
- package/library/components/sidebar.js +1 -1
- package/library/components/size-input-group.js +3 -3
- package/library/components/spinner.js +1 -1
- package/library/components/split-panel.js +1 -1
- package/library/components/switch.js +2 -2
- package/library/components/tab-group.js +6 -6
- package/library/components/tab-panel.js +1 -1
- package/library/components/tab.js +16 -16
- package/library/components/tag.js +2 -2
- package/library/components/textarea.js +2 -2
- package/library/components/timecode.js +2 -2
- package/library/components/tooltip.js +1 -1
- package/library/components/tree-item.js +2 -2
- package/library/components/tree.js +2 -2
- package/library/components/typeface.js +3 -3
- package/library/components/types.js +496 -487
- package/library/components/typography.js +3 -2
- package/library/components/video.js +5277 -5209
- package/library/css/ol-base.css +1 -0
- package/library/package.json +1 -1
- package/library/packages/atoms/src/components/box/box.d.ts +26 -0
- package/library/packages/atoms/src/components/box/box.styles.d.ts +7 -0
- package/library/packages/atoms/src/components/button/button.d.ts +4 -0
- package/library/packages/atoms/src/components/card/card.d.ts +1 -0
- package/library/packages/atoms/src/components/color-picker/color-picker.d.ts +11 -0
- package/library/packages/atoms/src/components/copy-button/copy-button.d.ts +1 -0
- package/library/packages/atoms/src/components/details/details.d.ts +6 -1
- package/library/packages/atoms/src/components/header/header.d.ts +38 -2
- package/library/packages/atoms/src/components/image/image.d.ts +30 -0
- package/library/packages/atoms/src/components/mutation-observer/mutation-observer.d.ts +1 -1
- package/library/packages/atoms/src/components/radio-card/radio-card.d.ts +1 -0
- package/library/packages/atoms/src/components/tab/tab.d.ts +17 -0
- package/library/packages/atoms/src/components/typography/typography.d.ts +31 -0
- package/library/packages/atoms/src/components/video/video.d.ts +24 -0
- package/library/packages/atoms/src/index.d.ts +1 -0
- package/library/packages/events/src/cx-asset-transformation-dialog-confirm.d.ts +2 -0
- package/library/packages/events/src/cx-color-swatch-picker-columns-change.d.ts +15 -0
- package/library/packages/events/src/events.d.ts +1 -0
- package/library/packages/hybrid/table-core/src/table/table.d.ts +10 -1
- package/library/packages/molecules/src/color-swatch/color-swatch.d.ts +35 -1
- package/library/packages/molecules/src/data-tab-group/data-tab-group.d.ts +30 -1
- package/library/packages/molecules/src/details-group/details-group.d.ts +105 -3
- package/library/packages/molecules/src/dynamic-select/dynamic-select.d.ts +5 -0
- package/library/packages/molecules/src/font-picker/font-picker.d.ts +3 -0
- package/library/packages/molecules/src/gallery-item/gallery-item.d.ts +10 -0
- package/library/packages/molecules/src/icon-picker/icon-picker.d.ts +5 -6
- package/library/packages/molecules/src/index.d.ts +0 -1
- package/library/packages/molecules/src/masonry/masonry.d.ts +5 -0
- package/library/packages/organisms/src/asset-link-format/asset-link-format.d.ts +6 -0
- package/library/packages/organisms/src/asset-transformation-dialog/asset-transformation-dialog.d.ts +5 -1
- package/library/packages/organisms/src/color-swatch-group/color-swatch-group.constants.d.ts +37 -45
- package/library/packages/organisms/src/color-swatch-group/color-swatch-group.d.ts +210 -10
- package/library/packages/organisms/src/content-builder/blocks/font-kit-advanced/font-kit-advanced.utils.d.ts +85 -0
- package/library/packages/organisms/src/content-builder/blocks/image/image.d.ts +32 -9
- package/library/packages/organisms/src/content-builder/components/block-picker/block-picker.d.ts +24 -8
- package/library/packages/organisms/src/content-builder/components/color-swatch-picker/color-swatch-picker.d.ts +70 -1
- package/library/packages/organisms/src/content-builder/components/config-form/config-form-controller.d.ts +1 -22
- package/library/packages/organisms/src/content-builder/components/config-manager/config-manager.d.ts +7 -0
- package/library/packages/organisms/src/content-builder/components/gallery-config/gallery-config.d.ts +6 -0
- package/library/packages/organisms/src/content-builder/components/gallery-picker/gallery-picker.d.ts +1 -0
- package/library/packages/organisms/src/content-builder/configs/accordion.d.ts +7 -0
- package/library/packages/organisms/src/content-builder/configs/audio.d.ts +1 -0
- package/library/packages/organisms/src/content-builder/configs/button.d.ts +2 -1
- package/library/packages/organisms/src/content-builder/configs/carousel.d.ts +11 -1
- package/library/packages/organisms/src/content-builder/configs/color-swatches.d.ts +19 -1
- package/library/packages/organisms/src/content-builder/configs/column-group.d.ts +11 -2
- package/library/packages/organisms/src/content-builder/configs/column.d.ts +13 -3
- package/library/packages/organisms/src/content-builder/configs/dam-view.d.ts +1 -0
- package/library/packages/organisms/src/content-builder/configs/divider.d.ts +1 -0
- package/library/packages/organisms/src/content-builder/configs/document-viewer.d.ts +1 -0
- package/library/packages/organisms/src/content-builder/configs/font-kit-advanced.d.ts +19 -0
- package/library/packages/organisms/src/content-builder/configs/font-kit.d.ts +2 -0
- package/library/packages/organisms/src/content-builder/configs/gallery.d.ts +15 -1
- package/library/packages/organisms/src/content-builder/configs/header.d.ts +3 -1
- package/library/packages/organisms/src/content-builder/configs/image.d.ts +4 -0
- package/library/packages/organisms/src/content-builder/configs/index.d.ts +1 -0
- package/library/packages/organisms/src/content-builder/configs/search-box.d.ts +5 -1
- package/library/packages/organisms/src/content-builder/configs/tab-group.d.ts +7 -4
- package/library/packages/organisms/src/content-builder/configs/timeline.d.ts +1 -0
- package/library/packages/organisms/src/content-builder/configs/video.d.ts +3 -0
- package/library/packages/organisms/src/content-builder/configs-controller.d.ts +168 -13
- package/library/packages/organisms/src/content-builder/content-builder-config.d.ts +60 -0
- package/library/packages/organisms/src/content-builder/content-builder-constants.d.ts +27 -0
- package/library/packages/organisms/src/content-builder/content-builder.d.ts +122 -2
- package/library/packages/organisms/src/content-builder/content-builder.sections.utils.d.ts +78 -0
- package/library/packages/organisms/src/content-builder/content-builder.utils.d.ts +33 -2
- package/library/packages/organisms/src/content-builder/plugins/font-kit-advanced.d.ts +5 -0
- package/library/packages/organisms/src/content-builder/plugins/gallery.d.ts +6 -0
- package/library/packages/organisms/src/content-builder/plugins/header.d.ts +7 -1
- package/library/packages/organisms/src/content-builder/plugins/index.d.ts +2 -1
- package/library/packages/organisms/src/content-builder/plugins/rich-text-editor/components/rte-bubble-menu/rte-bubble-menu.d.ts +21 -1
- package/library/packages/organisms/src/content-builder/plugins/rich-text-editor/extensions/index.d.ts +2 -0
- package/library/packages/organisms/src/content-builder/plugins/rich-text-editor/rte-configs.d.ts +14 -0
- package/library/packages/organisms/src/content-builder/plugins/sections/section-fragment-component.d.ts +22 -0
- package/library/packages/organisms/src/content-builder/plugins/sections/section-host-mounting.d.ts +15 -0
- package/library/packages/organisms/src/content-builder/plugins/sections/sections-canvas-patches.d.ts +20 -0
- package/library/packages/organisms/src/content-builder/plugins/sections/sections-plugin.d.ts +7 -0
- package/library/packages/organisms/src/content-builder/plugins/toolbar.d.ts +10 -1
- package/library/packages/organisms/src/content-builder/plugins/utils/block-width.d.ts +20 -0
- package/library/packages/organisms/src/content-builder/styleController.d.ts +11 -5
- package/library/packages/organisms/src/content-builder-viewer/content-builder-viewer.d.ts +1 -0
- package/library/packages/organisms/src/form/control-renderer/control-renderer.d.ts +176 -0
- package/library/packages/organisms/src/form/control-renderer/control-renderer.styles.d.ts +9 -0
- package/library/packages/organisms/src/list-editor/list-editor.d.ts +181 -6
- package/library/packages/tools/src/tiptap/extensions/metafield/index.d.ts +12 -0
- package/library/packages/tools/src/tiptap/utils/md/schema.d.ts +1 -1
- package/library/packages/types/src/asset-link-format.d.ts +0 -1
- package/library/packages/types/src/button.d.ts +1 -1
- package/library/packages/types/src/color-swatch-group.d.ts +56 -0
- package/library/packages/types/src/color-swatch.d.ts +22 -0
- package/library/packages/types/src/column.d.ts +13 -0
- package/library/packages/types/src/content-builder.d.ts +73 -4
- package/library/packages/types/src/details-group.d.ts +80 -0
- package/library/packages/types/src/font-kit-advanced.d.ts +28 -0
- package/library/packages/types/src/font-kit.d.ts +19 -0
- package/library/packages/types/src/font-picker.d.ts +2 -0
- package/library/packages/types/src/gallery-item.d.ts +3 -1
- package/library/packages/types/src/gallery.d.ts +2 -1
- package/library/packages/types/src/index.d.ts +1 -0
- package/library/packages/types/src/masonry.d.ts +1 -0
- package/library/packages/types/src/position-picker.d.ts +6 -0
- package/library/packages/types/src/sb-button.d.ts +7 -0
- package/library/packages/types/src/search-box.d.ts +4 -0
- package/library/packages/utils/src/color/color.d.ts +27 -3
- package/library/packages/utils/src/custom-element/i18n.d.ts +86 -0
- package/library/packages/utils/src/font/font.d.ts +12 -0
- package/library/packages/utils/src/transformation/transformation.d.ts +11 -3
- package/library/react-web-component.d.ts +514 -156
- package/library/utils.js +415 -395
- package/package.json +1 -1
- package/library/chunks/button.styles.BWgHrfLD.js +0 -5
- package/library/chunks/color-swatch.DdsUysbF.js +0 -223
- package/library/chunks/color.LzSGBy7o.js +0 -164
- package/library/chunks/form-control.styles.CaGWmeAS.js +0 -5
- package/library/chunks/index.BO_sT6SH.js +0 -20123
- package/library/chunks/toast.BOkYwUIj.js +0 -109
- package/library/chunks/transformation.B8m0Nbao.js +0 -384
- package/library/chunks/typography.T72DuoCa.js +0 -52
- package/library/packages/molecules/src/search-box/search-box.d.ts +0 -114
- package/library/packages/organisms/src/content-builder/plugins/wrapper-container.d.ts +0 -15
- /package/library/packages/{molecules/src/search-box/search-box.styles.d.ts → organisms/src/content-builder-viewer/content-builder-viewer.styles.d.ts} +0 -0
|
@@ -1,51 +1,51 @@
|
|
|
1
|
-
import { C as g } from "../chunks/button.
|
|
2
|
-
import { C as O } from "../chunks/icon-button.
|
|
3
|
-
import { C as h, a as C } from "../chunks/option.
|
|
1
|
+
import { C as g } from "../chunks/button.cbDkxJHn.js";
|
|
2
|
+
import { C as O } from "../chunks/icon-button.DV5Fks8j.js";
|
|
3
|
+
import { C as h, a as C } from "../chunks/option.dBUWN4sF.js";
|
|
4
4
|
import $ from "./select.js";
|
|
5
|
-
import { n as
|
|
5
|
+
import { n as i, C as v } from "../chunks/lib-cortex-element.CVMmyPMC.js";
|
|
6
6
|
import { c as x } from "../chunks/custom-element.L4WJXn1j.js";
|
|
7
7
|
import { d as w } from "../chunks/debounce.DaHuiSGU.js";
|
|
8
|
-
import { L as S } from "../chunks/i18n.
|
|
8
|
+
import { L as S } from "../chunks/i18n.BSPmBQ73.js";
|
|
9
9
|
import { w as p } from "../chunks/watch.DJF5K-8U.js";
|
|
10
10
|
import { x as n } from "../chunks/lit-element.jLBm65_O.js";
|
|
11
11
|
import { r as c } from "../chunks/state.CSDxrqLd.js";
|
|
12
12
|
import { e as E } from "../chunks/query.BBf1UFkC.js";
|
|
13
13
|
import { e as T } from "../chunks/class-map.BiVq-cVR.js";
|
|
14
|
-
import { o as
|
|
14
|
+
import { o as f } from "../chunks/if-defined.BRoBj_Rp.js";
|
|
15
15
|
import { i as B } from "../chunks/keyed.DdOUTIg-.js";
|
|
16
16
|
import { o as b } from "../chunks/map.D8heArFD.js";
|
|
17
17
|
import { c as y } from "../chunks/repeat.CFjcER6_.js";
|
|
18
18
|
import { o as F } from "../chunks/style-map.llVFPd__.js";
|
|
19
|
-
import { n as
|
|
19
|
+
import { n as m } from "../chunks/when.Dr1es41R.js";
|
|
20
20
|
import { b as D } from "../chunks/_baseIteratee.sC2wLi2m.js";
|
|
21
21
|
import { b as V } from "../chunks/_baseUniq.lwMgmtt2.js";
|
|
22
|
-
function k(t,
|
|
23
|
-
return t && t.length ? V(t, D(
|
|
22
|
+
function k(t, s) {
|
|
23
|
+
return t && t.length ? V(t, D(s)) : [];
|
|
24
24
|
}
|
|
25
|
-
var _ = Object.defineProperty, z = Object.getOwnPropertyDescriptor, o = (t,
|
|
26
|
-
for (var r = a > 1 ? void 0 : a ? z(
|
|
27
|
-
(d = t[u]) && (r = (a ? d(
|
|
28
|
-
return a && r && _(
|
|
25
|
+
var _ = Object.defineProperty, z = Object.getOwnPropertyDescriptor, o = (t, s, l, a) => {
|
|
26
|
+
for (var r = a > 1 ? void 0 : a ? z(s, l) : s, u = t.length - 1, d; u >= 0; u--)
|
|
27
|
+
(d = t[u]) && (r = (a ? d(s, l, r) : d(r)) || r);
|
|
28
|
+
return a && r && _(s, l, r), r;
|
|
29
29
|
};
|
|
30
30
|
let e = class extends v {
|
|
31
31
|
constructor() {
|
|
32
|
-
super(...arguments), this.localize = new S(this), this.name = "", this.value = "", this.size = "medium", this.placeholder = "", this.allowFreetext = !1, this.multiple = !1, this.maxOptionsVisible = 3, this.disabled = !1, this.clearable = !1, this.open = !1, this.hoist = !1, this.freeWidth = !1, this.autosizePadding = 10, this.filled = !1, this.pill = !1, this.label = "", this.placement = "bottom", this.helpText = "", this.form = "", this.required = !1, this.useTag = !1, this.inputBehavior = "filter", this.getOptionValue = (t) => !t || !(t instanceof h) ? "" : typeof t.value == "string" ? t.value : "", this.setOptionCurrent = (t,
|
|
32
|
+
super(...arguments), this.localize = new S(this), this.name = "", this.value = "", this.size = "medium", this.placeholder = "", this.allowFreetext = !1, this.multiple = !1, this.maxOptionsVisible = 3, this.disabled = !1, this.clearable = !1, this.open = !1, this.hoist = !1, this.freeWidth = !1, this.autosizePadding = 10, this.filled = !1, this.pill = !1, this.label = "", this.placement = "bottom", this.helpText = "", this.form = "", this.required = !1, this.useTag = !1, this.inputBehavior = "filter", this.getOptionValue = (t) => !t || !(t instanceof h) ? "" : typeof t.value == "string" ? t.value : "", this.setOptionCurrent = (t, s) => {
|
|
33
33
|
if (t instanceof h) {
|
|
34
|
-
if (
|
|
34
|
+
if (s === void 0) {
|
|
35
35
|
t.current = !t.current;
|
|
36
36
|
return;
|
|
37
37
|
}
|
|
38
|
-
t.current =
|
|
38
|
+
t.current = s;
|
|
39
39
|
}
|
|
40
|
-
}, this.setOptionSelected = (t,
|
|
40
|
+
}, this.setOptionSelected = (t, s) => {
|
|
41
41
|
if (!(!(t instanceof h) || t.getAttribute("role") !== "option")) {
|
|
42
|
-
if (
|
|
42
|
+
if (s === void 0) {
|
|
43
43
|
t.selected = !t.selected;
|
|
44
44
|
return;
|
|
45
45
|
}
|
|
46
|
-
t.selected =
|
|
46
|
+
t.selected = s, s && this.selectEl.setCurrentOption(t);
|
|
47
47
|
}
|
|
48
|
-
}, this.stayOpenOnSelect = !1, this.closeOnSelect = !1, this.forceOnChange = !1, this.allowDefaultMouseDown = !1, this.columns = [], this.useSearchTerm = !1, this.noSelectOnEnter = !1, this.noResetCurrent = !1, this.iconName = "", this.noDropdown = !1, this.noDropdownOnEmpty = !1, this.noFlip = !1, this.customChangeEvent = "", this.autoFallbackFirstOption = !1, this.hasOptions = !1, this.options = [], this.start = 0, this.searchTerm = "", this.hasMore = !1, this.loading = !1, this.fetchToken = 0;
|
|
48
|
+
}, this.stayOpenOnSelect = !1, this.closeOnSelect = !1, this.forceOnChange = !1, this.allowDefaultMouseDown = !1, this.columns = [], this.useSearchTerm = !1, this.noSelectOnEnter = !1, this.noResetCurrent = !1, this.iconName = "", this.iconSrc = "", this.noDropdown = !1, this.noDropdownOnEmpty = !1, this.noFlip = !1, this.customChangeEvent = "", this.autoFallbackFirstOption = !1, this.hasOptions = !1, this.options = [], this.start = 0, this.searchTerm = "", this.hasMore = !1, this.loading = !1, this.fetchToken = 0;
|
|
49
49
|
}
|
|
50
50
|
createRenderRoot() {
|
|
51
51
|
return this;
|
|
@@ -53,23 +53,23 @@ let e = class extends v {
|
|
|
53
53
|
async fetchOptions(t = !1) {
|
|
54
54
|
if (!this.api)
|
|
55
55
|
return;
|
|
56
|
-
const
|
|
56
|
+
const s = ++this.fetchToken;
|
|
57
57
|
try {
|
|
58
58
|
this.loading = !0;
|
|
59
59
|
const l = await this.api({
|
|
60
60
|
searchTerm: this.searchTerm,
|
|
61
61
|
start: this.start
|
|
62
62
|
});
|
|
63
|
-
if (
|
|
63
|
+
if (s !== this.fetchToken)
|
|
64
64
|
return;
|
|
65
65
|
if (t ? this.options = l.data : this.options = k([...this.options, ...l.data], "value"), this.hasMore = l.hasMore, await this.updateComplete, this.selectEl) {
|
|
66
66
|
let a, r = !1;
|
|
67
67
|
this.multiple ? a = this.value?.trim() ? this.value.trim().split(/\s+/) : [] : (a = this.getFallbackValue(), r = a !== this.value), this.selectEl.value = a, r && this.selectEl.emit("cx-change");
|
|
68
68
|
}
|
|
69
69
|
} catch {
|
|
70
|
-
|
|
70
|
+
s === this.fetchToken && (this.options = []);
|
|
71
71
|
} finally {
|
|
72
|
-
|
|
72
|
+
s === this.fetchToken && (this.loading = !1);
|
|
73
73
|
}
|
|
74
74
|
}
|
|
75
75
|
async handleStartChange() {
|
|
@@ -87,12 +87,12 @@ let e = class extends v {
|
|
|
87
87
|
tableGetOptionValue(t) {
|
|
88
88
|
return t?.getAttribute("data-value") ?? "";
|
|
89
89
|
}
|
|
90
|
-
tableSetOptionSelected(t,
|
|
91
|
-
const l =
|
|
90
|
+
tableSetOptionSelected(t, s) {
|
|
91
|
+
const l = s ?? !t?.hasAttribute("selected");
|
|
92
92
|
t?.toggleAttribute("selected", l), t?.setAttribute("aria-selected", String(l));
|
|
93
93
|
}
|
|
94
|
-
tableSetOptionCurrent(t,
|
|
95
|
-
t?.toggleAttribute("current",
|
|
94
|
+
tableSetOptionCurrent(t, s) {
|
|
95
|
+
t?.toggleAttribute("current", s ?? !t?.hasAttribute("current"));
|
|
96
96
|
}
|
|
97
97
|
tableGetOptionLabel(t) {
|
|
98
98
|
return t?.querySelector("td")?.textContent?.trim() ?? "";
|
|
@@ -103,31 +103,31 @@ let e = class extends v {
|
|
|
103
103
|
tableGetOptionDisabled(t) {
|
|
104
104
|
return t?.hasAttribute("disabled") ?? !1;
|
|
105
105
|
}
|
|
106
|
-
tableFilterCallback(t,
|
|
107
|
-
const l =
|
|
106
|
+
tableFilterCallback(t, s) {
|
|
107
|
+
const l = s.toLowerCase();
|
|
108
108
|
return [...t?.querySelectorAll("td") || []].some(
|
|
109
109
|
(a) => a.textContent?.toLowerCase().includes(l)
|
|
110
110
|
);
|
|
111
111
|
}
|
|
112
|
-
getCellValue(t,
|
|
113
|
-
if (
|
|
114
|
-
const l = t[
|
|
112
|
+
getCellValue(t, s) {
|
|
113
|
+
if (s in t) {
|
|
114
|
+
const l = t[s];
|
|
115
115
|
return l == null ? "" : String(l);
|
|
116
116
|
}
|
|
117
|
-
return t.extra?.[
|
|
117
|
+
return t.extra?.[s] ?? "";
|
|
118
118
|
}
|
|
119
119
|
getColWidth(t) {
|
|
120
|
-
const
|
|
121
|
-
return `${((t.flex ?? 1) /
|
|
120
|
+
const s = this.columns.reduce((l, a) => l + (a.flex ?? 1), 0);
|
|
121
|
+
return `${((t.flex ?? 1) / s * 100).toFixed(1)}%`;
|
|
122
122
|
}
|
|
123
123
|
getFallbackValue() {
|
|
124
124
|
return this.autoFallbackFirstOption ? this.options.some(
|
|
125
|
-
(
|
|
125
|
+
(s) => s.value === this.value
|
|
126
126
|
) ? this.value : this.options[0]?.value ?? "" : this.value;
|
|
127
127
|
}
|
|
128
128
|
handleInputChange(t) {
|
|
129
|
-
const { value:
|
|
130
|
-
this.searchTerm =
|
|
129
|
+
const { value: s } = t.target.displayInput;
|
|
130
|
+
this.searchTerm = s, this.selectEl.getOptionLabel = (l) => !l || !(l instanceof h) ? this.searchTerm : l.getTextLabel() || this.searchTerm;
|
|
131
131
|
}
|
|
132
132
|
handleClear() {
|
|
133
133
|
this.fetchToken += 1, this.options = [], this.searchTerm = "";
|
|
@@ -138,8 +138,8 @@ let e = class extends v {
|
|
|
138
138
|
handleCustomChange(t) {
|
|
139
139
|
if (!t.target)
|
|
140
140
|
return;
|
|
141
|
-
const
|
|
142
|
-
(a) => a.value ===
|
|
141
|
+
const s = t.target, l = this.options.find(
|
|
142
|
+
(a) => a.value === s.value
|
|
143
143
|
);
|
|
144
144
|
l && this.emit(this.customChangeEvent, {
|
|
145
145
|
detail: l
|
|
@@ -154,18 +154,18 @@ let e = class extends v {
|
|
|
154
154
|
(t) => t.value ?? "",
|
|
155
155
|
(t) => n`<tr role="option" aria-selected="false" aria-disabled=${t.disabled ? "true" : "false"} data-value=${t.value ?? ""} ?disabled=${t.disabled ?? !1}>${b(
|
|
156
156
|
this.columns,
|
|
157
|
-
(
|
|
157
|
+
(s) => n`<td class="table-select__td">${this.getCellValue(t, s.field)}</td>`
|
|
158
158
|
)}</tr>`
|
|
159
159
|
)}</table>`;
|
|
160
160
|
}
|
|
161
161
|
render() {
|
|
162
|
-
const t = this.noDropdown || this.noDropdownOnEmpty && !this.options.length,
|
|
163
|
-
return B(
|
|
162
|
+
const t = this.noDropdown || this.noDropdownOnEmpty && !this.options.length, s = this.columns.length > 0;
|
|
163
|
+
return B(s, n`<cx-select auto-size-padding=${this.autosizePadding} class=${T({
|
|
164
164
|
"dynamic-select": !0,
|
|
165
|
-
"table-select":
|
|
166
|
-
})} data-id=${
|
|
167
|
-
${
|
|
168
|
-
|
|
165
|
+
"table-select": s
|
|
166
|
+
})} data-id=${f(this.dataset.id || void 0)} data-label=${f(this.dataset.label || void 0)} form=${this.form} help-text=${this.helpText} input-behavior=${this.inputBehavior} label=${this.label} max-options-visible=${this.maxOptionsVisible} name=${this.name} placeholder=${this.placeholder} placement=${this.placement} size=${this.size} value=${this.value} .syncElement=${this.syncElement} ?allow-default-mouse-down=${this.allowDefaultMouseDown} ?allow-freetext=${this.allowFreetext} ?clearable=${this.clearable} ?close-on-select=${this.closeOnSelect} ?disabled=${this.disabled} ?filled=${this.filled} ?force-on-change=${this.forceOnChange} ?free-width=${this.freeWidth} ?hoist=${this.hoist} ?loading=${this.loading} ?multiple=${this.multiple} ?no-dropdown=${t} ?no-flip=${this.noFlip} ?no-reset-current=${this.noResetCurrent} ?no-select-on-enter=${this.noSelectOnEnter} ?open=${this.open} ?pill=${this.pill} ?required=${this.required} ?stay-open-on-select=${this.stayOpenOnSelect} ?use-tag=${this.useTag} @cx-change=${this.customChangeEvent ? this.handleCustomChange : void 0} @cx-clear=${this.useSearchTerm ? this.handleClear : void 0} @input=${this.useSearchTerm ? this.handleInputChange : void 0}>${m(this.iconName || this.iconSrc, () => n`<cx-icon-button class="icon-button" tabindex="-1" label=${this.localize.term("search")} name=${this.iconName} slot="prefix" src=${f(this.iconSrc || void 0)}></cx-icon-button>`)}
|
|
167
|
+
${m(
|
|
168
|
+
s,
|
|
169
169
|
() => this.renderTableOptions(),
|
|
170
170
|
() => n`
|
|
171
171
|
${y(
|
|
@@ -173,7 +173,7 @@ let e = class extends v {
|
|
|
173
173
|
(l) => l.value ?? "",
|
|
174
174
|
(l) => n`<cx-option value=${l.value ?? ""} ?disabled=${l.disabled} show-check check-placement=${C.Right}>${l.label ?? l.value ?? ""}</cx-option>`
|
|
175
175
|
)}
|
|
176
|
-
${
|
|
176
|
+
${m(
|
|
177
177
|
this.hasMore,
|
|
178
178
|
() => n`<cx-option value="load-more" class="tree-item__actions"><cx-button variant="text" ?loading=${this.loading} @click=${this.handleLoadMore}>${this.localize.term("more")}</cx-button></cx-option>`
|
|
179
179
|
)}
|
|
@@ -191,149 +191,152 @@ o([
|
|
|
191
191
|
E("cx-select")
|
|
192
192
|
], e.prototype, "selectEl", 2);
|
|
193
193
|
o([
|
|
194
|
-
|
|
194
|
+
i()
|
|
195
195
|
], e.prototype, "name", 2);
|
|
196
196
|
o([
|
|
197
|
-
|
|
197
|
+
i({ reflect: !0, type: String })
|
|
198
198
|
], e.prototype, "value", 2);
|
|
199
199
|
o([
|
|
200
|
-
|
|
200
|
+
i({ reflect: !0 })
|
|
201
201
|
], e.prototype, "size", 2);
|
|
202
202
|
o([
|
|
203
|
-
|
|
203
|
+
i()
|
|
204
204
|
], e.prototype, "placeholder", 2);
|
|
205
205
|
o([
|
|
206
|
-
|
|
206
|
+
i({ attribute: "allow-freetext", reflect: !0, type: Boolean })
|
|
207
207
|
], e.prototype, "allowFreetext", 2);
|
|
208
208
|
o([
|
|
209
|
-
|
|
209
|
+
i({ reflect: !0, type: Boolean })
|
|
210
210
|
], e.prototype, "multiple", 2);
|
|
211
211
|
o([
|
|
212
|
-
|
|
212
|
+
i({ attribute: "max-options-visible", type: Number })
|
|
213
213
|
], e.prototype, "maxOptionsVisible", 2);
|
|
214
214
|
o([
|
|
215
|
-
|
|
215
|
+
i({ reflect: !0, type: Boolean })
|
|
216
216
|
], e.prototype, "disabled", 2);
|
|
217
217
|
o([
|
|
218
|
-
|
|
218
|
+
i({ type: Boolean })
|
|
219
219
|
], e.prototype, "clearable", 2);
|
|
220
220
|
o([
|
|
221
|
-
|
|
221
|
+
i({ reflect: !0, type: Boolean })
|
|
222
222
|
], e.prototype, "open", 2);
|
|
223
223
|
o([
|
|
224
|
-
|
|
224
|
+
i({ type: Boolean })
|
|
225
225
|
], e.prototype, "hoist", 2);
|
|
226
226
|
o([
|
|
227
|
-
|
|
227
|
+
i({ attribute: "sync-element" })
|
|
228
228
|
], e.prototype, "syncElement", 2);
|
|
229
229
|
o([
|
|
230
|
-
|
|
230
|
+
i({ attribute: "free-width", reflect: !0, type: Boolean })
|
|
231
231
|
], e.prototype, "freeWidth", 2);
|
|
232
232
|
o([
|
|
233
|
-
|
|
233
|
+
i({ attribute: "auto-size-padding", type: Number })
|
|
234
234
|
], e.prototype, "autosizePadding", 2);
|
|
235
235
|
o([
|
|
236
|
-
|
|
236
|
+
i({ reflect: !0, type: Boolean })
|
|
237
237
|
], e.prototype, "filled", 2);
|
|
238
238
|
o([
|
|
239
|
-
|
|
239
|
+
i({ reflect: !0, type: Boolean })
|
|
240
240
|
], e.prototype, "pill", 2);
|
|
241
241
|
o([
|
|
242
|
-
|
|
242
|
+
i()
|
|
243
243
|
], e.prototype, "label", 2);
|
|
244
244
|
o([
|
|
245
|
-
|
|
245
|
+
i({ reflect: !0 })
|
|
246
246
|
], e.prototype, "placement", 2);
|
|
247
247
|
o([
|
|
248
|
-
|
|
248
|
+
i({ attribute: "help-text" })
|
|
249
249
|
], e.prototype, "helpText", 2);
|
|
250
250
|
o([
|
|
251
|
-
|
|
251
|
+
i({ reflect: !0 })
|
|
252
252
|
], e.prototype, "form", 2);
|
|
253
253
|
o([
|
|
254
|
-
|
|
254
|
+
i({ reflect: !0, type: Boolean })
|
|
255
255
|
], e.prototype, "required", 2);
|
|
256
256
|
o([
|
|
257
|
-
|
|
257
|
+
i({ attribute: "use-tag", reflect: !0, type: Boolean })
|
|
258
258
|
], e.prototype, "useTag", 2);
|
|
259
259
|
o([
|
|
260
|
-
|
|
260
|
+
i({ attribute: "input-behavior" })
|
|
261
261
|
], e.prototype, "inputBehavior", 2);
|
|
262
262
|
o([
|
|
263
|
-
|
|
263
|
+
i({ attribute: "get-option-value" })
|
|
264
264
|
], e.prototype, "getOptionValue", 2);
|
|
265
265
|
o([
|
|
266
|
-
|
|
266
|
+
i({ attribute: "get-option-label" })
|
|
267
267
|
], e.prototype, "getOptionLabel", 2);
|
|
268
268
|
o([
|
|
269
|
-
|
|
269
|
+
i({ attribute: "set-option-current" })
|
|
270
270
|
], e.prototype, "setOptionCurrent", 2);
|
|
271
271
|
o([
|
|
272
|
-
|
|
272
|
+
i({ attribute: "set-option-selected" })
|
|
273
273
|
], e.prototype, "setOptionSelected", 2);
|
|
274
274
|
o([
|
|
275
|
-
|
|
275
|
+
i({ attribute: "stay-open-on-select", type: Boolean })
|
|
276
276
|
], e.prototype, "stayOpenOnSelect", 2);
|
|
277
277
|
o([
|
|
278
|
-
|
|
278
|
+
i({ attribute: "close-on-select", type: Boolean })
|
|
279
279
|
], e.prototype, "closeOnSelect", 2);
|
|
280
280
|
o([
|
|
281
|
-
|
|
281
|
+
i({ attribute: "force-on-change", type: Boolean })
|
|
282
282
|
], e.prototype, "forceOnChange", 2);
|
|
283
283
|
o([
|
|
284
|
-
|
|
284
|
+
i({ attribute: "allow-default-mouse-down", type: Boolean })
|
|
285
285
|
], e.prototype, "allowDefaultMouseDown", 2);
|
|
286
286
|
o([
|
|
287
|
-
|
|
287
|
+
i({ attribute: "api", type: Function })
|
|
288
288
|
], e.prototype, "api", 2);
|
|
289
289
|
o([
|
|
290
|
-
|
|
290
|
+
i({ attribute: !1, type: Array })
|
|
291
291
|
], e.prototype, "columns", 2);
|
|
292
292
|
o([
|
|
293
|
-
|
|
293
|
+
i({ attribute: "use-search-term", reflect: !0, type: Boolean })
|
|
294
294
|
], e.prototype, "useSearchTerm", 2);
|
|
295
295
|
o([
|
|
296
|
-
|
|
296
|
+
i({
|
|
297
297
|
attribute: "no-select-on-enter",
|
|
298
298
|
reflect: !0,
|
|
299
299
|
type: Boolean
|
|
300
300
|
})
|
|
301
301
|
], e.prototype, "noSelectOnEnter", 2);
|
|
302
302
|
o([
|
|
303
|
-
|
|
303
|
+
i({
|
|
304
304
|
attribute: "no-reset-current",
|
|
305
305
|
reflect: !0,
|
|
306
306
|
type: Boolean
|
|
307
307
|
})
|
|
308
308
|
], e.prototype, "noResetCurrent", 2);
|
|
309
309
|
o([
|
|
310
|
-
|
|
310
|
+
i({ attribute: "icon-name", reflect: !0, type: String })
|
|
311
311
|
], e.prototype, "iconName", 2);
|
|
312
312
|
o([
|
|
313
|
-
|
|
313
|
+
i({ attribute: "icon-src", reflect: !0, type: String })
|
|
314
|
+
], e.prototype, "iconSrc", 2);
|
|
315
|
+
o([
|
|
316
|
+
i({
|
|
314
317
|
attribute: "no-dropdown",
|
|
315
318
|
reflect: !0,
|
|
316
319
|
type: Boolean
|
|
317
320
|
})
|
|
318
321
|
], e.prototype, "noDropdown", 2);
|
|
319
322
|
o([
|
|
320
|
-
|
|
323
|
+
i({
|
|
321
324
|
attribute: "no-dropdown-on-empty",
|
|
322
325
|
reflect: !0,
|
|
323
326
|
type: Boolean
|
|
324
327
|
})
|
|
325
328
|
], e.prototype, "noDropdownOnEmpty", 2);
|
|
326
329
|
o([
|
|
327
|
-
|
|
330
|
+
i({ attribute: "no-flip", reflect: !0, type: Boolean })
|
|
328
331
|
], e.prototype, "noFlip", 2);
|
|
329
332
|
o([
|
|
330
|
-
|
|
333
|
+
i({ attribute: "custom-change-event", type: String })
|
|
331
334
|
], e.prototype, "customChangeEvent", 2);
|
|
332
335
|
o([
|
|
333
|
-
|
|
336
|
+
i({ attribute: "auto-fallback-first-option", reflect: !0, type: Boolean })
|
|
334
337
|
], e.prototype, "autoFallbackFirstOption", 2);
|
|
335
338
|
o([
|
|
336
|
-
|
|
339
|
+
i({ attribute: "has-options", reflect: !0, type: Boolean })
|
|
337
340
|
], e.prototype, "hasOptions", 2);
|
|
338
341
|
o([
|
|
339
342
|
c()
|
|
@@ -3,7 +3,7 @@ import EP from "./spinner.js";
|
|
|
3
3
|
import { n as lm, C as PP } from "../chunks/lib-cortex-element.CVMmyPMC.js";
|
|
4
4
|
import { c as NP } from "../chunks/component.styles.CAS3c9pM.js";
|
|
5
5
|
import { c as RP } from "../chunks/custom-element.L4WJXn1j.js";
|
|
6
|
-
import { L as kP } from "../chunks/i18n.
|
|
6
|
+
import { L as kP } from "../chunks/i18n.BSPmBQ73.js";
|
|
7
7
|
import { w as OP } from "../chunks/watch.DJF5K-8U.js";
|
|
8
8
|
import { i as VP, x as A_ } from "../chunks/lit-element.jLBm65_O.js";
|
|
9
9
|
import { e as BP } from "../chunks/query.BBf1UFkC.js";
|
|
@@ -2,14 +2,14 @@ import { n as a, C as b } from "../chunks/lib-cortex-element.CVMmyPMC.js";
|
|
|
2
2
|
import { c as w } from "../chunks/component.styles.CAS3c9pM.js";
|
|
3
3
|
import { s as d, a as c, b as m, w as u } from "../chunks/event.BeKOsirN.js";
|
|
4
4
|
import { c as x } from "../chunks/custom-element.L4WJXn1j.js";
|
|
5
|
-
import { L as v } from "../chunks/i18n.
|
|
5
|
+
import { L as v } from "../chunks/i18n.BSPmBQ73.js";
|
|
6
6
|
import { w as y } from "../chunks/watch.DJF5K-8U.js";
|
|
7
7
|
import { i as C, x as f } from "../chunks/lit-element.jLBm65_O.js";
|
|
8
8
|
import { r as k } from "../chunks/state.CSDxrqLd.js";
|
|
9
9
|
import { e as E } from "../chunks/query.BBf1UFkC.js";
|
|
10
10
|
import { e as H } from "../chunks/class-map.BiVq-cVR.js";
|
|
11
11
|
import { a as p, g } from "../chunks/animation-registry.HmpwNuGH.js";
|
|
12
|
-
import { C as B } from "../chunks/button.
|
|
12
|
+
import { C as B } from "../chunks/button.cbDkxJHn.js";
|
|
13
13
|
const T = C`:host{--toggler-color:var(--cx-color-primary);display:block;overflow:hidden}.element-clamp{overflow-anchor:none}.element-clamp--disabled{opacity:.5}.element-clamp-icon{transition:var(--cx-transition-medium) rotate ease;flex:none;align-items:center;display:flex}.details--open .element-clamp-icon{rotate:90deg}.details--open.details--rtl .element-clamp-icon{rotate:-90deg}.element-clamp--open slot[name=expand-icon],.element-clamp:not(.element-clamp--open) slot[name=collapse-icon]{display:none}.element-clamp__content{display:block;overflow:hidden}.toggler{margin-top:var(--cx-spacing-2x-small);display:block}.toggler::part(base){color:var(--toggler-color);font-weight:var(--cx-font-weight-medium);text-transform:none;width:auto}.toggler::part(label){padding-left:0}`;
|
|
14
14
|
var z = Object.defineProperty, O = Object.getOwnPropertyDescriptor, n = (e, t, i, r) => {
|
|
15
15
|
for (var s = r > 1 ? void 0 : r ? O(t, i) : t, h = e.length - 1, l; h >= 0; h--)
|
|
@@ -1,12 +1,12 @@
|
|
|
1
1
|
import { C as tt } from "../chunks/icon.BLXWp6CU.js";
|
|
2
2
|
import et from "./line-clamp.js";
|
|
3
|
-
import { C as mt, s as _t, a as ft, b as dt } from "../chunks/tree.
|
|
3
|
+
import { C as mt, s as _t, a as ft, b as dt } from "../chunks/tree.CHQ1WjZV.js";
|
|
4
4
|
import { n as l, C as W } from "../chunks/lib-cortex-element.CVMmyPMC.js";
|
|
5
5
|
import { c as st } from "../chunks/component.styles.CAS3c9pM.js";
|
|
6
6
|
import { c as q } from "../chunks/custom-element.L4WJXn1j.js";
|
|
7
|
-
import { L as G } from "../chunks/i18n.
|
|
7
|
+
import { L as G } from "../chunks/i18n.BSPmBQ73.js";
|
|
8
8
|
import { a as St, w as z, p as Ct } from "../chunks/watch.DJF5K-8U.js";
|
|
9
|
-
import { p as R } from "../chunks/string.
|
|
9
|
+
import { p as R } from "../chunks/string.CfI2ejyR.js";
|
|
10
10
|
import { x as o, i as ot, E as wt } from "../chunks/lit-element.jLBm65_O.js";
|
|
11
11
|
import { r as h } from "../chunks/state.CSDxrqLd.js";
|
|
12
12
|
import { e as P } from "../chunks/query.BBf1UFkC.js";
|
|
@@ -16,27 +16,27 @@ import { n as p } from "../chunks/when.Dr1es41R.js";
|
|
|
16
16
|
import { b as At } from "../chunks/_baseEach.DQk0As2f.js";
|
|
17
17
|
import { b as Dt } from "../chunks/_baseIteratee.sC2wLi2m.js";
|
|
18
18
|
import Tt from "./avatar.js";
|
|
19
|
-
import { C as zt } from "../chunks/button.
|
|
20
|
-
import { C as Pt } from "../chunks/dialog.
|
|
19
|
+
import { C as zt } from "../chunks/button.cbDkxJHn.js";
|
|
20
|
+
import { C as Pt } from "../chunks/dialog.BvSMV36r.js";
|
|
21
21
|
import Et from "./divider.js";
|
|
22
22
|
import nt from "./format-bytes.js";
|
|
23
|
-
import { C as vt } from "../chunks/icon-button.
|
|
24
|
-
import { C as Lt } from "../chunks/input.
|
|
25
|
-
import { C as Ut } from "../chunks/option.
|
|
23
|
+
import { C as vt } from "../chunks/icon-button.DV5Fks8j.js";
|
|
24
|
+
import { C as Lt } from "../chunks/input.7pumTpdu.js";
|
|
25
|
+
import { C as Ut } from "../chunks/option.dBUWN4sF.js";
|
|
26
26
|
import yt from "./relative-time.js";
|
|
27
27
|
import Ft from "./select.js";
|
|
28
28
|
import Rt from "./space.js";
|
|
29
29
|
import kt from "./tab.js";
|
|
30
|
-
import { C as Ot } from "../chunks/tab-group.
|
|
30
|
+
import { C as Ot } from "../chunks/tab-group.DOnaT12G.js";
|
|
31
31
|
import Nt from "./tab-panel.js";
|
|
32
32
|
import bt from "./tooltip.js";
|
|
33
|
-
import { C as rt } from "../chunks/typography.
|
|
34
|
-
import { C as jt } from "../chunks/confirm-popover.
|
|
33
|
+
import { C as rt } from "../chunks/typography.BLYdTF0n.js";
|
|
34
|
+
import { C as jt } from "../chunks/confirm-popover.Dvgoz-oA.js";
|
|
35
35
|
import { d as Bt } from "../chunks/debounce.DaHuiSGU.js";
|
|
36
36
|
import { c as Z } from "../chunks/number.Cx2ncfJJ.js";
|
|
37
37
|
import { i as X, b as pt } from "../chunks/url.CGdWC06g.js";
|
|
38
38
|
import { a as Mt, i as Vt } from "../chunks/isArrayLikeObject.D7afXo-f.js";
|
|
39
|
-
import {
|
|
39
|
+
import { a as Ht } from "../chunks/_baseXor.BCxbgizO.js";
|
|
40
40
|
import Wt from "./progress-bar.js";
|
|
41
41
|
import qt from "./spinner.js";
|
|
42
42
|
import { o as Gt } from "../chunks/style-map.llVFPd__.js";
|
|
@@ -1,16 +1,16 @@
|
|
|
1
1
|
import "../chunks/icon.BLXWp6CU.js";
|
|
2
|
-
import "../chunks/input.
|
|
2
|
+
import "../chunks/input.7pumTpdu.js";
|
|
3
3
|
import "./line-clamp.js";
|
|
4
4
|
import "./select.js";
|
|
5
5
|
import "./tag.js";
|
|
6
|
-
import "../chunks/tree.
|
|
6
|
+
import "../chunks/tree.CHQ1WjZV.js";
|
|
7
7
|
import "../chunks/lib-cortex-element.CVMmyPMC.js";
|
|
8
|
-
import { C as j } from "../chunks/folder-select.
|
|
8
|
+
import { C as j } from "../chunks/folder-select.DAZQRdLq.js";
|
|
9
9
|
import "../chunks/component.styles.CAS3c9pM.js";
|
|
10
10
|
import "../chunks/custom-element.L4WJXn1j.js";
|
|
11
|
-
import "../chunks/i18n.
|
|
11
|
+
import "../chunks/i18n.BSPmBQ73.js";
|
|
12
12
|
import "../chunks/watch.DJF5K-8U.js";
|
|
13
|
-
import "../chunks/string.
|
|
13
|
+
import "../chunks/string.CfI2ejyR.js";
|
|
14
14
|
import "../chunks/endpoints.mJ5S-tIs.js";
|
|
15
15
|
import "../chunks/lit-element.jLBm65_O.js";
|
|
16
16
|
import "../chunks/state.CSDxrqLd.js";
|
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
import { C as u, n as p } from "../chunks/lib-cortex-element.CVMmyPMC.js";
|
|
2
2
|
import { c as h } from "../chunks/custom-element.L4WJXn1j.js";
|
|
3
|
-
import { L as m } from "../chunks/i18n.
|
|
3
|
+
import { L as m } from "../chunks/i18n.BSPmBQ73.js";
|
|
4
4
|
var c = Object.defineProperty, f = Object.getOwnPropertyDescriptor, l = (a, r, s, e) => {
|
|
5
5
|
for (var t = e > 1 ? void 0 : e ? f(r, s) : r, i = a.length - 1, n; i >= 0; i--)
|
|
6
6
|
(n = a[i]) && (t = (e ? n(r, s, t) : n(t)) || t);
|
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
import { C as p, n as o } from "../chunks/lib-cortex-element.CVMmyPMC.js";
|
|
2
2
|
import { c as d } from "../chunks/custom-element.L4WJXn1j.js";
|
|
3
|
-
import { L as u } from "../chunks/i18n.
|
|
3
|
+
import { L as u } from "../chunks/i18n.BSPmBQ73.js";
|
|
4
4
|
import { x as y } from "../chunks/lit-element.jLBm65_O.js";
|
|
5
5
|
var l = Object.defineProperty, c = Object.getOwnPropertyDescriptor, e = (r, i, s, n) => {
|
|
6
6
|
for (var a = n > 1 ? void 0 : n ? c(i, s) : i, h = r.length - 1, m; h >= 0; h--)
|
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
import { C as p, n as r } from "../chunks/lib-cortex-element.CVMmyPMC.js";
|
|
2
2
|
import { c } from "../chunks/custom-element.L4WJXn1j.js";
|
|
3
|
-
import { L as g } from "../chunks/i18n.
|
|
3
|
+
import { L as g } from "../chunks/i18n.BSPmBQ73.js";
|
|
4
4
|
var y = Object.defineProperty, l = Object.getOwnPropertyDescriptor, t = (a, m, s, n) => {
|
|
5
5
|
for (var e = n > 1 ? void 0 : n ? l(m, s) : m, u = a.length - 1, o; u >= 0; u--)
|
|
6
6
|
(o = a[u]) && (e = (n ? o(m, s, e) : o(e)) || e);
|
|
@@ -2,7 +2,7 @@ import { n as l, C as h } from "../chunks/lib-cortex-element.CVMmyPMC.js";
|
|
|
2
2
|
import { c as y } from "../chunks/component.styles.CAS3c9pM.js";
|
|
3
3
|
import { U as r, D as u, L as D, F as d, g as S, a as F, c as U, f as g, S as _ } from "../chunks/time.DYWuX2id.js";
|
|
4
4
|
import { c as b } from "../chunks/custom-element.L4WJXn1j.js";
|
|
5
|
-
import { L as N } from "../chunks/i18n.
|
|
5
|
+
import { L as N } from "../chunks/i18n.BSPmBQ73.js";
|
|
6
6
|
import { w as m } from "../chunks/watch.DJF5K-8U.js";
|
|
7
7
|
import { i as L, x as f } from "../chunks/lit-element.jLBm65_O.js";
|
|
8
8
|
import { r as M } from "../chunks/state.CSDxrqLd.js";
|
|
@@ -1,15 +1,18 @@
|
|
|
1
1
|
import "./copy-button.js";
|
|
2
2
|
import "../chunks/lib-cortex-element.CVMmyPMC.js";
|
|
3
3
|
import "../chunks/component.styles.CAS3c9pM.js";
|
|
4
|
-
import { C as
|
|
4
|
+
import { C as c } from "../chunks/header.2RH_nPmz.js";
|
|
5
|
+
import "../chunks/content-builder.CBBdfVOl.js";
|
|
5
6
|
import "../chunks/custom-element.L4WJXn1j.js";
|
|
6
|
-
import "../chunks/i18n.
|
|
7
|
+
import "../chunks/i18n.BSPmBQ73.js";
|
|
7
8
|
import "../chunks/watch.DJF5K-8U.js";
|
|
9
|
+
import "../chunks/responsive.BmBJSzC4.js";
|
|
10
|
+
import "../chunks/state.CSDxrqLd.js";
|
|
8
11
|
import "../chunks/query.BBf1UFkC.js";
|
|
9
12
|
import "../chunks/class-map.BiVq-cVR.js";
|
|
10
13
|
import "../chunks/style-map.llVFPd__.js";
|
|
11
14
|
import "../chunks/when.Dr1es41R.js";
|
|
12
15
|
import "../chunks/static.UA3G1Deq.js";
|
|
13
16
|
export {
|
|
14
|
-
|
|
17
|
+
c as default
|
|
15
18
|
};
|
|
@@ -1,8 +1,8 @@
|
|
|
1
1
|
import "../chunks/lib-cortex-element.CVMmyPMC.js";
|
|
2
2
|
import "../chunks/component.styles.CAS3c9pM.js";
|
|
3
|
-
import { C } from "../chunks/icon-button.
|
|
3
|
+
import { C } from "../chunks/icon-button.DV5Fks8j.js";
|
|
4
4
|
import "../chunks/custom-element.L4WJXn1j.js";
|
|
5
|
-
import "../chunks/i18n.
|
|
5
|
+
import "../chunks/i18n.BSPmBQ73.js";
|
|
6
6
|
import "../chunks/state.CSDxrqLd.js";
|
|
7
7
|
import "../chunks/query.BBf1UFkC.js";
|
|
8
8
|
import "../chunks/class-map.BiVq-cVR.js";
|
|
@@ -1,8 +1,8 @@
|
|
|
1
1
|
import "../chunks/lib-cortex-element.CVMmyPMC.js";
|
|
2
2
|
import "../chunks/component.styles.CAS3c9pM.js";
|
|
3
|
-
import { C as u } from "../chunks/iframe.
|
|
3
|
+
import { C as u } from "../chunks/iframe.ddX2kGu3.js";
|
|
4
4
|
import "../chunks/custom-element.L4WJXn1j.js";
|
|
5
|
-
import "../chunks/i18n.
|
|
5
|
+
import "../chunks/i18n.BSPmBQ73.js";
|
|
6
6
|
import "../chunks/watch.DJF5K-8U.js";
|
|
7
7
|
import "../chunks/lit-element.jLBm65_O.js";
|
|
8
8
|
import "../chunks/query.BBf1UFkC.js";
|
|
@@ -2,7 +2,7 @@ import { n as h, C as f } from "../chunks/lib-cortex-element.CVMmyPMC.js";
|
|
|
2
2
|
import { c as g } from "../chunks/component.styles.CAS3c9pM.js";
|
|
3
3
|
import { c as u } from "../chunks/custom-element.L4WJXn1j.js";
|
|
4
4
|
import { d as v } from "../chunks/drag.DenOh3AE.js";
|
|
5
|
-
import { L as _ } from "../chunks/i18n.
|
|
5
|
+
import { L as _ } from "../chunks/i18n.BSPmBQ73.js";
|
|
6
6
|
import { c as m } from "../chunks/math.DuKzLacZ.js";
|
|
7
7
|
import { w } from "../chunks/watch.DJF5K-8U.js";
|
|
8
8
|
import { i as y, x } from "../chunks/lit-element.jLBm65_O.js";
|
|
@@ -1,10 +1,11 @@
|
|
|
1
|
-
import "../chunks/resizable-component.styles.
|
|
1
|
+
import "../chunks/resizable-component.styles.kMFDlGgv.js";
|
|
2
2
|
import "../chunks/component.styles.CAS3c9pM.js";
|
|
3
3
|
import "../chunks/index.Cpamj0jB.js";
|
|
4
|
-
import { C as
|
|
4
|
+
import { C as y } from "../chunks/image.BM7bPTub.js";
|
|
5
|
+
import "../chunks/position-picker.qkbJlboF.js";
|
|
5
6
|
import "../chunks/custom-element.L4WJXn1j.js";
|
|
6
7
|
import "../chunks/debounce.DaHuiSGU.js";
|
|
7
|
-
import "../chunks/i18n.
|
|
8
|
+
import "../chunks/i18n.BSPmBQ73.js";
|
|
8
9
|
import "../chunks/watch.DJF5K-8U.js";
|
|
9
10
|
import "../chunks/url.CGdWC06g.js";
|
|
10
11
|
import "../chunks/lit-element.jLBm65_O.js";
|
|
@@ -22,5 +23,5 @@ import "./resize-observer.js";
|
|
|
22
23
|
import "./skeleton.js";
|
|
23
24
|
import "./space.js";
|
|
24
25
|
export {
|
|
25
|
-
|
|
26
|
+
y as default
|
|
26
27
|
};
|
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
import { n as a, C as c } from "../chunks/lib-cortex-element.CVMmyPMC.js";
|
|
2
2
|
import { c as g } from "../chunks/component.styles.CAS3c9pM.js";
|
|
3
|
-
import { f as d } from "../chunks/form-control.styles.
|
|
3
|
+
import { f as d } from "../chunks/form-control.styles.CHC7Q08Q.js";
|
|
4
4
|
import { c as f } from "../chunks/custom-element.L4WJXn1j.js";
|
|
5
5
|
import { i as h, x as m } from "../chunks/lit-element.jLBm65_O.js";
|
|
6
6
|
import { e as _ } from "../chunks/query.BBf1UFkC.js";
|