@evercam/ui 1.0.0-preview-compare-xray-95c8463d5 → 1.0.0-preview-compare-xray-b21556ff0
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/components/EDragResize.vue.d.ts +7 -1
- package/dist/components/EImagesComparator.vue.d.ts +2 -0
- package/dist/index.d.ts +8 -1
- package/dist/index.mjs +1650 -1647
- package/dist/index.mjs.map +1 -1
- package/dist/index.umd.js +16 -16
- package/dist/index.umd.js.map +1 -1
- package/dist/style.css +1 -1
- package/dist/styles.css +1 -1
- package/dist/types.d.ts +5 -0
- package/dist/web-types.json +3 -3
- package/package.json +1 -1
package/dist/types.d.ts
CHANGED
|
@@ -322,5 +322,10 @@ export type ERadioGroupOption = ESelectionGroupOption & {
|
|
|
322
322
|
};
|
|
323
323
|
export type EToggleSwitchOption = ESelectionGroupOption;
|
|
324
324
|
export type CssClassMap = Record<string, boolean>;
|
|
325
|
+
export declare enum CompareMode {
|
|
326
|
+
Window = "window",
|
|
327
|
+
Curtain = "curtain",
|
|
328
|
+
Transparency = "transparency"
|
|
329
|
+
}
|
|
325
330
|
declare const _default: {};
|
|
326
331
|
export default _default;
|
package/dist/web-types.json
CHANGED
|
@@ -2,7 +2,7 @@
|
|
|
2
2
|
"$schema": "http://json.schemastore.org/web-types",
|
|
3
3
|
"framework": "vue",
|
|
4
4
|
"name": "@evercam/ui",
|
|
5
|
-
"version": "1.0.0-preview-compare-xray-
|
|
5
|
+
"version": "1.0.0-preview-compare-xray-b21556ff0",
|
|
6
6
|
"contributions": {
|
|
7
7
|
"html": {
|
|
8
8
|
"types-syntax": "typescript",
|
|
@@ -1109,7 +1109,7 @@
|
|
|
1109
1109
|
{
|
|
1110
1110
|
"name": "colors",
|
|
1111
1111
|
"doc-url": "https://www.npmjs.com/package/@evercam/ui",
|
|
1112
|
-
"default": "() =>
|
|
1112
|
+
"default": "() => xn(\"#ebedf0\", \"#17459e\", 10)",
|
|
1113
1113
|
"value": {
|
|
1114
1114
|
"kind": "expression",
|
|
1115
1115
|
"type": "array"
|
|
@@ -1118,7 +1118,7 @@
|
|
|
1118
1118
|
{
|
|
1119
1119
|
"name": "colors-dark",
|
|
1120
1120
|
"doc-url": "https://www.npmjs.com/package/@evercam/ui",
|
|
1121
|
-
"default": "() =>
|
|
1121
|
+
"default": "() => xn(\"rgba(26,53,86,0.49)\", \"#1f65ee\", 10)",
|
|
1122
1122
|
"value": {
|
|
1123
1123
|
"kind": "expression",
|
|
1124
1124
|
"type": "array"
|