ps-toolkit-ui 1.20.68 → 1.20.71
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 +2 -2
- 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/form.class.js +3 -3
- package/fesm2015/ps-toolkit-ui.js +2 -2
- package/fesm2015/ps-toolkit-ui.js.map +1 -1
- package/package.json +1 -1
|
@@ -2603,7 +2603,7 @@
|
|
|
2603
2603
|
if (!u.includes('{}')) {
|
|
2604
2604
|
this.loading = true;
|
|
2605
2605
|
this.request = new RequestClass(this.environment, this.l).send(u ? u : this.url, exports.Method.Post, null, null, function (result) {
|
|
2606
|
-
if (_this.type === exports.InputType.SelectSearch || _this.type === exports.InputType.Select || _this.type === exports.InputType.SelectAutoComplete ||
|
|
2606
|
+
if (_this.type === exports.InputType.SelectSearchRadio || _this.type === exports.InputType.SelectSearch || _this.type === exports.InputType.Select || _this.type === exports.InputType.SelectAutoComplete ||
|
|
2607
2607
|
_this.type === exports.InputType.SelectAutoCompletePlaque || _this.type === exports.InputType.SelectAutoCompletePlaqueM ||
|
|
2608
2608
|
_this.type === exports.InputType.SelectAutoCompletePlaqueF || _this.type === exports.InputType.SelectAutoCompletePlaqueG || _this.type === exports.InputType.Radio) {
|
|
2609
2609
|
var r = _this.getOptions(result, null);
|
|
@@ -2635,7 +2635,7 @@
|
|
|
2635
2635
|
EnumUtils.getKeysAndValues(u).forEach(function (k) {
|
|
2636
2636
|
result_1.push({ Name: _this.l(k.key), Id: k.value.toString() });
|
|
2637
2637
|
});
|
|
2638
|
-
if (this.type === exports.InputType.SelectSearch || this.type === exports.InputType.Select || this.type === exports.InputType.SelectAutoComplete ||
|
|
2638
|
+
if (this.type === exports.InputType.SelectSearchRadio || this.type === exports.InputType.SelectSearch || this.type === exports.InputType.Select || this.type === exports.InputType.SelectAutoComplete ||
|
|
2639
2639
|
this.type === exports.InputType.SelectAutoCompletePlaque || this.type === exports.InputType.SelectAutoCompletePlaqueM ||
|
|
2640
2640
|
this.type === exports.InputType.SelectAutoCompletePlaqueF || this.type === exports.InputType.SelectAutoCompletePlaqueG ||
|
|
2641
2641
|
this.type === exports.InputType.Radio || this.type === exports.InputType.Slide) {
|