@alauda/ui 6.4.6-beta.3 → 6.4.6-beta.6
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/alauda-ui.d.ts +3 -0
- package/button/button.types.d.ts +9 -0
- package/esm2020/accordion/accordion-item/accordion-item.component.mjs +3 -1
- package/esm2020/alauda-ui.mjs +4 -1
- package/esm2020/anchor/anchor.component.mjs +2 -1
- package/esm2020/back-top/back-top.component.mjs +4 -2
- package/esm2020/button/button.component.mjs +2 -1
- package/esm2020/button/button.types.mjs +10 -1
- package/esm2020/date-picker/calendar/constant.mjs +2 -1
- package/esm2020/date-picker/calendar/header/component.mjs +5 -1
- package/esm2020/date-picker/calendar/panel/picker-panel.mjs +5 -1
- package/esm2020/date-picker/calendar/range-picker-panel/component.mjs +3 -1
- package/esm2020/date-picker/calendar/util.mjs +2 -1
- package/esm2020/dialog/dialog-content/dialog-content.component.mjs +2 -1
- package/esm2020/dialog/dialog.service.mjs +2 -1
- package/esm2020/drawer/component/drawer.component.mjs +4 -1
- package/esm2020/drawer/component/helper-directives.mjs +5 -1
- package/esm2020/form/common-form.mjs +8 -1
- package/esm2020/icon/icon-register.service.mjs +2 -1
- package/esm2020/input/autosize.directive.mjs +7 -2
- package/esm2020/input/input.component.mjs +5 -1
- package/esm2020/input/search/search.component.mjs +2 -2
- package/esm2020/input/tags-input/tags-input.component.mjs +7 -2
- package/esm2020/message/message.config.mjs +6 -1
- package/esm2020/notification/notification.component.mjs +5 -1
- package/esm2020/paginator/paginator-intl.mjs +12 -1
- package/esm2020/paginator/paginator.component.mjs +9 -1
- package/esm2020/radio/radio-button/radio-button.component.mjs +2 -1
- package/esm2020/radio/radio-group/radio-group.component.mjs +4 -1
- package/esm2020/radio/radio.component.mjs +2 -1
- package/esm2020/scrolling/fixed-size-table-virtual-scroll-strategy.mjs +3 -1
- package/esm2020/scrolling/fixed-size-table-virtual-scroll.directive.mjs +3 -1
- package/esm2020/scrolling/fixed-size-virtual-scroll.directive.mjs +2 -1
- package/esm2020/select/base-select.mjs +5 -2
- package/esm2020/select/multi-select/multi-select.component.mjs +4 -2
- package/esm2020/select/select.component.mjs +2 -1
- package/esm2020/select/validators.mjs +6 -2
- package/esm2020/sort/sort-errors.mjs +5 -1
- package/esm2020/sort/sort-header.component.mjs +5 -1
- package/esm2020/sort/sort.directive.mjs +2 -1
- package/esm2020/steps/steps.component.mjs +5 -1
- package/esm2020/table/table-cell-def.directive.mjs +5 -1
- package/esm2020/table/table-cell.directive.mjs +3 -1
- package/esm2020/table/table-column-def.directive.mjs +7 -1
- package/esm2020/table/table-header-cell-def.directive.mjs +5 -1
- package/esm2020/table/table-header-cell.directive.mjs +3 -1
- package/esm2020/table/table-header-row-def.directive.mjs +5 -1
- package/esm2020/table/table-header-row.component.mjs +2 -1
- package/esm2020/table/table-row-def.directive.mjs +6 -1
- package/esm2020/table/table-row.component.mjs +2 -1
- package/esm2020/table/table-scroll.directive.mjs +2 -1
- package/esm2020/table/table.component.mjs +4 -1
- package/esm2020/tabs/tab-body.component.mjs +19 -1
- package/esm2020/tabs/tab-context.service.mjs +4 -1
- package/esm2020/tabs/tab-group.component.mjs +46 -1
- package/esm2020/tabs/tab-header-active-indicator.component.mjs +10 -1
- package/esm2020/tabs/tab-header.component.mjs +106 -3
- package/esm2020/tabs/tab.component.mjs +15 -1
- package/esm2020/tabs/tabs.types.mjs +4 -1
- package/esm2020/tag/tag.component.mjs +2 -1
- package/esm2020/time-picker/panel/panel.component.mjs +3 -1
- package/esm2020/tooltip/tooltip-intl.mjs +7 -1
- package/esm2020/tree-select/tree-select.component.mjs +2 -1
- package/esm2020/types.mjs +4 -1
- package/esm2020/utils/bem.mjs +2 -1
- package/esm2020/utils/coercion.mjs +5 -1
- package/fesm2015/alauda-ui.mjs +375 -10
- package/fesm2015/alauda-ui.mjs.map +1 -1
- package/fesm2020/alauda-ui.mjs +375 -10
- package/fesm2020/alauda-ui.mjs.map +1 -1
- package/form/common-form.d.ts +7 -0
- package/input/autosize.directive.d.ts +3 -0
- package/input/input.component.d.ts +3 -0
- package/message/message.config.d.ts +20 -0
- package/notification/notification.component.d.ts +4 -0
- package/package.json +2 -3
- package/paginator/paginator-intl.d.ts +9 -0
- package/paginator/paginator.component.d.ts +14 -0
- package/radio/radio-group/radio-group.component.d.ts +3 -0
- package/select/base-select.d.ts +3 -0
- package/sort/sort-errors.d.ts +4 -0
- package/steps/steps.component.d.ts +3 -0
- package/steps/types.d.ts +3 -0
- package/table/table-cell-def.directive.d.ts +4 -0
- package/table/table-cell.directive.d.ts +1 -0
- package/table/table-column-def.directive.d.ts +4 -0
- package/table/table-header-cell-def.directive.d.ts +4 -0
- package/table/table-header-cell.directive.d.ts +1 -0
- package/table/table-header-row-def.directive.d.ts +4 -0
- package/table/table-header-row.component.d.ts +1 -0
- package/table/table-row-def.directive.d.ts +5 -0
- package/table/table-row.component.d.ts +1 -0
- package/tabs/tab-body.component.d.ts +16 -0
- package/tabs/tab-context.service.d.ts +3 -0
- package/tabs/tab-group.component.d.ts +28 -0
- package/tabs/tab-header-active-indicator.component.d.ts +9 -0
- package/tabs/tab-header.component.d.ts +83 -0
- package/tabs/tab.component.d.ts +18 -0
- package/tabs/tabs.types.d.ts +3 -0
- package/theme/_theme-preset.scss +2 -0
- package/tooltip/tooltip-intl.d.ts +4 -0
- package/types.d.ts +3 -0
package/tabs/tabs.types.d.ts
CHANGED
package/theme/_theme-preset.scss
CHANGED
|
@@ -50,6 +50,7 @@
|
|
|
50
50
|
|
|
51
51
|
@mixin light-mode {
|
|
52
52
|
color-scheme: light;
|
|
53
|
+
|
|
53
54
|
--aui-color-blue: #{rgb-string(#007af5)};
|
|
54
55
|
--aui-color-b-0: #{rgb-string(#0067d0)};
|
|
55
56
|
--aui-color-b-1: #{rgb-string(#268df6)};
|
|
@@ -114,6 +115,7 @@
|
|
|
114
115
|
|
|
115
116
|
@mixin dark-mode {
|
|
116
117
|
color-scheme: dark;
|
|
118
|
+
|
|
117
119
|
--aui-color-blue: #{rgb-string(#3d8eff)};
|
|
118
120
|
--aui-color-b-0: #{rgb-string(#3674cc)};
|
|
119
121
|
--aui-color-b-1: #{rgb-string(#6daaff)};
|
|
@@ -1,5 +1,8 @@
|
|
|
1
1
|
import { Optional } from '@angular/core';
|
|
2
2
|
import * as i0 from "@angular/core";
|
|
3
|
+
/**
|
|
4
|
+
* Texts to render on the code editor.
|
|
5
|
+
*/
|
|
3
6
|
export declare class TooltipCopyIntl {
|
|
4
7
|
copyTip: string;
|
|
5
8
|
copySuccessTip: string;
|
|
@@ -8,6 +11,7 @@ export declare class TooltipCopyIntl {
|
|
|
8
11
|
static ɵprov: i0.ɵɵInjectableDeclaration<TooltipCopyIntl>;
|
|
9
12
|
}
|
|
10
13
|
export declare function TOOLTIP_COPY_INTL_PROVIDER_FACTORY(parentIntl: TooltipCopyIntl): TooltipCopyIntl;
|
|
14
|
+
/** @docs-private */
|
|
11
15
|
export declare const TOOLTIP_COPY_INTL_INTL_PROVIDER: {
|
|
12
16
|
provide: typeof TooltipCopyIntl;
|
|
13
17
|
deps: Optional[][];
|
package/types.d.ts
CHANGED
|
@@ -4,6 +4,9 @@ export declare const ComponentSize: {
|
|
|
4
4
|
readonly Medium: "medium";
|
|
5
5
|
readonly Small: "small";
|
|
6
6
|
readonly Mini: "mini";
|
|
7
|
+
/**
|
|
8
|
+
* represents default internally, @link https://github.com/angular/vscode-ng-language-service/issues/1147
|
|
9
|
+
*/
|
|
7
10
|
readonly Empty: "";
|
|
8
11
|
};
|
|
9
12
|
export declare type ComponentSize = ValueOf<typeof ComponentSize>;
|