@26lights/orcha 0.9.15 → 0.9.17
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/orcha.cjs.js +1 -1
- package/dist/orcha.css +1 -1
- package/dist/orcha.es.js +1602 -1598
- package/dist/orcha.umd.js +2 -2
- package/dist/src/components/AoActivityTasks.vue.d.ts +1 -1
- package/dist/src/types/index.d.ts +1 -0
- package/package.json +1 -1
|
@@ -1,4 +1,4 @@
|
|
|
1
|
-
import { type Subtask, type UpdateSubtaskFieldPayload, type AddSubtaskPayload, User } from '../types';
|
|
1
|
+
import { type Subtask, type UpdateSubtaskFieldPayload, type AddSubtaskPayload, type User } from '../types';
|
|
2
2
|
declare const _default: import("vue").DefineComponent<{
|
|
3
3
|
activityId: {
|
|
4
4
|
type: import("vue").PropType<string>;
|