@live-change/frontend-template 0.9.198 → 0.9.200

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 (71) hide show
  1. package/.claude/rules/live-change-backend-actions-views-triggers.md +246 -0
  2. package/.claude/rules/live-change-backend-architecture.md +126 -0
  3. package/.claude/rules/live-change-backend-event-sourcing.md +186 -0
  4. package/.claude/rules/live-change-backend-models-and-relations.md +260 -0
  5. package/.claude/rules/live-change-frontend-vue-primevue.md +317 -0
  6. package/.claude/rules/live-change-service-structure.md +89 -0
  7. package/.claude/settings.json +32 -0
  8. package/.claude/skills/create-skills-and-rules/SKILL.md +248 -0
  9. package/.claude/skills/create-skills-and-rules.md +196 -0
  10. package/.claude/skills/live-change-backend-change-triggers/SKILL.md +186 -0
  11. package/.claude/skills/live-change-design-actions-views-triggers/SKILL.md +462 -0
  12. package/.claude/skills/live-change-design-actions-views-triggers.md +190 -0
  13. package/.claude/skills/live-change-design-models-relations/SKILL.md +230 -0
  14. package/.claude/skills/live-change-design-models-relations.md +173 -0
  15. package/.claude/skills/live-change-design-service/SKILL.md +133 -0
  16. package/.claude/skills/live-change-design-service.md +132 -0
  17. package/.claude/skills/live-change-frontend-accessible-objects/SKILL.md +384 -0
  18. package/.claude/skills/live-change-frontend-accessible-objects.md +383 -0
  19. package/.claude/skills/live-change-frontend-action-buttons/SKILL.md +129 -0
  20. package/.claude/skills/live-change-frontend-action-buttons.md +128 -0
  21. package/.claude/skills/live-change-frontend-action-form/SKILL.md +149 -0
  22. package/.claude/skills/live-change-frontend-action-form.md +143 -0
  23. package/.claude/skills/live-change-frontend-analytics/SKILL.md +147 -0
  24. package/.claude/skills/live-change-frontend-analytics.md +146 -0
  25. package/.claude/skills/live-change-frontend-command-forms/SKILL.md +216 -0
  26. package/.claude/skills/live-change-frontend-command-forms.md +215 -0
  27. package/.claude/skills/live-change-frontend-data-views/SKILL.md +183 -0
  28. package/.claude/skills/live-change-frontend-data-views.md +182 -0
  29. package/.claude/skills/live-change-frontend-editor-form/SKILL.md +240 -0
  30. package/.claude/skills/live-change-frontend-editor-form.md +177 -0
  31. package/.claude/skills/live-change-frontend-locale-time/SKILL.md +172 -0
  32. package/.claude/skills/live-change-frontend-locale-time.md +171 -0
  33. package/.claude/skills/live-change-frontend-page-list-detail/SKILL.md +201 -0
  34. package/.claude/skills/live-change-frontend-page-list-detail.md +200 -0
  35. package/.claude/skills/live-change-frontend-range-list/SKILL.md +129 -0
  36. package/.claude/skills/live-change-frontend-range-list.md +128 -0
  37. package/.claude/skills/live-change-frontend-ssr-setup/SKILL.md +119 -0
  38. package/.claude/skills/live-change-frontend-ssr-setup.md +118 -0
  39. package/.cursor/rules/live-change-backend-actions-views-triggers.mdc +290 -0
  40. package/.cursor/rules/live-change-backend-architecture.mdc +131 -0
  41. package/.cursor/rules/live-change-backend-event-sourcing.mdc +185 -0
  42. package/.cursor/rules/live-change-backend-models-and-relations.mdc +256 -0
  43. package/.cursor/rules/live-change-frontend-vue-primevue.mdc +290 -0
  44. package/.cursor/rules/live-change-service-structure.mdc +107 -0
  45. package/.cursor/skills/create-skills-and-rules.md +248 -0
  46. package/.cursor/skills/live-change-backend-change-triggers.md +186 -0
  47. package/.cursor/skills/live-change-design-actions-views-triggers.md +296 -0
  48. package/.cursor/skills/live-change-design-models-relations.md +230 -0
  49. package/.cursor/skills/live-change-design-service.md +76 -0
  50. package/.cursor/skills/live-change-frontend-accessible-objects.md +384 -0
  51. package/.cursor/skills/live-change-frontend-action-buttons.md +129 -0
  52. package/.cursor/skills/live-change-frontend-action-form.md +149 -0
  53. package/.cursor/skills/live-change-frontend-analytics.md +147 -0
  54. package/.cursor/skills/live-change-frontend-command-forms.md +216 -0
  55. package/.cursor/skills/live-change-frontend-data-views.md +183 -0
  56. package/.cursor/skills/live-change-frontend-editor-form.md +240 -0
  57. package/.cursor/skills/live-change-frontend-locale-time.md +172 -0
  58. package/.cursor/skills/live-change-frontend-page-list-detail.md +201 -0
  59. package/.cursor/skills/live-change-frontend-range-list.md +129 -0
  60. package/.cursor/skills/live-change-frontend-ssr-setup.md +120 -0
  61. package/README.md +71 -0
  62. package/front/src/router.js +2 -1
  63. package/opencode.json +10 -0
  64. package/package.json +52 -50
  65. package/server/app.config.js +35 -0
  66. package/server/services.list.js +2 -0
  67. package/.nx/workspace-data/file-map.json +0 -195
  68. package/.nx/workspace-data/nx_files.nxt +0 -0
  69. package/.nx/workspace-data/project-graph.json +0 -8
  70. package/.nx/workspace-data/project-graph.lock +0 -0
  71. package/.nx/workspace-data/source-maps.json +0 -1
