raise-common-lib 0.0.26 → 0.0.27
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/assets/language/fr.d.ts +3377 -0
- package/assets/language/ja.d.ts +3351 -0
- package/assets/language/ko.d.ts +3351 -0
- package/assets/language/zh-CN.d.ts +3064 -0
- package/assets/language/zh-TW.d.ts +3354 -0
- package/bundles/raise-common-lib.umd.js +18415 -477
- package/bundles/raise-common-lib.umd.js.map +1 -1
- package/bundles/raise-common-lib.umd.min.js +2 -2
- package/bundles/raise-common-lib.umd.min.js.map +1 -1
- package/esm2015/assets/language/fr.js +3384 -0
- package/esm2015/assets/language/ja.js +3358 -0
- package/esm2015/assets/language/ko.js +3358 -0
- package/esm2015/assets/language/zh-CN.js +3071 -0
- package/esm2015/assets/language/zh-TW.js +3361 -0
- package/esm2015/lib/form/checkbox-group/index.component.js +1 -1
- package/esm2015/lib/form/drawer-form/constants.js +29 -0
- package/esm2015/lib/form/drawer-form/drawer-form.component.js +524 -0
- package/esm2015/lib/form/radio-group/index.component.js +1 -1
- package/esm2015/lib/form/tag-input/index.component.js +44 -11
- package/esm2015/lib/layout/drawer/index.component.js +211 -0
- package/esm2015/lib/layout/main-container/index.component.js +48 -6
- package/esm2015/lib/layout/multi-tab/index.component.js +19 -4
- package/esm2015/lib/layout/rs-header/index.component.js +20 -5
- package/esm2015/lib/raise-common-lib.module.js +13 -2
- package/esm2015/lib/service/drawer.service.js +191 -0
- package/esm2015/lib/service/translation.service.js +142 -0
- package/esm2015/public-api.js +25 -20
- package/esm2015/raise-common-lib.js +2 -2
- package/esm5/assets/language/fr.js +3384 -0
- package/esm5/assets/language/ja.js +3358 -0
- package/esm5/assets/language/ko.js +3358 -0
- package/esm5/assets/language/zh-CN.js +3071 -0
- package/esm5/assets/language/zh-TW.js +3361 -0
- package/esm5/lib/form/checkbox-group/index.component.js +1 -1
- package/esm5/lib/form/drawer-form/constants.js +30 -0
- package/esm5/lib/form/drawer-form/drawer-form.component.js +634 -0
- package/esm5/lib/form/radio-group/index.component.js +1 -1
- package/esm5/lib/form/tag-input/index.component.js +60 -12
- package/esm5/lib/layout/drawer/index.component.js +255 -0
- package/esm5/lib/layout/main-container/index.component.js +52 -9
- package/esm5/lib/layout/multi-tab/index.component.js +18 -4
- package/esm5/lib/layout/rs-header/index.component.js +18 -5
- package/esm5/lib/raise-common-lib.module.js +13 -2
- package/esm5/lib/service/drawer.service.js +229 -0
- package/esm5/lib/service/translation.service.js +157 -0
- package/esm5/public-api.js +25 -20
- package/esm5/raise-common-lib.js +2 -2
- package/fesm2015/raise-common-lib.js +17820 -100
- package/fesm2015/raise-common-lib.js.map +1 -1
- package/fesm5/raise-common-lib.js +18412 -478
- package/fesm5/raise-common-lib.js.map +1 -1
- package/lib/form/drawer-form/constants.d.ts +34 -0
- package/lib/form/drawer-form/drawer-form.component.d.ts +63 -0
- package/lib/form/tag-input/index.component.d.ts +8 -2
- package/lib/layout/drawer/index.component.d.ts +24 -0
- package/lib/layout/main-container/index.component.d.ts +7 -0
- package/lib/layout/multi-tab/index.component.d.ts +3 -1
- package/lib/layout/rs-header/index.component.d.ts +4 -1
- package/lib/service/drawer.service.d.ts +33 -0
- package/lib/service/translation.service.d.ts +9 -0
- package/package.json +1 -1
- package/public-api.d.ts +24 -19
- package/raise-common-lib.metadata.json +1 -1
- package/src/assets/img/down-arrow.svg +3 -0
- package/src/assets/img/drawer-back.svg +4 -0
- package/src/assets/img/tooltip-icon.svg +4 -0
- package/src/assets/language/fr.ts +3603 -0
- package/src/assets/language/ja.ts +3501 -0
- package/src/assets/language/ko.ts +3478 -0
- package/src/assets/language/zh-CN.ts +3115 -0
- package/src/assets/language/zh-TW.ts +3411 -0
- package/src/assets/style/reset/dropdown.scss +12 -3
- package/src/assets/style/reset/input.scss +18 -3
|
@@ -1,6 +1,7 @@
|
|
|
1
1
|
// dropdownlist,multiselect,pagerdropdown,dropdowntree,daterangepicker
|
|
2
2
|
.e-dropdownlist,
|
|
3
3
|
.e-multiselect,
|
|
4
|
+
.e-autocomplete,
|
|
4
5
|
.e-pagerdropdown,
|
|
5
6
|
.e-dropdowntree,
|
|
6
7
|
.e-daterangepicker,
|
|
@@ -97,6 +98,13 @@
|
|
|
97
98
|
}
|
|
98
99
|
}
|
|
99
100
|
|
|
101
|
+
&:focus-within,
|
|
102
|
+
&.e-icon-anim,
|
|
103
|
+
&.e-input-focus {
|
|
104
|
+
border-color: var(--rs-input-focus-border-color) !important;
|
|
105
|
+
box-shadow: none !important;
|
|
106
|
+
}
|
|
107
|
+
|
|
100
108
|
&.e-icon-anim {
|
|
101
109
|
.e-input-group-icon {
|
|
102
110
|
&::before {
|
|
@@ -131,7 +139,7 @@
|
|
|
131
139
|
}
|
|
132
140
|
}
|
|
133
141
|
&.error {
|
|
134
|
-
.e-input-group {
|
|
142
|
+
.e-input-group:not(:focus-within):not(.e-icon-anim):not(.e-input-focus) {
|
|
135
143
|
border-color: var(--rs-input-error-border-color) !important;
|
|
136
144
|
}
|
|
137
145
|
}
|
|
@@ -407,7 +415,7 @@
|
|
|
407
415
|
}
|
|
408
416
|
.e-header {
|
|
409
417
|
height: 34px;
|
|
410
|
-
&.e-month{
|
|
418
|
+
&.e-month {
|
|
411
419
|
padding: 0;
|
|
412
420
|
}
|
|
413
421
|
.e-title {
|
|
@@ -514,7 +522,8 @@
|
|
|
514
522
|
font-size: var(--rs-font-size);
|
|
515
523
|
color: var(--rs-cancel-btn-color);
|
|
516
524
|
cursor: pointer;
|
|
517
|
-
&.e-apply,
|
|
525
|
+
&.e-apply,
|
|
526
|
+
&.e-today {
|
|
518
527
|
border: 1px solid var(--rs-primary-btn-bg);
|
|
519
528
|
background-color: var(--rs-primary-btn-bg);
|
|
520
529
|
color: #fff;
|
|
@@ -10,7 +10,7 @@ textarea.e-input,
|
|
|
10
10
|
box-shadow: 0px 0px 3px 0px rgba(31, 123, 255, 0.4) !important;
|
|
11
11
|
border-color: var(--rs-input-hover-border-color) !important;
|
|
12
12
|
}
|
|
13
|
-
&:not(
|
|
13
|
+
&:not([disabled]):not([readonly]):focus {
|
|
14
14
|
border-color: var(--rs-input-focus-border-color) !important;
|
|
15
15
|
box-shadow: none !important;
|
|
16
16
|
}
|
|
@@ -22,11 +22,15 @@ textarea.e-input,
|
|
|
22
22
|
background-color: var(--rs-input-disabled-bg) !important;
|
|
23
23
|
-webkit-text-fill-color: var(--rs-input-disabled-color) !important;
|
|
24
24
|
}
|
|
25
|
-
&.error {
|
|
25
|
+
&.error:not(:focus) {
|
|
26
26
|
border-color: var(--rs-input-error-border-color) !important;
|
|
27
27
|
}
|
|
28
28
|
}
|
|
29
29
|
|
|
30
|
+
textarea.e-input:focus {
|
|
31
|
+
padding: 4px 8px;
|
|
32
|
+
}
|
|
33
|
+
|
|
30
34
|
input.e-input {
|
|
31
35
|
height: var(--rs-input-line-height) !important;
|
|
32
36
|
line-height: calc(var(--rs-input-line-height) - 2px) !important;
|
|
@@ -43,7 +47,7 @@ input.e-input {
|
|
|
43
47
|
box-shadow: none !important;
|
|
44
48
|
}
|
|
45
49
|
}
|
|
46
|
-
&.error {
|
|
50
|
+
&.error:not(:focus-within):not(.e-input-focus) {
|
|
47
51
|
border-color: var(--rs-input-error-border-color) !important;
|
|
48
52
|
}
|
|
49
53
|
input.e-input {
|
|
@@ -62,3 +66,14 @@ input.e-input {
|
|
|
62
66
|
display: none;
|
|
63
67
|
}
|
|
64
68
|
}
|
|
69
|
+
|
|
70
|
+
ejs-numerictextbox.e-lib.error {
|
|
71
|
+
.e-numeric.e-input-group {
|
|
72
|
+
input.e-input:not(:focus) {
|
|
73
|
+
border-color: var(--rs-input-error-border-color) !important;
|
|
74
|
+
}
|
|
75
|
+
input.e-input:hover {
|
|
76
|
+
box-shadow: none !important;
|
|
77
|
+
}
|
|
78
|
+
}
|
|
79
|
+
}
|