@po-ui/ng-components 20.13.0 → 21.0.0-next.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 (44) 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-CbaQDNei.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-CbaQDNei.mjs.map} +1 -1
  4. package/fesm2022/po-ui-ng-components.mjs +1358 -1570
  5. package/fesm2022/po-ui-ng-components.mjs.map +1 -1
  6. package/lib/components/po-field/po-checkbox/po-checkbox.component.d.ts +0 -2
  7. package/lib/components/po-field/po-select/po-select.component.d.ts +0 -2
  8. package/lib/components/po-field/validators.d.ts +3 -0
  9. package/lib/components/po-icon/po-icon-dictionary.d.ts +0 -7
  10. package/lib/components/po-icon/po-icon.component.d.ts +1 -3
  11. package/lib/components/po-table/po-table-list-manager/po-table-list-manager.component.d.ts +1 -5
  12. package/lib/components/po-table/po-table.component.d.ts +2 -6
  13. package/lib/components/po-widget/po-widget.component.d.ts +1 -1
  14. package/lib/interceptors/po-http-request/po-http-request-interceptor.service.d.ts +1 -1
  15. package/lib/services/po-theme/po-theme.service.d.ts +1 -5
  16. package/lib/utils/util.d.ts +27 -0
  17. package/package.json +18 -18
  18. package/po-ui-ng-components-21.0.0-next.0.tgz +0 -0
  19. package/schematics/migrations.json +5 -0
  20. package/schematics/ng-add/index.js +1 -1
  21. package/schematics/ng-add/setup-project.js +28 -4
  22. package/schematics/ng-add/setup-project.js.map +1 -1
  23. package/schematics/ng-generate/sidemenu/files/app.spec.ts.template +4 -4
  24. package/schematics/ng-generate/sidemenu/files-standalone/app.spec.ts.template +7 -7
  25. package/schematics/ng-update/v14/index.js +1 -1
  26. package/schematics/ng-update/v15/index.js +1 -1
  27. package/schematics/ng-update/v16/index.js +1 -1
  28. package/schematics/ng-update/v17/index.js +1 -1
  29. package/schematics/ng-update/v18/index.js +2 -2
  30. package/schematics/ng-update/v19/index.js +2 -2
  31. package/schematics/ng-update/v2/index.js +1 -1
  32. package/schematics/ng-update/v20/index.js +2 -2
  33. package/schematics/ng-update/v21/changes.d.ts +12 -0
  34. package/schematics/ng-update/v21/changes.js +200 -0
  35. package/schematics/ng-update/v21/changes.js.map +1 -0
  36. package/schematics/ng-update/v21/index.d.ts +2 -0
  37. package/schematics/ng-update/v21/index.js +93 -0
  38. package/schematics/ng-update/v21/index.js.map +1 -0
  39. package/schematics/ng-update/v3/index.js +1 -1
  40. package/schematics/ng-update/v4/index.js +1 -1
  41. package/schematics/ng-update/v5/index.js +1 -1
  42. package/schematics/ng-update/v6/index.js +1 -1
  43. package/{index.d.ts → types/po-ui-ng-components.d.ts} +14 -38
  44. 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-next.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-next.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-next.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-next.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-next.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
