@gooddata/sdk-ui-dashboard 11.44.0-alpha.1 → 11.44.0-alpha.3

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 (143) hide show
  1. package/NOTICE +9 -9
  2. package/esm/__version.d.ts +1 -1
  3. package/esm/__version.js +1 -1
  4. package/esm/model/store/tabs/parameters/parametersSelectors.d.ts +2 -1
  5. package/esm/model/store/tabs/parameters/parametersSelectors.d.ts.map +1 -1
  6. package/esm/model/store/tabs/parameters/parametersSelectors.js +3 -2
  7. package/esm/presentation/automations/connectors/ScheduledEmailConnector.d.ts +27 -0
  8. package/esm/presentation/automations/connectors/ScheduledEmailConnector.d.ts.map +1 -0
  9. package/esm/presentation/automations/connectors/ScheduledEmailConnector.js +107 -0
  10. package/esm/presentation/automations/connectors/hooks/useBuildAlertingDialogContext.d.ts.map +1 -1
  11. package/esm/presentation/automations/connectors/hooks/useBuildAlertingDialogContext.js +16 -55
  12. package/esm/presentation/automations/connectors/hooks/useBuildAutomationsContext.d.ts.map +1 -1
  13. package/esm/presentation/automations/connectors/hooks/useBuildAutomationsContext.js +7 -1
  14. package/esm/presentation/automations/connectors/hooks/useBuildAutomationsContext.test.js +15 -0
  15. package/esm/presentation/automations/connectors/hooks/useBuildScheduledEmailDialogContext.d.ts +8 -0
  16. package/esm/presentation/automations/connectors/hooks/useBuildScheduledEmailDialogContext.d.ts.map +1 -0
  17. package/esm/presentation/automations/connectors/hooks/useBuildScheduledEmailDialogContext.js +102 -0
  18. package/esm/presentation/automations/connectors/hooks/useBuildScheduledEmailDialogContext.test.d.ts +2 -0
  19. package/esm/presentation/automations/connectors/hooks/useBuildScheduledEmailDialogContext.test.d.ts.map +1 -0
  20. package/esm/presentation/automations/connectors/hooks/useBuildScheduledEmailDialogContext.test.js +156 -0
  21. package/esm/presentation/automations/connectors/hooks/useCommandAsPromise.d.ts +26 -0
  22. package/esm/presentation/automations/connectors/hooks/useCommandAsPromise.d.ts.map +1 -0
  23. package/esm/presentation/automations/connectors/hooks/useCommandAsPromise.js +47 -0
  24. package/esm/presentation/automations/contexts/AutomationsContext.d.ts +2 -0
  25. package/esm/presentation/automations/contexts/AutomationsContext.d.ts.map +1 -1
  26. package/esm/presentation/automations/contexts/ScheduledEmailDialogContext.d.ts +54 -0
  27. package/esm/presentation/automations/contexts/ScheduledEmailDialogContext.d.ts.map +1 -0
  28. package/esm/presentation/automations/contexts/ScheduledEmailDialogContext.js +11 -0
  29. package/esm/presentation/automations/scheduledEmail/DefaultScheduledEmailDialog/DefaultScheduledEmailDialog.d.ts.map +1 -1
  30. package/esm/presentation/automations/scheduledEmail/DefaultScheduledEmailDialog/DefaultScheduledEmailDialog.js +11 -37
  31. package/esm/presentation/automations/scheduledEmail/DefaultScheduledEmailDialog/hooks/useEditScheduledEmail.d.ts +6 -5
  32. package/esm/presentation/automations/scheduledEmail/DefaultScheduledEmailDialog/hooks/useEditScheduledEmail.d.ts.map +1 -1
  33. package/esm/presentation/automations/scheduledEmail/DefaultScheduledEmailDialog/hooks/useEditScheduledEmail.js +7 -23
  34. package/esm/presentation/automations/scheduledEmail/DefaultScheduledEmailDialog/hooks/useFiltersForDashboardScheduledExportInfo.d.ts.map +1 -1
  35. package/esm/presentation/automations/scheduledEmail/DefaultScheduledEmailDialog/hooks/useFiltersForDashboardScheduledExportInfo.js +2 -7
  36. package/esm/presentation/automations/scheduledEmail/DefaultScheduledEmailDialog/hooks/useSaveScheduledEmailToBackend.d.ts.map +1 -1
  37. package/esm/presentation/automations/scheduledEmail/DefaultScheduledEmailDialog/hooks/useSaveScheduledEmailToBackend.js +37 -37
  38. package/esm/presentation/automations/scheduledEmail/DefaultScheduledEmailDialog/hooks/useScheduleValidation.d.ts.map +1 -1
  39. package/esm/presentation/automations/scheduledEmail/DefaultScheduledEmailDialog/hooks/useScheduleValidation.js +3 -4
  40. package/esm/presentation/automations/scheduledEmail/types.d.ts +5 -3
  41. package/esm/presentation/automations/scheduledEmail/types.d.ts.map +1 -1
  42. package/esm/presentation/automations/shared/automationFilters/components/AutomationDateFilter.test.js +2 -0
  43. package/esm/presentation/dashboard/DashboardHeader/DashboardHeader.d.ts.map +1 -1
  44. package/esm/presentation/dashboard/DashboardHeader/DashboardHeader.js +2 -2
  45. package/esm/presentation/filterBar/filterBar/filterViews/AddFilterView.js +1 -1
  46. package/esm/presentation/filterBar/filterBar/filterViews/FilterViewsList.d.ts.map +1 -1
  47. package/esm/presentation/filterBar/filterBar/filterViews/FilterViewsList.js +9 -3
  48. package/esm/presentation/filterBar/parameterFilter/DashboardParameterFilter.d.ts.map +1 -1
  49. package/esm/presentation/filterBar/parameterFilter/DashboardParameterFilter.js +10 -3
  50. package/esm/presentation/localization/bundles/de-DE.localization-bundle.d.ts +4 -0
  51. package/esm/presentation/localization/bundles/de-DE.localization-bundle.d.ts.map +1 -1
  52. package/esm/presentation/localization/bundles/de-DE.localization-bundle.js +4 -0
  53. package/esm/presentation/localization/bundles/en-AU.localization-bundle.d.ts +4 -0
  54. package/esm/presentation/localization/bundles/en-AU.localization-bundle.d.ts.map +1 -1
  55. package/esm/presentation/localization/bundles/en-AU.localization-bundle.js +4 -0
  56. package/esm/presentation/localization/bundles/en-GB.localization-bundle.d.ts +4 -0
  57. package/esm/presentation/localization/bundles/en-GB.localization-bundle.d.ts.map +1 -1
  58. package/esm/presentation/localization/bundles/en-GB.localization-bundle.js +4 -0
  59. package/esm/presentation/localization/bundles/en-US.localization-bundle.d.ts +8 -4
  60. package/esm/presentation/localization/bundles/en-US.localization-bundle.d.ts.map +1 -1
  61. package/esm/presentation/localization/bundles/en-US.localization-bundle.js +8 -4
  62. package/esm/presentation/localization/bundles/es-419.localization-bundle.d.ts +4 -0
  63. package/esm/presentation/localization/bundles/es-419.localization-bundle.d.ts.map +1 -1
  64. package/esm/presentation/localization/bundles/es-419.localization-bundle.js +4 -0
  65. package/esm/presentation/localization/bundles/es-ES.localization-bundle.d.ts +4 -0
  66. package/esm/presentation/localization/bundles/es-ES.localization-bundle.d.ts.map +1 -1
  67. package/esm/presentation/localization/bundles/es-ES.localization-bundle.js +4 -0
  68. package/esm/presentation/localization/bundles/fi-FI.localization-bundle.d.ts +4 -0
  69. package/esm/presentation/localization/bundles/fi-FI.localization-bundle.d.ts.map +1 -1
  70. package/esm/presentation/localization/bundles/fi-FI.localization-bundle.js +4 -0
  71. package/esm/presentation/localization/bundles/fr-CA.localization-bundle.d.ts +4 -0
  72. package/esm/presentation/localization/bundles/fr-CA.localization-bundle.d.ts.map +1 -1
  73. package/esm/presentation/localization/bundles/fr-CA.localization-bundle.js +4 -0
  74. package/esm/presentation/localization/bundles/fr-FR.localization-bundle.d.ts +4 -0
  75. package/esm/presentation/localization/bundles/fr-FR.localization-bundle.d.ts.map +1 -1
  76. package/esm/presentation/localization/bundles/fr-FR.localization-bundle.js +4 -0
  77. package/esm/presentation/localization/bundles/id-ID.localization-bundle.d.ts +4 -0
  78. package/esm/presentation/localization/bundles/id-ID.localization-bundle.d.ts.map +1 -1
  79. package/esm/presentation/localization/bundles/id-ID.localization-bundle.js +4 -0
  80. package/esm/presentation/localization/bundles/it-IT.localization-bundle.d.ts +4 -0
  81. package/esm/presentation/localization/bundles/it-IT.localization-bundle.d.ts.map +1 -1
  82. package/esm/presentation/localization/bundles/it-IT.localization-bundle.js +4 -0
  83. package/esm/presentation/localization/bundles/ja-JP.localization-bundle.d.ts +4 -0
  84. package/esm/presentation/localization/bundles/ja-JP.localization-bundle.d.ts.map +1 -1
  85. package/esm/presentation/localization/bundles/ja-JP.localization-bundle.js +4 -0
  86. package/esm/presentation/localization/bundles/ko-KR.localization-bundle.d.ts +4 -0
  87. package/esm/presentation/localization/bundles/ko-KR.localization-bundle.d.ts.map +1 -1
  88. package/esm/presentation/localization/bundles/ko-KR.localization-bundle.js +4 -0
  89. package/esm/presentation/localization/bundles/nl-NL.localization-bundle.d.ts +4 -0
  90. package/esm/presentation/localization/bundles/nl-NL.localization-bundle.d.ts.map +1 -1
  91. package/esm/presentation/localization/bundles/nl-NL.localization-bundle.js +4 -0
  92. package/esm/presentation/localization/bundles/pl-PL.localization-bundle.d.ts +4 -0
  93. package/esm/presentation/localization/bundles/pl-PL.localization-bundle.d.ts.map +1 -1
  94. package/esm/presentation/localization/bundles/pl-PL.localization-bundle.js +4 -0
  95. package/esm/presentation/localization/bundles/pt-BR.localization-bundle.d.ts +4 -0
  96. package/esm/presentation/localization/bundles/pt-BR.localization-bundle.d.ts.map +1 -1
  97. package/esm/presentation/localization/bundles/pt-BR.localization-bundle.js +4 -0
  98. package/esm/presentation/localization/bundles/pt-PT.localization-bundle.d.ts +4 -0
  99. package/esm/presentation/localization/bundles/pt-PT.localization-bundle.d.ts.map +1 -1
  100. package/esm/presentation/localization/bundles/pt-PT.localization-bundle.js +4 -0
  101. package/esm/presentation/localization/bundles/ru-RU.localization-bundle.d.ts +4 -0
  102. package/esm/presentation/localization/bundles/ru-RU.localization-bundle.d.ts.map +1 -1
  103. package/esm/presentation/localization/bundles/ru-RU.localization-bundle.js +4 -0
  104. package/esm/presentation/localization/bundles/sl-SI.localization-bundle.d.ts +4 -0
  105. package/esm/presentation/localization/bundles/sl-SI.localization-bundle.d.ts.map +1 -1
  106. package/esm/presentation/localization/bundles/sl-SI.localization-bundle.js +4 -0
  107. package/esm/presentation/localization/bundles/th-TH.localization-bundle.d.ts +4 -0
  108. package/esm/presentation/localization/bundles/th-TH.localization-bundle.d.ts.map +1 -1
  109. package/esm/presentation/localization/bundles/th-TH.localization-bundle.js +4 -0
  110. package/esm/presentation/localization/bundles/tr-TR.localization-bundle.d.ts +4 -0
  111. package/esm/presentation/localization/bundles/tr-TR.localization-bundle.d.ts.map +1 -1
  112. package/esm/presentation/localization/bundles/tr-TR.localization-bundle.js +4 -0
  113. package/esm/presentation/localization/bundles/uk-UA.localization-bundle.d.ts +4 -0
  114. package/esm/presentation/localization/bundles/uk-UA.localization-bundle.d.ts.map +1 -1
  115. package/esm/presentation/localization/bundles/uk-UA.localization-bundle.js +4 -0
  116. package/esm/presentation/localization/bundles/vi-VN.localization-bundle.d.ts +4 -0
  117. package/esm/presentation/localization/bundles/vi-VN.localization-bundle.d.ts.map +1 -1
  118. package/esm/presentation/localization/bundles/vi-VN.localization-bundle.js +4 -0
  119. package/esm/presentation/localization/bundles/zh-HK.localization-bundle.d.ts +4 -0
  120. package/esm/presentation/localization/bundles/zh-HK.localization-bundle.d.ts.map +1 -1
  121. package/esm/presentation/localization/bundles/zh-HK.localization-bundle.js +4 -0
  122. package/esm/presentation/localization/bundles/zh-Hans.localization-bundle.d.ts +4 -0
  123. package/esm/presentation/localization/bundles/zh-Hans.localization-bundle.d.ts.map +1 -1
  124. package/esm/presentation/localization/bundles/zh-Hans.localization-bundle.js +4 -0
  125. package/esm/presentation/localization/bundles/zh-Hant.localization-bundle.d.ts +4 -0
  126. package/esm/presentation/localization/bundles/zh-Hant.localization-bundle.d.ts.map +1 -1
  127. package/esm/presentation/localization/bundles/zh-Hant.localization-bundle.js +4 -0
  128. package/esm/sdk-ui-dashboard.d.ts +4 -1
  129. package/package.json +20 -20
  130. package/styles/css/main.css +12 -0
  131. package/styles/css/main.css.map +1 -1
  132. package/esm/presentation/automations/scheduledEmail/DefaultScheduledEmailDialog/hooks/useCreateScheduledEmail.d.ts +0 -11
  133. package/esm/presentation/automations/scheduledEmail/DefaultScheduledEmailDialog/hooks/useCreateScheduledEmail.d.ts.map +0 -1
  134. package/esm/presentation/automations/scheduledEmail/DefaultScheduledEmailDialog/hooks/useCreateScheduledEmail.js +0 -27
  135. package/esm/presentation/automations/scheduledEmail/DefaultScheduledEmailDialog/hooks/useUpdateScheduledEmail.d.ts +0 -11
  136. package/esm/presentation/automations/scheduledEmail/DefaultScheduledEmailDialog/hooks/useUpdateScheduledEmail.d.ts.map +0 -1
  137. package/esm/presentation/automations/scheduledEmail/DefaultScheduledEmailDialog/hooks/useUpdateScheduledEmail.js +0 -27
  138. package/esm/presentation/automations/scheduledEmail/hooks/useWidgetAutomationFilters.d.ts +0 -3
  139. package/esm/presentation/automations/scheduledEmail/hooks/useWidgetAutomationFilters.d.ts.map +0 -1
  140. package/esm/presentation/automations/scheduledEmail/hooks/useWidgetAutomationFilters.js +0 -5
  141. package/esm/presentation/dashboard/DashboardHeader/ScheduledEmailDialogProvider.d.ts +0 -2
  142. package/esm/presentation/dashboard/DashboardHeader/ScheduledEmailDialogProvider.d.ts.map +0 -1
  143. package/esm/presentation/dashboard/DashboardHeader/ScheduledEmailDialogProvider.js +0 -45
