json-rules-filter 1.0.19 → 1.0.20
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/package.json
CHANGED
|
@@ -241,7 +241,7 @@
|
|
|
241
241
|
const row = `
|
|
242
242
|
<div id="select-rule-container-${id_select}" class="d-flex justify-content-between mt-2 pt-2 mb-4 ${$contenedor.find("[name=select-rule-option]").length > 0 ? ' border-top my-3' : ""}">
|
|
243
243
|
<div class="${rowClass} flex-grow-1">
|
|
244
|
-
<div class="col-4 ${type == 'select' ? 'col-sm-12"' : 'cols-sm-5'}>
|
|
244
|
+
<div class="col-4 ${type == 'select' ? 'col-sm-12"' : 'cols-sm-5'}">
|
|
245
245
|
<label class="${labelClass}">${name}</label>
|
|
246
246
|
<select class="form-select form-control" ${type === 'select' ? 'multiple' : ''} data-type="${type}" data-name="${name}" data-field="${dataField}" id="select-rule-option-${id_select}" data-id="${id_select}" name="select-rule-option"></select>
|
|
247
247
|
</div>
|