@sme.up/ketchup 4.3.0-SNAPSHOT → 5.1.0-SNAPSHOT

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 (343) hide show
  1. package/README.md +107 -3
  2. package/dist/cjs/{cell-utils-dc0884a3.js → cell-utils-9b1d6563.js} +4 -4
  3. package/dist/cjs/{component-8fbc31a2.js → component-d1496215.js} +203 -174
  4. package/dist/cjs/{f-button-2ba74fb5.js → f-button-02a7cde4.js} +2 -2
  5. package/dist/cjs/{f-cell-fe60a08d.js → f-cell-4d1450a8.js} +38 -28
  6. package/dist/cjs/f-chip-a50b9f00.js +130 -0
  7. package/dist/cjs/{f-image-d3bd4e08.js → f-image-db55ac49.js} +3 -3
  8. package/dist/cjs/{index-0416afab.js → index-ab119fad.js} +23 -0
  9. package/dist/cjs/ketchup.cjs.js +3 -3
  10. package/dist/cjs/kup-accordion.cjs.entry.js +7 -7
  11. package/dist/cjs/{kup-autocomplete_28.cjs.entry.js → kup-autocomplete_27.cjs.entry.js} +4636 -4073
  12. package/dist/cjs/kup-calendar.cjs.entry.js +626 -359
  13. package/dist/cjs/kup-cell.cjs.entry.js +15 -13
  14. package/dist/cjs/kup-dash-list.cjs.entry.js +4 -4
  15. package/dist/cjs/kup-dash_2.cjs.entry.js +8 -7
  16. package/dist/cjs/kup-drawer.cjs.entry.js +3 -3
  17. package/dist/cjs/kup-echart.cjs.entry.js +93039 -0
  18. package/dist/cjs/kup-field.cjs.entry.js +2 -2
  19. package/dist/cjs/kup-iframe.cjs.entry.js +3 -3
  20. package/dist/cjs/kup-lazy.cjs.entry.js +22 -5
  21. package/dist/cjs/kup-magic-box.cjs.entry.js +95 -42
  22. package/dist/cjs/{kup-manager-1a2688ca.js → kup-manager-5877b2ee.js} +3392 -753
  23. package/dist/cjs/kup-nav-bar.cjs.entry.js +3 -3
  24. package/dist/cjs/kup-probe.cjs.entry.js +2 -2
  25. package/dist/cjs/kup-qlik.cjs.entry.js +2 -2
  26. package/dist/cjs/kup-snackbar.cjs.entry.js +5 -5
  27. package/dist/cjs/loader.cjs.js +3 -3
  28. package/dist/cjs/{tslib.es6-4360c099.js → tslib.es6-0ee02c67.js} +13 -0
  29. package/dist/cjs/utils-1b5c8c70.js +482 -0
  30. package/dist/collection/assets/calendar.js +46 -1
  31. package/dist/collection/assets/card.js +15 -15
  32. package/dist/collection/assets/data-table.js +18 -6
  33. package/dist/collection/assets/index.js +8 -0
  34. package/dist/collection/assets/kupdata.js +937 -0
  35. package/dist/collection/collection-manifest.json +4 -4
  36. package/dist/collection/components/kup-accordion/kup-accordion.css +0 -1
  37. package/dist/collection/components/kup-accordion/kup-accordion.js +2 -2
  38. package/dist/collection/components/kup-autocomplete/kup-autocomplete-declarations.js +2 -0
  39. package/dist/collection/components/kup-autocomplete/kup-autocomplete.js +148 -52
  40. package/dist/collection/components/kup-badge/kup-badge.js +2 -2
  41. package/dist/collection/components/kup-box/kup-box.js +31 -17
  42. package/dist/collection/components/kup-button/kup-button.js +2 -2
  43. package/dist/collection/components/kup-button-list/kup-button-list.js +26 -8
  44. package/dist/collection/components/kup-calendar/kup-calendar-declarations.js +14 -8
  45. package/dist/collection/components/kup-calendar/kup-calendar.css +2 -2
  46. package/dist/collection/components/kup-calendar/kup-calendar.js +185 -315
  47. package/dist/collection/components/kup-card/built-in/kup-card-built-in.js +38 -0
  48. package/dist/collection/components/kup-card/{builtin → built-in}/kup-card-calendar.js +1 -1
  49. package/dist/collection/components/kup-card/{builtin → built-in}/kup-card-clock.js +32 -32
  50. package/dist/collection/components/kup-card/built-in/kup-card-column-drop-menu.js +167 -0
  51. package/dist/collection/components/kup-card/collapsible/kup-card-collapsible.js +1 -1
  52. package/dist/collection/components/kup-card/dialog/kup-card-dialog.js +2 -2
  53. package/dist/collection/components/kup-card/free/kup-card-free.js +11 -2
  54. package/dist/collection/components/kup-card/kup-card-declarations.js +14 -14
  55. package/dist/collection/components/kup-card/kup-card-helper.js +3 -3
  56. package/dist/collection/components/kup-card/kup-card.css +423 -137
  57. package/dist/collection/components/kup-card/kup-card.js +62 -11
  58. package/dist/collection/components/kup-card/scalable/kup-card-scalable.js +1 -1
  59. package/dist/collection/components/kup-card/standard/kup-card-standard.js +18 -5
  60. package/dist/collection/components/kup-cell/kup-cell.js +15 -13
  61. package/dist/collection/components/kup-chart/kup-chart-builder.js +3 -4
  62. package/dist/collection/components/kup-chart/kup-chart.js +7 -7
  63. package/dist/collection/components/kup-checkbox/kup-checkbox.js +1 -1
  64. package/dist/collection/components/kup-chip/kup-chip.css +1 -0
  65. package/dist/collection/components/kup-chip/kup-chip.js +51 -92
  66. package/dist/collection/components/kup-color-picker/kup-color-picker.css +1 -265
  67. package/dist/collection/components/kup-color-picker/kup-color-picker.js +93 -48
  68. package/dist/collection/components/kup-combobox/kup-combobox.js +148 -115
  69. package/dist/collection/components/kup-dash/kup-dash.js +1 -1
  70. package/dist/collection/components/kup-dash-list/kup-dash-list.js +5 -5
  71. package/dist/collection/components/kup-data-table/kup-data-table-declarations.js +3 -1
  72. package/dist/collection/components/kup-data-table/kup-data-table-helper.js +28 -56
  73. package/dist/collection/components/kup-data-table/kup-data-table.css +4 -0
  74. package/dist/collection/components/kup-data-table/kup-data-table.js +345 -158
  75. package/dist/collection/components/kup-date-picker/kup-date-picker.js +8 -5
  76. package/dist/collection/components/kup-drawer/kup-drawer.js +1 -1
  77. package/dist/collection/components/kup-dropdown-button/kup-dropdown-button.js +2 -2
  78. package/dist/collection/components/kup-echart/assets/maps/africa.json +6116 -0
  79. package/dist/collection/components/kup-echart/assets/maps/america.json +5416 -0
  80. package/dist/collection/components/kup-echart/assets/maps/asia.json +6053 -0
  81. package/dist/collection/components/kup-echart/assets/maps/europe.json +5051 -0
  82. package/dist/collection/components/kup-echart/assets/maps/italy.json +3562 -0
  83. package/dist/collection/components/kup-echart/assets/maps/oceania.json +1069 -0
  84. package/dist/collection/components/kup-echart/assets/maps/world.json +23685 -0
  85. package/dist/collection/components/kup-echart/kup-echart-declarations.js +45 -0
  86. package/dist/collection/components/kup-echart/kup-echart.css +13 -0
  87. package/dist/collection/components/kup-echart/kup-echart.js +1165 -0
  88. package/dist/collection/components/kup-field/kup-field.js +2 -2
  89. package/dist/collection/components/kup-gauge/kup-gauge.js +3 -3
  90. package/dist/collection/components/kup-grid/kup-grid.css +2 -2
  91. package/dist/collection/components/kup-grid/kup-grid.js +6 -5
  92. package/dist/collection/components/kup-iframe/kup-iframe.js +2 -2
  93. package/dist/collection/components/kup-image/assets/svg/science.svg +1 -0
  94. package/dist/collection/components/kup-image/kup-image.js +3 -3
  95. package/dist/collection/components/kup-lazy/kup-lazy.css +21 -11
  96. package/dist/collection/components/kup-lazy/kup-lazy.js +62 -3
  97. package/dist/collection/components/kup-list/kup-list-helper.js +7 -1
  98. package/dist/collection/components/kup-list/kup-list.css +3 -0
  99. package/dist/collection/components/kup-list/kup-list.js +219 -288
  100. package/dist/collection/components/kup-magic-box/kup-magic-box-declarations.js +11 -7
  101. package/dist/collection/components/kup-magic-box/kup-magic-box.js +90 -41
  102. package/dist/collection/components/kup-nav-bar/kup-nav-bar.js +1 -1
  103. package/dist/collection/components/kup-probe/kup-probe.js +1 -1
  104. package/dist/collection/components/kup-progress-bar/kup-progress-bar.js +1 -1
  105. package/dist/collection/components/kup-qlik/kup-qlik.js +1 -1
  106. package/dist/collection/components/kup-radio/kup-radio.js +1 -1
  107. package/dist/collection/components/kup-rating/kup-rating.js +1 -1
  108. package/dist/collection/components/kup-snackbar/kup-snackbar.js +1 -1
  109. package/dist/collection/components/kup-spinner/kup-spinner.js +1 -1
  110. package/dist/collection/components/kup-state/mock-store.js +1 -1
  111. package/dist/collection/components/kup-switch/kup-switch.js +1 -1
  112. package/dist/collection/components/kup-tab-bar/kup-tab-bar.js +3 -3
  113. package/dist/collection/components/kup-text-field/kup-text-field.css +2 -0
  114. package/dist/collection/components/kup-text-field/kup-text-field.js +2 -2
  115. package/dist/collection/components/kup-time-picker/kup-time-picker.js +8 -5
  116. package/dist/collection/components/kup-tooltip/kup-tooltip.js +3 -3
  117. package/dist/collection/components/kup-tree/kup-tree-declarations.js +0 -5
  118. package/dist/collection/components/kup-tree/kup-tree-faker.js +2 -3
  119. package/dist/collection/components/kup-tree/kup-tree.css +2 -0
  120. package/dist/collection/components/kup-tree/kup-tree.js +145 -70
  121. package/dist/collection/f-components/f-cell/f-cell-declarations.js +3 -1
  122. package/dist/collection/f-components/f-cell/f-cell.js +29 -19
  123. package/dist/collection/f-components/f-chip/f-chip.js +76 -87
  124. package/dist/collection/f-components/f-image/f-image.js +2 -2
  125. package/dist/collection/f-components/f-paginator/f-paginator-declarations.js +5 -0
  126. package/dist/collection/f-components/f-paginator/f-paginator-utils.js +28 -0
  127. package/dist/collection/f-components/f-paginator/f-paginator.js +91 -0
  128. package/dist/collection/f-components/f-text-field/f-text-field.js +4 -4
  129. package/dist/collection/managers/kup-data/kup-data-cell-helper.js +52 -0
  130. package/dist/collection/managers/kup-data/kup-data-column-helper.js +272 -0
  131. package/dist/collection/managers/kup-data/kup-data-declarations.js +9 -0
  132. package/dist/collection/managers/kup-data/kup-data-node-helper.js +72 -0
  133. package/dist/collection/managers/kup-data/kup-data-row-helper.js +28 -0
  134. package/dist/collection/managers/kup-data/kup-data.js +382 -0
  135. package/dist/collection/{utils → managers}/kup-dates/kup-dates-declarations.js +0 -0
  136. package/dist/collection/{utils → managers}/kup-dates/kup-dates.js +53 -19
  137. package/dist/collection/{utils → managers}/kup-debug/kup-debug-browser-utils.js +1 -1
  138. package/dist/collection/{utils → managers}/kup-debug/kup-debug-declarations.js +0 -0
  139. package/dist/collection/{utils → managers}/kup-debug/kup-debug.js +79 -124
  140. package/dist/collection/{utils → managers}/kup-dynamic-position/kup-dynamic-position-declarations.js +0 -0
  141. package/dist/collection/{utils → managers}/kup-dynamic-position/kup-dynamic-position.js +10 -1
  142. package/dist/collection/{utils → managers}/kup-interact/kup-interact-declarations.js +1 -0
  143. package/dist/collection/{utils → managers}/kup-interact/kup-interact.js +22 -13
  144. package/dist/collection/{utils → managers}/kup-language/kup-language-declarations.js +10 -0
  145. package/dist/collection/{utils → managers}/kup-language/kup-language.js +5 -5
  146. package/dist/collection/{utils → managers}/kup-manager/kup-manager-declarations.js +0 -0
  147. package/dist/collection/{utils → managers}/kup-manager/kup-manager.js +45 -4
  148. package/dist/collection/managers/kup-math/kup-math-declarations.js +13 -0
  149. package/dist/collection/managers/kup-math/kup-math-helper.js +39 -0
  150. package/dist/collection/managers/kup-math/kup-math.js +151 -0
  151. package/dist/collection/{utils → managers}/kup-objects/kup-objects-declarations.js +0 -0
  152. package/dist/collection/{utils → managers}/kup-objects/kup-objects.js +15 -0
  153. package/dist/collection/{utils → managers}/kup-scroll-on-hover/kup-scroll-on-hover-declarations.js +0 -0
  154. package/dist/collection/{utils → managers}/kup-scroll-on-hover/kup-scroll-on-hover.js +0 -0
  155. package/dist/collection/{utils → managers}/kup-search/kup-search-declarations.js +0 -0
  156. package/dist/collection/{utils → managers}/kup-search/kup-search.js +0 -0
  157. package/dist/collection/{utils → managers}/kup-theme/kup-theme-declarations.js +99 -0
  158. package/dist/collection/{utils → managers}/kup-theme/kup-theme.js +117 -68
  159. package/dist/collection/{utils → managers}/kup-toolbar/kup-toolbar-declarations.js +0 -0
  160. package/dist/collection/{utils → managers}/kup-toolbar/kup-toolbar.js +0 -0
  161. package/dist/collection/types/GenericTypes.js +48 -1
  162. package/dist/collection/utils/cell-utils.js +3 -4
  163. package/dist/collection/utils/filters/filters-column-menu.js +7 -7
  164. package/dist/collection/utils/filters/filters-rows.js +2 -2
  165. package/dist/collection/utils/filters/filters-tree-items.js +12 -12
  166. package/dist/collection/utils/filters/filters.js +3 -2
  167. package/dist/collection/utils/kup-column-menu/kup-column-menu-declarations.js +1 -0
  168. package/dist/collection/utils/kup-column-menu/kup-column-menu.js +100 -68
  169. package/dist/collection/utils/utils.js +4 -4
  170. package/dist/esm/{cell-utils-8f512ea9.js → cell-utils-571978d6.js} +4 -4
  171. package/dist/esm/{component-d2803feb.js → component-c4eb6153.js} +204 -170
  172. package/dist/esm/{f-button-30dbcaa9.js → f-button-b3011cc2.js} +2 -2
  173. package/dist/esm/{f-cell-95c186c6.js → f-cell-b88b2731.js} +38 -28
  174. package/dist/esm/f-chip-a52489ec.js +128 -0
  175. package/dist/esm/{f-image-3bc8b24f.js → f-image-5e5ed7e2.js} +3 -3
  176. package/dist/esm/{index-e0e67c23.js → index-78f3699d.js} +23 -0
  177. package/dist/esm/ketchup.js +3 -3
  178. package/dist/esm/kup-accordion.entry.js +7 -7
  179. package/dist/esm/{kup-autocomplete_28.entry.js → kup-autocomplete_27.entry.js} +4420 -3856
  180. package/dist/esm/kup-calendar.entry.js +626 -359
  181. package/dist/esm/kup-cell.entry.js +15 -13
  182. package/dist/esm/kup-dash-list.entry.js +4 -4
  183. package/dist/esm/kup-dash_2.entry.js +8 -7
  184. package/dist/esm/kup-drawer.entry.js +3 -3
  185. package/dist/esm/kup-echart.entry.js +93035 -0
  186. package/dist/esm/kup-field.entry.js +2 -2
  187. package/dist/esm/kup-iframe.entry.js +3 -3
  188. package/dist/esm/kup-lazy.entry.js +22 -5
  189. package/dist/esm/kup-magic-box.entry.js +95 -42
  190. package/dist/esm/{kup-manager-7fc234da.js → kup-manager-1f76a3ef.js} +3388 -753
  191. package/dist/esm/kup-nav-bar.entry.js +3 -3
  192. package/dist/esm/kup-probe.entry.js +2 -2
  193. package/dist/esm/kup-qlik.entry.js +2 -2
  194. package/dist/esm/kup-snackbar.entry.js +5 -5
  195. package/dist/esm/loader.js +3 -3
  196. package/dist/esm/polyfills/css-shim.js +1 -1
  197. package/dist/esm/{tslib.es6-e6137777.js → tslib.es6-8f2d44b6.js} +13 -1
  198. package/dist/esm/utils-93ae800f.js +461 -0
  199. package/dist/ketchup/assets/maps/africa.json +6116 -0
  200. package/dist/ketchup/assets/maps/america.json +5416 -0
  201. package/dist/ketchup/assets/maps/asia.json +6053 -0
  202. package/dist/ketchup/assets/maps/europe.json +5051 -0
  203. package/dist/ketchup/assets/maps/italy.json +3562 -0
  204. package/dist/ketchup/assets/maps/oceania.json +1069 -0
  205. package/dist/ketchup/assets/maps/world.json +23685 -0
  206. package/dist/ketchup/assets/svg/science.svg +1 -0
  207. package/dist/ketchup/ketchup.esm.js +1 -1
  208. package/dist/ketchup/{p-a878016f.entry.js → p-088a886c.entry.js} +1 -1
  209. package/dist/ketchup/p-135cabdc.entry.js +1 -0
  210. package/dist/ketchup/{p-1c6178e4.entry.js → p-1c1e830f.entry.js} +1 -1
  211. package/dist/ketchup/{p-62816d0b.entry.js → p-29208220.entry.js} +1 -1
  212. package/dist/ketchup/{p-ca0ca27f.entry.js → p-2b9f2019.entry.js} +1 -1
  213. package/dist/ketchup/p-52d0582a.js +1 -0
  214. package/dist/ketchup/p-554bd5f0.entry.js +39 -0
  215. package/dist/ketchup/{p-de83f2f6.js → p-5f52e313.js} +1 -1
  216. package/dist/ketchup/{p-ccda584a.entry.js → p-65449480.entry.js} +1 -1
  217. package/dist/ketchup/p-79cf3874.entry.js +1 -0
  218. package/dist/ketchup/p-7a85cda4.js +1 -0
  219. package/dist/ketchup/p-84cce555.entry.js +27 -0
  220. package/dist/ketchup/p-8c44c3b9.js +135 -0
  221. package/dist/ketchup/{p-65adc15b.entry.js → p-9d49cdb2.entry.js} +1 -1
  222. package/dist/ketchup/{p-5a4a5fdc.js → p-a0b1d769.js} +1 -1
  223. package/dist/ketchup/{p-dbb6998b.entry.js → p-a2b6672e.entry.js} +1 -1
  224. package/dist/ketchup/{p-a378ba56.entry.js → p-a4be630b.entry.js} +1 -1
  225. package/dist/ketchup/p-c072b270.js +1 -0
  226. package/dist/ketchup/{p-1baf1205.entry.js → p-c648972c.entry.js} +1 -1
  227. package/dist/ketchup/{p-af4a6191.entry.js → p-d67d39c0.entry.js} +1 -1
  228. package/dist/ketchup/p-d6e2f2b0.entry.js +1 -0
  229. package/dist/ketchup/{p-44375e49.js → p-da387e0e.js} +1 -1
  230. package/dist/ketchup/p-e5c9ec9e.js +1 -0
  231. package/dist/ketchup/{p-cb5f4994.js → p-ed0b8666.js} +0 -0
  232. package/dist/ketchup/p-ef539eda.js +9 -0
  233. package/dist/ketchup/p-f316234c.entry.js +143 -0
  234. package/dist/types/components/kup-accordion/kup-accordion-declarations.d.ts +2 -2
  235. package/dist/types/components/kup-autocomplete/kup-autocomplete-declarations.d.ts +6 -0
  236. package/dist/types/components/kup-autocomplete/kup-autocomplete.d.ts +29 -22
  237. package/dist/types/components/kup-box/kup-box-declarations.d.ts +7 -11
  238. package/dist/types/components/kup-box/kup-box.d.ts +4 -4
  239. package/dist/types/components/kup-button-list/kup-button-list-declarations.d.ts +6 -1
  240. package/dist/types/components/kup-button-list/kup-button-list.d.ts +4 -3
  241. package/dist/types/components/kup-calendar/kup-calendar-declarations.d.ts +28 -10
  242. package/dist/types/components/kup-calendar/kup-calendar.d.ts +19 -47
  243. package/dist/types/components/kup-card/built-in/kup-card-built-in.d.ts +27 -0
  244. package/dist/types/components/kup-card/{builtin → built-in}/kup-card-calendar.d.ts +0 -0
  245. package/dist/types/components/kup-card/{builtin → built-in}/kup-card-clock.d.ts +0 -0
  246. package/dist/types/components/kup-card/built-in/kup-card-column-drop-menu.d.ts +3 -0
  247. package/dist/types/components/kup-card/free/kup-card-free.d.ts +7 -1
  248. package/dist/types/components/kup-card/kup-card-declarations.d.ts +46 -21
  249. package/dist/types/components/kup-card/kup-card.d.ts +9 -2
  250. package/dist/types/components/kup-cell/kup-cell.d.ts +3 -3
  251. package/dist/types/components/kup-chart/kup-chart-builder.d.ts +5 -5
  252. package/dist/types/components/kup-chart/kup-chart-declarations.d.ts +3 -3
  253. package/dist/types/components/kup-chart/kup-chart.d.ts +2 -2
  254. package/dist/types/components/kup-chip/kup-chip-declarations.d.ts +6 -3
  255. package/dist/types/components/kup-chip/kup-chip.d.ts +9 -13
  256. package/dist/types/components/kup-color-picker/kup-color-picker.d.ts +7 -3
  257. package/dist/types/components/kup-combobox/kup-combobox-declarations.d.ts +4 -0
  258. package/dist/types/components/kup-combobox/kup-combobox.d.ts +11 -33
  259. package/dist/types/components/kup-dash-list/kup-dash-list.d.ts +2 -2
  260. package/dist/types/components/kup-data-table/kup-data-table-declarations.d.ts +45 -104
  261. package/dist/types/components/kup-data-table/kup-data-table-helper.d.ts +8 -11
  262. package/dist/types/components/kup-data-table/kup-data-table.d.ts +49 -27
  263. package/dist/types/components/kup-echart/kup-echart-declarations.d.ts +55 -0
  264. package/dist/types/components/kup-echart/kup-echart.d.ts +100 -0
  265. package/dist/types/components/kup-lazy/kup-lazy.d.ts +13 -1
  266. package/dist/types/components/kup-list/kup-list-declarations.d.ts +2 -1
  267. package/dist/types/components/kup-list/kup-list.d.ts +4 -35
  268. package/dist/types/components/kup-magic-box/kup-magic-box-declarations.d.ts +6 -10
  269. package/dist/types/components/kup-magic-box/kup-magic-box.d.ts +7 -11
  270. package/dist/types/components/kup-tooltip/kup-tooltip-declarations.d.ts +11 -13
  271. package/dist/types/components/kup-tree/kup-tree-declarations.d.ts +14 -35
  272. package/dist/types/components/kup-tree/kup-tree-faker.d.ts +10 -10
  273. package/dist/types/components/kup-tree/kup-tree.d.ts +45 -35
  274. package/dist/types/components.d.ts +305 -186
  275. package/dist/types/f-components/f-cell/f-cell-declarations.d.ts +11 -10
  276. package/dist/types/f-components/f-chip/f-chip-declarations.d.ts +7 -22
  277. package/dist/types/f-components/f-paginator/f-paginator-declarations.d.ts +22 -0
  278. package/dist/types/f-components/f-paginator/f-paginator-utils.d.ts +2 -0
  279. package/dist/types/f-components/f-paginator/f-paginator.d.ts +3 -0
  280. package/dist/types/managers/kup-data/kup-data-cell-helper.d.ts +24 -0
  281. package/dist/types/managers/kup-data/kup-data-column-helper.d.ts +31 -0
  282. package/dist/types/managers/kup-data/kup-data-declarations.d.ts +160 -0
  283. package/dist/types/managers/kup-data/kup-data-node-helper.d.ts +23 -0
  284. package/dist/types/managers/kup-data/kup-data-row-helper.d.ts +14 -0
  285. package/dist/types/managers/kup-data/kup-data.d.ts +77 -0
  286. package/dist/types/{utils → managers}/kup-dates/kup-dates-declarations.d.ts +0 -0
  287. package/dist/types/{utils → managers}/kup-dates/kup-dates.d.ts +24 -2
  288. package/dist/types/{utils → managers}/kup-debug/kup-debug-declarations.d.ts +0 -0
  289. package/dist/types/{utils → managers}/kup-debug/kup-debug.d.ts +6 -13
  290. package/dist/types/{utils → managers}/kup-dynamic-position/kup-dynamic-position-declarations.d.ts +1 -0
  291. package/dist/types/{utils → managers}/kup-dynamic-position/kup-dynamic-position.d.ts +0 -0
  292. package/dist/types/{utils → managers}/kup-interact/kup-interact-declarations.d.ts +9 -8
  293. package/dist/types/{utils → managers}/kup-interact/kup-interact.d.ts +7 -6
  294. package/dist/types/{utils → managers}/kup-language/kup-language-declarations.d.ts +11 -1
  295. package/dist/types/{utils → managers}/kup-language/kup-language.d.ts +3 -3
  296. package/dist/types/{utils → managers}/kup-manager/kup-manager-declarations.d.ts +21 -2
  297. package/dist/types/{utils → managers}/kup-manager/kup-manager.d.ts +4 -0
  298. package/dist/types/managers/kup-math/kup-math-declarations.d.ts +21 -0
  299. package/dist/types/managers/kup-math/kup-math-helper.d.ts +17 -0
  300. package/dist/types/managers/kup-math/kup-math.d.ts +60 -0
  301. package/dist/types/{utils → managers}/kup-objects/kup-objects-declarations.d.ts +0 -0
  302. package/dist/types/{utils → managers}/kup-objects/kup-objects.d.ts +6 -0
  303. package/dist/types/{utils → managers}/kup-scroll-on-hover/kup-scroll-on-hover-declarations.d.ts +0 -0
  304. package/dist/types/{utils → managers}/kup-scroll-on-hover/kup-scroll-on-hover.d.ts +0 -0
  305. package/dist/types/{utils → managers}/kup-search/kup-search-declarations.d.ts +0 -0
  306. package/dist/types/{utils → managers}/kup-search/kup-search.d.ts +0 -0
  307. package/dist/types/{utils → managers}/kup-theme/kup-theme-declarations.d.ts +37 -1
  308. package/dist/types/{utils → managers}/kup-theme/kup-theme.d.ts +19 -19
  309. package/dist/types/{utils → managers}/kup-toolbar/kup-toolbar-declarations.d.ts +0 -0
  310. package/dist/types/{utils → managers}/kup-toolbar/kup-toolbar.d.ts +0 -0
  311. package/dist/types/stencil-public-runtime.d.ts +6 -4
  312. package/dist/types/types/GenericTypes.d.ts +53 -6
  313. package/dist/types/utils/cell-utils.d.ts +7 -6
  314. package/dist/types/utils/filters/filters-column-menu.d.ts +16 -16
  315. package/dist/types/utils/filters/filters-rows.d.ts +10 -10
  316. package/dist/types/utils/filters/filters-tree-items.d.ts +7 -7
  317. package/dist/types/utils/helpers.d.ts +2 -2
  318. package/dist/types/utils/kup-column-menu/kup-column-menu-declarations.d.ts +1 -0
  319. package/dist/types/utils/kup-column-menu/kup-column-menu.d.ts +27 -33
  320. package/dist/types/utils/utils.d.ts +4 -2
  321. package/package.json +31 -26
  322. package/dist/cjs/f-chip-90d95d22.js +0 -141
  323. package/dist/cjs/utils-0cc466b9.js +0 -1492
  324. package/dist/collection/components/kup-card/builtin/kup-card-builtin.js +0 -20
  325. package/dist/collection/components/kup-paginator/kup-paginator-declarations.js +0 -5
  326. package/dist/collection/components/kup-paginator/kup-paginator.css +0 -46
  327. package/dist/collection/components/kup-paginator/kup-paginator.js +0 -408
  328. package/dist/esm/f-chip-c0e9c0ff.js +0 -139
  329. package/dist/esm/utils-6c73709d.js +0 -1470
  330. package/dist/ketchup/p-15321eae.js +0 -1
  331. package/dist/ketchup/p-5a5f2a53.js +0 -1
  332. package/dist/ketchup/p-61faaa38.js +0 -8
  333. package/dist/ketchup/p-7e23ea7c.entry.js +0 -1
  334. package/dist/ketchup/p-9d02a676.js +0 -134
  335. package/dist/ketchup/p-a96e6e32.entry.js +0 -1
  336. package/dist/ketchup/p-ad32821e.entry.js +0 -1
  337. package/dist/ketchup/p-c18c7bb0.entry.js +0 -27
  338. package/dist/ketchup/p-d4aa4922.js +0 -1
  339. package/dist/ketchup/p-ec3a3db9.js +0 -1
  340. package/dist/ketchup/p-ecccb3a4.entry.js +0 -45
  341. package/dist/types/components/kup-card/builtin/kup-card-builtin.d.ts +0 -14
  342. package/dist/types/components/kup-paginator/kup-paginator-declarations.d.ts +0 -11
  343. package/dist/types/components/kup-paginator/kup-paginator.d.ts +0 -48
