@blueking/ediatable 0.0.1-beta.1 → 0.0.1-beta.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/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@blueking/ediatable",
3
- "version": "0.0.1-beta.1",
3
+ "version": "0.0.1-beta.3",
4
4
  "description": "蓝鲸 Ediatable",
5
5
  "license": "MIT",
6
6
  "author": "Tencent BlueKing",
@@ -56,7 +56,8 @@
56
56
  },
57
57
  "dependencies": {
58
58
  "@vueuse/core": "10.9.0",
59
- "vue-i18n": "9.6.5"
59
+ "vue-i18n": "9.6.5",
60
+ "tippy.js": "^6.3.7"
60
61
  },
61
62
  "scripts": {
62
63
  "dev": "vite --mode development -c scripts/vite.dev.ts",
@@ -1,6 +1,8 @@
1
1
  import './lib/bk-icon/iconcool.js';
2
2
  import './lib/bk-icon/style.css';
3
3
  import 'bkui-vue/dist/style.css';
4
+ import 'tippy.js/dist/tippy.css';
5
+ import 'tippy.js/themes/light.css';
4
6
  import type { InjectionKey, Ref } from 'vue';
5
7
  export declare const renderTablekey: InjectionKey<{
6
8
  isOverflow: Ref<boolean>;
@@ -5627,8 +5627,6 @@ const renderTablekey = Symbol("renderTable");
5627
5627
  const _sfc_main$8 = /* @__PURE__ */ defineComponent({
5628
5628
  __name: "ediatable",
5629
5629
  setup(__props) {
5630
- import("./tippy-UZKOpUIG.mjs");
5631
- import("./light-CVlnfH8W.mjs");
5632
5630
  const checkTableScroll = () => {
5633
5631
  rowWidth.value = tableRef.value.clientWidth;
5634
5632
  isOverflow.value = tableOuterRef.value.clientWidth < tableRef.value.clientWidth;