@@ -26,6 +26,7 @@ export const ru_RU = {
26
26
  "filterBar.showAll": "Показать все",
27
27
  "filterBar.showLess": "Скрыть",
28
28
  "filterBar.filterListAutoExpanded": "Список фильтров был автоматически развернут",
29
+ "filterBar.filterListAutoCollapsed": "Список фильтров был автоматически свернут",
29
30
  "filterBar.unappliedFiltersNotification": "<link>Примените фильтры</link>, чтобы увидеть обновлённые данные.",
30
31
  "filterBar.invalidFilterSelection": "Чтобы применить изменения, выберите допустимые значения для этих фильтров{names}: ",
31
32
  "filterBar.applyFilters": "Применить все фильтры",
@@ -668,6 +669,9 @@ export const ru_RU = {
668
669
  "filters.filterViews.toast.viewNotSetAsDefault": "Ошибка! Ваше представление не было установлено по умолчанию. Повторите попытку.",
669
670
  "filters.filterViews.toast.viewNotUnsetAsDefault": "Ошибка! Ваше представление по‑прежнему установлено по умолчанию. Повторите попытку.",
670
671
  "filters.filterViews.toast.viewNotApplied": "Ошибка! Ваше представление не было применено. Повторите попытку.",
672
+ "parameter.toast.reset": "<b>Предупреждение:</b> параметр \"{name}\" вне допустимого диапазона, поэтому применяется значение по умолчанию, пока вы не зададите допустимое значение.",
673
+ "parameter.toast.removed": "<b>Предупреждение:</b> параметр \"{name}\" удален, поскольку он больше не существует.",
674
+ "parameter.toast.incompatible": "<b>Предупреждение:</b> параметр \"{name}\" больше не совместим и был проигнорирован.",
671
675
  "filters.filterViews.list.ariaLabel.withActions": "Список сохраненных представлений. Используйте клавишу со стрелкой вправо, чтобы перейти к действию «Установить по умолчанию», затем к действию «удалить».",
672
676
  "filters.filterViews.list.ariaLabel.noActions": "Список сохраненных представлений",
673
677
  "filters.filterViews.add.title": "Создать представление",
@@ -24,6 +24,7 @@ export declare const sl_SI: {
24
24
  "filterBar.showAll": string;
25
25
  "filterBar.showLess": string;
26
26
  "filterBar.filterListAutoExpanded": string;
27
+ "filterBar.filterListAutoCollapsed": string;
27
28
  "filterBar.unappliedFiltersNotification": string;
28
29
  "filterBar.invalidFilterSelection": string;
29
30
  "filterBar.applyFilters": string;
@@ -666,6 +667,9 @@ export declare const sl_SI: {
666
667
  "filters.filterViews.toast.viewNotSetAsDefault": string;
667
668
  "filters.filterViews.toast.viewNotUnsetAsDefault": string;
668
669
  "filters.filterViews.toast.viewNotApplied": string;
670
+ "parameter.toast.reset": string;
671
+ "parameter.toast.removed": string;
672
+ "parameter.toast.incompatible": string;
669
673
  "filters.filterViews.list.ariaLabel.withActions": string;
670
674
  "filters.filterViews.list.ariaLabel.noActions": string;
671
675
  "filters.filterViews.add.title": string;
@@ -1 +1 @@
1
- {"version":3,"file":"sl-SI.localization-bundle.d.ts","sourceRoot":"","sources":["../../../../src/presentation/localization/bundles/sl-SI.localization-bundle.ts"],"names":[],"mappings":"AAEA,eAAO,MAAM,KAAK;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;CAu2BjB,CAAC"}
1
+ {"version":3,"file":"sl-SI.localization-bundle.d.ts","sourceRoot":"","sources":["../../../../src/presentation/localization/bundles/sl-SI.localization-bundle.ts"],"names":[],"mappings":"AAEA,eAAO,MAAM,KAAK;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;CA22BjB,CAAC"}
@@ -26,6 +26,7 @@ export const sl_SI = {
26
26
  "filterBar.showAll": "Prikaži vse",
27
27
  "filterBar.showLess": "Prikaži manj",
28
28
  "filterBar.filterListAutoExpanded": "Seznam filtrov je bil samodejno razširjen",
29
+ "filterBar.filterListAutoCollapsed": "Seznam filtrov je bil samodejno strnjen",
29
30
  "filterBar.unappliedFiltersNotification": "<link>Uporabi filtre</link> za ogled posodobljenih podatkov.",
30
31
  "filterBar.invalidFilterSelection": "Za uveljavitev sprememb izberite veljavne vrednosti za te filtre: {names}",
31
32
  "filterBar.applyFilters": "Uporabi vse filtre",
@@ -668,6 +669,9 @@ export const sl_SI = {
668
669
  "filters.filterViews.toast.viewNotSetAsDefault": "Napaka! Vaš pogled ni bil nastavljen kot privzeti. Poskusite znova.",
669
670
  "filters.filterViews.toast.viewNotUnsetAsDefault": "Napaka! Vaš pogled je še vedno nastavljen kot privzeti. Poskusite znova.",
670
671
  "filters.filterViews.toast.viewNotApplied": "Napaka! Vaš pogled ni bil uporabljen. Poskusite znova.",
672
+ "parameter.toast.reset": "<b>Opozorilo:</b> Parameter \"{name}\" je zunaj obsega, zato se uporablja privzeta vrednost, dokler ne nastavite veljavne.",
673
+ "parameter.toast.removed": "<b>Opozorilo:</b> Parameter \"{name}\" je bil odstranjen, ker ne obstaja več.",
674
+ "parameter.toast.incompatible": "<b>Opozorilo:</b> Parameter \"{name}\" ni več združljiv in je bil prezrt.",
671
675
  "filters.filterViews.list.ariaLabel.withActions": "Seznam shranjenih pogledov. Uporabite desno puščično tipko, da se premaknete na dejanje \"Nastavi kot privzeto\", nato na dejanje \"izbriši\".",
672
676
  "filters.filterViews.list.ariaLabel.noActions": "Seznam shranjenih pogledov",
673
677
  "filters.filterViews.add.title": "Ustvari pogled",
@@ -24,6 +24,7 @@ export declare const th_TH: {
24
24
  "filterBar.showAll": string;
25
25
  "filterBar.showLess": string;
26
26
  "filterBar.filterListAutoExpanded": string;
27
+ "filterBar.filterListAutoCollapsed": string;
27
28
  "filterBar.unappliedFiltersNotification": string;
28
29
  "filterBar.invalidFilterSelection": string;
29
30
  "filterBar.applyFilters": string;
@@ -666,6 +667,9 @@ export declare const th_TH: {
666
667
  "filters.filterViews.toast.viewNotSetAsDefault": string;
667
668
  "filters.filterViews.toast.viewNotUnsetAsDefault": string;
668
669
  "filters.filterViews.toast.viewNotApplied": string;
670
+ "parameter.toast.reset": string;
671
+ "parameter.toast.removed": string;
672
+ "parameter.toast.incompatible": string;
669
673
  "filters.filterViews.list.ariaLabel.withActions": string;
670
674
  "filters.filterViews.list.ariaLabel.noActions": string;
671
675
  "filters.filterViews.add.title": string;
@@ -1 +1 @@
1
- {"version":3,"file":"th-TH.localization-bundle.d.ts","sourceRoot":"","sources":["../../../../src/presentation/localization/bundles/th-TH.localization-bundle.ts"],"names":[],"mappings":"AAEA,eAAO,MAAM,KAAK;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;CAu2BjB,CAAC"}
1
+ {"version":3,"file":"th-TH.localization-bundle.d.ts","sourceRoot":"","sources":["../../../../src/presentation/localization/bundles/th-TH.localization-bundle.ts"],"names":[],"mappings":"AAEA,eAAO,MAAM,KAAK;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;CA22BjB,CAAC"}
@@ -26,6 +26,7 @@ export const th_TH = {
26
26
  "filterBar.showAll": "แสดงทั้งหมด",
27
27
  "filterBar.showLess": "แสดงน้อยลง",
28
28
  "filterBar.filterListAutoExpanded": "รายการตัวกรองถูกขยายโดยอัตโนมัติ",
29
+ "filterBar.filterListAutoCollapsed": "รายการตัวกรองถูกยุบโดยอัตโนมัติ",
29
30
  "filterBar.unappliedFiltersNotification": "<link>นำตัวกรองไปใช้</link> เพื่อดูข้อมูลที่อัปเดตแล้ว",
30
31
  "filterBar.invalidFilterSelection": "หากต้องการนำการเปลี่ยนแปลงไปใช้ ให้เลือกค่าที่ถูกต้องสำหรับตัวกรองเหล่านี้: {names}",
31
32
  "filterBar.applyFilters": "ใช้ตัวกรองทั้งหมด",
@@ -668,6 +669,9 @@ export const th_TH = {
668
669
  "filters.filterViews.toast.viewNotSetAsDefault": "ล้มเหลว! มุมมองของคุณไม่ได้ถูกตั้งเป็นค่าเริ่มต้น โปรดลองอีกครั้ง",
669
670
  "filters.filterViews.toast.viewNotUnsetAsDefault": "ล้มเหลว! มุมมองของคุณยังคงถูกตั้งเป็นค่าเริ่มต้น โปรดลองอีกครั้ง",
670
671
  "filters.filterViews.toast.viewNotApplied": "ล้มเหลว! มุมมองของคุณไม่ได้ถูกนำไปใช้ โปรดลองอีกครั้ง",
672
+ "parameter.toast.reset": "<b>คำเตือน:</b> พารามิเตอร์ \"{name}\" อยู่นอกช่วง ดังนั้นระบบจะใช้ค่าเริ่มต้นจนกว่าคุณจะตั้งค่าที่ถูกต้อง.",
673
+ "parameter.toast.removed": "<b>คำเตือน:</b> พารามิเตอร์ \"{name}\" ถูกนำออกเนื่องจากไม่มีอยู่อีกต่อไป.",
674
+ "parameter.toast.incompatible": "<b>คำเตือน:</b> พารามิเตอร์ \"{name}\" ไม่สามารถใช้ร่วมกันได้อีกต่อไปและถูกละเว้น.",
671
675
  "filters.filterViews.list.ariaLabel.withActions": "รายการมุมมองที่บันทึกไว้ ใช้ปุ่มลูกศรขวาเพื่อไปยังการกระทำ ‘ตั้งเป็นค่าเริ่มต้น’ จากนั้นไปยังการกระทำ ‘ลบ’",
672
676
  "filters.filterViews.list.ariaLabel.noActions": "รายการมุมมองที่บันทึกไว้",
673
677
  "filters.filterViews.add.title": "สร้างมุมมอง",
@@ -24,6 +24,7 @@ export declare const tr_TR: {
24
24
  "filterBar.showAll": string;
25
25
  "filterBar.showLess": string;
26
26
  "filterBar.filterListAutoExpanded": string;
27
+ "filterBar.filterListAutoCollapsed": string;
27
28
  "filterBar.unappliedFiltersNotification": string;
28
29
  "filterBar.invalidFilterSelection": string;
29
30
  "filterBar.applyFilters": string;
@@ -666,6 +667,9 @@ export declare const tr_TR: {
666
667
  "filters.filterViews.toast.viewNotSetAsDefault": string;
667
668
  "filters.filterViews.toast.viewNotUnsetAsDefault": string;
668
669
  "filters.filterViews.toast.viewNotApplied": string;
670
+ "parameter.toast.reset": string;
671
+ "parameter.toast.removed": string;
672
+ "parameter.toast.incompatible": string;
669
673
  "filters.filterViews.list.ariaLabel.withActions": string;
670
674
  "filters.filterViews.list.ariaLabel.noActions": string;
671
675
  "filters.filterViews.add.title": string;
@@ -1 +1 @@
1
- {"version":3,"file":"tr-TR.localization-bundle.d.ts","sourceRoot":"","sources":["../../../../src/presentation/localization/bundles/tr-TR.localization-bundle.ts"],"names":[],"mappings":"AAEA,eAAO,MAAM,KAAK;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;CAu2BjB,CAAC"}
1
+ {"version":3,"file":"tr-TR.localization-bundle.d.ts","sourceRoot":"","sources":["../../../../src/presentation/localization/bundles/tr-TR.localization-bundle.ts"],"names":[],"mappings":"AAEA,eAAO,MAAM,KAAK;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;CA22BjB,CAAC"}
@@ -26,6 +26,7 @@ export const tr_TR = {
26
26
  "filterBar.showAll": "Tümünü göster",
27
27
  "filterBar.showLess": "Daha az göster",
28
28
  "filterBar.filterListAutoExpanded": "Filtre listesi otomatik olarak genişletildi",
29
+ "filterBar.filterListAutoCollapsed": "Filtre listesi otomatik olarak daraltıldı",
29
30
  "filterBar.unappliedFiltersNotification": "<link>Filtreleri uygula</link> güncellenmiş verileri görmek için.",
30
31
  "filterBar.invalidFilterSelection": "Değişiklikleri uygulamak için bu filtreler için geçerli değerleri seçin: {names}",
31
32
  "filterBar.applyFilters": "Tüm filtreleri uygula",
@@ -668,6 +669,9 @@ export const tr_TR = {
668
669
  "filters.filterViews.toast.viewNotSetAsDefault": "Başarısızlık! Görünümünüz varsayılan olarak ayarlanamadı. Lütfen tekrar deneyin.",
669
670
  "filters.filterViews.toast.viewNotUnsetAsDefault": "Başarısızlık! Görünümünüz hala varsayılan olarak ayarlanmış. Lütfen tekrar deneyin.",
670
671
  "filters.filterViews.toast.viewNotApplied": "Başarısızlık! Görünümünüz uygulanmadı. Lütfen tekrar deneyin.",
672
+ "parameter.toast.reset": "<b>Uyarı:</b> \"{name}\" parametresi aralık dışında, bu nedenle siz geçerli bir değer ayarlayana kadar varsayılan değer uygulanır.",
673
+ "parameter.toast.removed": "<b>Uyarı:</b> \"{name}\" parametresi artık mevcut olmadığı için kaldırıldı.",
674
+ "parameter.toast.incompatible": "<b>Uyarı:</b> \"{name}\" parametresi artık uyumlu olmadığı için yok sayıldı.",
671
675
  "filters.filterViews.list.ariaLabel.withActions": "Kaydedilmiş görünümler listesi. 'Varsayılan olarak ayarla' eylemine geçmek için sağ ok tuşunu, ardından 'sil' eylemine geçmek için kullanın.",
672
676
  "filters.filterViews.list.ariaLabel.noActions": "Kaydedilmiş görünümler listesi",
673
677
  "filters.filterViews.add.title": "Görünüm oluştur",
@@ -24,6 +24,7 @@ export declare const uk_UA: {
24
24
  "filterBar.showAll": string;
25
25
  "filterBar.showLess": string;
26
26
  "filterBar.filterListAutoExpanded": string;
27
+ "filterBar.filterListAutoCollapsed": string;
27
28
  "filterBar.unappliedFiltersNotification": string;
28
29
  "filterBar.invalidFilterSelection": string;
29
30
  "filterBar.applyFilters": string;
@@ -666,6 +667,9 @@ export declare const uk_UA: {
666
667
  "filters.filterViews.toast.viewNotSetAsDefault": string;
667
668
  "filters.filterViews.toast.viewNotUnsetAsDefault": string;
668
669
  "filters.filterViews.toast.viewNotApplied": string;
670
+ "parameter.toast.reset": string;
671
+ "parameter.toast.removed": string;
672
+ "parameter.toast.incompatible": string;
669
673
  "filters.filterViews.list.ariaLabel.withActions": string;
670
674
  "filters.filterViews.list.ariaLabel.noActions": string;
671
675
  "filters.filterViews.add.title": string;
@@ -1 +1 @@
1
- {"version":3,"file":"uk-UA.localization-bundle.d.ts","sourceRoot":"","sources":["../../../../src/presentation/localization/bundles/uk-UA.localization-bundle.ts"],"names":[],"mappings":"AAEA,eAAO,MAAM,KAAK;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;CAu2BjB,CAAC"}
1
+ {"version":3,"file":"uk-UA.localization-bundle.d.ts","sourceRoot":"","sources":["../../../../src/presentation/localization/bundles/uk-UA.localization-bundle.ts"],"names":[],"mappings":"AAEA,eAAO,MAAM,KAAK;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;CA22BjB,CAAC"}
@@ -26,6 +26,7 @@ export const uk_UA = {
26
26
  "filterBar.showAll": "Показати все",
27
27
  "filterBar.showLess": "Показати менше",
28
28
  "filterBar.filterListAutoExpanded": "Список фільтрів було автоматично розгорнуто",
29
+ "filterBar.filterListAutoCollapsed": "Список фільтрів автоматично згорнуто",
29
30
  "filterBar.unappliedFiltersNotification": "<link>Застосуйте фільтри</link>, щоб переглянути оновлені дані.",
30
31
  "filterBar.invalidFilterSelection": "Щоб застосувати зміни, виберіть припустимі значення для цих фільтрів: {names}",
31
32
  "filterBar.applyFilters": "Застосувати всі фільтри",
@@ -668,6 +669,9 @@ export const uk_UA = {
668
669
  "filters.filterViews.toast.viewNotSetAsDefault": "Помилка! Не вдалося зробити ваше подання типовим. Спробуйте ще раз.",
669
670
  "filters.filterViews.toast.viewNotUnsetAsDefault": "Помилка! Ваше подання досі є типовим. Спробуйте ще раз.",
670
671
  "filters.filterViews.toast.viewNotApplied": "Помилка! Ваше подання не застосовано. Спробуйте ще раз.",
672
+ "parameter.toast.reset": "<b>Попередження:</b> Параметр \"{name}\" перебуває поза діапазоном, тому застосовується стандартне значення, доки ви не задасте припустиме.",
673
+ "parameter.toast.removed": "<b>Попередження:</b> Параметр \"{name}\" видалено, оскільки він більше не існує.",
674
+ "parameter.toast.incompatible": "<b>Попередження:</b> Параметр \"{name}\" більше не сумісний, тому його проігноровано.",
671
675
  "filters.filterViews.list.ariaLabel.withActions": "Список збережених подань. Використовуйте клавішу стрілки вправо, щоб перейти до дії «Зробити типовим», а потім — до дії «видалити».",
672
676
  "filters.filterViews.list.ariaLabel.noActions": "Список збережених подань",
673
677
  "filters.filterViews.add.title": "Створити подання",
@@ -24,6 +24,7 @@ export declare const vi_VN: {
24
24
  "filterBar.showAll": string;
25
25
  "filterBar.showLess": string;
26
26
  "filterBar.filterListAutoExpanded": string;
27
+ "filterBar.filterListAutoCollapsed": string;
27
28
  "filterBar.unappliedFiltersNotification": string;
28
29
  "filterBar.invalidFilterSelection": string;
29
30
  "filterBar.applyFilters": string;
@@ -666,6 +667,9 @@ export declare const vi_VN: {
666
667
  "filters.filterViews.toast.viewNotSetAsDefault": string;
667
668
  "filters.filterViews.toast.viewNotUnsetAsDefault": string;
668
669
  "filters.filterViews.toast.viewNotApplied": string;
670
+ "parameter.toast.reset": string;
671
+ "parameter.toast.removed": string;
672
+ "parameter.toast.incompatible": string;
669
673
  "filters.filterViews.list.ariaLabel.withActions": string;
670
674
  "filters.filterViews.list.ariaLabel.noActions": string;
671
675
  "filters.filterViews.add.title": string;
@@ -1 +1 @@
1
- {"version":3,"file":"vi-VN.localization-bundle.d.ts","sourceRoot":"","sources":["../../../../src/presentation/localization/bundles/vi-VN.localization-bundle.ts"],"names":[],"mappings":"AAEA,eAAO,MAAM,KAAK;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;CAu2BjB,CAAC"}
1
+ {"version":3,"file":"vi-VN.localization-bundle.d.ts","sourceRoot":"","sources":["../../../../src/presentation/localization/bundles/vi-VN.localization-bundle.ts"],"names":[],"mappings":"AAEA,eAAO,MAAM,KAAK;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;CA22BjB,CAAC"}
@@ -26,6 +26,7 @@ export const vi_VN = {
26
26
  "filterBar.showAll": "Hiện tất cả",
27
27
  "filterBar.showLess": "Hiện ít",
28
28
  "filterBar.filterListAutoExpanded": "Danh sách bộ lọc đã được tự động mở rộng",
29
+ "filterBar.filterListAutoCollapsed": "Danh sách bộ lọc đã được tự động thu gọn",
29
30
  "filterBar.unappliedFiltersNotification": "<link>Áp dụng bộ lọc</link> để xem dữ liệu đã được cập nhật.",
30
31
  "filterBar.invalidFilterSelection": "Để áp dụng các thay đổi, hãy chọn các giá trị hợp lệ cho các bộ lọc này: {names}",
31
32
  "filterBar.applyFilters": "Áp dụng tất cả bộ lọc",
@@ -668,6 +669,9 @@ export const vi_VN = {
668
669
  "filters.filterViews.toast.viewNotSetAsDefault": "Thất bại! Chế độ xem của bạn chưa được đặt làm mặc định. Vui lòng thử lại.",
669
670
  "filters.filterViews.toast.viewNotUnsetAsDefault": "Thất bại! Chế độ xem của bạn vẫn đang được đặt làm mặc định. Vui lòng thử lại.",
670
671
  "filters.filterViews.toast.viewNotApplied": "Thất bại! Chế độ xem của bạn chưa được áp dụng. Vui lòng thử lại.",
672
+ "parameter.toast.reset": "<b>Cảnh báo:</b> Tham số \"{name}\" nằm ngoài phạm vi, nên giá trị mặc định được áp dụng cho đến khi bạn đặt giá trị hợp lệ.",
673
+ "parameter.toast.removed": "<b>Cảnh báo:</b> Tham số \"{name}\" đã bị xóa vì không còn tồn tại.",
674
+ "parameter.toast.incompatible": "<b>Cảnh báo:</b> Tham số \"{name}\" không còn tương thích và đã bị bỏ qua.",
671
675
  "filters.filterViews.list.ariaLabel.withActions": "Danh sách chế độ xem đã lưu. Dùng phím mũi tên phải để di chuyển đến hành động ‘Đặt làm mặc định’, sau đó đến hành động ‘xóa’.",
672
676
  "filters.filterViews.list.ariaLabel.noActions": "Danh sách chế độ xem đã lưu",
673
677
  "filters.filterViews.add.title": "Tạo chế độ xem",
@@ -24,6 +24,7 @@ export declare const zh_HK: {
24
24
  "filterBar.showAll": string;
25
25
  "filterBar.showLess": string;
26
26
  "filterBar.filterListAutoExpanded": string;
27
+ "filterBar.filterListAutoCollapsed": string;
27
28
  "filterBar.unappliedFiltersNotification": string;
28
29
  "filterBar.invalidFilterSelection": string;
29
30
  "filterBar.applyFilters": string;
@@ -666,6 +667,9 @@ export declare const zh_HK: {
666
667
  "filters.filterViews.toast.viewNotSetAsDefault": string;
667
668
  "filters.filterViews.toast.viewNotUnsetAsDefault": string;
668
669
  "filters.filterViews.toast.viewNotApplied": string;
670
+ "parameter.toast.reset": string;
671
+ "parameter.toast.removed": string;
672
+ "parameter.toast.incompatible": string;
669
673
  "filters.filterViews.list.ariaLabel.withActions": string;
670
674
  "filters.filterViews.list.ariaLabel.noActions": string;
671
675
  "filters.filterViews.add.title": string;
@@ -1 +1 @@
1
- {"version":3,"file":"zh-HK.localization-bundle.d.ts","sourceRoot":"","sources":["../../../../src/presentation/localization/bundles/zh-HK.localization-bundle.ts"],"names":[],"mappings":"AAEA,eAAO,MAAM,KAAK;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;CAu2BjB,CAAC"}
1
+ {"version":3,"file":"zh-HK.localization-bundle.d.ts","sourceRoot":"","sources":["../../../../src/presentation/localization/bundles/zh-HK.localization-bundle.ts"],"names":[],"mappings":"AAEA,eAAO,MAAM,KAAK;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;CA22BjB,CAAC"}
@@ -26,6 +26,7 @@ export const zh_HK = {
26
26
  "filterBar.showAll": "顯示全部",
27
27
  "filterBar.showLess": "顯示簡要信息",
28
28
  "filterBar.filterListAutoExpanded": "篩選器清單已自動展開",
29
+ "filterBar.filterListAutoCollapsed": "篩選器清單已自動摺疊",
29
30
  "filterBar.unappliedFiltersNotification": "<link>應用篩選器</link>以查看更新嘅數據。",
30
31
  "filterBar.invalidFilterSelection": "要應用更改,請為以下過濾器選擇有效值: {names}",
31
32
  "filterBar.applyFilters": "套用所有篩選器",
@@ -668,6 +669,9 @@ export const zh_HK = {
668
669
  "filters.filterViews.toast.viewNotSetAsDefault": "失敗! 您的視圖未設置為默認視圖。 請再試一次。",
669
670
  "filters.filterViews.toast.viewNotUnsetAsDefault": "失敗! 您的視圖仍設置為默認視圖。 請再試一次。",
670
671
  "filters.filterViews.toast.viewNotApplied": "失敗! 您的视圖未被應用。 請再試一次。",
672
+ "parameter.toast.reset": "<b>警告:</b> 參數「{name}」超出範圍,因此在您設定有效值之前,會套用預設值。",
673
+ "parameter.toast.removed": "<b>警告:</b> 參數「{name}」已被移除,因為該參數已不存在。",
674
+ "parameter.toast.incompatible": "<b>警告:</b> 參數「{name}」不再相容,已被忽略。",
671
675
  "filters.filterViews.list.ariaLabel.withActions": "已儲存的視圖列表。 用向右箭頭鍵移至「設為預設值」動作,然後移至「刪除」動作。",
672
676
  "filters.filterViews.list.ariaLabel.noActions": "已保存的視圖列表",
673
677
  "filters.filterViews.add.title": "創建視圖",
@@ -24,6 +24,7 @@ export declare const zh_Hans: {
24
24
  "filterBar.showAll": string;
25
25
  "filterBar.showLess": string;
26
26
  "filterBar.filterListAutoExpanded": string;
27
+ "filterBar.filterListAutoCollapsed": string;
27
28
  "filterBar.unappliedFiltersNotification": string;
28
29
  "filterBar.invalidFilterSelection": string;
29
30
  "filterBar.applyFilters": string;
@@ -666,6 +667,9 @@ export declare const zh_Hans: {
666
667
  "filters.filterViews.toast.viewNotSetAsDefault": string;
667
668
  "filters.filterViews.toast.viewNotUnsetAsDefault": string;
668
669
  "filters.filterViews.toast.viewNotApplied": string;
670
+ "parameter.toast.reset": string;
671
+ "parameter.toast.removed": string;
672
+ "parameter.toast.incompatible": string;
669
673
  "filters.filterViews.list.ariaLabel.withActions": string;
670
674
  "filters.filterViews.list.ariaLabel.noActions": string;
671
675
  "filters.filterViews.add.title": string;
@@ -1 +1 @@
1
- {"version":3,"file":"zh-Hans.localization-bundle.d.ts","sourceRoot":"","sources":["../../../../src/presentation/localization/bundles/zh-Hans.localization-bundle.ts"],"names":[],"mappings":"AAEA,eAAO,MAAM,OAAO;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;CAu2BnB,CAAC"}
1
+ {"version":3,"file":"zh-Hans.localization-bundle.d.ts","sourceRoot":"","sources":["../../../../src/presentation/localization/bundles/zh-Hans.localization-bundle.ts"],"names":[],"mappings":"AAEA,eAAO,MAAM,OAAO;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;CA22BnB,CAAC"}
@@ -26,6 +26,7 @@ export const zh_Hans = {
26
26
  "filterBar.showAll": "显示全部",
27
27
  "filterBar.showLess": "显示更少",
28
28
  "filterBar.filterListAutoExpanded": "筛选器列表已自动展开",
29
+ "filterBar.filterListAutoCollapsed": "筛选器列表已自动折叠",
29
30
  "filterBar.unappliedFiltersNotification": "<link>应用过滤器</link> 查看更新的数据。",
30
31
  "filterBar.invalidFilterSelection": "要应用更改,请为这些过滤器选择有效值: {names}",
31
32
  "filterBar.applyFilters": "应用所有筛选器",
@@ -668,6 +669,9 @@ export const zh_Hans = {
668
669
  "filters.filterViews.toast.viewNotSetAsDefault": "失败!您的视图未设置为默认视图。请重试。",
669
670
  "filters.filterViews.toast.viewNotUnsetAsDefault": "失败!您的视图仍设置为默认视图。请重试。",
670
671
  "filters.filterViews.toast.viewNotApplied": "失败!您的视图未得到应用。请重试。",
672
+ "parameter.toast.reset": "<b>警告:</b>参数 \"{name}\" 超出范围,因此在您设置有效值之前,将应用默认值。",
673
+ "parameter.toast.removed": "<b>警告:</b>参数 \"{name}\" 已被移除,因为它不再存在。",
674
+ "parameter.toast.incompatible": "<b>警告:</b>参数 \"{name}\" 不再兼容,已被忽略。",
671
675
  "filters.filterViews.list.ariaLabel.withActions": "已保存视图列表。使用右箭头键移动到“设置为默认”操作,然后移动到“删除”操作。",
672
676
  "filters.filterViews.list.ariaLabel.noActions": "已保存视图列表",
673
677
  "filters.filterViews.add.title": "创建视图",
@@ -24,6 +24,7 @@ export declare const zh_Hant: {
24
24
  "filterBar.showAll": string;
25
25
  "filterBar.showLess": string;
26
26
  "filterBar.filterListAutoExpanded": string;
27
+ "filterBar.filterListAutoCollapsed": string;
27
28
  "filterBar.unappliedFiltersNotification": string;
28
29
  "filterBar.invalidFilterSelection": string;
29
30
  "filterBar.applyFilters": string;
@@ -666,6 +667,9 @@ export declare const zh_Hant: {
666
667
  "filters.filterViews.toast.viewNotSetAsDefault": string;
667
668
  "filters.filterViews.toast.viewNotUnsetAsDefault": string;
668
669
  "filters.filterViews.toast.viewNotApplied": string;
670
+ "parameter.toast.reset": string;
671
+ "parameter.toast.removed": string;
672
+ "parameter.toast.incompatible": string;
669
673
  "filters.filterViews.list.ariaLabel.withActions": string;
670
674
  "filters.filterViews.list.ariaLabel.noActions": string;
671
675
  "filters.filterViews.add.title": string;
@@ -1 +1 @@
1
- {"version":3,"file":"zh-Hant.localization-bundle.d.ts","sourceRoot":"","sources":["../../../../src/presentation/localization/bundles/zh-Hant.localization-bundle.ts"],"names":[],"mappings":"AAEA,eAAO,MAAM,OAAO;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;CAu2BnB,CAAC"}
1
+ {"version":3,"file":"zh-Hant.localization-bundle.d.ts","sourceRoot":"","sources":["../../../../src/presentation/localization/bundles/zh-Hant.localization-bundle.ts"],"names":[],"mappings":"AAEA,eAAO,MAAM,OAAO;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;CA22BnB,CAAC"}
@@ -26,6 +26,7 @@ export const zh_Hant = {
26
26
  "filterBar.showAll": "顯示所有",
27
27
  "filterBar.showLess": "顯示較少",
28
28
  "filterBar.filterListAutoExpanded": "篩選器清單已自動展開",
29
+ "filterBar.filterListAutoCollapsed": "篩選器清單已自動收合",
29
30
  "filterBar.unappliedFiltersNotification": "<link>應用過濾器</link> 查看更新的數據。",
30
31
  "filterBar.invalidFilterSelection": "若要套用更改,請為這些過濾器選擇有效值: {names}",
31
32
  "filterBar.applyFilters": "套用所有篩選器",
@@ -668,6 +669,9 @@ export const zh_Hant = {
668
669
  "filters.filterViews.toast.viewNotSetAsDefault": "失敗!您的視圖未設定為預設視圖。請再試一次。",
669
670
  "filters.filterViews.toast.viewNotUnsetAsDefault": "失敗!您的視圖仍設定為預設值。請再試一次。",
670
671
  "filters.filterViews.toast.viewNotApplied": "失敗!你的觀點沒有被採納。請再試一次。",
672
+ "parameter.toast.reset": "<b>警告:</b> 參數 \"{name}\" 超出範圍,因此在您設定有效值之前,將套用預設值。",
673
+ "parameter.toast.removed": "<b>警告:</b> 參數 \"{name}\" 已移除,因為該參數已不存在。",
674
+ "parameter.toast.incompatible": "<b>警告:</b> 參數 \"{name}\" 已不再相容,因此已被忽略。",
671
675
  "filters.filterViews.list.ariaLabel.withActions": "已儲存視圖清單。使用右箭頭鍵移至「設定為預設」操作,然後移至「刪除」操作。",
672
676
  "filters.filterViews.list.ariaLabel.noActions": "已儲存視圖列表",
673
677
  "filters.filterViews.add.title": "建立視圖",
@@ -16616,8 +16616,11 @@ export declare interface IScheduledEmailDialogProps {
16616
16616
  * Widget to be used for scheduled email.
16617
16617
  *
16618
16618
  * Note: this is available only when scheduling export for widget, not dashboard.
16619
+ * Typed as IWidget (not ExtendedDashboardWidget) because the dialog only
16620
+ * supports insight widgets; custom widgets and nested layouts are not valid
16621
+ * export targets and were silently discarded at the connector boundary anyway.
16619
16622
  */
16620
- widget?: ExtendedDashboardWidget;
16623
+ widget?: IWidget;
16621
16624
  /**
16622
16625
  * Insight to be used for scheduled email.
16623
16626
  *
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@gooddata/sdk-ui-dashboard",
3
- "version": "11.44.0-alpha.1",
3
+ "version": "11.44.0-alpha.3",
4
4
  "description": "GoodData SDK - Dashboard Component",
5
5
  "license": "LicenseRef-LICENSE",
6
6
  "author": "GoodData Corporation",
@@ -60,19 +60,19 @@
60
60
  "ts-invariant": "0.10.3",
61
61
  "tslib": "2.8.1",
62
62
  "uuid": "11.1.1",
63
- "@gooddata/sdk-backend-base": "11.44.0-alpha.1",
64
- "@gooddata/sdk-model": "11.44.0-alpha.1",
65
- "@gooddata/sdk-backend-spi": "11.44.0-alpha.1",
66
- "@gooddata/sdk-ui-charts": "11.44.0-alpha.1",
67
- "@gooddata/sdk-ui": "11.44.0-alpha.1",
68
- "@gooddata/sdk-ui-ext": "11.44.0-alpha.1",
69
- "@gooddata/sdk-ui-filters": "11.44.0-alpha.1",
70
- "@gooddata/sdk-ui-pivot": "11.44.0-alpha.1",
71
- "@gooddata/sdk-ui-kit": "11.44.0-alpha.1",
72
- "@gooddata/sdk-ui-geo": "11.44.0-alpha.1",
73
- "@gooddata/sdk-ui-theme-provider": "11.44.0-alpha.1",
74
- "@gooddata/sdk-ui-vis-commons": "11.44.0-alpha.1",
75
- "@gooddata/util": "11.44.0-alpha.1"
63
+ "@gooddata/sdk-backend-base": "11.44.0-alpha.3",
64
+ "@gooddata/sdk-backend-spi": "11.44.0-alpha.3",
65
+ "@gooddata/sdk-ui": "11.44.0-alpha.3",
66
+ "@gooddata/sdk-model": "11.44.0-alpha.3",
67
+ "@gooddata/sdk-ui-charts": "11.44.0-alpha.3",
68
+ "@gooddata/sdk-ui-ext": "11.44.0-alpha.3",
69
+ "@gooddata/sdk-ui-filters": "11.44.0-alpha.3",
70
+ "@gooddata/sdk-ui-geo": "11.44.0-alpha.3",
71
+ "@gooddata/sdk-ui-kit": "11.44.0-alpha.3",
72
+ "@gooddata/sdk-ui-pivot": "11.44.0-alpha.3",
73
+ "@gooddata/util": "11.44.0-alpha.3",
74
+ "@gooddata/sdk-ui-theme-provider": "11.44.0-alpha.3",
75
+ "@gooddata/sdk-ui-vis-commons": "11.44.0-alpha.3"
76
76
  },
77
77
  "devDependencies": {
78
78
  "@microsoft/api-documenter": "^7.17.0",
@@ -118,12 +118,12 @@
118
118
  "typescript": "5.9.3",
119
119
  "vitest": "4.1.8",
120
120
  "vitest-dom": "0.1.1",
121
- "@gooddata/eslint-config": "11.44.0-alpha.1",
122
- "@gooddata/i18n-toolkit": "11.44.0-alpha.1",
123
- "@gooddata/oxlint-config": "11.44.0-alpha.1",
124
- "@gooddata/sdk-backend-mockingbird": "11.44.0-alpha.1",
125
- "@gooddata/stylelint-config": "11.44.0-alpha.1",
126
- "@gooddata/reference-workspace": "11.44.0-alpha.1"
121
+ "@gooddata/eslint-config": "11.44.0-alpha.3",
122
+ "@gooddata/i18n-toolkit": "11.44.0-alpha.3",
123
+ "@gooddata/reference-workspace": "11.44.0-alpha.3",
124
+ "@gooddata/oxlint-config": "11.44.0-alpha.3",
125
+ "@gooddata/sdk-backend-mockingbird": "11.44.0-alpha.3",
126
+ "@gooddata/stylelint-config": "11.44.0-alpha.3"
127
127
  },
128
128
  "peerDependencies": {
129
129
  "react": "^18.0.0 || ^19.0.0",
@@ -5280,6 +5280,12 @@ input[type=search]::-webkit-search-cancel-button {
5280
5280
  background: var(--gd-palette-error-base-t85, rgba(229, 77, 66, 0.15));
5281
5281
  }
5282
5282
 
5283
+ .gd-ui-kit-control-button--isWarning {
5284
+ font-size: 12px;
5285
+ color: var(--gd-palette-warning-base, #f18600);
5286
+ background: var(--gd-palette-warning-base-t85, rgba(241, 134, 0, 0.15));
5287
+ }
5288
+
5283
5289
  .gd-ui-kit-control-button--disabled {
5284
5290
  cursor: default;
5285
5291
  }
@@ -16286,6 +16292,12 @@ a.gd-button-link:hover .gd-button-text, a.gd-button-link-dimmed:hover .gd-button
16286
16292
  background: var(--gd-palette-error-base-t85, rgba(229, 77, 66, 0.15));
16287
16293
  }
16288
16294
 
16295
+ .gd-ui-kit-control-button--isWarning {
16296
+ font-size: 12px;
16297
+ color: var(--gd-palette-warning-base, #f18600);
16298
+ background: var(--gd-palette-warning-base-t85, rgba(241, 134, 0, 0.15));
16299
+ }
16300
+
16289
16301
  .gd-ui-kit-control-button--disabled {
16290
16302
  cursor: default;
16291
16303
  }