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,1438 @@
|
|
1
|
+
import { type DriverProps, KeyboardType } from "halo-fe";
|
2
|
+
declare function __VLS_template(): {
|
3
|
+
attrs: Partial<{}>;
|
4
|
+
slots: {
|
5
|
+
default?(_: {}): any;
|
6
|
+
};
|
7
|
+
refs: {
|
8
|
+
driverRef: {
|
9
|
+
$: import("vue").ComponentInternalInstance;
|
10
|
+
$data: {};
|
11
|
+
$props: {
|
12
|
+
readonly class?: string;
|
13
|
+
readonly width?: number;
|
14
|
+
readonly inline?: boolean;
|
15
|
+
readonly kind?: string;
|
16
|
+
readonly form: import("halo-fe/esm/comp/business/drivers/@types/DriverFormProps.js").DriverFormProps;
|
17
|
+
readonly label?: boolean;
|
18
|
+
readonly editable?: boolean;
|
19
|
+
readonly to?: string | HTMLElement;
|
20
|
+
readonly onLoaded?: (apps: any[], envs: any[], drivers: any[]) => any;
|
21
|
+
readonly onChange?: (type: "app" | "env" | "id", value: string | number, option: any) => any;
|
22
|
+
readonly onSucceed?: (page: string, name: string) => any;
|
23
|
+
} & import("vue").VNodeProps & import("vue").AllowedComponentProps & import("vue").ComponentCustomProps;
|
24
|
+
$attrs: {
|
25
|
+
[x: string]: unknown;
|
26
|
+
};
|
27
|
+
$refs: {
|
28
|
+
[x: string]: unknown;
|
29
|
+
} & {
|
30
|
+
driverRef: {
|
31
|
+
$: import("vue").ComponentInternalInstance;
|
32
|
+
$data: {};
|
33
|
+
$props: Partial<{}> & Omit<{
|
34
|
+
readonly inline?: boolean;
|
35
|
+
readonly labelWidth?: number;
|
36
|
+
} & import("vue").VNodeProps & import("vue").AllowedComponentProps & import("vue").ComponentCustomProps, never>;
|
37
|
+
$attrs: {
|
38
|
+
[x: string]: unknown;
|
39
|
+
};
|
40
|
+
$refs: {
|
41
|
+
[x: string]: unknown;
|
42
|
+
};
|
43
|
+
$slots: Readonly<{
|
44
|
+
[name: string]: import("vue").Slot<any>;
|
45
|
+
}>;
|
46
|
+
$root: import("vue").ComponentPublicInstance | null;
|
47
|
+
$parent: import("vue").ComponentPublicInstance | null;
|
48
|
+
$host: Element | null;
|
49
|
+
$emit: (event: string, ...args: any[]) => void;
|
50
|
+
$el: HTMLDivElement;
|
51
|
+
$options: import("vue").ComponentOptionsBase<Readonly<import("halo-fe/esm/comp/form/@types/FormProps.js").FormProps> & Readonly<{}>, {}, {}, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {}, string, {}, {}, string, {}, import("vue").GlobalComponents, import("vue").GlobalDirectives, string, import("vue").ComponentProvideOptions> & {
|
52
|
+
beforeCreate?: (() => void) | (() => void)[];
|
53
|
+
created?: (() => void) | (() => void)[];
|
54
|
+
beforeMount?: (() => void) | (() => void)[];
|
55
|
+
mounted?: (() => void) | (() => void)[];
|
56
|
+
beforeUpdate?: (() => void) | (() => void)[];
|
57
|
+
updated?: (() => void) | (() => void)[];
|
58
|
+
activated?: (() => void) | (() => void)[];
|
59
|
+
deactivated?: (() => void) | (() => void)[];
|
60
|
+
beforeDestroy?: (() => void) | (() => void)[];
|
61
|
+
beforeUnmount?: (() => void) | (() => void)[];
|
62
|
+
destroyed?: (() => void) | (() => void)[];
|
63
|
+
unmounted?: (() => void) | (() => void)[];
|
64
|
+
renderTracked?: ((e: import("vue").DebuggerEvent) => void) | ((e: import("vue").DebuggerEvent) => void)[];
|
65
|
+
renderTriggered?: ((e: import("vue").DebuggerEvent) => void) | ((e: import("vue").DebuggerEvent) => void)[];
|
66
|
+
errorCaptured?: ((err: unknown, instance: import("vue").ComponentPublicInstance | null, info: string) => boolean | void) | ((err: unknown, instance: import("vue").ComponentPublicInstance | null, info: string) => boolean | void)[];
|
67
|
+
};
|
68
|
+
$forceUpdate: () => void;
|
69
|
+
$nextTick: typeof import("vue").nextTick;
|
70
|
+
$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;
|
71
|
+
} & Readonly<{}> & Omit<Readonly<import("halo-fe/esm/comp/form/@types/FormProps.js").FormProps> & Readonly<{}>, never> & import("vue").ShallowUnwrapRef<{}> & {} & import("vue").ComponentCustomProperties & {} & {
|
72
|
+
$slots: {
|
73
|
+
default?(_: {}): any;
|
74
|
+
};
|
75
|
+
};
|
76
|
+
};
|
77
|
+
$slots: Readonly<{
|
78
|
+
[name: string]: import("vue").Slot<any>;
|
79
|
+
}>;
|
80
|
+
$root: import("vue").ComponentPublicInstance | null;
|
81
|
+
$parent: import("vue").ComponentPublicInstance | null;
|
82
|
+
$host: Element | null;
|
83
|
+
$emit: ((event: "loaded", apps: any[], envs: any[], drivers: any[]) => void) & ((event: "succeed", page: string, name: string) => void) & ((event: "change", type: "id" | "app" | "env", value: string | number, option: any) => void);
|
84
|
+
$el: HTMLDivElement;
|
85
|
+
$options: import("vue").ComponentOptionsBase<Readonly<DriverProps> & Readonly<{
|
86
|
+
onLoaded?: (apps: any[], envs: any[], drivers: any[]) => any;
|
87
|
+
onChange?: (type: "app" | "env" | "id", value: string | number, option: any) => any;
|
88
|
+
onSucceed?: (page: string, name: string) => any;
|
89
|
+
}>, {
|
90
|
+
keyboard: (type: KeyboardType, event: KeyboardEvent) => void;
|
91
|
+
refresh: () => Promise<void>;
|
92
|
+
loadAsync: (reload?: boolean) => Promise<void>;
|
93
|
+
loadAppsAsync: (reload: boolean) => Promise<void>;
|
94
|
+
}, {}, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {
|
95
|
+
loaded: (apps: any[], envs: any[], drivers: any[]) => any;
|
96
|
+
change: (type: "app" | "env" | "id", value: string | number, option: any) => any;
|
97
|
+
succeed: (page: string, name: string) => any;
|
98
|
+
}, string, {
|
99
|
+
label: boolean;
|
100
|
+
width: number;
|
101
|
+
editable: boolean;
|
102
|
+
}, {}, string, {}, import("vue").GlobalComponents, import("vue").GlobalDirectives, string, import("vue").ComponentProvideOptions> & {
|
103
|
+
beforeCreate?: (() => void) | (() => void)[];
|
104
|
+
created?: (() => void) | (() => void)[];
|
105
|
+
beforeMount?: (() => void) | (() => void)[];
|
106
|
+
mounted?: (() => void) | (() => void)[];
|
107
|
+
beforeUpdate?: (() => void) | (() => void)[];
|
108
|
+
updated?: (() => void) | (() => void)[];
|
109
|
+
activated?: (() => void) | (() => void)[];
|
110
|
+
deactivated?: (() => void) | (() => void)[];
|
111
|
+
beforeDestroy?: (() => void) | (() => void)[];
|
112
|
+
beforeUnmount?: (() => void) | (() => void)[];
|
113
|
+
destroyed?: (() => void) | (() => void)[];
|
114
|
+
unmounted?: (() => void) | (() => void)[];
|
115
|
+
renderTracked?: ((e: import("vue").DebuggerEvent) => void) | ((e: import("vue").DebuggerEvent) => void)[];
|
116
|
+
renderTriggered?: ((e: import("vue").DebuggerEvent) => void) | ((e: import("vue").DebuggerEvent) => void)[];
|
117
|
+
errorCaptured?: ((err: unknown, instance: import("vue").ComponentPublicInstance | null, info: string) => boolean | void) | ((err: unknown, instance: import("vue").ComponentPublicInstance | null, info: string) => boolean | void)[];
|
118
|
+
};
|
119
|
+
$forceUpdate: () => void;
|
120
|
+
$nextTick: typeof import("vue").nextTick;
|
121
|
+
$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;
|
122
|
+
} & Readonly<{
|
123
|
+
label: boolean;
|
124
|
+
width: number;
|
125
|
+
editable: boolean;
|
126
|
+
}> & Omit<Readonly<DriverProps> & Readonly<{
|
127
|
+
onLoaded?: (apps: any[], envs: any[], drivers: any[]) => any;
|
128
|
+
onChange?: (type: "app" | "env" | "id", value: string | number, option: any) => any;
|
129
|
+
onSucceed?: (page: string, name: string) => any;
|
130
|
+
}>, "refresh" | "label" | "keyboard" | "width" | "editable" | "loadAsync" | "loadAppsAsync"> & import("vue").ShallowUnwrapRef<{
|
131
|
+
keyboard: (type: KeyboardType, event: KeyboardEvent) => void;
|
132
|
+
refresh: () => Promise<void>;
|
133
|
+
loadAsync: (reload?: boolean) => Promise<void>;
|
134
|
+
loadAppsAsync: (reload: boolean) => Promise<void>;
|
135
|
+
}> & {} & import("vue").ComponentCustomProperties & {} & {
|
136
|
+
$slots: {
|
137
|
+
app?(_: {}): any;
|
138
|
+
default?(_: {}): any;
|
139
|
+
};
|
140
|
+
};
|
141
|
+
appCrudRef: {
|
142
|
+
$: import("vue").ComponentInternalInstance;
|
143
|
+
$data: {};
|
144
|
+
$props: Partial<{}> & Omit<{
|
145
|
+
readonly modelValue?: string | number;
|
146
|
+
readonly module?: string;
|
147
|
+
readonly readonly?: boolean;
|
148
|
+
readonly to?: string | HTMLElement;
|
149
|
+
readonly size?: import("halo-fe/esm/comp/@type/CompSize.js").CompSize;
|
150
|
+
readonly onNavigate?: (url: string) => any;
|
151
|
+
readonly onLoaded?: (ret: any) => any;
|
152
|
+
readonly onSucceed?: (page: string, name: string) => any;
|
153
|
+
readonly "onUpdate:modelValue"?: (value: string | number) => any;
|
154
|
+
} & import("vue").VNodeProps & import("vue").AllowedComponentProps & import("vue").ComponentCustomProps, never>;
|
155
|
+
$attrs: {
|
156
|
+
[x: string]: unknown;
|
157
|
+
};
|
158
|
+
$refs: {
|
159
|
+
[x: string]: unknown;
|
160
|
+
} & {
|
161
|
+
crudRef: {
|
162
|
+
$: import("vue").ComponentInternalInstance;
|
163
|
+
$data: {};
|
164
|
+
$props: Partial<{}> & Omit<{
|
165
|
+
readonly modelValue?: string | number;
|
166
|
+
readonly drawer?: import("halo-fe").CrudDrawer;
|
167
|
+
readonly module?: string;
|
168
|
+
readonly readonly?: boolean;
|
169
|
+
readonly to?: string | HTMLElement;
|
170
|
+
readonly size?: import("halo-fe/esm/comp/@type/CompSize.js").CompSize;
|
171
|
+
readonly onLoaded?: (ret: any) => any;
|
172
|
+
readonly onSucceed?: (page: string, name: string) => any;
|
173
|
+
readonly "onUpdate:modelValue"?: (value: string | number) => any;
|
174
|
+
readonly onNavigate?: (url: string) => any;
|
175
|
+
readonly "onUpdate:drawer"?: (value: import("halo-fe").CrudDrawer) => any;
|
176
|
+
} & import("vue").VNodeProps & import("vue").AllowedComponentProps & import("vue").ComponentCustomProps, never>;
|
177
|
+
$attrs: {
|
178
|
+
[x: string]: unknown;
|
179
|
+
};
|
180
|
+
$refs: {
|
181
|
+
[x: string]: unknown;
|
182
|
+
} & {
|
183
|
+
dropdownRef: {
|
184
|
+
$: import("vue").ComponentInternalInstance;
|
185
|
+
$data: {};
|
186
|
+
$props: Partial<{}> & Omit<{
|
187
|
+
readonly trigger?: "hover" | "click";
|
188
|
+
readonly direction?: import("halo-fe").PopoverDirection;
|
189
|
+
readonly class?: string;
|
190
|
+
readonly delay?: number;
|
191
|
+
readonly split?: boolean;
|
192
|
+
readonly size?: import("halo-fe/esm/comp/@type/CompSize.js").CompSize;
|
193
|
+
readonly onChange?: (value: any, event: MouseEvent) => any;
|
194
|
+
readonly onClick?: (event: MouseEvent) => any;
|
195
|
+
} & import("vue").VNodeProps & import("vue").AllowedComponentProps & import("vue").ComponentCustomProps, never>;
|
196
|
+
$attrs: {
|
197
|
+
[x: string]: unknown;
|
198
|
+
};
|
199
|
+
$refs: {
|
200
|
+
[x: string]: unknown;
|
201
|
+
} & {
|
202
|
+
buttonRef: {
|
203
|
+
$: import("vue").ComponentInternalInstance;
|
204
|
+
$data: {};
|
205
|
+
$props: Partial<{}> & Omit<{
|
206
|
+
readonly type?: "primary" | "info";
|
207
|
+
readonly disabled?: boolean;
|
208
|
+
readonly plain?: boolean;
|
209
|
+
readonly loading?: boolean;
|
210
|
+
readonly size?: import("halo-fe/esm/comp/@type/CompSize.js").CompSize;
|
211
|
+
readonly onClick?: (event: MouseEvent) => any;
|
212
|
+
} & import("vue").VNodeProps & import("vue").AllowedComponentProps & import("vue").ComponentCustomProps, never>;
|
213
|
+
$attrs: {
|
214
|
+
[x: string]: unknown;
|
215
|
+
};
|
216
|
+
$refs: {
|
217
|
+
[x: string]: unknown;
|
218
|
+
} & {
|
219
|
+
buttonRef: HTMLButtonElement;
|
220
|
+
};
|
221
|
+
$slots: Readonly<{
|
222
|
+
[name: string]: import("vue").Slot<any>;
|
223
|
+
}>;
|
224
|
+
$root: import("vue").ComponentPublicInstance | null;
|
225
|
+
$parent: import("vue").ComponentPublicInstance | null;
|
226
|
+
$host: Element | null;
|
227
|
+
$emit: (event: "click", event: MouseEvent) => void;
|
228
|
+
$el: HTMLButtonElement;
|
229
|
+
$options: import("vue").ComponentOptionsBase<Readonly<import("halo-fe/esm/comp/button/@types/ButtonProps.js").ButtonProps> & Readonly<{
|
230
|
+
onClick?: (event: MouseEvent) => any;
|
231
|
+
}>, {
|
232
|
+
el: import("vue").Ref<any, any>;
|
233
|
+
}, {}, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {} & {
|
234
|
+
click: (event: MouseEvent) => any;
|
235
|
+
}, string, {}, {}, string, {}, import("vue").GlobalComponents, import("vue").GlobalDirectives, string, import("vue").ComponentProvideOptions> & {
|
236
|
+
beforeCreate?: (() => void) | (() => void)[];
|
237
|
+
created?: (() => void) | (() => void)[];
|
238
|
+
beforeMount?: (() => void) | (() => void)[];
|
239
|
+
mounted?: (() => void) | (() => void)[];
|
240
|
+
beforeUpdate?: (() => void) | (() => void)[];
|
241
|
+
updated?: (() => void) | (() => void)[];
|
242
|
+
activated?: (() => void) | (() => void)[];
|
243
|
+
deactivated?: (() => void) | (() => void)[];
|
244
|
+
beforeDestroy?: (() => void) | (() => void)[];
|
245
|
+
beforeUnmount?: (() => void) | (() => void)[];
|
246
|
+
destroyed?: (() => void) | (() => void)[];
|
247
|
+
unmounted?: (() => void) | (() => void)[];
|
248
|
+
renderTracked?: ((e: import("vue").DebuggerEvent) => void) | ((e: import("vue").DebuggerEvent) => void)[];
|
249
|
+
renderTriggered?: ((e: import("vue").DebuggerEvent) => void) | ((e: import("vue").DebuggerEvent) => void)[];
|
250
|
+
errorCaptured?: ((err: unknown, instance: import("vue").ComponentPublicInstance | null, info: string) => boolean | void) | ((err: unknown, instance: import("vue").ComponentPublicInstance | null, info: string) => boolean | void)[];
|
251
|
+
};
|
252
|
+
$forceUpdate: () => void;
|
253
|
+
$nextTick: typeof import("vue").nextTick;
|
254
|
+
$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;
|
255
|
+
} & Readonly<{}> & Omit<Readonly<import("halo-fe/esm/comp/button/@types/ButtonProps.js").ButtonProps> & Readonly<{
|
256
|
+
onClick?: (event: MouseEvent) => any;
|
257
|
+
}>, "el"> & import("vue").ShallowUnwrapRef<{
|
258
|
+
el: import("vue").Ref<any, any>;
|
259
|
+
}> & {} & import("vue").ComponentCustomProperties & {} & {
|
260
|
+
$slots: {
|
261
|
+
icon?(_: {}): any;
|
262
|
+
default?(_: {}): any;
|
263
|
+
};
|
264
|
+
};
|
265
|
+
popoverRef: {
|
266
|
+
$: import("vue").ComponentInternalInstance;
|
267
|
+
$data: {};
|
268
|
+
$props: {
|
269
|
+
readonly target: HTMLElement;
|
270
|
+
readonly trigger?: "hover" | "click";
|
271
|
+
readonly direction?: import("halo-fe").PopoverDirection;
|
272
|
+
readonly class?: string;
|
273
|
+
readonly delay?: number;
|
274
|
+
readonly onClose?: () => any;
|
275
|
+
readonly onScroll?: (event: import("halo-fe").ScrollerEvent) => any;
|
276
|
+
} & import("vue").VNodeProps & import("vue").AllowedComponentProps & import("vue").ComponentCustomProps;
|
277
|
+
$attrs: {
|
278
|
+
[x: string]: unknown;
|
279
|
+
};
|
280
|
+
$refs: {
|
281
|
+
[x: string]: unknown;
|
282
|
+
} & {
|
283
|
+
popoverRef: HTMLDivElement;
|
284
|
+
scrollerRef: {
|
285
|
+
$: import("vue").ComponentInternalInstance;
|
286
|
+
$data: {};
|
287
|
+
$props: Partial<{}> & Omit<{
|
288
|
+
readonly scrollLeft?: number;
|
289
|
+
readonly scrollTop?: number;
|
290
|
+
readonly onScroll?: (event: import("halo-fe").ScrollerEvent) => any;
|
291
|
+
} & import("vue").VNodeProps & import("vue").AllowedComponentProps & import("vue").ComponentCustomProps, never>;
|
292
|
+
$attrs: {
|
293
|
+
[x: string]: unknown;
|
294
|
+
};
|
295
|
+
$refs: {
|
296
|
+
[x: string]: unknown;
|
297
|
+
} & {
|
298
|
+
viewRef: HTMLDivElement;
|
299
|
+
verticalRef: HTMLDivElement;
|
300
|
+
horizontalRef: HTMLDivElement;
|
301
|
+
};
|
302
|
+
$slots: Readonly<{
|
303
|
+
[name: string]: import("vue").Slot<any>;
|
304
|
+
}>;
|
305
|
+
$root: import("vue").ComponentPublicInstance | null;
|
306
|
+
$parent: import("vue").ComponentPublicInstance | null;
|
307
|
+
$host: Element | null;
|
308
|
+
$emit: (event: "scroll", event: import("halo-fe").ScrollerEvent) => void;
|
309
|
+
$el: HTMLDivElement;
|
310
|
+
$options: import("vue").ComponentOptionsBase<Readonly<import("halo-fe").ScrollerProps> & Readonly<{
|
311
|
+
onScroll?: (event: import("halo-fe").ScrollerEvent) => any;
|
312
|
+
}>, {
|
313
|
+
scrollTo: (scrollLeft: number, scrollTop?: number) => void;
|
314
|
+
update: () => void;
|
315
|
+
}, {}, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {} & {
|
316
|
+
scroll: (event: import("halo-fe").ScrollerEvent) => any;
|
317
|
+
}, string, {}, {}, string, {}, import("vue").GlobalComponents, import("vue").GlobalDirectives, string, import("vue").ComponentProvideOptions> & {
|
318
|
+
beforeCreate?: (() => void) | (() => void)[];
|
319
|
+
created?: (() => void) | (() => void)[];
|
320
|
+
beforeMount?: (() => void) | (() => void)[];
|
321
|
+
mounted?: (() => void) | (() => void)[];
|
322
|
+
beforeUpdate?: (() => void) | (() => void)[];
|
323
|
+
updated?: (() => void) | (() => void)[];
|
324
|
+
activated?: (() => void) | (() => void)[];
|
325
|
+
deactivated?: (() => void) | (() => void)[];
|
326
|
+
beforeDestroy?: (() => void) | (() => void)[];
|
327
|
+
beforeUnmount?: (() => void) | (() => void)[];
|
328
|
+
destroyed?: (() => void) | (() => void)[];
|
329
|
+
unmounted?: (() => void) | (() => void)[];
|
330
|
+
renderTracked?: ((e: import("vue").DebuggerEvent) => void) | ((e: import("vue").DebuggerEvent) => void)[];
|
331
|
+
renderTriggered?: ((e: import("vue").DebuggerEvent) => void) | ((e: import("vue").DebuggerEvent) => void)[];
|
332
|
+
errorCaptured?: ((err: unknown, instance: import("vue").ComponentPublicInstance | null, info: string) => boolean | void) | ((err: unknown, instance: import("vue").ComponentPublicInstance | null, info: string) => boolean | void)[];
|
333
|
+
};
|
334
|
+
$forceUpdate: () => void;
|
335
|
+
$nextTick: typeof import("vue").nextTick;
|
336
|
+
$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;
|
337
|
+
} & Readonly<{}> & Omit<Readonly<import("halo-fe").ScrollerProps> & Readonly<{
|
338
|
+
onScroll?: (event: import("halo-fe").ScrollerEvent) => any;
|
339
|
+
}>, "scrollTo" | "update"> & import("vue").ShallowUnwrapRef<{
|
340
|
+
scrollTo: (scrollLeft: number, scrollTop?: number) => void;
|
341
|
+
update: () => void;
|
342
|
+
}> & {} & import("vue").ComponentCustomProperties & {} & {
|
343
|
+
$slots: {
|
344
|
+
default?(_: {}): any;
|
345
|
+
};
|
346
|
+
};
|
347
|
+
};
|
348
|
+
$slots: Readonly<{
|
349
|
+
[name: string]: import("vue").Slot<any>;
|
350
|
+
}>;
|
351
|
+
$root: import("vue").ComponentPublicInstance | null;
|
352
|
+
$parent: import("vue").ComponentPublicInstance | null;
|
353
|
+
$host: Element | null;
|
354
|
+
$emit: ((event: "close") => void) & ((event: "scroll", event: import("halo-fe").ScrollerEvent) => void);
|
355
|
+
$el: any;
|
356
|
+
$options: import("vue").ComponentOptionsBase<Readonly<import("halo-fe").PopoverProps> & Readonly<{
|
357
|
+
onClose?: () => any;
|
358
|
+
onScroll?: (event: import("halo-fe").ScrollerEvent) => any;
|
359
|
+
}>, {
|
360
|
+
update(): void;
|
361
|
+
toggle(event: MouseEvent): void;
|
362
|
+
showAsync(event: MouseEvent): Promise<void>;
|
363
|
+
scrollTo(scrollLeft: number, scrollTop?: number): void;
|
364
|
+
close(immediate?: boolean): void;
|
365
|
+
}, {}, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {} & {
|
366
|
+
close: () => any;
|
367
|
+
scroll: (event: import("halo-fe").ScrollerEvent) => any;
|
368
|
+
}, string, {}, {}, string, {}, import("vue").GlobalComponents, import("vue").GlobalDirectives, string, import("vue").ComponentProvideOptions> & {
|
369
|
+
beforeCreate?: (() => void) | (() => void)[];
|
370
|
+
created?: (() => void) | (() => void)[];
|
371
|
+
beforeMount?: (() => void) | (() => void)[];
|
372
|
+
mounted?: (() => void) | (() => void)[];
|
373
|
+
beforeUpdate?: (() => void) | (() => void)[];
|
374
|
+
updated?: (() => void) | (() => void)[];
|
375
|
+
activated?: (() => void) | (() => void)[];
|
376
|
+
deactivated?: (() => void) | (() => void)[];
|
377
|
+
beforeDestroy?: (() => void) | (() => void)[];
|
378
|
+
beforeUnmount?: (() => void) | (() => void)[];
|
379
|
+
destroyed?: (() => void) | (() => void)[];
|
380
|
+
unmounted?: (() => void) | (() => void)[];
|
381
|
+
renderTracked?: ((e: import("vue").DebuggerEvent) => void) | ((e: import("vue").DebuggerEvent) => void)[];
|
382
|
+
renderTriggered?: ((e: import("vue").DebuggerEvent) => void) | ((e: import("vue").DebuggerEvent) => void)[];
|
383
|
+
errorCaptured?: ((err: unknown, instance: import("vue").ComponentPublicInstance | null, info: string) => boolean | void) | ((err: unknown, instance: import("vue").ComponentPublicInstance | null, info: string) => boolean | void)[];
|
384
|
+
};
|
385
|
+
$forceUpdate: () => void;
|
386
|
+
$nextTick: typeof import("vue").nextTick;
|
387
|
+
$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;
|
388
|
+
} & Readonly<{}> & Omit<Readonly<import("halo-fe").PopoverProps> & Readonly<{
|
389
|
+
onClose?: () => any;
|
390
|
+
onScroll?: (event: import("halo-fe").ScrollerEvent) => any;
|
391
|
+
}>, "close" | "toggle" | "scrollTo" | "update" | "showAsync"> & import("vue").ShallowUnwrapRef<{
|
392
|
+
update(): void;
|
393
|
+
toggle(event: MouseEvent): void;
|
394
|
+
showAsync(event: MouseEvent): Promise<void>;
|
395
|
+
scrollTo(scrollLeft: number, scrollTop?: number): void;
|
396
|
+
close(immediate?: boolean): void;
|
397
|
+
}> & {} & import("vue").ComponentCustomProperties & {} & {
|
398
|
+
$slots: {
|
399
|
+
default?(_: {}): any;
|
400
|
+
};
|
401
|
+
};
|
402
|
+
};
|
403
|
+
$slots: Readonly<{
|
404
|
+
[name: string]: import("vue").Slot<any>;
|
405
|
+
}>;
|
406
|
+
$root: import("vue").ComponentPublicInstance | null;
|
407
|
+
$parent: import("vue").ComponentPublicInstance | null;
|
408
|
+
$host: Element | null;
|
409
|
+
$emit: ((event: "change", value: any, event: MouseEvent) => void) & ((event: "click", event: MouseEvent) => void);
|
410
|
+
$el: HTMLDivElement;
|
411
|
+
$options: import("vue").ComponentOptionsBase<Readonly<import("halo-fe").DropdownProps> & Readonly<{
|
412
|
+
onChange?: (value: any, event: MouseEvent) => any;
|
413
|
+
onClick?: (event: MouseEvent) => any;
|
414
|
+
}>, {
|
415
|
+
update(): void;
|
416
|
+
toggle(event: MouseEvent): void;
|
417
|
+
showAsync(event: MouseEvent): Promise<void>;
|
418
|
+
scrollTo(scrollLeft: number, scrollTop?: number): void;
|
419
|
+
close(immediate?: boolean): void;
|
420
|
+
}, {}, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {} & {
|
421
|
+
change: (value: any, event: MouseEvent) => any;
|
422
|
+
click: (event: MouseEvent) => any;
|
423
|
+
}, string, {}, {}, string, {}, import("vue").GlobalComponents, import("vue").GlobalDirectives, string, import("vue").ComponentProvideOptions> & {
|
424
|
+
beforeCreate?: (() => void) | (() => void)[];
|
425
|
+
created?: (() => void) | (() => void)[];
|
426
|
+
beforeMount?: (() => void) | (() => void)[];
|
427
|
+
mounted?: (() => void) | (() => void)[];
|
428
|
+
beforeUpdate?: (() => void) | (() => void)[];
|
429
|
+
updated?: (() => void) | (() => void)[];
|
430
|
+
activated?: (() => void) | (() => void)[];
|
431
|
+
deactivated?: (() => void) | (() => void)[];
|
432
|
+
beforeDestroy?: (() => void) | (() => void)[];
|
433
|
+
beforeUnmount?: (() => void) | (() => void)[];
|
434
|
+
destroyed?: (() => void) | (() => void)[];
|
435
|
+
unmounted?: (() => void) | (() => void)[];
|
436
|
+
renderTracked?: ((e: import("vue").DebuggerEvent) => void) | ((e: import("vue").DebuggerEvent) => void)[];
|
437
|
+
renderTriggered?: ((e: import("vue").DebuggerEvent) => void) | ((e: import("vue").DebuggerEvent) => void)[];
|
438
|
+
errorCaptured?: ((err: unknown, instance: import("vue").ComponentPublicInstance | null, info: string) => boolean | void) | ((err: unknown, instance: import("vue").ComponentPublicInstance | null, info: string) => boolean | void)[];
|
439
|
+
};
|
440
|
+
$forceUpdate: () => void;
|
441
|
+
$nextTick: typeof import("vue").nextTick;
|
442
|
+
$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;
|
443
|
+
} & Readonly<{}> & Omit<Readonly<import("halo-fe").DropdownProps> & Readonly<{
|
444
|
+
onChange?: (value: any, event: MouseEvent) => any;
|
445
|
+
onClick?: (event: MouseEvent) => any;
|
446
|
+
}>, "close" | "toggle" | "scrollTo" | "update" | "showAsync"> & import("vue").ShallowUnwrapRef<{
|
447
|
+
update(): void;
|
448
|
+
toggle(event: MouseEvent): void;
|
449
|
+
showAsync(event: MouseEvent): Promise<void>;
|
450
|
+
scrollTo(scrollLeft: number, scrollTop?: number): void;
|
451
|
+
close(immediate?: boolean): void;
|
452
|
+
}> & {} & import("vue").ComponentCustomProperties & {} & {
|
453
|
+
$slots: {
|
454
|
+
title?(_: {}): any;
|
455
|
+
default?(_: {}): any;
|
456
|
+
};
|
457
|
+
};
|
458
|
+
};
|
459
|
+
$slots: Readonly<{
|
460
|
+
[name: string]: import("vue").Slot<any>;
|
461
|
+
}>;
|
462
|
+
$root: import("vue").ComponentPublicInstance | null;
|
463
|
+
$parent: import("vue").ComponentPublicInstance | null;
|
464
|
+
$host: Element | null;
|
465
|
+
$emit: ((event: "navigate", url: string) => void) & ((event: "loaded", ret: any) => void) & ((event: "succeed", page: string, name: string) => void) & ((event: "update:modelValue", value: string | number) => void) & ((event: "update:drawer", value: import("halo-fe").CrudDrawer) => void);
|
466
|
+
$el: any;
|
467
|
+
$options: import("vue").ComponentOptionsBase<Readonly<{
|
468
|
+
modelValue?: string | number;
|
469
|
+
drawer?: import("halo-fe").CrudDrawer;
|
470
|
+
} & import("halo-fe").CrudProps> & Readonly<{
|
471
|
+
onLoaded?: (ret: any) => any;
|
472
|
+
onSucceed?: (page: string, name: string) => any;
|
473
|
+
"onUpdate:modelValue"?: (value: string | number) => any;
|
474
|
+
onNavigate?: (url: string) => any;
|
475
|
+
"onUpdate:drawer"?: (value: import("halo-fe").CrudDrawer) => any;
|
476
|
+
}>, {
|
477
|
+
loaded: (ret: any) => void;
|
478
|
+
succeed: (page: string) => void;
|
479
|
+
}, {}, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {
|
480
|
+
"update:modelValue": (value: string | number) => any;
|
481
|
+
"update:drawer": (value: import("halo-fe").CrudDrawer) => any;
|
482
|
+
} & {
|
483
|
+
loaded: (ret: any) => any;
|
484
|
+
succeed: (page: string, name: string) => any;
|
485
|
+
navigate: (url: string) => any;
|
486
|
+
}, string, {}, {}, string, {}, import("vue").GlobalComponents, import("vue").GlobalDirectives, string, import("vue").ComponentProvideOptions> & {
|
487
|
+
beforeCreate?: (() => void) | (() => void)[];
|
488
|
+
created?: (() => void) | (() => void)[];
|
489
|
+
beforeMount?: (() => void) | (() => void)[];
|
490
|
+
mounted?: (() => void) | (() => void)[];
|
491
|
+
beforeUpdate?: (() => void) | (() => void)[];
|
492
|
+
updated?: (() => void) | (() => void)[];
|
493
|
+
activated?: (() => void) | (() => void)[];
|
494
|
+
deactivated?: (() => void) | (() => void)[];
|
495
|
+
beforeDestroy?: (() => void) | (() => void)[];
|
496
|
+
beforeUnmount?: (() => void) | (() => void)[];
|
497
|
+
destroyed?: (() => void) | (() => void)[];
|
498
|
+
unmounted?: (() => void) | (() => void)[];
|
499
|
+
renderTracked?: ((e: import("vue").DebuggerEvent) => void) | ((e: import("vue").DebuggerEvent) => void)[];
|
500
|
+
renderTriggered?: ((e: import("vue").DebuggerEvent) => void) | ((e: import("vue").DebuggerEvent) => void)[];
|
501
|
+
errorCaptured?: ((err: unknown, instance: import("vue").ComponentPublicInstance | null, info: string) => boolean | void) | ((err: unknown, instance: import("vue").ComponentPublicInstance | null, info: string) => boolean | void)[];
|
502
|
+
};
|
503
|
+
$forceUpdate: () => void;
|
504
|
+
$nextTick: typeof import("vue").nextTick;
|
505
|
+
$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;
|
506
|
+
} & Readonly<{}> & Omit<Readonly<{
|
507
|
+
modelValue?: string | number;
|
508
|
+
drawer?: import("halo-fe").CrudDrawer;
|
509
|
+
} & import("halo-fe").CrudProps> & Readonly<{
|
510
|
+
onLoaded?: (ret: any) => any;
|
511
|
+
onSucceed?: (page: string, name: string) => any;
|
512
|
+
"onUpdate:modelValue"?: (value: string | number) => any;
|
513
|
+
onNavigate?: (url: string) => any;
|
514
|
+
"onUpdate:drawer"?: (value: import("halo-fe").CrudDrawer) => any;
|
515
|
+
}>, "loaded" | "succeed"> & import("vue").ShallowUnwrapRef<{
|
516
|
+
loaded: (ret: any) => void;
|
517
|
+
succeed: (page: string) => void;
|
518
|
+
}> & {} & import("vue").ComponentCustomProperties & {} & {
|
519
|
+
$slots: {
|
520
|
+
default?(_: {}): any;
|
521
|
+
drawer?(_: {}): any;
|
522
|
+
};
|
523
|
+
};
|
524
|
+
pageRef: unknown;
|
525
|
+
};
|
526
|
+
$slots: Readonly<{
|
527
|
+
[name: string]: import("vue").Slot<any>;
|
528
|
+
}>;
|
529
|
+
$root: import("vue").ComponentPublicInstance | null;
|
530
|
+
$parent: import("vue").ComponentPublicInstance | null;
|
531
|
+
$host: Element | null;
|
532
|
+
$emit: ((event: "navigate", url: string) => void) & ((event: "loaded", ret: any) => void) & ((event: "succeed", page: string, name: string) => void) & ((event: "update:modelValue", value: string | number) => void);
|
533
|
+
$el: any;
|
534
|
+
$options: import("vue").ComponentOptionsBase<Readonly<{
|
535
|
+
modelValue?: string | number;
|
536
|
+
} & import("halo-fe").CrudProps> & Readonly<{
|
537
|
+
onNavigate?: (url: string) => any;
|
538
|
+
onLoaded?: (ret: any) => any;
|
539
|
+
onSucceed?: (page: string, name: string) => any;
|
540
|
+
"onUpdate:modelValue"?: (value: string | number) => any;
|
541
|
+
}>, {
|
542
|
+
loaded: (ret: any) => void;
|
543
|
+
succeed: (page: string) => void;
|
544
|
+
}, {}, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {
|
545
|
+
"update:modelValue": (value: string | number) => any;
|
546
|
+
} & {
|
547
|
+
navigate: (url: string) => any;
|
548
|
+
loaded: (ret: any) => any;
|
549
|
+
succeed: (page: string, name: string) => any;
|
550
|
+
}, string, {}, {}, string, {}, import("vue").GlobalComponents, import("vue").GlobalDirectives, string, import("vue").ComponentProvideOptions> & {
|
551
|
+
beforeCreate?: (() => void) | (() => void)[];
|
552
|
+
created?: (() => void) | (() => void)[];
|
553
|
+
beforeMount?: (() => void) | (() => void)[];
|
554
|
+
mounted?: (() => void) | (() => void)[];
|
555
|
+
beforeUpdate?: (() => void) | (() => void)[];
|
556
|
+
updated?: (() => void) | (() => void)[];
|
557
|
+
activated?: (() => void) | (() => void)[];
|
558
|
+
deactivated?: (() => void) | (() => void)[];
|
559
|
+
beforeDestroy?: (() => void) | (() => void)[];
|
560
|
+
beforeUnmount?: (() => void) | (() => void)[];
|
561
|
+
destroyed?: (() => void) | (() => void)[];
|
562
|
+
unmounted?: (() => void) | (() => void)[];
|
563
|
+
renderTracked?: ((e: import("vue").DebuggerEvent) => void) | ((e: import("vue").DebuggerEvent) => void)[];
|
564
|
+
renderTriggered?: ((e: import("vue").DebuggerEvent) => void) | ((e: import("vue").DebuggerEvent) => void)[];
|
565
|
+
errorCaptured?: ((err: unknown, instance: import("vue").ComponentPublicInstance | null, info: string) => boolean | void) | ((err: unknown, instance: import("vue").ComponentPublicInstance | null, info: string) => boolean | void)[];
|
566
|
+
};
|
567
|
+
$forceUpdate: () => void;
|
568
|
+
$nextTick: typeof import("vue").nextTick;
|
569
|
+
$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;
|
570
|
+
} & Readonly<{}> & Omit<Readonly<{
|
571
|
+
modelValue?: string | number;
|
572
|
+
} & import("halo-fe").CrudProps> & Readonly<{
|
573
|
+
onNavigate?: (url: string) => any;
|
574
|
+
onLoaded?: (ret: any) => any;
|
575
|
+
onSucceed?: (page: string, name: string) => any;
|
576
|
+
"onUpdate:modelValue"?: (value: string | number) => any;
|
577
|
+
}>, "loaded" | "succeed"> & import("vue").ShallowUnwrapRef<{
|
578
|
+
loaded: (ret: any) => void;
|
579
|
+
succeed: (page: string) => void;
|
580
|
+
}> & {} & import("vue").ComponentCustomProperties & {} & {
|
581
|
+
$slots: {
|
582
|
+
default?(_: {}): any;
|
583
|
+
};
|
584
|
+
};
|
585
|
+
pickerRef: import("vue").CreateComponentPublicInstanceWithMixins<Readonly<{
|
586
|
+
modelValue?: any[];
|
587
|
+
} & import("halo-fe").DriverPickerProps> & Readonly<{
|
588
|
+
onLoaded?: (ret: any) => any;
|
589
|
+
onChange?: (value: number, option: any) => any;
|
590
|
+
"onUpdate:modelValue"?: (value: any[]) => any;
|
591
|
+
}>, {
|
592
|
+
loadAsync(app: string, env: string): Promise<any[]>;
|
593
|
+
updateForm(): void;
|
594
|
+
refresh(): Promise<void>;
|
595
|
+
}, {}, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {
|
596
|
+
"update:modelValue": (value: any[]) => any;
|
597
|
+
} & {
|
598
|
+
loaded: (ret: any) => any;
|
599
|
+
change: (value: number, option: any) => any;
|
600
|
+
}, import("vue").PublicProps, {
|
601
|
+
label: boolean;
|
602
|
+
editable: boolean;
|
603
|
+
}, false, {}, {}, import("vue").GlobalComponents, import("vue").GlobalDirectives, string, {
|
604
|
+
dropdownRef: {
|
605
|
+
$: import("vue").ComponentInternalInstance;
|
606
|
+
$data: {};
|
607
|
+
$props: {
|
608
|
+
readonly modelValue?: any[];
|
609
|
+
readonly kind: string;
|
610
|
+
readonly form: import("halo-fe/esm/comp/business/drivers/@types/KindFormProps.js").KindFormProps;
|
611
|
+
readonly label?: boolean;
|
612
|
+
readonly editable?: boolean;
|
613
|
+
readonly to?: string | HTMLElement;
|
614
|
+
readonly onLoaded?: (ret: any) => any;
|
615
|
+
readonly onChange?: (value: number, option: any) => any;
|
616
|
+
readonly "onUpdate:modelValue"?: (value: any[]) => any;
|
617
|
+
} & import("vue").VNodeProps & import("vue").AllowedComponentProps & import("vue").ComponentCustomProps;
|
618
|
+
$attrs: {
|
619
|
+
[x: string]: unknown;
|
620
|
+
};
|
621
|
+
$refs: {
|
622
|
+
[x: string]: unknown;
|
623
|
+
};
|
624
|
+
$slots: Readonly<{
|
625
|
+
[name: string]: import("vue").Slot<any>;
|
626
|
+
}>;
|
627
|
+
$root: import("vue").ComponentPublicInstance | null;
|
628
|
+
$parent: import("vue").ComponentPublicInstance | null;
|
629
|
+
$host: Element | null;
|
630
|
+
$emit: ((event: "loaded", ret: any) => void) & ((event: "change", value: number, option: any) => void) & ((event: "update:modelValue", value: any[]) => void);
|
631
|
+
$el: HTMLDivElement;
|
632
|
+
$options: import("vue").ComponentOptionsBase<Readonly<{
|
633
|
+
modelValue?: any[];
|
634
|
+
} & import("halo-fe").DriverPickerProps> & Readonly<{
|
635
|
+
onLoaded?: (ret: any) => any;
|
636
|
+
onChange?: (value: number, option: any) => any;
|
637
|
+
"onUpdate:modelValue"?: (value: any[]) => any;
|
638
|
+
}>, {
|
639
|
+
loadAsync(app: string, env: string): Promise<any[]>;
|
640
|
+
updateForm(): void;
|
641
|
+
refresh(): Promise<void>;
|
642
|
+
}, {}, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {
|
643
|
+
"update:modelValue": (value: any[]) => any;
|
644
|
+
} & {
|
645
|
+
loaded: (ret: any) => any;
|
646
|
+
change: (value: number, option: any) => any;
|
647
|
+
}, string, {
|
648
|
+
label: boolean;
|
649
|
+
editable: boolean;
|
650
|
+
}, {}, string, {}, import("vue").GlobalComponents, import("vue").GlobalDirectives, string, import("vue").ComponentProvideOptions> & {
|
651
|
+
beforeCreate?: (() => void) | (() => void)[];
|
652
|
+
created?: (() => void) | (() => void)[];
|
653
|
+
beforeMount?: (() => void) | (() => void)[];
|
654
|
+
mounted?: (() => void) | (() => void)[];
|
655
|
+
beforeUpdate?: (() => void) | (() => void)[];
|
656
|
+
updated?: (() => void) | (() => void)[];
|
657
|
+
activated?: (() => void) | (() => void)[];
|
658
|
+
deactivated?: (() => void) | (() => void)[];
|
659
|
+
beforeDestroy?: (() => void) | (() => void)[];
|
660
|
+
beforeUnmount?: (() => void) | (() => void)[];
|
661
|
+
destroyed?: (() => void) | (() => void)[];
|
662
|
+
unmounted?: (() => void) | (() => void)[];
|
663
|
+
renderTracked?: ((e: import("vue").DebuggerEvent) => void) | ((e: import("vue").DebuggerEvent) => void)[];
|
664
|
+
renderTriggered?: ((e: import("vue").DebuggerEvent) => void) | ((e: import("vue").DebuggerEvent) => void)[];
|
665
|
+
errorCaptured?: ((err: unknown, instance: import("vue").ComponentPublicInstance | null, info: string) => boolean | void) | ((err: unknown, instance: import("vue").ComponentPublicInstance | null, info: string) => boolean | void)[];
|
666
|
+
};
|
667
|
+
$forceUpdate: () => void;
|
668
|
+
$nextTick: typeof import("vue").nextTick;
|
669
|
+
$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;
|
670
|
+
} & Readonly<{
|
671
|
+
label: boolean;
|
672
|
+
editable: boolean;
|
673
|
+
}> & Omit<Readonly<{
|
674
|
+
modelValue?: any[];
|
675
|
+
} & import("halo-fe").DriverPickerProps> & Readonly<{
|
676
|
+
onLoaded?: (ret: any) => any;
|
677
|
+
onChange?: (value: number, option: any) => any;
|
678
|
+
"onUpdate:modelValue"?: (value: any[]) => any;
|
679
|
+
}>, "refresh" | "label" | "editable" | "loadAsync" | "updateForm"> & import("vue").ShallowUnwrapRef<{
|
680
|
+
loadAsync(app: string, env: string): Promise<any[]>;
|
681
|
+
updateForm(): void;
|
682
|
+
refresh(): Promise<void>;
|
683
|
+
}> & {} & import("vue").ComponentCustomProperties & {} & {
|
684
|
+
$slots: {
|
685
|
+
default?(_: {}): any;
|
686
|
+
};
|
687
|
+
};
|
688
|
+
}, HTMLDivElement, import("vue").ComponentProvideOptions, {
|
689
|
+
P: {};
|
690
|
+
B: {};
|
691
|
+
D: {};
|
692
|
+
C: {};
|
693
|
+
M: {};
|
694
|
+
Defaults: {};
|
695
|
+
}, Readonly<{
|
696
|
+
modelValue?: any[];
|
697
|
+
} & import("halo-fe").DriverPickerProps> & Readonly<{
|
698
|
+
onLoaded?: (ret: any) => any;
|
699
|
+
onChange?: (value: number, option: any) => any;
|
700
|
+
"onUpdate:modelValue"?: (value: any[]) => any;
|
701
|
+
}>, {
|
702
|
+
loadAsync(app: string, env: string): Promise<any[]>;
|
703
|
+
updateForm(): void;
|
704
|
+
refresh(): Promise<void>;
|
705
|
+
}, {}, {}, {}, {
|
706
|
+
label: boolean;
|
707
|
+
editable: boolean;
|
708
|
+
}>;
|
709
|
+
};
|
710
|
+
rootEl: HTMLDivElement;
|
711
|
+
};
|
712
|
+
type __VLS_TemplateResult = ReturnType<typeof __VLS_template>;
|
713
|
+
declare const __VLS_component: import("vue").DefineComponent<DriverProps, {
|
714
|
+
keyboard: (type: KeyboardType, event: KeyboardEvent) => void;
|
715
|
+
refresh: () => Promise<void>;
|
716
|
+
loadAsync: (reload?: boolean) => Promise<void>;
|
717
|
+
}, {}, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {} & {
|
718
|
+
loaded: (apps: any[], envs: any[], drivers: any[]) => any;
|
719
|
+
succeed: (page: string, name: string) => any;
|
720
|
+
change: (type: "id" | "app" | "env", value: string | number, option: any) => any;
|
721
|
+
}, string, import("vue").PublicProps, Readonly<DriverProps> & Readonly<{
|
722
|
+
onLoaded?: (apps: any[], envs: any[], drivers: any[]) => any;
|
723
|
+
onSucceed?: (page: string, name: string) => any;
|
724
|
+
onChange?: (type: "id" | "app" | "env", value: string | number, option: any) => any;
|
725
|
+
}>, {
|
726
|
+
label: boolean;
|
727
|
+
width: number;
|
728
|
+
editable: boolean;
|
729
|
+
}, {}, {}, {}, string, import("vue").ComponentProvideOptions, false, {
|
730
|
+
driverRef: {
|
731
|
+
$: import("vue").ComponentInternalInstance;
|
732
|
+
$data: {};
|
733
|
+
$props: {
|
734
|
+
readonly class?: string;
|
735
|
+
readonly width?: number;
|
736
|
+
readonly inline?: boolean;
|
737
|
+
readonly kind?: string;
|
738
|
+
readonly form: import("halo-fe/esm/comp/business/drivers/@types/DriverFormProps.js").DriverFormProps;
|
739
|
+
readonly label?: boolean;
|
740
|
+
readonly editable?: boolean;
|
741
|
+
readonly to?: string | HTMLElement;
|
742
|
+
readonly onLoaded?: (apps: any[], envs: any[], drivers: any[]) => any;
|
743
|
+
readonly onChange?: (type: "app" | "env" | "id", value: string | number, option: any) => any;
|
744
|
+
readonly onSucceed?: (page: string, name: string) => any;
|
745
|
+
} & import("vue").VNodeProps & import("vue").AllowedComponentProps & import("vue").ComponentCustomProps;
|
746
|
+
$attrs: {
|
747
|
+
[x: string]: unknown;
|
748
|
+
};
|
749
|
+
$refs: {
|
750
|
+
[x: string]: unknown;
|
751
|
+
} & {
|
752
|
+
driverRef: {
|
753
|
+
$: import("vue").ComponentInternalInstance;
|
754
|
+
$data: {};
|
755
|
+
$props: Partial<{}> & Omit<{
|
756
|
+
readonly inline?: boolean;
|
757
|
+
readonly labelWidth?: number;
|
758
|
+
} & import("vue").VNodeProps & import("vue").AllowedComponentProps & import("vue").ComponentCustomProps, never>;
|
759
|
+
$attrs: {
|
760
|
+
[x: string]: unknown;
|
761
|
+
};
|
762
|
+
$refs: {
|
763
|
+
[x: string]: unknown;
|
764
|
+
};
|
765
|
+
$slots: Readonly<{
|
766
|
+
[name: string]: import("vue").Slot<any>;
|
767
|
+
}>;
|
768
|
+
$root: import("vue").ComponentPublicInstance | null;
|
769
|
+
$parent: import("vue").ComponentPublicInstance | null;
|
770
|
+
$host: Element | null;
|
771
|
+
$emit: (event: string, ...args: any[]) => void;
|
772
|
+
$el: HTMLDivElement;
|
773
|
+
$options: import("vue").ComponentOptionsBase<Readonly<import("halo-fe/esm/comp/form/@types/FormProps.js").FormProps> & Readonly<{}>, {}, {}, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {}, string, {}, {}, string, {}, import("vue").GlobalComponents, import("vue").GlobalDirectives, string, import("vue").ComponentProvideOptions> & {
|
774
|
+
beforeCreate?: (() => void) | (() => void)[];
|
775
|
+
created?: (() => void) | (() => void)[];
|
776
|
+
beforeMount?: (() => void) | (() => void)[];
|
777
|
+
mounted?: (() => void) | (() => void)[];
|
778
|
+
beforeUpdate?: (() => void) | (() => void)[];
|
779
|
+
updated?: (() => void) | (() => void)[];
|
780
|
+
activated?: (() => void) | (() => void)[];
|
781
|
+
deactivated?: (() => void) | (() => void)[];
|
782
|
+
beforeDestroy?: (() => void) | (() => void)[];
|
783
|
+
beforeUnmount?: (() => void) | (() => void)[];
|
784
|
+
destroyed?: (() => void) | (() => void)[];
|
785
|
+
unmounted?: (() => void) | (() => void)[];
|
786
|
+
renderTracked?: ((e: import("vue").DebuggerEvent) => void) | ((e: import("vue").DebuggerEvent) => void)[];
|
787
|
+
renderTriggered?: ((e: import("vue").DebuggerEvent) => void) | ((e: import("vue").DebuggerEvent) => void)[];
|
788
|
+
errorCaptured?: ((err: unknown, instance: import("vue").ComponentPublicInstance | null, info: string) => boolean | void) | ((err: unknown, instance: import("vue").ComponentPublicInstance | null, info: string) => boolean | void)[];
|
789
|
+
};
|
790
|
+
$forceUpdate: () => void;
|
791
|
+
$nextTick: typeof import("vue").nextTick;
|
792
|
+
$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;
|
793
|
+
} & Readonly<{}> & Omit<Readonly<import("halo-fe/esm/comp/form/@types/FormProps.js").FormProps> & Readonly<{}>, never> & import("vue").ShallowUnwrapRef<{}> & {} & import("vue").ComponentCustomProperties & {} & {
|
794
|
+
$slots: {
|
795
|
+
default?(_: {}): any;
|
796
|
+
};
|
797
|
+
};
|
798
|
+
};
|
799
|
+
$slots: Readonly<{
|
800
|
+
[name: string]: import("vue").Slot<any>;
|
801
|
+
}>;
|
802
|
+
$root: import("vue").ComponentPublicInstance | null;
|
803
|
+
$parent: import("vue").ComponentPublicInstance | null;
|
804
|
+
$host: Element | null;
|
805
|
+
$emit: ((event: "loaded", apps: any[], envs: any[], drivers: any[]) => void) & ((event: "succeed", page: string, name: string) => void) & ((event: "change", type: "id" | "app" | "env", value: string | number, option: any) => void);
|
806
|
+
$el: HTMLDivElement;
|
807
|
+
$options: import("vue").ComponentOptionsBase<Readonly<DriverProps> & Readonly<{
|
808
|
+
onLoaded?: (apps: any[], envs: any[], drivers: any[]) => any;
|
809
|
+
onChange?: (type: "app" | "env" | "id", value: string | number, option: any) => any;
|
810
|
+
onSucceed?: (page: string, name: string) => any;
|
811
|
+
}>, {
|
812
|
+
keyboard: (type: KeyboardType, event: KeyboardEvent) => void;
|
813
|
+
refresh: () => Promise<void>;
|
814
|
+
loadAsync: (reload?: boolean) => Promise<void>;
|
815
|
+
loadAppsAsync: (reload: boolean) => Promise<void>;
|
816
|
+
}, {}, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {
|
817
|
+
loaded: (apps: any[], envs: any[], drivers: any[]) => any;
|
818
|
+
change: (type: "app" | "env" | "id", value: string | number, option: any) => any;
|
819
|
+
succeed: (page: string, name: string) => any;
|
820
|
+
}, string, {
|
821
|
+
label: boolean;
|
822
|
+
width: number;
|
823
|
+
editable: boolean;
|
824
|
+
}, {}, string, {}, import("vue").GlobalComponents, import("vue").GlobalDirectives, string, import("vue").ComponentProvideOptions> & {
|
825
|
+
beforeCreate?: (() => void) | (() => void)[];
|
826
|
+
created?: (() => void) | (() => void)[];
|
827
|
+
beforeMount?: (() => void) | (() => void)[];
|
828
|
+
mounted?: (() => void) | (() => void)[];
|
829
|
+
beforeUpdate?: (() => void) | (() => void)[];
|
830
|
+
updated?: (() => void) | (() => void)[];
|
831
|
+
activated?: (() => void) | (() => void)[];
|
832
|
+
deactivated?: (() => void) | (() => void)[];
|
833
|
+
beforeDestroy?: (() => void) | (() => void)[];
|
834
|
+
beforeUnmount?: (() => void) | (() => void)[];
|
835
|
+
destroyed?: (() => void) | (() => void)[];
|
836
|
+
unmounted?: (() => void) | (() => void)[];
|
837
|
+
renderTracked?: ((e: import("vue").DebuggerEvent) => void) | ((e: import("vue").DebuggerEvent) => void)[];
|
838
|
+
renderTriggered?: ((e: import("vue").DebuggerEvent) => void) | ((e: import("vue").DebuggerEvent) => void)[];
|
839
|
+
errorCaptured?: ((err: unknown, instance: import("vue").ComponentPublicInstance | null, info: string) => boolean | void) | ((err: unknown, instance: import("vue").ComponentPublicInstance | null, info: string) => boolean | void)[];
|
840
|
+
};
|
841
|
+
$forceUpdate: () => void;
|
842
|
+
$nextTick: typeof import("vue").nextTick;
|
843
|
+
$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;
|
844
|
+
} & Readonly<{
|
845
|
+
label: boolean;
|
846
|
+
width: number;
|
847
|
+
editable: boolean;
|
848
|
+
}> & Omit<Readonly<DriverProps> & Readonly<{
|
849
|
+
onLoaded?: (apps: any[], envs: any[], drivers: any[]) => any;
|
850
|
+
onChange?: (type: "app" | "env" | "id", value: string | number, option: any) => any;
|
851
|
+
onSucceed?: (page: string, name: string) => any;
|
852
|
+
}>, "refresh" | "label" | "keyboard" | "width" | "editable" | "loadAsync" | "loadAppsAsync"> & import("vue").ShallowUnwrapRef<{
|
853
|
+
keyboard: (type: KeyboardType, event: KeyboardEvent) => void;
|
854
|
+
refresh: () => Promise<void>;
|
855
|
+
loadAsync: (reload?: boolean) => Promise<void>;
|
856
|
+
loadAppsAsync: (reload: boolean) => Promise<void>;
|
857
|
+
}> & {} & import("vue").ComponentCustomProperties & {} & {
|
858
|
+
$slots: {
|
859
|
+
app?(_: {}): any;
|
860
|
+
default?(_: {}): any;
|
861
|
+
};
|
862
|
+
};
|
863
|
+
appCrudRef: {
|
864
|
+
$: import("vue").ComponentInternalInstance;
|
865
|
+
$data: {};
|
866
|
+
$props: Partial<{}> & Omit<{
|
867
|
+
readonly modelValue?: string | number;
|
868
|
+
readonly module?: string;
|
869
|
+
readonly readonly?: boolean;
|
870
|
+
readonly to?: string | HTMLElement;
|
871
|
+
readonly size?: import("halo-fe/esm/comp/@type/CompSize.js").CompSize;
|
872
|
+
readonly onNavigate?: (url: string) => any;
|
873
|
+
readonly onLoaded?: (ret: any) => any;
|
874
|
+
readonly onSucceed?: (page: string, name: string) => any;
|
875
|
+
readonly "onUpdate:modelValue"?: (value: string | number) => any;
|
876
|
+
} & import("vue").VNodeProps & import("vue").AllowedComponentProps & import("vue").ComponentCustomProps, never>;
|
877
|
+
$attrs: {
|
878
|
+
[x: string]: unknown;
|
879
|
+
};
|
880
|
+
$refs: {
|
881
|
+
[x: string]: unknown;
|
882
|
+
} & {
|
883
|
+
crudRef: {
|
884
|
+
$: import("vue").ComponentInternalInstance;
|
885
|
+
$data: {};
|
886
|
+
$props: Partial<{}> & Omit<{
|
887
|
+
readonly modelValue?: string | number;
|
888
|
+
readonly drawer?: import("halo-fe").CrudDrawer;
|
889
|
+
readonly module?: string;
|
890
|
+
readonly readonly?: boolean;
|
891
|
+
readonly to?: string | HTMLElement;
|
892
|
+
readonly size?: import("halo-fe/esm/comp/@type/CompSize.js").CompSize;
|
893
|
+
readonly onLoaded?: (ret: any) => any;
|
894
|
+
readonly onSucceed?: (page: string, name: string) => any;
|
895
|
+
readonly "onUpdate:modelValue"?: (value: string | number) => any;
|
896
|
+
readonly onNavigate?: (url: string) => any;
|
897
|
+
readonly "onUpdate:drawer"?: (value: import("halo-fe").CrudDrawer) => any;
|
898
|
+
} & import("vue").VNodeProps & import("vue").AllowedComponentProps & import("vue").ComponentCustomProps, never>;
|
899
|
+
$attrs: {
|
900
|
+
[x: string]: unknown;
|
901
|
+
};
|
902
|
+
$refs: {
|
903
|
+
[x: string]: unknown;
|
904
|
+
} & {
|
905
|
+
dropdownRef: {
|
906
|
+
$: import("vue").ComponentInternalInstance;
|
907
|
+
$data: {};
|
908
|
+
$props: Partial<{}> & Omit<{
|
909
|
+
readonly trigger?: "hover" | "click";
|
910
|
+
readonly direction?: import("halo-fe").PopoverDirection;
|
911
|
+
readonly class?: string;
|
912
|
+
readonly delay?: number;
|
913
|
+
readonly split?: boolean;
|
914
|
+
readonly size?: import("halo-fe/esm/comp/@type/CompSize.js").CompSize;
|
915
|
+
readonly onChange?: (value: any, event: MouseEvent) => any;
|
916
|
+
readonly onClick?: (event: MouseEvent) => any;
|
917
|
+
} & import("vue").VNodeProps & import("vue").AllowedComponentProps & import("vue").ComponentCustomProps, never>;
|
918
|
+
$attrs: {
|
919
|
+
[x: string]: unknown;
|
920
|
+
};
|
921
|
+
$refs: {
|
922
|
+
[x: string]: unknown;
|
923
|
+
} & {
|
924
|
+
buttonRef: {
|
925
|
+
$: import("vue").ComponentInternalInstance;
|
926
|
+
$data: {};
|
927
|
+
$props: Partial<{}> & Omit<{
|
928
|
+
readonly type?: "primary" | "info";
|
929
|
+
readonly disabled?: boolean;
|
930
|
+
readonly plain?: boolean;
|
931
|
+
readonly loading?: boolean;
|
932
|
+
readonly size?: import("halo-fe/esm/comp/@type/CompSize.js").CompSize;
|
933
|
+
readonly onClick?: (event: MouseEvent) => any;
|
934
|
+
} & import("vue").VNodeProps & import("vue").AllowedComponentProps & import("vue").ComponentCustomProps, never>;
|
935
|
+
$attrs: {
|
936
|
+
[x: string]: unknown;
|
937
|
+
};
|
938
|
+
$refs: {
|
939
|
+
[x: string]: unknown;
|
940
|
+
} & {
|
941
|
+
buttonRef: HTMLButtonElement;
|
942
|
+
};
|
943
|
+
$slots: Readonly<{
|
944
|
+
[name: string]: import("vue").Slot<any>;
|
945
|
+
}>;
|
946
|
+
$root: import("vue").ComponentPublicInstance | null;
|
947
|
+
$parent: import("vue").ComponentPublicInstance | null;
|
948
|
+
$host: Element | null;
|
949
|
+
$emit: (event: "click", event: MouseEvent) => void;
|
950
|
+
$el: HTMLButtonElement;
|
951
|
+
$options: import("vue").ComponentOptionsBase<Readonly<import("halo-fe/esm/comp/button/@types/ButtonProps.js").ButtonProps> & Readonly<{
|
952
|
+
onClick?: (event: MouseEvent) => any;
|
953
|
+
}>, {
|
954
|
+
el: import("vue").Ref<any, any>;
|
955
|
+
}, {}, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {} & {
|
956
|
+
click: (event: MouseEvent) => any;
|
957
|
+
}, string, {}, {}, string, {}, import("vue").GlobalComponents, import("vue").GlobalDirectives, string, import("vue").ComponentProvideOptions> & {
|
958
|
+
beforeCreate?: (() => void) | (() => void)[];
|
959
|
+
created?: (() => void) | (() => void)[];
|
960
|
+
beforeMount?: (() => void) | (() => void)[];
|
961
|
+
mounted?: (() => void) | (() => void)[];
|
962
|
+
beforeUpdate?: (() => void) | (() => void)[];
|
963
|
+
updated?: (() => void) | (() => void)[];
|
964
|
+
activated?: (() => void) | (() => void)[];
|
965
|
+
deactivated?: (() => void) | (() => void)[];
|
966
|
+
beforeDestroy?: (() => void) | (() => void)[];
|
967
|
+
beforeUnmount?: (() => void) | (() => void)[];
|
968
|
+
destroyed?: (() => void) | (() => void)[];
|
969
|
+
unmounted?: (() => void) | (() => void)[];
|
970
|
+
renderTracked?: ((e: import("vue").DebuggerEvent) => void) | ((e: import("vue").DebuggerEvent) => void)[];
|
971
|
+
renderTriggered?: ((e: import("vue").DebuggerEvent) => void) | ((e: import("vue").DebuggerEvent) => void)[];
|
972
|
+
errorCaptured?: ((err: unknown, instance: import("vue").ComponentPublicInstance | null, info: string) => boolean | void) | ((err: unknown, instance: import("vue").ComponentPublicInstance | null, info: string) => boolean | void)[];
|
973
|
+
};
|
974
|
+
$forceUpdate: () => void;
|
975
|
+
$nextTick: typeof import("vue").nextTick;
|
976
|
+
$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;
|
977
|
+
} & Readonly<{}> & Omit<Readonly<import("halo-fe/esm/comp/button/@types/ButtonProps.js").ButtonProps> & Readonly<{
|
978
|
+
onClick?: (event: MouseEvent) => any;
|
979
|
+
}>, "el"> & import("vue").ShallowUnwrapRef<{
|
980
|
+
el: import("vue").Ref<any, any>;
|
981
|
+
}> & {} & import("vue").ComponentCustomProperties & {} & {
|
982
|
+
$slots: {
|
983
|
+
icon?(_: {}): any;
|
984
|
+
default?(_: {}): any;
|
985
|
+
};
|
986
|
+
};
|
987
|
+
popoverRef: {
|
988
|
+
$: import("vue").ComponentInternalInstance;
|
989
|
+
$data: {};
|
990
|
+
$props: {
|
991
|
+
readonly target: HTMLElement;
|
992
|
+
readonly trigger?: "hover" | "click";
|
993
|
+
readonly direction?: import("halo-fe").PopoverDirection;
|
994
|
+
readonly class?: string;
|
995
|
+
readonly delay?: number;
|
996
|
+
readonly onClose?: () => any;
|
997
|
+
readonly onScroll?: (event: import("halo-fe").ScrollerEvent) => any;
|
998
|
+
} & import("vue").VNodeProps & import("vue").AllowedComponentProps & import("vue").ComponentCustomProps;
|
999
|
+
$attrs: {
|
1000
|
+
[x: string]: unknown;
|
1001
|
+
};
|
1002
|
+
$refs: {
|
1003
|
+
[x: string]: unknown;
|
1004
|
+
} & {
|
1005
|
+
popoverRef: HTMLDivElement;
|
1006
|
+
scrollerRef: {
|
1007
|
+
$: import("vue").ComponentInternalInstance;
|
1008
|
+
$data: {};
|
1009
|
+
$props: Partial<{}> & Omit<{
|
1010
|
+
readonly scrollLeft?: number;
|
1011
|
+
readonly scrollTop?: number;
|
1012
|
+
readonly onScroll?: (event: import("halo-fe").ScrollerEvent) => any;
|
1013
|
+
} & import("vue").VNodeProps & import("vue").AllowedComponentProps & import("vue").ComponentCustomProps, never>;
|
1014
|
+
$attrs: {
|
1015
|
+
[x: string]: unknown;
|
1016
|
+
};
|
1017
|
+
$refs: {
|
1018
|
+
[x: string]: unknown;
|
1019
|
+
} & {
|
1020
|
+
viewRef: HTMLDivElement;
|
1021
|
+
verticalRef: HTMLDivElement;
|
1022
|
+
horizontalRef: HTMLDivElement;
|
1023
|
+
};
|
1024
|
+
$slots: Readonly<{
|
1025
|
+
[name: string]: import("vue").Slot<any>;
|
1026
|
+
}>;
|
1027
|
+
$root: import("vue").ComponentPublicInstance | null;
|
1028
|
+
$parent: import("vue").ComponentPublicInstance | null;
|
1029
|
+
$host: Element | null;
|
1030
|
+
$emit: (event: "scroll", event: import("halo-fe").ScrollerEvent) => void;
|
1031
|
+
$el: HTMLDivElement;
|
1032
|
+
$options: import("vue").ComponentOptionsBase<Readonly<import("halo-fe").ScrollerProps> & Readonly<{
|
1033
|
+
onScroll?: (event: import("halo-fe").ScrollerEvent) => any;
|
1034
|
+
}>, {
|
1035
|
+
scrollTo: (scrollLeft: number, scrollTop?: number) => void;
|
1036
|
+
update: () => void;
|
1037
|
+
}, {}, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {} & {
|
1038
|
+
scroll: (event: import("halo-fe").ScrollerEvent) => any;
|
1039
|
+
}, string, {}, {}, string, {}, import("vue").GlobalComponents, import("vue").GlobalDirectives, string, import("vue").ComponentProvideOptions> & {
|
1040
|
+
beforeCreate?: (() => void) | (() => void)[];
|
1041
|
+
created?: (() => void) | (() => void)[];
|
1042
|
+
beforeMount?: (() => void) | (() => void)[];
|
1043
|
+
mounted?: (() => void) | (() => void)[];
|
1044
|
+
beforeUpdate?: (() => void) | (() => void)[];
|
1045
|
+
updated?: (() => void) | (() => void)[];
|
1046
|
+
activated?: (() => void) | (() => void)[];
|
1047
|
+
deactivated?: (() => void) | (() => void)[];
|
1048
|
+
beforeDestroy?: (() => void) | (() => void)[];
|
1049
|
+
beforeUnmount?: (() => void) | (() => void)[];
|
1050
|
+
destroyed?: (() => void) | (() => void)[];
|
1051
|
+
unmounted?: (() => void) | (() => void)[];
|
1052
|
+
renderTracked?: ((e: import("vue").DebuggerEvent) => void) | ((e: import("vue").DebuggerEvent) => void)[];
|
1053
|
+
renderTriggered?: ((e: import("vue").DebuggerEvent) => void) | ((e: import("vue").DebuggerEvent) => void)[];
|
1054
|
+
errorCaptured?: ((err: unknown, instance: import("vue").ComponentPublicInstance | null, info: string) => boolean | void) | ((err: unknown, instance: import("vue").ComponentPublicInstance | null, info: string) => boolean | void)[];
|
1055
|
+
};
|
1056
|
+
$forceUpdate: () => void;
|
1057
|
+
$nextTick: typeof import("vue").nextTick;
|
1058
|
+
$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;
|
1059
|
+
} & Readonly<{}> & Omit<Readonly<import("halo-fe").ScrollerProps> & Readonly<{
|
1060
|
+
onScroll?: (event: import("halo-fe").ScrollerEvent) => any;
|
1061
|
+
}>, "scrollTo" | "update"> & import("vue").ShallowUnwrapRef<{
|
1062
|
+
scrollTo: (scrollLeft: number, scrollTop?: number) => void;
|
1063
|
+
update: () => void;
|
1064
|
+
}> & {} & import("vue").ComponentCustomProperties & {} & {
|
1065
|
+
$slots: {
|
1066
|
+
default?(_: {}): any;
|
1067
|
+
};
|
1068
|
+
};
|
1069
|
+
};
|
1070
|
+
$slots: Readonly<{
|
1071
|
+
[name: string]: import("vue").Slot<any>;
|
1072
|
+
}>;
|
1073
|
+
$root: import("vue").ComponentPublicInstance | null;
|
1074
|
+
$parent: import("vue").ComponentPublicInstance | null;
|
1075
|
+
$host: Element | null;
|
1076
|
+
$emit: ((event: "close") => void) & ((event: "scroll", event: import("halo-fe").ScrollerEvent) => void);
|
1077
|
+
$el: any;
|
1078
|
+
$options: import("vue").ComponentOptionsBase<Readonly<import("halo-fe").PopoverProps> & Readonly<{
|
1079
|
+
onClose?: () => any;
|
1080
|
+
onScroll?: (event: import("halo-fe").ScrollerEvent) => any;
|
1081
|
+
}>, {
|
1082
|
+
update(): void;
|
1083
|
+
toggle(event: MouseEvent): void;
|
1084
|
+
showAsync(event: MouseEvent): Promise<void>;
|
1085
|
+
scrollTo(scrollLeft: number, scrollTop?: number): void;
|
1086
|
+
close(immediate?: boolean): void;
|
1087
|
+
}, {}, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {} & {
|
1088
|
+
close: () => any;
|
1089
|
+
scroll: (event: import("halo-fe").ScrollerEvent) => any;
|
1090
|
+
}, string, {}, {}, string, {}, import("vue").GlobalComponents, import("vue").GlobalDirectives, string, import("vue").ComponentProvideOptions> & {
|
1091
|
+
beforeCreate?: (() => void) | (() => void)[];
|
1092
|
+
created?: (() => void) | (() => void)[];
|
1093
|
+
beforeMount?: (() => void) | (() => void)[];
|
1094
|
+
mounted?: (() => void) | (() => void)[];
|
1095
|
+
beforeUpdate?: (() => void) | (() => void)[];
|
1096
|
+
updated?: (() => void) | (() => void)[];
|
1097
|
+
activated?: (() => void) | (() => void)[];
|
1098
|
+
deactivated?: (() => void) | (() => void)[];
|
1099
|
+
beforeDestroy?: (() => void) | (() => void)[];
|
1100
|
+
beforeUnmount?: (() => void) | (() => void)[];
|
1101
|
+
destroyed?: (() => void) | (() => void)[];
|
1102
|
+
unmounted?: (() => void) | (() => void)[];
|
1103
|
+
renderTracked?: ((e: import("vue").DebuggerEvent) => void) | ((e: import("vue").DebuggerEvent) => void)[];
|
1104
|
+
renderTriggered?: ((e: import("vue").DebuggerEvent) => void) | ((e: import("vue").DebuggerEvent) => void)[];
|
1105
|
+
errorCaptured?: ((err: unknown, instance: import("vue").ComponentPublicInstance | null, info: string) => boolean | void) | ((err: unknown, instance: import("vue").ComponentPublicInstance | null, info: string) => boolean | void)[];
|
1106
|
+
};
|
1107
|
+
$forceUpdate: () => void;
|
1108
|
+
$nextTick: typeof import("vue").nextTick;
|
1109
|
+
$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;
|
1110
|
+
} & Readonly<{}> & Omit<Readonly<import("halo-fe").PopoverProps> & Readonly<{
|
1111
|
+
onClose?: () => any;
|
1112
|
+
onScroll?: (event: import("halo-fe").ScrollerEvent) => any;
|
1113
|
+
}>, "close" | "toggle" | "scrollTo" | "update" | "showAsync"> & import("vue").ShallowUnwrapRef<{
|
1114
|
+
update(): void;
|
1115
|
+
toggle(event: MouseEvent): void;
|
1116
|
+
showAsync(event: MouseEvent): Promise<void>;
|
1117
|
+
scrollTo(scrollLeft: number, scrollTop?: number): void;
|
1118
|
+
close(immediate?: boolean): void;
|
1119
|
+
}> & {} & import("vue").ComponentCustomProperties & {} & {
|
1120
|
+
$slots: {
|
1121
|
+
default?(_: {}): any;
|
1122
|
+
};
|
1123
|
+
};
|
1124
|
+
};
|
1125
|
+
$slots: Readonly<{
|
1126
|
+
[name: string]: import("vue").Slot<any>;
|
1127
|
+
}>;
|
1128
|
+
$root: import("vue").ComponentPublicInstance | null;
|
1129
|
+
$parent: import("vue").ComponentPublicInstance | null;
|
1130
|
+
$host: Element | null;
|
1131
|
+
$emit: ((event: "change", value: any, event: MouseEvent) => void) & ((event: "click", event: MouseEvent) => void);
|
1132
|
+
$el: HTMLDivElement;
|
1133
|
+
$options: import("vue").ComponentOptionsBase<Readonly<import("halo-fe").DropdownProps> & Readonly<{
|
1134
|
+
onChange?: (value: any, event: MouseEvent) => any;
|
1135
|
+
onClick?: (event: MouseEvent) => any;
|
1136
|
+
}>, {
|
1137
|
+
update(): void;
|
1138
|
+
toggle(event: MouseEvent): void;
|
1139
|
+
showAsync(event: MouseEvent): Promise<void>;
|
1140
|
+
scrollTo(scrollLeft: number, scrollTop?: number): void;
|
1141
|
+
close(immediate?: boolean): void;
|
1142
|
+
}, {}, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {} & {
|
1143
|
+
change: (value: any, event: MouseEvent) => any;
|
1144
|
+
click: (event: MouseEvent) => any;
|
1145
|
+
}, string, {}, {}, string, {}, import("vue").GlobalComponents, import("vue").GlobalDirectives, string, import("vue").ComponentProvideOptions> & {
|
1146
|
+
beforeCreate?: (() => void) | (() => void)[];
|
1147
|
+
created?: (() => void) | (() => void)[];
|
1148
|
+
beforeMount?: (() => void) | (() => void)[];
|
1149
|
+
mounted?: (() => void) | (() => void)[];
|
1150
|
+
beforeUpdate?: (() => void) | (() => void)[];
|
1151
|
+
updated?: (() => void) | (() => void)[];
|
1152
|
+
activated?: (() => void) | (() => void)[];
|
1153
|
+
deactivated?: (() => void) | (() => void)[];
|
1154
|
+
beforeDestroy?: (() => void) | (() => void)[];
|
1155
|
+
beforeUnmount?: (() => void) | (() => void)[];
|
1156
|
+
destroyed?: (() => void) | (() => void)[];
|
1157
|
+
unmounted?: (() => void) | (() => void)[];
|
1158
|
+
renderTracked?: ((e: import("vue").DebuggerEvent) => void) | ((e: import("vue").DebuggerEvent) => void)[];
|
1159
|
+
renderTriggered?: ((e: import("vue").DebuggerEvent) => void) | ((e: import("vue").DebuggerEvent) => void)[];
|
1160
|
+
errorCaptured?: ((err: unknown, instance: import("vue").ComponentPublicInstance | null, info: string) => boolean | void) | ((err: unknown, instance: import("vue").ComponentPublicInstance | null, info: string) => boolean | void)[];
|
1161
|
+
};
|
1162
|
+
$forceUpdate: () => void;
|
1163
|
+
$nextTick: typeof import("vue").nextTick;
|
1164
|
+
$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;
|
1165
|
+
} & Readonly<{}> & Omit<Readonly<import("halo-fe").DropdownProps> & Readonly<{
|
1166
|
+
onChange?: (value: any, event: MouseEvent) => any;
|
1167
|
+
onClick?: (event: MouseEvent) => any;
|
1168
|
+
}>, "close" | "toggle" | "scrollTo" | "update" | "showAsync"> & import("vue").ShallowUnwrapRef<{
|
1169
|
+
update(): void;
|
1170
|
+
toggle(event: MouseEvent): void;
|
1171
|
+
showAsync(event: MouseEvent): Promise<void>;
|
1172
|
+
scrollTo(scrollLeft: number, scrollTop?: number): void;
|
1173
|
+
close(immediate?: boolean): void;
|
1174
|
+
}> & {} & import("vue").ComponentCustomProperties & {} & {
|
1175
|
+
$slots: {
|
1176
|
+
title?(_: {}): any;
|
1177
|
+
default?(_: {}): any;
|
1178
|
+
};
|
1179
|
+
};
|
1180
|
+
};
|
1181
|
+
$slots: Readonly<{
|
1182
|
+
[name: string]: import("vue").Slot<any>;
|
1183
|
+
}>;
|
1184
|
+
$root: import("vue").ComponentPublicInstance | null;
|
1185
|
+
$parent: import("vue").ComponentPublicInstance | null;
|
1186
|
+
$host: Element | null;
|
1187
|
+
$emit: ((event: "navigate", url: string) => void) & ((event: "loaded", ret: any) => void) & ((event: "succeed", page: string, name: string) => void) & ((event: "update:modelValue", value: string | number) => void) & ((event: "update:drawer", value: import("halo-fe").CrudDrawer) => void);
|
1188
|
+
$el: any;
|
1189
|
+
$options: import("vue").ComponentOptionsBase<Readonly<{
|
1190
|
+
modelValue?: string | number;
|
1191
|
+
drawer?: import("halo-fe").CrudDrawer;
|
1192
|
+
} & import("halo-fe").CrudProps> & Readonly<{
|
1193
|
+
onLoaded?: (ret: any) => any;
|
1194
|
+
onSucceed?: (page: string, name: string) => any;
|
1195
|
+
"onUpdate:modelValue"?: (value: string | number) => any;
|
1196
|
+
onNavigate?: (url: string) => any;
|
1197
|
+
"onUpdate:drawer"?: (value: import("halo-fe").CrudDrawer) => any;
|
1198
|
+
}>, {
|
1199
|
+
loaded: (ret: any) => void;
|
1200
|
+
succeed: (page: string) => void;
|
1201
|
+
}, {}, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {
|
1202
|
+
"update:modelValue": (value: string | number) => any;
|
1203
|
+
"update:drawer": (value: import("halo-fe").CrudDrawer) => any;
|
1204
|
+
} & {
|
1205
|
+
loaded: (ret: any) => any;
|
1206
|
+
succeed: (page: string, name: string) => any;
|
1207
|
+
navigate: (url: string) => any;
|
1208
|
+
}, string, {}, {}, string, {}, import("vue").GlobalComponents, import("vue").GlobalDirectives, string, import("vue").ComponentProvideOptions> & {
|
1209
|
+
beforeCreate?: (() => void) | (() => void)[];
|
1210
|
+
created?: (() => void) | (() => void)[];
|
1211
|
+
beforeMount?: (() => void) | (() => void)[];
|
1212
|
+
mounted?: (() => void) | (() => void)[];
|
1213
|
+
beforeUpdate?: (() => void) | (() => void)[];
|
1214
|
+
updated?: (() => void) | (() => void)[];
|
1215
|
+
activated?: (() => void) | (() => void)[];
|
1216
|
+
deactivated?: (() => void) | (() => void)[];
|
1217
|
+
beforeDestroy?: (() => void) | (() => void)[];
|
1218
|
+
beforeUnmount?: (() => void) | (() => void)[];
|
1219
|
+
destroyed?: (() => void) | (() => void)[];
|
1220
|
+
unmounted?: (() => void) | (() => void)[];
|
1221
|
+
renderTracked?: ((e: import("vue").DebuggerEvent) => void) | ((e: import("vue").DebuggerEvent) => void)[];
|
1222
|
+
renderTriggered?: ((e: import("vue").DebuggerEvent) => void) | ((e: import("vue").DebuggerEvent) => void)[];
|
1223
|
+
errorCaptured?: ((err: unknown, instance: import("vue").ComponentPublicInstance | null, info: string) => boolean | void) | ((err: unknown, instance: import("vue").ComponentPublicInstance | null, info: string) => boolean | void)[];
|
1224
|
+
};
|
1225
|
+
$forceUpdate: () => void;
|
1226
|
+
$nextTick: typeof import("vue").nextTick;
|
1227
|
+
$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;
|
1228
|
+
} & Readonly<{}> & Omit<Readonly<{
|
1229
|
+
modelValue?: string | number;
|
1230
|
+
drawer?: import("halo-fe").CrudDrawer;
|
1231
|
+
} & import("halo-fe").CrudProps> & Readonly<{
|
1232
|
+
onLoaded?: (ret: any) => any;
|
1233
|
+
onSucceed?: (page: string, name: string) => any;
|
1234
|
+
"onUpdate:modelValue"?: (value: string | number) => any;
|
1235
|
+
onNavigate?: (url: string) => any;
|
1236
|
+
"onUpdate:drawer"?: (value: import("halo-fe").CrudDrawer) => any;
|
1237
|
+
}>, "loaded" | "succeed"> & import("vue").ShallowUnwrapRef<{
|
1238
|
+
loaded: (ret: any) => void;
|
1239
|
+
succeed: (page: string) => void;
|
1240
|
+
}> & {} & import("vue").ComponentCustomProperties & {} & {
|
1241
|
+
$slots: {
|
1242
|
+
default?(_: {}): any;
|
1243
|
+
drawer?(_: {}): any;
|
1244
|
+
};
|
1245
|
+
};
|
1246
|
+
pageRef: unknown;
|
1247
|
+
};
|
1248
|
+
$slots: Readonly<{
|
1249
|
+
[name: string]: import("vue").Slot<any>;
|
1250
|
+
}>;
|
1251
|
+
$root: import("vue").ComponentPublicInstance | null;
|
1252
|
+
$parent: import("vue").ComponentPublicInstance | null;
|
1253
|
+
$host: Element | null;
|
1254
|
+
$emit: ((event: "navigate", url: string) => void) & ((event: "loaded", ret: any) => void) & ((event: "succeed", page: string, name: string) => void) & ((event: "update:modelValue", value: string | number) => void);
|
1255
|
+
$el: any;
|
1256
|
+
$options: import("vue").ComponentOptionsBase<Readonly<{
|
1257
|
+
modelValue?: string | number;
|
1258
|
+
} & import("halo-fe").CrudProps> & Readonly<{
|
1259
|
+
onNavigate?: (url: string) => any;
|
1260
|
+
onLoaded?: (ret: any) => any;
|
1261
|
+
onSucceed?: (page: string, name: string) => any;
|
1262
|
+
"onUpdate:modelValue"?: (value: string | number) => any;
|
1263
|
+
}>, {
|
1264
|
+
loaded: (ret: any) => void;
|
1265
|
+
succeed: (page: string) => void;
|
1266
|
+
}, {}, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {
|
1267
|
+
"update:modelValue": (value: string | number) => any;
|
1268
|
+
} & {
|
1269
|
+
navigate: (url: string) => any;
|
1270
|
+
loaded: (ret: any) => any;
|
1271
|
+
succeed: (page: string, name: string) => any;
|
1272
|
+
}, string, {}, {}, string, {}, import("vue").GlobalComponents, import("vue").GlobalDirectives, string, import("vue").ComponentProvideOptions> & {
|
1273
|
+
beforeCreate?: (() => void) | (() => void)[];
|
1274
|
+
created?: (() => void) | (() => void)[];
|
1275
|
+
beforeMount?: (() => void) | (() => void)[];
|
1276
|
+
mounted?: (() => void) | (() => void)[];
|
1277
|
+
beforeUpdate?: (() => void) | (() => void)[];
|
1278
|
+
updated?: (() => void) | (() => void)[];
|
1279
|
+
activated?: (() => void) | (() => void)[];
|
1280
|
+
deactivated?: (() => void) | (() => void)[];
|
1281
|
+
beforeDestroy?: (() => void) | (() => void)[];
|
1282
|
+
beforeUnmount?: (() => void) | (() => void)[];
|
1283
|
+
destroyed?: (() => void) | (() => void)[];
|
1284
|
+
unmounted?: (() => void) | (() => void)[];
|
1285
|
+
renderTracked?: ((e: import("vue").DebuggerEvent) => void) | ((e: import("vue").DebuggerEvent) => void)[];
|
1286
|
+
renderTriggered?: ((e: import("vue").DebuggerEvent) => void) | ((e: import("vue").DebuggerEvent) => void)[];
|
1287
|
+
errorCaptured?: ((err: unknown, instance: import("vue").ComponentPublicInstance | null, info: string) => boolean | void) | ((err: unknown, instance: import("vue").ComponentPublicInstance | null, info: string) => boolean | void)[];
|
1288
|
+
};
|
1289
|
+
$forceUpdate: () => void;
|
1290
|
+
$nextTick: typeof import("vue").nextTick;
|
1291
|
+
$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;
|
1292
|
+
} & Readonly<{}> & Omit<Readonly<{
|
1293
|
+
modelValue?: string | number;
|
1294
|
+
} & import("halo-fe").CrudProps> & Readonly<{
|
1295
|
+
onNavigate?: (url: string) => any;
|
1296
|
+
onLoaded?: (ret: any) => any;
|
1297
|
+
onSucceed?: (page: string, name: string) => any;
|
1298
|
+
"onUpdate:modelValue"?: (value: string | number) => any;
|
1299
|
+
}>, "loaded" | "succeed"> & import("vue").ShallowUnwrapRef<{
|
1300
|
+
loaded: (ret: any) => void;
|
1301
|
+
succeed: (page: string) => void;
|
1302
|
+
}> & {} & import("vue").ComponentCustomProperties & {} & {
|
1303
|
+
$slots: {
|
1304
|
+
default?(_: {}): any;
|
1305
|
+
};
|
1306
|
+
};
|
1307
|
+
pickerRef: import("vue").CreateComponentPublicInstanceWithMixins<Readonly<{
|
1308
|
+
modelValue?: any[];
|
1309
|
+
} & import("halo-fe").DriverPickerProps> & Readonly<{
|
1310
|
+
onLoaded?: (ret: any) => any;
|
1311
|
+
onChange?: (value: number, option: any) => any;
|
1312
|
+
"onUpdate:modelValue"?: (value: any[]) => any;
|
1313
|
+
}>, {
|
1314
|
+
loadAsync(app: string, env: string): Promise<any[]>;
|
1315
|
+
updateForm(): void;
|
1316
|
+
refresh(): Promise<void>;
|
1317
|
+
}, {}, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {
|
1318
|
+
"update:modelValue": (value: any[]) => any;
|
1319
|
+
} & {
|
1320
|
+
loaded: (ret: any) => any;
|
1321
|
+
change: (value: number, option: any) => any;
|
1322
|
+
}, import("vue").PublicProps, {
|
1323
|
+
label: boolean;
|
1324
|
+
editable: boolean;
|
1325
|
+
}, false, {}, {}, import("vue").GlobalComponents, import("vue").GlobalDirectives, string, {
|
1326
|
+
dropdownRef: {
|
1327
|
+
$: import("vue").ComponentInternalInstance;
|
1328
|
+
$data: {};
|
1329
|
+
$props: {
|
1330
|
+
readonly modelValue?: any[];
|
1331
|
+
readonly kind: string;
|
1332
|
+
readonly form: import("halo-fe/esm/comp/business/drivers/@types/KindFormProps.js").KindFormProps;
|
1333
|
+
readonly label?: boolean;
|
1334
|
+
readonly editable?: boolean;
|
1335
|
+
readonly to?: string | HTMLElement;
|
1336
|
+
readonly onLoaded?: (ret: any) => any;
|
1337
|
+
readonly onChange?: (value: number, option: any) => any;
|
1338
|
+
readonly "onUpdate:modelValue"?: (value: any[]) => any;
|
1339
|
+
} & import("vue").VNodeProps & import("vue").AllowedComponentProps & import("vue").ComponentCustomProps;
|
1340
|
+
$attrs: {
|
1341
|
+
[x: string]: unknown;
|
1342
|
+
};
|
1343
|
+
$refs: {
|
1344
|
+
[x: string]: unknown;
|
1345
|
+
};
|
1346
|
+
$slots: Readonly<{
|
1347
|
+
[name: string]: import("vue").Slot<any>;
|
1348
|
+
}>;
|
1349
|
+
$root: import("vue").ComponentPublicInstance | null;
|
1350
|
+
$parent: import("vue").ComponentPublicInstance | null;
|
1351
|
+
$host: Element | null;
|
1352
|
+
$emit: ((event: "loaded", ret: any) => void) & ((event: "change", value: number, option: any) => void) & ((event: "update:modelValue", value: any[]) => void);
|
1353
|
+
$el: HTMLDivElement;
|
1354
|
+
$options: import("vue").ComponentOptionsBase<Readonly<{
|
1355
|
+
modelValue?: any[];
|
1356
|
+
} & import("halo-fe").DriverPickerProps> & Readonly<{
|
1357
|
+
onLoaded?: (ret: any) => any;
|
1358
|
+
onChange?: (value: number, option: any) => any;
|
1359
|
+
"onUpdate:modelValue"?: (value: any[]) => any;
|
1360
|
+
}>, {
|
1361
|
+
loadAsync(app: string, env: string): Promise<any[]>;
|
1362
|
+
updateForm(): void;
|
1363
|
+
refresh(): Promise<void>;
|
1364
|
+
}, {}, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {
|
1365
|
+
"update:modelValue": (value: any[]) => any;
|
1366
|
+
} & {
|
1367
|
+
loaded: (ret: any) => any;
|
1368
|
+
change: (value: number, option: any) => any;
|
1369
|
+
}, string, {
|
1370
|
+
label: boolean;
|
1371
|
+
editable: boolean;
|
1372
|
+
}, {}, string, {}, import("vue").GlobalComponents, import("vue").GlobalDirectives, string, import("vue").ComponentProvideOptions> & {
|
1373
|
+
beforeCreate?: (() => void) | (() => void)[];
|
1374
|
+
created?: (() => void) | (() => void)[];
|
1375
|
+
beforeMount?: (() => void) | (() => void)[];
|
1376
|
+
mounted?: (() => void) | (() => void)[];
|
1377
|
+
beforeUpdate?: (() => void) | (() => void)[];
|
1378
|
+
updated?: (() => void) | (() => void)[];
|
1379
|
+
activated?: (() => void) | (() => void)[];
|
1380
|
+
deactivated?: (() => void) | (() => void)[];
|
1381
|
+
beforeDestroy?: (() => void) | (() => void)[];
|
1382
|
+
beforeUnmount?: (() => void) | (() => void)[];
|
1383
|
+
destroyed?: (() => void) | (() => void)[];
|
1384
|
+
unmounted?: (() => void) | (() => void)[];
|
1385
|
+
renderTracked?: ((e: import("vue").DebuggerEvent) => void) | ((e: import("vue").DebuggerEvent) => void)[];
|
1386
|
+
renderTriggered?: ((e: import("vue").DebuggerEvent) => void) | ((e: import("vue").DebuggerEvent) => void)[];
|
1387
|
+
errorCaptured?: ((err: unknown, instance: import("vue").ComponentPublicInstance | null, info: string) => boolean | void) | ((err: unknown, instance: import("vue").ComponentPublicInstance | null, info: string) => boolean | void)[];
|
1388
|
+
};
|
1389
|
+
$forceUpdate: () => void;
|
1390
|
+
$nextTick: typeof import("vue").nextTick;
|
1391
|
+
$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;
|
1392
|
+
} & Readonly<{
|
1393
|
+
label: boolean;
|
1394
|
+
editable: boolean;
|
1395
|
+
}> & Omit<Readonly<{
|
1396
|
+
modelValue?: any[];
|
1397
|
+
} & import("halo-fe").DriverPickerProps> & Readonly<{
|
1398
|
+
onLoaded?: (ret: any) => any;
|
1399
|
+
onChange?: (value: number, option: any) => any;
|
1400
|
+
"onUpdate:modelValue"?: (value: any[]) => any;
|
1401
|
+
}>, "refresh" | "label" | "editable" | "loadAsync" | "updateForm"> & import("vue").ShallowUnwrapRef<{
|
1402
|
+
loadAsync(app: string, env: string): Promise<any[]>;
|
1403
|
+
updateForm(): void;
|
1404
|
+
refresh(): Promise<void>;
|
1405
|
+
}> & {} & import("vue").ComponentCustomProperties & {} & {
|
1406
|
+
$slots: {
|
1407
|
+
default?(_: {}): any;
|
1408
|
+
};
|
1409
|
+
};
|
1410
|
+
}, HTMLDivElement, import("vue").ComponentProvideOptions, {
|
1411
|
+
P: {};
|
1412
|
+
B: {};
|
1413
|
+
D: {};
|
1414
|
+
C: {};
|
1415
|
+
M: {};
|
1416
|
+
Defaults: {};
|
1417
|
+
}, Readonly<{
|
1418
|
+
modelValue?: any[];
|
1419
|
+
} & import("halo-fe").DriverPickerProps> & Readonly<{
|
1420
|
+
onLoaded?: (ret: any) => any;
|
1421
|
+
onChange?: (value: number, option: any) => any;
|
1422
|
+
"onUpdate:modelValue"?: (value: any[]) => any;
|
1423
|
+
}>, {
|
1424
|
+
loadAsync(app: string, env: string): Promise<any[]>;
|
1425
|
+
updateForm(): void;
|
1426
|
+
refresh(): Promise<void>;
|
1427
|
+
}, {}, {}, {}, {
|
1428
|
+
label: boolean;
|
1429
|
+
editable: boolean;
|
1430
|
+
}>;
|
1431
|
+
}, HTMLDivElement>;
|
1432
|
+
declare const _default: __VLS_WithTemplateSlots<typeof __VLS_component, __VLS_TemplateResult["slots"]>;
|
1433
|
+
export default _default;
|
1434
|
+
type __VLS_WithTemplateSlots<T, S> = T & {
|
1435
|
+
new (): {
|
1436
|
+
$slots: S;
|
1437
|
+
};
|
1438
|
+
};
|