@iankibetsh/shframework 5.3.2 → 5.3.3
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 +5 -3
- package/dist/library.mjs +5 -3
- package/package.json +1 -1
package/dist/library.js
CHANGED
|
@@ -5117,7 +5117,7 @@ const _hoisted_23 = {
|
|
|
5117
5117
|
const _hoisted_24 = ["colspan"];
|
|
5118
5118
|
const _hoisted_25 = {
|
|
5119
5119
|
key: 2,
|
|
5120
|
-
class: "
|
|
5120
|
+
class: "no_records"
|
|
5121
5121
|
};
|
|
5122
5122
|
const _hoisted_26 = ["colspan"];
|
|
5123
5123
|
const _hoisted_27 = ["onClick"];
|
|
@@ -5729,8 +5729,10 @@ return (_ctx, _cache) => {
|
|
|
5729
5729
|
vue.createElementVNode("td", {
|
|
5730
5730
|
colspan: __props.actions ? _ctx.tableHeaders.length + 1 : _ctx.tableHeaders.length
|
|
5731
5731
|
}, _cache[16] || (_cache[16] = [
|
|
5732
|
-
vue.createElementVNode("
|
|
5733
|
-
|
|
5732
|
+
vue.createElementVNode("div", { class: "text-center bg-primary-light px-2 py-1 rounded no_records_div" }, [
|
|
5733
|
+
vue.createElementVNode("i", { class: "bi-info-circle" }),
|
|
5734
|
+
vue.createTextVNode(" No records found ")
|
|
5735
|
+
], -1 /* HOISTED */)
|
|
5734
5736
|
]), 8 /* PROPS */, _hoisted_26)
|
|
5735
5737
|
]))
|
|
5736
5738
|
: (_ctx.loading === 'done')
|
package/dist/library.mjs
CHANGED
|
@@ -5105,7 +5105,7 @@ const _hoisted_23 = {
|
|
|
5105
5105
|
const _hoisted_24 = ["colspan"];
|
|
5106
5106
|
const _hoisted_25 = {
|
|
5107
5107
|
key: 2,
|
|
5108
|
-
class: "
|
|
5108
|
+
class: "no_records"
|
|
5109
5109
|
};
|
|
5110
5110
|
const _hoisted_26 = ["colspan"];
|
|
5111
5111
|
const _hoisted_27 = ["onClick"];
|
|
@@ -5717,8 +5717,10 @@ return (_ctx, _cache) => {
|
|
|
5717
5717
|
createElementVNode("td", {
|
|
5718
5718
|
colspan: __props.actions ? _ctx.tableHeaders.length + 1 : _ctx.tableHeaders.length
|
|
5719
5719
|
}, _cache[16] || (_cache[16] = [
|
|
5720
|
-
createElementVNode("
|
|
5721
|
-
|
|
5720
|
+
createElementVNode("div", { class: "text-center bg-primary-light px-2 py-1 rounded no_records_div" }, [
|
|
5721
|
+
createElementVNode("i", { class: "bi-info-circle" }),
|
|
5722
|
+
createTextVNode(" No records found ")
|
|
5723
|
+
], -1 /* HOISTED */)
|
|
5722
5724
|
]), 8 /* PROPS */, _hoisted_26)
|
|
5723
5725
|
]))
|
|
5724
5726
|
: (_ctx.loading === 'done')
|