adata-ui 0.1.78 → 0.1.79

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.
@@ -12479,6 +12479,7 @@ var ATable_component = normalizeComponent(
12479
12479
 
12480
12480
 
12481
12481
 
12482
+
12482
12483
  var Components = {
12483
12484
  ACheckbox: ACheckbox,
12484
12485
  AButton: AButton,
@@ -12491,6 +12492,7 @@ var Components = {
12491
12492
  ASearchTextField: SearchTextField,
12492
12493
  AMailTo: MailTo,
12493
12494
  ATable: ATable,
12495
+ ALoader: Loader,
12494
12496
  ACheckboxMenu: CheckboxMenu
12495
12497
  };
12496
12498
  Object.keys(Components).forEach(function (name) {