halo-pc 1.0.49 → 1.0.51
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/esm/{@types/CreatePcOptions.d.ts → @type/PcOptions.d.ts} +4 -1
- package/esm/@type/index.d.ts +7 -0
- package/esm/{coms → comp}/business/@types/index.d.ts +0 -1
- package/esm/{coms → comp}/business/Drawer.vue.d.ts +3 -1
- package/esm/comp/business/Feedback.vue.d.ts +98 -0
- package/esm/{coms → comp}/business/index.d.ts +2 -3
- package/esm/{coms/commons → comp/common}/Captcha.vue.d.ts +5 -1
- package/esm/{coms/commons → comp/common}/Table.vue.d.ts +6 -3
- package/esm/comp/common/index.d.ts +4 -0
- package/esm/{coms/controls → comp/control}/Cascader.vue.d.ts +3 -1
- package/esm/{coms/controls → comp/control}/Compare.vue.d.ts +3 -1
- package/esm/{coms/controls → comp/control}/Index.vue.d.ts +3 -1
- package/esm/{coms/controls → comp/control}/RichText.vue.d.ts +1 -1
- package/esm/{coms/controls → comp/control}/Select.vue.d.ts +3 -1
- package/esm/{coms/controls → comp/control}/Upload.vue.d.ts +3 -1
- package/esm/comp/driver/Crud.vue.d.ts +766 -0
- package/esm/comp/driver/Index.vue.d.ts +1438 -0
- package/esm/comp/driver/Picker.vue.d.ts +108 -0
- package/esm/comp/driver/index.d.ts +4 -0
- package/esm/{coms/globals → comp/global}/@types/WindowOptions.d.ts +1 -1
- package/esm/comp/global/HeaderTab.vue.d.ts +17 -0
- package/esm/comp/global/Menu.vue.d.ts +336 -0
- package/esm/comp/global/MenuItem.vue.d.ts +259 -0
- package/esm/comp/global/Window.vue.d.ts +32 -0
- package/esm/comp/global/index.d.ts +7 -0
- package/esm/{coms/headers → comp/header}/@types/ChangeProps.d.ts +1 -1
- package/esm/{coms/headers → comp/header}/@types/HeaderProps.d.ts +0 -1
- package/esm/{coms/headers → comp/header}/@types/index.d.ts +0 -1
- package/esm/comp/header/HeaderRight.vue.d.ts +28 -0
- package/esm/comp/index.d.ts +12 -0
- package/esm/comp/layout/@types/DesktopDialog.d.ts +48 -0
- package/esm/comp/layout/@types/index.d.ts +2 -0
- package/esm/comp/layout/Desktop.vue.d.ts +111 -0
- package/esm/comp/layout/Index.vue.d.ts +491 -0
- package/esm/comp/layout/Side.vue.d.ts +25 -0
- package/esm/comp/layout/Top.vue.d.ts +358 -0
- package/esm/{coms/lists → comp/list}/@types/ListProps.d.ts +1 -1
- package/esm/comp/list/Racebar.vue.d.ts +39 -0
- package/esm/comp/list/Statistic.vue.d.ts +39 -0
- package/esm/{coms/lists → comp/list}/Stock.vue.d.ts +3 -1
- package/esm/{coms/lists → comp/list}/Tree.vue.d.ts +11 -4
- package/esm/{coms/pages → comp/page}/Column.vue.d.ts +1 -1
- package/esm/{coms/pages → comp/page}/Custom.vue.d.ts +5 -5
- package/esm/{coms/pages → comp/page}/List.vue.d.ts +7 -5
- package/esm/comp/page/Paging.vue.d.ts +63 -0
- package/esm/{coms/pages → comp/page}/Single.vue.d.ts +4 -4
- package/esm/{coms/pagings → comp/paging}/@types/PagingProps.d.ts +1 -1
- package/esm/{coms/pagings → comp/paging}/@types/SearchHeaderProps.d.ts +1 -1
- package/esm/comp/paging/Article.vue.d.ts +50 -0
- package/esm/{coms/pagings → comp/paging}/DataExport.vue.d.ts +3 -1
- package/esm/{coms/pagings → comp/paging}/Index.vue.d.ts +6 -4
- package/esm/{coms/pagings → comp/paging}/SearchForm.vue.d.ts +5 -2
- package/esm/{coms/pagings → comp/paging}/SearchHeader.vue.d.ts +7 -2
- package/esm/comp/paging/Table.vue.d.ts +584 -0
- package/esm/{coms/panels → comp/panel}/Operation.vue.d.ts +3 -1
- package/esm/{coms/panels → comp/panel}/Panel.vue.d.ts +1 -1
- package/esm/{coms/partials → comp/partial}/@types/PagingHeaderProps.d.ts +1 -1
- package/esm/{coms/searches → comp/search}/Select.vue.d.ts +3 -1
- package/esm/comp/single/@types/SingleEmit.d.ts +13 -0
- package/esm/{coms/singles → comp/single}/@types/SingleProps.d.ts +1 -1
- package/esm/{coms/singles → comp/single}/@types/index.d.ts +1 -0
- package/esm/{coms/singles → comp/single}/Index.vue.d.ts +4 -2
- package/esm/{coms/singles → comp/single}/Normal.vue.d.ts +5 -2
- package/esm/comp/single/Table.vue.d.ts +505 -0
- package/esm/{coms/singles → comp/single}/Tree.vue.d.ts +5 -2
- package/esm/{coms/texts → comp/text}/Autocomplete.vue.d.ts +1 -1
- package/esm/{coms/texts → comp/text}/CSharp.vue.d.ts +1 -1
- package/esm/{coms/texts → comp/text}/Cascader.vue.d.ts +1 -1
- package/esm/{coms/texts → comp/text}/Checkbox.vue.d.ts +1 -1
- package/esm/{coms/texts → comp/text}/Code.vue.d.ts +1 -1
- package/esm/{coms/texts → comp/text}/Color.vue.d.ts +1 -1
- package/esm/{coms/texts → comp/text}/Compare.vue.d.ts +1 -1
- package/esm/{coms/texts → comp/text}/Copy.vue.d.ts +1 -1
- package/esm/{coms/texts → comp/text}/Date.vue.d.ts +1 -1
- package/esm/{coms/texts → comp/text}/DateRange.vue.d.ts +1 -1
- package/esm/{coms/texts → comp/text}/DateTime.vue.d.ts +1 -1
- package/esm/{coms/texts → comp/text}/Decimal.vue.d.ts +1 -1
- package/esm/{coms/texts → comp/text}/Dictionary.vue.d.ts +1 -1
- package/esm/{coms/texts → comp/text}/Email.vue.d.ts +1 -1
- package/esm/{coms/texts → comp/text}/Index.vue.d.ts +1 -1
- package/esm/{coms/texts → comp/text}/Int.vue.d.ts +1 -1
- package/esm/{coms/texts → comp/text}/Markdown.vue.d.ts +1 -1
- package/esm/{coms/texts → comp/text}/Month.vue.d.ts +1 -1
- package/esm/{coms/texts → comp/text}/Password.vue.d.ts +1 -1
- package/esm/{coms/texts → comp/text}/Progress.vue.d.ts +1 -1
- package/esm/{coms/texts → comp/text}/Radio.vue.d.ts +1 -1
- package/esm/comp/text/Rate.vue.d.ts +14 -0
- package/esm/{coms/texts → comp/text}/RichText.vue.d.ts +1 -1
- package/esm/{coms/texts → comp/text}/Select.vue.d.ts +1 -1
- package/esm/{coms/texts → comp/text}/Switch.vue.d.ts +1 -1
- package/esm/{coms/texts → comp/text}/Text.vue.d.ts +4 -2
- package/esm/{coms/texts → comp/text}/TextLink.vue.d.ts +1 -1
- package/esm/{coms/texts → comp/text}/Textarea.vue.d.ts +1 -1
- package/esm/{coms/texts → comp/text}/Upload.vue.d.ts +1 -1
- package/esm/{coms/texts → comp/text}/Year.vue.d.ts +1 -1
- package/esm/{drivers → driver}/index.d.ts +1 -1
- package/esm/{drivers/messengers → driver/messenger}/PcMessenger.d.ts +2 -2
- package/esm/factory/Drivers.d.ts +6 -0
- package/esm/factory/Factories.d.ts +6 -0
- package/esm/factory/I18ns.d.ts +6 -0
- package/esm/factory/Repos.d.ts +11 -0
- package/esm/factory/Svcs.d.ts +46 -0
- package/esm/factory/Utilities.d.ts +3 -0
- package/esm/factory/Utils.d.ts +6 -0
- package/esm/factory/index.d.ts +7 -0
- package/esm/main.d.ts +3 -7
- package/esm/{api/UploadApi.d.ts → repo/UploadRepo.d.ts} +2 -2
- package/esm/repo/index.d.ts +1 -0
- package/esm/{svcs → svc}/ComponentSvc.d.ts +1 -1
- package/esm/{svcs → svc}/ControlSvc.d.ts +1 -1
- package/esm/{svcs → svc}/ModuleSvc.d.ts +1 -1
- package/esm/{svcs → svc}/PageSvc.d.ts +1 -1
- package/esm/{svcs → svc}/RouterSvc.d.ts +1 -1
- package/esm/svc/index.d.ts +8 -0
- package/esm/{views/helps → view/help}/Install.vue.d.ts +3 -1
- package/esm/{views/logins → view/sso}/Index.vue.d.ts +5 -1
- package/esm/view/sso/Register.vue.d.ts +34 -0
- package/package.json +17 -17
- package/dist/Article-B4W1yDus.js +0 -200
- package/dist/ArticleFooter-BZmGzE4z.js +0 -85
- package/dist/Autocomplete-B691jOqv.js +0 -55
- package/dist/Autocomplete-CLYzsHIy.js +0 -54
- package/dist/Autocomplete-DXKXgbu8.js +0 -27
- package/dist/CSharp-Bu5b_AQ5.js +0 -27
- package/dist/Calender-Df0eBgXW.js +0 -10
- package/dist/Callback-Bk7xDeWh.js +0 -26
- package/dist/Cascader-Bn5tdkyk.js +0 -47
- package/dist/Cascader-CCv6R_xq.js +0 -87
- package/dist/Checkbox-DJTNEds9.js +0 -27
- package/dist/Checkbox-l-dw3I-D.js +0 -76
- package/dist/Code-BIJ8L9XB.js +0 -4
- package/dist/Code-CC0_bYUf.js +0 -60
- package/dist/Code-DSskK7CQ.js +0 -42
- package/dist/Code-DzZ4UNYj.js +0 -30
- package/dist/Code.vue_vue_type_style_index_0_lang-B69Ar-BV.js +0 -65
- package/dist/Color-CfXtJFUo.js +0 -22
- package/dist/Color-Da69pnQg.js +0 -34
- package/dist/Column-Ct-WeomE.js +0 -75
- package/dist/Comment-WXfnUXm0.js +0 -106
- package/dist/Compare-C7wrM-XA.js +0 -43
- package/dist/Compare-slAZvFE_.js +0 -63
- package/dist/Copy-Djf4freJ.js +0 -49
- package/dist/Custom-D-E5y5Vg.js +0 -55
- package/dist/DataExport-TrGLjcqQ.js +0 -4
- package/dist/DataExport.vue_vue_type_script_setup_true_lang-BRI71FyH.js +0 -114
- package/dist/DataImport-rcDmGVKS.js +0 -4
- package/dist/DataImport.vue_vue_type_script_setup_true_lang-BajrFerF.js +0 -178
- package/dist/Date-7EWMEODI.js +0 -27
- package/dist/Date-Dc2vK9Yv.js +0 -43
- package/dist/DateRange-DrYK_l0Y.js +0 -19
- package/dist/DateRange-Uli5eOZ5.js +0 -63
- package/dist/DateTime-C-XhFPb0.js +0 -27
- package/dist/DateTime-DfUXtsBX.js +0 -44
- package/dist/DateTimeRange-CnITxfZ9.js +0 -67
- package/dist/Daterange-CPJSBRvr.js +0 -63
- package/dist/Decimal-BtQpSIJR.js +0 -27
- package/dist/Decimal-C38-N54B.js +0 -36
- package/dist/Delete-r-qTGBEE.js +0 -62
- package/dist/Detail-D77pFe-2.js +0 -75
- package/dist/Dictionary-ICeLwv7E.js +0 -61
- package/dist/Email-BKW9GRcH.js +0 -19
- package/dist/Email-BanDj216.js +0 -54
- package/dist/File-BrXieip7.js +0 -164
- package/dist/Image-D_5kTXKm.js +0 -9
- package/dist/Index-BMBm5j5X.js +0 -4
- package/dist/Index-BQmAD1mw.js +0 -4
- package/dist/Index-Bov1OTEP.js +0 -4
- package/dist/Index-Ceu5HCjk.js +0 -4
- package/dist/Index-CsxTOaw6.js +0 -76
- package/dist/Index-Ddz9mcly.js +0 -4
- package/dist/Index-DhShUw_y.js +0 -4
- package/dist/Index-wHW-zG4G.js +0 -179
- package/dist/Index.vue_vue_type_script_setup_true_lang-BlpCvZBC.js +0 -86
- package/dist/Index.vue_vue_type_script_setup_true_lang-C_KWQFHN.js +0 -72
- package/dist/Install-DhWWbGRi.js +0 -135
- package/dist/Int-B-t8edhd.js +0 -19
- package/dist/Int-BELzPmec.js +0 -47
- package/dist/Int-BZkW-0JA.js +0 -44
- package/dist/List-9r5PDoSS.js +0 -77
- package/dist/Maintaince-CMitKNaf.js +0 -20
- package/dist/Markdown-BzMP3m7o.js +0 -37
- package/dist/Markdown-C8urG88V.js +0 -27
- package/dist/Month-BNp70T17.js +0 -44
- package/dist/Month-CK5GNwwH.js +0 -27
- package/dist/Month-D4gy17OL.js +0 -43
- package/dist/Normal-Cvx8228I.js +0 -266
- package/dist/Paging-B3l_nJHf.js +0 -100
- package/dist/PagingHeader-CYOKAeGS.js +0 -149
- package/dist/PagingRow-vv6z6G0t.js +0 -73
- package/dist/Password-DuyYEgzR.js +0 -55
- package/dist/Password-yHtlY-Qa.js +0 -24
- package/dist/Progress-C3D821AQ.js +0 -34
- package/dist/Progress-CKVzMO-W.js +0 -25
- package/dist/Racebar-B4Q4oVfM.js +0 -170
- package/dist/Radio-DA8B5Rlh.js +0 -27
- package/dist/Radio-DkcBKBvX.js +0 -47
- package/dist/Rate-B7jKTFKT.js +0 -34
- package/dist/Rate-BmC4gw_0.js +0 -34
- package/dist/Register-BaFqs8vX.js +0 -202
- package/dist/RichText-Bk0Msyhl.js +0 -22
- package/dist/RichText-TV3ZnykX.js +0 -47
- package/dist/SearchForm-zVUHuxiR.js +0 -4
- package/dist/SearchForm.vue_vue_type_style_index_0_lang-BvwtZSIf.js +0 -148
- package/dist/SearchHeader-Dqr5IKuO.js +0 -4
- package/dist/SearchHeader.vue_vue_type_style_index_0_lang-DjpC03Al.js +0 -60
- package/dist/Select-51pxexYZ.js +0 -27
- package/dist/Select-BvRI4zbF.js +0 -123
- package/dist/Select-CUvvvGNn.js +0 -86
- package/dist/Single-BtAJSJLK.js +0 -325
- package/dist/Statistic-CQ2oA1vm.js +0 -159
- package/dist/Statistic-Dxa-CZ8G.js +0 -78
- package/dist/Stock-DF5yBa1X.js +0 -4
- package/dist/Stock-DylT7df9.js +0 -30
- package/dist/Stock.vue_vue_type_style_index_0_lang-BpgVbCj-.js +0 -304
- package/dist/Switch-CGcPpvTj.js +0 -27
- package/dist/Switch-DhFaku5L.js +0 -50
- package/dist/Table-1R7b4wsF.js +0 -247
- package/dist/Table-BlciJJMu.js +0 -323
- package/dist/Text-Bx46Fcln.js +0 -58
- package/dist/Text-CA8i8QjK.js +0 -4
- package/dist/Text-Dv_w46l8.js +0 -54
- package/dist/Text.vue_vue_type_style_index_0_lang-CfmQxBpy.js +0 -59
- package/dist/TextLink-CQj0ytVR.js +0 -65
- package/dist/Textarea-D6VcTq4G.js +0 -28
- package/dist/Textarea-D9TgF9ig.js +0 -37
- package/dist/Time-WN0VMSgh.js +0 -43
- package/dist/Timeline-DckHQQHw.js +0 -61
- package/dist/Tree-BWxBxlZN.js +0 -125
- package/dist/Tree-DHwhhXMP.js +0 -298
- package/dist/TreeNode-CeXU-uB1.js +0 -43
- package/dist/Tree_Old-h__WmqFA.js +0 -11
- package/dist/Update-Ct44IN2J.js +0 -70
- package/dist/UpdateChild-Bo6yZ12Y.js +0 -92
- package/dist/Upload-CfRc8s-c.js +0 -71
- package/dist/Upload-Dui004Aq.js +0 -150
- package/dist/Year-CgsNE-M5.js +0 -27
- package/dist/Year-oJxibej6.js +0 -47
- package/dist/assets/clipboard-DjQPoCBJ.js +0 -501
- package/dist/assets/clone-BZn0cTAu.js +0 -134
- package/dist/assets/element-plus-CT-3dawQ.js +0 -497
- package/dist/assets/file-saver-CwlpTZSc.js +0 -74
- package/dist/assets/intro.js-Cg1adLK7.js +0 -1142
- package/dist/assets/liquidjs-BfOWWjtJ.js +0 -2907
- package/dist/assets/moment-h96o7c8I.js +0 -2578
- package/dist/assets/sprintf-js-BPTdvBYM.js +0 -148
- package/dist/assets/underscore-B0BCaBxV.js +0 -1070
- package/dist/assets/underscore.string-DVXD2SZo.js +0 -425
- package/dist/assets/util-deprecate-Dzun97re.js +0 -28
- package/dist/main-BJRpvr2g.js +0 -10974
- package/dist/main.js +0 -166
- package/dist/style.css +0 -1
- package/esm/@types/index.d.ts +0 -1
- package/esm/api/QueryApi.d.ts +0 -10
- package/esm/api/index.d.ts +0 -3
- package/esm/coms/business/@types/CrudProps.d.ts +0 -22
- package/esm/coms/business/@types/DriverProps.d.ts +0 -58
- package/esm/coms/business/@types/FormProps.d.ts +0 -5
- package/esm/coms/business/Crud.vue.d.ts +0 -22
- package/esm/coms/business/Driver.vue.d.ts +0 -38
- package/esm/coms/business/Feedback.vue.d.ts +0 -8
- package/esm/coms/business/Form.vue.d.ts +0 -18
- package/esm/coms/business/Welcome.vue.d.ts +0 -8
- package/esm/coms/business/types/CrudProps.d.ts +0 -22
- package/esm/coms/business/types/DrawerProps.d.ts +0 -14
- package/esm/coms/business/types/DriverProps.d.ts +0 -63
- package/esm/coms/business/types/FormProps.d.ts +0 -18
- package/esm/coms/business/types/index.d.ts +0 -5
- package/esm/coms/commons/@types/TableProps.d.ts +0 -21
- package/esm/coms/commons/@types/index.d.ts +0 -1
- package/esm/coms/commons/Spinner.vue.d.ts +0 -20
- package/esm/coms/commons/index.d.ts +0 -7
- package/esm/coms/commons/types/TableProps.d.ts +0 -22
- package/esm/coms/commons/types/index.d.ts +0 -2
- package/esm/coms/controls/types/ControlProps.d.ts +0 -26
- package/esm/coms/controls/types/index.d.ts +0 -2
- package/esm/coms/drivers/@types/CrudProps.d.ts +0 -21
- package/esm/coms/drivers/@types/DriverBaseProps.d.ts +0 -13
- package/esm/coms/drivers/@types/DriverEmit.d.ts +0 -17
- package/esm/coms/drivers/@types/DriverFormProps.d.ts +0 -14
- package/esm/coms/drivers/@types/DriverKindEmit.d.ts +0 -17
- package/esm/coms/drivers/@types/DriverProps.d.ts +0 -28
- package/esm/coms/drivers/@types/KindFormProps.d.ts +0 -16
- package/esm/coms/drivers/@types/KindProps.d.ts +0 -20
- package/esm/coms/drivers/@types/index.d.ts +0 -5
- package/esm/coms/drivers/Crud.vue.d.ts +0 -30
- package/esm/coms/drivers/Index.vue.d.ts +0 -115
- package/esm/coms/drivers/Kind.vue.d.ts +0 -34
- package/esm/coms/drivers/index.d.ts +0 -5
- package/esm/coms/globals/HeaderTab.vue.d.ts +0 -27
- package/esm/coms/globals/HeaderTabs.vue.d.ts +0 -24
- package/esm/coms/globals/Menu.vue.d.ts +0 -77
- package/esm/coms/globals/MenuItem.vue.d.ts +0 -76
- package/esm/coms/globals/SideTabs.vue.d.ts +0 -25
- package/esm/coms/globals/Window.vue.d.ts +0 -68
- package/esm/coms/globals/index.d.ts +0 -9
- package/esm/coms/globals/types/WindowOptions.d.ts +0 -38
- package/esm/coms/globals/types/WindowProps.d.ts +0 -27
- package/esm/coms/globals/types/index.d.ts +0 -3
- package/esm/coms/headers/@types/TipsProps.d.ts +0 -10
- package/esm/coms/headers/Debugger.vue.d.ts +0 -2
- package/esm/coms/headers/HeaderRight.vue.d.ts +0 -8
- package/esm/coms/headers/Tips.vue.d.ts +0 -3
- package/esm/coms/index.d.ts +0 -12
- package/esm/coms/layouts/@types/index.d.ts +0 -1
- package/esm/coms/layouts/Desktop.vue.d.ts +0 -2
- package/esm/coms/layouts/Index.vue.d.ts +0 -28
- package/esm/coms/layouts/Side.vue.d.ts +0 -23
- package/esm/coms/layouts/Top.vue.d.ts +0 -5
- package/esm/coms/layouts/types/ITaskBar.d.ts +0 -6
- package/esm/coms/layouts/types/index.d.ts +0 -2
- package/esm/coms/lists/Racebar.vue.d.ts +0 -9
- package/esm/coms/lists/Statistic.vue.d.ts +0 -9
- package/esm/coms/lists/types/ListProps.d.ts +0 -15
- package/esm/coms/lists/types/index.d.ts +0 -2
- package/esm/coms/pages/@types/KeyboardType.d.ts +0 -8
- package/esm/coms/pages/Paging.vue.d.ts +0 -17
- package/esm/coms/pages/types/ColumnPageProps.d.ts +0 -11
- package/esm/coms/pages/types/CustomPageProps.d.ts +0 -11
- package/esm/coms/pages/types/DeletePageProps.d.ts +0 -15
- package/esm/coms/pages/types/KeyboardType.d.ts +0 -8
- package/esm/coms/pages/types/ListPageProps.d.ts +0 -15
- package/esm/coms/pages/types/PageEmit.d.ts +0 -22
- package/esm/coms/pages/types/PageProps.d.ts +0 -14
- package/esm/coms/pages/types/PagingPageProps.d.ts +0 -15
- package/esm/coms/pages/types/SchemaProps.d.ts +0 -30
- package/esm/coms/pages/types/SinglePageProps.d.ts +0 -15
- package/esm/coms/pages/types/index.d.ts +0 -11
- package/esm/coms/pagings/@types/SearchFooterProps.d.ts +0 -10
- package/esm/coms/pagings/Article.vue.d.ts +0 -19
- package/esm/coms/pagings/SearchFooter.vue.d.ts +0 -19
- package/esm/coms/pagings/Table.vue.d.ts +0 -24
- package/esm/coms/pagings/types/PagingProps.d.ts +0 -11
- package/esm/coms/pagings/types/index.d.ts +0 -2
- package/esm/coms/panels/types/OperationProps.d.ts +0 -10
- package/esm/coms/panels/types/index.d.ts +0 -2
- package/esm/coms/partials/types/ArticleFooterEmit.d.ts +0 -26
- package/esm/coms/partials/types/DetailEmit.d.ts +0 -18
- package/esm/coms/partials/types/DetailProps.d.ts +0 -22
- package/esm/coms/partials/types/PagingHeaderEmit.d.ts +0 -34
- package/esm/coms/partials/types/PagingHeaderProps.d.ts +0 -30
- package/esm/coms/partials/types/PagingRowEmit.d.ts +0 -26
- package/esm/coms/partials/types/PagingRowProps.d.ts +0 -22
- package/esm/coms/partials/types/TreeNodeProps.d.ts +0 -22
- package/esm/coms/partials/types/UpdateChildEmit.d.ts +0 -22
- package/esm/coms/partials/types/UpdateChildProps.d.ts +0 -22
- package/esm/coms/partials/types/UpdateEmit.d.ts +0 -14
- package/esm/coms/partials/types/UpdateProps.d.ts +0 -22
- package/esm/coms/partials/types/index.d.ts +0 -13
- package/esm/coms/searches/types/SearchProps.d.ts +0 -10
- package/esm/coms/searches/types/index.d.ts +0 -2
- package/esm/coms/singles/Table.vue.d.ts +0 -13
- package/esm/coms/singles/types/SingleProps.d.ts +0 -15
- package/esm/coms/singles/types/index.d.ts +0 -2
- package/esm/coms/texts/Rate.vue.d.ts +0 -14
- package/esm/plugins/PcMessenger.d.ts +0 -35
- package/esm/plugins/index.d.ts +0 -4
- package/esm/repos/QueryApi.d.ts +0 -10
- package/esm/repos/UploadApi.d.ts +0 -9
- package/esm/repos/index.d.ts +0 -1
- package/esm/svcs/PcI18nSvc.d.ts +0 -15
- package/esm/svcs/StandardSvc.d.ts +0 -40
- package/esm/svcs/Svcs.d.ts +0 -11
- package/esm/svcs/WindowSvc.d.ts +0 -26
- package/esm/svcs/index.d.ts +0 -24
- package/esm/types/CreatePcOptions.d.ts +0 -15
- package/esm/types/index.d.ts +0 -2
- package/esm/views/logins/Register.vue.d.ts +0 -2
- package/esm/views/sso/Callback.vue.d.ts +0 -2
- package/esm/views/sso/Index.vue.d.ts +0 -2
- package/esm/views/sso/Register.vue.d.ts +0 -2
- /package/esm/{coms → comp}/business/@types/DrawerProps.d.ts +0 -0
- /package/esm/{coms → comp}/business/Condition.vue.d.ts +0 -0
- /package/esm/{coms → comp}/business/Switch.vue.d.ts +0 -0
- /package/esm/{coms/commons → comp/common}/Debug.vue.d.ts +0 -0
- /package/esm/{coms/commons → comp/common}/Editable.vue.d.ts +0 -0
- /package/esm/{coms/commons → comp/common}/Loading.vue.d.ts +0 -0
- /package/esm/{coms/commons → comp/common}/MouseContext.vue.d.ts +0 -0
- /package/esm/{coms/commons → comp/common}/Particles.vue.d.ts +0 -0
- /package/esm/{coms/commons → comp/common}/Resizer.vue.d.ts +0 -0
- /package/esm/{coms/commons → comp/common}/TableColumn.vue.d.ts +0 -0
- /package/esm/{coms/controls → comp/control}/@types/ControlProps.d.ts +0 -0
- /package/esm/{coms/controls → comp/control}/@types/index.d.ts +0 -0
- /package/esm/{coms/controls → comp/control}/Autocomplete.vue.d.ts +0 -0
- /package/esm/{coms/controls → comp/control}/Checkbox.vue.d.ts +0 -0
- /package/esm/{coms/controls → comp/control}/Code.vue.d.ts +0 -0
- /package/esm/{coms/controls → comp/control}/Color.vue.d.ts +0 -0
- /package/esm/{coms/controls → comp/control}/Date.vue.d.ts +0 -0
- /package/esm/{coms/controls → comp/control}/DateRange.vue.d.ts +0 -0
- /package/esm/{coms/controls → comp/control}/DateTime.vue.d.ts +0 -0
- /package/esm/{coms/controls → comp/control}/DateTimeRange.vue.d.ts +0 -0
- /package/esm/{coms/controls → comp/control}/Decimal.vue.d.ts +0 -0
- /package/esm/{coms/controls → comp/control}/Email.vue.d.ts +0 -0
- /package/esm/{coms/controls → comp/control}/Image.vue.d.ts +0 -0
- /package/esm/{coms/controls → comp/control}/Int.vue.d.ts +0 -0
- /package/esm/{coms/controls → comp/control}/Markdown.vue.d.ts +0 -0
- /package/esm/{coms/controls → comp/control}/Month.vue.d.ts +0 -0
- /package/esm/{coms/controls → comp/control}/Password.vue.d.ts +0 -0
- /package/esm/{coms/controls → comp/control}/Progress.vue.d.ts +0 -0
- /package/esm/{coms/controls → comp/control}/Radio.vue.d.ts +0 -0
- /package/esm/{coms/controls → comp/control}/Rate.vue.d.ts +0 -0
- /package/esm/{coms/controls → comp/control}/Switch.vue.d.ts +0 -0
- /package/esm/{coms/controls → comp/control}/Text.vue.d.ts +0 -0
- /package/esm/{coms/controls → comp/control}/Textarea.vue.d.ts +0 -0
- /package/esm/{coms/controls → comp/control}/Time.vue.d.ts +0 -0
- /package/esm/{coms/controls → comp/control}/Year.vue.d.ts +0 -0
- /package/esm/{coms/controls → comp/control}/index.d.ts +0 -0
- /package/esm/{coms/globals → comp/global}/@types/WindowEmit.d.ts +0 -0
- /package/esm/{coms/globals → comp/global}/@types/WindowProps.d.ts +0 -0
- /package/esm/{coms/globals → comp/global}/@types/index.d.ts +0 -0
- /package/esm/{coms/globals → comp/global}/MissComponent.vue.d.ts +0 -0
- /package/esm/{coms/globals → comp/global}/SideTab.vue.d.ts +0 -0
- /package/esm/{coms/headers → comp/header}/Breadcrumb.vue.d.ts +0 -0
- /package/esm/{coms/headers → comp/header}/Changes.vue.d.ts +0 -0
- /package/esm/{coms/headers → comp/header}/Hamburger.vue.d.ts +0 -0
- /package/esm/{coms/headers → comp/header}/Index.vue.d.ts +0 -0
- /package/esm/{coms/headers → comp/header}/Log.vue.d.ts +0 -0
- /package/esm/{coms/headers → comp/header}/Logo.vue.d.ts +0 -0
- /package/esm/{coms/headers → comp/header}/Refresh.vue.d.ts +0 -0
- /package/esm/{coms/headers → comp/header}/Setting.vue.d.ts +0 -0
- /package/esm/{coms/headers → comp/header}/index.d.ts +0 -0
- /package/esm/{coms/layouts → comp/layout}/@types/ITaskBar.d.ts +0 -0
- /package/esm/{coms/layouts → comp/layout}/index.d.ts +0 -0
- /package/esm/{coms/lists → comp/list}/@types/index.d.ts +0 -0
- /package/esm/{coms/lists → comp/list}/Calender.vue.d.ts +0 -0
- /package/esm/{coms/lists → comp/list}/Timeline.vue.d.ts +0 -0
- /package/esm/{coms/lists → comp/list}/index.d.ts +0 -0
- /package/esm/{coms/pages → comp/page}/@types/ColumnPageProps.d.ts +0 -0
- /package/esm/{coms/pages → comp/page}/@types/CustomPageProps.d.ts +0 -0
- /package/esm/{coms/pages → comp/page}/@types/DeletePageProps.d.ts +0 -0
- /package/esm/{coms/pages → comp/page}/@types/ListPageProps.d.ts +0 -0
- /package/esm/{coms/pages → comp/page}/@types/PageEmit.d.ts +0 -0
- /package/esm/{coms/pages → comp/page}/@types/PageProps.d.ts +0 -0
- /package/esm/{coms/pages → comp/page}/@types/PagingPageProps.d.ts +0 -0
- /package/esm/{coms/pages → comp/page}/@types/SchemaProps.d.ts +0 -0
- /package/esm/{coms/pages → comp/page}/@types/SinglePageProps.d.ts +0 -0
- /package/esm/{coms/pages → comp/page}/@types/index.d.ts +0 -0
- /package/esm/{coms/pages → comp/page}/Delete.vue.d.ts +0 -0
- /package/esm/{coms/pages → comp/page}/Index.vue.d.ts +0 -0
- /package/esm/{coms/pages → comp/page}/index.d.ts +0 -0
- /package/esm/{coms/pagings → comp/paging}/@types/SearchFormProps.d.ts +0 -0
- /package/esm/{coms/pagings → comp/paging}/@types/index.d.ts +0 -0
- /package/esm/{coms/pagings → comp/paging}/Code.vue.d.ts +0 -0
- /package/esm/{coms/pagings → comp/paging}/DataImport.vue.d.ts +0 -0
- /package/esm/{coms/pagings → comp/paging}/File.vue.d.ts +0 -0
- /package/esm/{coms/pagings → comp/paging}/index.d.ts +0 -0
- /package/esm/{coms/panels → comp/panel}/@types/OperationProps.d.ts +0 -0
- /package/esm/{coms/panels → comp/panel}/@types/index.d.ts +0 -0
- /package/esm/{coms/panels → comp/panel}/Group.vue.d.ts +0 -0
- /package/esm/{coms/panels → comp/panel}/Header.vue.d.ts +0 -0
- /package/esm/{coms/panels → comp/panel}/Shrink.vue.d.ts +0 -0
- /package/esm/{coms/panels → comp/panel}/index.d.ts +0 -0
- /package/esm/{coms/partials → comp/partial}/@types/ArticleFooterEmit.d.ts +0 -0
- /package/esm/{coms/partials → comp/partial}/@types/DetailEmit.d.ts +0 -0
- /package/esm/{coms/partials → comp/partial}/@types/DetailProps.d.ts +0 -0
- /package/esm/{coms/partials → comp/partial}/@types/PagingHeaderEmit.d.ts +0 -0
- /package/esm/{coms/partials → comp/partial}/@types/PagingRowEmit.d.ts +0 -0
- /package/esm/{coms/partials → comp/partial}/@types/PagingRowProps.d.ts +0 -0
- /package/esm/{coms/partials → comp/partial}/@types/TreeNodeProps.d.ts +0 -0
- /package/esm/{coms/partials → comp/partial}/@types/UpdateChildEmit.d.ts +0 -0
- /package/esm/{coms/partials → comp/partial}/@types/UpdateChildProps.d.ts +0 -0
- /package/esm/{coms/partials → comp/partial}/@types/UpdateEmit.d.ts +0 -0
- /package/esm/{coms/partials → comp/partial}/@types/UpdateProps.d.ts +0 -0
- /package/esm/{coms/partials → comp/partial}/@types/index.d.ts +0 -0
- /package/esm/{coms/partials → comp/partial}/ArticleFooter.vue.d.ts +0 -0
- /package/esm/{coms/partials → comp/partial}/Detail.vue.d.ts +0 -0
- /package/esm/{coms/partials → comp/partial}/PagingHeader.vue.d.ts +0 -0
- /package/esm/{coms/partials → comp/partial}/PagingRow.vue.d.ts +0 -0
- /package/esm/{coms/partials → comp/partial}/TreeNode.vue.d.ts +0 -0
- /package/esm/{coms/partials → comp/partial}/Update.vue.d.ts +0 -0
- /package/esm/{coms/partials → comp/partial}/UpdateChild.vue.d.ts +0 -0
- /package/esm/{coms/partials → comp/partial}/index.d.ts +0 -0
- /package/esm/{coms/searches → comp/search}/@types/SearchProps.d.ts +0 -0
- /package/esm/{coms/searches → comp/search}/@types/index.d.ts +0 -0
- /package/esm/{coms/searches → comp/search}/Autocomplete.vue.d.ts +0 -0
- /package/esm/{coms/searches → comp/search}/Daterange.vue.d.ts +0 -0
- /package/esm/{coms/searches → comp/search}/Index.vue.d.ts +0 -0
- /package/esm/{coms/searches → comp/search}/Int.vue.d.ts +0 -0
- /package/esm/{coms/searches → comp/search}/Month.vue.d.ts +0 -0
- /package/esm/{coms/searches → comp/search}/Text.vue.d.ts +0 -0
- /package/esm/{coms/searches → comp/search}/index.d.ts +0 -0
- /package/esm/{coms/singles → comp/single}/Code.vue.d.ts +0 -0
- /package/esm/{coms/singles → comp/single}/Comment.vue.d.ts +0 -0
- /package/esm/{coms/singles → comp/single}/Statistic.vue.d.ts +0 -0
- /package/esm/{coms/singles → comp/single}/Stock.vue.d.ts +0 -0
- /package/esm/{coms/singles → comp/single}/Tree_Old.vue.d.ts +0 -0
- /package/esm/{coms/singles → comp/single}/index.d.ts +0 -0
- /package/esm/{drivers/messengers → driver/messenger}/index.d.ts +0 -0
- /package/esm/{svcs → svc}/AppSvc.d.ts +0 -0
- /package/esm/{svcs → svc}/LayoutSvc.d.ts +0 -0
- /package/esm/{svcs → svc}/UploadSvc.d.ts +0 -0
- /package/esm/{views/helps → view/help}/401.vue.d.ts +0 -0
- /package/esm/{views/helps → view/help}/404.vue.d.ts +0 -0
- /package/esm/{views/helps → view/help}/Maintaince.vue.d.ts +0 -0
- /package/esm/{views/helps → view/help}/Upgrade.vue.d.ts +0 -0
- /package/esm/{views/logins → view/sso}/Callback.vue.d.ts +0 -0
@@ -1,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
|
-
};
|