jky-component-lib 0.0.88 → 0.0.94
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/dist/es/add-input/AddInput.vue.js +3 -3
- package/dist/es/amap/AMap.vue.d.ts +61 -0
- package/dist/es/amap/AMap.vue.js +292 -0
- package/dist/es/amap/AMap.vue3.js +5 -0
- package/dist/es/amap/AMarker.vue.d.ts +38 -0
- package/dist/es/amap/AMarker.vue.js +253 -0
- package/dist/es/amap/AMarker.vue3.js +5 -0
- package/dist/es/amap/index.d.ts +7 -0
- package/dist/es/amap/index.js +13 -0
- package/dist/es/amap/style.css +7 -0
- package/dist/es/amap/style2.css +14 -0
- package/dist/es/components.d.ts +1 -0
- package/dist/es/components.js +6 -1
- package/dist/es/form/FormItem.vue.js +6 -6
- package/dist/es/index.js +6 -0
- package/dist/es/package.json.js +1 -1
- package/dist/es/page-header/PopoverMenu.vue.d.ts +1 -1
- package/dist/es/page-table/PageTable.vue.d.ts +4 -4
- package/dist/es/page-table/Toolbar.vue.js +2 -2
- package/dist/es/rich-editor/RichEditor.vue.d.ts +1 -1
- package/dist/es/style.css +34 -0
- package/dist/es/styles.css +1 -1
- package/dist/lib/add-input/AddInput.vue.js +10 -10
- package/dist/lib/amap/AMap.vue.d.ts +61 -0
- package/dist/lib/amap/AMap.vue.js +292 -0
- package/dist/lib/amap/AMap.vue3.js +5 -0
- package/dist/lib/amap/AMarker.vue.d.ts +38 -0
- package/dist/lib/amap/AMarker.vue.js +253 -0
- package/dist/lib/amap/AMarker.vue3.js +5 -0
- package/dist/lib/amap/index.d.ts +7 -0
- package/dist/lib/amap/index.js +13 -0
- package/dist/lib/amap/style.css +7 -0
- package/dist/lib/amap/style2.css +14 -0
- package/dist/lib/components.d.ts +1 -0
- package/dist/lib/components.js +43 -39
- package/dist/lib/form/FormItem.vue.js +6 -6
- package/dist/lib/index.js +32 -26
- package/dist/lib/package.json.js +1 -1
- package/dist/lib/page-header/PopoverMenu.vue.d.ts +1 -1
- package/dist/lib/page-table/PageTable.vue.d.ts +4 -4
- package/dist/lib/page-table/Toolbar.vue.js +18 -18
- package/dist/lib/rich-editor/RichEditor.vue.d.ts +1 -1
- package/dist/lib/style.css +34 -0
- package/dist/lib/styles.css +1 -1
- package/package.json +11 -4
- package/dist/es/node_modules/@element-plus/icons-vue/dist/index.js +0 -116
- package/dist/lib/node_modules/@element-plus/icons-vue/dist/index.js +0 -116
|
@@ -1,116 +0,0 @@
|
|
|
1
|
-
import { defineComponent, openBlock, createElementBlock, createElementVNode } from "vue";
|
|
2
|
-
/*! Element Plus Icons Vue v2.3.2 */
|
|
3
|
-
var _sfc_main6 = /* @__PURE__ */ defineComponent({
|
|
4
|
-
name: "ArrowDown",
|
|
5
|
-
__name: "arrow-down",
|
|
6
|
-
setup(__props) {
|
|
7
|
-
return (_ctx, _cache) => (openBlock(), createElementBlock("svg", {
|
|
8
|
-
xmlns: "http://www.w3.org/2000/svg",
|
|
9
|
-
viewBox: "0 0 1024 1024"
|
|
10
|
-
}, [
|
|
11
|
-
createElementVNode("path", {
|
|
12
|
-
fill: "currentColor",
|
|
13
|
-
d: "M831.872 340.864 512 652.672 192.128 340.864a30.59 30.59 0 0 0-42.752 0 29.12 29.12 0 0 0 0 41.6L489.664 714.24a32 32 0 0 0 44.672 0l340.288-331.712a29.12 29.12 0 0 0 0-41.728 30.59 30.59 0 0 0-42.752 0z"
|
|
14
|
-
})
|
|
15
|
-
]));
|
|
16
|
-
}
|
|
17
|
-
}), arrow_down_default = _sfc_main6;
|
|
18
|
-
var _sfc_main48 = /* @__PURE__ */ defineComponent({
|
|
19
|
-
name: "CircleCheckFilled",
|
|
20
|
-
__name: "circle-check-filled",
|
|
21
|
-
setup(__props) {
|
|
22
|
-
return (_ctx, _cache) => (openBlock(), createElementBlock("svg", {
|
|
23
|
-
xmlns: "http://www.w3.org/2000/svg",
|
|
24
|
-
viewBox: "0 0 1024 1024"
|
|
25
|
-
}, [
|
|
26
|
-
createElementVNode("path", {
|
|
27
|
-
fill: "currentColor",
|
|
28
|
-
d: "M512 64a448 448 0 1 1 0 896 448 448 0 0 1 0-896m-55.808 536.384-99.52-99.584a38.4 38.4 0 1 0-54.336 54.336l126.72 126.72a38.27 38.27 0 0 0 54.336 0l262.4-262.464a38.4 38.4 0 1 0-54.272-54.336z"
|
|
29
|
-
})
|
|
30
|
-
]));
|
|
31
|
-
}
|
|
32
|
-
}), circle_check_filled_default = _sfc_main48;
|
|
33
|
-
var _sfc_main50 = /* @__PURE__ */ defineComponent({
|
|
34
|
-
name: "CircleCloseFilled",
|
|
35
|
-
__name: "circle-close-filled",
|
|
36
|
-
setup(__props) {
|
|
37
|
-
return (_ctx, _cache) => (openBlock(), createElementBlock("svg", {
|
|
38
|
-
xmlns: "http://www.w3.org/2000/svg",
|
|
39
|
-
viewBox: "0 0 1024 1024"
|
|
40
|
-
}, [
|
|
41
|
-
createElementVNode("path", {
|
|
42
|
-
fill: "currentColor",
|
|
43
|
-
d: "M512 64a448 448 0 1 1 0 896 448 448 0 0 1 0-896m0 393.664L407.936 353.6a38.4 38.4 0 1 0-54.336 54.336L457.664 512 353.6 616.064a38.4 38.4 0 1 0 54.336 54.336L512 566.336 616.064 670.4a38.4 38.4 0 1 0 54.336-54.336L566.336 512 670.4 407.936a38.4 38.4 0 1 0-54.336-54.336z"
|
|
44
|
-
})
|
|
45
|
-
]));
|
|
46
|
-
}
|
|
47
|
-
}), circle_close_filled_default = _sfc_main50;
|
|
48
|
-
var _sfc_main80 = /* @__PURE__ */ defineComponent({
|
|
49
|
-
name: "Delete",
|
|
50
|
-
__name: "delete",
|
|
51
|
-
setup(__props) {
|
|
52
|
-
return (_ctx, _cache) => (openBlock(), createElementBlock("svg", {
|
|
53
|
-
xmlns: "http://www.w3.org/2000/svg",
|
|
54
|
-
viewBox: "0 0 1024 1024"
|
|
55
|
-
}, [
|
|
56
|
-
createElementVNode("path", {
|
|
57
|
-
fill: "currentColor",
|
|
58
|
-
d: "M160 256H96a32 32 0 0 1 0-64h256V95.936a32 32 0 0 1 32-32h256a32 32 0 0 1 32 32V192h256a32 32 0 1 1 0 64h-64v672a32 32 0 0 1-32 32H192a32 32 0 0 1-32-32zm448-64v-64H416v64zM224 896h576V256H224zm192-128a32 32 0 0 1-32-32V416a32 32 0 0 1 64 0v320a32 32 0 0 1-32 32m192 0a32 32 0 0 1-32-32V416a32 32 0 0 1 64 0v320a32 32 0 0 1-32 32"
|
|
59
|
-
})
|
|
60
|
-
]));
|
|
61
|
-
}
|
|
62
|
-
}), delete_default = _sfc_main80;
|
|
63
|
-
var _sfc_main201 = /* @__PURE__ */ defineComponent({
|
|
64
|
-
name: "Plus",
|
|
65
|
-
__name: "plus",
|
|
66
|
-
setup(__props) {
|
|
67
|
-
return (_ctx, _cache) => (openBlock(), createElementBlock("svg", {
|
|
68
|
-
xmlns: "http://www.w3.org/2000/svg",
|
|
69
|
-
viewBox: "0 0 1024 1024"
|
|
70
|
-
}, [
|
|
71
|
-
createElementVNode("path", {
|
|
72
|
-
fill: "currentColor",
|
|
73
|
-
d: "M480 480V128a32 32 0 0 1 64 0v352h352a32 32 0 1 1 0 64H544v352a32 32 0 1 1-64 0V544H128a32 32 0 0 1 0-64z"
|
|
74
|
-
})
|
|
75
|
-
]));
|
|
76
|
-
}
|
|
77
|
-
}), plus_default = _sfc_main201;
|
|
78
|
-
var _sfc_main211 = /* @__PURE__ */ defineComponent({
|
|
79
|
-
name: "QuestionFilled",
|
|
80
|
-
__name: "question-filled",
|
|
81
|
-
setup(__props) {
|
|
82
|
-
return (_ctx, _cache) => (openBlock(), createElementBlock("svg", {
|
|
83
|
-
xmlns: "http://www.w3.org/2000/svg",
|
|
84
|
-
viewBox: "0 0 1024 1024"
|
|
85
|
-
}, [
|
|
86
|
-
createElementVNode("path", {
|
|
87
|
-
fill: "currentColor",
|
|
88
|
-
d: "M512 64a448 448 0 1 1 0 896 448 448 0 0 1 0-896m23.744 191.488c-52.096 0-92.928 14.784-123.2 44.352-30.976 29.568-45.76 70.4-45.76 122.496h80.256c0-29.568 5.632-52.8 17.6-68.992 13.376-19.712 35.2-28.864 66.176-28.864 23.936 0 42.944 6.336 56.32 19.712 12.672 13.376 19.712 31.68 19.712 54.912 0 17.6-6.336 34.496-19.008 49.984l-8.448 9.856c-45.76 40.832-73.216 70.4-82.368 89.408-9.856 19.008-14.08 42.24-14.08 68.992v9.856h80.96v-9.856c0-16.896 3.52-31.68 10.56-45.76 6.336-12.672 15.488-24.64 28.16-35.2 33.792-29.568 54.208-48.576 60.544-55.616 16.896-22.528 26.048-51.392 26.048-86.592q0-64.416-42.24-101.376c-28.16-25.344-65.472-37.312-111.232-37.312m-12.672 406.208a54.27 54.27 0 0 0-38.72 14.784 49.4 49.4 0 0 0-15.488 38.016c0 15.488 4.928 28.16 15.488 38.016A54.85 54.85 0 0 0 523.072 768c15.488 0 28.16-4.928 38.72-14.784a51.52 51.52 0 0 0 16.192-38.72 51.97 51.97 0 0 0-15.488-38.016 55.94 55.94 0 0 0-39.424-14.784"
|
|
89
|
-
})
|
|
90
|
-
]));
|
|
91
|
-
}
|
|
92
|
-
}), question_filled_default = _sfc_main211;
|
|
93
|
-
var _sfc_main287 = /* @__PURE__ */ defineComponent({
|
|
94
|
-
name: "WarningFilled",
|
|
95
|
-
__name: "warning-filled",
|
|
96
|
-
setup(__props) {
|
|
97
|
-
return (_ctx, _cache) => (openBlock(), createElementBlock("svg", {
|
|
98
|
-
xmlns: "http://www.w3.org/2000/svg",
|
|
99
|
-
viewBox: "0 0 1024 1024"
|
|
100
|
-
}, [
|
|
101
|
-
createElementVNode("path", {
|
|
102
|
-
fill: "currentColor",
|
|
103
|
-
d: "M512 64a448 448 0 1 1 0 896 448 448 0 0 1 0-896m0 192a58.43 58.43 0 0 0-58.24 63.744l23.36 256.384a35.072 35.072 0 0 0 69.76 0l23.296-256.384A58.43 58.43 0 0 0 512 256m0 512a51.2 51.2 0 1 0 0-102.4 51.2 51.2 0 0 0 0 102.4"
|
|
104
|
-
})
|
|
105
|
-
]));
|
|
106
|
-
}
|
|
107
|
-
}), warning_filled_default = _sfc_main287;
|
|
108
|
-
export {
|
|
109
|
-
arrow_down_default as ArrowDown,
|
|
110
|
-
circle_check_filled_default as CircleCheckFilled,
|
|
111
|
-
circle_close_filled_default as CircleCloseFilled,
|
|
112
|
-
delete_default as Delete,
|
|
113
|
-
plus_default as Plus,
|
|
114
|
-
question_filled_default as QuestionFilled,
|
|
115
|
-
warning_filled_default as WarningFilled
|
|
116
|
-
};
|
|
@@ -1,116 +0,0 @@
|
|
|
1
|
-
"use strict";
|
|
2
|
-
Object.defineProperty(exports, Symbol.toStringTag, { value: "Module" });
|
|
3
|
-
const vue = require("vue");
|
|
4
|
-
/*! Element Plus Icons Vue v2.3.2 */
|
|
5
|
-
var _sfc_main6 = /* @__PURE__ */ vue.defineComponent({
|
|
6
|
-
name: "ArrowDown",
|
|
7
|
-
__name: "arrow-down",
|
|
8
|
-
setup(__props) {
|
|
9
|
-
return (_ctx, _cache) => (vue.openBlock(), vue.createElementBlock("svg", {
|
|
10
|
-
xmlns: "http://www.w3.org/2000/svg",
|
|
11
|
-
viewBox: "0 0 1024 1024"
|
|
12
|
-
}, [
|
|
13
|
-
vue.createElementVNode("path", {
|
|
14
|
-
fill: "currentColor",
|
|
15
|
-
d: "M831.872 340.864 512 652.672 192.128 340.864a30.59 30.59 0 0 0-42.752 0 29.12 29.12 0 0 0 0 41.6L489.664 714.24a32 32 0 0 0 44.672 0l340.288-331.712a29.12 29.12 0 0 0 0-41.728 30.59 30.59 0 0 0-42.752 0z"
|
|
16
|
-
})
|
|
17
|
-
]));
|
|
18
|
-
}
|
|
19
|
-
}), arrow_down_default = _sfc_main6;
|
|
20
|
-
var _sfc_main48 = /* @__PURE__ */ vue.defineComponent({
|
|
21
|
-
name: "CircleCheckFilled",
|
|
22
|
-
__name: "circle-check-filled",
|
|
23
|
-
setup(__props) {
|
|
24
|
-
return (_ctx, _cache) => (vue.openBlock(), vue.createElementBlock("svg", {
|
|
25
|
-
xmlns: "http://www.w3.org/2000/svg",
|
|
26
|
-
viewBox: "0 0 1024 1024"
|
|
27
|
-
}, [
|
|
28
|
-
vue.createElementVNode("path", {
|
|
29
|
-
fill: "currentColor",
|
|
30
|
-
d: "M512 64a448 448 0 1 1 0 896 448 448 0 0 1 0-896m-55.808 536.384-99.52-99.584a38.4 38.4 0 1 0-54.336 54.336l126.72 126.72a38.27 38.27 0 0 0 54.336 0l262.4-262.464a38.4 38.4 0 1 0-54.272-54.336z"
|
|
31
|
-
})
|
|
32
|
-
]));
|
|
33
|
-
}
|
|
34
|
-
}), circle_check_filled_default = _sfc_main48;
|
|
35
|
-
var _sfc_main50 = /* @__PURE__ */ vue.defineComponent({
|
|
36
|
-
name: "CircleCloseFilled",
|
|
37
|
-
__name: "circle-close-filled",
|
|
38
|
-
setup(__props) {
|
|
39
|
-
return (_ctx, _cache) => (vue.openBlock(), vue.createElementBlock("svg", {
|
|
40
|
-
xmlns: "http://www.w3.org/2000/svg",
|
|
41
|
-
viewBox: "0 0 1024 1024"
|
|
42
|
-
}, [
|
|
43
|
-
vue.createElementVNode("path", {
|
|
44
|
-
fill: "currentColor",
|
|
45
|
-
d: "M512 64a448 448 0 1 1 0 896 448 448 0 0 1 0-896m0 393.664L407.936 353.6a38.4 38.4 0 1 0-54.336 54.336L457.664 512 353.6 616.064a38.4 38.4 0 1 0 54.336 54.336L512 566.336 616.064 670.4a38.4 38.4 0 1 0 54.336-54.336L566.336 512 670.4 407.936a38.4 38.4 0 1 0-54.336-54.336z"
|
|
46
|
-
})
|
|
47
|
-
]));
|
|
48
|
-
}
|
|
49
|
-
}), circle_close_filled_default = _sfc_main50;
|
|
50
|
-
var _sfc_main80 = /* @__PURE__ */ vue.defineComponent({
|
|
51
|
-
name: "Delete",
|
|
52
|
-
__name: "delete",
|
|
53
|
-
setup(__props) {
|
|
54
|
-
return (_ctx, _cache) => (vue.openBlock(), vue.createElementBlock("svg", {
|
|
55
|
-
xmlns: "http://www.w3.org/2000/svg",
|
|
56
|
-
viewBox: "0 0 1024 1024"
|
|
57
|
-
}, [
|
|
58
|
-
vue.createElementVNode("path", {
|
|
59
|
-
fill: "currentColor",
|
|
60
|
-
d: "M160 256H96a32 32 0 0 1 0-64h256V95.936a32 32 0 0 1 32-32h256a32 32 0 0 1 32 32V192h256a32 32 0 1 1 0 64h-64v672a32 32 0 0 1-32 32H192a32 32 0 0 1-32-32zm448-64v-64H416v64zM224 896h576V256H224zm192-128a32 32 0 0 1-32-32V416a32 32 0 0 1 64 0v320a32 32 0 0 1-32 32m192 0a32 32 0 0 1-32-32V416a32 32 0 0 1 64 0v320a32 32 0 0 1-32 32"
|
|
61
|
-
})
|
|
62
|
-
]));
|
|
63
|
-
}
|
|
64
|
-
}), delete_default = _sfc_main80;
|
|
65
|
-
var _sfc_main201 = /* @__PURE__ */ vue.defineComponent({
|
|
66
|
-
name: "Plus",
|
|
67
|
-
__name: "plus",
|
|
68
|
-
setup(__props) {
|
|
69
|
-
return (_ctx, _cache) => (vue.openBlock(), vue.createElementBlock("svg", {
|
|
70
|
-
xmlns: "http://www.w3.org/2000/svg",
|
|
71
|
-
viewBox: "0 0 1024 1024"
|
|
72
|
-
}, [
|
|
73
|
-
vue.createElementVNode("path", {
|
|
74
|
-
fill: "currentColor",
|
|
75
|
-
d: "M480 480V128a32 32 0 0 1 64 0v352h352a32 32 0 1 1 0 64H544v352a32 32 0 1 1-64 0V544H128a32 32 0 0 1 0-64z"
|
|
76
|
-
})
|
|
77
|
-
]));
|
|
78
|
-
}
|
|
79
|
-
}), plus_default = _sfc_main201;
|
|
80
|
-
var _sfc_main211 = /* @__PURE__ */ vue.defineComponent({
|
|
81
|
-
name: "QuestionFilled",
|
|
82
|
-
__name: "question-filled",
|
|
83
|
-
setup(__props) {
|
|
84
|
-
return (_ctx, _cache) => (vue.openBlock(), vue.createElementBlock("svg", {
|
|
85
|
-
xmlns: "http://www.w3.org/2000/svg",
|
|
86
|
-
viewBox: "0 0 1024 1024"
|
|
87
|
-
}, [
|
|
88
|
-
vue.createElementVNode("path", {
|
|
89
|
-
fill: "currentColor",
|
|
90
|
-
d: "M512 64a448 448 0 1 1 0 896 448 448 0 0 1 0-896m23.744 191.488c-52.096 0-92.928 14.784-123.2 44.352-30.976 29.568-45.76 70.4-45.76 122.496h80.256c0-29.568 5.632-52.8 17.6-68.992 13.376-19.712 35.2-28.864 66.176-28.864 23.936 0 42.944 6.336 56.32 19.712 12.672 13.376 19.712 31.68 19.712 54.912 0 17.6-6.336 34.496-19.008 49.984l-8.448 9.856c-45.76 40.832-73.216 70.4-82.368 89.408-9.856 19.008-14.08 42.24-14.08 68.992v9.856h80.96v-9.856c0-16.896 3.52-31.68 10.56-45.76 6.336-12.672 15.488-24.64 28.16-35.2 33.792-29.568 54.208-48.576 60.544-55.616 16.896-22.528 26.048-51.392 26.048-86.592q0-64.416-42.24-101.376c-28.16-25.344-65.472-37.312-111.232-37.312m-12.672 406.208a54.27 54.27 0 0 0-38.72 14.784 49.4 49.4 0 0 0-15.488 38.016c0 15.488 4.928 28.16 15.488 38.016A54.85 54.85 0 0 0 523.072 768c15.488 0 28.16-4.928 38.72-14.784a51.52 51.52 0 0 0 16.192-38.72 51.97 51.97 0 0 0-15.488-38.016 55.94 55.94 0 0 0-39.424-14.784"
|
|
91
|
-
})
|
|
92
|
-
]));
|
|
93
|
-
}
|
|
94
|
-
}), question_filled_default = _sfc_main211;
|
|
95
|
-
var _sfc_main287 = /* @__PURE__ */ vue.defineComponent({
|
|
96
|
-
name: "WarningFilled",
|
|
97
|
-
__name: "warning-filled",
|
|
98
|
-
setup(__props) {
|
|
99
|
-
return (_ctx, _cache) => (vue.openBlock(), vue.createElementBlock("svg", {
|
|
100
|
-
xmlns: "http://www.w3.org/2000/svg",
|
|
101
|
-
viewBox: "0 0 1024 1024"
|
|
102
|
-
}, [
|
|
103
|
-
vue.createElementVNode("path", {
|
|
104
|
-
fill: "currentColor",
|
|
105
|
-
d: "M512 64a448 448 0 1 1 0 896 448 448 0 0 1 0-896m0 192a58.43 58.43 0 0 0-58.24 63.744l23.36 256.384a35.072 35.072 0 0 0 69.76 0l23.296-256.384A58.43 58.43 0 0 0 512 256m0 512a51.2 51.2 0 1 0 0-102.4 51.2 51.2 0 0 0 0 102.4"
|
|
106
|
-
})
|
|
107
|
-
]));
|
|
108
|
-
}
|
|
109
|
-
}), warning_filled_default = _sfc_main287;
|
|
110
|
-
exports.ArrowDown = arrow_down_default;
|
|
111
|
-
exports.CircleCheckFilled = circle_check_filled_default;
|
|
112
|
-
exports.CircleCloseFilled = circle_close_filled_default;
|
|
113
|
-
exports.Delete = delete_default;
|
|
114
|
-
exports.Plus = plus_default;
|
|
115
|
-
exports.QuestionFilled = question_filled_default;
|
|
116
|
-
exports.WarningFilled = warning_filled_default;
|