@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 +3 -2
- package/typings/ediatable.vue.d.ts +2 -0
- package/vue2/index.es.min.js +0 -2
- package/vue2/index.iife.min.js +8 -17
- package/vue2/index.umd.min.js +8 -16
- package/vue2/vue2.css +1 -1
- package/vue3/index.es.min.js +0 -2
- package/vue3/index.iife.min.js +8 -17
- package/vue3/index.umd.min.js +8 -16
- package/vue3/vue3.css +1 -1
- package/vue2/vue22.css +0 -1
- package/vue2/vue23.css +0 -1
- package/vue3/vue32.css +0 -1
- package/vue3/vue33.css +0 -1
package/vue3/index.umd.min.js
CHANGED
|
@@ -37,7 +37,7 @@ url("data:application/vnd.ms-fontobject;base64,NAgAAIwHAAABAAIAAAAAAAIABQMAAAAAA
|
|
|
37
37
|
.icon-plus-fill:before {
|
|
38
38
|
content: "\\e102";
|
|
39
39
|
}
|
|
40
|
-
.bk-ediatable {
|
|
40
|
+
.tippy-box[data-animation=fade][data-state=hidden]{opacity:0}[data-tippy-root]{max-width:calc(100vw - 10px)}.tippy-box{position:relative;background-color:#333;color:#fff;border-radius:4px;font-size:14px;line-height:1.4;white-space:normal;outline:0;transition-property:transform,visibility,opacity}.tippy-box[data-placement^=top]>.tippy-arrow{bottom:0}.tippy-box[data-placement^=top]>.tippy-arrow:before{bottom:-7px;left:0;border-width:8px 8px 0;border-top-color:initial;transform-origin:center top}.tippy-box[data-placement^=bottom]>.tippy-arrow{top:0}.tippy-box[data-placement^=bottom]>.tippy-arrow:before{top:-7px;left:0;border-width:0 8px 8px;border-bottom-color:initial;transform-origin:center bottom}.tippy-box[data-placement^=left]>.tippy-arrow{right:0}.tippy-box[data-placement^=left]>.tippy-arrow:before{border-width:8px 0 8px 8px;border-left-color:initial;right:-7px;transform-origin:center left}.tippy-box[data-placement^=right]>.tippy-arrow{left:0}.tippy-box[data-placement^=right]>.tippy-arrow:before{left:-7px;border-width:8px 8px 8px 0;border-right-color:initial;transform-origin:center right}.tippy-box[data-inertia][data-state=visible]{transition-timing-function:cubic-bezier(.54,1.5,.38,1.11)}.tippy-arrow{width:16px;height:16px;color:#333}.tippy-arrow:before{content:"";position:absolute;border-color:transparent;border-style:solid}.tippy-content{position:relative;padding:5px 9px;z-index:1}.tippy-box[data-theme~=light]{color:#26323d;box-shadow:0 0 20px 4px rgba(154,161,177,.15),0 4px 80px -8px rgba(36,40,47,.25),0 4px 4px -2px rgba(91,94,105,.15);background-color:#fff}.tippy-box[data-theme~=light][data-placement^=top]>.tippy-arrow:before{border-top-color:#fff}.tippy-box[data-theme~=light][data-placement^=bottom]>.tippy-arrow:before{border-bottom-color:#fff}.tippy-box[data-theme~=light][data-placement^=left]>.tippy-arrow:before{border-left-color:#fff}.tippy-box[data-theme~=light][data-placement^=right]>.tippy-arrow:before{border-right-color:#fff}.tippy-box[data-theme~=light]>.tippy-backdrop{background-color:#fff}.tippy-box[data-theme~=light]>.tippy-svg-arrow{fill:#fff}.bk-ediatable {
|
|
41
41
|
position: relative;
|
|
42
42
|
width: 100%;
|
|
43
43
|
overflow-x: auto;
|
|
@@ -463,7 +463,7 @@ url("data:application/vnd.ms-fontobject;base64,NAgAAIwHAAABAAIAAAAAAAIABQMAAAAAA
|
|
|
463
463
|
align-items: center;
|
|
464
464
|
cursor: pointer;
|
|
465
465
|
}
|
|
466
|
-
|
|
466
|
+
`;
|
|
467
467
|
document.head.appendChild(__vite_style__);
|
|
468
468
|
var commonjsGlobal = typeof globalThis !== "undefined" ? globalThis : typeof window !== "undefined" ? window : typeof global !== "undefined" ? global : typeof self !== "undefined" ? self : {};
|
|
469
469
|
function getDefaultExportFromCjs(x) {
|
|
@@ -6092,8 +6092,6 @@ url("data:application/vnd.ms-fontobject;base64,NAgAAIwHAAABAAIAAAAAAAIABQMAAAAAA
|
|
|
6092
6092
|
const _sfc_main$8 = /* @__PURE__ */ vue.defineComponent({
|
|
6093
6093
|
__name: "ediatable",
|
|
6094
6094
|
setup(__props) {
|
|
6095
|
-
Promise.resolve().then(() => tippy);
|
|
6096
|
-
Promise.resolve().then(() => light);
|
|
6097
6095
|
const checkTableScroll = () => {
|
|
6098
6096
|
rowWidth.value = tableRef.value.clientWidth;
|
|
6099
6097
|
isOverflow.value = tableOuterRef.value.clientWidth < tableRef.value.clientWidth;
|
|
@@ -9364,7 +9362,7 @@ url("data:application/vnd.ms-fontobject;base64,NAgAAIwHAAABAAIAAAAAAAIABQMAAAAAA
|
|
|
9364
9362
|
invokeHook("onDestroy", [instance]);
|
|
9365
9363
|
}
|
|
9366
9364
|
}
|
|
9367
|
-
function tippy
|
|
9365
|
+
function tippy(targets, optionalProps) {
|
|
9368
9366
|
if (optionalProps === void 0) {
|
|
9369
9367
|
optionalProps = {};
|
|
9370
9368
|
}
|
|
@@ -9383,9 +9381,9 @@ url("data:application/vnd.ms-fontobject;base64,NAgAAIwHAAABAAIAAAAAAAIABQMAAAAAA
|
|
|
9383
9381
|
}, []);
|
|
9384
9382
|
return isElement(targets) ? instances[0] : instances;
|
|
9385
9383
|
}
|
|
9386
|
-
tippy
|
|
9387
|
-
tippy
|
|
9388
|
-
tippy
|
|
9384
|
+
tippy.defaultProps = defaultProps;
|
|
9385
|
+
tippy.setDefaultProps = setDefaultProps;
|
|
9386
|
+
tippy.currentInput = currentInput;
|
|
9389
9387
|
Object.assign({}, applyStyles$1, {
|
|
9390
9388
|
effect: function effect2(_ref) {
|
|
9391
9389
|
var state = _ref.state;
|
|
@@ -9408,7 +9406,7 @@ url("data:application/vnd.ms-fontobject;base64,NAgAAIwHAAABAAIAAAAAAAIABQMAAAAAA
|
|
|
9408
9406
|
}
|
|
9409
9407
|
}
|
|
9410
9408
|
});
|
|
9411
|
-
tippy
|
|
9409
|
+
tippy.setDefaultProps({
|
|
9412
9410
|
render
|
|
9413
9411
|
});
|
|
9414
9412
|
const _hoisted_1$1 = {
|
|
@@ -9462,7 +9460,7 @@ url("data:application/vnd.ms-fontobject;base64,NAgAAIwHAAABAAIAAAAAAAIABQMAAAAAA
|
|
|
9462
9460
|
if (!props.showTip) {
|
|
9463
9461
|
return;
|
|
9464
9462
|
}
|
|
9465
|
-
tippyIns = tippy
|
|
9463
|
+
tippyIns = tippy(rootRef.value, {
|
|
9466
9464
|
content: popRef.value,
|
|
9467
9465
|
placement: "top",
|
|
9468
9466
|
appendTo: () => document.body,
|
|
@@ -9662,12 +9660,6 @@ url("data:application/vnd.ms-fontobject;base64,NAgAAIwHAAABAAIAAAAAAAIABQMAAAAAA
|
|
|
9662
9660
|
};
|
|
9663
9661
|
}
|
|
9664
9662
|
});
|
|
9665
|
-
const tippy = /* @__PURE__ */ Object.freeze(/* @__PURE__ */ Object.defineProperty({
|
|
9666
|
-
__proto__: null
|
|
9667
|
-
}, Symbol.toStringTag, { value: "Module" }));
|
|
9668
|
-
const light = /* @__PURE__ */ Object.freeze(/* @__PURE__ */ Object.defineProperty({
|
|
9669
|
-
__proto__: null
|
|
9670
|
-
}, Symbol.toStringTag, { value: "Module" }));
|
|
9671
9663
|
exports2.DateTimePickerColumn = _sfc_main$7;
|
|
9672
9664
|
exports2.Ediatable = _sfc_main$8;
|
|
9673
9665
|
exports2.FixedColumn = _sfc_main$5;
|
package/vue3/vue3.css
CHANGED
|
@@ -32,7 +32,7 @@ url("data:application/vnd.ms-fontobject;base64,NAgAAIwHAAABAAIAAAAAAAIABQMAAAAAA
|
|
|
32
32
|
.icon-plus-fill:before {
|
|
33
33
|
content: "\e102";
|
|
34
34
|
}
|
|
35
|
-
.bk-ediatable {
|
|
35
|
+
.tippy-box[data-animation=fade][data-state=hidden]{opacity:0}[data-tippy-root]{max-width:calc(100vw - 10px)}.tippy-box{position:relative;background-color:#333;color:#fff;border-radius:4px;font-size:14px;line-height:1.4;white-space:normal;outline:0;transition-property:transform,visibility,opacity}.tippy-box[data-placement^=top]>.tippy-arrow{bottom:0}.tippy-box[data-placement^=top]>.tippy-arrow:before{bottom:-7px;left:0;border-width:8px 8px 0;border-top-color:initial;transform-origin:center top}.tippy-box[data-placement^=bottom]>.tippy-arrow{top:0}.tippy-box[data-placement^=bottom]>.tippy-arrow:before{top:-7px;left:0;border-width:0 8px 8px;border-bottom-color:initial;transform-origin:center bottom}.tippy-box[data-placement^=left]>.tippy-arrow{right:0}.tippy-box[data-placement^=left]>.tippy-arrow:before{border-width:8px 0 8px 8px;border-left-color:initial;right:-7px;transform-origin:center left}.tippy-box[data-placement^=right]>.tippy-arrow{left:0}.tippy-box[data-placement^=right]>.tippy-arrow:before{left:-7px;border-width:8px 8px 8px 0;border-right-color:initial;transform-origin:center right}.tippy-box[data-inertia][data-state=visible]{transition-timing-function:cubic-bezier(.54,1.5,.38,1.11)}.tippy-arrow{width:16px;height:16px;color:#333}.tippy-arrow:before{content:"";position:absolute;border-color:transparent;border-style:solid}.tippy-content{position:relative;padding:5px 9px;z-index:1}.tippy-box[data-theme~=light]{color:#26323d;box-shadow:0 0 20px 4px rgba(154,161,177,.15),0 4px 80px -8px rgba(36,40,47,.25),0 4px 4px -2px rgba(91,94,105,.15);background-color:#fff}.tippy-box[data-theme~=light][data-placement^=top]>.tippy-arrow:before{border-top-color:#fff}.tippy-box[data-theme~=light][data-placement^=bottom]>.tippy-arrow:before{border-bottom-color:#fff}.tippy-box[data-theme~=light][data-placement^=left]>.tippy-arrow:before{border-left-color:#fff}.tippy-box[data-theme~=light][data-placement^=right]>.tippy-arrow:before{border-right-color:#fff}.tippy-box[data-theme~=light]>.tippy-backdrop{background-color:#fff}.tippy-box[data-theme~=light]>.tippy-svg-arrow{fill:#fff}.bk-ediatable {
|
|
36
36
|
position: relative;
|
|
37
37
|
width: 100%;
|
|
38
38
|
overflow-x: auto;
|
package/vue2/vue22.css
DELETED
|
@@ -1 +0,0 @@
|
|
|
1
|
-
.tippy-box[data-animation=fade][data-state=hidden]{opacity:0}[data-tippy-root]{max-width:calc(100vw - 10px)}.tippy-box{position:relative;background-color:#333;color:#fff;border-radius:4px;font-size:14px;line-height:1.4;white-space:normal;outline:0;transition-property:transform,visibility,opacity}.tippy-box[data-placement^=top]>.tippy-arrow{bottom:0}.tippy-box[data-placement^=top]>.tippy-arrow:before{bottom:-7px;left:0;border-width:8px 8px 0;border-top-color:initial;transform-origin:center top}.tippy-box[data-placement^=bottom]>.tippy-arrow{top:0}.tippy-box[data-placement^=bottom]>.tippy-arrow:before{top:-7px;left:0;border-width:0 8px 8px;border-bottom-color:initial;transform-origin:center bottom}.tippy-box[data-placement^=left]>.tippy-arrow{right:0}.tippy-box[data-placement^=left]>.tippy-arrow:before{border-width:8px 0 8px 8px;border-left-color:initial;right:-7px;transform-origin:center left}.tippy-box[data-placement^=right]>.tippy-arrow{left:0}.tippy-box[data-placement^=right]>.tippy-arrow:before{left:-7px;border-width:8px 8px 8px 0;border-right-color:initial;transform-origin:center right}.tippy-box[data-inertia][data-state=visible]{transition-timing-function:cubic-bezier(.54,1.5,.38,1.11)}.tippy-arrow{width:16px;height:16px;color:#333}.tippy-arrow:before{content:"";position:absolute;border-color:transparent;border-style:solid}.tippy-content{position:relative;padding:5px 9px;z-index:1}
|
package/vue2/vue23.css
DELETED
|
@@ -1 +0,0 @@
|
|
|
1
|
-
.tippy-box[data-theme~=light]{color:#26323d;box-shadow:0 0 20px 4px rgba(154,161,177,.15),0 4px 80px -8px rgba(36,40,47,.25),0 4px 4px -2px rgba(91,94,105,.15);background-color:#fff}.tippy-box[data-theme~=light][data-placement^=top]>.tippy-arrow:before{border-top-color:#fff}.tippy-box[data-theme~=light][data-placement^=bottom]>.tippy-arrow:before{border-bottom-color:#fff}.tippy-box[data-theme~=light][data-placement^=left]>.tippy-arrow:before{border-left-color:#fff}.tippy-box[data-theme~=light][data-placement^=right]>.tippy-arrow:before{border-right-color:#fff}.tippy-box[data-theme~=light]>.tippy-backdrop{background-color:#fff}.tippy-box[data-theme~=light]>.tippy-svg-arrow{fill:#fff}
|
package/vue3/vue32.css
DELETED
|
@@ -1 +0,0 @@
|
|
|
1
|
-
.tippy-box[data-animation=fade][data-state=hidden]{opacity:0}[data-tippy-root]{max-width:calc(100vw - 10px)}.tippy-box{position:relative;background-color:#333;color:#fff;border-radius:4px;font-size:14px;line-height:1.4;white-space:normal;outline:0;transition-property:transform,visibility,opacity}.tippy-box[data-placement^=top]>.tippy-arrow{bottom:0}.tippy-box[data-placement^=top]>.tippy-arrow:before{bottom:-7px;left:0;border-width:8px 8px 0;border-top-color:initial;transform-origin:center top}.tippy-box[data-placement^=bottom]>.tippy-arrow{top:0}.tippy-box[data-placement^=bottom]>.tippy-arrow:before{top:-7px;left:0;border-width:0 8px 8px;border-bottom-color:initial;transform-origin:center bottom}.tippy-box[data-placement^=left]>.tippy-arrow{right:0}.tippy-box[data-placement^=left]>.tippy-arrow:before{border-width:8px 0 8px 8px;border-left-color:initial;right:-7px;transform-origin:center left}.tippy-box[data-placement^=right]>.tippy-arrow{left:0}.tippy-box[data-placement^=right]>.tippy-arrow:before{left:-7px;border-width:8px 8px 8px 0;border-right-color:initial;transform-origin:center right}.tippy-box[data-inertia][data-state=visible]{transition-timing-function:cubic-bezier(.54,1.5,.38,1.11)}.tippy-arrow{width:16px;height:16px;color:#333}.tippy-arrow:before{content:"";position:absolute;border-color:transparent;border-style:solid}.tippy-content{position:relative;padding:5px 9px;z-index:1}
|
package/vue3/vue33.css
DELETED
|
@@ -1 +0,0 @@
|
|
|
1
|
-
.tippy-box[data-theme~=light]{color:#26323d;box-shadow:0 0 20px 4px rgba(154,161,177,.15),0 4px 80px -8px rgba(36,40,47,.25),0 4px 4px -2px rgba(91,94,105,.15);background-color:#fff}.tippy-box[data-theme~=light][data-placement^=top]>.tippy-arrow:before{border-top-color:#fff}.tippy-box[data-theme~=light][data-placement^=bottom]>.tippy-arrow:before{border-bottom-color:#fff}.tippy-box[data-theme~=light][data-placement^=left]>.tippy-arrow:before{border-left-color:#fff}.tippy-box[data-theme~=light][data-placement^=right]>.tippy-arrow:before{border-right-color:#fff}.tippy-box[data-theme~=light]>.tippy-backdrop{background-color:#fff}.tippy-box[data-theme~=light]>.tippy-svg-arrow{fill:#fff}
|