@aurouscia/au-color-picker 0.0.0 → 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/dist/au-color-picker.es.js +2 -2
- package/dist/style.css +1 -1
- package/package.json +2 -2
|
@@ -175,7 +175,7 @@ const Pe = {
|
|
|
175
175
|
const c = g, M = $(() => {
|
|
176
176
|
let i = {};
|
|
177
177
|
return c.entryStyles && Object.assign(i, c.entryStyles), i.backgroundColor = r.value, c.pos === "right" ? i.right = "0px" : i.left = "0px", i;
|
|
178
|
-
}), P = k(), u = k(!
|
|
178
|
+
}), P = k(), u = k(!1);
|
|
179
179
|
function N() {
|
|
180
180
|
u.value = !1;
|
|
181
181
|
}
|
|
@@ -315,7 +315,7 @@ const Pe = {
|
|
|
315
315
|
])) : pe("", !0)
|
|
316
316
|
]));
|
|
317
317
|
}
|
|
318
|
-
}), Ve = /* @__PURE__ */ te(qe, [["__scopeId", "data-v-
|
|
318
|
+
}), Ve = /* @__PURE__ */ te(qe, [["__scopeId", "data-v-4f4a2c1e"]]);
|
|
319
319
|
export {
|
|
320
320
|
Ve as AuColorPicker,
|
|
321
321
|
Ce as AuColorPickerRing
|
package/dist/style.css
CHANGED
|
@@ -1 +1 @@
|
|
|
1
|
-
.acpRingBody[data-v-7f97ab8e]{position:relative}canvas[data-v-7f97ab8e]{position:absolute;top:0;right:0;bottom:0;left:0;width:100%;height:100%}.acpPanel[data-v-
|
|
1
|
+
.acpRingBody[data-v-7f97ab8e]{position:relative}canvas[data-v-7f97ab8e]{position:absolute;top:0;right:0;bottom:0;left:0;width:100%;height:100%}.acpPanel[data-v-4f4a2c1e]{margin-top:3px;position:absolute}.acpPanel .acpParams[data-v-4f4a2c1e]{display:flex;justify-content:space-between;align-items:center;padding:5px}.acpPanel .acpParams select[data-v-4f4a2c1e],.acpPanel .acpParams input[data-v-4f4a2c1e]{margin:0;padding:2px;display:block;font-size:16px;box-sizing:border-box;height:24px;line-height:24px}.acpPanel .acpParams input[data-v-4f4a2c1e]{text-align:center}.acpPanel .acpParams .acpSingleInput input[data-v-4f4a2c1e]{width:120px}.acpPanel .acpParams .acpTripleInputs[data-v-4f4a2c1e]{display:flex;justify-content:space-around}.acpPanel .acpParams .acpTripleInputs input[data-v-4f4a2c1e]{width:40px}.acpPanel .acpDoneBtn[data-v-4f4a2c1e]{display:flex;justify-content:center;align-items:center;padding:8px}.acpPanel .acpDoneBtn button[data-v-4f4a2c1e]{background:none;border:none;color:gray;font-size:16px;cursor:pointer}.acpPanel .acpDoneBtn button[data-v-4f4a2c1e]:hover{color:#000}.acpPanel[data-v-4f4a2c1e]{border-radius:5px;box-shadow:0 0 5px #000;background-color:#fff}.acp[data-v-4f4a2c1e]{position:relative;width:fit-content}
|
package/package.json
CHANGED
|
@@ -10,7 +10,7 @@
|
|
|
10
10
|
},
|
|
11
11
|
"description": "vue3颜色选择器组件",
|
|
12
12
|
"keywords": ["vue", "color", "component"],
|
|
13
|
-
"version": "0.0.
|
|
13
|
+
"version": "0.0.2",
|
|
14
14
|
"type": "module",
|
|
15
15
|
"files": [
|
|
16
16
|
"dist"
|
|
@@ -20,7 +20,7 @@
|
|
|
20
20
|
".": {
|
|
21
21
|
"import": {
|
|
22
22
|
"types": "./dist/types/index.d.ts",
|
|
23
|
-
"default": "./dist/au-
|
|
23
|
+
"default": "./dist/au-color-picker.es.js"
|
|
24
24
|
}
|
|
25
25
|
},
|
|
26
26
|
"./style.css": "./dist/style.css"
|