@tarojs/components 3.6.6 → 3.6.7-alpha.0

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 (68) 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-input-core.cjs.entry.js +5 -5
  4. package/dist/cjs/taro-picker-core_2.cjs.entry.js +20 -13
  5. package/dist/cjs/taro-rich-text-core.cjs.entry.js +6 -0
  6. package/dist/cjs/taro-text-core.cjs.entry.js +9 -6
  7. package/dist/collection/components/checkbox/checkbox.js +4 -4
  8. package/dist/collection/components/input/input.js +5 -5
  9. package/dist/collection/components/picker/picker-group.js +29 -26
  10. package/dist/collection/components/picker/picker.js +34 -8
  11. package/dist/collection/components/rich-text/rich-text.js +71 -0
  12. package/dist/collection/components/rich-text/style/index.css +16 -0
  13. package/dist/collection/components/text/style/index.css +20 -3
  14. package/dist/collection/components/text/text.js +66 -6
  15. package/dist/components/picker-group.js +9 -9
  16. package/dist/components/taro-checkbox-core.js +1 -1
  17. package/dist/components/taro-input-core.js +5 -5
  18. package/dist/components/taro-picker-core.js +14 -7
  19. package/dist/components/taro-rich-text-core.js +10 -1
  20. package/dist/components/taro-text-core.js +13 -7
  21. package/dist/esm/loader.js +1 -1
  22. package/dist/esm/taro-components.js +1 -1
  23. package/dist/esm/taro-input-core.entry.js +5 -5
  24. package/dist/esm/taro-picker-core_2.entry.js +20 -13
  25. package/dist/esm/taro-rich-text-core.entry.js +6 -0
  26. package/dist/esm/taro-text-core.entry.js +9 -6
  27. package/dist/esm-es5/loader.js +1 -1
  28. package/dist/esm-es5/taro-components.js +1 -1
  29. package/dist/esm-es5/taro-input-core.entry.js +1 -1
  30. package/dist/esm-es5/taro-picker-core_2.entry.js +1 -1
  31. package/dist/esm-es5/taro-rich-text-core.entry.js +1 -1
  32. package/dist/esm-es5/taro-text-core.entry.js +1 -1
  33. package/dist/taro-components/{p-030715f1.system.entry.js → p-01e163f8.system.entry.js} +1 -1
  34. package/dist/taro-components/p-0944cb46.system.entry.js +1 -0
  35. package/dist/taro-components/p-0fa96970.entry.js +1 -0
  36. package/dist/taro-components/p-425c209a.entry.js +1 -0
  37. package/dist/taro-components/p-468245ea.entry.js +1 -0
  38. package/dist/taro-components/p-9edea30f.system.entry.js +1 -0
  39. package/dist/taro-components/p-e09451c5.system.entry.js +1 -0
  40. package/dist/taro-components/{p-98d771c3.entry.js → p-ebc7b6fc.entry.js} +1 -1
  41. package/dist/taro-components/p-ed331c06.system.js +1 -1
  42. package/dist/taro-components/taro-components.esm.js +1 -1
  43. package/dist/types/components/checkbox/checkbox.d.ts +1 -1
  44. package/dist/types/components/input/input.d.ts +1 -1
  45. package/dist/types/components/picker/picker-group.d.ts +3 -3
  46. package/dist/types/components/picker/picker.d.ts +6 -1
  47. package/dist/types/components/rich-text/rich-text.d.ts +4 -0
  48. package/dist/types/components/text/text.d.ts +4 -0
  49. package/dist/types/components.d.ts +24 -6
  50. package/lib/react/react-component-lib/utils/attachProps.js +1 -4
  51. package/lib/react/react-component-lib/utils/attachProps.js.map +1 -1
  52. package/lib/vue2/components.d.ts +8 -2
  53. package/lib/vue2/components.js +11 -5
  54. package/lib/vue2/components.js.map +1 -1
  55. package/lib/vue3/components.js +11 -4
  56. package/lib/vue3/components.js.map +1 -1
  57. package/package.json +4 -4
  58. package/types/Button.d.ts +3 -1
  59. package/types/Picker.d.ts +9 -0
  60. package/types/RichText.d.ts +6 -4
  61. package/types/Text.d.ts +4 -3
  62. package/types/Textarea.d.ts +4 -2
  63. package/dist/taro-components/p-5b67a98e.entry.js +0 -1
  64. package/dist/taro-components/p-8414da06.system.entry.js +0 -1
  65. package/dist/taro-components/p-af2cd702.entry.js +0 -1
  66. package/dist/taro-components/p-c43c5e89.system.entry.js +0 -1
  67. package/dist/taro-components/p-ed011ff9.entry.js +0 -1
  68. package/dist/taro-components/p-fa43177b.system.entry.js +0 -1
@@ -7,8 +7,9 @@
7
7
  import { HTMLStencilElement, JSXBase } from "./stencil-public-runtime";
8
8
  import { Type } from "./components/icon/icon";
9
9
  import { Mode } from "./components/image/image";
10
- import { Fields, Mode as Mode1, PickerValue } from "./components/picker/picker";
10
+ import { Fields, Mode as Mode1, PickerText, PickerValue } from "./components/picker/picker";
11
11
  import { Nodes } from "./components/rich-text/rich-text";
12
+ import { TextProps } from "types";
12
13
  import { ScrollViewContext } from "@tarojs/taro";
13
14
  import { Conf } from "./components/tabbar/tabbar";
14
15
  import { Danmu } from "./components/video/video-danmu";
@@ -63,7 +64,7 @@ export namespace Components {
63
64
  "id": string;
64
65
  "name": string;
65
66
  "nativeProps": {};
66
- "value": string;
67
+ "value": string | number;
67
68
  }
