@tarojs/components 3.7.0-alpha.1 → 3.7.0-alpha.3
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/dist/cjs/hls-00fec546.js +25673 -0
- package/dist/{esm/index-394db4c1.js → cjs/index-f6805218.js} +2 -6
- package/dist/cjs/loader.cjs.js +1 -1
- package/dist/cjs/taro-button-core.cjs.entry.js +1 -1
- package/dist/cjs/taro-components.cjs.js +1 -1
- package/dist/cjs/taro-cover-view-core.cjs.entry.js +1 -1
- package/dist/cjs/taro-icon-core.cjs.entry.js +1 -1
- package/dist/cjs/taro-image-core.cjs.entry.js +1 -1
- package/dist/cjs/taro-input-core.cjs.entry.js +6 -11
- package/dist/cjs/taro-navigator-core.cjs.entry.js +1 -1
- package/dist/cjs/taro-picker-core_2.cjs.entry.js +23 -20
- package/dist/cjs/taro-picker-view-column-core_2.cjs.entry.js +1 -1
- package/dist/cjs/taro-pull-to-refresh.cjs.entry.js +1 -1
- package/dist/cjs/taro-rich-text-core.cjs.entry.js +6 -0
- package/dist/cjs/taro-scroll-view-core.cjs.entry.js +1 -1
- package/dist/cjs/taro-swiper-core_2.cjs.entry.js +1 -1
- package/dist/cjs/taro-tabbar.cjs.entry.js +1 -1
- package/dist/cjs/taro-text-core.cjs.entry.js +9 -6
- package/dist/cjs/taro-textarea-core.cjs.entry.js +1 -8
- package/dist/cjs/taro-video-control_3.cjs.entry.js +3 -3
- package/dist/cjs/taro-view-core.cjs.entry.js +1 -1
- package/dist/collection/components/checkbox/checkbox.js +4 -4
- package/dist/collection/components/input/input.js +9 -13
- package/dist/collection/components/picker/picker-group.js +29 -26
- package/dist/collection/components/picker/picker.js +42 -16
- package/dist/collection/components/rich-text/rich-text.js +71 -0
- package/dist/collection/components/rich-text/style/index.css +16 -0
- package/dist/collection/components/text/style/index.css +20 -3
- package/dist/collection/components/text/text.js +66 -6
- package/dist/collection/components/textarea/textarea.js +4 -10
- package/dist/collection/components/video/video.js +1 -1
- package/dist/components/hls.js +23206 -24210
- package/dist/components/index2.js +1 -7
- package/dist/components/picker-group.js +9 -9
- package/dist/components/taro-checkbox-core.js +1 -1
- package/dist/components/taro-input-core.js +7 -12
- package/dist/components/taro-picker-core.js +16 -13
- package/dist/components/taro-rich-text-core.js +10 -1
- package/dist/components/taro-text-core.js +13 -7
- package/dist/components/taro-textarea-core.js +2 -9
- package/dist/components/taro-video-core.js +2 -2
- package/dist/esm/hls-4018c7ea.js +25671 -0
- package/dist/{cjs/index-067a58c1.js → esm/index-c3e4004b.js} +1 -12
- package/dist/esm/loader.js +1 -1
- package/dist/esm/taro-button-core.entry.js +1 -1
- package/dist/esm/taro-components.js +1 -1
- package/dist/esm/taro-cover-view-core.entry.js +1 -1
- package/dist/esm/taro-icon-core.entry.js +1 -1
- package/dist/esm/taro-image-core.entry.js +1 -1
- package/dist/esm/taro-input-core.entry.js +6 -11
- package/dist/esm/taro-navigator-core.entry.js +1 -1
- package/dist/esm/taro-picker-core_2.entry.js +23 -20
- package/dist/esm/taro-picker-view-column-core_2.entry.js +1 -1
- package/dist/esm/taro-pull-to-refresh.entry.js +1 -1
- package/dist/esm/taro-rich-text-core.entry.js +6 -0
- package/dist/esm/taro-scroll-view-core.entry.js +1 -1
- package/dist/esm/taro-swiper-core_2.entry.js +1 -1
- package/dist/esm/taro-tabbar.entry.js +1 -1
- package/dist/esm/taro-text-core.entry.js +9 -6
- package/dist/esm/taro-textarea-core.entry.js +1 -8
- package/dist/esm/taro-video-control_3.entry.js +3 -3
- package/dist/esm/taro-view-core.entry.js +1 -1
- package/dist/esm-es5/hls-4018c7ea.js +1 -0
- package/dist/esm-es5/index-c3e4004b.js +7 -0
- package/dist/esm-es5/loader.js +1 -1
- package/dist/esm-es5/taro-button-core.entry.js +1 -1
- package/dist/esm-es5/taro-components.js +1 -1
- package/dist/esm-es5/taro-cover-view-core.entry.js +1 -1
- package/dist/esm-es5/taro-icon-core.entry.js +1 -1
- package/dist/esm-es5/taro-image-core.entry.js +1 -1
- package/dist/esm-es5/taro-input-core.entry.js +1 -1
- package/dist/esm-es5/taro-navigator-core.entry.js +1 -1
- package/dist/esm-es5/taro-picker-core_2.entry.js +1 -1
- package/dist/esm-es5/taro-picker-view-column-core_2.entry.js +1 -1
- package/dist/esm-es5/taro-pull-to-refresh.entry.js +1 -1
- package/dist/esm-es5/taro-rich-text-core.entry.js +1 -1
- package/dist/esm-es5/taro-scroll-view-core.entry.js +1 -1
- package/dist/esm-es5/taro-swiper-core_2.entry.js +1 -1
- package/dist/esm-es5/taro-tabbar.entry.js +1 -1
- package/dist/esm-es5/taro-text-core.entry.js +1 -1
- package/dist/esm-es5/taro-textarea-core.entry.js +1 -1
- package/dist/esm-es5/taro-video-control_3.entry.js +1 -1
- package/dist/esm-es5/taro-view-core.entry.js +1 -1
- package/dist/taro-components/p-01e163f8.system.entry.js +1 -0
- package/dist/taro-components/p-085076c5.system.entry.js +1 -0
- package/dist/taro-components/{p-25adb80c.entry.js → p-091a7153.entry.js} +1 -1
- package/dist/taro-components/{p-cd90bead.system.entry.js → p-0cf235de.system.entry.js} +1 -1
- package/dist/taro-components/p-0fa96970.entry.js +1 -0
- package/dist/taro-components/{p-edbb1a17.system.entry.js → p-1991cc1a.system.entry.js} +1 -1
- package/dist/taro-components/{p-c0ec2f41.system.entry.js → p-2accb92c.system.entry.js} +1 -1
- package/dist/taro-components/p-2ec68968.system.js +7 -0
- package/dist/taro-components/{p-18703731.system.entry.js → p-416cc4dd.system.entry.js} +1 -1
- package/dist/taro-components/p-425c209a.entry.js +1 -0
- package/dist/taro-components/p-43efbf30.js +1 -0
- package/dist/taro-components/{p-385d8aed.entry.js → p-4874f671.entry.js} +1 -1
- package/dist/taro-components/{p-2c89af5b.system.entry.js → p-657cb6e4.system.entry.js} +1 -1
- package/dist/taro-components/p-6cde180b.entry.js +1 -0
- package/dist/taro-components/{p-c490cd45.entry.js → p-7152d85b.entry.js} +1 -1
- package/dist/taro-components/{p-ab2d4f12.entry.js → p-719e1eaf.entry.js} +1 -1
- package/dist/taro-components/{p-b898d734.entry.js → p-78e4805e.entry.js} +1 -1
- package/dist/taro-components/{p-6800ccdc.system.entry.js → p-7ff654e6.system.entry.js} +1 -1
- package/dist/taro-components/{p-16336cc6.system.entry.js → p-98f9f50f.system.entry.js} +1 -1
- package/dist/taro-components/p-9edea30f.system.entry.js +1 -0
- package/dist/taro-components/{p-3f9f3448.entry.js → p-9fe49bab.entry.js} +1 -1
- package/dist/taro-components/{p-31bba7c3.entry.js → p-a20ecd3b.entry.js} +1 -1
- package/dist/taro-components/p-a20fed0a.entry.js +1 -0
- package/dist/taro-components/{p-7c2454dd.system.entry.js → p-a8925584.system.entry.js} +1 -1
- package/dist/taro-components/p-a8e7cf87.entry.js +1 -0
- package/dist/taro-components/{p-5905e3ef.system.entry.js → p-a96b4b19.system.entry.js} +1 -1
- package/dist/taro-components/{p-c2322741.system.entry.js → p-b1d2b575.system.entry.js} +1 -1
- package/dist/taro-components/p-c39a46ca.system.entry.js +1 -0
- package/dist/taro-components/{p-ca3a269f.entry.js → p-c4b8851b.entry.js} +1 -1
- package/dist/taro-components/{p-e5f78321.system.entry.js → p-cdb76676.system.entry.js} +1 -1
- package/dist/taro-components/p-de951a46.js +7 -0
- package/dist/taro-components/p-e09451c5.system.entry.js +1 -0
- package/dist/taro-components/{p-df4c2f21.entry.js → p-e33f3592.entry.js} +1 -1
- package/dist/taro-components/p-e78775ce.system.js +1 -0
- package/dist/taro-components/p-ebc7b6fc.entry.js +1 -0
- package/dist/taro-components/p-ed331c06.system.js +1 -1
- package/dist/taro-components/p-f02b6f70.entry.js +1 -0
- package/dist/taro-components/{p-1e43a2d5.entry.js → p-f07cd1de.entry.js} +1 -1
- package/dist/taro-components/p-f6f6a996.system.entry.js +1 -0
- package/dist/taro-components/taro-components.css +1 -1
- package/dist/taro-components/taro-components.esm.js +1 -1
- package/dist/types/components/checkbox/checkbox.d.ts +1 -1
- package/dist/types/components/input/input.d.ts +2 -2
- package/dist/types/components/picker/picker-group.d.ts +3 -3
- package/dist/types/components/picker/picker.d.ts +7 -2
- package/dist/types/components/rich-text/rich-text.d.ts +4 -0
- package/dist/types/components/text/text.d.ts +4 -0
- package/dist/types/components/textarea/textarea.d.ts +0 -1
- package/dist/types/components.d.ts +26 -8
- package/lib/react/component-lib/index.js +50 -50
- package/lib/react/component-lib/index.js.map +1 -1
- package/lib/react/component-lib/reactify-wc.js +1 -1
- package/lib/react/component-lib/reactify-wc.js.map +1 -1
- package/lib/react/components.d.ts +1 -3
- package/lib/react/components.js +2 -2
- package/lib/react/components.js.map +1 -1
- package/lib/react/helper.d.ts +1 -1
- package/lib/react/react-component-lib/createOverlayComponent.js.map +1 -1
- package/lib/react/react-component-lib/utils/attachProps.js +1 -4
- package/lib/react/react-component-lib/utils/attachProps.js.map +1 -1
- package/lib/vue2/components.d.ts +9 -3
- package/lib/vue2/components.js +12 -6
- package/lib/vue2/components.js.map +1 -1
- package/lib/vue2/vue-component-lib/utils.js.map +1 -1
- package/lib/vue3/component-lib/index.js +48 -48
- package/lib/vue3/component-lib/index.js.map +1 -1
- package/lib/vue3/components.d.ts +1 -1
- package/lib/vue3/components.js +13 -6
- package/lib/vue3/components.js.map +1 -1
- package/lib/vue3/vue-component-lib/utils.js.map +1 -1
- package/package.json +13 -11
- package/types/Button.d.ts +9 -7
- package/types/ChannelVideo.d.ts +4 -0
- package/types/Form.d.ts +11 -0
- package/types/Image.d.ts +5 -0
- package/types/Input.d.ts +6 -1
- package/types/LivePlayer.d.ts +17 -0
- package/types/LivePusher.d.ts +10 -0
- package/types/Picker.d.ts +9 -0
- package/types/Progress.d.ts +2 -2
- package/types/RichText.d.ts +6 -4
- package/types/ScrollView.d.ts +5 -5
- package/types/ShareElement.d.ts +39 -0
- package/types/StickySection.d.ts +0 -1
- package/types/Swiper.d.ts +10 -0
- package/types/Text.d.ts +8 -3
- package/types/Textarea.d.ts +10 -3
- package/types/Video.d.ts +12 -0
- package/types/View.d.ts +1 -1
- package/virtual-list/index.js +2 -2
- package/dist/cjs/hls-0f2d4d85.js +0 -26677
- package/dist/esm/hls-0e83e558.js +0 -26675
- package/dist/esm-es5/hls-0e83e558.js +0 -289
- package/dist/esm-es5/index-394db4c1.js +0 -7
- package/dist/taro-components/p-198000d8.system.js +0 -289
- package/dist/taro-components/p-2fad2a65.js +0 -7
- package/dist/taro-components/p-387314fa.system.js +0 -7
- package/dist/taro-components/p-3e701660.js +0 -289
- package/dist/taro-components/p-4e9bd4f6.entry.js +0 -1
- package/dist/taro-components/p-589293fd.entry.js +0 -1
- package/dist/taro-components/p-58b19305.system.entry.js +0 -1
- package/dist/taro-components/p-5b67a98e.entry.js +0 -1
- package/dist/taro-components/p-735c2a72.system.entry.js +0 -1
- package/dist/taro-components/p-97f0ad72.system.entry.js +0 -1
- package/dist/taro-components/p-a132ebb9.entry.js +0 -1
- package/dist/taro-components/p-c43c5e89.system.entry.js +0 -1
- package/dist/taro-components/p-cc7b95fd.system.entry.js +0 -1
- package/dist/taro-components/p-d9e2e3aa.entry.js +0 -1
- package/dist/taro-components/p-dcbb7b2d.entry.js +0 -1
- package/dist/taro-components/p-ed011ff9.entry.js +0 -1
- package/dist/taro-components/p-fa43177b.system.entry.js +0 -1
package/lib/vue2/components.d.ts
CHANGED
|
@@ -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;
|
|
@@ -148,11 +148,12 @@ declare const Picker: import("vue/types/vue").ExtendedVue<Vue<Record<string, any
|
|
|
148
148
|
disabled: boolean;
|
|
149
149
|
range: any[];
|
|
150
150
|
rangeKey: string;
|
|
151
|
-
value:
|
|
151
|
+
value: import("@tarojs/components/dist/types/components/picker/picker").PickerValue;
|
|
152
152
|
start: string;
|
|
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>;
|
package/lib/vue2/components.js
CHANGED
|
@@ -109,7 +109,7 @@ const CoverView = /*@__PURE__*/ Vue.extend({
|
|
|
109
109
|
render: createCommonRender('taro-cover-view-core', ['longpress'], defineCustomElementTaroCoverViewCore),
|
|
110
110
|
});
|
|
111
111
|
const CustomWrapper = /*@__PURE__*/ Vue.extend({
|
|
112
|
-
render: createCommonRender('
|
|
112
|
+
render: createCommonRender('taro-custom-wrapper-core', [], defineCustomElementTaroCustomWrapperCore),
|
|
113
113
|
});
|
|
114
114
|
const Editor = /*@__PURE__*/ Vue.extend({
|
|
115
115
|
render: createCommonRender('taro-editor-core', [], defineCustomElementTaroEditorCore),
|
|
@@ -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('taro-custom-wrapper-core', [], 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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"}
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"utils.js","sources":["../../../../taro-components-library-vue2/src/vue-component-lib/utils.ts"],"sourcesContent":["/**\n * Modify from https://github.com/diondree/stencil-vue2-output-target/blob/master/vue-component-lib/utils.ts\n * MIT License https://github.com/diondree/stencil-vue2-output-target/blob/master/LICENSE.md\n */\nimport Vue, { CreateElement,VNode } from 'vue'\n\nexport const createCommonMethod = (methodName: string) =>\n function (...args: any[]) {\n this.$refs.wc[methodName](...args)\n } as unknown\n\nexport const toLowerCase = (str: string) => str.toLowerCase()\n\nexport const toDashCase = (str: string) =>\n toLowerCase(\n str\n .replace(/([A-Z0-9])/g, (g) => ' ' + g[0])\n .trim()\n .replace(/ /g, '-')\n )\n\nexport const createCommonRender = (\n tagName: string,\n eventNames: string[] = [],\n defineCustomElement: any,\n) => {\n /**\n * Create a Vue component wrapper around a Web Component.\n * Note: The `props` here are not all properties on a component.\n * They refer to whatever properties are set on an instance of a component.\n */\n\n if (!DEPRECATED_ADAPTER_COMPONENT && defineCustomElement !== undefined) {\n defineCustomElement()\n }\n\n return function (createElement: CreateElement): VNode {\n const vueElement = this as Vue\n const allListeners = eventNames.reduce((listeners, eventName) => {\n return {\n ...listeners,\n [eventName]: (event: CustomEvent<any>) => {\n vueElement.$emit(eventName, event)\n // Note(taro): 优化 input、change 事件与 v-model 兼容性问题\n if (['input', 'change'].includes(eventName)) {\n vueElement.$emit('update:modelValue', event.detail.value)\n }\n },\n }\n }, vueElement.$listeners)\n const attributes = vueElement.$props\n ? Object.keys(vueElement.$props).reduce((attrs: any, prop: string) => {\n const attributeName = toDashCase(prop)\n attrs[attributeName] = vueElement.$props[prop]\n return attrs\n }, {})\n : {}\n return createElement(\n tagName,\n {\n ref: 'wc',\n domProps: vueElement.$props,\n on: {\n ...allListeners,\n // Note(taro): click 事件绑定 tap 事件触发\n click: (event) => {\n typeof allListeners.click === 'function' && allListeners.click(event)\n vueElement.$emit('tap', event)\n }\n },\n attrs: { ...attributes, 'data-testid': tagName },\n },\n [vueElement.$slots.default]\n )\n }\n}\n"],"names":[],"mappings":"AAMa,MAAA,kBAAkB,GAAG,CAAC,UAAkB,KACnD,UAAU,GAAG,IAAW,EAAA;IACtB,IAAI,CAAC,KAAK,CAAC,EAAE,CAAC,UAAU,CAAC,CAAC,GAAG,IAAI,CAAC,CAAA;AACpC,EAAY;AAEP,MAAM,WAAW,GAAG,CAAC,GAAW,KAAK,GAAG,CAAC,WAAW,GAAE;AAEhD,MAAA,UAAU,GAAG,CAAC,GAAW,KACpC,WAAW,CACT,GAAG;AACA,KAAA,OAAO,CAAC,aAAa,EAAE,CAAC,CAAC,KAAK,GAAG,GAAG,CAAC,CAAC,CAAC,CAAC,CAAC;AACzC,KAAA,IAAI,EAAE;AACN,KAAA,OAAO,CAAC,IAAI,EAAE,GAAG,CAAC,EACtB;AAEI,MAAM,kBAAkB,GAAG,CAChC,OAAe,EACf,UAAA,GAAuB,EAAE,EACzB,mBAAwB,KACtB;AACF;;;;AAIG;AAEH,IAAA,IAAI,CAAC,4BAA4B,IAAI,mBAAmB,KAAK,SAAS,EAAE;AACtE,QAAA,mBAAmB,EAAE,CAAA;AACtB,KAAA;AAED,IAAA,OAAO,UAAU,aAA4B,EAAA;QAC3C,MAAM,UAAU,GAAG,IAAW,CAAA;QAC9B,MAAM,YAAY,GAAG,UAAU,CAAC,MAAM,CAAC,CAAC,SAAS,EAAE,SAAS,KAAI;YAC9D,OACK,MAAA,CAAA,MAAA,CAAA,MAAA,CAAA,MAAA,CAAA,EAAA,EAAA,SAAS,KACZ,CAAC,SAAS,GAAG,CAAC,KAAuB,KAAI;AACvC,oBAAA,UAAU,CAAC,KAAK,CAAC,SAAS,EAAE,KAAK,CAAC,CAAA;;oBAElC,IAAI,CAAC,OAAO,EAAE,QAAQ,CAAC,CAAC,QAAQ,CAAC,SAAS,CAAC,EAAE;wBAC3C,UAAU,CAAC,KAAK,CAAC,mBAAmB,EAAE,KAAK,CAAC,MAAM,CAAC,KAAK,CAAC,CAAA;AAC1D,qBAAA;AACH,iBAAC,EACF,CAAA,CAAA;AACH,SAAC,EAAE,UAAU,CAAC,UAAU,CAAC,CAAA;AACzB,QAAA,MAAM,UAAU,GAAG,UAAU,CAAC,MAAM;AAClC,cAAE,MAAM,CAAC,IAAI,CAAC,UAAU,CAAC,MAAM,CAAC,CAAC,MAAM,CAAC,CAAC,KAAU,EAAE,IAAY,KAAI;AACnE,gBAAA,MAAM,aAAa,GAAG,UAAU,CAAC,IAAI,CAAC,CAAA;gBACtC,KAAK,CAAC,aAAa,CAAC,GAAG,UAAU,CAAC,MAAM,CAAC,IAAI,CAAC,CAAA;AAC9C,gBAAA,OAAO,KAAK,CAAA;aACb,EAAE,EAAE,CAAC;cACJ,EAAE,CAAA;QACN,OAAO,aAAa,CAClB,OAAO,EACP;AACE,YAAA,GAAG,EAAE,IAAI;YACT,QAAQ,EAAE,UAAU,CAAC,MAAM;AAC3B,YAAA,EAAE,kCACG,YAAY,CAAA,EAAA;;AAEf,gBAAA,KAAK,EAAE,CAAC,KAAK,KAAI;AACf,oBAAA,OAAO,YAAY,CAAC,KAAK,KAAK,UAAU,IAAI,YAAY,CAAC,KAAK,CAAC,KAAK,CAAC,CAAA;AACrE,oBAAA,UAAU,CAAC,KAAK,CAAC,KAAK,EAAE,KAAK,CAAC,CAAA;AAChC,iBAAC,EACF,CAAA;AACD,YAAA,KAAK,kCAAO,UAAU,CAAA,EAAA,EAAE,aAAa,EAAE,OAAO,EAAE,CAAA;SACjD,EACD,CAAC,UAAU,CAAC,MAAM,CAAC,OAAO,CAAC,CAC5B,CAAA;AACH,KAAC,CAAA;AACH;;;;"}
|
|
1
|
+
{"version":3,"file":"utils.js","sources":["../../../../taro-components-library-vue2/src/vue-component-lib/utils.ts"],"sourcesContent":["/**\n * Modify from https://github.com/diondree/stencil-vue2-output-target/blob/master/vue-component-lib/utils.ts\n * MIT License https://github.com/diondree/stencil-vue2-output-target/blob/master/LICENSE.md\n */\nimport Vue, { CreateElement, VNode } from 'vue'\n\nexport const createCommonMethod = (methodName: string) =>\n function (...args: any[]) {\n this.$refs.wc[methodName](...args)\n } as unknown\n\nexport const toLowerCase = (str: string) => str.toLowerCase()\n\nexport const toDashCase = (str: string) =>\n toLowerCase(\n str\n .replace(/([A-Z0-9])/g, (g) => ' ' + g[0])\n .trim()\n .replace(/ /g, '-')\n )\n\nexport const createCommonRender = (\n tagName: string,\n eventNames: string[] = [],\n defineCustomElement: any,\n) => {\n /**\n * Create a Vue component wrapper around a Web Component.\n * Note: The `props` here are not all properties on a component.\n * They refer to whatever properties are set on an instance of a component.\n */\n\n if (!DEPRECATED_ADAPTER_COMPONENT && defineCustomElement !== undefined) {\n defineCustomElement()\n }\n\n return function (createElement: CreateElement): VNode {\n const vueElement = this as Vue\n const allListeners = eventNames.reduce((listeners, eventName) => {\n return {\n ...listeners,\n [eventName]: (event: CustomEvent<any>) => {\n vueElement.$emit(eventName, event)\n // Note(taro): 优化 input、change 事件与 v-model 兼容性问题\n if (['input', 'change'].includes(eventName)) {\n vueElement.$emit('update:modelValue', event.detail.value)\n }\n },\n }\n }, vueElement.$listeners)\n const attributes = vueElement.$props\n ? Object.keys(vueElement.$props).reduce((attrs: any, prop: string) => {\n const attributeName = toDashCase(prop)\n attrs[attributeName] = vueElement.$props[prop]\n return attrs\n }, {})\n : {}\n return createElement(\n tagName,\n {\n ref: 'wc',\n domProps: vueElement.$props,\n on: {\n ...allListeners,\n // Note(taro): click 事件绑定 tap 事件触发\n click: (event) => {\n typeof allListeners.click === 'function' && allListeners.click(event)\n vueElement.$emit('tap', event)\n }\n },\n attrs: { ...attributes, 'data-testid': tagName },\n },\n [vueElement.$slots.default]\n )\n }\n}\n"],"names":[],"mappings":"AAMa,MAAA,kBAAkB,GAAG,CAAC,UAAkB,KACnD,UAAU,GAAG,IAAW,EAAA;IACtB,IAAI,CAAC,KAAK,CAAC,EAAE,CAAC,UAAU,CAAC,CAAC,GAAG,IAAI,CAAC,CAAA;AACpC,EAAY;AAEP,MAAM,WAAW,GAAG,CAAC,GAAW,KAAK,GAAG,CAAC,WAAW,GAAE;AAEhD,MAAA,UAAU,GAAG,CAAC,GAAW,KACpC,WAAW,CACT,GAAG;AACA,KAAA,OAAO,CAAC,aAAa,EAAE,CAAC,CAAC,KAAK,GAAG,GAAG,CAAC,CAAC,CAAC,CAAC,CAAC;AACzC,KAAA,IAAI,EAAE;AACN,KAAA,OAAO,CAAC,IAAI,EAAE,GAAG,CAAC,EACtB;AAEI,MAAM,kBAAkB,GAAG,CAChC,OAAe,EACf,UAAA,GAAuB,EAAE,EACzB,mBAAwB,KACtB;AACF;;;;AAIG;AAEH,IAAA,IAAI,CAAC,4BAA4B,IAAI,mBAAmB,KAAK,SAAS,EAAE;AACtE,QAAA,mBAAmB,EAAE,CAAA;AACtB,KAAA;AAED,IAAA,OAAO,UAAU,aAA4B,EAAA;QAC3C,MAAM,UAAU,GAAG,IAAW,CAAA;QAC9B,MAAM,YAAY,GAAG,UAAU,CAAC,MAAM,CAAC,CAAC,SAAS,EAAE,SAAS,KAAI;YAC9D,OACK,MAAA,CAAA,MAAA,CAAA,MAAA,CAAA,MAAA,CAAA,EAAA,EAAA,SAAS,KACZ,CAAC,SAAS,GAAG,CAAC,KAAuB,KAAI;AACvC,oBAAA,UAAU,CAAC,KAAK,CAAC,SAAS,EAAE,KAAK,CAAC,CAAA;;oBAElC,IAAI,CAAC,OAAO,EAAE,QAAQ,CAAC,CAAC,QAAQ,CAAC,SAAS,CAAC,EAAE;wBAC3C,UAAU,CAAC,KAAK,CAAC,mBAAmB,EAAE,KAAK,CAAC,MAAM,CAAC,KAAK,CAAC,CAAA;AAC1D,qBAAA;AACH,iBAAC,EACF,CAAA,CAAA;AACH,SAAC,EAAE,UAAU,CAAC,UAAU,CAAC,CAAA;AACzB,QAAA,MAAM,UAAU,GAAG,UAAU,CAAC,MAAM;AAClC,cAAE,MAAM,CAAC,IAAI,CAAC,UAAU,CAAC,MAAM,CAAC,CAAC,MAAM,CAAC,CAAC,KAAU,EAAE,IAAY,KAAI;AACnE,gBAAA,MAAM,aAAa,GAAG,UAAU,CAAC,IAAI,CAAC,CAAA;gBACtC,KAAK,CAAC,aAAa,CAAC,GAAG,UAAU,CAAC,MAAM,CAAC,IAAI,CAAC,CAAA;AAC9C,gBAAA,OAAO,KAAK,CAAA;aACb,EAAE,EAAE,CAAC;cACJ,EAAE,CAAA;QACN,OAAO,aAAa,CAClB,OAAO,EACP;AACE,YAAA,GAAG,EAAE,IAAI;YACT,QAAQ,EAAE,UAAU,CAAC,MAAM;AAC3B,YAAA,EAAE,kCACG,YAAY,CAAA,EAAA;;AAEf,gBAAA,KAAK,EAAE,CAAC,KAAK,KAAI;AACf,oBAAA,OAAO,YAAY,CAAC,KAAK,KAAK,UAAU,IAAI,YAAY,CAAC,KAAK,CAAC,KAAK,CAAC,CAAA;AACrE,oBAAA,UAAU,CAAC,KAAK,CAAC,KAAK,EAAE,KAAK,CAAC,CAAA;AAChC,iBAAC,EACF,CAAA;AACD,YAAA,KAAK,kCAAO,UAAU,CAAA,EAAA,EAAE,aAAa,EAAE,OAAO,EAAE,CAAA;SACjD,EACD,CAAC,UAAU,CAAC,MAAM,CAAC,OAAO,CAAC,CAC5B,CAAA;AACH,KAAC,CAAA;AACH;;;;"}
|
|
@@ -6,63 +6,63 @@ export { default as Text } from './text.js';
|
|
|
6
6
|
export { default as Image } from './image.js';
|
|
7
7
|
|
|
8
8
|
// 视图容器
|
|
9
|
-
const CoverImage = createComponent('taro-cover-image');
|
|
10
|
-
const CoverView = createComponent('taro-cover-view');
|
|
11
|
-
const MatchMedia = createComponent('taro-match-media');
|
|
12
|
-
const MovableArea = createComponent('taro-movable-area');
|
|
13
|
-
const MovableView = createComponent('taro-movable-view');
|
|
14
|
-
const PageContainer = createComponent('taro-page-container');
|
|
15
|
-
const RootPortal = createComponent('taro-root-portal');
|
|
16
|
-
const ShareElement = createComponent('taro-share-element');
|
|
17
|
-
const Swiper = createComponent('taro-swiper');
|
|
18
|
-
const SwiperItem = createComponent('taro-swiper-item', ['swiper-slide']);
|
|
19
|
-
const View = createComponent('taro-view');
|
|
20
|
-
const Progress = createComponent('taro-progress', ['weui-progress']);
|
|
21
|
-
const RichText = createComponent('taro-rich-text');
|
|
9
|
+
const CoverImage = /* @__PURE__ */ createComponent('taro-cover-image');
|
|
10
|
+
const CoverView = /* @__PURE__ */ createComponent('taro-cover-view');
|
|
11
|
+
const MatchMedia = /* @__PURE__ */ createComponent('taro-match-media');
|
|
12
|
+
const MovableArea = /* @__PURE__ */ createComponent('taro-movable-area');
|
|
13
|
+
const MovableView = /* @__PURE__ */ createComponent('taro-movable-view');
|
|
14
|
+
const PageContainer = /* @__PURE__ */ createComponent('taro-page-container');
|
|
15
|
+
const RootPortal = /* @__PURE__ */ createComponent('taro-root-portal');
|
|
16
|
+
const ShareElement = /* @__PURE__ */ createComponent('taro-share-element');
|
|
17
|
+
const Swiper = /* @__PURE__ */ createComponent('taro-swiper');
|
|
18
|
+
const SwiperItem = /* @__PURE__ */ createComponent('taro-swiper-item', ['swiper-slide']);
|
|
19
|
+
const View = /* @__PURE__ */ createComponent('taro-view');
|
|
20
|
+
const Progress = /* @__PURE__ */ createComponent('taro-progress', ['weui-progress']);
|
|
21
|
+
const RichText = /* @__PURE__ */ createComponent('taro-rich-text');
|
|
22
22
|
// 表单组件
|
|
23
|
-
const Button = createComponent('taro-button');
|
|
24
|
-
const Checkbox = createComponent('taro-checkbox', ['weui-cells_checkbox']);
|
|
25
|
-
const CheckboxGroup = createComponent('taro-checkbox-group');
|
|
26
|
-
const Editor = createComponent('taro-editor');
|
|
27
|
-
const Form = createComponent('taro-form');
|
|
28
|
-
const Input = createFormsComponent('taro-input', 'input');
|
|
29
|
-
const KeyboardAccessory = createComponent('taro-keyboard-accessory');
|
|
30
|
-
const Label = createComponent('taro-label');
|
|
31
|
-
const Picker = createFormsComponent('taro-picker', 'change');
|
|
32
|
-
const PickerView = createComponent('taro-picker-view');
|
|
33
|
-
const PickerViewColumn = createComponent('taro-picker-view-column');
|
|
34
|
-
const Radio = createComponent('taro-radio', ['weui-cells_checkbox']);
|
|
35
|
-
const RadioGroup = createComponent('taro-radio-group', ['weui-cells_radiogroup']);
|
|
36
|
-
const Slider = createFormsComponent('taro-slider', 'change', 'value', ['weui-slider-box']);
|
|
37
|
-
const Switch = createFormsComponent('taro-switch', 'change', 'checked');
|
|
38
|
-
const Textarea = createFormsComponent('taro-textarea', 'input');
|
|
23
|
+
const Button = /* @__PURE__ */ createComponent('taro-button');
|
|
24
|
+
const Checkbox = /* @__PURE__ */ createComponent('taro-checkbox', ['weui-cells_checkbox']);
|
|
25
|
+
const CheckboxGroup = /* @__PURE__ */ createComponent('taro-checkbox-group');
|
|
26
|
+
const Editor = /* @__PURE__ */ createComponent('taro-editor');
|
|
27
|
+
const Form = /* @__PURE__ */ createComponent('taro-form');
|
|
28
|
+
const Input = /* @__PURE__ */ createFormsComponent('taro-input', 'input');
|
|
29
|
+
const KeyboardAccessory = /* @__PURE__ */ createComponent('taro-keyboard-accessory');
|
|
30
|
+
const Label = /* @__PURE__ */ createComponent('taro-label');
|
|
31
|
+
const Picker = /* @__PURE__ */ createFormsComponent('taro-picker', 'change');
|
|
32
|
+
const PickerView = /* @__PURE__ */ createComponent('taro-picker-view');
|
|
33
|
+
const PickerViewColumn = /* @__PURE__ */ createComponent('taro-picker-view-column');
|
|
34
|
+
const Radio = /* @__PURE__ */ createComponent('taro-radio', ['weui-cells_checkbox']);
|
|
35
|
+
const RadioGroup = /* @__PURE__ */ createComponent('taro-radio-group', ['weui-cells_radiogroup']);
|
|
36
|
+
const Slider = /* @__PURE__ */ createFormsComponent('taro-slider', 'change', 'value', ['weui-slider-box']);
|
|
37
|
+
const Switch = /* @__PURE__ */ createFormsComponent('taro-switch', 'change', 'checked');
|
|
38
|
+
const Textarea = /* @__PURE__ */ createFormsComponent('taro-textarea', 'input');
|
|
39
39
|
// 导航
|
|
40
|
-
const FunctionalPageNavigator = createComponent('taro-functional-page-navigator');
|
|
41
|
-
const Navigator = createComponent('taro-navigator');
|
|
40
|
+
const FunctionalPageNavigator = /* @__PURE__ */ createComponent('taro-functional-page-navigator');
|
|
41
|
+
const Navigator = /* @__PURE__ */ createComponent('taro-navigator');
|
|
42
42
|
// 媒体组件
|
|
43
|
-
const Audio = createComponent('taro-audio');
|
|
44
|
-
const Camera = createComponent('taro-camera');
|
|
45
|
-
const LivePlayer = createComponent('taro-live-player');
|
|
46
|
-
const Video = createComponent('taro-video', ['taro-video-container']);
|
|
47
|
-
const VoipRoom = createComponent('taro-voip-room');
|
|
43
|
+
const Audio = /* @__PURE__ */ createComponent('taro-audio');
|
|
44
|
+
const Camera = /* @__PURE__ */ createComponent('taro-camera');
|
|
45
|
+
const LivePlayer = /* @__PURE__ */ createComponent('taro-live-player');
|
|
46
|
+
const Video = /* @__PURE__ */ createComponent('taro-video', ['taro-video-container']);
|
|
47
|
+
const VoipRoom = /* @__PURE__ */ createComponent('taro-voip-room');
|
|
48
48
|
// 地图
|
|
49
|
-
const Map = createComponent('taro-map');
|
|
49
|
+
const Map = /* @__PURE__ */ createComponent('taro-map');
|
|
50
50
|
// 画布
|
|
51
|
-
const Canvas = createComponent('taro-canvas');
|
|
51
|
+
const Canvas = /* @__PURE__ */ createComponent('taro-canvas');
|
|
52
52
|
// 开放能力
|
|
53
|
-
const WebView = createComponent('taro-web-view');
|
|
54
|
-
const Ad = createComponent('taro-ad');
|
|
55
|
-
const AdCustom = createComponent('taro-ad-custom');
|
|
56
|
-
const OfficialAccount = createComponent('taro-official-account');
|
|
57
|
-
const OpenData = createComponent('taro-open-data');
|
|
53
|
+
const WebView = /* @__PURE__ */ createComponent('taro-web-view');
|
|
54
|
+
const Ad = /* @__PURE__ */ createComponent('taro-ad');
|
|
55
|
+
const AdCustom = /* @__PURE__ */ createComponent('taro-ad-custom');
|
|
56
|
+
const OfficialAccount = /* @__PURE__ */ createComponent('taro-official-account');
|
|
57
|
+
const OpenData = /* @__PURE__ */ createComponent('taro-open-data');
|
|
58
58
|
// 导航栏
|
|
59
|
-
const NavigationBar = createComponent('taro-navigation-bar');
|
|
59
|
+
const NavigationBar = /* @__PURE__ */ createComponent('taro-navigation-bar');
|
|
60
60
|
// 页面属性配置节点
|
|
61
|
-
const PageMeta = createComponent('taro-page-meta');
|
|
61
|
+
const PageMeta = /* @__PURE__ */ createComponent('taro-page-meta');
|
|
62
62
|
// 其他
|
|
63
|
-
const Block = createComponent('taro-block');
|
|
64
|
-
const CustomWrapper = createComponent('taro-custom-wrapper');
|
|
65
|
-
const Slot = createComponent('taro-slot');
|
|
63
|
+
const Block = /* @__PURE__ */ createComponent('taro-block');
|
|
64
|
+
const CustomWrapper = /* @__PURE__ */ createComponent('taro-custom-wrapper');
|
|
65
|
+
const Slot = /* @__PURE__ */ createComponent('taro-slot');
|
|
66
66
|
|
|
67
67
|
export { Ad, AdCustom, Audio, Block, Button, Camera, Canvas, Checkbox, CheckboxGroup, CoverImage, CoverView, CustomWrapper, Editor, Form, FunctionalPageNavigator, Input, KeyboardAccessory, Label, LivePlayer, Map, MatchMedia, MovableArea, MovableView, NavigationBar, Navigator, OfficialAccount, OpenData, PageContainer, PageMeta, Picker, PickerView, PickerViewColumn, Progress, Radio, RadioGroup, RichText, RootPortal, ShareElement, Slider, Slot, Swiper, SwiperItem, Switch, Textarea, Video, View, VoipRoom, WebView };
|
|
68
68
|
//# sourceMappingURL=index.js.map
|