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
@@ -1,149 +0,0 @@
|
|
1
|
-
import { defineComponent as q, toRefs as D, ref as F, resolveComponent as b, openBlock as m, createElementBlock as H, Fragment as P, createElementVNode as l, unref as e, createBlock as d, withCtx as o, createTextVNode as c, toDisplayString as i, createCommentVNode as u, createVNode as k, createSlots as R } 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 n } from "./main-BJRpvr2g.js";
|
9
|
-
const T = { class: "search-title" }, $ = { class: "search-operation" }, W = /* @__PURE__ */ q({
|
10
|
-
__name: "PagingHeader",
|
11
|
-
props: {
|
12
|
-
schema: {},
|
13
|
-
table: {},
|
14
|
-
next: {},
|
15
|
-
set: {},
|
16
|
-
layout: {},
|
17
|
-
selection: {},
|
18
|
-
url: {},
|
19
|
-
win: {}
|
20
|
-
},
|
21
|
-
emits: ["add", "remove", "copy", "show-import", "show-export", "succeed", "submit"],
|
22
|
-
setup(x, { emit: C }) {
|
23
|
-
let r = C, h = x, { schema: j, table: v, layout: z, next: p, set: _, selection: a } = D(h), f = F(!1), w = () => {
|
24
|
-
f.value = !0, r("submit", () => {
|
25
|
-
f.value = !1;
|
26
|
-
});
|
27
|
-
}, N = (g) => {
|
28
|
-
r("add", g);
|
29
|
-
}, V = () => {
|
30
|
-
r("show-import");
|
31
|
-
}, B = () => {
|
32
|
-
r("show-export");
|
33
|
-
}, E = (g) => {
|
34
|
-
r("copy", g);
|
35
|
-
}, I = () => {
|
36
|
-
r("remove", a.value);
|
37
|
-
};
|
38
|
-
return (g, t) => {
|
39
|
-
var y;
|
40
|
-
const s = b("el-button"), S = b("el-popconfirm");
|
41
|
-
return m(), H(P, null, [
|
42
|
-
l("div", T, [
|
43
|
-
e(p).insert ? (m(), d(s, {
|
44
|
-
key: 0,
|
45
|
-
type: "primary",
|
46
|
-
class: "btn-insert",
|
47
|
-
onClick: e(N)
|
48
|
-
}, {
|
49
|
-
icon: o(() => t[1] || (t[1] = [
|
50
|
-
l("i", { class: "fa fa-plus" }, null, -1)
|
51
|
-
])),
|
52
|
-
default: o(() => [
|
53
|
-
c(" " + i(e(n).t("paging.add")), 1)
|
54
|
-
]),
|
55
|
-
_: 1
|
56
|
-
}, 8, ["onClick"])) : u("", !0),
|
57
|
-
e(p).copy ? (m(), d(s, {
|
58
|
-
key: 1,
|
59
|
-
type: "primary",
|
60
|
-
disabled: !e(a).length,
|
61
|
-
onClick: t[0] || (t[0] = (A) => e(E)(e(a)))
|
62
|
-
}, {
|
63
|
-
icon: o(() => t[2] || (t[2] = [
|
64
|
-
l("i", { class: "fa fa-copy" }, null, -1)
|
65
|
-
])),
|
66
|
-
default: o(() => [
|
67
|
-
c(" " + i(e(n).t("common.copy")) + i(e(a).length ? "(" + e(a).length + ")" : ""), 1)
|
68
|
-
]),
|
69
|
-
_: 1
|
70
|
-
}, 8, ["disabled"])) : u("", !0),
|
71
|
-
e(p).delete ? (m(), d(S, {
|
72
|
-
key: 2,
|
73
|
-
width: 180,
|
74
|
-
title: e(n).t("common.confirm_delete", ""),
|
75
|
-
"confirm-button-text": e(n).t("common.confirm"),
|
76
|
-
"cancel-button-text": e(n).t("common.cancel"),
|
77
|
-
onConfirm: e(I)
|
78
|
-
}, {
|
79
|
-
reference: o(() => [
|
80
|
-
k(s, {
|
81
|
-
type: "danger",
|
82
|
-
class: "btn-delete",
|
83
|
-
plain: "",
|
84
|
-
disabled: e(a).length == 0
|
85
|
-
}, {
|
86
|
-
icon: o(() => t[3] || (t[3] = [
|
87
|
-
l("i", { class: "fa fa-trash-alt" }, null, -1)
|
88
|
-
])),
|
89
|
-
default: o(() => [
|
90
|
-
c(" " + i(e(n).t("common.delete")) + "(" + i(e(a).length) + ") ", 1)
|
91
|
-
]),
|
92
|
-
_: 1
|
93
|
-
}, 8, ["disabled"])
|
94
|
-
]),
|
95
|
-
_: 1
|
96
|
-
}, 8, ["title", "confirm-button-text", "cancel-button-text", "onConfirm"])) : u("", !0)
|
97
|
-
]),
|
98
|
-
l("div", $, [
|
99
|
-
k(s, {
|
100
|
-
type: "primary",
|
101
|
-
loading: e(f),
|
102
|
-
onClick: e(w)
|
103
|
-
}, R({
|
104
|
-
default: o(() => [
|
105
|
-
c(" " + i(e(n).t("paging.search")), 1)
|
106
|
-
]),
|
107
|
-
_: 2
|
108
|
-
}, [
|
109
|
-
e(f) ? void 0 : {
|
110
|
-
name: "icon",
|
111
|
-
fn: o(() => [
|
112
|
-
t[4] || (t[4] = l("i", { class: "fa fa-search" }, null, -1))
|
113
|
-
]),
|
114
|
-
key: "0"
|
115
|
-
}
|
116
|
-
]), 1032, ["loading", "onClick"]),
|
117
|
-
e(p).import ? (m(), d(s, {
|
118
|
-
key: 0,
|
119
|
-
onClick: e(V)
|
120
|
-
}, {
|
121
|
-
icon: o(() => t[5] || (t[5] = [
|
122
|
-
l("i", { class: "fa fa-file-upload" }, null, -1)
|
123
|
-
])),
|
124
|
-
default: o(() => [
|
125
|
-
c(" " + i(e(n).t("paging.import")), 1)
|
126
|
-
]),
|
127
|
-
_: 1
|
128
|
-
}, 8, ["onClick"])) : u("", !0),
|
129
|
-
e(p).export ? (m(), d(s, {
|
130
|
-
key: 1,
|
131
|
-
disabled: ((y = e(_)[e(v).name]) == null ? void 0 : y.length) == 0,
|
132
|
-
onClick: e(B)
|
133
|
-
}, {
|
134
|
-
icon: o(() => t[6] || (t[6] = [
|
135
|
-
l("i", { class: "fa fa-share-square" }, null, -1)
|
136
|
-
])),
|
137
|
-
default: o(() => [
|
138
|
-
c(" " + i(e(n).t("paging.export")), 1)
|
139
|
-
]),
|
140
|
-
_: 1
|
141
|
-
}, 8, ["disabled", "onClick"])) : u("", !0)
|
142
|
-
])
|
143
|
-
], 64);
|
144
|
-
};
|
145
|
-
}
|
146
|
-
});
|
147
|
-
export {
|
148
|
-
W as default
|
149
|
-
};
|
@@ -1,73 +0,0 @@
|
|
1
|
-
import { defineComponent as x, toRefs as y, resolveComponent as _, openBlock as r, createElementBlock as c, unref as e, createCommentVNode as p, createBlock as g, withCtx as B, createElementVNode as R } 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 a } from "./main-BJRpvr2g.js";
|
9
|
-
const E = { class: "paging-row" }, G = /* @__PURE__ */ x({
|
10
|
-
__name: "PagingRow",
|
11
|
-
props: {
|
12
|
-
table: {},
|
13
|
-
next: {},
|
14
|
-
set: {},
|
15
|
-
row: {}
|
16
|
-
},
|
17
|
-
emits: ["preview", "edit", "copy", "before-remove", "remove"],
|
18
|
-
setup(d, { emit: b }) {
|
19
|
-
let i = b, k = d, { table: I, next: l, set: N, row: m } = y(k), s = (o) => {
|
20
|
-
i("preview", m.value, o);
|
21
|
-
}, f = (o) => {
|
22
|
-
i("edit", m.value, o);
|
23
|
-
}, u = (o) => {
|
24
|
-
i("copy", m.value, o);
|
25
|
-
}, v = (o) => {
|
26
|
-
}, C = () => {
|
27
|
-
i("remove", [m.value]);
|
28
|
-
};
|
29
|
-
return (o, t) => {
|
30
|
-
const w = _("el-popconfirm");
|
31
|
-
return r(), c("div", E, [
|
32
|
-
e(l).detail ? (r(), c("i", {
|
33
|
-
key: 0,
|
34
|
-
class: "fa fa-search-plus btn-icon",
|
35
|
-
onClick: t[0] || (t[0] = //@ts-ignore
|
36
|
-
(...n) => e(s) && e(s)(...n))
|
37
|
-
})) : p("", !0),
|
38
|
-
e(l).update ? (r(), c("i", {
|
39
|
-
key: 1,
|
40
|
-
class: "fa fa-pencil btn-icon",
|
41
|
-
onClick: t[1] || (t[1] = //@ts-ignore
|
42
|
-
(...n) => e(f) && e(f)(...n))
|
43
|
-
})) : p("", !0),
|
44
|
-
e(l).copy ? (r(), c("i", {
|
45
|
-
key: 2,
|
46
|
-
class: "fa fa-copy btn-icon",
|
47
|
-
onClick: t[2] || (t[2] = //@ts-ignore
|
48
|
-
(...n) => e(u) && e(u)(...n))
|
49
|
-
})) : p("", !0),
|
50
|
-
e(l).delete ? (r(), g(w, {
|
51
|
-
key: 3,
|
52
|
-
title: e(a).t("common.confirm_delete", ""),
|
53
|
-
"confirm-button-text": e(a).t("common.confirm"),
|
54
|
-
"cancel-button-text": e(a).t("common.cancel"),
|
55
|
-
width: 180,
|
56
|
-
onConfirm: e(C)
|
57
|
-
}, {
|
58
|
-
reference: B(() => [
|
59
|
-
R("i", {
|
60
|
-
class: "fa fa-trash-alt btn-icon",
|
61
|
-
onClick: t[3] || (t[3] = //@ts-ignore
|
62
|
-
(...n) => e(v) && e(v)(...n))
|
63
|
-
})
|
64
|
-
]),
|
65
|
-
_: 1
|
66
|
-
}, 8, ["title", "confirm-button-text", "cancel-button-text", "onConfirm"])) : p("", !0)
|
67
|
-
]);
|
68
|
-
};
|
69
|
-
}
|
70
|
-
});
|
71
|
-
export {
|
72
|
-
G as default
|
73
|
-
};
|
@@ -1,55 +0,0 @@
|
|
1
|
-
import { defineComponent as w, toRefs as b, ref as V, onMounted as _, nextTick as x, computed as h, resolveComponent as y, openBlock as g, createBlock as k, unref as e, withKeys as v, isRef as C, createSlots as K, withCtx as B, createTextVNode as P, toDisplayString as R } from "vue";
|
2
|
-
const M = /* @__PURE__ */ w({
|
3
|
-
__name: "Password",
|
4
|
-
props: {
|
5
|
-
schema: {},
|
6
|
-
table: {},
|
7
|
-
field: {},
|
8
|
-
set: {},
|
9
|
-
row: {},
|
10
|
-
modelValue: {}
|
11
|
-
},
|
12
|
-
emits: ["submit", "change", "update:modelValue"],
|
13
|
-
setup(d, { emit: i }) {
|
14
|
-
let o = i, r = d, { table: S, field: a, set: T, modelValue: m } = b(r), s = V(!0), p = () => {
|
15
|
-
o("submit");
|
16
|
-
}, f = () => {
|
17
|
-
s.value = !1;
|
18
|
-
};
|
19
|
-
_(() => {
|
20
|
-
x(() => {
|
21
|
-
f();
|
22
|
-
});
|
23
|
-
});
|
24
|
-
let t = h({
|
25
|
-
get() {
|
26
|
-
return m.value;
|
27
|
-
},
|
28
|
-
set(l) {
|
29
|
-
o("update:modelValue", l), o("change", l);
|
30
|
-
}
|
31
|
-
});
|
32
|
-
return (l, n) => {
|
33
|
-
const c = y("el-input");
|
34
|
-
return g(), k(c, {
|
35
|
-
"show-password": "",
|
36
|
-
"auto-complete": "new-password",
|
37
|
-
disabled: e(s),
|
38
|
-
onKeyup: v(e(p), ["enter", "native"]),
|
39
|
-
modelValue: e(t),
|
40
|
-
"onUpdate:modelValue": n[0] || (n[0] = (u) => C(t) ? t.value = u : t = u)
|
41
|
-
}, K({ _: 2 }, [
|
42
|
-
e(a).suffix ? {
|
43
|
-
name: "append",
|
44
|
-
fn: B(() => [
|
45
|
-
P(R(e(a).suffix), 1)
|
46
|
-
]),
|
47
|
-
key: "0"
|
48
|
-
} : void 0
|
49
|
-
]), 1032, ["disabled", "onKeyup", "modelValue"]);
|
50
|
-
};
|
51
|
-
}
|
52
|
-
});
|
53
|
-
export {
|
54
|
-
M as default
|
55
|
-
};
|
@@ -1,24 +0,0 @@
|
|
1
|
-
import { defineComponent as m, toRefs as c, openBlock as o, createElementBlock as r, createTextVNode as l, toDisplayString as a, unref as e, Fragment as u, createCommentVNode as d } from "vue";
|
2
|
-
const w = /* @__PURE__ */ m({
|
3
|
-
__name: "Password",
|
4
|
-
props: {
|
5
|
-
schema: {},
|
6
|
-
table: {},
|
7
|
-
field: {},
|
8
|
-
set: {},
|
9
|
-
row: {},
|
10
|
-
modelValue: {}
|
11
|
-
},
|
12
|
-
setup(n) {
|
13
|
-
let s = n, { table: i, field: t, set: p, row: _, modelValue: f } = c(s);
|
14
|
-
return (x, V) => (o(), r("div", null, [
|
15
|
-
l(a(e(f)) + " ", 1),
|
16
|
-
e(t).suffix ? (o(), r(u, { key: 0 }, [
|
17
|
-
l(a(e(t).suffix), 1)
|
18
|
-
], 64)) : d("", !0)
|
19
|
-
]));
|
20
|
-
}
|
21
|
-
});
|
22
|
-
export {
|
23
|
-
w as default
|
24
|
-
};
|
@@ -1,34 +0,0 @@
|
|
1
|
-
import { defineComponent as i, toRefs as c, computed as f, resolveComponent as V, openBlock as _, createBlock as b, unref as d, isRef as g } from "vue";
|
2
|
-
const B = /* @__PURE__ */ i({
|
3
|
-
__name: "Progress",
|
4
|
-
props: {
|
5
|
-
schema: {},
|
6
|
-
table: {},
|
7
|
-
field: {},
|
8
|
-
set: {},
|
9
|
-
row: {},
|
10
|
-
modelValue: {}
|
11
|
-
},
|
12
|
-
emits: ["submit", "change", "update:modelValue"],
|
13
|
-
setup(s, { emit: m }) {
|
14
|
-
let o = m, n = s, { table: h, field: r, set: k, modelValue: u } = c(n), e = f({
|
15
|
-
get() {
|
16
|
-
return u.value;
|
17
|
-
},
|
18
|
-
set(l) {
|
19
|
-
o("update:modelValue", l), o("change", l);
|
20
|
-
}
|
21
|
-
});
|
22
|
-
return (l, t) => {
|
23
|
-
const p = V("el-slider");
|
24
|
-
return _(), b(p, {
|
25
|
-
disabled: d(r).control.readonly,
|
26
|
-
modelValue: d(e),
|
27
|
-
"onUpdate:modelValue": t[0] || (t[0] = (a) => g(e) ? e.value = a : e = a)
|
28
|
-
}, null, 8, ["disabled", "modelValue"]);
|
29
|
-
};
|
30
|
-
}
|
31
|
-
});
|
32
|
-
export {
|
33
|
-
B as default
|
34
|
-
};
|
@@ -1,25 +0,0 @@
|
|
1
|
-
import { defineComponent as a, toRefs as p, computed as r, resolveComponent as c, openBlock as m, createBlock as f, unref as s } from "vue";
|
2
|
-
const k = /* @__PURE__ */ a({
|
3
|
-
__name: "Progress",
|
4
|
-
props: {
|
5
|
-
schema: {},
|
6
|
-
table: {},
|
7
|
-
field: {},
|
8
|
-
set: {},
|
9
|
-
row: {},
|
10
|
-
modelValue: {}
|
11
|
-
},
|
12
|
-
setup(l) {
|
13
|
-
let o = l, { table: _, field: d, set: i, row: g, modelValue: e } = p(o), t = r(() => e.value ? parseInt(e.value) : e.value), n = r(() => t.value == 100 ? "success" : null);
|
14
|
-
return (v, b) => {
|
15
|
-
const u = c("el-progress");
|
16
|
-
return m(), f(u, {
|
17
|
-
percentage: s(t),
|
18
|
-
status: s(n)
|
19
|
-
}, null, 8, ["percentage", "status"]);
|
20
|
-
};
|
21
|
-
}
|
22
|
-
});
|
23
|
-
export {
|
24
|
-
k as default
|
25
|
-
};
|
package/dist/Racebar-B4Q4oVfM.js
DELETED
@@ -1,170 +0,0 @@
|
|
1
|
-
import { defineComponent as H, toRefs as I, ref as y, onMounted as M, onUnmounted as $, openBlock as F, createElementBlock as N, createVNode as O, unref as d, createElementVNode as V, nextTick as P } from "vue";
|
2
|
-
import * as T from "echarts";
|
3
|
-
import { S as W, U as m, R as j } from "./main-BJRpvr2g.js";
|
4
|
-
import "./assets/liquidjs-BfOWWjtJ.js";
|
5
|
-
import "./assets/underscore-B0BCaBxV.js";
|
6
|
-
import "./assets/file-saver-CwlpTZSc.js";
|
7
|
-
import "./assets/clone-BZn0cTAu.js";
|
8
|
-
import "./assets/underscore.string-DVXD2SZo.js";
|
9
|
-
import "./assets/moment-h96o7c8I.js";
|
10
|
-
import { _ as q } from "./SearchForm.vue_vue_type_style_index_0_lang-BvwtZSIf.js";
|
11
|
-
const oe = /* @__PURE__ */ H({
|
12
|
-
__name: "Racebar",
|
13
|
-
props: {
|
14
|
-
searchData: {},
|
15
|
-
route: {},
|
16
|
-
module: {},
|
17
|
-
schema: {},
|
18
|
-
table: {},
|
19
|
-
layout: {},
|
20
|
-
next: {},
|
21
|
-
set: {},
|
22
|
-
url: {},
|
23
|
-
win: {}
|
24
|
-
},
|
25
|
-
emits: ["search"],
|
26
|
-
setup(z, { expose: k, emit: G }) {
|
27
|
-
let w = z, { route: J, module: K, schema: A, table: R, layout: e, set: f, searchData: L } = I(w), h = y(), x = y(), b = y();
|
28
|
-
y({ width: null, height: null });
|
29
|
-
let o = null, S = null, s = [], n = 0, a, U = W.config.sys, B = () => {
|
30
|
-
}, D = () => {
|
31
|
-
var t;
|
32
|
-
let l = m.dom.getHeight(b.value), g = m.dom.getHeight((t = x.value) == null ? void 0 : t.$el), p = m.dom.getWidth(b.value);
|
33
|
-
p && (h.value.style.width = Math.floor(p) + "px");
|
34
|
-
let v = l - g - 1;
|
35
|
-
v && (h.value.style.height = v + "px");
|
36
|
-
}, C = (l) => {
|
37
|
-
j.module.triggerResize(x.value, l), P(() => {
|
38
|
-
D(), o == null || o.resize();
|
39
|
-
});
|
40
|
-
}, E = () => {
|
41
|
-
let l = m.array.distinct(f.value[R.value.name], (t) => t[e.value.legend]);
|
42
|
-
s = m.array.distinct(f.value[e.value.table], (t) => t[e.value.date]);
|
43
|
-
function g() {
|
44
|
-
let t = s[n], i = [];
|
45
|
-
for (let r = 0; r < l.length; ++r) {
|
46
|
-
let _ = l[r], u = f.value[e.value.table].find((c) => c[e.value.legend] == _ && c[e.value.date] == t);
|
47
|
-
u ? i.push(u[e.value.value]) : i.push(0);
|
48
|
-
}
|
49
|
-
return i;
|
50
|
-
}
|
51
|
-
let p = g();
|
52
|
-
a = {
|
53
|
-
title: { textStyle: { color: "#777" } },
|
54
|
-
tooltip: { axisPointer: { type: "shadow" } },
|
55
|
-
//表示显示图例
|
56
|
-
legend: { right: "2%", top: 10, textStyle: { color: "#777" } },
|
57
|
-
grid: { top: 35, bottom: 30, left: 120, right: 60 },
|
58
|
-
xAxis: {
|
59
|
-
//表示x轴是显示值的,值从 图表坐标值 中来
|
60
|
-
type: "value",
|
61
|
-
max: "dataMax",
|
62
|
-
axisLabel: { color: "#777" },
|
63
|
-
splitLine: { lineStyle: { color: "#eee" } }
|
64
|
-
},
|
65
|
-
yAxis: {
|
66
|
-
type: "category",
|
67
|
-
data: l,
|
68
|
-
inverse: !0,
|
69
|
-
animationDuration: 300,
|
70
|
-
animationDurationUpdate: 300,
|
71
|
-
axisLabel: {
|
72
|
-
show: !0,
|
73
|
-
color: null,
|
74
|
-
fontSize: 14,
|
75
|
-
formatter(t) {
|
76
|
-
return `{flag|${t}}`;
|
77
|
-
},
|
78
|
-
rich: { flag: { fontSize: 16, fontFamily: "Consolas" }, icon: { color: "red" } },
|
79
|
-
textStyle: {
|
80
|
-
color(t) {
|
81
|
-
return e.value.legends && e.value.legends[t] ? e.value.legends[t].color : "red";
|
82
|
-
}
|
83
|
-
}
|
84
|
-
}
|
85
|
-
},
|
86
|
-
series: [{
|
87
|
-
realtimeSort: !0,
|
88
|
-
name: e.value.title,
|
89
|
-
type: "bar",
|
90
|
-
data: p,
|
91
|
-
label: {
|
92
|
-
show: !0,
|
93
|
-
precision: 0,
|
94
|
-
//值动画精度
|
95
|
-
valueAnimation: !0,
|
96
|
-
//值动画,启用后bar值的变动会有动画
|
97
|
-
position: "right",
|
98
|
-
color: "#777",
|
99
|
-
fontFamily: "Consolas",
|
100
|
-
fontSize: 15
|
101
|
-
},
|
102
|
-
itemStyle: {
|
103
|
-
//设置当前y轴值对应的柱状图颜色
|
104
|
-
color(t) {
|
105
|
-
return e.value.legends && e.value.legends[t.name] ? e.value.legends[t.name].color : "red";
|
106
|
-
}
|
107
|
-
}
|
108
|
-
}],
|
109
|
-
animationDuration: 3e3,
|
110
|
-
animationDurationUpdate: 3e3,
|
111
|
-
animationEasing: "linear",
|
112
|
-
animationEasingUpdate: "linear",
|
113
|
-
//全局图形配置
|
114
|
-
graphic: {
|
115
|
-
//元素配置
|
116
|
-
elements: [{
|
117
|
-
type: "text",
|
118
|
-
right: 100,
|
119
|
-
bottom: 70,
|
120
|
-
style: {
|
121
|
-
text: s[n],
|
122
|
-
//当前显示的数据所在时间,后面更新
|
123
|
-
font: "bolder 35px monospace",
|
124
|
-
fill: "rgba(100, 100, 100, 0.6)"
|
125
|
-
},
|
126
|
-
z: 100
|
127
|
-
}]
|
128
|
-
}
|
129
|
-
}, U.theme == "dark" && (a.title.textStyle.color = "rgba(255,255,255,0.8)", a.legend.textStyle.color = "rgba(255,255,255,.72)", a.xAxis.axisLabel.color = "rgba(255,255,255,.72)", a.xAxis.splitLine.lineStyle.color = "rgba(110,117,130,0.2)", a.yAxis.axisLabel.color = "rgba(255,255,255,.72)", a.series[0].label.color = "rgba(255,255,255,.72)"), o.setOption(a), n++;
|
130
|
-
function v() {
|
131
|
-
let t = s[n], i = a.series[0].data;
|
132
|
-
for (let r = 0; r < i.length; ++r) {
|
133
|
-
let _ = l[r], u = f.value[e.value.table].find((c) => c[e.value.legend] == _ && c[e.value.date] == t);
|
134
|
-
u ? i[r] = u[e.value.value] : i[r] = 0;
|
135
|
-
}
|
136
|
-
a.graphic.elements[0].style.text = t, o.setOption(a);
|
137
|
-
}
|
138
|
-
S = setInterval(function() {
|
139
|
-
v(), n++, n == s.length && clearInterval(S);
|
140
|
-
}, 3e3);
|
141
|
-
};
|
142
|
-
return M(() => {
|
143
|
-
D(), o = T.init(h.value), E();
|
144
|
-
}), $(() => {
|
145
|
-
clearInterval(S), o.dispose();
|
146
|
-
}), k({ onResize: C }), (l, g) => (F(), N("div", {
|
147
|
-
ref_key: "raceBarRef",
|
148
|
-
ref: b,
|
149
|
-
class: "race-bar-layout"
|
150
|
-
}, [
|
151
|
-
O(q, {
|
152
|
-
ref_key: "searchRef",
|
153
|
-
ref: x,
|
154
|
-
schema: d(A),
|
155
|
-
table: d(R),
|
156
|
-
layout: d(e),
|
157
|
-
"search-data": d(L),
|
158
|
-
onSearch: d(B)
|
159
|
-
}, null, 8, ["schema", "table", "layout", "search-data", "onSearch"]),
|
160
|
-
V("div", {
|
161
|
-
ref_key: "chartRef",
|
162
|
-
ref: h,
|
163
|
-
class: "race-bar"
|
164
|
-
}, null, 512)
|
165
|
-
], 512));
|
166
|
-
}
|
167
|
-
});
|
168
|
-
export {
|
169
|
-
oe as default
|
170
|
-
};
|
package/dist/Radio-DA8B5Rlh.js
DELETED
@@ -1,27 +0,0 @@
|
|
1
|
-
import { defineComponent as p, defineAsyncComponent as u, toRefs as c, openBlock as V, createBlock as b, unref as e, isRef as w } from "vue";
|
2
|
-
const x = /* @__PURE__ */ p({
|
3
|
-
__name: "Radio",
|
4
|
-
props: {
|
5
|
-
schema: {},
|
6
|
-
table: {},
|
7
|
-
field: {},
|
8
|
-
set: {},
|
9
|
-
row: {},
|
10
|
-
modelValue: {}
|
11
|
-
},
|
12
|
-
setup(a) {
|
13
|
-
let r = u(() => import("./Dictionary-ICeLwv7E.js")), s = a, { schema: m, table: n, field: d, set: i, row: f, modelValue: l } = c(s);
|
14
|
-
return (_, o) => (V(), b(e(r), {
|
15
|
-
schema: e(m),
|
16
|
-
table: e(n),
|
17
|
-
field: e(d),
|
18
|
-
set: e(i),
|
19
|
-
row: e(f),
|
20
|
-
modelValue: e(l),
|
21
|
-
"onUpdate:modelValue": o[0] || (o[0] = (t) => w(l) ? l.value = t : l = t)
|
22
|
-
}, null, 8, ["schema", "table", "field", "set", "row", "modelValue"]));
|
23
|
-
}
|
24
|
-
});
|
25
|
-
export {
|
26
|
-
x as default
|
27
|
-
};
|
package/dist/Radio-DkcBKBvX.js
DELETED
@@ -1,47 +0,0 @@
|
|
1
|
-
import { defineComponent as g, toRefs as b, computed as x, resolveComponent as u, openBlock as o, createBlock as m, unref as a, isRef as h, withCtx as i, createElementBlock as v, Fragment as y, renderList as B, createTextVNode as C, toDisplayString as R } from "vue";
|
2
|
-
const E = /* @__PURE__ */ g({
|
3
|
-
__name: "Radio",
|
4
|
-
props: {
|
5
|
-
schema: {},
|
6
|
-
table: {},
|
7
|
-
field: {},
|
8
|
-
set: {},
|
9
|
-
row: {},
|
10
|
-
modelValue: {}
|
11
|
-
},
|
12
|
-
emits: ["submit", "change", "update:modelValue"],
|
13
|
-
setup(s, { emit: p }) {
|
14
|
-
let r = p, c = s, { table: k, field: d, set: w, modelValue: _ } = b(c), t = x({
|
15
|
-
get() {
|
16
|
-
return _.value;
|
17
|
-
},
|
18
|
-
set(l) {
|
19
|
-
r("update:modelValue", l), r("change", l);
|
20
|
-
}
|
21
|
-
});
|
22
|
-
return (l, n) => {
|
23
|
-
const f = u("el-radio"), V = u("el-radio-group");
|
24
|
-
return o(), m(V, {
|
25
|
-
modelValue: a(t),
|
26
|
-
"onUpdate:modelValue": n[0] || (n[0] = (e) => h(t) ? t.value = e : t = e)
|
27
|
-
}, {
|
28
|
-
default: i(() => [
|
29
|
-
(o(!0), v(y, null, B(a(d).control.data.data, (e) => (o(), m(f, {
|
30
|
-
disabled: a(d).control.readonly,
|
31
|
-
value: e.value,
|
32
|
-
key: e.value
|
33
|
-
}, {
|
34
|
-
default: i(() => [
|
35
|
-
C(R(e.text), 1)
|
36
|
-
]),
|
37
|
-
_: 2
|
38
|
-
}, 1032, ["disabled", "value"]))), 128))
|
39
|
-
]),
|
40
|
-
_: 1
|
41
|
-
}, 8, ["modelValue"]);
|
42
|
-
};
|
43
|
-
}
|
44
|
-
});
|
45
|
-
export {
|
46
|
-
E as default
|
47
|
-
};
|
package/dist/Rate-B7jKTFKT.js
DELETED
@@ -1,34 +0,0 @@
|
|
1
|
-
import { defineComponent as i, toRefs as c, computed as f, resolveComponent as V, openBlock as _, createBlock as b, unref as u, isRef as g } from "vue";
|
2
|
-
const v = /* @__PURE__ */ i({
|
3
|
-
__name: "Rate",
|
4
|
-
props: {
|
5
|
-
schema: {},
|
6
|
-
table: {},
|
7
|
-
field: {},
|
8
|
-
set: {},
|
9
|
-
row: {},
|
10
|
-
modelValue: {}
|
11
|
-
},
|
12
|
-
emits: ["submit", "change", "update:modelValue"],
|
13
|
-
setup(r, { emit: d }) {
|
14
|
-
let t = d, m = r, { table: R, field: s, set: h, modelValue: o } = c(m), e = f({
|
15
|
-
get() {
|
16
|
-
return o.value ? parseInt(o.value) : null;
|
17
|
-
},
|
18
|
-
set(l) {
|
19
|
-
t("update:modelValue", l), t("change", l);
|
20
|
-
}
|
21
|
-
});
|
22
|
-
return (l, a) => {
|
23
|
-
const p = V("el-rate");
|
24
|
-
return _(), b(p, {
|
25
|
-
disabled: u(s).control.readonly,
|
26
|
-
modelValue: u(e),
|
27
|
-
"onUpdate:modelValue": a[0] || (a[0] = (n) => g(e) ? e.value = n : e = n)
|
28
|
-
}, null, 8, ["disabled", "modelValue"]);
|
29
|
-
};
|
30
|
-
}
|
31
|
-
});
|
32
|
-
export {
|
33
|
-
v as default
|
34
|
-
};
|
package/dist/Rate-BmC4gw_0.js
DELETED
@@ -1,34 +0,0 @@
|
|
1
|
-
import { defineComponent as u, toRefs as s, computed as m, resolveComponent as c, openBlock as p, createBlock as d, unref as i } from "vue";
|
2
|
-
const V = /* @__PURE__ */ u({
|
3
|
-
__name: "Rate",
|
4
|
-
props: {
|
5
|
-
schema: {},
|
6
|
-
table: {},
|
7
|
-
field: {},
|
8
|
-
set: {},
|
9
|
-
row: {},
|
10
|
-
modelValue: {}
|
11
|
-
},
|
12
|
-
emits: ["submit", "change", "update:modelValue"],
|
13
|
-
setup(a, { emit: o }) {
|
14
|
-
let l = o, n = a, { table: f, field: _, set: b, modelValue: e } = s(n);
|
15
|
-
return m({
|
16
|
-
get() {
|
17
|
-
return e.value ? parseInt(e.value) : e;
|
18
|
-
},
|
19
|
-
set(t) {
|
20
|
-
l("update:modelValue", t), l("change", t);
|
21
|
-
}
|
22
|
-
}), (t, h) => {
|
23
|
-
const r = c("el-rate");
|
24
|
-
return p(), d(r, {
|
25
|
-
class: "detail-rate",
|
26
|
-
value: i(e),
|
27
|
-
disabled: ""
|
28
|
-
}, null, 8, ["value"]);
|
29
|
-
};
|
30
|
-
}
|
31
|
-
});
|
32
|
-
export {
|
33
|
-
V as default
|
34
|
-
};
|