ps-toolkit-ui 1.5.35 → 1.5.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.
@@ -772,6 +772,7 @@
772
772
  InputType[InputType["Car"] = 38] = "Car";
773
773
  InputType[InputType["Finger"] = 39] = "Finger";
774
774
  InputType[InputType["Color"] = 40] = "Color";
775
+ InputType[InputType["Star"] = 41] = "Star";
775
776
  })(exports.InputType || (exports.InputType = {}));
776
777
  (function (OperationEnum) {
777
778
  OperationEnum[OperationEnum["All"] = -1] = "All";
@@ -7361,7 +7362,7 @@
7361
7362
  { type: core.Component, args: [{
7362
7363
  selector: 'lib-form-star',
7363
7364
  template: "<div #inputDiv [id]=\"inp.name + 'Input'\" [style]=\"inp.style\" [className]=\"'form-input-con star w-100' + (inp.error == null ? '' : ' error') + (inp.disabled || inp.loading ? ' disabled' : '') + ' ' + inp.class\">\r\n <div class=\"form-input\" (click)=\"onClick()\">\r\n <div *ngIf=\"inp.displayLabel\" class=\"label\"><i *ngIf=\"inp.required\" class=\"fas fa-star-of-life required-icon\"></i>{{inp.getLabel()}}</div>\r\n <input #inputBase type=\"text\" class=\"input-base\" (keydown)=\"onKeyDown($event)\" (focusin)=\"onFocusIn()\">\r\n <div class=\"control\">\r\n <input type=\"radio\" id=\"star1\" name=\"star\" [checked]=\"inp.value == 1 ? 'checked' : ''\" (change)=\"onChange(1)\">\r\n <label class=\"option\" for=\"star1\"></label>\r\n <input type=\"radio\" id=\"star2\" name=\"star\" [checked]=\"inp.value == 2 ? 'checked' : ''\" (change)=\"onChange(2)\">\r\n <label class=\"option\" for=\"star2\"></label>\r\n <input type=\"radio\" id=\"star3\" name=\"star\" [checked]=\"inp.value == 3 ? 'checked' : ''\" (change)=\"onChange(3)\">\r\n <label class=\"option\" for=\"star3\"></label>\r\n <input type=\"radio\" id=\"star4\" name=\"star\" [checked]=\"inp.value == 4 ? 'checked' : ''\" (change)=\"onChange(4)\">\r\n <label class=\"option\" for=\"star4\"></label>\r\n <input type=\"radio\" id=\"star5\" name=\"star\" [checked]=\"inp.value == 5 ? 'checked' : ''\" (change)=\"onChange(5)\">\r\n <label class=\"option\" for=\"star5\"></label>\r\n </div>\r\n </div>\r\n</div>\r\n",
7364
- styles: [".form-input-con.star{padding:0 15px;position:relative}.form-input-con.star .form-input{float:right;position:relative;width:100%}.form-input-con.star .form-input .label{-khtml-user-select:none;-moz-user-select:none;-ms-user-select:none;-webkit-user-select:none;cursor:default;direction:rtl;float:right;font-size:12px;height:20px;line-height:20px;margin-bottom:3px;padding:0 10px;text-align:right;width:100%}.form-input-con.star.error .form-input .label{color:var(--red);font-size:10px}.form-input-con.star .form-input .label .required-icon{color:var(--red);font-size:9px;height:20px;line-height:20px;text-align:center;width:20px}.form-input-con.star .form-input>.control{background-color:#fff;border:var(--border-input);border-radius:var(--border-radius-base);display:table;height:35px;padding:0 35px;width:100%}.form-input-con.star .form-input .input-base{cursor:pointer;height:0;opacity:0;position:absolute;right:50%;top:50%;width:0;z-index:1}.form-input-con.star .form-input .input-base:focus+.control,.form-input-con.star .form-input:hover .control{border:var(--border-input-dark);outline:none}.form-input-con.star.error .form-input>.control{border:var(--border-input-red)}.form-input-con.star.error .form-input>.control input{display:none}.form-input-con.star.error .form-input>.control .option{color:var(--yellow);cursor:pointer;display:block;float:left;font-size:40px;height:50px;line-height:60px;text-align:center;text-shadow:0 3px 3px #2b3c4e;transition:all .2s;width:50px}.form-input-con.star.error .form-input>.control .option:hover{color:#fff;font-size:50px;text-shadow:0 0 5px #b9c9d8}.form-input-con.star.error .form-input>.control .option:before{-webkit-font-smoothing:antialiased;content:\"\\f005\";display:inline;font-family:Font Awesome\\ 5 Pro;font-style:normal;font-weight:900;height:auto;line-height:normal;margin-top:0;text-decoration:inherit;vertical-align:initial;width:auto}.form-input-con.star.error .form-input>.control input:checked+.form-input-con.star.error .form-input>.control .option~.form-input-con.star.error .form-input>.control .option:before{content:\"\\f006\"}#wrapper:hover .form-input-con.star.error .form-input>.control .option:before{content:\"\\f005\"}#wrapper:hover .form-input-con.star.error .form-input>.control .option:hover~.form-input-con.star.error .form-input>.control .option:before{content:\"\\f006\"}"]
7365
+ styles: [".form-input-con.star{padding:0 15px;position:relative}.form-input-con.star .form-input{float:right;position:relative;width:100%}.form-input-con.star .form-input .label{-khtml-user-select:none;-moz-user-select:none;-ms-user-select:none;-webkit-user-select:none;cursor:default;direction:rtl;float:right;font-size:12px;height:20px;line-height:20px;margin-bottom:3px;padding:0 10px;text-align:right;width:100%}.form-input-con.star.error .form-input .label{color:var(--red);font-size:10px}.form-input-con.star .form-input .label .required-icon{color:var(--red);font-size:9px;height:20px;line-height:20px;text-align:center;width:20px}.form-input-con.star .form-input>.control{background-color:#fff;border:var(--border-input);border-radius:var(--border-radius-base);display:table;height:35px;padding:0 35px;width:100%}.form-input-con.star .form-input .input-base{cursor:pointer;height:0;opacity:0;position:absolute;right:50%;top:50%;width:0;z-index:1}.form-input-con.star .form-input .input-base:focus+.control,.form-input-con.star .form-input:hover .control{border:var(--border-input-dark);outline:none}.form-input-con.star.error .form-input>.control{border:var(--border-input-red)}.form-input-con.star .form-input>.control input{display:none}.form-input-con.star .form-input>.control .option{color:#ff0;cursor:pointer;display:block;float:left;font-size:40px;height:50px;line-height:60px;text-align:center;text-shadow:0 3px 3px #2b3c4e;transition:all .2s;width:50px}.form-input-con.star .form-input>.control .option:hover{color:#fff;font-size:50px;text-shadow:0 0 5px #b9c9d8}.form-input-con.star .form-input>.control .option:before{-webkit-font-smoothing:antialiased;content:\"\\f005\";display:inline;font-family:Font Awesome\\ 5 Pro;font-style:normal;font-weight:900;height:auto;line-height:normal;margin-top:0;text-decoration:inherit;vertical-align:initial;width:auto}.form-input-con.star .form-input>.control input:checked+.option~.option:before{content:\"\\f006\"}#wrapper{display:inline-block}#wrapper:hover label:before{content:\"\\f005\"}#wrapper:hover label:hover~label:before{content:\"\\f006\"}"]
7365
7366
  },] }
7366
7367
  ];
7367
7368
  FormStarComponent.ctorParameters = function () { return []; };
@@ -7408,7 +7409,7 @@
7408
7409
  FormIconComponent, FormButtonComponent, FormDatetimeComponent, FormPlaqueComponent, SubHeaderComponent, FooterComponent, StepsComponent,
7409
7410
  FormFileComponent, FormSelectComponent, FormTableComponent, FormLabelComponent, AccordionComponent, FormRadioComponent, HeaderComponent,
7410
7411
  TooltipComponent, ConfirmComponent, TableComponent, ModalComponent, FormComponent, TableRowComponent, FormTreeComponent, AlertComponent,
7411
- FormTimeComponent, NotfoundComponent, FormFingerComponent, FormCarSearchComponent, FormCarComponent,
7412
+ FormTimeComponent, NotfoundComponent, FormFingerComponent, FormCarSearchComponent, FormCarComponent, FormStarComponent,
7412
7413
  LoginComponent, LoadingComponent, NotificationComponent, LayoutComponent, FormHiddenComponent, CalendarComponent,
7413
7414
  ClockComponent, ChartComponent
7414
7415
  ]