68
69
  interface TaroCheckboxGroupCore {
69
70
  "name": any;
@@ -250,6 +251,7 @@ export namespace Components {
250
251
  "range": any[];
251
252
  "rangeKey": string;
252
253
  "start": string;
254
+ "textProps": PickerText;
253
255
  "value": PickerValue;
254
256
  }
255
257
  interface TaroPickerGroup {
@@ -259,10 +261,9 @@ export namespace Components {
259
261
  "handleMoving": (clientY: number) => Promise<void>;
260
262
  "height": number;
261
263
  "mode": 'time' | 'date';
262
- "onColumnChange": (height: number, columnId: string) => void;
263
264
  "range": any[];
264
265
  "rangeKey": string;
265
- "updateDay": (value: number, fields: number) => void;
266
+ "updateDay"?: (value: number, fields: number) => void;
266
267
  "updateHeight": (height: number, columnId: string, needRevise?: boolean) => void;
267
268
  }
268
269
  interface TaroPickerViewColumnCore {
@@ -306,6 +307,9 @@ export namespace Components {
306
307
  }
307
308
  interface TaroRichTextCore {
308
309
  "nodes": Nodes;
310
+ "selectable": boolean;
311
+ "space"?: keyof TextProps.TSpace;
312
+ "userSelect": boolean;
309
313
  }
310
314
  interface TaroRootPortalCore {
311
315
  }
@@ -423,7 +427,10 @@ export namespace Components {
423
427
  interface TaroTabsCore {
424
428
  }
425
429
  interface TaroTextCore {
430
+ "numberOfLines"?: number;
426
431
  "selectable": boolean;
432
+ "space"?: keyof TextProps.TSpace;
433
+ "userSelect": boolean;
427
434
  }
428
435
  interface TaroTextareaCore {
429
436
  "autoFocus": boolean;
@@ -632,6 +639,10 @@ export interface TaroPickerCoreCustomEvent<T> extends CustomEvent<T> {
632
639
  detail: T;
633
640
  target: HTMLTaroPickerCoreElement;
634
641
  }
642
+ export interface TaroPickerGroupCustomEvent<T> extends CustomEvent<T> {
643
+ detail: T;
644
+ target: HTMLTaroPickerGroupElement;
645
+ }
635
646
  export interface TaroPickerViewColumnCoreCustomEvent<T> extends CustomEvent<T> {
636
647
  detail: T;
637
648
  target: HTMLTaroPickerViewColumnCoreElement;
@@ -1331,7 +1342,7 @@ declare namespace LocalJSX {
1331
1342
  "name"?: string;
1332
1343
  "nativeProps"?: {};
1333
1344
  "onCheckboxchange"?: (event: TaroCheckboxCoreCustomEvent<any>) => void;
1334
- "value"?: string;
1345
+ "value"?: string | number;
1335
1346
  }
1336
1347
  interface TaroCheckboxGroupCore {
1337
1348
  "name"?: any;
@@ -1541,13 +1552,14 @@ declare namespace LocalJSX {
1541
1552
  "range"?: any[];
1542
1553
  "rangeKey"?: string;
1543
1554
  "start"?: string;
1555
+ "textProps"?: PickerText;
1544
1556
  "value"?: PickerValue;
1545
1557
  }
1546
1558
  interface TaroPickerGroup {
1547
1559
  "columnId"?: string;
1548
1560
  "height"?: number;
1549
1561
  "mode"?: 'time' | 'date';
1550
- "onColumnChange"?: (height: number, columnId: string) => void;
1562
+ "onColumnChange"?: (event: TaroPickerGroupCustomEvent<any>) => void;
1551
1563
  "range"?: any[];
1552
1564
  "rangeKey"?: string;
1553
1565
  "updateDay"?: (value: number, fields: number) => void;
@@ -1603,6 +1615,9 @@ declare namespace LocalJSX {
1603
1615
  }
1604
1616
  interface TaroRichTextCore {
1605
1617
  "nodes"?: Nodes;
1618
+ "selectable"?: boolean;
1619
+ "space"?: keyof TextProps.TSpace;
1620
+ "userSelect"?: boolean;
1606
1621
  }
1607
1622
  interface TaroRootPortalCore {
1608
1623
  }
@@ -1727,7 +1742,10 @@ declare namespace LocalJSX {
1727
1742
  interface TaroTabsCore {
1728
1743
  }
1729
1744
  interface TaroTextCore {
1745
+ "numberOfLines"?: number;
1730
1746
  "selectable"?: boolean;
1747
+ "space"?: keyof TextProps.TSpace;
1748
+ "userSelect"?: boolean;
1731
1749
  }
1732
1750
  interface TaroTextareaCore {
1733
1751
  "autoFocus"?: boolean;
@@ -53,10 +53,7 @@ const attachProps = (node, newProps, oldProps = {}) => {
53
53
  // some test frameworks don't render DOM elements, so we test here to make sure we are dealing with DOM first
54
54
  if (node instanceof Element) {
55
55
  // add any classes in className to the class list
56
- const className = getClassName(node.classList, newProps, oldProps);
57
- if (className !== '') {
58
- node.className = className;
59
- }
56
+ node.className = getClassName(node.classList, newProps, oldProps);
60
57
  Object.keys(newProps).forEach((name) => {
61
58
  /** Note(taro): 优化 style 属性的处理
62
59
  * 1. 考虑到兼容旧版本项目,支持使用字符串配置 style 属性,但这并非推荐写法,且不考虑优化在 style 移除时同步删除属性
@@ -1 +1 @@
1
- {"version":3,"file":"attachProps.js","sources":["../../../../../taro-components-library-react/src/react-component-lib/utils/attachProps.ts"],"sourcesContent":["/**\n * Modify from https://github.com/ionic-team/stencil-ds-output-targets/blob/main/packages/react-output-target/react-component-lib/utils/attachProps.ts\n * MIT License https://github.com/ionic-team/stencil-ds-output-targets/blob/main/LICENSE\n */\nimport { camelToDashCase } from './case'\n\nconst arrayToMap = (arr: string[] | DOMTokenList) => {\n const map = new Map<string, string>();\n (arr as string[]).forEach((s: string) => map.set(s, s))\n return map\n}\n\nexport const getClassName = (classList: DOMTokenList, newProps: any, oldProps: any) => {\n const newClassProp: string = newProps.className || newProps.class\n const oldClassProp: string = oldProps.className || oldProps.class\n // map the classes to Maps for performance\n const currentClasses = arrayToMap(classList)\n const incomingPropClasses = arrayToMap(newClassProp ? newClassProp.split(' ') : [])\n const oldPropClasses = arrayToMap(oldClassProp ? oldClassProp.split(' ') : [])\n const finalClassNames: string[] = []\n // loop through each of the current classes on the component\n // to see if it should be a part of the classNames added\n currentClasses.forEach((currentClass) => {\n if (incomingPropClasses.has(currentClass)) {\n // add it as its already included in classnames coming in from newProps\n finalClassNames.push(currentClass)\n incomingPropClasses.delete(currentClass)\n } else if (!oldPropClasses.has(currentClass)) {\n // add it as it has NOT been removed by user\n finalClassNames.push(currentClass)\n }\n })\n incomingPropClasses.forEach((s) => finalClassNames.push(s))\n return finalClassNames.join(' ')\n}\n\n// Note(taro): 禁用 react 合成事件抛出 (避免自定义事件属性调用问题, 例如: event.detail.value 等)\nexport const isCoveredByReact = (__eventNameSuffix: string) => false\n\nexport const syncEvent = (\n node: Element & { __events?: { [key: string]: ((e: Event) => any) | undefined } },\n eventName: string,\n newEventHandler?: (e: Event) => any\n) => {\n const eventStore = node.__events || (node.__events = {})\n const oldEventHandler = eventStore[eventName]\n\n // Remove old listener so they don't double up.\n if (oldEventHandler) {\n node.removeEventListener(eventName, oldEventHandler)\n }\n\n // Bind new listener.\n node.addEventListener(\n eventName,\n (eventStore[eventName] = function handler (e: Event) {\n if (newEventHandler) {\n newEventHandler.call(this, e)\n }\n })\n )\n}\n\nexport const attachProps = (node: HTMLElement, newProps: any, oldProps: any = {}) => {\n // some test frameworks don't render DOM elements, so we test here to make sure we are dealing with DOM first\n if (node instanceof Element) {\n // add any classes in className to the class list\n const className = getClassName(node.classList, newProps, oldProps)\n if (className !== '') {\n node.className = className\n }\n\n Object.keys(newProps).forEach((name) => {\n /** Note(taro): 优化 style 属性的处理\n * 1. 考虑到兼容旧版本项目,支持使用字符串配置 style 属性,但这并非推荐写法,且不考虑优化在 style 移除时同步删除属性\n * 2. style 属性应当交与前端 UI 框架自行处理,不考虑实现类似于 reactify-wc 的更新策略\n */\n if ((name === 'style' && typeof newProps[name] !== 'string') || ['children', 'ref', 'class', 'className', 'forwardedRef'].includes(name)) {\n return\n }\n if (name.indexOf('on') === 0 && name[2] === name[2].toUpperCase()) {\n const eventName = name.substring(2)\n const eventNameLc = eventName.toLowerCase()\n\n if (!isCoveredByReact(eventNameLc)) {\n syncEvent(node, eventNameLc, newProps[name])\n }\n } else {\n (node as any)[name] = newProps[name]\n const propType = typeof newProps[name]\n if (propType === 'string') {\n node.setAttribute(camelToDashCase(name), newProps[name])\n }\n }\n })\n }\n}\n"],"names":[],"mappings":";;AAAA;;;AAGG;AAGH,MAAM,UAAU,GAAG,CAAC,GAA4B,KAAI;AAClD,IAAA,MAAM,GAAG,GAAG,IAAI,GAAG,EAAkB,CAAC;AACrC,IAAA,GAAgB,CAAC,OAAO,CAAC,CAAC,CAAS,KAAK,GAAG,CAAC,GAAG,CAAC,CAAC,EAAE,CAAC,CAAC,CAAC,CAAA;AACvD,IAAA,OAAO,GAAG,CAAA;AACZ,CAAC,CAAA;AAEY,MAAA,YAAY,GAAG,CAAC,SAAuB,EAAE,QAAa,EAAE,QAAa,KAAI;IACpF,MAAM,YAAY,GAAW,QAAQ,CAAC,SAAS,IAAI,QAAQ,CAAC,KAAK,CAAA;IACjE,MAAM,YAAY,GAAW,QAAQ,CAAC,SAAS,IAAI,QAAQ,CAAC,KAAK,CAAA;;AAEjE,IAAA,MAAM,cAAc,GAAG,UAAU,CAAC,SAAS,CAAC,CAAA;AAC5C,IAAA,MAAM,mBAAmB,GAAG,UAAU,CAAC,YAAY,GAAG,YAAY,CAAC,KAAK,CAAC,GAAG,CAAC,GAAG,EAAE,CAAC,CAAA;AACnF,IAAA,MAAM,cAAc,GAAG,UAAU,CAAC,YAAY,GAAG,YAAY,CAAC,KAAK,CAAC,GAAG,CAAC,GAAG,EAAE,CAAC,CAAA;IAC9E,MAAM,eAAe,GAAa,EAAE,CAAA;;;AAGpC,IAAA,cAAc,CAAC,OAAO,CAAC,CAAC,YAAY,KAAI;AACtC,QAAA,IAAI,mBAAmB,CAAC,GAAG,CAAC,YAAY,CAAC,EAAE;;AAEzC,YAAA,eAAe,CAAC,IAAI,CAAC,YAAY,CAAC,CAAA;AAClC,YAAA,mBAAmB,CAAC,MAAM,CAAC,YAAY,CAAC,CAAA;AACzC,SAAA;AAAM,aAAA,IAAI,CAAC,cAAc,CAAC,GAAG,CAAC,YAAY,CAAC,EAAE;;AAE5C,YAAA,eAAe,CAAC,IAAI,CAAC,YAAY,CAAC,CAAA;AACnC,SAAA;AACH,KAAC,CAAC,CAAA;AACF,IAAA,mBAAmB,CAAC,OAAO,CAAC,CAAC,CAAC,KAAK,eAAe,CAAC,IAAI,CAAC,CAAC,CAAC,CAAC,CAAA;AAC3D,IAAA,OAAO,eAAe,CAAC,IAAI,CAAC,GAAG,CAAC,CAAA;AAClC,EAAC;AAED;AACa,MAAA,gBAAgB,GAAG,CAAC,iBAAyB,KAAK,MAAK;AAEvD,MAAA,SAAS,GAAG,CACvB,IAAiF,EACjF,SAAiB,EACjB,eAAmC,KACjC;AACF,IAAA,MAAM,UAAU,GAAG,IAAI,CAAC,QAAQ,KAAK,IAAI,CAAC,QAAQ,GAAG,EAAE,CAAC,CAAA;AACxD,IAAA,MAAM,eAAe,GAAG,UAAU,CAAC,SAAS,CAAC,CAAA;;AAG7C,IAAA,IAAI,eAAe,EAAE;AACnB,QAAA,IAAI,CAAC,mBAAmB,CAAC,SAAS,EAAE,eAAe,CAAC,CAAA;AACrD,KAAA;;AAGD,IAAA,IAAI,CAAC,gBAAgB,CACnB,SAAS,GACR,UAAU,CAAC,SAAS,CAAC,GAAG,SAAS,OAAO,CAAE,CAAQ,EAAA;AACjD,QAAA,IAAI,eAAe,EAAE;AACnB,YAAA,eAAe,CAAC,IAAI,CAAC,IAAI,EAAE,CAAC,CAAC,CAAA;AAC9B,SAAA;KACF,EACF,CAAA;AACH,EAAC;AAEM,MAAM,WAAW,GAAG,CAAC,IAAiB,EAAE,QAAa,EAAE,QAAA,GAAgB,EAAE,KAAI;;IAElF,IAAI,IAAI,YAAY,OAAO,EAAE;;AAE3B,QAAA,MAAM,SAAS,GAAG,YAAY,CAAC,IAAI,CAAC,SAAS,EAAE,QAAQ,EAAE,QAAQ,CAAC,CAAA;QAClE,IAAI,SAAS,KAAK,EAAE,EAAE;AACpB,YAAA,IAAI,CAAC,SAAS,GAAG,SAAS,CAAA;AAC3B,SAAA;QAED,MAAM,CAAC,IAAI,CAAC,QAAQ,CAAC,CAAC,OAAO,CAAC,CAAC,IAAI,KAAI;AACrC;;;AAGG;AACH,YAAA,IAAI,CAAC,IAAI,KAAK,OAAO,IAAI,OAAO,QAAQ,CAAC,IAAI,CAAC,KAAK,QAAQ,KAAK,CAAC,UAAU,EAAE,KAAK,EAAE,OAAO,EAAE,WAAW,EAAE,cAAc,CAAC,CAAC,QAAQ,CAAC,IAAI,CAAC,EAAE;gBACxI,OAAM;AACP,aAAA;YACD,IAAI,IAAI,CAAC,OAAO,CAAC,IAAI,CAAC,KAAK,CAAC,IAAI,IAAI,CAAC,CAAC,CAAC,KAAK,IAAI,CAAC,CAAC,CAAC,CAAC,WAAW,EAAE,EAAE;gBACjE,MAAM,SAAS,GAAG,IAAI,CAAC,SAAS,CAAC,CAAC,CAAC,CAAA;AACnC,gBAAA,MAAM,WAAW,GAAG,SAAS,CAAC,WAAW,EAAE,CAAA;AAE3C,gBAAA,IAAI,CAAC,gBAAgB,CAAC,WAAW,CAAC,EAAE;oBAClC,SAAS,CAAC,IAAI,EAAE,WAAW,EAAE,QAAQ,CAAC,IAAI,CAAC,CAAC,CAAA;AAC7C,iBAAA;AACF,aAAA;AAAM,iBAAA;gBACJ,IAAY,CAAC,IAAI,CAAC,GAAG,QAAQ,CAAC,IAAI,CAAC,CAAA;AACpC,gBAAA,MAAM,QAAQ,GAAG,OAAO,QAAQ,CAAC,IAAI,CAAC,CAAA;gBACtC,IAAI,QAAQ,KAAK,QAAQ,EAAE;AACzB,oBAAA,IAAI,CAAC,YAAY,CAAC,eAAe,CAAC,IAAI,CAAC,EAAE,QAAQ,CAAC,IAAI,CAAC,CAAC,CAAA;AACzD,iBAAA;AACF,aAAA;AACH,SAAC,CAAC,CAAA;AACH,KAAA;AACH;;;;"}
1
+ {"version":3,"file":"attachProps.js","sources":["../../../../../taro-components-library-react/src/react-component-lib/utils/attachProps.ts"],"sourcesContent":["/**\n * Modify from https://github.com/ionic-team/stencil-ds-output-targets/blob/main/packages/react-output-target/react-component-lib/utils/attachProps.ts\n * MIT License https://github.com/ionic-team/stencil-ds-output-targets/blob/main/LICENSE\n */\nimport { camelToDashCase } from './case'\n\nconst arrayToMap = (arr: string[] | DOMTokenList) => {\n const map = new Map<string, string>();\n (arr as string[]).forEach((s: string) => map.set(s, s))\n return map\n}\n\nexport const getClassName = (classList: DOMTokenList, newProps: any, oldProps: any) => {\n const newClassProp: string = newProps.className || newProps.class\n const oldClassProp: string = oldProps.className || oldProps.class\n // map the classes to Maps for performance\n const currentClasses = arrayToMap(classList)\n const incomingPropClasses = arrayToMap(newClassProp ? newClassProp.split(' ') : [])\n const oldPropClasses = arrayToMap(oldClassProp ? oldClassProp.split(' ') : [])\n const finalClassNames: string[] = []\n // loop through each of the current classes on the component\n // to see if it should be a part of the classNames added\n currentClasses.forEach((currentClass) => {\n if (incomingPropClasses.has(currentClass)) {\n // add it as its already included in classnames coming in from newProps\n finalClassNames.push(currentClass)\n incomingPropClasses.delete(currentClass)\n } else if (!oldPropClasses.has(currentClass)) {\n // add it as it has NOT been removed by user\n finalClassNames.push(currentClass)\n }\n })\n incomingPropClasses.forEach((s) => finalClassNames.push(s))\n return finalClassNames.join(' ')\n}\n\n// Note(taro): 禁用 react 合成事件抛出 (避免自定义事件属性调用问题, 例如: event.detail.value 等)\nexport const isCoveredByReact = (__eventNameSuffix: string) => false\n\nexport const syncEvent = (\n node: Element & { __events?: { [key: string]: ((e: Event) => any) | undefined } },\n eventName: string,\n newEventHandler?: (e: Event) => any\n) => {\n const eventStore = node.__events || (node.__events = {})\n const oldEventHandler = eventStore[eventName]\n\n // Remove old listener so they don't double up.\n if (oldEventHandler) {\n node.removeEventListener(eventName, oldEventHandler)\n }\n\n // Bind new listener.\n node.addEventListener(\n eventName,\n (eventStore[eventName] = function handler (e: Event) {\n if (newEventHandler) {\n newEventHandler.call(this, e)\n }\n })\n )\n}\n\nexport const attachProps = (node: HTMLElement, newProps: any, oldProps: any = {}) => {\n // some test frameworks don't render DOM elements, so we test here to make sure we are dealing with DOM first\n if (node instanceof Element) {\n // add any classes in className to the class list\n node.className = getClassName(node.classList, newProps, oldProps)\n\n Object.keys(newProps).forEach((name) => {\n /** Note(taro): 优化 style 属性的处理\n * 1. 考虑到兼容旧版本项目,支持使用字符串配置 style 属性,但这并非推荐写法,且不考虑优化在 style 移除时同步删除属性\n * 2. style 属性应当交与前端 UI 框架自行处理,不考虑实现类似于 reactify-wc 的更新策略\n */\n if ((name === 'style' && typeof newProps[name] !== 'string') || ['children', 'ref', 'class', 'className', 'forwardedRef'].includes(name)) {\n return\n }\n if (name.indexOf('on') === 0 && name[2] === name[2].toUpperCase()) {\n const eventName = name.substring(2)\n const eventNameLc = eventName.toLowerCase()\n\n if (!isCoveredByReact(eventNameLc)) {\n syncEvent(node, eventNameLc, newProps[name])\n }\n } else {\n (node as any)[name] = newProps[name]\n const propType = typeof newProps[name]\n if (propType === 'string') {\n node.setAttribute(camelToDashCase(name), newProps[name])\n }\n }\n })\n }\n}\n"],"names":[],"mappings":"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"}
@@ -34,7 +34,7 @@ declare const ChannelLive: import("vue/types/vue").ExtendedVue<Vue<Record<string
34
34
  declare const ChannelVideo: import("vue/types/vue").ExtendedVue<Vue<Record<string, any>, Record<string, any>, never, never, (event: string, ...args: any[]) => Vue<Record<string, any>, Record<string, any>, never, never, any>>, unknown, unknown, unknown, Record<never, any>, {}, import("vue/types/v3-component-options").ComponentOptionsMixin, import("vue/types/v3-component-options").ComponentOptionsMixin>;
35
35
  declare const Checkbox: import("vue/types/vue").ExtendedVue<Vue<Record<string, any>, Record<string, any>, never, never, (event: string, ...args: any[]) => Vue<Record<string, any>, Record<string, any>, never, never, any>>, unknown, unknown, unknown, {
36
36
  name: string;
37
- value: string;
37
+ value: string | number;
38
38
  color: string;
39
39
  id: string;
40
40
  checked: boolean;
@@ -153,6 +153,7 @@ declare const Picker: import("vue/types/vue").ExtendedVue<Vue<Record<string, any
153
153
  end: string;
154
154
  fields: import("@tarojs/components/dist/types/components/picker/picker").Fields;
155
155
  name: string;
156
+ textProps: import("@tarojs/components/dist/types/components/picker/picker").PickerText;
156
157
  }, {}, import("vue/types/v3-component-options").ComponentOptionsMixin, import("vue/types/v3-component-options").ComponentOptionsMixin>;
157
158
  declare const PickerGroup: import("vue/types/vue").ExtendedVue<Vue<Record<string, any>, Record<string, any>, never, never, (event: string, ...args: any[]) => Vue<Record<string, any>, Record<string, any>, never, never, any>>, unknown, {
158
159
  handleMoveStart: (clientY: number) => Promise<void>;
@@ -165,7 +166,6 @@ declare const PickerGroup: import("vue/types/vue").ExtendedVue<Vue<Record<string
165
166
  height: number;
166
167
  columnId: string;
167
168
  updateHeight: (height: number, columnId: string, needRevise?: boolean) => void;
168
- onColumnChange: (height: number, columnId: string) => void;
169
169
  updateDay: (value: number, fields: number) => void;
170
170
  }, {}, import("vue/types/v3-component-options").ComponentOptionsMixin, import("vue/types/v3-component-options").ComponentOptionsMixin>;
171
171
  declare const PickerViewColumn: import("vue/types/vue").ExtendedVue<Vue<Record<string, any>, Record<string, any>, never, never, (event: string, ...args: any[]) => Vue<Record<string, any>, Record<string, any>, never, never, any>>, unknown, unknown, unknown, {
@@ -214,6 +214,9 @@ declare const RadioGroup: import("vue/types/vue").ExtendedVue<Vue<Record<string,
214
214
  }, {}, import("vue/types/v3-component-options").ComponentOptionsMixin, import("vue/types/v3-component-options").ComponentOptionsMixin>;
215
215
  declare const RichText: import("vue/types/vue").ExtendedVue<Vue<Record<string, any>, Record<string, any>, never, never, (event: string, ...args: any[]) => Vue<Record<string, any>, Record<string, any>, never, never, any>>, unknown, unknown, unknown, {
216
216
  nodes: import("@tarojs/components/dist/types/components/rich-text/rich-text").Nodes;
217
+ selectable: boolean;
218
+ userSelect: boolean;
219
+ space: string | number | symbol;
217
220
  }, {}, import("vue/types/v3-component-options").ComponentOptionsMixin, import("vue/types/v3-component-options").ComponentOptionsMixin>;
218
221
  declare const RootPortal: import("vue/types/vue").ExtendedVue<Vue<Record<string, any>, Record<string, any>, never, never, (event: string, ...args: any[]) => Vue<Record<string, any>, Record<string, any>, never, never, any>>, unknown, unknown, unknown, Record<never, any>, {}, import("vue/types/v3-component-options").ComponentOptionsMixin, import("vue/types/v3-component-options").ComponentOptionsMixin>;
219
222
  declare const RtcRoom: import("vue/types/vue").ExtendedVue<Vue<Record<string, any>, Record<string, any>, never, never, (event: string, ...args: any[]) => Vue<Record<string, any>, Record<string, any>, never, never, any>>, unknown, unknown, unknown, Record<never, any>, {}, import("vue/types/v3-component-options").ComponentOptionsMixin, import("vue/types/v3-component-options").ComponentOptionsMixin>;
@@ -282,6 +285,9 @@ declare const Tabbar: import("vue/types/vue").ExtendedVue<Vue<Record<string, any
282
285
  declare const Tabs: import("vue/types/vue").ExtendedVue<Vue<Record<string, any>, Record<string, any>, never, never, (event: string, ...args: any[]) => Vue<Record<string, any>, Record<string, any>, never, never, any>>, unknown, unknown, unknown, Record<never, any>, {}, import("vue/types/v3-component-options").ComponentOptionsMixin, import("vue/types/v3-component-options").ComponentOptionsMixin>;
283
286
  declare const Text: import("vue/types/vue").ExtendedVue<Vue<Record<string, any>, Record<string, any>, never, never, (event: string, ...args: any[]) => Vue<Record<string, any>, Record<string, any>, never, never, any>>, unknown, unknown, unknown, {
284
287
  selectable: boolean;
288
+ userSelect: boolean;
289
+ space: string | number | symbol;
290
+ numberOfLines: number;
285
291
  }, {}, import("vue/types/v3-component-options").ComponentOptionsMixin, import("vue/types/v3-component-options").ComponentOptionsMixin>;
286
292
  declare const Textarea: import("vue/types/vue").ExtendedVue<Vue<Record<string, any>, Record<string, any>, never, never, (event: string, ...args: any[]) => Vue<Record<string, any>, Record<string, any>, never, never, any>>, unknown, {
287
293
  focus: () => Promise<void>;
@@ -268,7 +268,8 @@ const Picker = /*@__PURE__*/ Vue.extend({
268
268
  start: {},
269
269
  end: {},
270
270
  fields: {},
271
- name: {}
271
+ name: {},
272
+ textProps: {}
272
273
  },
273
274
  model: { prop: 'value', event: 'update:modelValue' },
274
275
  render: createCommonRender('taro-picker-core', ['change', 'columnchange', 'cancel'], defineCustomElementTaroPickerCore),
@@ -281,7 +282,6 @@ const PickerGroup = /*@__PURE__*/ Vue.extend({
281
282
  height: {},
282
283
  columnId: {},
283
284
  updateHeight: {},
284
- onColumnChange: {},
285
285
  updateDay: {}
286
286
  },
287
287
  methods: {
@@ -289,7 +289,7 @@ const PickerGroup = /*@__PURE__*/ Vue.extend({
289
289
  handleMoving: createCommonMethod('handleMoving'),
290
290
  handleMoveEnd: createCommonMethod('handleMoveEnd')
291
291
  },
292
- render: createCommonRender('taro-picker-group', [], defineCustomElementTaroPickerGroup),
292
+ render: createCommonRender('taro-picker-group', ['columnChange'], defineCustomElementTaroPickerGroup),
293
293
  });
294
294
  const PickerViewColumn = /*@__PURE__*/ Vue.extend({
295
295
  props: {
@@ -350,7 +350,10 @@ const RadioGroup = /*@__PURE__*/ Vue.extend({
350
350
  });
351
351
  const RichText = /*@__PURE__*/ Vue.extend({
352
352
  props: {
353
- nodes: {}
353
+ nodes: {},
354
+ selectable: {},
355
+ userSelect: {},
356
+ space: {}
354
357
  },
355
358
  render: createCommonRender('taro-rich-text-core', [], defineCustomElementTaroRichTextCore),
356
359
  });
@@ -460,7 +463,10 @@ const Tabs = /*@__PURE__*/ Vue.extend({
460
463
  });
461
464
  const Text = /*@__PURE__*/ Vue.extend({
462
465
  props: {
463
- selectable: {}
466
+ selectable: {},
467
+ userSelect: {},
468
+ space: {},
469
+ numberOfLines: {}
464
470
  },
465
471
  render: createCommonRender('taro-text-core', [], defineCustomElementTaroTextCore),
466
472
  });
@@ -1 +1 @@
1
- {"version":3,"file":"components.js","sources":["../../../taro-components-library-vue2/src/components.ts"],"sourcesContent":["/* eslint-disable */\n/* tslint:disable */\n/* auto-generated vue proxies */\nimport Vue, { PropOptions } from 'vue';\nimport { createCommonRender, createCommonMethod } from './vue-component-lib/utils';\n\nimport type { Components, JSX } from '@tarojs/components/dist/types/components';\n\n// @ts-ignore\nimport { defineCustomElementTaroAdCore as defineTaroAdCore } from '@tarojs/components/dist/components';\n// @ts-ignore\nimport { defineCustomElementTaroAdCustomCore as defineTaroAdCustomCore } from '@tarojs/components/dist/components';\n// @ts-ignore\nimport { defineCustomElementTaroAnimationVideoCore as defineTaroAnimationVideoCore } from '@tarojs/components/dist/components';\n// @ts-ignore\nimport { defineCustomElementTaroAnimationViewCore as defineTaroAnimationViewCore } from '@tarojs/components/dist/components';\n// @ts-ignore\nimport { defineCustomElementTaroArCameraCore as defineTaroArCameraCore } from '@tarojs/components/dist/components';\n// @ts-ignore\nimport { defineCustomElementTaroAudioCore as defineTaroAudioCore } from '@tarojs/components/dist/components';\n// @ts-ignore\nimport { defineCustomElementTaroAwemeDataCore as defineTaroAwemeDataCore } from '@tarojs/components/dist/components';\n// @ts-ignore\nimport { defineCustomElementTaroBlockCore as defineTaroBlockCore } from '@tarojs/components/dist/components';\n// @ts-ignore\nimport { defineCustomElementTaroButtonCore as defineTaroButtonCore } from '@tarojs/components/dist/components';\n// @ts-ignore\nimport { defineCustomElementTaroCameraCore as defineTaroCameraCore } from '@tarojs/components/dist/components';\n// @ts-ignore\nimport { defineCustomElementTaroCanvasCore as defineTaroCanvasCore } from '@tarojs/components/dist/components';\n// @ts-ignore\nimport { defineCustomElementTaroChannelLiveCore as defineTaroChannelLiveCore } from '@tarojs/components/dist/components';\n// @ts-ignore\nimport { defineCustomElementTaroChannelVideoCore as defineTaroChannelVideoCore } from '@tarojs/components/dist/components';\n// @ts-ignore\nimport { defineCustomElementTaroCheckboxCore as defineTaroCheckboxCore } from '@tarojs/components/dist/components';\n// @ts-ignore\nimport { defineCustomElementTaroCheckboxGroupCore as defineTaroCheckboxGroupCore } from '@tarojs/components/dist/components';\n// @ts-ignore\nimport { defineCustomElementTaroCommentDetailCore as defineTaroCommentDetailCore } from '@tarojs/components/dist/components';\n// @ts-ignore\nimport { defineCustomElementTaroCommentListCore as defineTaroCommentListCore } from '@tarojs/components/dist/components';\n// @ts-ignore\nimport { defineCustomElementTaroContactButtonCore as defineTaroContactButtonCore } from '@tarojs/components/dist/components';\n// @ts-ignore\nimport { defineCustomElementTaroCoverImageCore as defineTaroCoverImageCore } from '@tarojs/components/dist/components';\n// @ts-ignore\nimport { defineCustomElementTaroCoverViewCore as defineTaroCoverViewCore } from '@tarojs/components/dist/components';\n// @ts-ignore\nimport { defineCustomElementTaroCustomWrapperCore as defineTaroCustomWrapperCore } from '@tarojs/components/dist/components';\n// @ts-ignore\nimport { defineCustomElementTaroEditorCore as defineTaroEditorCore } from '@tarojs/components/dist/components';\n// @ts-ignore\nimport { defineCustomElementTaroFollowSwanCore as defineTaroFollowSwanCore } from '@tarojs/components/dist/components';\n// @ts-ignore\nimport { defineCustomElementTaroFormCore as defineTaroFormCore } from '@tarojs/components/dist/components';\n// @ts-ignore\nimport { defineCustomElementTaroFunctionalPageNavigatorCore as defineTaroFunctionalPageNavigatorCore } from '@tarojs/components/dist/components';\n// @ts-ignore\nimport { defineCustomElementTaroGridViewCore as defineTaroGridViewCore } from '@tarojs/components/dist/components';\n// @ts-ignore\nimport { defineCustomElementTaroIconCore as defineTaroIconCore } from '@tarojs/components/dist/components';\n// @ts-ignore\nimport { defineCustomElementTaroImageCore as defineTaroImageCore } from '@tarojs/components/dist/components';\n// @ts-ignore\nimport { defineCustomElementTaroInlinePaymentPanelCore as defineTaroInlinePaymentPanelCore } from '@tarojs/components/dist/components';\n// @ts-ignore\nimport { defineCustomElementTaroInputCore as defineTaroInputCore } from '@tarojs/components/dist/components';\n// @ts-ignore\nimport { defineCustomElementTaroKeyboardAccessoryCore as defineTaroKeyboardAccessoryCore } from '@tarojs/components/dist/components';\n// @ts-ignore\nimport { defineCustomElementTaroLabelCore as defineTaroLabelCore } from '@tarojs/components/dist/components';\n// @ts-ignore\nimport { defineCustomElementTaroLifestyleCore as defineTaroLifestyleCore } from '@tarojs/components/dist/components';\n// @ts-ignore\nimport { defineCustomElementTaroLikeCore as defineTaroLikeCore } from '@tarojs/components/dist/components';\n// @ts-ignore\nimport { defineCustomElementTaroListViewCore as defineTaroListViewCore } from '@tarojs/components/dist/components';\n// @ts-ignore\nimport { defineCustomElementTaroLivePlayerCore as defineTaroLivePlayerCore } from '@tarojs/components/dist/components';\n// @ts-ignore\nimport { defineCustomElementTaroLivePusherCore as defineTaroLivePusherCore } from '@tarojs/components/dist/components';\n// @ts-ignore\nimport { defineCustomElementTaroLoginCore as defineTaroLoginCore } from '@tarojs/components/dist/components';\n// @ts-ignore\nimport { defineCustomElementTaroLottieCore as defineTaroLottieCore } from '@tarojs/components/dist/components';\n// @ts-ignore\nimport { defineCustomElementTaroMapCore as defineTaroMapCore } from '@tarojs/components/dist/components';\n// @ts-ignore\nimport { defineCustomElementTaroMatchMediaCore as defineTaroMatchMediaCore } from '@tarojs/components/dist/components';\n// @ts-ignore\nimport { defineCustomElementTaroMovableAreaCore as defineTaroMovableAreaCore } from '@tarojs/components/dist/components';\n// @ts-ignore\nimport { defineCustomElementTaroMovableViewCore as defineTaroMovableViewCore } from '@tarojs/components/dist/components';\n// @ts-ignore\nimport { defineCustomElementTaroNativeSlotCore as defineTaroNativeSlotCore } from '@tarojs/components/dist/components';\n// @ts-ignore\nimport { defineCustomElementTaroNavigationBarCore as defineTaroNavigationBarCore } from '@tarojs/components/dist/components';\n// @ts-ignore\nimport { defineCustomElementTaroNavigatorCore as defineTaroNavigatorCore } from '@tarojs/components/dist/components';\n// @ts-ignore\nimport { defineCustomElementTaroOfficialAccountCore as defineTaroOfficialAccountCore } from '@tarojs/components/dist/components';\n// @ts-ignore\nimport { defineCustomElementTaroOpenDataCore as defineTaroOpenDataCore } from '@tarojs/components/dist/components';\n// @ts-ignore\nimport { defineCustomElementTaroPageContainerCore as defineTaroPageContainerCore } from '@tarojs/components/dist/components';\n// @ts-ignore\nimport { defineCustomElementTaroPageMetaCore as defineTaroPageMetaCore } from '@tarojs/components/dist/components';\n// @ts-ignore\nimport { defineCustomElementTaroPickerCore as defineTaroPickerCore } from '@tarojs/components/dist/components';\n// @ts-ignore\nimport { defineCustomElementTaroPickerGroup as defineTaroPickerGroup } from '@tarojs/components/dist/components';\n// @ts-ignore\nimport { defineCustomElementTaroPickerViewColumnCore as defineTaroPickerViewColumnCore } from '@tarojs/components/dist/components';\n// @ts-ignore\nimport { defineCustomElementTaroPickerViewCore as defineTaroPickerViewCore } from '@tarojs/components/dist/components';\n// @ts-ignore\nimport { defineCustomElementTaroProgressCore as defineTaroProgressCore } from '@tarojs/components/dist/components';\n// @ts-ignore\nimport { defineCustomElementTaroPullToRefresh as defineTaroPullToRefresh } from '@tarojs/components/dist/components';\n// @ts-ignore\nimport { defineCustomElementTaroRadioCore as defineTaroRadioCore } from '@tarojs/components/dist/components';\n// @ts-ignore\nimport { defineCustomElementTaroRadioGroupCore as defineTaroRadioGroupCore } from '@tarojs/components/dist/components';\n// @ts-ignore\nimport { defineCustomElementTaroRichTextCore as defineTaroRichTextCore } from '@tarojs/components/dist/components';\n// @ts-ignore\nimport { defineCustomElementTaroRootPortalCore as defineTaroRootPortalCore } from '@tarojs/components/dist/components';\n// @ts-ignore\nimport { defineCustomElementTaroRtcRoomCore as defineTaroRtcRoomCore } from '@tarojs/components/dist/components';\n// @ts-ignore\nimport { defineCustomElementTaroRtcRoomItemCore as defineTaroRtcRoomItemCore } from '@tarojs/components/dist/components';\n// @ts-ignore\nimport { defineCustomElementTaroScrollViewCore as defineTaroScrollViewCore } from '@tarojs/components/dist/components';\n// @ts-ignore\nimport { defineCustomElementTaroShareElementCore as defineTaroShareElementCore } from '@tarojs/components/dist/components';\n// @ts-ignore\nimport { defineCustomElementTaroSliderCore as defineTaroSliderCore } from '@tarojs/components/dist/components';\n// @ts-ignore\nimport { defineCustomElementTaroSlotCore as defineTaroSlotCore } from '@tarojs/components/dist/components';\n// @ts-ignore\nimport { defineCustomElementTaroStickyHeaderCore as defineTaroStickyHeaderCore } from '@tarojs/components/dist/components';\n// @ts-ignore\nimport { defineCustomElementTaroStickySectionCore as defineTaroStickySectionCore } from '@tarojs/components/dist/components';\n// @ts-ignore\nimport { defineCustomElementTaroSwiperCore as defineTaroSwiperCore } from '@tarojs/components/dist/components';\n// @ts-ignore\nimport { defineCustomElementTaroSwiperItemCore as defineTaroSwiperItemCore } from '@tarojs/components/dist/components';\n// @ts-ignore\nimport { defineCustomElementTaroSwitchCore as defineTaroSwitchCore } from '@tarojs/components/dist/components';\n// @ts-ignore\nimport { defineCustomElementTaroTabItemCore as defineTaroTabItemCore } from '@tarojs/components/dist/components';\n// @ts-ignore\nimport { defineCustomElementTaroTabbar as defineTaroTabbar } from '@tarojs/components/dist/components';\n// @ts-ignore\nimport { defineCustomElementTaroTabsCore as defineTaroTabsCore } from '@tarojs/components/dist/components';\n// @ts-ignore\nimport { defineCustomElementTaroTextCore as defineTaroTextCore } from '@tarojs/components/dist/components';\n// @ts-ignore\nimport { defineCustomElementTaroTextareaCore as defineTaroTextareaCore } from '@tarojs/components/dist/components';\n// @ts-ignore\nimport { defineCustomElementTaroVideoControl as defineTaroVideoControl } from '@tarojs/components/dist/components';\n// @ts-ignore\nimport { defineCustomElementTaroVideoCore as defineTaroVideoCore } from '@tarojs/components/dist/components';\n// @ts-ignore\nimport { defineCustomElementTaroVideoDanmu as defineTaroVideoDanmu } from '@tarojs/components/dist/components';\n// @ts-ignore\nimport { defineCustomElementTaroViewCore as defineTaroViewCore } from '@tarojs/components/dist/components';\n// @ts-ignore\nimport { defineCustomElementTaroVoipRoomCore as defineTaroVoipRoomCore } from '@tarojs/components/dist/components';\n// @ts-ignore\nimport { defineCustomElementTaroWebViewCore as defineTaroWebViewCore } from '@tarojs/components/dist/components';\n\n\nexport const Ad = /*@__PURE__*/ Vue.extend({\n render: createCommonRender('taro-ad-core', [], defineTaroAdCore),\n});\n\n\nexport const AdCustom = /*@__PURE__*/ Vue.extend({\n render: createCommonRender('taro-ad-custom-core', [], defineTaroAdCustomCore),\n});\n\n\nexport const AnimationVideo = /*@__PURE__*/ Vue.extend({\n render: createCommonRender('taro-animation-video-core', [], defineTaroAnimationVideoCore),\n});\n\n\nexport const AnimationView = /*@__PURE__*/ Vue.extend({\n render: createCommonRender('taro-animation-view-core', [], defineTaroAnimationViewCore),\n});\n\n\nexport const ArCamera = /*@__PURE__*/ Vue.extend({\n render: createCommonRender('taro-ar-camera-core', [], defineTaroArCameraCore),\n});\n\n\nexport const Audio = /*@__PURE__*/ Vue.extend({\n props: {\n src: {} as PropOptions<JSX.TaroAudioCore['src']>,\n controls: {} as PropOptions<JSX.TaroAudioCore['controls']>,\n autoplay: {} as PropOptions<JSX.TaroAudioCore['autoplay']>,\n loop: {} as PropOptions<JSX.TaroAudioCore['loop']>,\n muted: {} as PropOptions<JSX.TaroAudioCore['muted']>,\n nativeProps: {} as PropOptions<JSX.TaroAudioCore['nativeProps']>\n },\n render: createCommonRender('taro-audio-core', ['error', 'play', 'pause', 'timeupdate', 'ended'], defineTaroAudioCore),\n});\n\n\nexport const AwemeData = /*@__PURE__*/ Vue.extend({\n render: createCommonRender('taro-aweme-data-core', [], defineTaroAwemeDataCore),\n});\n\n\nexport const Block = /*@__PURE__*/ Vue.extend({\n render: createCommonRender('fragment', [], defineTaroBlockCore),\n});\n\n\nexport const Button = /*@__PURE__*/ Vue.extend({\n props: {\n disabled: {} as PropOptions<JSX.TaroButtonCore['disabled']>,\n hoverClass: {} as PropOptions<JSX.TaroButtonCore['hoverClass']>,\n type: {} as PropOptions<JSX.TaroButtonCore['type']>,\n hoverStartTime: {} as PropOptions<JSX.TaroButtonCore['hoverStartTime']>,\n hoverStayTime: {} as PropOptions<JSX.TaroButtonCore['hoverStayTime']>,\n size: {} as PropOptions<JSX.TaroButtonCore['size']>,\n plain: {} as PropOptions<JSX.TaroButtonCore['plain']>,\n loading: {} as PropOptions<JSX.TaroButtonCore['loading']>,\n formType: {} as PropOptions<JSX.TaroButtonCore['formType']>\n },\n render: createCommonRender('taro-button-core', ['tarobuttonsubmit', 'tarobuttonreset'], defineTaroButtonCore),\n});\n\n\nexport const Camera = /*@__PURE__*/ Vue.extend({\n render: createCommonRender('taro-camera-core', [], defineTaroCameraCore),\n});\n\n\nexport const Canvas = /*@__PURE__*/ Vue.extend({\n props: {\n canvasId: {} as PropOptions<JSX.TaroCanvasCore['canvasId']>,\n nativeProps: {} as PropOptions<JSX.TaroCanvasCore['nativeProps']>\n },\n render: createCommonRender('taro-canvas-core', ['longtap'], defineTaroCanvasCore),\n});\n\n\nexport const ChannelLive = /*@__PURE__*/ Vue.extend({\n render: createCommonRender('taro-channel-live-core', [], defineTaroChannelLiveCore),\n});\n\n\nexport const ChannelVideo = /*@__PURE__*/ Vue.extend({\n render: createCommonRender('taro-channel-video-core', [], defineTaroChannelVideoCore),\n});\n\n\nexport const Checkbox = /*@__PURE__*/ Vue.extend({\n props: {\n name: {} as PropOptions<JSX.TaroCheckboxCore['name']>,\n value: {} as PropOptions<JSX.TaroCheckboxCore['value']>,\n color: {} as PropOptions<JSX.TaroCheckboxCore['color']>,\n id: {} as PropOptions<JSX.TaroCheckboxCore['id']>,\n checked: {} as PropOptions<JSX.TaroCheckboxCore['checked']>,\n disabled: {} as PropOptions<JSX.TaroCheckboxCore['disabled']>,\n nativeProps: {} as PropOptions<JSX.TaroCheckboxCore['nativeProps']>\n },\n render: createCommonRender('taro-checkbox-core', ['checkboxchange'], defineTaroCheckboxCore),\n});\n\n\nexport const CheckboxGroup = /*@__PURE__*/ Vue.extend({\n props: {\n name: {} as PropOptions<JSX.TaroCheckboxGroupCore['name']>\n },\n render: createCommonRender('taro-checkbox-group-core', ['change'], defineTaroCheckboxGroupCore),\n});\n\n\nexport const CommentDetail = /*@__PURE__*/ Vue.extend({\n render: createCommonRender('taro-comment-detail-core', [], defineTaroCommentDetailCore),\n});\n\n\nexport const CommentList = /*@__PURE__*/ Vue.extend({\n render: createCommonRender('taro-comment-list-core', [], defineTaroCommentListCore),\n});\n\n\nexport const ContactButton = /*@__PURE__*/ Vue.extend({\n render: createCommonRender('taro-contact-button-core', [], defineTaroContactButtonCore),\n});\n\n\nexport const CoverImage = /*@__PURE__*/ Vue.extend({\n props: {\n src: {} as PropOptions<JSX.TaroCoverImageCore['src']>,\n nativeProps: {} as PropOptions<JSX.TaroCoverImageCore['nativeProps']>\n },\n render: createCommonRender('taro-cover-image-core', ['load', 'error'], defineTaroCoverImageCore),\n});\n\n\nexport const CoverView = /*@__PURE__*/ Vue.extend({\n props: {\n animation: {} as PropOptions<JSX.TaroCoverViewCore['animation']>,\n hoverClass: {} as PropOptions<JSX.TaroCoverViewCore['hoverClass']>,\n hoverStartTime: {} as PropOptions<JSX.TaroCoverViewCore['hoverStartTime']>,\n hoverStayTime: {} as PropOptions<JSX.TaroCoverViewCore['hoverStayTime']>\n },\n render: createCommonRender('taro-cover-view-core', ['longpress'], defineTaroCoverViewCore),\n});\n\n\nexport const CustomWrapper = /*@__PURE__*/ Vue.extend({\n render: createCommonRender('fragment', [], defineTaroCustomWrapperCore),\n});\n\n\nexport const Editor = /*@__PURE__*/ Vue.extend({\n render: createCommonRender('taro-editor-core', [], defineTaroEditorCore),\n});\n\n\nexport const FollowSwan = /*@__PURE__*/ Vue.extend({\n render: createCommonRender('taro-follow-swan-core', [], defineTaroFollowSwanCore),\n});\n\n\nexport const Form = /*@__PURE__*/ Vue.extend({\n render: createCommonRender('taro-form-core', ['submit'], defineTaroFormCore),\n});\n\n\nexport const FunctionalPageNavigator = /*@__PURE__*/ Vue.extend({\n render: createCommonRender('taro-functional-page-navigator-core', [], defineTaroFunctionalPageNavigatorCore),\n});\n\n\nexport const GridView = /*@__PURE__*/ Vue.extend({\n render: createCommonRender('taro-grid-view-core', [], defineTaroGridViewCore),\n});\n\n\nexport const Icon = /*@__PURE__*/ Vue.extend({\n props: {\n type: {} as PropOptions<JSX.TaroIconCore['type']>,\n size: {} as PropOptions<JSX.TaroIconCore['size']>,\n color: {} as PropOptions<JSX.TaroIconCore['color']>\n },\n render: createCommonRender('taro-icon-core', [], defineTaroIconCore),\n});\n\n\nexport const Image = /*@__PURE__*/ Vue.extend({\n props: {\n src: {} as PropOptions<JSX.TaroImageCore['src']>,\n mode: {} as PropOptions<JSX.TaroImageCore['mode']>,\n lazyLoad: {} as PropOptions<JSX.TaroImageCore['lazyLoad']>,\n nativeProps: {} as PropOptions<JSX.TaroImageCore['nativeProps']>\n },\n render: createCommonRender('taro-image-core', ['load', 'error'], defineTaroImageCore),\n});\n\n\nexport const InlinePaymentPanel = /*@__PURE__*/ Vue.extend({\n render: createCommonRender('taro-inline-payment-panel-core', [], defineTaroInlinePaymentPanelCore),\n});\n\n\nexport const Input = /*@__PURE__*/ Vue.extend({\n props: {\n value: {} as PropOptions<JSX.TaroInputCore['value']>,\n type: {} as PropOptions<JSX.TaroInputCore['type']>,\n password: {} as PropOptions<JSX.TaroInputCore['password']>,\n placeholder: {} as PropOptions<JSX.TaroInputCore['placeholder']>,\n disabled: {} as PropOptions<JSX.TaroInputCore['disabled']>,\n maxlength: {} as PropOptions<JSX.TaroInputCore['maxlength']>,\n autoFocus: {} as PropOptions<JSX.TaroInputCore['autoFocus']>,\n confirmType: {} as PropOptions<JSX.TaroInputCore['confirmType']>,\n name: {} as PropOptions<JSX.TaroInputCore['name']>,\n nativeProps: {} as PropOptions<JSX.TaroInputCore['nativeProps']>\n },\n model: { prop: 'value' , event: 'update:modelValue' },\n methods: {\n focus: createCommonMethod('focus') as Components.TaroInputCore['focus']\n },\n render: createCommonRender('taro-input-core', ['input', 'paste', 'focus', 'blur', 'confirm', 'change', 'keydown'], defineTaroInputCore),\n});\n\n\nexport const KeyboardAccessory = /*@__PURE__*/ Vue.extend({\n render: createCommonRender('taro-keyboard-accessory-core', [], defineTaroKeyboardAccessoryCore),\n});\n\n\nexport const Label = /*@__PURE__*/ Vue.extend({\n props: {\n for: {} as PropOptions<JSX.TaroLabelCore['for']>\n },\n render: createCommonRender('taro-label-core', [], defineTaroLabelCore),\n});\n\n\nexport const Lifestyle = /*@__PURE__*/ Vue.extend({\n render: createCommonRender('taro-lifestyle-core', [], defineTaroLifestyleCore),\n});\n\n\nexport const Like = /*@__PURE__*/ Vue.extend({\n render: createCommonRender('taro-like-core', [], defineTaroLikeCore),\n});\n\n\nexport const ListView = /*@__PURE__*/ Vue.extend({\n render: createCommonRender('taro-list-view-core', [], defineTaroListViewCore),\n});\n\n\nexport const LivePlayer = /*@__PURE__*/ Vue.extend({\n render: createCommonRender('taro-live-player-core', [], defineTaroLivePlayerCore),\n});\n\n\nexport const LivePusher = /*@__PURE__*/ Vue.extend({\n render: createCommonRender('taro-live-pusher-core', [], defineTaroLivePusherCore),\n});\n\n\nexport const Login = /*@__PURE__*/ Vue.extend({\n render: createCommonRender('taro-login-core', [], defineTaroLoginCore),\n});\n\n\nexport const Lottie = /*@__PURE__*/ Vue.extend({\n render: createCommonRender('taro-lottie-core', [], defineTaroLottieCore),\n});\n\n\nexport const Map = /*@__PURE__*/ Vue.extend({\n render: createCommonRender('taro-map-core', [], defineTaroMapCore),\n});\n\n\nexport const MatchMedia = /*@__PURE__*/ Vue.extend({\n render: createCommonRender('taro-match-media-core', [], defineTaroMatchMediaCore),\n});\n\n\nexport const MovableArea = /*@__PURE__*/ Vue.extend({\n props: {\n scaleArea: {} as PropOptions<JSX.TaroMovableAreaCore['scaleArea']>\n },\n render: createCommonRender('taro-movable-area-core', [], defineTaroMovableAreaCore),\n});\n\n\nexport const MovableView = /*@__PURE__*/ Vue.extend({\n props: {\n x: {} as PropOptions<JSX.TaroMovableViewCore['x']>,\n y: {} as PropOptions<JSX.TaroMovableViewCore['y']>,\n direction: {} as PropOptions<JSX.TaroMovableViewCore['direction']>,\n outOfBounds: {} as PropOptions<JSX.TaroMovableViewCore['outOfBounds']>,\n inertia: {} as PropOptions<JSX.TaroMovableViewCore['inertia']>,\n friction: {} as PropOptions<JSX.TaroMovableViewCore['friction']>,\n damping: {} as PropOptions<JSX.TaroMovableViewCore['damping']>,\n disabled: {} as PropOptions<JSX.TaroMovableViewCore['disabled']>,\n scale: {} as PropOptions<JSX.TaroMovableViewCore['scale']>,\n scaleMin: {} as PropOptions<JSX.TaroMovableViewCore['scaleMin']>,\n scaleMax: {} as PropOptions<JSX.TaroMovableViewCore['scaleMax']>,\n scaleValue: {} as PropOptions<JSX.TaroMovableViewCore['scaleValue']>,\n animation: {} as PropOptions<JSX.TaroMovableViewCore['animation']>\n },\n methods: {\n setParent: createCommonMethod('setParent') as Components.TaroMovableViewCore['setParent'],\n endScale: createCommonMethod('endScale') as Components.TaroMovableViewCore['endScale'],\n setScale: createCommonMethod('setScale') as Components.TaroMovableViewCore['setScale']\n },\n render: createCommonRender('taro-movable-view-core', ['change', 'scale', 'htouchmove', 'vtouchmove'], defineTaroMovableViewCore),\n});\n\n\nexport const NativeSlot = /*@__PURE__*/ Vue.extend({\n render: createCommonRender('taro-native-slot-core', [], defineTaroNativeSlotCore),\n});\n\n\nexport const NavigationBar = /*@__PURE__*/ Vue.extend({\n render: createCommonRender('taro-navigation-bar-core', [], defineTaroNavigationBarCore),\n});\n\n\nexport const Navigator = /*@__PURE__*/ Vue.extend({\n props: {\n hoverClass: {} as PropOptions<JSX.TaroNavigatorCore['hoverClass']>,\n url: {} as PropOptions<JSX.TaroNavigatorCore['url']>,\n openType: {} as PropOptions<JSX.TaroNavigatorCore['openType']>,\n isHover: {} as PropOptions<JSX.TaroNavigatorCore['isHover']>,\n delta: {} as PropOptions<JSX.TaroNavigatorCore['delta']>\n },\n render: createCommonRender('taro-navigator-core', ['cuccess', 'fail', 'complete'], defineTaroNavigatorCore),\n});\n\n\nexport const OfficialAccount = /*@__PURE__*/ Vue.extend({\n render: createCommonRender('taro-official-account-core', [], defineTaroOfficialAccountCore),\n});\n\n\nexport const OpenData = /*@__PURE__*/ Vue.extend({\n render: createCommonRender('taro-open-data-core', [], defineTaroOpenDataCore),\n});\n\n\nexport const PageContainer = /*@__PURE__*/ Vue.extend({\n render: createCommonRender('taro-page-container-core', [], defineTaroPageContainerCore),\n});\n\n\nexport const PageMeta = /*@__PURE__*/ Vue.extend({\n render: createCommonRender('taro-page-meta-core', [], defineTaroPageMetaCore),\n});\n\n\nexport const Picker = /*@__PURE__*/ Vue.extend({\n props: {\n mode: {} as PropOptions<JSX.TaroPickerCore['mode']>,\n disabled: {} as PropOptions<JSX.TaroPickerCore['disabled']>,\n range: {} as PropOptions<JSX.TaroPickerCore['range']>,\n rangeKey: {} as PropOptions<JSX.TaroPickerCore['rangeKey']>,\n value: {} as PropOptions<JSX.TaroPickerCore['value']>,\n start: {} as PropOptions<JSX.TaroPickerCore['start']>,\n end: {} as PropOptions<JSX.TaroPickerCore['end']>,\n fields: {} as PropOptions<JSX.TaroPickerCore['fields']>,\n name: {} as PropOptions<JSX.TaroPickerCore['name']>\n },\n model: { prop: 'value' , event: 'update:modelValue' },\n render: createCommonRender('taro-picker-core', ['change', 'columnchange', 'cancel'], defineTaroPickerCore),\n});\n\n\nexport const PickerGroup = /*@__PURE__*/ Vue.extend({\n props: {\n mode: {} as PropOptions<JSX.TaroPickerGroup['mode']>,\n range: {} as PropOptions<JSX.TaroPickerGroup['range']>,\n rangeKey: {} as PropOptions<JSX.TaroPickerGroup['rangeKey']>,\n height: {} as PropOptions<JSX.TaroPickerGroup['height']>,\n columnId: {} as PropOptions<JSX.TaroPickerGroup['columnId']>,\n updateHeight: {} as PropOptions<JSX.TaroPickerGroup['updateHeight']>,\n onColumnChange: {} as PropOptions<JSX.TaroPickerGroup['onColumnChange']>,\n updateDay: {} as PropOptions<JSX.TaroPickerGroup['updateDay']>\n },\n methods: {\n handleMoveStart: createCommonMethod('handleMoveStart') as Components.TaroPickerGroup['handleMoveStart'],\n handleMoving: createCommonMethod('handleMoving') as Components.TaroPickerGroup['handleMoving'],\n handleMoveEnd: createCommonMethod('handleMoveEnd') as Components.TaroPickerGroup['handleMoveEnd']\n },\n render: createCommonRender('taro-picker-group', [], defineTaroPickerGroup),\n});\n\n\nexport const PickerViewColumn = /*@__PURE__*/ Vue.extend({\n props: {\n col: {} as PropOptions<JSX.TaroPickerViewColumnCore['col']>,\n initialPosition: {} as PropOptions<JSX.TaroPickerViewColumnCore['initialPosition']>,\n paddingVertical: {} as PropOptions<JSX.TaroPickerViewColumnCore['paddingVertical']>\n },\n render: createCommonRender('taro-picker-view-column-core', ['onselect', 'onselectstart', 'onselectend'], defineTaroPickerViewColumnCore),\n});\n\n\nexport const PickerView = /*@__PURE__*/ Vue.extend({\n props: {\n indicatorStyle: {} as PropOptions<JSX.TaroPickerViewCore['indicatorStyle']>,\n indicatorClass: {} as PropOptions<JSX.TaroPickerViewCore['indicatorClass']>,\n value: {} as PropOptions<JSX.TaroPickerViewCore['value']>,\n maskStyle: {} as PropOptions<JSX.TaroPickerViewCore['maskStyle']>,\n maskClass: {} as PropOptions<JSX.TaroPickerViewCore['maskClass']>\n },\n render: createCommonRender('taro-picker-view-core', ['change', 'pickstart', 'pickend'], defineTaroPickerViewCore),\n});\n\n\nexport const Progress = /*@__PURE__*/ Vue.extend({\n props: {\n percent: {} as PropOptions<JSX.TaroProgressCore['percent']>,\n showInfo: {} as PropOptions<JSX.TaroProgressCore['showInfo']>,\n borderRadius: {} as PropOptions<JSX.TaroProgressCore['borderRadius']>,\n fontSize: {} as PropOptions<JSX.TaroProgressCore['fontSize']>,\n strokeWidth: {} as PropOptions<JSX.TaroProgressCore['strokeWidth']>,\n activeColor: {} as PropOptions<JSX.TaroProgressCore['activeColor']>,\n backgroundColor: {} as PropOptions<JSX.TaroProgressCore['backgroundColor']>,\n active: {} as PropOptions<JSX.TaroProgressCore['active']>\n },\n render: createCommonRender('taro-progress-core', [], defineTaroProgressCore),\n});\n\n\nexport const PullToRefresh = /*@__PURE__*/ Vue.extend({\n props: {\n prefixCls: {} as PropOptions<JSX.TaroPullToRefresh['prefixCls']>,\n distanceToRefresh: {} as PropOptions<JSX.TaroPullToRefresh['distanceToRefresh']>,\n damping: {} as PropOptions<JSX.TaroPullToRefresh['damping']>,\n indicator: {} as PropOptions<JSX.TaroPullToRefresh['indicator']>\n },\n render: createCommonRender('taro-pull-to-refresh', ['refresh'], defineTaroPullToRefresh),\n});\n\n\nexport const Radio = /*@__PURE__*/ Vue.extend({\n props: {\n name: {} as PropOptions<JSX.TaroRadioCore['name']>,\n value: {} as PropOptions<JSX.TaroRadioCore['value']>,\n id: {} as PropOptions<JSX.TaroRadioCore['id']>,\n checked: {} as PropOptions<JSX.TaroRadioCore['checked']>,\n disabled: {} as PropOptions<JSX.TaroRadioCore['disabled']>,\n nativeProps: {} as PropOptions<JSX.TaroRadioCore['nativeProps']>\n },\n render: createCommonRender('taro-radio-core', ['radiochange'], defineTaroRadioCore),\n});\n\n\nexport const RadioGroup = /*@__PURE__*/ Vue.extend({\n props: {\n name: {} as PropOptions<JSX.TaroRadioGroupCore['name']>\n },\n render: createCommonRender('taro-radio-group-core', ['change'], defineTaroRadioGroupCore),\n});\n\n\nexport const RichText = /*@__PURE__*/ Vue.extend({\n props: {\n nodes: {} as PropOptions<JSX.TaroRichTextCore['nodes']>\n },\n render: createCommonRender('taro-rich-text-core', [], defineTaroRichTextCore),\n});\n\n\nexport const RootPortal = /*@__PURE__*/ Vue.extend({\n render: createCommonRender('taro-root-portal-core', [], defineTaroRootPortalCore),\n});\n\n\nexport const RtcRoom = /*@__PURE__*/ Vue.extend({\n render: createCommonRender('taro-rtc-room-core', [], defineTaroRtcRoomCore),\n});\n\n\nexport const RtcRoomItem = /*@__PURE__*/ Vue.extend({\n render: createCommonRender('taro-rtc-room-item-core', [], defineTaroRtcRoomItemCore),\n});\n\n\nexport const ScrollView = /*@__PURE__*/ Vue.extend({\n props: {\n scrollX: {} as PropOptions<JSX.TaroScrollViewCore['scrollX']>,\n scrollY: {} as PropOptions<JSX.TaroScrollViewCore['scrollY']>,\n upperThreshold: {} as PropOptions<JSX.TaroScrollViewCore['upperThreshold']>,\n lowerThreshold: {} as PropOptions<JSX.TaroScrollViewCore['lowerThreshold']>,\n mpScrollTop: {} as PropOptions<JSX.TaroScrollViewCore['mpScrollTop']>,\n mpScrollLeft: {} as PropOptions<JSX.TaroScrollViewCore['mpScrollLeft']>,\n mpScrollIntoView: {} as PropOptions<JSX.TaroScrollViewCore['mpScrollIntoView']>,\n animated: {} as PropOptions<JSX.TaroScrollViewCore['animated']>\n },\n methods: {\n mpScrollToMethod: createCommonMethod('mpScrollToMethod') as Components.TaroScrollViewCore['mpScrollToMethod'],\n mpScrollIntoViewMethod: createCommonMethod('mpScrollIntoViewMethod') as Components.TaroScrollViewCore['mpScrollIntoViewMethod']\n },\n render: createCommonRender('taro-scroll-view-core', ['scroll', 'scrolltoupper', 'scrolltolower'], defineTaroScrollViewCore),\n});\n\n\nexport const ShareElement = /*@__PURE__*/ Vue.extend({\n render: createCommonRender('taro-share-element-core', [], defineTaroShareElementCore),\n});\n\n\nexport const Slider = /*@__PURE__*/ Vue.extend({\n props: {\n min: {} as PropOptions<JSX.TaroSliderCore['min']>,\n max: {} as PropOptions<JSX.TaroSliderCore['max']>,\n step: {} as PropOptions<JSX.TaroSliderCore['step']>,\n disabled: {} as PropOptions<JSX.TaroSliderCore['disabled']>,\n value: {} as PropOptions<JSX.TaroSliderCore['value']>,\n activeColor: {} as PropOptions<JSX.TaroSliderCore['activeColor']>,\n backgroundColor: {} as PropOptions<JSX.TaroSliderCore['backgroundColor']>,\n blockSize: {} as PropOptions<JSX.TaroSliderCore['blockSize']>,\n blockColor: {} as PropOptions<JSX.TaroSliderCore['blockColor']>,\n showValue: {} as PropOptions<JSX.TaroSliderCore['showValue']>,\n name: {} as PropOptions<JSX.TaroSliderCore['name']>\n },\n model: { prop: 'value' , event: 'update:modelValue' },\n render: createCommonRender('taro-slider-core', ['change', 'changing'], defineTaroSliderCore),\n});\n\n\nexport const Slot = /*@__PURE__*/ Vue.extend({\n render: createCommonRender('taro-slot-core', [], defineTaroSlotCore),\n});\n\n\nexport const StickyHeader = /*@__PURE__*/ Vue.extend({\n render: createCommonRender('taro-sticky-header-core', [], defineTaroStickyHeaderCore),\n});\n\n\nexport const StickySection = /*@__PURE__*/ Vue.extend({\n render: createCommonRender('taro-sticky-section-core', [], defineTaroStickySectionCore),\n});\n\n\nexport const Swiper = /*@__PURE__*/ Vue.extend({\n props: {\n indicatorDots: {} as PropOptions<JSX.TaroSwiperCore['indicatorDots']>,\n indicatorColor: {} as PropOptions<JSX.TaroSwiperCore['indicatorColor']>,\n indicatorActiveColor: {} as PropOptions<JSX.TaroSwiperCore['indicatorActiveColor']>,\n autoplay: {} as PropOptions<JSX.TaroSwiperCore['autoplay']>,\n current: {} as PropOptions<JSX.TaroSwiperCore['current']>,\n interval: {} as PropOptions<JSX.TaroSwiperCore['interval']>,\n duration: {} as PropOptions<JSX.TaroSwiperCore['duration']>,\n circular: {} as PropOptions<JSX.TaroSwiperCore['circular']>,\n vertical: {} as PropOptions<JSX.TaroSwiperCore['vertical']>,\n previousMargin: {} as PropOptions<JSX.TaroSwiperCore['previousMargin']>,\n nextMargin: {} as PropOptions<JSX.TaroSwiperCore['nextMargin']>,\n displayMultipleItems: {} as PropOptions<JSX.TaroSwiperCore['displayMultipleItems']>,\n full: {} as PropOptions<JSX.TaroSwiperCore['full']>,\n zoom: {} as PropOptions<JSX.TaroSwiperCore['zoom']>\n },\n render: createCommonRender('taro-swiper-core', ['change', 'animationfinish'], defineTaroSwiperCore),\n});\n\n\nexport const SwiperItem = /*@__PURE__*/ Vue.extend({\n props: {\n itemId: {} as PropOptions<JSX.TaroSwiperItemCore['itemId']>\n },\n render: createCommonRender('taro-swiper-item-core', [], defineTaroSwiperItemCore),\n});\n\n\nexport const Switch = /*@__PURE__*/ Vue.extend({\n props: {\n type: {} as PropOptions<JSX.TaroSwitchCore['type']>,\n checked: {} as PropOptions<JSX.TaroSwitchCore['checked']>,\n color: {} as PropOptions<JSX.TaroSwitchCore['color']>,\n name: {} as PropOptions<JSX.TaroSwitchCore['name']>,\n disabled: {} as PropOptions<JSX.TaroSwitchCore['disabled']>,\n nativeProps: {} as PropOptions<JSX.TaroSwitchCore['nativeProps']>\n },\n model: { prop: 'checked' , event: 'update:modelValue' },\n render: createCommonRender('taro-switch-core', ['change'], defineTaroSwitchCore),\n});\n\n\nexport const TabItem = /*@__PURE__*/ Vue.extend({\n render: createCommonRender('taro-tab-item-core', [], defineTaroTabItemCore),\n});\n\n\nexport const Tabbar = /*@__PURE__*/ Vue.extend({\n props: {\n conf: {} as PropOptions<JSX.TaroTabbar['conf']>\n },\n render: createCommonRender('taro-tabbar', ['longpress'], defineTaroTabbar),\n});\n\n\nexport const Tabs = /*@__PURE__*/ Vue.extend({\n render: createCommonRender('taro-tabs-core', [], defineTaroTabsCore),\n});\n\n\nexport const Text = /*@__PURE__*/ Vue.extend({\n props: {\n selectable: {} as PropOptions<JSX.TaroTextCore['selectable']>\n },\n render: createCommonRender('taro-text-core', [], defineTaroTextCore),\n});\n\n\nexport const Textarea = /*@__PURE__*/ Vue.extend({\n props: {\n value: {} as PropOptions<JSX.TaroTextareaCore['value']>,\n placeholder: {} as PropOptions<JSX.TaroTextareaCore['placeholder']>,\n disabled: {} as PropOptions<JSX.TaroTextareaCore['disabled']>,\n maxlength: {} as PropOptions<JSX.TaroTextareaCore['maxlength']>,\n autoFocus: {} as PropOptions<JSX.TaroTextareaCore['autoFocus']>,\n autoHeight: {} as PropOptions<JSX.TaroTextareaCore['autoHeight']>,\n name: {} as PropOptions<JSX.TaroTextareaCore['name']>,\n nativeProps: {} as PropOptions<JSX.TaroTextareaCore['nativeProps']>\n },\n model: { prop: 'value' , event: 'update:modelValue' },\n methods: {\n focus: createCommonMethod('focus') as Components.TaroTextareaCore['focus']\n },\n render: createCommonRender('taro-textarea-core', ['input', 'focus', 'blur', 'confirm', 'change', 'linechange', 'keydown'], defineTaroTextareaCore),\n});\n\n\nexport const VideoControl = /*@__PURE__*/ Vue.extend({\n props: {\n controls: {} as PropOptions<JSX.TaroVideoControl['controls']>,\n currentTime: {} as PropOptions<JSX.TaroVideoControl['currentTime']>,\n duration: {} as PropOptions<JSX.TaroVideoControl['duration']>,\n isPlaying: {} as PropOptions<JSX.TaroVideoControl['isPlaying']>,\n pauseFunc: {} as PropOptions<JSX.TaroVideoControl['pauseFunc']>,\n playFunc: {} as PropOptions<JSX.TaroVideoControl['playFunc']>,\n seekFunc: {} as PropOptions<JSX.TaroVideoControl['seekFunc']>,\n showPlayBtn: {} as PropOptions<JSX.TaroVideoControl['showPlayBtn']>,\n showProgress: {} as PropOptions<JSX.TaroVideoControl['showProgress']>\n },\n methods: {\n setProgressBall: createCommonMethod('setProgressBall') as Components.TaroVideoControl['setProgressBall'],\n toggleVisibility: createCommonMethod('toggleVisibility') as Components.TaroVideoControl['toggleVisibility'],\n getIsDraggingProgressBall: createCommonMethod('getIsDraggingProgressBall') as Components.TaroVideoControl['getIsDraggingProgressBall'],\n setCurrentTime: createCommonMethod('setCurrentTime') as Components.TaroVideoControl['setCurrentTime']\n },\n render: createCommonRender('taro-video-control', [], defineTaroVideoControl),\n});\n\n\nexport const Video = /*@__PURE__*/ Vue.extend({\n props: {\n src: {} as PropOptions<JSX.TaroVideoCore['src']>,\n duration: {} as PropOptions<JSX.TaroVideoCore['duration']>,\n controls: {} as PropOptions<JSX.TaroVideoCore['controls']>,\n autoplay: {} as PropOptions<JSX.TaroVideoCore['autoplay']>,\n loop: {} as PropOptions<JSX.TaroVideoCore['loop']>,\n muted: {} as PropOptions<JSX.TaroVideoCore['muted']>,\n initialTime: {} as PropOptions<JSX.TaroVideoCore['initialTime']>,\n poster: {} as PropOptions<JSX.TaroVideoCore['poster']>,\n objectFit: {} as PropOptions<JSX.TaroVideoCore['objectFit']>,\n showProgress: {} as PropOptions<JSX.TaroVideoCore['showProgress']>,\n showFullscreenBtn: {} as PropOptions<JSX.TaroVideoCore['showFullscreenBtn']>,\n showPlayBtn: {} as PropOptions<JSX.TaroVideoCore['showPlayBtn']>,\n showCenterPlayBtn: {} as PropOptions<JSX.TaroVideoCore['showCenterPlayBtn']>,\n showMuteBtn: {} as PropOptions<JSX.TaroVideoCore['showMuteBtn']>,\n danmuList: {} as PropOptions<JSX.TaroVideoCore['danmuList']>,\n danmuBtn: {} as PropOptions<JSX.TaroVideoCore['danmuBtn']>,\n enableDanmu: {} as PropOptions<JSX.TaroVideoCore['enableDanmu']>,\n enablePlayGesture: {} as PropOptions<JSX.TaroVideoCore['enablePlayGesture']>,\n enableProgressGesture: {} as PropOptions<JSX.TaroVideoCore['enableProgressGesture']>,\n vslideGesture: {} as PropOptions<JSX.TaroVideoCore['vslideGesture']>,\n vslideGestureInFullscreen: {} as PropOptions<JSX.TaroVideoCore['vslideGestureInFullscreen']>,\n nativeProps: {} as PropOptions<JSX.TaroVideoCore['nativeProps']>\n },\n methods: {\n getHlsObject: createCommonMethod('getHlsObject') as Components.TaroVideoCore['getHlsObject'],\n play: createCommonMethod('play') as Components.TaroVideoCore['play'],\n pause: createCommonMethod('pause') as Components.TaroVideoCore['pause'],\n stop: createCommonMethod('stop') as Components.TaroVideoCore['stop'],\n seek: createCommonMethod('seek') as Components.TaroVideoCore['seek'],\n requestFullScreen: createCommonMethod('requestFullScreen') as Components.TaroVideoCore['requestFullScreen'],\n exitFullScreen: createCommonMethod('exitFullScreen') as Components.TaroVideoCore['exitFullScreen']\n },\n render: createCommonRender('taro-video-core', ['play', 'pause', 'ended', 'timeupdate', 'error', 'fullscreenchange', 'progress', 'loadedmetadata'], defineTaroVideoCore),\n});\n\n\nexport const VideoDanmu = /*@__PURE__*/ Vue.extend({\n props: {\n enable: {} as PropOptions<JSX.TaroVideoDanmu['enable']>\n },\n methods: {\n sendDanmu: createCommonMethod('sendDanmu') as Components.TaroVideoDanmu['sendDanmu'],\n tick: createCommonMethod('tick') as Components.TaroVideoDanmu['tick']\n },\n render: createCommonRender('taro-video-danmu', [], defineTaroVideoDanmu),\n});\n\n\nexport const View = /*@__PURE__*/ Vue.extend({\n props: {\n animation: {} as PropOptions<JSX.TaroViewCore['animation']>,\n hoverClass: {} as PropOptions<JSX.TaroViewCore['hoverClass']>,\n hoverStartTime: {} as PropOptions<JSX.TaroViewCore['hoverStartTime']>,\n hoverStayTime: {} as PropOptions<JSX.TaroViewCore['hoverStayTime']>\n },\n render: createCommonRender('taro-view-core', ['longpress'], defineTaroViewCore),\n});\n\n\nexport const VoipRoom = /*@__PURE__*/ Vue.extend({\n render: createCommonRender('taro-voip-room-core', [], defineTaroVoipRoomCore),\n});\n\n\nexport const WebView = /*@__PURE__*/ Vue.extend({\n props: {\n src: {} as PropOptions<JSX.TaroWebViewCore['src']>\n },\n render: createCommonRender('taro-web-view-core', ['load', 'error'], defineTaroWebViewCore),\n});\n\n"],"names":["defineTaroAdCore","defineTaroAdCustomCore","defineTaroAnimationVideoCore","defineTaroAnimationViewCore","defineTaroArCameraCore","defineTaroAudioCore","defineTaroAwemeDataCore","defineTaroBlockCore","defineTaroButtonCore","defineTaroCameraCore","defineTaroCanvasCore","defineTaroChannelLiveCore","defineTaroChannelVideoCore","defineTaroCheckboxCore","defineTaroCheckboxGroupCore","defineTaroCommentDetailCore","defineTaroCommentListCore","defineTaroContactButtonCore","defineTaroCoverImageCore","defineTaroCoverViewCore","defineTaroCustomWrapperCore","defineTaroEditorCore","defineTaroFollowSwanCore","defineTaroFormCore","defineTaroFunctionalPageNavigatorCore","defineTaroGridViewCore","defineTaroIconCore","defineTaroImageCore","defineTaroInlinePaymentPanelCore","defineTaroInputCore","defineTaroKeyboardAccessoryCore","defineTaroLabelCore","defineTaroLifestyleCore","defineTaroLikeCore","defineTaroListViewCore","defineTaroLivePlayerCore","defineTaroLivePusherCore","defineTaroLoginCore","defineTaroLottieCore","defineTaroMapCore","defineTaroMatchMediaCore","defineTaroMovableAreaCore","defineTaroMovableViewCore","defineTaroNativeSlotCore","defineTaroNavigationBarCore","defineTaroNavigatorCore","defineTaroOfficialAccountCore","defineTaroOpenDataCore","defineTaroPageContainerCore","defineTaroPageMetaCore","defineTaroPickerCore","defineTaroPickerGroup","defineTaroPickerViewColumnCore","defineTaroPickerViewCore","defineTaroProgressCore","defineTaroPullToRefresh","defineTaroRadioCore","defineTaroRadioGroupCore","defineTaroRichTextCore","defineTaroRootPortalCore","defineTaroRtcRoomCore","defineTaroRtcRoomItemCore","defineTaroScrollViewCore","defineTaroShareElementCore","defineTaroSliderCore","defineTaroSlotCore","defineTaroStickyHeaderCore","defineTaroStickySectionCore","defineTaroSwiperCore","defineTaroSwiperItemCore","defineTaroSwitchCore","defineTaroTabItemCore","defineTaroTabbar","defineTaroTabsCore","defineTaroTextCore","defineTaroTextareaCore","defineTaroVideoControl","defineTaroVideoCore","defineTaroVideoDanmu","defineTaroViewCore","defineTaroVoipRoomCore","defineTaroWebViewCore"],"mappings":"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"}
1
+ {"version":3,"file":"components.js","sources":["../../../taro-components-library-vue2/src/components.ts"],"sourcesContent":["/* eslint-disable */\n/* tslint:disable */\n/* auto-generated vue proxies */\nimport Vue, { PropOptions } from 'vue';\nimport { createCommonRender, createCommonMethod } from './vue-component-lib/utils';\n\nimport type { Components, JSX } from '@tarojs/components/dist/types/components';\n\n// @ts-ignore\nimport { defineCustomElementTaroAdCore as defineTaroAdCore } from '@tarojs/components/dist/components';\n// @ts-ignore\nimport { defineCustomElementTaroAdCustomCore as defineTaroAdCustomCore } from '@tarojs/components/dist/components';\n// @ts-ignore\nimport { defineCustomElementTaroAnimationVideoCore as defineTaroAnimationVideoCore } from '@tarojs/components/dist/components';\n// @ts-ignore\nimport { defineCustomElementTaroAnimationViewCore as defineTaroAnimationViewCore } from '@tarojs/components/dist/components';\n// @ts-ignore\nimport { defineCustomElementTaroArCameraCore as defineTaroArCameraCore } from '@tarojs/components/dist/components';\n// @ts-ignore\nimport { defineCustomElementTaroAudioCore as defineTaroAudioCore } from '@tarojs/components/dist/components';\n// @ts-ignore\nimport { defineCustomElementTaroAwemeDataCore as defineTaroAwemeDataCore } from '@tarojs/components/dist/components';\n// @ts-ignore\nimport { defineCustomElementTaroBlockCore as defineTaroBlockCore } from '@tarojs/components/dist/components';\n// @ts-ignore\nimport { defineCustomElementTaroButtonCore as defineTaroButtonCore } from '@tarojs/components/dist/components';\n// @ts-ignore\nimport { defineCustomElementTaroCameraCore as defineTaroCameraCore } from '@tarojs/components/dist/components';\n// @ts-ignore\nimport { defineCustomElementTaroCanvasCore as defineTaroCanvasCore } from '@tarojs/components/dist/components';\n// @ts-ignore\nimport { defineCustomElementTaroChannelLiveCore as defineTaroChannelLiveCore } from '@tarojs/components/dist/components';\n// @ts-ignore\nimport { defineCustomElementTaroChannelVideoCore as defineTaroChannelVideoCore } from '@tarojs/components/dist/components';\n// @ts-ignore\nimport { defineCustomElementTaroCheckboxCore as defineTaroCheckboxCore } from '@tarojs/components/dist/components';\n// @ts-ignore\nimport { defineCustomElementTaroCheckboxGroupCore as defineTaroCheckboxGroupCore } from '@tarojs/components/dist/components';\n// @ts-ignore\nimport { defineCustomElementTaroCommentDetailCore as defineTaroCommentDetailCore } from '@tarojs/components/dist/components';\n// @ts-ignore\nimport { defineCustomElementTaroCommentListCore as defineTaroCommentListCore } from '@tarojs/components/dist/components';\n// @ts-ignore\nimport { defineCustomElementTaroContactButtonCore as defineTaroContactButtonCore } from '@tarojs/components/dist/components';\n// @ts-ignore\nimport { defineCustomElementTaroCoverImageCore as defineTaroCoverImageCore } from '@tarojs/components/dist/components';\n// @ts-ignore\nimport { defineCustomElementTaroCoverViewCore as defineTaroCoverViewCore } from '@tarojs/components/dist/components';\n// @ts-ignore\nimport { defineCustomElementTaroCustomWrapperCore as defineTaroCustomWrapperCore } from '@tarojs/components/dist/components';\n// @ts-ignore\nimport { defineCustomElementTaroEditorCore as defineTaroEditorCore } from '@tarojs/components/dist/components';\n// @ts-ignore\nimport { defineCustomElementTaroFollowSwanCore as defineTaroFollowSwanCore } from '@tarojs/components/dist/components';\n// @ts-ignore\nimport { defineCustomElementTaroFormCore as defineTaroFormCore } from '@tarojs/components/dist/components';\n// @ts-ignore\nimport { defineCustomElementTaroFunctionalPageNavigatorCore as defineTaroFunctionalPageNavigatorCore } from '@tarojs/components/dist/components';\n// @ts-ignore\nimport { defineCustomElementTaroGridViewCore as defineTaroGridViewCore } from '@tarojs/components/dist/components';\n// @ts-ignore\nimport { defineCustomElementTaroIconCore as defineTaroIconCore } from '@tarojs/components/dist/components';\n// @ts-ignore\nimport { defineCustomElementTaroImageCore as defineTaroImageCore } from '@tarojs/components/dist/components';\n// @ts-ignore\nimport { defineCustomElementTaroInlinePaymentPanelCore as defineTaroInlinePaymentPanelCore } from '@tarojs/components/dist/components';\n// @ts-ignore\nimport { defineCustomElementTaroInputCore as defineTaroInputCore } from '@tarojs/components/dist/components';\n// @ts-ignore\nimport { defineCustomElementTaroKeyboardAccessoryCore as defineTaroKeyboardAccessoryCore } from '@tarojs/components/dist/components';\n// @ts-ignore\nimport { defineCustomElementTaroLabelCore as defineTaroLabelCore } from '@tarojs/components/dist/components';\n// @ts-ignore\nimport { defineCustomElementTaroLifestyleCore as defineTaroLifestyleCore } from '@tarojs/components/dist/components';\n// @ts-ignore\nimport { defineCustomElementTaroLikeCore as defineTaroLikeCore } from '@tarojs/components/dist/components';\n// @ts-ignore\nimport { defineCustomElementTaroListViewCore as defineTaroListViewCore } from '@tarojs/components/dist/components';\n// @ts-ignore\nimport { defineCustomElementTaroLivePlayerCore as defineTaroLivePlayerCore } from '@tarojs/components/dist/components';\n// @ts-ignore\nimport { defineCustomElementTaroLivePusherCore as defineTaroLivePusherCore } from '@tarojs/components/dist/components';\n// @ts-ignore\nimport { defineCustomElementTaroLoginCore as defineTaroLoginCore } from '@tarojs/components/dist/components';\n// @ts-ignore\nimport { defineCustomElementTaroLottieCore as defineTaroLottieCore } from '@tarojs/components/dist/components';\n// @ts-ignore\nimport { defineCustomElementTaroMapCore as defineTaroMapCore } from '@tarojs/components/dist/components';\n// @ts-ignore\nimport { defineCustomElementTaroMatchMediaCore as defineTaroMatchMediaCore } from '@tarojs/components/dist/components';\n// @ts-ignore\nimport { defineCustomElementTaroMovableAreaCore as defineTaroMovableAreaCore } from '@tarojs/components/dist/components';\n// @ts-ignore\nimport { defineCustomElementTaroMovableViewCore as defineTaroMovableViewCore } from '@tarojs/components/dist/components';\n// @ts-ignore\nimport { defineCustomElementTaroNativeSlotCore as defineTaroNativeSlotCore } from '@tarojs/components/dist/components';\n// @ts-ignore\nimport { defineCustomElementTaroNavigationBarCore as defineTaroNavigationBarCore } from '@tarojs/components/dist/components';\n// @ts-ignore\nimport { defineCustomElementTaroNavigatorCore as defineTaroNavigatorCore } from '@tarojs/components/dist/components';\n// @ts-ignore\nimport { defineCustomElementTaroOfficialAccountCore as defineTaroOfficialAccountCore } from '@tarojs/components/dist/components';\n// @ts-ignore\nimport { defineCustomElementTaroOpenDataCore as defineTaroOpenDataCore } from '@tarojs/components/dist/components';\n// @ts-ignore\nimport { defineCustomElementTaroPageContainerCore as defineTaroPageContainerCore } from '@tarojs/components/dist/components';\n// @ts-ignore\nimport { defineCustomElementTaroPageMetaCore as defineTaroPageMetaCore } from '@tarojs/components/dist/components';\n// @ts-ignore\nimport { defineCustomElementTaroPickerCore as defineTaroPickerCore } from '@tarojs/components/dist/components';\n// @ts-ignore\nimport { defineCustomElementTaroPickerGroup as defineTaroPickerGroup } from '@tarojs/components/dist/components';\n// @ts-ignore\nimport { defineCustomElementTaroPickerViewColumnCore as defineTaroPickerViewColumnCore } from '@tarojs/components/dist/components';\n// @ts-ignore\nimport { defineCustomElementTaroPickerViewCore as defineTaroPickerViewCore } from '@tarojs/components/dist/components';\n// @ts-ignore\nimport { defineCustomElementTaroProgressCore as defineTaroProgressCore } from '@tarojs/components/dist/components';\n// @ts-ignore\nimport { defineCustomElementTaroPullToRefresh as defineTaroPullToRefresh } from '@tarojs/components/dist/components';\n// @ts-ignore\nimport { defineCustomElementTaroRadioCore as defineTaroRadioCore } from '@tarojs/components/dist/components';\n// @ts-ignore\nimport { defineCustomElementTaroRadioGroupCore as defineTaroRadioGroupCore } from '@tarojs/components/dist/components';\n// @ts-ignore\nimport { defineCustomElementTaroRichTextCore as defineTaroRichTextCore } from '@tarojs/components/dist/components';\n// @ts-ignore\nimport { defineCustomElementTaroRootPortalCore as defineTaroRootPortalCore } from '@tarojs/components/dist/components';\n// @ts-ignore\nimport { defineCustomElementTaroRtcRoomCore as defineTaroRtcRoomCore } from '@tarojs/components/dist/components';\n// @ts-ignore\nimport { defineCustomElementTaroRtcRoomItemCore as defineTaroRtcRoomItemCore } from '@tarojs/components/dist/components';\n// @ts-ignore\nimport { defineCustomElementTaroScrollViewCore as defineTaroScrollViewCore } from '@tarojs/components/dist/components';\n// @ts-ignore\nimport { defineCustomElementTaroShareElementCore as defineTaroShareElementCore } from '@tarojs/components/dist/components';\n// @ts-ignore\nimport { defineCustomElementTaroSliderCore as defineTaroSliderCore } from '@tarojs/components/dist/components';\n// @ts-ignore\nimport { defineCustomElementTaroSlotCore as defineTaroSlotCore } from '@tarojs/components/dist/components';\n// @ts-ignore\nimport { defineCustomElementTaroStickyHeaderCore as defineTaroStickyHeaderCore } from '@tarojs/components/dist/components';\n// @ts-ignore\nimport { defineCustomElementTaroStickySectionCore as defineTaroStickySectionCore } from '@tarojs/components/dist/components';\n// @ts-ignore\nimport { defineCustomElementTaroSwiperCore as defineTaroSwiperCore } from '@tarojs/components/dist/components';\n// @ts-ignore\nimport { defineCustomElementTaroSwiperItemCore as defineTaroSwiperItemCore } from '@tarojs/components/dist/components';\n// @ts-ignore\nimport { defineCustomElementTaroSwitchCore as defineTaroSwitchCore } from '@tarojs/components/dist/components';\n// @ts-ignore\nimport { defineCustomElementTaroTabItemCore as defineTaroTabItemCore } from '@tarojs/components/dist/components';\n// @ts-ignore\nimport { defineCustomElementTaroTabbar as defineTaroTabbar } from '@tarojs/components/dist/components';\n// @ts-ignore\nimport { defineCustomElementTaroTabsCore as defineTaroTabsCore } from '@tarojs/components/dist/components';\n// @ts-ignore\nimport { defineCustomElementTaroTextCore as defineTaroTextCore } from '@tarojs/components/dist/components';\n// @ts-ignore\nimport { defineCustomElementTaroTextareaCore as defineTaroTextareaCore } from '@tarojs/components/dist/components';\n// @ts-ignore\nimport { defineCustomElementTaroVideoControl as defineTaroVideoControl } from '@tarojs/components/dist/components';\n// @ts-ignore\nimport { defineCustomElementTaroVideoCore as defineTaroVideoCore } from '@tarojs/components/dist/components';\n// @ts-ignore\nimport { defineCustomElementTaroVideoDanmu as defineTaroVideoDanmu } from '@tarojs/components/dist/components';\n// @ts-ignore\nimport { defineCustomElementTaroViewCore as defineTaroViewCore } from '@tarojs/components/dist/components';\n// @ts-ignore\nimport { defineCustomElementTaroVoipRoomCore as defineTaroVoipRoomCore } from '@tarojs/components/dist/components';\n// @ts-ignore\nimport { defineCustomElementTaroWebViewCore as defineTaroWebViewCore } from '@tarojs/components/dist/components';\n\n\nexport const Ad = /*@__PURE__*/ Vue.extend({\n render: createCommonRender('taro-ad-core', [], defineTaroAdCore),\n});\n\n\nexport const AdCustom = /*@__PURE__*/ Vue.extend({\n render: createCommonRender('taro-ad-custom-core', [], defineTaroAdCustomCore),\n});\n\n\nexport const AnimationVideo = /*@__PURE__*/ Vue.extend({\n render: createCommonRender('taro-animation-video-core', [], defineTaroAnimationVideoCore),\n});\n\n\nexport const AnimationView = /*@__PURE__*/ Vue.extend({\n render: createCommonRender('taro-animation-view-core', [], defineTaroAnimationViewCore),\n});\n\n\nexport const ArCamera = /*@__PURE__*/ Vue.extend({\n render: createCommonRender('taro-ar-camera-core', [], defineTaroArCameraCore),\n});\n\n\nexport const Audio = /*@__PURE__*/ Vue.extend({\n props: {\n src: {} as PropOptions<JSX.TaroAudioCore['src']>,\n controls: {} as PropOptions<JSX.TaroAudioCore['controls']>,\n autoplay: {} as PropOptions<JSX.TaroAudioCore['autoplay']>,\n loop: {} as PropOptions<JSX.TaroAudioCore['loop']>,\n muted: {} as PropOptions<JSX.TaroAudioCore['muted']>,\n nativeProps: {} as PropOptions<JSX.TaroAudioCore['nativeProps']>\n },\n render: createCommonRender('taro-audio-core', ['error', 'play', 'pause', 'timeupdate', 'ended'], defineTaroAudioCore),\n});\n\n\nexport const AwemeData = /*@__PURE__*/ Vue.extend({\n render: createCommonRender('taro-aweme-data-core', [], defineTaroAwemeDataCore),\n});\n\n\nexport const Block = /*@__PURE__*/ Vue.extend({\n render: createCommonRender('fragment', [], defineTaroBlockCore),\n});\n\n\nexport const Button = /*@__PURE__*/ Vue.extend({\n props: {\n disabled: {} as PropOptions<JSX.TaroButtonCore['disabled']>,\n hoverClass: {} as PropOptions<JSX.TaroButtonCore['hoverClass']>,\n type: {} as PropOptions<JSX.TaroButtonCore['type']>,\n hoverStartTime: {} as PropOptions<JSX.TaroButtonCore['hoverStartTime']>,\n hoverStayTime: {} as PropOptions<JSX.TaroButtonCore['hoverStayTime']>,\n size: {} as PropOptions<JSX.TaroButtonCore['size']>,\n plain: {} as PropOptions<JSX.TaroButtonCore['plain']>,\n loading: {} as PropOptions<JSX.TaroButtonCore['loading']>,\n formType: {} as PropOptions<JSX.TaroButtonCore['formType']>\n },\n render: createCommonRender('taro-button-core', ['tarobuttonsubmit', 'tarobuttonreset'], defineTaroButtonCore),\n});\n\n\nexport const Camera = /*@__PURE__*/ Vue.extend({\n render: createCommonRender('taro-camera-core', [], defineTaroCameraCore),\n});\n\n\nexport const Canvas = /*@__PURE__*/ Vue.extend({\n props: {\n canvasId: {} as PropOptions<JSX.TaroCanvasCore['canvasId']>,\n nativeProps: {} as PropOptions<JSX.TaroCanvasCore['nativeProps']>\n },\n render: createCommonRender('taro-canvas-core', ['longtap'], defineTaroCanvasCore),\n});\n\n\nexport const ChannelLive = /*@__PURE__*/ Vue.extend({\n render: createCommonRender('taro-channel-live-core', [], defineTaroChannelLiveCore),\n});\n\n\nexport const ChannelVideo = /*@__PURE__*/ Vue.extend({\n render: createCommonRender('taro-channel-video-core', [], defineTaroChannelVideoCore),\n});\n\n\nexport const Checkbox = /*@__PURE__*/ Vue.extend({\n props: {\n name: {} as PropOptions<JSX.TaroCheckboxCore['name']>,\n value: {} as PropOptions<JSX.TaroCheckboxCore['value']>,\n color: {} as PropOptions<JSX.TaroCheckboxCore['color']>,\n id: {} as PropOptions<JSX.TaroCheckboxCore['id']>,\n checked: {} as PropOptions<JSX.TaroCheckboxCore['checked']>,\n disabled: {} as PropOptions<JSX.TaroCheckboxCore['disabled']>,\n nativeProps: {} as PropOptions<JSX.TaroCheckboxCore['nativeProps']>\n },\n render: createCommonRender('taro-checkbox-core', ['checkboxchange'], defineTaroCheckboxCore),\n});\n\n\nexport const CheckboxGroup = /*@__PURE__*/ Vue.extend({\n props: {\n name: {} as PropOptions<JSX.TaroCheckboxGroupCore['name']>\n },\n render: createCommonRender('taro-checkbox-group-core', ['change'], defineTaroCheckboxGroupCore),\n});\n\n\nexport const CommentDetail = /*@__PURE__*/ Vue.extend({\n render: createCommonRender('taro-comment-detail-core', [], defineTaroCommentDetailCore),\n});\n\n\nexport const CommentList = /*@__PURE__*/ Vue.extend({\n render: createCommonRender('taro-comment-list-core', [], defineTaroCommentListCore),\n});\n\n\nexport const ContactButton = /*@__PURE__*/ Vue.extend({\n render: createCommonRender('taro-contact-button-core', [], defineTaroContactButtonCore),\n});\n\n\nexport const CoverImage = /*@__PURE__*/ Vue.extend({\n props: {\n src: {} as PropOptions<JSX.TaroCoverImageCore['src']>,\n nativeProps: {} as PropOptions<JSX.TaroCoverImageCore['nativeProps']>\n },\n render: createCommonRender('taro-cover-image-core', ['load', 'error'], defineTaroCoverImageCore),\n});\n\n\nexport const CoverView = /*@__PURE__*/ Vue.extend({\n props: {\n animation: {} as PropOptions<JSX.TaroCoverViewCore['animation']>,\n hoverClass: {} as PropOptions<JSX.TaroCoverViewCore['hoverClass']>,\n hoverStartTime: {} as PropOptions<JSX.TaroCoverViewCore['hoverStartTime']>,\n hoverStayTime: {} as PropOptions<JSX.TaroCoverViewCore['hoverStayTime']>\n },\n render: createCommonRender('taro-cover-view-core', ['longpress'], defineTaroCoverViewCore),\n});\n\n\nexport const CustomWrapper = /*@__PURE__*/ Vue.extend({\n render: createCommonRender('fragment', [], defineTaroCustomWrapperCore),\n});\n\n\nexport const Editor = /*@__PURE__*/ Vue.extend({\n render: createCommonRender('taro-editor-core', [], defineTaroEditorCore),\n});\n\n\nexport const FollowSwan = /*@__PURE__*/ Vue.extend({\n render: createCommonRender('taro-follow-swan-core', [], defineTaroFollowSwanCore),\n});\n\n\nexport const Form = /*@__PURE__*/ Vue.extend({\n render: createCommonRender('taro-form-core', ['submit'], defineTaroFormCore),\n});\n\n\nexport const FunctionalPageNavigator = /*@__PURE__*/ Vue.extend({\n render: createCommonRender('taro-functional-page-navigator-core', [], defineTaroFunctionalPageNavigatorCore),\n});\n\n\nexport const GridView = /*@__PURE__*/ Vue.extend({\n render: createCommonRender('taro-grid-view-core', [], defineTaroGridViewCore),\n});\n\n\nexport const Icon = /*@__PURE__*/ Vue.extend({\n props: {\n type: {} as PropOptions<JSX.TaroIconCore['type']>,\n size: {} as PropOptions<JSX.TaroIconCore['size']>,\n color: {} as PropOptions<JSX.TaroIconCore['color']>\n },\n render: createCommonRender('taro-icon-core', [], defineTaroIconCore),\n});\n\n\nexport const Image = /*@__PURE__*/ Vue.extend({\n props: {\n src: {} as PropOptions<JSX.TaroImageCore['src']>,\n mode: {} as PropOptions<JSX.TaroImageCore['mode']>,\n lazyLoad: {} as PropOptions<JSX.TaroImageCore['lazyLoad']>,\n nativeProps: {} as PropOptions<JSX.TaroImageCore['nativeProps']>\n },\n render: createCommonRender('taro-image-core', ['load', 'error'], defineTaroImageCore),\n});\n\n\nexport const InlinePaymentPanel = /*@__PURE__*/ Vue.extend({\n render: createCommonRender('taro-inline-payment-panel-core', [], defineTaroInlinePaymentPanelCore),\n});\n\n\nexport const Input = /*@__PURE__*/ Vue.extend({\n props: {\n value: {} as PropOptions<JSX.TaroInputCore['value']>,\n type: {} as PropOptions<JSX.TaroInputCore['type']>,\n password: {} as PropOptions<JSX.TaroInputCore['password']>,\n placeholder: {} as PropOptions<JSX.TaroInputCore['placeholder']>,\n disabled: {} as PropOptions<JSX.TaroInputCore['disabled']>,\n maxlength: {} as PropOptions<JSX.TaroInputCore['maxlength']>,\n autoFocus: {} as PropOptions<JSX.TaroInputCore['autoFocus']>,\n confirmType: {} as PropOptions<JSX.TaroInputCore['confirmType']>,\n name: {} as PropOptions<JSX.TaroInputCore['name']>,\n nativeProps: {} as PropOptions<JSX.TaroInputCore['nativeProps']>\n },\n model: { prop: 'value' , event: 'update:modelValue' },\n methods: {\n focus: createCommonMethod('focus') as Components.TaroInputCore['focus']\n },\n render: createCommonRender('taro-input-core', ['input', 'paste', 'focus', 'blur', 'confirm', 'change', 'keydown'], defineTaroInputCore),\n});\n\n\nexport const KeyboardAccessory = /*@__PURE__*/ Vue.extend({\n render: createCommonRender('taro-keyboard-accessory-core', [], defineTaroKeyboardAccessoryCore),\n});\n\n\nexport const Label = /*@__PURE__*/ Vue.extend({\n props: {\n for: {} as PropOptions<JSX.TaroLabelCore['for']>\n },\n render: createCommonRender('taro-label-core', [], defineTaroLabelCore),\n});\n\n\nexport const Lifestyle = /*@__PURE__*/ Vue.extend({\n render: createCommonRender('taro-lifestyle-core', [], defineTaroLifestyleCore),\n});\n\n\nexport const Like = /*@__PURE__*/ Vue.extend({\n render: createCommonRender('taro-like-core', [], defineTaroLikeCore),\n});\n\n\nexport const ListView = /*@__PURE__*/ Vue.extend({\n render: createCommonRender('taro-list-view-core', [], defineTaroListViewCore),\n});\n\n\nexport const LivePlayer = /*@__PURE__*/ Vue.extend({\n render: createCommonRender('taro-live-player-core', [], defineTaroLivePlayerCore),\n});\n\n\nexport const LivePusher = /*@__PURE__*/ Vue.extend({\n render: createCommonRender('taro-live-pusher-core', [], defineTaroLivePusherCore),\n});\n\n\nexport const Login = /*@__PURE__*/ Vue.extend({\n render: createCommonRender('taro-login-core', [], defineTaroLoginCore),\n});\n\n\nexport const Lottie = /*@__PURE__*/ Vue.extend({\n render: createCommonRender('taro-lottie-core', [], defineTaroLottieCore),\n});\n\n\nexport const Map = /*@__PURE__*/ Vue.extend({\n render: createCommonRender('taro-map-core', [], defineTaroMapCore),\n});\n\n\nexport const MatchMedia = /*@__PURE__*/ Vue.extend({\n render: createCommonRender('taro-match-media-core', [], defineTaroMatchMediaCore),\n});\n\n\nexport const MovableArea = /*@__PURE__*/ Vue.extend({\n props: {\n scaleArea: {} as PropOptions<JSX.TaroMovableAreaCore['scaleArea']>\n },\n render: createCommonRender('taro-movable-area-core', [], defineTaroMovableAreaCore),\n});\n\n\nexport const MovableView = /*@__PURE__*/ Vue.extend({\n props: {\n x: {} as PropOptions<JSX.TaroMovableViewCore['x']>,\n y: {} as PropOptions<JSX.TaroMovableViewCore['y']>,\n direction: {} as PropOptions<JSX.TaroMovableViewCore['direction']>,\n outOfBounds: {} as PropOptions<JSX.TaroMovableViewCore['outOfBounds']>,\n inertia: {} as PropOptions<JSX.TaroMovableViewCore['inertia']>,\n friction: {} as PropOptions<JSX.TaroMovableViewCore['friction']>,\n damping: {} as PropOptions<JSX.TaroMovableViewCore['damping']>,\n disabled: {} as PropOptions<JSX.TaroMovableViewCore['disabled']>,\n scale: {} as PropOptions<JSX.TaroMovableViewCore['scale']>,\n scaleMin: {} as PropOptions<JSX.TaroMovableViewCore['scaleMin']>,\n scaleMax: {} as PropOptions<JSX.TaroMovableViewCore['scaleMax']>,\n scaleValue: {} as PropOptions<JSX.TaroMovableViewCore['scaleValue']>,\n animation: {} as PropOptions<JSX.TaroMovableViewCore['animation']>\n },\n methods: {\n setParent: createCommonMethod('setParent') as Components.TaroMovableViewCore['setParent'],\n endScale: createCommonMethod('endScale') as Components.TaroMovableViewCore['endScale'],\n setScale: createCommonMethod('setScale') as Components.TaroMovableViewCore['setScale']\n },\n render: createCommonRender('taro-movable-view-core', ['change', 'scale', 'htouchmove', 'vtouchmove'], defineTaroMovableViewCore),\n});\n\n\nexport const NativeSlot = /*@__PURE__*/ Vue.extend({\n render: createCommonRender('taro-native-slot-core', [], defineTaroNativeSlotCore),\n});\n\n\nexport const NavigationBar = /*@__PURE__*/ Vue.extend({\n render: createCommonRender('taro-navigation-bar-core', [], defineTaroNavigationBarCore),\n});\n\n\nexport const Navigator = /*@__PURE__*/ Vue.extend({\n props: {\n hoverClass: {} as PropOptions<JSX.TaroNavigatorCore['hoverClass']>,\n url: {} as PropOptions<JSX.TaroNavigatorCore['url']>,\n openType: {} as PropOptions<JSX.TaroNavigatorCore['openType']>,\n isHover: {} as PropOptions<JSX.TaroNavigatorCore['isHover']>,\n delta: {} as PropOptions<JSX.TaroNavigatorCore['delta']>\n },\n render: createCommonRender('taro-navigator-core', ['cuccess', 'fail', 'complete'], defineTaroNavigatorCore),\n});\n\n\nexport const OfficialAccount = /*@__PURE__*/ Vue.extend({\n render: createCommonRender('taro-official-account-core', [], defineTaroOfficialAccountCore),\n});\n\n\nexport const OpenData = /*@__PURE__*/ Vue.extend({\n render: createCommonRender('taro-open-data-core', [], defineTaroOpenDataCore),\n});\n\n\nexport const PageContainer = /*@__PURE__*/ Vue.extend({\n render: createCommonRender('taro-page-container-core', [], defineTaroPageContainerCore),\n});\n\n\nexport const PageMeta = /*@__PURE__*/ Vue.extend({\n render: createCommonRender('taro-page-meta-core', [], defineTaroPageMetaCore),\n});\n\n\nexport const Picker = /*@__PURE__*/ Vue.extend({\n props: {\n mode: {} as PropOptions<JSX.TaroPickerCore['mode']>,\n disabled: {} as PropOptions<JSX.TaroPickerCore['disabled']>,\n range: {} as PropOptions<JSX.TaroPickerCore['range']>,\n rangeKey: {} as PropOptions<JSX.TaroPickerCore['rangeKey']>,\n value: {} as PropOptions<JSX.TaroPickerCore['value']>,\n start: {} as PropOptions<JSX.TaroPickerCore['start']>,\n end: {} as PropOptions<JSX.TaroPickerCore['end']>,\n fields: {} as PropOptions<JSX.TaroPickerCore['fields']>,\n name: {} as PropOptions<JSX.TaroPickerCore['name']>,\n textProps: {} as PropOptions<JSX.TaroPickerCore['textProps']>\n },\n model: { prop: 'value' , event: 'update:modelValue' },\n render: createCommonRender('taro-picker-core', ['change', 'columnchange', 'cancel'], defineTaroPickerCore),\n});\n\n\nexport const PickerGroup = /*@__PURE__*/ Vue.extend({\n props: {\n mode: {} as PropOptions<JSX.TaroPickerGroup['mode']>,\n range: {} as PropOptions<JSX.TaroPickerGroup['range']>,\n rangeKey: {} as PropOptions<JSX.TaroPickerGroup['rangeKey']>,\n height: {} as PropOptions<JSX.TaroPickerGroup['height']>,\n columnId: {} as PropOptions<JSX.TaroPickerGroup['columnId']>,\n updateHeight: {} as PropOptions<JSX.TaroPickerGroup['updateHeight']>,\n updateDay: {} as PropOptions<JSX.TaroPickerGroup['updateDay']>\n },\n methods: {\n handleMoveStart: createCommonMethod('handleMoveStart') as Components.TaroPickerGroup['handleMoveStart'],\n handleMoving: createCommonMethod('handleMoving') as Components.TaroPickerGroup['handleMoving'],\n handleMoveEnd: createCommonMethod('handleMoveEnd') as Components.TaroPickerGroup['handleMoveEnd']\n },\n render: createCommonRender('taro-picker-group', ['columnChange'], defineTaroPickerGroup),\n});\n\n\nexport const PickerViewColumn = /*@__PURE__*/ Vue.extend({\n props: {\n col: {} as PropOptions<JSX.TaroPickerViewColumnCore['col']>,\n initialPosition: {} as PropOptions<JSX.TaroPickerViewColumnCore['initialPosition']>,\n paddingVertical: {} as PropOptions<JSX.TaroPickerViewColumnCore['paddingVertical']>\n },\n render: createCommonRender('taro-picker-view-column-core', ['onselect', 'onselectstart', 'onselectend'], defineTaroPickerViewColumnCore),\n});\n\n\nexport const PickerView = /*@__PURE__*/ Vue.extend({\n props: {\n indicatorStyle: {} as PropOptions<JSX.TaroPickerViewCore['indicatorStyle']>,\n indicatorClass: {} as PropOptions<JSX.TaroPickerViewCore['indicatorClass']>,\n value: {} as PropOptions<JSX.TaroPickerViewCore['value']>,\n maskStyle: {} as PropOptions<JSX.TaroPickerViewCore['maskStyle']>,\n maskClass: {} as PropOptions<JSX.TaroPickerViewCore['maskClass']>\n },\n render: createCommonRender('taro-picker-view-core', ['change', 'pickstart', 'pickend'], defineTaroPickerViewCore),\n});\n\n\nexport const Progress = /*@__PURE__*/ Vue.extend({\n props: {\n percent: {} as PropOptions<JSX.TaroProgressCore['percent']>,\n showInfo: {} as PropOptions<JSX.TaroProgressCore['showInfo']>,\n borderRadius: {} as PropOptions<JSX.TaroProgressCore['borderRadius']>,\n fontSize: {} as PropOptions<JSX.TaroProgressCore['fontSize']>,\n strokeWidth: {} as PropOptions<JSX.TaroProgressCore['strokeWidth']>,\n activeColor: {} as PropOptions<JSX.TaroProgressCore['activeColor']>,\n backgroundColor: {} as PropOptions<JSX.TaroProgressCore['backgroundColor']>,\n active: {} as PropOptions<JSX.TaroProgressCore['active']>\n },\n render: createCommonRender('taro-progress-core', [], defineTaroProgressCore),\n});\n\n\nexport const PullToRefresh = /*@__PURE__*/ Vue.extend({\n props: {\n prefixCls: {} as PropOptions<JSX.TaroPullToRefresh['prefixCls']>,\n distanceToRefresh: {} as PropOptions<JSX.TaroPullToRefresh['distanceToRefresh']>,\n damping: {} as PropOptions<JSX.TaroPullToRefresh['damping']>,\n indicator: {} as PropOptions<JSX.TaroPullToRefresh['indicator']>\n },\n render: createCommonRender('taro-pull-to-refresh', ['refresh'], defineTaroPullToRefresh),\n});\n\n\nexport const Radio = /*@__PURE__*/ Vue.extend({\n props: {\n name: {} as PropOptions<JSX.TaroRadioCore['name']>,\n value: {} as PropOptions<JSX.TaroRadioCore['value']>,\n id: {} as PropOptions<JSX.TaroRadioCore['id']>,\n checked: {} as PropOptions<JSX.TaroRadioCore['checked']>,\n disabled: {} as PropOptions<JSX.TaroRadioCore['disabled']>,\n nativeProps: {} as PropOptions<JSX.TaroRadioCore['nativeProps']>\n },\n render: createCommonRender('taro-radio-core', ['radiochange'], defineTaroRadioCore),\n});\n\n\nexport const RadioGroup = /*@__PURE__*/ Vue.extend({\n props: {\n name: {} as PropOptions<JSX.TaroRadioGroupCore['name']>\n },\n render: createCommonRender('taro-radio-group-core', ['change'], defineTaroRadioGroupCore),\n});\n\n\nexport const RichText = /*@__PURE__*/ Vue.extend({\n props: {\n nodes: {} as PropOptions<JSX.TaroRichTextCore['nodes']>,\n selectable: {} as PropOptions<JSX.TaroRichTextCore['selectable']>,\n userSelect: {} as PropOptions<JSX.TaroRichTextCore['userSelect']>,\n space: {} as PropOptions<JSX.TaroRichTextCore['space']>\n },\n render: createCommonRender('taro-rich-text-core', [], defineTaroRichTextCore),\n});\n\n\nexport const RootPortal = /*@__PURE__*/ Vue.extend({\n render: createCommonRender('taro-root-portal-core', [], defineTaroRootPortalCore),\n});\n\n\nexport const RtcRoom = /*@__PURE__*/ Vue.extend({\n render: createCommonRender('taro-rtc-room-core', [], defineTaroRtcRoomCore),\n});\n\n\nexport const RtcRoomItem = /*@__PURE__*/ Vue.extend({\n render: createCommonRender('taro-rtc-room-item-core', [], defineTaroRtcRoomItemCore),\n});\n\n\nexport const ScrollView = /*@__PURE__*/ Vue.extend({\n props: {\n scrollX: {} as PropOptions<JSX.TaroScrollViewCore['scrollX']>,\n scrollY: {} as PropOptions<JSX.TaroScrollViewCore['scrollY']>,\n upperThreshold: {} as PropOptions<JSX.TaroScrollViewCore['upperThreshold']>,\n lowerThreshold: {} as PropOptions<JSX.TaroScrollViewCore['lowerThreshold']>,\n mpScrollTop: {} as PropOptions<JSX.TaroScrollViewCore['mpScrollTop']>,\n mpScrollLeft: {} as PropOptions<JSX.TaroScrollViewCore['mpScrollLeft']>,\n mpScrollIntoView: {} as PropOptions<JSX.TaroScrollViewCore['mpScrollIntoView']>,\n animated: {} as PropOptions<JSX.TaroScrollViewCore['animated']>\n },\n methods: {\n mpScrollToMethod: createCommonMethod('mpScrollToMethod') as Components.TaroScrollViewCore['mpScrollToMethod'],\n mpScrollIntoViewMethod: createCommonMethod('mpScrollIntoViewMethod') as Components.TaroScrollViewCore['mpScrollIntoViewMethod']\n },\n render: createCommonRender('taro-scroll-view-core', ['scroll', 'scrolltoupper', 'scrolltolower'], defineTaroScrollViewCore),\n});\n\n\nexport const ShareElement = /*@__PURE__*/ Vue.extend({\n render: createCommonRender('taro-share-element-core', [], defineTaroShareElementCore),\n});\n\n\nexport const Slider = /*@__PURE__*/ Vue.extend({\n props: {\n min: {} as PropOptions<JSX.TaroSliderCore['min']>,\n max: {} as PropOptions<JSX.TaroSliderCore['max']>,\n step: {} as PropOptions<JSX.TaroSliderCore['step']>,\n disabled: {} as PropOptions<JSX.TaroSliderCore['disabled']>,\n value: {} as PropOptions<JSX.TaroSliderCore['value']>,\n activeColor: {} as PropOptions<JSX.TaroSliderCore['activeColor']>,\n backgroundColor: {} as PropOptions<JSX.TaroSliderCore['backgroundColor']>,\n blockSize: {} as PropOptions<JSX.TaroSliderCore['blockSize']>,\n blockColor: {} as PropOptions<JSX.TaroSliderCore['blockColor']>,\n showValue: {} as PropOptions<JSX.TaroSliderCore['showValue']>,\n name: {} as PropOptions<JSX.TaroSliderCore['name']>\n },\n model: { prop: 'value' , event: 'update:modelValue' },\n render: createCommonRender('taro-slider-core', ['change', 'changing'], defineTaroSliderCore),\n});\n\n\nexport const Slot = /*@__PURE__*/ Vue.extend({\n render: createCommonRender('taro-slot-core', [], defineTaroSlotCore),\n});\n\n\nexport const StickyHeader = /*@__PURE__*/ Vue.extend({\n render: createCommonRender('taro-sticky-header-core', [], defineTaroStickyHeaderCore),\n});\n\n\nexport const StickySection = /*@__PURE__*/ Vue.extend({\n render: createCommonRender('taro-sticky-section-core', [], defineTaroStickySectionCore),\n});\n\n\nexport const Swiper = /*@__PURE__*/ Vue.extend({\n props: {\n indicatorDots: {} as PropOptions<JSX.TaroSwiperCore['indicatorDots']>,\n indicatorColor: {} as PropOptions<JSX.TaroSwiperCore['indicatorColor']>,\n indicatorActiveColor: {} as PropOptions<JSX.TaroSwiperCore['indicatorActiveColor']>,\n autoplay: {} as PropOptions<JSX.TaroSwiperCore['autoplay']>,\n current: {} as PropOptions<JSX.TaroSwiperCore['current']>,\n interval: {} as PropOptions<JSX.TaroSwiperCore['interval']>,\n duration: {} as PropOptions<JSX.TaroSwiperCore['duration']>,\n circular: {} as PropOptions<JSX.TaroSwiperCore['circular']>,\n vertical: {} as PropOptions<JSX.TaroSwiperCore['vertical']>,\n previousMargin: {} as PropOptions<JSX.TaroSwiperCore['previousMargin']>,\n nextMargin: {} as PropOptions<JSX.TaroSwiperCore['nextMargin']>,\n displayMultipleItems: {} as PropOptions<JSX.TaroSwiperCore['displayMultipleItems']>,\n full: {} as PropOptions<JSX.TaroSwiperCore['full']>,\n zoom: {} as PropOptions<JSX.TaroSwiperCore['zoom']>\n },\n render: createCommonRender('taro-swiper-core', ['change', 'animationfinish'], defineTaroSwiperCore),\n});\n\n\nexport const SwiperItem = /*@__PURE__*/ Vue.extend({\n props: {\n itemId: {} as PropOptions<JSX.TaroSwiperItemCore['itemId']>\n },\n render: createCommonRender('taro-swiper-item-core', [], defineTaroSwiperItemCore),\n});\n\n\nexport const Switch = /*@__PURE__*/ Vue.extend({\n props: {\n type: {} as PropOptions<JSX.TaroSwitchCore['type']>,\n checked: {} as PropOptions<JSX.TaroSwitchCore['checked']>,\n color: {} as PropOptions<JSX.TaroSwitchCore['color']>,\n name: {} as PropOptions<JSX.TaroSwitchCore['name']>,\n disabled: {} as PropOptions<JSX.TaroSwitchCore['disabled']>,\n nativeProps: {} as PropOptions<JSX.TaroSwitchCore['nativeProps']>\n },\n model: { prop: 'checked' , event: 'update:modelValue' },\n render: createCommonRender('taro-switch-core', ['change'], defineTaroSwitchCore),\n});\n\n\nexport const TabItem = /*@__PURE__*/ Vue.extend({\n render: createCommonRender('taro-tab-item-core', [], defineTaroTabItemCore),\n});\n\n\nexport const Tabbar = /*@__PURE__*/ Vue.extend({\n props: {\n conf: {} as PropOptions<JSX.TaroTabbar['conf']>\n },\n render: createCommonRender('taro-tabbar', ['longpress'], defineTaroTabbar),\n});\n\n\nexport const Tabs = /*@__PURE__*/ Vue.extend({\n render: createCommonRender('taro-tabs-core', [], defineTaroTabsCore),\n});\n\n\nexport const Text = /*@__PURE__*/ Vue.extend({\n props: {\n selectable: {} as PropOptions<JSX.TaroTextCore['selectable']>,\n userSelect: {} as PropOptions<JSX.TaroTextCore['userSelect']>,\n space: {} as PropOptions<JSX.TaroTextCore['space']>,\n numberOfLines: {} as PropOptions<JSX.TaroTextCore['numberOfLines']>\n },\n render: createCommonRender('taro-text-core', [], defineTaroTextCore),\n});\n\n\nexport const Textarea = /*@__PURE__*/ Vue.extend({\n props: {\n value: {} as PropOptions<JSX.TaroTextareaCore['value']>,\n placeholder: {} as PropOptions<JSX.TaroTextareaCore['placeholder']>,\n disabled: {} as PropOptions<JSX.TaroTextareaCore['disabled']>,\n maxlength: {} as PropOptions<JSX.TaroTextareaCore['maxlength']>,\n autoFocus: {} as PropOptions<JSX.TaroTextareaCore['autoFocus']>,\n autoHeight: {} as PropOptions<JSX.TaroTextareaCore['autoHeight']>,\n name: {} as PropOptions<JSX.TaroTextareaCore['name']>,\n nativeProps: {} as PropOptions<JSX.TaroTextareaCore['nativeProps']>\n },\n model: { prop: 'value' , event: 'update:modelValue' },\n methods: {\n focus: createCommonMethod('focus') as Components.TaroTextareaCore['focus']\n },\n render: createCommonRender('taro-textarea-core', ['input', 'focus', 'blur', 'confirm', 'change', 'linechange', 'keydown'], defineTaroTextareaCore),\n});\n\n\nexport const VideoControl = /*@__PURE__*/ Vue.extend({\n props: {\n controls: {} as PropOptions<JSX.TaroVideoControl['controls']>,\n currentTime: {} as PropOptions<JSX.TaroVideoControl['currentTime']>,\n duration: {} as PropOptions<JSX.TaroVideoControl['duration']>,\n isPlaying: {} as PropOptions<JSX.TaroVideoControl['isPlaying']>,\n pauseFunc: {} as PropOptions<JSX.TaroVideoControl['pauseFunc']>,\n playFunc: {} as PropOptions<JSX.TaroVideoControl['playFunc']>,\n seekFunc: {} as PropOptions<JSX.TaroVideoControl['seekFunc']>,\n showPlayBtn: {} as PropOptions<JSX.TaroVideoControl['showPlayBtn']>,\n showProgress: {} as PropOptions<JSX.TaroVideoControl['showProgress']>\n },\n methods: {\n setProgressBall: createCommonMethod('setProgressBall') as Components.TaroVideoControl['setProgressBall'],\n toggleVisibility: createCommonMethod('toggleVisibility') as Components.TaroVideoControl['toggleVisibility'],\n getIsDraggingProgressBall: createCommonMethod('getIsDraggingProgressBall') as Components.TaroVideoControl['getIsDraggingProgressBall'],\n setCurrentTime: createCommonMethod('setCurrentTime') as Components.TaroVideoControl['setCurrentTime']\n },\n render: createCommonRender('taro-video-control', [], defineTaroVideoControl),\n});\n\n\nexport const Video = /*@__PURE__*/ Vue.extend({\n props: {\n src: {} as PropOptions<JSX.TaroVideoCore['src']>,\n duration: {} as PropOptions<JSX.TaroVideoCore['duration']>,\n controls: {} as PropOptions<JSX.TaroVideoCore['controls']>,\n autoplay: {} as PropOptions<JSX.TaroVideoCore['autoplay']>,\n loop: {} as PropOptions<JSX.TaroVideoCore['loop']>,\n muted: {} as PropOptions<JSX.TaroVideoCore['muted']>,\n initialTime: {} as PropOptions<JSX.TaroVideoCore['initialTime']>,\n poster: {} as PropOptions<JSX.TaroVideoCore['poster']>,\n objectFit: {} as PropOptions<JSX.TaroVideoCore['objectFit']>,\n showProgress: {} as PropOptions<JSX.TaroVideoCore['showProgress']>,\n showFullscreenBtn: {} as PropOptions<JSX.TaroVideoCore['showFullscreenBtn']>,\n showPlayBtn: {} as PropOptions<JSX.TaroVideoCore['showPlayBtn']>,\n showCenterPlayBtn: {} as PropOptions<JSX.TaroVideoCore['showCenterPlayBtn']>,\n showMuteBtn: {} as PropOptions<JSX.TaroVideoCore['showMuteBtn']>,\n danmuList: {} as PropOptions<JSX.TaroVideoCore['danmuList']>,\n danmuBtn: {} as PropOptions<JSX.TaroVideoCore['danmuBtn']>,\n enableDanmu: {} as PropOptions<JSX.TaroVideoCore['enableDanmu']>,\n enablePlayGesture: {} as PropOptions<JSX.TaroVideoCore['enablePlayGesture']>,\n enableProgressGesture: {} as PropOptions<JSX.TaroVideoCore['enableProgressGesture']>,\n vslideGesture: {} as PropOptions<JSX.TaroVideoCore['vslideGesture']>,\n vslideGestureInFullscreen: {} as PropOptions<JSX.TaroVideoCore['vslideGestureInFullscreen']>,\n nativeProps: {} as PropOptions<JSX.TaroVideoCore['nativeProps']>\n },\n methods: {\n getHlsObject: createCommonMethod('getHlsObject') as Components.TaroVideoCore['getHlsObject'],\n play: createCommonMethod('play') as Components.TaroVideoCore['play'],\n pause: createCommonMethod('pause') as Components.TaroVideoCore['pause'],\n stop: createCommonMethod('stop') as Components.TaroVideoCore['stop'],\n seek: createCommonMethod('seek') as Components.TaroVideoCore['seek'],\n requestFullScreen: createCommonMethod('requestFullScreen') as Components.TaroVideoCore['requestFullScreen'],\n exitFullScreen: createCommonMethod('exitFullScreen') as Components.TaroVideoCore['exitFullScreen']\n },\n render: createCommonRender('taro-video-core', ['play', 'pause', 'ended', 'timeupdate', 'error', 'fullscreenchange', 'progress', 'loadedmetadata'], defineTaroVideoCore),\n});\n\n\nexport const VideoDanmu = /*@__PURE__*/ Vue.extend({\n props: {\n enable: {} as PropOptions<JSX.TaroVideoDanmu['enable']>\n },\n methods: {\n sendDanmu: createCommonMethod('sendDanmu') as Components.TaroVideoDanmu['sendDanmu'],\n tick: createCommonMethod('tick') as Components.TaroVideoDanmu['tick']\n },\n render: createCommonRender('taro-video-danmu', [], defineTaroVideoDanmu),\n});\n\n\nexport const View = /*@__PURE__*/ Vue.extend({\n props: {\n animation: {} as PropOptions<JSX.TaroViewCore['animation']>,\n hoverClass: {} as PropOptions<JSX.TaroViewCore['hoverClass']>,\n hoverStartTime: {} as PropOptions<JSX.TaroViewCore['hoverStartTime']>,\n hoverStayTime: {} as PropOptions<JSX.TaroViewCore['hoverStayTime']>\n },\n render: createCommonRender('taro-view-core', ['longpress'], defineTaroViewCore),\n});\n\n\nexport const VoipRoom = /*@__PURE__*/ Vue.extend({\n render: createCommonRender('taro-voip-room-core', [], defineTaroVoipRoomCore),\n});\n\n\nexport const WebView = /*@__PURE__*/ Vue.extend({\n props: {\n src: {} as PropOptions<JSX.TaroWebViewCore['src']>\n },\n render: createCommonRender('taro-web-view-core', ['load', 'error'], defineTaroWebViewCore),\n});\n\n"],"names":["defineTaroAdCore","defineTaroAdCustomCore","defineTaroAnimationVideoCore","defineTaroAnimationViewCore","defineTaroArCameraCore","defineTaroAudioCore","defineTaroAwemeDataCore","defineTaroBlockCore","defineTaroButtonCore","defineTaroCameraCore","defineTaroCanvasCore","defineTaroChannelLiveCore","defineTaroChannelVideoCore","defineTaroCheckboxCore","defineTaroCheckboxGroupCore","defineTaroCommentDetailCore","defineTaroCommentListCore","defineTaroContactButtonCore","defineTaroCoverImageCore","defineTaroCoverViewCore","defineTaroCustomWrapperCore","defineTaroEditorCore","defineTaroFollowSwanCore","defineTaroFormCore","defineTaroFunctionalPageNavigatorCore","defineTaroGridViewCore","defineTaroIconCore","defineTaroImageCore","defineTaroInlinePaymentPanelCore","defineTaroInputCore","defineTaroKeyboardAccessoryCore","defineTaroLabelCore","defineTaroLifestyleCore","defineTaroLikeCore","defineTaroListViewCore","defineTaroLivePlayerCore","defineTaroLivePusherCore","defineTaroLoginCore","defineTaroLottieCore","defineTaroMapCore","defineTaroMatchMediaCore","defineTaroMovableAreaCore","defineTaroMovableViewCore","defineTaroNativeSlotCore","defineTaroNavigationBarCore","defineTaroNavigatorCore","defineTaroOfficialAccountCore","defineTaroOpenDataCore","defineTaroPageContainerCore","defineTaroPageMetaCore","defineTaroPickerCore","defineTaroPickerGroup","defineTaroPickerViewColumnCore","defineTaroPickerViewCore","defineTaroProgressCore","defineTaroPullToRefresh","defineTaroRadioCore","defineTaroRadioGroupCore","defineTaroRichTextCore","defineTaroRootPortalCore","defineTaroRtcRoomCore","defineTaroRtcRoomItemCore","defineTaroScrollViewCore","defineTaroShareElementCore","defineTaroSliderCore","defineTaroSlotCore","defineTaroStickyHeaderCore","defineTaroStickySectionCore","defineTaroSwiperCore","defineTaroSwiperItemCore","defineTaroSwitchCore","defineTaroTabItemCore","defineTaroTabbar","defineTaroTabsCore","defineTaroTextCore","defineTaroTextareaCore","defineTaroVideoControl","defineTaroVideoCore","defineTaroVideoDanmu","defineTaroViewCore","defineTaroVoipRoomCore","defineTaroWebViewCore"],"mappings":"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"}