@eui/core 23.0.0-alpha.8 → 23.0.0-alpha.9
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/CHANGELOG.md +9 -0
- package/docs/changelog.html +10 -0
- package/docs/interfaces/Schema-1.html +1 -13
- package/docs/interfaces/Schema-10.html +1 -1
- package/docs/interfaces/Schema-11.html +1 -1
- package/docs/interfaces/Schema-12.html +1 -1
- package/docs/interfaces/Schema-13.html +1 -1
- package/docs/interfaces/Schema-14.html +1 -1
- package/docs/interfaces/Schema-15.html +1 -1
- package/docs/interfaces/Schema-16.html +1 -1
- package/docs/interfaces/Schema-17.html +1 -1
- package/docs/interfaces/Schema-18.html +1 -1
- package/docs/interfaces/Schema-19.html +1 -1
- package/docs/interfaces/Schema-2.html +33 -15
- package/docs/interfaces/Schema-20.html +1 -1
- package/docs/interfaces/Schema-21.html +13 -1
- package/docs/interfaces/Schema-3.html +1 -64
- package/docs/interfaces/Schema-4.html +1 -1
- package/docs/interfaces/Schema-5.html +1 -1
- package/docs/interfaces/Schema-6.html +1 -1
- package/docs/interfaces/Schema-7.html +1 -1
- package/docs/interfaces/Schema-8.html +1 -1
- package/docs/interfaces/Schema-9.html +1 -1
- package/docs/interfaces/Schema.html +46 -1
- package/docs/js/search/search_index.js +2 -2
- package/docs/json/documentation.json +794 -794
- package/docs/llms.txt +14 -14
- package/docs/miscellaneous/functions.html +2 -2
- package/docs/properties.html +1 -1
- package/package.json +2 -2
package/docs/llms.txt
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
# eui documentation
|
|
2
2
|
|
|
3
|
-
> Generated by compodoc 2.0.0 at 2026-08-
|
|
3
|
+
> Generated by compodoc 2.0.0 at 2026-08-03T16:43:50.028Z, llm-md export.
|
|
4
4
|
|
|
5
5
|
## Modules
|
|
6
6
|
|
|
@@ -1056,28 +1056,20 @@ Properties:
|
|
|
1056
1056
|
|
|
1057
1057
|
### Schema
|
|
1058
1058
|
|
|
1059
|
-
File: `packages/core/schematics/
|
|
1059
|
+
File: `packages/core/schematics/add-eui-imports/index.ts`
|
|
1060
1060
|
|
|
1061
1061
|
Properties:
|
|
1062
1062
|
- `dryRun?: boolean`
|
|
1063
1063
|
- `path?: string`
|
|
1064
|
+
- `useClassArray?: boolean`
|
|
1064
1065
|
|
|
1065
1066
|
### Schema
|
|
1066
1067
|
|
|
1067
|
-
File: `packages/core/schematics/
|
|
1068
|
-
|
|
1069
|
-
Properties:
|
|
1070
|
-
- `dryRun?: boolean` — Whether to perform a dry run without making changes
|
|
1071
|
-
- `path?: string` — The path to scan for files to migrate
|
|
1072
|
-
|
|
1073
|
-
### Schema
|
|
1074
|
-
|
|
1075
|
-
File: `packages/core/schematics/add-eui-imports/index.ts`
|
|
1068
|
+
File: `packages/core/schematics/fix-no-multiple-empty-lines/index.ts`
|
|
1076
1069
|
|
|
1077
1070
|
Properties:
|
|
1078
1071
|
- `dryRun?: boolean`
|
|
1079
1072
|
- `path?: string`
|
|
1080
|
-
- `useClassArray?: boolean`
|
|
1081
1073
|
|
|
1082
1074
|
### Schema
|
|
1083
1075
|
|
|
@@ -1232,6 +1224,14 @@ Properties:
|
|
|
1232
1224
|
- `dryRun?: boolean`
|
|
1233
1225
|
- `path?: string`
|
|
1234
1226
|
|
|
1227
|
+
### Schema
|
|
1228
|
+
|
|
1229
|
+
File: `packages/core/schematics/icon-migrate/schema.ts`
|
|
1230
|
+
|
|
1231
|
+
Properties:
|
|
1232
|
+
- `dryRun?: boolean` — Whether to perform a dry run without making changes
|
|
1233
|
+
- `path?: string` — The path to scan for files to migrate
|
|
1234
|
+
|
|
1235
1235
|
### SelectorEntry
|
|
1236
1236
|
|
|
1237
1237
|
File: `packages/core/schematics/add-eui-imports/selector-map.ts`
|
|
@@ -1831,10 +1831,10 @@ Properties:
|
|
|
1831
1831
|
Defined in `packages/core/schematics/migrate-to-standalone/index.ts`
|
|
1832
1832
|
- `visitAstForPipes(ast: AST, edits): void`
|
|
1833
1833
|
Defined in `packages/core/schematics/migrate-eui-table/index.ts`
|
|
1834
|
-
- `visitDir(dir: DirEntry, callback): void`
|
|
1835
|
-
Defined in `packages/core/schematics/fix-no-multiple-empty-lines/index.ts`
|
|
1836
1834
|
- `visitDir(dir: DirEntry, callback): void`
|
|
1837
1835
|
Defined in `packages/core/schematics/add-eui-imports/index.ts`
|
|
1836
|
+
- `visitDir(dir: DirEntry, callback): void`
|
|
1837
|
+
Defined in `packages/core/schematics/fix-no-multiple-empty-lines/index.ts`
|
|
1838
1838
|
- `visitDir(dir: DirEntry, callback): void`
|
|
1839
1839
|
Defined in `packages/core/schematics/migrate-eui-accent/index.ts`
|
|
1840
1840
|
- `visitDir(dir: DirEntry, callback): void`
|
|
@@ -915,10 +915,10 @@
|
|
|
915
915
|
<a href="#visitAstForPipes" title="packages/core/schematics/migrate-eui-table/index.ts" class="reference-link "><span class="reference-badge reference-badge--function" aria-hidden="true">F</span><span class="reference-link-label"><b>visitAstForPipes</b> (packages/.../index.ts)</span></a>
|
|
916
916
|
</li>
|
|
917
917
|
<li>
|
|
918
|
-
<a href="#visitDir" title="packages/core/schematics/
|
|
918
|
+
<a href="#visitDir" title="packages/core/schematics/add-eui-imports/index.ts" class="reference-link "><span class="reference-badge reference-badge--function" aria-hidden="true">F</span><span class="reference-link-label"><b>visitDir</b> (packages/.../index.ts)</span></a>
|
|
919
919
|
</li>
|
|
920
920
|
<li>
|
|
921
|
-
<a href="#visitDir" title="packages/core/schematics/
|
|
921
|
+
<a href="#visitDir" title="packages/core/schematics/fix-no-multiple-empty-lines/index.ts" class="reference-link "><span class="reference-badge reference-badge--function" aria-hidden="true">F</span><span class="reference-link-label"><b>visitDir</b> (packages/.../index.ts)</span></a>
|
|
922
922
|
</li>
|
|
923
923
|
<li>
|
|
924
924
|
<a href="#visitDir" title="packages/core/schematics/migrate-eui-accent/index.ts" class="reference-link "><span class="reference-badge reference-badge--function" aria-hidden="true">F</span><span class="reference-link-label"><b>visitDir</b> (packages/.../index.ts)</span></a>
|
package/docs/properties.html
CHANGED
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@eui/core",
|
|
3
|
-
"version": "23.0.0-alpha.
|
|
3
|
+
"version": "23.0.0-alpha.9",
|
|
4
4
|
"tag": "next",
|
|
5
5
|
"description": "eUI core package - holding UI components for Desktop applications",
|
|
6
6
|
"homepage": "https://eui.ecdevops.eu",
|
|
@@ -10,7 +10,7 @@
|
|
|
10
10
|
"url": "https://sdlc.webcloud.ec.europa.eu/csdr/eui/eui.git"
|
|
11
11
|
},
|
|
12
12
|
"peerDependencies": {
|
|
13
|
-
"@eui/base": "23.0.0-alpha.
|
|
13
|
+
"@eui/base": "23.0.0-alpha.9",
|
|
14
14
|
"rxjs": "^7.8.0",
|
|
15
15
|
"extend": "^3.0.2",
|
|
16
16
|
"localforage": "^1.10.0",
|