@dasidev/dasi-ui 1.0.20 → 1.0.21

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.
Files changed (2) hide show
  1. package/README.md +6 -6
  2. package/package.json +1 -1
package/README.md CHANGED
@@ -18,7 +18,7 @@ yarn create @dasidev/dasi-ui my-admin-app
18
18
  # Using pnpm
19
19
  pnpm create @dasidev/dasi-ui my-admin-app
20
20
  ```
21
-
21
+ <!--
22
22
  ### Install as Library
23
23
 
24
24
  ```sh
@@ -30,7 +30,7 @@ yarn add @dasidev/dasi-ui
30
30
 
31
31
  # Using pnpm
32
32
  pnpm add @dasidev/dasi-ui
33
- ```
33
+ ``` -->
34
34
 
35
35
  ### Requirements
36
36
  - Node.js: v20 or above
@@ -60,7 +60,7 @@ npm install
60
60
  # Run development server
61
61
  npm run dev
62
62
  ```
63
-
63
+ <!--
64
64
  ### As Component Library
65
65
  ``` typescript
66
66
  <template>
@@ -73,13 +73,13 @@ npm run dev
73
73
  import { DasiApp, PageActivity } from '@dasidev/dasi-ui'
74
74
  import '@dasidev/dasi-ui/style.css'
75
75
  </script>
76
- ```
76
+ ``` -->
77
77
 
78
78
  ## 🏗️ Architecture Overview
79
79
 
80
80
  This framework follows a **configuration-driven architecture** where pages are defined through schemas and configurations, making it highly reusable and maintainable.
81
81
 
82
- ### Core Flow
82
+ <!-- ### Core Flow
83
83
 
84
84
  ```
85
85
  Route → PageActivity → Schema → Table → DataTableCell
@@ -93,7 +93,7 @@ Config → PageConfig → Columns → Render → Display
93
93
  - **DataTable.vue** - Unified table component
94
94
  - **DataTableCell.vue** - Smart cell renderer
95
95
  - **BaseSelector.vue** - Unified selector component
96
- - **DateSelectorElement.vue** - Unified date picker
96
+ - **DateSelectorElement.vue** - Unified date picker -->
97
97
 
98
98
  ## 📋 Configuration System
99
99
 
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@dasidev/dasi-ui",
3
- "version": "1.0.20",
3
+ "version": "1.0.21",
4
4
  "description": "Complete Vue 3 Admin Template Generator",
5
5
  "private": false,
6
6
  "type": "module",