@gooddata/sdk-ui-ext 10.18.0-alpha.9 → 10.18.0-beta.1

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 (132) hide show
  1. package/NOTICE +3 -3
  2. package/esm/index.d.ts +10 -2
  3. package/esm/index.d.ts.map +1 -1
  4. package/esm/index.js +9 -2
  5. package/esm/index.js.map +1 -1
  6. package/esm/internal/translations/de-DE.json +25 -1
  7. package/esm/internal/translations/en-AU.json +25 -1
  8. package/esm/internal/translations/en-GB.json +25 -1
  9. package/esm/internal/translations/en-US.json +16 -1
  10. package/esm/internal/translations/es-419.json +25 -1
  11. package/esm/internal/translations/es-ES.json +25 -1
  12. package/esm/internal/translations/fi-FI.json +25 -1
  13. package/esm/internal/translations/fr-CA.json +25 -1
  14. package/esm/internal/translations/fr-FR.json +25 -1
  15. package/esm/internal/translations/it-IT.json +25 -1
  16. package/esm/internal/translations/ja-JP.json +25 -1
  17. package/esm/internal/translations/nl-NL.json +25 -1
  18. package/esm/internal/translations/pt-BR.json +25 -1
  19. package/esm/internal/translations/pt-PT.json +25 -1
  20. package/esm/internal/translations/zh-HK.json +25 -1
  21. package/esm/internal/translations/zh-Hans.json +25 -1
  22. package/esm/internal/translations/zh-Hant.json +25 -1
  23. package/esm/notificationsPanel/@staging/OrganizationContext/OrganizationContext.d.ts +12 -0
  24. package/esm/notificationsPanel/@staging/OrganizationContext/OrganizationContext.d.ts.map +1 -1
  25. package/esm/notificationsPanel/@staging/OrganizationContext/OrganizationContext.js +10 -1
  26. package/esm/notificationsPanel/@staging/OrganizationContext/OrganizationContext.js.map +1 -1
  27. package/esm/notificationsPanel/@staging/OrganizationContext/useFetchOrganization.d.ts +6 -4
  28. package/esm/notificationsPanel/@staging/OrganizationContext/useFetchOrganization.d.ts.map +1 -1
  29. package/esm/notificationsPanel/@staging/OrganizationContext/useFetchOrganization.js +1 -1
  30. package/esm/notificationsPanel/@staging/OrganizationContext/useFetchOrganization.js.map +1 -1
  31. package/esm/notificationsPanel/Notification/AlertNotification.d.ts +2 -2
  32. package/esm/notificationsPanel/Notification/AlertNotification.d.ts.map +1 -1
  33. package/esm/notificationsPanel/Notification/AlertNotification.js +40 -12
  34. package/esm/notificationsPanel/Notification/AlertNotification.js.map +1 -1
  35. package/esm/notificationsPanel/Notification/DefaultNotification.d.ts +17 -4
  36. package/esm/notificationsPanel/Notification/DefaultNotification.d.ts.map +1 -1
  37. package/esm/notificationsPanel/Notification/DefaultNotification.js +6 -4
  38. package/esm/notificationsPanel/Notification/DefaultNotification.js.map +1 -1
  39. package/esm/notificationsPanel/NotificationFiltersDetail/NotificationFiltersDetail.js +1 -1
  40. package/esm/notificationsPanel/NotificationFiltersDetail/NotificationFiltersDetail.js.map +1 -1
  41. package/esm/notificationsPanel/NotificationFiltersDetail/NotificationFiltersDetailDialog.js +2 -2
  42. package/esm/notificationsPanel/NotificationFiltersDetail/NotificationFiltersDetailDialog.js.map +1 -1
  43. package/esm/notificationsPanel/NotificationTriggersDetail/NotificationTriggersDetail.d.ts +4 -1
  44. package/esm/notificationsPanel/NotificationTriggersDetail/NotificationTriggersDetail.d.ts.map +1 -1
  45. package/esm/notificationsPanel/NotificationTriggersDetail/NotificationTriggersDetail.js +9 -5
  46. package/esm/notificationsPanel/NotificationTriggersDetail/NotificationTriggersDetail.js.map +1 -1
  47. package/esm/notificationsPanel/NotificationTriggersDetail/NotificationTriggersDetailDialog.d.ts +4 -1
  48. package/esm/notificationsPanel/NotificationTriggersDetail/NotificationTriggersDetailDialog.d.ts.map +1 -1
  49. package/esm/notificationsPanel/NotificationTriggersDetail/NotificationTriggersDetailDialog.js +1 -1
  50. package/esm/notificationsPanel/NotificationTriggersDetail/NotificationTriggersDetailDialog.js.map +1 -1
  51. package/esm/notificationsPanel/NotificationsList/DefaultNotificationsList.d.ts +66 -4
  52. package/esm/notificationsPanel/NotificationsList/DefaultNotificationsList.d.ts.map +1 -1
  53. package/esm/notificationsPanel/NotificationsList/DefaultNotificationsList.js +16 -15
  54. package/esm/notificationsPanel/NotificationsList/DefaultNotificationsList.js.map +1 -1
  55. package/esm/notificationsPanel/NotificationsList/DefaultNotificationsListEmptyState.d.ts +9 -2
  56. package/esm/notificationsPanel/NotificationsList/DefaultNotificationsListEmptyState.d.ts.map +1 -1
  57. package/esm/notificationsPanel/NotificationsList/DefaultNotificationsListEmptyState.js +4 -2
  58. package/esm/notificationsPanel/NotificationsList/DefaultNotificationsListEmptyState.js.map +1 -1
  59. package/esm/notificationsPanel/NotificationsList/DefaultNotificationsListErrorState.d.ts +9 -2
  60. package/esm/notificationsPanel/NotificationsList/DefaultNotificationsListErrorState.d.ts.map +1 -1
  61. package/esm/notificationsPanel/NotificationsList/DefaultNotificationsListErrorState.js +4 -2
  62. package/esm/notificationsPanel/NotificationsList/DefaultNotificationsListErrorState.js.map +1 -1
  63. package/esm/notificationsPanel/NotificationsList/DefaultSkeletonItem.d.ts +19 -0
  64. package/esm/notificationsPanel/NotificationsList/DefaultSkeletonItem.d.ts.map +1 -0
  65. package/esm/notificationsPanel/NotificationsList/DefaultSkeletonItem.js +9 -0
  66. package/esm/notificationsPanel/NotificationsList/DefaultSkeletonItem.js.map +1 -0
  67. package/esm/notificationsPanel/NotificationsPanel/DefaultNotificationsPanel.d.ts +95 -5
  68. package/esm/notificationsPanel/NotificationsPanel/DefaultNotificationsPanel.d.ts.map +1 -1
  69. package/esm/notificationsPanel/NotificationsPanel/DefaultNotificationsPanel.js +7 -5
  70. package/esm/notificationsPanel/NotificationsPanel/DefaultNotificationsPanel.js.map +1 -1
  71. package/esm/notificationsPanel/NotificationsPanel/{DefaultOpenNotificationsPanelButton.d.ts → DefaultNotificationsPanelButton.d.ts} +8 -6
  72. package/esm/notificationsPanel/NotificationsPanel/DefaultNotificationsPanelButton.d.ts.map +1 -0
  73. package/esm/notificationsPanel/NotificationsPanel/{DefaultOpenNotificationsPanelButton.js → DefaultNotificationsPanelButton.js} +7 -5
  74. package/esm/notificationsPanel/NotificationsPanel/DefaultNotificationsPanelButton.js.map +1 -0
  75. package/esm/notificationsPanel/NotificationsPanel/DefaultNotificationsPanelHeader.d.ts +8 -4
  76. package/esm/notificationsPanel/NotificationsPanel/DefaultNotificationsPanelHeader.d.ts.map +1 -1
  77. package/esm/notificationsPanel/NotificationsPanel/DefaultNotificationsPanelHeader.js +6 -4
  78. package/esm/notificationsPanel/NotificationsPanel/DefaultNotificationsPanelHeader.js.map +1 -1
  79. package/esm/notificationsPanel/NotificationsPanel/NotificationsPanel.d.ts +75 -11
  80. package/esm/notificationsPanel/NotificationsPanel/NotificationsPanel.d.ts.map +1 -1
  81. package/esm/notificationsPanel/NotificationsPanel/NotificationsPanel.js +23 -11
  82. package/esm/notificationsPanel/NotificationsPanel/NotificationsPanel.js.map +1 -1
  83. package/esm/notificationsPanel/bem.d.ts +5 -0
  84. package/esm/notificationsPanel/bem.d.ts.map +1 -1
  85. package/esm/notificationsPanel/bem.js +6 -1
  86. package/esm/notificationsPanel/bem.js.map +1 -1
  87. package/esm/notificationsPanel/components/Popup.d.ts +9 -0
  88. package/esm/notificationsPanel/components/Popup.d.ts.map +1 -0
  89. package/esm/notificationsPanel/components/Popup.js +15 -0
  90. package/esm/notificationsPanel/components/Popup.js.map +1 -0
  91. package/esm/notificationsPanel/data/NotificationsContext.d.ts +16 -1
  92. package/esm/notificationsPanel/data/NotificationsContext.d.ts.map +1 -1
  93. package/esm/notificationsPanel/data/NotificationsContext.js +9 -3
  94. package/esm/notificationsPanel/data/NotificationsContext.js.map +1 -1
  95. package/esm/notificationsPanel/data/useFetchNotifications.d.ts +11 -8
  96. package/esm/notificationsPanel/data/useFetchNotifications.d.ts.map +1 -1
  97. package/esm/notificationsPanel/data/useFetchNotifications.js +18 -7
  98. package/esm/notificationsPanel/data/useFetchNotifications.js.map +1 -1
  99. package/esm/notificationsPanel/data/useNotificationFiltersDetail.d.ts +1 -0
  100. package/esm/notificationsPanel/data/useNotificationFiltersDetail.d.ts.map +1 -1
  101. package/esm/notificationsPanel/data/useNotificationFiltersDetail.js +34 -17
  102. package/esm/notificationsPanel/data/useNotificationFiltersDetail.js.map +1 -1
  103. package/esm/notificationsPanel/data/useNotifications.d.ts +24 -4
  104. package/esm/notificationsPanel/data/useNotifications.d.ts.map +1 -1
  105. package/esm/notificationsPanel/data/useNotifications.js +15 -10
  106. package/esm/notificationsPanel/data/useNotifications.js.map +1 -1
  107. package/esm/notificationsPanel/types.d.ts +3 -1
  108. package/esm/notificationsPanel/types.d.ts.map +1 -1
  109. package/esm/notificationsPanel/types.js +1 -1
  110. package/esm/notificationsPanel/types.js.map +1 -1
  111. package/esm/sdk-ui-ext.d.ts +349 -52
  112. package/package.json +17 -18
  113. package/src/notificationsPanel/Notification/DefaultNotification.scss +28 -5
  114. package/src/notificationsPanel/NotificationsList/DefaultNotificationsList.scss +3 -0
  115. package/src/notificationsPanel/NotificationsPanel/DefaultNotificationsPanel.scss +8 -4
  116. package/src/notificationsPanel/NotificationsPanel/{DefaultOpenNotificationsPanelButton.scss → DefaultNotificationsPanelButton.scss} +2 -2
  117. package/src/notificationsPanel/NotificationsPanel/DefaultNotificationsPanelHeader.scss +8 -3
  118. package/src/notificationsPanel/notificationPanel.scss +9 -4
  119. package/styles/css/main.css +987 -51
  120. package/styles/css/main.css.map +1 -1
  121. package/esm/notificationsPanel/NotificationsPanel/DefaultOpenNotificationsPanelButton.d.ts.map +0 -1
  122. package/esm/notificationsPanel/NotificationsPanel/DefaultOpenNotificationsPanelButton.js.map +0 -1
  123. package/esm/notificationsPanel/components/Skeleton.d.ts +0 -8
  124. package/esm/notificationsPanel/components/Skeleton.d.ts.map +0 -1
  125. package/esm/notificationsPanel/components/Skeleton.js +0 -11
  126. package/esm/notificationsPanel/components/Skeleton.js.map +0 -1
  127. package/esm/notificationsPanel/components/VirtualList.d.ts +0 -15
  128. package/esm/notificationsPanel/components/VirtualList.d.ts.map +0 -1
  129. package/esm/notificationsPanel/components/VirtualList.js +0 -77
  130. package/esm/notificationsPanel/components/VirtualList.js.map +0 -1
  131. package/src/notificationsPanel/components/Skeleton.scss +0 -25
  132. package/src/notificationsPanel/components/VirtualList.scss +0 -26
