@colijnit/configurator 261.1.0 → 261.20.0

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
Files changed (181) hide show
  1. package/fesm2022/colijnit-configurator.mjs +19553 -0
  2. package/fesm2022/colijnit-configurator.mjs.map +1 -0
  3. package/index.d.ts +3301 -0
  4. package/lib/components/answer-card/style/_layout.scss +88 -0
  5. package/lib/components/answer-card/style/_material-definition.scss +3 -0
  6. package/lib/components/answer-card/style/_theme.scss +67 -0
  7. package/lib/components/answer-card/style/material.scss +2 -0
  8. package/lib/components/answer-info-dialog/style/_layout.scss +88 -0
  9. package/lib/components/answer-info-dialog/style/_material-definition.scss +3 -0
  10. package/lib/components/answer-info-dialog/style/_theme.scss +44 -0
  11. package/lib/components/answer-info-dialog/style/material.scss +3 -0
  12. package/lib/components/answers-slideout/style/_layout.scss +199 -0
  13. package/lib/components/answers-slideout/style/_material-definition.scss +3 -0
  14. package/lib/components/answers-slideout/style/_theme.scss +54 -0
  15. package/lib/components/answers-slideout/style/material.scss +3 -0
  16. package/lib/components/color-filter/style/_layout.scss +41 -0
  17. package/lib/components/color-filter/style/_material-definition.scss +3 -0
  18. package/lib/components/color-filter/style/_theme.scss +7 -0
  19. package/lib/components/color-filter/style/material.scss +3 -0
  20. package/lib/components/configurator/style/_layout.scss +7 -0
  21. package/lib/components/configurator/style/_material-definition.scss +3 -0
  22. package/lib/components/configurator/style/_theme.scss +7 -0
  23. package/lib/components/configurator/style/material.scss +3 -0
  24. package/lib/components/configurator-dialog/style/_layout.scss +129 -0
  25. package/lib/components/configurator-dialog/style/_material-definition.scss +4 -0
  26. package/lib/components/configurator-dialog/style/_theme.scss +89 -0
  27. package/lib/components/configurator-dialog/style/material.scss +3 -0
  28. package/lib/components/configurator-loader/style/_layout.scss +72 -0
  29. package/lib/components/configurator-loader/style/_material-definition.scss +5 -0
  30. package/lib/components/configurator-loader/style/_theme.scss +26 -0
  31. package/lib/components/configurator-loader/style/material.scss +14 -0
  32. package/lib/components/configurator-scene/style/_layout.scss +22 -0
  33. package/lib/components/configurator-scene/style/_material-definition.scss +3 -0
  34. package/lib/components/configurator-scene/style/_theme.scss +7 -0
  35. package/lib/components/configurator-scene/style/material.scss +3 -0
  36. package/lib/components/configurator-scene-loader/style/_layout.scss +72 -0
  37. package/lib/components/configurator-scene-loader/style/_material-definition.scss +5 -0
  38. package/lib/components/configurator-scene-loader/style/_theme.scss +26 -0
  39. package/lib/components/configurator-scene-loader/style/material.scss +14 -0
  40. package/lib/components/element-buttons/style/_layout.scss +52 -0
  41. package/lib/components/element-buttons/style/_material-definition.scss +3 -0
  42. package/lib/components/element-buttons/style/_theme.scss +23 -0
  43. package/lib/components/element-buttons/style/material.scss +3 -0
  44. package/lib/components/element-toolbar/element-toolbar.component.scss +59 -0
  45. package/lib/components/element-toolbar/style/_layout.scss +107 -0
  46. package/lib/components/element-toolbar/style/_material-definition.scss +3 -0
  47. package/lib/components/element-toolbar/style/_theme.scss +47 -0
  48. package/lib/components/element-toolbar/style/material.scss +3 -0
  49. package/lib/components/image-zoom/style/_layout.scss +51 -0
  50. package/lib/components/image-zoom/style/_material-definition.scss +3 -0
  51. package/lib/components/image-zoom/style/_theme.scss +17 -0
  52. package/lib/components/image-zoom/style/material.scss +3 -0
  53. package/lib/components/lite-selector/style/_layout.scss +21 -0
  54. package/lib/components/lite-selector/style/_material-definition.scss +3 -0
  55. package/lib/components/lite-selector/style/_theme.scss +7 -0
  56. package/lib/components/lite-selector/style/material.scss +3 -0
  57. package/lib/components/product-configurator/style/_layout.scss +46 -0
  58. package/lib/components/product-configurator/style/_material-definition.scss +3 -0
  59. package/lib/components/product-configurator/style/_theme.scss +22 -0
  60. package/lib/components/product-configurator/style/material.scss +3 -0
  61. package/lib/components/product-configurator-selector/style/_layout.scss +145 -0
  62. package/lib/components/product-configurator-selector/style/_material-definition.scss +3 -0
  63. package/lib/components/product-configurator-selector/style/_theme.scss +57 -0
  64. package/lib/components/product-configurator-selector/style/material.scss +3 -0
  65. package/lib/components/product-configurator-selector-option/style/_layout.scss +7 -0
  66. package/lib/components/product-configurator-selector-option/style/_material-definition.scss +3 -0
  67. package/lib/components/product-configurator-selector-option/style/_theme.scss +7 -0
  68. package/lib/components/product-configurator-selector-option/style/material.scss +3 -0
  69. package/lib/components/product-configurator-selector-option-button/style/_layout.scss +28 -0
  70. package/lib/components/product-configurator-selector-option-button/style/_material-definition.scss +3 -0
  71. package/lib/components/product-configurator-selector-option-button/style/_theme.scss +33 -0
  72. package/lib/components/product-configurator-selector-option-button/style/material.scss +3 -0
  73. package/lib/components/product-configurator-selector-option-checkbox/style/_layout.scss +28 -0
  74. package/lib/components/product-configurator-selector-option-checkbox/style/_material-definition.scss +3 -0
  75. package/lib/components/product-configurator-selector-option-checkbox/style/_theme.scss +27 -0
  76. package/lib/components/product-configurator-selector-option-checkbox/style/material.scss +3 -0
  77. package/lib/components/product-configurator-selector-option-dropdown/style/_layout.scss +34 -0
  78. package/lib/components/product-configurator-selector-option-dropdown/style/_material-definition.scss +3 -0
  79. package/lib/components/product-configurator-selector-option-dropdown/style/_theme.scss +28 -0
  80. package/lib/components/product-configurator-selector-option-dropdown/style/material.scss +3 -0
  81. package/lib/components/product-configurator-selector-option-tile/style/_layout.scss +58 -0
  82. package/lib/components/product-configurator-selector-option-tile/style/_material-definition.scss +3 -0
  83. package/lib/components/product-configurator-selector-option-tile/style/_theme.scss +56 -0
  84. package/lib/components/product-configurator-selector-option-tile/style/material.scss +3 -0
  85. package/lib/components/progress-bar/progress-bar.component.scss +14 -0
  86. package/lib/components/progress-bar/style/_layout.scss +18 -0
  87. package/lib/components/progress-bar/style/_material-definition.scss +3 -0
  88. package/lib/components/progress-bar/style/_theme.scss +10 -0
  89. package/lib/components/progress-bar/style/material.scss +3 -0
  90. package/lib/components/scene-options/style/_layout.scss +52 -0
  91. package/lib/components/scene-options/style/_material-definition.scss +3 -0
  92. package/lib/components/scene-options/style/_theme.scss +7 -0
  93. package/lib/components/scene-options/style/material.scss +3 -0
  94. package/lib/components/selections-summary/style/_layout.scss +87 -0
  95. package/lib/components/selections-summary/style/_material-definition.scss +5 -0
  96. package/lib/components/selections-summary/style/_theme.scss +13 -0
  97. package/lib/components/selections-summary/style/material.scss +3 -0
  98. package/lib/components/selections-summary-line/style/_layout.scss +12 -0
  99. package/lib/components/selections-summary-line/style/_material-definition.scss +4 -0
  100. package/lib/components/selections-summary-line/style/_theme.scss +12 -0
  101. package/lib/components/selections-summary-line/style/material.scss +3 -0
  102. package/lib/components/slideout/style/_layout.scss +27 -0
  103. package/lib/components/slideout/style/_material-definition.scss +3 -0
  104. package/lib/components/slideout/style/_theme.scss +5 -0
  105. package/lib/components/slideout/style/material.scss +3 -0
  106. package/lib/components/summary-line/style/_layout.scss +137 -0
  107. package/lib/components/summary-line/style/_material-definition.scss +4 -0
  108. package/lib/components/summary-line/style/_theme.scss +56 -0
  109. package/lib/components/summary-line/style/material.scss +3 -0
  110. package/lib/components/tag-filter/style/_layout.scss +14 -0
  111. package/lib/components/tag-filter/style/_material-definition.scss +3 -0
  112. package/lib/components/tag-filter/style/_theme.scss +7 -0
  113. package/lib/components/tag-filter/style/material.scss +3 -0
  114. package/lib/components/threedselector/style/_layout.scss +32 -0
  115. package/lib/components/threedselector/style/_material-definition.scss +3 -0
  116. package/lib/components/threedselector/style/_theme.scss +7 -0
  117. package/lib/components/threedselector/style/material.scss +9 -0
  118. package/lib/style/_mixin.scss +9 -0
  119. package/lib/style/configurator-globals.scss +21 -0
  120. package/lib/style/template_variables.scss +37 -0
  121. package/package.json +27 -36
  122. package/README.md +0 -28
  123. package/app/builder.d.ts +0 -75
  124. package/app/components/answers/answer/answer.component.d.ts +0 -11
  125. package/app/components/answers/answers.component.d.ts +0 -8
  126. package/app/components/answers/answers.module.d.ts +0 -2
  127. package/app/components/selections/selections.component.d.ts +0 -21
  128. package/app/components/selections/selections.module.d.ts +0 -2
  129. package/app/components/shared/loader/loader.component.d.ts +0 -2
  130. package/app/components/shared/shared.module.d.ts +0 -2
  131. package/app/directives/visibility-observer-master.directive.d.ts +0 -9
  132. package/app/directives/visibility-observer.directive.d.ts +0 -13
  133. package/app/services/configurator.service.d.ts +0 -19
  134. package/app/services/image-cache.service.d.ts +0 -10
  135. package/app/utils/object.utils.d.ts +0 -7
  136. package/bundles/colijnit-configurator.umd.js +0 -3993
  137. package/bundles/colijnit-configurator.umd.js.map +0 -1
  138. package/colijnit-configurator.d.ts +0 -9
  139. package/colijnit-configurator.metadata.json +0 -1
  140. package/esm2015/app/builder.js +0 -710
  141. package/esm2015/app/components/answers/answer/answer.component.js +0 -66
  142. package/esm2015/app/components/answers/answers.component.js +0 -38
  143. package/esm2015/app/components/answers/answers.module.js +0 -27
  144. package/esm2015/app/components/selections/selections.component.js +0 -129
  145. package/esm2015/app/components/selections/selections.module.js +0 -21
  146. package/esm2015/app/components/shared/loader/loader.component.js +0 -22
  147. package/esm2015/app/components/shared/shared.module.js +0 -19
  148. package/esm2015/app/directives/visibility-observer-master.directive.js +0 -50
  149. package/esm2015/app/directives/visibility-observer.directive.js +0 -55
  150. package/esm2015/app/services/configurator.service.js +0 -79
  151. package/esm2015/app/services/image-cache.service.js +0 -63
  152. package/esm2015/app/utils/object.utils.js +0 -51
  153. package/esm2015/colijnit-configurator.js +0 -10
  154. package/esm2015/helper/variation-helper.js +0 -549
  155. package/esm2015/model/material.js +0 -11
  156. package/esm2015/model/variation-settings.js +0 -54
  157. package/esm2015/model/variation.js +0 -3
  158. package/esm2015/public_api.js +0 -7
  159. package/esm2015/utils/asset.utils.js +0 -124
  160. package/esm2015/utils/base-utils.js +0 -9
  161. package/esm2015/utils/file.utils.js +0 -142
  162. package/esm2015/utils/image.utils.js +0 -66
  163. package/esm2015/utils/object.utils.js +0 -49
  164. package/esm2015/utils/scene-utils.js +0 -187
  165. package/esm2015/utils/threed.utils.js +0 -226
  166. package/esm2015/utils/variation-utils.js +0 -388
  167. package/fesm2015/colijnit-configurator.js +0 -2878
  168. package/fesm2015/colijnit-configurator.js.map +0 -1
  169. package/helper/variation-helper.d.ts +0 -25
  170. package/model/material.d.ts +0 -40
  171. package/model/variation-settings.d.ts +0 -54
  172. package/model/variation.d.ts +0 -10
  173. package/public_api.d.ts +0 -6
  174. package/utils/asset.utils.d.ts +0 -19
  175. package/utils/base-utils.d.ts +0 -4
  176. package/utils/file.utils.d.ts +0 -27
  177. package/utils/image.utils.d.ts +0 -10
  178. package/utils/object.utils.d.ts +0 -7
  179. package/utils/scene-utils.d.ts +0 -7
  180. package/utils/threed.utils.d.ts +0 -16
  181. package/utils/variation-utils.d.ts +0 -16

There are too many changes on this page to be displayed.


The amount of changes on this page would crash your brower.

You can still verify the content by downloading the package file manually.