ikoncomponents 1.5.1 → 1.5.2
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/bin.js +1 -1
- package/dist/commands/init.js +8 -2
- package/package.json +1 -1
- package/templates/default/ikoncomponents/action-menu/index.tsx +2 -2
- package/templates/default/ikoncomponents/alert-dialog/dialog-context.tsx +1 -1
- package/templates/default/ikoncomponents/alert-dialog/index.tsx +1 -1
- package/templates/default/ikoncomponents/app-breadcrumb/index.tsx +4 -4
- package/templates/default/ikoncomponents/big-calendar/big-calender-toolbar/index.tsx +1 -1
- package/templates/default/ikoncomponents/buttons/index.tsx +1 -1
- package/templates/default/ikoncomponents/combobox-input/index.tsx +3 -3
- package/templates/default/ikoncomponents/custom-combo-dropdown/index.tsx +5 -5
- package/templates/default/ikoncomponents/data-table/datatable-column-filter/index.tsx +2 -2
- package/templates/default/ikoncomponents/data-table/datatable-faceted-filter/index.tsx +4 -4
- package/templates/default/ikoncomponents/data-table/datatable-filter-menu/index.tsx +2 -2
- package/templates/default/ikoncomponents/data-table/datatable-pagination/index.tsx +1 -1
- package/templates/default/ikoncomponents/data-table/index.tsx +3 -3
- package/templates/default/ikoncomponents/file-input/index.tsx +1 -1
- package/templates/default/ikoncomponents/form-fields/combobox-input/index.tsx +4 -4
- package/templates/default/ikoncomponents/form-fields/combobox-input-value/index.tsx +4 -4
- package/templates/default/ikoncomponents/form-fields/date-input/index.tsx +4 -4
- package/templates/default/ikoncomponents/form-fields/input/index.tsx +2 -2
- package/templates/default/ikoncomponents/form-fields/multi-combobox-input/index.tsx +6 -6
- package/templates/default/ikoncomponents/form-fields/otp-input/index.tsx +2 -2
- package/templates/default/ikoncomponents/form-fields/password-input/index.tsx +3 -3
- package/templates/default/ikoncomponents/form-fields/textarea/index.tsx +2 -2
- package/templates/default/ikoncomponents/image-cropper-upload/components/newImageUploadForm.tsx +3 -3
- package/templates/default/ikoncomponents/image-cropper-upload/cropper-form/index.tsx +4 -4
- package/templates/default/ikoncomponents/image-cropper-upload/cropper-form-with-modal/index.tsx +1 -1
- package/templates/default/ikoncomponents/main-layout/app-sidebar.tsx +1 -1
- package/templates/default/ikoncomponents/main-layout/header.tsx +2 -2
- package/templates/default/ikoncomponents/main-layout/index.tsx +1 -6
- package/templates/default/ikoncomponents/main-layout/main-sidebar.tsx +3 -3
- package/templates/default/ikoncomponents/main-layout/nav-main.tsx +2 -2
- package/templates/default/ikoncomponents/multi-combobox/index.tsx +5 -5
- package/templates/default/ikoncomponents/password-strength-meter/index.tsx +1 -1
- package/templates/default/ikoncomponents/phone-input/index.tsx +3 -3
- package/templates/default/ikoncomponents/search-input/index.tsx +1 -1
- package/templates/default/ikoncomponents/sheet/index.tsx +2 -2
- package/templates/default/ikoncomponents/simple-widget/index.tsx +1 -1
- package/templates/default/ikoncomponents/skeleton-loader/skeleton-table.tsx +1 -1
- package/templates/default/ikoncomponents/skeleton-loader/skeleton-widget.tsx +1 -1
- package/templates/default/ikoncomponents/tabs/index.tsx +3 -3
- package/templates/default/ikoncomponents/theme-toggle-btn/index.tsx +2 -2
- package/templates/default/ikoncomponents/title-progress/index.tsx +1 -1
- package/templates/default/ikoncomponents/tooltip/index.tsx +1 -1
- package/templates/default/ikoncomponents/twolevel-dropdown/index.tsx +3 -3
- package/templates/default/ikoncomponents/upload-tab/index.tsx +5 -5
- package/templates/default/ikoncomponents/widgets/index.tsx +2 -2
- package/templates/default/{ikonShade → shadcn}/sidebar.tsx +1 -1
- package/templates/default/utils/actions/common/revalidate.ts +1 -1
- package/templates/default/utils/api/loginService/index.ts +1 -3
- package/templates/default/index.ts +0 -234
- package/templates/default/styles.css +0 -1159
- /package/templates/default/{ikonShade → shadcn}/accordion.tsx +0 -0
- /package/templates/default/{ikonShade → shadcn}/alert-dialog.tsx +0 -0
- /package/templates/default/{ikonShade → shadcn}/alert.tsx +0 -0
- /package/templates/default/{ikonShade → shadcn}/aspect-ratio.tsx +0 -0
- /package/templates/default/{ikonShade → shadcn}/avatar.tsx +0 -0
- /package/templates/default/{ikonShade → shadcn}/badge.tsx +0 -0
- /package/templates/default/{ikonShade → shadcn}/breadcrumb.tsx +0 -0
- /package/templates/default/{ikonShade → shadcn}/button.tsx +0 -0
- /package/templates/default/{ikonShade → shadcn}/calendar.tsx +0 -0
- /package/templates/default/{ikonShade → shadcn}/card.tsx +0 -0
- /package/templates/default/{ikonShade → shadcn}/checkbox.tsx +0 -0
- /package/templates/default/{ikonShade → shadcn}/collapsible.tsx +0 -0
- /package/templates/default/{ikonShade → shadcn}/command.tsx +0 -0
- /package/templates/default/{ikonShade → shadcn}/date-input.tsx +0 -0
- /package/templates/default/{ikonShade → shadcn}/date-range-picker.tsx +0 -0
- /package/templates/default/{ikonShade → shadcn}/dialog.tsx +0 -0
- /package/templates/default/{ikonShade → shadcn}/drawer.tsx +0 -0
- /package/templates/default/{ikonShade → shadcn}/dropdown-menu.tsx +0 -0
- /package/templates/default/{ikonShade → shadcn}/form.tsx +0 -0
- /package/templates/default/{ikonShade → shadcn}/hover-card.tsx +0 -0
- /package/templates/default/{ikonShade → shadcn}/input-otp.tsx +0 -0
- /package/templates/default/{ikonShade → shadcn}/input.tsx +0 -0
- /package/templates/default/{ikonShade → shadcn}/label.tsx +0 -0
- /package/templates/default/{ikonShade → shadcn}/navigation-menu.tsx +0 -0
- /package/templates/default/{ikonShade → shadcn}/popover.tsx +0 -0
- /package/templates/default/{ikonShade → shadcn}/progress.tsx +0 -0
- /package/templates/default/{ikonShade → shadcn}/radio-group.tsx +0 -0
- /package/templates/default/{ikonShade → shadcn}/scroll-area.tsx +0 -0
- /package/templates/default/{ikonShade → shadcn}/select.tsx +0 -0
- /package/templates/default/{ikonShade → shadcn}/separator.tsx +0 -0
- /package/templates/default/{ikonShade → shadcn}/sheet.tsx +0 -0
- /package/templates/default/{ikonShade → shadcn}/skeleton.tsx +0 -0
- /package/templates/default/{ikonShade → shadcn}/slider.tsx +0 -0
- /package/templates/default/{ikonShade → shadcn}/sonner.tsx +0 -0
- /package/templates/default/{ikonShade → shadcn}/switch.tsx +0 -0
- /package/templates/default/{ikonShade → shadcn}/table.tsx +0 -0
- /package/templates/default/{ikonShade → shadcn}/tabs.tsx +0 -0
- /package/templates/default/{ikonShade → shadcn}/textarea.tsx +0 -0
- /package/templates/default/{ikonShade → shadcn}/toggle-group.tsx +0 -0
- /package/templates/default/{ikonShade → shadcn}/toggle.tsx +0 -0
- /package/templates/default/{ikonShade → shadcn}/tooltip.tsx +0 -0
- /package/templates/default/{ikonShade → shadcn}/workflow.tsx +0 -0
|
@@ -5,16 +5,16 @@ import {
|
|
|
5
5
|
TabsContent,
|
|
6
6
|
TabsList,
|
|
7
7
|
TabsTrigger,
|
|
8
|
-
} from "../../
|
|
8
|
+
} from "../../shadcn/tabs";
|
|
9
9
|
import {
|
|
10
10
|
DropdownMenu,
|
|
11
11
|
DropdownMenuContent,
|
|
12
12
|
DropdownMenuItem,
|
|
13
13
|
DropdownMenuTrigger,
|
|
14
|
-
} from "../../
|
|
14
|
+
} from "../../shadcn/dropdown-menu";
|
|
15
15
|
import { Ellipsis, EllipsisVertical } from "lucide-react";
|
|
16
16
|
import { TextButton } from "../buttons";
|
|
17
|
-
import { Card } from "../../
|
|
17
|
+
import { Card } from "../../shadcn/card";
|
|
18
18
|
import React, { useEffect, useState } from "react";
|
|
19
19
|
import { useIsMobile } from "../../hooks/use-mobile";
|
|
20
20
|
|
|
@@ -4,13 +4,13 @@ import { useTheme } from "next-themes";
|
|
|
4
4
|
import { useEffect, useState, useCallback } from "react";
|
|
5
5
|
|
|
6
6
|
import { Laptop, Moon, Sun, Check, Waves } from "lucide-react";
|
|
7
|
-
import { Button } from "../../
|
|
7
|
+
import { Button } from "../../shadcn/button";
|
|
8
8
|
import {
|
|
9
9
|
DropdownMenu,
|
|
10
10
|
DropdownMenuContent,
|
|
11
11
|
DropdownMenuItem,
|
|
12
12
|
DropdownMenuTrigger,
|
|
13
|
-
} from "../../
|
|
13
|
+
} from "../../shadcn/dropdown-menu";
|
|
14
14
|
|
|
15
15
|
export function ThemeToggleBtn() {
|
|
16
16
|
const { setTheme, theme, resolvedTheme } = useTheme();
|
|
@@ -1,5 +1,5 @@
|
|
|
1
1
|
import * as React from "react";
|
|
2
|
-
import { Tooltip as TooltipComp, TooltipContent, TooltipProvider, TooltipTrigger } from "../../
|
|
2
|
+
import { Tooltip as TooltipComp, TooltipContent, TooltipProvider, TooltipTrigger } from "../../shadcn/tooltip";
|
|
3
3
|
|
|
4
4
|
export function TooltipComponent({ tooltipContent, children }: { tooltipContent: string | React.ReactNode, children: React.ReactNode }) {
|
|
5
5
|
return (
|
|
@@ -4,15 +4,15 @@ import * as React from "react";
|
|
|
4
4
|
import { ChevronsUpDown } from "lucide-react";
|
|
5
5
|
|
|
6
6
|
import { cn } from "../../utils/cn";
|
|
7
|
-
import { Button } from "../../
|
|
7
|
+
import { Button } from "../../shadcn/button";
|
|
8
8
|
import {
|
|
9
9
|
Command,
|
|
10
10
|
CommandEmpty,
|
|
11
11
|
CommandInput,
|
|
12
12
|
CommandItem,
|
|
13
13
|
CommandList,
|
|
14
|
-
} from "../../
|
|
15
|
-
import { Popover, PopoverContent, PopoverTrigger } from "../../
|
|
14
|
+
} from "../../shadcn/command";
|
|
15
|
+
import { Popover, PopoverContent, PopoverTrigger } from "../../shadcn/popover";
|
|
16
16
|
|
|
17
17
|
export interface FrameworkEntry {
|
|
18
18
|
id: string;
|
|
@@ -1,10 +1,10 @@
|
|
|
1
1
|
"use client";
|
|
2
2
|
import { useState, useEffect } from "react";
|
|
3
3
|
import { UploadIcon, X, FileWarning, Send } from "lucide-react";
|
|
4
|
-
import { Button } from "../../
|
|
5
|
-
import { Input } from "../../
|
|
6
|
-
import { Label } from "../../
|
|
7
|
-
import { Progress } from "../../
|
|
4
|
+
import { Button } from "../../shadcn/button";
|
|
5
|
+
import { Input } from "../../shadcn/input";
|
|
6
|
+
import { Label } from "../../shadcn/label";
|
|
7
|
+
import { Progress } from "../../shadcn/progress";
|
|
8
8
|
import { useForm } from "react-hook-form";
|
|
9
9
|
import axios from "axios";
|
|
10
10
|
|
|
@@ -16,7 +16,7 @@ import {
|
|
|
16
16
|
FormControl,
|
|
17
17
|
FormMessage,
|
|
18
18
|
FormDescription,
|
|
19
|
-
} from "../../
|
|
19
|
+
} from "../../shadcn/form";
|
|
20
20
|
import { NoDataComponent } from "../no-data";
|
|
21
21
|
|
|
22
22
|
interface Entry {
|
|
@@ -2,8 +2,8 @@
|
|
|
2
2
|
import * as React from "react";
|
|
3
3
|
import { WidgetsFunctionProps } from "./type";
|
|
4
4
|
import { Icon } from "../icon";
|
|
5
|
-
import { Tooltip, TooltipContent, TooltipProvider, TooltipTrigger } from "../../
|
|
6
|
-
import { Button } from "../../
|
|
5
|
+
import { Tooltip, TooltipContent, TooltipProvider, TooltipTrigger } from "../../shadcn/tooltip";
|
|
6
|
+
import { Button } from "../../shadcn/button";
|
|
7
7
|
|
|
8
8
|
export function Widgets({ widgetData }: WidgetsFunctionProps) {
|
|
9
9
|
const firstRowWidgets = widgetData.slice(0, 4);
|
|
@@ -5,7 +5,7 @@ import { Slot } from "@radix-ui/react-slot"
|
|
|
5
5
|
import { cva, VariantProps } from "class-variance-authority"
|
|
6
6
|
import { PanelLeftIcon } from "lucide-react"
|
|
7
7
|
|
|
8
|
-
import { useIsMobile } from "
|
|
8
|
+
import { useIsMobile } from "../hooks/use-mobile"
|
|
9
9
|
import { cn } from "../utils/cn"
|
|
10
10
|
import { Button } from "./button"
|
|
11
11
|
import { Input } from "./input"
|
|
@@ -101,8 +101,6 @@ export const updateUserProfile = async ({
|
|
|
101
101
|
operation: "updateUserProfile",
|
|
102
102
|
arguments_: [userName, userPassword, userPhone, userEmail, userThumbnail],
|
|
103
103
|
});
|
|
104
|
-
|
|
105
|
-
revalidateTag("profile", "default");
|
|
106
|
-
|
|
104
|
+
revalidateTag("profile");
|
|
107
105
|
return result.data;
|
|
108
106
|
};
|
|
@@ -1,234 +0,0 @@
|
|
|
1
|
-
import "./styles.css"; // just imports, no processing
|
|
2
|
-
export * from "./ikonShade/accordion";
|
|
3
|
-
export * from "./ikonShade/alert-dialog";
|
|
4
|
-
export * from "./ikonShade/alert";
|
|
5
|
-
export * from "./ikonShade/avatar";
|
|
6
|
-
export * from "./ikonShade/badge";
|
|
7
|
-
export * from "./ikonShade/button";
|
|
8
|
-
export * from "./ikonShade/calendar";
|
|
9
|
-
export * from "./ikonShade/card";
|
|
10
|
-
export * from "./ikonShade/checkbox";
|
|
11
|
-
export * from "./ikonShade/command";
|
|
12
|
-
export * from "./ikonShade/date-input";
|
|
13
|
-
export * from "./ikonShade/date-range-picker";
|
|
14
|
-
export * from "./ikonShade/dialog";
|
|
15
|
-
export * from "./ikonShade/dropdown-menu";
|
|
16
|
-
export * from "./ikonShade/hover-card";
|
|
17
|
-
export * from "./ikonShade/input";
|
|
18
|
-
export * from "./ikonShade/label";
|
|
19
|
-
export * from "./ikonShade/navigation-menu";
|
|
20
|
-
export * from "./ikonShade/popover";
|
|
21
|
-
export * from "./ikonShade/progress";
|
|
22
|
-
export * from "./ikonShade/radio-group";
|
|
23
|
-
export * from "./ikonShade/scroll-area";
|
|
24
|
-
export * from "./ikonShade/select";
|
|
25
|
-
export * from "./ikonShade/separator";
|
|
26
|
-
export * from "./ikonShade/sheet";
|
|
27
|
-
export * from "./ikonShade/sidebar";
|
|
28
|
-
export * from "./ikonShade/skeleton";
|
|
29
|
-
export * from "./ikonShade/slider";
|
|
30
|
-
export * from "./ikonShade/sonner";
|
|
31
|
-
export * from "./ikonShade/switch";
|
|
32
|
-
export * from "./ikonShade/table";
|
|
33
|
-
export * from "./ikonShade/tabs";
|
|
34
|
-
export * from "./ikonShade/textarea";
|
|
35
|
-
export * from "./ikonShade/tooltip";
|
|
36
|
-
export * from "./ikonShade/workflow";
|
|
37
|
-
|
|
38
|
-
export * from "./ikonShade/aspect-ratio";
|
|
39
|
-
export * from "./ikonShade/breadcrumb";
|
|
40
|
-
export * from "./ikonShade/collapsible";
|
|
41
|
-
export * from "./ikonShade/drawer";
|
|
42
|
-
export * from "./ikonShade/form";
|
|
43
|
-
export * from "./ikonShade/input-otp";
|
|
44
|
-
export * from "./ikonShade/toggle-group";
|
|
45
|
-
export * from "./ikonShade/toggle";
|
|
46
|
-
|
|
47
|
-
export { ActionMenu } from "./ikoncomponents/action-menu";
|
|
48
|
-
export type {
|
|
49
|
-
ActionMenuProps,
|
|
50
|
-
ExtraActionParams,
|
|
51
|
-
} from "./ikoncomponents/action-menu/type";
|
|
52
|
-
export { CustomAlertDialog } from "./ikoncomponents/alert-dialog";
|
|
53
|
-
export {
|
|
54
|
-
useDialog,
|
|
55
|
-
DialogProvider,
|
|
56
|
-
} from "./ikoncomponents/alert-dialog/dialog-context";
|
|
57
|
-
export {
|
|
58
|
-
TextButton,
|
|
59
|
-
TextButtonWithTooltip,
|
|
60
|
-
IconTextButton,
|
|
61
|
-
IconTextButtonWithTooltip,
|
|
62
|
-
IconButton,
|
|
63
|
-
IconButtonWithTooltip,
|
|
64
|
-
} from "./ikoncomponents/buttons";
|
|
65
|
-
export type {
|
|
66
|
-
ButtonProps,
|
|
67
|
-
ButtonWithTooltipProps,
|
|
68
|
-
} from "./ikoncomponents/buttons";
|
|
69
|
-
export { ComboboxInput } from "./ikoncomponents/combobox-input";
|
|
70
|
-
export type {
|
|
71
|
-
ComboBoxInputProps,
|
|
72
|
-
ComboboxItemProps,
|
|
73
|
-
} from "./ikoncomponents/combobox-input/type";
|
|
74
|
-
export { DataTableColumnFilter } from "./ikoncomponents/data-table/datatable-column-filter";
|
|
75
|
-
export { DataTableFacetedFilter } from "./ikoncomponents/data-table/datatable-faceted-filter";
|
|
76
|
-
export { DataTableFilterMenu } from "./ikoncomponents/data-table/datatable-filter-menu";
|
|
77
|
-
export {
|
|
78
|
-
convertFileToObject,
|
|
79
|
-
FileUploader,
|
|
80
|
-
getImageFromObject,
|
|
81
|
-
} from "./ikoncomponents/fileUpload";
|
|
82
|
-
export type { FileUploaderProps } from "./ikoncomponents/fileUpload";
|
|
83
|
-
export { DataTablePagination } from "./ikoncomponents/data-table/datatable-pagination";
|
|
84
|
-
export { DataTableToolbar } from "./ikoncomponents/data-table/datatable-toolbar";
|
|
85
|
-
export { getDataTableColumnTitle } from "./ikoncomponents/data-table/function";
|
|
86
|
-
export { DataTable } from "./ikoncomponents/data-table";
|
|
87
|
-
export type {
|
|
88
|
-
DataTableProps,
|
|
89
|
-
DTColumnsProps,
|
|
90
|
-
DTExtraParamsProps,
|
|
91
|
-
DTActionMenuProps,
|
|
92
|
-
DataTableViewOptionsProps,
|
|
93
|
-
DTToolBarProps,
|
|
94
|
-
DataTableFilterProps,
|
|
95
|
-
DataTableFacetedFilterProps,
|
|
96
|
-
DataTablePaginationProps,
|
|
97
|
-
DragDropHeaderProp,
|
|
98
|
-
} from "./ikoncomponents/data-table/type";
|
|
99
|
-
export { EChart } from "./ikoncomponents/e-chart";
|
|
100
|
-
export { FileInput } from "./ikoncomponents/file-input";
|
|
101
|
-
export { GlowingEffect } from "./ikoncomponents/glowing-effect";
|
|
102
|
-
export { Icon } from "./ikoncomponents/icon";
|
|
103
|
-
export { LoadingSpinner } from "./ikoncomponents/loading-spinner";
|
|
104
|
-
export type {
|
|
105
|
-
ISVGProps,
|
|
106
|
-
LoadingSpinnerProps,
|
|
107
|
-
} from "./ikoncomponents/loading-spinner";
|
|
108
|
-
export { MultiCombobox } from "./ikoncomponents/multi-combobox";
|
|
109
|
-
export { NoDataComponent } from "./ikoncomponents/no-data";
|
|
110
|
-
export { PageWrapper } from "./ikoncomponents/page-wrapper";
|
|
111
|
-
export { PasswordStrengthMeter } from "./ikoncomponents/password-strength-meter";
|
|
112
|
-
export { PhoneInput } from "./ikoncomponents/phone-input";
|
|
113
|
-
export { SearchInput } from "./ikoncomponents/search-input";
|
|
114
|
-
export { SheetComponent } from "./ikoncomponents/sheet";
|
|
115
|
-
export { SimpleWidget } from "./ikoncomponents/simple-widget";
|
|
116
|
-
export { CustomTabs } from "./ikoncomponents/tabs";
|
|
117
|
-
export type { TabArray, TabProps } from "./ikoncomponents/tabs/type";
|
|
118
|
-
export { ThemeToggleBtn } from "./ikoncomponents/theme-toggle-btn";
|
|
119
|
-
export { TitleProgress } from "./ikoncomponents/title-progress";
|
|
120
|
-
export { TooltipComponent } from "./ikoncomponents/tooltip";
|
|
121
|
-
export { FrameworkItemDropdown } from "./ikoncomponents/twolevel-dropdown";
|
|
122
|
-
export type {
|
|
123
|
-
FrameworkEntry,
|
|
124
|
-
TreeNode,
|
|
125
|
-
ParentEntry,
|
|
126
|
-
ProcessedFrameworkData,
|
|
127
|
-
} from "./ikoncomponents/twolevel-dropdown";
|
|
128
|
-
export { Widgets } from "./ikoncomponents/widgets";
|
|
129
|
-
export type {
|
|
130
|
-
WidgetProps,
|
|
131
|
-
WidgetsFunctionProps,
|
|
132
|
-
} from "./ikoncomponents/widgets/type";
|
|
133
|
-
export { BigCalendar } from "./ikoncomponents/big-calendar";
|
|
134
|
-
export type {
|
|
135
|
-
BigCalendarProps,
|
|
136
|
-
ExtraParamsEvent,
|
|
137
|
-
BigCalendarEventProps,
|
|
138
|
-
BigCalenderToolbarProps,
|
|
139
|
-
} from "./ikoncomponents/big-calendar/type";
|
|
140
|
-
|
|
141
|
-
export {
|
|
142
|
-
BreadcrumbProvider,
|
|
143
|
-
useBreadcrumb,
|
|
144
|
-
} from "./ikoncomponents/app-breadcrumb/BreadcrumbProvider";
|
|
145
|
-
export type { BreadcrumbItemProps } from "./ikoncomponents/app-breadcrumb/BreadcrumbProvider";
|
|
146
|
-
export {
|
|
147
|
-
AppBreadcrumb,
|
|
148
|
-
RenderAppBreadcrumb,
|
|
149
|
-
} from "./ikoncomponents/app-breadcrumb";
|
|
150
|
-
export { FormComboboxInput } from "./ikoncomponents/form-fields/combobox-input";
|
|
151
|
-
export { FormComboboxInputWithValue } from "./ikoncomponents/form-fields/combobox-input-value";
|
|
152
|
-
export { FormDateInput } from "./ikoncomponents/form-fields/date-input";
|
|
153
|
-
export { FormFileInput } from "./ikoncomponents/form-fields/file-input";
|
|
154
|
-
export { FormInput } from "./ikoncomponents/form-fields/input";
|
|
155
|
-
export { FormMultiComboboxInput } from "./ikoncomponents/form-fields/multi-combobox-input";
|
|
156
|
-
export { FormOtpInput } from "./ikoncomponents/form-fields/otp-input";
|
|
157
|
-
export { FormPhoneInput } from "./ikoncomponents/form-fields/phone-input";
|
|
158
|
-
export { FormTextarea } from "./ikoncomponents/form-fields/textarea";
|
|
159
|
-
export type {
|
|
160
|
-
FormFieldProps,
|
|
161
|
-
FormInputProps,
|
|
162
|
-
FormTextareaProps,
|
|
163
|
-
FormDateInputProps,
|
|
164
|
-
FormComboboxInputProps,
|
|
165
|
-
FormComboboxItemProps,
|
|
166
|
-
} from "./ikoncomponents/form-fields/types";
|
|
167
|
-
export { GradeTableLoader } from "./ikoncomponents/skeleton-loader/skeleton-table";
|
|
168
|
-
export type { GradeTableLoaderProps } from "./ikoncomponents/skeleton-loader/skeleton-table";
|
|
169
|
-
export { SkeletonWidget } from "./ikoncomponents/skeleton-loader/skeleton-widget";
|
|
170
|
-
export { UploadTab } from "./ikoncomponents/upload-tab";
|
|
171
|
-
export { AppSidebar } from "./ikoncomponents/main-layout/app-sidebar";
|
|
172
|
-
export { Footer } from "./ikoncomponents/main-layout/footer";
|
|
173
|
-
export { Header } from "./ikoncomponents/main-layout/header";
|
|
174
|
-
export type {
|
|
175
|
-
Account,
|
|
176
|
-
Software,
|
|
177
|
-
} from "./ikoncomponents/main-layout/main-sidebar";
|
|
178
|
-
export { MainSidebar } from "./ikoncomponents/main-layout/main-sidebar";
|
|
179
|
-
export { NavMain,RenderSidebarNav,AddSidebarNav } from "./ikoncomponents/main-layout/nav-main";
|
|
180
|
-
export type {
|
|
181
|
-
SidebarNavSubItem,
|
|
182
|
-
SidebarNavItem,
|
|
183
|
-
SidebarNavContextType,
|
|
184
|
-
} from "./ikoncomponents/main-layout/SidebarNavContext";
|
|
185
|
-
export {
|
|
186
|
-
SidebarNavProvider,
|
|
187
|
-
useSidebarNav,
|
|
188
|
-
} from "./ikoncomponents/main-layout/SidebarNavContext";
|
|
189
|
-
export { MainLayout } from "./ikoncomponents/main-layout";
|
|
190
|
-
export { ProviderWrapper } from "./ikoncomponents/provider-wrapper";
|
|
191
|
-
export { ActivitySheet } from "./ikoncomponents/activity-sheet";
|
|
192
|
-
export type { ActivityLogProps } from "./ikoncomponents/activity-sheet";
|
|
193
|
-
export {
|
|
194
|
-
ImageCropperProvider,
|
|
195
|
-
useImageCropper,
|
|
196
|
-
} from "./ikoncomponents/image-cropper-upload";
|
|
197
|
-
export type {
|
|
198
|
-
ImageCropperProps,
|
|
199
|
-
OriginalImageProps,
|
|
200
|
-
AspectRatioWiseImagesProps,
|
|
201
|
-
ImageCropperContextProps,
|
|
202
|
-
} from "./ikoncomponents/image-cropper-upload";
|
|
203
|
-
export { ImageCropper } from "./ikoncomponents/image-cropper-upload/image-cropper";
|
|
204
|
-
export type { CropperImgProps } from "./ikoncomponents/image-cropper-upload/image-cropper";
|
|
205
|
-
export { CropperFormWithModal } from "./ikoncomponents/image-cropper-upload/cropper-form-with-modal";
|
|
206
|
-
export { CropperForm } from "./ikoncomponents/image-cropper-upload/cropper-form";
|
|
207
|
-
export { NewCropperImg } from "./ikoncomponents/image-cropper-upload/components/newCropper";
|
|
208
|
-
export type { CropperImgProps as NewCropperImgProps } from "./ikoncomponents/image-cropper-upload/components/newCropper";
|
|
209
|
-
export { NewImageForm } from "./ikoncomponents/image-cropper-upload/components/newImageUploadForm";
|
|
210
|
-
export type { ImageFormProps } from "./ikoncomponents/image-cropper-upload/components/newImageUploadForm";
|
|
211
|
-
export { WorkInProgress } from "./ikoncomponents/work-in-progress";
|
|
212
|
-
export { CustomComboboxInput } from "./ikoncomponents/custom-combo-dropdown"
|
|
213
|
-
|
|
214
|
-
export { ThemeProvider } from "./utils/theme-provider";
|
|
215
|
-
export { RadiusProvider, useRadius } from "./utils/border-radius-provider";
|
|
216
|
-
export { FontProvider, useFont } from "./utils/font-provider";
|
|
217
|
-
export { cn } from "./utils/cn";
|
|
218
|
-
export type { CookieSessionOptionsProps } from "./utils/session/cookieSession";
|
|
219
|
-
export {
|
|
220
|
-
setCookieSession,
|
|
221
|
-
getCookieSession,
|
|
222
|
-
clearCookieSession,
|
|
223
|
-
clearAllCookieSession,
|
|
224
|
-
} from "./utils/session/cookieSession";
|
|
225
|
-
export {
|
|
226
|
-
getValidAccessToken,
|
|
227
|
-
refreshAccessToken,
|
|
228
|
-
decodeAccessToken,
|
|
229
|
-
logOut,
|
|
230
|
-
} from "./utils/token-management";
|
|
231
|
-
export type { TokenResponse } from "./utils/token-management/types";
|
|
232
|
-
|
|
233
|
-
export { useIsMobile } from "./hooks/use-mobile";
|
|
234
|
-
export {useRefresh} from "./ikoncomponents/main-layout/RefreshContext";
|