@gooddata/sdk-ui-ext 11.47.0-alpha.2 → 11.47.0-alpha.4

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 (133) hide show
  1. package/NOTICE +3 -3
  2. package/esm/index.d.ts +1 -1
  3. package/esm/index.d.ts.map +1 -1
  4. package/esm/internal/components/configurationControls/conditionalFormatting/CfSelect.d.ts +14 -0
  5. package/esm/internal/components/configurationControls/conditionalFormatting/CfSelect.d.ts.map +1 -0
  6. package/esm/internal/components/configurationControls/conditionalFormatting/CfSelect.js +25 -0
  7. package/esm/internal/components/configurationControls/conditionalFormatting/ConditionEditor.d.ts +18 -0
  8. package/esm/internal/components/configurationControls/conditionalFormatting/ConditionEditor.d.ts.map +1 -0
  9. package/esm/internal/components/configurationControls/conditionalFormatting/ConditionEditor.js +132 -0
  10. package/esm/internal/components/configurationControls/conditionalFormatting/ConditionalFormattingDialog.d.ts +4 -1
  11. package/esm/internal/components/configurationControls/conditionalFormatting/ConditionalFormattingDialog.d.ts.map +1 -1
  12. package/esm/internal/components/configurationControls/conditionalFormatting/ConditionalFormattingDialog.js +15 -116
  13. package/esm/internal/components/configurationControls/conditionalFormatting/ConditionalFormattingSection.d.ts +5 -3
  14. package/esm/internal/components/configurationControls/conditionalFormatting/ConditionalFormattingSection.d.ts.map +1 -1
  15. package/esm/internal/components/configurationControls/conditionalFormatting/ConditionalFormattingSection.js +10 -10
  16. package/esm/internal/components/configurationControls/conditionalFormatting/ReorderList.d.ts +25 -0
  17. package/esm/internal/components/configurationControls/conditionalFormatting/ReorderList.d.ts.map +1 -0
  18. package/esm/internal/components/configurationControls/conditionalFormatting/ReorderList.js +94 -0
  19. package/esm/internal/components/configurationControls/conditionalFormatting/conditionalFormattingModel.d.ts +66 -7
  20. package/esm/internal/components/configurationControls/conditionalFormatting/conditionalFormattingModel.d.ts.map +1 -1
  21. package/esm/internal/components/configurationControls/conditionalFormatting/conditionalFormattingModel.js +165 -21
  22. package/esm/internal/components/configurationControls/conditionalFormatting/reorderListModel.d.ts +4 -0
  23. package/esm/internal/components/configurationControls/conditionalFormatting/reorderListModel.d.ts.map +1 -0
  24. package/esm/internal/components/configurationControls/conditionalFormatting/reorderListModel.js +16 -0
  25. package/esm/internal/components/configurationPanels/ConfigurationPanelContent.d.ts +0 -1
  26. package/esm/internal/components/configurationPanels/ConfigurationPanelContent.d.ts.map +1 -1
  27. package/esm/internal/components/configurationPanels/PivotTableConfigurationPanel.d.ts +9 -2
  28. package/esm/internal/components/configurationPanels/PivotTableConfigurationPanel.d.ts.map +1 -1
  29. package/esm/internal/components/configurationPanels/PivotTableConfigurationPanel.js +4 -4
  30. package/esm/internal/components/pluggableVisualizations/pivotTableNext/PluggablePivotTableNext.d.ts +1 -1
  31. package/esm/internal/components/pluggableVisualizations/pivotTableNext/PluggablePivotTableNext.d.ts.map +1 -1
  32. package/esm/internal/components/pluggableVisualizations/pivotTableNext/PluggablePivotTableNext.js +8 -7
  33. package/esm/internal/translations/de-DE.localization-bundle.d.ts +12 -0
  34. package/esm/internal/translations/de-DE.localization-bundle.d.ts.map +1 -1
  35. package/esm/internal/translations/de-DE.localization-bundle.js +12 -0
  36. package/esm/internal/translations/en-AU.localization-bundle.d.ts +12 -0
  37. package/esm/internal/translations/en-AU.localization-bundle.d.ts.map +1 -1
  38. package/esm/internal/translations/en-AU.localization-bundle.js +12 -0
  39. package/esm/internal/translations/en-GB.localization-bundle.d.ts +12 -0
  40. package/esm/internal/translations/en-GB.localization-bundle.d.ts.map +1 -1
  41. package/esm/internal/translations/en-GB.localization-bundle.js +12 -0
  42. package/esm/internal/translations/en-US.localization-bundle.d.ts +8 -0
  43. package/esm/internal/translations/en-US.localization-bundle.d.ts.map +1 -1
  44. package/esm/internal/translations/en-US.localization-bundle.js +8 -0
  45. package/esm/internal/translations/es-419.localization-bundle.d.ts +12 -0
  46. package/esm/internal/translations/es-419.localization-bundle.d.ts.map +1 -1
  47. package/esm/internal/translations/es-419.localization-bundle.js +12 -0
  48. package/esm/internal/translations/es-ES.localization-bundle.d.ts +12 -0
  49. package/esm/internal/translations/es-ES.localization-bundle.d.ts.map +1 -1
  50. package/esm/internal/translations/es-ES.localization-bundle.js +12 -0
  51. package/esm/internal/translations/fi-FI.localization-bundle.d.ts +12 -0
  52. package/esm/internal/translations/fi-FI.localization-bundle.d.ts.map +1 -1
  53. package/esm/internal/translations/fi-FI.localization-bundle.js +12 -0
  54. package/esm/internal/translations/fr-CA.localization-bundle.d.ts +12 -0
  55. package/esm/internal/translations/fr-CA.localization-bundle.d.ts.map +1 -1
  56. package/esm/internal/translations/fr-CA.localization-bundle.js +12 -0
  57. package/esm/internal/translations/fr-FR.localization-bundle.d.ts +12 -0
  58. package/esm/internal/translations/fr-FR.localization-bundle.d.ts.map +1 -1
  59. package/esm/internal/translations/fr-FR.localization-bundle.js +12 -0
  60. package/esm/internal/translations/id-ID.localization-bundle.d.ts +12 -0
  61. package/esm/internal/translations/id-ID.localization-bundle.d.ts.map +1 -1
  62. package/esm/internal/translations/id-ID.localization-bundle.js +12 -0
  63. package/esm/internal/translations/it-IT.localization-bundle.d.ts +12 -0
  64. package/esm/internal/translations/it-IT.localization-bundle.d.ts.map +1 -1
  65. package/esm/internal/translations/it-IT.localization-bundle.js +12 -0
  66. package/esm/internal/translations/ja-JP.localization-bundle.d.ts +12 -0
  67. package/esm/internal/translations/ja-JP.localization-bundle.d.ts.map +1 -1
  68. package/esm/internal/translations/ja-JP.localization-bundle.js +12 -0
  69. package/esm/internal/translations/ko-KR.localization-bundle.d.ts +12 -0
  70. package/esm/internal/translations/ko-KR.localization-bundle.d.ts.map +1 -1
  71. package/esm/internal/translations/ko-KR.localization-bundle.js +12 -0
  72. package/esm/internal/translations/nl-NL.localization-bundle.d.ts +12 -0
  73. package/esm/internal/translations/nl-NL.localization-bundle.d.ts.map +1 -1
  74. package/esm/internal/translations/nl-NL.localization-bundle.js +12 -0
  75. package/esm/internal/translations/pl-PL.localization-bundle.d.ts +12 -0
  76. package/esm/internal/translations/pl-PL.localization-bundle.d.ts.map +1 -1
  77. package/esm/internal/translations/pl-PL.localization-bundle.js +12 -0
  78. package/esm/internal/translations/pt-BR.localization-bundle.d.ts +12 -0
  79. package/esm/internal/translations/pt-BR.localization-bundle.d.ts.map +1 -1
  80. package/esm/internal/translations/pt-BR.localization-bundle.js +12 -0
  81. package/esm/internal/translations/pt-PT.localization-bundle.d.ts +12 -0
  82. package/esm/internal/translations/pt-PT.localization-bundle.d.ts.map +1 -1
  83. package/esm/internal/translations/pt-PT.localization-bundle.js +12 -0
  84. package/esm/internal/translations/ru-RU.localization-bundle.d.ts +12 -0
  85. package/esm/internal/translations/ru-RU.localization-bundle.d.ts.map +1 -1
  86. package/esm/internal/translations/ru-RU.localization-bundle.js +12 -0
  87. package/esm/internal/translations/sl-SI.localization-bundle.d.ts +12 -0
  88. package/esm/internal/translations/sl-SI.localization-bundle.d.ts.map +1 -1
  89. package/esm/internal/translations/sl-SI.localization-bundle.js +12 -0
  90. package/esm/internal/translations/th-TH.localization-bundle.d.ts +12 -0
  91. package/esm/internal/translations/th-TH.localization-bundle.d.ts.map +1 -1
  92. package/esm/internal/translations/th-TH.localization-bundle.js +12 -0
  93. package/esm/internal/translations/tr-TR.localization-bundle.d.ts +12 -0
  94. package/esm/internal/translations/tr-TR.localization-bundle.d.ts.map +1 -1
  95. package/esm/internal/translations/tr-TR.localization-bundle.js +12 -0
  96. package/esm/internal/translations/uk-UA.localization-bundle.d.ts +12 -0
  97. package/esm/internal/translations/uk-UA.localization-bundle.d.ts.map +1 -1
  98. package/esm/internal/translations/uk-UA.localization-bundle.js +12 -0
  99. package/esm/internal/translations/vi-VN.localization-bundle.d.ts +12 -0
  100. package/esm/internal/translations/vi-VN.localization-bundle.d.ts.map +1 -1
  101. package/esm/internal/translations/vi-VN.localization-bundle.js +12 -0
  102. package/esm/internal/translations/zh-HK.localization-bundle.d.ts +12 -0
  103. package/esm/internal/translations/zh-HK.localization-bundle.d.ts.map +1 -1
  104. package/esm/internal/translations/zh-HK.localization-bundle.js +12 -0
  105. package/esm/internal/translations/zh-Hans.localization-bundle.d.ts +12 -0
  106. package/esm/internal/translations/zh-Hans.localization-bundle.d.ts.map +1 -1
  107. package/esm/internal/translations/zh-Hans.localization-bundle.js +12 -0
  108. package/esm/internal/translations/zh-Hant.localization-bundle.d.ts +12 -0
  109. package/esm/internal/translations/zh-Hant.localization-bundle.d.ts.map +1 -1
  110. package/esm/internal/translations/zh-Hant.localization-bundle.js +12 -0
  111. package/esm/locales.d.ts +6 -0
  112. package/esm/locales.d.ts.map +1 -1
  113. package/esm/locales.js +2 -0
  114. package/esm/sdk-ui-ext.d.ts +19 -5
  115. package/esm/share/ObjectShareDialog.d.ts.map +1 -1
  116. package/esm/share/ObjectShareDialog.js +2 -2
  117. package/esm/share/objectShareController.helpers.d.ts +20 -6
  118. package/esm/share/objectShareController.helpers.d.ts.map +1 -1
  119. package/esm/share/objectShareController.helpers.js +40 -9
  120. package/esm/share/objectShareController.types.d.ts +15 -4
  121. package/esm/share/objectShareController.types.d.ts.map +1 -1
  122. package/esm/share/useAccessList.d.ts +0 -1
  123. package/esm/share/useAccessList.d.ts.map +1 -1
  124. package/esm/share/useAccessList.js +74 -83
  125. package/esm/share/useObjectShareController.d.ts +3 -1
  126. package/esm/share/useObjectShareController.d.ts.map +1 -1
  127. package/esm/share/useObjectShareController.js +12 -19
  128. package/package.json +21 -21
  129. package/styles/css/main.css +102 -13
  130. package/styles/css/main.css.map +1 -1
  131. package/styles/internal/css/conditional_formatting.css +102 -13
  132. package/styles/internal/css/conditional_formatting.css.map +1 -1
  133. package/styles/internal/scss/conditional_formatting.scss +138 -13
