@veltra/desktop 1.0.6 → 1.0.8
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/action/action.vue.d.ts +2 -2
- package/dist/components/action/style.js +3 -0
- package/dist/components/auto-complete/auto-complete.vue.d.ts +1 -1
- package/dist/components/auto-complete/style.js +5 -0
- package/dist/components/batch-edit/style.js +9 -0
- package/dist/components/breadcrumb/breadcrumb.js +106 -0
- package/dist/components/breadcrumb/breadcrumb.js.map +1 -0
- package/dist/components/breadcrumb/breadcrumb.vue.d.ts +25 -0
- package/dist/components/breadcrumb/index.d.ts +1 -0
- package/dist/components/breadcrumb/style.d.ts +1 -0
- package/dist/components/breadcrumb/style.js +1 -0
- package/dist/components/breadcrumb/style2.css +91 -0
- package/dist/components/button/button.vue.d.ts +1 -1
- package/dist/components/button/style.js +1 -0
- package/dist/components/cascade/cascade.vue.d.ts +4 -4
- package/dist/components/cascade/style.js +7 -0
- package/dist/components/checkbox/checkbox-button.vue.d.ts +2 -2
- package/dist/components/checkbox/checkbox.vue.d.ts +1 -1
- package/dist/components/checkbox/style.js +1 -0
- package/dist/components/checkbox/style2.css +0 -8
- package/dist/components/checkbox-group/checkbox-group.vue.d.ts +1 -1
- package/dist/components/checkbox-group/style.js +1 -0
- package/dist/components/code-editor/code-editor.vue.d.ts +1 -1
- package/dist/components/context-menu/style.js +1 -0
- package/dist/components/date-panel/date-panel.vue.d.ts +1 -1
- package/dist/components/date-picker/date-picker.vue.d.ts +2 -2
- package/dist/components/date-picker/style.js +3 -0
- package/dist/components/date-range-picker/date-range-picker.vue.d.ts +2 -2
- package/dist/components/date-range-picker/style.js +3 -0
- package/dist/components/dialog/style.js +2 -0
- package/dist/components/drawer/style.js +1 -0
- package/dist/components/drawer/style2.css +4 -16
- package/dist/components/empty/empty.vue.d.ts +1 -1
- package/dist/components/empty/style.js +1 -0
- package/dist/components/expression-editor/style.js +6 -0
- package/dist/components/float-button/style.js +1 -0
- package/dist/components/form/style.js +2 -0
- package/dist/components/form-item/style.js +1 -0
- package/dist/components/form-item/style2.css +2 -3
- package/dist/components/index.d.ts +75 -74
- package/dist/components/input/input.vue.d.ts +3 -3
- package/dist/components/input/style.js +1 -0
- package/dist/components/layout/style.js +1 -0
- package/dist/components/list/style.js +1 -0
- package/dist/components/loading/style2.css +16 -20
- package/dist/components/menu/style.js +2 -0
- package/dist/components/menu/style2.css +0 -78
- package/dist/components/multi-select/multi-select.vue.d.ts +1 -1
- package/dist/components/multi-select/style.js +7 -0
- package/dist/components/multi-tree-select/multi-tree-select.vue.d.ts +3 -3
- package/dist/components/multi-tree-select/style.js +7 -0
- package/dist/components/notification/notification.vue.d.ts +1 -1
- package/dist/components/number-input/number-input.vue.d.ts +1 -1
- package/dist/components/number-input/style.js +1 -0
- package/dist/components/number-range-input/number-range-input.vue.d.ts +1 -1
- package/dist/components/number-range-input/style.js +1 -0
- package/dist/components/paginator/style.js +3 -0
- package/dist/components/palette/palette.vue.d.ts +1 -1
- package/dist/components/palette/style.js +3 -0
- package/dist/components/password-input/password-input.vue.d.ts +1 -1
- package/dist/components/password-input/style.js +2 -0
- package/dist/components/pop-confirm/style.js +3 -0
- package/dist/components/progress/progress.vue.d.ts +1 -1
- package/dist/components/progress-nodes/style2.css +79 -33
- package/dist/components/radio/style2.css +0 -8
- package/dist/components/radio-group/radio-group.vue.d.ts +1 -1
- package/dist/components/radio-group/style.js +1 -0
- package/dist/components/rich-text-editor/rich-text-editor.vue.d.ts +1 -1
- package/dist/components/select/select.vue.d.ts +1 -1
- package/dist/components/select/style.js +5 -0
- package/dist/components/select/style2.css +0 -20
- package/dist/components/steps/style.js +2 -0
- package/dist/components/steps/style2.css +28 -35
- package/dist/components/switch/style2.css +0 -3
- package/dist/components/switch/switch.vue.d.ts +1 -1
- package/dist/components/table/style.js +7 -0
- package/dist/components/table/style2.css +0 -41
- package/dist/components/table-editor/style.js +2 -0
- package/dist/components/tabs/style.js +2 -0
- package/dist/components/tabs/tabs.vue.d.ts +4 -4
- package/dist/components/tag/style2.css +0 -6
- package/dist/components/textarea/style.js +1 -0
- package/dist/components/textarea/textarea.vue.d.ts +3 -3
- package/dist/components/theme/style.js +5 -0
- package/dist/components/tip/tip.vue.d.ts +1 -1
- package/dist/components/tree/style.js +4 -0
- package/dist/components/tree/tree.vue.d.ts +1 -1
- package/dist/components/tree-select/style.js +4 -0
- package/dist/components/tree-select/tree-select.vue.d.ts +2 -2
- package/dist/index.d.ts +78 -76
- package/dist/index.js +73 -72
- package/dist/types/breadcrumb.d.ts +43 -0
- package/dist/types/index.d.ts +3 -2
- package/package.json +11 -11
- package/src/components/breadcrumb/breadcrumb.vue +113 -0
- package/src/components/breadcrumb/index.ts +1 -0
- package/src/components/breadcrumb/style.scss +78 -0
- package/src/components/breadcrumb/style.ts +1 -0
- package/src/components/checkbox/style.scss +0 -4
- package/src/components/drawer/style.scss +18 -11
- package/src/components/form-item/style.scss +2 -3
- package/src/components/index.ts +2 -0
- package/src/components/loading/style.scss +125 -126
- package/src/components/menu/style.scss +0 -31
- package/src/components/progress-nodes/style.scss +28 -22
- package/src/components/radio/style.scss +0 -4
- package/src/components/select/style.scss +0 -12
- package/src/components/steps/style.scss +10 -10
- package/src/components/switch/style.scss +0 -4
- package/src/components/table/style.scss +0 -26
- package/src/components/tag/style.scss +0 -6
- package/src/types/breadcrumb.ts +44 -0
- package/src/types/index.ts +1 -0
- package/dist/types/index.js +0 -0
|
@@ -8,83 +8,84 @@ import { _default as _default$4 } from "./form/form.vue.js";
|
|
|
8
8
|
import { formField } from "./form/helper.js";
|
|
9
9
|
import { _default as _default$5 } from "./batch-edit/batch-edit.vue.js";
|
|
10
10
|
import { defineBatchEditColumns } from "./batch-edit/helper.js";
|
|
11
|
-
import { _default as _default$6 } from "./
|
|
12
|
-
import { _default as _default$7 } from "./button/button
|
|
13
|
-
import { _default as _default$8 } from "./
|
|
14
|
-
import { _default as _default$9 } from "./
|
|
15
|
-
import { _default as _default$10 } from "./card/card
|
|
16
|
-
import { _default as _default$11 } from "./card/card-
|
|
17
|
-
import { _default as _default$12 } from "./card/card-
|
|
18
|
-
import { _default as _default$13 } from "./card/card-
|
|
19
|
-
import { _default as _default$14 } from "./
|
|
20
|
-
import { _default as _default$15 } from "./
|
|
21
|
-
import { _default as _default$16 } from "./
|
|
22
|
-
import { _default as _default$17 } from "./checkbox/checkbox.vue.js";
|
|
23
|
-
import { _default as _default$18 } from "./checkbox/checkbox
|
|
24
|
-
import { _default as _default$19 } from "./
|
|
25
|
-
import { _default as _default$20 } from "./
|
|
11
|
+
import { _default as _default$6 } from "./breadcrumb/breadcrumb.vue.js";
|
|
12
|
+
import { _default as _default$7 } from "./button/button.vue.js";
|
|
13
|
+
import { _default as _default$8 } from "./button/button-group.vue.js";
|
|
14
|
+
import { _default as _default$9 } from "./calendar/calendar.vue.js";
|
|
15
|
+
import { _default as _default$10 } from "./card/card.vue.js";
|
|
16
|
+
import { _default as _default$11 } from "./card/card-header.vue.js";
|
|
17
|
+
import { _default as _default$12 } from "./card/card-cover.vue.js";
|
|
18
|
+
import { _default as _default$13 } from "./card/card-content.vue.js";
|
|
19
|
+
import { _default as _default$14 } from "./card/card-action.vue.js";
|
|
20
|
+
import { _default as _default$15 } from "./cascade/cascade.vue.js";
|
|
21
|
+
import { _default as _default$16 } from "./check-tag/check-tag.vue.js";
|
|
22
|
+
import { _default as _default$17 } from "./checkbox-group/checkbox-group.vue.js";
|
|
23
|
+
import { _default as _default$18 } from "./checkbox/checkbox.vue.js";
|
|
24
|
+
import { _default as _default$19 } from "./checkbox/checkbox-button.vue.js";
|
|
25
|
+
import { _default as _default$20 } from "./code-editor/code-editor.vue.js";
|
|
26
|
+
import { _default as _default$21 } from "./condition-editor/condition-editor.vue.js";
|
|
26
27
|
import { contextmenu } from "./context-menu/api.js";
|
|
27
|
-
import { _default as _default$
|
|
28
|
-
import { _default as _default$
|
|
29
|
-
import { _default as _default$
|
|
30
|
-
import { _default as _default$
|
|
31
|
-
import { _default as _default$
|
|
32
|
-
import { _default as _default$
|
|
33
|
-
import { _default as _default$
|
|
34
|
-
import { _default as _default$
|
|
35
|
-
import { _default as _default$
|
|
36
|
-
import { _default as _default$
|
|
37
|
-
import { _default as _default$
|
|
38
|
-
import { _default as _default$
|
|
39
|
-
import { _default as _default$
|
|
40
|
-
import { _default as _default$
|
|
41
|
-
import { _default as _default$
|
|
42
|
-
import { _default as _default$
|
|
43
|
-
import { _default as _default$
|
|
44
|
-
import { _default as _default$
|
|
45
|
-
import { _default as _default$
|
|
46
|
-
import { _default as _default$
|
|
47
|
-
import { _default as _default$
|
|
48
|
-
import { _default as _default$
|
|
28
|
+
import { _default as _default$22 } from "./date-panel/date-panel.vue.js";
|
|
29
|
+
import { _default as _default$23 } from "./date-picker/date-picker.vue.js";
|
|
30
|
+
import { _default as _default$24 } from "./date-range-picker/date-range-picker.vue.js";
|
|
31
|
+
import { _default as _default$25 } from "./dialog/dialog.vue.js";
|
|
32
|
+
import { _default as _default$26 } from "./drawer/drawer.vue.js";
|
|
33
|
+
import { _default as _default$27 } from "./dropdown/dropdown.vue.js";
|
|
34
|
+
import { _default as _default$28 } from "./empty/empty.vue.js";
|
|
35
|
+
import { _default as _default$29 } from "./expression-editor/expression-editor.vue.js";
|
|
36
|
+
import { _default as _default$30 } from "./file-picker/file-picker.vue.js";
|
|
37
|
+
import { _default as _default$31 } from "./float-button/float-button.vue.js";
|
|
38
|
+
import { _default as _default$32 } from "./form-item/form-item.vue.js";
|
|
39
|
+
import { _default as _default$33 } from "./gantt-chart/gantt-chart.vue.js";
|
|
40
|
+
import { _default as _default$34 } from "./grid-input/grid-input.vue.js";
|
|
41
|
+
import { _default as _default$35 } from "./grid/grid.vue.js";
|
|
42
|
+
import { _default as _default$36 } from "./grid/grid-item.vue.js";
|
|
43
|
+
import { _default as _default$37 } from "./group-input/group-input.vue.js";
|
|
44
|
+
import { _default as _default$38 } from "./icon/icon.vue.js";
|
|
45
|
+
import { _default as _default$39 } from "./input/input.vue.js";
|
|
46
|
+
import { _default as _default$40 } from "./layout/layout.vue.js";
|
|
47
|
+
import { _default as _default$41 } from "./list/list.vue.js";
|
|
48
|
+
import { _default as _default$42 } from "./list/list-item.vue.js";
|
|
49
|
+
import { _default as _default$43 } from "./loading/loading.vue.js";
|
|
49
50
|
import { vLoading } from "./loading/directive.js";
|
|
50
|
-
import { _default as _default$
|
|
51
|
-
import { _default as _default$
|
|
52
|
-
import { _default as _default$
|
|
53
|
-
import { _default as _default$
|
|
54
|
-
import { _default as _default$
|
|
55
|
-
import { _default as _default$
|
|
51
|
+
import { _default as _default$44 } from "./menu/menu.vue.js";
|
|
52
|
+
import { _default as _default$45 } from "./menu/menu-sub.vue.js";
|
|
53
|
+
import { _default as _default$46 } from "./menu/menu-item.vue.js";
|
|
54
|
+
import { _default as _default$47 } from "./message-confirm/message-confirm.vue.js";
|
|
55
|
+
import { _default as _default$48 } from "./message-confirm/message-confirm.js";
|
|
56
|
+
import { _default as _default$49 } from "./message/message.vue.js";
|
|
56
57
|
import { message } from "./message/message.js";
|
|
57
|
-
import { _default as _default$
|
|
58
|
-
import { _default as _default$
|
|
58
|
+
import { _default as _default$50 } from "./multi-select/multi-select.vue.js";
|
|
59
|
+
import { _default as _default$51 } from "./multi-tree-select/multi-tree-select.vue.js";
|
|
59
60
|
import { NodeRender } from "./node-render/node-render.js";
|
|
60
|
-
import { _default as _default$
|
|
61
|
+
import { _default as _default$52 } from "./notification/notification.vue.js";
|
|
61
62
|
import { Notification } from "./notification/index.js";
|
|
62
|
-
import { _default as _default$
|
|
63
|
-
import { _default as _default$
|
|
64
|
-
import { _default as _default$
|
|
65
|
-
import { _default as _default$
|
|
66
|
-
import { _default as _default$
|
|
67
|
-
import { _default as _default$
|
|
68
|
-
import { _default as _default$
|
|
69
|
-
import { _default as _default$
|
|
70
|
-
import { _default as _default$
|
|
71
|
-
import { _default as _default$
|
|
72
|
-
import { _default as _default$
|
|
73
|
-
import { _default as _default$
|
|
74
|
-
import { _default as _default$
|
|
75
|
-
import { _default as _default$
|
|
76
|
-
import { _default as _default$
|
|
77
|
-
import { _default as _default$
|
|
78
|
-
import { _default as _default$
|
|
79
|
-
import { _default as _default$
|
|
63
|
+
import { _default as _default$53 } from "./number-input/number-input.vue.js";
|
|
64
|
+
import { _default as _default$54 } from "./number-range-input/number-range-input.vue.js";
|
|
65
|
+
import { _default as _default$55 } from "./number/number.vue.js";
|
|
66
|
+
import { _default as _default$56 } from "./paginator/paginator.vue.js";
|
|
67
|
+
import { _default as _default$57 } from "./palette/palette.vue.js";
|
|
68
|
+
import { _default as _default$58 } from "./password-input/password-input.vue.js";
|
|
69
|
+
import { _default as _default$59 } from "./pop-confirm/pop-confirm.vue.js";
|
|
70
|
+
import { _default as _default$60 } from "./progress/progress.vue.js";
|
|
71
|
+
import { _default as _default$61 } from "./radio-group/radio-group.vue.js";
|
|
72
|
+
import { _default as _default$62 } from "./radio/radio.vue.js";
|
|
73
|
+
import { _default as _default$63 } from "./rich-text-editor/rich-text-editor.vue.js";
|
|
74
|
+
import { _default as _default$64 } from "./scroll/scroll.vue.js";
|
|
75
|
+
import { _default as _default$65 } from "./select/select.vue.js";
|
|
76
|
+
import { _default as _default$66 } from "./slider/slider.vue.js";
|
|
77
|
+
import { _default as _default$67 } from "./steps/steps.vue.js";
|
|
78
|
+
import { _default as _default$68 } from "./switch/switch.vue.js";
|
|
79
|
+
import { _default as _default$69 } from "./table-editor/table-editor.vue.js";
|
|
80
|
+
import { _default as _default$70 } from "./table/table.vue.js";
|
|
80
81
|
import { defineTableColumns } from "./table/use-columns.js";
|
|
81
|
-
import { _default as _default$
|
|
82
|
-
import { _default as _default$
|
|
83
|
-
import { _default as _default$
|
|
84
|
-
import { _default as _default$
|
|
85
|
-
import { _default as _default$
|
|
86
|
-
import { _default as _default$
|
|
87
|
-
import { _default as _default$
|
|
88
|
-
import { _default as _default$
|
|
89
|
-
import { _default as _default$
|
|
90
|
-
import { _default as _default$
|
|
82
|
+
import { _default as _default$71 } from "./tabs/tabs.vue.js";
|
|
83
|
+
import { _default as _default$72 } from "./tag/tag.vue.js";
|
|
84
|
+
import { _default as _default$73 } from "./text/text.vue.js";
|
|
85
|
+
import { _default as _default$74 } from "./textarea/textarea.vue.js";
|
|
86
|
+
import { _default as _default$75 } from "./theme/theme.vue.js";
|
|
87
|
+
import { _default as _default$76 } from "./tip/tip.vue.js";
|
|
88
|
+
import { _default as _default$77 } from "./tree-select/tree-select.vue.js";
|
|
89
|
+
import { _default as _default$78 } from "./tree/tree.vue.js";
|
|
90
|
+
import { _default as _default$79 } from "./watermark/watermark.vue.js";
|
|
91
|
+
import { _default as _default$80 } from "./progress-nodes/progress-nodes.vue.js";
|
|
@@ -16,8 +16,8 @@ type __VLS_Slots = {} & {
|
|
|
16
16
|
declare const __VLS_base: _$vue.DefineComponent<__VLS_PublicProps, _InputExposed, {}, {}, {}, _$vue.ComponentOptionsMixin, _$vue.ComponentOptionsMixin, {
|
|
17
17
|
"update:modelValue": (value: string | undefined) => any;
|
|
18
18
|
} & {
|
|
19
|
-
clear: () => any;
|
|
20
19
|
"update:modelValue": (value: string) => any;
|
|
20
|
+
clear: () => any;
|
|
21
21
|
change: (value: string) => any;
|
|
22
22
|
"suffix:click": (value?: string | undefined) => any;
|
|
23
23
|
"prefix:click": (value?: string | undefined) => any;
|
|
@@ -25,8 +25,8 @@ declare const __VLS_base: _$vue.DefineComponent<__VLS_PublicProps, _InputExposed
|
|
|
25
25
|
blur: (value?: string | undefined) => any;
|
|
26
26
|
"native:input": (ev: Event) => any;
|
|
27
27
|
}, string, _$vue.PublicProps, Readonly<__VLS_PublicProps> & Readonly<{
|
|
28
|
-
onClear?: (() => any) | undefined;
|
|
29
28
|
"onUpdate:modelValue"?: ((value: string) => any) | undefined;
|
|
29
|
+
onClear?: (() => any) | undefined;
|
|
30
30
|
onChange?: ((value: string) => any) | undefined;
|
|
31
31
|
"onSuffix:click"?: ((value?: string | undefined) => any) | undefined;
|
|
32
32
|
"onPrefix:click"?: ((value?: string | undefined) => any) | undefined;
|
|
@@ -34,10 +34,10 @@ declare const __VLS_base: _$vue.DefineComponent<__VLS_PublicProps, _InputExposed
|
|
|
34
34
|
onBlur?: ((value?: string | undefined) => any) | undefined;
|
|
35
35
|
"onNative:input"?: ((ev: Event) => any) | undefined;
|
|
36
36
|
}>, {
|
|
37
|
-
readonly: boolean;
|
|
38
37
|
disabled: boolean;
|
|
39
38
|
placeholder: string;
|
|
40
39
|
clearable: boolean;
|
|
40
|
+
readonly: boolean;
|
|
41
41
|
}, {}, {}, {}, string, _$vue.ComponentProvideOptions, false, {}, any>;
|
|
42
42
|
declare const __VLS_export: __VLS_WithSlots<typeof __VLS_base, __VLS_Slots>;
|
|
43
43
|
declare const _default: typeof __VLS_export;
|
|
@@ -37,8 +37,7 @@
|
|
|
37
37
|
.u-loading__line .u-loading__loader::before, .u-loading__line .u-loading__loader::after {
|
|
38
38
|
content: "";
|
|
39
39
|
grid-area: 1/1;
|
|
40
|
-
|
|
41
|
-
background: var(--c) 0 0, var(--c) 100% 0, var(--c) 100% 100%, var(--c) 0 100%;
|
|
40
|
+
background: no-repeat linear-gradient(var(--u-text-color-main) 0 0) 0 0, no-repeat linear-gradient(var(--u-text-color-main) 0 0) 100% 0, no-repeat linear-gradient(var(--u-text-color-main) 0 0) 100% 100%, no-repeat linear-gradient(var(--u-text-color-main) 0 0) 0 100%;
|
|
42
41
|
animation: line-1 2s infinite linear, line-2 2s infinite linear;
|
|
43
42
|
}
|
|
44
43
|
.u-loading__line .u-loading__loader::after {
|
|
@@ -53,8 +52,7 @@
|
|
|
53
52
|
.u-loading__spinner .u-loading__loader::before, .u-loading__spinner .u-loading__loader::after {
|
|
54
53
|
content: "";
|
|
55
54
|
grid-area: 1/1;
|
|
56
|
-
|
|
57
|
-
background: var(--c) 50% 0, var(--c) 50% 100%, var(--c) 100% 50%, var(--c) 0 50%;
|
|
55
|
+
background: no-repeat radial-gradient(farthest-side, var(--u-text-color-main) 92%, rgba(0, 0, 0, 0)) 50% 0, no-repeat radial-gradient(farthest-side, var(--u-text-color-main) 92%, rgba(0, 0, 0, 0)) 50% 100%, no-repeat radial-gradient(farthest-side, var(--u-text-color-main) 92%, rgba(0, 0, 0, 0)) 100% 50%, no-repeat radial-gradient(farthest-side, var(--u-text-color-main) 92%, rgba(0, 0, 0, 0)) 0 50%;
|
|
58
56
|
background-size: 12px 12px;
|
|
59
57
|
animation: spinner 1s infinite;
|
|
60
58
|
}
|
|
@@ -67,8 +65,7 @@
|
|
|
67
65
|
.u-loading__dot .u-loading__loader {
|
|
68
66
|
width: 40px;
|
|
69
67
|
height: 20px;
|
|
70
|
-
|
|
71
|
-
background: var(--c) 0 0, var(--c) 50% 0;
|
|
68
|
+
background: no-repeat radial-gradient(farthest-side, var(--u-text-color-main) 93%, rgba(0, 0, 0, 0)) 0 0, no-repeat radial-gradient(farthest-side, var(--u-text-color-main) 93%, rgba(0, 0, 0, 0)) 50% 0;
|
|
72
69
|
background-size: 8px 8px;
|
|
73
70
|
position: relative;
|
|
74
71
|
clip-path: inset(-200% -100% 0 0);
|
|
@@ -95,15 +92,14 @@
|
|
|
95
92
|
animation: dot-3 1.5s linear infinite;
|
|
96
93
|
}
|
|
97
94
|
.u-loading__classic .u-loading__loader {
|
|
98
|
-
--w: 6ch;
|
|
99
95
|
font-size: var(--u-font-size-title-default);
|
|
100
96
|
line-height: 1.4em;
|
|
101
|
-
letter-spacing:
|
|
102
|
-
width:
|
|
97
|
+
letter-spacing: 6ch;
|
|
98
|
+
width: 6ch;
|
|
103
99
|
overflow: hidden;
|
|
104
100
|
white-space: nowrap;
|
|
105
101
|
color: rgba(0, 0, 0, 0);
|
|
106
|
-
text-shadow:
|
|
102
|
+
text-shadow: 0ch 0 var(--u-text-color-main), -6ch 0 var(--u-text-color-main), -12ch 0 var(--u-text-color-main), -18ch 0 var(--u-text-color-main), -24ch 0 var(--u-text-color-main), -30ch 0 var(--u-text-color-main);
|
|
107
103
|
animation: classic 2s infinite linear;
|
|
108
104
|
}
|
|
109
105
|
.u-loading__classic .u-loading__loader::before {
|
|
@@ -154,34 +150,34 @@
|
|
|
154
150
|
}
|
|
155
151
|
@keyframes classic {
|
|
156
152
|
9.09% {
|
|
157
|
-
text-shadow:
|
|
153
|
+
text-shadow: 0ch -10px var(--u-text-color-main), -6ch 0 var(--u-text-color-main), -12ch 0 var(--u-text-color-main), -18ch 0 var(--u-text-color-main), -24ch 0 var(--u-text-color-main), -30ch 0 var(--u-text-color-main);
|
|
158
154
|
}
|
|
159
155
|
18.18% {
|
|
160
|
-
text-shadow:
|
|
156
|
+
text-shadow: 0ch 0 var(--u-text-color-main), -6ch -10px var(--u-text-color-main), -12ch 0 var(--u-text-color-main), -18ch 0 var(--u-text-color-main), -24ch 0 var(--u-text-color-main), -30ch 0 var(--u-text-color-main);
|
|
161
157
|
}
|
|
162
158
|
27.27% {
|
|
163
|
-
text-shadow:
|
|
159
|
+
text-shadow: 0ch 0 var(--u-text-color-main), -6ch 0 var(--u-text-color-main), -12ch -10px var(--u-text-color-main), -18ch 0 var(--u-text-color-main), -24ch 0 var(--u-text-color-main), -30ch 0 var(--u-text-color-main);
|
|
164
160
|
}
|
|
165
161
|
36.36% {
|
|
166
|
-
text-shadow:
|
|
162
|
+
text-shadow: 0ch 0 var(--u-text-color-main), -6ch 0 var(--u-text-color-main), -12ch 0 var(--u-text-color-main), -18ch -10px var(--u-text-color-main), -24ch 0 var(--u-text-color-main), -30ch 0 var(--u-text-color-main);
|
|
167
163
|
}
|
|
168
164
|
45.45% {
|
|
169
|
-
text-shadow:
|
|
165
|
+
text-shadow: 0ch 0 var(--u-text-color-main), -6ch 0 var(--u-text-color-main), -12ch 0 var(--u-text-color-main), -18ch 0 var(--u-text-color-main), -24ch -10px var(--u-text-color-main), -30ch 0 var(--u-text-color-main);
|
|
170
166
|
}
|
|
171
167
|
54.54% {
|
|
172
|
-
text-shadow:
|
|
168
|
+
text-shadow: 0ch 0 var(--u-text-color-main), -6ch 0 var(--u-text-color-main), -12ch 0 var(--u-text-color-main), -18ch 0 var(--u-text-color-main), -24ch 0 var(--u-text-color-main), -30ch -10px var(--u-text-color-main);
|
|
173
169
|
}
|
|
174
170
|
63.63% {
|
|
175
|
-
text-shadow:
|
|
171
|
+
text-shadow: 0ch 0 var(--u-text-color-main), -6ch 0 var(--u-text-color-main), -12ch 0 var(--u-text-color-main), -18ch 0 var(--u-text-color-main), -24ch 0 var(--u-text-color-main), -30ch 0 var(--u-text-color-main);
|
|
176
172
|
}
|
|
177
173
|
72.72% {
|
|
178
|
-
text-shadow:
|
|
174
|
+
text-shadow: 0ch 0 var(--u-text-color-main), -6ch 0 var(--u-text-color-main), -12ch 0 var(--u-text-color-main), -18ch 0 var(--u-text-color-main), -24ch 0 var(--u-text-color-main), -30ch 0 var(--u-text-color-main);
|
|
179
175
|
}
|
|
180
176
|
81.81% {
|
|
181
|
-
text-shadow:
|
|
177
|
+
text-shadow: 0ch 0 var(--u-text-color-main), -6ch 0 var(--u-text-color-main), -12ch 0 var(--u-text-color-main), -18ch 0 var(--u-text-color-main), -24ch 0 var(--u-text-color-main), -30ch 0 var(--u-text-color-main);
|
|
182
178
|
}
|
|
183
179
|
90.90% {
|
|
184
|
-
text-shadow:
|
|
180
|
+
text-shadow: 0ch 0 var(--u-text-color-main), -6ch 0 var(--u-text-color-main), -12ch 0 var(--u-text-color-main), -18ch 0 var(--u-text-color-main), -24ch 0 var(--u-text-color-main), -30ch 0 var(--u-text-color-main);
|
|
185
181
|
}
|
|
186
182
|
}
|
|
187
183
|
@keyframes dot-0 {
|
|
@@ -15,38 +15,6 @@
|
|
|
15
15
|
* --u-height-small: 24px;
|
|
16
16
|
*/
|
|
17
17
|
/** 暗色:data-theme 与系统偏好,与 UITheme.injectBuiltInThemes 选择器策略一致 */
|
|
18
|
-
.u-menu {
|
|
19
|
-
--u-menu-color: #0f172a;
|
|
20
|
-
--u-menu-hover-bg: rgba(148, 163, 184, 0.12);
|
|
21
|
-
--u-menu-hover-color: var(--u-text-color-title);
|
|
22
|
-
--u-menu-active-bg: rgba(59, 130, 246, 0.12);
|
|
23
|
-
--u-menu-active-color: var(--u-color-primary-dark-1);
|
|
24
|
-
--u-menu-height-small: 32px;
|
|
25
|
-
--u-menu-height-default: 36px;
|
|
26
|
-
--u-menu-height-large: 40px;
|
|
27
|
-
--u-menu-bg-color: var(--u-bg-color-top);
|
|
28
|
-
--u-menu-bg-blur: none;
|
|
29
|
-
--u-menu-bg-saturate: none;
|
|
30
|
-
--u-menu-bg-image: none;
|
|
31
|
-
}
|
|
32
|
-
html[data-theme=dark] .u-menu {
|
|
33
|
-
--u-menu-color: var(--u-text-color-main);
|
|
34
|
-
--u-menu-hover-bg: rgba(148, 163, 184, 0.14);
|
|
35
|
-
--u-menu-hover-color: var(--u-text-color-title);
|
|
36
|
-
--u-menu-active-bg: rgba(96, 165, 250, 0.2);
|
|
37
|
-
--u-menu-active-color: var(--u-text-color-white);
|
|
38
|
-
--u-menu-bg-color: var(--u-bg-color-middle);
|
|
39
|
-
}
|
|
40
|
-
@media (prefers-color-scheme: dark) {
|
|
41
|
-
html:not([data-theme=light]) .u-menu {
|
|
42
|
-
--u-menu-color: var(--u-text-color-main);
|
|
43
|
-
--u-menu-hover-bg: rgba(148, 163, 184, 0.14);
|
|
44
|
-
--u-menu-hover-color: var(--u-text-color-title);
|
|
45
|
-
--u-menu-active-bg: rgba(96, 165, 250, 0.2);
|
|
46
|
-
--u-menu-active-color: var(--u-text-color-white);
|
|
47
|
-
--u-menu-bg-color: var(--u-bg-color-middle);
|
|
48
|
-
}
|
|
49
|
-
}
|
|
50
18
|
.u-menu {
|
|
51
19
|
user-select: none;
|
|
52
20
|
color: var(--u-menu-color);
|
|
@@ -166,38 +134,6 @@ html[data-theme=dark] .u-menu {
|
|
|
166
134
|
flex-shrink: 0;
|
|
167
135
|
}
|
|
168
136
|
|
|
169
|
-
.u-collapsed-menu {
|
|
170
|
-
--u-menu-color: #0f172a;
|
|
171
|
-
--u-menu-hover-bg: rgba(148, 163, 184, 0.12);
|
|
172
|
-
--u-menu-hover-color: var(--u-text-color-title);
|
|
173
|
-
--u-menu-active-bg: rgba(59, 130, 246, 0.12);
|
|
174
|
-
--u-menu-active-color: var(--u-color-primary-dark-1);
|
|
175
|
-
--u-menu-height-small: 32px;
|
|
176
|
-
--u-menu-height-default: 36px;
|
|
177
|
-
--u-menu-height-large: 40px;
|
|
178
|
-
--u-menu-bg-color: var(--u-bg-color-top);
|
|
179
|
-
--u-menu-bg-blur: none;
|
|
180
|
-
--u-menu-bg-saturate: none;
|
|
181
|
-
--u-menu-bg-image: none;
|
|
182
|
-
}
|
|
183
|
-
html[data-theme=dark] .u-collapsed-menu {
|
|
184
|
-
--u-menu-color: var(--u-text-color-main);
|
|
185
|
-
--u-menu-hover-bg: rgba(148, 163, 184, 0.14);
|
|
186
|
-
--u-menu-hover-color: var(--u-text-color-title);
|
|
187
|
-
--u-menu-active-bg: rgba(96, 165, 250, 0.2);
|
|
188
|
-
--u-menu-active-color: var(--u-text-color-white);
|
|
189
|
-
--u-menu-bg-color: var(--u-bg-color-middle);
|
|
190
|
-
}
|
|
191
|
-
@media (prefers-color-scheme: dark) {
|
|
192
|
-
html:not([data-theme=light]) .u-collapsed-menu {
|
|
193
|
-
--u-menu-color: var(--u-text-color-main);
|
|
194
|
-
--u-menu-hover-bg: rgba(148, 163, 184, 0.14);
|
|
195
|
-
--u-menu-hover-color: var(--u-text-color-title);
|
|
196
|
-
--u-menu-active-bg: rgba(96, 165, 250, 0.2);
|
|
197
|
-
--u-menu-active-color: var(--u-text-color-white);
|
|
198
|
-
--u-menu-bg-color: var(--u-bg-color-middle);
|
|
199
|
-
}
|
|
200
|
-
}
|
|
201
137
|
.u-collapsed-menu {
|
|
202
138
|
user-select: none;
|
|
203
139
|
color: var(--u-menu-color);
|
|
@@ -317,20 +253,6 @@ html[data-theme=dark] .u-collapsed-menu {
|
|
|
317
253
|
flex-shrink: 0;
|
|
318
254
|
}
|
|
319
255
|
|
|
320
|
-
.u-menu {
|
|
321
|
-
--u-menu-bg-color: var(--u-bg-color-top);
|
|
322
|
-
--u-menu-bg-blur: none;
|
|
323
|
-
--u-menu-bg-saturate: none;
|
|
324
|
-
--u-menu-bg-image: none;
|
|
325
|
-
}
|
|
326
|
-
html[data-theme=dark] .u-menu {
|
|
327
|
-
--u-menu-bg-color: var(--u-bg-color-middle);
|
|
328
|
-
}
|
|
329
|
-
@media (prefers-color-scheme: dark) {
|
|
330
|
-
html:not([data-theme=light]) .u-menu {
|
|
331
|
-
--u-menu-bg-color: var(--u-bg-color-middle);
|
|
332
|
-
}
|
|
333
|
-
}
|
|
334
256
|
.u-menu {
|
|
335
257
|
margin: 0;
|
|
336
258
|
padding: 0;
|
|
@@ -28,10 +28,10 @@ declare const __VLS_base: _$vue.DefineComponent<__VLS_PublicProps, {}, {}, {}, {
|
|
|
28
28
|
"onUpdate:modelValue"?: ((value: any[]) => any) | undefined;
|
|
29
29
|
onChange?: ((options: Record<string, any>[]) => any) | undefined;
|
|
30
30
|
}>, {
|
|
31
|
-
readonly: boolean;
|
|
32
31
|
disabled: boolean;
|
|
33
32
|
placeholder: string;
|
|
34
33
|
clearable: boolean;
|
|
34
|
+
readonly: boolean;
|
|
35
35
|
labelKey: string;
|
|
36
36
|
valueKey: string;
|
|
37
37
|
visibilityLimit: number;
|
|
@@ -1,3 +1,10 @@
|
|
|
1
|
+
import "../icon/style.js";
|
|
2
|
+
import "../dropdown/style.js";
|
|
3
|
+
import "../scroll/style.js";
|
|
4
|
+
import "../input/style.js";
|
|
5
|
+
import "../tag/style.js";
|
|
6
|
+
import "../checkbox/style.js";
|
|
7
|
+
import "../empty/style.js";
|
|
1
8
|
import "./style2.css";
|
|
2
9
|
import "@veltra/directives/ripple/style.js";
|
|
3
10
|
import "@veltra/styles/anime/zoom-in.scss";
|
|
@@ -14,18 +14,18 @@ type __VLS_PublicProps = __VLS_Props & __VLS_ModelProps;
|
|
|
14
14
|
declare const __VLS_base: _$vue.DefineComponent<__VLS_PublicProps, {}, {}, {}, {}, _$vue.ComponentOptionsMixin, _$vue.ComponentOptionsMixin, {
|
|
15
15
|
"update:modelValue": (value: (string | number)[]) => any;
|
|
16
16
|
} & {
|
|
17
|
-
clear: () => any;
|
|
18
17
|
"update:modelValue": (value: any[]) => any;
|
|
18
|
+
clear: () => any;
|
|
19
19
|
change: (checked: Record<string, any>[]) => any;
|
|
20
20
|
}, string, _$vue.PublicProps, Readonly<__VLS_PublicProps> & Readonly<{
|
|
21
|
-
onClear?: (() => any) | undefined;
|
|
22
21
|
"onUpdate:modelValue"?: ((value: any[]) => any) | undefined;
|
|
22
|
+
onClear?: (() => any) | undefined;
|
|
23
23
|
onChange?: ((checked: Record<string, any>[]) => any) | undefined;
|
|
24
24
|
}>, {
|
|
25
|
-
readonly: boolean;
|
|
26
25
|
disabled: boolean;
|
|
27
26
|
placeholder: string;
|
|
28
27
|
clearable: boolean;
|
|
28
|
+
readonly: boolean;
|
|
29
29
|
labelKey: string;
|
|
30
30
|
valueKey: string;
|
|
31
31
|
filterable: boolean;
|
|
@@ -1,2 +1,9 @@
|
|
|
1
|
+
import "../icon/style.js";
|
|
2
|
+
import "../button/style.js";
|
|
3
|
+
import "../dropdown/style.js";
|
|
4
|
+
import "../input/style.js";
|
|
5
|
+
import "../tag/style.js";
|
|
6
|
+
import "../checkbox/style.js";
|
|
7
|
+
import "../tree/style.js";
|
|
1
8
|
import "./style2.css";
|
|
2
9
|
import "@veltra/styles/anime/zoom-in.scss";
|
|
@@ -5,10 +5,10 @@ import * as _$_veltra_utils0 from "@veltra/utils";
|
|
|
5
5
|
//#region src/components/notification/notification.vue.d.ts
|
|
6
6
|
declare const __VLS_export: _$vue.DefineComponent<NotificationProps, _$_veltra_utils0.DeconstructValue<_NotificationExposed>, {}, {}, {}, _$vue.ComponentOptionsMixin, _$vue.ComponentOptionsMixin, {}, string, _$vue.PublicProps, Readonly<NotificationProps> & Readonly<{}>, {
|
|
7
7
|
closable: boolean;
|
|
8
|
-
position: "top-left" | "top-right" | "bottom-left" | "bottom-right";
|
|
9
8
|
duration: number;
|
|
10
9
|
offset: number;
|
|
11
10
|
buttonText: string;
|
|
11
|
+
position: "top-left" | "top-right" | "bottom-left" | "bottom-right";
|
|
12
12
|
}, {}, {}, {}, string, _$vue.ComponentProvideOptions, false, {}, any>;
|
|
13
13
|
declare const _default: typeof __VLS_export;
|
|
14
14
|
//#endregion
|
|
@@ -20,10 +20,10 @@ declare const __VLS_base: _$vue.DefineComponent<__VLS_PublicProps, {}, {}, {}, {
|
|
|
20
20
|
"onUpdate:modelValue"?: ((value?: number | undefined) => any) | undefined;
|
|
21
21
|
onChange?: ((value?: number | undefined) => any) | undefined;
|
|
22
22
|
}>, {
|
|
23
|
-
readonly: boolean;
|
|
24
23
|
disabled: boolean;
|
|
25
24
|
placeholder: string;
|
|
26
25
|
clearable: boolean;
|
|
26
|
+
readonly: boolean;
|
|
27
27
|
}, {}, {}, {}, string, _$vue.ComponentProvideOptions, false, {}, any>;
|
|
28
28
|
declare const __VLS_export: __VLS_WithSlots<typeof __VLS_base, __VLS_Slots>;
|
|
29
29
|
declare const _default: typeof __VLS_export;
|
|
@@ -24,9 +24,9 @@ declare const __VLS_export: _$vue.DefineComponent<__VLS_PublicProps, {}, {}, {},
|
|
|
24
24
|
"onUpdate:start"?: ((value: number | undefined) => any) | undefined;
|
|
25
25
|
"onUpdate:end"?: ((value: number | undefined) => any) | undefined;
|
|
26
26
|
}>, {
|
|
27
|
-
readonly: boolean;
|
|
28
27
|
disabled: boolean;
|
|
29
28
|
clearable: boolean;
|
|
29
|
+
readonly: boolean;
|
|
30
30
|
separator: string;
|
|
31
31
|
startPlaceholder: string;
|
|
32
32
|
endPlaceholder: string;
|
|
@@ -12,8 +12,8 @@ declare const __VLS_export: _$vue.DefineComponent<__VLS_PublicProps, {}, {}, {},
|
|
|
12
12
|
}, string, _$vue.PublicProps, Readonly<__VLS_PublicProps> & Readonly<{
|
|
13
13
|
"onUpdate:modelValue"?: ((value: string | undefined) => any) | undefined;
|
|
14
14
|
}>, {
|
|
15
|
-
readonly: boolean;
|
|
16
15
|
disabled: boolean;
|
|
16
|
+
readonly: boolean;
|
|
17
17
|
}, {}, {}, {}, string, _$vue.ComponentProvideOptions, false, {}, any>;
|
|
18
18
|
declare const _default: typeof __VLS_export;
|
|
19
19
|
//#endregion
|
|
@@ -15,9 +15,9 @@ declare const __VLS_base: _$vue.DefineComponent<__VLS_PublicProps, {}, {}, {}, {
|
|
|
15
15
|
}, string, _$vue.PublicProps, Readonly<__VLS_PublicProps> & Readonly<{
|
|
16
16
|
"onUpdate:modelValue"?: ((value: string | undefined) => any) | undefined;
|
|
17
17
|
}>, {
|
|
18
|
-
readonly: boolean;
|
|
19
18
|
disabled: boolean;
|
|
20
19
|
clearable: boolean;
|
|
20
|
+
readonly: boolean;
|
|
21
21
|
}, {}, {}, {}, string, _$vue.ComponentProvideOptions, false, {}, any>;
|
|
22
22
|
declare const __VLS_export: __VLS_WithSlots<typeof __VLS_base, __VLS_Slots>;
|
|
23
23
|
declare const _default: typeof __VLS_export;
|
|
@@ -10,8 +10,8 @@ type __VLS_Slots = {
|
|
|
10
10
|
}) => any;
|
|
11
11
|
};
|
|
12
12
|
declare const __VLS_base: _$vue.DefineComponent<ProgressProps, {}, {}, {}, {}, _$vue.ComponentOptionsMixin, _$vue.ComponentOptionsMixin, {}, string, _$vue.PublicProps, Readonly<ProgressProps> & Readonly<{}>, {
|
|
13
|
-
circle: boolean;
|
|
14
13
|
type: index_d_exports.ColorType | ((percentage: number) => index_d_exports.ColorType);
|
|
14
|
+
circle: boolean;
|
|
15
15
|
}, {}, {}, {}, string, _$vue.ComponentProvideOptions, false, {}, any>;
|
|
16
16
|
declare const __VLS_export: __VLS_WithSlots<typeof __VLS_base, __VLS_Slots>;
|
|
17
17
|
declare const _default: typeof __VLS_export;
|