@eui/core 23.0.0-alpha.5 → 23.0.0-alpha.7
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 +93 -0
- package/docs/changelog.html +98 -0
- package/docs/interfaces/Edit-3.html +395 -0
- package/docs/interfaces/Schema-1.html +13 -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 +52 -1
- package/docs/interfaces/Schema-21.html +368 -0
- package/docs/interfaces/Schema-3.html +15 -33
- 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.html +1 -46
- package/docs/interfaces/UIState.html +45 -0
- package/docs/js/menu-wc.js +6 -0
- package/docs/js/search/search_index.js +2 -2
- package/docs/json/documentation.json +1589 -793
- package/docs/llms.txt +97 -61
- package/docs/miscellaneous/functions.html +1044 -528
- package/docs/miscellaneous/variables.html +103 -41
- package/docs/overview.html +1 -1
- package/docs/properties.html +1 -1
- package/fesm2022/eui-core.mjs +7 -0
- package/fesm2022/eui-core.mjs.map +1 -1
- package/package.json +2 -2
- package/schematics/collection.json +5 -0
- package/schematics/migrate-all/index.js +1 -0
- package/schematics/migrate-all/index.js.map +1 -1
- package/schematics/migrate-eui-tooltip/index.d.ts +7 -0
- package/schematics/migrate-eui-tooltip/index.js +263 -0
- package/schematics/migrate-eui-tooltip/index.js.map +1 -0
- package/types/eui-core.d.ts +1 -0
- package/types/eui-core.d.ts.map +1 -1
package/docs/llms.txt
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
# eui documentation
|
|
2
2
|
|
|
3
|
-
> Generated by compodoc 2.0.0 at 2026-
|
|
3
|
+
> Generated by compodoc 2.0.0 at 2026-08-03T15:02:05.132Z, llm-md export.
|
|
4
4
|
|
|
5
5
|
## Modules
|
|
6
6
|
|
|
@@ -879,6 +879,15 @@ Properties:
|
|
|
879
879
|
- `replacement: string`
|
|
880
880
|
- `start: number`
|
|
881
881
|
|
|
882
|
+
### Edit
|
|
883
|
+
|
|
884
|
+
File: `packages/core/schematics/migrate-eui-tooltip/index.ts`
|
|
885
|
+
|
|
886
|
+
Properties:
|
|
887
|
+
- `end: number`
|
|
888
|
+
- `replacement: string`
|
|
889
|
+
- `start: number`
|
|
890
|
+
|
|
882
891
|
### EuiComponentEntry
|
|
883
892
|
|
|
884
893
|
File: `packages/core/schematics/migrate/replacements/eui-modules.ts`
|
|
@@ -1047,15 +1056,6 @@ Properties:
|
|
|
1047
1056
|
|
|
1048
1057
|
### Schema
|
|
1049
1058
|
|
|
1050
|
-
File: `packages/core/schematics/add-eui-imports/index.ts`
|
|
1051
|
-
|
|
1052
|
-
Properties:
|
|
1053
|
-
- `dryRun?: boolean`
|
|
1054
|
-
- `path?: string`
|
|
1055
|
-
- `useClassArray?: boolean`
|
|
1056
|
-
|
|
1057
|
-
### Schema
|
|
1058
|
-
|
|
1059
1059
|
File: `packages/core/schematics/fix-no-multiple-empty-lines/index.ts`
|
|
1060
1060
|
|
|
1061
1061
|
Properties:
|
|
@@ -1081,15 +1081,16 @@ Properties:
|
|
|
1081
1081
|
|
|
1082
1082
|
### Schema
|
|
1083
1083
|
|
|
1084
|
-
File: `packages/core/schematics/
|
|
1084
|
+
File: `packages/core/schematics/add-eui-imports/index.ts`
|
|
1085
1085
|
|
|
1086
1086
|
Properties:
|
|
1087
1087
|
- `dryRun?: boolean`
|
|
1088
1088
|
- `path?: string`
|
|
1089
|
+
- `useClassArray?: boolean`
|
|
1089
1090
|
|
|
1090
1091
|
### Schema
|
|
1091
1092
|
|
|
1092
|
-
File: `packages/core/schematics/migrate-eui-
|
|
1093
|
+
File: `packages/core/schematics/migrate-eui-accent/index.ts`
|
|
1093
1094
|
|
|
1094
1095
|
Properties:
|
|
1095
1096
|
- `dryRun?: boolean`
|
|
@@ -1097,7 +1098,7 @@ Properties:
|
|
|
1097
1098
|
|
|
1098
1099
|
### Schema
|
|
1099
1100
|
|
|
1100
|
-
File: `packages/core/schematics/migrate-eui-
|
|
1101
|
+
File: `packages/core/schematics/migrate-eui-alert/index.ts`
|
|
1101
1102
|
|
|
1102
1103
|
Properties:
|
|
1103
1104
|
- `dryRun?: boolean`
|
|
@@ -1121,7 +1122,7 @@ Properties:
|
|
|
1121
1122
|
|
|
1122
1123
|
### Schema
|
|
1123
1124
|
|
|
1124
|
-
File: `packages/core/schematics/migrate-eui-
|
|
1125
|
+
File: `packages/core/schematics/migrate-eui-avatar/index.ts`
|
|
1125
1126
|
|
|
1126
1127
|
Properties:
|
|
1127
1128
|
- `dryRun?: boolean`
|
|
@@ -1129,7 +1130,7 @@ Properties:
|
|
|
1129
1130
|
|
|
1130
1131
|
### Schema
|
|
1131
1132
|
|
|
1132
|
-
File: `packages/core/schematics/migrate-eui-
|
|
1133
|
+
File: `packages/core/schematics/migrate-eui-chip-list/index.ts`
|
|
1133
1134
|
|
|
1134
1135
|
Properties:
|
|
1135
1136
|
- `dryRun?: boolean`
|
|
@@ -1137,7 +1138,7 @@ Properties:
|
|
|
1137
1138
|
|
|
1138
1139
|
### Schema
|
|
1139
1140
|
|
|
1140
|
-
File: `packages/core/schematics/migrate-eui-
|
|
1141
|
+
File: `packages/core/schematics/migrate-eui-discussion-thread/index.ts`
|
|
1141
1142
|
|
|
1142
1143
|
Properties:
|
|
1143
1144
|
- `dryRun?: boolean`
|
|
@@ -1145,7 +1146,7 @@ Properties:
|
|
|
1145
1146
|
|
|
1146
1147
|
### Schema
|
|
1147
1148
|
|
|
1148
|
-
File: `packages/core/schematics/migrate-eui-
|
|
1149
|
+
File: `packages/core/schematics/migrate-eui-editor/index.ts`
|
|
1149
1150
|
|
|
1150
1151
|
Properties:
|
|
1151
1152
|
- `dryRun?: boolean`
|
|
@@ -1153,7 +1154,7 @@ Properties:
|
|
|
1153
1154
|
|
|
1154
1155
|
### Schema
|
|
1155
1156
|
|
|
1156
|
-
File: `packages/core/schematics/migrate-eui-
|
|
1157
|
+
File: `packages/core/schematics/migrate-eui-fieldset/index.ts`
|
|
1157
1158
|
|
|
1158
1159
|
Properties:
|
|
1159
1160
|
- `dryRun?: boolean`
|
|
@@ -1209,12 +1210,28 @@ Properties:
|
|
|
1209
1210
|
|
|
1210
1211
|
### Schema
|
|
1211
1212
|
|
|
1213
|
+
File: `packages/core/schematics/migrate-eui-tooltip/index.ts`
|
|
1214
|
+
|
|
1215
|
+
Properties:
|
|
1216
|
+
- `dryRun?: boolean`
|
|
1217
|
+
- `path?: string`
|
|
1218
|
+
|
|
1219
|
+
### Schema
|
|
1220
|
+
|
|
1212
1221
|
File: `packages/core/schematics/migrate-to-standalone/index.ts`
|
|
1213
1222
|
|
|
1214
1223
|
Properties:
|
|
1215
1224
|
- `dryRun?: boolean`
|
|
1216
1225
|
- `path?: string`
|
|
1217
1226
|
|
|
1227
|
+
### Schema
|
|
1228
|
+
|
|
1229
|
+
File: `packages/core/schematics/migrate-eui-icon-svg/index.ts`
|
|
1230
|
+
|
|
1231
|
+
Properties:
|
|
1232
|
+
- `dryRun?: boolean`
|
|
1233
|
+
- `path?: string`
|
|
1234
|
+
|
|
1218
1235
|
### SelectorEntry
|
|
1219
1236
|
|
|
1220
1237
|
File: `packages/core/schematics/add-eui-imports/selector-map.ts`
|
|
@@ -1267,6 +1284,7 @@ Properties:
|
|
|
1267
1284
|
- `deviceInfo: DI`
|
|
1268
1285
|
- `environmentValue?: string`
|
|
1269
1286
|
- `hasBreadcrumb?: boolean`
|
|
1287
|
+
- `hasFixedPosition?: boolean`
|
|
1270
1288
|
- `hasHeader?: boolean`
|
|
1271
1289
|
- `hasHeaderEnvironment?: boolean`
|
|
1272
1290
|
- `hasHeaderLogo?: boolean`
|
|
@@ -1319,8 +1337,6 @@ Properties:
|
|
|
1319
1337
|
Defined in `packages/core/schematics/migrate-eui-editor/index.ts`
|
|
1320
1338
|
- `applyEdits(source: string, edits): string`
|
|
1321
1339
|
Defined in `packages/core/schematics/migrate-eui-fieldset/index.ts`
|
|
1322
|
-
- `applyEdits(source: string, edits): string`
|
|
1323
|
-
Defined in `packages/core/schematics/migrate-eui-icon-svg/index.ts`
|
|
1324
1340
|
- `applyEdits(source: string, edits): string`
|
|
1325
1341
|
Defined in `packages/core/schematics/migrate-eui-icon-toggle/index.ts`
|
|
1326
1342
|
- `applyEdits(source: string, edits): string`
|
|
@@ -1329,6 +1345,10 @@ Properties:
|
|
|
1329
1345
|
Defined in `packages/core/schematics/migrate-eui-table/index.ts`
|
|
1330
1346
|
- `applyEdits(source: string, edits): string`
|
|
1331
1347
|
Defined in `packages/core/schematics/migrate-eui-toolbar-menu/index.ts`
|
|
1348
|
+
- `applyEdits(source: string, edits): string`
|
|
1349
|
+
Defined in `packages/core/schematics/migrate-eui-tooltip/index.ts`
|
|
1350
|
+
- `applyEdits(source: string, edits): string`
|
|
1351
|
+
Defined in `packages/core/schematics/migrate-eui-icon-svg/index.ts`
|
|
1332
1352
|
- `applyReplacements(source: string, filePath: string, replacements: Map): string`
|
|
1333
1353
|
Defined in `packages/core/schematics/migrate-to-standalone/index.ts`
|
|
1334
1354
|
- `buildBodyReplacement(source: string, content: TmplAstElement): string`
|
|
@@ -1361,10 +1381,10 @@ Properties:
|
|
|
1361
1381
|
Defined in `packages/core/schematics/migrate-eui-table/index.ts`
|
|
1362
1382
|
- `collectRemovals(element: TmplAstElement, removals): void`
|
|
1363
1383
|
Defined in `packages/core/schematics/migrate-eui-alert/index.ts`
|
|
1364
|
-
- `collectRemovals(element: TmplAstElement, removals): void`
|
|
1365
|
-
Defined in `packages/core/schematics/migrate-eui-avatar/index.ts`
|
|
1366
1384
|
- `collectRemovals(element: TmplAstElement, removals): void`
|
|
1367
1385
|
Defined in `packages/core/schematics/migrate-eui-chip/index.ts`
|
|
1386
|
+
- `collectRemovals(element: TmplAstElement, removals): void`
|
|
1387
|
+
Defined in `packages/core/schematics/migrate-eui-avatar/index.ts`
|
|
1368
1388
|
- `collectRemovals(element: TmplAstElement, source: string, removals): void`
|
|
1369
1389
|
Defined in `packages/core/schematics/migrate-eui-discussion-thread/index.ts`
|
|
1370
1390
|
- `collectRemovals(element: TmplAstElement, removals): void`
|
|
@@ -1377,12 +1397,12 @@ Properties:
|
|
|
1377
1397
|
Defined in `packages/core/schematics/migrate-eui-editor/index.ts`
|
|
1378
1398
|
- `collectRenames(element: TmplAstElement, edits): void`
|
|
1379
1399
|
Defined in `packages/core/schematics/migrate-eui-fieldset/index.ts`
|
|
1380
|
-
- `collectRenames(element: TmplAstElement, edits): void`
|
|
1381
|
-
Defined in `packages/core/schematics/migrate-eui-icon-svg/index.ts`
|
|
1382
1400
|
- `collectRenames(element: TmplAstElement, edits): void`
|
|
1383
1401
|
Defined in `packages/core/schematics/migrate-eui-icon-toggle/index.ts`
|
|
1384
1402
|
- `collectRenames(element: TmplAstElement, edits): void`
|
|
1385
1403
|
Defined in `packages/core/schematics/migrate-eui-progress-circle/index.ts`
|
|
1404
|
+
- `collectRenames(element: TmplAstElement, edits): void`
|
|
1405
|
+
Defined in `packages/core/schematics/migrate-eui-icon-svg/index.ts`
|
|
1386
1406
|
- `collectTableInputRenames(element: TmplAstElement, edits): void`
|
|
1387
1407
|
Defined in `packages/core/schematics/migrate-eui-table/index.ts`
|
|
1388
1408
|
- `collectTagRenames(element: TmplAstElement, source: string, edits): void`
|
|
@@ -1407,6 +1427,8 @@ Properties:
|
|
|
1407
1427
|
Defined in `packages/core/schematics/migrate-eui-chip-list/index.ts`
|
|
1408
1428
|
- `deduplicateEdits(edits): Edit[]`
|
|
1409
1429
|
Defined in `packages/core/schematics/migrate-eui-toolbar-menu/index.ts`
|
|
1430
|
+
- `deduplicateEdits(edits): Edit[]`
|
|
1431
|
+
Defined in `packages/core/schematics/migrate-eui-tooltip/index.ts`
|
|
1410
1432
|
- `defaultMemoize(projectionFn: AnyFn, isArgumentsEqual: unknown = isEqualCheck, isResultEqual: unknown = isEqualCheck): MemoizedProjection`
|
|
1411
1433
|
Defined in `packages/core/src/lib/services/store/ngrx_kit.ts`
|
|
1412
1434
|
- `defaultStateFn(state: any, selectors, props: any, memoizedProjector: MemoizedProjection): any`
|
|
@@ -1455,10 +1477,10 @@ Properties:
|
|
|
1455
1477
|
Defined in `packages/core/schematics/migrate-eui-tabs/index.ts`
|
|
1456
1478
|
- `getAttributeSpan(attr): { start: number; end: number }`
|
|
1457
1479
|
Defined in `packages/core/schematics/migrate-eui-alert/index.ts`
|
|
1458
|
-
- `getAttributeSpan(attr): { start: number; end: number }`
|
|
1459
|
-
Defined in `packages/core/schematics/migrate-eui-avatar/index.ts`
|
|
1460
1480
|
- `getAttributeSpan(attr): { start: number; end: number }`
|
|
1461
1481
|
Defined in `packages/core/schematics/migrate-eui-chip/index.ts`
|
|
1482
|
+
- `getAttributeSpan(attr): { start: number; end: number }`
|
|
1483
|
+
Defined in `packages/core/schematics/migrate-eui-avatar/index.ts`
|
|
1462
1484
|
- `getAttributeSpan(attr): { start: number; end: number }`
|
|
1463
1485
|
Defined in `packages/core/schematics/migrate-eui-popover/index.ts`
|
|
1464
1486
|
- `getAttributeText(source: string, element: TmplAstElement, tagName: string): string`
|
|
@@ -1535,8 +1557,6 @@ Properties:
|
|
|
1535
1557
|
Defined in `packages/core/schematics/migrate-eui-editor/index.ts`
|
|
1536
1558
|
- `isComponentMetadataProperty(node): boolean`
|
|
1537
1559
|
Defined in `packages/core/schematics/migrate-eui-fieldset/index.ts`
|
|
1538
|
-
- `isComponentMetadataProperty(node): boolean`
|
|
1539
|
-
Defined in `packages/core/schematics/migrate-eui-icon-svg/index.ts`
|
|
1540
1560
|
- `isComponentMetadataProperty(node): boolean`
|
|
1541
1561
|
Defined in `packages/core/schematics/migrate-eui-icon-toggle/index.ts`
|
|
1542
1562
|
- `isComponentMetadataProperty(node): boolean`
|
|
@@ -1547,6 +1567,8 @@ Properties:
|
|
|
1547
1567
|
Defined in `packages/core/schematics/migrate-eui-tabs/index.ts`
|
|
1548
1568
|
- `isComponentMetadataProperty(node): boolean`
|
|
1549
1569
|
Defined in `packages/core/schematics/migrate-eui-toolbar-menu/index.ts`
|
|
1570
|
+
- `isComponentMetadataProperty(node): boolean`
|
|
1571
|
+
Defined in `packages/core/schematics/migrate-eui-icon-svg/index.ts`
|
|
1550
1572
|
- `isElement(node: TmplAstNode): TmplAstElement`
|
|
1551
1573
|
Defined in `packages/core/schematics/migrate-eui-tabs/index.ts`
|
|
1552
1574
|
- `isEqualCheck(a: any, b: any): boolean`
|
|
@@ -1555,6 +1577,8 @@ Properties:
|
|
|
1555
1577
|
Defined in `packages/core/schematics/migrate-eui-accent/index.ts`
|
|
1556
1578
|
- `isLogConfigDefined(config: LogConfig): boolean` — Helper function to check if the log config is defined. Does not check only for empty object, because the config can have other (non-log) parameters
|
|
1557
1579
|
Defined in `packages/core/src/lib/services/app/factories/log.ts`
|
|
1580
|
+
- `isPartOfImport(node): boolean`
|
|
1581
|
+
Defined in `packages/core/schematics/migrate-eui-tooltip/index.ts`
|
|
1558
1582
|
- `isSelectorsDictionary(selectors): Record<string | Selector<unknown, unknown>>`
|
|
1559
1583
|
Defined in `packages/core/src/lib/services/store/ngrx_kit.ts`
|
|
1560
1584
|
- `isTemplateProperty(node): boolean`
|
|
@@ -1567,8 +1591,6 @@ Properties:
|
|
|
1567
1591
|
Defined in `packages/core/schematics/migrate-eui-editor/index.ts`
|
|
1568
1592
|
- `isTemplateProperty(node): boolean`
|
|
1569
1593
|
Defined in `packages/core/schematics/migrate-eui-fieldset/index.ts`
|
|
1570
|
-
- `isTemplateProperty(node): boolean`
|
|
1571
|
-
Defined in `packages/core/schematics/migrate-eui-icon-svg/index.ts`
|
|
1572
1594
|
- `isTemplateProperty(node): boolean`
|
|
1573
1595
|
Defined in `packages/core/schematics/migrate-eui-icon-toggle/index.ts`
|
|
1574
1596
|
- `isTemplateProperty(node): boolean`
|
|
@@ -1579,6 +1601,8 @@ Properties:
|
|
|
1579
1601
|
Defined in `packages/core/schematics/migrate-eui-tabs/index.ts`
|
|
1580
1602
|
- `isTemplateProperty(node): boolean`
|
|
1581
1603
|
Defined in `packages/core/schematics/migrate-eui-toolbar-menu/index.ts`
|
|
1604
|
+
- `isTemplateProperty(node): boolean`
|
|
1605
|
+
Defined in `packages/core/schematics/migrate-eui-icon-svg/index.ts`
|
|
1582
1606
|
- `loadEuiDynamicEnvironmentConfig(url: string, timeout?: number): Promise<EuiAppJsonConfig>` — Function to load asynchronously a dynamic configuration (from a local path or a web service)
|
|
1583
1607
|
Defined in `packages/core/src/lib/services/app/eui-pre-init-app.ts`
|
|
1584
1608
|
- `localStorageSync(platformId): function` (deprecated: it will be removed in the next major version) — Utility meta-reducer to load the state from the local storage
|
|
@@ -1645,18 +1669,20 @@ Properties:
|
|
|
1645
1669
|
Defined in `packages/core/schematics/migrate-eui-tabs/index.ts`
|
|
1646
1670
|
- `migrateEuiToolbarMenu(options: Schema = {}): Rule`
|
|
1647
1671
|
Defined in `packages/core/schematics/migrate-eui-toolbar-menu/index.ts`
|
|
1672
|
+
- `migrateEuiTooltip(options: Schema = {}): Rule`
|
|
1673
|
+
Defined in `packages/core/schematics/migrate-eui-tooltip/index.ts`
|
|
1648
1674
|
- `migrateImportsAndTypes(source: string, filePath: string, context: SchematicContext): string`
|
|
1649
1675
|
Defined in `packages/core/schematics/migrate-eui-toolbar-menu/index.ts`
|
|
1650
1676
|
- `migrateInlineTemplates(source: string): string`
|
|
1651
1677
|
Defined in `packages/core/schematics/migrate-eui-accent/index.ts`
|
|
1652
1678
|
- `migrateInlineTemplates(source: string): string`
|
|
1653
1679
|
Defined in `packages/core/schematics/migrate-eui-alert/index.ts`
|
|
1654
|
-
- `migrateInlineTemplates(source: string): string`
|
|
1655
|
-
Defined in `packages/core/schematics/migrate-eui-avatar/index.ts`
|
|
1656
1680
|
- `migrateInlineTemplates(source: string): string`
|
|
1657
1681
|
Defined in `packages/core/schematics/migrate-eui-button/index.ts`
|
|
1658
1682
|
- `migrateInlineTemplates(source: string): string`
|
|
1659
1683
|
Defined in `packages/core/schematics/migrate-eui-chip/index.ts`
|
|
1684
|
+
- `migrateInlineTemplates(source: string): string`
|
|
1685
|
+
Defined in `packages/core/schematics/migrate-eui-avatar/index.ts`
|
|
1660
1686
|
- `migrateInlineTemplates(source: string): string`
|
|
1661
1687
|
Defined in `packages/core/schematics/migrate-eui-chip-list/index.ts`
|
|
1662
1688
|
- `migrateInlineTemplates(source: string): string`
|
|
@@ -1665,8 +1691,6 @@ Properties:
|
|
|
1665
1691
|
Defined in `packages/core/schematics/migrate-eui-editor/index.ts`
|
|
1666
1692
|
- `migrateInlineTemplates(source: string): string`
|
|
1667
1693
|
Defined in `packages/core/schematics/migrate-eui-fieldset/index.ts`
|
|
1668
|
-
- `migrateInlineTemplates(source: string): string`
|
|
1669
|
-
Defined in `packages/core/schematics/migrate-eui-icon-svg/index.ts`
|
|
1670
1694
|
- `migrateInlineTemplates(source: string): string`
|
|
1671
1695
|
Defined in `packages/core/schematics/migrate-eui-icon-toggle/index.ts`
|
|
1672
1696
|
- `migrateInlineTemplates(source: string): string`
|
|
@@ -1677,16 +1701,18 @@ Properties:
|
|
|
1677
1701
|
Defined in `packages/core/schematics/migrate-eui-tabs/index.ts`
|
|
1678
1702
|
- `migrateInlineTemplates(source: string, filePath: string, context: SchematicContext): string`
|
|
1679
1703
|
Defined in `packages/core/schematics/migrate-eui-toolbar-menu/index.ts`
|
|
1704
|
+
- `migrateInlineTemplates(source: string): string`
|
|
1705
|
+
Defined in `packages/core/schematics/migrate-eui-icon-svg/index.ts`
|
|
1680
1706
|
- `migrateTemplate(source: string): string`
|
|
1681
1707
|
Defined in `packages/core/schematics/migrate-eui-accent/index.ts`
|
|
1682
1708
|
- `migrateTemplate(source: string): string`
|
|
1683
1709
|
Defined in `packages/core/schematics/migrate-eui-alert/index.ts`
|
|
1684
|
-
- `migrateTemplate(source: string): string`
|
|
1685
|
-
Defined in `packages/core/schematics/migrate-eui-avatar/index.ts`
|
|
1686
1710
|
- `migrateTemplate(source: string): string`
|
|
1687
1711
|
Defined in `packages/core/schematics/migrate-eui-button/index.ts`
|
|
1688
1712
|
- `migrateTemplate(source: string): string`
|
|
1689
1713
|
Defined in `packages/core/schematics/migrate-eui-chip/index.ts`
|
|
1714
|
+
- `migrateTemplate(source: string): string`
|
|
1715
|
+
Defined in `packages/core/schematics/migrate-eui-avatar/index.ts`
|
|
1690
1716
|
- `migrateTemplate(source: string): string`
|
|
1691
1717
|
Defined in `packages/core/schematics/migrate-eui-chip-list/index.ts`
|
|
1692
1718
|
- `migrateTemplate(source: string): string`
|
|
@@ -1695,8 +1721,6 @@ Properties:
|
|
|
1695
1721
|
Defined in `packages/core/schematics/migrate-eui-editor/index.ts`
|
|
1696
1722
|
- `migrateTemplate(source: string): string`
|
|
1697
1723
|
Defined in `packages/core/schematics/migrate-eui-fieldset/index.ts`
|
|
1698
|
-
- `migrateTemplate(source: string): string`
|
|
1699
|
-
Defined in `packages/core/schematics/migrate-eui-icon-svg/index.ts`
|
|
1700
1724
|
- `migrateTemplate(source: string): string`
|
|
1701
1725
|
Defined in `packages/core/schematics/migrate-eui-icon-toggle/index.ts`
|
|
1702
1726
|
- `migrateTemplate(source: string): string`
|
|
@@ -1709,6 +1733,8 @@ Properties:
|
|
|
1709
1733
|
Defined in `packages/core/schematics/migrate-eui-tabs/index.ts`
|
|
1710
1734
|
- `migrateTemplate(source: string, filePath: string, context: SchematicContext): string`
|
|
1711
1735
|
Defined in `packages/core/schematics/migrate-eui-toolbar-menu/index.ts`
|
|
1736
|
+
- `migrateTemplate(source: string): string`
|
|
1737
|
+
Defined in `packages/core/schematics/migrate-eui-icon-svg/index.ts`
|
|
1712
1738
|
- `migrateTemplateWithPaginator(source: string, filePath: string, context: SchematicContext): { output: string; hasPaginator: boolean }`
|
|
1713
1739
|
Defined in `packages/core/schematics/migrate-eui-table/index.ts`
|
|
1714
1740
|
- `migrateToStandalone(options: Schema = {}): Rule`
|
|
@@ -1717,6 +1743,8 @@ Properties:
|
|
|
1717
1743
|
Defined in `packages/core/schematics/migrate-eui-table/index.ts`
|
|
1718
1744
|
- `migrateTypeScript(source: string, filePath: string, context: SchematicContext): string`
|
|
1719
1745
|
Defined in `packages/core/schematics/migrate-eui-toolbar-menu/index.ts`
|
|
1746
|
+
- `migrateTypeScript(source: string, filePath: string, context: SchematicContext): string`
|
|
1747
|
+
Defined in `packages/core/schematics/migrate-eui-tooltip/index.ts`
|
|
1720
1748
|
- `parseSelector(raw: string): { element: string | null; attributes: string[] }` — Parses a raw CSS-like selector string into element + attributes. Examples: "button\[euiButton\]" → { element: "button", attributes: \["euiButton"\] } "\[euiTooltip\]" → { element: null, attributes: \["euiTooltip"\] } "eui-tabs" → { element: "eui-tabs", attributes: \[\] } "input\[euiInputNumber\]\[formControlName\]" → { element: "input", attributes: \["euiInputNumber", "formControlName"\] }
|
|
1721
1749
|
Defined in `packages/core/schematics/add-eui-imports/selector-map.ts`
|
|
1722
1750
|
- `preInitApp(envConfig: EuiEnvConfig): Promise<EuiEnvConfig>` — Function to be used before the AppModule is bootstrapped. It is currently used to load dynamic configurations. It needs to be added in your application main.ts file.
|
|
@@ -1735,14 +1763,16 @@ Properties:
|
|
|
1735
1763
|
Defined in `packages/core/schematics/add-eui-imports/index.ts`
|
|
1736
1764
|
- `removeImportSpecifier(namedImports, specifier, sourceFile, edits): void`
|
|
1737
1765
|
Defined in `packages/core/schematics/migrate-eui-toolbar-menu/index.ts`
|
|
1766
|
+
- `removeImportSpecifier(namedImports, specifier, sourceFile, edits): void`
|
|
1767
|
+
Defined in `packages/core/schematics/migrate-eui-tooltip/index.ts`
|
|
1738
1768
|
- `renameTsProperties(source: string): string`
|
|
1739
1769
|
Defined in `packages/core/schematics/migrate-eui-table/index.ts`
|
|
1740
1770
|
- `renameTsPropertyAccesses(source: string): string`
|
|
1741
1771
|
Defined in `packages/core/schematics/migrate-eui-accent/index.ts`
|
|
1742
|
-
- `renameTsPropertyAccesses(source: string): string`
|
|
1743
|
-
Defined in `packages/core/schematics/migrate-eui-icon-svg/index.ts`
|
|
1744
1772
|
- `renameTsPropertyAccesses(source: string): string`
|
|
1745
1773
|
Defined in `packages/core/schematics/migrate-eui-icon-toggle/index.ts`
|
|
1774
|
+
- `renameTsPropertyAccesses(source: string): string`
|
|
1775
|
+
Defined in `packages/core/schematics/migrate-eui-icon-svg/index.ts`
|
|
1746
1776
|
- `replaceEclAllModule(tree: Tree, filePath: string, content: string): string` — Replaces EclAllModule with specific ECL component imports detected from sibling HTML files.
|
|
1747
1777
|
Defined in `packages/core/schematics/migrate/replacements/eui-modules.ts`
|
|
1748
1778
|
- `replaceEuiAllModule(tree: Tree, filePath: string, content: string): string` — Replaces EuiAllModule with specific component imports detected from sibling HTML files.
|
|
@@ -1783,8 +1813,6 @@ Properties:
|
|
|
1783
1813
|
Defined in `packages/core/schematics/migrate-eui-editor/index.ts`
|
|
1784
1814
|
- `unwrapExpression(expression): ts.Expression`
|
|
1785
1815
|
Defined in `packages/core/schematics/migrate-eui-fieldset/index.ts`
|
|
1786
|
-
- `unwrapExpression(expression): ts.Expression`
|
|
1787
|
-
Defined in `packages/core/schematics/migrate-eui-icon-svg/index.ts`
|
|
1788
1816
|
- `unwrapExpression(expression): ts.Expression`
|
|
1789
1817
|
Defined in `packages/core/schematics/migrate-eui-icon-toggle/index.ts`
|
|
1790
1818
|
- `unwrapExpression(expression): ts.Expression`
|
|
@@ -1795,26 +1823,28 @@ Properties:
|
|
|
1795
1823
|
Defined in `packages/core/schematics/migrate-eui-tabs/index.ts`
|
|
1796
1824
|
- `unwrapExpression(expression): ts.Expression`
|
|
1797
1825
|
Defined in `packages/core/schematics/migrate-eui-toolbar-menu/index.ts`
|
|
1826
|
+
- `unwrapExpression(expression): ts.Expression`
|
|
1827
|
+
Defined in `packages/core/schematics/migrate-eui-icon-svg/index.ts`
|
|
1798
1828
|
- `updateDecoratorImportsArray(source: string, filePath: string, arrayNode, toAdd, toRemove): string`
|
|
1799
1829
|
Defined in `packages/core/schematics/add-eui-imports/index.ts`
|
|
1800
1830
|
- `updateEsImports(source: string, filePath: string, replacements: Map): string`
|
|
1801
1831
|
Defined in `packages/core/schematics/migrate-to-standalone/index.ts`
|
|
1802
1832
|
- `visitAstForPipes(ast: AST, edits): void`
|
|
1803
1833
|
Defined in `packages/core/schematics/migrate-eui-table/index.ts`
|
|
1804
|
-
- `visitDir(dir: DirEntry, callback): void`
|
|
1805
|
-
Defined in `packages/core/schematics/add-eui-imports/index.ts`
|
|
1806
1834
|
- `visitDir(dir: DirEntry, callback): void`
|
|
1807
1835
|
Defined in `packages/core/schematics/fix-no-multiple-empty-lines/index.ts`
|
|
1836
|
+
- `visitDir(dir: DirEntry, callback): void`
|
|
1837
|
+
Defined in `packages/core/schematics/add-eui-imports/index.ts`
|
|
1808
1838
|
- `visitDir(dir: DirEntry, callback): void`
|
|
1809
1839
|
Defined in `packages/core/schematics/migrate-eui-accent/index.ts`
|
|
1810
1840
|
- `visitDir(dir: DirEntry, callback): void`
|
|
1811
1841
|
Defined in `packages/core/schematics/migrate-eui-alert/index.ts`
|
|
1812
|
-
- `visitDir(dir: DirEntry, callback): void`
|
|
1813
|
-
Defined in `packages/core/schematics/migrate-eui-avatar/index.ts`
|
|
1814
1842
|
- `visitDir(dir: DirEntry, callback): void`
|
|
1815
1843
|
Defined in `packages/core/schematics/migrate-eui-button/index.ts`
|
|
1816
1844
|
- `visitDir(dir: DirEntry, callback): void`
|
|
1817
1845
|
Defined in `packages/core/schematics/migrate-eui-chip/index.ts`
|
|
1846
|
+
- `visitDir(dir: DirEntry, callback): void`
|
|
1847
|
+
Defined in `packages/core/schematics/migrate-eui-avatar/index.ts`
|
|
1818
1848
|
- `visitDir(dir: DirEntry, callback): void`
|
|
1819
1849
|
Defined in `packages/core/schematics/migrate-eui-chip-list/index.ts`
|
|
1820
1850
|
- `visitDir(dir: DirEntry, callback): void`
|
|
@@ -1823,8 +1853,6 @@ Properties:
|
|
|
1823
1853
|
Defined in `packages/core/schematics/migrate-eui-editor/index.ts`
|
|
1824
1854
|
- `visitDir(dir: DirEntry, callback): void`
|
|
1825
1855
|
Defined in `packages/core/schematics/migrate-eui-fieldset/index.ts`
|
|
1826
|
-
- `visitDir(dir: DirEntry, callback): void`
|
|
1827
|
-
Defined in `packages/core/schematics/migrate-eui-icon-svg/index.ts`
|
|
1828
1856
|
- `visitDir(dir: DirEntry, callback): void`
|
|
1829
1857
|
Defined in `packages/core/schematics/migrate-eui-icon-toggle/index.ts`
|
|
1830
1858
|
- `visitDir(dir: DirEntry, callback): void`
|
|
@@ -1837,20 +1865,24 @@ Properties:
|
|
|
1837
1865
|
Defined in `packages/core/schematics/migrate-eui-tabs/index.ts`
|
|
1838
1866
|
- `visitDir(dir: DirEntry, callback): void`
|
|
1839
1867
|
Defined in `packages/core/schematics/migrate-eui-toolbar-menu/index.ts`
|
|
1868
|
+
- `visitDir(dir: DirEntry, callback): void`
|
|
1869
|
+
Defined in `packages/core/schematics/migrate-eui-tooltip/index.ts`
|
|
1840
1870
|
- `visitDir(dir: DirEntry, callback): void`
|
|
1841
1871
|
Defined in `packages/core/schematics/migrate-to-standalone/index.ts`
|
|
1872
|
+
- `visitDir(dir: DirEntry, callback): void`
|
|
1873
|
+
Defined in `packages/core/schematics/migrate-eui-icon-svg/index.ts`
|
|
1842
1874
|
- `visitExpressionForPipes(expr: AST, edits): void`
|
|
1843
1875
|
Defined in `packages/core/schematics/migrate-eui-table/index.ts`
|
|
1844
1876
|
- `visitNodes(nodes, edits): void`
|
|
1845
1877
|
Defined in `packages/core/schematics/migrate-eui-accent/index.ts`
|
|
1846
1878
|
- `visitNodes(nodes, removals): void`
|
|
1847
1879
|
Defined in `packages/core/schematics/migrate-eui-alert/index.ts`
|
|
1848
|
-
- `visitNodes(nodes, removals): void`
|
|
1849
|
-
Defined in `packages/core/schematics/migrate-eui-avatar/index.ts`
|
|
1850
1880
|
- `visitNodes(nodes, edits): void`
|
|
1851
1881
|
Defined in `packages/core/schematics/migrate-eui-button/index.ts`
|
|
1852
1882
|
- `visitNodes(nodes, removals): void`
|
|
1853
1883
|
Defined in `packages/core/schematics/migrate-eui-chip/index.ts`
|
|
1884
|
+
- `visitNodes(nodes, removals): void`
|
|
1885
|
+
Defined in `packages/core/schematics/migrate-eui-avatar/index.ts`
|
|
1854
1886
|
- `visitNodes(nodes, source: string, edits): void`
|
|
1855
1887
|
Defined in `packages/core/schematics/migrate-eui-chip-list/index.ts`
|
|
1856
1888
|
- `visitNodes(nodes, source: string, removals): void`
|
|
@@ -1859,8 +1891,6 @@ Properties:
|
|
|
1859
1891
|
Defined in `packages/core/schematics/migrate-eui-editor/index.ts`
|
|
1860
1892
|
- `visitNodes(nodes, edits): void`
|
|
1861
1893
|
Defined in `packages/core/schematics/migrate-eui-fieldset/index.ts`
|
|
1862
|
-
- `visitNodes(nodes, edits): void`
|
|
1863
|
-
Defined in `packages/core/schematics/migrate-eui-icon-svg/index.ts`
|
|
1864
1894
|
- `visitNodes(nodes, edits): void`
|
|
1865
1895
|
Defined in `packages/core/schematics/migrate-eui-icon-toggle/index.ts`
|
|
1866
1896
|
- `visitNodes(nodes, removals): void`
|
|
@@ -1869,6 +1899,8 @@ Properties:
|
|
|
1869
1899
|
Defined in `packages/core/schematics/migrate-eui-progress-circle/index.ts`
|
|
1870
1900
|
- `visitNodes(nodes, source: string, edits, filePath: string, context: SchematicContext): void`
|
|
1871
1901
|
Defined in `packages/core/schematics/migrate-eui-toolbar-menu/index.ts`
|
|
1902
|
+
- `visitNodes(nodes, edits): void`
|
|
1903
|
+
Defined in `packages/core/schematics/migrate-eui-icon-svg/index.ts`
|
|
1872
1904
|
- `visitNodesForTable(nodes, source: string, edits, insideEuiTable: boolean, filePath: string, context: SchematicContext): boolean`
|
|
1873
1905
|
Defined in `packages/core/schematics/migrate-eui-table/index.ts`
|
|
1874
1906
|
- `visitTemplateNodes(nodes, matched): void`
|
|
@@ -1988,10 +2020,10 @@ Properties:
|
|
|
1988
2020
|
Defined in `packages/core/schematics/migrate-eui-editor/index.ts`
|
|
1989
2021
|
- `COMPONENT_TAG: string = 'eui-fieldset'`
|
|
1990
2022
|
Defined in `packages/core/schematics/migrate-eui-fieldset/index.ts`
|
|
1991
|
-
- `COMPONENT_TAG: string = 'eui-icon-svg'`
|
|
1992
|
-
Defined in `packages/core/schematics/migrate-eui-icon-svg/index.ts`
|
|
1993
2023
|
- `COMPONENT_TAG: string = 'eui-icon-toggle'`
|
|
1994
2024
|
Defined in `packages/core/schematics/migrate-eui-icon-toggle/index.ts`
|
|
2025
|
+
- `COMPONENT_TAG: string = 'eui-icon-svg'`
|
|
2026
|
+
Defined in `packages/core/schematics/migrate-eui-icon-svg/index.ts`
|
|
1995
2027
|
- `CONFIG_TOKEN: unknown = new InjectionToken<EuiAppConfig>('finalConfigToken')`
|
|
1996
2028
|
Defined in `packages/core/src/lib/services/config/tokens.ts`
|
|
1997
2029
|
- `consumeEvent: unknown = (event: Event): boolean => { if (event) { event.preventDefault(); event.stopPropagation(); event.cancelBubble = true; } return false; }`
|
|
@@ -2082,14 +2114,14 @@ Properties:
|
|
|
2082
2114
|
Defined in `packages/core/schematics/icon-migrate/index.ts`
|
|
2083
2115
|
- `init: unknown = (): Promise<unknown> => { const locationInitialized = inject(LOCATION_INITIALIZED, { optional: true }) || Promise.resolve(null); const appConfig: EuiAppConfig =…`
|
|
2084
2116
|
Defined in `packages/core/src/lib/services/app/eui-init-app.ts`
|
|
2085
|
-
- `initialState: UIState = { appName: '', appShortName: '', appSubTitle: '', appBaseFontSize: '', isSidebarOpen: true, isSidebarActive: false,
|
|
2117
|
+
- `initialState: UIState = { appName: '', appShortName: '', appSubTitle: '', appBaseFontSize: '', isSidebarOpen: true, isSidebarActive: false, hasFixedPosition: true, hasSidebar: false, h…`
|
|
2086
2118
|
Defined in `packages/core/src/lib/services/eui-app-shell.service.ts`
|
|
2087
2119
|
- `initialState: ThemeState = { themes: [ { name: EuiTheme.DEFAULT, isActive: false, styleSheet: null, cssClass: null }, { name: EuiTheme.ECL_EC, isActive: false, styleSheet: 'eui-ecl-ec.css…`
|
|
2088
2120
|
Defined in `packages/core/src/lib/services/eui-theme.service.ts`
|
|
2089
|
-
- `INPUT_RENAMES: unknown = new Map([ ['variant', 'fillColor'], ['aria-label', 'ariaLabel'], ])`
|
|
2090
|
-
Defined in `packages/core/schematics/migrate-eui-icon-svg/index.ts`
|
|
2091
2121
|
- `INPUT_RENAMES: unknown = new Map([ ['iconLabelClass', 'icon'], ['iconLabelStyleClass', 'fillColor'], ])`
|
|
2092
2122
|
Defined in `packages/core/schematics/migrate-eui-progress-circle/index.ts`
|
|
2123
|
+
- `INPUT_RENAMES: unknown = new Map([ ['variant', 'fillColor'], ['aria-label', 'ariaLabel'], ])`
|
|
2124
|
+
Defined in `packages/core/schematics/migrate-eui-icon-svg/index.ts`
|
|
2093
2125
|
- `isDefined: unknown = <T>(value: T | undefined | null): value is T => <T>value !== undefined && <T>value !== null` — check if a value is null or undefined. If it's not both returns true otherwise false
|
|
2094
2126
|
Defined in `packages/core/src/lib/helpers/utils.ts`
|
|
2095
2127
|
- `isStaticPositioned: unknown = (nativeEl: Element): boolean => (getStyle(nativeEl, 'position') || 'static') === 'static'` — Checks if a given element is statically positioned
|
|
@@ -2140,6 +2172,8 @@ Properties:
|
|
|
2140
2172
|
Defined in `packages/core/schematics/migrate-eui-tabs/index.ts`
|
|
2141
2173
|
- `NEW_INTERFACE: string = 'EuiMenuItem'`
|
|
2142
2174
|
Defined in `packages/core/schematics/migrate-eui-toolbar-menu/index.ts`
|
|
2175
|
+
- `NEW_INTERFACE: string = 'EuiTooltipInterface'`
|
|
2176
|
+
Defined in `packages/core/schematics/migrate-eui-tooltip/index.ts`
|
|
2143
2177
|
- `NEW_INTERFACE_PATH: string = '@eui/core'`
|
|
2144
2178
|
Defined in `packages/core/schematics/migrate-eui-toolbar-menu/index.ts`
|
|
2145
2179
|
- `NEW_NAME: string = 'euiPrimary'`
|
|
@@ -2158,6 +2192,8 @@ Properties:
|
|
|
2158
2192
|
Defined in `packages/core/schematics/migrate-eui-toolbar-menu/index.ts`
|
|
2159
2193
|
- `offset: unknown = (nativeEl: HTMLElement): { width: number; height: number; top: number; left: number } => { const boundingClientRect = nativeEl.getBoundingClientRect(); return {…` — Provides read-only equivalent of jQuery's offset function: http://api.jquery.com/offset/
|
|
2160
2194
|
Defined in `packages/core/src/lib/helpers/dom-helpers.ts`
|
|
2195
|
+
- `OLD_CLASS: string = 'EuiTooltipConfig'`
|
|
2196
|
+
Defined in `packages/core/schematics/migrate-eui-tooltip/index.ts`
|
|
2161
2197
|
- `OLD_COMPONENT: string = 'EuiToolbarMenuComponent'`
|
|
2162
2198
|
Defined in `packages/core/schematics/migrate-eui-toolbar-menu/index.ts`
|
|
2163
2199
|
- `OLD_CONTENT: string = 'eui-tab-content'`
|
|
@@ -2200,10 +2236,10 @@ Properties:
|
|
|
2200
2236
|
Defined in `packages/core/src/lib/services/store/reducers/app.reducers.ts`
|
|
2201
2237
|
- `REMOVED_INPUTS: unknown = new Set(['alertIconType', 'alertIconFillColor', 'isMuted', 'isBordered'])`
|
|
2202
2238
|
Defined in `packages/core/schematics/migrate-eui-alert/index.ts`
|
|
2203
|
-
- `REMOVED_INPUTS: unknown = new Set(['isFlat'])`
|
|
2204
|
-
Defined in `packages/core/schematics/migrate-eui-avatar/index.ts`
|
|
2205
2239
|
- `REMOVED_INPUTS: unknown = new Set(['isSquared'])`
|
|
2206
2240
|
Defined in `packages/core/schematics/migrate-eui-chip/index.ts`
|
|
2241
|
+
- `REMOVED_INPUTS: unknown = new Set(['isFlat'])`
|
|
2242
|
+
Defined in `packages/core/schematics/migrate-eui-avatar/index.ts`
|
|
2207
2243
|
- `REMOVED_INPUTS: unknown = new Set(['maxVisibleChipsCount', 'isMaxVisibleChipsOpened', 'toggleLinkMoreLabel', 'toggleLinkLessLabel', 'isChipsSorted', 'chipsSortOrder'])`
|
|
2208
2244
|
Defined in `packages/core/schematics/migrate-eui-chip-list/index.ts`
|
|
2209
2245
|
- `REMOVED_INPUTS: unknown = new Set(['type'])`
|
|
@@ -2242,10 +2278,10 @@ Properties:
|
|
|
2242
2278
|
Defined in `packages/core/schematics/migrate-eui-chip-list/index.ts`
|
|
2243
2279
|
- `TRUNCATE_PIPE_PATH: string = '@eui/components/pipes'`
|
|
2244
2280
|
Defined in `packages/core/schematics/migrate-eui-chip-list/index.ts`
|
|
2245
|
-
- `TS_PROPERTY_RENAMES: unknown = new Map([ ['variant', 'fillColor'], ])`
|
|
2246
|
-
Defined in `packages/core/schematics/migrate-eui-icon-svg/index.ts`
|
|
2247
2281
|
- `TS_PROPERTY_RENAMES: unknown = new Map([['filteredRows', 'getFilteredData']])`
|
|
2248
2282
|
Defined in `packages/core/schematics/migrate-eui-table/index.ts`
|
|
2283
|
+
- `TS_PROPERTY_RENAMES: unknown = new Map([ ['variant', 'fillColor'], ])`
|
|
2284
|
+
Defined in `packages/core/schematics/migrate-eui-icon-svg/index.ts`
|
|
2249
2285
|
- `uniqueId: unknown = (): string => Math.random().toString(36).substring(2, 9)` — returns a random string with radix=36
|
|
2250
2286
|
Defined in `packages/core/src/lib/helpers/format-helpers.ts`
|
|
2251
2287
|
- `updateAppConnection: unknown = (state: AppState, action: UpdateAppConnectionAction): AppState => ({ ...state, connected: action.payload })`
|