ps-toolkit-ui 1.21.79 → 1.21.82

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.
@@ -463,39 +463,40 @@
463
463
  InputType[InputType["Check"] = 21] = "Check";
464
464
  InputType[InputType["TextArea"] = 22] = "TextArea";
465
465
  InputType[InputType["Label"] = 23] = "Label";
466
- InputType[InputType["Button"] = 24] = "Button";
467
- InputType[InputType["Submit"] = 25] = "Submit";
468
- InputType[InputType["Icon"] = 26] = "Icon";
469
- InputType[InputType["File"] = 27] = "File";
470
- InputType[InputType["Url"] = 28] = "Url";
471
- InputType[InputType["Price"] = 29] = "Price";
472
- InputType[InputType["Radio"] = 30] = "Radio";
473
- InputType[InputType["Tree"] = 31] = "Tree";
474
- InputType[InputType["TreeRadio"] = 32] = "TreeRadio";
475
- InputType[InputType["Plaque"] = 33] = "Plaque";
476
- InputType[InputType["PlaqueM"] = 34] = "PlaqueM";
477
- InputType[InputType["PlaqueF"] = 35] = "PlaqueF";
478
- InputType[InputType["PlaqueG"] = 36] = "PlaqueG";
479
- InputType[InputType["SelectAutoCompletePlaque"] = 37] = "SelectAutoCompletePlaque";
480
- InputType[InputType["SelectAutoCompletePlaqueM"] = 38] = "SelectAutoCompletePlaqueM";
481
- InputType[InputType["SelectAutoCompletePlaqueF"] = 39] = "SelectAutoCompletePlaqueF";
482
- InputType[InputType["SelectAutoCompletePlaqueG"] = 40] = "SelectAutoCompletePlaqueG";
483
- InputType[InputType["BankCard"] = 41] = "BankCard";
484
- InputType[InputType["Constant"] = 42] = "Constant";
485
- InputType[InputType["Hidden"] = 43] = "Hidden";
486
- InputType[InputType["Table"] = 44] = "Table";
487
- InputType[InputType["Tag"] = 45] = "Tag";
488
- InputType[InputType["VehicleSearch"] = 46] = "VehicleSearch";
489
- InputType[InputType["Vehicle"] = 47] = "Vehicle";
490
- InputType[InputType["Finger"] = 48] = "Finger";
491
- InputType[InputType["Color"] = 49] = "Color";
492
- InputType[InputType["Star"] = 50] = "Star";
493
- InputType[InputType["Toggle"] = 51] = "Toggle";
494
- InputType[InputType["BillNumber"] = 52] = "BillNumber";
495
- InputType[InputType["Ckeditor"] = 53] = "Ckeditor";
496
- InputType[InputType["Uploader"] = 54] = "Uploader";
497
- InputType[InputType["Slide"] = 55] = "Slide";
498
- InputType[InputType["Username"] = 56] = "Username";
466
+ InputType[InputType["Pre"] = 24] = "Pre";
467
+ InputType[InputType["Button"] = 25] = "Button";
468
+ InputType[InputType["Submit"] = 26] = "Submit";
469
+ InputType[InputType["Icon"] = 27] = "Icon";
470
+ InputType[InputType["File"] = 28] = "File";
471
+ InputType[InputType["Url"] = 29] = "Url";
472
+ InputType[InputType["Price"] = 30] = "Price";
473
+ InputType[InputType["Radio"] = 31] = "Radio";
474
+ InputType[InputType["Tree"] = 32] = "Tree";
475
+ InputType[InputType["TreeRadio"] = 33] = "TreeRadio";
476
+ InputType[InputType["Plaque"] = 34] = "Plaque";
477
+ InputType[InputType["PlaqueM"] = 35] = "PlaqueM";
478
+ InputType[InputType["PlaqueF"] = 36] = "PlaqueF";
479
+ InputType[InputType["PlaqueG"] = 37] = "PlaqueG";
480
+ InputType[InputType["SelectAutoCompletePlaque"] = 38] = "SelectAutoCompletePlaque";
481
+ InputType[InputType["SelectAutoCompletePlaqueM"] = 39] = "SelectAutoCompletePlaqueM";
482
+ InputType[InputType["SelectAutoCompletePlaqueF"] = 40] = "SelectAutoCompletePlaqueF";
483
+ InputType[InputType["SelectAutoCompletePlaqueG"] = 41] = "SelectAutoCompletePlaqueG";
484
+ InputType[InputType["BankCard"] = 42] = "BankCard";
485
+ InputType[InputType["Constant"] = 43] = "Constant";
486
+ InputType[InputType["Hidden"] = 44] = "Hidden";
487
+ InputType[InputType["Table"] = 45] = "Table";
488
+ InputType[InputType["Tag"] = 46] = "Tag";
489
+ InputType[InputType["VehicleSearch"] = 47] = "VehicleSearch";
490
+ InputType[InputType["Vehicle"] = 48] = "Vehicle";
491
+ InputType[InputType["Finger"] = 49] = "Finger";
492
+ InputType[InputType["Color"] = 50] = "Color";
493
+ InputType[InputType["Star"] = 51] = "Star";
494
+ InputType[InputType["Toggle"] = 52] = "Toggle";
495
+ InputType[InputType["BillNumber"] = 53] = "BillNumber";
496
+ InputType[InputType["Ckeditor"] = 54] = "Ckeditor";
497
+ InputType[InputType["Uploader"] = 55] = "Uploader";
498
+ InputType[InputType["Slide"] = 56] = "Slide";
499
+ InputType[InputType["Username"] = 57] = "Username";
499
500
  })(exports.InputType || (exports.InputType = {}));