@@ -740,9 +740,7 @@ declare class PoIconComponent {
740
740
  private _icon;
741
741
  private _iconToken;
742
742
  hostPIcon: string | null;
743
- constructor(value: {
744
- [key: string]: string;
745
- });
743
+ constructor();
746
744
  /**
747
745
  * Define o ícone a ser exibido.
748
746
  *
@@ -771,7 +769,7 @@ declare class PoIconComponent {
771
769
  private processIcon;
772
770
  private processIconTokens;
773
771
  private splitIconNames;
774
- static ɵfac: i0.ɵɵFactoryDeclaration<PoIconComponent, [{ optional: true; }]>;
772
+ static ɵfac: i0.ɵɵFactoryDeclaration<PoIconComponent, never>;
775
773
  static ɵcmp: i0.ɵɵComponentDeclaration<PoIconComponent, "po-icon", never, { "icon": { "alias": "p-icon"; "required": false; }; }, {}, never, ["*"], false, never>;
776
774
  }
777
775
 
@@ -3674,7 +3672,6 @@ declare abstract class PoCheckboxBaseComponent implements ControlValueAccessor {
3674
3672
  */
3675
3673
  declare class PoCheckboxComponent extends PoCheckboxBaseComponent implements AfterViewInit, OnChanges, OnInit {
3676
3674
  private readonly changeDetector;
3677
- private _iconToken;
3678
3675
  showTip: boolean;
3679
3676
  checkboxLabel: ElementRef;
3680
3677
  labelEl: ElementRef<HTMLElement>;
@@ -3740,7 +3737,6 @@ declare class PoCheckboxComponent extends PoCheckboxBaseComponent implements Aft
3740
3737
  protected changeModelValue(value: boolean | null | string): void;
3741
3738
  private isAdditionalHelpEventTriggered;
3742
3739
  handleLabelTooltip(): void;
3743
- get iconNameLib(): string;
3744
3740
  static ɵfac: i0.ɵɵFactoryDeclaration<PoCheckboxComponent, never>;
3745
3741
  static ɵcmp: i0.ɵɵComponentDeclaration<PoCheckboxComponent, "po-checkbox", never, {}, {}, never, never, false, never>;
3746
3742
  }
@@ -7611,7 +7607,7 @@ declare abstract class PoTableBaseComponent implements OnChanges, OnDestroy {
7611
7607
  declare class PoTableComponent extends PoTableBaseComponent implements AfterViewInit, DoCheck, OnDestroy, OnInit {
7612
7608
  private changeDetector;
7613
7609
  private decimalPipe;
7614
- private defaultService;
7610
+ private readonly defaultService;
7615
7611
  tableRowTemplate: PoTableRowTemplateDirective;
7616
7612
  tableCellTemplate: PoTableCellTemplateDirective;
7617
7613
  tableColumnTemplates: QueryList<PoTableColumnTemplateDirective>;
@@ -7650,7 +7646,6 @@ declare class PoTableComponent extends PoTableBaseComponent implements AfterView
7650
7646
  confirm: PoModalAction;
7651
7647
  private _columnManagerTarget;
7652
7648
  private _columnManagerTargetFixed;
7653
- private _iconToken;
7654
7649
  private differ;
7655
7650
  private footerHeight;
7656
7651
  private headerHeight;
@@ -7665,10 +7660,7 @@ declare class PoTableComponent extends PoTableBaseComponent implements AfterView
7665
7660
  get columnManagerTarget(): ElementRef;
7666
7661
  set columnManagerTargetFixed(value: ElementRef);
7667
7662
  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
- });
7663
+ constructor(poDate: PoDateService, differs: IterableDiffers, renderer: Renderer2, poLanguageService: PoLanguageService, changeDetector: ChangeDetectorRef, decimalPipe: DecimalPipe, defaultService: PoTableService);
7672
7664
  get hasRowTemplateWithArrowDirectionRight(): boolean;
7673
7665
  get columnCount(): number;
7674
7666
  get columnCountForMasterDetail(): number;
@@ -7840,7 +7832,7 @@ declare class PoTableComponent extends PoTableBaseComponent implements AfterView
7840
7832
  private setTableOpacity;
7841
7833
  private verifyChangeHeightInFooter;
7842
7834
  private toggleSelect;
7843
- static ɵfac: i0.ɵɵFactoryDeclaration<PoTableComponent, [null, null, null, null, null, null, null, { optional: true; }]>;
7835
+ static ɵfac: i0.ɵɵFactoryDeclaration<PoTableComponent, never>;
7844
7836
  static ɵcmp: i0.ɵɵComponentDeclaration<PoTableComponent, "po-table", never, {}, {}, ["tableRowTemplate", "tableCellTemplate", "tableColumnTemplates"], never, false, never>;
7845
7837
  }
7846
7838
 
@@ -8772,7 +8764,6 @@ declare class PoCheckboxGroupComponent extends PoCheckboxGroupBaseComponent impl
8772
8764
  type Direction = 'up' | 'down';
