halo-pc 1.0.50 → 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/@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/{comps → comp}/business/index.d.ts +2 -3
- package/esm/{comps/commons → comp/common}/Captcha.vue.d.ts +5 -1
- package/esm/{comps/commons → comp/common}/Table.vue.d.ts +4 -1
- package/esm/{comps/controls → comp/control}/Cascader.vue.d.ts +3 -1
- package/esm/{comps/controls → comp/control}/Compare.vue.d.ts +3 -1
- package/esm/{comps/controls → comp/control}/Index.vue.d.ts +3 -1
- package/esm/{comps/controls → comp/control}/Select.vue.d.ts +3 -1
- package/esm/{comps/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/commons/Debug.vue.d.ts → comp/global/HeaderTab.vue.d.ts} +2 -2
- 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/{comps/headers → comp/header}/@types/HeaderProps.d.ts +0 -1
- package/esm/{comps/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/{comps/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/{comps/lists → comp/list}/Tree.vue.d.ts +8 -1
- package/esm/{comps/pages → comp/page}/List.vue.d.ts +3 -1
- package/esm/comp/page/Paging.vue.d.ts +63 -0
- package/esm/{comps/pages → comp/page}/Single.vue.d.ts +1 -1
- package/esm/{comps/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/{comps/pagings → comp/paging}/Index.vue.d.ts +3 -1
- package/esm/{comps/pagings → comp/paging}/SearchForm.vue.d.ts +4 -1
- package/esm/{comps/pagings → comp/paging}/SearchHeader.vue.d.ts +7 -2
- package/esm/comp/paging/Table.vue.d.ts +584 -0
- package/esm/{comps/panels → comp/panel}/Operation.vue.d.ts +3 -1
- package/esm/{comps/panels → comp/panel}/Panel.vue.d.ts +1 -1
- package/esm/{comps/partials → comp/partial}/@types/PagingHeaderProps.d.ts +1 -1
- package/esm/{comps/searches → comp/search}/Select.vue.d.ts +3 -1
- package/esm/comp/single/@types/SingleEmit.d.ts +13 -0
- package/esm/{comps/singles → comp/single}/@types/SingleProps.d.ts +1 -1
- package/esm/{comps/singles → comp/single}/@types/index.d.ts +1 -0
- package/esm/{comps/singles → comp/single}/Index.vue.d.ts +3 -1
- package/esm/{comps/singles → comp/single}/Normal.vue.d.ts +4 -1
- package/esm/comp/single/Table.vue.d.ts +505 -0
- package/esm/{comps/singles → comp/single}/Tree.vue.d.ts +4 -1
- package/esm/{comps/texts → comp/text}/Autocomplete.vue.d.ts +1 -1
- package/esm/{coms/texts → comp/text}/CSharp.vue.d.ts +1 -1
- package/esm/{comps/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/{comps/texts → comp/text}/Color.vue.d.ts +1 -1
- package/esm/{coms/texts → comp/text}/Compare.vue.d.ts +1 -1
- package/esm/{comps/texts → comp/text}/Copy.vue.d.ts +1 -1
- package/esm/{comps/texts → comp/text}/Date.vue.d.ts +1 -1
- package/esm/{comps/texts → comp/text}/DateRange.vue.d.ts +1 -1
- package/esm/{comps/texts → comp/text}/DateTime.vue.d.ts +1 -1
- package/esm/{comps/texts → comp/text}/Decimal.vue.d.ts +1 -1
- package/esm/{coms/texts → comp/text}/Dictionary.vue.d.ts +1 -1
- package/esm/{comps/texts → comp/text}/Email.vue.d.ts +1 -1
- package/esm/{coms/controls → comp/text}/Index.vue.d.ts +1 -1
- package/esm/{coms/texts → comp/text}/Int.vue.d.ts +1 -1
- package/esm/{comps/texts → comp/text}/Markdown.vue.d.ts +1 -1
- package/esm/{comps/texts → comp/text}/Month.vue.d.ts +1 -1
- package/esm/{coms/texts → comp/text}/Password.vue.d.ts +1 -1
- package/esm/{comps/texts → comp/text}/Progress.vue.d.ts +1 -1
- package/esm/{coms/texts → comp/text}/Radio.vue.d.ts +1 -1
- package/esm/{coms/controls → comp/text}/Rate.vue.d.ts +1 -1
- package/esm/{comps/texts → comp/text}/RichText.vue.d.ts +1 -1
- package/esm/{comps/texts → comp/text}/Select.vue.d.ts +1 -1
- package/esm/{comps/texts → comp/text}/Switch.vue.d.ts +1 -1
- package/esm/{comps/texts → comp/text}/Text.vue.d.ts +4 -2
- package/esm/{coms/texts → comp/text}/TextLink.vue.d.ts +1 -1
- package/esm/{comps/texts → comp/text}/Textarea.vue.d.ts +1 -1
- package/esm/{comps/texts → comp/text}/Upload.vue.d.ts +1 -1
- package/esm/{comps/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/Repos.d.ts +1 -1
- package/esm/factory/Svcs.d.ts +2 -6
- package/esm/factory/Utilities.d.ts +3 -0
- package/esm/factory/index.d.ts +1 -0
- package/esm/main.d.ts +2 -4
- package/esm/{repos → repo}/UploadRepo.d.ts +2 -2
- package/esm/{svcs → svc}/index.d.ts +0 -1
- 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-BEEbCcan.js +0 -200
- package/dist/ArticleFooter-UYaCmcM9.js +0 -85
- package/dist/Autocomplete-CzS19Eoe.js +0 -55
- package/dist/Autocomplete-Ds2NCinL.js +0 -54
- package/dist/Autocomplete-SVH1vEdt.js +0 -27
- package/dist/CSharp-Dxl87Pb2.js +0 -27
- package/dist/Calender-C3vfcPKA.js +0 -10
- package/dist/Callback-DbIAQj91.js +0 -26
- package/dist/Cascader-BhSFI66x.js +0 -47
- package/dist/Cascader-CST_yBZT.js +0 -87
- package/dist/Checkbox-BRtrlSkN.js +0 -76
- package/dist/Checkbox-CJmBTdEv.js +0 -27
- package/dist/Code-7QW5e6O-.js +0 -30
- package/dist/Code-BuNX1som.js +0 -4
- package/dist/Code-BudCt-zN.js +0 -60
- package/dist/Code-D8zpj4OD.js +0 -42
- package/dist/Code.vue_vue_type_style_index_0_lang-BWX6kSZ5.js +0 -65
- package/dist/Color-CfXtJFUo.js +0 -22
- package/dist/Color-Da69pnQg.js +0 -34
- package/dist/Column-rtfDHffV.js +0 -74
- package/dist/Comment-1A6XjktT.js +0 -106
- package/dist/Compare-Chly4i3M.js +0 -43
- package/dist/Compare-IuhkDErD.js +0 -63
- package/dist/Copy-D2vThHoj.js +0 -49
- package/dist/Custom-DQJJ0gJR.js +0 -55
- package/dist/DataExport-CpWmh2mq.js +0 -4
- package/dist/DataExport.vue_vue_type_script_setup_true_lang-DU4nMq3w.js +0 -114
- package/dist/DataImport-BiZIKMoR.js +0 -4
- package/dist/DataImport.vue_vue_type_script_setup_true_lang-DOAWmiVj.js +0 -178
- package/dist/Date-CxfUK1ym.js +0 -27
- package/dist/Date-DL1kALTH.js +0 -43
- package/dist/DateRange-DKbhbd5c.js +0 -63
- package/dist/DateRange-DrYK_l0Y.js +0 -19
- package/dist/DateTime-H7x-zFQo.js +0 -44
- package/dist/DateTime-ml-2u_GU.js +0 -27
- package/dist/DateTimeRange-B_2X8eCp.js +0 -67
- package/dist/Daterange-D8N6hKkT.js +0 -63
- package/dist/Decimal-C38-N54B.js +0 -36
- package/dist/Decimal-CQbvxP2i.js +0 -27
- package/dist/Delete-Bx-_P8Nf.js +0 -62
- package/dist/Detail-x5vjBlYQ.js +0 -74
- package/dist/Dictionary-BQ8Ux8WZ.js +0 -61
- package/dist/Email-BKW9GRcH.js +0 -19
- package/dist/Email-CvFDHYtk.js +0 -54
- package/dist/File-CMPzmJQA.js +0 -163
- package/dist/Image-BgRTdHZ5.js +0 -9
- package/dist/Index-3X9fX7wI.js +0 -76
- package/dist/Index-B0knd7CS.js +0 -179
- package/dist/Index-BCdXwUZY.js +0 -4
- package/dist/Index-BZsMeVSW.js +0 -4
- package/dist/Index-BmW54zgc.js +0 -4
- package/dist/Index-C_qeJnt_.js +0 -4
- package/dist/Index-DTzsugzT.js +0 -4
- package/dist/Index-x8ZKhKBE.js +0 -4
- package/dist/Index.vue_vue_type_script_setup_true_lang-aBAkc5KV.js +0 -85
- package/dist/Index.vue_vue_type_script_setup_true_lang-u4m3R9mx.js +0 -71
- package/dist/Install-EU_RfFJM.js +0 -134
- package/dist/Int-B-t8edhd.js +0 -19
- package/dist/Int-DFm6kqN_.js +0 -44
- package/dist/Int-zqTQ2gd5.js +0 -47
- package/dist/List-BrGpPTYL.js +0 -77
- package/dist/Maintaince-CVCdxqLV.js +0 -20
- package/dist/Markdown-BzMP3m7o.js +0 -37
- package/dist/Markdown-zmxLFYmZ.js +0 -27
- package/dist/Month-Bn8SgwG2.js +0 -27
- package/dist/Month-Cwpa-FDk.js +0 -44
- package/dist/Month-CzJyH7am.js +0 -43
- package/dist/Normal-BM7O5JkS.js +0 -266
- package/dist/Paging-CMmDRntT.js +0 -100
- package/dist/PagingHeader-DAmb3OZ6.js +0 -149
- package/dist/PagingRow-DsvpEoCr.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-BlFI-9Q6.js +0 -170
- package/dist/Radio-D-mO7LLy.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-B3gojp5n.js +0 -202
- package/dist/RichText-Bk0Msyhl.js +0 -22
- package/dist/RichText-CQWuw5fN.js +0 -122
- package/dist/SearchForm-C4lfVsXQ.js +0 -4
- package/dist/SearchForm.vue_vue_type_style_index_0_lang-C74tp38C.js +0 -148
- package/dist/SearchHeader-yuS7txP4.js +0 -4
- package/dist/SearchHeader.vue_vue_type_style_index_0_lang-VHaC_JOk.js +0 -66
- package/dist/Select-BShzoR6m.js +0 -123
- package/dist/Select-Bd0xR7k-.js +0 -86
- package/dist/Select-DAl1xRPt.js +0 -27
- package/dist/Single-v7aOinV0.js +0 -325
- package/dist/Statistic-Dxa-CZ8G.js +0 -78
- package/dist/Statistic-DydCtGPc.js +0 -159
- package/dist/Stock-DOqk5wDb.js +0 -4
- package/dist/Stock-qEAIVhSd.js +0 -30
- package/dist/Stock.vue_vue_type_style_index_0_lang-DCLTN0G_.js +0 -304
- package/dist/Switch-DhFaku5L.js +0 -50
- package/dist/Switch-f28JwTlZ.js +0 -27
- package/dist/Table-BNO-gdXV.js +0 -247
- package/dist/Table-Dwv3OcNy.js +0 -323
- package/dist/Text-BPcINDeu.js +0 -54
- package/dist/Text-DSB9hHwt.js +0 -58
- package/dist/Text-qIKm-GZH.js +0 -4
- package/dist/Text.vue_vue_type_style_index_0_lang-BPHS89Zg.js +0 -59
- package/dist/TextLink-almyUYjN.js +0 -65
- package/dist/Textarea-D9TgF9ig.js +0 -37
- package/dist/Textarea-K8kLteuw.js +0 -28
- package/dist/Time-BfTkorWT.js +0 -43
- package/dist/Timeline-CKOLU9MZ.js +0 -61
- package/dist/Tree-C1zf__Xp.js +0 -297
- package/dist/Tree-zS1sINoF.js +0 -125
- package/dist/TreeNode-ChAS5sC0.js +0 -43
- package/dist/Tree_Old-h__WmqFA.js +0 -11
- package/dist/Update-l-ZpDg8X.js +0 -69
- package/dist/UpdateChild-Qjsmhk6Y.js +0 -92
- package/dist/Upload-tMC28k4n.js +0 -71
- package/dist/Upload-yC7lEuBD.js +0 -150
- package/dist/Year-3KWQTdWY.js +0 -47
- package/dist/Year-DzfJcwOJ.js +0 -27
- 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-GSKw_Blq.js +0 -11271
- package/dist/main.js +0 -53
- package/dist/style.css +0 -1
- package/esm/@types/CreatePcOptions.d.ts +0 -14
- package/esm/@types/index.d.ts +0 -5
- package/esm/api/QueryApi.d.ts +0 -10
- package/esm/api/UploadApi.d.ts +0 -10
- package/esm/api/index.d.ts +0 -3
- package/esm/comps/business/@types/FormProps.d.ts +0 -5
- package/esm/comps/business/@types/index.d.ts +0 -2
- package/esm/comps/business/Drawer.vue.d.ts +0 -15
- package/esm/comps/business/Feedback.vue.d.ts +0 -8
- package/esm/comps/business/Form.vue.d.ts +0 -18
- package/esm/comps/commons/@types/TableProps.d.ts +0 -21
- package/esm/comps/commons/@types/index.d.ts +0 -1
- package/esm/comps/drivers/@types/CrudProps.d.ts +0 -21
- package/esm/comps/drivers/@types/DriverBaseProps.d.ts +0 -13
- package/esm/comps/drivers/@types/DriverEmit.d.ts +0 -17
- package/esm/comps/drivers/@types/DriverFormProps.d.ts +0 -14
- package/esm/comps/drivers/@types/DriverKindEmit.d.ts +0 -17
- package/esm/comps/drivers/@types/DriverProps.d.ts +0 -28
- package/esm/comps/drivers/@types/KindFormProps.d.ts +0 -16
- package/esm/comps/drivers/@types/KindProps.d.ts +0 -20
- package/esm/comps/drivers/@types/index.d.ts +0 -5
- package/esm/comps/drivers/Crud.vue.d.ts +0 -30
- package/esm/comps/drivers/Index.vue.d.ts +0 -115
- package/esm/comps/drivers/Kind.vue.d.ts +0 -34
- package/esm/comps/drivers/index.d.ts +0 -5
- package/esm/comps/globals/HeaderTab.vue.d.ts +0 -27
- package/esm/comps/globals/HeaderTabs.vue.d.ts +0 -24
- package/esm/comps/globals/Menu.vue.d.ts +0 -77
- package/esm/comps/globals/MenuItem.vue.d.ts +0 -76
- package/esm/comps/globals/SideTabs.vue.d.ts +0 -25
- package/esm/comps/globals/Window.vue.d.ts +0 -68
- package/esm/comps/globals/index.d.ts +0 -9
- package/esm/comps/headers/@types/ChangeProps.d.ts +0 -7
- package/esm/comps/headers/@types/TipsProps.d.ts +0 -10
- package/esm/comps/headers/Debugger.vue.d.ts +0 -2
- package/esm/comps/headers/HeaderRight.vue.d.ts +0 -8
- package/esm/comps/headers/Tips.vue.d.ts +0 -3
- package/esm/comps/index.d.ts +0 -12
- package/esm/comps/layouts/@types/index.d.ts +0 -1
- package/esm/comps/layouts/Desktop.vue.d.ts +0 -2
- package/esm/comps/layouts/Index.vue.d.ts +0 -28
- package/esm/comps/layouts/Side.vue.d.ts +0 -23
- package/esm/comps/layouts/Top.vue.d.ts +0 -5
- package/esm/comps/lists/Racebar.vue.d.ts +0 -9
- package/esm/comps/lists/Statistic.vue.d.ts +0 -9
- package/esm/comps/lists/Stock.vue.d.ts +0 -3
- package/esm/comps/pages/Paging.vue.d.ts +0 -17
- package/esm/comps/pagings/@types/SearchHeaderProps.d.ts +0 -8
- package/esm/comps/pagings/Article.vue.d.ts +0 -19
- package/esm/comps/pagings/DataExport.vue.d.ts +0 -33
- package/esm/comps/pagings/Table.vue.d.ts +0 -24
- package/esm/comps/singles/Table.vue.d.ts +0 -13
- package/esm/comps/texts/CSharp.vue.d.ts +0 -6
- package/esm/comps/texts/Checkbox.vue.d.ts +0 -6
- package/esm/comps/texts/Code.vue.d.ts +0 -6
- package/esm/comps/texts/Compare.vue.d.ts +0 -6
- package/esm/comps/texts/Dictionary.vue.d.ts +0 -14
- package/esm/comps/texts/Index.vue.d.ts +0 -12
- package/esm/comps/texts/Int.vue.d.ts +0 -6
- package/esm/comps/texts/Password.vue.d.ts +0 -6
- package/esm/comps/texts/Radio.vue.d.ts +0 -6
- package/esm/comps/texts/Rate.vue.d.ts +0 -14
- package/esm/comps/texts/TextLink.vue.d.ts +0 -28
- package/esm/coms/business/@types/CrudProps.d.ts +0 -22
- package/esm/coms/business/@types/DrawerProps.d.ts +0 -13
- package/esm/coms/business/@types/DriverProps.d.ts +0 -58
- package/esm/coms/business/@types/FormProps.d.ts +0 -5
- package/esm/coms/business/Condition.vue.d.ts +0 -9
- 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/Switch.vue.d.ts +0 -24
- package/esm/coms/business/Welcome.vue.d.ts +0 -8
- package/esm/coms/business/index.d.ts +0 -10
- 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/Captcha.vue.d.ts +0 -14
- package/esm/coms/commons/Editable.vue.d.ts +0 -21
- package/esm/coms/commons/Loading.vue.d.ts +0 -41
- package/esm/coms/commons/MouseContext.vue.d.ts +0 -2
- package/esm/coms/commons/Particles.vue.d.ts +0 -2
- package/esm/coms/commons/Resizer.vue.d.ts +0 -34
- package/esm/coms/commons/Spinner.vue.d.ts +0 -20
- package/esm/coms/commons/Table.vue.d.ts +0 -48
- package/esm/coms/commons/TableColumn.vue.d.ts +0 -39
- 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 -25
- package/esm/coms/controls/@types/index.d.ts +0 -1
- package/esm/coms/controls/Autocomplete.vue.d.ts +0 -14
- package/esm/coms/controls/Cascader.vue.d.ts +0 -14
- package/esm/coms/controls/Checkbox.vue.d.ts +0 -12
- package/esm/coms/controls/Code.vue.d.ts +0 -14
- package/esm/coms/controls/Color.vue.d.ts +0 -14
- package/esm/coms/controls/Compare.vue.d.ts +0 -14
- package/esm/coms/controls/Date.vue.d.ts +0 -14
- package/esm/coms/controls/DateRange.vue.d.ts +0 -14
- package/esm/coms/controls/DateTime.vue.d.ts +0 -14
- package/esm/coms/controls/DateTimeRange.vue.d.ts +0 -14
- package/esm/coms/controls/Decimal.vue.d.ts +0 -14
- package/esm/coms/controls/Email.vue.d.ts +0 -14
- package/esm/coms/controls/Image.vue.d.ts +0 -2
- package/esm/coms/controls/Int.vue.d.ts +0 -14
- package/esm/coms/controls/Markdown.vue.d.ts +0 -14
- package/esm/coms/controls/Month.vue.d.ts +0 -14
- package/esm/coms/controls/Password.vue.d.ts +0 -14
- package/esm/coms/controls/Progress.vue.d.ts +0 -14
- package/esm/coms/controls/Radio.vue.d.ts +0 -14
- package/esm/coms/controls/RichText.vue.d.ts +0 -11
- package/esm/coms/controls/Select.vue.d.ts +0 -14
- package/esm/coms/controls/Switch.vue.d.ts +0 -14
- package/esm/coms/controls/Text.vue.d.ts +0 -16
- package/esm/coms/controls/Textarea.vue.d.ts +0 -14
- package/esm/coms/controls/Time.vue.d.ts +0 -14
- package/esm/coms/controls/Upload.vue.d.ts +0 -14
- package/esm/coms/controls/Year.vue.d.ts +0 -14
- package/esm/coms/controls/index.d.ts +0 -3
- 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/@types/WindowEmit.d.ts +0 -13
- package/esm/coms/globals/@types/WindowOptions.d.ts +0 -37
- package/esm/coms/globals/@types/WindowProps.d.ts +0 -26
- package/esm/coms/globals/@types/index.d.ts +0 -3
- 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/MissComponent.vue.d.ts +0 -17
- package/esm/coms/globals/SideTab.vue.d.ts +0 -29
- 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/HeaderProps.d.ts +0 -3
- package/esm/coms/headers/@types/TipsProps.d.ts +0 -10
- package/esm/coms/headers/@types/index.d.ts +0 -3
- package/esm/coms/headers/Breadcrumb.vue.d.ts +0 -2
- package/esm/coms/headers/Changes.vue.d.ts +0 -3
- package/esm/coms/headers/Debugger.vue.d.ts +0 -2
- package/esm/coms/headers/Hamburger.vue.d.ts +0 -18
- package/esm/coms/headers/HeaderRight.vue.d.ts +0 -8
- package/esm/coms/headers/Index.vue.d.ts +0 -18
- package/esm/coms/headers/Log.vue.d.ts +0 -2
- package/esm/coms/headers/Logo.vue.d.ts +0 -6
- package/esm/coms/headers/Refresh.vue.d.ts +0 -6
- package/esm/coms/headers/Setting.vue.d.ts +0 -8
- package/esm/coms/headers/Tips.vue.d.ts +0 -3
- package/esm/coms/headers/index.d.ts +0 -3
- package/esm/coms/index.d.ts +0 -12
- package/esm/coms/layouts/@types/ITaskBar.d.ts +0 -5
- 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/index.d.ts +0 -3
- package/esm/coms/layouts/types/ITaskBar.d.ts +0 -6
- package/esm/coms/layouts/types/index.d.ts +0 -2
- package/esm/coms/lists/@types/ListProps.d.ts +0 -14
- package/esm/coms/lists/@types/index.d.ts +0 -1
- package/esm/coms/lists/Calender.vue.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/Timeline.vue.d.ts +0 -3
- package/esm/coms/lists/Tree.vue.d.ts +0 -18
- package/esm/coms/lists/index.d.ts +0 -2
- 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/ColumnPageProps.d.ts +0 -10
- package/esm/coms/pages/@types/CustomPageProps.d.ts +0 -10
- package/esm/coms/pages/@types/DeletePageProps.d.ts +0 -14
- package/esm/coms/pages/@types/KeyboardType.d.ts +0 -8
- package/esm/coms/pages/@types/ListPageProps.d.ts +0 -14
- package/esm/coms/pages/@types/PageEmit.d.ts +0 -21
- package/esm/coms/pages/@types/PageProps.d.ts +0 -13
- package/esm/coms/pages/@types/PagingPageProps.d.ts +0 -14
- package/esm/coms/pages/@types/SchemaProps.d.ts +0 -30
- package/esm/coms/pages/@types/SinglePageProps.d.ts +0 -14
- package/esm/coms/pages/@types/index.d.ts +0 -9
- package/esm/coms/pages/Column.vue.d.ts +0 -13
- package/esm/coms/pages/Custom.vue.d.ts +0 -18
- package/esm/coms/pages/Delete.vue.d.ts +0 -11
- package/esm/coms/pages/Index.vue.d.ts +0 -2
- package/esm/coms/pages/List.vue.d.ts +0 -17
- package/esm/coms/pages/Paging.vue.d.ts +0 -17
- package/esm/coms/pages/Single.vue.d.ts +0 -20
- package/esm/coms/pages/index.d.ts +0 -3
- 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/PagingProps.d.ts +0 -10
- package/esm/coms/pagings/@types/SearchFooterProps.d.ts +0 -10
- package/esm/coms/pagings/@types/SearchFormProps.d.ts +0 -6
- package/esm/coms/pagings/@types/index.d.ts +0 -3
- package/esm/coms/pagings/Article.vue.d.ts +0 -19
- package/esm/coms/pagings/Code.vue.d.ts +0 -3
- package/esm/coms/pagings/DataImport.vue.d.ts +0 -18
- package/esm/coms/pagings/File.vue.d.ts +0 -3
- package/esm/coms/pagings/Index.vue.d.ts +0 -26
- package/esm/coms/pagings/SearchFooter.vue.d.ts +0 -19
- package/esm/coms/pagings/SearchForm.vue.d.ts +0 -13
- package/esm/coms/pagings/SearchHeader.vue.d.ts +0 -19
- package/esm/coms/pagings/Table.vue.d.ts +0 -24
- package/esm/coms/pagings/index.d.ts +0 -2
- 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 -9
- package/esm/coms/panels/@types/index.d.ts +0 -1
- package/esm/coms/panels/Group.vue.d.ts +0 -17
- package/esm/coms/panels/Header.vue.d.ts +0 -16
- package/esm/coms/panels/Operation.vue.d.ts +0 -23
- package/esm/coms/panels/Panel.vue.d.ts +0 -38
- package/esm/coms/panels/Shrink.vue.d.ts +0 -56
- package/esm/coms/panels/index.d.ts +0 -5
- 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 -25
- package/esm/coms/partials/@types/DetailEmit.d.ts +0 -17
- package/esm/coms/partials/@types/DetailProps.d.ts +0 -21
- package/esm/coms/partials/@types/PagingHeaderEmit.d.ts +0 -33
- package/esm/coms/partials/@types/PagingHeaderProps.d.ts +0 -30
- package/esm/coms/partials/@types/PagingRowEmit.d.ts +0 -25
- package/esm/coms/partials/@types/PagingRowProps.d.ts +0 -21
- package/esm/coms/partials/@types/TreeNodeProps.d.ts +0 -21
- package/esm/coms/partials/@types/UpdateChildEmit.d.ts +0 -21
- package/esm/coms/partials/@types/UpdateChildProps.d.ts +0 -21
- package/esm/coms/partials/@types/UpdateEmit.d.ts +0 -13
- package/esm/coms/partials/@types/UpdateProps.d.ts +0 -21
- package/esm/coms/partials/@types/index.d.ts +0 -12
- package/esm/coms/partials/ArticleFooter.vue.d.ts +0 -15
- package/esm/coms/partials/Detail.vue.d.ts +0 -11
- package/esm/coms/partials/PagingHeader.vue.d.ts +0 -19
- package/esm/coms/partials/PagingRow.vue.d.ts +0 -15
- package/esm/coms/partials/TreeNode.vue.d.ts +0 -3
- package/esm/coms/partials/Update.vue.d.ts +0 -11
- package/esm/coms/partials/UpdateChild.vue.d.ts +0 -13
- package/esm/coms/partials/index.d.ts +0 -1
- 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 -9
- package/esm/coms/searches/@types/index.d.ts +0 -1
- package/esm/coms/searches/Autocomplete.vue.d.ts +0 -14
- package/esm/coms/searches/Daterange.vue.d.ts +0 -12
- package/esm/coms/searches/Index.vue.d.ts +0 -9
- package/esm/coms/searches/Int.vue.d.ts +0 -14
- package/esm/coms/searches/Month.vue.d.ts +0 -14
- package/esm/coms/searches/Select.vue.d.ts +0 -14
- package/esm/coms/searches/Text.vue.d.ts +0 -15
- package/esm/coms/searches/index.d.ts +0 -3
- package/esm/coms/searches/types/SearchProps.d.ts +0 -10
- package/esm/coms/searches/types/index.d.ts +0 -2
- package/esm/coms/singles/@types/SingleProps.d.ts +0 -14
- package/esm/coms/singles/@types/index.d.ts +0 -1
- package/esm/coms/singles/Code.vue.d.ts +0 -9
- package/esm/coms/singles/Comment.vue.d.ts +0 -3
- package/esm/coms/singles/Index.vue.d.ts +0 -16
- package/esm/coms/singles/Normal.vue.d.ts +0 -12
- package/esm/coms/singles/Statistic.vue.d.ts +0 -3
- package/esm/coms/singles/Stock.vue.d.ts +0 -3
- package/esm/coms/singles/Table.vue.d.ts +0 -13
- package/esm/coms/singles/Tree.vue.d.ts +0 -5
- package/esm/coms/singles/Tree_Old.vue.d.ts +0 -2
- package/esm/coms/singles/index.d.ts +0 -2
- package/esm/coms/singles/types/SingleProps.d.ts +0 -15
- package/esm/coms/singles/types/index.d.ts +0 -2
- package/esm/coms/texts/Autocomplete.vue.d.ts +0 -6
- package/esm/coms/texts/Cascader.vue.d.ts +0 -12
- package/esm/coms/texts/Color.vue.d.ts +0 -6
- package/esm/coms/texts/Copy.vue.d.ts +0 -22
- package/esm/coms/texts/Date.vue.d.ts +0 -6
- package/esm/coms/texts/DateRange.vue.d.ts +0 -6
- package/esm/coms/texts/DateTime.vue.d.ts +0 -6
- package/esm/coms/texts/Decimal.vue.d.ts +0 -6
- package/esm/coms/texts/Email.vue.d.ts +0 -6
- package/esm/coms/texts/Index.vue.d.ts +0 -12
- package/esm/coms/texts/Markdown.vue.d.ts +0 -6
- package/esm/coms/texts/Month.vue.d.ts +0 -6
- package/esm/coms/texts/Progress.vue.d.ts +0 -6
- package/esm/coms/texts/Rate.vue.d.ts +0 -14
- package/esm/coms/texts/RichText.vue.d.ts +0 -6
- package/esm/coms/texts/Select.vue.d.ts +0 -6
- package/esm/coms/texts/Switch.vue.d.ts +0 -6
- package/esm/coms/texts/Text.vue.d.ts +0 -6
- package/esm/coms/texts/Textarea.vue.d.ts +0 -6
- package/esm/coms/texts/Upload.vue.d.ts +0 -6
- package/esm/coms/texts/Year.vue.d.ts +0 -6
- 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/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/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/{@types → @type}/PcOptions.d.ts +0 -0
- /package/esm/{comps → comp}/business/@types/DrawerProps.d.ts +0 -0
- /package/esm/{comps → comp}/business/Condition.vue.d.ts +0 -0
- /package/esm/{comps → comp}/business/Switch.vue.d.ts +0 -0
- /package/esm/{comps/commons → comp/common}/Debug.vue.d.ts +0 -0
- /package/esm/{comps/commons → comp/common}/Editable.vue.d.ts +0 -0
- /package/esm/{comps/commons → comp/common}/Loading.vue.d.ts +0 -0
- /package/esm/{comps/commons → comp/common}/MouseContext.vue.d.ts +0 -0
- /package/esm/{comps/commons → comp/common}/Particles.vue.d.ts +0 -0
- /package/esm/{comps/commons → comp/common}/Resizer.vue.d.ts +0 -0
- /package/esm/{comps/commons → comp/common}/TableColumn.vue.d.ts +0 -0
- /package/esm/{comps/commons → comp/common}/index.d.ts +0 -0
- /package/esm/{comps/controls → comp/control}/@types/ControlProps.d.ts +0 -0
- /package/esm/{comps/controls → comp/control}/@types/index.d.ts +0 -0
- /package/esm/{comps/controls → comp/control}/Autocomplete.vue.d.ts +0 -0
- /package/esm/{comps/controls → comp/control}/Checkbox.vue.d.ts +0 -0
- /package/esm/{comps/controls → comp/control}/Code.vue.d.ts +0 -0
- /package/esm/{comps/controls → comp/control}/Color.vue.d.ts +0 -0
- /package/esm/{comps/controls → comp/control}/Date.vue.d.ts +0 -0
- /package/esm/{comps/controls → comp/control}/DateRange.vue.d.ts +0 -0
- /package/esm/{comps/controls → comp/control}/DateTime.vue.d.ts +0 -0
- /package/esm/{comps/controls → comp/control}/DateTimeRange.vue.d.ts +0 -0
- /package/esm/{comps/controls → comp/control}/Decimal.vue.d.ts +0 -0
- /package/esm/{comps/controls → comp/control}/Email.vue.d.ts +0 -0
- /package/esm/{comps/controls → comp/control}/Image.vue.d.ts +0 -0
- /package/esm/{comps/controls → comp/control}/Int.vue.d.ts +0 -0
- /package/esm/{comps/controls → comp/control}/Markdown.vue.d.ts +0 -0
- /package/esm/{comps/controls → comp/control}/Month.vue.d.ts +0 -0
- /package/esm/{comps/controls → comp/control}/Password.vue.d.ts +0 -0
- /package/esm/{comps/controls → comp/control}/Progress.vue.d.ts +0 -0
- /package/esm/{comps/controls → comp/control}/Radio.vue.d.ts +0 -0
- /package/esm/{comps/controls → comp/control}/Rate.vue.d.ts +0 -0
- /package/esm/{comps/controls → comp/control}/RichText.vue.d.ts +0 -0
- /package/esm/{comps/controls → comp/control}/Switch.vue.d.ts +0 -0
- /package/esm/{comps/controls → comp/control}/Text.vue.d.ts +0 -0
- /package/esm/{comps/controls → comp/control}/Textarea.vue.d.ts +0 -0
- /package/esm/{comps/controls → comp/control}/Time.vue.d.ts +0 -0
- /package/esm/{comps/controls → comp/control}/Year.vue.d.ts +0 -0
- /package/esm/{comps/controls → comp/control}/index.d.ts +0 -0
- /package/esm/{comps/globals → comp/global}/@types/WindowEmit.d.ts +0 -0
- /package/esm/{comps/globals → comp/global}/@types/WindowOptions.d.ts +0 -0
- /package/esm/{comps/globals → comp/global}/@types/WindowProps.d.ts +0 -0
- /package/esm/{comps/globals → comp/global}/@types/index.d.ts +0 -0
- /package/esm/{comps/globals → comp/global}/MissComponent.vue.d.ts +0 -0
- /package/esm/{comps/globals → comp/global}/SideTab.vue.d.ts +0 -0
- /package/esm/{comps/headers → comp/header}/Breadcrumb.vue.d.ts +0 -0
- /package/esm/{comps/headers → comp/header}/Changes.vue.d.ts +0 -0
- /package/esm/{comps/headers → comp/header}/Hamburger.vue.d.ts +0 -0
- /package/esm/{comps/headers → comp/header}/Index.vue.d.ts +0 -0
- /package/esm/{comps/headers → comp/header}/Log.vue.d.ts +0 -0
- /package/esm/{comps/headers → comp/header}/Logo.vue.d.ts +0 -0
- /package/esm/{comps/headers → comp/header}/Refresh.vue.d.ts +0 -0
- /package/esm/{comps/headers → comp/header}/Setting.vue.d.ts +0 -0
- /package/esm/{comps/headers → comp/header}/index.d.ts +0 -0
- /package/esm/{comps/layouts → comp/layout}/@types/ITaskBar.d.ts +0 -0
- /package/esm/{comps/layouts → comp/layout}/index.d.ts +0 -0
- /package/esm/{comps/lists → comp/list}/@types/index.d.ts +0 -0
- /package/esm/{comps/lists → comp/list}/Calender.vue.d.ts +0 -0
- /package/esm/{comps/lists → comp/list}/Timeline.vue.d.ts +0 -0
- /package/esm/{comps/lists → comp/list}/index.d.ts +0 -0
- /package/esm/{comps/pages → comp/page}/@types/ColumnPageProps.d.ts +0 -0
- /package/esm/{comps/pages → comp/page}/@types/CustomPageProps.d.ts +0 -0
- /package/esm/{comps/pages → comp/page}/@types/DeletePageProps.d.ts +0 -0
- /package/esm/{comps/pages → comp/page}/@types/ListPageProps.d.ts +0 -0
- /package/esm/{comps/pages → comp/page}/@types/PageEmit.d.ts +0 -0
- /package/esm/{comps/pages → comp/page}/@types/PageProps.d.ts +0 -0
- /package/esm/{comps/pages → comp/page}/@types/PagingPageProps.d.ts +0 -0
- /package/esm/{comps/pages → comp/page}/@types/SchemaProps.d.ts +0 -0
- /package/esm/{comps/pages → comp/page}/@types/SinglePageProps.d.ts +0 -0
- /package/esm/{comps/pages → comp/page}/@types/index.d.ts +0 -0
- /package/esm/{comps/pages → comp/page}/Column.vue.d.ts +0 -0
- /package/esm/{comps/pages → comp/page}/Custom.vue.d.ts +0 -0
- /package/esm/{comps/pages → comp/page}/Delete.vue.d.ts +0 -0
- /package/esm/{comps/pages → comp/page}/Index.vue.d.ts +0 -0
- /package/esm/{comps/pages → comp/page}/index.d.ts +0 -0
- /package/esm/{comps/pagings → comp/paging}/@types/SearchFormProps.d.ts +0 -0
- /package/esm/{comps/pagings → comp/paging}/@types/index.d.ts +0 -0
- /package/esm/{comps/pagings → comp/paging}/Code.vue.d.ts +0 -0
- /package/esm/{comps/pagings → comp/paging}/DataImport.vue.d.ts +0 -0
- /package/esm/{comps/pagings → comp/paging}/File.vue.d.ts +0 -0
- /package/esm/{comps/pagings → comp/paging}/index.d.ts +0 -0
- /package/esm/{comps/panels → comp/panel}/@types/OperationProps.d.ts +0 -0
- /package/esm/{comps/panels → comp/panel}/@types/index.d.ts +0 -0
- /package/esm/{comps/panels → comp/panel}/Group.vue.d.ts +0 -0
- /package/esm/{comps/panels → comp/panel}/Header.vue.d.ts +0 -0
- /package/esm/{comps/panels → comp/panel}/Shrink.vue.d.ts +0 -0
- /package/esm/{comps/panels → comp/panel}/index.d.ts +0 -0
- /package/esm/{comps/partials → comp/partial}/@types/ArticleFooterEmit.d.ts +0 -0
- /package/esm/{comps/partials → comp/partial}/@types/DetailEmit.d.ts +0 -0
- /package/esm/{comps/partials → comp/partial}/@types/DetailProps.d.ts +0 -0
- /package/esm/{comps/partials → comp/partial}/@types/PagingHeaderEmit.d.ts +0 -0
- /package/esm/{comps/partials → comp/partial}/@types/PagingRowEmit.d.ts +0 -0
- /package/esm/{comps/partials → comp/partial}/@types/PagingRowProps.d.ts +0 -0
- /package/esm/{comps/partials → comp/partial}/@types/TreeNodeProps.d.ts +0 -0
- /package/esm/{comps/partials → comp/partial}/@types/UpdateChildEmit.d.ts +0 -0
- /package/esm/{comps/partials → comp/partial}/@types/UpdateChildProps.d.ts +0 -0
- /package/esm/{comps/partials → comp/partial}/@types/UpdateEmit.d.ts +0 -0
- /package/esm/{comps/partials → comp/partial}/@types/UpdateProps.d.ts +0 -0
- /package/esm/{comps/partials → comp/partial}/@types/index.d.ts +0 -0
- /package/esm/{comps/partials → comp/partial}/ArticleFooter.vue.d.ts +0 -0
- /package/esm/{comps/partials → comp/partial}/Detail.vue.d.ts +0 -0
- /package/esm/{comps/partials → comp/partial}/PagingHeader.vue.d.ts +0 -0
- /package/esm/{comps/partials → comp/partial}/PagingRow.vue.d.ts +0 -0
- /package/esm/{comps/partials → comp/partial}/TreeNode.vue.d.ts +0 -0
- /package/esm/{comps/partials → comp/partial}/Update.vue.d.ts +0 -0
- /package/esm/{comps/partials → comp/partial}/UpdateChild.vue.d.ts +0 -0
- /package/esm/{comps/partials → comp/partial}/index.d.ts +0 -0
- /package/esm/{comps/searches → comp/search}/@types/SearchProps.d.ts +0 -0
- /package/esm/{comps/searches → comp/search}/@types/index.d.ts +0 -0
- /package/esm/{comps/searches → comp/search}/Autocomplete.vue.d.ts +0 -0
- /package/esm/{comps/searches → comp/search}/Daterange.vue.d.ts +0 -0
- /package/esm/{comps/searches → comp/search}/Index.vue.d.ts +0 -0
- /package/esm/{comps/searches → comp/search}/Int.vue.d.ts +0 -0
- /package/esm/{comps/searches → comp/search}/Month.vue.d.ts +0 -0
- /package/esm/{comps/searches → comp/search}/Text.vue.d.ts +0 -0
- /package/esm/{comps/searches → comp/search}/index.d.ts +0 -0
- /package/esm/{comps/singles → comp/single}/Code.vue.d.ts +0 -0
- /package/esm/{comps/singles → comp/single}/Comment.vue.d.ts +0 -0
- /package/esm/{comps/singles → comp/single}/Statistic.vue.d.ts +0 -0
- /package/esm/{comps/singles → comp/single}/Stock.vue.d.ts +0 -0
- /package/esm/{comps/singles → comp/single}/Tree_Old.vue.d.ts +0 -0
- /package/esm/{comps/singles → comp/single}/index.d.ts +0 -0
- /package/esm/{drivers/messengers → driver/messenger}/index.d.ts +0 -0
- /package/esm/{repos → repo}/index.d.ts +0 -0
- /package/esm/{svcs → svc}/AppSvc.d.ts +0 -0
- /package/esm/{svcs → svc}/ComponentSvc.d.ts +0 -0
- /package/esm/{svcs → svc}/ControlSvc.d.ts +0 -0
- /package/esm/{svcs → svc}/LayoutSvc.d.ts +0 -0
- /package/esm/{svcs → svc}/ModuleSvc.d.ts +0 -0
- /package/esm/{svcs → svc}/PageSvc.d.ts +0 -0
- /package/esm/{svcs → svc}/RouterSvc.d.ts +0 -0
- /package/esm/{svcs → svc}/UploadSvc.d.ts +0 -0
- /package/esm/{views/helps → view/help}/401.vue.d.ts +0 -0
- /package/esm/{views/helps → view/help}/404.vue.d.ts +0 -0
- /package/esm/{views/helps → view/help}/Maintaince.vue.d.ts +0 -0
- /package/esm/{views/helps → view/help}/Upgrade.vue.d.ts +0 -0
- /package/esm/{views/logins → view/sso}/Callback.vue.d.ts +0 -0
package/dist/Single-v7aOinV0.js
DELETED
@@ -1,325 +0,0 @@
|
|
1
|
-
import { defineComponent as ze, toRefs as De, ref as u, computed as ae, watch as Be, resolveComponent as f, openBlock as d, createElementBlock as A, normalizeClass as Ke, unref as e, createElementVNode as m, createVNode as g, withCtx as s, withModifiers as Le, createBlock as h, isRef as oe, Fragment as ue, renderList as re, toDisplayString as k, createCommentVNode as $, resolveDynamicComponent as Ne, normalizeStyle as Pe, createTextVNode as ne, nextTick as se } 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 { b as G, d as qe, I as z, e as je, U as D, c as Fe, R as H, K as Ie, D as j } from "./main-GSKw_Blq.js";
|
9
|
-
import { _ as ie } from "./Index.vue_vue_type_script_setup_true_lang-u4m3R9mx.js";
|
10
|
-
const Me = { class: "ha-main-form" }, Oe = { class: "row-header" }, Ae = { class: "row-title" }, Ge = { class: "el-drawer__title" }, He = ["href"], ol = /* @__PURE__ */ ze({
|
11
|
-
__name: "Single",
|
12
|
-
props: {
|
13
|
-
base: {},
|
14
|
-
route: {},
|
15
|
-
url: {},
|
16
|
-
win: {}
|
17
|
-
},
|
18
|
-
emits: ["navigate", "load", "succeed", "close"],
|
19
|
-
setup(de, { expose: me, emit: pe }) {
|
20
|
-
let B = pe, ve = de, { url: F, base: J, route: T } = De(ve), c = u(), b = u(), p = u(), r = u(), y = u(), K = u(), v = u({ table: null, layout: null }), w = u(), L = u([]), fe = u(), V = u(), N = u(), I = u(), E = u(), Q = u(), i = u({ page: null, url: null, visible: !1, appendToBody: !1 }), C = u(!1), M = u(), x = u(), ce = (l) => !0, be = (l) => {
|
21
|
-
let t = D.url.getPath(F.value), a = D.url.getPath(l);
|
22
|
-
return t != a;
|
23
|
-
}, ye = () => {
|
24
|
-
Ee();
|
25
|
-
}, _e = (l) => {
|
26
|
-
H.module.invokeResize(N.value, l), H.module.invokeResize(E.value, l);
|
27
|
-
}, ge = (l, t) => {
|
28
|
-
if (l == Ie.ctrlS) {
|
29
|
-
if (c.value.type == "Detail") {
|
30
|
-
H.module.invokeKeyboard(Q.value, l, t);
|
31
|
-
return;
|
32
|
-
}
|
33
|
-
O(t);
|
34
|
-
}
|
35
|
-
}, he = (l, t) => {
|
36
|
-
W("copy", l, t);
|
37
|
-
}, we = (l, t) => {
|
38
|
-
W("update", l, t);
|
39
|
-
}, Ce = () => {
|
40
|
-
i.value.visible = !1;
|
41
|
-
}, W = (l, t, a) => {
|
42
|
-
let n = ke(l, t);
|
43
|
-
a.ctrlKey ? B("navigate", n) : (i.value.appendToBody = a.altKey, i.value.page = l, i.value.url = n, i.value.visible = !0);
|
44
|
-
}, ke = (l, t = null) => {
|
45
|
-
let a = `${b.value[l].route}`;
|
46
|
-
if (t != null) {
|
47
|
-
let n = t[y.value.key.name];
|
48
|
-
a += `?id=${n}`;
|
49
|
-
}
|
50
|
-
return a;
|
51
|
-
}, xe = (l, t, a) => {
|
52
|
-
(a.ctrlKey || C.value) && (M.value = l, x.value = D.object.clone(t), C.value = !0, x.value.fields.forEach((n) => {
|
53
|
-
n.control.textualize = !1;
|
54
|
-
}));
|
55
|
-
}, X = (l) => {
|
56
|
-
i.value.visible = !1, B("succeed", le.value, l);
|
57
|
-
}, Re = () => {
|
58
|
-
B("close");
|
59
|
-
}, Y = (l, t, a, n, R) => {
|
60
|
-
}, Z = (l, t) => {
|
61
|
-
if (t) {
|
62
|
-
K.value = y.value.layouts.find((a) => a.type == l);
|
63
|
-
return;
|
64
|
-
}
|
65
|
-
v.value.layout = v.value.table.layouts.find((a) => a.type == l);
|
66
|
-
}, Se = (l) => {
|
67
|
-
let t = r.value.find((a) => a.name == l);
|
68
|
-
v.value.table = t, v.value.layout = t.layouts[0];
|
69
|
-
}, Te = (l) => {
|
70
|
-
let t = Object.keys(l)[0], a = t.substring(1, t.indexOf("]"));
|
71
|
-
r.value.find((R) => R.name == a).main || (w.value = a);
|
72
|
-
}, Ve = (l, t = null, a = null) => {
|
73
|
-
se(() => {
|
74
|
-
V.value.validate((n, R) => {
|
75
|
-
if (n == !1)
|
76
|
-
return Te(R), a != null && a(!1), !1;
|
77
|
-
let U = c.value.type == "Update" ? b.value.update.route : b.value.insert.route;
|
78
|
-
t && t(U, p.value), j.http.post(U, p.value).then(({ data: P, message: S }) => {
|
79
|
-
V.value.clearValidate(), j.messenger.success(S), X(p.value);
|
80
|
-
}).catch(({ code: P, data: S, message: te }) => {
|
81
|
-
if (P != "ValidateError")
|
82
|
-
return;
|
83
|
-
L.value = S;
|
84
|
-
let q = S.find((_) => _.table !== y.value.name);
|
85
|
-
if (q) {
|
86
|
-
let _ = r.value.find((o) => o.name == q.table);
|
87
|
-
_ && (w.value = _.name);
|
88
|
-
}
|
89
|
-
se(() => {
|
90
|
-
V.value.clearValidate(), V.value.validate((_, o) => {
|
91
|
-
_ || (a && a(!1), L.value = []);
|
92
|
-
});
|
93
|
-
});
|
94
|
-
}).finally(() => {
|
95
|
-
a && a();
|
96
|
-
});
|
97
|
-
});
|
98
|
-
});
|
99
|
-
}, ee = (l) => {
|
100
|
-
var a, n;
|
101
|
-
let t = z.module(l.module.type, l.module.name);
|
102
|
-
j.i18n.setTitle(t, l.module.env), c.value = l.module, b.value = l.next, p.value = G.module.expandSet(l.schema, l.set), r.value = G.module.expandSchema(l.schema, l.set), y.value = (a = r.value) == null ? void 0 : a[0], K.value = y.value.layouts[0], ((n = r.value) == null ? void 0 : n.length) > 1 && (w.value = r.value[1].name, v.value.table = r.value[1], v.value.layout = r.value[1].layouts[0]);
|
103
|
-
}, Ee = () => {
|
104
|
-
let l = D.url.getUrl(T.value.path, T.value.query);
|
105
|
-
B("load", l, !1, (t) => {
|
106
|
-
});
|
107
|
-
};
|
108
|
-
(() => {
|
109
|
-
ee(J.value.data);
|
110
|
-
})();
|
111
|
-
let O = (l) => {
|
112
|
-
if (!I.value.submit) {
|
113
|
-
j.messenger.notify("提示", "请在子组件暴露submit方法来实现快捷提交", "warning");
|
114
|
-
return;
|
115
|
-
}
|
116
|
-
I.value.submit(l);
|
117
|
-
}, Ue = ae(() => {
|
118
|
-
let l = `/${y.value.name}/update`, t = c.value.type == "Detail" ? "detail" : "update";
|
119
|
-
return G.component.getComponent(l, "partial", t);
|
120
|
-
}), le = ae(() => c.value.type.toLowerCase());
|
121
|
-
return Be(() => J.value, (l) => {
|
122
|
-
ee(l.data), N.value.update && N.value.update(l.data), E.value && E.value.update && E.value.update(l.data);
|
123
|
-
}), me({ shouldLoad: ce, shouldSpin: be, keyboard: ge, refresh: ye, resize: _e }), (l, t) => {
|
124
|
-
const a = f("el-tooltip"), n = f("el-tab-pane"), R = f("el-tabs"), U = f("el-form"), P = f("el-popover"), S = f("el-form-item"), te = f("el-scrollbar"), q = f("el-card"), _ = f("el-drawer");
|
125
|
-
return d(), A("div", {
|
126
|
-
ref_key: "singleRef",
|
127
|
-
ref: fe,
|
128
|
-
class: Ke(["ha-single-page", { [e(le) + "-page"]: !0, editing: e(C) }])
|
129
|
-
}, [
|
130
|
-
m("div", Me, [
|
131
|
-
g(e(qe), { class: "main-scroller" }, {
|
132
|
-
default: s(() => [
|
133
|
-
g(U, {
|
134
|
-
ref_key: "formRef",
|
135
|
-
ref: V,
|
136
|
-
model: e(p),
|
137
|
-
onSubmit: t[3] || (t[3] = Le(() => {
|
138
|
-
}, ["prevent"]))
|
139
|
-
}, {
|
140
|
-
default: s(() => [
|
141
|
-
g(ie, {
|
142
|
-
ref_key: "mainRef",
|
143
|
-
ref: N,
|
144
|
-
url: e(F),
|
145
|
-
module: e(c),
|
146
|
-
schema: e(r),
|
147
|
-
table: e(y),
|
148
|
-
layout: e(K),
|
149
|
-
next: e(b),
|
150
|
-
set: e(p),
|
151
|
-
route: e(T),
|
152
|
-
"validate-errors": e(L),
|
153
|
-
onChange: e(Y),
|
154
|
-
onLayoutChange: t[0] || (t[0] = (o) => e(Z)(o, !0)),
|
155
|
-
onSubmit: e(O)
|
156
|
-
}, null, 8, ["url", "module", "schema", "table", "layout", "next", "set", "route", "validate-errors", "onChange", "onSubmit"]),
|
157
|
-
e(r).length > 1 ? (d(), h(R, {
|
158
|
-
key: 0,
|
159
|
-
type: "border-card",
|
160
|
-
onTabChange: e(Se),
|
161
|
-
modelValue: e(w),
|
162
|
-
"onUpdate:modelValue": t[1] || (t[1] = (o) => oe(w) ? w.value = o : w = o)
|
163
|
-
}, {
|
164
|
-
default: s(() => [
|
165
|
-
(d(!0), A(ue, null, re(e(r).filter((o, $e) => $e > 0), (o) => (d(), h(n, {
|
166
|
-
name: o.name,
|
167
|
-
key: o.name
|
168
|
-
}, {
|
169
|
-
label: s(() => [
|
170
|
-
g(a, {
|
171
|
-
placement: "top",
|
172
|
-
content: o.tooltip,
|
173
|
-
disabled: !o.tooltip
|
174
|
-
}, {
|
175
|
-
default: s(() => [
|
176
|
-
m("div", null, k(e(z).table(o.table)), 1)
|
177
|
-
]),
|
178
|
-
_: 2
|
179
|
-
}, 1032, ["content", "disabled"])
|
180
|
-
]),
|
181
|
-
_: 2
|
182
|
-
}, 1032, ["name"]))), 128))
|
183
|
-
]),
|
184
|
-
_: 1
|
185
|
-
}, 8, ["onTabChange", "modelValue"])) : $("", !0),
|
186
|
-
e(v).table ? (d(), h(ie, {
|
187
|
-
key: 1,
|
188
|
-
ref_key: "childRef",
|
189
|
-
ref: E,
|
190
|
-
url: e(F),
|
191
|
-
module: e(c),
|
192
|
-
schema: e(r),
|
193
|
-
table: e(v).table,
|
194
|
-
layout: e(v).layout,
|
195
|
-
next: e(b),
|
196
|
-
set: e(p),
|
197
|
-
route: e(T),
|
198
|
-
"validate-errors": e(L),
|
199
|
-
onRowEdit: e(xe),
|
200
|
-
onChange: e(Y),
|
201
|
-
onLayoutChange: t[2] || (t[2] = (o) => e(Z)(o, !1)),
|
202
|
-
onSubmit: e(O)
|
203
|
-
}, null, 8, ["url", "module", "schema", "table", "layout", "next", "set", "route", "validate-errors", "onRowEdit", "onChange", "onSubmit"])) : $("", !0)
|
204
|
-
]),
|
205
|
-
_: 1
|
206
|
-
}, 8, ["model"])
|
207
|
-
]),
|
208
|
-
_: 1
|
209
|
-
}),
|
210
|
-
(d(), h(Ne(e(Ue)), {
|
211
|
-
ref_key: "updateRef",
|
212
|
-
ref: I,
|
213
|
-
class: "main-footer",
|
214
|
-
schema: e(r),
|
215
|
-
table: e(y),
|
216
|
-
layout: e(K),
|
217
|
-
next: e(b),
|
218
|
-
set: e(p),
|
219
|
-
route: e(T),
|
220
|
-
onCopy: e(he),
|
221
|
-
onEdit: e(we),
|
222
|
-
onSubmit: e(Ve),
|
223
|
-
onClose: e(Re)
|
224
|
-
}, null, 40, ["schema", "table", "layout", "next", "set", "route", "onCopy", "onEdit", "onSubmit", "onClose"]))
|
225
|
-
]),
|
226
|
-
e(C) ? (d(), h(q, {
|
227
|
-
key: 0,
|
228
|
-
class: "side-form"
|
229
|
-
}, {
|
230
|
-
header: s(() => [
|
231
|
-
m("div", Oe, [
|
232
|
-
m("div", Ae, k(e(z).t("common.modify")) + " " + k(e(M)[e(x).show[0].name]), 1),
|
233
|
-
m("div", {
|
234
|
-
class: "row-close",
|
235
|
-
onClick: t[4] || (t[4] = (o) => oe(C) ? C.value = !1 : C = !1)
|
236
|
-
}, t[6] || (t[6] = [
|
237
|
-
m("i", { class: "fa fa-close" }, null, -1)
|
238
|
-
]))
|
239
|
-
])
|
240
|
-
]),
|
241
|
-
default: s(() => [
|
242
|
-
g(te, null, {
|
243
|
-
default: s(() => [
|
244
|
-
g(U, {
|
245
|
-
size: "small",
|
246
|
-
"label-width": "80px"
|
247
|
-
}, {
|
248
|
-
default: s(() => [
|
249
|
-
(d(!0), A(ue, null, re(e(x).show, (o) => (d(), h(S, {
|
250
|
-
style: Pe(o.control.height ? `height: ${o.control.height}px;` : ""),
|
251
|
-
rules: o.rules
|
252
|
-
}, {
|
253
|
-
label: s(() => [
|
254
|
-
ne(k(e(z).field(e(x).name, o.name)) + " ", 1),
|
255
|
-
o.control.tooltip ? (d(), h(P, {
|
256
|
-
key: 0,
|
257
|
-
trigger: "hover",
|
258
|
-
placement: "top",
|
259
|
-
width: "auto",
|
260
|
-
title: o.control.tooltip.title
|
261
|
-
}, {
|
262
|
-
reference: s(() => t[7] || (t[7] = [
|
263
|
-
m("i", { class: "fa fa-question-circle icon-question" }, null, -1)
|
264
|
-
])),
|
265
|
-
default: s(() => [
|
266
|
-
m("pre", null, k(o.control.tooltip.content), 1)
|
267
|
-
]),
|
268
|
-
_: 2
|
269
|
-
}, 1032, ["title"])) : $("", !0)
|
270
|
-
]),
|
271
|
-
default: s(() => [
|
272
|
-
g(je, {
|
273
|
-
schema: e(r),
|
274
|
-
table: e(x),
|
275
|
-
field: o,
|
276
|
-
set: e(p),
|
277
|
-
row: e(M)
|
278
|
-
}, null, 8, ["schema", "table", "field", "set", "row"])
|
279
|
-
]),
|
280
|
-
_: 2
|
281
|
-
}, 1032, ["style", "rules"]))), 256))
|
282
|
-
]),
|
283
|
-
_: 1
|
284
|
-
})
|
285
|
-
]),
|
286
|
-
_: 1
|
287
|
-
})
|
288
|
-
]),
|
289
|
-
_: 1
|
290
|
-
})) : $("", !0),
|
291
|
-
e(i).page ? (d(), h(_, {
|
292
|
-
key: 1,
|
293
|
-
"destroy-on-close": "",
|
294
|
-
"append-to-body": e(i).appendToBody,
|
295
|
-
size: `${e(c).width ?? "60%"}`,
|
296
|
-
modelValue: e(i).visible,
|
297
|
-
"onUpdate:modelValue": t[5] || (t[5] = (o) => e(i).visible = o)
|
298
|
-
}, {
|
299
|
-
header: s(() => [
|
300
|
-
m("div", Ge, [
|
301
|
-
ne(k(e(b)[e(i).page].title) + " ", 1),
|
302
|
-
m("a", {
|
303
|
-
class: "drawer-copy",
|
304
|
-
href: `${e(D).url.getToUrl(e(i).url)}`
|
305
|
-
}, k(e(z).t("common.link")), 9, He)
|
306
|
-
])
|
307
|
-
]),
|
308
|
-
default: s(() => [
|
309
|
-
g(e(Fe), {
|
310
|
-
ref_key: "pageRef",
|
311
|
-
ref: Q,
|
312
|
-
url: e(i).url,
|
313
|
-
onSucceed: e(X),
|
314
|
-
onClose: e(Ce)
|
315
|
-
}, null, 8, ["url", "onSucceed", "onClose"])
|
316
|
-
]),
|
317
|
-
_: 1
|
318
|
-
}, 8, ["append-to-body", "size", "modelValue"])) : $("", !0)
|
319
|
-
], 2);
|
320
|
-
};
|
321
|
-
}
|
322
|
-
});
|
323
|
-
export {
|
324
|
-
ol as default
|
325
|
-
};
|
@@ -1,78 +0,0 @@
|
|
1
|
-
import { defineComponent as h, toRefs as f, onMounted as x, resolveComponent as v, openBlock as _, createElementBlock as g, createVNode as y, unref as A } from "vue";
|
2
|
-
const b = { class: "ha-statistic-layout" }, k = /* @__PURE__ */ h({
|
3
|
-
__name: "Statistic",
|
4
|
-
props: {
|
5
|
-
route: {},
|
6
|
-
validateErrors: {},
|
7
|
-
module: {},
|
8
|
-
schema: {},
|
9
|
-
table: {},
|
10
|
-
layout: {},
|
11
|
-
next: {},
|
12
|
-
set: {},
|
13
|
-
url: {},
|
14
|
-
win: {}
|
15
|
-
},
|
16
|
-
setup(p) {
|
17
|
-
let c = p, { schema: E, table: a, layout: l, set: n } = f(c), t = {
|
18
|
-
plotOptions: {
|
19
|
-
series: { animation: !1 }
|
20
|
-
//禁用载入动画
|
21
|
-
},
|
22
|
-
chart: {
|
23
|
-
type: "spline",
|
24
|
-
marginRight: 10
|
25
|
-
},
|
26
|
-
title: {
|
27
|
-
text: null
|
28
|
-
},
|
29
|
-
xAxis: {
|
30
|
-
name: null,
|
31
|
-
categories: []
|
32
|
-
},
|
33
|
-
yAxis: {
|
34
|
-
title: {
|
35
|
-
text: null
|
36
|
-
}
|
37
|
-
},
|
38
|
-
tooltip: {
|
39
|
-
shared: !0
|
40
|
-
},
|
41
|
-
series: []
|
42
|
-
}, m = () => {
|
43
|
-
let s = l.value.fields.find((e) => e.group);
|
44
|
-
t.xAxis.name = s.name, t.xAxis.categories = n.value[a.value.name].map((e) => e[s.name]);
|
45
|
-
let i = [];
|
46
|
-
l.value.fields.forEach((e) => {
|
47
|
-
if (!e.group) {
|
48
|
-
let r = a.value.fields.find((o) => o.name == e.name), u = {
|
49
|
-
name: r.label,
|
50
|
-
tooltip: {
|
51
|
-
valueSuffix: " ms"
|
52
|
-
},
|
53
|
-
data: []
|
54
|
-
};
|
55
|
-
n.value[a.value.name].forEach((o) => {
|
56
|
-
u.data.push(parseFloat(o[r.name]));
|
57
|
-
}), i.push(u);
|
58
|
-
}
|
59
|
-
}), t.series = i, t.yAxis.title.text = l.value.value;
|
60
|
-
}, d = () => {
|
61
|
-
m();
|
62
|
-
};
|
63
|
-
return x(() => {
|
64
|
-
d();
|
65
|
-
}), (s, i) => {
|
66
|
-
const e = v("Highcharts");
|
67
|
-
return _(), g("div", b, [
|
68
|
-
y(e, {
|
69
|
-
class: "chart",
|
70
|
-
options: A(t)
|
71
|
-
}, null, 8, ["options"])
|
72
|
-
]);
|
73
|
-
};
|
74
|
-
}
|
75
|
-
});
|
76
|
-
export {
|
77
|
-
k as default
|
78
|
-
};
|
@@ -1,159 +0,0 @@
|
|
1
|
-
import { defineComponent as G, toRefs as M, ref as c, onMounted as O, watch as I, openBlock as J, createElementBlock as K, createVNode as P, unref as r, createElementVNode as Q, normalizeStyle as W, nextTick as L } from "vue";
|
2
|
-
import { b as C, D as A, U as F, R as X } from "./main-GSKw_Blq.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
|
-
import { _ as Y } from "./SearchForm.vue_vue_type_style_index_0_lang-C74tp38C.js";
|
10
|
-
const ue = /* @__PURE__ */ G({
|
11
|
-
__name: "Statistic",
|
12
|
-
props: {
|
13
|
-
searchData: {},
|
14
|
-
route: {},
|
15
|
-
module: {},
|
16
|
-
schema: {},
|
17
|
-
table: {},
|
18
|
-
layout: {},
|
19
|
-
next: {},
|
20
|
-
set: {},
|
21
|
-
url: {},
|
22
|
-
win: {}
|
23
|
-
},
|
24
|
-
emits: ["search"],
|
25
|
-
setup(z, { expose: D, emit: H }) {
|
26
|
-
let B = H, E = z, { route: T, module: V, schema: m, table: y, layout: l, next: Z, set: u, searchData: p } = M(E), s = null, x = null, g = c(), d = c(), v = c(), b = c(), w = C.config.sys, N = (t) => {
|
27
|
-
U("search");
|
28
|
-
}, U = (t, e = null) => {
|
29
|
-
B(t, (i) => {
|
30
|
-
L(() => {
|
31
|
-
f(), e == null || e(i);
|
32
|
-
});
|
33
|
-
});
|
34
|
-
}, f = () => {
|
35
|
-
let t = F.array.distinct(u.value[l.value.table], (a) => a[l.value.date]), e = {
|
36
|
-
title: { text: V.value.title, left: "center", textStyle: { color: "#777" } },
|
37
|
-
//标题
|
38
|
-
tooltip: { trigger: "axis" },
|
39
|
-
//提示
|
40
|
-
legend: { data: [], right: "2%", textStyle: { color: "#777" } },
|
41
|
-
//图例
|
42
|
-
grid: { left: "2%", right: "3%", containLabel: !0 },
|
43
|
-
//网格
|
44
|
-
//x轴
|
45
|
-
xAxis: {
|
46
|
-
data: [],
|
47
|
-
//X坐标轴数据
|
48
|
-
boundaryGap: !1,
|
49
|
-
//移除边界
|
50
|
-
axisTick: { show: !1 },
|
51
|
-
//不显示坐标轴刻度
|
52
|
-
axisLabel: { color: "#777" },
|
53
|
-
axisLine: { show: !1 }
|
54
|
-
//隐藏x坐标轴线
|
55
|
-
},
|
56
|
-
//y轴
|
57
|
-
yAxis: {
|
58
|
-
type: "value",
|
59
|
-
axisTick: { show: !1 },
|
60
|
-
//不显示坐标轴刻度
|
61
|
-
axisLabel: { color: "#777" },
|
62
|
-
splitLine: { lineStyle: { color: "#eee" } },
|
63
|
-
axisLine: { show: !1 }
|
64
|
-
//隐藏y坐标轴线
|
65
|
-
},
|
66
|
-
//坐标
|
67
|
-
series: []
|
68
|
-
};
|
69
|
-
w.theme == "dark" && (e.title.textStyle.color = "rgba(255,255,255,0.8)", e.legend.textStyle.color = "rgba(255,255,255,.72)", e.xAxis.axisLabel.color = "rgba(255,255,255,.72)", e.yAxis.splitLine.lineStyle.color = "rgba(110,117,130,0.2)", e.yAxis.axisLabel.color = "rgba(255,255,255,.72)");
|
70
|
-
let i = l.value.fields.find((a) => a.group && a.name != l.value.date), k = y.value.fields.find((a) => a.name == i.name).control.data.data;
|
71
|
-
for (let a = 0; a < k.length; a++) {
|
72
|
-
let o = k[a];
|
73
|
-
o.color || A.messenger.error("颜色字段不能为空");
|
74
|
-
let n = {
|
75
|
-
name: o.text,
|
76
|
-
type: "line",
|
77
|
-
lineStyle: { color: o.color, width: 1 },
|
78
|
-
itemStyle: { color: o.color },
|
79
|
-
//点样式
|
80
|
-
smooth: !0,
|
81
|
-
data: [],
|
82
|
-
areaStyle: {
|
83
|
-
color: {
|
84
|
-
type: "linear",
|
85
|
-
x: 0,
|
86
|
-
y: 0,
|
87
|
-
x2: 1,
|
88
|
-
y2: 0,
|
89
|
-
colorStops: [
|
90
|
-
{ offset: 0, color: o.color },
|
91
|
-
// 0% 处的颜色
|
92
|
-
{ offset: 1, color: "#fff" }
|
93
|
-
// 100% 处的颜色
|
94
|
-
],
|
95
|
-
global: !1
|
96
|
-
}
|
97
|
-
}
|
98
|
-
};
|
99
|
-
w.theme == "dark" && (n.areaStyle.color = {
|
100
|
-
type: "linear",
|
101
|
-
x: 0,
|
102
|
-
y: 0,
|
103
|
-
x2: 0,
|
104
|
-
y2: 1,
|
105
|
-
colorStops: [
|
106
|
-
{ offset: 0, color: o.color },
|
107
|
-
// 0% 处的颜色
|
108
|
-
{ offset: 1, color: "#354052" }
|
109
|
-
// 100% 处的颜色
|
110
|
-
],
|
111
|
-
global: !0
|
112
|
-
});
|
113
|
-
for (let h = 0; h < t.length; h++) {
|
114
|
-
let q = t[h], R = u.value[l.value.table].find((_) => _[i.name] == o.value && _[l.value.date] == q);
|
115
|
-
R == null ? n.data.push(null) : n.data.push(R[l.value.value]);
|
116
|
-
}
|
117
|
-
e.series.push(n), e.legend.data.push(o.text);
|
118
|
-
}
|
119
|
-
e.xAxis.data.push(...t), s.setOption(e);
|
120
|
-
}, S = async () => {
|
121
|
-
var i;
|
122
|
-
let t = F.dom.getHeight([(i = d.value) == null ? void 0 : i.$el]), e = b.value.getBoundingClientRect();
|
123
|
-
g.value = e.height - t - 10 - 1, await L();
|
124
|
-
}, $ = async (t) => {
|
125
|
-
X.module.invokeResize(d.value, t), await S(), s == null || s.resize();
|
126
|
-
}, j = async () => {
|
127
|
-
await S(), s = x.init(v.value), f();
|
128
|
-
};
|
129
|
-
return O(async () => {
|
130
|
-
p.value = C.module.getConditionForm(m.value, T.value.query.condition), x = await A.cdn.getECharts(), await j();
|
131
|
-
}), I(() => l.value, (t, e) => {
|
132
|
-
f();
|
133
|
-
}), D({ resize: $ }), (t, e) => (J(), K("div", {
|
134
|
-
ref_key: "statisticRef",
|
135
|
-
ref: b,
|
136
|
-
class: "ha-statistic-layout"
|
137
|
-
}, [
|
138
|
-
P(Y, {
|
139
|
-
ref_key: "searchRef",
|
140
|
-
ref: d,
|
141
|
-
schema: r(m),
|
142
|
-
table: r(y),
|
143
|
-
layout: r(l),
|
144
|
-
set: r(u),
|
145
|
-
"search-data": r(p),
|
146
|
-
onChange: r(N)
|
147
|
-
}, null, 8, ["schema", "table", "layout", "set", "search-data", "onChange"]),
|
148
|
-
Q("div", {
|
149
|
-
ref_key: "chartRef",
|
150
|
-
ref: v,
|
151
|
-
class: "chart",
|
152
|
-
style: W({ height: r(g) + "px" })
|
153
|
-
}, null, 4)
|
154
|
-
], 512));
|
155
|
-
}
|
156
|
-
});
|
157
|
-
export {
|
158
|
-
ue as default
|
159
|
-
};
|
package/dist/Stock-DOqk5wDb.js
DELETED
package/dist/Stock-qEAIVhSd.js
DELETED
@@ -1,30 +0,0 @@
|
|
1
|
-
import { defineComponent as c, toRefs as m, openBlock as u, createBlock as p, unref as e } from "vue";
|
2
|
-
import { _ } from "./Stock.vue_vue_type_style_index_0_lang-DCLTN0G_.js";
|
3
|
-
const b = /* @__PURE__ */ c({
|
4
|
-
__name: "Stock",
|
5
|
-
props: {
|
6
|
-
route: {},
|
7
|
-
validateErrors: {},
|
8
|
-
module: {},
|
9
|
-
schema: {},
|
10
|
-
table: {},
|
11
|
-
layout: {},
|
12
|
-
next: {},
|
13
|
-
set: {},
|
14
|
-
url: {},
|
15
|
-
win: {}
|
16
|
-
},
|
17
|
-
setup(t) {
|
18
|
-
let a = t, { schema: o, table: l, layout: r, next: s, set: n } = m(a);
|
19
|
-
return (f, i) => (u(), p(_, {
|
20
|
-
schema: e(o),
|
21
|
-
table: e(l),
|
22
|
-
layout: e(r),
|
23
|
-
next: e(s),
|
24
|
-
set: e(n)
|
25
|
-
}, null, 8, ["schema", "table", "layout", "next", "set"]));
|
26
|
-
}
|
27
|
-
});
|
28
|
-
export {
|
29
|
-
b as default
|
30
|
-
};
|