halo-pc 1.0.50 → 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/@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/{comps → comp}/business/index.d.ts +2 -3
- package/esm/{comps/commons → comp/common}/Captcha.vue.d.ts +5 -1
- package/esm/{comps/commons → comp/common}/Table.vue.d.ts +4 -1
- package/esm/{comps/controls → comp/control}/Cascader.vue.d.ts +3 -1
- package/esm/{comps/controls → comp/control}/Compare.vue.d.ts +3 -1
- package/esm/{comps/controls → comp/control}/Index.vue.d.ts +3 -1
- package/esm/{comps/controls → comp/control}/Select.vue.d.ts +3 -1
- package/esm/{comps/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/commons/Debug.vue.d.ts → comp/global/HeaderTab.vue.d.ts} +2 -2
- 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/{comps/headers → comp/header}/@types/HeaderProps.d.ts +0 -1
- package/esm/{comps/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/{comps/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/{comps/lists → comp/list}/Tree.vue.d.ts +8 -1
- package/esm/{comps/pages → comp/page}/List.vue.d.ts +3 -1
- package/esm/comp/page/Paging.vue.d.ts +63 -0
- package/esm/{comps/pages → comp/page}/Single.vue.d.ts +1 -1
- package/esm/{comps/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/{comps/pagings → comp/paging}/Index.vue.d.ts +3 -1
- package/esm/{comps/pagings → comp/paging}/SearchForm.vue.d.ts +4 -1
- package/esm/{comps/pagings → comp/paging}/SearchHeader.vue.d.ts +7 -2
- package/esm/comp/paging/Table.vue.d.ts +584 -0
- package/esm/{comps/panels → comp/panel}/Operation.vue.d.ts +3 -1
- package/esm/{comps/panels → comp/panel}/Panel.vue.d.ts +1 -1
- package/esm/{comps/partials → comp/partial}/@types/PagingHeaderProps.d.ts +1 -1
- package/esm/{comps/searches → comp/search}/Select.vue.d.ts +3 -1
- package/esm/comp/single/@types/SingleEmit.d.ts +13 -0
- package/esm/{comps/singles → comp/single}/@types/SingleProps.d.ts +1 -1
- package/esm/{comps/singles → comp/single}/@types/index.d.ts +1 -0
- package/esm/{comps/singles → comp/single}/Index.vue.d.ts +3 -1
- package/esm/{comps/singles → comp/single}/Normal.vue.d.ts +4 -1
- package/esm/comp/single/Table.vue.d.ts +505 -0
- package/esm/{comps/singles → comp/single}/Tree.vue.d.ts +4 -1
- package/esm/{comps/texts → comp/text}/Autocomplete.vue.d.ts +1 -1
- package/esm/{coms/texts → comp/text}/CSharp.vue.d.ts +1 -1
- package/esm/{comps/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/{comps/texts → comp/text}/Color.vue.d.ts +1 -1
- package/esm/{coms/texts → comp/text}/Compare.vue.d.ts +1 -1
- package/esm/{comps/texts → comp/text}/Copy.vue.d.ts +1 -1
- package/esm/{comps/texts → comp/text}/Date.vue.d.ts +1 -1
- package/esm/{comps/texts → comp/text}/DateRange.vue.d.ts +1 -1
- package/esm/{comps/texts → comp/text}/DateTime.vue.d.ts +1 -1
- package/esm/{comps/texts → comp/text}/Decimal.vue.d.ts +1 -1
- package/esm/{coms/texts → comp/text}/Dictionary.vue.d.ts +1 -1
- package/esm/{comps/texts → comp/text}/Email.vue.d.ts +1 -1
- package/esm/{coms/controls → comp/text}/Index.vue.d.ts +1 -1
- package/esm/{coms/texts → comp/text}/Int.vue.d.ts +1 -1
- package/esm/{comps/texts → comp/text}/Markdown.vue.d.ts +1 -1
- package/esm/{comps/texts → comp/text}/Month.vue.d.ts +1 -1
- package/esm/{coms/texts → comp/text}/Password.vue.d.ts +1 -1
- package/esm/{comps/texts → comp/text}/Progress.vue.d.ts +1 -1
- package/esm/{coms/texts → comp/text}/Radio.vue.d.ts +1 -1
- package/esm/{coms/controls → comp/text}/Rate.vue.d.ts +1 -1
- package/esm/{comps/texts → comp/text}/RichText.vue.d.ts +1 -1
- package/esm/{comps/texts → comp/text}/Select.vue.d.ts +1 -1
- package/esm/{comps/texts → comp/text}/Switch.vue.d.ts +1 -1
- package/esm/{comps/texts → comp/text}/Text.vue.d.ts +4 -2
- package/esm/{coms/texts → comp/text}/TextLink.vue.d.ts +1 -1
- package/esm/{comps/texts → comp/text}/Textarea.vue.d.ts +1 -1
- package/esm/{comps/texts → comp/text}/Upload.vue.d.ts +1 -1
- package/esm/{comps/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/Repos.d.ts +1 -1
- package/esm/factory/Svcs.d.ts +2 -6
- package/esm/factory/Utilities.d.ts +3 -0
- package/esm/factory/index.d.ts +1 -0
- package/esm/main.d.ts +2 -4
- package/esm/{repos → repo}/UploadRepo.d.ts +2 -2
- package/esm/{svcs → svc}/index.d.ts +0 -1
- 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-BEEbCcan.js +0 -200
- package/dist/ArticleFooter-UYaCmcM9.js +0 -85
- package/dist/Autocomplete-CzS19Eoe.js +0 -55
- package/dist/Autocomplete-Ds2NCinL.js +0 -54
- package/dist/Autocomplete-SVH1vEdt.js +0 -27
- package/dist/CSharp-Dxl87Pb2.js +0 -27
- package/dist/Calender-C3vfcPKA.js +0 -10
- package/dist/Callback-DbIAQj91.js +0 -26
- package/dist/Cascader-BhSFI66x.js +0 -47
- package/dist/Cascader-CST_yBZT.js +0 -87
- package/dist/Checkbox-BRtrlSkN.js +0 -76
- package/dist/Checkbox-CJmBTdEv.js +0 -27
- package/dist/Code-7QW5e6O-.js +0 -30
- package/dist/Code-BuNX1som.js +0 -4
- package/dist/Code-BudCt-zN.js +0 -60
- package/dist/Code-D8zpj4OD.js +0 -42
- package/dist/Code.vue_vue_type_style_index_0_lang-BWX6kSZ5.js +0 -65
- package/dist/Color-CfXtJFUo.js +0 -22
- package/dist/Color-Da69pnQg.js +0 -34
- package/dist/Column-rtfDHffV.js +0 -74
- package/dist/Comment-1A6XjktT.js +0 -106
- package/dist/Compare-Chly4i3M.js +0 -43
- package/dist/Compare-IuhkDErD.js +0 -63
- package/dist/Copy-D2vThHoj.js +0 -49
- package/dist/Custom-DQJJ0gJR.js +0 -55
- package/dist/DataExport-CpWmh2mq.js +0 -4
- package/dist/DataExport.vue_vue_type_script_setup_true_lang-DU4nMq3w.js +0 -114
- package/dist/DataImport-BiZIKMoR.js +0 -4
- package/dist/DataImport.vue_vue_type_script_setup_true_lang-DOAWmiVj.js +0 -178
- package/dist/Date-CxfUK1ym.js +0 -27
- package/dist/Date-DL1kALTH.js +0 -43
- package/dist/DateRange-DKbhbd5c.js +0 -63
- package/dist/DateRange-DrYK_l0Y.js +0 -19
- package/dist/DateTime-H7x-zFQo.js +0 -44
- package/dist/DateTime-ml-2u_GU.js +0 -27
- package/dist/DateTimeRange-B_2X8eCp.js +0 -67
- package/dist/Daterange-D8N6hKkT.js +0 -63
- package/dist/Decimal-C38-N54B.js +0 -36
- package/dist/Decimal-CQbvxP2i.js +0 -27
- package/dist/Delete-Bx-_P8Nf.js +0 -62
- package/dist/Detail-x5vjBlYQ.js +0 -74
- package/dist/Dictionary-BQ8Ux8WZ.js +0 -61
- package/dist/Email-BKW9GRcH.js +0 -19
- package/dist/Email-CvFDHYtk.js +0 -54
- package/dist/File-CMPzmJQA.js +0 -163
- package/dist/Image-BgRTdHZ5.js +0 -9
- package/dist/Index-3X9fX7wI.js +0 -76
- package/dist/Index-B0knd7CS.js +0 -179
- package/dist/Index-BCdXwUZY.js +0 -4
- package/dist/Index-BZsMeVSW.js +0 -4
- package/dist/Index-BmW54zgc.js +0 -4
- package/dist/Index-C_qeJnt_.js +0 -4
- package/dist/Index-DTzsugzT.js +0 -4
- package/dist/Index-x8ZKhKBE.js +0 -4
- package/dist/Index.vue_vue_type_script_setup_true_lang-aBAkc5KV.js +0 -85
- package/dist/Index.vue_vue_type_script_setup_true_lang-u4m3R9mx.js +0 -71
- package/dist/Install-EU_RfFJM.js +0 -134
- package/dist/Int-B-t8edhd.js +0 -19
- package/dist/Int-DFm6kqN_.js +0 -44
- package/dist/Int-zqTQ2gd5.js +0 -47
- package/dist/List-BrGpPTYL.js +0 -77
- package/dist/Maintaince-CVCdxqLV.js +0 -20
- package/dist/Markdown-BzMP3m7o.js +0 -37
- package/dist/Markdown-zmxLFYmZ.js +0 -27
- package/dist/Month-Bn8SgwG2.js +0 -27
- package/dist/Month-Cwpa-FDk.js +0 -44
- package/dist/Month-CzJyH7am.js +0 -43
- package/dist/Normal-BM7O5JkS.js +0 -266
- package/dist/Paging-CMmDRntT.js +0 -100
- package/dist/PagingHeader-DAmb3OZ6.js +0 -149
- package/dist/PagingRow-DsvpEoCr.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-BlFI-9Q6.js +0 -170
- package/dist/Radio-D-mO7LLy.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-B3gojp5n.js +0 -202
- package/dist/RichText-Bk0Msyhl.js +0 -22
- package/dist/RichText-CQWuw5fN.js +0 -122
- package/dist/SearchForm-C4lfVsXQ.js +0 -4
- package/dist/SearchForm.vue_vue_type_style_index_0_lang-C74tp38C.js +0 -148
- package/dist/SearchHeader-yuS7txP4.js +0 -4
- package/dist/SearchHeader.vue_vue_type_style_index_0_lang-VHaC_JOk.js +0 -66
- package/dist/Select-BShzoR6m.js +0 -123
- package/dist/Select-Bd0xR7k-.js +0 -86
- package/dist/Select-DAl1xRPt.js +0 -27
- package/dist/Single-v7aOinV0.js +0 -325
- package/dist/Statistic-Dxa-CZ8G.js +0 -78
- package/dist/Statistic-DydCtGPc.js +0 -159
- package/dist/Stock-DOqk5wDb.js +0 -4
- package/dist/Stock-qEAIVhSd.js +0 -30
- package/dist/Stock.vue_vue_type_style_index_0_lang-DCLTN0G_.js +0 -304
- package/dist/Switch-DhFaku5L.js +0 -50
- package/dist/Switch-f28JwTlZ.js +0 -27
- package/dist/Table-BNO-gdXV.js +0 -247
- package/dist/Table-Dwv3OcNy.js +0 -323
- package/dist/Text-BPcINDeu.js +0 -54
- package/dist/Text-DSB9hHwt.js +0 -58
- package/dist/Text-qIKm-GZH.js +0 -4
- package/dist/Text.vue_vue_type_style_index_0_lang-BPHS89Zg.js +0 -59
- package/dist/TextLink-almyUYjN.js +0 -65
- package/dist/Textarea-D9TgF9ig.js +0 -37
- package/dist/Textarea-K8kLteuw.js +0 -28
- package/dist/Time-BfTkorWT.js +0 -43
- package/dist/Timeline-CKOLU9MZ.js +0 -61
- package/dist/Tree-C1zf__Xp.js +0 -297
- package/dist/Tree-zS1sINoF.js +0 -125
- package/dist/TreeNode-ChAS5sC0.js +0 -43
- package/dist/Tree_Old-h__WmqFA.js +0 -11
- package/dist/Update-l-ZpDg8X.js +0 -69
- package/dist/UpdateChild-Qjsmhk6Y.js +0 -92
- package/dist/Upload-tMC28k4n.js +0 -71
- package/dist/Upload-yC7lEuBD.js +0 -150
- package/dist/Year-3KWQTdWY.js +0 -47
- package/dist/Year-DzfJcwOJ.js +0 -27
- 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-GSKw_Blq.js +0 -11271
- package/dist/main.js +0 -53
- package/dist/style.css +0 -1
- package/esm/@types/CreatePcOptions.d.ts +0 -14
- package/esm/@types/index.d.ts +0 -5
- package/esm/api/QueryApi.d.ts +0 -10
- package/esm/api/UploadApi.d.ts +0 -10
- package/esm/api/index.d.ts +0 -3
- package/esm/comps/business/@types/FormProps.d.ts +0 -5
- package/esm/comps/business/@types/index.d.ts +0 -2
- package/esm/comps/business/Drawer.vue.d.ts +0 -15
- package/esm/comps/business/Feedback.vue.d.ts +0 -8
- package/esm/comps/business/Form.vue.d.ts +0 -18
- package/esm/comps/commons/@types/TableProps.d.ts +0 -21
- package/esm/comps/commons/@types/index.d.ts +0 -1
- package/esm/comps/drivers/@types/CrudProps.d.ts +0 -21
- package/esm/comps/drivers/@types/DriverBaseProps.d.ts +0 -13
- package/esm/comps/drivers/@types/DriverEmit.d.ts +0 -17
- package/esm/comps/drivers/@types/DriverFormProps.d.ts +0 -14
- package/esm/comps/drivers/@types/DriverKindEmit.d.ts +0 -17
- package/esm/comps/drivers/@types/DriverProps.d.ts +0 -28
- package/esm/comps/drivers/@types/KindFormProps.d.ts +0 -16
- package/esm/comps/drivers/@types/KindProps.d.ts +0 -20
- package/esm/comps/drivers/@types/index.d.ts +0 -5
- package/esm/comps/drivers/Crud.vue.d.ts +0 -30
- package/esm/comps/drivers/Index.vue.d.ts +0 -115
- package/esm/comps/drivers/Kind.vue.d.ts +0 -34
- package/esm/comps/drivers/index.d.ts +0 -5
- package/esm/comps/globals/HeaderTab.vue.d.ts +0 -27
- package/esm/comps/globals/HeaderTabs.vue.d.ts +0 -24
- package/esm/comps/globals/Menu.vue.d.ts +0 -77
- package/esm/comps/globals/MenuItem.vue.d.ts +0 -76
- package/esm/comps/globals/SideTabs.vue.d.ts +0 -25
- package/esm/comps/globals/Window.vue.d.ts +0 -68
- package/esm/comps/globals/index.d.ts +0 -9
- package/esm/comps/headers/@types/ChangeProps.d.ts +0 -7
- package/esm/comps/headers/@types/TipsProps.d.ts +0 -10
- package/esm/comps/headers/Debugger.vue.d.ts +0 -2
- package/esm/comps/headers/HeaderRight.vue.d.ts +0 -8
- package/esm/comps/headers/Tips.vue.d.ts +0 -3
- package/esm/comps/index.d.ts +0 -12
- package/esm/comps/layouts/@types/index.d.ts +0 -1
- package/esm/comps/layouts/Desktop.vue.d.ts +0 -2
- package/esm/comps/layouts/Index.vue.d.ts +0 -28
- package/esm/comps/layouts/Side.vue.d.ts +0 -23
- package/esm/comps/layouts/Top.vue.d.ts +0 -5
- package/esm/comps/lists/Racebar.vue.d.ts +0 -9
- package/esm/comps/lists/Statistic.vue.d.ts +0 -9
- package/esm/comps/lists/Stock.vue.d.ts +0 -3
- package/esm/comps/pages/Paging.vue.d.ts +0 -17
- package/esm/comps/pagings/@types/SearchHeaderProps.d.ts +0 -8
- package/esm/comps/pagings/Article.vue.d.ts +0 -19
- package/esm/comps/pagings/DataExport.vue.d.ts +0 -33
- package/esm/comps/pagings/Table.vue.d.ts +0 -24
- package/esm/comps/singles/Table.vue.d.ts +0 -13
- package/esm/comps/texts/CSharp.vue.d.ts +0 -6
- package/esm/comps/texts/Checkbox.vue.d.ts +0 -6
- package/esm/comps/texts/Code.vue.d.ts +0 -6
- package/esm/comps/texts/Compare.vue.d.ts +0 -6
- package/esm/comps/texts/Dictionary.vue.d.ts +0 -14
- package/esm/comps/texts/Index.vue.d.ts +0 -12
- package/esm/comps/texts/Int.vue.d.ts +0 -6
- package/esm/comps/texts/Password.vue.d.ts +0 -6
- package/esm/comps/texts/Radio.vue.d.ts +0 -6
- package/esm/comps/texts/Rate.vue.d.ts +0 -14
- package/esm/comps/texts/TextLink.vue.d.ts +0 -28
- package/esm/coms/business/@types/CrudProps.d.ts +0 -22
- package/esm/coms/business/@types/DrawerProps.d.ts +0 -13
- package/esm/coms/business/@types/DriverProps.d.ts +0 -58
- package/esm/coms/business/@types/FormProps.d.ts +0 -5
- package/esm/coms/business/Condition.vue.d.ts +0 -9
- 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/Switch.vue.d.ts +0 -24
- package/esm/coms/business/Welcome.vue.d.ts +0 -8
- package/esm/coms/business/index.d.ts +0 -10
- 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/Captcha.vue.d.ts +0 -14
- package/esm/coms/commons/Editable.vue.d.ts +0 -21
- package/esm/coms/commons/Loading.vue.d.ts +0 -41
- package/esm/coms/commons/MouseContext.vue.d.ts +0 -2
- package/esm/coms/commons/Particles.vue.d.ts +0 -2
- package/esm/coms/commons/Resizer.vue.d.ts +0 -34
- package/esm/coms/commons/Spinner.vue.d.ts +0 -20
- package/esm/coms/commons/Table.vue.d.ts +0 -48
- package/esm/coms/commons/TableColumn.vue.d.ts +0 -39
- 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 -25
- package/esm/coms/controls/@types/index.d.ts +0 -1
- package/esm/coms/controls/Autocomplete.vue.d.ts +0 -14
- package/esm/coms/controls/Cascader.vue.d.ts +0 -14
- package/esm/coms/controls/Checkbox.vue.d.ts +0 -12
- package/esm/coms/controls/Code.vue.d.ts +0 -14
- package/esm/coms/controls/Color.vue.d.ts +0 -14
- package/esm/coms/controls/Compare.vue.d.ts +0 -14
- package/esm/coms/controls/Date.vue.d.ts +0 -14
- package/esm/coms/controls/DateRange.vue.d.ts +0 -14
- package/esm/coms/controls/DateTime.vue.d.ts +0 -14
- package/esm/coms/controls/DateTimeRange.vue.d.ts +0 -14
- package/esm/coms/controls/Decimal.vue.d.ts +0 -14
- package/esm/coms/controls/Email.vue.d.ts +0 -14
- package/esm/coms/controls/Image.vue.d.ts +0 -2
- package/esm/coms/controls/Int.vue.d.ts +0 -14
- package/esm/coms/controls/Markdown.vue.d.ts +0 -14
- package/esm/coms/controls/Month.vue.d.ts +0 -14
- package/esm/coms/controls/Password.vue.d.ts +0 -14
- package/esm/coms/controls/Progress.vue.d.ts +0 -14
- package/esm/coms/controls/Radio.vue.d.ts +0 -14
- package/esm/coms/controls/RichText.vue.d.ts +0 -11
- package/esm/coms/controls/Select.vue.d.ts +0 -14
- package/esm/coms/controls/Switch.vue.d.ts +0 -14
- package/esm/coms/controls/Text.vue.d.ts +0 -16
- package/esm/coms/controls/Textarea.vue.d.ts +0 -14
- package/esm/coms/controls/Time.vue.d.ts +0 -14
- package/esm/coms/controls/Upload.vue.d.ts +0 -14
- package/esm/coms/controls/Year.vue.d.ts +0 -14
- package/esm/coms/controls/index.d.ts +0 -3
- 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/@types/WindowEmit.d.ts +0 -13
- package/esm/coms/globals/@types/WindowOptions.d.ts +0 -37
- package/esm/coms/globals/@types/WindowProps.d.ts +0 -26
- package/esm/coms/globals/@types/index.d.ts +0 -3
- 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/MissComponent.vue.d.ts +0 -17
- package/esm/coms/globals/SideTab.vue.d.ts +0 -29
- 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/HeaderProps.d.ts +0 -3
- package/esm/coms/headers/@types/TipsProps.d.ts +0 -10
- package/esm/coms/headers/@types/index.d.ts +0 -3
- package/esm/coms/headers/Breadcrumb.vue.d.ts +0 -2
- package/esm/coms/headers/Changes.vue.d.ts +0 -3
- package/esm/coms/headers/Debugger.vue.d.ts +0 -2
- package/esm/coms/headers/Hamburger.vue.d.ts +0 -18
- package/esm/coms/headers/HeaderRight.vue.d.ts +0 -8
- package/esm/coms/headers/Index.vue.d.ts +0 -18
- package/esm/coms/headers/Log.vue.d.ts +0 -2
- package/esm/coms/headers/Logo.vue.d.ts +0 -6
- package/esm/coms/headers/Refresh.vue.d.ts +0 -6
- package/esm/coms/headers/Setting.vue.d.ts +0 -8
- package/esm/coms/headers/Tips.vue.d.ts +0 -3
- package/esm/coms/headers/index.d.ts +0 -3
- package/esm/coms/index.d.ts +0 -12
- package/esm/coms/layouts/@types/ITaskBar.d.ts +0 -5
- 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/index.d.ts +0 -3
- package/esm/coms/layouts/types/ITaskBar.d.ts +0 -6
- package/esm/coms/layouts/types/index.d.ts +0 -2
- package/esm/coms/lists/@types/ListProps.d.ts +0 -14
- package/esm/coms/lists/@types/index.d.ts +0 -1
- package/esm/coms/lists/Calender.vue.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/Timeline.vue.d.ts +0 -3
- package/esm/coms/lists/Tree.vue.d.ts +0 -18
- package/esm/coms/lists/index.d.ts +0 -2
- 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/ColumnPageProps.d.ts +0 -10
- package/esm/coms/pages/@types/CustomPageProps.d.ts +0 -10
- package/esm/coms/pages/@types/DeletePageProps.d.ts +0 -14
- package/esm/coms/pages/@types/KeyboardType.d.ts +0 -8
- package/esm/coms/pages/@types/ListPageProps.d.ts +0 -14
- package/esm/coms/pages/@types/PageEmit.d.ts +0 -21
- package/esm/coms/pages/@types/PageProps.d.ts +0 -13
- package/esm/coms/pages/@types/PagingPageProps.d.ts +0 -14
- package/esm/coms/pages/@types/SchemaProps.d.ts +0 -30
- package/esm/coms/pages/@types/SinglePageProps.d.ts +0 -14
- package/esm/coms/pages/@types/index.d.ts +0 -9
- package/esm/coms/pages/Column.vue.d.ts +0 -13
- package/esm/coms/pages/Custom.vue.d.ts +0 -18
- package/esm/coms/pages/Delete.vue.d.ts +0 -11
- package/esm/coms/pages/Index.vue.d.ts +0 -2
- package/esm/coms/pages/List.vue.d.ts +0 -17
- package/esm/coms/pages/Paging.vue.d.ts +0 -17
- package/esm/coms/pages/Single.vue.d.ts +0 -20
- package/esm/coms/pages/index.d.ts +0 -3
- 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/PagingProps.d.ts +0 -10
- package/esm/coms/pagings/@types/SearchFooterProps.d.ts +0 -10
- package/esm/coms/pagings/@types/SearchFormProps.d.ts +0 -6
- package/esm/coms/pagings/@types/index.d.ts +0 -3
- package/esm/coms/pagings/Article.vue.d.ts +0 -19
- package/esm/coms/pagings/Code.vue.d.ts +0 -3
- package/esm/coms/pagings/DataImport.vue.d.ts +0 -18
- package/esm/coms/pagings/File.vue.d.ts +0 -3
- package/esm/coms/pagings/Index.vue.d.ts +0 -26
- package/esm/coms/pagings/SearchFooter.vue.d.ts +0 -19
- package/esm/coms/pagings/SearchForm.vue.d.ts +0 -13
- package/esm/coms/pagings/SearchHeader.vue.d.ts +0 -19
- package/esm/coms/pagings/Table.vue.d.ts +0 -24
- package/esm/coms/pagings/index.d.ts +0 -2
- 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 -9
- package/esm/coms/panels/@types/index.d.ts +0 -1
- package/esm/coms/panels/Group.vue.d.ts +0 -17
- package/esm/coms/panels/Header.vue.d.ts +0 -16
- package/esm/coms/panels/Operation.vue.d.ts +0 -23
- package/esm/coms/panels/Panel.vue.d.ts +0 -38
- package/esm/coms/panels/Shrink.vue.d.ts +0 -56
- package/esm/coms/panels/index.d.ts +0 -5
- 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 -25
- package/esm/coms/partials/@types/DetailEmit.d.ts +0 -17
- package/esm/coms/partials/@types/DetailProps.d.ts +0 -21
- package/esm/coms/partials/@types/PagingHeaderEmit.d.ts +0 -33
- package/esm/coms/partials/@types/PagingHeaderProps.d.ts +0 -30
- package/esm/coms/partials/@types/PagingRowEmit.d.ts +0 -25
- package/esm/coms/partials/@types/PagingRowProps.d.ts +0 -21
- package/esm/coms/partials/@types/TreeNodeProps.d.ts +0 -21
- package/esm/coms/partials/@types/UpdateChildEmit.d.ts +0 -21
- package/esm/coms/partials/@types/UpdateChildProps.d.ts +0 -21
- package/esm/coms/partials/@types/UpdateEmit.d.ts +0 -13
- package/esm/coms/partials/@types/UpdateProps.d.ts +0 -21
- package/esm/coms/partials/@types/index.d.ts +0 -12
- package/esm/coms/partials/ArticleFooter.vue.d.ts +0 -15
- package/esm/coms/partials/Detail.vue.d.ts +0 -11
- package/esm/coms/partials/PagingHeader.vue.d.ts +0 -19
- package/esm/coms/partials/PagingRow.vue.d.ts +0 -15
- package/esm/coms/partials/TreeNode.vue.d.ts +0 -3
- package/esm/coms/partials/Update.vue.d.ts +0 -11
- package/esm/coms/partials/UpdateChild.vue.d.ts +0 -13
- package/esm/coms/partials/index.d.ts +0 -1
- 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 -9
- package/esm/coms/searches/@types/index.d.ts +0 -1
- package/esm/coms/searches/Autocomplete.vue.d.ts +0 -14
- package/esm/coms/searches/Daterange.vue.d.ts +0 -12
- package/esm/coms/searches/Index.vue.d.ts +0 -9
- package/esm/coms/searches/Int.vue.d.ts +0 -14
- package/esm/coms/searches/Month.vue.d.ts +0 -14
- package/esm/coms/searches/Select.vue.d.ts +0 -14
- package/esm/coms/searches/Text.vue.d.ts +0 -15
- package/esm/coms/searches/index.d.ts +0 -3
- package/esm/coms/searches/types/SearchProps.d.ts +0 -10
- package/esm/coms/searches/types/index.d.ts +0 -2
- package/esm/coms/singles/@types/SingleProps.d.ts +0 -14
- package/esm/coms/singles/@types/index.d.ts +0 -1
- package/esm/coms/singles/Code.vue.d.ts +0 -9
- package/esm/coms/singles/Comment.vue.d.ts +0 -3
- package/esm/coms/singles/Index.vue.d.ts +0 -16
- package/esm/coms/singles/Normal.vue.d.ts +0 -12
- package/esm/coms/singles/Statistic.vue.d.ts +0 -3
- package/esm/coms/singles/Stock.vue.d.ts +0 -3
- package/esm/coms/singles/Table.vue.d.ts +0 -13
- package/esm/coms/singles/Tree.vue.d.ts +0 -5
- package/esm/coms/singles/Tree_Old.vue.d.ts +0 -2
- package/esm/coms/singles/index.d.ts +0 -2
- package/esm/coms/singles/types/SingleProps.d.ts +0 -15
- package/esm/coms/singles/types/index.d.ts +0 -2
- package/esm/coms/texts/Autocomplete.vue.d.ts +0 -6
- package/esm/coms/texts/Cascader.vue.d.ts +0 -12
- package/esm/coms/texts/Color.vue.d.ts +0 -6
- package/esm/coms/texts/Copy.vue.d.ts +0 -22
- package/esm/coms/texts/Date.vue.d.ts +0 -6
- package/esm/coms/texts/DateRange.vue.d.ts +0 -6
- package/esm/coms/texts/DateTime.vue.d.ts +0 -6
- package/esm/coms/texts/Decimal.vue.d.ts +0 -6
- package/esm/coms/texts/Email.vue.d.ts +0 -6
- package/esm/coms/texts/Index.vue.d.ts +0 -12
- package/esm/coms/texts/Markdown.vue.d.ts +0 -6
- package/esm/coms/texts/Month.vue.d.ts +0 -6
- package/esm/coms/texts/Progress.vue.d.ts +0 -6
- package/esm/coms/texts/Rate.vue.d.ts +0 -14
- package/esm/coms/texts/RichText.vue.d.ts +0 -6
- package/esm/coms/texts/Select.vue.d.ts +0 -6
- package/esm/coms/texts/Switch.vue.d.ts +0 -6
- package/esm/coms/texts/Text.vue.d.ts +0 -6
- package/esm/coms/texts/Textarea.vue.d.ts +0 -6
- package/esm/coms/texts/Upload.vue.d.ts +0 -6
- package/esm/coms/texts/Year.vue.d.ts +0 -6
- 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/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/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/{@types → @type}/PcOptions.d.ts +0 -0
- /package/esm/{comps → comp}/business/@types/DrawerProps.d.ts +0 -0
- /package/esm/{comps → comp}/business/Condition.vue.d.ts +0 -0
- /package/esm/{comps → comp}/business/Switch.vue.d.ts +0 -0
- /package/esm/{comps/commons → comp/common}/Debug.vue.d.ts +0 -0
- /package/esm/{comps/commons → comp/common}/Editable.vue.d.ts +0 -0
- /package/esm/{comps/commons → comp/common}/Loading.vue.d.ts +0 -0
- /package/esm/{comps/commons → comp/common}/MouseContext.vue.d.ts +0 -0
- /package/esm/{comps/commons → comp/common}/Particles.vue.d.ts +0 -0
- /package/esm/{comps/commons → comp/common}/Resizer.vue.d.ts +0 -0
- /package/esm/{comps/commons → comp/common}/TableColumn.vue.d.ts +0 -0
- /package/esm/{comps/commons → comp/common}/index.d.ts +0 -0
- /package/esm/{comps/controls → comp/control}/@types/ControlProps.d.ts +0 -0
- /package/esm/{comps/controls → comp/control}/@types/index.d.ts +0 -0
- /package/esm/{comps/controls → comp/control}/Autocomplete.vue.d.ts +0 -0
- /package/esm/{comps/controls → comp/control}/Checkbox.vue.d.ts +0 -0
- /package/esm/{comps/controls → comp/control}/Code.vue.d.ts +0 -0
- /package/esm/{comps/controls → comp/control}/Color.vue.d.ts +0 -0
- /package/esm/{comps/controls → comp/control}/Date.vue.d.ts +0 -0
- /package/esm/{comps/controls → comp/control}/DateRange.vue.d.ts +0 -0
- /package/esm/{comps/controls → comp/control}/DateTime.vue.d.ts +0 -0
- /package/esm/{comps/controls → comp/control}/DateTimeRange.vue.d.ts +0 -0
- /package/esm/{comps/controls → comp/control}/Decimal.vue.d.ts +0 -0
- /package/esm/{comps/controls → comp/control}/Email.vue.d.ts +0 -0
- /package/esm/{comps/controls → comp/control}/Image.vue.d.ts +0 -0
- /package/esm/{comps/controls → comp/control}/Int.vue.d.ts +0 -0
- /package/esm/{comps/controls → comp/control}/Markdown.vue.d.ts +0 -0
- /package/esm/{comps/controls → comp/control}/Month.vue.d.ts +0 -0
- /package/esm/{comps/controls → comp/control}/Password.vue.d.ts +0 -0
- /package/esm/{comps/controls → comp/control}/Progress.vue.d.ts +0 -0
- /package/esm/{comps/controls → comp/control}/Radio.vue.d.ts +0 -0
- /package/esm/{comps/controls → comp/control}/Rate.vue.d.ts +0 -0
- /package/esm/{comps/controls → comp/control}/RichText.vue.d.ts +0 -0
- /package/esm/{comps/controls → comp/control}/Switch.vue.d.ts +0 -0
- /package/esm/{comps/controls → comp/control}/Text.vue.d.ts +0 -0
- /package/esm/{comps/controls → comp/control}/Textarea.vue.d.ts +0 -0
- /package/esm/{comps/controls → comp/control}/Time.vue.d.ts +0 -0
- /package/esm/{comps/controls → comp/control}/Year.vue.d.ts +0 -0
- /package/esm/{comps/controls → comp/control}/index.d.ts +0 -0
- /package/esm/{comps/globals → comp/global}/@types/WindowEmit.d.ts +0 -0
- /package/esm/{comps/globals → comp/global}/@types/WindowOptions.d.ts +0 -0
- /package/esm/{comps/globals → comp/global}/@types/WindowProps.d.ts +0 -0
- /package/esm/{comps/globals → comp/global}/@types/index.d.ts +0 -0
- /package/esm/{comps/globals → comp/global}/MissComponent.vue.d.ts +0 -0
- /package/esm/{comps/globals → comp/global}/SideTab.vue.d.ts +0 -0
- /package/esm/{comps/headers → comp/header}/Breadcrumb.vue.d.ts +0 -0
- /package/esm/{comps/headers → comp/header}/Changes.vue.d.ts +0 -0
- /package/esm/{comps/headers → comp/header}/Hamburger.vue.d.ts +0 -0
- /package/esm/{comps/headers → comp/header}/Index.vue.d.ts +0 -0
- /package/esm/{comps/headers → comp/header}/Log.vue.d.ts +0 -0
- /package/esm/{comps/headers → comp/header}/Logo.vue.d.ts +0 -0
- /package/esm/{comps/headers → comp/header}/Refresh.vue.d.ts +0 -0
- /package/esm/{comps/headers → comp/header}/Setting.vue.d.ts +0 -0
- /package/esm/{comps/headers → comp/header}/index.d.ts +0 -0
- /package/esm/{comps/layouts → comp/layout}/@types/ITaskBar.d.ts +0 -0
- /package/esm/{comps/layouts → comp/layout}/index.d.ts +0 -0
- /package/esm/{comps/lists → comp/list}/@types/index.d.ts +0 -0
- /package/esm/{comps/lists → comp/list}/Calender.vue.d.ts +0 -0
- /package/esm/{comps/lists → comp/list}/Timeline.vue.d.ts +0 -0
- /package/esm/{comps/lists → comp/list}/index.d.ts +0 -0
- /package/esm/{comps/pages → comp/page}/@types/ColumnPageProps.d.ts +0 -0
- /package/esm/{comps/pages → comp/page}/@types/CustomPageProps.d.ts +0 -0
- /package/esm/{comps/pages → comp/page}/@types/DeletePageProps.d.ts +0 -0
- /package/esm/{comps/pages → comp/page}/@types/ListPageProps.d.ts +0 -0
- /package/esm/{comps/pages → comp/page}/@types/PageEmit.d.ts +0 -0
- /package/esm/{comps/pages → comp/page}/@types/PageProps.d.ts +0 -0
- /package/esm/{comps/pages → comp/page}/@types/PagingPageProps.d.ts +0 -0
- /package/esm/{comps/pages → comp/page}/@types/SchemaProps.d.ts +0 -0
- /package/esm/{comps/pages → comp/page}/@types/SinglePageProps.d.ts +0 -0
- /package/esm/{comps/pages → comp/page}/@types/index.d.ts +0 -0
- /package/esm/{comps/pages → comp/page}/Column.vue.d.ts +0 -0
- /package/esm/{comps/pages → comp/page}/Custom.vue.d.ts +0 -0
- /package/esm/{comps/pages → comp/page}/Delete.vue.d.ts +0 -0
- /package/esm/{comps/pages → comp/page}/Index.vue.d.ts +0 -0
- /package/esm/{comps/pages → comp/page}/index.d.ts +0 -0
- /package/esm/{comps/pagings → comp/paging}/@types/SearchFormProps.d.ts +0 -0
- /package/esm/{comps/pagings → comp/paging}/@types/index.d.ts +0 -0
- /package/esm/{comps/pagings → comp/paging}/Code.vue.d.ts +0 -0
- /package/esm/{comps/pagings → comp/paging}/DataImport.vue.d.ts +0 -0
- /package/esm/{comps/pagings → comp/paging}/File.vue.d.ts +0 -0
- /package/esm/{comps/pagings → comp/paging}/index.d.ts +0 -0
- /package/esm/{comps/panels → comp/panel}/@types/OperationProps.d.ts +0 -0
- /package/esm/{comps/panels → comp/panel}/@types/index.d.ts +0 -0
- /package/esm/{comps/panels → comp/panel}/Group.vue.d.ts +0 -0
- /package/esm/{comps/panels → comp/panel}/Header.vue.d.ts +0 -0
- /package/esm/{comps/panels → comp/panel}/Shrink.vue.d.ts +0 -0
- /package/esm/{comps/panels → comp/panel}/index.d.ts +0 -0
- /package/esm/{comps/partials → comp/partial}/@types/ArticleFooterEmit.d.ts +0 -0
- /package/esm/{comps/partials → comp/partial}/@types/DetailEmit.d.ts +0 -0
- /package/esm/{comps/partials → comp/partial}/@types/DetailProps.d.ts +0 -0
- /package/esm/{comps/partials → comp/partial}/@types/PagingHeaderEmit.d.ts +0 -0
- /package/esm/{comps/partials → comp/partial}/@types/PagingRowEmit.d.ts +0 -0
- /package/esm/{comps/partials → comp/partial}/@types/PagingRowProps.d.ts +0 -0
- /package/esm/{comps/partials → comp/partial}/@types/TreeNodeProps.d.ts +0 -0
- /package/esm/{comps/partials → comp/partial}/@types/UpdateChildEmit.d.ts +0 -0
- /package/esm/{comps/partials → comp/partial}/@types/UpdateChildProps.d.ts +0 -0
- /package/esm/{comps/partials → comp/partial}/@types/UpdateEmit.d.ts +0 -0
- /package/esm/{comps/partials → comp/partial}/@types/UpdateProps.d.ts +0 -0
- /package/esm/{comps/partials → comp/partial}/@types/index.d.ts +0 -0
- /package/esm/{comps/partials → comp/partial}/ArticleFooter.vue.d.ts +0 -0
- /package/esm/{comps/partials → comp/partial}/Detail.vue.d.ts +0 -0
- /package/esm/{comps/partials → comp/partial}/PagingHeader.vue.d.ts +0 -0
- /package/esm/{comps/partials → comp/partial}/PagingRow.vue.d.ts +0 -0
- /package/esm/{comps/partials → comp/partial}/TreeNode.vue.d.ts +0 -0
- /package/esm/{comps/partials → comp/partial}/Update.vue.d.ts +0 -0
- /package/esm/{comps/partials → comp/partial}/UpdateChild.vue.d.ts +0 -0
- /package/esm/{comps/partials → comp/partial}/index.d.ts +0 -0
- /package/esm/{comps/searches → comp/search}/@types/SearchProps.d.ts +0 -0
- /package/esm/{comps/searches → comp/search}/@types/index.d.ts +0 -0
- /package/esm/{comps/searches → comp/search}/Autocomplete.vue.d.ts +0 -0
- /package/esm/{comps/searches → comp/search}/Daterange.vue.d.ts +0 -0
- /package/esm/{comps/searches → comp/search}/Index.vue.d.ts +0 -0
- /package/esm/{comps/searches → comp/search}/Int.vue.d.ts +0 -0
- /package/esm/{comps/searches → comp/search}/Month.vue.d.ts +0 -0
- /package/esm/{comps/searches → comp/search}/Text.vue.d.ts +0 -0
- /package/esm/{comps/searches → comp/search}/index.d.ts +0 -0
- /package/esm/{comps/singles → comp/single}/Code.vue.d.ts +0 -0
- /package/esm/{comps/singles → comp/single}/Comment.vue.d.ts +0 -0
- /package/esm/{comps/singles → comp/single}/Statistic.vue.d.ts +0 -0
- /package/esm/{comps/singles → comp/single}/Stock.vue.d.ts +0 -0
- /package/esm/{comps/singles → comp/single}/Tree_Old.vue.d.ts +0 -0
- /package/esm/{comps/singles → comp/single}/index.d.ts +0 -0
- /package/esm/{drivers/messengers → driver/messenger}/index.d.ts +0 -0
- /package/esm/{repos → repo}/index.d.ts +0 -0
- /package/esm/{svcs → svc}/AppSvc.d.ts +0 -0
- /package/esm/{svcs → svc}/ComponentSvc.d.ts +0 -0
- /package/esm/{svcs → svc}/ControlSvc.d.ts +0 -0
- /package/esm/{svcs → svc}/LayoutSvc.d.ts +0 -0
- /package/esm/{svcs → svc}/ModuleSvc.d.ts +0 -0
- /package/esm/{svcs → svc}/PageSvc.d.ts +0 -0
- /package/esm/{svcs → svc}/RouterSvc.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,6 +1,8 @@
|
|
1
|
-
import { ControlProps } from "../
|
1
|
+
import { ControlProps } from "../control/@types";
|
2
2
|
type __VLS_Props = ControlProps & {
|
3
3
|
modelValue?: string | number;
|
4
4
|
};
|
5
|
-
declare const _default: import("vue").DefineComponent<__VLS_Props, {}, {}, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {}, string, import("vue").PublicProps, Readonly<__VLS_Props> & Readonly<{}>, {}, {}, {}, {}, string, import("vue").ComponentProvideOptions, false, {
|
5
|
+
declare const _default: import("vue").DefineComponent<__VLS_Props, {}, {}, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {}, string, import("vue").PublicProps, Readonly<__VLS_Props> & Readonly<{}>, {}, {}, {}, {}, string, import("vue").ComponentProvideOptions, false, {
|
6
|
+
editRef: unknown;
|
7
|
+
}, any>;
|
6
8
|
export default _default;
|
package/esm/factory/Repos.d.ts
CHANGED
package/esm/factory/Svcs.d.ts
CHANGED
@@ -1,8 +1,8 @@
|
|
1
1
|
import { Svcs as FeSvcs } from "halo-fe";
|
2
|
-
import { ComponentSvc, ControlSvc, LayoutSvc, ModuleSvc, PageSvc, RouterSvc, UploadSvc
|
2
|
+
import { ComponentSvc, ControlSvc, LayoutSvc, ModuleSvc, PageSvc, RouterSvc, UploadSvc } from "../svc";
|
3
3
|
/**
|
4
4
|
* PC端服务集合基类
|
5
|
-
|
5
|
+
** 继承自基础框架的Svcs,通过继承可以再次实现类型扩展
|
6
6
|
*/
|
7
7
|
export declare class Svcs extends FeSvcs {
|
8
8
|
/**
|
@@ -43,8 +43,4 @@ export declare class Svcs extends FeSvcs {
|
|
43
43
|
* 上传服务
|
44
44
|
*/
|
45
45
|
static upload: UploadSvc;
|
46
|
-
/**
|
47
|
-
* 窗口服务
|
48
|
-
*/
|
49
|
-
static window: WindowSvc;
|
50
46
|
}
|
package/esm/factory/index.d.ts
CHANGED
package/esm/main.d.ts
CHANGED
@@ -1,11 +1,9 @@
|
|
1
1
|
import { App } from "vue";
|
2
|
-
import { PcOptions } from "./@
|
2
|
+
import { PcOptions } from "./@type";
|
3
3
|
/**
|
4
4
|
* 初始化PC框架
|
5
5
|
* 创建前端基础框架,配置前端环境变量
|
6
6
|
*/
|
7
7
|
declare let createPcAsync: (app: App<Element>, options: PcOptions) => Promise<void>;
|
8
|
-
export * from "./@
|
9
|
-
export * from "./comps";
|
10
|
-
export * from "./factory";
|
8
|
+
export * from "./@type";
|
11
9
|
export { createPcAsync };
|
@@ -1,2 +1,4 @@
|
|
1
|
-
declare const _default: import("vue").DefineComponent<{}, {}, {}, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {}, string, import("vue").PublicProps, Readonly<{}> & Readonly<{}>, {}, {}, {}, {}, string, import("vue").ComponentProvideOptions, true, {
|
1
|
+
declare const _default: import("vue").DefineComponent<{}, {}, {}, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {}, string, import("vue").PublicProps, Readonly<{}> & Readonly<{}>, {}, {}, {}, {}, string, import("vue").ComponentProvideOptions, true, {
|
2
|
+
formRef: unknown;
|
3
|
+
}, HTMLDivElement>;
|
2
4
|
export default _default;
|
@@ -1,2 +1,6 @@
|
|
1
|
-
declare const _default: import("vue").DefineComponent<{}, {}, {}, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {}, string, import("vue").PublicProps, Readonly<{}> & Readonly<{}>, {}, {}, {}, {}, string, import("vue").ComponentProvideOptions, true, {
|
1
|
+
declare const _default: import("vue").DefineComponent<{}, {}, {}, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {}, string, import("vue").PublicProps, Readonly<{}> & Readonly<{}>, {}, {}, {}, {}, string, import("vue").ComponentProvideOptions, true, {
|
2
|
+
loginFormRef: unknown;
|
3
|
+
idRef: unknown;
|
4
|
+
secretRef: unknown;
|
5
|
+
}, HTMLDivElement>;
|
2
6
|
export default _default;
|
@@ -0,0 +1,34 @@
|
|
1
|
+
declare const _default: import("vue").DefineComponent<{}, {}, {}, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {}, string, import("vue").PublicProps, Readonly<{}> & Readonly<{}>, {}, {}, {}, {}, string, import("vue").ComponentProvideOptions, true, {
|
2
|
+
formRef: unknown;
|
3
|
+
emailRef: unknown;
|
4
|
+
password: unknown;
|
5
|
+
passwordRef: unknown;
|
6
|
+
captchaRef: import("vue").CreateComponentPublicInstanceWithMixins<Readonly<import("vue").ExtractPropTypes<{
|
7
|
+
content: StringConstructor;
|
8
|
+
jigsaw: StringConstructor;
|
9
|
+
}>> & Readonly<{
|
10
|
+
onRefresh?: (...args: any[]) => any;
|
11
|
+
onValidate?: (...args: any[]) => any;
|
12
|
+
}>, {}, {}, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {
|
13
|
+
refresh: (...args: any[]) => void;
|
14
|
+
validate: (...args: any[]) => void;
|
15
|
+
}, import("vue").PublicProps, {}, true, {}, {}, import("vue").GlobalComponents, import("vue").GlobalDirectives, string, {
|
16
|
+
jigsawRef: HTMLDivElement;
|
17
|
+
handlePackRef: HTMLDivElement;
|
18
|
+
arrowRef: HTMLDivElement;
|
19
|
+
}, HTMLDivElement, import("vue").ComponentProvideOptions, {
|
20
|
+
P: {};
|
21
|
+
B: {};
|
22
|
+
D: {};
|
23
|
+
C: {};
|
24
|
+
M: {};
|
25
|
+
Defaults: {};
|
26
|
+
}, Readonly<import("vue").ExtractPropTypes<{
|
27
|
+
content: StringConstructor;
|
28
|
+
jigsaw: StringConstructor;
|
29
|
+
}>> & Readonly<{
|
30
|
+
onRefresh?: (...args: any[]) => any;
|
31
|
+
onValidate?: (...args: any[]) => any;
|
32
|
+
}>, {}, {}, {}, {}, {}>;
|
33
|
+
}, HTMLDivElement>;
|
34
|
+
export default _default;
|
package/package.json
CHANGED
@@ -1,6 +1,6 @@
|
|
1
1
|
{
|
2
2
|
"name": "halo-pc",
|
3
|
-
"version": "1.0.
|
3
|
+
"version": "1.0.51",
|
4
4
|
"description": "Halo pc framework",
|
5
5
|
"scripts": {
|
6
6
|
"halo-pc:tsc": "vue-tsc",
|
@@ -15,7 +15,7 @@
|
|
15
15
|
"halo-pc:publish": "npm publish"
|
16
16
|
},
|
17
17
|
"type": "module",
|
18
|
-
"module": "./
|
18
|
+
"module": "./main.js",
|
19
19
|
"types": "./esm/main.d.ts",
|
20
20
|
"files": [
|
21
21
|
"dist",
|
@@ -33,25 +33,25 @@
|
|
33
33
|
"peerDependencies": {
|
34
34
|
},
|
35
35
|
"dependencies": {
|
36
|
-
"@micro-zoe/micro-app": "1.0.0-rc.
|
36
|
+
"@micro-zoe/micro-app": "1.0.0-rc.20",
|
37
37
|
"clipboard": "2.0.11",
|
38
|
-
"echarts": "5.
|
39
|
-
"element-plus": "2.
|
38
|
+
"echarts": "5.6.0",
|
39
|
+
"element-plus": "2.9.4",
|
40
40
|
"intro.js": "8.0.0-beta.1",
|
41
|
-
"halo-fe": "1.0.
|
42
|
-
"sortablejs": "1.15.
|
43
|
-
"vue": "3.5.
|
41
|
+
"halo-fe": "1.0.34",
|
42
|
+
"sortablejs": "1.15.6",
|
43
|
+
"vue": "3.5.13",
|
44
44
|
"vue-canvas-nest": "2.0.0",
|
45
|
-
"vue-router": "4.
|
45
|
+
"vue-router": "4.5.0"
|
46
46
|
},
|
47
47
|
"devDependencies": {
|
48
|
-
"@fortawesome/fontawesome-free": "6.
|
49
|
-
"@types/node": "22.
|
50
|
-
"@vitejs/plugin-vue": "5.1
|
51
|
-
"@vitejs/plugin-vue-jsx": "4.
|
52
|
-
"sass": "1.
|
53
|
-
"typescript": "5.
|
54
|
-
"vite": "
|
55
|
-
"vue-tsc": "2.
|
48
|
+
"@fortawesome/fontawesome-free": "6.7.2",
|
49
|
+
"@types/node": "22.13.1",
|
50
|
+
"@vitejs/plugin-vue": "5.2.1",
|
51
|
+
"@vitejs/plugin-vue-jsx": "4.1.1",
|
52
|
+
"sass": "1.84.0",
|
53
|
+
"typescript": "5.7.3",
|
54
|
+
"vite": "6.1.0",
|
55
|
+
"vue-tsc": "2.2.0"
|
56
56
|
}
|
57
57
|
}
|
package/dist/Article-BEEbCcan.js
DELETED
@@ -1,200 +0,0 @@
|
|
1
|
-
import { defineComponent as oe, toRefs as ae, ref as c, onMounted as ne, computed as re, resolveComponent as b, openBlock as u, createElementBlock as f, unref as e, createBlock as k, createCommentVNode as _, createVNode as w, normalizeStyle as se, withCtx as C, createElementVNode as i, Fragment as ie, renderList as ue, withModifiers as H, toDisplayString as d, resolveDynamicComponent as ce, createTextVNode as U } from "vue";
|
2
|
-
import { b as de, U as h, I as pe, c as me, D as E, R as ve } from "./main-GSKw_Blq.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 ge } from "./SearchForm.vue_vue_type_style_index_0_lang-C74tp38C.js";
|
10
|
-
const fe = { class: "article-layout" }, he = ["href", "onClick"], _e = ["src"], ye = { class: "article-title" }, be = {
|
11
|
-
key: 0,
|
12
|
-
class: "article-content"
|
13
|
-
}, ke = { class: "article-time" }, we = {
|
14
|
-
key: 1,
|
15
|
-
class: "article-view-count"
|
16
|
-
}, Ce = ["href"], Re = { class: "el-drawer__title" }, xe = ["href"], Me = /* @__PURE__ */ oe({
|
17
|
-
__name: "Article",
|
18
|
-
props: {
|
19
|
-
searchData: {},
|
20
|
-
module: {},
|
21
|
-
schema: {},
|
22
|
-
table: {},
|
23
|
-
layout: {},
|
24
|
-
next: {},
|
25
|
-
set: {},
|
26
|
-
url: {},
|
27
|
-
win: {}
|
28
|
-
},
|
29
|
-
emits: ["page-change", "navigate", "search", "succeed", "close"],
|
30
|
-
setup(M, { expose: N, emit: K }) {
|
31
|
-
let p = K, F = M, { module: I, schema: P, table: n, layout: r, next: m, set: R, searchData: j } = ae(F), x = c(), y = c(), $ = c(), B = c(), z = c();
|
32
|
-
c({ layout: "prev, pager, next", count: 5 });
|
33
|
-
let o = c({ page: null, url: null, row: null, visible: !1, appendToBody: !1 }), S = (t) => {
|
34
|
-
g("insert", null, t);
|
35
|
-
}, A = (t, l) => {
|
36
|
-
g("detail", t, l);
|
37
|
-
}, L = (t, l) => {
|
38
|
-
g("update", t, l);
|
39
|
-
}, q = (t, l) => {
|
40
|
-
g("copy", t, l);
|
41
|
-
}, G = (t, l) => {
|
42
|
-
g("delete", t, l);
|
43
|
-
}, J = (t) => {
|
44
|
-
let l = t.map((s) => s[n.value.key.name]);
|
45
|
-
E.http.post(m.value.delete.route, l).then((s) => {
|
46
|
-
E.messenger.success(s.message), V();
|
47
|
-
});
|
48
|
-
}, g = (t, l, s) => {
|
49
|
-
let v = T(t, l);
|
50
|
-
s.ctrlKey ? (o.value.row = null, p("navigate", v)) : (o.value.appendToBody = s.altKey, o.value.page = t, o.value.url = v, o.value.row = l, o.value.visible = !0);
|
51
|
-
}, T = (t, l = null) => {
|
52
|
-
let s = `${m.value[t].route}`;
|
53
|
-
if (l != null) {
|
54
|
-
let v = l[n.value.key.name];
|
55
|
-
s += `?id=${v}`;
|
56
|
-
}
|
57
|
-
return s;
|
58
|
-
}, O = () => {
|
59
|
-
o.value.visible = !1, p("close");
|
60
|
-
}, V = (t = null) => {
|
61
|
-
o.value.visible = !1, p("succeed", t);
|
62
|
-
}, Q = (t) => {
|
63
|
-
p("page-change", t);
|
64
|
-
}, W = (t) => {
|
65
|
-
p("navigate", t);
|
66
|
-
}, X = () => {
|
67
|
-
p("search");
|
68
|
-
}, Y = () => {
|
69
|
-
D();
|
70
|
-
}, Z = (t, l) => {
|
71
|
-
ve.module.invokeKeyboard(z.value, t, l);
|
72
|
-
}, ee = (t) => {
|
73
|
-
D();
|
74
|
-
}, D = () => {
|
75
|
-
if (y.value == null)
|
76
|
-
return;
|
77
|
-
let t = h.dom.getHeight(x.value), l = h.dom.getHeight([y.value.$el, $.value]);
|
78
|
-
B.value = t - l;
|
79
|
-
};
|
80
|
-
ne(() => {
|
81
|
-
});
|
82
|
-
let te = re(() => {
|
83
|
-
let t = `/${n.value.name}/article-footer`;
|
84
|
-
return de.component.getComponent(t, "partial", "article-footer");
|
85
|
-
});
|
86
|
-
return N({ keyboard: Z, resize: ee }), (t, l) => {
|
87
|
-
const s = b("el-scrollbar"), v = b("el-pagination"), le = b("el-drawer");
|
88
|
-
return u(), f("div", {
|
89
|
-
ref_key: "pagingRef",
|
90
|
-
ref: x,
|
91
|
-
class: "paging-article"
|
92
|
-
}, [
|
93
|
-
e(n).search.length > 0 ? (u(), k(ge, {
|
94
|
-
key: 0,
|
95
|
-
ref_key: "searchRef",
|
96
|
-
ref: y,
|
97
|
-
schema: e(P),
|
98
|
-
table: e(n),
|
99
|
-
layout: e(r),
|
100
|
-
"search-data": e(j),
|
101
|
-
onSubmit: e(X),
|
102
|
-
onMounted: e(Y)
|
103
|
-
}, null, 8, ["schema", "table", "layout", "search-data", "onSubmit", "onMounted"])) : _("", !0),
|
104
|
-
w(s, {
|
105
|
-
class: "article-scroller",
|
106
|
-
style: se({ height: e(B) + "px" })
|
107
|
-
}, {
|
108
|
-
default: C(() => [
|
109
|
-
i("div", fe, [
|
110
|
-
(u(!0), f(ie, null, ue(e(R)[e(n).name], (a) => (u(), f("a", {
|
111
|
-
class: "article",
|
112
|
-
href: `${e(m).detail.route}?id=${a[e(n).key.name]}`,
|
113
|
-
onClick: H(($e) => e(W)(`${e(m).detail.route}?id=${a[e(n).key.name]}`), ["prevent"]),
|
114
|
-
key: a[e(n).key.name]
|
115
|
-
}, [
|
116
|
-
i("img", {
|
117
|
-
class: "article-image",
|
118
|
-
src: a[e(r).image]
|
119
|
-
}, null, 8, _e),
|
120
|
-
i("div", ye, d(a[e(r).title]), 1),
|
121
|
-
e(h).html.getText(a[e(r).content]) ? (u(), f("div", be, d(e(h).html.getText(a[e(r).content])), 1)) : _("", !0),
|
122
|
-
i("div", ke, d(a[e(r).time]), 1),
|
123
|
-
a[e(r).viewCount] ? (u(), f("div", we, d(a[e(r).viewCount]), 1)) : _("", !0),
|
124
|
-
(u(), k(ce(e(te)), {
|
125
|
-
table: e(n),
|
126
|
-
next: e(m),
|
127
|
-
set: e(R),
|
128
|
-
row: a,
|
129
|
-
onPreview: e(A),
|
130
|
-
onEdit: e(L),
|
131
|
-
onCopy: e(q),
|
132
|
-
onBeforeRemove: e(G),
|
133
|
-
onRemove: e(J)
|
134
|
-
}, null, 40, ["table", "next", "set", "row", "onPreview", "onEdit", "onCopy", "onBeforeRemove", "onRemove"]))
|
135
|
-
], 8, he))), 128)),
|
136
|
-
i("a", {
|
137
|
-
href: e(T)("insert"),
|
138
|
-
class: "article-add",
|
139
|
-
onClick: l[0] || (l[0] = H(
|
140
|
-
//@ts-ignore
|
141
|
-
(...a) => e(S) && e(S)(...a),
|
142
|
-
["prevent"]
|
143
|
-
))
|
144
|
-
}, [
|
145
|
-
l[2] || (l[2] = i("i", { class: "fa fa-plus" }, null, -1)),
|
146
|
-
U(" 添加新" + d(e(n).title), 1)
|
147
|
-
], 8, Ce)
|
148
|
-
])
|
149
|
-
]),
|
150
|
-
_: 1
|
151
|
-
}, 8, ["style"]),
|
152
|
-
i("div", {
|
153
|
-
ref_key: "footerRef",
|
154
|
-
ref: $,
|
155
|
-
class: "article-bottom"
|
156
|
-
}, [
|
157
|
-
w(v, {
|
158
|
-
background: "",
|
159
|
-
layout: "total, prev, pager, next, jumper",
|
160
|
-
"current-page": e(r).page,
|
161
|
-
"page-size": e(r).size,
|
162
|
-
total: e(r).count,
|
163
|
-
onCurrentChange: e(Q)
|
164
|
-
}, null, 8, ["current-page", "page-size", "total", "onCurrentChange"])
|
165
|
-
], 512),
|
166
|
-
e(o).page ? (u(), k(le, {
|
167
|
-
key: 1,
|
168
|
-
"destroy-on-close": "",
|
169
|
-
"append-to-body": e(o).appendToBody,
|
170
|
-
size: `${e(I).width ?? "60%"}`,
|
171
|
-
modelValue: e(o).visible,
|
172
|
-
"onUpdate:modelValue": l[1] || (l[1] = (a) => e(o).visible = a)
|
173
|
-
}, {
|
174
|
-
header: C(() => [
|
175
|
-
i("div", Re, [
|
176
|
-
U(d(e(m)[e(o).page].title) + " ", 1),
|
177
|
-
i("a", {
|
178
|
-
class: "drawer-copy",
|
179
|
-
href: e(h).url.getToUrl(e(o).url)
|
180
|
-
}, d(e(pe).t("common.link")), 9, xe)
|
181
|
-
])
|
182
|
-
]),
|
183
|
-
default: C(() => [
|
184
|
-
w(e(me), {
|
185
|
-
ref_key: "pageRef",
|
186
|
-
ref: z,
|
187
|
-
url: e(o).url,
|
188
|
-
onSucceed: e(V),
|
189
|
-
onClose: e(O)
|
190
|
-
}, null, 8, ["url", "onSucceed", "onClose"])
|
191
|
-
]),
|
192
|
-
_: 1
|
193
|
-
}, 8, ["append-to-body", "size", "modelValue"])) : _("", !0)
|
194
|
-
], 512);
|
195
|
-
};
|
196
|
-
}
|
197
|
-
});
|
198
|
-
export {
|
199
|
-
Me as default
|
200
|
-
};
|
@@ -1,85 +0,0 @@
|
|
1
|
-
import { defineComponent as w, toRefs as _, resolveComponent as B, openBlock as r, createElementBlock as p, unref as e, withModifiers as c, createCommentVNode as s, createBlock as E, withCtx as I, createElementVNode as N } 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 a } from "./main-GSKw_Blq.js";
|
9
|
-
const R = { class: "article-footer" }, H = /* @__PURE__ */ w({
|
10
|
-
__name: "ArticleFooter",
|
11
|
-
props: {
|
12
|
-
table: {},
|
13
|
-
next: {},
|
14
|
-
set: {},
|
15
|
-
row: {}
|
16
|
-
},
|
17
|
-
emits: ["preview", "edit", "copy", "before-remove", "remove"],
|
18
|
-
setup(b, { emit: k }) {
|
19
|
-
let i = k, C = b, { table: V, next: l, set: A, row: m } = _(C), f = (o) => {
|
20
|
-
i("preview", m.value, o);
|
21
|
-
}, u = (o) => {
|
22
|
-
i("edit", m.value, o);
|
23
|
-
}, v = (o) => {
|
24
|
-
i("copy", m.value, o);
|
25
|
-
}, d = (o) => {
|
26
|
-
}, x = () => {
|
27
|
-
i("remove", [m.value]);
|
28
|
-
};
|
29
|
-
return (o, t) => {
|
30
|
-
const y = B("el-popconfirm");
|
31
|
-
return r(), p("div", R, [
|
32
|
-
e(l).detail ? (r(), p("i", {
|
33
|
-
key: 0,
|
34
|
-
class: "fa fa-search-plus btn-icon",
|
35
|
-
onClick: t[0] || (t[0] = c(
|
36
|
-
//@ts-ignore
|
37
|
-
(...n) => e(f) && e(f)(...n),
|
38
|
-
["prevent", "stop"]
|
39
|
-
))
|
40
|
-
})) : s("", !0),
|
41
|
-
e(l).update ? (r(), p("i", {
|
42
|
-
key: 1,
|
43
|
-
class: "fa fa-pencil btn-icon",
|
44
|
-
onClick: t[1] || (t[1] = c(
|
45
|
-
//@ts-ignore
|
46
|
-
(...n) => e(u) && e(u)(...n),
|
47
|
-
["prevent", "stop"]
|
48
|
-
))
|
49
|
-
})) : s("", !0),
|
50
|
-
e(l).copy ? (r(), p("i", {
|
51
|
-
key: 2,
|
52
|
-
class: "fa fa-copy btn-icon",
|
53
|
-
onClick: t[2] || (t[2] = c(
|
54
|
-
//@ts-ignore
|
55
|
-
(...n) => e(v) && e(v)(...n),
|
56
|
-
["prevent", "stop"]
|
57
|
-
))
|
58
|
-
})) : s("", !0),
|
59
|
-
e(l).delete ? (r(), E(y, {
|
60
|
-
key: 3,
|
61
|
-
width: 180,
|
62
|
-
title: e(a).t("common.confirm_delete"),
|
63
|
-
"confirm-button-text": e(a).t("common.confirm"),
|
64
|
-
"cancel-button-text": e(a).t("common.cancel"),
|
65
|
-
onConfirm: e(x)
|
66
|
-
}, {
|
67
|
-
reference: I(() => [
|
68
|
-
N("i", {
|
69
|
-
class: "fa fa-trash-alt btn-icon",
|
70
|
-
onClick: t[3] || (t[3] = c(
|
71
|
-
//@ts-ignore
|
72
|
-
(...n) => e(d) && e(d)(...n),
|
73
|
-
["prevent", "stop"]
|
74
|
-
))
|
75
|
-
})
|
76
|
-
]),
|
77
|
-
_: 1
|
78
|
-
}, 8, ["title", "confirm-button-text", "cancel-button-text", "onConfirm"])) : s("", !0)
|
79
|
-
]);
|
80
|
-
};
|
81
|
-
}
|
82
|
-
});
|
83
|
-
export {
|
84
|
-
H as default
|
85
|
-
};
|