@pepperi-addons/ngx-lib 0.4.2-beta.32 → 0.4.2-beta.321

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 (410) hide show
  1. package/README.md +35 -0
  2. package/address/address.component.d.ts +9 -2
  3. package/attachment/attachment.component.d.ts +3 -1
  4. package/carousel/carousel.component.d.ts +3 -2
  5. package/checkbox/checkbox.component.d.ts +8 -1
  6. package/chips/chips.component.d.ts +4 -7
  7. package/chips/chips.service.d.ts +0 -3
  8. package/core/common/directives/auto-width.directive.d.ts +6 -2
  9. package/core/common/directives/base-destroyer.directive.d.ts +10 -0
  10. package/core/common/directives/public-api.d.ts +1 -0
  11. package/core/common/pipes/common-pipes.d.ts +5 -2
  12. package/core/common/services/addon.service.d.ts +6 -4
  13. package/core/common/services/file.service.d.ts +7 -2
  14. package/core/common/services/session.service.d.ts +2 -0
  15. package/core/common/services/utilities.service.d.ts +4 -4
  16. package/core/customization/customization.model.d.ts +4 -1
  17. package/core/customization/customization.service.d.ts +7 -1
  18. package/date/date.component.d.ts +4 -2
  19. package/draggable-items/draggable-item/draggable-item.component.d.ts +16 -2
  20. package/draggable-items/draggable-items.component.d.ts +3 -6
  21. package/draggable-items/draggable-items.module.d.ts +4 -3
  22. package/elements/README.md +256 -0
  23. package/esm2020/address/address.component.mjs +93 -5
  24. package/esm2020/assets/i18n/ar.ngx-lib.json +180 -0
  25. package/esm2020/assets/i18n/de.ngx-lib.json +180 -0
  26. package/esm2020/assets/i18n/en.ngx-lib.json +189 -0
  27. package/esm2020/assets/i18n/es.ngx-lib.json +180 -0
  28. package/esm2020/assets/i18n/fr.ngx-lib.json +180 -0
  29. package/esm2020/assets/i18n/he.ngx-lib.json +180 -0
  30. package/esm2020/assets/i18n/hu.ngx-lib.json +79 -0
  31. package/esm2020/assets/i18n/it.ngx-lib.json +180 -0
  32. package/esm2020/assets/i18n/ja.ngx-lib.json +180 -0
  33. package/esm2020/assets/i18n/nl.ngx-lib.json +79 -0
  34. package/esm2020/assets/i18n/pl.ngx-lib.json +180 -0
  35. package/esm2020/assets/i18n/pt.ngx-lib.json +180 -0
  36. package/esm2020/assets/i18n/ru.ngx-lib.json +79 -0
  37. package/esm2020/assets/i18n/sr.ngx-lib.json +180 -0
  38. package/esm2020/assets/i18n/zh.ngx-lib.json +180 -0
  39. package/esm2020/attachment/attachment.component.mjs +16 -6
  40. package/esm2020/carousel/carousel.component.mjs +14 -4
  41. package/esm2020/checkbox/checkbox.component.mjs +37 -3
  42. package/esm2020/chips/chips.component.mjs +11 -16
  43. package/esm2020/chips/chips.service.mjs +2 -11
  44. package/esm2020/color/color-picker.component.mjs +3 -3
  45. package/esm2020/color/color.component.mjs +3 -3
  46. package/esm2020/core/common/directives/auto-width.directive.mjs +29 -9
  47. package/esm2020/core/common/directives/base-destroyer.directive.mjs +22 -0
  48. package/esm2020/core/common/directives/public-api.mjs +2 -1
  49. package/esm2020/core/common/pipes/common-pipes.mjs +18 -8
  50. package/esm2020/core/common/services/addon.service.mjs +31 -7
  51. package/esm2020/core/common/services/data-convertor.service.mjs +3 -3
  52. package/esm2020/core/common/services/file.service.mjs +57 -20
  53. package/esm2020/core/common/services/session.service.mjs +5 -1
  54. package/esm2020/core/common/services/utilities.service.mjs +19 -14
  55. package/esm2020/core/customization/customization.model.mjs +46 -10
  56. package/esm2020/core/customization/customization.service.mjs +41 -2
  57. package/esm2020/core/http/services/http.service.mjs +17 -8
  58. package/esm2020/core/http/services/loader.service.mjs +3 -3
  59. package/esm2020/date/date.component.mjs +35 -13
  60. package/esm2020/dialog/dialog.component.mjs +3 -3
  61. package/esm2020/draggable-items/draggable-item/draggable-item.component.mjs +44 -4
  62. package/esm2020/draggable-items/draggable-items.component.mjs +7 -15
  63. package/esm2020/draggable-items/draggable-items.module.mjs +5 -1
  64. package/esm2020/field-title/field-title.component.mjs +6 -3
  65. package/esm2020/files-uploader/files-uploader.component.mjs +23 -32
  66. package/esm2020/form/field-generator.component.mjs +3 -3
  67. package/esm2020/form/form.component.mjs +7 -4
  68. package/esm2020/form/internal-button.component.mjs +2 -2
  69. package/esm2020/form/internal-carusel.component.mjs +10 -6
  70. package/esm2020/form/internal-field-generator.component.mjs +3 -3
  71. package/esm2020/form/internal-form.component.mjs +5 -3
  72. package/esm2020/form/internal-list.component.mjs +2 -2
  73. package/esm2020/form/internal-menu.component.mjs +4 -6
  74. package/esm2020/form/internal-page.component.mjs +3 -4
  75. package/esm2020/group-buttons/group-buttons.component.mjs +2 -2
  76. package/esm2020/icon/icon.component.mjs +36 -6
  77. package/esm2020/icon/icon.service.mjs +5 -1
  78. package/esm2020/image/image.component.mjs +15 -3
  79. package/esm2020/image/image.service.mjs +2 -4
  80. package/esm2020/images-filmstrip/images-filmstrip.component.mjs +99 -25
  81. package/esm2020/json-editor/json-editor.component.mjs +288 -0
  82. package/esm2020/json-editor/json-editor.module.mjs +83 -0
  83. package/esm2020/json-editor/json-tree-node.component.mjs +32 -0
  84. package/esm2020/json-editor/pepperi-addons-ngx-lib-json-editor.mjs +5 -0
  85. package/esm2020/json-editor/public-api.mjs +6 -0
  86. package/esm2020/lib/i18n/embedded-i18n.mjs +33 -0
  87. package/esm2020/link/link.component.mjs +25 -4
  88. package/esm2020/list/list-actions.component.mjs +1 -1
  89. package/esm2020/list/list-chooser.component.mjs +1 -1
  90. package/esm2020/list/list-pager.component.mjs +56 -9
  91. package/esm2020/list/list-sorting.component.mjs +1 -1
  92. package/esm2020/list/list-total.component.mjs +6 -3
  93. package/esm2020/list/list-views.component.mjs +1 -1
  94. package/esm2020/list/list.component.mjs +287 -50
  95. package/esm2020/list/list.model.mjs +1 -1
  96. package/esm2020/list/list.module.mjs +5 -1
  97. package/esm2020/list/virtual-scroller.mjs +16 -2
  98. package/esm2020/menu/menu-item.component.mjs +3 -3
  99. package/esm2020/menu/menu.component.mjs +6 -3
  100. package/esm2020/menu/menu.model.mjs +2 -1
  101. package/esm2020/page-layout/page-layout.component.mjs +28 -7
  102. package/esm2020/profile-data-views-list/profile-data-view/profile-data-view.component.mjs +1 -1
  103. package/esm2020/profile-data-views-list/profile-data-views-card/profile-data-views-card.component.mjs +25 -9
  104. package/esm2020/profile-data-views-list/profile-data-views-list.component.mjs +58 -26
  105. package/esm2020/profile-data-views-list/profile-data-views-list.model.mjs +1 -1
  106. package/esm2020/public-api.mjs +2 -1
  107. package/esm2020/quantity-selector/quantity-selector.component.mjs +67 -33
  108. package/esm2020/query-builder/common/model/legacy.mjs +1 -1
  109. package/esm2020/query-builder/common/model/operator.mjs +76 -64
  110. package/esm2020/query-builder/common/services/output-query.service.mjs +5 -3
  111. package/esm2020/query-builder/common/services/query-structure.service.mjs +34 -2
  112. package/esm2020/query-builder/query-builder-item/query-builder-item.component.mjs +14 -12
  113. package/esm2020/query-builder/query-builder-section/query-builder-section.component.mjs +3 -3
  114. package/esm2020/query-builder/query-builder.module.mjs +14 -3
  115. package/esm2020/query-builder/query-builder.service.mjs +4 -3
  116. package/esm2020/remote-loader/addon-block-loader.component.mjs +26 -16
  117. package/esm2020/remote-loader/addon-block-loader.service.mjs +5 -2
  118. package/esm2020/remote-loader/remote-loader-element.component.mjs +148 -27
  119. package/esm2020/remote-loader/remote-loader.component.mjs +1 -4
  120. package/esm2020/remote-loader/remote-loader.model.mjs +1 -1
  121. package/esm2020/remote-loader/remote-loader.service.mjs +49 -26
  122. package/esm2020/reset-configuration-field/pepperi-addons-ngx-lib-reset-configuration-field.mjs +5 -0
  123. package/esm2020/reset-configuration-field/public-api.mjs +3 -0
  124. package/esm2020/reset-configuration-field/reset-configuration-field.component.mjs +55 -0
  125. package/esm2020/reset-configuration-field/reset-configuration-field.module.mjs +36 -0
  126. package/esm2020/rich-html-textarea/rich-html-textarea.component.mjs +19 -3
  127. package/esm2020/search/search.component.mjs +43 -16
  128. package/esm2020/select/select.component.mjs +124 -53
  129. package/esm2020/select-panel/select-panel.component.mjs +4 -6
  130. package/esm2020/side-bar/side-bar.component.mjs +18 -4
  131. package/esm2020/signature/signature-dialog.component.mjs +9 -4
  132. package/esm2020/signature/signature.component.mjs +14 -7
  133. package/esm2020/size-detector/size-detector.component.mjs +16 -6
  134. package/esm2020/skeleton-loader/public-api.mjs +2 -2
  135. package/esm2020/skeleton-loader/skeleton-loader.component.mjs +33 -9
  136. package/esm2020/slider/slider.component.mjs +2 -2
  137. package/esm2020/smart-filters/boolean-filter/boolean-filter.component.mjs +1 -1
  138. package/esm2020/smart-filters/common/model/base-filter-component.mjs +5 -11
  139. package/esm2020/smart-filters/common/model/operator.mjs +15 -6
  140. package/esm2020/smart-filters/common/model/type.mjs +1 -1
  141. package/esm2020/smart-filters/date-filter/date-filter.component.mjs +1 -1
  142. package/esm2020/smart-filters/multi-select-filter/multi-select-filter.component.mjs +3 -3
  143. package/esm2020/smart-filters/number-filter/number-filter.component.mjs +3 -3
  144. package/esm2020/smart-filters/smart-filters.component.mjs +2 -2
  145. package/esm2020/smart-filters/text-filter/text-filter.component.mjs +27 -7
  146. package/esm2020/snack-bar/snack-bar.component.mjs +21 -6
  147. package/esm2020/textarea/textarea.component.mjs +12 -3
  148. package/esm2020/textbox/textbox-validation.directive.mjs +2 -4
  149. package/esm2020/textbox/textbox.component.mjs +85 -10
  150. package/esm2020/textbox-icon/textbox-icon.component.mjs +3 -3
  151. package/esm2020/top-bar/top-bar.component.mjs +31 -17
  152. package/fesm2015/pepperi-addons-ngx-lib-address.mjs +92 -5
  153. package/fesm2015/pepperi-addons-ngx-lib-address.mjs.map +1 -1
  154. package/fesm2015/pepperi-addons-ngx-lib-attachment.mjs +15 -5
  155. package/fesm2015/pepperi-addons-ngx-lib-attachment.mjs.map +1 -1
  156. package/fesm2015/pepperi-addons-ngx-lib-carousel.mjs +13 -3
  157. package/fesm2015/pepperi-addons-ngx-lib-carousel.mjs.map +1 -1
  158. package/fesm2015/pepperi-addons-ngx-lib-checkbox.mjs +37 -2
  159. package/fesm2015/pepperi-addons-ngx-lib-checkbox.mjs.map +1 -1
  160. package/fesm2015/pepperi-addons-ngx-lib-chips.mjs +11 -25
  161. package/fesm2015/pepperi-addons-ngx-lib-chips.mjs.map +1 -1
  162. package/fesm2015/pepperi-addons-ngx-lib-color.mjs +4 -4
  163. package/fesm2015/pepperi-addons-ngx-lib-color.mjs.map +1 -1
  164. package/fesm2015/pepperi-addons-ngx-lib-date.mjs +35 -12
  165. package/fesm2015/pepperi-addons-ngx-lib-date.mjs.map +1 -1
  166. package/fesm2015/pepperi-addons-ngx-lib-dialog.mjs +2 -2
  167. package/fesm2015/pepperi-addons-ngx-lib-dialog.mjs.map +1 -1
  168. package/fesm2015/pepperi-addons-ngx-lib-draggable-items.mjs +54 -19
  169. package/fesm2015/pepperi-addons-ngx-lib-draggable-items.mjs.map +1 -1
  170. package/fesm2015/pepperi-addons-ngx-lib-field-title.mjs +5 -2
  171. package/fesm2015/pepperi-addons-ngx-lib-field-title.mjs.map +1 -1
  172. package/fesm2015/pepperi-addons-ngx-lib-files-uploader.mjs +22 -31
  173. package/fesm2015/pepperi-addons-ngx-lib-files-uploader.mjs.map +1 -1
  174. package/fesm2015/pepperi-addons-ngx-lib-form.mjs +31 -25
  175. package/fesm2015/pepperi-addons-ngx-lib-form.mjs.map +1 -1
  176. package/fesm2015/pepperi-addons-ngx-lib-group-buttons.mjs +2 -2
  177. package/fesm2015/pepperi-addons-ngx-lib-group-buttons.mjs.map +1 -1
  178. package/fesm2015/pepperi-addons-ngx-lib-icon.mjs +40 -5
  179. package/fesm2015/pepperi-addons-ngx-lib-icon.mjs.map +1 -1
  180. package/fesm2015/pepperi-addons-ngx-lib-image.mjs +15 -5
  181. package/fesm2015/pepperi-addons-ngx-lib-image.mjs.map +1 -1
  182. package/fesm2015/pepperi-addons-ngx-lib-images-filmstrip.mjs +101 -24
  183. package/fesm2015/pepperi-addons-ngx-lib-images-filmstrip.mjs.map +1 -1
  184. package/fesm2015/pepperi-addons-ngx-lib-json-editor.mjs +407 -0
  185. package/fesm2015/pepperi-addons-ngx-lib-json-editor.mjs.map +1 -0
  186. package/fesm2015/pepperi-addons-ngx-lib-link.mjs +24 -3
  187. package/fesm2015/pepperi-addons-ngx-lib-link.mjs.map +1 -1
  188. package/fesm2015/pepperi-addons-ngx-lib-list.mjs +374 -66
  189. package/fesm2015/pepperi-addons-ngx-lib-list.mjs.map +1 -1
  190. package/fesm2015/pepperi-addons-ngx-lib-menu.mjs +8 -4
  191. package/fesm2015/pepperi-addons-ngx-lib-menu.mjs.map +1 -1
  192. package/fesm2015/pepperi-addons-ngx-lib-page-layout.mjs +27 -6
  193. package/fesm2015/pepperi-addons-ngx-lib-page-layout.mjs.map +1 -1
  194. package/fesm2015/pepperi-addons-ngx-lib-profile-data-views-list.mjs +81 -33
  195. package/fesm2015/pepperi-addons-ngx-lib-profile-data-views-list.mjs.map +1 -1
  196. package/fesm2015/pepperi-addons-ngx-lib-quantity-selector.mjs +66 -31
  197. package/fesm2015/pepperi-addons-ngx-lib-quantity-selector.mjs.map +1 -1
  198. package/fesm2015/pepperi-addons-ngx-lib-query-builder.mjs +152 -84
  199. package/fesm2015/pepperi-addons-ngx-lib-query-builder.mjs.map +1 -1
  200. package/fesm2015/pepperi-addons-ngx-lib-remote-loader.mjs +237 -85
  201. package/fesm2015/pepperi-addons-ngx-lib-remote-loader.mjs.map +1 -1
  202. package/fesm2015/pepperi-addons-ngx-lib-reset-configuration-field.mjs +95 -0
  203. package/fesm2015/pepperi-addons-ngx-lib-reset-configuration-field.mjs.map +1 -0
  204. package/fesm2015/pepperi-addons-ngx-lib-rich-html-textarea.mjs +18 -2
  205. package/fesm2015/pepperi-addons-ngx-lib-rich-html-textarea.mjs.map +1 -1
  206. package/fesm2015/pepperi-addons-ngx-lib-search.mjs +45 -15
  207. package/fesm2015/pepperi-addons-ngx-lib-search.mjs.map +1 -1
  208. package/fesm2015/pepperi-addons-ngx-lib-select-panel.mjs +3 -5
  209. package/fesm2015/pepperi-addons-ngx-lib-select-panel.mjs.map +1 -1
  210. package/fesm2015/pepperi-addons-ngx-lib-select.mjs +123 -51
  211. package/fesm2015/pepperi-addons-ngx-lib-select.mjs.map +1 -1
  212. package/fesm2015/pepperi-addons-ngx-lib-side-bar.mjs +17 -3
  213. package/fesm2015/pepperi-addons-ngx-lib-side-bar.mjs.map +1 -1
  214. package/fesm2015/pepperi-addons-ngx-lib-signature.mjs +23 -9
  215. package/fesm2015/pepperi-addons-ngx-lib-signature.mjs.map +1 -1
  216. package/fesm2015/pepperi-addons-ngx-lib-size-detector.mjs +15 -5
  217. package/fesm2015/pepperi-addons-ngx-lib-size-detector.mjs.map +1 -1
  218. package/fesm2015/pepperi-addons-ngx-lib-skeleton-loader.mjs +33 -9
  219. package/fesm2015/pepperi-addons-ngx-lib-skeleton-loader.mjs.map +1 -1
  220. package/fesm2015/pepperi-addons-ngx-lib-slider.mjs +2 -2
  221. package/fesm2015/pepperi-addons-ngx-lib-slider.mjs.map +1 -1
  222. package/fesm2015/pepperi-addons-ngx-lib-smart-filters.mjs +53 -30
  223. package/fesm2015/pepperi-addons-ngx-lib-smart-filters.mjs.map +1 -1
  224. package/fesm2015/pepperi-addons-ngx-lib-snack-bar.mjs +20 -5
  225. package/fesm2015/pepperi-addons-ngx-lib-snack-bar.mjs.map +1 -1
  226. package/fesm2015/pepperi-addons-ngx-lib-textarea.mjs +11 -2
  227. package/fesm2015/pepperi-addons-ngx-lib-textarea.mjs.map +1 -1
  228. package/fesm2015/pepperi-addons-ngx-lib-textbox-icon.mjs +2 -2
  229. package/fesm2015/pepperi-addons-ngx-lib-textbox-icon.mjs.map +1 -1
  230. package/fesm2015/pepperi-addons-ngx-lib-textbox.mjs +87 -12
  231. package/fesm2015/pepperi-addons-ngx-lib-textbox.mjs.map +1 -1
  232. package/fesm2015/pepperi-addons-ngx-lib-top-bar.mjs +31 -17
  233. package/fesm2015/pepperi-addons-ngx-lib-top-bar.mjs.map +1 -1
  234. package/fesm2015/pepperi-addons-ngx-lib.mjs +3449 -566
  235. package/fesm2015/pepperi-addons-ngx-lib.mjs.map +1 -1
  236. package/fesm2020/pepperi-addons-ngx-lib-address.mjs +92 -5
  237. package/fesm2020/pepperi-addons-ngx-lib-address.mjs.map +1 -1
  238. package/fesm2020/pepperi-addons-ngx-lib-attachment.mjs +15 -5
  239. package/fesm2020/pepperi-addons-ngx-lib-attachment.mjs.map +1 -1
  240. package/fesm2020/pepperi-addons-ngx-lib-carousel.mjs +13 -3
  241. package/fesm2020/pepperi-addons-ngx-lib-carousel.mjs.map +1 -1
  242. package/fesm2020/pepperi-addons-ngx-lib-checkbox.mjs +36 -2
  243. package/fesm2020/pepperi-addons-ngx-lib-checkbox.mjs.map +1 -1
  244. package/fesm2020/pepperi-addons-ngx-lib-chips.mjs +11 -25
  245. package/fesm2020/pepperi-addons-ngx-lib-chips.mjs.map +1 -1
  246. package/fesm2020/pepperi-addons-ngx-lib-color.mjs +4 -4
  247. package/fesm2020/pepperi-addons-ngx-lib-color.mjs.map +1 -1
  248. package/fesm2020/pepperi-addons-ngx-lib-date.mjs +34 -12
  249. package/fesm2020/pepperi-addons-ngx-lib-date.mjs.map +1 -1
  250. package/fesm2020/pepperi-addons-ngx-lib-dialog.mjs +2 -2
  251. package/fesm2020/pepperi-addons-ngx-lib-dialog.mjs.map +1 -1
  252. package/fesm2020/pepperi-addons-ngx-lib-draggable-items.mjs +54 -19
  253. package/fesm2020/pepperi-addons-ngx-lib-draggable-items.mjs.map +1 -1
  254. package/fesm2020/pepperi-addons-ngx-lib-field-title.mjs +5 -2
  255. package/fesm2020/pepperi-addons-ngx-lib-field-title.mjs.map +1 -1
  256. package/fesm2020/pepperi-addons-ngx-lib-files-uploader.mjs +22 -31
  257. package/fesm2020/pepperi-addons-ngx-lib-files-uploader.mjs.map +1 -1
  258. package/fesm2020/pepperi-addons-ngx-lib-form.mjs +31 -25
  259. package/fesm2020/pepperi-addons-ngx-lib-form.mjs.map +1 -1
  260. package/fesm2020/pepperi-addons-ngx-lib-group-buttons.mjs +2 -2
  261. package/fesm2020/pepperi-addons-ngx-lib-group-buttons.mjs.map +1 -1
  262. package/fesm2020/pepperi-addons-ngx-lib-icon.mjs +39 -5
  263. package/fesm2020/pepperi-addons-ngx-lib-icon.mjs.map +1 -1
  264. package/fesm2020/pepperi-addons-ngx-lib-image.mjs +15 -5
  265. package/fesm2020/pepperi-addons-ngx-lib-image.mjs.map +1 -1
  266. package/fesm2020/pepperi-addons-ngx-lib-images-filmstrip.mjs +98 -24
  267. package/fesm2020/pepperi-addons-ngx-lib-images-filmstrip.mjs.map +1 -1
  268. package/fesm2020/pepperi-addons-ngx-lib-json-editor.mjs +403 -0
  269. package/fesm2020/pepperi-addons-ngx-lib-json-editor.mjs.map +1 -0
  270. package/fesm2020/pepperi-addons-ngx-lib-link.mjs +24 -3
  271. package/fesm2020/pepperi-addons-ngx-lib-link.mjs.map +1 -1
  272. package/fesm2020/pepperi-addons-ngx-lib-list.mjs +369 -65
  273. package/fesm2020/pepperi-addons-ngx-lib-list.mjs.map +1 -1
  274. package/fesm2020/pepperi-addons-ngx-lib-menu.mjs +8 -4
  275. package/fesm2020/pepperi-addons-ngx-lib-menu.mjs.map +1 -1
  276. package/fesm2020/pepperi-addons-ngx-lib-page-layout.mjs +27 -6
  277. package/fesm2020/pepperi-addons-ngx-lib-page-layout.mjs.map +1 -1
  278. package/fesm2020/pepperi-addons-ngx-lib-profile-data-views-list.mjs +81 -33
  279. package/fesm2020/pepperi-addons-ngx-lib-profile-data-views-list.mjs.map +1 -1
  280. package/fesm2020/pepperi-addons-ngx-lib-quantity-selector.mjs +65 -31
  281. package/fesm2020/pepperi-addons-ngx-lib-quantity-selector.mjs.map +1 -1
  282. package/fesm2020/pepperi-addons-ngx-lib-query-builder.mjs +141 -82
  283. package/fesm2020/pepperi-addons-ngx-lib-query-builder.mjs.map +1 -1
  284. package/fesm2020/pepperi-addons-ngx-lib-remote-loader.mjs +224 -70
  285. package/fesm2020/pepperi-addons-ngx-lib-remote-loader.mjs.map +1 -1
  286. package/fesm2020/pepperi-addons-ngx-lib-reset-configuration-field.mjs +95 -0
  287. package/fesm2020/pepperi-addons-ngx-lib-reset-configuration-field.mjs.map +1 -0
  288. package/fesm2020/pepperi-addons-ngx-lib-rich-html-textarea.mjs +18 -2
  289. package/fesm2020/pepperi-addons-ngx-lib-rich-html-textarea.mjs.map +1 -1
  290. package/fesm2020/pepperi-addons-ngx-lib-search.mjs +42 -15
  291. package/fesm2020/pepperi-addons-ngx-lib-search.mjs.map +1 -1
  292. package/fesm2020/pepperi-addons-ngx-lib-select-panel.mjs +3 -5
  293. package/fesm2020/pepperi-addons-ngx-lib-select-panel.mjs.map +1 -1
  294. package/fesm2020/pepperi-addons-ngx-lib-select.mjs +122 -51
  295. package/fesm2020/pepperi-addons-ngx-lib-select.mjs.map +1 -1
  296. package/fesm2020/pepperi-addons-ngx-lib-side-bar.mjs +17 -3
  297. package/fesm2020/pepperi-addons-ngx-lib-side-bar.mjs.map +1 -1
  298. package/fesm2020/pepperi-addons-ngx-lib-signature.mjs +21 -9
  299. package/fesm2020/pepperi-addons-ngx-lib-signature.mjs.map +1 -1
  300. package/fesm2020/pepperi-addons-ngx-lib-size-detector.mjs +15 -5
  301. package/fesm2020/pepperi-addons-ngx-lib-size-detector.mjs.map +1 -1
  302. package/fesm2020/pepperi-addons-ngx-lib-skeleton-loader.mjs +33 -9
  303. package/fesm2020/pepperi-addons-ngx-lib-skeleton-loader.mjs.map +1 -1
  304. package/fesm2020/pepperi-addons-ngx-lib-slider.mjs +2 -2
  305. package/fesm2020/pepperi-addons-ngx-lib-slider.mjs.map +1 -1
  306. package/fesm2020/pepperi-addons-ngx-lib-smart-filters.mjs +53 -30
  307. package/fesm2020/pepperi-addons-ngx-lib-smart-filters.mjs.map +1 -1
  308. package/fesm2020/pepperi-addons-ngx-lib-snack-bar.mjs +20 -5
  309. package/fesm2020/pepperi-addons-ngx-lib-snack-bar.mjs.map +1 -1
  310. package/fesm2020/pepperi-addons-ngx-lib-textarea.mjs +11 -2
  311. package/fesm2020/pepperi-addons-ngx-lib-textarea.mjs.map +1 -1
  312. package/fesm2020/pepperi-addons-ngx-lib-textbox-icon.mjs +2 -2
  313. package/fesm2020/pepperi-addons-ngx-lib-textbox-icon.mjs.map +1 -1
  314. package/fesm2020/pepperi-addons-ngx-lib-textbox.mjs +85 -12
  315. package/fesm2020/pepperi-addons-ngx-lib-textbox.mjs.map +1 -1
  316. package/fesm2020/pepperi-addons-ngx-lib-top-bar.mjs +30 -16
  317. package/fesm2020/pepperi-addons-ngx-lib-top-bar.mjs.map +1 -1
  318. package/fesm2020/pepperi-addons-ngx-lib.mjs +3446 -565
  319. package/fesm2020/pepperi-addons-ngx-lib.mjs.map +1 -1
  320. package/field-title/field-title.component.d.ts +2 -1
  321. package/files-uploader/files-uploader.component.d.ts +4 -2
  322. package/form/internal-carusel.component.d.ts +1 -0
  323. package/form/internal-menu.component.d.ts +1 -2
  324. package/icon/icon.component.d.ts +4 -0
  325. package/image/image.component.d.ts +3 -1
  326. package/images-filmstrip/images-filmstrip.component.d.ts +24 -8
  327. package/json-editor/index.d.ts +5 -0
  328. package/json-editor/json-editor.component.d.ts +75 -0
  329. package/json-editor/json-editor.component.theme.scss +5 -0
  330. package/json-editor/json-editor.module.d.ts +24 -0
  331. package/json-editor/json-tree-node.component.d.ts +18 -0
  332. package/json-editor/public-api.d.ts +2 -0
  333. package/lib/i18n/embedded-i18n.d.ts +1 -0
  334. package/link/link.component.d.ts +7 -2
  335. package/list/list-pager.component.d.ts +16 -6
  336. package/list/list-total.component.d.ts +2 -1
  337. package/list/list.component.d.ts +26 -5
  338. package/list/list.model.d.ts +2 -1
  339. package/list/list.module.d.ts +4 -3
  340. package/menu/menu.component.d.ts +2 -1
  341. package/menu/menu.model.d.ts +1 -0
  342. package/package.json +18 -2
  343. package/page-layout/page-layout.component.d.ts +8 -2
  344. package/profile-data-views-list/profile-data-view/profile-data-view.component.d.ts +3 -3
  345. package/profile-data-views-list/profile-data-views-card/profile-data-views-card.component.d.ts +5 -4
  346. package/profile-data-views-list/profile-data-views-list.component.d.ts +13 -10
  347. package/profile-data-views-list/profile-data-views-list.model.d.ts +8 -0
  348. package/public-api.d.ts +1 -0
  349. package/quantity-selector/quantity-selector.component.d.ts +9 -9
  350. package/query-builder/common/model/legacy.d.ts +3 -0
  351. package/query-builder/common/model/operator.d.ts +11 -1
  352. package/query-builder/common/services/query-structure.service.d.ts +1 -0
  353. package/query-builder/query-builder-item/query-builder-item.component.d.ts +3 -1
  354. package/query-builder/query-builder.module.d.ts +7 -3
  355. package/remote-loader/addon-block-loader.component.d.ts +4 -2
  356. package/remote-loader/remote-loader-element.component.d.ts +8 -1
  357. package/remote-loader/remote-loader.model.d.ts +1 -0
  358. package/remote-loader/remote-loader.service.d.ts +3 -1
  359. package/reset-configuration-field/index.d.ts +5 -0
  360. package/reset-configuration-field/public-api.d.ts +2 -0
  361. package/reset-configuration-field/reset-configuration-field.component.d.ts +23 -0
  362. package/reset-configuration-field/reset-configuration-field.module.d.ts +12 -0
  363. package/rich-html-textarea/rich-html-textarea.component.d.ts +4 -1
  364. package/rich-html-textarea/rich-html-textarea.component.theme.scss +4 -2
  365. package/search/search.component.d.ts +9 -3
  366. package/select/select.component.d.ts +18 -2
  367. package/select-panel/select-panel.component.d.ts +1 -2
  368. package/side-bar/side-bar.component.d.ts +4 -1
  369. package/signature/signature-dialog.component.d.ts +2 -1
  370. package/signature/signature.component.d.ts +2 -1
  371. package/size-detector/size-detector.component.d.ts +6 -3
  372. package/skeleton-loader/skeleton-loader.component.d.ts +15 -7
  373. package/slider/slider.component.theme.scss +4 -0
  374. package/smart-filters/boolean-filter/boolean-filter.component.d.ts +3 -0
  375. package/smart-filters/common/model/base-filter-component.d.ts +2 -4
  376. package/smart-filters/common/model/operator.d.ts +3 -0
  377. package/smart-filters/common/model/type.d.ts +1 -1
  378. package/smart-filters/date-filter/date-filter.component.d.ts +3 -0
  379. package/smart-filters/multi-select-filter/multi-select-filter.component.d.ts +3 -0
  380. package/smart-filters/number-filter/number-filter.component.d.ts +3 -0
  381. package/smart-filters/text-filter/text-filter.component.d.ts +4 -0
  382. package/snack-bar/snack-bar.component.d.ts +9 -4
  383. package/src/assets/i18n/ar.ngx-lib.json +180 -0
  384. package/src/assets/i18n/de.ngx-lib.json +106 -4
  385. package/src/assets/i18n/en.ngx-lib.json +17 -3
  386. package/src/assets/i18n/es.ngx-lib.json +113 -11
  387. package/src/assets/i18n/fr.ngx-lib.json +105 -4
  388. package/src/assets/i18n/he.ngx-lib.json +105 -4
  389. package/src/assets/i18n/it.ngx-lib.json +114 -13
  390. package/src/assets/i18n/ja.ngx-lib.json +105 -4
  391. package/src/assets/i18n/pl.ngx-lib.json +105 -4
  392. package/src/assets/i18n/pt.ngx-lib.json +105 -4
  393. package/src/assets/i18n/sr.ngx-lib.json +180 -0
  394. package/src/assets/i18n/zh.ngx-lib.json +105 -2
  395. package/src/core/style/abstracts/mixins.scss +356 -102
  396. package/src/core/style/abstracts/variables.scss +10 -1
  397. package/src/core/style/base/Spacing.stories.mdx +22 -22
  398. package/src/core/style/base/base.scss +24 -15
  399. package/src/core/style/base/typography.scss +2 -1
  400. package/src/core/style/components/button.scss +11 -0
  401. package/src/core/style/components/checkbox.scss +13 -63
  402. package/src/core/style/components/file.scss +4 -4
  403. package/src/core/style/components/general.scss +81 -35
  404. package/src/core/style/components/textarea.scss +13 -0
  405. package/textarea/textarea.component.d.ts +2 -1
  406. package/textbox/textbox.component.d.ts +10 -3
  407. package/theming.scss +5 -1
  408. package/top-bar/top-bar.component.d.ts +3 -1
  409. package/src/assets/images/sail-away.jpg +0 -0
  410. package/src/core/style/abstracts/AbstractsIntro.stories.mdx +0 -7
