feat: init
Some checks failed
CodeQL / Analyze (javascript) (push) Has been cancelled
CodeQL / Analyze (python) (push) Has been cancelled

This commit is contained in:
chuan
2025-11-11 01:56:44 +08:00
commit bba4bb40c8
4638 changed files with 447437 additions and 0 deletions

View File

@@ -0,0 +1,2 @@
export * from "./root";
export * from "./workspace-active-cycles-upgrade";

View File

@@ -0,0 +1 @@
export * from "ce/components/active-cycles/root";

View File

@@ -0,0 +1 @@
export * from "ce/components/active-cycles/workspace-active-cycles-upgrade";

View File

@@ -0,0 +1 @@
export * from "ce/components/app-rail";

View File

@@ -0,0 +1 @@
export * from "ce/components/command-palette/modals";

View File

@@ -0,0 +1 @@
export * from "ce/components/comments";

View File

@@ -0,0 +1 @@
export * from "ce/components/common/extended-app-header";

View File

@@ -0,0 +1 @@
export * from "./extended-app-header";

View File

@@ -0,0 +1 @@
export * from "ce/components/cycles/active-cycle";

View File

@@ -0,0 +1 @@
export * from "ce/components/cycles/analytics-sidebar";

View File

@@ -0,0 +1 @@
export * from "ce/components/cycles/end-cycle";

View File

@@ -0,0 +1,4 @@
export * from "./active-cycle";
export * from "./analytics-sidebar";
export * from "./end-cycle";
export * from "ce/components/cycles/additional-actions";

View File

@@ -0,0 +1 @@
export * from "ce/components/editor";

View File

@@ -0,0 +1 @@
export * from "ce/components/estimates/estimate-list-item-buttons";

View File

@@ -0,0 +1,3 @@
export * from "./estimate-list-item-buttons";
export * from "./update";
export * from "./points";

View File

@@ -0,0 +1 @@
export * from "ce/components/estimates/points/delete";

View File

@@ -0,0 +1 @@
export * from "./delete";

View File

@@ -0,0 +1 @@
export * from "./modal";

View File

@@ -0,0 +1 @@
export * from "ce/components/estimates/update/modal";

View File

@@ -0,0 +1 @@
export * from "ce/components/gantt-chart/blocks/block-row-list";

View File

@@ -0,0 +1 @@
export * from "ce/components/gantt-chart/blocks/blocks-list";

View File

@@ -0,0 +1 @@
export * from "ce/components/gantt-chart";

View File

@@ -0,0 +1 @@
export * from "ce/components/global";

View File

@@ -0,0 +1 @@
export const HomePageHeader = () => <></>;

View File

@@ -0,0 +1 @@
export * from "ce/components/home";

View File

@@ -0,0 +1 @@
export * from "ce/components/inbox/source-pill";

View File

@@ -0,0 +1 @@
export * from "ce/components/instance";

View File

@@ -0,0 +1 @@
export * from "ce/components/instance/maintenance-message";

View File

@@ -0,0 +1 @@
export * from "ce/components/pages";

View File

@@ -0,0 +1 @@
export * from "ce/components/projects/create/attributes";

View File

@@ -0,0 +1 @@
export * from "ce/components/projects/create/root";

View File

@@ -0,0 +1 @@
export * from "ce/components/projects/header";

View File

@@ -0,0 +1 @@
export * from "ce/components/projects/mobile-header";

View File

@@ -0,0 +1 @@
export * from "ce/components/projects/page";

View File

@@ -0,0 +1 @@
export { ProjectFeaturesList } from "@/components/project/settings/features-list";

View File

@@ -0,0 +1 @@
export * from "ce/components/projects/settings/useProjectColumns";

View File

@@ -0,0 +1 @@
export * from "ce/components/relations";

View File

@@ -0,0 +1 @@
export * from "ce/components/sidebar";

View File

@@ -0,0 +1 @@
export * from "ce/components/views/access-controller";

View File

@@ -0,0 +1 @@
export * from "ce/components/views/filters/access-filter";

View File

@@ -0,0 +1 @@
export * from "ce/components/views/publish";

View File

@@ -0,0 +1 @@
export * from "ce/components/workflow";

View File

@@ -0,0 +1 @@
export * from "ce/constants/editor";

View File

@@ -0,0 +1 @@
export * from "./sidebar-favorites";

View File

