@pepperi-addons/ngx-composite-lib 0.0.10-beta.1 → 0.0.10-beta.6

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 (91) hide show
  1. package/bundles/pepperi-addons-ngx-composite-lib-color-settings.umd.js +122 -122
  2. package/bundles/pepperi-addons-ngx-composite-lib-draggable-item.umd.js +71 -71
  3. package/bundles/pepperi-addons-ngx-composite-lib-draggable-item.umd.js.map +1 -1
  4. package/bundles/pepperi-addons-ngx-composite-lib-generic-list.umd.js +535 -535
  5. package/bundles/pepperi-addons-ngx-composite-lib-group-buttons-settings.umd.js +173 -173
  6. package/bundles/pepperi-addons-ngx-composite-lib-shadow-settings.umd.js +117 -117
  7. package/bundles/pepperi-addons-ngx-composite-lib.umd.js +72 -29
  8. package/bundles/pepperi-addons-ngx-composite-lib.umd.js.map +1 -1
  9. package/color-settings/color-settings.component.d.ts +22 -22
  10. package/color-settings/color-settings.model.d.ts +5 -5
  11. package/color-settings/color-settings.module.d.ts +12 -12
  12. package/color-settings/pepperi-addons-ngx-composite-lib-color-settings.d.ts +5 -5
  13. package/color-settings/public-api.d.ts +3 -3
  14. package/core/common/index.d.ts +1 -0
  15. package/core/common/public-api.d.ts +1 -0
  16. package/core/common/services/index.d.ts +1 -0
  17. package/core/common/services/public-api.d.ts +1 -0
  18. package/core/common/services/utilities.service.d.ts +6 -0
  19. package/core/index.d.ts +1 -0
  20. package/core/public-api.d.ts +1 -0
  21. package/draggable-item/draggable-item.component.d.ts +11 -11
  22. package/draggable-item/draggable-item.module.d.ts +11 -11
  23. package/draggable-item/pepperi-addons-ngx-composite-lib-draggable-item.d.ts +5 -5
  24. package/draggable-item/public-api.d.ts +2 -2
  25. package/esm2015/color-settings/color-settings.component.js +80 -80
  26. package/esm2015/color-settings/color-settings.model.js +8 -8
  27. package/esm2015/color-settings/color-settings.module.js +39 -39
  28. package/esm2015/color-settings/pepperi-addons-ngx-composite-lib-color-settings.js +4 -4
  29. package/esm2015/color-settings/public-api.js +6 -6
  30. package/esm2015/core/common/index.js +5 -0
  31. package/esm2015/core/common/public-api.js +5 -0
  32. package/esm2015/core/common/services/index.js +5 -0
  33. package/esm2015/core/common/services/public-api.js +5 -0
  34. package/esm2015/core/common/services/utilities.service.js +19 -0
  35. package/esm2015/core/index.js +5 -0
  36. package/esm2015/core/public-api.js +5 -0
  37. package/esm2015/draggable-item/draggable-item.component.js +39 -39
  38. package/esm2015/draggable-item/draggable-item.module.js +36 -36
  39. package/esm2015/draggable-item/pepperi-addons-ngx-composite-lib-draggable-item.js +4 -4
  40. package/esm2015/draggable-item/public-api.js +5 -5
  41. package/esm2015/generic-list/generic-list.component.js +163 -163
  42. package/esm2015/generic-list/generic-list.model.js +1 -1
  43. package/esm2015/generic-list/generic-list.module.js +51 -51
  44. package/esm2015/generic-list/pepperi-addons-ngx-composite-lib-generic-list.js +4 -4
  45. package/esm2015/generic-list/public-api.js +6 -6
  46. package/esm2015/group-buttons-settings/group-buttons-settings.component.js +131 -131
  47. package/esm2015/group-buttons-settings/group-buttons-settings.model.js +1 -1
  48. package/esm2015/group-buttons-settings/group-buttons-settings.module.js +46 -46
  49. package/esm2015/group-buttons-settings/pepperi-addons-ngx-composite-lib-group-buttons-settings.js +4 -4
  50. package/esm2015/group-buttons-settings/public-api.js +6 -6
  51. package/esm2015/ngx-composite-lib.module.js +25 -25
  52. package/esm2015/pepperi-addons-ngx-composite-lib.js +4 -4
  53. package/esm2015/public-api.js +6 -5
  54. package/esm2015/shadow-settings/pepperi-addons-ngx-composite-lib-shadow-settings.js +4 -4
  55. package/esm2015/shadow-settings/public-api.js +6 -6
  56. package/esm2015/shadow-settings/shadow-settings.component.js +72 -72
  57. package/esm2015/shadow-settings/shadow-settings.model.js +7 -7
  58. package/esm2015/shadow-settings/shadow-settings.module.js +43 -43
  59. package/fesm2015/pepperi-addons-ngx-composite-lib-color-settings.js +112 -112
  60. package/fesm2015/pepperi-addons-ngx-composite-lib-draggable-item.js +66 -66
  61. package/fesm2015/pepperi-addons-ngx-composite-lib-draggable-item.js.map +1 -1
  62. package/fesm2015/pepperi-addons-ngx-composite-lib-generic-list.js +192 -192
  63. package/fesm2015/pepperi-addons-ngx-composite-lib-group-buttons-settings.js +164 -164
  64. package/fesm2015/pepperi-addons-ngx-composite-lib-shadow-settings.js +107 -107
  65. package/fesm2015/pepperi-addons-ngx-composite-lib.js +70 -29
  66. package/fesm2015/pepperi-addons-ngx-composite-lib.js.map +1 -1
  67. package/generic-list/generic-list.component.d.ts +45 -45
  68. package/generic-list/generic-list.model.d.ts +11 -11
  69. package/generic-list/generic-list.module.d.ts +15 -15
  70. package/generic-list/pepperi-addons-ngx-composite-lib-generic-list.d.ts +5 -5
  71. package/generic-list/public-api.d.ts +3 -3
  72. package/group-buttons-settings/group-buttons-settings.component.d.ts +32 -32
  73. package/group-buttons-settings/group-buttons-settings.model.d.ts +1 -1
  74. package/group-buttons-settings/group-buttons-settings.module.d.ts +14 -14
  75. package/group-buttons-settings/pepperi-addons-ngx-composite-lib-group-buttons-settings.d.ts +5 -5
  76. package/group-buttons-settings/public-api.d.ts +3 -3
  77. package/ngx-composite-lib.module.d.ts +6 -6
  78. package/package.json +1 -1
  79. package/pepperi-addons-ngx-composite-lib.d.ts +5 -5
  80. package/public-api.d.ts +2 -1
  81. package/shadow-settings/pepperi-addons-ngx-composite-lib-shadow-settings.d.ts +5 -5
  82. package/shadow-settings/public-api.d.ts +3 -3
  83. package/shadow-settings/shadow-settings.component.d.ts +23 -23
  84. package/shadow-settings/shadow-settings.model.d.ts +7 -7
  85. package/shadow-settings/shadow-settings.module.d.ts +13 -13
  86. package/src/core/style/abstracts/functions.scss +0 -0
  87. package/src/core/style/abstracts/mixins.scss +0 -0
  88. package/src/core/style/abstracts/variables.scss +5 -0
  89. package/src/core/style/base/helpers.scss +0 -0
  90. package/src/core/style/components/general.scss +37 -0
  91. package/styles.scss +11 -35
