@silexpert/core 1.3.193-2 → 1.3.193-4

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.
@@ -18,47 +18,62 @@ export declare enum EquipmentType {
18
18
  export declare const EquipmentTypeDetail: readonly [{
19
19
  readonly id: EquipmentType.LAPTOP;
20
20
  readonly label: "Ordinateur portable";
21
+ readonly icon: "i-lucide-laptop";
21
22
  }, {
22
23
  readonly id: EquipmentType.PRINTER;
23
24
  readonly label: "Imprimante";
25
+ readonly icon: "i-lucide-printer";
24
26
  }, {
25
27
  readonly id: EquipmentType.PHONE;
26
28
  readonly label: "Téléphone";
29
+ readonly icon: "i-lucide-smartphone";
27
30
  }, {
28
31
  readonly id: EquipmentType.KEYBOARD;
29
32
  readonly label: "Clavier";
33
+ readonly icon: "i-lucide-keyboard";
30
34
  }, {
31
35
  readonly id: EquipmentType.MOUSE;
32
36
  readonly label: "Souris";
37
+ readonly icon: "i-lucide-mouse";
33
38
  }, {
34
39
  readonly id: EquipmentType.SCREEN;
35
40
  readonly label: "Écran";
41
+ readonly icon: "i-lucide-monitor";
36
42
  }, {
37
43
  readonly id: EquipmentType.HEADPHONE;
38
44
  readonly label: "Casque";
45
+ readonly icon: "i-lucide-headphones";
39
46
  }, {
40
47
  readonly id: EquipmentType.ADAPTER;
41
48
  readonly label: "Adaptateur";
49
+ readonly icon: "i-lucide-box";
42
50
  }, {
43
51
  readonly id: EquipmentType.WIRELESS_HEADPHONE;
44
52
  readonly label: "Casque sans fil";
53
+ readonly icon: "i-lucide-headphones";
45
54
  }, {
46
55
  readonly id: EquipmentType.POCKET;
47
56
  readonly label: "Pochette";
57
+ readonly icon: "i-lucide-box";
48
58
  }, {
49
59
  readonly id: EquipmentType.BADGE;
50
60
  readonly label: "Badge";
61
+ readonly icon: "i-lucide-badge";
51
62
  }, {
52
63
  readonly id: EquipmentType.CALCULATOR;
53
64
  readonly label: "Calculatrice";
65
+ readonly icon: "i-lucide-calculator";
54
66
  }, {
55
67
  readonly id: EquipmentType.USB_HUB;
56
68
  readonly label: "Hub USB";
69
+ readonly icon: "i-lucide-box";
57
70
  }, {
58
71
  readonly id: EquipmentType.NUMPAD;
59
72
  readonly label: "Pavé numérique";
73
+ readonly icon: "i-lucide-box";
60
74
  }, {
61
75
  readonly id: EquipmentType.EXTERN_SUPPORT;
62
76
  readonly label: "Support externe";
77
+ readonly icon: "i-lucide-box";
63
78
  }];
64
79
  //# sourceMappingURL=EquipmentType.d.ts.map
@@ -1 +1 @@
1
- {"version":3,"file":"EquipmentType.d.ts","sourceRoot":"","sources":["../../../../ts/types/Enum/EquipmentType.ts"],"names":[],"mappings":"AAAA,oBAAY,aAAa;IACvB,MAAM,IAAI;IACV,OAAO,IAAI;IACX,KAAK,IAAI;IACT,QAAQ,IAAI;IACZ,KAAK,IAAI;IACT,MAAM,IAAI;IACV,SAAS,IAAI;IACb,OAAO,IAAI;IACX,kBAAkB,IAAI;IACtB,MAAM,KAAK;IACX,KAAK,KAAK;IACV,UAAU,KAAK;IACf,OAAO,KAAK;IACZ,MAAM,KAAK;IACX,cAAc,KAAK;CACpB;AAED,eAAO,MAAM,mBAAmB;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;EA6DtB,CAAC"}
1
+ {"version":3,"file":"EquipmentType.d.ts","sourceRoot":"","sources":["../../../../ts/types/Enum/EquipmentType.ts"],"names":[],"mappings":"AAAA,oBAAY,aAAa;IACvB,MAAM,IAAI;IACV,OAAO,IAAI;IACX,KAAK,IAAI;IACT,QAAQ,IAAI;IACZ,KAAK,IAAI;IACT,MAAM,IAAI;IACV,SAAS,IAAI;IACb,OAAO,IAAI;IACX,kBAAkB,IAAI;IACtB,MAAM,KAAK;IACX,KAAK,KAAK;IACV,UAAU,KAAK;IACf,OAAO,KAAK;IACZ,MAAM,KAAK;IACX,cAAc,KAAK;CACpB;AAED,eAAO,MAAM,mBAAmB;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;EA4EtB,CAAC"}
@@ -23,62 +23,77 @@ exports.EquipmentTypeDetail = [
23
23
  {
24
24
  id: EquipmentType.LAPTOP,
25
25
  label: 'Ordinateur portable',
26
+ icon: 'i-lucide-laptop'
26
27
  },
27
28
  {
28
29
  id: EquipmentType.PRINTER,
29
30
  label: 'Imprimante',
31
+ icon: 'i-lucide-printer'
30
32
  },
31
33
  {
32
34
  id: EquipmentType.PHONE,
33
35
  label: 'Téléphone',
36
+ icon: 'i-lucide-smartphone'
34
37
  },
35
38
  {
36
39
  id: EquipmentType.KEYBOARD,
37
40
  label: 'Clavier',
41
+ icon: 'i-lucide-keyboard'
38
42
  },
39
43
  {
40
44
  id: EquipmentType.MOUSE,
41
45
  label: 'Souris',
46
+ icon: 'i-lucide-mouse'
42
47
  },
43
48
  {
44
49
  id: EquipmentType.SCREEN,
45
50
  label: 'Écran',
51
+ icon: 'i-lucide-monitor'
46
52
  },
47
53
  {
48
54
  id: EquipmentType.HEADPHONE,
49
55
  label: 'Casque',
56
+ icon: 'i-lucide-headphones'
50
57
  },
51
58
  {
52
59
  id: EquipmentType.ADAPTER,
53
60
  label: 'Adaptateur',
61
+ icon: 'i-lucide-box'
54
62
  },
55
63
  {
56
64
  id: EquipmentType.WIRELESS_HEADPHONE,
57
65
  label: 'Casque sans fil',
66
+ icon: 'i-lucide-headphones'
58
67
  },
59
68
  {
60
69
  id: EquipmentType.POCKET,
61
70
  label: 'Pochette',
71
+ icon: 'i-lucide-box'
62
72
  },
63
73
  {
64
74
  id: EquipmentType.BADGE,
65
75
  label: 'Badge',
76
+ icon: 'i-lucide-badge'
66
77
  },
67
78
  {
68
79
  id: EquipmentType.CALCULATOR,
69
80
  label: 'Calculatrice',
81
+ icon: 'i-lucide-calculator'
70
82
  },
71
83
  {
72
84
  id: EquipmentType.USB_HUB,
73
85
  label: 'Hub USB',
86
+ icon: 'i-lucide-box'
74
87
  },
75
88
  {
76
89
  id: EquipmentType.NUMPAD,
77
90
  label: 'Pavé numérique',
91
+ icon: 'i-lucide-box'
78
92
  },
79
93
  {
80
94
  id: EquipmentType.EXTERN_SUPPORT,
81
95
  label: 'Support externe',
96
+ icon: 'i-lucide-box'
82
97
  },
83
98
  ];
84
99
  //# sourceMappingURL=EquipmentType.js.map
@@ -1 +1 @@
1
- {"version":3,"file":"EquipmentType.js","sourceRoot":"","sources":["../../../../ts/types/Enum/EquipmentType.ts"],"names":[],"mappings":";;;AAAA,IAAY,aAgBX;AAhBD,WAAY,aAAa;IACvB,qDAAU,CAAA;IACV,uDAAW,CAAA;IACX,mDAAS,CAAA;IACT,yDAAY,CAAA;IACZ,mDAAS,CAAA;IACT,qDAAU,CAAA;IACV,2DAAa,CAAA;IACb,uDAAW,CAAA;IACX,6EAAsB,CAAA;IACtB,sDAAW,CAAA;IACX,oDAAU,CAAA;IACV,8DAAe,CAAA;IACf,wDAAY,CAAA;IACZ,sDAAW,CAAA;IACX,sEAAmB,CAAA;AACrB,CAAC,EAhBW,aAAa,6BAAb,aAAa,QAgBxB;AAEY,QAAA,mBAAmB,GAAG;IACjC;QACE,EAAE,EAAE,aAAa,CAAC,MAAM;QACxB,KAAK,EAAE,qBAAqB;KAC7B;IACD;QACE,EAAE,EAAE,aAAa,CAAC,OAAO;QACzB,KAAK,EAAE,YAAY;KACpB;IACD;QACE,EAAE,EAAE,aAAa,CAAC,KAAK;QACvB,KAAK,EAAE,WAAW;KACnB;IACD;QACE,EAAE,EAAE,aAAa,CAAC,QAAQ;QAC1B,KAAK,EAAE,SAAS;KACjB;IACD;QACE,EAAE,EAAE,aAAa,CAAC,KAAK;QACvB,KAAK,EAAE,QAAQ;KAChB;IACD;QACE,EAAE,EAAE,aAAa,CAAC,MAAM;QACxB,KAAK,EAAE,OAAO;KACf;IACD;QACE,EAAE,EAAE,aAAa,CAAC,SAAS;QAC3B,KAAK,EAAE,QAAQ;KAChB;IACD;QACE,EAAE,EAAE,aAAa,CAAC,OAAO;QACzB,KAAK,EAAE,YAAY;KACpB;IACD;QACE,EAAE,EAAE,aAAa,CAAC,kBAAkB;QACpC,KAAK,EAAE,iBAAiB;KACzB;IACD;QACE,EAAE,EAAE,aAAa,CAAC,MAAM;QACxB,KAAK,EAAE,UAAU;KAClB;IACD;QACE,EAAE,EAAE,aAAa,CAAC,KAAK;QACvB,KAAK,EAAE,OAAO;KACf;IACD;QACE,EAAE,EAAE,aAAa,CAAC,UAAU;QAC5B,KAAK,EAAE,cAAc;KACtB;IACD;QACE,EAAE,EAAE,aAAa,CAAC,OAAO;QACzB,KAAK,EAAE,SAAS;KACjB;IACD;QACE,EAAE,EAAE,aAAa,CAAC,MAAM;QACxB,KAAK,EAAE,gBAAgB;KACxB;IACD;QACE,EAAE,EAAE,aAAa,CAAC,cAAc;QAChC,KAAK,EAAE,iBAAiB;KACzB;CACO,CAAC","sourcesContent":["export enum EquipmentType {\n LAPTOP = 1,\n PRINTER = 2,\n PHONE = 3,\n KEYBOARD = 4,\n MOUSE = 5,\n SCREEN = 6,\n HEADPHONE = 7,\n ADAPTER = 8,\n WIRELESS_HEADPHONE = 9,\n POCKET = 10,\n BADGE = 11,\n CALCULATOR = 12,\n USB_HUB = 13,\n NUMPAD = 14,\n EXTERN_SUPPORT = 15,\n}\n\nexport const EquipmentTypeDetail = [\n {\n id: EquipmentType.LAPTOP,\n label: 'Ordinateur portable',\n },\n {\n id: EquipmentType.PRINTER,\n label: 'Imprimante',\n },\n {\n id: EquipmentType.PHONE,\n label: 'Téléphone',\n },\n {\n id: EquipmentType.KEYBOARD,\n label: 'Clavier',\n },\n {\n id: EquipmentType.MOUSE,\n label: 'Souris',\n },\n {\n id: EquipmentType.SCREEN,\n label: 'Écran',\n },\n {\n id: EquipmentType.HEADPHONE,\n label: 'Casque',\n },\n {\n id: EquipmentType.ADAPTER,\n label: 'Adaptateur',\n },\n {\n id: EquipmentType.WIRELESS_HEADPHONE,\n label: 'Casque sans fil',\n },\n {\n id: EquipmentType.POCKET,\n label: 'Pochette',\n },\n {\n id: EquipmentType.BADGE,\n label: 'Badge',\n },\n {\n id: EquipmentType.CALCULATOR,\n label: 'Calculatrice',\n },\n {\n id: EquipmentType.USB_HUB,\n label: 'Hub USB',\n },\n {\n id: EquipmentType.NUMPAD,\n label: 'Pavé numérique',\n },\n {\n id: EquipmentType.EXTERN_SUPPORT,\n label: 'Support externe',\n },\n] as const;\n"]}
1
+ {"version":3,"file":"EquipmentType.js","sourceRoot":"","sources":["../../../../ts/types/Enum/EquipmentType.ts"],"names":[],"mappings":";;;AAAA,IAAY,aAgBX;AAhBD,WAAY,aAAa;IACvB,qDAAU,CAAA;IACV,uDAAW,CAAA;IACX,mDAAS,CAAA;IACT,yDAAY,CAAA;IACZ,mDAAS,CAAA;IACT,qDAAU,CAAA;IACV,2DAAa,CAAA;IACb,uDAAW,CAAA;IACX,6EAAsB,CAAA;IACtB,sDAAW,CAAA;IACX,oDAAU,CAAA;IACV,8DAAe,CAAA;IACf,wDAAY,CAAA;IACZ,sDAAW,CAAA;IACX,sEAAmB,CAAA;AACrB,CAAC,EAhBW,aAAa,6BAAb,aAAa,QAgBxB;AAEY,QAAA,mBAAmB,GAAG;IACjC;QACE,EAAE,EAAE,aAAa,CAAC,MAAM;QACxB,KAAK,EAAE,qBAAqB;QAC5B,IAAI,EAAE,iBAAiB;KACxB;IACD;QACE,EAAE,EAAE,aAAa,CAAC,OAAO;QACzB,KAAK,EAAE,YAAY;QACnB,IAAI,EAAE,kBAAkB;KACzB;IACD;QACE,EAAE,EAAE,aAAa,CAAC,KAAK;QACvB,KAAK,EAAE,WAAW;QAClB,IAAI,EAAE,qBAAqB;KAC5B;IACD;QACE,EAAE,EAAE,aAAa,CAAC,QAAQ;QAC1B,KAAK,EAAE,SAAS;QAChB,IAAI,EAAE,mBAAmB;KAC1B;IACD;QACE,EAAE,EAAE,aAAa,CAAC,KAAK;QACvB,KAAK,EAAE,QAAQ;QACf,IAAI,EAAE,gBAAgB;KACvB;IACD;QACE,EAAE,EAAE,aAAa,CAAC,MAAM;QACxB,KAAK,EAAE,OAAO;QACd,IAAI,EAAE,kBAAkB;KACzB;IACD;QACE,EAAE,EAAE,aAAa,CAAC,SAAS;QAC3B,KAAK,EAAE,QAAQ;QACf,IAAI,EAAE,qBAAqB;KAC5B;IACD;QACE,EAAE,EAAE,aAAa,CAAC,OAAO;QACzB,KAAK,EAAE,YAAY;QACnB,IAAI,EAAE,cAAc;KACrB;IACD;QACE,EAAE,EAAE,aAAa,CAAC,kBAAkB;QACpC,KAAK,EAAE,iBAAiB;QACxB,IAAI,EAAE,qBAAqB;KAC5B;IACD;QACE,EAAE,EAAE,aAAa,CAAC,MAAM;QACxB,KAAK,EAAE,UAAU;QACjB,IAAI,EAAE,cAAc;KACrB;IACD;QACE,EAAE,EAAE,aAAa,CAAC,KAAK;QACvB,KAAK,EAAE,OAAO;QACd,IAAI,EAAE,gBAAgB;KACvB;IACD;QACE,EAAE,EAAE,aAAa,CAAC,UAAU;QAC5B,KAAK,EAAE,cAAc;QACrB,IAAI,EAAE,qBAAqB;KAC5B;IACD;QACE,EAAE,EAAE,aAAa,CAAC,OAAO;QACzB,KAAK,EAAE,SAAS;QAChB,IAAI,EAAE,cAAc;KACrB;IACD;QACE,EAAE,EAAE,aAAa,CAAC,MAAM;QACxB,KAAK,EAAE,gBAAgB;QACvB,IAAI,EAAE,cAAc;KACrB;IACD;QACE,EAAE,EAAE,aAAa,CAAC,cAAc;QAChC,KAAK,EAAE,iBAAiB;QACxB,IAAI,EAAE,cAAc;KACrB;CACO,CAAC","sourcesContent":["export enum EquipmentType {\n LAPTOP = 1,\n PRINTER = 2,\n PHONE = 3,\n KEYBOARD = 4,\n MOUSE = 5,\n SCREEN = 6,\n HEADPHONE = 7,\n ADAPTER = 8,\n WIRELESS_HEADPHONE = 9,\n POCKET = 10,\n BADGE = 11,\n CALCULATOR = 12,\n USB_HUB = 13,\n NUMPAD = 14,\n EXTERN_SUPPORT = 15,\n}\n\nexport const EquipmentTypeDetail = [\n {\n id: EquipmentType.LAPTOP,\n label: 'Ordinateur portable',\n icon: 'i-lucide-laptop'\n },\n {\n id: EquipmentType.PRINTER,\n label: 'Imprimante',\n icon: 'i-lucide-printer'\n },\n {\n id: EquipmentType.PHONE,\n label: 'Téléphone',\n icon: 'i-lucide-smartphone'\n },\n {\n id: EquipmentType.KEYBOARD,\n label: 'Clavier',\n icon: 'i-lucide-keyboard'\n },\n {\n id: EquipmentType.MOUSE,\n label: 'Souris',\n icon: 'i-lucide-mouse'\n },\n {\n id: EquipmentType.SCREEN,\n label: 'Écran',\n icon: 'i-lucide-monitor'\n },\n {\n id: EquipmentType.HEADPHONE,\n label: 'Casque',\n icon: 'i-lucide-headphones'\n },\n {\n id: EquipmentType.ADAPTER,\n label: 'Adaptateur',\n icon: 'i-lucide-box'\n },\n {\n id: EquipmentType.WIRELESS_HEADPHONE,\n label: 'Casque sans fil',\n icon: 'i-lucide-headphones'\n },\n {\n id: EquipmentType.POCKET,\n label: 'Pochette',\n icon: 'i-lucide-box'\n },\n {\n id: EquipmentType.BADGE,\n label: 'Badge',\n icon: 'i-lucide-badge'\n },\n {\n id: EquipmentType.CALCULATOR,\n label: 'Calculatrice',\n icon: 'i-lucide-calculator'\n },\n {\n id: EquipmentType.USB_HUB,\n label: 'Hub USB',\n icon: 'i-lucide-box'\n },\n {\n id: EquipmentType.NUMPAD,\n label: 'Pavé numérique',\n icon: 'i-lucide-box'\n },\n {\n id: EquipmentType.EXTERN_SUPPORT,\n label: 'Support externe',\n icon: 'i-lucide-box'\n },\n] as const;\n"]}
@@ -18,47 +18,62 @@ export declare enum EquipmentType {
18
18
  export declare const EquipmentTypeDetail: readonly [{
19
19
  readonly id: EquipmentType.LAPTOP;
20
20
  readonly label: "Ordinateur portable";
21
+ readonly icon: "i-lucide-laptop";
21
22
  }, {
22
23
  readonly id: EquipmentType.PRINTER;
23
24
  readonly label: "Imprimante";
25
+ readonly icon: "i-lucide-printer";
24
26
  }, {
25
27
  readonly id: EquipmentType.PHONE;
26
28
  readonly label: "Téléphone";
29
+ readonly icon: "i-lucide-smartphone";
27
30
  }, {
28
31
  readonly id: EquipmentType.KEYBOARD;
29
32
  readonly label: "Clavier";
33
+ readonly icon: "i-lucide-keyboard";
30
34
  }, {
31
35
  readonly id: EquipmentType.MOUSE;
32
36
  readonly label: "Souris";
37
+ readonly icon: "i-lucide-mouse";
33
38
  }, {
34
39
  readonly id: EquipmentType.SCREEN;
35
40
  readonly label: "Écran";
41
+ readonly icon: "i-lucide-monitor";
36
42
  }, {
37
43
  readonly id: EquipmentType.HEADPHONE;
38
44
  readonly label: "Casque";
45
+ readonly icon: "i-lucide-headphones";
39
46
  }, {
40
47
  readonly id: EquipmentType.ADAPTER;
41
48
  readonly label: "Adaptateur";
49
+ readonly icon: "i-lucide-box";
42
50
  }, {
43
51
  readonly id: EquipmentType.WIRELESS_HEADPHONE;
44
52
  readonly label: "Casque sans fil";
53
+ readonly icon: "i-lucide-headphones";
45
54
  }, {
46
55
  readonly id: EquipmentType.POCKET;
47
56
  readonly label: "Pochette";
57
+ readonly icon: "i-lucide-box";
48
58
  }, {
49
59
  readonly id: EquipmentType.BADGE;
50
60
  readonly label: "Badge";
61
+ readonly icon: "i-lucide-badge";
51
62
  }, {
52
63
  readonly id: EquipmentType.CALCULATOR;
53
64
  readonly label: "Calculatrice";
65
+ readonly icon: "i-lucide-calculator";
54
66
  }, {
55
67
  readonly id: EquipmentType.USB_HUB;
56
68
  readonly label: "Hub USB";
69
+ readonly icon: "i-lucide-box";
57
70
  }, {
58
71
  readonly id: EquipmentType.NUMPAD;
59
72
  readonly label: "Pavé numérique";
73
+ readonly icon: "i-lucide-box";
60
74
  }, {
61
75
  readonly id: EquipmentType.EXTERN_SUPPORT;
62
76
  readonly label: "Support externe";
77
+ readonly icon: "i-lucide-box";
63
78
  }];
64
79
  //# sourceMappingURL=EquipmentType.d.ts.map
@@ -1 +1 @@
1
- {"version":3,"file":"EquipmentType.d.ts","sourceRoot":"","sources":["../../../../ts/types/Enum/EquipmentType.ts"],"names":[],"mappings":"AAAA,oBAAY,aAAa;IACvB,MAAM,IAAI;IACV,OAAO,IAAI;IACX,KAAK,IAAI;IACT,QAAQ,IAAI;IACZ,KAAK,IAAI;IACT,MAAM,IAAI;IACV,SAAS,IAAI;IACb,OAAO,IAAI;IACX,kBAAkB,IAAI;IACtB,MAAM,KAAK;IACX,KAAK,KAAK;IACV,UAAU,KAAK;IACf,OAAO,KAAK;IACZ,MAAM,KAAK;IACX,cAAc,KAAK;CACpB;AAED,eAAO,MAAM,mBAAmB;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;EA6DtB,CAAC"}
1
+ {"version":3,"file":"EquipmentType.d.ts","sourceRoot":"","sources":["../../../../ts/types/Enum/EquipmentType.ts"],"names":[],"mappings":"AAAA,oBAAY,aAAa;IACvB,MAAM,IAAI;IACV,OAAO,IAAI;IACX,KAAK,IAAI;IACT,QAAQ,IAAI;IACZ,KAAK,IAAI;IACT,MAAM,IAAI;IACV,SAAS,IAAI;IACb,OAAO,IAAI;IACX,kBAAkB,IAAI;IACtB,MAAM,KAAK;IACX,KAAK,KAAK;IACV,UAAU,KAAK;IACf,OAAO,KAAK;IACZ,MAAM,KAAK;IACX,cAAc,KAAK;CACpB;AAED,eAAO,MAAM,mBAAmB;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;EA4EtB,CAAC"}
@@ -20,62 +20,77 @@ export const EquipmentTypeDetail = [
20
20
  {
21
21
  id: EquipmentType.LAPTOP,
22
22
  label: 'Ordinateur portable',
23
+ icon: 'i-lucide-laptop'
23
24
  },
24
25
  {
25
26
  id: EquipmentType.PRINTER,
26
27
  label: 'Imprimante',
28
+ icon: 'i-lucide-printer'
27
29
  },
28
30
  {
29
31
  id: EquipmentType.PHONE,
30
32
  label: 'Téléphone',
33
+ icon: 'i-lucide-smartphone'
31
34
  },
32
35
  {
33
36
  id: EquipmentType.KEYBOARD,
34
37
  label: 'Clavier',
38
+ icon: 'i-lucide-keyboard'
35
39
  },
36
40
  {
37
41
  id: EquipmentType.MOUSE,
38
42
  label: 'Souris',
43
+ icon: 'i-lucide-mouse'
39
44
  },
40
45
  {
41
46
  id: EquipmentType.SCREEN,
42
47
  label: 'Écran',
48
+ icon: 'i-lucide-monitor'
43
49
  },
44
50
  {
45
51
  id: EquipmentType.HEADPHONE,
46
52
  label: 'Casque',
53
+ icon: 'i-lucide-headphones'
47
54
  },
48
55
  {
49
56
  id: EquipmentType.ADAPTER,
50
57
  label: 'Adaptateur',
58
+ icon: 'i-lucide-box'
51
59
  },
52
60
  {
53
61
  id: EquipmentType.WIRELESS_HEADPHONE,
54
62
  label: 'Casque sans fil',
63
+ icon: 'i-lucide-headphones'
55
64
  },
56
65
  {
57
66
  id: EquipmentType.POCKET,
58
67
  label: 'Pochette',
68
+ icon: 'i-lucide-box'
59
69
  },
60
70
  {
61
71
  id: EquipmentType.BADGE,
62
72
  label: 'Badge',
73
+ icon: 'i-lucide-badge'
63
74
  },
64
75
  {
65
76
  id: EquipmentType.CALCULATOR,
66
77
  label: 'Calculatrice',
78
+ icon: 'i-lucide-calculator'
67
79
  },
68
80
  {
69
81
  id: EquipmentType.USB_HUB,
70
82
  label: 'Hub USB',
83
+ icon: 'i-lucide-box'
71
84
  },
72
85
  {
73
86
  id: EquipmentType.NUMPAD,
74
87
  label: 'Pavé numérique',
88
+ icon: 'i-lucide-box'
75
89
  },
76
90
  {
77
91
  id: EquipmentType.EXTERN_SUPPORT,
78
92
  label: 'Support externe',
93
+ icon: 'i-lucide-box'
79
94
  },
80
95
  ];
81
96
  //# sourceMappingURL=EquipmentType.js.map
@@ -1 +1 @@
1
- {"version":3,"file":"EquipmentType.js","sourceRoot":"","sources":["../../../../ts/types/Enum/EquipmentType.ts"],"names":[],"mappings":"AAAA,MAAM,CAAN,IAAY,aAgBX;AAhBD,WAAY,aAAa;IACvB,qDAAU,CAAA;IACV,uDAAW,CAAA;IACX,mDAAS,CAAA;IACT,yDAAY,CAAA;IACZ,mDAAS,CAAA;IACT,qDAAU,CAAA;IACV,2DAAa,CAAA;IACb,uDAAW,CAAA;IACX,6EAAsB,CAAA;IACtB,sDAAW,CAAA;IACX,oDAAU,CAAA;IACV,8DAAe,CAAA;IACf,wDAAY,CAAA;IACZ,sDAAW,CAAA;IACX,sEAAmB,CAAA;AACrB,CAAC,EAhBW,aAAa,KAAb,aAAa,QAgBxB;AAED,MAAM,CAAC,MAAM,mBAAmB,GAAG;IACjC;QACE,EAAE,EAAE,aAAa,CAAC,MAAM;QACxB,KAAK,EAAE,qBAAqB;KAC7B;IACD;QACE,EAAE,EAAE,aAAa,CAAC,OAAO;QACzB,KAAK,EAAE,YAAY;KACpB;IACD;QACE,EAAE,EAAE,aAAa,CAAC,KAAK;QACvB,KAAK,EAAE,WAAW;KACnB;IACD;QACE,EAAE,EAAE,aAAa,CAAC,QAAQ;QAC1B,KAAK,EAAE,SAAS;KACjB;IACD;QACE,EAAE,EAAE,aAAa,CAAC,KAAK;QACvB,KAAK,EAAE,QAAQ;KAChB;IACD;QACE,EAAE,EAAE,aAAa,CAAC,MAAM;QACxB,KAAK,EAAE,OAAO;KACf;IACD;QACE,EAAE,EAAE,aAAa,CAAC,SAAS;QAC3B,KAAK,EAAE,QAAQ;KAChB;IACD;QACE,EAAE,EAAE,aAAa,CAAC,OAAO;QACzB,KAAK,EAAE,YAAY;KACpB;IACD;QACE,EAAE,EAAE,aAAa,CAAC,kBAAkB;QACpC,KAAK,EAAE,iBAAiB;KACzB;IACD;QACE,EAAE,EAAE,aAAa,CAAC,MAAM;QACxB,KAAK,EAAE,UAAU;KAClB;IACD;QACE,EAAE,EAAE,aAAa,CAAC,KAAK;QACvB,KAAK,EAAE,OAAO;KACf;IACD;QACE,EAAE,EAAE,aAAa,CAAC,UAAU;QAC5B,KAAK,EAAE,cAAc;KACtB;IACD;QACE,EAAE,EAAE,aAAa,CAAC,OAAO;QACzB,KAAK,EAAE,SAAS;KACjB;IACD;QACE,EAAE,EAAE,aAAa,CAAC,MAAM;QACxB,KAAK,EAAE,gBAAgB;KACxB;IACD;QACE,EAAE,EAAE,aAAa,CAAC,cAAc;QAChC,KAAK,EAAE,iBAAiB;KACzB;CACO,CAAC","sourcesContent":["export enum EquipmentType {\n LAPTOP = 1,\n PRINTER = 2,\n PHONE = 3,\n KEYBOARD = 4,\n MOUSE = 5,\n SCREEN = 6,\n HEADPHONE = 7,\n ADAPTER = 8,\n WIRELESS_HEADPHONE = 9,\n POCKET = 10,\n BADGE = 11,\n CALCULATOR = 12,\n USB_HUB = 13,\n NUMPAD = 14,\n EXTERN_SUPPORT = 15,\n}\n\nexport const EquipmentTypeDetail = [\n {\n id: EquipmentType.LAPTOP,\n label: 'Ordinateur portable',\n },\n {\n id: EquipmentType.PRINTER,\n label: 'Imprimante',\n },\n {\n id: EquipmentType.PHONE,\n label: 'Téléphone',\n },\n {\n id: EquipmentType.KEYBOARD,\n label: 'Clavier',\n },\n {\n id: EquipmentType.MOUSE,\n label: 'Souris',\n },\n {\n id: EquipmentType.SCREEN,\n label: 'Écran',\n },\n {\n id: EquipmentType.HEADPHONE,\n label: 'Casque',\n },\n {\n id: EquipmentType.ADAPTER,\n label: 'Adaptateur',\n },\n {\n id: EquipmentType.WIRELESS_HEADPHONE,\n label: 'Casque sans fil',\n },\n {\n id: EquipmentType.POCKET,\n label: 'Pochette',\n },\n {\n id: EquipmentType.BADGE,\n label: 'Badge',\n },\n {\n id: EquipmentType.CALCULATOR,\n label: 'Calculatrice',\n },\n {\n id: EquipmentType.USB_HUB,\n label: 'Hub USB',\n },\n {\n id: EquipmentType.NUMPAD,\n label: 'Pavé numérique',\n },\n {\n id: EquipmentType.EXTERN_SUPPORT,\n label: 'Support externe',\n },\n] as const;\n"]}
1
+ {"version":3,"file":"EquipmentType.js","sourceRoot":"","sources":["../../../../ts/types/Enum/EquipmentType.ts"],"names":[],"mappings":"AAAA,MAAM,CAAN,IAAY,aAgBX;AAhBD,WAAY,aAAa;IACvB,qDAAU,CAAA;IACV,uDAAW,CAAA;IACX,mDAAS,CAAA;IACT,yDAAY,CAAA;IACZ,mDAAS,CAAA;IACT,qDAAU,CAAA;IACV,2DAAa,CAAA;IACb,uDAAW,CAAA;IACX,6EAAsB,CAAA;IACtB,sDAAW,CAAA;IACX,oDAAU,CAAA;IACV,8DAAe,CAAA;IACf,wDAAY,CAAA;IACZ,sDAAW,CAAA;IACX,sEAAmB,CAAA;AACrB,CAAC,EAhBW,aAAa,KAAb,aAAa,QAgBxB;AAED,MAAM,CAAC,MAAM,mBAAmB,GAAG;IACjC;QACE,EAAE,EAAE,aAAa,CAAC,MAAM;QACxB,KAAK,EAAE,qBAAqB;QAC5B,IAAI,EAAE,iBAAiB;KACxB;IACD;QACE,EAAE,EAAE,aAAa,CAAC,OAAO;QACzB,KAAK,EAAE,YAAY;QACnB,IAAI,EAAE,kBAAkB;KACzB;IACD;QACE,EAAE,EAAE,aAAa,CAAC,KAAK;QACvB,KAAK,EAAE,WAAW;QAClB,IAAI,EAAE,qBAAqB;KAC5B;IACD;QACE,EAAE,EAAE,aAAa,CAAC,QAAQ;QAC1B,KAAK,EAAE,SAAS;QAChB,IAAI,EAAE,mBAAmB;KAC1B;IACD;QACE,EAAE,EAAE,aAAa,CAAC,KAAK;QACvB,KAAK,EAAE,QAAQ;QACf,IAAI,EAAE,gBAAgB;KACvB;IACD;QACE,EAAE,EAAE,aAAa,CAAC,MAAM;QACxB,KAAK,EAAE,OAAO;QACd,IAAI,EAAE,kBAAkB;KACzB;IACD;QACE,EAAE,EAAE,aAAa,CAAC,SAAS;QAC3B,KAAK,EAAE,QAAQ;QACf,IAAI,EAAE,qBAAqB;KAC5B;IACD;QACE,EAAE,EAAE,aAAa,CAAC,OAAO;QACzB,KAAK,EAAE,YAAY;QACnB,IAAI,EAAE,cAAc;KACrB;IACD;QACE,EAAE,EAAE,aAAa,CAAC,kBAAkB;QACpC,KAAK,EAAE,iBAAiB;QACxB,IAAI,EAAE,qBAAqB;KAC5B;IACD;QACE,EAAE,EAAE,aAAa,CAAC,MAAM;QACxB,KAAK,EAAE,UAAU;QACjB,IAAI,EAAE,cAAc;KACrB;IACD;QACE,EAAE,EAAE,aAAa,CAAC,KAAK;QACvB,KAAK,EAAE,OAAO;QACd,IAAI,EAAE,gBAAgB;KACvB;IACD;QACE,EAAE,EAAE,aAAa,CAAC,UAAU;QAC5B,KAAK,EAAE,cAAc;QACrB,IAAI,EAAE,qBAAqB;KAC5B;IACD;QACE,EAAE,EAAE,aAAa,CAAC,OAAO;QACzB,KAAK,EAAE,SAAS;QAChB,IAAI,EAAE,cAAc;KACrB;IACD;QACE,EAAE,EAAE,aAAa,CAAC,MAAM;QACxB,KAAK,EAAE,gBAAgB;QACvB,IAAI,EAAE,cAAc;KACrB;IACD;QACE,EAAE,EAAE,aAAa,CAAC,cAAc;QAChC,KAAK,EAAE,iBAAiB;QACxB,IAAI,EAAE,cAAc;KACrB;CACO,CAAC","sourcesContent":["export enum EquipmentType {\n LAPTOP = 1,\n PRINTER = 2,\n PHONE = 3,\n KEYBOARD = 4,\n MOUSE = 5,\n SCREEN = 6,\n HEADPHONE = 7,\n ADAPTER = 8,\n WIRELESS_HEADPHONE = 9,\n POCKET = 10,\n BADGE = 11,\n CALCULATOR = 12,\n USB_HUB = 13,\n NUMPAD = 14,\n EXTERN_SUPPORT = 15,\n}\n\nexport const EquipmentTypeDetail = [\n {\n id: EquipmentType.LAPTOP,\n label: 'Ordinateur portable',\n icon: 'i-lucide-laptop'\n },\n {\n id: EquipmentType.PRINTER,\n label: 'Imprimante',\n icon: 'i-lucide-printer'\n },\n {\n id: EquipmentType.PHONE,\n label: 'Téléphone',\n icon: 'i-lucide-smartphone'\n },\n {\n id: EquipmentType.KEYBOARD,\n label: 'Clavier',\n icon: 'i-lucide-keyboard'\n },\n {\n id: EquipmentType.MOUSE,\n label: 'Souris',\n icon: 'i-lucide-mouse'\n },\n {\n id: EquipmentType.SCREEN,\n label: 'Écran',\n icon: 'i-lucide-monitor'\n },\n {\n id: EquipmentType.HEADPHONE,\n label: 'Casque',\n icon: 'i-lucide-headphones'\n },\n {\n id: EquipmentType.ADAPTER,\n label: 'Adaptateur',\n icon: 'i-lucide-box'\n },\n {\n id: EquipmentType.WIRELESS_HEADPHONE,\n label: 'Casque sans fil',\n icon: 'i-lucide-headphones'\n },\n {\n id: EquipmentType.POCKET,\n label: 'Pochette',\n icon: 'i-lucide-box'\n },\n {\n id: EquipmentType.BADGE,\n label: 'Badge',\n icon: 'i-lucide-badge'\n },\n {\n id: EquipmentType.CALCULATOR,\n label: 'Calculatrice',\n icon: 'i-lucide-calculator'\n },\n {\n id: EquipmentType.USB_HUB,\n label: 'Hub USB',\n icon: 'i-lucide-box'\n },\n {\n id: EquipmentType.NUMPAD,\n label: 'Pavé numérique',\n icon: 'i-lucide-box'\n },\n {\n id: EquipmentType.EXTERN_SUPPORT,\n label: 'Support externe',\n icon: 'i-lucide-box'\n },\n] as const;\n"]}
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@silexpert/core",
3
- "version": "1.3.193-2",
3
+ "version": "1.3.193-4",
4
4
  "description": "Silex Core perform HTTP Request and object binding. Silex core helps developers to retrieve and return formatted object",
5
5
  "homepage": "https://gitlab.compta-clementine.fr/dev/silex-api",
6
6
  "main": "dist/cjs/index.js",
@@ -20,61 +20,76 @@ export const EquipmentTypeDetail = [
20
20
  {
21
21
  id: EquipmentType.LAPTOP,
22
22
  label: 'Ordinateur portable',
23
+ icon: 'i-lucide-laptop'
23
24
  },
24
25
  {
25
26
  id: EquipmentType.PRINTER,
26
27
  label: 'Imprimante',
28
+ icon: 'i-lucide-printer'
27
29
  },
28
30
  {
29
31
  id: EquipmentType.PHONE,
30
32
  label: 'Téléphone',
33
+ icon: 'i-lucide-smartphone'
31
34
  },
32
35
  {
33
36
  id: EquipmentType.KEYBOARD,
34
37
  label: 'Clavier',
38
+ icon: 'i-lucide-keyboard'
35
39
  },
36
40
  {
37
41
  id: EquipmentType.MOUSE,
38
42
  label: 'Souris',
43
+ icon: 'i-lucide-mouse'
39
44
  },
40
45
  {
41
46
  id: EquipmentType.SCREEN,
42
47
  label: 'Écran',
48
+ icon: 'i-lucide-monitor'
43
49
  },
44
50
  {
45
51
  id: EquipmentType.HEADPHONE,
46
52
  label: 'Casque',
53
+ icon: 'i-lucide-headphones'
47
54
  },
48
55
  {
49
56
  id: EquipmentType.ADAPTER,
50
57
  label: 'Adaptateur',
58
+ icon: 'i-lucide-box'
51
59
  },
52
60
  {
53
61
  id: EquipmentType.WIRELESS_HEADPHONE,
54
62
  label: 'Casque sans fil',
63
+ icon: 'i-lucide-headphones'
55
64
  },
56
65
  {
57
66
  id: EquipmentType.POCKET,
58
67
  label: 'Pochette',
68
+ icon: 'i-lucide-box'
59
69
  },
60
70
  {
61
71
  id: EquipmentType.BADGE,
62
72
  label: 'Badge',
73
+ icon: 'i-lucide-badge'
63
74
  },
64
75
  {
65
76
  id: EquipmentType.CALCULATOR,
66
77
  label: 'Calculatrice',
78
+ icon: 'i-lucide-calculator'
67
79
  },
68
80
  {
69
81
  id: EquipmentType.USB_HUB,
70
82
  label: 'Hub USB',
83
+ icon: 'i-lucide-box'
71
84
  },
72
85
  {
73
86
  id: EquipmentType.NUMPAD,
74
87
  label: 'Pavé numérique',
88
+ icon: 'i-lucide-box'
75
89
  },
76
90
  {
77
91
  id: EquipmentType.EXTERN_SUPPORT,
78
92
  label: 'Support externe',
93
+ icon: 'i-lucide-box'
79
94
  },
80
95
  ] as const;