@public-ui/theme-ecl 4.0.0-alpha.9 → 4.0.0-beta.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.json +27 -0
- package/assets/kolicons/kolicons.svg +87 -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 +44 -0
- package/dist/index.cjs +1 -1
- package/dist/index.cjs.map +1 -1
- package/dist/index.mjs +1 -1
- package/dist/index.mjs.map +1 -1
- package/package.json +6 -6
- package/assets/codicons/LICENSE +0 -395
- package/assets/codicons/LICENSE-CODE +0 -21
- package/assets/codicons/codicon.css +0 -635
- package/assets/codicons/codicon.csv +0 -467
- package/assets/codicons/codicon.svg +0 -1
- package/assets/codicons/codicon.ttf +0 -0
package/dist/index.mjs
CHANGED
|
@@ -977,6 +977,7 @@ var KolEvent;
|
|
|
977
977
|
(function (KolEvent) {
|
|
978
978
|
KolEvent["blur"] = "kolBlur";
|
|
979
979
|
KolEvent["change"] = "kolChange";
|
|
980
|
+
KolEvent["changeHeaderCells"] = "changeHeaderCells";
|
|
980
981
|
KolEvent["changePage"] = "kolChangePage";
|
|
981
982
|
KolEvent["changePageSize"] = "kolChangePageSize";
|
|
982
983
|
KolEvent["click"] = "kolClick";
|
|
@@ -989,7 +990,6 @@ var KolEvent;
|
|
|
989
990
|
KolEvent["reset"] = "kolReset";
|
|
990
991
|
KolEvent["select"] = "kolSelect";
|
|
991
992
|
KolEvent["selectionChange"] = "kolSelectionChange";
|
|
992
|
-
KolEvent["settingsChange"] = "settingsChange";
|
|
993
993
|
KolEvent["sort"] = "kolSort";
|
|
994
994
|
KolEvent["submit"] = "kolSubmit";
|
|
995
995
|
KolEvent["toggle"] = "kolToggle";
|