@sisense/sdk-ui-preact 2.23.0 → 2.25.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/dist/ai.cjs +82 -82
- package/dist/ai.js +1939 -2016
- package/dist/compat.module-b324511a.cjs +1 -0
- package/dist/compat.module-f95af47d.js +557 -0
- package/dist/{index-DCAC0mJe-82998fcb.cjs → index-D7mHzfx0-52769d88.cjs} +1 -1
- package/dist/{index-DCAC0mJe-142baf5c.js → index-D7mHzfx0-e61bcbf5.js} +30 -1
- package/dist/index.cjs +736 -717
- package/dist/index.js +20428 -26908
- package/dist/packages/sdk-ui-preact/src/preact-compat.d.ts +17 -0
- package/dist/packages/sdk-ui-preact/src/preact-jsx-runtime.d.ts +1 -0
- package/dist/preact/compat.cjs +1 -0
- package/dist/preact/compat.d.ts +3 -0
- package/dist/preact/compat.js +100 -0
- package/dist/preact/jsx-runtime.cjs +1 -0
- package/dist/preact/jsx-runtime.d.ts +1 -0
- package/dist/preact/jsx-runtime.js +85 -0
- package/dist/preact.module-8d1bbc3f.cjs +1 -0
- package/dist/preact.module-d1297d7b.js +355 -0
- package/dist/translations/de-de.cjs +1 -1
- package/dist/translations/de-de.js +31 -2
- package/dist/translations/en-us.cjs +1 -1
- package/dist/translations/en-us.js +1 -1
- package/dist/translations/es-ar.cjs +1 -1
- package/dist/translations/es-ar.js +31 -2
- package/dist/translations/es-es.cjs +1 -1
- package/dist/translations/es-es.js +31 -2
- package/dist/translations/fr-fr.cjs +1 -1
- package/dist/translations/fr-fr.js +31 -2
- package/dist/translations/it-it.cjs +1 -1
- package/dist/translations/it-it.js +31 -2
- package/dist/translations/ja-jp.cjs +1 -1
- package/dist/translations/ja-jp.js +31 -2
- package/dist/translations/ko-kr.cjs +1 -1
- package/dist/translations/ko-kr.js +31 -2
- package/dist/translations/nl-nl.cjs +1 -1
- package/dist/translations/nl-nl.js +31 -2
- package/dist/translations/pt-br.cjs +1 -1
- package/dist/translations/pt-br.js +31 -2
- package/dist/translations/ru-ru.cjs +1 -1
- package/dist/translations/ru-ru.js +31 -2
- package/dist/translations/tr-tr.cjs +1 -1
- package/dist/translations/tr-tr.js +31 -2
- package/dist/translations/zh-cn.cjs +1 -1
- package/dist/translations/zh-cn.js +31 -2
- package/dist/use-hover-mptQLQ4S-fa13b5dc.cjs +910 -0
- package/dist/{quota-notification-CVl0isIV-f248786a.js → use-hover-mptQLQ4S-feb781c7.js} +42249 -35648
- package/package.json +21 -3
- package/dist/quota-notification-CVl0isIV-71961d61.cjs +0 -902
|
@@ -219,7 +219,9 @@ const e = {
|
|
|
219
219
|
menu: {
|
|
220
220
|
deleteWidget: "Delete Widget",
|
|
221
221
|
renameWidget: "Rename Widget",
|
|
222
|
-
distributeEqualWidth: "Distribute equally in this row"
|
|
222
|
+
distributeEqualWidth: "Distribute equally in this row",
|
|
223
|
+
download: "Download",
|
|
224
|
+
csvFile: "CSV File"
|
|
223
225
|
}
|
|
224
226
|
},
|
|
225
227
|
customWidgets: {
|
|
@@ -403,8 +405,35 @@ const e = {
|
|
|
403
405
|
unlock: "Unlock",
|
|
404
406
|
lockGroup: "Lock Group",
|
|
405
407
|
unlockGroup: "Unlock Group"
|
|
408
|
+
},
|
|
409
|
+
toggleSwitch: "Enable/disable filter"
|
|
410
|
+
},
|
|
411
|
+
chart: {
|
|
412
|
+
indicator: {
|
|
413
|
+
label: "Indicator chart"
|
|
414
|
+
},
|
|
415
|
+
visualization: {
|
|
416
|
+
label: "Data visualization"
|
|
417
|
+
},
|
|
418
|
+
pivotTable: {
|
|
419
|
+
label: "Pivot table"
|
|
420
|
+
},
|
|
421
|
+
table: {
|
|
422
|
+
label: "Data table"
|
|
406
423
|
}
|
|
407
424
|
},
|
|
425
|
+
loadingOverlay: {
|
|
426
|
+
label: "Loading content"
|
|
427
|
+
},
|
|
428
|
+
queryDefinition: {
|
|
429
|
+
showMorePills: "Show {{count}} more",
|
|
430
|
+
showLess: "Show less",
|
|
431
|
+
connectorBy: "by",
|
|
432
|
+
connectorWhere: "where",
|
|
433
|
+
tooltipType: "Type",
|
|
434
|
+
tooltipColumn: "Column",
|
|
435
|
+
tooltipFormula: "Formula"
|
|
436
|
+
},
|
|
408
437
|
measures: {
|
|
409
438
|
countShort: "# of {{level}}",
|
|
410
439
|
countDistinct: "Count Unique",
|