admins-components 5.7.7 → 5.7.8

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 CHANGED
@@ -88,8 +88,6 @@ import { TableToList, FilterControl, useCurrentUser } from 'admins-components'
88
88
  - **GalleryImageSelectorElement** - Galéria kép választó
89
89
  - És még sok más...
90
90
 
91
- [Teljes komponens lista →](docs/COMPONENTS.md)
92
-
93
91
  ## 🔧 Szolgáltatások
94
92
 
95
93
  ### User Store (Pinia)
@@ -106,8 +104,6 @@ console.log(userStore.isAuthenticated)
106
104
  if (userStore.hasRole('admin')) { ... }
107
105
  ```
108
106
 
109
- [Részletes dokumentáció →](docs/CURRENT_USER_STORE.md)
110
-
111
107
  ### HTTP Services
112
108
 
113
109
  ```typescript
@@ -118,31 +114,6 @@ service.searchPosts.successCallback = (data) => { ... }
118
114
  service.searchPosts.execute()
119
115
  ```
120
116
 
121
- [Részletes dokumentáció →](docs/SERVICES.md)
122
-
123
- ## 📖 Teljes Dokumentáció
124
-
125
- ### 🎯 Alapvető Dokumentáció
126
- - **[User Store](docs/CURRENT_USER_STORE.md)** - Felhasználó kezelés és jogosultságok (Pinia)
127
- - **[Komponensek](docs/COMPONENTS.md)** - Összes komponens referencia (25+ komponens)
128
- - **[Vueform Elemek](docs/VUEFORM_ELEMENTS.md)** - Custom form elemek (9 element)
129
- - **[Szolgáltatások](docs/SERVICES.md)** - HTTP service layer és API integráció
130
-
131
- ### 🔧 További Dokumentáció
132
- - **[Segédprogramok](docs/UTILITIES.md)** - Toast, dátumkezelés, debounce, persister
133
- - **[API Referencia](docs/API_REFERENCE.md)** - Teljes típus és interface dokumentáció
134
- - **[Fejlesztői Útmutató](docs/DEVELOPMENT.md)** - Komponens/service hozzáadása, build folyamat
135
- - **[Példák](docs/EXAMPLES.md)** - Komplex használati esetek és teljes munkamenet példák
136
- - **[Hibaelhárítás](docs/TROUBLESHOOTING.md)** - Gyakori problémák és megoldások
137
-
138
- ### 📌 Gyors Linkek
139
- - [CRUD Táblázat Példa](docs/EXAMPLES.md#admin-táblázat-crud)
140
- - [Vueform Integráció](docs/EXAMPLES.md#cikkválasztó-űrlap)
141
- - [User Auth Pattern](docs/EXAMPLES.md#felhasználó-kezelés)
142
- - [Komponens Hozzáadása](docs/DEVELOPMENT.md#komponens-hozzáadása)
143
- - [Service Létrehozása](docs/DEVELOPMENT.md#service-hozzáadása)
144
- - [TypeScript Típusok](docs/API_REFERENCE.md)
145
- - [Gyakori Hibák](docs/TROUBLESHOOTING.md)
146
117
 
147
118
  ## 🔨 Fejlesztés
148
119