@mozaic-ds/angular 0.24.0-beta.11 → 0.24.0-beta.13

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.
Files changed (234) hide show
  1. package/adeo/assets/fonts/LeroyMerlinSans-Web-Italic.woff +0 -0
  2. package/adeo/assets/fonts/LeroyMerlinSans-Web-Italic.woff2 +0 -0
  3. package/adeo/assets/fonts/LeroyMerlinSans-Web-Light.woff +0 -0
  4. package/adeo/assets/fonts/LeroyMerlinSans-Web-Light.woff2 +0 -0
  5. package/adeo/assets/fonts/LeroyMerlinSans-Web-LightItalic.woff +0 -0
  6. package/adeo/assets/fonts/LeroyMerlinSans-Web-LightItalic.woff2 +0 -0
  7. package/adeo/assets/fonts/LeroyMerlinSans-Web-Regular.woff +0 -0
  8. package/adeo/assets/fonts/LeroyMerlinSans-Web-Regular.woff2 +0 -0
  9. package/adeo/assets/fonts/LeroyMerlinSans-Web-SemiBold.woff +0 -0
  10. package/adeo/assets/fonts/LeroyMerlinSans-Web-SemiBold.woff2 +0 -0
  11. package/adeo/assets/fonts/LeroyMerlinSans-Web-SemiBoldItalic.woff +0 -0
  12. package/adeo/assets/fonts/LeroyMerlinSans-Web-SemiBoldItalic.woff2 +0 -0
  13. package/adeo/assets/tokens/bricoman/js/tokens.js +1 -1
  14. package/adeo/assets/tokens/bricoman/js/tokensObject.js +15 -15
  15. package/adeo/assets/tokens/bricoman/scss/_tokens.scss +3 -3
  16. package/adeo/components/card/card.component.d.ts +11 -0
  17. package/adeo/components/card/card.module.d.ts +8 -0
  18. package/adeo/components/card/index.d.ts +3 -0
  19. package/adeo/components/card/model/card.d.ts +1 -0
  20. package/adeo/components/card/public-api.d.ts +1 -0
  21. package/adeo/components/dropdown/dropdown.component.d.ts +5 -8
  22. package/adeo/components/header/header.component.d.ts +6 -4
  23. package/adeo/components/listbox/listbox.component.d.ts +6 -6
  24. package/adeo/components/notification/notification-container.component.d.ts +14 -4
  25. package/adeo/components/notification/notification.d.ts +3 -0
  26. package/adeo/components/notification/notification.service.d.ts +1 -0
  27. package/adeo/components/phone-number/phone-number.component.d.ts +4 -12
  28. package/adeo/components/public-api.d.ts +2 -0
  29. package/adeo/components/stepper-bar/index.d.ts +3 -0
  30. package/adeo/components/stepper-bar/public-api.d.ts +1 -0
  31. package/adeo/components/stepper-bar/stepper-bar.component.d.ts +39 -0
  32. package/adeo/components/stepper-bar/stepper-bar.module.d.ts +10 -0
  33. package/adeo/components/stepper-bar/types/index.d.ts +6 -0
  34. package/adeo/components/tabs/tab.component.d.ts +4 -2
  35. package/adeo/components/tabs/tabs.component.d.ts +1 -1
  36. package/adeo/esm2020/components/action-bar/action-bar.component.mjs +3 -3
  37. package/adeo/esm2020/components/card/card.component.mjs +27 -0
  38. package/adeo/esm2020/components/card/card.module.mjs +18 -0
  39. package/adeo/esm2020/components/card/index.mjs +4 -0
  40. package/adeo/esm2020/components/card/model/card.mjs +2 -0
  41. package/adeo/esm2020/components/card/public-api.mjs +2 -0
  42. package/adeo/esm2020/components/dropdown/dropdown.component.mjs +16 -46
  43. package/adeo/esm2020/components/header/header.component.mjs +12 -12
  44. package/adeo/esm2020/components/listbox/listbox.component.mjs +25 -30
  45. package/adeo/esm2020/components/notification/notification-animation.mjs +7 -4
  46. package/adeo/esm2020/components/notification/notification-container.component.mjs +63 -13
  47. package/adeo/esm2020/components/notification/notification.mjs +1 -1
  48. package/adeo/esm2020/components/notification/notification.service.mjs +6 -3
  49. package/adeo/esm2020/components/phone-number/phone-number.component.mjs +15 -68
  50. package/adeo/esm2020/components/public-api.mjs +3 -1
  51. package/adeo/esm2020/components/stepper-bar/index.mjs +4 -0
  52. package/adeo/esm2020/components/stepper-bar/public-api.mjs +2 -0
  53. package/adeo/esm2020/components/stepper-bar/stepper-bar.component.mjs +80 -0
  54. package/adeo/esm2020/components/stepper-bar/stepper-bar.module.mjs +20 -0
  55. package/adeo/esm2020/components/stepper-bar/types/index.mjs +2 -0
  56. package/adeo/esm2020/components/tabs/tab.component.mjs +7 -6
  57. package/adeo/esm2020/components/tabs/tabs.component.mjs +8 -4
  58. package/adeo/fesm2015/mozaic-ds-angular.mjs +279 -178
  59. package/adeo/fesm2015/mozaic-ds-angular.mjs.map +1 -1
  60. package/adeo/fesm2020/mozaic-ds-angular.mjs +271 -173
  61. package/adeo/fesm2020/mozaic-ds-angular.mjs.map +1 -1
  62. package/adeo/package.json +1 -1
  63. package/assets/fonts/LeroyMerlinSans-Web-Italic.woff +0 -0
  64. package/assets/fonts/LeroyMerlinSans-Web-Italic.woff2 +0 -0
  65. package/assets/fonts/LeroyMerlinSans-Web-Light.woff +0 -0
  66. package/assets/fonts/LeroyMerlinSans-Web-Light.woff2 +0 -0
  67. package/assets/fonts/LeroyMerlinSans-Web-LightItalic.woff +0 -0
  68. package/assets/fonts/LeroyMerlinSans-Web-LightItalic.woff2 +0 -0
  69. package/assets/fonts/LeroyMerlinSans-Web-Regular.woff +0 -0
  70. package/assets/fonts/LeroyMerlinSans-Web-Regular.woff2 +0 -0
  71. package/assets/fonts/LeroyMerlinSans-Web-SemiBold.woff +0 -0
  72. package/assets/fonts/LeroyMerlinSans-Web-SemiBold.woff2 +0 -0
  73. package/assets/fonts/LeroyMerlinSans-Web-SemiBoldItalic.woff +0 -0
  74. package/assets/fonts/LeroyMerlinSans-Web-SemiBoldItalic.woff2 +0 -0
  75. package/assets/tokens/bricoman/js/tokens.js +1 -1
  76. package/assets/tokens/bricoman/js/tokensObject.js +15 -15
  77. package/assets/tokens/bricoman/scss/_tokens.scss +3 -3
  78. package/bricoman/assets/fonts/LeroyMerlinSans-Web-Italic.woff +0 -0
  79. package/bricoman/assets/fonts/LeroyMerlinSans-Web-Italic.woff2 +0 -0
  80. package/bricoman/assets/fonts/LeroyMerlinSans-Web-Light.woff +0 -0
  81. package/bricoman/assets/fonts/LeroyMerlinSans-Web-Light.woff2 +0 -0
  82. package/bricoman/assets/fonts/LeroyMerlinSans-Web-LightItalic.woff +0 -0
  83. package/bricoman/assets/fonts/LeroyMerlinSans-Web-LightItalic.woff2 +0 -0
  84. package/bricoman/assets/fonts/LeroyMerlinSans-Web-Regular.woff +0 -0
  85. package/bricoman/assets/fonts/LeroyMerlinSans-Web-Regular.woff2 +0 -0
  86. package/bricoman/assets/fonts/LeroyMerlinSans-Web-SemiBold.woff +0 -0
  87. package/bricoman/assets/fonts/LeroyMerlinSans-Web-SemiBold.woff2 +0 -0
  88. package/bricoman/assets/fonts/LeroyMerlinSans-Web-SemiBoldItalic.woff +0 -0
  89. package/bricoman/assets/fonts/LeroyMerlinSans-Web-SemiBoldItalic.woff2 +0 -0
  90. package/bricoman/assets/tokens/bricoman/js/tokens.js +1 -1
  91. package/bricoman/assets/tokens/bricoman/js/tokensObject.js +15 -15
  92. package/bricoman/assets/tokens/bricoman/scss/_tokens.scss +3 -3
  93. package/bricoman/components/card/card.component.d.ts +11 -0
  94. package/bricoman/components/card/card.module.d.ts +8 -0
  95. package/bricoman/components/card/index.d.ts +3 -0
  96. package/bricoman/components/card/model/card.d.ts +1 -0
  97. package/bricoman/components/card/public-api.d.ts +1 -0
  98. package/bricoman/components/dropdown/dropdown.component.d.ts +5 -8
  99. package/bricoman/components/header/header.component.d.ts +6 -4
  100. package/bricoman/components/listbox/listbox.component.d.ts +6 -6
  101. package/bricoman/components/notification/notification-container.component.d.ts +14 -4
  102. package/bricoman/components/notification/notification.d.ts +3 -0
  103. package/bricoman/components/notification/notification.service.d.ts +1 -0
  104. package/bricoman/components/phone-number/phone-number.component.d.ts +4 -12
  105. package/bricoman/components/public-api.d.ts +2 -0
  106. package/bricoman/components/stepper-bar/index.d.ts +3 -0
  107. package/bricoman/components/stepper-bar/public-api.d.ts +1 -0
  108. package/bricoman/components/stepper-bar/stepper-bar.component.d.ts +39 -0
  109. package/bricoman/components/stepper-bar/stepper-bar.module.d.ts +10 -0
  110. package/bricoman/components/stepper-bar/types/index.d.ts +6 -0
  111. package/bricoman/components/tabs/tab.component.d.ts +4 -2
  112. package/bricoman/components/tabs/tabs.component.d.ts +1 -1
  113. package/bricoman/esm2020/components/action-bar/action-bar.component.mjs +3 -3
  114. package/bricoman/esm2020/components/card/card.component.mjs +27 -0
  115. package/bricoman/esm2020/components/card/card.module.mjs +18 -0
  116. package/bricoman/esm2020/components/card/index.mjs +4 -0
  117. package/bricoman/esm2020/components/card/model/card.mjs +2 -0
  118. package/bricoman/esm2020/components/card/public-api.mjs +2 -0
  119. package/bricoman/esm2020/components/dropdown/dropdown.component.mjs +16 -46
  120. package/bricoman/esm2020/components/header/header.component.mjs +12 -12
  121. package/bricoman/esm2020/components/listbox/listbox.component.mjs +25 -30
  122. package/bricoman/esm2020/components/notification/notification-animation.mjs +7 -4
  123. package/bricoman/esm2020/components/notification/notification-container.component.mjs +63 -13
  124. package/bricoman/esm2020/components/notification/notification.mjs +1 -1
  125. package/bricoman/esm2020/components/notification/notification.service.mjs +6 -3
  126. package/bricoman/esm2020/components/phone-number/phone-number.component.mjs +15 -68
  127. package/bricoman/esm2020/components/public-api.mjs +3 -1
  128. package/bricoman/esm2020/components/stepper-bar/index.mjs +4 -0
  129. package/bricoman/esm2020/components/stepper-bar/public-api.mjs +2 -0
  130. package/bricoman/esm2020/components/stepper-bar/stepper-bar.component.mjs +80 -0
  131. package/bricoman/esm2020/components/stepper-bar/stepper-bar.module.mjs +20 -0
  132. package/bricoman/esm2020/components/stepper-bar/types/index.mjs +2 -0
  133. package/bricoman/esm2020/components/tabs/tab.component.mjs +7 -6
  134. package/bricoman/esm2020/components/tabs/tabs.component.mjs +8 -4
  135. package/bricoman/fesm2015/mozaic-ds-angular.mjs +279 -178
  136. package/bricoman/fesm2015/mozaic-ds-angular.mjs.map +1 -1
  137. package/bricoman/fesm2020/mozaic-ds-angular.mjs +271 -173
  138. package/bricoman/fesm2020/mozaic-ds-angular.mjs.map +1 -1
  139. package/bricoman/package.json +1 -1
  140. package/components/card/card.component.d.ts +11 -0
  141. package/components/card/card.module.d.ts +8 -0
  142. package/components/card/index.d.ts +3 -0
  143. package/components/card/model/card.d.ts +1 -0
  144. package/components/card/public-api.d.ts +1 -0
  145. package/components/dropdown/dropdown.component.d.ts +5 -8
  146. package/components/header/header.component.d.ts +6 -4
  147. package/components/listbox/listbox.component.d.ts +6 -6
  148. package/components/notification/notification-container.component.d.ts +14 -4
  149. package/components/notification/notification.d.ts +3 -0
  150. package/components/notification/notification.service.d.ts +1 -0
  151. package/components/phone-number/phone-number.component.d.ts +4 -12
  152. package/components/public-api.d.ts +2 -0
  153. package/components/stepper-bar/index.d.ts +3 -0
  154. package/components/stepper-bar/public-api.d.ts +1 -0
  155. package/components/stepper-bar/stepper-bar.component.d.ts +39 -0
  156. package/components/stepper-bar/stepper-bar.module.d.ts +10 -0
  157. package/components/stepper-bar/types/index.d.ts +6 -0
  158. package/components/tabs/tab.component.d.ts +4 -2
  159. package/components/tabs/tabs.component.d.ts +1 -1
  160. package/esm2020/components/action-bar/action-bar.component.mjs +3 -3
  161. package/esm2020/components/card/card.component.mjs +27 -0
  162. package/esm2020/components/card/card.module.mjs +18 -0
  163. package/esm2020/components/card/index.mjs +4 -0
  164. package/esm2020/components/card/model/card.mjs +2 -0
  165. package/esm2020/components/card/public-api.mjs +2 -0
  166. package/esm2020/components/dropdown/dropdown.component.mjs +16 -46
  167. package/esm2020/components/header/header.component.mjs +12 -12
  168. package/esm2020/components/listbox/listbox.component.mjs +25 -30
  169. package/esm2020/components/notification/notification-animation.mjs +7 -4
  170. package/esm2020/components/notification/notification-container.component.mjs +63 -13
  171. package/esm2020/components/notification/notification.mjs +1 -1
  172. package/esm2020/components/notification/notification.service.mjs +6 -3
  173. package/esm2020/components/phone-number/phone-number.component.mjs +15 -68
  174. package/esm2020/components/public-api.mjs +3 -1
  175. package/esm2020/components/stepper-bar/index.mjs +4 -0
  176. package/esm2020/components/stepper-bar/public-api.mjs +2 -0
  177. package/esm2020/components/stepper-bar/stepper-bar.component.mjs +80 -0
  178. package/esm2020/components/stepper-bar/stepper-bar.module.mjs +20 -0
  179. package/esm2020/components/stepper-bar/types/index.mjs +2 -0
  180. package/esm2020/components/tabs/tab.component.mjs +7 -6
  181. package/esm2020/components/tabs/tabs.component.mjs +8 -4
  182. package/fesm2015/mozaic-ds-angular.mjs +279 -178
  183. package/fesm2015/mozaic-ds-angular.mjs.map +1 -1
  184. package/fesm2020/mozaic-ds-angular.mjs +271 -173
  185. package/fesm2020/mozaic-ds-angular.mjs.map +1 -1
  186. package/package.json +1 -1
  187. package/adeo/assets/tokens/adeo/android/colors.xml +0 -494
  188. package/adeo/assets/tokens/adeo/android/font_dimens.xml +0 -18
  189. package/adeo/assets/tokens/adeo/ios/StyleDictionaryColor.h +0 -502
  190. package/adeo/assets/tokens/adeo/ios/StyleDictionaryColor.m +0 -514
  191. package/adeo/assets/tokens/adeo/ios/StyleDictionaryColor.swift +0 -497
  192. package/adeo/assets/tokens/adeo/ios/StyleDictionarySize.h +0 -69
  193. package/adeo/assets/tokens/adeo/ios/StyleDictionarySize.m +0 -70
  194. package/adeo/assets/tokens/adeo/ios/StyleDictionarySize.swift +0 -71
  195. package/adeo/assets/tokens/bricoman/android/colors.xml +0 -486
  196. package/adeo/assets/tokens/bricoman/android/font_dimens.xml +0 -18
  197. package/adeo/assets/tokens/bricoman/ios/StyleDictionaryColor.h +0 -494
  198. package/adeo/assets/tokens/bricoman/ios/StyleDictionaryColor.m +0 -506
  199. package/adeo/assets/tokens/bricoman/ios/StyleDictionaryColor.swift +0 -489
  200. package/adeo/assets/tokens/bricoman/ios/StyleDictionarySize.h +0 -69
  201. package/adeo/assets/tokens/bricoman/ios/StyleDictionarySize.m +0 -70
  202. package/adeo/assets/tokens/bricoman/ios/StyleDictionarySize.swift +0 -71
  203. package/assets/tokens/adeo/android/colors.xml +0 -494
  204. package/assets/tokens/adeo/android/font_dimens.xml +0 -18
  205. package/assets/tokens/adeo/ios/StyleDictionaryColor.h +0 -502
  206. package/assets/tokens/adeo/ios/StyleDictionaryColor.m +0 -514
  207. package/assets/tokens/adeo/ios/StyleDictionaryColor.swift +0 -497
  208. package/assets/tokens/adeo/ios/StyleDictionarySize.h +0 -69
  209. package/assets/tokens/adeo/ios/StyleDictionarySize.m +0 -70
  210. package/assets/tokens/adeo/ios/StyleDictionarySize.swift +0 -71
  211. package/assets/tokens/bricoman/android/colors.xml +0 -486
  212. package/assets/tokens/bricoman/android/font_dimens.xml +0 -18
  213. package/assets/tokens/bricoman/ios/StyleDictionaryColor.h +0 -494
  214. package/assets/tokens/bricoman/ios/StyleDictionaryColor.m +0 -506
  215. package/assets/tokens/bricoman/ios/StyleDictionaryColor.swift +0 -489
  216. package/assets/tokens/bricoman/ios/StyleDictionarySize.h +0 -69
  217. package/assets/tokens/bricoman/ios/StyleDictionarySize.m +0 -70
  218. package/assets/tokens/bricoman/ios/StyleDictionarySize.swift +0 -71
  219. package/bricoman/assets/tokens/adeo/android/colors.xml +0 -494
  220. package/bricoman/assets/tokens/adeo/android/font_dimens.xml +0 -18
  221. package/bricoman/assets/tokens/adeo/ios/StyleDictionaryColor.h +0 -502
  222. package/bricoman/assets/tokens/adeo/ios/StyleDictionaryColor.m +0 -514
  223. package/bricoman/assets/tokens/adeo/ios/StyleDictionaryColor.swift +0 -497
  224. package/bricoman/assets/tokens/adeo/ios/StyleDictionarySize.h +0 -69
  225. package/bricoman/assets/tokens/adeo/ios/StyleDictionarySize.m +0 -70
  226. package/bricoman/assets/tokens/adeo/ios/StyleDictionarySize.swift +0 -71
  227. package/bricoman/assets/tokens/bricoman/android/colors.xml +0 -486
  228. package/bricoman/assets/tokens/bricoman/android/font_dimens.xml +0 -18
  229. package/bricoman/assets/tokens/bricoman/ios/StyleDictionaryColor.h +0 -494
  230. package/bricoman/assets/tokens/bricoman/ios/StyleDictionaryColor.m +0 -506
  231. package/bricoman/assets/tokens/bricoman/ios/StyleDictionaryColor.swift +0 -489
  232. package/bricoman/assets/tokens/bricoman/ios/StyleDictionarySize.h +0 -69
  233. package/bricoman/assets/tokens/bricoman/ios/StyleDictionarySize.m +0 -70
  234. package/bricoman/assets/tokens/bricoman/ios/StyleDictionarySize.swift +0 -71
