bhd-components 0.7.3 → 0.7.4
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/README.md +1 -1
- package/dist/{0650d749.esm.es5.development.js → 4d37fec9.esm.es5.development.js} +9435 -1276
- package/dist/ad151cc6.esm.es5.production.js +485 -0
- package/dist/index.esm.es5.development.css +11898 -896
- package/dist/index.esm.es5.development.js +1832 -651
- package/dist/index.esm.es5.production.css +1 -1
- package/dist/index.esm.es5.production.js +1 -1
- package/dist/vendor.esm.es5.development.esm.es5.development.css +2 -1
- package/dist/vendor.esm.es5.production.esm.es5.production.css +1 -1
- package/es2017/customerService/contactsList.js +2 -2
- package/es2017/customerService/function.d.ts +6 -1
- package/es2017/customerService/function.js +64 -15
- package/es2017/customerService/index.d.ts +3 -0
- package/es2017/customerService/index.js +589 -252
- package/es2017/customerService/index.module.less +596 -109
- package/es2017/customerService/index2.module.less +586 -109
- package/es2017/customerService/screenshotTool.d.ts +9 -0
- package/es2017/customerService/screenshotTool.js +127 -0
- package/es2017/icons/components/custom-knowledge_content.d.ts +4 -0
- package/es2017/icons/components/custom-knowledge_content.js +24 -0
- package/es2017/icons/components/custom-screenshot.d.ts +4 -0
- package/es2017/icons/components/custom-screenshot.js +25 -0
- package/es2017/icons/components/custom-video-abstraction.d.ts +4 -0
- package/es2017/icons/components/custom-video-abstraction.js +22 -0
- package/es2017/icons/components/custom-wenhao_round.d.ts +4 -0
- package/es2017/icons/components/custom-wenhao_round.js +22 -0
- package/es2017/icons/components/index.d.ts +4 -0
- package/es2017/icons/components/index.js +4 -0
- package/esm/customerService/contactsList.js +6 -2
- package/esm/customerService/function.d.ts +6 -1
- package/esm/customerService/function.js +65 -15
- package/esm/customerService/index.d.ts +3 -0
- package/esm/customerService/index.js +594 -283
- package/esm/customerService/index.module.less +596 -109
- package/esm/customerService/index2.module.less +586 -109
- package/esm/customerService/screenshotTool.d.ts +9 -0
- package/esm/customerService/screenshotTool.js +128 -0
- package/esm/icons/components/custom-knowledge_content.d.ts +4 -0
- package/esm/icons/components/custom-knowledge_content.js +26 -0
- package/esm/icons/components/custom-screenshot.d.ts +4 -0
- package/esm/icons/components/custom-screenshot.js +27 -0
- package/esm/icons/components/custom-video-abstraction.d.ts +4 -0
- package/esm/icons/components/custom-video-abstraction.js +24 -0
- package/esm/icons/components/custom-wenhao_round.d.ts +4 -0
- package/esm/icons/components/custom-wenhao_round.js +24 -0
- package/esm/icons/components/index.d.ts +4 -0
- package/esm/icons/components/index.js +4 -0
- package/package.json +3 -1
- package/dist/24d37cb8.esm.es5.production.js +0 -468