@orangelogic/design-system 2.117.0 → 2.119.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 +35403 -32971
- 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 +194 -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 +101 -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/chatbot/chatbot.d.ts +1 -1
- 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
|
@@ -13,6 +13,7 @@ export interface Translation extends DefaultTranslation {
|
|
|
13
13
|
action: string;
|
|
14
14
|
actionOnClick: string;
|
|
15
15
|
actions: string;
|
|
16
|
+
activateRightClickActionMenu: string;
|
|
16
17
|
activeBackground: string;
|
|
17
18
|
activeBorder: string;
|
|
18
19
|
activeColor: string;
|
|
@@ -23,6 +24,7 @@ export interface Translation extends DefaultTranslation {
|
|
|
23
24
|
add: string;
|
|
24
25
|
addAssetCard: string;
|
|
25
26
|
addBlock: string;
|
|
27
|
+
addButton: string;
|
|
26
28
|
addCard: string;
|
|
27
29
|
addChapter: string;
|
|
28
30
|
addColor: string;
|
|
@@ -43,6 +45,7 @@ export interface Translation extends DefaultTranslation {
|
|
|
43
45
|
addUrl: string;
|
|
44
46
|
additionalFields: string;
|
|
45
47
|
additionalFieldsHelpText: string;
|
|
48
|
+
additionalFilters: string;
|
|
46
49
|
adjustSizeToHugTheContent: string;
|
|
47
50
|
advanced: string;
|
|
48
51
|
advancedEasingHelpText: string;
|
|
@@ -59,11 +62,14 @@ export interface Translation extends DefaultTranslation {
|
|
|
59
62
|
allOther: string;
|
|
60
63
|
allPinnedAssetsWillBeVisibleHere: string;
|
|
61
64
|
allViewedAssetsWillBeVisibleHere: string;
|
|
65
|
+
allowAssetSelection: string;
|
|
62
66
|
allowDownloads: string;
|
|
63
67
|
allowDownloadsDisabledTooltip: string;
|
|
64
68
|
altText: string;
|
|
65
69
|
alternativeText: string;
|
|
66
70
|
always: string;
|
|
71
|
+
alwaysShowFavoriteFolder: string;
|
|
72
|
+
alwaysShowPersonalFolder: string;
|
|
67
73
|
analytics: string;
|
|
68
74
|
anchor: string;
|
|
69
75
|
anchorId: string;
|
|
@@ -76,6 +82,7 @@ export interface Translation extends DefaultTranslation {
|
|
|
76
82
|
appliedFilters: string;
|
|
77
83
|
apply: string;
|
|
78
84
|
applyFilters: string;
|
|
85
|
+
applyToPanels: string;
|
|
79
86
|
areaCode: string;
|
|
80
87
|
ariaLabel: string;
|
|
81
88
|
arrows: string;
|
|
@@ -86,7 +93,11 @@ export interface Translation extends DefaultTranslation {
|
|
|
86
93
|
assetFormat: string;
|
|
87
94
|
assetInColdStorage: string;
|
|
88
95
|
assetIndexSync: string;
|
|
96
|
+
assetOptions: string;
|
|
89
97
|
assetPreview: string;
|
|
98
|
+
assetRestrictions: string;
|
|
99
|
+
assetStatuses: string;
|
|
100
|
+
assetTypes: string;
|
|
90
101
|
assets: string;
|
|
91
102
|
audio: string;
|
|
92
103
|
audioFile: string;
|
|
@@ -101,6 +112,9 @@ export interface Translation extends DefaultTranslation {
|
|
|
101
112
|
automatic: string;
|
|
102
113
|
autoplay: string;
|
|
103
114
|
autoplayHelpText: string;
|
|
115
|
+
availablePanels: string;
|
|
116
|
+
availableSortOrders: string;
|
|
117
|
+
availableViews: string;
|
|
104
118
|
back: string;
|
|
105
119
|
background: string;
|
|
106
120
|
backgroundColor: string;
|
|
@@ -120,10 +134,13 @@ export interface Translation extends DefaultTranslation {
|
|
|
120
134
|
bottom: string;
|
|
121
135
|
bottomCenter: string;
|
|
122
136
|
bottomLeft: string;
|
|
137
|
+
bottomPagination: string;
|
|
123
138
|
bottomRight: string;
|
|
124
139
|
boxShadow: string;
|
|
140
|
+
breadcrumbs: string;
|
|
125
141
|
browse: string;
|
|
126
142
|
browser: string;
|
|
143
|
+
browserSidePanel: string;
|
|
127
144
|
bulletList: string;
|
|
128
145
|
bulletListStyle: string;
|
|
129
146
|
button: string;
|
|
@@ -138,6 +155,22 @@ export interface Translation extends DefaultTranslation {
|
|
|
138
155
|
cancelAll: string;
|
|
139
156
|
canceled: string;
|
|
140
157
|
capacity: string;
|
|
158
|
+
capacityAdjustHours: string;
|
|
159
|
+
capacityAdjustHoursHint: string;
|
|
160
|
+
capacityCopied: (count: number) => string;
|
|
161
|
+
capacityCopyWeeks: string;
|
|
162
|
+
capacityCopyWeeksHint: string;
|
|
163
|
+
capacityEditMode: string;
|
|
164
|
+
capacityFillHandleLabel: string;
|
|
165
|
+
capacityFillHandleTitle: string;
|
|
166
|
+
capacityPasted: string;
|
|
167
|
+
capacityPerWeekNoOvertime: (hours: number) => string;
|
|
168
|
+
capacityPlannedAllocation: string;
|
|
169
|
+
capacityReadOnly: string;
|
|
170
|
+
capacityTip: string;
|
|
171
|
+
capacityWeek: string;
|
|
172
|
+
capacityWeekRangeLabel: string;
|
|
173
|
+
capacityWeekRowLabel: (label: string, week: number) => string;
|
|
141
174
|
card: string;
|
|
142
175
|
cardContent: string;
|
|
143
176
|
cardType: string;
|
|
@@ -185,6 +218,8 @@ export interface Translation extends DefaultTranslation {
|
|
|
185
218
|
codeSample: string;
|
|
186
219
|
collapseButtonText: string;
|
|
187
220
|
collapseMenu: string;
|
|
221
|
+
collapsedByDefault: string;
|
|
222
|
+
collapsible: string;
|
|
188
223
|
collections: string;
|
|
189
224
|
color: string;
|
|
190
225
|
colorNameWillAppearInSwatch: string;
|
|
@@ -197,6 +232,7 @@ export interface Translation extends DefaultTranslation {
|
|
|
197
232
|
compact: string;
|
|
198
233
|
config: string;
|
|
199
234
|
configure: string;
|
|
235
|
+
configureWorkflow: string;
|
|
200
236
|
confirm: string;
|
|
201
237
|
confirmWantCancel: string;
|
|
202
238
|
confirmWantClose: string;
|
|
@@ -215,6 +251,8 @@ export interface Translation extends DefaultTranslation {
|
|
|
215
251
|
copied: string;
|
|
216
252
|
copy: string;
|
|
217
253
|
createANewPalette: string;
|
|
254
|
+
createNew: string;
|
|
255
|
+
createRecord: string;
|
|
218
256
|
createTransition: string;
|
|
219
257
|
crop: string;
|
|
220
258
|
cubic: string;
|
|
@@ -227,8 +265,10 @@ export interface Translation extends DefaultTranslation {
|
|
|
227
265
|
customShadowAndBorderRadius: string;
|
|
228
266
|
customShadowAndBorderRadiusHelpText: string;
|
|
229
267
|
customStyle: string;
|
|
268
|
+
customToolbarButtons: string;
|
|
230
269
|
customWidth: string;
|
|
231
270
|
cut: string;
|
|
271
|
+
damLibrary: string;
|
|
232
272
|
damViewNoAvailableOptionsForThisAsset: string;
|
|
233
273
|
darkImageFormat: string;
|
|
234
274
|
darkModeImage: string;
|
|
@@ -245,14 +285,21 @@ export interface Translation extends DefaultTranslation {
|
|
|
245
285
|
decreaseFontSize: string;
|
|
246
286
|
default: string;
|
|
247
287
|
defaultDownloadLocation: string;
|
|
288
|
+
defaultFolders: string;
|
|
289
|
+
defaultOptions: string;
|
|
290
|
+
defaultPanel: string;
|
|
291
|
+
defaultSortOrder: string;
|
|
248
292
|
defaultView: string;
|
|
293
|
+
defaultWidth: string;
|
|
249
294
|
definition: string;
|
|
250
295
|
delete: string;
|
|
251
296
|
deleteColumn: string;
|
|
252
297
|
deleteRow: string;
|
|
253
298
|
deleteTable: string;
|
|
299
|
+
deployStacks: string;
|
|
254
300
|
descending: string;
|
|
255
301
|
description: string;
|
|
302
|
+
desktopAndTablet: string;
|
|
256
303
|
detachTemplate: string;
|
|
257
304
|
detailed: string;
|
|
258
305
|
details: string;
|
|
@@ -296,6 +343,7 @@ export interface Translation extends DefaultTranslation {
|
|
|
296
343
|
easing: string;
|
|
297
344
|
edit: string;
|
|
298
345
|
editAssetCard: string;
|
|
346
|
+
editButton: string;
|
|
299
347
|
editCard: string;
|
|
300
348
|
editCellProperties: string;
|
|
301
349
|
editCellsProperties: string;
|
|
@@ -303,6 +351,7 @@ export interface Translation extends DefaultTranslation {
|
|
|
303
351
|
editChapters: string;
|
|
304
352
|
editColor: string;
|
|
305
353
|
editControl: string;
|
|
354
|
+
editCustomButton: string;
|
|
306
355
|
editFolderCard: string;
|
|
307
356
|
editImage: string;
|
|
308
357
|
editLink: string;
|
|
@@ -318,6 +367,7 @@ export interface Translation extends DefaultTranslation {
|
|
|
318
367
|
effectTextRevealHelpText: string;
|
|
319
368
|
effectZoomHelpText: string;
|
|
320
369
|
effects: string;
|
|
370
|
+
elements: string;
|
|
321
371
|
emphasis: string;
|
|
322
372
|
emptyAccordion: string;
|
|
323
373
|
emptyAudio: string;
|
|
@@ -330,6 +380,7 @@ export interface Translation extends DefaultTranslation {
|
|
|
330
380
|
emptyTabGroup: string;
|
|
331
381
|
emptyTimeline: string;
|
|
332
382
|
emptyVideo: string;
|
|
383
|
+
enableAssetActions: string;
|
|
333
384
|
enableCaption: string;
|
|
334
385
|
enterPasswordToOpenFile: string;
|
|
335
386
|
enterYourSiteUrlToConnect: string;
|
|
@@ -341,10 +392,12 @@ export interface Translation extends DefaultTranslation {
|
|
|
341
392
|
estimatedReadingTime: string;
|
|
342
393
|
example: (example: string) => string;
|
|
343
394
|
executeACommand: string;
|
|
395
|
+
executeWorkflow: string;
|
|
344
396
|
exitFullscreen: string;
|
|
345
397
|
expandAssetInFullScreen: string;
|
|
346
398
|
expandButtonText: string;
|
|
347
399
|
expandMenu: string;
|
|
400
|
+
expandedFolders: string;
|
|
348
401
|
expo: string;
|
|
349
402
|
export: string;
|
|
350
403
|
exportAsCsv: string;
|
|
@@ -362,6 +415,8 @@ export interface Translation extends DefaultTranslation {
|
|
|
362
415
|
fill: string;
|
|
363
416
|
fillContainer: string;
|
|
364
417
|
filter: string;
|
|
418
|
+
filterButtonOpens: string;
|
|
419
|
+
filters: string;
|
|
365
420
|
find: string;
|
|
366
421
|
findAndReplace: string;
|
|
367
422
|
findInSelection: string;
|
|
@@ -377,6 +432,8 @@ export interface Translation extends DefaultTranslation {
|
|
|
377
432
|
flipRight: string;
|
|
378
433
|
folder: string;
|
|
379
434
|
folderCollection: string;
|
|
435
|
+
folderHierarchy: string;
|
|
436
|
+
folderSettings: string;
|
|
380
437
|
folders: string;
|
|
381
438
|
font: string;
|
|
382
439
|
fontAwesome: string;
|
|
@@ -389,6 +446,7 @@ export interface Translation extends DefaultTranslation {
|
|
|
389
446
|
fontSizes: string;
|
|
390
447
|
fontWeight: string;
|
|
391
448
|
fonts: string;
|
|
449
|
+
formToOpen: string;
|
|
392
450
|
format: string;
|
|
393
451
|
formatDDMMYYYY: string;
|
|
394
452
|
formats: string;
|
|
@@ -400,6 +458,7 @@ export interface Translation extends DefaultTranslation {
|
|
|
400
458
|
galleryOfNSlides: (count: number) => string;
|
|
401
459
|
galleryPickerMissingSourceValidationMessage: (item: GalleryItemCardType) => string;
|
|
402
460
|
gap: string;
|
|
461
|
+
gapBetweenSidePanels: string;
|
|
403
462
|
general: string;
|
|
404
463
|
generateResponse: string;
|
|
405
464
|
getLinkToThisAsset: string;
|
|
@@ -407,6 +466,7 @@ export interface Translation extends DefaultTranslation {
|
|
|
407
466
|
goToSlide: (slide: number, count: number) => string;
|
|
408
467
|
grid: string;
|
|
409
468
|
groupBy: string;
|
|
469
|
+
guttersWidth: string;
|
|
410
470
|
header: string;
|
|
411
471
|
headerSourceField: string;
|
|
412
472
|
heading: (num?: number) => string;
|
|
@@ -420,6 +480,7 @@ export interface Translation extends DefaultTranslation {
|
|
|
420
480
|
highlightBorderDescription: string;
|
|
421
481
|
highlightColorOverlayDescription: string;
|
|
422
482
|
highlightDropShadowDescription: string;
|
|
483
|
+
highlightRepresentativeAsset: string;
|
|
423
484
|
highlightSiblingsFadeOutDescription: string;
|
|
424
485
|
history: string;
|
|
425
486
|
hollowBullet: string;
|
|
@@ -428,6 +489,8 @@ export interface Translation extends DefaultTranslation {
|
|
|
428
489
|
hugContent: string;
|
|
429
490
|
hugContentOnDesktopAndStretchesToFullWidthOnMobile: string;
|
|
430
491
|
icon: string;
|
|
492
|
+
iconAndLabel: string;
|
|
493
|
+
iconOnly: string;
|
|
431
494
|
iconPicker: string;
|
|
432
495
|
image: string;
|
|
433
496
|
imageContent: string;
|
|
@@ -467,6 +530,7 @@ export interface Translation extends DefaultTranslation {
|
|
|
467
530
|
itemOfTotal: (curr: number | string, total: number) => string;
|
|
468
531
|
itemRangeOfTotal: (start: number | string, end: number | string, total: number) => string;
|
|
469
532
|
itemsGap: string;
|
|
533
|
+
itemsPerPage: string;
|
|
470
534
|
jump: string;
|
|
471
535
|
justify: string;
|
|
472
536
|
justifyAlign: string;
|
|
@@ -474,6 +538,7 @@ export interface Translation extends DefaultTranslation {
|
|
|
474
538
|
keepAspectRatio: string;
|
|
475
539
|
label: string;
|
|
476
540
|
labelAndIconColor: string;
|
|
541
|
+
labelOnly: string;
|
|
477
542
|
language: string;
|
|
478
543
|
large: string;
|
|
479
544
|
largeLabeled: string;
|
|
@@ -482,7 +547,9 @@ export interface Translation extends DefaultTranslation {
|
|
|
482
547
|
layout: string;
|
|
483
548
|
left: string;
|
|
484
549
|
leftAlign: string;
|
|
550
|
+
leftSidePanel: string;
|
|
485
551
|
letterSpacing: string;
|
|
552
|
+
levelOfAccess: string;
|
|
486
553
|
lineAppearance: string;
|
|
487
554
|
lineColor: string;
|
|
488
555
|
lineHeight: string;
|
|
@@ -529,6 +596,7 @@ export interface Translation extends DefaultTranslation {
|
|
|
529
596
|
minWidth: string;
|
|
530
597
|
minimize: string;
|
|
531
598
|
minute: string;
|
|
599
|
+
mobile: string;
|
|
532
600
|
more: string;
|
|
533
601
|
moreOptions: string;
|
|
534
602
|
moveBlockDown: string;
|
|
@@ -543,6 +611,7 @@ export interface Translation extends DefaultTranslation {
|
|
|
543
611
|
navigationArrows: string;
|
|
544
612
|
new: string;
|
|
545
613
|
newBlock: string;
|
|
614
|
+
newCustomButton: string;
|
|
546
615
|
newVersionAvailable: (version: string) => string;
|
|
547
616
|
next: string;
|
|
548
617
|
nextOccurrence: string;
|
|
@@ -567,6 +636,7 @@ export interface Translation extends DefaultTranslation {
|
|
|
567
636
|
none: string;
|
|
568
637
|
notSelected: string;
|
|
569
638
|
numOptionsSelected: (num: number) => string;
|
|
639
|
+
numberOfRowsInGridMode: string;
|
|
570
640
|
numberedListStyle: string;
|
|
571
641
|
of: string;
|
|
572
642
|
off: string;
|
|
@@ -586,6 +656,7 @@ export interface Translation extends DefaultTranslation {
|
|
|
586
656
|
openAssociatedURL: string;
|
|
587
657
|
openDetailsPopupOnThisBookPage: string;
|
|
588
658
|
openDrive: string;
|
|
659
|
+
openForm: string;
|
|
589
660
|
openInDrive: string;
|
|
590
661
|
openInNewTab: string;
|
|
591
662
|
openLink: string;
|
|
@@ -604,6 +675,7 @@ export interface Translation extends DefaultTranslation {
|
|
|
604
675
|
paddingTop: string;
|
|
605
676
|
paddings: string;
|
|
606
677
|
page: string;
|
|
678
|
+
pageTitle: string;
|
|
607
679
|
pagination: string;
|
|
608
680
|
palette: string;
|
|
609
681
|
panelTitle: string;
|
|
@@ -673,6 +745,7 @@ export interface Translation extends DefaultTranslation {
|
|
|
673
745
|
redo: string;
|
|
674
746
|
refresh: string;
|
|
675
747
|
relative: string;
|
|
748
|
+
rememberCollapsedState: string;
|
|
676
749
|
remove: string;
|
|
677
750
|
removeBlock: string;
|
|
678
751
|
removeFolder: (num: number) => string;
|
|
@@ -688,8 +761,13 @@ export interface Translation extends DefaultTranslation {
|
|
|
688
761
|
resources: string;
|
|
689
762
|
responsive: string;
|
|
690
763
|
responsiveHelpText: string;
|
|
764
|
+
restrictAssetByActiveTasks: string;
|
|
765
|
+
restrictAssetByCreator: string;
|
|
766
|
+
restrictAssetByFollower: string;
|
|
767
|
+
restrictAssetByParticipant: string;
|
|
691
768
|
resume: string;
|
|
692
769
|
resumeAll: string;
|
|
770
|
+
retainFiltersInContainers: string;
|
|
693
771
|
retry: string;
|
|
694
772
|
retryAll: string;
|
|
695
773
|
ribbon: string;
|
|
@@ -701,6 +779,7 @@ export interface Translation extends DefaultTranslation {
|
|
|
701
779
|
richTextToolbarVideoPreviewHintResize: string;
|
|
702
780
|
right: string;
|
|
703
781
|
rightAlign: string;
|
|
782
|
+
rightSidePanel: string;
|
|
704
783
|
rocketMode: string;
|
|
705
784
|
rocketModeDefinition: string;
|
|
706
785
|
rotate: string;
|
|
@@ -723,10 +802,12 @@ export interface Translation extends DefaultTranslation {
|
|
|
723
802
|
searchDownloads: string;
|
|
724
803
|
searchFolders: string;
|
|
725
804
|
searchOptions: string;
|
|
805
|
+
searchPlaceholder: string;
|
|
726
806
|
searching: string;
|
|
727
807
|
second: string;
|
|
728
808
|
secondary: string;
|
|
729
809
|
sectionBackground: string;
|
|
810
|
+
securityPoint: string;
|
|
730
811
|
seeThru: string;
|
|
731
812
|
selectAColor: string;
|
|
732
813
|
selectAColorFromTheScreen: string;
|
|
@@ -744,6 +825,7 @@ export interface Translation extends DefaultTranslation {
|
|
|
744
825
|
shareAsset: string;
|
|
745
826
|
show: string;
|
|
746
827
|
showAll: string;
|
|
828
|
+
showAllAssets: string;
|
|
747
829
|
showAllResources: string;
|
|
748
830
|
showAnchorIcon: string;
|
|
749
831
|
showAssetInLibrary: string;
|
|
@@ -751,13 +833,16 @@ export interface Translation extends DefaultTranslation {
|
|
|
751
833
|
showCodes: string;
|
|
752
834
|
showControls: string;
|
|
753
835
|
showDownloadIconsNextToEachFont: string;
|
|
836
|
+
showLeftSidePanel: string;
|
|
754
837
|
showLess: string;
|
|
755
838
|
showMore: string;
|
|
756
839
|
showPassword: string;
|
|
757
840
|
showPeekSlides: string;
|
|
758
841
|
showPeekSlidesHelpText: string;
|
|
759
842
|
showResetButton: string;
|
|
843
|
+
showRightSidePanel: string;
|
|
760
844
|
siblingsFadeOut: string;
|
|
845
|
+
sidePanels: string;
|
|
761
846
|
siteSearch: string;
|
|
762
847
|
size: string;
|
|
763
848
|
slide: string;
|
|
@@ -774,6 +859,7 @@ export interface Translation extends DefaultTranslation {
|
|
|
774
859
|
solid: string;
|
|
775
860
|
solidBullet: string;
|
|
776
861
|
sort: string;
|
|
862
|
+
sortDropdown: string;
|
|
777
863
|
source: string;
|
|
778
864
|
space: string;
|
|
779
865
|
spaceDefault: string;
|
|
@@ -828,6 +914,7 @@ export interface Translation extends DefaultTranslation {
|
|
|
828
914
|
textures: string;
|
|
829
915
|
thickness: string;
|
|
830
916
|
thisAsset: string;
|
|
917
|
+
thisFieldIsRequired: string;
|
|
831
918
|
thousandsSeparator: string;
|
|
832
919
|
thumbnail: string;
|
|
833
920
|
thumbnailFormat: string;
|
|
@@ -846,10 +933,13 @@ export interface Translation extends DefaultTranslation {
|
|
|
846
933
|
toggleHeaderColumn: string;
|
|
847
934
|
toggleHeaderRow: string;
|
|
848
935
|
tooManyFiles: string;
|
|
936
|
+
toolbar: string;
|
|
849
937
|
tools: string;
|
|
938
|
+
tooltip: string;
|
|
850
939
|
top: string;
|
|
851
940
|
topCenter: string;
|
|
852
941
|
topLeft: string;
|
|
942
|
+
topPagination: string;
|
|
853
943
|
topRight: string;
|
|
854
944
|
total: string;
|
|
855
945
|
trackingParameters: string;
|
|
@@ -860,6 +950,7 @@ export interface Translation extends DefaultTranslation {
|
|
|
860
950
|
translation: string;
|
|
861
951
|
trim: string;
|
|
862
952
|
tuneDisabled: string;
|
|
953
|
+
turnOnSeeThru: string;
|
|
863
954
|
txtOnly: string;
|
|
864
955
|
type: string;
|
|
865
956
|
typeAMessage: string;
|
|
@@ -870,6 +961,7 @@ export interface Translation extends DefaultTranslation {
|
|
|
870
961
|
underline: string;
|
|
871
962
|
undo: string;
|
|
872
963
|
unfavorite: string;
|
|
964
|
+
uniqueIdentifier: string;
|
|
873
965
|
unit: string;
|
|
874
966
|
unlimitedDownloadRate: string;
|
|
875
967
|
unlimitedUploadRate: string;
|
|
@@ -906,9 +998,12 @@ export interface Translation extends DefaultTranslation {
|
|
|
906
998
|
viewAndSort: string;
|
|
907
999
|
viewInAR: string;
|
|
908
1000
|
viewLogs: string;
|
|
1001
|
+
viewOptions: string;
|
|
909
1002
|
viewPageDetails: string;
|
|
1003
|
+
viewSwitcher: string;
|
|
910
1004
|
virtualFolder: string;
|
|
911
1005
|
virtualFolderHelpText: string;
|
|
1006
|
+
visibility: string;
|
|
912
1007
|
voice: string;
|
|
913
1008
|
voiceHelpText: (tags: string[], all?: boolean) => string;
|
|
914
1009
|
voiceSavedError: string;
|
|
@@ -1,2 +1,10 @@
|
|
|
1
1
|
/** Ensures a number stays within a minimum and maximum value */
|
|
2
2
|
export declare function clamp(value: number, min: number, max: number): number;
|
|
3
|
+
/**
|
|
4
|
+
* Largest-remainder (Hamilton) integer quantizer. Floors every value, then
|
|
5
|
+
* distributes the `round(target) − Σfloors` leftover units (one each) to the
|
|
6
|
+
* entries with the largest fractional remainders. Deterministic tie-break:
|
|
7
|
+
* larger original value first, then lower index. The returned integers always
|
|
8
|
+
* sum to exactly `Math.round(target)`.
|
|
9
|
+
*/
|
|
10
|
+
export declare function quantizeLargestRemainder(values: number[], target: number): number[];
|
|
@@ -0,0 +1,9 @@
|
|
|
1
|
+
/**
|
|
2
|
+
* ISO-8601 week number (1–53) for a `yyyy-mm-dd` week-start date, via the
|
|
3
|
+
* standard Thursday rule: the ISO week of a date is the week containing the
|
|
4
|
+
* Thursday of that date's week, and ISO week 1 is the week containing the first
|
|
5
|
+
* Thursday of the year. This correctly resolves year-boundary weeks (e.g.
|
|
6
|
+
* 2026-12-28 → week 53, 2027-01-04 → week 1). Computed entirely in UTC so it is
|
|
7
|
+
* independent of the host timezone. Returns `0` for an unparseable date.
|
|
8
|
+
*/
|
|
9
|
+
export declare function isoWeekNumber(weekStartISO: string): number;
|