@po-ui/ng-components 20.13.0 → 21.0.0-rc.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 (48) hide show
  1. package/README.md +1 -1
  2. package/fesm2022/{po-ui-ng-components-po-chart-modal-table.component-C8jlPZLV.mjs → po-ui-ng-components-po-chart-modal-table.component-DTtf5iYX.mjs} +4 -4
  3. package/fesm2022/{po-ui-ng-components-po-chart-modal-table.component-C8jlPZLV.mjs.map → po-ui-ng-components-po-chart-modal-table.component-DTtf5iYX.mjs.map} +1 -1
  4. package/fesm2022/po-ui-ng-components.mjs +1417 -1614
  5. package/fesm2022/po-ui-ng-components.mjs.map +1 -1
  6. package/lib/components/po-dynamic/po-dynamic.util.d.ts +4 -0
  7. package/lib/components/po-field/po-checkbox/po-checkbox.component.d.ts +0 -2
  8. package/lib/components/po-field/po-lookup/po-lookup.component.d.ts +1 -1
  9. package/lib/components/po-field/po-select/po-select.component.d.ts +0 -2
  10. package/lib/components/po-field/validators.d.ts +5 -0
  11. package/lib/components/po-icon/po-icon-dictionary.d.ts +0 -7
  12. package/lib/components/po-icon/po-icon.component.d.ts +1 -3
  13. package/lib/components/po-table/po-table-list-manager/po-table-list-manager.component.d.ts +1 -5
  14. package/lib/components/po-table/po-table.component.d.ts +2 -6
  15. package/lib/components/po-tag/po-tag.component.d.ts +1 -0
  16. package/lib/components/po-widget/po-widget-base.component.d.ts +1 -1
  17. package/lib/components/po-widget/po-widget.component.d.ts +1 -1
  18. package/lib/interceptors/po-http-request/po-http-request-interceptor.service.d.ts +1 -1
  19. package/lib/services/po-theme/po-theme.service.d.ts +1 -5
  20. package/lib/utils/util.d.ts +33 -0
  21. package/package.json +18 -18
  22. package/po-ui-ng-components-21.0.0-rc.0.tgz +0 -0
  23. package/schematics/migrations.json +5 -0
  24. package/schematics/ng-add/index.js +1 -1
  25. package/schematics/ng-add/setup-project.js +28 -4
  26. package/schematics/ng-add/setup-project.js.map +1 -1
  27. package/schematics/ng-generate/sidemenu/files/app.spec.ts.template +4 -4
  28. package/schematics/ng-generate/sidemenu/files-standalone/app.spec.ts.template +7 -7
  29. package/schematics/ng-update/v14/index.js +1 -1
  30. package/schematics/ng-update/v15/index.js +1 -1
  31. package/schematics/ng-update/v16/index.js +1 -1
  32. package/schematics/ng-update/v17/index.js +1 -1
  33. package/schematics/ng-update/v18/index.js +2 -2
  34. package/schematics/ng-update/v19/index.js +2 -2
  35. package/schematics/ng-update/v2/index.js +1 -1
  36. package/schematics/ng-update/v20/index.js +2 -2
  37. package/schematics/ng-update/v21/changes.d.ts +12 -0
  38. package/schematics/ng-update/v21/changes.js +200 -0
  39. package/schematics/ng-update/v21/changes.js.map +1 -0
  40. package/schematics/ng-update/v21/index.d.ts +2 -0
  41. package/schematics/ng-update/v21/index.js +93 -0
  42. package/schematics/ng-update/v21/index.js.map +1 -0
  43. package/schematics/ng-update/v3/index.js +1 -1
  44. package/schematics/ng-update/v4/index.js +1 -1
  45. package/schematics/ng-update/v5/index.js +1 -1
  46. package/schematics/ng-update/v6/index.js +1 -1
  47. package/{index.d.ts → types/po-ui-ng-components.d.ts} +17 -40
  48. package/po-ui-ng-components-20.13.0.tgz +0 -0
