zartui 3.2.0 → 3.2.2
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/README.md +27 -27
- package/es/action-sheet/ActionSheet.d.ts +16 -3
- package/es/action-sheet/ActionSheet.mjs +30 -26
- package/es/action-sheet/index.css +1 -1
- package/es/action-sheet/index.d.ts +9 -2
- package/es/button/index.css +1 -1
- package/es/date-time-picker/DateTimePicker.d.ts +8 -0
- package/es/date-time-picker/DateTimePickerWrapper.d.ts +12 -0
- package/es/date-time-picker/index.d.ts +8 -0
- package/es/date-time-picker/utils.d.ts +4 -0
- package/es/dialog/Dialog.d.ts +6 -0
- package/es/dialog/Dialog.mjs +6 -2
- package/es/dialog/function-call.mjs +2 -0
- package/es/dialog/index.css +1 -1
- package/es/dialog/index.d.ts +4 -0
- package/es/dropdown-item/DropdownItem.mjs +1 -0
- package/es/index.d.ts +1 -0
- package/es/index.mjs +3 -0
- package/es/lazyload/vue-lazyload/index.d.ts +55 -55
- package/es/media-picker/MediaPicker.d.ts +7 -3
- package/es/media-picker/MediaPicker.mjs +76 -24
- package/es/media-picker/index.d.ts +3 -2
- package/es/media-picker/type.d.ts +2 -1
- package/es/picker/Picker.d.ts +16 -0
- package/es/picker/Picker.mjs +5 -15
- package/es/picker/PickerToolbar.d.ts +15 -1
- package/es/picker/PickerToolbar.mjs +17 -15
- package/es/picker/index.css +1 -1
- package/es/picker/index.d.ts +8 -0
- package/es/search/index.css +1 -1
- package/es/speech-recognizer/SpeechRecognizer.d.ts +51 -0
- package/es/speech-recognizer/SpeechRecognizer.mjs +209 -0
- package/es/speech-recognizer/index.css +1 -0
- package/es/speech-recognizer/index.d.ts +43 -0
- package/es/speech-recognizer/index.mjs +8 -0
- package/es/speech-recognizer/recorder.d.ts +53 -0
- package/es/speech-recognizer/recorder.mjs +75 -0
- package/es/speech-recognizer/style/index.d.ts +1 -0
- package/es/speech-recognizer/style/index.mjs +10 -0
- package/es/speech-recognizer/types.d.ts +0 -0
- package/es/speech-recognizer/types.mjs +0 -0
- package/es/tab/style/index.mjs +1 -0
- package/es/tabs/Tabs.mjs +47 -2
- package/es/tabs/index.css +1 -1
- package/es/tabs/style/index.mjs +1 -0
- package/es/time-picker/TimePicker.d.ts +12 -0
- package/es/time-picker/index.d.ts +8 -0
- package/es/vue-sfc-shim.d.ts +6 -6
- package/es/vue-tsx-shim.d.ts +23 -23
- package/lib/action-sheet/ActionSheet.d.ts +16 -3
- package/lib/action-sheet/ActionSheet.js +29 -25
- package/lib/action-sheet/index.css +1 -1
- package/lib/action-sheet/index.d.ts +9 -2
- package/lib/button/index.css +1 -1
- package/lib/date-time-picker/DateTimePicker.d.ts +8 -0
- package/lib/date-time-picker/DateTimePickerWrapper.d.ts +12 -0
- package/lib/date-time-picker/index.d.ts +8 -0
- package/lib/date-time-picker/utils.d.ts +4 -0
- package/lib/dialog/Dialog.d.ts +6 -0
- package/lib/dialog/Dialog.js +6 -2
- package/lib/dialog/function-call.js +2 -0
- package/lib/dialog/index.css +1 -1
- package/lib/dialog/index.d.ts +4 -0
- package/lib/dropdown-item/DropdownItem.js +1 -0
- package/lib/index.css +1 -1
- package/lib/index.d.ts +1 -0
- package/lib/index.js +3 -0
- package/lib/lazyload/vue-lazyload/index.d.ts +55 -55
- package/lib/media-picker/MediaPicker.d.ts +7 -3
- package/lib/media-picker/MediaPicker.js +75 -23
- package/lib/media-picker/index.d.ts +3 -2
- package/lib/media-picker/type.d.ts +2 -1
- package/lib/picker/Picker.d.ts +16 -0
- package/lib/picker/Picker.js +4 -14
- package/lib/picker/PickerToolbar.d.ts +15 -1
- package/lib/picker/PickerToolbar.js +16 -14
- package/lib/picker/index.css +1 -1
- package/lib/picker/index.d.ts +8 -0
- package/lib/search/index.css +1 -1
- package/lib/speech-recognizer/SpeechRecognizer.d.ts +51 -0
- package/lib/speech-recognizer/SpeechRecognizer.js +238 -0
- package/lib/speech-recognizer/index.css +1 -0
- package/lib/speech-recognizer/index.d.ts +43 -0
- package/lib/speech-recognizer/index.js +37 -0
- package/lib/speech-recognizer/recorder.d.ts +53 -0
- package/lib/speech-recognizer/recorder.js +94 -0
- package/lib/speech-recognizer/style/index.d.ts +1 -0
- package/lib/speech-recognizer/style/index.js +10 -0
- package/lib/speech-recognizer/types.d.ts +0 -0
- package/lib/speech-recognizer/types.js +0 -0
- package/lib/tab/style/index.js +1 -0
- package/lib/tabs/Tabs.js +47 -2
- package/lib/tabs/index.css +1 -1
- package/lib/tabs/style/index.js +1 -0
- package/lib/time-picker/TimePicker.d.ts +12 -0
- package/lib/time-picker/index.d.ts +8 -0
- package/lib/vue-sfc-shim.d.ts +6 -6
- package/lib/vue-tsx-shim.d.ts +23 -23
- package/lib/web-types.json +1 -1
- package/lib/zartui.cjs.js +1358 -990
- package/lib/zartui.es.js +1358 -990
- package/lib/zartui.js +1406 -1021
- package/lib/zartui.min.js +1 -1
- package/package.json +11 -11
package/lib/picker/index.d.ts
CHANGED
|
@@ -28,6 +28,10 @@ export declare const Picker: import("../utils").WithInstall<import("vue").Define
|
|
|
28
28
|
default: string;
|
|
29
29
|
};
|
|
30
30
|
} & {
|
|
31
|
+
title: {
|
|
32
|
+
type: import("vue").PropType<string>;
|
|
33
|
+
default: string;
|
|
34
|
+
};
|
|
31
35
|
cancelButtonText: StringConstructor;
|
|
32
36
|
confirmButtonText: StringConstructor;
|
|
33
37
|
} & {
|
|
@@ -90,6 +94,10 @@ export declare const Picker: import("../utils").WithInstall<import("vue").Define
|
|
|
90
94
|
default: string;
|
|
91
95
|
};
|
|
92
96
|
} & {
|
|
97
|
+
title: {
|
|
98
|
+
type: import("vue").PropType<string>;
|
|
99
|
+
default: string;
|
|
100
|
+
};
|
|
93
101
|
cancelButtonText: StringConstructor;
|
|
94
102
|
confirmButtonText: StringConstructor;
|
|
95
103
|
} & {
|
package/lib/search/index.css
CHANGED
|
@@ -1 +1 @@
|
|
|
1
|
-
:root{--zt-search-padding: 4px var(--zt-padding-md);--zt-search-background: transparent;--zt-search-content-background: var(--zt-gray-05);--zt-search-label-padding: 8px 0 8px 12px;--zt-search-label-color: var(--zt-text-color);--zt-search-action-padding: 0 var(--zt-padding-md);--zt-search-action-text-color: var(--zt-primary-color);--zt-search-content-box-shadow: inset 4px 4px 8px 0 var(--zt-gray-10);--zt-search-round-border: none;--zt-search-placeholder: var(--zt-gray-20)}.zt-search{display:flex;align-items:center;box-sizing:border-box;padding:var(--zt-search-padding);background-color:var(--zt-search-background)}.zt-search__content{display:flex;flex:1;background-color:var(--zt-search-content-background);border-radius:var(--zt-radius-sm);
|
|
1
|
+
:root{--zt-search-padding: 4px var(--zt-padding-md);--zt-search-background: transparent;--zt-search-content-background: var(--zt-gray-05);--zt-search-label-padding: 8px 0 8px 12px;--zt-search-label-color: var(--zt-text-color);--zt-search-action-padding: 0 var(--zt-padding-md);--zt-search-action-text-color: var(--zt-primary-color);--zt-search-content-box-shadow: inset 4px 4px 8px 0 var(--zt-gray-10);--zt-search-round-border: none;--zt-search-placeholder: var(--zt-gray-20)}.zt-search{display:flex;align-items:center;box-sizing:border-box;padding:var(--zt-search-padding);background-color:var(--zt-search-background)}.zt-search__content{display:flex;flex:1;background-color:var(--zt-search-content-background);border-radius:var(--zt-radius-sm);padding-left:var(--zt-padding-sm)}.zt-search__content--round{border-radius:var(--zt-radius-max);border:var(--zt-search-round-border)}.zt-search__label{padding:var(--zt-search-label-padding);color:var(--zt-search-label-color);font-size:var(--zt-font-size-md);line-height:var(--zt-line-height-md)}.zt-search__field{width:100%}.zt-search .zt-cell--horizontal{background:transparent;padding:8px 16px 8px 0}.zt-search--show-action{padding-right:0}.zt-search input{caret-color:var(--zt-primary-color)}.zt-search input::-webkit-search-decoration,.zt-search input::-webkit-search-cancel-button,.zt-search input::-webkit-search-results-button,.zt-search input::-webkit-search-results-decoration{display:none}.zt-search input::-moz-placeholder{color:var(--zt-search-placeholder)}.zt-search input::placeholder{color:var(--zt-search-placeholder)}.zt-search__action{padding:var(--zt-search-action-padding);color:var(--zt-search-action-text-color);font-size:var(--zt-font-size-md);font-weight:400;height:36px;cursor:pointer;-webkit-user-select:none;-moz-user-select:none;user-select:none;display:flex;justify-content:center;align-items:center}.zt-search__action:active{background-color:rgba(0,0,0,.04)}.zt-theme-dark{--zt-search-content-background: var(--zt-background-popup);--zt-search-content-box-shadow: inset 4px 4px 8px 0 var(--zt-background);--zt-search-round-border: 1px solid rgba(15, 155, 255, .2)}
|
|
@@ -0,0 +1,51 @@
|
|
|
1
|
+
import { ExtractPropTypes } from "vue";
|
|
2
|
+
declare const speechRecognizerProps: {
|
|
3
|
+
title: StringConstructor;
|
|
4
|
+
value: StringConstructor;
|
|
5
|
+
show: BooleanConstructor;
|
|
6
|
+
closeOnPopstate: {
|
|
7
|
+
type: BooleanConstructor;
|
|
8
|
+
default: true;
|
|
9
|
+
};
|
|
10
|
+
closeOnClickOverlay: {
|
|
11
|
+
type: BooleanConstructor;
|
|
12
|
+
default: true;
|
|
13
|
+
};
|
|
14
|
+
};
|
|
15
|
+
export type speechRecognizerProps = ExtractPropTypes<typeof speechRecognizerProps>;
|
|
16
|
+
declare const _default: import("vue").DefineComponent<ExtractPropTypes<{
|
|
17
|
+
title: StringConstructor;
|
|
18
|
+
value: StringConstructor;
|
|
19
|
+
show: BooleanConstructor;
|
|
20
|
+
closeOnPopstate: {
|
|
21
|
+
type: BooleanConstructor;
|
|
22
|
+
default: true;
|
|
23
|
+
};
|
|
24
|
+
closeOnClickOverlay: {
|
|
25
|
+
type: BooleanConstructor;
|
|
26
|
+
default: true;
|
|
27
|
+
};
|
|
28
|
+
}>, () => import("vue/jsx-runtime").JSX.Element, {}, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, ("change" | "close" | "update:show" | "confirm" | "update:value")[], "change" | "close" | "update:show" | "confirm" | "update:value", import("vue").PublicProps, Readonly<ExtractPropTypes<{
|
|
29
|
+
title: StringConstructor;
|
|
30
|
+
value: StringConstructor;
|
|
31
|
+
show: BooleanConstructor;
|
|
32
|
+
closeOnPopstate: {
|
|
33
|
+
type: BooleanConstructor;
|
|
34
|
+
default: true;
|
|
35
|
+
};
|
|
36
|
+
closeOnClickOverlay: {
|
|
37
|
+
type: BooleanConstructor;
|
|
38
|
+
default: true;
|
|
39
|
+
};
|
|
40
|
+
}>> & Readonly<{
|
|
41
|
+
onChange?: ((...args: any[]) => any) | undefined;
|
|
42
|
+
onClose?: ((...args: any[]) => any) | undefined;
|
|
43
|
+
"onUpdate:show"?: ((...args: any[]) => any) | undefined;
|
|
44
|
+
onConfirm?: ((...args: any[]) => any) | undefined;
|
|
45
|
+
"onUpdate:value"?: ((...args: any[]) => any) | undefined;
|
|
46
|
+
}>, {
|
|
47
|
+
show: boolean;
|
|
48
|
+
closeOnClickOverlay: boolean;
|
|
49
|
+
closeOnPopstate: boolean;
|
|
50
|
+
}, {}, {}, {}, string, import("vue").ComponentProvideOptions, true, {}, any>;
|
|
51
|
+
export default _default;
|
|
@@ -0,0 +1,238 @@
|
|
|
1
|
+
var __create = Object.create;
|
|
2
|
+
var __defProp = Object.defineProperty;
|
|
3
|
+
var __getOwnPropDesc = Object.getOwnPropertyDescriptor;
|
|
4
|
+
var __getOwnPropNames = Object.getOwnPropertyNames;
|
|
5
|
+
var __getProtoOf = Object.getPrototypeOf;
|
|
6
|
+
var __hasOwnProp = Object.prototype.hasOwnProperty;
|
|
7
|
+
var __export = (target, all) => {
|
|
8
|
+
for (var name2 in all)
|
|
9
|
+
__defProp(target, name2, { get: all[name2], enumerable: true });
|
|
10
|
+
};
|
|
11
|
+
var __copyProps = (to, from, except, desc) => {
|
|
12
|
+
if (from && typeof from === "object" || typeof from === "function") {
|
|
13
|
+
for (let key of __getOwnPropNames(from))
|
|
14
|
+
if (!__hasOwnProp.call(to, key) && key !== except)
|
|
15
|
+
__defProp(to, key, { get: () => from[key], enumerable: !(desc = __getOwnPropDesc(from, key)) || desc.enumerable });
|
|
16
|
+
}
|
|
17
|
+
return to;
|
|
18
|
+
};
|
|
19
|
+
var __toESM = (mod, isNodeMode, target) => (target = mod != null ? __create(__getProtoOf(mod)) : {}, __copyProps(
|
|
20
|
+
// If the importer is in node compatibility mode or this is not an ESM
|
|
21
|
+
// file that has been converted to a CommonJS file using a Babel-
|
|
22
|
+
// compatible transform (i.e. "__esModule" has not been set), then set
|
|
23
|
+
// "default" to the CommonJS "module.exports" for node compatibility.
|
|
24
|
+
isNodeMode || !mod || !mod.__esModule ? __defProp(target, "default", { value: mod, enumerable: true }) : target,
|
|
25
|
+
mod
|
|
26
|
+
));
|
|
27
|
+
var __toCommonJS = (mod) => __copyProps(__defProp({}, "__esModule", { value: true }), mod);
|
|
28
|
+
var stdin_exports = {};
|
|
29
|
+
__export(stdin_exports, {
|
|
30
|
+
default: () => stdin_default
|
|
31
|
+
});
|
|
32
|
+
module.exports = __toCommonJS(stdin_exports);
|
|
33
|
+
var import_vue = require("vue");
|
|
34
|
+
var import_utils = require("../utils");
|
|
35
|
+
var import_popup = __toESM(require("../popup"));
|
|
36
|
+
var import_icon = __toESM(require("../icon"));
|
|
37
|
+
var import_field = __toESM(require("../field"));
|
|
38
|
+
var import_recorder = require("./recorder");
|
|
39
|
+
const [name, bem] = (0, import_utils.createNamespace)("speech-recognizer");
|
|
40
|
+
const speechRecognizerProps = {
|
|
41
|
+
title: String,
|
|
42
|
+
value: String,
|
|
43
|
+
show: Boolean,
|
|
44
|
+
closeOnPopstate: import_utils.truthProp,
|
|
45
|
+
closeOnClickOverlay: import_utils.truthProp
|
|
46
|
+
};
|
|
47
|
+
var stdin_default = (0, import_vue.defineComponent)({
|
|
48
|
+
name,
|
|
49
|
+
props: speechRecognizerProps,
|
|
50
|
+
emits: ["change", "confirm", "close", "update:show", "update:value"],
|
|
51
|
+
setup(props, {
|
|
52
|
+
emit,
|
|
53
|
+
slots
|
|
54
|
+
}) {
|
|
55
|
+
const currentShow = (0, import_vue.ref)(props.show);
|
|
56
|
+
const isPlaying = (0, import_vue.ref)(false);
|
|
57
|
+
const {
|
|
58
|
+
startRecording,
|
|
59
|
+
stopRecording
|
|
60
|
+
} = (0, import_recorder.useRecorder)(emit);
|
|
61
|
+
const modelValue = (0, import_vue.computed)({
|
|
62
|
+
get: () => props.value,
|
|
63
|
+
set: (val) => {
|
|
64
|
+
emit("update:value", val);
|
|
65
|
+
}
|
|
66
|
+
});
|
|
67
|
+
(0, import_vue.watch)(currentShow, (newValue) => {
|
|
68
|
+
if (newValue !== props.show) {
|
|
69
|
+
emit("update:show", newValue);
|
|
70
|
+
}
|
|
71
|
+
});
|
|
72
|
+
(0, import_vue.watch)(() => props.show, (newValue) => {
|
|
73
|
+
if (newValue !== currentShow.value) {
|
|
74
|
+
currentShow.value = newValue;
|
|
75
|
+
}
|
|
76
|
+
});
|
|
77
|
+
const updateShow = (value) => emit("update:show", value);
|
|
78
|
+
const onClose = () => {
|
|
79
|
+
currentShow.value = false;
|
|
80
|
+
emit("close");
|
|
81
|
+
};
|
|
82
|
+
const onClear = () => {
|
|
83
|
+
emit("update:value", "");
|
|
84
|
+
};
|
|
85
|
+
const onConfirm = () => {
|
|
86
|
+
currentShow.value = false;
|
|
87
|
+
emit("confirm");
|
|
88
|
+
};
|
|
89
|
+
const emptyIcon = () => (0, import_vue.createVNode)("svg", {
|
|
90
|
+
"xmlns": "http://www.w3.org/2000/svg",
|
|
91
|
+
"viewBox": "0 0 164 164",
|
|
92
|
+
"class": "design-iconfont"
|
|
93
|
+
}, [(0, import_vue.createVNode)("g", {
|
|
94
|
+
"fill-rule": "nonzero",
|
|
95
|
+
"fill": "none"
|
|
96
|
+
}, [(0, import_vue.createVNode)("path", {
|
|
97
|
+
"fill": "#F5F7FA",
|
|
98
|
+
"d": "M19.8391025 68.2073963L19.8593465 77.2801141 19.9200784 77.745901 20.0820303 78.049675 20.2844701 78.2319394 24.3737545 80.6013769 24.1713147 80.4191124 24.0296068 80.1153384 23.9486309 79.6698032 23.9283869 70.5970854z",
|
|
99
|
+
"transform": "translate(2 33.6838)"
|
|
100
|
+
}, null), (0, import_vue.createVNode)("path", {
|
|
101
|
+
"d": "M7.30807756,78.4952102 L1.53854264,75.1536959 L1.133663,74.8499218 L0.789515304,74.4651414 L0.485855572,73.9791029 L0.28341575,73.4323097 L0.161951857,72.7842584 L0.101219911,72.0349491 L5.87075483,75.3764635 L5.93148677,76.1460244 L6.05295067,76.773824 L6.27563447,77.3206173 L6.55905022,77.8269074 L6.90319792,78.2116878 L7.30807756,78.4952102 Z M5.87075483,75.3764635 L0.101219911,72.0349491 L0,34.873259 L5.76953492,38.2147734 L5.87075483,75.3764635 Z",
|
|
102
|
+
"fill": "#DDE1EB",
|
|
103
|
+
"transform": "translate(2 33.6838)"
|
|
104
|
+
}, null), (0, import_vue.createVNode)("path", {
|
|
105
|
+
"fill": "#F5F7FA",
|
|
106
|
+
"d": "M58.7075483 3.66554L58.2419367 3.46302398 57.7358371 3.34151437 57.1487616 3.34151437 56.5616862 3.44277238 55.9341227 3.66554 55.2255833 4.00981724 10.6685786 29.7698553 4.8787997 26.4283409 49.4560484 0.668302874 50.1645878 0.324025636 50.7921512 0.101258011 51.3792267 0 51.9460582 0 52.4521578 0.121509613 52.9177694 0.324025636z",
|
|
107
|
+
"transform": "translate(2 33.6838)"
|
|
108
|
+
}, null), (0, import_vue.createVNode)("path", {
|
|
109
|
+
"fill": "#DDE1EB",
|
|
110
|
+
"d": "M5.76953492 38.2147734L0 34.873259 0.161951857 33.2936341 0.384635661 32.4633184 1.01219911 30.8634418 1.41707875 30.0736293 1.90293432 29.3040684 2.97586538 27.9472111 3.58318484 27.3599146 4.8787997 26.4080893 10.6483346 29.7698553 9.37296374 30.701429 8.74540029 31.308977 7.67246924 32.6658344 7.20685765 33.4151437 6.78173402 34.2049562 6.15417058 35.8048327 5.81002288 37.4452125z",
|
|
111
|
+
"transform": "translate(2 33.6838)"
|
|
112
|
+
}, null), (0, import_vue.createVNode)("path", {
|
|
113
|
+
"fill": "#E9ECF2",
|
|
114
|
+
"d": "M55.2255833 4.00981724L55.9543667 3.66554 56.6021741 3.44277238 57.1892496 3.34151437 57.7155931 3.36176597 58.2419367 3.46302398 58.7075483 3.66554 59.1124279 3.96931404 59.4565756 4.37434608 59.7399914 4.84013293 59.9424312 5.38692619 60.0638951 6.03497746 60.124627 6.82478995 60.2258469 43.98648 60.0638951 45.5458534 59.5780395 47.1862332 58.8290122 48.7658582 57.857301 50.2239735 56.6629061 51.4795729 56.0353426 51.9858629 55.3672912 52.4313982 37.8764906 62.5369477 26.2362009 79.730558 25.5479055 80.4191124 25.2240018 80.6013769 24.8798541 80.7026349 24.5964383 80.6823833 24.3332666 80.5811253 24.1510707 80.3988608 24.0093628 80.0950868 23.9486309 79.6698032 23.9283869 70.5970854 10.7900425 78.1711846 10.0815031 78.5357134 9.43369569 78.7382295 8.86686419 78.8394875 8.32027667 78.8192359 7.79393313 78.7179779 7.32832154 78.5154618 6.9234419 78.2116878 6.55905022 77.8066558 6.27563447 77.3611205 6.07319465 76.8143273 5.93148677 76.166276 5.87075483 75.3764635 5.76953492 38.2147734 5.93148677 36.6554 6.43758633 34.9947687 7.20685765 33.4151437 8.19881277 31.9570283 9.37296374 30.701429 10.6483346 29.7698553z",
|
|
115
|
+
"transform": "translate(2 33.6838)"
|
|
116
|
+
}, null), (0, import_vue.createVNode)("path", {
|
|
117
|
+
"d": "M48.6462891,27.0156374 L48.5450692,27.1979018 L48.5248252,27.5826822 L48.5450692,37.1616901 L48.5855572,37.3642061 L48.767753,37.4857157 L48.9904368,37.4249609 L49.2131206,37.2426965 L49.3750725,36.9794257 L49.4560484,36.6351484 L49.4155605,26.9548826 L49.3750725,26.7321149 L49.2738526,26.6511085 L49.1321447,26.6308569 L48.808241,26.8131214 L48.6462891,27.0156374 Z M46.540915,27.4004178 L46.4599391,27.6029338 L46.4194511,28.0079659 L46.4396951,38.9033279 L46.480183,39.1058439 L46.6826229,39.2273535 L46.8850627,39.1665987 L47.1279905,38.9640827 L47.2899423,38.7008119 L47.3709183,38.3767862 L47.3304303,27.3194114 L47.2899423,27.137147 L47.1887224,27.035889 L47.0470145,26.9953858 L46.7231108,27.1573986 L46.540915,27.4004178 Z M36.0545322,21.7299692 L35.9735563,21.8312272 L35.9330683,22.195756 L35.9128244,23.2893426 L36.0140443,57.0487635 L36.1355082,57.3525375 L36.4594119,57.3120343 L36.7023397,57.1095183 L36.8642915,56.8462475 L36.9250235,56.5222218 L36.8238035,21.6489628 L36.7833156,21.4464468 L36.6820957,21.3451887 L36.5606318,21.3249371 L36.2164841,21.5072016 L36.0545322,21.7299692 Z M52.7558175,26.2258249 L52.6545976,26.4688441 L52.6343536,26.8941278 L52.6545976,32.9088536 L52.6950856,33.1113696 L52.8975254,33.2328793 L53.0999652,33.1721245 L53.322649,32.98986 L53.5048448,32.7063376 L53.5655768,32.382312 L53.5453328,26.1448185 L53.5048448,25.9423025 L53.4238689,25.8410444 L53.282161,25.8207928 L52.9582573,25.9828057 L52.7558175,26.2258249 Z M40.1438166,30.0533777 L40.1843046,44.2497509 L40.3057685,44.5535249 L40.6296722,44.5130217 L40.852356,44.3307573 L41.0143079,44.0674864 L41.0952838,43.7232092 L41.0547958,29.526836 L40.9333319,29.223062 L40.6094282,29.2635652 L40.3665004,29.4458296 L40.2045486,29.7091005 L40.1438166,30.0533777 Z M38.1801504,33.2126277 L38.0789304,33.4151437 L38.0384425,33.7999241 L38.0789304,43.1359127 L38.1194184,43.3384288 L38.3218582,43.4599384 L38.5242981,43.3991836 L38.7469819,43.1966676 L38.9291777,42.9333967 L38.9899096,42.6093711 L38.9696657,33.1316212 L38.9291777,32.9291052 L38.8279578,32.8480988 L38.6862499,32.8278472 L38.3421022,33.0101116 L38.1801504,33.2126277 Z M29.8396297,24.8487159 L29.7586538,24.9702255 L29.7181658,25.3347544 L29.6979218,26.4283409 L29.8193857,60.1877618 L29.8598737,60.3902778 L30.0420695,60.5117875 L30.2445093,60.4510327 L30.4874371,60.2485166 L30.649389,59.9852458 L30.7101209,59.6612202 L30.629145,24.7879611 L30.5684131,24.5651935 L30.4874371,24.4841871 L30.3457293,24.4639355 L30.0015816,24.6461999 L29.8396297,24.8487159 Z M44.3343209,29.9723713 L44.3545649,39.6526372 L44.4760288,39.9564112 L44.7999325,39.915908 L45.0226163,39.7336436 L45.2048122,39.4703727 L45.2655441,39.1260955 L45.2453001,29.4458296 L45.1238362,29.1420556 L44.7999325,29.1623072 L44.5570047,29.3648232 L44.3950529,29.6280941 L44.3343209,29.9723713 Z M34.00989,18.9757513 L33.9086701,19.3605317 L33.8884261,22.1755044 L34.00989,62.0509092 L34.050378,62.2534253 L34.2528178,62.3749349 L34.4552576,62.3141801 L34.6779414,62.1319156 L34.8398933,61.8483932 L34.9208692,61.5243676 L34.7994053,18.9149965 L34.7589174,18.6922289 L34.6576975,18.6112224 L34.5159896,18.5909708 L34.1718419,18.7732353 L34.00989,18.9757513 Z M50.6706873,26.6713601 L50.5694674,26.9143794 L50.5289795,27.4206694 L50.5492235,35.0960267 L50.5897114,35.2985427 L50.7921512,35.4200523 L51.014835,35.3592975 L51.2375188,35.1770331 L51.3994707,34.9137622 L51.4804466,34.569485 L51.4602027,26.5903537 L51.3994707,26.3878377 L51.3184948,26.3068313 L51.1767869,26.2865797 L50.8326392,26.4688441 L50.6706873,26.6713601 Z M42.3504107,27.339663 L42.2694348,27.5219274 L42.2289468,27.8459531 L42.2087028,28.6965204 L42.2694348,43.6422028 L42.3099227,43.8447188 L42.4111426,43.9459768 L42.5326065,43.9662284 L42.7148024,43.9054736 L43.0387061,43.5611964 L43.1804139,43.1156611 L43.139926,27.2586566 L43.099438,27.0561406 L42.9982181,26.9751342 L42.8565102,26.934631 L42.5326065,27.0966438 L42.3504107,27.339663 Z M31.9247599,25.5170188 L31.8640279,25.65878 L31.82354,26.0030573 L31.803296,27.0156374 L31.9045159,58.0613436 L31.9450038,58.2638596 L32.0259798,58.3651176 L32.1676877,58.3853692 L32.5320793,58.1828532 L32.7750071,57.7778212 L32.8154951,57.5348019 L32.7142752,25.4360124 L32.6737872,25.253748 L32.5928113,25.15249 L32.4511034,25.1322384 L32.1271997,25.2942512 L31.9247599,25.5170188 Z M56.9463218,25.760038 L56.8451019,26.0435605 L56.8248579,26.4485925 L56.8248579,28.5345075 L56.8653459,28.7370236 L57.0677857,28.8585332 L57.2702255,28.7977784 L57.5131533,28.6155139 L57.6751052,28.3522431 L57.7560811,28.0079659 L57.7358371,25.6790316 L57.6953492,25.4765156 L57.5941292,25.3752576 L57.4524214,25.355006 L57.1487616,25.5170188 L56.9463218,25.760038 Z M54.8611917,26.5093473 L54.7599717,26.8131214 L54.7194838,27.3801662 L54.7397278,31.0254546 L54.8611917,31.3292286 L55.1850954,31.2887254 L55.4280232,31.106461 L55.589975,30.8229386 L55.650707,30.498913 L55.650707,26.4485925 L55.589975,26.2258249 L55.4887551,26.1245669 L55.3470472,26.1043153 L55.0231435,26.3068313 L54.8611917,26.5093473 Z M25.6896134,35.9870972 L25.6086374,36.14911 L25.5479055,36.4933872 L25.5479055,37.4452125 L25.6086374,54.780584 L25.7301013,55.0843581 L26.054005,55.0438549 L26.2766888,54.8615904 L26.4386407,54.5983196 L26.5196166,54.2540424 L26.4588847,35.9060908 L26.4183967,35.7238263 L26.3374208,35.6225683 L26.1957129,35.5820651 L25.8718092,35.7440779 L25.6896134,35.9870972 Z M27.7544995,27.9472111 L27.6735236,28.0687207 L27.6330356,28.4332495 L27.6127917,29.4458296 L27.7140116,60.4915359 L27.7544995,60.6940519 L27.9569394,60.8155615 L28.1593792,60.7548067 L28.382063,60.5725423 L28.5642588,60.2890198 L28.6249908,59.9649942 L28.5440148,27.8662047 L28.4832829,27.6636886 L28.402307,27.5624306 L28.2605991,27.542179 L27.9366954,27.7041918 L27.7544995,27.9472111 Z M19.4342229,47.044472 L19.312759,47.348246 L19.292515,47.8950393 L19.292515,51.5605793 L19.4139789,51.8643533 L19.7581266,51.8238501 L19.9808104,51.6415857 L20.1427622,51.3783149 L20.2237382,51.0340376 L20.2034942,46.9837172 L20.1630062,46.7812011 L20.0617863,46.6799431 L19.9200784,46.6596915 L19.5961747,46.841956 L19.4342229,47.044472 Z M11.1341902,52.9174366 L11.0127263,53.1807075 L10.9924823,53.5654879 L11.0329703,55.8944222 L11.2354101,56.0159318 L11.4378499,55.955177 L11.6807777,55.7729125 L11.8427296,55.4893901 L11.9034615,55.1653645 L11.9034615,52.8364302 L11.8629735,52.6339142 L11.7617536,52.5326562 L11.4783379,52.5529078 L11.1341902,52.9174366 Z M23.5842392,40.8879849 L23.5032633,41.0905009 L23.4627753,41.4752814 L23.5032633,52.2288821 L23.5437513,52.4313982 L23.6247272,52.5326562 L23.7259471,52.5529078 L23.9486309,52.492153 L24.1713147,52.3098886 L24.3535105,52.0263661 L24.4142425,51.7023405 L24.3737545,40.8069785 L24.3332666,40.6044625 L24.2522906,40.5234561 L24.1105828,40.4829529 L23.786679,40.6449657 L23.5842392,40.8879849 Z M15.3044505,48.6038453 L15.2032306,48.8671162 L15.1627426,49.2923998 L15.1829866,54.6995776 L15.3044505,55.0033517 L15.6283542,54.9628484 L15.871282,54.780584 L16.0332339,54.4970616 L16.0939658,54.173036 L16.0737218,48.5430905 L16.0332339,48.3405745 L15.9522579,48.2393165 L15.8105501,48.2190649 L15.4866464,48.3810777 L15.3044505,48.6038453 Z M17.3895807,47.4697556 L17.2883608,47.7127749 L17.2478728,48.1178069 L17.2681168,53.1807075 L17.3086047,53.3832235 L17.5110446,53.5249847 L17.7337284,53.4642299 L17.9564122,53.2617139 L18.118364,52.998443 L18.19934,52.6541658 L18.179096,47.3887492 L18.138608,47.2064848 L18.0373881,47.1052268 L17.9159242,47.0647236 L17.5920205,47.246988 L17.3895807,47.4697556 Z M21.519353,44.8775505 L21.4181331,45.0800666 L21.3776452,45.4850986 L21.3978891,51.5605793 L21.4383771,51.7630953 L21.6408169,51.8846049 L21.8432568,51.8238501 L22.0861845,51.6415857 L22.2481364,51.3783149 L22.3088683,51.0340376 L22.2886244,44.7965441 L22.2481364,44.5940281 L22.1469165,44.4927701 L22.0052086,44.4725185 L21.6813049,44.6547829 L21.519353,44.8775505 Z M13.1990764,49.8999479 L13.0978565,50.1429671 L13.0776125,50.5277476 L13.0978565,55.6108997 L13.2193204,55.8944222 L13.5432241,55.8741705 L13.7659079,55.6919061 L13.9481037,55.4083837 L14.0088357,55.0641065 L13.9885917,49.8189415 L13.9481037,49.6164255 L13.8671278,49.5151674 L13.7254199,49.4949158 L13.4015162,49.6569287 L13.1990764,49.8999479 Z",
|
|
118
|
+
"fill": "#FFF",
|
|
119
|
+
"transform": "translate(2 33.6838)"
|
|
120
|
+
}, null), (0, import_vue.createVNode)("g", null, [(0, import_vue.createVNode)("path", {
|
|
121
|
+
"fill": "#F5F7FA",
|
|
122
|
+
"d": "M29.510665 101.420326L29.5407779 114.910916 29.6311167 115.603513 29.8720201 116.055207 30.1731493 116.326223 36.2559598 119.849435 35.9548306 119.578419 35.7440402 119.126725 35.6235885 118.464241 35.5934755 104.973651z",
|
|
123
|
+
"transform": "matrix(-1 0 0 1 163.315 22)"
|
|
124
|
+
}, null), (0, import_vue.createVNode)("path", {
|
|
125
|
+
"d": "M10.8707654,116.717691 L2.28858218,111.749059 L1.68632371,111.297365 L1.17440402,110.72522 L0.722710163,110.002509 L0.421580928,109.18946 L0.240903388,108.225847 L0.150564617,107.111669 L8.7327478,112.080301 L8.82308657,113.224592 L9.00376412,114.158093 L9.33500627,114.971142 L9.7565872,115.723965 L10.2685069,116.29611 L10.8707654,116.717691 Z M8.7327478,112.080301 L0.150564617,107.111669 L0,51.8544542 L8.58218319,56.8230866 L8.7327478,112.080301 Z",
|
|
126
|
+
"fill": "#DDE1EB",
|
|
127
|
+
"transform": "matrix(-1 0 0 1 163.315 22)"
|
|
128
|
+
}, null), (0, import_vue.createVNode)("path", {
|
|
129
|
+
"fill": "#F5F7FA",
|
|
130
|
+
"d": "M87.327478 5.45043915L86.6348808 5.14930991 85.8820577 4.96863237 85.0087829 4.96863237 84.1355082 5.11919699 83.2020075 5.45043915 82.1480552 5.96235885 15.8695107 44.2659975 7.25721455 39.2973651 73.565872 0.993726474 74.6198243 0.481806775 75.553325 0.150564617 76.4265997 0 77.2697616 0 78.0225847 0.180677541 78.7151819 0.481806775z",
|
|
131
|
+
"transform": "matrix(-1 0 0 1 163.315 22)"
|
|
132
|
+
}, null), (0, import_vue.createVNode)("path", {
|
|
133
|
+
"fill": "#DDE1EB",
|
|
134
|
+
"d": "M8.58218319 56.8230866L0 51.8544542 0.240903388 49.5056462 0.572145546 48.2710163 1.50564617 45.8920954 2.10790464 44.7176913 2.83061481 43.5734003 4.42659975 41.5558344 5.32998745 40.6825596 7.25721455 39.2672522 15.8393977 44.2659975 13.9422836 45.651192 13.0087829 46.5545797 11.412798 48.5721455 10.7202008 49.6863237 10.0878294 50.8607277 9.15432873 53.2396487 8.64240903 55.6787955z",
|
|
135
|
+
"transform": "matrix(-1 0 0 1 163.315 22)"
|
|
136
|
+
}, null), (0, import_vue.createVNode)("path", {
|
|
137
|
+
"fill": "#E9ECF2",
|
|
138
|
+
"d": "M82.1480552 5.96235885L83.2321205 5.45043915 84.195734 5.11919699 85.0690088 4.96863237 85.8519448 4.99874529 86.6348808 5.14930991 87.327478 5.45043915 87.9297365 5.902133 88.4416562 6.50439147 88.8632371 7.19698871 89.1643664 8.01003764 89.3450439 8.97365119 89.4353827 10.1480552 89.5859473 65.4052698 89.3450439 67.7239649 88.6223338 70.1631117 87.5081556 72.5119197 86.0627353 74.6800502 84.2860728 76.5470514 83.3525721 77.2998745 82.3588457 77.9623588 56.3412798 92.9887077 39.0263488 118.55458 38.0025094 119.578419 37.5207026 119.849435 37.0087829 120 36.587202 119.969887 36.195734 119.819322 35.9247177 119.548306 35.7139272 119.096612 35.6235885 118.464241 35.5934755 104.973651 16.0501882 116.235885 14.9962359 116.777917 14.0326223 117.079046 13.1894605 117.229611 12.3764115 117.199498 11.5934755 117.048934 10.9008783 116.747804 10.2986198 116.29611 9.7565872 115.693852 9.33500627 115.031368 9.03387704 114.218319 8.82308657 113.254705 8.7327478 112.080301 8.58218319 56.8230866 8.82308657 54.5043915 9.57590966 52.0351317 10.7202008 49.6863237 12.195734 47.5181932 13.9422836 45.651192 15.8393977 44.2659975z",
|
|
139
|
+
"transform": "matrix(-1 0 0 1 163.315 22)"
|
|
140
|
+
}, null), (0, import_vue.createVNode)("path", {
|
|
141
|
+
"d": "M72.3613551,40.1706399 L72.2107905,40.4416562 L72.1806775,41.0138018 L72.2107905,55.2572146 L72.2710163,55.5583438 L72.5420326,55.7390213 L72.8732748,55.6486826 L73.2045169,55.3776662 L73.4454203,54.9861982 L73.565872,54.4742785 L73.5056462,40.0803011 L73.4454203,39.749059 L73.2948557,39.6286073 L73.0840652,39.5984944 L72.6022585,39.8695107 L72.3613551,40.1706399 Z M69.229611,40.7427854 L69.1091593,41.0439147 L69.0489335,41.6461731 L69.0790464,57.846926 L69.1392723,58.1480552 L69.4404015,58.3287327 L69.7415307,58.238394 L70.1028858,57.9372647 L70.3437892,57.5457967 L70.4642409,57.06399 L70.4040151,40.6223338 L70.3437892,40.3513174 L70.1932246,40.2007528 L69.9824341,40.140527 L69.5006274,40.3814304 L69.229611,40.7427854 Z M53.6311167,32.3111669 L53.510665,32.4617315 L53.4504391,33.0037641 L53.4203262,34.629862 L53.5708908,84.8281054 L53.7515684,85.2797992 L54.2333752,85.2195734 L54.5947302,84.9184442 L54.8356336,84.5269762 L54.9259724,84.0451694 L54.7754078,32.1907152 L54.7151819,31.8895859 L54.5646173,31.7390213 L54.3839398,31.7089084 L53.8720201,31.9799247 L53.6311167,32.3111669 Z M78.4742785,38.9962359 L78.3237139,39.357591 L78.293601,39.9899624 L78.3237139,48.9335006 L78.3839398,49.2346299 L78.685069,49.4153074 L78.9861982,49.3249686 L79.3174404,49.0539523 L79.5884567,48.6323714 L79.6787955,48.1505646 L79.6486826,38.8757842 L79.5884567,38.574655 L79.468005,38.4240903 L79.2572146,38.3939774 L78.7754078,38.6348808 L78.4742785,38.9962359 Z M59.7139272,44.6875784 L59.7741531,65.7967378 L59.9548306,66.2484316 L60.4366374,66.1882058 L60.7678795,65.9171895 L61.0087829,65.5257215 L61.1292346,65.0138018 L61.0690088,43.9046424 L60.8883312,43.4529486 L60.4065245,43.5131744 L60.0451694,43.7841907 L59.804266,44.1756587 L59.7139272,44.6875784 Z M56.7929737,49.3851945 L56.642409,49.6863237 L56.5821832,50.2584693 L56.642409,64.140527 L56.7026349,64.4416562 L57.0037641,64.6223338 L57.3048934,64.531995 L57.6361355,64.2308657 L57.9071518,63.8393977 L57.9974906,63.357591 L57.9673777,49.2647428 L57.9071518,48.9636136 L57.7565872,48.8431619 L57.5457967,48.8130489 L57.033877,49.0840652 L56.7929737,49.3851945 Z M44.3864492,36.9485571 L44.2659975,37.1292346 L44.2057716,37.6712673 L44.1756587,39.2973651 L44.3563363,89.4956085 L44.4165621,89.7967378 L44.6875784,89.9774153 L44.9887077,89.8870765 L45.3500627,89.5859473 L45.5909661,89.1944793 L45.6813049,88.7126725 L45.5608532,36.8582183 L45.4705144,36.5269762 L45.3500627,36.4065245 L45.1392723,36.3764115 L44.6273526,36.6474279 L44.3864492,36.9485571 Z M65.9473024,44.5671267 L65.9774153,58.9611041 L66.1580928,59.412798 L66.6398996,59.3525721 L66.9711418,59.0815558 L67.2421581,58.6900878 L67.3324969,58.1781681 L67.3023839,43.7841907 L67.1217064,43.3324969 L66.6398996,43.3626098 L66.2785445,43.663739 L66.0376412,44.055207 L65.9473024,44.5671267 Z M50.5897114,28.2158093 L50.4391468,28.7879548 L50.4090339,32.9736512 L50.5897114,92.2659975 L50.6499373,92.5671267 L50.9510665,92.7478043 L51.2521957,92.6574655 L51.5834379,92.3864492 L51.8243413,91.9648683 L51.944793,91.4830615 L51.7641154,28.1254705 L51.7038896,27.7942284 L51.553325,27.6737767 L51.3425345,27.6436637 L50.8306148,27.9146801 L50.5897114,28.2158093 Z M75.3726474,39.6587202 L75.2220828,40.0200753 L75.161857,40.7728984 L75.1919699,52.1856964 L75.2521957,52.4868256 L75.553325,52.6675031 L75.8845671,52.5771644 L76.2158093,52.3061481 L76.4567127,51.9146801 L76.5771644,51.4027604 L76.5470514,39.5382685 L76.4567127,39.2371393 L76.336261,39.1166876 L76.1254705,39.0865747 L75.6135508,39.357591 L75.3726474,39.6587202 Z M62.9962359,40.6524467 L62.8757842,40.923463 L62.8155583,41.4052698 L62.7854454,42.6700125 L62.8757842,64.8933501 L62.93601,65.1944793 L63.0865747,65.3450439 L63.2672522,65.3751568 L63.5382685,65.2848181 L64.0200753,64.7728984 L64.2308657,64.1104141 L64.1706399,40.531995 L64.1104141,40.2308657 L63.9598494,40.1104141 L63.749059,40.0501882 L63.2672522,40.2910916 L62.9962359,40.6524467 Z M47.4880803,37.9422836 L47.3977415,38.153074 L47.3375157,38.6649937 L47.3074028,40.1706399 L47.4579674,86.3337516 L47.5181932,86.6348808 L47.6386449,86.7854454 L47.8494354,86.8155583 L48.391468,86.5144291 L48.7528231,85.9121706 L48.8130489,85.5508156 L48.6624843,37.8218319 L48.6022585,37.5508156 L48.4818068,37.4002509 L48.2710163,37.370138 L47.7892095,37.6110414 L47.4880803,37.9422836 Z M84.7076537,38.3036386 L84.5570891,38.7252196 L84.5269762,39.327478 L84.5269762,42.4291092 L84.587202,42.7302384 L84.8883312,42.9109159 L85.1894605,42.8205772 L85.5508156,42.5495609 L85.7917189,42.1580928 L85.9121706,41.6461731 L85.8820577,38.183187 L85.8218319,37.8820577 L85.6712673,37.7314931 L85.4604768,37.7013802 L85.0087829,37.9422836 L84.7076537,38.3036386 Z M81.6060226,39.4178168 L81.455458,39.8695107 L81.3952321,40.7126725 L81.425345,46.1329987 L81.6060226,46.5846926 L82.0878294,46.5244668 L82.4491844,46.2534504 L82.6900878,45.8318695 L82.7804266,45.3500627 L82.7804266,39.327478 L82.6900878,38.9962359 L82.5395232,38.8456713 L82.3287327,38.8155583 L81.846926,39.1166876 L81.6060226,39.4178168 Z M38.2132999,53.510665 L38.0928482,53.7515684 L38.0025094,54.2634881 L38.0025094,55.6787955 L38.0928482,81.455458 L38.2735257,81.9071518 L38.7553325,81.846926 L39.0865747,81.5759097 L39.327478,81.1844417 L39.4479297,80.672522 L39.357591,53.3902133 L39.2973651,53.119197 L39.1769134,52.9686324 L38.966123,52.9084065 L38.4843162,53.1493099 L38.2132999,53.510665 Z M41.2848181,41.5558344 L41.1643664,41.7365119 L41.1041405,42.2785445 L41.0740276,43.7841907 L41.2245922,89.9473024 L41.2848181,90.2484316 L41.5859473,90.4291092 L41.8870765,90.3387704 L42.2183187,90.0677541 L42.489335,89.6461731 L42.5796738,89.1643664 L42.4592221,41.4353827 L42.3688833,41.1342535 L42.2484316,40.9836888 L42.0376412,40.9535759 L41.5558344,41.1944793 L41.2848181,41.5558344 Z M28.9084065,69.9523212 L28.727729,70.4040151 L28.6976161,71.217064 L28.6976161,76.6675031 L28.8782936,77.119197 L29.3902133,77.0589711 L29.7214555,76.7879548 L29.9623588,76.3964868 L30.0828105,75.8845671 L30.0526976,69.8619824 L29.9924718,69.5608532 L29.8419072,69.4102886 L29.6311167,69.3801757 L29.1493099,69.651192 L28.9084065,69.9523212 Z M16.5621079,78.685069 L16.3814304,79.076537 L16.3513174,79.6486826 L16.4115433,83.1116688 L16.7126725,83.2923463 L17.0138018,83.2020075 L17.3751568,82.9309912 L17.6160602,82.5094103 L17.706399,82.0276035 L17.706399,78.5646173 L17.6461731,78.2634881 L17.4956085,78.1129235 L17.0740276,78.1430364 L16.5621079,78.685069 Z M35.0815558,60.7979925 L34.9611041,61.0991217 L34.9008783,61.6712673 L34.9611041,77.6612296 L35.02133,77.9623588 L35.1417817,78.1129235 L35.2923463,78.1430364 L35.6235885,78.0526976 L35.9548306,77.7816813 L36.2258469,77.3601004 L36.3161857,76.8782936 L36.2559598,60.6775408 L36.195734,60.3764115 L36.0752823,60.2559598 L35.8644918,60.195734 L35.3826851,60.4366374 L35.0815558,60.7979925 Z M22.7653701,72.2710163 L22.6148055,72.6624843 L22.5545797,73.2948557 L22.5846926,81.3350063 L22.7653701,81.7867001 L23.2471769,81.7264743 L23.608532,81.455458 L23.8494354,81.033877 L23.9397742,80.5520703 L23.9096612,72.1806775 L23.8494354,71.8795483 L23.7289837,71.7289837 L23.5181932,71.6988708 L23.0363864,71.9397742 L22.7653701,72.2710163 Z M25.8670013,70.5846926 L25.7164366,70.9460477 L25.6562108,71.5483061 L25.6863237,79.076537 L25.7465496,79.3776662 L26.0476788,79.5884567 L26.378921,79.4981179 L26.7101631,79.1969887 L26.9510665,78.8055207 L27.0715182,78.293601 L27.0414053,70.4642409 L26.9811794,70.1932246 L26.8306148,70.04266 L26.6499373,69.9824341 L26.1681305,70.2534504 L25.8670013,70.5846926 Z M32.0100376,66.7302384 L31.859473,67.0313676 L31.7992472,67.6336261 L31.8293601,76.6675031 L31.8895859,76.9686324 L32.1907152,77.1493099 L32.4918444,77.0589711 L32.8531995,76.7879548 L33.0941029,76.3964868 L33.1844417,75.8845671 L33.1543287,66.6097867 L33.0941029,66.3086575 L32.9435383,66.1580928 L32.7327478,66.1279799 L32.250941,66.3989962 L32.0100376,66.7302384 Z M19.6336261,74.1982434 L19.4830615,74.5595985 L19.4529486,75.131744 L19.4830615,82.6900878 L19.663739,83.1116688 L20.1455458,83.0815558 L20.476788,82.8105395 L20.7478043,82.3889586 L20.838143,81.8770389 L20.8080301,74.0777917 L20.7478043,73.7766625 L20.6273526,73.6260979 L20.4165621,73.5959849 L19.9347553,73.8368883 L19.6336261,74.1982434 Z",
|
|
142
|
+
"fill": "#FFF",
|
|
143
|
+
"transform": "matrix(-1 0 0 1 163.315 22)"
|
|
144
|
+
}, null)])])]);
|
|
145
|
+
const genTitle = () => {
|
|
146
|
+
if (slots.title) {
|
|
147
|
+
return slots.title();
|
|
148
|
+
}
|
|
149
|
+
return (0, import_vue.createVNode)("div", {
|
|
150
|
+
"class": [bem("header"), "zt-hairline--bottom"]
|
|
151
|
+
}, [(0, import_vue.createVNode)("div", {
|
|
152
|
+
"class": ["zt-ellipsis", bem("title")]
|
|
153
|
+
}, [props.title ? props.title : "\u8BED\u97F3\u8F93\u5165"]), (0, import_vue.createVNode)("div", {
|
|
154
|
+
"class": bem("close"),
|
|
155
|
+
"onClick": onClose
|
|
156
|
+
}, [(0, import_vue.createVNode)(import_icon.default, {
|
|
157
|
+
"name": "clear",
|
|
158
|
+
"size": "24"
|
|
159
|
+
}, null)])]);
|
|
160
|
+
};
|
|
161
|
+
const onContextmenu = (e) => {
|
|
162
|
+
e.preventDefault();
|
|
163
|
+
};
|
|
164
|
+
const onTouchstart = () => {
|
|
165
|
+
isPlaying.value = true;
|
|
166
|
+
startRecording();
|
|
167
|
+
};
|
|
168
|
+
const onTouchend = () => {
|
|
169
|
+
isPlaying.value = false;
|
|
170
|
+
stopRecording();
|
|
171
|
+
};
|
|
172
|
+
const renderPlay = () => {
|
|
173
|
+
const text = props.value ? props.value : "\u8BF7\u8BF4\u8BDD";
|
|
174
|
+
return (0, import_vue.createVNode)("div", {
|
|
175
|
+
"class": bem("text")
|
|
176
|
+
}, [text, (0, import_vue.createVNode)("div", {
|
|
177
|
+
"class": bem("loading")
|
|
178
|
+
}, [(0, import_vue.createVNode)("div", null, null), (0, import_vue.createVNode)("div", null, null), (0, import_vue.createVNode)("div", null, null)])]);
|
|
179
|
+
};
|
|
180
|
+
const onInput = (value) => {
|
|
181
|
+
modelValue.value = value;
|
|
182
|
+
};
|
|
183
|
+
const renderText = () => {
|
|
184
|
+
if (props.value) {
|
|
185
|
+
return (0, import_vue.createVNode)("div", {
|
|
186
|
+
"class": bem("text")
|
|
187
|
+
}, [(0, import_vue.createVNode)(import_field.default, {
|
|
188
|
+
"modelValue": modelValue.value,
|
|
189
|
+
"type": "textarea",
|
|
190
|
+
"rows": "12",
|
|
191
|
+
"label": "",
|
|
192
|
+
"placeholder": "",
|
|
193
|
+
"onUpdate:modelValue": onInput
|
|
194
|
+
}, null)]);
|
|
195
|
+
}
|
|
196
|
+
return (0, import_vue.createVNode)("div", {
|
|
197
|
+
"class": bem("empty")
|
|
198
|
+
}, [emptyIcon()]);
|
|
199
|
+
};
|
|
200
|
+
const genBody = () => {
|
|
201
|
+
return (0, import_vue.createVNode)("div", {
|
|
202
|
+
"class": bem("body")
|
|
203
|
+
}, [isPlaying.value ? renderPlay() : renderText(), (0, import_vue.createVNode)("div", {
|
|
204
|
+
"class": bem("tips")
|
|
205
|
+
}, [!isPlaying.value ? "\u6309\u4F4F\u8BF4\u8BDD" : " "]), (0, import_vue.createVNode)("div", {
|
|
206
|
+
"class": bem("footer")
|
|
207
|
+
}, [props.value && (0, import_vue.createVNode)("div", {
|
|
208
|
+
"class": bem("clear"),
|
|
209
|
+
"onClick": onClear
|
|
210
|
+
}, [(0, import_vue.createTextVNode)("\u6E05\u7A7A")]), (0, import_vue.createVNode)("div", {
|
|
211
|
+
"onContextmenu": onContextmenu,
|
|
212
|
+
"class": [bem("btn"), isPlaying.value ? bem("btn", "active") : ""],
|
|
213
|
+
"onTouchstart": onTouchstart,
|
|
214
|
+
"onTouchend": onTouchend,
|
|
215
|
+
"onTouchcancel": onTouchend
|
|
216
|
+
}, [(0, import_vue.createVNode)(import_icon.default, {
|
|
217
|
+
"name": "microphone",
|
|
218
|
+
"size": "32"
|
|
219
|
+
}, null)]), props.value && (0, import_vue.createVNode)("div", {
|
|
220
|
+
"class": bem("confirm"),
|
|
221
|
+
"onClick": onConfirm
|
|
222
|
+
}, [(0, import_vue.createTextVNode)("\u786E\u5B9A")])])]);
|
|
223
|
+
};
|
|
224
|
+
const renderspeechRecognizer = () => (0, import_vue.createVNode)("div", {
|
|
225
|
+
"class": bem()
|
|
226
|
+
}, [genTitle(), (0, import_vue.createTextVNode)(" "), genBody()]);
|
|
227
|
+
return () => (0, import_vue.createVNode)(import_popup.default, {
|
|
228
|
+
"show": currentShow.value,
|
|
229
|
+
"onUpdate:show": [($event) => currentShow.value = $event, updateShow],
|
|
230
|
+
"round": true,
|
|
231
|
+
"position": "bottom",
|
|
232
|
+
"closeOnPopstate": props.closeOnPopstate,
|
|
233
|
+
"closeOnClickOverlay": props.closeOnClickOverlay
|
|
234
|
+
}, {
|
|
235
|
+
default: renderspeechRecognizer
|
|
236
|
+
});
|
|
237
|
+
}
|
|
238
|
+
});
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
@keyframes ball-beat{50%{opacity:.2;transform:scale(.75)}to{opacity:1;transform:scale(1)}}@keyframes breathe-btn{0%{border:1px solid #F0F9FF}50%{border:6px solid #D6EDFF}to{border:13px solid #ADD8FF}}.zt-speech-recognizer__loading{position:relative;box-sizing:border-box;width:54px;height:18px;line-height:18px;display:inline-flex;font-size:0;color:#000;padding-left:8px}.zt-speech-recognizer__loading.la-dark{color:#333}.zt-speech-recognizer__loading>div{position:relative;box-sizing:border-box;display:inline-block;float:none;background-color:currentColor;border:0 solid currentColor;width:8px;height:8px;margin:4px;border-radius:100%;animation:ball-beat .7s -.15s infinite linear}.zt-speech-recognizer__loading>div:nth-child(2n-1){animation-delay:-.5s}.zt-speech-recognizer__empty{width:164px;height:164px;margin:60px auto 30px}.zt-speech-recognizer__tips{height:22px;text-align:center;color:var(--zt-text-color)}.zt-speech-recognizer__btn{display:flex;align-items:center;justify-content:center;color:#fff;width:64px;height:64px;background-image:linear-gradient(-45deg,#85C0FF 0%,#3388FF 100%);border-radius:50%;margin:0 auto}.zt-speech-recognizer__btn--active{animation:breathe-btn .75s -.15s infinite linear}.zt-speech-recognizer__header{display:flex;justify-content:space-between}.zt-speech-recognizer__close{display:flex;align-items:center;justify-content:center;margin-right:16px}.zt-speech-recognizer__close .zt-icon{color:var(--zt-gray-5);width:24px;height:24px}.zt-speech-recognizer__text{height:254px;overflow-y:scroll;color:var(--zt-text-color)}.zt-speech-recognizer__text .zt-field,.zt-speech-recognizer__text .zt-field__value{padding:0}.zt-speech-recognizer__text .zt-field:after,.zt-speech-recognizer__text .zt-field__value:after{display:none}.zt-speech-recognizer__text .zt-field__control{font-size:var(--zt-font-size-lg)}.zt-speech-recognizer__body{padding:12px 16px}.zt-speech-recognizer__footer{display:flex;align-items:center;padding:20px 0;height:130px;box-sizing:border-box}.zt-speech-recognizer__clear{width:100px;text-align:center}.zt-speech-recognizer__confirm{color:var(--zt-primary-color);width:100px;text-align:center}.zt-speech-recognizer__title{position:relative;height:44px;line-height:44px;color:var(--zt-text-color);font-weight:700;padding-left:var(--zt-padding-md)}.zt-speech-recognizer__title:before{position:absolute;left:0;top:14px;content:"";width:4px;height:16px;background:var(--zt-primary-color)}
|
|
@@ -0,0 +1,43 @@
|
|
|
1
|
+
import { speechRecognizerProps } from './SpeechRecognizer';
|
|
2
|
+
export declare const SpeechRecognizer: import("../utils").WithInstall<import("vue").DefineComponent<import("vue").ExtractPropTypes<{
|
|
3
|
+
title: StringConstructor;
|
|
4
|
+
value: StringConstructor;
|
|
5
|
+
show: BooleanConstructor;
|
|
6
|
+
closeOnPopstate: {
|
|
7
|
+
type: BooleanConstructor;
|
|
8
|
+
default: true;
|
|
9
|
+
};
|
|
10
|
+
closeOnClickOverlay: {
|
|
11
|
+
type: BooleanConstructor;
|
|
12
|
+
default: true;
|
|
13
|
+
};
|
|
14
|
+
}>, () => import("vue/jsx-runtime").JSX.Element, {}, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, ("change" | "close" | "update:show" | "confirm" | "update:value")[], "change" | "close" | "update:show" | "confirm" | "update:value", import("vue").PublicProps, Readonly<import("vue").ExtractPropTypes<{
|
|
15
|
+
title: StringConstructor;
|
|
16
|
+
value: StringConstructor;
|
|
17
|
+
show: BooleanConstructor;
|
|
18
|
+
closeOnPopstate: {
|
|
19
|
+
type: BooleanConstructor;
|
|
20
|
+
default: true;
|
|
21
|
+
};
|
|
22
|
+
closeOnClickOverlay: {
|
|
23
|
+
type: BooleanConstructor;
|
|
24
|
+
default: true;
|
|
25
|
+
};
|
|
26
|
+
}>> & Readonly<{
|
|
27
|
+
onChange?: ((...args: any[]) => any) | undefined;
|
|
28
|
+
onClose?: ((...args: any[]) => any) | undefined;
|
|
29
|
+
"onUpdate:show"?: ((...args: any[]) => any) | undefined;
|
|
30
|
+
onConfirm?: ((...args: any[]) => any) | undefined;
|
|
31
|
+
"onUpdate:value"?: ((...args: any[]) => any) | undefined;
|
|
32
|
+
}>, {
|
|
33
|
+
show: boolean;
|
|
34
|
+
closeOnClickOverlay: boolean;
|
|
35
|
+
closeOnPopstate: boolean;
|
|
36
|
+
}, {}, {}, {}, string, import("vue").ComponentProvideOptions, true, {}, any>>;
|
|
37
|
+
export default SpeechRecognizer;
|
|
38
|
+
export type { speechRecognizerProps };
|
|
39
|
+
declare module 'vue' {
|
|
40
|
+
interface GlobalComponents {
|
|
41
|
+
ZtSpeechRecognizer: typeof SpeechRecognizer;
|
|
42
|
+
}
|
|
43
|
+
}
|
|
@@ -0,0 +1,37 @@
|
|
|
1
|
+
var __create = Object.create;
|
|
2
|
+
var __defProp = Object.defineProperty;
|
|
3
|
+
var __getOwnPropDesc = Object.getOwnPropertyDescriptor;
|
|
4
|
+
var __getOwnPropNames = Object.getOwnPropertyNames;
|
|
5
|
+
var __getProtoOf = Object.getPrototypeOf;
|
|
6
|
+
var __hasOwnProp = Object.prototype.hasOwnProperty;
|
|
7
|
+
var __export = (target, all) => {
|
|
8
|
+
for (var name in all)
|
|
9
|
+
__defProp(target, name, { get: all[name], enumerable: true });
|
|
10
|
+
};
|
|
11
|
+
var __copyProps = (to, from, except, desc) => {
|
|
12
|
+
if (from && typeof from === "object" || typeof from === "function") {
|
|
13
|
+
for (let key of __getOwnPropNames(from))
|
|
14
|
+
if (!__hasOwnProp.call(to, key) && key !== except)
|
|
15
|
+
__defProp(to, key, { get: () => from[key], enumerable: !(desc = __getOwnPropDesc(from, key)) || desc.enumerable });
|
|
16
|
+
}
|
|
17
|
+
return to;
|
|
18
|
+
};
|
|
19
|
+
var __toESM = (mod, isNodeMode, target) => (target = mod != null ? __create(__getProtoOf(mod)) : {}, __copyProps(
|
|
20
|
+
// If the importer is in node compatibility mode or this is not an ESM
|
|
21
|
+
// file that has been converted to a CommonJS file using a Babel-
|
|
22
|
+
// compatible transform (i.e. "__esModule" has not been set), then set
|
|
23
|
+
// "default" to the CommonJS "module.exports" for node compatibility.
|
|
24
|
+
isNodeMode || !mod || !mod.__esModule ? __defProp(target, "default", { value: mod, enumerable: true }) : target,
|
|
25
|
+
mod
|
|
26
|
+
));
|
|
27
|
+
var __toCommonJS = (mod) => __copyProps(__defProp({}, "__esModule", { value: true }), mod);
|
|
28
|
+
var stdin_exports = {};
|
|
29
|
+
__export(stdin_exports, {
|
|
30
|
+
SpeechRecognizer: () => SpeechRecognizer,
|
|
31
|
+
default: () => stdin_default
|
|
32
|
+
});
|
|
33
|
+
module.exports = __toCommonJS(stdin_exports);
|
|
34
|
+
var import_utils = require("../utils");
|
|
35
|
+
var import_SpeechRecognizer = __toESM(require("./SpeechRecognizer"));
|
|
36
|
+
const SpeechRecognizer = (0, import_utils.withInstall)(import_SpeechRecognizer.default);
|
|
37
|
+
var stdin_default = SpeechRecognizer;
|
|
@@ -0,0 +1,53 @@
|
|
|
1
|
+
export declare function useRecorder(emit: any): {
|
|
2
|
+
startRecording: () => Promise<void>;
|
|
3
|
+
stopRecording: () => void;
|
|
4
|
+
recordedBlobs: import("vue").Ref<(string | {
|
|
5
|
+
readonly size: number;
|
|
6
|
+
readonly type: string;
|
|
7
|
+
arrayBuffer: () => Promise<ArrayBuffer>;
|
|
8
|
+
slice: (start?: number | undefined, end?: number | undefined, contentType?: string | undefined) => Blob;
|
|
9
|
+
stream: () => ReadableStream<Uint8Array>;
|
|
10
|
+
text: () => Promise<string>;
|
|
11
|
+
} | {
|
|
12
|
+
readonly byteLength: number;
|
|
13
|
+
slice: (begin: number, end?: number | undefined) => ArrayBuffer;
|
|
14
|
+
readonly [Symbol.toStringTag]: string;
|
|
15
|
+
} | {
|
|
16
|
+
buffer: {
|
|
17
|
+
readonly byteLength: number;
|
|
18
|
+
slice: (begin: number, end?: number | undefined) => ArrayBuffer;
|
|
19
|
+
readonly [Symbol.toStringTag]: string;
|
|
20
|
+
} | {
|
|
21
|
+
readonly byteLength: number;
|
|
22
|
+
slice: (begin: number, end?: number | undefined) => SharedArrayBuffer;
|
|
23
|
+
readonly [Symbol.species]: SharedArrayBuffer;
|
|
24
|
+
readonly [Symbol.toStringTag]: "SharedArrayBuffer";
|
|
25
|
+
};
|
|
26
|
+
byteLength: number;
|
|
27
|
+
byteOffset: number;
|
|
28
|
+
})[], BlobPart[] | (string | {
|
|
29
|
+
readonly size: number;
|
|
30
|
+
readonly type: string;
|
|
31
|
+
arrayBuffer: () => Promise<ArrayBuffer>;
|
|
32
|
+
slice: (start?: number | undefined, end?: number | undefined, contentType?: string | undefined) => Blob;
|
|
33
|
+
stream: () => ReadableStream<Uint8Array>;
|
|
34
|
+
text: () => Promise<string>;
|
|
35
|
+
} | {
|
|
36
|
+
readonly byteLength: number;
|
|
37
|
+
slice: (begin: number, end?: number | undefined) => ArrayBuffer;
|
|
38
|
+
readonly [Symbol.toStringTag]: string;
|
|
39
|
+
} | {
|
|
40
|
+
buffer: {
|
|
41
|
+
readonly byteLength: number;
|
|
42
|
+
slice: (begin: number, end?: number | undefined) => ArrayBuffer;
|
|
43
|
+
readonly [Symbol.toStringTag]: string;
|
|
44
|
+
} | {
|
|
45
|
+
readonly byteLength: number;
|
|
46
|
+
slice: (begin: number, end?: number | undefined) => SharedArrayBuffer;
|
|
47
|
+
readonly [Symbol.species]: SharedArrayBuffer;
|
|
48
|
+
readonly [Symbol.toStringTag]: "SharedArrayBuffer";
|
|
49
|
+
};
|
|
50
|
+
byteLength: number;
|
|
51
|
+
byteOffset: number;
|
|
52
|
+
})[]>;
|
|
53
|
+
};
|
|
@@ -0,0 +1,94 @@
|
|
|
1
|
+
var __defProp = Object.defineProperty;
|
|
2
|
+
var __getOwnPropDesc = Object.getOwnPropertyDescriptor;
|
|
3
|
+
var __getOwnPropNames = Object.getOwnPropertyNames;
|
|
4
|
+
var __hasOwnProp = Object.prototype.hasOwnProperty;
|
|
5
|
+
var __export = (target, all) => {
|
|
6
|
+
for (var name in all)
|
|
7
|
+
__defProp(target, name, { get: all[name], enumerable: true });
|
|
8
|
+
};
|
|
9
|
+
var __copyProps = (to, from, except, desc) => {
|
|
10
|
+
if (from && typeof from === "object" || typeof from === "function") {
|
|
11
|
+
for (let key of __getOwnPropNames(from))
|
|
12
|
+
if (!__hasOwnProp.call(to, key) && key !== except)
|
|
13
|
+
__defProp(to, key, { get: () => from[key], enumerable: !(desc = __getOwnPropDesc(from, key)) || desc.enumerable });
|
|
14
|
+
}
|
|
15
|
+
return to;
|
|
16
|
+
};
|
|
17
|
+
var __toCommonJS = (mod) => __copyProps(__defProp({}, "__esModule", { value: true }), mod);
|
|
18
|
+
var __async = (__this, __arguments, generator) => {
|
|
19
|
+
return new Promise((resolve, reject) => {
|
|
20
|
+
var fulfilled = (value) => {
|
|
21
|
+
try {
|
|
22
|
+
step(generator.next(value));
|
|
23
|
+
} catch (e) {
|
|
24
|
+
reject(e);
|
|
25
|
+
}
|
|
26
|
+
};
|
|
27
|
+
var rejected = (value) => {
|
|
28
|
+
try {
|
|
29
|
+
step(generator.throw(value));
|
|
30
|
+
} catch (e) {
|
|
31
|
+
reject(e);
|
|
32
|
+
}
|
|
33
|
+
};
|
|
34
|
+
var step = (x) => x.done ? resolve(x.value) : Promise.resolve(x.value).then(fulfilled, rejected);
|
|
35
|
+
step((generator = generator.apply(__this, __arguments)).next());
|
|
36
|
+
});
|
|
37
|
+
};
|
|
38
|
+
var stdin_exports = {};
|
|
39
|
+
__export(stdin_exports, {
|
|
40
|
+
useRecorder: () => useRecorder
|
|
41
|
+
});
|
|
42
|
+
module.exports = __toCommonJS(stdin_exports);
|
|
43
|
+
var import_vue = require("vue");
|
|
44
|
+
var import_toast = require("../toast");
|
|
45
|
+
function useRecorder(emit) {
|
|
46
|
+
const recordedBlobs = (0, import_vue.ref)([]);
|
|
47
|
+
const mediaRecorder = (0, import_vue.ref)();
|
|
48
|
+
if (!navigator.mediaDevices) {
|
|
49
|
+
navigator.mediaDevices = {};
|
|
50
|
+
}
|
|
51
|
+
if (!navigator.mediaDevices.getUserMedia) {
|
|
52
|
+
navigator.mediaDevices.getUserMedia = function(constraints) {
|
|
53
|
+
const getUserMedia = navigator.getUserMedia || navigator.webkitGetUserMedia || navigator.mozGetUserMedia || navigator.msGetUserMedia;
|
|
54
|
+
if (!getUserMedia) {
|
|
55
|
+
(0, import_toast.showFailToast)("\u6D4F\u89C8\u5668\u4E0D\u652F\u6301getUserMedia");
|
|
56
|
+
return Promise.reject(new Error("\u60A8\u7684\u6D4F\u89C8\u5668\u6682\u4E0D\u652F\u6301 getUserMedia !"));
|
|
57
|
+
}
|
|
58
|
+
return new Promise(
|
|
59
|
+
(resolve, reject) => getUserMedia.call(navigator, constraints, resolve, reject)
|
|
60
|
+
);
|
|
61
|
+
};
|
|
62
|
+
}
|
|
63
|
+
function convertBlobToBase64(blob) {
|
|
64
|
+
const reader = new FileReader();
|
|
65
|
+
reader.onloadend = () => {
|
|
66
|
+
var _a;
|
|
67
|
+
const base64String = (_a = reader.result) == null ? void 0 : _a.split(",")[1];
|
|
68
|
+
emit("change", base64String);
|
|
69
|
+
};
|
|
70
|
+
reader.readAsDataURL(blob);
|
|
71
|
+
}
|
|
72
|
+
function startRecording() {
|
|
73
|
+
return __async(this, null, function* () {
|
|
74
|
+
const stream = yield navigator.mediaDevices.getUserMedia({ audio: true });
|
|
75
|
+
mediaRecorder.value = new MediaRecorder(stream);
|
|
76
|
+
recordedBlobs.value = [];
|
|
77
|
+
mediaRecorder.value.ondataavailable = (event) => {
|
|
78
|
+
if (event.data && event.data.size > 0) {
|
|
79
|
+
recordedBlobs.value.push(event.data);
|
|
80
|
+
const blob = new Blob(recordedBlobs.value, { type: "audio/wav" });
|
|
81
|
+
convertBlobToBase64(blob);
|
|
82
|
+
}
|
|
83
|
+
};
|
|
84
|
+
mediaRecorder.value.start();
|
|
85
|
+
});
|
|
86
|
+
}
|
|
87
|
+
function stopRecording() {
|
|
88
|
+
var _a, _b;
|
|
89
|
+
(_a = mediaRecorder.value) == null ? void 0 : _a.stop();
|
|
90
|
+
(_b = mediaRecorder.value) == null ? void 0 : _b.stream.getTracks().forEach((track) => track.stop());
|
|
91
|
+
mediaRecorder.value = void 0;
|
|
92
|
+
}
|
|
93
|
+
return { startRecording, stopRecording, recordedBlobs };
|
|
94
|
+
}
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
export {};
|
|
@@ -0,0 +1,10 @@
|
|
|
1
|
+
require("../../style/base.css");
|
|
2
|
+
require("../../badge/index.css");
|
|
3
|
+
require("../../icon/index.css");
|
|
4
|
+
require("../../overlay/index.css");
|
|
5
|
+
require("../../popup/index.css");
|
|
6
|
+
require("../../loading/index.css");
|
|
7
|
+
require("../../toast/index.css");
|
|
8
|
+
require("../../cell/index.css");
|
|
9
|
+
require("../../field/index.css");
|
|
10
|
+
require("../index.css");
|
|
File without changes
|
|
File without changes
|