@kengic/vue 0.28.2-beta.19 → 0.28.2-beta.20
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/kengic-vue.js +4257 -4233
- package/dist/src/const/const.vm.d.ts +6 -6
- package/package.json +1 -1
@@ -886,18 +886,18 @@ export interface IKgVarConfigControlControlProperties {
|
|
886
886
|
* <p>这些数据会从列表数据中移除.</p>
|
887
887
|
*/
|
888
888
|
excludeValues?: Array<any>;
|
889
|
-
/**
|
890
|
-
* 数据项的宽度.
|
891
|
-
*
|
892
|
-
* @default 24
|
893
|
-
*/
|
894
|
-
span?: number;
|
895
889
|
/**
|
896
890
|
* 是否显示「全选」.
|
897
891
|
*
|
898
892
|
* @default true
|
899
893
|
*/
|
900
894
|
isShowSelectAll?: boolean;
|
895
|
+
/**
|
896
|
+
* 数据项的宽度.
|
897
|
+
*
|
898
|
+
* @default 24
|
899
|
+
*/
|
900
|
+
span?: number;
|
901
901
|
};
|
902
902
|
DATE_RANGE: {
|
903
903
|
/**
|
package/package.json
CHANGED
@@ -1,6 +1,6 @@
|
|
1
1
|
{
|
2
2
|
"name": "@kengic/vue",
|
3
|
-
"version": "0.28.2-beta.
|
3
|
+
"version": "0.28.2-beta.20",
|
4
4
|
"scripts": {
|
5
5
|
"build": "npm run use-node && rimraf dist && vue-tsc && vite build",
|
6
6
|
"build:dev": "npm run use-node && rimraf dist && vue-tsc && vite build --mode development",
|