@leanix/components 0.4.813 → 0.4.814
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/index.d.ts
CHANGED
|
@@ -36,7 +36,6 @@ export * from './lib/core-ui/components/spinner/spinner.component';
|
|
|
36
36
|
export * from './lib/core-ui/components/stepper/stepper.component';
|
|
37
37
|
export * from './lib/core-ui/components/table/table-header/table-header.component';
|
|
38
38
|
export * from './lib/core-ui/components/table/table.component';
|
|
39
|
-
export * from './lib/core-ui/components/tiny-spinner/tiny-spinner.component';
|
|
40
39
|
export * from './lib/core-ui/components/tokenizer/token/token.component';
|
|
41
40
|
export * from './lib/core-ui/components/tokenizer/tokenizer-overflow-popover/tokenizer-overflow-popover.component';
|
|
42
41
|
export * from './lib/core-ui/components/tokenizer/tokenizer.component';
|
|
@@ -1,11 +1,30 @@
|
|
|
1
|
+
import { BadgeComponent } from './components/badge/badge.component';
|
|
2
|
+
import { BannerComponent } from './components/banner/banner.component';
|
|
3
|
+
import { ButtonGroupComponent } from './components/button-group/button-group.component';
|
|
4
|
+
import { ButtonComponent } from './components/button/button.component';
|
|
5
|
+
import { CardComponent } from './components/card/card.component';
|
|
6
|
+
import { CollapsibleComponent } from './components/collapsible/collapsible.component';
|
|
7
|
+
import { CounterComponent } from './components/counter/counter.component';
|
|
1
8
|
import { EllipsisComponent } from './components/ellipsis/ellipsis.component';
|
|
9
|
+
import { EmptyStateComponent } from './components/empty-state/empty-state.component';
|
|
10
|
+
import { SpinnerComponent } from './components/spinner/spinner.component';
|
|
2
11
|
import { StepperComponent } from './components/stepper/stepper.component';
|
|
3
12
|
import { TableHeaderComponent } from './components/table/table-header/table-header.component';
|
|
4
|
-
import {
|
|
13
|
+
import { TableComponent } from './components/table/table.component';
|
|
14
|
+
import { AfterViewInitDirective } from './directives/after-view-init.directive';
|
|
5
15
|
import { AutocloseDirective } from './directives/autoclose.directive';
|
|
6
16
|
import { AutofocusDirective } from './directives/autofocus.directive';
|
|
17
|
+
import { IconComponent } from './icon/icon.component';
|
|
18
|
+
import { LxLinkifyPipe } from './linkify/linkify.pipe';
|
|
19
|
+
import { LxUnlinkifyPipe } from './linkify/unlinkify.pipe';
|
|
20
|
+
import { BrPipe } from './pipes/br.pipe';
|
|
7
21
|
import { CustomDatePipe } from './pipes/custom-date.pipe';
|
|
22
|
+
import { HighlightRangePipe } from './pipes/highlight-range.pipe';
|
|
23
|
+
import { HighlightTermPipe } from './pipes/highlight-term.pipe';
|
|
24
|
+
import { LxIsUuidPipe } from './pipes/lx-is-uuid.pipe';
|
|
8
25
|
import { LxTranslatePipe } from './pipes/lx-translate.pipe';
|
|
26
|
+
import { MarkdownPipe } from './pipes/markdown.pipe';
|
|
27
|
+
import { SortPipe } from './pipes/sort.pipe';
|
|
9
28
|
import { TranslationAfterPipe } from './pipes/translation-after.pipe';
|
|
10
29
|
import { TranslationBeforePipe } from './pipes/translation-before.pipe';
|
|
11
30
|
import { TranslationBetweenPipe } from './pipes/translation-between.pipe';
|
|
@@ -39,18 +58,17 @@ import * as i25 from "./components/stepper/stepper.component";
|
|
|
39
58
|
import * as i26 from "./components/spinner/spinner.component";
|
|
40
59
|
import * as i27 from "./components/table/table.component";
|
|
41
60
|
import * as i28 from "./components/table/table-header/table-header.component";
|
|
42
|
-
import * as i29 from "./
|
|
43
|
-
import * as i30 from "./
|
|
44
|
-
import * as i31 from "./pipes/translation-
|
|
45
|
-
import * as i32 from "./pipes/translation-
|
|
46
|
-
import * as i33 from "./pipes/
|
|
47
|
-
import * as i34 from "./pipes/
|
|
48
|
-
import * as i35 from "./pipes/
|
|
49
|
-
import * as i36 from "./
|
|
50
|
-
|
|
51
|
-
export declare const CORE_MODULE_EXPORTS: (typeof EllipsisComponent | typeof StepperComponent | typeof TableHeaderComponent | typeof TinySpinnerComponent | typeof AutocloseDirective | typeof AutofocusDirective | typeof CustomDatePipe | typeof LxTranslatePipe | typeof TranslationBeforePipe | typeof TranslationAfterPipe | typeof TranslationBetweenPipe | typeof TooltipDirective)[];
|
|
61
|
+
import * as i29 from "./tooltip/tooltip.directive";
|
|
62
|
+
import * as i30 from "./pipes/translation-after.pipe";
|
|
63
|
+
import * as i31 from "./pipes/translation-before.pipe";
|
|
64
|
+
import * as i32 from "./pipes/translation-between.pipe";
|
|
65
|
+
import * as i33 from "./pipes/sort.pipe";
|
|
66
|
+
import * as i34 from "./pipes/contrast-color.pipe";
|
|
67
|
+
import * as i35 from "./pipes/unescape-curly-braces.pipe";
|
|
68
|
+
import * as i36 from "./components/empty-state/empty-state.component";
|
|
69
|
+
export declare const CORE_MODULE_EXPORTS: (typeof BadgeComponent | typeof BannerComponent | typeof ButtonGroupComponent | typeof ButtonComponent | typeof CardComponent | typeof CollapsibleComponent | typeof CounterComponent | typeof EllipsisComponent | typeof EmptyStateComponent | typeof SpinnerComponent | typeof StepperComponent | typeof SortPipe | typeof TableComponent | typeof TableHeaderComponent | typeof AfterViewInitDirective | typeof AutocloseDirective | typeof AutofocusDirective | typeof IconComponent | typeof LxLinkifyPipe | typeof LxUnlinkifyPipe | typeof BrPipe | typeof CustomDatePipe | typeof HighlightRangePipe | typeof HighlightTermPipe | typeof LxIsUuidPipe | typeof LxTranslatePipe | typeof MarkdownPipe | typeof TranslationBeforePipe | typeof TranslationAfterPipe | typeof TranslationBetweenPipe | typeof TooltipDirective)[];
|
|
52
70
|
export declare class LxCoreUiModule {
|
|
53
71
|
static ɵfac: i0.ɵɵFactoryDeclaration<LxCoreUiModule, never>;
|
|
54
|
-
static ɵmod: i0.ɵɵNgModuleDeclaration<LxCoreUiModule, never, [typeof i1.TranslateModule, typeof i2.AfterViewInitDirective, typeof i3.AutocloseDirective, typeof i4.AutofocusDirective, typeof i5.CounterComponent, typeof i6.BadgeComponent, typeof i7.BannerComponent, typeof i8.ButtonComponent, typeof i9.ButtonGroupComponent, typeof i10.BrPipe, typeof i11.CardComponent, typeof i12.CollapsibleComponent, typeof i13.CustomDatePipe, typeof i14.EllipsisComponent, typeof i15.HighlightRangePipe, typeof i16.HighlightTermPipe, typeof i17.IconComponent, typeof i18.LxLinkifyPipe, typeof i19.LxUnlinkifyPipe, typeof i20.LxTimeAgo, typeof i21.LxTranslatePipe, typeof i22.MarkdownPipe, typeof i23.NbspPipe, typeof i24.LxIsUuidPipe, typeof i25.StepperComponent, typeof i26.SpinnerComponent, typeof i27.TableComponent, typeof i28.TableHeaderComponent, typeof i29.
|
|
72
|
+
static ɵmod: i0.ɵɵNgModuleDeclaration<LxCoreUiModule, never, [typeof i1.TranslateModule, typeof i2.AfterViewInitDirective, typeof i3.AutocloseDirective, typeof i4.AutofocusDirective, typeof i5.CounterComponent, typeof i6.BadgeComponent, typeof i7.BannerComponent, typeof i8.ButtonComponent, typeof i9.ButtonGroupComponent, typeof i10.BrPipe, typeof i11.CardComponent, typeof i12.CollapsibleComponent, typeof i13.CustomDatePipe, typeof i14.EllipsisComponent, typeof i15.HighlightRangePipe, typeof i16.HighlightTermPipe, typeof i17.IconComponent, typeof i18.LxLinkifyPipe, typeof i19.LxUnlinkifyPipe, typeof i20.LxTimeAgo, typeof i21.LxTranslatePipe, typeof i22.MarkdownPipe, typeof i23.NbspPipe, typeof i24.LxIsUuidPipe, typeof i25.StepperComponent, typeof i26.SpinnerComponent, typeof i27.TableComponent, typeof i28.TableHeaderComponent, typeof i29.TooltipDirective, typeof i30.TranslationAfterPipe, typeof i31.TranslationBeforePipe, typeof i32.TranslationBetweenPipe, typeof i33.SortPipe, typeof i34.ContrastColorPipe, typeof i35.UnescapeCurlyBracesPipe, typeof i36.EmptyStateComponent], [typeof i2.AfterViewInitDirective, typeof i3.AutocloseDirective, typeof i4.AutofocusDirective, typeof i6.BadgeComponent, typeof i5.CounterComponent, typeof i7.BannerComponent, typeof i8.ButtonComponent, typeof i10.BrPipe, typeof i9.ButtonGroupComponent, typeof i11.CardComponent, typeof i13.CustomDatePipe, typeof i14.EllipsisComponent, typeof i15.HighlightRangePipe, typeof i16.HighlightTermPipe, typeof i17.IconComponent, typeof i18.LxLinkifyPipe, typeof i19.LxUnlinkifyPipe, typeof i20.LxTimeAgo, typeof i21.LxTranslatePipe, typeof i22.MarkdownPipe, typeof i23.NbspPipe, typeof i24.LxIsUuidPipe, typeof i25.StepperComponent, typeof i26.SpinnerComponent, typeof i27.TableComponent, typeof i28.TableHeaderComponent, typeof i29.TooltipDirective, typeof i30.TranslationAfterPipe, typeof i31.TranslationBeforePipe, typeof i32.TranslationBetweenPipe, typeof i12.CollapsibleComponent, typeof i33.SortPipe, typeof i34.ContrastColorPipe, typeof i35.UnescapeCurlyBracesPipe, typeof i36.EmptyStateComponent]>;
|
|
55
73
|
static ɵinj: i0.ɵɵInjectorDeclaration<LxCoreUiModule>;
|
|
56
74
|
}
|
package/package.json
CHANGED
|
@@ -1,10 +0,0 @@
|
|
|
1
|
-
import * as i0 from "@angular/core";
|
|
2
|
-
/**
|
|
3
|
-
* Tiny spinner component is used to show a small spinner.
|
|
4
|
-
*
|
|
5
|
-
* @deprecated Use the `ui5-busy-indicator` component instead.
|
|
6
|
-
*/
|
|
7
|
-
export declare class TinySpinnerComponent {
|
|
8
|
-
static ɵfac: i0.ɵɵFactoryDeclaration<TinySpinnerComponent, never>;
|
|
9
|
-
static ɵcmp: i0.ɵɵComponentDeclaration<TinySpinnerComponent, "lx-tiny-spinner", never, {}, {}, never, never, true, never>;
|
|
10
|
-
}
|