package/adeo/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@mozaic-ds/angular",
3
- "version": "0.24.0-beta.11",
3
+ "version": "0.24.0-beta.13",
4
4
  "exports": {
5
5
  "./adeo": {
6
6
  "types": "./adeo/index.d.ts",
@@ -481,6 +481,7 @@ export const ColorToggleDisabledCheckedBackground = "#b8bef4";
481
481
  export const ColorToggleDisabledCheckedCircle = "#ffffff";
482
482
  export const ColorTooltipBackground = "#4d4d4d";
483
483
  export const ColorTooltipBorder = "#ffffff";
484
+ export const Preset = "bricoman";
484
485
  export const RadiusS = 2;
485
486
  export const RadiusM = 4;
486
487
  export const RadiusL = 6;
@@ -575,4 +576,3 @@ export const ScreenXl = "1280px";
575
576
  export const ScreenXlMedium = "1440px";
576
577
  export const ScreenXlLarge = "1680px";
577
578
  export const ScreenXxl = "1920px";
578
- export const Preset = "bricoman";
@@ -10471,6 +10471,21 @@ module.exports = {
10471
10471
  }
10472
10472
  }
10473
10473
  },
10474
+ "preset": {
10475
+ "value": "bricoman",
10476
+ "filePath": "node_modules/@mozaic-ds/tokens/BricomanProperties/preset.json",
10477
+ "isSource": true,
10478
+ "original": {
10479
+ "value": "bricoman"
10480
+ },
10481
+ "name": "Preset",
10482
+ "attributes": {
10483
+ "category": "preset"
10484
+ },
10485
+ "path": [
10486
+ "preset"
10487
+ ]
10488
+ },
10474
10489
  "radius": {
10475
10490
  "s": {
10476
10491
  "value": 2,
@@ -12484,20 +12499,5 @@ module.exports = {
12484
12499
  "xxl"
12485
12500
  ]
12486
12501
  }
12487
- },
12488
- "preset": {
12489
- "value": "bricoman",
12490
- "filePath": "node_modules/@mozaic-ds/tokens/BricomanProperties/preset.json",
12491
- "isSource": true,
12492
- "original": {
12493
- "value": "bricoman"
12494
- },
12495
- "name": "Preset",
12496
- "attributes": {
12497
- "category": "preset"
12498
- },
12499
- "path": [
12500
- "preset"
12501
- ]
12502
12502
  }