@@ -1,195 +0,0 @@
1
- {
2
- "version": "6.0",
3
- "nxVersion": "20.8.2",
4
- "pathMappings": {},
5
- "nxJsonPlugins": [],
6
- "fileMap": {
7
- "projectFileMap": {},
8
- "nonProjectFiles": [
9
- {
10
- "file": ".gitignore",
11
- "hash": "6515931634565451229"
12
- },
13
- {
14
- "file": "Dockerfile",
15
- "hash": "121979560174086840"
16
- },
17
- {
18
- "file": "LICENSE",
19
- "hash": "10221119794387200971"
20
- },
21
- {
22
- "file": "data/.placeholder",
23
- "hash": "3244421341483603138"
24
- },
25
- {
26
- "file": "dev.Dockerfile",
27
- "hash": "12404327134398031706"
28
- },
29
- {
30
- "file": "docker/app.initd.sh",
31
- "hash": "5689466769238316025"
32
- },
33
- {
34
- "file": "docker/build-and-upload.sh",
35
- "hash": "417670481237399882"
36
- },
37
- {
38
- "file": "docker/build-docker-and-upload.sh",
39
- "hash": "10415899014440850502"
40
- },
41
- {
42
- "file": "docker/commit-new-version.sh",
43
- "hash": "5160018103227051012"
44
- },
45
- {
46
- "file": "docker/k8s-rsync-helper.sh",
47
- "hash": "12840580596915123557"
48
- },
49
- {
50
- "file": "docker/onlyDependencies.js",
51
- "hash": "13135394580253028435"
52
- },
53
- {
54
- "file": "docker/parse-args-and-config.sh",
55
- "hash": "13923189966979506571"
56
- },
57
- {
58
- "file": "docker/restore-backup-with-service.sh",
59
- "hash": "10918919254951884109"
60
- },
61
- {
62
- "file": "docker/restore-backup.sh",
63
- "hash": "17157081294258412437"
64
- },
65
- {
66
- "file": "docker/start-service.sh",
67
- "hash": "13107251553503965386"
68
- },
69
- {
70
- "file": "docker/upload-backup-and-restore.sh",
71
- "hash": "16296194178343837935"
72
- },
73
- {
74
- "file": "front/index.html",
75
- "hash": "3170363056965810468"
76
- },
77
- {
78
- "file": "front/locales/en.js",
79
- "hash": "8992398117446253297"
80
- },
81
- {
82
- "file": "front/locales/en.json",
83
- "hash": "7756539891184290419"
84
- },
85
- {
86
- "file": "front/public/favicon.ico",
87
- "hash": "11176796980188620760"
88
- },
89
- {
90
- "file": "front/public/images/empty-photo.svg",
91
- "hash": "9393138513813369674"
92
- },
93
- {
94
- "file": "front/public/images/empty-user-photo.svg",
95
- "hash": "17548039285248668212"
96
- },
97
- {
98
- "file": "front/public/images/logo.svg",
99
- "hash": "5934164668360941413"
100
- },
101
- {
102
- "file": "front/public/images/logo128.png",
103
- "hash": "4924117807669085214"
104
- },
105
- {
106
- "file": "front/src/App.vue",
107
- "hash": "11943486175633065633"
108
- },
109
- {
110
- "file": "front/src/Index.vue",
111
- "hash": "10288195062045076599"
112
- },
113
- {
114
- "file": "front/src/analytics/index.js",
115
- "hash": "492811393913301668"
116
- },
117
- {
118
- "file": "front/src/components/Clock.vue",
119
- "hash": "3593958769210425701"
120
- },
121
- {
122
- "file": "front/src/components/NavBar.vue",
123
- "hash": "8794971727282858242"
124
- },
125
- {
126
- "file": "front/src/config.js",
127
- "hash": "11550156468258766293"
128
- },
129
- {
130
- "file": "front/src/entry-client.js",
131
- "hash": "1218837904372604167"
132
- },
133
- {
134
- "file": "front/src/entry-server.js",
135
- "hash": "406370987563099630"
136
- },
137
- {
138
- "file": "front/src/router.js",
139
- "hash": "13294193569918029402"
140
- },
141
- {
142
- "file": "front/tsconfig.json",
143
- "hash": "6166366661637344199"
144
- },
145
- {
146
- "file": "front/tsconfig.node.json",
147
- "hash": "4208030242441905014"
148
- },
149
- {
150
- "file": "front/vite.config.ts",
151
- "hash": "9842187989112314066"
152
- },
153
- {
154
- "file": "index.js",
155
- "hash": "11269213519712721017"
156
- },
157
- {
158
- "file": "package.json",
159
- "hash": "8113744260716147283"
160
- },
161
- {
162
- "file": "server/app.config.js",
163
- "hash": "11667286885984348384"
164
- },
165
- {
166
- "file": "server/init.js",
167
- "hash": "16775016632273161558"
168
- },
169
- {
170
- "file": "server/page.documentType.js",
171
- "hash": "4319267302010918354"
172
- },
173
- {
174
- "file": "server/security.config.js",
175
- "hash": "6483730663450187822"
176
- },
177
- {
178
- "file": "server/services.list.js",
179
- "hash": "200506645507476910"
180
- },
181
- {
182
- "file": "server/start.js",
183
- "hash": "17392699231217975998"
184
- },
185
- {
186
- "file": "start-dev-docker.sh",
187
- "hash": "1356997101209839594"
188
- },
189
- {
190
- "file": "tsconfig.json",
191
- "hash": "14656447440708893958"
192
- }
193
- ]
194
- }
195
- }
Binary file
@@ -1,8 +0,0 @@
1
- {
2
- "nodes": {},
3
- "externalNodes": {},
4
- "dependencies": {},
5
- "version": "6.0",
6
- "errors": [],
7
- "computedAt": 1751566597168
8
- }
File without changes
@@ -1 +0,0 @@
1
- {}