@evercam/ui 1.0.0-preview-smartSearchAutomation-329dbfa4f → 1.0.0-preview-fix-extractions-issues-4268765b0
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/attributes.json +15 -5
- package/dist/components/EActionButton.vue.d.ts +8 -2
- package/dist/components/EActionButtonGroup.vue.d.ts +1 -0
- package/dist/components/ERadioGroup.vue.d.ts +0 -1
- package/dist/constants.d.ts +14 -0
- package/dist/index.mjs +2524 -2465
- package/dist/index.mjs.map +1 -1
- package/dist/index.umd.js +21 -21
- package/dist/index.umd.js.map +1 -1
- package/dist/style.css +1 -1
- package/dist/tags.json +5 -3
- package/dist/types.d.ts +3 -1
- package/dist/utils.d.ts +2 -1
- package/dist/web-types.json +33 -12
- package/package.json +1 -1
package/dist/attributes.json
CHANGED
|
@@ -1097,6 +1097,16 @@
|
|
|
1097
1097
|
"description": "",
|
|
1098
1098
|
"default": "none"
|
|
1099
1099
|
},
|
|
1100
|
+
"EActionButton/size": {
|
|
1101
|
+
"type": "string|number",
|
|
1102
|
+
"description": "",
|
|
1103
|
+
"default": null
|
|
1104
|
+
},
|
|
1105
|
+
"EActionButton/shadow": {
|
|
1106
|
+
"type": "string",
|
|
1107
|
+
"description": "",
|
|
1108
|
+
"default": "sm"
|
|
1109
|
+
},
|
|
1100
1110
|
"EActionButtonGroup/direction": {
|
|
1101
1111
|
"type": "string",
|
|
1102
1112
|
"description": "",
|
|
@@ -1107,6 +1117,11 @@
|
|
|
1107
1117
|
"description": "",
|
|
1108
1118
|
"default": "none"
|
|
1109
1119
|
},
|
|
1120
|
+
"EActionButtonGroup/shadow": {
|
|
1121
|
+
"type": "string",
|
|
1122
|
+
"description": "",
|
|
1123
|
+
"default": "sm"
|
|
1124
|
+
},
|
|
1110
1125
|
"EActionButtonGroup/dark": {
|
|
1111
1126
|
"type": "boolean",
|
|
1112
1127
|
"description": "",
|
|
@@ -1437,11 +1452,6 @@
|
|
|
1437
1452
|
"description": "",
|
|
1438
1453
|
"default": ""
|
|
1439
1454
|
},
|
|
1440
|
-
"ERadioGroup/lazy-root": {
|
|
1441
|
-
"type": "object",
|
|
1442
|
-
"description": "",
|
|
1443
|
-
"default": null
|
|
1444
|
-
},
|
|
1445
1455
|
"ESelect/value": {
|
|
1446
1456
|
"type": "string|number|boolean|object|array",
|
|
1447
1457
|
"description": "",
|
|
@@ -1,11 +1,15 @@
|
|
|
1
1
|
import Vue from "vue";
|
|
2
|
-
import { Size } from '../types';
|
|
2
|
+
import { Size, CssUnit } from '../types';
|
|
3
3
|
declare const _default: import("vue/types/vue").ExtendedVue<Vue<Record<string, any>, Record<string, any>, never, never, (event: string, ...args: any[]) => Vue<Record<string, any>, Record<string, any>, never, never, any>>, unknown, unknown, {
|
|
4
4
|
isDark: boolean;
|
|
5
5
|
withTooltip: boolean;
|
|
6
6
|
buttonClassesContainsBg: boolean;
|
|
7
7
|
radiusStyle: Record<string, string>;
|
|
8
|
-
|
|
8
|
+
resolvedSize: string | null;
|
|
9
|
+
sizeStyle: Record<string, string>;
|
|
10
|
+
shadowStyle: Record<string, string>;
|
|
11
|
+
btnStyles: Record<string, string>;
|
|
12
|
+
btnClasses: (string | Record<string, boolean>)[];
|
|
9
13
|
}, {
|
|
10
14
|
tooltipText: string;
|
|
11
15
|
tooltipColor: string;
|
|
@@ -19,5 +23,7 @@ declare const _default: import("vue/types/vue").ExtendedVue<Vue<Record<string, a
|
|
|
19
23
|
active: boolean;
|
|
20
24
|
loading: boolean;
|
|
21
25
|
rounded: string;
|
|
26
|
+
size: number | "sm" | "lg" | "xl" | CssUnit | "md";
|
|
27
|
+
shadow: string;
|
|
22
28
|
}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin>;
|
|
23
29
|
export default _default;
|
|
@@ -11,7 +11,6 @@ declare const _default: import("vue/types/vue").ExtendedVue<Vue<Record<string, a
|
|
|
11
11
|
withDescription: boolean;
|
|
12
12
|
withIcon: boolean;
|
|
13
13
|
itemsWrapperClasses: any;
|
|
14
|
-
lazyRoot: Element | null;
|
|
15
14
|
}, {}, import("vue/types/vue").ExtendedVue<Vue<Record<string, any>, Record<string, any>, never, never, (event: string, ...args: any[]) => Vue<Record<string, any>, Record<string, any>, never, never, any>>, unknown, {
|
|
16
15
|
isSelected(value: any): boolean;
|
|
17
16
|
onItemClick(value: any, event?: Event | undefined): void;
|
package/dist/constants.d.ts
CHANGED
|
@@ -30,5 +30,19 @@ export declare const BORDER_RADIUS_MAP: {
|
|
|
30
30
|
readonly lg: "0.5rem";
|
|
31
31
|
readonly full: "9999px";
|
|
32
32
|
};
|
|
33
|
+
export declare const ACTION_BUTTON_SIZE_MAP: {
|
|
34
|
+
readonly sm: "32px";
|
|
35
|
+
readonly md: "40px";
|
|
36
|
+
readonly lg: "48px";
|
|
37
|
+
readonly xl: "56px";
|
|
38
|
+
};
|
|
39
|
+
export declare const CSS_UNIT_REGEX: RegExp;
|
|
40
|
+
export declare const SHADOW_MAP: {
|
|
41
|
+
readonly none: "none";
|
|
42
|
+
readonly sm: "0 2px 1px -1px rgba(0,0,0,0.2), 0 1px 1px 0 rgba(0,0,0,0.14), 0 1px 3px 0 rgba(0,0,0,0.12)";
|
|
43
|
+
readonly md: "0 2px 4px -1px rgba(0,0,0,0.2), 0 4px 5px 0 rgba(0,0,0,0.14), 0 1px 10px 0 rgba(0,0,0,0.12)";
|
|
44
|
+
readonly lg: "0 5px 5px -3px rgba(0,0,0,0.2), 0 8px 10px 1px rgba(0,0,0,0.14), 0 3px 14px 2px rgba(0,0,0,0.12)";
|
|
45
|
+
readonly xl: "0 8px 10px -5px rgba(0,0,0,0.2), 0 16px 24px 2px rgba(0,0,0,0.14), 0 6px 30px 5px rgba(0,0,0,0.12)";
|
|
46
|
+
};
|
|
33
47
|
declare const _default: {};
|
|
34
48
|
export default _default;
|