@ningboyz/types 1.4.65 → 1.4.67
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/package.json
CHANGED
package/src/enums/btnMode.ts
CHANGED
|
@@ -125,6 +125,7 @@ export interface IViewCtrlResponseWithParaConv {
|
|
|
125
125
|
changeUUID?: string;
|
|
126
126
|
interfaceUUID?: string; //其他页面的UUID
|
|
127
127
|
pathId?: string; // 附件的dictindx
|
|
128
|
+
isShowSealName?: boolean;
|
|
128
129
|
}
|
|
129
130
|
|
|
130
131
|
export class TViewCtrlResponseWithParaConv implements IViewCtrlResponseWithParaConv {
|
|
@@ -145,4 +146,5 @@ export class TViewCtrlResponseWithParaConv implements IViewCtrlResponseWithParaC
|
|
|
145
146
|
changeUUID?: string = "";
|
|
146
147
|
interfaceUUID?: string = ""; //其他页面的UUID
|
|
147
148
|
pathId?: string = ""; // 附件的dictindx
|
|
149
|
+
isShowSealName?: boolean = false;
|
|
148
150
|
}
|