8773
8765
  declare class PoTableListManagerComponent extends PoCheckboxGroupComponent {
8774
8766
  private _componentsSize?;
8775
- private _iconToken;
8776
8767
  private changePosition;
8777
8768
  private changeColumnFixed;
8778
8769
  columnsManager: Array<PoTableColumn>;
@@ -8794,10 +8785,7 @@ declare class PoTableListManagerComponent extends PoCheckboxGroupComponent {
8794
8785
  get componentsSize(): string;
8795
8786
  hideActionFixedColumns: boolean;
8796
8787
  literals: any;
8797
- get iconNameLib(): string;
8798
- constructor(languageService: PoLanguageService, changeDetector: ChangeDetectorRef, value: {
8799
- [key: string]: string;
8800
- });
8788
+ constructor(languageService: PoLanguageService, changeDetector: ChangeDetectorRef);
8801
8789
  emitChangePosition(option: any, direction: Direction): void;
8802
8790
  verifyArrowDisabled(option: any, direction: Direction): boolean;
8803
8791
  emitFixed(option: any): void;
@@ -8805,7 +8793,7 @@ declare class PoTableListManagerComponent extends PoCheckboxGroupComponent {
8805
8793
  existedFixedItem(): boolean;
8806
8794
  checksIfHasFiveFixed(option: any): boolean;
8807
8795
  clickSwitch(option: any): void;
8808
- static ɵfac: i0.ɵɵFactoryDeclaration<PoTableListManagerComponent, [null, null, { optional: true; }]>;
8796
+ static ɵfac: i0.ɵɵFactoryDeclaration<PoTableListManagerComponent, never>;
8809
8797
  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
8798
  static ngAcceptInputType_hideActionFixedColumns: any;
8811
8799
  }
@@ -20265,7 +20253,6 @@ declare abstract class PoFieldValidateModel<T> extends PoFieldModel<T> implement
20265
20253
  declare class PoSelectComponent extends PoFieldValidateModel<any> implements AfterViewInit, OnChanges {
20266
20254
  private el;
20267
20255
  renderer: Renderer2;
20268
- private _iconToken;
20269
20256
  selectElement: ElementRef;
20270
20257
  helperEl?: PoHelperComponent;
20271
20258
  /**
@@ -20380,7 +20367,6 @@ declare class PoSelectComponent extends PoFieldValidateModel<any> implements Aft
20380
20367
  */
20381
20368
  controlValueWithLabel?: boolean;
20382
20369
  get fieldValue(): string;
20383
- get iconNameLib(): string;
20384
20370
  /**
20385
20371
  * @optional
20386
20372
  *
@@ -26055,7 +26041,7 @@ declare class PoMenuPanelItemComponent implements OnDestroy, OnInit {
26055
26041
  */
26056
26042
  declare class PoMenuPanelModule {
26057
26043
  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]>;
26044
+ 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
26045
  static ɵinj: i0.ɵɵInjectorDeclaration<PoMenuPanelModule>;
26060
26046
  }
26061
26047
 
@@ -27780,11 +27766,7 @@ declare class PoThemeService {
27780
27766
  private document;
27781
27767
  private renderer;
27782
27768
  private theme;
27783
- private _iconToken;
27784
- get iconNameLib(): string;
27785
- constructor(document: Document, rendererFactory: RendererFactory2, value: {
27786
- [key: string]: string;
27787
- });
27769
+ constructor(document: Document, rendererFactory: RendererFactory2);
27788
27770
  /**
27789
27771
  * Aplica um tema ao componente de acordo com o tipo de tema e o nível de acessibilidade especificados.
27790
27772
  *
@@ -28035,7 +28017,7 @@ declare class PoThemeService {
28035
28017
  setCurrentThemeA11y(a11y?: PoThemeA11yEnum): void;
28036
28018
  resetBaseTheme(): void;
28037
28019
  private setDefaultBaseStyle;
28038
- static ɵfac: i0.ɵɵFactoryDeclaration<PoThemeService, [null, null, { optional: true; }]>;
28020
+ static ɵfac: i0.ɵɵFactoryDeclaration<PoThemeService, never>;
28039
28021
  static ɵprov: i0.ɵɵInjectableDeclaration<PoThemeService>;
28040
28022
  }
28041
28023
 
@@ -31995,7 +31977,7 @@ declare class PoWidgetComponent extends PoWidgetBaseComponent implements OnInit,
31995
31977
  get showTitleAction(): boolean;
31996
31978
  constructor();
31997
31979
  ngAfterViewInit(): void;
31998
- get a11Level(): PoThemeA11yEnum;
31980
+ get a11Level(): _po_ui_ng_components.PoThemeA11yEnum;
31999
31981
  ngOnChanges(changes: SimpleChanges): void;
32000
31982
  ngOnInit(): void;
32001
31983
  hasTitleHelpOrSetting(): boolean;
@@ -32943,12 +32925,6 @@ interface PoDynamicFormFieldValidation {
32943
32925
  value?: any;
32944
32926
  }
32945
32927
 
32946
- declare const ICONS_DICTIONARY: InjectionToken<{
32947
- [key: string]: string;
32948
- }>;
32949
- declare const PoIconDictionary: {
32950
- [key: string]: string;
32951
- };
32952
32928
  declare const AnimaliaIconDictionary: {
32953
32929
  [key: string]: string;
32954
32930
  };
@@ -33397,7 +33373,7 @@ declare class PoHttpRequestInterceptorService implements HttpInterceptor {
33397
33373
  private pendingRequests;
33398
33374
  private overlayRequests;
33399
33375
  constructor(controlHttpRequest: PoHttpRequesControltService, poComponentInjector: PoComponentInjectorService);
33400
- intercept(request: HttpRequest<any>, next: HttpHandler): Observable<_angular_common_module_d.HttpEvent<any>>;
33376
+ intercept(request: HttpRequest<any>, next: HttpHandler): Observable<_angular_common_http.HttpEvent<any>>;
33401
33377
  getCountPendingRequests(): Observable<any>;
33402
33378
  private buildLoading;
33403
33379
  private destroyLoading;
@@ -33408,5 +33384,5 @@ declare class PoHttpRequestInterceptorService implements HttpInterceptor {
33408
33384
  static ɵprov: i0.ɵɵInjectableDeclaration<PoHttpRequestInterceptorService>;
33409
33385
  }
33410
33386
 
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 };
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 };
33412
33388
  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