5.0.226
parent
3727467d5b
commit
8b626178be
|
@ -11,6 +11,7 @@ spring:
|
||||||
host: 127.0.0.2
|
host: 127.0.0.2
|
||||||
port: 6379
|
port: 6379
|
||||||
timeout: 5000
|
timeout: 5000
|
||||||
|
password: c8e73ca19
|
||||||
jedis:
|
jedis:
|
||||||
pool:
|
pool:
|
||||||
max-idle: 8
|
max-idle: 8
|
||||||
|
|
|
@ -35,7 +35,7 @@
|
||||||
timeToIdleSeconds="3600"
|
timeToIdleSeconds="3600"
|
||||||
timeToLiveSeconds="0"
|
timeToLiveSeconds="0"
|
||||||
overflowToDisk="true"
|
overflowToDisk="true"
|
||||||
statistics="true"
|
statistics="false"
|
||||||
diskPersistent="faLse"
|
diskPersistent="faLse"
|
||||||
memoryStoreEvictionPolicy = "LFU"
|
memoryStoreEvictionPolicy = "LFU"
|
||||||
>
|
>
|
||||||
|
@ -47,7 +47,7 @@
|
||||||
timeToIdleSeconds="3600"
|
timeToIdleSeconds="3600"
|
||||||
timeToLiveSeconds="0"
|
timeToLiveSeconds="0"
|
||||||
overflowToDisk="false"
|
overflowToDisk="false"
|
||||||
statistics="true">
|
statistics="false">
|
||||||
</cache>
|
</cache>
|
||||||
|
|
||||||
<!-- 字典的缓存 -->
|
<!-- 字典的缓存 -->
|
||||||
|
@ -57,7 +57,7 @@
|
||||||
timeToIdleSeconds="3600"
|
timeToIdleSeconds="3600"
|
||||||
timeToLiveSeconds="0"
|
timeToLiveSeconds="0"
|
||||||
overflowToDisk="false"
|
overflowToDisk="false"
|
||||||
statistics="true">
|
statistics="false">
|
||||||
</cache>
|
</cache>
|
||||||
<cache name="RightResCache"
|
<cache name="RightResCache"
|
||||||
maxEntriesLocalHeap="2000"
|
maxEntriesLocalHeap="2000"
|
||||||
|
@ -65,7 +65,7 @@
|
||||||
timeToIdleSeconds="3600"
|
timeToIdleSeconds="3600"
|
||||||
timeToLiveSeconds="0"
|
timeToLiveSeconds="0"
|
||||||
overflowToDisk="false"
|
overflowToDisk="false"
|
||||||
statistics="true">
|
statistics="false">
|
||||||
</cache>
|
</cache>
|
||||||
<cache name="RoleCache"
|
<cache name="RoleCache"
|
||||||
maxEntriesLocalHeap="2000"
|
maxEntriesLocalHeap="2000"
|
||||||
|
@ -73,7 +73,7 @@
|
||||||
timeToIdleSeconds="3600"
|
timeToIdleSeconds="3600"
|
||||||
timeToLiveSeconds="0"
|
timeToLiveSeconds="0"
|
||||||
overflowToDisk="false"
|
overflowToDisk="false"
|
||||||
statistics="true">
|
statistics="false">
|
||||||
</cache>
|
</cache>
|
||||||
<cache name="TableCache"
|
<cache name="TableCache"
|
||||||
maxEntriesLocalHeap="2000"
|
maxEntriesLocalHeap="2000"
|
||||||
|
@ -81,7 +81,7 @@
|
||||||
timeToIdleSeconds="3600"
|
timeToIdleSeconds="3600"
|
||||||
timeToLiveSeconds="0"
|
timeToLiveSeconds="0"
|
||||||
overflowToDisk="false"
|
overflowToDisk="false"
|
||||||
statistics="true">
|
statistics="false">
|
||||||
</cache>
|
</cache>
|
||||||
<cache name="configCache"
|
<cache name="configCache"
|
||||||
maxEntriesLocalHeap="2000"
|
maxEntriesLocalHeap="2000"
|
||||||
|
@ -89,7 +89,7 @@
|
||||||
timeToIdleSeconds="3600"
|
timeToIdleSeconds="3600"
|
||||||
timeToLiveSeconds="0"
|
timeToLiveSeconds="0"
|
||||||
overflowToDisk="false"
|
overflowToDisk="false"
|
||||||
statistics="true">
|
statistics="false">
|
||||||
</cache>
|
</cache>
|
||||||
<cache name="userPdataCache"
|
<cache name="userPdataCache"
|
||||||
maxEntriesLocalHeap="2000"
|
maxEntriesLocalHeap="2000"
|
||||||
|
@ -97,14 +97,14 @@
|
||||||
timeToIdleSeconds="3600"
|
timeToIdleSeconds="3600"
|
||||||
timeToLiveSeconds="0"
|
timeToLiveSeconds="0"
|
||||||
overflowToDisk="false"
|
overflowToDisk="false"
|
||||||
statistics="true">
|
statistics="false">
|
||||||
</cache>
|
</cache>
|
||||||
<cache name="tokenCache"
|
<cache name="tokenCache"
|
||||||
maxEntriesLocalHeap="2000"
|
maxEntriesLocalHeap="2000"
|
||||||
maxElementsInMemory="50000"
|
maxElementsInMemory="50000"
|
||||||
eternal="true"
|
eternal="true"
|
||||||
overflowToDisk="true"
|
overflowToDisk="true"
|
||||||
statistics="true"
|
statistics="false"
|
||||||
diskPersistent="true"
|
diskPersistent="true"
|
||||||
memoryStoreEvictionPolicy="LFU">
|
memoryStoreEvictionPolicy="LFU">
|
||||||
</cache>
|
</cache>
|
||||||
|
@ -114,7 +114,7 @@
|
||||||
timeToIdleSeconds="3600"
|
timeToIdleSeconds="3600"
|
||||||
timeToLiveSeconds="0"
|
timeToLiveSeconds="0"
|
||||||
overflowToDisk="false"
|
overflowToDisk="false"
|
||||||
statistics="true">
|
statistics="false">
|
||||||
</cache>
|
</cache>
|
||||||
<cache name="DCCache"
|
<cache name="DCCache"
|
||||||
maxEntriesLocalHeap="2000"
|
maxEntriesLocalHeap="2000"
|
||||||
|
@ -122,7 +122,7 @@
|
||||||
timeToIdleSeconds="3600"
|
timeToIdleSeconds="3600"
|
||||||
timeToLiveSeconds="0"
|
timeToLiveSeconds="0"
|
||||||
overflowToDisk="false"
|
overflowToDisk="false"
|
||||||
statistics="true">
|
statistics="false">
|
||||||
</cache>
|
</cache>
|
||||||
<cache name="repeatPostIds"
|
<cache name="repeatPostIds"
|
||||||
maxEntriesLocalHeap="2000"
|
maxEntriesLocalHeap="2000"
|
||||||
|
@ -130,7 +130,7 @@
|
||||||
timeToIdleSeconds="3600"
|
timeToIdleSeconds="3600"
|
||||||
timeToLiveSeconds="0"
|
timeToLiveSeconds="0"
|
||||||
overflowToDisk="false"
|
overflowToDisk="false"
|
||||||
statistics="true">
|
statistics="false">
|
||||||
</cache>
|
</cache>
|
||||||
<cache name="wechatPayNotifyOrder"
|
<cache name="wechatPayNotifyOrder"
|
||||||
maxEntriesLocalHeap="2000"
|
maxEntriesLocalHeap="2000"
|
||||||
|
@ -138,7 +138,7 @@
|
||||||
timeToIdleSeconds="3600"
|
timeToIdleSeconds="3600"
|
||||||
timeToLiveSeconds="0"
|
timeToLiveSeconds="0"
|
||||||
overflowToDisk="false"
|
overflowToDisk="false"
|
||||||
statistics="true">
|
statistics="false">
|
||||||
</cache>
|
</cache>
|
||||||
<cache name="dataSourceDataCache"
|
<cache name="dataSourceDataCache"
|
||||||
maxEntriesLocalHeap="2000"
|
maxEntriesLocalHeap="2000"
|
||||||
|
@ -146,6 +146,23 @@
|
||||||
timeToIdleSeconds="3600"
|
timeToIdleSeconds="3600"
|
||||||
timeToLiveSeconds="0"
|
timeToLiveSeconds="0"
|
||||||
overflowToDisk="false"
|
overflowToDisk="false"
|
||||||
statistics="true">
|
statistics="false">
|
||||||
</cache>
|
</cache>
|
||||||
|
<cache name="idempotentCache"
|
||||||
|
maxEntriesLocalHeap="200000"
|
||||||
|
eternal="false"
|
||||||
|
timeToIdleSeconds="0"
|
||||||
|
timeToLiveSeconds="1"
|
||||||
|
overflowToDisk="false"
|
||||||
|
statistics="false">
|
||||||
|
</cache>
|
||||||
|
<cache name="workFlowCache"
|
||||||
|
maxEntriesLocalHeap="200000"
|
||||||
|
eternal="false"
|
||||||
|
timeToIdleSeconds="0"
|
||||||
|
timeToLiveSeconds="1"
|
||||||
|
overflowToDisk="false"
|
||||||
|
statistics="false">
|
||||||
|
</cache>
|
||||||
|
|
||||||
</ehcache>
|
</ehcache>
|
|
@ -0,0 +1,13 @@
|
||||||
|
|
||||||
|
const COMMON_NAMESPACE = "Common";
|
||||||
|
export const OK = `${COMMON_NAMESPACE}.Ok`;
|
||||||
|
export const CANCEL = `${COMMON_NAMESPACE}.Cancel`;
|
||||||
|
export const ERROR = `${COMMON_NAMESPACE}.Error`;
|
||||||
|
export const TITLE = `${COMMON_NAMESPACE}.Title`;
|
||||||
|
export const BUTTON = `${COMMON_NAMESPACE}.Button`;
|
||||||
|
export const TABLE = `${COMMON_NAMESPACE}.Table`;
|
||||||
|
export const READONLY = `${COMMON_NAMESPACE}.Readonly`;
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
|
|
@ -0,0 +1,9 @@
|
||||||
|
import * as C from './constants';
|
||||||
|
const lang = {
|
||||||
|
"en-us": {
|
||||||
|
[C.OK]: "Ok"
|
||||||
|
|
||||||
|
}
|
||||||
|
}
|
||||||
|
|
||||||
|
window["kdayun.lang"] = lang;
|
|
@ -0,0 +1,11 @@
|
||||||
|
import * as C from './constants.js';
|
||||||
|
const lang = {
|
||||||
|
"zh-cn": {
|
||||||
|
[C.OK]: "确定",
|
||||||
|
[C.READONLY]: "只读",
|
||||||
|
[C.TITLE]: "标题"
|
||||||
|
|
||||||
|
}
|
||||||
|
}
|
||||||
|
|
||||||
|
window["kdayun.lang"] = lang;
|
File diff suppressed because one or more lines are too long
File diff suppressed because one or more lines are too long
File diff suppressed because one or more lines are too long
File diff suppressed because one or more lines are too long
File diff suppressed because one or more lines are too long
|
@ -2325,39 +2325,7 @@ staticRender(setting: IDropDownBaseConifg): void
|
||||||
*下拉组件配置接口
|
*下拉组件配置接口
|
||||||
*/
|
*/
|
||||||
interface IDropDownBaseConifg {
|
interface IDropDownBaseConifg {
|
||||||
/**
|
|
||||||
*组件宽度
|
|
||||||
*/
|
|
||||||
componentWidth: string
|
|
||||||
/**
|
|
||||||
*是否显示label
|
|
||||||
*/
|
|
||||||
isShowLabel: boolean
|
|
||||||
/**
|
|
||||||
*label标题
|
|
||||||
*/
|
|
||||||
labelCaption: string
|
|
||||||
/**
|
|
||||||
*标题宽度
|
|
||||||
*/
|
|
||||||
labelWidth: string
|
|
||||||
/**
|
|
||||||
*空白时候的提示字符串
|
|
||||||
*/
|
|
||||||
placeholder: string
|
|
||||||
/**
|
|
||||||
*只读
|
|
||||||
*/
|
|
||||||
readonly: boolean
|
|
||||||
/**
|
|
||||||
*是否必填
|
|
||||||
*/
|
|
||||||
required: boolean
|
|
||||||
staticDatas: any[]
|
staticDatas: any[]
|
||||||
/**
|
|
||||||
*校验规则
|
|
||||||
*/
|
|
||||||
verify: string
|
|
||||||
}
|
}
|
||||||
/**
|
/**
|
||||||
*弹出的选择框接口
|
*弹出的选择框接口
|
||||||
|
@ -2413,10 +2381,16 @@ class MInputBase extends InputBase {
|
||||||
|
|
||||||
}
|
}
|
||||||
/**
|
/**
|
||||||
|
*设置组件的大小
|
||||||
|
*/
|
||||||
|
enum SizeType {
|
||||||
|
default = "default",large = "large",small = "small"
|
||||||
|
}
|
||||||
|
/**
|
||||||
*对齐
|
*对齐
|
||||||
*/
|
*/
|
||||||
enum TextAlign {
|
enum TextAlign {
|
||||||
center = "center",left = "left",right = "right"
|
center = "center",left = "left",right = "right",top = "top"
|
||||||
}
|
}
|
||||||
/**
|
/**
|
||||||
*箭头方向
|
*箭头方向
|
||||||
|
@ -2425,27 +2399,49 @@ enum arrowDirectionType {
|
||||||
down = "down",left = "left",right = "",up = "up"
|
down = "down",left = "left",right = "",up = "up"
|
||||||
}
|
}
|
||||||
/**
|
/**
|
||||||
*移动端form的校验规则模板
|
|
||||||
*/
|
|
||||||
class FormVerify {
|
|
||||||
/**
|
|
||||||
*一般的校验规则
|
|
||||||
*/
|
|
||||||
static _verifys: any
|
|
||||||
|
|
||||||
/**
|
|
||||||
* 增加校验规则
|
|
||||||
* @param name 规则名称
|
|
||||||
* @param funcVer 验证函数
|
|
||||||
|
|
||||||
*/
|
|
||||||
static add(name: string,funcVer: FormVerifyCallBack): void
|
|
||||||
|
|
||||||
}
|
|
||||||
/**
|
|
||||||
*输入组件基类
|
*输入组件基类
|
||||||
*/
|
*/
|
||||||
class MVantInputBase extends MFieldDbComponentBase {
|
class MVantInputBase extends VueFieldDbCmpBase {
|
||||||
|
/**
|
||||||
|
* 箭头方向,可选值为 left up down
|
||||||
|
*/
|
||||||
|
arrowDirection: arrowDirectionType
|
||||||
|
/**
|
||||||
|
*是否显示内边框
|
||||||
|
*/
|
||||||
|
border: boolean
|
||||||
|
/**
|
||||||
|
*是否启用清除图标,点击清除图标后会清空输入框
|
||||||
|
*/
|
||||||
|
clearable: boolean
|
||||||
|
/**
|
||||||
|
*是否在 label 后面添加冒号
|
||||||
|
*/
|
||||||
|
colon: boolean
|
||||||
|
/**
|
||||||
|
*输入框对齐方式,可选值为 center right
|
||||||
|
*/
|
||||||
|
inputAlign: TextAlign
|
||||||
|
/**
|
||||||
|
*是否展示右侧箭头并开启点击反馈
|
||||||
|
*/
|
||||||
|
isLink: boolean
|
||||||
|
/**
|
||||||
|
*左侧文本对齐方式,可选值为 center right
|
||||||
|
*/
|
||||||
|
labelAlign: TextAlign
|
||||||
|
/**
|
||||||
|
*左侧图标名称或图片链接
|
||||||
|
*/
|
||||||
|
leftIcon: String
|
||||||
|
/**
|
||||||
|
*右侧图标名称或图片链接
|
||||||
|
*/
|
||||||
|
rightIcon: String
|
||||||
|
/**
|
||||||
|
*控件大小。注:标准表单内的输入框大小限制为 large
|
||||||
|
*/
|
||||||
|
size: SizeType
|
||||||
|
|
||||||
/**
|
/**
|
||||||
* 校验数据是否通过设置的校验规则
|
* 校验数据是否通过设置的校验规则
|
||||||
|
@ -2454,12 +2450,6 @@ class MVantInputBase extends MFieldDbComponentBase {
|
||||||
*/
|
*/
|
||||||
doVerify(): boolean
|
doVerify(): boolean
|
||||||
|
|
||||||
/**
|
|
||||||
* 输入框得到输入焦点
|
|
||||||
|
|
||||||
*/
|
|
||||||
focuse(): void
|
|
||||||
|
|
||||||
/**
|
/**
|
||||||
* 获取编辑输入框的jquery 对象
|
* 获取编辑输入框的jquery 对象
|
||||||
这个应该在所有继承的子类需要重载该函数,不然无法实现校验弹出提示.
|
这个应该在所有继承的子类需要重载该函数,不然无法实现校验弹出提示.
|
||||||
|
@ -2469,32 +2459,11 @@ focuse(): void
|
||||||
getInputElem(): JQuery<any>
|
getInputElem(): JQuery<any>
|
||||||
|
|
||||||
/**
|
/**
|
||||||
* 获取label标题
|
* 得到组件的值
|
||||||
* @returns 返回label标题
|
* @returns 返回值
|
||||||
|
|
||||||
*/
|
*/
|
||||||
getLabelCaption(): string
|
getValue(): any
|
||||||
|
|
||||||
/**
|
|
||||||
* 注册输入框内容变化时触发
|
|
||||||
* @param event 时间对象
|
|
||||||
|
|
||||||
*/
|
|
||||||
onBlur(event: Event): void
|
|
||||||
|
|
||||||
/**
|
|
||||||
* 注册输入框内容变化时触发
|
|
||||||
* @param val 返回当前输入的值
|
|
||||||
|
|
||||||
*/
|
|
||||||
onInput(val: string): void
|
|
||||||
|
|
||||||
/**
|
|
||||||
* 设置label标题
|
|
||||||
* @param caption label的标题
|
|
||||||
|
|
||||||
*/
|
|
||||||
setLabelCaption(caption: string): void
|
|
||||||
|
|
||||||
/**
|
/**
|
||||||
* 显示的提示校验信息
|
* 显示的提示校验信息
|
||||||
|
@ -2505,49 +2474,6 @@ verifyTips(): void
|
||||||
|
|
||||||
}
|
}
|
||||||
/**
|
/**
|
||||||
*输入组件配置接口
|
|
||||||
*/
|
|
||||||
interface IInputBaseConfig {
|
|
||||||
/**
|
|
||||||
*组件宽度
|
|
||||||
*/
|
|
||||||
componentWidth: string
|
|
||||||
/**
|
|
||||||
*是否显示label
|
|
||||||
*/
|
|
||||||
isShowLabel: boolean
|
|
||||||
/**
|
|
||||||
*label标题
|
|
||||||
*/
|
|
||||||
labelCaption: string
|
|
||||||
/**
|
|
||||||
*标题宽度
|
|
||||||
*/
|
|
||||||
labelWidth: string
|
|
||||||
/**
|
|
||||||
*空白时候的提示字符串
|
|
||||||
*/
|
|
||||||
placeholder: string
|
|
||||||
/**
|
|
||||||
*只读
|
|
||||||
*/
|
|
||||||
readonly: boolean
|
|
||||||
/**
|
|
||||||
*是否必填
|
|
||||||
*/
|
|
||||||
required: boolean
|
|
||||||
/**
|
|
||||||
*校验规则
|
|
||||||
*/
|
|
||||||
verify: string
|
|
||||||
}
|
|
||||||
/**
|
|
||||||
*校验回调
|
|
||||||
*@param value 校验的值
|
|
||||||
|
|
||||||
*/
|
|
||||||
declare type FormVerifyCallBack = (value: any) => string
|
|
||||||
/**
|
|
||||||
*VantButton 按钮
|
*VantButton 按钮
|
||||||
*/
|
*/
|
||||||
class VantButton extends MComponentBase {
|
class VantButton extends MComponentBase {
|
||||||
|
@ -3098,6 +3024,10 @@ finished: Boolean
|
||||||
*/
|
*/
|
||||||
listDatas: any[]
|
listDatas: any[]
|
||||||
/**
|
/**
|
||||||
|
*获取数据返回的数据
|
||||||
|
*/
|
||||||
|
listRows: any[]
|
||||||
|
/**
|
||||||
*是否加载
|
*是否加载
|
||||||
*/
|
*/
|
||||||
loading: Boolean
|
loading: Boolean
|
||||||
|
@ -3107,12 +3037,19 @@ loading: Boolean
|
||||||
refreshing: Boolean
|
refreshing: Boolean
|
||||||
|
|
||||||
/**
|
/**
|
||||||
* 获取数据
|
* 获取数据源数据
|
||||||
* @returns 返回当前数据源的数组
|
* @returns 返回当前数据源的数组
|
||||||
|
|
||||||
*/
|
*/
|
||||||
getDatas(): Row[]
|
getDatas(): Row[]
|
||||||
|
|
||||||
|
/**
|
||||||
|
* 获取数据源数组
|
||||||
|
* @returns 返回当前数据源数组
|
||||||
|
|
||||||
|
*/
|
||||||
|
getRows(): Row[]
|
||||||
|
|
||||||
/**
|
/**
|
||||||
* 获取数据源的总数量
|
* 获取数据源的总数量
|
||||||
* @returns 返回当前数据源的总数量
|
* @returns 返回当前数据源的总数量
|
||||||
|
@ -3151,7 +3088,14 @@ rendItem(): void
|
||||||
/**
|
/**
|
||||||
*列表内容绑定字段容器
|
*列表内容绑定字段容器
|
||||||
*/
|
*/
|
||||||
class VantListItem extends FieldDbComponentBase {
|
class VantListItem extends VueFieldDbCmpBase {
|
||||||
|
|
||||||
|
/**
|
||||||
|
* vue 事件配置
|
||||||
|
* @returns 返回配置的事件
|
||||||
|
|
||||||
|
*/
|
||||||
|
doGetMethods(): any
|
||||||
|
|
||||||
}
|
}
|
||||||
/**
|
/**
|
||||||
|
@ -3226,61 +3170,103 @@ enum PositionType {
|
||||||
*/
|
*/
|
||||||
class VantCalendar extends MVantInputBase {
|
class VantCalendar extends MVantInputBase {
|
||||||
/**
|
/**
|
||||||
|
*是否允许日期范围的起止时间为同一天
|
||||||
|
*/
|
||||||
|
allowSameDay: boolean
|
||||||
|
/**
|
||||||
|
*主题色
|
||||||
|
*/
|
||||||
|
calendarColor: String
|
||||||
|
/**
|
||||||
|
*是否为只读状态
|
||||||
|
*/
|
||||||
|
calendarReadonly: boolean
|
||||||
|
/**
|
||||||
|
*日历标题
|
||||||
|
*/
|
||||||
|
calendarTitle: String
|
||||||
|
/**
|
||||||
|
*时间显示格式
|
||||||
|
*/
|
||||||
|
dateFormat: CalendaeDateType
|
||||||
|
/**
|
||||||
|
*默认选中的日期
|
||||||
|
*/
|
||||||
|
defaultDate: string
|
||||||
|
/**
|
||||||
|
*设置周起始日
|
||||||
|
*/
|
||||||
|
firstDayOfWeek: number
|
||||||
|
/**
|
||||||
*input的id
|
*input的id
|
||||||
*/
|
*/
|
||||||
inputId: string
|
inputId: string
|
||||||
/**
|
/**
|
||||||
|
*可选择的最大日期
|
||||||
|
*/
|
||||||
|
maxDate: string
|
||||||
|
/**
|
||||||
|
*日期区间最多可选天数
|
||||||
|
*/
|
||||||
|
maxRange: string
|
||||||
|
/**
|
||||||
|
*可选择的最小日期
|
||||||
|
*/
|
||||||
|
minDate: string
|
||||||
|
/**
|
||||||
|
*是否以弹层的形式展示日历
|
||||||
|
*/
|
||||||
|
poppable: boolean
|
||||||
|
/**
|
||||||
|
*弹出位置
|
||||||
|
*/
|
||||||
|
position: PositionType
|
||||||
|
/**
|
||||||
|
*范围选择超过最多可选天数时的提示文案
|
||||||
|
*/
|
||||||
|
rangePrompt: string
|
||||||
|
/**
|
||||||
|
*是否显示圆角弹窗
|
||||||
|
*/
|
||||||
|
round: boolean
|
||||||
|
/**
|
||||||
|
*日期行高
|
||||||
|
*/
|
||||||
|
rowHeight: String
|
||||||
|
/**
|
||||||
*picker的id
|
*picker的id
|
||||||
*/
|
*/
|
||||||
showCalendarId: string
|
showCalendarId: string
|
||||||
|
/**
|
||||||
|
*是否展示确认按钮
|
||||||
|
*/
|
||||||
|
showConfirm: boolean
|
||||||
|
/**
|
||||||
|
*日历类型
|
||||||
|
*/
|
||||||
|
type: CalendarType
|
||||||
|
|
||||||
/**
|
/**
|
||||||
* 得到日期,格式化为字符串
|
* 得到日期,格式化为字符串
|
||||||
* @param date 日期时间* @returns 返回字符串日期
|
* @param date 日期时间
|
||||||
|
* @param str 日期时间间隔符号* @returns 返回字符串日期
|
||||||
|
|
||||||
*/
|
*/
|
||||||
getFormatDate(date: Date): string
|
getFormatDate(date: Date,str: String): string
|
||||||
|
|
||||||
/**
|
/**
|
||||||
* 得到日期,根据选择的日期格式化转为字符串赋值给input框
|
* 得到日期,根据选择的日期格式化转为字符串赋值给input框
|
||||||
* @param str 日期时间* @returns 返回字符串日期
|
* @param date 日期时间* @returns 返回字符串日期
|
||||||
|
|
||||||
*/
|
*/
|
||||||
getFormatStrTime(str: string): string
|
getFormatStrTime(date: any): string
|
||||||
|
|
||||||
/**
|
|
||||||
* 注册点击并选中任意日期时触发
|
|
||||||
|
|
||||||
*/
|
|
||||||
onCalendarClick(): void
|
|
||||||
|
|
||||||
/**
|
|
||||||
* 注册确定事件
|
|
||||||
* @param val 返回日期的时间
|
|
||||||
|
|
||||||
*/
|
|
||||||
onConfirm(val: Date): void
|
|
||||||
|
|
||||||
/**
|
|
||||||
* 注册点击并选中任意日期时触发
|
|
||||||
* @param val 返回日期的时间
|
|
||||||
|
|
||||||
*/
|
|
||||||
onSelect(val: Date): void
|
|
||||||
|
|
||||||
/**
|
|
||||||
* 当日历组件的 type 为 multiple 时,取消选中日期时触发
|
|
||||||
* @param val 返回日期的时间
|
|
||||||
|
|
||||||
*/
|
|
||||||
onUnselect(val: Date): void
|
|
||||||
|
|
||||||
}
|
}
|
||||||
/**
|
/**
|
||||||
*设置组件的类型
|
*设置组件的类型
|
||||||
*/
|
*/
|
||||||
enum DatetimePickerType {
|
enum DatetimePickerType {
|
||||||
date = "date",datetime = "datetime",time = "time"
|
date = "date",datehour = "datehour",datetime = "datetime",monthDay = "month-day",time = "time",yearMonth = "year-month"
|
||||||
}
|
}
|
||||||
/**
|
/**
|
||||||
*弹出位置
|
*弹出位置
|
||||||
|
@ -3293,6 +3279,18 @@ enum PositionType {
|
||||||
*/
|
*/
|
||||||
class VantDatetimePicker extends MVantInputBase {
|
class VantDatetimePicker extends MVantInputBase {
|
||||||
/**
|
/**
|
||||||
|
*日历标题
|
||||||
|
*/
|
||||||
|
DatetimePickerTitle: string
|
||||||
|
/**
|
||||||
|
*取消按钮文字
|
||||||
|
*/
|
||||||
|
cancelText: string
|
||||||
|
/**
|
||||||
|
*确认按钮文字
|
||||||
|
*/
|
||||||
|
confirmText: string
|
||||||
|
/**
|
||||||
*picker的id
|
*picker的id
|
||||||
*/
|
*/
|
||||||
datetimePickerValue: string
|
datetimePickerValue: string
|
||||||
|
@ -3300,37 +3298,38 @@ datetimePickerValue: string
|
||||||
*input的id
|
*input的id
|
||||||
*/
|
*/
|
||||||
inputId: string
|
inputId: string
|
||||||
|
/**
|
||||||
|
*选项高度
|
||||||
|
*/
|
||||||
|
itemHeight: String
|
||||||
|
/**
|
||||||
|
*是否以弹层的形式展示
|
||||||
|
*/
|
||||||
|
poppable: boolean
|
||||||
|
/**
|
||||||
|
*弹出位置
|
||||||
|
*/
|
||||||
|
position: PositionType
|
||||||
|
/**
|
||||||
|
* 是否显示顶部栏
|
||||||
|
*/
|
||||||
|
showToolbar: boolean
|
||||||
|
/**
|
||||||
|
*日历类型
|
||||||
|
*/
|
||||||
|
type: DatetimePickerType
|
||||||
|
/**
|
||||||
|
*可见的选项个数
|
||||||
|
*/
|
||||||
|
visibleItemCount: number
|
||||||
|
|
||||||
/**
|
/**
|
||||||
* 关闭弹出层且动画结束后触发
|
* 得到日期,根据选择的日期格式化转为字符串赋值给input框
|
||||||
|
* @param date 日期时间
|
||||||
|
* @param str 日期时间间隔符号* @returns 返回字符串日期
|
||||||
|
|
||||||
*/
|
*/
|
||||||
closed(): void
|
getFormatStrTime(date: Date,str: String): string
|
||||||
|
|
||||||
/**
|
|
||||||
* 关闭弹出层时触发
|
|
||||||
|
|
||||||
*/
|
|
||||||
onClose(): void
|
|
||||||
|
|
||||||
/**
|
|
||||||
* 打开弹出层时触发
|
|
||||||
|
|
||||||
*/
|
|
||||||
onOpen(): void
|
|
||||||
|
|
||||||
/**
|
|
||||||
* 打开弹出层且动画结束后触发
|
|
||||||
|
|
||||||
*/
|
|
||||||
onOpened(): void
|
|
||||||
|
|
||||||
/**
|
|
||||||
* 当日历组件的 type 为 multiple 时,取消选中日期时触发
|
|
||||||
* @param val 返回日期的时间
|
|
||||||
|
|
||||||
*/
|
|
||||||
onUnselect(val: Date): void
|
|
||||||
|
|
||||||
}
|
}
|
||||||
/**
|
/**
|
||||||
|
@ -3343,9 +3342,35 @@ enum FieldType {
|
||||||
*VantField 输入框组件
|
*VantField 输入框组件
|
||||||
*/
|
*/
|
||||||
class VantField extends MVantInputBase {
|
class VantField extends MVantInputBase {
|
||||||
|
/**
|
||||||
|
*原生属性,自动获取焦点
|
||||||
|
*/
|
||||||
|
autofocus: boolean
|
||||||
inputId: string
|
inputId: string
|
||||||
|
/**
|
||||||
|
*最大长度
|
||||||
|
*/
|
||||||
|
maxlength: number
|
||||||
|
/**
|
||||||
|
*是否显示字数统计,需要设置 maxlength 属性 show-word-limit
|
||||||
|
*/
|
||||||
|
showWordLimit: boolean
|
||||||
|
/**
|
||||||
|
* 输入框类型,可选值为 left up down
|
||||||
|
*/
|
||||||
|
type: FieldType
|
||||||
|
|
||||||
}
|
}
|
||||||
|
/**
|
||||||
|
*鼠标事件类型
|
||||||
|
|
||||||
|
*/
|
||||||
|
declare type VantFieldMouseHandle = (cmp: VantField,e: Event) => void
|
||||||
|
/**
|
||||||
|
*值变化事件类型
|
||||||
|
|
||||||
|
*/
|
||||||
|
declare type VantFieldUpdateHandle = (cmp: VantField,value: string | number) => void
|
||||||
/**
|
/**
|
||||||
*单选项排列方向
|
*单选项排列方向
|
||||||
*/
|
*/
|
||||||
|
@ -3393,6 +3418,14 @@ enum ToolbarPositionType {
|
||||||
*/
|
*/
|
||||||
class VantPicker extends MDropDownBase {
|
class VantPicker extends MDropDownBase {
|
||||||
/**
|
/**
|
||||||
|
*取消按钮文字
|
||||||
|
*/
|
||||||
|
cancelButtonText: String
|
||||||
|
/**
|
||||||
|
*确认按钮文字
|
||||||
|
*/
|
||||||
|
confirmButtonText: String
|
||||||
|
/**
|
||||||
*input的id
|
*input的id
|
||||||
*/
|
*/
|
||||||
inputId: string
|
inputId: string
|
||||||
|
@ -3401,9 +3434,21 @@ inputId: string
|
||||||
*/
|
*/
|
||||||
pickerId: string
|
pickerId: string
|
||||||
/**
|
/**
|
||||||
|
*顶部栏标题
|
||||||
|
*/
|
||||||
|
pickerTitle: String
|
||||||
|
/**
|
||||||
|
*是否显示顶部栏
|
||||||
|
*/
|
||||||
|
showToolbar: boolean
|
||||||
|
/**
|
||||||
*静态数据源
|
*静态数据源
|
||||||
*/
|
*/
|
||||||
staticData: any[]
|
staticData: any[]
|
||||||
|
/**
|
||||||
|
*顶部栏位置,可选值为bottom
|
||||||
|
*/
|
||||||
|
toolbarPosition: ToolbarPositionType
|
||||||
|
|
||||||
/**
|
/**
|
||||||
* 根据值得到组件的值数组
|
* 根据值得到组件的值数组
|
||||||
|
@ -3441,12 +3486,99 @@ onRateChange(val: String | Number): void
|
||||||
|
|
||||||
}
|
}
|
||||||
/**
|
/**
|
||||||
|
*设置组件的类型
|
||||||
|
*/
|
||||||
|
enum SearchType {
|
||||||
|
round = "round",square = "square"
|
||||||
|
}
|
||||||
|
/**
|
||||||
|
*VantField 输入框组件
|
||||||
|
*/
|
||||||
|
class VantSearch extends MVantInputBase {
|
||||||
|
/**
|
||||||
|
*取消按钮文字
|
||||||
|
*/
|
||||||
|
actionText: string
|
||||||
|
/**
|
||||||
|
*是否自动聚焦
|
||||||
|
*/
|
||||||
|
autofocus: boolean
|
||||||
|
/**
|
||||||
|
*搜索框外部背景色
|
||||||
|
*/
|
||||||
|
backgroundColor: string
|
||||||
|
/**
|
||||||
|
*是否禁用输入框
|
||||||
|
*/
|
||||||
|
disabled: boolean
|
||||||
|
inputId: string
|
||||||
|
/**
|
||||||
|
*输入的最大字符数
|
||||||
|
*/
|
||||||
|
maxlength: number
|
||||||
|
/**
|
||||||
|
* 搜索框形状,可选值为 round
|
||||||
|
*/
|
||||||
|
shape: SearchType
|
||||||
|
/**
|
||||||
|
*是否在搜索框右侧显示取消按钮
|
||||||
|
*/
|
||||||
|
showAction: boolean
|
||||||
|
|
||||||
|
}
|
||||||
|
/**
|
||||||
|
*鼠标事件类型
|
||||||
|
|
||||||
|
*/
|
||||||
|
declare type VantFieldMouseHandle = (cmp: VantSearch,e: Event) => void
|
||||||
|
/**
|
||||||
|
*值变化事件类型
|
||||||
|
|
||||||
|
*/
|
||||||
|
declare type VantFieldUpdateHandle = (cmp: VantSearch,value: string | number) => void
|
||||||
|
/**
|
||||||
|
*设置组件的类型
|
||||||
|
*/
|
||||||
|
enum FieldType {
|
||||||
|
digit = "digit",number = "number",password = "password",tel = "tel",text = "text",textarea = "textarea"
|
||||||
|
}
|
||||||
|
/**
|
||||||
*textarea 文本域
|
*textarea 文本域
|
||||||
*/
|
*/
|
||||||
class VantTextarea extends MVantInputBase {
|
class VantTextarea extends MVantInputBase {
|
||||||
|
/**
|
||||||
|
*原生属性,自动获取焦点
|
||||||
|
*/
|
||||||
|
autofocus: boolean
|
||||||
|
/**
|
||||||
|
*是否自适应内容高度,只对 textarea 有效,可传入对象,如 { maxHeight: 100, minHeight: 50 },单位为px
|
||||||
|
*/
|
||||||
|
autosize: boolean
|
||||||
inputId: string
|
inputId: string
|
||||||
|
/**
|
||||||
|
*最大长度
|
||||||
|
*/
|
||||||
|
maxlength: number
|
||||||
|
/**
|
||||||
|
*显示行数
|
||||||
|
*/
|
||||||
|
rows: number
|
||||||
|
/**
|
||||||
|
*是否显示字数统计,需要设置 maxlength 属性 show-word-limit
|
||||||
|
*/
|
||||||
|
showWordLimit: boolean
|
||||||
|
|
||||||
}
|
}
|
||||||
|
/**
|
||||||
|
*鼠标事件类型
|
||||||
|
|
||||||
|
*/
|
||||||
|
declare type VantFieldMouseHandle = (cmp: VantTextarea,e: Event) => void
|
||||||
|
/**
|
||||||
|
*值变化事件类型
|
||||||
|
|
||||||
|
*/
|
||||||
|
declare type VantFieldUpdateHandle = (cmp: VantTextarea,value: string | number) => void
|
||||||
/**
|
/**
|
||||||
*Grid 宫格
|
*Grid 宫格
|
||||||
参考 https://vant-contrib.gitee.io/vant/v2/#/zh-CN/grid
|
参考 https://vant-contrib.gitee.io/vant/v2/#/zh-CN/grid
|
||||||
|
@ -3505,6 +3637,51 @@ to: string
|
||||||
url: string
|
url: string
|
||||||
}
|
}
|
||||||
/**
|
/**
|
||||||
|
*NavBar 导航栏
|
||||||
|
*/
|
||||||
|
class VantNavBar extends VueCmpBase {
|
||||||
|
/**
|
||||||
|
*是否开启默认返回上一页
|
||||||
|
*/
|
||||||
|
isGoback: boolean
|
||||||
|
|
||||||
|
}
|
||||||
|
/**
|
||||||
|
*底部导航栏
|
||||||
|
*/
|
||||||
|
class VantNavBroadside extends MComponentBase {
|
||||||
|
|
||||||
|
}
|
||||||
|
/**
|
||||||
|
*页签元素
|
||||||
|
*/
|
||||||
|
interface ITabbarItem {
|
||||||
|
/**
|
||||||
|
* 图标右上角徽标的内容
|
||||||
|
*/
|
||||||
|
badge: string
|
||||||
|
/**
|
||||||
|
*是否显示图标右上角小红点
|
||||||
|
*/
|
||||||
|
dot: boolean
|
||||||
|
/**
|
||||||
|
*点击后跳转的链接地址
|
||||||
|
*/
|
||||||
|
href: string
|
||||||
|
/**
|
||||||
|
*字体图标类型
|
||||||
|
*/
|
||||||
|
iconFont: string
|
||||||
|
/**
|
||||||
|
*左侧图标名称或图片链接
|
||||||
|
*/
|
||||||
|
iconImgurl: string
|
||||||
|
/**
|
||||||
|
*标签名称,作为匹配的标识符
|
||||||
|
*/
|
||||||
|
itemName: string
|
||||||
|
}
|
||||||
|
/**
|
||||||
*菜单元素
|
*菜单元素
|
||||||
*/
|
*/
|
||||||
class VTabbarItem extends MDbComponentBase {
|
class VTabbarItem extends MDbComponentBase {
|
||||||
|
@ -3562,6 +3739,13 @@ itemName: string
|
||||||
*/
|
*/
|
||||||
class VantTabbarItem extends MDbComponentBase {
|
class VantTabbarItem extends MDbComponentBase {
|
||||||
|
|
||||||
|
/**
|
||||||
|
* 得到页签的索引号
|
||||||
|
* @returns 页签索引号 不存在parentCmp时候返回-1
|
||||||
|
|
||||||
|
*/
|
||||||
|
getTabIndex(): number
|
||||||
|
|
||||||
/**
|
/**
|
||||||
* 获取组件值
|
* 获取组件值
|
||||||
子类重载这个方法实现自定义取值赋值过程
|
子类重载这个方法实现自定义取值赋值过程
|
||||||
|
@ -7598,6 +7782,23 @@ width: string | number
|
||||||
*组件的唯一标识
|
*组件的唯一标识
|
||||||
*/
|
*/
|
||||||
xtype: string
|
xtype: string
|
||||||
|
}
|
||||||
|
/**
|
||||||
|
*多语言管理类
|
||||||
|
*/
|
||||||
|
class Language {
|
||||||
|
/**
|
||||||
|
*当前的语言
|
||||||
|
*/
|
||||||
|
static code: string
|
||||||
|
|
||||||
|
/**
|
||||||
|
* 得到语言对应的
|
||||||
|
* @param langkey 多语言对应的key* @returns 返回对应的字符串
|
||||||
|
|
||||||
|
*/
|
||||||
|
static get(langkey: string): string
|
||||||
|
|
||||||
}
|
}
|
||||||
/**
|
/**
|
||||||
*移动端组件基类
|
*移动端组件基类
|
||||||
|
@ -9318,7 +9519,7 @@ getDatas(): any[]
|
||||||
getError(): IRowFieldError[]
|
getError(): IRowFieldError[]
|
||||||
|
|
||||||
/**
|
/**
|
||||||
* 获取字段
|
* 获取字段实例
|
||||||
* @param fieldName 字段名称* @returns 字段的实例
|
* @param fieldName 字段名称* @returns 字段的实例
|
||||||
|
|
||||||
*/
|
*/
|
||||||
|
@ -10951,6 +11152,10 @@ fields: IDaoField[]
|
||||||
*/
|
*/
|
||||||
id: string
|
id: string
|
||||||
/**
|
/**
|
||||||
|
*是否记录数据修改日志
|
||||||
|
*/
|
||||||
|
isDataLog: number
|
||||||
|
/**
|
||||||
*主键
|
*主键
|
||||||
*/
|
*/
|
||||||
keys: string[]
|
keys: string[]
|
||||||
|
@ -16639,14 +16844,14 @@ extraMap: any
|
||||||
*/
|
*/
|
||||||
fileName: string
|
fileName: string
|
||||||
/**
|
/**
|
||||||
|
*文件标题
|
||||||
|
*/
|
||||||
|
fileTitle: string
|
||||||
|
/**
|
||||||
*导出的文件类型
|
*导出的文件类型
|
||||||
*/
|
*/
|
||||||
fileType: DataExportFileType
|
fileType: DataExportFileType
|
||||||
/**
|
/**
|
||||||
*文件标题
|
|
||||||
*/
|
|
||||||
filetitle: string
|
|
||||||
/**
|
|
||||||
*模型id
|
*模型id
|
||||||
*/
|
*/
|
||||||
modelId: string
|
modelId: string
|
||||||
|
@ -16675,7 +16880,7 @@ fileName: string
|
||||||
/**
|
/**
|
||||||
*导出文件标题
|
*导出文件标题
|
||||||
*/
|
*/
|
||||||
filetitle: string
|
fileTitle: string
|
||||||
/**
|
/**
|
||||||
*导出的范围
|
*导出的范围
|
||||||
*/
|
*/
|
||||||
|
@ -16683,14 +16888,14 @@ range: DataExportRange
|
||||||
}
|
}
|
||||||
/**
|
/**
|
||||||
*事件导出回调
|
*事件导出回调
|
||||||
*@param filetitle 文件标题
|
*@param fileTitle 文件标题
|
||||||
*@param fileName 文件名
|
*@param fileName 文件名
|
||||||
*@param range 范围
|
*@param range 范围
|
||||||
*@param fileType 文件类型 csv,xls
|
*@param fileType 文件类型 csv,xls
|
||||||
*@param error 错误
|
*@param error 错误
|
||||||
|
|
||||||
*/
|
*/
|
||||||
declare type DataExportCallBack = (filetitle: string,fileName: string,range: DataExportRange,fileType: DataExportFileType,error: string) => void
|
declare type DataExportCallBack = (fileTitle: string,fileName: string,range: DataExportRange,fileType: DataExportFileType,error: string) => void
|
||||||
/**
|
/**
|
||||||
*设计器服务类
|
*设计器服务类
|
||||||
*/
|
*/
|
||||||
|
@ -17825,7 +18030,7 @@ static isEmpty(value: any): boolean
|
||||||
static isFormula(text: string): boolean
|
static isFormula(text: string): boolean
|
||||||
|
|
||||||
/**
|
/**
|
||||||
* 判断值是否 NaN
|
* 判断值是否 NaN 值
|
||||||
* @param value 需要判断的值* @returns true 是NaN,则反之
|
* @param value 需要判断的值* @returns true 是NaN,则反之
|
||||||
|
|
||||||
*/
|
*/
|
||||||
|
@ -19144,6 +19349,13 @@ getArrayValue(): string[]
|
||||||
*/
|
*/
|
||||||
getItemByVal(val: string): number | ICheckItem | any | any | any | any | any | any | any | any | any | any | any | any | any | any | any | any | any | any | any | any | any | any | any | any | any | any | any | any
|
getItemByVal(val: string): number | ICheckItem | any | any | any | any | any | any | any | any | any | any | any | any | any | any | any | any | any | any | any | any | any | any | any | any | any | any | any | any
|
||||||
|
|
||||||
|
/**
|
||||||
|
* 得到组件的数据项数据源
|
||||||
|
* @returns 返回数据项的数据源实例
|
||||||
|
|
||||||
|
*/
|
||||||
|
getItemsDataSouce(): DataSourceBase
|
||||||
|
|
||||||
/**
|
/**
|
||||||
* 值发生改变事件
|
* 值发生改变事件
|
||||||
* @param callback 事件回调函数
|
* @param callback 事件回调函数
|
||||||
|
@ -19363,6 +19575,13 @@ addRadioItem(item: IRadioItem): void
|
||||||
*/
|
*/
|
||||||
getItemByVal(val: string): number | IRadioItem | any | any | any | any | any | any | any | any | any | any | any | any | any | any | any | any | any | any | any | any | any | any | any | any | any | any | any | any
|
getItemByVal(val: string): number | IRadioItem | any | any | any | any | any | any | any | any | any | any | any | any | any | any | any | any | any | any | any | any | any | any | any | any | any | any | any | any
|
||||||
|
|
||||||
|
/**
|
||||||
|
* 得到组件的数据项数据源
|
||||||
|
* @returns 返回数据项的数据源实例
|
||||||
|
|
||||||
|
*/
|
||||||
|
getItemsDataSouce(): DataSourceBase
|
||||||
|
|
||||||
/**
|
/**
|
||||||
* 得到组件值
|
* 得到组件值
|
||||||
* @returns 得到组件值
|
* @returns 得到组件值
|
||||||
|
@ -20178,6 +20397,98 @@ val: string
|
||||||
*/
|
*/
|
||||||
class SqlDataSetEditor extends DataSetEditorBase {
|
class SqlDataSetEditor extends DataSetEditorBase {
|
||||||
|
|
||||||
|
}
|
||||||
|
/**
|
||||||
|
*Handsontable 表格组件
|
||||||
|
依赖: ckPlayer.js
|
||||||
|
*/
|
||||||
|
class HandsonTable extends DbComponentBase {
|
||||||
|
/**
|
||||||
|
* Table播放器的实例对象
|
||||||
|
*/
|
||||||
|
tableObj: object
|
||||||
|
|
||||||
|
}
|
||||||
|
/**
|
||||||
|
*自定义图表配置属性编辑器
|
||||||
|
*/
|
||||||
|
class HandsonTableOptionsAttrEditor extends ButtonAttrEditor {
|
||||||
|
|
||||||
|
}
|
||||||
|
/**
|
||||||
|
*handsonTable配置
|
||||||
|
*/
|
||||||
|
interface IHandsonTableOptionsAttrEditor {
|
||||||
|
/**
|
||||||
|
*组件的属性名
|
||||||
|
*/
|
||||||
|
attr: string
|
||||||
|
/**
|
||||||
|
*按钮标题
|
||||||
|
*/
|
||||||
|
btnText: string
|
||||||
|
/**
|
||||||
|
*关联的组件实例
|
||||||
|
*/
|
||||||
|
component: IComponent
|
||||||
|
/**
|
||||||
|
*编辑器的类名 / 类
|
||||||
|
*/
|
||||||
|
editorClass: string | object
|
||||||
|
/**
|
||||||
|
*获取返回的值
|
||||||
|
*/
|
||||||
|
getValue: any
|
||||||
|
/**
|
||||||
|
*帮助的路径
|
||||||
|
*/
|
||||||
|
helpUrl: string
|
||||||
|
/**
|
||||||
|
*唯一id
|
||||||
|
*/
|
||||||
|
id: string
|
||||||
|
/**
|
||||||
|
*属性label标题
|
||||||
|
*/
|
||||||
|
labelCaption: string
|
||||||
|
language: CodeEditorLang
|
||||||
|
/**
|
||||||
|
*修改值的完成回调
|
||||||
|
*/
|
||||||
|
onChanged: any
|
||||||
|
/**
|
||||||
|
*属性值改变事件回调
|
||||||
|
*/
|
||||||
|
onChanging: any
|
||||||
|
/**
|
||||||
|
*事件
|
||||||
|
*/
|
||||||
|
onRenderCallBackObj: object
|
||||||
|
/**
|
||||||
|
*参数字符串
|
||||||
|
*/
|
||||||
|
parameter: string
|
||||||
|
/**
|
||||||
|
*未输入值时候的提示信息
|
||||||
|
*/
|
||||||
|
placeholder: string
|
||||||
|
/**
|
||||||
|
*是否可读
|
||||||
|
*/
|
||||||
|
readOnly: boolean
|
||||||
|
/**
|
||||||
|
*修改组件值时候的回调
|
||||||
|
给一个时机出来赋值给组件的属性时候的机会自定义处理值的格式
|
||||||
|
*/
|
||||||
|
setValueCallBack: any
|
||||||
|
/**
|
||||||
|
* 鼠标移到属性编辑器显示的帮助内容
|
||||||
|
*/
|
||||||
|
title: string
|
||||||
|
/**
|
||||||
|
*类型
|
||||||
|
*/
|
||||||
|
type: string
|
||||||
}
|
}
|
||||||
/**
|
/**
|
||||||
*table渲染完成函数类型
|
*table渲染完成函数类型
|
||||||
|
@ -21525,6 +21836,17 @@ declare type OnRowDoubleClickHandle = (sender: TableViewBase,row: Row) => void
|
||||||
|
|
||||||
*/
|
*/
|
||||||
declare type OnToolButtonClickHandle = (sender: TableViewBase,row: Row,button: ButtonBase) => void
|
declare type OnToolButtonClickHandle = (sender: TableViewBase,row: Row,button: ButtonBase) => void
|
||||||
|
/**
|
||||||
|
*单元格的融合回调事件
|
||||||
|
*@param sender 事件发起者
|
||||||
|
*@param val 行实例
|
||||||
|
*@param preVal 列实例
|
||||||
|
*@param row 列实例
|
||||||
|
*@param preRow 列实例
|
||||||
|
|
||||||
|
|
||||||
|
*/
|
||||||
|
declare type onCellMergeHandle = (sender: TableViewBase,val: any,preVal: any,row: Row,preRow: Row,fieldName: string) => boolean
|
||||||
/**
|
/**
|
||||||
*列宽度大小改变回调事件
|
*列宽度大小改变回调事件
|
||||||
*@param sender 事件发起者
|
*@param sender 事件发起者
|
||||||
|
@ -23878,6 +24200,11 @@ class EchartTheme extends InvisibleBase {
|
||||||
*高德地图组件
|
*高德地图组件
|
||||||
*/
|
*/
|
||||||
class GaodeMap extends PopInputBase {
|
class GaodeMap extends PopInputBase {
|
||||||
|
/**
|
||||||
|
*是否开启搜索接口
|
||||||
|
默认值: "true",需要付费
|
||||||
|
*/
|
||||||
|
isPlaceSearch: boolean
|
||||||
|
|
||||||
/**
|
/**
|
||||||
* 得到弹出的编辑器
|
* 得到弹出的编辑器
|
||||||
|
@ -24652,9 +24979,10 @@ static share(shareInfo: any,callback: WxShareHandle): void
|
||||||
* @param appSecret 申请的秘钥
|
* @param appSecret 申请的秘钥
|
||||||
* @param orgId 单位id
|
* @param orgId 单位id
|
||||||
* @param signUrl 需要前面的地址
|
* @param signUrl 需要前面的地址
|
||||||
|
* @param callback 签名完成回调
|
||||||
|
|
||||||
*/
|
*/
|
||||||
static sign(appId: any,appSecret: any,orgId: any,signUrl: any): void
|
static sign(appId: any,appSecret: any,orgId: any,signUrl: any,callback: WxsignHandle): void
|
||||||
|
|
||||||
}
|
}
|
||||||
/**
|
/**
|
||||||
|
@ -24873,6 +25201,12 @@ declare type WxSelectFileHandle = (imageBase64: string,error: string) => void
|
||||||
|
|
||||||
*/
|
*/
|
||||||
declare type WxShareHandle = (res: any,error: string) => void
|
declare type WxShareHandle = (res: any,error: string) => void
|
||||||
|
/**
|
||||||
|
*签名回调
|
||||||
|
*@param sigData 签名的数据
|
||||||
|
|
||||||
|
*/
|
||||||
|
declare type WxsignHandle = (sigData: IWxSignData) => void
|
||||||
/**
|
/**
|
||||||
*企业微信审批查询过滤类型
|
*企业微信审批查询过滤类型
|
||||||
*/
|
*/
|
||||||
|
|
|
@ -76,25 +76,35 @@ layui.config({}).use(['element', 'zlConfig', 'zlContext', 'zltreemenu', 'zlSelec
|
||||||
}, {
|
}, {
|
||||||
type: 'checkbox',
|
type: 'checkbox',
|
||||||
fixed: 'left'
|
fixed: 'left'
|
||||||
|
}, {
|
||||||
|
field: 'CREATE_TIME_',
|
||||||
|
title: '时间',
|
||||||
|
width: 160,
|
||||||
|
sort: true
|
||||||
}, {
|
}, {
|
||||||
field: 'TASKNAME',
|
field: 'TASKNAME',
|
||||||
title: '流程名名称',
|
title: '流程名名称',
|
||||||
width: 200,
|
width: 160,
|
||||||
sort: true
|
sort: true
|
||||||
}, {
|
}, {
|
||||||
field: 'PROC_INST_ID_',
|
field: 'PROC_INST_ID_',
|
||||||
title: '流程实例ID',
|
title: '流程实例ID',
|
||||||
width: 200,
|
width: 100,
|
||||||
sort: true
|
sort: true
|
||||||
}, {
|
}, {
|
||||||
field: 'FUNCTIONNAME',
|
field: 'FUNCTIONNAME',
|
||||||
title: '流程关联的功能',
|
title: '流程关联的功能',
|
||||||
width: 200,
|
width: 150,
|
||||||
sort: true
|
sort: true
|
||||||
}, {
|
}, {
|
||||||
field: 'STATENAME',
|
field: 'STATENAME',
|
||||||
title: '当前的流程状态',
|
title: '当前的流程节点',
|
||||||
width: 200,
|
width: 160,
|
||||||
|
sort: true
|
||||||
|
}, {
|
||||||
|
field: 'ASSIGNEENAME',
|
||||||
|
title: '待处理人',
|
||||||
|
width: 160,
|
||||||
sort: true
|
sort: true
|
||||||
}, {
|
}, {
|
||||||
fixed: 'right',
|
fixed: 'right',
|
||||||
|
|
Loading…
Reference in New Issue