@zyui/components 0.0.1 → 0.0.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/es/index.js +1 -1
- package/es/index.mjs +805 -778
- package/es/src/components/index.d.ts +0 -2
- package/es/style.css +1 -1
- package/lib/src/components/index.d.ts +0 -2
- package/package.json +3 -3
- package/es/src/components/LalalaButton/index.d.ts +0 -1
- package/es/src/components/LalalaButton/index.vue.d.ts +0 -42
- package/es/src/components/input/index.d.ts +0 -1
- package/es/src/components/input/index.vue.d.ts +0 -2
package/es/style.css
CHANGED
|
@@ -1 +1 @@
|
|
|
1
|
-
.num[data-v-e449b4d7]{color:#79bbff;margin-left:4px;margin-right:4px}.face-img[data-v-
|
|
1
|
+
.num[data-v-e449b4d7]{color:#79bbff;margin-left:4px;margin-right:4px}.face-img[data-v-addfda39]{width:40px;height:40px;background-color:#82b4f7;border-radius:100%;display:flex;align-items:center;justify-content:center}.selected-icon[data-v-addfda39]{position:absolute;top:0;right:16px}.selected-icon.remove-icon[data-v-addfda39]{display:none;cursor:pointer}.icon-box:hover .selected-icon[data-v-addfda39]{display:block}.num[data-v-01e8dc33]{color:#79bbff;margin-left:4px;margin-right:4px}*,:before,:after{--un-rotate:0;--un-rotate-x:0;--un-rotate-y:0;--un-rotate-z:0;--un-scale-x:1;--un-scale-y:1;--un-scale-z:1;--un-skew-x:0;--un-skew-y:0;--un-translate-x:0;--un-translate-y:0;--un-translate-z:0;--un-pan-x: ;--un-pan-y: ;--un-pinch-zoom: ;--un-scroll-snap-strictness:proximity;--un-ordinal: ;--un-slashed-zero: ;--un-numeric-figure: ;--un-numeric-spacing: ;--un-numeric-fraction: ;--un-border-spacing-x:0;--un-border-spacing-y:0;--un-ring-offset-shadow:0 0 rgb(0 0 0 / 0);--un-ring-shadow:0 0 rgb(0 0 0 / 0);--un-shadow-inset: ;--un-shadow:0 0 rgb(0 0 0 / 0);--un-ring-inset: ;--un-ring-offset-width:0px;--un-ring-offset-color:#fff;--un-ring-width:0px;--un-ring-color:rgb(147 197 253 / .5);--un-blur: ;--un-brightness: ;--un-contrast: ;--un-drop-shadow: ;--un-grayscale: ;--un-hue-rotate: ;--un-invert: ;--un-saturate: ;--un-sepia: ;--un-backdrop-blur: ;--un-backdrop-brightness: ;--un-backdrop-contrast: ;--un-backdrop-grayscale: ;--un-backdrop-hue-rotate: ;--un-backdrop-invert: ;--un-backdrop-opacity: ;--un-backdrop-saturate: ;--un-backdrop-sepia: }::backdrop{--un-rotate:0;--un-rotate-x:0;--un-rotate-y:0;--un-rotate-z:0;--un-scale-x:1;--un-scale-y:1;--un-scale-z:1;--un-skew-x:0;--un-skew-y:0;--un-translate-x:0;--un-translate-y:0;--un-translate-z:0;--un-pan-x: ;--un-pan-y: ;--un-pinch-zoom: ;--un-scroll-snap-strictness:proximity;--un-ordinal: ;--un-slashed-zero: ;--un-numeric-figure: ;--un-numeric-spacing: ;--un-numeric-fraction: ;--un-border-spacing-x:0;--un-border-spacing-y:0;--un-ring-offset-shadow:0 0 rgb(0 0 0 / 0);--un-ring-shadow:0 0 rgb(0 0 0 / 0);--un-shadow-inset: ;--un-shadow:0 0 rgb(0 0 0 / 0);--un-ring-inset: ;--un-ring-offset-width:0px;--un-ring-offset-color:#fff;--un-ring-width:0px;--un-ring-color:rgb(147 197 253 / .5);--un-blur: ;--un-brightness: ;--un-contrast: ;--un-drop-shadow: ;--un-grayscale: ;--un-hue-rotate: ;--un-invert: ;--un-saturate: ;--un-sepia: ;--un-backdrop-blur: ;--un-backdrop-brightness: ;--un-backdrop-contrast: ;--un-backdrop-grayscale: ;--un-backdrop-hue-rotate: ;--un-backdrop-invert: ;--un-backdrop-opacity: ;--un-backdrop-saturate: ;--un-backdrop-sepia: }.absolute{position:absolute}.relative{position:relative}.mb-2{margin-bottom:.5rem}.ml-2{margin-left:.5rem}.mr-1{margin-right:.25rem}.block{display:block}[size~="16"]{width:4rem;height:4rem}.h-\[400px\]{height:400px}.h-\[80px\]{height:80px}.w-\[100px\]{width:100px}.w-\[160px\]{width:160px}.w-\[180px\]{width:180px}.flex{display:flex}.flex-wrap{flex-wrap:wrap}.cursor-pointer{cursor:pointer}.items-center{align-items:center}.justify-end{justify-content:flex-end}.justify-center{justify-content:center}.justify-between{justify-content:space-between}.truncate{overflow:hidden;text-overflow:ellipsis;white-space:nowrap}.px-\[10px\]{padding-left:10px;padding-right:10px}.pt-\[5px\]{padding-top:5px}.text-center{text-align:center}.color-\[\#79bbff\]{--un-text-opacity:1;color:rgb(121 187 255 / var(--un-text-opacity))}[color~="#f56c6c"]{--un-text-opacity:1;color:rgb(245 108 108 / var(--un-text-opacity))}[color~="#fff"]{--un-text-opacity:1;color:rgb(255 255 255 / var(--un-text-opacity))}
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@zyui/components",
|
|
3
|
-
"version": "0.0.
|
|
3
|
+
"version": "0.0.2",
|
|
4
4
|
"main": "lib/index.js",
|
|
5
5
|
"module": "es/index.mjs",
|
|
6
6
|
"types": "es/src/index.d.ts",
|
|
@@ -21,8 +21,8 @@
|
|
|
21
21
|
"lodash-es": "^4.17.21"
|
|
22
22
|
},
|
|
23
23
|
"dependencies": {
|
|
24
|
-
"@zyui/
|
|
25
|
-
"@zyui/
|
|
24
|
+
"@zyui/utils": "0.0.1",
|
|
25
|
+
"@zyui/hooks": "0.0.1"
|
|
26
26
|
},
|
|
27
27
|
"scripts": {
|
|
28
28
|
"dev": "vite",
|
|
@@ -1 +0,0 @@
|
|
|
1
|
-
export { default as LalalaButton } from './index.vue';
|
|
@@ -1,42 +0,0 @@
|
|
|
1
|
-
/**
|
|
2
|
-
* The only true button.
|
|
3
|
-
*/
|
|
4
|
-
declare const _default: import('vue').DefineComponent<import('vue').ExtractPropTypes<{
|
|
5
|
-
/**
|
|
6
|
-
* 按钮大小1
|
|
7
|
-
* @values small, normal, large
|
|
8
|
-
*/
|
|
9
|
-
size: {
|
|
10
|
-
type: StringConstructor;
|
|
11
|
-
default: string;
|
|
12
|
-
};
|
|
13
|
-
/**
|
|
14
|
-
* The size of the button
|
|
15
|
-
* @values small, normal, large
|
|
16
|
-
*/
|
|
17
|
-
type: {
|
|
18
|
-
type: ArrayConstructor;
|
|
19
|
-
default: () => never[];
|
|
20
|
-
};
|
|
21
|
-
}>, {}, {}, {}, {}, import('vue').ComponentOptionsMixin, import('vue').ComponentOptionsMixin, {}, string, import('vue').PublicProps, Readonly<import('vue').ExtractPropTypes<{
|
|
22
|
-
/**
|
|
23
|
-
* 按钮大小1
|
|
24
|
-
* @values small, normal, large
|
|
25
|
-
*/
|
|
26
|
-
size: {
|
|
27
|
-
type: StringConstructor;
|
|
28
|
-
default: string;
|
|
29
|
-
};
|
|
30
|
-
/**
|
|
31
|
-
* The size of the button
|
|
32
|
-
* @values small, normal, large
|
|
33
|
-
*/
|
|
34
|
-
type: {
|
|
35
|
-
type: ArrayConstructor;
|
|
36
|
-
default: () => never[];
|
|
37
|
-
};
|
|
38
|
-
}>> & Readonly<{}>, {
|
|
39
|
-
size: string;
|
|
40
|
-
type: unknown[];
|
|
41
|
-
}, {}, {}, {}, string, import('vue').ComponentProvideOptions, true, {}, any>;
|
|
42
|
-
export default _default;
|
|
@@ -1 +0,0 @@
|
|
|
1
|
-
export { default as LalalaInput } from './index.vue';
|
|
@@ -1,2 +0,0 @@
|
|
|
1
|
-
declare const _default: import('vue').DefineComponent<{}, {}, {}, {}, {}, import('vue').ComponentOptionsMixin, import('vue').ComponentOptionsMixin, {}, string, import('vue').PublicProps, Readonly<{}> & Readonly<{}>, {}, {}, {}, {}, string, import('vue').ComponentProvideOptions, true, {}, any>;
|
|
2
|
-
export default _default;
|