@tarojs/components 4.0.8-alpha.0 → 4.0.8-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.
Files changed (111) hide show
  1. package/dist/cjs/loader.cjs.js +1 -1
  2. package/dist/cjs/taro-components.cjs.js +1 -1
  3. package/dist/cjs/taro-double-tap-gesture-handler-core.cjs.entry.js +21 -0
  4. package/dist/cjs/taro-force-press-gesture-handler-core.cjs.entry.js +21 -0
  5. package/dist/cjs/taro-horizontal-drag-gesture-handler-core.cjs.entry.js +21 -0
  6. package/dist/cjs/taro-long-press-gesture-handler-core.cjs.entry.js +21 -0
  7. package/dist/cjs/taro-pan-gesture-handler-core.cjs.entry.js +21 -0
  8. package/dist/cjs/taro-scale-gesture-handler-core.cjs.entry.js +21 -0
  9. package/dist/cjs/taro-script-core.cjs.entry.js +21 -0
  10. package/dist/cjs/taro-tap-gesture-handler-core.cjs.entry.js +21 -0
  11. package/dist/cjs/taro-vertical-drag-gesture-handler-core.cjs.entry.js +21 -0
  12. package/dist/collection/collection-manifest.json +9 -0
  13. package/dist/collection/components/double-tap-gesture-handler/script.js +11 -0
  14. package/dist/collection/components/force-press-gesture-handler/script.js +11 -0
  15. package/dist/collection/components/horizontal-drag-gesture-handler/script.js +11 -0
  16. package/dist/collection/components/long-press-gesture-handler/script.js +11 -0
  17. package/dist/collection/components/pan-gesture-handler/script.js +11 -0
  18. package/dist/collection/components/scale-gesture-handler/script.js +11 -0
  19. package/dist/collection/components/script/script.js +11 -0
  20. package/dist/collection/components/tap-gesture-handler/script.js +11 -0
  21. package/dist/collection/components/vertical-drag-gesture-handler/script.js +11 -0
  22. package/dist/components/index.d.ts +9 -0
  23. package/dist/components/index.js +9 -0
  24. package/dist/components/taro-double-tap-gesture-handler-core.d.ts +11 -0
  25. package/dist/components/taro-double-tap-gesture-handler-core.js +33 -0
  26. package/dist/components/taro-force-press-gesture-handler-core.d.ts +11 -0
  27. package/dist/components/taro-force-press-gesture-handler-core.js +33 -0
  28. package/dist/components/taro-horizontal-drag-gesture-handler-core.d.ts +11 -0
  29. package/dist/components/taro-horizontal-drag-gesture-handler-core.js +33 -0
  30. package/dist/components/taro-long-press-gesture-handler-core.d.ts +11 -0
  31. package/dist/components/taro-long-press-gesture-handler-core.js +33 -0
  32. package/dist/components/taro-pan-gesture-handler-core.d.ts +11 -0
  33. package/dist/components/taro-pan-gesture-handler-core.js +33 -0
  34. package/dist/components/taro-scale-gesture-handler-core.d.ts +11 -0
  35. package/dist/components/taro-scale-gesture-handler-core.js +33 -0
  36. package/dist/components/taro-script-core.d.ts +11 -0
  37. package/dist/components/taro-script-core.js +33 -0
  38. package/dist/components/taro-tap-gesture-handler-core.d.ts +11 -0
  39. package/dist/components/taro-tap-gesture-handler-core.js +33 -0
  40. package/dist/components/taro-vertical-drag-gesture-handler-core.d.ts +11 -0
  41. package/dist/components/taro-vertical-drag-gesture-handler-core.js +33 -0
  42. package/dist/esm/loader.js +1 -1
  43. package/dist/esm/taro-components.js +1 -1
  44. package/dist/esm/taro-double-tap-gesture-handler-core.entry.js +17 -0
  45. package/dist/esm/taro-force-press-gesture-handler-core.entry.js +17 -0
  46. package/dist/esm/taro-horizontal-drag-gesture-handler-core.entry.js +17 -0
  47. package/dist/esm/taro-long-press-gesture-handler-core.entry.js +17 -0
  48. package/dist/esm/taro-pan-gesture-handler-core.entry.js +17 -0
  49. package/dist/esm/taro-scale-gesture-handler-core.entry.js +17 -0
  50. package/dist/esm/taro-script-core.entry.js +17 -0
  51. package/dist/esm/taro-tap-gesture-handler-core.entry.js +17 -0
  52. package/dist/esm/taro-vertical-drag-gesture-handler-core.entry.js +17 -0
  53. package/dist/esm-es5/loader.js +1 -1
  54. package/dist/esm-es5/taro-components.js +1 -1
  55. package/dist/esm-es5/taro-double-tap-gesture-handler-core.entry.js +1 -0
  56. package/dist/esm-es5/taro-force-press-gesture-handler-core.entry.js +1 -0
  57. package/dist/esm-es5/taro-horizontal-drag-gesture-handler-core.entry.js +1 -0
  58. package/dist/esm-es5/taro-long-press-gesture-handler-core.entry.js +1 -0
  59. package/dist/esm-es5/taro-pan-gesture-handler-core.entry.js +1 -0
  60. package/dist/esm-es5/taro-scale-gesture-handler-core.entry.js +1 -0
  61. package/dist/esm-es5/taro-script-core.entry.js +1 -0
  62. package/dist/esm-es5/taro-tap-gesture-handler-core.entry.js +1 -0
  63. package/dist/esm-es5/taro-vertical-drag-gesture-handler-core.entry.js +1 -0
  64. package/dist/hydrate/index.js +189 -0
  65. package/dist/taro-components/p-0020c650.entry.js +1 -0
  66. package/dist/taro-components/p-03a0a6f3.system.entry.js +1 -0
  67. package/dist/taro-components/p-055777d4.system.entry.js +1 -0
  68. package/dist/taro-components/p-52ab123f.system.entry.js +1 -0
  69. package/dist/taro-components/p-5ff5a099.system.entry.js +1 -0
  70. package/dist/taro-components/p-73ab191f.entry.js +1 -0
  71. package/dist/taro-components/p-ac8ef7e3.system.entry.js +1 -0
  72. package/dist/taro-components/p-acb1944c.system.entry.js +1 -0
  73. package/dist/taro-components/p-adf40a3f.entry.js +1 -0
  74. package/dist/taro-components/p-aecf9c49.system.entry.js +1 -0
  75. package/dist/taro-components/p-b29407ff.entry.js +1 -0
  76. package/dist/taro-components/p-bdbe75c4.entry.js +1 -0
  77. package/dist/taro-components/p-c5d34e1c.system.entry.js +1 -0
  78. package/dist/taro-components/p-d9b9319b.system.js +1 -1
  79. package/dist/taro-components/p-de8a1363.entry.js +1 -0
  80. package/dist/taro-components/p-decf6ca4.entry.js +1 -0
  81. package/dist/taro-components/p-ded33122.entry.js +1 -0
  82. package/dist/taro-components/p-e008dd54.entry.js +1 -0
  83. package/dist/taro-components/p-f17b4179.system.entry.js +1 -0
  84. package/dist/taro-components/taro-components.esm.js +1 -1
  85. package/dist/types/components/double-tap-gesture-handler/script.d.ts +5 -0
  86. package/dist/types/components/force-press-gesture-handler/script.d.ts +5 -0
  87. package/dist/types/components/horizontal-drag-gesture-handler/script.d.ts +5 -0
  88. package/dist/types/components/long-press-gesture-handler/script.d.ts +5 -0
  89. package/dist/types/components/pan-gesture-handler/script.d.ts +5 -0
  90. package/dist/types/components/scale-gesture-handler/script.d.ts +5 -0
  91. package/dist/types/components/script/script.d.ts +5 -0
  92. package/dist/types/components/tap-gesture-handler/script.d.ts +5 -0
  93. package/dist/types/components/vertical-drag-gesture-handler/script.d.ts +5 -0
  94. package/dist/types/components.d.ts +117 -0
  95. package/lib/react/components.d.ts +9 -0
  96. package/lib/react/components.js +11 -2
  97. package/lib/react/components.js.map +1 -1
  98. package/lib/react/index.js +1 -1
  99. package/lib/solid/components.d.ts +9 -0
  100. package/lib/solid/components.js +11 -2
  101. package/lib/solid/components.js.map +1 -1
  102. package/lib/solid/index.js +1 -1
  103. package/lib/vue3/components.d.ts +9 -0
  104. package/lib/vue3/components.js +11 -2
  105. package/lib/vue3/components.js.map +1 -1
  106. package/lib/vue3/index.js +1 -1
  107. package/package.json +6 -6
  108. package/types/DraggableSheet.d.ts +1 -1
  109. package/types/Input.d.ts +1 -1
  110. package/types/ScrollView.d.ts +5 -5
  111. package/types/Swiper.d.ts +3 -3
@@ -6698,6 +6698,26 @@ class CustomWrapper {
6698
6698
  }; }
6699
6699
  }
6700
6700
 
6701
+ class DoubleTapGestureHandler {
6702
+ constructor(hostRef) {
6703
+ registerInstance(this, hostRef);
6704
+ }
6705
+ componentDidLoad() {
6706
+ notSupport('DoubleTapGestureHandler', this);
6707
+ }
6708
+ render() {
6709
+ return (hAsync(Host, null));
6710
+ }
6711
+ static get cmpMeta() { return {
6712
+ "$flags$": 0,
6713
+ "$tagName$": "taro-double-tap-gesture-handler-core",
6714
+ "$members$": undefined,
6715
+ "$listeners$": undefined,
6716
+ "$lazyBundleId$": "-",
6717
+ "$attrsToReflect$": []
6718
+ }; }
6719
+ }
6720
+
6701
6721
  class DraggableSheet {
6702
6722
  constructor(hostRef) {
6703
6723
  registerInstance(this, hostRef);
@@ -6758,6 +6778,26 @@ class FollowSwan {
6758
6778
  }; }
6759
6779
  }
6760
6780
 
6781
+ class ForcePressGestureHandler {
6782
+ constructor(hostRef) {
6783
+ registerInstance(this, hostRef);
6784
+ }
6785
+ componentDidLoad() {
6786
+ notSupport('ForcePressGestureHandler', this);
6787
+ }
6788
+ render() {
6789
+ return (hAsync(Host, null));
6790
+ }
6791
+ static get cmpMeta() { return {
6792
+ "$flags$": 0,
6793
+ "$tagName$": "taro-force-press-gesture-handler-core",
6794
+ "$members$": undefined,
6795
+ "$listeners$": undefined,
6796
+ "$lazyBundleId$": "-",
6797
+ "$attrsToReflect$": []
6798
+ }; }
6799
+ }
6800
+
6761
6801
  var __classPrivateFieldSet$2 = (undefined && undefined.__classPrivateFieldSet) || function (receiver, state, value, kind, f) {
6762
6802
  if (kind === "m")
6763
6803
  throw new TypeError("Private method is not writable");
@@ -6962,6 +7002,26 @@ class GridView {
6962
7002
  }; }
6963
7003
  }
6964
7004
 
7005
+ class HorizontalDragGestureHandler {
7006
+ constructor(hostRef) {
7007
+ registerInstance(this, hostRef);
7008
+ }
7009
+ componentDidLoad() {
7010
+ notSupport('HorizontalDragGestureHandler', this);
7011
+ }
7012
+ render() {
7013
+ return (hAsync(Host, null));
7014
+ }
7015
+ static get cmpMeta() { return {
7016
+ "$flags$": 0,
7017
+ "$tagName$": "taro-horizontal-drag-gesture-handler-core",
7018
+ "$members$": undefined,
7019
+ "$listeners$": undefined,
7020
+ "$lazyBundleId$": "-",
7021
+ "$attrsToReflect$": []
7022
+ }; }
7023
+ }
7024
+
6965
7025
  const indexCss$i = ".weui-icon-circle:before{content:\"\"}.weui-icon-download:before{content:\"\"}.weui-icon-info:before{content:\"\"}.weui-icon-safe-success:before{content:\"\"}.weui-icon-safe-warn:before{content:\"\"}.weui-icon-success:before{content:\"\"}.weui-icon-success-circle:before{content:\"\"}.weui-icon-success-no-circle:before{content:\"\"}.weui-icon-waiting:before{content:\"\"}.weui-icon-waiting-circle:before{content:\"\"}.weui-icon-warn:before{content:\"\"}.weui-icon-info-circle:before{content:\"\"}.weui-icon-cancel:before{content:\"\"}.weui-icon-search:before{content:\"\"}.weui-icon-clear:before{content:\"\"}.weui-icon-back:before{content:\"\"}.weui-icon-delete:before{content:\"\"}.weui-icon-success{color:#09bb07;font-size:23px}.weui-icon-waiting{color:#10aeff;font-size:23px}.weui-icon-warn{color:#f43530;font-size:23px}.weui-icon-info{color:#10aeff;font-size:23px}.weui-icon-success-circle,.weui-icon-success-no-circle{color:#09bb07;font-size:23px}.weui-icon-waiting-circle{color:#10aeff;font-size:23px}.weui-icon-circle{color:#c9c9c9;font-size:23px}.weui-icon-download,.weui-icon-info-circle{color:#09bb07;font-size:23px}.weui-icon-safe-success{color:#09bb07}.weui-icon-safe-warn{color:#ffbe00}.weui-icon-cancel{color:#f43530;font-size:22px}.weui-icon-search,.weui-icon-clear{color:#b2b2b2;font-size:14px}.weui-icon-delete.weui-icon_gallery-delete{color:#fff;font-size:22px}.weui-icon_msg{font-size:93px}.weui-icon_msg.weui-icon-warn{color:#f76260}.weui-icon_msg-primary{font-size:93px}.weui-icon_msg-primary.weui-icon-warn{color:#ffbe00}";
