@opengis/admin 0.2.30 → 0.2.31

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 (165) hide show
  1. package/README.md +97 -95
  2. package/config.js +4 -4
  3. package/dist/{IconChevronDown-CGhvmJB-.js → IconChevronDown-DGC3CCge.js} +1 -1
  4. package/dist/{add-page-BI6kTOVe.js → add-page-DcHUQydX.js} +1 -1
  5. package/dist/{admin-interface-Dgp__QdY.js → admin-interface-Z17hrxJr.js} +4 -4
  6. package/dist/{admin-view-BY1jFJWH.js → admin-view-WhE1WieA.js} +3 -3
  7. package/dist/admin.js +1 -1
  8. package/dist/admin.umd.cjs +48 -48
  9. package/dist/assets/logo.svg +41 -41
  10. package/dist/{card-view-BZcfrIk9.js → card-view-gCu0o8An.js} +1 -1
  11. package/dist/{edit-page-C72YuiZ3.js → edit-page-CZkY59po.js} +1 -1
  12. package/dist/{import-file-DrCqKPk3.js → import-file-B-xks7r_.js} +5902 -5846
  13. package/dist/style.css +1 -1
  14. package/module/settings/card/admin.accounts.table/index.yml +7 -7
  15. package/module/settings/card/admin.accounts.table/rules.hbs +18 -18
  16. package/module/settings/card/admin.accounts.table/users.hbs +13 -13
  17. package/module/settings/card/admin.roles.table/access.hbs +3 -3
  18. package/module/settings/card/admin.roles.table/general_info.hbs +1 -1
  19. package/module/settings/card/admin.roles.table/index.yml +21 -21
  20. package/module/settings/card/admin.roles.table/users.hbs +6 -6
  21. package/module/settings/card/admin.routes.table/general_info.hbs +13 -13
  22. package/module/settings/card/admin.routes.table/groups.hbs +11 -11
  23. package/module/settings/card/admin.routes.table/index.yml +11 -11
  24. package/module/settings/card/admin.routes.table/users.hbs +16 -16
  25. package/module/settings/card/admin.users.table/context.hbs +14 -14
  26. package/module/settings/card/admin.users.table/general_info.hbs +12 -12
  27. package/module/settings/card/admin.users.table/index.yml +22 -22
  28. package/module/settings/card/admin.users.table/last_login.hbs +9 -9
  29. package/module/settings/card/admin.users.table/logs.hbs +10 -10
  30. package/module/settings/card/admin.users.table/routes.hbs +7 -7
  31. package/module/settings/card/admin.users.table/user_roles.hbs +12 -12
  32. package/module/settings/cls/core.actions.json +17 -17
  33. package/module/settings/cls/core.scope.json +13 -13
  34. package/module/settings/cls/properties.site_status.json +13 -13
  35. package/module/settings/cls/properties.widget_status.json +13 -13
  36. package/module/settings/cls/users.user_type.json +13 -13
  37. package/module/settings/cls/yes_no.json +11 -11
  38. package/module/settings/form/admin.accounts.form.json +13 -13
  39. package/module/settings/form/admin.custom_column.form.json +71 -71
  40. package/module/settings/form/admin.properties.form.json +15 -15
  41. package/module/settings/form/admin.roles.form.json +21 -21
  42. package/module/settings/form/admin.routes.form.json +25 -25
  43. package/module/settings/form/admin.rules.form.json +30 -30
  44. package/module/settings/form/admin.user_properties.form.json +15 -15
  45. package/module/settings/form/admin.user_roles.form.json +13 -13
  46. package/module/settings/form/admin.user_roles_card.form.json +13 -13
  47. package/module/settings/form/admin.users.form.json +153 -153
  48. package/module/settings/form/context.account_grants.form.json +23 -23
  49. package/module/settings/form/context.account_users.form.json +12 -12
  50. package/module/settings/form/user.user_roles.form.json +13 -13
  51. package/module/settings/interface/admin.properties.json +4 -4
  52. package/module/settings/interface/admin.roles.json +4 -4
  53. package/module/settings/interface/admin.routes.json +4 -4
  54. package/module/settings/interface/admin.users.json +4 -4
  55. package/module/settings/menu.json +84 -84
  56. package/module/settings/select/core.routes.sql +1 -1
  57. package/module/settings/select/core.user_mentioned.sql +1 -1
  58. package/module/settings/select/core.user_uid.sql +1 -1
  59. package/module/settings/table/admin.accounts.table.json +42 -42
  60. package/module/settings/table/admin.custom_column.table.json +99 -99
  61. package/module/settings/table/admin.properties.table.json +39 -39
  62. package/module/settings/table/admin.roles.table.json +64 -64
  63. package/module/settings/table/admin.routes.table.json +73 -73
  64. package/module/settings/table/admin.rules.table.json +76 -76
  65. package/module/settings/table/admin.user_properties.table.json +34 -34
  66. package/module/settings/table/admin.user_roles.table.json +72 -72
  67. package/module/settings/table/admin.users.table.json +132 -132
  68. package/module/settings/table/context.account_grants.table.json +67 -67
  69. package/module/settings/table/context.account_users.table.json +37 -37
  70. package/package.json +91 -91
  71. package/plugin.js +29 -29
  72. package/server/helpers/core/badge.js +16 -16
  73. package/server/helpers/core/buttonHelper.js +21 -21
  74. package/server/helpers/core/select.js +48 -48
  75. package/server/helpers/core/token.js +18 -18
  76. package/server/helpers/index.js +29 -29
  77. package/server/helpers/list/buttonHelper.js +21 -21
  78. package/server/helpers/list/descriptionList.js +43 -43
  79. package/server/helpers/list/tableList.js +81 -81
  80. package/server/helpers/list/utils/button.js +5 -5
  81. package/server/helpers/temp/contentList.js +58 -58
  82. package/server/helpers/temp/ifCond.js +101 -101
  83. package/server/helpers/utils/button.js +5 -5
  84. package/server/helpers/utils/buttonAdd.js +5 -5
  85. package/server/helpers/utils/buttonDel.js +5 -5
  86. package/server/helpers/utils/buttonEdit.js +5 -5
  87. package/server/plugins/access/funcs/getAdminAccess.js +12 -12
  88. package/server/plugins/access/index.mjs +6 -6
  89. package/server/plugins/adminHook.js +81 -81
  90. package/server/plugins/cron.js +10 -10
  91. package/server/plugins/docs.js +28 -28
  92. package/server/plugins/hook.js +236 -236
  93. package/server/plugins/vite.js +71 -71
  94. package/server/routes/access/controllers/access.group.js +29 -29
  95. package/server/routes/access/controllers/access.group.post.js +49 -49
  96. package/server/routes/access/index.mjs +8 -8
  97. package/server/routes/access/schema.mjs +57 -57
  98. package/server/routes/calendar/controllers/calendar.data.js +87 -87
  99. package/server/routes/calendar/index.mjs +7 -7
  100. package/server/routes/calendar/schema.js +21 -21
  101. package/server/routes/data/controllers/cardData.js +106 -106
  102. package/server/routes/data/controllers/cardTabData.js +49 -49
  103. package/server/routes/data/controllers/funcs/getFilterSQL/index.js +92 -92
  104. package/server/routes/data/controllers/funcs/getFilterSQL/util/formatValue.js +170 -170
  105. package/server/routes/data/controllers/funcs/getFilterSQL/util/getCustomQuery.js +13 -13
  106. package/server/routes/data/controllers/funcs/getFilterSQL/util/getFilterQuery.js +64 -64
  107. package/server/routes/data/controllers/funcs/getFilterSQL/util/getOptimizedQuery.js +12 -12
  108. package/server/routes/data/controllers/funcs/getFilterSQL/util/getTableSql.js +34 -34
  109. package/server/routes/data/controllers/tableData.js +29 -29
  110. package/server/routes/data/controllers/tableDataId.js +27 -27
  111. package/server/routes/data/controllers/tableFilter.js +67 -67
  112. package/server/routes/data/controllers/tokenInfo.js +9 -9
  113. package/server/routes/data/controllers/utils/assignTokens.js +30 -30
  114. package/server/routes/data/controllers/utils/conditions.js +20 -20
  115. package/server/routes/data/controllers/utils/getColumns.js +8 -8
  116. package/server/routes/data/index.mjs +17 -17
  117. package/server/routes/data/schema.js +54 -54
  118. package/server/routes/menu/controllers/getMenu.js +58 -58
  119. package/server/routes/menu/index.mjs +5 -5
  120. package/server/routes/notifications/controllers/readNotifications.js +27 -27
  121. package/server/routes/notifications/controllers/testEmail.js +35 -35
  122. package/server/routes/notifications/controllers/userNotifications.js +53 -53
  123. package/server/routes/notifications/funcs/addNotification.js +21 -21
  124. package/server/routes/notifications/funcs/sendNotification.js +92 -92
  125. package/server/routes/notifications/hook/onWidgetSet.js +57 -57
  126. package/server/routes/notifications/index.mjs +27 -27
  127. package/server/routes/notifications/schema.js +16 -16
  128. package/server/routes/properties/controllers/admin.properties.get.js +29 -29
  129. package/server/routes/properties/controllers/user.properties.get.js +30 -30
  130. package/server/routes/properties/controllers/user.properties.post.js +30 -30
  131. package/server/routes/properties/funcs/getSettings.js +56 -56
  132. package/server/routes/properties/funcs/setSettings.js +44 -44
  133. package/server/routes/properties/funcs/utils/dataInsert.js +26 -26
  134. package/server/routes/properties/index.mjs +14 -14
  135. package/server/routes/properties/schema.js +10 -10
  136. package/server/routes/root.mjs +3 -3
  137. package/server/routes/templates/controllers/getTemplate.js +65 -43
  138. package/server/routes/templates/index.mjs +16 -16
  139. package/server/routes/templates/schema.js +8 -8
  140. package/server/routes/user/controllers/user.cls.id.js +14 -14
  141. package/server/routes/user/controllers/user.cls.js +71 -71
  142. package/server/routes/user/controllers/user.cls.post.js +52 -52
  143. package/server/routes/user/controllers/user.info.js +17 -17
  144. package/server/routes/user/schema.js +14 -14
  145. package/server/routes/widget/controllers/utils/historyFormat.js +75 -75
  146. package/server/routes/widget/controllers/utils/obj2db.js +13 -13
  147. package/server/routes/widget/controllers/widget.del.js +41 -41
  148. package/server/routes/widget/controllers/widget.get.js +96 -96
  149. package/server/routes/widget/controllers/widget.set.js +76 -76
  150. package/server/routes/widget/index.mjs +11 -11
  151. package/server/routes/widget/schema.js +12 -12
  152. package/server/templates/cls/itree.recrzone_category.json +73 -73
  153. package/server/templates/cls/test.json +9 -9
  154. package/server/templates/form/admin.user_cls.data.form.json +49 -49
  155. package/server/templates/form/admin.user_group_rel.form.json +21 -21
  156. package/server/templates/form/cp_building.form.json +32 -32
  157. package/server/templates/form/form-user-pass.json +10 -10
  158. package/server/templates/form/form-user_group.json +39 -39
  159. package/server/templates/form/form-users.json +156 -156
  160. package/server/templates/form/user_group_access.form.json +22 -22
  161. package/server/templates/select/account_id.json +2 -2
  162. package/server/templates/table/gis.dataset.table.json +43 -43
  163. package/server/templates/table/management.user_group.table.json +112 -112
  164. package/server/templates/table/management.users.table.json +126 -126
  165. package/utils.js +29 -29
