@alauda/ui 6.0.4-beta.12 → 6.0.4-beta.16

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 (35) hide show
  1. package/accordion/accordion-item/accordion-item.component.d.ts +1 -5
  2. package/accordion/accordion.component.d.ts +1 -0
  3. package/accordion/accordion.component.scss.ngstyle.d.ts +1 -0
  4. package/alauda-ui.d.ts +19 -19
  5. package/alauda-ui.metadata.json +1 -1
  6. package/bundles/alauda-ui.umd.js +395 -367
  7. package/bundles/alauda-ui.umd.js.map +1 -1
  8. package/bundles/alauda-ui.umd.min.js +1 -1
  9. package/bundles/alauda-ui.umd.min.js.map +1 -1
  10. package/esm2015/accordion/accordion-item/accordion-item.component.js +12 -14
  11. package/esm2015/accordion/accordion-item/accordion-item.component.ngfactory.js +10 -10
  12. package/esm2015/accordion/accordion-item/accordion-item.component.ngsummary.json +1 -1
  13. package/esm2015/accordion/accordion-item/accordion-item.component.scss.ngstyle.js +1 -1
  14. package/esm2015/accordion/accordion.component.js +7 -4
  15. package/esm2015/accordion/accordion.component.ngfactory.js +9 -8
  16. package/esm2015/accordion/accordion.component.ngsummary.json +1 -1
  17. package/esm2015/accordion/accordion.component.scss.ngstyle.js +9 -0
  18. package/esm2015/accordion/accordion.module.ngfactory.js +1 -1
  19. package/esm2015/alauda-ui.js +20 -20
  20. package/esm2015/alauda-ui.ngsummary.json +1 -1
  21. package/esm2015/table/table-cell.component.js +48 -34
  22. package/esm2015/table/table-cell.component.ngfactory.js +23 -20
  23. package/esm2015/table/table-cell.component.ngsummary.json +1 -1
  24. package/esm2015/table/table.component.js +1 -1
  25. package/esm2015/table/table.component.scss.ngstyle.js +1 -1
  26. package/esm2015/table/table.module.js +7 -6
  27. package/esm2015/table/table.module.ngfactory.js +6 -7
  28. package/esm2015/table/table.module.ngsummary.json +1 -1
  29. package/fesm2015/alauda-ui.js +337 -321
  30. package/fesm2015/alauda-ui.js.map +1 -1
  31. package/package.json +1 -1
  32. package/table/table-cell.component.d.ts +5 -2
  33. package/theme/_mixin.scss +51 -0
  34. package/theme/_pattern.scss +1 -60
  35. package/theme/_var.scss +1 -1
@@ -1,18 +1,14 @@
1
1
  import { CdkAccordionItem } from '@angular/cdk/accordion';
2
2
  import { UniqueSelectionDispatcher } from '@angular/cdk/collections';
3
- import { AfterContentInit, ChangeDetectorRef, EventEmitter, TemplateRef } from '@angular/core';
3
+ import { AfterContentInit, ChangeDetectorRef, TemplateRef } from '@angular/core';
4
4
  import { AccordionComponent } from '../accordion.component';
5
5
  export declare class AccordionItemHeaderDirective {
6
6
  }
7
7
  export declare class AccordionItemContentDirective {
8
8
  }
9
9
  export declare class AccordionItemComponent extends CdkAccordionItem implements AfterContentInit {
10
- hideToggle: boolean;
11
- togglePosition: 'left' | 'right';
12
- expandedChange: EventEmitter<boolean>;
13
10
  _lazyContentTpl: TemplateRef<unknown>;
14
11
  lazyContentTpl: TemplateRef<unknown>;
15
12
  constructor(accordion: AccordionComponent, cdr: ChangeDetectorRef, uniqueSelectionDispatcher: UniqueSelectionDispatcher);
16
13
  ngAfterContentInit(): void;
17
- toggle(): void;
18
14
  }
