@nons-dev/uikit 0.1.5 → 0.1.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/index.css +1 -1
- package/generated/components.json +54 -54
- package/locales/en.json +326 -0
- package/locales/fa.json +326 -0
- package/package.json +4 -6
- package/readme.md +46 -5
- package/scripts/cli.mjs +233 -26
|
@@ -4,7 +4,7 @@
|
|
|
4
4
|
"name": "Avatar",
|
|
5
5
|
"registryKey": "avatar",
|
|
6
6
|
"category": "primitive",
|
|
7
|
-
"filePath": "ui
|
|
7
|
+
"filePath": "ui\\primitives\\Avatar.vue",
|
|
8
8
|
"description": "",
|
|
9
9
|
"props": [
|
|
10
10
|
{
|
|
@@ -49,7 +49,7 @@
|
|
|
49
49
|
"name": "Badge",
|
|
50
50
|
"registryKey": "badge",
|
|
51
51
|
"category": "primitive",
|
|
52
|
-
"filePath": "ui
|
|
52
|
+
"filePath": "ui\\primitives\\Badge.vue",
|
|
53
53
|
"description": "",
|
|
54
54
|
"props": [
|
|
55
55
|
{
|
|
@@ -87,7 +87,7 @@
|
|
|
87
87
|
"name": "Button",
|
|
88
88
|
"registryKey": "button",
|
|
89
89
|
"category": "primitive",
|
|
90
|
-
"filePath": "ui
|
|
90
|
+
"filePath": "ui\\primitives\\Button.vue",
|
|
91
91
|
"description": "",
|
|
92
92
|
"props": [
|
|
93
93
|
{
|
|
@@ -176,7 +176,7 @@
|
|
|
176
176
|
"name": "Checkbox",
|
|
177
177
|
"registryKey": "checkbox",
|
|
178
178
|
"category": "primitive",
|
|
179
|
-
"filePath": "ui
|
|
179
|
+
"filePath": "ui\\primitives\\Checkbox.vue",
|
|
180
180
|
"description": "",
|
|
181
181
|
"props": [
|
|
182
182
|
{
|
|
@@ -229,7 +229,7 @@
|
|
|
229
229
|
"name": "Divider",
|
|
230
230
|
"registryKey": "divider",
|
|
231
231
|
"category": "primitive",
|
|
232
|
-
"filePath": "ui
|
|
232
|
+
"filePath": "ui\\primitives\\Divider.vue",
|
|
233
233
|
"description": "",
|
|
234
234
|
"props": [],
|
|
235
235
|
"events": [],
|
|
@@ -240,7 +240,7 @@
|
|
|
240
240
|
"name": "FormField",
|
|
241
241
|
"registryKey": "form-field",
|
|
242
242
|
"category": "primitive",
|
|
243
|
-
"filePath": "ui
|
|
243
|
+
"filePath": "ui\\primitives\\FormField.vue",
|
|
244
244
|
"description": "",
|
|
245
245
|
"props": [
|
|
246
246
|
{
|
|
@@ -288,7 +288,7 @@
|
|
|
288
288
|
"name": "Icon",
|
|
289
289
|
"registryKey": "icon",
|
|
290
290
|
"category": "primitive",
|
|
291
|
-
"filePath": "ui
|
|
291
|
+
"filePath": "ui\\primitives\\Icon.vue",
|
|
292
292
|
"description": "",
|
|
293
293
|
"props": [
|
|
294
294
|
{
|
|
@@ -333,7 +333,7 @@
|
|
|
333
333
|
"name": "IconButton",
|
|
334
334
|
"registryKey": "icon-button",
|
|
335
335
|
"category": "primitive",
|
|
336
|
-
"filePath": "ui
|
|
336
|
+
"filePath": "ui\\primitives\\IconButton.vue",
|
|
337
337
|
"description": "",
|
|
338
338
|
"props": [
|
|
339
339
|
{
|
|
@@ -395,7 +395,7 @@
|
|
|
395
395
|
"name": "Input",
|
|
396
396
|
"registryKey": "input",
|
|
397
397
|
"category": "primitive",
|
|
398
|
-
"filePath": "ui
|
|
398
|
+
"filePath": "ui\\primitives\\Input.vue",
|
|
399
399
|
"description": "",
|
|
400
400
|
"props": [
|
|
401
401
|
{
|
|
@@ -486,7 +486,7 @@
|
|
|
486
486
|
"name": "Logo",
|
|
487
487
|
"registryKey": "logo",
|
|
488
488
|
"category": "primitive",
|
|
489
|
-
"filePath": "ui
|
|
489
|
+
"filePath": "ui\\primitives\\Logo.vue",
|
|
490
490
|
"description": "",
|
|
491
491
|
"props": [
|
|
492
492
|
{
|
|
@@ -504,7 +504,7 @@
|
|
|
504
504
|
"name": "MultiSelect",
|
|
505
505
|
"registryKey": "multi-select",
|
|
506
506
|
"category": "primitive",
|
|
507
|
-
"filePath": "ui
|
|
507
|
+
"filePath": "ui\\primitives\\MultiSelect.vue",
|
|
508
508
|
"description": "",
|
|
509
509
|
"props": [
|
|
510
510
|
{
|
|
@@ -551,7 +551,7 @@
|
|
|
551
551
|
"name": "Select",
|
|
552
552
|
"registryKey": "select",
|
|
553
553
|
"category": "primitive",
|
|
554
|
-
"filePath": "ui
|
|
554
|
+
"filePath": "ui\\primitives\\Select.vue",
|
|
555
555
|
"description": "",
|
|
556
556
|
"props": [
|
|
557
557
|
{
|
|
@@ -607,7 +607,7 @@
|
|
|
607
607
|
"name": "Spacer",
|
|
608
608
|
"registryKey": "spacer",
|
|
609
609
|
"category": "primitive",
|
|
610
|
-
"filePath": "ui
|
|
610
|
+
"filePath": "ui\\primitives\\Spacer.vue",
|
|
611
611
|
"description": "",
|
|
612
612
|
"props": [
|
|
613
613
|
{
|
|
@@ -666,7 +666,7 @@
|
|
|
666
666
|
"name": "Switch",
|
|
667
667
|
"registryKey": "switch",
|
|
668
668
|
"category": "primitive",
|
|
669
|
-
"filePath": "ui
|
|
669
|
+
"filePath": "ui\\primitives\\Switch.vue",
|
|
670
670
|
"description": "",
|
|
671
671
|
"props": [
|
|
672
672
|
{
|
|
@@ -713,7 +713,7 @@
|
|
|
713
713
|
"name": "Text",
|
|
714
714
|
"registryKey": "text",
|
|
715
715
|
"category": "primitive",
|
|
716
|
-
"filePath": "ui
|
|
716
|
+
"filePath": "ui\\primitives\\Text.vue",
|
|
717
717
|
"description": "",
|
|
718
718
|
"props": [
|
|
719
719
|
{
|
|
@@ -761,7 +761,7 @@
|
|
|
761
761
|
"name": "Textarea",
|
|
762
762
|
"registryKey": "textarea",
|
|
763
763
|
"category": "primitive",
|
|
764
|
-
"filePath": "ui
|
|
764
|
+
"filePath": "ui\\primitives\\Textarea.vue",
|
|
765
765
|
"description": "",
|
|
766
766
|
"props": [
|
|
767
767
|
{
|
|
@@ -870,7 +870,7 @@
|
|
|
870
870
|
"name": "Accordion",
|
|
871
871
|
"registryKey": "accordion",
|
|
872
872
|
"category": "component",
|
|
873
|
-
"filePath": "ui
|
|
873
|
+
"filePath": "ui\\components\\Accordion.vue",
|
|
874
874
|
"description": "",
|
|
875
875
|
"props": [
|
|
876
876
|
{
|
|
@@ -906,7 +906,7 @@
|
|
|
906
906
|
"name": "ActionToggle",
|
|
907
907
|
"registryKey": "action-toggle",
|
|
908
908
|
"category": "component",
|
|
909
|
-
"filePath": "ui
|
|
909
|
+
"filePath": "ui\\components\\ActionToggle.vue",
|
|
910
910
|
"description": "",
|
|
911
911
|
"props": [],
|
|
912
912
|
"events": [
|
|
@@ -922,7 +922,7 @@
|
|
|
922
922
|
"name": "Alert",
|
|
923
923
|
"registryKey": "alert",
|
|
924
924
|
"category": "component",
|
|
925
|
-
"filePath": "ui
|
|
925
|
+
"filePath": "ui\\components\\Alert.vue",
|
|
926
926
|
"description": "",
|
|
927
927
|
"props": [
|
|
928
928
|
{
|
|
@@ -980,7 +980,7 @@
|
|
|
980
980
|
"name": "AppProvider",
|
|
981
981
|
"registryKey": "app-provider",
|
|
982
982
|
"category": "component",
|
|
983
|
-
"filePath": "ui
|
|
983
|
+
"filePath": "ui\\components\\AppProvider.vue",
|
|
984
984
|
"description": "",
|
|
985
985
|
"props": [],
|
|
986
986
|
"events": [],
|
|
@@ -995,7 +995,7 @@
|
|
|
995
995
|
"name": "AsyncAutocomplete",
|
|
996
996
|
"registryKey": "async-autocomplete",
|
|
997
997
|
"category": "component",
|
|
998
|
-
"filePath": "ui
|
|
998
|
+
"filePath": "ui\\components\\AsyncAutocomplete.vue",
|
|
999
999
|
"description": "",
|
|
1000
1000
|
"props": [
|
|
1001
1001
|
{
|
|
@@ -1084,7 +1084,7 @@
|
|
|
1084
1084
|
"name": "Breadcrumb",
|
|
1085
1085
|
"registryKey": "breadcrumb",
|
|
1086
1086
|
"category": "component",
|
|
1087
|
-
"filePath": "ui
|
|
1087
|
+
"filePath": "ui\\components\\Breadcrumb.vue",
|
|
1088
1088
|
"description": "",
|
|
1089
1089
|
"props": [
|
|
1090
1090
|
{
|
|
@@ -1113,7 +1113,7 @@
|
|
|
1113
1113
|
"name": "BulkEditBar",
|
|
1114
1114
|
"registryKey": "bulk-edit-bar",
|
|
1115
1115
|
"category": "component",
|
|
1116
|
-
"filePath": "ui
|
|
1116
|
+
"filePath": "ui\\components\\BulkEditBar.vue",
|
|
1117
1117
|
"description": "",
|
|
1118
1118
|
"props": [
|
|
1119
1119
|
{
|
|
@@ -1145,7 +1145,7 @@
|
|
|
1145
1145
|
"name": "Card",
|
|
1146
1146
|
"registryKey": "card",
|
|
1147
1147
|
"category": "component",
|
|
1148
|
-
"filePath": "ui
|
|
1148
|
+
"filePath": "ui\\components\\Card.vue",
|
|
1149
1149
|
"description": "",
|
|
1150
1150
|
"props": [
|
|
1151
1151
|
{
|
|
@@ -1183,7 +1183,7 @@
|
|
|
1183
1183
|
"name": "Chip",
|
|
1184
1184
|
"registryKey": "chip",
|
|
1185
1185
|
"category": "component",
|
|
1186
|
-
"filePath": "ui
|
|
1186
|
+
"filePath": "ui\\components\\Chip.vue",
|
|
1187
1187
|
"description": "",
|
|
1188
1188
|
"props": [
|
|
1189
1189
|
{
|
|
@@ -1224,7 +1224,7 @@
|
|
|
1224
1224
|
"name": "CommandMenu",
|
|
1225
1225
|
"registryKey": "command-menu",
|
|
1226
1226
|
"category": "component",
|
|
1227
|
-
"filePath": "ui
|
|
1227
|
+
"filePath": "ui\\components\\CommandMenu.vue",
|
|
1228
1228
|
"description": "",
|
|
1229
1229
|
"props": [
|
|
1230
1230
|
{
|
|
@@ -1269,7 +1269,7 @@
|
|
|
1269
1269
|
"name": "Dropdown",
|
|
1270
1270
|
"registryKey": "dropdown",
|
|
1271
1271
|
"category": "component",
|
|
1272
|
-
"filePath": "ui
|
|
1272
|
+
"filePath": "ui\\components\\Dropdown.vue",
|
|
1273
1273
|
"description": "",
|
|
1274
1274
|
"props": [
|
|
1275
1275
|
{
|
|
@@ -1352,7 +1352,7 @@
|
|
|
1352
1352
|
"name": "EmptyState",
|
|
1353
1353
|
"registryKey": "empty-state",
|
|
1354
1354
|
"category": "component",
|
|
1355
|
-
"filePath": "ui
|
|
1355
|
+
"filePath": "ui\\components\\EmptyState.vue",
|
|
1356
1356
|
"description": "",
|
|
1357
1357
|
"props": [
|
|
1358
1358
|
{
|
|
@@ -1390,7 +1390,7 @@
|
|
|
1390
1390
|
"name": "FilterBar",
|
|
1391
1391
|
"registryKey": "filter-bar",
|
|
1392
1392
|
"category": "component",
|
|
1393
|
-
"filePath": "ui
|
|
1393
|
+
"filePath": "ui\\components\\FilterBar.vue",
|
|
1394
1394
|
"description": "",
|
|
1395
1395
|
"props": [
|
|
1396
1396
|
{
|
|
@@ -1416,7 +1416,7 @@
|
|
|
1416
1416
|
"name": "LoadingState",
|
|
1417
1417
|
"registryKey": "loading-state",
|
|
1418
1418
|
"category": "component",
|
|
1419
|
-
"filePath": "ui
|
|
1419
|
+
"filePath": "ui\\components\\LoadingState.vue",
|
|
1420
1420
|
"description": "",
|
|
1421
1421
|
"props": [
|
|
1422
1422
|
{
|
|
@@ -1445,7 +1445,7 @@
|
|
|
1445
1445
|
"name": "Menu",
|
|
1446
1446
|
"registryKey": "menu",
|
|
1447
1447
|
"category": "component",
|
|
1448
|
-
"filePath": "ui
|
|
1448
|
+
"filePath": "ui\\components\\Menu.vue",
|
|
1449
1449
|
"description": "",
|
|
1450
1450
|
"props": [
|
|
1451
1451
|
{
|
|
@@ -1471,7 +1471,7 @@
|
|
|
1471
1471
|
"name": "MenuItem",
|
|
1472
1472
|
"registryKey": "menu-item",
|
|
1473
1473
|
"category": "component",
|
|
1474
|
-
"filePath": "ui
|
|
1474
|
+
"filePath": "ui\\components\\MenuItem.vue",
|
|
1475
1475
|
"description": "",
|
|
1476
1476
|
"props": [
|
|
1477
1477
|
{
|
|
@@ -1514,7 +1514,7 @@
|
|
|
1514
1514
|
"name": "NotificationBell",
|
|
1515
1515
|
"registryKey": "notification-bell",
|
|
1516
1516
|
"category": "component",
|
|
1517
|
-
"filePath": "ui
|
|
1517
|
+
"filePath": "ui\\components\\NotificationBell.vue",
|
|
1518
1518
|
"description": "",
|
|
1519
1519
|
"props": [
|
|
1520
1520
|
{
|
|
@@ -1569,7 +1569,7 @@
|
|
|
1569
1569
|
"name": "NotificationPanel",
|
|
1570
1570
|
"registryKey": "notification-panel",
|
|
1571
1571
|
"category": "component",
|
|
1572
|
-
"filePath": "ui
|
|
1572
|
+
"filePath": "ui\\components\\NotificationPanel.vue",
|
|
1573
1573
|
"description": "",
|
|
1574
1574
|
"props": [
|
|
1575
1575
|
{
|
|
@@ -1600,7 +1600,7 @@
|
|
|
1600
1600
|
"name": "PageTitle",
|
|
1601
1601
|
"registryKey": "page-title",
|
|
1602
1602
|
"category": "component",
|
|
1603
|
-
"filePath": "ui
|
|
1603
|
+
"filePath": "ui\\components\\PageTitle.vue",
|
|
1604
1604
|
"description": "",
|
|
1605
1605
|
"props": [
|
|
1606
1606
|
{
|
|
@@ -1636,7 +1636,7 @@
|
|
|
1636
1636
|
"name": "Pagination",
|
|
1637
1637
|
"registryKey": "pagination",
|
|
1638
1638
|
"category": "component",
|
|
1639
|
-
"filePath": "ui
|
|
1639
|
+
"filePath": "ui\\components\\Pagination.vue",
|
|
1640
1640
|
"description": "",
|
|
1641
1641
|
"props": [
|
|
1642
1642
|
{
|
|
@@ -1679,7 +1679,7 @@
|
|
|
1679
1679
|
"name": "Popover",
|
|
1680
1680
|
"registryKey": "popover",
|
|
1681
1681
|
"category": "component",
|
|
1682
|
-
"filePath": "ui
|
|
1682
|
+
"filePath": "ui\\components\\Popover.vue",
|
|
1683
1683
|
"description": "",
|
|
1684
1684
|
"props": [
|
|
1685
1685
|
{
|
|
@@ -1716,7 +1716,7 @@
|
|
|
1716
1716
|
"name": "Progress",
|
|
1717
1717
|
"registryKey": "progress",
|
|
1718
1718
|
"category": "component",
|
|
1719
|
-
"filePath": "ui
|
|
1719
|
+
"filePath": "ui\\components\\Progress.vue",
|
|
1720
1720
|
"description": "",
|
|
1721
1721
|
"props": [
|
|
1722
1722
|
{
|
|
@@ -1751,7 +1751,7 @@
|
|
|
1751
1751
|
"name": "SchemaTable",
|
|
1752
1752
|
"registryKey": "schema-table",
|
|
1753
1753
|
"category": "component",
|
|
1754
|
-
"filePath": "ui
|
|
1754
|
+
"filePath": "ui\\components\\SchemaTable.vue",
|
|
1755
1755
|
"description": "",
|
|
1756
1756
|
"props": [
|
|
1757
1757
|
{
|
|
@@ -1824,7 +1824,7 @@
|
|
|
1824
1824
|
"name": "SearchBox",
|
|
1825
1825
|
"registryKey": "search-box",
|
|
1826
1826
|
"category": "component",
|
|
1827
|
-
"filePath": "ui
|
|
1827
|
+
"filePath": "ui\\components\\SearchBox.vue",
|
|
1828
1828
|
"description": "",
|
|
1829
1829
|
"props": [
|
|
1830
1830
|
{
|
|
@@ -1884,7 +1884,7 @@
|
|
|
1884
1884
|
"name": "SidebarNav",
|
|
1885
1885
|
"registryKey": "sidebar-nav",
|
|
1886
1886
|
"category": "component",
|
|
1887
|
-
"filePath": "ui
|
|
1887
|
+
"filePath": "ui\\components\\SidebarNav.vue",
|
|
1888
1888
|
"description": "",
|
|
1889
1889
|
"props": [
|
|
1890
1890
|
{
|
|
@@ -1949,7 +1949,7 @@
|
|
|
1949
1949
|
"name": "SwipeItem",
|
|
1950
1950
|
"registryKey": "swipe-item",
|
|
1951
1951
|
"category": "component",
|
|
1952
|
-
"filePath": "ui
|
|
1952
|
+
"filePath": "ui\\components\\SwipeItem.vue",
|
|
1953
1953
|
"description": "",
|
|
1954
1954
|
"props": [
|
|
1955
1955
|
{
|
|
@@ -2028,7 +2028,7 @@
|
|
|
2028
2028
|
"name": "TableCell",
|
|
2029
2029
|
"registryKey": "table-cell",
|
|
2030
2030
|
"category": "component",
|
|
2031
|
-
"filePath": "ui
|
|
2031
|
+
"filePath": "ui\\components\\TableCell.vue",
|
|
2032
2032
|
"description": "",
|
|
2033
2033
|
"props": [
|
|
2034
2034
|
{
|
|
@@ -2126,7 +2126,7 @@
|
|
|
2126
2126
|
"name": "Tabs",
|
|
2127
2127
|
"registryKey": "tabs",
|
|
2128
2128
|
"category": "component",
|
|
2129
|
-
"filePath": "ui
|
|
2129
|
+
"filePath": "ui\\components\\Tabs.vue",
|
|
2130
2130
|
"description": "",
|
|
2131
2131
|
"props": [
|
|
2132
2132
|
{
|
|
@@ -2169,7 +2169,7 @@
|
|
|
2169
2169
|
"name": "ToggleButton",
|
|
2170
2170
|
"registryKey": "toggle-button",
|
|
2171
2171
|
"category": "component",
|
|
2172
|
-
"filePath": "ui
|
|
2172
|
+
"filePath": "ui\\components\\ToggleButton.vue",
|
|
2173
2173
|
"description": "",
|
|
2174
2174
|
"props": [
|
|
2175
2175
|
{
|
|
@@ -2228,7 +2228,7 @@
|
|
|
2228
2228
|
"name": "Tooltip",
|
|
2229
2229
|
"registryKey": "tooltip",
|
|
2230
2230
|
"category": "component",
|
|
2231
|
-
"filePath": "ui
|
|
2231
|
+
"filePath": "ui\\components\\Tooltip.vue",
|
|
2232
2232
|
"description": "",
|
|
2233
2233
|
"props": [
|
|
2234
2234
|
{
|
|
@@ -2279,7 +2279,7 @@
|
|
|
2279
2279
|
"name": "UserCard",
|
|
2280
2280
|
"registryKey": "user-card",
|
|
2281
2281
|
"category": "component",
|
|
2282
|
-
"filePath": "ui
|
|
2282
|
+
"filePath": "ui\\components\\UserCard.vue",
|
|
2283
2283
|
"description": "",
|
|
2284
2284
|
"props": [
|
|
2285
2285
|
{
|
|
@@ -2327,7 +2327,7 @@
|
|
|
2327
2327
|
"name": "BaseLayout",
|
|
2328
2328
|
"registryKey": "base-layout",
|
|
2329
2329
|
"category": "layout",
|
|
2330
|
-
"filePath": "ui
|
|
2330
|
+
"filePath": "ui\\layouts\\BaseLayout.vue",
|
|
2331
2331
|
"description": "",
|
|
2332
2332
|
"props": [],
|
|
2333
2333
|
"events": [
|
|
@@ -2347,7 +2347,7 @@
|
|
|
2347
2347
|
"name": "Grid",
|
|
2348
2348
|
"registryKey": "grid",
|
|
2349
2349
|
"category": "layout",
|
|
2350
|
-
"filePath": "ui
|
|
2350
|
+
"filePath": "ui\\layouts\\Grid.vue",
|
|
2351
2351
|
"description": "",
|
|
2352
2352
|
"props": [
|
|
2353
2353
|
{
|
|
@@ -2398,7 +2398,7 @@
|
|
|
2398
2398
|
"name": "Row",
|
|
2399
2399
|
"registryKey": "row",
|
|
2400
2400
|
"category": "layout",
|
|
2401
|
-
"filePath": "ui
|
|
2401
|
+
"filePath": "ui\\layouts\\Row.vue",
|
|
2402
2402
|
"description": "",
|
|
2403
2403
|
"props": [
|
|
2404
2404
|
{
|
|
@@ -2461,7 +2461,7 @@
|
|
|
2461
2461
|
"name": "Section",
|
|
2462
2462
|
"registryKey": "section",
|
|
2463
2463
|
"category": "layout",
|
|
2464
|
-
"filePath": "ui
|
|
2464
|
+
"filePath": "ui\\layouts\\Section.vue",
|
|
2465
2465
|
"description": "",
|
|
2466
2466
|
"props": [
|
|
2467
2467
|
{
|
|
@@ -2496,7 +2496,7 @@
|
|
|
2496
2496
|
"name": "Stack",
|
|
2497
2497
|
"registryKey": "stack",
|
|
2498
2498
|
"category": "layout",
|
|
2499
|
-
"filePath": "ui
|
|
2499
|
+
"filePath": "ui\\layouts\\Stack.vue",
|
|
2500
2500
|
"description": "",
|
|
2501
2501
|
"props": [
|
|
2502
2502
|
{
|
|
@@ -2567,7 +2567,7 @@
|
|
|
2567
2567
|
"name": "SidePanel",
|
|
2568
2568
|
"registryKey": "side-panel",
|
|
2569
2569
|
"category": "section",
|
|
2570
|
-
"filePath": "ui
|
|
2570
|
+
"filePath": "ui\\sections\\SidePanel.vue",
|
|
2571
2571
|
"description": "",
|
|
2572
2572
|
"props": [
|
|
2573
2573
|
{
|
|
@@ -2660,6 +2660,6 @@
|
|
|
2660
2660
|
"schemaExample": "{\n \"type\": \"side-panel\",\n \"props\": {}\n}"
|
|
2661
2661
|
}
|
|
2662
2662
|
],
|
|
2663
|
-
"scannedAt": "2026-06-
|
|
2663
|
+
"scannedAt": "2026-06-27T05:53:05.460Z",
|
|
2664
2664
|
"totalFiles": 53
|
|
2665
2665
|
}
|