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,501 +0,0 @@
|
|
1
|
-
var $ = typeof globalThis < "u" ? globalThis : typeof window < "u" ? window : typeof global < "u" ? global : typeof self < "u" ? self : {};
|
2
|
-
function B(_) {
|
3
|
-
return _ && _.__esModule && Object.prototype.hasOwnProperty.call(_, "default") ? _.default : _;
|
4
|
-
}
|
5
|
-
var M = { exports: {} };
|
6
|
-
/*!
|
7
|
-
* clipboard.js v2.0.11
|
8
|
-
* https://clipboardjs.com/
|
9
|
-
*
|
10
|
-
* Licensed MIT © Zeno Rocha
|
11
|
-
*/
|
12
|
-
(function(_, K) {
|
13
|
-
(function(S, m) {
|
14
|
-
_.exports = m();
|
15
|
-
})($, function() {
|
16
|
-
return (
|
17
|
-
/******/
|
18
|
-
function() {
|
19
|
-
var P = {
|
20
|
-
/***/
|
21
|
-
686: (
|
22
|
-
/***/
|
23
|
-
function(l, c, t) {
|
24
|
-
t.d(c, {
|
25
|
-
default: function() {
|
26
|
-
return (
|
27
|
-
/* binding */
|
28
|
-
X
|
29
|
-
);
|
30
|
-
}
|
31
|
-
});
|
32
|
-
var a = t(279), f = /* @__PURE__ */ t.n(a), s = t(370), h = /* @__PURE__ */ t.n(s), y = t(817), g = /* @__PURE__ */ t.n(y);
|
33
|
-
function d(i) {
|
34
|
-
try {
|
35
|
-
return document.execCommand(i);
|
36
|
-
} catch {
|
37
|
-
return !1;
|
38
|
-
}
|
39
|
-
}
|
40
|
-
var v = function(n) {
|
41
|
-
var e = g()(n);
|
42
|
-
return d("cut"), e;
|
43
|
-
}, p = v;
|
44
|
-
function E(i) {
|
45
|
-
var n = document.documentElement.getAttribute("dir") === "rtl", e = document.createElement("textarea");
|
46
|
-
e.style.fontSize = "12pt", e.style.border = "0", e.style.padding = "0", e.style.margin = "0", e.style.position = "absolute", e.style[n ? "right" : "left"] = "-9999px";
|
47
|
-
var r = window.pageYOffset || document.documentElement.scrollTop;
|
48
|
-
return e.style.top = "".concat(r, "px"), e.setAttribute("readonly", ""), e.value = i, e;
|
49
|
-
}
|
50
|
-
var k = function(n, e) {
|
51
|
-
var r = E(n);
|
52
|
-
e.container.appendChild(r);
|
53
|
-
var o = g()(r);
|
54
|
-
return d("copy"), r.remove(), o;
|
55
|
-
}, N = function(n) {
|
56
|
-
var e = arguments.length > 1 && arguments[1] !== void 0 ? arguments[1] : {
|
57
|
-
container: document.body
|
58
|
-
}, r = "";
|
59
|
-
return typeof n == "string" ? r = k(n, e) : n instanceof HTMLInputElement && !["text", "search", "url", "tel", "password"].includes(n == null ? void 0 : n.type) ? r = k(n.value, e) : (r = g()(n), d("copy")), r;
|
60
|
-
}, C = N;
|
61
|
-
function T(i) {
|
62
|
-
"@babel/helpers - typeof";
|
63
|
-
return typeof Symbol == "function" && typeof Symbol.iterator == "symbol" ? T = function(e) {
|
64
|
-
return typeof e;
|
65
|
-
} : T = function(e) {
|
66
|
-
return e && typeof Symbol == "function" && e.constructor === Symbol && e !== Symbol.prototype ? "symbol" : typeof e;
|
67
|
-
}, T(i);
|
68
|
-
}
|
69
|
-
var j = function() {
|
70
|
-
var n = arguments.length > 0 && arguments[0] !== void 0 ? arguments[0] : {}, e = n.action, r = e === void 0 ? "copy" : e, o = n.container, u = n.target, b = n.text;
|
71
|
-
if (r !== "copy" && r !== "cut")
|
72
|
-
throw new Error('Invalid "action" value, use either "copy" or "cut"');
|
73
|
-
if (u !== void 0)
|
74
|
-
if (u && T(u) === "object" && u.nodeType === 1) {
|
75
|
-
if (r === "copy" && u.hasAttribute("disabled"))
|
76
|
-
throw new Error('Invalid "target" attribute. Please use "readonly" instead of "disabled" attribute');
|
77
|
-
if (r === "cut" && (u.hasAttribute("readonly") || u.hasAttribute("disabled")))
|
78
|
-
throw new Error(`Invalid "target" attribute. You can't cut text from elements with "readonly" or "disabled" attributes`);
|
79
|
-
} else
|
80
|
-
throw new Error('Invalid "target" value, use a valid Element');
|
81
|
-
if (b)
|
82
|
-
return C(b, {
|
83
|
-
container: o
|
84
|
-
});
|
85
|
-
if (u)
|
86
|
-
return r === "cut" ? p(u) : C(u, {
|
87
|
-
container: o
|
88
|
-
});
|
89
|
-
}, D = j;
|
90
|
-
function w(i) {
|
91
|
-
"@babel/helpers - typeof";
|
92
|
-
return typeof Symbol == "function" && typeof Symbol.iterator == "symbol" ? w = function(e) {
|
93
|
-
return typeof e;
|
94
|
-
} : w = function(e) {
|
95
|
-
return e && typeof Symbol == "function" && e.constructor === Symbol && e !== Symbol.prototype ? "symbol" : typeof e;
|
96
|
-
}, w(i);
|
97
|
-
}
|
98
|
-
function F(i, n) {
|
99
|
-
if (!(i instanceof n))
|
100
|
-
throw new TypeError("Cannot call a class as a function");
|
101
|
-
}
|
102
|
-
function R(i, n) {
|
103
|
-
for (var e = 0; e < n.length; e++) {
|
104
|
-
var r = n[e];
|
105
|
-
r.enumerable = r.enumerable || !1, r.configurable = !0, "value" in r && (r.writable = !0), Object.defineProperty(i, r.key, r);
|
106
|
-
}
|
107
|
-
}
|
108
|
-
function H(i, n, e) {
|
109
|
-
return n && R(i.prototype, n), e && R(i, e), i;
|
110
|
-
}
|
111
|
-
function I(i, n) {
|
112
|
-
if (typeof n != "function" && n !== null)
|
113
|
-
throw new TypeError("Super expression must either be null or a function");
|
114
|
-
i.prototype = Object.create(n && n.prototype, { constructor: { value: i, writable: !0, configurable: !0 } }), n && O(i, n);
|
115
|
-
}
|
116
|
-
function O(i, n) {
|
117
|
-
return O = Object.setPrototypeOf || function(r, o) {
|
118
|
-
return r.__proto__ = o, r;
|
119
|
-
}, O(i, n);
|
120
|
-
}
|
121
|
-
function z(i) {
|
122
|
-
var n = G();
|
123
|
-
return function() {
|
124
|
-
var r = x(i), o;
|
125
|
-
if (n) {
|
126
|
-
var u = x(this).constructor;
|
127
|
-
o = Reflect.construct(r, arguments, u);
|
128
|
-
} else
|
129
|
-
o = r.apply(this, arguments);
|
130
|
-
return U(this, o);
|
131
|
-
};
|
132
|
-
}
|
133
|
-
function U(i, n) {
|
134
|
-
return n && (w(n) === "object" || typeof n == "function") ? n : Y(i);
|
135
|
-
}
|
136
|
-
function Y(i) {
|
137
|
-
if (i === void 0)
|
138
|
-
throw new ReferenceError("this hasn't been initialised - super() hasn't been called");
|
139
|
-
return i;
|
140
|
-
}
|
141
|
-
function G() {
|
142
|
-
if (typeof Reflect > "u" || !Reflect.construct || Reflect.construct.sham) return !1;
|
143
|
-
if (typeof Proxy == "function") return !0;
|
144
|
-
try {
|
145
|
-
return Date.prototype.toString.call(Reflect.construct(Date, [], function() {
|
146
|
-
})), !0;
|
147
|
-
} catch {
|
148
|
-
return !1;
|
149
|
-
}
|
150
|
-
}
|
151
|
-
function x(i) {
|
152
|
-
return x = Object.setPrototypeOf ? Object.getPrototypeOf : function(e) {
|
153
|
-
return e.__proto__ || Object.getPrototypeOf(e);
|
154
|
-
}, x(i);
|
155
|
-
}
|
156
|
-
function L(i, n) {
|
157
|
-
var e = "data-clipboard-".concat(i);
|
158
|
-
if (n.hasAttribute(e))
|
159
|
-
return n.getAttribute(e);
|
160
|
-
}
|
161
|
-
var V = /* @__PURE__ */ function(i) {
|
162
|
-
I(e, i);
|
163
|
-
var n = z(e);
|
164
|
-
function e(r, o) {
|
165
|
-
var u;
|
166
|
-
return F(this, e), u = n.call(this), u.resolveOptions(o), u.listenClick(r), u;
|
167
|
-
}
|
168
|
-
return H(e, [{
|
169
|
-
key: "resolveOptions",
|
170
|
-
value: function() {
|
171
|
-
var o = arguments.length > 0 && arguments[0] !== void 0 ? arguments[0] : {};
|
172
|
-
this.action = typeof o.action == "function" ? o.action : this.defaultAction, this.target = typeof o.target == "function" ? o.target : this.defaultTarget, this.text = typeof o.text == "function" ? o.text : this.defaultText, this.container = w(o.container) === "object" ? o.container : document.body;
|
173
|
-
}
|
174
|
-
/**
|
175
|
-
* Adds a click event listener to the passed trigger.
|
176
|
-
* @param {String|HTMLElement|HTMLCollection|NodeList} trigger
|
177
|
-
*/
|
178
|
-
}, {
|
179
|
-
key: "listenClick",
|
180
|
-
value: function(o) {
|
181
|
-
var u = this;
|
182
|
-
this.listener = h()(o, "click", function(b) {
|
183
|
-
return u.onClick(b);
|
184
|
-
});
|
185
|
-
}
|
186
|
-
/**
|
187
|
-
* Defines a new `ClipboardAction` on each click event.
|
188
|
-
* @param {Event} e
|
189
|
-
*/
|
190
|
-
}, {
|
191
|
-
key: "onClick",
|
192
|
-
value: function(o) {
|
193
|
-
var u = o.delegateTarget || o.currentTarget, b = this.action(u) || "copy", A = D({
|
194
|
-
action: b,
|
195
|
-
container: this.container,
|
196
|
-
target: this.target(u),
|
197
|
-
text: this.text(u)
|
198
|
-
});
|
199
|
-
this.emit(A ? "success" : "error", {
|
200
|
-
action: b,
|
201
|
-
text: A,
|
202
|
-
trigger: u,
|
203
|
-
clearSelection: function() {
|
204
|
-
u && u.focus(), window.getSelection().removeAllRanges();
|
205
|
-
}
|
206
|
-
});
|
207
|
-
}
|
208
|
-
/**
|
209
|
-
* Default `action` lookup function.
|
210
|
-
* @param {Element} trigger
|
211
|
-
*/
|
212
|
-
}, {
|
213
|
-
key: "defaultAction",
|
214
|
-
value: function(o) {
|
215
|
-
return L("action", o);
|
216
|
-
}
|
217
|
-
/**
|
218
|
-
* Default `target` lookup function.
|
219
|
-
* @param {Element} trigger
|
220
|
-
*/
|
221
|
-
}, {
|
222
|
-
key: "defaultTarget",
|
223
|
-
value: function(o) {
|
224
|
-
var u = L("target", o);
|
225
|
-
if (u)
|
226
|
-
return document.querySelector(u);
|
227
|
-
}
|
228
|
-
/**
|
229
|
-
* Allow fire programmatically a copy action
|
230
|
-
* @param {String|HTMLElement} target
|
231
|
-
* @param {Object} options
|
232
|
-
* @returns Text copied.
|
233
|
-
*/
|
234
|
-
}, {
|
235
|
-
key: "defaultText",
|
236
|
-
/**
|
237
|
-
* Default `text` lookup function.
|
238
|
-
* @param {Element} trigger
|
239
|
-
*/
|
240
|
-
value: function(o) {
|
241
|
-
return L("text", o);
|
242
|
-
}
|
243
|
-
/**
|
244
|
-
* Destroy lifecycle.
|
245
|
-
*/
|
246
|
-
}, {
|
247
|
-
key: "destroy",
|
248
|
-
value: function() {
|
249
|
-
this.listener.destroy();
|
250
|
-
}
|
251
|
-
}], [{
|
252
|
-
key: "copy",
|
253
|
-
value: function(o) {
|
254
|
-
var u = arguments.length > 1 && arguments[1] !== void 0 ? arguments[1] : {
|
255
|
-
container: document.body
|
256
|
-
};
|
257
|
-
return C(o, u);
|
258
|
-
}
|
259
|
-
/**
|
260
|
-
* Allow fire programmatically a cut action
|
261
|
-
* @param {String|HTMLElement} target
|
262
|
-
* @returns Text cutted.
|
263
|
-
*/
|
264
|
-
}, {
|
265
|
-
key: "cut",
|
266
|
-
value: function(o) {
|
267
|
-
return p(o);
|
268
|
-
}
|
269
|
-
/**
|
270
|
-
* Returns the support of the given action, or all actions if no action is
|
271
|
-
* given.
|
272
|
-
* @param {String} [action]
|
273
|
-
*/
|
274
|
-
}, {
|
275
|
-
key: "isSupported",
|
276
|
-
value: function() {
|
277
|
-
var o = arguments.length > 0 && arguments[0] !== void 0 ? arguments[0] : ["copy", "cut"], u = typeof o == "string" ? [o] : o, b = !!document.queryCommandSupported;
|
278
|
-
return u.forEach(function(A) {
|
279
|
-
b = b && !!document.queryCommandSupported(A);
|
280
|
-
}), b;
|
281
|
-
}
|
282
|
-
}]), e;
|
283
|
-
}(f()), X = V;
|
284
|
-
}
|
285
|
-
),
|
286
|
-
/***/
|
287
|
-
828: (
|
288
|
-
/***/
|
289
|
-
function(l) {
|
290
|
-
var c = 9;
|
291
|
-
if (typeof Element < "u" && !Element.prototype.matches) {
|
292
|
-
var t = Element.prototype;
|
293
|
-
t.matches = t.matchesSelector || t.mozMatchesSelector || t.msMatchesSelector || t.oMatchesSelector || t.webkitMatchesSelector;
|
294
|
-
}
|
295
|
-
function a(f, s) {
|
296
|
-
for (; f && f.nodeType !== c; ) {
|
297
|
-
if (typeof f.matches == "function" && f.matches(s))
|
298
|
-
return f;
|
299
|
-
f = f.parentNode;
|
300
|
-
}
|
301
|
-
}
|
302
|
-
l.exports = a;
|
303
|
-
}
|
304
|
-
),
|
305
|
-
/***/
|
306
|
-
438: (
|
307
|
-
/***/
|
308
|
-
function(l, c, t) {
|
309
|
-
var a = t(828);
|
310
|
-
function f(y, g, d, v, p) {
|
311
|
-
var E = h.apply(this, arguments);
|
312
|
-
return y.addEventListener(d, E, p), {
|
313
|
-
destroy: function() {
|
314
|
-
y.removeEventListener(d, E, p);
|
315
|
-
}
|
316
|
-
};
|
317
|
-
}
|
318
|
-
function s(y, g, d, v, p) {
|
319
|
-
return typeof y.addEventListener == "function" ? f.apply(null, arguments) : typeof d == "function" ? f.bind(null, document).apply(null, arguments) : (typeof y == "string" && (y = document.querySelectorAll(y)), Array.prototype.map.call(y, function(E) {
|
320
|
-
return f(E, g, d, v, p);
|
321
|
-
}));
|
322
|
-
}
|
323
|
-
function h(y, g, d, v) {
|
324
|
-
return function(p) {
|
325
|
-
p.delegateTarget = a(p.target, g), p.delegateTarget && v.call(y, p);
|
326
|
-
};
|
327
|
-
}
|
328
|
-
l.exports = s;
|
329
|
-
}
|
330
|
-
),
|
331
|
-
/***/
|
332
|
-
879: (
|
333
|
-
/***/
|
334
|
-
function(l, c) {
|
335
|
-
c.node = function(t) {
|
336
|
-
return t !== void 0 && t instanceof HTMLElement && t.nodeType === 1;
|
337
|
-
}, c.nodeList = function(t) {
|
338
|
-
var a = Object.prototype.toString.call(t);
|
339
|
-
return t !== void 0 && (a === "[object NodeList]" || a === "[object HTMLCollection]") && "length" in t && (t.length === 0 || c.node(t[0]));
|
340
|
-
}, c.string = function(t) {
|
341
|
-
return typeof t == "string" || t instanceof String;
|
342
|
-
}, c.fn = function(t) {
|
343
|
-
var a = Object.prototype.toString.call(t);
|
344
|
-
return a === "[object Function]";
|
345
|
-
};
|
346
|
-
}
|
347
|
-
),
|
348
|
-
/***/
|
349
|
-
370: (
|
350
|
-
/***/
|
351
|
-
function(l, c, t) {
|
352
|
-
var a = t(879), f = t(438);
|
353
|
-
function s(d, v, p) {
|
354
|
-
if (!d && !v && !p)
|
355
|
-
throw new Error("Missing required arguments");
|
356
|
-
if (!a.string(v))
|
357
|
-
throw new TypeError("Second argument must be a String");
|
358
|
-
if (!a.fn(p))
|
359
|
-
throw new TypeError("Third argument must be a Function");
|
360
|
-
if (a.node(d))
|
361
|
-
return h(d, v, p);
|
362
|
-
if (a.nodeList(d))
|
363
|
-
return y(d, v, p);
|
364
|
-
if (a.string(d))
|
365
|
-
return g(d, v, p);
|
366
|
-
throw new TypeError("First argument must be a String, HTMLElement, HTMLCollection, or NodeList");
|
367
|
-
}
|
368
|
-
function h(d, v, p) {
|
369
|
-
return d.addEventListener(v, p), {
|
370
|
-
destroy: function() {
|
371
|
-
d.removeEventListener(v, p);
|
372
|
-
}
|
373
|
-
};
|
374
|
-
}
|
375
|
-
function y(d, v, p) {
|
376
|
-
return Array.prototype.forEach.call(d, function(E) {
|
377
|
-
E.addEventListener(v, p);
|
378
|
-
}), {
|
379
|
-
destroy: function() {
|
380
|
-
Array.prototype.forEach.call(d, function(E) {
|
381
|
-
E.removeEventListener(v, p);
|
382
|
-
});
|
383
|
-
}
|
384
|
-
};
|
385
|
-
}
|
386
|
-
function g(d, v, p) {
|
387
|
-
return f(document.body, d, v, p);
|
388
|
-
}
|
389
|
-
l.exports = s;
|
390
|
-
}
|
391
|
-
),
|
392
|
-
/***/
|
393
|
-
817: (
|
394
|
-
/***/
|
395
|
-
function(l) {
|
396
|
-
function c(t) {
|
397
|
-
var a;
|
398
|
-
if (t.nodeName === "SELECT")
|
399
|
-
t.focus(), a = t.value;
|
400
|
-
else if (t.nodeName === "INPUT" || t.nodeName === "TEXTAREA") {
|
401
|
-
var f = t.hasAttribute("readonly");
|
402
|
-
f || t.setAttribute("readonly", ""), t.select(), t.setSelectionRange(0, t.value.length), f || t.removeAttribute("readonly"), a = t.value;
|
403
|
-
} else {
|
404
|
-
t.hasAttribute("contenteditable") && t.focus();
|
405
|
-
var s = window.getSelection(), h = document.createRange();
|
406
|
-
h.selectNodeContents(t), s.removeAllRanges(), s.addRange(h), a = s.toString();
|
407
|
-
}
|
408
|
-
return a;
|
409
|
-
}
|
410
|
-
l.exports = c;
|
411
|
-
}
|
412
|
-
),
|
413
|
-
/***/
|
414
|
-
279: (
|
415
|
-
/***/
|
416
|
-
function(l) {
|
417
|
-
function c() {
|
418
|
-
}
|
419
|
-
c.prototype = {
|
420
|
-
on: function(t, a, f) {
|
421
|
-
var s = this.e || (this.e = {});
|
422
|
-
return (s[t] || (s[t] = [])).push({
|
423
|
-
fn: a,
|
424
|
-
ctx: f
|
425
|
-
}), this;
|
426
|
-
},
|
427
|
-
once: function(t, a, f) {
|
428
|
-
var s = this;
|
429
|
-
function h() {
|
430
|
-
s.off(t, h), a.apply(f, arguments);
|
431
|
-
}
|
432
|
-
return h._ = a, this.on(t, h, f);
|
433
|
-
},
|
434
|
-
emit: function(t) {
|
435
|
-
var a = [].slice.call(arguments, 1), f = ((this.e || (this.e = {}))[t] || []).slice(), s = 0, h = f.length;
|
436
|
-
for (s; s < h; s++)
|
437
|
-
f[s].fn.apply(f[s].ctx, a);
|
438
|
-
return this;
|
439
|
-
},
|
440
|
-
off: function(t, a) {
|
441
|
-
var f = this.e || (this.e = {}), s = f[t], h = [];
|
442
|
-
if (s && a)
|
443
|
-
for (var y = 0, g = s.length; y < g; y++)
|
444
|
-
s[y].fn !== a && s[y].fn._ !== a && h.push(s[y]);
|
445
|
-
return h.length ? f[t] = h : delete f[t], this;
|
446
|
-
}
|
447
|
-
}, l.exports = c, l.exports.TinyEmitter = c;
|
448
|
-
}
|
449
|
-
)
|
450
|
-
/******/
|
451
|
-
}, S = {};
|
452
|
-
function m(l) {
|
453
|
-
if (S[l])
|
454
|
-
return S[l].exports;
|
455
|
-
var c = S[l] = {
|
456
|
-
/******/
|
457
|
-
// no module.id needed
|
458
|
-
/******/
|
459
|
-
// no module.loaded needed
|
460
|
-
/******/
|
461
|
-
exports: {}
|
462
|
-
/******/
|
463
|
-
};
|
464
|
-
return P[l](c, c.exports, m), c.exports;
|
465
|
-
}
|
466
|
-
return function() {
|
467
|
-
m.n = function(l) {
|
468
|
-
var c = l && l.__esModule ? (
|
469
|
-
/******/
|
470
|
-
function() {
|
471
|
-
return l.default;
|
472
|
-
}
|
473
|
-
) : (
|
474
|
-
/******/
|
475
|
-
function() {
|
476
|
-
return l;
|
477
|
-
}
|
478
|
-
);
|
479
|
-
return m.d(c, { a: c }), c;
|
480
|
-
};
|
481
|
-
}(), function() {
|
482
|
-
m.d = function(l, c) {
|
483
|
-
for (var t in c)
|
484
|
-
m.o(c, t) && !m.o(l, t) && Object.defineProperty(l, t, { enumerable: !0, get: c[t] });
|
485
|
-
};
|
486
|
-
}(), function() {
|
487
|
-
m.o = function(l, c) {
|
488
|
-
return Object.prototype.hasOwnProperty.call(l, c);
|
489
|
-
};
|
490
|
-
}(), m(686);
|
491
|
-
}().default
|
492
|
-
);
|
493
|
-
});
|
494
|
-
})(M);
|
495
|
-
var J = M.exports;
|
496
|
-
const W = /* @__PURE__ */ B(J);
|
497
|
-
export {
|
498
|
-
W as C,
|
499
|
-
$ as c,
|
500
|
-
B as g
|
501
|
-
};
|
@@ -1,134 +0,0 @@
|
|
1
|
-
import { g as $ } from "./clipboard-DjQPoCBJ.js";
|
2
|
-
var A = { exports: {} };
|
3
|
-
(function(d) {
|
4
|
-
var I = function() {
|
5
|
-
function l(n, t) {
|
6
|
-
return t != null && n instanceof t;
|
7
|
-
}
|
8
|
-
var v;
|
9
|
-
try {
|
10
|
-
v = Map;
|
11
|
-
} catch {
|
12
|
-
v = function() {
|
13
|
-
};
|
14
|
-
}
|
15
|
-
var _;
|
16
|
-
try {
|
17
|
-
_ = Set;
|
18
|
-
} catch {
|
19
|
-
_ = function() {
|
20
|
-
};
|
21
|
-
}
|
22
|
-
var y;
|
23
|
-
try {
|
24
|
-
y = Promise;
|
25
|
-
} catch {
|
26
|
-
y = function() {
|
27
|
-
};
|
28
|
-
}
|
29
|
-
function o(n, t, u, x, E) {
|
30
|
-
typeof t == "object" && (u = t.depth, x = t.prototype, E = t.includeNonEnumerable, t = t.circular);
|
31
|
-
var B = [], R = [], U = typeof Buffer < "u";
|
32
|
-
typeof t > "u" && (t = !0), typeof u > "u" && (u = 1 / 0);
|
33
|
-
function r(e, c) {
|
34
|
-
if (e === null)
|
35
|
-
return null;
|
36
|
-
if (c === 0)
|
37
|
-
return e;
|
38
|
-
var f, g;
|
39
|
-
if (typeof e != "object")
|
40
|
-
return e;
|
41
|
-
if (l(e, v))
|
42
|
-
f = new v();
|
43
|
-
else if (l(e, _))
|
44
|
-
f = new _();
|
45
|
-
else if (l(e, y))
|
46
|
-
f = new y(function(a, b) {
|
47
|
-
e.then(function(j) {
|
48
|
-
a(r(j, c - 1));
|
49
|
-
}, function(j) {
|
50
|
-
b(r(j, c - 1));
|
51
|
-
});
|
52
|
-
});
|
53
|
-
else if (o.__isArray(e))
|
54
|
-
f = [];
|
55
|
-
else if (o.__isRegExp(e))
|
56
|
-
f = new RegExp(e.source, h(e)), e.lastIndex && (f.lastIndex = e.lastIndex);
|
57
|
-
else if (o.__isDate(e))
|
58
|
-
f = new Date(e.getTime());
|
59
|
-
else {
|
60
|
-
if (U && Buffer.isBuffer(e))
|
61
|
-
return Buffer.allocUnsafe ? f = Buffer.allocUnsafe(e.length) : f = new Buffer(e.length), e.copy(f), f;
|
62
|
-
l(e, Error) ? f = Object.create(e) : typeof x > "u" ? (g = Object.getPrototypeOf(e), f = Object.create(g)) : (f = Object.create(x), g = x);
|
63
|
-
}
|
64
|
-
if (t) {
|
65
|
-
var S = B.indexOf(e);
|
66
|
-
if (S != -1)
|
67
|
-
return R[S];
|
68
|
-
B.push(e), R.push(f);
|
69
|
-
}
|
70
|
-
l(e, v) && e.forEach(function(a, b) {
|
71
|
-
var j = r(b, c - 1), k = r(a, c - 1);
|
72
|
-
f.set(j, k);
|
73
|
-
}), l(e, _) && e.forEach(function(a) {
|
74
|
-
var b = r(a, c - 1);
|
75
|
-
f.add(b);
|
76
|
-
});
|
77
|
-
for (var i in e) {
|
78
|
-
var D;
|
79
|
-
g && (D = Object.getOwnPropertyDescriptor(g, i)), !(D && D.set == null) && (f[i] = r(e[i], c - 1));
|
80
|
-
}
|
81
|
-
if (Object.getOwnPropertySymbols)
|
82
|
-
for (var m = Object.getOwnPropertySymbols(e), i = 0; i < m.length; i++) {
|
83
|
-
var w = m[i], s = Object.getOwnPropertyDescriptor(e, w);
|
84
|
-
s && !s.enumerable && !E || (f[w] = r(e[w], c - 1), s.enumerable || Object.defineProperty(f, w, {
|
85
|
-
enumerable: !1
|
86
|
-
}));
|
87
|
-
}
|
88
|
-
if (E)
|
89
|
-
for (var C = Object.getOwnPropertyNames(e), i = 0; i < C.length; i++) {
|
90
|
-
var P = C[i], s = Object.getOwnPropertyDescriptor(e, P);
|
91
|
-
s && s.enumerable || (f[P] = r(e[P], c - 1), Object.defineProperty(f, P, {
|
92
|
-
enumerable: !1
|
93
|
-
}));
|
94
|
-
}
|
95
|
-
return f;
|
96
|
-
}
|
97
|
-
return r(n, u);
|
98
|
-
}
|
99
|
-
o.clonePrototype = function(t) {
|
100
|
-
if (t === null)
|
101
|
-
return null;
|
102
|
-
var u = function() {
|
103
|
-
};
|
104
|
-
return u.prototype = t, new u();
|
105
|
-
};
|
106
|
-
function O(n) {
|
107
|
-
return Object.prototype.toString.call(n);
|
108
|
-
}
|
109
|
-
o.__objToStr = O;
|
110
|
-
function F(n) {
|
111
|
-
return typeof n == "object" && O(n) === "[object Date]";
|
112
|
-
}
|
113
|
-
o.__isDate = F;
|
114
|
-
function T(n) {
|
115
|
-
return typeof n == "object" && O(n) === "[object Array]";
|
116
|
-
}
|
117
|
-
o.__isArray = T;
|
118
|
-
function M(n) {
|
119
|
-
return typeof n == "object" && O(n) === "[object RegExp]";
|
120
|
-
}
|
121
|
-
o.__isRegExp = M;
|
122
|
-
function h(n) {
|
123
|
-
var t = "";
|
124
|
-
return n.global && (t += "g"), n.ignoreCase && (t += "i"), n.multiline && (t += "m"), t;
|
125
|
-
}
|
126
|
-
return o.__getRegExpFlags = h, o;
|
127
|
-
}();
|
128
|
-
d.exports && (d.exports = I);
|
129
|
-
})(A);
|
130
|
-
var q = A.exports;
|
131
|
-
const G = /* @__PURE__ */ $(q);
|
132
|
-
export {
|
133
|
-
G as c
|
134
|
-
};
|