@26lights/orcha 0.36.7 → 0.36.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/dist/locales/en/translation.json +1 -0
- package/dist/orcha.cjs.js +5 -1
- package/dist/orcha.css +1 -1
- package/dist/orcha.es.js +5000 -4017
- package/dist/orcha.umd.js +6 -2
- package/dist/src/components/AoCardProjectItemMilestone.vue.d.ts +1 -1
- package/dist/src/views/AoProjectOverviewMilestoneDetails.vue.d.ts +1 -1
- package/package.json +4 -3
|
@@ -1,4 +1,4 @@
|
|
|
1
|
-
import {
|
|
1
|
+
import { type Activity, ActivityStatus, UpdateMilestonePayload, type User } from '../types';
|
|
2
2
|
declare const _default: __VLS_WithTemplateSlots<import("vue").DefineComponent<{
|
|
3
3
|
id: {
|
|
4
4
|
type: import("vue").PropType<string>;
|
|
@@ -1,4 +1,4 @@
|
|
|
1
|
-
import { type
|
|
1
|
+
import { type ActivityStatus, type AddActivityPayload, type Phase, type UpdateActivityPayload, type UpdateMilestonePayload, type User } from '../types';
|
|
2
2
|
declare const _default: import("vue").DefineComponent<{
|
|
3
3
|
milestoneId: {
|
|
4
4
|
type: import("vue").PropType<string>;
|
package/package.json
CHANGED
|
@@ -4,7 +4,7 @@
|
|
|
4
4
|
"type": "module",
|
|
5
5
|
"license": "CC-BY-NC-ND-4.0",
|
|
6
6
|
"author": "26lights <dev@26lights.com> (https://www.26lights.com)",
|
|
7
|
-
"version": "0.36.
|
|
7
|
+
"version": "0.36.8",
|
|
8
8
|
"workspaces": [
|
|
9
9
|
"packages/*"
|
|
10
10
|
],
|
|
@@ -27,7 +27,7 @@
|
|
|
27
27
|
"vuedraggable": "~4.1.0"
|
|
28
28
|
},
|
|
29
29
|
"dependencies": {
|
|
30
|
-
"@26lights/orcha": "^0.36.
|
|
30
|
+
"@26lights/orcha": "^0.36.8",
|
|
31
31
|
"@floating-ui/dom": "^1.5.3",
|
|
32
32
|
"@vueform/multiselect": "^2.6.6",
|
|
33
33
|
"@vueuse/core": "^10.8.0",
|
|
@@ -35,7 +35,8 @@
|
|
|
35
35
|
"i18next": "^23.2.8",
|
|
36
36
|
"i18next-http-backend": "^2.2.1",
|
|
37
37
|
"i18next-vue": "^2.2.1",
|
|
38
|
-
"lexorank": "^1.0.5"
|
|
38
|
+
"lexorank": "^1.0.5",
|
|
39
|
+
"vue-color-kit": "^1.0.6"
|
|
39
40
|
},
|
|
40
41
|
"devDependencies": {
|
|
41
42
|
"@histoire/plugin-vue": "^0.17.1",
|