@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/dist/index.mjs CHANGED
@@ -797,6 +797,7 @@ new Event('StateChange');
797
797
  var KolEvent;
798
798
  (function (KolEvent) {
799
799
  KolEvent["blur"] = "blur";
800
+ KolEvent["cancel"] = "cancel";
800
801
  KolEvent["change"] = "change";
801
802
  KolEvent["changeHeaderCells"] = "changeheadercells";
802
803
  KolEvent["changePage"] = "changepage";