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,1142 +0,0 @@
|
|
1
|
-
/*!
|
2
|
-
* Intro.js v8.0.0-beta.1
|
3
|
-
* https://introjs.com
|
4
|
-
*
|
5
|
-
* Copyright (C) 2012-2024 Afshin Mehrabani (@afshinmeh).
|
6
|
-
* https://introjs.com
|
7
|
-
*
|
8
|
-
* Date: Sun, 21 Jul 2024 11:55:52 GMT
|
9
|
-
*/
|
10
|
-
var st = function(t, e) {
|
11
|
-
return st = Object.setPrototypeOf || { __proto__: [] } instanceof Array && function(n, i) {
|
12
|
-
n.__proto__ = i;
|
13
|
-
} || function(n, i) {
|
14
|
-
for (var o in i) Object.prototype.hasOwnProperty.call(i, o) && (n[o] = i[o]);
|
15
|
-
}, st(t, e);
|
16
|
-
};
|
17
|
-
function v(t, e, n, i) {
|
18
|
-
return new (n || (n = Promise))(function(o, s) {
|
19
|
-
function r(c) {
|
20
|
-
try {
|
21
|
-
a(i.next(c));
|
22
|
-
} catch (l) {
|
23
|
-
s(l);
|
24
|
-
}
|
25
|
-
}
|
26
|
-
function u(c) {
|
27
|
-
try {
|
28
|
-
a(i.throw(c));
|
29
|
-
} catch (l) {
|
30
|
-
s(l);
|
31
|
-
}
|
32
|
-
}
|
33
|
-
function a(c) {
|
34
|
-
var l;
|
35
|
-
c.done ? o(c.value) : (l = c.value, l instanceof n ? l : new n(function(p) {
|
36
|
-
p(l);
|
37
|
-
})).then(r, u);
|
38
|
-
}
|
39
|
-
a((i = i.apply(t, [])).next());
|
40
|
-
});
|
41
|
-
}
|
42
|
-
function b(t, e) {
|
43
|
-
var n, i, o, s, r = { label: 0, sent: function() {
|
44
|
-
if (1 & o[0]) throw o[1];
|
45
|
-
return o[1];
|
46
|
-
}, trys: [], ops: [] };
|
47
|
-
return s = { next: u(0), throw: u(1), return: u(2) }, typeof Symbol == "function" && (s[Symbol.iterator] = function() {
|
48
|
-
return this;
|
49
|
-
}), s;
|
50
|
-
function u(a) {
|
51
|
-
return function(c) {
|
52
|
-
return function(l) {
|
53
|
-
if (n) throw new TypeError("Generator is already executing.");
|
54
|
-
for (; s && (s = 0, l[0] && (r = 0)), r; ) try {
|
55
|
-
if (n = 1, i && (o = 2 & l[0] ? i.return : l[0] ? i.throw || ((o = i.return) && o.call(i), 0) : i.next) && !(o = o.call(i, l[1])).done) return o;
|
56
|
-
switch (i = 0, o && (l = [2 & l[0], o.value]), l[0]) {
|
57
|
-
case 0:
|
58
|
-
case 1:
|
59
|
-
o = l;
|
60
|
-
break;
|
61
|
-
case 4:
|
62
|
-
return r.label++, { value: l[1], done: !1 };
|
63
|
-
case 5:
|
64
|
-
r.label++, i = l[1], l = [0];
|
65
|
-
continue;
|
66
|
-
case 7:
|
67
|
-
l = r.ops.pop(), r.trys.pop();
|
68
|
-
continue;
|
69
|
-
default:
|
70
|
-
if (o = r.trys, !((o = o.length > 0 && o[o.length - 1]) || l[0] !== 6 && l[0] !== 2)) {
|
71
|
-
r = 0;
|
72
|
-
continue;
|
73
|
-
}
|
74
|
-
if (l[0] === 3 && (!o || l[1] > o[0] && l[1] < o[3])) {
|
75
|
-
r.label = l[1];
|
76
|
-
break;
|
77
|
-
}
|
78
|
-
if (l[0] === 6 && r.label < o[1]) {
|
79
|
-
r.label = o[1], o = l;
|
80
|
-
break;
|
81
|
-
}
|
82
|
-
if (o && r.label < o[2]) {
|
83
|
-
r.label = o[2], r.ops.push(l);
|
84
|
-
break;
|
85
|
-
}
|
86
|
-
o[2] && r.ops.pop(), r.trys.pop();
|
87
|
-
continue;
|
88
|
-
}
|
89
|
-
l = e.call(t, r);
|
90
|
-
} catch (p) {
|
91
|
-
l = [6, p], i = 0;
|
92
|
-
} finally {
|
93
|
-
n = o = 0;
|
94
|
-
}
|
95
|
-
if (5 & l[0]) throw l[1];
|
96
|
-
return { value: l[0] ? l[1] : void 0, done: !0 };
|
97
|
-
}([a, c]);
|
98
|
-
};
|
99
|
-
}
|
100
|
-
}
|
101
|
-
function at(t) {
|
102
|
-
return at = typeof Symbol == "function" && typeof Symbol.iterator == "symbol" ? function(e) {
|
103
|
-
return typeof e;
|
104
|
-
} : function(e) {
|
105
|
-
return e && typeof Symbol == "function" && e.constructor === Symbol && e !== Symbol.prototype ? "symbol" : typeof e;
|
106
|
-
}, at(t);
|
107
|
-
}
|
108
|
-
function ct(t) {
|
109
|
-
if (t === null || at(t) !== "object" || "nodeType" in t) return t;
|
110
|
-
var e = {};
|
111
|
-
for (var n in t) "jQuery" in window && window.jQuery && t[n] instanceof window.jQuery ? e[n] = t[n] : e[n] = ct(t[n]);
|
112
|
-
return e;
|
113
|
-
}
|
114
|
-
var N = function(t, e) {
|
115
|
-
return (e ?? document).querySelector(t);
|
116
|
-
}, ut = function(t, e) {
|
117
|
-
return (e ?? document).querySelectorAll(t);
|
118
|
-
}, j = function(t, e) {
|
119
|
-
return N(".".concat(t), e);
|
120
|
-
}, Z = function(t, e) {
|
121
|
-
return ut(".".concat(t), e);
|
122
|
-
}, H = function(t, e) {
|
123
|
-
var n = j(t, e);
|
124
|
-
if (!n) throw new Error("Element with class name ".concat(t, " not found"));
|
125
|
-
return n;
|
126
|
-
};
|
127
|
-
function pt(t, e, n) {
|
128
|
-
return t[e] = n, t;
|
129
|
-
}
|
130
|
-
function Y(t, e) {
|
131
|
-
for (var n = 0, i = Object.entries(e); n < i.length; n++) {
|
132
|
-
var o = i[n];
|
133
|
-
t = pt(t, o[0], o[1]);
|
134
|
-
}
|
135
|
-
return t;
|
136
|
-
}
|
137
|
-
var x = function(t) {
|
138
|
-
return typeof t == "function";
|
139
|
-
};
|
140
|
-
function ht(t, e) {
|
141
|
-
var n = "";
|
142
|
-
return "currentStyle" in t ? n = t.currentStyle[e] : document.defaultView && document.defaultView.getComputedStyle && (n = document.defaultView.getComputedStyle(t, null).getPropertyValue(e)), n && n.toLowerCase ? n.toLowerCase() : n;
|
143
|
-
}
|
144
|
-
function $(t) {
|
145
|
-
var e = t.parentElement;
|
146
|
-
return !(!e || e.nodeName === "HTML") && (ht(t, "position") === "fixed" || $(e));
|
147
|
-
}
|
148
|
-
function D(t, e) {
|
149
|
-
var n = document.body, i = document.documentElement, o = window.pageYOffset || i.scrollTop || n.scrollTop, s = window.pageXOffset || i.scrollLeft || n.scrollLeft;
|
150
|
-
e = e || n;
|
151
|
-
var r = t.getBoundingClientRect(), u = e.getBoundingClientRect(), a = ht(e, "position"), c = { width: r.width, height: r.height };
|
152
|
-
return e.tagName.toLowerCase() !== "body" && a === "relative" || a === "sticky" ? Object.assign(c, { top: r.top - u.top, left: r.left - u.left }) : $(t) ? Object.assign(c, { top: r.top, left: r.left }) : Object.assign(c, { top: r.top + o, left: r.left + s });
|
153
|
-
}
|
154
|
-
var Tt = function(t, e, n) {
|
155
|
-
if (n !== void 0) {
|
156
|
-
var i = D(n), o = 20, s = 20;
|
157
|
-
switch (t) {
|
158
|
-
default:
|
159
|
-
case "top-left":
|
160
|
-
e.style.left = "".concat(i.left, "px"), e.style.top = "".concat(i.top, "px");
|
161
|
-
break;
|
162
|
-
case "top-right":
|
163
|
-
e.style.left = "".concat(i.left + i.width - o, "px"), e.style.top = "".concat(i.top, "px");
|
164
|
-
break;
|
165
|
-
case "bottom-left":
|
166
|
-
e.style.left = "".concat(i.left, "px"), e.style.top = "".concat(i.top + i.height - s, "px");
|
167
|
-
break;
|
168
|
-
case "bottom-right":
|
169
|
-
e.style.left = "".concat(i.left + i.width - o, "px"), e.style.top = "".concat(i.top + i.height - s, "px");
|
170
|
-
break;
|
171
|
-
case "middle-left":
|
172
|
-
e.style.left = "".concat(i.left, "px"), e.style.top = "".concat(i.top + (i.height - s) / 2, "px");
|
173
|
-
break;
|
174
|
-
case "middle-right":
|
175
|
-
e.style.left = "".concat(i.left + i.width - o, "px"), e.style.top = "".concat(i.top + (i.height - s) / 2, "px");
|
176
|
-
break;
|
177
|
-
case "middle-middle":
|
178
|
-
e.style.left = "".concat(i.left + (i.width - o) / 2, "px"), e.style.top = "".concat(i.top + (i.height - s) / 2, "px");
|
179
|
-
break;
|
180
|
-
case "bottom-middle":
|
181
|
-
e.style.left = "".concat(i.left + (i.width - o) / 2, "px"), e.style.top = "".concat(i.top + i.height - s, "px");
|
182
|
-
break;
|
183
|
-
case "top-middle":
|
184
|
-
e.style.left = "".concat(i.left + (i.width - o) / 2, "px"), e.style.top = "".concat(i.top, "px");
|
185
|
-
}
|
186
|
-
}
|
187
|
-
}, _ = new (function() {
|
188
|
-
function t() {
|
189
|
-
}
|
190
|
-
return t.prototype.on = function(e, n, i, o) {
|
191
|
-
"addEventListener" in e ? e.addEventListener(n, i, o) : "attachEvent" in e && e.attachEvent("on".concat(n), i);
|
192
|
-
}, t.prototype.off = function(e, n, i, o) {
|
193
|
-
"removeEventListener" in e ? e.removeEventListener(n, i, o) : "detachEvent" in e && e.detachEvent("on".concat(n), i);
|
194
|
-
}, t;
|
195
|
-
}())(), _t = function(t) {
|
196
|
-
return t ? typeof t == "string" ? function(e, n) {
|
197
|
-
var i = N(e, n);
|
198
|
-
if (!i) throw new Error("Element with selector ".concat(e, " not found"));
|
199
|
-
return i;
|
200
|
-
}(t) : t : document.body;
|
201
|
-
};
|
202
|
-
function P(t, e) {
|
203
|
-
var n = "";
|
204
|
-
if (t.style.cssText && (n += t.style.cssText), typeof e == "string") n += e;
|
205
|
-
else for (var i in e) n += "".concat(i, ":").concat(e[i], ";");
|
206
|
-
t.style.cssText = n;
|
207
|
-
}
|
208
|
-
function d(t, e) {
|
209
|
-
var n = document.createElement(t);
|
210
|
-
e = e || {};
|
211
|
-
var i = /^(?:role|data-|aria-)/;
|
212
|
-
for (var o in e) {
|
213
|
-
var s = e[o];
|
214
|
-
o === "style" && typeof s != "function" ? P(n, s) : typeof s == "string" && o.match(i) ? n.setAttribute(o, s) : n[o] = s;
|
215
|
-
}
|
216
|
-
return n;
|
217
|
-
}
|
218
|
-
function F(t) {
|
219
|
-
t.setAttribute("role", "button"), t.tabIndex = 0;
|
220
|
-
}
|
221
|
-
var E = function(t) {
|
222
|
-
for (var e = [], n = 1; n < arguments.length; n++) e[n - 1] = arguments[n];
|
223
|
-
for (var i = 0, o = e; i < o.length; i++) {
|
224
|
-
var s = o[i];
|
225
|
-
if (t instanceof SVGElement) {
|
226
|
-
var r = t.getAttribute("class") || "";
|
227
|
-
r.match(s) || g(t, r, s);
|
228
|
-
} else t.classList !== void 0 ? t.classList.add(s) : t.className.match(s) || g(t, t.className, s);
|
229
|
-
}
|
230
|
-
}, g = function(t) {
|
231
|
-
for (var e = [], n = 1; n < arguments.length; n++) e[n - 1] = arguments[n];
|
232
|
-
var i = e.filter(Boolean).join(" ");
|
233
|
-
t instanceof SVGElement ? t.setAttribute("class", i) : t.classList !== void 0 ? t.classList.value = i : t.className = i;
|
234
|
-
}, dt = function(t, e) {
|
235
|
-
if (t instanceof SVGElement) {
|
236
|
-
var n = t.getAttribute("class") || "";
|
237
|
-
t.setAttribute("class", n.replace(e, "").replace(/\s\s+/g, " ").trim());
|
238
|
-
} else t.className = t.className.replace(e, "").replace(/\s\s+/g, " ").trim();
|
239
|
-
}, Ht = function() {
|
240
|
-
return j("introjs-hints");
|
241
|
-
}, ft = function() {
|
242
|
-
return Z("introjs-hint", Ht());
|
243
|
-
}, gt = function(t) {
|
244
|
-
return Z("".concat("introjs-hint", "[").concat("data-step", '="').concat(t, '"]'), Ht())[0];
|
245
|
-
};
|
246
|
-
function vt(t, e) {
|
247
|
-
var n;
|
248
|
-
return v(this, void 0, void 0, function() {
|
249
|
-
var i;
|
250
|
-
return b(this, function(o) {
|
251
|
-
return i = gt(e), lt(), i && E(i, "introjs-hidehint"), (n = t.callback("hintClose")) === null || n === void 0 || n.call(t, e), [2];
|
252
|
-
});
|
253
|
-
});
|
254
|
-
}
|
255
|
-
function Vt(t) {
|
256
|
-
return v(this, void 0, void 0, function() {
|
257
|
-
var e, n, i, o, s;
|
258
|
-
return b(this, function(r) {
|
259
|
-
switch (r.label) {
|
260
|
-
case 0:
|
261
|
-
e = ft(), n = 0, i = Array.from(e), r.label = 1;
|
262
|
-
case 1:
|
263
|
-
return n < i.length ? (o = i[n], (s = o.getAttribute("data-step")) ? [4, vt(t, parseInt(s, 10))] : [3, 3]) : [3, 4];
|
264
|
-
case 2:
|
265
|
-
r.sent(), r.label = 3;
|
266
|
-
case 3:
|
267
|
-
return n++, [3, 1];
|
268
|
-
case 4:
|
269
|
-
return [2];
|
270
|
-
}
|
271
|
-
});
|
272
|
-
});
|
273
|
-
}
|
274
|
-
var Nt = function(t, e, n, i) {
|
275
|
-
if (e && t && n) {
|
276
|
-
n instanceof Element && $(n) ? E(e, "introjs-fixedTooltip") : dt(e, "introjs-fixedTooltip");
|
277
|
-
var o = D(n, t);
|
278
|
-
P(e, { width: "".concat(o.width + i, "px"), height: "".concat(o.height + i, "px"), top: "".concat(o.top - i / 2, "px"), left: "".concat(o.left - i / 2, "px") });
|
279
|
-
}
|
280
|
-
};
|
281
|
-
function bt() {
|
282
|
-
if (window.innerWidth !== void 0) return { width: window.innerWidth, height: window.innerHeight };
|
283
|
-
var t = document.documentElement;
|
284
|
-
return { width: t.clientWidth, height: t.clientHeight };
|
285
|
-
}
|
286
|
-
function W(t, e, n, i, o) {
|
287
|
-
return t.left + e + n.width > i.width ? (o.style.left = "".concat(i.width - n.width - t.left, "px"), !1) : (o.style.left = "".concat(e, "px"), !0);
|
288
|
-
}
|
289
|
-
function Q(t, e, n, i) {
|
290
|
-
return t.left + t.width - e - n.width < 0 ? (i.style.left = "".concat(-t.left, "px"), !1) : (i.style.right = "".concat(e, "px"), !0);
|
291
|
-
}
|
292
|
-
function T(t, e) {
|
293
|
-
t.includes(e) && t.splice(t.indexOf(e), 1);
|
294
|
-
}
|
295
|
-
function Gt(t, e, n, i) {
|
296
|
-
var o = t.slice(), s = bt(), r = D(n).height + 10, u = D(n).width + 20, a = e.getBoundingClientRect(), c = "floating";
|
297
|
-
if (a.bottom + r > s.height && T(o, "bottom"), a.top - r < 0 && T(o, "top"), a.right + u > s.width && T(o, "right"), a.left - u < 0 && T(o, "left"), i && (i = i.split("-")[0]), o.length && (c = o[0], o.includes(i) && (c = i)), c === "top" || c === "bottom") {
|
298
|
-
var l = void 0, p = [];
|
299
|
-
c === "top" ? (l = "top-middle-aligned", p = ["top-left-aligned", "top-middle-aligned", "top-right-aligned"]) : (l = "bottom-middle-aligned", p = ["bottom-left-aligned", "bottom-middle-aligned", "bottom-right-aligned"]), c = function(h, w, m, y) {
|
300
|
-
var k = w / 2, O = Math.min(m, window.screen.width);
|
301
|
-
return O - h < w && (T(y, "top-left-aligned"), T(y, "bottom-left-aligned")), (h < k || O - h < k) && (T(y, "top-middle-aligned"), T(y, "bottom-middle-aligned")), h < w && (T(y, "top-right-aligned"), T(y, "bottom-right-aligned")), y.length ? y[0] : null;
|
302
|
-
}(a.left, u, s.width, p) || l;
|
303
|
-
}
|
304
|
-
return c;
|
305
|
-
}
|
306
|
-
var it, U = function(t, e, n, i, o, s, r, u, a) {
|
307
|
-
var c, l, p;
|
308
|
-
s === void 0 && (s = !1), r === void 0 && (r = !0), u === void 0 && (u = ""), a === void 0 && (a = !1), t.style.top = "", t.style.right = "", t.style.bottom = "", t.style.left = "", t.style.marginLeft = "", t.style.marginTop = "", e.style.display = "inherit", g(t, "introjs-tooltip", u), t.setAttribute("role", "dialog"), i !== "floating" && r && (i = Gt(o, n, t, i)), l = D(n), c = D(t), p = bt(), E(t, "introjs-".concat(i));
|
309
|
-
var h = l.width / 2 - c.width / 2;
|
310
|
-
switch (i) {
|
311
|
-
case "top-right-aligned":
|
312
|
-
g(e, "introjs-arrow bottom-right");
|
313
|
-
var w = 0;
|
314
|
-
Q(l, w, c, t), t.style.bottom = "".concat(l.height + 20, "px");
|
315
|
-
break;
|
316
|
-
case "top-middle-aligned":
|
317
|
-
g(e, "introjs-arrow bottom-middle"), a && (h += 5), Q(l, h, c, t) && (t.style.right = "", W(l, h, c, p, t)), t.style.bottom = "".concat(l.height + 20, "px");
|
318
|
-
break;
|
319
|
-
case "top-left-aligned":
|
320
|
-
case "top":
|
321
|
-
g(e, "introjs-arrow bottom"), W(l, a ? 0 : 15, c, p, t), t.style.bottom = "".concat(l.height + 20, "px");
|
322
|
-
break;
|
323
|
-
case "right":
|
324
|
-
t.style.left = "".concat(l.width + 20, "px"), l.top + c.height > p.height ? (g(e, "introjs-arrow left-bottom"), t.style.top = "-".concat(c.height - l.height - 20, "px")) : g(e, "introjs-arrow left");
|
325
|
-
break;
|
326
|
-
case "left":
|
327
|
-
a || s !== !0 || (t.style.top = "15px"), l.top + c.height > p.height ? (t.style.top = "-".concat(c.height - l.height - 20, "px"), g(e, "introjs-arrow right-bottom")) : g(e, "introjs-arrow right"), t.style.right = "".concat(l.width + 20, "px");
|
328
|
-
break;
|
329
|
-
case "floating":
|
330
|
-
e.style.display = "none", t.style.left = "50%", t.style.top = "50%", t.style.marginLeft = "-".concat(c.width / 2, "px"), t.style.marginTop = "-".concat(c.height / 2, "px");
|
331
|
-
break;
|
332
|
-
case "bottom-right-aligned":
|
333
|
-
g(e, "introjs-arrow top-right"), Q(l, w = 0, c, t), t.style.top = "".concat(l.height + 20, "px");
|
334
|
-
break;
|
335
|
-
case "bottom-middle-aligned":
|
336
|
-
g(e, "introjs-arrow top-middle"), a && (h += 5), Q(l, h, c, t) && (t.style.right = "", W(l, h, c, p, t)), t.style.top = "".concat(l.height + 20, "px");
|
337
|
-
break;
|
338
|
-
default:
|
339
|
-
g(e, "introjs-arrow top"), W(l, 0, c, p, t), t.style.top = "".concat(l.height + 20, "px");
|
340
|
-
}
|
341
|
-
};
|
342
|
-
function lt() {
|
343
|
-
var t = j("introjs-hintReference");
|
344
|
-
if (t && t.parentNode) {
|
345
|
-
var e = t.getAttribute("data-step");
|
346
|
-
return e ? (t.parentNode.removeChild(t), e) : void 0;
|
347
|
-
}
|
348
|
-
}
|
349
|
-
function Lt(t, e) {
|
350
|
-
var n, i;
|
351
|
-
return v(this, void 0, void 0, function() {
|
352
|
-
var o, s, r, u, a, c, l, p, h, w, m, y;
|
353
|
-
return b(this, function(k) {
|
354
|
-
switch (k.label) {
|
355
|
-
case 0:
|
356
|
-
return o = N(".".concat("introjs-hint", "[").concat("data-step", '="').concat(e, '"]')), s = t.getHint(e), o && s ? [4, (n = t.callback("hintClick")) === null || n === void 0 ? void 0 : n.call(t, o, s, e)] : [2];
|
357
|
-
case 1:
|
358
|
-
return k.sent(), (r = lt()) !== void 0 && parseInt(r, 10) === e ? [2] : (u = d("div", { className: "introjs-tooltip" }), a = d("div"), c = d("div"), l = d("div"), u.onclick = function(O) {
|
359
|
-
O.stopPropagation ? O.stopPropagation() : O.cancelBubble = !0;
|
360
|
-
}, g(a, "introjs-tooltiptext"), (p = d("p")).innerHTML = s.hint || "", a.appendChild(p), t.getOption("hintShowButton") && ((h = d("a")).className = t.getOption("buttonClass"), h.setAttribute("role", "button"), h.innerHTML = t.getOption("hintButtonLabel"), h.onclick = function() {
|
361
|
-
return vt(t, e);
|
362
|
-
}, a.appendChild(h)), g(c, "introjs-arrow"), u.appendChild(c), u.appendChild(a), w = o.getAttribute("data-step") || "", (m = t.getHint(parseInt(w, 10))) ? (g(l, "introjs-tooltipReferenceLayer", "introjs-hintReference"), l.setAttribute("data-step", w), y = t.getOption("helperElementPadding"), Nt(t.getTargetElement(), l, m.element, y), l.appendChild(u), document.body.appendChild(l), U(u, c, m.element, m.position, t.getOption("positionPrecedence"), !1, t.getOption("autoPosition"), (i = m.tooltipClass) !== null && i !== void 0 ? i : t.getOption("tooltipClass")), it = function() {
|
363
|
-
lt(), _.off(document, "click", it, !1);
|
364
|
-
}, _.on(document, "click", it, !1), [2]) : [2]);
|
365
|
-
}
|
366
|
-
});
|
367
|
-
});
|
368
|
-
}
|
369
|
-
var qt = function(t, e) {
|
370
|
-
return function(n) {
|
371
|
-
var i = n || window.event;
|
372
|
-
i && i.stopPropagation && i.stopPropagation(), i && i.cancelBubble !== null && (i.cancelBubble = !0), Lt(t, e);
|
373
|
-
};
|
374
|
-
};
|
375
|
-
function Kt(t) {
|
376
|
-
var e;
|
377
|
-
return v(this, void 0, void 0, function() {
|
378
|
-
var n, i, o, s, r, u, a;
|
379
|
-
return b(this, function(c) {
|
380
|
-
for ((n = j("introjs-hints")) === null && (n = d("div", { className: "introjs-hints" })), i = t.getHints(), o = 0; o < i.length; o++) {
|
381
|
-
if (s = i[o], N(".".concat("introjs-hint", "[").concat("data-step", '="').concat(o, '"]'))) return [2];
|
382
|
-
F(r = d("a", { className: "introjs-hint" })), r.onclick = qt(t, o), s.hintAnimation || E(r, "introjs-hint-no-anim"), $(s.element) && E(r, "introjs-fixedhint"), u = d("div", { className: "introjs-hint-dot" }), a = d("div", { className: "introjs-hint-pulse" }), r.appendChild(u), r.appendChild(a), r.setAttribute("data-step", o.toString()), s.hintTargetElement = s.element, s.element = r, Tt(s.hintPosition, r, s.hintTargetElement), n.appendChild(r);
|
383
|
-
}
|
384
|
-
return document.body.appendChild(n), (e = t.callback("hintsAdded")) === null || e === void 0 || e.call(t), t.enableHintAutoRefresh(), [2];
|
385
|
-
});
|
386
|
-
});
|
387
|
-
}
|
388
|
-
function Wt(t) {
|
389
|
-
return v(this, void 0, void 0, function() {
|
390
|
-
var e, n, i, o, s;
|
391
|
-
return b(this, function(r) {
|
392
|
-
switch (r.label) {
|
393
|
-
case 0:
|
394
|
-
if (!((e = ft()) != null && e.length)) return [3, 1];
|
395
|
-
for (n = 0, i = Array.from(e); n < i.length; n++) o = i[n], (s = o.getAttribute("data-step")) && Pt(parseInt(s, 10));
|
396
|
-
return [3, 3];
|
397
|
-
case 1:
|
398
|
-
return [4, t.render()];
|
399
|
-
case 2:
|
400
|
-
r.sent(), r.label = 3;
|
401
|
-
case 3:
|
402
|
-
return [2];
|
403
|
-
}
|
404
|
-
});
|
405
|
-
});
|
406
|
-
}
|
407
|
-
function Pt(t) {
|
408
|
-
var e = gt(t);
|
409
|
-
e && dt(e, new RegExp("introjs-hidehint", "g"));
|
410
|
-
}
|
411
|
-
function Ot(t) {
|
412
|
-
var e = gt(t);
|
413
|
-
e && e.parentNode && e.parentNode.removeChild(e);
|
414
|
-
}
|
415
|
-
var Qt = function() {
|
416
|
-
function t(e, n) {
|
417
|
-
this._hints = [], this.callbacks = {}, this._targetElement = _t(e), this._options = n ? Y(this._options, n) : { hints: [], isActive: !0, tooltipPosition: "bottom", tooltipClass: "", hintPosition: "top-middle", hintButtonLabel: "Got it", hintShowButton: !0, hintAutoRefreshInterval: 10, hintAnimation: !0, buttonClass: "introjs-button", helperElementPadding: 10, autoPosition: !0, positionPrecedence: ["bottom", "top", "right", "left"] };
|
418
|
-
}
|
419
|
-
return t.prototype.callback = function(e) {
|
420
|
-
var n = this.callbacks[e];
|
421
|
-
if (x(n)) return n;
|
422
|
-
}, t.prototype.getTargetElement = function() {
|
423
|
-
return this._targetElement;
|
424
|
-
}, t.prototype.getHints = function() {
|
425
|
-
return this._hints;
|
426
|
-
}, t.prototype.getHint = function(e) {
|
427
|
-
return this._hints[e];
|
428
|
-
}, t.prototype.setHints = function(e) {
|
429
|
-
return this._hints = e, this;
|
430
|
-
}, t.prototype.addHint = function(e) {
|
431
|
-
return this._hints.push(e), this;
|
432
|
-
}, t.prototype.render = function() {
|
433
|
-
return v(this, void 0, void 0, function() {
|
434
|
-
return b(this, function(e) {
|
435
|
-
switch (e.label) {
|
436
|
-
case 0:
|
437
|
-
return this.isActive() ? (function(n) {
|
438
|
-
n.setHints([]);
|
439
|
-
var i = n.getTargetElement(), o = n.getOption("hints");
|
440
|
-
if (o && o.length > 0) for (var s = 0, r = o; s < r.length; s++) {
|
441
|
-
var u = ct(r[s]);
|
442
|
-
typeof u.element == "string" && (u.element = N(u.element)), u.hintPosition = u.hintPosition || n.getOption("hintPosition"), u.hintAnimation = u.hintAnimation || n.getOption("hintAnimation"), u.element !== null && n.addHint(u);
|
443
|
-
}
|
444
|
-
else {
|
445
|
-
var a = Array.from(ut("*[".concat("data-hint", "]"), i));
|
446
|
-
if (!a || !a.length) return !1;
|
447
|
-
for (var c = 0, l = a; c < l.length; c++) {
|
448
|
-
var p = l[c], h = p.getAttribute("data-hint-position"), w = n.getOption("hintAnimation");
|
449
|
-
h && (w = h === "true"), n.addHint({ element: p, hint: p.getAttribute("data-hint") || "", hintPosition: p.getAttribute("data-hint-position") || n.getOption("hintPosition"), hintAnimation: w, tooltipClass: p.getAttribute("data-tooltip-class") || void 0, position: p.getAttribute("data-position") || n.getOption("tooltipPosition") });
|
450
|
-
}
|
451
|
-
}
|
452
|
-
}(this), [4, Kt(this)]) : [2, this];
|
453
|
-
case 1:
|
454
|
-
return e.sent(), [2, this];
|
455
|
-
}
|
456
|
-
});
|
457
|
-
});
|
458
|
-
}, t.prototype.addHints = function() {
|
459
|
-
return v(this, void 0, void 0, function() {
|
460
|
-
return b(this, function(e) {
|
461
|
-
return [2, this.render()];
|
462
|
-
});
|
463
|
-
});
|
464
|
-
}, t.prototype.hideHint = function(e) {
|
465
|
-
return v(this, void 0, void 0, function() {
|
466
|
-
return b(this, function(n) {
|
467
|
-
switch (n.label) {
|
468
|
-
case 0:
|
469
|
-
return [4, vt(this, e)];
|
470
|
-
case 1:
|
471
|
-
return n.sent(), [2, this];
|
472
|
-
}
|
473
|
-
});
|
474
|
-
});
|
475
|
-
}, t.prototype.hideHints = function() {
|
476
|
-
return v(this, void 0, void 0, function() {
|
477
|
-
return b(this, function(e) {
|
478
|
-
switch (e.label) {
|
479
|
-
case 0:
|
480
|
-
return [4, Vt(this)];
|
481
|
-
case 1:
|
482
|
-
return e.sent(), [2, this];
|
483
|
-
}
|
484
|
-
});
|
485
|
-
});
|
486
|
-
}, t.prototype.showHint = function(e) {
|
487
|
-
return Pt(e), this;
|
488
|
-
}, t.prototype.showHints = function() {
|
489
|
-
return v(this, void 0, void 0, function() {
|
490
|
-
return b(this, function(e) {
|
491
|
-
switch (e.label) {
|
492
|
-
case 0:
|
493
|
-
return [4, Wt(this)];
|
494
|
-
case 1:
|
495
|
-
return e.sent(), [2, this];
|
496
|
-
}
|
497
|
-
});
|
498
|
-
});
|
499
|
-
}, t.prototype.destroy = function() {
|
500
|
-
return function(e) {
|
501
|
-
for (var n = ft(), i = 0, o = Array.from(n); i < o.length; i++) {
|
502
|
-
var s = o[i].getAttribute("data-step");
|
503
|
-
s !== null && Ot(parseInt(s, 10));
|
504
|
-
}
|
505
|
-
e.disableHintAutoRefresh();
|
506
|
-
}(this), this;
|
507
|
-
}, t.prototype.removeHints = function() {
|
508
|
-
return this.destroy(), this;
|
509
|
-
}, t.prototype.removeHint = function(e) {
|
510
|
-
return Ot(e), this;
|
511
|
-
}, t.prototype.showHintDialog = function(e) {
|
512
|
-
return v(this, void 0, void 0, function() {
|
513
|
-
return b(this, function(n) {
|
514
|
-
switch (n.label) {
|
515
|
-
case 0:
|
516
|
-
return [4, Lt(this, e)];
|
517
|
-
case 1:
|
518
|
-
return n.sent(), [2, this];
|
519
|
-
}
|
520
|
-
});
|
521
|
-
});
|
522
|
-
}, t.prototype.enableHintAutoRefresh = function() {
|
523
|
-
var e, n, i, o = this, s = this.getOption("hintAutoRefreshInterval");
|
524
|
-
return s >= 0 && (this._hintsAutoRefreshFunction = (e = function() {
|
525
|
-
return function(r) {
|
526
|
-
for (var u = 0, a = r.getHints(); u < a.length; u++) {
|
527
|
-
var c = a[u], l = c.hintTargetElement, p = c.hintPosition, h = c.element;
|
528
|
-
Tt(p, h, l);
|
529
|
-
}
|
530
|
-
}(o);
|
531
|
-
}, n = s, function() {
|
532
|
-
for (var r = [], u = 0; u < arguments.length; u++) r[u] = arguments[u];
|
533
|
-
window.clearTimeout(i), i = window.setTimeout(function() {
|
534
|
-
e(r);
|
535
|
-
}, n);
|
536
|
-
}), _.on(window, "scroll", this._hintsAutoRefreshFunction, !0), _.on(window, "resize", this._hintsAutoRefreshFunction, !0)), this;
|
537
|
-
}, t.prototype.disableHintAutoRefresh = function() {
|
538
|
-
return this._hintsAutoRefreshFunction && (_.off(window, "scroll", this._hintsAutoRefreshFunction, !0), _.on(window, "resize", this._hintsAutoRefreshFunction, !0), this._hintsAutoRefreshFunction = void 0), this;
|
539
|
-
}, t.prototype.getOption = function(e) {
|
540
|
-
return this._options[e];
|
541
|
-
}, t.prototype.setOptions = function(e) {
|
542
|
-
return this._options = Y(this._options, e), this;
|
543
|
-
}, t.prototype.setOption = function(e, n) {
|
544
|
-
return this._options = pt(this._options, e, n), this;
|
545
|
-
}, t.prototype.clone = function() {
|
546
|
-
return new t(this._targetElement, this._options);
|
547
|
-
}, t.prototype.isActive = function() {
|
548
|
-
return this.getOption("isActive");
|
549
|
-
}, t.prototype.onHintsAdded = function(e) {
|
550
|
-
if (!x(e)) throw new Error("Provided callback for onhintsadded was not a function.");
|
551
|
-
return this.callbacks.hintsAdded = e, this;
|
552
|
-
}, t.prototype.onhintsadded = function(e) {
|
553
|
-
this.onHintsAdded(e);
|
554
|
-
}, t.prototype.onHintClick = function(e) {
|
555
|
-
if (!x(e)) throw new Error("Provided callback for onhintclick was not a function.");
|
556
|
-
return this.callbacks.hintClick = e, this;
|
557
|
-
}, t.prototype.onhintclick = function(e) {
|
558
|
-
this.onHintClick(e);
|
559
|
-
}, t.prototype.onHintClose = function(e) {
|
560
|
-
if (!x(e)) throw new Error("Provided callback for onhintclose was not a function.");
|
561
|
-
return this.callbacks.hintClose = e, this;
|
562
|
-
}, t.prototype.onhintclose = function(e) {
|
563
|
-
this.onHintClose(e);
|
564
|
-
}, t;
|
565
|
-
}();
|
566
|
-
function jt(t, e) {
|
567
|
-
if (t) {
|
568
|
-
var n = function(i) {
|
569
|
-
var o = window.getComputedStyle(i), s = o.position === "absolute", r = /(auto|scroll)/;
|
570
|
-
if (o.position === "fixed") return document.body;
|
571
|
-
for (var u = i; u = u.parentElement; ) if (o = window.getComputedStyle(u), (!s || o.position !== "static") && r.test(o.overflow + o.overflowY + o.overflowX)) return u;
|
572
|
-
return document.body;
|
573
|
-
}(e);
|
574
|
-
n !== document.body && (n.scrollTop = e.offsetTop - n.offsetTop);
|
575
|
-
}
|
576
|
-
}
|
577
|
-
function kt(t, e, n, i, o) {
|
578
|
-
var s;
|
579
|
-
if (e !== "off" && t && (s = e === "tooltip" ? o.getBoundingClientRect() : i.getBoundingClientRect(), !function(u) {
|
580
|
-
var a = u.getBoundingClientRect();
|
581
|
-
return a.top >= 0 && a.left >= 0 && a.bottom + 80 <= window.innerHeight && a.right <= window.innerWidth;
|
582
|
-
}(i))) {
|
583
|
-
var r = bt().height;
|
584
|
-
s.bottom - (s.bottom - s.top) < 0 || i.clientHeight > r ? window.scrollBy(0, s.top - (r / 2 - s.height / 2) - n) : window.scrollBy(0, s.top - (r / 2 - s.height / 2) + n);
|
585
|
-
}
|
586
|
-
}
|
587
|
-
function Rt() {
|
588
|
-
for (var t = 0, e = Array.from(Z("introjs-showElement")); t < e.length; t++) {
|
589
|
-
var n = e[t];
|
590
|
-
dt(n, /introjs-[a-zA-Z]+/g);
|
591
|
-
}
|
592
|
-
}
|
593
|
-
function xt(t, e, n) {
|
594
|
-
if (n === void 0 && (n = !1), n) {
|
595
|
-
var i = e.style.opacity || "1";
|
596
|
-
P(e, { opacity: "0" }), window.setTimeout(function() {
|
597
|
-
P(e, { opacity: i });
|
598
|
-
}, 10);
|
599
|
-
}
|
600
|
-
t.appendChild(e);
|
601
|
-
}
|
602
|
-
var ot, L = function(t, e, n, i) {
|
603
|
-
Nt(t, e, n.element, n.position === "floating" ? 0 : i);
|
604
|
-
}, Bt = function(t, e) {
|
605
|
-
return (t + 1) / e * 100;
|
606
|
-
};
|
607
|
-
function It(t, e) {
|
608
|
-
var n = d("div", { className: "introjs-bullets" });
|
609
|
-
t.getOption("showBullets") === !1 && (n.style.display = "none");
|
610
|
-
var i = d("ul");
|
611
|
-
i.setAttribute("role", "tablist");
|
612
|
-
for (var o = function() {
|
613
|
-
var l = this.getAttribute("data-step-number");
|
614
|
-
l != null && t.goToStep(parseInt(l, 10));
|
615
|
-
}, s = t.getSteps(), r = 0; r < s.length; r++) {
|
616
|
-
var u = s[r].step, a = d("li"), c = d("a");
|
617
|
-
a.setAttribute("role", "presentation"), c.setAttribute("role", "tab"), c.onclick = o, r === e.step - 1 && g(c, "active"), F(c), c.innerHTML = " ", c.setAttribute("data-step-number", u.toString()), a.appendChild(c), i.appendChild(a);
|
618
|
-
}
|
619
|
-
return n.appendChild(i), n;
|
620
|
-
}
|
621
|
-
function Mt(t, e, n) {
|
622
|
-
var i = N(".".concat("introjs-progress", " .").concat("introjs-progressbar"), t);
|
623
|
-
if (i) {
|
624
|
-
var o = Bt(e, n);
|
625
|
-
i.style.cssText = "width:".concat(o, "%;"), i.setAttribute("aria-valuenow", o.toString());
|
626
|
-
}
|
627
|
-
}
|
628
|
-
function Dt(t, e) {
|
629
|
-
var n, i, o;
|
630
|
-
return v(this, void 0, void 0, function() {
|
631
|
-
var s, r, u, a, c, l, p, h, w, m, y, k, O, B, A, tt, J, et, I, M, V, mt, yt, G, q, nt = this;
|
632
|
-
return b(this, function(wt) {
|
633
|
-
switch (wt.label) {
|
634
|
-
case 0:
|
635
|
-
return (n = t.callback("change")) === null || n === void 0 || n.call(t, e.element), s = j("introjs-helperLayer"), r = j("introjs-tooltipReferenceLayer"), u = "introjs-helperLayer", typeof e.highlightClass == "string" && (u += " ".concat(e.highlightClass)), typeof t.getOption("highlightClass") == "string" && (u += " ".concat(t.getOption("highlightClass"))), s !== null && r !== null ? (p = H("introjs-tooltiptext", r), h = H("introjs-tooltip-title", r), w = H("introjs-arrow", r), m = H("introjs-tooltip", r), l = H("introjs-skipbutton", r), c = H("introjs-prevbutton", r), a = H("introjs-nextbutton", r), g(s, u), m.style.opacity = "0", m.style.display = "none", jt(t.getOption("scrollToElement"), e.element), M = t.getOption("helperElementPadding"), L(t.getTargetElement(), s, e, M), L(t.getTargetElement(), r, e, M), Rt(), ot && window.clearTimeout(ot), y = j("introjs-helperNumberLayer", r), ot = window.setTimeout(function() {
|
636
|
-
var f;
|
637
|
-
y !== null && (y.innerHTML = "".concat(e.step, " ").concat(t.getOption("stepNumbersOfLabel"), " ").concat(t.getSteps().length)), p.innerHTML = e.intro || "", h.innerHTML = e.title || "", m.style.display = "block", U(m, w, e.element, e.position, t.getOption("positionPrecedence"), t.getOption("showStepNumbers"), t.getOption("autoPosition"), (f = e.tooltipClass) !== null && f !== void 0 ? f : t.getOption("tooltipClass")), function(C, S, K) {
|
638
|
-
if (C) {
|
639
|
-
var Ct = N(".".concat("introjs-bullets", " li > a.").concat("active"), S), St = N(".".concat("introjs-bullets", " li > a[").concat("data-step-number", '="').concat(K.step, '"]'), S);
|
640
|
-
Ct && St && (Ct.className = "", g(St, "active"));
|
641
|
-
}
|
642
|
-
}(t.getOption("showBullets"), r, e), Mt(r, t.getCurrentStep(), t.getSteps().length), m.style.opacity = "1", (a && new RegExp("introjs-donebutton", "gi").test(a.className) || a) && a.focus(), kt(t.getOption("scrollToElement"), e.scrollTo, t.getOption("scrollPadding"), e.element, p);
|
643
|
-
}, 350)) : (k = d("div", { className: u }), O = d("div", { className: "introjs-tooltipReferenceLayer" }), B = d("div", { className: "introjs-arrow" }), A = d("div", { className: "introjs-tooltip" }), tt = d("div", { className: "introjs-tooltiptext" }), J = d("div", { className: "introjs-tooltip-header" }), et = d("h1", { className: "introjs-tooltip-title" }), I = d("div"), P(k, { "box-shadow": "0 0 1px 2px rgba(33, 33, 33, 0.8), rgba(33, 33, 33, ".concat(t.getOption("overlayOpacity").toString(), ") 0 0 0 5000px") }), jt(t.getOption("scrollToElement"), e.element), M = t.getOption("helperElementPadding"), L(t.getTargetElement(), k, e, M), L(t.getTargetElement(), O, e, M), xt(t.getTargetElement(), k, !0), xt(t.getTargetElement(), O), tt.innerHTML = e.intro, et.innerHTML = e.title, g(I, "introjs-tooltipbuttons"), t.getOption("showButtons") === !1 && (I.style.display = "none"), J.appendChild(et), A.appendChild(J), A.appendChild(tt), t.getOption("dontShowAgain") && (V = d("div", { className: "introjs-dontShowAgain" }), (mt = d("input", { type: "checkbox", id: "introjs-dontShowAgain", name: "introjs-dontShowAgain" })).onchange = function(f) {
|
644
|
-
t.setDontShowAgain(f.target.checked);
|
645
|
-
}, (yt = d("label", { htmlFor: "introjs-dontShowAgain" })).innerText = t.getOption("dontShowAgainLabel"), V.appendChild(mt), V.appendChild(yt), A.appendChild(V)), A.appendChild(It(t, e)), A.appendChild(function(f) {
|
646
|
-
var C = d("div");
|
647
|
-
g(C, "introjs-progress"), f.getOption("showProgress") === !1 && (C.style.display = "none");
|
648
|
-
var S = d("div", { className: "introjs-progressbar" });
|
649
|
-
f.getOption("progressBarAdditionalClass") && E(S, f.getOption("progressBarAdditionalClass"));
|
650
|
-
var K = Bt(f.getCurrentStep(), f.getSteps().length);
|
651
|
-
return S.setAttribute("role", "progress"), S.setAttribute("aria-valuemin", "0"), S.setAttribute("aria-valuemax", "100"), S.setAttribute("aria-valuenow", K.toString()), S.style.cssText = "width:".concat(K, "%;"), C.appendChild(S), C;
|
652
|
-
}(t)), G = d("div"), t.getOption("showStepNumbers") === !0 && (g(G, "introjs-helperNumberLayer"), G.innerHTML = "".concat(e.step, " ").concat(t.getOption("stepNumbersOfLabel"), " ").concat(t.getSteps().length), A.appendChild(G)), A.appendChild(B), O.appendChild(A), (a = d("a")).onclick = function() {
|
653
|
-
return v(nt, void 0, void 0, function() {
|
654
|
-
var f;
|
655
|
-
return b(this, function(C) {
|
656
|
-
switch (C.label) {
|
657
|
-
case 0:
|
658
|
-
return t.isLastStep() ? [3, 2] : [4, R(t)];
|
659
|
-
case 1:
|
660
|
-
return C.sent(), [3, 5];
|
661
|
-
case 2:
|
662
|
-
return new RegExp("introjs-donebutton", "gi").test(a.className) ? [4, (f = t.callback("complete")) === null || f === void 0 ? void 0 : f.call(t, t.getCurrentStep(), "done")] : [3, 5];
|
663
|
-
case 3:
|
664
|
-
return C.sent(), [4, t.exit()];
|
665
|
-
case 4:
|
666
|
-
C.sent(), C.label = 5;
|
667
|
-
case 5:
|
668
|
-
return [2];
|
669
|
-
}
|
670
|
-
});
|
671
|
-
});
|
672
|
-
}, F(a), a.innerHTML = t.getOption("nextLabel"), (c = d("a")).onclick = function() {
|
673
|
-
return v(nt, void 0, void 0, function() {
|
674
|
-
return b(this, function(f) {
|
675
|
-
switch (f.label) {
|
676
|
-
case 0:
|
677
|
-
return t.getCurrentStep() > 0 ? [4, X(t)] : [3, 2];
|
678
|
-
case 1:
|
679
|
-
f.sent(), f.label = 2;
|
680
|
-
case 2:
|
681
|
-
return [2];
|
682
|
-
}
|
683
|
-
});
|
684
|
-
});
|
685
|
-
}, F(c), c.innerHTML = t.getOption("prevLabel"), F(l = d("a", { className: "introjs-skipbutton" })), l.innerHTML = t.getOption("skipLabel"), l.onclick = function() {
|
686
|
-
return v(nt, void 0, void 0, function() {
|
687
|
-
var f, C;
|
688
|
-
return b(this, function(S) {
|
689
|
-
switch (S.label) {
|
690
|
-
case 0:
|
691
|
-
return t.isLastStep() ? [4, (f = t.callback("complete")) === null || f === void 0 ? void 0 : f.call(t, t.getCurrentStep(), "skip")] : [3, 2];
|
692
|
-
case 1:
|
693
|
-
S.sent(), S.label = 2;
|
694
|
-
case 2:
|
695
|
-
return [4, (C = t.callback("skip")) === null || C === void 0 ? void 0 : C.call(t, t.getCurrentStep())];
|
696
|
-
case 3:
|
697
|
-
return S.sent(), [4, t.exit()];
|
698
|
-
case 4:
|
699
|
-
return S.sent(), [2];
|
700
|
-
}
|
701
|
-
});
|
702
|
-
});
|
703
|
-
}, J.appendChild(l), t.getSteps().length > 1 && I.appendChild(c), I.appendChild(a), A.appendChild(I), U(A, B, e.element, e.position, t.getOption("positionPrecedence"), t.getOption("showStepNumbers"), t.getOption("autoPosition"), (i = e.tooltipClass) !== null && i !== void 0 ? i : t.getOption("tooltipClass")), kt(t.getOption("scrollToElement"), e.scrollTo, t.getOption("scrollPadding"), e.element, A)), (q = j("introjs-disableInteraction", t.getTargetElement())) && q.parentNode && q.parentNode.removeChild(q), e.disableInteraction && function(f, C) {
|
704
|
-
var S = j("introjs-disableInteraction");
|
705
|
-
S === null && (S = d("div", { className: "introjs-disableInteraction" }), f.getTargetElement().appendChild(S)), L(f.getTargetElement(), S, C, f.getOption("helperElementPadding"));
|
706
|
-
}(t, e), t.getCurrentStep() === 0 && t.getSteps().length > 1 ? (a && (g(a, t.getOption("buttonClass"), "introjs-nextbutton"), a.innerHTML = t.getOption("nextLabel")), t.getOption("hidePrev") === !0 ? (c && g(c, t.getOption("buttonClass"), "introjs-prevbutton", "introjs-hidden"), a && E(a, "introjs-fullbutton")) : c && g(c, t.getOption("buttonClass"), "introjs-prevbutton", "introjs-disabled")) : t.isLastStep() || t.getSteps().length === 1 ? (c && g(c, t.getOption("buttonClass"), "introjs-prevbutton"), t.getOption("hideNext") === !0 ? (a && g(a, t.getOption("buttonClass"), "introjs-nextbutton", "introjs-hidden"), c && E(c, "introjs-fullbutton")) : a && (t.getOption("nextToDone") === !0 ? (a.innerHTML = t.getOption("doneLabel"), E(a, t.getOption("buttonClass"), "introjs-nextbutton", "introjs-donebutton")) : g(a, t.getOption("buttonClass"), "introjs-nextbutton", "introjs-disabled"))) : (c && g(c, t.getOption("buttonClass"), "introjs-prevbutton"), a && (g(a, t.getOption("buttonClass"), "introjs-nextbutton"), a.innerHTML = t.getOption("nextLabel"))), c && c.setAttribute("role", "button"), a && a.setAttribute("role", "button"), l && l.setAttribute("role", "button"), a && a.focus(), function(f) {
|
707
|
-
E(f, "introjs-showElement");
|
708
|
-
var C = ht(f, "position");
|
709
|
-
C !== "absolute" && C !== "relative" && C !== "sticky" && C !== "fixed" && E(f, "introjs-relativePosition");
|
710
|
-
}(e.element), [4, (o = t.callback("afterChange")) === null || o === void 0 ? void 0 : o.call(t, e.element)];
|
711
|
-
case 1:
|
712
|
-
return wt.sent(), [2];
|
713
|
-
}
|
714
|
-
});
|
715
|
-
});
|
716
|
-
}
|
717
|
-
function R(t) {
|
718
|
-
var e, n;
|
719
|
-
return v(this, void 0, void 0, function() {
|
720
|
-
var i;
|
721
|
-
return b(this, function(o) {
|
722
|
-
switch (o.label) {
|
723
|
-
case 0:
|
724
|
-
return t.incrementCurrentStep(), i = t.getStep(t.getCurrentStep()), [4, (e = t.callback("beforeChange")) === null || e === void 0 ? void 0 : e.call(t, i && i.element, t.getCurrentStep(), t.getDirection())];
|
725
|
-
case 1:
|
726
|
-
return o.sent() === !1 ? (t.decrementCurrentStep(), [2, !1]) : t.isEnd() ? [4, (n = t.callback("complete")) === null || n === void 0 ? void 0 : n.call(t, t.getCurrentStep(), "end")] : [3, 4];
|
727
|
-
case 2:
|
728
|
-
return o.sent(), [4, t.exit()];
|
729
|
-
case 3:
|
730
|
-
return o.sent(), [2, !1];
|
731
|
-
case 4:
|
732
|
-
return [4, Dt(t, i)];
|
733
|
-
case 5:
|
734
|
-
return o.sent(), [2, !0];
|
735
|
-
}
|
736
|
-
});
|
737
|
-
});
|
738
|
-
}
|
739
|
-
function X(t) {
|
740
|
-
var e;
|
741
|
-
return v(this, void 0, void 0, function() {
|
742
|
-
var n;
|
743
|
-
return b(this, function(i) {
|
744
|
-
switch (i.label) {
|
745
|
-
case 0:
|
746
|
-
return t.getCurrentStep() <= 0 ? [2, !1] : (t.decrementCurrentStep(), n = t.getStep(t.getCurrentStep()), [4, (e = t.callback("beforeChange")) === null || e === void 0 ? void 0 : e.call(t, n && n.element, t.getCurrentStep(), t.getDirection())]);
|
747
|
-
case 1:
|
748
|
-
return i.sent() === !1 ? (t.incrementCurrentStep(), [2, !1]) : [4, Dt(t, n)];
|
749
|
-
case 2:
|
750
|
-
return i.sent(), [2, !0];
|
751
|
-
}
|
752
|
-
});
|
753
|
-
});
|
754
|
-
}
|
755
|
-
var zt = function(t) {
|
756
|
-
var e, n = [];
|
757
|
-
if (!((e = t.getOption("steps")) === null || e === void 0) && e.length) for (var i = 0, o = t.getOption("steps"); i < o.length; i++) {
|
758
|
-
var s = ct(o[i]);
|
759
|
-
if (s.step = n.length + 1, s.title = s.title || "", typeof s.element == "string" && (s.element = N(s.element) || void 0), !s.element) {
|
760
|
-
var r = j("introjsFloatingElement");
|
761
|
-
r || (r = d("div", { className: "introjsFloatingElement" }), document.body.appendChild(r)), s.element = r, s.position = "floating";
|
762
|
-
}
|
763
|
-
s.position = s.position || t.getOption("tooltipPosition"), s.scrollTo = s.scrollTo || t.getOption("scrollTo"), s.disableInteraction === void 0 && (s.disableInteraction = t.getOption("disableInteraction")), s.element !== null && n.push(s);
|
764
|
-
}
|
765
|
-
else {
|
766
|
-
var u = Array.from(ut("*[".concat("data-intro", "]"), t.getTargetElement()));
|
767
|
-
if (u.length < 1) return [];
|
768
|
-
for (var a = [], c = 0, l = u; c < l.length; c++) {
|
769
|
-
var p = l[c];
|
770
|
-
if ((!t.getOption("group") || p.getAttribute("data-intro-group") === t.getOption("group")) && p.style.display !== "none") {
|
771
|
-
var h = parseInt(p.getAttribute("data-step") || "0", 10), w = t.getOption("disableInteraction");
|
772
|
-
p.hasAttribute("data-disable-interaction") && (w = !!p.getAttribute("data-disable-interaction"));
|
773
|
-
var m = { step: h, element: p, title: p.getAttribute("data-title") || "", intro: p.getAttribute("data-intro") || "", tooltipClass: p.getAttribute("data-tooltip-class") || void 0, highlightClass: p.getAttribute("data-highlight-class") || void 0, position: p.getAttribute("data-position") || t.getOption("tooltipPosition"), scrollTo: p.getAttribute("data-scroll-to") || t.getOption("scrollTo"), disableInteraction: w };
|
774
|
-
h > 0 ? n[h - 1] = m : a.push(m);
|
775
|
-
}
|
776
|
-
}
|
777
|
-
for (var y = 0; a.length > 0; y++) if (n[y] === void 0) {
|
778
|
-
var k = a.shift();
|
779
|
-
if (!k) break;
|
780
|
-
k.step = y + 1, n[y] = k;
|
781
|
-
}
|
782
|
-
}
|
783
|
-
return (n = n.filter(function(O) {
|
784
|
-
return O;
|
785
|
-
})).sort(function(O, B) {
|
786
|
-
return O.step - B.step;
|
787
|
-
}), n;
|
788
|
-
}, Xt = function(t) {
|
789
|
-
return v(void 0, void 0, void 0, function() {
|
790
|
-
var e, n;
|
791
|
-
return b(this, function(i) {
|
792
|
-
switch (i.label) {
|
793
|
-
case 0:
|
794
|
-
return t.isActive() ? t.hasStarted() ? [2, !1] : [4, (n = t.callback("start")) === null || n === void 0 ? void 0 : n.call(t, t.getTargetElement())] : [2, !1];
|
795
|
-
case 1:
|
796
|
-
return i.sent(), (e = zt(t)).length === 0 ? [2, !1] : (t.setSteps(e), function(o) {
|
797
|
-
var s = this, r = d("div", { className: "introjs-overlay" });
|
798
|
-
P(r, { top: 0, bottom: 0, left: 0, right: 0, position: "fixed" }), o.getTargetElement().appendChild(r), o.getOption("exitOnOverlayClick") === !0 && (P(r, { cursor: "pointer" }), r.onclick = function() {
|
799
|
-
return v(s, void 0, void 0, function() {
|
800
|
-
return b(this, function(u) {
|
801
|
-
switch (u.label) {
|
802
|
-
case 0:
|
803
|
-
return [4, o.exit()];
|
804
|
-
case 1:
|
805
|
-
return u.sent(), [2];
|
806
|
-
}
|
807
|
-
});
|
808
|
-
});
|
809
|
-
});
|
810
|
-
}(t), [4, R(t)]);
|
811
|
-
case 2:
|
812
|
-
return i.sent(), [2, !0];
|
813
|
-
case 3:
|
814
|
-
return [2, !1];
|
815
|
-
}
|
816
|
-
});
|
817
|
-
});
|
818
|
-
}, z = function(t) {
|
819
|
-
t && t.parentElement && t.parentElement.removeChild(t);
|
820
|
-
};
|
821
|
-
function Yt(t, e) {
|
822
|
-
var n, i;
|
823
|
-
return e === void 0 && (e = !1), v(this, void 0, void 0, function() {
|
824
|
-
var o, s, r, u, a, c, l, p, h, w;
|
825
|
-
return b(this, function(m) {
|
826
|
-
switch (m.label) {
|
827
|
-
case 0:
|
828
|
-
return o = t.getTargetElement(), s = !0, [4, (n = t.callback("beforeExit")) === null || n === void 0 ? void 0 : n.call(t, o)];
|
829
|
-
case 1:
|
830
|
-
if (s = m.sent(), !e && s === !1) return [2, !1];
|
831
|
-
if ((r = Array.from(Z("introjs-overlay", o))) && r.length) for (u = 0, a = r; u < a.length; u++) c = a[u], z(c);
|
832
|
-
return l = j("introjs-tooltipReferenceLayer", o), z(l), p = j("introjs-disableInteraction", o), z(p), h = j("introjsFloatingElement", o), z(h), Rt(), w = j("introjs-helperLayer", o), [4, (y = w, v(void 0, void 0, void 0, function() {
|
833
|
-
return b(this, function(k) {
|
834
|
-
return y ? (P(y, { opacity: "0" }), [2, new Promise(function(O) {
|
835
|
-
setTimeout(function() {
|
836
|
-
try {
|
837
|
-
z(y);
|
838
|
-
} catch {
|
839
|
-
} finally {
|
840
|
-
O();
|
841
|
-
}
|
842
|
-
}, 500);
|
843
|
-
})]) : [2];
|
844
|
-
});
|
845
|
-
}))];
|
846
|
-
case 2:
|
847
|
-
return m.sent(), [4, (i = t.callback("exit")) === null || i === void 0 ? void 0 : i.call(t)];
|
848
|
-
case 3:
|
849
|
-
return m.sent(), t.setCurrentStep(-1), [2, !0];
|
850
|
-
}
|
851
|
-
var y;
|
852
|
-
});
|
853
|
-
});
|
854
|
-
}
|
855
|
-
function At(t, e, n) {
|
856
|
-
var i, o = ((i = {})[t] = e, i.path = "/", i.expires = void 0, i);
|
857
|
-
if (n) {
|
858
|
-
var s = /* @__PURE__ */ new Date();
|
859
|
-
s.setTime(s.getTime() + 24 * n * 60 * 60 * 1e3), o.expires = s.toUTCString();
|
860
|
-
}
|
861
|
-
var r = [];
|
862
|
-
for (var u in o) r.push("".concat(u, "=").concat(o[u]));
|
863
|
-
return document.cookie = r.join("; "), Ft(t);
|
864
|
-
}
|
865
|
-
function Ft(t) {
|
866
|
-
return (e = {}, document.cookie.split(";").forEach(function(n) {
|
867
|
-
var i = n.split("="), o = i[0], s = i[1];
|
868
|
-
e[o.trim()] = s;
|
869
|
-
}), e)[t];
|
870
|
-
var e;
|
871
|
-
}
|
872
|
-
function Ut(t, e, n) {
|
873
|
-
t ? At(e, "true", n) : At(e, "", -1);
|
874
|
-
}
|
875
|
-
function Et(t, e) {
|
876
|
-
var n, i = t.getCurrentStep();
|
877
|
-
if (i != null && i != -1) {
|
878
|
-
var o = t.getStep(i), s = H("introjs-tooltipReferenceLayer"), r = H("introjs-helperLayer"), u = j("introjs-disableInteraction"), a = t.getTargetElement(), c = t.getOption("helperElementPadding");
|
879
|
-
L(a, r, o, c), L(a, s, o, c), u && L(a, u, o, c), e && (t.setSteps(zt(t)), function(h, w) {
|
880
|
-
if (h.getOption("showBullets")) {
|
881
|
-
var m = j("introjs-bullets");
|
882
|
-
m && m.parentNode && m.parentNode.replaceChild(It(h, w), m);
|
883
|
-
}
|
884
|
-
}(t, o), Mt(s, i, t.getSteps().length));
|
885
|
-
var l = document.querySelector(".introjs-arrow"), p = document.querySelector(".introjs-tooltip");
|
886
|
-
return p && l && U(p, l, o.element, o.position, t.getOption("positionPrecedence"), t.getOption("showStepNumbers"), t.getOption("autoPosition"), (n = o.tooltipClass) !== null && n !== void 0 ? n : t.getOption("tooltipClass")), t;
|
887
|
-
}
|
888
|
-
}
|
889
|
-
var Jt = function() {
|
890
|
-
function t(e, n) {
|
891
|
-
this._steps = [], this._currentStep = -1, this.callbacks = {}, this._targetElement = _t(e), this._options = n ? Y(this._options, n) : { steps: [], isActive: !0, nextLabel: "Next", prevLabel: "Back", skipLabel: "×", doneLabel: "Done", hidePrev: !1, hideNext: !1, nextToDone: !0, tooltipPosition: "bottom", tooltipClass: "", group: "", highlightClass: "", exitOnEsc: !0, exitOnOverlayClick: !0, showStepNumbers: !1, stepNumbersOfLabel: "of", keyboardNavigation: !0, showButtons: !0, showBullets: !0, showProgress: !1, scrollToElement: !0, scrollTo: "element", scrollPadding: 30, overlayOpacity: 0.5, autoPosition: !0, positionPrecedence: ["bottom", "top", "right", "left"], disableInteraction: !1, dontShowAgain: !1, dontShowAgainLabel: "Don't show this again", dontShowAgainCookie: "introjs-dontShowAgain", dontShowAgainCookieDays: 365, helperElementPadding: 10, buttonClass: "introjs-button", progressBarAdditionalClass: "" };
|
892
|
-
}
|
893
|
-
return t.prototype.callback = function(e) {
|
894
|
-
var n = this.callbacks[e];
|
895
|
-
if (x(n)) return n;
|
896
|
-
}, t.prototype.goToStep = function(e) {
|
897
|
-
return v(this, void 0, void 0, function() {
|
898
|
-
return b(this, function(n) {
|
899
|
-
switch (n.label) {
|
900
|
-
case 0:
|
901
|
-
return this.setCurrentStep(e - 2), [4, R(this)];
|
902
|
-
case 1:
|
903
|
-
return n.sent(), [2, this];
|
904
|
-
}
|
905
|
-
});
|
906
|
-
});
|
907
|
-
}, t.prototype.goToStepNumber = function(e) {
|
908
|
-
return v(this, void 0, void 0, function() {
|
909
|
-
var n;
|
910
|
-
return b(this, function(i) {
|
911
|
-
switch (i.label) {
|
912
|
-
case 0:
|
913
|
-
for (n = 0; n < this._steps.length; n++) if (this._steps[n].step === e) {
|
914
|
-
this.setCurrentStep(n - 1);
|
915
|
-
break;
|
916
|
-
}
|
917
|
-
return [4, R(this)];
|
918
|
-
case 1:
|
919
|
-
return i.sent(), [2, this];
|
920
|
-
}
|
921
|
-
});
|
922
|
-
});
|
923
|
-
}, t.prototype.addStep = function(e) {
|
924
|
-
return this._options.steps || (this._options.steps = []), this._options.steps.push(e), this;
|
925
|
-
}, t.prototype.addSteps = function(e) {
|
926
|
-
if (!e.length) return this;
|
927
|
-
for (var n = 0, i = e; n < i.length; n++) {
|
928
|
-
var o = i[n];
|
929
|
-
this.addStep(o);
|
930
|
-
}
|
931
|
-
return this;
|
932
|
-
}, t.prototype.setSteps = function(e) {
|
933
|
-
return this._steps = e, this;
|
934
|
-
}, t.prototype.getSteps = function() {
|
935
|
-
return this._steps;
|
936
|
-
}, t.prototype.getStep = function(e) {
|
937
|
-
return this._steps[e];
|
938
|
-
}, t.prototype.getCurrentStep = function() {
|
939
|
-
return this._currentStep;
|
940
|
-
}, t.prototype.currentStep = function() {
|
941
|
-
return this._currentStep;
|
942
|
-
}, t.prototype.setCurrentStep = function(e) {
|
943
|
-
return e >= this._currentStep ? this._direction = "forward" : this._direction = "backward", this._currentStep = e, this;
|
944
|
-
}, t.prototype.incrementCurrentStep = function() {
|
945
|
-
return this.getCurrentStep() === -1 ? this.setCurrentStep(0) : this.setCurrentStep(this.getCurrentStep() + 1), this;
|
946
|
-
}, t.prototype.decrementCurrentStep = function() {
|
947
|
-
return this.getCurrentStep() > 0 && this.setCurrentStep(this._currentStep - 1), this;
|
948
|
-
}, t.prototype.getDirection = function() {
|
949
|
-
return this._direction;
|
950
|
-
}, t.prototype.nextStep = function() {
|
951
|
-
return v(this, void 0, void 0, function() {
|
952
|
-
return b(this, function(e) {
|
953
|
-
switch (e.label) {
|
954
|
-
case 0:
|
955
|
-
return [4, R(this)];
|
956
|
-
case 1:
|
957
|
-
return e.sent(), [2, this];
|
958
|
-
}
|
959
|
-
});
|
960
|
-
});
|
961
|
-
}, t.prototype.previousStep = function() {
|
962
|
-
return v(this, void 0, void 0, function() {
|
963
|
-
return b(this, function(e) {
|
964
|
-
switch (e.label) {
|
965
|
-
case 0:
|
966
|
-
return [4, X(this)];
|
967
|
-
case 1:
|
968
|
-
return e.sent(), [2, this];
|
969
|
-
}
|
970
|
-
});
|
971
|
-
});
|
972
|
-
}, t.prototype.isEnd = function() {
|
973
|
-
return this.getCurrentStep() >= this._steps.length;
|
974
|
-
}, t.prototype.isLastStep = function() {
|
975
|
-
return this.getCurrentStep() === this._steps.length - 1;
|
976
|
-
}, t.prototype.getTargetElement = function() {
|
977
|
-
return this._targetElement;
|
978
|
-
}, t.prototype.setOptions = function(e) {
|
979
|
-
return this._options = Y(this._options, e), this;
|
980
|
-
}, t.prototype.setOption = function(e, n) {
|
981
|
-
return this._options = pt(this._options, e, n), this;
|
982
|
-
}, t.prototype.getOption = function(e) {
|
983
|
-
return this._options[e];
|
984
|
-
}, t.prototype.clone = function() {
|
985
|
-
return new t(this._targetElement, this._options);
|
986
|
-
}, t.prototype.isActive = function() {
|
987
|
-
return (!this.getOption("dontShowAgain") || (e = this.getOption("dontShowAgainCookie"), (n = Ft(e)) === "" || n !== "true")) && this.getOption("isActive");
|
988
|
-
var e, n;
|
989
|
-
}, t.prototype.hasStarted = function() {
|
990
|
-
return this.getCurrentStep() > -1;
|
991
|
-
}, t.prototype.setDontShowAgain = function(e) {
|
992
|
-
return Ut(e, this.getOption("dontShowAgainCookie"), this.getOption("dontShowAgainCookieDays")), this;
|
993
|
-
}, t.prototype.enableKeyboardNavigation = function() {
|
994
|
-
var e = this;
|
995
|
-
return this.getOption("keyboardNavigation") && (this._keyboardNavigationHandler = function(n) {
|
996
|
-
return function(i, o) {
|
997
|
-
var s;
|
998
|
-
return v(this, void 0, void 0, function() {
|
999
|
-
var r, u;
|
1000
|
-
return b(this, function(a) {
|
1001
|
-
switch (a.label) {
|
1002
|
-
case 0:
|
1003
|
-
return (r = o.code === void 0 ? o.which : o.code) === null && (r = o.charCode === null ? o.keyCode : o.charCode), r !== "Escape" && r !== 27 || i.getOption("exitOnEsc") !== !0 ? [3, 2] : [4, i.exit()];
|
1004
|
-
case 1:
|
1005
|
-
return a.sent(), [3, 16];
|
1006
|
-
case 2:
|
1007
|
-
return r !== "ArrowLeft" && r !== 37 ? [3, 4] : [4, X(i)];
|
1008
|
-
case 3:
|
1009
|
-
return a.sent(), [3, 16];
|
1010
|
-
case 4:
|
1011
|
-
return r !== "ArrowRight" && r !== 39 ? [3, 6] : [4, R(i)];
|
1012
|
-
case 5:
|
1013
|
-
return a.sent(), [3, 16];
|
1014
|
-
case 6:
|
1015
|
-
return r !== "Enter" && r !== "NumpadEnter" && r !== 13 ? [3, 16] : (u = o.target || o.srcElement) && u.className.match("introjs-prevbutton") ? [4, X(i)] : [3, 8];
|
1016
|
-
case 7:
|
1017
|
-
return a.sent(), [3, 15];
|
1018
|
-
case 8:
|
1019
|
-
return u && u.className.match("introjs-skipbutton") ? i.isEnd() ? [4, (s = i.callback("complete")) === null || s === void 0 ? void 0 : s.call(i, i.getCurrentStep(), "skip")] : [3, 10] : [3, 12];
|
1020
|
-
case 9:
|
1021
|
-
a.sent(), a.label = 10;
|
1022
|
-
case 10:
|
1023
|
-
return [4, i.exit()];
|
1024
|
-
case 11:
|
1025
|
-
return a.sent(), [3, 15];
|
1026
|
-
case 12:
|
1027
|
-
return u && u.getAttribute("data-step-number") ? (u.click(), [3, 15]) : [3, 13];
|
1028
|
-
case 13:
|
1029
|
-
return [4, R(i)];
|
1030
|
-
case 14:
|
1031
|
-
a.sent(), a.label = 15;
|
1032
|
-
case 15:
|
1033
|
-
o.preventDefault ? o.preventDefault() : o.returnValue = !1, a.label = 16;
|
1034
|
-
case 16:
|
1035
|
-
return [2];
|
1036
|
-
}
|
1037
|
-
});
|
1038
|
-
});
|
1039
|
-
}(e, n);
|
1040
|
-
}, _.on(window, "keydown", this._keyboardNavigationHandler, !0)), this;
|
1041
|
-
}, t.prototype.disableKeyboardNavigation = function() {
|
1042
|
-
return this._keyboardNavigationHandler && (_.off(window, "keydown", this._keyboardNavigationHandler, !0), this._keyboardNavigationHandler = void 0), this;
|
1043
|
-
}, t.prototype.enableRefreshOnResize = function() {
|
1044
|
-
var e = this;
|
1045
|
-
this._refreshOnResizeHandler = function(n) {
|
1046
|
-
Et(e);
|
1047
|
-
}, _.on(window, "resize", this._refreshOnResizeHandler, !0);
|
1048
|
-
}, t.prototype.disableRefreshOnResize = function() {
|
1049
|
-
this._refreshOnResizeHandler && (_.off(window, "resize", this._refreshOnResizeHandler, !0), this._refreshOnResizeHandler = void 0);
|
1050
|
-
}, t.prototype.start = function() {
|
1051
|
-
return v(this, void 0, void 0, function() {
|
1052
|
-
return b(this, function(e) {
|
1053
|
-
switch (e.label) {
|
1054
|
-
case 0:
|
1055
|
-
return [4, Xt(this)];
|
1056
|
-
case 1:
|
1057
|
-
return e.sent() && (this.enableKeyboardNavigation(), this.enableRefreshOnResize()), [2, this];
|
1058
|
-
}
|
1059
|
-
});
|
1060
|
-
});
|
1061
|
-
}, t.prototype.exit = function(e) {
|
1062
|
-
return v(this, void 0, void 0, function() {
|
1063
|
-
return b(this, function(n) {
|
1064
|
-
switch (n.label) {
|
1065
|
-
case 0:
|
1066
|
-
return [4, Yt(this, e != null && e)];
|
1067
|
-
case 1:
|
1068
|
-
return n.sent() && (this.disableKeyboardNavigation(), this.disableRefreshOnResize()), [2, this];
|
1069
|
-
}
|
1070
|
-
});
|
1071
|
-
});
|
1072
|
-
}, t.prototype.refresh = function(e) {
|
1073
|
-
return Et(this, e), this;
|
1074
|
-
}, t.prototype.onbeforechange = function(e) {
|
1075
|
-
return this.onBeforeChange(e);
|
1076
|
-
}, t.prototype.onBeforeChange = function(e) {
|
1077
|
-
if (!x(e)) throw new Error("Provided callback for onBeforeChange was not a function");
|
1078
|
-
return this.callbacks.beforeChange = e, this;
|
1079
|
-
}, t.prototype.onchange = function(e) {
|
1080
|
-
this.onChange(e);
|
1081
|
-
}, t.prototype.onChange = function(e) {
|
1082
|
-
if (!x(e)) throw new Error("Provided callback for onChange was not a function.");
|
1083
|
-
return this.callbacks.change = e, this;
|
1084
|
-
}, t.prototype.onafterchange = function(e) {
|
1085
|
-
this.onAfterChange(e);
|
1086
|
-
}, t.prototype.onAfterChange = function(e) {
|
1087
|
-
if (!x(e)) throw new Error("Provided callback for onAfterChange was not a function");
|
1088
|
-
return this.callbacks.afterChange = e, this;
|
1089
|
-
}, t.prototype.oncomplete = function(e) {
|
1090
|
-
return this.onComplete(e);
|
1091
|
-
}, t.prototype.onComplete = function(e) {
|
1092
|
-
if (!x(e)) throw new Error("Provided callback for oncomplete was not a function.");
|
1093
|
-
return this.callbacks.complete = e, this;
|
1094
|
-
}, t.prototype.onstart = function(e) {
|
1095
|
-
return this.onStart(e);
|
1096
|
-
}, t.prototype.onStart = function(e) {
|
1097
|
-
if (!x(e)) throw new Error("Provided callback for onstart was not a function.");
|
1098
|
-
return this.callbacks.start = e, this;
|
1099
|
-
}, t.prototype.onexit = function(e) {
|
1100
|
-
return this.onExit(e);
|
1101
|
-
}, t.prototype.onExit = function(e) {
|
1102
|
-
if (!x(e)) throw new Error("Provided callback for onexit was not a function.");
|
1103
|
-
return this.callbacks.exit = e, this;
|
1104
|
-
}, t.prototype.onskip = function(e) {
|
1105
|
-
return this.onSkip(e);
|
1106
|
-
}, t.prototype.onSkip = function(e) {
|
1107
|
-
if (!x(e)) throw new Error("Provided callback for onskip was not a function.");
|
1108
|
-
return this.callbacks.skip = e, this;
|
1109
|
-
}, t.prototype.onbeforeexit = function(e) {
|
1110
|
-
return this.onBeforeExit(e);
|
1111
|
-
}, t.prototype.onBeforeExit = function(e) {
|
1112
|
-
if (!x(e)) throw new Error("Provided callback for onbeforeexit was not a function.");
|
1113
|
-
return this.callbacks.beforeExit = e, this;
|
1114
|
-
}, t;
|
1115
|
-
}(), Zt = function(t) {
|
1116
|
-
function e() {
|
1117
|
-
return t !== null && t.apply(this, arguments) || this;
|
1118
|
-
}
|
1119
|
-
return function(n, i) {
|
1120
|
-
if (typeof i != "function" && i !== null) throw new TypeError("Class extends value " + String(i) + " is not a constructor or null");
|
1121
|
-
function o() {
|
1122
|
-
this.constructor = n;
|
1123
|
-
}
|
1124
|
-
st(n, i), n.prototype = i === null ? Object.create(i) : (o.prototype = i.prototype, new o());
|
1125
|
-
}(e, t), e.prototype.addHints = function() {
|
1126
|
-
console.error("introJs().addHints() is deprecated, please use introJs.hint.addHints() instead.");
|
1127
|
-
}, e.prototype.addHint = function() {
|
1128
|
-
console.error("introJs().addHint() is deprecated, please use introJs.hint.addHint() instead.");
|
1129
|
-
}, e.prototype.removeHints = function() {
|
1130
|
-
console.error("introJs().removeHints() is deprecated, please use introJs.hint.removeHints() instead.");
|
1131
|
-
}, e;
|
1132
|
-
}(Jt), rt = function(t) {
|
1133
|
-
return console.warn("introJs() is deprecated. Please use introJs.tour() or introJs.hint() instead."), new Zt(t);
|
1134
|
-
};
|
1135
|
-
rt.tour = function(t) {
|
1136
|
-
return new Jt(t);
|
1137
|
-
}, rt.hint = function(t) {
|
1138
|
-
return new Qt(t);
|
1139
|
-
}, rt.version = "8.0.0-beta.1";
|
1140
|
-
export {
|
1141
|
-
rt as f
|
1142
|
-
};
|