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/Article-B4W1yDus.js
DELETED
@@ -1,200 +0,0 @@
|
|
1
|
-
import { defineComponent as oe, toRefs as ae, ref as c, onMounted as ne, computed as re, resolveComponent as b, openBlock as u, createElementBlock as f, unref as e, createBlock as k, createCommentVNode as _, createVNode as w, normalizeStyle as se, withCtx as C, createElementVNode as i, Fragment as ie, renderList as ue, withModifiers as H, toDisplayString as d, resolveDynamicComponent as ce, createTextVNode as U } from "vue";
|
2
|
-
import { c as de, U as h, I as pe, a as me, D as E, R as ve } 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 { _ as ge } from "./SearchForm.vue_vue_type_style_index_0_lang-BvwtZSIf.js";
|
10
|
-
const fe = { class: "article-layout" }, he = ["href", "onClick"], _e = ["src"], ye = { class: "article-title" }, be = {
|
11
|
-
key: 0,
|
12
|
-
class: "article-content"
|
13
|
-
}, ke = { class: "article-time" }, we = {
|
14
|
-
key: 1,
|
15
|
-
class: "article-view-count"
|
16
|
-
}, Ce = ["href"], Re = { class: "el-drawer__title" }, xe = ["href"], Ke = /* @__PURE__ */ oe({
|
17
|
-
__name: "Article",
|
18
|
-
props: {
|
19
|
-
searchData: {},
|
20
|
-
module: {},
|
21
|
-
schema: {},
|
22
|
-
table: {},
|
23
|
-
layout: {},
|
24
|
-
next: {},
|
25
|
-
set: {},
|
26
|
-
url: {},
|
27
|
-
win: {}
|
28
|
-
},
|
29
|
-
emits: ["page-change", "navigate", "search", "succeed", "close"],
|
30
|
-
setup(K, { expose: M, emit: N }) {
|
31
|
-
let p = N, F = K, { module: I, schema: P, table: n, layout: r, next: m, set: R, searchData: j } = ae(F), x = c(), y = c(), $ = c(), B = c(), z = c();
|
32
|
-
c({ layout: "prev, pager, next", count: 5 });
|
33
|
-
let o = c({ page: null, url: null, row: null, visible: !1, appendToBody: !1 }), S = (t) => {
|
34
|
-
g("insert", null, t);
|
35
|
-
}, A = (t, l) => {
|
36
|
-
g("detail", t, l);
|
37
|
-
}, L = (t, l) => {
|
38
|
-
g("update", t, l);
|
39
|
-
}, q = (t, l) => {
|
40
|
-
g("copy", t, l);
|
41
|
-
}, G = (t, l) => {
|
42
|
-
g("delete", t, l);
|
43
|
-
}, J = (t) => {
|
44
|
-
let l = t.map((s) => s[n.value.key.name]);
|
45
|
-
E.http.post(m.value.delete.route, l).then((s) => {
|
46
|
-
E.messenger.success(s.message), V();
|
47
|
-
});
|
48
|
-
}, g = (t, l, s) => {
|
49
|
-
let v = T(t, l);
|
50
|
-
s.ctrlKey ? (o.value.row = null, p("navigate", v)) : (o.value.appendToBody = s.altKey, o.value.page = t, o.value.url = v, o.value.row = l, o.value.visible = !0);
|
51
|
-
}, T = (t, l = null) => {
|
52
|
-
let s = `${m.value[t].route}`;
|
53
|
-
if (l != null) {
|
54
|
-
let v = l[n.value.key.name];
|
55
|
-
s += `?id=${v}`;
|
56
|
-
}
|
57
|
-
return s;
|
58
|
-
}, O = () => {
|
59
|
-
o.value.visible = !1, p("close");
|
60
|
-
}, V = (t = null) => {
|
61
|
-
o.value.visible = !1, p("succeed", t);
|
62
|
-
}, Q = (t) => {
|
63
|
-
p("page-change", t);
|
64
|
-
}, W = (t) => {
|
65
|
-
p("navigate", t);
|
66
|
-
}, X = () => {
|
67
|
-
p("search");
|
68
|
-
}, Y = () => {
|
69
|
-
D();
|
70
|
-
}, Z = (t, l) => {
|
71
|
-
ve.module.triggerKeyboard(z.value, t, l);
|
72
|
-
}, ee = (t) => {
|
73
|
-
D();
|
74
|
-
}, D = () => {
|
75
|
-
if (y.value == null)
|
76
|
-
return;
|
77
|
-
let t = h.dom.getHeight(x.value), l = h.dom.getHeight([y.value.$el, $.value]);
|
78
|
-
B.value = t - l;
|
79
|
-
};
|
80
|
-
ne(() => {
|
81
|
-
});
|
82
|
-
let te = re(() => {
|
83
|
-
let t = `/${n.value.name}/article-footer`;
|
84
|
-
return de.getComponent(t, "partial", "article-footer");
|
85
|
-
});
|
86
|
-
return M({ onKeyboard: Z, onResize: ee }), (t, l) => {
|
87
|
-
const s = b("el-scrollbar"), v = b("el-pagination"), le = b("el-drawer");
|
88
|
-
return u(), f("div", {
|
89
|
-
ref_key: "pagingRef",
|
90
|
-
ref: x,
|
91
|
-
class: "paging-article"
|
92
|
-
}, [
|
93
|
-
e(n).search.length > 0 ? (u(), k(ge, {
|
94
|
-
key: 0,
|
95
|
-
ref_key: "searchRef",
|
96
|
-
ref: y,
|
97
|
-
schema: e(P),
|
98
|
-
table: e(n),
|
99
|
-
layout: e(r),
|
100
|
-
"search-data": e(j),
|
101
|
-
onSubmit: e(X),
|
102
|
-
onMounted: e(Y)
|
103
|
-
}, null, 8, ["schema", "table", "layout", "search-data", "onSubmit", "onMounted"])) : _("", !0),
|
104
|
-
w(s, {
|
105
|
-
class: "article-scroller",
|
106
|
-
style: se({ height: e(B) + "px" })
|
107
|
-
}, {
|
108
|
-
default: C(() => [
|
109
|
-
i("div", fe, [
|
110
|
-
(u(!0), f(ie, null, ue(e(R)[e(n).name], (a) => (u(), f("a", {
|
111
|
-
class: "article",
|
112
|
-
href: `${e(m).detail.route}?id=${a[e(n).key.name]}`,
|
113
|
-
onClick: H(($e) => e(W)(`${e(m).detail.route}?id=${a[e(n).key.name]}`), ["prevent"]),
|
114
|
-
key: a[e(n).key.name]
|
115
|
-
}, [
|
116
|
-
i("img", {
|
117
|
-
class: "article-image",
|
118
|
-
src: a[e(r).image]
|
119
|
-
}, null, 8, _e),
|
120
|
-
i("div", ye, d(a[e(r).title]), 1),
|
121
|
-
e(h).html.getText(a[e(r).content]) ? (u(), f("div", be, d(e(h).html.getText(a[e(r).content])), 1)) : _("", !0),
|
122
|
-
i("div", ke, d(a[e(r).time]), 1),
|
123
|
-
a[e(r).viewCount] ? (u(), f("div", we, d(a[e(r).viewCount]), 1)) : _("", !0),
|
124
|
-
(u(), k(ce(e(te)), {
|
125
|
-
table: e(n),
|
126
|
-
next: e(m),
|
127
|
-
set: e(R),
|
128
|
-
row: a,
|
129
|
-
onPreview: e(A),
|
130
|
-
onEdit: e(L),
|
131
|
-
onCopy: e(q),
|
132
|
-
onBeforeRemove: e(G),
|
133
|
-
onRemove: e(J)
|
134
|
-
}, null, 40, ["table", "next", "set", "row", "onPreview", "onEdit", "onCopy", "onBeforeRemove", "onRemove"]))
|
135
|
-
], 8, he))), 128)),
|
136
|
-
i("a", {
|
137
|
-
href: e(T)("insert"),
|
138
|
-
class: "article-add",
|
139
|
-
onClick: l[0] || (l[0] = H(
|
140
|
-
//@ts-ignore
|
141
|
-
(...a) => e(S) && e(S)(...a),
|
142
|
-
["prevent"]
|
143
|
-
))
|
144
|
-
}, [
|
145
|
-
l[2] || (l[2] = i("i", { class: "fa fa-plus" }, null, -1)),
|
146
|
-
U(" 添加新" + d(e(n).title), 1)
|
147
|
-
], 8, Ce)
|
148
|
-
])
|
149
|
-
]),
|
150
|
-
_: 1
|
151
|
-
}, 8, ["style"]),
|
152
|
-
i("div", {
|
153
|
-
ref_key: "footerRef",
|
154
|
-
ref: $,
|
155
|
-
class: "article-bottom"
|
156
|
-
}, [
|
157
|
-
w(v, {
|
158
|
-
background: "",
|
159
|
-
layout: "total, prev, pager, next, jumper",
|
160
|
-
"current-page": e(r).page,
|
161
|
-
"page-size": e(r).size,
|
162
|
-
total: e(r).count,
|
163
|
-
onCurrentChange: e(Q)
|
164
|
-
}, null, 8, ["current-page", "page-size", "total", "onCurrentChange"])
|
165
|
-
], 512),
|
166
|
-
e(o).page ? (u(), k(le, {
|
167
|
-
key: 1,
|
168
|
-
"destroy-on-close": "",
|
169
|
-
"append-to-body": e(o).appendToBody,
|
170
|
-
size: `${e(I).width ?? "60%"}`,
|
171
|
-
modelValue: e(o).visible,
|
172
|
-
"onUpdate:modelValue": l[1] || (l[1] = (a) => e(o).visible = a)
|
173
|
-
}, {
|
174
|
-
header: C(() => [
|
175
|
-
i("div", Re, [
|
176
|
-
U(d(e(m)[e(o).page].title) + " ", 1),
|
177
|
-
i("a", {
|
178
|
-
class: "drawer-copy",
|
179
|
-
href: e(h).url.getToUrl(e(o).url)
|
180
|
-
}, d(e(pe).t("common.link")), 9, xe)
|
181
|
-
])
|
182
|
-
]),
|
183
|
-
default: C(() => [
|
184
|
-
w(e(me), {
|
185
|
-
ref_key: "pageRef",
|
186
|
-
ref: z,
|
187
|
-
url: e(o).url,
|
188
|
-
onSucceed: e(V),
|
189
|
-
onClose: e(O)
|
190
|
-
}, null, 8, ["url", "onSucceed", "onClose"])
|
191
|
-
]),
|
192
|
-
_: 1
|
193
|
-
}, 8, ["append-to-body", "size", "modelValue"])) : _("", !0)
|
194
|
-
], 512);
|
195
|
-
};
|
196
|
-
}
|
197
|
-
});
|
198
|
-
export {
|
199
|
-
Ke as default
|
200
|
-
};
|
@@ -1,85 +0,0 @@
|
|
1
|
-
import { defineComponent as w, toRefs as _, resolveComponent as B, openBlock as r, createElementBlock as p, unref as e, withModifiers as c, createCommentVNode as s, createBlock as E, withCtx as I, createElementVNode as N } 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 R = { class: "article-footer" }, H = /* @__PURE__ */ w({
|
10
|
-
__name: "ArticleFooter",
|
11
|
-
props: {
|
12
|
-
table: {},
|
13
|
-
next: {},
|
14
|
-
set: {},
|
15
|
-
row: {}
|
16
|
-
},
|
17
|
-
emits: ["preview", "edit", "copy", "before-remove", "remove"],
|
18
|
-
setup(b, { emit: k }) {
|
19
|
-
let i = k, C = b, { table: V, next: l, set: A, row: m } = _(C), f = (o) => {
|
20
|
-
i("preview", m.value, o);
|
21
|
-
}, u = (o) => {
|
22
|
-
i("edit", m.value, o);
|
23
|
-
}, v = (o) => {
|
24
|
-
i("copy", m.value, o);
|
25
|
-
}, d = (o) => {
|
26
|
-
}, x = () => {
|
27
|
-
i("remove", [m.value]);
|
28
|
-
};
|
29
|
-
return (o, t) => {
|
30
|
-
const y = B("el-popconfirm");
|
31
|
-
return r(), p("div", R, [
|
32
|
-
e(l).detail ? (r(), p("i", {
|
33
|
-
key: 0,
|
34
|
-
class: "fa fa-search-plus btn-icon",
|
35
|
-
onClick: t[0] || (t[0] = c(
|
36
|
-
//@ts-ignore
|
37
|
-
(...n) => e(f) && e(f)(...n),
|
38
|
-
["prevent", "stop"]
|
39
|
-
))
|
40
|
-
})) : s("", !0),
|
41
|
-
e(l).update ? (r(), p("i", {
|
42
|
-
key: 1,
|
43
|
-
class: "fa fa-pencil btn-icon",
|
44
|
-
onClick: t[1] || (t[1] = c(
|
45
|
-
//@ts-ignore
|
46
|
-
(...n) => e(u) && e(u)(...n),
|
47
|
-
["prevent", "stop"]
|
48
|
-
))
|
49
|
-
})) : s("", !0),
|
50
|
-
e(l).copy ? (r(), p("i", {
|
51
|
-
key: 2,
|
52
|
-
class: "fa fa-copy btn-icon",
|
53
|
-
onClick: t[2] || (t[2] = c(
|
54
|
-
//@ts-ignore
|
55
|
-
(...n) => e(v) && e(v)(...n),
|
56
|
-
["prevent", "stop"]
|
57
|
-
))
|
58
|
-
})) : s("", !0),
|
59
|
-
e(l).delete ? (r(), E(y, {
|
60
|
-
key: 3,
|
61
|
-
width: 180,
|
62
|
-
title: e(a).t("common.confirm_delete"),
|
63
|
-
"confirm-button-text": e(a).t("common.confirm"),
|
64
|
-
"cancel-button-text": e(a).t("common.cancel"),
|
65
|
-
onConfirm: e(x)
|
66
|
-
}, {
|
67
|
-
reference: I(() => [
|
68
|
-
N("i", {
|
69
|
-
class: "fa fa-trash-alt btn-icon",
|
70
|
-
onClick: t[3] || (t[3] = c(
|
71
|
-
//@ts-ignore
|
72
|
-
(...n) => e(d) && e(d)(...n),
|
73
|
-
["prevent", "stop"]
|
74
|
-
))
|
75
|
-
})
|
76
|
-
]),
|
77
|
-
_: 1
|
78
|
-
}, 8, ["title", "confirm-button-text", "cancel-button-text", "onConfirm"])) : s("", !0)
|
79
|
-
]);
|
80
|
-
};
|
81
|
-
}
|
82
|
-
});
|
83
|
-
export {
|
84
|
-
H as default
|
85
|
-
};
|
@@ -1,55 +0,0 @@
|
|
1
|
-
import { defineComponent as v, toRefs as _, ref as V, computed as x, resolveComponent as C, openBlock as I, createBlock as U, unref as o, isRef as b } from "vue";
|
2
|
-
import { I as k, U as B, D } 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 G = /* @__PURE__ */ v({
|
10
|
-
__name: "Autocomplete",
|
11
|
-
props: {
|
12
|
-
schema: {},
|
13
|
-
table: {},
|
14
|
-
field: {},
|
15
|
-
set: {},
|
16
|
-
row: {},
|
17
|
-
modelValue: {}
|
18
|
-
},
|
19
|
-
emits: ["submit", "change", "update:modelValue"],
|
20
|
-
setup(p, { emit: i }) {
|
21
|
-
let u = i, d = p, { table: c, field: s, set: R, modelValue: f } = _(d), a = V([]), h = null, g = (l, e) => {
|
22
|
-
if (a.value.length) {
|
23
|
-
let t = a.value.filter((m) => B.string.containsIgnoreCase(l, m.value));
|
24
|
-
e(t);
|
25
|
-
return;
|
26
|
-
}
|
27
|
-
let n = { text: h, conditions: [] };
|
28
|
-
D.http.post(s.value.control.data.route, n).then(({ data: t }) => {
|
29
|
-
a.value = t.map((m) => ({ value: m.text })), e(a.value);
|
30
|
-
}).catch(() => {
|
31
|
-
e([]);
|
32
|
-
});
|
33
|
-
}, r = x({
|
34
|
-
get() {
|
35
|
-
return f.value;
|
36
|
-
},
|
37
|
-
set(l) {
|
38
|
-
u("update:modelValue", l), u("change", l);
|
39
|
-
}
|
40
|
-
});
|
41
|
-
return (l, e) => {
|
42
|
-
const n = C("el-autocomplete");
|
43
|
-
return I(), U(n, {
|
44
|
-
clearable: "",
|
45
|
-
placeholder: o(k).field_placeholder(o(c).name, o(s).name),
|
46
|
-
"fetch-suggestions": o(g),
|
47
|
-
modelValue: o(r),
|
48
|
-
"onUpdate:modelValue": e[0] || (e[0] = (t) => b(r) ? r.value = t : r = t)
|
49
|
-
}, null, 8, ["placeholder", "fetch-suggestions", "modelValue"]);
|
50
|
-
};
|
51
|
-
}
|
52
|
-
});
|
53
|
-
export {
|
54
|
-
G as default
|
55
|
-
};
|
@@ -1,54 +0,0 @@
|
|
1
|
-
import { defineComponent as v, toRefs as _, ref as V, computed as x, resolveComponent as D, openBlock as C, createBlock as I, unref as o, isRef as U } from "vue";
|
2
|
-
import { I as b, U as k, D as B } 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 G = /* @__PURE__ */ v({
|
10
|
-
__name: "Autocomplete",
|
11
|
-
props: {
|
12
|
-
schema: {},
|
13
|
-
table: {},
|
14
|
-
field: {},
|
15
|
-
searchData: {},
|
16
|
-
modelValue: {}
|
17
|
-
},
|
18
|
-
emits: ["submit", "change", "update:modelValue"],
|
19
|
-
setup(p, { emit: i }) {
|
20
|
-
let u = i, d = p, { table: c, field: s, searchData: R, modelValue: f } = _(d), a = V([]), h = null, g = (l, e) => {
|
21
|
-
if (a.value.length) {
|
22
|
-
let t = a.value.filter((m) => k.string.containsIgnoreCase(l, m.value));
|
23
|
-
e(t);
|
24
|
-
return;
|
25
|
-
}
|
26
|
-
let n = { text: h, conditions: [] };
|
27
|
-
B.http.post(s.value.control.data.route, n).then(({ data: t }) => {
|
28
|
-
a.value = t.map((m) => ({ value: m.text })), e(a.value);
|
29
|
-
}).catch(() => {
|
30
|
-
e([]);
|
31
|
-
});
|
32
|
-
}, r = x({
|
33
|
-
get() {
|
34
|
-
return f.value;
|
35
|
-
},
|
36
|
-
set(l) {
|
37
|
-
u("update:modelValue", l), u("change", l);
|
38
|
-
}
|
39
|
-
});
|
40
|
-
return (l, e) => {
|
41
|
-
const n = D("el-autocomplete");
|
42
|
-
return C(), I(n, {
|
43
|
-
clearable: "",
|
44
|
-
placeholder: o(b).field_placeholder(o(c).name, o(s).name),
|
45
|
-
"fetch-suggestions": o(g),
|
46
|
-
modelValue: o(r),
|
47
|
-
"onUpdate:modelValue": e[0] || (e[0] = (t) => U(r) ? r.value = t : r = t)
|
48
|
-
}, null, 8, ["placeholder", "fetch-suggestions", "modelValue"]);
|
49
|
-
};
|
50
|
-
}
|
51
|
-
});
|
52
|
-
export {
|
53
|
-
G as default
|
54
|
-
};
|
@@ -1,27 +0,0 @@
|
|
1
|
-
import { defineComponent as f, defineAsyncComponent as i, toRefs as c, openBlock as V, createBlock as b, unref as e, isRef as w } from "vue";
|
2
|
-
const x = /* @__PURE__ */ f({
|
3
|
-
__name: "Autocomplete",
|
4
|
-
props: {
|
5
|
-
schema: {},
|
6
|
-
table: {},
|
7
|
-
field: {},
|
8
|
-
set: {},
|
9
|
-
row: {},
|
10
|
-
modelValue: {}
|
11
|
-
},
|
12
|
-
setup(a) {
|
13
|
-
let m = i(() => import("./Text-CA8i8QjK.js")), s = a, { table: r, field: n, set: d, row: p, modelValue: l } = c(s);
|
14
|
-
return (u, o) => (V(), b(e(m), {
|
15
|
-
schema: u.schema,
|
16
|
-
table: e(r),
|
17
|
-
field: e(n),
|
18
|
-
row: e(p),
|
19
|
-
set: e(d),
|
20
|
-
modelValue: e(l),
|
21
|
-
"onUpdate:modelValue": o[0] || (o[0] = (t) => w(l) ? l.value = t : l = t)
|
22
|
-
}, null, 8, ["schema", "table", "field", "row", "set", "modelValue"]));
|
23
|
-
}
|
24
|
-
});
|
25
|
-
export {
|
26
|
-
x as default
|
27
|
-
};
|
package/dist/CSharp-Bu5b_AQ5.js
DELETED
@@ -1,27 +0,0 @@
|
|
1
|
-
import { defineComponent as u, defineAsyncComponent as i, toRefs as c, openBlock as V, createBlock as b, unref as e, isRef as h } from "vue";
|
2
|
-
const _ = /* @__PURE__ */ u({
|
3
|
-
__name: "CSharp",
|
4
|
-
props: {
|
5
|
-
schema: {},
|
6
|
-
table: {},
|
7
|
-
field: {},
|
8
|
-
set: {},
|
9
|
-
row: {},
|
10
|
-
modelValue: {}
|
11
|
-
},
|
12
|
-
setup(a) {
|
13
|
-
let r = i(() => import("./Code-DSskK7CQ.js")), s = a, { schema: m, table: n, field: d, set: p, row: f, modelValue: l } = c(s);
|
14
|
-
return (w, o) => (V(), b(e(r), {
|
15
|
-
schema: e(m),
|
16
|
-
table: e(n),
|
17
|
-
field: e(d),
|
18
|
-
row: e(f),
|
19
|
-
set: e(p),
|
20
|
-
modelValue: e(l),
|
21
|
-
"onUpdate:modelValue": o[0] || (o[0] = (t) => h(l) ? l.value = t : l = t)
|
22
|
-
}, null, 8, ["schema", "table", "field", "row", "set", "modelValue"]));
|
23
|
-
}
|
24
|
-
});
|
25
|
-
export {
|
26
|
-
_ as default
|
27
|
-
};
|
@@ -1,10 +0,0 @@
|
|
1
|
-
import { openBlock as e, createElementBlock as r } from "vue";
|
2
|
-
import { e as c } from "./main-BJRpvr2g.js";
|
3
|
-
const n = {};
|
4
|
-
function o(t, _) {
|
5
|
-
return e(), r("div", null, "日历");
|
6
|
-
}
|
7
|
-
const l = /* @__PURE__ */ c(n, [["render", o]]);
|
8
|
-
export {
|
9
|
-
l as default
|
10
|
-
};
|
@@ -1,26 +0,0 @@
|
|
1
|
-
import { defineComponent as n, openBlock as s, createElementBlock as i } from "vue";
|
2
|
-
import { useRouter as p, useRoute as a } from "vue-router";
|
3
|
-
import { D as c, F as u, t as l, w as m } 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 q = /* @__PURE__ */ n({
|
11
|
-
__name: "Callback",
|
12
|
-
setup(y) {
|
13
|
-
let r = p(), e = a().query;
|
14
|
-
return (async () => {
|
15
|
-
if (e.type == null) {
|
16
|
-
c.messenger.error("缺失type参数");
|
17
|
-
return;
|
18
|
-
}
|
19
|
-
let t = new m();
|
20
|
-
t.userId = e.userId.toString(), t.type = e.type.toString(), t.secret = e.secret.toString(), t.identity = JSON.parse(e.identity.toString()), (await u.sso.createAsync(t.type)).login(t), await l(t), r.push(e.return_url.toString());
|
21
|
-
})(), (t, o) => (s(), i("div", null, "登录完毕,处理回调中..."));
|
22
|
-
}
|
23
|
-
});
|
24
|
-
export {
|
25
|
-
q as default
|
26
|
-
};
|
@@ -1,47 +0,0 @@
|
|
1
|
-
import { defineComponent as y, toRefs as k, computed as c, openBlock as e, createElementBlock as t, Fragment as m, renderList as d, unref as f, normalizeStyle as x, toDisplayString as h, createCommentVNode as b } from "vue";
|
2
|
-
import { U as B } 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 C = { class: "text-cascader" }, S = {
|
10
|
-
key: 0,
|
11
|
-
class: "cascader-seperator"
|
12
|
-
}, j = /* @__PURE__ */ y({
|
13
|
-
__name: "Cascader",
|
14
|
-
props: {
|
15
|
-
schema: {},
|
16
|
-
table: {},
|
17
|
-
field: {},
|
18
|
-
set: {},
|
19
|
-
row: {},
|
20
|
-
modelValue: {}
|
21
|
-
},
|
22
|
-
emits: ["submit", "change"],
|
23
|
-
setup(_, { emit: V }) {
|
24
|
-
let v = _, { table: w, field: s, set: E, row: U, modelValue: a } = k(v), u = c(() => s.value.control.multiple == !1 ? a.value : a.value ? a.value.toString().split(",") : []), i = c(() => {
|
25
|
-
if (u.value.length > 0) {
|
26
|
-
let p = s.value.control.data.data, o = [];
|
27
|
-
return u.value.forEach((r) => {
|
28
|
-
let l = B.tree.getParentsById(r, "value", p, "children", !0);
|
29
|
-
l.length > 0 && o.push(l);
|
30
|
-
}), o;
|
31
|
-
}
|
32
|
-
return [];
|
33
|
-
});
|
34
|
-
return (p, o) => (e(), t("div", C, [
|
35
|
-
(e(!0), t(m, null, d(f(i), (r, l) => (e(), t("span", null, [
|
36
|
-
(e(!0), t(m, null, d(r, (n, g) => (e(), t("span", {
|
37
|
-
style: x({ color: n.color }),
|
38
|
-
key: n.value
|
39
|
-
}, h(n.text) + h(g == r.length - 1 ? "" : " / "), 5))), 128)),
|
40
|
-
l != f(i).length - 1 ? (e(), t("span", S, ",")) : b("", !0)
|
41
|
-
]))), 256))
|
42
|
-
]));
|
43
|
-
}
|
44
|
-
});
|
45
|
-
export {
|
46
|
-
j as default
|
47
|
-
};
|
@@ -1,87 +0,0 @@
|
|
1
|
-
import { defineComponent as E, toRefs as D, ref as I, computed as w, resolveComponent as N, openBlock as i, createBlock as R, unref as a, isRef as S, withCtx as U, createElementVNode as P, createTextVNode as j, toDisplayString as c, createElementBlock as m, createCommentVNode as f } from "vue";
|
2
|
-
import { I as q, U as h, D as T } 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 z = {
|
10
|
-
key: 0,
|
11
|
-
class: "cascader-suffix"
|
12
|
-
}, A = {
|
13
|
-
key: 0,
|
14
|
-
class: "cascader-length"
|
15
|
-
}, X = /* @__PURE__ */ E({
|
16
|
-
__name: "Cascader",
|
17
|
-
props: {
|
18
|
-
schema: {},
|
19
|
-
table: {},
|
20
|
-
field: {},
|
21
|
-
set: {},
|
22
|
-
row: {},
|
23
|
-
modelValue: {}
|
24
|
-
},
|
25
|
-
emits: ["submit", "change", "update:modelValue"],
|
26
|
-
setup(v, { emit: g }) {
|
27
|
-
let p = g, V = v, { table: _, field: t, set: F, row: G, modelValue: b } = D(V), s = I(), d = null, x = () => {
|
28
|
-
s.value || (s.value = t.value.control.data.data);
|
29
|
-
let e = b.value, l = [];
|
30
|
-
return t.value.control.multiple ? (e ? e.toString().split(",") : [e]).forEach((r) => {
|
31
|
-
let o = h.tree.getParentsById(r, "value", s.value, "children", !0);
|
32
|
-
o.length > 0 && l.push(o.map((B) => B.value));
|
33
|
-
}) : h.tree.getParentsById(e, "value", s.value, "children", !0).forEach((r) => {
|
34
|
-
l.push(r.value);
|
35
|
-
}), l;
|
36
|
-
}, C = (e) => {
|
37
|
-
let l;
|
38
|
-
t.value.control.multiple ? l = e.map((n) => n[n.length - 1]).join(",") : l = e[e.length - 1], p("update:modelValue", l), p("change", l);
|
39
|
-
}, y = (e) => {
|
40
|
-
e && (d = null, k());
|
41
|
-
}, k = () => {
|
42
|
-
let e = { text: d, conditions: [] };
|
43
|
-
t.value.control.data.conditions.forEach((l) => {
|
44
|
-
e.conditions.push({ name: l.name, value: null });
|
45
|
-
}), T.http.post(t.value.control.data.route, e).then(({ data: l }) => {
|
46
|
-
s.value = l;
|
47
|
-
});
|
48
|
-
}, u = w({
|
49
|
-
get() {
|
50
|
-
return x();
|
51
|
-
},
|
52
|
-
set(e) {
|
53
|
-
C(e);
|
54
|
-
}
|
55
|
-
});
|
56
|
-
return (e, l) => {
|
57
|
-
const n = N("el-cascader");
|
58
|
-
return i(), R(n, {
|
59
|
-
ref: "cascaderRef",
|
60
|
-
placeholder: a(q).field_choose_placeholder(a(_).name, a(t).name),
|
61
|
-
filterable: "",
|
62
|
-
"collapse-tags": "",
|
63
|
-
"collapse-tags-tooltip": "",
|
64
|
-
"max-collapse-tags": 6,
|
65
|
-
options: a(s),
|
66
|
-
disabled: a(t).readonly,
|
67
|
-
props: { label: "text", checkStrictly: !0, multiple: a(t).control.multiple },
|
68
|
-
clearable: !a(t).control.required,
|
69
|
-
onVisibleChange: a(y),
|
70
|
-
modelValue: a(u),
|
71
|
-
"onUpdate:modelValue": l[0] || (l[0] = (r) => S(u) ? u.value = r : u = r)
|
72
|
-
}, {
|
73
|
-
default: U(({ node: r, data: o }) => [
|
74
|
-
P("span", null, [
|
75
|
-
j(c(o.text), 1),
|
76
|
-
o.suffix ? (i(), m("span", z, "(" + c(o.suffix) + ")", 1)) : f("", !0)
|
77
|
-
]),
|
78
|
-
o.children ? (i(), m("span", A, c(o.children.length), 1)) : f("", !0)
|
79
|
-
]),
|
80
|
-
_: 1
|
81
|
-
}, 8, ["placeholder", "options", "disabled", "props", "clearable", "onVisibleChange", "modelValue"]);
|
82
|
-
};
|
83
|
-
}
|
84
|
-
});
|
85
|
-
export {
|
86
|
-
X as default
|
87
|
-
};
|
@@ -1,27 +0,0 @@
|
|
1
|
-
import { defineComponent as p, defineAsyncComponent as u, toRefs as c, openBlock as b, createBlock as V, unref as e, isRef as h } from "vue";
|
2
|
-
const _ = /* @__PURE__ */ p({
|
3
|
-
__name: "Checkbox",
|
4
|
-
props: {
|
5
|
-
schema: {},
|
6
|
-
table: {},
|
7
|
-
field: {},
|
8
|
-
set: {},
|
9
|
-
row: {},
|
10
|
-
modelValue: {}
|
11
|
-
},
|
12
|
-
setup(a) {
|
13
|
-
let r = u(() => import("./Dictionary-ICeLwv7E.js")), s = a, { schema: m, table: n, field: d, set: f, row: i, modelValue: l } = c(s);
|
14
|
-
return (w, o) => (b(), V(e(r), {
|
15
|
-
schema: e(m),
|
16
|
-
table: e(n),
|
17
|
-
field: e(d),
|
18
|
-
row: e(i),
|
19
|
-
set: e(f),
|
20
|
-
modelValue: e(l),
|
21
|
-
"onUpdate:modelValue": o[0] || (o[0] = (t) => h(l) ? l.value = t : l = t)
|
22
|
-
}, null, 8, ["schema", "table", "field", "row", "set", "modelValue"]));
|
23
|
-
}
|
24
|
-
});
|
25
|
-
export {
|
26
|
-
_ as default
|
27
|
-
};
|