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
@@ -1,76 +0,0 @@
|
|
1
|
-
import { defineComponent as N, toRefs as w, ref as h, computed as A, resolveComponent as g, openBlock as m, createElementBlock as f, createVNode as v, unref as t, isRef as _, withCtx as i, Fragment as E, renderList as I, createBlock as R, createTextVNode as V, toDisplayString as k, createElementVNode as S } 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 U } from "./main-BJRpvr2g.js";
|
9
|
-
const D = { class: "control-checkbox" }, F = { class: "check-all" }, O = /* @__PURE__ */ N({
|
10
|
-
__name: "Checkbox",
|
11
|
-
props: {
|
12
|
-
schema: {},
|
13
|
-
table: {},
|
14
|
-
field: {},
|
15
|
-
set: {},
|
16
|
-
row: {},
|
17
|
-
modelValue: {}
|
18
|
-
},
|
19
|
-
emits: ["change", "update:modelValue"],
|
20
|
-
setup(x, { emit: b }) {
|
21
|
-
let s = b, C = x, { field: d, table: L, set: T, modelValue: p } = w(C), r = h(!1), c = h(!1), y = (n) => {
|
22
|
-
o.value = n ? d.value.control.data.data.map((e) => e.value) : [], c.value = !1;
|
23
|
-
}, B = (n) => {
|
24
|
-
let e = d.value.control.data.data.map((u) => u.value), a = n.filter((u) => e.includes(u));
|
25
|
-
r.value = a.length == e.length, c.value = a.length > 0 && a.length < e.length, o.value = a;
|
26
|
-
}, o = A({
|
27
|
-
get() {
|
28
|
-
return p.value ? p.value.split(",") : [];
|
29
|
-
},
|
30
|
-
set(n) {
|
31
|
-
let e = n.toString();
|
32
|
-
s("update:modelValue", e), s("change", e);
|
33
|
-
}
|
34
|
-
});
|
35
|
-
return (n, e) => {
|
36
|
-
const a = g("el-checkbox"), u = g("el-checkbox-group");
|
37
|
-
return m(), f("div", D, [
|
38
|
-
v(u, {
|
39
|
-
onChange: t(B),
|
40
|
-
modelValue: t(o),
|
41
|
-
"onUpdate:modelValue": e[0] || (e[0] = (l) => _(o) ? o.value = l : o = l)
|
42
|
-
}, {
|
43
|
-
default: i(() => [
|
44
|
-
(m(!0), f(E, null, I(t(d).control.data.data, (l) => (m(), R(a, {
|
45
|
-
disabled: t(d).control.readonly,
|
46
|
-
value: l.value,
|
47
|
-
key: l.value
|
48
|
-
}, {
|
49
|
-
default: i(() => [
|
50
|
-
V(k(l.text), 1)
|
51
|
-
]),
|
52
|
-
_: 2
|
53
|
-
}, 1032, ["disabled", "value"]))), 128))
|
54
|
-
]),
|
55
|
-
_: 1
|
56
|
-
}, 8, ["onChange", "modelValue"]),
|
57
|
-
S("div", F, [
|
58
|
-
v(a, {
|
59
|
-
indeterminate: t(c),
|
60
|
-
onChange: t(y),
|
61
|
-
modelValue: t(r),
|
62
|
-
"onUpdate:modelValue": e[1] || (e[1] = (l) => _(r) ? r.value = l : r = l)
|
63
|
-
}, {
|
64
|
-
default: i(() => [
|
65
|
-
V(k(t(U).t("common.select_all")), 1)
|
66
|
-
]),
|
67
|
-
_: 1
|
68
|
-
}, 8, ["indeterminate", "onChange", "modelValue"])
|
69
|
-
])
|
70
|
-
]);
|
71
|
-
};
|
72
|
-
}
|
73
|
-
});
|
74
|
-
export {
|
75
|
-
O as default
|
76
|
-
};
|
package/dist/Code-BIJ8L9XB.js
DELETED
package/dist/Code-CC0_bYUf.js
DELETED
@@ -1,60 +0,0 @@
|
|
1
|
-
import { defineComponent as b, toRefs as h, ref as F, computed as T, watch as _, openBlock as w, createBlock as N, unref as r, 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 { d as x } from "./main-BJRpvr2g.js";
|
9
|
-
const q = /* @__PURE__ */ b({
|
10
|
-
__name: "Code",
|
11
|
-
props: {
|
12
|
-
schema: {},
|
13
|
-
table: {},
|
14
|
-
field: {},
|
15
|
-
set: {},
|
16
|
-
row: {},
|
17
|
-
modelValue: {}
|
18
|
-
},
|
19
|
-
emits: ["submit", "change", "update:modelValue"],
|
20
|
-
setup(d, { emit: p }) {
|
21
|
-
let i = p, g = d, { table: s, field: o, set: y, row: m, modelValue: f } = h(g), a = F({ language: null, scrollTop: 0, lineNumbers: null, schema: null, category: null }), v = (e) => {
|
22
|
-
let l = c(o.value.control.scrollTop);
|
23
|
-
l && (m.value[l.name] = e);
|
24
|
-
}, V = () => {
|
25
|
-
let e = n(o.value.control.scrollTop);
|
26
|
-
if (e && (a.value.scrollTop = parseInt(e)), a.value.lineNumbers = o.value.control.lineNumbers, o.value.control.languageField == null)
|
27
|
-
a.value.language = o.value.control.language;
|
28
|
-
else {
|
29
|
-
let l = n(o.value.control.languageField);
|
30
|
-
l && (a.value.language = l);
|
31
|
-
}
|
32
|
-
o.value.control.schema && (a.value.schema = o.value.control.schema, a.value.category = `${s.value.name}.${o.value.name}`);
|
33
|
-
}, n = (e) => {
|
34
|
-
let l = c(e);
|
35
|
-
return l ? m.value[l.name] : null;
|
36
|
-
}, c = (e) => e ? s.value.fields.find((t) => t.name == e) : null;
|
37
|
-
V();
|
38
|
-
let u = T({
|
39
|
-
get() {
|
40
|
-
return f.value ?? "";
|
41
|
-
},
|
42
|
-
set(e) {
|
43
|
-
i("update:modelValue", e), i("change", e);
|
44
|
-
}
|
45
|
-
});
|
46
|
-
return _(() => n(o.value.control.languageField), (e, l) => {
|
47
|
-
a.value.language = e;
|
48
|
-
}), (e, l) => (w(), N(r(x), {
|
49
|
-
class: "control-code",
|
50
|
-
border: "",
|
51
|
-
options: r(a),
|
52
|
-
onScroll: r(v),
|
53
|
-
modelValue: r(u),
|
54
|
-
"onUpdate:modelValue": l[0] || (l[0] = (t) => k(u) ? u.value = t : u = t)
|
55
|
-
}, null, 8, ["options", "onScroll", "modelValue"]));
|
56
|
-
}
|
57
|
-
});
|
58
|
-
export {
|
59
|
-
q as default
|
60
|
-
};
|
package/dist/Code-DSskK7CQ.js
DELETED
@@ -1,42 +0,0 @@
|
|
1
|
-
import { defineComponent as v, toRefs as h, ref as i, openBlock as V, createBlock as y, unref as u, normalizeStyle as _, isRef as x } 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 { d as F } from "./main-BJRpvr2g.js";
|
9
|
-
const $ = /* @__PURE__ */ v({
|
10
|
-
__name: "Code",
|
11
|
-
props: {
|
12
|
-
schema: {},
|
13
|
-
table: {},
|
14
|
-
field: {},
|
15
|
-
set: {},
|
16
|
-
row: {},
|
17
|
-
modelValue: {}
|
18
|
-
},
|
19
|
-
setup(s) {
|
20
|
-
let m = s, { table: f, field: t, set: b, row: g, modelValue: r } = h(m), n = i(), a = i({ language: null, readonly: !0, lineNumbers: "off" }), d = () => t.value.control.height ? `height: ${t.value.control.height}px` : "min-height: 200px;", p = (e) => e ? f.value.fields.find((o) => o.name == e) : null, c = (e) => {
|
21
|
-
let l = p(e);
|
22
|
-
return l ? g.value[l.name] : null;
|
23
|
-
};
|
24
|
-
return (() => {
|
25
|
-
if (n.value = d(), t.value.control.languageField == null)
|
26
|
-
a.value.language = t.value.control.language;
|
27
|
-
else {
|
28
|
-
let e = c(t.value.control.languageField);
|
29
|
-
e && (a.value.language = e);
|
30
|
-
}
|
31
|
-
})(), (e, l) => (V(), y(u(F), {
|
32
|
-
class: "text-code",
|
33
|
-
options: u(a),
|
34
|
-
style: _(u(n)),
|
35
|
-
modelValue: u(r),
|
36
|
-
"onUpdate:modelValue": l[0] || (l[0] = (o) => x(r) ? r.value = o : r = o)
|
37
|
-
}, null, 8, ["options", "style", "modelValue"]));
|
38
|
-
}
|
39
|
-
});
|
40
|
-
export {
|
41
|
-
$ as default
|
42
|
-
};
|
package/dist/Code-DzZ4UNYj.js
DELETED
@@ -1,30 +0,0 @@
|
|
1
|
-
import { defineComponent as u, toRefs as c, openBlock as p, createBlock as _, unref as e } from "vue";
|
2
|
-
import { _ as f } from "./Code.vue_vue_type_style_index_0_lang-B69Ar-BV.js";
|
3
|
-
const b = /* @__PURE__ */ u({
|
4
|
-
__name: "Code",
|
5
|
-
props: {
|
6
|
-
searchData: {},
|
7
|
-
module: {},
|
8
|
-
schema: {},
|
9
|
-
table: {},
|
10
|
-
layout: {},
|
11
|
-
next: {},
|
12
|
-
set: {},
|
13
|
-
url: {},
|
14
|
-
win: {}
|
15
|
-
},
|
16
|
-
setup(t) {
|
17
|
-
let a = t, { module: o, schema: l, table: s, layout: n, next: m, set: r } = c(a);
|
18
|
-
return (d, h) => (p(), _(f, {
|
19
|
-
module: e(o),
|
20
|
-
schema: e(l),
|
21
|
-
table: e(s),
|
22
|
-
layout: e(n),
|
23
|
-
next: e(m),
|
24
|
-
set: e(r)
|
25
|
-
}, null, 8, ["module", "schema", "table", "layout", "next", "set"]));
|
26
|
-
}
|
27
|
-
});
|
28
|
-
export {
|
29
|
-
b as default
|
30
|
-
};
|
@@ -1,65 +0,0 @@
|
|
1
|
-
import { defineComponent as C, toRefs as b, ref as i, onMounted as k, resolveComponent as m, openBlock as n, createElementBlock as u, createVNode as d, unref as e, isRef as R, withCtx as p, Fragment as c, renderList as h, createBlock as w, createTextVNode as _, toDisplayString as f, createCommentVNode as B } 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 { R as L, d as N } from "./main-BJRpvr2g.js";
|
9
|
-
const E = { class: "ha-code-layout" }, K = /* @__PURE__ */ C({
|
10
|
-
__name: "Code",
|
11
|
-
props: {
|
12
|
-
route: {},
|
13
|
-
validateErrors: {},
|
14
|
-
module: {},
|
15
|
-
schema: {},
|
16
|
-
table: {},
|
17
|
-
layout: {},
|
18
|
-
next: {},
|
19
|
-
set: {},
|
20
|
-
url: {},
|
21
|
-
win: {}
|
22
|
-
},
|
23
|
-
emits: ["submit", "change"],
|
24
|
-
setup(g, { emit: U }) {
|
25
|
-
let V = g, { module: q, schema: A, table: D, layout: l, next: F, set: M } = b(V), r = i({}), t = i(), v = () => {
|
26
|
-
t.value = l.value.languages[0];
|
27
|
-
};
|
28
|
-
return k(async () => {
|
29
|
-
v();
|
30
|
-
let s = await L.query.loadCodeLanguageAsync();
|
31
|
-
for (let a of s)
|
32
|
-
r.value[a.text] = a.suffix;
|
33
|
-
}), (s, a) => {
|
34
|
-
const x = m("el-radio"), y = m("el-radio-group");
|
35
|
-
return n(), u("div", E, [
|
36
|
-
d(y, {
|
37
|
-
modelValue: e(t),
|
38
|
-
"onUpdate:modelValue": a[0] || (a[0] = (o) => R(t) ? t.value = o : t = o)
|
39
|
-
}, {
|
40
|
-
default: p(() => [
|
41
|
-
(n(!0), u(c, null, h(e(l).languages, (o) => (n(), w(x, { value: o }, {
|
42
|
-
default: p(() => [
|
43
|
-
_(f(o) + " ", 1),
|
44
|
-
e(r)[o] ? (n(), u(c, { key: 0 }, [
|
45
|
-
_("(" + f(e(r)[o]) + ")", 1)
|
46
|
-
], 64)) : B("", !0)
|
47
|
-
]),
|
48
|
-
_: 2
|
49
|
-
}, 1032, ["value"]))), 256))
|
50
|
-
]),
|
51
|
-
_: 1
|
52
|
-
}, 8, ["modelValue"]),
|
53
|
-
d(e(N), {
|
54
|
-
border: "",
|
55
|
-
options: { language: e(r)[e(t)] },
|
56
|
-
modelValue: e(l).codes[e(t)],
|
57
|
-
"onUpdate:modelValue": a[1] || (a[1] = (o) => e(l).codes[e(t)] = o)
|
58
|
-
}, null, 8, ["options", "modelValue"])
|
59
|
-
]);
|
60
|
-
};
|
61
|
-
}
|
62
|
-
});
|
63
|
-
export {
|
64
|
-
K as _
|
65
|
-
};
|
package/dist/Color-CfXtJFUo.js
DELETED
@@ -1,22 +0,0 @@
|
|
1
|
-
import { defineComponent as r, toRefs as a, openBlock as s, createElementBlock as n, normalizeStyle as c, unref as o, toDisplayString as m } from "vue";
|
2
|
-
const y = /* @__PURE__ */ r({
|
3
|
-
__name: "Color",
|
4
|
-
props: {
|
5
|
-
schema: {},
|
6
|
-
table: {},
|
7
|
-
field: {},
|
8
|
-
set: {},
|
9
|
-
row: {},
|
10
|
-
modelValue: {}
|
11
|
-
},
|
12
|
-
setup(t) {
|
13
|
-
let l = t, { table: p, field: i, set: f, row: d, modelValue: e } = a(l);
|
14
|
-
return (u, _) => (s(), n("div", {
|
15
|
-
class: "text-color",
|
16
|
-
style: c({ color: o(e) })
|
17
|
-
}, m(o(e)), 5));
|
18
|
-
}
|
19
|
-
});
|
20
|
-
export {
|
21
|
-
y as default
|
22
|
-
};
|
package/dist/Color-Da69pnQg.js
DELETED
@@ -1,34 +0,0 @@
|
|
1
|
-
import { defineComponent as c, toRefs as i, computed as f, resolveComponent as _, openBlock as V, createBlock as b, unref as d, isRef as k } from "vue";
|
2
|
-
const x = /* @__PURE__ */ c({
|
3
|
-
__name: "Color",
|
4
|
-
props: {
|
5
|
-
schema: {},
|
6
|
-
table: {},
|
7
|
-
field: {},
|
8
|
-
set: {},
|
9
|
-
row: {},
|
10
|
-
modelValue: {}
|
11
|
-
},
|
12
|
-
emits: ["submit", "change", "update:modelValue"],
|
13
|
-
setup(m, { emit: r }) {
|
14
|
-
let o = r, n = m, { table: g, field: u, set: C, modelValue: s } = i(n), e = f({
|
15
|
-
get() {
|
16
|
-
return s.value;
|
17
|
-
},
|
18
|
-
set(l) {
|
19
|
-
o("update:modelValue", l), o("change", l);
|
20
|
-
}
|
21
|
-
});
|
22
|
-
return (l, t) => {
|
23
|
-
const p = _("el-color-picker");
|
24
|
-
return V(), b(p, {
|
25
|
-
disabled: d(u).readonly,
|
26
|
-
modelValue: d(e),
|
27
|
-
"onUpdate:modelValue": t[0] || (t[0] = (a) => k(e) ? e.value = a : e = a)
|
28
|
-
}, null, 8, ["disabled", "modelValue"]);
|
29
|
-
};
|
30
|
-
}
|
31
|
-
});
|
32
|
-
export {
|
33
|
-
x as default
|
34
|
-
};
|
package/dist/Column-Ct-WeomE.js
DELETED
@@ -1,75 +0,0 @@
|
|
1
|
-
import { defineComponent as M, toRefs as b, onMounted as D, computed as _, openBlock as r, createBlock as k, unref as e, withCtx as C, createElementBlock as s, Fragment as E, renderList as H, normalizeClass as L, createCommentVNode as u, createElementVNode as m, toDisplayString as a, resolveDynamicComponent as R, createVNode as $, createTextVNode as i } from "vue";
|
2
|
-
import { S as h, U as y, _ as z, H as F } 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 P = {
|
13
|
-
key: 0,
|
14
|
-
class: "menus"
|
15
|
-
}, T = ["onClick"], j = { class: "title" }, q = {
|
16
|
-
key: 1,
|
17
|
-
class: "column-empty"
|
18
|
-
}, te = /* @__PURE__ */ M({
|
19
|
-
__name: "Column",
|
20
|
-
props: {
|
21
|
-
view: {},
|
22
|
-
url: {},
|
23
|
-
win: {}
|
24
|
-
},
|
25
|
-
emits: ["loaded", "navigate"],
|
26
|
-
setup(g, { expose: x, emit: U }) {
|
27
|
-
let p = U, w = g, { url: d, view: c } = b(w), B = (l) => !0, N = (l) => !0, S = () => {
|
28
|
-
v();
|
29
|
-
}, v = () => {
|
30
|
-
p("loaded", n.value.title);
|
31
|
-
}, V = (l) => {
|
32
|
-
let t = y.url.getUrl(l.url, { m: l.id });
|
33
|
-
p("navigate", t);
|
34
|
-
};
|
35
|
-
D(() => {
|
36
|
-
v();
|
37
|
-
});
|
38
|
-
let n = _(() => h.user.getMenuByUrl(d.value)), f = _(() => y.url.getPath(d.value));
|
39
|
-
return x({ shouldLoad: B, shouldSpin: N, onRefresh: S }), (l, t) => (r(), k(e(z), null, {
|
40
|
-
default: C(() => [
|
41
|
-
e(n) ? (r(), s("div", P, [
|
42
|
-
(r(!0), s(E, null, H(e(n).children, (o) => (r(), s("div", {
|
43
|
-
class: "menu",
|
44
|
-
key: o.id,
|
45
|
-
onClick: (A) => e(V)(o)
|
46
|
-
}, [
|
47
|
-
o.icon ? (r(), s("i", {
|
48
|
-
key: 0,
|
49
|
-
class: L(o.icon)
|
50
|
-
}, null, 2)) : u("", !0),
|
51
|
-
m("div", j, a(o.title), 1)
|
52
|
-
], 8, T))), 128))
|
53
|
-
])) : u("", !0),
|
54
|
-
(r(), k(R(e(c)))),
|
55
|
-
(!e(n) || e(n).children == 0) && !e(c) ? (r(), s("div", q, [
|
56
|
-
$(e(F), null, {
|
57
|
-
default: C(() => t[0] || (t[0] = [
|
58
|
-
i(" 此栏目页不存在子菜单或自定义部分视图,无内容可展示 ")
|
59
|
-
])),
|
60
|
-
_: 1
|
61
|
-
}),
|
62
|
-
t[1] || (t[1] = i(" 可考虑以下任一选项:")),
|
63
|
-
t[2] || (t[2] = m("br", null, null, -1)),
|
64
|
-
i(" 1. 在 src/views 中实现自定义页面:" + a(e(f)), 1),
|
65
|
-
t[3] || (t[3] = m("br", null, null, -1)),
|
66
|
-
i(" 2. 在 src/coms/partials 中实现自定义首页部分视图:" + a(e(f)), 1)
|
67
|
-
])) : u("", !0)
|
68
|
-
]),
|
69
|
-
_: 1
|
70
|
-
}));
|
71
|
-
}
|
72
|
-
});
|
73
|
-
export {
|
74
|
-
te as default
|
75
|
-
};
|
package/dist/Comment-WXfnUXm0.js
DELETED
@@ -1,106 +0,0 @@
|
|
1
|
-
import { defineComponent as E, toRefs as N, ref as j, computed as y, resolveComponent as d, openBlock as c, createElementBlock as _, createElementVNode as e, createVNode as v, createTextVNode as a, toDisplayString as r, unref as t, withCtx as b, Fragment as B, renderList as U, createBlock as T, createCommentVNode as q } from "vue";
|
2
|
-
import { U as 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 F = { class: "ha-comment-layout" }, L = { class: "comment-add" }, M = { class: "add-footer" }, R = { class: "footer-title" }, S = { class: "comment-user" }, $ = { class: "avatar" }, A = { class: "comment-body" }, G = { class: "comment-time" }, H = { class: "comment-content" }, J = { class: "comment-footer" }, oe = /* @__PURE__ */ E({
|
10
|
-
__name: "Comment",
|
11
|
-
props: {
|
12
|
-
route: {},
|
13
|
-
validateErrors: {},
|
14
|
-
module: {},
|
15
|
-
schema: {},
|
16
|
-
table: {},
|
17
|
-
layout: {},
|
18
|
-
next: {},
|
19
|
-
set: {},
|
20
|
-
url: {},
|
21
|
-
win: {}
|
22
|
-
},
|
23
|
-
setup(C) {
|
24
|
-
let x = C, { schema: K, table: i, layout: n, set: p, validateErrors: O } = N(x), m = j(1), k = (s) => {
|
25
|
-
m.value = s;
|
26
|
-
}, w = y(() => {
|
27
|
-
let s = (m.value - 1) * n.value.size, o = m.value * n.value.size - 1;
|
28
|
-
return p.value[i.value.name].filter((h, u) => u >= s && u <= o);
|
29
|
-
}), f = y(() => i.value.fields.find((o) => o.name == n.value.userId));
|
30
|
-
return (s, o) => {
|
31
|
-
const g = d("el-input"), h = d("el-button"), u = d("router-link"), I = d("el-pagination");
|
32
|
-
return c(), _("div", F, [
|
33
|
-
e("div", L, [
|
34
|
-
v(g, { type: "textarea" }),
|
35
|
-
e("div", M, [
|
36
|
-
e("div", R, [
|
37
|
-
o[0] || (o[0] = e("i", { class: "el-icon-s-comment" }, null, -1)),
|
38
|
-
a("全部评论 (" + r(t(p)[t(i).name].length) + ")", 1)
|
39
|
-
]),
|
40
|
-
v(h, {
|
41
|
-
type: "primary",
|
42
|
-
class: "btn-comment",
|
43
|
-
icon: "el-icon-s-promotion"
|
44
|
-
}, {
|
45
|
-
default: b(() => o[1] || (o[1] = [
|
46
|
-
a("评论")
|
47
|
-
])),
|
48
|
-
_: 1
|
49
|
-
})
|
50
|
-
])
|
51
|
-
]),
|
52
|
-
(c(!0), _(B, null, U(t(w), (l, z) => (c(), _("div", {
|
53
|
-
class: "comment",
|
54
|
-
key: z
|
55
|
-
}, [
|
56
|
-
e("div", S, [
|
57
|
-
e("div", $, [
|
58
|
-
o[2] || (o[2] = e("img", {
|
59
|
-
src: "https://upload.jianshu.io/users/upload_avatars/2859365/cce8943353eb.jpeg?imageMogr2/auto-orient/strip|imageView2/1/w/80/h/80/format/webp",
|
60
|
-
alt: ""
|
61
|
-
}, null, -1)),
|
62
|
-
a(" " + r(l[t(n).avatar]), 1)
|
63
|
-
])
|
64
|
-
]),
|
65
|
-
e("div", A, [
|
66
|
-
t(f) ? (c(), T(u, {
|
67
|
-
key: 0,
|
68
|
-
class: "comment-name",
|
69
|
-
to: t(D).url.getUrl("/sys_user/detail", { id: l[t(n).userId], m: s.$route.query.m })
|
70
|
-
}, {
|
71
|
-
default: b(() => [
|
72
|
-
a(r(t(f).control.data.data.find((V) => V.value == l[t(n).userId]).text), 1)
|
73
|
-
]),
|
74
|
-
_: 2
|
75
|
-
}, 1032, ["to"])) : q("", !0),
|
76
|
-
e("div", G, r(l[t(n).commentTime]), 1),
|
77
|
-
e("div", H, r(l[t(n).content]), 1),
|
78
|
-
o[3] || (o[3] = e("div", { class: "content-footer" }, [
|
79
|
-
e("span", null, [
|
80
|
-
e("i", { class: "fa fa-thumbs-up" }),
|
81
|
-
a("20")
|
82
|
-
]),
|
83
|
-
e("span", null, [
|
84
|
-
e("i", { class: "el-icon-s-comment" }),
|
85
|
-
a("回复")
|
86
|
-
])
|
87
|
-
], -1))
|
88
|
-
])
|
89
|
-
]))), 128)),
|
90
|
-
e("div", J, [
|
91
|
-
v(I, {
|
92
|
-
background: "",
|
93
|
-
layout: "total, prev, pager, next, jumper",
|
94
|
-
"current-page": t(m),
|
95
|
-
"page-size": t(n).size,
|
96
|
-
total: t(p)[t(i).name].length,
|
97
|
-
onCurrentChange: t(k)
|
98
|
-
}, null, 8, ["current-page", "page-size", "total", "onCurrentChange"])
|
99
|
-
])
|
100
|
-
]);
|
101
|
-
};
|
102
|
-
}
|
103
|
-
});
|
104
|
-
export {
|
105
|
-
oe as default
|
106
|
-
};
|
package/dist/Compare-C7wrM-XA.js
DELETED
@@ -1,43 +0,0 @@
|
|
1
|
-
import { defineComponent as x, toRefs as E, onMounted as k, computed as s, unref as p, openBlock as w, createElementBlock as y, normalizeClass as V, createCommentVNode as b, nextTick as B } from "vue";
|
2
|
-
import { 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 j = /* @__PURE__ */ x({
|
10
|
-
__name: "Compare",
|
11
|
-
props: {
|
12
|
-
schema: {},
|
13
|
-
table: {},
|
14
|
-
field: {},
|
15
|
-
set: {},
|
16
|
-
row: {},
|
17
|
-
modelValue: {}
|
18
|
-
},
|
19
|
-
setup(f) {
|
20
|
-
let v = f, { table: t, field: l, set: g, row: o, modelValue: M } = E(v), a = t.value.name + "-" + l.value.name + "-" + g.value[t.value.name].indexOf(o.value), r = null, i = null, n = null, e = null, C = () => {
|
21
|
-
B(() => {
|
22
|
-
let d = t.value.fields.find((h) => h.name == l.value.control.compareWith), c = o.value[d.name];
|
23
|
-
i = e.editor.createModel(c, u.value), n = e.editor.createModel(m.value, u.value);
|
24
|
-
let _ = document.getElementsByClassName(a)[0];
|
25
|
-
r = e.editor.createDiffEditor(_, { originalEditable: !0 }), r.setModel({
|
26
|
-
original: i,
|
27
|
-
modified: n
|
28
|
-
});
|
29
|
-
});
|
30
|
-
};
|
31
|
-
k(async () => {
|
32
|
-
e = await D.cdn.getMonaco(), C();
|
33
|
-
});
|
34
|
-
let m = s(() => M.value || ""), u = s(() => l.value.control.type.toLowerCase());
|
35
|
-
return (d, c) => p(m) ? (w(), y("div", {
|
36
|
-
key: 0,
|
37
|
-
class: V(`text-compare ${p(a)}`)
|
38
|
-
}, null, 2)) : b("", !0);
|
39
|
-
}
|
40
|
-
});
|
41
|
-
export {
|
42
|
-
j as default
|
43
|
-
};
|
package/dist/Compare-slAZvFE_.js
DELETED
@@ -1,63 +0,0 @@
|
|
1
|
-
import { defineComponent as D, toRefs as b, ref as h, onMounted as k, computed as w, watch as v, openBlock as S, createElementBlock as B, normalizeStyle as R, unref as W, nextTick as z } from "vue";
|
2
|
-
import { D as L } 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 I = /* @__PURE__ */ D({
|
10
|
-
__name: "Compare",
|
11
|
-
props: {
|
12
|
-
schema: {},
|
13
|
-
table: {},
|
14
|
-
field: {},
|
15
|
-
set: {},
|
16
|
-
row: {},
|
17
|
-
modelValue: {}
|
18
|
-
},
|
19
|
-
emits: ["submit", "change", "update:modelValue"],
|
20
|
-
setup(V, { emit: M }) {
|
21
|
-
let m = M, y = V, { table: E, field: i, set: O, row: u, modelValue: c } = b(y), r = null, f = null, p = null, t = null, l = null, g = h(), s = h(), _ = (e) => {
|
22
|
-
s.value = C(), z(() => {
|
23
|
-
let o = u.value[d.value.name], a = i.value.control.language;
|
24
|
-
f = e.editor.createModel(c.value, a), p = e.editor.createModel(o, a), r = e.editor.createDiffEditor(g.value, {
|
25
|
-
originalEditable: !0,
|
26
|
-
automaticLayout: !0,
|
27
|
-
renderSideBySide: !i.value.control.inline
|
28
|
-
//是否启用行内模式
|
29
|
-
}), r.setModel({ original: f, modified: p }), t = r.getOriginalEditor(), t.onDidChangeModelContent((x) => {
|
30
|
-
let n = t.getValue();
|
31
|
-
m("update:modelValue", n), m("change", n);
|
32
|
-
}), l = r.getModifiedEditor(), l.onDidChangeModelContent((x) => {
|
33
|
-
let n = l.getValue();
|
34
|
-
u.value[d.value.name] = n;
|
35
|
-
});
|
36
|
-
});
|
37
|
-
}, C = () => i.value.control.height ? `height: ${i.value.control.height}px` : "min-height: 200px;";
|
38
|
-
k(async () => {
|
39
|
-
let e = await L.cdn.getMonaco();
|
40
|
-
_(e);
|
41
|
-
});
|
42
|
-
let d = w(() => E.value.fields.find((o) => o.name == i.value.control.compareWith));
|
43
|
-
return v(() => c.value, (e, o) => {
|
44
|
-
if (!t)
|
45
|
-
return;
|
46
|
-
let a = t.getValue();
|
47
|
-
e != a && t.setValue(e ?? "");
|
48
|
-
}), v(() => u.value[d.value.name], (e, o) => {
|
49
|
-
if (!l)
|
50
|
-
return;
|
51
|
-
let a = l.getValue();
|
52
|
-
e != a && l.setValue(e ?? "");
|
53
|
-
}), (e, o) => (S(), B("div", {
|
54
|
-
ref_key: "compareRef",
|
55
|
-
ref: g,
|
56
|
-
class: "control-compare",
|
57
|
-
style: R(W(s))
|
58
|
-
}, null, 4));
|
59
|
-
}
|
60
|
-
});
|
61
|
-
export {
|
62
|
-
I as default
|
63
|
-
};
|
package/dist/Copy-Djf4freJ.js
DELETED
@@ -1,49 +0,0 @@
|
|
1
|
-
import { defineComponent as y, toRefs as g, computed as v, unref as r, renderSlot as n, openBlock as b, createElementBlock as C, createElementVNode as p } from "vue";
|
2
|
-
import { D as i } 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 { C as k } from "./assets/clipboard-DjQPoCBJ.js";
|
10
|
-
const J = {
|
11
|
-
key: 1,
|
12
|
-
class: "copy-container"
|
13
|
-
}, T = /* @__PURE__ */ y({
|
14
|
-
__name: "Copy",
|
15
|
-
props: {
|
16
|
-
schema: {},
|
17
|
-
table: {},
|
18
|
-
field: {},
|
19
|
-
set: {},
|
20
|
-
row: {},
|
21
|
-
modelValue: {}
|
22
|
-
},
|
23
|
-
setup(a) {
|
24
|
-
let m = a, { table: w, field: l, set: N, row: S, modelValue: u } = g(m), c = (e) => JSON.stringify(JSON.parse(e), null, 2), d = () => o.value && l.value.control.type == "Json" ? c(o.value).replace(/"/g, "'") : o.value, s = () => {
|
25
|
-
let e = new k(".btn-copy", { text: () => d() });
|
26
|
-
e.on("success", function(t) {
|
27
|
-
i.messenger.success("复制成功"), e.destroy();
|
28
|
-
}), e.on("error", function(t) {
|
29
|
-
i.messenger.error("复制失败"), e.destroy();
|
30
|
-
});
|
31
|
-
}, o = v(() => u.value);
|
32
|
-
return (e, t) => r(l).control.copy ? (b(), C("div", J, [
|
33
|
-
p("i", {
|
34
|
-
class: "btn-copy",
|
35
|
-
onClick: t[0] || (t[0] = //@ts-ignore
|
36
|
-
(...f) => r(s) && r(s)(...f))
|
37
|
-
}, t[1] || (t[1] = [
|
38
|
-
p("img", {
|
39
|
-
src: "/default/images/clippy.svg",
|
40
|
-
alt: "复制文本"
|
41
|
-
}, null, -1)
|
42
|
-
])),
|
43
|
-
n(e.$slots, "default")
|
44
|
-
])) : n(e.$slots, "default", { key: 0 });
|
45
|
-
}
|
46
|
-
});
|
47
|
-
export {
|
48
|
-
T as default
|
49
|
-
};
|