12503
12503
  };
@@ -482,6 +482,7 @@ $color-toggle-disabled-checked-background: #b8bef4 !default;
482
482
  $color-toggle-disabled-checked-circle: #ffffff !default;
483
483
  $color-tooltip-background: #4d4d4d !default;
484
484
  $color-tooltip-border: #ffffff !default;
485
+ $preset: bricoman !default;
485
486
  $radius-s: 2 !default;
486
487
  $radius-m: 4 !default;
487
488
  $radius-l: 6 !default;
@@ -576,7 +577,6 @@ $screen-xl: 1280px !default;
576
577
  $screen-xl-medium: 1440px !default;
577
578
  $screen-xl-large: 1680px !default;
578
579
  $screen-xxl: 1920px !default;
579
- $preset: bricoman !default;
580
580
 
581
581
  $tokens: (
582
582
  'border': (
@@ -1494,6 +1494,7 @@ $tokens: (
1494
1494
  'border': $color-tooltip-border
1495
1495
  )
1496
1496
  ),
1497
+ 'preset': $preset,
1497
1498
  'radius': (
1498
1499
  's': $radius-s,
1499
1500
  'm': $radius-m,
@@ -1633,6 +1634,5 @@ $tokens: (
1633
1634
  'xl-medium': $screen-xl-medium,
1634
1635
  'xl-large': $screen-xl-large,
1635
1636
  'xxl': $screen-xxl
1636
- ),
1637
- 'preset': $preset
1637
+ )
1638
1638
  );
