ngx-sp-infra 6.5.19 → 6.5.21
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/fesm2022/ngx-sp-infra.mjs +106 -19
- package/fesm2022/ngx-sp-infra.mjs.map +1 -1
- package/lib/directives/btn-left.directive.d.ts +25 -0
- package/lib/directives/btn-right.directive.d.ts +25 -0
- package/lib/infra.module.d.ts +4 -2
- package/lib/modules/lib-directives.module.d.ts +3 -1
- package/lib/widgets/lib-combobox/lib-combobox.component.d.ts +6 -3
- package/package.json +1 -1
- package/public-api.d.ts +2 -0
- package/src/assets/styles/global.scss +1 -1
|
@@ -0,0 +1,25 @@
|
|
|
1
|
+
import * as i0 from "@angular/core";
|
|
2
|
+
/**
|
|
3
|
+
* Diretiva de marcação usada pelo componente lib-combobox.
|
|
4
|
+
*
|
|
5
|
+
* Nas versões modernas do Angular, consultas de conteúdo (`@ContentChild` / `@ContentChildren`)
|
|
6
|
+
* não conseguem mais localizar elementos apenas por seletores CSS, como `[btnLeft]` ou `[btnRight]`.
|
|
7
|
+
* Isso significa que, mesmo que o conteúdo seja projetado corretamente no HTML com:
|
|
8
|
+
* ```html
|
|
9
|
+
* <button btnLeft></button>
|
|
10
|
+
* ```
|
|
11
|
+
*
|
|
12
|
+
* o Angular não consegue associar esse elemento a um `@ContentChild('[btnLeft]')`.
|
|
13
|
+
*
|
|
14
|
+
* Para que a query funcione, o framework exige um “token” estático — normalmente uma diretiva.
|
|
15
|
+
* Por isso esta diretiva existe: ela atua como um identificador explícito para o Angular.
|
|
16
|
+
*
|
|
17
|
+
* Assim, quando o desenvolvedor usa `btnLeft` no componente pai, o Angular passa a enxergar
|
|
18
|
+
* aquele elemento através de `@ContentChild(BtnLeftDirective)`, permitindo validar, manipular
|
|
19
|
+
* ou reagir à presença do botão projetado.
|
|
20
|
+
*/
|
|
21
|
+
export declare class BtnLeftDirective {
|
|
22
|
+
constructor();
|
|
23
|
+
static ɵfac: i0.ɵɵFactoryDeclaration<BtnLeftDirective, never>;
|
|
24
|
+
static ɵdir: i0.ɵɵDirectiveDeclaration<BtnLeftDirective, "[btnLeft]", never, {}, {}, never, never, true, never>;
|
|
25
|
+
}
|
|
@@ -0,0 +1,25 @@
|
|
|
1
|
+
import * as i0 from "@angular/core";
|
|
2
|
+
/**
|
|
3
|
+
* Diretiva de marcação usada pelo componente lib-combobox.
|
|
4
|
+
*
|
|
5
|
+
* Nas versões modernas do Angular, consultas de conteúdo (`@ContentChild` / `@ContentChildren`)
|
|
6
|
+
* não conseguem mais localizar elementos apenas por seletores CSS, como `[btnLeft]` ou `[btnRight]`.
|
|
7
|
+
* Isso significa que, mesmo que o conteúdo seja projetado corretamente no HTML com:
|
|
8
|
+
* ```html
|
|
9
|
+
* <button btnRight></button>
|
|
10
|
+
* ```
|
|
11
|
+
*
|
|
12
|
+
* o Angular não consegue associar esse elemento a um `@ContentChild('[btnRight]')`.
|
|
13
|
+
*
|
|
14
|
+
* Para que a query funcione, o framework exige um “token” estático — normalmente uma diretiva.
|
|
15
|
+
* Por isso esta diretiva existe: ela atua como um identificador explícito para o Angular.
|
|
16
|
+
*
|
|
17
|
+
* Assim, quando o desenvolvedor usa `btnRight` no componente pai, o Angular passa a enxergar
|
|
18
|
+
* aquele elemento através de `@ContentChild(BtnLeftDirective)`, permitindo validar, manipular
|
|
19
|
+
* ou reagir à presença do botão projetado.
|
|
20
|
+
*/
|
|
21
|
+
export declare class BtnRightDirective {
|
|
22
|
+
constructor();
|
|
23
|
+
static ɵfac: i0.ɵɵFactoryDeclaration<BtnRightDirective, never>;
|
|
24
|
+
static ɵdir: i0.ɵɵDirectiveDeclaration<BtnRightDirective, "[btnRight]", never, {}, {}, never, never, true, never>;
|
|
25
|
+
}
|
package/lib/infra.module.d.ts
CHANGED
|
@@ -82,9 +82,11 @@ import * as i80 from "./widgets/grupo-contabil-abas/grupo-contabil-abas.componen
|
|
|
82
82
|
import * as i81 from "./directives/inner-rows.directive";
|
|
83
83
|
import * as i82 from "./widgets/lib-combobox-rework/lib-combobox-rework.component";
|
|
84
84
|
import * as i83 from "./widgets/contador-caracteres/contador-caracteres.component";
|
|
85
|
-
import * as i84 from "./
|
|
85
|
+
import * as i84 from "./directives/btn-left.directive";
|
|
86
|
+
import * as i85 from "./directives/btn-right.directive";
|
|
87
|
+
import * as i86 from "./views/page-not-authorized/page-not-authorized.component";
|
|
86
88
|
export declare class InfraModule {
|
|
87
89
|
static ɵfac: i0.ɵɵFactoryDeclaration<InfraModule, never>;
|
|
88
|
-
static ɵmod: i0.ɵɵNgModuleDeclaration<InfraModule, never, [typeof i1.CommonModule, typeof i2.ModalModule, typeof i3.AccordionModule, typeof i4.TooltipModule, typeof i5.FormsModule, typeof i6.NgxCurrencyDirective, typeof i7.NgxMaskDirective, typeof i7.NgxMaskPipe, typeof i8.NgxPaginationModule, typeof i5.ReactiveFormsModule, typeof i9.RouterModule, typeof i10.LoadingComponent, typeof i11.FieldControlErrorComponent, typeof i12.FieldErrorMessageComponent, typeof i13.FieldContadorMessageComponent, typeof i14.InputTrimComponent, typeof i15.LoadingButtonComponent, typeof i16.AlertComponent, typeof i17.ConfirmComponent, typeof i18.ConfirmModalComponent, typeof i19.SaveComponent, typeof i20.InfraBreadcrumbComponent, typeof i21.InfraBreadcrumbItemComponent, typeof i22.BreadcrumbComponent, typeof i23.ComboboxComponent, typeof i24.NavProdutosComponent, typeof i25.TreeComponent, typeof i26.ToUrlPipe, typeof i27.CpfCnpjPipe, typeof i28.FilterByPipe, typeof i29.LimitToPipe, typeof i30.SearchTreePipe, typeof i31.ClickOutsideDirective, typeof i32.OrderingComponent, typeof i33.SearchComboboxComponent, typeof i34.LibComboboxComponent, typeof i35.RequiredDirective, typeof i36.LibHeaderComponent, typeof i37.LibIconsComponent, typeof i38.TextFilterPipe, typeof i39.ContentContainerComponent, typeof i40.CopyClipboardDirective, typeof i41.TableComponent, typeof i42.LibCustomizableTableComponent, typeof i43.LibSimplifiedTableComponent, typeof i44.LibSpinnerComponent, typeof i45.LoadingBtnDirective, typeof i14.InputTrimComponent, typeof i46.LibTransferListComponent, typeof i47.InnerListComponent, typeof i48.ComboboxMultipleChoiceComponent, typeof i49.CustomAcordionComponent, typeof i50.DropdownOptionsComponent, typeof i51.DynamicInputComponent, typeof i52.GenericModalComponent, typeof i53.PaginationComponent, typeof i54.SearchFiltersComponent, typeof i55.SideTabsGenericComponent, typeof i56.SimpleSearchComponent, typeof i57.DisableControlDirective, typeof i58.HighlightDirective, typeof i59.DecimalCommaPipe, typeof i60.FilterMultipleChoicePipe, typeof i61.OrderSortPipe, typeof i62.CurrencyPipe, typeof i63.PhoneFormatPipe, typeof i64.TitleCasePipe, typeof i65.FooterComponent, typeof i66.AppliedFiltersComponent, typeof i67.FormatByTypePipe, typeof i68.LibNavProdutosComponent, typeof i69.PasswordPolicyComponent, typeof i70.TextTruncateDirective, typeof i71.SearchInputComponent, typeof i72.LoadingScreenComponent, typeof i73.AuditoriaButtonComponent, typeof i74.LibDateRangePickerComponent, typeof i75.EmpresaAbasComponent, typeof i76.PessoaAbasComponent, typeof i77.EstabelecimentoAbasComponent, typeof i78.ItemsAbasComponent, typeof i79.UsuarioAbasComponent, typeof i80.GrupoContabilAbasComponent, typeof i81.InnerRowsDirective, typeof i82.LibComboboxReworkComponent, typeof i83.ContadorCaracteresComponent, typeof i84.PageNotAuthorizedComponent], [typeof i10.LoadingComponent, typeof i11.FieldControlErrorComponent, typeof i12.FieldErrorMessageComponent, typeof i13.FieldContadorMessageComponent, typeof i14.InputTrimComponent, typeof i15.LoadingButtonComponent, typeof i16.AlertComponent, typeof i17.ConfirmComponent, typeof i18.ConfirmModalComponent, typeof i19.SaveComponent, typeof i20.InfraBreadcrumbComponent, typeof i21.InfraBreadcrumbItemComponent, typeof i24.NavProdutosComponent, typeof i22.BreadcrumbComponent, typeof i23.ComboboxComponent, typeof i25.TreeComponent, typeof i26.ToUrlPipe, typeof i27.CpfCnpjPipe, typeof i31.ClickOutsideDirective, typeof i32.OrderingComponent, typeof i33.SearchComboboxComponent, typeof i34.LibComboboxComponent, typeof i35.RequiredDirective, typeof i36.LibHeaderComponent, typeof i37.LibIconsComponent, typeof i38.TextFilterPipe, typeof i39.ContentContainerComponent, typeof i40.CopyClipboardDirective, typeof i41.TableComponent, typeof i42.LibCustomizableTableComponent, typeof i43.LibSimplifiedTableComponent, typeof i44.LibSpinnerComponent, typeof i45.LoadingBtnDirective, typeof i46.LibTransferListComponent, typeof i47.InnerListComponent, typeof i48.ComboboxMultipleChoiceComponent, typeof i49.CustomAcordionComponent, typeof i50.DropdownOptionsComponent, typeof i51.DynamicInputComponent, typeof i52.GenericModalComponent, typeof i53.PaginationComponent, typeof i54.SearchFiltersComponent, typeof i55.SideTabsGenericComponent, typeof i56.SimpleSearchComponent, typeof i57.DisableControlDirective, typeof i58.HighlightDirective, typeof i59.DecimalCommaPipe, typeof i60.FilterMultipleChoicePipe, typeof i61.OrderSortPipe, typeof i62.CurrencyPipe, typeof i63.PhoneFormatPipe, typeof i64.TitleCasePipe, typeof i65.FooterComponent, typeof i66.AppliedFiltersComponent, typeof i67.FormatByTypePipe, typeof i68.LibNavProdutosComponent, typeof i69.PasswordPolicyComponent, typeof i70.TextTruncateDirective, typeof i71.SearchInputComponent, typeof i72.LoadingScreenComponent, typeof i73.AuditoriaButtonComponent, typeof i74.LibDateRangePickerComponent, typeof i75.EmpresaAbasComponent, typeof i76.PessoaAbasComponent, typeof i77.EstabelecimentoAbasComponent, typeof i78.ItemsAbasComponent, typeof i79.UsuarioAbasComponent, typeof i80.GrupoContabilAbasComponent, typeof i81.InnerRowsDirective, typeof i82.LibComboboxReworkComponent, typeof i83.ContadorCaracteresComponent, typeof i84.PageNotAuthorizedComponent]>;
|
|
90
|
+
static ɵmod: i0.ɵɵNgModuleDeclaration<InfraModule, never, [typeof i1.CommonModule, typeof i2.ModalModule, typeof i3.AccordionModule, typeof i4.TooltipModule, typeof i5.FormsModule, typeof i6.NgxCurrencyDirective, typeof i7.NgxMaskDirective, typeof i7.NgxMaskPipe, typeof i8.NgxPaginationModule, typeof i5.ReactiveFormsModule, typeof i9.RouterModule, typeof i10.LoadingComponent, typeof i11.FieldControlErrorComponent, typeof i12.FieldErrorMessageComponent, typeof i13.FieldContadorMessageComponent, typeof i14.InputTrimComponent, typeof i15.LoadingButtonComponent, typeof i16.AlertComponent, typeof i17.ConfirmComponent, typeof i18.ConfirmModalComponent, typeof i19.SaveComponent, typeof i20.InfraBreadcrumbComponent, typeof i21.InfraBreadcrumbItemComponent, typeof i22.BreadcrumbComponent, typeof i23.ComboboxComponent, typeof i24.NavProdutosComponent, typeof i25.TreeComponent, typeof i26.ToUrlPipe, typeof i27.CpfCnpjPipe, typeof i28.FilterByPipe, typeof i29.LimitToPipe, typeof i30.SearchTreePipe, typeof i31.ClickOutsideDirective, typeof i32.OrderingComponent, typeof i33.SearchComboboxComponent, typeof i34.LibComboboxComponent, typeof i35.RequiredDirective, typeof i36.LibHeaderComponent, typeof i37.LibIconsComponent, typeof i38.TextFilterPipe, typeof i39.ContentContainerComponent, typeof i40.CopyClipboardDirective, typeof i41.TableComponent, typeof i42.LibCustomizableTableComponent, typeof i43.LibSimplifiedTableComponent, typeof i44.LibSpinnerComponent, typeof i45.LoadingBtnDirective, typeof i14.InputTrimComponent, typeof i46.LibTransferListComponent, typeof i47.InnerListComponent, typeof i48.ComboboxMultipleChoiceComponent, typeof i49.CustomAcordionComponent, typeof i50.DropdownOptionsComponent, typeof i51.DynamicInputComponent, typeof i52.GenericModalComponent, typeof i53.PaginationComponent, typeof i54.SearchFiltersComponent, typeof i55.SideTabsGenericComponent, typeof i56.SimpleSearchComponent, typeof i57.DisableControlDirective, typeof i58.HighlightDirective, typeof i59.DecimalCommaPipe, typeof i60.FilterMultipleChoicePipe, typeof i61.OrderSortPipe, typeof i62.CurrencyPipe, typeof i63.PhoneFormatPipe, typeof i64.TitleCasePipe, typeof i65.FooterComponent, typeof i66.AppliedFiltersComponent, typeof i67.FormatByTypePipe, typeof i68.LibNavProdutosComponent, typeof i69.PasswordPolicyComponent, typeof i70.TextTruncateDirective, typeof i71.SearchInputComponent, typeof i72.LoadingScreenComponent, typeof i73.AuditoriaButtonComponent, typeof i74.LibDateRangePickerComponent, typeof i75.EmpresaAbasComponent, typeof i76.PessoaAbasComponent, typeof i77.EstabelecimentoAbasComponent, typeof i78.ItemsAbasComponent, typeof i79.UsuarioAbasComponent, typeof i80.GrupoContabilAbasComponent, typeof i81.InnerRowsDirective, typeof i82.LibComboboxReworkComponent, typeof i83.ContadorCaracteresComponent, typeof i84.BtnLeftDirective, typeof i85.BtnRightDirective, typeof i86.PageNotAuthorizedComponent], [typeof i10.LoadingComponent, typeof i11.FieldControlErrorComponent, typeof i12.FieldErrorMessageComponent, typeof i13.FieldContadorMessageComponent, typeof i14.InputTrimComponent, typeof i15.LoadingButtonComponent, typeof i16.AlertComponent, typeof i17.ConfirmComponent, typeof i18.ConfirmModalComponent, typeof i19.SaveComponent, typeof i20.InfraBreadcrumbComponent, typeof i21.InfraBreadcrumbItemComponent, typeof i24.NavProdutosComponent, typeof i22.BreadcrumbComponent, typeof i23.ComboboxComponent, typeof i25.TreeComponent, typeof i26.ToUrlPipe, typeof i27.CpfCnpjPipe, typeof i31.ClickOutsideDirective, typeof i32.OrderingComponent, typeof i33.SearchComboboxComponent, typeof i34.LibComboboxComponent, typeof i35.RequiredDirective, typeof i36.LibHeaderComponent, typeof i37.LibIconsComponent, typeof i38.TextFilterPipe, typeof i39.ContentContainerComponent, typeof i40.CopyClipboardDirective, typeof i41.TableComponent, typeof i42.LibCustomizableTableComponent, typeof i43.LibSimplifiedTableComponent, typeof i44.LibSpinnerComponent, typeof i45.LoadingBtnDirective, typeof i46.LibTransferListComponent, typeof i47.InnerListComponent, typeof i48.ComboboxMultipleChoiceComponent, typeof i49.CustomAcordionComponent, typeof i50.DropdownOptionsComponent, typeof i51.DynamicInputComponent, typeof i52.GenericModalComponent, typeof i53.PaginationComponent, typeof i54.SearchFiltersComponent, typeof i55.SideTabsGenericComponent, typeof i56.SimpleSearchComponent, typeof i57.DisableControlDirective, typeof i58.HighlightDirective, typeof i59.DecimalCommaPipe, typeof i60.FilterMultipleChoicePipe, typeof i61.OrderSortPipe, typeof i62.CurrencyPipe, typeof i63.PhoneFormatPipe, typeof i64.TitleCasePipe, typeof i65.FooterComponent, typeof i66.AppliedFiltersComponent, typeof i67.FormatByTypePipe, typeof i68.LibNavProdutosComponent, typeof i69.PasswordPolicyComponent, typeof i70.TextTruncateDirective, typeof i71.SearchInputComponent, typeof i72.LoadingScreenComponent, typeof i73.AuditoriaButtonComponent, typeof i74.LibDateRangePickerComponent, typeof i75.EmpresaAbasComponent, typeof i76.PessoaAbasComponent, typeof i77.EstabelecimentoAbasComponent, typeof i78.ItemsAbasComponent, typeof i79.UsuarioAbasComponent, typeof i80.GrupoContabilAbasComponent, typeof i81.InnerRowsDirective, typeof i82.LibComboboxReworkComponent, typeof i83.ContadorCaracteresComponent, typeof i84.BtnLeftDirective, typeof i85.BtnRightDirective, typeof i86.PageNotAuthorizedComponent]>;
|
|
89
91
|
static ɵinj: i0.ɵɵInjectorDeclaration<InfraModule>;
|
|
90
92
|
}
|
|
@@ -17,8 +17,10 @@ import * as i15 from "../directives/required.directive";
|
|
|
17
17
|
import * as i16 from "../directives/text-truncate.directive";
|
|
18
18
|
import * as i17 from "../directives/a11y-click.directive";
|
|
19
19
|
import * as i18 from "../directives/inner-rows.directive";
|
|
20
|
+
import * as i19 from "../directives/btn-left.directive";
|
|
21
|
+
import * as i20 from "../directives/btn-right.directive";
|
|
20
22
|
export declare class LibDirectivesModule {
|
|
21
23
|
static ɵfac: i0.ɵɵFactoryDeclaration<LibDirectivesModule, never>;
|
|
22
|
-
static ɵmod: i0.ɵɵNgModuleDeclaration<LibDirectivesModule, never, [typeof i1.CommonModule, typeof i2.ModalModule, typeof i3.AccordionModule, typeof i4.TooltipModule, typeof i5.FormsModule, typeof i6.NgxCurrencyDirective, typeof i7.NgxMaskDirective, typeof i7.NgxMaskPipe, typeof i8.NgxPaginationModule, typeof i5.ReactiveFormsModule, typeof i9.RouterModule, typeof i10.ClickOutsideDirective, typeof i11.CopyClipboardDirective, typeof i12.DisableControlDirective, typeof i13.HighlightDirective, typeof i14.LoadingBtnDirective, typeof i15.RequiredDirective, typeof i16.TextTruncateDirective, typeof i17.A11yClickDirective, typeof i18.InnerRowsDirective], [typeof i10.ClickOutsideDirective, typeof i11.CopyClipboardDirective, typeof i12.DisableControlDirective, typeof i13.HighlightDirective, typeof i14.LoadingBtnDirective, typeof i15.RequiredDirective, typeof i16.TextTruncateDirective, typeof i17.A11yClickDirective, typeof i18.InnerRowsDirective]>;
|
|
24
|
+
static ɵmod: i0.ɵɵNgModuleDeclaration<LibDirectivesModule, never, [typeof i1.CommonModule, typeof i2.ModalModule, typeof i3.AccordionModule, typeof i4.TooltipModule, typeof i5.FormsModule, typeof i6.NgxCurrencyDirective, typeof i7.NgxMaskDirective, typeof i7.NgxMaskPipe, typeof i8.NgxPaginationModule, typeof i5.ReactiveFormsModule, typeof i9.RouterModule, typeof i10.ClickOutsideDirective, typeof i11.CopyClipboardDirective, typeof i12.DisableControlDirective, typeof i13.HighlightDirective, typeof i14.LoadingBtnDirective, typeof i15.RequiredDirective, typeof i16.TextTruncateDirective, typeof i17.A11yClickDirective, typeof i18.InnerRowsDirective, typeof i19.BtnLeftDirective, typeof i20.BtnRightDirective], [typeof i10.ClickOutsideDirective, typeof i11.CopyClipboardDirective, typeof i12.DisableControlDirective, typeof i13.HighlightDirective, typeof i14.LoadingBtnDirective, typeof i15.RequiredDirective, typeof i16.TextTruncateDirective, typeof i17.A11yClickDirective, typeof i18.InnerRowsDirective, typeof i19.BtnLeftDirective, typeof i20.BtnRightDirective]>;
|
|
23
25
|
static ɵinj: i0.ɵɵInjectorDeclaration<LibDirectivesModule>;
|
|
24
26
|
}
|
|
@@ -1,4 +1,4 @@
|
|
|
1
|
-
import { AfterViewInit, EventEmitter, OnChanges, OnDestroy, OnInit, SimpleChanges } from '@angular/core';
|
|
1
|
+
import { AfterContentInit, AfterViewInit, EventEmitter, OnChanges, OnDestroy, OnInit, SimpleChanges } from '@angular/core';
|
|
2
2
|
import { AbstractControl, FormControl } from '@angular/forms';
|
|
3
3
|
import { RecordCombobox } from '../../models/combobox/record-combobox';
|
|
4
4
|
import * as i0 from "@angular/core";
|
|
@@ -31,7 +31,7 @@ import * as i0 from "@angular/core";
|
|
|
31
31
|
* ## Outputs:
|
|
32
32
|
* - `onReloadList` (EventEmitter<string>): Evento emitido quando a lista precisa ser recarregada.
|
|
33
33
|
*/
|
|
34
|
-
export declare class LibComboboxComponent implements OnInit, AfterViewInit, OnDestroy, OnChanges {
|
|
34
|
+
export declare class LibComboboxComponent implements OnInit, AfterViewInit, AfterContentInit, OnDestroy, OnChanges {
|
|
35
35
|
protected textoPesquisa: string;
|
|
36
36
|
protected get ariaExpanded(): boolean;
|
|
37
37
|
protected set ariaExpanded(value: boolean);
|
|
@@ -119,6 +119,8 @@ export declare class LibComboboxComponent implements OnInit, AfterViewInit, OnDe
|
|
|
119
119
|
* @emits EventEmitter<string> que leva o valor string da pesquisa feita para ser enviada para o GET
|
|
120
120
|
* @type {EventEmitter<string>} */
|
|
121
121
|
changePesquisa: EventEmitter<string>;
|
|
122
|
+
btnLeft?: any;
|
|
123
|
+
btnRight?: any;
|
|
122
124
|
private _mainInput;
|
|
123
125
|
private _searchInput?;
|
|
124
126
|
private _dropdownMenu;
|
|
@@ -128,6 +130,7 @@ export declare class LibComboboxComponent implements OnInit, AfterViewInit, OnDe
|
|
|
128
130
|
constructor();
|
|
129
131
|
ngOnInit(): void;
|
|
130
132
|
ngAfterViewInit(): void;
|
|
133
|
+
ngAfterContentInit(): void;
|
|
131
134
|
ngOnChanges(changes: SimpleChanges): void;
|
|
132
135
|
ngOnDestroy(): void;
|
|
133
136
|
setValue(item: RecordCombobox): void;
|
|
@@ -141,5 +144,5 @@ export declare class LibComboboxComponent implements OnInit, AfterViewInit, OnDe
|
|
|
141
144
|
private setControlStatus;
|
|
142
145
|
reloadList(): void;
|
|
143
146
|
static ɵfac: i0.ɵɵFactoryDeclaration<LibComboboxComponent, never>;
|
|
144
|
-
static ɵcmp: i0.ɵɵComponentDeclaration<LibComboboxComponent, "lib-combobox", never, { "control": { "alias": "control"; "required": true; }; "list": { "alias": "list"; "required": true; }; "labelText": { "alias": "labelText"; "required": false; }; "separator": { "alias": "separator"; "required": false; }; "libRequired": { "alias": "libRequired"; "required": false; }; "disabled": { "alias": "disabled"; "required": false; }; "mainPlaceholder": { "alias": "mainPlaceholder"; "required": false; }; "searchPlaceholder": { "alias": "searchPlaceholder"; "required": false; }; "theme": { "alias": "theme"; "required": false; }; "returnRecord": { "alias": "returnRecord"; "required": false; }; "additionalStringBold": { "alias": "additionalStringBold"; "required": false; }; "showErrorMessage": { "alias": "showErrorMessage"; "required": false; }; }, { "reloadListChange": "reloadListChange"; "changeValue": "changeValue"; "changePesquisa": "changePesquisa"; },
|
|
147
|
+
static ɵcmp: i0.ɵɵComponentDeclaration<LibComboboxComponent, "lib-combobox", never, { "control": { "alias": "control"; "required": true; }; "list": { "alias": "list"; "required": true; }; "labelText": { "alias": "labelText"; "required": false; }; "separator": { "alias": "separator"; "required": false; }; "libRequired": { "alias": "libRequired"; "required": false; }; "disabled": { "alias": "disabled"; "required": false; }; "mainPlaceholder": { "alias": "mainPlaceholder"; "required": false; }; "searchPlaceholder": { "alias": "searchPlaceholder"; "required": false; }; "theme": { "alias": "theme"; "required": false; }; "returnRecord": { "alias": "returnRecord"; "required": false; }; "additionalStringBold": { "alias": "additionalStringBold"; "required": false; }; "showErrorMessage": { "alias": "showErrorMessage"; "required": false; }; }, { "reloadListChange": "reloadListChange"; "changeValue": "changeValue"; "changePesquisa": "changePesquisa"; }, ["btnLeft", "btnRight"], ["lib-icon[iconLeft]", "lib-icon[iconRight]", "[btnLeft]", "[btnRight]"], true, never>;
|
|
145
148
|
}
|
package/package.json
CHANGED
package/public-api.d.ts
CHANGED
|
@@ -65,6 +65,8 @@ export * from './lib/pipes/to-url.pipe';
|
|
|
65
65
|
export * from './lib/widgets/combobox/pipes/filter-by.pipe';
|
|
66
66
|
export * from './lib/widgets/combobox/pipes/limit-to.pipe';
|
|
67
67
|
/** Directives */
|
|
68
|
+
export * from './lib/directives/btn-left.directive';
|
|
69
|
+
export * from './lib/directives/btn-right.directive';
|
|
68
70
|
export * from './lib/directives/click-outside.directive';
|
|
69
71
|
export * from './lib/directives/copy-clipboard.directive';
|
|
70
72
|
export * from './lib/directives/disable-control.directive';
|