@meshmakers/octo-ui 3.3.610 → 3.3.630
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 +1 -0
- package/fesm2022/meshmakers-octo-ui.mjs +11217 -4079
- package/fesm2022/meshmakers-octo-ui.mjs.map +1 -1
- package/lib/runtime-browser/styles/_index.scss +3 -4950
- package/lib/runtime-browser/styles/_lcars-button.scss +55 -0
- package/lib/runtime-browser/styles/_lcars-flat-btn.scss +11 -0
- package/lib/runtime-browser/styles/_lcars-input.scss +13 -0
- package/lib/runtime-browser/styles/_styles.scss +4708 -0
- package/lib/runtime-browser/styles/_variables.scss +15 -12
- package/package.json +13 -4
- package/types/meshmakers-octo-ui.d.ts +1403 -549
package/README.md
CHANGED
|
@@ -6,6 +6,7 @@ Angular library providing reusable UI components for OctoMesh applications.
|
|
|
6
6
|
|
|
7
7
|
- **Data Sources** - GraphQL-based data source abstractions for list views and hierarchies
|
|
8
8
|
- **Property Grid** - Dynamic property editor with type-aware value display
|
|
9
|
+
- **Runtime Browser** - Tree/detail view with create and update editors for runtime entities
|
|
9
10
|
- **Selector Dialogs** - Attribute and CK type selection dialogs
|
|
10
11
|
- **Filter Editor** - Visual query filter configuration
|
|
11
12
|
- **Theme Independent** - Works with any Kendo UI theme
|