unika-components 1.0.404 → 1.0.406
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/components/UniBarrage/UniBarrage.vue.d.ts +1 -1
- package/dist/src/components/UniButton/UniButton.vue.d.ts +3 -3
- package/dist/src/components/UniCalendar/UniCalendar.vue.d.ts +2 -2
- package/dist/src/components/UniCall/UniCall.vue.d.ts +3 -3
- package/dist/src/components/UniCountdown/UniCountdown.vue.d.ts +1 -1
- package/dist/src/components/UniEffect/UniEffect.vue.d.ts +1 -1
- package/dist/src/components/UniFormInput/UniFormInput.vue.d.ts +1 -1
- package/dist/src/components/UniFormMultiple/UniFormMultiple.vue.d.ts +1 -1
- package/dist/src/components/UniFormSelect/UniFormSelect.vue.d.ts +1 -1
- package/dist/src/components/UniFormSingle/UniFormSingle.vue.d.ts +1 -1
- package/dist/src/components/UniFormSubmit/UniFormSubmit.vue.d.ts +2 -2
- package/dist/src/components/UniImage/UniImage.vue.d.ts +1 -1
- package/dist/src/components/UniLottie/UniLottie.vue.d.ts +1 -1
- package/dist/src/components/UniMap/UniMap.vue.d.ts +1 -1
- package/dist/src/components/UniMenu/UniMenu.vue.d.ts +1 -1
- package/dist/src/components/UniShape/UniShape.vue.d.ts +2 -2
- package/dist/src/components/UniVideo/UniVideo.vue.d.ts +2 -2
- package/dist/src/components/WorkRender/WorkRender.vue.d.ts +1 -1
- package/dist/src/index.d.ts +25 -30
- package/dist/unika-components.css +2493 -616
- package/dist/unika-components.esm.js +439 -464
- package/dist/unika-components.umd.js +452 -478
- package/package.json +1 -1
|
@@ -1,5 +1,5 @@
|
|
|
1
|
-
import { ElementData } from '
|
|
2
|
-
import '
|
|
1
|
+
import { ElementData } from '../../defaultProps';
|
|
2
|
+
import '../../assets/css/button.css';
|
|
3
3
|
declare const _default: import("vue").DefineComponent<{
|
|
4
4
|
element: {
|
|
5
5
|
type: () => ElementData;
|
|
@@ -10,7 +10,7 @@ declare const _default: import("vue").DefineComponent<{
|
|
|
10
10
|
default: string;
|
|
11
11
|
};
|
|
12
12
|
}, {
|
|
13
|
-
css: import("vue").ComputedRef<import("
|
|
13
|
+
css: import("vue").ComputedRef<import("../../defaultProps").CssData>;
|
|
14
14
|
btnText: import("vue").ComputedRef<string>;
|
|
15
15
|
shadowStyle: import("vue").ComputedRef<string>;
|
|
16
16
|
containerStyle: import("vue").ComputedRef<{
|
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
import { PropType } from 'vue';
|
|
2
|
-
import type { ElementData } from '
|
|
3
|
-
import '
|
|
2
|
+
import type { ElementData } from '../../defaultProps';
|
|
3
|
+
import '../../assets/css/calendar.css';
|
|
4
4
|
declare const _default: import("vue").DefineComponent<{
|
|
5
5
|
element: {
|
|
6
6
|
type: PropType<ElementData>;
|
|
@@ -1,5 +1,5 @@
|
|
|
1
|
-
import { ElementData } from '
|
|
2
|
-
import '
|
|
1
|
+
import { ElementData } from '../../defaultProps';
|
|
2
|
+
import '../../assets/css/call.css';
|
|
3
3
|
declare const _default: import("vue").DefineComponent<{
|
|
4
4
|
element: {
|
|
5
5
|
type: () => ElementData;
|
|
@@ -10,7 +10,7 @@ declare const _default: import("vue").DefineComponent<{
|
|
|
10
10
|
default: string;
|
|
11
11
|
};
|
|
12
12
|
}, {
|
|
13
|
-
css: import("vue").ComputedRef<import("
|
|
13
|
+
css: import("vue").ComputedRef<import("../../defaultProps").CssData>;
|
|
14
14
|
btnText: import("vue").ComputedRef<string>;
|
|
15
15
|
shadowStyle: import("vue").ComputedRef<string>;
|
|
16
16
|
containerStyle: import("vue").ComputedRef<{
|
|
@@ -1,4 +1,4 @@
|
|
|
1
|
-
import { ElementData, GlobalData } from '
|
|
1
|
+
import { ElementData, GlobalData } from '../../defaultProps';
|
|
2
2
|
declare const _default: import("vue").DefineComponent<{
|
|
3
3
|
global: {
|
|
4
4
|
type: () => GlobalData;
|
|
@@ -29,7 +29,7 @@ declare const _default: import("vue").DefineComponent<{
|
|
|
29
29
|
opacity: number;
|
|
30
30
|
}>;
|
|
31
31
|
isSubmitting: import("vue").Ref<boolean>;
|
|
32
|
-
css: import("vue").ComputedRef<import("
|
|
32
|
+
css: import("vue").ComputedRef<import("../../defaultProps").CssData>;
|
|
33
33
|
showMessage: import("vue").Ref<boolean>;
|
|
34
34
|
message: import("vue").Ref<string>;
|
|
35
35
|
isSuccess: import("vue").Ref<boolean>;
|
|
@@ -1,5 +1,5 @@
|
|
|
1
1
|
import type { PropType } from 'vue';
|
|
2
|
-
import type { ElementData } from '
|
|
2
|
+
import type { ElementData } from '../../defaultProps';
|
|
3
3
|
declare const _default: import("vue").DefineComponent<{
|
|
4
4
|
element: {
|
|
5
5
|
type: PropType<ElementData>;
|
|
@@ -72,7 +72,7 @@ declare const _default: import("vue").DefineComponent<{
|
|
|
72
72
|
id: number;
|
|
73
73
|
}[];
|
|
74
74
|
}>;
|
|
75
|
-
css: import("vue").ComputedRef<import("
|
|
75
|
+
css: import("vue").ComputedRef<import("../../defaultProps").CssData>;
|
|
76
76
|
svgContent: import("vue").Ref<string | null>;
|
|
77
77
|
processedSvg: import("vue").ComputedRef<string | null>;
|
|
78
78
|
isLoading: import("vue").Ref<boolean>;
|
|
@@ -1,4 +1,4 @@
|
|
|
1
|
-
import { ElementData } from '
|
|
1
|
+
import { ElementData } from '../../defaultProps';
|
|
2
2
|
declare const _default: import("vue").DefineComponent<{
|
|
3
3
|
element: {
|
|
4
4
|
type: () => ElementData;
|
|
@@ -11,7 +11,7 @@ declare const _default: import("vue").DefineComponent<{
|
|
|
11
11
|
}, {
|
|
12
12
|
isPlaying: import("vue").Ref<boolean>;
|
|
13
13
|
youtubeEmbedUrl: import("vue").ComputedRef<string>;
|
|
14
|
-
css: import("vue").ComputedRef<import("
|
|
14
|
+
css: import("vue").ComputedRef<import("../../defaultProps").CssData>;
|
|
15
15
|
coverImage: import("vue").ComputedRef<string | undefined>;
|
|
16
16
|
containerStyle: import("vue").ComputedRef<{
|
|
17
17
|
left: string;
|
package/dist/src/index.d.ts
CHANGED
|
@@ -1,35 +1,30 @@
|
|
|
1
1
|
import { App } from 'vue';
|
|
2
|
-
import UniText from '
|
|
3
|
-
import UniImage from '
|
|
4
|
-
import UniShape from '
|
|
5
|
-
import UniMusic from '
|
|
6
|
-
import UniVideo from '
|
|
7
|
-
import
|
|
8
|
-
import
|
|
9
|
-
import
|
|
10
|
-
import
|
|
11
|
-
import
|
|
12
|
-
import
|
|
13
|
-
import
|
|
14
|
-
import
|
|
15
|
-
import
|
|
16
|
-
import
|
|
17
|
-
import
|
|
18
|
-
import
|
|
19
|
-
import
|
|
20
|
-
import
|
|
21
|
-
import
|
|
22
|
-
import
|
|
23
|
-
import
|
|
24
|
-
import
|
|
25
|
-
import
|
|
26
|
-
import UniMenu from '@/components/UniMenu';
|
|
27
|
-
import UniMenuVideo from '@/components/UniMenuVideo';
|
|
28
|
-
import UniMenuTel from '@/components/UniMenuTel';
|
|
29
|
-
import UniMenuReceipt from '@/components/UniMenuReceipt';
|
|
30
|
-
import UniMenuMap from '@/components/UniMenuMap';
|
|
2
|
+
import UniText from './components/UniText';
|
|
3
|
+
import UniImage from './components/UniImage';
|
|
4
|
+
import UniShape from './components/UniShape';
|
|
5
|
+
import UniMusic from './components/UniMusic';
|
|
6
|
+
import UniVideo from './components/UniVideo';
|
|
7
|
+
import UniCountdown from './components/UniCountdown';
|
|
8
|
+
import UniMap from './components/UniMap';
|
|
9
|
+
import UniLike from './components/UniLike';
|
|
10
|
+
import UniEffect from './components/UniEffect';
|
|
11
|
+
import UniRegisterForm from './components/UniRegisterForm';
|
|
12
|
+
import UniLottie from './components/UniLottie';
|
|
13
|
+
import UniTest from './components/UniTest';
|
|
14
|
+
import UniSvg from './components/UniSvg';
|
|
15
|
+
import UniFormInput from './components/UniFormInput';
|
|
16
|
+
import UniFormSubmit from './components/UniFormSubmit';
|
|
17
|
+
import UniFormSelect from './components/UniFormSelect';
|
|
18
|
+
import UniFormSingle from './components/UniFormSingle';
|
|
19
|
+
import UniFormMultiple from './components/UniFormMultiple';
|
|
20
|
+
import UniFormContainer from './components/UniFormContainer';
|
|
21
|
+
import UniMenu from './components/UniMenu';
|
|
22
|
+
import UniMenuVideo from './components/UniMenuVideo';
|
|
23
|
+
import UniMenuTel from './components/UniMenuTel';
|
|
24
|
+
import UniMenuReceipt from './components/UniMenuReceipt';
|
|
25
|
+
import UniMenuMap from './components/UniMenuMap';
|
|
31
26
|
declare const install: (app: App) => void;
|
|
32
|
-
export { UniText, UniImage, UniShape, UniMusic, UniVideo,
|
|
27
|
+
export { UniText, UniImage, UniShape, UniMusic, UniVideo, UniCountdown, UniMap, UniLike, UniEffect, UniRegisterForm, UniLottie, UniSvg, UniTest, UniFormInput, UniFormSubmit, UniFormSelect, UniFormSingle, UniFormMultiple, UniFormContainer, UniMenu, UniMenuVideo, UniMenuTel, UniMenuReceipt, UniMenuMap, install };
|
|
33
28
|
declare const _default: {
|
|
34
29
|
install: (app: App<any>) => void;
|
|
35
30
|
};
|