spotlibs-components 0.1.9 → 0.1.11
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/{chunk-J3F77MZN.mjs → chunk-F6KSEYVB.mjs} +4 -35
- package/dist/chunk-F6KSEYVB.mjs.map +1 -0
- package/dist/chunk-UFE7HFT2.mjs +60 -0
- package/dist/chunk-UFE7HFT2.mjs.map +1 -0
- package/dist/chunk-YOSPWY5K.mjs +36 -0
- package/dist/chunk-YOSPWY5K.mjs.map +1 -0
- package/dist/{atoms → components/atoms}/icons/index.mjs +2 -1
- package/dist/components/index.d.mts +449 -0
- package/dist/components/index.mjs +7241 -0
- package/dist/components/index.mjs.map +1 -0
- package/dist/components/mui/index.d.mts +23 -0
- package/dist/components/mui/index.mjs +27 -0
- package/dist/components/mui/index.mjs.map +1 -0
- package/dist/components/types.d.mts +4 -0
- package/dist/{types-qsnVqq6_.d.mts → types-BkrxwBFm.d.mts} +443 -292
- package/dist/utils/index.d.mts +186 -0
- package/dist/utils/index.mjs +477 -0
- package/dist/utils/index.mjs.map +1 -0
- package/package.json +17 -2
- package/src/utils/admin-kuota-nasional/constant.js +95 -0
- package/src/utils/asset.js +10 -0
- package/src/utils/booleanUtils.js +19 -0
- package/src/utils/briguna-digital/constant.js +12 -0
- package/src/utils/compress.js +24 -0
- package/src/utils/compressImage.js +20 -0
- package/src/utils/constants.js +20 -0
- package/src/utils/cookies.js +102 -0
- package/src/utils/crypto.js +104 -0
- package/src/utils/decodeString.js +17 -0
- package/src/utils/disableFormElements.js +19 -0
- package/src/utils/excelUtils.js +60 -0
- package/src/utils/exception.js +86 -0
- package/src/utils/formatString.js +151 -0
- package/src/utils/formatters/account.js +98 -0
- package/src/utils/formatters/currency.js +125 -0
- package/src/utils/formatters/date.js +219 -0
- package/src/utils/formatters/index.js +47 -0
- package/src/utils/formatters/string.js +114 -0
- package/src/utils/generateImportExcel.js +546 -0
- package/src/utils/generateTimestamp.js +4 -0
- package/src/utils/handleApiError.js +17 -0
- package/src/utils/index.js +92 -0
- package/src/utils/json.js +55 -0
- package/src/utils/localStorage.js +8 -0
- package/src/utils/logger.js +46 -0
- package/src/utils/schema/globalSchema.js +10 -0
- package/src/utils/signature.js +75 -0
- package/src/utils/specifics/korporasi/prakarsaKorporasiUtils.js +87 -0
- package/src/utils/specifics/mikro/validationMaintenanceAgunanUtils.js +214 -0
- package/src/utils/static-data/korporasi/prakarsa/analisa-risiko-kredit-nasabah/analisa-kinerja-keuangan/listStaticData.js +290 -0
- package/src/utils/static-data/korporasi/prakarsa/appendix/proyeksi-laporan-arus-kas/listStaticData.js +7 -0
- package/src/utils/static-data/korporasi/prakarsa/appendix/proyeksi-laporan-keuangan/listStaticData.js +75 -0
- package/src/utils/static-data/korporasi/prakarsa/appendix/total-exposure-group/listStaticData.js +7 -0
- package/src/utils/static-data/korporasi/prakarsa/create/listStaticData.js +21 -0
- package/src/utils/static-data/korporasi/prakarsa/generals/listExcelConfigData.js +11 -0
- package/src/utils/static-data/korporasi/prakarsa/pengajuan-fasilitas-kredit/fasilitas-kredit/listStaticData.js +69 -0
- package/src/utils/static-data/korporasi-internasional/eksternal/listStaticData.js +193 -0
- package/src/utils/static-data/korporasi-internasional/master/listStaticData.js +24 -0
- package/src/utils/static-data/korporasi-internasional/uji-kepatuhan/listStaticData.js +250 -0
- package/src/utils/status.js +160 -0
- package/src/utils/store/adminKuotaNasional.js +7 -0
- package/src/utils/store/authStore.js +13 -0
- package/src/utils/store/bankGaransiStore.js +10 -0
- package/src/utils/store/korporasi/approval/interface/interfaceStore.js +10 -0
- package/src/utils/store/korporasi/general/generalKorporasiStore.js +13 -0
- package/src/utils/store/korporasi/loan-disbursement/loanDisbursementStore.js +77 -0
- package/src/utils/store/korporasi/prakarsa/fasilitas-kredit/fasilitasKreditStore.js +141 -0
- package/src/utils/store/migrasi-mandiri/migrasiMandiriStore.js +53 -0
- package/src/utils/store/monitoring-konsumer/monitoring-leads-KPP/monitoring-leads-kpp-internal.js +34 -0
- package/src/utils/store/prakarsaBankGaransiStore.js +21 -0
- package/src/utils/store/prognosa-crr/settingPrognosaROStore.js +9 -0
- package/src/utils/store/prognosaRMStore.js +30 -0
- package/src/utils/store/restrukStore.js +26 -0
- package/src/utils/store/verificationAccessLink.js +11 -0
- package/src/utils/store/warkat-bg-wholesale/warkatBgWholesaleStore.js +22 -0
- package/src/utils/stringUtils.js +226 -0
- package/src/utils/tipeBank.js +14 -0
- package/dist/chunk-J3F77MZN.mjs.map +0 -1
- package/dist/index.css +0 -32
- package/dist/index.css.map +0 -1
- package/dist/index.d.mts +0 -1726
- package/dist/index.mjs +0 -18584
- package/dist/index.mjs.map +0 -1
- package/dist/types.d.mts +0 -4
- /package/dist/{atoms → components/atoms}/icons/index.d.mts +0 -0
- /package/dist/{atoms → components/atoms}/icons/index.mjs.map +0 -0
- /package/dist/{types.mjs → components/types.mjs} +0 -0
- /package/dist/{types.mjs.map → components/types.mjs.map} +0 -0
|
@@ -0,0 +1,60 @@
|
|
|
1
|
+
"use client";
|
|
2
|
+
// src/utils/json.js
|
|
3
|
+
function parseJSON(value) {
|
|
4
|
+
try {
|
|
5
|
+
return JSON.parse(value);
|
|
6
|
+
} catch (err) {
|
|
7
|
+
return value;
|
|
8
|
+
}
|
|
9
|
+
}
|
|
10
|
+
function jsonToStringLimiter(value = null) {
|
|
11
|
+
try {
|
|
12
|
+
if (value) {
|
|
13
|
+
const convertData = JSON.stringify(value);
|
|
14
|
+
let newData = "";
|
|
15
|
+
if (convertData.length > 200) {
|
|
16
|
+
newData = convertData.substring(0, 200) + "***}";
|
|
17
|
+
} else {
|
|
18
|
+
newData = convertData;
|
|
19
|
+
}
|
|
20
|
+
return newData;
|
|
21
|
+
}
|
|
22
|
+
return null;
|
|
23
|
+
} catch (e) {
|
|
24
|
+
return e;
|
|
25
|
+
}
|
|
26
|
+
}
|
|
27
|
+
function errorState(name, errors) {
|
|
28
|
+
const parts = name.split(".");
|
|
29
|
+
let value = errors;
|
|
30
|
+
for (let part of parts) {
|
|
31
|
+
if (!value) {
|
|
32
|
+
break;
|
|
33
|
+
}
|
|
34
|
+
const index = Number(part);
|
|
35
|
+
value = !isNaN(index) ? value[index] : value[part];
|
|
36
|
+
}
|
|
37
|
+
return value;
|
|
38
|
+
}
|
|
39
|
+
function ascendingStringify(obj) {
|
|
40
|
+
if (Array.isArray(obj)) {
|
|
41
|
+
return "[" + obj.map(ascendingStringify).join(",") + "]";
|
|
42
|
+
} else if (obj && typeof obj === "object") {
|
|
43
|
+
return "{" + Object.keys(obj).sort().map(
|
|
44
|
+
(key) => JSON.stringify(key) + ":" + ascendingStringify(obj[key])
|
|
45
|
+
).join(",") + "}";
|
|
46
|
+
} else {
|
|
47
|
+
return JSON.stringify(obj);
|
|
48
|
+
}
|
|
49
|
+
}
|
|
50
|
+
|
|
51
|
+
// src/utils/asset.js
|
|
52
|
+
var callAsset = (uri = "") => {
|
|
53
|
+
var _a;
|
|
54
|
+
const basePath = typeof window === "undefined" ? "" : ((_a = window.__NEXT_DATA__) == null ? void 0 : _a.assetPrefix) || process.env.NEXT_PUBLIC_BASE_PATH || "";
|
|
55
|
+
return `${basePath}${uri}`;
|
|
56
|
+
};
|
|
57
|
+
|
|
58
|
+
export { ascendingStringify, callAsset, errorState, jsonToStringLimiter, parseJSON };
|
|
59
|
+
//# sourceMappingURL=chunk-UFE7HFT2.mjs.map
|
|
60
|
+
//# sourceMappingURL=chunk-UFE7HFT2.mjs.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"sources":["../src/utils/json.js","../src/utils/asset.js"],"names":[],"mappings":";AAAO,SAAS,UAAU,KAAA,EAAO;AAC/B,EAAA,IAAI;AACF,IAAA,OAAO,IAAA,CAAK,MAAM,KAAK,CAAA;AAAA,EACzB,SAAS,GAAA,EAAK;AACZ,IAAA,OAAO,KAAA;AAAA,EACT;AACF;AAEO,SAAS,mBAAA,CAAoB,QAAQ,IAAA,EAAM;AAChD,EAAA,IAAI;AACF,IAAA,IAAI,KAAA,EAAO;AACT,MAAA,MAAM,WAAA,GAAc,IAAA,CAAK,SAAA,CAAU,KAAK,CAAA;AACxC,MAAA,IAAI,OAAA,GAAU,EAAA;AAEd,MAAA,IAAI,WAAA,CAAY,SAAS,GAAA,EAAK;AAC5B,QAAA,OAAA,GAAU,WAAA,CAAY,SAAA,CAAU,CAAA,EAAG,GAAG,CAAA,GAAI,MAAA;AAAA,MAC5C,CAAA,MAAO;AACL,QAAA,OAAA,GAAU,WAAA;AAAA,MACZ;AAEA,MAAA,OAAO,OAAA;AAAA,IACT;AAEA,IAAA,OAAO,IAAA;AAAA,EACT,SAAS,CAAA,EAAG;AACV,IAAA,OAAO,CAAA;AAAA,EACT;AACF;AAEO,SAAS,UAAA,CAAW,MAAM,MAAA,EAAQ;AACvC,EAAA,MAAM,KAAA,GAAQ,IAAA,CAAK,KAAA,CAAM,GAAG,CAAA;AAC5B,EAAA,IAAI,KAAA,GAAQ,MAAA;AACZ,EAAA,KAAA,IAAS,QAAQ,KAAA,EAAO;AACtB,IAAA,IAAI,CAAC,KAAA,EAAO;AACV,MAAA;AAAA,IACF;AAEA,IAAA,MAAM,KAAA,GAAQ,OAAO,IAAI,CAAA;AACzB,IAAA,KAAA,GAAQ,CAAC,MAAM,KAAK,CAAA,GAAI,MAAM,KAAK,CAAA,GAAI,MAAM,IAAI,CAAA;AAAA,EACnD;AAEA,EAAA,OAAO,KAAA;AACT;AAEO,SAAS,mBAAmB,GAAA,EAAK;AACtC,EAAA,IAAI,KAAA,CAAM,OAAA,CAAQ,GAAG,CAAA,EAAG;AACtB,IAAA,OAAO,MAAM,GAAA,CAAI,GAAA,CAAI,kBAAkB,CAAA,CAAE,IAAA,CAAK,GAAG,CAAA,GAAI,GAAA;AAAA,EACvD,CAAA,MAAA,IAAW,GAAA,IAAO,OAAO,GAAA,KAAQ,QAAA,EAAU;AACzC,IAAA,OAAO,MAAM,MAAA,CAAO,IAAA,CAAK,GAAG,CAAA,CAAE,MAAK,CAAE,GAAA;AAAA,MACnC,CAAA,GAAA,KAAO,KAAK,SAAA,CAAU,GAAG,IAAI,GAAA,GAAM,kBAAA,CAAmB,GAAA,CAAI,GAAG,CAAC;AAAA,KAChE,CAAE,IAAA,CAAK,GAAG,CAAA,GAAI,GAAA;AAAA,EAChB,CAAA,MAAO;AACL,IAAA,OAAO,IAAA,CAAK,UAAU,GAAG,CAAA;AAAA,EAC3B;AACF;;;ACtDO,IAAM,SAAA,GAAY,CAAC,GAAA,GAAM,EAAA,KAAO;AAAvC,EAAA,IAAA,EAAA;AACE,EAAA,MAAM,QAAA,GACJ,OAAO,MAAA,KAAW,WAAA,GACd,EAAA,GAAA,CAAA,CACC,EAAA,GAAA,MAAA,CAAO,aAAA,KAAP,IAAA,GAAA,MAAA,GAAA,EAAA,CAAsB,WAAA,KACrB,OAAA,CAAQ,GAAA,CAAI,qBAAA,IACZ,EAAA;AAER,EAAA,OAAO,CAAA,EAAG,QAAQ,CAAA,EAAG,GAAG,CAAA,CAAA;AAC1B","file":"chunk-UFE7HFT2.mjs","sourcesContent":["export function parseJSON(value) {\r\n try {\r\n return JSON.parse(value);\r\n } catch (err) {\r\n return value;\r\n }\r\n}\r\n\r\nexport function jsonToStringLimiter(value = null) {\r\n try {\r\n if (value) {\r\n const convertData = JSON.stringify(value);\r\n let newData = \"\";\r\n\r\n if (convertData.length > 200) {\r\n newData = convertData.substring(0, 200) + \"***}\";\r\n } else {\r\n newData = convertData;\r\n }\r\n\r\n return newData;\r\n }\r\n\r\n return null;\r\n } catch (e) {\r\n return e;\r\n }\r\n}\r\n\r\nexport function errorState(name, errors) {\r\n const parts = name.split(\".\");\r\n let value = errors;\r\n for (let part of parts) {\r\n if (!value) {\r\n break;\r\n }\r\n\r\n const index = Number(part);\r\n value = !isNaN(index) ? value[index] : value[part];\r\n }\r\n\r\n return value;\r\n}\r\n\r\nexport function ascendingStringify(obj) {\r\n if (Array.isArray(obj)) {\r\n return '[' + obj.map(ascendingStringify).join(',') + ']';\r\n } else if (obj && typeof obj === 'object') {\r\n return '{' + Object.keys(obj).sort().map(\r\n key => JSON.stringify(key) + ':' + ascendingStringify(obj[key])\r\n ).join(',') + '}';\r\n } else {\r\n return JSON.stringify(obj);\r\n }\r\n}\r\n","export const callAsset = (uri = \"\") => {\r\n const basePath =\r\n typeof window === \"undefined\"\r\n ? \"\"\r\n : (window.__NEXT_DATA__?.assetPrefix ||\r\n process.env.NEXT_PUBLIC_BASE_PATH ||\r\n \"\");\r\n\r\n return `${basePath}${uri}`;\r\n};"]}
|
|
@@ -0,0 +1,36 @@
|
|
|
1
|
+
"use client";
|
|
2
|
+
var __defProp = Object.defineProperty;
|
|
3
|
+
var __defProps = Object.defineProperties;
|
|
4
|
+
var __getOwnPropDescs = Object.getOwnPropertyDescriptors;
|
|
5
|
+
var __getOwnPropSymbols = Object.getOwnPropertySymbols;
|
|
6
|
+
var __hasOwnProp = Object.prototype.hasOwnProperty;
|
|
7
|
+
var __propIsEnum = Object.prototype.propertyIsEnumerable;
|
|
8
|
+
var __defNormalProp = (obj, key, value) => key in obj ? __defProp(obj, key, { enumerable: true, configurable: true, writable: true, value }) : obj[key] = value;
|
|
9
|
+
var __spreadValues = (a, b) => {
|
|
10
|
+
for (var prop in b || (b = {}))
|
|
11
|
+
if (__hasOwnProp.call(b, prop))
|
|
12
|
+
__defNormalProp(a, prop, b[prop]);
|
|
13
|
+
if (__getOwnPropSymbols)
|
|
14
|
+
for (var prop of __getOwnPropSymbols(b)) {
|
|
15
|
+
if (__propIsEnum.call(b, prop))
|
|
16
|
+
__defNormalProp(a, prop, b[prop]);
|
|
17
|
+
}
|
|
18
|
+
return a;
|
|
19
|
+
};
|
|
20
|
+
var __spreadProps = (a, b) => __defProps(a, __getOwnPropDescs(b));
|
|
21
|
+
var __objRest = (source, exclude) => {
|
|
22
|
+
var target = {};
|
|
23
|
+
for (var prop in source)
|
|
24
|
+
if (__hasOwnProp.call(source, prop) && exclude.indexOf(prop) < 0)
|
|
25
|
+
target[prop] = source[prop];
|
|
26
|
+
if (source != null && __getOwnPropSymbols)
|
|
27
|
+
for (var prop of __getOwnPropSymbols(source)) {
|
|
28
|
+
if (exclude.indexOf(prop) < 0 && __propIsEnum.call(source, prop))
|
|
29
|
+
target[prop] = source[prop];
|
|
30
|
+
}
|
|
31
|
+
return target;
|
|
32
|
+
};
|
|
33
|
+
|
|
34
|
+
export { __objRest, __spreadProps, __spreadValues };
|
|
35
|
+
//# sourceMappingURL=chunk-YOSPWY5K.mjs.map
|
|
36
|
+
//# sourceMappingURL=chunk-YOSPWY5K.mjs.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"sources":[],"names":[],"mappings":"","file":"chunk-YOSPWY5K.mjs"}
|
|
@@ -1,5 +1,6 @@
|
|
|
1
1
|
"use client";
|
|
2
|
-
export { AnalisisRisikoKreditNasabahIcon, AppendixIcon, BgBuilding, BgPerson, ChecklistDokumenPaketKreditIcon, CreditRiskRatingIcon, DefaultAvatarIcon, DefaultImageIcon, DokumenPenjagaanIcon, EmptyDataIcon, FilePdfIcon, IconFileCSV, IconFileDocx, IconFileDrive, IconFileJPG, IconFilePDF, IconFileXls, IconOnProcess, InformasiKursIcon, InformasiNasabahIcon, InformationIcon, MatriksRiskDanMitigationIcon, NoInternetConnectionIcon as NoInternetIcon, NotulenRapatPraKomiteIcon, OfferingLetterIcon, PengajuanDanFasilitasKreditIcon, ProfitabilitasDanHubunganNasabahIcon, RekeningEscrowIcon, RekeningOprasionalIcon, RekeningTujuanIcon, RekomendasiPutusanIcon, RingkasanEksekutifIcon, ThumbDialogConfirm, ThumbDialogSuccess, ThumbDialogWarning, ThumbDialogWarningV2, ThumbModalError, ThumbOnProgress, ThumbSendFailed, ThumbSendSuccess, Thumblock } from '
|
|
2
|
+
export { AnalisisRisikoKreditNasabahIcon, AppendixIcon, BgBuilding, BgPerson, ChecklistDokumenPaketKreditIcon, CreditRiskRatingIcon, DefaultAvatarIcon, DefaultImageIcon, DokumenPenjagaanIcon, EmptyDataIcon, FilePdfIcon, IconFileCSV, IconFileDocx, IconFileDrive, IconFileJPG, IconFilePDF, IconFileXls, IconOnProcess, InformasiKursIcon, InformasiNasabahIcon, InformationIcon, MatriksRiskDanMitigationIcon, NoInternetConnectionIcon as NoInternetIcon, NotulenRapatPraKomiteIcon, OfferingLetterIcon, PengajuanDanFasilitasKreditIcon, ProfitabilitasDanHubunganNasabahIcon, RekeningEscrowIcon, RekeningOprasionalIcon, RekeningTujuanIcon, RekomendasiPutusanIcon, RingkasanEksekutifIcon, ThumbDialogConfirm, ThumbDialogSuccess, ThumbDialogWarning, ThumbDialogWarningV2, ThumbModalError, ThumbOnProgress, ThumbSendFailed, ThumbSendSuccess, Thumblock } from '../../../chunk-F6KSEYVB.mjs';
|
|
3
|
+
import '../../../chunk-YOSPWY5K.mjs';
|
|
3
4
|
export * from '@tabler/icons-react';
|
|
4
5
|
//# sourceMappingURL=index.mjs.map
|
|
5
6
|
//# sourceMappingURL=index.mjs.map
|
|
@@ -0,0 +1,449 @@
|
|
|
1
|
+
import * as react_jsx_runtime from 'react/jsx-runtime';
|
|
2
|
+
export { AnalisisRisikoKreditNasabahIcon, AppendixIcon, BgBuilding, BgPerson, ChecklistDokumenPaketKreditIcon, CreditRiskRatingIcon, DefaultAvatarIcon, DefaultImageIcon, DokumenPenjagaanIcon, EmptyDataIcon, FilePdfIcon, IconFileCSV, IconFileDocx, IconFileDrive, IconFileJPG, IconFilePDF, IconFileXls, IconOnProcess, InformasiKursIcon, InformasiNasabahIcon, InformationIcon, MatriksRiskDanMitigationIcon, NoInternetIcon as NoInternetConnectionIcon, NotulenRapatPraKomiteIcon, OfferingLetterIcon, PengajuanDanFasilitasKreditIcon, ProfitabilitasDanHubunganNasabahIcon, RekeningEscrowIcon, RekeningOprasionalIcon, RekeningTujuanIcon, RekomendasiPutusanIcon, RingkasanEksekutifIcon, ThumbDialogConfirm, ThumbDialogSuccess, ThumbDialogWarning, ThumbDialogWarningV2, ThumbModalError, ThumbOnProgress, ThumbSendFailed, ThumbSendSuccess, Thumblock } from './atoms/icons/index.mjs';
|
|
3
|
+
export { B as BaseAlert, a as BaseButton, b as BaseCard, c as BaseCheckbox, d as BaseDatatable, e as BaseDatePicker, f as BaseDropdown, g as BaseDropzone, h as BaseModal, i as BaseModalOTP, j as BaseModalStepper, k as BaseRadioButton, l as BaseSkeleton, m as BaseSnackbar, n as BaseStepper, o as BaseSwitch, p as BaseTextArea, q as BaseTextField, r as BaseTypography, C as CONTENT_SPACING_TOKENS, s as ContentSpacing, D as DerivedColor, P as PrimitiveColor, R as Radius, t as RadiusToken, S as Shadow, u as ShadowToken, v as Spacing, w as SpacingToken, T as TextFieldUpload, V as VariantStyles } from '../types-BkrxwBFm.mjs';
|
|
4
|
+
import '@tabler/icons-react';
|
|
5
|
+
import 'react';
|
|
6
|
+
import '@mui/material/styles';
|
|
7
|
+
import 'react-hook-form';
|
|
8
|
+
|
|
9
|
+
declare function ArrowLeft({ color }: {
|
|
10
|
+
color: any;
|
|
11
|
+
}): react_jsx_runtime.JSX.Element;
|
|
12
|
+
|
|
13
|
+
declare function IconAdd({ color }: {
|
|
14
|
+
color: any;
|
|
15
|
+
}): react_jsx_runtime.JSX.Element;
|
|
16
|
+
|
|
17
|
+
declare function ArrowRight(color: any): react_jsx_runtime.JSX.Element;
|
|
18
|
+
|
|
19
|
+
declare function AuctionHammerIcon({ color, outline }: {
|
|
20
|
+
color: any;
|
|
21
|
+
outline: any;
|
|
22
|
+
}): react_jsx_runtime.JSX.Element;
|
|
23
|
+
|
|
24
|
+
declare function IconBiometricScan({ color }: {
|
|
25
|
+
color: any;
|
|
26
|
+
}): react_jsx_runtime.JSX.Element;
|
|
27
|
+
|
|
28
|
+
declare function IconBrokenImage({ color }: {
|
|
29
|
+
color: any;
|
|
30
|
+
}): react_jsx_runtime.JSX.Element;
|
|
31
|
+
|
|
32
|
+
declare function CalculatorIcon(color: any): react_jsx_runtime.JSX.Element;
|
|
33
|
+
|
|
34
|
+
declare function IconCalendar({ color }: {
|
|
35
|
+
color: any;
|
|
36
|
+
}): react_jsx_runtime.JSX.Element;
|
|
37
|
+
|
|
38
|
+
declare function CapsLockOn({ color }: {
|
|
39
|
+
color: any;
|
|
40
|
+
}): react_jsx_runtime.JSX.Element;
|
|
41
|
+
|
|
42
|
+
declare function IconCardOrange({ color }: {
|
|
43
|
+
color: any;
|
|
44
|
+
}): react_jsx_runtime.JSX.Element;
|
|
45
|
+
|
|
46
|
+
declare function CashIcon({ color, outline }: {
|
|
47
|
+
color: any;
|
|
48
|
+
outline: any;
|
|
49
|
+
}): react_jsx_runtime.JSX.Element;
|
|
50
|
+
|
|
51
|
+
declare function CheckboxBorder({ disabled, color, size, }: {
|
|
52
|
+
disabled: any;
|
|
53
|
+
color: any;
|
|
54
|
+
size?: number;
|
|
55
|
+
}): react_jsx_runtime.JSX.Element;
|
|
56
|
+
|
|
57
|
+
declare function CheckboxChecked({ disabled, color, size, }: {
|
|
58
|
+
disabled: any;
|
|
59
|
+
color: any;
|
|
60
|
+
size?: number;
|
|
61
|
+
}): react_jsx_runtime.JSX.Element;
|
|
62
|
+
|
|
63
|
+
declare function ChecklistGreen(): react_jsx_runtime.JSX.Element;
|
|
64
|
+
|
|
65
|
+
declare function IconChevronLeft({ color }: {
|
|
66
|
+
color: any;
|
|
67
|
+
}): react_jsx_runtime.JSX.Element;
|
|
68
|
+
|
|
69
|
+
declare function IconChevronRight({ color }: {
|
|
70
|
+
color: any;
|
|
71
|
+
}): react_jsx_runtime.JSX.Element;
|
|
72
|
+
|
|
73
|
+
declare function CircleCheck({ color, width, height, }: {
|
|
74
|
+
color?: string;
|
|
75
|
+
width?: string;
|
|
76
|
+
height?: string;
|
|
77
|
+
}): react_jsx_runtime.JSX.Element;
|
|
78
|
+
|
|
79
|
+
declare function CircleCross({ color, width, height, }: {
|
|
80
|
+
color?: string;
|
|
81
|
+
width?: string;
|
|
82
|
+
height?: string;
|
|
83
|
+
}): react_jsx_runtime.JSX.Element;
|
|
84
|
+
|
|
85
|
+
declare function CommentBuble(): react_jsx_runtime.JSX.Element;
|
|
86
|
+
|
|
87
|
+
declare function IconConfeti({ color }: {
|
|
88
|
+
color: any;
|
|
89
|
+
}): react_jsx_runtime.JSX.Element;
|
|
90
|
+
|
|
91
|
+
declare function IconCrossLine({ color }: {
|
|
92
|
+
color: any;
|
|
93
|
+
}): react_jsx_runtime.JSX.Element;
|
|
94
|
+
|
|
95
|
+
declare function IconCross({ color }: {
|
|
96
|
+
color: any;
|
|
97
|
+
}): react_jsx_runtime.JSX.Element;
|
|
98
|
+
|
|
99
|
+
declare function Dashboard(color: any): react_jsx_runtime.JSX.Element;
|
|
100
|
+
|
|
101
|
+
declare function IconDeleteBin({ color, isSmall }: {
|
|
102
|
+
color: any;
|
|
103
|
+
isSmall: any;
|
|
104
|
+
}): react_jsx_runtime.JSX.Element;
|
|
105
|
+
|
|
106
|
+
declare function IconDocumentAddOutline({ color }: {
|
|
107
|
+
color: any;
|
|
108
|
+
}): react_jsx_runtime.JSX.Element;
|
|
109
|
+
|
|
110
|
+
declare function IconDocumentAdd({ color }: {
|
|
111
|
+
color: any;
|
|
112
|
+
}): react_jsx_runtime.JSX.Element;
|
|
113
|
+
|
|
114
|
+
declare function DocumentNotFound(): react_jsx_runtime.JSX.Element;
|
|
115
|
+
|
|
116
|
+
declare function IconDocumentSleve({ color }: {
|
|
117
|
+
color: any;
|
|
118
|
+
}): react_jsx_runtime.JSX.Element;
|
|
119
|
+
|
|
120
|
+
declare function IconDocument({ color }: {
|
|
121
|
+
color: any;
|
|
122
|
+
}): react_jsx_runtime.JSX.Element;
|
|
123
|
+
|
|
124
|
+
declare function DownloadDocumentIcon({ color }: {
|
|
125
|
+
color: any;
|
|
126
|
+
}): react_jsx_runtime.JSX.Element;
|
|
127
|
+
|
|
128
|
+
declare function DownloadIconSmall(color: any): react_jsx_runtime.JSX.Element;
|
|
129
|
+
|
|
130
|
+
declare function IconDownloadOutline({ color }: {
|
|
131
|
+
color: any;
|
|
132
|
+
}): react_jsx_runtime.JSX.Element;
|
|
133
|
+
|
|
134
|
+
declare function DownloadIconLarge({ color, width, height, }: {
|
|
135
|
+
color?: string;
|
|
136
|
+
width?: string;
|
|
137
|
+
height?: string;
|
|
138
|
+
}): react_jsx_runtime.JSX.Element;
|
|
139
|
+
|
|
140
|
+
declare function IconDuplicate({ color }: {
|
|
141
|
+
color: any;
|
|
142
|
+
}): react_jsx_runtime.JSX.Element;
|
|
143
|
+
|
|
144
|
+
declare function IconEdit({ color, isSmall }: {
|
|
145
|
+
color: any;
|
|
146
|
+
isSmall: any;
|
|
147
|
+
}): react_jsx_runtime.JSX.Element;
|
|
148
|
+
|
|
149
|
+
declare function IconExclamation({ size, color, }: {
|
|
150
|
+
size?: number;
|
|
151
|
+
color?: string;
|
|
152
|
+
}): react_jsx_runtime.JSX.Element;
|
|
153
|
+
|
|
154
|
+
declare function FileOutlineCustom(props: any): react_jsx_runtime.JSX.Element;
|
|
155
|
+
|
|
156
|
+
declare function IconFileOutline({ color }: {
|
|
157
|
+
color: any;
|
|
158
|
+
}): react_jsx_runtime.JSX.Element;
|
|
159
|
+
|
|
160
|
+
declare function IconFileSleve({ color }: {
|
|
161
|
+
color: any;
|
|
162
|
+
}): react_jsx_runtime.JSX.Element;
|
|
163
|
+
|
|
164
|
+
declare function IconFile({ color }: {
|
|
165
|
+
color: any;
|
|
166
|
+
}): react_jsx_runtime.JSX.Element;
|
|
167
|
+
|
|
168
|
+
declare function IconFingerScan({ color, isBordered }: {
|
|
169
|
+
color: any;
|
|
170
|
+
isBordered?: boolean;
|
|
171
|
+
}): react_jsx_runtime.JSX.Element;
|
|
172
|
+
|
|
173
|
+
declare function GenerateDocumentIcon({ color }: {
|
|
174
|
+
color: any;
|
|
175
|
+
}): react_jsx_runtime.JSX.Element;
|
|
176
|
+
|
|
177
|
+
declare function IconGradingRounded({ color, width, height }: {
|
|
178
|
+
color: any;
|
|
179
|
+
width: any;
|
|
180
|
+
height: any;
|
|
181
|
+
}): react_jsx_runtime.JSX.Element;
|
|
182
|
+
|
|
183
|
+
declare function HandstopSign({ color, width, height, }: {
|
|
184
|
+
color?: string;
|
|
185
|
+
width?: string;
|
|
186
|
+
height?: string;
|
|
187
|
+
}): react_jsx_runtime.JSX.Element;
|
|
188
|
+
|
|
189
|
+
declare function HomeAssetIcon({ color, outline }: {
|
|
190
|
+
color: any;
|
|
191
|
+
outline: any;
|
|
192
|
+
}): react_jsx_runtime.JSX.Element;
|
|
193
|
+
|
|
194
|
+
declare function IconHomeOutlined(): react_jsx_runtime.JSX.Element;
|
|
195
|
+
|
|
196
|
+
declare function IconImage({ color }: {
|
|
197
|
+
color: any;
|
|
198
|
+
}): react_jsx_runtime.JSX.Element;
|
|
199
|
+
|
|
200
|
+
declare function IconInfoBgPutih({ isSmall }: {
|
|
201
|
+
isSmall: any;
|
|
202
|
+
}): react_jsx_runtime.JSX.Element;
|
|
203
|
+
|
|
204
|
+
declare function IconInfoHover(color: any): react_jsx_runtime.JSX.Element;
|
|
205
|
+
|
|
206
|
+
declare function IconInfo({ color, isSmall }: {
|
|
207
|
+
color: any;
|
|
208
|
+
isSmall: any;
|
|
209
|
+
}): react_jsx_runtime.JSX.Element;
|
|
210
|
+
|
|
211
|
+
declare function IconListDocument({ color }: {
|
|
212
|
+
color: any;
|
|
213
|
+
}): react_jsx_runtime.JSX.Element;
|
|
214
|
+
|
|
215
|
+
declare function IconModalClose({ color }: {
|
|
216
|
+
color: any;
|
|
217
|
+
}): react_jsx_runtime.JSX.Element;
|
|
218
|
+
|
|
219
|
+
declare function MoneyIcon({ color, width, height }: {
|
|
220
|
+
color: any;
|
|
221
|
+
width: any;
|
|
222
|
+
height: any;
|
|
223
|
+
}): react_jsx_runtime.JSX.Element;
|
|
224
|
+
|
|
225
|
+
declare function IconMoneyOne({ width, height }: {
|
|
226
|
+
width: any;
|
|
227
|
+
height: any;
|
|
228
|
+
}): react_jsx_runtime.JSX.Element;
|
|
229
|
+
|
|
230
|
+
declare function IconMoneyTwo({ width, height }: {
|
|
231
|
+
width: any;
|
|
232
|
+
height: any;
|
|
233
|
+
}): react_jsx_runtime.JSX.Element;
|
|
234
|
+
|
|
235
|
+
declare function IconMoney({ color, width, height }: {
|
|
236
|
+
color: any;
|
|
237
|
+
width: any;
|
|
238
|
+
height: any;
|
|
239
|
+
}): react_jsx_runtime.JSX.Element;
|
|
240
|
+
|
|
241
|
+
declare function IconNoData({ width, height }: {
|
|
242
|
+
width: any;
|
|
243
|
+
height: any;
|
|
244
|
+
}): react_jsx_runtime.JSX.Element;
|
|
245
|
+
|
|
246
|
+
declare function NotFoundIcon({ width, height }: {
|
|
247
|
+
width: any;
|
|
248
|
+
height: any;
|
|
249
|
+
}): react_jsx_runtime.JSX.Element;
|
|
250
|
+
|
|
251
|
+
declare function IconPeopleGroup(): react_jsx_runtime.JSX.Element;
|
|
252
|
+
|
|
253
|
+
declare function IconPeople(): react_jsx_runtime.JSX.Element;
|
|
254
|
+
|
|
255
|
+
declare function PersonIcon({ color, outline }: {
|
|
256
|
+
color: any;
|
|
257
|
+
outline: any;
|
|
258
|
+
}): react_jsx_runtime.JSX.Element;
|
|
259
|
+
|
|
260
|
+
declare function IconPhone({ color, width, height }: {
|
|
261
|
+
color: any;
|
|
262
|
+
width: any;
|
|
263
|
+
height: any;
|
|
264
|
+
}): react_jsx_runtime.JSX.Element;
|
|
265
|
+
|
|
266
|
+
declare function IconPlus({ color }: {
|
|
267
|
+
color: any;
|
|
268
|
+
}): react_jsx_runtime.JSX.Element;
|
|
269
|
+
|
|
270
|
+
declare function IconProgress({ width, height, color }: {
|
|
271
|
+
width: any;
|
|
272
|
+
height: any;
|
|
273
|
+
color: any;
|
|
274
|
+
}): react_jsx_runtime.JSX.Element;
|
|
275
|
+
|
|
276
|
+
declare function IconRecycle({ color }: {
|
|
277
|
+
color: any;
|
|
278
|
+
}): react_jsx_runtime.JSX.Element;
|
|
279
|
+
|
|
280
|
+
declare function IconReset({ color }: {
|
|
281
|
+
color: any;
|
|
282
|
+
}): react_jsx_runtime.JSX.Element;
|
|
283
|
+
|
|
284
|
+
declare function IconSaveOutlined({ color }: {
|
|
285
|
+
color: any;
|
|
286
|
+
}): react_jsx_runtime.JSX.Element;
|
|
287
|
+
|
|
288
|
+
declare function IconSave({ color, width, height }: {
|
|
289
|
+
color: any;
|
|
290
|
+
width?: string;
|
|
291
|
+
height?: string;
|
|
292
|
+
}): react_jsx_runtime.JSX.Element;
|
|
293
|
+
|
|
294
|
+
declare function IconSearch({ color }: {
|
|
295
|
+
color: any;
|
|
296
|
+
}): react_jsx_runtime.JSX.Element;
|
|
297
|
+
|
|
298
|
+
declare function IconSendBlue(): react_jsx_runtime.JSX.Element;
|
|
299
|
+
|
|
300
|
+
declare function IconSendOrange(): react_jsx_runtime.JSX.Element;
|
|
301
|
+
|
|
302
|
+
declare function IconSendWhiteFull(color: any): react_jsx_runtime.JSX.Element;
|
|
303
|
+
|
|
304
|
+
declare function IconSendWhite(color: any): react_jsx_runtime.JSX.Element;
|
|
305
|
+
|
|
306
|
+
declare function IconShuffle({ width, height, color, }: {
|
|
307
|
+
width?: string;
|
|
308
|
+
height?: string;
|
|
309
|
+
color?: string;
|
|
310
|
+
}): react_jsx_runtime.JSX.Element;
|
|
311
|
+
|
|
312
|
+
declare function StepOnProgress(): react_jsx_runtime.JSX.Element;
|
|
313
|
+
|
|
314
|
+
declare function TargetDartIcon({ color, outline }: {
|
|
315
|
+
color: any;
|
|
316
|
+
outline: any;
|
|
317
|
+
}): react_jsx_runtime.JSX.Element;
|
|
318
|
+
|
|
319
|
+
declare function ThumbsUp({ color, width, height, }: {
|
|
320
|
+
color?: string;
|
|
321
|
+
width?: string;
|
|
322
|
+
height?: string;
|
|
323
|
+
}): react_jsx_runtime.JSX.Element;
|
|
324
|
+
|
|
325
|
+
declare function IconTrashOutline({ color }: {
|
|
326
|
+
color: any;
|
|
327
|
+
}): react_jsx_runtime.JSX.Element;
|
|
328
|
+
|
|
329
|
+
declare function IconTrash({ color, width, height }: {
|
|
330
|
+
color: any;
|
|
331
|
+
width?: string;
|
|
332
|
+
height?: string;
|
|
333
|
+
}): react_jsx_runtime.JSX.Element;
|
|
334
|
+
|
|
335
|
+
declare function IconUpload({ color }: {
|
|
336
|
+
color: any;
|
|
337
|
+
}): react_jsx_runtime.JSX.Element;
|
|
338
|
+
|
|
339
|
+
declare function IconUserScan({ color }: {
|
|
340
|
+
color: any;
|
|
341
|
+
}): react_jsx_runtime.JSX.Element;
|
|
342
|
+
|
|
343
|
+
declare function IconUser({ color }: {
|
|
344
|
+
color: any;
|
|
345
|
+
}): react_jsx_runtime.JSX.Element;
|
|
346
|
+
|
|
347
|
+
declare function UsersIcon(): react_jsx_runtime.JSX.Element;
|
|
348
|
+
|
|
349
|
+
declare function IconVerification({ color }: {
|
|
350
|
+
color: any;
|
|
351
|
+
}): react_jsx_runtime.JSX.Element;
|
|
352
|
+
|
|
353
|
+
declare function IconWallet({ width, height, color }: {
|
|
354
|
+
width: any;
|
|
355
|
+
height: any;
|
|
356
|
+
color: any;
|
|
357
|
+
}): react_jsx_runtime.JSX.Element;
|
|
358
|
+
|
|
359
|
+
declare function IconWarningTriangle({ color }: {
|
|
360
|
+
color: any;
|
|
361
|
+
}): react_jsx_runtime.JSX.Element;
|
|
362
|
+
|
|
363
|
+
declare function LoaderIcon({ color, width, height, }: {
|
|
364
|
+
color?: string;
|
|
365
|
+
width?: string;
|
|
366
|
+
height?: string;
|
|
367
|
+
}): react_jsx_runtime.JSX.Element;
|
|
368
|
+
|
|
369
|
+
declare function UploadIcon({ color, width, height, }: {
|
|
370
|
+
color?: string;
|
|
371
|
+
width?: string;
|
|
372
|
+
height?: string;
|
|
373
|
+
}): react_jsx_runtime.JSX.Element;
|
|
374
|
+
|
|
375
|
+
declare function ArrowUpDown({ color }: {
|
|
376
|
+
color: any;
|
|
377
|
+
}): react_jsx_runtime.JSX.Element;
|
|
378
|
+
|
|
379
|
+
declare function MaximizeIcon({ color }: {
|
|
380
|
+
color: any;
|
|
381
|
+
}): react_jsx_runtime.JSX.Element;
|
|
382
|
+
|
|
383
|
+
declare function MinimizeIcon({ color }: {
|
|
384
|
+
color: any;
|
|
385
|
+
}): react_jsx_runtime.JSX.Element;
|
|
386
|
+
|
|
387
|
+
declare function SuffleIcon({ color }: {
|
|
388
|
+
color: any;
|
|
389
|
+
}): react_jsx_runtime.JSX.Element;
|
|
390
|
+
|
|
391
|
+
declare function RefreshIcon({ color }: {
|
|
392
|
+
color: any;
|
|
393
|
+
}): react_jsx_runtime.JSX.Element;
|
|
394
|
+
|
|
395
|
+
declare function ReloadIcon({ color }: {
|
|
396
|
+
color: any;
|
|
397
|
+
}): react_jsx_runtime.JSX.Element;
|
|
398
|
+
|
|
399
|
+
declare function LogoutIcon({ color }: {
|
|
400
|
+
color: any;
|
|
401
|
+
}): react_jsx_runtime.JSX.Element;
|
|
402
|
+
|
|
403
|
+
declare function IconChevronDown({ color }: {
|
|
404
|
+
color: any;
|
|
405
|
+
}): react_jsx_runtime.JSX.Element;
|
|
406
|
+
|
|
407
|
+
declare function IconChevronUp({ color }: {
|
|
408
|
+
color: any;
|
|
409
|
+
}): react_jsx_runtime.JSX.Element;
|
|
410
|
+
|
|
411
|
+
declare function ArrowStandardDownIcon({ color }: {
|
|
412
|
+
color: any;
|
|
413
|
+
}): react_jsx_runtime.JSX.Element;
|
|
414
|
+
|
|
415
|
+
declare function ArrowStandardLeftIcon({ color }: {
|
|
416
|
+
color: any;
|
|
417
|
+
}): react_jsx_runtime.JSX.Element;
|
|
418
|
+
|
|
419
|
+
declare function ArrowStandardRightIcon({ color }: {
|
|
420
|
+
color: any;
|
|
421
|
+
}): react_jsx_runtime.JSX.Element;
|
|
422
|
+
|
|
423
|
+
declare function ArrowStandardUpRightIcon({ color }: {
|
|
424
|
+
color: any;
|
|
425
|
+
}): react_jsx_runtime.JSX.Element;
|
|
426
|
+
|
|
427
|
+
declare function ArrowStandardUpIcon({ color }: {
|
|
428
|
+
color: any;
|
|
429
|
+
}): react_jsx_runtime.JSX.Element;
|
|
430
|
+
|
|
431
|
+
declare function ArrowFrameOutlineUpIcon({ color }: {
|
|
432
|
+
color: any;
|
|
433
|
+
}): react_jsx_runtime.JSX.Element;
|
|
434
|
+
|
|
435
|
+
declare function ArrowFrameOutlineRightIcon({ color }: {
|
|
436
|
+
color: any;
|
|
437
|
+
}): react_jsx_runtime.JSX.Element;
|
|
438
|
+
|
|
439
|
+
declare function ArrowFrameOutlineDownIcon({ color }: {
|
|
440
|
+
color: any;
|
|
441
|
+
}): react_jsx_runtime.JSX.Element;
|
|
442
|
+
|
|
443
|
+
declare function ArrowFrameOutlineLeftIcon({ color }: {
|
|
444
|
+
color: any;
|
|
445
|
+
}): react_jsx_runtime.JSX.Element;
|
|
446
|
+
|
|
447
|
+
declare function ServerSidePaginationActions(props: any): react_jsx_runtime.JSX.Element;
|
|
448
|
+
|
|
449
|
+
export { ArrowFrameOutlineDownIcon, ArrowFrameOutlineLeftIcon, ArrowFrameOutlineRightIcon, ArrowFrameOutlineUpIcon, ArrowLeft, ArrowRight, ArrowStandardDownIcon, ArrowStandardLeftIcon, ArrowStandardRightIcon, ArrowStandardUpIcon, ArrowStandardUpRightIcon, ArrowUpDown, AuctionHammerIcon, CalculatorIcon, CapsLockOn, CashIcon, CheckboxBorder, CheckboxChecked, ChecklistGreen, CircleCheck, CircleCross, CommentBuble, Dashboard, DocumentNotFound, DownloadDocumentIcon, DownloadIconLarge, DownloadIconSmall, FileOutlineCustom, GenerateDocumentIcon, HandstopSign, HomeAssetIcon, IconAdd, IconBiometricScan, IconBrokenImage, IconCalendar, IconCardOrange, IconChevronDown, IconChevronLeft, IconChevronRight, IconChevronUp, IconConfeti, IconCross, IconCrossLine, IconDeleteBin, IconDocument, IconDocumentAdd, IconDocumentAddOutline, IconDocumentSleve, IconDownloadOutline, IconDuplicate, IconEdit, IconExclamation, IconFile, IconFileOutline, IconFileSleve, IconFingerScan, IconGradingRounded, IconHomeOutlined, IconImage, IconInfo, IconInfoBgPutih, IconInfoHover, IconListDocument, IconModalClose, IconMoney, IconMoneyOne, IconMoneyTwo, IconNoData, IconPeople, IconPeopleGroup, IconPhone, IconPlus, IconProgress, IconRecycle, IconReset, IconSave, IconSaveOutlined, IconSearch, IconSendBlue, IconSendOrange, IconSendWhite, IconSendWhiteFull, IconShuffle, IconTrash, IconTrashOutline, IconUpload, IconUser, IconUserScan, IconVerification, IconWallet, IconWarningTriangle, LoaderIcon, LogoutIcon, MaximizeIcon, MinimizeIcon, MoneyIcon, NotFoundIcon, PersonIcon, RefreshIcon, ReloadIcon, ServerSidePaginationActions, StepOnProgress, SuffleIcon, TargetDartIcon, ThumbsUp, UploadIcon, UsersIcon };
|