@fctc/sme-widget-ui 1.6.5 → 1.6.7
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/hooks.d.mts +34 -1
- package/dist/hooks.d.ts +34 -1
- package/dist/hooks.js +218 -2
- package/dist/hooks.mjs +216 -1
- package/dist/icons.d.mts +3 -1
- package/dist/icons.d.ts +3 -1
- package/dist/icons.js +34 -26
- package/dist/icons.mjs +87 -80
- package/dist/index.d.mts +2 -2
- package/dist/index.d.ts +2 -2
- package/dist/index.js +1347 -1068
- package/dist/index.mjs +1102 -825
- package/dist/widgets.d.mts +1 -0
- package/dist/widgets.d.ts +1 -0
- package/dist/widgets.js +1306 -1031
- package/dist/widgets.mjs +1070 -795
- package/package.json +1 -1
package/dist/icons.mjs
CHANGED
|
@@ -322,47 +322,31 @@ var DeleteIcon = () => {
|
|
|
322
322
|
};
|
|
323
323
|
|
|
324
324
|
// src/icons/download-icon.tsx
|
|
325
|
-
import { jsx as jsx13
|
|
325
|
+
import { jsx as jsx13 } from "react/jsx-runtime";
|
|
326
326
|
var DownloadIcon = () => {
|
|
327
|
-
return /* @__PURE__ */
|
|
327
|
+
return /* @__PURE__ */ jsx13(
|
|
328
328
|
"svg",
|
|
329
329
|
{
|
|
330
330
|
xmlns: "http://www.w3.org/2000/svg",
|
|
331
|
-
width: "
|
|
331
|
+
width: "20",
|
|
332
332
|
height: "20",
|
|
333
|
-
viewBox: "0 0
|
|
333
|
+
viewBox: "0 0 20 20",
|
|
334
334
|
fill: "none",
|
|
335
|
-
children:
|
|
336
|
-
|
|
337
|
-
|
|
338
|
-
|
|
339
|
-
|
|
340
|
-
|
|
341
|
-
|
|
342
|
-
),
|
|
343
|
-
/* @__PURE__ */ jsx13(
|
|
344
|
-
"path",
|
|
345
|
-
{
|
|
346
|
-
d: "M10.5 13.025C10.1583 13.025 9.875 12.7417 9.875 12.4V1.66667C9.875 1.32501 10.1583 1.04167 10.5 1.04167C10.8417 1.04167 11.125 1.32501 11.125 1.66667V12.4C11.125 12.75 10.8417 13.025 10.5 13.025Z",
|
|
347
|
-
fill: "currentColor"
|
|
348
|
-
}
|
|
349
|
-
),
|
|
350
|
-
/* @__PURE__ */ jsx13(
|
|
351
|
-
"path",
|
|
352
|
-
{
|
|
353
|
-
d: "M10.5 13.9583C10.3417 13.9583 10.1834 13.9 10.0584 13.775L7.2667 10.9833C7.02503 10.7417 7.02503 10.3417 7.2667 10.1C7.50837 9.85833 7.90837 9.85833 8.15003 10.1L10.5 12.45L12.85 10.1C13.0917 9.85833 13.4917 9.85833 13.7334 10.1C13.975 10.3417 13.975 10.7417 13.7334 10.9833L10.9417 13.775C10.8167 13.9 10.6584 13.9583 10.5 13.9583Z",
|
|
354
|
-
fill: "currentColor"
|
|
355
|
-
}
|
|
356
|
-
)
|
|
357
|
-
]
|
|
335
|
+
children: /* @__PURE__ */ jsx13(
|
|
336
|
+
"path",
|
|
337
|
+
{
|
|
338
|
+
d: "M10.75 8.5H14.5L10 13L5.5 8.5H9.25V3.25H10.75V8.5ZM4 15.25H16V10H17.5V16C17.5 16.1989 17.421 16.3897 17.2803 16.5303C17.1397 16.671 16.9489 16.75 16.75 16.75H3.25C3.05109 16.75 2.86032 16.671 2.71967 16.5303C2.57902 16.3897 2.5 16.1989 2.5 16V10H4V15.25Z",
|
|
339
|
+
fill: "#060606"
|
|
340
|
+
}
|
|
341
|
+
)
|
|
358
342
|
}
|
|
359
343
|
);
|
|
360
344
|
};
|
|
361
345
|
|
|
362
346
|
// src/icons/excel-icon.tsx
|
|
363
|
-
import { jsx as jsx14, jsxs as
|
|
347
|
+
import { jsx as jsx14, jsxs as jsxs4 } from "react/jsx-runtime";
|
|
364
348
|
var ExcelIcon = () => {
|
|
365
|
-
return /* @__PURE__ */
|
|
349
|
+
return /* @__PURE__ */ jsxs4(
|
|
366
350
|
"svg",
|
|
367
351
|
{
|
|
368
352
|
width: "40",
|
|
@@ -371,8 +355,8 @@ var ExcelIcon = () => {
|
|
|
371
355
|
fill: "none",
|
|
372
356
|
xmlns: "http://www.w3.org/2000/svg",
|
|
373
357
|
children: [
|
|
374
|
-
/* @__PURE__ */
|
|
375
|
-
/* @__PURE__ */
|
|
358
|
+
/* @__PURE__ */ jsxs4("g", { clipPath: "url(#clip0_3263_110998)", children: [
|
|
359
|
+
/* @__PURE__ */ jsxs4("g", { filter: "url(#filter0_di_3263_110998)", children: [
|
|
376
360
|
/* @__PURE__ */ jsx14(
|
|
377
361
|
"path",
|
|
378
362
|
{
|
|
@@ -397,7 +381,7 @@ var ExcelIcon = () => {
|
|
|
397
381
|
strokeWidth: "1.5"
|
|
398
382
|
}
|
|
399
383
|
),
|
|
400
|
-
/* @__PURE__ */
|
|
384
|
+
/* @__PURE__ */ jsxs4("g", { filter: "url(#filter1_i_3263_110998)", children: [
|
|
401
385
|
/* @__PURE__ */ jsx14("mask", { id: "path-4-inside-1_3263_110998", fill: "white", children: /* @__PURE__ */ jsx14("path", { d: "M0 22C0 19.7909 1.79086 18 4 18H29C31.2091 18 33 19.7909 33 22V30C33 32.2091 31.2091 34 29 34H4C1.79086 34 0 32.2091 0 30V22Z" }) }),
|
|
402
386
|
/* @__PURE__ */ jsx14(
|
|
403
387
|
"path",
|
|
@@ -424,8 +408,8 @@ var ExcelIcon = () => {
|
|
|
424
408
|
)
|
|
425
409
|
] })
|
|
426
410
|
] }),
|
|
427
|
-
/* @__PURE__ */
|
|
428
|
-
/* @__PURE__ */
|
|
411
|
+
/* @__PURE__ */ jsxs4("defs", { children: [
|
|
412
|
+
/* @__PURE__ */ jsxs4(
|
|
429
413
|
"filter",
|
|
430
414
|
{
|
|
431
415
|
id: "filter0_di_3263_110998",
|
|
@@ -503,7 +487,7 @@ var ExcelIcon = () => {
|
|
|
503
487
|
]
|
|
504
488
|
}
|
|
505
489
|
),
|
|
506
|
-
/* @__PURE__ */
|
|
490
|
+
/* @__PURE__ */ jsxs4(
|
|
507
491
|
"filter",
|
|
508
492
|
{
|
|
509
493
|
id: "filter1_i_3263_110998",
|
|
@@ -562,9 +546,9 @@ var ExcelIcon = () => {
|
|
|
562
546
|
};
|
|
563
547
|
|
|
564
548
|
// src/icons/export-icon.tsx
|
|
565
|
-
import { jsx as jsx15, jsxs as
|
|
549
|
+
import { jsx as jsx15, jsxs as jsxs5 } from "react/jsx-runtime";
|
|
566
550
|
var ExportIcon = () => {
|
|
567
|
-
return /* @__PURE__ */
|
|
551
|
+
return /* @__PURE__ */ jsxs5(
|
|
568
552
|
"svg",
|
|
569
553
|
{
|
|
570
554
|
xmlns: "http://www.w3.org/2000/svg",
|
|
@@ -600,8 +584,8 @@ var ExportIcon = () => {
|
|
|
600
584
|
};
|
|
601
585
|
|
|
602
586
|
// src/icons/eye-icon.tsx
|
|
603
|
-
import { jsx as jsx16, jsxs as
|
|
604
|
-
var EyeIcon = () => /* @__PURE__ */
|
|
587
|
+
import { jsx as jsx16, jsxs as jsxs6 } from "react/jsx-runtime";
|
|
588
|
+
var EyeIcon = () => /* @__PURE__ */ jsxs6(
|
|
605
589
|
"svg",
|
|
606
590
|
{
|
|
607
591
|
width: "20",
|
|
@@ -652,9 +636,9 @@ var FilterIcon = ({ className }) => {
|
|
|
652
636
|
};
|
|
653
637
|
|
|
654
638
|
// src/icons/groupby-icon.tsx
|
|
655
|
-
import { jsx as jsx18, jsxs as
|
|
639
|
+
import { jsx as jsx18, jsxs as jsxs7 } from "react/jsx-runtime";
|
|
656
640
|
var GroupByIcon = ({ className }) => {
|
|
657
|
-
return /* @__PURE__ */
|
|
641
|
+
return /* @__PURE__ */ jsxs7(
|
|
658
642
|
"svg",
|
|
659
643
|
{
|
|
660
644
|
xmlns: "http://www.w3.org/2000/svg",
|
|
@@ -677,9 +661,9 @@ var GroupByIcon = ({ className }) => {
|
|
|
677
661
|
};
|
|
678
662
|
|
|
679
663
|
// src/icons/kanban-icon.tsx
|
|
680
|
-
import { jsx as jsx19, jsxs as
|
|
664
|
+
import { jsx as jsx19, jsxs as jsxs8 } from "react/jsx-runtime";
|
|
681
665
|
var KanbanIcon = () => {
|
|
682
|
-
return /* @__PURE__ */
|
|
666
|
+
return /* @__PURE__ */ jsxs8(
|
|
683
667
|
"svg",
|
|
684
668
|
{
|
|
685
669
|
xmlns: "http://www.w3.org/2000/svg",
|
|
@@ -708,9 +692,9 @@ var KanbanIcon = () => {
|
|
|
708
692
|
};
|
|
709
693
|
|
|
710
694
|
// src/icons/list-icon.tsx
|
|
711
|
-
import { jsx as jsx20, jsxs as
|
|
695
|
+
import { jsx as jsx20, jsxs as jsxs9 } from "react/jsx-runtime";
|
|
712
696
|
var ListIcon = () => {
|
|
713
|
-
return /* @__PURE__ */
|
|
697
|
+
return /* @__PURE__ */ jsxs9(
|
|
714
698
|
"svg",
|
|
715
699
|
{
|
|
716
700
|
xmlns: "http://www.w3.org/2000/svg",
|
|
@@ -753,9 +737,9 @@ var ListIcon = () => {
|
|
|
753
737
|
};
|
|
754
738
|
|
|
755
739
|
// src/icons/more-icon.tsx
|
|
756
|
-
import { jsx as jsx21, jsxs as
|
|
740
|
+
import { jsx as jsx21, jsxs as jsxs10 } from "react/jsx-runtime";
|
|
757
741
|
var MoreIcon = () => {
|
|
758
|
-
return /* @__PURE__ */
|
|
742
|
+
return /* @__PURE__ */ jsxs10(
|
|
759
743
|
"svg",
|
|
760
744
|
{
|
|
761
745
|
width: "24px",
|
|
@@ -800,9 +784,9 @@ var MoreIcon = () => {
|
|
|
800
784
|
};
|
|
801
785
|
|
|
802
786
|
// src/icons/pdf-icon.tsx
|
|
803
|
-
import { jsx as jsx22, jsxs as
|
|
787
|
+
import { jsx as jsx22, jsxs as jsxs11 } from "react/jsx-runtime";
|
|
804
788
|
var PdfIcon = () => {
|
|
805
|
-
return /* @__PURE__ */
|
|
789
|
+
return /* @__PURE__ */ jsxs11(
|
|
806
790
|
"svg",
|
|
807
791
|
{
|
|
808
792
|
width: "40",
|
|
@@ -811,8 +795,8 @@ var PdfIcon = () => {
|
|
|
811
795
|
fill: "none",
|
|
812
796
|
xmlns: "http://www.w3.org/2000/svg",
|
|
813
797
|
children: [
|
|
814
|
-
/* @__PURE__ */
|
|
815
|
-
/* @__PURE__ */
|
|
798
|
+
/* @__PURE__ */ jsxs11("g", { clipPath: "url(#clip0_2648_1158)", children: [
|
|
799
|
+
/* @__PURE__ */ jsxs11("g", { filter: "url(#filter0_di_2648_1158)", children: [
|
|
816
800
|
/* @__PURE__ */ jsx22(
|
|
817
801
|
"path",
|
|
818
802
|
{
|
|
@@ -837,7 +821,7 @@ var PdfIcon = () => {
|
|
|
837
821
|
strokeWidth: "1.5"
|
|
838
822
|
}
|
|
839
823
|
),
|
|
840
|
-
/* @__PURE__ */
|
|
824
|
+
/* @__PURE__ */ jsxs11("g", { filter: "url(#filter1_i_2648_1158)", children: [
|
|
841
825
|
/* @__PURE__ */ jsx22("mask", { id: "path-4-inside-1_2648_1158", fill: "white", children: /* @__PURE__ */ jsx22("path", { d: "M0 22C0 19.7909 1.79086 18 4 18H24C26.2091 18 28 19.7909 28 22V30C28 32.2091 26.2091 34 24 34H4C1.79086 34 0 32.2091 0 30V22Z" }) }),
|
|
842
826
|
/* @__PURE__ */ jsx22(
|
|
843
827
|
"path",
|
|
@@ -864,8 +848,8 @@ var PdfIcon = () => {
|
|
|
864
848
|
)
|
|
865
849
|
] })
|
|
866
850
|
] }),
|
|
867
|
-
/* @__PURE__ */
|
|
868
|
-
/* @__PURE__ */
|
|
851
|
+
/* @__PURE__ */ jsxs11("defs", { children: [
|
|
852
|
+
/* @__PURE__ */ jsxs11(
|
|
869
853
|
"filter",
|
|
870
854
|
{
|
|
871
855
|
id: "filter0_di_2648_1158",
|
|
@@ -943,7 +927,7 @@ var PdfIcon = () => {
|
|
|
943
927
|
]
|
|
944
928
|
}
|
|
945
929
|
),
|
|
946
|
-
/* @__PURE__ */
|
|
930
|
+
/* @__PURE__ */ jsxs11(
|
|
947
931
|
"filter",
|
|
948
932
|
{
|
|
949
933
|
id: "filter1_i_2648_1158",
|
|
@@ -1024,9 +1008,9 @@ var PlayIcon = () => {
|
|
|
1024
1008
|
};
|
|
1025
1009
|
|
|
1026
1010
|
// src/icons/reset-icon.tsx
|
|
1027
|
-
import { jsx as jsx24, jsxs as
|
|
1011
|
+
import { jsx as jsx24, jsxs as jsxs12 } from "react/jsx-runtime";
|
|
1028
1012
|
var ResetIcon = () => {
|
|
1029
|
-
return /* @__PURE__ */
|
|
1013
|
+
return /* @__PURE__ */ jsxs12(
|
|
1030
1014
|
"svg",
|
|
1031
1015
|
{
|
|
1032
1016
|
width: "16",
|
|
@@ -1084,9 +1068,9 @@ var SearchIcon = () => {
|
|
|
1084
1068
|
};
|
|
1085
1069
|
|
|
1086
1070
|
// src/icons/setting-icon.tsx
|
|
1087
|
-
import { jsx as jsx26, jsxs as
|
|
1071
|
+
import { jsx as jsx26, jsxs as jsxs13 } from "react/jsx-runtime";
|
|
1088
1072
|
var SettingIcon = ({ className = "" }) => {
|
|
1089
|
-
return /* @__PURE__ */
|
|
1073
|
+
return /* @__PURE__ */ jsxs13(
|
|
1090
1074
|
"svg",
|
|
1091
1075
|
{
|
|
1092
1076
|
width: "16",
|
|
@@ -1178,9 +1162,9 @@ var UnArchiveIcon = () => {
|
|
|
1178
1162
|
};
|
|
1179
1163
|
|
|
1180
1164
|
// src/icons/vector-icon.tsx
|
|
1181
|
-
import { jsx as jsx30, jsxs as
|
|
1165
|
+
import { jsx as jsx30, jsxs as jsxs14 } from "react/jsx-runtime";
|
|
1182
1166
|
var VectorIcon = () => {
|
|
1183
|
-
return /* @__PURE__ */
|
|
1167
|
+
return /* @__PURE__ */ jsxs14(
|
|
1184
1168
|
"svg",
|
|
1185
1169
|
{
|
|
1186
1170
|
xmlns: "http://www.w3.org/2000/svg",
|
|
@@ -1209,9 +1193,9 @@ var VectorIcon = () => {
|
|
|
1209
1193
|
};
|
|
1210
1194
|
|
|
1211
1195
|
// src/icons/zip-icon.tsx
|
|
1212
|
-
import { jsx as jsx31, jsxs as
|
|
1196
|
+
import { jsx as jsx31, jsxs as jsxs15 } from "react/jsx-runtime";
|
|
1213
1197
|
var ZipIcon = () => {
|
|
1214
|
-
return /* @__PURE__ */
|
|
1198
|
+
return /* @__PURE__ */ jsxs15(
|
|
1215
1199
|
"svg",
|
|
1216
1200
|
{
|
|
1217
1201
|
width: "40",
|
|
@@ -1220,8 +1204,8 @@ var ZipIcon = () => {
|
|
|
1220
1204
|
fill: "none",
|
|
1221
1205
|
xmlns: "http://www.w3.org/2000/svg",
|
|
1222
1206
|
children: [
|
|
1223
|
-
/* @__PURE__ */
|
|
1224
|
-
/* @__PURE__ */
|
|
1207
|
+
/* @__PURE__ */ jsxs15("g", { clipPath: "url(#clip0_3042_66427)", children: [
|
|
1208
|
+
/* @__PURE__ */ jsxs15("g", { filter: "url(#filter0_di_3042_66427)", children: [
|
|
1225
1209
|
/* @__PURE__ */ jsx31(
|
|
1226
1210
|
"path",
|
|
1227
1211
|
{
|
|
@@ -1246,7 +1230,7 @@ var ZipIcon = () => {
|
|
|
1246
1230
|
strokeWidth: "1.5"
|
|
1247
1231
|
}
|
|
1248
1232
|
),
|
|
1249
|
-
/* @__PURE__ */
|
|
1233
|
+
/* @__PURE__ */ jsxs15("g", { filter: "url(#filter1_i_3042_66427)", children: [
|
|
1250
1234
|
/* @__PURE__ */ jsx31("mask", { id: "path-4-inside-1_3042_66427", fill: "white", children: /* @__PURE__ */ jsx31("path", { d: "M0 22C0 19.7909 1.79086 18 4 18H20C22.2091 18 24 19.7909 24 22V30C24 32.2091 22.2091 34 20 34H4C1.79086 34 0 32.2091 0 30V22Z" }) }),
|
|
1251
1235
|
/* @__PURE__ */ jsx31(
|
|
1252
1236
|
"path",
|
|
@@ -1273,8 +1257,8 @@ var ZipIcon = () => {
|
|
|
1273
1257
|
)
|
|
1274
1258
|
] })
|
|
1275
1259
|
] }),
|
|
1276
|
-
/* @__PURE__ */
|
|
1277
|
-
/* @__PURE__ */
|
|
1260
|
+
/* @__PURE__ */ jsxs15("defs", { children: [
|
|
1261
|
+
/* @__PURE__ */ jsxs15(
|
|
1278
1262
|
"filter",
|
|
1279
1263
|
{
|
|
1280
1264
|
id: "filter0_di_3042_66427",
|
|
@@ -1352,7 +1336,7 @@ var ZipIcon = () => {
|
|
|
1352
1336
|
]
|
|
1353
1337
|
}
|
|
1354
1338
|
),
|
|
1355
|
-
/* @__PURE__ */
|
|
1339
|
+
/* @__PURE__ */ jsxs15(
|
|
1356
1340
|
"filter",
|
|
1357
1341
|
{
|
|
1358
1342
|
id: "filter1_i_3042_66427",
|
|
@@ -1411,7 +1395,7 @@ var ZipIcon = () => {
|
|
|
1411
1395
|
};
|
|
1412
1396
|
|
|
1413
1397
|
// src/icons/loading-icon.tsx
|
|
1414
|
-
import { jsx as jsx32, jsxs as
|
|
1398
|
+
import { jsx as jsx32, jsxs as jsxs16 } from "react/jsx-runtime";
|
|
1415
1399
|
var LoadingIcon = ({
|
|
1416
1400
|
width = 15,
|
|
1417
1401
|
height = 15,
|
|
@@ -1432,7 +1416,7 @@ var LoadingIcon = ({
|
|
|
1432
1416
|
background: "transparent"
|
|
1433
1417
|
},
|
|
1434
1418
|
...props,
|
|
1435
|
-
children: /* @__PURE__ */
|
|
1419
|
+
children: /* @__PURE__ */ jsxs16("g", { children: [
|
|
1436
1420
|
/* @__PURE__ */ jsx32(
|
|
1437
1421
|
"circle",
|
|
1438
1422
|
{
|
|
@@ -1463,8 +1447,8 @@ var LoadingIcon = ({
|
|
|
1463
1447
|
};
|
|
1464
1448
|
|
|
1465
1449
|
// src/icons/paid-icon.tsx
|
|
1466
|
-
import { jsx as jsx33, jsxs as
|
|
1467
|
-
var PaidIcon = () => /* @__PURE__ */
|
|
1450
|
+
import { jsx as jsx33, jsxs as jsxs17 } from "react/jsx-runtime";
|
|
1451
|
+
var PaidIcon = () => /* @__PURE__ */ jsxs17(
|
|
1468
1452
|
"svg",
|
|
1469
1453
|
{
|
|
1470
1454
|
width: "208",
|
|
@@ -1473,7 +1457,7 @@ var PaidIcon = () => /* @__PURE__ */ jsxs18(
|
|
|
1473
1457
|
fill: "none",
|
|
1474
1458
|
xmlns: "http://www.w3.org/2000/svg",
|
|
1475
1459
|
children: [
|
|
1476
|
-
/* @__PURE__ */
|
|
1460
|
+
/* @__PURE__ */ jsxs17("g", { opacity: "0.5", filter: "url(#filter0_d_615_26793)", children: [
|
|
1477
1461
|
/* @__PURE__ */ jsx33(
|
|
1478
1462
|
"path",
|
|
1479
1463
|
{
|
|
@@ -1549,8 +1533,8 @@ var PaidIcon = () => /* @__PURE__ */ jsxs18(
|
|
|
1549
1533
|
}
|
|
1550
1534
|
)
|
|
1551
1535
|
] }),
|
|
1552
|
-
/* @__PURE__ */
|
|
1553
|
-
/* @__PURE__ */
|
|
1536
|
+
/* @__PURE__ */ jsxs17("defs", { children: [
|
|
1537
|
+
/* @__PURE__ */ jsxs17(
|
|
1554
1538
|
"filter",
|
|
1555
1539
|
{
|
|
1556
1540
|
id: "filter0_d_615_26793",
|
|
@@ -1647,13 +1631,13 @@ var PlaceHolderIcon = () => {
|
|
|
1647
1631
|
};
|
|
1648
1632
|
|
|
1649
1633
|
// src/icons/google-icon.tsx
|
|
1650
|
-
import { jsx as jsx35, jsxs as
|
|
1634
|
+
import { jsx as jsx35, jsxs as jsxs18 } from "react/jsx-runtime";
|
|
1651
1635
|
var GoogleIcon = ({
|
|
1652
1636
|
width = 20,
|
|
1653
1637
|
height = 20,
|
|
1654
1638
|
...props
|
|
1655
1639
|
}) => {
|
|
1656
|
-
return /* @__PURE__ */
|
|
1640
|
+
return /* @__PURE__ */ jsxs18(
|
|
1657
1641
|
"svg",
|
|
1658
1642
|
{
|
|
1659
1643
|
xmlns: "http://www.w3.org/2000/svg",
|
|
@@ -1698,9 +1682,9 @@ var GoogleIcon = ({
|
|
|
1698
1682
|
};
|
|
1699
1683
|
|
|
1700
1684
|
// src/icons/eye-closed-icon.tsx
|
|
1701
|
-
import { jsx as jsx36, jsxs as
|
|
1685
|
+
import { jsx as jsx36, jsxs as jsxs19 } from "react/jsx-runtime";
|
|
1702
1686
|
var EyeClosedIcon = () => {
|
|
1703
|
-
return /* @__PURE__ */
|
|
1687
|
+
return /* @__PURE__ */ jsxs19(
|
|
1704
1688
|
"svg",
|
|
1705
1689
|
{
|
|
1706
1690
|
width: "20",
|
|
@@ -1741,6 +1725,28 @@ var EyeClosedIcon = () => {
|
|
|
1741
1725
|
}
|
|
1742
1726
|
);
|
|
1743
1727
|
};
|
|
1728
|
+
|
|
1729
|
+
// src/icons/delete-icon-danger.tsx
|
|
1730
|
+
import { jsx as jsx37 } from "react/jsx-runtime";
|
|
1731
|
+
var DeleteIconDanger = () => {
|
|
1732
|
+
return /* @__PURE__ */ jsx37(
|
|
1733
|
+
"svg",
|
|
1734
|
+
{
|
|
1735
|
+
xmlns: "http://www.w3.org/2000/svg",
|
|
1736
|
+
width: "20",
|
|
1737
|
+
height: "20",
|
|
1738
|
+
viewBox: "0 0 20 20",
|
|
1739
|
+
fill: "none",
|
|
1740
|
+
children: /* @__PURE__ */ jsx37(
|
|
1741
|
+
"path",
|
|
1742
|
+
{
|
|
1743
|
+
d: "M13.75 5.5H17.5V7H16V16.75C16 16.9489 15.921 17.1397 15.7803 17.2803C15.6397 17.421 15.4489 17.5 15.25 17.5H4.75C4.55109 17.5 4.36032 17.421 4.21967 17.2803C4.07902 17.1397 4 16.9489 4 16.75V7H2.5V5.5H6.25V3.25C6.25 3.05109 6.32902 2.86032 6.46967 2.71967C6.61032 2.57902 6.80109 2.5 7 2.5H13C13.1989 2.5 13.3897 2.57902 13.5303 2.71967C13.671 2.86032 13.75 3.05109 13.75 3.25V5.5ZM14.5 7H5.5V16H14.5V7ZM7.75 9.25H9.25V13.75H7.75V9.25ZM10.75 9.25H12.25V13.75H10.75V9.25ZM7.75 4V5.5H12.25V4H7.75Z",
|
|
1744
|
+
fill: "#FB2B3D"
|
|
1745
|
+
}
|
|
1746
|
+
)
|
|
1747
|
+
}
|
|
1748
|
+
);
|
|
1749
|
+
};
|
|
1744
1750
|
export {
|
|
1745
1751
|
AddIcon,
|
|
1746
1752
|
ArchiveIcon,
|
|
@@ -1754,6 +1760,7 @@ export {
|
|
|
1754
1760
|
CloseIcon,
|
|
1755
1761
|
CopyIcon,
|
|
1756
1762
|
DeleteIcon,
|
|
1763
|
+
DeleteIconDanger,
|
|
1757
1764
|
DownloadIcon,
|
|
1758
1765
|
ExcelIcon,
|
|
1759
1766
|
ExportIcon,
|
package/dist/index.d.mts
CHANGED
|
@@ -1,5 +1,5 @@
|
|
|
1
|
-
export { useClickOutside } from './hooks.mjs';
|
|
2
|
-
export { AddIcon, ArchiveIcon, ArrowDownIcon, ArrowRightIcon, AttachIcon, BackIcon, CalendarIcon, CheckIcon, ChevronBottomIcon, CloseIcon, CopyIcon, DeleteIcon, DownloadIcon, ExcelIcon, ExportIcon, EyeClosedIcon, EyeIcon, FilterIcon, GoogleIcon, GroupByIcon, KanbanIcon, ListIcon, LoadingIcon, MoreIcon, PaidIcon, PdfIcon, PlaceHolderIcon, PlayIcon, ResetIcon, SearchIcon, SettingIcon, StarIcon, TriangleIcon, UnArchiveIcon, VectorIcon, ZipIcon } from './icons.mjs';
|
|
1
|
+
export { useClickOutside, useFileInfo } from './hooks.mjs';
|
|
2
|
+
export { AddIcon, ArchiveIcon, ArrowDownIcon, ArrowRightIcon, AttachIcon, BackIcon, CalendarIcon, CheckIcon, ChevronBottomIcon, CloseIcon, CopyIcon, DeleteIcon, DeleteIconDanger, DownloadIcon, ExcelIcon, ExportIcon, EyeClosedIcon, EyeIcon, FilterIcon, GoogleIcon, GroupByIcon, KanbanIcon, ListIcon, LoadingIcon, MoreIcon, PaidIcon, PdfIcon, PlaceHolderIcon, PlayIcon, ResetIcon, SearchIcon, SettingIcon, StarIcon, TriangleIcon, UnArchiveIcon, VectorIcon, ZipIcon } from './icons.mjs';
|
|
3
3
|
export { IInputFieldProps, LoginData, LoginProps, Provider, ValuePropsType, loginSchema } from './types.mjs';
|
|
4
4
|
export { ActiveBadgeField, AvatarField, BinaryField, ButtonBadgeField, ButtonField, ButtonSelectFiles, CharField, CheckboxField, ColorField, ColorWrapper, CopyLinkButtonField, DateField, DateOptionField, DownLoadBinaryField, DownloadFileField, DropdownField, EmptyTable, FeeField, FileUploadField, FloatField, FloatTimeField, HtmlField, IActiveBadgeProps, IAvatarProps, IBinaryFieldProps, IButtonBadgeProps, IButtonProps, ICharFieldProps, IColorFieldProps, IColorWrapperProps, ICopyLinkButtonProps, IDateFieldProps, IDownLoadBinary, IDownloadFileProps, IDurationProps, IFileUploadProps, IMany2ManyTagsProps, IMonetaryProps, IOptionProps, IPaginationProps, IPriorityFieldProps, IRadioGroupProps, IRatingStarProps, ISelectDropdownProps, IStatusDropdownFieldProps, ImageField, InfomationField, IntegerField, LayerLoading, LoadingSmall, Login, Many2ManyField, Many2ManyProps, Many2ManyTagField, Many2OneField, Many2OneProps, ModalConfirm, ModalDetail, ModalLayer, MonetaryField, PaginationView, PaidBadgedField, PriorityField, RadioGroupField, RatingStarField, RemainingDaysField, RenderFiles, Row, Search, SelectDropdownField, StatusBarOptionField, StatusDropdownField, StatusbarDurationField, TDropdownSelectorProps, TableBody, TableFilter, TableFooter, TableGroup, TableHead, TextAreaField, ToggleButtonField, VideoPlayer, usePagination } from './widgets.mjs';
|
|
5
5
|
export { COLORS, DOTS, SearchType, checkIsImageLink, convertFloatToTime, convertTimeToFloat, formatFileSize, formatFloatNumber, formatNumberOnly, getPasswordMessage, isBase64Image, isObjectEmpty, parseFormattedNumber, range, typeStyles, useFormatDate, validateAndParseDate, validateInput } from './utils.mjs';
|
package/dist/index.d.ts
CHANGED
|
@@ -1,5 +1,5 @@
|
|
|
1
|
-
export { useClickOutside } from './hooks.js';
|
|
2
|
-
export { AddIcon, ArchiveIcon, ArrowDownIcon, ArrowRightIcon, AttachIcon, BackIcon, CalendarIcon, CheckIcon, ChevronBottomIcon, CloseIcon, CopyIcon, DeleteIcon, DownloadIcon, ExcelIcon, ExportIcon, EyeClosedIcon, EyeIcon, FilterIcon, GoogleIcon, GroupByIcon, KanbanIcon, ListIcon, LoadingIcon, MoreIcon, PaidIcon, PdfIcon, PlaceHolderIcon, PlayIcon, ResetIcon, SearchIcon, SettingIcon, StarIcon, TriangleIcon, UnArchiveIcon, VectorIcon, ZipIcon } from './icons.js';
|
|
1
|
+
export { useClickOutside, useFileInfo } from './hooks.js';
|
|
2
|
+
export { AddIcon, ArchiveIcon, ArrowDownIcon, ArrowRightIcon, AttachIcon, BackIcon, CalendarIcon, CheckIcon, ChevronBottomIcon, CloseIcon, CopyIcon, DeleteIcon, DeleteIconDanger, DownloadIcon, ExcelIcon, ExportIcon, EyeClosedIcon, EyeIcon, FilterIcon, GoogleIcon, GroupByIcon, KanbanIcon, ListIcon, LoadingIcon, MoreIcon, PaidIcon, PdfIcon, PlaceHolderIcon, PlayIcon, ResetIcon, SearchIcon, SettingIcon, StarIcon, TriangleIcon, UnArchiveIcon, VectorIcon, ZipIcon } from './icons.js';
|
|
3
3
|
export { IInputFieldProps, LoginData, LoginProps, Provider, ValuePropsType, loginSchema } from './types.js';
|
|
4
4
|
export { ActiveBadgeField, AvatarField, BinaryField, ButtonBadgeField, ButtonField, ButtonSelectFiles, CharField, CheckboxField, ColorField, ColorWrapper, CopyLinkButtonField, DateField, DateOptionField, DownLoadBinaryField, DownloadFileField, DropdownField, EmptyTable, FeeField, FileUploadField, FloatField, FloatTimeField, HtmlField, IActiveBadgeProps, IAvatarProps, IBinaryFieldProps, IButtonBadgeProps, IButtonProps, ICharFieldProps, IColorFieldProps, IColorWrapperProps, ICopyLinkButtonProps, IDateFieldProps, IDownLoadBinary, IDownloadFileProps, IDurationProps, IFileUploadProps, IMany2ManyTagsProps, IMonetaryProps, IOptionProps, IPaginationProps, IPriorityFieldProps, IRadioGroupProps, IRatingStarProps, ISelectDropdownProps, IStatusDropdownFieldProps, ImageField, InfomationField, IntegerField, LayerLoading, LoadingSmall, Login, Many2ManyField, Many2ManyProps, Many2ManyTagField, Many2OneField, Many2OneProps, ModalConfirm, ModalDetail, ModalLayer, MonetaryField, PaginationView, PaidBadgedField, PriorityField, RadioGroupField, RatingStarField, RemainingDaysField, RenderFiles, Row, Search, SelectDropdownField, StatusBarOptionField, StatusDropdownField, StatusbarDurationField, TDropdownSelectorProps, TableBody, TableFilter, TableFooter, TableGroup, TableHead, TextAreaField, ToggleButtonField, VideoPlayer, usePagination } from './widgets.js';
|
|
5
5
|
export { COLORS, DOTS, SearchType, checkIsImageLink, convertFloatToTime, convertTimeToFloat, formatFileSize, formatFloatNumber, formatNumberOnly, getPasswordMessage, isBase64Image, isObjectEmpty, parseFormattedNumber, range, typeStyles, useFormatDate, validateAndParseDate, validateInput } from './utils.js';
|