@@ -481,6 +481,7 @@ export const ColorToggleDisabledCheckedBackground = "#b8bef4";
481
481
  export const ColorToggleDisabledCheckedCircle = "#ffffff";
482
482
  export const ColorTooltipBackground = "#4d4d4d";
483
483
  export const ColorTooltipBorder = "#ffffff";
484
+ export const Preset = "bricoman";
484
485
  export const RadiusS = 2;
485
486
  export const RadiusM = 4;
486
487
  export const RadiusL = 6;
@@ -575,4 +576,3 @@ export const ScreenXl = "1280px";
575
576
  export const ScreenXlMedium = "1440px";
576
577
  export const ScreenXlLarge = "1680px";
577
578
  export const ScreenXxl = "1920px";
578
- export const Preset = "bricoman";
@@ -10471,6 +10471,21 @@ module.exports = {
10471
10471
  }
10472
10472
  }
10473
10473
  },
10474
+ "preset": {
10475
+ "value": "bricoman",
10476
+ "filePath": "node_modules/@mozaic-ds/tokens/BricomanProperties/preset.json",
10477
+ "isSource": true,
10478
+ "original": {
10479
+ "value": "bricoman"
10480
+ },
10481
+ "name": "Preset",
10482
+ "attributes": {
10483
+ "category": "preset"
10484
+ },
10485
+ "path": [
10486
+ "preset"
10487
+ ]
10488
+ },
10474
10489
  "radius": {
10475
10490
  "s": {
10476
10491
  "value": 2,
@@ -12484,20 +12499,5 @@ module.exports = {
12484
12499
  "xxl"
12485
12500
  ]
12486
12501
  }
12487
- },
12488
- "preset": {
12489
- "value": "bricoman",
12490
- "filePath": "node_modules/@mozaic-ds/tokens/BricomanProperties/preset.json",
12491
- "isSource": true,
12492
- "original": {
12493
- "value": "bricoman"
12494
- },
12495
- "name": "Preset",
12496
- "attributes": {
12497
- "category": "preset"
12498
- },
12499
- "path": [
12500
- "preset"
12501
- ]
12502
12502
  }