package/styles.scss CHANGED
@@ -1,38 +1,14 @@
1
+ // 1. Add ngx-lib styles
2
+ @import '~@pepperi-addons/ngx-lib/theming';
3
+ @include pepperi-theme();
1
4
 
2
- .checkbox-as-title {
3
- margin-bottom: 0.5rem !important;
4
- min-height: unset !important;
5
+ // 2. Configuration and helpers
6
+ @import './src/core/style/abstracts/functions',
7
+ './src/core/style/abstracts/variables',
8
+ './src/core/style/abstracts/mixins';
5
9
 
6
- .pep-checkbox-container {
7
- background: unset !important;
8
- padding-left: unset !important;
9
- padding-right: unset !important;
10
+ // 3. Base stuff
11
+ @import './src/core/style/base/helpers';
10
12
 
11
- .mat-checkbox-inner-container {
12
- margin-left: 0 !important;
13
- margin-right: 0 !important;
14
- }
15
-
16
- .mat-checkbox-layout {
17
- @include font-body($fs-xl, $lh-xl);
18
- font-weight: $font-weight-bold !important;
19
-
20
- .mat-checkbox-label span {
21
- margin: 0 0.5rem;
22
- }
23
- }
24
- }
25
-
26
- // &.sub-title {
27
- // .pep-checkbox-container {
28
- // .mat-checkbox-layout {
29
- // @include font-body($fs-xl, $lh-xl);
30
- // font-weight: $font-weight-bold !important;
31
-
32
- // .mat-checkbox-label span {
33
- // margin: 0 0.5rem;
34
- // }
35
- // }
36
- // }
37
- // }
38
- }
13
+ // 4. Components
14
+ @import './src/core/style/components/general';