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
@@ -0,0 +1,259 @@
|
|
1
|
+
import { I18ns } from "../../factory";
|
2
|
+
declare let menu: import("vue").Ref<Record<string, any>, Record<string, any>>, level: import("vue").Ref<number, number>, direction: import("vue").Ref<string, string>, opts: import("vue").Ref<Record<string, any>, Record<string, any>>, activeIds: import("vue").Ref<any[], any[]>, modelValue: import("vue").Ref<string, string>;
|
3
|
+
declare let menuRef: import("vue").Ref<any, any>, menusRef: import("vue").Ref<any, any>, scrollerRef: import("vue").Ref<any, any>;
|
4
|
+
declare let contentStyle: import("vue").Ref<any, any>, hovered: import("vue").Ref<boolean, boolean>;
|
5
|
+
declare let click: (menu: any) => void;
|
6
|
+
declare let childClick: (menu: any) => void;
|
7
|
+
declare let mouseOver: (event: MouseEvent) => void;
|
8
|
+
declare let mouseOut: (event: MouseEvent) => void;
|
9
|
+
/**
|
10
|
+
* 当前菜单相对于父菜单的位置
|
11
|
+
*/
|
12
|
+
declare let position: import("vue").ComputedRef<string>;
|
13
|
+
declare let active: import("vue").ComputedRef<boolean>;
|
14
|
+
declare let anchor: import("vue").ComputedRef<{
|
15
|
+
href: any;
|
16
|
+
target: any;
|
17
|
+
}>;
|
18
|
+
declare const _default: import("vue").DefineComponent<import("vue").ExtractPropTypes<{
|
19
|
+
menu: {
|
20
|
+
type: ObjectConstructor;
|
21
|
+
required: true;
|
22
|
+
};
|
23
|
+
level: {
|
24
|
+
type: NumberConstructor;
|
25
|
+
required: true;
|
26
|
+
};
|
27
|
+
direction: {
|
28
|
+
type: StringConstructor;
|
29
|
+
};
|
30
|
+
opts: {
|
31
|
+
type: ObjectConstructor;
|
32
|
+
};
|
33
|
+
activeIds: {
|
34
|
+
type: {
|
35
|
+
(arrayLength: number): any[];
|
36
|
+
(...items: any[]): any[];
|
37
|
+
new (arrayLength: number): any[];
|
38
|
+
new (...items: any[]): any[];
|
39
|
+
isArray(arg: any): arg is any[];
|
40
|
+
readonly prototype: any[];
|
41
|
+
from<T>(arrayLike: ArrayLike<T>): T[];
|
42
|
+
from<T, U>(arrayLike: ArrayLike<T>, mapfn: (v: T, k: number) => U, thisArg?: any): U[];
|
43
|
+
from<T>(iterable: Iterable<T> | ArrayLike<T>): T[];
|
44
|
+
from<T, U>(iterable: Iterable<T> | ArrayLike<T>, mapfn: (v: T, k: number) => U, thisArg?: any): U[];
|
45
|
+
of<T>(...items: T[]): T[];
|
46
|
+
readonly [Symbol.species]: ArrayConstructor;
|
47
|
+
};
|
48
|
+
};
|
49
|
+
modelValue: {
|
50
|
+
type: StringConstructor;
|
51
|
+
};
|
52
|
+
}>, {
|
53
|
+
resize: () => void;
|
54
|
+
}, {}, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {
|
55
|
+
click: (...args: any[]) => void;
|
56
|
+
}, string, import("vue").PublicProps, Readonly<import("vue").ExtractPropTypes<{
|
57
|
+
menu: {
|
58
|
+
type: ObjectConstructor;
|
59
|
+
required: true;
|
60
|
+
};
|
61
|
+
level: {
|
62
|
+
type: NumberConstructor;
|
63
|
+
required: true;
|
64
|
+
};
|
65
|
+
direction: {
|
66
|
+
type: StringConstructor;
|
67
|
+
};
|
68
|
+
opts: {
|
69
|
+
type: ObjectConstructor;
|
70
|
+
};
|
71
|
+
activeIds: {
|
72
|
+
type: {
|
73
|
+
(arrayLength: number): any[];
|
74
|
+
(...items: any[]): any[];
|
75
|
+
new (arrayLength: number): any[];
|
76
|
+
new (...items: any[]): any[];
|
77
|
+
isArray(arg: any): arg is any[];
|
78
|
+
readonly prototype: any[];
|
79
|
+
from<T>(arrayLike: ArrayLike<T>): T[];
|
80
|
+
from<T, U>(arrayLike: ArrayLike<T>, mapfn: (v: T, k: number) => U, thisArg?: any): U[];
|
81
|
+
from<T>(iterable: Iterable<T> | ArrayLike<T>): T[];
|
82
|
+
from<T, U>(iterable: Iterable<T> | ArrayLike<T>, mapfn: (v: T, k: number) => U, thisArg?: any): U[];
|
83
|
+
of<T>(...items: T[]): T[];
|
84
|
+
readonly [Symbol.species]: ArrayConstructor;
|
85
|
+
};
|
86
|
+
};
|
87
|
+
modelValue: {
|
88
|
+
type: StringConstructor;
|
89
|
+
};
|
90
|
+
}>> & Readonly<{
|
91
|
+
onClick?: (...args: any[]) => any;
|
92
|
+
}>, {}, {}, {}, {}, string, import("vue").ComponentProvideOptions, true, {
|
93
|
+
menuRef: HTMLDivElement;
|
94
|
+
scrollerRef: unknown;
|
95
|
+
menusRef: ({
|
96
|
+
$: import("vue").ComponentInternalInstance;
|
97
|
+
$data: {};
|
98
|
+
$props: Partial<{}> & Omit<{
|
99
|
+
readonly menu: Record<string, any>;
|
100
|
+
readonly level: number;
|
101
|
+
readonly modelValue?: string;
|
102
|
+
readonly direction?: string;
|
103
|
+
readonly opts?: Record<string, any>;
|
104
|
+
readonly activeIds?: any[];
|
105
|
+
readonly onClick?: (...args: any[]) => any;
|
106
|
+
} & import("vue").VNodeProps & import("vue").AllowedComponentProps & import("vue").ComponentCustomProps, never>;
|
107
|
+
$attrs: {
|
108
|
+
[x: string]: unknown;
|
109
|
+
};
|
110
|
+
$refs: {
|
111
|
+
[x: string]: unknown;
|
112
|
+
};
|
113
|
+
$slots: Readonly<{
|
114
|
+
[name: string]: import("vue").Slot<any>;
|
115
|
+
}>;
|
116
|
+
$root: import("vue").ComponentPublicInstance | null;
|
117
|
+
$parent: import("vue").ComponentPublicInstance | null;
|
118
|
+
$host: Element | null;
|
119
|
+
$emit: (event: "click", ...args: any[]) => void;
|
120
|
+
$el: any;
|
121
|
+
$options: import("vue").ComponentOptionsBase<Readonly<import("vue").ExtractPropTypes<{
|
122
|
+
menu: {
|
123
|
+
type: ObjectConstructor;
|
124
|
+
required: true;
|
125
|
+
};
|
126
|
+
level: {
|
127
|
+
type: NumberConstructor;
|
128
|
+
required: true;
|
129
|
+
};
|
130
|
+
direction: {
|
131
|
+
type: StringConstructor;
|
132
|
+
};
|
133
|
+
opts: {
|
134
|
+
type: ObjectConstructor;
|
135
|
+
};
|
136
|
+
activeIds: {
|
137
|
+
type: {
|
138
|
+
(arrayLength: number): any[];
|
139
|
+
(...items: any[]): any[];
|
140
|
+
new (arrayLength: number): any[];
|
141
|
+
new (...items: any[]): any[];
|
142
|
+
isArray(arg: any): arg is any[];
|
143
|
+
readonly prototype: any[];
|
144
|
+
from<T>(arrayLike: ArrayLike<T>): T[];
|
145
|
+
from<T, U>(arrayLike: ArrayLike<T>, mapfn: (v: T, k: number) => U, thisArg?: any): U[];
|
146
|
+
from<T>(iterable: Iterable<T> | ArrayLike<T>): T[];
|
147
|
+
from<T, U>(iterable: Iterable<T> | ArrayLike<T>, mapfn: (v: T, k: number) => U, thisArg?: any): U[];
|
148
|
+
of<T>(...items: T[]): T[];
|
149
|
+
readonly [Symbol.species]: ArrayConstructor;
|
150
|
+
};
|
151
|
+
};
|
152
|
+
modelValue: {
|
153
|
+
type: StringConstructor;
|
154
|
+
};
|
155
|
+
}>> & Readonly<{
|
156
|
+
onClick?: (...args: any[]) => any;
|
157
|
+
}>, {
|
158
|
+
I18ns: typeof I18ns;
|
159
|
+
menu: typeof menu;
|
160
|
+
level: typeof level;
|
161
|
+
direction: typeof direction;
|
162
|
+
opts: typeof opts;
|
163
|
+
activeIds: typeof activeIds;
|
164
|
+
modelValue: typeof modelValue;
|
165
|
+
menuRef: typeof menuRef;
|
166
|
+
menusRef: typeof menusRef;
|
167
|
+
scrollerRef: typeof scrollerRef;
|
168
|
+
contentStyle: typeof contentStyle;
|
169
|
+
hovered: typeof hovered;
|
170
|
+
click: typeof click;
|
171
|
+
childClick: typeof childClick;
|
172
|
+
mouseOver: typeof mouseOver;
|
173
|
+
mouseOut: typeof mouseOut;
|
174
|
+
position: typeof position;
|
175
|
+
active: typeof active;
|
176
|
+
anchor: typeof anchor;
|
177
|
+
}, {}, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {
|
178
|
+
click: (...args: any[]) => void;
|
179
|
+
}, string, {}, {}, string, {}, import("vue").GlobalComponents, import("vue").GlobalDirectives, string, import("vue").ComponentProvideOptions> & {
|
180
|
+
beforeCreate?: (() => void) | (() => void)[];
|
181
|
+
created?: (() => void) | (() => void)[];
|
182
|
+
beforeMount?: (() => void) | (() => void)[];
|
183
|
+
mounted?: (() => void) | (() => void)[];
|
184
|
+
beforeUpdate?: (() => void) | (() => void)[];
|
185
|
+
updated?: (() => void) | (() => void)[];
|
186
|
+
activated?: (() => void) | (() => void)[];
|
187
|
+
deactivated?: (() => void) | (() => void)[];
|
188
|
+
beforeDestroy?: (() => void) | (() => void)[];
|
189
|
+
beforeUnmount?: (() => void) | (() => void)[];
|
190
|
+
destroyed?: (() => void) | (() => void)[];
|
191
|
+
unmounted?: (() => void) | (() => void)[];
|
192
|
+
renderTracked?: ((e: import("vue").DebuggerEvent) => void) | ((e: import("vue").DebuggerEvent) => void)[];
|
193
|
+
renderTriggered?: ((e: import("vue").DebuggerEvent) => void) | ((e: import("vue").DebuggerEvent) => void)[];
|
194
|
+
errorCaptured?: ((err: unknown, instance: import("vue").ComponentPublicInstance | null, info: string) => boolean | void) | ((err: unknown, instance: import("vue").ComponentPublicInstance | null, info: string) => boolean | void)[];
|
195
|
+
};
|
196
|
+
$forceUpdate: () => void;
|
197
|
+
$nextTick: typeof import("vue").nextTick;
|
198
|
+
$watch<T extends string | ((...args: any) => any)>(source: T, cb: T extends (...args: any) => infer R ? (...args: [R, R, import("@vue/reactivity").OnCleanup]) => any : (...args: [any, any, import("@vue/reactivity").OnCleanup]) => any, options?: import("vue").WatchOptions): import("vue").WatchStopHandle;
|
199
|
+
} & Readonly<{}> & Omit<Readonly<import("vue").ExtractPropTypes<{
|
200
|
+
menu: {
|
201
|
+
type: ObjectConstructor;
|
202
|
+
required: true;
|
203
|
+
};
|
204
|
+
level: {
|
205
|
+
type: NumberConstructor;
|
206
|
+
required: true;
|
207
|
+
};
|
208
|
+
direction: {
|
209
|
+
type: StringConstructor;
|
210
|
+
};
|
211
|
+
opts: {
|
212
|
+
type: ObjectConstructor;
|
213
|
+
};
|
214
|
+
activeIds: {
|
215
|
+
type: {
|
216
|
+
(arrayLength: number): any[];
|
217
|
+
(...items: any[]): any[];
|
218
|
+
new (arrayLength: number): any[];
|
219
|
+
new (...items: any[]): any[];
|
220
|
+
isArray(arg: any): arg is any[];
|
221
|
+
readonly prototype: any[];
|
222
|
+
from<T>(arrayLike: ArrayLike<T>): T[];
|
223
|
+
from<T, U>(arrayLike: ArrayLike<T>, mapfn: (v: T, k: number) => U, thisArg?: any): U[];
|
224
|
+
from<T>(iterable: Iterable<T> | ArrayLike<T>): T[];
|
225
|
+
from<T, U>(iterable: Iterable<T> | ArrayLike<T>, mapfn: (v: T, k: number) => U, thisArg?: any): U[];
|
226
|
+
of<T>(...items: T[]): T[];
|
227
|
+
readonly [Symbol.species]: ArrayConstructor;
|
228
|
+
};
|
229
|
+
};
|
230
|
+
modelValue: {
|
231
|
+
type: StringConstructor;
|
232
|
+
};
|
233
|
+
}>> & Readonly<{
|
234
|
+
onClick?: (...args: any[]) => any;
|
235
|
+
}>, "anchor" | "position" | "click" | "menu" | "I18ns" | "modelValue" | "direction" | "level" | "opts" | "activeIds" | "menuRef" | "menusRef" | "scrollerRef" | "contentStyle" | "hovered" | "childClick" | "mouseOver" | "mouseOut" | "active"> & import("vue").ShallowUnwrapRef<{
|
236
|
+
I18ns: typeof I18ns;
|
237
|
+
menu: typeof menu;
|
238
|
+
level: typeof level;
|
239
|
+
direction: typeof direction;
|
240
|
+
opts: typeof opts;
|
241
|
+
activeIds: typeof activeIds;
|
242
|
+
modelValue: typeof modelValue;
|
243
|
+
menuRef: typeof menuRef;
|
244
|
+
menusRef: typeof menusRef;
|
245
|
+
scrollerRef: typeof scrollerRef;
|
246
|
+
contentStyle: typeof contentStyle;
|
247
|
+
hovered: typeof hovered;
|
248
|
+
click: typeof click;
|
249
|
+
childClick: typeof childClick;
|
250
|
+
mouseOver: typeof mouseOver;
|
251
|
+
mouseOut: typeof mouseOut;
|
252
|
+
position: typeof position;
|
253
|
+
active: typeof active;
|
254
|
+
anchor: typeof anchor;
|
255
|
+
}> & {} & import("vue").ComponentCustomProperties & {} & {
|
256
|
+
$slots: {};
|
257
|
+
})[];
|
258
|
+
}, HTMLDivElement>;
|
259
|
+
export default _default;
|
@@ -0,0 +1,32 @@
|
|
1
|
+
import { WindowProps } from "./@types";
|
2
|
+
declare const _default: import("vue").DefineComponent<WindowProps, {
|
3
|
+
affixTo: (position: string) => void;
|
4
|
+
toggleShow: () => void;
|
5
|
+
options: {
|
6
|
+
x?: number;
|
7
|
+
y?: number;
|
8
|
+
width?: number;
|
9
|
+
height?: number;
|
10
|
+
index?: number;
|
11
|
+
side?: number;
|
12
|
+
focus?: boolean;
|
13
|
+
state?: string;
|
14
|
+
};
|
15
|
+
}, {}, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {} & {
|
16
|
+
close: (evt: MouseEvent) => any;
|
17
|
+
blur: () => any;
|
18
|
+
focus: (evt: MouseEvent) => any;
|
19
|
+
max: () => any;
|
20
|
+
min: () => any;
|
21
|
+
}, string, import("vue").PublicProps, Readonly<WindowProps> & Readonly<{
|
22
|
+
onClose?: (evt: MouseEvent) => any;
|
23
|
+
onBlur?: () => any;
|
24
|
+
onFocus?: (evt: MouseEvent) => any;
|
25
|
+
onMax?: () => any;
|
26
|
+
onMin?: () => any;
|
27
|
+
}>, {
|
28
|
+
bottom: number;
|
29
|
+
}, {}, {}, {}, string, import("vue").ComponentProvideOptions, false, {
|
30
|
+
windowRef: HTMLDivElement;
|
31
|
+
}, HTMLDivElement>;
|
32
|
+
export default _default;
|
@@ -0,0 +1,7 @@
|
|
1
|
+
import HaHeaderTab from "./HeaderTab.vue";
|
2
|
+
import HaMissComponent from "./MissComponent.vue";
|
3
|
+
import HaMenu from "./Menu.vue";
|
4
|
+
import HaSideTab from "./SideTab.vue";
|
5
|
+
import HaPcWindow from "./Window.vue";
|
6
|
+
export * from "./@types";
|
7
|
+
export { HaHeaderTab, HaMissComponent, HaMenu, HaSideTab, HaPcWindow, };
|
@@ -0,0 +1,28 @@
|
|
1
|
+
declare const _default: import("vue").DefineComponent<{}, {}, {}, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {
|
2
|
+
"show-tips": (...args: any[]) => void;
|
3
|
+
"show-changes": (...args: any[]) => void;
|
4
|
+
}, string, import("vue").PublicProps, Readonly<{}> & Readonly<{
|
5
|
+
"onShow-tips"?: (...args: any[]) => any;
|
6
|
+
"onShow-changes"?: (...args: any[]) => any;
|
7
|
+
}>, {}, {}, {}, {}, string, import("vue").ComponentProvideOptions, true, {
|
8
|
+
marqueeRef: HTMLDivElement;
|
9
|
+
settingRef: import("vue").CreateComponentPublicInstanceWithMixins<Readonly<{}> & Readonly<{
|
10
|
+
onClose?: (...args: any[]) => any;
|
11
|
+
}>, {
|
12
|
+
show: () => void;
|
13
|
+
}, {}, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {
|
14
|
+
close: (...args: any[]) => void;
|
15
|
+
}, import("vue").PublicProps, {}, true, {}, {}, import("vue").GlobalComponents, import("vue").GlobalDirectives, string, {}, any, import("vue").ComponentProvideOptions, {
|
16
|
+
P: {};
|
17
|
+
B: {};
|
18
|
+
D: {};
|
19
|
+
C: {};
|
20
|
+
M: {};
|
21
|
+
Defaults: {};
|
22
|
+
}, Readonly<{}> & Readonly<{
|
23
|
+
onClose?: (...args: any[]) => any;
|
24
|
+
}>, {
|
25
|
+
show: () => void;
|
26
|
+
}, {}, {}, {}, {}>;
|
27
|
+
}, any>;
|
28
|
+
export default _default;
|
@@ -0,0 +1,12 @@
|
|
1
|
+
export * from "./business";
|
2
|
+
export * from "./common";
|
3
|
+
export * from "./control";
|
4
|
+
export * from "./driver";
|
5
|
+
export * from "./page";
|
6
|
+
export * from "./paging";
|
7
|
+
export * from "./panel";
|
8
|
+
export * from "./partial";
|
9
|
+
export * from "./search";
|
10
|
+
export * from "./single";
|
11
|
+
export * from "./layout";
|
12
|
+
export * from "./global";
|
@@ -0,0 +1,48 @@
|
|
1
|
+
import { type DialogExpose } from "halo-fe";
|
2
|
+
/**
|
3
|
+
* 桌面对话框属性
|
4
|
+
*/
|
5
|
+
export interface DesktopDialog {
|
6
|
+
/**
|
7
|
+
* 当前激活菜单
|
8
|
+
*/
|
9
|
+
menu: any;
|
10
|
+
/**
|
11
|
+
* 标题
|
12
|
+
*/
|
13
|
+
title: string;
|
14
|
+
/**
|
15
|
+
* 页面对应环境
|
16
|
+
*/
|
17
|
+
env?: string;
|
18
|
+
/**
|
19
|
+
* 侧边菜单,目的:减少菜单变更导致的赋值过程
|
20
|
+
*/
|
21
|
+
sideMenu: any;
|
22
|
+
/**
|
23
|
+
* 顶部菜单,1:减少循环侧边菜单导致头部页面数据冗余;2:减少赋值过程
|
24
|
+
*/
|
25
|
+
headerMenu: any;
|
26
|
+
/**
|
27
|
+
* 防止前面元素被删除(如关闭先打开的窗口),导致所有窗口被重建而额外触发关闭事件
|
28
|
+
*/
|
29
|
+
id: string;
|
30
|
+
sideMenuId: string;
|
31
|
+
headerMenuId: string;
|
32
|
+
/**
|
33
|
+
* 新窗口默认聚焦
|
34
|
+
*/
|
35
|
+
focused?: boolean;
|
36
|
+
/**
|
37
|
+
* 显示内容的url
|
38
|
+
*/
|
39
|
+
bodyUrl: string;
|
40
|
+
/**
|
41
|
+
* 对话框引用
|
42
|
+
*/
|
43
|
+
dialogRef?: DialogExpose;
|
44
|
+
/**
|
45
|
+
* 页面引用
|
46
|
+
*/
|
47
|
+
pageRef?: any;
|
48
|
+
}
|
@@ -0,0 +1,111 @@
|
|
1
|
+
import { Ref } from "vue";
|
2
|
+
declare const _default: import("vue").DefineComponent<{}, {}, {}, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {}, string, import("vue").PublicProps, Readonly<{}> & Readonly<{}>, {}, {}, {}, {}, string, import("vue").ComponentProvideOptions, true, {
|
3
|
+
appRef: HTMLDivElement;
|
4
|
+
feedbackRef: import("vue").CreateComponentPublicInstanceWithMixins<Readonly<{}> & Readonly<{}>, {
|
5
|
+
show: (name: string, url: string) => void;
|
6
|
+
}, {}, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {}, import("vue").PublicProps, {}, true, {}, {}, import("vue").GlobalComponents, import("vue").GlobalDirectives, string, {
|
7
|
+
feedbackRef: {
|
8
|
+
$: import("vue").ComponentInternalInstance;
|
9
|
+
$data: {};
|
10
|
+
$props: Partial<{}> & Omit<{
|
11
|
+
readonly side?: number;
|
12
|
+
readonly top?: number;
|
13
|
+
readonly kind?: string;
|
14
|
+
readonly type?: string;
|
15
|
+
readonly name?: string;
|
16
|
+
readonly title?: string;
|
17
|
+
readonly index?: number;
|
18
|
+
readonly focused?: boolean;
|
19
|
+
readonly class?: string;
|
20
|
+
readonly options?: import("halo-fe").DialogOptions;
|
21
|
+
readonly minOptions?: import("halo-fe").DialogOptions;
|
22
|
+
readonly maxOptions?: import("halo-fe").DialogOptions;
|
23
|
+
readonly onChange?: (options: import("halo-fe").DialogOptions) => any;
|
24
|
+
readonly onClose?: (event: MouseEvent) => any;
|
25
|
+
readonly onFocus?: (value: boolean) => any;
|
26
|
+
readonly onResize?: (options: import("halo-fe").DialogOptions) => any;
|
27
|
+
readonly onMax?: (options: import("halo-fe").DialogOptions) => any;
|
28
|
+
readonly onMin?: (options: import("halo-fe").DialogOptions) => any;
|
29
|
+
readonly onVisible?: (value: boolean) => any;
|
30
|
+
} & import("vue").VNodeProps & import("vue").AllowedComponentProps & import("vue").ComponentCustomProps, never>;
|
31
|
+
$attrs: {
|
32
|
+
[x: string]: unknown;
|
33
|
+
};
|
34
|
+
$refs: any;
|
35
|
+
$slots: Readonly<{
|
36
|
+
[name: string]: import("vue").Slot<any>;
|
37
|
+
}>;
|
38
|
+
$root: import("vue").ComponentPublicInstance | null;
|
39
|
+
$parent: import("vue").ComponentPublicInstance | null;
|
40
|
+
$host: Element | null;
|
41
|
+
$emit: ((event: "close", event: MouseEvent) => void) & ((event: "change", options: import("halo-fe").DialogOptions) => void) & ((event: "focus", value: boolean) => void) & ((event: "resize", options: import("halo-fe").DialogOptions) => void) & ((event: "max", options: import("halo-fe").DialogOptions) => void) & ((event: "visible", value: boolean) => void) & ((event: "min", options: import("halo-fe").DialogOptions) => void);
|
42
|
+
$el: any;
|
43
|
+
$options: import("vue").ComponentOptionsBase<Readonly<import("halo-fe/esm/comp/window/@types").WindowProps> & Readonly<{
|
44
|
+
onChange?: (options: import("halo-fe").DialogOptions) => any;
|
45
|
+
onClose?: (event: MouseEvent) => any;
|
46
|
+
onFocus?: (value: boolean) => any;
|
47
|
+
onResize?: (options: import("halo-fe").DialogOptions) => any;
|
48
|
+
onMax?: (options: import("halo-fe").DialogOptions) => any;
|
49
|
+
onMin?: (options: import("halo-fe").DialogOptions) => any;
|
50
|
+
onVisible?: (value: boolean) => any;
|
51
|
+
}>, {
|
52
|
+
toggle: (value?: boolean) => void;
|
53
|
+
update: () => void;
|
54
|
+
state: import("vue").Ref<import("halo-fe").DialogState, import("halo-fe").DialogState>;
|
55
|
+
visible: import("vue").Ref<boolean, boolean>;
|
56
|
+
}, {}, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {
|
57
|
+
change: (options: import("halo-fe").DialogOptions) => any;
|
58
|
+
close: (event: MouseEvent) => any;
|
59
|
+
focus: (value: boolean) => any;
|
60
|
+
resize: (options: import("halo-fe").DialogOptions) => any;
|
61
|
+
max: (options: import("halo-fe").DialogOptions) => any;
|
62
|
+
min: (options: import("halo-fe").DialogOptions) => any;
|
63
|
+
visible: (value: boolean) => any;
|
64
|
+
}, string, {}, {}, string, {}, import("vue").GlobalComponents, import("vue").GlobalDirectives, string, import("vue").ComponentProvideOptions> & {
|
65
|
+
beforeCreate?: (() => void) | (() => void)[];
|
66
|
+
created?: (() => void) | (() => void)[];
|
67
|
+
beforeMount?: (() => void) | (() => void)[];
|
68
|
+
mounted?: (() => void) | (() => void)[];
|
69
|
+
beforeUpdate?: (() => void) | (() => void)[];
|
70
|
+
updated?: (() => void) | (() => void)[];
|
71
|
+
activated?: (() => void) | (() => void)[];
|
72
|
+
deactivated?: (() => void) | (() => void)[];
|
73
|
+
beforeDestroy?: (() => void) | (() => void)[];
|
74
|
+
beforeUnmount?: (() => void) | (() => void)[];
|
75
|
+
destroyed?: (() => void) | (() => void)[];
|
76
|
+
unmounted?: (() => void) | (() => void)[];
|
77
|
+
renderTracked?: ((e: import("vue").DebuggerEvent) => void) | ((e: import("vue").DebuggerEvent) => void)[];
|
78
|
+
renderTriggered?: ((e: import("vue").DebuggerEvent) => void) | ((e: import("vue").DebuggerEvent) => void)[];
|
79
|
+
errorCaptured?: ((err: unknown, instance: import("vue").ComponentPublicInstance | null, info: string) => boolean | void) | ((err: unknown, instance: import("vue").ComponentPublicInstance | null, info: string) => boolean | void)[];
|
80
|
+
};
|
81
|
+
$forceUpdate: () => void;
|
82
|
+
$nextTick: typeof import("vue").nextTick;
|
83
|
+
$watch<T extends string | ((...args: any) => any)>(source: T, cb: T extends (...args: any) => infer R ? (...args: [R, R, import("@vue/reactivity").OnCleanup]) => any : (...args: [any, any, import("@vue/reactivity").OnCleanup]) => any, options?: import("vue").WatchOptions): import("vue").WatchStopHandle;
|
84
|
+
} & Readonly<{}> & Omit<Readonly<import("halo-fe/esm/comp/window/@types").WindowProps> & Readonly<{
|
85
|
+
onChange?: (options: import("halo-fe").DialogOptions) => any;
|
86
|
+
onClose?: (event: MouseEvent) => any;
|
87
|
+
onFocus?: (value: boolean) => any;
|
88
|
+
onResize?: (options: import("halo-fe").DialogOptions) => any;
|
89
|
+
onMax?: (options: import("halo-fe").DialogOptions) => any;
|
90
|
+
onMin?: (options: import("halo-fe").DialogOptions) => any;
|
91
|
+
onVisible?: (value: boolean) => any;
|
92
|
+
}>, "toggle" | "update" | "visible" | "state"> & import("vue").ShallowUnwrapRef<{
|
93
|
+
toggle: (value?: boolean) => void;
|
94
|
+
update: () => void;
|
95
|
+
state: import("vue").Ref<import("halo-fe").DialogState, import("halo-fe").DialogState>;
|
96
|
+
visible: import("vue").Ref<boolean, boolean>;
|
97
|
+
}> & {} & import("vue").ComponentCustomProperties & {} & {
|
98
|
+
$slots: any;
|
99
|
+
};
|
100
|
+
}, any, import("vue").ComponentProvideOptions, {
|
101
|
+
P: {};
|
102
|
+
B: {};
|
103
|
+
D: {};
|
104
|
+
C: {};
|
105
|
+
M: {};
|
106
|
+
Defaults: {};
|
107
|
+
}, Readonly<{}> & Readonly<{}>, {
|
108
|
+
show: (name: string, url: string) => void;
|
109
|
+
}, {}, {}, {}, {}>;
|
110
|
+
}, HTMLDivElement>;
|
111
|
+
export default _default;
|