package/NOTICE CHANGED
@@ -7,9 +7,9 @@
7
7
 
8
8
  The following 3rd-party software packages may be used by or distributed with gooddata-ui-sdk. Any information relevant to third-party vendors listed below are collected using common, reasonable means.
9
9
 
10
- Date generated: 2024-12-12
10
+ Date generated: 2025-1-9
11
11
 
12
- Revision ID: 7858990a3c705864b91bd44591aa99013da8e51b
12
+ Revision ID: 24c3ac7c4e965114944bef9abaa18a0519f94f78
13
13
 
14
14
  ================================================================================
15
15
  ================================================================================
@@ -72660,4 +72660,4 @@ POSSIBILITY OF SUCH DAMAGE.
72660
72660
  --------------------------------------------------------------------------------
72661
72661
  --------------------------------------------------------------------------------
72662
72662
 
72663
- Report Generated by FOSSA on 2024-12-12
72663
+ Report Generated by FOSSA on 2025-1-9
package/esm/index.d.ts CHANGED
@@ -34,15 +34,23 @@ export declare function getInsightVisualizationMeta(insight: IInsightDefinition,
34
34
  export * from "./internal/components/dialogs/userManagementDialogs/index.js";
35
35
  export * from "./internal/components/attributeHierarchies/index.js";
36
36
  export * from "./internal/components/pluggableVisualizations/alerts.js";
37
- export { DefaultOpenNotificationsPanelButton } from "./notificationsPanel/NotificationsPanel/DefaultOpenNotificationsPanelButton.js";
38
37
  export { NotificationsPanel } from "./notificationsPanel/NotificationsPanel/NotificationsPanel.js";
39
38
  export type { INotificationsPanelProps, INotificationsPanelCustomComponentsProps, } from "./notificationsPanel/NotificationsPanel/NotificationsPanel.js";
39
+ export { DefaultNotificationsPanel } from "./notificationsPanel/NotificationsPanel/DefaultNotificationsPanel.js";
40
40
  export type { INotificationsPanelComponentProps } from "./notificationsPanel/NotificationsPanel/DefaultNotificationsPanel.js";
41
- export type { IOpenNotificationsPanelButtonComponentProps } from "./notificationsPanel/NotificationsPanel/DefaultOpenNotificationsPanelButton.js";
41
+ export { DefaultNotificationsPanelButton } from "./notificationsPanel/NotificationsPanel/DefaultNotificationsPanelButton.js";
42
+ export type { INotificationsPanelButtonComponentProps } from "./notificationsPanel/NotificationsPanel/DefaultNotificationsPanelButton.js";
43
+ export { DefaultNotificationsPanelHeader } from "./notificationsPanel/NotificationsPanel/DefaultNotificationsPanelHeader.js";
42
44
  export type { INotificationsPanelHeaderComponentProps } from "./notificationsPanel/NotificationsPanel/DefaultNotificationsPanelHeader.js";
45
+ export { DefaultNotificationsList } from "./notificationsPanel/NotificationsList/DefaultNotificationsList.js";
43
46
  export type { INotificationsListComponentProps } from "./notificationsPanel/NotificationsList/DefaultNotificationsList.js";
47
+ export { DefaultNotificationsListEmptyState } from "./notificationsPanel/NotificationsList/DefaultNotificationsListEmptyState.js";
44
48
  export type { INotificationsListEmptyStateComponentProps } from "./notificationsPanel/NotificationsList/DefaultNotificationsListEmptyState.js";
49
+ export { DefaultNotificationsListErrorState } from "./notificationsPanel/NotificationsList/DefaultNotificationsListErrorState.js";
45
50
  export type { INotificationsListErrorStateComponentProps } from "./notificationsPanel/NotificationsList/DefaultNotificationsListErrorState.js";
51
+ export { DefaultNotification } from "./notificationsPanel/Notification/DefaultNotification.js";
46
52
  export type { INotificationComponentProps } from "./notificationsPanel/Notification/DefaultNotification.js";
53
+ export { DefaultNotificationSkeletonItem } from "./notificationsPanel/NotificationsList/DefaultSkeletonItem.js";
54
+ export type { INotificationSkeletonItemComponentProps } from "./notificationsPanel/NotificationsList/DefaultSkeletonItem.js";
47
55
  export type { INotificationsPanelView } from "./notificationsPanel/types.js";
48
56
  //# sourceMappingURL=index.d.ts.map
@@ -1 +1 @@
1
- {"version":3,"file":"index.d.ts","sourceRoot":"","sources":["../src/index.ts"],"names":[],"mappings":"AACA;;;;;;;;;;GAUG;AAEH,OAAO,EAAE,QAAQ,EAAE,kBAAkB,EAAE,SAAS,EAAE,MAAM,qBAAqB,CAAC;AAC9E,OAAO,EAAE,WAAW,EAAE,MAAM,kBAAkB,CAAC;AAC/C,YAAY,EAAE,4BAA4B,EAAE,MAAM,yBAAyB,CAAC;AAC5E,OAAO,EAGH,oBAAoB,EACpB,sBAAsB,EACtB,kBAAkB,EACrB,MAAM,qBAAqB,CAAC;AAE7B,OAAO,EAAE,sBAAsB,EAAE,MAAM,wBAAwB,CAAC;AAChE,cAAc,wBAAwB,CAAC;AAGvC,YAAY,EACR,oBAAoB,EACpB,sBAAsB,EACtB,6BAA6B,EAC7B,kBAAkB,EAClB,SAAS,EACT,gBAAgB,EAChB,sBAAsB,EACtB,iBAAiB,EACjB,UAAU,EACV,+BAA+B,EAC/B,wBAAwB,GAC3B,MAAM,qBAAqB,CAAC;AAC7B,OAAO,EACH,qBAAqB,EACrB,qBAAqB,EACrB,qBAAqB,EACrB,UAAU,EACV,gBAAgB,EAChB,gCAAgC,EAChC,+BAA+B,EAC/B,sCAAsC,EACtC,gCAAgC,EAChC,uCAAuC,EACvC,oCAAoC,EACpC,4BAA4B,EAC5B,mCAAmC,EACnC,iCAAiC,EACjC,kCAAkC,EAClC,sCAAsC,EACtC,+CAA+C,EAC/C,mDAAmD,EACnD,yCAAyC,EACzC,uBAAuB,EACvB,kBAAkB,GACrB,MAAM,qBAAqB,CAAC;AAE7B,YAAY,EAAE,UAAU,EAAE,IAAI,EAAE,MAAM,kCAAkC,CAAC;AACzE,OAAO,EAAE,iBAAiB,EAAE,MAAM,kCAAkC,CAAC;AAGrE;;GAEG;AACH,wBAAgB,kBAAkB,CAAC,OAAO,EAAE,kBAAkB,EAAE,QAAQ,EAAE,SAAS,GAAG,sBAAsB,CAE3G;AAED;;GAEG;AACH,wBAAgB,8BAA8B,CAC1C,OAAO,EAAE,QAAQ,EACjB,UAAU,EAAE,WAAW,EACvB,eAAe,EAAE,oBAAoB,EACrC,0BAA0B,EAAE,OAAO,EACnC,4CAA4C,EAAE,OAAO,GACtD,QAAQ,CAUV;AAED;;GAEG;AACH,wBAAgB,2BAA2B,CACvC,OAAO,EAAE,kBAAkB,EAC3B,QAAQ,CAAC,EAAE,SAAS,GACrB,kBAAkB,CAEpB;AAED,cAAc,8DAA8D,CAAC;AAE7E,cAAc,qDAAqD,CAAC;AAEpE,cAAc,yDAAyD,CAAC;AAExE,OAAO,EAAE,mCAAmC,EAAE,MAAM,gFAAgF,CAAC;AACrI,OAAO,EAAE,kBAAkB,EAAE,MAAM,+DAA+D,CAAC;AACnG,YAAY,EACR,wBAAwB,EACxB,wCAAwC,GAC3C,MAAM,+DAA+D,CAAC;AACvE,YAAY,EAAE,iCAAiC,EAAE,MAAM,sEAAsE,CAAC;AAC9H,YAAY,EAAE,2CAA2C,EAAE,MAAM,gFAAgF,CAAC;AAClJ,YAAY,EAAE,uCAAuC,EAAE,MAAM,4EAA4E,CAAC;AAC1I,YAAY,EAAE,gCAAgC,EAAE,MAAM,oEAAoE,CAAC;AAC3H,YAAY,EAAE,0CAA0C,EAAE,MAAM,8EAA8E,CAAC;AAC/I,YAAY,EAAE,0CAA0C,EAAE,MAAM,8EAA8E,CAAC;AAC/I,YAAY,EAAE,2BAA2B,EAAE,MAAM,0DAA0D,CAAC;AAC5G,YAAY,EAAE,uBAAuB,EAAE,MAAM,+BAA+B,CAAC"}
1
+ {"version":3,"file":"index.d.ts","sourceRoot":"","sources":["../src/index.ts"],"names":[],"mappings":"AACA;;;;;;;;;;GAUG;AAEH,OAAO,EAAE,QAAQ,EAAE,kBAAkB,EAAE,SAAS,EAAE,MAAM,qBAAqB,CAAC;AAC9E,OAAO,EAAE,WAAW,EAAE,MAAM,kBAAkB,CAAC;AAC/C,YAAY,EAAE,4BAA4B,EAAE,MAAM,yBAAyB,CAAC;AAC5E,OAAO,EAGH,oBAAoB,EACpB,sBAAsB,EACtB,kBAAkB,EACrB,MAAM,qBAAqB,CAAC;AAE7B,OAAO,EAAE,sBAAsB,EAAE,MAAM,wBAAwB,CAAC;AAChE,cAAc,wBAAwB,CAAC;AAGvC,YAAY,EACR,oBAAoB,EACpB,sBAAsB,EACtB,6BAA6B,EAC7B,kBAAkB,EAClB,SAAS,EACT,gBAAgB,EAChB,sBAAsB,EACtB,iBAAiB,EACjB,UAAU,EACV,+BAA+B,EAC/B,wBAAwB,GAC3B,MAAM,qBAAqB,CAAC;AAC7B,OAAO,EACH,qBAAqB,EACrB,qBAAqB,EACrB,qBAAqB,EACrB,UAAU,EACV,gBAAgB,EAChB,gCAAgC,EAChC,+BAA+B,EAC/B,sCAAsC,EACtC,gCAAgC,EAChC,uCAAuC,EACvC,oCAAoC,EACpC,4BAA4B,EAC5B,mCAAmC,EACnC,iCAAiC,EACjC,kCAAkC,EAClC,sCAAsC,EACtC,+CAA+C,EAC/C,mDAAmD,EACnD,yCAAyC,EACzC,uBAAuB,EACvB,kBAAkB,GACrB,MAAM,qBAAqB,CAAC;AAE7B,YAAY,EAAE,UAAU,EAAE,IAAI,EAAE,MAAM,kCAAkC,CAAC;AACzE,OAAO,EAAE,iBAAiB,EAAE,MAAM,kCAAkC,CAAC;AAGrE;;GAEG;AACH,wBAAgB,kBAAkB,CAAC,OAAO,EAAE,kBAAkB,EAAE,QAAQ,EAAE,SAAS,GAAG,sBAAsB,CAE3G;AAED;;GAEG;AACH,wBAAgB,8BAA8B,CAC1C,OAAO,EAAE,QAAQ,EACjB,UAAU,EAAE,WAAW,EACvB,eAAe,EAAE,oBAAoB,EACrC,0BAA0B,EAAE,OAAO,EACnC,4CAA4C,EAAE,OAAO,GACtD,QAAQ,CAUV;AAED;;GAEG;AACH,wBAAgB,2BAA2B,CACvC,OAAO,EAAE,kBAAkB,EAC3B,QAAQ,CAAC,EAAE,SAAS,GACrB,kBAAkB,CAEpB;AAED,cAAc,8DAA8D,CAAC;AAE7E,cAAc,qDAAqD,CAAC;AAEpE,cAAc,yDAAyD,CAAC;AAExE,OAAO,EAAE,kBAAkB,EAAE,MAAM,+DAA+D,CAAC;AACnG,YAAY,EACR,wBAAwB,EACxB,wCAAwC,GAC3C,MAAM,+DAA+D,CAAC;AACvE,OAAO,EAAE,yBAAyB,EAAE,MAAM,sEAAsE,CAAC;AACjH,YAAY,EAAE,iCAAiC,EAAE,MAAM,sEAAsE,CAAC;AAC9H,OAAO,EAAE,+BAA+B,EAAE,MAAM,4EAA4E,CAAC;AAC7H,YAAY,EAAE,uCAAuC,EAAE,MAAM,4EAA4E,CAAC;AAC1I,OAAO,EAAE,+BAA+B,EAAE,MAAM,4EAA4E,CAAC;AAC7H,YAAY,EAAE,uCAAuC,EAAE,MAAM,4EAA4E,CAAC;AAC1I,OAAO,EAAE,wBAAwB,EAAE,MAAM,oEAAoE,CAAC;AAC9G,YAAY,EAAE,gCAAgC,EAAE,MAAM,oEAAoE,CAAC;AAC3H,OAAO,EAAE,kCAAkC,EAAE,MAAM,8EAA8E,CAAC;AAClI,YAAY,EAAE,0CAA0C,EAAE,MAAM,8EAA8E,CAAC;AAC/I,OAAO,EAAE,kCAAkC,EAAE,MAAM,8EAA8E,CAAC;AAClI,YAAY,EAAE,0CAA0C,EAAE,MAAM,8EAA8E,CAAC;AAC/I,OAAO,EAAE,mBAAmB,EAAE,MAAM,0DAA0D,CAAC;AAC/F,YAAY,EAAE,2BAA2B,EAAE,MAAM,0DAA0D,CAAC;AAC5G,OAAO,EAAE,+BAA+B,EAAE,MAAM,+DAA+D,CAAC;AAChH,YAAY,EAAE,uCAAuC,EAAE,MAAM,+DAA+D,CAAC;AAC7H,YAAY,EAAE,uBAAuB,EAAE,MAAM,+BAA+B,CAAC"}
package/esm/index.js CHANGED
@@ -1,4 +1,4 @@
1
- // (C) 2007-2024 GoodData Corporation
1
+ // (C) 2007-2025 GoodData Corporation
2
2
  /**
3
3
  * This package contains various extensions on top of the stable components included in GoodData.UI.
4
4
  *
@@ -40,6 +40,13 @@ export function getInsightVisualizationMeta(insight, settings) {
40
40
  export * from "./internal/components/dialogs/userManagementDialogs/index.js";
41
41
  export * from "./internal/components/attributeHierarchies/index.js";
42
42
  export * from "./internal/components/pluggableVisualizations/alerts.js";
43
- export { DefaultOpenNotificationsPanelButton } from "./notificationsPanel/NotificationsPanel/DefaultOpenNotificationsPanelButton.js";
44
43
  export { NotificationsPanel } from "./notificationsPanel/NotificationsPanel/NotificationsPanel.js";
44
+ export { DefaultNotificationsPanel } from "./notificationsPanel/NotificationsPanel/DefaultNotificationsPanel.js";
45
+ export { DefaultNotificationsPanelButton } from "./notificationsPanel/NotificationsPanel/DefaultNotificationsPanelButton.js";
46
+ export { DefaultNotificationsPanelHeader } from "./notificationsPanel/NotificationsPanel/DefaultNotificationsPanelHeader.js";
47
+ export { DefaultNotificationsList } from "./notificationsPanel/NotificationsList/DefaultNotificationsList.js";
48
+ export { DefaultNotificationsListEmptyState } from "./notificationsPanel/NotificationsList/DefaultNotificationsListEmptyState.js";
49
+ export { DefaultNotificationsListErrorState } from "./notificationsPanel/NotificationsList/DefaultNotificationsListErrorState.js";
50
+ export { DefaultNotification } from "./notificationsPanel/Notification/DefaultNotification.js";
51
+ export { DefaultNotificationSkeletonItem } from "./notificationsPanel/NotificationsList/DefaultSkeletonItem.js";
45
52
  //# sourceMappingURL=index.js.map
package/esm/index.js.map CHANGED
@@ -1 +1 @@
1
- {"version":3,"file":"index.js","sourceRoot":"","sources":["../src/index.ts"],"names":[],"mappings":"AAAA,qCAAqC;AACrC;;;;;;;;;;GAUG;AAKH,OAAO,EACH,qBAAqB,EACrB,wBAAwB,GAI3B,MAAM,qBAAqB,CAAC;AAE7B,OAAO,EAAE,sBAAsB,EAAE,MAAM,wBAAwB,CAAC;AAChE,cAAc,wBAAwB,CAAC;AAgBvC,OAAO,EACH,qBAAqB,EACrB,qBAAqB,EACrB,qBAAqB,EACrB,UAAU,EACV,gBAAgB,EAChB,gCAAgC,EAChC,+BAA+B,EAC/B,sCAAsC,EACtC,gCAAgC,EAChC,uCAAuC,EACvC,oCAAoC,EACpC,4BAA4B,EAC5B,mCAAmC,EACnC,iCAAiC,EACjC,kCAAkC,EAClC,sCAAsC,EACtC,+CAA+C,EAC/C,mDAAmD,EACnD,yCAAyC,EACzC,uBAAuB,EACvB,kBAAkB,GACrB,MAAM,qBAAqB,CAAC;AAG7B,OAAO,EAAE,iBAAiB,EAAE,MAAM,kCAAkC,CAAC;AAErE,mHAAmH;AACnH;;GAEG;AACH,MAAM,UAAU,kBAAkB,CAAC,OAA2B,EAAE,QAAmB;IAC/E,OAAO,wBAAwB,CAAC,UAAU,CAAC,OAAO,CAAC,CAAC,WAAW,CAAC,OAAO,EAAE,qBAAqB,EAAE,QAAQ,CAAC,CAAC;AAC9G,CAAC;AAED;;GAEG;AACH,MAAM,UAAU,8BAA8B,CAC1C,OAAiB,EACjB,UAAuB,EACvB,eAAqC,EACrC,0BAAmC,EACnC,4CAAqD;IAErD,OAAO,wBAAwB,CAAC,UAAU,CAAC,OAAO,CAAC,CAAC,cAAc,CAC9D,OAAO,EACP;QACI,eAAe;QACf,KAAK,EAAE,UAAU;KACpB,EACD,0BAA0B,EAC1B,4CAA4C,CAC/C,CAAC;AACN,CAAC;AAED;;GAEG;AACH,MAAM,UAAU,2BAA2B,CACvC,OAA2B,EAC3B,QAAoB;IAEpB,OAAO,wBAAwB,CAAC,UAAU,CAAC,OAAO,CAAC,CAAC,OAAO,CAAC,QAAQ,CAAC,CAAC;AAC1E,CAAC;AAED,cAAc,8DAA8D,CAAC;AAE7E,cAAc,qDAAqD,CAAC;AAEpE,cAAc,yDAAyD,CAAC;AAExE,OAAO,EAAE,mCAAmC,EAAE,MAAM,gFAAgF,CAAC;AACrI,OAAO,EAAE,kBAAkB,EAAE,MAAM,+DAA+D,CAAC"}
1
+ {"version":3,"file":"index.js","sourceRoot":"","sources":["../src/index.ts"],"names":[],"mappings":"AAAA,qCAAqC;AACrC;;;;;;;;;;GAUG;AAKH,OAAO,EACH,qBAAqB,EACrB,wBAAwB,GAI3B,MAAM,qBAAqB,CAAC;AAE7B,OAAO,EAAE,sBAAsB,EAAE,MAAM,wBAAwB,CAAC;AAChE,cAAc,wBAAwB,CAAC;AAgBvC,OAAO,EACH,qBAAqB,EACrB,qBAAqB,EACrB,qBAAqB,EACrB,UAAU,EACV,gBAAgB,EAChB,gCAAgC,EAChC,+BAA+B,EAC/B,sCAAsC,EACtC,gCAAgC,EAChC,uCAAuC,EACvC,oCAAoC,EACpC,4BAA4B,EAC5B,mCAAmC,EACnC,iCAAiC,EACjC,kCAAkC,EAClC,sCAAsC,EACtC,+CAA+C,EAC/C,mDAAmD,EACnD,yCAAyC,EACzC,uBAAuB,EACvB,kBAAkB,GACrB,MAAM,qBAAqB,CAAC;AAG7B,OAAO,EAAE,iBAAiB,EAAE,MAAM,kCAAkC,CAAC;AAErE,mHAAmH;AACnH;;GAEG;AACH,MAAM,UAAU,kBAAkB,CAAC,OAA2B,EAAE,QAAmB;IAC/E,OAAO,wBAAwB,CAAC,UAAU,CAAC,OAAO,CAAC,CAAC,WAAW,CAAC,OAAO,EAAE,qBAAqB,EAAE,QAAQ,CAAC,CAAC;AAC9G,CAAC;AAED;;GAEG;AACH,MAAM,UAAU,8BAA8B,CAC1C,OAAiB,EACjB,UAAuB,EACvB,eAAqC,EACrC,0BAAmC,EACnC,4CAAqD;IAErD,OAAO,wBAAwB,CAAC,UAAU,CAAC,OAAO,CAAC,CAAC,cAAc,CAC9D,OAAO,EACP;QACI,eAAe;QACf,KAAK,EAAE,UAAU;KACpB,EACD,0BAA0B,EAC1B,4CAA4C,CAC/C,CAAC;AACN,CAAC;AAED;;GAEG;AACH,MAAM,UAAU,2BAA2B,CACvC,OAA2B,EAC3B,QAAoB;IAEpB,OAAO,wBAAwB,CAAC,UAAU,CAAC,OAAO,CAAC,CAAC,OAAO,CAAC,QAAQ,CAAC,CAAC;AAC1E,CAAC;AAED,cAAc,8DAA8D,CAAC;AAE7E,cAAc,qDAAqD,CAAC;AAEpE,cAAc,yDAAyD,CAAC;AAExE,OAAO,EAAE,kBAAkB,EAAE,MAAM,+DAA+D,CAAC;AAKnG,OAAO,EAAE,yBAAyB,EAAE,MAAM,sEAAsE,CAAC;AAEjH,OAAO,EAAE,+BAA+B,EAAE,MAAM,4EAA4E,CAAC;AAE7H,OAAO,EAAE,+BAA+B,EAAE,MAAM,4EAA4E,CAAC;AAE7H,OAAO,EAAE,wBAAwB,EAAE,MAAM,oEAAoE,CAAC;AAE9G,OAAO,EAAE,kCAAkC,EAAE,MAAM,8EAA8E,CAAC;AAElI,OAAO,EAAE,kCAAkC,EAAE,MAAM,8EAA8E,CAAC;AAElI,OAAO,EAAE,mBAAmB,EAAE,MAAM,0DAA0D,CAAC;AAE/F,OAAO,EAAE,+BAA+B,EAAE,MAAM,+DAA+D,CAAC"}
@@ -363,5 +363,29 @@
363
363
  "properties.interactions.alerts": "Warnung",
364
364
  "properties.interactions.alerts.tooltip": "Ermöglichen Sie Benutzern, Warnungen für diese Visualisierung auf Dashboards zu erstellen.",
365
365
  "properties.interactions.scheduledExports": "Geplante Exportvorgänge",
366
- "properties.interactions.scheduledExports.tooltip": "Ermöglichen Sie Benutzern, geplante Exporte für diese Visualisierung auf Dashboards zu erstellen."
366
+ "properties.interactions.scheduledExports.tooltip": "Ermöglichen Sie Benutzern, geplante Exporte für diese Visualisierung auf Dashboards zu erstellen.",
367
+ "properties.advanced.title": "Erweiterte Anpassungen",
368
+ "properties.advanced.chartConfigOverride.noValueLabel": "Noch keine Anpassungen.",
369
+ "properties.advanced.chartConfigOverride.link": "Weitere Informationen",
370
+ "properties.advanced.chartConfigOverride.editorButton": "Editor öffnen",
371
+ "properties.advanced.chartConfigOverride.title": "Erweiterte Anpassung",
372
+ "properties.advanced.chartConfigOverride.snippets.header": "Snippets",
373
+ "properties.advanced.chartConfigOverride.button.apply": "Übernehmen",
374
+ "properties.advanced.chartConfigOverride.button.cancel": "Abbrechen",
375
+ "gs.date.yesterday": "Gestern",
376
+ "notifications.panel.tab.unread": "Ungelesen ({count})",
377
+ "notifications.panel.tab.all": "Alle ",
378
+ "notifications.panel.markAllAsRead": "Alle als gelesen markieren",
379
+ "notifications.panel.error.loading": "Fehler beim Laden der Benachrichtigungen",
380
+ "notifications.panel.empty.all": "Keine Benachrichtigungen",
381
+ "notifications.panel.empty.unread": "Keine ungelesenen Benachrichtigungen",
382
+ "notifications.panel.unsupported.notification.type": "Nicht unterstützter Benachrichtigungstyp",
383
+ "notifications.panel.markAsRead": "Als gelesen markieren",
384
+ "notifications.filters.buttonLabel": "Filter anzeigen",
385
+ "notifications.filters.dialog.title": "Angewandte Filter",
386
+ "notifications.filters.dialog.dateRange": "Datumsbereich",
387
+ "notifications.panel.triggers.title": "für {triggeredCount}/{totalCount} Artikel",
388
+ "notifications.panel.triggers.dialog.newValue": "Neuer Wert",
389
+ "close": "Schließen",
390
+ "notifications.panel.triggers.dialog.title": "Ausgelöst durch"
367
391
  }
@@ -363,5 +363,29 @@
363
363
  "properties.interactions.alerts": "Alert",
364
364
  "properties.interactions.alerts.tooltip": "Enable users to create alerts for this visualisation on dashboards.",
365
365
  "properties.interactions.scheduledExports": "Scheduled exports",
366
- "properties.interactions.scheduledExports.tooltip": "Enable users to create scheduled exports for this visualisation on dashboards."
366
+ "properties.interactions.scheduledExports.tooltip": "Enable users to create scheduled exports for this visualisation on dashboards.",
367
+ "properties.advanced.title": "Advanced customisations",
368
+ "properties.advanced.chartConfigOverride.noValueLabel": "No customisations yet.",
369
+ "properties.advanced.chartConfigOverride.link": "Find out more",
370
+ "properties.advanced.chartConfigOverride.editorButton": "Open editor",
371
+ "properties.advanced.chartConfigOverride.title": "Advanced customisation",
372
+ "properties.advanced.chartConfigOverride.snippets.header": "Snippets",
373
+ "properties.advanced.chartConfigOverride.button.apply": "Apply",
374
+ "properties.advanced.chartConfigOverride.button.cancel": "Cancel",
375
+ "gs.date.yesterday": "Yesterday",
376
+ "notifications.panel.tab.unread": "Unread ({count})",
377
+ "notifications.panel.tab.all": "All",
378
+ "notifications.panel.markAllAsRead": "Mark all as read",
379
+ "notifications.panel.error.loading": "Error loading notifications",
380
+ "notifications.panel.empty.all": "No notifications",
381
+ "notifications.panel.empty.unread": "No unread notifications",
382
+ "notifications.panel.unsupported.notification.type": "Unsupported notification type",
383
+ "notifications.panel.markAsRead": "Mark as read",
384
+ "notifications.filters.buttonLabel": "Show filters",
385
+ "notifications.filters.dialog.title": "Applied filters",
386
+ "notifications.filters.dialog.dateRange": "Date Range",
387
+ "notifications.panel.triggers.title": "for {triggeredCount}/{totalCount} items",
388
+ "notifications.panel.triggers.dialog.newValue": "New value",
389
+ "close": "Close",
390
+ "notifications.panel.triggers.dialog.title": "Triggered for"
367
391
  }
@@ -363,5 +363,29 @@
363
363
  "properties.interactions.alerts": "Alert",
364
364
  "properties.interactions.alerts.tooltip": "Enable users to create alerts for this visualisation on dashboards.",
365
365
  "properties.interactions.scheduledExports": "Scheduled exports",
366
- "properties.interactions.scheduledExports.tooltip": "Enable users to create scheduled exports for this visualisation on dashboards."
366
+ "properties.interactions.scheduledExports.tooltip": "Enable users to create scheduled exports for this visualisation on dashboards.",
367
+ "properties.advanced.title": "Advanced customisations",
368
+ "properties.advanced.chartConfigOverride.noValueLabel": "No customisations yet.",
369
+ "properties.advanced.chartConfigOverride.link": "Find out more",
370
+ "properties.advanced.chartConfigOverride.editorButton": "Open editor",
371
+ "properties.advanced.chartConfigOverride.title": "Advanced customisation",
372
+ "properties.advanced.chartConfigOverride.snippets.header": "Snippets",
373
+ "properties.advanced.chartConfigOverride.button.apply": "Apply",
374
+ "properties.advanced.chartConfigOverride.button.cancel": "Cancel",
375
+ "gs.date.yesterday": "Yesterday",
376
+ "notifications.panel.tab.unread": "Unread ({count})",
377
+ "notifications.panel.tab.all": "All",
378
+ "notifications.panel.markAllAsRead": "Mark all as read",
379
+ "notifications.panel.error.loading": "Error loading notifications",
380
+ "notifications.panel.empty.all": "No notifications",
381
+ "notifications.panel.empty.unread": "No unread notifications",
382
+ "notifications.panel.unsupported.notification.type": "Unsupported notification type",
383
+ "notifications.panel.markAsRead": "Mark as read",
384
+ "notifications.filters.buttonLabel": "Show filters",
385
+ "notifications.filters.dialog.title": "Applied filters",
386
+ "notifications.filters.dialog.dateRange": "Date Range",
387
+ "notifications.panel.triggers.title": "for {triggeredCount}/{totalCount} items",
388
+ "notifications.panel.triggers.dialog.newValue": "New value",
389
+ "close": "Close",
390
+ "notifications.panel.triggers.dialog.title": "Triggered for"
367
391
  }
@@ -2054,7 +2054,7 @@
2054
2054
  "limit": 0
2055
2055
  },
2056
2056
  "notifications.filters.buttonLabel": {
2057
- "value": "{count} filters",
2057
+ "value": "Show filters",
2058
2058
  "comment": "",
2059
2059
  "limit": 0
2060
2060
  },
@@ -2087,5 +2087,20 @@
2087
2087
  "value": "Triggered for",
2088
2088
  "comment": "",
2089
2089
  "limit": 0
2090
+ },
2091
+ "notifications.panel.error.learnMore": {
2092
+ "value": "Learn more",
2093
+ "comment": "",
2094
+ "limit": 0
2095
+ },
2096
+ "notifications.panel.error.traceId": {
2097
+ "value": "Trace ID",
2098
+ "comment": "",
2099
+ "limit": 0
2100
+ },
2101
+ "notifications.panel.error.message": {
2102
+ "value": "The alert could not be processed.",
2103
+ "comment": "",
2104
+ "limit": 0
2090
2105
  }
2091
2106
  }
@@ -363,5 +363,29 @@
363
363
  "properties.interactions.alerts": "Alerta",
364
364
  "properties.interactions.alerts.tooltip": "Permitir a los usuarios crear alertas para esta visualización en los paneles de control.",
365
365
  "properties.interactions.scheduledExports": "Exportaciones programadas",
366
- "properties.interactions.scheduledExports.tooltip": "Permitir a los usuarios crear exportaciones programadas para esta visualización en lospaneles de control.."
366
+ "properties.interactions.scheduledExports.tooltip": "Permitir a los usuarios crear exportaciones programadas para esta visualización en lospaneles de control..",
367
+ "properties.advanced.title": "Personalizaciones avanzadas",
368
+ "properties.advanced.chartConfigOverride.noValueLabel": "Todavía no hay personalizaciones.",
369
+ "properties.advanced.chartConfigOverride.link": "Más información",
370
+ "properties.advanced.chartConfigOverride.editorButton": "Abrir editor",
371
+ "properties.advanced.chartConfigOverride.title": "Personalización avanzada",
372
+ "properties.advanced.chartConfigOverride.snippets.header": "Fragmentos",
373
+ "properties.advanced.chartConfigOverride.button.apply": "Aplicar",
374
+ "properties.advanced.chartConfigOverride.button.cancel": "Cancelar",
375
+ "gs.date.yesterday": "Ayer",
376
+ "notifications.panel.tab.unread": "Sin leer ({count})",
377
+ "notifications.panel.tab.all": "Todo",
378
+ "notifications.panel.markAllAsRead": "Marcar todo como leído",
379
+ "notifications.panel.error.loading": "Notificaciones de errores de carga",
380
+ "notifications.panel.empty.all": "Sin notificaciones",
381
+ "notifications.panel.empty.unread": "Notificaciones no leídas",
382
+ "notifications.panel.unsupported.notification.type": "Tipo de notificación no compatible",
383
+ "notifications.panel.markAsRead": "Marcar como leído",
384
+ "notifications.filters.buttonLabel": "Mostrar filtros",
385
+ "notifications.filters.dialog.title": "Filtros aplicados",
386
+ "notifications.filters.dialog.dateRange": "Intervalo de fechas",
387
+ "notifications.panel.triggers.title": "para {triggeredCount}/{totalCount} artículos",
388
+ "notifications.panel.triggers.dialog.newValue": "Nuevo valor",
389
+ "close": "Cerrar",
390
+ "notifications.panel.triggers.dialog.title": "Activado por"
367
391
  }
@@ -363,5 +363,29 @@
363
363
  "properties.interactions.alerts": "Alerta",
364
364
  "properties.interactions.alerts.tooltip": "Permitir a los usuarios crear alertas para esta visualización en los cuadros de mando.",
365
365
  "properties.interactions.scheduledExports": "Exportaciones programadas",
366
- "properties.interactions.scheduledExports.tooltip": "Permitir a los usuarios crear exportaciones programadas para esta visualización en los cuadros de mando."
366
+ "properties.interactions.scheduledExports.tooltip": "Permitir a los usuarios crear exportaciones programadas para esta visualización en los cuadros de mando.",
367
+ "properties.advanced.title": "Personalizaciones avanzadas",
368
+ "properties.advanced.chartConfigOverride.noValueLabel": "Aún no hay personalizaciones",
369
+ "properties.advanced.chartConfigOverride.link": "Más información",
370
+ "properties.advanced.chartConfigOverride.editorButton": "Abrir editor",
371
+ "properties.advanced.chartConfigOverride.title": "Personalización avanzada",
372
+ "properties.advanced.chartConfigOverride.snippets.header": "Fragmentos",
373
+ "properties.advanced.chartConfigOverride.button.apply": "Aplicar",
374
+ "properties.advanced.chartConfigOverride.button.cancel": "Cancelar",
375
+ "gs.date.yesterday": "Ayer",
376
+ "notifications.panel.tab.unread": "Sin leer ({count})",
377
+ "notifications.panel.tab.all": "Todo",
378
+ "notifications.panel.markAllAsRead": "Marcar todo como leído",
379
+ "notifications.panel.error.loading": "Notificaciones de errores de carga",
380
+ "notifications.panel.empty.all": "Sin notificaciones",
381
+ "notifications.panel.empty.unread": "Notificaciones no leídas",
382
+ "notifications.panel.unsupported.notification.type": "Tipo de notificación no compatible",
383
+ "notifications.panel.markAsRead": "Marcar como leído",
384
+ "notifications.filters.buttonLabel": "Mostrar filtros",
385
+ "notifications.filters.dialog.title": "Filtros aplicados",
386
+ "notifications.filters.dialog.dateRange": "Intervalo de fechas",
387
+ "notifications.panel.triggers.title": "para {triggeredCount}/{totalCount} artículos",
388
+ "notifications.panel.triggers.dialog.newValue": "Nuevo valor",
389
+ "close": "Cerrar",
390
+ "notifications.panel.triggers.dialog.title": "Activado por"
367
391
  }
@@ -363,5 +363,29 @@
363
363
  "properties.interactions.alerts": "Hälytys",
364
364
  "properties.interactions.alerts.tooltip": "Salli käyttäjien luoda ilmoituksia tälle visualisoinnille dashboardeilla.",
365
365
  "properties.interactions.scheduledExports": "Aikataulutetut viennit",
366
- "properties.interactions.scheduledExports.tooltip": "Salli käyttäjien luoda ajoitetut viennit tälle visualisoinnille dashboardeissa."
366
+ "properties.interactions.scheduledExports.tooltip": "Salli käyttäjien luoda ajoitetut viennit tälle visualisoinnille dashboardeissa.",
367
+ "properties.advanced.title": "Edistyneet mukautukset",
368
+ "properties.advanced.chartConfigOverride.noValueLabel": "Ei vielä mukautuksia.",
369
+ "properties.advanced.chartConfigOverride.link": "Lue lisää",
370
+ "properties.advanced.chartConfigOverride.editorButton": "Avaa editori",
371
+ "properties.advanced.chartConfigOverride.title": "Edistynyt mukautus",
372
+ "properties.advanced.chartConfigOverride.snippets.header": "Katkelmat",
373
+ "properties.advanced.chartConfigOverride.button.apply": "Käytä",
374
+ "properties.advanced.chartConfigOverride.button.cancel": "Peruuta",
375
+ "gs.date.yesterday": "Eilen",
376
+ "notifications.panel.tab.unread": "Lukematon ({count})",
377
+ "notifications.panel.tab.all": "Kaikki",
378
+ "notifications.panel.markAllAsRead": "Merkitse kaikki luetuksi",
379
+ "notifications.panel.error.loading": "Virhe ilmoitusten lataamisessa",
380
+ "notifications.panel.empty.all": "Ei ilmoituksia",
381
+ "notifications.panel.empty.unread": "Ei lukemattomia ilmoituksia",
382
+ "notifications.panel.unsupported.notification.type": "Ilmoitustyyppiä ei tueta",
383
+ "notifications.panel.markAsRead": "Merkitse luetuksi",
384
+ "notifications.filters.buttonLabel": "Näytä suodattimet",
385
+ "notifications.filters.dialog.title": "Käytetyt suodattimet",
386
+ "notifications.filters.dialog.dateRange": "Ajanjakso",
387
+ "notifications.panel.triggers.title": "kohteelle {triggeredCount}/{totalCount}items",
388
+ "notifications.panel.triggers.dialog.newValue": "Uusi arvo",
389
+ "close": "Sulje",
390
+ "notifications.panel.triggers.dialog.title": "Laukaistu kohteelle"
367
391
  }
@@ -363,5 +363,29 @@
363
363
  "properties.interactions.alerts": "Alerte",
364
364
  "properties.interactions.alerts.tooltip": "Permettre aux utilisateurs de créer des alertes pour cette visualisation dans les tableaux de bord.",
365
365
  "properties.interactions.scheduledExports": "Exportations programmées",
366
- "properties.interactions.scheduledExports.tooltip": "Permet aux utilisateurs de créer des exportations programmées pour cette visualisation dans les tableaux de bord."
366
+ "properties.interactions.scheduledExports.tooltip": "Permet aux utilisateurs de créer des exportations programmées pour cette visualisation dans les tableaux de bord.",
367
+ "properties.advanced.title": "Personnalisations avancées",
368
+ "properties.advanced.chartConfigOverride.noValueLabel": "Toujours pas de personnalisation.",
369
+ "properties.advanced.chartConfigOverride.link": "En savoir plus",
370
+ "properties.advanced.chartConfigOverride.editorButton": "Ouvrir l’éditeur",
371
+ "properties.advanced.chartConfigOverride.title": "Personnalisation avancée",
372
+ "properties.advanced.chartConfigOverride.snippets.header": "Fragments",
373
+ "properties.advanced.chartConfigOverride.button.apply": "Appliquer",
374
+ "properties.advanced.chartConfigOverride.button.cancel": "Annuler",
375
+ "gs.date.yesterday": "Hier",
376
+ "notifications.panel.tab.unread": "Non lu ({count})",
377
+ "notifications.panel.tab.all": "Tout",
378
+ "notifications.panel.markAllAsRead": "Marquer tous les textes comme lus",
379
+ "notifications.panel.error.loading": "Erreurs de chargement des notifications",
380
+ "notifications.panel.empty.all": "Aucune notification",
381
+ "notifications.panel.empty.unread": "Aucunes notifications non lues",
382
+ "notifications.panel.unsupported.notification.type": "Type de notification non prise en charge",
383
+ "notifications.panel.markAsRead": "Marquer comme lue",
384
+ "notifications.filters.buttonLabel": "Afficher les filtres",
385
+ "notifications.filters.dialog.title": "Filtres appliqués",
386
+ "notifications.filters.dialog.dateRange": "Plage de dates",
387
+ "notifications.panel.triggers.title": "pour les articles {triggeredCount}/{totalCount} ",
388
+ "notifications.panel.triggers.dialog.newValue": "Nouvelle valeur",
389
+ "close": "Fermer",
390
+ "notifications.panel.triggers.dialog.title": "Déclenché pour"
367
391
  }
@@ -363,5 +363,29 @@
363
363
  "properties.interactions.alerts": "Alerte",
364
364
  "properties.interactions.alerts.tooltip": "Permet aux utilisateurs de créer des alertes pour cette visualisation dans les tableaux de bord.",
365
365
  "properties.interactions.scheduledExports": "Exportations programmées",
366
- "properties.interactions.scheduledExports.tooltip": "Permet aux utilisateurs de créer des exportations programmées pour cette visualisation dans les tableaux de bord."
366
+ "properties.interactions.scheduledExports.tooltip": "Permet aux utilisateurs de créer des exportations programmées pour cette visualisation dans les tableaux de bord.",
367
+ "properties.advanced.title": "Personnalisations avancées",
368
+ "properties.advanced.chartConfigOverride.noValueLabel": "Pas encore de personnalisation.",
369
+ "properties.advanced.chartConfigOverride.link": "En savoir plus",
370
+ "properties.advanced.chartConfigOverride.editorButton": "Ouvrir l'éditeur",
371
+ "properties.advanced.chartConfigOverride.title": "Personnalisation avancée",
372
+ "properties.advanced.chartConfigOverride.snippets.header": "Snippets",
373
+ "properties.advanced.chartConfigOverride.button.apply": "Appliquer",
374
+ "properties.advanced.chartConfigOverride.button.cancel": "Annuler",
375
+ "gs.date.yesterday": "Hier",
376
+ "notifications.panel.tab.unread": "Non lu ({count})",
377
+ "notifications.panel.tab.all": "Tout",
378
+ "notifications.panel.markAllAsRead": "Marquer tous les textes comme lus",
379
+ "notifications.panel.error.loading": "Erreurs lors du chargement des notifications",
380
+ "notifications.panel.empty.all": "Aucune notification",
381
+ "notifications.panel.empty.unread": "Aucune notification non lue",
382
+ "notifications.panel.unsupported.notification.type": "Type de notification non pris en charge",
383
+ "notifications.panel.markAsRead": "Marquer le texte comme lu",
384
+ "notifications.filters.buttonLabel": "Afficher les filtres",
385
+ "notifications.filters.dialog.title": "Filtres appliqués",
386
+ "notifications.filters.dialog.dateRange": "Plage de dates",
387
+ "notifications.panel.triggers.title": "pour les articles {triggeredCount}/{totalCount}",
388
+ "notifications.panel.triggers.dialog.newValue": "Nouvelle valeur",
389
+ "close": "Fermer",
390
+ "notifications.panel.triggers.dialog.title": "Déclenché pour"
367
391
  }
@@ -363,5 +363,29 @@
363
363
  "properties.interactions.alerts": "Avviso",
364
364
  "properties.interactions.alerts.tooltip": "Consente agli utenti di creare avvisi per questa visualizzazione sui dashboard.",
365
365
  "properties.interactions.scheduledExports": "Esportazioni programmate",
366
- "properties.interactions.scheduledExports.tooltip": "Consente agli utenti di creare esportazioni programmate per questa visualizzazione sui dashboard."
366
+ "properties.interactions.scheduledExports.tooltip": "Consente agli utenti di creare esportazioni programmate per questa visualizzazione sui dashboard.",
367
+ "properties.advanced.title": "Personalizzazioni avanzate",
368
+ "properties.advanced.chartConfigOverride.noValueLabel": "Non ci sono ancora personalizzazioni.",
369
+ "properties.advanced.chartConfigOverride.link": "Maggiori informazioni",
370
+ "properties.advanced.chartConfigOverride.editorButton": "Aprire l'editor",
371
+ "properties.advanced.chartConfigOverride.title": "Personalizzazione avanzata",
372
+ "properties.advanced.chartConfigOverride.snippets.header": "Snippet",
373
+ "properties.advanced.chartConfigOverride.button.apply": "Applica",
374
+ "properties.advanced.chartConfigOverride.button.cancel": "Annulla",
375
+ "gs.date.yesterday": "Ieri",
376
+ "notifications.panel.tab.unread": "Non letto ({count})",
377
+ "notifications.panel.tab.all": "Tutto",
378
+ "notifications.panel.markAllAsRead": "Contrassegnare tutti come letti",
379
+ "notifications.panel.error.loading": "Notifiche di errori di caricamento",
380
+ "notifications.panel.empty.all": "Nessuna notifica",
381
+ "notifications.panel.empty.unread": "Nessuna notifica non letta",
382
+ "notifications.panel.unsupported.notification.type": "Tipo di notifica non supportato",
383
+ "notifications.panel.markAsRead": "Segna come letto",
384
+ "notifications.filters.buttonLabel": "Mostra filtri",
385
+ "notifications.filters.dialog.title": "Filtri applicati",
386
+ "notifications.filters.dialog.dateRange": "Intervallo di date",
387
+ "notifications.panel.triggers.title": "per {triggeredCount}/{totalCount} articoli",
388
+ "notifications.panel.triggers.dialog.newValue": "Nuovo valore",
389
+ "close": "Chiudere",
390
+ "notifications.panel.triggers.dialog.title": "Attivato per"
367
391
  }
@@ -363,5 +363,29 @@
363
363
  "properties.interactions.alerts": "アラート",
364
364
  "properties.interactions.alerts.tooltip": "ユーザーがダッシュボード上でこのビジュアライゼーションのためのアラートを作成できます。",
365
365
  "properties.interactions.scheduledExports": "エクスポート予定",
366
- "properties.interactions.scheduledExports.tooltip": "ユーザーがダッシュボード上でこのビジュアライゼーションのためのエクスポート予定を作成できます。"
366
+ "properties.interactions.scheduledExports.tooltip": "ユーザーがダッシュボード上でこのビジュアライゼーションのためのエクスポート予定を作成できます。",
367
+ "properties.advanced.title": "高度なカスタマイズ",
368
+ "properties.advanced.chartConfigOverride.noValueLabel": "カスタマイズはまだありません。",
369
+ "properties.advanced.chartConfigOverride.link": "詳細",
370
+ "properties.advanced.chartConfigOverride.editorButton": "エディタを開く",
371
+ "properties.advanced.chartConfigOverride.title": "高度なカスタマイズ",
372
+ "properties.advanced.chartConfigOverride.snippets.header": "抜粋",
373
+ "properties.advanced.chartConfigOverride.button.apply": "適用",
374
+ "properties.advanced.chartConfigOverride.button.cancel": "キャンセル",
375
+ "gs.date.yesterday": "昨日",
376
+ "notifications.panel.tab.unread": "未読 ({count}件)",
377
+ "notifications.panel.tab.all": "すべて",
378
+ "notifications.panel.markAllAsRead": "すべて既読にする",
379
+ "notifications.panel.error.loading": "通知の読み込みエラー",
380
+ "notifications.panel.empty.all": "通知なし",
381
+ "notifications.panel.empty.unread": "未読通知なし",
382
+ "notifications.panel.unsupported.notification.type": "サポートされていない通知タイプ",
383
+ "notifications.panel.markAsRead": "既読にする",
384
+ "notifications.filters.buttonLabel": "フィルターを表示",
385
+ "notifications.filters.dialog.title": "適用されたフィルター",
386
+ "notifications.filters.dialog.dateRange": "日付範囲",
387
+ "notifications.panel.triggers.title": "{triggeredCount}/{totalCount} 件のアイテム用",
388
+ "notifications.panel.triggers.dialog.newValue": "新しい価値",
389
+ "close": "閉じる",
390
+ "notifications.panel.triggers.dialog.title": "トリガー済み:"
367
391
  }
@@ -363,5 +363,29 @@
363
363
  "properties.interactions.alerts": "Waarschuwing",
364
364
  "properties.interactions.alerts.tooltip": "Stel gebruikers in staat om waarschuwingen te maken voor deze visualisatie op dashboards.",
365
365
  "properties.interactions.scheduledExports": "Geplande export",
366
- "properties.interactions.scheduledExports.tooltip": "Stel gebruikers in staat om geplande exports te maken voor deze visualisatie op dashboards."
366
+ "properties.interactions.scheduledExports.tooltip": "Stel gebruikers in staat om geplande exports te maken voor deze visualisatie op dashboards.",
367
+ "properties.advanced.title": "Geavanceerde aanpassingen",
368
+ "properties.advanced.chartConfigOverride.noValueLabel": "Nog geen aanpassingen.",
369
+ "properties.advanced.chartConfigOverride.link": "Meer informatie",
370
+ "properties.advanced.chartConfigOverride.editorButton": "Editor openen",
371
+ "properties.advanced.chartConfigOverride.title": "Geavanceerde aanpassing",
372
+ "properties.advanced.chartConfigOverride.snippets.header": "Fragmenten ",
373
+ "properties.advanced.chartConfigOverride.button.apply": "Toepassen",
374
+ "properties.advanced.chartConfigOverride.button.cancel": "Annuleren",
375
+ "gs.date.yesterday": "Gisteren",
376
+ "notifications.panel.tab.unread": "Ongelezen ({count})",
377
+ "notifications.panel.tab.all": "Alles",
378
+ "notifications.panel.markAllAsRead": "Alles als gelezen markeren",
379
+ "notifications.panel.error.loading": "Fout bij het laden van meldingen",
380
+ "notifications.panel.empty.all": "Geen meldingen",
381
+ "notifications.panel.empty.unread": "Geen ongelezen meldingen",
382
+ "notifications.panel.unsupported.notification.type": "Niet-ondersteund meldingstype",
383
+ "notifications.panel.markAsRead": "Als gelezen markeren",
384
+ "notifications.filters.buttonLabel": "Filters tonen",
385
+ "notifications.filters.dialog.title": "Toegepaste filters",
386
+ "notifications.filters.dialog.dateRange": "Datumbereik",
387
+ "notifications.panel.triggers.title": "voor {triggeredCount}/{totalCount} items",
388
+ "notifications.panel.triggers.dialog.newValue": "Nieuwe waarde",
389
+ "close": "Sluiten",
390
+ "notifications.panel.triggers.dialog.title": "Geactiveerd voor"
367
391
  }
@@ -363,5 +363,29 @@
363
363
  "properties.interactions.alerts": "Alerta",
364
364
  "properties.interactions.alerts.tooltip": "Permita que os usuários criem alertas para esta visualização em painéis.",
365
365
  "properties.interactions.scheduledExports": "Exportações agendadas",
366
- "properties.interactions.scheduledExports.tooltip": "Permita que os usuários criem exportações agendadas para esta visualização em painéis."
366
+ "properties.interactions.scheduledExports.tooltip": "Permita que os usuários criem exportações agendadas para esta visualização em painéis.",
367
+ "properties.advanced.title": "Personalizações avançadas",
368
+ "properties.advanced.chartConfigOverride.noValueLabel": "Ainda não há personalizações.",
369
+ "properties.advanced.chartConfigOverride.link": "Saber mais",
370
+ "properties.advanced.chartConfigOverride.editorButton": "Abrir editor",
371
+ "properties.advanced.chartConfigOverride.title": "Personalização avançada",
372
+ "properties.advanced.chartConfigOverride.snippets.header": "Trechos",
373
+ "properties.advanced.chartConfigOverride.button.apply": "Aplicar",
374
+ "properties.advanced.chartConfigOverride.button.cancel": "Cancelar",
375
+ "gs.date.yesterday": "Ontem",
376
+ "notifications.panel.tab.unread": "Não lido ({count})",
377
+ "notifications.panel.tab.all": "Todos",
378
+ "notifications.panel.markAllAsRead": "Marcar tudo como lido",
379
+ "notifications.panel.error.loading": "Erro ao carregar notificações",
380
+ "notifications.panel.empty.all": "Nenhuma notificação",
381
+ "notifications.panel.empty.unread": "Nenhuma notificação não lida",
382
+ "notifications.panel.unsupported.notification.type": "Tipo de notificação não suportado",
383
+ "notifications.panel.markAsRead": "Marcar como lido",
384
+ "notifications.filters.buttonLabel": "Mostrar filtros",
385
+ "notifications.filters.dialog.title": "Filtros aplicados",
386
+ "notifications.filters.dialog.dateRange": "Intervalo de Datas",
387
+ "notifications.panel.triggers.title": "para {triggeredCount}/{totalCount} itens",
388
+ "notifications.panel.triggers.dialog.newValue": "Novo valor",
389
+ "close": "Fechar",
390
+ "notifications.panel.triggers.dialog.title": "Acionado para"
367
391
  }
@@ -363,5 +363,29 @@
363
363
  "properties.interactions.alerts": "Alerta",
364
364
  "properties.interactions.alerts.tooltip": "Permitir que os utilizadores criem alertas para esta visualização nos painéis.",
365
365
  "properties.interactions.scheduledExports": "Exportações agendadas",
366
- "properties.interactions.scheduledExports.tooltip": "Permitir que os utilizadores criem exportações agendadas para esta visualização em painéis."
366
+ "properties.interactions.scheduledExports.tooltip": "Permitir que os utilizadores criem exportações agendadas para esta visualização em painéis.",
367
+ "properties.advanced.title": "Personalizações avançadas",
368
+ "properties.advanced.chartConfigOverride.noValueLabel": "Ainda não há personalizações.",
369
+ "properties.advanced.chartConfigOverride.link": "Saber mais",
370
+ "properties.advanced.chartConfigOverride.editorButton": "Abrir editor",
371
+ "properties.advanced.chartConfigOverride.title": "Personalização avançada",
372
+ "properties.advanced.chartConfigOverride.snippets.header": "Fragmentos",
373
+ "properties.advanced.chartConfigOverride.button.apply": "Aplicar",
374
+ "properties.advanced.chartConfigOverride.button.cancel": "Cancelar",
375
+ "gs.date.yesterday": "Ontem",
376
+ "notifications.panel.tab.unread": "Não lido ({count})",
377
+ "notifications.panel.tab.all": "Todos",
378
+ "notifications.panel.markAllAsRead": "Marcar tudo como lido",
379
+ "notifications.panel.error.loading": "Erro ao carregar notificações",
380
+ "notifications.panel.empty.all": "Sem notificações",
381
+ "notifications.panel.empty.unread": "Sem notificações não lidas",
382
+ "notifications.panel.unsupported.notification.type": "Tipo de notificação não suportado",
383
+ "notifications.panel.markAsRead": "Marcar como lido",
384
+ "notifications.filters.buttonLabel": "Mostrar filtros",
385
+ "notifications.filters.dialog.title": "Filtros aplicados",
386
+ "notifications.filters.dialog.dateRange": "Intervalo de Datas",
387
+ "notifications.panel.triggers.title": "para {triggeredCount}/{totalCount} itens",
388
+ "notifications.panel.triggers.dialog.newValue": "Novo valor",
389
+ "close": "Fechar",
390
+ "notifications.panel.triggers.dialog.title": "Acionado para"
367
391
  }
@@ -363,5 +363,29 @@
363
363
  "properties.interactions.alerts": "警報",
364
364
  "properties.interactions.alerts.tooltip": "使用戶能夠喺儀錶板上為此可視化創建警報。",
365
365
  "properties.interactions.scheduledExports": "計劃導出",
366
- "properties.interactions.scheduledExports.tooltip": "使用戶能夠喺功能板上為此可視化創建計劃導出。"
366
+ "properties.interactions.scheduledExports.tooltip": "使用戶能夠喺功能板上為此可視化創建計劃導出。",
367
+ "properties.advanced.title": "高級自定義",
368
+ "properties.advanced.chartConfigOverride.noValueLabel": "尚無自定義。",
369
+ "properties.advanced.chartConfigOverride.link": "瞭解更多信息",
370
+ "properties.advanced.chartConfigOverride.editorButton": "打開編輯器",
371
+ "properties.advanced.chartConfigOverride.title": "高級定製",
372
+ "properties.advanced.chartConfigOverride.snippets.header": "片段",
373
+ "properties.advanced.chartConfigOverride.button.apply": "應用",
374
+ "properties.advanced.chartConfigOverride.button.cancel": "取消",
375
+ "gs.date.yesterday": "琴日",
376
+ "notifications.panel.tab.unread": "未讀({count})",
377
+ "notifications.panel.tab.all": "都",
378
+ "notifications.panel.markAllAsRead": "全部標記為已讀",
379
+ "notifications.panel.error.loading": "加載通知時出錯",
380
+ "notifications.panel.empty.all": "無通知",
381
+ "notifications.panel.empty.unread": "無未讀通知",
382
+ "notifications.panel.unsupported.notification.type": "不支持的通知類型",
383
+ "notifications.panel.markAsRead": "標記為已讀",
384
+ "notifications.filters.buttonLabel": "顯示篩選條件",
385
+ "notifications.filters.dialog.title": "應用的篩選條件",
386
+ "notifications.filters.dialog.dateRange": "日期範圍",
387
+ "notifications.panel.triggers.title": "{triggeredCount}/{totalCount}項",
388
+ "notifications.panel.triggers.dialog.newValue": "新值",
389
+ "close": "關閉",
390
+ "notifications.panel.triggers.dialog.title": "觸發條件"
367
391
  }
@@ -363,5 +363,29 @@
363
363
  "properties.interactions.alerts": "警报",
364
364
  "properties.interactions.alerts.tooltip": "允许用户在仪表板上为此可视化创建警报。",
365
365
  "properties.interactions.scheduledExports": "已计划的导出",
366
- "properties.interactions.scheduledExports.tooltip": "允许用户在仪表板上为此可视化创建计划导出。"
366
+ "properties.interactions.scheduledExports.tooltip": "允许用户在仪表板上为此可视化创建计划导出。",
367
+ "properties.advanced.title": "高级自定义",
368
+ "properties.advanced.chartConfigOverride.noValueLabel": "尚无任何定制。",
369
+ "properties.advanced.chartConfigOverride.link": "了解更多",
370
+ "properties.advanced.chartConfigOverride.editorButton": "打开编辑器",
371
+ "properties.advanced.chartConfigOverride.title": "高级定制",
372
+ "properties.advanced.chartConfigOverride.snippets.header": "片段",
373
+ "properties.advanced.chartConfigOverride.button.apply": "应用",
374
+ "properties.advanced.chartConfigOverride.button.cancel": "取消",
375
+ "gs.date.yesterday": "昨天",
376
+ "notifications.panel.tab.unread": "未读 ({count} )",
377
+ "notifications.panel.tab.all": "全部",
378
+ "notifications.panel.markAllAsRead": "全部标记为已读",
379
+ "notifications.panel.error.loading": "加载通知时出错",
380
+ "notifications.panel.empty.all": "无通知",
381
+ "notifications.panel.empty.unread": "无未读通知",
382
+ "notifications.panel.unsupported.notification.type": "不支持的通知类型",
383
+ "notifications.panel.markAsRead": "标记为已读",
384
+ "notifications.filters.buttonLabel": "显示筛选条件",
385
+ "notifications.filters.dialog.title": "应用的筛选条件",
386
+ "notifications.filters.dialog.dateRange": "日期范围",
387
+ "notifications.panel.triggers.title": "针对{triggeredCount}/{totalCount}项",
388
+ "notifications.panel.triggers.dialog.newValue": "新数值",
389
+ "close": "关",
390
+ "notifications.panel.triggers.dialog.title": "触发对象:"
367
391
  }