@simpleangularcontrols/sac-bootstrap5 13.0.0-rc.19 → 13.0.0-rc.20
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/controls/buttons/button.module.d.ts +2 -1
- package/controls/checkbox/checkbox.d.ts +1 -1
- package/controls/checkbox/checkbox.module.d.ts +2 -1
- package/controls/checkbox/radiobuttons.d.ts +1 -1
- package/controls/confirm/confirm.module.d.ts +2 -1
- package/controls/confirm/confirm.service.d.ts +1 -1
- package/controls/contextmenu/contextmenu.module.d.ts +2 -1
- package/controls/datetime/datetime.module.d.ts +2 -1
- package/controls/dialog/dialog.d.ts +4 -4
- package/controls/dialog/dialog.module.d.ts +2 -1
- package/controls/form/form.d.ts +4 -4
- package/controls/form/index.d.ts +2 -0
- package/controls/form/index.ngfactory.d.ts +1 -0
- package/controls/form/index.ngsummary.d.ts +1 -0
- package/controls/form/inheritform.directive.d.ts +11 -11
- package/controls/grid/grid.d.ts +4 -4
- package/controls/grid/grid.module.d.ts +2 -1
- package/controls/grid/gridbutton.d.ts +5 -2
- package/controls/grid/gridcolumn.d.ts +1 -1
- package/controls/grid/gridcolumnaction.d.ts +1 -1
- package/controls/grid/gridimage.d.ts +0 -5
- package/controls/input/input.d.ts +1 -1
- package/controls/input/input.module.d.ts +2 -1
- package/controls/input/inputarea.d.ts +1 -1
- package/controls/input/inputcurrency.d.ts +1 -1
- package/controls/input/inputdecimal.d.ts +1 -1
- package/controls/input/inputemail.d.ts +1 -1
- package/controls/input/inputinteger.d.ts +1 -1
- package/controls/input/inputpassword.d.ts +1 -1
- package/controls/input/inputsearch.d.ts +1 -1
- package/controls/list/dropdown.d.ts +1 -15
- package/controls/list/dropdown.module.d.ts +6 -4
- package/controls/list/dropdown.ngfactory.d.ts +0 -1
- package/controls/list/dropdown.ngsummary.d.ts +0 -1
- package/controls/list/dropdownoption.directive.d.ts +17 -0
- package/controls/list/dropdownoption.directive.ngfactory.d.ts +3 -0
- package/controls/list/dropdownoption.directive.ngsummary.d.ts +1 -0
- package/controls/list/list.module.d.ts +6 -4
- package/controls/list/list.token.d.ts +3 -0
- package/controls/list/list.token.ngfactory.d.ts +1 -0
- package/controls/list/list.token.ngsummary.d.ts +1 -0
- package/controls/list/listbox.d.ts +2 -16
- package/controls/list/listbox.ngfactory.d.ts +0 -1
- package/controls/list/listbox.ngsummary.d.ts +0 -1
- package/controls/list/listboxoption.directive.d.ts +17 -0
- package/controls/list/listboxoption.directive.ngfactory.d.ts +3 -0
- package/controls/list/listboxoption.directive.ngsummary.d.ts +1 -0
- package/controls/multilanguage/multilanguage.module.d.ts +2 -1
- package/controls/multilanguage/multilanguageinput.d.ts +1 -1
- package/controls/multilanguage/multilanguageinputarea.d.ts +1 -1
- package/controls/static/staticlabel.d.ts +1 -1
- package/controls/static/staticlabel.module.d.ts +2 -1
- package/controls/tabs/tab.d.ts +1 -1
- package/controls/tabs/tabs.module.d.ts +2 -1
- package/controls/tinymce/tinymce.module.d.ts +2 -1
- package/controls/tooltip/tooltip.module.d.ts +2 -1
- package/controls/treeview/treeview.module.d.ts +2 -1
- package/controls/upload/upload.d.ts +1 -1
- package/controls/upload/upload.module.d.ts +2 -1
- package/controls/validation/validationsummary.d.ts +1 -1
- package/controls/validation/validationsummary.module.d.ts +2 -1
- package/controls/wizard/wizard.d.ts +1 -1
- package/controls/wizard/wizard.module.d.ts +2 -1
- package/esm2020/controls/buttons/button.mjs +4 -3
- package/esm2020/controls/buttons/button.module.mjs +7 -10
- package/esm2020/controls/checkbox/checkbox.mjs +8 -7
- package/esm2020/controls/checkbox/checkbox.module.mjs +9 -30
- package/esm2020/controls/checkbox/radiobuttons.mjs +8 -7
- package/esm2020/controls/confirm/confirm.mjs +3 -3
- package/esm2020/controls/confirm/confirm.module.mjs +13 -11
- package/esm2020/controls/confirm/confirm.service.mjs +3 -3
- package/esm2020/controls/contextmenu/contextmenu.mjs +4 -3
- package/esm2020/controls/contextmenu/contextmenu.module.mjs +9 -8
- package/esm2020/controls/datetime/date.mjs +15 -14
- package/esm2020/controls/datetime/dateselector.mjs +4 -3
- package/esm2020/controls/datetime/datetime.mjs +8 -7
- package/esm2020/controls/datetime/datetime.module.mjs +12 -24
- package/esm2020/controls/datetime/time.mjs +8 -7
- package/esm2020/controls/dialog/dialog.mjs +16 -11
- package/esm2020/controls/dialog/dialog.module.mjs +8 -11
- package/esm2020/controls/form/form.mjs +4 -1
- package/esm2020/controls/form/form.module.mjs +3 -3
- package/esm2020/controls/form/index.mjs +3 -0
- package/esm2020/controls/form/index.ngfactory.mjs +2 -0
- package/esm2020/controls/form/index.ngsummary.mjs +2 -0
- package/esm2020/controls/form/inheritform.directive.mjs +19 -19
- package/esm2020/controls/grid/grid.mjs +6 -4
- package/esm2020/controls/grid/grid.module.mjs +33 -12
- package/esm2020/controls/grid/gridbutton.mjs +11 -27
- package/esm2020/controls/grid/gridcolumn.mjs +5 -4
- package/esm2020/controls/grid/gridcolumnaction.mjs +5 -4
- package/esm2020/controls/grid/gridimage.mjs +4 -17
- package/esm2020/controls/grid/paging.mjs +5 -3
- package/esm2020/controls/input/input.mjs +9 -8
- package/esm2020/controls/input/input.module.mjs +7 -16
- package/esm2020/controls/input/inputarea.mjs +9 -8
- package/esm2020/controls/input/inputcurrency.mjs +9 -8
- package/esm2020/controls/input/inputdecimal.mjs +9 -8
- package/esm2020/controls/input/inputemail.mjs +9 -8
- package/esm2020/controls/input/inputinteger.mjs +9 -8
- package/esm2020/controls/input/inputpassword.mjs +9 -8
- package/esm2020/controls/input/inputsearch.mjs +9 -8
- package/esm2020/controls/layout/formlayout.directive.mjs +1 -1
- package/esm2020/controls/layout/layout.module.mjs +3 -3
- package/esm2020/controls/layout/tocontrolheight.pipe.mjs +1 -1
- package/esm2020/controls/layout/tocontrolwidthcss.pipe.mjs +1 -1
- package/esm2020/controls/layout/tolabelheight.pipe.mjs +1 -1
- package/esm2020/controls/layout/tolabelwidthcss.pipe.mjs +1 -1
- package/esm2020/controls/list/dropdown.mjs +14 -35
- package/esm2020/controls/list/dropdown.module.mjs +9 -17
- package/esm2020/controls/list/dropdown.ngfactory.mjs +2 -2
- package/esm2020/controls/list/dropdown.ngsummary.mjs +1 -2
- package/esm2020/controls/list/dropdownoption.directive.mjs +31 -0
- package/esm2020/controls/list/dropdownoption.directive.ngfactory.mjs +4 -0
- package/esm2020/controls/list/dropdownoption.directive.ngsummary.mjs +2 -0
- package/esm2020/controls/list/list.module.mjs +9 -17
- package/esm2020/controls/list/list.token.mjs +6 -0
- package/esm2020/controls/list/list.token.ngfactory.mjs +2 -0
- package/esm2020/controls/list/list.token.ngsummary.mjs +2 -0
- package/esm2020/controls/list/listbox.mjs +14 -35
- package/esm2020/controls/list/listbox.ngfactory.mjs +2 -2
- package/esm2020/controls/list/listbox.ngsummary.mjs +1 -2
- package/esm2020/controls/list/listboxoption.directive.mjs +31 -0
- package/esm2020/controls/list/listboxoption.directive.ngfactory.mjs +4 -0
- package/esm2020/controls/list/listboxoption.directive.ngsummary.mjs +2 -0
- package/esm2020/controls/multilanguage/multilanguage.module.mjs +7 -16
- package/esm2020/controls/multilanguage/multilanguageinput.mjs +10 -9
- package/esm2020/controls/multilanguage/multilanguageinputarea.mjs +10 -9
- package/esm2020/controls/multilanguage/multilanguagemenu.mjs +4 -4
- package/esm2020/controls/multilanguage/multilanguagemenuanchor.mjs +1 -1
- package/esm2020/controls/multilanguage/multilanguagemenucontainer.mjs +1 -1
- package/esm2020/controls/multilanguage/multilanguagemenuitembutton.mjs +3 -3
- package/esm2020/controls/static/formcontainer.mjs +8 -7
- package/esm2020/controls/static/staticlabel.mjs +9 -8
- package/esm2020/controls/static/staticlabel.module.mjs +7 -16
- package/esm2020/controls/tabs/tab.mjs +7 -4
- package/esm2020/controls/tabs/tabitem.mjs +3 -3
- package/esm2020/controls/tabs/tabs.module.mjs +7 -6
- package/esm2020/controls/tinymce/tinymce.mjs +8 -7
- package/esm2020/controls/tinymce/tinymce.module.mjs +10 -6
- package/esm2020/controls/tooltip/tooltip.mjs +4 -3
- package/esm2020/controls/tooltip/tooltip.module.mjs +6 -5
- package/esm2020/controls/treeview/treeview.mjs +8 -7
- package/esm2020/controls/treeview/treeview.module.mjs +21 -4
- package/esm2020/controls/upload/dropzonemultiple.mjs +8 -7
- package/esm2020/controls/upload/dropzonesingle.mjs +8 -7
- package/esm2020/controls/upload/upload.mjs +9 -8
- package/esm2020/controls/upload/upload.module.mjs +10 -14
- package/esm2020/controls/upload/uploadmultiple.mjs +8 -7
- package/esm2020/controls/validation/validationsummary.mjs +6 -5
- package/esm2020/controls/validation/validationsummary.module.mjs +7 -10
- package/esm2020/controls/wizard/wizard.mjs +7 -9
- package/esm2020/controls/wizard/wizard.module.mjs +7 -6
- package/esm2020/controls/wizard/wizarditem.mjs +1 -1
- package/esm2020/public-api.mjs +3 -1
- package/fesm2015/simpleangularcontrols-sac-bootstrap5.mjs +349 -418
- package/fesm2015/simpleangularcontrols-sac-bootstrap5.mjs.map +1 -1
- package/fesm2020/simpleangularcontrols-sac-bootstrap5.mjs +347 -416
- package/fesm2020/simpleangularcontrols-sac-bootstrap5.mjs.map +1 -1
- package/package.json +2 -2
- package/public-api.d.ts +2 -0
- package/simpleangularcontrols-sac-bootstrap5-13.0.0-rc.20.tgz +0 -0
- package/simpleangularcontrols-sac-bootstrap5-13.0.0-rc.19.tgz +0 -0
|
@@ -1,8 +1,9 @@
|
|
|
1
1
|
import * as i0 from "@angular/core";
|
|
2
2
|
import * as i1 from "./button";
|
|
3
3
|
import * as i2 from "@angular/common";
|
|
4
|
+
import * as i3 from "@simpleangularcontrols/sac-common";
|
|
4
5
|
export declare class SACBootstrap5ButtonModule {
|
|
5
6
|
static ɵfac: i0.ɵɵFactoryDeclaration<SACBootstrap5ButtonModule, never>;
|
|
6
|
-
static ɵmod: i0.ɵɵNgModuleDeclaration<SACBootstrap5ButtonModule, [typeof i1.SacButtonComponent], [typeof i2.CommonModule], [typeof i1.SacButtonComponent]>;
|
|
7
|
+
static ɵmod: i0.ɵɵNgModuleDeclaration<SACBootstrap5ButtonModule, [typeof i1.SacButtonComponent], [typeof i2.CommonModule, typeof i3.SACCommonUtliltiesModule], [typeof i1.SacButtonComponent]>;
|
|
7
8
|
static ɵinj: i0.ɵɵInjectorDeclaration<SACBootstrap5ButtonModule>;
|
|
8
9
|
}
|
|
@@ -1,6 +1,6 @@
|
|
|
1
|
+
import { SacFormLayoutDirective } from '../layout/formlayout.directive';
|
|
1
2
|
import { Injector } from '@angular/core';
|
|
2
3
|
import { SacCheckboxCommon } from '@simpleangularcontrols/sac-common';
|
|
3
|
-
import { SacFormLayoutDirective } from '../layout/formlayout.directive';
|
|
4
4
|
import * as i0 from "@angular/core";
|
|
5
5
|
/**
|
|
6
6
|
* Checkbox Kompontente
|
|
@@ -5,8 +5,9 @@ import * as i3 from "./radiobuttons";
|
|
|
5
5
|
import * as i4 from "@angular/common";
|
|
6
6
|
import * as i5 from "../layout/layout.module";
|
|
7
7
|
import * as i6 from "../tooltip/tooltip.module";
|
|
8
|
+
import * as i7 from "@simpleangularcontrols/sac-common";
|
|
8
9
|
export declare class SACBootstrap5CheckboxModule {
|
|
9
10
|
static ɵfac: i0.ɵɵFactoryDeclaration<SACBootstrap5CheckboxModule, never>;
|
|
10
|
-
static ɵmod: i0.ɵɵNgModuleDeclaration<SACBootstrap5CheckboxModule, [typeof i1.SacCheckboxComponent, typeof i2.SacRadiobuttonComponent, typeof i3.SacRadiobuttonsComponent], [typeof i4.CommonModule, typeof i5.SACBootstrap5LayoutModule, typeof i6.SACBootstrap5TooltipModule], [typeof i1.SacCheckboxComponent, typeof i2.SacRadiobuttonComponent, typeof i3.SacRadiobuttonsComponent]>;
|
|
11
|
+
static ɵmod: i0.ɵɵNgModuleDeclaration<SACBootstrap5CheckboxModule, [typeof i1.SacCheckboxComponent, typeof i2.SacRadiobuttonComponent, typeof i3.SacRadiobuttonsComponent], [typeof i4.CommonModule, typeof i5.SACBootstrap5LayoutModule, typeof i6.SACBootstrap5TooltipModule, typeof i7.SACCommonUtliltiesModule], [typeof i1.SacCheckboxComponent, typeof i2.SacRadiobuttonComponent, typeof i3.SacRadiobuttonsComponent]>;
|
|
11
12
|
static ɵinj: i0.ɵɵInjectorDeclaration<SACBootstrap5CheckboxModule>;
|
|
12
13
|
}
|
|
@@ -1,6 +1,6 @@
|
|
|
1
|
+
import { SacFormLayoutDirective } from '../layout/formlayout.directive';
|
|
1
2
|
import { Injector } from '@angular/core';
|
|
2
3
|
import { SacRadiobuttonsCommon } from '@simpleangularcontrols/sac-common';
|
|
3
|
-
import { SacFormLayoutDirective } from '../layout/formlayout.directive';
|
|
4
4
|
import * as i0 from "@angular/core";
|
|
5
5
|
/**
|
|
6
6
|
* Radiobuttons Group Komponente
|
|
@@ -4,6 +4,7 @@ import * as i1 from "./confirm";
|
|
|
4
4
|
import * as i2 from "@angular/common";
|
|
5
5
|
import * as i3 from "../dialog/dialog.module";
|
|
6
6
|
import * as i4 from "../buttons/button.module";
|
|
7
|
+
import * as i5 from "@simpleangularcontrols/sac-common";
|
|
7
8
|
/**
|
|
8
9
|
* Module für Confirm Messages
|
|
9
10
|
*
|
|
@@ -13,7 +14,7 @@ import * as i4 from "../buttons/button.module";
|
|
|
13
14
|
export declare class SACBootstrap5ConfirmModule {
|
|
14
15
|
static forRoot(): ModuleWithProviders<SACBootstrap5ConfirmModule>;
|
|
15
16
|
static ɵfac: i0.ɵɵFactoryDeclaration<SACBootstrap5ConfirmModule, never>;
|
|
16
|
-
static ɵmod: i0.ɵɵNgModuleDeclaration<SACBootstrap5ConfirmModule, [typeof i1.SacConfirmComponent], [typeof i2.CommonModule, typeof i3.SACBootstrap5DialogModule, typeof i4.SACBootstrap5ButtonModule], [typeof i1.SacConfirmComponent]>;
|
|
17
|
+
static ɵmod: i0.ɵɵNgModuleDeclaration<SACBootstrap5ConfirmModule, [typeof i1.SacConfirmComponent], [typeof i2.CommonModule, typeof i3.SACBootstrap5DialogModule, typeof i4.SACBootstrap5ButtonModule, typeof i5.SACCommonUtliltiesModule], [typeof i1.SacConfirmComponent]>;
|
|
17
18
|
static ɵinj: i0.ɵɵInjectorDeclaration<SACBootstrap5ConfirmModule>;
|
|
18
19
|
}
|
|
19
20
|
export { ServiceConfirm } from './confirm.service';
|
|
@@ -1,6 +1,6 @@
|
|
|
1
|
+
import { SacConfirmComponent } from './confirm';
|
|
1
2
|
import { ApplicationRef, ComponentFactory, ComponentFactoryResolver, EventEmitter, Injector } from '@angular/core';
|
|
2
3
|
import { SacConfirmButton, ServiceConfirmCommon } from '@simpleangularcontrols/sac-common';
|
|
3
|
-
import { SacConfirmComponent } from './confirm';
|
|
4
4
|
import * as i0 from "@angular/core";
|
|
5
5
|
/**
|
|
6
6
|
* Service für Confirm Messages in TypeScript Code
|
|
@@ -5,8 +5,9 @@ import * as i3 from "./contextmenuitemsplitter";
|
|
|
5
5
|
import * as i4 from "./contextmenuanchor";
|
|
6
6
|
import * as i5 from "./contextmenucontainer";
|
|
7
7
|
import * as i6 from "@angular/common";
|
|
8
|
+
import * as i7 from "@simpleangularcontrols/sac-common";
|
|
8
9
|
export declare class SACBootstrap5ContextmenuModule {
|
|
9
10
|
static ɵfac: i0.ɵɵFactoryDeclaration<SACBootstrap5ContextmenuModule, never>;
|
|
10
|
-
static ɵmod: i0.ɵɵNgModuleDeclaration<SACBootstrap5ContextmenuModule, [typeof i1.SacContextmenuComponent, typeof i2.SacContextmenuItemButtonComponent, typeof i3.SacContextmenuItemSplitterComponent, typeof i4.SacContextmenuAnchorDirective, typeof i5.SacContextmenuContainerDirective], [typeof i6.CommonModule], [typeof i1.SacContextmenuComponent, typeof i2.SacContextmenuItemButtonComponent, typeof i3.SacContextmenuItemSplitterComponent, typeof i4.SacContextmenuAnchorDirective]>;
|
|
11
|
+
static ɵmod: i0.ɵɵNgModuleDeclaration<SACBootstrap5ContextmenuModule, [typeof i1.SacContextmenuComponent, typeof i2.SacContextmenuItemButtonComponent, typeof i3.SacContextmenuItemSplitterComponent, typeof i4.SacContextmenuAnchorDirective, typeof i5.SacContextmenuContainerDirective], [typeof i6.CommonModule, typeof i7.SACCommonUtliltiesModule], [typeof i1.SacContextmenuComponent, typeof i2.SacContextmenuItemButtonComponent, typeof i3.SacContextmenuItemSplitterComponent, typeof i4.SacContextmenuAnchorDirective]>;
|
|
11
12
|
static ɵinj: i0.ɵɵInjectorDeclaration<SACBootstrap5ContextmenuModule>;
|
|
12
13
|
}
|
|
@@ -7,8 +7,9 @@ import * as i5 from "@angular/common";
|
|
|
7
7
|
import * as i6 from "angular-imask";
|
|
8
8
|
import * as i7 from "../layout/layout.module";
|
|
9
9
|
import * as i8 from "../tooltip/tooltip.module";
|
|
10
|
+
import * as i9 from "@simpleangularcontrols/sac-common";
|
|
10
11
|
export declare class SACBootstrap5DateTimeModule {
|
|
11
12
|
static ɵfac: i0.ɵɵFactoryDeclaration<SACBootstrap5DateTimeModule, never>;
|
|
12
|
-
static ɵmod: i0.ɵɵNgModuleDeclaration<SACBootstrap5DateTimeModule, [typeof i1.SacDateComponent, typeof i2.SacDateTimeComponent, typeof i3.SacTimeComponent, typeof i4.SacDateSelectorComponent], [typeof i5.CommonModule, typeof i6.IMaskModule, typeof i7.SACBootstrap5LayoutModule, typeof i8.SACBootstrap5TooltipModule], [typeof i1.SacDateComponent, typeof i2.SacDateTimeComponent, typeof i3.SacTimeComponent, typeof i4.SacDateSelectorComponent]>;
|
|
13
|
+
static ɵmod: i0.ɵɵNgModuleDeclaration<SACBootstrap5DateTimeModule, [typeof i1.SacDateComponent, typeof i2.SacDateTimeComponent, typeof i3.SacTimeComponent, typeof i4.SacDateSelectorComponent], [typeof i5.CommonModule, typeof i6.IMaskModule, typeof i7.SACBootstrap5LayoutModule, typeof i8.SACBootstrap5TooltipModule, typeof i9.SACCommonUtliltiesModule], [typeof i1.SacDateComponent, typeof i2.SacDateTimeComponent, typeof i3.SacTimeComponent, typeof i4.SacDateSelectorComponent]>;
|
|
13
14
|
static ɵinj: i0.ɵɵInjectorDeclaration<SACBootstrap5DateTimeModule>;
|
|
14
15
|
}
|
|
@@ -15,14 +15,14 @@ export declare class SacDialogComponent extends SacDialogCommon implements OnIni
|
|
|
15
15
|
* @param cdRef Change Detection Service
|
|
16
16
|
*/
|
|
17
17
|
constructor(el: ElementRef, cdRef: ChangeDetectorRef);
|
|
18
|
-
/**
|
|
19
|
-
* Event wenn Komponente initialisiert wird
|
|
20
|
-
*/
|
|
21
|
-
ngOnInit(): void;
|
|
22
18
|
/**
|
|
23
19
|
* Event wenn Element entfernt wird
|
|
24
20
|
*/
|
|
25
21
|
ngOnDestroy(): void;
|
|
22
|
+
/**
|
|
23
|
+
* Event wenn Komponente initialisiert wird
|
|
24
|
+
*/
|
|
25
|
+
ngOnInit(): void;
|
|
26
26
|
static ɵfac: i0.ɵɵFactoryDeclaration<SacDialogComponent, never>;
|
|
27
27
|
static ɵcmp: i0.ɵɵComponentDeclaration<SacDialogComponent, "sac-dialog", never, {}, {}, never, ["[dialogbody]", "[dialogfooter]"]>;
|
|
28
28
|
}
|
|
@@ -1,8 +1,9 @@
|
|
|
1
1
|
import * as i0 from "@angular/core";
|
|
2
2
|
import * as i1 from "./dialog";
|
|
3
3
|
import * as i2 from "@angular/common";
|
|
4
|
+
import * as i3 from "@simpleangularcontrols/sac-common";
|
|
4
5
|
export declare class SACBootstrap5DialogModule {
|
|
5
6
|
static ɵfac: i0.ɵɵFactoryDeclaration<SACBootstrap5DialogModule, never>;
|
|
6
|
-
static ɵmod: i0.ɵɵNgModuleDeclaration<SACBootstrap5DialogModule, [typeof i1.SacDialogComponent], [typeof i2.CommonModule], [typeof i1.SacDialogComponent]>;
|
|
7
|
+
static ɵmod: i0.ɵɵNgModuleDeclaration<SACBootstrap5DialogModule, [typeof i1.SacDialogComponent], [typeof i2.CommonModule, typeof i3.SACCommonUtliltiesModule], [typeof i1.SacDialogComponent]>;
|
|
7
8
|
static ɵinj: i0.ɵɵInjectorDeclaration<SACBootstrap5DialogModule>;
|
|
8
9
|
}
|
package/controls/form/form.d.ts
CHANGED
|
@@ -14,15 +14,15 @@ import * as i0 from "@angular/core";
|
|
|
14
14
|
*
|
|
15
15
|
*/
|
|
16
16
|
export declare class SacFormDirective extends SacFormCommon {
|
|
17
|
+
/**
|
|
18
|
+
* Setzt die Standard CSS Klasse für auf dem Form Container
|
|
19
|
+
*/
|
|
20
|
+
cssClassForm: boolean;
|
|
17
21
|
/**
|
|
18
22
|
* Konstruktor
|
|
19
23
|
* @param form Instanz von NgForm für eigene automatische Formular Logik
|
|
20
24
|
*/
|
|
21
25
|
constructor(form: NgForm);
|
|
22
|
-
/**
|
|
23
|
-
* Setzt die Standard CSS Klasse für auf dem Form Container
|
|
24
|
-
*/
|
|
25
|
-
cssClassForm: boolean;
|
|
26
26
|
static ɵfac: i0.ɵɵFactoryDeclaration<SacFormDirective, never>;
|
|
27
27
|
static ɵdir: i0.ɵɵDirectiveDeclaration<SacFormDirective, "form:not([ngNoForm]):not([formGroup]),[ngForm]", ["sacform"], {}, {}, never>;
|
|
28
28
|
}
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
export declare const ɵNonEmptyModule = true;
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
export declare const ɵempty: any;
|
|
@@ -1,8 +1,18 @@
|
|
|
1
|
+
import { SacFormDirective } from './form';
|
|
1
2
|
import { Injector } from '@angular/core';
|
|
2
3
|
import { NgForm } from '@angular/forms';
|
|
3
4
|
import { SacFormCommon } from '@simpleangularcontrols/sac-common';
|
|
4
|
-
import { SacFormDirective } from './form';
|
|
5
5
|
import * as i0 from "@angular/core";
|
|
6
|
+
/**
|
|
7
|
+
* Factory Methode für NgForm
|
|
8
|
+
* @param form NgForm
|
|
9
|
+
*/
|
|
10
|
+
export declare function NGFORM_FACTORY(form: NgForm): NgForm;
|
|
11
|
+
/**
|
|
12
|
+
* Factory Methode für SacForm
|
|
13
|
+
* @param form SacFormular
|
|
14
|
+
*/
|
|
15
|
+
export declare function SACFORM_FACTORY(form: SacFormDirective): SacFormDirective;
|
|
6
16
|
/**
|
|
7
17
|
* Directive to inherit an NgForm/NgForm from a parent component
|
|
8
18
|
*/
|
|
@@ -15,13 +25,3 @@ export declare class SacInheritFormDirective extends SacFormCommon {
|
|
|
15
25
|
static ɵfac: i0.ɵɵFactoryDeclaration<SacInheritFormDirective, never>;
|
|
16
26
|
static ɵdir: i0.ɵɵDirectiveDeclaration<SacInheritFormDirective, "[sacInheritForm]", ["sacinheritform"], {}, {}, never>;
|
|
17
27
|
}
|
|
18
|
-
/**
|
|
19
|
-
* Factory Methode für NgForm
|
|
20
|
-
* @param form NgForm
|
|
21
|
-
*/
|
|
22
|
-
export declare function NGFORM_FACTORY(form: NgForm): NgForm;
|
|
23
|
-
/**
|
|
24
|
-
* Factory Methode für SacForm
|
|
25
|
-
* @param form SacFormular
|
|
26
|
-
*/
|
|
27
|
-
export declare function SACFORM_FACTORY(form: SacFormDirective): SacFormDirective;
|
package/controls/grid/grid.d.ts
CHANGED
|
@@ -5,14 +5,14 @@ import * as i0 from "@angular/core";
|
|
|
5
5
|
* Grid Komponente
|
|
6
6
|
*/
|
|
7
7
|
export declare class SacGridComponent extends SacGridCommon {
|
|
8
|
-
/**
|
|
9
|
-
* Referenz auf Column Template
|
|
10
|
-
*/
|
|
11
|
-
template: TemplateRef<any>;
|
|
12
8
|
/**
|
|
13
9
|
* Setzt die Ellipsis Funktion auf der Column
|
|
14
10
|
*/
|
|
15
11
|
ellipsis: boolean;
|
|
12
|
+
/**
|
|
13
|
+
* Referenz auf Column Template
|
|
14
|
+
*/
|
|
15
|
+
template: TemplateRef<any>;
|
|
16
16
|
/**
|
|
17
17
|
* Konstrukor
|
|
18
18
|
* @param cdRef Change Detection Reference
|
|
@@ -7,8 +7,9 @@ import * as i5 from "./gridbutton";
|
|
|
7
7
|
import * as i6 from "./gridimage";
|
|
8
8
|
import * as i7 from "@angular/common";
|
|
9
9
|
import * as i8 from "@angular/forms";
|
|
10
|
+
import * as i9 from "@simpleangularcontrols/sac-common";
|
|
10
11
|
export declare class SACBootstrap5GridModule {
|
|
11
12
|
static ɵfac: i0.ɵɵFactoryDeclaration<SACBootstrap5GridModule, never>;
|
|
12
|
-
static ɵmod: i0.ɵɵNgModuleDeclaration<SACBootstrap5GridModule, [typeof i1.SacGridComponent, typeof i2.SacGridColumnComponent, typeof i3.SacGridColumnActionComponent, typeof i4.SacPagingComponent, typeof i5.SacGridButtonComponent, typeof i6.SacGridImageComponent], [typeof i7.CommonModule, typeof i8.FormsModule], [typeof i1.SacGridComponent, typeof i2.SacGridColumnComponent, typeof i3.SacGridColumnActionComponent, typeof i4.SacPagingComponent, typeof i5.SacGridButtonComponent, typeof i6.SacGridImageComponent]>;
|
|
13
|
+
static ɵmod: i0.ɵɵNgModuleDeclaration<SACBootstrap5GridModule, [typeof i1.SacGridComponent, typeof i2.SacGridColumnComponent, typeof i3.SacGridColumnActionComponent, typeof i4.SacPagingComponent, typeof i5.SacGridButtonComponent, typeof i6.SacGridImageComponent], [typeof i7.CommonModule, typeof i8.FormsModule, typeof i9.SACCommonUtliltiesModule], [typeof i1.SacGridComponent, typeof i2.SacGridColumnComponent, typeof i3.SacGridColumnActionComponent, typeof i4.SacPagingComponent, typeof i5.SacGridButtonComponent, typeof i6.SacGridImageComponent]>;
|
|
13
14
|
static ɵinj: i0.ɵɵInjectorDeclaration<SACBootstrap5GridModule>;
|
|
14
15
|
}
|
|
@@ -1,3 +1,4 @@
|
|
|
1
|
+
import { Injector } from '@angular/core';
|
|
1
2
|
import { SacGridButtonCommon } from '@simpleangularcontrols/sac-common';
|
|
2
3
|
import * as i0 from "@angular/core";
|
|
3
4
|
/**
|
|
@@ -5,9 +6,11 @@ import * as i0 from "@angular/core";
|
|
|
5
6
|
*/
|
|
6
7
|
export declare class SacGridButtonComponent extends SacGridButtonCommon {
|
|
7
8
|
/**
|
|
8
|
-
*
|
|
9
|
+
* Construtor
|
|
10
|
+
*
|
|
11
|
+
* @param injector Injector to resolve icons
|
|
9
12
|
*/
|
|
10
|
-
|
|
13
|
+
constructor(injector: Injector);
|
|
11
14
|
static ɵfac: i0.ɵɵFactoryDeclaration<SacGridButtonComponent, never>;
|
|
12
15
|
static ɵcmp: i0.ɵɵComponentDeclaration<SacGridButtonComponent, "sac-gridbutton", never, {}, {}, never, never>;
|
|
13
16
|
}
|
|
@@ -1,6 +1,6 @@
|
|
|
1
|
+
import { SacGridComponent } from './grid';
|
|
1
2
|
import { ElementRef, Injector } from '@angular/core';
|
|
2
3
|
import { SacGridColumnCommon } from '@simpleangularcontrols/sac-common';
|
|
3
|
-
import { SacGridComponent } from './grid';
|
|
4
4
|
import * as i0 from "@angular/core";
|
|
5
5
|
/**
|
|
6
6
|
* Grid Column Komponente
|
|
@@ -1,6 +1,6 @@
|
|
|
1
|
+
import { SacGridComponent } from './grid';
|
|
1
2
|
import { ElementRef, Injector } from '@angular/core';
|
|
2
3
|
import { SacGridColumnActionCommon } from '@simpleangularcontrols/sac-common';
|
|
3
|
-
import { SacGridComponent } from './grid';
|
|
4
4
|
import * as i0 from "@angular/core";
|
|
5
5
|
/**
|
|
6
6
|
* Grid Action Komponent
|
|
@@ -4,11 +4,6 @@ import * as i0 from "@angular/core";
|
|
|
4
4
|
* Image Item für Grid
|
|
5
5
|
*/
|
|
6
6
|
export declare class SacGridImageComponent extends SacGridImageCommon {
|
|
7
|
-
/**
|
|
8
|
-
* Gibt die CSS Klassen für Sprite Images zurück
|
|
9
|
-
* @returns CSS Klasse
|
|
10
|
-
*/
|
|
11
|
-
getIconClass(): string;
|
|
12
7
|
static ɵfac: i0.ɵɵFactoryDeclaration<SacGridImageComponent, never>;
|
|
13
8
|
static ɵcmp: i0.ɵɵComponentDeclaration<SacGridImageComponent, "sac-gridimage", never, {}, {}, never, never>;
|
|
14
9
|
}
|
|
@@ -1,6 +1,6 @@
|
|
|
1
|
+
import { SacFormLayoutDirective } from '../layout/formlayout.directive';
|
|
1
2
|
import { Injector } from '@angular/core';
|
|
2
3
|
import { SacInputCommon } from '@simpleangularcontrols/sac-common';
|
|
3
|
-
import { SacFormLayoutDirective } from '../layout/formlayout.directive';
|
|
4
4
|
import * as i0 from "@angular/core";
|
|
5
5
|
/**
|
|
6
6
|
* Input Komponente
|
|
@@ -10,8 +10,9 @@ import * as i8 from "./inputsearch";
|
|
|
10
10
|
import * as i9 from "@angular/common";
|
|
11
11
|
import * as i10 from "../layout/layout.module";
|
|
12
12
|
import * as i11 from "../tooltip/tooltip.module";
|
|
13
|
+
import * as i12 from "@simpleangularcontrols/sac-common";
|
|
13
14
|
export declare class SACBootstrap5InputModule {
|
|
14
15
|
static ɵfac: i0.ɵɵFactoryDeclaration<SACBootstrap5InputModule, never>;
|
|
15
|
-
static ɵmod: i0.ɵɵNgModuleDeclaration<SACBootstrap5InputModule, [typeof i1.SacInputComponent, typeof i2.SacInputAreaComponent, typeof i3.SacInputCurrencyComponent, typeof i4.SacInputDecimalComponent, typeof i5.SacInputEmailComponent, typeof i6.SacInputIntegerComponent, typeof i7.SacInputPasswordComponent, typeof i8.SacInputSearchComponent], [typeof i9.CommonModule, typeof i10.SACBootstrap5LayoutModule, typeof i11.SACBootstrap5TooltipModule], [typeof i1.SacInputComponent, typeof i2.SacInputAreaComponent, typeof i3.SacInputCurrencyComponent, typeof i4.SacInputDecimalComponent, typeof i5.SacInputEmailComponent, typeof i6.SacInputIntegerComponent, typeof i7.SacInputPasswordComponent, typeof i8.SacInputSearchComponent]>;
|
|
16
|
+
static ɵmod: i0.ɵɵNgModuleDeclaration<SACBootstrap5InputModule, [typeof i1.SacInputComponent, typeof i2.SacInputAreaComponent, typeof i3.SacInputCurrencyComponent, typeof i4.SacInputDecimalComponent, typeof i5.SacInputEmailComponent, typeof i6.SacInputIntegerComponent, typeof i7.SacInputPasswordComponent, typeof i8.SacInputSearchComponent], [typeof i9.CommonModule, typeof i10.SACBootstrap5LayoutModule, typeof i11.SACBootstrap5TooltipModule, typeof i12.SACCommonUtliltiesModule], [typeof i1.SacInputComponent, typeof i2.SacInputAreaComponent, typeof i3.SacInputCurrencyComponent, typeof i4.SacInputDecimalComponent, typeof i5.SacInputEmailComponent, typeof i6.SacInputIntegerComponent, typeof i7.SacInputPasswordComponent, typeof i8.SacInputSearchComponent]>;
|
|
16
17
|
static ɵinj: i0.ɵɵInjectorDeclaration<SACBootstrap5InputModule>;
|
|
17
18
|
}
|
|
@@ -1,6 +1,6 @@
|
|
|
1
|
+
import { SacFormLayoutDirective } from '../layout/formlayout.directive';
|
|
1
2
|
import { Injector } from '@angular/core';
|
|
2
3
|
import { SacInputAreaCommon } from '@simpleangularcontrols/sac-common';
|
|
3
|
-
import { SacFormLayoutDirective } from '../layout/formlayout.directive';
|
|
4
4
|
import * as i0 from "@angular/core";
|
|
5
5
|
/**
|
|
6
6
|
* Input Box für lange Texte
|
|
@@ -1,6 +1,6 @@
|
|
|
1
|
+
import { SacFormLayoutDirective } from '../layout/formlayout.directive';
|
|
1
2
|
import { Injector } from '@angular/core';
|
|
2
3
|
import { SacInputCurrencyCommon } from '@simpleangularcontrols/sac-common';
|
|
3
|
-
import { SacFormLayoutDirective } from '../layout/formlayout.directive';
|
|
4
4
|
import * as i0 from "@angular/core";
|
|
5
5
|
/**
|
|
6
6
|
* Input Control für Währungen
|
|
@@ -1,6 +1,6 @@
|
|
|
1
|
+
import { SacFormLayoutDirective } from '../layout/formlayout.directive';
|
|
1
2
|
import { Injector } from '@angular/core';
|
|
2
3
|
import { SacInputDecimalCommon } from '@simpleangularcontrols/sac-common';
|
|
3
|
-
import { SacFormLayoutDirective } from '../layout/formlayout.directive';
|
|
4
4
|
import * as i0 from "@angular/core";
|
|
5
5
|
/**
|
|
6
6
|
* Input Komponente für Zahlen
|
|
@@ -1,6 +1,6 @@
|
|
|
1
|
+
import { SacFormLayoutDirective } from '../layout/formlayout.directive';
|
|
1
2
|
import { Injector } from '@angular/core';
|
|
2
3
|
import { SacInputEmailCommon } from '@simpleangularcontrols/sac-common';
|
|
3
|
-
import { SacFormLayoutDirective } from '../layout/formlayout.directive';
|
|
4
4
|
import * as i0 from "@angular/core";
|
|
5
5
|
/**
|
|
6
6
|
* Input Box für E-Mail Adressen
|
|
@@ -1,6 +1,6 @@
|
|
|
1
|
+
import { SacFormLayoutDirective } from '../layout/formlayout.directive';
|
|
1
2
|
import { Injector } from '@angular/core';
|
|
2
3
|
import { SacInputIntegerCommon } from '@simpleangularcontrols/sac-common';
|
|
3
|
-
import { SacFormLayoutDirective } from '../layout/formlayout.directive';
|
|
4
4
|
import * as i0 from "@angular/core";
|
|
5
5
|
/**
|
|
6
6
|
* Input Komponten für Ganzzahlen
|
|
@@ -1,6 +1,6 @@
|
|
|
1
|
+
import { SacFormLayoutDirective } from '../layout/formlayout.directive';
|
|
1
2
|
import { Injector } from '@angular/core';
|
|
2
3
|
import { SacInputPasswordCommon } from '@simpleangularcontrols/sac-common';
|
|
3
|
-
import { SacFormLayoutDirective } from '../layout/formlayout.directive';
|
|
4
4
|
import * as i0 from "@angular/core";
|
|
5
5
|
/**
|
|
6
6
|
* Input Box für Passwörter
|
|
@@ -1,6 +1,6 @@
|
|
|
1
|
+
import { SacFormLayoutDirective } from '../layout/formlayout.directive';
|
|
1
2
|
import { Injector } from '@angular/core';
|
|
2
3
|
import { SacInputSearchCommon } from '@simpleangularcontrols/sac-common';
|
|
3
|
-
import { SacFormLayoutDirective } from '../layout/formlayout.directive';
|
|
4
4
|
import * as i0 from "@angular/core";
|
|
5
5
|
/**
|
|
6
6
|
* Input Box für Suche
|
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
import { SacFormLayoutDirective } from '../layout/formlayout.directive';
|
|
2
2
|
import { ElementRef, Injector, Renderer2 } from '@angular/core';
|
|
3
|
-
import { SacDropdownCommon
|
|
3
|
+
import { SacDropdownCommon } from '@simpleangularcontrols/sac-common';
|
|
4
4
|
import * as i0 from "@angular/core";
|
|
5
5
|
/**
|
|
6
6
|
* Dropdown Komponente
|
|
@@ -17,17 +17,3 @@ export declare class SacDropdownComponent extends SacDropdownCommon {
|
|
|
17
17
|
static ɵfac: i0.ɵɵFactoryDeclaration<SacDropdownComponent, [{ optional: true; host: true; }, null, null, null]>;
|
|
18
18
|
static ɵcmp: i0.ɵɵComponentDeclaration<SacDropdownComponent, "sac-dropdown", never, {}, {}, never, ["*"]>;
|
|
19
19
|
}
|
|
20
|
-
/**
|
|
21
|
-
* Direktive für Dropdown Option List
|
|
22
|
-
*/
|
|
23
|
-
export declare class SacDropdownOptionDirective extends SacDropdownOptionCommon {
|
|
24
|
-
/**
|
|
25
|
-
* Konstruktor
|
|
26
|
-
* @param elementRef Referenz auf HTML DOM Element
|
|
27
|
-
* @param renderer Angular Rendering Engine
|
|
28
|
-
* @param dropdownList Referenz auf DropDown Komponente
|
|
29
|
-
*/
|
|
30
|
-
constructor(elementRef: ElementRef, renderer: Renderer2, dropdownList: SacDropdownComponent);
|
|
31
|
-
static ɵfac: i0.ɵɵFactoryDeclaration<SacDropdownOptionDirective, [null, null, { optional: true; host: true; }]>;
|
|
32
|
-
static ɵdir: i0.ɵɵDirectiveDeclaration<SacDropdownOptionDirective, "[sacOption],option", never, {}, {}, never>;
|
|
33
|
-
}
|
|
@@ -1,10 +1,12 @@
|
|
|
1
1
|
import * as i0 from "@angular/core";
|
|
2
2
|
import * as i1 from "./dropdown";
|
|
3
|
-
import * as i2 from "
|
|
4
|
-
import * as i3 from "
|
|
5
|
-
import * as i4 from "../
|
|
3
|
+
import * as i2 from "./dropdownoption.directive";
|
|
4
|
+
import * as i3 from "@angular/common";
|
|
5
|
+
import * as i4 from "../layout/layout.module";
|
|
6
|
+
import * as i5 from "../tooltip/tooltip.module";
|
|
7
|
+
import * as i6 from "@simpleangularcontrols/sac-common";
|
|
6
8
|
export declare class SACBootstrap5DropdownModule {
|
|
7
9
|
static ɵfac: i0.ɵɵFactoryDeclaration<SACBootstrap5DropdownModule, never>;
|
|
8
|
-
static ɵmod: i0.ɵɵNgModuleDeclaration<SACBootstrap5DropdownModule, [typeof i1.SacDropdownComponent, typeof
|
|
10
|
+
static ɵmod: i0.ɵɵNgModuleDeclaration<SACBootstrap5DropdownModule, [typeof i1.SacDropdownComponent, typeof i2.SacDropdownOptionDirective], [typeof i3.CommonModule, typeof i4.SACBootstrap5LayoutModule, typeof i5.SACBootstrap5TooltipModule, typeof i6.SACCommonUtliltiesModule], [typeof i1.SacDropdownComponent, typeof i2.SacDropdownOptionDirective]>;
|
|
9
11
|
static ɵinj: i0.ɵɵInjectorDeclaration<SACBootstrap5DropdownModule>;
|
|
10
12
|
}
|
|
@@ -0,0 +1,17 @@
|
|
|
1
|
+
import { ElementRef, Renderer2 } from '@angular/core';
|
|
2
|
+
import { SacDropdownOptionCommon } from '@simpleangularcontrols/sac-common';
|
|
3
|
+
import * as i0 from "@angular/core";
|
|
4
|
+
/**
|
|
5
|
+
* Direktive für Dropdown Option List
|
|
6
|
+
*/
|
|
7
|
+
export declare class SacDropdownOptionDirective extends SacDropdownOptionCommon {
|
|
8
|
+
/**
|
|
9
|
+
* Konstruktor
|
|
10
|
+
* @param elementRef Referenz auf HTML DOM Element
|
|
11
|
+
* @param renderer Angular Rendering Engine
|
|
12
|
+
* @param dropdownList Referenz auf DropDown Komponente
|
|
13
|
+
*/
|
|
14
|
+
constructor(elementRef: ElementRef, renderer: Renderer2, dropdownList: any);
|
|
15
|
+
static ɵfac: i0.ɵɵFactoryDeclaration<SacDropdownOptionDirective, [null, null, { optional: true; }]>;
|
|
16
|
+
static ɵdir: i0.ɵɵDirectiveDeclaration<SacDropdownOptionDirective, "[sacOption],option", never, {}, {}, never>;
|
|
17
|
+
}
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
export declare const SacDropdownOptionDirectiveNgSummary: any;
|
|
@@ -1,10 +1,12 @@
|
|
|
1
1
|
import * as i0 from "@angular/core";
|
|
2
2
|
import * as i1 from "./listbox";
|
|
3
|
-
import * as i2 from "
|
|
4
|
-
import * as i3 from "
|
|
5
|
-
import * as i4 from "../
|
|
3
|
+
import * as i2 from "./listboxoption.directive";
|
|
4
|
+
import * as i3 from "@angular/common";
|
|
5
|
+
import * as i4 from "../layout/layout.module";
|
|
6
|
+
import * as i5 from "../tooltip/tooltip.module";
|
|
7
|
+
import * as i6 from "@simpleangularcontrols/sac-common";
|
|
6
8
|
export declare class SACBootstrap5ListModule {
|
|
7
9
|
static ɵfac: i0.ɵɵFactoryDeclaration<SACBootstrap5ListModule, never>;
|
|
8
|
-
static ɵmod: i0.ɵɵNgModuleDeclaration<SACBootstrap5ListModule, [typeof i1.SacListboxComponent, typeof
|
|
10
|
+
static ɵmod: i0.ɵɵNgModuleDeclaration<SACBootstrap5ListModule, [typeof i1.SacListboxComponent, typeof i2.SacListboxOptionDirective], [typeof i3.CommonModule, typeof i4.SACBootstrap5LayoutModule, typeof i5.SACBootstrap5TooltipModule, typeof i6.SACCommonUtliltiesModule], [typeof i1.SacListboxComponent, typeof i2.SacListboxOptionDirective]>;
|
|
9
11
|
static ɵinj: i0.ɵɵInjectorDeclaration<SACBootstrap5ListModule>;
|
|
10
12
|
}
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
export declare const ɵNonEmptyModule = true;
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
export declare const ɵempty: any;
|
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
import { SacFormLayoutDirective } from '../layout/formlayout.directive';
|
|
2
|
-
import {
|
|
3
|
-
import { SacListboxCommon
|
|
2
|
+
import { Injector } from '@angular/core';
|
|
3
|
+
import { SacListboxCommon } from '@simpleangularcontrols/sac-common';
|
|
4
4
|
import * as i0 from "@angular/core";
|
|
5
5
|
/**
|
|
6
6
|
* Listbox Komponente
|
|
@@ -15,17 +15,3 @@ export declare class SacListboxComponent extends SacListboxCommon {
|
|
|
15
15
|
static ɵfac: i0.ɵɵFactoryDeclaration<SacListboxComponent, [{ optional: true; host: true; }, null]>;
|
|
16
16
|
static ɵcmp: i0.ɵɵComponentDeclaration<SacListboxComponent, "sac-listbox", never, {}, {}, never, ["*"]>;
|
|
17
17
|
}
|
|
18
|
-
/**
|
|
19
|
-
* Option Item in Listbox
|
|
20
|
-
*/
|
|
21
|
-
export declare class SacListboxOptionDirective extends SacListboxOptionCommon {
|
|
22
|
-
/**
|
|
23
|
-
* Konstruktor
|
|
24
|
-
* @param elementRef Referenz auf DOM Element
|
|
25
|
-
* @param renderer Angular Rendering Engine
|
|
26
|
-
* @param listbox Referenz auf Listbox Komponente
|
|
27
|
-
*/
|
|
28
|
-
constructor(elementRef: ElementRef, renderer: Renderer2, listbox: SacListboxComponent);
|
|
29
|
-
static ɵfac: i0.ɵɵFactoryDeclaration<SacListboxOptionDirective, [null, null, { optional: true; host: true; }]>;
|
|
30
|
-
static ɵdir: i0.ɵɵDirectiveDeclaration<SacListboxOptionDirective, "[sacOption],option", never, {}, {}, never>;
|
|
31
|
-
}
|
|
@@ -0,0 +1,17 @@
|
|
|
1
|
+
import { ElementRef, Renderer2 } from '@angular/core';
|
|
2
|
+
import { SacListboxOptionCommon } from '@simpleangularcontrols/sac-common';
|
|
3
|
+
import * as i0 from "@angular/core";
|
|
4
|
+
/**
|
|
5
|
+
* Option Item in Listbox
|
|
6
|
+
*/
|
|
7
|
+
export declare class SacListboxOptionDirective extends SacListboxOptionCommon {
|
|
8
|
+
/**
|
|
9
|
+
* Konstruktor
|
|
10
|
+
* @param elementRef Referenz auf DOM Element
|
|
11
|
+
* @param renderer Angular Rendering Engine
|
|
12
|
+
* @param listbox Referenz auf Listbox Komponente
|
|
13
|
+
*/
|
|
14
|
+
constructor(elementRef: ElementRef, renderer: Renderer2, listbox: any);
|
|
15
|
+
static ɵfac: i0.ɵɵFactoryDeclaration<SacListboxOptionDirective, [null, null, { optional: true; }]>;
|
|
16
|
+
static ɵdir: i0.ɵɵDirectiveDeclaration<SacListboxOptionDirective, "[sacOption],option", never, {}, {}, never>;
|
|
17
|
+
}
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
export declare const SacListboxOptionDirectiveNgSummary: any;
|
|
@@ -8,8 +8,9 @@ import * as i6 from "./multilanguagemenuitembutton";
|
|
|
8
8
|
import * as i7 from "@angular/common";
|
|
9
9
|
import * as i8 from "../layout/layout.module";
|
|
10
10
|
import * as i9 from "../tooltip/tooltip.module";
|
|
11
|
+
import * as i10 from "@simpleangularcontrols/sac-common";
|
|
11
12
|
export declare class SACBootstrap5MultilanguageModule {
|
|
12
13
|
static ɵfac: i0.ɵɵFactoryDeclaration<SACBootstrap5MultilanguageModule, never>;
|
|
13
|
-
static ɵmod: i0.ɵɵNgModuleDeclaration<SACBootstrap5MultilanguageModule, [typeof i1.SacMultilanguageInputComponent, typeof i2.SacMultilanguageInputAreaComponent, typeof i3.SacMultilanguagemenuComponent, typeof i4.SacMultilanguagemenuAnchorDirective, typeof i5.SacMultilanguagemenuContainerDirective, typeof i6.SacMultilanguagemenuItemButtonComponent], [typeof i7.CommonModule, typeof i8.SACBootstrap5LayoutModule, typeof i9.SACBootstrap5TooltipModule], [typeof i1.SacMultilanguageInputComponent, typeof i2.SacMultilanguageInputAreaComponent]>;
|
|
14
|
+
static ɵmod: i0.ɵɵNgModuleDeclaration<SACBootstrap5MultilanguageModule, [typeof i1.SacMultilanguageInputComponent, typeof i2.SacMultilanguageInputAreaComponent, typeof i3.SacMultilanguagemenuComponent, typeof i4.SacMultilanguagemenuAnchorDirective, typeof i5.SacMultilanguagemenuContainerDirective, typeof i6.SacMultilanguagemenuItemButtonComponent], [typeof i7.CommonModule, typeof i8.SACBootstrap5LayoutModule, typeof i9.SACBootstrap5TooltipModule, typeof i10.SACCommonUtliltiesModule], [typeof i1.SacMultilanguageInputComponent, typeof i2.SacMultilanguageInputAreaComponent]>;
|
|
14
15
|
static ɵinj: i0.ɵɵInjectorDeclaration<SACBootstrap5MultilanguageModule>;
|
|
15
16
|
}
|
|
@@ -1,6 +1,6 @@
|
|
|
1
|
+
import { SacFormLayoutDirective } from '../layout/formlayout.directive';
|
|
1
2
|
import { Injector } from '@angular/core';
|
|
2
3
|
import { IconType, SacMultilanguageInputCommon } from '@simpleangularcontrols/sac-common';
|
|
3
|
-
import { SacFormLayoutDirective } from '../layout/formlayout.directive';
|
|
4
4
|
import * as i0 from "@angular/core";
|
|
5
5
|
/**
|
|
6
6
|
* Componente für Mehrsprache Texte
|
|
@@ -1,6 +1,6 @@
|
|
|
1
|
+
import { SacFormLayoutDirective } from '../layout/formlayout.directive';
|
|
1
2
|
import { Injector } from '@angular/core';
|
|
2
3
|
import { IconType, SacMultilanguageInputAreaCommon } from '@simpleangularcontrols/sac-common';
|
|
3
|
-
import { SacFormLayoutDirective } from '../layout/formlayout.directive';
|
|
4
4
|
import * as i0 from "@angular/core";
|
|
5
5
|
/**
|
|
6
6
|
* Componente für Mehrsprache Texte als mehrzeiliger Text
|
|
@@ -1,6 +1,6 @@
|
|
|
1
|
+
import { SacFormLayoutDirective } from '../layout/formlayout.directive';
|
|
1
2
|
import { Injector } from '@angular/core';
|
|
2
3
|
import { SacStaticLabelCommon } from '@simpleangularcontrols/sac-common';
|
|
3
|
-
import { SacFormLayoutDirective } from '../layout/formlayout.directive';
|
|
4
4
|
import * as i0 from "@angular/core";
|
|
5
5
|
/**
|
|
6
6
|
* Komponente für statischen Text in einem Formular
|
|
@@ -4,8 +4,9 @@ import * as i2 from "./formcontainer";
|
|
|
4
4
|
import * as i3 from "@angular/common";
|
|
5
5
|
import * as i4 from "../layout/layout.module";
|
|
6
6
|
import * as i5 from "../tooltip/tooltip.module";
|
|
7
|
+
import * as i6 from "@simpleangularcontrols/sac-common";
|
|
7
8
|
export declare class SACBootstrap5StaticLabelModule {
|
|
8
9
|
static ɵfac: i0.ɵɵFactoryDeclaration<SACBootstrap5StaticLabelModule, never>;
|
|
9
|
-
static ɵmod: i0.ɵɵNgModuleDeclaration<SACBootstrap5StaticLabelModule, [typeof i1.SacStaticLabelComponent, typeof i2.SacStaticFormContainerComponent], [typeof i3.CommonModule, typeof i4.SACBootstrap5LayoutModule, typeof i5.SACBootstrap5TooltipModule], [typeof i1.SacStaticLabelComponent, typeof i2.SacStaticFormContainerComponent]>;
|
|
10
|
+
static ɵmod: i0.ɵɵNgModuleDeclaration<SACBootstrap5StaticLabelModule, [typeof i1.SacStaticLabelComponent, typeof i2.SacStaticFormContainerComponent], [typeof i3.CommonModule, typeof i4.SACBootstrap5LayoutModule, typeof i5.SACBootstrap5TooltipModule, typeof i6.SACCommonUtliltiesModule], [typeof i1.SacStaticLabelComponent, typeof i2.SacStaticFormContainerComponent]>;
|
|
10
11
|
static ɵinj: i0.ɵɵInjectorDeclaration<SACBootstrap5StaticLabelModule>;
|
|
11
12
|
}
|
package/controls/tabs/tab.d.ts
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
|
+
import { SacTabItemComponent } from './tabitem';
|
|
1
2
|
import { QueryList } from '@angular/core';
|
|
2
3
|
import { SacTabCommon } from '@simpleangularcontrols/sac-common';
|
|
3
|
-
import { SacTabItemComponent } from './tabitem';
|
|
4
4
|
import * as i0 from "@angular/core";
|
|
5
5
|
/**
|
|
6
6
|
* Komponente für Tabs
|