@@ -11,13 +11,17 @@
11
11
  /// @link https://twitter.com/csswizardry/status/478938530342006784 Original tweet from Harry Roberts
12
12
  @mixin on-event($self: false) {
13
13
  @if $self {
14
+
14
15
  &,
15
16
  &:hover,
16
17
  &:active,
17
18
  &:focus {
18
19
  @content;
19
20
  }
20
- } @else {
21
+ }
22
+
23
+ @else {
24
+
21
25
  &:hover,
22
26
  &:active,
23
27
  &:focus {
@@ -55,7 +59,9 @@
55
59
  @if ($add-important) {
56
60
  margin-right: calc(#{$spacing-size} * -1) !important;
57
61
  margin-left: calc(#{$spacing-size} * -1) !important;
58
- } @else {
62
+ }
63
+
64
+ @else {
59
65
  margin-right: calc(#{$spacing-size} * -1);
60
66
  margin-left: calc(#{$spacing-size} * -1);
61
67
  }
@@ -65,7 +71,9 @@
65
71
  @if ($add-important) {
66
72
  margin-right: $spacing-size !important;
67
73
  margin-left: $spacing-size !important;
68
- } @else {
74
+ }
75
+
76
+ @else {
69
77
  margin-right: $spacing-size;
70
78
  margin-left: $spacing-size;
71
79
  }
@@ -100,15 +108,17 @@
100
108
  }
101
109
 
102
110
  @mixin hide-spin-buttons() {
111
+
103
112
  /*Hide numbers arrows in the qs input - Chrome, Safari, Edge, Opera */
104
113
  input::-webkit-outer-spin-button,
105
114
  input::-webkit-inner-spin-button {
106
115
  -webkit-appearance: none;
107
116
  margin: 0;
108
117
  }
118
+
109
119
  /*Hide numbers arrows in the qs input - Firefox */
110
120
  input[type=number] {
111
- -moz-appearance:textfield;
121
+ -moz-appearance: textfield;
112
122
  }
113
123
  }
114
124
 
@@ -153,7 +163,7 @@
153
163
  color: $text-background;
154
164
  }
155
165
 
156
- @if $alignment == 2 {
166
+ @if $alignment ==2 {
157
167
  // right alignment
158
168
  direction: rtl;
159
169
  text-align: right;
@@ -165,17 +175,22 @@
165
175
  &:before {
166
176
  left: 3px;
167
177
  }
178
+
168
179
  &:after {
169
180
  /* set position to left bottom corner of text */
170
181
  left: 3px;
171
182
  }
172
- } @else {
183
+ }
184
+
185
+ @else {
173
186
  // left alignment + center alignment
174
187
  direction: ltr;
175
188
 
176
- @if $alignment == 3 {
189
+ @if $alignment ==3 {
177
190
  text-align: center;
178
- } @else {
191
+ }
192
+
193
+ @else {
179
194
  text-align: left;
180
195
  }
181
196
 
@@ -186,6 +201,7 @@
186
201
  &:before {
187
202
  right: 3px;
188
203
  }
204
+
189
205
  &:after {
190
206
  /* set position to right bottom corner of text */
191
207
  right: 3px;
@@ -193,17 +209,17 @@
193
209
  }
194
210
  }
195
211
 
196
- @mixin font-title($fs: variables.$fs-md, $lh: variables.$lh-md) {
197
- font-family: variables.$font-family-title !important;
198
- font-weight: variables.$font-weight-bold !important;
212
+ @mixin font-title($fs: variables.$fs-md, $lh: variables.$lh-md, $font-family: variables.$font-family-title, $font-weight: variables.$font-weight-bold) {
213
+ font-family: $font-family !important;
214
+ font-weight: $font-weight !important;
199
215
 
200
216
  @include font-size($fs);
201
217
  @include line-height($lh);
202
218
  }
203
219
 
204
- @mixin font-body($fs: variables.$fs-sm, $lh: variables.$lh-sm) {
205
- font-family: variables.$font-family-body !important;
206
- font-weight: variables.$font-weight-normal;
220
+ @mixin font-body($fs: variables.$fs-sm, $lh: variables.$lh-sm, $font-family: variables.$font-family-body, $font-weight: variables.$font-weight-normal) {
221
+ font-family: $font-family !important;
222
+ font-weight: $font-weight;
207
223
 
208
224
  @include font-size($fs);
209
225
  @include line-height($lh);
@@ -216,14 +232,16 @@
216
232
  }
217
233
 
218
234
  @mixin line-height($lineHeight) {
219
- line-height: $lineHeight !important ;
235
+ line-height: $lineHeight !important;
220
236
  // line-height: calculateRem($lineHeight) !important;
221
237
  }
222
238
 
223
239
  @mixin border($property, $width: 0, $style: solid, $color: transparent, $important: false) {
224
- @if $important {
240
+ @if $important {
225
241
  #{$property}: $width $style $color !important;
226
- } @else {
242
+ }
243
+
244
+ @else {
227
245
  #{$property}: $width $style $color;
228
246
  }
229
247
  }
@@ -234,9 +252,11 @@
234
252
 
235
253
  // Inline - this line face inward // This works only for buttons (and other objects that contains children).
236
254
  @mixin inline($color: transparent, $width: 1px, $style: solid, $regularBorder: false) {
237
- @if $regularBorder {
255
+ @if $regularBorder {
238
256
  @include border(border, $width, $style, $color);
239
- } @else {
257
+ }
258
+
259
+ @else {
240
260
  position: relative;
241
261
 
242
262
  // 👆 Requires parent element to be 'position: relative;'
@@ -282,41 +302,91 @@
282
302
  $color-low-opacity: null;
283
303
  $color-high-opacity: null;
284
304
 
285
- @if ($hex-color == null) {
305
+ @if ($hex-color ==null) {
286
306
  $color-low-opacity: functions.get-pep-color(color-system-caution, color-tran-00);
287
307
  $color-high-opacity: functions.get-pep-color(color-system-caution, color-tran-60);
288
- } @else {
308
+ }
309
+
310
+ @else {
289
311
  $color-low-opacity: rgba($hex-color, 0);
290
312
  $color-high-opacity: rgba($hex-color, 0.32)
291
313
  }
292
314
 
293
- background: repeating-linear-gradient(
294
- 45deg,
315
+ background: repeating-linear-gradient(45deg,
295
316
  $color-low-opacity,
296
317
  $color-low-opacity .65rem,
297
318
  $color-high-opacity .65rem,
298
- $color-high-opacity 0.8rem,
319
+ $color-high-opacity 0.8rem,
299
320
  ),
300
- repeating-linear-gradient(
301
- -45deg,
321
+ repeating-linear-gradient(-45deg,
302
322
  $color-low-opacity,
303
323
  $color-low-opacity .65rem,
304
324
  $color-high-opacity 0.65rem,
305
- $color-high-opacity 0.8rem,
325
+ $color-high-opacity 0.8rem,
306
326
  );
307
327
  }
308
328
 
329
+ @mixin pep-full-width-loader($loader-color: variables.$color-loader-base) {
330
+ $loader-bg: color-mix(in hsl, $loader-color 0%, transparent);
331
+
332
+ height: 0.25rem;
333
+ z-index: variables.$z-index-high;
334
+ width: 100%;
335
+ background: linear-gradient(0.25turn, $loader-bg 0%, $loader-color 50%, $loader-bg 50%);
336
+ background-size: 200% 200%;
337
+ animation-timing-function: ease-out;
338
+ animation-name: slidein;
339
+ animation-iteration-count: infinite;
340
+ animation-duration: 1.5s;
341
+
342
+ &.rtl {
343
+ animation-name: slideinRtl;
344
+ background: linear-gradient(0.75turn, $loader-bg 0%, $loader-color 50%, $loader-bg 50%);
345
+ background-size: 200% 200%;
346
+ }
347
+
348
+ @keyframes slidein {
349
+ 0% {
350
+ background-position: 100%;
351
+ }
352
+
353
+ 75% {
354
+ background-position: -100%;
355
+ }
356
+
357
+ 100% {
358
+ background-position: -100%;
359
+ }
360
+ }
361
+
362
+ @keyframes slideinRtl {
363
+ 0% {
364
+ background-position: -100%;
365
+ }
366
+
367
+ 75% {
368
+ background-position: 100%;
369
+ }
370
+
371
+ 100% {
372
+ background-position: 100%;
373
+ }
374
+ }
375
+ }
376
+
309
377
  // ******************************************************************************
310
378
  // General state declerations
311
379
  // ******************************************************************************
312
380
  @mixin focus($add-important: false, $focus-color: null, $focus-size: variables.$focus-size) {
313
- @if ($focus-color == null) {
381
+ @if ($focus-color ==null) {
314
382
  $focus-color: functions.get-pep-color(color-text, color-link-focus);
315
383
  }
316
-
384
+
317
385
  @if ($add-important) {
318
386
  box-shadow: 0 0 0 $focus-size $focus-color !important;
319
- } @else {
387
+ }
388
+
389
+ @else {
320
390
  box-shadow: 0 0 0 $focus-size $focus-color;
321
391
  }
322
392
  }
@@ -331,7 +401,7 @@
331
401
  background: functions.get-pep-color(color-system-primary-invert, color-base);
332
402
  border: 1px solid functions.get-pep-color(color-system-caution, color-base);
333
403
  }
334
-
404
+
335
405
  @mixin state-disabled() {
336
406
  // For remove all other states
337
407
  box-shadow: unset;
@@ -350,7 +420,7 @@
350
420
  // ----------------------------------------------------------------------------------
351
421
  @mixin state-icon() {
352
422
  @include svg-icon-color(functions.get-pep-color(color-system-primary, color-tran-80));
353
-
423
+
354
424
  &:hover {
355
425
  @include svg-icon-color(functions.get-pep-color(color-system-primary, color-tran-90));
356
426
  }
@@ -370,7 +440,7 @@
370
440
 
371
441
  @mixin svg-icon-color($color) {
372
442
  fill: $color;
373
-
443
+
374
444
  &.stroke {
375
445
  fill: unset;
376
446
  stroke: $color;
@@ -388,70 +458,139 @@
388
458
  }
389
459
 
390
460
  // ******************************************************************************
391
- // State weak declerations
461
+ // State declerations
392
462
  // ******************************************************************************
393
463
  @mixin pep-state-default($style: weak, $color-map-key: null, $regularBorder: false) {
394
- @if ($style == 'none') {
464
+ @if ($style =='none') {
395
465
  @include state-none-default();
396
- } @else if ($style == 'weak-invert') {
466
+ }
467
+
468
+ @else if ($style =='weak-invert') {
397
469
  @include state-weak-invert-default();
398
- } @else if ($style == 'weak') {
470
+ }
471
+
472
+ @else if ($style =='weak-special') {
473
+ @include state-weak-special-default();
474
+ }
475
+
476
+ @else if ($style =='weak') {
399
477
  @include state-weak-default($color-map-key);
400
- } @else if ($style == 'strong') {
478
+ }
479
+
480
+ @else if ($style =='strong') {
401
481
  @include state-strong-default($color-map-key);
402
- } @else { // regular.
482
+ }
483
+
484
+ @else {
485
+ // regular.
403
486
  @include state-regular-default($regularBorder, $color-map-key);
404
487
  }
405
488
  }
489
+
406
490
  @mixin pep-state-disable($style: weak, $color-map-key: null, $regularBorder: false) {
407
- @if ($style == 'none') {
491
+ @if ($style =='none') {
408
492
  @include state-none-disable();
409
- } @else if ($style == 'weak-invert') {
493
+ }
494
+
495
+ @else if ($style =='weak-invert') {
410
496
  @include state-weak-invert-disable();
411
- } @else if ($style == 'weak') {
497
+ }
498
+
499
+ @else if ($style =='weak-special') {
500
+ @include state-weak-special-disable();
501
+ }
502
+
503
+ @else if ($style =='weak') {
412
504
  @include state-weak-disable($color-map-key);
413
- } @else if ($style == 'strong') {
505
+ }
506
+
507
+ @else if ($style =='strong') {
414
508
  @include state-strong-disable($color-map-key);
415
- } @else { // regular.
509
+ }
510
+
511
+ @else {
512
+ // regular.
416
513
  @include state-regular-disable($regularBorder, $color-map-key);
417
514
  }
418
515
  }
516
+
419
517
  @mixin pep-state-hover($style: weak, $color-map-key: null, $regularBorder: false) {
420
- @if ($style == 'none') {
518
+ @if ($style =='none') {
421
519
  @include state-none-hover();
422
- } @else if ($style == 'weak-invert') {
520
+ }
521
+
522
+ @else if ($style =='weak-invert') {
423
523
  @include state-weak-invert-hover();
424
- } @else if ($style == 'weak') {
524
+ }
525
+
526
+ @else if ($style =='weak-special') {
527
+ @include state-weak-special-hover();
528
+ }
529
+
530
+ @else if ($style =='weak') {
425
531
  @include state-weak-hover($color-map-key);
426
- } @else if ($style == 'strong') {
532
+ }
533
+
534
+ @else if ($style =='strong') {
427
535
  @include state-strong-hover($color-map-key);
428
- } @else { // regular.
536
+ }
537
+
538
+ @else {
539
+ // regular.
429
540
  @include state-regular-hover($regularBorder, $color-map-key);
430
541
  }
431
542
  }
543
+
432
544
  @mixin pep-state-active($style: weak, $color-map-key: null, $regularBorder: false) {
433
- @if ($style == 'none') {
545
+ @if ($style =='none') {
434
546
  @include state-none-active();
435
- } @else if ($style == 'weak-invert') {
547
+ }
548
+
549
+ @else if ($style =='weak-invert') {
436
550
  @include state-weak-invert-active();
437
- } @else if ($style == 'weak') {
551
+ }
552
+
553
+ @else if ($style =='weak-special') {
554
+ @include state-weak-special-active();
555
+ }
556
+
557
+ @else if ($style =='weak') {
438
558
  @include state-weak-active($color-map-key);
439
- } @else if ($style == 'strong') {
559
+ }
560
+
561
+ @else if ($style =='strong') {
440
562
  @include state-strong-active($color-map-key);
441
- } @else { // regular.
563
+ }
564
+
565
+ @else {
566
+ // regular.
442
567
  @include state-regular-active($regularBorder, $color-map-key);
443
568
  }
444
569
  }
570
+
445
571
  @mixin pep-state-focus($style: weak, $color-map-key: null, $regularBorder: false) {
446
- @if ($style == 'none') {
572
+ @if ($style =='none') {
447
573
  @include state-none-focus();
448
- } @else if ($style == 'weak-invert') {
574
+ }
575
+
576
+ @else if ($style =='weak-invert') {
449
577
  @include state-weak-invert-focus();
450
- } @else if ($style == 'weak') {
578
+ }
579
+
580
+ @else if ($style =='weak-special') {
581
+ @include state-weak-special-focus();
582
+ }
583
+
584
+ @else if ($style =='weak') {
451
585
  @include state-weak-focus($color-map-key);
452
- } @else if ($style == 'strong') {
586
+ }
587
+
588
+ @else if ($style =='strong') {
453
589
  @include state-strong-focus($color-map-key);
454
- } @else { // regular.
590
+ }
591
+
592
+ @else {
593
+ // regular.
455
594
  @include state-regular-focus($regularBorder, $color-map-key);
456
595
  }
457
596
  }
@@ -462,28 +601,37 @@
462
601
  // Weak - default
463
602
  // -----------------------------------------------------------------------------
464
603
  @mixin state-weak-default($color-map-key: null) {
465
- @if ($color-map-key == null) {
604
+ @if ($color-map-key ==null) {
466
605
  $color-map-key: color-weak;
467
606
  }
468
- background: functions.get-pep-color($color-map-key, color-tran-30);
607
+
608
+ background: functions.get-pep-color($color-map-key, color-tran-20);
469
609
  }
610
+
470
611
  @mixin state-weak-disable($color-map-key: null) {
471
612
  @include state-disabled();
472
613
 
473
- @if ($color-map-key == null) {
614
+ @if ($color-map-key ==null) {
474
615
  $color-map-key: color-weak;
475
616
  }
476
- color:functions.get-pep-color(color-text, color-disabled) !important;
477
- background: functions.get-pep-color($color-map-key, color-tran-10) !important;
617
+
618
+ &:not(.disabled-no-background-no-color) {
619
+ color: functions.get-pep-color(color-text, color-disabled) !important;
620
+ background: functions.get-pep-color($color-map-key, color-tran-10) !important;
621
+ }
622
+
478
623
  }
624
+
479
625
  @mixin state-weak-hover($color-map-key: null) {
480
- @if ($color-map-key == null) {
626
+ @if ($color-map-key ==null) {
481
627
  $color-map-key: color-weak;
482
628
  }
629
+
483
630
  background: functions.get-pep-color($color-map-key, color-tran-40);
484
631
  }
632
+
485
633
  @mixin state-weak-active($color-map-key: null, $add-inline: true, $regularBorder: false) {
486
- @if ($color-map-key == null) {
634
+ @if ($color-map-key ==null) {
487
635
  $color-map-key: color-weak;
488
636
  }
489
637
 
@@ -493,11 +641,12 @@
493
641
  }
494
642
 
495
643
  box-shadow: functions.get-pep-shadow(shadow-xs, soft);
496
-
644
+
497
645
  @if ($add-inline) {
498
646
  @include inline(functions.get-pep-color($color-map-key, color-base), 1px, solid, $regularBorder);
499
647
  }
500
648
  }
649
+
501
650
  @mixin state-weak-focus($color-map-key: null, $add-inline: true, $regularBorder: false) {
502
651
  // box-shadow: functions.get-pep-shadow(shadow-xs, soft);
503
652
  @include state-weak-active($color-map-key, $add-inline, $regularBorder);
@@ -507,33 +656,98 @@
507
656
  // Weak - invert
508
657
  // -----------------------------------------------------------------------------
509
658
  @mixin state-weak-invert-default() {
510
- background: functions.get-pep-color(color-system-primary-invert, color-tran-70);
659
+ background: functions.get-pep-color(color-system-primary-invert, color-tran-30);
511
660
 
512
- // $color: functions.get-pep-color(color-text, color-main);
513
- // color: $color;
661
+ $color: functions.get-pep-color(color-text, color-invert);
662
+ color: $color;
514
663
 
515
- // .svg-icon {
516
- // fill: $color !important;
517
- // }
664
+ .svg-icon {
665
+ fill: $color !important;
666
+ }
518
667
  }
668
+
519
669
  @mixin state-weak-invert-disable() {
520
670
  @include state-disabled();
521
-
522
- color:functions.get-pep-color(color-text, color-disabled) !important;
523
- background: functions.get-pep-color(color-system-primary-invert, color-tran-20) !important;
671
+
672
+ &:not(.disabled-no-background-no-color) {
673
+ color: functions.get-pep-color(color-system-primary-invert, color-tran-40) !important;
674
+ background: functions.get-pep-color(color-system-primary-invert, color-tran-10) !important;
675
+ }
676
+
677
+ .svg-icon {
678
+ fill: functions.get-pep-color(color-system-primary-invert, color-tran-40) !important;
679
+ }
524
680
  }
681
+
525
682
  @mixin state-weak-invert-hover() {
526
- background: functions.get-pep-color(color-system-primary-invert, color-tran-70);
683
+ background: functions.get-pep-color(color-system-primary-invert, color-tran-50);
527
684
  box-shadow: functions.get-pep-shadow(shadow-xs, soft);
528
685
  cursor: pointer;
529
686
  }
687
+
530
688
  @mixin state-weak-invert-active() {
531
689
  background: functions.get-pep-color(color-system-primary-invert, color-base);
532
690
  box-shadow: functions.get-pep-shadow(shadow-xs, regular);
691
+ $color: functions.get-pep-color(color-text, color-main);
692
+ color: $color;
693
+
694
+ .svg-icon {
695
+ fill: $color !important;
696
+ }
533
697
  }
698
+
534
699
  @mixin state-weak-invert-focus() {
535
700
  background: functions.get-pep-color(color-system-primary-invert, color-base);
536
701
  @include focus();
702
+ $color: functions.get-pep-color(color-text, color-main);
703
+ color: $color;
704
+
705
+ .svg-icon {
706
+ fill: $color !important;
707
+ }
708
+ }
709
+
710
+ // Weak - special
711
+ // -----------------------------------------------------------------------------
712
+ @mixin state-weak-special-default() {
713
+ background: functions.get-pep-color(color-system-primary-invert, color-tran-50);
714
+ }
715
+
716
+ @mixin state-weak-special-disable() {
717
+ @include state-disabled();
718
+
719
+ &:not(.disabled-no-background-no-color) {
720
+ color: functions.get-pep-color(color-text, color-disabled) !important;
721
+ background: functions.get-pep-color(color-system-primary-invert, color-tran-20) !important;
722
+ }
723
+ }
724
+
725
+ @mixin state-weak-special-hover() {
726
+ background: functions.get-pep-color(color-system-primary-invert, color-tran-70);
727
+ box-shadow: functions.get-pep-shadow(shadow-xs, soft);
728
+ cursor: pointer;
729
+ }
730
+
731
+ @mixin state-weak-special-active() {
732
+ // background: functions.get-pep-color(color-system-primary-invert, color-base);
733
+ // box-shadow: functions.get-pep-shadow(shadow-xs, regular);
734
+ // $color: functions.get-pep-color(color-text, color-main);
735
+ // color: $color;
736
+
737
+ // .svg-icon {
738
+ // fill: $color !important;
739
+ // }
740
+ }
741
+
742
+ @mixin state-weak-special-focus() {
743
+ // background: functions.get-pep-color(color-system-primary-invert, color-base);
744
+ // @include focus();
745
+ // $color: functions.get-pep-color(color-text, color-main);
746
+ // color: $color;
747
+
748
+ // .svg-icon {
749
+ // fill: $color !important;
750
+ // }
537
751
  }
538
752
 
539
753
  // ******************************************************************************
@@ -542,25 +756,30 @@
542
756
  // Regular - default
543
757
  // -----------------------------------------------------------------------------
544
758
  @mixin state-regular-default($regularBorder: false, $color-map-key: null) {
545
- @if ($color-map-key == null) {
759
+ @if ($color-map-key ==null) {
546
760
  $color-map-key: color-regular;
547
761
  }
762
+
548
763
  background: functions.get-pep-color($color-map-key, color-flat-r-40);
549
764
  box-shadow: functions.get-pep-shadow(shadow-xs, soft);
550
765
  @include inline(functions.get-pep-color($color-map-key, color-flat-r-20), 1px, solid, $regularBorder);
551
766
  }
767
+
552
768
  @mixin state-regular-hover($regularBorder: false, $color-map-key: null) {
553
- @if ($color-map-key == null) {
769
+ @if ($color-map-key ==null) {
554
770
  $color-map-key: color-regular;
555
771
  }
772
+
556
773
  background: functions.get-pep-color($color-map-key, color-flat-r-40);
557
774
  box-shadow: functions.get-pep-shadow(shadow-xs, regular);
558
775
  @include inline(functions.get-pep-color($color-map-key, color-flat-r-10), 1px, solid, $regularBorder);
559
776
  }
777
+
560
778
  @mixin state-regular-active($regularBorder: false, $color-map-key: null) {
561
- @if ($color-map-key == null) {
779
+ @if ($color-map-key ==null) {
562
780
  $color-map-key: color-regular;
563
781
  }
782
+
564
783
  background: functions.get-pep-color($color-map-key, color-flat-r-30);
565
784
  box-shadow: functions.get-pep-shadow(shadow-xs, hard);
566
785
  @include inline(functions.get-pep-color($color-map-key, color-base), 1px, solid, $regularBorder);
@@ -570,23 +789,30 @@
570
789
  // @include focus();
571
790
  // }
572
791
  }
792
+
573
793
  @mixin state-regular-focus($regularBorder: false, $color-map-key: null) {
574
- @if ($color-map-key == null) {
794
+ @if ($color-map-key ==null) {
575
795
  $color-map-key: color-regular;
576
796
  }
797
+
577
798
  background: functions.get-pep-color($color-map-key, color-flat-r-30);
578
799
  box-shadow: functions.get-pep-shadow(shadow-xs, regular);
579
800
  @include inline(functions.get-pep-color($color-map-key, color-base), 1px, solid, $regularBorder);
580
801
  @include focus();
581
802
  }
803
+
582
804
  @mixin state-regular-disable($regularBorder: false, $color-map-key: null) {
583
805
  @include state-disabled();
584
-
585
- @if ($color-map-key == null) {
806
+
807
+ @if ($color-map-key ==null) {
586
808
  $color-map-key: color-regular;
587
809
  }
588
- color:functions.get-pep-color(color-text, color-disabled) !important;
589
- background: functions.get-pep-color($color-map-key, color-flat-r-30) !important;
810
+
811
+ &:not(.disabled-no-background-no-color) {
812
+ color: functions.get-pep-color(color-text, color-disabled) !important;
813
+ background: functions.get-pep-color($color-map-key, color-flat-r-30) !important;
814
+ }
815
+
590
816
  box-shadow: functions.get-pep-shadow(shadow-xs, xsoft) !important;
591
817
  @include inline(functions.get-pep-color($color-map-key, color-tran-20), 1px, solid, $regularBorder);
592
818
  }
@@ -597,7 +823,7 @@
597
823
  // Strong - default
598
824
  // -----------------------------------------------------------------------------
599
825
  @mixin state-strong-default($color-map-key: null) {
600
- @if ($color-map-key == null) {
826
+ @if ($color-map-key ==null) {
601
827
  $color-map-key: color-strong;
602
828
  }
603
829
 
@@ -608,44 +834,55 @@
608
834
  $color: functions.get-pep-color(color-text, color-invert);
609
835
 
610
836
  color: $color;
837
+
611
838
  .svg-icon {
612
839
  @include svg-icon-color($color);
613
840
  }
614
841
  }
842
+
615
843
  @mixin state-strong-disable($color-map-key: null) {
616
844
  @include state-disabled();
617
-
618
- @if ($color-map-key == null) {
845
+
846
+ @if ($color-map-key ==null) {
619
847
  $color-map-key: color-strong;
620
848
  }
621
- background: functions.get-pep-color($color-map-key, color-base) !important;
622
- opacity: 0.5 !important;
623
-
849
+
624
850
  $color: functions.get-pep-color(color-text, color-invert);
625
851
 
626
- color: $color;
852
+ &:not(.disabled-no-background-no-color) {
853
+ background: functions.get-pep-color($color-map-key, color-base) !important;
854
+ opacity: 0.5 !important;
855
+ color: $color;
856
+ }
857
+
627
858
  .svg-icon {
628
859
  @include svg-icon-color($color);
629
860
  }
630
861
  }
862
+
631
863
  @mixin state-strong-hover($color-map-key: null) {
632
- @if ($color-map-key == null) {
864
+ @if ($color-map-key ==null) {
633
865
  $color-map-key: color-strong;
634
866
  }
867
+
635
868
  background: functions.get-pep-color($color-map-key, color-flat-l-10);
636
869
  box-shadow: functions.get-pep-shadow(shadow-sm, regular);
637
870
  }
871
+
638
872
  @mixin state-strong-active($color-map-key: null) {
639
- @if ($color-map-key == null) {
873
+ @if ($color-map-key ==null) {
640
874
  $color-map-key: color-strong;
641
875
  }
876
+
642
877
  background: functions.get-pep-color($color-map-key, color-flat-l-20);
643
878
  box-shadow: functions.get-pep-shadow(shadow-sm, hard);
644
879
  }
880
+
645
881
  @mixin state-strong-focus($color-map-key: null) {
646
- @if ($color-map-key == null) {
882
+ @if ($color-map-key ==null) {
647
883
  $color-map-key: color-strong;
648
884
  }
885
+
649
886
  background: functions.get-pep-color($color-map-key, color-flat-l-20);
650
887
  box-shadow: functions.get-pep-shadow(shadow-sm, soft);
651
888
  @include focus();
@@ -659,16 +896,20 @@
659
896
  @mixin state-none-default() {
660
897
  background: functions.get-pep-color(color-system-primary, color-tran-00);
661
898
  }
899
+
662
900
  @mixin state-none-disable() {
663
901
  @include state-disabled();
664
902
  background: functions.get-pep-color(color-system-primary, color-tran-00) !important;
665
903
  }
904
+
666
905
  @mixin state-none-hover() {
667
906
  @include state-weak-hover();
668
907
  }
908
+
669
909
  @mixin state-none-active() {
670
910
  @include state-weak-active();
671
911
  }
912
+
672
913
  @mixin state-none-focus() {
673
914
  @include state-weak-focus();
674
915
  }
@@ -678,15 +919,19 @@
678
919
  // ******************************************************************************
679
920
  @mixin pep-button-states($style: weak, $color-map-key: null) {
680
921
  @include pep-state-default($style, $color-map-key, true);
922
+
681
923
  &:hover {
682
924
  @include pep-state-hover($style, $color-map-key, true);
683
925
  }
926
+
684
927
  &:focus {
685
928
  @include pep-state-focus($style, $color-map-key, true);
686
929
  }
930
+
687
931
  &:active {
688
932
  @include pep-state-active($style, $color-map-key, true);
689
933
  }
934
+
690
935
  &:disabled {
691
936
  &:not(.ignore-disabled) {
692
937
  @include pep-state-disable($style, $color-map-key, true);
@@ -698,6 +943,7 @@
698
943
  // Form field states declerations
699
944
  // ******************************************************************************
700
945
  @mixin pep-form-field-states($style: weak, $color-map-key: null) {
946
+
701
947
  // Default
702
948
  .mat-form-field-flex {
703
949
  @include pep-state-default($style, $color-map-key);
@@ -705,6 +951,7 @@
705
951
 
706
952
  // Hover
707
953
  &:hover {
954
+
708
955
  .ignore-disabled,
709
956
  &:not(.mat-form-field-disabled) {
710
957
  .mat-form-field-flex {
@@ -715,6 +962,7 @@
715
962
 
716
963
  // Focused
717
964
  &.mat-focused {
965
+
718
966
  .ignore-disabled,
719
967
  &:not(.mat-form-field-disabled) {
720
968
  .mat-form-field-flex {
@@ -726,6 +974,7 @@
726
974
  // Active
727
975
  &.active,
728
976
  &:active {
977
+
729
978
  .ignore-disabled,
730
979
  &:not(.mat-form-field-disabled) {
731
980
  .mat-form-field-flex {
@@ -747,21 +996,22 @@
747
996
  // ******************************************************************************
748
997
  // Table states declerations
749
998
  // ******************************************************************************
750
- @mixin state-table-row-default() {
999
+ @mixin state-table-row-default() {}
751
1000
 
752
- }
753
1001
  @mixin state-table-row-even() {
754
1002
  background: functions.get-pep-color(color-weak, color-tran-10);
755
1003
  }
1004
+
756
1005
  @mixin state-table-row-hover() {
757
1006
  background: functions.get-pep-color(color-weak, color-tran-30);
758
1007
  }
759
- @mixin state-table-row-active() {
760
-
761
- }
1008
+
1009
+ @mixin state-table-row-active() {}
1010
+
762
1011
  @mixin state-table-row-selected() {
763
1012
  background: functions.get-pep-color(color-system-success, color-tran-20);
764
1013
  }
1014
+
765
1015
  // ******************************************************************************
766
1016
  // Card states declerations
767
1017
  // ******************************************************************************
@@ -771,15 +1021,19 @@
771
1021
 
772
1022
  transition: box-shadow 0.25s;
773
1023
  }
1024
+
774
1025
  @mixin state-card-hover() {
775
1026
  box-shadow: functions.get-pep-shadow(shadow-card, regular);
776
1027
  }
1028
+
777
1029
  @mixin state-card-active() {
778
1030
  box-shadow: functions.get-pep-shadow(shadow-card, hard);
779
1031
  // @include focus();
780
1032
  }
1033
+
781
1034
  @mixin state-card-selected() {
782
- background: functions.get-pep-color(color-system-success, color-tran-20);;
1035
+ background: functions.get-pep-color(color-system-success, color-tran-20);
1036
+ ;
783
1037
  box-shadow: none;
784
1038
  }
785
1039
 
@@ -795,7 +1049,7 @@
795
1049
  // ******************************************************************************
796
1050
  // @mixin mat-tabs-fixed-header-width($side-width) {
797
1051
  // width: calc(100% - (#{$side-width} + #{$double-content-padding} + #{$double-content-margin}));
798
-
1052
+
799
1053
  // @media (max-width: $screen-max-size-md) {
800
1054
  // width: calc(100% - (#{$double-content-padding} + #{$double-content-margin}));
801
1055
  // }