keli-ui 0.0.2 → 0.0.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/README.md +5 -5
- package/dist/keli-ui.css +1 -1
- package/dist/keli-ui.js +6 -6
- package/dist/keli-ui.umd.cjs +1 -1
- package/dist/types/packages/index.d.ts +1 -0
- package/dist/types/packages/types/button.d.ts +25 -0
- package/dist/types/packages/types/componentFrame.d.ts +21 -0
- package/dist/types/packages/types/index.d.ts +5 -0
- package/dist/types/packages/types/queryFrame.d.ts +8 -0
- package/dist/types/packages/types/tableFrame.d.ts +81 -0
- package/dist/types/packages/types/translate.d.ts +20 -0
- package/package.json +49 -49
package/README.md
CHANGED
|
@@ -1,5 +1,5 @@
|
|
|
1
|
-
# Vue 3 + TypeScript + Vite
|
|
2
|
-
|
|
3
|
-
This template should help get you started developing with Vue 3 and TypeScript in Vite. The template uses Vue 3 `<script setup>` SFCs, check out the [script setup docs](https://v3.vuejs.org/api/sfc-script-setup.html#sfc-script-setup) to learn more.
|
|
4
|
-
|
|
5
|
-
Learn more about the recommended Project Setup and IDE Support in the [Vue Docs TypeScript Guide](https://vuejs.org/guide/typescript/overview.html#project-setup).
|
|
1
|
+
# Vue 3 + TypeScript + Vite
|
|
2
|
+
|
|
3
|
+
This template should help get you started developing with Vue 3 and TypeScript in Vite. The template uses Vue 3 `<script setup>` SFCs, check out the [script setup docs](https://v3.vuejs.org/api/sfc-script-setup.html#sfc-script-setup) to learn more.
|
|
4
|
+
|
|
5
|
+
Learn more about the recommended Project Setup and IDE Support in the [Vue Docs TypeScript Guide](https://vuejs.org/guide/typescript/overview.html#project-setup).
|
package/dist/keli-ui.css
CHANGED
|
@@ -1 +1 @@
|
|
|
1
|
-
@charset "UTF-8";@tailwind base;@tailwind components;@tailwind utilities;@layer base{:root{--background: 0 0% 100%;--foreground: 222.2 84% 4.9%;--card: 0 0% 100%;--card-foreground: 222.2 84% 4.9%;--popover: 0 0% 100%;--popover-foreground: 222.2 84% 4.9%;--primary: 221.2 83.2% 53.3%;--primary-foreground: 210 40% 98%;--secondary: 210 40% 96.1%;--secondary-foreground: 222.2 47.4% 11.2%;--muted: 210 40% 96.1%;--muted-foreground: 215.4 16.3% 46.9%;--accent: 210 40% 96.1%;--accent-foreground: 222.2 47.4% 11.2%;--destructive: 0 84.2% 60.2%;--destructive-foreground: 210 40% 98%;--border: 214.3 31.8% 91.4%;--input: 214.3 31.8% 91.4%;--ring: 221.2 83.2% 53.3%;--radius: .5rem}.dark{--background: 222.2 84% 4.9%;--foreground: 210 40% 98%;--card: 222.2 84% 4.9%;--card-foreground: 210 40% 98%;--popover: 222.2 84% 4.9%;--popover-foreground: 210 40% 98%;--primary: 217.2 91.2% 59.8%;--primary-foreground: 222.2 47.4% 11.2%;--secondary: 217.2 32.6% 17.5%;--secondary-foreground: 210 40% 98%;--muted: 217.2 32.6% 17.5%;--muted-foreground: 215 20.2% 65.1%;--accent: 217.2 32.6% 17.5%;--accent-foreground: 210 40% 98%;--destructive: 0 62.8% 30.6%;--destructive-foreground: 210 40% 98%;--border: 217.2 32.6% 17.5%;--input: 217.2 32.6% 17.5%;--ring: 224.3 76.3% 48%}}.query-bar-client{padding:8px 8px 0;background:var(--el-fill-color-blank)}.tool-bar[data-v-
|
|
1
|
+
@charset "UTF-8";@tailwind base;@tailwind components;@tailwind utilities;@layer base{:root{--background: 0 0% 100%;--foreground: 222.2 84% 4.9%;--card: 0 0% 100%;--card-foreground: 222.2 84% 4.9%;--popover: 0 0% 100%;--popover-foreground: 222.2 84% 4.9%;--primary: 221.2 83.2% 53.3%;--primary-foreground: 210 40% 98%;--secondary: 210 40% 96.1%;--secondary-foreground: 222.2 47.4% 11.2%;--muted: 210 40% 96.1%;--muted-foreground: 215.4 16.3% 46.9%;--accent: 210 40% 96.1%;--accent-foreground: 222.2 47.4% 11.2%;--destructive: 0 84.2% 60.2%;--destructive-foreground: 210 40% 98%;--border: 214.3 31.8% 91.4%;--input: 214.3 31.8% 91.4%;--ring: 221.2 83.2% 53.3%;--radius: .5rem}.dark{--background: 222.2 84% 4.9%;--foreground: 210 40% 98%;--card: 222.2 84% 4.9%;--card-foreground: 210 40% 98%;--popover: 222.2 84% 4.9%;--popover-foreground: 210 40% 98%;--primary: 217.2 91.2% 59.8%;--primary-foreground: 222.2 47.4% 11.2%;--secondary: 217.2 32.6% 17.5%;--secondary-foreground: 210 40% 98%;--muted: 217.2 32.6% 17.5%;--muted-foreground: 215 20.2% 65.1%;--accent: 217.2 32.6% 17.5%;--accent-foreground: 210 40% 98%;--destructive: 0 62.8% 30.6%;--destructive-foreground: 210 40% 98%;--border: 217.2 32.6% 17.5%;--input: 217.2 32.6% 17.5%;--ring: 224.3 76.3% 48%}}.query-bar-client{padding:8px 8px 0;background:var(--el-fill-color-blank)}.tool-bar[data-v-1d587f27]{padding:8px;background:var(--el-fill-color-blank)}.table-render-client[data-v-c785bdca]{display:flex;flex-direction:column;height:100%;background:var(--overlay-content)}.query-bar-client[data-v-c785bdca]{margin-top:6px}.table-tool-button[data-v-c785bdca]{margin:6px 2px}.vxe-grid-container[data-v-c785bdca]{flex-grow:1;height:0;overflow:hidden}.vxe-grid-container .vxe-grid[data-v-c785bdca]{height:100%;overflow:auto}.pagination-div[data-v-c785bdca]{padding:6px;margin-top:10px;border-radius:4px;background:var(--el-fill-color-blank)}.vxe-grid[data-v-c785bdca]{-webkit-user-select:none;-moz-user-select:none;-ms-user-select:none;user-select:none}.table-render-mobile[data-v-f5f23a4d]{display:flex;flex-direction:column;height:100%}.table-render-mobile-content[data-v-f5f23a4d]{flex-grow:1;height:0;overflow-y:auto}.table-tool-button[data-v-f5f23a4d]{padding:6px;margin-top:6px;background:var(--pure-theme-menu-bg)}.cell-item[data-v-f5f23a4d]{margin-top:8px}.pagination-div[data-v-f5f23a4d]{padding:6px;margin-top:10px;background:var(--el-fill-color-blank)}.fullHeight[data-v-f5f23a4d]{height:100%}[data-v-e03d694f] .el-scrollbar__wrap{overflow-x:hidden!important}[data-v-e03d694f] .el-scrollbar__bar.is-horizontal{height:0!important}[data-v-e03d694f] .el-form-item{margin-bottom:0!important}.table-card-render-client[data-v-e03d694f]{display:flex;flex-direction:column;height:100%}.title-wrapper[data-v-e03d694f]{display:flex;align-items:center;justify-content:space-between}.title-wrapper .title-text[data-v-e03d694f]{flex:1}.title-wrapper .dropdown-wrapper[data-v-e03d694f]{margin-left:auto}.table-tool-button[data-v-e03d694f]{margin-top:6px}.card-container[data-v-e03d694f]{flex-grow:1;height:0;overflow:hidden}.pagination-div[data-v-e03d694f]{padding:6px;margin-top:10px;background:var(--el-fill-color-blank)}.table-render-mobile[data-v-5c541b2d]{display:flex;flex-direction:column;height:100%}.table-render-mobile-content[data-v-5c541b2d]{flex-grow:1;height:0;overflow-y:auto}.table-tool-button[data-v-5c541b2d]{padding:6px;margin-top:6px;background:var(--pure-theme-menu-bg)}.pagination-div[data-v-5c541b2d]{padding-top:6px;padding-bottom:6px;margin-top:10px;background:var(--el-fill-color-blank)}.cell-item[data-v-5c541b2d]{margin-top:8px}.fullHeight[data-v-5c541b2d]{height:100%}.table-render-client[data-v-d493fc51]{display:flex;flex-direction:column;height:100%;background:var(--overlay-content)}.query-bar-client[data-v-d493fc51]{margin-top:6px}.table-tool-button[data-v-d493fc51]{margin:6px 2px}.table-container[data-v-d493fc51]{flex-grow:1;height:0;overflow:hidden}.table-check-box-async[data-v-16ccc8c0]{width:100%}.table-check-box-async .text[data-v-16ccc8c0]{cursor:pointer}.dialog-header[data-v-16ccc8c0]{display:flex;flex-direction:row;gap:16px;justify-content:space-between}.text[data-v-d7547436],.text[data-v-bb72979b]{width:100%;cursor:pointer}
|
package/dist/keli-ui.js
CHANGED
|
@@ -40043,7 +40043,7 @@ const _export_sfc = (sfc, props) => {
|
|
|
40043
40043
|
}
|
|
40044
40044
|
return target;
|
|
40045
40045
|
};
|
|
40046
|
-
const ToolBar = /* @__PURE__ */ _export_sfc(_sfc_main$b, [["__scopeId", "data-v-
|
|
40046
|
+
const ToolBar = /* @__PURE__ */ _export_sfc(_sfc_main$b, [["__scopeId", "data-v-1d587f27"]]);
|
|
40047
40047
|
const _hoisted_1$7 = { class: "table-render-client" };
|
|
40048
40048
|
const _hoisted_2$6 = {
|
|
40049
40049
|
key: 1,
|
|
@@ -40332,7 +40332,7 @@ const _sfc_main$a = /* @__PURE__ */ defineComponent({
|
|
|
40332
40332
|
};
|
|
40333
40333
|
}
|
|
40334
40334
|
});
|
|
40335
|
-
const TableRenderClient = /* @__PURE__ */ _export_sfc(_sfc_main$a, [["__scopeId", "data-v-
|
|
40335
|
+
const TableRenderClient = /* @__PURE__ */ _export_sfc(_sfc_main$a, [["__scopeId", "data-v-c785bdca"]]);
|
|
40336
40336
|
const customFormatter = (options) => {
|
|
40337
40337
|
if (isEmpty(options.cellValue) || isEmpty(options.tabObj))
|
|
40338
40338
|
return options.cellValue;
|
|
@@ -40586,7 +40586,7 @@ const _sfc_main$9 = /* @__PURE__ */ defineComponent({
|
|
|
40586
40586
|
};
|
|
40587
40587
|
}
|
|
40588
40588
|
});
|
|
40589
|
-
const TableRenderMobile = /* @__PURE__ */ _export_sfc(_sfc_main$9, [["__scopeId", "data-v-
|
|
40589
|
+
const TableRenderMobile = /* @__PURE__ */ _export_sfc(_sfc_main$9, [["__scopeId", "data-v-f5f23a4d"]]);
|
|
40590
40590
|
const KeliTableRender = isMobileDevice.value ? TableRenderMobile : TableRenderClient;
|
|
40591
40591
|
KeliTableRender.install = (app) => {
|
|
40592
40592
|
app.component(KeliTableRender.__name, KeliTableRender);
|
|
@@ -40856,7 +40856,7 @@ const _sfc_main$8 = /* @__PURE__ */ defineComponent({
|
|
|
40856
40856
|
};
|
|
40857
40857
|
}
|
|
40858
40858
|
});
|
|
40859
|
-
const TableCardRenderClient = /* @__PURE__ */ _export_sfc(_sfc_main$8, [["__scopeId", "data-v-
|
|
40859
|
+
const TableCardRenderClient = /* @__PURE__ */ _export_sfc(_sfc_main$8, [["__scopeId", "data-v-e03d694f"]]);
|
|
40860
40860
|
const _hoisted_1$4 = { class: "table-render-mobile" };
|
|
40861
40861
|
const _hoisted_2$3 = { class: "table-render-mobile-search" };
|
|
40862
40862
|
const _hoisted_3 = { class: "table-tool-button" };
|
|
@@ -41098,7 +41098,7 @@ const _sfc_main$7 = /* @__PURE__ */ defineComponent({
|
|
|
41098
41098
|
};
|
|
41099
41099
|
}
|
|
41100
41100
|
});
|
|
41101
|
-
const TableCardRenderMobile = /* @__PURE__ */ _export_sfc(_sfc_main$7, [["__scopeId", "data-v-
|
|
41101
|
+
const TableCardRenderMobile = /* @__PURE__ */ _export_sfc(_sfc_main$7, [["__scopeId", "data-v-5c541b2d"]]);
|
|
41102
41102
|
const KeliTableCardRender = isMobileDevice.value ? TableCardRenderMobile : TableCardRenderClient;
|
|
41103
41103
|
KeliTableCardRender.install = (app) => {
|
|
41104
41104
|
app.component(KeliTableCardRender.__name, KeliTableCardRender);
|
|
@@ -41309,7 +41309,7 @@ const _sfc_main$6 = /* @__PURE__ */ defineComponent({
|
|
|
41309
41309
|
};
|
|
41310
41310
|
}
|
|
41311
41311
|
});
|
|
41312
|
-
const KeliTableTreeRender = /* @__PURE__ */ _export_sfc(_sfc_main$6, [["__scopeId", "data-v-
|
|
41312
|
+
const KeliTableTreeRender = /* @__PURE__ */ _export_sfc(_sfc_main$6, [["__scopeId", "data-v-d493fc51"]]);
|
|
41313
41313
|
KeliTableTreeRender.install = (app) => {
|
|
41314
41314
|
app.component(KeliTableTreeRender.__name, KeliTableTreeRender);
|
|
41315
41315
|
};
|