@teamco/ischeduler-shadcn 2.0.1
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/index.cjs.js +41 -0
- package/dist/index.d.ts +1 -0
- package/dist/index.es.js +9391 -0
- package/dist/shadcn/src/components/Scheduler.d.ts +13 -0
- package/dist/shadcn/src/components/Scheduler.d.ts.map +1 -0
- package/dist/shadcn/src/components/SchedulerDrawerButton.d.ts +15 -0
- package/dist/shadcn/src/components/SchedulerDrawerButton.d.ts.map +1 -0
- package/dist/shadcn/src/components/SchedulersList.d.ts +12 -0
- package/dist/shadcn/src/components/SchedulersList.d.ts.map +1 -0
- package/dist/shadcn/src/components/behaviors/AfterBehavior.d.ts +10 -0
- package/dist/shadcn/src/components/behaviors/AfterBehavior.d.ts.map +1 -0
- package/dist/shadcn/src/components/behaviors/MonthlyBehavior.d.ts +13 -0
- package/dist/shadcn/src/components/behaviors/MonthlyBehavior.d.ts.map +1 -0
- package/dist/shadcn/src/components/behaviors/OnThisDayBehavior.d.ts +11 -0
- package/dist/shadcn/src/components/behaviors/OnThisDayBehavior.d.ts.map +1 -0
- package/dist/shadcn/src/components/behaviors/WeeklyBehavior.d.ts +12 -0
- package/dist/shadcn/src/components/behaviors/WeeklyBehavior.d.ts.map +1 -0
- package/dist/shadcn/src/components/behaviors/YearlyBehavior.d.ts +15 -0
- package/dist/shadcn/src/components/behaviors/YearlyBehavior.d.ts.map +1 -0
- package/dist/shadcn/src/components/internal/CheckboxButton.d.ts +18 -0
- package/dist/shadcn/src/components/internal/CheckboxButton.d.ts.map +1 -0
- package/dist/shadcn/src/components/internal/DeleteAction.d.ts +9 -0
- package/dist/shadcn/src/components/internal/DeleteAction.d.ts.map +1 -0
- package/dist/shadcn/src/components/internal/DrawerEditAction.d.ts +9 -0
- package/dist/shadcn/src/components/internal/DrawerEditAction.d.ts.map +1 -0
- package/dist/shadcn/src/components/internal/Duration.d.ts +17 -0
- package/dist/shadcn/src/components/internal/Duration.d.ts.map +1 -0
- package/dist/shadcn/src/components/internal/HideColumns.d.ts +14 -0
- package/dist/shadcn/src/components/internal/HideColumns.d.ts.map +1 -0
- package/dist/shadcn/src/components/internal/SaveButton.d.ts +13 -0
- package/dist/shadcn/src/components/internal/SaveButton.d.ts.map +1 -0
- package/dist/shadcn/src/components/internal/StatusTag.d.ts +8 -0
- package/dist/shadcn/src/components/internal/StatusTag.d.ts.map +1 -0
- package/dist/shadcn/src/components/internal/Toolbar.d.ts +14 -0
- package/dist/shadcn/src/components/internal/Toolbar.d.ts.map +1 -0
- package/dist/shadcn/src/components/metadata/metadata.handlers.d.ts +4 -0
- package/dist/shadcn/src/components/metadata/metadata.handlers.d.ts.map +1 -0
- package/dist/shadcn/src/components/metadata/schedulersList.metadata.d.ts +23 -0
- package/dist/shadcn/src/components/metadata/schedulersList.metadata.d.ts.map +1 -0
- package/dist/shadcn/src/components/ui/badge.d.ts +8 -0
- package/dist/shadcn/src/components/ui/badge.d.ts.map +1 -0
- package/dist/shadcn/src/components/ui/button.d.ts +9 -0
- package/dist/shadcn/src/components/ui/button.d.ts.map +1 -0
- package/dist/shadcn/src/components/ui/calendar.d.ts +9 -0
- package/dist/shadcn/src/components/ui/calendar.d.ts.map +1 -0
- package/dist/shadcn/src/components/ui/dialog.d.ts +19 -0
- package/dist/shadcn/src/components/ui/dialog.d.ts.map +1 -0
- package/dist/shadcn/src/components/ui/dropdown-menu.d.ts +27 -0
- package/dist/shadcn/src/components/ui/dropdown-menu.d.ts.map +1 -0
- package/dist/shadcn/src/components/ui/input.d.ts +6 -0
- package/dist/shadcn/src/components/ui/input.d.ts.map +1 -0
- package/dist/shadcn/src/components/ui/label.d.ts +4 -0
- package/dist/shadcn/src/components/ui/label.d.ts.map +1 -0
- package/dist/shadcn/src/components/ui/popover.d.ts +6 -0
- package/dist/shadcn/src/components/ui/popover.d.ts.map +1 -0
- package/dist/shadcn/src/components/ui/select.d.ts +13 -0
- package/dist/shadcn/src/components/ui/select.d.ts.map +1 -0
- package/dist/shadcn/src/components/ui/sheet.d.ts +24 -0
- package/dist/shadcn/src/components/ui/sheet.d.ts.map +1 -0
- package/dist/shadcn/src/components/ui/table.d.ts +11 -0
- package/dist/shadcn/src/components/ui/table.d.ts.map +1 -0
- package/dist/shadcn/src/components/ui/tabs.d.ts +7 -0
- package/dist/shadcn/src/components/ui/tabs.d.ts.map +1 -0
- package/dist/shadcn/src/components/ui/tooltip.d.ts +7 -0
- package/dist/shadcn/src/components/ui/tooltip.d.ts.map +1 -0
- package/dist/shadcn/src/index.d.ts +7 -0
- package/dist/shadcn/src/index.d.ts.map +1 -0
- package/dist/shadcn/src/lib/utils.d.ts +3 -0
- package/dist/shadcn/src/lib/utils.d.ts.map +1 -0
- package/dist/shadcn/src/utils/table.util.d.ts +14 -0
- package/dist/shadcn/src/utils/table.util.d.ts.map +1 -0
- package/package.json +73 -0
|
@@ -0,0 +1,14 @@
|
|
|
1
|
+
import type { IScheduler } from '@teamco/ischeduler-core';
|
|
2
|
+
export declare const indexable: (data: IScheduler[]) => any[];
|
|
3
|
+
export declare const indexColumn: () => {
|
|
4
|
+
title: string;
|
|
5
|
+
dataIndex: string;
|
|
6
|
+
key: string;
|
|
7
|
+
width: string;
|
|
8
|
+
};
|
|
9
|
+
export declare const actionField: (t: (key: string) => string) => {
|
|
10
|
+
title: string;
|
|
11
|
+
key: string;
|
|
12
|
+
width: string;
|
|
13
|
+
};
|
|
14
|
+
//# sourceMappingURL=table.util.d.ts.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"table.util.d.ts","sourceRoot":"","sources":["table.util.tsx"],"names":[],"mappings":"AAAA,OAAO,KAAK,EAAE,UAAU,EAAE,MAAM,yBAAyB,CAAC;AAE1D,eAAO,MAAM,SAAS,SAAU,UAAU,EAAE,UAM3C,CAAC;AAEF,eAAO,MAAM,WAAW;;;;;CAKtB,CAAC;AAEH,eAAO,MAAM,WAAW,YAAa,MAAM,KAAK,MAAM;;;;CAIpD,CAAC"}
|
package/package.json
ADDED
|
@@ -0,0 +1,73 @@
|
|
|
1
|
+
{
|
|
2
|
+
"name": "@teamco/ischeduler-shadcn",
|
|
3
|
+
"version": "2.0.1",
|
|
4
|
+
"description": "iScheduler UI components for React + shadcn/ui (Radix UI + Tailwind)",
|
|
5
|
+
"license": "MIT",
|
|
6
|
+
"repository": {
|
|
7
|
+
"type": "git",
|
|
8
|
+
"url": "git+https://github.com/teamco/ischeduler.git"
|
|
9
|
+
},
|
|
10
|
+
"author": "Vladimir Tkach",
|
|
11
|
+
"publishConfig": {
|
|
12
|
+
"access": "public"
|
|
13
|
+
},
|
|
14
|
+
"keywords": [
|
|
15
|
+
"react",
|
|
16
|
+
"shadcn",
|
|
17
|
+
"radix-ui",
|
|
18
|
+
"tailwind",
|
|
19
|
+
"scheduler",
|
|
20
|
+
"recurring events"
|
|
21
|
+
],
|
|
22
|
+
"type": "module",
|
|
23
|
+
"main": "dist/index.cjs.js",
|
|
24
|
+
"module": "dist/index.es.js",
|
|
25
|
+
"types": "dist/index.d.ts",
|
|
26
|
+
"files": [
|
|
27
|
+
"dist"
|
|
28
|
+
],
|
|
29
|
+
"scripts": {
|
|
30
|
+
"build": "tsc -p tsconfig.build.json --noEmit && vite build",
|
|
31
|
+
"test": "vitest run --passWithNoTests",
|
|
32
|
+
"test:watch": "vitest",
|
|
33
|
+
"lint": "eslint src/",
|
|
34
|
+
"format": "prettier --write \"src/**/*.{ts,tsx}\""
|
|
35
|
+
},
|
|
36
|
+
"peerDependencies": {
|
|
37
|
+
"@radix-ui/react-accordion": "^1",
|
|
38
|
+
"@radix-ui/react-checkbox": "^1",
|
|
39
|
+
"@radix-ui/react-dialog": "^1",
|
|
40
|
+
"@radix-ui/react-dropdown-menu": "^2",
|
|
41
|
+
"@radix-ui/react-label": "^2",
|
|
42
|
+
"@radix-ui/react-popover": "^1",
|
|
43
|
+
"@radix-ui/react-radio-group": "^1",
|
|
44
|
+
"@radix-ui/react-select": "^2",
|
|
45
|
+
"@radix-ui/react-slot": "^1",
|
|
46
|
+
"@radix-ui/react-switch": "^1",
|
|
47
|
+
"@radix-ui/react-tabs": "^1",
|
|
48
|
+
"@radix-ui/react-tooltip": "^1",
|
|
49
|
+
"@teamco/ischeduler-core": "*",
|
|
50
|
+
"dayjs": "^1.11.20",
|
|
51
|
+
"lucide-react": "^0.400.0",
|
|
52
|
+
"react": "^19.2.4",
|
|
53
|
+
"react-dom": "^19.2.4",
|
|
54
|
+
"tailwindcss": "^3 || ^4"
|
|
55
|
+
},
|
|
56
|
+
"dependencies": {
|
|
57
|
+
"@radix-ui/react-separator": "^1.1.8",
|
|
58
|
+
"class-variance-authority": "^0.7.0",
|
|
59
|
+
"classnames": "^2.5.1",
|
|
60
|
+
"clsx": "^2.1.1",
|
|
61
|
+
"date-fns": "^3.6.0",
|
|
62
|
+
"react-day-picker": "^8.10.1",
|
|
63
|
+
"tailwind-merge": "^2.3.0"
|
|
64
|
+
},
|
|
65
|
+
"devDependencies": {
|
|
66
|
+
"@teamco/ischeduler-core": "*",
|
|
67
|
+
"dayjs": "^1.11.20",
|
|
68
|
+
"jsdom": "^29.0.0",
|
|
69
|
+
"vite": "^8.0.0",
|
|
70
|
+
"vite-plugin-dts": "^1.0.5",
|
|
71
|
+
"vitest": "^4.1.0"
|
|
72
|
+
}
|
|
73
|
+
}
|