@public-ui/theme-default 4.1.5-rc.1 → 4.2.0-rc.0
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/kolicons/kolicons.eot +0 -0
- package/assets/kolicons/kolicons.ttf +0 -0
- package/assets/kolicons/kolicons.woff +0 -0
- package/assets/kolicons/kolicons.woff2 +0 -0
- package/assets/kolicons/style.css +6 -6
- package/dist/index.cjs +1 -0
- package/dist/index.cjs.map +1 -1
- package/dist/index.mjs +1 -0
- package/dist/index.mjs.map +1 -1
- package/package.json +7 -7
|
Binary file
|
|
Binary file
|
|
Binary file
|
|
Binary file
|
|
@@ -1,11 +1,11 @@
|
|
|
1
1
|
@font-face {
|
|
2
2
|
font-family: "kolicons";
|
|
3
|
-
src: url('kolicons.eot?t=
|
|
4
|
-
src: url('kolicons.eot?t=
|
|
5
|
-
url("kolicons.woff2?t=
|
|
6
|
-
url("kolicons.woff?t=
|
|
7
|
-
url('kolicons.ttf?t=
|
|
8
|
-
url('kolicons.svg?t=
|
|
3
|
+
src: url('kolicons.eot?t=1779430206668'); /* IE9*/
|
|
4
|
+
src: url('kolicons.eot?t=1779430206668#iefix') format('embedded-opentype'), /* IE6-IE8 */
|
|
5
|
+
url("kolicons.woff2?t=1779430206668") format("woff2"),
|
|
6
|
+
url("kolicons.woff?t=1779430206668") format("woff"),
|
|
7
|
+
url('kolicons.ttf?t=1779430206668') format('truetype'), /* chrome, firefox, opera, Safari, Android, iOS 4.2+*/
|
|
8
|
+
url('kolicons.svg?t=1779430206668#kolicons') format('svg'); /* iOS 4.1- */
|
|
9
9
|
}
|
|
10
10
|
|
|
11
11
|
@layer kol-component {
|
package/dist/index.cjs
CHANGED
|
@@ -799,6 +799,7 @@ new Event('StateChange');
|
|
|
799
799
|
var KolEvent;
|
|
800
800
|
(function (KolEvent) {
|
|
801
801
|
KolEvent["blur"] = "blur";
|
|
802
|
+
KolEvent["cancel"] = "cancel";
|
|
802
803
|
KolEvent["change"] = "change";
|
|
803
804
|
KolEvent["changeHeaderCells"] = "changeheadercells";
|
|
804
805
|
KolEvent["changePage"] = "changepage";
|