@syncfusion/ej2-angular-diagrams 31.1.20-ngcc → 31.1.22-ngcc

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.
@@ -1,7 +1,7 @@
1
1
  /*!
2
2
  * filename: ej2-angular-diagrams.umd.js
3
- * version : 31.1.20
4
- * Copyright Syncfusion Inc. 2001 - 2024. All rights reserved.
3
+ * version : 31.1.22
4
+ * Copyright Syncfusion Inc. 2001 - 2025. All rights reserved.
5
5
  * Use of this code is subject to the terms of our license.
6
6
  * A copy of the current license can be obtained at any time by e-mailing
7
7
  * licensing@syncfusion.com. Any infringement will be prosecuted under
@@ -1061,7 +1061,7 @@ var __metadata$1 = (this && this.__metadata) || function (k, v) {
1061
1061
  if (typeof Reflect === "object" && typeof Reflect.metadata === "function")
1062
1062
  return Reflect.metadata(k, v);
1063
1063
  };
1064
- var inputs$1 = ['accessKey', 'allowDrag', 'connectorDefaults', 'enableAnimation', 'enablePersistence', 'enableRtl', 'enableSearch', 'expandMode', 'filterSymbols', 'getConnectorDefaults', 'getNodeDefaults', 'getSymbolInfo', 'getSymbolTemplate', 'height', 'ignoreSymbolsOnSearch', 'locale', 'nodeDefaults', 'palettes', 'symbolDragSize', 'symbolHeight', 'symbolInfo', 'symbolMargin', 'symbolPreview', 'symbolWidth', 'width'];
1064
+ var inputs$1 = ['accessKey', 'allowDrag', 'connectorDefaults', 'enableAnimation', 'enablePersistence', 'enableRtl', 'enableSearch', 'expandMode', 'filterSymbols', 'getConnectorDefaults', 'getNodeDefaults', 'getSymbolInfo', 'getSymbolTemplate', 'height', 'ignoreSymbolsOnSearch', 'locale', 'nodeDefaults', 'nodeTemplate', 'palettes', 'symbolDragSize', 'symbolHeight', 'symbolInfo', 'symbolMargin', 'symbolPreview', 'symbolWidth', 'width'];
1065
1065
  var outputs$11 = ['paletteExpanding', 'paletteSelectionChange'];
1066
1066
  var twoWays$1 = [''];
1067
1067
  /**
@@ -1148,6 +1148,13 @@ exports.SymbolPaletteComponent.ctorParameters = function () { return [
1148
1148
  { type: core.ViewContainerRef, },
1149
1149
  { type: core.Injector, },
1150
1150
  ]; };
1151
+ exports.SymbolPaletteComponent.propDecorators = {
1152
+ 'nodeTemplate': [{ type: core.ContentChild, args: ['nodeTemplate',] },],
1153
+ };
1154
+ __decorate$1([
1155
+ ej2AngularBase.Template(),
1156
+ __metadata$1("design:type", Object)
1157
+ ], exports.SymbolPaletteComponent.prototype, "nodeTemplate", void 0);
1151
1158
  exports.SymbolPaletteComponent = __decorate$1([
1152
1159
  ej2AngularBase.ComponentMixins([ej2AngularBase.ComponentBase]),
1153
1160
  __metadata$1("design:paramtypes", [core.ElementRef,