jky-component-lib 0.0.127 → 0.0.130
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/amap/AMapPicker/AMapPicker.vue.d.ts +43 -0
- package/dist/es/amap/AMapPicker/AMapPicker.vue.js +142 -0
- package/dist/es/amap/AMapPicker/AMapPicker.vue2.js +4 -0
- package/dist/es/amap/index.d.ts +3 -1
- package/dist/es/amap/index.js +10 -6
- package/dist/es/amap/style.css +5 -12
- package/dist/es/amap/style2.css +13 -2
- package/dist/es/amap/style3.css +2 -6
- package/dist/es/components.js +9 -5
- package/dist/es/form/AMapPickerItem.vue.d.ts +19 -0
- package/dist/es/form/AMapPickerItem.vue.js +104 -0
- package/dist/es/form/AMapPickerItem.vue3.js +5 -0
- package/dist/es/form/Form.vue.d.ts +7 -7
- package/dist/es/form/Form.vue.js +0 -1
- package/dist/es/form/FormItem.vue.d.ts +14 -1
- package/dist/es/form/FormItem.vue.js +161 -295
- package/dist/es/form/{FormItem.vue3.js → FormItem.vue2.js} +0 -1
- package/dist/es/form/index.d.ts +5 -3
- package/dist/es/form/index.js +7 -3
- package/dist/es/form/items/AMapPickerItem.vue.d.ts +19 -0
- package/dist/es/form/items/AMapPickerItem.vue.js +104 -0
- package/dist/es/form/items/AMapPickerItem.vue2.js +4 -0
- package/dist/es/form/items/AddInputItem.vue.d.ts +13 -0
- package/dist/es/form/items/AddInputItem.vue.js +55 -0
- package/dist/es/form/items/AddInputItem.vue2.js +4 -0
- package/dist/es/form/items/AutocompleteItem.vue.d.ts +26 -0
- package/dist/es/form/items/AutocompleteItem.vue.js +68 -0
- package/dist/es/form/items/AutocompleteItem.vue2.js +4 -0
- package/dist/es/form/items/CascaderItem.vue.d.ts +26 -0
- package/dist/es/form/items/CascaderItem.vue.js +68 -0
- package/dist/es/form/items/CascaderItem.vue2.js +4 -0
- package/dist/es/form/items/CheckboxGroupItem.vue.d.ts +26 -0
- package/dist/es/form/items/CheckboxGroupItem.vue.js +84 -0
- package/dist/es/form/items/CheckboxGroupItem.vue2.js +4 -0
- package/dist/es/form/items/CodeMirrorEditorItem.vue.d.ts +13 -0
- package/dist/es/form/items/CodeMirrorEditorItem.vue.js +55 -0
- package/dist/es/form/items/CodeMirrorEditorItem.vue2.js +4 -0
- package/dist/es/form/items/ColorPickerItem.vue.d.ts +26 -0
- package/dist/es/form/items/ColorPickerItem.vue.js +67 -0
- package/dist/es/form/items/ColorPickerItem.vue2.js +4 -0
- package/dist/es/form/items/ColorPickerPanelItem.vue.d.ts +26 -0
- package/dist/es/form/items/ColorPickerPanelItem.vue.js +67 -0
- package/dist/es/form/items/ColorPickerPanelItem.vue2.js +4 -0
- package/dist/es/form/items/CustomItem.vue.d.ts +12 -0
- package/dist/es/form/items/CustomItem.vue.js +53 -0
- package/dist/es/form/items/CustomItem.vue2.js +4 -0
- package/dist/es/form/items/DatePickerItem.vue.d.ts +26 -0
- package/dist/es/form/items/DatePickerItem.vue.js +71 -0
- package/dist/es/form/items/DatePickerItem.vue2.js +4 -0
- package/dist/es/form/items/DividerItem.vue.d.ts +22 -0
- package/dist/es/form/items/DividerItem.vue.js +67 -0
- package/dist/es/form/items/DividerItem.vue2.js +4 -0
- package/dist/es/form/items/FileUploadItem.vue.d.ts +26 -0
- package/dist/es/form/items/FileUploadItem.vue.js +82 -0
- package/dist/es/form/items/FileUploadItem.vue2.js +4 -0
- package/dist/es/form/items/ImageUploadItem.vue.d.ts +26 -0
- package/dist/es/form/items/ImageUploadItem.vue.js +97 -0
- package/dist/es/form/items/ImageUploadItem.vue2.js +4 -0
- package/dist/es/form/items/InputItem.vue.d.ts +26 -0
- package/dist/es/form/items/InputItem.vue.js +74 -0
- package/dist/es/form/items/InputItem.vue2.js +4 -0
- package/dist/es/form/items/InputNumberItem.vue.d.ts +26 -0
- package/dist/es/form/items/InputNumberItem.vue.js +72 -0
- package/dist/es/form/items/InputNumberItem.vue2.js +4 -0
- package/dist/es/form/items/InputTagItem.vue.d.ts +26 -0
- package/dist/es/form/items/InputTagItem.vue.js +67 -0
- package/dist/es/form/items/InputTagItem.vue2.js +4 -0
- package/dist/es/form/items/LinkedSelectItem.vue.d.ts +29 -0
- package/dist/es/form/{LinkedSelect.vue.js → items/LinkedSelectItem.vue.js} +51 -27
- package/dist/es/form/items/LinkedSelectItem.vue2.js +4 -0
- package/dist/es/form/items/MentionItem.vue.d.ts +26 -0
- package/dist/es/form/items/MentionItem.vue.js +67 -0
- package/dist/es/form/items/MentionItem.vue2.js +4 -0
- package/dist/es/form/items/RadioGroupItem.vue.d.ts +26 -0
- package/dist/es/form/items/RadioGroupItem.vue.js +98 -0
- package/dist/es/form/items/RadioGroupItem.vue2.js +4 -0
- package/dist/es/form/items/RateItem.vue.d.ts +26 -0
- package/dist/es/form/items/RateItem.vue.js +67 -0
- package/dist/es/form/items/RateItem.vue2.js +4 -0
- package/dist/es/form/items/RichEditorItem.vue.d.ts +13 -0
- package/dist/es/form/items/RichEditorItem.vue.js +55 -0
- package/dist/es/form/items/RichEditorItem.vue2.js +4 -0
- package/dist/es/form/items/SelectItem.vue.d.ts +26 -0
- package/dist/es/form/items/SelectItem.vue.js +81 -0
- package/dist/es/form/items/SelectItem.vue2.js +4 -0
- package/dist/es/form/items/SelectTableItem.vue.d.ts +5995 -0
- package/dist/es/form/items/SelectTableItem.vue.js +297 -0
- package/dist/es/form/items/SelectTableItem.vue2.js +4 -0
- package/dist/es/form/items/SelectV2Item.vue.d.ts +26 -0
- package/dist/es/form/items/SelectV2Item.vue.js +69 -0
- package/dist/es/form/items/SelectV2Item.vue2.js +4 -0
- package/dist/es/form/items/SliderItem.vue.d.ts +26 -0
- package/dist/es/form/items/SliderItem.vue.js +67 -0
- package/dist/es/form/items/SliderItem.vue2.js +4 -0
- package/dist/es/form/items/SwitchItem.vue.d.ts +26 -0
- package/dist/es/form/items/SwitchItem.vue.js +67 -0
- package/dist/es/form/items/SwitchItem.vue2.js +4 -0
- package/dist/es/form/items/TextareaItem.vue.d.ts +26 -0
- package/dist/es/form/items/TextareaItem.vue.js +70 -0
- package/dist/es/form/items/TextareaItem.vue2.js +4 -0
- package/dist/es/form/items/TimePickerItem.vue.d.ts +26 -0
- package/dist/es/form/items/TimePickerItem.vue.js +71 -0
- package/dist/es/form/items/TimePickerItem.vue2.js +4 -0
- package/dist/es/form/items/TimeSelectItem.vue.d.ts +26 -0
- package/dist/es/form/items/TimeSelectItem.vue.js +67 -0
- package/dist/es/form/items/TimeSelectItem.vue2.js +4 -0
- package/dist/es/form/items/TransferItem.vue.d.ts +26 -0
- package/dist/es/form/items/TransferItem.vue.js +68 -0
- package/dist/es/form/items/TransferItem.vue2.js +4 -0
- package/dist/es/form/items/TreeSelectItem.vue.d.ts +26 -0
- package/dist/es/form/items/TreeSelectItem.vue.js +68 -0
- package/dist/es/form/items/TreeSelectItem.vue2.js +4 -0
- package/dist/es/index.js +11 -7
- package/dist/es/modal/Modal.vue.d.ts +3 -3
- package/dist/es/package.json.js +1 -1
- package/dist/es/page-header/PageHeader.vue.d.ts +2 -0
- package/dist/es/page-header/PageHeader.vue.js +32 -25
- package/dist/es/page-header/PopoverMenu.vue.d.ts +1 -1
- package/dist/es/page-table/PageTable.vue.d.ts +25 -25
- package/dist/es/page-table/PageTable.vue.js +2 -1
- package/dist/es/page-table/PageTableColumn.vue.d.ts +1 -1
- package/dist/es/page-table/Toolbar.vue.js +2 -2
- package/dist/es/page-table-v2/PageTableV2.vue.d.ts +12 -12
- package/dist/es/style.css +14 -0
- package/dist/lib/amap/AMapPicker/AMapPicker.vue.d.ts +43 -0
- package/dist/lib/amap/AMapPicker/AMapPicker.vue.js +142 -0
- package/dist/lib/amap/AMapPicker/AMapPicker.vue2.js +4 -0
- package/dist/lib/amap/index.d.ts +3 -1
- package/dist/lib/amap/index.js +4 -0
- package/dist/lib/amap/style.css +5 -12
- package/dist/lib/amap/style2.css +13 -2
- package/dist/lib/amap/style3.css +2 -6
- package/dist/lib/components.js +27 -23
- package/dist/lib/form/AMapPickerItem.vue.d.ts +19 -0
- package/dist/lib/form/AMapPickerItem.vue.js +104 -0
- package/dist/lib/form/AMapPickerItem.vue3.js +5 -0
- package/dist/lib/form/Form.vue.d.ts +7 -7
- package/dist/lib/form/Form.vue.js +0 -1
- package/dist/lib/form/FormItem.vue.d.ts +14 -1
- package/dist/lib/form/FormItem.vue.js +158 -292
- package/dist/lib/form/{FormItem.vue3.js → FormItem.vue2.js} +0 -1
- package/dist/lib/form/index.d.ts +5 -3
- package/dist/lib/form/index.js +7 -3
- package/dist/lib/form/items/AMapPickerItem.vue.d.ts +19 -0
- package/dist/lib/form/items/AMapPickerItem.vue.js +104 -0
- package/dist/lib/form/items/AMapPickerItem.vue2.js +4 -0
- package/dist/lib/form/items/AddInputItem.vue.d.ts +13 -0
- package/dist/lib/form/items/AddInputItem.vue.js +55 -0
- package/dist/lib/form/items/AddInputItem.vue2.js +4 -0
- package/dist/lib/form/items/AutocompleteItem.vue.d.ts +26 -0
- package/dist/lib/form/items/AutocompleteItem.vue.js +68 -0
- package/dist/lib/form/items/AutocompleteItem.vue2.js +4 -0
- package/dist/lib/form/items/CascaderItem.vue.d.ts +26 -0
- package/dist/lib/form/items/CascaderItem.vue.js +68 -0
- package/dist/lib/form/items/CascaderItem.vue2.js +4 -0
- package/dist/lib/form/items/CheckboxGroupItem.vue.d.ts +26 -0
- package/dist/lib/form/items/CheckboxGroupItem.vue.js +84 -0
- package/dist/lib/form/items/CheckboxGroupItem.vue2.js +4 -0
- package/dist/lib/form/items/CodeMirrorEditorItem.vue.d.ts +13 -0
- package/dist/lib/form/items/CodeMirrorEditorItem.vue.js +55 -0
- package/dist/lib/form/items/CodeMirrorEditorItem.vue2.js +4 -0
- package/dist/lib/form/items/ColorPickerItem.vue.d.ts +26 -0
- package/dist/lib/form/items/ColorPickerItem.vue.js +67 -0
- package/dist/lib/form/items/ColorPickerItem.vue2.js +4 -0
- package/dist/lib/form/items/ColorPickerPanelItem.vue.d.ts +26 -0
- package/dist/lib/form/items/ColorPickerPanelItem.vue.js +67 -0
- package/dist/lib/form/items/ColorPickerPanelItem.vue2.js +4 -0
- package/dist/lib/form/items/CustomItem.vue.d.ts +12 -0
- package/dist/lib/form/items/CustomItem.vue.js +53 -0
- package/dist/lib/form/items/CustomItem.vue2.js +4 -0
- package/dist/lib/form/items/DatePickerItem.vue.d.ts +26 -0
- package/dist/lib/form/items/DatePickerItem.vue.js +71 -0
- package/dist/lib/form/items/DatePickerItem.vue2.js +4 -0
- package/dist/lib/form/items/DividerItem.vue.d.ts +22 -0
- package/dist/lib/form/items/DividerItem.vue.js +67 -0
- package/dist/lib/form/items/DividerItem.vue2.js +4 -0
- package/dist/lib/form/items/FileUploadItem.vue.d.ts +26 -0
- package/dist/lib/form/items/FileUploadItem.vue.js +82 -0
- package/dist/lib/form/items/FileUploadItem.vue2.js +4 -0
- package/dist/lib/form/items/ImageUploadItem.vue.d.ts +26 -0
- package/dist/lib/form/items/ImageUploadItem.vue.js +97 -0
- package/dist/lib/form/items/ImageUploadItem.vue2.js +4 -0
- package/dist/lib/form/items/InputItem.vue.d.ts +26 -0
- package/dist/lib/form/items/InputItem.vue.js +74 -0
- package/dist/lib/form/items/InputItem.vue2.js +4 -0
- package/dist/lib/form/items/InputNumberItem.vue.d.ts +26 -0
- package/dist/lib/form/items/InputNumberItem.vue.js +72 -0
- package/dist/lib/form/items/InputNumberItem.vue2.js +4 -0
- package/dist/lib/form/items/InputTagItem.vue.d.ts +26 -0
- package/dist/lib/form/items/InputTagItem.vue.js +67 -0
- package/dist/lib/form/items/InputTagItem.vue2.js +4 -0
- package/dist/lib/form/items/LinkedSelectItem.vue.d.ts +29 -0
- package/dist/lib/form/{LinkedSelect.vue.js → items/LinkedSelectItem.vue.js} +50 -26
- package/dist/lib/form/items/LinkedSelectItem.vue2.js +4 -0
- package/dist/lib/form/items/MentionItem.vue.d.ts +26 -0
- package/dist/lib/form/items/MentionItem.vue.js +67 -0
- package/dist/lib/form/items/MentionItem.vue2.js +4 -0
- package/dist/lib/form/items/RadioGroupItem.vue.d.ts +26 -0
- package/dist/lib/form/items/RadioGroupItem.vue.js +98 -0
- package/dist/lib/form/items/RadioGroupItem.vue2.js +4 -0
- package/dist/lib/form/items/RateItem.vue.d.ts +26 -0
- package/dist/lib/form/items/RateItem.vue.js +67 -0
- package/dist/lib/form/items/RateItem.vue2.js +4 -0
- package/dist/lib/form/items/RichEditorItem.vue.d.ts +13 -0
- package/dist/lib/form/items/RichEditorItem.vue.js +55 -0
- package/dist/lib/form/items/RichEditorItem.vue2.js +4 -0
- package/dist/lib/form/items/SelectItem.vue.d.ts +26 -0
- package/dist/lib/form/items/SelectItem.vue.js +81 -0
- package/dist/lib/form/items/SelectItem.vue2.js +4 -0
- package/dist/lib/form/items/SelectTableItem.vue.d.ts +5995 -0
- package/dist/lib/form/{SelectTable.vue.js → items/SelectTableItem.vue.js} +125 -54
- package/dist/lib/form/items/SelectTableItem.vue2.js +4 -0
- package/dist/lib/form/items/SelectV2Item.vue.d.ts +26 -0
- package/dist/lib/form/items/SelectV2Item.vue.js +69 -0
- package/dist/lib/form/items/SelectV2Item.vue2.js +4 -0
- package/dist/lib/form/items/SliderItem.vue.d.ts +26 -0
- package/dist/lib/form/items/SliderItem.vue.js +67 -0
- package/dist/lib/form/items/SliderItem.vue2.js +4 -0
- package/dist/lib/form/items/SwitchItem.vue.d.ts +26 -0
- package/dist/lib/form/items/SwitchItem.vue.js +67 -0
- package/dist/lib/form/items/SwitchItem.vue2.js +4 -0
- package/dist/lib/form/items/TextareaItem.vue.d.ts +26 -0
- package/dist/lib/form/items/TextareaItem.vue.js +70 -0
- package/dist/lib/form/items/TextareaItem.vue2.js +4 -0
- package/dist/lib/form/items/TimePickerItem.vue.d.ts +26 -0
- package/dist/lib/form/items/TimePickerItem.vue.js +71 -0
- package/dist/lib/form/items/TimePickerItem.vue2.js +4 -0
- package/dist/lib/form/items/TimeSelectItem.vue.d.ts +26 -0
- package/dist/lib/form/items/TimeSelectItem.vue.js +67 -0
- package/dist/lib/form/items/TimeSelectItem.vue2.js +4 -0
- package/dist/lib/form/items/TransferItem.vue.d.ts +26 -0
- package/dist/lib/form/items/TransferItem.vue.js +68 -0
- package/dist/lib/form/items/TransferItem.vue2.js +4 -0
- package/dist/lib/form/items/TreeSelectItem.vue.d.ts +26 -0
- package/dist/lib/form/items/TreeSelectItem.vue.js +68 -0
- package/dist/lib/form/items/TreeSelectItem.vue2.js +4 -0
- package/dist/lib/index.js +19 -15
- package/dist/lib/modal/Modal.vue.d.ts +3 -3
- package/dist/lib/package.json.js +1 -1
- package/dist/lib/page-header/PageHeader.vue.d.ts +2 -0
- package/dist/lib/page-header/PageHeader.vue.js +32 -25
- package/dist/lib/page-header/PopoverMenu.vue.d.ts +1 -1
- package/dist/lib/page-table/PageTable.vue.d.ts +25 -25
- package/dist/lib/page-table/PageTable.vue.js +2 -1
- package/dist/lib/page-table/PageTableColumn.vue.d.ts +1 -1
- package/dist/lib/page-table/Toolbar.vue.js +2 -2
- package/dist/lib/page-table-v2/PageTableV2.vue.d.ts +12 -12
- package/dist/lib/style.css +14 -0
- package/package.json +1 -1
- package/dist/es/form/LinkedSelect.vue.d.ts +0 -36
- package/dist/es/form/LinkedSelect.vue2.js +0 -4
- package/dist/es/form/SelectTable.vue.d.ts +0 -38
- package/dist/es/form/SelectTable.vue.js +0 -226
- package/dist/es/form/SelectTable.vue3.js +0 -5
- package/dist/lib/form/LinkedSelect.vue.d.ts +0 -36
- package/dist/lib/form/LinkedSelect.vue2.js +0 -4
- package/dist/lib/form/SelectTable.vue.d.ts +0 -38
- package/dist/lib/form/SelectTable.vue3.js +0 -5
|
@@ -0,0 +1,70 @@
|
|
|
1
|
+
var __defProp = Object.defineProperty;
|
|
2
|
+
var __defProps = Object.defineProperties;
|
|
3
|
+
var __getOwnPropDescs = Object.getOwnPropertyDescriptors;
|
|
4
|
+
var __getOwnPropSymbols = Object.getOwnPropertySymbols;
|
|
5
|
+
var __hasOwnProp = Object.prototype.hasOwnProperty;
|
|
6
|
+
var __propIsEnum = Object.prototype.propertyIsEnumerable;
|
|
7
|
+
var __defNormalProp = (obj, key, value) => key in obj ? __defProp(obj, key, { enumerable: true, configurable: true, writable: true, value }) : obj[key] = value;
|
|
8
|
+
var __spreadValues = (a, b) => {
|
|
9
|
+
for (var prop in b || (b = {}))
|
|
10
|
+
if (__hasOwnProp.call(b, prop))
|
|
11
|
+
__defNormalProp(a, prop, b[prop]);
|
|
12
|
+
if (__getOwnPropSymbols)
|
|
13
|
+
for (var prop of __getOwnPropSymbols(b)) {
|
|
14
|
+
if (__propIsEnum.call(b, prop))
|
|
15
|
+
__defNormalProp(a, prop, b[prop]);
|
|
16
|
+
}
|
|
17
|
+
return a;
|
|
18
|
+
};
|
|
19
|
+
var __spreadProps = (a, b) => __defProps(a, __getOwnPropDescs(b));
|
|
20
|
+
import { defineComponent, computed, openBlock, createBlock, unref, mergeProps, createSlots, renderList, withCtx, renderSlot, normalizeProps, guardReactiveProps, resolveDynamicComponent } from "vue";
|
|
21
|
+
import { ElInput } from "element-plus";
|
|
22
|
+
const _sfc_main = /* @__PURE__ */ defineComponent(__spreadProps(__spreadValues({}, {
|
|
23
|
+
name: "JkyFormItemTextarea"
|
|
24
|
+
}), {
|
|
25
|
+
__name: "TextareaItem",
|
|
26
|
+
props: {
|
|
27
|
+
modelValue: {},
|
|
28
|
+
config: {},
|
|
29
|
+
componentProps: {},
|
|
30
|
+
componentSlots: {},
|
|
31
|
+
disabled: { type: Boolean }
|
|
32
|
+
},
|
|
33
|
+
emits: ["update:modelValue"],
|
|
34
|
+
setup(__props, { emit: __emit }) {
|
|
35
|
+
const props = __props;
|
|
36
|
+
const emit = __emit;
|
|
37
|
+
const textareaProps = computed(() => __spreadProps(__spreadValues({}, props.componentProps), {
|
|
38
|
+
modelValue: props.modelValue,
|
|
39
|
+
placeholder: props.componentProps.placeholder || props.config.placeholder || "请输入",
|
|
40
|
+
disabled: props.disabled,
|
|
41
|
+
type: "textarea",
|
|
42
|
+
rows: props.componentProps.rows || 4
|
|
43
|
+
}));
|
|
44
|
+
return (_ctx, _cache) => {
|
|
45
|
+
return openBlock(), createBlock(unref(ElInput), mergeProps(textareaProps.value, {
|
|
46
|
+
"onUpdate:modelValue": _cache[0] || (_cache[0] = ($event) => emit("update:modelValue", $event))
|
|
47
|
+
}), createSlots({ _: 2 }, [
|
|
48
|
+
renderList(Object.keys(_ctx.$slots), (name, index) => {
|
|
49
|
+
return {
|
|
50
|
+
name,
|
|
51
|
+
fn: withCtx((slotData) => [
|
|
52
|
+
renderSlot(_ctx.$slots, name, normalizeProps(guardReactiveProps(slotData || {})))
|
|
53
|
+
])
|
|
54
|
+
};
|
|
55
|
+
}),
|
|
56
|
+
renderList(Object.keys(__props.componentSlots || {}), (name) => {
|
|
57
|
+
return {
|
|
58
|
+
name,
|
|
59
|
+
fn: withCtx((slotData) => [
|
|
60
|
+
(openBlock(), createBlock(resolveDynamicComponent(__props.componentSlots[name]), normalizeProps(guardReactiveProps(slotData || {})), null, 16))
|
|
61
|
+
])
|
|
62
|
+
};
|
|
63
|
+
})
|
|
64
|
+
]), 1040);
|
|
65
|
+
};
|
|
66
|
+
}
|
|
67
|
+
}));
|
|
68
|
+
export {
|
|
69
|
+
_sfc_main as default
|
|
70
|
+
};
|
|
@@ -0,0 +1,26 @@
|
|
|
1
|
+
type __VLS_Props = {
|
|
2
|
+
modelValue?: any;
|
|
3
|
+
config: any;
|
|
4
|
+
componentProps: any;
|
|
5
|
+
componentSlots?: any;
|
|
6
|
+
disabled?: boolean;
|
|
7
|
+
};
|
|
8
|
+
declare function __VLS_template(): {
|
|
9
|
+
attrs: Partial<{}>;
|
|
10
|
+
slots: any;
|
|
11
|
+
refs: {};
|
|
12
|
+
rootEl: any;
|
|
13
|
+
};
|
|
14
|
+
type __VLS_TemplateResult = ReturnType<typeof __VLS_template>;
|
|
15
|
+
declare const __VLS_component: import('vue').DefineComponent<__VLS_Props, {}, {}, {}, {}, import('vue').ComponentOptionsMixin, import('vue').ComponentOptionsMixin, {
|
|
16
|
+
"update:modelValue": (value: any) => any;
|
|
17
|
+
}, string, import('vue').PublicProps, Readonly<__VLS_Props> & Readonly<{
|
|
18
|
+
"onUpdate:modelValue"?: ((value: any) => any) | undefined;
|
|
19
|
+
}>, {}, {}, {}, {}, string, import('vue').ComponentProvideOptions, false, {}, any>;
|
|
20
|
+
declare const _default: __VLS_WithTemplateSlots<typeof __VLS_component, __VLS_TemplateResult["slots"]>;
|
|
21
|
+
export default _default;
|
|
22
|
+
type __VLS_WithTemplateSlots<T, S> = T & {
|
|
23
|
+
new (): {
|
|
24
|
+
$slots: S;
|
|
25
|
+
};
|
|
26
|
+
};
|
|
@@ -0,0 +1,71 @@
|
|
|
1
|
+
var __defProp = Object.defineProperty;
|
|
2
|
+
var __defProps = Object.defineProperties;
|
|
3
|
+
var __getOwnPropDescs = Object.getOwnPropertyDescriptors;
|
|
4
|
+
var __getOwnPropSymbols = Object.getOwnPropertySymbols;
|
|
5
|
+
var __hasOwnProp = Object.prototype.hasOwnProperty;
|
|
6
|
+
var __propIsEnum = Object.prototype.propertyIsEnumerable;
|
|
7
|
+
var __defNormalProp = (obj, key, value) => key in obj ? __defProp(obj, key, { enumerable: true, configurable: true, writable: true, value }) : obj[key] = value;
|
|
8
|
+
var __spreadValues = (a, b) => {
|
|
9
|
+
for (var prop in b || (b = {}))
|
|
10
|
+
if (__hasOwnProp.call(b, prop))
|
|
11
|
+
__defNormalProp(a, prop, b[prop]);
|
|
12
|
+
if (__getOwnPropSymbols)
|
|
13
|
+
for (var prop of __getOwnPropSymbols(b)) {
|
|
14
|
+
if (__propIsEnum.call(b, prop))
|
|
15
|
+
__defNormalProp(a, prop, b[prop]);
|
|
16
|
+
}
|
|
17
|
+
return a;
|
|
18
|
+
};
|
|
19
|
+
var __spreadProps = (a, b) => __defProps(a, __getOwnPropDescs(b));
|
|
20
|
+
import { defineComponent, computed, openBlock, createBlock, unref, mergeProps, createSlots, renderList, withCtx, renderSlot, normalizeProps, guardReactiveProps, resolveDynamicComponent } from "vue";
|
|
21
|
+
import { ElTimePicker } from "element-plus";
|
|
22
|
+
const _sfc_main = /* @__PURE__ */ defineComponent(__spreadProps(__spreadValues({}, {
|
|
23
|
+
name: "JkyFormItemTimePicker"
|
|
24
|
+
}), {
|
|
25
|
+
__name: "TimePickerItem",
|
|
26
|
+
props: {
|
|
27
|
+
modelValue: {},
|
|
28
|
+
config: {},
|
|
29
|
+
componentProps: {},
|
|
30
|
+
componentSlots: {},
|
|
31
|
+
disabled: { type: Boolean }
|
|
32
|
+
},
|
|
33
|
+
emits: ["update:modelValue"],
|
|
34
|
+
setup(__props, { emit: __emit }) {
|
|
35
|
+
const props = __props;
|
|
36
|
+
const emit = __emit;
|
|
37
|
+
const timePickerProps = computed(() => __spreadProps(__spreadValues({
|
|
38
|
+
startPlaceholder: "开始时间",
|
|
39
|
+
endPlaceholder: "结束时间",
|
|
40
|
+
placeholder: "请选择时间"
|
|
41
|
+
}, props.componentProps), {
|
|
42
|
+
modelValue: props.modelValue,
|
|
43
|
+
disabled: props.disabled
|
|
44
|
+
}));
|
|
45
|
+
return (_ctx, _cache) => {
|
|
46
|
+
return openBlock(), createBlock(unref(ElTimePicker), mergeProps(timePickerProps.value, {
|
|
47
|
+
"onUpdate:modelValue": _cache[0] || (_cache[0] = ($event) => emit("update:modelValue", $event))
|
|
48
|
+
}), createSlots({ _: 2 }, [
|
|
49
|
+
renderList(Object.keys(_ctx.$slots), (name, index) => {
|
|
50
|
+
return {
|
|
51
|
+
name,
|
|
52
|
+
fn: withCtx((slotData) => [
|
|
53
|
+
renderSlot(_ctx.$slots, name, normalizeProps(guardReactiveProps(slotData || {})))
|
|
54
|
+
])
|
|
55
|
+
};
|
|
56
|
+
}),
|
|
57
|
+
renderList(Object.keys(__props.componentSlots || {}), (name) => {
|
|
58
|
+
return {
|
|
59
|
+
name,
|
|
60
|
+
fn: withCtx((slotData) => [
|
|
61
|
+
(openBlock(), createBlock(resolveDynamicComponent(__props.componentSlots[name]), normalizeProps(guardReactiveProps(slotData || {})), null, 16))
|
|
62
|
+
])
|
|
63
|
+
};
|
|
64
|
+
})
|
|
65
|
+
]), 1040);
|
|
66
|
+
};
|
|
67
|
+
}
|
|
68
|
+
}));
|
|
69
|
+
export {
|
|
70
|
+
_sfc_main as default
|
|
71
|
+
};
|
|
@@ -0,0 +1,26 @@
|
|
|
1
|
+
type __VLS_Props = {
|
|
2
|
+
modelValue?: any;
|
|
3
|
+
config: any;
|
|
4
|
+
componentProps: any;
|
|
5
|
+
componentSlots?: any;
|
|
6
|
+
disabled?: boolean;
|
|
7
|
+
};
|
|
8
|
+
declare function __VLS_template(): {
|
|
9
|
+
attrs: Partial<{}>;
|
|
10
|
+
slots: any;
|
|
11
|
+
refs: {};
|
|
12
|
+
rootEl: any;
|
|
13
|
+
};
|
|
14
|
+
type __VLS_TemplateResult = ReturnType<typeof __VLS_template>;
|
|
15
|
+
declare const __VLS_component: import('vue').DefineComponent<__VLS_Props, {}, {}, {}, {}, import('vue').ComponentOptionsMixin, import('vue').ComponentOptionsMixin, {
|
|
16
|
+
"update:modelValue": (value: any) => any;
|
|
17
|
+
}, string, import('vue').PublicProps, Readonly<__VLS_Props> & Readonly<{
|
|
18
|
+
"onUpdate:modelValue"?: ((value: any) => any) | undefined;
|
|
19
|
+
}>, {}, {}, {}, {}, string, import('vue').ComponentProvideOptions, false, {}, any>;
|
|
20
|
+
declare const _default: __VLS_WithTemplateSlots<typeof __VLS_component, __VLS_TemplateResult["slots"]>;
|
|
21
|
+
export default _default;
|
|
22
|
+
type __VLS_WithTemplateSlots<T, S> = T & {
|
|
23
|
+
new (): {
|
|
24
|
+
$slots: S;
|
|
25
|
+
};
|
|
26
|
+
};
|
|
@@ -0,0 +1,67 @@
|
|
|
1
|
+
var __defProp = Object.defineProperty;
|
|
2
|
+
var __defProps = Object.defineProperties;
|
|
3
|
+
var __getOwnPropDescs = Object.getOwnPropertyDescriptors;
|
|
4
|
+
var __getOwnPropSymbols = Object.getOwnPropertySymbols;
|
|
5
|
+
var __hasOwnProp = Object.prototype.hasOwnProperty;
|
|
6
|
+
var __propIsEnum = Object.prototype.propertyIsEnumerable;
|
|
7
|
+
var __defNormalProp = (obj, key, value) => key in obj ? __defProp(obj, key, { enumerable: true, configurable: true, writable: true, value }) : obj[key] = value;
|
|
8
|
+
var __spreadValues = (a, b) => {
|
|
9
|
+
for (var prop in b || (b = {}))
|
|
10
|
+
if (__hasOwnProp.call(b, prop))
|
|
11
|
+
__defNormalProp(a, prop, b[prop]);
|
|
12
|
+
if (__getOwnPropSymbols)
|
|
13
|
+
for (var prop of __getOwnPropSymbols(b)) {
|
|
14
|
+
if (__propIsEnum.call(b, prop))
|
|
15
|
+
__defNormalProp(a, prop, b[prop]);
|
|
16
|
+
}
|
|
17
|
+
return a;
|
|
18
|
+
};
|
|
19
|
+
var __spreadProps = (a, b) => __defProps(a, __getOwnPropDescs(b));
|
|
20
|
+
import { defineComponent, computed, openBlock, createBlock, unref, mergeProps, createSlots, renderList, withCtx, renderSlot, normalizeProps, guardReactiveProps, resolveDynamicComponent } from "vue";
|
|
21
|
+
import { ElTimeSelect } from "element-plus";
|
|
22
|
+
const _sfc_main = /* @__PURE__ */ defineComponent(__spreadProps(__spreadValues({}, {
|
|
23
|
+
name: "JkyFormItemTimeSelect"
|
|
24
|
+
}), {
|
|
25
|
+
__name: "TimeSelectItem",
|
|
26
|
+
props: {
|
|
27
|
+
modelValue: {},
|
|
28
|
+
config: {},
|
|
29
|
+
componentProps: {},
|
|
30
|
+
componentSlots: {},
|
|
31
|
+
disabled: { type: Boolean }
|
|
32
|
+
},
|
|
33
|
+
emits: ["update:modelValue"],
|
|
34
|
+
setup(__props, { emit: __emit }) {
|
|
35
|
+
const props = __props;
|
|
36
|
+
const emit = __emit;
|
|
37
|
+
const timeSelectProps = computed(() => __spreadProps(__spreadValues({}, props.componentProps), {
|
|
38
|
+
modelValue: props.modelValue,
|
|
39
|
+
disabled: props.disabled
|
|
40
|
+
}));
|
|
41
|
+
return (_ctx, _cache) => {
|
|
42
|
+
return openBlock(), createBlock(unref(ElTimeSelect), mergeProps(timeSelectProps.value, {
|
|
43
|
+
"onUpdate:modelValue": _cache[0] || (_cache[0] = ($event) => emit("update:modelValue", $event))
|
|
44
|
+
}), createSlots({ _: 2 }, [
|
|
45
|
+
renderList(Object.keys(_ctx.$slots), (name, index) => {
|
|
46
|
+
return {
|
|
47
|
+
name,
|
|
48
|
+
fn: withCtx((slotData) => [
|
|
49
|
+
renderSlot(_ctx.$slots, name, normalizeProps(guardReactiveProps(slotData || {})))
|
|
50
|
+
])
|
|
51
|
+
};
|
|
52
|
+
}),
|
|
53
|
+
renderList(Object.keys(__props.componentSlots || {}), (name) => {
|
|
54
|
+
return {
|
|
55
|
+
name,
|
|
56
|
+
fn: withCtx((slotData) => [
|
|
57
|
+
(openBlock(), createBlock(resolveDynamicComponent(__props.componentSlots[name]), normalizeProps(guardReactiveProps(slotData || {})), null, 16))
|
|
58
|
+
])
|
|
59
|
+
};
|
|
60
|
+
})
|
|
61
|
+
]), 1040);
|
|
62
|
+
};
|
|
63
|
+
}
|
|
64
|
+
}));
|
|
65
|
+
export {
|
|
66
|
+
_sfc_main as default
|
|
67
|
+
};
|
|
@@ -0,0 +1,26 @@
|
|
|
1
|
+
type __VLS_Props = {
|
|
2
|
+
modelValue?: any;
|
|
3
|
+
config: any;
|
|
4
|
+
componentProps: any;
|
|
5
|
+
componentSlots?: any;
|
|
6
|
+
disabled?: boolean;
|
|
7
|
+
};
|
|
8
|
+
declare function __VLS_template(): {
|
|
9
|
+
attrs: Partial<{}>;
|
|
10
|
+
slots: any;
|
|
11
|
+
refs: {};
|
|
12
|
+
rootEl: any;
|
|
13
|
+
};
|
|
14
|
+
type __VLS_TemplateResult = ReturnType<typeof __VLS_template>;
|
|
15
|
+
declare const __VLS_component: import('vue').DefineComponent<__VLS_Props, {}, {}, {}, {}, import('vue').ComponentOptionsMixin, import('vue').ComponentOptionsMixin, {
|
|
16
|
+
"update:modelValue": (value: any) => any;
|
|
17
|
+
}, string, import('vue').PublicProps, Readonly<__VLS_Props> & Readonly<{
|
|
18
|
+
"onUpdate:modelValue"?: ((value: any) => any) | undefined;
|
|
19
|
+
}>, {}, {}, {}, {}, string, import('vue').ComponentProvideOptions, false, {}, any>;
|
|
20
|
+
declare const _default: __VLS_WithTemplateSlots<typeof __VLS_component, __VLS_TemplateResult["slots"]>;
|
|
21
|
+
export default _default;
|
|
22
|
+
type __VLS_WithTemplateSlots<T, S> = T & {
|
|
23
|
+
new (): {
|
|
24
|
+
$slots: S;
|
|
25
|
+
};
|
|
26
|
+
};
|
|
@@ -0,0 +1,68 @@
|
|
|
1
|
+
var __defProp = Object.defineProperty;
|
|
2
|
+
var __defProps = Object.defineProperties;
|
|
3
|
+
var __getOwnPropDescs = Object.getOwnPropertyDescriptors;
|
|
4
|
+
var __getOwnPropSymbols = Object.getOwnPropertySymbols;
|
|
5
|
+
var __hasOwnProp = Object.prototype.hasOwnProperty;
|
|
6
|
+
var __propIsEnum = Object.prototype.propertyIsEnumerable;
|
|
7
|
+
var __defNormalProp = (obj, key, value) => key in obj ? __defProp(obj, key, { enumerable: true, configurable: true, writable: true, value }) : obj[key] = value;
|
|
8
|
+
var __spreadValues = (a, b) => {
|
|
9
|
+
for (var prop in b || (b = {}))
|
|
10
|
+
if (__hasOwnProp.call(b, prop))
|
|
11
|
+
__defNormalProp(a, prop, b[prop]);
|
|
12
|
+
if (__getOwnPropSymbols)
|
|
13
|
+
for (var prop of __getOwnPropSymbols(b)) {
|
|
14
|
+
if (__propIsEnum.call(b, prop))
|
|
15
|
+
__defNormalProp(a, prop, b[prop]);
|
|
16
|
+
}
|
|
17
|
+
return a;
|
|
18
|
+
};
|
|
19
|
+
var __spreadProps = (a, b) => __defProps(a, __getOwnPropDescs(b));
|
|
20
|
+
import { defineComponent, computed, openBlock, createBlock, unref, mergeProps, createSlots, renderList, withCtx, renderSlot, normalizeProps, guardReactiveProps, resolveDynamicComponent } from "vue";
|
|
21
|
+
import { ElTransfer } from "element-plus";
|
|
22
|
+
const _sfc_main = /* @__PURE__ */ defineComponent(__spreadProps(__spreadValues({}, {
|
|
23
|
+
name: "JkyFormItemTransfer"
|
|
24
|
+
}), {
|
|
25
|
+
__name: "TransferItem",
|
|
26
|
+
props: {
|
|
27
|
+
modelValue: {},
|
|
28
|
+
config: {},
|
|
29
|
+
componentProps: {},
|
|
30
|
+
componentSlots: {},
|
|
31
|
+
disabled: { type: Boolean }
|
|
32
|
+
},
|
|
33
|
+
emits: ["update:modelValue"],
|
|
34
|
+
setup(__props, { emit: __emit }) {
|
|
35
|
+
const props = __props;
|
|
36
|
+
const emit = __emit;
|
|
37
|
+
const transferProps = computed(() => __spreadProps(__spreadValues({}, props.componentProps), {
|
|
38
|
+
modelValue: props.modelValue || [],
|
|
39
|
+
disabled: props.disabled,
|
|
40
|
+
data: props.componentProps.data || []
|
|
41
|
+
}));
|
|
42
|
+
return (_ctx, _cache) => {
|
|
43
|
+
return openBlock(), createBlock(unref(ElTransfer), mergeProps(transferProps.value, {
|
|
44
|
+
"onUpdate:modelValue": _cache[0] || (_cache[0] = ($event) => emit("update:modelValue", $event))
|
|
45
|
+
}), createSlots({ _: 2 }, [
|
|
46
|
+
renderList(Object.keys(_ctx.$slots), (name, index) => {
|
|
47
|
+
return {
|
|
48
|
+
name,
|
|
49
|
+
fn: withCtx((slotData) => [
|
|
50
|
+
renderSlot(_ctx.$slots, name, normalizeProps(guardReactiveProps(slotData || {})))
|
|
51
|
+
])
|
|
52
|
+
};
|
|
53
|
+
}),
|
|
54
|
+
renderList(Object.keys(__props.componentSlots || {}), (name) => {
|
|
55
|
+
return {
|
|
56
|
+
name,
|
|
57
|
+
fn: withCtx((slotData) => [
|
|
58
|
+
(openBlock(), createBlock(resolveDynamicComponent(__props.componentSlots[name]), normalizeProps(guardReactiveProps(slotData || {})), null, 16))
|
|
59
|
+
])
|
|
60
|
+
};
|
|
61
|
+
})
|
|
62
|
+
]), 1040);
|
|
63
|
+
};
|
|
64
|
+
}
|
|
65
|
+
}));
|
|
66
|
+
export {
|
|
67
|
+
_sfc_main as default
|
|
68
|
+
};
|
|
@@ -0,0 +1,26 @@
|
|
|
1
|
+
type __VLS_Props = {
|
|
2
|
+
modelValue?: any;
|
|
3
|
+
config: any;
|
|
4
|
+
componentProps: any;
|
|
5
|
+
componentSlots?: any;
|
|
6
|
+
disabled?: boolean;
|
|
7
|
+
};
|
|
8
|
+
declare function __VLS_template(): {
|
|
9
|
+
attrs: Partial<{}>;
|
|
10
|
+
slots: any;
|
|
11
|
+
refs: {};
|
|
12
|
+
rootEl: any;
|
|
13
|
+
};
|
|
14
|
+
type __VLS_TemplateResult = ReturnType<typeof __VLS_template>;
|
|
15
|
+
declare const __VLS_component: import('vue').DefineComponent<__VLS_Props, {}, {}, {}, {}, import('vue').ComponentOptionsMixin, import('vue').ComponentOptionsMixin, {
|
|
16
|
+
"update:modelValue": (value: any) => any;
|
|
17
|
+
}, string, import('vue').PublicProps, Readonly<__VLS_Props> & Readonly<{
|
|
18
|
+
"onUpdate:modelValue"?: ((value: any) => any) | undefined;
|
|
19
|
+
}>, {}, {}, {}, {}, string, import('vue').ComponentProvideOptions, false, {}, any>;
|
|
20
|
+
declare const _default: __VLS_WithTemplateSlots<typeof __VLS_component, __VLS_TemplateResult["slots"]>;
|
|
21
|
+
export default _default;
|
|
22
|
+
type __VLS_WithTemplateSlots<T, S> = T & {
|
|
23
|
+
new (): {
|
|
24
|
+
$slots: S;
|
|
25
|
+
};
|
|
26
|
+
};
|
|
@@ -0,0 +1,68 @@
|
|
|
1
|
+
var __defProp = Object.defineProperty;
|
|
2
|
+
var __defProps = Object.defineProperties;
|
|
3
|
+
var __getOwnPropDescs = Object.getOwnPropertyDescriptors;
|
|
4
|
+
var __getOwnPropSymbols = Object.getOwnPropertySymbols;
|
|
5
|
+
var __hasOwnProp = Object.prototype.hasOwnProperty;
|
|
6
|
+
var __propIsEnum = Object.prototype.propertyIsEnumerable;
|
|
7
|
+
var __defNormalProp = (obj, key, value) => key in obj ? __defProp(obj, key, { enumerable: true, configurable: true, writable: true, value }) : obj[key] = value;
|
|
8
|
+
var __spreadValues = (a, b) => {
|
|
9
|
+
for (var prop in b || (b = {}))
|
|
10
|
+
if (__hasOwnProp.call(b, prop))
|
|
11
|
+
__defNormalProp(a, prop, b[prop]);
|
|
12
|
+
if (__getOwnPropSymbols)
|
|
13
|
+
for (var prop of __getOwnPropSymbols(b)) {
|
|
14
|
+
if (__propIsEnum.call(b, prop))
|
|
15
|
+
__defNormalProp(a, prop, b[prop]);
|
|
16
|
+
}
|
|
17
|
+
return a;
|
|
18
|
+
};
|
|
19
|
+
var __spreadProps = (a, b) => __defProps(a, __getOwnPropDescs(b));
|
|
20
|
+
import { defineComponent, computed, openBlock, createBlock, unref, mergeProps, createSlots, renderList, withCtx, renderSlot, normalizeProps, guardReactiveProps, resolveDynamicComponent } from "vue";
|
|
21
|
+
import { ElTreeSelect } from "element-plus";
|
|
22
|
+
const _sfc_main = /* @__PURE__ */ defineComponent(__spreadProps(__spreadValues({}, {
|
|
23
|
+
name: "JkyFormItemTreeSelect"
|
|
24
|
+
}), {
|
|
25
|
+
__name: "TreeSelectItem",
|
|
26
|
+
props: {
|
|
27
|
+
modelValue: {},
|
|
28
|
+
config: {},
|
|
29
|
+
componentProps: {},
|
|
30
|
+
componentSlots: {},
|
|
31
|
+
disabled: { type: Boolean }
|
|
32
|
+
},
|
|
33
|
+
emits: ["update:modelValue"],
|
|
34
|
+
setup(__props, { emit: __emit }) {
|
|
35
|
+
const props = __props;
|
|
36
|
+
const emit = __emit;
|
|
37
|
+
const treeSelectProps = computed(() => __spreadProps(__spreadValues({}, props.componentProps), {
|
|
38
|
+
modelValue: props.modelValue,
|
|
39
|
+
placeholder: props.componentProps.placeholder || props.config.placeholder || "请选择",
|
|
40
|
+
disabled: props.disabled
|
|
41
|
+
}));
|
|
42
|
+
return (_ctx, _cache) => {
|
|
43
|
+
return openBlock(), createBlock(unref(ElTreeSelect), mergeProps(treeSelectProps.value, {
|
|
44
|
+
"onUpdate:modelValue": _cache[0] || (_cache[0] = ($event) => emit("update:modelValue", $event))
|
|
45
|
+
}), createSlots({ _: 2 }, [
|
|
46
|
+
renderList(Object.keys(_ctx.$slots), (name, index) => {
|
|
47
|
+
return {
|
|
48
|
+
name,
|
|
49
|
+
fn: withCtx((slotData) => [
|
|
50
|
+
renderSlot(_ctx.$slots, name, normalizeProps(guardReactiveProps(slotData || {})))
|
|
51
|
+
])
|
|
52
|
+
};
|
|
53
|
+
}),
|
|
54
|
+
renderList(Object.keys(__props.componentSlots || {}), (name) => {
|
|
55
|
+
return {
|
|
56
|
+
name,
|
|
57
|
+
fn: withCtx((slotData) => [
|
|
58
|
+
(openBlock(), createBlock(resolveDynamicComponent(__props.componentSlots[name]), normalizeProps(guardReactiveProps(slotData || {})), null, 16))
|
|
59
|
+
])
|
|
60
|
+
};
|
|
61
|
+
})
|
|
62
|
+
]), 1040);
|
|
63
|
+
};
|
|
64
|
+
}
|
|
65
|
+
}));
|
|
66
|
+
export {
|
|
67
|
+
_sfc_main as default
|
|
68
|
+
};
|
package/dist/es/index.js
CHANGED
|
@@ -2,17 +2,18 @@ import { components } from "./components.js";
|
|
|
2
2
|
import { createInstaller } from "./utils/installer.js";
|
|
3
3
|
/* empty css */
|
|
4
4
|
import { JkyComponentLibResolver } from "./resolver.js";
|
|
5
|
-
import { default as default2 } from "./amap/
|
|
5
|
+
import { default as default2 } from "./amap/AMapPicker/AMapPicker.vue.js";
|
|
6
|
+
import { default as default3 } from "./amap/AMarker.vue.js";
|
|
6
7
|
/* empty css */
|
|
7
|
-
import { default as
|
|
8
|
+
import { default as default4 } from "./amap/ATrackPlayback.vue.js";
|
|
8
9
|
/* empty css */
|
|
9
|
-
import { JkyAMap, JkyAMarker, JkyATrackPlayback } from "./amap/index.js";
|
|
10
|
+
import { JkyAMap, JkyAMapPicker, JkyAMarker, JkyATrackPlayback } from "./amap/index.js";
|
|
11
|
+
import { JkyAMapPickerItem, JkyForm, JkyFormItem } from "./form/index.js";
|
|
10
12
|
import { JkyActionColumn, JkyPageTable, JkyPageTableColumn } from "./page-table/index.js";
|
|
11
13
|
import { JkyAddInput } from "./add-input/index.js";
|
|
12
14
|
import { JkyButton } from "./button/index.js";
|
|
13
15
|
import { JkyButtonNav } from "./button-nav/index.js";
|
|
14
16
|
import { JkyCodeMirrorEditor } from "./code-mirror-editor/index.js";
|
|
15
|
-
import { JkyForm, JkyLinkedSelect } from "./form/index.js";
|
|
16
17
|
import { JkyMenu } from "./menu/index.js";
|
|
17
18
|
import { JkyModal } from "./modal/index.js";
|
|
18
19
|
import { JkyPageHeader } from "./page-header/index.js";
|
|
@@ -27,9 +28,12 @@ const installer = createInstaller(components);
|
|
|
27
28
|
const install = installer.install;
|
|
28
29
|
const version = installer.version;
|
|
29
30
|
export {
|
|
30
|
-
default2 as
|
|
31
|
-
default3 as
|
|
31
|
+
default2 as AMapPicker,
|
|
32
|
+
default3 as AMarker,
|
|
33
|
+
default4 as ATrackPlayback,
|
|
32
34
|
JkyAMap,
|
|
35
|
+
JkyAMapPicker,
|
|
36
|
+
JkyAMapPickerItem,
|
|
33
37
|
JkyAMarker,
|
|
34
38
|
JkyATrackPlayback,
|
|
35
39
|
JkyActionColumn,
|
|
@@ -39,7 +43,7 @@ export {
|
|
|
39
43
|
JkyCodeMirrorEditor,
|
|
40
44
|
JkyComponentLibResolver,
|
|
41
45
|
JkyForm,
|
|
42
|
-
|
|
46
|
+
JkyFormItem,
|
|
43
47
|
JkyMenu,
|
|
44
48
|
JkyModal,
|
|
45
49
|
JkyPageHeader,
|
|
@@ -44,8 +44,8 @@ declare const __VLS_component: import('vue').DefineComponent<__VLS_PublicProps,
|
|
|
44
44
|
"update:modelValue": (value: boolean) => any;
|
|
45
45
|
cancel: () => any;
|
|
46
46
|
close: () => any;
|
|
47
|
-
open: () => any;
|
|
48
47
|
confirm: () => any;
|
|
48
|
+
open: () => any;
|
|
49
49
|
opened: () => any;
|
|
50
50
|
closed: () => any;
|
|
51
51
|
typeChange: (type: import('./types').ModalType) => any;
|
|
@@ -53,8 +53,8 @@ declare const __VLS_component: import('vue').DefineComponent<__VLS_PublicProps,
|
|
|
53
53
|
"onUpdate:modelValue"?: ((value: boolean) => any) | undefined;
|
|
54
54
|
onCancel?: (() => any) | undefined;
|
|
55
55
|
onClose?: (() => any) | undefined;
|
|
56
|
-
onOpen?: (() => any) | undefined;
|
|
57
56
|
onConfirm?: (() => any) | undefined;
|
|
57
|
+
onOpen?: (() => any) | undefined;
|
|
58
58
|
onOpened?: (() => any) | undefined;
|
|
59
59
|
onClosed?: (() => any) | undefined;
|
|
60
60
|
"onUpdate:mode"?: ((value: "dialog" | "drawer") => any) | undefined;
|
|
@@ -63,8 +63,8 @@ declare const __VLS_component: import('vue').DefineComponent<__VLS_PublicProps,
|
|
|
63
63
|
onTypeChange?: ((type: import('./types').ModalType) => any) | undefined;
|
|
64
64
|
}>, {
|
|
65
65
|
title: string;
|
|
66
|
-
cancelText: string;
|
|
67
66
|
confirmText: string;
|
|
67
|
+
cancelText: string;
|
|
68
68
|
}, {}, {}, {}, string, import('vue').ComponentProvideOptions, false, {}, any>;
|
|
69
69
|
declare const _default: __VLS_WithTemplateSlots<typeof __VLS_component, __VLS_TemplateResult["slots"]>;
|
|
70
70
|
export default _default;
|
package/dist/es/package.json.js
CHANGED
|
@@ -13,9 +13,11 @@ type __VLS_TemplateResult = ReturnType<typeof __VLS_template>;
|
|
|
13
13
|
declare const __VLS_component: import('vue').DefineComponent<PageHeaderProps, {}, {}, {}, {}, import('vue').ComponentOptionsMixin, import('vue').ComponentOptionsMixin, {} & {
|
|
14
14
|
command: (command: string) => any;
|
|
15
15
|
logout: () => any;
|
|
16
|
+
headerClick: (target: string) => any;
|
|
16
17
|
}, string, import('vue').PublicProps, Readonly<PageHeaderProps> & Readonly<{
|
|
17
18
|
onCommand?: ((command: string) => any) | undefined;
|
|
18
19
|
onLogout?: (() => any) | undefined;
|
|
20
|
+
onHeaderClick?: ((target: string) => any) | undefined;
|
|
19
21
|
}>, {
|
|
20
22
|
height: string | number;
|
|
21
23
|
theme: "light" | "dark";
|