@alauda/ui 6.2.1-beta.1 → 6.2.1-beta.10

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.
Files changed (47) hide show
  1. package/alauda-ui.d.ts +3 -3
  2. package/alauda-ui.metadata.json +1 -1
  3. package/bundles/alauda-ui.umd.js +78 -12
  4. package/bundles/alauda-ui.umd.js.map +1 -1
  5. package/bundles/alauda-ui.umd.min.js +1 -1
  6. package/bundles/alauda-ui.umd.min.js.map +1 -1
  7. package/button/button.component.d.ts +1 -0
  8. package/dropdown/dropdown.directive.d.ts +1 -0
  9. package/esm2015/alauda-ui.js +4 -4
  10. package/esm2015/alauda-ui.ngsummary.json +1 -1
  11. package/esm2015/autocomplete/autocomplete.module.js +3 -1
  12. package/esm2015/autocomplete/autocomplete.module.ngfactory.js +1 -1
  13. package/esm2015/autocomplete/suggestion/suggestion.component.ngfactory.js +9 -8
  14. package/esm2015/button/button.component.js +7 -2
  15. package/esm2015/button/button.component.ngfactory.js +1 -1
  16. package/esm2015/button/button.component.ngsummary.json +1 -1
  17. package/esm2015/date-picker/calendar/date-picker-panel/component.ngfactory.js +3 -3
  18. package/esm2015/date-picker/calendar/footer/component.ngfactory.js +5 -5
  19. package/esm2015/date-picker/calendar/header/component.ngfactory.js +9 -9
  20. package/esm2015/date-picker/calendar/panel/picker-panel.ngfactory.js +3 -3
  21. package/esm2015/dialog/confirm-dialog/confirm-dialog.component.ngfactory.js +5 -5
  22. package/esm2015/dialog/dialog.component.js +2 -2
  23. package/esm2015/dialog/dialog.component.ngfactory.js +2 -2
  24. package/esm2015/dropdown/dropdown-button/dropdown-button.component.js +2 -2
  25. package/esm2015/dropdown/dropdown-button/dropdown-button.component.ngfactory.js +3 -3
  26. package/esm2015/dropdown/dropdown.directive.js +8 -2
  27. package/esm2015/dropdown/dropdown.directive.ngsummary.json +1 -1
  28. package/esm2015/input/input.component.js +5 -2
  29. package/esm2015/input/number-input/number-input.component.ngfactory.js +5 -5
  30. package/esm2015/paginator/paginator.component.js +1 -1
  31. package/esm2015/paginator/paginator.component.ngfactory.js +13 -13
  32. package/esm2015/paginator/paginator.component.scss.ngstyle.js +1 -1
  33. package/esm2015/public-api.ngsummary.json +1 -1
  34. package/esm2015/radio/base-radio.js +2 -2
  35. package/esm2015/time-picker/panel/panel.component.ngfactory.js +4 -4
  36. package/esm2015/utils/e2e-attribute-binding.directive.js +34 -0
  37. package/esm2015/utils/e2e-attribute-binding.directive.ngsummary.json +1 -0
  38. package/esm2015/utils/fn.js +10 -1
  39. package/esm2015/utils/fn.ngsummary.json +1 -1
  40. package/esm2015/utils/index.js +2 -1
  41. package/esm2015/utils/index.ngsummary.json +1 -1
  42. package/fesm2015/alauda-ui.js +65 -11
  43. package/fesm2015/alauda-ui.js.map +1 -1
  44. package/package.json +1 -1
  45. package/utils/e2e-attribute-binding.directive.d.ts +7 -0
  46. package/utils/fn.d.ts +1 -0
  47. package/utils/index.d.ts +1 -0
package/alauda-ui.d.ts CHANGED
@@ -2,7 +2,7 @@
2
2
  * Generated bundle index. Do not edit.
3
3
  */
4
4
  export * from './public-api';
5
- export { DatePickerComponent as ɵy } from './date-picker/date-picker/date-picker.component';
5
+ export { DatePickerComponent as ɵz } from './date-picker/date-picker/date-picker.component';
6
6
  export { ConfirmDialogComponent as ɵg } from './dialog/confirm-dialog/confirm-dialog.component';
7
7
  export { DialogComponent as ɵf } from './dialog/dialog.component';
8
8
  export { MenuGroupTitleDirective as ɵq } from './dropdown/helper-directives';
@@ -14,11 +14,11 @@ export { MessageWrapperComponent as ɵr } from './message/message-wrapper.compon
14
14
  export { MessageComponent as ɵs } from './message/message.component';
15
15
  export { NotificationWrapperComponent as ɵv } from './notification/notification-wrapper.component';
16
16
  export { BaseRadio as ɵh } from './radio/base-radio';
17
- export { VirtualForOfDirective as ɵw } from './scrolling/virtual-for-of.directive';
17
+ export { VirtualForOfDirective as ɵx } from './scrolling/virtual-for-of.directive';
18
18
  export { BaseSelect as ɵp } from './select/base-select';
19
19
  export { ClickOutsideDirective as ɵn } from './shared/click-outside.directive';
20
20
  export { SharedModule as ɵm } from './shared/shared.module';
21
21
  export { TableExpandButtonCellComponent as ɵc, TableExpandPanelCellComponent as ɵd } from './table/table-cell.component';
22
22
  export { TablePlaceholderDefDirective as ɵa, TablePlaceholderOutlet as ɵb } from './table/table-placeholder.directive';
23
23
  export { TooltipCopyDirective as ɵe } from './tooltip/tooltip-copy.directive';
24
- export { _isNumberValue as ɵx } from './utils';
24
+ export { E2eAttributeBindingDirective as ɵw, _isNumberValue as ɵy } from './utils';