@amirjalili1374/ui-kit 1.3.0 → 1.3.2
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 -2
- package/dist/ui-kit.cjs.js +2 -2
- package/dist/ui-kit.cjs.js.map +1 -1
- package/dist/ui-kit.es.js +195 -7
- package/dist/ui-kit.es.js.map +1 -1
- package/package.json +1 -1
package/README.md
CHANGED
|
@@ -63,7 +63,7 @@ You can import components individually for better tree-shaking:
|
|
|
63
63
|
|
|
64
64
|
```vue
|
|
65
65
|
<script setup lang="ts">
|
|
66
|
-
|
|
66
|
+
1import {
|
|
67
67
|
CustomDataTable,
|
|
68
68
|
BaseIcon,
|
|
69
69
|
ShamsiDatePicker,
|
|
@@ -127,7 +127,6 @@ const headerActions: HeaderAction[] = [
|
|
|
127
127
|
<AppHeader
|
|
128
128
|
title="پنل مدیریت"
|
|
129
129
|
subtitle="خوش آمدید"
|
|
130
|
-
:menu-items="menuItems"
|
|
131
130
|
:actions="headerActions"
|
|
132
131
|
show-search
|
|
133
132
|
show-profile
|