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,20 +0,0 @@
|
|
1
|
-
import { defineComponent as o, openBlock as i, createElementBlock as n, createElementVNode as e, toDisplayString as r, unref as s } from "vue";
|
2
|
-
import "./assets/liquidjs-BfOWWjtJ.js";
|
3
|
-
import "./assets/underscore-B0BCaBxV.js";
|
4
|
-
import "./assets/file-saver-CwlpTZSc.js";
|
5
|
-
import "./assets/clone-BZn0cTAu.js";
|
6
|
-
import "./assets/underscore.string-DVXD2SZo.js";
|
7
|
-
import "./assets/moment-h96o7c8I.js";
|
8
|
-
import { S as m } from "./main-BJRpvr2g.js";
|
9
|
-
const p = { class: "maintenance" }, a = { class: "description" }, x = /* @__PURE__ */ o({
|
10
|
-
__name: "Maintaince",
|
11
|
-
setup(c) {
|
12
|
-
return (l, t) => (i(), n("div", p, [
|
13
|
-
t[0] || (t[0] = e("div", { class: "title" }, "系统维护中", -1)),
|
14
|
-
e("div", a, r(s(m).setting), 1)
|
15
|
-
]));
|
16
|
-
}
|
17
|
-
});
|
18
|
-
export {
|
19
|
-
x as default
|
20
|
-
};
|
@@ -1,37 +0,0 @@
|
|
1
|
-
import { defineComponent as r, toRefs as s, onMounted as i, computed as c, resolveComponent as f, openBlock as V, createBlock as _, unref as b, isRef as g } from "vue";
|
2
|
-
const B = /* @__PURE__ */ r({
|
3
|
-
__name: "Markdown",
|
4
|
-
props: {
|
5
|
-
schema: {},
|
6
|
-
table: {},
|
7
|
-
field: {},
|
8
|
-
set: {},
|
9
|
-
row: {},
|
10
|
-
modelValue: {}
|
11
|
-
},
|
12
|
-
emits: ["submit", "change", "update:modelValue"],
|
13
|
-
setup(a, { emit: u }) {
|
14
|
-
let l = u, m = a, { table: k, field: x, set: h, modelValue: d } = s(m);
|
15
|
-
i(() => {
|
16
|
-
});
|
17
|
-
let e = c({
|
18
|
-
get() {
|
19
|
-
return d.value;
|
20
|
-
},
|
21
|
-
set(t) {
|
22
|
-
l("update:modelValue", t), l("change", t);
|
23
|
-
}
|
24
|
-
});
|
25
|
-
return (t, o) => {
|
26
|
-
const p = f("el-input");
|
27
|
-
return V(), _(p, {
|
28
|
-
type: "textarea",
|
29
|
-
modelValue: b(e),
|
30
|
-
"onUpdate:modelValue": o[0] || (o[0] = (n) => g(e) ? e.value = n : e = n)
|
31
|
-
}, null, 8, ["modelValue"]);
|
32
|
-
};
|
33
|
-
}
|
34
|
-
});
|
35
|
-
export {
|
36
|
-
B as default
|
37
|
-
};
|
@@ -1,27 +0,0 @@
|
|
1
|
-
import { defineComponent as u, defineAsyncComponent as i, toRefs as c, openBlock as w, createBlock as V, unref as e, isRef as b } from "vue";
|
2
|
-
const h = /* @__PURE__ */ u({
|
3
|
-
__name: "Markdown",
|
4
|
-
props: {
|
5
|
-
schema: {},
|
6
|
-
table: {},
|
7
|
-
field: {},
|
8
|
-
set: {},
|
9
|
-
row: {},
|
10
|
-
modelValue: {}
|
11
|
-
},
|
12
|
-
setup(a) {
|
13
|
-
let r = i(() => import("./Text-CA8i8QjK.js")), s = a, { schema: m, table: n, field: d, set: f, row: p, modelValue: l } = c(s);
|
14
|
-
return (x, o) => (w(), V(e(r), {
|
15
|
-
schema: e(m),
|
16
|
-
table: e(n),
|
17
|
-
field: e(d),
|
18
|
-
row: e(p),
|
19
|
-
set: e(f),
|
20
|
-
modelValue: e(l),
|
21
|
-
"onUpdate:modelValue": o[0] || (o[0] = (t) => b(l) ? l.value = t : l = t)
|
22
|
-
}, null, 8, ["schema", "table", "field", "row", "set", "modelValue"]));
|
23
|
-
}
|
24
|
-
});
|
25
|
-
export {
|
26
|
-
h as default
|
27
|
-
};
|
package/dist/Month-BNp70T17.js
DELETED
@@ -1,44 +0,0 @@
|
|
1
|
-
import { defineComponent as c, toRefs as f, computed as _, resolveComponent as h, openBlock as V, createBlock as b, unref as e, isRef as k } from "vue";
|
2
|
-
import "./assets/liquidjs-BfOWWjtJ.js";
|
3
|
-
import "./assets/underscore-B0BCaBxV.js";
|
4
|
-
import "./assets/file-saver-CwlpTZSc.js";
|
5
|
-
import "./assets/clone-BZn0cTAu.js";
|
6
|
-
import "./assets/underscore.string-DVXD2SZo.js";
|
7
|
-
import "./assets/moment-h96o7c8I.js";
|
8
|
-
import { I as Y } from "./main-BJRpvr2g.js";
|
9
|
-
const w = /* @__PURE__ */ c({
|
10
|
-
__name: "Month",
|
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 l = d, n = p, { table: i, field: a, set: g, modelValue: s } = f(n), o = _({
|
22
|
-
get() {
|
23
|
-
return s.value;
|
24
|
-
},
|
25
|
-
set(t) {
|
26
|
-
l("update:modelValue", t), l("change", t);
|
27
|
-
}
|
28
|
-
});
|
29
|
-
return (t, m) => {
|
30
|
-
const u = h("el-date-picker");
|
31
|
-
return V(), b(u, {
|
32
|
-
type: "month",
|
33
|
-
placeholder: e(Y).field_choose_placeholder(e(i).name, e(a).name),
|
34
|
-
"value-format": "YYYY-MM",
|
35
|
-
disabled: e(a).control.readonly,
|
36
|
-
modelValue: e(o),
|
37
|
-
"onUpdate:modelValue": m[0] || (m[0] = (r) => k(o) ? o.value = r : o = r)
|
38
|
-
}, null, 8, ["placeholder", "disabled", "modelValue"]);
|
39
|
-
};
|
40
|
-
}
|
41
|
-
});
|
42
|
-
export {
|
43
|
-
w as default
|
44
|
-
};
|
package/dist/Month-CK5GNwwH.js
DELETED
@@ -1,27 +0,0 @@
|
|
1
|
-
import { defineComponent as u, defineAsyncComponent as i, toRefs as c, openBlock as V, createBlock as b, unref as e, isRef as h } from "vue";
|
2
|
-
const _ = /* @__PURE__ */ u({
|
3
|
-
__name: "Month",
|
4
|
-
props: {
|
5
|
-
schema: {},
|
6
|
-
table: {},
|
7
|
-
field: {},
|
8
|
-
set: {},
|
9
|
-
row: {},
|
10
|
-
modelValue: {}
|
11
|
-
},
|
12
|
-
setup(a) {
|
13
|
-
let s = i(() => import("./Text-CA8i8QjK.js")), m = a, { schema: n, table: r, field: d, set: f, row: p, modelValue: l } = c(m);
|
14
|
-
return (w, t) => (V(), b(e(s), {
|
15
|
-
schema: e(n),
|
16
|
-
table: e(r),
|
17
|
-
field: e(d),
|
18
|
-
row: e(p),
|
19
|
-
set: e(f),
|
20
|
-
modelValue: e(l),
|
21
|
-
"onUpdate:modelValue": t[0] || (t[0] = (o) => h(l) ? l.value = o : l = o)
|
22
|
-
}, null, 8, ["schema", "table", "field", "row", "set", "modelValue"]));
|
23
|
-
}
|
24
|
-
});
|
25
|
-
export {
|
26
|
-
_ as default
|
27
|
-
};
|
package/dist/Month-D4gy17OL.js
DELETED
@@ -1,43 +0,0 @@
|
|
1
|
-
import { defineComponent as c, toRefs as f, computed as h, resolveComponent as _, openBlock as V, createBlock as b, unref as e, isRef as k } from "vue";
|
2
|
-
import "./assets/liquidjs-BfOWWjtJ.js";
|
3
|
-
import "./assets/underscore-B0BCaBxV.js";
|
4
|
-
import "./assets/file-saver-CwlpTZSc.js";
|
5
|
-
import "./assets/clone-BZn0cTAu.js";
|
6
|
-
import "./assets/underscore.string-DVXD2SZo.js";
|
7
|
-
import "./assets/moment-h96o7c8I.js";
|
8
|
-
import { I as Y } from "./main-BJRpvr2g.js";
|
9
|
-
const R = /* @__PURE__ */ c({
|
10
|
-
__name: "Month",
|
11
|
-
props: {
|
12
|
-
schema: {},
|
13
|
-
table: {},
|
14
|
-
field: {},
|
15
|
-
searchData: {},
|
16
|
-
modelValue: {}
|
17
|
-
},
|
18
|
-
emits: ["submit", "change", "update:modelValue"],
|
19
|
-
setup(p, { emit: d }) {
|
20
|
-
let l = d, n = p, { table: i, field: a, searchData: g, modelValue: s } = f(n), o = h({
|
21
|
-
get() {
|
22
|
-
return s.value;
|
23
|
-
},
|
24
|
-
set(t) {
|
25
|
-
l("update:modelValue", t), l("change", t);
|
26
|
-
}
|
27
|
-
});
|
28
|
-
return (t, m) => {
|
29
|
-
const u = _("el-date-picker");
|
30
|
-
return V(), b(u, {
|
31
|
-
type: "month",
|
32
|
-
placeholder: e(Y).field_choose_placeholder(e(i).name, e(a).name),
|
33
|
-
"value-format": "YYYY-MM",
|
34
|
-
disabled: e(a).control.readonly,
|
35
|
-
modelValue: e(o),
|
36
|
-
"onUpdate:modelValue": m[0] || (m[0] = (r) => k(o) ? o.value = r : o = r)
|
37
|
-
}, null, 8, ["placeholder", "disabled", "modelValue"]);
|
38
|
-
};
|
39
|
-
}
|
40
|
-
});
|
41
|
-
export {
|
42
|
-
R as default
|
43
|
-
};
|
package/dist/Normal-Cvx8228I.js
DELETED
@@ -1,266 +0,0 @@
|
|
1
|
-
import { defineComponent as ge, toRefs as _e, ref as w, onMounted as be, computed as V, watch as L, resolveComponent as _, openBlock as n, createElementBlock as v, normalizeClass as K, unref as e, createBlock as g, withCtx as m, Fragment as S, renderList as $, createVNode as C, createCommentVNode as I, toDisplayString as M, createElementVNode as O, normalizeStyle as ye, createTextVNode as Ce, resolveDynamicComponent as ke } from "vue";
|
2
|
-
import { h as P, m as N, c as xe, U as Q, b as X, I as Y, p as Re } 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 "vue-router";
|
10
|
-
import "./assets/intro.js-Cg1adLK7.js";
|
11
|
-
const we = {
|
12
|
-
key: 1,
|
13
|
-
class: "ha-empty"
|
14
|
-
}, Se = {
|
15
|
-
key: 2,
|
16
|
-
ref: "normalRows",
|
17
|
-
class: "normal-rows"
|
18
|
-
}, $e = {
|
19
|
-
key: 0,
|
20
|
-
class: "normal-selection"
|
21
|
-
}, ze = { class: "normal-content" }, qe = /* @__PURE__ */ ge({
|
22
|
-
__name: "Normal",
|
23
|
-
props: {
|
24
|
-
route: {},
|
25
|
-
validateErrors: {},
|
26
|
-
module: {},
|
27
|
-
schema: {},
|
28
|
-
table: {},
|
29
|
-
layout: {},
|
30
|
-
next: {},
|
31
|
-
set: {},
|
32
|
-
url: {},
|
33
|
-
win: {}
|
34
|
-
},
|
35
|
-
emits: ["change", "submit"],
|
36
|
-
setup(Z, { expose: ee, emit: le }) {
|
37
|
-
let q = le, te = Z, { module: A, set: c, schema: D, table: t, layout: i, validateErrors: U } = _e(te), p = w({ page: 1, count: c.value[t.value.name].length }), k = w([]), b = w(), j = w([]), T = w(), ae = (l) => {
|
38
|
-
j.value.push(l);
|
39
|
-
}, ne = () => {
|
40
|
-
p.value.page = 1;
|
41
|
-
}, oe = () => {
|
42
|
-
b.value = W(t.value);
|
43
|
-
let l = N.getDefaultRow(t.value);
|
44
|
-
c.value[t.value.name].push(l);
|
45
|
-
}, ue = () => {
|
46
|
-
let l = c.value[t.value.name];
|
47
|
-
k.value.forEach((a) => {
|
48
|
-
l.splice(l.indexOf(a), 1);
|
49
|
-
}), k.value = [], j.value.forEach((a) => {
|
50
|
-
a.model && (a.model = !1);
|
51
|
-
});
|
52
|
-
}, x = (l) => c.value[t.value.name].indexOf(l), re = (l, a, u, r, d) => {
|
53
|
-
console.log("updated"), N.updateSpec(u, a), q("change", l, a, u, r, d);
|
54
|
-
}, se = (l, a) => {
|
55
|
-
l ? k.value.push(a) : Q.array.remove(k.value, a);
|
56
|
-
}, me = (l) => {
|
57
|
-
q("submit", l);
|
58
|
-
}, ce = (l, a = null) => {
|
59
|
-
p.value.page = l;
|
60
|
-
}, W = (l) => {
|
61
|
-
if (l.main || l.search.length == 0)
|
62
|
-
return null;
|
63
|
-
let a = {};
|
64
|
-
l.search.forEach((r) => {
|
65
|
-
a[r.name] || (a[r.name] = null);
|
66
|
-
});
|
67
|
-
let u = {};
|
68
|
-
return u[l.name] = a, u;
|
69
|
-
}, G = (l) => {
|
70
|
-
b.value = W(l);
|
71
|
-
}, ie = () => {
|
72
|
-
F();
|
73
|
-
}, pe = (l) => {
|
74
|
-
G(l.schema[0]);
|
75
|
-
}, F = () => {
|
76
|
-
let l = T.value.clientWidth;
|
77
|
-
i.value.column = Math.ceil(l / 500);
|
78
|
-
}, ve = () => {
|
79
|
-
F(), G(t.value);
|
80
|
-
};
|
81
|
-
be(() => {
|
82
|
-
ve();
|
83
|
-
});
|
84
|
-
let de = V(() => P.splitRows(t.value.search, i.value.column)), H = V(() => {
|
85
|
-
if (!b.value)
|
86
|
-
return c.value[t.value.name];
|
87
|
-
let l = b.value[t.value.name], a = (p.value.page - 1) * i.value.size, u = p.value.page * i.value.size - 1, r = c.value[t.value.name].filter((z) => {
|
88
|
-
let f = !0;
|
89
|
-
for (let R = 0; R < t.value.search.length; R++) {
|
90
|
-
let y = t.value.search[R], o = z[y.name], h = l[y.name];
|
91
|
-
if (h) {
|
92
|
-
if (y.search == "Equals") {
|
93
|
-
if (o !== h) {
|
94
|
-
f = !1;
|
95
|
-
break;
|
96
|
-
}
|
97
|
-
} else if (y.search == "Contains" && o.indexOf(h) == -1) {
|
98
|
-
f = !1;
|
99
|
-
break;
|
100
|
-
}
|
101
|
-
}
|
102
|
-
}
|
103
|
-
return f;
|
104
|
-
});
|
105
|
-
return p.value.count = r.length, r.filter((z, f) => f >= a && f <= u);
|
106
|
-
}), he = V(() => N.getLines(t.value.show, i.value.column, (a) => a, (a) => a.colspan)), fe = V(() => {
|
107
|
-
let l = t.value.main ? `/${t.value.name}` : `/${D.value[0].name}/${t.value.name}`;
|
108
|
-
return xe.getComponent(`${l}/update-child`, "partial", "update-child");
|
109
|
-
});
|
110
|
-
return L(() => c.value[t.value.name], (l, a) => {
|
111
|
-
let u = l.length, r = a.length, d = Q.math.pageCount(c.value[t.value.name].length, i.value.size);
|
112
|
-
(u > r || u < r && p.value.page > d) && (p.value.page = d);
|
113
|
-
}, { deep: !0 }), L(U, (l, a) => {
|
114
|
-
let u = l.find((r) => r.table == t.value.name);
|
115
|
-
u != null && (p.value.page = Math.ceil((u.index + 1) / i.value.size));
|
116
|
-
}), L(t, (l, a) => {
|
117
|
-
F();
|
118
|
-
}), ee({ onResize: ie, update: pe }), (l, a) => {
|
119
|
-
const u = _("el-form-item"), r = _("el-col"), d = _("el-row"), z = _("el-form"), f = _("el-checkbox"), R = _("el-popover"), y = _("el-pagination");
|
120
|
-
return n(), v("div", {
|
121
|
-
ref_key: "normalRef",
|
122
|
-
ref: T,
|
123
|
-
class: K(["ha-normal-layout", { draggable: e(i).sort }])
|
124
|
-
}, [
|
125
|
-
e(b) ? (n(), g(z, {
|
126
|
-
key: 0,
|
127
|
-
class: "search-form"
|
128
|
-
}, {
|
129
|
-
default: m(() => [
|
130
|
-
(n(!0), v(S, null, $(e(de), (o, h) => (n(), g(d, {
|
131
|
-
gutter: 5,
|
132
|
-
key: h
|
133
|
-
}, {
|
134
|
-
default: m(() => [
|
135
|
-
(n(!0), v(S, null, $(o, (s, B) => (n(), g(r, {
|
136
|
-
span: 24 / e(i).column,
|
137
|
-
key: B
|
138
|
-
}, {
|
139
|
-
default: m(() => [
|
140
|
-
C(u, {
|
141
|
-
label: s.label
|
142
|
-
}, {
|
143
|
-
default: m(() => [
|
144
|
-
C(e(X), {
|
145
|
-
schema: e(D),
|
146
|
-
table: e(t),
|
147
|
-
field: s,
|
148
|
-
set: e(b),
|
149
|
-
row: o,
|
150
|
-
onSubmit: e(ne)
|
151
|
-
}, null, 8, ["schema", "table", "field", "set", "row", "onSubmit"])
|
152
|
-
]),
|
153
|
-
_: 2
|
154
|
-
}, 1032, ["label"])
|
155
|
-
]),
|
156
|
-
_: 2
|
157
|
-
}, 1032, ["span"]))), 128))
|
158
|
-
]),
|
159
|
-
_: 2
|
160
|
-
}, 1024))), 128))
|
161
|
-
]),
|
162
|
-
_: 1
|
163
|
-
})) : I("", !0),
|
164
|
-
e(H).length ? (n(), v("div", Se, [
|
165
|
-
(n(!0), v(S, null, $(e(H), (o) => (n(), v("div", {
|
166
|
-
class: K(["normal-row", { main: e(t).main }])
|
167
|
-
}, [
|
168
|
-
e(t).main ? I("", !0) : (n(), v("div", $e, [
|
169
|
-
C(f, {
|
170
|
-
ref_for: !0,
|
171
|
-
ref: e(ae),
|
172
|
-
class: "normal-checkbox",
|
173
|
-
row: o,
|
174
|
-
onChange: (h) => e(se)(h, o)
|
175
|
-
}, null, 8, ["row", "onChange"])
|
176
|
-
])),
|
177
|
-
O("div", ze, [
|
178
|
-
(n(!0), v(S, null, $(e(he), (h) => (n(), g(d, null, {
|
179
|
-
default: m(() => [
|
180
|
-
(n(!0), v(S, null, $(h, ({ data: s, span: B }) => (n(), g(r, {
|
181
|
-
span: B,
|
182
|
-
key: `${e(t).name}.${s.name}`
|
183
|
-
}, {
|
184
|
-
default: m(() => [
|
185
|
-
C(u, {
|
186
|
-
style: ye(e(P).getStyle(s, e(A).type, e(i).type)),
|
187
|
-
label: s.label,
|
188
|
-
rules: e(N).getRules(e(U), e(t), s, e(x)(o)),
|
189
|
-
prop: `[${e(t).name}][${e(x)(o)}][${s.name}]`
|
190
|
-
}, {
|
191
|
-
label: m(() => {
|
192
|
-
var E;
|
193
|
-
return [
|
194
|
-
Ce(M(e(Y).field(e(t).name, s.name)) + " ", 1),
|
195
|
-
(E = s.specs[e(x)(o)].tooltip) != null && E.content ? (n(), g(R, {
|
196
|
-
key: 0,
|
197
|
-
trigger: "hover",
|
198
|
-
placement: "top",
|
199
|
-
width: "auto",
|
200
|
-
title: s.specs[e(x)(o)].tooltip.title
|
201
|
-
}, {
|
202
|
-
reference: m(() => a[1] || (a[1] = [
|
203
|
-
O("i", { class: "fa fa-info-circle icon-question" }, null, -1)
|
204
|
-
])),
|
205
|
-
default: m(() => {
|
206
|
-
var J;
|
207
|
-
return [
|
208
|
-
O("pre", null, M((J = s.specs[e(x)(o)].tooltip) == null ? void 0 : J.content), 1)
|
209
|
-
];
|
210
|
-
}),
|
211
|
-
_: 2
|
212
|
-
}, 1032, ["title"])) : I("", !0)
|
213
|
-
];
|
214
|
-
}),
|
215
|
-
default: m(() => [
|
216
|
-
C(e(X), {
|
217
|
-
schema: e(D),
|
218
|
-
set: e(c),
|
219
|
-
table: e(t),
|
220
|
-
row: o,
|
221
|
-
field: s,
|
222
|
-
onSubmit: e(me),
|
223
|
-
onChange: (E) => e(re)(E, e(c), e(t), o, s)
|
224
|
-
}, null, 8, ["schema", "set", "table", "row", "field", "onSubmit", "onChange"])
|
225
|
-
]),
|
226
|
-
_: 2
|
227
|
-
}, 1032, ["style", "label", "rules", "prop"])
|
228
|
-
]),
|
229
|
-
_: 2
|
230
|
-
}, 1032, ["span"]))), 128))
|
231
|
-
]),
|
232
|
-
_: 2
|
233
|
-
}, 1024))), 256))
|
234
|
-
])
|
235
|
-
], 2))), 256))
|
236
|
-
], 512)) : (n(), v("div", we, M(e(Y).t("common.no_data")), 1)),
|
237
|
-
e(t).main ? I("", !0) : (n(), g(e(Re), { key: 3 }, {
|
238
|
-
left: m(() => [
|
239
|
-
(n(), g(ke(e(fe)), {
|
240
|
-
module: e(A),
|
241
|
-
set: e(c),
|
242
|
-
table: e(t),
|
243
|
-
selection: e(k),
|
244
|
-
onAdd: e(oe),
|
245
|
-
onRemove: e(ue)
|
246
|
-
}, null, 40, ["module", "set", "table", "selection", "onAdd", "onRemove"]))
|
247
|
-
]),
|
248
|
-
default: m(() => [
|
249
|
-
C(y, {
|
250
|
-
background: "",
|
251
|
-
layout: "total, prev, pager, next, jumper",
|
252
|
-
"current-page": e(p).page,
|
253
|
-
"page-size": e(i).size,
|
254
|
-
total: e(p).count,
|
255
|
-
onCurrentChange: a[0] || (a[0] = (o) => e(ce)(o, e(t)))
|
256
|
-
}, null, 8, ["current-page", "page-size", "total"])
|
257
|
-
]),
|
258
|
-
_: 1
|
259
|
-
}))
|
260
|
-
], 2);
|
261
|
-
};
|
262
|
-
}
|
263
|
-
});
|
264
|
-
export {
|
265
|
-
qe as default
|
266
|
-
};
|
package/dist/Paging-B3l_nJHf.js
DELETED
@@ -1,100 +0,0 @@
|
|
1
|
-
import { defineComponent as A, toRefs as E, ref as n, onMounted as G, watch as H, unref as t, openBlock as Q, createBlock as W, createCommentVNode as X } from "vue";
|
2
|
-
import { U as r, I as Y, D as h, m as d, R as y } 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 Z } from "./Index.vue_vue_type_script_setup_true_lang-BlpCvZBC.js";
|
10
|
-
const ie = /* @__PURE__ */ A({
|
11
|
-
__name: "Paging",
|
12
|
-
props: {
|
13
|
-
base: {},
|
14
|
-
route: {},
|
15
|
-
url: {},
|
16
|
-
win: {}
|
17
|
-
},
|
18
|
-
emits: ["navigate", "load"],
|
19
|
-
setup(R, { expose: P, emit: k }) {
|
20
|
-
let f = k, z = R, { url: c, win: w, base: x, route: u } = E(z), S = n(), i = n(), m = n(), g = n(), C = n(), U = n(), p = n(), v = n(), D = (e) => !0, N = (e) => {
|
21
|
-
let l = r.url.getPath(c.value), a = r.url.getPath(e);
|
22
|
-
return l != a;
|
23
|
-
}, L = (e = null) => {
|
24
|
-
b(e);
|
25
|
-
}, B = () => {
|
26
|
-
}, q = (e) => {
|
27
|
-
var a;
|
28
|
-
let l = Y.module(e.module.type, e.module.name);
|
29
|
-
h.i18n.setTitle(l, e.module.env), S.value = e.module, C.value = e.next, U.value = d.expandSet(e.schema, e.set), i.value = d.expandSchema(e.schema, e.set), m.value = (a = i.value) == null ? void 0 : a[0], g.value = m.value.layouts[0], p.value = d.getConditionForm(i.value, u.value.query.condition);
|
30
|
-
}, _ = (e = null, l = null) => {
|
31
|
-
let a = e ?? u.value.query, o = r.url.getUrl(u.value.path, a);
|
32
|
-
f("load", o, !1, ($) => {
|
33
|
-
l && l($);
|
34
|
-
});
|
35
|
-
}, s = (e, l) => {
|
36
|
-
f("navigate", e, l);
|
37
|
-
}, I = async (e) => {
|
38
|
-
let l = u.value.query;
|
39
|
-
l.page = 1;
|
40
|
-
let a = r.object.pure(p.value);
|
41
|
-
l.condition = h.base64.encode(a);
|
42
|
-
let o = r.url.getUrl(u.value.path, l);
|
43
|
-
o == c.value ? _(l, e) : s(o, e);
|
44
|
-
}, K = (e, l) => {
|
45
|
-
let a = u.value.query;
|
46
|
-
a.order_by = h.base64.encode(JSON.stringify(e));
|
47
|
-
let o = r.url.getUrl(u.value.path, a);
|
48
|
-
s(o, l);
|
49
|
-
}, j = (e, l = null) => {
|
50
|
-
let a = u.value.query;
|
51
|
-
a.page = e;
|
52
|
-
let o = r.url.getUrl(u.value.path, a);
|
53
|
-
s(o, l);
|
54
|
-
}, F = (e, l = null) => {
|
55
|
-
let a = u.value.query;
|
56
|
-
a.size = e;
|
57
|
-
let o = r.url.getUrl(u.value.path, a);
|
58
|
-
s(o, l);
|
59
|
-
}, J = (e) => {
|
60
|
-
g.value = m.value.layouts.find((l) => l.type == e);
|
61
|
-
}, M = () => {
|
62
|
-
q(x.value.data);
|
63
|
-
}, b = (e = null) => _(null, e), O = (e, l) => {
|
64
|
-
y.module.triggerKeyboard(v.value, e, l);
|
65
|
-
}, T = (e) => {
|
66
|
-
y.module.triggerSocket(v.value, e);
|
67
|
-
}, V = (e) => {
|
68
|
-
y.module.triggerResize(v.value, e);
|
69
|
-
};
|
70
|
-
return G(async () => {
|
71
|
-
M();
|
72
|
-
}), H(() => x.value, (e) => {
|
73
|
-
q(e.data);
|
74
|
-
}), P({ shouldLoad: D, shouldSpin: N, onRefresh: b, onKeyboard: O, onSocket: T, onResize: V }), (e, l) => t(g) ? (Q(), W(Z, {
|
75
|
-
key: 0,
|
76
|
-
ref_key: "pagingRef",
|
77
|
-
ref: v,
|
78
|
-
url: t(c),
|
79
|
-
win: t(w),
|
80
|
-
module: t(S),
|
81
|
-
next: t(C),
|
82
|
-
set: t(U),
|
83
|
-
schema: t(i),
|
84
|
-
table: t(m),
|
85
|
-
layout: t(g),
|
86
|
-
"search-data": t(p),
|
87
|
-
onNavigate: t(s),
|
88
|
-
onSort: t(K),
|
89
|
-
onSearch: t(I),
|
90
|
-
onPageChange: t(j),
|
91
|
-
onSizeChange: t(F),
|
92
|
-
onLayoutChange: t(J),
|
93
|
-
onSucceed: t(L),
|
94
|
-
onClose: t(B)
|
95
|
-
}, null, 8, ["url", "win", "module", "next", "set", "schema", "table", "layout", "search-data", "onNavigate", "onSort", "onSearch", "onPageChange", "onSizeChange", "onLayoutChange", "onSucceed", "onClose"])) : X("", !0);
|
96
|
-
}
|
97
|
-
});
|
98
|
-
export {
|
99
|
-
ie as default
|
100
|
-
};
|