@meshmakers/octo-ui 3.3.460 → 3.3.470
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/README.md +2 -0
- package/fesm2022/meshmakers-octo-ui.mjs +313 -181
- package/fesm2022/meshmakers-octo-ui.mjs.map +1 -1
- package/package.json +13 -13
- package/types/meshmakers-octo-ui.d.ts +74 -29
package/README.md
CHANGED
|
@@ -134,6 +134,8 @@ export class CustomerDataSourceDirective extends OctoGraphQlDataSource<CustomerD
|
|
|
134
134
|
| `PropertyValueDisplayComponent` | Read-only value display with type formatting |
|
|
135
135
|
| `CkTypeSelectorInputComponent` | Autocomplete input for CK type selection |
|
|
136
136
|
| `FieldFilterEditorComponent` | Visual filter editor for queries |
|
|
137
|
+
| `EntityIdInfoComponent` | Entity ID display with copy-to-clipboard dropdown |
|
|
138
|
+
| `OctoLoaderComponent` | Animated OctoMesh logo loading indicator |
|
|
137
139
|
|
|
138
140
|
## Available Services
|
|
139
141
|
|