@alauda/ui 6.4.2-beta.34 → 6.4.2-beta.37

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.
@@ -9038,9 +9038,12 @@ const HAS_TABLE_TOP_SHADOW = 'hasTableTopShadow';
9038
9038
  const HAS_TABLE_BOTTOM_SHADOW = 'hasTableBottomShadow';
9039
9039
  const HAS_TABLE_VERTICAL_SCROLL = 'hasTableVerticalScroll';
9040
9040
  class TableScrollWrapperDirective {
9041
+ constructor() {
9042
+ this.auiTableScrollWrapper = '100%';
9043
+ }
9041
9044
  }
9042
9045
  TableScrollWrapperDirective.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "13.3.8", ngImport: i0, type: TableScrollWrapperDirective, deps: [], target: i0.ɵɵFactoryTarget.Directive });
9043
- TableScrollWrapperDirective.ɵdir = i0.ɵɵngDeclareDirective({ minVersion: "12.0.0", version: "13.3.8", type: TableScrollWrapperDirective, selector: "[auiTableScrollWrapper]", host: { classAttribute: "aui-table__scroll-wrapper" }, ngImport: i0 });
9046
+ TableScrollWrapperDirective.ɵdir = i0.ɵɵngDeclareDirective({ minVersion: "12.0.0", version: "13.3.8", type: TableScrollWrapperDirective, selector: "[auiTableScrollWrapper]", inputs: { auiTableScrollWrapper: "auiTableScrollWrapper" }, host: { properties: { "style.max-height": "this.auiTableScrollWrapper" }, classAttribute: "aui-table__scroll-wrapper" }, ngImport: i0 });
9044
9047
  i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "13.3.8", ngImport: i0, type: TableScrollWrapperDirective, decorators: [{
9045
9048
  type: Directive,
9046
9049
  args: [{
@@ -9049,7 +9052,12 @@ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "13.3.8", ngImpor
9049
9052
  class: 'aui-table__scroll-wrapper',
9050
9053
  },
9051
9054
  }]
9052
- }] });
9055
+ }], propDecorators: { auiTableScrollWrapper: [{
9056
+ type: HostBinding,
9057
+ args: ['style.max-height']
9058
+ }, {
9059
+ type: Input
9060
+ }] } });
9053
9061
  class TableScrollShadowDirective {
9054
9062
  constructor(el, table) {
9055
9063
  this.el = el;