zzz-pc-view 0.0.113 → 0.0.115
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 +32 -32
- package/src/api/org/list +96 -96
- package/src/api/org/type/list +18 -18
- package/src/api/own +3831 -3831
- package/src/index.es.js +13648 -2
- package/src/index.umd.js +2 -1
- package/src/pcViews/components/curd/CurdViewHandler.d.ts +48 -24
- package/src/zzz-frame.css +7 -1
|
@@ -121,11 +121,7 @@ export declare class CurdViewHandler<T extends object = object> extends ZDecorat
|
|
|
121
121
|
m: (modifier?: string) => string;
|
|
122
122
|
be: (blockSuffix?: string, element?: string) => string;
|
|
123
123
|
em: (element?: string, modifier?: string) => string;
|
|
124
|
-
bm: (blockSuffix
|
|
125
|
-
* 计算属性,用于确定表单是否禁用。
|
|
126
|
-
* 当编辑器数据加载状态或保存编辑器数据加载状态为真时,表单将被禁用。
|
|
127
|
-
* 该属性是一个只读的计算属性,它会根据 `editorDataLoadStatus` 和 `saveEditorDataLoadStatus` 的值动态更新。
|
|
128
|
-
*/: string, modifier?: string) => string;
|
|
124
|
+
bm: (blockSuffix?: string, modifier?: string) => string;
|
|
129
125
|
bem: (blockSuffix?: string, element?: string, modifier?: string) => string;
|
|
130
126
|
is: {
|
|
131
127
|
(name: string, state: boolean | undefined): string;
|
|
@@ -335,11 +331,7 @@ export declare class CurdViewHandler<T extends object = object> extends ZDecorat
|
|
|
335
331
|
m: (modifier?: string) => string;
|
|
336
332
|
be: (blockSuffix?: string, element?: string) => string;
|
|
337
333
|
em: (element?: string, modifier?: string) => string;
|
|
338
|
-
bm: (blockSuffix
|
|
339
|
-
* 计算属性,用于确定表单是否禁用。
|
|
340
|
-
* 当编辑器数据加载状态或保存编辑器数据加载状态为真时,表单将被禁用。
|
|
341
|
-
* 该属性是一个只读的计算属性,它会根据 `editorDataLoadStatus` 和 `saveEditorDataLoadStatus` 的值动态更新。
|
|
342
|
-
*/: string, modifier?: string) => string;
|
|
334
|
+
bm: (blockSuffix?: string, modifier?: string) => string;
|
|
343
335
|
bem: (blockSuffix?: string, element?: string, modifier?: string) => string;
|
|
344
336
|
is: {
|
|
345
337
|
(name: string, state: boolean | undefined): string;
|
|
@@ -542,11 +534,7 @@ export declare class CurdViewHandler<T extends object = object> extends ZDecorat
|
|
|
542
534
|
m: (modifier?: string) => string;
|
|
543
535
|
be: (blockSuffix?: string, element?: string) => string;
|
|
544
536
|
em: (element?: string, modifier?: string) => string;
|
|
545
|
-
bm: (blockSuffix
|
|
546
|
-
* 计算属性,用于确定表单是否禁用。
|
|
547
|
-
* 当编辑器数据加载状态或保存编辑器数据加载状态为真时,表单将被禁用。
|
|
548
|
-
* 该属性是一个只读的计算属性,它会根据 `editorDataLoadStatus` 和 `saveEditorDataLoadStatus` 的值动态更新。
|
|
549
|
-
*/: string, modifier?: string) => string;
|
|
537
|
+
bm: (blockSuffix?: string, modifier?: string) => string;
|
|
550
538
|
bem: (blockSuffix?: string, element?: string, modifier?: string) => string;
|
|
551
539
|
is: {
|
|
552
540
|
(name: string, state: boolean | undefined): string;
|
|
@@ -756,11 +744,7 @@ export declare class CurdViewHandler<T extends object = object> extends ZDecorat
|
|
|
756
744
|
m: (modifier?: string) => string;
|
|
757
745
|
be: (blockSuffix?: string, element?: string) => string;
|
|
758
746
|
em: (element?: string, modifier?: string) => string;
|
|
759
|
-
bm: (blockSuffix
|
|
760
|
-
* 计算属性,用于确定表单是否禁用。
|
|
761
|
-
* 当编辑器数据加载状态或保存编辑器数据加载状态为真时,表单将被禁用。
|
|
762
|
-
* 该属性是一个只读的计算属性,它会根据 `editorDataLoadStatus` 和 `saveEditorDataLoadStatus` 的值动态更新。
|
|
763
|
-
*/: string, modifier?: string) => string;
|
|
747
|
+
bm: (blockSuffix?: string, modifier?: string) => string;
|
|
764
748
|
bem: (blockSuffix?: string, element?: string, modifier?: string) => string;
|
|
765
749
|
is: {
|
|
766
750
|
(name: string, state: boolean | undefined): string;
|
|
@@ -1065,7 +1049,17 @@ export declare class CurdViewHandler<T extends object = object> extends ZDecorat
|
|
|
1065
1049
|
}, {
|
|
1066
1050
|
validate: (callback?: import('element-plus').FormValidateCallback) => FormValidationResult;
|
|
1067
1051
|
validateField: (props?: import('element-plus/es/utils/typescript.mjs').Arrayable<import('element-plus').FormItemProp>, callback?: import('element-plus').FormValidateCallback) => FormValidationResult;
|
|
1068
|
-
resetFields: (props
|
|
1052
|
+
resetFields: (props
|
|
1053
|
+
/**
|
|
1054
|
+
* 自动聚焦输入框的方法。
|
|
1055
|
+
* 该方法会在编辑器打开时自动聚焦到带有 'auto-focus' 类的输入框。
|
|
1056
|
+
* 仅在有编辑的模式下生效,且需要确保编辑器表单元素和自动聚焦元素存在。
|
|
1057
|
+
*/
|
|
1058
|
+
? /**
|
|
1059
|
+
* 自动聚焦输入框的方法。
|
|
1060
|
+
* 该方法会在编辑器打开时自动聚焦到带有 'auto-focus' 类的输入框。
|
|
1061
|
+
* 仅在有编辑的模式下生效,且需要确保编辑器表单元素和自动聚焦元素存在。
|
|
1062
|
+
*/: import('element-plus/es/utils/typescript.mjs').Arrayable<import('element-plus').FormItemProp>) => void;
|
|
1069
1063
|
clearValidate: (props?: import('element-plus/es/utils/typescript.mjs').Arrayable<import('element-plus').FormItemProp>) => void;
|
|
1070
1064
|
scrollToField: (prop: import('element-plus').FormItemProp) => void;
|
|
1071
1065
|
fields: import('element-plus').FormItemContext[];
|
|
@@ -1154,7 +1148,17 @@ export declare class CurdViewHandler<T extends object = object> extends ZDecorat
|
|
|
1154
1148
|
}, "disabled" | "labelPosition" | "requireAsteriskPosition" | "labelWidth" | "labelSuffix" | "inline" | "inlineMessage" | "statusIcon" | "showMessage" | "validateOnRuleChange" | "hideRequiredAsterisk" | "scrollToError" | "validate" | "validateField" | "resetFields" | "clearValidate" | "scrollToField" | "fields"> & import('vue').ShallowUnwrapRef<{
|
|
1155
1149
|
validate: (callback?: import('element-plus').FormValidateCallback) => FormValidationResult;
|
|
1156
1150
|
validateField: (props?: import('element-plus/es/utils/typescript.mjs').Arrayable<import('element-plus').FormItemProp>, callback?: import('element-plus').FormValidateCallback) => FormValidationResult;
|
|
1157
|
-
resetFields: (props
|
|
1151
|
+
resetFields: (props
|
|
1152
|
+
/**
|
|
1153
|
+
* 自动聚焦输入框的方法。
|
|
1154
|
+
* 该方法会在编辑器打开时自动聚焦到带有 'auto-focus' 类的输入框。
|
|
1155
|
+
* 仅在有编辑的模式下生效,且需要确保编辑器表单元素和自动聚焦元素存在。
|
|
1156
|
+
*/
|
|
1157
|
+
? /**
|
|
1158
|
+
* 自动聚焦输入框的方法。
|
|
1159
|
+
* 该方法会在编辑器打开时自动聚焦到带有 'auto-focus' 类的输入框。
|
|
1160
|
+
* 仅在有编辑的模式下生效,且需要确保编辑器表单元素和自动聚焦元素存在。
|
|
1161
|
+
*/: import('element-plus/es/utils/typescript.mjs').Arrayable<import('element-plus').FormItemProp>) => void;
|
|
1158
1162
|
clearValidate: (props?: import('element-plus/es/utils/typescript.mjs').Arrayable<import('element-plus').FormItemProp>) => void;
|
|
1159
1163
|
scrollToField: (prop: import('element-plus').FormItemProp) => void;
|
|
1160
1164
|
fields: import('element-plus').FormItemContext[];
|
|
@@ -1248,7 +1252,17 @@ export declare class CurdViewHandler<T extends object = object> extends ZDecorat
|
|
|
1248
1252
|
}, {
|
|
1249
1253
|
validate: (callback?: import('element-plus').FormValidateCallback) => FormValidationResult;
|
|
1250
1254
|
validateField: (props?: import('element-plus/es/utils/typescript.mjs').Arrayable<import('element-plus').FormItemProp>, callback?: import('element-plus').FormValidateCallback) => FormValidationResult;
|
|
1251
|
-
resetFields: (props
|
|
1255
|
+
resetFields: (props
|
|
1256
|
+
/**
|
|
1257
|
+
* 自动聚焦输入框的方法。
|
|
1258
|
+
* 该方法会在编辑器打开时自动聚焦到带有 'auto-focus' 类的输入框。
|
|
1259
|
+
* 仅在有编辑的模式下生效,且需要确保编辑器表单元素和自动聚焦元素存在。
|
|
1260
|
+
*/
|
|
1261
|
+
? /**
|
|
1262
|
+
* 自动聚焦输入框的方法。
|
|
1263
|
+
* 该方法会在编辑器打开时自动聚焦到带有 'auto-focus' 类的输入框。
|
|
1264
|
+
* 仅在有编辑的模式下生效,且需要确保编辑器表单元素和自动聚焦元素存在。
|
|
1265
|
+
*/: import('element-plus/es/utils/typescript.mjs').Arrayable<import('element-plus').FormItemProp>) => void;
|
|
1252
1266
|
clearValidate: (props?: import('element-plus/es/utils/typescript.mjs').Arrayable<import('element-plus').FormItemProp>) => void;
|
|
1253
1267
|
scrollToField: (prop: import('element-plus').FormItemProp) => void;
|
|
1254
1268
|
fields: import('element-plus').FormItemContext[];
|
|
@@ -1337,7 +1351,17 @@ export declare class CurdViewHandler<T extends object = object> extends ZDecorat
|
|
|
1337
1351
|
}, "disabled" | "labelPosition" | "requireAsteriskPosition" | "labelWidth" | "labelSuffix" | "inline" | "inlineMessage" | "statusIcon" | "showMessage" | "validateOnRuleChange" | "hideRequiredAsterisk" | "scrollToError" | "validate" | "validateField" | "resetFields" | "clearValidate" | "scrollToField" | "fields"> & import('vue').ShallowUnwrapRef<{
|
|
1338
1352
|
validate: (callback?: import('element-plus').FormValidateCallback) => FormValidationResult;
|
|
1339
1353
|
validateField: (props?: import('element-plus/es/utils/typescript.mjs').Arrayable<import('element-plus').FormItemProp>, callback?: import('element-plus').FormValidateCallback) => FormValidationResult;
|
|
1340
|
-
resetFields: (props
|
|
1354
|
+
resetFields: (props
|
|
1355
|
+
/**
|
|
1356
|
+
* 自动聚焦输入框的方法。
|
|
1357
|
+
* 该方法会在编辑器打开时自动聚焦到带有 'auto-focus' 类的输入框。
|
|
1358
|
+
* 仅在有编辑的模式下生效,且需要确保编辑器表单元素和自动聚焦元素存在。
|
|
1359
|
+
*/
|
|
1360
|
+
? /**
|
|
1361
|
+
* 自动聚焦输入框的方法。
|
|
1362
|
+
* 该方法会在编辑器打开时自动聚焦到带有 'auto-focus' 类的输入框。
|
|
1363
|
+
* 仅在有编辑的模式下生效,且需要确保编辑器表单元素和自动聚焦元素存在。
|
|
1364
|
+
*/: import('element-plus/es/utils/typescript.mjs').Arrayable<import('element-plus').FormItemProp>) => void;
|
|
1341
1365
|
clearValidate: (props?: import('element-plus/es/utils/typescript.mjs').Arrayable<import('element-plus').FormItemProp>) => void;
|
|
1342
1366
|
scrollToField: (prop: import('element-plus').FormItemProp) => void;
|
|
1343
1367
|
fields: import('element-plus').FormItemContext[];
|