@conecli/cone-render 0.8.13-beta.6 → 0.8.15-alpha.1
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 +0 -2
- package/dist/api/index.ts +1 -1
- package/dist/common/business.ts +1 -1
- package/dist/common/const.ts +1 -1
- package/dist/common/index.h5.ts +1 -1
- package/dist/common/index.jd.ts +1 -1
- package/dist/common/index.ts +1 -1
- package/dist/common/index.weapp.ts +1 -1
- package/dist/components/ErrorBoundary.tsx +1 -0
- package/dist/components/base/CommonFloorHead/index.module.scss +1 -1
- package/dist/components/base/CommonFloorHead/index.tsx +1 -1
- package/dist/components/base/CountDown/index.module.scss +4 -4
- package/dist/components/base/CountDown/index.tsx +1 -1
- package/dist/components/base/CustomImageLoadRealInfo/index.tsx +1 -1
- package/dist/components/base/CustomScrollView/index.tsx +1 -1
- package/dist/components/base/CustomScrollView/index.weapp.tsx +1 -0
- package/dist/components/base/Dialog/index.tsx +1 -1
- package/dist/components/base/Exposure/index.h5.tsx +1 -1
- package/dist/components/base/Exposure/index.tsx +1 -1
- package/dist/components/base/ExposureSmart/index.h5.module.scss +10 -0
- package/dist/components/base/ExposureSmart/index.h5.tsx +1 -0
- package/dist/components/base/ExposureSmart/index.module.scss +11 -0
- package/dist/components/base/ExposureSmart/index.tsx +1 -0
- package/dist/components/base/ExposureSmart/reporter.tsx +1 -0
- package/dist/components/base/InViewRender/const.ts +1 -0
- package/dist/components/base/InViewRender/index.module.scss +17 -0
- package/dist/components/base/InViewRender/index.tsx +1 -0
- package/dist/components/base/InViewRender/index.weapp.tsx +1 -0
- package/dist/components/base/LazyLayoutLoad/index.module.scss +2 -1
- package/dist/components/base/LazyLayoutLoad/index.tsx +1 -1
- package/dist/components/base/LazyLayoutLoad/index.weapp.tsx +1 -1
- package/dist/components/base/LazyLoadImage/const.ts +1 -1
- package/dist/components/base/LazyLoadImage/index.h5.module.scss +1 -0
- package/dist/components/base/LazyLoadImage/index.h5.tsx +1 -1
- package/dist/components/base/LazyLoadImage/index.module.scss +1 -0
- package/dist/components/base/LazyLoadImage/index.tsx +1 -1
- package/dist/components/base/NetworkDataError/index.module.scss +2 -2
- package/dist/components/base/NetworkDataError/index.tsx +1 -1
- package/dist/components/base/Price/index.module.scss +18 -30
- package/dist/components/base/Price/index.tsx +1 -1
- package/dist/components/floorItem.tsx +1 -1
- package/dist/components/floorItem.weapp.tsx +1 -0
- package/dist/components/isv/Floor/index.tsx +1 -1
- package/dist/components/system/Banner/index.module.scss +39 -1
- package/dist/components/system/Banner/index.tsx +1 -1
- package/dist/components/system/PictureHotSpot/index.module.scss +4 -0
- package/dist/components/system/PictureHotSpot/index.old.tsx +1 -1
- package/dist/components/system/PictureHotSpot/index.tsx +1 -1
- package/dist/components/system/Video/index.tsx +1 -1
- package/dist/config/env.ts +1 -1
- package/dist/config/shop.ts +1 -1
- package/dist/customHooks/useDocumentVisibilitychange.ts +1 -1
- package/dist/interface/common.ts +1 -1
- package/dist/interface/component.ts +1 -1
- package/dist/interface/index.ts +1 -0
- package/dist/interface/jumpEventReport.ts +1 -1
- package/dist/interface/service.ts +1 -1
- package/dist/interface/utils.ts +1 -1
- package/dist/jumpEventReport/base.ts +1 -1
- package/dist/jumpEventReport/const.ts +1 -1
- package/dist/jumpEventReport/createReportFloorData.ts +1 -1
- package/dist/jumpEventReport/index.h5.ts +1 -1
- package/dist/jumpEventReport/index.ts +1 -1
- package/dist/jumpEventReport/index.weapp.ts +1 -1
- package/dist/jumpEventReport/jdJumpJdApp.ts +1 -1
- package/dist/jumpEventReport/jumpUrlConfig/base.ts +1 -1
- package/dist/jumpEventReport/logEventConfig.ts +1 -1
- package/dist/jumpEventReport/web/report.ts +1 -1
- package/dist/jumpEventReport/web.base.ts +1 -1
- package/dist/jumpEventReport/web.jd.ts +1 -1
- package/dist/jumpEventReport/web.wxapp.ts +1 -1
- package/dist/modules/ContainerFloorList/index.h5.tsx +1 -1
- package/dist/modules/ContainerFloorList/index.tsx +1 -1
- package/dist/modules/DecorateContainerFloorList/index.module.scss +0 -33
- package/dist/modules/DecorateContainerFloorList/index.tsx +1 -1
- package/dist/open/api/global.ts +1 -0
- package/dist/open/api/index.ts +1 -1
- package/dist/open/api/jump.ts +1 -1
- package/dist/open/api/track.ts +1 -1
- package/dist/open/api/util.ts +1 -1
- package/dist/open/components/index.ts +1 -1
- package/dist/open/index.ts +1 -1
- package/dist/sass/app.h5.scss +2 -1
- package/dist/sass/decorate.h5.scss +33 -0
- package/dist/sass/normalize.scss +261 -0
- package/dist/utils/connectNativeJsBridge.ts +1 -1
- package/dist/utils/draExceptionHandle.ts +1 -0
- package/dist/utils/h5Utils.ts +1 -1
- package/dist/utils/index.h5.ts +1 -1
- package/dist/utils/index.ts +1 -1
- package/dist/utils/index.weapp.ts +1 -1
- package/dist/utils/jm-js-agent.js +1 -0
- package/dist/utils/utils.ts +1 -1
- package/package.json +110 -87
- package/dist/assets/addToCart.png +0 -0
- package/dist/assets/app_loading_logo.gif +0 -0
- package/dist/assets/arror-left-back.png +0 -0
- package/dist/assets/arrow-top.png +0 -0
- package/dist/assets/backup/b6h.png +0 -0
- package/dist/assets/backup/b6i.png +0 -0
- package/dist/assets/backup/b6j.png +0 -0
- package/dist/assets/backup/b6k.png +0 -0
- package/dist/assets/backup/b6l.png +0 -0
- package/dist/assets/backup/b6m.png +0 -0
- package/dist/assets/backup/b6n.png +0 -0
- package/dist/assets/backup/b6o.png +0 -0
- package/dist/assets/backup/b6p.png +0 -0
- package/dist/assets/backup/b6q.png +0 -0
- package/dist/assets/backup/b6r.png +0 -0
- package/dist/assets/backup/b6s.png +0 -0
- package/dist/assets/backup/b6t.png +0 -0
- package/dist/assets/backup/b6u.png +0 -0
- package/dist/assets/backup/b6v.png +0 -0
- package/dist/assets/beans@3x.png +0 -0
- package/dist/assets/bg-reason-small.png +0 -0
- package/dist/assets/butn_focus@3x.png +0 -0
- package/dist/assets/buyshow_like_it_icon@3x.png +0 -0
- package/dist/assets/buyshow_like_it_icon_select@3x.png +0 -0
- package/dist/assets/buyshow_sku_icon_arrow@3x.png +0 -0
- package/dist/assets/buyshow_white heart@3x.png +0 -0
- package/dist/assets/buyshow_white heart@3x_active.png +0 -0
- package/dist/assets/closeshop_detail_next@3x.png +0 -0
- package/dist/assets/down_arrow@3x.png +0 -0
- package/dist/assets/dynamic-comment-icon.png +0 -0
- package/dist/assets/find-conment.png +0 -0
- package/dist/assets/find-praise.png +0 -0
- package/dist/assets/find-video.png +0 -0
- package/dist/assets/fliter_arrow_gray_normal@3x.png +0 -0
- package/dist/assets/fliter_arrow_red_normal@3x.png +0 -0
- package/dist/assets/fliter_arrow_white_normal@3x.png +0 -0
- package/dist/assets/fliter_price_white_noarmal@3x.png +0 -0
- package/dist/assets/float-close.png +0 -0
- package/dist/assets/focus_add_new@3x.png +0 -0
- package/dist/assets/focus_gray@3x.png +0 -0
- package/dist/assets/focus_ok_new@3x.png +0 -0
- package/dist/assets/forget_tip_icon.png +0 -0
- package/dist/assets/grid.png +0 -0
- package/dist/assets/icon-licence.png +0 -0
- package/dist/assets/icon-no-googs@3x.png +0 -0
- package/dist/assets/icon-phone.png +0 -0
- package/dist/assets/icon-qr.png +0 -0
- package/dist/assets/icon_arrow_black.png +0 -0
- package/dist/assets/icon_arrow_gray.png +0 -0
- package/dist/assets/icon_arrow_white.png +0 -0
- package/dist/assets/icon_clock.png +0 -0
- package/dist/assets/icon_grid_black.png +0 -0
- package/dist/assets/icon_grid_gray.png +0 -0
- package/dist/assets/icon_grid_white.png +0 -0
- package/dist/assets/icon_hot_word@3x.png +0 -0
- package/dist/assets/icon_joy_querstiong.png +0 -0
- package/dist/assets/icon_list2_black.png +0 -0
- package/dist/assets/icon_list2_gray.png +0 -0
- package/dist/assets/icon_list2_white.png +0 -0
- package/dist/assets/icon_list_black.png +0 -0
- package/dist/assets/icon_list_gray.png +0 -0
- package/dist/assets/icon_list_white.png +0 -0
- package/dist/assets/icon_magic_cub_guid@3x.png +0 -0
- package/dist/assets/icon_new_word@3x.png +0 -0
- package/dist/assets/icon_no_wifi.png +0 -0
- package/dist/assets/icon_noti_info_black.png +0 -0
- package/dist/assets/icon_promotion_word@3x.png +0 -0
- package/dist/assets/icon_search_black.png +0 -0
- package/dist/assets/icon_search_gray.png +0 -0
- package/dist/assets/icon_search_white.png +0 -0
- package/dist/assets/icon_title_newware@3x.png +0 -0
- package/dist/assets/intimate-star.png +0 -0
- package/dist/assets/jd_logo_bg.png +0 -0
- package/dist/assets/jdbeanssignedsuccess_images_joy_error.png +0 -0
- package/dist/assets/jdshop_dynamic_comment_notice_bg@3x.png +0 -0
- package/dist/assets/jsbundles_jdreactddpet_components_main_img_share.png +0 -0
- package/dist/assets/jsbundles_jdreactshopactivitytab_images_plusprice.png +0 -0
- package/dist/assets/jshop_auction_FocusStatus_black@2x.png +0 -0
- package/dist/assets/jshop_auction_FocusStatus_red@2x.png +0 -0
- package/dist/assets/jshop_auction_green@2x.png +0 -0
- package/dist/assets/jshop_auction_red@2x.png +0 -0
- package/dist/assets/jshop_comment_head@3x.png +0 -0
- package/dist/assets/jshop_dynamic_like@3x.png +0 -0
- package/dist/assets/jshop_dynamic_liked@3x.png +0 -0
- package/dist/assets/jshop_dynamic_look_eye@3x.png +0 -0
- package/dist/assets/jshop_exchange_big_right_blue_bg@3x.png +0 -0
- package/dist/assets/jshop_exchange_big_right_grey_bg@3x.png +0 -0
- package/dist/assets/jshop_exchange_big_right_red_bg@3x.png +0 -0
- package/dist/assets/jshop_focus_coupon_blue_normal.png +0 -0
- package/dist/assets/jshop_focus_coupon_grey.png +0 -0
- package/dist/assets/jshop_focus_coupon_grey_mark@3x.png +0 -0
- package/dist/assets/jshop_focus_coupon_sellout_mark@3x.png +0 -0
- package/dist/assets/jshop_focus_coupon_unactive_mark@3x.png +0 -0
- package/dist/assets/jshop_home_dynamic_icon_time@3x.png +0 -0
- package/dist/assets/jshop_lbsLocation_arrow_right@3x.png +0 -0
- package/dist/assets/jshop_member_focus_coupon_more_arrow@3x.png +0 -0
- package/dist/assets/jshop_member_focus_coupon_vip_own@2x.png +0 -0
- package/dist/assets/jshop_more_goods_arrow_normal@3x.png +0 -0
- package/dist/assets/jshop_noti_info_icon@2x.png +0 -0
- package/dist/assets/jshop_price_arrow_down@3x.png +0 -0
- package/dist/assets/jshop_price_arrow_normal@3x.png +0 -0
- package/dist/assets/jshop_price_arrow_up@3x.png +0 -0
- package/dist/assets/jshop_sign_icon_shop.png +0 -0
- package/dist/assets/jshop_sign_navi_prize_active.png +0 -0
- package/dist/assets/jshop_sign_navi_prize_inactive.png +0 -0
- package/dist/assets/jshop_sign_navi_rule_active.png +0 -0
- package/dist/assets/jshop_sign_navi_rule_normal.png +0 -0
- package/dist/assets/jshop_sign_navi_signature_active.png +0 -0
- package/dist/assets/jshop_sign_navi_signature_inactive.png +0 -0
- package/dist/assets/jshop_tab_icon_check@3x.png +0 -0
- package/dist/assets/jshop_tab_icon_check_white@3x.png +0 -0
- package/dist/assets/jshop_tip_icon@3x.png +0 -0
- package/dist/assets/jshop_tip_wihte_icon@3x.png +0 -0
- package/dist/assets/jshop_video_play@3x.png +0 -0
- package/dist/assets/left.svg +0 -20
- package/dist/assets/list.png +0 -0
- package/dist/assets/living_loading_view@3x.png +0 -0
- package/dist/assets/living_muteIcon@3x.png +0 -0
- package/dist/assets/living_recommendIcon@3x.png +0 -0
- package/dist/assets/living_rightArrowIcon@3x.png +0 -0
- package/dist/assets/living_voiceIcon@3x.png +0 -0
- package/dist/assets/living_zoomIcon@3x.png +0 -0
- package/dist/assets/loading-spinner.svg +0 -44
- package/dist/assets/loading_red.png +0 -0
- package/dist/assets/logo_side_arrow@3x.png +0 -0
- package/dist/assets/lowest-price-icon.png +0 -0
- package/dist/assets/magiccube_title@3x.png +0 -0
- package/dist/assets/mark_offshelf.png +0 -0
- package/dist/assets/mark_soldout.png +0 -0
- package/dist/assets/mofang@3x.png +0 -0
- package/dist/assets/nati_icon_dong_normal@3x.png +0 -0
- package/dist/assets/nati_icon_dong_normal@3x_active.png +0 -0
- package/dist/assets/nati_icon_goods_normal@3x.png +0 -0
- package/dist/assets/nati_icon_goods_normal@3x_active.png +0 -0
- package/dist/assets/nati_icon_home_normal@3x.png +0 -0
- package/dist/assets/nati_icon_home_normal@3x_active.png +0 -0
- package/dist/assets/nati_icon_list_normal@3x.png +0 -0
- package/dist/assets/nati_icon_list_normal@3x_active.png +0 -0
- package/dist/assets/nati_icon_location_normal@3x.png +0 -0
- package/dist/assets/nati_icon_location_normal@3x_active.png +0 -0
- package/dist/assets/nati_icon_member_normal@3x.png +0 -0
- package/dist/assets/nati_icon_member_normal@3x_active.png +0 -0
- package/dist/assets/nati_icon_shop_new_find@3x.png +0 -0
- package/dist/assets/nati_icon_shop_new_find_selected@3x.png +0 -0
- package/dist/assets/network-error.png +0 -0
- package/dist/assets/new_living_support_icon@3x.png +0 -0
- package/dist/assets/next_arrow@3x.png +0 -0
- package/dist/assets/next_arrow_red@3x.png +0 -0
- package/dist/assets/pingou-bg.png +0 -0
- package/dist/assets/playbacklivingIcon@3x.png +0 -0
- package/dist/assets/plusExclusiveMark@2x.png +0 -0
- package/dist/assets/recom-icon.png +0 -0
- package/dist/assets/search-input-close-icon.png +0 -0
- package/dist/assets/search_bar_icon_new@3x.png +0 -0
- package/dist/assets/shop-classify-active.png +0 -0
- package/dist/assets/shop-classify.png +0 -0
- package/dist/assets/shop-dongdong.png +0 -0
- package/dist/assets/shop-goods-active.png +0 -0
- package/dist/assets/shop-goods.png +0 -0
- package/dist/assets/shop-home-active.png +0 -0
- package/dist/assets/shop-home.png +0 -0
- package/dist/assets/shop-license.png +0 -0
- package/dist/assets/shop-member.png +0 -0
- package/dist/assets/shop-search-36.png +0 -0
- package/dist/assets/shop-tip-weapp.png +0 -0
- package/dist/assets/shop_play_butn@3x.png +0 -0
- package/dist/assets/stars.png +0 -0
- package/dist/assets/title_name@3x.png +0 -0
- package/dist/assets/video_ing@3x.png +0 -0
- package/dist/assets/video_ing_small@3x.png +0 -0
- package/dist/assets/video_over@3x.png +0 -0
- package/dist/assets/video_promotion@3x.png +0 -0
- package/dist/components/base/LazyLayoutLoad/index.old.tsx +0 -1
- package/dist/utils/jdAppImmersionheader.ts +0 -1
package/dist/utils/index.h5.ts
CHANGED
|
@@ -1 +1 @@
|
|
|
1
|
-
import Taro from '@tarojs/taro'
|
|
2
1
|
<span class="d-shop-loading-icon"></span>
|
|
3
2
|
<p class="d-shop-text">${text}</p>
|
|
4
3
|
</div>`
|
|
4
|
+
import Taro from '@tarojs/taro'
|
|
5
5
|
nativePageShowToast, ToastAndroidType,
|
|
6
6
|
ToastIosType
|
|
7
7
|
getAppChannelType, isAndroidDevice, isH5AndJdShopView,
|
|
8
8
|
isH5AndJdShopViewNativeScroll, isIosDevice, isJdAndAndroidDevice, isJdAndIosDevice, isJdApp,
|
|
9
9
|
isWxApp, isWxMiniH5View, isH5AndJingGouMini
|
|
10
10
|
addHttps, clearTaroStorageKey, countStringify, dateFormat, dealAddress, dealShopContentData as originDealShopContentData, debounce, filterUrlQueryData, formatTabActiveMenuType, getQualityImage, getTaroStorageKeyValue,
|
|
11
11
|
getWxAppCookieStr, isH5, isJdMin, isWxMin,
|
|
12
12
|
isWxMinAndWxapp, lodashThrottle, objectToUrlEncode, parseQueryUrlString, removeTaroStorageKey, setLowSmallPicUrl,
|
|
13
13
|
setTaroStorage, showFailToast,
|
|
14
14
|
showNormalToast, showSuccessToast, sliceArrToChunkList, throttle
|
|
15
15
|
<span class="d-shop-loading-icon"></span>
|
|
16
16
|
<p class="d-shop-text">${text}</p>
|
|
17
17
|
</div>`
|
|
18
18
|
return originDealShopContentData(pageData, DraJSAgentReport)
|
|
19
19
|
isJdApp,
|
|
20
20
|
isWxApp,
|
|
21
21
|
isIosDevice,
|
|
22
22
|
isAndroidDevice,
|
|
23
23
|
isJdAndIosDevice,
|
|
24
24
|
isJdAndAndroidDevice,
|
|
25
25
|
isWxMin,
|
|
26
26
|
isWxMinAndWxapp,
|
|
27
27
|
isJdMin,
|
|
28
28
|
isH5,
|
|
29
29
|
isH5AndJdShopView,
|
|
30
30
|
isH5AndJdShopViewNativeScroll,
|
|
31
31
|
isH5AndJingGouMini,
|
|
32
32
|
isWxMiniH5View,
|
|
33
33
|
sliceArrToChunkList,
|
|
34
34
|
dealAddress,
|
|
35
35
|
objectToUrlEncode,
|
|
36
36
|
parseQueryUrlString,
|
|
37
37
|
setLowSmallPicUrl,
|
|
38
38
|
setTaroStorage,
|
|
39
39
|
getTaroStorageKeyValue,
|
|
40
40
|
removeTaroStorageKey,
|
|
41
41
|
clearTaroStorageKey,
|
|
42
42
|
getQualityImage,
|
|
43
43
|
countStringify,
|
|
44
44
|
getWxAppCookieStr,
|
|
45
45
|
getSystemInfos,
|
|
46
46
|
pxTransformFromData,
|
|
47
47
|
dateFormat,
|
|
48
48
|
throttle,
|
|
49
49
|
lodashThrottle,
|
|
50
50
|
debounce,
|
|
51
51
|
addHttps,
|
|
52
52
|
commonShowSuccessToast as showSuccessToast,
|
|
53
53
|
commonShowFailToast as showFailToast,
|
|
54
54
|
commonShowNormalToast as showNormalToast,
|
|
55
55
|
showShopLoading,
|
|
56
56
|
hideShopLoading,
|
|
57
57
|
getAppChannelType,
|
|
58
58
|
formatTabActiveMenuType,
|
|
59
59
|
filterUrlQueryData,
|
package/dist/utils/index.ts
CHANGED
|
@@ -1 +1 @@
|
|
|
1
|
-
import {
|
|
1
|
+
import {
|
|
2
2
|
isH5AndJingGouMini,
|
|
@@ -1 +1 @@
|
|
|
1
|
-
import {
|
|
1
|
+
import {
|
|
2
2
|
isH5AndJingGouMini,
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
!function(e,t){"object"===typeof exports&&"object"===typeof module?module.exports=t():"function"===typeof define&&define.amd?define([],t):"object"===typeof exports?exports.DraException=t():e.DraException=t()}(self,(function(){return function(){var e={223:function(e){function t(e){return t="function"==typeof Symbol&&"symbol"==typeof Symbol.iterator?function(e){return typeof e}:function(e){return e&&"function"==typeof Symbol&&e.constructor===Symbol&&e!==Symbol.prototype?"symbol":typeof e},t(e)}function r(e,t){if(!(e instanceof t))throw new TypeError("Cannot call a class as a function")}function n(e,t){for(var r=0;r<t.length;r++){var n=t[r];n.enumerable=n.enumerable||!1,n.configurable=!0,"value"in n&&(n.writable=!0),Object.defineProperty(e,n.key,n)}}function o(e,t,r){return t&&n(e.prototype,t),r&&n(e,r),Object.defineProperty(e,"prototype",{writable:!1}),e}function i(e,t){(null==t||t>e.length)&&(t=e.length);for(var r=0,n=new Array(t);r<t;r++)n[r]=e[r];return n}function a(e,t){var r="undefined"!==typeof Symbol&&e[Symbol.iterator]||e["@@iterator"];if(!r){if(Array.isArray(e)||(r=function(e,t){if(e){if("string"===typeof e)return i(e,t);var r=Object.prototype.toString.call(e).slice(8,-1);return"Object"===r&&e.constructor&&(r=e.constructor.name),"Map"===r||"Set"===r?Array.from(e):"Arguments"===r||/^(?:Ui|I)nt(?:8|16|32)(?:Clamped)?Array$/.test(r)?i(e,t):void 0}}(e))||t&&e&&"number"===typeof e.length){r&&(e=r);var n=0,o=function(){};return{s:o,n:function(){return n>=e.length?{done:!0}:{done:!1,value:e[n++]}},e:function(e){throw e},f:o}}throw new TypeError("Invalid attempt to iterate non-iterable instance.\nIn order to be iterable, non-array objects must have a [Symbol.iterator]() method.")}var a,s=!0,c=!1;return{s:function(){r=r.call(e)},n:function(){var e=r.next();return s=e.done,e},e:function(e){c=!0,a=e},f:function(){try{s||null==r.return||r.return()}finally{if(c)throw a}}}}var s=Object.prototype.toString;function c(){var e,r,n,o,i,a,s=arguments.length<=0?void 0:arguments[0],l=1,p=arguments.length,h=!1;for("boolean"===typeof s?(h=s,s=(arguments.length<=1?void 0:arguments[1])||{},l=2):("object"!==t(s)&&"function"!==typeof s||null==s)&&(s={});l<p;++l)if(null!=(e=l<0||arguments.length<=l?void 0:arguments[l]))for(r in e)n=s[r],s!==(o=e[r])&&(h&&o&&(f(o)||(i=u(o)))?(i?(i=!1,a=n&&u(n)?n:[]):a=n&&f(n)?n:{},s[r]=c(h,a,o)):"undefined"!==typeof o&&(s[r]=o));return s}function u(e){return"[object Array]"===s.call(e)}function f(e){if(!e||"[object Object]"!==s.call(e))return!1;var t,r=Object.prototype.hasOwnProperty,n=r.call(e,"constructor"),o=e.constructor&&e.constructor.prototype&&r.call(e.constructor.prototype,"isPrototypeOf");if(e.constructor&&!n&&!o)return!1;for(t in e);return"undefined"===typeof t||r.call(e,t)}function l(e,r,n){if(n>=3)return encodeURIComponent(r)+"=[RECURSIVE]";n=n+1||1;var o=[];for(var i in e)if(e.hasOwnProperty(i)&&null!=i&&null!=e[i]){var a=r?"".concat(r,"[").concat(i,"]"):i,s=e[i],c="object"===t(s)?l(s,a,n):encodeURIComponent(a)+"="+encodeURIComponent(s);o.push(c)}return o.sort().join("&")}function p(e){var t,r,n=[],o=a(e);try{for(o.s();!(t=o.n()).done;){var i=t.value;r=i,"[object String]"===s.call(r)?n.push(i.replace(/([.*+?^=!:${}()|\[\]\/\\])/g,"\\$1")):i&&i.source&&n.push(i.source)}}catch(c){o.e(c)}finally{o.f()}return n.length?new RegExp(n.join("|"),"i"):null}function h(){var e=arguments.length>0&&void 0!==arguments[0]?arguments[0]:"";return e.replace(/(^\s*)|(\s*$)/g,"")}var d=new function(){var e="ABCDEFGHIJKLMNOPQRSTUVWXYZabcdefghijklmnopqrstuvwxyz0123456789+/=";this.encode=function(t){var r,n,o,i,a,s,c,u="",f=0;for(t=function(e){e=e.replace(/\r\n/g,"\n");for(var t="",r=0;r<e.length;r++){var n=e.charCodeAt(r);n<128?t+=String.fromCharCode(n):n>127&&n<2048?(t+=String.fromCharCode(n>>6|192),t+=String.fromCharCode(63&n|128)):(t+=String.fromCharCode(n>>12|224),t+=String.fromCharCode(n>>6&63|128),t+=String.fromCharCode(63&n|128))}return t}(t);f<t.length;)i=(r=t.charCodeAt(f++))>>2,a=(3&r)<<4|(n=t.charCodeAt(f++))>>4,s=(15&n)<<2|(o=t.charCodeAt(f++))>>6,c=63&o,isNaN(n)?s=c=64:isNaN(o)&&(c=64),u=u+e.charAt(i)+e.charAt(a)+e.charAt(s)+e.charAt(c);return u},this.decode=function(t){var r,n,o,i,a,s,c="",u=0;for(t=t.replace(/[^A-Za-z0-9\+\/\=]/g,"");u<t.length;)r=e.indexOf(t.charAt(u++))<<2|(i=e.indexOf(t.charAt(u++)))>>4,n=(15&i)<<4|(a=e.indexOf(t.charAt(u++)))>>2,o=(3&a)<<6|(s=e.indexOf(t.charAt(u++))),c+=String.fromCharCode(r),64!=a&&(c+=String.fromCharCode(n)),64!=s&&(c+=String.fromCharCode(o));return c=function(e){var t,r,n,o="",i=0;t=r=0;for(;i<e.length;)(t=e.charCodeAt(i))<128?(o+=String.fromCharCode(t),i++):t>191&&t<224?(r=e.charCodeAt(i+1),o+=String.fromCharCode((31&t)<<6|63&r),i+=2):(r=e.charCodeAt(i+1),n=e.charCodeAt(i+2),o+=String.fromCharCode((15&t)<<12|(63&r)<<6|63&n),i+=3);return o}(c),c}};function g(){for(var e=arguments.length,t=new Array(e),r=0;r<e;r++)t[r]=arguments[r];t.unshift("<JS Agent>:"),console.warn.apply(console,t)}function y(e,t){g("\u53d1\u9001\u670d\u52a1\u8bf7\u6c42\uff1a",e+="?"+l(t));var r=new Image;return r.src=e,r}function v(e){var t,r=[],n=/^\s*at((?:\s\S+)+) \(?((?:file|http|https):.*?):(\d+)(?::(\d+))?\)?\s*$/i,o=/^\s*(.+)@\(?((?:file|http|https):.*?):(\d+)(?::(\d+))?\)?\s*$/i,i=a(e.stack.split("\n"));try{for(i.s();!(t=i.n()).done;){var s=t.value,c=n.exec(s)||o.exec(s);if(c){var u={url:c[2],func:h(c[1]),line:Number(c[3]),column:Number(c[4])};r.push(u)}}}catch(e){i.e(e)}finally{i.f()}return r}var w=function(){function e(){r(this,e),this.init(),this.limit=5,this.actionInfo={userTraceDom:[],userTraceEvent:[],userTraceTs:[]}}return o(e,[{key:"pushLimit",value:function(e,t){e.push(t),e.length>this.limit&&e.shift()}},{key:"addItem",value:function(e,t){this.pushLimit(this.actionInfo.userTraceDom,encodeURIComponent(e)),this.pushLimit(this.actionInfo.userTraceEvent,t),this.pushLimit(this.actionInfo.userTraceTs,(new Date).getTime())}},{key:"init",value:function(){var e=this;window.addEventListener("click",(function(t){e.addItem(function(e){if(e instanceof Element)try{for(var r=[];e&&e.nodeType===Node.ELEMENT_NODE;){var n=e.nodeName.toLowerCase();if(e.id){n+="#"+e.id,r.unshift(n);break}for(var o=e,i=1;o=o.previousElementSibling;)o.nodeName.toLowerCase()==n&&i++;if(1!=i&&(n+=":nth-of-type("+i+")"),r.unshift(n),!(e=e.parentNode))break}return r.join(">").replace(/div/g,"d").replace(/span/g,"s").replace(/header/g,"h").replace(/footer/g,"f").replace(/nth-of-type/g,"nth")}catch(t){return""}}(t.target),"click")}),!1)}},{key:"getActionInfo",value:function(){return this.actionInfo}}],[{key:"getInstance",value:function(){return this.instance||(this.instance=new e),this.instance}}]),e}(),m=navigator.userAgent.toLowerCase(),_=m.split(";"),b=-1!=m.indexOf("jdapp"),T="jdlog"===_[1]?"android"===_[2]:"android"===_[1],E="jdlog"===_[1]?"iphone"===_[2]:"iphone"===_[1],C=-1!=m.indexOf("ipad");var k={id:null,endpoint:"//h5speed.m.jd.com/v3/exception",rate:1,ignoreErrors:[],ignoreUrls:[],stackLimit:10,flag:10,autoReport:!0},S={net:1,busniess:2,business:2,others:3,code:4,resource:5,unhandlerejection:6,fetcherror:7,ajaxerror:8,ajaxtimeout:9},x=1,A=2,O=function(){function e(){var t=this;r(this,e),this.VERSION="3.0.3-alpha.0",this._config=null,this._installed=!1,this._ignoreOnError=!1,this._lastException=null,this._needReport=!1,this._plugins={},this._ignoreErrors=[/^Script error\.?$/,/^Javascript error: Script error\.? on line 0$/,/(\w*\s*)missing \) after argument list(\w*\s*)/,/(\w*\s*)\'offsetWidth\'(\s*)of(\s*)null(\s*\w*)/],this._ignoreUrls=[/.jd-jssdk.min.js$/],this._interceptors=[],this._action=w.getInstance(),this._autoReport=!0,function(){var e=window&&window.navigator?navigator.userAgent:"",t=/^jdapp/i.test(e),r=/ip(hone|od)|ipad/i.test(e),n=/android/i.test(e)&&!r;return new Promise((function(e){if(t){var o="getNetWorkType";window[o]||(window[o]=function(t){e({status:"0",msg:"success",data:t})});try{r&&window.webkit?window.webkit.messageHandlers.JDAppUnite.postMessage({method:"getNetWorkType",params:o}):n&&window.JDAppUnite&&window.JDAppUnite.getNetWorkType(o)}catch(s){e({msg:"fail",data:"error"})}}else{if(window&&window.navigator){var i=navigator.connection||navigator.mozConnection||navigator.webkitConnection||{},a=i.type||i.effectiveType||"unknown";e({msg:"success",data:a})}e({msg:"fail",data:"error"})}}))}().then((function(e){"success"===e.msg&&(t.network=e.data)})).catch((function(e){}))}return o(e,[{key:"init",value:function(e){if(this._config=c({},k,e),this._needReport=Math.random()<this._config.rate,this._config.flag){if(this._installed)return;this._autoReport=!!this._config.autoReport,this._ignoreErrors=this._ignoreErrors.concat(this._config.ignoreErrors),this._ignoreErrors=p(this._ignoreErrors),this._ignoreUrls=this._ignoreUrls.concat(this._config.ignoreUrls),this._ignoreUrls=p(this._ignoreUrls),this._wrapBuiltIns(),this._installPlugins(),this._installed=!0}else g("config.flag \u6ca1\u6709\u914d\u7f6e\uff0c\u5fc5\u987b\u914d\u7f6eflag.");return this}},{key:"addPlugin",value:function(e){if("function"===typeof e&&e.name&&!this._plugins[e.name]){for(var t=arguments.length,r=new Array(t>1?t-1:0),n=1;n<t;n++)r[n-1]=arguments[n];this._plugins[e.name]={args:r,fn:e,installed:!1},this._installed&&this._installPlugins()}return this}},{key:"addInterceptor",value:function(e){"function"===typeof e&&(this._interceptors||(this._interceptors=[]),this._interceptors.push(e))}},{key:"removeInterceptor",value:function(e){if("function"===typeof e&&this._interceptors){var t=this._interceptors.indexOf(e);t>-1&&this._interceptors.splice(t,1)}}},{key:"_installPlugins",value:function(){for(var e in this._plugins){var t=this._plugins[e];t.installed||(t.fn.apply(this,[this].concat(t.args)),t.installed=!0)}}},{key:"reportException",value:function(e,t,r){var n=arguments.length>3&&void 0!==arguments[3]&&arguments[3],o=this,i={type:e.name,stack:v(e).slice(0,o._config.stackLimit)};if(i.stack.length){var a=i.stack[0];i.row=a.line,i.col=a.column,i.file=a.url}var s={errType:S.code,errCode:750,errMsg:e.message,exceptionInfo:i};t&&(s.extraData=t),s.errLevel="number"===typeof r?r:4,s.reType=n?x:A,this._ignoreErrors&&this._ignoreErrors.test(e.message)||this._ignoreUrls&&this._ignoreUrls.test(e.file)||this._send(s)}},{key:"report",value:function(e,r,n,o,i){var a;if(1===arguments.length&&"object"===t(arguments[0])){var s=arguments[0];a={errType:s.errType,errCode:s.errCode,errMsg:s.errMsg,errLevel:4,reType:x}}else a={errType:e,errCode:r,errMsg:n,reType:A},o&&(a.extraData=o),a.errLevel="number"===typeof i?i:4;this._send(a)}},{key:"reportByJSbridge",value:function(e,t,r,n){var o={errType:e,errCode:t,errMsg:r};n&&(o.extraData=n),b?this._sendByJSbridge(o):this._send(o)}},{key:"wrap",value:function(e){if(e){if(e._wrapped)return e._wrapped;var t=this;if("function"!==typeof e&&"function"===typeof e.handleEvent){var r=e.handleEvent;return e.handleEvent=function(){try{for(var n=arguments.length,o=new Array(n),i=0;i<n;i++)o[i]=arguments[i];r.apply(e,o)}catch(a){throw t.reportException(a,null,4,!0),t._ignoreNextOnError(),a}},e._wrapped=e,e}var n=function(){try{for(var r=arguments.length,n=new Array(r),o=0;o<r;o++)n[o]=arguments[o];e.apply(this,n)}catch(i){throw t.reportException(i,null,4,!0),t._ignoreNextOnError(),i}};return"function"!==typeof e?e:(e._wrapped=n,n)}}},{key:"_wrapBuiltIns",value:function(){if(this._autoReport){for(var e=this,t=0,r=["EventTarget","Window","Node","ApplicationCache","AudioTrackList","ChannelMergerNode","CryptoOperation","EventSource","FileReader","HTMLUnknownElement","IDBDatabase","IDBRequest","IDBTransaction","KeyOperation","MediaController","MessagePort","ModalWindow","Notification","SVGElementInstance","Screen","TextTrack","TextTrackCue","TextTrackList","WebSocket","WebSocketWorker","Worker","XMLHttpRequest","XMLHttpRequestEventTarget","XMLHttpRequestUpload"];t<r.length;t++){o(r[t])}n(window,"setTimeout",a),n(window,"setInterval",a),window.requestAnimationFrame&&n(window,"requestAnimationFrame",i),window.$&&window.$.fn&&window.$.fn.ready&&n($.fn,"ready",i),n(window,"onerror",(function(t){return function(){for(var r=arguments.length,n=new Array(r),o=0;o<r;o++)n[o]=arguments[o];e._ignoreOnError||e._ignoreErrors&&e._ignoreErrors.test(n[0])||e._ignoreUrls&&e._ignoreUrls.test(n[1])||e.reportException(n[4]||new Error("window.onerror"),null,4,!0),t&&t.apply(this,n)}})),window.addEventListener("error",(function(t){var r=t.target;if("SCRIPT"===r.tagName||"LINK"===r.tagName){var n=r.src||r.href;e.report({errType:S.resource,errCode:0,errMsg:"".concat(n," \u6ca1\u6709\u52a0\u8f7d\u6210\u529f.")})}}),!0)}function n(e,t,r){var n=e[t];e[t]=r(n)}function o(t){var r=window[t]&&window[t].prototype;r&&r.hasOwnProperty&&r.hasOwnProperty("addEventListener")&&(n(r,"addEventListener",(function(t){return function(r,n,o,i){return t.call(this,r,e.wrap(n),o,i)}})),n(r,"removeEventListener",(function(e){return function(t,r,n){return e.call(this,t,r&&r._wrapped||r,n)}})))}function i(t){return function(r){return t.call(this,e.wrap(r))}}function a(t){return function(r,n){return t.call(this,e.wrap(r),n)}}}},{key:"_send",value:function(e){if(this._interceptors&&this._interceptors.length>0){var t,r=a(this._interceptors);try{for(r.s();!(t=r.n()).done;){if(!(e=(0,t.value)(e)))return}}catch(p){r.e(p)}finally{r.f()}}var n=JSON.stringify(e);if(n!==this._lastException&&(this._lastException=n,this._needReport)){var o=this._action.getActionInfo(),i=o.userTraceDom,s=o.userTraceEvent,u=o.userTraceTs,f=document.getElementsByTagName("title")[0]&&document.getElementsByTagName("title")[0].innerText||"",l={flag:this._config.flag,rts:Date.now(),libVer:this.VERSION,url:window.location.href.split("?")[0]||"",title:f,userTraceDom:i,userTraceEvent:s,userTraceTs:u,network:this.network||"unknown"};c(l,e),g(l),y(this._config.endpoint,{data:d.encode(JSON.stringify(l))})}}},{key:"_sendByJSbridge",value:function(e){if(this._interceptors&&this._interceptors.length>0){var t,r=a(this._interceptors);try{for(r.s();!(t=r.n()).done;){if(!(e=(0,t.value)(e)))return}}catch(w){r.e(w)}finally{r.f()}}var n=e,o=n.errType,i=n.errCode,s=n.errMsg,c=n.extraData,u=void 0===c?{}:c,f=this._action.getActionInfo(),l=f.userTraceDom,p=f.userTraceEvent,h=f.userTraceTs,d=document.getElementsByTagName("title")[0]&&document.getElementsByTagName("title")[0].innerText||"",y={errCode:i,flag:this._config.flag,rts:Date.now(),libVer:this.VERSION,title:d,userTraceDom:l,userTraceEvent:p,userTraceTs:h,network:this.network||"unknown"},v={businessType:"exceptionReport",params:{functionInfo:"".concat(o),errMsg:s,exceptionInfo:JSON.stringify(y),url:window.location.href.split("?")[0]||"",extra:JSON.stringify(u)}};g(v);try{!function(e){if(E||C)try{window.webkit&&window.webkit.messageHandlers.JDAppUnite.postMessage({method:"notifyMessageToNative",params:e})}catch(t){console.log("jsbridge \u4e0a\u62a5\u5f02\u5e38",t)}else if(T)try{window.JDAppUnite&&window.JDAppUnite.notifyMessageToNative(e)}catch(t){console.log("jsbridge \u4e0a\u62a5\u5f02\u5e38",t)}}(JSON.stringify(v))}catch(m){console.warn("report by bridge error...",m)}}},{key:"_ignoreNextOnError",value:function(){var e=this;this._ignoreOnError=!0,setTimeout((function(){return e._ignoreOnError=!1}))}}]),e}(),I=window.JSAgent,N=new O;N.noConflict=function(){return window.JSAgent=I,N},N.EXCEPTION_TYPE=S,e.exports=N}},t={};function r(n){var o=t[n];if(void 0!==o)return o.exports;var i=t[n]={exports:{}};return e[n](i,i.exports,r),i.exports}r.n=function(e){var t=e&&e.__esModule?function(){return e.default}:function(){return e};return r.d(t,{a:t}),t},r.d=function(e,t){for(var n in t)r.o(t,n)&&!r.o(e,n)&&Object.defineProperty(e,n,{enumerable:!0,get:t[n]})},r.o=function(e,t){return Object.prototype.hasOwnProperty.call(e,t)},r.r=function(e){"undefined"!==typeof Symbol&&Symbol.toStringTag&&Object.defineProperty(e,Symbol.toStringTag,{value:"Module"}),Object.defineProperty(e,"__esModule",{value:!0})};var n={};return function(){"use strict";r.r(n);var e=r(223),t=r.n(e);n.default={JSAgent:t()}}(),n}()}));
|
package/dist/utils/utils.ts
CHANGED
|
@@ -1 +1 @@
|
|
|
1
|
-
import Taro from '@tarojs/taro'
|
|
1
|
+
import Taro from '@tarojs/taro'
|
|
2
2
|
exceptionReportFn
|
|
3
3
|
if(isProd && isWxMinAndWxapp){
|
|
4
4
|
shopContentContainerListData = shopContentContainerListData.filter(
|
|
5
5
|
(item) =>
|
|
6
6
|
item.floors.length > 0 &&
|
|
7
7
|
!isIsvContainer(item.containerId, shopContentFloorListData, shopContentContainerListData)
|
|
8
8
|
)
|
|
9
9
|
}
|
|
10
10
|
exceptionReportFn(
|
|
11
11
|
`店铺首页isv h5楼层隐藏不显示。原因:modularPackResult数据不完备。页面类型-buildType: ${buildType}。楼层顺序-floorIdx: ${floorData?.floorIdx}`,
|
|
12
12
|
)
|
|
13
13
|
const isIsvContainer = (containerId, floorListData, containerListData) => {
|
|
14
14
|
const objContainer = containerListData.find(item => item.containerId === containerId)
|
|
15
15
|
(itemUid) => {
|
|
16
16
|
const objectFloor = floorListData.find(floorItem => itemUid === floorItem.uid)
|
|
17
17
|
return objectFloor?.floorExtInfo?.moduleFlag === FloorModuleType.ISVDESIGNERH5MODULE
|
|
18
18
|
}
|
|
19
19
|
)?? false
|
package/package.json
CHANGED
|
@@ -1,89 +1,112 @@
|
|
|
1
1
|
{
|
|
2
|
-
|
|
3
|
-
|
|
4
|
-
|
|
5
|
-
|
|
6
|
-
|
|
7
|
-
|
|
8
|
-
|
|
9
|
-
|
|
10
|
-
|
|
11
|
-
|
|
12
|
-
|
|
13
|
-
|
|
14
|
-
|
|
15
|
-
|
|
16
|
-
|
|
17
|
-
|
|
18
|
-
|
|
19
|
-
|
|
20
|
-
|
|
21
|
-
|
|
22
|
-
|
|
23
|
-
|
|
24
|
-
|
|
25
|
-
|
|
26
|
-
|
|
27
|
-
|
|
28
|
-
|
|
29
|
-
|
|
30
|
-
|
|
31
|
-
|
|
32
|
-
|
|
33
|
-
|
|
34
|
-
|
|
35
|
-
|
|
36
|
-
|
|
37
|
-
|
|
38
|
-
|
|
39
|
-
|
|
40
|
-
|
|
41
|
-
|
|
42
|
-
|
|
43
|
-
|
|
44
|
-
|
|
45
|
-
|
|
46
|
-
|
|
47
|
-
|
|
48
|
-
|
|
49
|
-
|
|
50
|
-
|
|
51
|
-
|
|
52
|
-
|
|
53
|
-
|
|
54
|
-
|
|
55
|
-
|
|
56
|
-
|
|
57
|
-
|
|
58
|
-
|
|
59
|
-
|
|
60
|
-
|
|
61
|
-
|
|
62
|
-
|
|
63
|
-
|
|
64
|
-
|
|
65
|
-
|
|
66
|
-
|
|
67
|
-
|
|
68
|
-
|
|
69
|
-
|
|
70
|
-
|
|
71
|
-
|
|
72
|
-
|
|
73
|
-
|
|
74
|
-
|
|
75
|
-
|
|
76
|
-
|
|
77
|
-
|
|
78
|
-
|
|
79
|
-
|
|
80
|
-
|
|
81
|
-
|
|
82
|
-
|
|
83
|
-
|
|
84
|
-
|
|
85
|
-
|
|
86
|
-
|
|
87
|
-
|
|
88
|
-
|
|
2
|
+
"name": "@conecli/cone-render",
|
|
3
|
+
"version": "0.8.15-alpha.1",
|
|
4
|
+
"private": false,
|
|
5
|
+
"files": [
|
|
6
|
+
"dist/"
|
|
7
|
+
],
|
|
8
|
+
"exports": {
|
|
9
|
+
"./api": "./dist/open/api/index.ts",
|
|
10
|
+
"./components": "./dist/open/components/index.ts",
|
|
11
|
+
"./modules": "./dist/open/modules/index.ts",
|
|
12
|
+
"./_api": "./dist/api",
|
|
13
|
+
"./_common/": "./dist/common/",
|
|
14
|
+
"./_interface": "./dist/interface",
|
|
15
|
+
"./_jumpEventReport": "./dist/jumpEventReport",
|
|
16
|
+
"./_jumpEventReport/": "./dist/jumpEventReport/",
|
|
17
|
+
"./_utils": "./dist/utils",
|
|
18
|
+
"./_utils/": "./dist/utils/",
|
|
19
|
+
"./sass/": "./dist/sass/"
|
|
20
|
+
},
|
|
21
|
+
"description": "cone-render",
|
|
22
|
+
"templateInfo": {
|
|
23
|
+
"name": "default",
|
|
24
|
+
"typescript": true,
|
|
25
|
+
"css": "sass"
|
|
26
|
+
},
|
|
27
|
+
"scripts": {
|
|
28
|
+
"build:weapp": "taro build --type weapp",
|
|
29
|
+
"build:swan": "taro build --type swan",
|
|
30
|
+
"build:alipay": "taro build --type alipay",
|
|
31
|
+
"build:tt": "taro build --type tt",
|
|
32
|
+
"build:h5": "taro build --type h5",
|
|
33
|
+
"build:rn": "taro build --type rn",
|
|
34
|
+
"build:qq": "taro build --type qq",
|
|
35
|
+
"build:jd": "taro build --type jd",
|
|
36
|
+
"build:quickapp": "taro build --type quickapp",
|
|
37
|
+
"dev:weapp": "npm run build:weapp -- --watch",
|
|
38
|
+
"dev:swan": "npm run build:swan -- --watch",
|
|
39
|
+
"dev:alipay": "npm run build:alipay -- --watch",
|
|
40
|
+
"dev:tt": "npm run build:tt -- --watch",
|
|
41
|
+
"dev:h5": "npm run build:h5 -- --watch",
|
|
42
|
+
"dev:rn": "npm run build:rn -- --watch",
|
|
43
|
+
"dev:qq": "npm run build:qq -- --watch",
|
|
44
|
+
"dev:jd": "npm run build:jd -- --watch",
|
|
45
|
+
"dev:quickapp": "npm run build:quickapp -- --watch",
|
|
46
|
+
"compressWatch": "gulp compressWatch --gulpfile ./publish/gulpfile.js",
|
|
47
|
+
"compress": "gulp compress --gulpfile ./publish/gulpfile.js",
|
|
48
|
+
"check": "gulp check --gulpfile ./publish/gulpfile.js"
|
|
49
|
+
},
|
|
50
|
+
"browserslist": [
|
|
51
|
+
"last 3 versions",
|
|
52
|
+
"Android >= 4.1",
|
|
53
|
+
"ios >= 8"
|
|
54
|
+
],
|
|
55
|
+
"keywords": [
|
|
56
|
+
"conecli",
|
|
57
|
+
"render"
|
|
58
|
+
],
|
|
59
|
+
"author": "conecli",
|
|
60
|
+
"dependencies": {
|
|
61
|
+
"@tarojs/cli": "^3.5.4",
|
|
62
|
+
"@tarojs/components": "3.5.4",
|
|
63
|
+
"@tarojs/plugin-framework-react": "3.5.4",
|
|
64
|
+
"@tarojs/react": "3.5.4",
|
|
65
|
+
"@tarojs/runtime": "3.5.4",
|
|
66
|
+
"@tarojs/shared": "3.5.4",
|
|
67
|
+
"@tarojs/taro": "3.5.4",
|
|
68
|
+
"@tarojs/taro-h5": "3.5.4",
|
|
69
|
+
"@tarojs/taro-loader": "3.5.4",
|
|
70
|
+
"@tarojs/webpack5-runner": "3.5.4",
|
|
71
|
+
"art-template": "^4.13.2",
|
|
72
|
+
"normalize.css": "^8.0.1",
|
|
73
|
+
"raf": "^3.4.1",
|
|
74
|
+
"react": "^18.2.0",
|
|
75
|
+
"react-content-loader": "^6.2.0",
|
|
76
|
+
"react-dom": "^18.2.0",
|
|
77
|
+
"react-intersection-observer": "^9.1.0",
|
|
78
|
+
"react-refresh": "^0.14.0"
|
|
79
|
+
},
|
|
80
|
+
"devDependencies": {
|
|
81
|
+
"@babel/core": "^7.8.0",
|
|
82
|
+
"@babel/runtime": "^7.17.9",
|
|
83
|
+
"@pmmmwh/react-refresh-webpack-plugin": "^0.5.7",
|
|
84
|
+
"@swc/core": "^1.2.242",
|
|
85
|
+
"@swc/register": "^0.1.10",
|
|
86
|
+
"@types/react": "^18.0.17",
|
|
87
|
+
"@types/webpack-env": "^1.13.6",
|
|
88
|
+
"@typescript-eslint/eslint-plugin": "^5.20.0",
|
|
89
|
+
"@typescript-eslint/parser": "^5.20.0",
|
|
90
|
+
"babel-preset-taro": "3.5.4",
|
|
91
|
+
"del": "^6.1.1",
|
|
92
|
+
"escodegen": "^2.0.0",
|
|
93
|
+
"eslint": "^6.8.0",
|
|
94
|
+
"eslint-config-taro": "3.5.4",
|
|
95
|
+
"eslint-plugin-import": "^2.12.0",
|
|
96
|
+
"eslint-plugin-react": "^7.8.2",
|
|
97
|
+
"eslint-plugin-react-hooks": "^4.2.0",
|
|
98
|
+
"espree": "^9.3.2",
|
|
99
|
+
"esprima": "^4.0.1",
|
|
100
|
+
"estraverse": "^5.3.0",
|
|
101
|
+
"gulp": "^4.0.2",
|
|
102
|
+
"gulp-util": "^3.0.8",
|
|
103
|
+
"html-webpack-plugin": "^5.5.0",
|
|
104
|
+
"mini-css-extract-plugin": "^2.6.1",
|
|
105
|
+
"sass": "^1.53.0",
|
|
106
|
+
"shelljs": "^0.8.5",
|
|
107
|
+
"stylelint": "^14.4.0",
|
|
108
|
+
"terser-webpack-plugin": "^5.3.6",
|
|
109
|
+
"typescript": "^4.1.0",
|
|
110
|
+
"webpack": "5.69.0"
|
|
111
|
+
}
|
|
89
112
|
}
|
|
Binary file
|
|
Binary file
|
|
Binary file
|
|
Binary file
|
|
Binary file
|
|
Binary file
|
|
Binary file
|
|
Binary file
|
|
Binary file
|
|
Binary file
|
|
Binary file
|
|
Binary file
|
|
Binary file
|
|
Binary file
|
|
Binary file
|
|
Binary file
|
|
Binary file
|
|
Binary file
|
|
Binary file
|
package/dist/assets/beans@3x.png
DELETED
|
Binary file
|
|
Binary file
|
|
Binary file
|
|
Binary file
|
|
Binary file
|
|
Binary file
|
|
Binary file
|
|
Binary file
|
|
Binary file
|
|
Binary file
|
|
Binary file
|
|
Binary file
|
|
Binary file
|
|
Binary file
|
|
Binary file
|
|
Binary file
|
|
Binary file
|
|
Binary file
|
|
Binary file
|
|
Binary file
|
|
Binary file
|
|
Binary file
|
|
Binary file
|
package/dist/assets/grid.png
DELETED
|
Binary file
|
|
Binary file
|
|
Binary file
|
|
Binary file
|
package/dist/assets/icon-qr.png
DELETED
|
Binary file
|
|
Binary file
|
|
Binary file
|
|
Binary file
|
|
Binary file
|
|
Binary file
|
|
Binary file
|
|
Binary file
|
|
Binary file
|
|
Binary file
|
|
Binary file
|
|
Binary file
|
|
Binary file
|
|
Binary file
|
|
Binary file
|
|
Binary file
|
|
Binary file
|
|
Binary file
|
|
Binary file
|
|
Binary file
|
|
Binary file
|
|
Binary file
|
|
Binary file
|
|
Binary file
|
|
Binary file
|
|
Binary file
|
|
Binary file
|
|
Binary file
|
|
Binary file
|
|
Binary file
|
|
Binary file
|
|
Binary file
|
|
Binary file
|
|
Binary file
|
|
Binary file
|
|
Binary file
|
|
Binary file
|
|
Binary file
|
|
Binary file
|
|
Binary file
|
|
Binary file
|
|
Binary file
|
|
Binary file
|
|
Binary file
|
|
Binary file
|
|
Binary file
|
|
Binary file
|
|
Binary file
|
|
Binary file
|
|
Binary file
|
|
Binary file
|
|
Binary file
|
|
Binary file
|
|
Binary file
|
|
Binary file
|