halo-pc 1.0.49 → 1.0.51
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/esm/{@types/CreatePcOptions.d.ts → @type/PcOptions.d.ts} +4 -1
- package/esm/@type/index.d.ts +7 -0
- package/esm/{coms → comp}/business/@types/index.d.ts +0 -1
- package/esm/{coms → comp}/business/Drawer.vue.d.ts +3 -1
- package/esm/comp/business/Feedback.vue.d.ts +98 -0
- package/esm/{coms → comp}/business/index.d.ts +2 -3
- package/esm/{coms/commons → comp/common}/Captcha.vue.d.ts +5 -1
- package/esm/{coms/commons → comp/common}/Table.vue.d.ts +6 -3
- package/esm/comp/common/index.d.ts +4 -0
- package/esm/{coms/controls → comp/control}/Cascader.vue.d.ts +3 -1
- package/esm/{coms/controls → comp/control}/Compare.vue.d.ts +3 -1
- package/esm/{coms/controls → comp/control}/Index.vue.d.ts +3 -1
- package/esm/{coms/controls → comp/control}/RichText.vue.d.ts +1 -1
- package/esm/{coms/controls → comp/control}/Select.vue.d.ts +3 -1
- package/esm/{coms/controls → comp/control}/Upload.vue.d.ts +3 -1
- package/esm/comp/driver/Crud.vue.d.ts +766 -0
- package/esm/comp/driver/Index.vue.d.ts +1438 -0
- package/esm/comp/driver/Picker.vue.d.ts +108 -0
- package/esm/comp/driver/index.d.ts +4 -0
- package/esm/{coms/globals → comp/global}/@types/WindowOptions.d.ts +1 -1
- package/esm/comp/global/HeaderTab.vue.d.ts +17 -0
- package/esm/comp/global/Menu.vue.d.ts +336 -0
- package/esm/comp/global/MenuItem.vue.d.ts +259 -0
- package/esm/comp/global/Window.vue.d.ts +32 -0
- package/esm/comp/global/index.d.ts +7 -0
- package/esm/{coms/headers → comp/header}/@types/ChangeProps.d.ts +1 -1
- package/esm/{coms/headers → comp/header}/@types/HeaderProps.d.ts +0 -1
- package/esm/{coms/headers → comp/header}/@types/index.d.ts +0 -1
- package/esm/comp/header/HeaderRight.vue.d.ts +28 -0
- package/esm/comp/index.d.ts +12 -0
- package/esm/comp/layout/@types/DesktopDialog.d.ts +48 -0
- package/esm/comp/layout/@types/index.d.ts +2 -0
- package/esm/comp/layout/Desktop.vue.d.ts +111 -0
- package/esm/comp/layout/Index.vue.d.ts +491 -0
- package/esm/comp/layout/Side.vue.d.ts +25 -0
- package/esm/comp/layout/Top.vue.d.ts +358 -0
- package/esm/{coms/lists → comp/list}/@types/ListProps.d.ts +1 -1
- package/esm/comp/list/Racebar.vue.d.ts +39 -0
- package/esm/comp/list/Statistic.vue.d.ts +39 -0
- package/esm/{coms/lists → comp/list}/Stock.vue.d.ts +3 -1
- package/esm/{coms/lists → comp/list}/Tree.vue.d.ts +11 -4
- package/esm/{coms/pages → comp/page}/Column.vue.d.ts +1 -1
- package/esm/{coms/pages → comp/page}/Custom.vue.d.ts +5 -5
- package/esm/{coms/pages → comp/page}/List.vue.d.ts +7 -5
- package/esm/comp/page/Paging.vue.d.ts +63 -0
- package/esm/{coms/pages → comp/page}/Single.vue.d.ts +4 -4
- package/esm/{coms/pagings → comp/paging}/@types/PagingProps.d.ts +1 -1
- package/esm/{coms/pagings → comp/paging}/@types/SearchHeaderProps.d.ts +1 -1
- package/esm/comp/paging/Article.vue.d.ts +50 -0
- package/esm/{coms/pagings → comp/paging}/DataExport.vue.d.ts +3 -1
- package/esm/{coms/pagings → comp/paging}/Index.vue.d.ts +6 -4
- package/esm/{coms/pagings → comp/paging}/SearchForm.vue.d.ts +5 -2
- package/esm/{coms/pagings → comp/paging}/SearchHeader.vue.d.ts +7 -2
- package/esm/comp/paging/Table.vue.d.ts +584 -0
- package/esm/{coms/panels → comp/panel}/Operation.vue.d.ts +3 -1
- package/esm/{coms/panels → comp/panel}/Panel.vue.d.ts +1 -1
- package/esm/{coms/partials → comp/partial}/@types/PagingHeaderProps.d.ts +1 -1
- package/esm/{coms/searches → comp/search}/Select.vue.d.ts +3 -1
- package/esm/comp/single/@types/SingleEmit.d.ts +13 -0
- package/esm/{coms/singles → comp/single}/@types/SingleProps.d.ts +1 -1
- package/esm/{coms/singles → comp/single}/@types/index.d.ts +1 -0
- package/esm/{coms/singles → comp/single}/Index.vue.d.ts +4 -2
- package/esm/{coms/singles → comp/single}/Normal.vue.d.ts +5 -2
- package/esm/comp/single/Table.vue.d.ts +505 -0
- package/esm/{coms/singles → comp/single}/Tree.vue.d.ts +5 -2
- package/esm/{coms/texts → comp/text}/Autocomplete.vue.d.ts +1 -1
- package/esm/{coms/texts → comp/text}/CSharp.vue.d.ts +1 -1
- package/esm/{coms/texts → comp/text}/Cascader.vue.d.ts +1 -1
- package/esm/{coms/texts → comp/text}/Checkbox.vue.d.ts +1 -1
- package/esm/{coms/texts → comp/text}/Code.vue.d.ts +1 -1
- package/esm/{coms/texts → comp/text}/Color.vue.d.ts +1 -1
- package/esm/{coms/texts → comp/text}/Compare.vue.d.ts +1 -1
- package/esm/{coms/texts → comp/text}/Copy.vue.d.ts +1 -1
- package/esm/{coms/texts → comp/text}/Date.vue.d.ts +1 -1
- package/esm/{coms/texts → comp/text}/DateRange.vue.d.ts +1 -1
- package/esm/{coms/texts → comp/text}/DateTime.vue.d.ts +1 -1
- package/esm/{coms/texts → comp/text}/Decimal.vue.d.ts +1 -1
- package/esm/{coms/texts → comp/text}/Dictionary.vue.d.ts +1 -1
- package/esm/{coms/texts → comp/text}/Email.vue.d.ts +1 -1
- package/esm/{coms/texts → comp/text}/Index.vue.d.ts +1 -1
- package/esm/{coms/texts → comp/text}/Int.vue.d.ts +1 -1
- package/esm/{coms/texts → comp/text}/Markdown.vue.d.ts +1 -1
- package/esm/{coms/texts → comp/text}/Month.vue.d.ts +1 -1
- package/esm/{coms/texts → comp/text}/Password.vue.d.ts +1 -1
- package/esm/{coms/texts → comp/text}/Progress.vue.d.ts +1 -1
- package/esm/{coms/texts → comp/text}/Radio.vue.d.ts +1 -1
- package/esm/comp/text/Rate.vue.d.ts +14 -0
- package/esm/{coms/texts → comp/text}/RichText.vue.d.ts +1 -1
- package/esm/{coms/texts → comp/text}/Select.vue.d.ts +1 -1
- package/esm/{coms/texts → comp/text}/Switch.vue.d.ts +1 -1
- package/esm/{coms/texts → comp/text}/Text.vue.d.ts +4 -2
- package/esm/{coms/texts → comp/text}/TextLink.vue.d.ts +1 -1
- package/esm/{coms/texts → comp/text}/Textarea.vue.d.ts +1 -1
- package/esm/{coms/texts → comp/text}/Upload.vue.d.ts +1 -1
- package/esm/{coms/texts → comp/text}/Year.vue.d.ts +1 -1
- package/esm/{drivers → driver}/index.d.ts +1 -1
- package/esm/{drivers/messengers → driver/messenger}/PcMessenger.d.ts +2 -2
- package/esm/factory/Drivers.d.ts +6 -0
- package/esm/factory/Factories.d.ts +6 -0
- package/esm/factory/I18ns.d.ts +6 -0
- package/esm/factory/Repos.d.ts +11 -0
- package/esm/factory/Svcs.d.ts +46 -0
- package/esm/factory/Utilities.d.ts +3 -0
- package/esm/factory/Utils.d.ts +6 -0
- package/esm/factory/index.d.ts +7 -0
- package/esm/main.d.ts +3 -7
- package/esm/{api/UploadApi.d.ts → repo/UploadRepo.d.ts} +2 -2
- package/esm/repo/index.d.ts +1 -0
- package/esm/{svcs → svc}/ComponentSvc.d.ts +1 -1
- package/esm/{svcs → svc}/ControlSvc.d.ts +1 -1
- package/esm/{svcs → svc}/ModuleSvc.d.ts +1 -1
- package/esm/{svcs → svc}/PageSvc.d.ts +1 -1
- package/esm/{svcs → svc}/RouterSvc.d.ts +1 -1
- package/esm/svc/index.d.ts +8 -0
- package/esm/{views/helps → view/help}/Install.vue.d.ts +3 -1
- package/esm/{views/logins → view/sso}/Index.vue.d.ts +5 -1
- package/esm/view/sso/Register.vue.d.ts +34 -0
- package/package.json +17 -17
- package/dist/Article-B4W1yDus.js +0 -200
- package/dist/ArticleFooter-BZmGzE4z.js +0 -85
- package/dist/Autocomplete-B691jOqv.js +0 -55
- package/dist/Autocomplete-CLYzsHIy.js +0 -54
- package/dist/Autocomplete-DXKXgbu8.js +0 -27
- package/dist/CSharp-Bu5b_AQ5.js +0 -27
- package/dist/Calender-Df0eBgXW.js +0 -10
- package/dist/Callback-Bk7xDeWh.js +0 -26
- package/dist/Cascader-Bn5tdkyk.js +0 -47
- package/dist/Cascader-CCv6R_xq.js +0 -87
- package/dist/Checkbox-DJTNEds9.js +0 -27
- package/dist/Checkbox-l-dw3I-D.js +0 -76
- package/dist/Code-BIJ8L9XB.js +0 -4
- package/dist/Code-CC0_bYUf.js +0 -60
- package/dist/Code-DSskK7CQ.js +0 -42
- package/dist/Code-DzZ4UNYj.js +0 -30
- package/dist/Code.vue_vue_type_style_index_0_lang-B69Ar-BV.js +0 -65
- package/dist/Color-CfXtJFUo.js +0 -22
- package/dist/Color-Da69pnQg.js +0 -34
- package/dist/Column-Ct-WeomE.js +0 -75
- package/dist/Comment-WXfnUXm0.js +0 -106
- package/dist/Compare-C7wrM-XA.js +0 -43
- package/dist/Compare-slAZvFE_.js +0 -63
- package/dist/Copy-Djf4freJ.js +0 -49
- package/dist/Custom-D-E5y5Vg.js +0 -55
- package/dist/DataExport-TrGLjcqQ.js +0 -4
- package/dist/DataExport.vue_vue_type_script_setup_true_lang-BRI71FyH.js +0 -114
- package/dist/DataImport-rcDmGVKS.js +0 -4
- package/dist/DataImport.vue_vue_type_script_setup_true_lang-BajrFerF.js +0 -178
- package/dist/Date-7EWMEODI.js +0 -27
- package/dist/Date-Dc2vK9Yv.js +0 -43
- package/dist/DateRange-DrYK_l0Y.js +0 -19
- package/dist/DateRange-Uli5eOZ5.js +0 -63
- package/dist/DateTime-C-XhFPb0.js +0 -27
- package/dist/DateTime-DfUXtsBX.js +0 -44
- package/dist/DateTimeRange-CnITxfZ9.js +0 -67
- package/dist/Daterange-CPJSBRvr.js +0 -63
- package/dist/Decimal-BtQpSIJR.js +0 -27
- package/dist/Decimal-C38-N54B.js +0 -36
- package/dist/Delete-r-qTGBEE.js +0 -62
- package/dist/Detail-D77pFe-2.js +0 -75
- package/dist/Dictionary-ICeLwv7E.js +0 -61
- package/dist/Email-BKW9GRcH.js +0 -19
- package/dist/Email-BanDj216.js +0 -54
- package/dist/File-BrXieip7.js +0 -164
- package/dist/Image-D_5kTXKm.js +0 -9
- package/dist/Index-BMBm5j5X.js +0 -4
- package/dist/Index-BQmAD1mw.js +0 -4
- package/dist/Index-Bov1OTEP.js +0 -4
- package/dist/Index-Ceu5HCjk.js +0 -4
- package/dist/Index-CsxTOaw6.js +0 -76
- package/dist/Index-Ddz9mcly.js +0 -4
- package/dist/Index-DhShUw_y.js +0 -4
- package/dist/Index-wHW-zG4G.js +0 -179
- package/dist/Index.vue_vue_type_script_setup_true_lang-BlpCvZBC.js +0 -86
- package/dist/Index.vue_vue_type_script_setup_true_lang-C_KWQFHN.js +0 -72
- package/dist/Install-DhWWbGRi.js +0 -135
- package/dist/Int-B-t8edhd.js +0 -19
- package/dist/Int-BELzPmec.js +0 -47
- package/dist/Int-BZkW-0JA.js +0 -44
- package/dist/List-9r5PDoSS.js +0 -77
- package/dist/Maintaince-CMitKNaf.js +0 -20
- package/dist/Markdown-BzMP3m7o.js +0 -37
- package/dist/Markdown-C8urG88V.js +0 -27
- package/dist/Month-BNp70T17.js +0 -44
- package/dist/Month-CK5GNwwH.js +0 -27
- package/dist/Month-D4gy17OL.js +0 -43
- package/dist/Normal-Cvx8228I.js +0 -266
- package/dist/Paging-B3l_nJHf.js +0 -100
- package/dist/PagingHeader-CYOKAeGS.js +0 -149
- package/dist/PagingRow-vv6z6G0t.js +0 -73
- package/dist/Password-DuyYEgzR.js +0 -55
- package/dist/Password-yHtlY-Qa.js +0 -24
- package/dist/Progress-C3D821AQ.js +0 -34
- package/dist/Progress-CKVzMO-W.js +0 -25
- package/dist/Racebar-B4Q4oVfM.js +0 -170
- package/dist/Radio-DA8B5Rlh.js +0 -27
- package/dist/Radio-DkcBKBvX.js +0 -47
- package/dist/Rate-B7jKTFKT.js +0 -34
- package/dist/Rate-BmC4gw_0.js +0 -34
- package/dist/Register-BaFqs8vX.js +0 -202
- package/dist/RichText-Bk0Msyhl.js +0 -22
- package/dist/RichText-TV3ZnykX.js +0 -47
- package/dist/SearchForm-zVUHuxiR.js +0 -4
- package/dist/SearchForm.vue_vue_type_style_index_0_lang-BvwtZSIf.js +0 -148
- package/dist/SearchHeader-Dqr5IKuO.js +0 -4
- package/dist/SearchHeader.vue_vue_type_style_index_0_lang-DjpC03Al.js +0 -60
- package/dist/Select-51pxexYZ.js +0 -27
- package/dist/Select-BvRI4zbF.js +0 -123
- package/dist/Select-CUvvvGNn.js +0 -86
- package/dist/Single-BtAJSJLK.js +0 -325
- package/dist/Statistic-CQ2oA1vm.js +0 -159
- package/dist/Statistic-Dxa-CZ8G.js +0 -78
- package/dist/Stock-DF5yBa1X.js +0 -4
- package/dist/Stock-DylT7df9.js +0 -30
- package/dist/Stock.vue_vue_type_style_index_0_lang-BpgVbCj-.js +0 -304
- package/dist/Switch-CGcPpvTj.js +0 -27
- package/dist/Switch-DhFaku5L.js +0 -50
- package/dist/Table-1R7b4wsF.js +0 -247
- package/dist/Table-BlciJJMu.js +0 -323
- package/dist/Text-Bx46Fcln.js +0 -58
- package/dist/Text-CA8i8QjK.js +0 -4
- package/dist/Text-Dv_w46l8.js +0 -54
- package/dist/Text.vue_vue_type_style_index_0_lang-CfmQxBpy.js +0 -59
- package/dist/TextLink-CQj0ytVR.js +0 -65
- package/dist/Textarea-D6VcTq4G.js +0 -28
- package/dist/Textarea-D9TgF9ig.js +0 -37
- package/dist/Time-WN0VMSgh.js +0 -43
- package/dist/Timeline-DckHQQHw.js +0 -61
- package/dist/Tree-BWxBxlZN.js +0 -125
- package/dist/Tree-DHwhhXMP.js +0 -298
- package/dist/TreeNode-CeXU-uB1.js +0 -43
- package/dist/Tree_Old-h__WmqFA.js +0 -11
- package/dist/Update-Ct44IN2J.js +0 -70
- package/dist/UpdateChild-Bo6yZ12Y.js +0 -92
- package/dist/Upload-CfRc8s-c.js +0 -71
- package/dist/Upload-Dui004Aq.js +0 -150
- package/dist/Year-CgsNE-M5.js +0 -27
- package/dist/Year-oJxibej6.js +0 -47
- package/dist/assets/clipboard-DjQPoCBJ.js +0 -501
- package/dist/assets/clone-BZn0cTAu.js +0 -134
- package/dist/assets/element-plus-CT-3dawQ.js +0 -497
- package/dist/assets/file-saver-CwlpTZSc.js +0 -74
- package/dist/assets/intro.js-Cg1adLK7.js +0 -1142
- package/dist/assets/liquidjs-BfOWWjtJ.js +0 -2907
- package/dist/assets/moment-h96o7c8I.js +0 -2578
- package/dist/assets/sprintf-js-BPTdvBYM.js +0 -148
- package/dist/assets/underscore-B0BCaBxV.js +0 -1070
- package/dist/assets/underscore.string-DVXD2SZo.js +0 -425
- package/dist/assets/util-deprecate-Dzun97re.js +0 -28
- package/dist/main-BJRpvr2g.js +0 -10974
- package/dist/main.js +0 -166
- package/dist/style.css +0 -1
- package/esm/@types/index.d.ts +0 -1
- package/esm/api/QueryApi.d.ts +0 -10
- package/esm/api/index.d.ts +0 -3
- package/esm/coms/business/@types/CrudProps.d.ts +0 -22
- package/esm/coms/business/@types/DriverProps.d.ts +0 -58
- package/esm/coms/business/@types/FormProps.d.ts +0 -5
- package/esm/coms/business/Crud.vue.d.ts +0 -22
- package/esm/coms/business/Driver.vue.d.ts +0 -38
- package/esm/coms/business/Feedback.vue.d.ts +0 -8
- package/esm/coms/business/Form.vue.d.ts +0 -18
- package/esm/coms/business/Welcome.vue.d.ts +0 -8
- package/esm/coms/business/types/CrudProps.d.ts +0 -22
- package/esm/coms/business/types/DrawerProps.d.ts +0 -14
- package/esm/coms/business/types/DriverProps.d.ts +0 -63
- package/esm/coms/business/types/FormProps.d.ts +0 -18
- package/esm/coms/business/types/index.d.ts +0 -5
- package/esm/coms/commons/@types/TableProps.d.ts +0 -21
- package/esm/coms/commons/@types/index.d.ts +0 -1
- package/esm/coms/commons/Spinner.vue.d.ts +0 -20
- package/esm/coms/commons/index.d.ts +0 -7
- package/esm/coms/commons/types/TableProps.d.ts +0 -22
- package/esm/coms/commons/types/index.d.ts +0 -2
- package/esm/coms/controls/types/ControlProps.d.ts +0 -26
- package/esm/coms/controls/types/index.d.ts +0 -2
- package/esm/coms/drivers/@types/CrudProps.d.ts +0 -21
- package/esm/coms/drivers/@types/DriverBaseProps.d.ts +0 -13
- package/esm/coms/drivers/@types/DriverEmit.d.ts +0 -17
- package/esm/coms/drivers/@types/DriverFormProps.d.ts +0 -14
- package/esm/coms/drivers/@types/DriverKindEmit.d.ts +0 -17
- package/esm/coms/drivers/@types/DriverProps.d.ts +0 -28
- package/esm/coms/drivers/@types/KindFormProps.d.ts +0 -16
- package/esm/coms/drivers/@types/KindProps.d.ts +0 -20
- package/esm/coms/drivers/@types/index.d.ts +0 -5
- package/esm/coms/drivers/Crud.vue.d.ts +0 -30
- package/esm/coms/drivers/Index.vue.d.ts +0 -115
- package/esm/coms/drivers/Kind.vue.d.ts +0 -34
- package/esm/coms/drivers/index.d.ts +0 -5
- package/esm/coms/globals/HeaderTab.vue.d.ts +0 -27
- package/esm/coms/globals/HeaderTabs.vue.d.ts +0 -24
- package/esm/coms/globals/Menu.vue.d.ts +0 -77
- package/esm/coms/globals/MenuItem.vue.d.ts +0 -76
- package/esm/coms/globals/SideTabs.vue.d.ts +0 -25
- package/esm/coms/globals/Window.vue.d.ts +0 -68
- package/esm/coms/globals/index.d.ts +0 -9
- package/esm/coms/globals/types/WindowOptions.d.ts +0 -38
- package/esm/coms/globals/types/WindowProps.d.ts +0 -27
- package/esm/coms/globals/types/index.d.ts +0 -3
- package/esm/coms/headers/@types/TipsProps.d.ts +0 -10
- package/esm/coms/headers/Debugger.vue.d.ts +0 -2
- package/esm/coms/headers/HeaderRight.vue.d.ts +0 -8
- package/esm/coms/headers/Tips.vue.d.ts +0 -3
- package/esm/coms/index.d.ts +0 -12
- package/esm/coms/layouts/@types/index.d.ts +0 -1
- package/esm/coms/layouts/Desktop.vue.d.ts +0 -2
- package/esm/coms/layouts/Index.vue.d.ts +0 -28
- package/esm/coms/layouts/Side.vue.d.ts +0 -23
- package/esm/coms/layouts/Top.vue.d.ts +0 -5
- package/esm/coms/layouts/types/ITaskBar.d.ts +0 -6
- package/esm/coms/layouts/types/index.d.ts +0 -2
- package/esm/coms/lists/Racebar.vue.d.ts +0 -9
- package/esm/coms/lists/Statistic.vue.d.ts +0 -9
- package/esm/coms/lists/types/ListProps.d.ts +0 -15
- package/esm/coms/lists/types/index.d.ts +0 -2
- package/esm/coms/pages/@types/KeyboardType.d.ts +0 -8
- package/esm/coms/pages/Paging.vue.d.ts +0 -17
- package/esm/coms/pages/types/ColumnPageProps.d.ts +0 -11
- package/esm/coms/pages/types/CustomPageProps.d.ts +0 -11
- package/esm/coms/pages/types/DeletePageProps.d.ts +0 -15
- package/esm/coms/pages/types/KeyboardType.d.ts +0 -8
- package/esm/coms/pages/types/ListPageProps.d.ts +0 -15
- package/esm/coms/pages/types/PageEmit.d.ts +0 -22
- package/esm/coms/pages/types/PageProps.d.ts +0 -14
- package/esm/coms/pages/types/PagingPageProps.d.ts +0 -15
- package/esm/coms/pages/types/SchemaProps.d.ts +0 -30
- package/esm/coms/pages/types/SinglePageProps.d.ts +0 -15
- package/esm/coms/pages/types/index.d.ts +0 -11
- package/esm/coms/pagings/@types/SearchFooterProps.d.ts +0 -10
- package/esm/coms/pagings/Article.vue.d.ts +0 -19
- package/esm/coms/pagings/SearchFooter.vue.d.ts +0 -19
- package/esm/coms/pagings/Table.vue.d.ts +0 -24
- package/esm/coms/pagings/types/PagingProps.d.ts +0 -11
- package/esm/coms/pagings/types/index.d.ts +0 -2
- package/esm/coms/panels/types/OperationProps.d.ts +0 -10
- package/esm/coms/panels/types/index.d.ts +0 -2
- package/esm/coms/partials/types/ArticleFooterEmit.d.ts +0 -26
- package/esm/coms/partials/types/DetailEmit.d.ts +0 -18
- package/esm/coms/partials/types/DetailProps.d.ts +0 -22
- package/esm/coms/partials/types/PagingHeaderEmit.d.ts +0 -34
- package/esm/coms/partials/types/PagingHeaderProps.d.ts +0 -30
- package/esm/coms/partials/types/PagingRowEmit.d.ts +0 -26
- package/esm/coms/partials/types/PagingRowProps.d.ts +0 -22
- package/esm/coms/partials/types/TreeNodeProps.d.ts +0 -22
- package/esm/coms/partials/types/UpdateChildEmit.d.ts +0 -22
- package/esm/coms/partials/types/UpdateChildProps.d.ts +0 -22
- package/esm/coms/partials/types/UpdateEmit.d.ts +0 -14
- package/esm/coms/partials/types/UpdateProps.d.ts +0 -22
- package/esm/coms/partials/types/index.d.ts +0 -13
- package/esm/coms/searches/types/SearchProps.d.ts +0 -10
- package/esm/coms/searches/types/index.d.ts +0 -2
- package/esm/coms/singles/Table.vue.d.ts +0 -13
- package/esm/coms/singles/types/SingleProps.d.ts +0 -15
- package/esm/coms/singles/types/index.d.ts +0 -2
- package/esm/coms/texts/Rate.vue.d.ts +0 -14
- package/esm/plugins/PcMessenger.d.ts +0 -35
- package/esm/plugins/index.d.ts +0 -4
- package/esm/repos/QueryApi.d.ts +0 -10
- package/esm/repos/UploadApi.d.ts +0 -9
- package/esm/repos/index.d.ts +0 -1
- package/esm/svcs/PcI18nSvc.d.ts +0 -15
- package/esm/svcs/StandardSvc.d.ts +0 -40
- package/esm/svcs/Svcs.d.ts +0 -11
- package/esm/svcs/WindowSvc.d.ts +0 -26
- package/esm/svcs/index.d.ts +0 -24
- package/esm/types/CreatePcOptions.d.ts +0 -15
- package/esm/types/index.d.ts +0 -2
- package/esm/views/logins/Register.vue.d.ts +0 -2
- package/esm/views/sso/Callback.vue.d.ts +0 -2
- package/esm/views/sso/Index.vue.d.ts +0 -2
- package/esm/views/sso/Register.vue.d.ts +0 -2
- /package/esm/{coms → comp}/business/@types/DrawerProps.d.ts +0 -0
- /package/esm/{coms → comp}/business/Condition.vue.d.ts +0 -0
- /package/esm/{coms → comp}/business/Switch.vue.d.ts +0 -0
- /package/esm/{coms/commons → comp/common}/Debug.vue.d.ts +0 -0
- /package/esm/{coms/commons → comp/common}/Editable.vue.d.ts +0 -0
- /package/esm/{coms/commons → comp/common}/Loading.vue.d.ts +0 -0
- /package/esm/{coms/commons → comp/common}/MouseContext.vue.d.ts +0 -0
- /package/esm/{coms/commons → comp/common}/Particles.vue.d.ts +0 -0
- /package/esm/{coms/commons → comp/common}/Resizer.vue.d.ts +0 -0
- /package/esm/{coms/commons → comp/common}/TableColumn.vue.d.ts +0 -0
- /package/esm/{coms/controls → comp/control}/@types/ControlProps.d.ts +0 -0
- /package/esm/{coms/controls → comp/control}/@types/index.d.ts +0 -0
- /package/esm/{coms/controls → comp/control}/Autocomplete.vue.d.ts +0 -0
- /package/esm/{coms/controls → comp/control}/Checkbox.vue.d.ts +0 -0
- /package/esm/{coms/controls → comp/control}/Code.vue.d.ts +0 -0
- /package/esm/{coms/controls → comp/control}/Color.vue.d.ts +0 -0
- /package/esm/{coms/controls → comp/control}/Date.vue.d.ts +0 -0
- /package/esm/{coms/controls → comp/control}/DateRange.vue.d.ts +0 -0
- /package/esm/{coms/controls → comp/control}/DateTime.vue.d.ts +0 -0
- /package/esm/{coms/controls → comp/control}/DateTimeRange.vue.d.ts +0 -0
- /package/esm/{coms/controls → comp/control}/Decimal.vue.d.ts +0 -0
- /package/esm/{coms/controls → comp/control}/Email.vue.d.ts +0 -0
- /package/esm/{coms/controls → comp/control}/Image.vue.d.ts +0 -0
- /package/esm/{coms/controls → comp/control}/Int.vue.d.ts +0 -0
- /package/esm/{coms/controls → comp/control}/Markdown.vue.d.ts +0 -0
- /package/esm/{coms/controls → comp/control}/Month.vue.d.ts +0 -0
- /package/esm/{coms/controls → comp/control}/Password.vue.d.ts +0 -0
- /package/esm/{coms/controls → comp/control}/Progress.vue.d.ts +0 -0
- /package/esm/{coms/controls → comp/control}/Radio.vue.d.ts +0 -0
- /package/esm/{coms/controls → comp/control}/Rate.vue.d.ts +0 -0
- /package/esm/{coms/controls → comp/control}/Switch.vue.d.ts +0 -0
- /package/esm/{coms/controls → comp/control}/Text.vue.d.ts +0 -0
- /package/esm/{coms/controls → comp/control}/Textarea.vue.d.ts +0 -0
- /package/esm/{coms/controls → comp/control}/Time.vue.d.ts +0 -0
- /package/esm/{coms/controls → comp/control}/Year.vue.d.ts +0 -0
- /package/esm/{coms/controls → comp/control}/index.d.ts +0 -0
- /package/esm/{coms/globals → comp/global}/@types/WindowEmit.d.ts +0 -0
- /package/esm/{coms/globals → comp/global}/@types/WindowProps.d.ts +0 -0
- /package/esm/{coms/globals → comp/global}/@types/index.d.ts +0 -0
- /package/esm/{coms/globals → comp/global}/MissComponent.vue.d.ts +0 -0
- /package/esm/{coms/globals → comp/global}/SideTab.vue.d.ts +0 -0
- /package/esm/{coms/headers → comp/header}/Breadcrumb.vue.d.ts +0 -0
- /package/esm/{coms/headers → comp/header}/Changes.vue.d.ts +0 -0
- /package/esm/{coms/headers → comp/header}/Hamburger.vue.d.ts +0 -0
- /package/esm/{coms/headers → comp/header}/Index.vue.d.ts +0 -0
- /package/esm/{coms/headers → comp/header}/Log.vue.d.ts +0 -0
- /package/esm/{coms/headers → comp/header}/Logo.vue.d.ts +0 -0
- /package/esm/{coms/headers → comp/header}/Refresh.vue.d.ts +0 -0
- /package/esm/{coms/headers → comp/header}/Setting.vue.d.ts +0 -0
- /package/esm/{coms/headers → comp/header}/index.d.ts +0 -0
- /package/esm/{coms/layouts → comp/layout}/@types/ITaskBar.d.ts +0 -0
- /package/esm/{coms/layouts → comp/layout}/index.d.ts +0 -0
- /package/esm/{coms/lists → comp/list}/@types/index.d.ts +0 -0
- /package/esm/{coms/lists → comp/list}/Calender.vue.d.ts +0 -0
- /package/esm/{coms/lists → comp/list}/Timeline.vue.d.ts +0 -0
- /package/esm/{coms/lists → comp/list}/index.d.ts +0 -0
- /package/esm/{coms/pages → comp/page}/@types/ColumnPageProps.d.ts +0 -0
- /package/esm/{coms/pages → comp/page}/@types/CustomPageProps.d.ts +0 -0
- /package/esm/{coms/pages → comp/page}/@types/DeletePageProps.d.ts +0 -0
- /package/esm/{coms/pages → comp/page}/@types/ListPageProps.d.ts +0 -0
- /package/esm/{coms/pages → comp/page}/@types/PageEmit.d.ts +0 -0
- /package/esm/{coms/pages → comp/page}/@types/PageProps.d.ts +0 -0
- /package/esm/{coms/pages → comp/page}/@types/PagingPageProps.d.ts +0 -0
- /package/esm/{coms/pages → comp/page}/@types/SchemaProps.d.ts +0 -0
- /package/esm/{coms/pages → comp/page}/@types/SinglePageProps.d.ts +0 -0
- /package/esm/{coms/pages → comp/page}/@types/index.d.ts +0 -0
- /package/esm/{coms/pages → comp/page}/Delete.vue.d.ts +0 -0
- /package/esm/{coms/pages → comp/page}/Index.vue.d.ts +0 -0
- /package/esm/{coms/pages → comp/page}/index.d.ts +0 -0
- /package/esm/{coms/pagings → comp/paging}/@types/SearchFormProps.d.ts +0 -0
- /package/esm/{coms/pagings → comp/paging}/@types/index.d.ts +0 -0
- /package/esm/{coms/pagings → comp/paging}/Code.vue.d.ts +0 -0
- /package/esm/{coms/pagings → comp/paging}/DataImport.vue.d.ts +0 -0
- /package/esm/{coms/pagings → comp/paging}/File.vue.d.ts +0 -0
- /package/esm/{coms/pagings → comp/paging}/index.d.ts +0 -0
- /package/esm/{coms/panels → comp/panel}/@types/OperationProps.d.ts +0 -0
- /package/esm/{coms/panels → comp/panel}/@types/index.d.ts +0 -0
- /package/esm/{coms/panels → comp/panel}/Group.vue.d.ts +0 -0
- /package/esm/{coms/panels → comp/panel}/Header.vue.d.ts +0 -0
- /package/esm/{coms/panels → comp/panel}/Shrink.vue.d.ts +0 -0
- /package/esm/{coms/panels → comp/panel}/index.d.ts +0 -0
- /package/esm/{coms/partials → comp/partial}/@types/ArticleFooterEmit.d.ts +0 -0
- /package/esm/{coms/partials → comp/partial}/@types/DetailEmit.d.ts +0 -0
- /package/esm/{coms/partials → comp/partial}/@types/DetailProps.d.ts +0 -0
- /package/esm/{coms/partials → comp/partial}/@types/PagingHeaderEmit.d.ts +0 -0
- /package/esm/{coms/partials → comp/partial}/@types/PagingRowEmit.d.ts +0 -0
- /package/esm/{coms/partials → comp/partial}/@types/PagingRowProps.d.ts +0 -0
- /package/esm/{coms/partials → comp/partial}/@types/TreeNodeProps.d.ts +0 -0
- /package/esm/{coms/partials → comp/partial}/@types/UpdateChildEmit.d.ts +0 -0
- /package/esm/{coms/partials → comp/partial}/@types/UpdateChildProps.d.ts +0 -0
- /package/esm/{coms/partials → comp/partial}/@types/UpdateEmit.d.ts +0 -0
- /package/esm/{coms/partials → comp/partial}/@types/UpdateProps.d.ts +0 -0
- /package/esm/{coms/partials → comp/partial}/@types/index.d.ts +0 -0
- /package/esm/{coms/partials → comp/partial}/ArticleFooter.vue.d.ts +0 -0
- /package/esm/{coms/partials → comp/partial}/Detail.vue.d.ts +0 -0
- /package/esm/{coms/partials → comp/partial}/PagingHeader.vue.d.ts +0 -0
- /package/esm/{coms/partials → comp/partial}/PagingRow.vue.d.ts +0 -0
- /package/esm/{coms/partials → comp/partial}/TreeNode.vue.d.ts +0 -0
- /package/esm/{coms/partials → comp/partial}/Update.vue.d.ts +0 -0
- /package/esm/{coms/partials → comp/partial}/UpdateChild.vue.d.ts +0 -0
- /package/esm/{coms/partials → comp/partial}/index.d.ts +0 -0
- /package/esm/{coms/searches → comp/search}/@types/SearchProps.d.ts +0 -0
- /package/esm/{coms/searches → comp/search}/@types/index.d.ts +0 -0
- /package/esm/{coms/searches → comp/search}/Autocomplete.vue.d.ts +0 -0
- /package/esm/{coms/searches → comp/search}/Daterange.vue.d.ts +0 -0
- /package/esm/{coms/searches → comp/search}/Index.vue.d.ts +0 -0
- /package/esm/{coms/searches → comp/search}/Int.vue.d.ts +0 -0
- /package/esm/{coms/searches → comp/search}/Month.vue.d.ts +0 -0
- /package/esm/{coms/searches → comp/search}/Text.vue.d.ts +0 -0
- /package/esm/{coms/searches → comp/search}/index.d.ts +0 -0
- /package/esm/{coms/singles → comp/single}/Code.vue.d.ts +0 -0
- /package/esm/{coms/singles → comp/single}/Comment.vue.d.ts +0 -0
- /package/esm/{coms/singles → comp/single}/Statistic.vue.d.ts +0 -0
- /package/esm/{coms/singles → comp/single}/Stock.vue.d.ts +0 -0
- /package/esm/{coms/singles → comp/single}/Tree_Old.vue.d.ts +0 -0
- /package/esm/{coms/singles → comp/single}/index.d.ts +0 -0
- /package/esm/{drivers/messengers → driver/messenger}/index.d.ts +0 -0
- /package/esm/{svcs → svc}/AppSvc.d.ts +0 -0
- /package/esm/{svcs → svc}/LayoutSvc.d.ts +0 -0
- /package/esm/{svcs → svc}/UploadSvc.d.ts +0 -0
- /package/esm/{views/helps → view/help}/401.vue.d.ts +0 -0
- /package/esm/{views/helps → view/help}/404.vue.d.ts +0 -0
- /package/esm/{views/helps → view/help}/Maintaince.vue.d.ts +0 -0
- /package/esm/{views/helps → view/help}/Upgrade.vue.d.ts +0 -0
- /package/esm/{views/logins → view/sso}/Callback.vue.d.ts +0 -0
package/dist/Table-BlciJJMu.js
DELETED
@@ -1,323 +0,0 @@
|
|
1
|
-
import { defineComponent as Ee, toRefs as Ne, ref as i, onMounted as Ke, nextTick as A, computed as oe, resolveComponent as k, openBlock as h, createElementBlock as U, createVNode as v, unref as e, isRef as x, normalizeClass as Le, withCtx as f, createTextVNode as ne, toDisplayString as S, Fragment as Me, renderList as qe, createBlock as z, createCommentVNode as $, createElementVNode as T, resolveDynamicComponent as Ae } from "vue";
|
2
|
-
import { U as b, c as Ie, o as Pe, I as V, b as je, h as Oe, p as Fe, q as re, a as Ge, s as Je, D as se, R 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 { _ as Qe } from "./SearchForm.vue_vue_type_style_index_0_lang-BvwtZSIf.js";
|
10
|
-
import { _ as Xe } from "./DataImport.vue_vue_type_script_setup_true_lang-BajrFerF.js";
|
11
|
-
import { _ as Ye } from "./DataExport.vue_vue_type_script_setup_true_lang-BRI71FyH.js";
|
12
|
-
import "vue-router";
|
13
|
-
import "./assets/intro.js-Cg1adLK7.js";
|
14
|
-
import { _ as Ze } from "./SearchHeader.vue_vue_type_style_index_0_lang-DjpC03Al.js";
|
15
|
-
const et = {
|
16
|
-
key: 0,
|
17
|
-
class: "required"
|
18
|
-
}, tt = ["onMouseenter"], at = { class: "el-drawer__title" }, lt = { key: 0 }, ot = ["href"], bt = /* @__PURE__ */ Ee({
|
19
|
-
__name: "Table",
|
20
|
-
props: {
|
21
|
-
searchData: {},
|
22
|
-
module: {},
|
23
|
-
schema: {},
|
24
|
-
table: {},
|
25
|
-
layout: {},
|
26
|
-
next: {},
|
27
|
-
set: {},
|
28
|
-
url: {},
|
29
|
-
win: {}
|
30
|
-
},
|
31
|
-
emits: ["search", "navigate", "sort", "page-change", "size-change", "succeed", "close"],
|
32
|
-
setup(ie, { expose: ue, emit: de }) {
|
33
|
-
let w = de, pe = ie, { url: me, win: ge, module: P, schema: H, table: r, layout: u, next: p, set: C, searchData: j } = Ne(pe), E = i([]), W = i(), N = i(), K = i(), L = i(), O = i(), F = i(), m = i(!1), g = i(!1), G = i(), J = i("120px"), Q = i({}), y = i({ layout: "prev, pager, next", count: 5, sizes: [20, 50, 200, 500, 2e3] }), B = i(), n = i({ title: null, env: null, page: null, url: null, row: null, visible: !1, appendToBody: !1 }), ce = new Je(), ve = (t) => {
|
34
|
-
R("insert", null, t);
|
35
|
-
}, he = (t, a) => {
|
36
|
-
R("detail", t, a);
|
37
|
-
}, fe = (t, a) => {
|
38
|
-
R("update", t, a);
|
39
|
-
}, ye = (t, a) => {
|
40
|
-
R("copy", t, a);
|
41
|
-
}, we = (t, a) => {
|
42
|
-
R("delete", t, a);
|
43
|
-
}, X = async (t) => {
|
44
|
-
let a = t.map((o) => o[r.value.key.name]);
|
45
|
-
await se.http.post(p.value.delete.route, a).then((o) => {
|
46
|
-
se.messenger.success(o.message), M();
|
47
|
-
});
|
48
|
-
}, R = (t, a, o) => {
|
49
|
-
let s = be(t, a);
|
50
|
-
o.ctrlKey ? (n.value.row = null, w("navigate", s)) : (n.value.appendToBody = o.altKey, n.value.page = t, n.value.url = s, n.value.row = a, n.value.visible = !0);
|
51
|
-
}, be = (t, a = null) => {
|
52
|
-
let o = `${p.value[t].route}`;
|
53
|
-
if (a != null) {
|
54
|
-
let s = a[r.value.key.name];
|
55
|
-
o += `?id=${s}`;
|
56
|
-
}
|
57
|
-
return o;
|
58
|
-
}, _e = () => {
|
59
|
-
n.value.visible = !1, w("close");
|
60
|
-
}, xe = (t) => {
|
61
|
-
n.value.title = V.module(t.module.type, t.module.name), n.value.env = t.module.env;
|
62
|
-
}, M = () => {
|
63
|
-
n.value.visible = !1;
|
64
|
-
let t = E.value;
|
65
|
-
w("succeed", async (a) => {
|
66
|
-
let o = a.data.set[r.value.name];
|
67
|
-
if (!o.length)
|
68
|
-
return;
|
69
|
-
await A();
|
70
|
-
let s = r.value.key, c = n.value.row;
|
71
|
-
if (c != null) {
|
72
|
-
let d = o.find((_) => _[s.name] == c[s.name]);
|
73
|
-
d && N.value.setCurrentRow(d);
|
74
|
-
}
|
75
|
-
if (t.length > 0)
|
76
|
-
for (let d of t) {
|
77
|
-
let _ = o.find((l) => l[s.name] == d[s.name]);
|
78
|
-
_ != null && N.value.toggleRowSelection(_, !0);
|
79
|
-
}
|
80
|
-
});
|
81
|
-
}, Y = (t) => {
|
82
|
-
w("search", t);
|
83
|
-
}, Ce = (t) => {
|
84
|
-
w("page-change", t);
|
85
|
-
}, Re = (t) => {
|
86
|
-
w("size-change", t);
|
87
|
-
}, ke = (t, a) => {
|
88
|
-
let o = { [a.name]: { [t.prop]: t.order != "descending" ? "asc" : "desc" } };
|
89
|
-
w("sort", o);
|
90
|
-
}, Se = (t, a, o, s, c) => {
|
91
|
-
}, ze = (t) => {
|
92
|
-
J.value = t;
|
93
|
-
}, $e = (t, a) => {
|
94
|
-
E.value = t;
|
95
|
-
}, Ve = (t, a, o) => {
|
96
|
-
let s = t.target.children[0], c = b.dom.getWidth(s) + 16 + 14, d = a.realWidth || a.width;
|
97
|
-
o._headerTooltip = c > d;
|
98
|
-
}, We = async (t, a, o, s) => {
|
99
|
-
await re.setColumnWidth(p.value.paging.route, r.value.name, o.property, t);
|
100
|
-
}, Z = () => {
|
101
|
-
var s, c, d;
|
102
|
-
let t = b.dom.getHeight(W.value), a = b.dom.getHeight([(s = K.value) == null ? void 0 : s.$el, (c = L.value) == null ? void 0 : c.$el, (d = O.value) == null ? void 0 : d.$el]), o = t - a;
|
103
|
-
G.value = `${o}px`;
|
104
|
-
}, ee = () => {
|
105
|
-
let t = B.value;
|
106
|
-
t <= 690 ? y.value.count = 5 : y.value.count = 7, t <= 300 ? y.value.layout = "pager" : t <= 620 ? y.value.layout = "prev, pager, next" : y.value.layout = "sizes, total, prev, pager, next, jumper";
|
107
|
-
}, Be = (t, a) => {
|
108
|
-
I.module.triggerKeyboard(F.value, t, a);
|
109
|
-
}, De = (t) => {
|
110
|
-
I.module.triggerSocket(L.value, t);
|
111
|
-
}, Ue = (t) => {
|
112
|
-
I.module.triggerResize(K.value, t), B.value = b.dom.getWidth(W.value), ee(), A(() => {
|
113
|
-
Z();
|
114
|
-
});
|
115
|
-
};
|
116
|
-
Ke(async () => {
|
117
|
-
await ce.openAsync("sys", "page", Q.value), B.value = b.dom.getWidth(W.value), ee(), await A(), Z();
|
118
|
-
});
|
119
|
-
let Te = oe(() => {
|
120
|
-
let a = Object.keys(u.value.orderBys)[0], o = u.value.orderBys[a];
|
121
|
-
return { prop: a, order: o ? "ascending" : "descending" };
|
122
|
-
}), He = oe(() => {
|
123
|
-
let t = `/${r.value.name}/paging-row`;
|
124
|
-
return Ie.getComponent(t, "partial", "paging-row");
|
125
|
-
});
|
126
|
-
return ue({ onKeyboard: Be, onSocket: De, onResize: Ue }), (t, a) => {
|
127
|
-
const o = k("el-table-column"), s = k("el-tooltip"), c = k("el-table"), d = k("el-pagination"), _ = k("el-drawer");
|
128
|
-
return h(), U("div", {
|
129
|
-
ref_key: "pagingRef",
|
130
|
-
ref: W,
|
131
|
-
class: "paging-table"
|
132
|
-
}, [
|
133
|
-
v(Qe, {
|
134
|
-
ref_key: "searchRef",
|
135
|
-
ref: K,
|
136
|
-
schema: e(H),
|
137
|
-
table: e(r),
|
138
|
-
layout: e(u),
|
139
|
-
"search-data": e(j),
|
140
|
-
onSubmit: e(Y)
|
141
|
-
}, null, 8, ["schema", "table", "layout", "search-data", "onSubmit"]),
|
142
|
-
v(Ze, {
|
143
|
-
ref_key: "headerRef",
|
144
|
-
ref: L,
|
145
|
-
url: e(me),
|
146
|
-
win: e(ge),
|
147
|
-
module: e(P),
|
148
|
-
schema: e(H),
|
149
|
-
table: e(r),
|
150
|
-
layout: e(u),
|
151
|
-
set: e(C),
|
152
|
-
next: e(p),
|
153
|
-
selection: e(E),
|
154
|
-
"search-data": e(j),
|
155
|
-
onAdd: e(ve),
|
156
|
-
onRemove: e(X),
|
157
|
-
onShowImport: a[0] || (a[0] = (l) => x(m) ? m.value = !0 : m = !0),
|
158
|
-
onShowExport: a[1] || (a[1] = (l) => x(g) ? g.value = !0 : g = !0),
|
159
|
-
onSearch: e(Y)
|
160
|
-
}, null, 8, ["url", "win", "module", "schema", "table", "layout", "set", "next", "selection", "search-data", "onAdd", "onRemove", "onSearch"]),
|
161
|
-
v(c, {
|
162
|
-
ref_key: "tableRef",
|
163
|
-
ref: N,
|
164
|
-
class: Le([{ "hide-nav": e(Pe).hideNav }, "table-default table-paging"]),
|
165
|
-
size: "small",
|
166
|
-
border: "",
|
167
|
-
"highlight-current-row": "",
|
168
|
-
"max-height": e(G),
|
169
|
-
data: e(C)[e(r).name],
|
170
|
-
"default-sort": e(Te),
|
171
|
-
onSelectionChange: a[2] || (a[2] = (l) => e($e)(l, e(r))),
|
172
|
-
onSortChange: a[3] || (a[3] = (l) => e(ke)(l, e(r))),
|
173
|
-
onHeaderDragend: e(We)
|
174
|
-
}, {
|
175
|
-
empty: f(() => [
|
176
|
-
ne(S(e(V).t("common.no_data")), 1)
|
177
|
-
]),
|
178
|
-
default: f(() => [
|
179
|
-
v(o, {
|
180
|
-
type: "selection",
|
181
|
-
width: "30"
|
182
|
-
}),
|
183
|
-
(h(!0), U(Me, null, qe(e(r).show, (l, nt) => {
|
184
|
-
var te, ae, le;
|
185
|
-
return h(), z(o, {
|
186
|
-
sortable: e(r) ? "custom" : !1,
|
187
|
-
prop: l.name,
|
188
|
-
"sort-orders": ["descending", "ascending"],
|
189
|
-
fixed: e(u).fixed.indexOf(l.name) > -1,
|
190
|
-
"min-width": ((le = (ae = (te = e(Q)) == null ? void 0 : te[e(p).paging.route]) == null ? void 0 : ae[e(r).name]) == null ? void 0 : le[l.name]) ?? l.control.width,
|
191
|
-
label: `${l.label}${l.control.prefix || l.suffix ? "(" + (l.control.prefix || l.suffix) + ")" : ""}`,
|
192
|
-
key: `${e(r).name}.${l.name}`
|
193
|
-
}, {
|
194
|
-
header: f((D) => [
|
195
|
-
l.control.required && l.control.editable ? (h(), U("i", et)) : $("", !0),
|
196
|
-
v(s, {
|
197
|
-
placement: "top",
|
198
|
-
content: l.label,
|
199
|
-
disabled: !l._headerTooltip
|
200
|
-
}, {
|
201
|
-
default: f(() => [
|
202
|
-
T("span", {
|
203
|
-
onMouseenter: (q) => e(Ve)(q, D.column, l)
|
204
|
-
}, [
|
205
|
-
T("span", null, S(e(V).field(e(r).name, l.name)), 1)
|
206
|
-
], 40, tt)
|
207
|
-
]),
|
208
|
-
_: 2
|
209
|
-
}, 1032, ["content", "disabled"])
|
210
|
-
]),
|
211
|
-
default: f((D) => [
|
212
|
-
v(je, {
|
213
|
-
schema: e(H),
|
214
|
-
table: e(r),
|
215
|
-
field: l,
|
216
|
-
set: e(C),
|
217
|
-
row: D.row,
|
218
|
-
config: e(Oe).getConfig(l, e(P).type, e(u).type),
|
219
|
-
onChange: (q) => e(Se)(q, e(r), l, e(C), D.row)
|
220
|
-
}, null, 8, ["schema", "table", "field", "set", "row", "config", "onChange"])
|
221
|
-
]),
|
222
|
-
_: 2
|
223
|
-
}, 1032, ["sortable", "prop", "fixed", "min-width", "label"]);
|
224
|
-
}), 128)),
|
225
|
-
v(o, {
|
226
|
-
label: e(V).t("common.operation"),
|
227
|
-
fixed: "right",
|
228
|
-
"show-overflow-tooltip": "",
|
229
|
-
"min-width": e(J)
|
230
|
-
}, {
|
231
|
-
default: f((l) => [
|
232
|
-
(h(), z(Ae(e(He)), {
|
233
|
-
table: e(r),
|
234
|
-
next: e(p),
|
235
|
-
set: e(C),
|
236
|
-
row: l.row,
|
237
|
-
onPreview: e(he),
|
238
|
-
onEdit: e(fe),
|
239
|
-
onCopy: e(ye),
|
240
|
-
onBeforeRemove: e(we),
|
241
|
-
onRemove: e(X),
|
242
|
-
onChangeWidth: e(ze)
|
243
|
-
}, null, 40, ["table", "next", "set", "row", "onPreview", "onEdit", "onCopy", "onBeforeRemove", "onRemove", "onChangeWidth"]))
|
244
|
-
]),
|
245
|
-
_: 1
|
246
|
-
}, 8, ["label", "min-width"])
|
247
|
-
]),
|
248
|
-
_: 1
|
249
|
-
}, 8, ["class", "max-height", "data", "default-sort", "onHeaderDragend"]),
|
250
|
-
v(e(Fe), {
|
251
|
-
ref_key: "footerRef",
|
252
|
-
ref: O,
|
253
|
-
class: "list-toolbar"
|
254
|
-
}, {
|
255
|
-
default: f(() => [
|
256
|
-
v(d, {
|
257
|
-
background: "",
|
258
|
-
layout: e(y).layout,
|
259
|
-
"current-page": e(u).page,
|
260
|
-
"pager-count": e(y).count,
|
261
|
-
total: e(u).count,
|
262
|
-
"page-sizes": e(y).sizes,
|
263
|
-
onCurrentChange: e(Ce),
|
264
|
-
onSizeChange: e(Re),
|
265
|
-
"page-size": e(u).size,
|
266
|
-
"onUpdate:pageSize": a[4] || (a[4] = (l) => e(u).size = l)
|
267
|
-
}, null, 8, ["layout", "current-page", "pager-count", "total", "page-sizes", "onCurrentChange", "onSizeChange", "page-size"])
|
268
|
-
]),
|
269
|
-
_: 1
|
270
|
-
}, 512),
|
271
|
-
e(p).import ? (h(), z(Xe, {
|
272
|
-
key: 0,
|
273
|
-
next: e(p),
|
274
|
-
onClose: a[5] || (a[5] = (l) => x(m) ? m.value = !1 : m = !1),
|
275
|
-
onSucceed: e(M),
|
276
|
-
modelValue: e(m),
|
277
|
-
"onUpdate:modelValue": a[6] || (a[6] = (l) => x(m) ? m.value = l : m = l)
|
278
|
-
}, null, 8, ["next", "onSucceed", "modelValue"])) : $("", !0),
|
279
|
-
e(p).export ? (h(), z(Ye, {
|
280
|
-
key: 1,
|
281
|
-
route: e(p).export.route,
|
282
|
-
"page-count": e(b).math.pageCount(e(u).count, e(u).size),
|
283
|
-
onClose: a[7] || (a[7] = (l) => x(g) ? g.value = !1 : g = !1),
|
284
|
-
modelValue: e(g),
|
285
|
-
"onUpdate:modelValue": a[8] || (a[8] = (l) => x(g) ? g.value = l : g = l)
|
286
|
-
}, null, 8, ["route", "page-count", "modelValue"])) : $("", !0),
|
287
|
-
e(n).page ? (h(), z(_, {
|
288
|
-
key: 2,
|
289
|
-
"destroy-on-close": "",
|
290
|
-
"append-to-body": e(n).appendToBody,
|
291
|
-
size: e(re).getDrawerWidth(e(B)),
|
292
|
-
modelValue: e(n).visible,
|
293
|
-
"onUpdate:modelValue": a[9] || (a[9] = (l) => e(n).visible = l)
|
294
|
-
}, {
|
295
|
-
header: f(() => [
|
296
|
-
T("div", at, [
|
297
|
-
ne(S(e(n).title) + " ", 1),
|
298
|
-
e(n).env ? (h(), U("span", lt, "[" + S(e(n).env) + "]", 1)) : $("", !0),
|
299
|
-
T("a", {
|
300
|
-
class: "drawer-copy",
|
301
|
-
href: e(b).url.getToUrl(e(n).url)
|
302
|
-
}, S(e(V).t("common.link")), 9, ot)
|
303
|
-
])
|
304
|
-
]),
|
305
|
-
default: f(() => [
|
306
|
-
v(e(Ge), {
|
307
|
-
ref_key: "pageRef",
|
308
|
-
ref: F,
|
309
|
-
url: e(n).url,
|
310
|
-
onLoaded: e(xe),
|
311
|
-
onSucceed: e(M),
|
312
|
-
onClose: e(_e)
|
313
|
-
}, null, 8, ["url", "onLoaded", "onSucceed", "onClose"])
|
314
|
-
]),
|
315
|
-
_: 1
|
316
|
-
}, 8, ["append-to-body", "size", "modelValue"])) : $("", !0)
|
317
|
-
], 512);
|
318
|
-
};
|
319
|
-
}
|
320
|
-
});
|
321
|
-
export {
|
322
|
-
bt as default
|
323
|
-
};
|
package/dist/Text-Bx46Fcln.js
DELETED
@@ -1,58 +0,0 @@
|
|
1
|
-
import { defineComponent as _, toRefs as b, computed as x, resolveComponent as V, openBlock as h, createBlock as y, unref as e, withKeys as C, isRef as g, createSlots as k, withCtx as v, createTextVNode as w, toDisplayString as K } from "vue";
|
2
|
-
import "./assets/liquidjs-BfOWWjtJ.js";
|
3
|
-
import "./assets/underscore-B0BCaBxV.js";
|
4
|
-
import "./assets/file-saver-CwlpTZSc.js";
|
5
|
-
import "./assets/clone-BZn0cTAu.js";
|
6
|
-
import "./assets/underscore.string-DVXD2SZo.js";
|
7
|
-
import "./assets/moment-h96o7c8I.js";
|
8
|
-
import { I as B } from "./main-BJRpvr2g.js";
|
9
|
-
const z = /* @__PURE__ */ _({
|
10
|
-
__name: "Text",
|
11
|
-
props: {
|
12
|
-
schema: {},
|
13
|
-
table: {},
|
14
|
-
field: {},
|
15
|
-
set: {},
|
16
|
-
row: {},
|
17
|
-
modelValue: {}
|
18
|
-
},
|
19
|
-
emits: ["submit", "change", "clear", "update:modelValue"],
|
20
|
-
setup(m, { emit: p }) {
|
21
|
-
let l = p, i = m, { table: d, field: o, set: I, modelValue: s } = b(i), u = (t) => {
|
22
|
-
l("submit", t);
|
23
|
-
}, c = () => {
|
24
|
-
l("clear");
|
25
|
-
}, a = x({
|
26
|
-
get() {
|
27
|
-
return s.value;
|
28
|
-
},
|
29
|
-
set(t) {
|
30
|
-
l("update:modelValue", t), l("change", t);
|
31
|
-
}
|
32
|
-
});
|
33
|
-
return (t, r) => {
|
34
|
-
const f = V("el-input");
|
35
|
-
return h(), y(f, {
|
36
|
-
type: "text",
|
37
|
-
disabled: e(o).control.readonly,
|
38
|
-
placeholder: e(B).field_placeholder(e(d).name, e(o).name),
|
39
|
-
clearable: "",
|
40
|
-
onKeyup: C(e(u), ["enter", "native"]),
|
41
|
-
onClear: e(c),
|
42
|
-
modelValue: e(a),
|
43
|
-
"onUpdate:modelValue": r[0] || (r[0] = (n) => g(a) ? a.value = n : a = n)
|
44
|
-
}, k({ _: 2 }, [
|
45
|
-
e(o).suffix ? {
|
46
|
-
name: "append",
|
47
|
-
fn: v(() => [
|
48
|
-
w(K(e(o).suffix), 1)
|
49
|
-
]),
|
50
|
-
key: "0"
|
51
|
-
} : void 0
|
52
|
-
]), 1032, ["disabled", "placeholder", "onKeyup", "onClear", "modelValue"]);
|
53
|
-
};
|
54
|
-
}
|
55
|
-
});
|
56
|
-
export {
|
57
|
-
z as default
|
58
|
-
};
|
package/dist/Text-CA8i8QjK.js
DELETED
package/dist/Text-Dv_w46l8.js
DELETED
@@ -1,54 +0,0 @@
|
|
1
|
-
import { defineComponent as x, mergeModels as p, toRefs as g, useModel as C, resolveComponent as V, openBlock as _, createBlock as b, unref as e, withKeys as y, isRef as v, createSlots as k, withCtx as D, createTextVNode as K, toDisplayString as M } 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 w } from "./main-BJRpvr2g.js";
|
9
|
-
const z = /* @__PURE__ */ x({
|
10
|
-
__name: "Text",
|
11
|
-
props: /* @__PURE__ */ p({
|
12
|
-
schema: {},
|
13
|
-
table: {},
|
14
|
-
field: {},
|
15
|
-
searchData: {}
|
16
|
-
}, {
|
17
|
-
modelValue: {},
|
18
|
-
modelModifiers: {}
|
19
|
-
}),
|
20
|
-
emits: /* @__PURE__ */ p(["change", "submit"], ["update:modelValue"]),
|
21
|
-
setup(o, { emit: s }) {
|
22
|
-
let a = s, u = o, { table: d, field: l, searchData: B } = g(u), t = C(o, "modelValue"), c = (m) => {
|
23
|
-
m == "" && (t.value = null), a("change", t.value);
|
24
|
-
}, n = () => {
|
25
|
-
a("submit");
|
26
|
-
}, f = () => {
|
27
|
-
n();
|
28
|
-
};
|
29
|
-
return (m, r) => {
|
30
|
-
const h = V("el-input");
|
31
|
-
return _(), b(h, {
|
32
|
-
type: "text",
|
33
|
-
placeholder: e(w).field_placeholder(e(d).name, e(l).name),
|
34
|
-
clearable: "",
|
35
|
-
onKeyup: y(e(n), ["enter", "native"]),
|
36
|
-
onChange: e(c),
|
37
|
-
onClear: e(f),
|
38
|
-
modelValue: e(t),
|
39
|
-
"onUpdate:modelValue": r[0] || (r[0] = (i) => v(t) ? t.value = i : t = i)
|
40
|
-
}, k({ _: 2 }, [
|
41
|
-
e(l).suffix ? {
|
42
|
-
name: "append",
|
43
|
-
fn: D(() => [
|
44
|
-
K(M(e(l).suffix), 1)
|
45
|
-
]),
|
46
|
-
key: "0"
|
47
|
-
} : void 0
|
48
|
-
]), 1032, ["placeholder", "onKeyup", "onChange", "onClear", "modelValue"]);
|
49
|
-
};
|
50
|
-
}
|
51
|
-
});
|
52
|
-
export {
|
53
|
-
z as default
|
54
|
-
};
|
@@ -1,59 +0,0 @@
|
|
1
|
-
import { defineComponent as v, toRefs as V, ref as f, computed as y, resolveComponent as _, openBlock as i, createElementBlock as s, Fragment as g, unref as l, createBlock as B, isRef as d, createElementVNode as C, createCommentVNode as R, nextTick as T } from "vue";
|
2
|
-
import { U as H } from "./main-BJRpvr2g.js";
|
3
|
-
import "./assets/liquidjs-BfOWWjtJ.js";
|
4
|
-
import "./assets/underscore-B0BCaBxV.js";
|
5
|
-
import "./assets/file-saver-CwlpTZSc.js";
|
6
|
-
import "./assets/clone-BZn0cTAu.js";
|
7
|
-
import "./assets/underscore.string-DVXD2SZo.js";
|
8
|
-
import "./assets/moment-h96o7c8I.js";
|
9
|
-
const U = ["innerHTML"], A = /* @__PURE__ */ v({
|
10
|
-
__name: "Text",
|
11
|
-
props: {
|
12
|
-
schema: {},
|
13
|
-
table: {},
|
14
|
-
field: {},
|
15
|
-
set: {},
|
16
|
-
row: {},
|
17
|
-
modelValue: {}
|
18
|
-
},
|
19
|
-
setup(c) {
|
20
|
-
let k = c, { table: b, field: m, set: w, row: E, modelValue: x } = V(k), t = f(!1), u = f(), a = () => {
|
21
|
-
t.value = !0, T(() => {
|
22
|
-
u.value.focus();
|
23
|
-
});
|
24
|
-
}, o = y(() => {
|
25
|
-
var r;
|
26
|
-
let p = H.html.getHtml((r = x.value) == null ? void 0 : r.toString());
|
27
|
-
return (m.value.control.prefix || "") + (p || "") + (m.value.control.suffix || "");
|
28
|
-
});
|
29
|
-
return (p, e) => {
|
30
|
-
const r = _("el-input");
|
31
|
-
return i(), s(g, null, [
|
32
|
-
l(t) ? (i(), B(r, {
|
33
|
-
key: 1,
|
34
|
-
ref_key: "editRef",
|
35
|
-
ref: u,
|
36
|
-
type: "text",
|
37
|
-
onBlur: e[0] || (e[0] = (n) => d(t) ? t.value = !1 : t = !1),
|
38
|
-
modelValue: l(o),
|
39
|
-
"onUpdate:modelValue": e[1] || (e[1] = (n) => d(o) ? o.value = n : o = n)
|
40
|
-
}, null, 8, ["modelValue"])) : (i(), s("span", {
|
41
|
-
key: 0,
|
42
|
-
class: "text-text",
|
43
|
-
innerHTML: l(o)
|
44
|
-
}, null, 8, U)),
|
45
|
-
l(t) ? R("", !0) : (i(), s("span", {
|
46
|
-
key: 2,
|
47
|
-
class: "edit-inline",
|
48
|
-
onClick: e[2] || (e[2] = //@ts-ignore
|
49
|
-
(...n) => l(a) && l(a)(...n))
|
50
|
-
}, e[3] || (e[3] = [
|
51
|
-
C("i", { class: "fa fa-edit" }, null, -1)
|
52
|
-
])))
|
53
|
-
], 64);
|
54
|
-
};
|
55
|
-
}
|
56
|
-
});
|
57
|
-
export {
|
58
|
-
A as _
|
59
|
-
};
|
@@ -1,65 +0,0 @@
|
|
1
|
-
import { defineComponent as g, toRefs as E, ref as $, computed as s, resolveComponent as w, unref as r, openBlock as i, createElementBlock as f, renderSlot as u, createBlock as x, withCtx as y } from "vue";
|
2
|
-
import { U as p, D as B } from "./main-BJRpvr2g.js";
|
3
|
-
import "./assets/liquidjs-BfOWWjtJ.js";
|
4
|
-
import "./assets/underscore-B0BCaBxV.js";
|
5
|
-
import "./assets/file-saver-CwlpTZSc.js";
|
6
|
-
import "./assets/clone-BZn0cTAu.js";
|
7
|
-
import "./assets/underscore.string-DVXD2SZo.js";
|
8
|
-
import "./assets/moment-h96o7c8I.js";
|
9
|
-
const C = { key: 0 }, R = ["href", "target"], A = /* @__PURE__ */ g({
|
10
|
-
__name: "TextLink",
|
11
|
-
props: {
|
12
|
-
schema: {},
|
13
|
-
table: {},
|
14
|
-
field: {},
|
15
|
-
set: {},
|
16
|
-
row: {}
|
17
|
-
},
|
18
|
-
emits: ["submit", "change", "update:modelValue"],
|
19
|
-
setup(d, { emit: U }) {
|
20
|
-
let h = d, { table: D, field: t, set: L, row: m } = E(h), k = $(), a = s(() => {
|
21
|
-
let e = t.value.link.href;
|
22
|
-
return t.value.link.values.forEach((o) => {
|
23
|
-
e = e.replace(`{${o}}`, m.value[o]);
|
24
|
-
}), e;
|
25
|
-
}), _ = s(() => p.url.isWebUrl(a.value)), v = s(() => {
|
26
|
-
let e = a.value;
|
27
|
-
if (t.value.link.tables.length > 0) {
|
28
|
-
let l = {};
|
29
|
-
t.value.link.tables.forEach((n) => {
|
30
|
-
l[n.name] = {}, n.search.forEach((c) => {
|
31
|
-
l[n.name][c.name] = m.value[c.value];
|
32
|
-
});
|
33
|
-
});
|
34
|
-
let b = B.base64.encode(l);
|
35
|
-
e += "&condition=" + b;
|
36
|
-
}
|
37
|
-
return p.url.getToRoute(e);
|
38
|
-
});
|
39
|
-
return (e, o) => {
|
40
|
-
const l = w("router-link");
|
41
|
-
return r(k) ? (i(), f("div", C, [
|
42
|
-
u(e.$slots, "default")
|
43
|
-
])) : r(_) ? (i(), f("a", {
|
44
|
-
key: 1,
|
45
|
-
class: "text-link",
|
46
|
-
href: r(a),
|
47
|
-
target: r(t).link.target
|
48
|
-
}, [
|
49
|
-
u(e.$slots, "default")
|
50
|
-
], 8, R)) : (i(), x(l, {
|
51
|
-
key: 2,
|
52
|
-
class: "text-link",
|
53
|
-
to: r(v)
|
54
|
-
}, {
|
55
|
-
default: y(() => [
|
56
|
-
u(e.$slots, "default")
|
57
|
-
]),
|
58
|
-
_: 3
|
59
|
-
}, 8, ["to"]));
|
60
|
-
};
|
61
|
-
}
|
62
|
-
});
|
63
|
-
export {
|
64
|
-
A as default
|
65
|
-
};
|
@@ -1,28 +0,0 @@
|
|
1
|
-
import { defineComponent as u, toRefs as p, openBlock as i, createBlock as c, unref as e, isRef as _ } from "vue";
|
2
|
-
import { _ as V } from "./Text.vue_vue_type_style_index_0_lang-CfmQxBpy.js";
|
3
|
-
const x = /* @__PURE__ */ u({
|
4
|
-
__name: "Textarea",
|
5
|
-
props: {
|
6
|
-
schema: {},
|
7
|
-
table: {},
|
8
|
-
field: {},
|
9
|
-
set: {},
|
10
|
-
row: {},
|
11
|
-
modelValue: {}
|
12
|
-
},
|
13
|
-
setup(t) {
|
14
|
-
let r = t, { schema: s, table: m, field: f, set: d, row: n, modelValue: l } = p(r);
|
15
|
-
return (b, o) => (i(), c(V, {
|
16
|
-
schema: e(s),
|
17
|
-
table: e(m),
|
18
|
-
field: e(f),
|
19
|
-
row: e(n),
|
20
|
-
set: e(d),
|
21
|
-
modelValue: e(l),
|
22
|
-
"onUpdate:modelValue": o[0] || (o[0] = (a) => _(l) ? l.value = a : l = a)
|
23
|
-
}, null, 8, ["schema", "table", "field", "row", "set", "modelValue"]));
|
24
|
-
}
|
25
|
-
});
|
26
|
-
export {
|
27
|
-
x as default
|
28
|
-
};
|
@@ -1,37 +0,0 @@
|
|
1
|
-
import { defineComponent as i, toRefs as c, computed as f, resolveComponent as V, openBlock as _, createBlock as b, unref as t, isRef as w } from "vue";
|
2
|
-
const k = /* @__PURE__ */ i({
|
3
|
-
__name: "Textarea",
|
4
|
-
props: {
|
5
|
-
schema: {},
|
6
|
-
table: {},
|
7
|
-
field: {},
|
8
|
-
set: {},
|
9
|
-
row: {},
|
10
|
-
modelValue: {}
|
11
|
-
},
|
12
|
-
emits: ["submit", "change", "update:modelValue"],
|
13
|
-
setup(n, { emit: r }) {
|
14
|
-
let a = r, m = n, { schema: x, table: g, field: o, set: h, row: z, modelValue: d } = c(m), e = f({
|
15
|
-
get() {
|
16
|
-
return d.value;
|
17
|
-
},
|
18
|
-
set(l) {
|
19
|
-
a("update:modelValue", l), a("change", l);
|
20
|
-
}
|
21
|
-
});
|
22
|
-
return (l, s) => {
|
23
|
-
const p = V("el-input");
|
24
|
-
return _(), b(p, {
|
25
|
-
type: "textarea",
|
26
|
-
disabled: t(o).readonly,
|
27
|
-
rows: t(o).control.rows,
|
28
|
-
autosize: t(o).control.autoResize,
|
29
|
-
modelValue: t(e),
|
30
|
-
"onUpdate:modelValue": s[0] || (s[0] = (u) => w(e) ? e.value = u : e = u)
|
31
|
-
}, null, 8, ["disabled", "rows", "autosize", "modelValue"]);
|
32
|
-
};
|
33
|
-
}
|
34
|
-
});
|
35
|
-
export {
|
36
|
-
k as default
|
37
|
-
};
|
package/dist/Time-WN0VMSgh.js
DELETED
@@ -1,43 +0,0 @@
|
|
1
|
-
import { defineComponent as c, toRefs as f, computed as _, resolveComponent as V, openBlock as h, createBlock as b, unref as e, isRef as g } 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 U = /* @__PURE__ */ c({
|
10
|
-
__name: "Time",
|
11
|
-
props: {
|
12
|
-
schema: {},
|
13
|
-
table: {},
|
14
|
-
field: {},
|
15
|
-
set: {},
|
16
|
-
row: {},
|
17
|
-
modelValue: {}
|
18
|
-
},
|
19
|
-
emits: ["submit", "change", "update:modelValue"],
|
20
|
-
setup(p, { emit: d }) {
|
21
|
-
let o = d, i = p, { table: n, field: m, set: x, modelValue: s } = f(i), t = _({
|
22
|
-
get() {
|
23
|
-
return s.value;
|
24
|
-
},
|
25
|
-
set(l) {
|
26
|
-
o("update:modelValue", l), o("change", l);
|
27
|
-
}
|
28
|
-
});
|
29
|
-
return (l, a) => {
|
30
|
-
const u = V("el-time-select");
|
31
|
-
return h(), b(u, {
|
32
|
-
type: "time",
|
33
|
-
placeholder: e(k).field_choose_placeholder(e(n).name, e(m).name),
|
34
|
-
disabled: e(m).control.readonly,
|
35
|
-
modelValue: e(t),
|
36
|
-
"onUpdate:modelValue": a[0] || (a[0] = (r) => g(t) ? t.value = r : t = r)
|
37
|
-
}, null, 8, ["placeholder", "disabled", "modelValue"]);
|
38
|
-
};
|
39
|
-
}
|
40
|
-
});
|
41
|
-
export {
|
42
|
-
U as default
|
43
|
-
};
|