@solcre-org/core-ui 2.19.2 → 2.20.1
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 +10 -0
- package/assets/css/inc/components/area-code.css +3 -2
- package/fesm2022/solcre-org-core-ui.mjs +5 -5
- package/fesm2022/solcre-org-core-ui.mjs.map +1 -1
- package/llm/README.md +34 -0
- package/llm/components/active-filters.md +25 -0
- package/llm/components/ad-login-button.md +57 -0
- package/llm/components/alert-container.md +26 -0
- package/llm/components/alert.md +46 -0
- package/llm/components/base-field.md +39 -0
- package/llm/components/card.md +23 -0
- package/llm/components/carousel.md +68 -0
- package/llm/components/checkbox-field.md +61 -0
- package/llm/components/color-picker-field.md +55 -0
- package/llm/components/confirmation-dialog.md +46 -0
- package/llm/components/data-list-item.md +35 -0
- package/llm/components/data-list.md +27 -0
- package/llm/components/date-field.md +56 -0
- package/llm/components/daterange-field.md +59 -0
- package/llm/components/datetime-field.md +61 -0
- package/llm/components/document-field.md +60 -0
- package/llm/components/dropdown.md +73 -0
- package/llm/components/field-errors.md +33 -0
- package/llm/components/file-field.md +60 -0
- package/llm/components/file-preview.md +25 -0
- package/llm/components/filter-modal.md +25 -0
- package/llm/components/fixed-actions-mobile-modal.md +23 -0
- package/llm/components/gallery-modal.md +23 -0
- package/llm/components/generic-button.md +82 -0
- package/llm/components/generic-calendar.md +70 -0
- package/llm/components/generic-chat.md +81 -0
- package/llm/components/generic-documentation.md +32 -0
- package/llm/components/generic-fixed-actions.md +24 -0
- package/llm/components/generic-gallery.md +75 -0
- package/llm/components/generic-modal.md +95 -0
- package/llm/components/generic-pagination.md +29 -0
- package/llm/components/generic-rating.md +26 -0
- package/llm/components/generic-scheduler.md +92 -0
- package/llm/components/generic-sidebar.md +80 -0
- package/llm/components/generic-skeleton.md +80 -0
- package/llm/components/generic-steps.md +99 -0
- package/llm/components/generic-switch.md +140 -0
- package/llm/components/generic-table.md +157 -0
- package/llm/components/generic-timeline.md +70 -0
- package/llm/components/header.md +39 -0
- package/llm/components/image-modal.md +23 -0
- package/llm/components/image-preview.md +79 -0
- package/llm/components/index.md +66 -0
- package/llm/components/layout-auth.md +82 -0
- package/llm/components/layout.md +92 -0
- package/llm/components/loader.md +35 -0
- package/llm/components/main-nav.md +56 -0
- package/llm/components/manual-refresh.md +25 -0
- package/llm/components/mobile-header.md +25 -0
- package/llm/components/multi-entry-field.md +67 -0
- package/llm/components/nav[core-generic-tabs].md +28 -0
- package/llm/components/number-field.md +56 -0
- package/llm/components/password-field.md +56 -0
- package/llm/components/phone-field.md +60 -0
- package/llm/components/progress-bar.md +49 -0
- package/llm/components/select-field.md +61 -0
- package/llm/components/server-select-field.md +59 -0
- package/llm/components/sidebar-custom-modal.md +23 -0
- package/llm/components/smart-field.md +62 -0
- package/llm/components/switch-field.md +56 -0
- package/llm/components/text-area-field.md +56 -0
- package/llm/components/text-field.md +58 -0
- package/llm/components/time-field.md +62 -0
- package/llm/components.md +56 -0
- package/llm/demo-examples.md +186 -0
- package/llm/exports.md +286 -0
- package/llm/form-recipes.md +203 -0
- package/llm/llms.txt +47 -0
- package/llm/repo-map.md +30 -0
- package/llm/screen-blueprints.md +129 -0
- package/llm/screen-recipes.md +53 -0
- package/package.json +1 -1
package/README.md
CHANGED
|
@@ -2,6 +2,16 @@
|
|
|
2
2
|
|
|
3
3
|
This project was generated using [Angular CLI](https://github.com/angular/angular-cli) version 20.0.0.
|
|
4
4
|
|
|
5
|
+
## LLM docs (published in npm)
|
|
6
|
+
|
|
7
|
+
This package publishes LLM-friendly docs under `llm/` in the npm output.
|
|
8
|
+
|
|
9
|
+
- Entry point: `llm/llms.txt`
|
|
10
|
+
- Component docs: `llm/components/`
|
|
11
|
+
- Recipes and blueprints: `llm/form-recipes.md`, `llm/screen-blueprints.md`
|
|
12
|
+
- Prompt bundle script (repo): `npm run llm:prompt`
|
|
13
|
+
- Update LLM docs from demo (repo): `npm run llm:update`
|
|
14
|
+
|
|
5
15
|
## Code scaffolding
|
|
6
16
|
|
|
7
17
|
Angular CLI includes powerful code scaffolding tools. To generate a new component, run:
|
|
@@ -29,7 +29,7 @@
|
|
|
29
29
|
left: 0;
|
|
30
30
|
width: 12em;
|
|
31
31
|
border: 1px solid #f2f4f8;
|
|
32
|
-
background-color: #f2f5fa;
|
|
32
|
+
background-color: var(--area-code-options-bg, #f2f5fa);
|
|
33
33
|
border-radius: var(--_entry-input-br);
|
|
34
34
|
box-shadow: 1em 2.4em 3.4em -2em hsl(var(--color-neutral-900-hsl)/25%);
|
|
35
35
|
display: none;
|
|
@@ -69,7 +69,8 @@
|
|
|
69
69
|
@media (hover: hover) {
|
|
70
70
|
|
|
71
71
|
.c-area-code__option:hover {
|
|
72
|
-
background: #e0e7f1;
|
|
72
|
+
background: var(--area-code-option-hover-bg, #e0e7f1);
|
|
73
|
+
color: var(--area-code-option-hover-color, inherit);
|
|
73
74
|
}
|
|
74
75
|
|
|
75
76
|
}
|
|
@@ -16913,12 +16913,12 @@ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "20.0.6", ngImpor
|
|
|
16913
16913
|
// Este archivo es generado automáticamente por scripts/update-version.js
|
|
16914
16914
|
// No edites manualmente este archivo
|
|
16915
16915
|
const VERSION = {
|
|
16916
|
-
full: '2.
|
|
16916
|
+
full: '2.20.1',
|
|
16917
16917
|
major: 2,
|
|
16918
|
-
minor:
|
|
16919
|
-
patch:
|
|
16920
|
-
timestamp: '2026-01-
|
|
16921
|
-
buildDate: '
|
|
16918
|
+
minor: 20,
|
|
16919
|
+
patch: 1,
|
|
16920
|
+
timestamp: '2026-01-29T15:04:22.260Z',
|
|
16921
|
+
buildDate: '29/1/2026'
|
|
16922
16922
|
};
|
|
16923
16923
|
|
|
16924
16924
|
class MainNavComponent {
|