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,304 +0,0 @@
|
|
1
|
-
import { defineComponent as F, toRefs as R, ref as T, onMounted as B, openBlock as E, createBlock as G, unref as f, withCtx as P, createElementVNode as A, createTextVNode as V, toDisplayString as b } from "vue";
|
2
|
-
import { S as O, D as K, _ as N, U } 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 ee = /* @__PURE__ */ F({
|
10
|
-
__name: "Stock",
|
11
|
-
props: {
|
12
|
-
searchData: {},
|
13
|
-
route: {},
|
14
|
-
module: {},
|
15
|
-
schema: {},
|
16
|
-
table: {},
|
17
|
-
layout: {},
|
18
|
-
next: {},
|
19
|
-
set: {},
|
20
|
-
url: {},
|
21
|
-
win: {}
|
22
|
-
},
|
23
|
-
setup(k) {
|
24
|
-
let L = k, { module: j, schema: z, table: v, layout: n, next: W, set: h } = R(L), p = null, c = null, y = "#04aa4e", x = "#ff5945", w = T(), u = { history: null, week: null, month: null }, S = O.config.sys, M = (t) => {
|
25
|
-
let o = U.array.orderBy(t, (i) => i[n.value.time], !1), e = [], l = [], r = [];
|
26
|
-
for (let i = 0; i < o.length; i++) {
|
27
|
-
let a = o[i];
|
28
|
-
e.push(a[n.value.time]);
|
29
|
-
let d = parseFloat(a[n.value.open]), s = parseFloat(a[n.value.close]);
|
30
|
-
l.push([d, s, parseFloat(a[n.value.low]), parseFloat(a[n.value.high])]);
|
31
|
-
let C = {
|
32
|
-
value: parseFloat(a[n.value.volumn]),
|
33
|
-
itemStyle: { color: s > d ? y : x }
|
34
|
-
};
|
35
|
-
r.push(C);
|
36
|
-
}
|
37
|
-
return { times: e, values: l, volumes: r };
|
38
|
-
}, m = (t, o) => {
|
39
|
-
let e = [];
|
40
|
-
for (let l = 0, r = t.values.length; l < r; l++) {
|
41
|
-
if (l < o) {
|
42
|
-
e.push("-");
|
43
|
-
continue;
|
44
|
-
}
|
45
|
-
let i = 0;
|
46
|
-
for (let a = 0; a < o; a++)
|
47
|
-
i += t.values[l - a][1];
|
48
|
-
e.push(i / o);
|
49
|
-
}
|
50
|
-
return e;
|
51
|
-
}, _ = (t) => {
|
52
|
-
let o = n.value.trade, e = {
|
53
|
-
animation: !1,
|
54
|
-
//关闭动画,提升性能
|
55
|
-
// title: {text: this.table.title, left: 'left', textStyle: {}},//标题
|
56
|
-
tooltip: {
|
57
|
-
trigger: "axis",
|
58
|
-
backgroundColor: "rgba(255, 255, 255, 0.8)",
|
59
|
-
textStyle: { color: "#666" },
|
60
|
-
borderColor: "#ddd",
|
61
|
-
borderWidth: 1,
|
62
|
-
axisPointer: { type: "cross" }
|
63
|
-
},
|
64
|
-
//提示
|
65
|
-
title: { textStyle: { color: null } },
|
66
|
-
axisPointer: { link: { xAxisIndex: "all" } },
|
67
|
-
//连接多个坐标轴的提示器
|
68
|
-
grid: [
|
69
|
-
{ left: "2%", right: "3%", height: "60%", containLabel: !0 },
|
70
|
-
//k线图占据网格配置
|
71
|
-
{ left: "4%", right: "3%", top: "76%", containLabel: !0 }
|
72
|
-
//交易量图的网格
|
73
|
-
],
|
74
|
-
dataZoom: [
|
75
|
-
{ type: "inside", start: 0, end: 100, xAxisIndex: [0, 1] },
|
76
|
-
//K线图 和 交易量 控件联动;控制默认滑块的选择范围
|
77
|
-
{ show: !0, type: "slider", top: "91%", start: 50, end: 100 }
|
78
|
-
//不显示底部滑块
|
79
|
-
],
|
80
|
-
toolbox: { left: "2%", feature: { dataZoom: { yAxisIndex: "none" }, restore: {}, saveAsImage: {} } },
|
81
|
-
xAxis: [
|
82
|
-
{
|
83
|
-
//主图
|
84
|
-
type: "category",
|
85
|
-
scale: !0,
|
86
|
-
data: t.times,
|
87
|
-
//X坐标轴
|
88
|
-
boundaryGap: !0,
|
89
|
-
//保留边界,当图标数据过多时,可以看的更完整
|
90
|
-
axisTick: { show: !1 },
|
91
|
-
//不显示坐标轴刻度
|
92
|
-
axisLabel: { show: !1 },
|
93
|
-
//不显示x坐标轴标签
|
94
|
-
axisLine: { onZero: !1, show: !1 }
|
95
|
-
//隐藏x坐标轴线
|
96
|
-
},
|
97
|
-
{
|
98
|
-
//交易量图
|
99
|
-
type: "category",
|
100
|
-
gridIndex: 1,
|
101
|
-
data: t.times,
|
102
|
-
boundaryGap: !0,
|
103
|
-
//保留边界,当图标数据过多时,可以看的更完整
|
104
|
-
axisTick: { show: !1 },
|
105
|
-
//不显示x坐标轴刻度
|
106
|
-
axisLabel: { color: "#9b9da9" },
|
107
|
-
//label文字设置
|
108
|
-
axisLine: { onZero: !1, show: !1 }
|
109
|
-
//隐藏x坐标轴线
|
110
|
-
}
|
111
|
-
],
|
112
|
-
yAxis: [
|
113
|
-
{
|
114
|
-
//k线图
|
115
|
-
type: null,
|
116
|
-
scale: !0,
|
117
|
-
axisTick: { show: !1 },
|
118
|
-
//不显示y坐标轴刻度
|
119
|
-
splitArea: { show: !1 },
|
120
|
-
//不显示间隔块
|
121
|
-
splitLine: { lineStyle: { color: "#eee" } },
|
122
|
-
//分割线颜色
|
123
|
-
axisLabel: { color: "#777" },
|
124
|
-
//y轴标签颜色
|
125
|
-
axisLine: { show: !1 }
|
126
|
-
//隐藏y坐标轴线
|
127
|
-
},
|
128
|
-
{
|
129
|
-
//交易量图
|
130
|
-
show: !1,
|
131
|
-
gridIndex: 1,
|
132
|
-
position: "left",
|
133
|
-
//刻度数值的位置
|
134
|
-
axisLine: { show: !1 },
|
135
|
-
//不显示y坐标轴
|
136
|
-
axisTick: { show: !1 },
|
137
|
-
splitLine: { onZero: !0, show: !1 },
|
138
|
-
//y轴分割线
|
139
|
-
axisLabel: { color: "#c7c7c7", inside: !0, fontSize: 8 }
|
140
|
-
//label文字朝内对齐
|
141
|
-
}
|
142
|
-
],
|
143
|
-
series: [],
|
144
|
-
legend: null
|
145
|
-
};
|
146
|
-
if (h.value[v.value.name][0][n.value.open])
|
147
|
-
e.legend = { data: ["日K", "MA5", "MA10", "MA20", "MA30"], right: "2%" }, e.series = [
|
148
|
-
{
|
149
|
-
name: "日K",
|
150
|
-
type: "candlestick",
|
151
|
-
//k线图
|
152
|
-
gridIndex: 1,
|
153
|
-
//网格索引,表示使用第2个网格的配置
|
154
|
-
data: t.values,
|
155
|
-
itemStyle: {
|
156
|
-
color: y,
|
157
|
-
color0: x,
|
158
|
-
borderColor: y,
|
159
|
-
borderColor0: x
|
160
|
-
},
|
161
|
-
markPoint: {
|
162
|
-
//图标标注
|
163
|
-
symbol: "pin",
|
164
|
-
//标记的图形
|
165
|
-
label: {
|
166
|
-
normal: {
|
167
|
-
formatter: function(l) {
|
168
|
-
return l != null ? l.value : "";
|
169
|
-
}
|
170
|
-
}
|
171
|
-
},
|
172
|
-
data: [{ type: "max" }],
|
173
|
-
tooltip: {
|
174
|
-
formatter: function(l) {
|
175
|
-
debugger;
|
176
|
-
return l.name + "<br>" + (l.data.coord || "");
|
177
|
-
}
|
178
|
-
}
|
179
|
-
}
|
180
|
-
},
|
181
|
-
{
|
182
|
-
name: "成交量",
|
183
|
-
type: "bar",
|
184
|
-
data: t.volumes,
|
185
|
-
xAxisIndex: 1,
|
186
|
-
//绑定对应的x坐标轴配置
|
187
|
-
yAxisIndex: 1
|
188
|
-
//绑定对应的y坐标轴配置
|
189
|
-
},
|
190
|
-
{
|
191
|
-
name: "MA5",
|
192
|
-
type: "line",
|
193
|
-
data: m(t, 5),
|
194
|
-
smooth: !0,
|
195
|
-
lineStyle: { width: 1 },
|
196
|
-
itemStyle: { opacity: 0 }
|
197
|
-
//点样式
|
198
|
-
},
|
199
|
-
{
|
200
|
-
name: "MA10",
|
201
|
-
type: "line",
|
202
|
-
data: m(t, 10),
|
203
|
-
smooth: !0,
|
204
|
-
lineStyle: { width: 1 },
|
205
|
-
itemStyle: { opacity: 0 }
|
206
|
-
//点样式
|
207
|
-
},
|
208
|
-
{
|
209
|
-
name: "MA20",
|
210
|
-
type: "line",
|
211
|
-
data: m(t, 20),
|
212
|
-
smooth: !0,
|
213
|
-
lineStyle: { width: 1 },
|
214
|
-
itemStyle: { opacity: 0 }
|
215
|
-
//点样式
|
216
|
-
},
|
217
|
-
{
|
218
|
-
name: "MA30",
|
219
|
-
type: "line",
|
220
|
-
data: m(t, 30),
|
221
|
-
smooth: !0,
|
222
|
-
lineStyle: { width: 1 },
|
223
|
-
itemStyle: { opacity: 0 }
|
224
|
-
//点样式
|
225
|
-
}
|
226
|
-
];
|
227
|
-
else {
|
228
|
-
e.legend = { data: ["净值"], right: "2%", textStyle: {} }, e.yAxis[0].type = "value", e.series = [], S.theme == "dark" && (e.title.textStyle.color = "rgba(255,255,255,0.8)", e.legend.textStyle.color = "rgba(255,255,255,.72)", e.xAxis[0].axisLabel.color = "rgba(255,255,255,.72)", e.yAxis[0].splitLine.lineStyle.color = "rgba(110,117,130,0.2)", e.yAxis[0].axisLabel.color = "rgba(255,255,255,.72)");
|
229
|
-
let l = "#62bfff", r = {
|
230
|
-
name: "净值",
|
231
|
-
type: "line",
|
232
|
-
lineStyle: { color: l, width: 1 },
|
233
|
-
itemStyle: { color: l },
|
234
|
-
//点样式
|
235
|
-
smooth: !0,
|
236
|
-
data: [],
|
237
|
-
areaStyle: {
|
238
|
-
color: new c.graphic.LinearGradient(0, 0, 0, 1, [{
|
239
|
-
offset: 0,
|
240
|
-
color: l
|
241
|
-
}, {
|
242
|
-
offset: 1,
|
243
|
-
color: "#fff"
|
244
|
-
}])
|
245
|
-
}
|
246
|
-
};
|
247
|
-
S.theme == "dark" && (r.areaStyle.color = new c.graphic.LinearGradient(
|
248
|
-
0,
|
249
|
-
0,
|
250
|
-
0,
|
251
|
-
1,
|
252
|
-
[
|
253
|
-
{ offset: 0, color: l },
|
254
|
-
{ offset: 1, color: "#354052" }
|
255
|
-
]
|
256
|
-
)), e.xAxis[0].data.push(...t.times);
|
257
|
-
let i = t.values.map((a) => a[1]);
|
258
|
-
r.data.push(...i), e.series.push(r);
|
259
|
-
}
|
260
|
-
return o && h.value[o.table].forEach((r) => {
|
261
|
-
let i = r[o.time], a = t.times.indexOf(i), d = t.values[a], s = {
|
262
|
-
coord: [i],
|
263
|
-
itemStyle: { color: null },
|
264
|
-
label: { position: null, offset: null },
|
265
|
-
value: null,
|
266
|
-
symbolRotate: null
|
267
|
-
};
|
268
|
-
r[o.direction] == 1 ? (s.coord.push(d[2] * 0.99), s.value = "买", s.itemStyle.color = "#00c805", s.symbolRotate = 180, s.label.position = "insideBottom", s.label.offset = [0, -5]) : (s.coord.push(d[3] * 1.01), s.value = "卖", s.itemStyle.color = "#ff5000"), e.series[0].markPoint.data.push(s);
|
269
|
-
}), e;
|
270
|
-
}, g = (t) => {
|
271
|
-
let o = 0;
|
272
|
-
return t.forEach((e) => {
|
273
|
-
let r = Math.max(e[0] - e[2], e[3] - e[0]) / e[0];
|
274
|
-
o += r;
|
275
|
-
}), o / t.length * 100;
|
276
|
-
}, I = (t) => {
|
277
|
-
let o = _(t);
|
278
|
-
p || (p = c.init(w.value)), p.setOption(o);
|
279
|
-
let e = t.values, l = e.reverse();
|
280
|
-
u.history = g(e), u.week = g(l.slice(0, 7)), u.month = g(l.slice(0, 30));
|
281
|
-
}, Z = () => {
|
282
|
-
let t = h.value[v.value.name];
|
283
|
-
t.length > 0 && I(M(t));
|
284
|
-
};
|
285
|
-
return B(async () => {
|
286
|
-
c = await K.cdn.getECharts(), Z();
|
287
|
-
}), (t, o) => (E(), G(f(N), null, {
|
288
|
-
default: P(() => [
|
289
|
-
A("div", {
|
290
|
-
ref_key: "chartRef",
|
291
|
-
ref: w,
|
292
|
-
class: "chart"
|
293
|
-
}, o[0] || (o[0] = [
|
294
|
-
A("div", { class: "ha-empty" }, "暂无行情数据", -1)
|
295
|
-
]), 512),
|
296
|
-
V(" 30日开盘振幅:" + b(f(u).month) + "% 7日开盘振幅:" + b(f(u).week) + "% 历史开盘振幅:" + b(f(u).history) + "% ", 1)
|
297
|
-
]),
|
298
|
-
_: 1
|
299
|
-
}));
|
300
|
-
}
|
301
|
-
});
|
302
|
-
export {
|
303
|
-
ee as _
|
304
|
-
};
|
package/dist/Switch-CGcPpvTj.js
DELETED
@@ -1,27 +0,0 @@
|
|
1
|
-
import { defineComponent as u, defineAsyncComponent as f, toRefs as c, openBlock as b, createBlock as w, unref as e, isRef as V } from "vue";
|
2
|
-
const x = /* @__PURE__ */ u({
|
3
|
-
__name: "Switch",
|
4
|
-
props: {
|
5
|
-
schema: {},
|
6
|
-
table: {},
|
7
|
-
field: {},
|
8
|
-
set: {},
|
9
|
-
row: {},
|
10
|
-
modelValue: { type: [String, Number, Boolean] }
|
11
|
-
},
|
12
|
-
setup(a) {
|
13
|
-
let r = f(() => import("./Dictionary-ICeLwv7E.js")), n = a, { schema: m, table: s, field: i, set: d, row: p, modelValue: t } = c(n);
|
14
|
-
return (h, l) => (b(), w(e(r), {
|
15
|
-
schema: e(m),
|
16
|
-
table: e(s),
|
17
|
-
field: e(i),
|
18
|
-
set: e(d),
|
19
|
-
row: e(p),
|
20
|
-
modelValue: e(t),
|
21
|
-
"onUpdate:modelValue": l[0] || (l[0] = (o) => V(t) ? t.value = o : t = o)
|
22
|
-
}, null, 8, ["schema", "table", "field", "set", "row", "modelValue"]));
|
23
|
-
}
|
24
|
-
});
|
25
|
-
export {
|
26
|
-
x as default
|
27
|
-
};
|
package/dist/Switch-DhFaku5L.js
DELETED
@@ -1,50 +0,0 @@
|
|
1
|
-
import { defineComponent as V, toRefs as h, computed as _, resolveComponent as b, openBlock as m, createElementBlock as i, createVNode as g, unref as l, isRef as C, createCommentVNode as w } from "vue";
|
2
|
-
const k = { class: "control-switch" }, x = /* @__PURE__ */ V({
|
3
|
-
__name: "Switch",
|
4
|
-
props: {
|
5
|
-
schema: {},
|
6
|
-
table: {},
|
7
|
-
field: {},
|
8
|
-
set: {},
|
9
|
-
row: {},
|
10
|
-
modelValue: { type: [Boolean, Number] }
|
11
|
-
},
|
12
|
-
emits: ["submit", "change", "update:modelValue"],
|
13
|
-
setup(c, { emit: p }) {
|
14
|
-
let d = p, f = c, { table: y, field: n, set: B, modelValue: s } = h(f), r = () => {
|
15
|
-
e.value = null;
|
16
|
-
}, v = (o) => {
|
17
|
-
let t = n.value.control.data.data.find((u) => u.value == o);
|
18
|
-
e.value = t.value;
|
19
|
-
}, e = _({
|
20
|
-
get() {
|
21
|
-
if (s.value != null)
|
22
|
-
return s.value == !0;
|
23
|
-
},
|
24
|
-
set(o) {
|
25
|
-
d("update:modelValue", o), d("change", o);
|
26
|
-
}
|
27
|
-
});
|
28
|
-
return (o, t) => {
|
29
|
-
const u = b("el-switch");
|
30
|
-
return m(), i("span", k, [
|
31
|
-
g(u, {
|
32
|
-
small: "",
|
33
|
-
disabled: l(n).control.readonly,
|
34
|
-
onChange: l(v),
|
35
|
-
modelValue: l(e),
|
36
|
-
"onUpdate:modelValue": t[0] || (t[0] = (a) => C(e) ? e.value = a : e = a)
|
37
|
-
}, null, 8, ["disabled", "onChange", "modelValue"]),
|
38
|
-
!l(n).required && l(e) != null ? (m(), i("i", {
|
39
|
-
key: 0,
|
40
|
-
class: "fa fa-times",
|
41
|
-
onClick: t[1] || (t[1] = //@ts-ignore
|
42
|
-
(...a) => l(r) && l(r)(...a))
|
43
|
-
})) : w("", !0)
|
44
|
-
]);
|
45
|
-
};
|
46
|
-
}
|
47
|
-
});
|
48
|
-
export {
|
49
|
-
x as default
|
50
|
-
};
|
package/dist/Table-1R7b4wsF.js
DELETED
@@ -1,247 +0,0 @@
|
|
1
|
-
import { defineComponent as Ce, defineAsyncComponent as Re, toRefs as ke, ref as c, onMounted as Se, computed as K, watch as $e, resolveComponent as b, openBlock as v, createElementBlock as F, Fragment as Q, createVNode as R, unref as e, withCtx as h, createTextVNode as Fe, toDisplayString as B, createBlock as z, createCommentVNode as D, renderList as ze, createElementVNode as C, normalizeStyle as De, resolveDynamicComponent as He, nextTick as X } from "vue";
|
2
|
-
import { U as m, c as Ie, I as Y, h as Z, m as T, s as qe, q as Be, F as U } 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 = {
|
10
|
-
key: 0,
|
11
|
-
class: "required"
|
12
|
-
}, Ue = ["onMouseenter"], We = { class: "footer-left" }, Ae = { class: "footer-right" }, Je = /* @__PURE__ */ Ce({
|
13
|
-
__name: "Table",
|
14
|
-
props: {
|
15
|
-
route: {},
|
16
|
-
validateErrors: {},
|
17
|
-
module: {},
|
18
|
-
schema: {},
|
19
|
-
table: {},
|
20
|
-
layout: {},
|
21
|
-
next: {},
|
22
|
-
set: {},
|
23
|
-
url: {},
|
24
|
-
win: {}
|
25
|
-
},
|
26
|
-
emits: ["submit", "change", "row-edit"],
|
27
|
-
setup(ee, { expose: te, emit: le }) {
|
28
|
-
let ae = Re(() => import("./Index-Ddz9mcly.js")), H = le, oe = ee, { schema: W, table: l, layout: d, set: s, next: Ee, route: A, module: k, validateErrors: E } = ke(oe), w = c({ page: 1 }), M = c({}), p = c([]), ne = c(!0), S = c(), N = c(), V = c(), O = c(), g = c({ layout: "prev, pager, next", count: 5 }), re = new qe(), ue = (t, a, n) => {
|
29
|
-
H("row-edit", t, l.value, n);
|
30
|
-
}, ie = (t) => {
|
31
|
-
H("submit", t);
|
32
|
-
}, se = (t, a) => {
|
33
|
-
let n = l.value.show[a];
|
34
|
-
return n._headerWidth ? (t.column.realWidth || t.column.width) > n._headerWidth + 20 : !0;
|
35
|
-
}, me = (t, a) => {
|
36
|
-
let n = t.target.children[0].offsetWidth, u = l.value.show[a];
|
37
|
-
u._headerWidth = n;
|
38
|
-
}, de = (t, a, n, u, o) => {
|
39
|
-
H("change", t, a, n, u, o);
|
40
|
-
}, j = (t) => s.value[l.value.name].indexOf(t), pe = (t) => {
|
41
|
-
p.value = t;
|
42
|
-
}, ce = async (t, a, n, u, o) => {
|
43
|
-
await Be.setColumnWidth(A.value, o.name, n.property, t);
|
44
|
-
}, fe = (t) => {
|
45
|
-
L(t.contentRect.width), X(() => {
|
46
|
-
P(t.contentRect.height);
|
47
|
-
});
|
48
|
-
}, L = (t = null) => {
|
49
|
-
let a = m.dom.parentUntil(S.value.$el, ".ha-main-form");
|
50
|
-
t == null && (t = m.dom.getWidth(a)), t <= 690 ? g.value.count = 5 : g.value.count = 7, t <= 300 ? g.value.layout = "pager" : t <= 620 ? g.value.layout = "prev, pager, next" : g.value.layout = "total, prev, pager, next, jumper";
|
51
|
-
}, P = (t = null) => {
|
52
|
-
let a = m.dom.parentUntil(S.value.$el, ".ha-main-form");
|
53
|
-
t || (t = m.dom.getHeight(a));
|
54
|
-
let n = m.dom.getHeight(N.value), u = m.dom.find(a, ".main-footer"), o = m.dom.getHeight(u), i = t - n - o;
|
55
|
-
O.value = `${i}px`;
|
56
|
-
}, ve = async () => {
|
57
|
-
let t = s.value[l.value.name].length, a = T.getDefaultRow(l.value);
|
58
|
-
s.value[l.value.name].push(a);
|
59
|
-
let n = l.value.fields.filter((o) => o.feature != null);
|
60
|
-
for (let o = 0; o < n.length; o++) {
|
61
|
-
let i = n[o];
|
62
|
-
(await U.feature.createAsync(i.feature.type)).add(l.value, i, s.value, a);
|
63
|
-
}
|
64
|
-
I(t);
|
65
|
-
let u = m.scroll.isBottom(".tree-detail");
|
66
|
-
await X(() => {
|
67
|
-
u && m.scroll.scrollToBottom(".tree-detail");
|
68
|
-
});
|
69
|
-
}, he = async (t = null) => {
|
70
|
-
let a = p.value[0], n = T.getDefaultRow(l.value), u = m.array.insert(s.value[l.value.name], a, n), o = l.value.fields.filter((i) => i.feature != null);
|
71
|
-
for (let i = 0; i < o.length; i++) {
|
72
|
-
let f = o[i];
|
73
|
-
(await U.feature.create(f.feature.type)).insert(l.value, f, s.value, a, n);
|
74
|
-
}
|
75
|
-
I(u), t == null || t(u);
|
76
|
-
}, ge = async () => {
|
77
|
-
let t = l.value.key.name, a = m.object.clone(p.value, (o) => {
|
78
|
-
o[t] = null, o[`Old_${t}`] = null;
|
79
|
-
}), n = s.value[l.value.name].indexOf(p.value[0]);
|
80
|
-
for (let o = 0; o < p.value.length; o++) {
|
81
|
-
let i = p.value[o], f = a[o];
|
82
|
-
m.array.append(s.value[l.value.name], i, f);
|
83
|
-
}
|
84
|
-
let u = l.value.fields.filter((o) => o.feature != null);
|
85
|
-
for (let o = 0; o < u.length; o++) {
|
86
|
-
let i = u[o];
|
87
|
-
(await U.feature.create(i.feature.type)).copy(l.value, i, s.value);
|
88
|
-
}
|
89
|
-
I(n);
|
90
|
-
}, ye = () => {
|
91
|
-
m.array.remove(s.value[l.value.name], p.value), p.value = [];
|
92
|
-
}, I = (t) => {
|
93
|
-
let a = m.math.pageCount(t + 1, d.value.size);
|
94
|
-
w.value.page = a;
|
95
|
-
}, we = (t) => {
|
96
|
-
w.value.page = t;
|
97
|
-
}, _e = () => {
|
98
|
-
S.value.$el.querySelector("tbody");
|
99
|
-
};
|
100
|
-
Se(async () => {
|
101
|
-
await re.openAsync("sys", "page", M.value), _e(), L(), m.component.detectLoaded(V, () => {
|
102
|
-
P();
|
103
|
-
});
|
104
|
-
});
|
105
|
-
let xe = K(() => {
|
106
|
-
let t = (w.value.page - 1) * d.value.size, a = w.value.page * d.value.size - 1;
|
107
|
-
return s.value[l.value.name].filter((u, o) => o >= t && o <= a);
|
108
|
-
}), be = K(() => {
|
109
|
-
let t = l.value.main ? `/${l.value.name}` : `/${W.value[0].name}/${l.value.name}`;
|
110
|
-
return Ie.getComponent(`${t}/update-child`, "partial", "update-child");
|
111
|
-
});
|
112
|
-
return $e(E, (t, a) => {
|
113
|
-
let n = t.find((u) => u.table == l.value.name);
|
114
|
-
n != null && (w.value.page = Math.ceil((n.index + 1) / d.value.size));
|
115
|
-
}), te({ onResize: fe }), (t, a) => {
|
116
|
-
const n = b("el-table-column"), u = b("el-tooltip"), o = b("el-popover"), i = b("el-form-item"), f = b("el-table"), G = b("el-pagination");
|
117
|
-
return v(), F(Q, null, [
|
118
|
-
R(f, {
|
119
|
-
ref_key: "tableRef",
|
120
|
-
ref: S,
|
121
|
-
class: "ha-table-layout table-default",
|
122
|
-
size: "small",
|
123
|
-
border: "",
|
124
|
-
"max-height": e(O),
|
125
|
-
data: e(xe),
|
126
|
-
onRowClick: a[0] || (a[0] = (r, y, _) => e(ue)(r, y, _)),
|
127
|
-
onSelectionChange: e(pe),
|
128
|
-
onHeaderDragend: a[1] || (a[1] = (r, y, _, $) => e(ce)(r, y, _, $, e(l)))
|
129
|
-
}, {
|
130
|
-
empty: h(() => [
|
131
|
-
Fe(B(e(Y).t("common.no_data")), 1)
|
132
|
-
]),
|
133
|
-
default: h(() => [
|
134
|
-
e(ne) ? (v(), z(n, {
|
135
|
-
key: 0,
|
136
|
-
type: "selection",
|
137
|
-
width: "40",
|
138
|
-
fixed: ""
|
139
|
-
})) : D("", !0),
|
140
|
-
(v(!0), F(Q, null, ze(e(l).show, (r, y) => {
|
141
|
-
var _, $, J;
|
142
|
-
return v(), z(n, {
|
143
|
-
key: r.name,
|
144
|
-
"show-overflow-tooltip": "",
|
145
|
-
prop: r.name,
|
146
|
-
label: r.label,
|
147
|
-
"min-width": ((J = ($ = (_ = e(M)) == null ? void 0 : _[e(A)]) == null ? void 0 : $[e(l).name]) == null ? void 0 : J[r.name]) ?? r.control.width,
|
148
|
-
fixed: e(d).fixed.length > 0 ? e(d).fixed.indexOf(r.name) > -1 : y == 0
|
149
|
-
}, {
|
150
|
-
header: h((x) => [
|
151
|
-
e(k).type != "Detail" && r.control.required ? (v(), F("i", Te, "*")) : D("", !0),
|
152
|
-
R(u, {
|
153
|
-
placement: "top",
|
154
|
-
content: r.label,
|
155
|
-
disabled: e(se)(x, y)
|
156
|
-
}, {
|
157
|
-
default: h(() => [
|
158
|
-
C("span", {
|
159
|
-
onMouseenter: (q) => e(me)(q, y)
|
160
|
-
}, [
|
161
|
-
C("span", null, B(e(Y).field(e(l).table, r.name)), 1)
|
162
|
-
], 40, Ue)
|
163
|
-
]),
|
164
|
-
_: 2
|
165
|
-
}, 1032, ["content", "disabled"]),
|
166
|
-
r.control.tooltip ? (v(), z(o, {
|
167
|
-
key: 1,
|
168
|
-
trigger: "hover",
|
169
|
-
placement: "top",
|
170
|
-
width: "auto",
|
171
|
-
title: r.control.tooltip.title
|
172
|
-
}, {
|
173
|
-
reference: h(() => a[2] || (a[2] = [
|
174
|
-
C("i", { class: "fa fa-question-circle icon-question" }, null, -1)
|
175
|
-
])),
|
176
|
-
default: h(() => [
|
177
|
-
C("pre", null, B(r.control.tooltip.content), 1)
|
178
|
-
]),
|
179
|
-
_: 2
|
180
|
-
}, 1032, ["title"])) : D("", !0)
|
181
|
-
]),
|
182
|
-
default: h((x) => [
|
183
|
-
R(i, {
|
184
|
-
style: De(e(Z).getStyle(r, e(k).type, e(d).type)),
|
185
|
-
rules: e(T).getRules(e(E), e(l), r, x.$index),
|
186
|
-
prop: `[${e(l).name}][${e(j)(x.row)}][${r.name}]`
|
187
|
-
}, {
|
188
|
-
default: h(() => [
|
189
|
-
R(e(ae), {
|
190
|
-
schema: e(W),
|
191
|
-
table: e(l),
|
192
|
-
field: r,
|
193
|
-
set: e(s),
|
194
|
-
row: x.row,
|
195
|
-
config: e(Z).getConfig(r, e(k).type, e(d).type),
|
196
|
-
onSubmit: e(ie),
|
197
|
-
onChange: (q) => e(de)(q, e(s), e(l), r, e(j)(x.row))
|
198
|
-
}, null, 8, ["schema", "table", "field", "set", "row", "config", "onSubmit", "onChange"])
|
199
|
-
]),
|
200
|
-
_: 2
|
201
|
-
}, 1032, ["style", "rules", "prop"])
|
202
|
-
]),
|
203
|
-
_: 2
|
204
|
-
}, 1032, ["prop", "label", "min-width", "fixed"]);
|
205
|
-
}), 128))
|
206
|
-
]),
|
207
|
-
_: 1
|
208
|
-
}, 8, ["max-height", "data", "onSelectionChange"]),
|
209
|
-
e(l).main ? D("", !0) : (v(), F("div", {
|
210
|
-
key: 0,
|
211
|
-
ref_key: "footerRef",
|
212
|
-
ref: N,
|
213
|
-
class: "table-footer"
|
214
|
-
}, [
|
215
|
-
C("div", We, [
|
216
|
-
(v(), z(He(e(be)), {
|
217
|
-
ref_key: "operationRef",
|
218
|
-
ref: V,
|
219
|
-
module: e(k),
|
220
|
-
table: e(l),
|
221
|
-
set: e(s),
|
222
|
-
selection: e(p),
|
223
|
-
onAdd: e(ve),
|
224
|
-
onInsert: e(he),
|
225
|
-
onCopy: e(ge),
|
226
|
-
onRemove: e(ye)
|
227
|
-
}, null, 40, ["module", "table", "set", "selection", "onAdd", "onInsert", "onCopy", "onRemove"]))
|
228
|
-
]),
|
229
|
-
C("div", Ae, [
|
230
|
-
R(G, {
|
231
|
-
background: "",
|
232
|
-
layout: e(g).layout,
|
233
|
-
"current-page": e(w).page,
|
234
|
-
"page-size": e(d).size,
|
235
|
-
"pager-count": e(g).count,
|
236
|
-
total: e(s)[e(l).name].length,
|
237
|
-
onCurrentChange: e(we)
|
238
|
-
}, null, 8, ["layout", "current-page", "page-size", "pager-count", "total", "onCurrentChange"])
|
239
|
-
])
|
240
|
-
], 512))
|
241
|
-
], 64);
|
242
|
-
};
|
243
|
-
}
|
244
|
-
});
|
245
|
-
export {
|
246
|
-
Je as default
|
247
|
-
};
|