star-horse-lowcode 3.0.8 → 3.1.0
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/README.md +11 -1
- package/dist/App.vue.d.ts +3 -0
- package/dist/api/WebSocketUtils.d.ts +0 -3
- package/dist/api/form_utils.d.ts +7 -0
- package/dist/api/valid_utils.d.ts +2 -1
- package/dist/assets/index.css +1 -1
- package/dist/components/comp/StarHorseDataSelector.vue.d.ts +1 -58
- package/dist/components/comp/StarHorseDataView.vue.d.ts +1 -1
- package/dist/components/comp/StarHorseFormItem.vue.d.ts +1 -5
- package/dist/components/comp/StarHorseFormList.vue.d.ts +1 -7
- package/dist/components/comp/StarHorseFormTable.vue.d.ts +1 -5
- package/dist/components/comp/StarHorseItem.vue.d.ts +1 -7
- package/dist/components/comp/StarHorseStaticTable.vue.d.ts +1 -1
- package/dist/components/comp/StarHorseTableColumn.vue.d.ts +14 -4
- package/dist/components/comp/StarHorseTableComp.vue.d.ts +1 -0
- package/dist/components/comp/StarHorseTree.vue.d.ts +1 -9
- package/dist/components/comp/app/MainSubBar.vue.d.ts +1 -3
- package/dist/components/comp/app/MenuShot.vue.d.ts +15 -0
- package/dist/components/comp/items/groupItem.vue.d.ts +23 -0
- package/dist/components/comp/items/{tableColumn.vue.d.ts → tableColumnItem.vue.d.ts} +12 -2
- package/dist/components/comp/utils/DataPicker.vue.d.ts +1 -1
- package/dist/components/comp/utils/DataSelectorUtils.d.ts +23 -0
- package/dist/components/formcomp/items/area-item.vue.d.ts +1 -5
- package/dist/components/formcomp/items/audio-item.vue.d.ts +1 -5
- package/dist/components/formcomp/items/autocomplete-item.vue.d.ts +1 -5
- package/dist/components/formcomp/items/barcode-item.vue.d.ts +1 -5
- package/dist/components/formcomp/items/button-item.vue.d.ts +1 -5
- package/dist/components/formcomp/items/cascade-item.vue.d.ts +1 -5
- package/dist/components/formcomp/items/checkbox-item.vue.d.ts +1 -5
- package/dist/components/formcomp/items/color-item.vue.d.ts +1 -5
- package/dist/components/formcomp/items/cron-item.vue.d.ts +1 -5
- package/dist/components/formcomp/items/datapicker-item.vue.d.ts +1 -5
- package/dist/components/formcomp/items/datetime-item.vue.d.ts +1 -5
- package/dist/components/formcomp/items/description-item.vue.d.ts +19 -0
- package/dist/components/formcomp/items/dialog-input-item.vue.d.ts +1 -5
- package/dist/components/formcomp/items/dialog-item.vue.d.ts +1 -5
- package/dist/components/formcomp/items/divider-item.vue.d.ts +1 -5
- package/dist/components/formcomp/items/drawer-item.vue.d.ts +1 -5
- package/dist/components/formcomp/items/html-item.vue.d.ts +1 -5
- package/dist/components/formcomp/items/htmleditor-item.vue.d.ts +1 -5
- package/dist/components/formcomp/items/icon-item.vue.d.ts +1 -5
- package/dist/components/formcomp/items/image-item.vue.d.ts +1 -5
- package/dist/components/formcomp/items/index.d.ts +6 -0
- package/dist/components/formcomp/items/input-item.vue.d.ts +1 -5
- package/dist/components/formcomp/items/input-tag-item.vue.d.ts +1 -5
- package/dist/components/formcomp/items/json-array-item.vue.d.ts +1 -5
- package/dist/components/formcomp/items/json-item.vue.d.ts +1 -5
- package/dist/components/formcomp/items/link-item.vue.d.ts +19 -0
- package/dist/components/formcomp/items/location-item.vue.d.ts +19 -0
- package/dist/components/formcomp/items/markdown-item.vue.d.ts +1 -5
- package/dist/components/formcomp/items/number-item.vue.d.ts +1 -5
- package/dist/components/formcomp/items/number-range-item.vue.d.ts +1 -5
- package/dist/components/formcomp/items/org-item.vue.d.ts +19 -0
- package/dist/components/formcomp/items/page-select-item.vue.d.ts +1 -5
- package/dist/components/formcomp/items/password-item.vue.d.ts +1 -5
- package/dist/components/formcomp/items/progress-item.vue.d.ts +19 -0
- package/dist/components/formcomp/items/qrcode-item.vue.d.ts +1 -5
- package/dist/components/formcomp/items/radio-item.vue.d.ts +1 -5
- package/dist/components/formcomp/items/rate-item.vue.d.ts +1 -5
- package/dist/components/formcomp/items/select-item.vue.d.ts +1 -5
- package/dist/components/formcomp/items/signature-item.vue.d.ts +1 -5
- package/dist/components/formcomp/items/slider-item.vue.d.ts +1 -5
- package/dist/components/formcomp/items/starhorse-form-item.vue.d.ts +3 -3
- package/dist/components/formcomp/items/switch-item.vue.d.ts +1 -5
- package/dist/components/formcomp/items/tag-item.vue.d.ts +1 -5
- package/dist/components/formcomp/items/text-item.vue.d.ts +1 -5
- package/dist/components/formcomp/items/textarea-item.vue.d.ts +1 -5
- package/dist/components/formcomp/items/time-item.vue.d.ts +1 -5
- package/dist/components/formcomp/items/time-picker-item.vue.d.ts +1 -5
- package/dist/components/formcomp/items/transfer-item.vue.d.ts +1 -5
- package/dist/components/formcomp/items/tree-select-item.vue.d.ts +19 -0
- package/dist/components/formcomp/items/tselect-item.vue.d.ts +1 -5
- package/dist/components/formcomp/items/upload-item.vue.d.ts +1 -5
- package/dist/components/formcomp/items/user-item.vue.d.ts +1 -5
- package/dist/components/formcomp/items/usercomp-item.vue.d.ts +1 -5
- package/dist/components/formcomp/items/view-markdown-item.vue.d.ts +1 -5
- package/dist/components/formcomp/utils/EditDataDialog.vue.d.ts +2 -2
- package/dist/components/formcomp/utils/FormulaEngine.d.ts +129 -0
- package/dist/components/formcomp/utils/ItemRelationEventUtils.d.ts +6 -22
- package/dist/components/help.vue.d.ts +2 -2
- package/dist/components/system/StarHorseMenu.vue.d.ts +1 -3
- package/dist/components/types/ItemPreps.d.ts +4 -0
- package/dist/components/types/PageFieldInfo.d.ts +4 -0
- package/dist/index.es.js +6 -8
- package/dist/lang/en_US.d.ts +141 -0
- package/dist/lang/zh_CN.d.ts +141 -0
- package/dist/sample/commonpage/CommonSkeleton.vue.d.ts +87 -0
- package/dist/sample/commonpage/NormalPage.vue.d.ts +15 -0
- package/dist/sample/commonpage/dynamic_form_utils.d.ts +89 -0
- package/dist/store/FormDataCache.d.ts +4418 -0
- package/dist/store/StoreManager.d.ts +8837 -0
- package/dist/views/NotFound.vue.d.ts +3 -0
- package/package.json +12 -12
package/dist/lang/en_US.d.ts
CHANGED
|
@@ -149,6 +149,7 @@ declare const _default: {
|
|
|
149
149
|
"common.interfaceCallError": string;
|
|
150
150
|
"common.yes": string;
|
|
151
151
|
"common.no": string;
|
|
152
|
+
"common.help": string;
|
|
152
153
|
"common.submit": string;
|
|
153
154
|
"common.reset": string;
|
|
154
155
|
"common.submitAndContinue": string;
|
|
@@ -157,6 +158,12 @@ declare const _default: {
|
|
|
157
158
|
"common.edit": string;
|
|
158
159
|
"common.view": string;
|
|
159
160
|
"common.delete": string;
|
|
161
|
+
"common.sessionExpired": string;
|
|
162
|
+
"common.noPagePermission": string;
|
|
163
|
+
"common.fieldNameExists": string;
|
|
164
|
+
"common.copySuccess": string;
|
|
165
|
+
"common.cutSuccess": string;
|
|
166
|
+
"common.toolPanel": string;
|
|
160
167
|
/**
|
|
161
168
|
* Cron Components--------------
|
|
162
169
|
*/
|
|
@@ -345,6 +352,55 @@ declare const _default: {
|
|
|
345
352
|
"api.internationalPhone": string;
|
|
346
353
|
"api.hexColor": string;
|
|
347
354
|
"api.custom": string;
|
|
355
|
+
"api.ipv6FormatIncorrect": string;
|
|
356
|
+
"api.macFormatIncorrect": string;
|
|
357
|
+
"api.chineseOnly": string;
|
|
358
|
+
"api.numberRange": string;
|
|
359
|
+
"api.decimalFormat": string;
|
|
360
|
+
"api.decimal": string;
|
|
361
|
+
"api.positiveInteger": string;
|
|
362
|
+
"api.negativeInteger": string;
|
|
363
|
+
"api.nonNegativeInteger": string;
|
|
364
|
+
"api.positiveNumber": string;
|
|
365
|
+
"api.passwordFormat": string;
|
|
366
|
+
"api.mediumPasswordRule": string;
|
|
367
|
+
"api.timeFormat": string;
|
|
368
|
+
"api.timeFormatRule": string;
|
|
369
|
+
"api.datetimeFormat": string;
|
|
370
|
+
"api.datetimeFormatRule": string;
|
|
371
|
+
"api.portFormat": string;
|
|
372
|
+
"api.port": string;
|
|
373
|
+
"api.taxNumberFormat": string;
|
|
374
|
+
"api.taxNumber": string;
|
|
375
|
+
"api.socialCreditCodeFormat": string;
|
|
376
|
+
"api.socialCreditCode": string;
|
|
377
|
+
"api.bankCardFormat": string;
|
|
378
|
+
"api.bankCard": string;
|
|
379
|
+
"api.coordinateFormat": string;
|
|
380
|
+
"api.coordinate": string;
|
|
381
|
+
"api.semverFormat": string;
|
|
382
|
+
"api.semver": string;
|
|
383
|
+
"api.jsonFormat": string;
|
|
384
|
+
"api.base64Format": string;
|
|
385
|
+
"api.base64": string;
|
|
386
|
+
"api.uuidFormat": string;
|
|
387
|
+
"api.uuid": string;
|
|
388
|
+
"api.chinesePhoneFormat": string;
|
|
389
|
+
"api.chinesePhone": string;
|
|
390
|
+
"api.ipv6": string;
|
|
391
|
+
"api.mac": string;
|
|
392
|
+
"api.chinese": string;
|
|
393
|
+
"api.editingByOthers": string;
|
|
394
|
+
"api.fieldEditingByOthers": string;
|
|
395
|
+
"api.interfaceError": string;
|
|
396
|
+
"api.interfaceCallError2": string;
|
|
397
|
+
"api.columnNotEditable": string;
|
|
398
|
+
"api.pleaseInput2": string;
|
|
399
|
+
"api.relationDetailsMustBeArray": string;
|
|
400
|
+
"api.unhandledEvent": string;
|
|
401
|
+
"api.eventTriggerError": string;
|
|
402
|
+
"api.pleaseSelectData2": string;
|
|
403
|
+
"api.noUrlProvided": string;
|
|
348
404
|
/**
|
|
349
405
|
* Component Strings
|
|
350
406
|
*/
|
|
@@ -726,5 +782,90 @@ declare const _default: {
|
|
|
726
782
|
"displayStyle.pad": string;
|
|
727
783
|
"displayStyle.phone": string;
|
|
728
784
|
"dashboard.operationHabitsConfig": string;
|
|
785
|
+
/**
|
|
786
|
+
* Item Component Strings
|
|
787
|
+
*/
|
|
788
|
+
"item.pleaseSetValue": string;
|
|
789
|
+
"item.pleaseSignFirst": string;
|
|
790
|
+
"item.clear": string;
|
|
791
|
+
"item.undo": string;
|
|
792
|
+
"item.preview": string;
|
|
793
|
+
"item.configureButtonEvent": string;
|
|
794
|
+
"item.confirm": string;
|
|
795
|
+
"item.pleaseFillFormData": string;
|
|
796
|
+
"item.confirmToExecute": string;
|
|
797
|
+
"item.pleaseProvideApiUrl": string;
|
|
798
|
+
"item.returnDataEmpty": string;
|
|
799
|
+
"item.returnDataIsArray": string;
|
|
800
|
+
"item.pleaseProvideCode": string;
|
|
801
|
+
"item.pleaseProvideFunction": string;
|
|
802
|
+
"item.jsonEditor": string;
|
|
803
|
+
"item.designModeEdit": string;
|
|
804
|
+
"item.devModeEdit": string;
|
|
805
|
+
"item.nameLabel": string;
|
|
806
|
+
"item.valueLabel": string;
|
|
807
|
+
"item.pleaseInputContent": string;
|
|
808
|
+
"item.pleaseUploadImage": string;
|
|
809
|
+
"item.imageSizeLimit": string;
|
|
810
|
+
"item.videoSizeLimit": string;
|
|
811
|
+
"item.notSupportedOnApp": string;
|
|
812
|
+
"item.unknown": string;
|
|
813
|
+
"item.systemConfig": string;
|
|
814
|
+
"item.currentProperty": string;
|
|
815
|
+
"item.formInstance": string;
|
|
816
|
+
"item.noResult": string;
|
|
817
|
+
"item.onlyResultsAbove": string;
|
|
818
|
+
"item.resultCount": string;
|
|
819
|
+
"item.formData": string;
|
|
820
|
+
"item.formFields": string;
|
|
821
|
+
"item.userInfo": string;
|
|
822
|
+
"item.download": string;
|
|
823
|
+
"item.upload": string;
|
|
824
|
+
"item.theme": string;
|
|
825
|
+
"item.language": string;
|
|
826
|
+
"item.dataSelect": string;
|
|
827
|
+
"item.dataLoading": string;
|
|
828
|
+
"item.propertyNeedsParams": string;
|
|
829
|
+
"item.propertyNeedsParamsSuffix": string;
|
|
830
|
+
"item.uploadImage": string;
|
|
831
|
+
"item.deleteImage": string;
|
|
832
|
+
"item.searchIconPlaceholder": string;
|
|
833
|
+
"item.noContentSet": string;
|
|
834
|
+
"item.editData": string;
|
|
835
|
+
"item.crontabConfig": string;
|
|
836
|
+
/**
|
|
837
|
+
* Context Menu--------------
|
|
838
|
+
*/
|
|
839
|
+
"context.new": string;
|
|
840
|
+
"context.cut": string;
|
|
841
|
+
"context.copy": string;
|
|
842
|
+
"context.paste": string;
|
|
843
|
+
"context.selectAll": string;
|
|
844
|
+
"context.clear": string;
|
|
845
|
+
"context.preview": string;
|
|
846
|
+
"context.addComponent": string;
|
|
847
|
+
"context.selectContainer": string;
|
|
848
|
+
"context.undo": string;
|
|
849
|
+
"context.delete": string;
|
|
850
|
+
"context.properties": string;
|
|
851
|
+
"context.centerHorizontally": string;
|
|
852
|
+
"context.moveUpLayer": string;
|
|
853
|
+
"context.moveDownLayer": string;
|
|
854
|
+
"context.bringToFront": string;
|
|
855
|
+
"context.sendToBack": string;
|
|
856
|
+
"context.clearGuides": string;
|
|
857
|
+
/**
|
|
858
|
+
* WebSocket--------------
|
|
859
|
+
*/
|
|
860
|
+
"ws.notInitialized": string;
|
|
861
|
+
"ws.connecting": string;
|
|
862
|
+
"ws.connected": string;
|
|
863
|
+
"ws.closing": string;
|
|
864
|
+
"ws.closed": string;
|
|
865
|
+
"ws.unknownState": string;
|
|
866
|
+
/**
|
|
867
|
+
* Utils--------------
|
|
868
|
+
*/
|
|
869
|
+
"utils.dictNotConfigured": string;
|
|
729
870
|
};
|
|
730
871
|
export default _default;
|
package/dist/lang/zh_CN.d.ts
CHANGED
|
@@ -150,6 +150,7 @@ declare const _default: {
|
|
|
150
150
|
"common.interfaceCallError": string;
|
|
151
151
|
"common.yes": string;
|
|
152
152
|
"common.no": string;
|
|
153
|
+
"common.help": string;
|
|
153
154
|
"common.submit": string;
|
|
154
155
|
"common.reset": string;
|
|
155
156
|
"common.submitAndContinue": string;
|
|
@@ -158,6 +159,12 @@ declare const _default: {
|
|
|
158
159
|
"common.edit": string;
|
|
159
160
|
"common.view": string;
|
|
160
161
|
"common.delete": string;
|
|
162
|
+
"common.sessionExpired": string;
|
|
163
|
+
"common.noPagePermission": string;
|
|
164
|
+
"common.fieldNameExists": string;
|
|
165
|
+
"common.copySuccess": string;
|
|
166
|
+
"common.cutSuccess": string;
|
|
167
|
+
"common.toolPanel": string;
|
|
161
168
|
/**
|
|
162
169
|
* Cron组件--------------
|
|
163
170
|
*/
|
|
@@ -346,6 +353,55 @@ declare const _default: {
|
|
|
346
353
|
"api.internationalPhone": string;
|
|
347
354
|
"api.hexColor": string;
|
|
348
355
|
"api.custom": string;
|
|
356
|
+
"api.ipv6FormatIncorrect": string;
|
|
357
|
+
"api.macFormatIncorrect": string;
|
|
358
|
+
"api.chineseOnly": string;
|
|
359
|
+
"api.numberRange": string;
|
|
360
|
+
"api.decimalFormat": string;
|
|
361
|
+
"api.decimal": string;
|
|
362
|
+
"api.positiveInteger": string;
|
|
363
|
+
"api.negativeInteger": string;
|
|
364
|
+
"api.nonNegativeInteger": string;
|
|
365
|
+
"api.positiveNumber": string;
|
|
366
|
+
"api.passwordFormat": string;
|
|
367
|
+
"api.mediumPasswordRule": string;
|
|
368
|
+
"api.timeFormat": string;
|
|
369
|
+
"api.timeFormatRule": string;
|
|
370
|
+
"api.datetimeFormat": string;
|
|
371
|
+
"api.datetimeFormatRule": string;
|
|
372
|
+
"api.portFormat": string;
|
|
373
|
+
"api.port": string;
|
|
374
|
+
"api.taxNumberFormat": string;
|
|
375
|
+
"api.taxNumber": string;
|
|
376
|
+
"api.socialCreditCodeFormat": string;
|
|
377
|
+
"api.socialCreditCode": string;
|
|
378
|
+
"api.bankCardFormat": string;
|
|
379
|
+
"api.bankCard": string;
|
|
380
|
+
"api.coordinateFormat": string;
|
|
381
|
+
"api.coordinate": string;
|
|
382
|
+
"api.semverFormat": string;
|
|
383
|
+
"api.semver": string;
|
|
384
|
+
"api.jsonFormat": string;
|
|
385
|
+
"api.base64Format": string;
|
|
386
|
+
"api.base64": string;
|
|
387
|
+
"api.uuidFormat": string;
|
|
388
|
+
"api.uuid": string;
|
|
389
|
+
"api.chinesePhoneFormat": string;
|
|
390
|
+
"api.chinesePhone": string;
|
|
391
|
+
"api.ipv6": string;
|
|
392
|
+
"api.mac": string;
|
|
393
|
+
"api.chinese": string;
|
|
394
|
+
"api.editingByOthers": string;
|
|
395
|
+
"api.fieldEditingByOthers": string;
|
|
396
|
+
"api.interfaceError": string;
|
|
397
|
+
"api.interfaceCallError2": string;
|
|
398
|
+
"api.columnNotEditable": string;
|
|
399
|
+
"api.pleaseInput2": string;
|
|
400
|
+
"api.relationDetailsMustBeArray": string;
|
|
401
|
+
"api.unhandledEvent": string;
|
|
402
|
+
"api.eventTriggerError": string;
|
|
403
|
+
"api.pleaseSelectData2": string;
|
|
404
|
+
"api.noUrlProvided": string;
|
|
349
405
|
/**
|
|
350
406
|
* Component Strings
|
|
351
407
|
*/
|
|
@@ -727,5 +783,90 @@ declare const _default: {
|
|
|
727
783
|
"displayStyle.pad": string;
|
|
728
784
|
"displayStyle.phone": string;
|
|
729
785
|
"dashboard.operationHabitsConfig": string;
|
|
786
|
+
/**
|
|
787
|
+
* Item Component Strings
|
|
788
|
+
*/
|
|
789
|
+
"item.pleaseSetValue": string;
|
|
790
|
+
"item.pleaseSignFirst": string;
|
|
791
|
+
"item.clear": string;
|
|
792
|
+
"item.undo": string;
|
|
793
|
+
"item.preview": string;
|
|
794
|
+
"item.configureButtonEvent": string;
|
|
795
|
+
"item.confirm": string;
|
|
796
|
+
"item.pleaseFillFormData": string;
|
|
797
|
+
"item.confirmToExecute": string;
|
|
798
|
+
"item.pleaseProvideApiUrl": string;
|
|
799
|
+
"item.returnDataEmpty": string;
|
|
800
|
+
"item.returnDataIsArray": string;
|
|
801
|
+
"item.pleaseProvideCode": string;
|
|
802
|
+
"item.pleaseProvideFunction": string;
|
|
803
|
+
"item.jsonEditor": string;
|
|
804
|
+
"item.designModeEdit": string;
|
|
805
|
+
"item.devModeEdit": string;
|
|
806
|
+
"item.nameLabel": string;
|
|
807
|
+
"item.valueLabel": string;
|
|
808
|
+
"item.pleaseInputContent": string;
|
|
809
|
+
"item.pleaseUploadImage": string;
|
|
810
|
+
"item.imageSizeLimit": string;
|
|
811
|
+
"item.videoSizeLimit": string;
|
|
812
|
+
"item.notSupportedOnApp": string;
|
|
813
|
+
"item.unknown": string;
|
|
814
|
+
"item.systemConfig": string;
|
|
815
|
+
"item.currentProperty": string;
|
|
816
|
+
"item.formInstance": string;
|
|
817
|
+
"item.noResult": string;
|
|
818
|
+
"item.onlyResultsAbove": string;
|
|
819
|
+
"item.resultCount": string;
|
|
820
|
+
"item.formData": string;
|
|
821
|
+
"item.formFields": string;
|
|
822
|
+
"item.userInfo": string;
|
|
823
|
+
"item.download": string;
|
|
824
|
+
"item.upload": string;
|
|
825
|
+
"item.theme": string;
|
|
826
|
+
"item.language": string;
|
|
827
|
+
"item.dataSelect": string;
|
|
828
|
+
"item.dataLoading": string;
|
|
829
|
+
"item.propertyNeedsParams": string;
|
|
830
|
+
"item.propertyNeedsParamsSuffix": string;
|
|
831
|
+
"item.uploadImage": string;
|
|
832
|
+
"item.deleteImage": string;
|
|
833
|
+
"item.searchIconPlaceholder": string;
|
|
834
|
+
"item.noContentSet": string;
|
|
835
|
+
"item.editData": string;
|
|
836
|
+
"item.crontabConfig": string;
|
|
837
|
+
/**
|
|
838
|
+
* 右键菜单--------------
|
|
839
|
+
*/
|
|
840
|
+
"context.new": string;
|
|
841
|
+
"context.cut": string;
|
|
842
|
+
"context.copy": string;
|
|
843
|
+
"context.paste": string;
|
|
844
|
+
"context.selectAll": string;
|
|
845
|
+
"context.clear": string;
|
|
846
|
+
"context.preview": string;
|
|
847
|
+
"context.addComponent": string;
|
|
848
|
+
"context.selectContainer": string;
|
|
849
|
+
"context.undo": string;
|
|
850
|
+
"context.delete": string;
|
|
851
|
+
"context.properties": string;
|
|
852
|
+
"context.centerHorizontally": string;
|
|
853
|
+
"context.moveUpLayer": string;
|
|
854
|
+
"context.moveDownLayer": string;
|
|
855
|
+
"context.bringToFront": string;
|
|
856
|
+
"context.sendToBack": string;
|
|
857
|
+
"context.clearGuides": string;
|
|
858
|
+
/**
|
|
859
|
+
* WebSocket--------------
|
|
860
|
+
*/
|
|
861
|
+
"ws.notInitialized": string;
|
|
862
|
+
"ws.connecting": string;
|
|
863
|
+
"ws.connected": string;
|
|
864
|
+
"ws.closing": string;
|
|
865
|
+
"ws.closed": string;
|
|
866
|
+
"ws.unknownState": string;
|
|
867
|
+
/**
|
|
868
|
+
* 工具提示--------------
|
|
869
|
+
*/
|
|
870
|
+
"utils.dictNotConfigured": string;
|
|
730
871
|
};
|
|
731
872
|
export default _default;
|
|
@@ -0,0 +1,87 @@
|
|
|
1
|
+
declare const __VLS_export: import('vue').DefineComponent<import('vue').ExtractPropTypes<{
|
|
2
|
+
showSearch: {
|
|
3
|
+
type: BooleanConstructor;
|
|
4
|
+
default: boolean;
|
|
5
|
+
};
|
|
6
|
+
showHeader: {
|
|
7
|
+
type: BooleanConstructor;
|
|
8
|
+
default: boolean;
|
|
9
|
+
};
|
|
10
|
+
showTabs: {
|
|
11
|
+
type: BooleanConstructor;
|
|
12
|
+
default: boolean;
|
|
13
|
+
};
|
|
14
|
+
showForm: {
|
|
15
|
+
type: BooleanConstructor;
|
|
16
|
+
default: boolean;
|
|
17
|
+
};
|
|
18
|
+
showTable: {
|
|
19
|
+
type: BooleanConstructor;
|
|
20
|
+
default: boolean;
|
|
21
|
+
};
|
|
22
|
+
showPreview: {
|
|
23
|
+
type: BooleanConstructor;
|
|
24
|
+
default: boolean;
|
|
25
|
+
};
|
|
26
|
+
formRowCount: {
|
|
27
|
+
type: NumberConstructor;
|
|
28
|
+
default: number;
|
|
29
|
+
};
|
|
30
|
+
tableRowCount: {
|
|
31
|
+
type: NumberConstructor;
|
|
32
|
+
default: number;
|
|
33
|
+
};
|
|
34
|
+
previewRowCount: {
|
|
35
|
+
type: NumberConstructor;
|
|
36
|
+
default: number;
|
|
37
|
+
};
|
|
38
|
+
}>, {}, {}, {}, {}, import('vue').ComponentOptionsMixin, import('vue').ComponentOptionsMixin, {}, string, import('vue').PublicProps, Readonly<import('vue').ExtractPropTypes<{
|
|
39
|
+
showSearch: {
|
|
40
|
+
type: BooleanConstructor;
|
|
41
|
+
default: boolean;
|
|
42
|
+
};
|
|
43
|
+
showHeader: {
|
|
44
|
+
type: BooleanConstructor;
|
|
45
|
+
default: boolean;
|
|
46
|
+
};
|
|
47
|
+
showTabs: {
|
|
48
|
+
type: BooleanConstructor;
|
|
49
|
+
default: boolean;
|
|
50
|
+
};
|
|
51
|
+
showForm: {
|
|
52
|
+
type: BooleanConstructor;
|
|
53
|
+
default: boolean;
|
|
54
|
+
};
|
|
55
|
+
showTable: {
|
|
56
|
+
type: BooleanConstructor;
|
|
57
|
+
default: boolean;
|
|
58
|
+
};
|
|
59
|
+
showPreview: {
|
|
60
|
+
type: BooleanConstructor;
|
|
61
|
+
default: boolean;
|
|
62
|
+
};
|
|
63
|
+
formRowCount: {
|
|
64
|
+
type: NumberConstructor;
|
|
65
|
+
default: number;
|
|
66
|
+
};
|
|
67
|
+
tableRowCount: {
|
|
68
|
+
type: NumberConstructor;
|
|
69
|
+
default: number;
|
|
70
|
+
};
|
|
71
|
+
previewRowCount: {
|
|
72
|
+
type: NumberConstructor;
|
|
73
|
+
default: number;
|
|
74
|
+
};
|
|
75
|
+
}>> & Readonly<{}>, {
|
|
76
|
+
showSearch: boolean;
|
|
77
|
+
showHeader: boolean;
|
|
78
|
+
showTabs: boolean;
|
|
79
|
+
showForm: boolean;
|
|
80
|
+
showTable: boolean;
|
|
81
|
+
showPreview: boolean;
|
|
82
|
+
formRowCount: number;
|
|
83
|
+
tableRowCount: number;
|
|
84
|
+
previewRowCount: number;
|
|
85
|
+
}, {}, {}, {}, string, import('vue').ComponentProvideOptions, true, {}, any>;
|
|
86
|
+
declare const _default: typeof __VLS_export;
|
|
87
|
+
export default _default;
|
|
@@ -0,0 +1,15 @@
|
|
|
1
|
+
declare const __VLS_export: import('vue').DefineComponent<import('vue').ExtractPropTypes<{
|
|
2
|
+
param: {
|
|
3
|
+
type: StringConstructor;
|
|
4
|
+
required: true;
|
|
5
|
+
};
|
|
6
|
+
}>, {
|
|
7
|
+
refreshForm: () => Promise<void>;
|
|
8
|
+
}, {}, {}, {}, import('vue').ComponentOptionsMixin, import('vue').ComponentOptionsMixin, {}, string, import('vue').PublicProps, Readonly<import('vue').ExtractPropTypes<{
|
|
9
|
+
param: {
|
|
10
|
+
type: StringConstructor;
|
|
11
|
+
required: true;
|
|
12
|
+
};
|
|
13
|
+
}>> & Readonly<{}>, {}, {}, {}, {}, string, import('vue').ComponentProvideOptions, true, {}, any>;
|
|
14
|
+
declare const _default: typeof __VLS_export;
|
|
15
|
+
export default _default;
|
|
@@ -0,0 +1,89 @@
|
|
|
1
|
+
import { ApiUrls, SearchFields, PageFieldInfo } from '../../components/types';
|
|
2
|
+
export interface FormDataProp {
|
|
3
|
+
/**
|
|
4
|
+
* 主键
|
|
5
|
+
*/
|
|
6
|
+
primaryKey: string;
|
|
7
|
+
/**
|
|
8
|
+
* 表单验证规则
|
|
9
|
+
*/
|
|
10
|
+
rules: Record<string, any>;
|
|
11
|
+
/**
|
|
12
|
+
* 是否有数据
|
|
13
|
+
*/
|
|
14
|
+
hasData: boolean;
|
|
15
|
+
/**
|
|
16
|
+
* 属性映射关系
|
|
17
|
+
*/
|
|
18
|
+
fieldMappingList: Array<any>;
|
|
19
|
+
/**
|
|
20
|
+
* 数据源
|
|
21
|
+
*/
|
|
22
|
+
dataSource: Record<string, any>;
|
|
23
|
+
/**
|
|
24
|
+
* 日期属性
|
|
25
|
+
*/
|
|
26
|
+
dateFields: string[];
|
|
27
|
+
/**
|
|
28
|
+
* 关联表
|
|
29
|
+
*/
|
|
30
|
+
relationTables: Record<string, any>;
|
|
31
|
+
/**
|
|
32
|
+
* 接口地址
|
|
33
|
+
*/
|
|
34
|
+
dataUrl: ApiUrls | any;
|
|
35
|
+
/**
|
|
36
|
+
* 错误日志
|
|
37
|
+
*/
|
|
38
|
+
errorMsg: string;
|
|
39
|
+
/**
|
|
40
|
+
* 搜索属性
|
|
41
|
+
*/
|
|
42
|
+
searchFormData: SearchFields;
|
|
43
|
+
/**
|
|
44
|
+
* 表单属性
|
|
45
|
+
*/
|
|
46
|
+
tableFieldList: PageFieldInfo;
|
|
47
|
+
/**
|
|
48
|
+
* 流程节点
|
|
49
|
+
*/
|
|
50
|
+
processDefineNodes: Array<any>;
|
|
51
|
+
}
|
|
52
|
+
/**
|
|
53
|
+
* 获取动态表单数据
|
|
54
|
+
* @param formId
|
|
55
|
+
*/
|
|
56
|
+
export declare const loadDynamicFormData: (formId: string, itemType?: string) => Promise<FormDataProp>;
|
|
57
|
+
/**
|
|
58
|
+
* 获取业务数据
|
|
59
|
+
* @param url
|
|
60
|
+
* @param businessKeyValue
|
|
61
|
+
*/
|
|
62
|
+
export declare function loadBusinessData(url: ApiUrls, businessKeyValue: string): Promise<{
|
|
63
|
+
data: any;
|
|
64
|
+
error: string;
|
|
65
|
+
}>;
|
|
66
|
+
/**
|
|
67
|
+
* 获取视图属性
|
|
68
|
+
* @param param 视图Token
|
|
69
|
+
*/
|
|
70
|
+
export declare function viewColumns(param: string): Promise<{
|
|
71
|
+
formDatas: any;
|
|
72
|
+
columns: any;
|
|
73
|
+
}>;
|
|
74
|
+
/**
|
|
75
|
+
* 获取视图列表
|
|
76
|
+
* @param viewToken
|
|
77
|
+
* @param currentPage
|
|
78
|
+
* @param pageSize
|
|
79
|
+
* @param conditions
|
|
80
|
+
*/
|
|
81
|
+
export declare function viewDataList(viewToken: string, currentPage: number, pageSize: number, conditions: any): Promise<{
|
|
82
|
+
viewDatas: any;
|
|
83
|
+
error: any;
|
|
84
|
+
}>;
|
|
85
|
+
/**
|
|
86
|
+
* 将sql类型转换为组件
|
|
87
|
+
* @param type
|
|
88
|
+
*/
|
|
89
|
+
export declare function sqlTypeConvertCompType(type: string): "datetime" | "input" | "number";
|