6966
7026
 
6967
7027
  class Icon {
@@ -7494,6 +7554,26 @@ class Login {
7494
7554
  }; }
7495
7555
  }
7496
7556
 
7557
+ class LongPressGestureHandler {
7558
+ constructor(hostRef) {
7559
+ registerInstance(this, hostRef);
7560
+ }
7561
+ componentDidLoad() {
7562
+ notSupport('LongPressGestureHandler', this);
7563
+ }
7564
+ render() {
7565
+ return (hAsync(Host, null));
7566
+ }
7567
+ static get cmpMeta() { return {
7568
+ "$flags$": 0,
7569
+ "$tagName$": "taro-long-press-gesture-handler-core",
7570
+ "$members$": undefined,
7571
+ "$listeners$": undefined,
7572
+ "$lazyBundleId$": "-",
7573
+ "$attrsToReflect$": []
7574
+ }; }
7575
+ }
7576
+
7497
7577
  class Lottie {
7498
7578
  constructor(hostRef) {
7499
7579
  registerInstance(this, hostRef);
@@ -9672,6 +9752,26 @@ class PageMeta {
9672
9752
  }; }
9673
9753
  }
9674
9754
 
9755
+ class PanGestureHandler {
9756
+ constructor(hostRef) {
9757
+ registerInstance(this, hostRef);
9758
+ }
9759
+ componentDidLoad() {
9760
+ notSupport('PanGestureHandler', this);
9761
+ }
9762
+ render() {
9763
+ return (hAsync(Host, null));
9764
+ }
9765
+ static get cmpMeta() { return {
9766
+ "$flags$": 0,
9767
+ "$tagName$": "taro-pan-gesture-handler-core",
9768
+ "$members$": undefined,
9769
+ "$listeners$": undefined,
9770
+ "$lazyBundleId$": "-",
9771
+ "$attrsToReflect$": []
9772
+ }; }
9773
+ }
9774
+
9675
9775
  function getTimeRange(begin, end) {
9676
9776
  const range = [];
9677
9777
  for (let i = begin; i <= end; i++) {
@@ -11005,6 +11105,46 @@ class RtcRoomItem {
11005
11105
  }; }
11006
11106
  }
11007
11107
 
11108
+ class ScaleGestureHandler {
11109
+ constructor(hostRef) {
11110
+ registerInstance(this, hostRef);
11111
+ }
11112
+ componentDidLoad() {
11113
+ notSupport('ScaleGestureHandler', this);
11114
+ }
11115
+ render() {
11116
+ return (hAsync(Host, null));
11117
+ }
11118
+ static get cmpMeta() { return {
11119
+ "$flags$": 0,
11120
+ "$tagName$": "taro-scale-gesture-handler-core",
11121
+ "$members$": undefined,
11122
+ "$listeners$": undefined,
11123
+ "$lazyBundleId$": "-",
11124
+ "$attrsToReflect$": []
11125
+ }; }
11126
+ }
11127
+
11128
+ class Script {
11129
+ constructor(hostRef) {
11130
+ registerInstance(this, hostRef);
11131
+ }
11132
+ componentDidLoad() {
11133
+ notSupport('Script', this);
11134
+ }
11135
+ render() {
11136
+ return (hAsync(Host, null));
11137
+ }
11138
+ static get cmpMeta() { return {
11139
+ "$flags$": 0,
11140
+ "$tagName$": "taro-script-core",
11141
+ "$members$": undefined,
11142
+ "$listeners$": undefined,
11143
+ "$lazyBundleId$": "-",
11144
+ "$attrsToReflect$": []
11145
+ }; }
11146
+ }
11147
+
11008
11148
  const indexCss$9 = "taro-scroll-view-core{-webkit-overflow-scrolling:auto;width:100%;display:block}taro-scroll-view-core::-webkit-scrollbar{display:none}.taro-scroll-view__scroll-x{overflow:scroll hidden}.taro-scroll-view__scroll-y{overflow:hidden scroll}";
11009
11149
 
11010
11150
  function easeOutScroll(from, to, duration = 500, callback) {
@@ -12385,6 +12525,26 @@ class Tabs {
12385
12525
  }; }
12386
12526
  }
12387
12527
 
12528
+ class TapGestureHandler {
12529
+ constructor(hostRef) {
12530
+ registerInstance(this, hostRef);
12531
+ }
12532
+ componentDidLoad() {
12533
+ notSupport('TapGestureHandler', this);
12534
+ }
12535
+ render() {
12536
+ return (hAsync(Host, null));
12537
+ }
12538
+ static get cmpMeta() { return {
12539
+ "$flags$": 0,
12540
+ "$tagName$": "taro-tap-gesture-handler-core",
12541
+ "$members$": undefined,
12542
+ "$listeners$": undefined,
12543
+ "$lazyBundleId$": "-",
12544
+ "$attrsToReflect$": []
12545
+ }; }
12546
+ }
12547
+
12388
12548
  class TaroPickerGroup {
12389
12549
  constructor(hostRef) {
12390
12550
  registerInstance(this, hostRef);
@@ -12798,6 +12958,26 @@ class Textarea {
12798
12958
  }; }
12799
12959
  }
12800
12960
 
