ps-toolkit-ui 0.0.70 → 0.0.74
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.
- package/bundles/ps-toolkit-ui.umd.js +0 -10
- package/bundles/ps-toolkit-ui.umd.js.map +1 -1
- package/bundles/ps-toolkit-ui.umd.min.js +1 -1
- package/bundles/ps-toolkit-ui.umd.min.js.map +1 -1
- package/esm2015/lib/classes/table.class.js +1 -2
- package/esm2015/lib/components/form/date/form.date.component.js +1 -10
- package/fesm2015/ps-toolkit-ui.js +0 -10
- package/fesm2015/ps-toolkit-ui.js.map +1 -1
- package/package.json +1 -1
|
@@ -3237,14 +3237,6 @@
|
|
|
3237
3237
|
this.todayDay = parseInt(today.format('jDD'), 10);
|
|
3238
3238
|
this.todayMonth = parseInt(today.format('jMM'), 10);
|
|
3239
3239
|
this.todayYear = parseInt(today.format('jYYYY'), 10);
|
|
3240
|
-
if (this.inp.value) {
|
|
3241
|
-
this.active = moment__namespace(this.inp.value);
|
|
3242
|
-
this.inp.value = this.active.format('jYYYY/jMM/jDD');
|
|
3243
|
-
this.inp.search = this.inp.value;
|
|
3244
|
-
}
|
|
3245
|
-
else {
|
|
3246
|
-
this.active = moment__namespace();
|
|
3247
|
-
}
|
|
3248
3240
|
this.setInpValue(this.inp.value);
|
|
3249
3241
|
this.inp.setValue = function (v) {
|
|
3250
3242
|
_this.setInpValue(v);
|
|
@@ -3284,7 +3276,6 @@
|
|
|
3284
3276
|
};
|
|
3285
3277
|
};
|
|
3286
3278
|
FormDateComponent.prototype.setInpValue = function (v) {
|
|
3287
|
-
console.log(typeof v, 'typeof vtypeof vtypeof vtypeof v');
|
|
3288
3279
|
if (v === null) {
|
|
3289
3280
|
this.inp.clear();
|
|
3290
3281
|
return;
|
|
@@ -7279,7 +7270,6 @@
|
|
|
7279
7270
|
};
|
|
7280
7271
|
}
|
|
7281
7272
|
else if (option.Type === exports.PermissionTypeEnum.OptionIcon) {
|
|
7282
|
-
console.log(option.OnClick);
|
|
7283
7273
|
if (option.OnClick) {
|
|
7284
7274
|
opt.onClick = function (btn) {
|
|
7285
7275
|
option.OnClick(btn);
|