survey-angular-ui 1.12.5 → 1.12.7

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.
@@ -483,12 +483,24 @@
483
483
  }
484
484
  return next();
485
485
  }
486
+ function __rewriteRelativeImportExtension(path, preserveJsx) {
487
+ if (typeof path === "string" && /^\.\.?\//.test(path)) {
488
+ return path.replace(/\.(tsx)$|((?:\.d)?)((?:\.[^./]+?)?)\.([cm]?)ts$/i, function (m, tsx, d, ext, cm) {
489
+ return tsx ? preserveJsx ? ".jsx" : ".js" : d && (!ext || !cm) ? m : (d + ext + "." + cm.toLowerCase() + "js");
490
+ });
491
+ }
492
+ return path;
493
+ }
486
494
  var tslib_es6 = {
487
495
  __extends: __extends,
488
496
  __assign: __assign,
489
497
  __rest: __rest,
490
498
  __decorate: __decorate,
491
499
  __param: __param,
500
+ __esDecorate: __esDecorate,
501
+ __runInitializers: __runInitializers,
502
+ __propKey: __propKey,
503
+ __setFunctionName: __setFunctionName,
492
504
  __metadata: __metadata,
493
505
  __awaiter: __awaiter,
494
506
  __generator: __generator,
@@ -511,6 +523,7 @@
511
523
  __classPrivateFieldIn: __classPrivateFieldIn,
512
524
  __addDisposableResource: __addDisposableResource,
513
525
  __disposeResources: __disposeResources,
526
+ __rewriteRelativeImportExtension: __rewriteRelativeImportExtension,
514
527
  };
515
528
 
516
529
  var EmbeddedViewContentComponent = /** @class */ (function () {
@@ -1934,9 +1947,6 @@
1934
1947
  this.model.setElement(element);
1935
1948
  }
1936
1949
  };
1937
- TextAreaComponent.prototype.ngOnDestroy = function () {
1938
- this.model.dispose();
1939
- };
1940
1950
  return TextAreaComponent;
1941
1951
  }(EmbeddedViewContentComponent));
1942
1952
  TextAreaComponent.ɵfac = i0__namespace.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "12.2.17", ngImport: i0__namespace, type: TextAreaComponent, deps: null, target: i0__namespace.ɵɵFactoryTarget.Component });
@@ -4271,7 +4281,7 @@
4271
4281
  return PaneldynamicRemoveButtonComponent;
4272
4282
  }(PaneldynamicAction));
4273
4283
  PaneldynamicRemoveButtonComponent.ɵfac = i0__namespace.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "12.2.17", ngImport: i0__namespace, type: PaneldynamicRemoveButtonComponent, deps: null, target: i0__namespace.ɵɵFactoryTarget.Component });
4274
- PaneldynamicRemoveButtonComponent.ɵcmp = i0__namespace.ɵɵngDeclareComponent({ minVersion: "12.0.0", version: "12.2.17", type: PaneldynamicRemoveButtonComponent, selector: "sv-ng-paneldynamic-remove-btn", usesInheritance: true, ngImport: i0__namespace, template: "<button type=\"button\" (click)=\"question.removePanelUI(panel)\" [class]=\"question.getPanelRemoveButtonCss()\"> \n <span [class]=\"question.cssClasses.buttonRemoveText\"><sv-ng-string [model]=\"question.locPanelRemoveText\"></sv-ng-string></span>\n <span [class]=\"question.cssClasses.iconRemove\"></span>\n</button>\n", components: [{ type: SurveyStringComponent, selector: "sv-ng-string, '[sv-ng-string]'", inputs: ["model"] }] });
4284
+ PaneldynamicRemoveButtonComponent.ɵcmp = i0__namespace.ɵɵngDeclareComponent({ minVersion: "12.0.0", version: "12.2.17", type: PaneldynamicRemoveButtonComponent, selector: "sv-ng-paneldynamic-remove-btn", usesInheritance: true, ngImport: i0__namespace, template: "<button type=\"button\" [id]=\"question.getPanelRemoveButtonId(panel)\" (click)=\"question.removePanelUI(panel)\" [class]=\"question.getPanelRemoveButtonCss()\"> \n <span [class]=\"question.cssClasses.buttonRemoveText\"><sv-ng-string [model]=\"question.locPanelRemoveText\"></sv-ng-string></span>\n <span [class]=\"question.cssClasses.iconRemove\"></span>\n</button>\n", components: [{ type: SurveyStringComponent, selector: "sv-ng-string, '[sv-ng-string]'", inputs: ["model"] }] });
4275
4285
  i0__namespace.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "12.2.17", ngImport: i0__namespace, type: PaneldynamicRemoveButtonComponent, decorators: [{
4276
4286
  type: i0.Component,
4277
4287
  args: [{