@@ -1,57 +1,67 @@
1
- .builtin-layout-1 {
1
+ .built-in-layout-1 {
2
+ background-color: var(--kup-background-color);
3
+ border-radius: 4px;
4
+ box-sizing: border-box;
5
+ box-shadow: 0 2px 1px -1px rgba(128, 128, 128, 0.1), 0 1px 1px 0 rgba(128, 128, 128, 0.1), 0 1px 3px 0 rgba(128, 128, 128, 0.6);
6
+ display: flex;
7
+ flex-direction: column;
8
+ height: 100%;
9
+ position: relative;
10
+ width: 100%;
11
+ overflow: auto;
2
12
  padding: 0.5em;
3
13
  }
4
- .builtin-layout-1 .section-1 {
14
+ .built-in-layout-1 .section-1 {
5
15
  box-sizing: border-box;
6
16
  height: 5em;
7
17
  overflow: auto;
8
18
  padding-bottom: 1em;
9
19
  width: 100%;
10
20
  }
11
- .builtin-layout-1 .section-1 .sub-1 {
21
+ .built-in-layout-1 .section-1 .sub-1 {
12
22
  display: flex;
13
23
  flex-direction: row;
14
24
  justify-content: center;
15
25
  }
16
- .builtin-layout-1 .section-2 {
26
+ .built-in-layout-1 .section-2 {
17
27
  height: calc(100% - 60px);
18
28
  overflow: auto;
19
29
  width: 100%;
20
30
  }
21
- .builtin-layout-1 .prev-page {
31
+ .built-in-layout-1 .prev-page {
22
32
  margin-left: auto;
23
33
  }
24
- .builtin-layout-1 .change-view-button {
34
+ .built-in-layout-1 .change-view-button {
25
35
  margin: auto;
26
36
  width: 12em;
27
37
  text-align: center;
28
38
  }
29
- .builtin-layout-1 #change-view-button button {
39
+ .built-in-layout-1 #change-view-button button {
30
40
  text-transform: capitalize;
31
41
  }
32
- .builtin-layout-1 .next-page {
42
+ .built-in-layout-1 .next-page {
33
43
  margin-right: auto;
34
44
  }
35
- .builtin-layout-1 .calendar {
45
+ .built-in-layout-1 .calendar {
36
46
  border-collapse: collapse;
37
47
  width: 100%;
38
48
  }
39
- .builtin-layout-1 thead {
49
+ .built-in-layout-1 thead {
40
50
  border-bottom: 1px solid var(--kup-border-color);
41
51
  }
42
- .builtin-layout-1 .item-text {
52
+ .built-in-layout-1 .item-text {
43
53
  color: rgba(var(--kup-text-color-rgb), 0.5);
44
54
  }
45
- .builtin-layout-1 .item {
55
+ .built-in-layout-1 .item {
46
56
  text-align: center;
47
57
  }
48
- .builtin-layout-1 .item:not(.selected) .item-number:hover {
58
+ .built-in-layout-1 .item:not(.selected) .item-number:hover {
49
59
  background-color: var(--kup-hover-background-color);
50
60
  }
51
- .builtin-layout-1 .item.selected .item-number, .builtin-layout-1 .item.selected .item-number:hover {
61
+ .built-in-layout-1 .item.selected .item-number, .built-in-layout-1 .item.selected .item-number:hover {
52
62
  background-color: rgba(var(--kup-primary-color-rgb), 0.175);
53
63
  }
54
- .builtin-layout-1 .item-number {
64
+ .built-in-layout-1 .item-number {
55
65
  border-radius: 50%;
56
66
  cursor: pointer;
57
67
  display: flex;
@@ -63,7 +73,19 @@
63
73
  text-transform: capitalize;
64
74
  }
65
75
 
66
- .builtin-layout-2 .clock {
76
+ .built-in-layout-2 {
77
+ background-color: var(--kup-background-color);
78
+ border-radius: 4px;
79
+ box-sizing: border-box;
80
+ box-shadow: 0 2px 1px -1px rgba(128, 128, 128, 0.1), 0 1px 1px 0 rgba(128, 128, 128, 0.1), 0 1px 3px 0 rgba(128, 128, 128, 0.6);
81
+ display: flex;
82
+ flex-direction: column;
83
+ height: 100%;
84
+ position: relative;
85
+ width: 100%;
86
+ overflow: auto;
87
+ }
88
+ .built-in-layout-2 .clock {
67
89
  box-shadow: var(--kup-box-shadow);
68
90
  width: 300px;
69
91
  height: 450px;
@@ -71,7 +93,7 @@
71
93
  position: relative;
72
94
  font-family: var(--kup-font-family);
73
95
  }
74
- .builtin-layout-2 .top {
96
+ .built-in-layout-2 .top {
75
97
  background-color: var(--kup-primary-color);
76
98
  color: var(--kup-text-on-primary-color);
77
99
  height: 100px;
@@ -79,15 +101,15 @@
79
101
  font-size: 50px;
80
102
  text-align: center;
81
103
  }
82
- .builtin-layout-2 .top span {
104
+ .built-in-layout-2 .top span {
83
105
  cursor: pointer;
84
106
  opacity: 0.75;
85
107
  transition: 0.25s ease-in-out;
86
108
  }
87
- .builtin-layout-2 .top .visible {
109
+ .built-in-layout-2 .top .visible {
88
110
  opacity: 1;
89
111
  }
90
- .builtin-layout-2 .circle {
112
+ .built-in-layout-2 .circle {
91
113
  user-select: none;
92
114
  background-color: rgba(var(--kup-text-color-rgb), 0.1);
93
115
  width: 250px;
@@ -99,10 +121,10 @@
99
121
  box-sizing: border-box;
100
122
  display: none;
101
123
  }
102
- .builtin-layout-2 .circle.visible {
124
+ .built-in-layout-2 .circle.visible {
103
125
  display: block;
104
126
  }
105
- .builtin-layout-2 .mid {
127
+ .built-in-layout-2 .mid {
106
128
  position: absolute;
107
129
  left: calc(50% - 0px);
108
130
  top: calc(50% - 0px);
@@ -111,7 +133,7 @@
111
133
  border-radius: 10px;
112
134
  background-color: var(--kup-text-color);
113
135
  }
114
- .builtin-layout-2 .hour {
136
+ .built-in-layout-2 .hour {
115
137
  position: absolute;
116
138
  height: 40px;
117
139
  line-height: 40px;
@@ -119,10 +141,10 @@
119
141
  border-radius: 40px;
120
142
  text-align: center;
121
143
  }
122
- .builtin-layout-2 .hour.selected {
144
+ .built-in-layout-2 .hour.selected {
123
145
  z-index: 2;
124
146
  }
125
- .builtin-layout-2 .hour.selected::after {
147
+ .built-in-layout-2 .hour.selected::after {
126
148
  content: "";
127
149
  z-index: -1;
128
150
  background-color: rgba(var(--kup-primary-color-rgb), 0.5);
@@ -135,7 +157,7 @@
135
157
  width: 101px;
136
158
  right: 50%;
137
159
  }
138
- .builtin-layout-2 .hour2 {
160
+ .built-in-layout-2 .hour2 {
139
161
  z-index: 2;
140
162
  position: absolute;
141
163
  height: 30px;
@@ -145,7 +167,7 @@
145
167
  text-align: center;
146
168
  font-size: 14px;
147
169
  }
148
- .builtin-layout-2 .hour2.selected::after {
170
+ .built-in-layout-2 .hour2.selected::after {
149
171
  content: "";
150
172
  background-color: rgba(var(--kup-primary-color-rgb), 0.5);
151
173
  height: 1px;
@@ -158,7 +180,7 @@
158
180
  right: 50%;
159
181
  z-index: -1;
160
182
  }
161
- .builtin-layout-2 .unit {
183
+ .built-in-layout-2 .unit {
162
184
  position: absolute;
163
185
  height: 20px;
164
186
  line-height: 20px;
@@ -167,7 +189,7 @@
167
189
  text-align: center;
168
190
  font-size: 12px;
169
191
  }
170
- .builtin-layout-2 .unit.selected::after {
192
+ .built-in-layout-2 .unit.selected::after {
171
193
  content: "";
172
194
  background-color: rgba(var(--kup-primary-color-rgb), 0.5);
173
195
  height: 1px;
@@ -179,24 +201,24 @@
179
201
  width: 101px;
180
202
  right: 50%;
181
203
  }
182
- .builtin-layout-2 .hour,
183
- .builtin-layout-2 .hour2,
184
- .builtin-layout-2 .unit {
204
+ .built-in-layout-2 .hour,
205
+ .built-in-layout-2 .hour2,
206
+ .built-in-layout-2 .unit {
185
207
  cursor: pointer;
186
208
  transition: background-color 0.25s;
187
209
  }
188
- .builtin-layout-2 .hour:hover,
189
- .builtin-layout-2 .hour2:hover,
190
- .builtin-layout-2 .unit:hover {
210
+ .built-in-layout-2 .hour:hover,
211
+ .built-in-layout-2 .hour2:hover,
212
+ .built-in-layout-2 .unit:hover {
191
213
  background-color: rgba(var(--kup-primary-color-rgb), 0.275);
192
214
  }
193
- .builtin-layout-2 .hour.selected,
194
- .builtin-layout-2 .hour2.selected,
195
- .builtin-layout-2 .unit.selected {
215
+ .built-in-layout-2 .hour.selected,
216
+ .built-in-layout-2 .hour2.selected,
217
+ .built-in-layout-2 .unit.selected {
196
218
  background-color: var(--kup-primary-color);
197
219
  color: var(--kup-text-on-primary-color);
198
220
  }
199
- .builtin-layout-2 .actions {
221
+ .built-in-layout-2 .actions {
200
222
  color: var(--kup-primary-color);
201
223
  font-weight: bold;
202
224
  font-size: 20px;
@@ -207,7 +229,7 @@
207
229
  box-sizing: border-box;
208
230
  bottom: 10px;
209
231
  }
210
- .builtin-layout-2 .action {
232
+ .built-in-layout-2 .action {
211
233
  display: inline-block;
212
234
  width: 100px;
213
235
  text-align: center;
@@ -217,276 +239,531 @@
217
239
  cursor: pointer;
218
240
  border-radius: 2px;
219
241
  }
220
- .builtin-layout-2 .clock .actions .action:hover {
242
+ .built-in-layout-2 .clock .actions .action:hover {
221
243
  background-color: rgba(0, 0, 0, 0.1);
222
244
  }
223
- .builtin-layout-2 .clock .actions .action:visible {
245
+ .built-in-layout-2 .clock .actions .action:visible {
224
246
  background-color: rgba(0, 0, 0, 0.3);
225
247
  }
226
- .builtin-layout-2 .hour:nth-child(12):after {
248
+ .built-in-layout-2 .hour:nth-child(12):after {
227
249
  transform: rotate(330deg);
228
250
  }
229
- .builtin-layout-2 .hour:nth-child(11):after {
251
+ .built-in-layout-2 .hour:nth-child(11):after {
230
252
  transform: rotate(300deg);
231
253
  }
232
- .builtin-layout-2 .hour:nth-child(10):after {
254
+ .built-in-layout-2 .hour:nth-child(10):after {
233
255
  transform: rotate(270deg);
234
256
  }
235
- .builtin-layout-2 .hour:nth-child(9):after {
257
+ .built-in-layout-2 .hour:nth-child(9):after {
236
258
  transform: rotate(240deg);
237
259
  }
238
- .builtin-layout-2 .hour:nth-child(8):after {
260
+ .built-in-layout-2 .hour:nth-child(8):after {
239
261
  transform: rotate(210deg);
240
262
  }
241
- .builtin-layout-2 .hour:nth-child(7):after {
263
+ .built-in-layout-2 .hour:nth-child(7):after {
242
264
  transform: rotate(180deg);
243
265
  }
244
- .builtin-layout-2 .hour:nth-child(6):after {
266
+ .built-in-layout-2 .hour:nth-child(6):after {
245
267
  transform: rotate(150deg);
246
268
  }
247
- .builtin-layout-2 .hour:nth-child(5):after {
269
+ .built-in-layout-2 .hour:nth-child(5):after {
248
270
  transform: rotate(120deg);
249
271
  }
250
- .builtin-layout-2 .hour:nth-child(4):after {
272
+ .built-in-layout-2 .hour:nth-child(4):after {
251
273
  transform: rotate(90deg);
252
274
  }
253
- .builtin-layout-2 .hour:nth-child(3):after {
275
+ .built-in-layout-2 .hour:nth-child(3):after {
254
276
  transform: rotate(60deg);
255
277
  }
256
- .builtin-layout-2 .hour:nth-child(2):after {
278
+ .built-in-layout-2 .hour:nth-child(2):after {
257
279
  transform: rotate(30deg);
258
280
  }
259
- .builtin-layout-2 .hour:nth-child(1):after {
281
+ .built-in-layout-2 .hour:nth-child(1):after {
260
282
  transform: rotate(0deg);
261
283
  }
262
- .builtin-layout-2 .hour2:nth-child(24):after {
284
+ .built-in-layout-2 .hour2:nth-child(24):after {
263
285
  transform: rotate(690deg);
264
286
  }
265
- .builtin-layout-2 .hour2:nth-child(23):after {
287
+ .built-in-layout-2 .hour2:nth-child(23):after {
266
288
  transform: rotate(660deg);
267
289
  }
268
- .builtin-layout-2 .hour2:nth-child(22):after {
290
+ .built-in-layout-2 .hour2:nth-child(22):after {
269
291
  transform: rotate(630deg);
270
292
  }
271
- .builtin-layout-2 .hour2:nth-child(21):after {
293
+ .built-in-layout-2 .hour2:nth-child(21):after {
272
294
  transform: rotate(600deg);
273
295
  }
274
- .builtin-layout-2 .hour2:nth-child(20):after {
296
+ .built-in-layout-2 .hour2:nth-child(20):after {
275
297
  transform: rotate(570deg);
276
298
  }
277
- .builtin-layout-2 .hour2:nth-child(19):after {
299
+ .built-in-layout-2 .hour2:nth-child(19):after {
278
300
  transform: rotate(540deg);
279
301
  }
280
- .builtin-layout-2 .hour2:nth-child(18):after {
302
+ .built-in-layout-2 .hour2:nth-child(18):after {
281
303
  transform: rotate(510deg);
282
304
  }
283
- .builtin-layout-2 .hour2:nth-child(17):after {
305
+ .built-in-layout-2 .hour2:nth-child(17):after {
284
306
  transform: rotate(480deg);
285
307
  }
286
- .builtin-layout-2 .hour2:nth-child(16):after {
308
+ .built-in-layout-2 .hour2:nth-child(16):after {
287
309
  transform: rotate(450deg);
288
310
  }
289
- .builtin-layout-2 .hour2:nth-child(15):after {
311
+ .built-in-layout-2 .hour2:nth-child(15):after {
290
312
  transform: rotate(420deg);
291
313
  }
292
- .builtin-layout-2 .hour2:nth-child(14):after {
314
+ .built-in-layout-2 .hour2:nth-child(14):after {
293
315
  transform: rotate(390deg);
294
316
  }
295
- .builtin-layout-2 .hour2:nth-child(13):after {
317
+ .built-in-layout-2 .hour2:nth-child(13):after {
296
318
  transform: rotate(360deg);
297
319
  }
298
- .builtin-layout-2 .unit:nth-child(60):after {
320
+ .built-in-layout-2 .unit:nth-child(60):after {
299
321
  transform: rotate(354deg);
300
322
  }
301
- .builtin-layout-2 .unit:nth-child(59):after {
323
+ .built-in-layout-2 .unit:nth-child(59):after {
302
324
  transform: rotate(348deg);
303
325
  }
304
- .builtin-layout-2 .unit:nth-child(58):after {
326
+ .built-in-layout-2 .unit:nth-child(58):after {
305
327
  transform: rotate(342deg);
306
328
  }
307
- .builtin-layout-2 .unit:nth-child(57):after {
329
+ .built-in-layout-2 .unit:nth-child(57):after {
308
330
  transform: rotate(336deg);
309
331
  }
310
- .builtin-layout-2 .unit:nth-child(56):after {
332
+ .built-in-layout-2 .unit:nth-child(56):after {
311
333
  transform: rotate(330deg);
312
334
  }
313
- .builtin-layout-2 .unit:nth-child(55):after {
335
+ .built-in-layout-2 .unit:nth-child(55):after {
314
336
  transform: rotate(324deg);
315
337
  }
316
- .builtin-layout-2 .unit:nth-child(54):after {
338
+ .built-in-layout-2 .unit:nth-child(54):after {
317
339
  transform: rotate(318deg);
318
340
  }
319
- .builtin-layout-2 .unit:nth-child(53):after {
341
+ .built-in-layout-2 .unit:nth-child(53):after {
320
342
  transform: rotate(312deg);
321
343
  }
322
- .builtin-layout-2 .unit:nth-child(52):after {
344
+ .built-in-layout-2 .unit:nth-child(52):after {
323
345
  transform: rotate(306deg);
324
346
  }
325
- .builtin-layout-2 .unit:nth-child(51):after {
347
+ .built-in-layout-2 .unit:nth-child(51):after {
326
348
  transform: rotate(300deg);
327
349
  }
328
- .builtin-layout-2 .unit:nth-child(50):after {
350
+ .built-in-layout-2 .unit:nth-child(50):after {
329
351
  transform: rotate(294deg);
330
352
  }
331
- .builtin-layout-2 .unit:nth-child(49):after {
353
+ .built-in-layout-2 .unit:nth-child(49):after {
332
354
  transform: rotate(288deg);
333
355
  }
334
- .builtin-layout-2 .unit:nth-child(48):after {
356
+ .built-in-layout-2 .unit:nth-child(48):after {
335
357
  transform: rotate(282deg);
336
358
  }
337
- .builtin-layout-2 .unit:nth-child(47):after {
359
+ .built-in-layout-2 .unit:nth-child(47):after {
338
360
  transform: rotate(276deg);
339
361
  }
340
- .builtin-layout-2 .unit:nth-child(46):after {
362
+ .built-in-layout-2 .unit:nth-child(46):after {
341
363
  transform: rotate(270deg);
342
364
  }
343
- .builtin-layout-2 .unit:nth-child(45):after {
365
+ .built-in-layout-2 .unit:nth-child(45):after {
344
366
  transform: rotate(264deg);
345
367
  }
346
- .builtin-layout-2 .unit:nth-child(44):after {
368
+ .built-in-layout-2 .unit:nth-child(44):after {
347
369
  transform: rotate(258deg);
348
370
  }
349
- .builtin-layout-2 .unit:nth-child(43):after {
371
+ .built-in-layout-2 .unit:nth-child(43):after {
350
372
  transform: rotate(252deg);
351
373
  }
352
- .builtin-layout-2 .unit:nth-child(42):after {
374
+ .built-in-layout-2 .unit:nth-child(42):after {
353
375
  transform: rotate(246deg);
354
376
  }
355
- .builtin-layout-2 .unit:nth-child(41):after {
377
+ .built-in-layout-2 .unit:nth-child(41):after {
356
378
  transform: rotate(240deg);
357
379
  }
358
- .builtin-layout-2 .unit:nth-child(40):after {
380
+ .built-in-layout-2 .unit:nth-child(40):after {
359
381
  transform: rotate(234deg);
360
382
  }
361
- .builtin-layout-2 .unit:nth-child(39):after {
383
+ .built-in-layout-2 .unit:nth-child(39):after {
362
384
  transform: rotate(228deg);
363
385
  }
364
- .builtin-layout-2 .unit:nth-child(38):after {
386
+ .built-in-layout-2 .unit:nth-child(38):after {
365
387
  transform: rotate(222deg);
366
388
  }
367
- .builtin-layout-2 .unit:nth-child(37):after {
389
+ .built-in-layout-2 .unit:nth-child(37):after {
368
390
  transform: rotate(216deg);
369
391
  }
370
- .builtin-layout-2 .unit:nth-child(36):after {
392
+ .built-in-layout-2 .unit:nth-child(36):after {
371
393
  transform: rotate(210deg);
372
394
  }
373
- .builtin-layout-2 .unit:nth-child(35):after {
395
+ .built-in-layout-2 .unit:nth-child(35):after {
374
396
  transform: rotate(204deg);
375
397
  }
376
- .builtin-layout-2 .unit:nth-child(34):after {
398
+ .built-in-layout-2 .unit:nth-child(34):after {
377
399
  transform: rotate(198deg);
378
400
  }
379
- .builtin-layout-2 .unit:nth-child(33):after {
401
+ .built-in-layout-2 .unit:nth-child(33):after {
380
402
  transform: rotate(192deg);
381
403
  }
382
- .builtin-layout-2 .unit:nth-child(32):after {
404
+ .built-in-layout-2 .unit:nth-child(32):after {
383
405
  transform: rotate(186deg);
384
406
  }
385
- .builtin-layout-2 .unit:nth-child(31):after {
407
+ .built-in-layout-2 .unit:nth-child(31):after {
386
408
  transform: rotate(180deg);
387
409
  }
388
- .builtin-layout-2 .unit:nth-child(30):after {
410
+ .built-in-layout-2 .unit:nth-child(30):after {
389
411
  transform: rotate(174deg);
390
412
  }
391
- .builtin-layout-2 .unit:nth-child(29):after {
413
+ .built-in-layout-2 .unit:nth-child(29):after {
392
414
  transform: rotate(168deg);
393
415
  }
394
- .builtin-layout-2 .unit:nth-child(28):after {
416
+ .built-in-layout-2 .unit:nth-child(28):after {
395
417
  transform: rotate(162deg);
396
418
  }
397
- .builtin-layout-2 .unit:nth-child(27):after {
419
+ .built-in-layout-2 .unit:nth-child(27):after {
398
420
  transform: rotate(156deg);
399
421
  }
400
- .builtin-layout-2 .unit:nth-child(26):after {
422
+ .built-in-layout-2 .unit:nth-child(26):after {
401
423
  transform: rotate(150deg);
402
424
  }
403
- .builtin-layout-2 .unit:nth-child(25):after {
425
+ .built-in-layout-2 .unit:nth-child(25):after {
404
426
  transform: rotate(144deg);
405
427
  }
406
- .builtin-layout-2 .unit:nth-child(24):after {
428
+ .built-in-layout-2 .unit:nth-child(24):after {
407
429
  transform: rotate(138deg);
408
430
  }
409
- .builtin-layout-2 .unit:nth-child(23):after {
431
+ .built-in-layout-2 .unit:nth-child(23):after {
410
432
  transform: rotate(132deg);
411
433
  }
412
- .builtin-layout-2 .unit:nth-child(22):after {
434
+ .built-in-layout-2 .unit:nth-child(22):after {
413
435
  transform: rotate(126deg);
414
436
  }
415
- .builtin-layout-2 .unit:nth-child(21):after {
437
+ .built-in-layout-2 .unit:nth-child(21):after {
416
438
  transform: rotate(120deg);
417
439
  }
418
- .builtin-layout-2 .unit:nth-child(20):after {
440
+ .built-in-layout-2 .unit:nth-child(20):after {
419
441
  transform: rotate(114deg);
420
442
  }
421
- .builtin-layout-2 .unit:nth-child(19):after {
443
+ .built-in-layout-2 .unit:nth-child(19):after {
422
444
  transform: rotate(108deg);
423
445
  }
424
- .builtin-layout-2 .unit:nth-child(18):after {
446
+ .built-in-layout-2 .unit:nth-child(18):after {
425
447
  transform: rotate(102deg);
426
448
  }
427
- .builtin-layout-2 .unit:nth-child(17):after {
449
+ .built-in-layout-2 .unit:nth-child(17):after {
428
450
  transform: rotate(96deg);
429
451
  }
430
- .builtin-layout-2 .unit:nth-child(16):after {
452
+ .built-in-layout-2 .unit:nth-child(16):after {
431
453
  transform: rotate(90deg);
432
454
  }
433
- .builtin-layout-2 .unit:nth-child(15):after {
455
+ .built-in-layout-2 .unit:nth-child(15):after {
434
456
  transform: rotate(84deg);
435
457
  }
436
- .builtin-layout-2 .unit:nth-child(14):after {
458
+ .built-in-layout-2 .unit:nth-child(14):after {
437
459
  transform: rotate(78deg);
438
460
  }
439
- .builtin-layout-2 .unit:nth-child(13):after {
461
+ .built-in-layout-2 .unit:nth-child(13):after {
440
462
  transform: rotate(72deg);
441
463
  }
442
- .builtin-layout-2 .unit:nth-child(12):after {
464
+ .built-in-layout-2 .unit:nth-child(12):after {
443
465
  transform: rotate(66deg);
444
466
  }
445
- .builtin-layout-2 .unit:nth-child(11):after {
467
+ .built-in-layout-2 .unit:nth-child(11):after {
446
468
  transform: rotate(60deg);
447
469
  }
448
- .builtin-layout-2 .unit:nth-child(10):after {
470
+ .built-in-layout-2 .unit:nth-child(10):after {
449
471
  transform: rotate(54deg);
450
472
  }
451
- .builtin-layout-2 .unit:nth-child(9):after {
473
+ .built-in-layout-2 .unit:nth-child(9):after {
452
474
  transform: rotate(48deg);
453
475
  }
454
- .builtin-layout-2 .unit:nth-child(8):after {
476
+ .built-in-layout-2 .unit:nth-child(8):after {
455
477
  transform: rotate(42deg);
456
478
  }
457
- .builtin-layout-2 .unit:nth-child(7):after {
479
+ .built-in-layout-2 .unit:nth-child(7):after {
458
480
  transform: rotate(36deg);
459
481
  }
460
- .builtin-layout-2 .unit:nth-child(6):after {
482
+ .built-in-layout-2 .unit:nth-child(6):after {
461
483
  transform: rotate(30deg);
462
484
  }
463
- .builtin-layout-2 .unit:nth-child(5):after {
485
+ .built-in-layout-2 .unit:nth-child(5):after {
464
486
  transform: rotate(24deg);
465
487
  }
466
- .builtin-layout-2 .unit:nth-child(4):after {
488
+ .built-in-layout-2 .unit:nth-child(4):after {
467
489
  transform: rotate(18deg);
468
490
  }
469
- .builtin-layout-2 .unit:nth-child(3):after {
491
+ .built-in-layout-2 .unit:nth-child(3):after {
470
492
  transform: rotate(12deg);
471
493
  }
472
- .builtin-layout-2 .unit:nth-child(2):after {
494
+ .built-in-layout-2 .unit:nth-child(2):after {
473
495
  transform: rotate(6deg);
474
496
  }
475
- .builtin-layout-2 .unit:nth-child(1):after {
497
+ .built-in-layout-2 .unit:nth-child(1):after {
476
498
  transform: rotate(0deg);
477
499
  }
478
500
 
479
- .builtin-card {
480
- background-color: var(--kup-background-color);
481
- border-radius: 4px;
501
+ .built-in-layout-3 {
502
+ background: var(--kup-background-color);
503
+ box-shadow: rgba(128, 128, 128, 0.1) 0px 2px 1px -1px, rgba(128, 128, 128, 0.1) 0px 1px 1px 0px, rgba(128, 128, 128, 0.6) 0px 1px 3px 0px;
482
504
  box-sizing: border-box;
483
- box-shadow: 0 2px 1px -1px rgba(128, 128, 128, 0.1), 0 1px 1px 0 rgba(128, 128, 128, 0.1), 0 1px 3px 0 rgba(128, 128, 128, 0.6);
505
+ overflow: auto;
506
+ }
507
+ .built-in-layout-3 kup-button,
508
+ .built-in-layout-3 kup-combobox {
509
+ margin: 0 auto 0.75em auto;
510
+ }
511
+ .built-in-layout-3 kup-combobox {
512
+ width: 95%;
513
+ }
514
+ .built-in-layout-3 .sub-chip {
515
+ border-top: 1px solid var(--kup-border-color);
516
+ max-height: 33vh;
517
+ overflow: auto;
518
+ width: 100%;
519
+ }
520
+
521
+ .built-in-layout-4 {
522
+ background: var(--kup-background-color);
523
+ box-shadow: rgba(128, 128, 128, 0.1) 0px 2px 1px -1px, rgba(128, 128, 128, 0.1) 0px 1px 1px 0px, rgba(128, 128, 128, 0.6) 0px 1px 3px 0px;
524
+ box-sizing: border-box;
525
+ }
526
+ .built-in-layout-4 .picker_arrow {
527
+ position: absolute;
528
+ z-index: -1;
529
+ }
530
+ .built-in-layout-4 .picker_wrapper.popup {
531
+ position: absolute;
532
+ z-index: 2;
533
+ margin: 1.5em;
534
+ }
535
+ .built-in-layout-4 .picker_wrapper.popup,
536
+ .built-in-layout-4 .picker_wrapper.popup .picker_arrow::before,
537
+ .built-in-layout-4 .picker_wrapper.popup .picker_arrow::after {
538
+ background: var(--kup-background-color);
539
+ box-shadow: 0 0 10px 1px rgba(0, 0, 0, 0.4);
540
+ }
541
+ .built-in-layout-4 .picker_wrapper.popup .picker_arrow {
542
+ width: 3em;
543
+ height: 3em;
544
+ margin: 0;
545
+ }
546
+ .built-in-layout-4 .picker_wrapper.popup .picker_arrow::before, .built-in-layout-4 .picker_wrapper.popup .picker_arrow::after {
547
+ content: "";
548
+ display: block;
549
+ position: absolute;
550
+ top: 0;
551
+ left: 0;
552
+ z-index: -99;
553
+ }
554
+ .built-in-layout-4 .picker_wrapper.popup .picker_arrow::before {
555
+ width: 100%;
556
+ height: 100%;
557
+ transform: skew(45deg);
558
+ transform-origin: 0 100%;
559
+ }
560
+ .built-in-layout-4 .picker_wrapper.popup .picker_arrow::after {
561
+ width: 150%;
562
+ height: 150%;
563
+ box-shadow: none;
564
+ }
565
+ .built-in-layout-4 .popup.popup_top {
566
+ bottom: 100%;
567
+ left: 0;
568
+ }
569
+ .built-in-layout-4 .popup.popup_top .picker_arrow {
570
+ bottom: 0;
571
+ left: 0;
572
+ transform: rotate(-90deg);
573
+ }
574
+ .built-in-layout-4 .popup.popup_bottom {
575
+ top: 100%;
576
+ left: 0;
577
+ }
578
+ .built-in-layout-4 .popup.popup_bottom .picker_arrow {
579
+ top: 0;
580
+ left: 0;
581
+ transform: rotate(90deg) scale(1, -1);
582
+ }
583
+ .built-in-layout-4 .popup.popup_left {
584
+ top: 0;
585
+ right: 100%;
586
+ }
587
+ .built-in-layout-4 .popup.popup_left .picker_arrow {
588
+ top: 0;
589
+ right: 0;
590
+ transform: scale(-1, 1);
591
+ }
592
+ .built-in-layout-4 .popup.popup_right {
593
+ top: 0;
594
+ left: 100%;
595
+ }
596
+ .built-in-layout-4 .popup.popup_right .picker_arrow {
597
+ top: 0;
598
+ left: 0;
599
+ }
600
+ .built-in-layout-4 .picker_wrapper.no_alpha .picker_alpha {
601
+ display: none;
602
+ }
603
+ .built-in-layout-4 .picker_wrapper.no_editor .picker_editor {
604
+ position: absolute;
605
+ z-index: -1;
606
+ opacity: 0;
607
+ }
608
+ .built-in-layout-4 .picker_wrapper.no_cancel .picker_cancel {
609
+ display: none;
610
+ }
611
+ .built-in-layout-4 .layout_default.picker_wrapper {
484
612
  display: flex;
485
- flex-direction: column;
613
+ flex-flow: row wrap;
614
+ justify-content: space-between;
615
+ align-items: stretch;
616
+ font-size: 10px;
617
+ width: 25em;
618
+ padding: 0.5em;
619
+ }
620
+ .built-in-layout-4 .layout_default.picker_wrapper input,
621
+ .built-in-layout-4 .layout_default.picker_wrapper button {
622
+ font-size: 1em;
623
+ }
624
+ .built-in-layout-4 .layout_default.picker_wrapper > * {
625
+ margin: 0.5em;
626
+ }
627
+ .built-in-layout-4 .layout_default.picker_wrapper::before {
628
+ content: "";
629
+ display: block;
630
+ width: 100%;
631
+ height: 0;
632
+ order: 1;
633
+ }
634
+ .built-in-layout-4 .layout_default .picker_slider,
635
+ .built-in-layout-4 .layout_default .picker_selector {
636
+ padding: 1em;
637
+ }
638
+ .built-in-layout-4 .layout_default .picker_hue {
639
+ width: 100%;
640
+ }
641
+ .built-in-layout-4 .layout_default .picker_sl {
642
+ flex: 1 1 auto;
643
+ }
644
+ .built-in-layout-4 .layout_default .picker_sl::before {
645
+ content: "";
646
+ display: block;
647
+ padding-bottom: 100%;
648
+ }
649
+ .built-in-layout-4 .layout_default .picker_editor {
650
+ order: 1;
651
+ width: 6.5em;
652
+ }
653
+ .built-in-layout-4 .layout_default .picker_editor input {
654
+ width: 100%;
486
655
  height: 100%;
656
+ }
657
+ .built-in-layout-4 .layout_default .picker_sample {
658
+ order: 1;
659
+ flex: 1 1 auto;
660
+ }
661
+ .built-in-layout-4 .layout_default .picker_done,
662
+ .built-in-layout-4 .layout_default .picker_cancel {
663
+ order: 1;
664
+ }
665
+ .built-in-layout-4 .picker_wrapper {
666
+ box-sizing: border-box;
667
+ background: var(--kup-background-color);
668
+ box-shadow: 0 0 0 1px var(--kup-border-color);
669
+ cursor: default;
670
+ font-family: sans-serif;
671
+ color: #444;
672
+ pointer-events: auto;
673
+ }
674
+ .built-in-layout-4 .picker_wrapper:focus {
675
+ outline: none;
676
+ }
677
+ .built-in-layout-4 .picker_wrapper button,
678
+ .built-in-layout-4 .picker_wrapper input {
679
+ box-sizing: border-box;
680
+ border: none;
681
+ box-shadow: 0 0 0 1px var(--kup-border-color);
682
+ outline: none;
683
+ }
684
+ .built-in-layout-4 .picker_wrapper button:focus, .built-in-layout-4 .picker_wrapper button:active,
685
+ .built-in-layout-4 .picker_wrapper input:focus,
686
+ .built-in-layout-4 .picker_wrapper input:active {
687
+ box-shadow: 0 0 2px 1px var(--kup-border-color);
688
+ }
689
+ .built-in-layout-4 .picker_wrapper button {
690
+ padding: 0.4em 0.6em;
691
+ cursor: pointer;
692
+ background-color: whitesmoke;
693
+ background-image: linear-gradient(0deg, gainsboro, transparent);
694
+ }
695
+ .built-in-layout-4 .picker_wrapper button:active {
696
+ background-image: linear-gradient(0deg, transparent, gainsboro);
697
+ }
698
+ .built-in-layout-4 .picker_selector {
699
+ position: absolute;
700
+ z-index: 1;
701
+ display: block;
702
+ transform: translate(-50%, -50%);
703
+ border: 2px solid white;
704
+ border-radius: 100%;
705
+ box-shadow: 0 0 3px 1px #67b9ff;
706
+ background: currentColor;
707
+ cursor: pointer;
708
+ }
709
+ .built-in-layout-4 .picker_slider .picker_selector {
710
+ border-radius: 2px;
711
+ }
712
+ .built-in-layout-4 .picker_hue {
713
+ position: relative;
714
+ background-image: linear-gradient(90deg, red, yellow, lime, cyan, blue, magenta, red);
715
+ box-shadow: 0 0 0 1px var(--kup-border-color);
716
+ }
717
+ .built-in-layout-4 .picker_sl {
487
718
  position: relative;
719
+ box-shadow: 0 0 0 1px var(--kup-border-color);
720
+ background-image: linear-gradient(180deg, white, rgba(255, 255, 255, 0) 50%), linear-gradient(0deg, black, rgba(0, 0, 0, 0) 50%), linear-gradient(90deg, #808080, rgba(128, 128, 128, 0));
721
+ }
722
+ .built-in-layout-4 .picker_alpha,
723
+ .built-in-layout-4 .picker_sample {
724
+ position: relative;
725
+ background: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='2' height='2'%3E%3Cpath d='M1,0H0V1H2V2H1' fill='lightgrey'/%3E%3C/svg%3E") left top/contain white;
726
+ box-shadow: 0 0 0 1px var(--kup-border-color);
727
+ }
728
+ .built-in-layout-4 .picker_alpha .picker_selector,
729
+ .built-in-layout-4 .picker_sample .picker_selector {
730
+ background: none;
731
+ }
732
+ .built-in-layout-4 .picker_editor input {
733
+ font-family: monospace;
734
+ padding: 0.2em 0.4em;
735
+ }
736
+ .built-in-layout-4 .picker_sample::before {
737
+ content: "";
738
+ position: absolute;
739
+ display: block;
488
740
  width: 100%;
489
- overflow: auto;
741
+ height: 100%;
742
+ background: currentColor;
743
+ }
744
+ .built-in-layout-4 .picker_done,
745
+ .built-in-layout-4 .picker_arrow {
746
+ display: none;
747
+ }
748
+ .built-in-layout-4 .layout_default.picker_wrapper {
749
+ bottom: unset;
750
+ font-size: var(--kup-font-size);
751
+ left: unset;
752
+ padding: 0.25em;
753
+ right: unset;
754
+ top: unset;
755
+ width: 100%;
756
+ }
757
+ .built-in-layout-4 .layout_default .picker_editor input {
758
+ background: none;
759
+ color: var(--kup-text-color);
760
+ font-family: var(--kup-font-family);
761
+ font-size: var(--kup-font-size);
762
+ }
763
+ .built-in-layout-4 .picker_wrapper.popup {
764
+ box-shadow: var(--kup-box-shadow);
765
+ margin: 0;
766
+ outline: none;
490
767
  }
491
768
 
492
769
  .collapsible-layout-1 {
@@ -827,6 +1104,13 @@
827
1104
  padding: 1em;
828
1105
  }
829
1106
 
1107
+ .free-layout-2 {
1108
+ background: var(--kup-background-color);
1109
+ box-shadow: var(--kup-box-shadow);
1110
+ box-sizing: border-box;
1111
+ overflow: auto;
1112
+ }
1113
+
830
1114
  .scalable-layout-1 .descr {
831
1115
  font-size: 70%;
832
1116
  width: 100%;
@@ -1855,7 +2139,7 @@
1855
2139
 
1856
2140
  .standard-layout-12 {
1857
2141
  background-color: var(--kup-background-color);
1858
- box-shadow: var(--kup-box-shadow);
2142
+ box-shadow: 0 2px 1px -1px rgba(128, 128, 128, 0.1), 0 1px 1px 0 rgba(128, 128, 128, 0.1), 0 1px 3px 0 rgba(128, 128, 128, 0.6);
1859
2143
  color: var(--kup-text-color);
1860
2144
  min-width: 200px;
1861
2145
  min-width: -moz-max-content;
@@ -1905,7 +2189,6 @@
1905
2189
  height: 100%;
1906
2190
  position: relative;
1907
2191
  width: 100%;
1908
- overflow: auto;
1909
2192
  }
1910
2193
  .standard-layout-13 kup-button {
1911
2194
  margin-left: 0;
@@ -1940,7 +2223,7 @@
1940
2223
 
1941
2224
  .standard-layout-14 {
1942
2225
  background-color: var(--kup-background-color);
1943
- box-shadow: var(--kup-box-shadow);
2226
+ box-shadow: 0 2px 1px -1px rgba(128, 128, 128, 0.1), 0 1px 1px 0 rgba(128, 128, 128, 0.1), 0 1px 3px 0 rgba(128, 128, 128, 0.6);
1944
2227
  color: var(--kup-text-color);
1945
2228
  min-width: 200px;
1946
2229
  min-width: -moz-max-content;
@@ -2007,6 +2290,9 @@
2007
2290
  margin-left: 0;
2008
2291
  margin-right: auto;
2009
2292
  }
2293
+ .standard-layout-14 .sub-formula {
2294
+ padding: 0.5em;
2295
+ }
2010
2296
  .standard-layout-14 .sub-chip {
2011
2297
  max-width: 25vw;
2012
2298
  overflow: auto;
@@ -2046,6 +2332,7 @@
2046
2332
  }
2047
2333
  .standard-layout-14 #apply {
2048
2334
  display: none;
2335
+ margin: auto;
2049
2336
  }
2050
2337
  .standard-layout-14 #apply.visible {
2051
2338
  display: block;
@@ -2065,8 +2352,6 @@
2065
2352
  color: var(--kup-text-color);
2066
2353
  box-shadow: var(--kup-box-shadow);
2067
2354
  border-radius: 3px;
2068
- min-width: 350px;
2069
- max-width: 700px;
2070
2355
  }
2071
2356
  .standard-layout-15 .section-1 {
2072
2357
  box-sizing: border-box;
@@ -2185,6 +2470,7 @@
2185
2470
  }
2186
2471
 
2187
2472
  :host([menu-visible]) {
2473
+ box-shadow: var(--kup-box-shadow);
2188
2474
  display: block;
2189
2475
  }
2190
2476