@orangelogic/design-system 2.96.0 → 2.97.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.B3vySOI-.js +431 -0
- package/library/chunks/{asset.types.6DCzTOQm.js → asset.types.KXRZEtBr.js} +127 -126
- package/library/chunks/{button.BZjbVq8t.js → button.CAa1kvwe.js} +2 -2
- package/library/chunks/{color-swatch-group.CKHEL4hJ.js → color-swatch-group.ChcPlkPU.js} +5 -5
- package/library/chunks/{color-swatch.CbL_TpRZ.js → color-swatch.DJ1kUnBQ.js} +1 -1
- package/library/chunks/{confirm-popover.bBo9aPlX.js → confirm-popover.D4x0nO5g.js} +3 -3
- package/library/chunks/content-builder.CcgZciZN.js +58 -0
- package/library/chunks/{cropper.uKGcvnPk.js → cropper.Bib8Abm3.js} +4937 -4932
- package/library/chunks/{dialog.DRW8iwh-.js → dialog.BLaxLMSc.js} +2 -2
- package/library/chunks/{dom.DURaLV1d.js → dom.0RpWet6y.js} +1 -1
- package/library/chunks/{dot-pagination.CvUr6R4S.js → dot-pagination.-nDdQxJN.js} +1 -1
- package/library/chunks/{file-on-demand.KQlA1JFF.js → file-on-demand.AzwoUvwB.js} +10 -10
- package/library/chunks/{folder-select.DxBOSyvo.js → folder-select.XpkOFzAW.js} +5 -5
- package/library/chunks/{form.nRqYei4e.js → form.Ch1cwYzO.js} +1 -1
- package/library/chunks/{header.ClxEkQPZ.js → header.BZxyeLPK.js} +1 -1
- package/library/chunks/{i18n.W6czbRms.js → i18n.BABe9hN4.js} +6 -0
- package/library/chunks/{icon-button.MqA-pNw8.js → icon-button.C2s3pHG4.js} +1 -1
- package/library/chunks/{iframe.PcSPtm_O.js → iframe.DPccxsnE.js} +1 -1
- package/library/chunks/{image.Dtdklw5q.js → image.9qwbjGNb.js} +1 -1
- package/library/chunks/{image.C-Covc0H.js → image.Cc4V85ID.js} +354 -311
- package/library/chunks/{list-editor.De7nc_Wd.js → list-editor.pVYc_70c.js} +183 -153
- package/library/chunks/{number.CCF6IxpN.js → number.B4PQLJIg.js} +32 -32
- package/library/chunks/{option.Cx54zrJq.js → option.DGXQzdtb.js} +1 -1
- package/library/chunks/{pagination.CG5odPWi.js → pagination.DZqKSA86.js} +4 -4
- package/library/chunks/{responsive.D9TUCX5p.js → responsive.Oz9HWjyQ.js} +1 -1
- package/library/chunks/{string.DfV21HEI.js → string.DUgD4c9f.js} +41 -34
- package/library/chunks/{tab-group.BLZ-qEpp.js → tab-group.BhCf9Smq.js} +4 -4
- package/library/chunks/{table.Cr0s-nqe.js → table.V5PGGTfO.js} +11 -10
- package/library/chunks/{time.BNrE47-8.js → time.BiQnh9wt.js} +1 -1
- package/library/chunks/toast.D3AW3RWv.js +94 -0
- package/library/chunks/transformation.Cqz3hPaQ.js +144 -0
- package/library/chunks/{tree.CKi63r95.js → tree.DZa7k-4E.js} +1 -1
- package/library/components/alert.js +2 -2
- package/library/components/asset-link-format.js +767 -862
- package/library/components/atoms.js +12 -12
- 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 +3 -3
- package/library/components/color-swatch-group.js +6 -6
- 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 +2 -2
- package/library/components/cropper.js +1 -1
- package/library/components/details.js +4 -4
- package/library/components/dialog.js +3 -3
- package/library/components/dot-pagination.js +2 -2
- package/library/components/drawer.js +2 -2
- package/library/components/dropdown.js +1 -1
- 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 +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 +2 -2
- package/library/components/iframe.js +2 -2
- package/library/components/image-comparer.js +1 -1
- package/library/components/image.js +2 -2
- package/library/components/input.js +4 -7
- package/library/components/line-clamp.js +1 -1
- package/library/components/list-editor.js +6 -6
- package/library/components/masonry.js +2 -2
- package/library/components/menu-item.js +1 -1
- package/library/components/menu.js +1 -1
- package/library/components/molecules.js +5 -5
- package/library/components/option.js +2 -2
- package/library/components/organisms.js +2 -2
- package/library/components/pagination.js +5 -5
- package/library/components/popup.js +1 -1
- 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 +2 -2
- package/library/components/rating.js +1 -1
- package/library/components/relative-time.js +1 -1
- package/library/components/select.js +3 -3
- package/library/components/share-option-list.js +2 -2
- package/library/components/sidebar.js +1 -1
- 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 +5 -5
- package/library/components/tab.js +2 -2
- package/library/components/table.js +5 -5
- package/library/components/tag.js +2 -2
- package/library/components/textarea.js +1 -1
- package/library/components/timecode.js +1 -1
- 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 +31066 -29848
- package/library/components/video.js +554 -545
- package/library/package.json +1 -1
- package/library/packages/atoms/src/components/image/image.d.ts +15 -1
- package/library/packages/atoms/src/components/input/input.d.ts +1 -2
- package/library/packages/atoms/src/components/video/video.d.ts +3 -1
- package/library/packages/events/src/cx-asset-format-picker-delete.d.ts +6 -0
- package/library/packages/events/src/cx-asset-format-picker-select.d.ts +8 -0
- package/library/packages/events/src/cx-asset-transformation-dialog-cancel.d.ts +6 -0
- package/library/packages/events/src/cx-asset-transformation-dialog-confirm.d.ts +11 -0
- package/library/packages/events/src/cx-asset-transformation-dialog-delete.d.ts +6 -0
- package/library/packages/events/src/cx-bento-range-change.d.ts +9 -0
- package/library/packages/events/src/cx-content-builder-gallery-fetched.d.ts +10 -0
- package/library/packages/events/src/cx-lightbox-close.d.ts +6 -0
- package/library/packages/events/src/cx-lightbox-download.d.ts +11 -0
- package/library/packages/events/src/cx-timeline-data-resolved.d.ts +10 -0
- package/library/packages/events/src/cx-video-thumbnail-resolved.d.ts +8 -0
- package/library/packages/events/src/events.d.ts +12 -1
- package/library/packages/molecules/src/asset-data-display/asset-data-display.d.ts +1 -0
- package/library/packages/molecules/src/asset-format-picker/asset-format-picker.d.ts +56 -0
- package/library/packages/molecules/src/asset-format-picker/asset-format-picker.styles.d.ts +2 -0
- package/library/packages/molecules/src/asset-picker/asset-picker.d.ts +7 -0
- package/library/packages/molecules/src/cropper/cropper.d.ts +1 -0
- package/library/packages/molecules/src/cropper/react/Cropper.d.ts +1 -0
- package/library/packages/molecules/src/download-format-picker/download-format-picker.d.ts +5 -1
- package/library/packages/molecules/src/index.d.ts +1 -0
- package/library/packages/molecules/src/timeline/timeline.d.ts +18 -0
- package/library/packages/organisms/src/asset-link-format/asset-link-format.d.ts +12 -0
- package/library/packages/organisms/src/asset-link-format/components/asset-link-format-rotation/asset-link-format-rotation.d.ts +7 -7
- package/library/packages/organisms/src/asset-transformation-dialog/asset-transformation-dialog.d.ts +102 -0
- package/library/packages/organisms/src/asset-transformation-dialog/asset-transformation-dialog.styles.d.ts +2 -0
- package/library/packages/organisms/src/bento-grid/bento-grid.d.ts +57 -26
- package/library/packages/organisms/src/bento-grid/bento-layout.d.ts +44 -0
- package/library/packages/organisms/src/carousel/carousel.d.ts +3 -1
- package/library/packages/organisms/src/content-builder/components/block-picker/block-picker.d.ts +7 -0
- package/library/packages/organisms/src/content-builder/components/config-form/config-form-controller.d.ts +4 -0
- package/library/packages/organisms/src/content-builder/components/config-form/config-form.d.ts +11 -0
- package/library/packages/organisms/src/content-builder/components/config-manager/config-manager.d.ts +10 -0
- package/library/packages/organisms/src/content-builder/components/gallery-picker/gallery-picker.d.ts +6 -0
- package/library/packages/organisms/src/content-builder/configs/carousel.d.ts +6 -2
- package/library/packages/organisms/src/content-builder/configs/gallery.d.ts +6 -2
- package/library/packages/organisms/src/content-builder/configs/image.d.ts +7 -4
- package/library/packages/organisms/src/content-builder/configs/timeline.d.ts +5 -2
- package/library/packages/organisms/src/content-builder/configs/video.d.ts +11 -2
- package/library/packages/organisms/src/content-builder/configs-controller.d.ts +45 -4
- package/library/packages/organisms/src/content-builder/content-builder-constants.d.ts +2 -2
- package/library/packages/organisms/src/content-builder/content-builder.d.ts +13 -0
- package/library/packages/organisms/src/content-builder/plugins/gallery.d.ts +45 -1
- package/library/packages/organisms/src/content-builder/styleController.d.ts +26 -1
- package/library/packages/organisms/src/index.d.ts +2 -0
- package/library/packages/organisms/src/lightbox/lightbox.d.ts +79 -0
- package/library/packages/organisms/src/lightbox/lightbox.styles.d.ts +2 -0
- package/library/packages/services/src/api/asset/asset.d.ts +2 -2
- package/library/packages/services/src/api/asset/asset.types.d.ts +4 -0
- package/library/packages/tools/src/fetch-asset/fetch-asset.d.ts +2 -1
- package/library/packages/tools/src/fetch-image/fetch-image.d.ts +19 -5
- package/library/packages/types/src/asset-click-action.d.ts +3 -1
- package/library/packages/types/src/asset-format-picker.d.ts +11 -0
- package/library/packages/types/src/bento-grid.d.ts +37 -0
- package/library/packages/types/src/content-builder.d.ts +37 -1
- package/library/packages/types/src/gallery.d.ts +0 -6
- package/library/packages/utils/src/actions/asset-click.d.ts +1 -3
- package/library/packages/utils/src/custom-element/i18n.d.ts +6 -0
- package/library/packages/utils/src/index.d.ts +1 -0
- package/library/packages/utils/src/string/string.d.ts +1 -0
- package/library/packages/utils/src/transformation/index.d.ts +1 -0
- package/library/react-web-component.d.ts +236 -8
- package/library/utils.js +517 -192
- package/package.json +1 -1
- package/library/chunks/asset.Duzr3O3z.js +0 -370
- package/library/chunks/index.BgXEXk4m.js +0 -398
- package/library/chunks/toast.Bc4wpYJ1.js +0 -150
- /package/library/packages/{organisms/src/asset-link-format/asset-link-format.utils.d.ts → utils/src/transformation/transformation.d.ts} +0 -0
|
@@ -4,7 +4,7 @@ import { O, C as D, H, z as A, o as B } from "./overlayscrollbars.BMav4RQ4.js";
|
|
|
4
4
|
import { a as c, s as p } from "./animate.El-MpOws.js";
|
|
5
5
|
import { c as $ } from "./custom-element.L4WJXn1j.js";
|
|
6
6
|
import { w as x } from "./event.mFzZi4sr.js";
|
|
7
|
-
import { L } from "./i18n.
|
|
7
|
+
import { L } from "./i18n.BABe9hN4.js";
|
|
8
8
|
import { M as P } from "./modal.U1QltQKe.js";
|
|
9
9
|
import { l as w, u as _ } from "./scroll.xtO5yojm.js";
|
|
10
10
|
import { H as E } from "./slot.j5oheLJC.js";
|
|
@@ -18,7 +18,7 @@ import { o as q } from "./style-map.llVFPd__.js";
|
|
|
18
18
|
import { n as b } from "./when.Dr1es41R.js";
|
|
19
19
|
import { s as u, g as h } from "./animation-registry.HmpwNuGH.js";
|
|
20
20
|
import F from "../components/divider.js";
|
|
21
|
-
import { C as I } from "./icon-button.
|
|
21
|
+
import { C as I } from "./icon-button.C2s3pHG4.js";
|
|
22
22
|
import U from "../components/popup.js";
|
|
23
23
|
var l = /* @__PURE__ */ ((e) => (e.Both = "both", e.Footer = "footer", e.Header = "header", e.None = "none", e))(l || {});
|
|
24
24
|
const j = R`:host{--width:31rem;--header-spacing:var(--cx-spacing-small) var(--cx-spacing-large);--body-spacing:var(--cx-spacing-medium) var(--cx-spacing-large);--divider-spacing:0;--footer-spacing:var(--cx-spacing-medium);--max-width:100%;--max-height:100%;--overlay-background-color:var(--cx-overlay-background-color);display:contents}.dialog{justify-content:center;align-items:center;display:flex}.dialog--absolute{position:absolute}.dialog__panel{width:var(--width);height:var(--dialog-height,auto);background-color:var(--cx-panel-background-color);border-radius:var(--cx-border-radius-medium);box-shadow:var(--cx-shadow-x-large);max-width:calc(var(--max-width) - var(--cx-spacing-2x-large));max-height:calc(var(--max-height) - var(--cx-spacing-2x-large));flex-direction:column;display:flex;overflow:hidden}.dialog__panel:focus{outline:none}@media screen and (width<=420px){.dialog__panel{max-height:80vh}}.dialog--open .dialog__panel{opacity:1;display:flex}.dialog__header{padding:var(--header-spacing);flex:none;display:flex}.dialog__header-divider,.dialog__footer-divider{--spacing:0;padding:var(--divider-spacing)}.dialog__title{font:inherit;font-family:var(--cx-font-sans);font-size:var(--cx-font-size-large);font-weight:var(--cx-font-weight-regular);line-height:var(--cx-line-height-large);flex:auto;align-items:center;margin:0;display:flex}.dialog__header-actions{justify-content:end;gap:var(--cx-spacing-2x-small);flex-wrap:wrap;flex-shrink:0;display:flex}.dialog__header-actions cx-icon-button,.dialog__header-actions ::slotted(cx-icon-button){font-size:var(--cx-font-size-3x-large);flex:none;align-items:center;display:flex}.dialog__body{padding:var(--body-spacing);-webkit-overflow-scrolling:touch;font-size:var(--cx-font-size-medium);font-weight:var(--cx-font-weight-regular);line-height:var(--cx-line-height-small);z-index:2;flex:auto;display:block;position:relative;overflow:auto}.dialog--overlay-scrollbar .dialog__body{flex-direction:column;display:flex}.dialog__footer{text-align:right;padding:var(--footer-spacing);z-index:1;flex:none;position:relative}.dialog__footer ::slotted(cx-button:not(:first-of-type)){margin-inline-start:var(--cx-spacing-x-small)}.dialog:not(.dialog--has-footer) .dialog__footer{display:none}@media (forced-colors:active){.dialog__panel{border:solid 1px var(--cx-color-neutral-0)}}.dialog__overlay{background-color:var(--overlay-background-color);opacity:0;pointer-events:none;z-index:1;justify-content:center;align-items:center;display:flex}.dialog--open .dialog__overlay{opacity:1;pointer-events:auto}`;
|
|
@@ -2,7 +2,7 @@ import { n as s, C as P } from "./lib-cortex-element.CVMmyPMC.js";
|
|
|
2
2
|
import { c as z } from "./component.styles.CRO4Odto.js";
|
|
3
3
|
import { O as C } from "./index.Cpamj0jB.js";
|
|
4
4
|
import { c as F } from "./custom-element.L4WJXn1j.js";
|
|
5
|
-
import { L as S } from "./i18n.
|
|
5
|
+
import { L as S } from "./i18n.BABe9hN4.js";
|
|
6
6
|
import { w as f } from "./watch.BCJD77bD.js";
|
|
7
7
|
import { i as O, x as y } from "./lit-element.jLBm65_O.js";
|
|
8
8
|
import { r as j } from "./state.CSDxrqLd.js";
|
|
@@ -1,12 +1,12 @@
|
|
|
1
1
|
import J from "../components/icon.js";
|
|
2
2
|
import Q from "../components/line-clamp.js";
|
|
3
|
-
import { C as bt, s as $t, a as St, b as dt } from "./tree.
|
|
3
|
+
import { C as bt, s as $t, a as St, b as dt } from "./tree.DZa7k-4E.js";
|
|
4
4
|
import { n as d, C as H } from "./lib-cortex-element.CVMmyPMC.js";
|
|
5
5
|
import { c as tt } from "./component.styles.CRO4Odto.js";
|
|
6
6
|
import { c as W } from "./custom-element.L4WJXn1j.js";
|
|
7
|
-
import { L as q } from "./i18n.
|
|
7
|
+
import { L as q } from "./i18n.BABe9hN4.js";
|
|
8
8
|
import { k as Et, h as It, i as wt, w as P, j as Lt, l as Ft, f as Ut, g as Rt, d as kt, m as Ot, n as Nt } from "./watch.BCJD77bD.js";
|
|
9
|
-
import { p as R } from "./string.
|
|
9
|
+
import { p as R } from "./string.DUgD4c9f.js";
|
|
10
10
|
import { x as n, i as ot, E as jt } from "./lit-element.jLBm65_O.js";
|
|
11
11
|
import { r as u } from "./state.CSDxrqLd.js";
|
|
12
12
|
import { e as z } from "./query.BBf1UFkC.js";
|
|
@@ -15,24 +15,24 @@ import { c as U } from "./repeat.DbF2p5ae.js";
|
|
|
15
15
|
import { n as p } from "./when.Dr1es41R.js";
|
|
16
16
|
import { a as Bt, i as Ct, c as Mt, b as ht } from "./_baseUniq.BUihBa8c.js";
|
|
17
17
|
import Vt from "../components/avatar.js";
|
|
18
|
-
import { C as Ht } from "./button.
|
|
19
|
-
import { C as Wt } from "./dialog.
|
|
18
|
+
import { C as Ht } from "./button.CAa1kvwe.js";
|
|
19
|
+
import { C as Wt } from "./dialog.BLaxLMSc.js";
|
|
20
20
|
import qt from "../components/divider.js";
|
|
21
21
|
import nt from "../components/format-bytes.js";
|
|
22
|
-
import { C as At } from "./icon-button.
|
|
22
|
+
import { C as At } from "./icon-button.C2s3pHG4.js";
|
|
23
23
|
import Gt from "../components/input.js";
|
|
24
|
-
import { C as Yt } from "./option.
|
|
24
|
+
import { C as Yt } from "./option.DGXQzdtb.js";
|
|
25
25
|
import Dt from "../components/relative-time.js";
|
|
26
26
|
import Kt from "../components/select.js";
|
|
27
27
|
import Xt from "../components/space.js";
|
|
28
28
|
import Zt from "../components/tab.js";
|
|
29
|
-
import { C as Jt } from "./tab-group.
|
|
29
|
+
import { C as Jt } from "./tab-group.BhCf9Smq.js";
|
|
30
30
|
import Qt from "../components/tab-panel.js";
|
|
31
31
|
import Tt from "../components/tooltip.js";
|
|
32
32
|
import { C as rt } from "./typography.DJC_UXgs.js";
|
|
33
|
-
import { C as te } from "./confirm-popover.
|
|
33
|
+
import { C as te } from "./confirm-popover.D4x0nO5g.js";
|
|
34
34
|
import { d as ee } from "./debounce.DaHuiSGU.js";
|
|
35
|
-
import { a as et } from "./number.
|
|
35
|
+
import { a as et } from "./number.B4PQLJIg.js";
|
|
36
36
|
import { i as K, a as pt } from "./url.Cj9cIQXJ.js";
|
|
37
37
|
import { a as se } from "./toString.CL_lYXbK.js";
|
|
38
38
|
import { S as ut, i as ie } from "./isObjectLike.z36Fu426.js";
|
|
@@ -3,20 +3,20 @@ import oe from "../components/input.js";
|
|
|
3
3
|
import j from "../components/line-clamp.js";
|
|
4
4
|
import ce from "../components/select.js";
|
|
5
5
|
import ne from "../components/tag.js";
|
|
6
|
-
import { C as g, a as he } from "./tree.
|
|
6
|
+
import { C as g, a as he } from "./tree.DZa7k-4E.js";
|
|
7
7
|
import { n as r, C as R } from "./lib-cortex-element.CVMmyPMC.js";
|
|
8
|
-
import { h as V, F as de, M as B,
|
|
8
|
+
import { h as V, F as de, M as B, c as pe } from "./asset.types.KXRZEtBr.js";
|
|
9
9
|
import { c as Z } from "./component.styles.CRO4Odto.js";
|
|
10
10
|
import { c as U } from "./custom-element.L4WJXn1j.js";
|
|
11
|
-
import { L as M } from "./i18n.
|
|
11
|
+
import { L as M } from "./i18n.BABe9hN4.js";
|
|
12
12
|
import { w as f } from "./watch.BCJD77bD.js";
|
|
13
13
|
import { x as m, i as ue } from "./lit-element.jLBm65_O.js";
|
|
14
14
|
import { r as x } from "./state.CSDxrqLd.js";
|
|
15
15
|
import { e as J } from "./query.BBf1UFkC.js";
|
|
16
16
|
import { r as fe } from "./choose.BTbF6BAn.js";
|
|
17
|
-
import { C as K } from "./button.
|
|
17
|
+
import { C as K } from "./button.CAa1kvwe.js";
|
|
18
18
|
import { d as me } from "./debounce.DaHuiSGU.js";
|
|
19
|
-
import { g as X, p as W, e as ye } from "./string.
|
|
19
|
+
import { g as X, p as W, e as ye } from "./string.DUgD4c9f.js";
|
|
20
20
|
import { o as y } from "./if-defined.BRoBj_Rp.js";
|
|
21
21
|
import { c as Y } from "./repeat.DbF2p5ae.js";
|
|
22
22
|
import { n as _ } from "./when.Dr1es41R.js";
|
|
@@ -1,4 +1,4 @@
|
|
|
1
|
-
import { s as m } from "./dom.
|
|
1
|
+
import { s as m } from "./dom.0RpWet6y.js";
|
|
2
2
|
const n = /* @__PURE__ */ new WeakMap(), h = /* @__PURE__ */ new WeakMap(), l = /* @__PURE__ */ new WeakMap(), c = /* @__PURE__ */ new WeakSet(), f = /* @__PURE__ */ new WeakMap();
|
|
3
3
|
class v {
|
|
4
4
|
constructor(e, s) {
|
|
@@ -3,7 +3,7 @@ import { n as s, C as k } from "./lib-cortex-element.CVMmyPMC.js";
|
|
|
3
3
|
import { c as b } from "./component.styles.CRO4Odto.js";
|
|
4
4
|
import { i as p } from "./lit-element.jLBm65_O.js";
|
|
5
5
|
import { c as v } from "./custom-element.L4WJXn1j.js";
|
|
6
|
-
import { L as y } from "./i18n.
|
|
6
|
+
import { L as y } from "./i18n.BABe9hN4.js";
|
|
7
7
|
import { w } from "./watch.BCJD77bD.js";
|
|
8
8
|
import { e as m } from "./query.BBf1UFkC.js";
|
|
9
9
|
import { e as u } from "./class-map.BiVq-cVR.js";
|
|
@@ -191,6 +191,7 @@ const w = {
|
|
|
191
191
|
aside: "Aside",
|
|
192
192
|
aspectRatio: "Aspect ratio",
|
|
193
193
|
asset: "Asset",
|
|
194
|
+
assetFormat: "Asset format",
|
|
194
195
|
assetInColdStorage: "Asset in Cold Storage",
|
|
195
196
|
assetIndexSync: "Asset index sync",
|
|
196
197
|
assetPreview: "Asset preview",
|
|
@@ -333,6 +334,7 @@ const w = {
|
|
|
333
334
|
customWidth: "Custom width",
|
|
334
335
|
cut: "Cut",
|
|
335
336
|
damViewNoAvailableOptionsForThisAsset: "There are no available options for this asset. This might be due to your permissions or the application's settings.",
|
|
337
|
+
darkImageFormat: "Dark image format",
|
|
336
338
|
darkModeImage: "Dark mode image",
|
|
337
339
|
dashSpacing: "Dash spacing",
|
|
338
340
|
dashWidth: "Dash width",
|
|
@@ -375,6 +377,7 @@ const w = {
|
|
|
375
377
|
downloadButton: "Download button",
|
|
376
378
|
downloadCompleted: "Download completed",
|
|
377
379
|
downloadFailed: "Download failed",
|
|
380
|
+
downloadFormat: "Download format",
|
|
378
381
|
downloadLocationNoLongerExists: (e) => `Default download location <strong>${e}</strong> no longer exists.`,
|
|
379
382
|
downloadManager: "Download Manager",
|
|
380
383
|
downloadNewVersion: "Download new version",
|
|
@@ -516,6 +519,7 @@ const w = {
|
|
|
516
519
|
imageSource: "Image source",
|
|
517
520
|
imageSourceInfo: (e, t, o) => `Source image: ${e}px × ${t}px. Ratio ${o}`,
|
|
518
521
|
imageUploadStarted: "Image upload started. Please wait until all the images are uploaded.",
|
|
522
|
+
imagesFormat: "Images format",
|
|
519
523
|
import: "Import",
|
|
520
524
|
importTextFile: "Import text file",
|
|
521
525
|
importTextFileDialogConfirm: "Import text",
|
|
@@ -886,6 +890,7 @@ const w = {
|
|
|
886
890
|
thickness: "Thickness",
|
|
887
891
|
thousandsSeparator: "Thousands Separator",
|
|
888
892
|
thumbnail: "Thumbnail",
|
|
893
|
+
thumbnailFormat: "Thumbnail format",
|
|
889
894
|
thumbnailHelpText: "Specify a custom image to use as a preview for the video before it has started playing. If unset, the first frame of the video will be used.",
|
|
890
895
|
timeBased: "Time Based",
|
|
891
896
|
timeFormat: "Time Format",
|
|
@@ -948,6 +953,7 @@ const w = {
|
|
|
948
953
|
video: "Video",
|
|
949
954
|
videoChaptersEmptyPlaceholder: "This video doesn’t have chapter yet",
|
|
950
955
|
videoContent: "Video content",
|
|
956
|
+
videoFormat: "Video format",
|
|
951
957
|
videoPlayer: "Video player",
|
|
952
958
|
videoPoster: "Video poster",
|
|
953
959
|
videoSource: "Video source",
|
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
import { n as r, C as g } from "./lib-cortex-element.CVMmyPMC.js";
|
|
2
2
|
import { c as p } from "./component.styles.CRO4Odto.js";
|
|
3
3
|
import { c as h } from "./custom-element.L4WJXn1j.js";
|
|
4
|
-
import { L as m } from "./i18n.
|
|
4
|
+
import { L as m } from "./i18n.BABe9hN4.js";
|
|
5
5
|
import { r as f } from "./state.CSDxrqLd.js";
|
|
6
6
|
import { e as v } from "./query.BBf1UFkC.js";
|
|
7
7
|
import { e as y } from "./class-map.BiVq-cVR.js";
|
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
import { n as r, C as d } from "./lib-cortex-element.CVMmyPMC.js";
|
|
2
2
|
import { c as h } from "./component.styles.CRO4Odto.js";
|
|
3
3
|
import { c as y } from "./custom-element.L4WJXn1j.js";
|
|
4
|
-
import { L as u } from "./i18n.
|
|
4
|
+
import { L as u } from "./i18n.BABe9hN4.js";
|
|
5
5
|
import { w as g } from "./watch.BCJD77bD.js";
|
|
6
6
|
import { i as v, x as p } from "./lit-element.jLBm65_O.js";
|
|
7
7
|
import { e as b } from "./query.BBf1UFkC.js";
|