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,63 +0,0 @@
|
|
1
|
-
import { defineComponent as _, toRefs as g, ref as V, computed as k, resolveComponent as v, openBlock as x, createBlock as b, unref as o, isRef as C } from "vue";
|
2
|
-
import { U as t, I as r } 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 = /* @__PURE__ */ _({
|
10
|
-
__name: "Daterange",
|
11
|
-
props: {
|
12
|
-
schema: {},
|
13
|
-
table: {},
|
14
|
-
field: {},
|
15
|
-
searchData: {},
|
16
|
-
modelValue: {}
|
17
|
-
},
|
18
|
-
emits: ["change", "update:modelValue"],
|
19
|
-
setup(d, { emit: c }) {
|
20
|
-
let m = c, p = d, { table: M, field: u, searchData: Y, modelValue: i } = g(p), a = t.time.formatDate(/* @__PURE__ */ new Date()), h = V([{
|
21
|
-
text: r.t("common.latest_one_week"),
|
22
|
-
value() {
|
23
|
-
return [t.time.formatDate(t.time.addDays(a, -7)), a];
|
24
|
-
}
|
25
|
-
}, {
|
26
|
-
text: r.t("common.latest_one_month"),
|
27
|
-
value() {
|
28
|
-
return [t.time.formatDate(t.time.addMonths(a, -1)), a];
|
29
|
-
}
|
30
|
-
}, {
|
31
|
-
text: r.t("common.latest_three_months"),
|
32
|
-
value() {
|
33
|
-
return [t.time.formatDate(t.time.addMonths(a, -3)), a];
|
34
|
-
}
|
35
|
-
}]), D = (e) => {
|
36
|
-
m("change", e);
|
37
|
-
}, l = k({
|
38
|
-
get() {
|
39
|
-
return i.value;
|
40
|
-
},
|
41
|
-
set(e) {
|
42
|
-
m("update:modelValue", e), m("change", e);
|
43
|
-
}
|
44
|
-
});
|
45
|
-
return (e, n) => {
|
46
|
-
const f = v("el-date-picker");
|
47
|
-
return x(), b(f, {
|
48
|
-
type: "daterange",
|
49
|
-
"value-format": "YYYY-MM-DD",
|
50
|
-
"start-placeholder": o(r).t("common.start_date"),
|
51
|
-
"end-placeholder": o(r).t("common.end_date"),
|
52
|
-
shortcuts: o(h),
|
53
|
-
disabled: o(u).control.readonly,
|
54
|
-
onChange: o(D),
|
55
|
-
modelValue: o(l),
|
56
|
-
"onUpdate:modelValue": n[0] || (n[0] = (s) => C(l) ? l.value = s : l = s)
|
57
|
-
}, null, 8, ["start-placeholder", "end-placeholder", "shortcuts", "disabled", "onChange", "modelValue"]);
|
58
|
-
};
|
59
|
-
}
|
60
|
-
});
|
61
|
-
export {
|
62
|
-
z as default
|
63
|
-
};
|
package/dist/Decimal-BtQpSIJR.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 w } from "vue";
|
2
|
-
const h = /* @__PURE__ */ u({
|
3
|
-
__name: "Decimal",
|
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, { schema: r, table: n, field: d, set: f, row: p, modelValue: l } = c(s);
|
14
|
-
return (x, t) => (V(), b(e(m), {
|
15
|
-
schema: e(r),
|
16
|
-
table: e(n),
|
17
|
-
field: e(d),
|
18
|
-
row: e(p),
|
19
|
-
set: e(f),
|
20
|
-
modelValue: e(l),
|
21
|
-
"onUpdate:modelValue": t[0] || (t[0] = (o) => w(l) ? l.value = o : l = o)
|
22
|
-
}, null, 8, ["schema", "table", "field", "row", "set", "modelValue"]));
|
23
|
-
}
|
24
|
-
});
|
25
|
-
export {
|
26
|
-
h as default
|
27
|
-
};
|
package/dist/Decimal-C38-N54B.js
DELETED
@@ -1,36 +0,0 @@
|
|
1
|
-
import { defineComponent as p, toRefs as c, computed as f, resolveComponent as _, openBlock as b, createBlock as V, unref as o, isRef as g } from "vue";
|
2
|
-
const B = /* @__PURE__ */ p({
|
3
|
-
__name: "Decimal",
|
4
|
-
props: {
|
5
|
-
schema: {},
|
6
|
-
table: {},
|
7
|
-
field: {},
|
8
|
-
set: {},
|
9
|
-
row: {},
|
10
|
-
modelValue: {}
|
11
|
-
},
|
12
|
-
emits: ["submit", "change", "update:modelValue"],
|
13
|
-
setup(r, { emit: u }) {
|
14
|
-
let t = u, s = r, { table: h, field: n, set: k, modelValue: d } = c(s), e = f({
|
15
|
-
get() {
|
16
|
-
return d.value;
|
17
|
-
},
|
18
|
-
set(l) {
|
19
|
-
t("update:modelValue", l), t("change", l);
|
20
|
-
}
|
21
|
-
});
|
22
|
-
return (l, a) => {
|
23
|
-
const i = _("el-input-number");
|
24
|
-
return b(), V(i, {
|
25
|
-
class: "control-decimal",
|
26
|
-
precision: o(n).control.precision,
|
27
|
-
disabled: o(n).control.readonly,
|
28
|
-
modelValue: o(e),
|
29
|
-
"onUpdate:modelValue": a[0] || (a[0] = (m) => g(e) ? e.value = m : e = m)
|
30
|
-
}, null, 8, ["precision", "disabled", "modelValue"]);
|
31
|
-
};
|
32
|
-
}
|
33
|
-
});
|
34
|
-
export {
|
35
|
-
B as default
|
36
|
-
};
|
package/dist/Delete-r-qTGBEE.js
DELETED
@@ -1,62 +0,0 @@
|
|
1
|
-
import { defineComponent as g, toRefs as D, ref as y, resolveComponent as B, openBlock as N, createElementBlock as V, createElementVNode as i, toDisplayString as o, unref as e, createVNode as a, withCtx as m, createTextVNode as d } from "vue";
|
2
|
-
import { I as l, D as u, r as w } 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 E = { class: "delete" }, I = { class: "delete-title" }, S = { class: "delete-buttons" }, H = /* @__PURE__ */ g({
|
10
|
-
__name: "Delete",
|
11
|
-
props: {
|
12
|
-
base: {},
|
13
|
-
route: {},
|
14
|
-
url: {},
|
15
|
-
win: {}
|
16
|
-
},
|
17
|
-
emits: ["navigate", "succeed", "close"],
|
18
|
-
setup(p, { emit: _ }) {
|
19
|
-
let s = _, f = p, { base: v, route: h } = D(f), n = y(), k = (t) => {
|
20
|
-
n.value = t.next;
|
21
|
-
};
|
22
|
-
(() => {
|
23
|
-
k(v.value.data);
|
24
|
-
})();
|
25
|
-
let C = () => {
|
26
|
-
let t = [h.value.query.id];
|
27
|
-
u.http.post(n.value.delete.route, t).then((c) => {
|
28
|
-
u.messenger.success(c.message), b();
|
29
|
-
});
|
30
|
-
}, b = () => {
|
31
|
-
w.toBackUrl(), s("succeed", "delete");
|
32
|
-
}, x = () => {
|
33
|
-
s("close");
|
34
|
-
};
|
35
|
-
return (t, c) => {
|
36
|
-
const r = B("el-button");
|
37
|
-
return N(), V("div", E, [
|
38
|
-
i("div", I, o(e(l).t("common.confirm_delete")), 1),
|
39
|
-
i("div", S, [
|
40
|
-
a(r, {
|
41
|
-
type: "danger",
|
42
|
-
onClick: e(C)
|
43
|
-
}, {
|
44
|
-
default: m(() => [
|
45
|
-
d(o(e(l).t("common.confirm")), 1)
|
46
|
-
]),
|
47
|
-
_: 1
|
48
|
-
}, 8, ["onClick"]),
|
49
|
-
a(r, { onClick: e(x) }, {
|
50
|
-
default: m(() => [
|
51
|
-
d(o(e(l).t("common.cancel")), 1)
|
52
|
-
]),
|
53
|
-
_: 1
|
54
|
-
}, 8, ["onClick"])
|
55
|
-
])
|
56
|
-
]);
|
57
|
-
};
|
58
|
-
}
|
59
|
-
});
|
60
|
-
export {
|
61
|
-
H as default
|
62
|
-
};
|
package/dist/Detail-D77pFe-2.js
DELETED
@@ -1,75 +0,0 @@
|
|
1
|
-
import { defineComponent as v, toRefs as x, resolveComponent as b, openBlock as N, createBlock as V, unref as t, withCtx as e, createVNode as a, createElementVNode as m, createTextVNode as p, toDisplayString as r } 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 { p as g, I as c } from "./main-BJRpvr2g.js";
|
9
|
-
import "element-plus";
|
10
|
-
import "vue-router";
|
11
|
-
import "./assets/intro.js-Cg1adLK7.js";
|
12
|
-
const F = /* @__PURE__ */ v({
|
13
|
-
__name: "Detail",
|
14
|
-
props: {
|
15
|
-
route: {},
|
16
|
-
table: {},
|
17
|
-
next: {},
|
18
|
-
set: {}
|
19
|
-
},
|
20
|
-
emits: ["copy", "edit", "close"],
|
21
|
-
setup(u, { emit: d }) {
|
22
|
-
let n = d, y = u, { route: B, table: s, set: f, next: D } = x(y), k = (l) => {
|
23
|
-
n("copy", f.value[s.value.name][0], l);
|
24
|
-
}, C = (l) => {
|
25
|
-
n("edit", f.value[s.value.name][0], l);
|
26
|
-
}, _ = () => {
|
27
|
-
n("close");
|
28
|
-
};
|
29
|
-
return (l, o) => {
|
30
|
-
const i = b("el-button");
|
31
|
-
return N(), V(t(g), { padding: 5 }, {
|
32
|
-
default: e(() => [
|
33
|
-
a(i, {
|
34
|
-
type: "primary",
|
35
|
-
onClick: t(C)
|
36
|
-
}, {
|
37
|
-
icon: e(() => o[0] || (o[0] = [
|
38
|
-
m("i", { class: "fa fa-edit" }, null, -1)
|
39
|
-
])),
|
40
|
-
default: e(() => [
|
41
|
-
p(" " + r(t(c).t("common.modify")), 1)
|
42
|
-
]),
|
43
|
-
_: 1
|
44
|
-
}, 8, ["onClick"]),
|
45
|
-
a(i, {
|
46
|
-
type: "primary",
|
47
|
-
plain: "",
|
48
|
-
onClick: t(k)
|
49
|
-
}, {
|
50
|
-
icon: e(() => o[1] || (o[1] = [
|
51
|
-
m("i", { class: "fa fa-copy" }, null, -1)
|
52
|
-
])),
|
53
|
-
default: e(() => [
|
54
|
-
p(" " + r(t(c).t("common.copy")), 1)
|
55
|
-
]),
|
56
|
-
_: 1
|
57
|
-
}, 8, ["onClick"]),
|
58
|
-
a(i, { onClick: t(_) }, {
|
59
|
-
icon: e(() => o[2] || (o[2] = [
|
60
|
-
m("i", { class: "fa fa-chevron-left" }, null, -1)
|
61
|
-
])),
|
62
|
-
default: e(() => [
|
63
|
-
p(" " + r(t(c).t("common.back")), 1)
|
64
|
-
]),
|
65
|
-
_: 1
|
66
|
-
}, 8, ["onClick"])
|
67
|
-
]),
|
68
|
-
_: 1
|
69
|
-
});
|
70
|
-
};
|
71
|
-
}
|
72
|
-
});
|
73
|
-
export {
|
74
|
-
F as default
|
75
|
-
};
|
@@ -1,61 +0,0 @@
|
|
1
|
-
import { defineComponent as g, toRefs as x, computed as a, resolveComponent as b, openBlock as o, createElementBlock as n, Fragment as h, renderList as V, unref as k, createBlock as B, normalizeStyle as C, withCtx as N, createTextVNode as S, toDisplayString as s, createCommentVNode as j } from "vue";
|
2
|
-
import { U as r } 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 w = { class: "text-dictionary" }, D = {
|
10
|
-
key: 0,
|
11
|
-
class: "suffix"
|
12
|
-
}, I = /* @__PURE__ */ g({
|
13
|
-
__name: "Dictionary",
|
14
|
-
props: {
|
15
|
-
schema: {},
|
16
|
-
table: {},
|
17
|
-
field: {},
|
18
|
-
set: {},
|
19
|
-
row: {},
|
20
|
-
modelValue: { type: [String, Number, Boolean] }
|
21
|
-
},
|
22
|
-
emits: ["submit", "change", "update:modelValue"],
|
23
|
-
setup(i, { emit: m }) {
|
24
|
-
let u = m, c = i, { table: E, field: p, set: U, modelValue: d } = x(c), t = a({
|
25
|
-
get() {
|
26
|
-
return d.value;
|
27
|
-
},
|
28
|
-
set(e) {
|
29
|
-
u("update:modelValue", e), u("change", e);
|
30
|
-
}
|
31
|
-
}), f = a(() => {
|
32
|
-
if (t.value == null)
|
33
|
-
return [];
|
34
|
-
if (r.object.isNumber(t.value))
|
35
|
-
return [t.value];
|
36
|
-
if (r.object.isBoolean(t.value))
|
37
|
-
return [t.value];
|
38
|
-
let e = t.value.toString();
|
39
|
-
return r.string.isEmpty(e) ? [] : e.split(",");
|
40
|
-
}), _ = a(() => r.array.fromValues(f.value, p.value.control.data.data, "value", "text"));
|
41
|
-
return (e, z) => {
|
42
|
-
const v = b("el-tag");
|
43
|
-
return o(), n("div", w, [
|
44
|
-
(o(!0), n(h, null, V(k(_), (l, y) => (o(), B(v, {
|
45
|
-
type: "info",
|
46
|
-
style: C({ color: l.color }),
|
47
|
-
key: y
|
48
|
-
}, {
|
49
|
-
default: N(() => [
|
50
|
-
S(s(l.text) + " ", 1),
|
51
|
-
l.suffix ? (o(), n("span", D, "(" + s(l.suffix) + ")", 1)) : j("", !0)
|
52
|
-
]),
|
53
|
-
_: 2
|
54
|
-
}, 1032, ["style"]))), 128))
|
55
|
-
]);
|
56
|
-
};
|
57
|
-
}
|
58
|
-
});
|
59
|
-
export {
|
60
|
-
I as default
|
61
|
-
};
|
package/dist/Email-BKW9GRcH.js
DELETED
@@ -1,19 +0,0 @@
|
|
1
|
-
import { defineComponent as l, toRefs as a, openBlock as s, createElementBlock as n, toDisplayString as r, unref as c } from "vue";
|
2
|
-
const m = { class: "text-email" }, x = /* @__PURE__ */ l({
|
3
|
-
__name: "Email",
|
4
|
-
props: {
|
5
|
-
schema: {},
|
6
|
-
table: {},
|
7
|
-
field: {},
|
8
|
-
set: {},
|
9
|
-
row: {},
|
10
|
-
modelValue: {}
|
11
|
-
},
|
12
|
-
setup(e) {
|
13
|
-
let t = e, { table: p, field: i, set: f, row: _, modelValue: o } = a(t);
|
14
|
-
return (d, u) => (s(), n("span", m, r(c(o)), 1));
|
15
|
-
}
|
16
|
-
});
|
17
|
-
export {
|
18
|
-
x as default
|
19
|
-
};
|
package/dist/Email-BanDj216.js
DELETED
@@ -1,54 +0,0 @@
|
|
1
|
-
import { defineComponent as f, toRefs as _, computed as V, resolveComponent as b, openBlock as h, createBlock as y, unref as e, withKeys as x, isRef as g, createSlots as k, withCtx as v, createTextVNode as w, toDisplayString as C } 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 K } from "./main-BJRpvr2g.js";
|
9
|
-
const j = /* @__PURE__ */ f({
|
10
|
-
__name: "Email",
|
11
|
-
props: {
|
12
|
-
schema: {},
|
13
|
-
table: {},
|
14
|
-
field: {},
|
15
|
-
set: {},
|
16
|
-
row: {},
|
17
|
-
modelValue: {}
|
18
|
-
},
|
19
|
-
emits: ["submit", "change", "update:modelValue"],
|
20
|
-
setup(n, { emit: p }) {
|
21
|
-
let l = p, r = n, { table: d, field: t, set: B, modelValue: s } = _(r), u = () => {
|
22
|
-
l("submit");
|
23
|
-
}, o = V({
|
24
|
-
get() {
|
25
|
-
return s.value;
|
26
|
-
},
|
27
|
-
set(a) {
|
28
|
-
l("update:modelValue", a), l("change", a);
|
29
|
-
}
|
30
|
-
});
|
31
|
-
return (a, m) => {
|
32
|
-
const c = b("el-input");
|
33
|
-
return h(), y(c, {
|
34
|
-
type: "email",
|
35
|
-
disabled: e(t).control.readonly,
|
36
|
-
placeholder: e(K).field_placeholder(e(d).name, e(t).name),
|
37
|
-
onKeyup: x(e(u), ["enter", "native"]),
|
38
|
-
modelValue: e(o),
|
39
|
-
"onUpdate:modelValue": m[0] || (m[0] = (i) => g(o) ? o.value = i : o = i)
|
40
|
-
}, k({ _: 2 }, [
|
41
|
-
e(t).suffix ? {
|
42
|
-
name: "append",
|
43
|
-
fn: v(() => [
|
44
|
-
w(C(e(t).suffix), 1)
|
45
|
-
]),
|
46
|
-
key: "0"
|
47
|
-
} : void 0
|
48
|
-
]), 1032, ["disabled", "placeholder", "onKeyup", "modelValue"]);
|
49
|
-
};
|
50
|
-
}
|
51
|
-
});
|
52
|
-
export {
|
53
|
-
j as default
|
54
|
-
};
|
package/dist/File-BrXieip7.js
DELETED
@@ -1,164 +0,0 @@
|
|
1
|
-
import { defineComponent as T, toRefs as A, ref as G, resolveComponent as p, openBlock as l, createElementBlock as u, createVNode as g, unref as e, withCtx as r, createElementVNode as n, normalizeClass as w, Fragment as x, renderList as L, createBlock as y, toDisplayString as d, createTextVNode as q, createCommentVNode as S } from "vue";
|
2
|
-
import { useRoute as H, useRouter as J } from "vue-router";
|
3
|
-
import { n as K, I as D, S as m, D as z } 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
|
-
import "element-plus";
|
11
|
-
import "./assets/intro.js-Cg1adLK7.js";
|
12
|
-
import { _ as M } from "./SearchForm.vue_vue_type_style_index_0_lang-BvwtZSIf.js";
|
13
|
-
const O = { class: "file-layout" }, Q = { class: "toolbar" }, U = {
|
14
|
-
key: 0,
|
15
|
-
class: "files-image"
|
16
|
-
}, W = { class: "file-image" }, X = ["src"], Y = { class: "file-title" }, Z = { class: "file-name" }, ee = ["src", "alt"], te = { class: "file-title" }, oe = {
|
17
|
-
key: 2,
|
18
|
-
class: "not-support"
|
19
|
-
}, ge = /* @__PURE__ */ T({
|
20
|
-
__name: "File",
|
21
|
-
props: {
|
22
|
-
searchData: {},
|
23
|
-
module: {},
|
24
|
-
schema: {},
|
25
|
-
table: {},
|
26
|
-
layout: {},
|
27
|
-
next: {},
|
28
|
-
set: {},
|
29
|
-
url: {},
|
30
|
-
win: {}
|
31
|
-
},
|
32
|
-
setup(F) {
|
33
|
-
let N = F, { schema: V, table: s, layout: i, next: f, set: b, searchData: ae } = A(N), _ = H(), v = J(), k = G(), C = (a) => {
|
34
|
-
let t = { type: "fileLayout", value: a };
|
35
|
-
z.http.post("/config/save", t).then((h) => {
|
36
|
-
m.config.fileLayout = a;
|
37
|
-
});
|
38
|
-
}, B = (a) => {
|
39
|
-
let t = { ..._.query };
|
40
|
-
t.page = a, v.push({ path: f.value.paging.route, query: t });
|
41
|
-
}, R = () => {
|
42
|
-
let a = { ..._.query };
|
43
|
-
a.page = "1", a.condition = z.base64.encode(k.value);
|
44
|
-
let t = { path: f.value.paging.route, query: a };
|
45
|
-
v.push(t);
|
46
|
-
};
|
47
|
-
return (a, t) => {
|
48
|
-
const h = p("router-link"), E = p("el-table-column"), I = p("el-table"), j = p("el-button"), P = p("el-pagination");
|
49
|
-
return l(), u("div", O, [
|
50
|
-
g(e(K), {
|
51
|
-
title: e(D).module(a.module.type, a.module.name)
|
52
|
-
}, {
|
53
|
-
operation: r(() => [
|
54
|
-
n("div", Q, [
|
55
|
-
n("a", {
|
56
|
-
class: w({ active: e(m).config.fileLayout == "list" }),
|
57
|
-
onClick: t[0] || (t[0] = (o) => e(C)("list"))
|
58
|
-
}, t[2] || (t[2] = [
|
59
|
-
n("i", { class: "fa fa-list" }, null, -1)
|
60
|
-
]), 2),
|
61
|
-
n("a", {
|
62
|
-
class: w({ active: e(m).config.fileLayout == "image" }),
|
63
|
-
onClick: t[1] || (t[1] = (o) => e(C)("image"))
|
64
|
-
}, t[3] || (t[3] = [
|
65
|
-
n("i", { class: "fa fa-image" }, null, -1)
|
66
|
-
]), 2)
|
67
|
-
])
|
68
|
-
]),
|
69
|
-
append: r(() => [
|
70
|
-
e(m).config.fileLayout == "image" ? (l(), u("div", U, [
|
71
|
-
(l(!0), u(x, null, L(e(b)[e(s).name], (o, $) => (l(), y(h, {
|
72
|
-
class: "file",
|
73
|
-
to: { path: e(f).detail.route, query: { id: o[e(s).key.name], m: e(_).query.m } },
|
74
|
-
key: $
|
75
|
-
}, {
|
76
|
-
default: r(() => [
|
77
|
-
n("div", W, [
|
78
|
-
n("img", {
|
79
|
-
src: o[e(i).url],
|
80
|
-
alt: ""
|
81
|
-
}, null, 8, X)
|
82
|
-
]),
|
83
|
-
n("div", Y, d(o[e(i).name]), 1)
|
84
|
-
]),
|
85
|
-
_: 2
|
86
|
-
}, 1032, ["to"]))), 128))
|
87
|
-
])) : e(m).config.fileLayout == "list" ? (l(), y(I, {
|
88
|
-
key: 1,
|
89
|
-
class: "files-list",
|
90
|
-
border: "",
|
91
|
-
data: e(b)[e(s).name]
|
92
|
-
}, {
|
93
|
-
empty: r(() => [
|
94
|
-
q(d(e(D).t("common.no_data")), 1)
|
95
|
-
]),
|
96
|
-
default: r(() => [
|
97
|
-
(l(!0), u(x, null, L(e(s).show, (o, $) => (l(), y(E, {
|
98
|
-
"show-overflow-tooltip": "",
|
99
|
-
sortable: e(s) ? "custom" : !1,
|
100
|
-
"min-width": "180",
|
101
|
-
"sort-orders": ["descending", "ascending"],
|
102
|
-
prop: o.name,
|
103
|
-
label: `${o.label}${o.prefix || o.suffix ? "(" + (o.prefix || o.suffix) + ")" : ""}`,
|
104
|
-
key: `${e(s).name}.${o.name}`
|
105
|
-
}, {
|
106
|
-
default: r((c) => [
|
107
|
-
n("div", Z, [
|
108
|
-
c.column.property == e(i).name ? (l(), u("img", {
|
109
|
-
key: 0,
|
110
|
-
class: "file-image",
|
111
|
-
src: c.row[e(i).url],
|
112
|
-
alt: c.row[e(i).name]
|
113
|
-
}, null, 8, ee)) : S("", !0),
|
114
|
-
n("div", te, d(c.row[c.column.property]), 1)
|
115
|
-
])
|
116
|
-
]),
|
117
|
-
_: 2
|
118
|
-
}, 1032, ["sortable", "prop", "label"]))), 128))
|
119
|
-
]),
|
120
|
-
_: 1
|
121
|
-
}, 8, ["data"])) : (l(), u("div", oe, "未支持的文件布局:" + d(e(m).config.fileLayout), 1))
|
122
|
-
]),
|
123
|
-
default: r(() => [
|
124
|
-
e(s).search.length > 0 ? (l(), y(M, {
|
125
|
-
key: 0,
|
126
|
-
schema: e(V),
|
127
|
-
table: e(s),
|
128
|
-
search: e(k),
|
129
|
-
onSubmit: e(R)
|
130
|
-
}, null, 8, ["schema", "table", "search", "onSubmit"])) : S("", !0)
|
131
|
-
]),
|
132
|
-
_: 1
|
133
|
-
}, 8, ["title"]),
|
134
|
-
g(j, {
|
135
|
-
type: "primary",
|
136
|
-
icon: "el-icon-plus"
|
137
|
-
}, {
|
138
|
-
default: r(() => [
|
139
|
-
g(h, {
|
140
|
-
to: { path: e(f).insert.route, query: { m: e(_).query.m } }
|
141
|
-
}, {
|
142
|
-
default: r(() => [
|
143
|
-
q("添加新" + d(e(s).title), 1)
|
144
|
-
]),
|
145
|
-
_: 1
|
146
|
-
}, 8, ["to"])
|
147
|
-
]),
|
148
|
-
_: 1
|
149
|
-
}),
|
150
|
-
g(P, {
|
151
|
-
background: "",
|
152
|
-
layout: "total, prev, pager, next, jumper",
|
153
|
-
"current-page": e(i).page,
|
154
|
-
"page-size": e(i).size,
|
155
|
-
total: e(i).count,
|
156
|
-
onCurrentChange: e(B)
|
157
|
-
}, null, 8, ["current-page", "page-size", "total", "onCurrentChange"])
|
158
|
-
]);
|
159
|
-
};
|
160
|
-
}
|
161
|
-
});
|
162
|
-
export {
|
163
|
-
ge as default
|
164
|
-
};
|
package/dist/Image-D_5kTXKm.js
DELETED
package/dist/Index-BMBm5j5X.js
DELETED
package/dist/Index-BQmAD1mw.js
DELETED
package/dist/Index-Bov1OTEP.js
DELETED
package/dist/Index-Ceu5HCjk.js
DELETED
package/dist/Index-CsxTOaw6.js
DELETED
@@ -1,76 +0,0 @@
|
|
1
|
-
import { defineComponent as C, defineAsyncComponent as U, toRefs as D, computed as d, unref as e, openBlock as c, createBlock as f, withCtx as v, resolveDynamicComponent as y, isRef as b, createElementVNode as w, toDisplayString as h } from "vue";
|
2
|
-
import { U as I, I as x } from "./main-BJRpvr2g.js";
|
3
|
-
import "./assets/liquidjs-BfOWWjtJ.js";
|
4
|
-
import "./assets/underscore-B0BCaBxV.js";
|
5
|
-
import "./assets/file-saver-CwlpTZSc.js";
|
6
|
-
import "./assets/clone-BZn0cTAu.js";
|
7
|
-
import "./assets/underscore.string-DVXD2SZo.js";
|
8
|
-
import "./assets/moment-h96o7c8I.js";
|
9
|
-
const q = /* @__PURE__ */ C({
|
10
|
-
__name: "Index",
|
11
|
-
props: {
|
12
|
-
schema: {},
|
13
|
-
table: {},
|
14
|
-
field: {},
|
15
|
-
set: {},
|
16
|
-
row: {},
|
17
|
-
config: {}
|
18
|
-
},
|
19
|
-
emits: ["submit", "change"],
|
20
|
-
setup(g, { emit: N }) {
|
21
|
-
let V = U(() => import("./TextLink-CQj0ytVR.js")), k = g, { schema: s, table: u, field: l, set: i, row: a, config: m } = D(k), p = d(() => {
|
22
|
-
let o = l.value.control.type;
|
23
|
-
return m.value && m.value.control && m.value.control.type ? m.value.control.type : o;
|
24
|
-
}), _ = d(() => `text-${I.string.getDashName(p.value)}`), t = d({
|
25
|
-
get() {
|
26
|
-
return a.value[l.value.name];
|
27
|
-
},
|
28
|
-
set(o) {
|
29
|
-
a.value[l.value.name] = o;
|
30
|
-
}
|
31
|
-
});
|
32
|
-
return (o, r) => e(l).link ? (c(), f(e(V), {
|
33
|
-
key: 0,
|
34
|
-
schema: e(s),
|
35
|
-
table: e(u),
|
36
|
-
field: e(l),
|
37
|
-
set: e(i),
|
38
|
-
row: e(a)
|
39
|
-
}, {
|
40
|
-
default: v(() => [
|
41
|
-
(c(), f(y(e(_)), {
|
42
|
-
schema: e(s),
|
43
|
-
table: e(u),
|
44
|
-
field: e(l),
|
45
|
-
set: e(i),
|
46
|
-
row: e(a),
|
47
|
-
modelValue: e(t),
|
48
|
-
"onUpdate:modelValue": r[0] || (r[0] = (n) => b(t) ? t.value = n : t = n)
|
49
|
-
}, {
|
50
|
-
default: v(() => [
|
51
|
-
w("div", null, h(e(x).t("common.unsupported_text_control", e(p))), 1)
|
52
|
-
]),
|
53
|
-
_: 1
|
54
|
-
}, 8, ["schema", "table", "field", "set", "row", "modelValue"]))
|
55
|
-
]),
|
56
|
-
_: 1
|
57
|
-
}, 8, ["schema", "table", "field", "set", "row"])) : (c(), f(y(e(_)), {
|
58
|
-
key: 1,
|
59
|
-
schema: e(s),
|
60
|
-
table: e(u),
|
61
|
-
field: e(l),
|
62
|
-
set: e(i),
|
63
|
-
row: e(a),
|
64
|
-
modelValue: e(t),
|
65
|
-
"onUpdate:modelValue": r[1] || (r[1] = (n) => b(t) ? t.value = n : t = n)
|
66
|
-
}, {
|
67
|
-
default: v(() => [
|
68
|
-
w("div", null, h(e(x).t("common.unsupported_text_control", e(p))), 1)
|
69
|
-
]),
|
70
|
-
_: 1
|
71
|
-
}, 8, ["schema", "table", "field", "set", "row", "modelValue"]));
|
72
|
-
}
|
73
|
-
});
|
74
|
-
export {
|
75
|
-
q as default
|
76
|
-
};
|
package/dist/Index-Ddz9mcly.js
DELETED