@@ -0,0 +1 @@
export * from "./settings";

View File

@@ -0,0 +1 @@
export * from "ce/constants/project/settings/features";

View File

@@ -0,0 +1 @@
export * from "./features";

View File

@@ -0,0 +1 @@
export * from "ce/constants/project/settings/tabs";

View File

@@ -0,0 +1 @@
export * from "ce/constants/sidebar-favorites";

View File

@@ -0,0 +1 @@
export * from "ce/helpers/command-palette";

View File

@@ -0,0 +1 @@
export * from "ce/helpers/epic-analytics";

View File

@@ -0,0 +1 @@
export * from "ce/helpers/instance.helper";

View File

@@ -0,0 +1 @@
export * from "ce/helpers/issue-action-helper";

View File

@@ -0,0 +1 @@
export * from "ce/helpers/issue-filter.helper";

View File

@@ -0,0 +1 @@
export * from "ce/helpers/project-settings";

View File

@@ -0,0 +1 @@
export * from "ce/helpers/workspace.helper";

View File

@@ -0,0 +1 @@
export * from "ce/hooks/store";

View File

@@ -0,0 +1 @@
export * from "@/plane-web/hooks/use-additional-editor-mention";

View File

@@ -0,0 +1 @@
export * from "ce/hooks/use-additional-favorite-item-details";

View File

@@ -0,0 +1 @@
export * from "ce/hooks/use-editor-flagging";

View File

@@ -0,0 +1 @@
export * from "ce/hooks/use-file-size";

View File

@@ -0,0 +1 @@
export * from "ce/hooks/use-issue-embed";

View File

@@ -0,0 +1 @@
export * from "ce/hooks/use-issue-properties";

View File

@@ -0,0 +1 @@
export * from "ce/hooks/use-page-flag";

View File

@@ -0,0 +1 @@
export * from "ce/layouts/project-wrapper";

View File

@@ -0,0 +1 @@
export * from "ce/layouts/workspace-wrapper";

View File

@@ -0,0 +1,2 @@
export * from "./project";
export * from "@/services/workspace.service";

View File

@@ -0,0 +1 @@
export * from "ce/services/project/estimate.service";

View File

@@ -0,0 +1 @@
export * from "./estimate.service";

View File

@@ -0,0 +1 @@
export * from "@/services/project/project-state.service";

View File

@@ -0,0 +1,9 @@
import type { IBaseAnalyticsStore } from "@/store/analytics.store";
import { BaseAnalyticsStore } from "@/store/analytics.store";
// eslint-disable-next-line @typescript-eslint/no-empty-object-type
export interface IAnalyticsStore extends IBaseAnalyticsStore {
//observables
}
export class AnalyticsStore extends BaseAnalyticsStore {}

View File

@@ -0,0 +1 @@
export * from "ce/store/command-palette.store";

View File

@@ -0,0 +1 @@
export * from "@/store/cycle.store";

View File

@@ -0,0 +1 @@
export * from "ce/store/estimates/estimate";

View File

@@ -0,0 +1 @@
export * from "ce/store/issue/helpers/base-issue.store";

View File

@@ -0,0 +1 @@
export * from "ce/store/issue/issue-details/activity.store";

View File

@@ -0,0 +1 @@
export * from "ce/store/issue/issue-details/root.store";

View File

@@ -0,0 +1 @@
export * from "ce/store/issue/team-views";

View File

@@ -0,0 +1 @@
export * from "ce/store/issue/team";

View File

@@ -0,0 +1 @@
export * from "ce/store/member/project-member.store";

View File

@@ -0,0 +1 @@
export * from "ce/store/project-inbox.store";

View File

@@ -0,0 +1 @@
export * from "ce/store/root.store";

View File

@@ -0,0 +1 @@
export * from "@/store/state.store";

View File

@@ -0,0 +1 @@
export * from "ce/store/timeline/base-timeline.store";

View File

@@ -0,0 +1 @@
export * from "ce/store/user/permission.store";

View File

@@ -0,0 +1,2 @@
export * from "./projects";
export * from "./issue-types";

View File

@@ -0,0 +1 @@
export * from "./issue-property-values.d";

View File

@@ -0,0 +1 @@
export * from "ce/types/issue-types/issue-property-values.d";

View File

@@ -0,0 +1 @@
export * from "./projects";

View File

@@ -0,0 +1 @@
export * from "ce/types/projects/projects";