@syncfusion/ej2-vue-diagrams 20.2.36 → 20.2.38

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.
@@ -1638,6 +1638,9 @@ var SymbolPaletteComponent = /** @__PURE__ @class */ (function (_super) {
1638
1638
  SymbolPaletteComponent.prototype.addPalettes = function (palettes) {
1639
1639
  return this.ej2Instances.addPalettes(palettes);
1640
1640
  };
1641
+ SymbolPaletteComponent.prototype.defaultLocale = function () {
1642
+ return this.ej2Instances.defaultLocale();
1643
+ };
1641
1644
  SymbolPaletteComponent.prototype.removePaletteItem = function (paletteName, symbolId) {
1642
1645
  return this.ej2Instances.removePaletteItem(paletteName, symbolId);
1643
1646
  };