@po-ui/ng-components 21.0.0-next.0 → 21.0.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.
- package/README.md +1 -1
- package/fesm2022/{po-ui-ng-components-po-chart-modal-table.component-CbaQDNei.mjs → po-ui-ng-components-po-chart-modal-table.component-DTtf5iYX.mjs} +4 -4
- package/fesm2022/{po-ui-ng-components-po-chart-modal-table.component-CbaQDNei.mjs.map → po-ui-ng-components-po-chart-modal-table.component-DTtf5iYX.mjs.map} +1 -1
- package/fesm2022/po-ui-ng-components.mjs +1272 -1223
- package/fesm2022/po-ui-ng-components.mjs.map +1 -1
- package/lib/components/po-dynamic/po-dynamic.util.d.ts +4 -0
- package/lib/components/po-field/po-lookup/po-lookup.component.d.ts +1 -1
- package/lib/components/po-field/validators.d.ts +2 -0
- package/lib/components/po-loading/index.d.ts +1 -0
- package/lib/components/po-loading/interfaces/po-loading-icon-component.d.ts +3 -0
- package/lib/components/po-loading/po-loading-base.component.d.ts +1 -4
- package/lib/components/po-loading/po-loading-icon/po-loading-icon-component-injection-token.d.ts +2 -0
- package/lib/components/po-loading/po-loading-icon/po-loading-icon.component.d.ts +10 -1
- package/lib/components/po-tag/po-tag.component.d.ts +1 -0
- package/lib/components/po-widget/po-widget-base.component.d.ts +1 -1
- package/lib/utils/util.d.ts +6 -0
- package/package.json +4 -4
- package/po-ui-ng-components-21.0.0.tgz +0 -0
- package/schematics/ng-add/index.js +1 -1
- package/schematics/ng-update/v14/index.js +1 -1
- package/schematics/ng-update/v15/index.js +1 -1
- package/schematics/ng-update/v16/index.js +1 -1
- package/schematics/ng-update/v17/index.js +1 -1
- package/schematics/ng-update/v18/index.js +2 -2
- package/schematics/ng-update/v19/index.js +2 -2
- package/schematics/ng-update/v2/index.js +1 -1
- package/schematics/ng-update/v20/index.js +2 -2
- package/schematics/ng-update/v21/index.js +1 -1
- package/schematics/ng-update/v3/index.js +1 -1
- package/schematics/ng-update/v4/index.js +1 -1
- package/schematics/ng-update/v5/index.js +1 -1
- package/schematics/ng-update/v6/index.js +1 -1
- package/types/po-ui-ng-components.d.ts +23 -12
- package/po-ui-ng-components-21.0.0-next.0.tgz +0 -0
|
@@ -2,3 +2,7 @@ export declare function getGridColumnsClasses(gridColumns: any, offsetColumns: a
|
|
|
2
2
|
export declare function isVisibleField(field: {
|
|
3
3
|
visible?: boolean;
|
|
4
4
|
}): boolean;
|
|
5
|
+
export declare const PoDynamicUtil: {
|
|
6
|
+
isVisibleField: typeof isVisibleField;
|
|
7
|
+
getGridColumnsClasses: typeof getGridColumnsClasses;
|
|
8
|
+
};
|
|
@@ -42,7 +42,7 @@ import { PoHelperComponent } from '../../po-helper';
|
|
|
42
42
|
* | **Icon** | | |
|
|
43
43
|
* | `--color-icon` | Cor principal do icone pesquisar | `var(--color-action-default)` |
|
|
44
44
|
* | **Hover** | | |
|
|
45
|
-
* | `--color-hover` | Cor principal no estado hover | `var(--color-
|
|
45
|
+
* | `--color-hover` | Cor principal no estado hover | `var(--color-brand-01-dark)` |
|
|
46
46
|
* | `--background-hover` | Cor de background no estado hover | `var(--color-brand-01-lightest)` |
|
|
47
47
|
* | **Focused** | | |
|
|
48
48
|
* | `--color-focused` | Cor principal no estado de focus | `var(--color-action-default)` |
|
|
@@ -7,5 +7,7 @@ export declare function minFailed(min: number, value: number): boolean;
|
|
|
7
7
|
export declare function maxFailed(max: number, value: number): boolean;
|
|
8
8
|
export declare function dateFailed(value: string): boolean;
|
|
9
9
|
export declare const PoValidators: {
|
|
10
|
+
maxlengpoailed: typeof maxlengpoailed;
|
|
11
|
+
minlengpoailed: typeof minlengpoailed;
|
|
10
12
|
requiredFailed: typeof requiredFailed;
|
|
11
13
|
};
|
|
@@ -1,4 +1,5 @@
|
|
|
1
1
|
export * from './po-loading-overlay/po-loading-overlay.component';
|
|
2
2
|
export * from './po-loading-icon/po-loading-icon.component';
|
|
3
|
+
export * from './po-loading-icon/po-loading-icon-component-injection-token';
|
|
3
4
|
export * from './po-loading.component';
|
|
4
5
|
export * from './po-loading.module';
|
|
@@ -31,14 +31,11 @@ export declare class PoLoadingBaseComponent {
|
|
|
31
31
|
* - `md`: 32px
|
|
32
32
|
* - `lg`: 80px
|
|
33
33
|
*
|
|
34
|
-
* > Em nível de acessibilidade **AA**, caso o valor de `p-size` não seja definido, o valor padrão será `sm`
|
|
35
|
-
* > quando o valor padrão dos componentes for configurado como `small` no
|
|
36
|
-
* > [serviço de tema](https://po-ui.io/documentation/po-theme).
|
|
37
|
-
*
|
|
38
34
|
* @default `lg`
|
|
39
35
|
*/
|
|
40
36
|
set size(value: string);
|
|
41
37
|
get size(): string;
|
|
38
|
+
inOverlay: boolean;
|
|
42
39
|
constructor(languageService: PoLanguageService);
|
|
43
40
|
private getTextDefault;
|
|
44
41
|
}
|
|
@@ -1,3 +1,5 @@
|
|
|
1
|
+
import { AfterViewInit, OnDestroy, Type, ViewContainerRef } from '@angular/core';
|
|
2
|
+
import { LoadingIconComponent } from '../interfaces/po-loading-icon-component';
|
|
1
3
|
/**
|
|
2
4
|
* @docsPrivate
|
|
3
5
|
*
|
|
@@ -6,10 +8,13 @@
|
|
|
6
8
|
* Componente que exibe um ícone de carregamento de conteúdo. A cor padrão para ele é a primária conforme o tema utilizado.
|
|
7
9
|
* É possível alterá-la para um tom cinza conforme a necessidade.
|
|
8
10
|
*/
|
|
9
|
-
export declare class PoLoadingIconComponent {
|
|
11
|
+
export declare class PoLoadingIconComponent implements AfterViewInit, OnDestroy {
|
|
12
|
+
loadingIconComponent?: Type<LoadingIconComponent>;
|
|
10
13
|
private _neutralColor;
|
|
11
14
|
private _size;
|
|
15
|
+
private createdRef;
|
|
12
16
|
id: string;
|
|
17
|
+
loadingContainer: ViewContainerRef;
|
|
13
18
|
/**
|
|
14
19
|
* @optional
|
|
15
20
|
*
|
|
@@ -38,4 +43,8 @@ export declare class PoLoadingIconComponent {
|
|
|
38
43
|
*/
|
|
39
44
|
set size(value: string);
|
|
40
45
|
get size(): string;
|
|
46
|
+
inOverlay: boolean;
|
|
47
|
+
constructor(loadingIconComponent?: Type<LoadingIconComponent>);
|
|
48
|
+
ngOnDestroy(): void;
|
|
49
|
+
ngAfterViewInit(): void;
|
|
41
50
|
}
|
|
@@ -49,7 +49,7 @@ import { PoTagType } from '../po-tag';
|
|
|
49
49
|
* | `--background` | Cor de background | `var(--color-neutral-light-00)` |
|
|
50
50
|
* | `--shadow` | Contém o valor da sombra do elemento | `var(--shadow-md)` |
|
|
51
51
|
* | **Hover** | | |
|
|
52
|
-
* | `--border-color-hover` | Cor da borda no estado hover | `var(--color-
|
|
52
|
+
* | `--border-color-hover` | Cor da borda no estado hover | `var(--color-action-hover)` |
|
|
53
53
|
* | **Focused** | | |
|
|
54
54
|
* | `--color-focused` | Cor principal no estado de focus | `var(--color-action-default)` |
|
|
55
55
|
* | `--outline-color-focused` | Cor do outline do estado de focus | `var(--color-action-focus)` |
|
package/lib/utils/util.d.ts
CHANGED
|
@@ -322,14 +322,20 @@ export declare const PoUtils: {
|
|
|
322
322
|
convertToBoolean: typeof convertToBoolean;
|
|
323
323
|
convertToInt: typeof convertToInt;
|
|
324
324
|
formatYear: typeof formatYear;
|
|
325
|
+
getA11yLevel: typeof getA11yLevel;
|
|
326
|
+
getBrowserLanguage: typeof getBrowserLanguage;
|
|
327
|
+
getDensityMode: typeof getDensityMode;
|
|
328
|
+
getShortBrowserLanguage: typeof getShortBrowserLanguage;
|
|
325
329
|
isExternalLink: typeof isExternalLink;
|
|
326
330
|
isFirefox: typeof isFirefox;
|
|
327
331
|
isIE: typeof isIE;
|
|
328
332
|
isIEOrEdge: typeof isIEOrEdge;
|
|
329
333
|
isKeyCodeEnter: typeof isKeyCodeEnter;
|
|
334
|
+
isLanguage: typeof isLanguage;
|
|
330
335
|
isMobile: typeof isMobile;
|
|
331
336
|
isTypeof: typeof isTypeof;
|
|
332
337
|
openExternalLink: typeof openExternalLink;
|
|
338
|
+
reloadCurrentPage: typeof reloadCurrentPage;
|
|
333
339
|
removeDuplicatedOptions: typeof removeDuplicatedOptions;
|
|
334
340
|
removeDuplicatedOptionsWithFieldValue: typeof removeDuplicatedOptionsWithFieldValue;
|
|
335
341
|
removeUndefinedAndNullOptions: typeof removeUndefinedAndNullOptions;
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@po-ui/ng-components",
|
|
3
|
-
"version": "21.0.0
|
|
3
|
+
"version": "21.0.0",
|
|
4
4
|
"description": "PO UI - Components",
|
|
5
5
|
"author": "PO UI",
|
|
6
6
|
"license": "MIT",
|
|
@@ -22,8 +22,8 @@
|
|
|
22
22
|
},
|
|
23
23
|
"dependencies": {
|
|
24
24
|
"@angular/cdk": "~21.0.3",
|
|
25
|
-
"@po-ui/style": "21.0.0
|
|
26
|
-
"@po-ui/ng-schematics": "21.0.0
|
|
25
|
+
"@po-ui/style": "21.0.0",
|
|
26
|
+
"@po-ui/ng-schematics": "21.0.0",
|
|
27
27
|
"echarts": "^5.6.0",
|
|
28
28
|
"tslib": "^2.6.2"
|
|
29
29
|
},
|
|
@@ -38,7 +38,7 @@
|
|
|
38
38
|
"@angular/platform-browser-dynamic": "^21",
|
|
39
39
|
"@angular/router": "^21",
|
|
40
40
|
"@angular-devkit/schematics": "^21",
|
|
41
|
-
"@po-ui/style": "21.0.0
|
|
41
|
+
"@po-ui/style": "21.0.0",
|
|
42
42
|
"rxjs": "~7.8.1",
|
|
43
43
|
"zone.js": "~0.15.0"
|
|
44
44
|
},
|
|
Binary file
|
|
@@ -18,7 +18,7 @@ function default_1(options) {
|
|
|
18
18
|
}
|
|
19
19
|
function addPoPackageAndInstall() {
|
|
20
20
|
return (tree, context) => {
|
|
21
|
-
(0, package_config_1.addPackageToPackageJson)(tree, '@po-ui/ng-components', '21.0.0
|
|
21
|
+
(0, package_config_1.addPackageToPackageJson)(tree, '@po-ui/ng-components', '21.0.0');
|
|
22
22
|
// install packages
|
|
23
23
|
context.addTask(new tasks_1.NodePackageInstallTask());
|
|
24
24
|
};
|
|
@@ -6,7 +6,7 @@ const tasks_1 = require("@angular-devkit/schematics/tasks");
|
|
|
6
6
|
const package_config_1 = require("@po-ui/ng-schematics/package-config");
|
|
7
7
|
const changes_1 = require("./changes");
|
|
8
8
|
function default_1() {
|
|
9
|
-
return (0, schematics_1.chain)([(0, package_config_1.updatePackageJson)('21.0.0
|
|
9
|
+
return (0, schematics_1.chain)([(0, package_config_1.updatePackageJson)('21.0.0', changes_1.updateDepedenciesVersion), postUpdate()]);
|
|
10
10
|
}
|
|
11
11
|
function postUpdate() {
|
|
12
12
|
return (_, context) => {
|
|
@@ -11,7 +11,7 @@ const changes_1 = require("./changes");
|
|
|
11
11
|
const httpClientModuleName = 'HttpClientModule';
|
|
12
12
|
const httpClientModuleSourcePath = '@angular/common/http';
|
|
13
13
|
function default_1() {
|
|
14
|
-
return (0, schematics_1.chain)([(0, package_config_1.updatePackageJson)('21.0.0
|
|
14
|
+
return (0, schematics_1.chain)([(0, package_config_1.updatePackageJson)('21.0.0', changes_1.updateDepedenciesVersion), createUpgradeRule(), postUpdate()]);
|
|
15
15
|
}
|
|
16
16
|
function postUpdate() {
|
|
17
17
|
return (_, context) => {
|
|
@@ -6,7 +6,7 @@ const tasks_1 = require("@angular-devkit/schematics/tasks");
|
|
|
6
6
|
const package_config_1 = require("@po-ui/ng-schematics/package-config");
|
|
7
7
|
const changes_1 = require("./changes");
|
|
8
8
|
function default_1() {
|
|
9
|
-
return (0, schematics_1.chain)([(0, package_config_1.updatePackageJson)('21.0.0
|
|
9
|
+
return (0, schematics_1.chain)([(0, package_config_1.updatePackageJson)('21.0.0', changes_1.updateDepedenciesVersion), postUpdate()]);
|
|
10
10
|
}
|
|
11
11
|
function postUpdate() {
|
|
12
12
|
return (_, context) => {
|
|
@@ -6,7 +6,7 @@ const tasks_1 = require("@angular-devkit/schematics/tasks");
|
|
|
6
6
|
const package_config_1 = require("@po-ui/ng-schematics/package-config");
|
|
7
7
|
const changes_1 = require("./changes");
|
|
8
8
|
function default_1() {
|
|
9
|
-
return (0, schematics_1.chain)([(0, package_config_1.updatePackageJson)('21.0.0
|
|
9
|
+
return (0, schematics_1.chain)([(0, package_config_1.updatePackageJson)('21.0.0', changes_1.updateDepedenciesVersion), postUpdate()]);
|
|
10
10
|
}
|
|
11
11
|
function postUpdate() {
|
|
12
12
|
return (_, context) => {
|
|
@@ -40,11 +40,11 @@ function main(options) {
|
|
|
40
40
|
configureNewIcon.toLowerCase() === 'y' ||
|
|
41
41
|
configureNewIcon.toLowerCase() === 'sim' ||
|
|
42
42
|
configureNewIcon.toLowerCase() === '') {
|
|
43
|
-
return (0, schematics_1.chain)([(0, package_config_1.updatePackageJson)('21.0.0
|
|
43
|
+
return (0, schematics_1.chain)([(0, package_config_1.updatePackageJson)('21.0.0', changes_1.updateDepedenciesVersion), createUpgradeRule(), postUpdate()]);
|
|
44
44
|
}
|
|
45
45
|
else {
|
|
46
46
|
return (0, schematics_1.chain)([
|
|
47
|
-
(0, package_config_1.updatePackageJson)('21.0.0
|
|
47
|
+
(0, package_config_1.updatePackageJson)('21.0.0', changes_1.updateDepedenciesVersion),
|
|
48
48
|
addImportOnly(options, [IconsDictionaryName, poIconDictionary], poModuleSourcePath),
|
|
49
49
|
addProviderToAppModule(options, newProviderDictionary),
|
|
50
50
|
updateAppConfigFileRule(),
|
|
@@ -40,11 +40,11 @@ function main(options) {
|
|
|
40
40
|
configureNewIcon.toLowerCase() === 'y' ||
|
|
41
41
|
configureNewIcon.toLowerCase() === 'sim' ||
|
|
42
42
|
configureNewIcon.toLowerCase() === '') {
|
|
43
|
-
return (0, schematics_1.chain)([(0, package_config_1.updatePackageJson)('21.0.0
|
|
43
|
+
return (0, schematics_1.chain)([(0, package_config_1.updatePackageJson)('21.0.0', changes_1.updateDepedenciesVersion), createUpgradeRule(), postUpdate()]);
|
|
44
44
|
}
|
|
45
45
|
else {
|
|
46
46
|
return (0, schematics_1.chain)([
|
|
47
|
-
(0, package_config_1.updatePackageJson)('21.0.0
|
|
47
|
+
(0, package_config_1.updatePackageJson)('21.0.0', changes_1.updateDepedenciesVersion),
|
|
48
48
|
addImportOnly(options, [IconsDictionaryName, poIconDictionary], poModuleSourcePath),
|
|
49
49
|
addProviderToAppModule(options, newProviderDictionary),
|
|
50
50
|
updateAppConfigFileRule(),
|
|
@@ -10,7 +10,7 @@ const package_config_1 = require("@po-ui/ng-schematics/package-config");
|
|
|
10
10
|
const changes_1 = require("./changes");
|
|
11
11
|
function updateToV2() {
|
|
12
12
|
return (0, schematics_1.chain)([
|
|
13
|
-
updatePackageJson('21.0.0
|
|
13
|
+
updatePackageJson('21.0.0', changes_1.dependeciesChanges),
|
|
14
14
|
(0, replace_1.replaceInFile)('tslint.json', changes_1.tsLintReplaces),
|
|
15
15
|
(0, replace_1.replaceInFile)('angular.json', changes_1.angularJsonReplaces),
|
|
16
16
|
createUpgradeRule(),
|
|
@@ -40,11 +40,11 @@ function main(options) {
|
|
|
40
40
|
configureNewIcon.toLowerCase() === 'y' ||
|
|
41
41
|
configureNewIcon.toLowerCase() === 'sim' ||
|
|
42
42
|
configureNewIcon.toLowerCase() === '') {
|
|
43
|
-
return (0, schematics_1.chain)([(0, package_config_1.updatePackageJson)('21.0.0
|
|
43
|
+
return (0, schematics_1.chain)([(0, package_config_1.updatePackageJson)('21.0.0', changes_1.updateDepedenciesVersion), createUpgradeRule(), postUpdate()]);
|
|
44
44
|
}
|
|
45
45
|
else {
|
|
46
46
|
return (0, schematics_1.chain)([
|
|
47
|
-
(0, package_config_1.updatePackageJson)('21.0.0
|
|
47
|
+
(0, package_config_1.updatePackageJson)('21.0.0', changes_1.updateDepedenciesVersion),
|
|
48
48
|
addImportOnly(options, [IconsDictionaryName, poIconDictionary], poModuleSourcePath),
|
|
49
49
|
addProviderToAppModule(options, newProviderDictionary),
|
|
50
50
|
updateAppConfigFileRule(),
|
|
@@ -9,7 +9,7 @@ const project_1 = require("@po-ui/ng-schematics/project");
|
|
|
9
9
|
const changes_1 = require("./changes");
|
|
10
10
|
function main() {
|
|
11
11
|
return tslib_1.__awaiter(this, void 0, void 0, function* () {
|
|
12
|
-
return (0, schematics_1.chain)([(0, package_config_1.updatePackageJson)('21.0.0
|
|
12
|
+
return (0, schematics_1.chain)([(0, package_config_1.updatePackageJson)('21.0.0', changes_1.updateDepedenciesVersion), createUpgradeRule(), postUpdate()]);
|
|
13
13
|
});
|
|
14
14
|
}
|
|
15
15
|
function default_1() {
|
|
@@ -7,7 +7,7 @@ const project_1 = require("@po-ui/ng-schematics/project");
|
|
|
7
7
|
const package_config_1 = require("@po-ui/ng-schematics/package-config");
|
|
8
8
|
const changes_1 = require("./changes");
|
|
9
9
|
function updateToV3() {
|
|
10
|
-
return (0, schematics_1.chain)([(0, package_config_1.updatePackageJson)('21.0.0
|
|
10
|
+
return (0, schematics_1.chain)([(0, package_config_1.updatePackageJson)('21.0.0', changes_1.updateDepedenciesVersion), createUpgradeRule(), postUpdate()]);
|
|
11
11
|
}
|
|
12
12
|
function postUpdate() {
|
|
13
13
|
return (_, context) => {
|
|
@@ -7,7 +7,7 @@ const project_1 = require("@po-ui/ng-schematics/project");
|
|
|
7
7
|
const package_config_1 = require("@po-ui/ng-schematics/package-config");
|
|
8
8
|
const changes_1 = require("./changes");
|
|
9
9
|
function default_1() {
|
|
10
|
-
return (0, schematics_1.chain)([(0, package_config_1.updatePackageJson)('21.0.0
|
|
10
|
+
return (0, schematics_1.chain)([(0, package_config_1.updatePackageJson)('21.0.0', changes_1.updateDepedenciesVersion), createUpgradeRule(), postUpdate()]);
|
|
11
11
|
}
|
|
12
12
|
function postUpdate() {
|
|
13
13
|
return (_, context) => {
|
|
@@ -7,7 +7,7 @@ const project_1 = require("@po-ui/ng-schematics/project");
|
|
|
7
7
|
const package_config_1 = require("@po-ui/ng-schematics/package-config");
|
|
8
8
|
const changes_1 = require("./changes");
|
|
9
9
|
function default_1() {
|
|
10
|
-
return (0, schematics_1.chain)([(0, package_config_1.updatePackageJson)('21.0.0
|
|
10
|
+
return (0, schematics_1.chain)([(0, package_config_1.updatePackageJson)('21.0.0', changes_1.updateDepedenciesVersion), createUpgradeRule(), postUpdate()]);
|
|
11
11
|
}
|
|
12
12
|
function postUpdate() {
|
|
13
13
|
return (_, context) => {
|
|
@@ -6,7 +6,7 @@ const tasks_1 = require("@angular-devkit/schematics/tasks");
|
|
|
6
6
|
const package_config_1 = require("@po-ui/ng-schematics/package-config");
|
|
7
7
|
const changes_1 = require("./changes");
|
|
8
8
|
function default_1() {
|
|
9
|
-
return (0, schematics_1.chain)([(0, package_config_1.updatePackageJson)('21.0.0
|
|
9
|
+
return (0, schematics_1.chain)([(0, package_config_1.updatePackageJson)('21.0.0', changes_1.updateDepedenciesVersion), postUpdate()]);
|
|
10
10
|
}
|
|
11
11
|
function postUpdate() {
|
|
12
12
|
return (_, context) => {
|
|
@@ -1,5 +1,5 @@
|
|
|
1
1
|
import * as i0 from '@angular/core';
|
|
2
|
-
import { EventEmitter, ElementRef, TemplateRef, OnInit, OnDestroy, Renderer2, QueryList, OnChanges, ChangeDetectorRef, SimpleChanges, AfterViewInit, DoCheck, ComponentFactoryResolver, ApplicationRef, Injector, ComponentRef, IterableDiffers, AfterViewChecked, PipeTransform,
|
|
2
|
+
import { EventEmitter, ElementRef, TemplateRef, OnInit, OnDestroy, Renderer2, QueryList, OnChanges, ChangeDetectorRef, SimpleChanges, AfterViewInit, Type, ViewContainerRef, DoCheck, ComponentFactoryResolver, ApplicationRef, Injector, ComponentRef, IterableDiffers, AfterViewChecked, PipeTransform, AfterContentInit, SimpleChange, RendererFactory2, InjectionToken, ModuleWithProviders } from '@angular/core';
|
|
3
3
|
import * as i2 from '@angular/common';
|
|
4
4
|
import { DecimalPipe, TitleCasePipe, CurrencyPipe, DatePipe } from '@angular/common';
|
|
5
5
|
import { DomSanitizer, SafeHtml } from '@angular/platform-browser';
|
|
@@ -718,6 +718,7 @@ declare class PoTagComponent extends PoTagBaseComponent implements OnInit {
|
|
|
718
718
|
} | {
|
|
719
719
|
'background-color'?: undefined;
|
|
720
720
|
};
|
|
721
|
+
private applyTextColorByContrast;
|
|
721
722
|
getWidthTag(): boolean;
|
|
722
723
|
setAriaLabel(): string;
|
|
723
724
|
private onRemove;
|
|
@@ -2975,18 +2976,15 @@ declare class PoLoadingBaseComponent {
|
|
|
2975
2976
|
* - `md`: 32px
|
|
2976
2977
|
* - `lg`: 80px
|
|
2977
2978
|
*
|
|
2978
|
-
* > Em nível de acessibilidade **AA**, caso o valor de `p-size` não seja definido, o valor padrão será `sm`
|
|
2979
|
-
* > quando o valor padrão dos componentes for configurado como `small` no
|
|
2980
|
-
* > [serviço de tema](https://po-ui.io/documentation/po-theme).
|
|
2981
|
-
*
|
|
2982
2979
|
* @default `lg`
|
|
2983
2980
|
*/
|
|
2984
2981
|
set size(value: string);
|
|
2985
2982
|
get size(): string;
|
|
2983
|
+
inOverlay: boolean;
|
|
2986
2984
|
constructor(languageService: PoLanguageService);
|
|
2987
2985
|
private getTextDefault;
|
|
2988
2986
|
static ɵfac: i0.ɵɵFactoryDeclaration<PoLoadingBaseComponent, never>;
|
|
2989
|
-
static ɵdir: i0.ɵɵDirectiveDeclaration<PoLoadingBaseComponent, never, never, { "text": { "alias": "p-text"; "required": false; }; "size": { "alias": "p-size"; "required": false; }; }, {}, never, never, true, never>;
|
|
2987
|
+
static ɵdir: i0.ɵɵDirectiveDeclaration<PoLoadingBaseComponent, never, never, { "text": { "alias": "p-text"; "required": false; }; "size": { "alias": "p-size"; "required": false; }; "inOverlay": { "alias": "p-in-overlay"; "required": false; }; }, {}, never, never, true, never>;
|
|
2990
2988
|
}
|
|
2991
2989
|
|
|
2992
2990
|
/**
|
|
@@ -2999,6 +2997,10 @@ declare class PoLoadingComponent extends PoLoadingBaseComponent {
|
|
|
2999
2997
|
static ɵcmp: i0.ɵɵComponentDeclaration<PoLoadingComponent, "po-loading", never, {}, {}, never, never, false, never>;
|
|
3000
2998
|
}
|
|
3001
2999
|
|
|
3000
|
+
interface LoadingIconComponent {
|
|
3001
|
+
size?: string;
|
|
3002
|
+
}
|
|
3003
|
+
|
|
3002
3004
|
/**
|
|
3003
3005
|
* @docsPrivate
|
|
3004
3006
|
*
|
|
@@ -3007,10 +3009,13 @@ declare class PoLoadingComponent extends PoLoadingBaseComponent {
|
|
|
3007
3009
|
* Componente que exibe um ícone de carregamento de conteúdo. A cor padrão para ele é a primária conforme o tema utilizado.
|
|
3008
3010
|
* É possível alterá-la para um tom cinza conforme a necessidade.
|
|
3009
3011
|
*/
|
|
3010
|
-
declare class PoLoadingIconComponent {
|
|
3012
|
+
declare class PoLoadingIconComponent implements AfterViewInit, OnDestroy {
|
|
3013
|
+
loadingIconComponent?: Type<LoadingIconComponent>;
|
|
3011
3014
|
private _neutralColor;
|
|
3012
3015
|
private _size;
|
|
3016
|
+
private createdRef;
|
|
3013
3017
|
id: string;
|
|
3018
|
+
loadingContainer: ViewContainerRef;
|
|
3014
3019
|
/**
|
|
3015
3020
|
* @optional
|
|
3016
3021
|
*
|
|
@@ -3039,8 +3044,12 @@ declare class PoLoadingIconComponent {
|
|
|
3039
3044
|
*/
|
|
3040
3045
|
set size(value: string);
|
|
3041
3046
|
get size(): string;
|
|
3042
|
-
|
|
3043
|
-
|
|
3047
|
+
inOverlay: boolean;
|
|
3048
|
+
constructor(loadingIconComponent?: Type<LoadingIconComponent>);
|
|
3049
|
+
ngOnDestroy(): void;
|
|
3050
|
+
ngAfterViewInit(): void;
|
|
3051
|
+
static ɵfac: i0.ɵɵFactoryDeclaration<PoLoadingIconComponent, [{ optional: true; }]>;
|
|
3052
|
+
static ɵcmp: i0.ɵɵComponentDeclaration<PoLoadingIconComponent, "po-loading-icon", never, { "neutralColor": { "alias": "p-neutral-color"; "required": false; }; "size": { "alias": "p-size"; "required": false; }; "inOverlay": { "alias": "p-in-overlay"; "required": false; }; }, {}, never, never, false, never>;
|
|
3044
3053
|
}
|
|
3045
3054
|
|
|
3046
3055
|
/**
|
|
@@ -16460,7 +16469,7 @@ declare abstract class PoLookupBaseComponent implements ControlValueAccessor, On
|
|
|
16460
16469
|
* | **Icon** | | |
|
|
16461
16470
|
* | `--color-icon` | Cor principal do icone pesquisar | `var(--color-action-default)` |
|
|
16462
16471
|
* | **Hover** | | |
|
|
16463
|
-
* | `--color-hover` | Cor principal no estado hover | `var(--color-
|
|
16472
|
+
* | `--color-hover` | Cor principal no estado hover | `var(--color-brand-01-dark)` |
|
|
16464
16473
|
* | `--background-hover` | Cor de background no estado hover | `var(--color-brand-01-lightest)` |
|
|
16465
16474
|
* | **Focused** | | |
|
|
16466
16475
|
* | `--color-focused` | Cor principal no estado de focus | `var(--color-action-default)` |
|
|
@@ -31641,7 +31650,7 @@ declare const poThemeDefault: PoTheme;
|
|
|
31641
31650
|
* | `--background` | Cor de background | `var(--color-neutral-light-00)` |
|
|
31642
31651
|
* | `--shadow` | Contém o valor da sombra do elemento | `var(--shadow-md)` |
|
|
31643
31652
|
* | **Hover** | | |
|
|
31644
|
-
* | `--border-color-hover` | Cor da borda no estado hover | `var(--color-
|
|
31653
|
+
* | `--border-color-hover` | Cor da borda no estado hover | `var(--color-action-hover)` |
|
|
31645
31654
|
* | **Focused** | | |
|
|
31646
31655
|
* | `--color-focused` | Cor principal no estado de focus | `var(--color-action-default)` |
|
|
31647
31656
|
* | `--outline-color-focused` | Cor do outline do estado de focus | `var(--color-action-focus)` |
|
|
@@ -32929,6 +32938,8 @@ declare const AnimaliaIconDictionary: {
|
|
|
32929
32938
|
[key: string]: string;
|
|
32930
32939
|
};
|
|
32931
32940
|
|
|
32941
|
+
declare const LOADING_ICON_COMPONENT: InjectionToken<Type<any>>;
|
|
32942
|
+
|
|
32932
32943
|
/**
|
|
32933
32944
|
* @usedBy PoPageComponent
|
|
32934
32945
|
*
|
|
@@ -33384,5 +33395,5 @@ declare class PoHttpRequestInterceptorService implements HttpInterceptor {
|
|
|
33384
33395
|
static ɵprov: i0.ɵɵInjectableDeclaration<PoHttpRequestInterceptorService>;
|
|
33385
33396
|
}
|
|
33386
33397
|
|
|
33387
|
-
export { AnimaliaIconDictionary, ForceBooleanComponentEnum, ForceOptionComponentEnum, I18N_CONFIG, InputBoolean, InputRequired, PO_CONTROL_POSITIONS, PoAccordionComponent, PoAccordionItemComponent, PoAccordionModule, PoActiveOverlayModule, PoActiveOverlayService, PoAvatarComponent, PoAvatarModule, PoBadgeComponent, PoBadgeModule, PoBreadcrumbComponent, PoBreadcrumbModule, PoButtonComponent, PoButtonGroupComponent, PoButtonGroupModule, PoButtonGroupToggle, PoButtonKind, PoButtonModule, PoButtonSize, PoButtonType, PoCalendarComponent, PoCalendarMode, PoCalendarModule, PoChartComponent, PoChartLabelFormat, PoChartModule, PoChartType, PoCheckboxComponent, PoCheckboxGroupComponent, PoCheckboxGroupModule, PoCheckboxModule, PoCheckboxSize, PoCleanComponent, PoCleanModule, PoColorPaletteModule, PoColorPaletteService, PoComboComponent, PoComboFilterMode, PoComboOptionTemplateDirective, PoComponentInjectorModule, PoComponentInjectorService, PoComponentsModule, PoContainerComponent, PoContainerModule, PoContextTabButtonComponent, PoContextTabsComponent, PoContextTabsModule, PoControlPositionModule, PoDateService, PoDateTimeModule, PoDatepickerComponent, PoDatepickerIsoFormat, PoDatepickerModule, PoDatepickerRangeComponent, PoDecimalComponent, PoDialogComponent, PoDialogModule, PoDialogService, PoDialogType, PoDirectivesModule, PoDisclaimerComponent, PoDisclaimerGroupComponent, PoDisclaimerGroupModule, PoDisclaimerModule, PoDividerComponent, PoDividerModule, PoDividerSize, PoDropdownComponent, PoDropdownModule, PoDynamicContainerComponent, PoDynamicFieldType, PoDynamicFormComponent, PoDynamicModule, PoDynamicSharedBase, PoDynamicViewComponent, PoEmailComponent, PoFieldContainerBottomComponent, PoFieldContainerComponent, PoFieldContainerModule, PoFieldModule, PoGaugeComponent, PoGaugeModule, PoGridComponent, PoGridModule, PoGuardsModule, PoHeaderComponent, PoHeaderModule, PoHelperComponent, PoHelperModule, PoHttpInterceptorModule, PoHttpInterceptorService, PoHttpRequestInterceptorService, PoHttpRequestModule, PoI18nModule, PoI18nPipe, PoI18nService, PoIconComponent, PoIconModule, PoImageComponent, PoImageModule, PoInfoComponent, PoInfoModule, PoInfoOrientation, PoInputComponent, PoInterceptorsModule, PoItemListComponent, PoLabelComponent, PoLabelModule, PoLanguageModule, PoLanguageService, PoLinkComponent, PoLinkModule, PoListBoxComponent, PoListBoxModule, PoListViewComponent, PoListViewContentTemplateDirective, PoListViewDetailTemplateDirective, PoListViewModule, PoLoadingComponent, PoLoadingIconComponent, PoLoadingModule, PoLoadingOverlayComponent, PoLoginComponent, PoLogoComponent, PoLogoModule, PoLookupComponent, PoLookupModalComponent, PoMask, PoMediaQueryModule, PoMediaQueryService, PoMenuComponent, PoMenuGlobalService, PoMenuHeaderTemplateDirective, PoMenuModule, PoMenuPanelComponent, PoMenuPanelModule, PoModalComponent, PoModalFooterComponent, PoModalModule, PoModule, PoMultiselectComponent, PoMultiselectFilterMode, PoMultiselectOptionTemplateDirective, PoNavbarComponent, PoNavbarModule, PoNotificationModule, PoNotificationService, PoNumberComponent, PoOverlayComponent, PoOverlayModule, PoPageDefaultComponent, PoPageDetailComponent, PoPageEditComponent, PoPageListComponent, PoPageModule, PoPageSlideComponent, PoPageSlideFooterComponent, PoPageSlideModule, PoPasswordComponent, PoPipesModule, PoPopoverComponent, PoPopoverModule, PoPopupComponent, PoPopupModule, PoProgressComponent, PoProgressModule, PoProgressSize, PoProgressStatus, PoRadioComponent, PoRadioGroupComponent, PoRadioGroupModule, PoRadioModule, PoRichTextComponent, PoRichTextToolbarActions, PoSearchComponent, PoSearchFilterMode, PoSearchListComponent, PoSearchModule, PoSelectComponent, PoServicesModule, PoSlideComponent, PoSlideContentTemplateDirective, PoSlideModule, PoStepComponent, PoStepperComponent, PoStepperModule, PoStepperOrientation, PoStepperStatus, PoSwitchComponent, PoSwitchLabelPosition, PoSwitchModule, PoTabButtonComponent, PoTabComponent, PoTabDropdownComponent, PoTableCellTemplateDirective, PoTableColumnFrozenDirective, PoTableColumnSortType, PoTableColumnSpacing, PoTableColumnTemplateDirective, PoTableComponent, PoTableModule, PoTableRowTemplateArrowDirection, PoTableRowTemplateDirective, PoTabsComponent, PoTabsModule, PoTabsService, PoTagComponent, PoTagModule, PoTagOrientation, PoTagType, PoTextareaComponent, PoThemeA11yEnum, PoThemeModule, PoThemeService, PoThemeTypeEnum, PoTimeModule, PoTimePipe, PoToasterComponent, PoToasterMode, PoToasterModule, PoToasterOrientation, PoToasterType, PoToolbarComponent, PoToolbarModule, PoTooltipDirective, PoTooltipModule, PoTreeViewComponent, PoTreeViewModule, PoUploadComponent, PoUploadFile, PoUploadStatus, PoUrlComponent, PoWidgetComponent, PoWidgetModule, initializeLanguageDefault, mergePoI18nConfigs, poBreadcrumbLiterals, poChartLiteralsDefault, poDialogAlertLiteralsDefault, poDialogConfirmLiteralsDefault, poLanguageDefault, poLocaleDateSeparatorList, poLocaleDecimalSeparatorList, poLocaleDefault, poLocaleThousandSeparatorList, poLocales, poPageSlideLiteralsDefault, poTabsLiterals, poThemeDefault, poThemeDefaultAA, poThemeDefaultAAA, poThemeDefaultActions, poThemeDefaultActionsDark, poThemeDefaultBrands, poThemeDefaultBrandsDark, poThemeDefaultCategoricals, poThemeDefaultCategoricalsAA, poThemeDefaultCategoricalsDark, poThemeDefaultCategoricalsDarkAA, poThemeDefaultCategoricalsOverlayDark, poThemeDefaultCategoricalsOverlayDarkAA, poThemeDefaultDark, poThemeDefaultDarkValues, poThemeDefaultDarkValuesAA, poThemeDefaultFeedback, poThemeDefaultFeedbackDark, poThemeDefaultLight, poThemeDefaultLightValues, poThemeDefaultLightValuesAA, poThemeDefaultNeutrals, poThemeDefaultNeutralsDark, poThemeDefaultOverlayCategoricals, poThemeDefaultOverlayCategoricalsAA, poToasterLiterals, returnPoI18nService };
|
|
33398
|
+
export { AnimaliaIconDictionary, ForceBooleanComponentEnum, ForceOptionComponentEnum, I18N_CONFIG, InputBoolean, InputRequired, LOADING_ICON_COMPONENT, PO_CONTROL_POSITIONS, PoAccordionComponent, PoAccordionItemComponent, PoAccordionModule, PoActiveOverlayModule, PoActiveOverlayService, PoAvatarComponent, PoAvatarModule, PoBadgeComponent, PoBadgeModule, PoBreadcrumbComponent, PoBreadcrumbModule, PoButtonComponent, PoButtonGroupComponent, PoButtonGroupModule, PoButtonGroupToggle, PoButtonKind, PoButtonModule, PoButtonSize, PoButtonType, PoCalendarComponent, PoCalendarMode, PoCalendarModule, PoChartComponent, PoChartLabelFormat, PoChartModule, PoChartType, PoCheckboxComponent, PoCheckboxGroupComponent, PoCheckboxGroupModule, PoCheckboxModule, PoCheckboxSize, PoCleanComponent, PoCleanModule, PoColorPaletteModule, PoColorPaletteService, PoComboComponent, PoComboFilterMode, PoComboOptionTemplateDirective, PoComponentInjectorModule, PoComponentInjectorService, PoComponentsModule, PoContainerComponent, PoContainerModule, PoContextTabButtonComponent, PoContextTabsComponent, PoContextTabsModule, PoControlPositionModule, PoDateService, PoDateTimeModule, PoDatepickerComponent, PoDatepickerIsoFormat, PoDatepickerModule, PoDatepickerRangeComponent, PoDecimalComponent, PoDialogComponent, PoDialogModule, PoDialogService, PoDialogType, PoDirectivesModule, PoDisclaimerComponent, PoDisclaimerGroupComponent, PoDisclaimerGroupModule, PoDisclaimerModule, PoDividerComponent, PoDividerModule, PoDividerSize, PoDropdownComponent, PoDropdownModule, PoDynamicContainerComponent, PoDynamicFieldType, PoDynamicFormComponent, PoDynamicModule, PoDynamicSharedBase, PoDynamicViewComponent, PoEmailComponent, PoFieldContainerBottomComponent, PoFieldContainerComponent, PoFieldContainerModule, PoFieldModule, PoGaugeComponent, PoGaugeModule, PoGridComponent, PoGridModule, PoGuardsModule, PoHeaderComponent, PoHeaderModule, PoHelperComponent, PoHelperModule, PoHttpInterceptorModule, PoHttpInterceptorService, PoHttpRequestInterceptorService, PoHttpRequestModule, PoI18nModule, PoI18nPipe, PoI18nService, PoIconComponent, PoIconModule, PoImageComponent, PoImageModule, PoInfoComponent, PoInfoModule, PoInfoOrientation, PoInputComponent, PoInterceptorsModule, PoItemListComponent, PoLabelComponent, PoLabelModule, PoLanguageModule, PoLanguageService, PoLinkComponent, PoLinkModule, PoListBoxComponent, PoListBoxModule, PoListViewComponent, PoListViewContentTemplateDirective, PoListViewDetailTemplateDirective, PoListViewModule, PoLoadingComponent, PoLoadingIconComponent, PoLoadingModule, PoLoadingOverlayComponent, PoLoginComponent, PoLogoComponent, PoLogoModule, PoLookupComponent, PoLookupModalComponent, PoMask, PoMediaQueryModule, PoMediaQueryService, PoMenuComponent, PoMenuGlobalService, PoMenuHeaderTemplateDirective, PoMenuModule, PoMenuPanelComponent, PoMenuPanelModule, PoModalComponent, PoModalFooterComponent, PoModalModule, PoModule, PoMultiselectComponent, PoMultiselectFilterMode, PoMultiselectOptionTemplateDirective, PoNavbarComponent, PoNavbarModule, PoNotificationModule, PoNotificationService, PoNumberComponent, PoOverlayComponent, PoOverlayModule, PoPageDefaultComponent, PoPageDetailComponent, PoPageEditComponent, PoPageListComponent, PoPageModule, PoPageSlideComponent, PoPageSlideFooterComponent, PoPageSlideModule, PoPasswordComponent, PoPipesModule, PoPopoverComponent, PoPopoverModule, PoPopupComponent, PoPopupModule, PoProgressComponent, PoProgressModule, PoProgressSize, PoProgressStatus, PoRadioComponent, PoRadioGroupComponent, PoRadioGroupModule, PoRadioModule, PoRichTextComponent, PoRichTextToolbarActions, PoSearchComponent, PoSearchFilterMode, PoSearchListComponent, PoSearchModule, PoSelectComponent, PoServicesModule, PoSlideComponent, PoSlideContentTemplateDirective, PoSlideModule, PoStepComponent, PoStepperComponent, PoStepperModule, PoStepperOrientation, PoStepperStatus, PoSwitchComponent, PoSwitchLabelPosition, PoSwitchModule, PoTabButtonComponent, PoTabComponent, PoTabDropdownComponent, PoTableCellTemplateDirective, PoTableColumnFrozenDirective, PoTableColumnSortType, PoTableColumnSpacing, PoTableColumnTemplateDirective, PoTableComponent, PoTableModule, PoTableRowTemplateArrowDirection, PoTableRowTemplateDirective, PoTabsComponent, PoTabsModule, PoTabsService, PoTagComponent, PoTagModule, PoTagOrientation, PoTagType, PoTextareaComponent, PoThemeA11yEnum, PoThemeModule, PoThemeService, PoThemeTypeEnum, PoTimeModule, PoTimePipe, PoToasterComponent, PoToasterMode, PoToasterModule, PoToasterOrientation, PoToasterType, PoToolbarComponent, PoToolbarModule, PoTooltipDirective, PoTooltipModule, PoTreeViewComponent, PoTreeViewModule, PoUploadComponent, PoUploadFile, PoUploadStatus, PoUrlComponent, PoWidgetComponent, PoWidgetModule, initializeLanguageDefault, mergePoI18nConfigs, poBreadcrumbLiterals, poChartLiteralsDefault, poDialogAlertLiteralsDefault, poDialogConfirmLiteralsDefault, poLanguageDefault, poLocaleDateSeparatorList, poLocaleDecimalSeparatorList, poLocaleDefault, poLocaleThousandSeparatorList, poLocales, poPageSlideLiteralsDefault, poTabsLiterals, poThemeDefault, poThemeDefaultAA, poThemeDefaultAAA, poThemeDefaultActions, poThemeDefaultActionsDark, poThemeDefaultBrands, poThemeDefaultBrandsDark, poThemeDefaultCategoricals, poThemeDefaultCategoricalsAA, poThemeDefaultCategoricalsDark, poThemeDefaultCategoricalsDarkAA, poThemeDefaultCategoricalsOverlayDark, poThemeDefaultCategoricalsOverlayDarkAA, poThemeDefaultDark, poThemeDefaultDarkValues, poThemeDefaultDarkValuesAA, poThemeDefaultFeedback, poThemeDefaultFeedbackDark, poThemeDefaultLight, poThemeDefaultLightValues, poThemeDefaultLightValuesAA, poThemeDefaultNeutrals, poThemeDefaultNeutralsDark, poThemeDefaultOverlayCategoricals, poThemeDefaultOverlayCategoricalsAA, poToasterLiterals, returnPoI18nService };
|
|
33388
33399
|
export type { ErrorAsyncProperties, PoAccordionLiterals, PoBreadcrumb, PoBreadcrumbItem, PoButtonGroupItem, PoChartAxisOptions, PoChartDataLabel, PoChartHeaderOptions, PoChartLiterals, PoChartOptions, PoChartSerie, PoCheckboxGroupOption, PoComboFilter, PoComboLiterals, PoComboOption, PoComboOptionGroup, PoDateSeparator, PoDatepickerRange, PoDatepickerRangeLiterals, PoDialogAlertLiterals, PoDialogAlertOptions, PoDialogConfirmLiterals, PoDialogConfirmOptions, PoDialogOptions, PoDisclaimer, PoDisclaimerGroup, PoDisclaimerGroupRemoveAction, PoDropdownAction, PoDynamicFormField, PoDynamicFormFieldChanged, PoDynamicFormFieldValidation, PoDynamicFormLoad, PoDynamicFormValidation, PoDynamicViewField, PoDynamicViewRequest, PoGaugeOptions, PoGaugeRanges, PoGridRowActions, PoHeaderActionPopoverAction, PoHeaderActionTool, PoHeaderActionToolItem, PoHeaderActions, PoHeaderBrand, PoHeaderLiterals, PoHeaderUser, PoHelperOptions, PoI18nConfig, PoI18nConfigContext, PoI18nConfigDefault, PoI18nLiterals, PoLanguage, PoListViewAction, PoListViewLiterals, PoLookupColumn, PoLookupFilter, PoLookupFilteredItemsParams, PoLookupLiterals, PoLookupResponseApi, PoMediaQueryTokens, PoMenuFilter, PoMenuItem, PoMenuItemBadge, PoMenuItemFiltered, PoMenuPanelItem, PoModalAction, PoMultiselectFilter, PoMultiselectLiterals, PoMultiselectOption, PoNavbarIconAction, PoNavbarItem, PoNotification, PoNumberSeparator, PoPage, PoPageAction, PoPageDefault, PoPageDefaultLiterals, PoPageDetailLiterals, PoPageEditLiterals, PoPageFilter, PoPageListLiterals, PoPopupAction, PoProgressAction, PoRadioGroupOption, PoResponseApi, PoRichTextToolbarButtonGroupItem, PoSearchFilterSelect, PoSearchLiterals, PoSearchOption, PoSelectOption, PoSelectOptionGroup, PoSlideItem, PoStepperItem, PoTab, PoTableAction, PoTableBoolean, PoTableColumn, PoTableColumnIcon, PoTableColumnLabel, PoTableColumnSort, PoTableDetail, PoTableDetailColumn, PoTableLiterals, PoTableSubtitleColumn, PoTagLiterals, PoTheme, PoThemeActive, PoThemeColor, PoThemeColorAction, PoThemeColorCategorical, PoThemeColorFeedback, PoThemeColorNeutral, PoThemeToken, PoThemeTokens, PoThemeType, PoToaster, PoToolbarAction, PoToolbarProfile, PoTreeViewItem, PoUploadFileRestrictions, PoUploadLiterals, PoWidgetLiterals, poThemeColorBrand };
|
|
Binary file
|