raise-common-lib-new 0.0.55 → 0.0.56
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/esm2022/lib/form/richtexteditor/data-config.mjs +113 -113
- package/esm2022/lib/form/richtexteditor/index.component.mjs +2 -2
- package/fesm2022/raise-common-lib-new.mjs +114 -114
- package/fesm2022/raise-common-lib-new.mjs.map +1 -1
- package/lib/float-box/index.component.d.ts +2 -2
- package/package.json +1 -1
- package/src/assets/font-family/font-family.scss +17 -17
|
@@ -7,9 +7,9 @@ export declare class FloatBoxComponent implements AfterViewInit, OnDestroy {
|
|
|
7
7
|
_trigger: "hover" | "click";
|
|
8
8
|
_animation: "yes" | "no";
|
|
9
9
|
_fixed: "yes" | "no";
|
|
10
|
-
get placement(): "top" | "
|
|
10
|
+
get placement(): "top" | "left" | "right" | "bottom";
|
|
11
11
|
get position(): "center" | "start" | "end";
|
|
12
|
-
get trigger(): "
|
|
12
|
+
get trigger(): "hover" | "click";
|
|
13
13
|
get animation(): "yes" | "no";
|
|
14
14
|
get fixed(): "yes" | "no";
|
|
15
15
|
openChange: EventEmitter<boolean>;
|
package/package.json
CHANGED
|
@@ -1,5 +1,5 @@
|
|
|
1
1
|
@font-face {
|
|
2
|
-
font-family: "Tiempos Headline
|
|
2
|
+
font-family: "Tiempos Headline Semibold";
|
|
3
3
|
src: url("./tiemposheadline-semibold.otf");
|
|
4
4
|
}
|
|
5
5
|
|
|
@@ -8,7 +8,7 @@
|
|
|
8
8
|
*/
|
|
9
9
|
|
|
10
10
|
@font-face {
|
|
11
|
-
font-family: "Avenir LT Pro
|
|
11
|
+
font-family: "Avenir LT Pro 65 Medium";
|
|
12
12
|
src: url("./avenir_lt_pro/AvenirLTProBlack.otf");
|
|
13
13
|
}
|
|
14
14
|
|
|
@@ -18,7 +18,7 @@
|
|
|
18
18
|
}
|
|
19
19
|
|
|
20
20
|
@font-face {
|
|
21
|
-
font-family: "Avenir LT Pro
|
|
21
|
+
font-family: "Avenir LT Pro 55 Roman";
|
|
22
22
|
src: url("./avenir_lt_pro/AvenirLTProHeavy.otf");
|
|
23
23
|
}
|
|
24
24
|
|
|
@@ -28,7 +28,7 @@
|
|
|
28
28
|
}
|
|
29
29
|
|
|
30
30
|
@font-face {
|
|
31
|
-
font-family: "Avenir LT Pro
|
|
31
|
+
font-family: "Avenir LT Pro 35 Light";
|
|
32
32
|
src: url("./avenir_lt_pro/AvenirLTProLight.otf");
|
|
33
33
|
}
|
|
34
34
|
|
|
@@ -55,12 +55,12 @@
|
|
|
55
55
|
* Avenir Next LT Pro
|
|
56
56
|
*/
|
|
57
57
|
@font-face {
|
|
58
|
-
font-family: "
|
|
58
|
+
font-family: "AvenirNext LT Pro Bold";
|
|
59
59
|
src: url("./avenir_next_lt_pro/AvenirNextLTPro-Bold.otf");
|
|
60
60
|
}
|
|
61
61
|
|
|
62
62
|
@font-face {
|
|
63
|
-
font-family: "
|
|
63
|
+
font-family: "AvenirNext LT Pro Regular";
|
|
64
64
|
src: url("./avenir_next_lt_pro/AvenirNextLTPro-Demi.otf");
|
|
65
65
|
}
|
|
66
66
|
|
|
@@ -70,12 +70,12 @@
|
|
|
70
70
|
}
|
|
71
71
|
|
|
72
72
|
@font-face {
|
|
73
|
-
font-family: "
|
|
73
|
+
font-family: "AvenirNext LT Pro Heavy";
|
|
74
74
|
src: url("./avenir_next_lt_pro/AvenirNextLTPro-Heavy.otf");
|
|
75
75
|
}
|
|
76
76
|
|
|
77
77
|
@font-face {
|
|
78
|
-
font-family: "
|
|
78
|
+
font-family: "AvenirNext LT Pro Heavylt";
|
|
79
79
|
src: url("./avenir_next_lt_pro/AvenirNextLTPro-UltLtIt.otf");
|
|
80
80
|
}
|
|
81
81
|
|
|
@@ -85,12 +85,12 @@
|
|
|
85
85
|
}
|
|
86
86
|
|
|
87
87
|
@font-face {
|
|
88
|
-
font-family: "Avenir Next LT Pro
|
|
88
|
+
font-family: "Avenir Next LT Pro Light";
|
|
89
89
|
src: url("./avenir_next_lt_pro/AvenirNextLTPro-Light.otf");
|
|
90
90
|
}
|
|
91
91
|
|
|
92
92
|
@font-face {
|
|
93
|
-
font-family: "
|
|
93
|
+
font-family: "AvenirNext LT Pro Medium";
|
|
94
94
|
src: url("./avenir_next_lt_pro/AvenirNextLTPro-MediumIt.otf");
|
|
95
95
|
}
|
|
96
96
|
|
|
@@ -100,12 +100,12 @@
|
|
|
100
100
|
}
|
|
101
101
|
|
|
102
102
|
@font-face {
|
|
103
|
-
font-family: "
|
|
103
|
+
font-family: "AvenirNext LT Pro UltLight";
|
|
104
104
|
src: url("./avenir_next_lt_pro/AvenirNextLTPro-UltLt.otf");
|
|
105
105
|
}
|
|
106
106
|
|
|
107
107
|
@font-face {
|
|
108
|
-
font-family: "
|
|
108
|
+
font-family: "AvenirNext LT Pro UltLightlt";
|
|
109
109
|
src: url("./avenir_next_lt_pro/AvenirNextLTPro-UltLtIt.otf");
|
|
110
110
|
}
|
|
111
111
|
|
|
@@ -114,27 +114,27 @@
|
|
|
114
114
|
*/
|
|
115
115
|
|
|
116
116
|
@font-face {
|
|
117
|
-
font-family: "
|
|
117
|
+
font-family: "思源黑体 CN ExtraLight";
|
|
118
118
|
src: url("./sourcehansanscn/sourcehansanscn-extralight.otf");
|
|
119
119
|
}
|
|
120
120
|
|
|
121
121
|
@font-face {
|
|
122
|
-
font-family: "Source Han Sans CN
|
|
122
|
+
font-family: "Source Han Sans CN";
|
|
123
123
|
src: url("./sourcehansanscn/sourcehansanscn-regular.otf");
|
|
124
124
|
}
|
|
125
125
|
|
|
126
126
|
@font-face {
|
|
127
|
-
font-family: "
|
|
127
|
+
font-family: "思源黑体 CN Medium";
|
|
128
128
|
src: url("./sourcehansanscn/sourcehansanscn-medium.otf");
|
|
129
129
|
}
|
|
130
130
|
|
|
131
131
|
@font-face {
|
|
132
|
-
font-family: "
|
|
132
|
+
font-family: "思源黑体 CN";
|
|
133
133
|
src: url("./sourcehansanscn/sourcehansanscn-bold.otf");
|
|
134
134
|
}
|
|
135
135
|
|
|
136
136
|
@font-face {
|
|
137
|
-
font-family: "
|
|
137
|
+
font-family: "苹方-简";
|
|
138
138
|
src: url("./pingfangsc/pingfangsc-light.otf");
|
|
139
139
|
}
|
|
140
140
|
|