vue-audio-ui 0.1.5 → 0.1.6
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/src/lib/v-a-analog-meter.vue.d.ts +3 -9
- package/dist/src/lib/v-a-digital-meter-stereo.vue.d.ts +4 -16
- package/dist/src/lib/v-a-digital-meter.vue.d.ts +3 -9
- package/dist/src/lib/v-a-mod-matrix.vue.d.ts +2 -8
- package/dist/src/lib/v-a-oscilloscope.vue.d.ts +2 -8
- package/dist/src/lib/v-a-spectrum-analyzer.vue.d.ts +2 -8
- package/dist/vue-audio-ui.cjs +5 -5
- package/dist/vue-audio-ui.css +1 -1
- package/dist/vue-audio-ui.js +196 -181
- package/dist/vue-audio-ui.umd.cjs +6 -6
- package/package.json +3 -6
|
@@ -3,10 +3,7 @@ import { AnalogMeterType } from '../types/vue-audio-ui-types';
|
|
|
3
3
|
declare const _default: import('vue').DefineComponent<import('vue').ExtractPropTypes<{
|
|
4
4
|
input: {
|
|
5
5
|
required: false;
|
|
6
|
-
type:
|
|
7
|
-
new (): AudioNode;
|
|
8
|
-
prototype: AudioNode;
|
|
9
|
-
};
|
|
6
|
+
type: ObjectConstructor;
|
|
10
7
|
default: undefined;
|
|
11
8
|
};
|
|
12
9
|
type: {
|
|
@@ -31,10 +28,7 @@ declare const _default: import('vue').DefineComponent<import('vue').ExtractPropT
|
|
|
31
28
|
}, {}, {}, {}, import('vue').ComponentOptionsMixin, import('vue').ComponentOptionsMixin, {}, string, import('vue').PublicProps, Readonly<import('vue').ExtractPropTypes<{
|
|
32
29
|
input: {
|
|
33
30
|
required: false;
|
|
34
|
-
type:
|
|
35
|
-
new (): AudioNode;
|
|
36
|
-
prototype: AudioNode;
|
|
37
|
-
};
|
|
31
|
+
type: ObjectConstructor;
|
|
38
32
|
default: undefined;
|
|
39
33
|
};
|
|
40
34
|
type: {
|
|
@@ -53,7 +47,7 @@ declare const _default: import('vue').DefineComponent<import('vue').ExtractPropT
|
|
|
53
47
|
default: number;
|
|
54
48
|
};
|
|
55
49
|
}>> & Readonly<{}>, {
|
|
56
|
-
input:
|
|
50
|
+
input: Record<string, any>;
|
|
57
51
|
type: AnalogMeterType;
|
|
58
52
|
fftSize: number;
|
|
59
53
|
width: number;
|
|
@@ -3,17 +3,11 @@ import { DigitalMeterType } from '../types/vue-audio-ui-types';
|
|
|
3
3
|
declare const _default: import('vue').DefineComponent<import('vue').ExtractPropTypes<{
|
|
4
4
|
leftInput: {
|
|
5
5
|
required: false;
|
|
6
|
-
type:
|
|
7
|
-
new (): AudioNode;
|
|
8
|
-
prototype: AudioNode;
|
|
9
|
-
};
|
|
6
|
+
type: ObjectConstructor;
|
|
10
7
|
};
|
|
11
8
|
rightInput: {
|
|
12
9
|
required: false;
|
|
13
|
-
type:
|
|
14
|
-
new (): AudioNode;
|
|
15
|
-
prototype: AudioNode;
|
|
16
|
-
};
|
|
10
|
+
type: ObjectConstructor;
|
|
17
11
|
};
|
|
18
12
|
type: {
|
|
19
13
|
required: false;
|
|
@@ -66,17 +60,11 @@ declare const _default: import('vue').DefineComponent<import('vue').ExtractPropT
|
|
|
66
60
|
}>, {}, {}, {}, {}, import('vue').ComponentOptionsMixin, import('vue').ComponentOptionsMixin, {}, string, import('vue').PublicProps, Readonly<import('vue').ExtractPropTypes<{
|
|
67
61
|
leftInput: {
|
|
68
62
|
required: false;
|
|
69
|
-
type:
|
|
70
|
-
new (): AudioNode;
|
|
71
|
-
prototype: AudioNode;
|
|
72
|
-
};
|
|
63
|
+
type: ObjectConstructor;
|
|
73
64
|
};
|
|
74
65
|
rightInput: {
|
|
75
66
|
required: false;
|
|
76
|
-
type:
|
|
77
|
-
new (): AudioNode;
|
|
78
|
-
prototype: AudioNode;
|
|
79
|
-
};
|
|
67
|
+
type: ObjectConstructor;
|
|
80
68
|
};
|
|
81
69
|
type: {
|
|
82
70
|
required: false;
|
|
@@ -3,10 +3,7 @@ import { DigitalMeterType } from '../types/vue-audio-ui-types';
|
|
|
3
3
|
declare const _default: import('vue').DefineComponent<import('vue').ExtractPropTypes<{
|
|
4
4
|
input: {
|
|
5
5
|
required: false;
|
|
6
|
-
type:
|
|
7
|
-
new (): AudioNode;
|
|
8
|
-
prototype: AudioNode;
|
|
9
|
-
};
|
|
6
|
+
type: ObjectConstructor;
|
|
10
7
|
default: undefined;
|
|
11
8
|
};
|
|
12
9
|
type: {
|
|
@@ -77,10 +74,7 @@ declare const _default: import('vue').DefineComponent<import('vue').ExtractPropT
|
|
|
77
74
|
}, import('vue').ComponentOptionsMixin, import('vue').ComponentOptionsMixin, {}, string, import('vue').PublicProps, Readonly<import('vue').ExtractPropTypes<{
|
|
78
75
|
input: {
|
|
79
76
|
required: false;
|
|
80
|
-
type:
|
|
81
|
-
new (): AudioNode;
|
|
82
|
-
prototype: AudioNode;
|
|
83
|
-
};
|
|
77
|
+
type: ObjectConstructor;
|
|
84
78
|
default: undefined;
|
|
85
79
|
};
|
|
86
80
|
type: {
|
|
@@ -130,7 +124,7 @@ declare const _default: import('vue').DefineComponent<import('vue').ExtractPropT
|
|
|
130
124
|
default: string;
|
|
131
125
|
};
|
|
132
126
|
}>> & Readonly<{}>, {
|
|
133
|
-
input:
|
|
127
|
+
input: Record<string, any>;
|
|
134
128
|
type: DigitalMeterType;
|
|
135
129
|
fftSize: number;
|
|
136
130
|
width: number;
|
|
@@ -21,10 +21,7 @@ declare const _default: import('vue').DefineComponent<import('vue').ExtractPropT
|
|
|
21
21
|
required: true;
|
|
22
22
|
};
|
|
23
23
|
loggerNode: {
|
|
24
|
-
type:
|
|
25
|
-
new (): AudioNode;
|
|
26
|
-
prototype: AudioNode;
|
|
27
|
-
};
|
|
24
|
+
type: ObjectConstructor;
|
|
28
25
|
required: false;
|
|
29
26
|
};
|
|
30
27
|
}>, {}, {}, {}, {}, import('vue').ComponentOptionsMixin, import('vue').ComponentOptionsMixin, {}, string, import('vue').PublicProps, Readonly<import('vue').ExtractPropTypes<{
|
|
@@ -37,10 +34,7 @@ declare const _default: import('vue').DefineComponent<import('vue').ExtractPropT
|
|
|
37
34
|
required: true;
|
|
38
35
|
};
|
|
39
36
|
loggerNode: {
|
|
40
|
-
type:
|
|
41
|
-
new (): AudioNode;
|
|
42
|
-
prototype: AudioNode;
|
|
43
|
-
};
|
|
37
|
+
type: ObjectConstructor;
|
|
44
38
|
required: false;
|
|
45
39
|
};
|
|
46
40
|
}>> & Readonly<{}>, {}, {}, {}, {}, string, import('vue').ComponentProvideOptions, true, {}, HTMLDivElement>;
|
|
@@ -1,9 +1,6 @@
|
|
|
1
1
|
declare const _default: import('vue').DefineComponent<import('vue').ExtractPropTypes<{
|
|
2
2
|
input: {
|
|
3
|
-
type:
|
|
4
|
-
new (): AudioNode;
|
|
5
|
-
prototype: AudioNode;
|
|
6
|
-
};
|
|
3
|
+
type: ObjectConstructor;
|
|
7
4
|
required: false;
|
|
8
5
|
};
|
|
9
6
|
width: {
|
|
@@ -27,10 +24,7 @@ declare const _default: import('vue').DefineComponent<import('vue').ExtractPropT
|
|
|
27
24
|
};
|
|
28
25
|
}>, {}, {}, {}, {}, import('vue').ComponentOptionsMixin, import('vue').ComponentOptionsMixin, {}, string, import('vue').PublicProps, Readonly<import('vue').ExtractPropTypes<{
|
|
29
26
|
input: {
|
|
30
|
-
type:
|
|
31
|
-
new (): AudioNode;
|
|
32
|
-
prototype: AudioNode;
|
|
33
|
-
};
|
|
27
|
+
type: ObjectConstructor;
|
|
34
28
|
required: false;
|
|
35
29
|
};
|
|
36
30
|
width: {
|
|
@@ -3,10 +3,7 @@ type FillStyleType = "solid" | "lines" | "none";
|
|
|
3
3
|
declare const _default: import('vue').DefineComponent<import('vue').ExtractPropTypes<{
|
|
4
4
|
input: {
|
|
5
5
|
required: false;
|
|
6
|
-
type:
|
|
7
|
-
new (): AudioNode;
|
|
8
|
-
prototype: AudioNode;
|
|
9
|
-
};
|
|
6
|
+
type: ObjectConstructor;
|
|
10
7
|
};
|
|
11
8
|
fftSize: {
|
|
12
9
|
type: NumberConstructor;
|
|
@@ -86,10 +83,7 @@ declare const _default: import('vue').DefineComponent<import('vue').ExtractPropT
|
|
|
86
83
|
}, import('vue').ComponentOptionsMixin, import('vue').ComponentOptionsMixin, {}, string, import('vue').PublicProps, Readonly<import('vue').ExtractPropTypes<{
|
|
87
84
|
input: {
|
|
88
85
|
required: false;
|
|
89
|
-
type:
|
|
90
|
-
new (): AudioNode;
|
|
91
|
-
prototype: AudioNode;
|
|
92
|
-
};
|
|
86
|
+
type: ObjectConstructor;
|
|
93
87
|
};
|
|
94
88
|
fftSize: {
|
|
95
89
|
type: NumberConstructor;
|