el-plus-crud 0.1.84 → 0.1.87
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/CHANGELOG.md +6 -0
- package/dist/components/el-plus-form/components/ElPlusFormCheckboxButton.vue.d.ts +2 -2
- package/dist/components/el-plus-form/components/ElPlusFormLkuser.vue.d.ts +2 -2
- package/dist/components/el-plus-form/components/ElPlusFormTime.vue.d.ts +2 -2
- package/dist/components/el-plus-form/components/ElPlusFormTransfer.vue.d.ts +2 -2
- package/dist/el-plus-crud.mjs +1926 -1899
- package/dist/el-plus-crud.umd.js +1 -1
- package/dist/style.css +1 -1
- package/lib/components/el-plus-form/components/ElPlusFormArea.vue +10 -3
- package/lib/components/el-plus-form/components/ElPlusFormAutocomplete.vue +2 -2
- package/lib/components/el-plus-form/components/ElPlusFormBtn.vue +3 -4
- package/lib/components/el-plus-form/components/ElPlusFormCascaderPanel.vue +11 -2
- package/lib/components/el-plus-form/components/ElPlusFormCheckboxButton.vue +12 -4
- package/lib/components/el-plus-form/components/ElPlusFormColor.vue +2 -2
- package/lib/components/el-plus-form/components/ElPlusFormDaterange.vue +2 -3
- package/lib/components/el-plus-form/components/ElPlusFormDatetime.vue +2 -3
- package/lib/components/el-plus-form/components/ElPlusFormDatetimerange.vue +2 -3
- package/lib/components/el-plus-form/components/ElPlusFormInput.vue +2 -2
- package/lib/components/el-plus-form/components/ElPlusFormLink.vue +2 -2
- package/lib/components/el-plus-form/components/ElPlusFormLkuser.vue +3 -3
- package/lib/components/el-plus-form/components/ElPlusFormNbinput.vue +2 -2
- package/lib/components/el-plus-form/components/ElPlusFormNumber.vue +24 -14
- package/lib/components/el-plus-form/components/ElPlusFormQuickInput.vue +2 -2
- package/lib/components/el-plus-form/components/ElPlusFormSlider.vue +2 -2
- package/lib/components/el-plus-form/components/ElPlusFormTextarea.vue +2 -2
- package/lib/components/el-plus-form/components/ElPlusFormTime.vue +20 -3
- package/lib/components/el-plus-form/components/ElPlusFormTimerange.vue +2 -3
- package/lib/components/el-plus-form/components/ElPlusFormTransfer.vue +13 -4
- package/lib/components/el-plus-form/components/ElPlusFormTreeSelect.vue +3 -2
- package/lib/components/el-plus-form/components/ElPlusFormUpload.vue +4 -3
- package/package.json +1 -1
package/CHANGELOG.md
CHANGED
|
@@ -2,6 +2,12 @@
|
|
|
2
2
|
|
|
3
3
|
All notable changes to this project will be documented in this file. See [standard-version](https://github.com/conventional-changelog/standard-version) for commit guidelines.
|
|
4
4
|
|
|
5
|
+
### [0.1.87](https://github.com/KDJack/el-plus-crud/compare/v0.1.86...v0.1.87) (2026-07-13)
|
|
6
|
+
|
|
7
|
+
### [0.1.86](https://github.com/KDJack/el-plus-crud/compare/v0.1.85...v0.1.86) (2026-07-13)
|
|
8
|
+
|
|
9
|
+
### [0.1.85](https://github.com/KDJack/el-plus-crud/compare/v0.1.84...v0.1.85) (2026-07-06)
|
|
10
|
+
|
|
5
11
|
### [0.1.84](https://github.com/KDJack/el-plus-crud/compare/v0.1.83...v0.1.84) (2026-07-06)
|
|
6
12
|
|
|
7
13
|
### [0.1.83](https://github.com/KDJack/el-plus-crud/compare/v0.1.82...v0.1.83) (2026-07-06)
|
|
@@ -1,5 +1,5 @@
|
|
|
1
1
|
declare const _default: import('vue').DefineComponent<import('vue').ExtractPropTypes<__VLS_TypePropsToRuntimeProps<{
|
|
2
|
-
modelValue?: string | number | null | undefined;
|
|
2
|
+
modelValue?: string | number | (string | number)[] | null | undefined;
|
|
3
3
|
field?: string | undefined;
|
|
4
4
|
desc: {
|
|
5
5
|
[key: string]: any;
|
|
@@ -11,7 +11,7 @@ declare const _default: import('vue').DefineComponent<import('vue').ExtractPropT
|
|
|
11
11
|
}>>, {}, {}, {}, {}, import('vue').ComponentOptionsMixin, import('vue').ComponentOptionsMixin, {
|
|
12
12
|
"update:modelValue": (...args: any[]) => void;
|
|
13
13
|
}, string, import('vue').PublicProps, Readonly<import('vue').ExtractPropTypes<__VLS_TypePropsToRuntimeProps<{
|
|
14
|
-
modelValue?: string | number | null | undefined;
|
|
14
|
+
modelValue?: string | number | (string | number)[] | null | undefined;
|
|
15
15
|
field?: string | undefined;
|
|
16
16
|
desc: {
|
|
17
17
|
[key: string]: any;
|
|
@@ -1,5 +1,5 @@
|
|
|
1
1
|
declare const _default: import('vue').DefineComponent<import('vue').ExtractPropTypes<__VLS_TypePropsToRuntimeProps<{
|
|
2
|
-
modelValue?: [] | undefined;
|
|
2
|
+
modelValue?: any[] | undefined;
|
|
3
3
|
field?: string | undefined;
|
|
4
4
|
loading?: boolean | undefined;
|
|
5
5
|
desc: {
|
|
@@ -16,7 +16,7 @@ declare const _default: import('vue').DefineComponent<import('vue').ExtractPropT
|
|
|
16
16
|
validateThis: (...args: any[]) => void;
|
|
17
17
|
"update:modelValue": (...args: any[]) => void;
|
|
18
18
|
}, string, import('vue').PublicProps, Readonly<import('vue').ExtractPropTypes<__VLS_TypePropsToRuntimeProps<{
|
|
19
|
-
modelValue?: [] | undefined;
|
|
19
|
+
modelValue?: any[] | undefined;
|
|
20
20
|
field?: string | undefined;
|
|
21
21
|
loading?: boolean | undefined;
|
|
22
22
|
desc: {
|
|
@@ -1,5 +1,5 @@
|
|
|
1
1
|
declare const _default: import('vue').DefineComponent<import('vue').ExtractPropTypes<__VLS_TypePropsToRuntimeProps<{
|
|
2
|
-
modelValue?: string | Date | string[] | null | undefined;
|
|
2
|
+
modelValue?: string | Date | (string | Date)[] | null | undefined;
|
|
3
3
|
field?: string | undefined;
|
|
4
4
|
desc: {
|
|
5
5
|
[key: string]: any;
|
|
@@ -11,7 +11,7 @@ declare const _default: import('vue').DefineComponent<import('vue').ExtractPropT
|
|
|
11
11
|
}>>, {}, {}, {}, {}, import('vue').ComponentOptionsMixin, import('vue').ComponentOptionsMixin, {
|
|
12
12
|
"update:modelValue": (...args: any[]) => void;
|
|
13
13
|
}, string, import('vue').PublicProps, Readonly<import('vue').ExtractPropTypes<__VLS_TypePropsToRuntimeProps<{
|
|
14
|
-
modelValue?: string | Date | string[] | null | undefined;
|
|
14
|
+
modelValue?: string | Date | (string | Date)[] | null | undefined;
|
|
15
15
|
field?: string | undefined;
|
|
16
16
|
desc: {
|
|
17
17
|
[key: string]: any;
|
|
@@ -1,5 +1,5 @@
|
|
|
1
1
|
declare const _default: __VLS_WithTemplateSlots<import('vue').DefineComponent<import('vue').ExtractPropTypes<__VLS_TypePropsToRuntimeProps<{
|
|
2
|
-
modelValue?: string | number | null | undefined;
|
|
2
|
+
modelValue?: string | number | (string | number)[] | null | undefined;
|
|
3
3
|
field?: string | undefined;
|
|
4
4
|
loading?: boolean | undefined;
|
|
5
5
|
desc: {
|
|
@@ -12,7 +12,7 @@ declare const _default: __VLS_WithTemplateSlots<import('vue').DefineComponent<im
|
|
|
12
12
|
}>>, {}, {}, {}, {}, import('vue').ComponentOptionsMixin, import('vue').ComponentOptionsMixin, {
|
|
13
13
|
"update:modelValue": (...args: any[]) => void;
|
|
14
14
|
}, string, import('vue').PublicProps, Readonly<import('vue').ExtractPropTypes<__VLS_TypePropsToRuntimeProps<{
|
|
15
|
-
modelValue?: string | number | null | undefined;
|
|
15
|
+
modelValue?: string | number | (string | number)[] | null | undefined;
|
|
16
16
|
field?: string | undefined;
|
|
17
17
|
loading?: boolean | undefined;
|
|
18
18
|
desc: {
|