@@ -0,0 +1,200 @@
1
+ "use strict";
2
+ Object.defineProperty(exports, "__esModule", { value: true });
3
+ exports.phIconHifenReplaces = exports.phIconReplaces = exports.poIconReplaces = exports.poIconInsideReplaces = exports.updateDepedenciesVersion = exports.iconsReplaced = void 0;
4
+ //regex para remover po-icon
5
+ const regexRemovePoIconInside = new RegExp('(?<=\\s|^)po-icon(?=\\s|$)', 'gmi');
6
+ const regexRemovePoIcon = new RegExp('(?<!<)po-icon(?=\\s|$|"|\')', 'gmi');
7
+ const regexRemovePhIcon = new RegExp('(?<=\\s|^|["\'`])ph(?=\\s|$|["\'`])', 'gmi');
8
+ const regexRemovePhHifenIcon = new RegExp('(?<=\\s|^|["\'`])ph-(?=\\w)', 'gmi');
9
+ exports.iconsReplaced = [
10
+ { replace: 'po-icon-a11y-elderly', replaceWith: 'an-elderly' },
11
+ { replace: 'po-icon-a11y-pregnant', replaceWith: 'an-pregnant' },
12
+ { replace: 'po-icon-a11y-wheelchair', replaceWith: 'an-wheelchair' },
13
+ { replace: 'po-icon-agro-business', replaceWith: 'an-plant' },
14
+ { replace: 'po-icon-align-center', replaceWith: 'an-text-align-center' },
15
+ { replace: 'po-icon-align-justify', replaceWith: 'an-text-align-justify' },
16
+ { replace: 'po-icon-align-left', replaceWith: 'an-text-align-left' },
17
+ { replace: 'po-icon-align-right', replaceWith: 'an-text-align-right' },
18
+ { replace: 'po-icon-anchor', replaceWith: 'an-anchor' },
19
+ { replace: 'po-icon-archive', replaceWith: 'an-archive' },
20
+ { replace: 'po-icon-arrow-down', replaceWith: 'an-caret-down' },
21
+ { replace: 'po-icon-arrow-left', replaceWith: 'an-caret-left' },
22
+ { replace: 'po-icon-arrow-right', replaceWith: 'an-caret-right' },
23
+ { replace: 'po-icon-arrow-up', replaceWith: 'an-caret-up' },
24
+ { replace: 'po-icon-attach', replaceWith: 'an-paperclip' },
25
+ { replace: 'po-icon-automatic-barrier', replaceWith: 'an-automatic-barrier' },
26
+ { replace: 'po-icon-balance', replaceWith: 'an-scales' },
27
+ { replace: 'po-icon-balance-weight', replaceWith: 'an-balance-weight' },
28
+ { replace: 'po-icon-bar-code', replaceWith: 'an-barcode' },
29
+ { replace: 'po-icon-basket', replaceWith: 'an-basket' },
30
+ { replace: 'po-icon-bluetooth', replaceWith: 'an-bluetooth' },
31
+ { replace: 'po-icon-book', replaceWith: 'an-book-bookmark' },
32
+ { replace: 'po-icon-calculator', replaceWith: 'an-calculator' },
33
+ { replace: 'po-icon-calendar', replaceWith: 'an-calendar-dots' },
34
+ { replace: 'po-icon-calendar-ok', replaceWith: 'an-calendar-check' },
35
+ { replace: 'po-icon-calendar-settings', replaceWith: 'an-calendar-gear' },
36
+ { replace: 'po-icon-camera', replaceWith: 'an-camera' },
37
+ { replace: 'po-icon-cart', replaceWith: 'an-shopping-cart-simple' },
38
+ { replace: 'po-icon-change', replaceWith: 'an-swap' },
39
+ { replace: 'po-icon-chart-area', replaceWith: 'an-chart-line' },
40
+ { replace: 'po-icon-chart-columns', replaceWith: 'an-chart-bar' },
41
+ { replace: 'po-icon-chat', replaceWith: 'an-chats' },
42
+ { replace: 'po-icon-clear-content', replaceWith: 'an-fill an-x-circle', fill: true },
43
+ { replace: 'po-icon-clipboard', replaceWith: 'an-clipboard' },
44
+ { replace: 'po-icon-clock', replaceWith: 'an-clock' },
45
+ { replace: 'po-icon-close', replaceWith: 'an-x' },
46
+ { replace: 'po-icon-company', replaceWith: 'an-building-apartment' },
47
+ { replace: 'po-icon-construction', replaceWith: 'an-hard-hat' },
48
+ { replace: 'po-icon-copy', replaceWith: 'an-copy' },
49
+ { replace: 'po-icon-cotton', replaceWith: 'an-cotton' },
50
+ { replace: 'po-icon-credit-payment', replaceWith: 'an-credit-card' },
51
+ { replace: 'po-icon-cut', replaceWith: 'an-selection-background' },
52
+ { replace: 'po-icon-database', replaceWith: 'an-database' },
53
+ { replace: 'po-icon-debit-payment', replaceWith: 'an-debit-card' },
54
+ { replace: 'po-icon-delete', replaceWith: 'an-trash' },
55
+ { replace: 'po-icon-device-desktop', replaceWith: 'an-monitor' },
56
+ { replace: 'po-icon-device-notebook', replaceWith: 'an-laptop' },
57
+ { replace: 'po-icon-device-smartphone', replaceWith: 'an-device-mobile' },
58
+ { replace: 'po-icon-device-tablet', replaceWith: 'an-device-tablet-speaker' },
59
+ { replace: 'po-icon-doc-xls', replaceWith: 'an-file-xls' },
60
+ { replace: 'po-icon-document', replaceWith: 'an-file' },
61
+ { replace: 'po-icon-document-double', replaceWith: 'an-files' },
62
+ { replace: 'po-icon-document-filled', replaceWith: 'an-file-text' },
63
+ { replace: 'po-icon-download', replaceWith: 'an-download-simple' },
64
+ { replace: 'po-icon-edit', replaceWith: 'an-pencil-simple' },
65
+ { replace: 'po-icon-exam', replaceWith: 'an-flask' },
66
+ { replace: 'po-icon-exclamation', replaceWith: 'an-warning-circle' },
67
+ { replace: 'po-icon-exit', replaceWith: 'an-sign-out' },
68
+ { replace: 'po-icon-export', replaceWith: 'an-arrow-square-out' },
69
+ { replace: 'po-icon-eye', replaceWith: 'an-eye' },
70
+ { replace: 'po-icon-eye-off', replaceWith: 'an-eye-closed' },
71
+ { replace: 'po-icon-filter', replaceWith: 'an-funnel' },
72
+ { replace: 'po-icon-finance', replaceWith: 'an-currency-circle-dollar' },
73
+ { replace: 'po-icon-finance-bitcoin', replaceWith: 'an-currency-btc' },
74
+ { replace: 'po-icon-finance-secure', replaceWith: 'an-currency-dollar-simple' },
75
+ { replace: 'po-icon-first-page', replaceWith: 'an-caret-double-left' },
76
+ { replace: 'po-icon-folder', replaceWith: 'an-folder' },
77
+ { replace: 'po-icon-food', replaceWith: 'an-fork-knife' },
78
+ { replace: 'po-icon-food-menu', replaceWith: 'an-fork-knife' },
79
+ { replace: 'po-icon-gas', replaceWith: 'an-gas-pump' },
80
+ { replace: 'po-icon-gift', replaceWith: 'an-gift' },
81
+ { replace: 'po-icon-grid', replaceWith: 'an-squares-four' },
82
+ { replace: 'po-icon-handshake', replaceWith: 'an-handshake' },
83
+ { replace: 'po-icon-hdd', replaceWith: 'an-hard-drive-disk' },
84
+ { replace: 'po-icon-help', replaceWith: 'an-question' },
85
+ { replace: 'po-icon-history', replaceWith: 'an-clock-counter-clockwise' },
86
+ { replace: 'po-icon-home', replaceWith: 'an-house-line' },
87
+ { replace: 'po-icon-image-align-inline', replaceWith: 'an-image-align-inline' },
88
+ { replace: 'po-icon-image-align-left', replaceWith: 'an-image-align-left' },
89
+ { replace: 'po-icon-image-align-right', replaceWith: 'an-image-align-right' },
90
+ { replace: 'po-icon-info', replaceWith: 'an-info' },
91
+ { replace: 'po-icon-injector', replaceWith: 'an-syringe' },
92
+ { replace: 'po-icon-keyboard', replaceWith: 'an-keyboard' },
93
+ { replace: 'po-icon-last-page', replaceWith: 'an-caret-double-right' },
94
+ { replace: 'po-icon-layers', replaceWith: 'an-stack-simple' },
95
+ { replace: 'po-icon-light', replaceWith: 'an-lightbulb' },
96
+ { replace: 'po-icon-like', replaceWith: 'an-heart' },
97
+ { replace: 'po-icon-link', replaceWith: 'an-link' },
98
+ { replace: 'po-icon-list', replaceWith: 'an-list-bullets' },
99
+ { replace: 'po-icon-lock', replaceWith: 'an-lock' },
100
+ { replace: 'po-icon-lock-off', replaceWith: 'an-lock-open' },
101
+ { replace: 'po-icon-mail', replaceWith: 'an-envelope' },
102
+ { replace: 'po-icon-manufacture', replaceWith: 'an-factory' },
103
+ { replace: 'po-icon-map', replaceWith: 'an-map-trifold' },
104
+ { replace: 'po-icon-menu', replaceWith: 'an-list' },
105
+ { replace: 'po-icon-menu-close', replaceWith: 'an-menu-close' },
106
+ { replace: 'po-icon-menu-open', replaceWith: 'an-menu-open' },
107
+ { replace: 'po-icon-message', replaceWith: 'an-chat' },
108
+ { replace: 'po-icon-microphone', replaceWith: 'an-microphone' },
109
+ { replace: 'po-icon-minus', replaceWith: 'an-minus' },
110
+ { replace: 'po-icon-minus-circle', replaceWith: 'an-minus-circle' },
111
+ { replace: 'po-icon-money', replaceWith: 'an-money' },
112
+ { replace: 'po-icon-more', replaceWith: 'an-dots-three' },
113
+ { replace: 'po-icon-more-vert', replaceWith: 'an-dots-three-vertical' },
114
+ { replace: 'po-icon-news', replaceWith: 'an-newspaper' },
115
+ { replace: 'po-icon-no-signal', replaceWith: 'an-cloud-slash' },
116
+ { replace: 'po-icon-notification', replaceWith: 'an-bell' },
117
+ { replace: 'po-icon-oil', replaceWith: 'an-drop' },
118
+ { replace: 'po-icon-oil-analysis', replaceWith: 'an-oil-magnifying-glass' },
119
+ { replace: 'po-icon-ok', replaceWith: 'an-check' },
120
+ { replace: 'po-icon-pallet-full', replaceWith: 'an-pallet-full' },
121
+ { replace: 'po-icon-pallet-partial', replaceWith: 'an-pallet-partial' },
122
+ { replace: 'po-icon-parameters', replaceWith: 'an-sliders-horizontal' },
123
+ { replace: 'po-icon-paste', replaceWith: 'an-selection-foreground' },
124
+ { replace: 'po-icon-payment', replaceWith: 'an-hand-coins' },
125
+ { replace: 'po-icon-pdf', replaceWith: 'an-file-pdf' },
126
+ { replace: 'po-icon-picker', replaceWith: 'an-eyedropper' },
127
+ { replace: 'po-icon-picture', replaceWith: 'an-image' },
128
+ { replace: 'po-icon-pin', replaceWith: 'an-map-pin' },
129
+ { replace: 'po-icon-pix-logo', replaceWith: 'an-pix-logo' },
130
+ { replace: 'po-icon-plus', replaceWith: 'an-plus' },
131
+ { replace: 'po-icon-plus-circle', replaceWith: 'an-circle' },
132
+ { replace: 'po-icon-print', replaceWith: 'an-printer' },
133
+ { replace: 'po-icon-pushcart', replaceWith: 'an-shopping-cart-simple' },
134
+ { replace: 'po-icon-qr-code', replaceWith: 'an-qr-code' },
135
+ { replace: 'po-icon-refresh', replaceWith: 'an-arrows-clockwise' },
136
+ { replace: 'po-icon-sale', replaceWith: 'an-newspaper-clipping' },
137
+ { replace: 'po-icon-screen-full', replaceWith: 'an-corners-out' },
138
+ { replace: 'po-icon-screen-minimize', replaceWith: 'an-corners-in' },
139
+ { replace: 'po-icon-search', replaceWith: 'an-magnifying-glass' },
140
+ { replace: 'po-icon-security-guard', replaceWith: 'an-shield-check' },
141
+ { replace: 'po-icon-server', replaceWith: 'an-server' },
142
+ { replace: 'po-icon-settings', replaceWith: 'an-gear' },
143
+ { replace: 'po-icon-share', replaceWith: 'an-share' },
144
+ { replace: 'po-icon-signal', replaceWith: 'an-radio-signal' },
145
+ { replace: 'po-icon-sms', replaceWith: 'an-chat-dots' },
146
+ { replace: 'po-icon-social-github', replaceWith: 'an-github-logo' },
147
+ { replace: 'po-icon-social-instagram', replaceWith: 'an-instagram-logo' },
148
+ { replace: 'po-icon-social-twitter', replaceWith: 'an-x-logo' },
149
+ { replace: 'po-icon-social-whatsapp', replaceWith: 'an-whatsapp-logo' },
150
+ { replace: 'po-icon-sort', replaceWith: 'an-arrows-down-up' },
151
+ { replace: 'po-icon-sort-asc', replaceWith: 'an-arrow-down' },
152
+ { replace: 'po-icon-sort-ascending', replaceWith: 'an-sort-ascending' },
153
+ { replace: 'po-icon-sort-desc', replaceWith: 'an-arrow-up' },
154
+ { replace: 'po-icon-sort-descending', replaceWith: 'an-sort-descending' },
155
+ { replace: 'po-icon-star', replaceWith: 'an-star' },
156
+ { replace: 'po-icon-star-filled', replaceWith: 'an-fill an-star', fill: true },
157
+ { replace: 'po-icon-star-half', replaceWith: 'an-fill an-star-half', fill: true },
158
+ { replace: 'po-icon-steering-wheel', replaceWith: 'an-steering-wheel' },
159
+ { replace: 'po-icon-stock', replaceWith: 'an-package' },
160
+ { replace: 'po-icon-table', replaceWith: 'an-desk' },
161
+ { replace: 'po-icon-target', replaceWith: 'an-target' },
162
+ { replace: 'po-icon-telephone', replaceWith: 'an-phone' },
163
+ { replace: 'po-icon-text-bold', replaceWith: 'an-text-b' },
164
+ { replace: 'po-icon-text-italic', replaceWith: 'an-text-italic' },
165
+ { replace: 'po-icon-text-underline', replaceWith: 'an-text-underline' },
166
+ { replace: 'po-icon-touch', replaceWith: 'an-hand-tap' },
167
+ { replace: 'po-icon-travel', replaceWith: 'an-suitcase-rolling' },
168
+ { replace: 'po-icon-truck', replaceWith: 'an-truck' },
169
+ { replace: 'po-icon-upload', replaceWith: 'an-upload-simple' },
170
+ { replace: 'po-icon-upload-cloud', replaceWith: 'an-cloud-arrow-up' },
171
+ { replace: 'po-icon-user', replaceWith: 'an-user' },
172
+ { replace: 'po-icon-user-add', replaceWith: 'an-user-plus' },
173
+ { replace: 'po-icon-user-delete', replaceWith: 'an-user-x' },
174
+ { replace: 'po-icon-users', replaceWith: 'an-users' },
175
+ { replace: 'po-icon-video-call', replaceWith: 'an-video-camera' },
176
+ { replace: 'po-icon-waiter', replaceWith: 'an-waiter' },
177
+ { replace: 'po-icon-wallet', replaceWith: 'an-wallet' },
178
+ { replace: 'po-icon-warehouse', replaceWith: 'an-warehouse' },
179
+ { replace: 'po-icon-warning', replaceWith: 'an-warning-circle' },
180
+ { replace: 'po-icon-weight', replaceWith: 'an-weight' },
181
+ { replace: 'po-icon-world', replaceWith: 'an-globe' },
182
+ { replace: 'po-icon-xml', replaceWith: 'an-file-xml' },
183
+ { replace: 'po-icon-zoom-in', replaceWith: 'an-magnifying-glass-plus' },
184
+ { replace: 'po-icon-zoom-out', replaceWith: 'an-magnifying-glass-minus' }
185
+ ];
186
+ exports.updateDepedenciesVersion = {
187
+ dependencies: [
188
+ '@po-ui/ng-components',
189
+ '@po-ui/ng-code-editor',
190
+ '@po-ui/ng-templates',
191
+ '@po-ui/ng-storage',
192
+ '@po-ui/ng-sync',
193
+ '@po-ui/style'
194
+ ]
195
+ };
196
+ exports.poIconInsideReplaces = [{ replace: regexRemovePoIconInside, replaceWith: '' }];
197
+ exports.poIconReplaces = [{ replace: regexRemovePoIcon, replaceWith: '' }];
198
+ exports.phIconReplaces = [{ replace: regexRemovePhIcon, replaceWith: 'an' }];
199
+ exports.phIconHifenReplaces = [{ replace: regexRemovePhHifenIcon, replaceWith: 'an-' }];
200
+ //# sourceMappingURL=changes.js.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"changes.js","sourceRoot":"","sources":["../../../../../projects/ui/schematics/ng-update/v21/changes.ts"],"names":[],"mappings":"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"}
@@ -0,0 +1,2 @@
1
+ import { Rule } from '@angular-devkit/schematics';
2
+ export default function (): Rule;
@@ -0,0 +1,93 @@
1
+ "use strict";
2
+ Object.defineProperty(exports, "__esModule", { value: true });
3
+ exports.default = default_1;
4
+ const tslib_1 = require("tslib");
5
+ const schematics_1 = require("@angular-devkit/schematics");
6
+ const tasks_1 = require("@angular-devkit/schematics/tasks");
7
+ const package_config_1 = require("@po-ui/ng-schematics/package-config");
8
+ const project_1 = require("@po-ui/ng-schematics/project");
9
+ const changes_1 = require("./changes");
10
+ function main() {
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-rc.0', changes_1.updateDepedenciesVersion), createUpgradeRule(), postUpdate()]);
13
+ });
14
+ }
15
+ function default_1() {
16
+ return (_tree, _context) => main();
17
+ }
18
+ function createUpgradeRule() {
19
+ return (tree, context) => {
20
+ var _a;
21
+ const logger = context.logger;
22
+ const workspace = (_a = (0, project_1.getWorkspaceConfigGracefully)(tree)) !== null && _a !== void 0 ? _a : {};
23
+ if (workspace === null) {
24
+ logger.error('Não foi possível encontrar o arquivo de configuração de workspace.');
25
+ return;
26
+ }
27
+ const projectNames = Object.keys(workspace.projects);
28
+ for (const projectName of projectNames) {
29
+ const project = workspace.projects[projectName];
30
+ const entryFolderProject = project.projectType === 'library' ? 'lib' : 'app';
31
+ const sourceDir = `${project.sourceRoot}/${entryFolderProject}`;
32
+ applyUpdateInContent(tree, sourceDir);
33
+ }
34
+ };
35
+ }
36
+ function applyUpdateInContent(tree, path) {
37
+ const directory = tree.getDir(path);
38
+ // Função recursiva para processar arquivos e subdiretórios
39
+ const processDirectory = (dir) => {
40
+ // Processa todos os arquivos no diretório atual
41
+ if (dir.subfiles.length) {
42
+ dir.subfiles.forEach((file) => {
43
+ const filePath = dir.path + '/' + file;
44
+ const content = tree.read(filePath).toString('utf-8');
45
+ if (!content) {
46
+ return;
47
+ }
48
+ let updated = content;
49
+ if (file.endsWith('.html') || file.endsWith('.ts')) {
50
+ // Atualiza para as instâncias dos novos ícones
51
+ updated = replaceWithChanges(changes_1.poIconInsideReplaces, updated);
52
+ updated = replaceWithChanges(changes_1.poIconReplaces, updated);
53
+ updated = replaceWithChanges(changes_1.phIconReplaces, updated);
54
+ updated = replaceWithChanges(changes_1.phIconHifenReplaces, updated);
55
+ const icons = changes_1.iconsReplaced.filter((icon) => updated.includes(icon.replace));
56
+ icons.forEach(icon => {
57
+ const regexChange = new RegExp('(class="\\s?)?' + icon.replace + '(\\s?)?(?="|>|\\s|$|\'|")', 'gmi');
58
+ if (icon.fill) {
59
+ updated = replaceWithChanges([{ replace: regexChange, replaceWith: `$1${icon.replaceWith}$2` }], updated);
60
+ }
61
+ else {
62
+ updated = replaceWithChanges([{ replace: regexChange, replaceWith: `$1an ${icon.replaceWith}$2` }], updated);
63
+ }
64
+ });
65
+ if (updated !== content) {
66
+ tree.overwrite(filePath, updated);
67
+ }
68
+ }
69
+ });
70
+ }
71
+ // Processa subdiretórios recursivamente
72
+ if (dir.subdirs.length) {
73
+ dir.subdirs.forEach((subdir) => {
74
+ processDirectory(tree.getDir(dir.path + '/' + subdir));
75
+ });
76
+ }
77
+ };
78
+ // Inicia o processamento a partir do diretório especificado
79
+ processDirectory(directory);
80
+ }
81
+ function replaceWithChanges(replaces, content = '') {
82
+ replaces.forEach(({ replace, replaceWith }) => {
83
+ const regex = new RegExp(replace, 'gi');
84
+ content = content.replace(regex, replaceWith);
85
+ });
86
+ return content;
87
+ }
88
+ function postUpdate() {
89
+ return (_, context) => {
90
+ context.addTask(new tasks_1.NodePackageInstallTask());
91
+ };
92
+ }
93
+ //# sourceMappingURL=index.js.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"index.js","sourceRoot":"","sources":["../../../../../projects/ui/schematics/ng-update/v21/index.ts"],"names":[],"mappings":"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"}
@@ -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)('20.13.0', changes_1.updateDepedenciesVersion), createUpgradeRule(), postUpdate()]);
10
+ return (0, schematics_1.chain)([(0, package_config_1.updatePackageJson)('21.0.0-rc.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)('20.13.0', changes_1.updateDepedenciesVersion), createUpgradeRule(), postUpdate()]);
10
+ return (0, schematics_1.chain)([(0, package_config_1.updatePackageJson)('21.0.0-rc.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)('20.13.0', changes_1.updateDepedenciesVersion), createUpgradeRule(), postUpdate()]);
10
+ return (0, schematics_1.chain)([(0, package_config_1.updatePackageJson)('21.0.0-rc.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)('20.13.0', changes_1.updateDepedenciesVersion), postUpdate()]);
9
+ return (0, schematics_1.chain)([(0, package_config_1.updatePackageJson)('21.0.0-rc.0', changes_1.updateDepedenciesVersion), postUpdate()]);
10
10
  }
11
11
  function postUpdate() {
12
12
  return (_, context) => {
@@ -12,12 +12,12 @@ import { ControlValueAccessor, AbstractControl, Validator, ValidationErrors, NgF
12
12
  import * as i3 from '@angular/cdk/overlay';
13
13
  import * as i9 from '@angular/cdk/listbox';
14
14
  import * as _po_ui_ng_components from '@po-ui/ng-components';
15
+ import * as _angular_common_http from '@angular/common/http';
15
16
  import { HttpHeaders, HttpClient, HttpInterceptor, HttpRequest, HttpHandler, HttpEvent, HttpResponse, HttpErrorResponse } from '@angular/common/http';
16
17
  import * as i19 from '@angular/cdk/drag-drop';
17
18
  import { CdkDragDrop } from '@angular/cdk/drag-drop';
18
19
  import * as i18 from '@angular/cdk/scrolling';
19
20
  import { CdkVirtualScrollViewport } from '@angular/cdk/scrolling';
20
- import * as _angular_common_module_d from '@angular/common/module.d';
21
21
 
22
22
  /**
23
23
  * @docsPrivate
@@ -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;
@@ -740,9 +741,7 @@ declare class PoIconComponent {
740
741
  private _icon;
741
742
  private _iconToken;
742
743
  hostPIcon: string | null;
743
- constructor(value: {
744
- [key: string]: string;
745
- });
744
+ constructor();
746
745
  /**
747
746
  * Define o ícone a ser exibido.
748
747
  *
@@ -771,7 +770,7 @@ declare class PoIconComponent {
771
770
  private processIcon;
772
771
  private processIconTokens;
773
772
  private splitIconNames;
774
- static ɵfac: i0.ɵɵFactoryDeclaration<PoIconComponent, [{ optional: true; }]>;
773
+ static ɵfac: i0.ɵɵFactoryDeclaration<PoIconComponent, never>;
775
774
  static ɵcmp: i0.ɵɵComponentDeclaration<PoIconComponent, "po-icon", never, { "icon": { "alias": "p-icon"; "required": false; }; }, {}, never, ["*"], false, never>;
776
775
  }
777
776
 
@@ -3674,7 +3673,6 @@ declare abstract class PoCheckboxBaseComponent implements ControlValueAccessor {
3674
3673
  */
3675
3674
  declare class PoCheckboxComponent extends PoCheckboxBaseComponent implements AfterViewInit, OnChanges, OnInit {
3676
3675
  private readonly changeDetector;
3677
- private _iconToken;
3678
3676
  showTip: boolean;
3679
3677
  checkboxLabel: ElementRef;
3680
3678
  labelEl: ElementRef<HTMLElement>;
@@ -3740,7 +3738,6 @@ declare class PoCheckboxComponent extends PoCheckboxBaseComponent implements Aft
3740
3738
  protected changeModelValue(value: boolean | null | string): void;
3741
3739
  private isAdditionalHelpEventTriggered;
3742
3740
  handleLabelTooltip(): void;
3743
- get iconNameLib(): string;
3744
3741
  static ɵfac: i0.ɵɵFactoryDeclaration<PoCheckboxComponent, never>;
3745
3742
  static ɵcmp: i0.ɵɵComponentDeclaration<PoCheckboxComponent, "po-checkbox", never, {}, {}, never, never, false, never>;
3746
3743
  }
@@ -7611,7 +7608,7 @@ declare abstract class PoTableBaseComponent implements OnChanges, OnDestroy {
7611
7608
  declare class PoTableComponent extends PoTableBaseComponent implements AfterViewInit, DoCheck, OnDestroy, OnInit {
7612
7609
  private changeDetector;
7613
7610
  private decimalPipe;
7614
- private defaultService;
7611
+ private readonly defaultService;
7615
7612
  tableRowTemplate: PoTableRowTemplateDirective;
7616
7613
  tableCellTemplate: PoTableCellTemplateDirective;
7617
7614
  tableColumnTemplates: QueryList<PoTableColumnTemplateDirective>;
@@ -7650,7 +7647,6 @@ declare class PoTableComponent extends PoTableBaseComponent implements AfterView
7650
7647
  confirm: PoModalAction;
7651
7648
  private _columnManagerTarget;
7652
7649
  private _columnManagerTargetFixed;
7653
- private _iconToken;
7654
7650
  private differ;
7655
7651
  private footerHeight;
7656
7652
  private headerHeight;
@@ -7665,10 +7661,7 @@ declare class PoTableComponent extends PoTableBaseComponent implements AfterView
7665
7661
  get columnManagerTarget(): ElementRef;
7666
7662
  set columnManagerTargetFixed(value: ElementRef);
7667
7663
  get columnManagerTargetFixed(): ElementRef;
7668
- get iconNameLib(): string;
7669
- constructor(poDate: PoDateService, differs: IterableDiffers, renderer: Renderer2, poLanguageService: PoLanguageService, changeDetector: ChangeDetectorRef, decimalPipe: DecimalPipe, defaultService: PoTableService, value: {
7670
- [key: string]: string;
7671
- });
7664
+ constructor(poDate: PoDateService, differs: IterableDiffers, renderer: Renderer2, poLanguageService: PoLanguageService, changeDetector: ChangeDetectorRef, decimalPipe: DecimalPipe, defaultService: PoTableService);
7672
7665
  get hasRowTemplateWithArrowDirectionRight(): boolean;
7673
7666
  get columnCount(): number;
7674
7667
  get columnCountForMasterDetail(): number;
@@ -7840,7 +7833,7 @@ declare class PoTableComponent extends PoTableBaseComponent implements AfterView
7840
7833
  private setTableOpacity;
7841
7834
  private verifyChangeHeightInFooter;
7842
7835
  private toggleSelect;
7843
- static ɵfac: i0.ɵɵFactoryDeclaration<PoTableComponent, [null, null, null, null, null, null, null, { optional: true; }]>;
7836
+ static ɵfac: i0.ɵɵFactoryDeclaration<PoTableComponent, never>;
7844
7837
  static ɵcmp: i0.ɵɵComponentDeclaration<PoTableComponent, "po-table", never, {}, {}, ["tableRowTemplate", "tableCellTemplate", "tableColumnTemplates"], never, false, never>;
7845
7838
  }
7846
7839
 
@@ -8772,7 +8765,6 @@ declare class PoCheckboxGroupComponent extends PoCheckboxGroupBaseComponent impl
8772
8765
  type Direction = 'up' | 'down';
8773
8766
  declare class PoTableListManagerComponent extends PoCheckboxGroupComponent {
8774
8767
  private _componentsSize?;
8775
- private _iconToken;
8776
8768
  private changePosition;
8777
8769
  private changeColumnFixed;
8778
8770
  columnsManager: Array<PoTableColumn>;
@@ -8794,10 +8786,7 @@ declare class PoTableListManagerComponent extends PoCheckboxGroupComponent {
8794
8786
  get componentsSize(): string;
8795
8787
  hideActionFixedColumns: boolean;
8796
8788
  literals: any;
8797
- get iconNameLib(): string;
8798
- constructor(languageService: PoLanguageService, changeDetector: ChangeDetectorRef, value: {
8799
- [key: string]: string;
8800
- });
8789
+ constructor(languageService: PoLanguageService, changeDetector: ChangeDetectorRef);
8801
8790
  emitChangePosition(option: any, direction: Direction): void;
8802
8791
  verifyArrowDisabled(option: any, direction: Direction): boolean;
8803
8792
  emitFixed(option: any): void;
@@ -8805,7 +8794,7 @@ declare class PoTableListManagerComponent extends PoCheckboxGroupComponent {
8805
8794
  existedFixedItem(): boolean;
8806
8795
  checksIfHasFiveFixed(option: any): boolean;
8807
8796
  clickSwitch(option: any): void;
8808
- static ɵfac: i0.ɵɵFactoryDeclaration<PoTableListManagerComponent, [null, null, { optional: true; }]>;
8797
+ static ɵfac: i0.ɵɵFactoryDeclaration<PoTableListManagerComponent, never>;
8809
8798
  static ɵcmp: i0.ɵɵComponentDeclaration<PoTableListManagerComponent, "po-table-list-manager", never, { "columnsManager": { "alias": "p-columns-manager"; "required": false; }; "componentsSize": { "alias": "p-components-size"; "required": false; }; "hideActionFixedColumns": { "alias": "p-hide-action-fixed-columns"; "required": false; }; }, { "changePosition": "p-change-position"; "changeColumnFixed": "p-change-fixed"; }, never, never, false, never>;
8810
8799
  static ngAcceptInputType_hideActionFixedColumns: any;
8811
8800
  }
@@ -16472,7 +16461,7 @@ declare abstract class PoLookupBaseComponent implements ControlValueAccessor, On
16472
16461
  * | **Icon** | | |
16473
16462
  * | `--color-icon` | Cor principal do icone pesquisar | `var(--color-action-default)` |
16474
16463
  * | **Hover** | | |
16475
- * | `--color-hover` | Cor principal no estado hover | `var(--color-action-hover)` |
16464
+ * | `--color-hover` | Cor principal no estado hover | `var(--color-brand-01-dark)` |
16476
16465
  * | `--background-hover` | Cor de background no estado hover | `var(--color-brand-01-lightest)` |
16477
16466
  * | **Focused** | | |
16478
16467
  * | `--color-focused` | Cor principal no estado de focus | `var(--color-action-default)` |
@@ -20265,7 +20254,6 @@ declare abstract class PoFieldValidateModel<T> extends PoFieldModel<T> implement
20265
20254
  declare class PoSelectComponent extends PoFieldValidateModel<any> implements AfterViewInit, OnChanges {
20266
20255
  private el;
20267
20256
  renderer: Renderer2;
20268
- private _iconToken;
20269
20257
  selectElement: ElementRef;
20270
20258
  helperEl?: PoHelperComponent;
20271
20259
  /**
@@ -20380,7 +20368,6 @@ declare class PoSelectComponent extends PoFieldValidateModel<any> implements Aft
20380
20368
  */
20381
20369
  controlValueWithLabel?: boolean;
20382
20370
  get fieldValue(): string;
20383
- get iconNameLib(): string;
20384
20371
  /**
20385
20372
  * @optional
20386
20373
  *
@@ -26055,7 +26042,7 @@ declare class PoMenuPanelItemComponent implements OnDestroy, OnInit {
26055
26042
  */
26056
26043
  declare class PoMenuPanelModule {
26057
26044
  static ɵfac: i0.ɵɵFactoryDeclaration<PoMenuPanelModule, never>;
26058
- static ɵmod: i0.ɵɵNgModuleDeclaration<PoMenuPanelModule, [typeof PoMenuPanelComponent, typeof PoMenuPanelItemComponent], [typeof i2.CommonModule, typeof i4.RouterModule, typeof PoFieldModule, typeof PoLogoModule, typeof PoTooltipModule], [typeof PoMenuPanelComponent]>;
26045
+ static ɵmod: i0.ɵɵNgModuleDeclaration<PoMenuPanelModule, [typeof PoMenuPanelComponent, typeof PoMenuPanelItemComponent], [typeof i2.CommonModule, typeof i4.RouterModule, typeof PoFieldModule, typeof PoLogoModule, typeof PoTooltipModule, typeof PoIconModule], [typeof PoMenuPanelComponent]>;
26059
26046
  static ɵinj: i0.ɵɵInjectorDeclaration<PoMenuPanelModule>;
26060
26047
  }
26061
26048
 
@@ -27780,11 +27767,7 @@ declare class PoThemeService {
27780
27767
  private document;
27781
27768
  private renderer;
27782
27769
  private theme;
27783
- private _iconToken;
27784
- get iconNameLib(): string;
27785
- constructor(document: Document, rendererFactory: RendererFactory2, value: {
27786
- [key: string]: string;
27787
- });
27770
+ constructor(document: Document, rendererFactory: RendererFactory2);
27788
27771
  /**
27789
27772
  * Aplica um tema ao componente de acordo com o tipo de tema e o nível de acessibilidade especificados.
27790
27773
  *
@@ -28035,7 +28018,7 @@ declare class PoThemeService {
28035
28018
  setCurrentThemeA11y(a11y?: PoThemeA11yEnum): void;
28036
28019
  resetBaseTheme(): void;
28037
28020
  private setDefaultBaseStyle;
28038
- static ɵfac: i0.ɵɵFactoryDeclaration<PoThemeService, [null, null, { optional: true; }]>;
28021
+ static ɵfac: i0.ɵɵFactoryDeclaration<PoThemeService, never>;
28039
28022
  static ɵprov: i0.ɵɵInjectableDeclaration<PoThemeService>;
28040
28023
  }
28041
28024
 
@@ -31659,7 +31642,7 @@ declare const poThemeDefault: PoTheme;
31659
31642
  * | `--background` | Cor de background | `var(--color-neutral-light-00)` |
31660
31643
  * | `--shadow` | Contém o valor da sombra do elemento | `var(--shadow-md)` |
31661
31644
  * | **Hover** | | |
31662
- * | `--border-color-hover` | Cor da borda no estado hover | `var(--color-brand-01-dark)` |
31645
+ * | `--border-color-hover` | Cor da borda no estado hover | `var(--color-action-hover)` |
31663
31646
  * | **Focused** | | |
31664
31647
  * | `--color-focused` | Cor principal no estado de focus | `var(--color-action-default)` |
31665
31648
  * | `--outline-color-focused` &nbsp; | Cor do outline do estado de focus | `var(--color-action-focus)` |
@@ -31995,7 +31978,7 @@ declare class PoWidgetComponent extends PoWidgetBaseComponent implements OnInit,
31995
31978
  get showTitleAction(): boolean;
31996
31979
  constructor();
31997
31980
  ngAfterViewInit(): void;
31998
- get a11Level(): PoThemeA11yEnum;
31981
+ get a11Level(): _po_ui_ng_components.PoThemeA11yEnum;
31999
31982
  ngOnChanges(changes: SimpleChanges): void;
32000
31983
  ngOnInit(): void;
32001
31984
  hasTitleHelpOrSetting(): boolean;
@@ -32943,12 +32926,6 @@ interface PoDynamicFormFieldValidation {
32943
32926
  value?: any;
32944
32927
  }
32945
32928
 
32946
- declare const ICONS_DICTIONARY: InjectionToken<{
32947
- [key: string]: string;
32948
- }>;
32949
- declare const PoIconDictionary: {
32950
- [key: string]: string;
32951
- };
32952
32929
  declare const AnimaliaIconDictionary: {
32953
32930
  [key: string]: string;
32954
32931
  };
@@ -33397,7 +33374,7 @@ declare class PoHttpRequestInterceptorService implements HttpInterceptor {
33397
33374
  private pendingRequests;
33398
33375
  private overlayRequests;
33399
33376
  constructor(controlHttpRequest: PoHttpRequesControltService, poComponentInjector: PoComponentInjectorService);
33400
- intercept(request: HttpRequest<any>, next: HttpHandler): Observable<_angular_common_module_d.HttpEvent<any>>;
33377
+ intercept(request: HttpRequest<any>, next: HttpHandler): Observable<_angular_common_http.HttpEvent<any>>;
33401
33378
  getCountPendingRequests(): Observable<any>;
33402
33379
  private buildLoading;
33403
33380
  private destroyLoading;
@@ -33408,5 +33385,5 @@ declare class PoHttpRequestInterceptorService implements HttpInterceptor {
33408
33385
  static ɵprov: i0.ɵɵInjectableDeclaration<PoHttpRequestInterceptorService>;
33409
33386
  }
33410
33387
 
33411
- export { AnimaliaIconDictionary, ForceBooleanComponentEnum, ForceOptionComponentEnum, I18N_CONFIG, ICONS_DICTIONARY, 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, PoIconDictionary, 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
+ 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 };
33412
33389
  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