@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.
@@ -985,7 +985,7 @@ var __decorate$1 = (this && this.__decorate) || function (decorators, target, ke
985
985
  var __metadata$1 = (this && this.__metadata) || function (k, v) {
986
986
  if (typeof Reflect === "object" && typeof Reflect.metadata === "function") return Reflect.metadata(k, v);
987
987
  };
988
- const 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'];
988
+ const 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'];
989
989
  const outputs$11 = ['paletteExpanding', 'paletteSelectionChange'];
990
990
  const twoWays$1 = [''];
991
991
  /**
@@ -1069,6 +1069,13 @@ SymbolPaletteComponent.ctorParameters = () => [
1069
1069
  { type: ViewContainerRef, },
1070
1070
  { type: Injector, },
1071
1071
  ];
1072
+ SymbolPaletteComponent.propDecorators = {
1073
+ 'nodeTemplate': [{ type: ContentChild, args: ['nodeTemplate',] },],
1074
+ };
1075
+ __decorate$1([
1076
+ Template(),
1077
+ __metadata$1("design:type", Object)
1078
+ ], SymbolPaletteComponent.prototype, "nodeTemplate", void 0);
1072
1079
  SymbolPaletteComponent = __decorate$1([
1073
1080
  ComponentMixins([ComponentBase]),
1074
1081
  __metadata$1("design:paramtypes", [ElementRef,