@po-ui/ng-components 16.4.0 → 16.5.0

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.
Files changed (42) hide show
  1. package/esm2022/lib/components/po-field/po-field.module.mjs +17 -13
  2. package/esm2022/lib/components/po-field/po-lookup/po-lookup-modal/po-lookup-modal.component.mjs +4 -4
  3. package/esm2022/lib/components/po-field/po-multiselect/po-multiselect-base.component.mjs +30 -7
  4. package/esm2022/lib/components/po-field/po-multiselect/po-multiselect-dropdown/po-multiselect-dropdown.component.mjs +4 -4
  5. package/esm2022/lib/components/po-field/po-multiselect/po-multiselect-literals.interface.mjs +1 -1
  6. package/esm2022/lib/components/po-field/po-multiselect/po-multiselect.component.mjs +220 -51
  7. package/esm2022/lib/components/po-field/po-rich-text/po-rich-text-toolbar/po-rich-text-toolbar.component.mjs +3 -3
  8. package/esm2022/lib/components/po-listbox/po-item-list/po-item-list.component.mjs +2 -2
  9. package/esm2022/lib/components/po-table/po-table-base.component.mjs +5 -5
  10. package/esm2022/lib/components/po-tag/index.mjs +2 -1
  11. package/esm2022/lib/components/po-tag/interfaces/po-tag-literals.interface.mjs +2 -0
  12. package/esm2022/lib/components/po-tag/po-tag-base.component.mjs +70 -4
  13. package/esm2022/lib/components/po-tag/po-tag.component.mjs +52 -44
  14. package/esm2022/lib/enums/po-key-code.enum.mjs +5 -1
  15. package/fesm2022/po-ui-ng-components.mjs +701 -532
  16. package/fesm2022/po-ui-ng-components.mjs.map +1 -1
  17. package/lib/components/po-field/po-field.module.d.ts +44 -44
  18. package/lib/components/po-field/po-multiselect/po-multiselect-base.component.d.ts +21 -2
  19. package/lib/components/po-field/po-multiselect/po-multiselect-literals.interface.d.ts +2 -0
  20. package/lib/components/po-field/po-multiselect/po-multiselect.component.d.ts +18 -6
  21. package/lib/components/po-table/po-table-base.component.d.ts +2 -2
  22. package/lib/components/po-tag/index.d.ts +1 -0
  23. package/lib/components/po-tag/interfaces/po-tag-literals.interface.d.ts +11 -0
  24. package/lib/components/po-tag/po-tag-base.component.d.ts +50 -2
  25. package/lib/components/po-tag/po-tag.component.d.ts +6 -6
  26. package/lib/enums/po-key-code.enum.d.ts +5 -1
  27. package/package.json +4 -4
  28. package/po-ui-ng-components-16.5.0.tgz +0 -0
  29. package/schematics/ng-add/index.js +1 -1
  30. package/schematics/ng-update/v14/index.js +1 -1
  31. package/schematics/ng-update/v15/index.js +1 -1
  32. package/schematics/ng-update/v16/index.js +1 -1
  33. package/schematics/ng-update/v2/index.js +1 -1
  34. package/schematics/ng-update/v3/index.js +1 -1
  35. package/schematics/ng-update/v4/index.js +1 -1
  36. package/schematics/ng-update/v5/index.js +1 -1
  37. package/schematics/ng-update/v6/index.js +1 -1
  38. package/esm2022/lib/components/po-field/po-multiselect/po-multiselect-search/po-multiselect-search.component.mjs +0 -91
  39. package/esm2022/lib/components/po-tag/po-tag.literals.mjs +0 -15
  40. package/lib/components/po-field/po-multiselect/po-multiselect-search/po-multiselect-search.component.d.ts +0 -40
  41. package/lib/components/po-tag/po-tag.literals.d.ts +0 -14
  42. package/po-ui-ng-components-16.4.0.tgz +0 -0
