@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.
Files changed (48) hide show
  1. package/dist/ai.cjs +82 -82
  2. package/dist/ai.js +1939 -2016
  3. package/dist/compat.module-b324511a.cjs +1 -0
  4. package/dist/compat.module-f95af47d.js +557 -0
  5. package/dist/{index-DCAC0mJe-82998fcb.cjs → index-D7mHzfx0-52769d88.cjs} +1 -1
  6. package/dist/{index-DCAC0mJe-142baf5c.js → index-D7mHzfx0-e61bcbf5.js} +30 -1
  7. package/dist/index.cjs +736 -717
  8. package/dist/index.js +20428 -26908
  9. package/dist/packages/sdk-ui-preact/src/preact-compat.d.ts +17 -0
  10. package/dist/packages/sdk-ui-preact/src/preact-jsx-runtime.d.ts +1 -0
  11. package/dist/preact/compat.cjs +1 -0
  12. package/dist/preact/compat.d.ts +3 -0
  13. package/dist/preact/compat.js +100 -0
  14. package/dist/preact/jsx-runtime.cjs +1 -0
  15. package/dist/preact/jsx-runtime.d.ts +1 -0
  16. package/dist/preact/jsx-runtime.js +85 -0
  17. package/dist/preact.module-8d1bbc3f.cjs +1 -0
  18. package/dist/preact.module-d1297d7b.js +355 -0
  19. package/dist/translations/de-de.cjs +1 -1
  20. package/dist/translations/de-de.js +31 -2
  21. package/dist/translations/en-us.cjs +1 -1
  22. package/dist/translations/en-us.js +1 -1
  23. package/dist/translations/es-ar.cjs +1 -1
  24. package/dist/translations/es-ar.js +31 -2
  25. package/dist/translations/es-es.cjs +1 -1
  26. package/dist/translations/es-es.js +31 -2
  27. package/dist/translations/fr-fr.cjs +1 -1
  28. package/dist/translations/fr-fr.js +31 -2
  29. package/dist/translations/it-it.cjs +1 -1
  30. package/dist/translations/it-it.js +31 -2
  31. package/dist/translations/ja-jp.cjs +1 -1
  32. package/dist/translations/ja-jp.js +31 -2
  33. package/dist/translations/ko-kr.cjs +1 -1
  34. package/dist/translations/ko-kr.js +31 -2
  35. package/dist/translations/nl-nl.cjs +1 -1
  36. package/dist/translations/nl-nl.js +31 -2
  37. package/dist/translations/pt-br.cjs +1 -1
  38. package/dist/translations/pt-br.js +31 -2
  39. package/dist/translations/ru-ru.cjs +1 -1
  40. package/dist/translations/ru-ru.js +31 -2
  41. package/dist/translations/tr-tr.cjs +1 -1
  42. package/dist/translations/tr-tr.js +31 -2
  43. package/dist/translations/zh-cn.cjs +1 -1
  44. package/dist/translations/zh-cn.js +31 -2
  45. package/dist/use-hover-mptQLQ4S-fa13b5dc.cjs +910 -0
  46. package/dist/{quota-notification-CVl0isIV-f248786a.js → use-hover-mptQLQ4S-feb781c7.js} +42249 -35648
  47. package/package.json +21 -3
  48. 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",