@@ -7959,6 +7960,7 @@
7959
7960
  exports.FormPlaqueSelectComponent = FormPlaqueSelectComponent;
7960
7961
  exports.FormRadioComponent = FormRadioComponent;
7961
7962
  exports.FormSelectComponent = FormSelectComponent;
7963
+ exports.FormStarComponent = FormStarComponent;
7962
7964
  exports.FormTableComponent = FormTableComponent;
7963
7965
  exports.FormTextareaComponent = FormTextareaComponent;
7964
7966
  exports.FormTextboxComponent = FormTextboxComponent;
@@ -7999,15 +8001,14 @@
7999
8001
  exports.ɵe = TableLoadingComponent;
8000
8002
  exports.ɵf = FormTreeItemComponent;
8001
8003
  exports.ɵg = TableRowComponent;
8002
- exports.ɵh = FormStarComponent;
8003
- exports.ɵi = SafeStylePipe;
8004
- exports.ɵj = LoginComponent;
8005
- exports.ɵk = NotificationComponent;
8006
- exports.ɵl = FormHiddenComponent;
8007
- exports.ɵm = CalendarComponent;
8008
- exports.ɵn = ClockComponent;
8009
- exports.ɵo = ChartComponent;
8010
- exports.ɵp = SafeHtmlPipe;
8004
+ exports.ɵh = SafeStylePipe;
8005
+ exports.ɵi = LoginComponent;
8006
+ exports.ɵj = NotificationComponent;
8007
+ exports.ɵk = FormHiddenComponent;
8008
+ exports.ɵl = CalendarComponent;
8009
+ exports.ɵm = ClockComponent;
8010
+ exports.ɵn = ChartComponent;
8011
+ exports.ɵo = SafeHtmlPipe;
8011
8012
 
8012
8013
  Object.defineProperty(exports, '__esModule', { value: true });
8013
8014