500
501
  (function (OperationEnum) {
501
502
  OperationEnum[OperationEnum["All"] = -1] = "All";
@@ -2017,6 +2018,9 @@
2017
2018
  if (token != null) {
2018
2019
  h.AuthorizationCu = tokenCu;
2019
2020
  }
2021
+ if (this.environment.apiVersion) {
2022
+ h.ApiVersion = this.environment.apiVersion;
2023
+ }
2020
2024
  if (!(data instanceof FormData)) {
2021
2025
  data = HelperClass.jsonToFormData(data);
2022
2026
  }
@@ -5203,7 +5207,7 @@
5203
5207
  FormComponent.decorators = [
5204
5208
  { type: core.Component, args: [{
5205
5209
  selector: 'lib-form',
5206
- template: "<form [style]=\"form.style\" *ngIf=\"form\" [id]=\"form.id + 'Form'\" [className]=\"'form w-100 m-0' + (form.class ? ' ' + form.class : '')\">\r\n <div *ngIf=\"form.displayLabel\" [className]=\"(form.subName ? '' : 'underline ') + 'title'\">{{this.form.l(this.form.name)}}</div>\r\n <div *ngIf=\"form.displayLabel && form.subName\" class=\"sub-title underline\" [innerHTML]=\"this.form.l(this.form.subName)\"></div>\r\n <div *ngIf=\"form.loading\" class=\"loading\">\r\n <div class=\"text\" [innerHTML]=\"form.l('LoadingTable', 'Processing')\"></div>\r\n </div>\r\n <div *ngIf=\"!form.permission\" class=\"loading\">\r\n <div class=\"text\"><i class=\"fas fa-shield-alt icon\"></i>{{ form.l(\"PermissionDenied\") }}</div>\r\n </div>\r\n <ng-content></ng-content>\r\n <div class=\"inputs\">\r\n <span *ngFor=\"let inp of form.inputs; let i = index\">\r\n <lib-form-textbox (changeIndex)=\"changeIndex(i, $event)\" *ngIf=\"inp.visible && (inp.type == type.Text || inp.type == type.Password || inp.type == type.Mobile || inp.type == type.Username || inp.type == type.Phone || inp.type == type.Email || inp.type == type.NationalCode || inp.type == type.NationalNum || inp.type == type.NationalCodeNum || inp.type == type.EconomicNum || inp.type == type.Number || inp.type == type.Url || inp.type == type.PostalCode || inp.type == type.Price || inp.type == type.Sheba || inp.type == type.Color || inp.type == type.BillNumber)\" [inp]=\"inp\"></lib-form-textbox>\r\n <lib-form-textarea (changeIndex)=\"changeIndex(i, $event)\" *ngIf=\"inp.visible && inp.type == type.TextArea\" [inp]=\"inp\"></lib-form-textarea>\r\n <lib-form-checkbox (changeIndex)=\"changeIndex(i, $event)\" *ngIf=\"inp.visible && inp.type == type.Check\" [inp]=\"inp\"></lib-form-checkbox>\r\n <lib-form-select (changeIndex)=\"changeIndex(i, $event)\" *ngIf=\"inp.visible && (inp.type == type.Select || inp.type == type.SelectSearch || inp.type == type.SelectSearchRadio || inp.type == type.SelectAutoComplete)\" [inp]=\"inp\" [inForm]=\"true\"></lib-form-select>\r\n <lib-form-date (changeIndex)=\"changeIndex(i, $event)\" *ngIf=\"inp.visible && (inp.type == type.Date || inp.type == type.Month || inp.type == type.Year)\" [inp]=\"inp\" [inForm]=\"true\"></lib-form-date>\r\n <lib-form-time (changeIndex)=\"changeIndex(i, $event)\" *ngIf=\"inp.visible && inp.type == type.Time\" [inp]=\"inp\" [inForm]=\"true\"></lib-form-time>\r\n <lib-form-datetime (changeIndex)=\"changeIndex(i, $event)\" *ngIf=\"inp.visible && inp.type == type.DateTime\" [inp]=\"inp\" [inForm]=\"true\"></lib-form-datetime>\r\n <lib-form-file (changeIndex)=\"changeIndex(i, $event)\" *ngIf=\"inp.visible && inp.type == type.File\" [inp]=\"inp\"></lib-form-file>\r\n <lib-form-button (changeIndex)=\"changeIndex(i, $event)\" *ngIf=\"inp.visible && (inp.type == type.Button || inp.type == type.Submit)\" [inp]=\"inp\"></lib-form-button>\r\n <lib-form-icon (changeIndex)=\"changeIndex(i, $event)\" *ngIf=\"inp.visible && inp.type == type.Icon\" [inp]=\"inp\"></lib-form-icon>\r\n <lib-form-radio (changeIndex)=\"changeIndex(i, $event)\" *ngIf=\"inp.visible && inp.type == type.Radio\" [inp]=\"inp\"></lib-form-radio>\r\n <lib-form-tree (changeIndex)=\"changeIndex(i, $event)\" *ngIf=\"inp.visible && (inp.type == type.Tree || inp.type == type.TreeRadio)\" [inp]=\"inp\"></lib-form-tree>\r\n <lib-form-plaque (changeIndex)=\"changeIndex(i, $event)\" *ngIf=\"inp.visible && (inp.type == type.Plaque || inp.type == type.PlaqueM || inp.type == type.PlaqueF || inp.type == type.PlaqueG)\" [inp]=\"inp\"></lib-form-plaque>\r\n <lib-form-plaque-select (changeIndex)=\"changeIndex(i, $event)\" *ngIf=\"inp.visible && (inp.type == type.SelectAutoCompletePlaque || inp.type == type.SelectAutoCompletePlaqueM || inp.type == type.SelectAutoCompletePlaqueF || inp.type == type.SelectAutoCompletePlaqueG)\" [inp]=\"inp\"></lib-form-plaque-select>\r\n <lib-form-bank-card (changeIndex)=\"changeIndex(i, $event)\" *ngIf=\"inp.visible && inp.type == type.BankCard\" [inp]=\"inp\"></lib-form-bank-card>\r\n <lib-form-vehicle-search (changeIndex)=\"changeIndex(i, $event)\" *ngIf=\"inp.visible && inp.type == type.VehicleSearch\" [inp]=\"inp\"></lib-form-vehicle-search>\r\n <lib-form-vehicle (changeIndex)=\"changeIndex(i, $event)\" *ngIf=\"inp.visible && inp.type == type.Vehicle\" [inp]=\"inp\"></lib-form-vehicle>\r\n <lib-form-finger (changeIndex)=\"changeIndex(i, $event)\" *ngIf=\"inp.visible && inp.type == type.Finger\" [inp]=\"inp\"></lib-form-finger>\r\n <lib-form-star (changeIndex)=\"changeIndex(i, $event)\" *ngIf=\"inp.visible && inp.type == type.Star\" [inp]=\"inp\"></lib-form-star>\r\n <lib-form-toggle (changeIndex)=\"changeIndex(i, $event)\" *ngIf=\"inp.visible && inp.type == type.Toggle\" [inp]=\"inp\"></lib-form-toggle>\r\n <lib-form-table *ngIf=\"inp.visible && inp.type == type.Table\" [inp]=\"inp\"></lib-form-table>\r\n <lib-form-tag (changeIndex)=\"changeIndex(i, $event)\" *ngIf=\"inp.visible && inp.type == type.Tag\" [inp]=\"inp\"></lib-form-tag>\r\n <lib-form-ckeditor (changeIndex)=\"changeIndex(i, $event)\" *ngIf=\"inp.visible && inp.type == type.Ckeditor\" [inp]=\"inp\"></lib-form-ckeditor>\r\n <lib-form-uploader (changeIndex)=\"changeIndex(i, $event)\" *ngIf=\"inp.visible && inp.type == type.Uploader\" [inp]=\"inp\"></lib-form-uploader>\r\n <lib-form-slide (changeIndex)=\"changeIndex(i, $event)\" *ngIf=\"inp.visible && inp.type == type.Slide\" [inp]=\"inp\"></lib-form-slide>\r\n <lib-form-hidden *ngIf=\"inp.type == type.Hidden\" [inp]=\"inp\"></lib-form-hidden>\r\n <lib-form-label *ngIf=\"inp.visible && inp.type == type.Label\" [inp]=\"inp\"></lib-form-label>\r\n </span>\r\n </div>\r\n</form>\r\n",
5210
+ template: "<form [style]=\"form.style\" *ngIf=\"form\" [id]=\"form.id + 'Form'\" [className]=\"'form w-100 m-0' + (form.class ? ' ' + form.class : '')\">\r\n <div *ngIf=\"form.displayLabel\" [className]=\"(form.subName ? '' : 'underline ') + 'title'\">{{this.form.l(this.form.name)}}</div>\r\n <div *ngIf=\"form.displayLabel && form.subName\" class=\"sub-title underline\" [innerHTML]=\"this.form.l(this.form.subName)\"></div>\r\n <div *ngIf=\"form.loading\" class=\"loading\">\r\n <div class=\"text\" [innerHTML]=\"form.l('LoadingTable', 'Processing')\"></div>\r\n </div>\r\n <div *ngIf=\"!form.permission\" class=\"loading\">\r\n <div class=\"text\"><i class=\"fas fa-shield-alt icon\"></i>{{ form.l(\"PermissionDenied\") }}</div>\r\n </div>\r\n <ng-content></ng-content>\r\n <div class=\"inputs\">\r\n <span *ngFor=\"let inp of form.inputs; let i = index\">\r\n <lib-form-textbox (changeIndex)=\"changeIndex(i, $event)\" *ngIf=\"inp.visible && (inp.type == type.Text || inp.type == type.Password || inp.type == type.Mobile || inp.type == type.Username || inp.type == type.Phone || inp.type == type.Email || inp.type == type.NationalCode || inp.type == type.NationalNum || inp.type == type.NationalCodeNum || inp.type == type.EconomicNum || inp.type == type.Number || inp.type == type.Url || inp.type == type.PostalCode || inp.type == type.Price || inp.type == type.Sheba || inp.type == type.Color || inp.type == type.BillNumber)\" [inp]=\"inp\"></lib-form-textbox>\r\n <lib-form-textarea (changeIndex)=\"changeIndex(i, $event)\" *ngIf=\"inp.visible && inp.type == type.TextArea\" [inp]=\"inp\"></lib-form-textarea>\r\n <lib-form-checkbox (changeIndex)=\"changeIndex(i, $event)\" *ngIf=\"inp.visible && inp.type == type.Check\" [inp]=\"inp\"></lib-form-checkbox>\r\n <lib-form-select (changeIndex)=\"changeIndex(i, $event)\" *ngIf=\"inp.visible && (inp.type == type.Select || inp.type == type.SelectSearch || inp.type == type.SelectSearchRadio || inp.type == type.SelectAutoComplete)\" [inp]=\"inp\" [inForm]=\"true\"></lib-form-select>\r\n <lib-form-date (changeIndex)=\"changeIndex(i, $event)\" *ngIf=\"inp.visible && (inp.type == type.Date || inp.type == type.Month || inp.type == type.Year)\" [inp]=\"inp\" [inForm]=\"true\"></lib-form-date>\r\n <lib-form-time (changeIndex)=\"changeIndex(i, $event)\" *ngIf=\"inp.visible && inp.type == type.Time\" [inp]=\"inp\" [inForm]=\"true\"></lib-form-time>\r\n <lib-form-datetime (changeIndex)=\"changeIndex(i, $event)\" *ngIf=\"inp.visible && inp.type == type.DateTime\" [inp]=\"inp\" [inForm]=\"true\"></lib-form-datetime>\r\n <lib-form-file (changeIndex)=\"changeIndex(i, $event)\" *ngIf=\"inp.visible && inp.type == type.File\" [inp]=\"inp\"></lib-form-file>\r\n <lib-form-button (changeIndex)=\"changeIndex(i, $event)\" *ngIf=\"inp.visible && (inp.type == type.Button || inp.type == type.Submit)\" [inp]=\"inp\"></lib-form-button>\r\n <lib-form-icon (changeIndex)=\"changeIndex(i, $event)\" *ngIf=\"inp.visible && inp.type == type.Icon\" [inp]=\"inp\"></lib-form-icon>\r\n <lib-form-radio (changeIndex)=\"changeIndex(i, $event)\" *ngIf=\"inp.visible && inp.type == type.Radio\" [inp]=\"inp\"></lib-form-radio>\r\n <lib-form-tree (changeIndex)=\"changeIndex(i, $event)\" *ngIf=\"inp.visible && (inp.type == type.Tree || inp.type == type.TreeRadio)\" [inp]=\"inp\"></lib-form-tree>\r\n <lib-form-plaque (changeIndex)=\"changeIndex(i, $event)\" *ngIf=\"inp.visible && (inp.type == type.Plaque || inp.type == type.PlaqueM || inp.type == type.PlaqueF || inp.type == type.PlaqueG)\" [inp]=\"inp\"></lib-form-plaque>\r\n <lib-form-plaque-select (changeIndex)=\"changeIndex(i, $event)\" *ngIf=\"inp.visible && (inp.type == type.SelectAutoCompletePlaque || inp.type == type.SelectAutoCompletePlaqueM || inp.type == type.SelectAutoCompletePlaqueF || inp.type == type.SelectAutoCompletePlaqueG)\" [inp]=\"inp\"></lib-form-plaque-select>\r\n <lib-form-bank-card (changeIndex)=\"changeIndex(i, $event)\" *ngIf=\"inp.visible && inp.type == type.BankCard\" [inp]=\"inp\"></lib-form-bank-card>\r\n <lib-form-vehicle-search (changeIndex)=\"changeIndex(i, $event)\" *ngIf=\"inp.visible && inp.type == type.VehicleSearch\" [inp]=\"inp\"></lib-form-vehicle-search>\r\n <lib-form-vehicle (changeIndex)=\"changeIndex(i, $event)\" *ngIf=\"inp.visible && inp.type == type.Vehicle\" [inp]=\"inp\"></lib-form-vehicle>\r\n <lib-form-finger (changeIndex)=\"changeIndex(i, $event)\" *ngIf=\"inp.visible && inp.type == type.Finger\" [inp]=\"inp\"></lib-form-finger>\r\n <lib-form-star (changeIndex)=\"changeIndex(i, $event)\" *ngIf=\"inp.visible && inp.type == type.Star\" [inp]=\"inp\"></lib-form-star>\r\n <lib-form-toggle (changeIndex)=\"changeIndex(i, $event)\" *ngIf=\"inp.visible && inp.type == type.Toggle\" [inp]=\"inp\"></lib-form-toggle>\r\n <lib-form-table *ngIf=\"inp.visible && inp.type == type.Table\" [inp]=\"inp\"></lib-form-table>\r\n <lib-form-tag (changeIndex)=\"changeIndex(i, $event)\" *ngIf=\"inp.visible && inp.type == type.Tag\" [inp]=\"inp\"></lib-form-tag>\r\n <lib-form-ckeditor (changeIndex)=\"changeIndex(i, $event)\" *ngIf=\"inp.visible && inp.type == type.Ckeditor\" [inp]=\"inp\"></lib-form-ckeditor>\r\n <lib-form-uploader (changeIndex)=\"changeIndex(i, $event)\" *ngIf=\"inp.visible && inp.type == type.Uploader\" [inp]=\"inp\"></lib-form-uploader>\r\n <lib-form-slide (changeIndex)=\"changeIndex(i, $event)\" *ngIf=\"inp.visible && inp.type == type.Slide\" [inp]=\"inp\"></lib-form-slide>\r\n <lib-form-hidden *ngIf=\"inp.type == type.Hidden\" [inp]=\"inp\"></lib-form-hidden>\r\n <lib-form-label *ngIf=\"inp.visible && inp.type == type.Label\" [inp]=\"inp\"></lib-form-label>\r\n <lib-form-pre *ngIf=\"inp.visible && inp.type == type.Pre\" [inp]=\"inp\"></lib-form-pre>\r\n </span>\r\n </div>\r\n</form>\r\n",
5207
5211
  styles: [".form{border-radius:var(--border-radius-base);padding:20px;position:relative}.form>.title{font-size:16px;font-weight:var(--font-bold);height:40px}.form>.sub-title,.form>.title{float:right;line-height:30px;margin-bottom:10px;position:relative;text-align:right;width:100%}.form>.sub-title{color:var(--black-light);font-size:12px;font-weight:var(--font-light);height:30px}.form .loading{background-color:#fff;border-radius:var(--border-radius-base);height:100%;right:0;top:0;z-index:104}.form .loading,.form .loading .text{position:absolute;text-align:center;width:100%}.form .loading .text{font-weight:var(--font-bold);height:35px;line-height:35px;top:calc(50% - 20px)}::ng-deep .form .loading .icon{font-size:20px!important;line-height:30px;margin-left:5px;position:relative;top:5px}.form-buttons,.form-error{float:right;width:100%}.form-error{color:var(--red-light);font-size:11px;height:15px;line-height:8px;margin-top:10px;padding:0 10px;position:relative;text-align:center}.form-error .message{float:left;width:calc(100% - 40px)}.form-error .icon{float:right;height:20px;line-height:6px;right:0;top:0;width:40px}.form .inputs{margin:0 -15px}"]
5208
5212
  },] }
5209
5213
  ];
@@ -5245,6 +5249,39 @@
5245
5249
  inp: [{ type: core.Input }]
5246
5250
  };
5247
5251
 
5252
+ var FormPreComponent = /** @class */ (function () {
5253
+ function FormPreComponent() {
5254
+ }
5255
+ FormPreComponent.prototype.ngOnInit = function () {
5256
+ var _this = this;
5257
+ this.inp.setValue = function (v) {
5258
+ _this.inp.value = typeof v === 'string' ? JSON.stringify(v, null, 2) : v;
5259
+ };
5260
+ this.inp.isValid = function () {
5261
+ return true;
5262
+ };
5263
+ this.inp.clear = function () {
5264
+ };
5265
+ };
5266
+ FormPreComponent.prototype.onClick = function () {
5267
+ if (this.inp.onClick) {
5268
+ this.inp.onClick(this.inp);
5269
+ }
5270
+ };
5271
+ return FormPreComponent;
5272
+ }());
5273
+ FormPreComponent.decorators = [
5274
+ { type: core.Component, args: [{
5275
+ selector: 'lib-form-pre',
5276
+ template: "<pre [id]=\"inp.id + 'PreInput'\" (click)=\"onClick()\" #inputDiv [className]=\"'form-input pre w-100' + ' ' + inp.class\" [innerHTML]=\"inp.l(inp.value)\">\r\n</pre>\r\n",
5277
+ styles: [".form-input.pre{-khtml-user-select:none;-moz-user-select:none;-ms-user-select:none;-webkit-user-select:none;cursor:default;font-size:12px;line-height:30px;min-height:30px!important;padding:0 15px;position:relative;text-align:center}"]
5278
+ },] }
5279
+ ];
5280
+ FormPreComponent.ctorParameters = function () { return []; };
5281
+ FormPreComponent.propDecorators = {
5282
+ inp: [{ type: core.Input }]
5283
+ };
5284
+
5248
5285
  var FormPlaqueSelectComponent = /** @class */ (function () {
5249
5286
  function FormPlaqueSelectComponent() {
5250
5287
  this.changeIndex = new core.EventEmitter();
@@ -9092,7 +9129,7 @@
9092
9129
  FormTimeComponent, NotificationComponent, FormFingerComponent, FormVehicleSearchComponent, FormCkeditorComponent, FormUploaderComponent,
9093
9130
  LayoutComponent, LoadingComponent, NotfoundComponent, FormVehicleComponent, FormHiddenComponent, CalendarComponent, FormToggleComponent,
9094
9131
  ClockComponent, ChartComponent, FormTagComponent, ErrorComponent, LoginComponent, FormStarComponent, FormSlideComponent,
9095
- SafeStylePipe, SafeHtmlPipe,
9132
+ SafeStylePipe, SafeHtmlPipe, FormPreComponent
9096
9133
  ],
9097
9134
  imports: [
9098
9135
  common.CommonModule,
@@ -9110,6 +9147,7 @@
9110
9147
  FormTimeComponent, NotificationComponent, FormFingerComponent, FormVehicleSearchComponent, FormCkeditorComponent, FormUploaderComponent,
9111
9148
  LayoutComponent, LoadingComponent, NotfoundComponent, FormVehicleComponent, FormHiddenComponent, CalendarComponent, FormToggleComponent,
9112
9149
  ClockComponent, ChartComponent, FormTagComponent, ErrorComponent, LoginComponent, FormStarComponent, FormSlideComponent,
9150
+ FormPreComponent
9113
9151
  ]
9114
9152
  },] }
9115
9153
  ];
@@ -10316,6 +10354,7 @@
10316
10354
  exports.ɵn = LoginComponent;
10317
10355
  exports.ɵo = SafeStylePipe;
10318
10356
  exports.ɵp = SafeHtmlPipe;
10357
+ exports.ɵq = FormPreComponent;
10319
10358
 
10320
10359
  Object.defineProperty(exports, '__esModule', { value: true });
10321
10360