@iankibetsh/shframework 4.4.5 → 4.4.7
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/dist/library.js +17 -17
- package/dist/library.mjs +17 -17
- package/package.json +1 -1
package/dist/library.js
CHANGED
|
@@ -4609,17 +4609,17 @@ const _hoisted_7$2 = {
|
|
|
4609
4609
|
key: 1,
|
|
4610
4610
|
class: "row"
|
|
4611
4611
|
};
|
|
4612
|
-
const _hoisted_8$2 = { class: "col-12 mb-3 d-flex justify-content-
|
|
4613
|
-
const _hoisted_9$2 =
|
|
4612
|
+
const _hoisted_8$2 = { class: "col-12 mb-3 d-flex justify-content-between" };
|
|
4613
|
+
const _hoisted_9$2 = ["placeholder"];
|
|
4614
|
+
const _hoisted_10$1 = {
|
|
4614
4615
|
key: 0,
|
|
4615
|
-
class: "
|
|
4616
|
+
class: "input-group-text exact_checkbox"
|
|
4616
4617
|
};
|
|
4617
|
-
const
|
|
4618
|
-
const
|
|
4618
|
+
const _hoisted_11$1 = /*#__PURE__*/vue.createElementVNode("span", { class: "ms-1" }, "Exact", -1 /* HOISTED */);
|
|
4619
|
+
const _hoisted_12$1 = {
|
|
4619
4620
|
key: 0,
|
|
4620
|
-
class: "
|
|
4621
|
+
class: "sh-range-selector"
|
|
4621
4622
|
};
|
|
4622
|
-
const _hoisted_12$1 = /*#__PURE__*/vue.createElementVNode("span", { class: "ms-1" }, "Exact", -1 /* HOISTED */);
|
|
4623
4623
|
const _hoisted_13$1 = {
|
|
4624
4624
|
key: 0,
|
|
4625
4625
|
class: "text-center"
|
|
@@ -5102,13 +5102,8 @@ return (_ctx, _cache) => {
|
|
|
5102
5102
|
(!__props.hideSearch)
|
|
5103
5103
|
? (vue.openBlock(), vue.createElementBlock("div", _hoisted_7$2, [
|
|
5104
5104
|
vue.createElementVNode("div", _hoisted_8$2, [
|
|
5105
|
-
(__props.hasRange)
|
|
5106
|
-
? (vue.openBlock(), vue.createElementBlock("div", _hoisted_9$2, [
|
|
5107
|
-
vue.createVNode(script$c, { onRangeSelected: _ctx.rangeChanged }, null, 8 /* PROPS */, ["onRangeSelected"])
|
|
5108
|
-
]))
|
|
5109
|
-
: vue.createCommentVNode("v-if", true),
|
|
5110
5105
|
vue.createElementVNode("div", {
|
|
5111
|
-
class: vue.normalizeClass(["sh-search-bar input-group", __props.hasRange ? '
|
|
5106
|
+
class: vue.normalizeClass(["sh-search-bar input-group", __props.hasRange ? 'me-2':''])
|
|
5112
5107
|
}, [
|
|
5113
5108
|
vue.withDirectives(vue.createElementVNode("input", {
|
|
5114
5109
|
onKeydown: _cache[1] || (_cache[1] = (...args) => (_ctx.userTyping && _ctx.userTyping(...args))),
|
|
@@ -5118,11 +5113,11 @@ return (_ctx, _cache) => {
|
|
|
5118
5113
|
"onUpdate:modelValue": _cache[4] || (_cache[4] = $event => ((_ctx.filter_value) = $event)),
|
|
5119
5114
|
placeholder: __props.searchPlaceholder ? __props.searchPlaceholder : 'Search',
|
|
5120
5115
|
class: "form-control sh-search-input"
|
|
5121
|
-
}, null, 40 /* PROPS, NEED_HYDRATION */,
|
|
5116
|
+
}, null, 40 /* PROPS, NEED_HYDRATION */, _hoisted_9$2), [
|
|
5122
5117
|
[vue.vModelText, _ctx.filter_value]
|
|
5123
5118
|
]),
|
|
5124
5119
|
(_ctx.filter_value.length > 1)
|
|
5125
|
-
? (vue.openBlock(), vue.createElementBlock("span",
|
|
5120
|
+
? (vue.openBlock(), vue.createElementBlock("span", _hoisted_10$1, [
|
|
5126
5121
|
vue.withDirectives(vue.createElementVNode("input", {
|
|
5127
5122
|
onChange: _cache[5] || (_cache[5] = (...args) => (_ctx.reloadData && _ctx.reloadData(...args))),
|
|
5128
5123
|
value: true,
|
|
@@ -5131,10 +5126,15 @@ return (_ctx, _cache) => {
|
|
|
5131
5126
|
}, null, 544 /* NEED_HYDRATION, NEED_PATCH */), [
|
|
5132
5127
|
[vue.vModelCheckbox, _ctx.exactMatch]
|
|
5133
5128
|
]),
|
|
5134
|
-
|
|
5129
|
+
_hoisted_11$1
|
|
5135
5130
|
]))
|
|
5136
5131
|
: vue.createCommentVNode("v-if", true)
|
|
5137
|
-
], 2 /* CLASS */)
|
|
5132
|
+
], 2 /* CLASS */),
|
|
5133
|
+
(__props.hasRange)
|
|
5134
|
+
? (vue.openBlock(), vue.createElementBlock("div", _hoisted_12$1, [
|
|
5135
|
+
vue.createVNode(script$c, { onRangeSelected: _ctx.rangeChanged }, null, 8 /* PROPS */, ["onRangeSelected"])
|
|
5136
|
+
]))
|
|
5137
|
+
: vue.createCommentVNode("v-if", true)
|
|
5138
5138
|
])
|
|
5139
5139
|
]))
|
|
5140
5140
|
: vue.createCommentVNode("v-if", true),
|
package/dist/library.mjs
CHANGED
|
@@ -4597,17 +4597,17 @@ const _hoisted_7$2 = {
|
|
|
4597
4597
|
key: 1,
|
|
4598
4598
|
class: "row"
|
|
4599
4599
|
};
|
|
4600
|
-
const _hoisted_8$2 = { class: "col-12 mb-3 d-flex justify-content-
|
|
4601
|
-
const _hoisted_9$2 =
|
|
4600
|
+
const _hoisted_8$2 = { class: "col-12 mb-3 d-flex justify-content-between" };
|
|
4601
|
+
const _hoisted_9$2 = ["placeholder"];
|
|
4602
|
+
const _hoisted_10$1 = {
|
|
4602
4603
|
key: 0,
|
|
4603
|
-
class: "
|
|
4604
|
+
class: "input-group-text exact_checkbox"
|
|
4604
4605
|
};
|
|
4605
|
-
const
|
|
4606
|
-
const
|
|
4606
|
+
const _hoisted_11$1 = /*#__PURE__*/createElementVNode("span", { class: "ms-1" }, "Exact", -1 /* HOISTED */);
|
|
4607
|
+
const _hoisted_12$1 = {
|
|
4607
4608
|
key: 0,
|
|
4608
|
-
class: "
|
|
4609
|
+
class: "sh-range-selector"
|
|
4609
4610
|
};
|
|
4610
|
-
const _hoisted_12$1 = /*#__PURE__*/createElementVNode("span", { class: "ms-1" }, "Exact", -1 /* HOISTED */);
|
|
4611
4611
|
const _hoisted_13$1 = {
|
|
4612
4612
|
key: 0,
|
|
4613
4613
|
class: "text-center"
|
|
@@ -5090,13 +5090,8 @@ return (_ctx, _cache) => {
|
|
|
5090
5090
|
(!__props.hideSearch)
|
|
5091
5091
|
? (openBlock(), createElementBlock("div", _hoisted_7$2, [
|
|
5092
5092
|
createElementVNode("div", _hoisted_8$2, [
|
|
5093
|
-
(__props.hasRange)
|
|
5094
|
-
? (openBlock(), createElementBlock("div", _hoisted_9$2, [
|
|
5095
|
-
createVNode(script$c, { onRangeSelected: _ctx.rangeChanged }, null, 8 /* PROPS */, ["onRangeSelected"])
|
|
5096
|
-
]))
|
|
5097
|
-
: createCommentVNode("v-if", true),
|
|
5098
5093
|
createElementVNode("div", {
|
|
5099
|
-
class: normalizeClass(["sh-search-bar input-group", __props.hasRange ? '
|
|
5094
|
+
class: normalizeClass(["sh-search-bar input-group", __props.hasRange ? 'me-2':''])
|
|
5100
5095
|
}, [
|
|
5101
5096
|
withDirectives(createElementVNode("input", {
|
|
5102
5097
|
onKeydown: _cache[1] || (_cache[1] = (...args) => (_ctx.userTyping && _ctx.userTyping(...args))),
|
|
@@ -5106,11 +5101,11 @@ return (_ctx, _cache) => {
|
|
|
5106
5101
|
"onUpdate:modelValue": _cache[4] || (_cache[4] = $event => ((_ctx.filter_value) = $event)),
|
|
5107
5102
|
placeholder: __props.searchPlaceholder ? __props.searchPlaceholder : 'Search',
|
|
5108
5103
|
class: "form-control sh-search-input"
|
|
5109
|
-
}, null, 40 /* PROPS, NEED_HYDRATION */,
|
|
5104
|
+
}, null, 40 /* PROPS, NEED_HYDRATION */, _hoisted_9$2), [
|
|
5110
5105
|
[vModelText, _ctx.filter_value]
|
|
5111
5106
|
]),
|
|
5112
5107
|
(_ctx.filter_value.length > 1)
|
|
5113
|
-
? (openBlock(), createElementBlock("span",
|
|
5108
|
+
? (openBlock(), createElementBlock("span", _hoisted_10$1, [
|
|
5114
5109
|
withDirectives(createElementVNode("input", {
|
|
5115
5110
|
onChange: _cache[5] || (_cache[5] = (...args) => (_ctx.reloadData && _ctx.reloadData(...args))),
|
|
5116
5111
|
value: true,
|
|
@@ -5119,10 +5114,15 @@ return (_ctx, _cache) => {
|
|
|
5119
5114
|
}, null, 544 /* NEED_HYDRATION, NEED_PATCH */), [
|
|
5120
5115
|
[vModelCheckbox, _ctx.exactMatch]
|
|
5121
5116
|
]),
|
|
5122
|
-
|
|
5117
|
+
_hoisted_11$1
|
|
5123
5118
|
]))
|
|
5124
5119
|
: createCommentVNode("v-if", true)
|
|
5125
|
-
], 2 /* CLASS */)
|
|
5120
|
+
], 2 /* CLASS */),
|
|
5121
|
+
(__props.hasRange)
|
|
5122
|
+
? (openBlock(), createElementBlock("div", _hoisted_12$1, [
|
|
5123
|
+
createVNode(script$c, { onRangeSelected: _ctx.rangeChanged }, null, 8 /* PROPS */, ["onRangeSelected"])
|
|
5124
|
+
]))
|
|
5125
|
+
: createCommentVNode("v-if", true)
|
|
5126
5126
|
])
|
|
5127
5127
|
]))
|
|
5128
5128
|
: createCommentVNode("v-if", true),
|