mimir-ui-kit 1.22.0 → 1.24.0
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/assets/Drawer.css +1 -1
- package/dist/assets/SelectSearch.css +1 -1
- package/dist/assets/TabTrail.css +1 -1
- package/dist/components/Accordion/Accordion.d.ts +2 -0
- package/dist/components/Accordion/Accordion.js +15 -2
- package/dist/components/Drawer/Drawer.js +19 -19
- package/dist/components/SelectSearch/SelectSearch.js +27 -22
- package/dist/components/Steps/Steps.js +2 -2
- package/dist/components/Steps/constants.d.ts +11 -1
- package/dist/components/Steps/constants.js +44 -0
- package/dist/components/TabTrail/TabTrail.js +9 -9
- package/dist/components/Uploader/Uploader.d.ts +4 -0
- package/dist/components/Uploader/Uploader.js +3 -2
- package/dist/components/UploaderPhotos/UploaderPhotos.d.ts +4 -0
- package/dist/components/UploaderPhotos/UploaderPhotos.js +12 -4
- package/dist/components/Vote/index.d.ts +1 -1
- package/dist/components/index.d.ts +1 -1
- package/dist/icons/Icon.js +1 -1
- package/dist/icons/components/12px/MessageRead12px.d.ts +4 -0
- package/dist/icons/components/12px/MessageRead12px.js +37 -0
- package/dist/icons/components/32px/PersonalManager32px.d.ts +4 -0
- package/dist/icons/components/32px/PersonalManager32px.js +112 -0
- package/dist/icons/components/StepXL.d.ts +4 -0
- package/dist/icons/components/StepXL.js +32 -0
- package/dist/icons/components/index.d.ts +3 -0
- package/dist/icons/components/index.js +543 -540
- package/dist/{index-Cxiikb7g.js → index-FDVpKRvA.js} +550 -539
- package/dist/utils/index.d.ts +0 -2
- package/dist/utils/index.js +1 -3
- package/package.json +1 -1
- package/dist/assets/ListFiles.css +0 -1
- package/dist/components/ListFiles/ListFiles.d.ts +0 -26
- package/dist/components/ListFiles/ListFiles.js +0 -42
- package/dist/components/ListFiles/constants.d.ts +0 -3
- package/dist/components/ListFiles/constants.js +0 -33
- package/dist/components/ListFiles/index.d.ts +0 -2
- package/dist/components/ListFiles/index.js +0 -4
- package/dist/components/UploaderFiles/UploaderFiles.d.ts +0 -38
- package/dist/components/UploaderFiles/UploaderFiles.js +0 -68
- package/dist/components/UploaderFiles/index.d.ts +0 -2
- package/dist/components/UploaderFiles/index.js +0 -4
- package/dist/utils/formating/FileSize.d.ts +0 -1
- package/dist/utils/formating/FileSize.js +0 -13
@@ -1,5 +1,6 @@
|
|
1
1
|
import { lazy } from "react";
|
2
2
|
const Close12px = lazy(() => import("./icons/components/12px/Close12px.js"));
|
3
|
+
const MessageRead12px = lazy(() => import("./icons/components/12px/MessageRead12px.js"));
|
3
4
|
const Accept16px = lazy(() => import("./icons/components/16px/Accept16px.js"));
|
4
5
|
const Acts16px = lazy(() => import("./icons/components/16px/Acts16px.js"));
|
5
6
|
const Acts16pxF = lazy(() => import("./icons/components/16px/Acts16pxF.js"));
|
@@ -435,6 +436,9 @@ const Orders32pxF = lazy(() => import("./icons/components/32px/Orders32pxF.js"))
|
|
435
436
|
const Pause32px = lazy(() => import("./icons/components/32px/Pause32px.js"));
|
436
437
|
const Pen32px = lazy(() => import("./icons/components/32px/Pen32px.js"));
|
437
438
|
const Pen32pxF = lazy(() => import("./icons/components/32px/Pen32pxF.js"));
|
439
|
+
const PersonalManager32px = lazy(
|
440
|
+
() => import("./icons/components/32px/PersonalManager32px.js")
|
441
|
+
);
|
438
442
|
const Phone32px = lazy(() => import("./icons/components/32px/Phone32px.js"));
|
439
443
|
const Play32px = lazy(() => import("./icons/components/32px/Play32px.js"));
|
440
444
|
const Plus32px = lazy(() => import("./icons/components/32px/Plus32px.js"));
|
@@ -839,6 +843,7 @@ const Car = lazy(() => import("./icons/components/cars-stubus/Car.js"));
|
|
839
843
|
const Bike = lazy(() => import("./icons/components/cars-stubus/Bike.js"));
|
840
844
|
const Mans = lazy(() => import("./icons/components/Mans.js"));
|
841
845
|
const Step = lazy(() => import("./icons/components/Step.js"));
|
846
|
+
const StepXL = lazy(() => import("./icons/components/StepXL.js"));
|
842
847
|
const icons = /* @__PURE__ */ Object.freeze(/* @__PURE__ */ Object.defineProperty({
|
843
848
|
__proto__: null,
|
844
849
|
Acceleration,
|
@@ -1180,6 +1185,7 @@ const icons = /* @__PURE__ */ Object.freeze(/* @__PURE__ */ Object.definePropert
|
|
1180
1185
|
MenuMobile24px,
|
1181
1186
|
MenuMobile32px,
|
1182
1187
|
MercedesBenz,
|
1188
|
+
MessageRead12px,
|
1183
1189
|
Meusburger,
|
1184
1190
|
MiniEscalator,
|
1185
1191
|
MiniLoader,
|
@@ -1239,6 +1245,7 @@ const icons = /* @__PURE__ */ Object.freeze(/* @__PURE__ */ Object.definePropert
|
|
1239
1245
|
Pen24pxF,
|
1240
1246
|
Pen32px,
|
1241
1247
|
Pen32pxF,
|
1248
|
+
PersonalManager32px,
|
1242
1249
|
Peugeot,
|
1243
1250
|
Phone16px,
|
1244
1251
|
Phone24px,
|
@@ -1315,6 +1322,7 @@ const icons = /* @__PURE__ */ Object.freeze(/* @__PURE__ */ Object.definePropert
|
|
1315
1322
|
StarHalf24pxF,
|
1316
1323
|
StarHalf32pxF,
|
1317
1324
|
Step,
|
1325
|
+
StepXL,
|
1318
1326
|
TankerTruck,
|
1319
1327
|
Telegram16pxF,
|
1320
1328
|
Telegram24pxF,
|
@@ -1419,7 +1427,7 @@ const icons = /* @__PURE__ */ Object.freeze(/* @__PURE__ */ Object.definePropert
|
|
1419
1427
|
Zoomlion
|
1420
1428
|
}, Symbol.toStringTag, { value: "Module" }));
|
1421
1429
|
export {
|
1422
|
-
|
1430
|
+
Eye16px as $,
|
1423
1431
|
Accept16px as A,
|
1424
1432
|
Bell16px as B,
|
1425
1433
|
Close12px as C,
|
@@ -1432,553 +1440,556 @@ export {
|
|
1432
1440
|
CloseFloatMenuMobileArrow16px as J,
|
1433
1441
|
Coin16px as K,
|
1434
1442
|
Coin16pxF as L,
|
1435
|
-
|
1436
|
-
|
1437
|
-
|
1438
|
-
|
1439
|
-
|
1440
|
-
|
1441
|
-
|
1442
|
-
|
1443
|
-
|
1444
|
-
|
1445
|
-
|
1446
|
-
|
1447
|
-
|
1448
|
-
|
1449
|
-
|
1443
|
+
MessageRead12px as M,
|
1444
|
+
Contracts16px as N,
|
1445
|
+
Contracts16pxF as O,
|
1446
|
+
CopyClipboard16px as P,
|
1447
|
+
Done16px as Q,
|
1448
|
+
Download16px as R,
|
1449
|
+
DragHandle16px as S,
|
1450
|
+
DragHandleHorizontal16px as T,
|
1451
|
+
DragHandleVertical16px as U,
|
1452
|
+
DropdownArrowBottom16px as V,
|
1453
|
+
DropdownArrowLeft16px as W,
|
1454
|
+
DropdownArrowRight16px as X,
|
1455
|
+
DropdownArrowUp16px as Y,
|
1456
|
+
Dzen16px as Z,
|
1457
|
+
Euro16px as _,
|
1450
1458
|
Acts16px as a,
|
1451
|
-
|
1452
|
-
|
1453
|
-
|
1454
|
-
|
1455
|
-
|
1456
|
-
|
1457
|
-
|
1458
|
-
|
1459
|
-
|
1460
|
-
|
1461
|
-
|
1462
|
-
|
1463
|
-
|
1464
|
-
|
1465
|
-
|
1466
|
-
|
1467
|
-
|
1468
|
-
|
1469
|
-
|
1470
|
-
|
1471
|
-
|
1472
|
-
|
1473
|
-
|
1474
|
-
|
1475
|
-
|
1476
|
-
|
1477
|
-
|
1478
|
-
|
1479
|
-
|
1480
|
-
|
1481
|
-
|
1482
|
-
|
1483
|
-
|
1484
|
-
|
1485
|
-
|
1486
|
-
|
1487
|
-
|
1488
|
-
|
1489
|
-
|
1490
|
-
|
1491
|
-
|
1492
|
-
|
1493
|
-
|
1494
|
-
|
1495
|
-
|
1496
|
-
|
1497
|
-
|
1498
|
-
|
1499
|
-
|
1500
|
-
|
1501
|
-
|
1502
|
-
|
1503
|
-
|
1504
|
-
|
1505
|
-
|
1506
|
-
|
1507
|
-
|
1508
|
-
|
1509
|
-
|
1510
|
-
|
1511
|
-
|
1512
|
-
|
1513
|
-
|
1514
|
-
|
1459
|
+
VK16pxF as a$,
|
1460
|
+
Failure16px as a0,
|
1461
|
+
Favorite16px as a1,
|
1462
|
+
Favorite16pxF as a2,
|
1463
|
+
Filter16px as a3,
|
1464
|
+
Flag16pxF as a4,
|
1465
|
+
Folder16px as a5,
|
1466
|
+
Fullscreen16px as a6,
|
1467
|
+
Galery16px as a7,
|
1468
|
+
Gear16px as a8,
|
1469
|
+
Gift16px as a9,
|
1470
|
+
PriceDown16px as aA,
|
1471
|
+
PriceUp16px as aB,
|
1472
|
+
Question16px as aC,
|
1473
|
+
Question16pxF as aD,
|
1474
|
+
Rutube16px as aE,
|
1475
|
+
Scan16px as aF,
|
1476
|
+
Search16px as aG,
|
1477
|
+
Share16pxF as aH,
|
1478
|
+
ShopingCard16px as aI,
|
1479
|
+
Sort16px as aJ,
|
1480
|
+
Star16px as aK,
|
1481
|
+
Star16pxF as aL,
|
1482
|
+
StarHalf16pxF as aM,
|
1483
|
+
Telegram16pxF as aN,
|
1484
|
+
TelegramPlane16pxF as aO,
|
1485
|
+
Timer16px as aP,
|
1486
|
+
Trash16px as aQ,
|
1487
|
+
TwinArrowLeft16px as aR,
|
1488
|
+
TwinArrowRight16px as aS,
|
1489
|
+
USDollar16px as aT,
|
1490
|
+
Umbrella16px as aU,
|
1491
|
+
Umbrella16pxF as aV,
|
1492
|
+
UnionIcon16px as aW,
|
1493
|
+
User16px as aX,
|
1494
|
+
User16pxF as aY,
|
1495
|
+
Users16px as aZ,
|
1496
|
+
Users16pxF as a_,
|
1497
|
+
Hint16px as aa,
|
1498
|
+
Home16px as ab,
|
1499
|
+
Home16pxF as ac,
|
1500
|
+
Hot16pxF as ad,
|
1501
|
+
Kebab16px as ae,
|
1502
|
+
List16px as af,
|
1503
|
+
Location16px as ag,
|
1504
|
+
Map16px as ah,
|
1505
|
+
Menu16px as ai,
|
1506
|
+
MenuMobile16px as aj,
|
1507
|
+
Minus16px as ak,
|
1508
|
+
Navigation16px as al,
|
1509
|
+
News16px as am,
|
1510
|
+
News16pxF as an,
|
1511
|
+
Number16px as ao,
|
1512
|
+
OpenFloatMenuArrow16px as ap,
|
1513
|
+
OpenFloatMenuMobileArrow16px as aq,
|
1514
|
+
Orders16px as ar,
|
1515
|
+
Orders16pxF as as,
|
1516
|
+
Pause16px as at,
|
1517
|
+
Pen16px as au,
|
1518
|
+
Pen16pxF as av,
|
1519
|
+
Phone16px as aw,
|
1520
|
+
Play16pxF as ax,
|
1521
|
+
Plus16px as ay,
|
1522
|
+
Pound16px as az,
|
1515
1523
|
Acts16pxF as b,
|
1516
|
-
|
1517
|
-
|
1518
|
-
|
1519
|
-
|
1520
|
-
|
1521
|
-
|
1522
|
-
|
1523
|
-
|
1524
|
-
|
1525
|
-
|
1526
|
-
|
1527
|
-
|
1528
|
-
|
1529
|
-
|
1530
|
-
|
1531
|
-
|
1532
|
-
|
1533
|
-
|
1534
|
-
|
1535
|
-
|
1536
|
-
|
1537
|
-
|
1538
|
-
|
1539
|
-
|
1540
|
-
|
1541
|
-
|
1542
|
-
|
1543
|
-
|
1544
|
-
|
1545
|
-
|
1546
|
-
|
1547
|
-
|
1548
|
-
|
1549
|
-
|
1550
|
-
|
1551
|
-
|
1552
|
-
|
1553
|
-
|
1554
|
-
|
1555
|
-
|
1556
|
-
|
1557
|
-
|
1558
|
-
|
1559
|
-
|
1560
|
-
|
1561
|
-
|
1562
|
-
|
1563
|
-
|
1564
|
-
|
1565
|
-
|
1566
|
-
|
1567
|
-
|
1568
|
-
|
1569
|
-
|
1570
|
-
|
1571
|
-
|
1572
|
-
|
1573
|
-
|
1574
|
-
|
1575
|
-
|
1576
|
-
|
1577
|
-
|
1578
|
-
|
1579
|
-
|
1524
|
+
Gear24px as b$,
|
1525
|
+
Waiting16px as b0,
|
1526
|
+
Whatsapp16px as b1,
|
1527
|
+
WriteUs16px as b2,
|
1528
|
+
Youtube16pxF as b3,
|
1529
|
+
Yuan16px as b4,
|
1530
|
+
Accept24px as b5,
|
1531
|
+
Acts24px as b6,
|
1532
|
+
Acts24pxF as b7,
|
1533
|
+
AdditionalServicess24px as b8,
|
1534
|
+
AdditionalServicess24pxF as b9,
|
1535
|
+
CloseFloatMenuArrow24px as bA,
|
1536
|
+
CloseFloatMenuMobileArrow24px as bB,
|
1537
|
+
Coin24px as bC,
|
1538
|
+
Coin24pxF as bD,
|
1539
|
+
Contracts24px as bE,
|
1540
|
+
Contracts24pxF as bF,
|
1541
|
+
CopyClipboard24px as bG,
|
1542
|
+
Done24px as bH,
|
1543
|
+
Download24px as bI,
|
1544
|
+
DragHandle24px as bJ,
|
1545
|
+
DragHandleHorizontal24px as bK,
|
1546
|
+
DragHandleVertical24px as bL,
|
1547
|
+
DropdownArrowDown24px as bM,
|
1548
|
+
DropdownArrowLeft24px as bN,
|
1549
|
+
DropdownArrowRight24px as bO,
|
1550
|
+
DropdownArrowUp24px as bP,
|
1551
|
+
Dzen24px as bQ,
|
1552
|
+
Euro24px as bR,
|
1553
|
+
Eye24px as bS,
|
1554
|
+
Failure24px as bT,
|
1555
|
+
Favorite24px as bU,
|
1556
|
+
Favorite24pxF as bV,
|
1557
|
+
Filter24px as bW,
|
1558
|
+
Flag24pxF as bX,
|
1559
|
+
Folder24px as bY,
|
1560
|
+
Fullscreen24px as bZ,
|
1561
|
+
Galery24px as b_,
|
1562
|
+
Agents24px as ba,
|
1563
|
+
Agents24pxF as bb,
|
1564
|
+
Alarm24px as bc,
|
1565
|
+
ArrowDown24px as bd,
|
1566
|
+
ArrowLeft24px as be,
|
1567
|
+
ArrowRight24px as bf,
|
1568
|
+
ArrowUp24px as bg,
|
1569
|
+
ArrowUpRight24px as bh,
|
1570
|
+
AttachFile24px as bi,
|
1571
|
+
Bell24px as bj,
|
1572
|
+
Bell24pxF as bk,
|
1573
|
+
Calculator24px as bl,
|
1574
|
+
CalculatorLkk24px as bm,
|
1575
|
+
CalculatorLKK24pxF as bn,
|
1576
|
+
Calendar24px as bo,
|
1577
|
+
Camera24px as bp,
|
1578
|
+
Car24px as bq,
|
1579
|
+
Car24pxF as br,
|
1580
|
+
Catalog24px as bs,
|
1581
|
+
Certs24px as bt,
|
1582
|
+
Certs24pxF as bu,
|
1583
|
+
Change24px as bv,
|
1584
|
+
Chat24px as bw,
|
1585
|
+
Chat24pxF as bx,
|
1586
|
+
Chatbot24px as by,
|
1587
|
+
Close24px as bz,
|
1580
1588
|
AdditionalServicess16px as c,
|
1581
|
-
|
1582
|
-
|
1583
|
-
|
1584
|
-
|
1585
|
-
|
1586
|
-
|
1587
|
-
|
1588
|
-
|
1589
|
-
|
1590
|
-
|
1591
|
-
|
1592
|
-
|
1593
|
-
|
1594
|
-
|
1595
|
-
|
1596
|
-
|
1597
|
-
|
1598
|
-
|
1599
|
-
|
1600
|
-
|
1601
|
-
|
1602
|
-
|
1603
|
-
|
1604
|
-
|
1605
|
-
|
1606
|
-
|
1607
|
-
|
1608
|
-
|
1609
|
-
|
1610
|
-
|
1611
|
-
|
1612
|
-
|
1613
|
-
|
1614
|
-
|
1615
|
-
|
1616
|
-
|
1617
|
-
|
1618
|
-
|
1619
|
-
|
1620
|
-
|
1621
|
-
|
1622
|
-
|
1623
|
-
|
1624
|
-
|
1625
|
-
|
1626
|
-
|
1627
|
-
|
1628
|
-
|
1629
|
-
|
1630
|
-
|
1631
|
-
|
1632
|
-
|
1633
|
-
|
1634
|
-
|
1635
|
-
|
1636
|
-
|
1637
|
-
|
1638
|
-
|
1639
|
-
|
1640
|
-
|
1641
|
-
|
1642
|
-
|
1643
|
-
|
1644
|
-
|
1589
|
+
Acts32px as c$,
|
1590
|
+
Gift24px as c0,
|
1591
|
+
Hint24px as c1,
|
1592
|
+
Home24px as c2,
|
1593
|
+
Home24pxF as c3,
|
1594
|
+
Hot24pxF as c4,
|
1595
|
+
Improvements24px as c5,
|
1596
|
+
Improvements24pxF as c6,
|
1597
|
+
Kebab24px as c7,
|
1598
|
+
List24px as c8,
|
1599
|
+
Location24px as c9,
|
1600
|
+
Share24pxF as cA,
|
1601
|
+
ShopingCard24px as cB,
|
1602
|
+
Sort24px as cC,
|
1603
|
+
Star24px as cD,
|
1604
|
+
Star24pxF as cE,
|
1605
|
+
StarHalf24pxF as cF,
|
1606
|
+
Telegram24pxF as cG,
|
1607
|
+
TelegramPlane24pxF as cH,
|
1608
|
+
Timer24px as cI,
|
1609
|
+
Trash24px as cJ,
|
1610
|
+
TwinArrowLeft24px as cK,
|
1611
|
+
TwinArrowRight24px as cL,
|
1612
|
+
USDollar24px as cM,
|
1613
|
+
Umbrella24px as cN,
|
1614
|
+
Umbrella24pxF as cO,
|
1615
|
+
UnionIcon24px as cP,
|
1616
|
+
User24px as cQ,
|
1617
|
+
User24pxF as cR,
|
1618
|
+
Users24px as cS,
|
1619
|
+
Users24pxF as cT,
|
1620
|
+
VK24pxF as cU,
|
1621
|
+
Waiting24px as cV,
|
1622
|
+
Whatsapp24px as cW,
|
1623
|
+
WriteUs24px as cX,
|
1624
|
+
Youtube24pxF as cY,
|
1625
|
+
Yuan24px as cZ,
|
1626
|
+
Accept32px as c_,
|
1627
|
+
Map24px as ca,
|
1628
|
+
Menu24px as cb,
|
1629
|
+
MenuMobile24px as cc,
|
1630
|
+
Minus24px as cd,
|
1631
|
+
Navigation24px as ce,
|
1632
|
+
News24px as cf,
|
1633
|
+
News24pxF as cg,
|
1634
|
+
Number24px as ch,
|
1635
|
+
OpenFloatMenuArrow24px as ci,
|
1636
|
+
OpenFloatMenuMobileArrow24px as cj,
|
1637
|
+
Orders24px as ck,
|
1638
|
+
Orders24pxF as cl,
|
1639
|
+
Pause24px as cm,
|
1640
|
+
Pen24px as cn,
|
1641
|
+
Pen24pxF as co,
|
1642
|
+
Phone24px as cp,
|
1643
|
+
Play24px as cq,
|
1644
|
+
Plus24px as cr,
|
1645
|
+
Pound24px as cs,
|
1646
|
+
PriceDown24px as ct,
|
1647
|
+
PriceUp24px as cu,
|
1648
|
+
Question24px as cv,
|
1649
|
+
Question24pxF as cw,
|
1650
|
+
Rutube24px as cx,
|
1651
|
+
Scan24px as cy,
|
1652
|
+
Search24px as cz,
|
1645
1653
|
AdditionalServicess16pxF as d,
|
1646
|
-
|
1647
|
-
|
1648
|
-
|
1649
|
-
|
1650
|
-
|
1651
|
-
|
1652
|
-
|
1653
|
-
|
1654
|
-
|
1655
|
-
|
1656
|
-
|
1657
|
-
|
1658
|
-
|
1659
|
-
|
1660
|
-
|
1661
|
-
|
1662
|
-
|
1663
|
-
|
1664
|
-
|
1665
|
-
|
1666
|
-
|
1667
|
-
|
1668
|
-
|
1669
|
-
|
1670
|
-
|
1671
|
-
|
1672
|
-
|
1673
|
-
|
1674
|
-
|
1675
|
-
|
1676
|
-
|
1677
|
-
|
1678
|
-
|
1679
|
-
|
1680
|
-
|
1681
|
-
|
1682
|
-
|
1683
|
-
|
1684
|
-
|
1685
|
-
|
1686
|
-
|
1687
|
-
|
1688
|
-
|
1689
|
-
|
1690
|
-
|
1691
|
-
|
1692
|
-
|
1693
|
-
|
1694
|
-
|
1695
|
-
|
1696
|
-
|
1697
|
-
|
1698
|
-
|
1699
|
-
|
1700
|
-
|
1701
|
-
|
1702
|
-
|
1703
|
-
|
1704
|
-
|
1705
|
-
|
1706
|
-
|
1707
|
-
|
1708
|
-
|
1654
|
+
Location32px as d$,
|
1655
|
+
AdditionalServicess32px as d0,
|
1656
|
+
AdditionalServicess32pxF as d1,
|
1657
|
+
Agents32px as d2,
|
1658
|
+
Alarm32px as d3,
|
1659
|
+
ArrowDown32px as d4,
|
1660
|
+
ArrowLeft32px as d5,
|
1661
|
+
ArrowRight32px as d6,
|
1662
|
+
ArrowUp32px as d7,
|
1663
|
+
ArrowUpRight32px as d8,
|
1664
|
+
AttachFile32px as d9,
|
1665
|
+
Download32px as dA,
|
1666
|
+
DragHandle32px as dB,
|
1667
|
+
DragHandleHorizontal32px as dC,
|
1668
|
+
DragHandleVertical32px as dD,
|
1669
|
+
DropdownArrowDown32px as dE,
|
1670
|
+
DropdownArrowLeft32px as dF,
|
1671
|
+
DropdownArrowRight32px as dG,
|
1672
|
+
DropdownArrowUp32px as dH,
|
1673
|
+
Dzen32px as dI,
|
1674
|
+
Euro32px as dJ,
|
1675
|
+
Eye32px as dK,
|
1676
|
+
Failure32px as dL,
|
1677
|
+
Favorite32px as dM,
|
1678
|
+
Favorite32pxF as dN,
|
1679
|
+
Filter32px as dO,
|
1680
|
+
Flag32pxF as dP,
|
1681
|
+
Folder32px as dQ,
|
1682
|
+
Fullscreen32px as dR,
|
1683
|
+
Galery32px as dS,
|
1684
|
+
Gear32px as dT,
|
1685
|
+
Gift32px as dU,
|
1686
|
+
Hint32px as dV,
|
1687
|
+
Home32px as dW,
|
1688
|
+
Home32pxF as dX,
|
1689
|
+
Hot32pxF as dY,
|
1690
|
+
Kebab32px as dZ,
|
1691
|
+
List32px as d_,
|
1692
|
+
Bell32px as da,
|
1693
|
+
Bell32pxF as db,
|
1694
|
+
Calculator32px as dc,
|
1695
|
+
CalculatorLKK32px as dd,
|
1696
|
+
CalculatorLKK32pxF as de,
|
1697
|
+
Calendar32px as df,
|
1698
|
+
Camera32px as dg,
|
1699
|
+
Car32px as dh,
|
1700
|
+
Car32pxF as di,
|
1701
|
+
Catalog32px as dj,
|
1702
|
+
Certs32px as dk,
|
1703
|
+
Certs32pxF as dl,
|
1704
|
+
Change32px as dm,
|
1705
|
+
Chat32px as dn,
|
1706
|
+
Chat32pxF as dp,
|
1707
|
+
Chatbot32px as dq,
|
1708
|
+
Close32px as dr,
|
1709
|
+
CloseFloatMenuArrow32px as ds,
|
1710
|
+
CloseFloatMenuMobileArrow32px as dt,
|
1711
|
+
Coin32px as du,
|
1712
|
+
Coin32pxF as dv,
|
1713
|
+
Contracts32px as dw,
|
1714
|
+
Contracts32pxF as dx,
|
1715
|
+
CopyClipboard32px as dy,
|
1716
|
+
Done32px as dz,
|
1709
1717
|
Agents16px as e,
|
1710
|
-
|
1711
|
-
|
1712
|
-
|
1713
|
-
|
1714
|
-
|
1715
|
-
|
1716
|
-
|
1717
|
-
|
1718
|
-
|
1719
|
-
|
1720
|
-
|
1721
|
-
|
1722
|
-
|
1723
|
-
|
1724
|
-
|
1725
|
-
|
1726
|
-
|
1727
|
-
|
1728
|
-
|
1729
|
-
|
1730
|
-
|
1731
|
-
|
1732
|
-
|
1733
|
-
|
1734
|
-
|
1735
|
-
|
1736
|
-
|
1737
|
-
|
1738
|
-
|
1739
|
-
|
1740
|
-
|
1741
|
-
|
1742
|
-
|
1743
|
-
|
1744
|
-
|
1745
|
-
|
1746
|
-
|
1747
|
-
|
1748
|
-
|
1749
|
-
|
1750
|
-
|
1751
|
-
|
1752
|
-
|
1753
|
-
|
1754
|
-
|
1755
|
-
|
1756
|
-
|
1757
|
-
|
1758
|
-
|
1759
|
-
|
1760
|
-
|
1761
|
-
|
1762
|
-
|
1763
|
-
|
1764
|
-
|
1765
|
-
|
1766
|
-
|
1767
|
-
|
1768
|
-
|
1769
|
-
|
1770
|
-
|
1771
|
-
|
1772
|
-
|
1773
|
-
|
1718
|
+
Volvo as e$,
|
1719
|
+
Map32px as e0,
|
1720
|
+
Menu32px as e1,
|
1721
|
+
MenuMobile32px as e2,
|
1722
|
+
Minus32px as e3,
|
1723
|
+
Navigation32px as e4,
|
1724
|
+
News32px as e5,
|
1725
|
+
News32pxF as e6,
|
1726
|
+
Number32px as e7,
|
1727
|
+
OpenFloatMenuArrow32px as e8,
|
1728
|
+
OpenFloatMenuMobileArrow32px as e9,
|
1729
|
+
Trash32px as eA,
|
1730
|
+
TwinArrowLeft32px as eB,
|
1731
|
+
TwinArrowRight32px as eC,
|
1732
|
+
USDollar32px as eD,
|
1733
|
+
Umbrella32px as eE,
|
1734
|
+
Umbrella32pxF as eF,
|
1735
|
+
UnionIcon32px as eG,
|
1736
|
+
User32px as eH,
|
1737
|
+
User32pxF as eI,
|
1738
|
+
Users32px as eJ,
|
1739
|
+
Users32pxF as eK,
|
1740
|
+
VK32pxF as eL,
|
1741
|
+
Waiting32px as eM,
|
1742
|
+
Whatsapp32px as eN,
|
1743
|
+
WriteUs32px as eO,
|
1744
|
+
Youtube32pxF as eP,
|
1745
|
+
Yuan32px as eQ,
|
1746
|
+
Zoomlion as eR,
|
1747
|
+
Ace as eS,
|
1748
|
+
Audi as eT,
|
1749
|
+
Ankai as eU,
|
1750
|
+
Alim as eV,
|
1751
|
+
Amur as eW,
|
1752
|
+
Cherry as eX,
|
1753
|
+
Yutong as eY,
|
1754
|
+
XCMG as eZ,
|
1755
|
+
Wielton as e_,
|
1756
|
+
Orders32px as ea,
|
1757
|
+
Orders32pxF as eb,
|
1758
|
+
Pause32px as ec,
|
1759
|
+
Pen32px as ed,
|
1760
|
+
Pen32pxF as ee,
|
1761
|
+
PersonalManager32px as ef,
|
1762
|
+
Phone32px as eg,
|
1763
|
+
Play32px as eh,
|
1764
|
+
Plus32px as ei,
|
1765
|
+
Pound32px as ej,
|
1766
|
+
PriceDown32px as ek,
|
1767
|
+
PriceUp32px as el,
|
1768
|
+
Question32px as em,
|
1769
|
+
Question32pxF as en,
|
1770
|
+
Rutube32px as eo,
|
1771
|
+
Scan32px as ep,
|
1772
|
+
Search32px as eq,
|
1773
|
+
Share32pxF as er,
|
1774
|
+
ShopimgCard32px as es,
|
1775
|
+
Sort32px as et,
|
1776
|
+
Star32px as eu,
|
1777
|
+
Star32pxF as ev,
|
1778
|
+
StarHalf32pxF as ew,
|
1779
|
+
Telegram32pxF as ex,
|
1780
|
+
TelegramPlane32pxF as ey,
|
1781
|
+
Timer32px as ez,
|
1774
1782
|
Agents16pxF as f,
|
1775
|
-
|
1776
|
-
|
1777
|
-
|
1778
|
-
|
1779
|
-
|
1780
|
-
|
1781
|
-
|
1782
|
-
|
1783
|
-
|
1784
|
-
|
1785
|
-
|
1786
|
-
|
1787
|
-
|
1788
|
-
|
1789
|
-
|
1790
|
-
|
1791
|
-
|
1792
|
-
|
1793
|
-
|
1794
|
-
|
1795
|
-
|
1796
|
-
|
1797
|
-
|
1798
|
-
|
1799
|
-
|
1800
|
-
|
1801
|
-
|
1802
|
-
|
1803
|
-
|
1804
|
-
|
1805
|
-
|
1806
|
-
|
1807
|
-
|
1808
|
-
|
1809
|
-
|
1810
|
-
|
1811
|
-
|
1812
|
-
|
1813
|
-
|
1814
|
-
|
1815
|
-
|
1816
|
-
|
1817
|
-
|
1818
|
-
|
1819
|
-
|
1820
|
-
|
1821
|
-
|
1822
|
-
|
1823
|
-
|
1824
|
-
|
1825
|
-
|
1826
|
-
|
1827
|
-
|
1828
|
-
|
1829
|
-
|
1830
|
-
|
1831
|
-
|
1832
|
-
|
1833
|
-
|
1834
|
-
|
1835
|
-
|
1836
|
-
|
1837
|
-
|
1838
|
-
|
1783
|
+
Higer as f$,
|
1784
|
+
Volkswagen as f0,
|
1785
|
+
VKR as f1,
|
1786
|
+
VIS as f2,
|
1787
|
+
Ural as f3,
|
1788
|
+
Uaz as f4,
|
1789
|
+
UAT as f5,
|
1790
|
+
Trekol as f6,
|
1791
|
+
Toyota as f7,
|
1792
|
+
Tonar as f8,
|
1793
|
+
TitanLipetskiyZavodPricepcenter as f9,
|
1794
|
+
ChTZ as fA,
|
1795
|
+
ChMZAP as fB,
|
1796
|
+
Lovol as fC,
|
1797
|
+
Lonking as fD,
|
1798
|
+
LiuGong as fE,
|
1799
|
+
Lexus as fF,
|
1800
|
+
LCCE as fG,
|
1801
|
+
Lada as fH,
|
1802
|
+
Ktm as fI,
|
1803
|
+
Komatsu as fJ,
|
1804
|
+
KIA as fK,
|
1805
|
+
Kassbohrer as fL,
|
1806
|
+
Citroen as fM,
|
1807
|
+
Kamaz as fN,
|
1808
|
+
Kaiyi as fO,
|
1809
|
+
Juterborg as fP,
|
1810
|
+
JCB as fQ,
|
1811
|
+
Jac as fR,
|
1812
|
+
Iveco as fS,
|
1813
|
+
Isuzu as fT,
|
1814
|
+
Infiniti as fU,
|
1815
|
+
Hyundai as fV,
|
1816
|
+
Howo as fW,
|
1817
|
+
Hongyan as fX,
|
1818
|
+
Hongqi as fY,
|
1819
|
+
Honda as fZ,
|
1820
|
+
Hitachi as f_,
|
1821
|
+
Sollers as fa,
|
1822
|
+
Sokol as fb,
|
1823
|
+
SobolIztechmash as fc,
|
1824
|
+
Sitrak as fd,
|
1825
|
+
Sinanli as fe,
|
1826
|
+
Shantui as ff,
|
1827
|
+
Shacman as fg,
|
1828
|
+
Schmitz as fh,
|
1829
|
+
Scania as fi,
|
1830
|
+
Sany as fj,
|
1831
|
+
RussianCarsKremlin as fk,
|
1832
|
+
RussianCarsEmblem as fl,
|
1833
|
+
Renault as fm,
|
1834
|
+
Raskat as fn,
|
1835
|
+
PSATss as fo,
|
1836
|
+
Peugeot as fp,
|
1837
|
+
Paz as fq,
|
1838
|
+
Omoda as fr,
|
1839
|
+
NursanTrailer as fs,
|
1840
|
+
NefAZ as ft,
|
1841
|
+
MTZBelarus as fu,
|
1842
|
+
Mitsubishi as fv,
|
1843
|
+
Meusburger as fw,
|
1844
|
+
MercedesBenz as fx,
|
1845
|
+
Maz as fy,
|
1846
|
+
Man as fz,
|
1839
1847
|
Alarm16px as g,
|
1840
|
-
|
1841
|
-
|
1842
|
-
|
1843
|
-
|
1844
|
-
|
1845
|
-
|
1846
|
-
|
1847
|
-
|
1848
|
-
|
1849
|
-
|
1850
|
-
|
1851
|
-
|
1852
|
-
|
1853
|
-
|
1854
|
-
|
1855
|
-
|
1856
|
-
|
1857
|
-
|
1858
|
-
|
1859
|
-
|
1860
|
-
|
1861
|
-
|
1862
|
-
|
1863
|
-
|
1864
|
-
|
1865
|
-
|
1866
|
-
|
1867
|
-
|
1868
|
-
|
1869
|
-
|
1870
|
-
|
1871
|
-
|
1872
|
-
|
1873
|
-
|
1874
|
-
|
1875
|
-
|
1876
|
-
|
1877
|
-
|
1878
|
-
|
1879
|
-
|
1880
|
-
|
1881
|
-
|
1882
|
-
|
1883
|
-
|
1884
|
-
|
1885
|
-
|
1886
|
-
|
1887
|
-
|
1888
|
-
|
1889
|
-
|
1890
|
-
|
1891
|
-
|
1892
|
-
|
1893
|
-
|
1894
|
-
|
1895
|
-
|
1896
|
-
|
1897
|
-
|
1898
|
-
|
1899
|
-
|
1900
|
-
|
1901
|
-
|
1902
|
-
|
1903
|
-
|
1848
|
+
Minivan as g$,
|
1849
|
+
Haval as g0,
|
1850
|
+
HartungSymbol as g1,
|
1851
|
+
HartungFull as g2,
|
1852
|
+
Grunwald as g3,
|
1853
|
+
Gitte as g4,
|
1854
|
+
Genesis as g5,
|
1855
|
+
Geely as g6,
|
1856
|
+
Gaz as g7,
|
1857
|
+
Gac as g8,
|
1858
|
+
Foton as g9,
|
1859
|
+
TrailersCattleTruck as gA,
|
1860
|
+
TrailersCarCarrier as gB,
|
1861
|
+
Trailerr as gC,
|
1862
|
+
TractorTruck as gD,
|
1863
|
+
Tractor as gE,
|
1864
|
+
TowTruck as gF,
|
1865
|
+
TheLift as gG,
|
1866
|
+
TelescopicLoader as gH,
|
1867
|
+
TankerTruck as gI,
|
1868
|
+
Snowmobile as gJ,
|
1869
|
+
Sedan as gK,
|
1870
|
+
Scooter as gL,
|
1871
|
+
QuarryExcavator as gM,
|
1872
|
+
PublicUtilityVehicle as gN,
|
1873
|
+
PromotionalItem as gO,
|
1874
|
+
PilingInstallation as gP,
|
1875
|
+
PickupTruck as gQ,
|
1876
|
+
Pickup as gR,
|
1877
|
+
OtherCareerTechniques as gS,
|
1878
|
+
OtherAgriculturalMachinery as gT,
|
1879
|
+
OnBoardWithCmu as gU,
|
1880
|
+
OnBoardCargoAndPassengerTransport as gV,
|
1881
|
+
OnBoard as gW,
|
1882
|
+
OffRoadVehicle as gX,
|
1883
|
+
MotorVehicleQuadBike as gY,
|
1884
|
+
MotorVehiclesBike as gZ,
|
1885
|
+
MotorGrader as g_,
|
1886
|
+
Ford as ga,
|
1887
|
+
Fiat as gb,
|
1888
|
+
Fenix as gc,
|
1889
|
+
Faw as gd,
|
1890
|
+
Exeed as ge,
|
1891
|
+
Ducati as gf,
|
1892
|
+
DongFeng as gg,
|
1893
|
+
Dayun as gh,
|
1894
|
+
Daf as gi,
|
1895
|
+
DaewooSymbol as gj,
|
1896
|
+
DaewooFull as gk,
|
1897
|
+
Case as gl,
|
1898
|
+
BMW as gm,
|
1899
|
+
BRP as gn,
|
1900
|
+
Ycles as go,
|
1901
|
+
Van as gp,
|
1902
|
+
Universal as gq,
|
1903
|
+
TruckCrane as gr,
|
1904
|
+
TrailersTankerTruck as gs,
|
1905
|
+
TrailersOther as gt,
|
1906
|
+
TrailersIsothermal as gu,
|
1907
|
+
TrailersHeavyTruck as gv,
|
1908
|
+
TrailersGrainTruck as gw,
|
1909
|
+
TrailersDumpTruck as gx,
|
1910
|
+
TrailersCurtainSide as gy,
|
1911
|
+
TrailersContainerShip as gz,
|
1904
1912
|
ArrowDown16px as h,
|
1905
|
-
|
1906
|
-
|
1907
|
-
|
1908
|
-
|
1909
|
-
|
1910
|
-
|
1911
|
-
|
1912
|
-
|
1913
|
-
|
1914
|
-
|
1915
|
-
|
1916
|
-
|
1917
|
-
|
1918
|
-
|
1919
|
-
|
1920
|
-
|
1921
|
-
|
1922
|
-
|
1923
|
-
|
1924
|
-
|
1925
|
-
|
1926
|
-
|
1927
|
-
|
1928
|
-
|
1929
|
-
|
1930
|
-
|
1931
|
-
|
1932
|
-
|
1933
|
-
|
1934
|
-
|
1935
|
-
|
1936
|
-
|
1937
|
-
|
1938
|
-
|
1939
|
-
|
1940
|
-
|
1941
|
-
|
1942
|
-
|
1943
|
-
|
1944
|
-
|
1945
|
-
|
1946
|
-
|
1947
|
-
|
1948
|
-
|
1949
|
-
|
1950
|
-
|
1951
|
-
|
1952
|
-
|
1953
|
-
|
1954
|
-
|
1955
|
-
|
1956
|
-
|
1957
|
-
|
1958
|
-
|
1959
|
-
|
1960
|
-
|
1961
|
-
|
1962
|
-
|
1963
|
-
|
1964
|
-
|
1965
|
-
|
1966
|
-
|
1967
|
-
|
1968
|
-
|
1913
|
+
CarColor as h$,
|
1914
|
+
Minitractor as h0,
|
1915
|
+
MiningDumpTruck as h1,
|
1916
|
+
MiniLoader as h2,
|
1917
|
+
MiniEscalator as h3,
|
1918
|
+
Liftback as h4,
|
1919
|
+
Clearance as h5,
|
1920
|
+
Isothermal as h6,
|
1921
|
+
IceRink as h7,
|
1922
|
+
Hatchback as h8,
|
1923
|
+
FrontLoader as h9,
|
1924
|
+
CargoAScrapTruckFromTheCmu as hA,
|
1925
|
+
BusShiftBuses as hB,
|
1926
|
+
BusMinibus as hC,
|
1927
|
+
BusBus as hD,
|
1928
|
+
Bus as hE,
|
1929
|
+
Bulldozer as hF,
|
1930
|
+
Buggy as hG,
|
1931
|
+
BackhoeLoader as hH,
|
1932
|
+
Awning as hI,
|
1933
|
+
AutoTower as hJ,
|
1934
|
+
AsphaltPaver as hK,
|
1935
|
+
AllMetalCargoAndPassenger as hL,
|
1936
|
+
AllMetal as hM,
|
1937
|
+
WheelSheme as hN,
|
1938
|
+
WheelDriveType as hO,
|
1939
|
+
Weight as hP,
|
1940
|
+
UnloadingType as hQ,
|
1941
|
+
TrailerType as hR,
|
1942
|
+
NumberofSeats as hS,
|
1943
|
+
NumberofAxes as hT,
|
1944
|
+
LoadingCapacity as hU,
|
1945
|
+
LiftingHeight as hV,
|
1946
|
+
GearType as hW,
|
1947
|
+
FuelConsumption as hX,
|
1948
|
+
EngineType as hY,
|
1949
|
+
Dimensions as hZ,
|
1950
|
+
Cylinders as h_,
|
1951
|
+
ForkliftTruck as ha,
|
1952
|
+
ForestPreparationEquipment as hb,
|
1953
|
+
Excavator as hc,
|
1954
|
+
DumpTruck as hd,
|
1955
|
+
DrillingRigg as he,
|
1956
|
+
Crossover as hf,
|
1957
|
+
ConcretePump as hg,
|
1958
|
+
ConcreteMixerTruck as hh,
|
1959
|
+
Compartment as hi,
|
1960
|
+
CombineHarvester as hj,
|
1961
|
+
CargoVacuumMachine as hk,
|
1962
|
+
CargoTruckCrane as hl,
|
1963
|
+
CargoTowTruck as hm,
|
1964
|
+
CargoTankerTruck as hn,
|
1965
|
+
CargoSortingTruck as ho,
|
1966
|
+
CargoPromotionalItem as hp,
|
1967
|
+
CargoOnBoardWithCmu as hq,
|
1968
|
+
CargoOnBoard as hr,
|
1969
|
+
CargoIsothermal as hs,
|
1970
|
+
CargoGrainCarrier as ht,
|
1971
|
+
CargoGarbageTruck as hu,
|
1972
|
+
CargoDumpTruck as hv,
|
1973
|
+
CargoDrillingRig as hw,
|
1974
|
+
CargoConcreteMixerTruck as hx,
|
1975
|
+
CargoAwning as hy,
|
1976
|
+
CargoAutoTower as hz,
|
1969
1977
|
icons as i,
|
1970
|
-
|
1971
|
-
|
1972
|
-
|
1973
|
-
|
1974
|
-
|
1975
|
-
|
1976
|
-
|
1977
|
-
|
1978
|
-
|
1979
|
-
|
1980
|
-
|
1981
|
-
|
1978
|
+
CarBodyType as i0,
|
1979
|
+
CarBodySize as i1,
|
1980
|
+
CabinTurn as i2,
|
1981
|
+
BucketVolume as i3,
|
1982
|
+
BucketLoadingCapacity as i4,
|
1983
|
+
Bucket as i5,
|
1984
|
+
Berths as i6,
|
1985
|
+
Acceleration as i7,
|
1986
|
+
Truck as i8,
|
1987
|
+
Equipment as i9,
|
1988
|
+
Car as ia,
|
1989
|
+
Bike as ib,
|
1990
|
+
Mans as ic,
|
1991
|
+
Step as id,
|
1992
|
+
StepXL as ie,
|
1982
1993
|
ArrowUpRight16px as j,
|
1983
1994
|
ArrowLeft16px as k,
|
1984
1995
|
ArrowRight16px as l,
|