pixelize-design-library 2.2.130 → 2.2.132
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/Components/Accordion/AccordionProps.d.ts +0 -1
- package/dist/Components/Apexcharts/ApexBarChart/ApexBarChart.js +1 -1
- package/dist/Components/Apexcharts/ApexLineChart/ApexLineChart.js +18 -8
- package/dist/Components/Breadcrumbs/Breadcrumbs.js +1 -1
- package/dist/Components/Button/Button.js +17 -7
- package/dist/Components/Button/Button.styles.js +1 -1
- package/dist/Components/Button/ButtonProps.d.ts +0 -1
- package/dist/Components/ButtonGroupIcon/ButtonGroupIcon.js +18 -8
- package/dist/Components/Card/Card.js +1 -1
- package/dist/Components/Card/CardProps.d.ts +0 -1
- package/dist/Components/Card/PaymentCard/PaymentCardProps.d.ts +0 -1
- package/dist/Components/Checkbox/Checkbox.js +1 -1
- package/dist/Components/Common/ErrorComponent.d.ts +1 -1
- package/dist/Components/Common/ErrorMessage.d.ts +1 -1
- package/dist/Components/Common/FormLabel.d.ts +8 -8
- package/dist/Components/Common/Label.d.ts +2 -2
- package/dist/Components/ContactForm/ContactForm.js +19 -9
- package/dist/Components/DatePicker/DatePicker.js +18 -8
- package/dist/Components/DatePicker/RangeDatePicker.js +17 -7
- package/dist/Components/DatePicker/SingleDatePicker.js +17 -7
- package/dist/Components/DatePicker/TimeOnlyPicker.js +17 -7
- package/dist/Components/DatePicker/TimePicker.js +17 -7
- package/dist/Components/DatePicker/TimePickerInput.js +17 -7
- package/dist/Components/Drawer/Drawer.js +1 -1
- package/dist/Components/Drawer/DrawerProps.d.ts +0 -1
- package/dist/Components/Dropdown/DropDown.js +17 -7
- package/dist/Components/Dropdown/DropdownProps.d.ts +0 -1
- package/dist/Components/Editor/Editor.js +1 -1
- package/dist/Components/EmailCards/VerifyEmailOtp/VerifyEmailOtp.js +1 -1
- package/dist/Components/EmailCards/VerifyEmailOtp/VerifyEmailOtpProps.d.ts +0 -1
- package/dist/Components/FeedbackForm/FeedbackForm.js +20 -10
- package/dist/Components/FileUpload/FileUpload.js +17 -7
- package/dist/Components/FileUploader/FileUploader.js +17 -7
- package/dist/Components/FilterSidebar/FilterSidebar.js +19 -9
- package/dist/Components/Form/FormWrapper.d.ts +2 -2
- package/dist/Components/Header/Header.js +17 -7
- package/dist/Components/Header/HeaderActions.d.ts +15 -15
- package/dist/Components/Header/HeaderProps.d.ts +0 -1
- package/dist/Components/Input/Input/Input.js +17 -7
- package/dist/Components/Input/PhoneNumberInput.js +17 -7
- package/dist/Components/Input/PhoneNumberInputProps.d.ts +0 -1
- package/dist/Components/Input/TextInput.js +17 -7
- package/dist/Components/Input/TextInputProps.d.ts +0 -1
- package/dist/Components/InputTextArea/InputTextArea.js +1 -1
- package/dist/Components/KanbanBoard/AccountCard.d.ts +3 -3
- package/dist/Components/KanbanBoard/AccountCard.js +17 -7
- package/dist/Components/KanbanBoard/KanbanActions/KanbanActions.d.ts +3 -3
- package/dist/Components/KanbanBoard/KanbanBoard.js +19 -9
- package/dist/Components/KanbanBoard/MeasuredItem.js +17 -7
- package/dist/Components/Loading/Loading.js +1 -1
- package/dist/Components/Modal/Modal.js +1 -1
- package/dist/Components/Modal/ModalProps.d.ts +0 -1
- package/dist/Components/MultiSelect/MultiSelect.js +18 -8
- package/dist/Components/NavigationBar/NavigationBar.js +1 -1
- package/dist/Components/NavigationBar/NavigationBarProps.d.ts +0 -1
- package/dist/Components/NoteTextArea/NoteTextArea.js +18 -8
- package/dist/Components/Notification/Notification.js +17 -7
- package/dist/Components/NumberInput/NumberInput.js +1 -1
- package/dist/Components/PinInput/PinInput.js +1 -1
- package/dist/Components/PinInputs/PinInputs.js +17 -7
- package/dist/Components/ProductCard/ProductCard.js +17 -7
- package/dist/Components/ProductCard/ProductLabel.d.ts +1 -1
- package/dist/Components/ProductCard/ProductPrice.js +17 -7
- package/dist/Components/ProductDetails/ProductDtlPrice.js +17 -7
- package/dist/Components/ProductDetails/ProductImageSlider.js +18 -8
- package/dist/Components/ProfileCard/ProfileCard.js +1 -1
- package/dist/Components/ProfileCard/ProfileCardProps.d.ts +0 -1
- package/dist/Components/ProfilePhotoViewer/ProfilePhotoViewer.js +18 -8
- package/dist/Components/ProfilePhotoViewer/ProfilePhotoViewerProps.d.ts +0 -1
- package/dist/Components/ProgressBar/ProgressBar.js +1 -1
- package/dist/Components/Reorder/Reorder.d.ts +0 -1
- package/dist/Components/Search/Search.js +18 -8
- package/dist/Components/Search/SearchProps.d.ts +0 -1
- package/dist/Components/SearchSelect/SearchSelect.js +17 -7
- package/dist/Components/SearchSelect/SearchSelectProps.d.ts +0 -1
- package/dist/Components/SearchSelect/SelectTruncatedLabel.d.ts +1 -1
- package/dist/Components/SearchSelect/SelectTruncatedLabel.js +17 -7
- package/dist/Components/Select/Select.js +18 -8
- package/dist/Components/Select/Select.styles.js +2 -2
- package/dist/Components/Select/SelectProps.d.ts +0 -1
- package/dist/Components/SelectSearch/SelectSearch.js +18 -8
- package/dist/Components/SelectSearch/SelectSearchProps.d.ts +0 -1
- package/dist/Components/SideBar/SecondaryBar.js +17 -7
- package/dist/Components/SideBar/SideBar.js +1 -1
- package/dist/Components/SideBar/components/MenuItems.js +17 -7
- package/dist/Components/SideBar/components/OverflowTooltipText.js +17 -7
- package/dist/Components/SideBar/components/TextTruncation.js +17 -7
- package/dist/Components/Skeletons/Skeletons.js +1 -1
- package/dist/Components/Slider/Slider.js +17 -7
- package/dist/Components/Switch/Switch.js +1 -1
- package/dist/Components/Switch/SwitchProps.d.ts +0 -1
- package/dist/Components/Table/CompactSelect.js +17 -7
- package/dist/Components/Table/Components/HeaderActions.d.ts +1 -1
- package/dist/Components/Table/Components/TableActions.d.ts +1 -1
- package/dist/Components/Table/Components/TableActions.js +17 -7
- package/dist/Components/Table/Components/TableBody.js +17 -7
- package/dist/Components/Table/Components/TableFilters.d.ts +2 -2
- package/dist/Components/Table/Components/TableFilters.js +17 -7
- package/dist/Components/Table/Components/TableHeader.js +17 -7
- package/dist/Components/Table/Components/TableLoading.d.ts +2 -2
- package/dist/Components/Table/Components/TableSearch.js +17 -7
- package/dist/Components/Table/Components/useTable.d.ts +0 -1
- package/dist/Components/Table/LeftFilterPane.js +18 -8
- package/dist/Components/Table/SelectOperationControls.js +1 -2
- package/dist/Components/Table/Table.js +20 -10
- package/dist/Components/Table/TableSettings/ManageColumns.js +17 -7
- package/dist/Components/Table/TableSettings/TableFilters.d.ts +3 -3
- package/dist/Components/Table/TableSettings/TableFilters.js +17 -7
- package/dist/Components/Table/TableSettings/TableSettings.js +17 -7
- package/dist/Components/Table/TextOperationControls.js +2 -2
- package/dist/Components/Toaster/Toaster.js +18 -8
- package/dist/Components/ToolTip/ToolTip.js +1 -1
- package/dist/Components/ToolTip/ToolTipProps.d.ts +0 -1
- package/dist/Components/Trail/EditableCell.js +17 -7
- package/dist/Theme/Dark/theme.js +54 -54
- package/dist/Theme/Default/palette.js +11 -11
- package/dist/Theme/Meadow/palette.js +34 -34
- package/dist/Theme/Radiant/palette.js +25 -25
- package/dist/Theme/Skyline/palette.js +16 -16
- package/dist/Theme/space.js +27 -27
- package/dist/Utils/functions.js +1 -2
- package/dist/Utils/table.js +22 -12
- package/dist/index.js +17 -7
- package/dist/services/feedback.js +3 -4
- package/index.html +13 -0
- package/package.json +41 -15
- package/vite.config.ts +13 -0
|
@@ -15,13 +15,23 @@ var __setModuleDefault = (this && this.__setModuleDefault) || (Object.create ? (
|
|
|
15
15
|
}) : function(o, v) {
|
|
16
16
|
o["default"] = v;
|
|
17
17
|
});
|
|
18
|
-
var __importStar = (this && this.__importStar) || function (
|
|
19
|
-
|
|
20
|
-
|
|
21
|
-
|
|
22
|
-
|
|
23
|
-
|
|
24
|
-
};
|
|
18
|
+
var __importStar = (this && this.__importStar) || (function () {
|
|
19
|
+
var ownKeys = function(o) {
|
|
20
|
+
ownKeys = Object.getOwnPropertyNames || function (o) {
|
|
21
|
+
var ar = [];
|
|
22
|
+
for (var k in o) if (Object.prototype.hasOwnProperty.call(o, k)) ar[ar.length] = k;
|
|
23
|
+
return ar;
|
|
24
|
+
};
|
|
25
|
+
return ownKeys(o);
|
|
26
|
+
};
|
|
27
|
+
return function (mod) {
|
|
28
|
+
if (mod && mod.__esModule) return mod;
|
|
29
|
+
var result = {};
|
|
30
|
+
if (mod != null) for (var k = ownKeys(mod), i = 0; i < k.length; i++) if (k[i] !== "default") __createBinding(result, mod, k[i]);
|
|
31
|
+
__setModuleDefault(result, mod);
|
|
32
|
+
return result;
|
|
33
|
+
};
|
|
34
|
+
})();
|
|
25
35
|
var __awaiter = (this && this.__awaiter) || function (thisArg, _arguments, P, generator) {
|
|
26
36
|
function adopt(value) { return value instanceof P ? value : new P(function (resolve) { resolve(value); }); }
|
|
27
37
|
return new (P || (P = Promise))(function (resolve, reject) {
|
|
@@ -32,8 +42,8 @@ var __awaiter = (this && this.__awaiter) || function (thisArg, _arguments, P, ge
|
|
|
32
42
|
});
|
|
33
43
|
};
|
|
34
44
|
var __generator = (this && this.__generator) || function (thisArg, body) {
|
|
35
|
-
var _ = { label: 0, sent: function() { if (t[0] & 1) throw t[1]; return t[1]; }, trys: [], ops: [] }, f, y, t, g;
|
|
36
|
-
return g =
|
|
45
|
+
var _ = { label: 0, sent: function() { if (t[0] & 1) throw t[1]; return t[1]; }, trys: [], ops: [] }, f, y, t, g = Object.create((typeof Iterator === "function" ? Iterator : Object).prototype);
|
|
46
|
+
return g.next = verb(0), g["throw"] = verb(1), g["return"] = verb(2), typeof Symbol === "function" && (g[Symbol.iterator] = function() { return this; }), g;
|
|
37
47
|
function verb(n) { return function (v) { return step([n, v]); }; }
|
|
38
48
|
function step(op) {
|
|
39
49
|
if (f) throw new TypeError("Generator is already executing.");
|
|
@@ -59,6 +69,7 @@ var __generator = (this && this.__generator) || function (thisArg, body) {
|
|
|
59
69
|
}
|
|
60
70
|
};
|
|
61
71
|
Object.defineProperty(exports, "__esModule", { value: true });
|
|
72
|
+
exports.default = FeedbackForm;
|
|
62
73
|
var react_1 = __importStar(require("react"));
|
|
63
74
|
var react_2 = require("@chakra-ui/react");
|
|
64
75
|
// eslint-disable-next-line no-control-regex, no-useless-escape
|
|
@@ -161,4 +172,3 @@ function FeedbackForm(props) {
|
|
|
161
172
|
react_1.default.createElement(react_2.FormErrorMessage, null, errors.email)),
|
|
162
173
|
react_1.default.createElement(react_2.Button, { type: "submit", colorScheme: "primary", isLoading: isSubmitting, loadingText: isSubmittingText, isDisabled: isDisabled }, submitText)));
|
|
163
174
|
}
|
|
164
|
-
exports.default = FeedbackForm;
|
|
@@ -26,13 +26,23 @@ var __setModuleDefault = (this && this.__setModuleDefault) || (Object.create ? (
|
|
|
26
26
|
}) : function(o, v) {
|
|
27
27
|
o["default"] = v;
|
|
28
28
|
});
|
|
29
|
-
var __importStar = (this && this.__importStar) || function (
|
|
30
|
-
|
|
31
|
-
|
|
32
|
-
|
|
33
|
-
|
|
34
|
-
|
|
35
|
-
};
|
|
29
|
+
var __importStar = (this && this.__importStar) || (function () {
|
|
30
|
+
var ownKeys = function(o) {
|
|
31
|
+
ownKeys = Object.getOwnPropertyNames || function (o) {
|
|
32
|
+
var ar = [];
|
|
33
|
+
for (var k in o) if (Object.prototype.hasOwnProperty.call(o, k)) ar[ar.length] = k;
|
|
34
|
+
return ar;
|
|
35
|
+
};
|
|
36
|
+
return ownKeys(o);
|
|
37
|
+
};
|
|
38
|
+
return function (mod) {
|
|
39
|
+
if (mod && mod.__esModule) return mod;
|
|
40
|
+
var result = {};
|
|
41
|
+
if (mod != null) for (var k = ownKeys(mod), i = 0; i < k.length; i++) if (k[i] !== "default") __createBinding(result, mod, k[i]);
|
|
42
|
+
__setModuleDefault(result, mod);
|
|
43
|
+
return result;
|
|
44
|
+
};
|
|
45
|
+
})();
|
|
36
46
|
Object.defineProperty(exports, "__esModule", { value: true });
|
|
37
47
|
var react_1 = __importStar(require("react"));
|
|
38
48
|
var react_2 = require("@chakra-ui/react");
|
|
@@ -15,13 +15,23 @@ var __setModuleDefault = (this && this.__setModuleDefault) || (Object.create ? (
|
|
|
15
15
|
}) : function(o, v) {
|
|
16
16
|
o["default"] = v;
|
|
17
17
|
});
|
|
18
|
-
var __importStar = (this && this.__importStar) || function (
|
|
19
|
-
|
|
20
|
-
|
|
21
|
-
|
|
22
|
-
|
|
23
|
-
|
|
24
|
-
};
|
|
18
|
+
var __importStar = (this && this.__importStar) || (function () {
|
|
19
|
+
var ownKeys = function(o) {
|
|
20
|
+
ownKeys = Object.getOwnPropertyNames || function (o) {
|
|
21
|
+
var ar = [];
|
|
22
|
+
for (var k in o) if (Object.prototype.hasOwnProperty.call(o, k)) ar[ar.length] = k;
|
|
23
|
+
return ar;
|
|
24
|
+
};
|
|
25
|
+
return ownKeys(o);
|
|
26
|
+
};
|
|
27
|
+
return function (mod) {
|
|
28
|
+
if (mod && mod.__esModule) return mod;
|
|
29
|
+
var result = {};
|
|
30
|
+
if (mod != null) for (var k = ownKeys(mod), i = 0; i < k.length; i++) if (k[i] !== "default") __createBinding(result, mod, k[i]);
|
|
31
|
+
__setModuleDefault(result, mod);
|
|
32
|
+
return result;
|
|
33
|
+
};
|
|
34
|
+
})();
|
|
25
35
|
var __spreadArray = (this && this.__spreadArray) || function (to, from, pack) {
|
|
26
36
|
if (pack || arguments.length === 2) for (var i = 0, l = from.length, ar; i < l; i++) {
|
|
27
37
|
if (ar || !(i in from)) {
|
|
@@ -26,13 +26,23 @@ var __setModuleDefault = (this && this.__setModuleDefault) || (Object.create ? (
|
|
|
26
26
|
}) : function(o, v) {
|
|
27
27
|
o["default"] = v;
|
|
28
28
|
});
|
|
29
|
-
var __importStar = (this && this.__importStar) || function (
|
|
30
|
-
|
|
31
|
-
|
|
32
|
-
|
|
33
|
-
|
|
34
|
-
|
|
35
|
-
};
|
|
29
|
+
var __importStar = (this && this.__importStar) || (function () {
|
|
30
|
+
var ownKeys = function(o) {
|
|
31
|
+
ownKeys = Object.getOwnPropertyNames || function (o) {
|
|
32
|
+
var ar = [];
|
|
33
|
+
for (var k in o) if (Object.prototype.hasOwnProperty.call(o, k)) ar[ar.length] = k;
|
|
34
|
+
return ar;
|
|
35
|
+
};
|
|
36
|
+
return ownKeys(o);
|
|
37
|
+
};
|
|
38
|
+
return function (mod) {
|
|
39
|
+
if (mod && mod.__esModule) return mod;
|
|
40
|
+
var result = {};
|
|
41
|
+
if (mod != null) for (var k = ownKeys(mod), i = 0; i < k.length; i++) if (k[i] !== "default") __createBinding(result, mod, k[i]);
|
|
42
|
+
__setModuleDefault(result, mod);
|
|
43
|
+
return result;
|
|
44
|
+
};
|
|
45
|
+
})();
|
|
36
46
|
var __importDefault = (this && this.__importDefault) || function (mod) {
|
|
37
47
|
return (mod && mod.__esModule) ? mod : { "default": mod };
|
|
38
48
|
};
|
|
@@ -163,7 +173,7 @@ var FilterSidebar = function (_a) {
|
|
|
163
173
|
height: '100%',
|
|
164
174
|
opacity: 0,
|
|
165
175
|
appearance: 'none',
|
|
166
|
-
pointerEvents: 'none',
|
|
176
|
+
pointerEvents: 'none', // Allow clicks to pass through track
|
|
167
177
|
zIndex: 3,
|
|
168
178
|
margin: 0,
|
|
169
179
|
} }),
|
|
@@ -182,7 +192,7 @@ var FilterSidebar = function (_a) {
|
|
|
182
192
|
height: '100%',
|
|
183
193
|
opacity: 0,
|
|
184
194
|
appearance: 'none',
|
|
185
|
-
pointerEvents: 'none',
|
|
195
|
+
pointerEvents: 'none', // Allow clicks to pass through track
|
|
186
196
|
zIndex: 3,
|
|
187
197
|
margin: 0,
|
|
188
198
|
} })),
|
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
import React, { ElementType } from "react";
|
|
2
2
|
declare const FormWrapper: ({ icon, text, children, }: {
|
|
3
|
-
icon?:
|
|
4
|
-
text?: string
|
|
3
|
+
icon?: ElementType;
|
|
4
|
+
text?: string;
|
|
5
5
|
children: React.ReactNode;
|
|
6
6
|
}) => React.JSX.Element;
|
|
7
7
|
export default FormWrapper;
|
|
@@ -15,13 +15,23 @@ var __setModuleDefault = (this && this.__setModuleDefault) || (Object.create ? (
|
|
|
15
15
|
}) : function(o, v) {
|
|
16
16
|
o["default"] = v;
|
|
17
17
|
});
|
|
18
|
-
var __importStar = (this && this.__importStar) || function (
|
|
19
|
-
|
|
20
|
-
|
|
21
|
-
|
|
22
|
-
|
|
23
|
-
|
|
24
|
-
};
|
|
18
|
+
var __importStar = (this && this.__importStar) || (function () {
|
|
19
|
+
var ownKeys = function(o) {
|
|
20
|
+
ownKeys = Object.getOwnPropertyNames || function (o) {
|
|
21
|
+
var ar = [];
|
|
22
|
+
for (var k in o) if (Object.prototype.hasOwnProperty.call(o, k)) ar[ar.length] = k;
|
|
23
|
+
return ar;
|
|
24
|
+
};
|
|
25
|
+
return ownKeys(o);
|
|
26
|
+
};
|
|
27
|
+
return function (mod) {
|
|
28
|
+
if (mod && mod.__esModule) return mod;
|
|
29
|
+
var result = {};
|
|
30
|
+
if (mod != null) for (var k = ownKeys(mod), i = 0; i < k.length; i++) if (k[i] !== "default") __createBinding(result, mod, k[i]);
|
|
31
|
+
__setModuleDefault(result, mod);
|
|
32
|
+
return result;
|
|
33
|
+
};
|
|
34
|
+
})();
|
|
25
35
|
var __importDefault = (this && this.__importDefault) || function (mod) {
|
|
26
36
|
return (mod && mod.__esModule) ? mod : { "default": mod };
|
|
27
37
|
};
|
|
@@ -2,22 +2,22 @@ import React from "react";
|
|
|
2
2
|
import { OptionProp } from "../Select/SelectProps";
|
|
3
3
|
declare const HeaderActions: ({ select, edit, create, }: {
|
|
4
4
|
select?: {
|
|
5
|
-
isSelect?: boolean
|
|
6
|
-
options?: OptionProp[]
|
|
7
|
-
onSelectChange?: (
|
|
8
|
-
selectPlaceholderText?: string
|
|
9
|
-
width?: string
|
|
10
|
-
value?: string
|
|
11
|
-
}
|
|
5
|
+
isSelect?: boolean;
|
|
6
|
+
options?: OptionProp[];
|
|
7
|
+
onSelectChange?: (option?: OptionProp) => void;
|
|
8
|
+
selectPlaceholderText?: string;
|
|
9
|
+
width?: string;
|
|
10
|
+
value?: string;
|
|
11
|
+
};
|
|
12
12
|
edit?: {
|
|
13
|
-
isEditable?: boolean
|
|
14
|
-
onEdit?: (
|
|
15
|
-
label?: string
|
|
16
|
-
}
|
|
13
|
+
isEditable?: boolean;
|
|
14
|
+
onEdit?: () => void;
|
|
15
|
+
label?: string;
|
|
16
|
+
};
|
|
17
17
|
create?: {
|
|
18
|
-
isCreatable?: boolean
|
|
19
|
-
onCreate?: (
|
|
20
|
-
label?: string
|
|
21
|
-
}
|
|
18
|
+
isCreatable?: boolean;
|
|
19
|
+
onCreate?: () => void;
|
|
20
|
+
label?: string;
|
|
21
|
+
};
|
|
22
22
|
}) => React.JSX.Element;
|
|
23
23
|
export default HeaderActions;
|
|
@@ -15,13 +15,23 @@ var __setModuleDefault = (this && this.__setModuleDefault) || (Object.create ? (
|
|
|
15
15
|
}) : function(o, v) {
|
|
16
16
|
o["default"] = v;
|
|
17
17
|
});
|
|
18
|
-
var __importStar = (this && this.__importStar) || function (
|
|
19
|
-
|
|
20
|
-
|
|
21
|
-
|
|
22
|
-
|
|
23
|
-
|
|
24
|
-
};
|
|
18
|
+
var __importStar = (this && this.__importStar) || (function () {
|
|
19
|
+
var ownKeys = function(o) {
|
|
20
|
+
ownKeys = Object.getOwnPropertyNames || function (o) {
|
|
21
|
+
var ar = [];
|
|
22
|
+
for (var k in o) if (Object.prototype.hasOwnProperty.call(o, k)) ar[ar.length] = k;
|
|
23
|
+
return ar;
|
|
24
|
+
};
|
|
25
|
+
return ownKeys(o);
|
|
26
|
+
};
|
|
27
|
+
return function (mod) {
|
|
28
|
+
if (mod && mod.__esModule) return mod;
|
|
29
|
+
var result = {};
|
|
30
|
+
if (mod != null) for (var k = ownKeys(mod), i = 0; i < k.length; i++) if (k[i] !== "default") __createBinding(result, mod, k[i]);
|
|
31
|
+
__setModuleDefault(result, mod);
|
|
32
|
+
return result;
|
|
33
|
+
};
|
|
34
|
+
})();
|
|
25
35
|
var __importDefault = (this && this.__importDefault) || function (mod) {
|
|
26
36
|
return (mod && mod.__esModule) ? mod : { "default": mod };
|
|
27
37
|
};
|
|
@@ -26,13 +26,23 @@ var __setModuleDefault = (this && this.__setModuleDefault) || (Object.create ? (
|
|
|
26
26
|
}) : function(o, v) {
|
|
27
27
|
o["default"] = v;
|
|
28
28
|
});
|
|
29
|
-
var __importStar = (this && this.__importStar) || function (
|
|
30
|
-
|
|
31
|
-
|
|
32
|
-
|
|
33
|
-
|
|
34
|
-
|
|
35
|
-
};
|
|
29
|
+
var __importStar = (this && this.__importStar) || (function () {
|
|
30
|
+
var ownKeys = function(o) {
|
|
31
|
+
ownKeys = Object.getOwnPropertyNames || function (o) {
|
|
32
|
+
var ar = [];
|
|
33
|
+
for (var k in o) if (Object.prototype.hasOwnProperty.call(o, k)) ar[ar.length] = k;
|
|
34
|
+
return ar;
|
|
35
|
+
};
|
|
36
|
+
return ownKeys(o);
|
|
37
|
+
};
|
|
38
|
+
return function (mod) {
|
|
39
|
+
if (mod && mod.__esModule) return mod;
|
|
40
|
+
var result = {};
|
|
41
|
+
if (mod != null) for (var k = ownKeys(mod), i = 0; i < k.length; i++) if (k[i] !== "default") __createBinding(result, mod, k[i]);
|
|
42
|
+
__setModuleDefault(result, mod);
|
|
43
|
+
return result;
|
|
44
|
+
};
|
|
45
|
+
})();
|
|
36
46
|
var __rest = (this && this.__rest) || function (s, e) {
|
|
37
47
|
var t = {};
|
|
38
48
|
for (var p in s) if (Object.prototype.hasOwnProperty.call(s, p) && e.indexOf(p) < 0)
|
|
@@ -26,13 +26,23 @@ var __setModuleDefault = (this && this.__setModuleDefault) || (Object.create ? (
|
|
|
26
26
|
}) : function(o, v) {
|
|
27
27
|
o["default"] = v;
|
|
28
28
|
});
|
|
29
|
-
var __importStar = (this && this.__importStar) || function (
|
|
30
|
-
|
|
31
|
-
|
|
32
|
-
|
|
33
|
-
|
|
34
|
-
|
|
35
|
-
};
|
|
29
|
+
var __importStar = (this && this.__importStar) || (function () {
|
|
30
|
+
var ownKeys = function(o) {
|
|
31
|
+
ownKeys = Object.getOwnPropertyNames || function (o) {
|
|
32
|
+
var ar = [];
|
|
33
|
+
for (var k in o) if (Object.prototype.hasOwnProperty.call(o, k)) ar[ar.length] = k;
|
|
34
|
+
return ar;
|
|
35
|
+
};
|
|
36
|
+
return ownKeys(o);
|
|
37
|
+
};
|
|
38
|
+
return function (mod) {
|
|
39
|
+
if (mod && mod.__esModule) return mod;
|
|
40
|
+
var result = {};
|
|
41
|
+
if (mod != null) for (var k = ownKeys(mod), i = 0; i < k.length; i++) if (k[i] !== "default") __createBinding(result, mod, k[i]);
|
|
42
|
+
__setModuleDefault(result, mod);
|
|
43
|
+
return result;
|
|
44
|
+
};
|
|
45
|
+
})();
|
|
36
46
|
var __rest = (this && this.__rest) || function (s, e) {
|
|
37
47
|
var t = {};
|
|
38
48
|
for (var p in s) if (Object.prototype.hasOwnProperty.call(s, p) && e.indexOf(p) < 0)
|
|
@@ -1,4 +1,3 @@
|
|
|
1
|
-
/// <reference types="react" />
|
|
2
1
|
import { InputProps } from "@chakra-ui/react";
|
|
3
2
|
export type TextInputProps = Pick<InputProps, "value" | "type" | "onChange" | "placeholder" | "onBlur" | "onFocus" | "isDisabled" | "isRequired" | "isReadOnly" | "width" | "height" | "errorBorderColor" | "size" | "onKeyDown" | "onKeyUp" | "onMouseEnter" | "onMouseLeave"> & {
|
|
4
3
|
label?: string;
|
|
@@ -3,6 +3,7 @@ var __importDefault = (this && this.__importDefault) || function (mod) {
|
|
|
3
3
|
return (mod && mod.__esModule) ? mod : { "default": mod };
|
|
4
4
|
};
|
|
5
5
|
Object.defineProperty(exports, "__esModule", { value: true });
|
|
6
|
+
exports.default = InputTextArea;
|
|
6
7
|
var react_1 = __importDefault(require("react"));
|
|
7
8
|
var react_2 = require("@chakra-ui/react");
|
|
8
9
|
var FormLabel_1 = require("../Common/FormLabel");
|
|
@@ -16,4 +17,3 @@ function InputTextArea(_a) {
|
|
|
16
17
|
error && react_1.default.createElement(ErrorMessage_1.default, { errorMessage: errorMessage }),
|
|
17
18
|
helperText && !error && react_1.default.createElement(HelperText_1.default, { helperText: helperText })));
|
|
18
19
|
}
|
|
19
|
-
exports.default = InputTextArea;
|
|
@@ -5,8 +5,8 @@ declare const AccountCard: ({ account, index, onDelete, onOpen, isExpanded, onTo
|
|
|
5
5
|
index: number;
|
|
6
6
|
onDelete: KanbanBoardProps["onDelete"];
|
|
7
7
|
onOpen: KanbanBoardProps["onOpen"];
|
|
8
|
-
isExpanded?: boolean
|
|
9
|
-
onToggleExpand?: (
|
|
10
|
-
isDeletable?: boolean
|
|
8
|
+
isExpanded?: boolean;
|
|
9
|
+
onToggleExpand?: () => void;
|
|
10
|
+
isDeletable?: boolean;
|
|
11
11
|
}) => React.JSX.Element;
|
|
12
12
|
export default AccountCard;
|
|
@@ -15,13 +15,23 @@ var __setModuleDefault = (this && this.__setModuleDefault) || (Object.create ? (
|
|
|
15
15
|
}) : function(o, v) {
|
|
16
16
|
o["default"] = v;
|
|
17
17
|
});
|
|
18
|
-
var __importStar = (this && this.__importStar) || function (
|
|
19
|
-
|
|
20
|
-
|
|
21
|
-
|
|
22
|
-
|
|
23
|
-
|
|
24
|
-
};
|
|
18
|
+
var __importStar = (this && this.__importStar) || (function () {
|
|
19
|
+
var ownKeys = function(o) {
|
|
20
|
+
ownKeys = Object.getOwnPropertyNames || function (o) {
|
|
21
|
+
var ar = [];
|
|
22
|
+
for (var k in o) if (Object.prototype.hasOwnProperty.call(o, k)) ar[ar.length] = k;
|
|
23
|
+
return ar;
|
|
24
|
+
};
|
|
25
|
+
return ownKeys(o);
|
|
26
|
+
};
|
|
27
|
+
return function (mod) {
|
|
28
|
+
if (mod && mod.__esModule) return mod;
|
|
29
|
+
var result = {};
|
|
30
|
+
if (mod != null) for (var k = ownKeys(mod), i = 0; i < k.length; i++) if (k[i] !== "default") __createBinding(result, mod, k[i]);
|
|
31
|
+
__setModuleDefault(result, mod);
|
|
32
|
+
return result;
|
|
33
|
+
};
|
|
34
|
+
})();
|
|
25
35
|
var __importDefault = (this && this.__importDefault) || function (mod) {
|
|
26
36
|
return (mod && mod.__esModule) ? mod : { "default": mod };
|
|
27
37
|
};
|
|
@@ -2,8 +2,8 @@ import React from 'react';
|
|
|
2
2
|
import { OptionProp } from '../../Select/SelectProps';
|
|
3
3
|
declare const KanbanActions: ({ options, onSelectChange, onEdit, onCreate }: {
|
|
4
4
|
options: OptionProp[];
|
|
5
|
-
onSelectChange?: (
|
|
6
|
-
onEdit?: (
|
|
7
|
-
onCreate?: (
|
|
5
|
+
onSelectChange?: (option?: OptionProp) => void;
|
|
6
|
+
onEdit?: () => void;
|
|
7
|
+
onCreate?: () => void;
|
|
8
8
|
}) => React.JSX.Element;
|
|
9
9
|
export default KanbanActions;
|
|
@@ -26,13 +26,23 @@ var __setModuleDefault = (this && this.__setModuleDefault) || (Object.create ? (
|
|
|
26
26
|
}) : function(o, v) {
|
|
27
27
|
o["default"] = v;
|
|
28
28
|
});
|
|
29
|
-
var __importStar = (this && this.__importStar) || function (
|
|
30
|
-
|
|
31
|
-
|
|
32
|
-
|
|
33
|
-
|
|
34
|
-
|
|
35
|
-
};
|
|
29
|
+
var __importStar = (this && this.__importStar) || (function () {
|
|
30
|
+
var ownKeys = function(o) {
|
|
31
|
+
ownKeys = Object.getOwnPropertyNames || function (o) {
|
|
32
|
+
var ar = [];
|
|
33
|
+
for (var k in o) if (Object.prototype.hasOwnProperty.call(o, k)) ar[ar.length] = k;
|
|
34
|
+
return ar;
|
|
35
|
+
};
|
|
36
|
+
return ownKeys(o);
|
|
37
|
+
};
|
|
38
|
+
return function (mod) {
|
|
39
|
+
if (mod && mod.__esModule) return mod;
|
|
40
|
+
var result = {};
|
|
41
|
+
if (mod != null) for (var k = ownKeys(mod), i = 0; i < k.length; i++) if (k[i] !== "default") __createBinding(result, mod, k[i]);
|
|
42
|
+
__setModuleDefault(result, mod);
|
|
43
|
+
return result;
|
|
44
|
+
};
|
|
45
|
+
})();
|
|
36
46
|
var __spreadArray = (this && this.__spreadArray) || function (to, from, pack) {
|
|
37
47
|
if (pack || arguments.length === 2) for (var i = 0, l = from.length, ar; i < l; i++) {
|
|
38
48
|
if (ar || !(i in from)) {
|
|
@@ -240,13 +250,13 @@ var KanbanBoard = function (_a) {
|
|
|
240
250
|
/////LIST/////////////////////////////
|
|
241
251
|
sx: {
|
|
242
252
|
overflowY: "auto",
|
|
243
|
-
overflowX: "hidden",
|
|
253
|
+
overflowX: "hidden", // optional — hides horizontal scrollbar
|
|
244
254
|
/* === Firefox === */
|
|
245
255
|
scrollbarWidth: "thin",
|
|
246
256
|
scrollbarColor: "var(--chakra-colors-gray-300) transparent",
|
|
247
257
|
/* === Chrome, Edge, Safari === */
|
|
248
258
|
"&::-webkit-scrollbar": {
|
|
249
|
-
width: "6px !important",
|
|
259
|
+
width: "6px !important", // force small vertical scrollbar
|
|
250
260
|
height: "6px !important", // for horizontal scrollbar if any
|
|
251
261
|
},
|
|
252
262
|
"&::-webkit-scrollbar-track": {
|
|
@@ -15,13 +15,23 @@ var __setModuleDefault = (this && this.__setModuleDefault) || (Object.create ? (
|
|
|
15
15
|
}) : function(o, v) {
|
|
16
16
|
o["default"] = v;
|
|
17
17
|
});
|
|
18
|
-
var __importStar = (this && this.__importStar) || function (
|
|
19
|
-
|
|
20
|
-
|
|
21
|
-
|
|
22
|
-
|
|
23
|
-
|
|
24
|
-
};
|
|
18
|
+
var __importStar = (this && this.__importStar) || (function () {
|
|
19
|
+
var ownKeys = function(o) {
|
|
20
|
+
ownKeys = Object.getOwnPropertyNames || function (o) {
|
|
21
|
+
var ar = [];
|
|
22
|
+
for (var k in o) if (Object.prototype.hasOwnProperty.call(o, k)) ar[ar.length] = k;
|
|
23
|
+
return ar;
|
|
24
|
+
};
|
|
25
|
+
return ownKeys(o);
|
|
26
|
+
};
|
|
27
|
+
return function (mod) {
|
|
28
|
+
if (mod && mod.__esModule) return mod;
|
|
29
|
+
var result = {};
|
|
30
|
+
if (mod != null) for (var k = ownKeys(mod), i = 0; i < k.length; i++) if (k[i] !== "default") __createBinding(result, mod, k[i]);
|
|
31
|
+
__setModuleDefault(result, mod);
|
|
32
|
+
return result;
|
|
33
|
+
};
|
|
34
|
+
})();
|
|
25
35
|
Object.defineProperty(exports, "__esModule", { value: true });
|
|
26
36
|
var react_1 = __importStar(require("react"));
|
|
27
37
|
var MeasuredItem = function (_a) {
|
|
@@ -7,6 +7,7 @@ var __importDefault = (this && this.__importDefault) || function (mod) {
|
|
|
7
7
|
return (mod && mod.__esModule) ? mod : { "default": mod };
|
|
8
8
|
};
|
|
9
9
|
Object.defineProperty(exports, "__esModule", { value: true });
|
|
10
|
+
exports.default = Loading;
|
|
10
11
|
var react_1 = __importDefault(require("react"));
|
|
11
12
|
var react_2 = require("@chakra-ui/react");
|
|
12
13
|
var react_3 = require("@emotion/react");
|
|
@@ -32,5 +33,4 @@ function Loading(_a) {
|
|
|
32
33
|
react_1.default.createElement(react_2.Spinner, { thickness: "4px", speed: "0.65s", emptyColor: "gray.200", color: "blue.500", size: "xl" }),
|
|
33
34
|
react_1.default.createElement(react_2.Text, { mt: "2", ml: "5" }, text))) : (react_1.default.createElement(react_2.Text, { mt: "2", ml: "5", fontSize: "50px", textTransform: "uppercase", fontWeight: 500, css: (0, react_3.css)(templateObject_2 || (templateObject_2 = __makeTemplateObject(["\n animation: ", " 2s infinite;\n "], ["\n animation: ", " 2s infinite;\n "])), colorTransition) }, text)))));
|
|
34
35
|
}
|
|
35
|
-
exports.default = Loading;
|
|
36
36
|
var templateObject_1, templateObject_2;
|
|
@@ -4,6 +4,7 @@ var __importDefault = (this && this.__importDefault) || function (mod) {
|
|
|
4
4
|
};
|
|
5
5
|
Object.defineProperty(exports, "__esModule", { value: true });
|
|
6
6
|
exports.ModalFooter = exports.ModalBody = exports.ModalHeader = void 0;
|
|
7
|
+
exports.default = Modal;
|
|
7
8
|
var react_1 = __importDefault(require("react"));
|
|
8
9
|
var react_2 = require("@chakra-ui/react");
|
|
9
10
|
var ModalHeader = function (_a) {
|
|
@@ -47,4 +48,3 @@ function Modal(_a) {
|
|
|
47
48
|
react_1.default.createElement(react_2.ModalBody, null, body),
|
|
48
49
|
footer && react_1.default.createElement(react_2.ModalFooter, null, footer))))));
|
|
49
50
|
}
|
|
50
|
-
exports.default = Modal;
|
|
@@ -1,4 +1,3 @@
|
|
|
1
|
-
/// <reference types="react" />
|
|
2
1
|
import { ModalProps } from "@chakra-ui/react";
|
|
3
2
|
export type ChakraModelProps = Pick<ModalProps, "isOpen" | "onClose" | "finalFocusRef" | "blockScrollOnMount" | "initialFocusRef" | "closeOnOverlayClick" | "isCentered" | "motionPreset" | "scrollBehavior"> & {
|
|
4
3
|
overlaybg?: string;
|
|
@@ -26,13 +26,23 @@ var __setModuleDefault = (this && this.__setModuleDefault) || (Object.create ? (
|
|
|
26
26
|
}) : function(o, v) {
|
|
27
27
|
o["default"] = v;
|
|
28
28
|
});
|
|
29
|
-
var __importStar = (this && this.__importStar) || function (
|
|
30
|
-
|
|
31
|
-
|
|
32
|
-
|
|
33
|
-
|
|
34
|
-
|
|
35
|
-
};
|
|
29
|
+
var __importStar = (this && this.__importStar) || (function () {
|
|
30
|
+
var ownKeys = function(o) {
|
|
31
|
+
ownKeys = Object.getOwnPropertyNames || function (o) {
|
|
32
|
+
var ar = [];
|
|
33
|
+
for (var k in o) if (Object.prototype.hasOwnProperty.call(o, k)) ar[ar.length] = k;
|
|
34
|
+
return ar;
|
|
35
|
+
};
|
|
36
|
+
return ownKeys(o);
|
|
37
|
+
};
|
|
38
|
+
return function (mod) {
|
|
39
|
+
if (mod && mod.__esModule) return mod;
|
|
40
|
+
var result = {};
|
|
41
|
+
if (mod != null) for (var k = ownKeys(mod), i = 0; i < k.length; i++) if (k[i] !== "default") __createBinding(result, mod, k[i]);
|
|
42
|
+
__setModuleDefault(result, mod);
|
|
43
|
+
return result;
|
|
44
|
+
};
|
|
45
|
+
})();
|
|
36
46
|
var __spreadArray = (this && this.__spreadArray) || function (to, from, pack) {
|
|
37
47
|
if (pack || arguments.length === 2) for (var i = 0, l = from.length, ar; i < l; i++) {
|
|
38
48
|
if (ar || !(i in from)) {
|
|
@@ -46,6 +56,7 @@ var __importDefault = (this && this.__importDefault) || function (mod) {
|
|
|
46
56
|
return (mod && mod.__esModule) ? mod : { "default": mod };
|
|
47
57
|
};
|
|
48
58
|
Object.defineProperty(exports, "__esModule", { value: true });
|
|
59
|
+
exports.default = MultiSelect;
|
|
49
60
|
var react_1 = __importStar(require("react"));
|
|
50
61
|
var react_2 = require("@chakra-ui/react");
|
|
51
62
|
var FormLabel_1 = require("../Common/FormLabel");
|
|
@@ -124,4 +135,3 @@ function MultiSelect(_a) {
|
|
|
124
135
|
(error || localError) && (react_1.default.createElement(ErrorMessage_1.default, { errorMessage: localError || errorMessage })),
|
|
125
136
|
helperText && !error && react_1.default.createElement(HelperText_1.default, { helperText: helperText })));
|
|
126
137
|
}
|
|
127
|
-
exports.default = MultiSelect;
|
|
@@ -3,6 +3,7 @@ var __importDefault = (this && this.__importDefault) || function (mod) {
|
|
|
3
3
|
return (mod && mod.__esModule) ? mod : { "default": mod };
|
|
4
4
|
};
|
|
5
5
|
Object.defineProperty(exports, "__esModule", { value: true });
|
|
6
|
+
exports.default = NavBar;
|
|
6
7
|
var react_1 = __importDefault(require("react"));
|
|
7
8
|
var react_2 = require("@chakra-ui/react");
|
|
8
9
|
var useCustomTheme_1 = require("../../Theme/useCustomTheme");
|
|
@@ -54,4 +55,3 @@ function NavBar(_a) {
|
|
|
54
55
|
react_1.default.createElement(react_2.Box, null, react_1.default.createElement(lucide_react_1.LogOut, { size: 16 })),
|
|
55
56
|
react_1.default.createElement(react_2.Box, null, logoutText))))))))));
|
|
56
57
|
}
|
|
57
|
-
exports.default = NavBar;
|