@deot/vc-components 1.0.30 → 1.0.31
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/index.cjs +1 -0
- package/dist/index.iife.js +1 -0
- package/dist/index.js +1 -0
- package/dist/index.umd.cjs +1 -0
- package/package.json +1 -1
package/dist/index.cjs
CHANGED
|
@@ -15629,6 +15629,7 @@ const TableBody = /* @__PURE__ */ vue.defineComponent({
|
|
|
15629
15629
|
hover: true,
|
|
15630
15630
|
alone: true,
|
|
15631
15631
|
autoWidth: true,
|
|
15632
|
+
placement: 'top',
|
|
15632
15633
|
content: value
|
|
15633
15634
|
});
|
|
15634
15635
|
}
|
package/dist/index.iife.js
CHANGED
|
@@ -41660,6 +41660,7 @@ var VcComponents = (function (exports, vue) {
|
|
|
41660
41660
|
hover: true,
|
|
41661
41661
|
alone: true,
|
|
41662
41662
|
autoWidth: true,
|
|
41663
|
+
placement: 'top',
|
|
41663
41664
|
content: value
|
|
41664
41665
|
});
|
|
41665
41666
|
}
|
package/dist/index.js
CHANGED
|
@@ -15607,6 +15607,7 @@ const TableBody = /* @__PURE__ */ defineComponent({
|
|
|
15607
15607
|
hover: true,
|
|
15608
15608
|
alone: true,
|
|
15609
15609
|
autoWidth: true,
|
|
15610
|
+
placement: 'top',
|
|
15610
15611
|
content: value
|
|
15611
15612
|
});
|
|
15612
15613
|
}
|
package/dist/index.umd.cjs
CHANGED
|
@@ -41663,6 +41663,7 @@
|
|
|
41663
41663
|
hover: true,
|
|
41664
41664
|
alone: true,
|
|
41665
41665
|
autoWidth: true,
|
|
41666
|
+
placement: 'top',
|
|
41666
41667
|
content: value
|
|
41667
41668
|
});
|
|
41668
41669
|
}
|