@orangelogic/design-system 2.118.0 → 2.120.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/assets/diff.worker-ClilI1xm.js +1 -0
- package/library/chunks/{animation.8MjXJybe.js → animation.hpY88RxG.js} +106 -100
- package/library/chunks/{asset.CIWxY-Aw.js → asset.D_MQwP1C.js} +4 -4
- package/library/chunks/browser.BHOCIF_A.js +84 -0
- package/library/chunks/{button.DwJEeW2t.js → button.bufNNyTc.js} +1 -1
- package/library/chunks/{color-swatch-group.BvLicLI4.js → color-swatch-group.CeazdbIe.js} +6 -6
- package/library/chunks/{color-swatch.DVzEaNeL.js → color-swatch.LEvHo5G_.js} +2 -2
- package/library/chunks/{confirm-popover.BifwpSuf.js → confirm-popover.BLQFU6Hs.js} +3 -3
- package/library/chunks/{content-builder.OsUmm8Wu.js → content-builder.BGzxZUgi.js} +1 -1
- package/library/chunks/debounce.DaHuiSGU.js +15 -0
- package/library/chunks/{dialog.BYCWepBc.js → dialog.DdsJ_WqU.js} +2 -2
- package/library/chunks/{document-viewer.CKCX8ueu.js → document-viewer.B5VtBEEP.js} +7 -7
- package/library/chunks/{dot-pagination.C4l5vKor.js → dot-pagination.Bny2T6DA.js} +1 -1
- package/library/chunks/{endpoints.D4h8hp1m.js → endpoints.6E17hFiK.js} +385 -385
- package/library/chunks/{file-on-demand.AwMj4AfO.js → file-on-demand.DDuWnvmy.js} +10 -10
- package/library/chunks/{folder-select.CrWjwQcw.js → folder-select.D1jO1hB_.js} +295 -203
- package/library/chunks/{header.Cf9ujCpg.js → header.CfiA4TRu.js} +1 -1
- package/library/chunks/{i18n.CH-wak_P.js → i18n.DDj5y9px.js} +106 -11
- package/library/chunks/{icon-button.CQiBjznj.js → icon-button.DOrACmes.js} +1 -1
- package/library/chunks/{iframe.BQPVygBJ.js → iframe.qaVD1n1m.js} +1 -1
- package/library/chunks/{image.cT-FziNS.js → image.BugewF1g.js} +129 -146
- package/library/chunks/{input.CH4lKxPM.js → input.BYj6YXcM.js} +1 -1
- package/library/chunks/keyed.C0rkKrxH.js +22 -0
- package/library/chunks/{list-editor.BfpDIsU5.js → list-editor.D5szxqSM.js} +11 -11
- package/library/chunks/math.DuKzLacZ.js +26 -0
- package/library/chunks/{option.Bvh35v8S.js → option.CnxdM30G.js} +1 -1
- package/library/chunks/{pagination.zQ2FFtxB.js → pagination.Dxig0LoI.js} +6 -6
- package/library/chunks/{responsive.C8NCkfCG.js → responsive.Cf65FCWd.js} +1 -1
- package/library/chunks/{tab-group.DvMX02hY.js → tab-group.CGg9lPLP.js} +3 -3
- package/library/chunks/{table.GCs54Y2t.js → table.BkdcDorc.js} +1471 -1400
- package/library/chunks/{tree.Btf2Q4YZ.js → tree.yYbWIRnc.js} +3 -3
- package/library/components/alert.js +2 -2
- package/library/components/animation.js +1 -1
- package/library/components/asset-link-format.js +8 -8
- package/library/components/atoms.js +144 -142
- 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 +5 -5
- package/library/components/color-swatch-group.js +7 -7
- 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/date-calendar.js +1 -1
- package/library/components/details.js +1 -1
- package/library/components/dialog.js +3 -3
- package/library/components/diff.d.ts +3 -0
- package/library/components/diff.js +104 -0
- package/library/components/document-viewer.js +3 -3
- 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 +282 -211
- 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 +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 +2 -2
- package/library/components/icon-button.js +2 -2
- package/library/components/iframe.js +2 -2
- package/library/components/image-comparer.js +2 -2
- package/library/components/image.js +5 -4
- package/library/components/input.js +2 -2
- package/library/components/line-clamp.js +6 -5
- package/library/components/list-editor.js +8 -8
- 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 +4 -4
- 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 +76 -75
- 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 +3 -3
- package/library/components/rating.js +2 -2
- package/library/components/relative-time.js +1 -1
- package/library/components/select.js +33 -32
- package/library/components/shadow-input-group.js +1 -1
- package/library/components/share-option-list.js +2 -2
- 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 +2 -2
- package/library/components/tab-group.js +4 -4
- package/library/components/tab.js +2 -2
- package/library/components/table.js +62 -60
- 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 +3 -3
- package/library/components/typeface.js +2 -2
- package/library/components/types.js +35412 -32968
- package/library/components/video.js +3 -3
- package/library/package.json +1 -1
- package/library/packages/atoms/src/animations/index.d.ts +2 -1
- package/library/packages/atoms/src/animations/rotating/rotate.d.ts +4 -0
- package/library/packages/atoms/src/components/diff/diff.d.ts +46 -0
- package/library/packages/atoms/src/components/diff/diff.styles.d.ts +2 -0
- package/library/packages/atoms/src/components/diff/utils/diff-worker-client.d.ts +10 -0
- package/library/packages/atoms/src/components/select/select.d.ts +9 -9
- package/library/packages/atoms/src/components/tab-group/tab-group.d.ts +1 -1
- package/library/packages/atoms/src/components/table/components/index.d.ts +1 -0
- package/library/packages/atoms/src/components/table/components/table-footer/table-footer.d.ts +25 -0
- package/library/packages/atoms/src/components/table/components/table-footer/table-footer.styles.d.ts +2 -0
- package/library/packages/atoms/src/components/table/components/table-toolbar/table-toolbar.d.ts +7 -1
- package/library/packages/atoms/src/components/table/table.d.ts +14 -3
- package/library/packages/atoms/src/index.d.ts +1 -0
- package/library/packages/events/src/cx-capacity-change.d.ts +20 -0
- package/library/packages/events/src/cx-capacity-week-bar.d.ts +26 -0
- package/library/packages/events/src/cx-folder-select-children-loaded.d.ts +10 -0
- package/library/packages/events/src/cx-list-editor-change.d.ts +1 -1
- package/library/packages/events/src/cx-sb-dam-view-config-change.d.ts +8 -0
- package/library/packages/events/src/events.d.ts +4 -0
- package/library/packages/hybrid/table-core/src/tabulator-tables/modules/Format/defaults/formatters/diff.d.ts +5 -0
- package/library/packages/hybrid/table-core/src/tabulator-tables/modules/Format/defaults/formatters.d.ts +2 -0
- package/library/packages/molecules/src/dynamic-select/dynamic-select.d.ts +19 -1
- package/library/packages/molecules/src/folder-select/components/folder-select-tree/folder-select-tree.d.ts +11 -0
- package/library/packages/organisms/src/capacity-planner/capacity-core.d.ts +81 -0
- package/library/packages/organisms/src/capacity-planner/capacity-planner.d.ts +193 -0
- package/library/packages/organisms/src/capacity-planner/capacity-planner.styles.d.ts +2 -0
- package/library/packages/organisms/src/capacity-planner/components/capacity-toolbar/capacity-toolbar.d.ts +35 -0
- package/library/packages/organisms/src/capacity-planner/components/capacity-toolbar/capacity-toolbar.styles.d.ts +2 -0
- package/library/packages/organisms/src/capacity-planner/components/capacity-week-bar/capacity-week-bar.d.ts +107 -0
- package/library/packages/organisms/src/capacity-planner/components/capacity-week-bar/capacity-week-bar.styles.d.ts +2 -0
- package/library/packages/organisms/src/content-builder/components/config-form/config-form.d.ts +12 -0
- package/library/packages/organisms/src/content-builder/components/config-manager/config-manager.d.ts +6 -0
- package/library/packages/organisms/src/content-builder/configs/dam-view.d.ts +66 -0
- package/library/packages/organisms/src/content-builder/configs/index.d.ts +1 -0
- package/library/packages/organisms/src/content-builder/configs-controller.d.ts +110 -0
- package/library/packages/organisms/src/content-builder/content-builder-config.d.ts +3 -0
- package/library/packages/organisms/src/content-builder/content-builder.d.ts +1 -0
- package/library/packages/organisms/src/content-builder/plugins/dam-view.d.ts +5 -0
- package/library/packages/organisms/src/content-builder/plugins/index.d.ts +1 -0
- package/library/packages/organisms/src/content-builder/styleController.d.ts +7 -3
- package/library/packages/organisms/src/dam-custom-toolbar-buttons-editor/dam-custom-toolbar-buttons-editor.d.ts +176 -0
- package/library/packages/organisms/src/dam-custom-toolbar-buttons-editor/dam-custom-toolbar-buttons-editor.styles.d.ts +2 -0
- package/library/packages/organisms/src/index.d.ts +2 -0
- package/library/packages/services/src/api/cms5/cms5.d.ts +17 -1
- package/library/packages/services/src/api/endpoints.d.ts +13 -1
- package/library/packages/services/src/api/metadata/index.d.ts +1 -0
- package/library/packages/services/src/api/metadata/metadata.d.ts +3 -1
- package/library/packages/services/src/api/metadata/metadata.types.d.ts +53 -0
- package/library/packages/styles/src/table-select.styles.d.ts +2 -0
- package/library/packages/types/src/content-builder.d.ts +13 -5
- package/library/packages/types/src/dam-view.d.ts +48 -0
- package/library/packages/types/src/table.d.ts +17 -1
- package/library/packages/utils/src/custom-element/i18n.d.ts +95 -0
- package/library/packages/utils/src/custom-element/math.d.ts +8 -0
- package/library/packages/utils/src/date/index.d.ts +1 -0
- package/library/packages/utils/src/date/iso-week-number.d.ts +9 -0
- package/library/react-web-component.d.ts +545 -438
- package/library/utils.js +267 -253
- package/package.json +1 -1
- package/library/chunks/debounce.CIEhztrj.js +0 -97
- package/library/chunks/math.DqTA6ya4.js +0 -7
|
@@ -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.DDj5y9px.js";
|
|
7
7
|
import { w } from "./watch.CThbualB.js";
|
|
8
8
|
import { e as m } from "./query.BBf1UFkC.js";
|
|
9
9
|
import { e as u } from "./class-map.BiVq-cVR.js";
|
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
import { p as b } from "./purify.es.BIuh5IAZ.js";
|
|
2
2
|
const l = /* @__PURE__ */ new Set(), v = new MutationObserver(f), n = /* @__PURE__ */ new Map(), h = /* @__PURE__ */ new Map();
|
|
3
|
-
let d = document.documentElement.dir || "ltr", m = document.documentElement.lang || navigator.language,
|
|
3
|
+
let d = document.documentElement.dir || "ltr", m = document.documentElement.lang || navigator.language, r;
|
|
4
4
|
v.observe(document.documentElement, {
|
|
5
5
|
attributeFilter: ["dir", "lang"],
|
|
6
6
|
attributes: !0
|
|
@@ -11,7 +11,7 @@ function A(e) {
|
|
|
11
11
|
function u(...e) {
|
|
12
12
|
e.map((t) => {
|
|
13
13
|
const o = t.$code.toLowerCase();
|
|
14
|
-
n.has(o) ? n.set(o, { ...n.get(o), ...t }) : n.set(o, t),
|
|
14
|
+
n.has(o) ? n.set(o, { ...n.get(o), ...t }) : n.set(o, t), r || (r = t);
|
|
15
15
|
});
|
|
16
16
|
}
|
|
17
17
|
function g(...e) {
|
|
@@ -64,8 +64,8 @@ let C = class {
|
|
|
64
64
|
const [c, p] = t.replace(/_/g, "-").split("-");
|
|
65
65
|
a = c ? c.toLowerCase() : "", i = p ? p.toLowerCase() : "", o = { language: a, region: i };
|
|
66
66
|
}
|
|
67
|
-
const
|
|
68
|
-
return { language: a, locale: o, primary:
|
|
67
|
+
const s = i && n.get(`${a}-${i}`) ? n.get(`${a}-${i}`) : void 0, y = n.get(a);
|
|
68
|
+
return { language: a, locale: o, primary: s, region: i, secondary: y };
|
|
69
69
|
}
|
|
70
70
|
/** Determines if the specified term exists, optionally checking the fallback translation. */
|
|
71
71
|
exists(t, o) {
|
|
@@ -75,21 +75,21 @@ let C = class {
|
|
|
75
75
|
return o = {
|
|
76
76
|
includeFallback: !1,
|
|
77
77
|
...o
|
|
78
|
-
}, !!(a && a[t] || i && i[t] || o.includeFallback &&
|
|
78
|
+
}, !!(a && a[t] || i && i[t] || o.includeFallback && r && r[t]);
|
|
79
79
|
}
|
|
80
80
|
/** Outputs a translated term. */
|
|
81
81
|
term(t, ...o) {
|
|
82
82
|
const { primary: a, secondary: i } = this.getTranslationData(this.lang());
|
|
83
|
-
let
|
|
83
|
+
let s;
|
|
84
84
|
if (a && a[t])
|
|
85
|
-
|
|
85
|
+
s = a[t];
|
|
86
86
|
else if (i && i[t])
|
|
87
|
-
|
|
88
|
-
else if (
|
|
89
|
-
|
|
87
|
+
s = i[t];
|
|
88
|
+
else if (r && r[t])
|
|
89
|
+
s = r[t];
|
|
90
90
|
else
|
|
91
91
|
return String(t);
|
|
92
|
-
return typeof
|
|
92
|
+
return typeof s == "function" ? b.sanitize(s(...o)) : s;
|
|
93
93
|
}
|
|
94
94
|
languageName(t) {
|
|
95
95
|
return String(h.get(t) ?? "");
|
|
@@ -122,6 +122,7 @@ const w = {
|
|
|
122
122
|
action: "Action",
|
|
123
123
|
actionOnClick: "Action on click",
|
|
124
124
|
actions: "Actions",
|
|
125
|
+
activateRightClickActionMenu: "Activate right-click action menu",
|
|
125
126
|
activeBackground: "Active background",
|
|
126
127
|
activeBorder: "Active border",
|
|
127
128
|
activeColor: "Active color",
|
|
@@ -132,6 +133,7 @@ const w = {
|
|
|
132
133
|
add: "Add",
|
|
133
134
|
addAssetCard: "Add asset card",
|
|
134
135
|
addBlock: "Add block",
|
|
136
|
+
addButton: "Add button",
|
|
135
137
|
addCard: "Add card",
|
|
136
138
|
addChapter: "Add chapter",
|
|
137
139
|
addColor: "Add color",
|
|
@@ -152,6 +154,7 @@ const w = {
|
|
|
152
154
|
addUrl: "Add URL",
|
|
153
155
|
additionalFields: "Additional fields",
|
|
154
156
|
additionalFieldsHelpText: "Specified metadata fields to be displayed below the details",
|
|
157
|
+
additionalFilters: "Additional filters",
|
|
155
158
|
adjustSizeToHugTheContent: "Adjust size to hug the content",
|
|
156
159
|
advanced: "Advanced",
|
|
157
160
|
advancedEasingHelpText: "Applies to all effects",
|
|
@@ -168,11 +171,14 @@ const w = {
|
|
|
168
171
|
allOther: "All other",
|
|
169
172
|
allPinnedAssetsWillBeVisibleHere: "All pinned assets will be visible here",
|
|
170
173
|
allViewedAssetsWillBeVisibleHere: "All viewed assets will be visible here",
|
|
174
|
+
allowAssetSelection: "Allow asset selection",
|
|
171
175
|
allowDownloads: "Allow downloads",
|
|
172
176
|
allowDownloadsDisabledTooltip: "Download is only available for custom fonts.",
|
|
173
177
|
altText: "Alt text",
|
|
174
178
|
alternativeText: "Alternative text",
|
|
175
179
|
always: "Always",
|
|
180
|
+
alwaysShowFavoriteFolder: "Always show “My favorite” folder",
|
|
181
|
+
alwaysShowPersonalFolder: "Always show “My personal” folder",
|
|
176
182
|
analytics: "Analytics",
|
|
177
183
|
anchor: "Anchor",
|
|
178
184
|
anchorId: "Anchor ID",
|
|
@@ -185,6 +191,7 @@ const w = {
|
|
|
185
191
|
appliedFilters: "Applied filters",
|
|
186
192
|
apply: "Apply",
|
|
187
193
|
applyFilters: "Apply filters",
|
|
194
|
+
applyToPanels: "Apply to panels",
|
|
188
195
|
areaCode: "Area Code",
|
|
189
196
|
ariaLabel: "Aria label",
|
|
190
197
|
arrows: "Arrows",
|
|
@@ -195,7 +202,11 @@ const w = {
|
|
|
195
202
|
assetFormat: "Asset format",
|
|
196
203
|
assetInColdStorage: "Asset in Cold Storage",
|
|
197
204
|
assetIndexSync: "Asset index sync",
|
|
205
|
+
assetOptions: "Asset options",
|
|
198
206
|
assetPreview: "Asset preview",
|
|
207
|
+
assetRestrictions: "Asset restrictions",
|
|
208
|
+
assetStatuses: "Asset statuses",
|
|
209
|
+
assetTypes: "Asset types",
|
|
199
210
|
assets: "Assets",
|
|
200
211
|
audio: "Audio",
|
|
201
212
|
audioFile: "Audio file",
|
|
@@ -210,6 +221,9 @@ const w = {
|
|
|
210
221
|
automatic: "Automatic",
|
|
211
222
|
autoplay: "Autoplay",
|
|
212
223
|
autoplayHelpText: "The video will be muted by default in order for this feature to work",
|
|
224
|
+
availablePanels: "Available panels",
|
|
225
|
+
availableSortOrders: "Available sort orders",
|
|
226
|
+
availableViews: "Available views",
|
|
213
227
|
back: "Back",
|
|
214
228
|
background: "Background",
|
|
215
229
|
backgroundColor: "Background color",
|
|
@@ -229,10 +243,13 @@ const w = {
|
|
|
229
243
|
bottom: "Bottom",
|
|
230
244
|
bottomCenter: "Bottom center",
|
|
231
245
|
bottomLeft: "Bottom left",
|
|
246
|
+
bottomPagination: "Bottom pagination",
|
|
232
247
|
bottomRight: "Bottom right",
|
|
233
248
|
boxShadow: "Box shadow",
|
|
249
|
+
breadcrumbs: "Breadcrumbs",
|
|
234
250
|
browse: "Browse",
|
|
235
251
|
browser: "Browser",
|
|
252
|
+
browserSidePanel: "Browser side panel",
|
|
236
253
|
bulletList: "Bullet list",
|
|
237
254
|
bulletListStyle: "Bullet list style",
|
|
238
255
|
button: "Button",
|
|
@@ -247,6 +264,22 @@ const w = {
|
|
|
247
264
|
cancelAll: "Cancel all",
|
|
248
265
|
canceled: "Canceled",
|
|
249
266
|
capacity: "Capacity",
|
|
267
|
+
capacityAdjustHours: "Adjust hours",
|
|
268
|
+
capacityAdjustHoursHint: "Drag a band left to shrink it or right to grow it — the others rebalance proportionally. Switch to Copy weeks to clone weeks across a range.",
|
|
269
|
+
capacityCopied: (e) => `Copied ${e} week${e > 1 ? "s" : ""} · ⌘V to paste`,
|
|
270
|
+
capacityCopyWeeks: "Copy weeks",
|
|
271
|
+
capacityCopyWeeksHint: "Select weeks by dragging (or focus a row and use ↑/↓, Shift+↑/↓ to extend), then ⌘C / ⌘V to copy-paste — or use the fill handle (Enter, then ↑/↓, Enter to commit) to repeat. Switch to Adjust hours to change allocations.",
|
|
272
|
+
capacityEditMode: "Edit mode",
|
|
273
|
+
capacityFillHandleLabel: "Repeat selected weeks downward",
|
|
274
|
+
capacityFillHandleTitle: "Drag down (or press Enter) to repeat these weeks",
|
|
275
|
+
capacityPasted: "Pasted",
|
|
276
|
+
capacityPerWeekNoOvertime: (e) => `${e}h / week · no overtime`,
|
|
277
|
+
capacityPlannedAllocation: "Planned allocation",
|
|
278
|
+
capacityReadOnly: "Read-only — allocations cannot be edited here.",
|
|
279
|
+
capacityTip: "Tip",
|
|
280
|
+
capacityWeek: "Week",
|
|
281
|
+
capacityWeekRangeLabel: "Weeks — select a range to copy",
|
|
282
|
+
capacityWeekRowLabel: (e, t) => `${e}, week ${t}`,
|
|
250
283
|
card: "Card",
|
|
251
284
|
cardContent: "Card content",
|
|
252
285
|
cardType: "Card type",
|
|
@@ -294,6 +327,8 @@ const w = {
|
|
|
294
327
|
codeSample: "Code sample",
|
|
295
328
|
collapseButtonText: "Collapse button text",
|
|
296
329
|
collapseMenu: "Collapse menu",
|
|
330
|
+
collapsedByDefault: "Collapsed by default",
|
|
331
|
+
collapsible: "Collapsible",
|
|
297
332
|
collections: "Collections",
|
|
298
333
|
color: "Color",
|
|
299
334
|
colorNameWillAppearInSwatch: "Color name will appear in swatches",
|
|
@@ -306,6 +341,7 @@ const w = {
|
|
|
306
341
|
compact: "Compact",
|
|
307
342
|
config: "Config",
|
|
308
343
|
configure: "Configure",
|
|
344
|
+
configureWorkflow: "Configure Workflow",
|
|
309
345
|
confirm: "Confirm",
|
|
310
346
|
confirmWantCancel: "Are you sure you want to cancel?",
|
|
311
347
|
confirmWantClose: "Are you sure you want to close?",
|
|
@@ -325,6 +361,8 @@ const w = {
|
|
|
325
361
|
copied: "Copied",
|
|
326
362
|
copy: "Copy",
|
|
327
363
|
createANewPalette: "Create a new palette",
|
|
364
|
+
createNew: "Create new",
|
|
365
|
+
createRecord: "Create record",
|
|
328
366
|
createTransition: "Create transition",
|
|
329
367
|
crop: "Crop",
|
|
330
368
|
cubic: "Cubic",
|
|
@@ -337,8 +375,10 @@ const w = {
|
|
|
337
375
|
customShadowAndBorderRadius: "Custom shadow and border radius",
|
|
338
376
|
customShadowAndBorderRadiusHelpText: "By default, all cards follow the space's border-radius and shadow settings. Enable this to customize them for this gallery",
|
|
339
377
|
customStyle: "Custom style",
|
|
378
|
+
customToolbarButtons: "Custom toolbar buttons",
|
|
340
379
|
customWidth: "Custom width",
|
|
341
380
|
cut: "Cut",
|
|
381
|
+
damLibrary: "DAM Library",
|
|
342
382
|
damViewNoAvailableOptionsForThisAsset: "There are no available options for this asset. This might be due to your permissions or the application's settings.",
|
|
343
383
|
darkImageFormat: "Dark image format",
|
|
344
384
|
darkModeImage: "Dark mode image",
|
|
@@ -355,14 +395,21 @@ const w = {
|
|
|
355
395
|
decreaseFontSize: "Decrease font size",
|
|
356
396
|
default: "Default",
|
|
357
397
|
defaultDownloadLocation: "Default download location",
|
|
398
|
+
defaultFolders: "Default folders",
|
|
399
|
+
defaultOptions: "Default options",
|
|
400
|
+
defaultPanel: "Default panel",
|
|
401
|
+
defaultSortOrder: "Default sort order",
|
|
358
402
|
defaultView: "Default view",
|
|
403
|
+
defaultWidth: "Default width",
|
|
359
404
|
definition: "Definition",
|
|
360
405
|
delete: "Delete",
|
|
361
406
|
deleteColumn: "Delete column",
|
|
362
407
|
deleteRow: "Delete row",
|
|
363
408
|
deleteTable: "Delete table",
|
|
409
|
+
deployStacks: "Deploy stacks",
|
|
364
410
|
descending: "Descending",
|
|
365
411
|
description: "Description",
|
|
412
|
+
desktopAndTablet: "Desktop and tablet",
|
|
366
413
|
detachTemplate: "Detach template",
|
|
367
414
|
detailed: "Detailed",
|
|
368
415
|
details: "Details",
|
|
@@ -406,6 +453,7 @@ const w = {
|
|
|
406
453
|
easing: "Easing",
|
|
407
454
|
edit: "Edit",
|
|
408
455
|
editAssetCard: "Edit asset card",
|
|
456
|
+
editButton: "Edit button",
|
|
409
457
|
editCard: "Edit card",
|
|
410
458
|
editCellProperties: "Edit cell properties",
|
|
411
459
|
editCellsProperties: "Edit cell(s) properties",
|
|
@@ -413,6 +461,7 @@ const w = {
|
|
|
413
461
|
editChapters: "Edit chapters",
|
|
414
462
|
editColor: "Edit color",
|
|
415
463
|
editControl: "Edit control",
|
|
464
|
+
editCustomButton: "Edit custom button",
|
|
416
465
|
editFolderCard: "Edit folder card",
|
|
417
466
|
editImage: "Edit image",
|
|
418
467
|
editLink: "Edit link",
|
|
@@ -428,6 +477,7 @@ const w = {
|
|
|
428
477
|
effectTextRevealHelpText: "Show or expand block of text. Applies only for overlay mode",
|
|
429
478
|
effectZoomHelpText: "Zoom in image in one of two different ways",
|
|
430
479
|
effects: "Effects",
|
|
480
|
+
elements: "Elements",
|
|
431
481
|
emphasis: "Emphasis",
|
|
432
482
|
emptyAccordion: "Empty accordion",
|
|
433
483
|
emptyAudio: "Empty audio",
|
|
@@ -440,6 +490,7 @@ const w = {
|
|
|
440
490
|
emptyTabGroup: "Empty tab group",
|
|
441
491
|
emptyTimeline: "Empty timeline",
|
|
442
492
|
emptyVideo: "Empty video",
|
|
493
|
+
enableAssetActions: "Enable asset actions",
|
|
443
494
|
enableCaption: "Enable caption",
|
|
444
495
|
enterPasswordToOpenFile: "Enter a password to open this file",
|
|
445
496
|
enterYourSiteUrlToConnect: "Enter your site URL to connect",
|
|
@@ -451,10 +502,12 @@ const w = {
|
|
|
451
502
|
estimatedReadingTime: "Estimated reading time:",
|
|
452
503
|
example: (e) => `Example: ${e}`,
|
|
453
504
|
executeACommand: "Execute a command",
|
|
505
|
+
executeWorkflow: "Execute workflow",
|
|
454
506
|
exitFullscreen: "Exit fullscreen",
|
|
455
507
|
expandAssetInFullScreen: "Expand asset in full screen",
|
|
456
508
|
expandButtonText: "Expand button text",
|
|
457
509
|
expandMenu: "Expand menu",
|
|
510
|
+
expandedFolders: "Expanded folders",
|
|
458
511
|
expo: "Expo",
|
|
459
512
|
export: "Export",
|
|
460
513
|
exportAsCsv: "Export as CSV",
|
|
@@ -472,6 +525,8 @@ const w = {
|
|
|
472
525
|
fill: "Fill",
|
|
473
526
|
fillContainer: "Fill container",
|
|
474
527
|
filter: "Filter",
|
|
528
|
+
filterButtonOpens: "Filter button opens",
|
|
529
|
+
filters: "Filters",
|
|
475
530
|
find: "Find",
|
|
476
531
|
findAndReplace: "Find and Replace",
|
|
477
532
|
findInSelection: "Find in selection",
|
|
@@ -487,6 +542,8 @@ const w = {
|
|
|
487
542
|
flipRight: "Flip right",
|
|
488
543
|
folder: "Folder",
|
|
489
544
|
folderCollection: "Folder/Collection",
|
|
545
|
+
folderHierarchy: "Folder hierarchy",
|
|
546
|
+
folderSettings: "Folder settings",
|
|
490
547
|
folders: "Folders",
|
|
491
548
|
font: "Font",
|
|
492
549
|
fontAwesome: "Font Awesome",
|
|
@@ -499,6 +556,7 @@ const w = {
|
|
|
499
556
|
fontSizes: "Font sizes",
|
|
500
557
|
fontWeight: "Font weight",
|
|
501
558
|
fonts: "Fonts",
|
|
559
|
+
formToOpen: "Form to open",
|
|
502
560
|
format: "Format",
|
|
503
561
|
formatDDMMYYYY: "DD-MM-YYYY",
|
|
504
562
|
formats: "Formats",
|
|
@@ -510,6 +568,7 @@ const w = {
|
|
|
510
568
|
galleryOfNSlides: (e) => `Gallery of ${e} slides`,
|
|
511
569
|
galleryPickerMissingSourceValidationMessage: (e) => `One or more items are missing a ${e.toLowerCase()} source. Please select a source for each item.`,
|
|
512
570
|
gap: "Gap",
|
|
571
|
+
gapBetweenSidePanels: "Gap between side panels",
|
|
513
572
|
general: "General",
|
|
514
573
|
generateResponse: "Generate response",
|
|
515
574
|
getLinkToThisAsset: "Get link to this asset",
|
|
@@ -517,6 +576,7 @@ const w = {
|
|
|
517
576
|
goToSlide: (e, t) => `Go to slide ${e} of ${t}`,
|
|
518
577
|
grid: "Grid",
|
|
519
578
|
groupBy: "Group by",
|
|
579
|
+
guttersWidth: "Gutters width",
|
|
520
580
|
header: "Header",
|
|
521
581
|
headerSourceField: "Header source field",
|
|
522
582
|
heading: (e) => `Heading ${e ?? ""}`.trim(),
|
|
@@ -530,6 +590,7 @@ const w = {
|
|
|
530
590
|
highlightBorderDescription: "Highlight border with color",
|
|
531
591
|
highlightColorOverlayDescription: "Overlay a semi-transparent layer of a specific color",
|
|
532
592
|
highlightDropShadowDescription: "Display a shadow of specific color and intensity",
|
|
593
|
+
highlightRepresentativeAsset: "Highlight representative asset",
|
|
533
594
|
highlightSiblingsFadeOutDescription: "Fade out all cards in gallery except the hovered one",
|
|
534
595
|
history: "History",
|
|
535
596
|
hollowBullet: "Hollow bullet",
|
|
@@ -538,6 +599,8 @@ const w = {
|
|
|
538
599
|
hugContent: "Hug content",
|
|
539
600
|
hugContentOnDesktopAndStretchesToFullWidthOnMobile: "Hug content on desktop and stretches to full width on mobile",
|
|
540
601
|
icon: "Icon",
|
|
602
|
+
iconAndLabel: "Icon and label",
|
|
603
|
+
iconOnly: "Icon only",
|
|
541
604
|
iconPicker: "Icon picker",
|
|
542
605
|
image: "Image",
|
|
543
606
|
imageContent: "Image content",
|
|
@@ -577,6 +640,7 @@ const w = {
|
|
|
577
640
|
itemOfTotal: (e, t) => `${e} of ${t}`.trim(),
|
|
578
641
|
itemRangeOfTotal: (e, t, o) => `${e} - ${t} of ${o}`.trim(),
|
|
579
642
|
itemsGap: "Items gap",
|
|
643
|
+
itemsPerPage: "Items per page",
|
|
580
644
|
jump: "Jump",
|
|
581
645
|
justify: "Justify",
|
|
582
646
|
justifyAlign: "Justify align",
|
|
@@ -584,6 +648,7 @@ const w = {
|
|
|
584
648
|
keepAspectRatio: "Keep aspect ratio",
|
|
585
649
|
label: "Label",
|
|
586
650
|
labelAndIconColor: "Label and icon color",
|
|
651
|
+
labelOnly: "Label only",
|
|
587
652
|
language: "Language",
|
|
588
653
|
large: "Large",
|
|
589
654
|
largeLabeled: "Large labeled",
|
|
@@ -592,7 +657,9 @@ const w = {
|
|
|
592
657
|
layout: "Layout",
|
|
593
658
|
left: "Left",
|
|
594
659
|
leftAlign: "Left align",
|
|
660
|
+
leftSidePanel: "Left side panel",
|
|
595
661
|
letterSpacing: "Letter spacing",
|
|
662
|
+
levelOfAccess: "Level of access",
|
|
596
663
|
lineAppearance: "Line appearance",
|
|
597
664
|
lineColor: "Line color",
|
|
598
665
|
lineHeight: "Line height",
|
|
@@ -639,6 +706,7 @@ const w = {
|
|
|
639
706
|
minWidth: "Min width",
|
|
640
707
|
minimize: "Minimize",
|
|
641
708
|
minute: "Minute",
|
|
709
|
+
mobile: "Mobile",
|
|
642
710
|
more: "More",
|
|
643
711
|
moreOptions: "More options",
|
|
644
712
|
moveBlockDown: "Move block down",
|
|
@@ -653,6 +721,7 @@ const w = {
|
|
|
653
721
|
navigationArrows: "Navigation arrows",
|
|
654
722
|
new: "New",
|
|
655
723
|
newBlock: "New block",
|
|
724
|
+
newCustomButton: "New custom button",
|
|
656
725
|
newVersionAvailable: (e) => `New version ${e} available`,
|
|
657
726
|
next: "Next",
|
|
658
727
|
nextOccurrence: "Next occurrence",
|
|
@@ -685,6 +754,7 @@ const w = {
|
|
|
685
754
|
none: "None",
|
|
686
755
|
notSelected: "Not selected",
|
|
687
756
|
numOptionsSelected: (e) => e === 0 ? "No options selected" : e === 1 ? "1 option selected" : `${e} options selected`,
|
|
757
|
+
numberOfRowsInGridMode: "Number of rows in grid mode",
|
|
688
758
|
numberedListStyle: "Numbered list style",
|
|
689
759
|
of: "of",
|
|
690
760
|
off: "Off",
|
|
@@ -704,6 +774,7 @@ const w = {
|
|
|
704
774
|
openAssociatedURL: "Open associated URL",
|
|
705
775
|
openDetailsPopupOnThisBookPage: "Open the details popup on this book page",
|
|
706
776
|
openDrive: "Open drive",
|
|
777
|
+
openForm: "Open form",
|
|
707
778
|
openInDrive: "Open in drive",
|
|
708
779
|
openInNewTab: "Open in new tab",
|
|
709
780
|
openLink: "Open link",
|
|
@@ -722,6 +793,7 @@ const w = {
|
|
|
722
793
|
paddingTop: "Padding Top",
|
|
723
794
|
paddings: "Paddings",
|
|
724
795
|
page: "Page",
|
|
796
|
+
pageTitle: "Page title",
|
|
725
797
|
pagination: "Pagination",
|
|
726
798
|
palette: "Palette",
|
|
727
799
|
panelTitle: "Panel title",
|
|
@@ -791,6 +863,7 @@ const w = {
|
|
|
791
863
|
redo: "Redo",
|
|
792
864
|
refresh: "Refresh",
|
|
793
865
|
relative: "Relative",
|
|
866
|
+
rememberCollapsedState: "Remember collapsed state",
|
|
794
867
|
remove: "Remove",
|
|
795
868
|
removeBlock: "Remove block",
|
|
796
869
|
removeFolder: (e) => e > 1 ? `Remove ${e} folders` : "Remove folder",
|
|
@@ -806,8 +879,13 @@ const w = {
|
|
|
806
879
|
resources: "Resources",
|
|
807
880
|
responsive: "Responsive",
|
|
808
881
|
responsiveHelpText: "Automatically adjust table on mobile devices",
|
|
882
|
+
restrictAssetByActiveTasks: "Asset must have user with active tasks",
|
|
883
|
+
restrictAssetByCreator: "Asset must be created by user",
|
|
884
|
+
restrictAssetByFollower: "Asset must be followed by user",
|
|
885
|
+
restrictAssetByParticipant: "Asset must have user in participants",
|
|
809
886
|
resume: "Resume",
|
|
810
887
|
resumeAll: "Resume all",
|
|
888
|
+
retainFiltersInContainers: "Retain filters in containers",
|
|
811
889
|
retry: "Retry",
|
|
812
890
|
retryAll: "Retry all",
|
|
813
891
|
ribbon: "Ribbon",
|
|
@@ -819,6 +897,7 @@ const w = {
|
|
|
819
897
|
richTextToolbarVideoPreviewHintResize: "Click on edge to enable video resizer",
|
|
820
898
|
right: "Right",
|
|
821
899
|
rightAlign: "Right align",
|
|
900
|
+
rightSidePanel: "Right side panel",
|
|
822
901
|
rocketMode: "Rocket mode",
|
|
823
902
|
rocketModeDefinition: "Download files faster. For better system/web performance turn this off.",
|
|
824
903
|
rotate: "Rotate",
|
|
@@ -841,10 +920,12 @@ const w = {
|
|
|
841
920
|
searchDownloads: "Search downloads",
|
|
842
921
|
searchFolders: "Search folders",
|
|
843
922
|
searchOptions: "Search options",
|
|
923
|
+
searchPlaceholder: "Search placeholder",
|
|
844
924
|
searching: "Searching...",
|
|
845
925
|
second: "Second",
|
|
846
926
|
secondary: "Secondary",
|
|
847
927
|
sectionBackground: "Section background",
|
|
928
|
+
securityPoint: "Security Point",
|
|
848
929
|
seeThru: "See-thru",
|
|
849
930
|
selectAColor: "Select a color",
|
|
850
931
|
selectAColorFromTheScreen: "Select a color from the screen",
|
|
@@ -862,6 +943,7 @@ const w = {
|
|
|
862
943
|
shareAsset: "Share asset",
|
|
863
944
|
show: "Show",
|
|
864
945
|
showAll: "Show all",
|
|
946
|
+
showAllAssets: "Show all assets",
|
|
865
947
|
showAllResources: "Show all resources",
|
|
866
948
|
showAnchorIcon: "Show anchor icon",
|
|
867
949
|
showAssetInLibrary: "Show asset in library",
|
|
@@ -869,13 +951,16 @@ const w = {
|
|
|
869
951
|
showCodes: "Show codes",
|
|
870
952
|
showControls: "Show controls",
|
|
871
953
|
showDownloadIconsNextToEachFont: "Show download icons next to each font",
|
|
954
|
+
showLeftSidePanel: "Show left side panel",
|
|
872
955
|
showLess: "Show less",
|
|
873
956
|
showMore: "Show more",
|
|
874
957
|
showPassword: "Show password",
|
|
875
958
|
showPeekSlides: "Show peek slides",
|
|
876
959
|
showPeekSlidesHelpText: "Display side previews of neighboring slides",
|
|
877
960
|
showResetButton: "Show reset button",
|
|
961
|
+
showRightSidePanel: "Show right side panel",
|
|
878
962
|
siblingsFadeOut: "Siblings fade-out",
|
|
963
|
+
sidePanels: "Side panels",
|
|
879
964
|
siteSearch: "Site search",
|
|
880
965
|
size: "Size",
|
|
881
966
|
slide: "Slide",
|
|
@@ -892,6 +977,7 @@ const w = {
|
|
|
892
977
|
solid: "Solid",
|
|
893
978
|
solidBullet: "Solid bullet",
|
|
894
979
|
sort: "Sort",
|
|
980
|
+
sortDropdown: "Sort dropdown",
|
|
895
981
|
source: "Source",
|
|
896
982
|
space: "Space",
|
|
897
983
|
spaceDefault: "Space default",
|
|
@@ -946,6 +1032,7 @@ const w = {
|
|
|
946
1032
|
textures: "Textures",
|
|
947
1033
|
thickness: "Thickness",
|
|
948
1034
|
thisAsset: "This asset",
|
|
1035
|
+
thisFieldIsRequired: "This field is required",
|
|
949
1036
|
thousandsSeparator: "Thousands Separator",
|
|
950
1037
|
thumbnail: "Thumbnail",
|
|
951
1038
|
thumbnailFormat: "Thumbnail format",
|
|
@@ -964,10 +1051,13 @@ const w = {
|
|
|
964
1051
|
toggleHeaderColumn: "Toggle header column",
|
|
965
1052
|
toggleHeaderRow: "Toggle header row",
|
|
966
1053
|
tooManyFiles: "Only one file can be uploaded at a time. Please try again.",
|
|
1054
|
+
toolbar: "Toolbar",
|
|
967
1055
|
tools: "Tools",
|
|
1056
|
+
tooltip: "Tooltip",
|
|
968
1057
|
top: "Top",
|
|
969
1058
|
topCenter: "Top center",
|
|
970
1059
|
topLeft: "Top left",
|
|
1060
|
+
topPagination: "Top pagination",
|
|
971
1061
|
topRight: "Top right",
|
|
972
1062
|
total: "Total",
|
|
973
1063
|
trackingParameters: "Tracking parameters",
|
|
@@ -978,6 +1068,7 @@ const w = {
|
|
|
978
1068
|
translation: "Translation",
|
|
979
1069
|
trim: "Trim",
|
|
980
1070
|
tuneDisabled: "Select some texts to apply the effect",
|
|
1071
|
+
turnOnSeeThru: "Turn on See-thru",
|
|
981
1072
|
txtOnly: "Only text files are allowed",
|
|
982
1073
|
type: "Type",
|
|
983
1074
|
typeAMessage: "Type a message...",
|
|
@@ -988,6 +1079,7 @@ const w = {
|
|
|
988
1079
|
underline: "Underline",
|
|
989
1080
|
undo: "Undo",
|
|
990
1081
|
unfavorite: "Unfavorite",
|
|
1082
|
+
uniqueIdentifier: "Unique identifier",
|
|
991
1083
|
unit: "Unit",
|
|
992
1084
|
unlimitedDownloadRate: "Unlimited download rate",
|
|
993
1085
|
unlimitedUploadRate: "Unlimited upload rate",
|
|
@@ -1024,9 +1116,12 @@ const w = {
|
|
|
1024
1116
|
viewAndSort: "view & sort",
|
|
1025
1117
|
viewInAR: "View in AR",
|
|
1026
1118
|
viewLogs: "View logs",
|
|
1119
|
+
viewOptions: "View options",
|
|
1027
1120
|
viewPageDetails: "View page details",
|
|
1121
|
+
viewSwitcher: "View switcher",
|
|
1028
1122
|
virtualFolder: "Virtual folder",
|
|
1029
1123
|
virtualFolderHelpText: "Sync slides with assets in the specified directory",
|
|
1124
|
+
visibility: "Visibility",
|
|
1030
1125
|
voice: "Voice",
|
|
1031
1126
|
voiceHelpText: (e, t) => t ? "does not support any formatting. All formatting will be removed upon previewing or rendering audio" : `does not support: ${e.join(", ")}. These formatting will be removed upon previewing or rendering audio`,
|
|
1032
1127
|
voiceSavedError: "An error occurred while saving the voice",
|
|
@@ -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.DDj5y9px.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.DDj5y9px.js";
|
|
5
5
|
import { w as g } from "./watch.CThbualB.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";
|