@@ -280,6 +280,18 @@ export declare const de_DE: {
280
280
  "properties.colors.reset-colors": string;
281
281
  "properties.colors": string;
282
282
  "properties.colorsAndFills": string;
283
+ "properties.colorsAndStyles": string;
284
+ "properties.colors.reset-colors-and-styles": string;
285
+ "properties.lineStyle.label": string;
286
+ "properties.lineStyle.triggerAriaLabel": string;
287
+ "properties.lineStyle.solid": string;
288
+ "properties.lineStyle.dashed": string;
289
+ "properties.lineStyle.dotted": string;
290
+ "properties.lineWidth.label": string;
291
+ "properties.lineWidth.1px": string;
292
+ "properties.lineWidth.2px": string;
293
+ "properties.lineWidth.3px": string;
294
+ "properties.lineWidth.4px": string;
283
295
  "properties.fill": string;
284
296
  "properties.fill.solid": string;
285
297
  "properties.fill.pattern": string;
@@ -1 +1 @@
1
- {"version":3,"file":"de-DE.localization-bundle.d.ts","sourceRoot":"","sources":["../../../src/internal/translations/de-DE.localization-bundle.ts"],"names":[],"mappings":"AAEA,eAAO,MAAM,KAAK;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;CAopBjB,CAAC"}
1
+ {"version":3,"file":"de-DE.localization-bundle.d.ts","sourceRoot":"","sources":["../../../src/internal/translations/de-DE.localization-bundle.ts"],"names":[],"mappings":"AAEA,eAAO,MAAM,KAAK;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;CAgqBjB,CAAC"}
@@ -282,6 +282,18 @@ export const de_DE = {
282
282
  "properties.colors.reset-colors": "Farben zurücksetzen",
283
283
  "properties.colors": "Farben",
284
284
  "properties.colorsAndFills": "Farben und Füllungen",
285
+ "properties.colorsAndStyles": "Farben und Stile",
286
+ "properties.colors.reset-colors-and-styles": "Farben und Stile zurücksetzen",
287
+ "properties.lineStyle.label": "Linienstil",
288
+ "properties.lineStyle.triggerAriaLabel": "Farbe und Stil für {name} bearbeiten",
289
+ "properties.lineStyle.solid": "Durchgezogen",
290
+ "properties.lineStyle.dashed": "Gestrichelt",
291
+ "properties.lineStyle.dotted": "Gepunktet",
292
+ "properties.lineWidth.label": "Linienstärke",
293
+ "properties.lineWidth.1px": "1 px",
294
+ "properties.lineWidth.2px": "2 px",
295
+ "properties.lineWidth.3px": "3 px",
296
+ "properties.lineWidth.4px": "4 px",
285
297
  "properties.fill": "Füllen",
286
298
  "properties.fill.solid": "fest (Standard)",
287
299
  "properties.fill.pattern": "muster",
@@ -280,6 +280,18 @@ export declare const en_AU: {
280
280
  "properties.colors.reset-colors": string;
281
281
  "properties.colors": string;
282
282
  "properties.colorsAndFills": string;
283
+ "properties.colorsAndStyles": string;
284
+ "properties.colors.reset-colors-and-styles": string;
285
+ "properties.lineStyle.label": string;
286
+ "properties.lineStyle.triggerAriaLabel": string;
287
+ "properties.lineStyle.solid": string;
288
+ "properties.lineStyle.dashed": string;
289
+ "properties.lineStyle.dotted": string;
290
+ "properties.lineWidth.label": string;
291
+ "properties.lineWidth.1px": string;
292
+ "properties.lineWidth.2px": string;
293
+ "properties.lineWidth.3px": string;
294
+ "properties.lineWidth.4px": string;
283
295
  "properties.fill": string;
284
296
  "properties.fill.solid": string;
285
297
  "properties.fill.pattern": string;
@@ -1 +1 @@
1
- {"version":3,"file":"en-AU.localization-bundle.d.ts","sourceRoot":"","sources":["../../../src/internal/translations/en-AU.localization-bundle.ts"],"names":[],"mappings":"AAEA,eAAO,MAAM,KAAK;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;CAopBjB,CAAC"}
1
+ {"version":3,"file":"en-AU.localization-bundle.d.ts","sourceRoot":"","sources":["../../../src/internal/translations/en-AU.localization-bundle.ts"],"names":[],"mappings":"AAEA,eAAO,MAAM,KAAK;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;CAgqBjB,CAAC"}
@@ -282,6 +282,18 @@ export const en_AU = {
282
282
  "properties.colors.reset-colors": "Reset Colours",
283
283
  "properties.colors": "Colours",
284
284
  "properties.colorsAndFills": "Colours and fills",
285
+ "properties.colorsAndStyles": "Colours and styles",
286
+ "properties.colors.reset-colors-and-styles": "Reset Colours and styles",
287
+ "properties.lineStyle.label": "Line style",
288
+ "properties.lineStyle.triggerAriaLabel": "Edit colour and style for {name}",
289
+ "properties.lineStyle.solid": "Solid",
290
+ "properties.lineStyle.dashed": "Dashed",
291
+ "properties.lineStyle.dotted": "Dotted",
292
+ "properties.lineWidth.label": "Line weight",
293
+ "properties.lineWidth.1px": "1 px",
294
+ "properties.lineWidth.2px": "2 px",
295
+ "properties.lineWidth.3px": "3 px",
296
+ "properties.lineWidth.4px": "4 px",
285
297
  "properties.fill": "Fill",
286
298
  "properties.fill.solid": "solid (default)",
287
299
  "properties.fill.pattern": "pattern",
@@ -280,6 +280,18 @@ export declare const en_GB: {
280
280
  "properties.colors.reset-colors": string;
281
281
  "properties.colors": string;
282
282
  "properties.colorsAndFills": string;
283
+ "properties.colorsAndStyles": string;
284
+ "properties.colors.reset-colors-and-styles": string;
285
+ "properties.lineStyle.label": string;
286
+ "properties.lineStyle.triggerAriaLabel": string;
287
+ "properties.lineStyle.solid": string;
288
+ "properties.lineStyle.dashed": string;
289
+ "properties.lineStyle.dotted": string;
290
+ "properties.lineWidth.label": string;
291
+ "properties.lineWidth.1px": string;
292
+ "properties.lineWidth.2px": string;
293
+ "properties.lineWidth.3px": string;
294
+ "properties.lineWidth.4px": string;
283
295
  "properties.fill": string;
284
296
  "properties.fill.solid": string;
285
297
  "properties.fill.pattern": string;
@@ -1 +1 @@
1
- {"version":3,"file":"en-GB.localization-bundle.d.ts","sourceRoot":"","sources":["../../../src/internal/translations/en-GB.localization-bundle.ts"],"names":[],"mappings":"AAEA,eAAO,MAAM,KAAK;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;CAopBjB,CAAC"}
1
+ {"version":3,"file":"en-GB.localization-bundle.d.ts","sourceRoot":"","sources":["../../../src/internal/translations/en-GB.localization-bundle.ts"],"names":[],"mappings":"AAEA,eAAO,MAAM,KAAK;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;CAgqBjB,CAAC"}
@@ -282,6 +282,18 @@ export const en_GB = {
282
282
  "properties.colors.reset-colors": "Reset Colours",
283
283
  "properties.colors": "Colours",
284
284
  "properties.colorsAndFills": "Colours and fills",
285
+ "properties.colorsAndStyles": "Colours and styles",
286
+ "properties.colors.reset-colors-and-styles": "Reset colours and styles",
287
+ "properties.lineStyle.label": "Line style",
288
+ "properties.lineStyle.triggerAriaLabel": "Edit colour and style for {name}",
289
+ "properties.lineStyle.solid": "Solid",
290
+ "properties.lineStyle.dashed": "Dashed",
291
+ "properties.lineStyle.dotted": "Dotted",
292
+ "properties.lineWidth.label": "Line weight",
293
+ "properties.lineWidth.1px": "1 px",
294
+ "properties.lineWidth.2px": "2 px",
295
+ "properties.lineWidth.3px": "3 px",
296
+ "properties.lineWidth.4px": "4 px",
285
297
  "properties.fill": "Fill",
286
298
  "properties.fill.solid": "solid (default)",
287
299
  "properties.fill.pattern": "pattern",
@@ -2607,6 +2607,10 @@ export declare const en_US: {
2607
2607
  text: string;
2608
2608
  crowdinContext: string;
2609
2609
  };
2610
+ "properties.conditionalFormatting.dialog.unitPercent": {
2611
+ text: string;
2612
+ crowdinContext: string;
2613
+ };
2610
2614
  "properties.conditionalFormatting.dialog.cancel": {
2611
2615
  text: string;
2612
2616
  crowdinContext: string;
@@ -2615,6 +2619,10 @@ export declare const en_US: {
2615
2619
  text: string;
2616
2620
  crowdinContext: string;
2617
2621
  };
2622
+ "properties.conditionalFormatting.dialog.error.rangeOrder": {
2623
+ text: string;
2624
+ crowdinContext: string;
2625
+ };
2618
2626
  "properties.conditionalFormatting.operator.all": {
2619
2627
  text: string;
2620
2628
  crowdinContext: string;
@@ -1 +1 @@
1
- {"version":3,"file":"en-US.localization-bundle.d.ts","sourceRoot":"","sources":["../../../src/internal/translations/en-US.localization-bundle.ts"],"names":[],"mappings":"AAEA,eAAO,MAAM,KAAK;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;CA6nFjB,CAAC"}
1
+ {"version":3,"file":"en-US.localization-bundle.d.ts","sourceRoot":"","sources":["../../../src/internal/translations/en-US.localization-bundle.ts"],"names":[],"mappings":"AAEA,eAAO,MAAM,KAAK;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;CAqoFjB,CAAC"}
@@ -2609,6 +2609,10 @@ export const en_US = {
2609
2609
  "text": "To",
2610
2610
  "crowdinContext": "Placeholder for the upper bound of a between/not-between condition."
2611
2611
  },
2612
+ "properties.conditionalFormatting.dialog.unitPercent": {
2613
+ "text": "Value in percent",
2614
+ "crowdinContext": "Aria label for the '%' suffix of a condition's value input when the edited value is expressed in percent."
2615
+ },
2612
2616
  "properties.conditionalFormatting.dialog.cancel": {
2613
2617
  "text": "Cancel",
2614
2618
  "crowdinContext": "Button that discards changes in the conditional-formatting rule dialog."
@@ -2617,6 +2621,10 @@ export const en_US = {
2617
2621
  "text": "Save",
2618
2622
  "crowdinContext": "Button that saves the conditional-formatting rule being edited."
2619
2623
  },
2624
+ "properties.conditionalFormatting.dialog.error.rangeOrder": {
2625
+ "text": "“From” must be less than or equal to “To”.",
2626
+ "crowdinContext": "Inline validation error shown when the lower bound of a between/not-between condition is greater than the upper bound."
2627
+ },
2620
2628
  "properties.conditionalFormatting.operator.all": {
2621
2629
  "text": "All values",
2622
2630
  "crowdinContext": "Conditional-formatting operator that always matches."
@@ -280,6 +280,18 @@ export declare const es_419: {
280
280
  "properties.colors.reset-colors": string;
281
281
  "properties.colors": string;
282
282
  "properties.colorsAndFills": string;
283
+ "properties.colorsAndStyles": string;
284
+ "properties.colors.reset-colors-and-styles": string;
285
+ "properties.lineStyle.label": string;
286
+ "properties.lineStyle.triggerAriaLabel": string;
287
+ "properties.lineStyle.solid": string;
288
+ "properties.lineStyle.dashed": string;
289
+ "properties.lineStyle.dotted": string;
290
+ "properties.lineWidth.label": string;
291
+ "properties.lineWidth.1px": string;
292
+ "properties.lineWidth.2px": string;
293
+ "properties.lineWidth.3px": string;
294
+ "properties.lineWidth.4px": string;
283
295
  "properties.fill": string;
284
296
  "properties.fill.solid": string;
285
297
  "properties.fill.pattern": string;
@@ -1 +1 @@
1
- {"version":3,"file":"es-419.localization-bundle.d.ts","sourceRoot":"","sources":["../../../src/internal/translations/es-419.localization-bundle.ts"],"names":[],"mappings":"AAEA,eAAO,MAAM,MAAM;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;CAopBlB,CAAC"}
1
+ {"version":3,"file":"es-419.localization-bundle.d.ts","sourceRoot":"","sources":["../../../src/internal/translations/es-419.localization-bundle.ts"],"names":[],"mappings":"AAEA,eAAO,MAAM,MAAM;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;CAgqBlB,CAAC"}
@@ -282,6 +282,18 @@ export const es_419 = {
282
282
  "properties.colors.reset-colors": "Restablecer colores",
283
283
  "properties.colors": "Colores",
284
284
  "properties.colorsAndFills": "Colores y rellenos",
285
+ "properties.colorsAndStyles": "Colores y estilos",
286
+ "properties.colors.reset-colors-and-styles": "Restablecer colores y estilos",
287
+ "properties.lineStyle.label": "Estilo de línea",
288
+ "properties.lineStyle.triggerAriaLabel": "Editar color y estilo de {name}",
289
+ "properties.lineStyle.solid": "Sólida",
290
+ "properties.lineStyle.dashed": "Discontinua",
291
+ "properties.lineStyle.dotted": "Punteada",
292
+ "properties.lineWidth.label": "Grosor de línea",
293
+ "properties.lineWidth.1px": "1 px",
294
+ "properties.lineWidth.2px": "2 px",
295
+ "properties.lineWidth.3px": "3 px",
296
+ "properties.lineWidth.4px": "4 px",
285
297
  "properties.fill": "Relleno",
286
298
  "properties.fill.solid": "sólido (por defecto)",
287
299
  "properties.fill.pattern": "patrón",
@@ -280,6 +280,18 @@ export declare const es_ES: {
280
280
  "properties.colors.reset-colors": string;
281
281
  "properties.colors": string;
282
282
  "properties.colorsAndFills": string;
283
+ "properties.colorsAndStyles": string;
284
+ "properties.colors.reset-colors-and-styles": string;
285
+ "properties.lineStyle.label": string;
286
+ "properties.lineStyle.triggerAriaLabel": string;
287
+ "properties.lineStyle.solid": string;
288
+ "properties.lineStyle.dashed": string;
289
+ "properties.lineStyle.dotted": string;
290
+ "properties.lineWidth.label": string;
291
+ "properties.lineWidth.1px": string;
292
+ "properties.lineWidth.2px": string;
293
+ "properties.lineWidth.3px": string;
294
+ "properties.lineWidth.4px": string;
283
295
  "properties.fill": string;
284
296
  "properties.fill.solid": string;
285
297
  "properties.fill.pattern": string;
@@ -1 +1 @@
1
- {"version":3,"file":"es-ES.localization-bundle.d.ts","sourceRoot":"","sources":["../../../src/internal/translations/es-ES.localization-bundle.ts"],"names":[],"mappings":"AAEA,eAAO,MAAM,KAAK;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;CAopBjB,CAAC"}
1
+ {"version":3,"file":"es-ES.localization-bundle.d.ts","sourceRoot":"","sources":["../../../src/internal/translations/es-ES.localization-bundle.ts"],"names":[],"mappings":"AAEA,eAAO,MAAM,KAAK;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;CAgqBjB,CAAC"}
@@ -282,6 +282,18 @@ export const es_ES = {
282
282
  "properties.colors.reset-colors": "Restablecer colores",
283
283
  "properties.colors": "Colores",
284
284
  "properties.colorsAndFills": "Colores y rellenos",
285
+ "properties.colorsAndStyles": "Colores y estilos",
286
+ "properties.colors.reset-colors-and-styles": "Restablecer colores y estilos",
287
+ "properties.lineStyle.label": "Estilo de línea",
288
+ "properties.lineStyle.triggerAriaLabel": "Editar color y estilo de {name}",
289
+ "properties.lineStyle.solid": "Sólida",
290
+ "properties.lineStyle.dashed": "Discontinua",
291
+ "properties.lineStyle.dotted": "Punteada",
292
+ "properties.lineWidth.label": "Grosor de línea",
293
+ "properties.lineWidth.1px": "1 px",
294
+ "properties.lineWidth.2px": "2 px",
295
+ "properties.lineWidth.3px": "3 px",
296
+ "properties.lineWidth.4px": "4 px",
285
297
  "properties.fill": "Relleno",
286
298
  "properties.fill.solid": "sólido (por defecto)",
287
299
  "properties.fill.pattern": "patrón",
@@ -280,6 +280,18 @@ export declare const fi_FI: {
280
280
  "properties.colors.reset-colors": string;
281
281
  "properties.colors": string;
282
282
  "properties.colorsAndFills": string;
283
+ "properties.colorsAndStyles": string;
284
+ "properties.colors.reset-colors-and-styles": string;
285
+ "properties.lineStyle.label": string;
286
+ "properties.lineStyle.triggerAriaLabel": string;
287
+ "properties.lineStyle.solid": string;
288
+ "properties.lineStyle.dashed": string;
289
+ "properties.lineStyle.dotted": string;
290
+ "properties.lineWidth.label": string;
291
+ "properties.lineWidth.1px": string;
292
+ "properties.lineWidth.2px": string;
293
+ "properties.lineWidth.3px": string;
294
+ "properties.lineWidth.4px": string;
283
295
  "properties.fill": string;
284
296
  "properties.fill.solid": string;
285
297
  "properties.fill.pattern": string;
@@ -1 +1 @@
1
- {"version":3,"file":"fi-FI.localization-bundle.d.ts","sourceRoot":"","sources":["../../../src/internal/translations/fi-FI.localization-bundle.ts"],"names":[],"mappings":"AAEA,eAAO,MAAM,KAAK;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;CAopBjB,CAAC"}
1
+ {"version":3,"file":"fi-FI.localization-bundle.d.ts","sourceRoot":"","sources":["../../../src/internal/translations/fi-FI.localization-bundle.ts"],"names":[],"mappings":"AAEA,eAAO,MAAM,KAAK;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;CAgqBjB,CAAC"}
@@ -282,6 +282,18 @@ export const fi_FI = {
282
282
  "properties.colors.reset-colors": "Nollaa värit",
283
283
  "properties.colors": "Värit",
284
284
  "properties.colorsAndFills": "Värit ja täytteet",
285
+ "properties.colorsAndStyles": "Värit ja tyylit",
286
+ "properties.colors.reset-colors-and-styles": "Palauta värit ja tyylit",
287
+ "properties.lineStyle.label": "Viivatyyli",
288
+ "properties.lineStyle.triggerAriaLabel": "Muokkaa kohteen {name} väriä ja tyyliä",
289
+ "properties.lineStyle.solid": "Yhtenäinen",
290
+ "properties.lineStyle.dashed": "Katkoviiva",
291
+ "properties.lineStyle.dotted": "Pisteviiva",
292
+ "properties.lineWidth.label": "Viivan paksuus",
293
+ "properties.lineWidth.1px": "1 px",
294
+ "properties.lineWidth.2px": "2 px",
295
+ "properties.lineWidth.3px": "3 px",
296
+ "properties.lineWidth.4px": "4 px",
285
297
  "properties.fill": "Täytä",
286
298
  "properties.fill.solid": "kiinteä (oletus)",
287
299
  "properties.fill.pattern": "kuvio",
@@ -280,6 +280,18 @@ export declare const fr_CA: {
280
280
  "properties.colors.reset-colors": string;
281
281
  "properties.colors": string;
282
282
  "properties.colorsAndFills": string;
283
+ "properties.colorsAndStyles": string;
284
+ "properties.colors.reset-colors-and-styles": string;
285
+ "properties.lineStyle.label": string;
286
+ "properties.lineStyle.triggerAriaLabel": string;
287
+ "properties.lineStyle.solid": string;
288
+ "properties.lineStyle.dashed": string;
289
+ "properties.lineStyle.dotted": string;
290
+ "properties.lineWidth.label": string;
291
+ "properties.lineWidth.1px": string;
292
+ "properties.lineWidth.2px": string;
293
+ "properties.lineWidth.3px": string;
294
+ "properties.lineWidth.4px": string;
283
295
  "properties.fill": string;
284
296
  "properties.fill.solid": string;
285
297
  "properties.fill.pattern": string;
@@ -1 +1 @@
1
- {"version":3,"file":"fr-CA.localization-bundle.d.ts","sourceRoot":"","sources":["../../../src/internal/translations/fr-CA.localization-bundle.ts"],"names":[],"mappings":"AAEA,eAAO,MAAM,KAAK;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;CAopBjB,CAAC"}
1
+ {"version":3,"file":"fr-CA.localization-bundle.d.ts","sourceRoot":"","sources":["../../../src/internal/translations/fr-CA.localization-bundle.ts"],"names":[],"mappings":"AAEA,eAAO,MAAM,KAAK;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;CAgqBjB,CAAC"}
@@ -282,6 +282,18 @@ export const fr_CA = {
282
282
  "properties.colors.reset-colors": "Réinitialiser les couleurs",
283
283
  "properties.colors": "Couleurs",
284
284
  "properties.colorsAndFills": "Couleurs et remplissages",
285
+ "properties.colorsAndStyles": "Couleurs et styles",
286
+ "properties.colors.reset-colors-and-styles": "Réinitialiser les couleurs et styles",
287
+ "properties.lineStyle.label": "Style de ligne",
288
+ "properties.lineStyle.triggerAriaLabel": "Modifier la couleur et le style de {name}",
289
+ "properties.lineStyle.solid": "Pleine",
290
+ "properties.lineStyle.dashed": "Tiretée",
291
+ "properties.lineStyle.dotted": "Pointillée",
292
+ "properties.lineWidth.label": "Épaisseur de ligne",
293
+ "properties.lineWidth.1px": "1 px",
294
+ "properties.lineWidth.2px": "2 px",
295
+ "properties.lineWidth.3px": "3 px",
296
+ "properties.lineWidth.4px": "4 px",
285
297
  "properties.fill": "Remplir",
286
298
  "properties.fill.solid": "solide (par défaut)",
287
299
  "properties.fill.pattern": "modèle",
@@ -280,6 +280,18 @@ export declare const fr_FR: {
280
280
  "properties.colors.reset-colors": string;
281
281
  "properties.colors": string;
282
282
  "properties.colorsAndFills": string;
283
+ "properties.colorsAndStyles": string;
284
+ "properties.colors.reset-colors-and-styles": string;
285
+ "properties.lineStyle.label": string;
286
+ "properties.lineStyle.triggerAriaLabel": string;
287
+ "properties.lineStyle.solid": string;
288
+ "properties.lineStyle.dashed": string;
289
+ "properties.lineStyle.dotted": string;
290
+ "properties.lineWidth.label": string;
291
+ "properties.lineWidth.1px": string;
292
+ "properties.lineWidth.2px": string;
293
+ "properties.lineWidth.3px": string;
294
+ "properties.lineWidth.4px": string;
283
295
  "properties.fill": string;
284
296
  "properties.fill.solid": string;
285
297
  "properties.fill.pattern": string;
@@ -1 +1 @@
1
- {"version":3,"file":"fr-FR.localization-bundle.d.ts","sourceRoot":"","sources":["../../../src/internal/translations/fr-FR.localization-bundle.ts"],"names":[],"mappings":"AAEA,eAAO,MAAM,KAAK;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;CAopBjB,CAAC"}
1
+ {"version":3,"file":"fr-FR.localization-bundle.d.ts","sourceRoot":"","sources":["../../../src/internal/translations/fr-FR.localization-bundle.ts"],"names":[],"mappings":"AAEA,eAAO,MAAM,KAAK;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;CAgqBjB,CAAC"}
@@ -282,6 +282,18 @@ export const fr_FR = {
282
282
  "properties.colors.reset-colors": "Réinitialiser les couleurs",
283
283
  "properties.colors": "Couleurs",
284
284
  "properties.colorsAndFills": "Couleurs et remplissages",
285
+ "properties.colorsAndStyles": "Couleurs et styles",
286
+ "properties.colors.reset-colors-and-styles": "Réinitialiser les couleurs et les styles",
287
+ "properties.lineStyle.label": "Style de ligne",
288
+ "properties.lineStyle.triggerAriaLabel": "Modifier la couleur et le style pour {name}",
289
+ "properties.lineStyle.solid": "Continue",
290
+ "properties.lineStyle.dashed": "Tiretée",
291
+ "properties.lineStyle.dotted": "Pointillée",
292
+ "properties.lineWidth.label": "Épaisseur de ligne",
293
+ "properties.lineWidth.1px": "1 px",
294
+ "properties.lineWidth.2px": "2 px",
295
+ "properties.lineWidth.3px": "3 px",
296
+ "properties.lineWidth.4px": "4 px",
285
297
  "properties.fill": "Remplir",
286
298
  "properties.fill.solid": "solide (par défaut)",
287
299
  "properties.fill.pattern": "modèle",
@@ -280,6 +280,18 @@ export declare const id_ID: {
280
280
  "properties.colors.reset-colors": string;
281
281
  "properties.colors": string;
282
282
  "properties.colorsAndFills": string;
283
+ "properties.colorsAndStyles": string;
284
+ "properties.colors.reset-colors-and-styles": string;
285
+ "properties.lineStyle.label": string;
286
+ "properties.lineStyle.triggerAriaLabel": string;
287
+ "properties.lineStyle.solid": string;
288
+ "properties.lineStyle.dashed": string;
289
+ "properties.lineStyle.dotted": string;
290
+ "properties.lineWidth.label": string;
291
+ "properties.lineWidth.1px": string;
292
+ "properties.lineWidth.2px": string;
293
+ "properties.lineWidth.3px": string;
294
+ "properties.lineWidth.4px": string;
283
295
  "properties.fill": string;
284
296
  "properties.fill.solid": string;
285
297
  "properties.fill.pattern": string;
@@ -1 +1 @@
1
- {"version":3,"file":"id-ID.localization-bundle.d.ts","sourceRoot":"","sources":["../../../src/internal/translations/id-ID.localization-bundle.ts"],"names":[],"mappings":"AAEA,eAAO,MAAM,KAAK;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;CAopBjB,CAAC"}
1
+ {"version":3,"file":"id-ID.localization-bundle.d.ts","sourceRoot":"","sources":["../../../src/internal/translations/id-ID.localization-bundle.ts"],"names":[],"mappings":"AAEA,eAAO,MAAM,KAAK;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;CAgqBjB,CAAC"}
@@ -282,6 +282,18 @@ export const id_ID = {
282
282
  "properties.colors.reset-colors": "Reset Warna",
283
283
  "properties.colors": "Warna",
284
284
  "properties.colorsAndFills": "Warna dan isian",
285
+ "properties.colorsAndStyles": "Warna dan gaya",
286
+ "properties.colors.reset-colors-and-styles": "Atur ulang Warna dan gaya",
287
+ "properties.lineStyle.label": "Gaya garis",
288
+ "properties.lineStyle.triggerAriaLabel": "Edit warna dan gaya untuk {name}",
289
+ "properties.lineStyle.solid": "Garis penuh",
290
+ "properties.lineStyle.dashed": "Putus-putus",
291
+ "properties.lineStyle.dotted": "Bertitik",
292
+ "properties.lineWidth.label": "Ketebalan garis",
293
+ "properties.lineWidth.1px": "1 px",
294
+ "properties.lineWidth.2px": "2 px",
295
+ "properties.lineWidth.3px": "3 px",
296
+ "properties.lineWidth.4px": "4 px",
285
297
  "properties.fill": "Isian",
286
298
  "properties.fill.solid": "solid (bawaan)",
287
299
  "properties.fill.pattern": "pola",
@@ -280,6 +280,18 @@ export declare const it_IT: {
280
280
  "properties.colors.reset-colors": string;
281
281
  "properties.colors": string;
282
282
  "properties.colorsAndFills": string;
283
+ "properties.colorsAndStyles": string;
284
+ "properties.colors.reset-colors-and-styles": string;
285
+ "properties.lineStyle.label": string;
286
+ "properties.lineStyle.triggerAriaLabel": string;
287
+ "properties.lineStyle.solid": string;
288
+ "properties.lineStyle.dashed": string;
289
+ "properties.lineStyle.dotted": string;
290
+ "properties.lineWidth.label": string;
291
+ "properties.lineWidth.1px": string;
292
+ "properties.lineWidth.2px": string;
293
+ "properties.lineWidth.3px": string;
294
+ "properties.lineWidth.4px": string;
283
295
  "properties.fill": string;
284
296
  "properties.fill.solid": string;
285
297
  "properties.fill.pattern": string;
@@ -1 +1 @@
1
- {"version":3,"file":"it-IT.localization-bundle.d.ts","sourceRoot":"","sources":["../../../src/internal/translations/it-IT.localization-bundle.ts"],"names":[],"mappings":"AAEA,eAAO,MAAM,KAAK;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;CAopBjB,CAAC"}
1
+ {"version":3,"file":"it-IT.localization-bundle.d.ts","sourceRoot":"","sources":["../../../src/internal/translations/it-IT.localization-bundle.ts"],"names":[],"mappings":"AAEA,eAAO,MAAM,KAAK;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;CAgqBjB,CAAC"}
@@ -282,6 +282,18 @@ export const it_IT = {
282
282
  "properties.colors.reset-colors": "Reimposta colori",
283
283
  "properties.colors": "Colori",
284
284
  "properties.colorsAndFills": "Colori e riempimenti",
285
+ "properties.colorsAndStyles": "Colori e stili",
286
+ "properties.colors.reset-colors-and-styles": "Reimposta colori e stili",
287
+ "properties.lineStyle.label": "Stile linea",
288
+ "properties.lineStyle.triggerAriaLabel": "Modifica colore e stile per {name}",
289
+ "properties.lineStyle.solid": "Continua",
290
+ "properties.lineStyle.dashed": "Tratteggiata",
291
+ "properties.lineStyle.dotted": "Punteggiata",
292
+ "properties.lineWidth.label": "Spessore linea",
293
+ "properties.lineWidth.1px": "1 px",
294
+ "properties.lineWidth.2px": "2 px",
295
+ "properties.lineWidth.3px": "3 px",
296
+ "properties.lineWidth.4px": "4 px",
285
297
  "properties.fill": "Riempimento",
286
298
  "properties.fill.solid": "solido (predefinito)",
287
299
  "properties.fill.pattern": "modello",
@@ -280,6 +280,18 @@ export declare const ja_JP: {
280
280
  "properties.colors.reset-colors": string;
281
281
  "properties.colors": string;
282
282
  "properties.colorsAndFills": string;
283
+ "properties.colorsAndStyles": string;
284
+ "properties.colors.reset-colors-and-styles": string;
285
+ "properties.lineStyle.label": string;
286
+ "properties.lineStyle.triggerAriaLabel": string;
287
+ "properties.lineStyle.solid": string;
288
+ "properties.lineStyle.dashed": string;
289
+ "properties.lineStyle.dotted": string;
290
+ "properties.lineWidth.label": string;
291
+ "properties.lineWidth.1px": string;
292
+ "properties.lineWidth.2px": string;
293
+ "properties.lineWidth.3px": string;
294
+ "properties.lineWidth.4px": string;
283
295
  "properties.fill": string;
284
296
  "properties.fill.solid": string;
285
297
  "properties.fill.pattern": string;
@@ -1 +1 @@
1
- {"version":3,"file":"ja-JP.localization-bundle.d.ts","sourceRoot":"","sources":["../../../src/internal/translations/ja-JP.localization-bundle.ts"],"names":[],"mappings":"AAEA,eAAO,MAAM,KAAK;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;CAopBjB,CAAC"}
1
+ {"version":3,"file":"ja-JP.localization-bundle.d.ts","sourceRoot":"","sources":["../../../src/internal/translations/ja-JP.localization-bundle.ts"],"names":[],"mappings":"AAEA,eAAO,MAAM,KAAK;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;CAgqBjB,CAAC"}
@@ -282,6 +282,18 @@ export const ja_JP = {
282
282
  "properties.colors.reset-colors": "色をリセット",
283
283
  "properties.colors": "色",
284
284
  "properties.colorsAndFills": "色と塗りつぶし",
285
+ "properties.colorsAndStyles": "色とスタイル",
286
+ "properties.colors.reset-colors-and-styles": "色とスタイルをリセット",
287
+ "properties.lineStyle.label": "線のスタイル",
288
+ "properties.lineStyle.triggerAriaLabel": "{name}の色とスタイルを編集",
289
+ "properties.lineStyle.solid": "実線",
290
+ "properties.lineStyle.dashed": "破線",
291
+ "properties.lineStyle.dotted": "点線",
292
+ "properties.lineWidth.label": "線の太さ",
293
+ "properties.lineWidth.1px": "1 px",
294
+ "properties.lineWidth.2px": "2 px",
295
+ "properties.lineWidth.3px": "3 px",
296
+ "properties.lineWidth.4px": "4 px",
285
297
  "properties.fill": "充填",
286
298
  "properties.fill.solid": "ソリッド(デフォルト)",
287
299
  "properties.fill.pattern": "パターン",
@@ -280,6 +280,18 @@ export declare const ko_KR: {
280
280
  "properties.colors.reset-colors": string;
281
281
  "properties.colors": string;
282
282
  "properties.colorsAndFills": string;
283
+ "properties.colorsAndStyles": string;
284
+ "properties.colors.reset-colors-and-styles": string;
285
+ "properties.lineStyle.label": string;
286
+ "properties.lineStyle.triggerAriaLabel": string;
287
+ "properties.lineStyle.solid": string;
288
+ "properties.lineStyle.dashed": string;
289
+ "properties.lineStyle.dotted": string;
290
+ "properties.lineWidth.label": string;
291
+ "properties.lineWidth.1px": string;
292
+ "properties.lineWidth.2px": string;
293
+ "properties.lineWidth.3px": string;
294
+ "properties.lineWidth.4px": string;
283
295
  "properties.fill": string;
284
296
  "properties.fill.solid": string;
285
297
  "properties.fill.pattern": string;