@gooddata/sdk-ui-ext 11.43.0-alpha.2 → 11.43.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.
- package/NOTICE +4826 -13873
- package/esm/internal/components/configurationControls/ConfigSection.d.ts +2 -1
- package/esm/internal/components/configurationControls/ConfigSection.d.ts.map +1 -1
- package/esm/internal/components/configurationControls/ConfigSection.js +7 -3
- package/esm/internal/components/configurationControls/colors/colorDropdown/ColorDropdown.d.ts +4 -0
- package/esm/internal/components/configurationControls/colors/colorDropdown/ColorDropdown.d.ts.map +1 -1
- package/esm/internal/components/configurationControls/colors/colorDropdown/ColorDropdown.js +13 -2
- package/esm/internal/components/configurationControls/colors/colorDropdown/ColorPalette.d.ts +5 -0
- package/esm/internal/components/configurationControls/colors/colorDropdown/ColorPalette.d.ts.map +1 -1
- package/esm/internal/components/configurationControls/colors/colorDropdown/ColorPalette.js +5 -3
- package/esm/internal/components/configurationControls/conditionalFormatting/ConditionalFormattingDialog.d.ts +13 -0
- package/esm/internal/components/configurationControls/conditionalFormatting/ConditionalFormattingDialog.d.ts.map +1 -0
- package/esm/internal/components/configurationControls/conditionalFormatting/ConditionalFormattingDialog.js +158 -0
- package/esm/internal/components/configurationControls/conditionalFormatting/ConditionalFormattingSection.d.ts +12 -0
- package/esm/internal/components/configurationControls/conditionalFormatting/ConditionalFormattingSection.d.ts.map +1 -0
- package/esm/internal/components/configurationControls/conditionalFormatting/ConditionalFormattingSection.js +54 -0
- package/esm/internal/components/configurationControls/conditionalFormatting/conditionalFormattingColors.d.ts +14 -0
- package/esm/internal/components/configurationControls/conditionalFormatting/conditionalFormattingColors.d.ts.map +1 -0
- package/esm/internal/components/configurationControls/conditionalFormatting/conditionalFormattingColors.js +32 -0
- package/esm/internal/components/configurationControls/conditionalFormatting/conditionalFormattingModel.d.ts +28 -0
- package/esm/internal/components/configurationControls/conditionalFormatting/conditionalFormattingModel.d.ts.map +1 -0
- package/esm/internal/components/configurationControls/conditionalFormatting/conditionalFormattingModel.js +149 -0
- package/esm/internal/components/configurationPanels/ConfigurationPanelContent.d.ts +1 -0
- package/esm/internal/components/configurationPanels/ConfigurationPanelContent.d.ts.map +1 -1
- package/esm/internal/components/configurationPanels/PivotTableConfigurationPanel.d.ts +1 -0
- package/esm/internal/components/configurationPanels/PivotTableConfigurationPanel.d.ts.map +1 -1
- package/esm/internal/components/configurationPanels/PivotTableConfigurationPanel.js +9 -1
- package/esm/internal/components/dialogs/userManagementDialogs/AddWorkspaceToSubjects.d.ts +0 -1
- package/esm/internal/components/dialogs/userManagementDialogs/AddWorkspaceToSubjects.d.ts.map +1 -1
- package/esm/internal/components/dialogs/userManagementDialogs/AddWorkspaceToSubjects.js +3 -3
- package/esm/internal/components/dialogs/userManagementDialogs/UserEditDialog.d.ts +0 -1
- package/esm/internal/components/dialogs/userManagementDialogs/UserEditDialog.d.ts.map +1 -1
- package/esm/internal/components/dialogs/userManagementDialogs/UserEditDialog.js +2 -2
- package/esm/internal/components/dialogs/userManagementDialogs/UserGroupEditDialog.d.ts +0 -1
- package/esm/internal/components/dialogs/userManagementDialogs/UserGroupEditDialog.d.ts.map +1 -1
- package/esm/internal/components/dialogs/userManagementDialogs/UserGroupEditDialog.js +3 -3
- package/esm/internal/components/dialogs/userManagementDialogs/Workspace/AddWorkspace.d.ts +1 -2
- package/esm/internal/components/dialogs/userManagementDialogs/Workspace/AddWorkspace.d.ts.map +1 -1
- package/esm/internal/components/dialogs/userManagementDialogs/Workspace/AddWorkspace.js +2 -2
- package/esm/internal/components/dialogs/userManagementDialogs/Workspace/WorkspaceItem/GranularPermissions.d.ts +1 -2
- package/esm/internal/components/dialogs/userManagementDialogs/Workspace/WorkspaceItem/GranularPermissions.d.ts.map +1 -1
- package/esm/internal/components/dialogs/userManagementDialogs/Workspace/WorkspaceItem/GranularPermissions.js +3 -3
- package/esm/internal/components/dialogs/userManagementDialogs/Workspace/WorkspaceItem/PermissionsDropdown.d.ts +0 -1
- package/esm/internal/components/dialogs/userManagementDialogs/Workspace/WorkspaceItem/PermissionsDropdown.d.ts.map +1 -1
- package/esm/internal/components/dialogs/userManagementDialogs/Workspace/WorkspaceItem/PermissionsDropdown.js +3 -5
- package/esm/internal/components/dialogs/userManagementDialogs/Workspace/WorkspaceItem/WorkspaceItem.d.ts +1 -2
- package/esm/internal/components/dialogs/userManagementDialogs/Workspace/WorkspaceItem/WorkspaceItem.d.ts.map +1 -1
- package/esm/internal/components/dialogs/userManagementDialogs/Workspace/WorkspaceItem/WorkspaceItem.js +2 -2
- package/esm/internal/components/dialogs/userManagementDialogs/Workspace/WorkspaceList.d.ts +0 -1
- package/esm/internal/components/dialogs/userManagementDialogs/Workspace/WorkspaceList.d.ts.map +1 -1
- package/esm/internal/components/pluggableVisualizations/pivotTableNext/PluggablePivotTableNext.d.ts +3 -0
- package/esm/internal/components/pluggableVisualizations/pivotTableNext/PluggablePivotTableNext.d.ts.map +1 -1
- package/esm/internal/components/pluggableVisualizations/pivotTableNext/PluggablePivotTableNext.js +33 -5
- package/esm/internal/constants/supportedProperties.d.ts.map +1 -1
- package/esm/internal/constants/supportedProperties.js +1 -0
- package/esm/internal/translations/de-DE.localization-bundle.d.ts +11 -0
- package/esm/internal/translations/de-DE.localization-bundle.d.ts.map +1 -1
- package/esm/internal/translations/de-DE.localization-bundle.js +12 -1
- package/esm/internal/translations/en-AU.localization-bundle.d.ts +11 -0
- package/esm/internal/translations/en-AU.localization-bundle.d.ts.map +1 -1
- package/esm/internal/translations/en-AU.localization-bundle.js +12 -1
- package/esm/internal/translations/en-GB.localization-bundle.d.ts +11 -0
- package/esm/internal/translations/en-GB.localization-bundle.d.ts.map +1 -1
- package/esm/internal/translations/en-GB.localization-bundle.js +12 -1
- package/esm/internal/translations/en-US.localization-bundle.d.ts +168 -0
- package/esm/internal/translations/en-US.localization-bundle.d.ts.map +1 -1
- package/esm/internal/translations/en-US.localization-bundle.js +168 -0
- package/esm/internal/translations/es-419.localization-bundle.d.ts +11 -0
- package/esm/internal/translations/es-419.localization-bundle.d.ts.map +1 -1
- package/esm/internal/translations/es-419.localization-bundle.js +12 -1
- package/esm/internal/translations/es-ES.localization-bundle.d.ts +11 -0
- package/esm/internal/translations/es-ES.localization-bundle.d.ts.map +1 -1
- package/esm/internal/translations/es-ES.localization-bundle.js +12 -1
- package/esm/internal/translations/fi-FI.localization-bundle.d.ts +11 -0
- package/esm/internal/translations/fi-FI.localization-bundle.d.ts.map +1 -1
- package/esm/internal/translations/fi-FI.localization-bundle.js +12 -1
- package/esm/internal/translations/fr-CA.localization-bundle.d.ts +11 -0
- package/esm/internal/translations/fr-CA.localization-bundle.d.ts.map +1 -1
- package/esm/internal/translations/fr-CA.localization-bundle.js +12 -1
- package/esm/internal/translations/fr-FR.localization-bundle.d.ts +11 -0
- package/esm/internal/translations/fr-FR.localization-bundle.d.ts.map +1 -1
- package/esm/internal/translations/fr-FR.localization-bundle.js +12 -1
- package/esm/internal/translations/id-ID.localization-bundle.d.ts +11 -0
- package/esm/internal/translations/id-ID.localization-bundle.d.ts.map +1 -1
- package/esm/internal/translations/id-ID.localization-bundle.js +12 -1
- package/esm/internal/translations/it-IT.localization-bundle.d.ts +11 -0
- package/esm/internal/translations/it-IT.localization-bundle.d.ts.map +1 -1
- package/esm/internal/translations/it-IT.localization-bundle.js +12 -1
- package/esm/internal/translations/ja-JP.localization-bundle.d.ts +11 -0
- package/esm/internal/translations/ja-JP.localization-bundle.d.ts.map +1 -1
- package/esm/internal/translations/ja-JP.localization-bundle.js +12 -1
- package/esm/internal/translations/ko-KR.localization-bundle.d.ts +11 -0
- package/esm/internal/translations/ko-KR.localization-bundle.d.ts.map +1 -1
- package/esm/internal/translations/ko-KR.localization-bundle.js +12 -1
- package/esm/internal/translations/nl-NL.localization-bundle.d.ts +11 -0
- package/esm/internal/translations/nl-NL.localization-bundle.d.ts.map +1 -1
- package/esm/internal/translations/nl-NL.localization-bundle.js +12 -1
- package/esm/internal/translations/pl-PL.localization-bundle.d.ts +11 -0
- package/esm/internal/translations/pl-PL.localization-bundle.d.ts.map +1 -1
- package/esm/internal/translations/pl-PL.localization-bundle.js +12 -1
- package/esm/internal/translations/pt-BR.localization-bundle.d.ts +11 -0
- package/esm/internal/translations/pt-BR.localization-bundle.d.ts.map +1 -1
- package/esm/internal/translations/pt-BR.localization-bundle.js +12 -1
- package/esm/internal/translations/pt-PT.localization-bundle.d.ts +11 -0
- package/esm/internal/translations/pt-PT.localization-bundle.d.ts.map +1 -1
- package/esm/internal/translations/pt-PT.localization-bundle.js +12 -1
- package/esm/internal/translations/ru-RU.localization-bundle.d.ts +11 -0
- package/esm/internal/translations/ru-RU.localization-bundle.d.ts.map +1 -1
- package/esm/internal/translations/ru-RU.localization-bundle.js +12 -1
- package/esm/internal/translations/sl-SI.localization-bundle.d.ts +11 -0
- package/esm/internal/translations/sl-SI.localization-bundle.d.ts.map +1 -1
- package/esm/internal/translations/sl-SI.localization-bundle.js +12 -1
- package/esm/internal/translations/th-TH.localization-bundle.d.ts +11 -0
- package/esm/internal/translations/th-TH.localization-bundle.d.ts.map +1 -1
- package/esm/internal/translations/th-TH.localization-bundle.js +12 -1
- package/esm/internal/translations/tr-TR.localization-bundle.d.ts +11 -0
- package/esm/internal/translations/tr-TR.localization-bundle.d.ts.map +1 -1
- package/esm/internal/translations/tr-TR.localization-bundle.js +12 -1
- package/esm/internal/translations/uk-UA.localization-bundle.d.ts +11 -0
- package/esm/internal/translations/uk-UA.localization-bundle.d.ts.map +1 -1
- package/esm/internal/translations/uk-UA.localization-bundle.js +12 -1
- package/esm/internal/translations/vi-VN.localization-bundle.d.ts +11 -0
- package/esm/internal/translations/vi-VN.localization-bundle.d.ts.map +1 -1
- package/esm/internal/translations/vi-VN.localization-bundle.js +12 -1
- package/esm/internal/translations/zh-HK.localization-bundle.d.ts +11 -0
- package/esm/internal/translations/zh-HK.localization-bundle.d.ts.map +1 -1
- package/esm/internal/translations/zh-HK.localization-bundle.js +12 -1
- package/esm/internal/translations/zh-Hans.localization-bundle.d.ts +11 -0
- package/esm/internal/translations/zh-Hans.localization-bundle.d.ts.map +1 -1
- package/esm/internal/translations/zh-Hans.localization-bundle.js +12 -1
- package/esm/internal/translations/zh-Hant.localization-bundle.d.ts +11 -0
- package/esm/internal/translations/zh-Hant.localization-bundle.d.ts.map +1 -1
- package/esm/internal/translations/zh-Hant.localization-bundle.js +12 -1
- package/esm/internal/utils/propertiesHelper.d.ts +2 -1
- package/esm/internal/utils/propertiesHelper.d.ts.map +1 -1
- package/esm/internal/utils/propertiesHelper.js +3 -0
- package/esm/locales.d.ts +79 -0
- package/esm/locales.d.ts.map +1 -1
- package/esm/locales.js +46 -0
- package/esm/sdk-ui-ext.d.ts +0 -3
- package/package.json +21 -21
- package/styles/css/main.css +238 -0
- package/styles/css/main.css.map +1 -1
- package/styles/internal/css/conditional_formatting.css +239 -0
- package/styles/internal/css/conditional_formatting.css.map +1 -0
- package/styles/internal/css/config_panel.css +5 -0
- package/styles/internal/css/config_panel.css.map +1 -1
- package/styles/internal/scss/conditional_formatting.scss +269 -0
- package/styles/internal/scss/config_panel.scss +11 -0
- package/styles/scss/main.scss +1 -0
|
@@ -594,5 +594,16 @@ export const ru_RU = {
|
|
|
594
594
|
"insightPicker.sortDirection.ascending": "По возрастанию",
|
|
595
595
|
"insightPicker.sortDirection.descending": "По убыванию",
|
|
596
596
|
"insightPicker.menu.actions": "Действия",
|
|
597
|
-
"insightPicker.resetFilters": "Сбросить фильтры"
|
|
597
|
+
"insightPicker.resetFilters": "Сбросить фильтры",
|
|
598
|
+
"objectShare.confirm.restrict.title": "Ограничить доступ?",
|
|
599
|
+
"objectShare.confirm.restrict.description": "Доступ будет ограничен только пользователями и группами, перечисленными выше.",
|
|
600
|
+
"objectShare.confirm.grantWorkspace.title": "Предоставить доступ на уровне всей рабочей области?",
|
|
601
|
+
"objectShare.confirm.grantWorkspace.description": "Это предоставит всем участникам рабочей области доступ к \"{title}\".",
|
|
602
|
+
"objectShare.confirm.button": "Подтвердить",
|
|
603
|
+
"objectShare.toast.granteeAdded": "Доступ добавлен.",
|
|
604
|
+
"objectShare.toast.accessUpdated": "Доступ обновлен.",
|
|
605
|
+
"objectShare.toast.generalAccessUpdated": "Общий доступ обновлен.",
|
|
606
|
+
"objectShare.toast.error": "Не удалось обновить доступ.",
|
|
607
|
+
"objectShare.toast.labelScopePartial": "Не удалось сохранить доступ к некоторым меткам.",
|
|
608
|
+
"objectShare.loadError": "Не удалось загрузить настройки общего доступа. Закройте диалоговое окно и повторите попытку."
|
|
598
609
|
};
|
|
@@ -593,5 +593,16 @@ export declare const sl_SI: {
|
|
|
593
593
|
"insightPicker.sortDirection.descending": string;
|
|
594
594
|
"insightPicker.menu.actions": string;
|
|
595
595
|
"insightPicker.resetFilters": string;
|
|
596
|
+
"objectShare.confirm.restrict.title": string;
|
|
597
|
+
"objectShare.confirm.restrict.description": string;
|
|
598
|
+
"objectShare.confirm.grantWorkspace.title": string;
|
|
599
|
+
"objectShare.confirm.grantWorkspace.description": string;
|
|
600
|
+
"objectShare.confirm.button": string;
|
|
601
|
+
"objectShare.toast.granteeAdded": string;
|
|
602
|
+
"objectShare.toast.accessUpdated": string;
|
|
603
|
+
"objectShare.toast.generalAccessUpdated": string;
|
|
604
|
+
"objectShare.toast.error": string;
|
|
605
|
+
"objectShare.toast.labelScopePartial": string;
|
|
606
|
+
"objectShare.loadError": string;
|
|
596
607
|
};
|
|
597
608
|
//# sourceMappingURL=sl-SI.localization-bundle.d.ts.map
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"sl-SI.localization-bundle.d.ts","sourceRoot":"","sources":["../../../src/internal/translations/sl-SI.localization-bundle.ts"],"names":[],"mappings":"AAEA,eAAO,MAAM,KAAK
|
|
1
|
+
{"version":3,"file":"sl-SI.localization-bundle.d.ts","sourceRoot":"","sources":["../../../src/internal/translations/sl-SI.localization-bundle.ts"],"names":[],"mappings":"AAEA,eAAO,MAAM,KAAK;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;CA8lBjB,CAAC"}
|
|
@@ -594,5 +594,16 @@ export const sl_SI = {
|
|
|
594
594
|
"insightPicker.sortDirection.ascending": "Naraščajoče",
|
|
595
595
|
"insightPicker.sortDirection.descending": "Padajoče",
|
|
596
596
|
"insightPicker.menu.actions": "Dejanja",
|
|
597
|
-
"insightPicker.resetFilters": "Ponastavi filtre"
|
|
597
|
+
"insightPicker.resetFilters": "Ponastavi filtre",
|
|
598
|
+
"objectShare.confirm.restrict.title": "Omejiti dostop?",
|
|
599
|
+
"objectShare.confirm.restrict.description": "S tem boste omejili dostop samo na zgoraj navedene osebe in skupine.",
|
|
600
|
+
"objectShare.confirm.grantWorkspace.title": "Odobriti dostop za celoten delovni prostor?",
|
|
601
|
+
"objectShare.confirm.grantWorkspace.description": "S tem boste vsem članom delovnega prostora odobrili dostop do \"{title}\".",
|
|
602
|
+
"objectShare.confirm.button": "Potrdi",
|
|
603
|
+
"objectShare.toast.granteeAdded": "Dostop je dodan.",
|
|
604
|
+
"objectShare.toast.accessUpdated": "Dostop je posodobljen.",
|
|
605
|
+
"objectShare.toast.generalAccessUpdated": "Splošni dostop je posodobljen.",
|
|
606
|
+
"objectShare.toast.error": "Dostopa ni bilo mogoče posodobiti.",
|
|
607
|
+
"objectShare.toast.labelScopePartial": "Nekaterih dostopov do oznak ni bilo mogoče shraniti.",
|
|
608
|
+
"objectShare.loadError": "Nastavitev deljenja ni bilo mogoče naložiti. Zaprite in poskusite znova."
|
|
598
609
|
};
|
|
@@ -593,5 +593,16 @@ export declare const th_TH: {
|
|
|
593
593
|
"insightPicker.sortDirection.descending": string;
|
|
594
594
|
"insightPicker.menu.actions": string;
|
|
595
595
|
"insightPicker.resetFilters": string;
|
|
596
|
+
"objectShare.confirm.restrict.title": string;
|
|
597
|
+
"objectShare.confirm.restrict.description": string;
|
|
598
|
+
"objectShare.confirm.grantWorkspace.title": string;
|
|
599
|
+
"objectShare.confirm.grantWorkspace.description": string;
|
|
600
|
+
"objectShare.confirm.button": string;
|
|
601
|
+
"objectShare.toast.granteeAdded": string;
|
|
602
|
+
"objectShare.toast.accessUpdated": string;
|
|
603
|
+
"objectShare.toast.generalAccessUpdated": string;
|
|
604
|
+
"objectShare.toast.error": string;
|
|
605
|
+
"objectShare.toast.labelScopePartial": string;
|
|
606
|
+
"objectShare.loadError": string;
|
|
596
607
|
};
|
|
597
608
|
//# sourceMappingURL=th-TH.localization-bundle.d.ts.map
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"th-TH.localization-bundle.d.ts","sourceRoot":"","sources":["../../../src/internal/translations/th-TH.localization-bundle.ts"],"names":[],"mappings":"AAEA,eAAO,MAAM,KAAK
|
|
1
|
+
{"version":3,"file":"th-TH.localization-bundle.d.ts","sourceRoot":"","sources":["../../../src/internal/translations/th-TH.localization-bundle.ts"],"names":[],"mappings":"AAEA,eAAO,MAAM,KAAK;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;CA8lBjB,CAAC"}
|
|
@@ -594,5 +594,16 @@ export const th_TH = {
|
|
|
594
594
|
"insightPicker.sortDirection.ascending": "จากน้อยไปมาก",
|
|
595
595
|
"insightPicker.sortDirection.descending": "จากมากไปน้อย",
|
|
596
596
|
"insightPicker.menu.actions": "การดำเนินการ",
|
|
597
|
-
"insightPicker.resetFilters": "รีเซ็ตตัวกรอง"
|
|
597
|
+
"insightPicker.resetFilters": "รีเซ็ตตัวกรอง",
|
|
598
|
+
"objectShare.confirm.restrict.title": "จำกัดการเข้าถึงหรือไม่?",
|
|
599
|
+
"objectShare.confirm.restrict.description": "การดำเนินการนี้จะจำกัดการเข้าถึงไว้เฉพาะบุคคลและกลุ่มที่ระบุไว้ด้านบน",
|
|
600
|
+
"objectShare.confirm.grantWorkspace.title": "ให้สิทธิ์การเข้าถึงทั่วทั้งพื้นที่ทำงานหรือไม่?",
|
|
601
|
+
"objectShare.confirm.grantWorkspace.description": "การดำเนินการนี้จะให้สิทธิ์การเข้าถึง \"{title}\" แก่สมาชิกพื้นที่ทำงานทั้งหมด",
|
|
602
|
+
"objectShare.confirm.button": "ยืนยัน",
|
|
603
|
+
"objectShare.toast.granteeAdded": "เพิ่มสิทธิ์การเข้าถึงแล้ว",
|
|
604
|
+
"objectShare.toast.accessUpdated": "อัปเดตสิทธิ์การเข้าถึงแล้ว",
|
|
605
|
+
"objectShare.toast.generalAccessUpdated": "อัปเดตการเข้าถึงทั่วไปแล้ว",
|
|
606
|
+
"objectShare.toast.error": "ไม่สามารถอัปเดตสิทธิ์การเข้าถึงได้",
|
|
607
|
+
"objectShare.toast.labelScopePartial": "ไม่สามารถบันทึกการเข้าถึงป้ายกำกับบางรายการได้",
|
|
608
|
+
"objectShare.loadError": "ไม่สามารถโหลดการตั้งค่าการแชร์ได้ โปรดปิดแล้วลองอีกครั้ง"
|
|
598
609
|
};
|
|
@@ -593,5 +593,16 @@ export declare const tr_TR: {
|
|
|
593
593
|
"insightPicker.sortDirection.descending": string;
|
|
594
594
|
"insightPicker.menu.actions": string;
|
|
595
595
|
"insightPicker.resetFilters": string;
|
|
596
|
+
"objectShare.confirm.restrict.title": string;
|
|
597
|
+
"objectShare.confirm.restrict.description": string;
|
|
598
|
+
"objectShare.confirm.grantWorkspace.title": string;
|
|
599
|
+
"objectShare.confirm.grantWorkspace.description": string;
|
|
600
|
+
"objectShare.confirm.button": string;
|
|
601
|
+
"objectShare.toast.granteeAdded": string;
|
|
602
|
+
"objectShare.toast.accessUpdated": string;
|
|
603
|
+
"objectShare.toast.generalAccessUpdated": string;
|
|
604
|
+
"objectShare.toast.error": string;
|
|
605
|
+
"objectShare.toast.labelScopePartial": string;
|
|
606
|
+
"objectShare.loadError": string;
|
|
596
607
|
};
|
|
597
608
|
//# sourceMappingURL=tr-TR.localization-bundle.d.ts.map
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"tr-TR.localization-bundle.d.ts","sourceRoot":"","sources":["../../../src/internal/translations/tr-TR.localization-bundle.ts"],"names":[],"mappings":"AAEA,eAAO,MAAM,KAAK
|
|
1
|
+
{"version":3,"file":"tr-TR.localization-bundle.d.ts","sourceRoot":"","sources":["../../../src/internal/translations/tr-TR.localization-bundle.ts"],"names":[],"mappings":"AAEA,eAAO,MAAM,KAAK;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;CA8lBjB,CAAC"}
|
|
@@ -594,5 +594,16 @@ export const tr_TR = {
|
|
|
594
594
|
"insightPicker.sortDirection.ascending": "Artan",
|
|
595
595
|
"insightPicker.sortDirection.descending": "Azalan",
|
|
596
596
|
"insightPicker.menu.actions": "Eylemler",
|
|
597
|
-
"insightPicker.resetFilters": "Filtreleri sıfırla"
|
|
597
|
+
"insightPicker.resetFilters": "Filtreleri sıfırla",
|
|
598
|
+
"objectShare.confirm.restrict.title": "Erişimi kısıtla?",
|
|
599
|
+
"objectShare.confirm.restrict.description": "Bu, erişimi yalnızca yukarıda listelenen kişiler ve gruplarla kısıtlar.",
|
|
600
|
+
"objectShare.confirm.grantWorkspace.title": "Çalışma alanı genelinde erişim verilsin mi?",
|
|
601
|
+
"objectShare.confirm.grantWorkspace.description": "Bu, tüm çalışma alanı üyelerine \"{title}\" için erişim verir.",
|
|
602
|
+
"objectShare.confirm.button": "Onayla",
|
|
603
|
+
"objectShare.toast.granteeAdded": "Erişim eklendi.",
|
|
604
|
+
"objectShare.toast.accessUpdated": "Erişim güncellendi.",
|
|
605
|
+
"objectShare.toast.generalAccessUpdated": "Genel erişim güncellendi.",
|
|
606
|
+
"objectShare.toast.error": "Erişim güncellenemedi.",
|
|
607
|
+
"objectShare.toast.labelScopePartial": "Bazı etiket erişimleri kaydedilemedi.",
|
|
608
|
+
"objectShare.loadError": "Paylaşım ayarları yüklenemedi. Lütfen kapatıp yeniden deneyin."
|
|
598
609
|
};
|
|
@@ -593,5 +593,16 @@ export declare const uk_UA: {
|
|
|
593
593
|
"insightPicker.sortDirection.descending": string;
|
|
594
594
|
"insightPicker.menu.actions": string;
|
|
595
595
|
"insightPicker.resetFilters": string;
|
|
596
|
+
"objectShare.confirm.restrict.title": string;
|
|
597
|
+
"objectShare.confirm.restrict.description": string;
|
|
598
|
+
"objectShare.confirm.grantWorkspace.title": string;
|
|
599
|
+
"objectShare.confirm.grantWorkspace.description": string;
|
|
600
|
+
"objectShare.confirm.button": string;
|
|
601
|
+
"objectShare.toast.granteeAdded": string;
|
|
602
|
+
"objectShare.toast.accessUpdated": string;
|
|
603
|
+
"objectShare.toast.generalAccessUpdated": string;
|
|
604
|
+
"objectShare.toast.error": string;
|
|
605
|
+
"objectShare.toast.labelScopePartial": string;
|
|
606
|
+
"objectShare.loadError": string;
|
|
596
607
|
};
|
|
597
608
|
//# sourceMappingURL=uk-UA.localization-bundle.d.ts.map
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"uk-UA.localization-bundle.d.ts","sourceRoot":"","sources":["../../../src/internal/translations/uk-UA.localization-bundle.ts"],"names":[],"mappings":"AAEA,eAAO,MAAM,KAAK
|
|
1
|
+
{"version":3,"file":"uk-UA.localization-bundle.d.ts","sourceRoot":"","sources":["../../../src/internal/translations/uk-UA.localization-bundle.ts"],"names":[],"mappings":"AAEA,eAAO,MAAM,KAAK;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;CA8lBjB,CAAC"}
|
|
@@ -594,5 +594,16 @@ export const uk_UA = {
|
|
|
594
594
|
"insightPicker.sortDirection.ascending": "За зростанням",
|
|
595
595
|
"insightPicker.sortDirection.descending": "За спаданням",
|
|
596
596
|
"insightPicker.menu.actions": "Дії",
|
|
597
|
-
"insightPicker.resetFilters": "Скинути фільтри"
|
|
597
|
+
"insightPicker.resetFilters": "Скинути фільтри",
|
|
598
|
+
"objectShare.confirm.restrict.title": "Обмежити доступ?",
|
|
599
|
+
"objectShare.confirm.restrict.description": "Це обмежить доступ лише для людей і груп, перелічених вище.",
|
|
600
|
+
"objectShare.confirm.grantWorkspace.title": "Надати доступ у межах робочої області?",
|
|
601
|
+
"objectShare.confirm.grantWorkspace.description": "Це надасть усім учасникам робочої області доступ до \"{title}\".",
|
|
602
|
+
"objectShare.confirm.button": "Підтвердити",
|
|
603
|
+
"objectShare.toast.granteeAdded": "Доступ додано.",
|
|
604
|
+
"objectShare.toast.accessUpdated": "Доступ оновлено.",
|
|
605
|
+
"objectShare.toast.generalAccessUpdated": "Загальний доступ оновлено.",
|
|
606
|
+
"objectShare.toast.error": "Не вдалося оновити доступ.",
|
|
607
|
+
"objectShare.toast.labelScopePartial": "Не вдалося зберегти доступ до деяких міток.",
|
|
608
|
+
"objectShare.loadError": "Не вдалося завантажити налаштування спільного доступу. Закрийте й повторіть спробу."
|
|
598
609
|
};
|
|
@@ -593,5 +593,16 @@ export declare const vi_VN: {
|
|
|
593
593
|
"insightPicker.sortDirection.descending": string;
|
|
594
594
|
"insightPicker.menu.actions": string;
|
|
595
595
|
"insightPicker.resetFilters": string;
|
|
596
|
+
"objectShare.confirm.restrict.title": string;
|
|
597
|
+
"objectShare.confirm.restrict.description": string;
|
|
598
|
+
"objectShare.confirm.grantWorkspace.title": string;
|
|
599
|
+
"objectShare.confirm.grantWorkspace.description": string;
|
|
600
|
+
"objectShare.confirm.button": string;
|
|
601
|
+
"objectShare.toast.granteeAdded": string;
|
|
602
|
+
"objectShare.toast.accessUpdated": string;
|
|
603
|
+
"objectShare.toast.generalAccessUpdated": string;
|
|
604
|
+
"objectShare.toast.error": string;
|
|
605
|
+
"objectShare.toast.labelScopePartial": string;
|
|
606
|
+
"objectShare.loadError": string;
|
|
596
607
|
};
|
|
597
608
|
//# sourceMappingURL=vi-VN.localization-bundle.d.ts.map
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"vi-VN.localization-bundle.d.ts","sourceRoot":"","sources":["../../../src/internal/translations/vi-VN.localization-bundle.ts"],"names":[],"mappings":"AAEA,eAAO,MAAM,KAAK
|
|
1
|
+
{"version":3,"file":"vi-VN.localization-bundle.d.ts","sourceRoot":"","sources":["../../../src/internal/translations/vi-VN.localization-bundle.ts"],"names":[],"mappings":"AAEA,eAAO,MAAM,KAAK;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;CA8lBjB,CAAC"}
|
|
@@ -594,5 +594,16 @@ export const vi_VN = {
|
|
|
594
594
|
"insightPicker.sortDirection.ascending": "Tăng dần",
|
|
595
595
|
"insightPicker.sortDirection.descending": "Giảm dần",
|
|
596
596
|
"insightPicker.menu.actions": "Hành động",
|
|
597
|
-
"insightPicker.resetFilters": "Đặt lại bộ lọc"
|
|
597
|
+
"insightPicker.resetFilters": "Đặt lại bộ lọc",
|
|
598
|
+
"objectShare.confirm.restrict.title": "Hạn chế quyền truy cập?",
|
|
599
|
+
"objectShare.confirm.restrict.description": "Điều này sẽ hạn chế quyền truy cập chỉ cho những người và nhóm được liệt kê ở trên.",
|
|
600
|
+
"objectShare.confirm.grantWorkspace.title": "Cấp quyền truy cập trên toàn không gian làm việc?",
|
|
601
|
+
"objectShare.confirm.grantWorkspace.description": "Điều này sẽ cấp cho tất cả thành viên không gian làm việc quyền truy cập vào \"{title}\".",
|
|
602
|
+
"objectShare.confirm.button": "Xác nhận",
|
|
603
|
+
"objectShare.toast.granteeAdded": "Đã thêm quyền truy cập.",
|
|
604
|
+
"objectShare.toast.accessUpdated": "Đã cập nhật quyền truy cập.",
|
|
605
|
+
"objectShare.toast.generalAccessUpdated": "Đã cập nhật quyền truy cập chung.",
|
|
606
|
+
"objectShare.toast.error": "Không thể cập nhật quyền truy cập.",
|
|
607
|
+
"objectShare.toast.labelScopePartial": "Không thể lưu một số quyền truy cập vào nhãn.",
|
|
608
|
+
"objectShare.loadError": "Không thể tải cài đặt chia sẻ. Vui lòng đóng và thử lại."
|
|
598
609
|
};
|
|
@@ -593,5 +593,16 @@ export declare const zh_HK: {
|
|
|
593
593
|
"insightPicker.sortDirection.descending": string;
|
|
594
594
|
"insightPicker.menu.actions": string;
|
|
595
595
|
"insightPicker.resetFilters": string;
|
|
596
|
+
"objectShare.confirm.restrict.title": string;
|
|
597
|
+
"objectShare.confirm.restrict.description": string;
|
|
598
|
+
"objectShare.confirm.grantWorkspace.title": string;
|
|
599
|
+
"objectShare.confirm.grantWorkspace.description": string;
|
|
600
|
+
"objectShare.confirm.button": string;
|
|
601
|
+
"objectShare.toast.granteeAdded": string;
|
|
602
|
+
"objectShare.toast.accessUpdated": string;
|
|
603
|
+
"objectShare.toast.generalAccessUpdated": string;
|
|
604
|
+
"objectShare.toast.error": string;
|
|
605
|
+
"objectShare.toast.labelScopePartial": string;
|
|
606
|
+
"objectShare.loadError": string;
|
|
596
607
|
};
|
|
597
608
|
//# sourceMappingURL=zh-HK.localization-bundle.d.ts.map
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"zh-HK.localization-bundle.d.ts","sourceRoot":"","sources":["../../../src/internal/translations/zh-HK.localization-bundle.ts"],"names":[],"mappings":"AAEA,eAAO,MAAM,KAAK
|
|
1
|
+
{"version":3,"file":"zh-HK.localization-bundle.d.ts","sourceRoot":"","sources":["../../../src/internal/translations/zh-HK.localization-bundle.ts"],"names":[],"mappings":"AAEA,eAAO,MAAM,KAAK;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;CA8lBjB,CAAC"}
|
|
@@ -594,5 +594,16 @@ export const zh_HK = {
|
|
|
594
594
|
"insightPicker.sortDirection.ascending": "上行",
|
|
595
595
|
"insightPicker.sortDirection.descending": "遞延",
|
|
596
596
|
"insightPicker.menu.actions": "所作所為",
|
|
597
|
-
"insightPicker.resetFilters": "重設篩選器"
|
|
597
|
+
"insightPicker.resetFilters": "重設篩選器",
|
|
598
|
+
"objectShare.confirm.restrict.title": "限制存取權?",
|
|
599
|
+
"objectShare.confirm.restrict.description": "這將限制只有上方列出的人員和群組可存取。",
|
|
600
|
+
"objectShare.confirm.grantWorkspace.title": "授予整個工作區的存取權?",
|
|
601
|
+
"objectShare.confirm.grantWorkspace.description": "這將授予所有工作區成員存取「{title}」的權限。",
|
|
602
|
+
"objectShare.confirm.button": "確認",
|
|
603
|
+
"objectShare.toast.granteeAdded": "已新增存取權。",
|
|
604
|
+
"objectShare.toast.accessUpdated": "已更新存取權。",
|
|
605
|
+
"objectShare.toast.generalAccessUpdated": "已更新一般存取權。",
|
|
606
|
+
"objectShare.toast.error": "無法更新存取權。",
|
|
607
|
+
"objectShare.toast.labelScopePartial": "無法儲存部分標籤存取權。",
|
|
608
|
+
"objectShare.loadError": "無法載入共享設定。請關閉並重試。"
|
|
598
609
|
};
|
|
@@ -593,5 +593,16 @@ export declare const zh_Hans: {
|
|
|
593
593
|
"insightPicker.sortDirection.descending": string;
|
|
594
594
|
"insightPicker.menu.actions": string;
|
|
595
595
|
"insightPicker.resetFilters": string;
|
|
596
|
+
"objectShare.confirm.restrict.title": string;
|
|
597
|
+
"objectShare.confirm.restrict.description": string;
|
|
598
|
+
"objectShare.confirm.grantWorkspace.title": string;
|
|
599
|
+
"objectShare.confirm.grantWorkspace.description": string;
|
|
600
|
+
"objectShare.confirm.button": string;
|
|
601
|
+
"objectShare.toast.granteeAdded": string;
|
|
602
|
+
"objectShare.toast.accessUpdated": string;
|
|
603
|
+
"objectShare.toast.generalAccessUpdated": string;
|
|
604
|
+
"objectShare.toast.error": string;
|
|
605
|
+
"objectShare.toast.labelScopePartial": string;
|
|
606
|
+
"objectShare.loadError": string;
|
|
596
607
|
};
|
|
597
608
|
//# sourceMappingURL=zh-Hans.localization-bundle.d.ts.map
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"zh-Hans.localization-bundle.d.ts","sourceRoot":"","sources":["../../../src/internal/translations/zh-Hans.localization-bundle.ts"],"names":[],"mappings":"AAEA,eAAO,MAAM,OAAO
|
|
1
|
+
{"version":3,"file":"zh-Hans.localization-bundle.d.ts","sourceRoot":"","sources":["../../../src/internal/translations/zh-Hans.localization-bundle.ts"],"names":[],"mappings":"AAEA,eAAO,MAAM,OAAO;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;CA8lBnB,CAAC"}
|
|
@@ -594,5 +594,16 @@ export const zh_Hans = {
|
|
|
594
594
|
"insightPicker.sortDirection.ascending": "升序",
|
|
595
595
|
"insightPicker.sortDirection.descending": "降序",
|
|
596
596
|
"insightPicker.menu.actions": "操作",
|
|
597
|
-
"insightPicker.resetFilters": "重置筛选器"
|
|
597
|
+
"insightPicker.resetFilters": "重置筛选器",
|
|
598
|
+
"objectShare.confirm.restrict.title": "限制访问权限?",
|
|
599
|
+
"objectShare.confirm.restrict.description": "这会将访问权限限制为仅限上方列出的人员和组。",
|
|
600
|
+
"objectShare.confirm.grantWorkspace.title": "授予整个工作区访问权限?",
|
|
601
|
+
"objectShare.confirm.grantWorkspace.description": "这会向所有工作区成员授予对“{title}”的访问权限。",
|
|
602
|
+
"objectShare.confirm.button": "确认",
|
|
603
|
+
"objectShare.toast.granteeAdded": "已添加访问权限。",
|
|
604
|
+
"objectShare.toast.accessUpdated": "已更新访问权限。",
|
|
605
|
+
"objectShare.toast.generalAccessUpdated": "已更新常规访问权限。",
|
|
606
|
+
"objectShare.toast.error": "无法更新访问权限。",
|
|
607
|
+
"objectShare.toast.labelScopePartial": "无法保存某些标签访问权限。",
|
|
608
|
+
"objectShare.loadError": "无法加载共享设置。请关闭并重试。"
|
|
598
609
|
};
|
|
@@ -593,5 +593,16 @@ export declare const zh_Hant: {
|
|
|
593
593
|
"insightPicker.sortDirection.descending": string;
|
|
594
594
|
"insightPicker.menu.actions": string;
|
|
595
595
|
"insightPicker.resetFilters": string;
|
|
596
|
+
"objectShare.confirm.restrict.title": string;
|
|
597
|
+
"objectShare.confirm.restrict.description": string;
|
|
598
|
+
"objectShare.confirm.grantWorkspace.title": string;
|
|
599
|
+
"objectShare.confirm.grantWorkspace.description": string;
|
|
600
|
+
"objectShare.confirm.button": string;
|
|
601
|
+
"objectShare.toast.granteeAdded": string;
|
|
602
|
+
"objectShare.toast.accessUpdated": string;
|
|
603
|
+
"objectShare.toast.generalAccessUpdated": string;
|
|
604
|
+
"objectShare.toast.error": string;
|
|
605
|
+
"objectShare.toast.labelScopePartial": string;
|
|
606
|
+
"objectShare.loadError": string;
|
|
596
607
|
};
|
|
597
608
|
//# sourceMappingURL=zh-Hant.localization-bundle.d.ts.map
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"zh-Hant.localization-bundle.d.ts","sourceRoot":"","sources":["../../../src/internal/translations/zh-Hant.localization-bundle.ts"],"names":[],"mappings":"AAEA,eAAO,MAAM,OAAO
|
|
1
|
+
{"version":3,"file":"zh-Hant.localization-bundle.d.ts","sourceRoot":"","sources":["../../../src/internal/translations/zh-Hant.localization-bundle.ts"],"names":[],"mappings":"AAEA,eAAO,MAAM,OAAO;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;CA8lBnB,CAAC"}
|
|
@@ -594,5 +594,16 @@ export const zh_Hant = {
|
|
|
594
594
|
"insightPicker.sortDirection.ascending": "升序",
|
|
595
595
|
"insightPicker.sortDirection.descending": "降序",
|
|
596
596
|
"insightPicker.menu.actions": "行動",
|
|
597
|
-
"insightPicker.resetFilters": "重設篩選器"
|
|
597
|
+
"insightPicker.resetFilters": "重設篩選器",
|
|
598
|
+
"objectShare.confirm.restrict.title": "限制存取權?",
|
|
599
|
+
"objectShare.confirm.restrict.description": "這會將存取權限制為僅限上方列出的人員與群組。",
|
|
600
|
+
"objectShare.confirm.grantWorkspace.title": "授予整個工作區的存取權?",
|
|
601
|
+
"objectShare.confirm.grantWorkspace.description": "這會授予所有工作區成員對 \"{title}\" 的存取權。",
|
|
602
|
+
"objectShare.confirm.button": "確認",
|
|
603
|
+
"objectShare.toast.granteeAdded": "已新增存取權。",
|
|
604
|
+
"objectShare.toast.accessUpdated": "已更新存取權。",
|
|
605
|
+
"objectShare.toast.generalAccessUpdated": "已更新一般存取權。",
|
|
606
|
+
"objectShare.toast.error": "無法更新存取權。",
|
|
607
|
+
"objectShare.toast.labelScopePartial": "無法儲存某些標籤存取權。",
|
|
608
|
+
"objectShare.loadError": "無法載入共用設定。請關閉並再試一次。"
|
|
598
609
|
};
|
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
import { type IInsightDefinition, type ISettings } from "@gooddata/sdk-model";
|
|
2
2
|
import { type ColumnHeadersPosition, type ColumnWidthItem, type GrandTotalsPosition, type MeasureGroupDimension } from "@gooddata/sdk-ui-pivot";
|
|
3
|
-
import { type IPagination, type ITextWrapping } from "@gooddata/sdk-ui-pivot/next";
|
|
3
|
+
import { type IPagination, type ITextWrapping, type PivotTableNextConditionalFormattingConfig } from "@gooddata/sdk-ui-pivot/next";
|
|
4
4
|
import { type AxisType } from "../interfaces/AxisType.js";
|
|
5
5
|
import { type IBucketItem, type IExtendedReferencePoint, type IVisProps, type IVisualizationProperties } from "../interfaces/Visualization.js";
|
|
6
6
|
export declare function getSupportedPropertiesControls(visualizationControlsProperties: IVisualizationProperties["controls"], supportedPropertiesList: string[] | undefined): IVisualizationProperties;
|
|
@@ -21,6 +21,7 @@ export declare function getColumnWidthsFromProperties(visualizationProperties: I
|
|
|
21
21
|
export declare function getTextWrappingFromProperties(visualizationProperties: IVisualizationProperties): ITextWrapping | undefined;
|
|
22
22
|
export declare function getGrandTotalsPositionFromProperties(visualizationProperties: IVisualizationProperties): GrandTotalsPosition | undefined;
|
|
23
23
|
export declare function getPaginationFromProperties(visualizationProperties: IVisualizationProperties): IPagination | undefined;
|
|
24
|
+
export declare function getConditionalFormattingFromProperties(visualizationProperties: IVisualizationProperties): PivotTableNextConditionalFormattingConfig["conditionalFormatting"] | undefined;
|
|
24
25
|
export declare function getPageSizeFromProperties(visualizationProperties: IVisualizationProperties): number | undefined;
|
|
25
26
|
export declare function getMeasureGroupDimensionFromProperties(visualizationProperties: IVisualizationProperties): MeasureGroupDimension;
|
|
26
27
|
export declare function getColumnHeadersPositionFromProperties(visualizationProperties: IVisualizationProperties): ColumnHeadersPosition;
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"propertiesHelper.d.ts","sourceRoot":"","sources":["../../../src/internal/utils/propertiesHelper.ts"],"names":[],"mappings":"AAKA,OAAO,EAAE,KAAK,kBAAkB,EAAE,KAAK,SAAS,EAAkC,MAAM,qBAAqB,CAAC;AAE9G,OAAO,EACH,KAAK,qBAAqB,EAC1B,KAAK,eAAe,EACpB,KAAK,mBAAmB,EACxB,KAAK,qBAAqB,EAC7B,MAAM,wBAAwB,CAAC;AAChC,OAAO,
|
|
1
|
+
{"version":3,"file":"propertiesHelper.d.ts","sourceRoot":"","sources":["../../../src/internal/utils/propertiesHelper.ts"],"names":[],"mappings":"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"}
|
|
@@ -187,6 +187,9 @@ export function getGrandTotalsPositionFromProperties(visualizationProperties) {
|
|
|
187
187
|
export function getPaginationFromProperties(visualizationProperties) {
|
|
188
188
|
return visualizationProperties?.controls?.["pagination"];
|
|
189
189
|
}
|
|
190
|
+
export function getConditionalFormattingFromProperties(visualizationProperties) {
|
|
191
|
+
return visualizationProperties?.controls?.["conditionalFormatting"];
|
|
192
|
+
}
|
|
190
193
|
export function getPageSizeFromProperties(visualizationProperties) {
|
|
191
194
|
const pageSize = visualizationProperties?.controls?.["pageSize"];
|
|
192
195
|
return typeof pageSize === "number" ? pageSize : undefined;
|
package/esm/locales.d.ts
CHANGED
|
@@ -1,4 +1,5 @@
|
|
|
1
1
|
import { type MessageDescriptor } from "react-intl";
|
|
2
|
+
import { type ConditionalFormattingOperator } from "@gooddata/sdk-ui-pivot/next";
|
|
2
3
|
export declare const titles: Record<string, MessageDescriptor>;
|
|
3
4
|
export declare const subtitles: Record<string, MessageDescriptor>;
|
|
4
5
|
export declare const messages: {
|
|
@@ -926,4 +927,82 @@ export declare const comparisonMessages: {
|
|
|
926
927
|
id: string;
|
|
927
928
|
};
|
|
928
929
|
};
|
|
930
|
+
export declare const conditionalFormattingMessages: {
|
|
931
|
+
sectionTitle: {
|
|
932
|
+
id: string;
|
|
933
|
+
};
|
|
934
|
+
empty: {
|
|
935
|
+
id: string;
|
|
936
|
+
};
|
|
937
|
+
rulesLabel: {
|
|
938
|
+
id: string;
|
|
939
|
+
};
|
|
940
|
+
addRule: {
|
|
941
|
+
id: string;
|
|
942
|
+
};
|
|
943
|
+
ruleInvalid: {
|
|
944
|
+
id: string;
|
|
945
|
+
};
|
|
946
|
+
ruleEdit: {
|
|
947
|
+
id: string;
|
|
948
|
+
};
|
|
949
|
+
ruleDelete: {
|
|
950
|
+
id: string;
|
|
951
|
+
};
|
|
952
|
+
dialogAddTitle: {
|
|
953
|
+
id: string;
|
|
954
|
+
};
|
|
955
|
+
dialogEditTitle: {
|
|
956
|
+
id: string;
|
|
957
|
+
};
|
|
958
|
+
dialogTarget: {
|
|
959
|
+
id: string;
|
|
960
|
+
};
|
|
961
|
+
dialogSelectTarget: {
|
|
962
|
+
id: string;
|
|
963
|
+
};
|
|
964
|
+
dialogCondition: {
|
|
965
|
+
id: string;
|
|
966
|
+
};
|
|
967
|
+
dialogFormat: {
|
|
968
|
+
id: string;
|
|
969
|
+
};
|
|
970
|
+
dialogAddCondition: {
|
|
971
|
+
id: string;
|
|
972
|
+
};
|
|
973
|
+
dialogRemoveCondition: {
|
|
974
|
+
id: string;
|
|
975
|
+
};
|
|
976
|
+
dialogTextColor: {
|
|
977
|
+
id: string;
|
|
978
|
+
};
|
|
979
|
+
dialogFillColor: {
|
|
980
|
+
id: string;
|
|
981
|
+
};
|
|
982
|
+
dialogNoColor: {
|
|
983
|
+
id: string;
|
|
984
|
+
};
|
|
985
|
+
dialogScopeCell: {
|
|
986
|
+
id: string;
|
|
987
|
+
};
|
|
988
|
+
dialogScopeRow: {
|
|
989
|
+
id: string;
|
|
990
|
+
};
|
|
991
|
+
dialogValuePlaceholder: {
|
|
992
|
+
id: string;
|
|
993
|
+
};
|
|
994
|
+
dialogFromPlaceholder: {
|
|
995
|
+
id: string;
|
|
996
|
+
};
|
|
997
|
+
dialogToPlaceholder: {
|
|
998
|
+
id: string;
|
|
999
|
+
};
|
|
1000
|
+
dialogCancel: {
|
|
1001
|
+
id: string;
|
|
1002
|
+
};
|
|
1003
|
+
dialogSave: {
|
|
1004
|
+
id: string;
|
|
1005
|
+
};
|
|
1006
|
+
};
|
|
1007
|
+
export declare const conditionalFormattingOperatorMessages: Record<ConditionalFormattingOperator, MessageDescriptor>;
|
|
929
1008
|
//# sourceMappingURL=locales.d.ts.map
|
package/esm/locales.d.ts.map
CHANGED
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"locales.d.ts","sourceRoot":"","sources":["../src/locales.ts"],"names":[],"mappings":"AAEA,OAAO,EAAE,KAAK,iBAAiB,EAAkB,MAAM,YAAY,CAAC;
|
|
1
|
+
{"version":3,"file":"locales.d.ts","sourceRoot":"","sources":["../src/locales.ts"],"names":[],"mappings":"AAEA,OAAO,EAAE,KAAK,iBAAiB,EAAkB,MAAM,YAAY,CAAC;AAEpE,OAAO,EAAE,KAAK,6BAA6B,EAAE,MAAM,6BAA6B,CAAC;AAGjF,eAAO,MAAM,MAAM,EAAE,MAAM,CAAC,MAAM,EAAE,iBAAiB,CAuEnD,CAAC;AAEH,eAAO,MAAM,SAAS,EAAE,MAAM,CAAC,MAAM,EAAE,iBAAiB,CAoBtD,CAAC;AAEH,eAAO,MAAM,QAAQ;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;CAkPnB,CAAC;AAEH,eAAO,MAAM,kBAAkB;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;CAmH7B,CAAC;AAEH,eAAO,MAAM,6BAA6B;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;CA0BxC,CAAC;AAEH,eAAO,MAAM,qCAAqC,EAAE,MAAM,CAAC,6BAA6B,EAAE,iBAAiB,CAmBrG,CAAC"}
|
package/esm/locales.js
CHANGED
|
@@ -453,3 +453,49 @@ export const comparisonMessages = defineMessages({
|
|
|
453
453
|
positionRight: { id: "properties.comparison.position.right" },
|
|
454
454
|
positionLeft: { id: "properties.comparison.position.left" },
|
|
455
455
|
});
|
|
456
|
+
export const conditionalFormattingMessages = defineMessages({
|
|
457
|
+
sectionTitle: { id: "properties.conditionalFormatting.title" },
|
|
458
|
+
empty: { id: "properties.conditionalFormatting.empty" },
|
|
459
|
+
rulesLabel: { id: "properties.conditionalFormatting.rulesLabel" },
|
|
460
|
+
addRule: { id: "properties.conditionalFormatting.addRule" },
|
|
461
|
+
ruleInvalid: { id: "properties.conditionalFormatting.rule.invalid" },
|
|
462
|
+
ruleEdit: { id: "properties.conditionalFormatting.rule.edit" },
|
|
463
|
+
ruleDelete: { id: "properties.conditionalFormatting.rule.delete" },
|
|
464
|
+
dialogAddTitle: { id: "properties.conditionalFormatting.dialog.addTitle" },
|
|
465
|
+
dialogEditTitle: { id: "properties.conditionalFormatting.dialog.editTitle" },
|
|
466
|
+
dialogTarget: { id: "properties.conditionalFormatting.dialog.target" },
|
|
467
|
+
dialogSelectTarget: { id: "properties.conditionalFormatting.dialog.selectTarget" },
|
|
468
|
+
dialogCondition: { id: "properties.conditionalFormatting.dialog.condition" },
|
|
469
|
+
dialogFormat: { id: "properties.conditionalFormatting.dialog.format" },
|
|
470
|
+
dialogAddCondition: { id: "properties.conditionalFormatting.dialog.addCondition" },
|
|
471
|
+
dialogRemoveCondition: { id: "properties.conditionalFormatting.dialog.removeCondition" },
|
|
472
|
+
dialogTextColor: { id: "properties.conditionalFormatting.dialog.textColor" },
|
|
473
|
+
dialogFillColor: { id: "properties.conditionalFormatting.dialog.fillColor" },
|
|
474
|
+
dialogNoColor: { id: "properties.conditionalFormatting.dialog.noColor" },
|
|
475
|
+
dialogScopeCell: { id: "properties.conditionalFormatting.dialog.scope.cell" },
|
|
476
|
+
dialogScopeRow: { id: "properties.conditionalFormatting.dialog.scope.row" },
|
|
477
|
+
dialogValuePlaceholder: { id: "properties.conditionalFormatting.dialog.value" },
|
|
478
|
+
dialogFromPlaceholder: { id: "properties.conditionalFormatting.dialog.from" },
|
|
479
|
+
dialogToPlaceholder: { id: "properties.conditionalFormatting.dialog.to" },
|
|
480
|
+
dialogCancel: { id: "properties.conditionalFormatting.dialog.cancel" },
|
|
481
|
+
dialogSave: { id: "properties.conditionalFormatting.dialog.save" },
|
|
482
|
+
});
|
|
483
|
+
export const conditionalFormattingOperatorMessages = defineMessages({
|
|
484
|
+
ALL: { id: "properties.conditionalFormatting.operator.all" },
|
|
485
|
+
EQUAL_TO: { id: "properties.conditionalFormatting.operator.equalTo" },
|
|
486
|
+
NOT_EQUAL_TO: { id: "properties.conditionalFormatting.operator.notEqualTo" },
|
|
487
|
+
GREATER_THAN: { id: "properties.conditionalFormatting.operator.greaterThan" },
|
|
488
|
+
GREATER_THAN_OR_EQUAL_TO: { id: "properties.conditionalFormatting.operator.greaterThanOrEqualTo" },
|
|
489
|
+
LESS_THAN: { id: "properties.conditionalFormatting.operator.lessThan" },
|
|
490
|
+
LESS_THAN_OR_EQUAL_TO: { id: "properties.conditionalFormatting.operator.lessThanOrEqualTo" },
|
|
491
|
+
BETWEEN: { id: "properties.conditionalFormatting.operator.between" },
|
|
492
|
+
NOT_BETWEEN: { id: "properties.conditionalFormatting.operator.notBetween" },
|
|
493
|
+
CONTAINS: { id: "properties.conditionalFormatting.operator.contains" },
|
|
494
|
+
NOT_CONTAINS: { id: "properties.conditionalFormatting.operator.notContains" },
|
|
495
|
+
STARTS_WITH: { id: "properties.conditionalFormatting.operator.startsWith" },
|
|
496
|
+
NOT_STARTS_WITH: { id: "properties.conditionalFormatting.operator.notStartsWith" },
|
|
497
|
+
ENDS_WITH: { id: "properties.conditionalFormatting.operator.endsWith" },
|
|
498
|
+
NOT_ENDS_WITH: { id: "properties.conditionalFormatting.operator.notEndsWith" },
|
|
499
|
+
IS_EMPTY: { id: "properties.conditionalFormatting.operator.isEmpty" },
|
|
500
|
+
IS_NOT_EMPTY: { id: "properties.conditionalFormatting.operator.isNotEmpty" },
|
|
501
|
+
});
|
package/esm/sdk-ui-ext.d.ts
CHANGED
|
@@ -453,7 +453,6 @@ export declare interface IAddWorkspaceToSubjectsProps extends IWithTelemetryProp
|
|
|
453
453
|
organizationId: string;
|
|
454
454
|
onSuccess: () => void;
|
|
455
455
|
onClose: () => void;
|
|
456
|
-
areFilterViewsEnabled?: boolean;
|
|
457
456
|
}
|
|
458
457
|
|
|
459
458
|
/**
|
|
@@ -1806,7 +1805,6 @@ export declare interface IUserEditDialogProps extends IWithTelemetryProps {
|
|
|
1806
1805
|
onSuccess: () => void;
|
|
1807
1806
|
onClose: () => void;
|
|
1808
1807
|
renderDataSourceIcon?: (dataSource: IGrantedDataSource) => ReactElement;
|
|
1809
|
-
areFilterViewsEnabled?: boolean;
|
|
1810
1808
|
isSystemAccountFilteringEnabled?: boolean;
|
|
1811
1809
|
selectedTab?: UserTabId;
|
|
1812
1810
|
}
|
|
@@ -1822,7 +1820,6 @@ export declare interface IUserGroupEditDialogProps extends IWithTelemetryProps {
|
|
|
1822
1820
|
onSuccess: () => void;
|
|
1823
1821
|
onClose: () => void;
|
|
1824
1822
|
renderDataSourceIcon?: (dataSource: IGrantedDataSource) => ReactElement;
|
|
1825
|
-
areFilterViewsEnabled?: boolean;
|
|
1826
1823
|
}
|
|
1827
1824
|
|
|
1828
1825
|
/**
|