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,497 +0,0 @@
|
|
1
|
-
var e = {
|
2
|
-
name: "zh-cn",
|
3
|
-
el: {
|
4
|
-
breadcrumb: {
|
5
|
-
label: "面包屑"
|
6
|
-
},
|
7
|
-
colorpicker: {
|
8
|
-
confirm: "确定",
|
9
|
-
clear: "清空",
|
10
|
-
defaultLabel: "颜色选择器",
|
11
|
-
description: "当前颜色 {color},按 Enter 键选择新颜色",
|
12
|
-
alphaLabel: "选择透明度的值"
|
13
|
-
},
|
14
|
-
datepicker: {
|
15
|
-
now: "此刻",
|
16
|
-
today: "今天",
|
17
|
-
cancel: "取消",
|
18
|
-
clear: "清空",
|
19
|
-
confirm: "确定",
|
20
|
-
dateTablePrompt: "使用方向键与 Enter 键可选择日期",
|
21
|
-
monthTablePrompt: "使用方向键与 Enter 键可选择月份",
|
22
|
-
yearTablePrompt: "使用方向键与 Enter 键可选择年份",
|
23
|
-
selectedDate: "已选日期",
|
24
|
-
selectDate: "选择日期",
|
25
|
-
selectTime: "选择时间",
|
26
|
-
startDate: "开始日期",
|
27
|
-
startTime: "开始时间",
|
28
|
-
endDate: "结束日期",
|
29
|
-
endTime: "结束时间",
|
30
|
-
prevYear: "前一年",
|
31
|
-
nextYear: "后一年",
|
32
|
-
prevMonth: "上个月",
|
33
|
-
nextMonth: "下个月",
|
34
|
-
year: "年",
|
35
|
-
month1: "1 月",
|
36
|
-
month2: "2 月",
|
37
|
-
month3: "3 月",
|
38
|
-
month4: "4 月",
|
39
|
-
month5: "5 月",
|
40
|
-
month6: "6 月",
|
41
|
-
month7: "7 月",
|
42
|
-
month8: "8 月",
|
43
|
-
month9: "9 月",
|
44
|
-
month10: "10 月",
|
45
|
-
month11: "11 月",
|
46
|
-
month12: "12 月",
|
47
|
-
weeks: {
|
48
|
-
sun: "日",
|
49
|
-
mon: "一",
|
50
|
-
tue: "二",
|
51
|
-
wed: "三",
|
52
|
-
thu: "四",
|
53
|
-
fri: "五",
|
54
|
-
sat: "六"
|
55
|
-
},
|
56
|
-
weeksFull: {
|
57
|
-
sun: "星期日",
|
58
|
-
mon: "星期一",
|
59
|
-
tue: "星期二",
|
60
|
-
wed: "星期三",
|
61
|
-
thu: "星期四",
|
62
|
-
fri: "星期五",
|
63
|
-
sat: "星期六"
|
64
|
-
},
|
65
|
-
months: {
|
66
|
-
jan: "一月",
|
67
|
-
feb: "二月",
|
68
|
-
mar: "三月",
|
69
|
-
apr: "四月",
|
70
|
-
may: "五月",
|
71
|
-
jun: "六月",
|
72
|
-
jul: "七月",
|
73
|
-
aug: "八月",
|
74
|
-
sep: "九月",
|
75
|
-
oct: "十月",
|
76
|
-
nov: "十一月",
|
77
|
-
dec: "十二月"
|
78
|
-
}
|
79
|
-
},
|
80
|
-
inputNumber: {
|
81
|
-
decrease: "减少数值",
|
82
|
-
increase: "增加数值"
|
83
|
-
},
|
84
|
-
select: {
|
85
|
-
loading: "加载中",
|
86
|
-
noMatch: "无匹配数据",
|
87
|
-
noData: "无数据",
|
88
|
-
placeholder: "请选择"
|
89
|
-
},
|
90
|
-
dropdown: {
|
91
|
-
toggleDropdown: "切换下拉选项"
|
92
|
-
},
|
93
|
-
mention: {
|
94
|
-
loading: "加载中"
|
95
|
-
},
|
96
|
-
cascader: {
|
97
|
-
noMatch: "无匹配数据",
|
98
|
-
loading: "加载中",
|
99
|
-
placeholder: "请选择",
|
100
|
-
noData: "暂无数据"
|
101
|
-
},
|
102
|
-
pagination: {
|
103
|
-
goto: "前往",
|
104
|
-
pagesize: "条/页",
|
105
|
-
total: "共 {total} 条",
|
106
|
-
pageClassifier: "页",
|
107
|
-
page: "页",
|
108
|
-
prev: "上一页",
|
109
|
-
next: "下一页",
|
110
|
-
currentPage: "第 {pager} 页",
|
111
|
-
prevPages: "向前 {pager} 页",
|
112
|
-
nextPages: "向后 {pager} 页",
|
113
|
-
deprecationWarning: "你使用了一些已被废弃的用法,请参考 el-pagination 的官方文档"
|
114
|
-
},
|
115
|
-
dialog: {
|
116
|
-
close: "关闭此对话框"
|
117
|
-
},
|
118
|
-
drawer: {
|
119
|
-
close: "关闭此对话框"
|
120
|
-
},
|
121
|
-
messagebox: {
|
122
|
-
title: "提示",
|
123
|
-
confirm: "确定",
|
124
|
-
cancel: "取消",
|
125
|
-
error: "输入的数据不合法!",
|
126
|
-
close: "关闭此对话框"
|
127
|
-
},
|
128
|
-
upload: {
|
129
|
-
deleteTip: "按 delete 键可删除",
|
130
|
-
delete: "删除",
|
131
|
-
preview: "查看图片",
|
132
|
-
continue: "继续上传"
|
133
|
-
},
|
134
|
-
slider: {
|
135
|
-
defaultLabel: "滑块介于 {min} 至 {max}",
|
136
|
-
defaultRangeStartLabel: "选择起始值",
|
137
|
-
defaultRangeEndLabel: "选择结束值"
|
138
|
-
},
|
139
|
-
table: {
|
140
|
-
emptyText: "暂无数据",
|
141
|
-
confirmFilter: "筛选",
|
142
|
-
resetFilter: "重置",
|
143
|
-
clearFilter: "全部",
|
144
|
-
sumText: "合计"
|
145
|
-
},
|
146
|
-
tour: {
|
147
|
-
next: "下一步",
|
148
|
-
previous: "上一步",
|
149
|
-
finish: "结束导览"
|
150
|
-
},
|
151
|
-
tree: {
|
152
|
-
emptyText: "暂无数据"
|
153
|
-
},
|
154
|
-
transfer: {
|
155
|
-
noMatch: "无匹配数据",
|
156
|
-
noData: "无数据",
|
157
|
-
titles: ["列表 1", "列表 2"],
|
158
|
-
filterPlaceholder: "请输入搜索内容",
|
159
|
-
noCheckedFormat: "共 {total} 项",
|
160
|
-
hasCheckedFormat: "已选 {checked}/{total} 项"
|
161
|
-
},
|
162
|
-
image: {
|
163
|
-
error: "加载失败"
|
164
|
-
},
|
165
|
-
pageHeader: {
|
166
|
-
title: "返回"
|
167
|
-
},
|
168
|
-
popconfirm: {
|
169
|
-
confirmButtonText: "确定",
|
170
|
-
cancelButtonText: "取消"
|
171
|
-
},
|
172
|
-
carousel: {
|
173
|
-
leftArrow: "上一张幻灯片",
|
174
|
-
rightArrow: "下一张幻灯片",
|
175
|
-
indicator: "幻灯片切换至索引 {index}"
|
176
|
-
}
|
177
|
-
}
|
178
|
-
}, u = {
|
179
|
-
name: "en",
|
180
|
-
el: {
|
181
|
-
breadcrumb: {
|
182
|
-
label: "Breadcrumb"
|
183
|
-
},
|
184
|
-
colorpicker: {
|
185
|
-
confirm: "OK",
|
186
|
-
clear: "Clear",
|
187
|
-
defaultLabel: "color picker",
|
188
|
-
description: "current color is {color}. press enter to select a new color.",
|
189
|
-
alphaLabel: "pick alpha value"
|
190
|
-
},
|
191
|
-
datepicker: {
|
192
|
-
now: "Now",
|
193
|
-
today: "Today",
|
194
|
-
cancel: "Cancel",
|
195
|
-
clear: "Clear",
|
196
|
-
confirm: "OK",
|
197
|
-
dateTablePrompt: "Use the arrow keys and enter to select the day of the month",
|
198
|
-
monthTablePrompt: "Use the arrow keys and enter to select the month",
|
199
|
-
yearTablePrompt: "Use the arrow keys and enter to select the year",
|
200
|
-
selectedDate: "Selected date",
|
201
|
-
selectDate: "Select date",
|
202
|
-
selectTime: "Select time",
|
203
|
-
startDate: "Start Date",
|
204
|
-
startTime: "Start Time",
|
205
|
-
endDate: "End Date",
|
206
|
-
endTime: "End Time",
|
207
|
-
prevYear: "Previous Year",
|
208
|
-
nextYear: "Next Year",
|
209
|
-
prevMonth: "Previous Month",
|
210
|
-
nextMonth: "Next Month",
|
211
|
-
year: "",
|
212
|
-
month1: "January",
|
213
|
-
month2: "February",
|
214
|
-
month3: "March",
|
215
|
-
month4: "April",
|
216
|
-
month5: "May",
|
217
|
-
month6: "June",
|
218
|
-
month7: "July",
|
219
|
-
month8: "August",
|
220
|
-
month9: "September",
|
221
|
-
month10: "October",
|
222
|
-
month11: "November",
|
223
|
-
month12: "December",
|
224
|
-
week: "week",
|
225
|
-
weeks: {
|
226
|
-
sun: "Sun",
|
227
|
-
mon: "Mon",
|
228
|
-
tue: "Tue",
|
229
|
-
wed: "Wed",
|
230
|
-
thu: "Thu",
|
231
|
-
fri: "Fri",
|
232
|
-
sat: "Sat"
|
233
|
-
},
|
234
|
-
weeksFull: {
|
235
|
-
sun: "Sunday",
|
236
|
-
mon: "Monday",
|
237
|
-
tue: "Tuesday",
|
238
|
-
wed: "Wednesday",
|
239
|
-
thu: "Thursday",
|
240
|
-
fri: "Friday",
|
241
|
-
sat: "Saturday"
|
242
|
-
},
|
243
|
-
months: {
|
244
|
-
jan: "Jan",
|
245
|
-
feb: "Feb",
|
246
|
-
mar: "Mar",
|
247
|
-
apr: "Apr",
|
248
|
-
may: "May",
|
249
|
-
jun: "Jun",
|
250
|
-
jul: "Jul",
|
251
|
-
aug: "Aug",
|
252
|
-
sep: "Sep",
|
253
|
-
oct: "Oct",
|
254
|
-
nov: "Nov",
|
255
|
-
dec: "Dec"
|
256
|
-
}
|
257
|
-
},
|
258
|
-
inputNumber: {
|
259
|
-
decrease: "decrease number",
|
260
|
-
increase: "increase number"
|
261
|
-
},
|
262
|
-
select: {
|
263
|
-
loading: "Loading",
|
264
|
-
noMatch: "No matching data",
|
265
|
-
noData: "No data",
|
266
|
-
placeholder: "Select"
|
267
|
-
},
|
268
|
-
mention: {
|
269
|
-
loading: "Loading"
|
270
|
-
},
|
271
|
-
dropdown: {
|
272
|
-
toggleDropdown: "Toggle Dropdown"
|
273
|
-
},
|
274
|
-
cascader: {
|
275
|
-
noMatch: "No matching data",
|
276
|
-
loading: "Loading",
|
277
|
-
placeholder: "Select",
|
278
|
-
noData: "No data"
|
279
|
-
},
|
280
|
-
pagination: {
|
281
|
-
goto: "Go to",
|
282
|
-
pagesize: "/page",
|
283
|
-
total: "Total {total}",
|
284
|
-
pageClassifier: "",
|
285
|
-
page: "Page",
|
286
|
-
prev: "Go to previous page",
|
287
|
-
next: "Go to next page",
|
288
|
-
currentPage: "page {pager}",
|
289
|
-
prevPages: "Previous {pager} pages",
|
290
|
-
nextPages: "Next {pager} pages",
|
291
|
-
deprecationWarning: "Deprecated usages detected, please refer to the el-pagination documentation for more details"
|
292
|
-
},
|
293
|
-
dialog: {
|
294
|
-
close: "Close this dialog"
|
295
|
-
},
|
296
|
-
drawer: {
|
297
|
-
close: "Close this dialog"
|
298
|
-
},
|
299
|
-
messagebox: {
|
300
|
-
title: "Message",
|
301
|
-
confirm: "OK",
|
302
|
-
cancel: "Cancel",
|
303
|
-
error: "Illegal input",
|
304
|
-
close: "Close this dialog"
|
305
|
-
},
|
306
|
-
upload: {
|
307
|
-
deleteTip: "press delete to remove",
|
308
|
-
delete: "Delete",
|
309
|
-
preview: "Preview",
|
310
|
-
continue: "Continue"
|
311
|
-
},
|
312
|
-
slider: {
|
313
|
-
defaultLabel: "slider between {min} and {max}",
|
314
|
-
defaultRangeStartLabel: "pick start value",
|
315
|
-
defaultRangeEndLabel: "pick end value"
|
316
|
-
},
|
317
|
-
table: {
|
318
|
-
emptyText: "No Data",
|
319
|
-
confirmFilter: "Confirm",
|
320
|
-
resetFilter: "Reset",
|
321
|
-
clearFilter: "All",
|
322
|
-
sumText: "Sum"
|
323
|
-
},
|
324
|
-
tour: {
|
325
|
-
next: "Next",
|
326
|
-
previous: "Previous",
|
327
|
-
finish: "Finish"
|
328
|
-
},
|
329
|
-
tree: {
|
330
|
-
emptyText: "No Data"
|
331
|
-
},
|
332
|
-
transfer: {
|
333
|
-
noMatch: "No matching data",
|
334
|
-
noData: "No data",
|
335
|
-
titles: ["List 1", "List 2"],
|
336
|
-
filterPlaceholder: "Enter keyword",
|
337
|
-
noCheckedFormat: "{total} items",
|
338
|
-
hasCheckedFormat: "{checked}/{total} checked"
|
339
|
-
},
|
340
|
-
image: {
|
341
|
-
error: "FAILED"
|
342
|
-
},
|
343
|
-
pageHeader: {
|
344
|
-
title: "Back"
|
345
|
-
},
|
346
|
-
popconfirm: {
|
347
|
-
confirmButtonText: "Yes",
|
348
|
-
cancelButtonText: "No"
|
349
|
-
},
|
350
|
-
carousel: {
|
351
|
-
leftArrow: "Carousel arrow left",
|
352
|
-
rightArrow: "Carousel arrow right",
|
353
|
-
indicator: "Carousel switch to index {index}"
|
354
|
-
}
|
355
|
-
}
|
356
|
-
}, t = {
|
357
|
-
name: "hu",
|
358
|
-
el: {
|
359
|
-
breadcrumb: {
|
360
|
-
label: "Breadcrumb"
|
361
|
-
},
|
362
|
-
colorpicker: {
|
363
|
-
confirm: "OK",
|
364
|
-
clear: "Törlés"
|
365
|
-
},
|
366
|
-
datepicker: {
|
367
|
-
now: "Most",
|
368
|
-
today: "Ma",
|
369
|
-
cancel: "Mégse",
|
370
|
-
clear: "Törlés",
|
371
|
-
confirm: "OK",
|
372
|
-
selectDate: "Dátum",
|
373
|
-
selectTime: "Időpont",
|
374
|
-
startDate: "Dátum-tól",
|
375
|
-
startTime: "Időpont-tól",
|
376
|
-
endDate: "Dátum-ig",
|
377
|
-
endTime: "Időpont-ig",
|
378
|
-
prevYear: "Előző év",
|
379
|
-
nextYear: "Következő év",
|
380
|
-
prevMonth: "Előző hónap",
|
381
|
-
nextMonth: "Következő hónap",
|
382
|
-
year: "",
|
383
|
-
month1: "Január",
|
384
|
-
month2: "Február",
|
385
|
-
month3: "Március",
|
386
|
-
month4: "Április",
|
387
|
-
month5: "Május",
|
388
|
-
month6: "Június",
|
389
|
-
month7: "Július",
|
390
|
-
month8: "Augusztus",
|
391
|
-
month9: "Szeptember",
|
392
|
-
month10: "Október",
|
393
|
-
month11: "November",
|
394
|
-
month12: "December",
|
395
|
-
weeks: {
|
396
|
-
sun: "Vas",
|
397
|
-
mon: "Hét",
|
398
|
-
tue: "Ked",
|
399
|
-
wed: "Sze",
|
400
|
-
thu: "Csü",
|
401
|
-
fri: "Pén",
|
402
|
-
sat: "Szo"
|
403
|
-
},
|
404
|
-
months: {
|
405
|
-
jan: "Jan",
|
406
|
-
feb: "Feb",
|
407
|
-
mar: "Már",
|
408
|
-
apr: "Ápr",
|
409
|
-
may: "Máj",
|
410
|
-
jun: "Jún",
|
411
|
-
jul: "Júl",
|
412
|
-
aug: "Aug",
|
413
|
-
sep: "Szep",
|
414
|
-
oct: "Okt",
|
415
|
-
nov: "Nov",
|
416
|
-
dec: "Dec"
|
417
|
-
}
|
418
|
-
},
|
419
|
-
select: {
|
420
|
-
loading: "Betöltés",
|
421
|
-
noMatch: "Nincs találat",
|
422
|
-
noData: "Nincs adat",
|
423
|
-
placeholder: "Válassz"
|
424
|
-
},
|
425
|
-
mention: {
|
426
|
-
loading: "Betöltés"
|
427
|
-
},
|
428
|
-
cascader: {
|
429
|
-
noMatch: "Nincs találat",
|
430
|
-
loading: "Betöltés",
|
431
|
-
placeholder: "Válassz",
|
432
|
-
noData: "Nincs adat"
|
433
|
-
},
|
434
|
-
pagination: {
|
435
|
-
goto: "Ugrás",
|
436
|
-
pagesize: "/oldal",
|
437
|
-
total: "Össz {total}",
|
438
|
-
pageClassifier: "",
|
439
|
-
page: "Page",
|
440
|
-
prev: "Go to previous page",
|
441
|
-
next: "Go to next page",
|
442
|
-
currentPage: "page {pager}",
|
443
|
-
prevPages: "Previous {pager} pages",
|
444
|
-
nextPages: "Next {pager} pages"
|
445
|
-
},
|
446
|
-
messagebox: {
|
447
|
-
title: "Üzenet",
|
448
|
-
confirm: "OK",
|
449
|
-
cancel: "Mégse",
|
450
|
-
error: "Hibás adat"
|
451
|
-
},
|
452
|
-
upload: {
|
453
|
-
deleteTip: "kattints a törléshez",
|
454
|
-
delete: "Törlés",
|
455
|
-
preview: "Előnézet",
|
456
|
-
continue: "Tovább"
|
457
|
-
},
|
458
|
-
table: {
|
459
|
-
emptyText: "Nincs adat",
|
460
|
-
confirmFilter: "Megerősít",
|
461
|
-
resetFilter: "Alaphelyet",
|
462
|
-
clearFilter: "Mind",
|
463
|
-
sumText: "Összeg"
|
464
|
-
},
|
465
|
-
tree: {
|
466
|
-
emptyText: "Nincs adat"
|
467
|
-
},
|
468
|
-
transfer: {
|
469
|
-
noMatch: "Nincs találat",
|
470
|
-
noData: "Nincs adat",
|
471
|
-
titles: ["Lista 1", "Lista 2"],
|
472
|
-
filterPlaceholder: "Kulcsszó",
|
473
|
-
noCheckedFormat: "{total} elem",
|
474
|
-
hasCheckedFormat: "{checked}/{total} kiválasztva"
|
475
|
-
},
|
476
|
-
image: {
|
477
|
-
error: "FAILED"
|
478
|
-
},
|
479
|
-
pageHeader: {
|
480
|
-
title: "Back"
|
481
|
-
},
|
482
|
-
popconfirm: {
|
483
|
-
confirmButtonText: "Yes",
|
484
|
-
cancelButtonText: "No"
|
485
|
-
},
|
486
|
-
carousel: {
|
487
|
-
leftArrow: "Carousel arrow left",
|
488
|
-
rightArrow: "Carousel arrow right",
|
489
|
-
indicator: "Carousel switch to index {index}"
|
490
|
-
}
|
491
|
-
}
|
492
|
-
};
|
493
|
-
export {
|
494
|
-
u as E,
|
495
|
-
t as h,
|
496
|
-
e as z
|
497
|
-
};
|
@@ -1,74 +0,0 @@
|
|
1
|
-
import { c as s } from "./clipboard-DjQPoCBJ.js";
|
2
|
-
var E = { exports: {} };
|
3
|
-
(function(h, j) {
|
4
|
-
(function(p, i) {
|
5
|
-
i();
|
6
|
-
})(s, function() {
|
7
|
-
function p(e, t) {
|
8
|
-
return typeof t > "u" ? t = { autoBom: !1 } : typeof t != "object" && (console.warn("Deprecated: Expected third argument to be a object"), t = { autoBom: !t }), t.autoBom && /^\s*(?:text\/\S*|application\/xml|\S*\/\S*\+xml)\s*;.*charset\s*=\s*utf-8/i.test(e.type) ? new Blob(["\uFEFF", e], { type: e.type }) : e;
|
9
|
-
}
|
10
|
-
function i(e, t, r) {
|
11
|
-
var n = new XMLHttpRequest();
|
12
|
-
n.open("GET", e), n.responseType = "blob", n.onload = function() {
|
13
|
-
u(n.response, t, r);
|
14
|
-
}, n.onerror = function() {
|
15
|
-
console.error("could not download file");
|
16
|
-
}, n.send();
|
17
|
-
}
|
18
|
-
function v(e) {
|
19
|
-
var t = new XMLHttpRequest();
|
20
|
-
t.open("HEAD", e, !1);
|
21
|
-
try {
|
22
|
-
t.send();
|
23
|
-
} catch {
|
24
|
-
}
|
25
|
-
return 200 <= t.status && 299 >= t.status;
|
26
|
-
}
|
27
|
-
function l(e) {
|
28
|
-
try {
|
29
|
-
e.dispatchEvent(new MouseEvent("click"));
|
30
|
-
} catch {
|
31
|
-
var t = document.createEvent("MouseEvents");
|
32
|
-
t.initMouseEvent("click", !0, !0, window, 0, 0, 0, 80, 20, !1, !1, !1, !1, 0, null), e.dispatchEvent(t);
|
33
|
-
}
|
34
|
-
}
|
35
|
-
var a = typeof window == "object" && window.window === window ? window : typeof self == "object" && self.self === self ? self : typeof s == "object" && s.global === s ? s : void 0, w = a.navigator && /Macintosh/.test(navigator.userAgent) && /AppleWebKit/.test(navigator.userAgent) && !/Safari/.test(navigator.userAgent), u = a.saveAs || (typeof window != "object" || window !== a ? function() {
|
36
|
-
} : "download" in HTMLAnchorElement.prototype && !w ? function(e, t, r) {
|
37
|
-
var n = a.URL || a.webkitURL, o = document.createElement("a");
|
38
|
-
t = t || e.name || "download", o.download = t, o.rel = "noopener", typeof e == "string" ? (o.href = e, o.origin === location.origin ? l(o) : v(o.href) ? i(e, t, r) : l(o, o.target = "_blank")) : (o.href = n.createObjectURL(e), setTimeout(function() {
|
39
|
-
n.revokeObjectURL(o.href);
|
40
|
-
}, 4e4), setTimeout(function() {
|
41
|
-
l(o);
|
42
|
-
}, 0));
|
43
|
-
} : "msSaveOrOpenBlob" in navigator ? function(e, t, r) {
|
44
|
-
if (t = t || e.name || "download", typeof e != "string") navigator.msSaveOrOpenBlob(p(e, r), t);
|
45
|
-
else if (v(e)) i(e, t, r);
|
46
|
-
else {
|
47
|
-
var n = document.createElement("a");
|
48
|
-
n.href = e, n.target = "_blank", setTimeout(function() {
|
49
|
-
l(n);
|
50
|
-
});
|
51
|
-
}
|
52
|
-
} : function(e, t, r, n) {
|
53
|
-
if (n = n || open("", "_blank"), n && (n.document.title = n.document.body.innerText = "downloading..."), typeof e == "string") return i(e, t, r);
|
54
|
-
var o = e.type === "application/octet-stream", b = /constructor/i.test(a.HTMLElement) || a.safari, m = /CriOS\/[\d]+/.test(navigator.userAgent);
|
55
|
-
if ((m || o && b || w) && typeof FileReader < "u") {
|
56
|
-
var d = new FileReader();
|
57
|
-
d.onloadend = function() {
|
58
|
-
var c = d.result;
|
59
|
-
c = m ? c : c.replace(/^data:[^;]*;/, "data:attachment/file;"), n ? n.location.href = c : location = c, n = null;
|
60
|
-
}, d.readAsDataURL(e);
|
61
|
-
} else {
|
62
|
-
var y = a.URL || a.webkitURL, f = y.createObjectURL(e);
|
63
|
-
n ? n.location = f : location.href = f, n = null, setTimeout(function() {
|
64
|
-
y.revokeObjectURL(f);
|
65
|
-
}, 4e4);
|
66
|
-
}
|
67
|
-
});
|
68
|
-
a.saveAs = u.saveAs = u, h.exports = u;
|
69
|
-
});
|
70
|
-
})(E);
|
71
|
-
var R = E.exports;
|
72
|
-
export {
|
73
|
-
R as F
|
74
|
-
};
|