hy-rtc-sdk-components 0.0.25 → 0.0.26

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.
@@ -51364,12 +51364,6 @@ function hyRtcBusiness_install(Vue) {
51364
51364
  }
51365
51365
 
51366
51366
  /* harmony default export */ var hyRtcBusiness = (hyRtcBusiness_install);
51367
- // EXTERNAL MODULE: ./src/store/modules/sdk.js
51368
- var modules_sdk = __webpack_require__("91f2");
51369
-
51370
- // EXTERNAL MODULE: ./src/store/modules/business.js
51371
- var modules_business = __webpack_require__("8855");
51372
-
51373
51367
  // CONCATENATED MODULE: ./node_modules/cache-loader/dist/cjs.js?{"cacheDirectory":"node_modules/.cache/vue-loader","cacheIdentifier":"6389856c-vue-loader-template"}!./node_modules/vue-loader/lib/loaders/templateLoader.js??vue-loader-options!./node_modules/cache-loader/dist/cjs.js??ref--0-0!./node_modules/vue-loader/lib??vue-loader-options!./src/components/videoSurveillance/videoSurveillance.vue?vue&type=template&id=f9fc1558&scoped=true&
51374
51368
  var render = function () {var _vm=this;var _h=_vm.$createElement;var _c=_vm._self._c||_h;return _c('div',{ref:"liveBroadcast",staticClass:"videoSurveillanceBox"},[(_vm.contentHeight)?_c('div',{staticClass:"el-dialog__body dialog_body",staticStyle:{"padding":"0"}},[_c('el-row',{staticClass:"el-rowBox",attrs:{"id":"elRow","gutter":4}},[_c('draggable',{attrs:{"handle":".mover","disabled":_vm.draggedContextDisabled,"move":_vm.onMove},on:{"end":_vm.onEnd},model:{value:(_vm.clientIdListV2),callback:function ($$v) {_vm.clientIdListV2=$$v},expression:"clientIdListV2"}},[_c('transition-group',_vm._l((_vm.clientIdList),function(item,index){return _c('el-col',{key:index,style:({ 'height': _vm.heightFn(1, index) }),attrs:{"span":_vm.numberOfrows.type === 1 ? 24 / _vm.numberOfrows.number : (index === 0 ? 24 - (24 / _vm.numberOfrows.number) : 24 / _vm.numberOfrows.number)}},[(item.deviceId)?_c('div',{ref:("" + (item.deviceId)),refInFor:true,staticClass:"contentPlayback",staticStyle:{"padding-bottom":"6px"},style:({
51375
51369
  'border': item.methodType === 'successfulCall' ? ( item.deviceId === _vm.currentDevice.deviceId ? '2px solid var(--theme)' : '2px solid var(--border)'): '0px solid var(--border)'
@@ -53586,7 +53580,8 @@ var main = __webpack_require__("33f6");
53586
53580
  // import api from '@/api'
53587
53581
 
53588
53582
 
53589
-
53583
+ // import sdkStore from '@/store/modules/sdk.js'
53584
+ // import businessStore from '@/store/modules/business.js'
53590
53585
 
53591
53586
 
53592
53587
 
@@ -53603,14 +53598,14 @@ comObj.component = function (Vue) {
53603
53598
  });
53604
53599
  };
53605
53600
 
53606
- comObj.install = function (Vue, store) {
53607
- if (store) {
53608
- store.registerModule("sdkStore", modules_sdk["default"]);
53609
- store.registerModule("business", modules_business["default"]);
53601
+ comObj.install = function (Vue) {
53602
+ if (store) {// store.registerModule("sdkStore", sdkStore);
53603
+ // store.registerModule("business", businessStore);
53610
53604
  }
53611
53605
 
53612
53606
  Vue.use(utils_hyRtcSdk);
53613
- Vue.use(hyRtcBusiness); // if (Vue.prototype.$api) {
53607
+ Vue.use(hyRtcBusiness);
53608
+ Vue.use(src_store); // if (Vue.prototype.$api) {
53614
53609
  // Vue.prototype.$api = {
53615
53610
  // ...Vue.prototype.$api,
53616
53611
  // ...api.modules