@@ -1,15 +0,0 @@
1
- export const PoTagLiterals = {
2
- en: {
3
- remove: 'Remove'
4
- },
5
- es: {
6
- remove: 'Eliminar'
7
- },
8
- pt: {
9
- remove: 'Remover'
10
- },
11
- ru: {
12
- remove: 'удалять'
13
- }
14
- };
15
- //# sourceMappingURL=data:application/json;base64,eyJ2ZXJzaW9uIjozLCJmaWxlIjoicG8tdGFnLmxpdGVyYWxzLmpzIiwic291cmNlUm9vdCI6IiIsInNvdXJjZXMiOlsiLi4vLi4vLi4vLi4vLi4vLi4vcHJvamVjdHMvdWkvc3JjL2xpYi9jb21wb25lbnRzL3BvLXRhZy9wby10YWcubGl0ZXJhbHMudHMiXSwibmFtZXMiOltdLCJtYXBwaW5ncyI6IkFBQUEsTUFBTSxDQUFDLE1BQU0sYUFBYSxHQUFHO0lBQzNCLEVBQUUsRUFBRTtRQUNGLE1BQU0sRUFBRSxRQUFRO0tBQ2pCO0lBQ0QsRUFBRSxFQUFFO1FBQ0YsTUFBTSxFQUFFLFVBQVU7S0FDbkI7SUFDRCxFQUFFLEVBQUU7UUFDRixNQUFNLEVBQUUsU0FBUztLQUNsQjtJQUNELEVBQUUsRUFBRTtRQUNGLE1BQU0sRUFBRSxTQUFTO0tBQ2xCO0NBQ0YsQ0FBQyIsInNvdXJjZXNDb250ZW50IjpbImV4cG9ydCBjb25zdCBQb1RhZ0xpdGVyYWxzID0ge1xuICBlbjoge1xuICAgIHJlbW92ZTogJ1JlbW92ZSdcbiAgfSxcbiAgZXM6IHtcbiAgICByZW1vdmU6ICdFbGltaW5hcidcbiAgfSxcbiAgcHQ6IHtcbiAgICByZW1vdmU6ICdSZW1vdmVyJ1xuICB9LFxuICBydToge1xuICAgIHJlbW92ZTogJ9GD0LTQsNC70Y/RgtGMJ1xuICB9XG59O1xuIl19
@@ -1,40 +0,0 @@
1
- import { ChangeDetectorRef, ElementRef, EventEmitter } from '@angular/core';
2
- import { PoMultiselectLiterals } from '../../index';
3
- import * as i0 from "@angular/core";
4
- /**
5
- * @docsPrivate
6
- *
7
- * @description
8
- *
9
- * Componente de pesquisa que será criado dentro do dropdown do `po-multiselect`.
10
- */
11
- export declare class PoMultiselectSearchComponent {
12
- private cd;
13
- inputElement: ElementRef;
14
- /** Propriedade que recebe as literais definidas no `po-multiselect`. */
15
- literals?: PoMultiselectLiterals;
16
- fieldValue: string;
17
- /** Evento que será disparado a cada tecla digitada no campo de busca. */
18
- change: EventEmitter<any>;
19
- private _placeholder?;
20
- constructor(cd: ChangeDetectorRef);
21
- /**
22
- * @optional
23
- *
24
- * @description
25
- *
26
- * Placeholder do campo de pesquisa.
27
- *
28
- * > Caso o mesmo não seja informado, o valor padrão será traduzido com base no idioma do navegador (pt, es e en).
29
- *
30
- * @default `Buscar`
31
- */
32
- set placeholder(placeholder: string);
33
- get placeholder(): string;
34
- get inputValue(): any;
35
- onChange(event: any): void;
36
- setFocus(): void;
37
- clean(): void;
38
- static ɵfac: i0.ɵɵFactoryDeclaration<PoMultiselectSearchComponent, never>;
39
- static ɵcmp: i0.ɵɵComponentDeclaration<PoMultiselectSearchComponent, "po-multiselect-search", never, { "literals": { "alias": "p-literals"; "required": false; }; "fieldValue": { "alias": "p-field-value"; "required": false; }; "placeholder": { "alias": "p-placeholder"; "required": false; }; }, { "change": "p-change"; }, never, never, false, never>;
40
- }
@@ -1,14 +0,0 @@
1
- export declare const PoTagLiterals: {
2
- en: {
3
- remove: string;
4
- };
5
- es: {
6
- remove: string;
7
- };
8
- pt: {
9
- remove: string;
10
- };
11
- ru: {
12
- remove: string;
13
- };
14
- };
Binary file