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
package/dist/Index-DhShUw_y.js
DELETED
package/dist/Index-wHW-zG4G.js
DELETED
@@ -1,179 +0,0 @@
|
|
1
|
-
import { defineComponent as H, ref as u, onMounted as P, computed as j, watch as Q, resolveComponent as f, openBlock as p, createElementBlock as U, createVNode as _, unref as l, withCtx as c, createElementVNode as n, toDisplayString as k, createBlock as v, createCommentVNode as C, isRef as L, withKeys as T, normalizeClass as Z, withModifiers as G, createTextVNode as $, Fragment as J, renderList as W, nextTick as A } from "vue";
|
2
|
-
import { useRoute as X } from "vue-router";
|
3
|
-
import { D as Y, S as w, I as a, U as F, F as I, t as ee, r as K, R as te } from "./main-BJRpvr2g.js";
|
4
|
-
import "./assets/liquidjs-BfOWWjtJ.js";
|
5
|
-
import "./assets/underscore-B0BCaBxV.js";
|
6
|
-
import "./assets/file-saver-CwlpTZSc.js";
|
7
|
-
import "./assets/clone-BZn0cTAu.js";
|
8
|
-
import "./assets/underscore.string-DVXD2SZo.js";
|
9
|
-
import "./assets/moment-h96o7c8I.js";
|
10
|
-
const le = { class: "login-container" }, oe = { class: "title-container" }, se = { class: "title" }, re = { class: "btn-others" }, ne = ["href"], ae = ["innerHTML"], ke = /* @__PURE__ */ H({
|
11
|
-
__name: "Index",
|
12
|
-
setup(ie) {
|
13
|
-
let i = u({ id: "", secret: "" }), d = u("password"), r = u(!1), y = u(!1), V = u(), h = u(), b = u(), x = X(), M = {
|
14
|
-
id: [{
|
15
|
-
required: !0,
|
16
|
-
trigger: "blur",
|
17
|
-
validator: (t, e, s) => {
|
18
|
-
e ? e.indexOf("@") > -1 ? F.string.isEmail(e) ? s() : s(new Error("邮箱格式不正确")) : s() : s(new Error(a.t("common.username_or_email") + " " + a.t("common.should_not_null")));
|
19
|
-
}
|
20
|
-
}]
|
21
|
-
// secret: [{required: true, trigger: 'blur', validator: validateSecret}]
|
22
|
-
}, N = (t) => {
|
23
|
-
t.key && t.key.length == 1 && (t.shiftKey && t.key >= "a" && t.key <= "z" || !t.shiftKey && t.key >= "A" && t.key <= "Z" ? r.value = !0 : r.value = !1), t.key == "CapsLock" && r.value == !0 && (r.value = !1);
|
24
|
-
}, B = () => {
|
25
|
-
d.value == "password" ? d.value = "" : d.value = "password", A(() => {
|
26
|
-
b.value.focus();
|
27
|
-
});
|
28
|
-
}, E = async (t) => {
|
29
|
-
y.value = !0, V.value.validate(async (e) => {
|
30
|
-
if (e == !1)
|
31
|
-
return y.value = !1, !1;
|
32
|
-
(await I.sso.createAsync(t)).login(i.value).then(async ({ data: m }) => {
|
33
|
-
await ee(m), F.url.getBackUrl() != null ? K.toBackUrl() : K.to("/");
|
34
|
-
}).finally(() => {
|
35
|
-
A(() => {
|
36
|
-
y.value = !1;
|
37
|
-
});
|
38
|
-
});
|
39
|
-
});
|
40
|
-
}, O = async (t) => {
|
41
|
-
let e = await I.sso.createAsync(t), s = x.query.return_url, m = `${window.location.origin}/sso/callback?type=${t.toLowerCase()}&return_url=${s}`;
|
42
|
-
return e.loginUrl(te.setting.api.url + `/user/login?type=${t.toLowerCase()}&callback_url=` + encodeURIComponent(m));
|
43
|
-
}, S = (t) => Object.keys(t).reduce((e, s) => (e[s] = t[s], e), {});
|
44
|
-
P(async () => {
|
45
|
-
Y.i18n.setI18nTitle("common.login");
|
46
|
-
for (let t = 0; t < w.setting.ssos.length; t++) {
|
47
|
-
let e = w.setting.ssos[t];
|
48
|
-
e.loginUrl = await O(e.type);
|
49
|
-
}
|
50
|
-
g.value != null && (i.value.id == "" ? h.value.focus() : i.value.secret == "" && b.value.focus());
|
51
|
-
});
|
52
|
-
let g = j(() => w.setting.ssos.find((e) => e.type.toUpperCase() == "BEARER"));
|
53
|
-
return Q(() => x, (t) => {
|
54
|
-
debugger;
|
55
|
-
const e = t.query;
|
56
|
-
e && S(e);
|
57
|
-
}), (t, e) => {
|
58
|
-
const s = f("el-input"), m = f("el-form-item"), R = f("el-tooltip"), q = f("el-button"), D = f("router-link"), z = f("el-form");
|
59
|
-
return p(), U("div", le, [
|
60
|
-
_(z, {
|
61
|
-
ref_key: "loginFormRef",
|
62
|
-
ref: V,
|
63
|
-
autocomplete: "on",
|
64
|
-
"label-position": "left",
|
65
|
-
model: l(i),
|
66
|
-
rules: l(M)
|
67
|
-
}, {
|
68
|
-
default: c(() => [
|
69
|
-
n("div", oe, [
|
70
|
-
n("h3", se, k(l(a).sys("title")), 1)
|
71
|
-
]),
|
72
|
-
l(g) ? (p(), v(m, {
|
73
|
-
key: 0,
|
74
|
-
prop: "id"
|
75
|
-
}, {
|
76
|
-
default: c(() => [
|
77
|
-
e[7] || (e[7] = n("span", { class: "svg-container" }, [
|
78
|
-
n("i", { class: "fa fa-user" })
|
79
|
-
], -1)),
|
80
|
-
_(s, {
|
81
|
-
ref_key: "idRef",
|
82
|
-
ref: h,
|
83
|
-
placeholder: l(a).t("common.username_or_email"),
|
84
|
-
name: "id",
|
85
|
-
type: "text",
|
86
|
-
tabindex: "1",
|
87
|
-
autocomplete: "on",
|
88
|
-
modelValue: l(i).id,
|
89
|
-
"onUpdate:modelValue": e[0] || (e[0] = (o) => l(i).id = o)
|
90
|
-
}, null, 8, ["placeholder", "modelValue"])
|
91
|
-
]),
|
92
|
-
_: 1
|
93
|
-
})) : C("", !0),
|
94
|
-
l(g) ? (p(), v(R, {
|
95
|
-
key: 1,
|
96
|
-
content: "Caps lock is On",
|
97
|
-
placement: "right",
|
98
|
-
manual: "",
|
99
|
-
modelValue: l(r),
|
100
|
-
"onUpdate:modelValue": e[5] || (e[5] = (o) => L(r) ? r.value = o : r = o)
|
101
|
-
}, {
|
102
|
-
default: c(() => [
|
103
|
-
_(m, { prop: "secret" }, {
|
104
|
-
default: c(() => [
|
105
|
-
e[8] || (e[8] = n("span", { class: "svg-container" }, [
|
106
|
-
n("i", { class: "fa fa-key" })
|
107
|
-
], -1)),
|
108
|
-
(p(), v(s, {
|
109
|
-
ref_key: "secretRef",
|
110
|
-
ref: b,
|
111
|
-
key: l(d),
|
112
|
-
type: l(d),
|
113
|
-
placeholder: l(a).t("common.password"),
|
114
|
-
name: "secret",
|
115
|
-
tabindex: "2",
|
116
|
-
autocomplete: "on",
|
117
|
-
onKeyup: [
|
118
|
-
T(l(N), ["native"]),
|
119
|
-
e[2] || (e[2] = T((o) => l(E)("Bearer"), ["enter", "native"]))
|
120
|
-
],
|
121
|
-
onBlur: e[1] || (e[1] = (o) => L(r) ? r.value = !1 : r = !1),
|
122
|
-
modelValue: l(i).secret,
|
123
|
-
"onUpdate:modelValue": e[3] || (e[3] = (o) => l(i).secret = o)
|
124
|
-
}, null, 8, ["type", "placeholder", "onKeyup", "modelValue"])),
|
125
|
-
n("span", {
|
126
|
-
class: "btn-pwd",
|
127
|
-
onClick: e[4] || (e[4] = //@ts-ignore
|
128
|
-
(...o) => l(B) && l(B)(...o))
|
129
|
-
}, [
|
130
|
-
n("i", {
|
131
|
-
class: Z(l(d) == "password" ? "fa fa-eye" : "fa fa-eye-slash")
|
132
|
-
}, null, 2)
|
133
|
-
])
|
134
|
-
]),
|
135
|
-
_: 1
|
136
|
-
})
|
137
|
-
]),
|
138
|
-
_: 1
|
139
|
-
}, 8, ["modelValue"])) : C("", !0),
|
140
|
-
l(g) ? (p(), v(q, {
|
141
|
-
key: 2,
|
142
|
-
type: "primary",
|
143
|
-
class: "btn-login",
|
144
|
-
loading: l(y),
|
145
|
-
onClick: e[6] || (e[6] = G((o) => l(E)("Bearer"), ["prevent"]))
|
146
|
-
}, {
|
147
|
-
default: c(() => [
|
148
|
-
$(k(l(a).t("common.login")), 1)
|
149
|
-
]),
|
150
|
-
_: 1
|
151
|
-
}, 8, ["loading"])) : C("", !0),
|
152
|
-
n("div", re, [
|
153
|
-
(p(!0), U(J, null, W(l(w).setting.ssos.filter((o) => o.type.toUpperCase() != "BEARER"), (o) => (p(), U("a", {
|
154
|
-
href: o.loginUrl
|
155
|
-
}, k(l(a).t(o.text)), 9, ne))), 256)),
|
156
|
-
_(D, {
|
157
|
-
class: "btn-register",
|
158
|
-
to: "/register"
|
159
|
-
}, {
|
160
|
-
default: c(() => [
|
161
|
-
$(k(l(a).t("common.register")), 1)
|
162
|
-
]),
|
163
|
-
_: 1
|
164
|
-
})
|
165
|
-
])
|
166
|
-
]),
|
167
|
-
_: 1
|
168
|
-
}, 8, ["model", "rules"]),
|
169
|
-
n("div", {
|
170
|
-
class: "powered-by",
|
171
|
-
innerHTML: l(a).t("sys.powered_by")
|
172
|
-
}, null, 8, ae)
|
173
|
-
]);
|
174
|
-
};
|
175
|
-
}
|
176
|
-
});
|
177
|
-
export {
|
178
|
-
ke as default
|
179
|
-
};
|
@@ -1,86 +0,0 @@
|
|
1
|
-
import { defineComponent as D, toRefs as N, ref as B, openBlock as c, createElementBlock as K, Fragment as L, createVNode as E, unref as e, createBlock as P, resolveDynamicComponent as V, withCtx as $, createElementVNode as F, toDisplayString as I } from "vue";
|
2
|
-
import "./assets/liquidjs-BfOWWjtJ.js";
|
3
|
-
import "./assets/underscore-B0BCaBxV.js";
|
4
|
-
import "./assets/file-saver-CwlpTZSc.js";
|
5
|
-
import "./assets/clone-BZn0cTAu.js";
|
6
|
-
import "./assets/underscore.string-DVXD2SZo.js";
|
7
|
-
import "./assets/moment-h96o7c8I.js";
|
8
|
-
import { g as j, R as r } from "./main-BJRpvr2g.js";
|
9
|
-
import "element-plus";
|
10
|
-
import "vue-router";
|
11
|
-
import "./assets/intro.js-Cg1adLK7.js";
|
12
|
-
const q = { class: "not-support" }, te = /* @__PURE__ */ D({
|
13
|
-
__name: "Index",
|
14
|
-
props: {
|
15
|
-
searchData: {},
|
16
|
-
module: {},
|
17
|
-
schema: {},
|
18
|
-
table: {},
|
19
|
-
layout: {},
|
20
|
-
next: {},
|
21
|
-
set: {},
|
22
|
-
url: {},
|
23
|
-
win: {}
|
24
|
-
},
|
25
|
-
emits: ["navigate", "sort", "search", "page-change", "size-change", "succeed", "close", "layout-change"],
|
26
|
-
setup(i, { expose: u, emit: g }) {
|
27
|
-
let o = g, m = i, { url: p, win: h, module: d, schema: y, table: s, layout: n, next: C, set: f, searchData: _ } = N(m), l = B(), S = (t, a) => {
|
28
|
-
o("navigate", t, a);
|
29
|
-
}, v = (t, a) => {
|
30
|
-
o("sort", t, a);
|
31
|
-
}, b = (t) => {
|
32
|
-
o("search", t);
|
33
|
-
}, x = (t, a = null) => {
|
34
|
-
o("page-change", t, a);
|
35
|
-
}, z = (t, a = null) => {
|
36
|
-
o("size-change", t, a);
|
37
|
-
}, R = (t = null) => {
|
38
|
-
o("succeed", t);
|
39
|
-
}, k = () => {
|
40
|
-
o("close");
|
41
|
-
}, w = (t) => {
|
42
|
-
o("layout-change", t);
|
43
|
-
};
|
44
|
-
return u({ onResize: (t) => {
|
45
|
-
r.module.triggerResize(l.value, t);
|
46
|
-
}, onKeyboard: (t, a) => {
|
47
|
-
r.module.triggerKeyboard(l.value, t, a);
|
48
|
-
}, onSocket: (t) => {
|
49
|
-
r.module.triggerSocket(l.value, t);
|
50
|
-
} }), (t, a) => (c(), K(L, null, [
|
51
|
-
E(e(j), {
|
52
|
-
layout: e(n),
|
53
|
-
table: e(s),
|
54
|
-
onLayoutChange: e(w)
|
55
|
-
}, null, 8, ["layout", "table", "onLayoutChange"]),
|
56
|
-
(c(), P(V(`paging-${e(n).type.toLowerCase()}`), {
|
57
|
-
ref_key: "pagingRef",
|
58
|
-
ref: l,
|
59
|
-
url: e(p),
|
60
|
-
win: e(h),
|
61
|
-
module: e(d),
|
62
|
-
schema: e(y),
|
63
|
-
table: e(s),
|
64
|
-
layout: e(n),
|
65
|
-
next: e(C),
|
66
|
-
set: e(f),
|
67
|
-
"search-data": e(_),
|
68
|
-
onNavigate: e(S),
|
69
|
-
onSort: e(v),
|
70
|
-
onSearch: e(b),
|
71
|
-
onPageChange: e(x),
|
72
|
-
onSizeChange: e(z),
|
73
|
-
onSucceed: e(R),
|
74
|
-
onClose: e(k)
|
75
|
-
}, {
|
76
|
-
default: $(() => [
|
77
|
-
F("div", q, "未支持的分页布局方式:" + I(e(n).type), 1)
|
78
|
-
]),
|
79
|
-
_: 1
|
80
|
-
}, 40, ["url", "win", "module", "schema", "table", "layout", "next", "set", "search-data", "onNavigate", "onSort", "onSearch", "onPageChange", "onSizeChange", "onSucceed", "onClose"]))
|
81
|
-
], 64));
|
82
|
-
}
|
83
|
-
});
|
84
|
-
export {
|
85
|
-
te as _
|
86
|
-
};
|
@@ -1,72 +0,0 @@
|
|
1
|
-
import { defineComponent as v, toRefs as x, ref as E, onMounted as k, openBlock as i, createElementBlock as B, Fragment as I, createVNode as L, unref as e, createBlock as S, resolveDynamicComponent as z, withCtx as D, createElementVNode as N, toDisplayString as V } from "vue";
|
2
|
-
import "./assets/liquidjs-BfOWWjtJ.js";
|
3
|
-
import "./assets/underscore-B0BCaBxV.js";
|
4
|
-
import "./assets/file-saver-CwlpTZSc.js";
|
5
|
-
import "./assets/clone-BZn0cTAu.js";
|
6
|
-
import "./assets/underscore.string-DVXD2SZo.js";
|
7
|
-
import "./assets/moment-h96o7c8I.js";
|
8
|
-
import { g as $, I as F, R as M } from "./main-BJRpvr2g.js";
|
9
|
-
import "element-plus";
|
10
|
-
import "vue-router";
|
11
|
-
import "./assets/intro.js-Cg1adLK7.js";
|
12
|
-
const j = { class: "not-support" }, W = /* @__PURE__ */ v({
|
13
|
-
__name: "Index",
|
14
|
-
props: {
|
15
|
-
route: {},
|
16
|
-
validateErrors: {},
|
17
|
-
module: {},
|
18
|
-
schema: {},
|
19
|
-
table: {},
|
20
|
-
layout: {},
|
21
|
-
next: {},
|
22
|
-
set: {},
|
23
|
-
url: {},
|
24
|
-
win: {}
|
25
|
-
},
|
26
|
-
emits: ["layout-change", "row-edit", "change", "submit"],
|
27
|
-
setup(s, { expose: u, emit: m }) {
|
28
|
-
let o = m, p = s, { module: d, schema: c, table: r, layout: a, next: y, set: h } = x(p), l = E(), g = (t) => {
|
29
|
-
o("layout-change", t);
|
30
|
-
}, f = (t, n, w) => {
|
31
|
-
o("row-edit", t, n, w);
|
32
|
-
}, _ = () => {
|
33
|
-
o("change");
|
34
|
-
}, b = (t) => {
|
35
|
-
o("submit", t);
|
36
|
-
}, C = (t) => {
|
37
|
-
}, R = (t) => {
|
38
|
-
M.module.triggerResize(l.value, t);
|
39
|
-
};
|
40
|
-
return k(() => {
|
41
|
-
}), u({ update: C, onResize: R }), (t, n) => (i(), B(I, null, [
|
42
|
-
L(e($), {
|
43
|
-
layout: e(a),
|
44
|
-
table: e(r),
|
45
|
-
onLayoutChange: e(g)
|
46
|
-
}, null, 8, ["layout", "table", "onLayoutChange"]),
|
47
|
-
(i(), S(z(`update-${e(a).type.toLowerCase()}`), {
|
48
|
-
ref_key: "layoutRef",
|
49
|
-
ref: l,
|
50
|
-
module: e(d),
|
51
|
-
schema: e(c),
|
52
|
-
table: e(r),
|
53
|
-
layout: e(a),
|
54
|
-
next: e(y),
|
55
|
-
set: e(h),
|
56
|
-
route: t.route,
|
57
|
-
"validate-errors": t.validateErrors,
|
58
|
-
onRowEdit: e(f),
|
59
|
-
onChange: e(_),
|
60
|
-
onSubmit: e(b)
|
61
|
-
}, {
|
62
|
-
default: D(() => [
|
63
|
-
N("div", j, V(e(F).t("single.not_supported_layout", e(a).type)), 1)
|
64
|
-
]),
|
65
|
-
_: 1
|
66
|
-
}, 40, ["module", "schema", "table", "layout", "next", "set", "route", "validate-errors", "onRowEdit", "onChange", "onSubmit"]))
|
67
|
-
], 64));
|
68
|
-
}
|
69
|
-
});
|
70
|
-
export {
|
71
|
-
W as _
|
72
|
-
};
|
package/dist/Install-DhWWbGRi.js
DELETED
@@ -1,135 +0,0 @@
|
|
1
|
-
import { defineComponent as k, ref as s, onMounted as C, resolveComponent as r, openBlock as p, createBlock as _, unref as t, withCtx as a, createTextVNode as v, createVNode as o, createElementBlock as c, Fragment as M, renderList as N, createElementVNode as B, toDisplayString as x, createCommentVNode as D } from "vue";
|
2
|
-
import { n as T, D as U } from "./main-BJRpvr2g.js";
|
3
|
-
import "./assets/liquidjs-BfOWWjtJ.js";
|
4
|
-
import "./assets/underscore-B0BCaBxV.js";
|
5
|
-
import "./assets/file-saver-CwlpTZSc.js";
|
6
|
-
import "./assets/clone-BZn0cTAu.js";
|
7
|
-
import "./assets/underscore.string-DVXD2SZo.js";
|
8
|
-
import "./assets/moment-h96o7c8I.js";
|
9
|
-
import "element-plus";
|
10
|
-
import "vue-router";
|
11
|
-
import "./assets/intro.js-Cg1adLK7.js";
|
12
|
-
const w = { class: "option-text" }, E = {
|
13
|
-
key: 0,
|
14
|
-
class: "option-suffix"
|
15
|
-
}, K = /* @__PURE__ */ k({
|
16
|
-
__name: "Install",
|
17
|
-
setup(O) {
|
18
|
-
let n = s({ name: null, type: "SqlServer", conn: null }), u = s(!1), d = s(), y = s([
|
19
|
-
{ value: "SqlServer", text: "SqlServer" },
|
20
|
-
{ value: "MySql", text: "MySql" },
|
21
|
-
{ value: "Mongo", text: "Mongo" },
|
22
|
-
{ value: "Sqlite", text: "Sqlite" },
|
23
|
-
{ value: "Oracle", text: "Oracle" },
|
24
|
-
{ value: "Trino", text: "Trino" }
|
25
|
-
]), V = () => {
|
26
|
-
u.value = !0, d.value.validate((f, l) => {
|
27
|
-
if (f == !1)
|
28
|
-
return u.value = !1, !1;
|
29
|
-
U.http.post("/app/install", n.value).then(({ data: i }) => {
|
30
|
-
}).finally(() => {
|
31
|
-
u.value = !1;
|
32
|
-
});
|
33
|
-
});
|
34
|
-
};
|
35
|
-
return C(() => {
|
36
|
-
}), (f, l) => {
|
37
|
-
const i = r("el-input"), m = r("el-form-item"), S = r("el-option"), g = r("el-select"), q = r("el-button"), b = r("el-form");
|
38
|
-
return p(), _(t(T), {
|
39
|
-
class: "ha-install",
|
40
|
-
title: "数据库信息"
|
41
|
-
}, {
|
42
|
-
operation: a(() => l[3] || (l[3] = [
|
43
|
-
v("开启您的心动之旅")
|
44
|
-
])),
|
45
|
-
default: a(() => [
|
46
|
-
o(b, {
|
47
|
-
ref_key: "formRef",
|
48
|
-
ref: d,
|
49
|
-
model: t(n),
|
50
|
-
"label-width": "80px"
|
51
|
-
}, {
|
52
|
-
default: a(() => [
|
53
|
-
o(m, {
|
54
|
-
label: "名称",
|
55
|
-
prop: "name",
|
56
|
-
rules: [{ required: !0, message: "数据库名不能为空" }]
|
57
|
-
}, {
|
58
|
-
default: a(() => [
|
59
|
-
o(i, {
|
60
|
-
type: "text",
|
61
|
-
modelValue: t(n).name,
|
62
|
-
"onUpdate:modelValue": l[0] || (l[0] = (e) => t(n).name = e)
|
63
|
-
}, null, 8, ["modelValue"])
|
64
|
-
]),
|
65
|
-
_: 1
|
66
|
-
}),
|
67
|
-
o(m, {
|
68
|
-
label: "类型",
|
69
|
-
prop: "type",
|
70
|
-
rules: [{ required: !0, message: "数据库类型不能为空" }]
|
71
|
-
}, {
|
72
|
-
default: a(() => [
|
73
|
-
o(g, {
|
74
|
-
modelValue: t(n).type,
|
75
|
-
"onUpdate:modelValue": l[1] || (l[1] = (e) => t(n).type = e)
|
76
|
-
}, {
|
77
|
-
default: a(() => [
|
78
|
-
(p(!0), c(M, null, N(t(y), (e) => (p(), _(S, {
|
79
|
-
value: e.value,
|
80
|
-
label: e.text + (e.value ? "(" + e.value + ")" : ""),
|
81
|
-
key: `${e.value}`
|
82
|
-
}, {
|
83
|
-
default: a(() => [
|
84
|
-
B("span", w, x(e.text), 1),
|
85
|
-
e.value ? (p(), c("span", E, "(" + x(e.value) + ")", 1)) : D("", !0)
|
86
|
-
]),
|
87
|
-
_: 2
|
88
|
-
}, 1032, ["value", "label"]))), 128))
|
89
|
-
]),
|
90
|
-
_: 1
|
91
|
-
}, 8, ["modelValue"])
|
92
|
-
]),
|
93
|
-
_: 1
|
94
|
-
}),
|
95
|
-
o(m, {
|
96
|
-
label: "连接串",
|
97
|
-
prop: "conn",
|
98
|
-
rules: [{ required: !0, message: "数据库连接串不能为空" }]
|
99
|
-
}, {
|
100
|
-
default: a(() => [
|
101
|
-
o(i, {
|
102
|
-
type: "textarea",
|
103
|
-
modelValue: t(n).conn,
|
104
|
-
"onUpdate:modelValue": l[2] || (l[2] = (e) => t(n).conn = e)
|
105
|
-
}, null, 8, ["modelValue"])
|
106
|
-
]),
|
107
|
-
_: 1
|
108
|
-
}),
|
109
|
-
o(m, null, {
|
110
|
-
default: a(() => [
|
111
|
-
o(q, {
|
112
|
-
type: "primary",
|
113
|
-
loading: t(u),
|
114
|
-
onClick: t(V)
|
115
|
-
}, {
|
116
|
-
default: a(() => l[4] || (l[4] = [
|
117
|
-
v("立即安装")
|
118
|
-
])),
|
119
|
-
_: 1
|
120
|
-
}, 8, ["loading", "onClick"])
|
121
|
-
]),
|
122
|
-
_: 1
|
123
|
-
})
|
124
|
-
]),
|
125
|
-
_: 1
|
126
|
-
}, 8, ["model"])
|
127
|
-
]),
|
128
|
-
_: 1
|
129
|
-
});
|
130
|
-
};
|
131
|
-
}
|
132
|
-
});
|
133
|
-
export {
|
134
|
-
K as default
|
135
|
-
};
|
package/dist/Int-B-t8edhd.js
DELETED
@@ -1,19 +0,0 @@
|
|
1
|
-
import { defineComponent as l, toRefs as n, openBlock as s, createElementBlock as a, toDisplayString as r, unref as c } from "vue";
|
2
|
-
const p = { class: "text-int" }, x = /* @__PURE__ */ l({
|
3
|
-
__name: "Int",
|
4
|
-
props: {
|
5
|
-
schema: {},
|
6
|
-
table: {},
|
7
|
-
field: {},
|
8
|
-
set: {},
|
9
|
-
row: {},
|
10
|
-
modelValue: {}
|
11
|
-
},
|
12
|
-
setup(e) {
|
13
|
-
let t = e, { table: i, field: m, set: f, row: _, modelValue: o } = n(t);
|
14
|
-
return (d, u) => (s(), a("span", p, r(c(o)), 1));
|
15
|
-
}
|
16
|
-
});
|
17
|
-
export {
|
18
|
-
x as default
|
19
|
-
};
|
package/dist/Int-BELzPmec.js
DELETED
@@ -1,47 +0,0 @@
|
|
1
|
-
import { defineComponent as b, toRefs as f, computed as _, resolveComponent as V, openBlock as g, createBlock as h, unref as e, withKeys as v, isRef as y } from "vue";
|
2
|
-
import { U as I, I as K } from "./main-BJRpvr2g.js";
|
3
|
-
import "./assets/liquidjs-BfOWWjtJ.js";
|
4
|
-
import "./assets/underscore-B0BCaBxV.js";
|
5
|
-
import "./assets/file-saver-CwlpTZSc.js";
|
6
|
-
import "./assets/clone-BZn0cTAu.js";
|
7
|
-
import "./assets/underscore.string-DVXD2SZo.js";
|
8
|
-
import "./assets/moment-h96o7c8I.js";
|
9
|
-
const q = /* @__PURE__ */ b({
|
10
|
-
__name: "Int",
|
11
|
-
props: {
|
12
|
-
schema: {},
|
13
|
-
table: {},
|
14
|
-
field: {},
|
15
|
-
set: {},
|
16
|
-
row: {},
|
17
|
-
modelValue: {}
|
18
|
-
},
|
19
|
-
emits: ["submit", "change", "update:modelValue"],
|
20
|
-
setup(m, { emit: u }) {
|
21
|
-
let o = u, s = m, { table: p, field: n, set: U, modelValue: r } = f(s), d = () => {
|
22
|
-
o("submit");
|
23
|
-
}, t = _({
|
24
|
-
get() {
|
25
|
-
if (I.string.isNumber(r.value))
|
26
|
-
return r.value;
|
27
|
-
},
|
28
|
-
set(l) {
|
29
|
-
o("update:modelValue", l), o("change", l);
|
30
|
-
}
|
31
|
-
});
|
32
|
-
return (l, a) => {
|
33
|
-
const c = V("el-input-number");
|
34
|
-
return g(), h(c, {
|
35
|
-
"aria-label": e(K).field_placeholder(e(p).name, e(n).name),
|
36
|
-
"controls-position": "right",
|
37
|
-
disabled: e(n).control.readonly,
|
38
|
-
onKeyup: v(e(d), ["enter", "native"]),
|
39
|
-
modelValue: e(t),
|
40
|
-
"onUpdate:modelValue": a[0] || (a[0] = (i) => y(t) ? t.value = i : t = i)
|
41
|
-
}, null, 8, ["aria-label", "disabled", "onKeyup", "modelValue"]);
|
42
|
-
};
|
43
|
-
}
|
44
|
-
});
|
45
|
-
export {
|
46
|
-
q as default
|
47
|
-
};
|
package/dist/Int-BZkW-0JA.js
DELETED
@@ -1,44 +0,0 @@
|
|
1
|
-
import { defineComponent as _, toRefs as h, computed as b, resolveComponent as V, openBlock as g, createBlock as y, unref as e, withKeys as I, isRef as K } from "vue";
|
2
|
-
import "./assets/liquidjs-BfOWWjtJ.js";
|
3
|
-
import "./assets/underscore-B0BCaBxV.js";
|
4
|
-
import "./assets/file-saver-CwlpTZSc.js";
|
5
|
-
import "./assets/clone-BZn0cTAu.js";
|
6
|
-
import "./assets/underscore.string-DVXD2SZo.js";
|
7
|
-
import "./assets/moment-h96o7c8I.js";
|
8
|
-
import { I as a } from "./main-BJRpvr2g.js";
|
9
|
-
const j = /* @__PURE__ */ _({
|
10
|
-
__name: "Int",
|
11
|
-
props: {
|
12
|
-
schema: {},
|
13
|
-
table: {},
|
14
|
-
field: {},
|
15
|
-
searchData: {},
|
16
|
-
modelValue: {}
|
17
|
-
},
|
18
|
-
emits: ["change", "submit", "update:modelValue"],
|
19
|
-
setup(p, { emit: r }) {
|
20
|
-
let l = r, i = p, { table: u, field: s, searchData: k, modelValue: d } = h(i), c = () => {
|
21
|
-
l("submit");
|
22
|
-
}, o = b({
|
23
|
-
get() {
|
24
|
-
return d.value;
|
25
|
-
},
|
26
|
-
set(t) {
|
27
|
-
isNaN(t) && (t = null), l("update:modelValue", t), l("change", t);
|
28
|
-
}
|
29
|
-
});
|
30
|
-
return (t, m) => {
|
31
|
-
const f = V("el-input-number");
|
32
|
-
return g(), y(f, {
|
33
|
-
placeholder: e(a).t("common.please_input") + e(a).field(e(u).name, e(s).name),
|
34
|
-
"controls-position": "right",
|
35
|
-
onKeyup: I(e(c), ["enter", "native"]),
|
36
|
-
modelValue: e(o),
|
37
|
-
"onUpdate:modelValue": m[0] || (m[0] = (n) => K(o) ? o.value = n : o = n)
|
38
|
-
}, null, 8, ["placeholder", "onKeyup", "modelValue"]);
|
39
|
-
};
|
40
|
-
}
|
41
|
-
});
|
42
|
-
export {
|
43
|
-
j as default
|
44
|
-
};
|
package/dist/List-9r5PDoSS.js
DELETED
@@ -1,77 +0,0 @@
|
|
1
|
-
import { defineComponent as K, toRefs as E, ref as o, watch as F, openBlock as T, createBlock as V, resolveDynamicComponent as $, unref as t, withCtx as j, createElementVNode as A, toDisplayString as G } from "vue";
|
2
|
-
import { U as n, I as H, D as _, m as d, R as h } from "./main-BJRpvr2g.js";
|
3
|
-
import "./assets/liquidjs-BfOWWjtJ.js";
|
4
|
-
import "./assets/underscore-B0BCaBxV.js";
|
5
|
-
import "./assets/file-saver-CwlpTZSc.js";
|
6
|
-
import "./assets/clone-BZn0cTAu.js";
|
7
|
-
import "./assets/underscore.string-DVXD2SZo.js";
|
8
|
-
import "./assets/moment-h96o7c8I.js";
|
9
|
-
const J = { class: "not-support" }, le = /* @__PURE__ */ K({
|
10
|
-
__name: "List",
|
11
|
-
props: {
|
12
|
-
base: {},
|
13
|
-
route: {},
|
14
|
-
url: {},
|
15
|
-
win: {}
|
16
|
-
},
|
17
|
-
emits: ["load", "navigate"],
|
18
|
-
setup(b, { expose: P, emit: D }) {
|
19
|
-
let v = D, k = b, { url: p, base: g, route: u } = E(k), y = o(), s = o(), r = o(), f = o(), x = o(), i = o(), m = o(), q = (e) => {
|
20
|
-
let l = n.url.getPath(e), a = n.url.getPath(p.value);
|
21
|
-
return l != a;
|
22
|
-
}, C = (e) => {
|
23
|
-
let l = n.url.getPath(p.value), a = n.url.getPath(e);
|
24
|
-
return l != a;
|
25
|
-
}, S = (e) => {
|
26
|
-
var a;
|
27
|
-
let l = H.module(e.module.type, e.module.name);
|
28
|
-
_.i18n.setTitle(l, e.module.env), y.value = e.module, s.value = d.expandSchema(e.schema, e.set), r.value = (a = s.value) == null ? void 0 : a[0], f.value = e.next, x.value = d.expandSet(e.schema, e.set), m.value = d.getConditionForm(s.value, u.value.query.condition);
|
29
|
-
}, c = (e = null, l = null) => {
|
30
|
-
let a = e ?? u.value.query, I = n.url.getUrl(u.value.path, a);
|
31
|
-
v("load", I, !1, l);
|
32
|
-
}, w = (e) => {
|
33
|
-
c(null, e);
|
34
|
-
}, L = (e) => {
|
35
|
-
v("navigate", e);
|
36
|
-
}, N = async (e) => {
|
37
|
-
let l = u.value.query;
|
38
|
-
l.condition = _.base64.encode(m.value), c(l, e);
|
39
|
-
}, R = () => {
|
40
|
-
c();
|
41
|
-
}, U = (e, l) => {
|
42
|
-
h.module.triggerKeyboard(i.value, e, l);
|
43
|
-
}, z = (e) => {
|
44
|
-
h.module.triggerSocket(i.value, e);
|
45
|
-
}, B = (e) => {
|
46
|
-
h.module.triggerResize(i.value, e);
|
47
|
-
};
|
48
|
-
return (() => {
|
49
|
-
S(g.value.data);
|
50
|
-
})(), F(() => g.value, (e) => {
|
51
|
-
S(e.data);
|
52
|
-
}), P({ shouldLoad: q, shouldSpin: C, onRefresh: R, onKeyboard: U, onSocket: z, onResize: B }), (e, l) => (T(), V($(`list-${t(r).layouts[0].type.toLowerCase()}`), {
|
53
|
-
ref_key: "listRef",
|
54
|
-
ref: i,
|
55
|
-
route: t(u),
|
56
|
-
module: t(y),
|
57
|
-
schema: t(s),
|
58
|
-
table: t(r),
|
59
|
-
layout: t(r).layouts[0],
|
60
|
-
next: t(f),
|
61
|
-
set: t(x),
|
62
|
-
"search-data": t(m),
|
63
|
-
onSucceed: t(w),
|
64
|
-
onSearch: t(N),
|
65
|
-
onNavigate: t(L),
|
66
|
-
onRefresh: t(R)
|
67
|
-
}, {
|
68
|
-
default: j(() => [
|
69
|
-
A("div", J, "未支持的列表布局方式:" + G(t(r).layouts[0].type), 1)
|
70
|
-
]),
|
71
|
-
_: 1
|
72
|
-
}, 40, ["route", "module", "schema", "table", "layout", "next", "set", "search-data", "onSucceed", "onSearch", "onNavigate", "onRefresh"]));
|
73
|
-
}
|
74
|
-
});
|
75
|
-
export {
|
76
|
-
le as default
|
77
|
-
};
|