12503
12503
  };
@@ -482,6 +482,7 @@ $color-toggle-disabled-checked-background: #b8bef4 !default;
482
482
  $color-toggle-disabled-checked-circle: #ffffff !default;
483
483
  $color-tooltip-background: #4d4d4d !default;
484
484
  $color-tooltip-border: #ffffff !default;
485
+ $preset: bricoman !default;
485
486
  $radius-s: 2 !default;
486
487
  $radius-m: 4 !default;
487
488
  $radius-l: 6 !default;
@@ -576,7 +577,6 @@ $screen-xl: 1280px !default;
576
577
  $screen-xl-medium: 1440px !default;
577
578
  $screen-xl-large: 1680px !default;
578
579
  $screen-xxl: 1920px !default;
579
- $preset: bricoman !default;
580
580
 
581
581
  $tokens: (
582
582
  'border': (
@@ -1494,6 +1494,7 @@ $tokens: (
1494
1494
  'border': $color-tooltip-border
1495
1495
  )
1496
1496
  ),
1497
+ 'preset': $preset,
1497
1498
  'radius': (
1498
1499
  's': $radius-s,
1499
1500
  'm': $radius-m,
@@ -1633,6 +1634,5 @@ $tokens: (
1633
1634
  'xl-medium': $screen-xl-medium,
1634
1635
  'xl-large': $screen-xl-large,
1635
1636
  'xxl': $screen-xxl
1636
- ),
1637
- 'preset': $preset
1637
+ )
1638
1638
  );
@@ -0,0 +1,11 @@
1
+ import { CardImageRatio } from './model/card';
2
+ import * as i0 from "@angular/core";
3
+ export declare class CardComponent {
4
+ outlined: boolean;
5
+ fluid: boolean;
6
+ imageSrc?: string;
7
+ imageAlt?: string;
8
+ imageRatio?: CardImageRatio;
9
+ static ɵfac: i0.ɵɵFactoryDeclaration<CardComponent, never>;
10
+ static ɵcmp: i0.ɵɵComponentDeclaration<CardComponent, "moz-card", never, { "outlined": "outlined"; "fluid": "fluid"; "imageSrc": "imageSrc"; "imageAlt": "imageAlt"; "imageRatio": "imageRatio"; }, {}, never, ["[title]", "[subtitle]", "[content]", "[footer]"], false, never>;
11
+ }
@@ -0,0 +1,8 @@
1
+ import * as i0 from "@angular/core";
2
+ import * as i1 from "./card.component";
3
+ import * as i2 from "@angular/common";
4
+ export declare class CardModule {
5
+ static ɵfac: i0.ɵɵFactoryDeclaration<CardModule, never>;
6
+ static ɵmod: i0.ɵɵNgModuleDeclaration<CardModule, [typeof i1.CardComponent], [typeof i2.CommonModule], [typeof i1.CardComponent]>;
7
+ static ɵinj: i0.ɵɵInjectorDeclaration<CardModule>;
8
+ }
@@ -0,0 +1,3 @@
1
+ export * from './card.module';
2
+ export * from './card.component';
3
+ export * from './model/card';
@@ -0,0 +1 @@
1
+ export type CardImageRatio = '1x1' | '4x3' | '16x9';
@@ -0,0 +1 @@
1
+ export * from './index';
@@ -1,12 +1,11 @@
1
- import { ChangeDetectorRef, EventEmitter, Injector } from '@angular/core';
1
+ import { ChangeDetectorRef, EventEmitter } from '@angular/core';
2
2
  import { ListboxItem } from '../listbox/model/listbox-item';
3
- import { ControlValueAccessor, FormControl } from '@angular/forms';
3
+ import { ControlValueAccessor } from '@angular/forms';
4
4
  import { TagItem } from '../tag/tag-type';
5
5
  import { TaglistComponent } from '../taglist/taglist.component';
6
6
  import { ButtonSizes } from '../button/button';
7
7
  import * as i0 from "@angular/core";
