g-ui-web 0.10.10 → 0.10.11
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/lib/ele/tree/src/index.vue.d.ts +762 -1
- package/lib/g-ui-web.js +5 -2
- package/lib/g-ui-web.js.gz +0 -0
- package/lib/g-ui-web.umd.cjs +2 -2
- package/package.json +1 -1
package/lib/g-ui-web.js
CHANGED
|
@@ -46273,7 +46273,7 @@ const lNe = {
|
|
|
46273
46273
|
Zs.commit("setState", {
|
|
46274
46274
|
path: "gui-theme",
|
|
46275
46275
|
value: e
|
|
46276
|
-
}), document.documentElement.setAttribute("style", "background-color:" + t.bgColor), document.documentElement.style.setProperty("--ui-bg-color", t.bgColor), document.documentElement.style.setProperty("--ui-tooltip-color", t.tooltipFill), document.documentElement.style.setProperty("--el-text-font-color", t.textFontColor), document.documentElement.style.setProperty("--el-back-color", t.backColor), document.documentElement.style.setProperty("--el-back-border-color", t.backBorderColor), document.documentElement.style.setProperty("--ui-table-text-color", t.tableHeaderTextColor), document.documentElement.style.setProperty("--ui-table-fill-color", t.tableHeaderBgColor), document.documentElement.style.setProperty("--el-color-primary", t.primary), document.documentElement.style.setProperty("--el-color-primary-light", t.primaryLight), document.documentElement.style.setProperty("--el-color-primary-dark-2", `${x0(t.primary, 0.1)}`);
|
|
46276
|
+
}), document.documentElement.setAttribute("style", "background-color:" + t.bgColor), document.documentElement.style.setProperty("--ui-bg-color", t.bgColor), document.documentElement.style.setProperty("--ui-box-color", t.boxColor), document.documentElement.style.setProperty("--ui-tooltip-color", t.tooltipFill), document.documentElement.style.setProperty("--el-text-font-color", t.textFontColor), document.documentElement.style.setProperty("--el-back-color", t.backColor), document.documentElement.style.setProperty("--el-back-border-color", t.backBorderColor), document.documentElement.style.setProperty("--ui-table-text-color", t.tableHeaderTextColor), document.documentElement.style.setProperty("--ui-table-fill-color", t.tableHeaderBgColor), document.documentElement.style.setProperty("--el-color-primary", t.primary), document.documentElement.style.setProperty("--el-color-primary-light", t.primaryLight), document.documentElement.style.setProperty("--el-color-primary-dark-2", `${x0(t.primary, 0.1)}`);
|
|
46277
46277
|
for (let r = 1; r <= 7; r++)
|
|
46278
46278
|
document.documentElement.style.setProperty(`--el-color-primary-${r}`, t["primary" + r]);
|
|
46279
46279
|
for (let r = 1; r <= 7; r++)
|
|
@@ -112951,7 +112951,10 @@ const vCt = { class: "g-datatable" }, gCt = H({
|
|
|
112951
112951
|
const r = _n(), n = z(null);
|
|
112952
112952
|
return t({
|
|
112953
112953
|
ref: n
|
|
112954
|
-
}), (a, o) => (k(), Te(b(xy), $t(
|
|
112954
|
+
}), (a, o) => (k(), Te(b(xy), $t({
|
|
112955
|
+
ref_key: "treeRef",
|
|
112956
|
+
ref: n
|
|
112957
|
+
}, a.$attrs), la({ _: 2 }, [
|
|
112955
112958
|
Ot(b(r), (i, s) => ({
|
|
112956
112959
|
name: s,
|
|
112957
112960
|
fn: ve((l) => [
|
package/lib/g-ui-web.js.gz
CHANGED
|
Binary file
|