@orangelogic/design-system 3.0.0 → 3.2.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/{asset-link-format.D--xQVgR.js → asset-link-format.BnIUG_vO.js} +19 -18
- package/library/chunks/{button.BnkkUqiI.js → button.CpY4FCwE.js} +1 -1
- package/library/chunks/{color-swatch-group.CCgwey9f.js → color-swatch-group.CTcv62MK.js} +367 -330
- package/library/chunks/{color-swatch.D6Gg5bpz.js → color-swatch.Caved2kL.js} +1 -1
- package/library/chunks/{confirm-popover.CrQKEChc.js → confirm-popover.BSS1VhB2.js} +3 -3
- package/library/chunks/content-builder.BX4pHujE.js +60 -0
- package/library/chunks/{dialog.CWGtufDA.js → dialog.ICoCAj6Z.js} +4 -4
- package/library/chunks/{document-viewer.C90j1Xrr.js → document-viewer.D6PxGcEL.js} +8 -7
- package/library/chunks/{dot-pagination.BqGFeFXK.js → dot-pagination.CzVpiv00.js} +1 -1
- package/library/chunks/{folder-select.CIqVGGFl.js → folder-select.DN-JomDt.js} +4 -4
- package/library/chunks/{header.CWlWNree.js → header.BQg_JjHw.js} +1 -1
- package/library/chunks/{i18n.DbXTTLXx.js → i18n.BA19xtyU.js} +6 -3
- package/library/chunks/{icon-button.CVrxJcZq.js → icon-button.BWJ1Vqn5.js} +17 -11
- package/library/chunks/{iframe.-GCTFas1.js → iframe.Dm-nXSBv.js} +1 -1
- package/library/chunks/{image.CTMzUqCC.js → image.B-4cVbol.js} +187 -188
- package/library/chunks/{input.33UmFGqR.js → input.xgeLCG8I.js} +1 -1
- package/library/chunks/{markdown.DOHru2Rz.js → markdown.bkEjjjS9.js} +2 -2
- package/library/chunks/menu-item.DgUMVYe5.js +493 -0
- package/library/chunks/{option.B6odSlS2.js → option.jeaj7_Lr.js} +1 -1
- package/library/chunks/{pagination.mzolTIpF.js → pagination.CSPKsj4y.js} +5 -5
- package/library/chunks/{tab-group.uSHlsFu8.js → tab-group.BSl6GdIO.js} +4 -4
- package/library/chunks/{toast.CXEAfCvN.js → toast.C5Ir5yKA.js} +1 -1
- package/library/chunks/transformation.CWKaoGaY.js +254 -0
- package/library/chunks/{tree.CmEdKtzK.js → tree.DYFFjW1-.js} +1 -1
- package/library/components/alert.js +2 -2
- package/library/components/asset-link-format.js +4 -4
- package/library/components/atoms.js +31 -31
- package/library/components/audio.js +2 -2
- package/library/components/border-input-group.js +2 -2
- package/library/components/breadcrumb.js +1 -1
- package/library/components/button.js +2 -2
- package/library/components/color-picker.js +3 -3
- package/library/components/color-swatch-group.js +5 -5
- package/library/components/color-swatch.js +2 -2
- package/library/components/confirm-popover.js +4 -4
- package/library/components/copy-button.js +1 -1
- package/library/components/corner-position-input-group.js +3 -3
- package/library/components/date-calendar.js +1 -1
- package/library/components/details.js +1 -1
- package/library/components/dialog.js +3 -3
- package/library/components/document-viewer.js +3 -3
- package/library/components/dot-pagination.js +2 -2
- package/library/components/drawer.js +4 -4
- package/library/components/dropdown.js +2 -2
- package/library/components/dynamic-select.js +4 -4
- package/library/components/e-chart.js +1 -1
- package/library/components/element-clamp.js +2 -2
- package/library/components/file-on-demand.js +9 -9
- package/library/components/folder-select.js +4 -4
- 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 +2 -2
- 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 +3 -4
- package/library/components/input.js +2 -2
- package/library/components/line-clamp.js +1 -1
- package/library/components/markdown.js +3 -3
- package/library/components/masonry.js +113 -100
- package/library/components/menu-item.js +15 -483
- package/library/components/menu.js +20 -20
- package/library/components/molecules.js +3 -3
- 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 +6 -6
- package/library/components/popup.js +101 -98
- package/library/components/position-picker.js +1 -1
- package/library/components/progress-bar.js +1 -1
- package/library/components/progress-ring.js +1 -1
- package/library/components/range.js +1 -1
- package/library/components/rating.js +1 -1
- package/library/components/relative-time.js +1 -1
- package/library/components/select.js +18 -13
- package/library/components/shadow-input-group.js +1 -1
- package/library/components/share-option-list.js +1 -1
- 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/tab-group.js +5 -5
- package/library/components/tab.js +2 -2
- package/library/components/tag.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 +2 -2
- package/library/components/types.js +18617 -18388
- package/library/components/video.js +2 -2
- package/library/package.json +1 -1
- package/library/packages/atoms/src/components/icon-button/icon-button.d.ts +11 -0
- package/library/packages/atoms/src/components/image/image.d.ts +30 -4
- package/library/packages/atoms/src/components/menu-item/menu-item.d.ts +5 -2
- package/library/packages/atoms/src/components/menu-item/submenu-controller.d.ts +1 -0
- package/library/packages/atoms/src/components/popup/popup.d.ts +11 -0
- package/library/packages/atoms/src/components/select/select.d.ts +8 -0
- package/library/packages/hybrid/table-core/src/table/styles/table-frozen.styles.d.ts +4 -4
- package/library/packages/hybrid/table-core/src/table/styles/table-overlay-scrollbar.styles.d.ts +8 -5
- package/library/packages/hybrid/table-core/src/table/table.d.ts +2 -12
- package/library/packages/hybrid/table-core/src/tabulator-tables/core/RowManager.d.ts +1 -0
- package/library/packages/hybrid/table-core/src/tabulator-tables/modules/ResizeColumns/ResizeColumns.d.ts +5 -3
- package/library/packages/molecules/src/gallery-item/gallery-item.d.ts +10 -0
- package/library/packages/molecules/src/icon-picker/icon-picker.d.ts +1 -0
- package/library/packages/molecules/src/masonry/masonry.d.ts +9 -0
- package/library/packages/molecules/src/view-and-sort/view-and-sort.d.ts +8 -0
- package/library/packages/organisms/src/bento-grid/bento-grid.d.ts +88 -0
- package/library/packages/organisms/src/comment/components/comment-menu/comment-menu.d.ts +10 -0
- package/library/packages/organisms/src/content-builder/blocks/image/image.d.ts +11 -1
- package/library/packages/organisms/src/content-builder/content-builder.d.ts +31 -6
- package/library/packages/organisms/src/downloader/downloader.d.ts +1 -1
- package/library/packages/types/src/menu-item.d.ts +12 -1
- package/library/packages/utils/src/custom-element/i18n.d.ts +3 -0
- package/library/packages/utils/src/transformation/transformation.d.ts +52 -0
- package/library/react-web-component.d.ts +25 -1
- package/library/utils.js +173 -167
- package/package.json +1 -1
- package/library/chunks/transformation.8uLv6uwG.js +0 -264
|
@@ -1,33 +1,34 @@
|
|
|
1
|
-
import
|
|
2
|
-
import
|
|
3
|
-
import { C as
|
|
4
|
-
import { C as
|
|
5
|
-
import
|
|
6
|
-
import
|
|
7
|
-
import { n as
|
|
8
|
-
import { c as
|
|
1
|
+
import f from "./grid.js";
|
|
2
|
+
import v from "./grid-item.js";
|
|
3
|
+
import { C as $ } from "../chunks/icon-button.BWJ1Vqn5.js";
|
|
4
|
+
import { C as S } from "../chunks/image.B-4cVbol.js";
|
|
5
|
+
import C from "./space.js";
|
|
6
|
+
import w from "./tooltip.js";
|
|
7
|
+
import { n as o, C as I } from "../chunks/lib-cortex-element.CVMmyPMC.js";
|
|
8
|
+
import { c as k } from "../chunks/component.styles.CRO4Odto.js";
|
|
9
9
|
import { a as x } from "../chunks/index.Cpamj0jB.js";
|
|
10
|
-
import { c as
|
|
10
|
+
import { c as A } from "../chunks/custom-element.L4WJXn1j.js";
|
|
11
11
|
import { w as U } from "../chunks/watch.DJF5K-8U.js";
|
|
12
|
-
import {
|
|
13
|
-
import {
|
|
12
|
+
import { b as _ } from "../chunks/transformation.CWKaoGaY.js";
|
|
13
|
+
import { i as z, x as n } from "../chunks/lit-element.jLBm65_O.js";
|
|
14
|
+
import { r as b } from "../chunks/state.CSDxrqLd.js";
|
|
14
15
|
import { e as E } from "../chunks/query.BBf1UFkC.js";
|
|
15
|
-
import { e as
|
|
16
|
-
import { o as
|
|
17
|
-
import { c as
|
|
18
|
-
import { o as
|
|
19
|
-
import { n as
|
|
16
|
+
import { e as m } from "../chunks/class-map.BiVq-cVR.js";
|
|
17
|
+
import { o as l } from "../chunks/if-defined.BRoBj_Rp.js";
|
|
18
|
+
import { c as g } from "../chunks/repeat.CFjcER6_.js";
|
|
19
|
+
import { o as y } from "../chunks/style-map.llVFPd__.js";
|
|
20
|
+
import { n as u } from "../chunks/when.Dr1es41R.js";
|
|
20
21
|
import { S as j } from "../chunks/sortable.esm.oSzf6C5Q.js";
|
|
21
|
-
var
|
|
22
|
-
const D =
|
|
23
|
-
var K = Object.defineProperty,
|
|
24
|
-
for (var
|
|
25
|
-
(
|
|
26
|
-
return
|
|
22
|
+
var d = /* @__PURE__ */ ((t) => (t.Masonry = "masonry", t.Standard = "standard", t))(d || {});
|
|
23
|
+
const D = z`:host{--actions-background-color:var(--cx-color-neutral-100);--border-radius:0px;--item-border-radius:var(--cx-border-radius-medium);--padding:0px;--width:100%;--height:auto;width:var(--width,100%);height:var(--height,100%);display:block;overflow:auto}:host([spacing="3x-small"]){--spacing-container-gap:var(--cx-spacing-3x-small)}:host([spacing="2x-small"]){--spacing-container-gap:var(--cx-spacing-2x-small)}:host([spacing=x-small]){--spacing-container-gap:var(--cx-spacing-x-small)}:host([spacing=small]){--spacing-container-gap:var(--cx-spacing-small)}:host([spacing=medium]){--spacing-container-gap:var(--cx-spacing-medium)}:host([spacing=large]){--spacing-container-gap:var(--cx-spacing-large)}:host([spacing=x-large]){--spacing-container-gap:var(--cx-spacing-x-large)}:host([spacing="2x-large"]){--spacing-container-gap:var(--cx-spacing-2x-large)}:host([spacing="3x-large"]){--spacing-container-gap:var(--cx-spacing-3x-large)}:host([spacing="4x-large"]){--spacing-container-gap:var(--cx-spacing-4x-large)}.masonry-list{column-gap:var(--spacing-container-gap)}.masonry-list__item{border-radius:var(--item-border-radius);display:block;position:relative;overflow:hidden}.masonry-list__item--error:before{content:"";border:2px solid var(--cx-color-danger);border-radius:var(--item-border-radius);z-index:1;width:100%;height:100%;position:absolute;top:0;left:0}.container--masonry .masonry-list__item{margin-bottom:var(--spacing-container-gap)}.container--standard cx-grid-item::part(base){height:100%}.masonry-list__item__image{width:100%;height:100%}.masonry-list__item__actions{opacity:0;width:100%;transition:opacity var(--cx-transition-fast) ease-in-out;z-index:10;position:absolute;bottom:0;left:0}.masonry-list__item__actions:before{content:"";background-color:var(--actions-background-color);opacity:.5;pointer-events:none;width:100%;height:100%;position:absolute;top:0;left:0}.masonry-list__item:hover .masonry-list__item__actions{opacity:1}.masonry-list__item__action{z-index:5;flex:auto;position:relative}.masonry-list__item__action::part(base){border-radius:0;width:100%}.container--sortable .masonry-list__item{cursor:move}`;
|
|
24
|
+
var K = Object.defineProperty, M = Object.getOwnPropertyDescriptor, a = (t, r, i, s) => {
|
|
25
|
+
for (var c = s > 1 ? void 0 : s ? M(r, i) : r, p = t.length - 1, h; p >= 0; p--)
|
|
26
|
+
(h = t[p]) && (c = (s ? h(r, i, c) : h(c)) || c);
|
|
27
|
+
return s && c && K(r, i, c), c;
|
|
27
28
|
};
|
|
28
|
-
let
|
|
29
|
+
let e = class extends I {
|
|
29
30
|
constructor() {
|
|
30
|
-
super(), this.data = [], this.variant =
|
|
31
|
+
super(), this.data = [], this.variant = d.Standard, this.cols = 3, this.rowHeight = "auto", this.actions = [], this.sortable = !1, this.spacing = "medium", this.idKey = "id", this.noCrossorigin = !1, this.sortableInstance = null, this.previous = [], this.abortDrag = !1, this.handleEnd = this.handleEnd.bind(this), this.handleStart = this.handleStart.bind(this), this.handleSortableUpdate = this.handleSortableUpdate.bind(this), this.handleItemClick = this.handleItemClick.bind(this);
|
|
31
32
|
}
|
|
32
33
|
getAllItems() {
|
|
33
34
|
return Array.from(this.list.querySelectorAll(".masonry-list__item"));
|
|
@@ -62,6 +63,18 @@ let a = class extends w {
|
|
|
62
63
|
disconnectedCallback() {
|
|
63
64
|
super.disconnectedCallback(), this.destroySortable();
|
|
64
65
|
}
|
|
66
|
+
/**
|
|
67
|
+
* The `sizes` hint for item images, expressed as a viewport fraction.
|
|
68
|
+
*
|
|
69
|
+
* The layout is CSS-column based, so no exact pixel width is available the way a
|
|
70
|
+
* measured grid provides one. Each item spans exactly one of `cols` columns, which
|
|
71
|
+
* makes the fraction an accurate upper bound and keeps the browser from assuming
|
|
72
|
+
* the default `100vw`.
|
|
73
|
+
*/
|
|
74
|
+
get itemSizes() {
|
|
75
|
+
const t = Number.isFinite(this.cols) && this.cols > 0 ? this.cols : 1;
|
|
76
|
+
return `${Math.round(100 / t)}vw`;
|
|
77
|
+
}
|
|
65
78
|
handleItemClick(t, r) {
|
|
66
79
|
this.emit("cx-masonry-select", {
|
|
67
80
|
detail: { event: t, item: r }
|
|
@@ -70,7 +83,7 @@ let a = class extends w {
|
|
|
70
83
|
handleSortableUpdate(t) {
|
|
71
84
|
const r = this.data[t.oldIndex], i = [...this.data];
|
|
72
85
|
i.splice(t.oldIndex, 1), i.splice(t.newIndex, 0, r);
|
|
73
|
-
const
|
|
86
|
+
const s = {
|
|
74
87
|
from: t.from,
|
|
75
88
|
item: t.item,
|
|
76
89
|
items: this.getAllItems(),
|
|
@@ -81,127 +94,127 @@ let a = class extends w {
|
|
|
81
94
|
type: t.type
|
|
82
95
|
};
|
|
83
96
|
this.emit("cx-reorder", {
|
|
84
|
-
detail:
|
|
97
|
+
detail: s
|
|
85
98
|
});
|
|
86
99
|
}
|
|
87
100
|
renderActions(t) {
|
|
88
101
|
const r = (i) => {
|
|
89
|
-
const
|
|
102
|
+
const s = () => {
|
|
90
103
|
this.emit(i.event, {
|
|
91
104
|
detail: { item: t }
|
|
92
105
|
});
|
|
93
106
|
};
|
|
94
|
-
return n`<cx-icon-button class="masonry-list__item__action" name=${
|
|
107
|
+
return n`<cx-icon-button class="masonry-list__item__action" name=${l(i.icon)} src=${l(i.src)} @click=${s} size="small" style=${y({
|
|
95
108
|
color: i.color
|
|
96
109
|
})}></cx-icon-button>`;
|
|
97
110
|
};
|
|
98
|
-
return n`<cx-space class="masonry-list__item__actions" direction="horizontal" spacing="x-small" justify-content="space-around">${
|
|
111
|
+
return n`<cx-space class="masonry-list__item__actions" direction="horizontal" spacing="x-small" justify-content="space-around">${g(
|
|
99
112
|
this.actions,
|
|
100
113
|
(i) => i.event,
|
|
101
114
|
(i) => i.tooltip ? n`<cx-tooltip content=${i.tooltip}>${r(i)}</cx-tooltip>` : r(i)
|
|
102
115
|
)}</cx-space>`;
|
|
103
116
|
}
|
|
104
117
|
renderMasonry() {
|
|
105
|
-
return n`<div class="masonry-list" style=${
|
|
118
|
+
return n`<div class="masonry-list" style=${y({
|
|
106
119
|
"column-count": this.cols
|
|
107
|
-
})} part="list">${
|
|
120
|
+
})} part="list">${g(
|
|
108
121
|
this.data,
|
|
109
122
|
(t) => t[this.idKey],
|
|
110
123
|
(t) => {
|
|
111
|
-
const r = (
|
|
112
|
-
this.handleItemClick(
|
|
113
|
-
};
|
|
114
|
-
return n`<div data-id=${t[this.idKey]} class=${
|
|
124
|
+
const r = (s) => {
|
|
125
|
+
this.handleItemClick(s, t);
|
|
126
|
+
}, i = _(t.src);
|
|
127
|
+
return n`<div data-id=${t[this.idKey]} class=${m({
|
|
115
128
|
"masonry-list__item": !0,
|
|
116
129
|
"masonry-list__item--error": t.hasError ?? !1
|
|
117
|
-
})} part="item" @click=${r}><cx-image part="image" class="masonry-list__item__image" alt=${t.alt || ""} src=${t.src} object-fit=${t.objectFit || x.Cover} ?loading=${t.loading} ?no-crossorigin=${this.noCrossorigin} retry-on-error></cx-image>${
|
|
130
|
+
})} part="item" @click=${r}><cx-image part="image" class="masonry-list__item__image" alt=${t.alt || ""} src=${t.src} srcset=${l(i || void 0)} sizes=${l(i ? this.itemSizes : void 0)} object-fit=${t.objectFit || x.Cover} ?loading=${t.loading} ?no-crossorigin=${this.noCrossorigin} retry-on-error></cx-image>${u(this.actions.length > 0, () => this.renderActions(t))}</div>`;
|
|
118
131
|
}
|
|
119
132
|
)}</div>`;
|
|
120
133
|
}
|
|
121
134
|
renderStandard() {
|
|
122
|
-
return n`<cx-grid columns=${this.cols} spacing="var(--cx-spacing-${this.spacing})" use-flex-gap class="masonry-list" part="list">${
|
|
135
|
+
return n`<cx-grid columns=${this.cols} spacing="var(--cx-spacing-${this.spacing})" use-flex-gap class="masonry-list" part="list">${g(
|
|
123
136
|
this.data,
|
|
124
137
|
(t) => t[this.idKey],
|
|
125
138
|
(t) => {
|
|
126
|
-
const r = (
|
|
127
|
-
this.handleItemClick(
|
|
128
|
-
};
|
|
129
|
-
return n`<cx-grid-item xs="1"><div class=${
|
|
139
|
+
const r = (s) => {
|
|
140
|
+
this.handleItemClick(s, t);
|
|
141
|
+
}, i = _(t.src);
|
|
142
|
+
return n`<cx-grid-item xs="1"><div class=${m({
|
|
130
143
|
"masonry-list__item": !0,
|
|
131
144
|
"masonry-list__item--error": t.hasError ?? !1
|
|
132
|
-
})} style=${
|
|
145
|
+
})} style=${y({
|
|
133
146
|
height: this.rowHeight
|
|
134
|
-
})} part="item" @click=${r} data-id=${t[this.idKey]}><cx-image part="image" class="masonry-list__item__image" alt=${t.alt || ""} src=${t.src} width="100%" height="100%" object-fit=${t.objectFit || x.Cover} ?loading=${t.loading} ?no-crossorigin=${this.noCrossorigin}></cx-image>${
|
|
147
|
+
})} part="item" @click=${r} data-id=${t[this.idKey]}><cx-image part="image" class="masonry-list__item__image" alt=${t.alt || ""} src=${t.src} srcset=${l(i || void 0)} sizes=${l(i ? this.itemSizes : void 0)} width="100%" height="100%" object-fit=${t.objectFit || x.Cover} retry-on-error ?loading=${t.loading} ?no-crossorigin=${this.noCrossorigin}></cx-image>${u(this.actions.length > 0, () => this.renderActions(t))}</div></cx-grid-item>`;
|
|
135
148
|
}
|
|
136
149
|
)}</cx-grid>`;
|
|
137
150
|
}
|
|
138
151
|
render() {
|
|
139
|
-
return n`<div part="base" class=${
|
|
152
|
+
return n`<div part="base" class=${m({
|
|
140
153
|
container: !0,
|
|
141
|
-
"container--masonry": this.variant ===
|
|
154
|
+
"container--masonry": this.variant === d.Masonry,
|
|
142
155
|
"container--sortable": this.sortable,
|
|
143
|
-
"container--standard": this.variant ===
|
|
144
|
-
})}>${
|
|
145
|
-
this.variant ===
|
|
156
|
+
"container--standard": this.variant === d.Standard
|
|
157
|
+
})}>${u(
|
|
158
|
+
this.variant === d.Masonry,
|
|
146
159
|
() => this.renderMasonry(),
|
|
147
160
|
() => this.renderStandard()
|
|
148
161
|
)}</div>`;
|
|
149
162
|
}
|
|
150
163
|
};
|
|
151
|
-
|
|
152
|
-
|
|
153
|
-
"cx-grid":
|
|
154
|
-
"cx-grid-item":
|
|
155
|
-
"cx-icon-button":
|
|
156
|
-
"cx-image":
|
|
157
|
-
"cx-space":
|
|
158
|
-
"cx-tooltip":
|
|
164
|
+
e.styles = [k, D];
|
|
165
|
+
e.dependencies = {
|
|
166
|
+
"cx-grid": f,
|
|
167
|
+
"cx-grid-item": v,
|
|
168
|
+
"cx-icon-button": $,
|
|
169
|
+
"cx-image": S,
|
|
170
|
+
"cx-space": C,
|
|
171
|
+
"cx-tooltip": w
|
|
159
172
|
};
|
|
160
|
-
|
|
173
|
+
a([
|
|
161
174
|
E(".masonry-list")
|
|
162
|
-
],
|
|
163
|
-
|
|
164
|
-
|
|
165
|
-
],
|
|
166
|
-
|
|
167
|
-
|
|
168
|
-
],
|
|
169
|
-
|
|
170
|
-
|
|
171
|
-
],
|
|
172
|
-
|
|
173
|
-
|
|
174
|
-
],
|
|
175
|
-
|
|
176
|
-
|
|
177
|
-
],
|
|
178
|
-
|
|
179
|
-
|
|
180
|
-
],
|
|
181
|
-
|
|
182
|
-
|
|
183
|
-
],
|
|
184
|
-
|
|
185
|
-
|
|
186
|
-
],
|
|
187
|
-
|
|
188
|
-
|
|
189
|
-
],
|
|
190
|
-
|
|
191
|
-
|
|
192
|
-
],
|
|
193
|
-
|
|
194
|
-
|
|
195
|
-
],
|
|
196
|
-
|
|
197
|
-
|
|
198
|
-
],
|
|
199
|
-
|
|
175
|
+
], e.prototype, "list", 2);
|
|
176
|
+
a([
|
|
177
|
+
o({ type: Array })
|
|
178
|
+
], e.prototype, "data", 2);
|
|
179
|
+
a([
|
|
180
|
+
o({ reflect: !0, type: String })
|
|
181
|
+
], e.prototype, "variant", 2);
|
|
182
|
+
a([
|
|
183
|
+
o({ reflect: !0, type: Number })
|
|
184
|
+
], e.prototype, "cols", 2);
|
|
185
|
+
a([
|
|
186
|
+
o({ attribute: "row-height", type: String })
|
|
187
|
+
], e.prototype, "rowHeight", 2);
|
|
188
|
+
a([
|
|
189
|
+
o({ type: Array })
|
|
190
|
+
], e.prototype, "actions", 2);
|
|
191
|
+
a([
|
|
192
|
+
o({ reflect: !0, type: Boolean })
|
|
193
|
+
], e.prototype, "sortable", 2);
|
|
194
|
+
a([
|
|
195
|
+
o({ reflect: !0, type: String })
|
|
196
|
+
], e.prototype, "spacing", 2);
|
|
197
|
+
a([
|
|
198
|
+
o({ attribute: "id-key", reflect: !0, type: String })
|
|
199
|
+
], e.prototype, "idKey", 2);
|
|
200
|
+
a([
|
|
201
|
+
o({ attribute: "no-crossorigin", reflect: !0, type: Boolean })
|
|
202
|
+
], e.prototype, "noCrossorigin", 2);
|
|
203
|
+
a([
|
|
204
|
+
b()
|
|
205
|
+
], e.prototype, "sortableInstance", 2);
|
|
206
|
+
a([
|
|
207
|
+
b()
|
|
208
|
+
], e.prototype, "previous", 2);
|
|
209
|
+
a([
|
|
210
|
+
b()
|
|
211
|
+
], e.prototype, "abortDrag", 2);
|
|
212
|
+
a([
|
|
200
213
|
U("sortable", { waitUntilFirstUpdate: !0 })
|
|
201
|
-
],
|
|
202
|
-
|
|
203
|
-
|
|
204
|
-
],
|
|
214
|
+
], e.prototype, "handleSortableChange", 1);
|
|
215
|
+
e = a([
|
|
216
|
+
A("cx-masonry")
|
|
217
|
+
], e);
|
|
205
218
|
export {
|
|
206
|
-
|
|
219
|
+
e as default
|
|
207
220
|
};
|