@@ -1,6 +1,7 @@
1
1
  import { CdkAccordion } from '@angular/cdk/accordion';
2
2
  export declare class AccordionComponent extends CdkAccordion {
3
3
  parent: AccordionComponent;
4
+ background: boolean;
4
5
  depth: number;
5
6
  constructor(parent: AccordionComponent);
6
7
  }
@@ -0,0 +1 @@
1
+ export {};
package/alauda-ui.d.ts CHANGED
@@ -2,23 +2,23 @@
2
2
  * Generated bundle index. Do not edit.
3
3
  */
4
4
  export * from './public-api';
5
- export { DatePickerComponent as ɵx } from './date-picker/date-picker/date-picker.component';
6
- export { ConfirmDialogComponent as ɵf } from './dialog/confirm-dialog/confirm-dialog.component';
7
- export { DialogComponent as ɵe } from './dialog/dialog.component';
8
- export { MenuGroupTitleDirective as ɵp } from './dropdown/helper-directives';
9
- export { AutosizeDirective as ɵn } from './input/autosize.directive';
10
- export { InputAddonAfterDirective as ɵi, InputAddonBeforeDirective as ɵh, InputPrefixDirective as ɵj, InputSuffixDirective as ɵk } from './input/helper-directives';
11
- export { BaseMessage as ɵt } from './message/base-message';
12
- export { MessageAnimations as ɵs } from './message/message-animations';
13
- export { MessageWrapperComponent as ɵq } from './message/message-wrapper.component';
14
- export { MessageComponent as ɵr } from './message/message.component';
15
- export { NotificationWrapperComponent as ɵu } from './notification/notification-wrapper.component';
16
- export { BaseRadio as ɵg } from './radio/base-radio';
17
- export { VirtualForOfDirective as ɵv } from './scrolling/virtual-for-of.directive';
18
- export { BaseSelect as ɵo } from './select/base-select';
19
- export { ClickOutsideDirective as ɵm } from './shared/click-outside.directive';
20
- export { SharedModule as ɵl } from './shared/shared.module';
21
- export { TableCellComponent as ɵc } from './table/table-cell.component';
5
+ export { DatePickerComponent as ɵy } from './date-picker/date-picker/date-picker.component';
6
+ export { ConfirmDialogComponent as ɵg } from './dialog/confirm-dialog/confirm-dialog.component';
7
+ export { DialogComponent as ɵf } from './dialog/dialog.component';
8
+ export { MenuGroupTitleDirective as ɵq } from './dropdown/helper-directives';
9
+ export { AutosizeDirective as ɵo } from './input/autosize.directive';
10
+ export { InputAddonAfterDirective as ɵj, InputAddonBeforeDirective as ɵi, InputPrefixDirective as ɵk, InputSuffixDirective as ɵl } from './input/helper-directives';
11
+ export { BaseMessage as ɵu } from './message/base-message';
12
+ export { MessageAnimations as ɵt } from './message/message-animations';
13
+ export { MessageWrapperComponent as ɵr } from './message/message-wrapper.component';
14
+ export { MessageComponent as ɵs } from './message/message.component';
15
+ export { NotificationWrapperComponent as ɵv } from './notification/notification-wrapper.component';
16
+ export { BaseRadio as ɵh } from './radio/base-radio';
17
+ export { VirtualForOfDirective as ɵw } from './scrolling/virtual-for-of.directive';
18
+ export { BaseSelect as ɵp } from './select/base-select';
19
+ export { ClickOutsideDirective as ɵn } from './shared/click-outside.directive';
20
+ export { SharedModule as ɵm } from './shared/shared.module';
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
- export { TooltipCopyDirective as ɵd } from './tooltip/tooltip-copy.directive';
24
- export { _isNumberValue as ɵw } from './utils';
23
+ export { TooltipCopyDirective as ɵe } from './tooltip/tooltip-copy.directive';
24
+ export { _isNumberValue as ɵx } from './utils';