@industry-theme/backlogmd-kanban-panel 1.0.34 → 1.0.35
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/panels/TaskDetailPanel.d.ts.map +1 -1
- package/dist/panels/kanban/components/TaskCard.d.ts.map +1 -1
- package/dist/panels.bundle.js +317 -268
- package/dist/panels.bundle.js.map +1 -1
- package/package.json +1 -1
- package/dist/panels/KanbanPanel.stories.d.ts +0 -21
- package/dist/panels/KanbanPanel.stories.d.ts.map +0 -1
- package/dist/panels/TaskDetailPanel.stories.d.ts +0 -26
- package/dist/panels/TaskDetailPanel.stories.d.ts.map +0 -1
- package/dist/panels/kanban/components/TaskCard.stories.d.ts +0 -31
- package/dist/panels/kanban/components/TaskCard.stories.d.ts.map +0 -1
package/package.json
CHANGED
|
@@ -1,21 +0,0 @@
|
|
|
1
|
-
import React from 'react';
|
|
2
|
-
import type { StoryObj } from '@storybook/react-vite';
|
|
3
|
-
declare const meta: {
|
|
4
|
-
title: string;
|
|
5
|
-
component: React.FC<import("@principal-ade/panel-framework-core").PanelComponentProps>;
|
|
6
|
-
parameters: {
|
|
7
|
-
layout: string;
|
|
8
|
-
};
|
|
9
|
-
decorators: ((Story: import("storybook/internal/csf").PartialStoryFn<import("@storybook/react").ReactRenderer, {
|
|
10
|
-
context: import("@principal-ade/panel-framework-core").PanelContextValue;
|
|
11
|
-
actions: import("@principal-ade/panel-framework-core").PanelActions;
|
|
12
|
-
events: import("@principal-ade/panel-framework-core").PanelEventEmitter;
|
|
13
|
-
}>) => import("react/jsx-runtime").JSX.Element)[];
|
|
14
|
-
tags: string[];
|
|
15
|
-
};
|
|
16
|
-
export default meta;
|
|
17
|
-
type Story = StoryObj<typeof meta>;
|
|
18
|
-
export declare const EmptyState: Story;
|
|
19
|
-
export declare const WithMockData: Story;
|
|
20
|
-
export declare const MilestonesView: Story;
|
|
21
|
-
//# sourceMappingURL=KanbanPanel.stories.d.ts.map
|
|
@@ -1 +0,0 @@
|
|
|
1
|
-
{"version":3,"file":"KanbanPanel.stories.d.ts","sourceRoot":"","sources":["../../src/panels/KanbanPanel.stories.tsx"],"names":[],"mappings":"AAAA,OAAO,KAAK,MAAM,OAAO,CAAC;AAC1B,OAAO,KAAK,EAAQ,QAAQ,EAAE,MAAM,uBAAuB,CAAC;AAe5D,QAAA,MAAM,IAAI;;;;;;;;;;;;CAkB0B,CAAC;AAErC,eAAe,IAAI,CAAC;AACpB,KAAK,KAAK,GAAG,QAAQ,CAAC,OAAO,IAAI,CAAC,CAAC;AA+LnC,eAAO,MAAM,UAAU,EAAE,KA0BxB,CAAC;AAKF,eAAO,MAAM,YAAY,EAAE,KAc1B,CAAC;AAEF,eAAO,MAAM,cAAc,EAAE,KAc5B,CAAC"}
|
|
@@ -1,26 +0,0 @@
|
|
|
1
|
-
import React from 'react';
|
|
2
|
-
import type { StoryObj } from '@storybook/react-vite';
|
|
3
|
-
declare const meta: {
|
|
4
|
-
title: string;
|
|
5
|
-
component: React.FC<import("./TaskDetailPanel").TaskDetailPanelProps>;
|
|
6
|
-
parameters: {
|
|
7
|
-
layout: string;
|
|
8
|
-
};
|
|
9
|
-
decorators: ((Story: import("storybook/internal/csf").PartialStoryFn<import("@storybook/react").ReactRenderer, {
|
|
10
|
-
config?: import("./TaskDetailPanel").TaskDetailPanelConfig | undefined;
|
|
11
|
-
context: import("@principal-ade/panel-framework-core").PanelContextValue;
|
|
12
|
-
actions: import("@principal-ade/panel-framework-core").PanelActions;
|
|
13
|
-
events: import("@principal-ade/panel-framework-core").PanelEventEmitter;
|
|
14
|
-
}>) => import("react/jsx-runtime").JSX.Element)[];
|
|
15
|
-
tags: string[];
|
|
16
|
-
};
|
|
17
|
-
export default meta;
|
|
18
|
-
type Story = StoryObj<typeof meta>;
|
|
19
|
-
export declare const EmptyState: Story;
|
|
20
|
-
export declare const WithSelectedTask: Story;
|
|
21
|
-
export declare const HighPriorityTask: Story;
|
|
22
|
-
export declare const MinimalTask: Story;
|
|
23
|
-
export declare const TaskWithBranch: Story;
|
|
24
|
-
export declare const TaskWithGitHubIssue: Story;
|
|
25
|
-
export declare const TaskWithClaudeWorkflow: Story;
|
|
26
|
-
//# sourceMappingURL=TaskDetailPanel.stories.d.ts.map
|
|
@@ -1 +0,0 @@
|
|
|
1
|
-
{"version":3,"file":"TaskDetailPanel.stories.d.ts","sourceRoot":"","sources":["../../src/panels/TaskDetailPanel.stories.tsx"],"names":[],"mappings":"AAAA,OAAO,KAAoB,MAAM,OAAO,CAAC;AACzC,OAAO,KAAK,EAAQ,QAAQ,EAAE,MAAM,uBAAuB,CAAC;AAU5D,QAAA,MAAM,IAAI;;;;;;;;;;;;;CAkB8B,CAAC;AAEzC,eAAe,IAAI,CAAC;AACpB,KAAK,KAAK,GAAG,QAAQ,CAAC,OAAO,IAAI,CAAC,CAAC;AAoFnC,eAAO,MAAM,UAAU,EAAE,KAaxB,CAAC;AAQF,eAAO,MAAM,gBAAgB,EAAE,KAoB9B,CAAC;AAEF,eAAO,MAAM,gBAAgB,EAAE,KA6B9B,CAAC;AAEF,eAAO,MAAM,WAAW,EAAE,KA4BzB,CAAC;AAEF,eAAO,MAAM,cAAc,EAAE,KA2B5B,CAAC;AAEF,eAAO,MAAM,mBAAmB,EAAE,KA4BjC,CAAC;AAEF,eAAO,MAAM,sBAAsB,EAAE,KA2CpC,CAAC"}
|
|
@@ -1,31 +0,0 @@
|
|
|
1
|
-
import React from 'react';
|
|
2
|
-
import type { StoryObj } from '@storybook/react-vite';
|
|
3
|
-
import type { Task } from '@backlog-md/core';
|
|
4
|
-
declare const meta: {
|
|
5
|
-
title: string;
|
|
6
|
-
component: React.FC<import("./TaskCard").TaskCardProps>;
|
|
7
|
-
parameters: {
|
|
8
|
-
layout: string;
|
|
9
|
-
};
|
|
10
|
-
decorators: ((Story: import("storybook/internal/csf").PartialStoryFn<import("@storybook/react").ReactRenderer, {
|
|
11
|
-
task: Task;
|
|
12
|
-
onClick?: ((task: Task) => void) | undefined;
|
|
13
|
-
isDragOverlay?: boolean | undefined;
|
|
14
|
-
isSelected?: boolean | undefined;
|
|
15
|
-
}>) => import("react/jsx-runtime").JSX.Element)[];
|
|
16
|
-
tags: string[];
|
|
17
|
-
};
|
|
18
|
-
export default meta;
|
|
19
|
-
type Story = StoryObj<typeof meta>;
|
|
20
|
-
export declare const Default: Story;
|
|
21
|
-
export declare const WithDescription: Story;
|
|
22
|
-
export declare const HighPriority: Story;
|
|
23
|
-
export declare const MediumPriority: Story;
|
|
24
|
-
export declare const LowPriority: Story;
|
|
25
|
-
export declare const WithAssignees: Story;
|
|
26
|
-
export declare const WithLabels: Story;
|
|
27
|
-
export declare const WithGitHubIssue: Story;
|
|
28
|
-
export declare const WithMultipleReferences: Story;
|
|
29
|
-
export declare const Selected: Story;
|
|
30
|
-
export declare const FullFeatured: Story;
|
|
31
|
-
//# sourceMappingURL=TaskCard.stories.d.ts.map
|
|
@@ -1 +0,0 @@
|
|
|
1
|
-
{"version":3,"file":"TaskCard.stories.d.ts","sourceRoot":"","sources":["../../../../src/panels/kanban/components/TaskCard.stories.tsx"],"names":[],"mappings":"AAAA,OAAO,KAAK,MAAM,OAAO,CAAC;AAC1B,OAAO,KAAK,EAAQ,QAAQ,EAAE,MAAM,uBAAuB,CAAC;AAG5D,OAAO,KAAK,EAAE,IAAI,EAAE,MAAM,kBAAkB,CAAC;AAE7C,QAAA,MAAM,IAAI;;;;;;;;;;;;;CAgBuB,CAAC;AAElC,eAAe,IAAI,CAAC;AACpB,KAAK,KAAK,GAAG,QAAQ,CAAC,OAAO,IAAI,CAAC,CAAC;AAYnC,eAAO,MAAM,OAAO,EAAE,KAIrB,CAAC;AAEF,eAAO,MAAM,eAAe,EAAE,KAQ7B,CAAC;AAEF,eAAO,MAAM,YAAY,EAAE,KAU1B,CAAC;AAEF,eAAO,MAAM,cAAc,EAAE,KAU5B,CAAC;AAEF,eAAO,MAAM,WAAW,EAAE,KAUzB,CAAC;AAEF,eAAO,MAAM,aAAa,EAAE,KAS3B,CAAC;AAEF,eAAO,MAAM,UAAU,EAAE,KASxB,CAAC;AAEF,eAAO,MAAM,eAAe,EAAE,KAoB7B,CAAC;AAEF,eAAO,MAAM,sBAAsB,EAAE,KAsBpC,CAAC;AAEF,eAAO,MAAM,QAAQ,EAAE,KAUtB,CAAC;AAEF,eAAO,MAAM,YAAY,EAAE,KAqB1B,CAAC"}
|