@alauda/ui 6.2.1 → 6.2.2-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.
- package/alauda-ui.d.ts +20 -21
- package/alauda-ui.metadata.json +1 -1
- package/bundles/alauda-ui.umd.js +82 -76
- package/bundles/alauda-ui.umd.js.map +1 -1
- package/bundles/alauda-ui.umd.min.js +1 -1
- package/bundles/alauda-ui.umd.min.js.map +1 -1
- package/esm2015/accordion/accordion-item/accordion-item.component.js +1 -1
- package/esm2015/accordion/accordion-item/accordion-item.component.scss.ngstyle.js +1 -1
- package/esm2015/alauda-ui.js +21 -22
- package/esm2015/alauda-ui.ngsummary.json +1 -1
- package/esm2015/autocomplete/suggestion/suggestion.component.js +1 -1
- package/esm2015/autocomplete/suggestion/suggestion.component.scss.ngstyle.js +1 -1
- package/esm2015/button/button.component.js +1 -1
- package/esm2015/button/button.component.scss.ngstyle.js +1 -1
- package/esm2015/icon/icon.component.js +1 -1
- package/esm2015/icon/icon.component.ngfactory.js +1 -1
- package/esm2015/icon/icon.component.scss.ngstyle.js +1 -1
- package/esm2015/icon/icon.module.ngfactory.js +1 -1
- package/esm2015/input/tags-input/tags-input.component.js +1 -1
- package/esm2015/input/tags-input/tags-input.component.scss.ngstyle.js +1 -1
- package/esm2015/public-api.ngsummary.json +1 -1
- package/esm2015/radio/radio-button/radio-button.component.js +1 -1
- package/esm2015/radio/radio-button/radio-button.component.scss.ngstyle.js +1 -1
- package/esm2015/radio/radio.component.js +1 -1
- package/esm2015/radio/radio.component.scss.ngstyle.js +1 -1
- package/esm2015/select/multi-select/multi-select.component.js +1 -1
- package/esm2015/select/multi-select/multi-select.component.scss.ngstyle.js +1 -1
- package/esm2015/select/option/option.component.js +1 -1
- package/esm2015/select/option/option.component.scss.ngstyle.js +1 -1
- package/esm2015/switch/switch.component.js +1 -1
- package/esm2015/switch/switch.component.scss.ngstyle.js +1 -1
- package/esm2015/table/table.component.js +1 -1
- package/esm2015/table/table.component.scss.ngstyle.js +1 -1
- package/esm2015/tag/check-tag/check-tag.component.js +1 -1
- package/esm2015/tag/tag.component.js +1 -1
- package/esm2015/tag/tag.component.scss.ngstyle.js +1 -1
- package/esm2015/theme/public-api.js +3 -2
- package/esm2015/theme/public-api.ngsummary.json +1 -1
- package/esm2015/theme/theme.module.js +2 -3
- package/esm2015/theme/theme.module.ngfactory.js +1 -1
- package/esm2015/theme/theme.module.ngsummary.json +1 -1
- package/esm2015/theme/theme.pipe.js +61 -0
- package/esm2015/theme/theme.pipe.ngsummary.json +1 -0
- package/esm2015/theme/utils.js +10 -0
- package/esm2015/theme/utils.ngsummary.json +1 -0
- package/fesm2015/alauda-ui.js +48 -39
- package/fesm2015/alauda-ui.js.map +1 -1
- package/package.json +1 -1
- package/theme/_mixin.scss +1 -1
- package/theme/public-api.d.ts +2 -1
- package/theme/style.css +86 -80
- package/theme/{theme-picker.pipe.d.ts → theme.pipe.d.ts} +10 -0
- package/theme/utils.d.ts +3 -0
- package/esm2015/theme/color.pipe.js +0 -26
- package/esm2015/theme/color.pipe.ngsummary.json +0 -1
- package/esm2015/theme/theme-picker.pipe.js +0 -36
- package/esm2015/theme/theme-picker.pipe.ngsummary.json +0 -1
- package/theme/color.pipe.d.ts +0 -10
package/alauda-ui.d.ts
CHANGED
|
@@ -2,24 +2,23 @@
|
|
|
2
2
|
* Generated bundle index. Do not edit.
|
|
3
3
|
*/
|
|
4
4
|
export * from './public-api';
|
|
5
|
-
export { DatePickerComponent as
|
|
6
|
-
export { ConfirmDialogComponent as
|
|
7
|
-
export { DialogComponent as
|
|
8
|
-
export { MenuGroupTitleDirective as
|
|
9
|
-
export { AutosizeDirective as
|
|
10
|
-
export { InputAddonAfterDirective as
|
|
11
|
-
export { BaseMessage as
|
|
12
|
-
export { MessageAnimations as
|
|
13
|
-
export { MessageWrapperComponent as
|
|
14
|
-
export { MessageComponent as
|
|
15
|
-
export { NotificationWrapperComponent as
|
|
16
|
-
export { BaseRadio as
|
|
17
|
-
export { VirtualForOfDirective as
|
|
18
|
-
export { BaseSelect as
|
|
19
|
-
export { ClickOutsideDirective as
|
|
20
|
-
export { SharedModule as
|
|
21
|
-
export { TableExpandButtonCellComponent as
|
|
22
|
-
export { TablePlaceholderDefDirective as
|
|
23
|
-
export {
|
|
24
|
-
export {
|
|
25
|
-
export { _isNumberValue as ɵba } from './utils';
|
|
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
|
+
export { TablePlaceholderDefDirective as ɵa, TablePlaceholderOutlet as ɵb } from './table/table-placeholder.directive';
|
|
23
|
+
export { TooltipCopyDirective as ɵe } from './tooltip/tooltip-copy.directive';
|
|
24
|
+
export { _isNumberValue as ɵx } from './utils';
|