12961
+ class VerticalDragGestureHandler {
12962
+ constructor(hostRef) {
12963
+ registerInstance(this, hostRef);
12964
+ }
12965
+ componentDidLoad() {
12966
+ notSupport('VerticalDragGestureHandler', this);
12967
+ }
12968
+ render() {
12969
+ return (hAsync(Host, null));
12970
+ }
12971
+ static get cmpMeta() { return {
12972
+ "$flags$": 0,
12973
+ "$tagName$": "taro-vertical-drag-gesture-handler-core",
12974
+ "$members$": undefined,
12975
+ "$listeners$": undefined,
12976
+ "$lazyBundleId$": "-",
12977
+ "$attrsToReflect$": []
12978
+ }; }
12979
+ }
12980
+
12801
12981
  const formatTime = (time) => {
12802
12982
  if (!time)
12803
12983
  return '';
@@ -13744,13 +13924,16 @@ registerComponents([
13744
13924
  CoverImage,
13745
13925
  CoverView,
13746
13926
  CustomWrapper,
13927
+ DoubleTapGestureHandler,
13747
13928
  DraggableSheet,
13748
13929
  Editor,
13749
13930
  FollowSwan,
13931
+ ForcePressGestureHandler,
13750
13932
  Form,
13751
13933
  FunctionalPageNavigator,
13752
13934
  GridBuilder,
13753
13935
  GridView,
13936
+ HorizontalDragGestureHandler,
13754
13937
  Icon,
13755
13938
  Image$1,
13756
13939
  InlinePaymentPanel,
@@ -13764,6 +13947,7 @@ registerComponents([
13764
13947
  LivePlayer,
13765
13948
  LivePusher,
13766
13949
  Login,
13950
+ LongPressGestureHandler,
13767
13951
  Lottie,
13768
13952
  Map$1,
13769
13953
  MatchMedia,
@@ -13779,6 +13963,7 @@ registerComponents([
13779
13963
  OpenData,
13780
13964
  PageContainer,
13781
13965
  PageMeta,
13966
+ PanGestureHandler,
13782
13967
  Picker,
13783
13968
  PickerView,
13784
13969
  PickerViewColumn,
@@ -13790,6 +13975,8 @@ registerComponents([
13790
13975
  RootPortal,
13791
13976
  RtcRoom,
13792
13977
  RtcRoomItem,
13978
+ ScaleGestureHandler,
13979
+ Script,
13793
13980
  ScrollView,
13794
13981
  ShareElement,
13795
13982
  Slider,
@@ -13804,9 +13991,11 @@ registerComponents([
13804
13991
  TabItem,
13805
13992
  Tabbar,
13806
13993
  Tabs,
13994
+ TapGestureHandler,
13807
13995
  TaroPickerGroup,
13808
13996
  Text,
13809
13997
  Textarea,
13998
+ VerticalDragGestureHandler,
13810
13999
  Video,
13811
14000
  VideoControl,
13812
14001
  VideoDanmu,
@@ -0,0 +1 @@
1
+ import{r,h as o,H as a}from"./p-d0cabaaa.js";import{n as t}from"./p-dbdb9de9.js";import"@tarojs/taro";const e=class{constructor(o){r(this,o)}componentDidLoad(){t("DoubleTapGestureHandler",this)}render(){return o(a,null)}};export{e as taro_double_tap_gesture_handler_core}
@@ -0,0 +1 @@
1
+ System.register(["./p-88de70df.system.js","./p-8c3b906c.system.js","@tarojs/taro"],(function(t){"use strict";var e,r,n,o;return{setters:[function(t){e=t.r;r=t.h;n=t.H},function(t){o=t.n},function(){}],execute:function(){var s=t("taro_force_press_gesture_handler_core",function(){function t(t){e(this,t)}t.prototype.componentDidLoad=function(){o("ForcePressGestureHandler",this)};t.prototype.render=function(){return r(n,null)};return t}())}}}));
@@ -0,0 +1 @@
1
+ System.register(["./p-88de70df.system.js","./p-8c3b906c.system.js","@tarojs/taro"],(function(t){"use strict";var e,n,r,o;return{setters:[function(t){e=t.r;n=t.h;r=t.H},function(t){o=t.n},function(){}],execute:function(){var u=t("taro_double_tap_gesture_handler_core",function(){function t(t){e(this,t)}t.prototype.componentDidLoad=function(){o("DoubleTapGestureHandler",this)};t.prototype.render=function(){return n(r,null)};return t}())}}}));
@@ -0,0 +1 @@
1
+ System.register(["./p-88de70df.system.js","./p-8c3b906c.system.js","@tarojs/taro"],(function(t){"use strict";var n,r,e,o;return{setters:[function(t){n=t.r;r=t.h;e=t.H},function(t){o=t.n},function(){}],execute:function(){var s=t("taro_horizontal_drag_gesture_handler_core",function(){function t(t){n(this,t)}t.prototype.componentDidLoad=function(){o("HorizontalDragGestureHandler",this)};t.prototype.render=function(){return r(e,null)};return t}())}}}));
@@ -0,0 +1 @@
1
+ System.register(["./p-88de70df.system.js","./p-8c3b906c.system.js","@tarojs/taro"],(function(t){"use strict";var e,n,r,o;return{setters:[function(t){e=t.r;n=t.h;r=t.H},function(t){o=t.n},function(){}],execute:function(){var s=t("taro_scale_gesture_handler_core",function(){function t(t){e(this,t)}t.prototype.componentDidLoad=function(){o("ScaleGestureHandler",this)};t.prototype.render=function(){return n(r,null)};return t}())}}}));
@@ -0,0 +1 @@
1
+ import{r,h as s,H as o}from"./p-d0cabaaa.js";import{n as t}from"./p-dbdb9de9.js";import"@tarojs/taro";const a=class{constructor(s){r(this,s)}componentDidLoad(){t("LongPressGestureHandler",this)}render(){return s(o,null)}};export{a as taro_long_press_gesture_handler_core}
@@ -0,0 +1 @@
1
+ System.register(["./p-88de70df.system.js","./p-8c3b906c.system.js","@tarojs/taro"],(function(t){"use strict";var n,r,e,o;return{setters:[function(t){n=t.r;r=t.h;e=t.H},function(t){o=t.n},function(){}],execute:function(){var c=t("taro_script_core",function(){function t(t){n(this,t)}t.prototype.componentDidLoad=function(){o("Script",this)};t.prototype.render=function(){return r(e,null)};return t}())}}}));
@@ -0,0 +1 @@
1
+ System.register(["./p-88de70df.system.js","./p-8c3b906c.system.js","@tarojs/taro"],(function(t){"use strict";var n,e,r,o;return{setters:[function(t){n=t.r;e=t.h;r=t.H},function(t){o=t.n},function(){}],execute:function(){var s=t("taro_long_press_gesture_handler_core",function(){function t(t){n(this,t)}t.prototype.componentDidLoad=function(){o("LongPressGestureHandler",this)};t.prototype.render=function(){return e(r,null)};return t}())}}}));
@@ -0,0 +1 @@
1
+ import{r,h as a,H as o}from"./p-d0cabaaa.js";import{n as t}from"./p-dbdb9de9.js";import"@tarojs/taro";const s=class{constructor(a){r(this,a)}componentDidLoad(){t("PanGestureHandler",this)}render(){return a(o,null)}};export{s as taro_pan_gesture_handler_core}
@@ -0,0 +1 @@
1
+ System.register(["./p-88de70df.system.js","./p-8c3b906c.system.js","@tarojs/taro"],(function(t){"use strict";var e,r,n,o;return{setters:[function(t){e=t.r;r=t.h;n=t.H},function(t){o=t.n},function(){}],execute:function(){var c=t("taro_vertical_drag_gesture_handler_core",function(){function t(t){e(this,t)}t.prototype.componentDidLoad=function(){o("VerticalDragGestureHandler",this)};t.prototype.render=function(){return r(n,null)};return t}())}}}));
@@ -0,0 +1 @@
1
+ import{r,h as o,H as a}from"./p-d0cabaaa.js";import{n as t}from"./p-dbdb9de9.js";import"@tarojs/taro";const s=class{constructor(o){r(this,o)}componentDidLoad(){t("HorizontalDragGestureHandler",this)}render(){return o(a,null)}};export{s as taro_horizontal_drag_gesture_handler_core}
@@ -0,0 +1 @@
1
+ import{r,h as a,H as t}from"./p-d0cabaaa.js";import{n as o}from"./p-dbdb9de9.js";import"@tarojs/taro";const s=class{constructor(a){r(this,a)}componentDidLoad(){o("TapGestureHandler",this)}render(){return a(t,null)}};export{s as taro_tap_gesture_handler_core}
@@ -0,0 +1 @@
1
+ System.register(["./p-88de70df.system.js","./p-8c3b906c.system.js","@tarojs/taro"],(function(t){"use strict";var n,e,r,o;return{setters:[function(t){n=t.r;e=t.h;r=t.H},function(t){o=t.n},function(){}],execute:function(){var s=t("taro_tap_gesture_handler_core",function(){function t(t){n(this,t)}t.prototype.componentDidLoad=function(){o("TapGestureHandler",this)};t.prototype.render=function(){return e(r,null)};return t}())}}}));
@@ -1 +1 @@
1
- System.register(["./p-88de70df.system.js"],(function(e,o){"use strict";var t,a;return{setters:[function(o){t=o.p;a=o.b;e("setNonce",o.s)}],execute:function(){var e=function(){var e=o.meta.url;var a={};if(e!==""){a.resourcesUrl=new URL(".",e).href}return t(a)};e().then((function(e){return a(JSON.parse('[["p-5c3d432f.system",[[4,"taro-checkbox-core",{"name":[1],"value":[1032],"color":[1],"id":[1025],"checked":[4],"disabled":[4],"nativeProps":[16],"isWillLoadCalled":[32]}],[0,"taro-checkbox-group-core",{"name":[8]},[[0,"checkboxchange","function"]]]]],["p-deaafb30.system",[[0,"taro-movable-area-core",{"scaleArea":[4,"scale-area"]}],[0,"taro-movable-view-core",{"x":[8],"y":[8],"direction":[1],"outOfBounds":[4,"out-of-bounds"],"inertia":[4],"friction":[2],"damping":[2],"disabled":[4],"scale":[4],"scaleMin":[2,"scale-min"],"scaleMax":[2,"scale-max"],"scaleValue":[2,"scale-value"],"animation":[4],"setParent":[64],"endScale":[64],"setScale":[64]}]]],["p-c6bf856c.system",[[0,"taro-picker-view-column-core",{"col":[1],"initialPosition":[1,"initial-position"],"paddingVertical":[2,"padding-vertical"],"isInit":[32]},[[1,"touchstart","onTouchStart"],[1,"touchend","onTouchEnd"]]],[4,"taro-picker-view-core",{"indicatorStyle":[1,"indicator-style"],"indicatorClass":[1,"indicator-class"],"value":[16],"maskStyle":[1,"mask-style"],"maskClass":[1,"mask-class"]},[[0,"onselect","onSelect"],[0,"onselectstart","onSelectStart"],[0,"onselectend","onPickerColEnd"]]]]],["p-ac808059.system",[[4,"taro-radio-core",{"name":[1],"value":[1],"id":[1025],"checked":[1540],"disabled":[4],"nativeProps":[16],"isWillLoadCalled":[32]}],[0,"taro-radio-group-core",{"name":[8]},[[0,"radiochange","function"]]]]],["p-bb3a760a.system",[[4,"taro-swiper-core",{"indicatorDots":[4,"indicator-dots"],"indicatorColor":[1,"indicator-color"],"indicatorActiveColor":[1,"indicator-active-color"],"autoplay":[4],"current":[2],"currentItemId":[1,"current-item-id"],"interval":[2],"duration":[2],"circular":[4],"vertical":[4],"previousMargin":[1,"previous-margin"],"nextMargin":[1,"next-margin"],"displayMultipleItems":[2,"display-multiple-items"],"full":[4],"zoom":[4],"effectsProps":[16],"swiperWrapper":[32],"swiper":[32],"isWillLoadCalled":[32],"observer":[32]}],[4,"taro-swiper-item-core",{"itemId":[1,"item-id"]}]]],["p-ce63e336.system",[[0,"taro-ad-core"]]],["p-24a12aac.system",[[0,"taro-ad-custom-core"]]],["p-baba6d35.system",[[0,"taro-animation-video-core"]]],["p-4446fe5f.system",[[0,"taro-animation-view-core"]]],["p-f1597269.system",[[0,"taro-ar-camera-core"]]],["p-fc124d0d.system",[[0,"taro-audio-core",{"src":[1],"controls":[4],"autoplay":[4],"loop":[4],"muted":[4],"nativeProps":[16]}]]],["p-6ef0579d.system",[[0,"taro-aweme-data-core"]]],["p-a39bfe0d.system",[[0,"taro-block-core"]]],["p-eb385fbc.system",[[4,"taro-button-core",{"disabled":[4],"hoverClass":[1,"hover-class"],"type":[1],"hoverStartTime":[2,"hover-start-time"],"hoverStayTime":[2,"hover-stay-time"],"size":[1],"plain":[4],"loading":[4],"formType":[513,"form-type"],"hover":[32],"touch":[32]},[[0,"click","onClick"],[1,"touchstart","onTouchStart"],[1,"touchend","onTouchEnd"]]]]],["p-c6258ca4.system",[[0,"taro-camera-core"]]],["p-48395cab.system",[[0,"taro-canvas-core",{"canvasId":[1,"id"],"height":[1537],"width":[1537],"nativeProps":[16]}]]],["p-34b51434.system",[[0,"taro-channel-live-core"]]],["p-9d815ff0.system",[[0,"taro-channel-video-core"]]],["p-fb23fdb8.system",[[0,"taro-comment-detail-core"]]],["p-2d2c8354.system",[[0,"taro-comment-list-core"]]],["p-86b09ede.system",[[0,"taro-contact-button-core"]]],["p-d2b08d6c.system",[[0,"taro-cover-image-core",{"src":[1],"nativeProps":[16]}]]],["p-ede005c7.system",[[4,"taro-cover-view-core",{"animation":[1],"hoverClass":[1,"hover-class"],"hoverStartTime":[2,"hover-start-time"],"hoverStayTime":[2,"hover-stay-time"],"hover":[32],"touch":[32]},[[1,"touchstart","onTouchStart"],[1,"touchmove","onTouchMove"],[1,"touchend","onTouchEnd"]]]]],["p-4f62b74a.system",[[0,"taro-custom-wrapper-core"]]],["p-200ba6f2.system",[[0,"taro-draggable-sheet-core"]]],["p-45ce1c8b.system",[[0,"taro-editor-core"]]],["p-8f7c9757.system",[[0,"taro-follow-swan-core"]]],["p-a6258172.system",[[4,"taro-form-core",null,[[0,"tarobuttonsubmit","onButtonSubmit"],[0,"tarobuttonreset","onButtonReset"]]]]],["p-b9e52b27.system",[[0,"taro-functional-page-navigator-core"]]],["p-636c9e22.system",[[0,"taro-grid-builder-core"]]],["p-d04b19f1.system",[[0,"taro-grid-view-core"]]],["p-d482a085.system",[[0,"taro-icon-core",{"type":[1],"size":[8],"color":[1]}]]],["p-7677dcb3.system",[[0,"taro-image-core",{"src":[1],"mode":[1],"lazyLoad":[4,"lazy-load"],"nativeProps":[16],"aspectFillMode":[32],"didLoad":[32]}]]],["p-a263b21b.system",[[0,"taro-inline-payment-panel-core"]]],["p-a57123fa.system",[[0,"taro-input-core",{"value":[1025],"type":[1],"password":[4],"placeholder":[1],"disabled":[4],"maxlength":[2],"autoFocus":[4,"focus"],"confirmType":[1,"confirm-type"],"name":[1],"nativeProps":[16],"focus":[64]}]]],["p-d3573732.system",[[0,"taro-keyboard-accessory-core"]]],["p-b4d3d0bf.system",[[4,"taro-label-core",{"for":[1]}]]],["p-7f067654.system",[[0,"taro-lifestyle-core"]]],["p-e5f31143.system",[[0,"taro-like-core"]]],["p-93329865.system",[[0,"taro-list-builder-core"]]],["p-08f31efb.system",[[0,"taro-list-view-core"]]],["p-d6bd3fa0.system",[[0,"taro-live-player-core"]]],["p-49bd1791.system",[[0,"taro-live-pusher-core"]]],["p-cc02c5b6.system",[[0,"taro-login-core"]]],["p-720c96ae.system",[[0,"taro-lottie-core"]]],["p-3ee0dda1.system",[[0,"taro-map-core",{"latitude":[2],"longitude":[2],"scale":[2],"minScale":[2,"min-scale"],"maxScale":[2,"max-scale"],"markers":[16],"polyline":[16],"circles":[16],"polygons":[16],"subkey":[1],"layerStyle":[2,"layer-style"],"rotate":[2],"skew":[2],"showCompass":[4,"show-compass"],"showScale":[4,"show-scale"],"enableOverlooking":[4,"enable-overlooking"],"enableZoom":[4,"enable-zoom"],"enableScroll":[4,"enable-scroll"],"enableRotate":[4,"enable-rotate"],"enableSatellite":[4,"enable-satellite"],"enableTraffic":[4,"enable-traffic"],"enableBuilding":[4,"enable-building"],"enableAutoMaxOverlooking":[4,"enable-auto-max-overlooking"],"enable3D":[4,"enable-3-d"],"width":[1],"height":[1]}]]],["p-df082aca.system",[[0,"taro-match-media-core"]]],["p-f0694b9f.system",[[0,"taro-native-slot-core"]]],["p-58a44067.system",[[0,"taro-navigation-bar-core"]]],["p-7e486065.system",[[0,"taro-navigator-core",{"hoverClass":[1,"hover-class"],"url":[1],"openType":[1,"open-type"],"isHover":[4,"is-hover"],"delta":[2]},[[0,"click","onClick"]]]]],["p-731de0f1.system",[[0,"taro-nested-scroll-body-core"]]],["p-fe3e2fdb.system",[[0,"taro-nested-scroll-header-core"]]],["p-920e9e08.system",[[0,"taro-official-account-core"]]],["p-c984e3bd.system",[[0,"taro-open-container-core"]]],["p-0b9fa602.system",[[0,"taro-open-data-core"]]],["p-d952367b.system",[[0,"taro-page-container-core"]]],["p-cb55d5a3.system",[[0,"taro-page-meta-core"]]],["p-336b5b6c.system",[[0,"taro-progress-core",{"percent":[2],"showInfo":[4,"show-info"],"borderRadius":[8,"border-radius"],"fontSize":[8,"font-size"],"strokeWidth":[8,"stroke-width"],"activeColor":[1,"active-color"],"backgroundColor":[1,"background-color"],"active":[4]}]]],["p-34aee4d3.system",[[4,"taro-pull-to-refresh-core",{"prefixCls":[1,"prefix-cls"],"distanceToRefresh":[2,"distance-to-refresh"],"damping":[2],"indicator":[16],"currSt":[32],"dragOnEdge":[32]}]]],["p-a3948a42.system",[[0,"taro-rich-text-core",{"nodes":[1],"selectable":[1028],"userSelect":[1028,"user-select"],"space":[1]}]]],["p-c089b757.system",[[0,"taro-root-portal-core"]]],["p-0e77f1af.system",[[0,"taro-rtc-room-core"]]],["p-76eedcd8.system",[[0,"taro-rtc-room-item-core"]]],["p-60869da5.system",[[4,"taro-scroll-view-core",{"scrollX":[4,"scroll-x"],"scrollY":[4,"scroll-y"],"upperThreshold":[8,"upper-threshold"],"lowerThreshold":[8,"lower-threshold"],"mpScrollTop":[520,"scroll-top"],"mpScrollLeft":[520,"scroll-left"],"mpScrollIntoView":[513,"scroll-into-view"],"mpScrollIntoViewAlignment":[1,"scroll-into-view-alignment"],"animated":[4,"scroll-with-animation"],"mpScrollToMethod":[64],"mpScrollIntoViewMethod":[64]},[[1,"scroll","handleScroll"],[1,"touchmove","handleTouchMove"]]]]],["p-da5ac143.system",[[0,"taro-share-element-core"]]],["p-0cbc06a0.system",[[0,"taro-slider-core",{"min":[2],"max":[2],"step":[2],"disabled":[4],"value":[1538],"activeColor":[1,"active-color"],"backgroundColor":[1,"background-color"],"blockSize":[2,"block-size"],"blockColor":[1,"block-color"],"showValue":[4,"show-value"],"name":[1],"totalWidth":[32],"touching":[32],"ogX":[32],"touchId":[32],"percent":[32],"ogPercent":[32],"isWillLoadCalled":[32]}]]],["p-7a860d44.system",[[0,"taro-slot-core"]]],["p-1565cc2e.system",[[0,"taro-snapshot-core"]]],["p-2053531e.system",[[0,"taro-span-core"]]],["p-2210c50a.system",[[0,"taro-sticky-header-core"]]],["p-ee2e9a0f.system",[[0,"taro-sticky-section-core"]]],["p-0e8c1988.system",[[0,"taro-switch-core",{"type":[1],"checked":[1028],"color":[1],"name":[1],"disabled":[4],"nativeProps":[16],"isWillLoadCalled":[32]}]]],["p-920663c3.system",[[0,"taro-tab-item-core"]]],["p-274753ad.system",[[0,"taro-tabbar",{"conf":[16],"list":[32],"borderStyle":[32],"backgroundColor":[32],"color":[32],"selectedColor":[32],"selectedIndex":[32],"status":[32]}]]],["p-7625b781.system",[[0,"taro-tabs-core"]]],["p-498d940e.system",[[4,"taro-text-core",{"selectable":[1028],"userSelect":[1028,"user-select"],"space":[1025],"numberOfLines":[2,"number-of-lines"]}]]],["p-c7d84f5f.system",[[0,"taro-textarea-core",{"value":[1025],"placeholder":[1],"disabled":[4],"maxlength":[2],"autoFocus":[4,"focus"],"autoHeight":[4,"auto-height"],"name":[1],"nativeProps":[16],"line":[32],"focus":[64]}]]],["p-4dddb4a4.system",[[4,"taro-view-core",{"animation":[1],"hoverClass":[1,"hover-class"],"hoverStartTime":[2,"hover-start-time"],"hoverStayTime":[2,"hover-stay-time"],"hover":[32],"touch":[32]},[[1,"touchstart","onTouchStart"],[1,"touchmove","onTouchMove"],[1,"touchend","onTouchEnd"]]]]],["p-14e9f2fd.system",[[0,"taro-voip-room-core"]]],["p-6f25b319.system",[[0,"taro-web-view-core",{"src":[1]}]]],["p-f490ca1e.system",[[4,"taro-picker-core",{"mode":[1],"disabled":[4],"range":[16],"rangeKey":[1,"range-key"],"value":[1032],"start":[1],"end":[1],"fields":[1],"name":[1],"textProps":[16],"pickerValue":[32],"height":[32],"hidden":[32],"fadeOut":[32],"isWillLoadCalled":[32]}],[0,"taro-picker-group",{"mode":[1],"range":[16],"rangeKey":[1,"range-key"],"height":[2],"columnId":[1,"column-id"],"updateHeight":[16],"updateDay":[16],"startY":[32],"preY":[32],"hadMove":[32],"touchEnd":[32],"isMove":[32],"handleMoveStart":[64],"handleMoving":[64],"handleMoveEnd":[64]},[[1,"mousedown","onMouseDown"],[3,"mousemove","onMouseMove"],[1,"mouseup","onMouseMoveEnd"],[1,"mouseleave","onMouseMoveEnd"],[1,"touchstart","onTouchStart"],[3,"touchmove","onTouchMove"],[1,"touchend","onTouchEnd"]]]]],["p-0c3bf536.system",[[0,"taro-video-core",{"src":[1],"duration":[2],"controls":[4],"autoplay":[4],"loop":[4],"muted":[4],"initialTime":[2,"initial-time"],"poster":[1],"objectFit":[1,"object-fit"],"showProgress":[4,"show-progress"],"showFullscreenBtn":[4,"show-fullscreen-btn"],"showPlayBtn":[4,"show-play-btn"],"showCenterPlayBtn":[4,"show-center-play-btn"],"showMuteBtn":[4,"show-mute-btn"],"danmuList":[16],"danmuBtn":[4,"danmu-btn"],"enableDanmu":[4,"enable-danmu"],"enablePlayGesture":[4,"enable-play-gesture"],"enableProgressGesture":[4,"enable-progress-gesture"],"vslideGesture":[4,"vslide-gesture"],"vslideGestureInFullscreen":[4,"vslide-gesture-in-fullscreen"],"nativeProps":[16],"_duration":[32],"_enableDanmu":[32],"isPlaying":[32],"isFirst":[32],"isFullScreen":[32],"fullScreenTimestamp":[32],"isMute":[32],"getHlsObject":[64],"play":[64],"pause":[64],"stop":[64],"seek":[64],"requestFullScreen":[64],"exitFullScreen":[64]},[[5,"touchmove","onDocumentTouchMove"],[5,"touchend","onDocumentTouchEnd"],[5,"touchcancel","onDocumentTouchEnd"]]],[4,"taro-video-control",{"controls":[4],"currentTime":[2,"current-time"],"duration":[2],"isPlaying":[4,"is-playing"],"pauseFunc":[16],"playFunc":[16],"seekFunc":[16],"showPlayBtn":[4,"show-play-btn"],"showProgress":[4,"show-progress"],"setProgressBall":[64],"toggleVisibility":[64],"getIsDraggingProgressBall":[64],"setCurrentTime":[64]},[[5,"touchmove","onDocumentTouchMove"],[5,"touchend","onDocumentTouchEnd"],[5,"touchcancel","onDocumentTouchEnd"]]],[0,"taro-video-danmu",{"enable":[4],"danmuList":[32],"sendDanmu":[64],"tick":[64]}]]]]'),e)}))}}}));
1
+ System.register(["./p-88de70df.system.js"],(function(e,o){"use strict";var t,r;return{setters:[function(o){t=o.p;r=o.b;e("setNonce",o.s)}],execute:function(){var e=function(){var e=o.meta.url;var r={};if(e!==""){r.resourcesUrl=new URL(".",e).href}return t(r)};e().then((function(e){return r(JSON.parse('[["p-5c3d432f.system",[[4,"taro-checkbox-core",{"name":[1],"value":[1032],"color":[1],"id":[1025],"checked":[4],"disabled":[4],"nativeProps":[16],"isWillLoadCalled":[32]}],[0,"taro-checkbox-group-core",{"name":[8]},[[0,"checkboxchange","function"]]]]],["p-deaafb30.system",[[0,"taro-movable-area-core",{"scaleArea":[4,"scale-area"]}],[0,"taro-movable-view-core",{"x":[8],"y":[8],"direction":[1],"outOfBounds":[4,"out-of-bounds"],"inertia":[4],"friction":[2],"damping":[2],"disabled":[4],"scale":[4],"scaleMin":[2,"scale-min"],"scaleMax":[2,"scale-max"],"scaleValue":[2,"scale-value"],"animation":[4],"setParent":[64],"endScale":[64],"setScale":[64]}]]],["p-c6bf856c.system",[[0,"taro-picker-view-column-core",{"col":[1],"initialPosition":[1,"initial-position"],"paddingVertical":[2,"padding-vertical"],"isInit":[32]},[[1,"touchstart","onTouchStart"],[1,"touchend","onTouchEnd"]]],[4,"taro-picker-view-core",{"indicatorStyle":[1,"indicator-style"],"indicatorClass":[1,"indicator-class"],"value":[16],"maskStyle":[1,"mask-style"],"maskClass":[1,"mask-class"]},[[0,"onselect","onSelect"],[0,"onselectstart","onSelectStart"],[0,"onselectend","onPickerColEnd"]]]]],["p-ac808059.system",[[4,"taro-radio-core",{"name":[1],"value":[1],"id":[1025],"checked":[1540],"disabled":[4],"nativeProps":[16],"isWillLoadCalled":[32]}],[0,"taro-radio-group-core",{"name":[8]},[[0,"radiochange","function"]]]]],["p-bb3a760a.system",[[4,"taro-swiper-core",{"indicatorDots":[4,"indicator-dots"],"indicatorColor":[1,"indicator-color"],"indicatorActiveColor":[1,"indicator-active-color"],"autoplay":[4],"current":[2],"currentItemId":[1,"current-item-id"],"interval":[2],"duration":[2],"circular":[4],"vertical":[4],"previousMargin":[1,"previous-margin"],"nextMargin":[1,"next-margin"],"displayMultipleItems":[2,"display-multiple-items"],"full":[4],"zoom":[4],"effectsProps":[16],"swiperWrapper":[32],"swiper":[32],"isWillLoadCalled":[32],"observer":[32]}],[4,"taro-swiper-item-core",{"itemId":[1,"item-id"]}]]],["p-ce63e336.system",[[0,"taro-ad-core"]]],["p-24a12aac.system",[[0,"taro-ad-custom-core"]]],["p-baba6d35.system",[[0,"taro-animation-video-core"]]],["p-4446fe5f.system",[[0,"taro-animation-view-core"]]],["p-f1597269.system",[[0,"taro-ar-camera-core"]]],["p-fc124d0d.system",[[0,"taro-audio-core",{"src":[1],"controls":[4],"autoplay":[4],"loop":[4],"muted":[4],"nativeProps":[16]}]]],["p-6ef0579d.system",[[0,"taro-aweme-data-core"]]],["p-a39bfe0d.system",[[0,"taro-block-core"]]],["p-eb385fbc.system",[[4,"taro-button-core",{"disabled":[4],"hoverClass":[1,"hover-class"],"type":[1],"hoverStartTime":[2,"hover-start-time"],"hoverStayTime":[2,"hover-stay-time"],"size":[1],"plain":[4],"loading":[4],"formType":[513,"form-type"],"hover":[32],"touch":[32]},[[0,"click","onClick"],[1,"touchstart","onTouchStart"],[1,"touchend","onTouchEnd"]]]]],["p-c6258ca4.system",[[0,"taro-camera-core"]]],["p-48395cab.system",[[0,"taro-canvas-core",{"canvasId":[1,"id"],"height":[1537],"width":[1537],"nativeProps":[16]}]]],["p-34b51434.system",[[0,"taro-channel-live-core"]]],["p-9d815ff0.system",[[0,"taro-channel-video-core"]]],["p-fb23fdb8.system",[[0,"taro-comment-detail-core"]]],["p-2d2c8354.system",[[0,"taro-comment-list-core"]]],["p-86b09ede.system",[[0,"taro-contact-button-core"]]],["p-d2b08d6c.system",[[0,"taro-cover-image-core",{"src":[1],"nativeProps":[16]}]]],["p-ede005c7.system",[[4,"taro-cover-view-core",{"animation":[1],"hoverClass":[1,"hover-class"],"hoverStartTime":[2,"hover-start-time"],"hoverStayTime":[2,"hover-stay-time"],"hover":[32],"touch":[32]},[[1,"touchstart","onTouchStart"],[1,"touchmove","onTouchMove"],[1,"touchend","onTouchEnd"]]]]],["p-4f62b74a.system",[[0,"taro-custom-wrapper-core"]]],["p-055777d4.system",[[0,"taro-double-tap-gesture-handler-core"]]],["p-200ba6f2.system",[[0,"taro-draggable-sheet-core"]]],["p-45ce1c8b.system",[[0,"taro-editor-core"]]],["p-8f7c9757.system",[[0,"taro-follow-swan-core"]]],["p-03a0a6f3.system",[[0,"taro-force-press-gesture-handler-core"]]],["p-a6258172.system",[[4,"taro-form-core",null,[[0,"tarobuttonsubmit","onButtonSubmit"],[0,"tarobuttonreset","onButtonReset"]]]]],["p-b9e52b27.system",[[0,"taro-functional-page-navigator-core"]]],["p-636c9e22.system",[[0,"taro-grid-builder-core"]]],["p-d04b19f1.system",[[0,"taro-grid-view-core"]]],["p-52ab123f.system",[[0,"taro-horizontal-drag-gesture-handler-core"]]],["p-d482a085.system",[[0,"taro-icon-core",{"type":[1],"size":[8],"color":[1]}]]],["p-7677dcb3.system",[[0,"taro-image-core",{"src":[1],"mode":[1],"lazyLoad":[4,"lazy-load"],"nativeProps":[16],"aspectFillMode":[32],"didLoad":[32]}]]],["p-a263b21b.system",[[0,"taro-inline-payment-panel-core"]]],["p-a57123fa.system",[[0,"taro-input-core",{"value":[1025],"type":[1],"password":[4],"placeholder":[1],"disabled":[4],"maxlength":[2],"autoFocus":[4,"focus"],"confirmType":[1,"confirm-type"],"name":[1],"nativeProps":[16],"focus":[64]}]]],["p-d3573732.system",[[0,"taro-keyboard-accessory-core"]]],["p-b4d3d0bf.system",[[4,"taro-label-core",{"for":[1]}]]],["p-7f067654.system",[[0,"taro-lifestyle-core"]]],["p-e5f31143.system",[[0,"taro-like-core"]]],["p-93329865.system",[[0,"taro-list-builder-core"]]],["p-08f31efb.system",[[0,"taro-list-view-core"]]],["p-d6bd3fa0.system",[[0,"taro-live-player-core"]]],["p-49bd1791.system",[[0,"taro-live-pusher-core"]]],["p-cc02c5b6.system",[[0,"taro-login-core"]]],["p-acb1944c.system",[[0,"taro-long-press-gesture-handler-core"]]],["p-720c96ae.system",[[0,"taro-lottie-core"]]],["p-3ee0dda1.system",[[0,"taro-map-core",{"latitude":[2],"longitude":[2],"scale":[2],"minScale":[2,"min-scale"],"maxScale":[2,"max-scale"],"markers":[16],"polyline":[16],"circles":[16],"polygons":[16],"subkey":[1],"layerStyle":[2,"layer-style"],"rotate":[2],"skew":[2],"showCompass":[4,"show-compass"],"showScale":[4,"show-scale"],"enableOverlooking":[4,"enable-overlooking"],"enableZoom":[4,"enable-zoom"],"enableScroll":[4,"enable-scroll"],"enableRotate":[4,"enable-rotate"],"enableSatellite":[4,"enable-satellite"],"enableTraffic":[4,"enable-traffic"],"enableBuilding":[4,"enable-building"],"enableAutoMaxOverlooking":[4,"enable-auto-max-overlooking"],"enable3D":[4,"enable-3-d"],"width":[1],"height":[1]}]]],["p-df082aca.system",[[0,"taro-match-media-core"]]],["p-f0694b9f.system",[[0,"taro-native-slot-core"]]],["p-58a44067.system",[[0,"taro-navigation-bar-core"]]],["p-7e486065.system",[[0,"taro-navigator-core",{"hoverClass":[1,"hover-class"],"url":[1],"openType":[1,"open-type"],"isHover":[4,"is-hover"],"delta":[2]},[[0,"click","onClick"]]]]],["p-731de0f1.system",[[0,"taro-nested-scroll-body-core"]]],["p-fe3e2fdb.system",[[0,"taro-nested-scroll-header-core"]]],["p-920e9e08.system",[[0,"taro-official-account-core"]]],["p-c984e3bd.system",[[0,"taro-open-container-core"]]],["p-0b9fa602.system",[[0,"taro-open-data-core"]]],["p-d952367b.system",[[0,"taro-page-container-core"]]],["p-cb55d5a3.system",[[0,"taro-page-meta-core"]]],["p-f17b4179.system",[[0,"taro-pan-gesture-handler-core"]]],["p-336b5b6c.system",[[0,"taro-progress-core",{"percent":[2],"showInfo":[4,"show-info"],"borderRadius":[8,"border-radius"],"fontSize":[8,"font-size"],"strokeWidth":[8,"stroke-width"],"activeColor":[1,"active-color"],"backgroundColor":[1,"background-color"],"active":[4]}]]],["p-34aee4d3.system",[[4,"taro-pull-to-refresh-core",{"prefixCls":[1,"prefix-cls"],"distanceToRefresh":[2,"distance-to-refresh"],"damping":[2],"indicator":[16],"currSt":[32],"dragOnEdge":[32]}]]],["p-a3948a42.system",[[0,"taro-rich-text-core",{"nodes":[1],"selectable":[1028],"userSelect":[1028,"user-select"],"space":[1]}]]],["p-c089b757.system",[[0,"taro-root-portal-core"]]],["p-0e77f1af.system",[[0,"taro-rtc-room-core"]]],["p-76eedcd8.system",[[0,"taro-rtc-room-item-core"]]],["p-5ff5a099.system",[[0,"taro-scale-gesture-handler-core"]]],["p-ac8ef7e3.system",[[0,"taro-script-core"]]],["p-60869da5.system",[[4,"taro-scroll-view-core",{"scrollX":[4,"scroll-x"],"scrollY":[4,"scroll-y"],"upperThreshold":[8,"upper-threshold"],"lowerThreshold":[8,"lower-threshold"],"mpScrollTop":[520,"scroll-top"],"mpScrollLeft":[520,"scroll-left"],"mpScrollIntoView":[513,"scroll-into-view"],"mpScrollIntoViewAlignment":[1,"scroll-into-view-alignment"],"animated":[4,"scroll-with-animation"],"mpScrollToMethod":[64],"mpScrollIntoViewMethod":[64]},[[1,"scroll","handleScroll"],[1,"touchmove","handleTouchMove"]]]]],["p-da5ac143.system",[[0,"taro-share-element-core"]]],["p-0cbc06a0.system",[[0,"taro-slider-core",{"min":[2],"max":[2],"step":[2],"disabled":[4],"value":[1538],"activeColor":[1,"active-color"],"backgroundColor":[1,"background-color"],"blockSize":[2,"block-size"],"blockColor":[1,"block-color"],"showValue":[4,"show-value"],"name":[1],"totalWidth":[32],"touching":[32],"ogX":[32],"touchId":[32],"percent":[32],"ogPercent":[32],"isWillLoadCalled":[32]}]]],["p-7a860d44.system",[[0,"taro-slot-core"]]],["p-1565cc2e.system",[[0,"taro-snapshot-core"]]],["p-2053531e.system",[[0,"taro-span-core"]]],["p-2210c50a.system",[[0,"taro-sticky-header-core"]]],["p-ee2e9a0f.system",[[0,"taro-sticky-section-core"]]],["p-0e8c1988.system",[[0,"taro-switch-core",{"type":[1],"checked":[1028],"color":[1],"name":[1],"disabled":[4],"nativeProps":[16],"isWillLoadCalled":[32]}]]],["p-920663c3.system",[[0,"taro-tab-item-core"]]],["p-274753ad.system",[[0,"taro-tabbar",{"conf":[16],"list":[32],"borderStyle":[32],"backgroundColor":[32],"color":[32],"selectedColor":[32],"selectedIndex":[32],"status":[32]}]]],["p-7625b781.system",[[0,"taro-tabs-core"]]],["p-c5d34e1c.system",[[0,"taro-tap-gesture-handler-core"]]],["p-498d940e.system",[[4,"taro-text-core",{"selectable":[1028],"userSelect":[1028,"user-select"],"space":[1025],"numberOfLines":[2,"number-of-lines"]}]]],["p-c7d84f5f.system",[[0,"taro-textarea-core",{"value":[1025],"placeholder":[1],"disabled":[4],"maxlength":[2],"autoFocus":[4,"focus"],"autoHeight":[4,"auto-height"],"name":[1],"nativeProps":[16],"line":[32],"focus":[64]}]]],["p-aecf9c49.system",[[0,"taro-vertical-drag-gesture-handler-core"]]],["p-4dddb4a4.system",[[4,"taro-view-core",{"animation":[1],"hoverClass":[1,"hover-class"],"hoverStartTime":[2,"hover-start-time"],"hoverStayTime":[2,"hover-stay-time"],"hover":[32],"touch":[32]},[[1,"touchstart","onTouchStart"],[1,"touchmove","onTouchMove"],[1,"touchend","onTouchEnd"]]]]],["p-14e9f2fd.system",[[0,"taro-voip-room-core"]]],["p-6f25b319.system",[[0,"taro-web-view-core",{"src":[1]}]]],["p-f490ca1e.system",[[4,"taro-picker-core",{"mode":[1],"disabled":[4],"range":[16],"rangeKey":[1,"range-key"],"value":[1032],"start":[1],"end":[1],"fields":[1],"name":[1],"textProps":[16],"pickerValue":[32],"height":[32],"hidden":[32],"fadeOut":[32],"isWillLoadCalled":[32]}],[0,"taro-picker-group",{"mode":[1],"range":[16],"rangeKey":[1,"range-key"],"height":[2],"columnId":[1,"column-id"],"updateHeight":[16],"updateDay":[16],"startY":[32],"preY":[32],"hadMove":[32],"touchEnd":[32],"isMove":[32],"handleMoveStart":[64],"handleMoving":[64],"handleMoveEnd":[64]},[[1,"mousedown","onMouseDown"],[3,"mousemove","onMouseMove"],[1,"mouseup","onMouseMoveEnd"],[1,"mouseleave","onMouseMoveEnd"],[1,"touchstart","onTouchStart"],[3,"touchmove","onTouchMove"],[1,"touchend","onTouchEnd"]]]]],["p-0c3bf536.system",[[0,"taro-video-core",{"src":[1],"duration":[2],"controls":[4],"autoplay":[4],"loop":[4],"muted":[4],"initialTime":[2,"initial-time"],"poster":[1],"objectFit":[1,"object-fit"],"showProgress":[4,"show-progress"],"showFullscreenBtn":[4,"show-fullscreen-btn"],"showPlayBtn":[4,"show-play-btn"],"showCenterPlayBtn":[4,"show-center-play-btn"],"showMuteBtn":[4,"show-mute-btn"],"danmuList":[16],"danmuBtn":[4,"danmu-btn"],"enableDanmu":[4,"enable-danmu"],"enablePlayGesture":[4,"enable-play-gesture"],"enableProgressGesture":[4,"enable-progress-gesture"],"vslideGesture":[4,"vslide-gesture"],"vslideGestureInFullscreen":[4,"vslide-gesture-in-fullscreen"],"nativeProps":[16],"_duration":[32],"_enableDanmu":[32],"isPlaying":[32],"isFirst":[32],"isFullScreen":[32],"fullScreenTimestamp":[32],"isMute":[32],"getHlsObject":[64],"play":[64],"pause":[64],"stop":[64],"seek":[64],"requestFullScreen":[64],"exitFullScreen":[64]},[[5,"touchmove","onDocumentTouchMove"],[5,"touchend","onDocumentTouchEnd"],[5,"touchcancel","onDocumentTouchEnd"]]],[4,"taro-video-control",{"controls":[4],"currentTime":[2,"current-time"],"duration":[2],"isPlaying":[4,"is-playing"],"pauseFunc":[16],"playFunc":[16],"seekFunc":[16],"showPlayBtn":[4,"show-play-btn"],"showProgress":[4,"show-progress"],"setProgressBall":[64],"toggleVisibility":[64],"getIsDraggingProgressBall":[64],"setCurrentTime":[64]},[[5,"touchmove","onDocumentTouchMove"],[5,"touchend","onDocumentTouchEnd"],[5,"touchcancel","onDocumentTouchEnd"]]],[0,"taro-video-danmu",{"enable":[4],"danmuList":[32],"sendDanmu":[64],"tick":[64]}]]]]'),e)}))}}}));
@@ -0,0 +1 @@
1
+ import{r,h as o,H as t}from"./p-d0cabaaa.js";import{n as s}from"./p-dbdb9de9.js";import"@tarojs/taro";const a=class{constructor(o){r(this,o)}componentDidLoad(){s("Script",this)}render(){return o(t,null)}};export{a as taro_script_core}
@@ -0,0 +1 @@
1
+ import{r,h as s,H as o}from"./p-d0cabaaa.js";import{n as e}from"./p-dbdb9de9.js";import"@tarojs/taro";const t=class{constructor(s){r(this,s)}componentDidLoad(){e("ForcePressGestureHandler",this)}render(){return s(o,null)}};export{t as taro_force_press_gesture_handler_core}
@@ -0,0 +1 @@
1
+ import{r,h as a,H as o}from"./p-d0cabaaa.js";import{n as s}from"./p-dbdb9de9.js";import"@tarojs/taro";const t=class{constructor(a){r(this,a)}componentDidLoad(){s("ScaleGestureHandler",this)}render(){return a(o,null)}};export{t as taro_scale_gesture_handler_core}
@@ -0,0 +1 @@
1
+ import{r,h as a,H as t}from"./p-d0cabaaa.js";import{n as o}from"./p-dbdb9de9.js";import"@tarojs/taro";const e=class{constructor(a){r(this,a)}componentDidLoad(){o("VerticalDragGestureHandler",this)}render(){return a(t,null)}};export{e as taro_vertical_drag_gesture_handler_core}
@@ -0,0 +1 @@
1
+ System.register(["./p-88de70df.system.js","./p-8c3b906c.system.js","@tarojs/taro"],(function(t){"use strict";var n,e,r,o;return{setters:[function(t){n=t.r;e=t.h;r=t.H},function(t){o=t.n},function(){}],execute:function(){var s=t("taro_pan_gesture_handler_core",function(){function t(t){n(this,t)}t.prototype.componentDidLoad=function(){o("PanGestureHandler",this)};t.prototype.render=function(){return e(r,null)};return t}())}}}));
@@ -1 +1 @@
1
- import{p as e,b as o}from"./p-d0cabaaa.js";export{s as setNonce}from"./p-d0cabaaa.js";(()=>{const o=import.meta.url,a={};return""!==o&&(a.resourcesUrl=new URL(".",o).href),e(a)})().then((e=>o(JSON.parse('[["p-13773464",[[4,"taro-checkbox-core",{"name":[1],"value":[1032],"color":[1],"id":[1025],"checked":[4],"disabled":[4],"nativeProps":[16],"isWillLoadCalled":[32]}],[0,"taro-checkbox-group-core",{"name":[8]},[[0,"checkboxchange","function"]]]]],["p-77dee229",[[0,"taro-movable-area-core",{"scaleArea":[4,"scale-area"]}],[0,"taro-movable-view-core",{"x":[8],"y":[8],"direction":[1],"outOfBounds":[4,"out-of-bounds"],"inertia":[4],"friction":[2],"damping":[2],"disabled":[4],"scale":[4],"scaleMin":[2,"scale-min"],"scaleMax":[2,"scale-max"],"scaleValue":[2,"scale-value"],"animation":[4],"setParent":[64],"endScale":[64],"setScale":[64]}]]],["p-bc4dbbfb",[[0,"taro-picker-view-column-core",{"col":[1],"initialPosition":[1,"initial-position"],"paddingVertical":[2,"padding-vertical"],"isInit":[32]},[[1,"touchstart","onTouchStart"],[1,"touchend","onTouchEnd"]]],[4,"taro-picker-view-core",{"indicatorStyle":[1,"indicator-style"],"indicatorClass":[1,"indicator-class"],"value":[16],"maskStyle":[1,"mask-style"],"maskClass":[1,"mask-class"]},[[0,"onselect","onSelect"],[0,"onselectstart","onSelectStart"],[0,"onselectend","onPickerColEnd"]]]]],["p-2ad41ae2",[[4,"taro-radio-core",{"name":[1],"value":[1],"id":[1025],"checked":[1540],"disabled":[4],"nativeProps":[16],"isWillLoadCalled":[32]}],[0,"taro-radio-group-core",{"name":[8]},[[0,"radiochange","function"]]]]],["p-bd2bb986",[[4,"taro-swiper-core",{"indicatorDots":[4,"indicator-dots"],"indicatorColor":[1,"indicator-color"],"indicatorActiveColor":[1,"indicator-active-color"],"autoplay":[4],"current":[2],"currentItemId":[1,"current-item-id"],"interval":[2],"duration":[2],"circular":[4],"vertical":[4],"previousMargin":[1,"previous-margin"],"nextMargin":[1,"next-margin"],"displayMultipleItems":[2,"display-multiple-items"],"full":[4],"zoom":[4],"effectsProps":[16],"swiperWrapper":[32],"swiper":[32],"isWillLoadCalled":[32],"observer":[32]}],[4,"taro-swiper-item-core",{"itemId":[1,"item-id"]}]]],["p-a51c3fc6",[[0,"taro-ad-core"]]],["p-13f9d171",[[0,"taro-ad-custom-core"]]],["p-3779a716",[[0,"taro-animation-video-core"]]],["p-b4e5684a",[[0,"taro-animation-view-core"]]],["p-9d2e99b5",[[0,"taro-ar-camera-core"]]],["p-70283efb",[[0,"taro-audio-core",{"src":[1],"controls":[4],"autoplay":[4],"loop":[4],"muted":[4],"nativeProps":[16]}]]],["p-493e2c9a",[[0,"taro-aweme-data-core"]]],["p-b8b1e967",[[0,"taro-block-core"]]],["p-3dc40ce0",[[4,"taro-button-core",{"disabled":[4],"hoverClass":[1,"hover-class"],"type":[1],"hoverStartTime":[2,"hover-start-time"],"hoverStayTime":[2,"hover-stay-time"],"size":[1],"plain":[4],"loading":[4],"formType":[513,"form-type"],"hover":[32],"touch":[32]},[[0,"click","onClick"],[1,"touchstart","onTouchStart"],[1,"touchend","onTouchEnd"]]]]],["p-e30dbf52",[[0,"taro-camera-core"]]],["p-71167112",[[0,"taro-canvas-core",{"canvasId":[1,"id"],"height":[1537],"width":[1537],"nativeProps":[16]}]]],["p-92d5f74a",[[0,"taro-channel-live-core"]]],["p-7d115ac1",[[0,"taro-channel-video-core"]]],["p-5584c307",[[0,"taro-comment-detail-core"]]],["p-b8916511",[[0,"taro-comment-list-core"]]],["p-f922c742",[[0,"taro-contact-button-core"]]],["p-81f8a153",[[0,"taro-cover-image-core",{"src":[1],"nativeProps":[16]}]]],["p-2338fbc5",[[4,"taro-cover-view-core",{"animation":[1],"hoverClass":[1,"hover-class"],"hoverStartTime":[2,"hover-start-time"],"hoverStayTime":[2,"hover-stay-time"],"hover":[32],"touch":[32]},[[1,"touchstart","onTouchStart"],[1,"touchmove","onTouchMove"],[1,"touchend","onTouchEnd"]]]]],["p-1bb89572",[[0,"taro-custom-wrapper-core"]]],["p-da00c309",[[0,"taro-draggable-sheet-core"]]],["p-fa01bbca",[[0,"taro-editor-core"]]],["p-a1e9e6e9",[[0,"taro-follow-swan-core"]]],["p-2b0158fc",[[4,"taro-form-core",null,[[0,"tarobuttonsubmit","onButtonSubmit"],[0,"tarobuttonreset","onButtonReset"]]]]],["p-7ba8fbd4",[[0,"taro-functional-page-navigator-core"]]],["p-0711615a",[[0,"taro-grid-builder-core"]]],["p-31f20299",[[0,"taro-grid-view-core"]]],["p-7c78d193",[[0,"taro-icon-core",{"type":[1],"size":[8],"color":[1]}]]],["p-eb7aa8ad",[[0,"taro-image-core",{"src":[1],"mode":[1],"lazyLoad":[4,"lazy-load"],"nativeProps":[16],"aspectFillMode":[32],"didLoad":[32]}]]],["p-0d965cb0",[[0,"taro-inline-payment-panel-core"]]],["p-a34fb684",[[0,"taro-input-core",{"value":[1025],"type":[1],"password":[4],"placeholder":[1],"disabled":[4],"maxlength":[2],"autoFocus":[4,"focus"],"confirmType":[1,"confirm-type"],"name":[1],"nativeProps":[16],"focus":[64]}]]],["p-725381f1",[[0,"taro-keyboard-accessory-core"]]],["p-e4b971a9",[[4,"taro-label-core",{"for":[1]}]]],["p-88bcad64",[[0,"taro-lifestyle-core"]]],["p-7d469e2e",[[0,"taro-like-core"]]],["p-f5cd77f9",[[0,"taro-list-builder-core"]]],["p-a8a443a5",[[0,"taro-list-view-core"]]],["p-c575464d",[[0,"taro-live-player-core"]]],["p-26792379",[[0,"taro-live-pusher-core"]]],["p-db885f6a",[[0,"taro-login-core"]]],["p-b1e74461",[[0,"taro-lottie-core"]]],["p-b03b164f",[[0,"taro-map-core",{"latitude":[2],"longitude":[2],"scale":[2],"minScale":[2,"min-scale"],"maxScale":[2,"max-scale"],"markers":[16],"polyline":[16],"circles":[16],"polygons":[16],"subkey":[1],"layerStyle":[2,"layer-style"],"rotate":[2],"skew":[2],"showCompass":[4,"show-compass"],"showScale":[4,"show-scale"],"enableOverlooking":[4,"enable-overlooking"],"enableZoom":[4,"enable-zoom"],"enableScroll":[4,"enable-scroll"],"enableRotate":[4,"enable-rotate"],"enableSatellite":[4,"enable-satellite"],"enableTraffic":[4,"enable-traffic"],"enableBuilding":[4,"enable-building"],"enableAutoMaxOverlooking":[4,"enable-auto-max-overlooking"],"enable3D":[4,"enable-3-d"],"width":[1],"height":[1]}]]],["p-a89cb7e0",[[0,"taro-match-media-core"]]],["p-d2023e97",[[0,"taro-native-slot-core"]]],["p-932b1e72",[[0,"taro-navigation-bar-core"]]],["p-c0c4d551",[[0,"taro-navigator-core",{"hoverClass":[1,"hover-class"],"url":[1],"openType":[1,"open-type"],"isHover":[4,"is-hover"],"delta":[2]},[[0,"click","onClick"]]]]],["p-3d163624",[[0,"taro-nested-scroll-body-core"]]],["p-88ded2fb",[[0,"taro-nested-scroll-header-core"]]],["p-62fcda43",[[0,"taro-official-account-core"]]],["p-b923d242",[[0,"taro-open-container-core"]]],["p-e6a85481",[[0,"taro-open-data-core"]]],["p-101c15ac",[[0,"taro-page-container-core"]]],["p-ea867ded",[[0,"taro-page-meta-core"]]],["p-f6d29525",[[0,"taro-progress-core",{"percent":[2],"showInfo":[4,"show-info"],"borderRadius":[8,"border-radius"],"fontSize":[8,"font-size"],"strokeWidth":[8,"stroke-width"],"activeColor":[1,"active-color"],"backgroundColor":[1,"background-color"],"active":[4]}]]],["p-310f27ae",[[4,"taro-pull-to-refresh-core",{"prefixCls":[1,"prefix-cls"],"distanceToRefresh":[2,"distance-to-refresh"],"damping":[2],"indicator":[16],"currSt":[32],"dragOnEdge":[32]}]]],["p-1331d6e6",[[0,"taro-rich-text-core",{"nodes":[1],"selectable":[1028],"userSelect":[1028,"user-select"],"space":[1]}]]],["p-b139e0bb",[[0,"taro-root-portal-core"]]],["p-22140f38",[[0,"taro-rtc-room-core"]]],["p-96d58e6b",[[0,"taro-rtc-room-item-core"]]],["p-f26ddbc9",[[4,"taro-scroll-view-core",{"scrollX":[4,"scroll-x"],"scrollY":[4,"scroll-y"],"upperThreshold":[8,"upper-threshold"],"lowerThreshold":[8,"lower-threshold"],"mpScrollTop":[520,"scroll-top"],"mpScrollLeft":[520,"scroll-left"],"mpScrollIntoView":[513,"scroll-into-view"],"mpScrollIntoViewAlignment":[1,"scroll-into-view-alignment"],"animated":[4,"scroll-with-animation"],"mpScrollToMethod":[64],"mpScrollIntoViewMethod":[64]},[[1,"scroll","handleScroll"],[1,"touchmove","handleTouchMove"]]]]],["p-a1368421",[[0,"taro-share-element-core"]]],["p-6f43d1a1",[[0,"taro-slider-core",{"min":[2],"max":[2],"step":[2],"disabled":[4],"value":[1538],"activeColor":[1,"active-color"],"backgroundColor":[1,"background-color"],"blockSize":[2,"block-size"],"blockColor":[1,"block-color"],"showValue":[4,"show-value"],"name":[1],"totalWidth":[32],"touching":[32],"ogX":[32],"touchId":[32],"percent":[32],"ogPercent":[32],"isWillLoadCalled":[32]}]]],["p-9b1be768",[[0,"taro-slot-core"]]],["p-6a54dc69",[[0,"taro-snapshot-core"]]],["p-646b6bb1",[[0,"taro-span-core"]]],["p-da3ae8b9",[[0,"taro-sticky-header-core"]]],["p-010113d5",[[0,"taro-sticky-section-core"]]],["p-48887552",[[0,"taro-switch-core",{"type":[1],"checked":[1028],"color":[1],"name":[1],"disabled":[4],"nativeProps":[16],"isWillLoadCalled":[32]}]]],["p-6c314305",[[0,"taro-tab-item-core"]]],["p-177ab579",[[0,"taro-tabbar",{"conf":[16],"list":[32],"borderStyle":[32],"backgroundColor":[32],"color":[32],"selectedColor":[32],"selectedIndex":[32],"status":[32]}]]],["p-ea2ea074",[[0,"taro-tabs-core"]]],["p-b197f269",[[4,"taro-text-core",{"selectable":[1028],"userSelect":[1028,"user-select"],"space":[1025],"numberOfLines":[2,"number-of-lines"]}]]],["p-9cf98daf",[[0,"taro-textarea-core",{"value":[1025],"placeholder":[1],"disabled":[4],"maxlength":[2],"autoFocus":[4,"focus"],"autoHeight":[4,"auto-height"],"name":[1],"nativeProps":[16],"line":[32],"focus":[64]}]]],["p-757c9533",[[4,"taro-view-core",{"animation":[1],"hoverClass":[1,"hover-class"],"hoverStartTime":[2,"hover-start-time"],"hoverStayTime":[2,"hover-stay-time"],"hover":[32],"touch":[32]},[[1,"touchstart","onTouchStart"],[1,"touchmove","onTouchMove"],[1,"touchend","onTouchEnd"]]]]],["p-60c76b97",[[0,"taro-voip-room-core"]]],["p-a33c6ab4",[[0,"taro-web-view-core",{"src":[1]}]]],["p-39dd80dd",[[4,"taro-picker-core",{"mode":[1],"disabled":[4],"range":[16],"rangeKey":[1,"range-key"],"value":[1032],"start":[1],"end":[1],"fields":[1],"name":[1],"textProps":[16],"pickerValue":[32],"height":[32],"hidden":[32],"fadeOut":[32],"isWillLoadCalled":[32]}],[0,"taro-picker-group",{"mode":[1],"range":[16],"rangeKey":[1,"range-key"],"height":[2],"columnId":[1,"column-id"],"updateHeight":[16],"updateDay":[16],"startY":[32],"preY":[32],"hadMove":[32],"touchEnd":[32],"isMove":[32],"handleMoveStart":[64],"handleMoving":[64],"handleMoveEnd":[64]},[[1,"mousedown","onMouseDown"],[3,"mousemove","onMouseMove"],[1,"mouseup","onMouseMoveEnd"],[1,"mouseleave","onMouseMoveEnd"],[1,"touchstart","onTouchStart"],[3,"touchmove","onTouchMove"],[1,"touchend","onTouchEnd"]]]]],["p-bd7d7771",[[0,"taro-video-core",{"src":[1],"duration":[2],"controls":[4],"autoplay":[4],"loop":[4],"muted":[4],"initialTime":[2,"initial-time"],"poster":[1],"objectFit":[1,"object-fit"],"showProgress":[4,"show-progress"],"showFullscreenBtn":[4,"show-fullscreen-btn"],"showPlayBtn":[4,"show-play-btn"],"showCenterPlayBtn":[4,"show-center-play-btn"],"showMuteBtn":[4,"show-mute-btn"],"danmuList":[16],"danmuBtn":[4,"danmu-btn"],"enableDanmu":[4,"enable-danmu"],"enablePlayGesture":[4,"enable-play-gesture"],"enableProgressGesture":[4,"enable-progress-gesture"],"vslideGesture":[4,"vslide-gesture"],"vslideGestureInFullscreen":[4,"vslide-gesture-in-fullscreen"],"nativeProps":[16],"_duration":[32],"_enableDanmu":[32],"isPlaying":[32],"isFirst":[32],"isFullScreen":[32],"fullScreenTimestamp":[32],"isMute":[32],"getHlsObject":[64],"play":[64],"pause":[64],"stop":[64],"seek":[64],"requestFullScreen":[64],"exitFullScreen":[64]},[[5,"touchmove","onDocumentTouchMove"],[5,"touchend","onDocumentTouchEnd"],[5,"touchcancel","onDocumentTouchEnd"]]],[4,"taro-video-control",{"controls":[4],"currentTime":[2,"current-time"],"duration":[2],"isPlaying":[4,"is-playing"],"pauseFunc":[16],"playFunc":[16],"seekFunc":[16],"showPlayBtn":[4,"show-play-btn"],"showProgress":[4,"show-progress"],"setProgressBall":[64],"toggleVisibility":[64],"getIsDraggingProgressBall":[64],"setCurrentTime":[64]},[[5,"touchmove","onDocumentTouchMove"],[5,"touchend","onDocumentTouchEnd"],[5,"touchcancel","onDocumentTouchEnd"]]],[0,"taro-video-danmu",{"enable":[4],"danmuList":[32],"sendDanmu":[64],"tick":[64]}]]]]'),e)));
1
+ import{p as e,b as o}from"./p-d0cabaaa.js";export{s as setNonce}from"./p-d0cabaaa.js";(()=>{const o=import.meta.url,a={};return""!==o&&(a.resourcesUrl=new URL(".",o).href),e(a)})().then((e=>o(JSON.parse('[["p-13773464",[[4,"taro-checkbox-core",{"name":[1],"value":[1032],"color":[1],"id":[1025],"checked":[4],"disabled":[4],"nativeProps":[16],"isWillLoadCalled":[32]}],[0,"taro-checkbox-group-core",{"name":[8]},[[0,"checkboxchange","function"]]]]],["p-77dee229",[[0,"taro-movable-area-core",{"scaleArea":[4,"scale-area"]}],[0,"taro-movable-view-core",{"x":[8],"y":[8],"direction":[1],"outOfBounds":[4,"out-of-bounds"],"inertia":[4],"friction":[2],"damping":[2],"disabled":[4],"scale":[4],"scaleMin":[2,"scale-min"],"scaleMax":[2,"scale-max"],"scaleValue":[2,"scale-value"],"animation":[4],"setParent":[64],"endScale":[64],"setScale":[64]}]]],["p-bc4dbbfb",[[0,"taro-picker-view-column-core",{"col":[1],"initialPosition":[1,"initial-position"],"paddingVertical":[2,"padding-vertical"],"isInit":[32]},[[1,"touchstart","onTouchStart"],[1,"touchend","onTouchEnd"]]],[4,"taro-picker-view-core",{"indicatorStyle":[1,"indicator-style"],"indicatorClass":[1,"indicator-class"],"value":[16],"maskStyle":[1,"mask-style"],"maskClass":[1,"mask-class"]},[[0,"onselect","onSelect"],[0,"onselectstart","onSelectStart"],[0,"onselectend","onPickerColEnd"]]]]],["p-2ad41ae2",[[4,"taro-radio-core",{"name":[1],"value":[1],"id":[1025],"checked":[1540],"disabled":[4],"nativeProps":[16],"isWillLoadCalled":[32]}],[0,"taro-radio-group-core",{"name":[8]},[[0,"radiochange","function"]]]]],["p-bd2bb986",[[4,"taro-swiper-core",{"indicatorDots":[4,"indicator-dots"],"indicatorColor":[1,"indicator-color"],"indicatorActiveColor":[1,"indicator-active-color"],"autoplay":[4],"current":[2],"currentItemId":[1,"current-item-id"],"interval":[2],"duration":[2],"circular":[4],"vertical":[4],"previousMargin":[1,"previous-margin"],"nextMargin":[1,"next-margin"],"displayMultipleItems":[2,"display-multiple-items"],"full":[4],"zoom":[4],"effectsProps":[16],"swiperWrapper":[32],"swiper":[32],"isWillLoadCalled":[32],"observer":[32]}],[4,"taro-swiper-item-core",{"itemId":[1,"item-id"]}]]],["p-a51c3fc6",[[0,"taro-ad-core"]]],["p-13f9d171",[[0,"taro-ad-custom-core"]]],["p-3779a716",[[0,"taro-animation-video-core"]]],["p-b4e5684a",[[0,"taro-animation-view-core"]]],["p-9d2e99b5",[[0,"taro-ar-camera-core"]]],["p-70283efb",[[0,"taro-audio-core",{"src":[1],"controls":[4],"autoplay":[4],"loop":[4],"muted":[4],"nativeProps":[16]}]]],["p-493e2c9a",[[0,"taro-aweme-data-core"]]],["p-b8b1e967",[[0,"taro-block-core"]]],["p-3dc40ce0",[[4,"taro-button-core",{"disabled":[4],"hoverClass":[1,"hover-class"],"type":[1],"hoverStartTime":[2,"hover-start-time"],"hoverStayTime":[2,"hover-stay-time"],"size":[1],"plain":[4],"loading":[4],"formType":[513,"form-type"],"hover":[32],"touch":[32]},[[0,"click","onClick"],[1,"touchstart","onTouchStart"],[1,"touchend","onTouchEnd"]]]]],["p-e30dbf52",[[0,"taro-camera-core"]]],["p-71167112",[[0,"taro-canvas-core",{"canvasId":[1,"id"],"height":[1537],"width":[1537],"nativeProps":[16]}]]],["p-92d5f74a",[[0,"taro-channel-live-core"]]],["p-7d115ac1",[[0,"taro-channel-video-core"]]],["p-5584c307",[[0,"taro-comment-detail-core"]]],["p-b8916511",[[0,"taro-comment-list-core"]]],["p-f922c742",[[0,"taro-contact-button-core"]]],["p-81f8a153",[[0,"taro-cover-image-core",{"src":[1],"nativeProps":[16]}]]],["p-2338fbc5",[[4,"taro-cover-view-core",{"animation":[1],"hoverClass":[1,"hover-class"],"hoverStartTime":[2,"hover-start-time"],"hoverStayTime":[2,"hover-stay-time"],"hover":[32],"touch":[32]},[[1,"touchstart","onTouchStart"],[1,"touchmove","onTouchMove"],[1,"touchend","onTouchEnd"]]]]],["p-1bb89572",[[0,"taro-custom-wrapper-core"]]],["p-0020c650",[[0,"taro-double-tap-gesture-handler-core"]]],["p-da00c309",[[0,"taro-draggable-sheet-core"]]],["p-fa01bbca",[[0,"taro-editor-core"]]],["p-a1e9e6e9",[[0,"taro-follow-swan-core"]]],["p-decf6ca4",[[0,"taro-force-press-gesture-handler-core"]]],["p-2b0158fc",[[4,"taro-form-core",null,[[0,"tarobuttonsubmit","onButtonSubmit"],[0,"tarobuttonreset","onButtonReset"]]]]],["p-7ba8fbd4",[[0,"taro-functional-page-navigator-core"]]],["p-0711615a",[[0,"taro-grid-builder-core"]]],["p-31f20299",[[0,"taro-grid-view-core"]]],["p-b29407ff",[[0,"taro-horizontal-drag-gesture-handler-core"]]],["p-7c78d193",[[0,"taro-icon-core",{"type":[1],"size":[8],"color":[1]}]]],["p-eb7aa8ad",[[0,"taro-image-core",{"src":[1],"mode":[1],"lazyLoad":[4,"lazy-load"],"nativeProps":[16],"aspectFillMode":[32],"didLoad":[32]}]]],["p-0d965cb0",[[0,"taro-inline-payment-panel-core"]]],["p-a34fb684",[[0,"taro-input-core",{"value":[1025],"type":[1],"password":[4],"placeholder":[1],"disabled":[4],"maxlength":[2],"autoFocus":[4,"focus"],"confirmType":[1,"confirm-type"],"name":[1],"nativeProps":[16],"focus":[64]}]]],["p-725381f1",[[0,"taro-keyboard-accessory-core"]]],["p-e4b971a9",[[4,"taro-label-core",{"for":[1]}]]],["p-88bcad64",[[0,"taro-lifestyle-core"]]],["p-7d469e2e",[[0,"taro-like-core"]]],["p-f5cd77f9",[[0,"taro-list-builder-core"]]],["p-a8a443a5",[[0,"taro-list-view-core"]]],["p-c575464d",[[0,"taro-live-player-core"]]],["p-26792379",[[0,"taro-live-pusher-core"]]],["p-db885f6a",[[0,"taro-login-core"]]],["p-73ab191f",[[0,"taro-long-press-gesture-handler-core"]]],["p-b1e74461",[[0,"taro-lottie-core"]]],["p-b03b164f",[[0,"taro-map-core",{"latitude":[2],"longitude":[2],"scale":[2],"minScale":[2,"min-scale"],"maxScale":[2,"max-scale"],"markers":[16],"polyline":[16],"circles":[16],"polygons":[16],"subkey":[1],"layerStyle":[2,"layer-style"],"rotate":[2],"skew":[2],"showCompass":[4,"show-compass"],"showScale":[4,"show-scale"],"enableOverlooking":[4,"enable-overlooking"],"enableZoom":[4,"enable-zoom"],"enableScroll":[4,"enable-scroll"],"enableRotate":[4,"enable-rotate"],"enableSatellite":[4,"enable-satellite"],"enableTraffic":[4,"enable-traffic"],"enableBuilding":[4,"enable-building"],"enableAutoMaxOverlooking":[4,"enable-auto-max-overlooking"],"enable3D":[4,"enable-3-d"],"width":[1],"height":[1]}]]],["p-a89cb7e0",[[0,"taro-match-media-core"]]],["p-d2023e97",[[0,"taro-native-slot-core"]]],["p-932b1e72",[[0,"taro-navigation-bar-core"]]],["p-c0c4d551",[[0,"taro-navigator-core",{"hoverClass":[1,"hover-class"],"url":[1],"openType":[1,"open-type"],"isHover":[4,"is-hover"],"delta":[2]},[[0,"click","onClick"]]]]],["p-3d163624",[[0,"taro-nested-scroll-body-core"]]],["p-88ded2fb",[[0,"taro-nested-scroll-header-core"]]],["p-62fcda43",[[0,"taro-official-account-core"]]],["p-b923d242",[[0,"taro-open-container-core"]]],["p-e6a85481",[[0,"taro-open-data-core"]]],["p-101c15ac",[[0,"taro-page-container-core"]]],["p-ea867ded",[[0,"taro-page-meta-core"]]],["p-adf40a3f",[[0,"taro-pan-gesture-handler-core"]]],["p-f6d29525",[[0,"taro-progress-core",{"percent":[2],"showInfo":[4,"show-info"],"borderRadius":[8,"border-radius"],"fontSize":[8,"font-size"],"strokeWidth":[8,"stroke-width"],"activeColor":[1,"active-color"],"backgroundColor":[1,"background-color"],"active":[4]}]]],["p-310f27ae",[[4,"taro-pull-to-refresh-core",{"prefixCls":[1,"prefix-cls"],"distanceToRefresh":[2,"distance-to-refresh"],"damping":[2],"indicator":[16],"currSt":[32],"dragOnEdge":[32]}]]],["p-1331d6e6",[[0,"taro-rich-text-core",{"nodes":[1],"selectable":[1028],"userSelect":[1028,"user-select"],"space":[1]}]]],["p-b139e0bb",[[0,"taro-root-portal-core"]]],["p-22140f38",[[0,"taro-rtc-room-core"]]],["p-96d58e6b",[[0,"taro-rtc-room-item-core"]]],["p-ded33122",[[0,"taro-scale-gesture-handler-core"]]],["p-de8a1363",[[0,"taro-script-core"]]],["p-f26ddbc9",[[4,"taro-scroll-view-core",{"scrollX":[4,"scroll-x"],"scrollY":[4,"scroll-y"],"upperThreshold":[8,"upper-threshold"],"lowerThreshold":[8,"lower-threshold"],"mpScrollTop":[520,"scroll-top"],"mpScrollLeft":[520,"scroll-left"],"mpScrollIntoView":[513,"scroll-into-view"],"mpScrollIntoViewAlignment":[1,"scroll-into-view-alignment"],"animated":[4,"scroll-with-animation"],"mpScrollToMethod":[64],"mpScrollIntoViewMethod":[64]},[[1,"scroll","handleScroll"],[1,"touchmove","handleTouchMove"]]]]],["p-a1368421",[[0,"taro-share-element-core"]]],["p-6f43d1a1",[[0,"taro-slider-core",{"min":[2],"max":[2],"step":[2],"disabled":[4],"value":[1538],"activeColor":[1,"active-color"],"backgroundColor":[1,"background-color"],"blockSize":[2,"block-size"],"blockColor":[1,"block-color"],"showValue":[4,"show-value"],"name":[1],"totalWidth":[32],"touching":[32],"ogX":[32],"touchId":[32],"percent":[32],"ogPercent":[32],"isWillLoadCalled":[32]}]]],["p-9b1be768",[[0,"taro-slot-core"]]],["p-6a54dc69",[[0,"taro-snapshot-core"]]],["p-646b6bb1",[[0,"taro-span-core"]]],["p-da3ae8b9",[[0,"taro-sticky-header-core"]]],["p-010113d5",[[0,"taro-sticky-section-core"]]],["p-48887552",[[0,"taro-switch-core",{"type":[1],"checked":[1028],"color":[1],"name":[1],"disabled":[4],"nativeProps":[16],"isWillLoadCalled":[32]}]]],["p-6c314305",[[0,"taro-tab-item-core"]]],["p-177ab579",[[0,"taro-tabbar",{"conf":[16],"list":[32],"borderStyle":[32],"backgroundColor":[32],"color":[32],"selectedColor":[32],"selectedIndex":[32],"status":[32]}]]],["p-ea2ea074",[[0,"taro-tabs-core"]]],["p-bdbe75c4",[[0,"taro-tap-gesture-handler-core"]]],["p-b197f269",[[4,"taro-text-core",{"selectable":[1028],"userSelect":[1028,"user-select"],"space":[1025],"numberOfLines":[2,"number-of-lines"]}]]],["p-9cf98daf",[[0,"taro-textarea-core",{"value":[1025],"placeholder":[1],"disabled":[4],"maxlength":[2],"autoFocus":[4,"focus"],"autoHeight":[4,"auto-height"],"name":[1],"nativeProps":[16],"line":[32],"focus":[64]}]]],["p-e008dd54",[[0,"taro-vertical-drag-gesture-handler-core"]]],["p-757c9533",[[4,"taro-view-core",{"animation":[1],"hoverClass":[1,"hover-class"],"hoverStartTime":[2,"hover-start-time"],"hoverStayTime":[2,"hover-stay-time"],"hover":[32],"touch":[32]},[[1,"touchstart","onTouchStart"],[1,"touchmove","onTouchMove"],[1,"touchend","onTouchEnd"]]]]],["p-60c76b97",[[0,"taro-voip-room-core"]]],["p-a33c6ab4",[[0,"taro-web-view-core",{"src":[1]}]]],["p-39dd80dd",[[4,"taro-picker-core",{"mode":[1],"disabled":[4],"range":[16],"rangeKey":[1,"range-key"],"value":[1032],"start":[1],"end":[1],"fields":[1],"name":[1],"textProps":[16],"pickerValue":[32],"height":[32],"hidden":[32],"fadeOut":[32],"isWillLoadCalled":[32]}],[0,"taro-picker-group",{"mode":[1],"range":[16],"rangeKey":[1,"range-key"],"height":[2],"columnId":[1,"column-id"],"updateHeight":[16],"updateDay":[16],"startY":[32],"preY":[32],"hadMove":[32],"touchEnd":[32],"isMove":[32],"handleMoveStart":[64],"handleMoving":[64],"handleMoveEnd":[64]},[[1,"mousedown","onMouseDown"],[3,"mousemove","onMouseMove"],[1,"mouseup","onMouseMoveEnd"],[1,"mouseleave","onMouseMoveEnd"],[1,"touchstart","onTouchStart"],[3,"touchmove","onTouchMove"],[1,"touchend","onTouchEnd"]]]]],["p-bd7d7771",[[0,"taro-video-core",{"src":[1],"duration":[2],"controls":[4],"autoplay":[4],"loop":[4],"muted":[4],"initialTime":[2,"initial-time"],"poster":[1],"objectFit":[1,"object-fit"],"showProgress":[4,"show-progress"],"showFullscreenBtn":[4,"show-fullscreen-btn"],"showPlayBtn":[4,"show-play-btn"],"showCenterPlayBtn":[4,"show-center-play-btn"],"showMuteBtn":[4,"show-mute-btn"],"danmuList":[16],"danmuBtn":[4,"danmu-btn"],"enableDanmu":[4,"enable-danmu"],"enablePlayGesture":[4,"enable-play-gesture"],"enableProgressGesture":[4,"enable-progress-gesture"],"vslideGesture":[4,"vslide-gesture"],"vslideGestureInFullscreen":[4,"vslide-gesture-in-fullscreen"],"nativeProps":[16],"_duration":[32],"_enableDanmu":[32],"isPlaying":[32],"isFirst":[32],"isFullScreen":[32],"fullScreenTimestamp":[32],"isMute":[32],"getHlsObject":[64],"play":[64],"pause":[64],"stop":[64],"seek":[64],"requestFullScreen":[64],"exitFullScreen":[64]},[[5,"touchmove","onDocumentTouchMove"],[5,"touchend","onDocumentTouchEnd"],[5,"touchcancel","onDocumentTouchEnd"]]],[4,"taro-video-control",{"controls":[4],"currentTime":[2,"current-time"],"duration":[2],"isPlaying":[4,"is-playing"],"pauseFunc":[16],"playFunc":[16],"seekFunc":[16],"showPlayBtn":[4,"show-play-btn"],"showProgress":[4,"show-progress"],"setProgressBall":[64],"toggleVisibility":[64],"getIsDraggingProgressBall":[64],"setCurrentTime":[64]},[[5,"touchmove","onDocumentTouchMove"],[5,"touchend","onDocumentTouchEnd"],[5,"touchcancel","onDocumentTouchEnd"]]],[0,"taro-video-danmu",{"enable":[4],"danmuList":[32],"sendDanmu":[64],"tick":[64]}]]]]'),e)));
@@ -0,0 +1,5 @@
1
+ import { ComponentInterface } from '../../stencil-public-runtime';
2
+ export declare class DoubleTapGestureHandler implements ComponentInterface {
3
+ componentDidLoad(): void;
4
+ render(): any;
5
+ }
@@ -0,0 +1,5 @@
1
+ import { ComponentInterface } from '../../stencil-public-runtime';
2
+ export declare class ForcePressGestureHandler implements ComponentInterface {
3
+ componentDidLoad(): void;
4
+ render(): any;
5
+ }
@@ -0,0 +1,5 @@
1
+ import { ComponentInterface } from '../../stencil-public-runtime';
2
+ export declare class HorizontalDragGestureHandler implements ComponentInterface {
3
+ componentDidLoad(): void;
4
+ render(): any;
5
+ }
@@ -0,0 +1,5 @@
1
+ import { ComponentInterface } from '../../stencil-public-runtime';
2
+ export declare class LongPressGestureHandler implements ComponentInterface {
3
+ componentDidLoad(): void;
4
+ render(): any;
5
+ }
@@ -0,0 +1,5 @@
1
+ import { ComponentInterface } from '../../stencil-public-runtime';
2
+ export declare class PanGestureHandler implements ComponentInterface {
3
+ componentDidLoad(): void;
4
+ render(): any;
5
+ }
@@ -0,0 +1,5 @@
1
+ import { ComponentInterface } from '../../stencil-public-runtime';
2
+ export declare class ScaleGestureHandler implements ComponentInterface {
3
+ componentDidLoad(): void;
4
+ render(): any;
5
+ }
@@ -0,0 +1,5 @@
1
+ import { ComponentInterface } from '../../stencil-public-runtime';
2
+ export declare class Script implements ComponentInterface {
3
+ componentDidLoad(): void;
4
+ render(): any;
5
+ }
@@ -0,0 +1,5 @@
1
+ import { ComponentInterface } from '../../stencil-public-runtime';
2
+ export declare class TapGestureHandler implements ComponentInterface {
3
+ componentDidLoad(): void;
4
+ render(): any;
5
+ }
@@ -0,0 +1,5 @@
1
+ import { ComponentInterface } from '../../stencil-public-runtime';
2
+ export declare class VerticalDragGestureHandler implements ComponentInterface {
3
+ componentDidLoad(): void;
4
+ render(): any;
5
+ }