@myrmidon/cadmus-ui 10.2.0 → 12.0.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.
- package/README.md +22 -24
- package/fesm2022/myrmidon-cadmus-ui.mjs +349 -455
- package/fesm2022/myrmidon-cadmus-ui.mjs.map +1 -1
- package/lib/components/close-save-buttons/close-save-buttons.component.d.ts +4 -6
- package/lib/components/decorated-token-text/decorated-token-text.component.d.ts +4 -10
- package/lib/components/error-list/error-list.component.d.ts +3 -6
- package/lib/components/facet-badge/facet-badge.component.d.ts +2 -4
- package/lib/components/flags-badge/flags-badge.component.d.ts +2 -4
- package/lib/components/layer-hints/layer-hints.component.d.ts +12 -15
- package/lib/components/lookup-pin/lookup-pin.component.d.ts +8 -10
- package/lib/components/model-editor-component-base.d.ts +10 -16
- package/lib/components/part-badge/part-badge.component.d.ts +5 -11
- package/lib/components/thesaurus-tree/thesaurus-tree.component.d.ts +6 -8
- package/package.json +2 -2
- package/public-api.d.ts +0 -1
- package/lib/cadmus-ui.module.d.ts +0 -30
package/README.md
CHANGED
|
@@ -1,24 +1,22 @@
|
|
|
1
|
-
# CadmusUi
|
|
2
|
-
|
|
3
|
-
|
|
4
|
-
|
|
5
|
-
|
|
6
|
-
|
|
7
|
-
|
|
8
|
-
|
|
9
|
-
|
|
10
|
-
|
|
11
|
-
|
|
12
|
-
|
|
13
|
-
|
|
14
|
-
|
|
15
|
-
|
|
16
|
-
|
|
17
|
-
|
|
18
|
-
|
|
19
|
-
|
|
20
|
-
|
|
21
|
-
|
|
22
|
-
|
|
23
|
-
|
|
24
|
-
To get more help on the Angular CLI use `ng help` or go check out the [Angular CLI Overview and Command Reference](https://angular.io/cli) page.
|
|
1
|
+
# CadmusUi
|
|
2
|
+
|
|
3
|
+
- 📦 `@myrmidon/cadmus-ui`
|
|
4
|
+
|
|
5
|
+
This project was generated using [Angular CLI](https://github.com/angular/angular-cli) version 19.0.0.
|
|
6
|
+
|
|
7
|
+
This library contains shared UI components, services and validators for Cadmus:
|
|
8
|
+
|
|
9
|
+
- close/save buttons for part/fragment editors.
|
|
10
|
+
- decorated token-based text for fragment editors.
|
|
11
|
+
- errors list.
|
|
12
|
+
- facets badge.
|
|
13
|
+
- flags badge.
|
|
14
|
+
- layer hints.
|
|
15
|
+
- lookup pin.
|
|
16
|
+
- part padge.
|
|
17
|
+
- thesaurus entries tree.
|
|
18
|
+
- base class for model (part/fragment) editors.
|
|
19
|
+
- color service.
|
|
20
|
+
- user lookup.
|
|
21
|
+
- custom validators.
|
|
22
|
+
- JSON validators.
|