@iankibetsh/shframework 5.4.9 → 5.5.0
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 +1 -1
- package/dist/library.mjs +1 -1
- package/package.json +1 -1
package/dist/library.js
CHANGED
|
@@ -6185,7 +6185,7 @@ return (_ctx, _cache) => {
|
|
|
6185
6185
|
default: vue.withCtx(() => [
|
|
6186
6186
|
vue.createTextVNode(vue.toDisplayString(getTabLabel(tab)) + " ", 1 /* TEXT */),
|
|
6187
6187
|
(realTabCounts.value[getTabKey(tab)] !== undefined && realTabCounts.value[getTabKey(tab)] > 0)
|
|
6188
|
-
? (vue.openBlock(), vue.createElementBlock("sup", _hoisted_1$a,
|
|
6188
|
+
? (vue.openBlock(), vue.createElementBlock("sup", _hoisted_1$a, vue.toDisplayString(realTabCounts.value[getTabKey(tab)]), 1 /* TEXT */))
|
|
6189
6189
|
: vue.createCommentVNode("v-if", true)
|
|
6190
6190
|
]),
|
|
6191
6191
|
_: 2 /* DYNAMIC */
|
package/dist/library.mjs
CHANGED
|
@@ -6173,7 +6173,7 @@ return (_ctx, _cache) => {
|
|
|
6173
6173
|
default: withCtx(() => [
|
|
6174
6174
|
createTextVNode(toDisplayString(getTabLabel(tab)) + " ", 1 /* TEXT */),
|
|
6175
6175
|
(realTabCounts.value[getTabKey(tab)] !== undefined && realTabCounts.value[getTabKey(tab)] > 0)
|
|
6176
|
-
? (openBlock(), createElementBlock("sup", _hoisted_1$a,
|
|
6176
|
+
? (openBlock(), createElementBlock("sup", _hoisted_1$a, toDisplayString(realTabCounts.value[getTabKey(tab)]), 1 /* TEXT */))
|
|
6177
6177
|
: createCommentVNode("v-if", true)
|
|
6178
6178
|
]),
|
|
6179
6179
|
_: 2 /* DYNAMIC */
|