@orangelogic/design-system 2.57.0 → 2.58.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/{button.2-Io1Wm4.js → button.kTTrlOjj.js} +2 -2
- package/library/chunks/{color-swatch-group.VXPK-2tU.js → color-swatch-group.ClKQ2WzZ.js} +4 -4
- package/library/chunks/{color-swatch.8OhqVqb6.js → color-swatch.BdV7Nsvx.js} +2 -2
- package/library/chunks/{confirm-popover.DGvyB12c.js → confirm-popover.CMeOJWvb.js} +3 -3
- package/library/chunks/{dialog.CIeu0rVD.js → dialog.B_63yVcD.js} +2 -2
- package/library/chunks/{dom.CaZCTJCL.js → dom.Dc-BF08t.js} +28 -22
- package/library/chunks/{dot-pagination.CyCA3kSP.js → dot-pagination.C8zQgnjD.js} +1 -1
- package/library/chunks/{file-on-demand.aux9gsvH.js → file-on-demand.CAxlBbwj.js} +10 -10
- package/library/chunks/{folder-select.B7u40ijN.js → folder-select.DMyWzPjA.js} +5 -5
- package/library/chunks/{form.DycFDdkp.js → form.D1R9s3Mf.js} +1 -1
- package/library/chunks/{format-time.C56HetWv.js → format-time.CxG-siAa.js} +1 -1
- package/library/chunks/{header.RvymymCe.js → header.NqYF4Nlq.js} +1 -1
- package/library/chunks/{i18n.dCiJrmqj.js → i18n.DwnDne7p.js} +10 -8
- package/library/chunks/{iframe.Cwqniwf2.js → iframe.qomerN2u.js} +1 -1
- package/library/chunks/{image.gpleN29o.js → image.2h_mxSth.js} +3 -3
- package/library/chunks/{list-editor.BToq5cqp.js → list-editor.Cofa7Vyh.js} +7 -7
- package/library/chunks/{option.CJ1p2V0m.js → option.B4tI5rHw.js} +1 -1
- package/library/chunks/pagination.Bp5dTjrN.js +339 -0
- package/library/chunks/{popup.BE5MfEQJ.js → popup.CQSGj4zE.js} +1 -1
- package/library/chunks/{select.xBh4yerC.js → select.D_Ee1gDW.js} +5 -6
- package/library/chunks/{string.DPf4puTr.js → string.BF2AikHa.js} +13 -9
- package/library/chunks/{tab-group.CjvHb3OJ.js → tab-group.CT6rt4_n.js} +3 -3
- package/library/chunks/{table.CrX_NJiY.js → table.keGRLyqZ.js} +3165 -2612
- package/library/chunks/{timecode.XXmVg6tU.js → timecode.DE8W5tFV.js} +1 -1
- package/library/chunks/{tree.CDaFhGjU.js → tree.CBc6xKk4.js} +1 -1
- package/library/components/alert.js +1 -1
- package/library/components/asset-link-format.js +4 -4
- package/library/components/atoms.js +15 -15
- package/library/components/border-input-group.js +1 -1
- package/library/components/breadcrumb.js +1 -1
- package/library/components/button.js +3 -3
- package/library/components/checkbox.js +1 -1
- package/library/components/color-picker.js +4 -4
- package/library/components/color-swatch-group.js +5 -5
- package/library/components/color-swatch.js +3 -3
- 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/details.js +1 -1
- package/library/components/dialog.js +3 -3
- package/library/components/dot-pagination.js +2 -2
- package/library/components/drawer.js +1 -1
- package/library/components/dropdown.js +2 -2
- package/library/components/dynamic-select.js +5 -5
- package/library/components/element-clamp.js +2 -2
- package/library/components/file-on-demand.js +11 -11
- 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 +2 -2
- package/library/components/header.js +2 -2
- package/library/components/icon-button.js +1 -1
- package/library/components/iframe.js +2 -2
- package/library/components/image-comparer.js +1 -1
- package/library/components/image.js +3 -3
- package/library/components/input.js +2 -2
- package/library/components/line-clamp.js +2 -2
- package/library/components/list-editor.js +6 -6
- package/library/components/masonry.js +1 -1
- package/library/components/menu-item.js +2 -2
- package/library/components/menu.js +1 -1
- package/library/components/molecules.js +4 -4
- package/library/components/option.js +2 -2
- package/library/components/organisms.js +2 -2
- package/library/components/pagination.js +16 -336
- package/library/components/popup.js +2 -2
- 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/radio-group.js +1 -1
- 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/share-option-list.js +2 -2
- package/library/components/size-input-group.js +2 -2
- package/library/components/spinner.js +1 -1
- package/library/components/split-panel.js +1 -1
- package/library/components/switch.js +1 -1
- package/library/components/tab-group.js +4 -4
- package/library/components/tab.js +1 -1
- package/library/components/table.js +65 -57
- package/library/components/tag.js +1 -1
- package/library/components/textarea.js +51 -51
- package/library/components/timecode.js +2 -2
- package/library/components/tooltip.js +2 -2
- package/library/components/tree-item.js +2 -2
- package/library/components/tree.js +2 -2
- package/library/components/typeface.js +1 -1
- package/library/components/types.js +30 -30
- package/library/components/video.js +2 -2
- package/library/css/ol-base.css +4 -4
- package/library/package.json +1 -1
- package/library/packages/atoms/src/components/space/space.d.ts +1 -2
- package/library/packages/atoms/src/components/table/components/table-row-actions/table-row-actions-dropdown.d.ts +2 -1
- package/library/packages/atoms/src/components/table/components/table-row-actions/table-row-actions.d.ts +4 -4
- package/library/packages/atoms/src/components/table/components/table-toolbar/table-dropdown-filter.d.ts +36 -0
- package/library/packages/atoms/src/components/table/components/table-toolbar/table-toolbar.d.ts +10 -1
- package/library/packages/atoms/src/components/table/filter-controller.d.ts +84 -0
- package/library/packages/atoms/src/components/table/modules/HoverMenu.d.ts +9 -1
- package/library/packages/atoms/src/components/table/table.d.ts +41 -4
- package/library/packages/atoms/src/components/table/tabulator-tables/core/ColumnManager.d.ts +1 -0
- package/library/packages/atoms/src/components/table/tabulator-tables/core/RowManager.d.ts +3 -0
- package/library/packages/atoms/src/components/table/tabulator-tables/core/TabulatorFull.d.ts +1 -0
- package/library/packages/atoms/src/components/table/tabulator-tables/core/cell/Cell.d.ts +1 -0
- package/library/packages/atoms/src/components/table/tabulator-tables/core/cell/CellComponent.d.ts +1 -1
- package/library/packages/atoms/src/components/table/tabulator-tables/index.d.ts +1 -0
- package/library/packages/atoms/src/components/table/tabulator-tables/modules/Edit/List.d.ts +49 -58
- package/library/packages/atoms/src/components/table/tabulator-tables/modules/Edit/defaults/editors/list.d.ts +3 -2
- package/library/packages/atoms/src/components/table/tabulator-tables/modules/Filter/Filter.d.ts +15 -8
- package/library/packages/atoms/src/components/table/tabulator-tables/modules/Format/Format.d.ts +1 -3
- package/library/packages/atoms/src/components/table/tabulator-tables/modules/Format/defaults/formatters/composite.d.ts +5 -0
- package/library/packages/atoms/src/components/table/tabulator-tables/modules/Format/defaults/formatters/icon.d.ts +13 -0
- package/library/packages/atoms/src/components/table/tabulator-tables/modules/Format/defaults/formatters/image.d.ts +4 -1
- package/library/packages/atoms/src/components/table/tabulator-tables/modules/Format/defaults/formatters/number.d.ts +13 -0
- package/library/packages/atoms/src/components/table/tabulator-tables/modules/Format/defaults/formatters/plaintext.d.ts +6 -1
- package/library/packages/atoms/src/components/table/tabulator-tables/modules/Format/defaults/formatters/textarea.d.ts +4 -1
- package/library/packages/atoms/src/components/table/tabulator-tables/modules/Format/defaults/formatters/time.d.ts +9 -0
- package/library/packages/atoms/src/components/table/tabulator-tables/modules/Format/defaults/formatters/traffic.d.ts +3 -7
- package/library/packages/atoms/src/components/table/tabulator-tables/modules/Format/defaults/formatters/typography.d.ts +13 -0
- package/library/packages/atoms/src/components/table/tabulator-tables/modules/Format/defaults/formatters.d.ts +10 -0
- package/library/packages/events/src/cx-table-dropdown-filter-change.d.ts +13 -0
- package/library/packages/events/src/cx-table-row-action-click.d.ts +2 -1
- package/library/packages/events/src/events.d.ts +1 -0
- package/library/packages/types/src/table.d.ts +195 -22
- package/library/packages/utils/src/custom-element/i18n.d.ts +2 -0
- package/library/packages/utils/src/dom/dom.d.ts +2 -1
- package/library/packages/utils/src/string/string.d.ts +1 -0
- package/library/react-web-component.d.ts +18 -6
- package/package.json +1 -1
- package/library/chunks/pagination.y5oqoPVr.js +0 -4
|
@@ -1,73 +1,81 @@
|
|
|
1
|
+
import "../chunks/button.kTTrlOjj.js";
|
|
1
2
|
import "./checkbox.js";
|
|
3
|
+
import "./divider.js";
|
|
4
|
+
import "./format-number.js";
|
|
5
|
+
import "../chunks/format-time.CxG-siAa.js";
|
|
6
|
+
import "./icon.js";
|
|
2
7
|
import "./icon-button.js";
|
|
3
8
|
import "./line-clamp.js";
|
|
9
|
+
import "../chunks/select.D_Ee1gDW.js";
|
|
4
10
|
import "./space.js";
|
|
5
11
|
import "./spinner.js";
|
|
6
12
|
import "./tag.js";
|
|
13
|
+
import "../chunks/typography.BFpl0WMA.js";
|
|
7
14
|
import "../chunks/custom-element.vnXBMQxc.js";
|
|
8
15
|
import "../chunks/component.styles.CI-v8BZa.js";
|
|
9
16
|
import "../chunks/overlayscrollbars.aFuRG5Rs.js";
|
|
10
|
-
import "../chunks/pagination.
|
|
11
|
-
import { A as
|
|
12
|
-
import "../chunks/i18n.
|
|
17
|
+
import "../chunks/pagination.Bp5dTjrN.js";
|
|
18
|
+
import { A as v, n as y, o as A, e as g, k as D, c as I, p as h, q as E, d as G, a6 as f, a7 as j, D as H, s as K, E as L, t as V, F as k, u as q, v as B, w as J, G as N, x as O, y as Q, z as U, I as W, B as X, K as Y, J as Z, M as _, L as $, N as oo, O as eo, Q as ao, U as so, V as lo, W as to, P as uo, h as ro, X as Mo, l as io, Y as po, Z as mo, _ as no, $ as Co, j as Ro, R as co, a1 as bo, a0 as wo, S as To, a2 as xo, a3 as zo, T as Fo, b as Po, a4 as So, a5 as vo, C as yo } from "../chunks/table.keGRLyqZ.js";
|
|
19
|
+
import "../chunks/i18n.DwnDne7p.js";
|
|
13
20
|
import "../chunks/watch.BCJD77bD.js";
|
|
14
21
|
import "../chunks/state.Cw55xXlb.js";
|
|
15
22
|
import "../chunks/query.BBf1UFkC.js";
|
|
16
23
|
import "../chunks/class-map.CoZTSvbM.js";
|
|
17
24
|
import "../chunks/when.Dr1es41R.js";
|
|
18
25
|
export {
|
|
19
|
-
|
|
20
|
-
|
|
21
|
-
|
|
22
|
-
|
|
23
|
-
|
|
24
|
-
|
|
25
|
-
|
|
26
|
-
|
|
27
|
-
|
|
28
|
-
|
|
29
|
-
|
|
30
|
-
|
|
31
|
-
|
|
32
|
-
|
|
33
|
-
|
|
34
|
-
|
|
35
|
-
|
|
36
|
-
|
|
37
|
-
|
|
38
|
-
|
|
39
|
-
|
|
40
|
-
|
|
41
|
-
|
|
42
|
-
|
|
43
|
-
|
|
44
|
-
|
|
45
|
-
|
|
46
|
-
|
|
47
|
-
|
|
48
|
-
|
|
49
|
-
|
|
50
|
-
|
|
51
|
-
|
|
52
|
-
|
|
53
|
-
|
|
54
|
-
|
|
55
|
-
|
|
56
|
-
|
|
57
|
-
|
|
58
|
-
|
|
59
|
-
|
|
60
|
-
|
|
61
|
-
|
|
62
|
-
|
|
63
|
-
|
|
64
|
-
|
|
65
|
-
|
|
66
|
-
|
|
67
|
-
|
|
68
|
-
|
|
69
|
-
|
|
70
|
-
|
|
71
|
-
|
|
72
|
-
|
|
26
|
+
v as AccessibilityModule,
|
|
27
|
+
y as AccessorModule,
|
|
28
|
+
A as AjaxModule,
|
|
29
|
+
g as CalcComponent,
|
|
30
|
+
D as Cell,
|
|
31
|
+
I as CellComponent,
|
|
32
|
+
h as ClipboardModule,
|
|
33
|
+
E as ColumnCalcsModule,
|
|
34
|
+
G as ColumnComponent,
|
|
35
|
+
f as CxTableRowActions,
|
|
36
|
+
j as CxTableToolbar,
|
|
37
|
+
H as DataTreeModule,
|
|
38
|
+
K as DownloadModule,
|
|
39
|
+
L as EditModule,
|
|
40
|
+
V as ExportModule,
|
|
41
|
+
k as FilterModule,
|
|
42
|
+
q as FormatModule,
|
|
43
|
+
B as FrozenColumnsModule,
|
|
44
|
+
J as FrozenRowsModule,
|
|
45
|
+
N as GroupComponent,
|
|
46
|
+
O as GroupRowsModule,
|
|
47
|
+
Q as HistoryModule,
|
|
48
|
+
U as HtmlTableImportModule,
|
|
49
|
+
W as ImportModule,
|
|
50
|
+
X as InteractionModule,
|
|
51
|
+
Y as KeybindingsModule,
|
|
52
|
+
Z as MenuModule,
|
|
53
|
+
_ as Module,
|
|
54
|
+
$ as MoveColumnsModule,
|
|
55
|
+
oo as MoveRowsModule,
|
|
56
|
+
eo as MutatorModule,
|
|
57
|
+
ao as PageModule,
|
|
58
|
+
so as PersistenceModule,
|
|
59
|
+
lo as PopupModule,
|
|
60
|
+
to as PrintModule,
|
|
61
|
+
uo as PseudoRow,
|
|
62
|
+
ro as RangeComponent,
|
|
63
|
+
Mo as ReactiveDataModule,
|
|
64
|
+
io as Renderer,
|
|
65
|
+
po as ResizeColumnsModule,
|
|
66
|
+
mo as ResizeRowsModule,
|
|
67
|
+
no as ResizeTableModule,
|
|
68
|
+
Co as ResponsiveLayoutModule,
|
|
69
|
+
Ro as Row,
|
|
70
|
+
co as RowComponent,
|
|
71
|
+
bo as SelectRangeModule,
|
|
72
|
+
wo as SelectRowModule,
|
|
73
|
+
To as SheetComponent,
|
|
74
|
+
xo as SortModule,
|
|
75
|
+
zo as SpreadsheetModule,
|
|
76
|
+
Fo as Tabulator,
|
|
77
|
+
Po as TabulatorFull,
|
|
78
|
+
So as TooltipModule,
|
|
79
|
+
vo as ValidateModule,
|
|
80
|
+
yo as default
|
|
73
81
|
};
|
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
import { i as m, n as i, C as u, x as g, c as p } from "../chunks/custom-element.vnXBMQxc.js";
|
|
2
2
|
import { c as v } from "../chunks/component.styles.CI-v8BZa.js";
|
|
3
|
-
import { L as d } from "../chunks/i18n.
|
|
3
|
+
import { L as d } from "../chunks/i18n.DwnDne7p.js";
|
|
4
4
|
import { e as x } from "../chunks/class-map.CoZTSvbM.js";
|
|
5
5
|
import h from "./icon-button.js";
|
|
6
6
|
import b from "./line-clamp.js";
|
|
@@ -1,8 +1,8 @@
|
|
|
1
|
-
import { i as x, n as
|
|
1
|
+
import { i as x, n as r, C as f, x as p, c as m } from "../chunks/custom-element.vnXBMQxc.js";
|
|
2
2
|
import { c as b } from "../chunks/component.styles.CI-v8BZa.js";
|
|
3
3
|
import { f as v } from "../chunks/form-control.styles.NE2Q-quE.js";
|
|
4
4
|
import { d as g } from "../chunks/default-value.CIKAvD5l.js";
|
|
5
|
-
import { F as y } from "../chunks/form.
|
|
5
|
+
import { F as y } from "../chunks/form.D1R9s3Mf.js";
|
|
6
6
|
import { H as _ } from "../chunks/slot.DJLm4Dig.js";
|
|
7
7
|
import { w as u } from "../chunks/watch.BCJD77bD.js";
|
|
8
8
|
import { r as z } from "../chunks/state.Cw55xXlb.js";
|
|
@@ -216,17 +216,17 @@ const $ = x`
|
|
|
216
216
|
}
|
|
217
217
|
|
|
218
218
|
.form-control--has-label .textarea--small .form-control__label {
|
|
219
|
-
font-size: var(--cx-input-font-size-small);
|
|
219
|
+
font-size: var(--cx-input-label-font-size-small);
|
|
220
220
|
margin: 0;
|
|
221
221
|
}
|
|
222
222
|
|
|
223
223
|
.form-control--has-label .textarea--medium .form-control__label {
|
|
224
|
-
font-size: var(--cx-input-font-size-medium);
|
|
224
|
+
font-size: var(--cx-input-label-font-size-medium);
|
|
225
225
|
margin: 0;
|
|
226
226
|
}
|
|
227
227
|
|
|
228
228
|
.form-control--has-label .textarea--large .form-control__label {
|
|
229
|
-
font-size: var(--cx-input-font-size-large);
|
|
229
|
+
font-size: var(--cx-input-label-font-size-large);
|
|
230
230
|
margin: 0;
|
|
231
231
|
}
|
|
232
232
|
|
|
@@ -252,7 +252,7 @@ const $ = x`
|
|
|
252
252
|
calc(
|
|
253
253
|
(
|
|
254
254
|
var(--cx-input-height-small) +
|
|
255
|
-
1.25rem - var(--cx-input-font-size-small)
|
|
255
|
+
1.25rem - var(--cx-input-label-font-size-small)
|
|
256
256
|
) /
|
|
257
257
|
2
|
|
258
258
|
)
|
|
@@ -264,7 +264,7 @@ const $ = x`
|
|
|
264
264
|
calc(
|
|
265
265
|
(
|
|
266
266
|
var(--cx-input-height-medium) +
|
|
267
|
-
1rem - var(--cx-input-font-size-medium)
|
|
267
|
+
1rem - var(--cx-input-label-font-size-medium)
|
|
268
268
|
) /
|
|
269
269
|
2
|
|
270
270
|
)
|
|
@@ -276,7 +276,7 @@ const $ = x`
|
|
|
276
276
|
calc(
|
|
277
277
|
(
|
|
278
278
|
var(--cx-input-height-large) +
|
|
279
|
-
1rem - var(--cx-input-font-size-large)
|
|
279
|
+
1rem - var(--cx-input-label-font-size-large)
|
|
280
280
|
) /
|
|
281
281
|
2
|
|
282
282
|
)
|
|
@@ -296,9 +296,9 @@ const $ = x`
|
|
|
296
296
|
); /* distance from top */
|
|
297
297
|
}
|
|
298
298
|
`;
|
|
299
|
-
var F = Object.defineProperty, T = Object.getOwnPropertyDescriptor, e = (
|
|
300
|
-
for (var o = s > 1 ? void 0 : s ? T(i, l) : i, c =
|
|
301
|
-
(h =
|
|
299
|
+
var F = Object.defineProperty, T = Object.getOwnPropertyDescriptor, e = (a, i, l, s) => {
|
|
300
|
+
for (var o = s > 1 ? void 0 : s ? T(i, l) : i, c = a.length - 1, h; c >= 0; c--)
|
|
301
|
+
(h = a[c]) && (o = (s ? h(i, l, o) : h(o)) || o);
|
|
302
302
|
return s && o && F(i, l, o), o;
|
|
303
303
|
};
|
|
304
304
|
let t = class extends f {
|
|
@@ -344,8 +344,8 @@ let t = class extends f {
|
|
|
344
344
|
handleInput() {
|
|
345
345
|
this.value = this.input.value, this.emit("cx-input");
|
|
346
346
|
}
|
|
347
|
-
handleInvalid(
|
|
348
|
-
this.formControlController.setValidity(!1), this.formControlController.emitInvalidEvent(
|
|
347
|
+
handleInvalid(a) {
|
|
348
|
+
this.formControlController.setValidity(!1), this.formControlController.emitInvalidEvent(a);
|
|
349
349
|
}
|
|
350
350
|
setTextareaHeight() {
|
|
351
351
|
this.resize === "auto" ? (this.input.style.height = "auto", this.input.style.height = `${this.input.scrollHeight}px`) : this.input.style.height = void 0;
|
|
@@ -360,8 +360,8 @@ let t = class extends f {
|
|
|
360
360
|
await this.updateComplete, this.formControlController.updateValidity(), this.setTextareaHeight();
|
|
361
361
|
}
|
|
362
362
|
/** Sets focus on the textarea. */
|
|
363
|
-
focus(
|
|
364
|
-
this.input.focus(
|
|
363
|
+
focus(a) {
|
|
364
|
+
this.input.focus(a);
|
|
365
365
|
}
|
|
366
366
|
/** Removes focus from the textarea. */
|
|
367
367
|
blur() {
|
|
@@ -372,9 +372,9 @@ let t = class extends f {
|
|
|
372
372
|
this.input.select();
|
|
373
373
|
}
|
|
374
374
|
/** Gets or sets the textarea's scroll position. */
|
|
375
|
-
scrollPosition(
|
|
376
|
-
if (
|
|
377
|
-
typeof
|
|
375
|
+
scrollPosition(a) {
|
|
376
|
+
if (a) {
|
|
377
|
+
typeof a.top == "number" && (this.input.scrollTop = a.top), typeof a.left == "number" && (this.input.scrollLeft = a.left);
|
|
378
378
|
return;
|
|
379
379
|
}
|
|
380
380
|
return {
|
|
@@ -383,18 +383,18 @@ let t = class extends f {
|
|
|
383
383
|
};
|
|
384
384
|
}
|
|
385
385
|
/** Sets the start and end positions of the text selection (0-based). */
|
|
386
|
-
setSelectionRange(
|
|
386
|
+
setSelectionRange(a, i, l = "none") {
|
|
387
387
|
this.input.setSelectionRange(
|
|
388
|
-
|
|
388
|
+
a,
|
|
389
389
|
i,
|
|
390
390
|
l
|
|
391
391
|
);
|
|
392
392
|
}
|
|
393
393
|
/** Replaces a range of text with a new string. */
|
|
394
|
-
setRangeText(
|
|
394
|
+
setRangeText(a, i, l, s = "preserve") {
|
|
395
395
|
const o = i ?? this.input.selectionStart, c = l ?? this.input.selectionEnd;
|
|
396
396
|
this.input.setRangeText(
|
|
397
|
-
|
|
397
|
+
a,
|
|
398
398
|
o,
|
|
399
399
|
c,
|
|
400
400
|
s
|
|
@@ -413,11 +413,11 @@ let t = class extends f {
|
|
|
413
413
|
return this.input.reportValidity();
|
|
414
414
|
}
|
|
415
415
|
/** Sets a custom validation message. Pass an empty string to restore validity. */
|
|
416
|
-
setCustomValidity(
|
|
417
|
-
this.input.setCustomValidity(
|
|
416
|
+
setCustomValidity(a) {
|
|
417
|
+
this.input.setCustomValidity(a), this.formControlController.updateValidity();
|
|
418
418
|
}
|
|
419
419
|
render() {
|
|
420
|
-
const
|
|
420
|
+
const a = this.hasSlotController.test("label"), i = this.hasSlotController.test("help-text"), l = this.label ? !0 : !!a, s = this.helpText ? !0 : !!i, o = this.placeholder && this.value.length === 0;
|
|
421
421
|
return p`
|
|
422
422
|
<div
|
|
423
423
|
part="form-control"
|
|
@@ -518,85 +518,85 @@ e([
|
|
|
518
518
|
z()
|
|
519
519
|
], t.prototype, "hasFocus", 2);
|
|
520
520
|
e([
|
|
521
|
-
|
|
521
|
+
r()
|
|
522
522
|
], t.prototype, "title", 2);
|
|
523
523
|
e([
|
|
524
|
-
|
|
524
|
+
r()
|
|
525
525
|
], t.prototype, "name", 2);
|
|
526
526
|
e([
|
|
527
|
-
|
|
527
|
+
r()
|
|
528
528
|
], t.prototype, "value", 2);
|
|
529
529
|
e([
|
|
530
|
-
|
|
530
|
+
r({ reflect: !0 })
|
|
531
531
|
], t.prototype, "size", 2);
|
|
532
532
|
e([
|
|
533
|
-
|
|
533
|
+
r({ reflect: !0, type: Boolean })
|
|
534
534
|
], t.prototype, "filled", 2);
|
|
535
535
|
e([
|
|
536
|
-
|
|
536
|
+
r()
|
|
537
537
|
], t.prototype, "label", 2);
|
|
538
538
|
e([
|
|
539
|
-
|
|
539
|
+
r({ attribute: "help-text" })
|
|
540
540
|
], t.prototype, "helpText", 2);
|
|
541
541
|
e([
|
|
542
|
-
|
|
542
|
+
r()
|
|
543
543
|
], t.prototype, "placeholder", 2);
|
|
544
544
|
e([
|
|
545
|
-
|
|
545
|
+
r({ type: Number })
|
|
546
546
|
], t.prototype, "rows", 2);
|
|
547
547
|
e([
|
|
548
|
-
|
|
548
|
+
r()
|
|
549
549
|
], t.prototype, "resize", 2);
|
|
550
550
|
e([
|
|
551
|
-
|
|
551
|
+
r({ reflect: !0, type: Boolean })
|
|
552
552
|
], t.prototype, "disabled", 2);
|
|
553
553
|
e([
|
|
554
|
-
|
|
554
|
+
r({ reflect: !0, type: Boolean })
|
|
555
555
|
], t.prototype, "readonly", 2);
|
|
556
556
|
e([
|
|
557
|
-
|
|
557
|
+
r({ reflect: !1 })
|
|
558
558
|
], t.prototype, "form", 2);
|
|
559
559
|
e([
|
|
560
|
-
|
|
560
|
+
r({ reflect: !0, type: Boolean })
|
|
561
561
|
], t.prototype, "required", 2);
|
|
562
562
|
e([
|
|
563
|
-
|
|
563
|
+
r({ type: Number })
|
|
564
564
|
], t.prototype, "minlength", 2);
|
|
565
565
|
e([
|
|
566
|
-
|
|
566
|
+
r({ type: Number })
|
|
567
567
|
], t.prototype, "maxlength", 2);
|
|
568
568
|
e([
|
|
569
|
-
|
|
569
|
+
r({ attribute: "show-length", type: Boolean })
|
|
570
570
|
], t.prototype, "showLength", 2);
|
|
571
571
|
e([
|
|
572
|
-
|
|
572
|
+
r({ attribute: "autocapitalize", reflect: !0, type: String })
|
|
573
573
|
], t.prototype, "autoCapitalize", 2);
|
|
574
574
|
e([
|
|
575
|
-
|
|
575
|
+
r({ attribute: "autocorrect", reflect: !0, type: Boolean })
|
|
576
576
|
], t.prototype, "autoCorrect", 2);
|
|
577
577
|
e([
|
|
578
|
-
|
|
578
|
+
r()
|
|
579
579
|
], t.prototype, "autocomplete", 2);
|
|
580
580
|
e([
|
|
581
|
-
|
|
581
|
+
r({ attribute: "autofocus", reflect: !0, type: Boolean })
|
|
582
582
|
], t.prototype, "autoFocus", 2);
|
|
583
583
|
e([
|
|
584
|
-
|
|
584
|
+
r({ attribute: "enterkeyhint", reflect: !0, type: String })
|
|
585
585
|
], t.prototype, "enterKeyHint", 2);
|
|
586
586
|
e([
|
|
587
|
-
|
|
587
|
+
r({
|
|
588
588
|
attribute: "spellcheck",
|
|
589
589
|
converter: {
|
|
590
590
|
// Allow "true|false" attribute values but keep the property boolean
|
|
591
|
-
fromAttribute: (
|
|
592
|
-
toAttribute: (
|
|
591
|
+
fromAttribute: (a) => !(!a || a === "false"),
|
|
592
|
+
toAttribute: (a) => a ? "true" : "false"
|
|
593
593
|
},
|
|
594
594
|
reflect: !0,
|
|
595
595
|
type: Boolean
|
|
596
596
|
})
|
|
597
597
|
], t.prototype, "spellCheck", 2);
|
|
598
598
|
e([
|
|
599
|
-
|
|
599
|
+
r({ attribute: "inputmode", reflect: !0, type: String })
|
|
600
600
|
], t.prototype, "inputMode", 2);
|
|
601
601
|
e([
|
|
602
602
|
g()
|
|
@@ -1,8 +1,8 @@
|
|
|
1
1
|
import "../chunks/typography.BFpl0WMA.js";
|
|
2
2
|
import "../chunks/custom-element.vnXBMQxc.js";
|
|
3
3
|
import "../chunks/component.styles.CI-v8BZa.js";
|
|
4
|
-
import "../chunks/string.
|
|
5
|
-
import { C as f } from "../chunks/timecode.
|
|
4
|
+
import "../chunks/string.BF2AikHa.js";
|
|
5
|
+
import { C as f } from "../chunks/timecode.DE8W5tFV.js";
|
|
6
6
|
import "../chunks/watch.BCJD77bD.js";
|
|
7
7
|
import "../chunks/state.Cw55xXlb.js";
|
|
8
8
|
export {
|
|
@@ -2,11 +2,11 @@ import { i as b, n as i, C as g, x as w, c as x } from "../chunks/custom-element
|
|
|
2
2
|
import { c as C } from "../chunks/component.styles.CI-v8BZa.js";
|
|
3
3
|
import { s as v, p as c, a as u, g as m, b as y } from "../chunks/animation-registry.DavRkTTr.js";
|
|
4
4
|
import { w as f } from "../chunks/event.mFzZi4sr.js";
|
|
5
|
-
import { L as k } from "../chunks/i18n.
|
|
5
|
+
import { L as k } from "../chunks/i18n.DwnDne7p.js";
|
|
6
6
|
import { w as l } from "../chunks/watch.BCJD77bD.js";
|
|
7
7
|
import { e as d } from "../chunks/query.BBf1UFkC.js";
|
|
8
8
|
import { e as O } from "../chunks/class-map.CoZTSvbM.js";
|
|
9
|
-
import { C as B } from "../chunks/popup.
|
|
9
|
+
import { C as B } from "../chunks/popup.CQSGj4zE.js";
|
|
10
10
|
const D = b`
|
|
11
11
|
:host {
|
|
12
12
|
--hide-delay: 0ms;
|
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
import "../chunks/custom-element.vnXBMQxc.js";
|
|
2
2
|
import "../chunks/component.styles.CI-v8BZa.js";
|
|
3
3
|
import "../chunks/animation-registry.DavRkTTr.js";
|
|
4
|
-
import "../chunks/i18n.
|
|
4
|
+
import "../chunks/i18n.DwnDne7p.js";
|
|
5
5
|
import "../chunks/watch.BCJD77bD.js";
|
|
6
6
|
import "../chunks/state.Cw55xXlb.js";
|
|
7
7
|
import "../chunks/query.BBf1UFkC.js";
|
|
@@ -12,7 +12,7 @@ import "../chunks/when.Dr1es41R.js";
|
|
|
12
12
|
import "./checkbox.js";
|
|
13
13
|
import "./icon.js";
|
|
14
14
|
import "./spinner.js";
|
|
15
|
-
import { C as c } from "../chunks/tree.
|
|
15
|
+
import { C as c } from "../chunks/tree.CBc6xKk4.js";
|
|
16
16
|
export {
|
|
17
17
|
c as default
|
|
18
18
|
};
|
|
@@ -1,9 +1,9 @@
|
|
|
1
1
|
import "../chunks/custom-element.vnXBMQxc.js";
|
|
2
2
|
import "../chunks/component.styles.CI-v8BZa.js";
|
|
3
|
-
import "../chunks/i18n.
|
|
3
|
+
import "../chunks/i18n.DwnDne7p.js";
|
|
4
4
|
import "../chunks/math.DqTA6ya4.js";
|
|
5
5
|
import "../chunks/watch.BCJD77bD.js";
|
|
6
|
-
import { a as c, b as n, s as y, c as b } from "../chunks/tree.
|
|
6
|
+
import { a as c, b as n, s as y, c as b } from "../chunks/tree.CBc6xKk4.js";
|
|
7
7
|
import "../chunks/state.Cw55xXlb.js";
|
|
8
8
|
import "../chunks/query.BBf1UFkC.js";
|
|
9
9
|
export {
|
|
@@ -6,7 +6,7 @@ import g from "./space.js";
|
|
|
6
6
|
import { C as w } from "../chunks/typography.BFpl0WMA.js";
|
|
7
7
|
import { i as u, n as a, C as _, x as r, c as v } from "../chunks/custom-element.vnXBMQxc.js";
|
|
8
8
|
import { c as S } from "../chunks/component.styles.CI-v8BZa.js";
|
|
9
|
-
import { L as $ } from "../chunks/i18n.
|
|
9
|
+
import { L as $ } from "../chunks/i18n.DwnDne7p.js";
|
|
10
10
|
import { o as y } from "../chunks/if-defined.MfEgpxEN.js";
|
|
11
11
|
import { o as b } from "../chunks/style-map.CZovMmo_.js";
|
|
12
12
|
import { n as p } from "../chunks/when.Dr1es41R.js";
|
|
@@ -5,16 +5,16 @@ import { default as GWt } from "./avatar.js";
|
|
|
5
5
|
import Wb from "./badge.js";
|
|
6
6
|
import { default as YWt } from "./breadcrumb.js";
|
|
7
7
|
import { default as JWt } from "./breadcrumb-item.js";
|
|
8
|
-
import { C as _o, B as mc, a as bc } from "../chunks/button.
|
|
8
|
+
import { C as _o, B as mc, a as bc } from "../chunks/button.kTTrlOjj.js";
|
|
9
9
|
import f9 from "./button-group.js";
|
|
10
10
|
import ev from "./card.js";
|
|
11
11
|
import Zg from "./checkbox.js";
|
|
12
12
|
import rk from "./color-picker.js";
|
|
13
13
|
import IR from "./copy-button.js";
|
|
14
14
|
import VK from "./details.js";
|
|
15
|
-
import { C as ms, D as NT } from "../chunks/dialog.
|
|
15
|
+
import { C as ms, D as NT } from "../chunks/dialog.B_63yVcD.js";
|
|
16
16
|
import Ul from "./divider.js";
|
|
17
|
-
import { d as WK, C as GK } from "../chunks/dot-pagination.
|
|
17
|
+
import { d as WK, C as GK } from "../chunks/dot-pagination.C8zQgnjD.js";
|
|
18
18
|
import { default as QWt } from "./dot-status.js";
|
|
19
19
|
import { default as tGt } from "./drawer.js";
|
|
20
20
|
import pu from "./dropdown.js";
|
|
@@ -22,16 +22,16 @@ import { default as rGt } from "./element-clamp.js";
|
|
|
22
22
|
import { default as oGt } from "./format-bytes.js";
|
|
23
23
|
import KK from "./format-date.js";
|
|
24
24
|
import { default as sGt } from "./format-number.js";
|
|
25
|
-
import { C as YK, D as XK, M as JK, U as ZK } from "../chunks/format-time.
|
|
25
|
+
import { C as YK, D as XK, M as JK, U as ZK } from "../chunks/format-time.CxG-siAa.js";
|
|
26
26
|
import Qg from "./grid.js";
|
|
27
27
|
import em from "./grid-item.js";
|
|
28
|
-
import { C as DR, V as QK, A as eY } from "../chunks/header.
|
|
28
|
+
import { C as DR, V as QK, A as eY } from "../chunks/header.NqYF4Nlq.js";
|
|
29
29
|
import { H as tY, a as nY } from "../chunks/hub-connection.CxfaT11o.js";
|
|
30
30
|
import { C as lGt } from "../chunks/hub-connection.CxfaT11o.js";
|
|
31
31
|
import Ro from "./icon.js";
|
|
32
32
|
import ea from "./icon-button.js";
|
|
33
|
-
import { C as rY, a as iY } from "../chunks/iframe.
|
|
34
|
-
import { H as Ci, C as v9, a as oY, b as _n, c as aY, d as Xo, e as Pa, f as Bi } from "../chunks/image.
|
|
33
|
+
import { C as rY, a as iY } from "../chunks/iframe.qomerN2u.js";
|
|
34
|
+
import { H as Ci, C as v9, a as oY, b as _n, c as aY, d as Xo, e as Pa, f as Bi } from "../chunks/image.2h_mxSth.js";
|
|
35
35
|
import { default as uGt } from "./image-comparer.js";
|
|
36
36
|
import { default as hGt } from "./include.js";
|
|
37
37
|
import Qa from "./input.js";
|
|
@@ -43,9 +43,9 @@ import gp from "./menu-item.js";
|
|
|
43
43
|
import MR from "./menu-label.js";
|
|
44
44
|
import sY from "./menu-section.js";
|
|
45
45
|
import cY from "./mutation-observer.js";
|
|
46
|
-
import { C as Ol, a as lY } from "../chunks/option.
|
|
47
|
-
import dY from "
|
|
48
|
-
import { C as tl, d as mp } from "../chunks/popup.
|
|
46
|
+
import { C as Ol, a as lY } from "../chunks/option.B4tI5rHw.js";
|
|
47
|
+
import { C as dY } from "../chunks/pagination.Bp5dTjrN.js";
|
|
48
|
+
import { C as tl, d as mp } from "../chunks/popup.CQSGj4zE.js";
|
|
49
49
|
import uY from "./progress-bar.js";
|
|
50
50
|
import { default as vGt } from "./progress-ring.js";
|
|
51
51
|
import { default as bGt } from "./qr-code.js";
|
|
@@ -57,7 +57,7 @@ import w9 from "./range.js";
|
|
|
57
57
|
import { default as xGt } from "./rating.js";
|
|
58
58
|
import { default as _Gt } from "./relative-time.js";
|
|
59
59
|
import Gb from "./resize-observer.js";
|
|
60
|
-
import { C as Td, i as gY } from "../chunks/select.
|
|
60
|
+
import { C as Td, i as gY } from "../chunks/select.D_Ee1gDW.js";
|
|
61
61
|
import { default as SGt } from "./skeleton.js";
|
|
62
62
|
import wi from "./space.js";
|
|
63
63
|
import gu from "./spinner.js";
|
|
@@ -66,15 +66,15 @@ import { default as OGt } from "./step.js";
|
|
|
66
66
|
import { default as DGt } from "./stepper.js";
|
|
67
67
|
import ik from "./switch.js";
|
|
68
68
|
import ok from "./tab.js";
|
|
69
|
-
import { C as ak, T as x9, a as k9, b as _9, g as Y7 } from "../chunks/tab-group.
|
|
70
|
-
import { C as NR, f as Vh, i as LR, r as mY, m as fY, a as X7, g as J7 } from "../chunks/table.
|
|
69
|
+
import { C as ak, T as x9, a as k9, b as _9, g as Y7 } from "../chunks/tab-group.CT6rt4_n.js";
|
|
70
|
+
import { C as NR, f as Vh, i as LR, r as mY, m as fY, a as X7, g as J7 } from "../chunks/table.keGRLyqZ.js";
|
|
71
71
|
import C9 from "./tab-panel.js";
|
|
72
72
|
import { default as PGt } from "./tag.js";
|
|
73
73
|
import vY from "./textarea.js";
|
|
74
|
-
import { C as yY, t as bY } from "../chunks/timecode.
|
|
74
|
+
import { C as yY, t as bY } from "../chunks/timecode.DE8W5tFV.js";
|
|
75
75
|
import ba from "./tooltip.js";
|
|
76
|
-
import { d as wY, v as tv } from "../chunks/tree.
|
|
77
|
-
import { a as LGt, C as RGt } from "../chunks/tree.
|
|
76
|
+
import { d as wY, v as tv } from "../chunks/tree.CBc6xKk4.js";
|
|
77
|
+
import { a as LGt, C as RGt } from "../chunks/tree.CBc6xKk4.js";
|
|
78
78
|
import { C as no } from "../chunks/typography.BFpl0WMA.js";
|
|
79
79
|
import { default as zGt } from "./video.js";
|
|
80
80
|
import xY from "./visually-hidden.js";
|
|
@@ -86,23 +86,23 @@ import { i as On, n as W, C as Bn, x as X, c as Mn, E as yd, r as RR, T as kY, a
|
|
|
86
86
|
import { c as CY } from "../chunks/browser.Va59Ix3P.js";
|
|
87
87
|
import { l as eO, u as tO } from "../chunks/scroll.DwPiX2Ox.js";
|
|
88
88
|
import { w as Tt, o as SY, p as BR, q as TY, h as zR, r as EY, t as AY, m as OY, u as IY, v as DY, U as nO, x as sk, l as S9, y as T1, z as FR, S as MY, i as T9, c as PY, A as NY, d as LY, B as RY, C as BY, f as zY, g as rO, n as FY } from "../chunks/watch.BCJD77bD.js";
|
|
89
|
-
import {
|
|
89
|
+
import { b as X_, l as Wh, c as iO, d as oO, g as E9, e as $R, f as jR, h as aO } from "../chunks/dom.Dc-BF08t.js";
|
|
90
90
|
import { r as we } from "../chunks/state.Cw55xXlb.js";
|
|
91
91
|
import { e as Et } from "../chunks/query.BBf1UFkC.js";
|
|
92
92
|
import { e as hn } from "../chunks/class-map.CoZTSvbM.js";
|
|
93
93
|
import { n as xt } from "../chunks/when.Dr1es41R.js";
|
|
94
|
-
import { L as nr } from "../chunks/i18n.
|
|
94
|
+
import { L as nr } from "../chunks/i18n.DwnDne7p.js";
|
|
95
95
|
import { o as eo } from "../chunks/map.D8heArFD.js";
|
|
96
96
|
import { c as Mf, b as $Y } from "../chunks/capitalize.CNStXZBq.js";
|
|
97
97
|
import { o as rr } from "../chunks/style-map.CZovMmo_.js";
|
|
98
98
|
import { a as cb, d as jY, e as HY, D as J_, u as UY, t as vc, f as ck } from "../chunks/asset.Ba-CxnNM.js";
|
|
99
99
|
import { H as qY } from "../chunks/slot.DJLm4Dig.js";
|
|
100
|
-
import { a as A9, u as Zu, I as HR, C as VY } from "../chunks/list-editor.
|
|
100
|
+
import { a as A9, u as Zu, I as HR, C as VY } from "../chunks/list-editor.Cofa7Vyh.js";
|
|
101
101
|
import WY from "./bicolor-picker.js";
|
|
102
102
|
import UR from "./border-input-group.js";
|
|
103
|
-
import { p as qR, c as Tm, b as Em, d as GY, e as KY, g as Z_ } from "../chunks/color-swatch.
|
|
104
|
-
import { C as WGt } from "../chunks/color-swatch.
|
|
105
|
-
import { C as O9, a as YY } from "../chunks/confirm-popover.
|
|
103
|
+
import { p as qR, c as Tm, b as Em, d as GY, e as KY, g as Z_ } from "../chunks/color-swatch.BdV7Nsvx.js";
|
|
104
|
+
import { C as WGt } from "../chunks/color-swatch.BdV7Nsvx.js";
|
|
105
|
+
import { C as O9, a as YY } from "../chunks/confirm-popover.CMeOJWvb.js";
|
|
106
106
|
import XY from "./corner-position-input-group.js";
|
|
107
107
|
import { r as lk, R as lb, a as JY, b as qe, j as _e, t as ZY, d as VR, w as QY, e as eX } from "../chunks/cropper.aA0v16xS.js";
|
|
108
108
|
import { C as KGt } from "../chunks/cropper.aA0v16xS.js";
|
|
@@ -110,21 +110,21 @@ import { h as lr, D as WR, c as sO, C as xh, T as I9, M as tX, d as GR } from ".
|
|
|
110
110
|
import { o as Sr } from "../chunks/if-defined.MfEgpxEN.js";
|
|
111
111
|
import { c as Un } from "../chunks/repeat.CauKaXyy.js";
|
|
112
112
|
import D9 from "./dynamic-select.js";
|
|
113
|
-
import { F as Qu, C as M9, a as Q_ } from "../chunks/folder-select.
|
|
113
|
+
import { F as Qu, C as M9, a as Q_ } from "../chunks/folder-select.DMyWzPjA.js";
|
|
114
114
|
import { a as Po, E as Fn, b as Gm, O as zd, T as qu, G as cO } from "../chunks/index.Cpamj0jB.js";
|
|
115
115
|
import { C as XGt } from "../chunks/index.Cpamj0jB.js";
|
|
116
|
-
import { G as hh,
|
|
116
|
+
import { G as hh, b as Kd, T as KR, c as vn, i as YR, d as nX, t as lO, u as rX, f as E1, g as iX, F as bf, M as qv } from "../chunks/string.BF2AikHa.js";
|
|
117
117
|
import { g as P9, c as sy } from "../chunks/_commonjsHelpers.ByX85dGu.js";
|
|
118
|
-
import { b as nv, a as XR, d as dO, c as dk, s as oX, o as aX, U as N9, e as JR, i as Qd, f as sX } from "../chunks/file-on-demand.
|
|
119
|
-
import { C as ZGt } from "../chunks/file-on-demand.
|
|
118
|
+
import { b as nv, a as XR, d as dO, c as dk, s as oX, o as aX, U as N9, e as JR, i as Qd, f as sX } from "../chunks/file-on-demand.CAxlBbwj.js";
|
|
119
|
+
import { C as ZGt } from "../chunks/file-on-demand.CAxlBbwj.js";
|
|
120
120
|
import { e as cX, t as lX } from "../chunks/directive.oAbCiebi.js";
|
|
121
121
|
import { f as dX, n as _l, e as Cl } from "../chunks/ref.BaCjlzLO.js";
|
|
122
122
|
import uX from "./masonry.js";
|
|
123
123
|
import pX from "./padding-input-group.js";
|
|
124
124
|
import hX from "./position-picker.js";
|
|
125
125
|
import { D as Ww, P as eC, E as ud, B as mt, a as Yd, b as Mo, A as cg, c as gX, T as uO } from "../chunks/content-builder.WranV3P4.js";
|
|
126
|
-
import { g as mX, a as pO, b as Gw } from "../chunks/color-swatch-group.
|
|
127
|
-
import { C as eKt } from "../chunks/color-swatch-group.
|
|
126
|
+
import { g as mX, a as pO, b as Gw } from "../chunks/color-swatch-group.ClKQ2WzZ.js";
|
|
127
|
+
import { C as eKt } from "../chunks/color-swatch-group.ClKQ2WzZ.js";
|
|
128
128
|
import fX from "./shadow-input-group.js";
|
|
129
129
|
import { default as nKt } from "./share-option-list.js";
|
|
130
130
|
import { default as iKt } from "./sidebar.js";
|
|
@@ -143,7 +143,7 @@ import { t as eB } from "../chunks/event-options.CYHYGOd8.js";
|
|
|
143
143
|
import { p as wX } from "../chunks/purify.es.BGaRrCfO.js";
|
|
144
144
|
import { a as A1, r as xX, S as gO, i as hk, b as tB } from "../chunks/isObjectLike.z36Fu426.js";
|
|
145
145
|
import { d as nB, e as gk, t as rB, h as kX, a as rv, b as iB, c as _X } from "../chunks/_baseUniq.BUihBa8c.js";
|
|
146
|
-
import { f as CX, F as SX } from "../chunks/form.
|
|
146
|
+
import { f as CX, F as SX } from "../chunks/form.D1R9s3Mf.js";
|
|
147
147
|
import { O as oB, C as TX, H as EX, z as AX, o as OX } from "../chunks/overlayscrollbars.aFuRG5Rs.js";
|
|
148
148
|
import { d as IX } from "../chunks/default-value.CIKAvD5l.js";
|
|
149
149
|
import { r as LT } from "../chunks/choose.BTbF6BAn.js";
|
|
@@ -146470,7 +146470,7 @@ const ET = "downloaderIsVisible", hc = {
|
|
|
146470
146470
|
}
|
|
146471
146471
|
|
|
146472
146472
|
.pagination cx-pagination {
|
|
146473
|
-
--width:
|
|
146473
|
+
--width: 100px;
|
|
146474
146474
|
}
|
|
146475
146475
|
|
|
146476
146476
|
/** Settings */
|
|
@@ -1,10 +1,10 @@
|
|
|
1
1
|
import { a as Ab, c as ps, g as kn } from "../chunks/_commonjsHelpers.ByX85dGu.js";
|
|
2
|
-
import { r as Tb, C as Eb, R as wb } from "../chunks/image.
|
|
2
|
+
import { r as Tb, C as Eb, R as wb } from "../chunks/image.2h_mxSth.js";
|
|
3
3
|
import Sb from "./resize-observer.js";
|
|
4
4
|
import { c as Cb } from "../chunks/component.styles.CI-v8BZa.js";
|
|
5
5
|
import { b as Mb } from "../chunks/browser.Va59Ix3P.js";
|
|
6
6
|
import { i as Db, n as ki, x as Kc, c as Pb } from "../chunks/custom-element.vnXBMQxc.js";
|
|
7
|
-
import { L as Lb } from "../chunks/i18n.
|
|
7
|
+
import { L as Lb } from "../chunks/i18n.DwnDne7p.js";
|
|
8
8
|
import { w as Bn } from "../chunks/watch.BCJD77bD.js";
|
|
9
9
|
import { r as Fn } from "../chunks/state.Cw55xXlb.js";
|
|
10
10
|
import { e as ao } from "../chunks/query.BBf1UFkC.js";
|