halo-pc 1.0.49 → 1.0.51
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/esm/{@types/CreatePcOptions.d.ts → @type/PcOptions.d.ts} +4 -1
- package/esm/@type/index.d.ts +7 -0
- package/esm/{coms → comp}/business/@types/index.d.ts +0 -1
- package/esm/{coms → comp}/business/Drawer.vue.d.ts +3 -1
- package/esm/comp/business/Feedback.vue.d.ts +98 -0
- package/esm/{coms → comp}/business/index.d.ts +2 -3
- package/esm/{coms/commons → comp/common}/Captcha.vue.d.ts +5 -1
- package/esm/{coms/commons → comp/common}/Table.vue.d.ts +6 -3
- package/esm/comp/common/index.d.ts +4 -0
- package/esm/{coms/controls → comp/control}/Cascader.vue.d.ts +3 -1
- package/esm/{coms/controls → comp/control}/Compare.vue.d.ts +3 -1
- package/esm/{coms/controls → comp/control}/Index.vue.d.ts +3 -1
- package/esm/{coms/controls → comp/control}/RichText.vue.d.ts +1 -1
- package/esm/{coms/controls → comp/control}/Select.vue.d.ts +3 -1
- package/esm/{coms/controls → comp/control}/Upload.vue.d.ts +3 -1
- package/esm/comp/driver/Crud.vue.d.ts +766 -0
- package/esm/comp/driver/Index.vue.d.ts +1438 -0
- package/esm/comp/driver/Picker.vue.d.ts +108 -0
- package/esm/comp/driver/index.d.ts +4 -0
- package/esm/{coms/globals → comp/global}/@types/WindowOptions.d.ts +1 -1
- package/esm/comp/global/HeaderTab.vue.d.ts +17 -0
- package/esm/comp/global/Menu.vue.d.ts +336 -0
- package/esm/comp/global/MenuItem.vue.d.ts +259 -0
- package/esm/comp/global/Window.vue.d.ts +32 -0
- package/esm/comp/global/index.d.ts +7 -0
- package/esm/{coms/headers → comp/header}/@types/ChangeProps.d.ts +1 -1
- package/esm/{coms/headers → comp/header}/@types/HeaderProps.d.ts +0 -1
- package/esm/{coms/headers → comp/header}/@types/index.d.ts +0 -1
- package/esm/comp/header/HeaderRight.vue.d.ts +28 -0
- package/esm/comp/index.d.ts +12 -0
- package/esm/comp/layout/@types/DesktopDialog.d.ts +48 -0
- package/esm/comp/layout/@types/index.d.ts +2 -0
- package/esm/comp/layout/Desktop.vue.d.ts +111 -0
- package/esm/comp/layout/Index.vue.d.ts +491 -0
- package/esm/comp/layout/Side.vue.d.ts +25 -0
- package/esm/comp/layout/Top.vue.d.ts +358 -0
- package/esm/{coms/lists → comp/list}/@types/ListProps.d.ts +1 -1
- package/esm/comp/list/Racebar.vue.d.ts +39 -0
- package/esm/comp/list/Statistic.vue.d.ts +39 -0
- package/esm/{coms/lists → comp/list}/Stock.vue.d.ts +3 -1
- package/esm/{coms/lists → comp/list}/Tree.vue.d.ts +11 -4
- package/esm/{coms/pages → comp/page}/Column.vue.d.ts +1 -1
- package/esm/{coms/pages → comp/page}/Custom.vue.d.ts +5 -5
- package/esm/{coms/pages → comp/page}/List.vue.d.ts +7 -5
- package/esm/comp/page/Paging.vue.d.ts +63 -0
- package/esm/{coms/pages → comp/page}/Single.vue.d.ts +4 -4
- package/esm/{coms/pagings → comp/paging}/@types/PagingProps.d.ts +1 -1
- package/esm/{coms/pagings → comp/paging}/@types/SearchHeaderProps.d.ts +1 -1
- package/esm/comp/paging/Article.vue.d.ts +50 -0
- package/esm/{coms/pagings → comp/paging}/DataExport.vue.d.ts +3 -1
- package/esm/{coms/pagings → comp/paging}/Index.vue.d.ts +6 -4
- package/esm/{coms/pagings → comp/paging}/SearchForm.vue.d.ts +5 -2
- package/esm/{coms/pagings → comp/paging}/SearchHeader.vue.d.ts +7 -2
- package/esm/comp/paging/Table.vue.d.ts +584 -0
- package/esm/{coms/panels → comp/panel}/Operation.vue.d.ts +3 -1
- package/esm/{coms/panels → comp/panel}/Panel.vue.d.ts +1 -1
- package/esm/{coms/partials → comp/partial}/@types/PagingHeaderProps.d.ts +1 -1
- package/esm/{coms/searches → comp/search}/Select.vue.d.ts +3 -1
- package/esm/comp/single/@types/SingleEmit.d.ts +13 -0
- package/esm/{coms/singles → comp/single}/@types/SingleProps.d.ts +1 -1
- package/esm/{coms/singles → comp/single}/@types/index.d.ts +1 -0
- package/esm/{coms/singles → comp/single}/Index.vue.d.ts +4 -2
- package/esm/{coms/singles → comp/single}/Normal.vue.d.ts +5 -2
- package/esm/comp/single/Table.vue.d.ts +505 -0
- package/esm/{coms/singles → comp/single}/Tree.vue.d.ts +5 -2
- package/esm/{coms/texts → comp/text}/Autocomplete.vue.d.ts +1 -1
- package/esm/{coms/texts → comp/text}/CSharp.vue.d.ts +1 -1
- package/esm/{coms/texts → comp/text}/Cascader.vue.d.ts +1 -1
- package/esm/{coms/texts → comp/text}/Checkbox.vue.d.ts +1 -1
- package/esm/{coms/texts → comp/text}/Code.vue.d.ts +1 -1
- package/esm/{coms/texts → comp/text}/Color.vue.d.ts +1 -1
- package/esm/{coms/texts → comp/text}/Compare.vue.d.ts +1 -1
- package/esm/{coms/texts → comp/text}/Copy.vue.d.ts +1 -1
- package/esm/{coms/texts → comp/text}/Date.vue.d.ts +1 -1
- package/esm/{coms/texts → comp/text}/DateRange.vue.d.ts +1 -1
- package/esm/{coms/texts → comp/text}/DateTime.vue.d.ts +1 -1
- package/esm/{coms/texts → comp/text}/Decimal.vue.d.ts +1 -1
- package/esm/{coms/texts → comp/text}/Dictionary.vue.d.ts +1 -1
- package/esm/{coms/texts → comp/text}/Email.vue.d.ts +1 -1
- package/esm/{coms/texts → comp/text}/Index.vue.d.ts +1 -1
- package/esm/{coms/texts → comp/text}/Int.vue.d.ts +1 -1
- package/esm/{coms/texts → comp/text}/Markdown.vue.d.ts +1 -1
- package/esm/{coms/texts → comp/text}/Month.vue.d.ts +1 -1
- package/esm/{coms/texts → comp/text}/Password.vue.d.ts +1 -1
- package/esm/{coms/texts → comp/text}/Progress.vue.d.ts +1 -1
- package/esm/{coms/texts → comp/text}/Radio.vue.d.ts +1 -1
- package/esm/comp/text/Rate.vue.d.ts +14 -0
- package/esm/{coms/texts → comp/text}/RichText.vue.d.ts +1 -1
- package/esm/{coms/texts → comp/text}/Select.vue.d.ts +1 -1
- package/esm/{coms/texts → comp/text}/Switch.vue.d.ts +1 -1
- package/esm/{coms/texts → comp/text}/Text.vue.d.ts +4 -2
- package/esm/{coms/texts → comp/text}/TextLink.vue.d.ts +1 -1
- package/esm/{coms/texts → comp/text}/Textarea.vue.d.ts +1 -1
- package/esm/{coms/texts → comp/text}/Upload.vue.d.ts +1 -1
- package/esm/{coms/texts → comp/text}/Year.vue.d.ts +1 -1
- package/esm/{drivers → driver}/index.d.ts +1 -1
- package/esm/{drivers/messengers → driver/messenger}/PcMessenger.d.ts +2 -2
- package/esm/factory/Drivers.d.ts +6 -0
- package/esm/factory/Factories.d.ts +6 -0
- package/esm/factory/I18ns.d.ts +6 -0
- package/esm/factory/Repos.d.ts +11 -0
- package/esm/factory/Svcs.d.ts +46 -0
- package/esm/factory/Utilities.d.ts +3 -0
- package/esm/factory/Utils.d.ts +6 -0
- package/esm/factory/index.d.ts +7 -0
- package/esm/main.d.ts +3 -7
- package/esm/{api/UploadApi.d.ts → repo/UploadRepo.d.ts} +2 -2
- package/esm/repo/index.d.ts +1 -0
- package/esm/{svcs → svc}/ComponentSvc.d.ts +1 -1
- package/esm/{svcs → svc}/ControlSvc.d.ts +1 -1
- package/esm/{svcs → svc}/ModuleSvc.d.ts +1 -1
- package/esm/{svcs → svc}/PageSvc.d.ts +1 -1
- package/esm/{svcs → svc}/RouterSvc.d.ts +1 -1
- package/esm/svc/index.d.ts +8 -0
- package/esm/{views/helps → view/help}/Install.vue.d.ts +3 -1
- package/esm/{views/logins → view/sso}/Index.vue.d.ts +5 -1
- package/esm/view/sso/Register.vue.d.ts +34 -0
- package/package.json +17 -17
- package/dist/Article-B4W1yDus.js +0 -200
- package/dist/ArticleFooter-BZmGzE4z.js +0 -85
- package/dist/Autocomplete-B691jOqv.js +0 -55
- package/dist/Autocomplete-CLYzsHIy.js +0 -54
- package/dist/Autocomplete-DXKXgbu8.js +0 -27
- package/dist/CSharp-Bu5b_AQ5.js +0 -27
- package/dist/Calender-Df0eBgXW.js +0 -10
- package/dist/Callback-Bk7xDeWh.js +0 -26
- package/dist/Cascader-Bn5tdkyk.js +0 -47
- package/dist/Cascader-CCv6R_xq.js +0 -87
- package/dist/Checkbox-DJTNEds9.js +0 -27
- package/dist/Checkbox-l-dw3I-D.js +0 -76
- package/dist/Code-BIJ8L9XB.js +0 -4
- package/dist/Code-CC0_bYUf.js +0 -60
- package/dist/Code-DSskK7CQ.js +0 -42
- package/dist/Code-DzZ4UNYj.js +0 -30
- package/dist/Code.vue_vue_type_style_index_0_lang-B69Ar-BV.js +0 -65
- package/dist/Color-CfXtJFUo.js +0 -22
- package/dist/Color-Da69pnQg.js +0 -34
- package/dist/Column-Ct-WeomE.js +0 -75
- package/dist/Comment-WXfnUXm0.js +0 -106
- package/dist/Compare-C7wrM-XA.js +0 -43
- package/dist/Compare-slAZvFE_.js +0 -63
- package/dist/Copy-Djf4freJ.js +0 -49
- package/dist/Custom-D-E5y5Vg.js +0 -55
- package/dist/DataExport-TrGLjcqQ.js +0 -4
- package/dist/DataExport.vue_vue_type_script_setup_true_lang-BRI71FyH.js +0 -114
- package/dist/DataImport-rcDmGVKS.js +0 -4
- package/dist/DataImport.vue_vue_type_script_setup_true_lang-BajrFerF.js +0 -178
- package/dist/Date-7EWMEODI.js +0 -27
- package/dist/Date-Dc2vK9Yv.js +0 -43
- package/dist/DateRange-DrYK_l0Y.js +0 -19
- package/dist/DateRange-Uli5eOZ5.js +0 -63
- package/dist/DateTime-C-XhFPb0.js +0 -27
- package/dist/DateTime-DfUXtsBX.js +0 -44
- package/dist/DateTimeRange-CnITxfZ9.js +0 -67
- package/dist/Daterange-CPJSBRvr.js +0 -63
- package/dist/Decimal-BtQpSIJR.js +0 -27
- package/dist/Decimal-C38-N54B.js +0 -36
- package/dist/Delete-r-qTGBEE.js +0 -62
- package/dist/Detail-D77pFe-2.js +0 -75
- package/dist/Dictionary-ICeLwv7E.js +0 -61
- package/dist/Email-BKW9GRcH.js +0 -19
- package/dist/Email-BanDj216.js +0 -54
- package/dist/File-BrXieip7.js +0 -164
- package/dist/Image-D_5kTXKm.js +0 -9
- package/dist/Index-BMBm5j5X.js +0 -4
- package/dist/Index-BQmAD1mw.js +0 -4
- package/dist/Index-Bov1OTEP.js +0 -4
- package/dist/Index-Ceu5HCjk.js +0 -4
- package/dist/Index-CsxTOaw6.js +0 -76
- package/dist/Index-Ddz9mcly.js +0 -4
- package/dist/Index-DhShUw_y.js +0 -4
- package/dist/Index-wHW-zG4G.js +0 -179
- package/dist/Index.vue_vue_type_script_setup_true_lang-BlpCvZBC.js +0 -86
- package/dist/Index.vue_vue_type_script_setup_true_lang-C_KWQFHN.js +0 -72
- package/dist/Install-DhWWbGRi.js +0 -135
- package/dist/Int-B-t8edhd.js +0 -19
- package/dist/Int-BELzPmec.js +0 -47
- package/dist/Int-BZkW-0JA.js +0 -44
- package/dist/List-9r5PDoSS.js +0 -77
- package/dist/Maintaince-CMitKNaf.js +0 -20
- package/dist/Markdown-BzMP3m7o.js +0 -37
- package/dist/Markdown-C8urG88V.js +0 -27
- package/dist/Month-BNp70T17.js +0 -44
- package/dist/Month-CK5GNwwH.js +0 -27
- package/dist/Month-D4gy17OL.js +0 -43
- package/dist/Normal-Cvx8228I.js +0 -266
- package/dist/Paging-B3l_nJHf.js +0 -100
- package/dist/PagingHeader-CYOKAeGS.js +0 -149
- package/dist/PagingRow-vv6z6G0t.js +0 -73
- package/dist/Password-DuyYEgzR.js +0 -55
- package/dist/Password-yHtlY-Qa.js +0 -24
- package/dist/Progress-C3D821AQ.js +0 -34
- package/dist/Progress-CKVzMO-W.js +0 -25
- package/dist/Racebar-B4Q4oVfM.js +0 -170
- package/dist/Radio-DA8B5Rlh.js +0 -27
- package/dist/Radio-DkcBKBvX.js +0 -47
- package/dist/Rate-B7jKTFKT.js +0 -34
- package/dist/Rate-BmC4gw_0.js +0 -34
- package/dist/Register-BaFqs8vX.js +0 -202
- package/dist/RichText-Bk0Msyhl.js +0 -22
- package/dist/RichText-TV3ZnykX.js +0 -47
- package/dist/SearchForm-zVUHuxiR.js +0 -4
- package/dist/SearchForm.vue_vue_type_style_index_0_lang-BvwtZSIf.js +0 -148
- package/dist/SearchHeader-Dqr5IKuO.js +0 -4
- package/dist/SearchHeader.vue_vue_type_style_index_0_lang-DjpC03Al.js +0 -60
- package/dist/Select-51pxexYZ.js +0 -27
- package/dist/Select-BvRI4zbF.js +0 -123
- package/dist/Select-CUvvvGNn.js +0 -86
- package/dist/Single-BtAJSJLK.js +0 -325
- package/dist/Statistic-CQ2oA1vm.js +0 -159
- package/dist/Statistic-Dxa-CZ8G.js +0 -78
- package/dist/Stock-DF5yBa1X.js +0 -4
- package/dist/Stock-DylT7df9.js +0 -30
- package/dist/Stock.vue_vue_type_style_index_0_lang-BpgVbCj-.js +0 -304
- package/dist/Switch-CGcPpvTj.js +0 -27
- package/dist/Switch-DhFaku5L.js +0 -50
- package/dist/Table-1R7b4wsF.js +0 -247
- package/dist/Table-BlciJJMu.js +0 -323
- package/dist/Text-Bx46Fcln.js +0 -58
- package/dist/Text-CA8i8QjK.js +0 -4
- package/dist/Text-Dv_w46l8.js +0 -54
- package/dist/Text.vue_vue_type_style_index_0_lang-CfmQxBpy.js +0 -59
- package/dist/TextLink-CQj0ytVR.js +0 -65
- package/dist/Textarea-D6VcTq4G.js +0 -28
- package/dist/Textarea-D9TgF9ig.js +0 -37
- package/dist/Time-WN0VMSgh.js +0 -43
- package/dist/Timeline-DckHQQHw.js +0 -61
- package/dist/Tree-BWxBxlZN.js +0 -125
- package/dist/Tree-DHwhhXMP.js +0 -298
- package/dist/TreeNode-CeXU-uB1.js +0 -43
- package/dist/Tree_Old-h__WmqFA.js +0 -11
- package/dist/Update-Ct44IN2J.js +0 -70
- package/dist/UpdateChild-Bo6yZ12Y.js +0 -92
- package/dist/Upload-CfRc8s-c.js +0 -71
- package/dist/Upload-Dui004Aq.js +0 -150
- package/dist/Year-CgsNE-M5.js +0 -27
- package/dist/Year-oJxibej6.js +0 -47
- package/dist/assets/clipboard-DjQPoCBJ.js +0 -501
- package/dist/assets/clone-BZn0cTAu.js +0 -134
- package/dist/assets/element-plus-CT-3dawQ.js +0 -497
- package/dist/assets/file-saver-CwlpTZSc.js +0 -74
- package/dist/assets/intro.js-Cg1adLK7.js +0 -1142
- package/dist/assets/liquidjs-BfOWWjtJ.js +0 -2907
- package/dist/assets/moment-h96o7c8I.js +0 -2578
- package/dist/assets/sprintf-js-BPTdvBYM.js +0 -148
- package/dist/assets/underscore-B0BCaBxV.js +0 -1070
- package/dist/assets/underscore.string-DVXD2SZo.js +0 -425
- package/dist/assets/util-deprecate-Dzun97re.js +0 -28
- package/dist/main-BJRpvr2g.js +0 -10974
- package/dist/main.js +0 -166
- package/dist/style.css +0 -1
- package/esm/@types/index.d.ts +0 -1
- package/esm/api/QueryApi.d.ts +0 -10
- package/esm/api/index.d.ts +0 -3
- package/esm/coms/business/@types/CrudProps.d.ts +0 -22
- package/esm/coms/business/@types/DriverProps.d.ts +0 -58
- package/esm/coms/business/@types/FormProps.d.ts +0 -5
- package/esm/coms/business/Crud.vue.d.ts +0 -22
- package/esm/coms/business/Driver.vue.d.ts +0 -38
- package/esm/coms/business/Feedback.vue.d.ts +0 -8
- package/esm/coms/business/Form.vue.d.ts +0 -18
- package/esm/coms/business/Welcome.vue.d.ts +0 -8
- package/esm/coms/business/types/CrudProps.d.ts +0 -22
- package/esm/coms/business/types/DrawerProps.d.ts +0 -14
- package/esm/coms/business/types/DriverProps.d.ts +0 -63
- package/esm/coms/business/types/FormProps.d.ts +0 -18
- package/esm/coms/business/types/index.d.ts +0 -5
- package/esm/coms/commons/@types/TableProps.d.ts +0 -21
- package/esm/coms/commons/@types/index.d.ts +0 -1
- package/esm/coms/commons/Spinner.vue.d.ts +0 -20
- package/esm/coms/commons/index.d.ts +0 -7
- package/esm/coms/commons/types/TableProps.d.ts +0 -22
- package/esm/coms/commons/types/index.d.ts +0 -2
- package/esm/coms/controls/types/ControlProps.d.ts +0 -26
- package/esm/coms/controls/types/index.d.ts +0 -2
- package/esm/coms/drivers/@types/CrudProps.d.ts +0 -21
- package/esm/coms/drivers/@types/DriverBaseProps.d.ts +0 -13
- package/esm/coms/drivers/@types/DriverEmit.d.ts +0 -17
- package/esm/coms/drivers/@types/DriverFormProps.d.ts +0 -14
- package/esm/coms/drivers/@types/DriverKindEmit.d.ts +0 -17
- package/esm/coms/drivers/@types/DriverProps.d.ts +0 -28
- package/esm/coms/drivers/@types/KindFormProps.d.ts +0 -16
- package/esm/coms/drivers/@types/KindProps.d.ts +0 -20
- package/esm/coms/drivers/@types/index.d.ts +0 -5
- package/esm/coms/drivers/Crud.vue.d.ts +0 -30
- package/esm/coms/drivers/Index.vue.d.ts +0 -115
- package/esm/coms/drivers/Kind.vue.d.ts +0 -34
- package/esm/coms/drivers/index.d.ts +0 -5
- package/esm/coms/globals/HeaderTab.vue.d.ts +0 -27
- package/esm/coms/globals/HeaderTabs.vue.d.ts +0 -24
- package/esm/coms/globals/Menu.vue.d.ts +0 -77
- package/esm/coms/globals/MenuItem.vue.d.ts +0 -76
- package/esm/coms/globals/SideTabs.vue.d.ts +0 -25
- package/esm/coms/globals/Window.vue.d.ts +0 -68
- package/esm/coms/globals/index.d.ts +0 -9
- package/esm/coms/globals/types/WindowOptions.d.ts +0 -38
- package/esm/coms/globals/types/WindowProps.d.ts +0 -27
- package/esm/coms/globals/types/index.d.ts +0 -3
- package/esm/coms/headers/@types/TipsProps.d.ts +0 -10
- package/esm/coms/headers/Debugger.vue.d.ts +0 -2
- package/esm/coms/headers/HeaderRight.vue.d.ts +0 -8
- package/esm/coms/headers/Tips.vue.d.ts +0 -3
- package/esm/coms/index.d.ts +0 -12
- package/esm/coms/layouts/@types/index.d.ts +0 -1
- package/esm/coms/layouts/Desktop.vue.d.ts +0 -2
- package/esm/coms/layouts/Index.vue.d.ts +0 -28
- package/esm/coms/layouts/Side.vue.d.ts +0 -23
- package/esm/coms/layouts/Top.vue.d.ts +0 -5
- package/esm/coms/layouts/types/ITaskBar.d.ts +0 -6
- package/esm/coms/layouts/types/index.d.ts +0 -2
- package/esm/coms/lists/Racebar.vue.d.ts +0 -9
- package/esm/coms/lists/Statistic.vue.d.ts +0 -9
- package/esm/coms/lists/types/ListProps.d.ts +0 -15
- package/esm/coms/lists/types/index.d.ts +0 -2
- package/esm/coms/pages/@types/KeyboardType.d.ts +0 -8
- package/esm/coms/pages/Paging.vue.d.ts +0 -17
- package/esm/coms/pages/types/ColumnPageProps.d.ts +0 -11
- package/esm/coms/pages/types/CustomPageProps.d.ts +0 -11
- package/esm/coms/pages/types/DeletePageProps.d.ts +0 -15
- package/esm/coms/pages/types/KeyboardType.d.ts +0 -8
- package/esm/coms/pages/types/ListPageProps.d.ts +0 -15
- package/esm/coms/pages/types/PageEmit.d.ts +0 -22
- package/esm/coms/pages/types/PageProps.d.ts +0 -14
- package/esm/coms/pages/types/PagingPageProps.d.ts +0 -15
- package/esm/coms/pages/types/SchemaProps.d.ts +0 -30
- package/esm/coms/pages/types/SinglePageProps.d.ts +0 -15
- package/esm/coms/pages/types/index.d.ts +0 -11
- package/esm/coms/pagings/@types/SearchFooterProps.d.ts +0 -10
- package/esm/coms/pagings/Article.vue.d.ts +0 -19
- package/esm/coms/pagings/SearchFooter.vue.d.ts +0 -19
- package/esm/coms/pagings/Table.vue.d.ts +0 -24
- package/esm/coms/pagings/types/PagingProps.d.ts +0 -11
- package/esm/coms/pagings/types/index.d.ts +0 -2
- package/esm/coms/panels/types/OperationProps.d.ts +0 -10
- package/esm/coms/panels/types/index.d.ts +0 -2
- package/esm/coms/partials/types/ArticleFooterEmit.d.ts +0 -26
- package/esm/coms/partials/types/DetailEmit.d.ts +0 -18
- package/esm/coms/partials/types/DetailProps.d.ts +0 -22
- package/esm/coms/partials/types/PagingHeaderEmit.d.ts +0 -34
- package/esm/coms/partials/types/PagingHeaderProps.d.ts +0 -30
- package/esm/coms/partials/types/PagingRowEmit.d.ts +0 -26
- package/esm/coms/partials/types/PagingRowProps.d.ts +0 -22
- package/esm/coms/partials/types/TreeNodeProps.d.ts +0 -22
- package/esm/coms/partials/types/UpdateChildEmit.d.ts +0 -22
- package/esm/coms/partials/types/UpdateChildProps.d.ts +0 -22
- package/esm/coms/partials/types/UpdateEmit.d.ts +0 -14
- package/esm/coms/partials/types/UpdateProps.d.ts +0 -22
- package/esm/coms/partials/types/index.d.ts +0 -13
- package/esm/coms/searches/types/SearchProps.d.ts +0 -10
- package/esm/coms/searches/types/index.d.ts +0 -2
- package/esm/coms/singles/Table.vue.d.ts +0 -13
- package/esm/coms/singles/types/SingleProps.d.ts +0 -15
- package/esm/coms/singles/types/index.d.ts +0 -2
- package/esm/coms/texts/Rate.vue.d.ts +0 -14
- package/esm/plugins/PcMessenger.d.ts +0 -35
- package/esm/plugins/index.d.ts +0 -4
- package/esm/repos/QueryApi.d.ts +0 -10
- package/esm/repos/UploadApi.d.ts +0 -9
- package/esm/repos/index.d.ts +0 -1
- package/esm/svcs/PcI18nSvc.d.ts +0 -15
- package/esm/svcs/StandardSvc.d.ts +0 -40
- package/esm/svcs/Svcs.d.ts +0 -11
- package/esm/svcs/WindowSvc.d.ts +0 -26
- package/esm/svcs/index.d.ts +0 -24
- package/esm/types/CreatePcOptions.d.ts +0 -15
- package/esm/types/index.d.ts +0 -2
- package/esm/views/logins/Register.vue.d.ts +0 -2
- package/esm/views/sso/Callback.vue.d.ts +0 -2
- package/esm/views/sso/Index.vue.d.ts +0 -2
- package/esm/views/sso/Register.vue.d.ts +0 -2
- /package/esm/{coms → comp}/business/@types/DrawerProps.d.ts +0 -0
- /package/esm/{coms → comp}/business/Condition.vue.d.ts +0 -0
- /package/esm/{coms → comp}/business/Switch.vue.d.ts +0 -0
- /package/esm/{coms/commons → comp/common}/Debug.vue.d.ts +0 -0
- /package/esm/{coms/commons → comp/common}/Editable.vue.d.ts +0 -0
- /package/esm/{coms/commons → comp/common}/Loading.vue.d.ts +0 -0
- /package/esm/{coms/commons → comp/common}/MouseContext.vue.d.ts +0 -0
- /package/esm/{coms/commons → comp/common}/Particles.vue.d.ts +0 -0
- /package/esm/{coms/commons → comp/common}/Resizer.vue.d.ts +0 -0
- /package/esm/{coms/commons → comp/common}/TableColumn.vue.d.ts +0 -0
- /package/esm/{coms/controls → comp/control}/@types/ControlProps.d.ts +0 -0
- /package/esm/{coms/controls → comp/control}/@types/index.d.ts +0 -0
- /package/esm/{coms/controls → comp/control}/Autocomplete.vue.d.ts +0 -0
- /package/esm/{coms/controls → comp/control}/Checkbox.vue.d.ts +0 -0
- /package/esm/{coms/controls → comp/control}/Code.vue.d.ts +0 -0
- /package/esm/{coms/controls → comp/control}/Color.vue.d.ts +0 -0
- /package/esm/{coms/controls → comp/control}/Date.vue.d.ts +0 -0
- /package/esm/{coms/controls → comp/control}/DateRange.vue.d.ts +0 -0
- /package/esm/{coms/controls → comp/control}/DateTime.vue.d.ts +0 -0
- /package/esm/{coms/controls → comp/control}/DateTimeRange.vue.d.ts +0 -0
- /package/esm/{coms/controls → comp/control}/Decimal.vue.d.ts +0 -0
- /package/esm/{coms/controls → comp/control}/Email.vue.d.ts +0 -0
- /package/esm/{coms/controls → comp/control}/Image.vue.d.ts +0 -0
- /package/esm/{coms/controls → comp/control}/Int.vue.d.ts +0 -0
- /package/esm/{coms/controls → comp/control}/Markdown.vue.d.ts +0 -0
- /package/esm/{coms/controls → comp/control}/Month.vue.d.ts +0 -0
- /package/esm/{coms/controls → comp/control}/Password.vue.d.ts +0 -0
- /package/esm/{coms/controls → comp/control}/Progress.vue.d.ts +0 -0
- /package/esm/{coms/controls → comp/control}/Radio.vue.d.ts +0 -0
- /package/esm/{coms/controls → comp/control}/Rate.vue.d.ts +0 -0
- /package/esm/{coms/controls → comp/control}/Switch.vue.d.ts +0 -0
- /package/esm/{coms/controls → comp/control}/Text.vue.d.ts +0 -0
- /package/esm/{coms/controls → comp/control}/Textarea.vue.d.ts +0 -0
- /package/esm/{coms/controls → comp/control}/Time.vue.d.ts +0 -0
- /package/esm/{coms/controls → comp/control}/Year.vue.d.ts +0 -0
- /package/esm/{coms/controls → comp/control}/index.d.ts +0 -0
- /package/esm/{coms/globals → comp/global}/@types/WindowEmit.d.ts +0 -0
- /package/esm/{coms/globals → comp/global}/@types/WindowProps.d.ts +0 -0
- /package/esm/{coms/globals → comp/global}/@types/index.d.ts +0 -0
- /package/esm/{coms/globals → comp/global}/MissComponent.vue.d.ts +0 -0
- /package/esm/{coms/globals → comp/global}/SideTab.vue.d.ts +0 -0
- /package/esm/{coms/headers → comp/header}/Breadcrumb.vue.d.ts +0 -0
- /package/esm/{coms/headers → comp/header}/Changes.vue.d.ts +0 -0
- /package/esm/{coms/headers → comp/header}/Hamburger.vue.d.ts +0 -0
- /package/esm/{coms/headers → comp/header}/Index.vue.d.ts +0 -0
- /package/esm/{coms/headers → comp/header}/Log.vue.d.ts +0 -0
- /package/esm/{coms/headers → comp/header}/Logo.vue.d.ts +0 -0
- /package/esm/{coms/headers → comp/header}/Refresh.vue.d.ts +0 -0
- /package/esm/{coms/headers → comp/header}/Setting.vue.d.ts +0 -0
- /package/esm/{coms/headers → comp/header}/index.d.ts +0 -0
- /package/esm/{coms/layouts → comp/layout}/@types/ITaskBar.d.ts +0 -0
- /package/esm/{coms/layouts → comp/layout}/index.d.ts +0 -0
- /package/esm/{coms/lists → comp/list}/@types/index.d.ts +0 -0
- /package/esm/{coms/lists → comp/list}/Calender.vue.d.ts +0 -0
- /package/esm/{coms/lists → comp/list}/Timeline.vue.d.ts +0 -0
- /package/esm/{coms/lists → comp/list}/index.d.ts +0 -0
- /package/esm/{coms/pages → comp/page}/@types/ColumnPageProps.d.ts +0 -0
- /package/esm/{coms/pages → comp/page}/@types/CustomPageProps.d.ts +0 -0
- /package/esm/{coms/pages → comp/page}/@types/DeletePageProps.d.ts +0 -0
- /package/esm/{coms/pages → comp/page}/@types/ListPageProps.d.ts +0 -0
- /package/esm/{coms/pages → comp/page}/@types/PageEmit.d.ts +0 -0
- /package/esm/{coms/pages → comp/page}/@types/PageProps.d.ts +0 -0
- /package/esm/{coms/pages → comp/page}/@types/PagingPageProps.d.ts +0 -0
- /package/esm/{coms/pages → comp/page}/@types/SchemaProps.d.ts +0 -0
- /package/esm/{coms/pages → comp/page}/@types/SinglePageProps.d.ts +0 -0
- /package/esm/{coms/pages → comp/page}/@types/index.d.ts +0 -0
- /package/esm/{coms/pages → comp/page}/Delete.vue.d.ts +0 -0
- /package/esm/{coms/pages → comp/page}/Index.vue.d.ts +0 -0
- /package/esm/{coms/pages → comp/page}/index.d.ts +0 -0
- /package/esm/{coms/pagings → comp/paging}/@types/SearchFormProps.d.ts +0 -0
- /package/esm/{coms/pagings → comp/paging}/@types/index.d.ts +0 -0
- /package/esm/{coms/pagings → comp/paging}/Code.vue.d.ts +0 -0
- /package/esm/{coms/pagings → comp/paging}/DataImport.vue.d.ts +0 -0
- /package/esm/{coms/pagings → comp/paging}/File.vue.d.ts +0 -0
- /package/esm/{coms/pagings → comp/paging}/index.d.ts +0 -0
- /package/esm/{coms/panels → comp/panel}/@types/OperationProps.d.ts +0 -0
- /package/esm/{coms/panels → comp/panel}/@types/index.d.ts +0 -0
- /package/esm/{coms/panels → comp/panel}/Group.vue.d.ts +0 -0
- /package/esm/{coms/panels → comp/panel}/Header.vue.d.ts +0 -0
- /package/esm/{coms/panels → comp/panel}/Shrink.vue.d.ts +0 -0
- /package/esm/{coms/panels → comp/panel}/index.d.ts +0 -0
- /package/esm/{coms/partials → comp/partial}/@types/ArticleFooterEmit.d.ts +0 -0
- /package/esm/{coms/partials → comp/partial}/@types/DetailEmit.d.ts +0 -0
- /package/esm/{coms/partials → comp/partial}/@types/DetailProps.d.ts +0 -0
- /package/esm/{coms/partials → comp/partial}/@types/PagingHeaderEmit.d.ts +0 -0
- /package/esm/{coms/partials → comp/partial}/@types/PagingRowEmit.d.ts +0 -0
- /package/esm/{coms/partials → comp/partial}/@types/PagingRowProps.d.ts +0 -0
- /package/esm/{coms/partials → comp/partial}/@types/TreeNodeProps.d.ts +0 -0
- /package/esm/{coms/partials → comp/partial}/@types/UpdateChildEmit.d.ts +0 -0
- /package/esm/{coms/partials → comp/partial}/@types/UpdateChildProps.d.ts +0 -0
- /package/esm/{coms/partials → comp/partial}/@types/UpdateEmit.d.ts +0 -0
- /package/esm/{coms/partials → comp/partial}/@types/UpdateProps.d.ts +0 -0
- /package/esm/{coms/partials → comp/partial}/@types/index.d.ts +0 -0
- /package/esm/{coms/partials → comp/partial}/ArticleFooter.vue.d.ts +0 -0
- /package/esm/{coms/partials → comp/partial}/Detail.vue.d.ts +0 -0
- /package/esm/{coms/partials → comp/partial}/PagingHeader.vue.d.ts +0 -0
- /package/esm/{coms/partials → comp/partial}/PagingRow.vue.d.ts +0 -0
- /package/esm/{coms/partials → comp/partial}/TreeNode.vue.d.ts +0 -0
- /package/esm/{coms/partials → comp/partial}/Update.vue.d.ts +0 -0
- /package/esm/{coms/partials → comp/partial}/UpdateChild.vue.d.ts +0 -0
- /package/esm/{coms/partials → comp/partial}/index.d.ts +0 -0
- /package/esm/{coms/searches → comp/search}/@types/SearchProps.d.ts +0 -0
- /package/esm/{coms/searches → comp/search}/@types/index.d.ts +0 -0
- /package/esm/{coms/searches → comp/search}/Autocomplete.vue.d.ts +0 -0
- /package/esm/{coms/searches → comp/search}/Daterange.vue.d.ts +0 -0
- /package/esm/{coms/searches → comp/search}/Index.vue.d.ts +0 -0
- /package/esm/{coms/searches → comp/search}/Int.vue.d.ts +0 -0
- /package/esm/{coms/searches → comp/search}/Month.vue.d.ts +0 -0
- /package/esm/{coms/searches → comp/search}/Text.vue.d.ts +0 -0
- /package/esm/{coms/searches → comp/search}/index.d.ts +0 -0
- /package/esm/{coms/singles → comp/single}/Code.vue.d.ts +0 -0
- /package/esm/{coms/singles → comp/single}/Comment.vue.d.ts +0 -0
- /package/esm/{coms/singles → comp/single}/Statistic.vue.d.ts +0 -0
- /package/esm/{coms/singles → comp/single}/Stock.vue.d.ts +0 -0
- /package/esm/{coms/singles → comp/single}/Tree_Old.vue.d.ts +0 -0
- /package/esm/{coms/singles → comp/single}/index.d.ts +0 -0
- /package/esm/{drivers/messengers → driver/messenger}/index.d.ts +0 -0
- /package/esm/{svcs → svc}/AppSvc.d.ts +0 -0
- /package/esm/{svcs → svc}/LayoutSvc.d.ts +0 -0
- /package/esm/{svcs → svc}/UploadSvc.d.ts +0 -0
- /package/esm/{views/helps → view/help}/401.vue.d.ts +0 -0
- /package/esm/{views/helps → view/help}/404.vue.d.ts +0 -0
- /package/esm/{views/helps → view/help}/Maintaince.vue.d.ts +0 -0
- /package/esm/{views/helps → view/help}/Upgrade.vue.d.ts +0 -0
- /package/esm/{views/logins → view/sso}/Callback.vue.d.ts +0 -0
@@ -0,0 +1,358 @@
|
|
1
|
+
import { KeyboardType } from "halo-fe";
|
2
|
+
declare const _default: import("vue").DefineComponent<{}, {
|
3
|
+
keyboard: (type: KeyboardType, event: KeyboardEvent) => void;
|
4
|
+
}, {}, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {}, string, import("vue").PublicProps, Readonly<{}> & Readonly<{}>, {}, {}, {}, {}, string, import("vue").ComponentProvideOptions, true, {
|
5
|
+
appRef: HTMLDivElement;
|
6
|
+
menuRef: import("vue").CreateComponentPublicInstanceWithMixins<Readonly<import("vue").ExtractPropTypes<{
|
7
|
+
menus: {
|
8
|
+
type: {
|
9
|
+
(arrayLength: number): any[];
|
10
|
+
(...items: any[]): any[];
|
11
|
+
new (arrayLength: number): any[];
|
12
|
+
new (...items: any[]): any[];
|
13
|
+
isArray(arg: any): arg is any[];
|
14
|
+
readonly prototype: any[];
|
15
|
+
from<T>(arrayLike: ArrayLike<T>): T[];
|
16
|
+
from<T, U>(arrayLike: ArrayLike<T>, mapfn: (v: T, k: number) => U, thisArg?: any): U[];
|
17
|
+
from<T>(iterable: Iterable<T> | ArrayLike<T>): T[];
|
18
|
+
from<T, U>(iterable: Iterable<T> | ArrayLike<T>, mapfn: (v: T, k: number) => U, thisArg?: any): U[];
|
19
|
+
of<T>(...items: T[]): T[];
|
20
|
+
readonly [Symbol.species]: ArrayConstructor;
|
21
|
+
};
|
22
|
+
required: true;
|
23
|
+
};
|
24
|
+
direction: {
|
25
|
+
type: StringConstructor;
|
26
|
+
default: string;
|
27
|
+
};
|
28
|
+
expandActive: {
|
29
|
+
type: BooleanConstructor;
|
30
|
+
default: boolean;
|
31
|
+
};
|
32
|
+
options: {
|
33
|
+
type: ObjectConstructor;
|
34
|
+
};
|
35
|
+
modelValue: {
|
36
|
+
type: StringConstructor;
|
37
|
+
};
|
38
|
+
}>> & Readonly<{
|
39
|
+
onClick?: (...args: any[]) => any;
|
40
|
+
"onUpdate:modelValue"?: (...args: any[]) => any;
|
41
|
+
}>, {
|
42
|
+
resize: (event: ResizeObserverEntry) => void;
|
43
|
+
}, {}, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {
|
44
|
+
click: (...args: any[]) => void;
|
45
|
+
"update:modelValue": (...args: any[]) => void;
|
46
|
+
}, import("vue").PublicProps, {
|
47
|
+
direction: string;
|
48
|
+
expandActive: boolean;
|
49
|
+
}, true, {}, {}, import("vue").GlobalComponents, import("vue").GlobalDirectives, string, {
|
50
|
+
menusRef: import("vue").CreateComponentPublicInstanceWithMixins<Readonly<import("vue").ExtractPropTypes<{
|
51
|
+
menu: {
|
52
|
+
type: ObjectConstructor;
|
53
|
+
required: true;
|
54
|
+
};
|
55
|
+
level: {
|
56
|
+
type: NumberConstructor;
|
57
|
+
required: true;
|
58
|
+
};
|
59
|
+
direction: {
|
60
|
+
type: StringConstructor;
|
61
|
+
};
|
62
|
+
opts: {
|
63
|
+
type: ObjectConstructor;
|
64
|
+
};
|
65
|
+
activeIds: {
|
66
|
+
type: {
|
67
|
+
(arrayLength: number): any[];
|
68
|
+
(...items: any[]): any[];
|
69
|
+
new (arrayLength: number): any[];
|
70
|
+
new (...items: any[]): any[];
|
71
|
+
isArray(arg: any): arg is any[];
|
72
|
+
readonly prototype: any[];
|
73
|
+
from<T>(arrayLike: ArrayLike<T>): T[];
|
74
|
+
from<T, U>(arrayLike: ArrayLike<T>, mapfn: (v: T, k: number) => U, thisArg?: any): U[];
|
75
|
+
from<T>(iterable: Iterable<T> | ArrayLike<T>): T[];
|
76
|
+
from<T, U>(iterable: Iterable<T> | ArrayLike<T>, mapfn: (v: T, k: number) => U, thisArg?: any): U[];
|
77
|
+
of<T>(...items: T[]): T[];
|
78
|
+
readonly [Symbol.species]: ArrayConstructor;
|
79
|
+
};
|
80
|
+
};
|
81
|
+
modelValue: {
|
82
|
+
type: StringConstructor;
|
83
|
+
};
|
84
|
+
}>> & Readonly<{
|
85
|
+
onClick?: (...args: any[]) => any;
|
86
|
+
}>, {
|
87
|
+
resize: () => void;
|
88
|
+
}, {}, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {
|
89
|
+
click: (...args: any[]) => void;
|
90
|
+
}, import("vue").PublicProps, {}, true, {}, {}, import("vue").GlobalComponents, import("vue").GlobalDirectives, string, {
|
91
|
+
menuRef: HTMLDivElement;
|
92
|
+
scrollerRef: unknown;
|
93
|
+
menusRef: ({
|
94
|
+
$: import("vue").ComponentInternalInstance;
|
95
|
+
$data: {};
|
96
|
+
$props: Partial<{}> & Omit<{
|
97
|
+
readonly menu: Record<string, any>;
|
98
|
+
readonly level: number;
|
99
|
+
readonly modelValue?: string;
|
100
|
+
readonly direction?: string;
|
101
|
+
readonly opts?: Record<string, any>;
|
102
|
+
readonly activeIds?: any[];
|
103
|
+
readonly onClick?: (...args: any[]) => any;
|
104
|
+
} & import("vue").VNodeProps & import("vue").AllowedComponentProps & import("vue").ComponentCustomProps, never>;
|
105
|
+
$attrs: {
|
106
|
+
[x: string]: unknown;
|
107
|
+
};
|
108
|
+
$refs: {
|
109
|
+
[x: string]: unknown;
|
110
|
+
};
|
111
|
+
$slots: Readonly<{
|
112
|
+
[name: string]: import("vue").Slot<any>;
|
113
|
+
}>;
|
114
|
+
$root: import("vue").ComponentPublicInstance | null;
|
115
|
+
$parent: import("vue").ComponentPublicInstance | null;
|
116
|
+
$host: Element | null;
|
117
|
+
$emit: (event: "click", ...args: any[]) => void;
|
118
|
+
$el: any;
|
119
|
+
$options: import("vue").ComponentOptionsBase<Readonly<import("vue").ExtractPropTypes<{
|
120
|
+
menu: {
|
121
|
+
type: ObjectConstructor;
|
122
|
+
required: true;
|
123
|
+
};
|
124
|
+
level: {
|
125
|
+
type: NumberConstructor;
|
126
|
+
required: true;
|
127
|
+
};
|
128
|
+
direction: {
|
129
|
+
type: StringConstructor;
|
130
|
+
};
|
131
|
+
opts: {
|
132
|
+
type: ObjectConstructor;
|
133
|
+
};
|
134
|
+
activeIds: {
|
135
|
+
type: {
|
136
|
+
(arrayLength: number): any[];
|
137
|
+
(...items: any[]): any[];
|
138
|
+
new (arrayLength: number): any[];
|
139
|
+
new (...items: any[]): any[];
|
140
|
+
isArray(arg: any): arg is any[];
|
141
|
+
readonly prototype: any[];
|
142
|
+
from<T>(arrayLike: ArrayLike<T>): T[];
|
143
|
+
from<T, U>(arrayLike: ArrayLike<T>, mapfn: (v: T, k: number) => U, thisArg?: any): U[];
|
144
|
+
from<T>(iterable: Iterable<T> | ArrayLike<T>): T[];
|
145
|
+
from<T, U>(iterable: Iterable<T> | ArrayLike<T>, mapfn: (v: T, k: number) => U, thisArg?: any): U[];
|
146
|
+
of<T>(...items: T[]): T[];
|
147
|
+
readonly [Symbol.species]: ArrayConstructor;
|
148
|
+
};
|
149
|
+
};
|
150
|
+
modelValue: {
|
151
|
+
type: StringConstructor;
|
152
|
+
};
|
153
|
+
}>> & Readonly<{
|
154
|
+
onClick?: (...args: any[]) => any;
|
155
|
+
}>, {
|
156
|
+
I18ns: typeof import("../../factory").I18ns;
|
157
|
+
menu: import("vue").Ref<Record<string, any>, Record<string, any>>;
|
158
|
+
level: import("vue").Ref<number, number>;
|
159
|
+
direction: import("vue").Ref<string, string>;
|
160
|
+
opts: import("vue").Ref<Record<string, any>, Record<string, any>>;
|
161
|
+
activeIds: import("vue").Ref<any[], any[]>;
|
162
|
+
modelValue: import("vue").Ref<string, string>;
|
163
|
+
menuRef: import("vue").Ref<any, any>;
|
164
|
+
menusRef: import("vue").Ref<any, any>;
|
165
|
+
scrollerRef: import("vue").Ref<any, any>;
|
166
|
+
contentStyle: import("vue").Ref<any, any>;
|
167
|
+
hovered: import("vue").Ref<boolean, boolean>;
|
168
|
+
click: (menu: any) => void;
|
169
|
+
childClick: (menu: any) => void;
|
170
|
+
mouseOver: (event: MouseEvent) => void;
|
171
|
+
mouseOut: (event: MouseEvent) => void;
|
172
|
+
position: import("vue").ComputedRef<string>;
|
173
|
+
active: import("vue").ComputedRef<boolean>;
|
174
|
+
anchor: import("vue").ComputedRef<{
|
175
|
+
href: any;
|
176
|
+
target: any;
|
177
|
+
}>;
|
178
|
+
}, {}, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {
|
179
|
+
click: (...args: any[]) => void;
|
180
|
+
}, string, {}, {}, string, {}, import("vue").GlobalComponents, import("vue").GlobalDirectives, string, import("vue").ComponentProvideOptions> & {
|
181
|
+
beforeCreate?: (() => void) | (() => void)[];
|
182
|
+
created?: (() => void) | (() => void)[];
|
183
|
+
beforeMount?: (() => void) | (() => void)[];
|
184
|
+
mounted?: (() => void) | (() => void)[];
|
185
|
+
beforeUpdate?: (() => void) | (() => void)[];
|
186
|
+
updated?: (() => void) | (() => void)[];
|
187
|
+
activated?: (() => void) | (() => void)[];
|
188
|
+
deactivated?: (() => void) | (() => void)[];
|
189
|
+
beforeDestroy?: (() => void) | (() => void)[];
|
190
|
+
beforeUnmount?: (() => void) | (() => void)[];
|
191
|
+
destroyed?: (() => void) | (() => void)[];
|
192
|
+
unmounted?: (() => void) | (() => void)[];
|
193
|
+
renderTracked?: ((e: import("vue").DebuggerEvent) => void) | ((e: import("vue").DebuggerEvent) => void)[];
|
194
|
+
renderTriggered?: ((e: import("vue").DebuggerEvent) => void) | ((e: import("vue").DebuggerEvent) => void)[];
|
195
|
+
errorCaptured?: ((err: unknown, instance: import("vue").ComponentPublicInstance | null, info: string) => boolean | void) | ((err: unknown, instance: import("vue").ComponentPublicInstance | null, info: string) => boolean | void)[];
|
196
|
+
};
|
197
|
+
$forceUpdate: () => void;
|
198
|
+
$nextTick: typeof import("vue").nextTick;
|
199
|
+
$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;
|
200
|
+
} & Readonly<{}> & Omit<Readonly<import("vue").ExtractPropTypes<{
|
201
|
+
menu: {
|
202
|
+
type: ObjectConstructor;
|
203
|
+
required: true;
|
204
|
+
};
|
205
|
+
level: {
|
206
|
+
type: NumberConstructor;
|
207
|
+
required: true;
|
208
|
+
};
|
209
|
+
direction: {
|
210
|
+
type: StringConstructor;
|
211
|
+
};
|
212
|
+
opts: {
|
213
|
+
type: ObjectConstructor;
|
214
|
+
};
|
215
|
+
activeIds: {
|
216
|
+
type: {
|
217
|
+
(arrayLength: number): any[];
|
218
|
+
(...items: any[]): any[];
|
219
|
+
new (arrayLength: number): any[];
|
220
|
+
new (...items: any[]): any[];
|
221
|
+
isArray(arg: any): arg is any[];
|
222
|
+
readonly prototype: any[];
|
223
|
+
from<T>(arrayLike: ArrayLike<T>): T[];
|
224
|
+
from<T, U>(arrayLike: ArrayLike<T>, mapfn: (v: T, k: number) => U, thisArg?: any): U[];
|
225
|
+
from<T>(iterable: Iterable<T> | ArrayLike<T>): T[];
|
226
|
+
from<T, U>(iterable: Iterable<T> | ArrayLike<T>, mapfn: (v: T, k: number) => U, thisArg?: any): U[];
|
227
|
+
of<T>(...items: T[]): T[];
|
228
|
+
readonly [Symbol.species]: ArrayConstructor;
|
229
|
+
};
|
230
|
+
};
|
231
|
+
modelValue: {
|
232
|
+
type: StringConstructor;
|
233
|
+
};
|
234
|
+
}>> & Readonly<{
|
235
|
+
onClick?: (...args: any[]) => any;
|
236
|
+
}>, "anchor" | "position" | "click" | "menu" | "I18ns" | "modelValue" | "direction" | "level" | "opts" | "activeIds" | "menuRef" | "menusRef" | "scrollerRef" | "contentStyle" | "hovered" | "childClick" | "mouseOver" | "mouseOut" | "active"> & import("vue").ShallowUnwrapRef<{
|
237
|
+
I18ns: typeof import("../../factory").I18ns;
|
238
|
+
menu: import("vue").Ref<Record<string, any>, Record<string, any>>;
|
239
|
+
level: import("vue").Ref<number, number>;
|
240
|
+
direction: import("vue").Ref<string, string>;
|
241
|
+
opts: import("vue").Ref<Record<string, any>, Record<string, any>>;
|
242
|
+
activeIds: import("vue").Ref<any[], any[]>;
|
243
|
+
modelValue: import("vue").Ref<string, string>;
|
244
|
+
menuRef: import("vue").Ref<any, any>;
|
245
|
+
menusRef: import("vue").Ref<any, any>;
|
246
|
+
scrollerRef: import("vue").Ref<any, any>;
|
247
|
+
contentStyle: import("vue").Ref<any, any>;
|
248
|
+
hovered: import("vue").Ref<boolean, boolean>;
|
249
|
+
click: (menu: any) => void;
|
250
|
+
childClick: (menu: any) => void;
|
251
|
+
mouseOver: (event: MouseEvent) => void;
|
252
|
+
mouseOut: (event: MouseEvent) => void;
|
253
|
+
position: import("vue").ComputedRef<string>;
|
254
|
+
active: import("vue").ComputedRef<boolean>;
|
255
|
+
anchor: import("vue").ComputedRef<{
|
256
|
+
href: any;
|
257
|
+
target: any;
|
258
|
+
}>;
|
259
|
+
}> & {} & import("vue").ComponentCustomProperties & {} & {
|
260
|
+
$slots: {};
|
261
|
+
})[];
|
262
|
+
}, HTMLDivElement, import("vue").ComponentProvideOptions, {
|
263
|
+
P: {};
|
264
|
+
B: {};
|
265
|
+
D: {};
|
266
|
+
C: {};
|
267
|
+
M: {};
|
268
|
+
Defaults: {};
|
269
|
+
}, Readonly<import("vue").ExtractPropTypes<{
|
270
|
+
menu: {
|
271
|
+
type: ObjectConstructor;
|
272
|
+
required: true;
|
273
|
+
};
|
274
|
+
level: {
|
275
|
+
type: NumberConstructor;
|
276
|
+
required: true;
|
277
|
+
};
|
278
|
+
direction: {
|
279
|
+
type: StringConstructor;
|
280
|
+
};
|
281
|
+
opts: {
|
282
|
+
type: ObjectConstructor;
|
283
|
+
};
|
284
|
+
activeIds: {
|
285
|
+
type: {
|
286
|
+
(arrayLength: number): any[];
|
287
|
+
(...items: any[]): any[];
|
288
|
+
new (arrayLength: number): any[];
|
289
|
+
new (...items: any[]): any[];
|
290
|
+
isArray(arg: any): arg is any[];
|
291
|
+
readonly prototype: any[];
|
292
|
+
from<T>(arrayLike: ArrayLike<T>): T[];
|
293
|
+
from<T, U>(arrayLike: ArrayLike<T>, mapfn: (v: T, k: number) => U, thisArg?: any): U[];
|
294
|
+
from<T>(iterable: Iterable<T> | ArrayLike<T>): T[];
|
295
|
+
from<T, U>(iterable: Iterable<T> | ArrayLike<T>, mapfn: (v: T, k: number) => U, thisArg?: any): U[];
|
296
|
+
of<T>(...items: T[]): T[];
|
297
|
+
readonly [Symbol.species]: ArrayConstructor;
|
298
|
+
};
|
299
|
+
};
|
300
|
+
modelValue: {
|
301
|
+
type: StringConstructor;
|
302
|
+
};
|
303
|
+
}>> & Readonly<{
|
304
|
+
onClick?: (...args: any[]) => any;
|
305
|
+
}>, {
|
306
|
+
resize: () => void;
|
307
|
+
}, {}, {}, {}, {}>[];
|
308
|
+
}, any, import("vue").ComponentProvideOptions, {
|
309
|
+
P: {};
|
310
|
+
B: {};
|
311
|
+
D: {};
|
312
|
+
C: {};
|
313
|
+
M: {};
|
314
|
+
Defaults: {};
|
315
|
+
}, Readonly<import("vue").ExtractPropTypes<{
|
316
|
+
menus: {
|
317
|
+
type: {
|
318
|
+
(arrayLength: number): any[];
|
319
|
+
(...items: any[]): any[];
|
320
|
+
new (arrayLength: number): any[];
|
321
|
+
new (...items: any[]): any[];
|
322
|
+
isArray(arg: any): arg is any[];
|
323
|
+
readonly prototype: any[];
|
324
|
+
from<T>(arrayLike: ArrayLike<T>): T[];
|
325
|
+
from<T, U>(arrayLike: ArrayLike<T>, mapfn: (v: T, k: number) => U, thisArg?: any): U[];
|
326
|
+
from<T>(iterable: Iterable<T> | ArrayLike<T>): T[];
|
327
|
+
from<T, U>(iterable: Iterable<T> | ArrayLike<T>, mapfn: (v: T, k: number) => U, thisArg?: any): U[];
|
328
|
+
of<T>(...items: T[]): T[];
|
329
|
+
readonly [Symbol.species]: ArrayConstructor;
|
330
|
+
};
|
331
|
+
required: true;
|
332
|
+
};
|
333
|
+
direction: {
|
334
|
+
type: StringConstructor;
|
335
|
+
default: string;
|
336
|
+
};
|
337
|
+
expandActive: {
|
338
|
+
type: BooleanConstructor;
|
339
|
+
default: boolean;
|
340
|
+
};
|
341
|
+
options: {
|
342
|
+
type: ObjectConstructor;
|
343
|
+
};
|
344
|
+
modelValue: {
|
345
|
+
type: StringConstructor;
|
346
|
+
};
|
347
|
+
}>> & Readonly<{
|
348
|
+
onClick?: (...args: any[]) => any;
|
349
|
+
"onUpdate:modelValue"?: (...args: any[]) => any;
|
350
|
+
}>, {
|
351
|
+
resize: (event: ResizeObserverEntry) => void;
|
352
|
+
}, {}, {}, {}, {
|
353
|
+
direction: string;
|
354
|
+
expandActive: boolean;
|
355
|
+
}>;
|
356
|
+
mainRef: unknown;
|
357
|
+
}, HTMLDivElement>;
|
358
|
+
export default _default;
|
@@ -0,0 +1,39 @@
|
|
1
|
+
import { ListProps } from "./@types";
|
2
|
+
declare const _default: import("vue").DefineComponent<ListProps, {
|
3
|
+
resize: (event: ResizeObserverEntry) => void;
|
4
|
+
}, {}, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {
|
5
|
+
search: (...args: any[]) => void;
|
6
|
+
}, string, import("vue").PublicProps, Readonly<ListProps> & Readonly<{
|
7
|
+
onSearch?: (...args: any[]) => any;
|
8
|
+
}>, {}, {}, {}, {}, string, import("vue").ComponentProvideOptions, false, {
|
9
|
+
raceBarRef: HTMLDivElement;
|
10
|
+
searchRef: import("vue").CreateComponentPublicInstanceWithMixins<Readonly<import("../index.js").SearchFormProps> & Readonly<{
|
11
|
+
onMounted?: (...args: any[]) => any;
|
12
|
+
onChange?: (...args: any[]) => any;
|
13
|
+
onSubmit?: (...args: any[]) => any;
|
14
|
+
}>, {
|
15
|
+
resize: (event: ResizeObserverEntry) => void;
|
16
|
+
}, {}, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {
|
17
|
+
mounted: (...args: any[]) => void;
|
18
|
+
change: (...args: any[]) => void;
|
19
|
+
submit: (...args: any[]) => void;
|
20
|
+
}, import("vue").PublicProps, {}, false, {}, {}, import("vue").GlobalComponents, import("vue").GlobalDirectives, string, {
|
21
|
+
searchFormRef: unknown;
|
22
|
+
tabRefs: unknown[];
|
23
|
+
}, HTMLDivElement, import("vue").ComponentProvideOptions, {
|
24
|
+
P: {};
|
25
|
+
B: {};
|
26
|
+
D: {};
|
27
|
+
C: {};
|
28
|
+
M: {};
|
29
|
+
Defaults: {};
|
30
|
+
}, Readonly<import("../index.js").SearchFormProps> & Readonly<{
|
31
|
+
onMounted?: (...args: any[]) => any;
|
32
|
+
onChange?: (...args: any[]) => any;
|
33
|
+
onSubmit?: (...args: any[]) => any;
|
34
|
+
}>, {
|
35
|
+
resize: (event: ResizeObserverEntry) => void;
|
36
|
+
}, {}, {}, {}, {}>;
|
37
|
+
chartRef: HTMLDivElement;
|
38
|
+
}, HTMLDivElement>;
|
39
|
+
export default _default;
|
@@ -0,0 +1,39 @@
|
|
1
|
+
import { ListProps } from "./@types";
|
2
|
+
declare const _default: import("vue").DefineComponent<ListProps, {
|
3
|
+
resize: (event: ResizeObserverEntry) => Promise<void>;
|
4
|
+
}, {}, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {
|
5
|
+
search: (...args: any[]) => void;
|
6
|
+
}, string, import("vue").PublicProps, Readonly<ListProps> & Readonly<{
|
7
|
+
onSearch?: (...args: any[]) => any;
|
8
|
+
}>, {}, {}, {}, {}, string, import("vue").ComponentProvideOptions, false, {
|
9
|
+
statisticRef: HTMLDivElement;
|
10
|
+
searchRef: import("vue").CreateComponentPublicInstanceWithMixins<Readonly<import("..").SearchFormProps> & Readonly<{
|
11
|
+
onMounted?: (...args: any[]) => any;
|
12
|
+
onChange?: (...args: any[]) => any;
|
13
|
+
onSubmit?: (...args: any[]) => any;
|
14
|
+
}>, {
|
15
|
+
resize: (event: ResizeObserverEntry) => void;
|
16
|
+
}, {}, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {
|
17
|
+
mounted: (...args: any[]) => void;
|
18
|
+
change: (...args: any[]) => void;
|
19
|
+
submit: (...args: any[]) => void;
|
20
|
+
}, import("vue").PublicProps, {}, false, {}, {}, import("vue").GlobalComponents, import("vue").GlobalDirectives, string, {
|
21
|
+
searchFormRef: unknown;
|
22
|
+
tabRefs: unknown[];
|
23
|
+
}, HTMLDivElement, import("vue").ComponentProvideOptions, {
|
24
|
+
P: {};
|
25
|
+
B: {};
|
26
|
+
D: {};
|
27
|
+
C: {};
|
28
|
+
M: {};
|
29
|
+
Defaults: {};
|
30
|
+
}, Readonly<import("..").SearchFormProps> & Readonly<{
|
31
|
+
onMounted?: (...args: any[]) => any;
|
32
|
+
onChange?: (...args: any[]) => any;
|
33
|
+
onSubmit?: (...args: any[]) => any;
|
34
|
+
}>, {
|
35
|
+
resize: (event: ResizeObserverEntry) => void;
|
36
|
+
}, {}, {}, {}, {}>;
|
37
|
+
chartRef: HTMLDivElement;
|
38
|
+
}, HTMLDivElement>;
|
39
|
+
export default _default;
|
@@ -1,3 +1,5 @@
|
|
1
1
|
import { ListProps } from "./@types";
|
2
|
-
declare const _default: import("vue").DefineComponent<ListProps, {}, {}, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {}, string, import("vue").PublicProps, Readonly<ListProps> & Readonly<{}>, {}, {}, {}, {}, string, import("vue").ComponentProvideOptions, false, {
|
2
|
+
declare const _default: import("vue").DefineComponent<ListProps, {}, {}, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {}, string, import("vue").PublicProps, Readonly<ListProps> & Readonly<{}>, {}, {}, {}, {}, string, import("vue").ComponentProvideOptions, false, {
|
3
|
+
chartRef: HTMLDivElement;
|
4
|
+
}, HTMLDivElement>;
|
3
5
|
export default _default;
|
@@ -1,9 +1,9 @@
|
|
1
1
|
import { KeyboardType } from "halo-fe";
|
2
2
|
import { ListProps } from "./@types";
|
3
3
|
declare const _default: import("vue").DefineComponent<ListProps, {
|
4
|
-
|
5
|
-
|
6
|
-
|
4
|
+
refresh: () => void;
|
5
|
+
keyboard: (type: KeyboardType, event: KeyboardEvent) => void;
|
6
|
+
resize: () => void;
|
7
7
|
}, {}, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {
|
8
8
|
search: (...args: any[]) => void;
|
9
9
|
navigate: (...args: any[]) => void;
|
@@ -14,5 +14,12 @@ declare const _default: import("vue").DefineComponent<ListProps, {
|
|
14
14
|
onNavigate?: (...args: any[]) => any;
|
15
15
|
onSucceed?: (...args: any[]) => any;
|
16
16
|
onRefresh?: (...args: any[]) => any;
|
17
|
-
}>, {}, {}, {}, {}, string, import("vue").ComponentProvideOptions, false, {
|
17
|
+
}>, {}, {}, {}, {}, string, import("vue").ComponentProvideOptions, false, {
|
18
|
+
searchRef: HTMLDivElement;
|
19
|
+
scrollbarRef: unknown;
|
20
|
+
treeRef: unknown;
|
21
|
+
menuRef: HTMLUListElement;
|
22
|
+
detailRef: HTMLDivElement;
|
23
|
+
singleRef: unknown;
|
24
|
+
}, HTMLDivElement>;
|
18
25
|
export default _default;
|
@@ -2,7 +2,7 @@ import { ColumnPageProps } from "./@types";
|
|
2
2
|
declare const _default: import("vue").DefineComponent<ColumnPageProps, {
|
3
3
|
shouldLoad: (nextUrl: string) => boolean;
|
4
4
|
shouldSpin: (nextUrl: string) => boolean;
|
5
|
-
|
5
|
+
refresh: () => void;
|
6
6
|
}, {}, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {
|
7
7
|
navigate: (...args: any[]) => void;
|
8
8
|
loaded: (...args: any[]) => void;
|
@@ -3,11 +3,11 @@ import { CustomPageProps } from "./@types";
|
|
3
3
|
declare const _default: import("vue").DefineComponent<CustomPageProps, {
|
4
4
|
shouldLoad: (nextUrl: string) => boolean;
|
5
5
|
shouldSpin: (nextUrl: string) => boolean;
|
6
|
-
|
7
|
-
|
8
|
-
|
9
|
-
|
10
|
-
|
6
|
+
refresh: () => void;
|
7
|
+
close: (event: BeforeUnloadEvent) => void;
|
8
|
+
keyboard: (type: KeyboardType, event: KeyboardEvent) => void;
|
9
|
+
resize: (event: ResizeObserverEntry) => void;
|
10
|
+
socket: (socketRes: SocketResponse<any>) => void;
|
11
11
|
}, {}, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {
|
12
12
|
navigate: (...args: any[]) => void;
|
13
13
|
loaded: (...args: any[]) => void;
|
@@ -3,15 +3,17 @@ import { ListPageProps } from "./@types";
|
|
3
3
|
declare const _default: import("vue").DefineComponent<ListPageProps, {
|
4
4
|
shouldLoad: (nextUrl: string) => boolean;
|
5
5
|
shouldSpin: (nextUrl: string) => boolean;
|
6
|
-
|
7
|
-
|
8
|
-
|
9
|
-
|
6
|
+
refresh: () => void;
|
7
|
+
keyboard: (type: KeyboardType, event: KeyboardEvent) => void;
|
8
|
+
socket: (socketRes: SocketResponse<any>) => void;
|
9
|
+
resize: (event: ResizeObserverEntry) => void;
|
10
10
|
}, {}, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {
|
11
11
|
navigate: (...args: any[]) => void;
|
12
12
|
load: (...args: any[]) => void;
|
13
13
|
}, string, import("vue").PublicProps, Readonly<ListPageProps> & Readonly<{
|
14
14
|
onNavigate?: (...args: any[]) => any;
|
15
15
|
onLoad?: (...args: any[]) => any;
|
16
|
-
}>, {}, {}, {}, {}, string, import("vue").ComponentProvideOptions, false, {
|
16
|
+
}>, {}, {}, {}, {}, string, import("vue").ComponentProvideOptions, false, {
|
17
|
+
listRef: unknown;
|
18
|
+
}, any>;
|
17
19
|
export default _default;
|
@@ -0,0 +1,63 @@
|
|
1
|
+
import { KeyboardType, SocketResponse } from "halo-fe";
|
2
|
+
import { PagingPageProps } from "./@types";
|
3
|
+
declare const _default: import("vue").DefineComponent<PagingPageProps, {
|
4
|
+
shouldLoad: (nextUrl: string) => boolean;
|
5
|
+
shouldSpin: (nextUrl: string) => boolean;
|
6
|
+
refresh: (cb?: Function) => void;
|
7
|
+
keyboard: (type: KeyboardType, event: KeyboardEvent) => void;
|
8
|
+
socket: (socketRes: SocketResponse<any>) => void;
|
9
|
+
resize: (event: ResizeObserverEntry) => void;
|
10
|
+
}, {}, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {
|
11
|
+
navigate: (...args: any[]) => void;
|
12
|
+
load: (...args: any[]) => void;
|
13
|
+
}, string, import("vue").PublicProps, Readonly<PagingPageProps> & Readonly<{
|
14
|
+
onNavigate?: (...args: any[]) => any;
|
15
|
+
onLoad?: (...args: any[]) => any;
|
16
|
+
}>, {}, {}, {}, {}, string, import("vue").ComponentProvideOptions, false, {
|
17
|
+
pagingRef: import("vue").CreateComponentPublicInstanceWithMixins<Readonly<import("..").PagingProps> & Readonly<{
|
18
|
+
onSearch?: (...args: any[]) => any;
|
19
|
+
onClose?: (...args: any[]) => any;
|
20
|
+
onNavigate?: (...args: any[]) => any;
|
21
|
+
onSucceed?: (...args: any[]) => any;
|
22
|
+
onSort?: (...args: any[]) => any;
|
23
|
+
"onPage-change"?: (...args: any[]) => any;
|
24
|
+
"onSize-change"?: (...args: any[]) => any;
|
25
|
+
"onLayout-change"?: (...args: any[]) => any;
|
26
|
+
}>, {
|
27
|
+
resize: (event: ResizeObserverEntry) => void;
|
28
|
+
keyboard: (type: KeyboardType, event: KeyboardEvent) => void;
|
29
|
+
socket: (socketRes: SocketResponse<any>) => void;
|
30
|
+
}, {}, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {
|
31
|
+
search: (...args: any[]) => void;
|
32
|
+
close: (...args: any[]) => void;
|
33
|
+
navigate: (...args: any[]) => void;
|
34
|
+
succeed: (...args: any[]) => void;
|
35
|
+
sort: (...args: any[]) => void;
|
36
|
+
"page-change": (...args: any[]) => void;
|
37
|
+
"size-change": (...args: any[]) => void;
|
38
|
+
"layout-change": (...args: any[]) => void;
|
39
|
+
}, import("vue").PublicProps, {}, false, {}, {}, import("vue").GlobalComponents, import("vue").GlobalDirectives, string, {
|
40
|
+
pagingRef: unknown;
|
41
|
+
}, any, import("vue").ComponentProvideOptions, {
|
42
|
+
P: {};
|
43
|
+
B: {};
|
44
|
+
D: {};
|
45
|
+
C: {};
|
46
|
+
M: {};
|
47
|
+
Defaults: {};
|
48
|
+
}, Readonly<import("..").PagingProps> & Readonly<{
|
49
|
+
onSearch?: (...args: any[]) => any;
|
50
|
+
onClose?: (...args: any[]) => any;
|
51
|
+
onNavigate?: (...args: any[]) => any;
|
52
|
+
onSucceed?: (...args: any[]) => any;
|
53
|
+
onSort?: (...args: any[]) => any;
|
54
|
+
"onPage-change"?: (...args: any[]) => any;
|
55
|
+
"onSize-change"?: (...args: any[]) => any;
|
56
|
+
"onLayout-change"?: (...args: any[]) => any;
|
57
|
+
}>, {
|
58
|
+
resize: (event: ResizeObserverEntry) => void;
|
59
|
+
keyboard: (type: KeyboardType, event: KeyboardEvent) => void;
|
60
|
+
socket: (socketRes: SocketResponse<any>) => void;
|
61
|
+
}, {}, {}, {}, {}>;
|
62
|
+
}, any>;
|
63
|
+
export default _default;
|
@@ -3,9 +3,9 @@ import { SinglePageProps } from "./@types";
|
|
3
3
|
declare const _default: import("vue").DefineComponent<SinglePageProps, {
|
4
4
|
shouldLoad: (nextUrl: string) => boolean;
|
5
5
|
shouldSpin: (nextUrl: string) => boolean;
|
6
|
-
|
7
|
-
|
8
|
-
|
6
|
+
keyboard: (type: KeyboardType, event: KeyboardEvent) => void;
|
7
|
+
refresh: () => void;
|
8
|
+
resize: (event: ResizeObserverEntry) => void;
|
9
9
|
}, {}, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {
|
10
10
|
close: (...args: any[]) => void;
|
11
11
|
navigate: (...args: any[]) => void;
|
@@ -16,5 +16,5 @@ declare const _default: import("vue").DefineComponent<SinglePageProps, {
|
|
16
16
|
onNavigate?: (...args: any[]) => any;
|
17
17
|
onSucceed?: (...args: any[]) => any;
|
18
18
|
onLoad?: (...args: any[]) => any;
|
19
|
-
}>, {}, {}, {}, {}, string, import("vue").ComponentProvideOptions, false,
|
19
|
+
}>, {}, {}, {}, {}, string, import("vue").ComponentProvideOptions, false, any, any>;
|
20
20
|
export default _default;
|