@web-utils/form-ui 1.0.0-beta104 → 1.0.0-beta106
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/chunks/BtvhUxHg2.mjs +1282 -0
- package/chunks/{DToOCCc02.mjs → P4gsvvG42.mjs} +1 -1
- package/chunks/{CsOtjwy72.mjs → TIdVye5D2.mjs} +1 -1
- package/element-dialog/style.css +1 -1
- package/form-tree-select/index.mjs +1 -1
- package/form-tree-select-multiple/index.mjs +1 -1
- package/fy-upload/index.d.ts +1 -1
- package/index.css +1 -1
- package/index.mjs +3 -3
- package/package.json +1 -1
- package/sub-table-plus/style.css +1 -1
- package/vue-tags-input/index.d.ts +1 -1
- package/vue-tree-select/index.d.ts +10 -1010
- package/vue-tree-select/index.mjs +1 -1
- package/web-types.json +1 -1
- package/chunks/D2NeD2g32.mjs +0 -1361
|
@@ -1,5 +1,5 @@
|
|
|
1
1
|
import { n as e, o as t } from "./Cmqxxo7L.mjs";
|
|
2
|
-
import { t as n } from "./
|
|
2
|
+
import { t as n } from "./BtvhUxHg2.mjs";
|
|
3
3
|
import { allProps as r, predicate as i } from "../props/tree-select.mjs";
|
|
4
4
|
import { createVNode as a, mergeProps as o } from "vue";
|
|
5
5
|
import "../form-tree-select/style.css";
|
|
@@ -1,5 +1,5 @@
|
|
|
1
1
|
import { n as e, o as t } from "./Cmqxxo7L.mjs";
|
|
2
|
-
import { t as n } from "./
|
|
2
|
+
import { t as n } from "./BtvhUxHg2.mjs";
|
|
3
3
|
import { allProps as r, predicate as i } from "../props/tree-select-multiple.mjs";
|
|
4
4
|
import { createVNode as a, mergeProps as o } from "vue";
|
|
5
5
|
//#endregion
|
package/element-dialog/style.css
CHANGED
|
@@ -1 +1 @@
|
|
|
1
|
-
:root{--dialog-header-background-color:#025cde}.element-dialog.el-dialog{border-radius:4px 4px 0 0;flex-direction:column;padding:0;display:flex}.element-dialog.el-dialog .dialog-title{min-height:20px}.element-dialog.el-dialog .el-dialog__header{color:#fff;background-color:var(--dialog-header-background-color);border-radius:4px 4px 0 0;justify-content:center;align-items:center;padding:6px 10px;line-height:normal;display:flex;position:relative}.element-dialog.el-dialog .dialog-header-buttons{display:flex;position:absolute;top:50%;right:10px;transform:translateY(-50%)}.element-dialog.el-dialog .dialog-header-button{cursor:pointer;padding:2px;font-size:14px}.element-dialog.el-dialog .dialog-header-button+.dialog-header-button{margin-left:10px}.element-dialog.el-dialog .dialog-header-button:hover{background-color:#0000004d;border-radius:2px}.element-dialog.el-dialog .dialog-header-button.el-icon-close:hover{background-color:#e34e55;border-radius:2px}.element-dialog.el-dialog .el-dialog__body{height:var(--dialog-body-height);flex:auto;
|
|
1
|
+
:root{--dialog-header-background-color:#025cde}.element-dialog.el-dialog{border-radius:4px 4px 0 0;flex-direction:column;padding:0;display:flex}.element-dialog.el-dialog .dialog-title{min-height:20px}.element-dialog.el-dialog .el-dialog__header{color:#fff;background-color:var(--dialog-header-background-color);border-radius:4px 4px 0 0;justify-content:center;align-items:center;padding:6px 10px;line-height:normal;display:flex;position:relative}.element-dialog.el-dialog .dialog-header-buttons{display:flex;position:absolute;top:50%;right:10px;transform:translateY(-50%)}.element-dialog.el-dialog .dialog-header-button{cursor:pointer;padding:2px;font-size:14px}.element-dialog.el-dialog .dialog-header-button+.dialog-header-button{margin-left:10px}.element-dialog.el-dialog .dialog-header-button:hover{background-color:#0000004d;border-radius:2px}.element-dialog.el-dialog .dialog-header-button.el-icon-close:hover{background-color:#e34e55;border-radius:2px}.element-dialog.el-dialog .el-dialog__body{height:var(--dialog-body-height);flex:auto;padding:10px;overflow:auto}.element-dialog.el-dialog .el-dialog__body.no-padding{padding:0}.element-dialog.el-dialog .el-dialog__footer{border-top:1px solid #dddee3;padding:10px}
|
|
@@ -1,2 +1,2 @@
|
|
|
1
|
-
import { t as e } from "../chunks/
|
|
1
|
+
import { t as e } from "../chunks/P4gsvvG42.mjs";
|
|
2
2
|
export { e as default };
|
|
@@ -1,2 +1,2 @@
|
|
|
1
|
-
import { t as e } from "../chunks/
|
|
1
|
+
import { t as e } from "../chunks/TIdVye5D2.mjs";
|
|
2
2
|
export { e as default };
|
package/fy-upload/index.d.ts
CHANGED
|
@@ -632,8 +632,8 @@ declare const __VLS_export: import('vue').DefineComponent<globalThis.ExtractProp
|
|
|
632
632
|
}>> & Readonly<{}>, {
|
|
633
633
|
drag: boolean;
|
|
634
634
|
data: Record<string, any>;
|
|
635
|
-
action: string;
|
|
636
635
|
headers: Record<string, any>;
|
|
636
|
+
action: string;
|
|
637
637
|
showFileList: boolean;
|
|
638
638
|
accept: string | unknown[];
|
|
639
639
|
canvasOption: Record<string, any>;
|