8
8
  export declare class DropdownComponent implements ControlValueAccessor {
9
- private injector;
10
9
  private cd;
11
10
  listboxItems: ListboxItem[];
12
11
  multiple: boolean;
@@ -27,11 +26,9 @@ export declare class DropdownComponent implements ControlValueAccessor {
27
26
  scrollEnd: EventEmitter<boolean>;
28
27
  taglistComponent: TaglistComponent;
29
28
  selectedItems: ListboxItem[] | ListboxItem | undefined;
30
- control: FormControl;
31
- onDropdownChange: any;
32
- onDropdownTouch: any;
33
- constructor(injector: Injector, cd: ChangeDetectorRef);
34
- ngOnInit(): void;
29
+ onChange: any;
30
+ onTouch: any;
31
+ constructor(cd: ChangeDetectorRef);
35
32
  writeValue(value: ListboxItem[] | ListboxItem | undefined): void;
36
33
  registerOnChange(fn: any): void;
37
34
  registerOnTouched(fn: any): void;
@@ -1,8 +1,9 @@
1
- import { AfterViewInit, ChangeDetectorRef, ElementRef, EventEmitter, QueryList } from '@angular/core';
1
+ import { AfterContentInit, AfterViewInit, ChangeDetectorRef, ElementRef, EventEmitter, QueryList } from '@angular/core';
2
2
  import { BadgeType } from '../badge/badge';
3
3
  import { Direction, titleSizes } from './model/header';
4
+ import { BreadcrumbComponent } from '../breadcrumb';
4
5
  import * as i0 from "@angular/core";
5
- export declare class HeaderComponent implements AfterViewInit {
6
+ export declare class HeaderComponent implements AfterViewInit, AfterContentInit {
6
7
  private cdRef;
7
8
  private elementRef;
8
9
  title: string;
@@ -19,10 +20,10 @@ export declare class HeaderComponent implements AfterViewInit {
19
20
  directionChangeEvent: EventEmitter<Direction>;
20
21
  headerStateEvent: EventEmitter<string>;
21
22
  tabsRef?: ElementRef;
22
- breadcrumbRef?: ElementRef;
23
23
  header: ElementRef;
24
24
  icons: ElementRef;
25
25
  selector: ElementRef;
26
+ breadcrumb?: BreadcrumbComponent;
26
27
  contentChildren: QueryList<ElementRef>;
27
28
  headerHeight: number;
28
29
  pinned: boolean;
@@ -35,6 +36,7 @@ export declare class HeaderComponent implements AfterViewInit {
35
36
  private animate;
36
37
  constructor(cdRef: ChangeDetectorRef, elementRef: ElementRef);
37
38
  ngAfterViewInit(): void;
39
+ ngAfterContentInit(): void;
38
40
  onParentScrollWithOnlyAnimation(parentElement: HTMLElement): void;
39
41
  scrollWithOnlyAnimation(): void;
40
42
  onParentScrollWithAnimationAndSticky(parentElement: HTMLElement): void;
@@ -44,5 +46,5 @@ export declare class HeaderComponent implements AfterViewInit {
44
46
  back(): void;
45
47
  triggerAnimation(): void;
46
48
  static ɵfac: i0.ɵɵFactoryDeclaration<HeaderComponent, never>;
47
- static ɵcmp: i0.ɵɵComponentDeclaration<HeaderComponent, "moz-header", never, { "title": "title"; "subtitle": "subtitle"; "badgeType": "badgeType"; "badgeContent": "badgeContent"; "size": "size"; "showShadow": "showShadow"; "sticky": "sticky"; "activateAnimation": "activateAnimation"; "showBack": "showBack"; "backButtonLabel": "backButtonLabel"; }, { "backEvent": "backEvent"; "directionChangeEvent": "directionChangeEvent"; "headerStateEvent": "headerStateEvent"; }, ["contentChildren"], ["moz-breadcrumb", "[icons]", "[selector]", "moz-tabs"], false, never>;
49
+ static ɵcmp: i0.ɵɵComponentDeclaration<HeaderComponent, "moz-header", never, { "title": "title"; "subtitle": "subtitle"; "badgeType": "badgeType"; "badgeContent": "badgeContent"; "size": "size"; "showShadow": "showShadow"; "sticky": "sticky"; "activateAnimation": "activateAnimation"; "showBack": "showBack"; "backButtonLabel": "backButtonLabel"; }, { "backEvent": "backEvent"; "directionChangeEvent": "directionChangeEvent"; "headerStateEvent": "headerStateEvent"; }, ["breadcrumb", "contentChildren"], ["moz-breadcrumb", "[icons]", "[selector]", "moz-tabs"], false, never>;
48
50
  }
@@ -1,8 +1,8 @@
1
- import { ElementRef, EventEmitter } from '@angular/core';
1
+ import { AfterViewInit, ElementRef, EventEmitter, OnDestroy, OnInit } from '@angular/core';
2
2
  import { ListboxItem, Type } from './model/listbox-item';
3
3
  import { Subject } from 'rxjs';
4
4
  import * as i0 from "@angular/core";
5
- export declare class ListboxComponent {
5
+ export declare class ListboxComponent implements OnInit, AfterViewInit, OnDestroy {
6
6
  private eRef;
7
7
  listboxItems: any;
8
8
  multiple: boolean;
@@ -19,15 +19,15 @@ export declare class ListboxComponent {
19
19
  isOpenChange: EventEmitter<boolean>;
20
20
  listboxElementRef: ElementRef;
21
21
  contentElementRef: ElementRef;
22
- set isOpen(value: boolean);
23
- get isOpen(): boolean;
24
22
  uuid: number;
25
23
  originalParent?: HTMLElement | null;
26
24
  destroyed: Subject<unknown>;
27
25
  private _isOpen;
28
26
  constructor(eRef: ElementRef);
29
- ngOnInit(): void;
27
+ get isOpen(): boolean;
28
+ set isOpen(value: boolean);
30
29
  clickout(event: Event): void;
30
+ ngOnInit(): void;
31
31
  ngAfterViewInit(): void;
32
32
  addScrollListeners(element: HTMLElement): void;
33
33
  scroll(): void;
@@ -46,7 +46,7 @@ export declare class ListboxComponent {
46
46
  getInputName(): string | null;
47
47
  scrollEvent(event: Event): void;
48
48
  getItems(): ListboxItem[][];
49
- trackByIndex(index: number, item: any): any;
49
+ trackByIndex(index: number, item: any): number;
50
50
  ngOnDestroy(): void;
51
51
  static ɵfac: i0.ɵɵFactoryDeclaration<ListboxComponent, never>;
52
52
  static ɵcmp: i0.ɵɵComponentDeclaration<ListboxComponent, "moz-listbox", never, { "listboxItems": "listboxItems"; "multiple": "multiple"; "selectedItems": "selectedItems"; "type": "type"; "overlay": "overlay"; "maxWidth": "maxWidth"; "maxHeight": "maxHeight"; "width": "width"; "disabled": "disabled"; "withoutOverflow": "withoutOverflow"; "isOpen": "isOpen"; }, { "itemsSelected": "itemsSelected"; "scrollEnd": "scrollEnd"; "isOpenChange": "isOpenChange"; }, never, ["[reference]"], false, never>;
@@ -1,12 +1,22 @@
1
- import { Notification, NotificationConfig } from './notification';
1
+ import { ElementRef, Renderer2 } from '@angular/core';
2
+ import { Notification, NotificationConfig, NotificationDirection } from './notification';
2
3
  import * as i0 from "@angular/core";
3
4
  export declare class NotificationContainerComponent {
4
5
  private readonly notificationConfig;
6
+ private renderer;
7
+ private elt;
8
+ position: NotificationDirection;
9
+ animationPosition: 'top' | 'bottom';
10
+ enterOffsetY: number;
11
+ leaveOffsetY: number;
5
12
  private readonly _notifications;
6
- constructor(notificationConfig: NotificationConfig);
13
+ constructor(notificationConfig: NotificationConfig, renderer: Renderer2, elt: ElementRef);
7
14
  get notifications(): import("rxjs").Observable<Notification[]>;
8
15
  add(notification: Notification): void;
9
- private autoremove;
16
+ calculatePosition(): void;
17
+ setPosition(top: number | string, bottom: number | string, left: number | string, right: number | string): void;
18
+ private autoRemove;
19
+ remove(notification: Notification): void;
10
20
  static ɵfac: i0.ɵɵFactoryDeclaration<NotificationContainerComponent, never>;
11
- static ɵcmp: i0.ɵɵComponentDeclaration<NotificationContainerComponent, "moz-notification-container", never, {}, {}, never, never, false, never>;
21
+ static ɵcmp: i0.ɵɵComponentDeclaration<NotificationContainerComponent, "moz-notification-container", never, { "position": "position"; }, {}, never, never, false, never>;
12
22
  }
@@ -1,10 +1,13 @@
1
1
  import { InjectionToken } from '@angular/core';
2
2
  export type NotificationType = 'information' | 'success' | 'warning' | 'danger';
3
+ export type NotificationDirection = 'top-right' | 'top-left' | 'bottom-right' | 'bottom-left';
3
4
  export type NotificationSize = 'm' | 's';
4
5
  export type Notification = {
5
6
  type?: NotificationType;
6
7
  title?: string;
7
8
  message: string;
9
+ closable?: boolean;
10
+ duration?: number;
8
11
  };
9
12
  export type NotificationConfig = {
10
13
  duration: number;
@@ -6,6 +6,7 @@ export declare class NotificationService {
6
6
  private readonly componentFactoryResolver;
7
7
  private readonly injector;
8
8
  private readonly document;
9
+ set direction(value: 'top-right' | 'top-left' | 'bottom-right' | 'bottom-left');
9
10
  private readonly container;
10
11
  constructor(applicationRef: ApplicationRef, componentFactoryResolver: ComponentFactoryResolver, injector: Injector, document: Document);
11
12
  add(notification: Notification): void;
@@ -1,11 +1,9 @@
1
- import { ChangeDetectorRef, ElementRef, EventEmitter, OnDestroy } from '@angular/core';
1
+ import { ElementRef, EventEmitter } from '@angular/core';
2
2
  import { ListboxItem } from '../listbox';
3
3
  import { Subject } from 'rxjs';
4
4
  import { ControlValueAccessor } from '@angular/forms';
5
5
  import * as i0 from "@angular/core";
6
- export declare class PhoneNumberComponent implements OnDestroy, ControlValueAccessor {
7
- private eRef;
8
- private cd;
6
+ export declare class PhoneNumberComponent implements ControlValueAccessor {
9
7
  phoneNumbersByCountry: ListboxItem[];
10
8
  label?: string;
11
9
  valid: boolean;
@@ -16,28 +14,22 @@ export declare class PhoneNumberComponent implements OnDestroy, ControlValueAcce
16
14
  requirementText?: string;
17
15
  helpText?: string;
18
16
  phoneNumber?: string;
17
+ openState: boolean;
19
18
  phoneNumberContentChangeEvent: EventEmitter<string>;
20
19
  phoneNumberContentBlurEvent: EventEmitter<string>;
21
- openState: boolean;
22
20
  selectedPhoneNumber: ListboxItem | undefined;
23
21
  originalListboxParent?: HTMLElement | null;
24
22
  destroyed: Subject<unknown>;
25
23
  phoneNumberTypeChange: any;
26
24
  onTouch: any;
27
- listboxElementRef: ElementRef;
28
25
  buttonElementRef: ElementRef;
29
- constructor(eRef: ElementRef, cd: ChangeDetectorRef);
30
26
  writeValue(value: ListboxItem | undefined): void;
31
27
  registerOnChange(fn: any): void;
32
28
  registerOnTouched(fn: any): void;
33
- ngOnDestroy(): void;
34
- ngAfterViewInit(): void;
35
- clickout(event: Event): void;
36
- closeListbox(): void;
37
29
  openListbox(): void;
38
30
  itemsSelectedListboxEvent(listboxItemSelected: ListboxItem | ListboxItem[]): void;
39
31
  phoneNumberBlur($event: any): void;
40
32
  phoneNumberContentChange($event: string): void;
41
33
  static ɵfac: i0.ɵɵFactoryDeclaration<PhoneNumberComponent, never>;
42
- static ɵcmp: i0.ɵɵComponentDeclaration<PhoneNumberComponent, "moz-phone-number", never, { "phoneNumbersByCountry": "phoneNumbersByCountry"; "label": "label"; "valid": "valid"; "invalid": "invalid"; "errorMessage": "errorMessage"; "placeholder": "placeholder"; "withFlag": "withFlag"; "requirementText": "requirementText"; "helpText": "helpText"; "phoneNumber": "phoneNumber"; }, { "phoneNumberContentChangeEvent": "phoneNumberContentChangeEvent"; "phoneNumberContentBlurEvent": "phoneNumberContentBlurEvent"; }, never, never, false, never>;
34
+ static ɵcmp: i0.ɵɵComponentDeclaration<PhoneNumberComponent, "moz-phone-number", never, { "phoneNumbersByCountry": "phoneNumbersByCountry"; "label": "label"; "valid": "valid"; "invalid": "invalid"; "errorMessage": "errorMessage"; "placeholder": "placeholder"; "withFlag": "withFlag"; "requirementText": "requirementText"; "helpText": "helpText"; "phoneNumber": "phoneNumber"; "openState": "openState"; }, { "phoneNumberContentChangeEvent": "phoneNumberContentChangeEvent"; "phoneNumberContentBlurEvent": "phoneNumberContentBlurEvent"; }, never, never, false, never>;
43
35
  }
@@ -39,6 +39,7 @@ export * from './rating-stars/result/public-api';
39
39
  export * from './segmented-control/public-api';
40
40
  export * from './select/public-api';
41
41
  export * from './sidebar/public-api';
42
+ export * from './stepper-bar/public-api';
42
43
  export * from './stepper/public-api';
43
44
  export * from './tabs/public-api';
44
45
  export * from './tag/public-api';
@@ -47,3 +48,4 @@ export * from './text-area/public-api';
47
48
  export * from './text-input/public-api';
48
49
  export * from './toggle/public-api';
49
50
  export * from './tooltip/public-api';
51
+ export * from './card/public-api';
@@ -0,0 +1,3 @@
1
+ export * from './stepper-bar.component';
2
+ export * from './stepper-bar.module';
3
+ export * from './types';
@@ -0,0 +1 @@
1
+ export * from './index';
@@ -0,0 +1,39 @@
1
+ import { EventEmitter } from '@angular/core';
2
+ import { BottomBarComponent } from '../bottom-bar';
3
+ import { StepperBarEvent } from './types';
4
+ import * as i0 from "@angular/core";
5
+ export declare class StepperBarComponent extends BottomBarComponent {
6
+ stepsNb: number;
7
+ /**
8
+ * Label for the button 'next'
9
+ */
10
+ nextButtonLabel: string;
11
+ /**
12
+ * Label for the button 'previous'
13
+ */
14
+ prevButtonLabel: string;
15
+ /**
16
+ * Label for the button 'cancel'
17
+ */
18
+ cancelButtonLabel: string;
19
+ /**
20
+ * Label for the button 'validate'
21
+ */
22
+ validateButtonLabel: string;
23
+ /**
24
+ * Whether the next button should be enabled, this can be used to prevent user to click the 'next' or 'validate' button.
25
+ */
26
+ nextBtnEnabled: boolean;
27
+ /**
28
+ * Emits StepperBarEvents upon actions on the bar elements
29
+ */
30
+ changed: EventEmitter<StepperBarEvent>;
31
+ private currentStep;
32
+ getCurrentStep(): number;
33
+ handleNext(): void;
34
+ handlePrevious(): void;
35
+ handleSubmit(): void;
36
+ handleCancel(): void;
37
+ static ɵfac: i0.ɵɵFactoryDeclaration<StepperBarComponent, never>;
38
+ static ɵcmp: i0.ɵɵComponentDeclaration<StepperBarComponent, "moz-stepper-bar", never, { "stepsNb": "stepsNb"; "nextButtonLabel": "nextButtonLabel"; "prevButtonLabel": "prevButtonLabel"; "cancelButtonLabel": "cancelButtonLabel"; "validateButtonLabel": "validateButtonLabel"; "nextBtnEnabled": "nextBtnEnabled"; }, { "changed": "changed"; }, never, never, false, never>;
39
+ }
@@ -0,0 +1,10 @@
1
+ import * as i0 from "@angular/core";
2
+ import * as i1 from "./stepper-bar.component";
3
+ import * as i2 from "@angular/common";
4
+ import * as i3 from "../container/container.module";
5
+ import * as i4 from "../button/button.module";
6
+ export declare class StepperBarModule {
7
+ static ɵfac: i0.ɵɵFactoryDeclaration<StepperBarModule, never>;
8
+ static ɵmod: i0.ɵɵNgModuleDeclaration<StepperBarModule, [typeof i1.StepperBarComponent], [typeof i2.CommonModule, typeof i3.ContainerModule, typeof i4.ButtonModule], [typeof i1.StepperBarComponent]>;
9
+ static ɵinj: i0.ɵɵInjectorDeclaration<StepperBarModule>;
10
+ }
@@ -0,0 +1,6 @@
1
+ export type StepperBarEvent = {
2
+ /** The type of event */
3
+ type: 'next-step' | 'previous-step' | 'cancel' | 'validate';
4
+ /** The value of the current step */
5
+ currentStep?: number;
6
+ };
@@ -1,16 +1,18 @@
1
+ import { ChangeDetectorRef } from '@angular/core';
1
2
  import { RouterLinkActive, RouterLinkWithHref } from '@angular/router';
2
3
  import * as i0 from "@angular/core";
3
4
  export declare class TabComponent<T = any> {
4
5
  readonly routerLinkActive: RouterLinkActive | null;
5
6
  readonly routerLink: RouterLinkWithHref | null;
7
+ readonly cdRef: ChangeDetectorRef;
6
8
  index: number;
7
9
  disabled: boolean;
8
10
  data: T | null;
9
11
  selected: boolean;
10
- constructor(routerLinkActive: RouterLinkActive | null, routerLink: RouterLinkWithHref | null);
12
+ constructor(routerLinkActive: RouterLinkActive | null, routerLink: RouterLinkWithHref | null, cdRef: ChangeDetectorRef);
11
13
  get isAvailableTabForSelection(): boolean;
12
14
  get isActiveTab(): boolean;
13
15
  get link(): string | null;
14
- static ɵfac: i0.ɵɵFactoryDeclaration<TabComponent<any>, [{ optional: true; }, { optional: true; }]>;
16
+ static ɵfac: i0.ɵɵFactoryDeclaration<TabComponent<any>, [{ optional: true; }, { optional: true; }, null]>;
15
17
  static ɵcmp: i0.ɵɵComponentDeclaration<TabComponent<any>, "a[moz-tab],span[moz-tab],div[moz-tab]", never, { "disabled": "disabled"; "data": "data"; }, {}, never, ["*"], false, never>;
16
18
  }
@@ -32,5 +32,5 @@ export declare class TabsComponent implements AfterViewInit, OnDestroy, OnChange
32
32
  private filterTabsElement;
33
33
  private selectTab;
34
34
  static ɵfac: i0.ɵɵFactoryDeclaration<TabsComponent, [null, null, { optional: true; host: true; }]>;
35
- static ɵcmp: i0.ɵɵComponentDeclaration<TabsComponent, "moz-tabs", never, { "fullWidth": "fullWidth"; "fullWidthCenter": "fullWidthCenter"; "hideShadow": "hideShadow"; "selectTabIndex": "selectTabIndex"; }, { "selectedTabChange": "selectedTabChange"; }, ["tabs"], ["[moz-tab]"], false, never>;
35
+ static ɵcmp: i0.ɵɵComponentDeclaration<TabsComponent, "moz-tabs", never, { "fullWidth": "fullWidth"; "fullWidthCenter": "fullWidthCenter"; "hideShadow": "hideShadow"; "selectTabIndex": "selectTabIndex"; }, { "selectedTabChange": "selectedTabChange"; }, ["tabs"], ["div [moz-tab]"], false, never>;
36
36
  }