package/README.md CHANGED
@@ -1,95 +1,97 @@
1
- ![alt text](https://cdn.softpro.ua/data/npm/opengis-admin.png)
2
-
3
- [![NPM version](https://img.shields.io/npm/v/@opengis/admin?style=plain)](https://www.npmjs.com/package/@opengis/admin)
4
- [![NPM last update](https://img.shields.io/npm/last-update/@opengis/admin?style=plain)]()
5
- [![NPM downloads](https://img.shields.io/npm/dw/@opengis/admin?style=plain)]()
6
- [![js-standard-style](https://img.shields.io/badge/code%20style-standard-brightgreen.svg?style=plain)](http://standardjs.com/)
7
-
8
- This package standardizes the entire website administration process. Built using the **Fastify** and **Vite** frameworks for reactive, component-driven development.
9
-
10
- ### Features
11
-
12
- - **Real-time Editing** - Simplifies and accelerates the development process.
13
- - **Customization** - Enabling developers to add custom components, templates, and modules.
14
- - **Database Management** - Provides tools to facilitate seamless management and interaction with PostgreSQL.
15
- - **Base Theme** - A clean and practical design inspired by Preline.
16
- - **Info Cards** - Easily created using pre-built layouts or custom Vue components.
17
- - **Geometry Visualization** - Enables visualization and editing of geometric data, using geometry inputs.
18
- - **User Settings** - Includes functionality for managing user settings, creating user groups, and defining roles with interface permissions.
19
-
20
- ---
21
-
22
- ### Install
23
-
24
- ```bash
25
- npm i @opengis/admin
26
- ```
27
-
28
- ### Usage
29
-
30
- ```js
31
- fastify.register(import('@opengis/admin'), config);
32
- ```
33
-
34
- ```js
35
- import v3admin from '@opengis/admin';
36
- import '@opengis/admin/dist/style.css';
37
- v3admin.install(app);
38
- ```
39
-
40
- ---
41
-
42
- ### Documentation
43
-
44
- For a detailed understanding of `admin`, its features, and how to use them, refer to our [Documentation](https://apidocs.softpro.ua/admin/).
45
-
46
- ---
47
-
48
- ### Technology stack
49
-
50
- <a href="https://fastify.dev/" target="_blank">
51
- <img src="https://img.shields.io/badge/Fastify-323330?style=for-the-badge&logo=fastify" /></a>
52
-
53
- <a href="https://vuejs.org/" target="_blank">
54
- <img src="https://img.shields.io/badge/Vue%20js-323330?style=for-the-badge&logo=vuedotjs&logoColor=4FC08D" /></a>
55
-
56
- <a href="https://vite.dev/" target="_blank">
57
- <img src="https://img.shields.io/badge/Vite-323330?style=for-the-badge&logo=vite" /></a>
58
-
59
- <a href="https://tiptap.dev/" target="_blank">
60
- <img src="https://img.shields.io/badge/TipTap-323330?style=for-the-badge&logo=tiptap&logoColor=4FC08D" /></a>
61
-
62
- <a href="https://www.postgresql.org/" target="_blank">
63
- <img src="https://img.shields.io/badge/PostgreSQL-323330?style=for-the-badge&logo=postgresql&logoColor=white" /></a>
64
-
65
- <a href="https://maplibre.org/" target="_blank">
66
- <img src="https://img.shields.io/badge/Maplibre-323330?style=for-the-badge&logo=maplibre&logoColor=87b2f0" /></a>
67
-
68
- <a href="https://handlebarsjs.com/" target="_blank">
69
- <img src="https://img.shields.io/badge/Handlebars%20js-323330?style=for-the-badge&logo=handlebarsdotjs&logoColor=f0772b" /></a>
70
-
71
- <a href="https://redis.io/" target="_blank">
72
- <img src="https://img.shields.io/badge/redis-323330.svg?&style=for-the-badge&logo=redis&logoColor=%23DD0031" /></a>
73
-
74
- ---
75
-
76
- ### Contribute
77
-
78
- Feel free to contact us through our website [SOFTPRO.UA](https://softpro.ua) or email <info@softpro.ua>
79
-
80
- - Report bugs
81
- - Share your ideas
82
- - Ask questions
83
-
84
- ### Follow Us
85
-
86
- <p>
87
- <a href="https://www.instagram.com/gissoftpro/" target="_blank"><img src="https://cdn.softpro.ua/data/npm/instagram.png" alt="Softpro Instagram" title="oftpro Instagram"></a>&nbsp;&nbsp;
88
- <a href="https://www.facebook.com/gissoftpro" target="_blank"><img src="https://cdn.softpro.ua/data/npm/facebook.png" alt="Softpro Facebook" title="Softpro Facebook"></a>&nbsp;&nbsp;
89
- <a href="https://t.me/softprogis" target="_blank"><img src="https://cdn.softpro.ua/data/npm/telegram.png" alt="Softpro Telegram" title="Softpro Telegram"></a>&nbsp;&nbsp;
90
- <a href="https://www.linkedin.com/in/softpro-ukraine-a8876b282/recent-activity/all/" target="_blank"><img src="https://cdn.softpro.ua/data/npm/social/linkedin.png" alt="Softpro Linkedin" title="Softpro LinkedIn"></a>&nbsp;&nbsp;
91
- </p>
92
-
93
- ### License
94
-
95
- Copyright © SOFTPRO. All rights reserved.
1
+ ![alt text](https://cdn.softpro.ua/data/npm/admin/opengis-admin.png)
2
+
3
+ [![NPM version](https://img.shields.io/npm/v/@opengis/admin?style=plain)](https://www.npmjs.com/package/@opengis/admin)
4
+ [![NPM last update](https://img.shields.io/npm/last-update/@opengis/admin?style=plain)]()
5
+ [![NPM downloads](https://img.shields.io/npm/dw/@opengis/admin?style=plain)]()
6
+ [![js-standard-style](https://img.shields.io/badge/code%20style-standard-brightgreen.svg?style=plain)](http://standardjs.com/)
7
+
8
+ This package standardizes the entire website administration process. Built using the **Fastify** and **Vite** frameworks for reactive, component-driven development.
9
+
10
+ ### Features
11
+
12
+ - **Real-time Editing** - Simplifies and accelerates the development process.
13
+ - **Customization** - Enabling developers to add custom components, templates, and modules.
14
+ - **Database Management** - Provides tools to facilitate seamless management and interaction with PostgreSQL.
15
+ - **Base Theme** - A clean and practical design inspired by Preline.
16
+ - **Info Cards** - Easily created using pre-built layouts or custom Vue components.
17
+ - **Geometry Visualization** - Enables visualization and editing of geometric data, using geometry inputs.
18
+ - **User Settings** - Includes functionality for managing user settings, creating user groups, and defining roles with interface permissions.
19
+
20
+ ---
21
+
22
+ ### Install
23
+
24
+ ```bash
25
+ npm i @opengis/admin
26
+ ```
27
+
28
+ ### Usage
29
+
30
+ ```js
31
+ fastify.register(import('@opengis/admin'), config);
32
+ ```
33
+
34
+ ```js
35
+ import v3admin from '@opengis/admin';
36
+ import '@opengis/admin/dist/style.css';
37
+ v3admin.install(app);
38
+ ```
39
+
40
+ ---
41
+
42
+ ### Documentation
43
+
44
+ For a detailed understanding of `admin`, its features, and how to use them, refer to our [Documentation](https://apidocs.softpro.ua/admin/).
45
+
46
+ ---
47
+
48
+ ### Technology stack
49
+
50
+ <a href="https://fastify.dev/" target="_blank">
51
+ <img src="https://img.shields.io/badge/Fastify-323330?style=for-the-badge&logo=fastify" /></a>
52
+
53
+ <a href="https://vuejs.org/" target="_blank">
54
+ <img src="https://img.shields.io/badge/Vue%20js-323330?style=for-the-badge&logo=vuedotjs&logoColor=4FC08D" /></a>
55
+
56
+ <a href="https://vite.dev/" target="_blank">
57
+ <img src="https://img.shields.io/badge/Vite-323330?style=for-the-badge&logo=vite" /></a>
58
+
59
+ <a href="https://tiptap.dev/" target="_blank">
60
+ <img src="https://img.shields.io/badge/TipTap-323330?style=for-the-badge&logo=tiptap&logoColor=4FC08D" /></a>
61
+
62
+ <a href="https://www.postgresql.org/" target="_blank">
63
+ <img src="https://img.shields.io/badge/PostgreSQL-323330?style=for-the-badge&logo=postgresql&logoColor=white" /></a>
64
+
65
+ <a href="https://maplibre.org/" target="_blank">
66
+ <img src="https://img.shields.io/badge/Maplibre-323330?style=for-the-badge&logo=maplibre&logoColor=87b2f0" /></a>
67
+
68
+ <a href="https://handlebarsjs.com/" target="_blank">
69
+ <img src="https://img.shields.io/badge/Handlebars%20js-323330?style=for-the-badge&logo=handlebarsdotjs&logoColor=f0772b" /></a>
70
+
71
+ <a href="https://redis.io/" target="_blank">
72
+ <img src="https://img.shields.io/badge/redis-323330.svg?&style=for-the-badge&logo=redis&logoColor=%23DD0031" /></a>
73
+
74
+ ---
75
+
76
+ ### Contribute
77
+
78
+ Feel free to contact us through our website [SOFTPRO.UA](https://softpro.ua) or email <info@softpro.ua>
79
+
80
+ - Report bugs
81
+ - Share your ideas
82
+ - Ask questions
83
+
84
+ ### Follow Us
85
+
86
+ [Official site](https://softpro.ua)
87
+
88
+ <p>
89
+ <a href="https://www.instagram.com/gissoftpro/" target="_blank"><img src="https://cdn.softpro.ua/data/npm/instagram.png" alt="Softpro Instagram" title="oftpro Instagram"></a>&nbsp;&nbsp;
90
+ <a href="https://www.facebook.com/gissoftpro" target="_blank"><img src="https://cdn.softpro.ua/data/npm/facebook.png" alt="Softpro Facebook" title="Softpro Facebook"></a>&nbsp;&nbsp;
91
+ <a href="https://t.me/softprogis" target="_blank"><img src="https://cdn.softpro.ua/data/npm/telegram.png" alt="Softpro Telegram" title="Softpro Telegram"></a>&nbsp;&nbsp;
92
+ <a href="https://www.linkedin.com/in/softpro-ukraine-a8876b282/recent-activity/all/" target="_blank"><img src="https://cdn.softpro.ua/data/npm/social/linkedin.png" alt="Softpro Linkedin" title="Softpro LinkedIn"></a>&nbsp;&nbsp;
93
+ </p>
94
+
95
+ ### License
96
+
97
+ Copyright © SOFTPRO. All rights reserved.
package/config.js CHANGED
@@ -1,5 +1,5 @@
1
- import { readFile } from 'fs/promises';
2
- import fs from 'fs';
3
- const config = fs.existsSync('config.json') ? JSON.parse(await readFile('config.json')) : {};
4
-
1
+ import { readFile } from 'fs/promises';
2
+ import fs from 'fs';
3
+ const config = fs.existsSync('config.json') ? JSON.parse(await readFile('config.json')) : {};
4
+
5
5
  export default config;
@@ -1,5 +1,5 @@
1
1
  import { openBlock as e, createElementBlock as t, createElementVNode as n } from "vue";
2
- import { _ as r } from "./import-file-DrCqKPk3.js";
2
+ import { _ as r } from "./import-file-B-xks7r_.js";
3
3
  const l = {}, s = {
4
4
  xmlns: "http://www.w3.org/2000/svg",
5
5
  viewBox: "0 0 24 24",
@@ -1,4 +1,4 @@
1
- import { _ as g, u as f, c as u } from "./import-file-DrCqKPk3.js";
1
+ import { _ as g, u as f, c as u } from "./import-file-B-xks7r_.js";
2
2
  import { resolveComponent as x, openBlock as d, createElementBlock as w, createElementVNode as n, createBlock as k, createCommentVNode as y } from "vue";
3
3
  const v = {
4
4
  data() {
@@ -1,6 +1,6 @@
1
- import { _ as C, d as qe, e as Pe, f as Be, c as F, V as Le, g as ze, h as Ue, i as Oe, A as Ne, I as Ee, u as Ce, s as He } from "./import-file-DrCqKPk3.js";
1
+ import { _ as C, d as qe, e as Pe, f as Be, c as F, V as Le, g as ze, h as Ue, i as Oe, A as Ne, I as Ee, u as Ce, s as He } from "./import-file-B-xks7r_.js";
2
2
  import { openBlock as o, createElementBlock as c, createTextVNode as j, toDisplayString as T, createCommentVNode as w, resolveComponent as p, Fragment as I, createElementVNode as l, createVNode as y, withCtx as $, createBlock as _, renderList as D, withModifiers as Re, normalizeClass as V, createStaticVNode as Ae, withDirectives as z, vModelCheckbox as We, resolveDynamicComponent as q, Transition as U, renderSlot as Ze, vShow as Ie, getCurrentInstance as Te, ref as L, normalizeStyle as $e } from "vue";
3
- import { I as Ge } from "./IconChevronDown-CGhvmJB-.js";
3
+ import { I as Ge } from "./IconChevronDown-DGC3CCge.js";
4
4
  const Je = {
5
5
  data() {
6
6
  return {
@@ -726,7 +726,7 @@ function hn(t, e, s, a, n, r) {
726
726
  ])
727
727
  ]);
728
728
  }
729
- const fn = /* @__PURE__ */ C(cn, [["render", hn], ["__scopeId", "data-v-c6318482"]]), mn = {
729
+ const fn = /* @__PURE__ */ C(cn, [["render", hn], ["__scopeId", "data-v-e1f274c9"]]), mn = {
730
730
  components: {
731
731
  AdminComponentIs: Se,
732
732
  AdminTree: fn,
@@ -1518,7 +1518,7 @@ function Ss(t, e, s, a, n, r) {
1518
1518
  ])
1519
1519
  ]);
1520
1520
  }
1521
- const Vs = /* @__PURE__ */ C(rs, [["render", Ss], ["__scopeId", "data-v-ab35c401"]]), Ds = {
1521
+ const Vs = /* @__PURE__ */ C(rs, [["render", Ss], ["__scopeId", "data-v-0f9841fe"]]), Ds = {
1522
1522
  components: { AdminTable: Vs },
1523
1523
  data() {
1524
1524
  return {
@@ -1,6 +1,6 @@
1
- import { _, I as F, u as D, s as T, a as R, b as q, c as z } from "./import-file-DrCqKPk3.js";
1
+ import { _, I as F, u as D, s as T, a as R, b as q, c as z } from "./import-file-B-xks7r_.js";
2
2
  import { openBlock as l, createElementBlock as c, createElementVNode as s, createStaticVNode as G, resolveComponent as p, normalizeClass as I, createTextVNode as B, toDisplayString as U, createVNode as u, Transition as J, withCtx as A, withDirectives as K, Fragment as Z, renderList as Q, vShow as P, createCommentVNode as E, withModifiers as W, createBlock as X, resolveDynamicComponent as Y } from "vue";
3
- import { I as e1 } from "./IconChevronDown-CGhvmJB-.js";
3
+ import { I as e1 } from "./IconChevronDown-DGC3CCge.js";
4
4
  const t1 = {}, o1 = {
5
5
  xmlns: "http://www.w3.org/2000/svg",
6
6
  viewBox: "0 0 24 24",
@@ -377,7 +377,7 @@ function G1(e, t, o, a, r, n) {
377
377
  ])
378
378
  ]);
379
379
  }
380
- const W1 = /* @__PURE__ */ _(F1, [["render", G1], ["__scopeId", "data-v-98158745"]]);
380
+ const W1 = /* @__PURE__ */ _(F1, [["render", G1], ["__scopeId", "data-v-68620ef3"]]);
381
381
  export {
382
382
  W1 as default
383
383
  };
package/dist/admin.js CHANGED
@@ -1,4 +1,4 @@
1
- import { j as f } from "./import-file-DrCqKPk3.js";
1
+ import { j as f } from "./import-file-B-xks7r_.js";
2
2
  export {
3
3
  f as default
4
4
  };