halo-pc 1.0.49 → 1.0.51
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/esm/{@types/CreatePcOptions.d.ts → @type/PcOptions.d.ts} +4 -1
- package/esm/@type/index.d.ts +7 -0
- package/esm/{coms → comp}/business/@types/index.d.ts +0 -1
- package/esm/{coms → comp}/business/Drawer.vue.d.ts +3 -1
- package/esm/comp/business/Feedback.vue.d.ts +98 -0
- package/esm/{coms → comp}/business/index.d.ts +2 -3
- package/esm/{coms/commons → comp/common}/Captcha.vue.d.ts +5 -1
- package/esm/{coms/commons → comp/common}/Table.vue.d.ts +6 -3
- package/esm/comp/common/index.d.ts +4 -0
- package/esm/{coms/controls → comp/control}/Cascader.vue.d.ts +3 -1
- package/esm/{coms/controls → comp/control}/Compare.vue.d.ts +3 -1
- package/esm/{coms/controls → comp/control}/Index.vue.d.ts +3 -1
- package/esm/{coms/controls → comp/control}/RichText.vue.d.ts +1 -1
- package/esm/{coms/controls → comp/control}/Select.vue.d.ts +3 -1
- package/esm/{coms/controls → comp/control}/Upload.vue.d.ts +3 -1
- package/esm/comp/driver/Crud.vue.d.ts +766 -0
- package/esm/comp/driver/Index.vue.d.ts +1438 -0
- package/esm/comp/driver/Picker.vue.d.ts +108 -0
- package/esm/comp/driver/index.d.ts +4 -0
- package/esm/{coms/globals → comp/global}/@types/WindowOptions.d.ts +1 -1
- package/esm/comp/global/HeaderTab.vue.d.ts +17 -0
- package/esm/comp/global/Menu.vue.d.ts +336 -0
- package/esm/comp/global/MenuItem.vue.d.ts +259 -0
- package/esm/comp/global/Window.vue.d.ts +32 -0
- package/esm/comp/global/index.d.ts +7 -0
- package/esm/{coms/headers → comp/header}/@types/ChangeProps.d.ts +1 -1
- package/esm/{coms/headers → comp/header}/@types/HeaderProps.d.ts +0 -1
- package/esm/{coms/headers → comp/header}/@types/index.d.ts +0 -1
- package/esm/comp/header/HeaderRight.vue.d.ts +28 -0
- package/esm/comp/index.d.ts +12 -0
- package/esm/comp/layout/@types/DesktopDialog.d.ts +48 -0
- package/esm/comp/layout/@types/index.d.ts +2 -0
- package/esm/comp/layout/Desktop.vue.d.ts +111 -0
- package/esm/comp/layout/Index.vue.d.ts +491 -0
- package/esm/comp/layout/Side.vue.d.ts +25 -0
- package/esm/comp/layout/Top.vue.d.ts +358 -0
- package/esm/{coms/lists → comp/list}/@types/ListProps.d.ts +1 -1
- package/esm/comp/list/Racebar.vue.d.ts +39 -0
- package/esm/comp/list/Statistic.vue.d.ts +39 -0
- package/esm/{coms/lists → comp/list}/Stock.vue.d.ts +3 -1
- package/esm/{coms/lists → comp/list}/Tree.vue.d.ts +11 -4
- package/esm/{coms/pages → comp/page}/Column.vue.d.ts +1 -1
- package/esm/{coms/pages → comp/page}/Custom.vue.d.ts +5 -5
- package/esm/{coms/pages → comp/page}/List.vue.d.ts +7 -5
- package/esm/comp/page/Paging.vue.d.ts +63 -0
- package/esm/{coms/pages → comp/page}/Single.vue.d.ts +4 -4
- package/esm/{coms/pagings → comp/paging}/@types/PagingProps.d.ts +1 -1
- package/esm/{coms/pagings → comp/paging}/@types/SearchHeaderProps.d.ts +1 -1
- package/esm/comp/paging/Article.vue.d.ts +50 -0
- package/esm/{coms/pagings → comp/paging}/DataExport.vue.d.ts +3 -1
- package/esm/{coms/pagings → comp/paging}/Index.vue.d.ts +6 -4
- package/esm/{coms/pagings → comp/paging}/SearchForm.vue.d.ts +5 -2
- package/esm/{coms/pagings → comp/paging}/SearchHeader.vue.d.ts +7 -2
- package/esm/comp/paging/Table.vue.d.ts +584 -0
- package/esm/{coms/panels → comp/panel}/Operation.vue.d.ts +3 -1
- package/esm/{coms/panels → comp/panel}/Panel.vue.d.ts +1 -1
- package/esm/{coms/partials → comp/partial}/@types/PagingHeaderProps.d.ts +1 -1
- package/esm/{coms/searches → comp/search}/Select.vue.d.ts +3 -1
- package/esm/comp/single/@types/SingleEmit.d.ts +13 -0
- package/esm/{coms/singles → comp/single}/@types/SingleProps.d.ts +1 -1
- package/esm/{coms/singles → comp/single}/@types/index.d.ts +1 -0
- package/esm/{coms/singles → comp/single}/Index.vue.d.ts +4 -2
- package/esm/{coms/singles → comp/single}/Normal.vue.d.ts +5 -2
- package/esm/comp/single/Table.vue.d.ts +505 -0
- package/esm/{coms/singles → comp/single}/Tree.vue.d.ts +5 -2
- package/esm/{coms/texts → comp/text}/Autocomplete.vue.d.ts +1 -1
- package/esm/{coms/texts → comp/text}/CSharp.vue.d.ts +1 -1
- package/esm/{coms/texts → comp/text}/Cascader.vue.d.ts +1 -1
- package/esm/{coms/texts → comp/text}/Checkbox.vue.d.ts +1 -1
- package/esm/{coms/texts → comp/text}/Code.vue.d.ts +1 -1
- package/esm/{coms/texts → comp/text}/Color.vue.d.ts +1 -1
- package/esm/{coms/texts → comp/text}/Compare.vue.d.ts +1 -1
- package/esm/{coms/texts → comp/text}/Copy.vue.d.ts +1 -1
- package/esm/{coms/texts → comp/text}/Date.vue.d.ts +1 -1
- package/esm/{coms/texts → comp/text}/DateRange.vue.d.ts +1 -1
- package/esm/{coms/texts → comp/text}/DateTime.vue.d.ts +1 -1
- package/esm/{coms/texts → comp/text}/Decimal.vue.d.ts +1 -1
- package/esm/{coms/texts → comp/text}/Dictionary.vue.d.ts +1 -1
- package/esm/{coms/texts → comp/text}/Email.vue.d.ts +1 -1
- package/esm/{coms/texts → comp/text}/Index.vue.d.ts +1 -1
- package/esm/{coms/texts → comp/text}/Int.vue.d.ts +1 -1
- package/esm/{coms/texts → comp/text}/Markdown.vue.d.ts +1 -1
- package/esm/{coms/texts → comp/text}/Month.vue.d.ts +1 -1
- package/esm/{coms/texts → comp/text}/Password.vue.d.ts +1 -1
- package/esm/{coms/texts → comp/text}/Progress.vue.d.ts +1 -1
- package/esm/{coms/texts → comp/text}/Radio.vue.d.ts +1 -1
- package/esm/comp/text/Rate.vue.d.ts +14 -0
- package/esm/{coms/texts → comp/text}/RichText.vue.d.ts +1 -1
- package/esm/{coms/texts → comp/text}/Select.vue.d.ts +1 -1
- package/esm/{coms/texts → comp/text}/Switch.vue.d.ts +1 -1
- package/esm/{coms/texts → comp/text}/Text.vue.d.ts +4 -2
- package/esm/{coms/texts → comp/text}/TextLink.vue.d.ts +1 -1
- package/esm/{coms/texts → comp/text}/Textarea.vue.d.ts +1 -1
- package/esm/{coms/texts → comp/text}/Upload.vue.d.ts +1 -1
- package/esm/{coms/texts → comp/text}/Year.vue.d.ts +1 -1
- package/esm/{drivers → driver}/index.d.ts +1 -1
- package/esm/{drivers/messengers → driver/messenger}/PcMessenger.d.ts +2 -2
- package/esm/factory/Drivers.d.ts +6 -0
- package/esm/factory/Factories.d.ts +6 -0
- package/esm/factory/I18ns.d.ts +6 -0
- package/esm/factory/Repos.d.ts +11 -0
- package/esm/factory/Svcs.d.ts +46 -0
- package/esm/factory/Utilities.d.ts +3 -0
- package/esm/factory/Utils.d.ts +6 -0
- package/esm/factory/index.d.ts +7 -0
- package/esm/main.d.ts +3 -7
- package/esm/{api/UploadApi.d.ts → repo/UploadRepo.d.ts} +2 -2
- package/esm/repo/index.d.ts +1 -0
- package/esm/{svcs → svc}/ComponentSvc.d.ts +1 -1
- package/esm/{svcs → svc}/ControlSvc.d.ts +1 -1
- package/esm/{svcs → svc}/ModuleSvc.d.ts +1 -1
- package/esm/{svcs → svc}/PageSvc.d.ts +1 -1
- package/esm/{svcs → svc}/RouterSvc.d.ts +1 -1
- package/esm/svc/index.d.ts +8 -0
- package/esm/{views/helps → view/help}/Install.vue.d.ts +3 -1
- package/esm/{views/logins → view/sso}/Index.vue.d.ts +5 -1
- package/esm/view/sso/Register.vue.d.ts +34 -0
- package/package.json +17 -17
- package/dist/Article-B4W1yDus.js +0 -200
- package/dist/ArticleFooter-BZmGzE4z.js +0 -85
- package/dist/Autocomplete-B691jOqv.js +0 -55
- package/dist/Autocomplete-CLYzsHIy.js +0 -54
- package/dist/Autocomplete-DXKXgbu8.js +0 -27
- package/dist/CSharp-Bu5b_AQ5.js +0 -27
- package/dist/Calender-Df0eBgXW.js +0 -10
- package/dist/Callback-Bk7xDeWh.js +0 -26
- package/dist/Cascader-Bn5tdkyk.js +0 -47
- package/dist/Cascader-CCv6R_xq.js +0 -87
- package/dist/Checkbox-DJTNEds9.js +0 -27
- package/dist/Checkbox-l-dw3I-D.js +0 -76
- package/dist/Code-BIJ8L9XB.js +0 -4
- package/dist/Code-CC0_bYUf.js +0 -60
- package/dist/Code-DSskK7CQ.js +0 -42
- package/dist/Code-DzZ4UNYj.js +0 -30
- package/dist/Code.vue_vue_type_style_index_0_lang-B69Ar-BV.js +0 -65
- package/dist/Color-CfXtJFUo.js +0 -22
- package/dist/Color-Da69pnQg.js +0 -34
- package/dist/Column-Ct-WeomE.js +0 -75
- package/dist/Comment-WXfnUXm0.js +0 -106
- package/dist/Compare-C7wrM-XA.js +0 -43
- package/dist/Compare-slAZvFE_.js +0 -63
- package/dist/Copy-Djf4freJ.js +0 -49
- package/dist/Custom-D-E5y5Vg.js +0 -55
- package/dist/DataExport-TrGLjcqQ.js +0 -4
- package/dist/DataExport.vue_vue_type_script_setup_true_lang-BRI71FyH.js +0 -114
- package/dist/DataImport-rcDmGVKS.js +0 -4
- package/dist/DataImport.vue_vue_type_script_setup_true_lang-BajrFerF.js +0 -178
- package/dist/Date-7EWMEODI.js +0 -27
- package/dist/Date-Dc2vK9Yv.js +0 -43
- package/dist/DateRange-DrYK_l0Y.js +0 -19
- package/dist/DateRange-Uli5eOZ5.js +0 -63
- package/dist/DateTime-C-XhFPb0.js +0 -27
- package/dist/DateTime-DfUXtsBX.js +0 -44
- package/dist/DateTimeRange-CnITxfZ9.js +0 -67
- package/dist/Daterange-CPJSBRvr.js +0 -63
- package/dist/Decimal-BtQpSIJR.js +0 -27
- package/dist/Decimal-C38-N54B.js +0 -36
- package/dist/Delete-r-qTGBEE.js +0 -62
- package/dist/Detail-D77pFe-2.js +0 -75
- package/dist/Dictionary-ICeLwv7E.js +0 -61
- package/dist/Email-BKW9GRcH.js +0 -19
- package/dist/Email-BanDj216.js +0 -54
- package/dist/File-BrXieip7.js +0 -164
- package/dist/Image-D_5kTXKm.js +0 -9
- package/dist/Index-BMBm5j5X.js +0 -4
- package/dist/Index-BQmAD1mw.js +0 -4
- package/dist/Index-Bov1OTEP.js +0 -4
- package/dist/Index-Ceu5HCjk.js +0 -4
- package/dist/Index-CsxTOaw6.js +0 -76
- package/dist/Index-Ddz9mcly.js +0 -4
- package/dist/Index-DhShUw_y.js +0 -4
- package/dist/Index-wHW-zG4G.js +0 -179
- package/dist/Index.vue_vue_type_script_setup_true_lang-BlpCvZBC.js +0 -86
- package/dist/Index.vue_vue_type_script_setup_true_lang-C_KWQFHN.js +0 -72
- package/dist/Install-DhWWbGRi.js +0 -135
- package/dist/Int-B-t8edhd.js +0 -19
- package/dist/Int-BELzPmec.js +0 -47
- package/dist/Int-BZkW-0JA.js +0 -44
- package/dist/List-9r5PDoSS.js +0 -77
- package/dist/Maintaince-CMitKNaf.js +0 -20
- package/dist/Markdown-BzMP3m7o.js +0 -37
- package/dist/Markdown-C8urG88V.js +0 -27
- package/dist/Month-BNp70T17.js +0 -44
- package/dist/Month-CK5GNwwH.js +0 -27
- package/dist/Month-D4gy17OL.js +0 -43
- package/dist/Normal-Cvx8228I.js +0 -266
- package/dist/Paging-B3l_nJHf.js +0 -100
- package/dist/PagingHeader-CYOKAeGS.js +0 -149
- package/dist/PagingRow-vv6z6G0t.js +0 -73
- package/dist/Password-DuyYEgzR.js +0 -55
- package/dist/Password-yHtlY-Qa.js +0 -24
- package/dist/Progress-C3D821AQ.js +0 -34
- package/dist/Progress-CKVzMO-W.js +0 -25
- package/dist/Racebar-B4Q4oVfM.js +0 -170
- package/dist/Radio-DA8B5Rlh.js +0 -27
- package/dist/Radio-DkcBKBvX.js +0 -47
- package/dist/Rate-B7jKTFKT.js +0 -34
- package/dist/Rate-BmC4gw_0.js +0 -34
- package/dist/Register-BaFqs8vX.js +0 -202
- package/dist/RichText-Bk0Msyhl.js +0 -22
- package/dist/RichText-TV3ZnykX.js +0 -47
- package/dist/SearchForm-zVUHuxiR.js +0 -4
- package/dist/SearchForm.vue_vue_type_style_index_0_lang-BvwtZSIf.js +0 -148
- package/dist/SearchHeader-Dqr5IKuO.js +0 -4
- package/dist/SearchHeader.vue_vue_type_style_index_0_lang-DjpC03Al.js +0 -60
- package/dist/Select-51pxexYZ.js +0 -27
- package/dist/Select-BvRI4zbF.js +0 -123
- package/dist/Select-CUvvvGNn.js +0 -86
- package/dist/Single-BtAJSJLK.js +0 -325
- package/dist/Statistic-CQ2oA1vm.js +0 -159
- package/dist/Statistic-Dxa-CZ8G.js +0 -78
- package/dist/Stock-DF5yBa1X.js +0 -4
- package/dist/Stock-DylT7df9.js +0 -30
- package/dist/Stock.vue_vue_type_style_index_0_lang-BpgVbCj-.js +0 -304
- package/dist/Switch-CGcPpvTj.js +0 -27
- package/dist/Switch-DhFaku5L.js +0 -50
- package/dist/Table-1R7b4wsF.js +0 -247
- package/dist/Table-BlciJJMu.js +0 -323
- package/dist/Text-Bx46Fcln.js +0 -58
- package/dist/Text-CA8i8QjK.js +0 -4
- package/dist/Text-Dv_w46l8.js +0 -54
- package/dist/Text.vue_vue_type_style_index_0_lang-CfmQxBpy.js +0 -59
- package/dist/TextLink-CQj0ytVR.js +0 -65
- package/dist/Textarea-D6VcTq4G.js +0 -28
- package/dist/Textarea-D9TgF9ig.js +0 -37
- package/dist/Time-WN0VMSgh.js +0 -43
- package/dist/Timeline-DckHQQHw.js +0 -61
- package/dist/Tree-BWxBxlZN.js +0 -125
- package/dist/Tree-DHwhhXMP.js +0 -298
- package/dist/TreeNode-CeXU-uB1.js +0 -43
- package/dist/Tree_Old-h__WmqFA.js +0 -11
- package/dist/Update-Ct44IN2J.js +0 -70
- package/dist/UpdateChild-Bo6yZ12Y.js +0 -92
- package/dist/Upload-CfRc8s-c.js +0 -71
- package/dist/Upload-Dui004Aq.js +0 -150
- package/dist/Year-CgsNE-M5.js +0 -27
- package/dist/Year-oJxibej6.js +0 -47
- package/dist/assets/clipboard-DjQPoCBJ.js +0 -501
- package/dist/assets/clone-BZn0cTAu.js +0 -134
- package/dist/assets/element-plus-CT-3dawQ.js +0 -497
- package/dist/assets/file-saver-CwlpTZSc.js +0 -74
- package/dist/assets/intro.js-Cg1adLK7.js +0 -1142
- package/dist/assets/liquidjs-BfOWWjtJ.js +0 -2907
- package/dist/assets/moment-h96o7c8I.js +0 -2578
- package/dist/assets/sprintf-js-BPTdvBYM.js +0 -148
- package/dist/assets/underscore-B0BCaBxV.js +0 -1070
- package/dist/assets/underscore.string-DVXD2SZo.js +0 -425
- package/dist/assets/util-deprecate-Dzun97re.js +0 -28
- package/dist/main-BJRpvr2g.js +0 -10974
- package/dist/main.js +0 -166
- package/dist/style.css +0 -1
- package/esm/@types/index.d.ts +0 -1
- package/esm/api/QueryApi.d.ts +0 -10
- package/esm/api/index.d.ts +0 -3
- package/esm/coms/business/@types/CrudProps.d.ts +0 -22
- package/esm/coms/business/@types/DriverProps.d.ts +0 -58
- package/esm/coms/business/@types/FormProps.d.ts +0 -5
- package/esm/coms/business/Crud.vue.d.ts +0 -22
- package/esm/coms/business/Driver.vue.d.ts +0 -38
- package/esm/coms/business/Feedback.vue.d.ts +0 -8
- package/esm/coms/business/Form.vue.d.ts +0 -18
- package/esm/coms/business/Welcome.vue.d.ts +0 -8
- package/esm/coms/business/types/CrudProps.d.ts +0 -22
- package/esm/coms/business/types/DrawerProps.d.ts +0 -14
- package/esm/coms/business/types/DriverProps.d.ts +0 -63
- package/esm/coms/business/types/FormProps.d.ts +0 -18
- package/esm/coms/business/types/index.d.ts +0 -5
- package/esm/coms/commons/@types/TableProps.d.ts +0 -21
- package/esm/coms/commons/@types/index.d.ts +0 -1
- package/esm/coms/commons/Spinner.vue.d.ts +0 -20
- package/esm/coms/commons/index.d.ts +0 -7
- package/esm/coms/commons/types/TableProps.d.ts +0 -22
- package/esm/coms/commons/types/index.d.ts +0 -2
- package/esm/coms/controls/types/ControlProps.d.ts +0 -26
- package/esm/coms/controls/types/index.d.ts +0 -2
- package/esm/coms/drivers/@types/CrudProps.d.ts +0 -21
- package/esm/coms/drivers/@types/DriverBaseProps.d.ts +0 -13
- package/esm/coms/drivers/@types/DriverEmit.d.ts +0 -17
- package/esm/coms/drivers/@types/DriverFormProps.d.ts +0 -14
- package/esm/coms/drivers/@types/DriverKindEmit.d.ts +0 -17
- package/esm/coms/drivers/@types/DriverProps.d.ts +0 -28
- package/esm/coms/drivers/@types/KindFormProps.d.ts +0 -16
- package/esm/coms/drivers/@types/KindProps.d.ts +0 -20
- package/esm/coms/drivers/@types/index.d.ts +0 -5
- package/esm/coms/drivers/Crud.vue.d.ts +0 -30
- package/esm/coms/drivers/Index.vue.d.ts +0 -115
- package/esm/coms/drivers/Kind.vue.d.ts +0 -34
- package/esm/coms/drivers/index.d.ts +0 -5
- package/esm/coms/globals/HeaderTab.vue.d.ts +0 -27
- package/esm/coms/globals/HeaderTabs.vue.d.ts +0 -24
- package/esm/coms/globals/Menu.vue.d.ts +0 -77
- package/esm/coms/globals/MenuItem.vue.d.ts +0 -76
- package/esm/coms/globals/SideTabs.vue.d.ts +0 -25
- package/esm/coms/globals/Window.vue.d.ts +0 -68
- package/esm/coms/globals/index.d.ts +0 -9
- package/esm/coms/globals/types/WindowOptions.d.ts +0 -38
- package/esm/coms/globals/types/WindowProps.d.ts +0 -27
- package/esm/coms/globals/types/index.d.ts +0 -3
- package/esm/coms/headers/@types/TipsProps.d.ts +0 -10
- package/esm/coms/headers/Debugger.vue.d.ts +0 -2
- package/esm/coms/headers/HeaderRight.vue.d.ts +0 -8
- package/esm/coms/headers/Tips.vue.d.ts +0 -3
- package/esm/coms/index.d.ts +0 -12
- package/esm/coms/layouts/@types/index.d.ts +0 -1
- package/esm/coms/layouts/Desktop.vue.d.ts +0 -2
- package/esm/coms/layouts/Index.vue.d.ts +0 -28
- package/esm/coms/layouts/Side.vue.d.ts +0 -23
- package/esm/coms/layouts/Top.vue.d.ts +0 -5
- package/esm/coms/layouts/types/ITaskBar.d.ts +0 -6
- package/esm/coms/layouts/types/index.d.ts +0 -2
- package/esm/coms/lists/Racebar.vue.d.ts +0 -9
- package/esm/coms/lists/Statistic.vue.d.ts +0 -9
- package/esm/coms/lists/types/ListProps.d.ts +0 -15
- package/esm/coms/lists/types/index.d.ts +0 -2
- package/esm/coms/pages/@types/KeyboardType.d.ts +0 -8
- package/esm/coms/pages/Paging.vue.d.ts +0 -17
- package/esm/coms/pages/types/ColumnPageProps.d.ts +0 -11
- package/esm/coms/pages/types/CustomPageProps.d.ts +0 -11
- package/esm/coms/pages/types/DeletePageProps.d.ts +0 -15
- package/esm/coms/pages/types/KeyboardType.d.ts +0 -8
- package/esm/coms/pages/types/ListPageProps.d.ts +0 -15
- package/esm/coms/pages/types/PageEmit.d.ts +0 -22
- package/esm/coms/pages/types/PageProps.d.ts +0 -14
- package/esm/coms/pages/types/PagingPageProps.d.ts +0 -15
- package/esm/coms/pages/types/SchemaProps.d.ts +0 -30
- package/esm/coms/pages/types/SinglePageProps.d.ts +0 -15
- package/esm/coms/pages/types/index.d.ts +0 -11
- package/esm/coms/pagings/@types/SearchFooterProps.d.ts +0 -10
- package/esm/coms/pagings/Article.vue.d.ts +0 -19
- package/esm/coms/pagings/SearchFooter.vue.d.ts +0 -19
- package/esm/coms/pagings/Table.vue.d.ts +0 -24
- package/esm/coms/pagings/types/PagingProps.d.ts +0 -11
- package/esm/coms/pagings/types/index.d.ts +0 -2
- package/esm/coms/panels/types/OperationProps.d.ts +0 -10
- package/esm/coms/panels/types/index.d.ts +0 -2
- package/esm/coms/partials/types/ArticleFooterEmit.d.ts +0 -26
- package/esm/coms/partials/types/DetailEmit.d.ts +0 -18
- package/esm/coms/partials/types/DetailProps.d.ts +0 -22
- package/esm/coms/partials/types/PagingHeaderEmit.d.ts +0 -34
- package/esm/coms/partials/types/PagingHeaderProps.d.ts +0 -30
- package/esm/coms/partials/types/PagingRowEmit.d.ts +0 -26
- package/esm/coms/partials/types/PagingRowProps.d.ts +0 -22
- package/esm/coms/partials/types/TreeNodeProps.d.ts +0 -22
- package/esm/coms/partials/types/UpdateChildEmit.d.ts +0 -22
- package/esm/coms/partials/types/UpdateChildProps.d.ts +0 -22
- package/esm/coms/partials/types/UpdateEmit.d.ts +0 -14
- package/esm/coms/partials/types/UpdateProps.d.ts +0 -22
- package/esm/coms/partials/types/index.d.ts +0 -13
- package/esm/coms/searches/types/SearchProps.d.ts +0 -10
- package/esm/coms/searches/types/index.d.ts +0 -2
- package/esm/coms/singles/Table.vue.d.ts +0 -13
- package/esm/coms/singles/types/SingleProps.d.ts +0 -15
- package/esm/coms/singles/types/index.d.ts +0 -2
- package/esm/coms/texts/Rate.vue.d.ts +0 -14
- package/esm/plugins/PcMessenger.d.ts +0 -35
- package/esm/plugins/index.d.ts +0 -4
- package/esm/repos/QueryApi.d.ts +0 -10
- package/esm/repos/UploadApi.d.ts +0 -9
- package/esm/repos/index.d.ts +0 -1
- package/esm/svcs/PcI18nSvc.d.ts +0 -15
- package/esm/svcs/StandardSvc.d.ts +0 -40
- package/esm/svcs/Svcs.d.ts +0 -11
- package/esm/svcs/WindowSvc.d.ts +0 -26
- package/esm/svcs/index.d.ts +0 -24
- package/esm/types/CreatePcOptions.d.ts +0 -15
- package/esm/types/index.d.ts +0 -2
- package/esm/views/logins/Register.vue.d.ts +0 -2
- package/esm/views/sso/Callback.vue.d.ts +0 -2
- package/esm/views/sso/Index.vue.d.ts +0 -2
- package/esm/views/sso/Register.vue.d.ts +0 -2
- /package/esm/{coms → comp}/business/@types/DrawerProps.d.ts +0 -0
- /package/esm/{coms → comp}/business/Condition.vue.d.ts +0 -0
- /package/esm/{coms → comp}/business/Switch.vue.d.ts +0 -0
- /package/esm/{coms/commons → comp/common}/Debug.vue.d.ts +0 -0
- /package/esm/{coms/commons → comp/common}/Editable.vue.d.ts +0 -0
- /package/esm/{coms/commons → comp/common}/Loading.vue.d.ts +0 -0
- /package/esm/{coms/commons → comp/common}/MouseContext.vue.d.ts +0 -0
- /package/esm/{coms/commons → comp/common}/Particles.vue.d.ts +0 -0
- /package/esm/{coms/commons → comp/common}/Resizer.vue.d.ts +0 -0
- /package/esm/{coms/commons → comp/common}/TableColumn.vue.d.ts +0 -0
- /package/esm/{coms/controls → comp/control}/@types/ControlProps.d.ts +0 -0
- /package/esm/{coms/controls → comp/control}/@types/index.d.ts +0 -0
- /package/esm/{coms/controls → comp/control}/Autocomplete.vue.d.ts +0 -0
- /package/esm/{coms/controls → comp/control}/Checkbox.vue.d.ts +0 -0
- /package/esm/{coms/controls → comp/control}/Code.vue.d.ts +0 -0
- /package/esm/{coms/controls → comp/control}/Color.vue.d.ts +0 -0
- /package/esm/{coms/controls → comp/control}/Date.vue.d.ts +0 -0
- /package/esm/{coms/controls → comp/control}/DateRange.vue.d.ts +0 -0
- /package/esm/{coms/controls → comp/control}/DateTime.vue.d.ts +0 -0
- /package/esm/{coms/controls → comp/control}/DateTimeRange.vue.d.ts +0 -0
- /package/esm/{coms/controls → comp/control}/Decimal.vue.d.ts +0 -0
- /package/esm/{coms/controls → comp/control}/Email.vue.d.ts +0 -0
- /package/esm/{coms/controls → comp/control}/Image.vue.d.ts +0 -0
- /package/esm/{coms/controls → comp/control}/Int.vue.d.ts +0 -0
- /package/esm/{coms/controls → comp/control}/Markdown.vue.d.ts +0 -0
- /package/esm/{coms/controls → comp/control}/Month.vue.d.ts +0 -0
- /package/esm/{coms/controls → comp/control}/Password.vue.d.ts +0 -0
- /package/esm/{coms/controls → comp/control}/Progress.vue.d.ts +0 -0
- /package/esm/{coms/controls → comp/control}/Radio.vue.d.ts +0 -0
- /package/esm/{coms/controls → comp/control}/Rate.vue.d.ts +0 -0
- /package/esm/{coms/controls → comp/control}/Switch.vue.d.ts +0 -0
- /package/esm/{coms/controls → comp/control}/Text.vue.d.ts +0 -0
- /package/esm/{coms/controls → comp/control}/Textarea.vue.d.ts +0 -0
- /package/esm/{coms/controls → comp/control}/Time.vue.d.ts +0 -0
- /package/esm/{coms/controls → comp/control}/Year.vue.d.ts +0 -0
- /package/esm/{coms/controls → comp/control}/index.d.ts +0 -0
- /package/esm/{coms/globals → comp/global}/@types/WindowEmit.d.ts +0 -0
- /package/esm/{coms/globals → comp/global}/@types/WindowProps.d.ts +0 -0
- /package/esm/{coms/globals → comp/global}/@types/index.d.ts +0 -0
- /package/esm/{coms/globals → comp/global}/MissComponent.vue.d.ts +0 -0
- /package/esm/{coms/globals → comp/global}/SideTab.vue.d.ts +0 -0
- /package/esm/{coms/headers → comp/header}/Breadcrumb.vue.d.ts +0 -0
- /package/esm/{coms/headers → comp/header}/Changes.vue.d.ts +0 -0
- /package/esm/{coms/headers → comp/header}/Hamburger.vue.d.ts +0 -0
- /package/esm/{coms/headers → comp/header}/Index.vue.d.ts +0 -0
- /package/esm/{coms/headers → comp/header}/Log.vue.d.ts +0 -0
- /package/esm/{coms/headers → comp/header}/Logo.vue.d.ts +0 -0
- /package/esm/{coms/headers → comp/header}/Refresh.vue.d.ts +0 -0
- /package/esm/{coms/headers → comp/header}/Setting.vue.d.ts +0 -0
- /package/esm/{coms/headers → comp/header}/index.d.ts +0 -0
- /package/esm/{coms/layouts → comp/layout}/@types/ITaskBar.d.ts +0 -0
- /package/esm/{coms/layouts → comp/layout}/index.d.ts +0 -0
- /package/esm/{coms/lists → comp/list}/@types/index.d.ts +0 -0
- /package/esm/{coms/lists → comp/list}/Calender.vue.d.ts +0 -0
- /package/esm/{coms/lists → comp/list}/Timeline.vue.d.ts +0 -0
- /package/esm/{coms/lists → comp/list}/index.d.ts +0 -0
- /package/esm/{coms/pages → comp/page}/@types/ColumnPageProps.d.ts +0 -0
- /package/esm/{coms/pages → comp/page}/@types/CustomPageProps.d.ts +0 -0
- /package/esm/{coms/pages → comp/page}/@types/DeletePageProps.d.ts +0 -0
- /package/esm/{coms/pages → comp/page}/@types/ListPageProps.d.ts +0 -0
- /package/esm/{coms/pages → comp/page}/@types/PageEmit.d.ts +0 -0
- /package/esm/{coms/pages → comp/page}/@types/PageProps.d.ts +0 -0
- /package/esm/{coms/pages → comp/page}/@types/PagingPageProps.d.ts +0 -0
- /package/esm/{coms/pages → comp/page}/@types/SchemaProps.d.ts +0 -0
- /package/esm/{coms/pages → comp/page}/@types/SinglePageProps.d.ts +0 -0
- /package/esm/{coms/pages → comp/page}/@types/index.d.ts +0 -0
- /package/esm/{coms/pages → comp/page}/Delete.vue.d.ts +0 -0
- /package/esm/{coms/pages → comp/page}/Index.vue.d.ts +0 -0
- /package/esm/{coms/pages → comp/page}/index.d.ts +0 -0
- /package/esm/{coms/pagings → comp/paging}/@types/SearchFormProps.d.ts +0 -0
- /package/esm/{coms/pagings → comp/paging}/@types/index.d.ts +0 -0
- /package/esm/{coms/pagings → comp/paging}/Code.vue.d.ts +0 -0
- /package/esm/{coms/pagings → comp/paging}/DataImport.vue.d.ts +0 -0
- /package/esm/{coms/pagings → comp/paging}/File.vue.d.ts +0 -0
- /package/esm/{coms/pagings → comp/paging}/index.d.ts +0 -0
- /package/esm/{coms/panels → comp/panel}/@types/OperationProps.d.ts +0 -0
- /package/esm/{coms/panels → comp/panel}/@types/index.d.ts +0 -0
- /package/esm/{coms/panels → comp/panel}/Group.vue.d.ts +0 -0
- /package/esm/{coms/panels → comp/panel}/Header.vue.d.ts +0 -0
- /package/esm/{coms/panels → comp/panel}/Shrink.vue.d.ts +0 -0
- /package/esm/{coms/panels → comp/panel}/index.d.ts +0 -0
- /package/esm/{coms/partials → comp/partial}/@types/ArticleFooterEmit.d.ts +0 -0
- /package/esm/{coms/partials → comp/partial}/@types/DetailEmit.d.ts +0 -0
- /package/esm/{coms/partials → comp/partial}/@types/DetailProps.d.ts +0 -0
- /package/esm/{coms/partials → comp/partial}/@types/PagingHeaderEmit.d.ts +0 -0
- /package/esm/{coms/partials → comp/partial}/@types/PagingRowEmit.d.ts +0 -0
- /package/esm/{coms/partials → comp/partial}/@types/PagingRowProps.d.ts +0 -0
- /package/esm/{coms/partials → comp/partial}/@types/TreeNodeProps.d.ts +0 -0
- /package/esm/{coms/partials → comp/partial}/@types/UpdateChildEmit.d.ts +0 -0
- /package/esm/{coms/partials → comp/partial}/@types/UpdateChildProps.d.ts +0 -0
- /package/esm/{coms/partials → comp/partial}/@types/UpdateEmit.d.ts +0 -0
- /package/esm/{coms/partials → comp/partial}/@types/UpdateProps.d.ts +0 -0
- /package/esm/{coms/partials → comp/partial}/@types/index.d.ts +0 -0
- /package/esm/{coms/partials → comp/partial}/ArticleFooter.vue.d.ts +0 -0
- /package/esm/{coms/partials → comp/partial}/Detail.vue.d.ts +0 -0
- /package/esm/{coms/partials → comp/partial}/PagingHeader.vue.d.ts +0 -0
- /package/esm/{coms/partials → comp/partial}/PagingRow.vue.d.ts +0 -0
- /package/esm/{coms/partials → comp/partial}/TreeNode.vue.d.ts +0 -0
- /package/esm/{coms/partials → comp/partial}/Update.vue.d.ts +0 -0
- /package/esm/{coms/partials → comp/partial}/UpdateChild.vue.d.ts +0 -0
- /package/esm/{coms/partials → comp/partial}/index.d.ts +0 -0
- /package/esm/{coms/searches → comp/search}/@types/SearchProps.d.ts +0 -0
- /package/esm/{coms/searches → comp/search}/@types/index.d.ts +0 -0
- /package/esm/{coms/searches → comp/search}/Autocomplete.vue.d.ts +0 -0
- /package/esm/{coms/searches → comp/search}/Daterange.vue.d.ts +0 -0
- /package/esm/{coms/searches → comp/search}/Index.vue.d.ts +0 -0
- /package/esm/{coms/searches → comp/search}/Int.vue.d.ts +0 -0
- /package/esm/{coms/searches → comp/search}/Month.vue.d.ts +0 -0
- /package/esm/{coms/searches → comp/search}/Text.vue.d.ts +0 -0
- /package/esm/{coms/searches → comp/search}/index.d.ts +0 -0
- /package/esm/{coms/singles → comp/single}/Code.vue.d.ts +0 -0
- /package/esm/{coms/singles → comp/single}/Comment.vue.d.ts +0 -0
- /package/esm/{coms/singles → comp/single}/Statistic.vue.d.ts +0 -0
- /package/esm/{coms/singles → comp/single}/Stock.vue.d.ts +0 -0
- /package/esm/{coms/singles → comp/single}/Tree_Old.vue.d.ts +0 -0
- /package/esm/{coms/singles → comp/single}/index.d.ts +0 -0
- /package/esm/{drivers/messengers → driver/messenger}/index.d.ts +0 -0
- /package/esm/{svcs → svc}/AppSvc.d.ts +0 -0
- /package/esm/{svcs → svc}/LayoutSvc.d.ts +0 -0
- /package/esm/{svcs → svc}/UploadSvc.d.ts +0 -0
- /package/esm/{views/helps → view/help}/401.vue.d.ts +0 -0
- /package/esm/{views/helps → view/help}/404.vue.d.ts +0 -0
- /package/esm/{views/helps → view/help}/Maintaince.vue.d.ts +0 -0
- /package/esm/{views/helps → view/help}/Upgrade.vue.d.ts +0 -0
- /package/esm/{views/logins → view/sso}/Callback.vue.d.ts +0 -0
package/dist/Custom-D-E5y5Vg.js
DELETED
@@ -1,55 +0,0 @@
|
|
1
|
-
import { defineComponent as L, toRefs as S, ref as u, openBlock as a, createBlock as s, KeepAlive as b, resolveDynamicComponent as z, unref as l } from "vue";
|
2
|
-
import { R as r, U as B } from "./main-BJRpvr2g.js";
|
3
|
-
import "./assets/liquidjs-BfOWWjtJ.js";
|
4
|
-
import "./assets/underscore-B0BCaBxV.js";
|
5
|
-
import "./assets/file-saver-CwlpTZSc.js";
|
6
|
-
import "./assets/clone-BZn0cTAu.js";
|
7
|
-
import "./assets/underscore.string-DVXD2SZo.js";
|
8
|
-
import "./assets/moment-h96o7c8I.js";
|
9
|
-
const G = /* @__PURE__ */ L({
|
10
|
-
__name: "Custom",
|
11
|
-
props: {
|
12
|
-
view: {},
|
13
|
-
url: {},
|
14
|
-
win: {}
|
15
|
-
},
|
16
|
-
emits: ["loaded", "navigate"],
|
17
|
-
setup(m, { expose: d, emit: p }) {
|
18
|
-
let i = p, c = m, { url: n, win: f, view: v } = S(c), t = u(), g = u({}), R = (e) => {
|
19
|
-
r.module.triggerClose(t.value, e);
|
20
|
-
}, h = (e) => {
|
21
|
-
r.module.triggerResize(t.value, e);
|
22
|
-
}, w = (e) => !0, C = (e) => !0, _ = () => {
|
23
|
-
r.module.triggerRefresh(t.value);
|
24
|
-
}, x = (e, o) => {
|
25
|
-
r.module.triggerKeyboard(t.value, e, o);
|
26
|
-
}, k = (e) => {
|
27
|
-
r.module.triggerSocket(t.value, e);
|
28
|
-
}, y = (e) => {
|
29
|
-
if (e == null)
|
30
|
-
return;
|
31
|
-
let o = g.value;
|
32
|
-
if (o[n.value] != null) {
|
33
|
-
t.value = o[n.value];
|
34
|
-
return;
|
35
|
-
}
|
36
|
-
B.dictionary.containsValue(o, e) || (o[n.value] = e, t.value = e);
|
37
|
-
}, U = (e) => {
|
38
|
-
i("loaded", e);
|
39
|
-
}, K = (e) => {
|
40
|
-
i("navigate", e);
|
41
|
-
};
|
42
|
-
return d({ shouldLoad: w, shouldSpin: C, onRefresh: _, onClose: R, onKeyboard: x, onResize: h, onSocket: k }), (e, o) => (a(), s(b, null, [
|
43
|
-
(a(), s(z(l(v)), {
|
44
|
-
ref: l(y),
|
45
|
-
url: l(n),
|
46
|
-
win: l(f),
|
47
|
-
onLoaded: l(U),
|
48
|
-
onNavigate: l(K)
|
49
|
-
}, null, 40, ["url", "win", "onLoaded", "onNavigate"]))
|
50
|
-
], 1024));
|
51
|
-
}
|
52
|
-
});
|
53
|
-
export {
|
54
|
-
G as default
|
55
|
-
};
|
@@ -1,114 +0,0 @@
|
|
1
|
-
import { defineComponent as I, toRefs as R, ref as f, resolveComponent as r, openBlock as S, createBlock as h, unref as e, isRef as T, withCtx as a, createElementVNode as _, toDisplayString as c, createVNode as n, createTextVNode as v } from "vue";
|
2
|
-
import { I as d, D as V, U as j } from "./main-BJRpvr2g.js";
|
3
|
-
import "./assets/liquidjs-BfOWWjtJ.js";
|
4
|
-
import "./assets/underscore-B0BCaBxV.js";
|
5
|
-
import "./assets/file-saver-CwlpTZSc.js";
|
6
|
-
import "./assets/clone-BZn0cTAu.js";
|
7
|
-
import "./assets/underscore.string-DVXD2SZo.js";
|
8
|
-
import "./assets/moment-h96o7c8I.js";
|
9
|
-
const z = { class: "footer-content" }, O = /* @__PURE__ */ I({
|
10
|
-
__name: "DataExport",
|
11
|
-
props: {
|
12
|
-
route: { type: String },
|
13
|
-
pageCount: { type: Number, default: 1 },
|
14
|
-
modelValue: { type: Boolean }
|
15
|
-
},
|
16
|
-
emits: ["close", "update:modelValue"],
|
17
|
-
setup(x, { emit: C }) {
|
18
|
-
let y = C, b = x, { route: E, pageCount: m, modelValue: s } = R(b), u = f(!1), o = f({ start: 1, end: 100 }), U = (p, t, i) => {
|
19
|
-
o.value.end < o.value.start ? i(new Error("结束页不能小于起始页")) : i();
|
20
|
-
}, k = () => {
|
21
|
-
y("update:modelValue", !1);
|
22
|
-
}, D = () => {
|
23
|
-
u.value = !0, V.http.get(E.value, o.value).then(({ data: p, message: t }) => {
|
24
|
-
j.file.save(p.content, p.name), V.messenger.success(t);
|
25
|
-
}).finally(() => {
|
26
|
-
u.value = !1;
|
27
|
-
});
|
28
|
-
};
|
29
|
-
return (p, t) => {
|
30
|
-
const i = r("el-input-number"), g = r("el-form-item"), N = r("el-form"), w = r("el-divider"), B = r("el-button"), q = r("el-dialog");
|
31
|
-
return S(), h(q, {
|
32
|
-
class: "data-export",
|
33
|
-
draggable: "",
|
34
|
-
"destroy-on-close": "",
|
35
|
-
title: e(d).t("paging.data_export"),
|
36
|
-
width: "350px",
|
37
|
-
onClose: e(k),
|
38
|
-
modelValue: e(s),
|
39
|
-
"onUpdate:modelValue": t[3] || (t[3] = (l) => T(s) ? s.value = l : s = l)
|
40
|
-
}, {
|
41
|
-
footer: a(() => [
|
42
|
-
_("div", {
|
43
|
-
class: "footer-operation",
|
44
|
-
onClick: t[2] || (t[2] = (l) => e(o).end = e(m))
|
45
|
-
}, c(e(d).t("paging.total_page", [e(m)])), 1),
|
46
|
-
_("div", z, [
|
47
|
-
n(B, {
|
48
|
-
type: "primary",
|
49
|
-
plain: "",
|
50
|
-
loading: e(u),
|
51
|
-
onClick: e(D)
|
52
|
-
}, {
|
53
|
-
default: a(() => [
|
54
|
-
v(c(e(d).t("paging.export")), 1)
|
55
|
-
]),
|
56
|
-
_: 1
|
57
|
-
}, 8, ["loading", "onClick"])
|
58
|
-
])
|
59
|
-
]),
|
60
|
-
default: a(() => [
|
61
|
-
n(N, {
|
62
|
-
ref: "export",
|
63
|
-
inline: "",
|
64
|
-
model: e(o)
|
65
|
-
}, {
|
66
|
-
default: a(() => [
|
67
|
-
n(g, {
|
68
|
-
prop: "start",
|
69
|
-
rules: [{ required: !0, message: "起始页不能为空", trigger: "change" }]
|
70
|
-
}, {
|
71
|
-
default: a(() => [
|
72
|
-
n(i, {
|
73
|
-
"controls-position": "right",
|
74
|
-
min: 1,
|
75
|
-
step: 100,
|
76
|
-
modelValue: e(o).start,
|
77
|
-
"onUpdate:modelValue": t[0] || (t[0] = (l) => e(o).start = l)
|
78
|
-
}, null, 8, ["modelValue"])
|
79
|
-
]),
|
80
|
-
_: 1
|
81
|
-
}),
|
82
|
-
t[4] || (t[4] = v(" - ")),
|
83
|
-
n(g, {
|
84
|
-
prop: "end",
|
85
|
-
rules: [
|
86
|
-
{ required: !0, message: "结束页不能为空", trigger: "change" },
|
87
|
-
{ validator: e(U), trigger: "change" }
|
88
|
-
]
|
89
|
-
}, {
|
90
|
-
default: a(() => [
|
91
|
-
n(i, {
|
92
|
-
"controls-position": "right",
|
93
|
-
min: e(o).start,
|
94
|
-
max: e(m),
|
95
|
-
step: 100,
|
96
|
-
modelValue: e(o).end,
|
97
|
-
"onUpdate:modelValue": t[1] || (t[1] = (l) => e(o).end = l)
|
98
|
-
}, null, 8, ["min", "max", "modelValue"])
|
99
|
-
]),
|
100
|
-
_: 1
|
101
|
-
}, 8, ["rules"])
|
102
|
-
]),
|
103
|
-
_: 1
|
104
|
-
}, 8, ["model"]),
|
105
|
-
n(w)
|
106
|
-
]),
|
107
|
-
_: 1
|
108
|
-
}, 8, ["title", "onClose", "modelValue"]);
|
109
|
-
};
|
110
|
-
}
|
111
|
-
});
|
112
|
-
export {
|
113
|
-
O as _
|
114
|
-
};
|
@@ -1,178 +0,0 @@
|
|
1
|
-
import { defineComponent as W, toRefs as X, ref as u, resolveComponent as s, openBlock as y, createBlock as k, unref as e, isRef as A, withCtx as t, createElementVNode as g, createVNode as n, createTextVNode as c, toDisplayString as i, createCommentVNode as Y, createElementBlock as Z, Fragment as $, renderList as ee } from "vue";
|
2
|
-
import { I as h, R as le, i as oe, D as f, U as C } from "./main-BJRpvr2g.js";
|
3
|
-
import "./assets/liquidjs-BfOWWjtJ.js";
|
4
|
-
import "./assets/underscore-B0BCaBxV.js";
|
5
|
-
import "./assets/file-saver-CwlpTZSc.js";
|
6
|
-
import "./assets/clone-BZn0cTAu.js";
|
7
|
-
import "./assets/underscore.string-DVXD2SZo.js";
|
8
|
-
import "./assets/moment-h96o7c8I.js";
|
9
|
-
const te = { style: { color: "red" } }, ae = { class: "footer-operation" }, re = { class: "footer-content" }, fe = /* @__PURE__ */ W({
|
10
|
-
__name: "DataImport",
|
11
|
-
props: {
|
12
|
-
next: Object,
|
13
|
-
modelValue: Boolean
|
14
|
-
},
|
15
|
-
emits: ["close", "succeed", "update:modelValue"],
|
16
|
-
setup(D, { emit: F }) {
|
17
|
-
let R = F, N = D, { next: B, modelValue: b } = X(N), V = u(!1), U = u(), E = {}, w = u([]), d = u([]), p = u(), _ = u(), x = u({ clear: !1 }), P = () => {
|
18
|
-
R("close");
|
19
|
-
}, T = async (a) => {
|
20
|
-
let l = B.value.import.route;
|
21
|
-
U.value = le.setting.api.url + l;
|
22
|
-
let r = new oe();
|
23
|
-
r.path = l, r.method = "POST", await f.http.prepareAsync(r);
|
24
|
-
let m = r.getHeader("Authorization");
|
25
|
-
return E.Authorization = m, C.file.isExcel(a.name) ? Promise.resolve() : (f.messenger.error("请上传正确的Excel文件"), Promise.reject());
|
26
|
-
}, I = (a, l) => !0, L = (a) => {
|
27
|
-
}, j = (a, l, r) => {
|
28
|
-
w.value = [l], f.http.handleResponseBody(a, !0).then((m) => {
|
29
|
-
m.code == "ValidateError" ? (d.value = C.array.groupByArray(m.data, (v) => v.table), _.value = d.value[0], p.value = d.value[0].key) : (d.value = [], _.value = null, p.value = null);
|
30
|
-
}).catch(() => {
|
31
|
-
w.value = [];
|
32
|
-
});
|
33
|
-
}, q = (a, l, r) => (f.messenger.error(a.message), Promise.resolve()), z = (a) => {
|
34
|
-
_.value = d.value[a];
|
35
|
-
}, H = () => {
|
36
|
-
V.value = !0, f.http.get(B.value.import.route).then(({ data: a, message: l }) => {
|
37
|
-
C.file.save(a.content, a.name), f.messenger.success(l);
|
38
|
-
}).finally(() => {
|
39
|
-
V.value = !1;
|
40
|
-
});
|
41
|
-
}, O = () => {
|
42
|
-
R("update:modelValue", !1);
|
43
|
-
};
|
44
|
-
return (a, l) => {
|
45
|
-
const r = s("el-button"), m = s("el-upload"), v = s("el-table-column"), S = s("el-table"), G = s("el-radio"), J = s("el-radio-group"), K = s("el-divider"), M = s("el-checkbox"), Q = s("el-dialog");
|
46
|
-
return y(), k(Q, {
|
47
|
-
draggable: "",
|
48
|
-
"destroy-on-close": "",
|
49
|
-
title: e(h).t("paging.data_import"),
|
50
|
-
onClose: e(P),
|
51
|
-
modelValue: e(b),
|
52
|
-
"onUpdate:modelValue": l[2] || (l[2] = (o) => A(b) ? b.value = o : b = o)
|
53
|
-
}, {
|
54
|
-
footer: t(() => [
|
55
|
-
g("div", ae, [
|
56
|
-
n(M, {
|
57
|
-
modelValue: e(x).clear,
|
58
|
-
"onUpdate:modelValue": l[1] || (l[1] = (o) => e(x).clear = o)
|
59
|
-
}, {
|
60
|
-
default: t(() => [
|
61
|
-
c(i(e(h).t("paging.cover_existing_data")), 1)
|
62
|
-
]),
|
63
|
-
_: 1
|
64
|
-
}, 8, ["modelValue"])
|
65
|
-
]),
|
66
|
-
g("div", re, [
|
67
|
-
n(r, {
|
68
|
-
onClick: e(H),
|
69
|
-
loading: e(V)
|
70
|
-
}, {
|
71
|
-
icon: t(() => l[4] || (l[4] = [
|
72
|
-
g("i", { class: "fa fa-download" }, null, -1)
|
73
|
-
])),
|
74
|
-
default: t(() => [
|
75
|
-
c(" " + i(e(h).t("paging.template")), 1)
|
76
|
-
]),
|
77
|
-
_: 1
|
78
|
-
}, 8, ["onClick", "loading"]),
|
79
|
-
n(r, {
|
80
|
-
type: "primary",
|
81
|
-
plain: "",
|
82
|
-
onClick: e(O)
|
83
|
-
}, {
|
84
|
-
default: t(() => [
|
85
|
-
c(i(e(h).t("common.complete")), 1)
|
86
|
-
]),
|
87
|
-
_: 1
|
88
|
-
}, 8, ["onClick"])
|
89
|
-
])
|
90
|
-
]),
|
91
|
-
default: t(() => [
|
92
|
-
n(m, {
|
93
|
-
action: e(U),
|
94
|
-
headers: e(E),
|
95
|
-
data: e(x),
|
96
|
-
"file-list": e(w),
|
97
|
-
"before-upload": e(T),
|
98
|
-
"before-remove": e(I),
|
99
|
-
"on-preview": e(L),
|
100
|
-
"on-success": e(j),
|
101
|
-
"on-error": e(q)
|
102
|
-
}, {
|
103
|
-
default: t(() => [
|
104
|
-
n(r, null, {
|
105
|
-
icon: t(() => l[3] || (l[3] = [
|
106
|
-
g("i", { class: "fa fa-upload" }, null, -1)
|
107
|
-
])),
|
108
|
-
default: t(() => [
|
109
|
-
c(" " + i(e(h).t("paging.click_upload")), 1)
|
110
|
-
]),
|
111
|
-
_: 1
|
112
|
-
})
|
113
|
-
]),
|
114
|
-
_: 1
|
115
|
-
}, 8, ["action", "headers", "data", "file-list", "before-upload", "before-remove", "on-preview", "on-success", "on-error"]),
|
116
|
-
e(_) ? (y(), k(S, {
|
117
|
-
key: 0,
|
118
|
-
data: e(_).value,
|
119
|
-
"show-overflow-tooltip": "",
|
120
|
-
"max-height": "400",
|
121
|
-
style: { width: "100%" }
|
122
|
-
}, {
|
123
|
-
default: t(() => [
|
124
|
-
n(v, {
|
125
|
-
prop: "index",
|
126
|
-
label: "行号",
|
127
|
-
width: "100"
|
128
|
-
}, {
|
129
|
-
default: t((o) => [
|
130
|
-
c(" 第" + i(o.row.index + 1) + "行 ", 1)
|
131
|
-
]),
|
132
|
-
_: 1
|
133
|
-
}),
|
134
|
-
n(v, {
|
135
|
-
prop: "field",
|
136
|
-
label: "字段",
|
137
|
-
width: "150"
|
138
|
-
}),
|
139
|
-
n(v, {
|
140
|
-
prop: "message",
|
141
|
-
label: "错误消息"
|
142
|
-
}, {
|
143
|
-
default: t((o) => [
|
144
|
-
g("span", te, i(o.row.message), 1)
|
145
|
-
]),
|
146
|
-
_: 1
|
147
|
-
})
|
148
|
-
]),
|
149
|
-
_: 1
|
150
|
-
}, 8, ["data"])) : Y("", !0),
|
151
|
-
n(J, {
|
152
|
-
onChange: e(z),
|
153
|
-
modelValue: e(p),
|
154
|
-
"onUpdate:modelValue": l[0] || (l[0] = (o) => A(p) ? p.value = o : p = o),
|
155
|
-
style: { "margin-top": "10px" }
|
156
|
-
}, {
|
157
|
-
default: t(() => [
|
158
|
-
(y(!0), Z($, null, ee(e(d), (o) => (y(), k(G, {
|
159
|
-
value: o.key
|
160
|
-
}, {
|
161
|
-
default: t(() => [
|
162
|
-
c(i(o.key) + "(" + i(o.value.length) + ")", 1)
|
163
|
-
]),
|
164
|
-
_: 2
|
165
|
-
}, 1032, ["value"]))), 256))
|
166
|
-
]),
|
167
|
-
_: 1
|
168
|
-
}, 8, ["onChange", "modelValue"]),
|
169
|
-
n(K)
|
170
|
-
]),
|
171
|
-
_: 1
|
172
|
-
}, 8, ["title", "onClose", "modelValue"]);
|
173
|
-
};
|
174
|
-
}
|
175
|
-
});
|
176
|
-
export {
|
177
|
-
fe as _
|
178
|
-
};
|
package/dist/Date-7EWMEODI.js
DELETED
@@ -1,27 +0,0 @@
|
|
1
|
-
import { defineComponent as u, defineAsyncComponent as i, toRefs as c, openBlock as V, createBlock as b, unref as e, isRef as w } from "vue";
|
2
|
-
const h = /* @__PURE__ */ u({
|
3
|
-
__name: "Date",
|
4
|
-
props: {
|
5
|
-
schema: {},
|
6
|
-
table: {},
|
7
|
-
field: {},
|
8
|
-
set: {},
|
9
|
-
row: {},
|
10
|
-
modelValue: {}
|
11
|
-
},
|
12
|
-
setup(a) {
|
13
|
-
let s = i(() => import("./Text-CA8i8QjK.js")), m = a, { schema: r, table: n, field: d, set: f, row: p, modelValue: l } = c(m);
|
14
|
-
return (x, t) => (V(), b(e(s), {
|
15
|
-
schema: e(r),
|
16
|
-
table: e(n),
|
17
|
-
field: e(d),
|
18
|
-
row: e(p),
|
19
|
-
set: e(f),
|
20
|
-
modelValue: e(l),
|
21
|
-
"onUpdate:modelValue": t[0] || (t[0] = (o) => w(l) ? l.value = o : l = o)
|
22
|
-
}, null, 8, ["schema", "table", "field", "row", "set", "modelValue"]));
|
23
|
-
}
|
24
|
-
});
|
25
|
-
export {
|
26
|
-
h as default
|
27
|
-
};
|
package/dist/Date-Dc2vK9Yv.js
DELETED
@@ -1,43 +0,0 @@
|
|
1
|
-
import { defineComponent as c, toRefs as f, computed as _, resolveComponent as V, openBlock as h, createBlock as b, unref as e, isRef as k } from "vue";
|
2
|
-
import "./assets/liquidjs-BfOWWjtJ.js";
|
3
|
-
import "./assets/underscore-B0BCaBxV.js";
|
4
|
-
import "./assets/file-saver-CwlpTZSc.js";
|
5
|
-
import "./assets/clone-BZn0cTAu.js";
|
6
|
-
import "./assets/underscore.string-DVXD2SZo.js";
|
7
|
-
import "./assets/moment-h96o7c8I.js";
|
8
|
-
import { I as g } from "./main-BJRpvr2g.js";
|
9
|
-
const U = /* @__PURE__ */ c({
|
10
|
-
__name: "Date",
|
11
|
-
props: {
|
12
|
-
schema: {},
|
13
|
-
table: {},
|
14
|
-
field: {},
|
15
|
-
set: {},
|
16
|
-
row: {},
|
17
|
-
modelValue: {}
|
18
|
-
},
|
19
|
-
emits: ["submit", "change", "update:modelValue"],
|
20
|
-
setup(d, { emit: p }) {
|
21
|
-
let l = p, n = d, { table: i, field: a, set: x, modelValue: s } = f(n), o = _({
|
22
|
-
get() {
|
23
|
-
return s.value;
|
24
|
-
},
|
25
|
-
set(t) {
|
26
|
-
l("update:modelValue", t), l("change", t);
|
27
|
-
}
|
28
|
-
});
|
29
|
-
return (t, m) => {
|
30
|
-
const u = V("el-date-picker");
|
31
|
-
return h(), b(u, {
|
32
|
-
type: "date",
|
33
|
-
placeholder: e(g).field_choose_placeholder(e(i).name, e(a).name),
|
34
|
-
disabled: e(a).control.readonly,
|
35
|
-
modelValue: e(o),
|
36
|
-
"onUpdate:modelValue": m[0] || (m[0] = (r) => k(o) ? o.value = r : o = r)
|
37
|
-
}, null, 8, ["placeholder", "disabled", "modelValue"]);
|
38
|
-
};
|
39
|
-
}
|
40
|
-
});
|
41
|
-
export {
|
42
|
-
U as default
|
43
|
-
};
|
@@ -1,19 +0,0 @@
|
|
1
|
-
import { defineComponent as a, toRefs as l, openBlock as n, createElementBlock as s, toDisplayString as r, unref as c } from "vue";
|
2
|
-
const p = { class: "text-daterange" }, h = /* @__PURE__ */ a({
|
3
|
-
__name: "DateRange",
|
4
|
-
props: {
|
5
|
-
schema: {},
|
6
|
-
table: {},
|
7
|
-
field: {},
|
8
|
-
set: {},
|
9
|
-
row: {},
|
10
|
-
modelValue: {}
|
11
|
-
},
|
12
|
-
setup(e) {
|
13
|
-
let t = e, { table: m, field: d, set: f, row: i, modelValue: o } = l(t);
|
14
|
-
return (_, u) => (n(), s("span", p, r(c(o)), 1));
|
15
|
-
}
|
16
|
-
});
|
17
|
-
export {
|
18
|
-
h as default
|
19
|
-
};
|
@@ -1,63 +0,0 @@
|
|
1
|
-
import { defineComponent as f, toRefs as h, ref as k, computed as V, resolveComponent as b, openBlock as g, createBlock as v, unref as o, isRef as x } from "vue";
|
2
|
-
import { U as e, I as l } from "./main-BJRpvr2g.js";
|
3
|
-
import "./assets/liquidjs-BfOWWjtJ.js";
|
4
|
-
import "./assets/underscore-B0BCaBxV.js";
|
5
|
-
import "./assets/file-saver-CwlpTZSc.js";
|
6
|
-
import "./assets/clone-BZn0cTAu.js";
|
7
|
-
import "./assets/underscore.string-DVXD2SZo.js";
|
8
|
-
import "./assets/moment-h96o7c8I.js";
|
9
|
-
const j = /* @__PURE__ */ f({
|
10
|
-
__name: "DateRange",
|
11
|
-
props: {
|
12
|
-
schema: {},
|
13
|
-
table: {},
|
14
|
-
field: {},
|
15
|
-
set: {},
|
16
|
-
row: {},
|
17
|
-
modelValue: {}
|
18
|
-
},
|
19
|
-
emits: ["submit", "change", "update:modelValue"],
|
20
|
-
setup(d, { emit: i }) {
|
21
|
-
let m = i, p = d, { table: M, field: u, set: Y, modelValue: c } = h(p), t = e.time.formatDate(/* @__PURE__ */ new Date()), D = k({
|
22
|
-
shortcuts: [{
|
23
|
-
text: l.t("common.latest_one_week"),
|
24
|
-
value() {
|
25
|
-
return [e.time.formatDate(e.time.addDays(t, -7)), t];
|
26
|
-
}
|
27
|
-
}, {
|
28
|
-
text: l.t("common.latest_one_month"),
|
29
|
-
value() {
|
30
|
-
return [e.time.formatDate(e.time.addMonths(t, -1)), t];
|
31
|
-
}
|
32
|
-
}, {
|
33
|
-
text: l.t("common.latest_three_months"),
|
34
|
-
value() {
|
35
|
-
return [e.time.formatDate(e.time.addMonths(t, -3)), t];
|
36
|
-
}
|
37
|
-
}]
|
38
|
-
}), r = V({
|
39
|
-
get() {
|
40
|
-
return c.value;
|
41
|
-
},
|
42
|
-
set(a) {
|
43
|
-
m("update:modelValue", a), m("change", a);
|
44
|
-
}
|
45
|
-
});
|
46
|
-
return (a, n) => {
|
47
|
-
const _ = b("el-date-picker");
|
48
|
-
return g(), v(_, {
|
49
|
-
type: "daterange",
|
50
|
-
"value-dataat": "YYYY-MM-DD",
|
51
|
-
"start-placeholder": o(l).t("common.start_date"),
|
52
|
-
"end-placeholder": o(l).t("common.end_date"),
|
53
|
-
"picker-options": o(D),
|
54
|
-
disabled: o(u).control.readonly,
|
55
|
-
modelValue: o(r),
|
56
|
-
"onUpdate:modelValue": n[0] || (n[0] = (s) => x(r) ? r.value = s : r = s)
|
57
|
-
}, null, 8, ["start-placeholder", "end-placeholder", "picker-options", "disabled", "modelValue"]);
|
58
|
-
};
|
59
|
-
}
|
60
|
-
});
|
61
|
-
export {
|
62
|
-
j as default
|
63
|
-
};
|
@@ -1,27 +0,0 @@
|
|
1
|
-
import { defineComponent as u, defineAsyncComponent as i, toRefs as c, openBlock as V, createBlock as b, unref as e, isRef as w } from "vue";
|
2
|
-
const h = /* @__PURE__ */ u({
|
3
|
-
__name: "DateTime",
|
4
|
-
props: {
|
5
|
-
schema: {},
|
6
|
-
table: {},
|
7
|
-
field: {},
|
8
|
-
set: {},
|
9
|
-
row: {},
|
10
|
-
modelValue: {}
|
11
|
-
},
|
12
|
-
setup(a) {
|
13
|
-
let m = i(() => import("./Text-CA8i8QjK.js")), s = a, { schema: r, table: n, field: d, set: f, row: p, modelValue: l } = c(s);
|
14
|
-
return (x, t) => (V(), b(e(m), {
|
15
|
-
schema: e(r),
|
16
|
-
table: e(n),
|
17
|
-
field: e(d),
|
18
|
-
row: e(p),
|
19
|
-
set: e(f),
|
20
|
-
modelValue: e(l),
|
21
|
-
"onUpdate:modelValue": t[0] || (t[0] = (o) => w(l) ? l.value = o : l = o)
|
22
|
-
}, null, 8, ["schema", "table", "field", "row", "set", "modelValue"]));
|
23
|
-
}
|
24
|
-
});
|
25
|
-
export {
|
26
|
-
h as default
|
27
|
-
};
|
@@ -1,44 +0,0 @@
|
|
1
|
-
import { defineComponent as c, toRefs as f, computed as _, resolveComponent as V, openBlock as h, createBlock as b, unref as e, isRef as k } from "vue";
|
2
|
-
import "./assets/liquidjs-BfOWWjtJ.js";
|
3
|
-
import "./assets/underscore-B0BCaBxV.js";
|
4
|
-
import "./assets/file-saver-CwlpTZSc.js";
|
5
|
-
import "./assets/clone-BZn0cTAu.js";
|
6
|
-
import "./assets/underscore.string-DVXD2SZo.js";
|
7
|
-
import "./assets/moment-h96o7c8I.js";
|
8
|
-
import { I as Y } from "./main-BJRpvr2g.js";
|
9
|
-
const I = /* @__PURE__ */ c({
|
10
|
-
__name: "DateTime",
|
11
|
-
props: {
|
12
|
-
schema: {},
|
13
|
-
table: {},
|
14
|
-
field: {},
|
15
|
-
set: {},
|
16
|
-
row: {},
|
17
|
-
modelValue: {}
|
18
|
-
},
|
19
|
-
emits: ["submit", "change", "update:modelValue"],
|
20
|
-
setup(d, { emit: p }) {
|
21
|
-
let l = p, i = d, { table: n, field: m, set: g, modelValue: s } = f(i), t = _({
|
22
|
-
get() {
|
23
|
-
return s.value;
|
24
|
-
},
|
25
|
-
set(o) {
|
26
|
-
l("update:modelValue", o), l("change", o);
|
27
|
-
}
|
28
|
-
});
|
29
|
-
return (o, a) => {
|
30
|
-
const u = V("el-date-picker");
|
31
|
-
return h(), b(u, {
|
32
|
-
type: "datetime",
|
33
|
-
"value-format": "YYYY-MM-DD HH:mm:ss SSS",
|
34
|
-
disabled: e(m).control.readonly,
|
35
|
-
placeholder: e(Y).field_choose_placeholder(e(n).name, e(m).name),
|
36
|
-
modelValue: e(t),
|
37
|
-
"onUpdate:modelValue": a[0] || (a[0] = (r) => k(t) ? t.value = r : t = r)
|
38
|
-
}, null, 8, ["disabled", "placeholder", "modelValue"]);
|
39
|
-
};
|
40
|
-
}
|
41
|
-
});
|
42
|
-
export {
|
43
|
-
I as default
|
44
|
-
};
|
@@ -1,67 +0,0 @@
|
|
1
|
-
import { defineComponent as f, toRefs as _, ref as D, computed as h, resolveComponent as V, openBlock as g, createBlock as w, unref as l, isRef as b } from "vue";
|
2
|
-
import { U as r, I as n } from "./main-BJRpvr2g.js";
|
3
|
-
import "./assets/liquidjs-BfOWWjtJ.js";
|
4
|
-
import "./assets/underscore-B0BCaBxV.js";
|
5
|
-
import "./assets/file-saver-CwlpTZSc.js";
|
6
|
-
import "./assets/clone-BZn0cTAu.js";
|
7
|
-
import "./assets/underscore.string-DVXD2SZo.js";
|
8
|
-
import "./assets/moment-h96o7c8I.js";
|
9
|
-
const I = /* @__PURE__ */ f({
|
10
|
-
__name: "DateTimeRange",
|
11
|
-
props: {
|
12
|
-
schema: {},
|
13
|
-
table: {},
|
14
|
-
field: {},
|
15
|
-
set: {},
|
16
|
-
row: {},
|
17
|
-
modelValue: {}
|
18
|
-
},
|
19
|
-
emits: ["submit", "change", "update:modelValue"],
|
20
|
-
setup(s, { emit: p }) {
|
21
|
-
let m = p, d = s, { table: x, field: c, set: C, modelValue: u } = _(d), k = D({
|
22
|
-
shortcuts: [{
|
23
|
-
text: "小时",
|
24
|
-
onClick(t) {
|
25
|
-
let e = r.time.addHours(/* @__PURE__ */ new Date(), -1);
|
26
|
-
const o = /* @__PURE__ */ new Date();
|
27
|
-
t.$emit("pick", [e, o]);
|
28
|
-
}
|
29
|
-
}, {
|
30
|
-
text: "今天",
|
31
|
-
onClick(t) {
|
32
|
-
let e = r.time.addDays(/* @__PURE__ */ new Date(), -1), o = /* @__PURE__ */ new Date();
|
33
|
-
t.$emit("pick", [e, o]);
|
34
|
-
}
|
35
|
-
}, {
|
36
|
-
text: "昨天",
|
37
|
-
onClick(t) {
|
38
|
-
const e = /* @__PURE__ */ new Date();
|
39
|
-
e.setTime(e.getTime() - 3600 * 1e3 * 24), t.$emit("pick", [e, e]);
|
40
|
-
}
|
41
|
-
}]
|
42
|
-
}), a = h({
|
43
|
-
get() {
|
44
|
-
return u.value;
|
45
|
-
},
|
46
|
-
set(t) {
|
47
|
-
m("update:modelValue", t), m("change", t);
|
48
|
-
}
|
49
|
-
});
|
50
|
-
return (t, e) => {
|
51
|
-
const o = V("el-date-picker");
|
52
|
-
return g(), w(o, {
|
53
|
-
type: "datetimerange",
|
54
|
-
"value-format": "YYYY-MM-DD HH:mm:ss",
|
55
|
-
"start-placeholder": l(n).t("common.start_time"),
|
56
|
-
"end-placeholder": l(n).t("common.end_time"),
|
57
|
-
disabled: l(c).control.readonly,
|
58
|
-
"picker-options": l(k),
|
59
|
-
modelValue: l(a),
|
60
|
-
"onUpdate:modelValue": e[0] || (e[0] = (i) => b(a) ? a.value = i : a = i)
|
61
|
-
}, null, 8, ["start-placeholder", "end-placeholder", "disabled", "picker-options", "modelValue"]);
|
62
|
-
};
|
63
|
-
}
|
64
|
-
});
|
65
|
-
export {
|
66
|
-
I as default
|
67
|
-
};
|