@kengic/vue 0.26.2 → 0.26.3-beta.2
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 +465 -453
- package/dist/src/components/KgSearch/index.hooks.d.ts +2 -1
- package/dist/src/components/KgSearch/index.store.d.ts +1 -1
- package/dist/src/components/KgSubmit/index.hooks.d.ts +1 -1
- package/dist/src/components/KgSubmit/index.store.d.ts +1 -1
- package/dist/src/consts/index.vm.d.ts +3 -17
- package/package.json +1 -1
@@ -34,7 +34,8 @@ export declare type IUseKgSearch = {
|
|
34
34
|
*/
|
35
35
|
model: ComputedRef<ReturnType<IKgSearchStore['getFormModel']>>;
|
36
36
|
/**
|
37
|
-
* 监听事件:
|
37
|
+
* 监听事件: 查询字段初始完成, 组件渲染完成, 查询表单对象已经有值.
|
38
|
+
*
|
38
39
|
* @param listener 事件监听函数.
|
39
40
|
* @param isOnce 是否只会触发一次. 默认为 undefined.
|
40
41
|
*/
|
@@ -99,7 +99,7 @@ export interface IUseKgSubmit {
|
|
99
99
|
* @param param.varProfileDetail 查询条件视图明细.
|
100
100
|
*/
|
101
101
|
getVarSubmitDetailByVarProfileDetail(param?: {
|
102
|
-
varProfileDetail: VarProfileDetail;
|
102
|
+
varProfileDetail: VarProfileDetail | null;
|
103
103
|
}): VarSubmitDetail | null;
|
104
104
|
/**
|
105
105
|
* <p>获取提交表单字段, 根据所传参数进行过滤.</p>
|
@@ -131,7 +131,7 @@ export interface IUseKgSubmitStoreGetters {
|
|
131
131
|
}) => VarSubmitConfig | null;
|
132
132
|
getVarSubmitConfigs(): (formID: string | null | undefined) => Array<VarSubmitConfig>;
|
133
133
|
getVarSubmitDetailByVarProfileDetail(): (formID: string | null | undefined, param?: {
|
134
|
-
varProfileDetail: VarProfileDetail;
|
134
|
+
varProfileDetail: VarProfileDetail | null;
|
135
135
|
}) => VarSubmitDetail | null;
|
136
136
|
getVarSubmitDetails(): (formID: string | null | undefined, param?: {
|
137
137
|
buttonType?: KG__VAR_BUTTON__TYPE;
|
@@ -147,8 +147,6 @@ export declare const enum KG__VAR_GRID_DETAIL__DISPLAY_TYPE {
|
|
147
147
|
* </p>
|
148
148
|
*/
|
149
149
|
DESC = "DESC",
|
150
|
-
/** @deprecated 请使用 {@link KG__VAR_GRID_DETAIL__DISPLAY_TYPE.DESC}. */
|
151
|
-
ENUM = "ENUM",
|
152
150
|
/** 进度条, 使用 KgProgressA 组件显示. */
|
153
151
|
PROGRESS = "PROGRESS",
|
154
152
|
/** 文件大小, 将以字节(byte)为单位的数字格式化显示(XXX MB, XXX GB, ...). */
|
@@ -375,7 +373,7 @@ export declare enum KG__VAR_CONFIG_POSSIBILITY__VALUE_DATA_TYPE {
|
|
375
373
|
/** 宽度单位. */
|
376
374
|
export declare const enum KG__VAR_SUBMIT_CONFIG__LABEL_COLUMN_UNIT {
|
377
375
|
/**
|
378
|
-
*
|
376
|
+
* 栅格.
|
379
377
|
*/
|
380
378
|
SPAN = "SPAN",
|
381
379
|
/**
|
@@ -425,7 +423,7 @@ export declare const enum KG_DESCRIPTION_CODE_NAME {
|
|
425
423
|
YN = "yn",
|
426
424
|
/** 表单布局方式. */
|
427
425
|
VAR_SUBMIT_LAYOUT = "var_submit_layout",
|
428
|
-
/**
|
426
|
+
/** 栅格布局可选的列. */
|
429
427
|
VAR_SPAN = "var_span",
|
430
428
|
/** 按钮显示样式. */
|
431
429
|
VAR_BUTTON_DISPLAY_TYPE = "var_button_display_type",
|
@@ -665,19 +663,8 @@ export interface IKgVarGridDetailDisplayTypeProperties {
|
|
665
663
|
color?: string;
|
666
664
|
}>;
|
667
665
|
};
|
668
|
-
/** @deprecated 请使用 {@link IKgVarGridDetailDisplayTypeProperties.DESC}. */
|
669
|
-
ENUM: Array<{
|
670
|
-
/** 变量名称. */
|
671
|
-
varName: string;
|
672
|
-
/** 数据. */
|
673
|
-
value: any;
|
674
|
-
/**
|
675
|
-
* 颜色.
|
676
|
-
* @default 'default'
|
677
|
-
*/
|
678
|
-
color?: string;
|
679
|
-
}>;
|
680
666
|
FILE_SIZE: {};
|
667
|
+
ICON: {};
|
681
668
|
IMAGE: {
|
682
669
|
/**
|
683
670
|
* 宽度.
|
@@ -725,5 +712,4 @@ export interface IKgVarGridDetailDisplayTypeProperties {
|
|
725
712
|
*/
|
726
713
|
yValue?: any;
|
727
714
|
};
|
728
|
-
ICON: {};
|
729
715
|
}
|
package/package.json
CHANGED
@@ -1,6 +1,6 @@
|
|
1
1
|
{
|
2
2
|
"name": "@kengic/vue",
|
3
|
-
"version": "0.26.2",
|
3
|
+
"version": "0.26.3-beta.2",
|
4
4
|
"scripts": {
|
5
5
|
"build": "npm run switch-node-version && rimraf dist && vue-tsc && vite build",
|
6
6
|
"build:dev": "npm run switch-node-version && rimraf dist && vue-tsc && vite build --mode development",
|