@revolist/revogrid 4.0.2-next → 4.0.2

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 (805) hide show
  1. package/LICENSE +1 -1
  2. package/dist/cjs/app-globals-53fde1aa.js +14 -0
  3. package/dist/cjs/app-globals-53fde1aa.js.map +1 -0
  4. package/dist/cjs/column.service-2066d651.js +545 -0
  5. package/dist/cjs/column.service-2066d651.js.map +1 -0
  6. package/dist/cjs/debounce-e2b7c6fb.js +226 -0
  7. package/dist/cjs/debounce-e2b7c6fb.js.map +1 -0
  8. package/dist/cjs/dimension.helpers-ee39d6c4.js +4218 -0
  9. package/dist/cjs/dimension.helpers-ee39d6c4.js.map +1 -0
  10. package/dist/cjs/dispatcher-a58fa91a.js +34 -0
  11. package/dist/cjs/dispatcher-a58fa91a.js.map +1 -0
  12. package/dist/cjs/events-7ccd6894.js +233 -0
  13. package/dist/cjs/events-7ccd6894.js.map +1 -0
  14. package/dist/cjs/filter.button-db6cbd2e.js +44 -0
  15. package/dist/cjs/filter.button-db6cbd2e.js.map +1 -0
  16. package/dist/cjs/header-cell-renderer-3df76829.js +304 -0
  17. package/dist/cjs/header-cell-renderer-3df76829.js.map +1 -0
  18. package/dist/cjs/index-73c149e3.js +106 -0
  19. package/dist/cjs/index-73c149e3.js.map +1 -0
  20. package/dist/cjs/index-84e32c2a.js +1868 -0
  21. package/dist/cjs/index-84e32c2a.js.map +1 -0
  22. package/dist/cjs/index.cjs.js +53 -0
  23. package/dist/cjs/index.cjs.js.map +1 -0
  24. package/dist/cjs/key.utils-dc4ac217.js +129 -0
  25. package/dist/cjs/key.utils-dc4ac217.js.map +1 -0
  26. package/dist/cjs/loader.cjs.js +12 -27
  27. package/dist/cjs/loader.cjs.js.map +1 -0
  28. package/dist/cjs/{resize-observer-8dc80084.js → resize-observer-d009a220.js} +30 -13
  29. package/dist/cjs/resize-observer-d009a220.js.map +1 -0
  30. package/dist/cjs/revo-grid.cjs.entry.js +3992 -0
  31. package/dist/cjs/revo-grid.cjs.entry.js.map +1 -0
  32. package/dist/cjs/revo-grid.cjs.js +22 -65
  33. package/dist/cjs/revo-grid.cjs.js.map +1 -0
  34. package/dist/cjs/revogr-attribution_6.cjs.entry.js +1270 -0
  35. package/dist/cjs/revogr-attribution_6.cjs.entry.js.map +1 -0
  36. package/dist/cjs/revogr-clipboard_3.cjs.entry.js +508 -0
  37. package/dist/cjs/revogr-clipboard_3.cjs.entry.js.map +1 -0
  38. package/dist/cjs/revogr-data_4.cjs.entry.js +958 -0
  39. package/dist/cjs/revogr-data_4.cjs.entry.js.map +1 -0
  40. package/dist/cjs/revogr-filter-panel.cjs.entry.js +268 -115
  41. package/dist/cjs/revogr-filter-panel.cjs.entry.js.map +1 -0
  42. package/dist/cjs/selection.store-2e110a67.js +400 -0
  43. package/dist/cjs/selection.store-2e110a67.js.map +1 -0
  44. package/dist/cjs/storeTypes-b3f924b2.js +106 -0
  45. package/dist/cjs/storeTypes-b3f924b2.js.map +1 -0
  46. package/dist/cjs/throttle-f7aee21b.js +240 -0
  47. package/dist/cjs/throttle-f7aee21b.js.map +1 -0
  48. package/dist/cjs/toNumber-838e6ff5.js +340 -0
  49. package/dist/cjs/toNumber-838e6ff5.js.map +1 -0
  50. package/dist/cjs/viewport.helpers-6670177c.js +262 -0
  51. package/dist/cjs/viewport.helpers-6670177c.js.map +1 -0
  52. package/dist/collection/collection-manifest.json +18 -16
  53. package/dist/collection/components/attribution/revogr-attribution.js +20 -0
  54. package/dist/collection/components/attribution/revogr-attribution.js.map +1 -0
  55. package/dist/collection/components/clipboard/revogr-clipboard.js +410 -115
  56. package/dist/collection/components/clipboard/revogr-clipboard.js.map +1 -0
  57. package/dist/collection/components/data/cell-renderer.js +39 -0
  58. package/dist/collection/components/data/cell-renderer.js.map +1 -0
  59. package/dist/collection/components/data/column.service.js +302 -0
  60. package/dist/collection/components/data/column.service.js.map +1 -0
  61. package/dist/collection/components/data/revogr-data-style.css +18 -11
  62. package/dist/collection/components/data/revogr-data.js +626 -301
  63. package/dist/collection/components/data/revogr-data.js.map +1 -0
  64. package/dist/collection/components/data/row-highlight.plugin.js +51 -0
  65. package/dist/collection/components/data/row-highlight.plugin.js.map +1 -0
  66. package/dist/collection/components/data/row-renderer.js +16 -0
  67. package/dist/collection/components/data/row-renderer.js.map +1 -0
  68. package/dist/collection/components/editors/edit.utils.js +9 -0
  69. package/dist/collection/components/editors/edit.utils.js.map +1 -0
  70. package/dist/collection/components/{overlay → editors}/revogr-edit-style.css +15 -9
  71. package/dist/collection/components/editors/revogr-edit.js +316 -0
  72. package/dist/collection/components/editors/revogr-edit.js.map +1 -0
  73. package/dist/collection/components/editors/text-editor.js +73 -0
  74. package/dist/collection/components/editors/text-editor.js.map +1 -0
  75. package/dist/collection/components/header/header-cell-renderer.js +28 -0
  76. package/dist/collection/components/header/header-cell-renderer.js.map +1 -0
  77. package/dist/collection/components/header/header-renderer.js +47 -0
  78. package/dist/collection/components/header/header-renderer.js.map +1 -0
  79. package/dist/collection/components/header/revogr-header-style.css +15 -9
  80. package/dist/collection/components/header/revogr-header.js +421 -297
  81. package/dist/collection/components/header/revogr-header.js.map +1 -0
  82. package/dist/collection/components/order/order-renderer.js +50 -0
  83. package/dist/collection/components/order/order-renderer.js.map +1 -0
  84. package/dist/collection/components/order/order-row.service.js +72 -0
  85. package/dist/collection/components/order/order-row.service.js.map +1 -0
  86. package/dist/collection/components/order/revogr-order-editor.js +381 -350
  87. package/dist/collection/components/order/revogr-order-editor.js.map +1 -0
  88. package/dist/collection/components/overlay/autofill.service.js +206 -179
  89. package/dist/collection/components/overlay/autofill.service.js.map +1 -0
  90. package/dist/collection/components/overlay/keyboard.service.js +137 -124
  91. package/dist/collection/components/overlay/keyboard.service.js.map +1 -0
  92. package/dist/collection/components/overlay/revogr-overlay-selection.js +1208 -703
  93. package/dist/collection/components/overlay/revogr-overlay-selection.js.map +1 -0
  94. package/dist/collection/components/overlay/revogr-overlay-style.css +86 -13
  95. package/dist/collection/components/overlay/selection.utils.js +86 -82
  96. package/dist/collection/components/overlay/selection.utils.js.map +1 -0
  97. package/dist/collection/components/revoGrid/grid.helpers.js +28 -13
  98. package/dist/collection/components/revoGrid/grid.helpers.js.map +1 -0
  99. package/dist/collection/components/revoGrid/revo-grid-style.css +143 -51
  100. package/dist/collection/components/revoGrid/revo-grid.js +2834 -2181
  101. package/dist/collection/components/revoGrid/revo-grid.js.map +1 -0
  102. package/dist/collection/components/revoGrid/viewport.helpers.js +9 -4
  103. package/dist/collection/components/revoGrid/viewport.helpers.js.map +1 -0
  104. package/dist/collection/components/revoGrid/viewport.resize.service.js +23 -19
  105. package/dist/collection/components/revoGrid/viewport.resize.service.js.map +1 -0
  106. package/dist/collection/components/revoGrid/viewport.scrolling.service.js +78 -50
  107. package/dist/collection/components/revoGrid/viewport.scrolling.service.js.map +1 -0
  108. package/dist/collection/components/revoGrid/viewport.service.js +224 -204
  109. package/dist/collection/components/revoGrid/viewport.service.js.map +1 -0
  110. package/dist/collection/components/rowHeaders/revogr-row-headers.js +262 -204
  111. package/dist/collection/components/rowHeaders/revogr-row-headers.js.map +1 -0
  112. package/dist/collection/components/rowHeaders/row-header-render.js +4 -0
  113. package/dist/collection/components/rowHeaders/row-header-render.js.map +1 -0
  114. package/dist/collection/components/scroll/revogr-viewport-scroll-style.css +20 -13
  115. package/dist/collection/components/scroll/revogr-viewport-scroll.js +535 -369
  116. package/dist/collection/components/scroll/revogr-viewport-scroll.js.map +1 -0
  117. package/dist/collection/components/scrollable/autohide-scroll.plugin.js +44 -0
  118. package/dist/collection/components/scrollable/autohide-scroll.plugin.js.map +1 -0
  119. package/dist/collection/components/scrollable/revogr-scroll-style.css +24 -18
  120. package/dist/collection/components/scrollable/revogr-scroll-virtual.js +286 -247
  121. package/dist/collection/components/scrollable/revogr-scroll-virtual.js.map +1 -0
  122. package/dist/collection/components/selectionFocus/revogr-focus-style.css +16 -10
  123. package/dist/collection/components/selectionFocus/revogr-focus.js +366 -96
  124. package/dist/collection/components/selectionFocus/revogr-focus.js.map +1 -0
  125. package/dist/collection/components/selectionTempRange/revogr-temp-range-style.css +16 -10
  126. package/dist/collection/components/selectionTempRange/revogr-temp-range.js +149 -128
  127. package/dist/collection/components/selectionTempRange/revogr-temp-range.js.map +1 -0
  128. package/dist/collection/components/vnode/vnode-converter.js +81 -0
  129. package/dist/collection/components/vnode/vnode-converter.js.map +1 -0
  130. package/dist/collection/components/vnode/vnode.utils.js +18 -0
  131. package/dist/collection/components/vnode/vnode.utils.js.map +1 -0
  132. package/dist/collection/global/global.js +15 -11
  133. package/dist/collection/global/global.js.map +1 -0
  134. package/dist/collection/index.js +18 -0
  135. package/dist/collection/index.js.map +1 -0
  136. package/dist/collection/plugins/base.plugin.js +88 -0
  137. package/dist/collection/plugins/base.plugin.js.map +1 -0
  138. package/dist/collection/plugins/column.auto-size.plugin.js +234 -0
  139. package/dist/collection/plugins/column.auto-size.plugin.js.map +1 -0
  140. package/dist/collection/plugins/column.stretch.plugin.js +96 -0
  141. package/dist/collection/plugins/column.stretch.plugin.js.map +1 -0
  142. package/dist/collection/plugins/dispatcher.js +27 -0
  143. package/dist/collection/plugins/dispatcher.js.map +1 -0
  144. package/dist/collection/plugins/export/csv.js +57 -53
  145. package/dist/collection/plugins/export/csv.js.map +1 -0
  146. package/dist/collection/plugins/export/export.plugin.js +154 -150
  147. package/dist/collection/plugins/export/export.plugin.js.map +1 -0
  148. package/dist/collection/plugins/export/types.js +1 -0
  149. package/dist/collection/plugins/export/types.js.map +1 -0
  150. package/dist/collection/plugins/filter/conditions/equal.js +15 -7
  151. package/dist/collection/plugins/filter/conditions/equal.js.map +1 -0
  152. package/dist/collection/plugins/filter/conditions/number/greaterThan.js +10 -6
  153. package/dist/collection/plugins/filter/conditions/number/greaterThan.js.map +1 -0
  154. package/dist/collection/plugins/filter/conditions/number/greaterThanOrEqual.js +7 -3
  155. package/dist/collection/plugins/filter/conditions/number/greaterThanOrEqual.js.map +1 -0
  156. package/dist/collection/plugins/filter/conditions/number/lessThan.js +12 -8
  157. package/dist/collection/plugins/filter/conditions/number/lessThan.js.map +1 -0
  158. package/dist/collection/plugins/filter/conditions/number/lessThanOrEqual.js +7 -3
  159. package/dist/collection/plugins/filter/conditions/number/lessThanOrEqual.js.map +1 -0
  160. package/dist/collection/plugins/filter/conditions/set.js +4 -0
  161. package/dist/collection/plugins/filter/conditions/set.js.map +1 -0
  162. package/dist/collection/plugins/filter/conditions/string/beginswith.js +17 -13
  163. package/dist/collection/plugins/filter/conditions/string/beginswith.js.map +1 -0
  164. package/dist/collection/plugins/filter/conditions/string/contains.js +17 -10
  165. package/dist/collection/plugins/filter/conditions/string/contains.js.map +1 -0
  166. package/dist/collection/plugins/filter/filter.button.js +21 -13
  167. package/dist/collection/plugins/filter/filter.button.js.map +1 -0
  168. package/dist/collection/plugins/filter/filter.plugin.js +280 -185
  169. package/dist/collection/plugins/filter/filter.plugin.js.map +1 -0
  170. package/dist/collection/plugins/filter/filter.pop.js +492 -246
  171. package/dist/collection/plugins/filter/filter.pop.js.map +1 -0
  172. package/dist/collection/plugins/filter/filter.service.js +42 -38
  173. package/dist/collection/plugins/filter/filter.service.js.map +1 -0
  174. package/dist/collection/plugins/filter/filter.style.css +68 -15
  175. package/dist/collection/plugins/filter/filter.types.js +1 -0
  176. package/dist/collection/plugins/filter/filter.types.js.map +1 -0
  177. package/dist/collection/plugins/groupingColumn/columnGroupsRenderer.js +30 -26
  178. package/dist/collection/plugins/groupingColumn/columnGroupsRenderer.js.map +1 -0
  179. package/dist/collection/plugins/groupingColumn/grouping.col.plugin.js +38 -30
  180. package/dist/collection/plugins/groupingColumn/grouping.col.plugin.js.map +1 -0
  181. package/dist/collection/plugins/groupingColumn/headerGroupRenderer.js +22 -18
  182. package/dist/collection/plugins/groupingColumn/headerGroupRenderer.js.map +1 -0
  183. package/dist/collection/plugins/groupingRow/grouping.const.js +7 -2
  184. package/dist/collection/plugins/groupingRow/grouping.const.js.map +1 -0
  185. package/dist/collection/plugins/groupingRow/grouping.row.expand.service.js +64 -61
  186. package/dist/collection/plugins/groupingRow/grouping.row.expand.service.js.map +1 -0
  187. package/dist/collection/plugins/groupingRow/grouping.row.plugin.js +239 -237
  188. package/dist/collection/plugins/groupingRow/grouping.row.plugin.js.map +1 -0
  189. package/dist/collection/plugins/groupingRow/grouping.row.renderer.js +27 -24
  190. package/dist/collection/plugins/groupingRow/grouping.row.renderer.js.map +1 -0
  191. package/dist/collection/plugins/groupingRow/grouping.row.types.js +1 -0
  192. package/dist/collection/plugins/groupingRow/grouping.row.types.js.map +1 -0
  193. package/dist/collection/plugins/groupingRow/grouping.service.js +101 -131
  194. package/dist/collection/plugins/groupingRow/grouping.service.js.map +1 -0
  195. package/dist/collection/plugins/groupingRow/grouping.trimmed.service.js +47 -43
  196. package/dist/collection/plugins/groupingRow/grouping.trimmed.service.js.map +1 -0
  197. package/dist/collection/plugins/moveColumn/column.drag.plugin.js +167 -0
  198. package/dist/collection/plugins/moveColumn/column.drag.plugin.js.map +1 -0
  199. package/dist/collection/plugins/moveColumn/order-column.handler.js +69 -0
  200. package/dist/collection/plugins/moveColumn/order-column.handler.js.map +1 -0
  201. package/dist/collection/plugins/sorting/sorting.plugin.js +218 -163
  202. package/dist/collection/plugins/sorting/sorting.plugin.js.map +1 -0
  203. package/dist/collection/plugins/sorting/sorting.sign.js +6 -2
  204. package/dist/collection/plugins/sorting/sorting.sign.js.map +1 -0
  205. package/dist/collection/serve/controller.js +233 -0
  206. package/dist/collection/{utilsExternal/generate-data.js → serve/data.js} +72 -32
  207. package/dist/collection/services/cell.helpers.js +9 -5
  208. package/dist/collection/services/cell.helpers.js.map +1 -0
  209. package/dist/collection/services/column.data.provider.js +201 -185
  210. package/dist/collection/services/column.data.provider.js.map +1 -0
  211. package/dist/collection/services/data.provider.js +70 -45
  212. package/dist/collection/services/data.provider.js.map +1 -0
  213. package/dist/collection/services/dimension.provider.js +143 -84
  214. package/dist/collection/services/dimension.provider.js.map +1 -0
  215. package/dist/collection/services/local.scroll.service.js +120 -0
  216. package/dist/collection/services/local.scroll.service.js.map +1 -0
  217. package/dist/collection/services/local.scroll.timer.js +42 -0
  218. package/dist/collection/services/local.scroll.timer.js.map +1 -0
  219. package/dist/collection/services/resizable.directive.js +211 -226
  220. package/dist/collection/services/resizable.directive.js.map +1 -0
  221. package/dist/collection/services/resizable.element.js +39 -0
  222. package/dist/collection/services/resizable.element.js.map +1 -0
  223. package/dist/collection/services/selection.store.connector.js +257 -208
  224. package/dist/collection/services/selection.store.connector.js.map +1 -0
  225. package/dist/collection/services/viewport.provider.js +16 -12
  226. package/dist/collection/services/viewport.provider.js.map +1 -0
  227. package/dist/collection/store/dataSource/data.proxy.js +29 -25
  228. package/dist/collection/store/dataSource/data.proxy.js.map +1 -0
  229. package/dist/collection/store/dataSource/data.store.js +100 -93
  230. package/dist/collection/store/dataSource/data.store.js.map +1 -0
  231. package/dist/collection/store/dataSource/index.js +7 -0
  232. package/dist/collection/store/dataSource/index.js.map +1 -0
  233. package/dist/collection/store/dataSource/trimmed.plugin.js +36 -0
  234. package/dist/collection/store/dataSource/trimmed.plugin.js.map +1 -0
  235. package/dist/collection/store/dimension/dimension.helpers.js +97 -95
  236. package/dist/collection/store/dimension/dimension.helpers.js.map +1 -0
  237. package/dist/collection/store/dimension/dimension.store.js +106 -48
  238. package/dist/collection/store/dimension/dimension.store.js.map +1 -0
  239. package/dist/collection/store/dimension/index.js +6 -0
  240. package/dist/collection/store/dimension/index.js.map +1 -0
  241. package/dist/collection/store/selection/index.js +7 -0
  242. package/dist/collection/store/selection/index.js.map +1 -0
  243. package/dist/collection/store/selection/selection.helpers.js +43 -39
  244. package/dist/collection/store/selection/selection.helpers.js.map +1 -0
  245. package/dist/collection/store/selection/selection.store.js +75 -63
  246. package/dist/collection/store/selection/selection.store.js.map +1 -0
  247. package/dist/collection/store/selection/selection.store.service.js +35 -31
  248. package/dist/collection/store/selection/selection.store.service.js.map +1 -0
  249. package/dist/collection/store/storeTypes.js +10 -2
  250. package/dist/collection/store/storeTypes.js.map +1 -0
  251. package/dist/collection/store/viewport/index.js +6 -0
  252. package/dist/collection/store/viewport/index.js.map +1 -0
  253. package/dist/collection/store/viewport/viewport.helpers.js +247 -0
  254. package/dist/collection/store/viewport/viewport.helpers.js.map +1 -0
  255. package/dist/collection/store/viewport/viewport.store.js +193 -0
  256. package/dist/collection/store/viewport/viewport.store.js.map +1 -0
  257. package/dist/collection/themeManager/theme.compact.js +7 -3
  258. package/dist/collection/themeManager/theme.compact.js.map +1 -0
  259. package/dist/collection/themeManager/theme.default.js +7 -3
  260. package/dist/collection/themeManager/theme.default.js.map +1 -0
  261. package/dist/collection/themeManager/theme.material.js +7 -3
  262. package/dist/collection/themeManager/theme.material.js.map +1 -0
  263. package/dist/collection/themeManager/theme.service.js +53 -0
  264. package/dist/collection/themeManager/theme.service.js.map +1 -0
  265. package/dist/collection/types/dimension.js +2 -0
  266. package/dist/collection/types/dimension.js.map +1 -0
  267. package/dist/collection/types/interfaces.js +2 -0
  268. package/dist/collection/types/interfaces.js.map +1 -0
  269. package/dist/collection/types/plugin.js +2 -0
  270. package/dist/collection/types/plugin.js.map +1 -0
  271. package/dist/collection/types/plugin.types.js +2 -0
  272. package/dist/collection/types/plugin.types.js.map +1 -0
  273. package/dist/collection/types/selection.js +2 -0
  274. package/dist/collection/types/selection.js.map +1 -0
  275. package/dist/collection/types/theme.js +2 -0
  276. package/dist/collection/types/theme.js.map +1 -0
  277. package/dist/collection/types/viewport.interfaces.js +2 -0
  278. package/dist/collection/types/viewport.interfaces.js.map +1 -0
  279. package/dist/collection/utils/browser.js +7 -0
  280. package/dist/collection/utils/browser.js.map +1 -0
  281. package/dist/collection/utils/closest.polifill.js +22 -0
  282. package/dist/collection/utils/closest.polifill.js.map +1 -0
  283. package/dist/collection/utils/consts.js +8 -0
  284. package/dist/collection/utils/consts.js.map +1 -0
  285. package/dist/collection/utils/events.js +29 -0
  286. package/dist/collection/utils/events.js.map +1 -0
  287. package/dist/collection/utils/header.utils.js +24 -0
  288. package/dist/collection/utils/header.utils.js.map +1 -0
  289. package/dist/collection/utils/index.js +125 -0
  290. package/dist/collection/utils/index.js.map +1 -0
  291. package/dist/collection/utils/key.codes.js +76 -0
  292. package/dist/collection/utils/key.codes.js.map +1 -0
  293. package/dist/collection/utils/key.utils.js +84 -0
  294. package/dist/collection/utils/key.utils.js.map +1 -0
  295. package/dist/collection/utils/mobile.js +7 -0
  296. package/dist/collection/utils/mobile.js.map +1 -0
  297. package/dist/collection/utils/platform.js +5 -1
  298. package/dist/collection/utils/platform.js.map +1 -0
  299. package/dist/collection/utils/resize-observer.polifill.js +10 -0
  300. package/dist/collection/utils/resize-observer.polifill.js.map +1 -0
  301. package/dist/collection/utils/row-header-utils.js +9 -0
  302. package/dist/collection/utils/row-header-utils.js.map +1 -0
  303. package/dist/collection/utils/store.utils.js +7 -3
  304. package/dist/collection/utils/store.utils.js.map +1 -0
  305. package/dist/esm/app-globals-ef1fca59.js +12 -0
  306. package/dist/esm/app-globals-ef1fca59.js.map +1 -0
  307. package/dist/esm/column.service-21a3af74.js +520 -0
  308. package/dist/esm/column.service-21a3af74.js.map +1 -0
  309. package/dist/esm/debounce-7781346d.js +224 -0
  310. package/dist/esm/debounce-7781346d.js.map +1 -0
  311. package/dist/esm/dimension.helpers-a3065cb1.js +4185 -0
  312. package/dist/esm/dimension.helpers-a3065cb1.js.map +1 -0
  313. package/dist/esm/dispatcher-8ea9187d.js +30 -0
  314. package/dist/esm/dispatcher-8ea9187d.js.map +1 -0
  315. package/dist/esm/events-3dd8ee7c.js +228 -0
  316. package/dist/esm/events-3dd8ee7c.js.map +1 -0
  317. package/dist/esm/filter.button-46ce4f80.js +38 -0
  318. package/dist/esm/filter.button-46ce4f80.js.map +1 -0
  319. package/dist/esm/header-cell-renderer-1ca84d5f.js +301 -0
  320. package/dist/esm/header-cell-renderer-1ca84d5f.js.map +1 -0
  321. package/dist/esm/index-21436631.js +1837 -0
  322. package/dist/esm/index-21436631.js.map +1 -0
  323. package/dist/esm/index-98fd0168.js +79 -0
  324. package/dist/esm/index-98fd0168.js.map +1 -0
  325. package/dist/esm/index.js +11 -0
  326. package/dist/esm/index.js.map +1 -0
  327. package/dist/esm/key.utils-4586a3d6.js +120 -0
  328. package/dist/esm/key.utils-4586a3d6.js.map +1 -0
  329. package/dist/esm/loader.js +11 -26
  330. package/dist/esm/loader.js.map +1 -0
  331. package/dist/esm/{resize-observer-56b7b34f.js → resize-observer-83c9e167.js} +30 -14
  332. package/dist/esm/resize-observer-83c9e167.js.map +1 -0
  333. package/dist/esm/revo-grid.entry.js +3988 -0
  334. package/dist/esm/revo-grid.entry.js.map +1 -0
  335. package/dist/esm/revo-grid.js +19 -65
  336. package/dist/esm/revo-grid.js.map +1 -0
  337. package/dist/esm/revogr-attribution_6.entry.js +1261 -0
  338. package/dist/esm/revogr-attribution_6.entry.js.map +1 -0
  339. package/dist/esm/revogr-clipboard_3.entry.js +502 -0
  340. package/dist/esm/revogr-clipboard_3.entry.js.map +1 -0
  341. package/dist/esm/revogr-data_4.entry.js +951 -0
  342. package/dist/esm/revogr-data_4.entry.js.map +1 -0
  343. package/dist/esm/revogr-filter-panel.entry.js +268 -115
  344. package/dist/esm/revogr-filter-panel.entry.js.map +1 -0
  345. package/dist/esm/selection.store-2577ddf9.js +391 -0
  346. package/dist/esm/selection.store-2577ddf9.js.map +1 -0
  347. package/dist/esm/storeTypes-f2647985.js +101 -0
  348. package/dist/esm/storeTypes-f2647985.js.map +1 -0
  349. package/dist/esm/throttle-cfd527d6.js +235 -0
  350. package/dist/esm/throttle-cfd527d6.js.map +1 -0
  351. package/dist/esm/toNumber-8de324a7.js +331 -0
  352. package/dist/esm/toNumber-8de324a7.js.map +1 -0
  353. package/dist/esm/viewport.helpers-6591d423.js +251 -0
  354. package/dist/esm/viewport.helpers-6591d423.js.map +1 -0
  355. package/dist/index.js +1 -1
  356. package/dist/loader/cdn.js +4 -0
  357. package/dist/loader/index.cjs.js +4 -0
  358. package/{loader → dist/loader}/index.d.ts +11 -3
  359. package/dist/loader/index.es2017.js +4 -0
  360. package/dist/{esm/polyfills/es5-html-element.js → loader/index.js} +5 -1
  361. package/{loader → dist/loader}/package.json +1 -0
  362. package/dist/revo-grid/app-globals-ef1fca59.js +5 -0
  363. package/dist/revo-grid/app-globals-ef1fca59.js.map +1 -0
  364. package/dist/revo-grid/column.service-21a3af74.js +5 -0
  365. package/dist/revo-grid/column.service-21a3af74.js.map +1 -0
  366. package/dist/revo-grid/debounce-7781346d.js +5 -0
  367. package/dist/revo-grid/debounce-7781346d.js.map +1 -0
  368. package/dist/revo-grid/dimension.helpers-a3065cb1.js +5 -0
  369. package/dist/revo-grid/dimension.helpers-a3065cb1.js.map +1 -0
  370. package/dist/revo-grid/dispatcher-8ea9187d.js +5 -0
  371. package/dist/revo-grid/dispatcher-8ea9187d.js.map +1 -0
  372. package/dist/revo-grid/events-3dd8ee7c.js +5 -0
  373. package/dist/revo-grid/events-3dd8ee7c.js.map +1 -0
  374. package/dist/revo-grid/filter.button-46ce4f80.js +5 -0
  375. package/dist/revo-grid/filter.button-46ce4f80.js.map +1 -0
  376. package/dist/revo-grid/header-cell-renderer-1ca84d5f.js +5 -0
  377. package/dist/revo-grid/header-cell-renderer-1ca84d5f.js.map +1 -0
  378. package/dist/revo-grid/index-21436631.js +6 -0
  379. package/dist/revo-grid/index-21436631.js.map +1 -0
  380. package/dist/revo-grid/index-98fd0168.js +5 -0
  381. package/dist/revo-grid/index-98fd0168.js.map +1 -0
  382. package/dist/revo-grid/index.esm.js +5 -0
  383. package/dist/revo-grid/index.esm.js.map +1 -0
  384. package/dist/revo-grid/key.utils-4586a3d6.js +5 -0
  385. package/dist/revo-grid/key.utils-4586a3d6.js.map +1 -0
  386. package/dist/revo-grid/resize-observer-83c9e167.js +5 -0
  387. package/dist/revo-grid/resize-observer-83c9e167.js.map +1 -0
  388. package/dist/revo-grid/revo-grid.entry.js +5 -0
  389. package/dist/revo-grid/revo-grid.entry.js.map +1 -0
  390. package/dist/revo-grid/revo-grid.esm.js +5 -1
  391. package/dist/revo-grid/revo-grid.esm.js.map +1 -0
  392. package/dist/revo-grid/revogr-attribution_6.entry.js +5 -0
  393. package/dist/revo-grid/revogr-attribution_6.entry.js.map +1 -0
  394. package/dist/revo-grid/revogr-clipboard_3.entry.js +5 -0
  395. package/dist/revo-grid/revogr-clipboard_3.entry.js.map +1 -0
  396. package/dist/revo-grid/revogr-data_4.entry.js +5 -0
  397. package/dist/revo-grid/revogr-data_4.entry.js.map +1 -0
  398. package/dist/revo-grid/revogr-filter-panel.entry.js +5 -1
  399. package/dist/revo-grid/revogr-filter-panel.entry.js.map +1 -0
  400. package/dist/revo-grid/selection.store-2577ddf9.js +5 -0
  401. package/dist/revo-grid/selection.store-2577ddf9.js.map +1 -0
  402. package/dist/revo-grid/storeTypes-f2647985.js +5 -0
  403. package/dist/revo-grid/storeTypes-f2647985.js.map +1 -0
  404. package/dist/revo-grid/throttle-cfd527d6.js +5 -0
  405. package/dist/revo-grid/throttle-cfd527d6.js.map +1 -0
  406. package/dist/revo-grid/toNumber-8de324a7.js +5 -0
  407. package/dist/revo-grid/toNumber-8de324a7.js.map +1 -0
  408. package/dist/revo-grid/viewport.helpers-6591d423.js +5 -0
  409. package/dist/revo-grid/viewport.helpers-6591d423.js.map +1 -0
  410. package/dist/types/components/attribution/revogr-attribution.d.ts +12 -0
  411. package/dist/types/components/clipboard/revogr-clipboard.d.ts +78 -10
  412. package/dist/types/components/data/cell-renderer.d.ts +14 -0
  413. package/dist/types/components/data/column.service.d.ts +60 -0
  414. package/dist/types/components/data/revogr-data.d.ts +101 -27
  415. package/dist/types/components/data/row-highlight.plugin.d.ts +10 -0
  416. package/dist/types/components/data/{rowRenderer.d.ts → row-renderer.d.ts} +6 -5
  417. package/dist/types/components/editors/revogr-edit.d.ts +63 -0
  418. package/dist/types/components/editors/text-editor.d.ts +46 -0
  419. package/dist/types/components/header/header-cell-renderer.d.ts +11 -0
  420. package/dist/types/components/header/header-renderer.d.ts +17 -0
  421. package/dist/types/components/header/revogr-header.d.ts +70 -22
  422. package/dist/types/components/order/order-renderer.d.ts +29 -0
  423. package/dist/types/components/order/order-row.service.d.ts +28 -0
  424. package/dist/types/components/order/revogr-order-editor.d.ts +43 -41
  425. package/dist/types/components/overlay/autofill.service.d.ts +69 -54
  426. package/dist/types/components/overlay/keyboard.service.d.ts +24 -23
  427. package/dist/types/components/overlay/revogr-overlay-selection.d.ts +216 -75
  428. package/dist/types/components/overlay/selection.utils.d.ts +24 -27
  429. package/dist/types/components/revoGrid/grid.helpers.d.ts +16 -11
  430. package/dist/types/components/revoGrid/revo-grid.d.ts +555 -403
  431. package/dist/types/components/revoGrid/viewport.helpers.d.ts +4 -3
  432. package/dist/types/components/revoGrid/viewport.resize.service.d.ts +7 -7
  433. package/dist/types/components/revoGrid/viewport.scrolling.service.d.ts +20 -21
  434. package/dist/types/components/revoGrid/viewport.service.d.ts +54 -56
  435. package/dist/types/components/rowHeaders/revogr-row-headers.d.ts +45 -12
  436. package/dist/types/components/rowHeaders/row-header-render.d.ts +5 -5
  437. package/dist/types/components/scroll/revogr-viewport-scroll.d.ts +115 -76
  438. package/dist/types/components/scrollable/autohide-scroll.plugin.d.ts +22 -0
  439. package/dist/types/components/scrollable/revogr-scroll-virtual.d.ts +39 -22
  440. package/dist/types/components/selectionFocus/revogr-focus.d.ts +61 -9
  441. package/dist/types/components/selectionTempRange/revogr-temp-range.d.ts +26 -11
  442. package/dist/types/components/vnode/vnode-converter.d.ts +19 -0
  443. package/dist/types/components/vnode/vnode.utils.d.ts +8 -0
  444. package/dist/types/components.d.ts +1595 -274
  445. package/dist/types/index.d.ts +14 -0
  446. package/dist/types/plugins/base.plugin.d.ts +49 -0
  447. package/dist/types/plugins/column.auto-size.plugin.d.ts +47 -0
  448. package/dist/types/plugins/column.stretch.plugin.d.ts +22 -0
  449. package/dist/types/plugins/dispatcher.d.ts +16 -0
  450. package/dist/types/plugins/export/csv.d.ts +6 -6
  451. package/dist/types/plugins/export/export.plugin.d.ts +18 -18
  452. package/dist/types/plugins/export/types.d.ts +15 -15
  453. package/dist/types/plugins/filter/filter.button.d.ts +7 -3
  454. package/dist/types/plugins/filter/filter.plugin.d.ts +61 -43
  455. package/dist/types/plugins/filter/filter.pop.d.ts +60 -35
  456. package/dist/types/plugins/filter/filter.service.d.ts +15 -15
  457. package/dist/types/plugins/filter/filter.types.d.ts +7 -7
  458. package/dist/types/plugins/groupingColumn/columnGroupsRenderer.d.ts +16 -13
  459. package/dist/types/plugins/groupingColumn/grouping.col.plugin.d.ts +10 -6
  460. package/dist/types/plugins/groupingColumn/headerGroupRenderer.d.ts +12 -10
  461. package/dist/types/plugins/groupingRow/grouping.const.d.ts +8 -7
  462. package/dist/types/plugins/groupingRow/grouping.row.expand.service.d.ts +6 -6
  463. package/dist/types/plugins/groupingRow/grouping.row.plugin.d.ts +32 -37
  464. package/dist/types/plugins/groupingRow/grouping.row.renderer.d.ts +7 -5
  465. package/dist/types/plugins/groupingRow/grouping.row.types.d.ts +23 -15
  466. package/dist/types/plugins/groupingRow/grouping.service.d.ts +18 -16
  467. package/dist/types/plugins/groupingRow/grouping.trimmed.service.d.ts +1 -1
  468. package/dist/types/plugins/moveColumn/column.drag.plugin.d.ts +56 -0
  469. package/dist/types/plugins/moveColumn/order-column.handler.d.ts +16 -0
  470. package/dist/types/plugins/sorting/sorting.plugin.d.ts +40 -27
  471. package/dist/types/plugins/sorting/sorting.sign.d.ts +3 -3
  472. package/dist/types/services/cell.helpers.d.ts +2 -2
  473. package/dist/types/services/column.data.provider.d.ts +33 -35
  474. package/dist/types/services/data.provider.d.ts +27 -21
  475. package/dist/types/services/dimension.provider.d.ts +52 -32
  476. package/dist/types/services/local.scroll.service.d.ts +37 -0
  477. package/dist/types/services/local.scroll.timer.d.ts +26 -0
  478. package/dist/types/services/resizable.directive.d.ts +52 -51
  479. package/dist/types/services/resizable.element.d.ts +4 -0
  480. package/dist/types/services/selection.store.connector.d.ts +54 -36
  481. package/dist/types/services/viewport.provider.d.ts +6 -8
  482. package/dist/types/stencil-public-runtime.d.ts +331 -217
  483. package/dist/types/store/dataSource/data.proxy.d.ts +3 -3
  484. package/dist/types/store/dataSource/data.store.d.ts +45 -46
  485. package/dist/types/store/dataSource/index.d.ts +3 -0
  486. package/dist/types/store/dataSource/trimmed.plugin.d.ts +10 -0
  487. package/dist/types/store/dimension/dimension.helpers.d.ts +24 -9
  488. package/dist/types/store/dimension/dimension.store.d.ts +29 -11
  489. package/dist/types/store/dimension/index.d.ts +2 -0
  490. package/dist/types/store/selection/index.d.ts +3 -0
  491. package/dist/types/store/selection/selection.helpers.d.ts +1 -3
  492. package/dist/types/store/selection/selection.store.d.ts +19 -17
  493. package/dist/types/store/selection/selection.store.service.d.ts +12 -13
  494. package/dist/types/store/storeTypes.d.ts +4 -4
  495. package/dist/types/store/viewport/index.d.ts +2 -0
  496. package/dist/types/store/viewport/viewport.helpers.d.ts +54 -0
  497. package/dist/types/store/viewport/viewport.store.d.ts +36 -0
  498. package/dist/types/themeManager/theme.compact.d.ts +3 -3
  499. package/dist/types/themeManager/theme.default.d.ts +3 -3
  500. package/dist/types/themeManager/theme.material.d.ts +3 -3
  501. package/dist/types/themeManager/theme.service.d.ts +13 -0
  502. package/dist/types/types/dimension.d.ts +8 -0
  503. package/dist/types/types/interfaces.d.ts +243 -0
  504. package/dist/types/types/plugin.d.ts +9 -0
  505. package/dist/types/types/plugin.types.d.ts +12 -0
  506. package/dist/types/types/selection.d.ts +115 -0
  507. package/dist/types/types/theme.d.ts +7 -0
  508. package/dist/types/types/viewport.interfaces.d.ts +51 -0
  509. package/dist/types/utils/browser.d.ts +1 -0
  510. package/dist/types/utils/consts.d.ts +5 -1
  511. package/dist/types/utils/events.d.ts +2 -0
  512. package/dist/types/utils/{utils.d.ts → index.d.ts} +17 -1
  513. package/dist/types/utils/key.codes.d.ts +70 -0
  514. package/dist/types/utils/{keyCodes.utils.d.ts → key.utils.d.ts} +5 -1
  515. package/dist/types/utils/mobile.d.ts +1 -0
  516. package/dist/types/utils/platform.d.ts +1 -1
  517. package/dist/types/utils/row-header-utils.d.ts +2 -0
  518. package/dist/types/utils/store.utils.d.ts +2 -2
  519. package/hydrate/index.d.ts +218 -0
  520. package/hydrate/index.js +32381 -0
  521. package/hydrate/package.json +6 -0
  522. package/package.json +94 -52
  523. package/readme.md +135 -98
  524. package/standalone/_baseIteratee.js +1237 -0
  525. package/standalone/_baseIteratee.js.map +1 -0
  526. package/standalone/_stringToPath.js +1389 -0
  527. package/standalone/_stringToPath.js.map +1 -0
  528. package/standalone/column.service.js +889 -0
  529. package/standalone/column.service.js.map +1 -0
  530. package/standalone/consts.js +30 -0
  531. package/standalone/consts.js.map +1 -0
  532. package/standalone/data.store.js +705 -0
  533. package/standalone/data.store.js.map +1 -0
  534. package/standalone/debounce.js +225 -0
  535. package/standalone/debounce.js.map +1 -0
  536. package/standalone/dimension.helpers.js +355 -0
  537. package/standalone/dimension.helpers.js.map +1 -0
  538. package/standalone/each.js +200 -0
  539. package/standalone/each.js.map +1 -0
  540. package/standalone/filter.button.js +38 -0
  541. package/standalone/filter.button.js.map +1 -0
  542. package/standalone/identity.js +349 -0
  543. package/standalone/identity.js.map +1 -0
  544. package/standalone/index.d.ts +66 -0
  545. package/standalone/index.js +42 -0
  546. package/standalone/index.js.map +1 -0
  547. package/standalone/index2.js +55 -0
  548. package/standalone/index2.js.map +1 -0
  549. package/standalone/isObjectLike.js +195 -0
  550. package/standalone/isObjectLike.js.map +1 -0
  551. package/standalone/local.scroll.timer.js +163 -0
  552. package/standalone/local.scroll.timer.js.map +1 -0
  553. package/{custom-element → standalone}/resize-observer.js +30 -14
  554. package/standalone/resize-observer.js.map +1 -0
  555. package/standalone/revo-grid.d.ts +11 -0
  556. package/standalone/revo-grid.js +4252 -0
  557. package/standalone/revo-grid.js.map +1 -0
  558. package/standalone/revogr-attribution.d.ts +11 -0
  559. package/standalone/revogr-attribution.js +11 -0
  560. package/standalone/revogr-attribution.js.map +1 -0
  561. package/standalone/revogr-attribution2.js +31 -0
  562. package/standalone/revogr-attribution2.js.map +1 -0
  563. package/standalone/revogr-clipboard.d.ts +11 -0
  564. package/standalone/revogr-clipboard.js +11 -0
  565. package/standalone/revogr-clipboard.js.map +1 -0
  566. package/standalone/revogr-clipboard2.js +159 -0
  567. package/standalone/revogr-clipboard2.js.map +1 -0
  568. package/standalone/revogr-data.d.ts +11 -0
  569. package/standalone/revogr-data.js +11 -0
  570. package/standalone/revogr-data.js.map +1 -0
  571. package/standalone/revogr-data2.js +368 -0
  572. package/standalone/revogr-data2.js.map +1 -0
  573. package/standalone/revogr-edit.d.ts +11 -0
  574. package/standalone/revogr-edit.js +11 -0
  575. package/standalone/revogr-edit.js.map +1 -0
  576. package/standalone/revogr-edit2.js +335 -0
  577. package/standalone/revogr-edit2.js.map +1 -0
  578. package/standalone/revogr-filter-panel.d.ts +11 -0
  579. package/standalone/revogr-filter-panel.js +310 -0
  580. package/standalone/revogr-filter-panel.js.map +1 -0
  581. package/standalone/revogr-focus.d.ts +11 -0
  582. package/standalone/revogr-focus.js +11 -0
  583. package/standalone/revogr-focus.js.map +1 -0
  584. package/standalone/revogr-focus2.js +106 -0
  585. package/standalone/revogr-focus2.js.map +1 -0
  586. package/standalone/revogr-header.d.ts +11 -0
  587. package/standalone/revogr-header.js +11 -0
  588. package/standalone/revogr-header.js.map +1 -0
  589. package/standalone/revogr-header2.js +667 -0
  590. package/standalone/revogr-header2.js.map +1 -0
  591. package/standalone/revogr-order-editor.d.ts +11 -0
  592. package/standalone/revogr-order-editor.js +11 -0
  593. package/standalone/revogr-order-editor.js.map +1 -0
  594. package/standalone/revogr-order-editor2.js +199 -0
  595. package/standalone/revogr-order-editor2.js.map +1 -0
  596. package/standalone/revogr-overlay-selection.d.ts +11 -0
  597. package/standalone/revogr-overlay-selection.js +11 -0
  598. package/standalone/revogr-overlay-selection.js.map +1 -0
  599. package/standalone/revogr-overlay-selection2.js +876 -0
  600. package/standalone/revogr-overlay-selection2.js.map +1 -0
  601. package/standalone/revogr-row-headers.d.ts +11 -0
  602. package/standalone/revogr-row-headers.js +11 -0
  603. package/standalone/revogr-row-headers.js.map +1 -0
  604. package/standalone/revogr-row-headers2.js +555 -0
  605. package/standalone/revogr-row-headers2.js.map +1 -0
  606. package/standalone/revogr-scroll-virtual.d.ts +11 -0
  607. package/standalone/revogr-scroll-virtual.js +11 -0
  608. package/standalone/revogr-scroll-virtual.js.map +1 -0
  609. package/standalone/revogr-scroll-virtual2.js +187 -0
  610. package/standalone/revogr-scroll-virtual2.js.map +1 -0
  611. package/standalone/revogr-temp-range.d.ts +11 -0
  612. package/standalone/revogr-temp-range.js +11 -0
  613. package/standalone/revogr-temp-range.js.map +1 -0
  614. package/standalone/revogr-temp-range2.js +90 -0
  615. package/standalone/revogr-temp-range2.js.map +1 -0
  616. package/standalone/revogr-viewport-scroll.d.ts +11 -0
  617. package/standalone/revogr-viewport-scroll.js +11 -0
  618. package/standalone/revogr-viewport-scroll.js.map +1 -0
  619. package/standalone/revogr-viewport-scroll2.js +336 -0
  620. package/standalone/revogr-viewport-scroll2.js.map +1 -0
  621. package/standalone/selection.utils.js +108 -0
  622. package/standalone/selection.utils.js.map +1 -0
  623. package/standalone/throttle.js +79 -0
  624. package/standalone/throttle.js.map +1 -0
  625. package/standalone/toNumber.js +144 -0
  626. package/standalone/toNumber.js.map +1 -0
  627. package/standalone/vnode-converter.js +45 -0
  628. package/standalone/vnode-converter.js.map +1 -0
  629. package/standalone/vnode-html.d.ts +11 -0
  630. package/standalone/vnode-html.js +11 -0
  631. package/standalone/vnode-html.js.map +1 -0
  632. package/custom-element/index.d.ts +0 -117
  633. package/custom-element/index.js +0 -28857
  634. package/dist/cjs/css-shim-e33df79c.js +0 -6
  635. package/dist/cjs/dom-c8b6d1a7.js +0 -75
  636. package/dist/cjs/filter.button-2396a488.js +0 -27
  637. package/dist/cjs/index-d3f67f2e.js +0 -1729
  638. package/dist/cjs/revo-grid_11.cjs.entry.js +0 -28621
  639. package/dist/cjs/revogr-clipboard.cjs.entry.js +0 -53
  640. package/dist/collection/components/button/button.js +0 -4
  641. package/dist/collection/components/data/cellRenderer.js +0 -19
  642. package/dist/collection/components/data/columnService.js +0 -243
  643. package/dist/collection/components/data/rowRenderer.js +0 -6
  644. package/dist/collection/components/header/headerCellRenderer.js +0 -19
  645. package/dist/collection/components/header/headerRenderer.js +0 -45
  646. package/dist/collection/components/order/orderRenderer.js +0 -50
  647. package/dist/collection/components/order/rowOrderService.js +0 -68
  648. package/dist/collection/components/overlay/clipboard.service.js +0 -39
  649. package/dist/collection/components/overlay/editors/edit.utils.js +0 -5
  650. package/dist/collection/components/overlay/editors/text.js +0 -35
  651. package/dist/collection/components/overlay/revogr-edit.js +0 -163
  652. package/dist/collection/components/revoGrid/viewport.interfaces.js +0 -1
  653. package/dist/collection/components/revoGrid/viewport.js +0 -18
  654. package/dist/collection/components/revoGrid/viewport.section.js +0 -28
  655. package/dist/collection/components/rowHeaders/row-header-utils.js +0 -4
  656. package/dist/collection/plugins/autoSizeColumn.d.ts +0 -54
  657. package/dist/collection/plugins/autoSizeColumn.js +0 -230
  658. package/dist/collection/plugins/basePlugin.d.ts +0 -37
  659. package/dist/collection/plugins/basePlugin.js +0 -53
  660. package/dist/collection/plugins/export/csv.d.ts +0 -9
  661. package/dist/collection/plugins/export/export.plugin.d.ts +0 -24
  662. package/dist/collection/plugins/export/types.d.ts +0 -23
  663. package/dist/collection/plugins/filter/conditions/equal.d.ts +0 -4
  664. package/dist/collection/plugins/filter/conditions/number/greaterThan.d.ts +0 -3
  665. package/dist/collection/plugins/filter/conditions/number/greaterThanOrEqual.d.ts +0 -3
  666. package/dist/collection/plugins/filter/conditions/number/lessThan.d.ts +0 -3
  667. package/dist/collection/plugins/filter/conditions/number/lessThanOrEqual.d.ts +0 -3
  668. package/dist/collection/plugins/filter/conditions/set.d.ts +0 -4
  669. package/dist/collection/plugins/filter/conditions/string/beginswith.d.ts +0 -3
  670. package/dist/collection/plugins/filter/conditions/string/contains.d.ts +0 -4
  671. package/dist/collection/plugins/filter/filter.button.d.ts +0 -10
  672. package/dist/collection/plugins/filter/filter.plugin.d.ts +0 -59
  673. package/dist/collection/plugins/filter/filter.pop.d.ts +0 -42
  674. package/dist/collection/plugins/filter/filter.service.d.ts +0 -20
  675. package/dist/collection/plugins/filter/filter.types.d.ts +0 -8
  676. package/dist/collection/plugins/groupingColumn/columnGroupsRenderer.d.ts +0 -16
  677. package/dist/collection/plugins/groupingColumn/grouping.col.plugin.d.ts +0 -13
  678. package/dist/collection/plugins/groupingColumn/headerGroupRenderer.d.ts +0 -14
  679. package/dist/collection/plugins/groupingRow/grouping.const.d.ts +0 -9
  680. package/dist/collection/plugins/groupingRow/grouping.row.expand.service.d.ts +0 -15
  681. package/dist/collection/plugins/groupingRow/grouping.row.plugin.d.ts +0 -40
  682. package/dist/collection/plugins/groupingRow/grouping.row.renderer.d.ts +0 -9
  683. package/dist/collection/plugins/groupingRow/grouping.row.types.d.ts +0 -19
  684. package/dist/collection/plugins/groupingRow/grouping.service.d.ts +0 -25
  685. package/dist/collection/plugins/groupingRow/grouping.trimmed.service.d.ts +0 -10
  686. package/dist/collection/plugins/sorting/sorting.plugin.d.ts +0 -32
  687. package/dist/collection/plugins/sorting/sorting.sign.d.ts +0 -8
  688. package/dist/collection/plugins/stretchPlugin.d.ts +0 -29
  689. package/dist/collection/plugins/stretchPlugin.js +0 -90
  690. package/dist/collection/plugins/trimmed/trimmed.plugin.d.ts +0 -10
  691. package/dist/collection/plugins/trimmed/trimmed.plugin.js +0 -32
  692. package/dist/collection/services/localScrollService.js +0 -80
  693. package/dist/collection/store/viewPort/viewport.helpers.js +0 -180
  694. package/dist/collection/store/viewPort/viewport.store.js +0 -121
  695. package/dist/collection/themeManager/themeService.js +0 -43
  696. package/dist/collection/utils/closestPolifill.js +0 -18
  697. package/dist/collection/utils/generateAlphabetHeader.js +0 -20
  698. package/dist/collection/utils/keyCodes.js +0 -70
  699. package/dist/collection/utils/keyCodes.utils.js +0 -64
  700. package/dist/collection/utils/resizeObserver.js +0 -6
  701. package/dist/collection/utils/utils.js +0 -104
  702. package/dist/esm/css-shim-8d75038b.js +0 -4
  703. package/dist/esm/dom-1b195079.js +0 -73
  704. package/dist/esm/filter.button-53ebca66.js +0 -23
  705. package/dist/esm/index-42c84e7c.js +0 -1694
  706. package/dist/esm/polyfills/core-js.js +0 -11
  707. package/dist/esm/polyfills/css-shim.js +0 -1
  708. package/dist/esm/polyfills/dom.js +0 -79
  709. package/dist/esm/polyfills/index.js +0 -34
  710. package/dist/esm/polyfills/system.js +0 -6
  711. package/dist/esm/revo-grid_11.entry.js +0 -28607
  712. package/dist/esm/revogr-clipboard.entry.js +0 -49
  713. package/dist/esm-es5/css-shim-8d75038b.js +0 -1
  714. package/dist/esm-es5/dom-1b195079.js +0 -21
  715. package/dist/esm-es5/filter.button-53ebca66.js +0 -1
  716. package/dist/esm-es5/index-42c84e7c.js +0 -1
  717. package/dist/esm-es5/loader.js +0 -1
  718. package/dist/esm-es5/resize-observer-56b7b34f.js +0 -1
  719. package/dist/esm-es5/revo-grid.js +0 -1
  720. package/dist/esm-es5/revo-grid_11.entry.js +0 -1
  721. package/dist/esm-es5/revogr-clipboard.entry.js +0 -1
  722. package/dist/esm-es5/revogr-filter-panel.entry.js +0 -1
  723. package/dist/revo-grid/css-shim-88bfb262.system.js +0 -1
  724. package/dist/revo-grid/css-shim-8d75038b.js +0 -1
  725. package/dist/revo-grid/dom-1b195079.js +0 -19
  726. package/dist/revo-grid/dom-ee2dd1b3.system.js +0 -21
  727. package/dist/revo-grid/filter.button-1509c206.js +0 -1
  728. package/dist/revo-grid/filter.button-4bd87101.system.js +0 -1
  729. package/dist/revo-grid/index-a15e7527.system.js +0 -1
  730. package/dist/revo-grid/index-a7f99799.js +0 -1
  731. package/dist/revo-grid/index.system.js +0 -1
  732. package/dist/revo-grid/plugins/autoSizeColumn.d.ts +0 -54
  733. package/dist/revo-grid/plugins/basePlugin.d.ts +0 -37
  734. package/dist/revo-grid/plugins/export/csv.d.ts +0 -9
  735. package/dist/revo-grid/plugins/export/export.plugin.d.ts +0 -24
  736. package/dist/revo-grid/plugins/export/types.d.ts +0 -23
  737. package/dist/revo-grid/plugins/filter/conditions/equal.d.ts +0 -4
  738. package/dist/revo-grid/plugins/filter/conditions/number/greaterThan.d.ts +0 -3
  739. package/dist/revo-grid/plugins/filter/conditions/number/greaterThanOrEqual.d.ts +0 -3
  740. package/dist/revo-grid/plugins/filter/conditions/number/lessThan.d.ts +0 -3
  741. package/dist/revo-grid/plugins/filter/conditions/number/lessThanOrEqual.d.ts +0 -3
  742. package/dist/revo-grid/plugins/filter/conditions/set.d.ts +0 -4
  743. package/dist/revo-grid/plugins/filter/conditions/string/beginswith.d.ts +0 -3
  744. package/dist/revo-grid/plugins/filter/conditions/string/contains.d.ts +0 -4
  745. package/dist/revo-grid/plugins/filter/filter.button.d.ts +0 -10
  746. package/dist/revo-grid/plugins/filter/filter.plugin.d.ts +0 -59
  747. package/dist/revo-grid/plugins/filter/filter.pop.d.ts +0 -42
  748. package/dist/revo-grid/plugins/filter/filter.service.d.ts +0 -20
  749. package/dist/revo-grid/plugins/filter/filter.types.d.ts +0 -8
  750. package/dist/revo-grid/plugins/groupingColumn/columnGroupsRenderer.d.ts +0 -16
  751. package/dist/revo-grid/plugins/groupingColumn/grouping.col.plugin.d.ts +0 -13
  752. package/dist/revo-grid/plugins/groupingColumn/headerGroupRenderer.d.ts +0 -14
  753. package/dist/revo-grid/plugins/groupingRow/grouping.const.d.ts +0 -9
  754. package/dist/revo-grid/plugins/groupingRow/grouping.row.expand.service.d.ts +0 -15
  755. package/dist/revo-grid/plugins/groupingRow/grouping.row.plugin.d.ts +0 -40
  756. package/dist/revo-grid/plugins/groupingRow/grouping.row.renderer.d.ts +0 -9
  757. package/dist/revo-grid/plugins/groupingRow/grouping.row.types.d.ts +0 -19
  758. package/dist/revo-grid/plugins/groupingRow/grouping.service.d.ts +0 -25
  759. package/dist/revo-grid/plugins/groupingRow/grouping.trimmed.service.d.ts +0 -10
  760. package/dist/revo-grid/plugins/sorting/sorting.plugin.d.ts +0 -32
  761. package/dist/revo-grid/plugins/sorting/sorting.sign.d.ts +0 -8
  762. package/dist/revo-grid/plugins/stretchPlugin.d.ts +0 -29
  763. package/dist/revo-grid/plugins/trimmed/trimmed.plugin.d.ts +0 -10
  764. package/dist/revo-grid/resize-observer-56b7b34f.js +0 -1
  765. package/dist/revo-grid/resize-observer-7a7b9757.system.js +0 -1
  766. package/dist/revo-grid/revo-grid.js +0 -132
  767. package/dist/revo-grid/revo-grid.system.js +0 -1
  768. package/dist/revo-grid/revo-grid_11.entry.js +0 -1
  769. package/dist/revo-grid/revo-grid_11.system.entry.js +0 -1
  770. package/dist/revo-grid/revogr-clipboard.entry.js +0 -1
  771. package/dist/revo-grid/revogr-clipboard.system.entry.js +0 -1
  772. package/dist/revo-grid/revogr-filter-panel.system.entry.js +0 -1
  773. package/dist/types/components/button/button.d.ts +0 -5
  774. package/dist/types/components/data/cellRenderer.d.ts +0 -8
  775. package/dist/types/components/data/columnService.d.ts +0 -42
  776. package/dist/types/components/header/headerCellRenderer.d.ts +0 -8
  777. package/dist/types/components/header/headerRenderer.d.ts +0 -15
  778. package/dist/types/components/order/orderRenderer.d.ts +0 -28
  779. package/dist/types/components/order/rowOrderService.d.ts +0 -27
  780. package/dist/types/components/overlay/clipboard.service.d.ts +0 -20
  781. package/dist/types/components/overlay/editors/text.d.ts +0 -13
  782. package/dist/types/components/overlay/revogr-edit.d.ts +0 -19
  783. package/dist/types/components/revoGrid/viewport.d.ts +0 -19
  784. package/dist/types/components/revoGrid/viewport.interfaces.d.ts +0 -66
  785. package/dist/types/components/revoGrid/viewport.section.d.ts +0 -24
  786. package/dist/types/components/rowHeaders/row-header-utils.d.ts +0 -2
  787. package/dist/types/interfaces.d.ts +0 -437
  788. package/dist/types/plugins/autoSizeColumn.d.ts +0 -54
  789. package/dist/types/plugins/basePlugin.d.ts +0 -37
  790. package/dist/types/plugins/stretchPlugin.d.ts +0 -29
  791. package/dist/types/plugins/trimmed/trimmed.plugin.d.ts +0 -10
  792. package/dist/types/services/localScrollService.d.ts +0 -28
  793. package/dist/types/store/viewPort/viewport.helpers.d.ts +0 -30
  794. package/dist/types/store/viewPort/viewport.store.d.ts +0 -18
  795. package/dist/types/themeManager/themeService.d.ts +0 -13
  796. package/dist/types/utils/closestPolifill.d.ts +0 -0
  797. package/dist/types/utils/keyCodes.d.ts +0 -68
  798. package/loader/cdn.js +0 -3
  799. package/loader/index.cjs.js +0 -3
  800. package/loader/index.es2017.js +0 -3
  801. package/loader/index.js +0 -4
  802. /package/dist/types/components/{overlay/editors → editors}/edit.utils.d.ts +0 -0
  803. /package/dist/{esm-es5/index.js → types/utils/closest.polifill.d.ts} +0 -0
  804. /package/dist/types/utils/{generateAlphabetHeader.d.ts → header.utils.d.ts} +0 -0
  805. /package/dist/types/utils/{resizeObserver.d.ts → resize-observer.polifill.d.ts} +0 -0
@@ -0,0 +1,1237 @@
1
+ /*!
2
+ * Built by Revolist OU ❤️
3
+ */
4
+ import { b as _SetCache, e as eq_1, c as _Stack, _ as _getTag, i as isBuffer$1, d as _stringToPath, f as isArguments_1, g as isLength_1 } from './_stringToPath.js';
5
+ import { b as _root, d as _Symbol, i as isObjectLike_1, a as isObject_1 } from './isObjectLike.js';
6
+ import { a as isArray_1, k as keys_1, d as isTypedArray_1, b as _isIndex, c as identity_1 } from './identity.js';
7
+ import { i as isSymbol_1 } from './toNumber.js';
8
+
9
+ /**
10
+ * A specialized version of `_.some` for arrays without support for iteratee
11
+ * shorthands.
12
+ *
13
+ * @private
14
+ * @param {Array} [array] The array to iterate over.
15
+ * @param {Function} predicate The function invoked per iteration.
16
+ * @returns {boolean} Returns `true` if any element passes the predicate check,
17
+ * else `false`.
18
+ */
19
+
20
+ function arraySome$1(array, predicate) {
21
+ var index = -1,
22
+ length = array == null ? 0 : array.length;
23
+
24
+ while (++index < length) {
25
+ if (predicate(array[index], index, array)) {
26
+ return true;
27
+ }
28
+ }
29
+ return false;
30
+ }
31
+
32
+ var _arraySome = arraySome$1;
33
+
34
+ /**
35
+ * Checks if a `cache` value for `key` exists.
36
+ *
37
+ * @private
38
+ * @param {Object} cache The cache to query.
39
+ * @param {string} key The key of the entry to check.
40
+ * @returns {boolean} Returns `true` if an entry for `key` exists, else `false`.
41
+ */
42
+
43
+ function cacheHas$1(cache, key) {
44
+ return cache.has(key);
45
+ }
46
+
47
+ var _cacheHas = cacheHas$1;
48
+
49
+ var SetCache = _SetCache,
50
+ arraySome = _arraySome,
51
+ cacheHas = _cacheHas;
52
+
53
+ /** Used to compose bitmasks for value comparisons. */
54
+ var COMPARE_PARTIAL_FLAG$5 = 1,
55
+ COMPARE_UNORDERED_FLAG$3 = 2;
56
+
57
+ /**
58
+ * A specialized version of `baseIsEqualDeep` for arrays with support for
59
+ * partial deep comparisons.
60
+ *
61
+ * @private
62
+ * @param {Array} array The array to compare.
63
+ * @param {Array} other The other array to compare.
64
+ * @param {number} bitmask The bitmask flags. See `baseIsEqual` for more details.
65
+ * @param {Function} customizer The function to customize comparisons.
66
+ * @param {Function} equalFunc The function to determine equivalents of values.
67
+ * @param {Object} stack Tracks traversed `array` and `other` objects.
68
+ * @returns {boolean} Returns `true` if the arrays are equivalent, else `false`.
69
+ */
70
+ function equalArrays$2(array, other, bitmask, customizer, equalFunc, stack) {
71
+ var isPartial = bitmask & COMPARE_PARTIAL_FLAG$5,
72
+ arrLength = array.length,
73
+ othLength = other.length;
74
+
75
+ if (arrLength != othLength && !(isPartial && othLength > arrLength)) {
76
+ return false;
77
+ }
78
+ // Check that cyclic values are equal.
79
+ var arrStacked = stack.get(array);
80
+ var othStacked = stack.get(other);
81
+ if (arrStacked && othStacked) {
82
+ return arrStacked == other && othStacked == array;
83
+ }
84
+ var index = -1,
85
+ result = true,
86
+ seen = (bitmask & COMPARE_UNORDERED_FLAG$3) ? new SetCache : undefined;
87
+
88
+ stack.set(array, other);
89
+ stack.set(other, array);
90
+
91
+ // Ignore non-index properties.
92
+ while (++index < arrLength) {
93
+ var arrValue = array[index],
94
+ othValue = other[index];
95
+
96
+ if (customizer) {
97
+ var compared = isPartial
98
+ ? customizer(othValue, arrValue, index, other, array, stack)
99
+ : customizer(arrValue, othValue, index, array, other, stack);
100
+ }
101
+ if (compared !== undefined) {
102
+ if (compared) {
103
+ continue;
104
+ }
105
+ result = false;
106
+ break;
107
+ }
108
+ // Recursively compare arrays (susceptible to call stack limits).
109
+ if (seen) {
110
+ if (!arraySome(other, function(othValue, othIndex) {
111
+ if (!cacheHas(seen, othIndex) &&
112
+ (arrValue === othValue || equalFunc(arrValue, othValue, bitmask, customizer, stack))) {
113
+ return seen.push(othIndex);
114
+ }
115
+ })) {
116
+ result = false;
117
+ break;
118
+ }
119
+ } else if (!(
120
+ arrValue === othValue ||
121
+ equalFunc(arrValue, othValue, bitmask, customizer, stack)
122
+ )) {
123
+ result = false;
124
+ break;
125
+ }
126
+ }
127
+ stack['delete'](array);
128
+ stack['delete'](other);
129
+ return result;
130
+ }
131
+
132
+ var _equalArrays = equalArrays$2;
133
+
134
+ var root = _root;
135
+
136
+ /** Built-in value references. */
137
+ var Uint8Array$1 = root.Uint8Array;
138
+
139
+ var _Uint8Array = Uint8Array$1;
140
+
141
+ /**
142
+ * Converts `map` to its key-value pairs.
143
+ *
144
+ * @private
145
+ * @param {Object} map The map to convert.
146
+ * @returns {Array} Returns the key-value pairs.
147
+ */
148
+
149
+ function mapToArray$1(map) {
150
+ var index = -1,
151
+ result = Array(map.size);
152
+
153
+ map.forEach(function(value, key) {
154
+ result[++index] = [key, value];
155
+ });
156
+ return result;
157
+ }
158
+
159
+ var _mapToArray = mapToArray$1;
160
+
161
+ /**
162
+ * Converts `set` to an array of its values.
163
+ *
164
+ * @private
165
+ * @param {Object} set The set to convert.
166
+ * @returns {Array} Returns the values.
167
+ */
168
+
169
+ function setToArray$1(set) {
170
+ var index = -1,
171
+ result = Array(set.size);
172
+
173
+ set.forEach(function(value) {
174
+ result[++index] = value;
175
+ });
176
+ return result;
177
+ }
178
+
179
+ var _setToArray = setToArray$1;
180
+
181
+ var Symbol$1 = _Symbol,
182
+ Uint8Array = _Uint8Array,
183
+ eq = eq_1,
184
+ equalArrays$1 = _equalArrays,
185
+ mapToArray = _mapToArray,
186
+ setToArray = _setToArray;
187
+
188
+ /** Used to compose bitmasks for value comparisons. */
189
+ var COMPARE_PARTIAL_FLAG$4 = 1,
190
+ COMPARE_UNORDERED_FLAG$2 = 2;
191
+
192
+ /** `Object#toString` result references. */
193
+ var boolTag = '[object Boolean]',
194
+ dateTag = '[object Date]',
195
+ errorTag = '[object Error]',
196
+ mapTag = '[object Map]',
197
+ numberTag = '[object Number]',
198
+ regexpTag = '[object RegExp]',
199
+ setTag = '[object Set]',
200
+ stringTag = '[object String]',
201
+ symbolTag = '[object Symbol]';
202
+
203
+ var arrayBufferTag = '[object ArrayBuffer]',
204
+ dataViewTag = '[object DataView]';
205
+
206
+ /** Used to convert symbols to primitives and strings. */
207
+ var symbolProto$1 = Symbol$1 ? Symbol$1.prototype : undefined,
208
+ symbolValueOf = symbolProto$1 ? symbolProto$1.valueOf : undefined;
209
+
210
+ /**
211
+ * A specialized version of `baseIsEqualDeep` for comparing objects of
212
+ * the same `toStringTag`.
213
+ *
214
+ * **Note:** This function only supports comparing values with tags of
215
+ * `Boolean`, `Date`, `Error`, `Number`, `RegExp`, or `String`.
216
+ *
217
+ * @private
218
+ * @param {Object} object The object to compare.
219
+ * @param {Object} other The other object to compare.
220
+ * @param {string} tag The `toStringTag` of the objects to compare.
221
+ * @param {number} bitmask The bitmask flags. See `baseIsEqual` for more details.
222
+ * @param {Function} customizer The function to customize comparisons.
223
+ * @param {Function} equalFunc The function to determine equivalents of values.
224
+ * @param {Object} stack Tracks traversed `object` and `other` objects.
225
+ * @returns {boolean} Returns `true` if the objects are equivalent, else `false`.
226
+ */
227
+ function equalByTag$1(object, other, tag, bitmask, customizer, equalFunc, stack) {
228
+ switch (tag) {
229
+ case dataViewTag:
230
+ if ((object.byteLength != other.byteLength) ||
231
+ (object.byteOffset != other.byteOffset)) {
232
+ return false;
233
+ }
234
+ object = object.buffer;
235
+ other = other.buffer;
236
+
237
+ case arrayBufferTag:
238
+ if ((object.byteLength != other.byteLength) ||
239
+ !equalFunc(new Uint8Array(object), new Uint8Array(other))) {
240
+ return false;
241
+ }
242
+ return true;
243
+
244
+ case boolTag:
245
+ case dateTag:
246
+ case numberTag:
247
+ // Coerce booleans to `1` or `0` and dates to milliseconds.
248
+ // Invalid dates are coerced to `NaN`.
249
+ return eq(+object, +other);
250
+
251
+ case errorTag:
252
+ return object.name == other.name && object.message == other.message;
253
+
254
+ case regexpTag:
255
+ case stringTag:
256
+ // Coerce regexes to strings and treat strings, primitives and objects,
257
+ // as equal. See http://www.ecma-international.org/ecma-262/7.0/#sec-regexp.prototype.tostring
258
+ // for more details.
259
+ return object == (other + '');
260
+
261
+ case mapTag:
262
+ var convert = mapToArray;
263
+
264
+ case setTag:
265
+ var isPartial = bitmask & COMPARE_PARTIAL_FLAG$4;
266
+ convert || (convert = setToArray);
267
+
268
+ if (object.size != other.size && !isPartial) {
269
+ return false;
270
+ }
271
+ // Assume cyclic values are equal.
272
+ var stacked = stack.get(object);
273
+ if (stacked) {
274
+ return stacked == other;
275
+ }
276
+ bitmask |= COMPARE_UNORDERED_FLAG$2;
277
+
278
+ // Recursively compare objects (susceptible to call stack limits).
279
+ stack.set(object, other);
280
+ var result = equalArrays$1(convert(object), convert(other), bitmask, customizer, equalFunc, stack);
281
+ stack['delete'](object);
282
+ return result;
283
+
284
+ case symbolTag:
285
+ if (symbolValueOf) {
286
+ return symbolValueOf.call(object) == symbolValueOf.call(other);
287
+ }
288
+ }
289
+ return false;
290
+ }
291
+
292
+ var _equalByTag = equalByTag$1;
293
+
294
+ /**
295
+ * Appends the elements of `values` to `array`.
296
+ *
297
+ * @private
298
+ * @param {Array} array The array to modify.
299
+ * @param {Array} values The values to append.
300
+ * @returns {Array} Returns `array`.
301
+ */
302
+
303
+ function arrayPush$1(array, values) {
304
+ var index = -1,
305
+ length = values.length,
306
+ offset = array.length;
307
+
308
+ while (++index < length) {
309
+ array[offset + index] = values[index];
310
+ }
311
+ return array;
312
+ }
313
+
314
+ var _arrayPush = arrayPush$1;
315
+
316
+ var arrayPush = _arrayPush,
317
+ isArray$6 = isArray_1;
318
+
319
+ /**
320
+ * The base implementation of `getAllKeys` and `getAllKeysIn` which uses
321
+ * `keysFunc` and `symbolsFunc` to get the enumerable property names and
322
+ * symbols of `object`.
323
+ *
324
+ * @private
325
+ * @param {Object} object The object to query.
326
+ * @param {Function} keysFunc The function to get the keys of `object`.
327
+ * @param {Function} symbolsFunc The function to get the symbols of `object`.
328
+ * @returns {Array} Returns the array of property names and symbols.
329
+ */
330
+ function baseGetAllKeys$1(object, keysFunc, symbolsFunc) {
331
+ var result = keysFunc(object);
332
+ return isArray$6(object) ? result : arrayPush(result, symbolsFunc(object));
333
+ }
334
+
335
+ var _baseGetAllKeys = baseGetAllKeys$1;
336
+
337
+ /**
338
+ * A specialized version of `_.filter` for arrays without support for
339
+ * iteratee shorthands.
340
+ *
341
+ * @private
342
+ * @param {Array} [array] The array to iterate over.
343
+ * @param {Function} predicate The function invoked per iteration.
344
+ * @returns {Array} Returns the new filtered array.
345
+ */
346
+
347
+ function arrayFilter$1(array, predicate) {
348
+ var index = -1,
349
+ length = array == null ? 0 : array.length,
350
+ resIndex = 0,
351
+ result = [];
352
+
353
+ while (++index < length) {
354
+ var value = array[index];
355
+ if (predicate(value, index, array)) {
356
+ result[resIndex++] = value;
357
+ }
358
+ }
359
+ return result;
360
+ }
361
+
362
+ var _arrayFilter = arrayFilter$1;
363
+
364
+ /**
365
+ * This method returns a new empty array.
366
+ *
367
+ * @static
368
+ * @memberOf _
369
+ * @since 4.13.0
370
+ * @category Util
371
+ * @returns {Array} Returns the new empty array.
372
+ * @example
373
+ *
374
+ * var arrays = _.times(2, _.stubArray);
375
+ *
376
+ * console.log(arrays);
377
+ * // => [[], []]
378
+ *
379
+ * console.log(arrays[0] === arrays[1]);
380
+ * // => false
381
+ */
382
+
383
+ function stubArray$1() {
384
+ return [];
385
+ }
386
+
387
+ var stubArray_1 = stubArray$1;
388
+
389
+ var arrayFilter = _arrayFilter,
390
+ stubArray = stubArray_1;
391
+
392
+ /** Used for built-in method references. */
393
+ var objectProto$2 = Object.prototype;
394
+
395
+ /** Built-in value references. */
396
+ var propertyIsEnumerable = objectProto$2.propertyIsEnumerable;
397
+
398
+ /* Built-in method references for those with the same name as other `lodash` methods. */
399
+ var nativeGetSymbols = Object.getOwnPropertySymbols;
400
+
401
+ /**
402
+ * Creates an array of the own enumerable symbols of `object`.
403
+ *
404
+ * @private
405
+ * @param {Object} object The object to query.
406
+ * @returns {Array} Returns the array of symbols.
407
+ */
408
+ var getSymbols$1 = !nativeGetSymbols ? stubArray : function(object) {
409
+ if (object == null) {
410
+ return [];
411
+ }
412
+ object = Object(object);
413
+ return arrayFilter(nativeGetSymbols(object), function(symbol) {
414
+ return propertyIsEnumerable.call(object, symbol);
415
+ });
416
+ };
417
+
418
+ var _getSymbols = getSymbols$1;
419
+
420
+ var baseGetAllKeys = _baseGetAllKeys,
421
+ getSymbols = _getSymbols,
422
+ keys$1 = keys_1;
423
+
424
+ /**
425
+ * Creates an array of own enumerable property names and symbols of `object`.
426
+ *
427
+ * @private
428
+ * @param {Object} object The object to query.
429
+ * @returns {Array} Returns the array of property names and symbols.
430
+ */
431
+ function getAllKeys$1(object) {
432
+ return baseGetAllKeys(object, keys$1, getSymbols);
433
+ }
434
+
435
+ var _getAllKeys = getAllKeys$1;
436
+
437
+ var getAllKeys = _getAllKeys;
438
+
439
+ /** Used to compose bitmasks for value comparisons. */
440
+ var COMPARE_PARTIAL_FLAG$3 = 1;
441
+
442
+ /** Used for built-in method references. */
443
+ var objectProto$1 = Object.prototype;
444
+
445
+ /** Used to check objects for own properties. */
446
+ var hasOwnProperty$1 = objectProto$1.hasOwnProperty;
447
+
448
+ /**
449
+ * A specialized version of `baseIsEqualDeep` for objects with support for
450
+ * partial deep comparisons.
451
+ *
452
+ * @private
453
+ * @param {Object} object The object to compare.
454
+ * @param {Object} other The other object to compare.
455
+ * @param {number} bitmask The bitmask flags. See `baseIsEqual` for more details.
456
+ * @param {Function} customizer The function to customize comparisons.
457
+ * @param {Function} equalFunc The function to determine equivalents of values.
458
+ * @param {Object} stack Tracks traversed `object` and `other` objects.
459
+ * @returns {boolean} Returns `true` if the objects are equivalent, else `false`.
460
+ */
461
+ function equalObjects$1(object, other, bitmask, customizer, equalFunc, stack) {
462
+ var isPartial = bitmask & COMPARE_PARTIAL_FLAG$3,
463
+ objProps = getAllKeys(object),
464
+ objLength = objProps.length,
465
+ othProps = getAllKeys(other),
466
+ othLength = othProps.length;
467
+
468
+ if (objLength != othLength && !isPartial) {
469
+ return false;
470
+ }
471
+ var index = objLength;
472
+ while (index--) {
473
+ var key = objProps[index];
474
+ if (!(isPartial ? key in other : hasOwnProperty$1.call(other, key))) {
475
+ return false;
476
+ }
477
+ }
478
+ // Check that cyclic values are equal.
479
+ var objStacked = stack.get(object);
480
+ var othStacked = stack.get(other);
481
+ if (objStacked && othStacked) {
482
+ return objStacked == other && othStacked == object;
483
+ }
484
+ var result = true;
485
+ stack.set(object, other);
486
+ stack.set(other, object);
487
+
488
+ var skipCtor = isPartial;
489
+ while (++index < objLength) {
490
+ key = objProps[index];
491
+ var objValue = object[key],
492
+ othValue = other[key];
493
+
494
+ if (customizer) {
495
+ var compared = isPartial
496
+ ? customizer(othValue, objValue, key, other, object, stack)
497
+ : customizer(objValue, othValue, key, object, other, stack);
498
+ }
499
+ // Recursively compare objects (susceptible to call stack limits).
500
+ if (!(compared === undefined
501
+ ? (objValue === othValue || equalFunc(objValue, othValue, bitmask, customizer, stack))
502
+ : compared
503
+ )) {
504
+ result = false;
505
+ break;
506
+ }
507
+ skipCtor || (skipCtor = key == 'constructor');
508
+ }
509
+ if (result && !skipCtor) {
510
+ var objCtor = object.constructor,
511
+ othCtor = other.constructor;
512
+
513
+ // Non `Object` object instances with different constructors are not equal.
514
+ if (objCtor != othCtor &&
515
+ ('constructor' in object && 'constructor' in other) &&
516
+ !(typeof objCtor == 'function' && objCtor instanceof objCtor &&
517
+ typeof othCtor == 'function' && othCtor instanceof othCtor)) {
518
+ result = false;
519
+ }
520
+ }
521
+ stack['delete'](object);
522
+ stack['delete'](other);
523
+ return result;
524
+ }
525
+
526
+ var _equalObjects = equalObjects$1;
527
+
528
+ var Stack$1 = _Stack,
529
+ equalArrays = _equalArrays,
530
+ equalByTag = _equalByTag,
531
+ equalObjects = _equalObjects,
532
+ getTag = _getTag,
533
+ isArray$5 = isArray_1,
534
+ isBuffer = isBuffer$1.exports,
535
+ isTypedArray = isTypedArray_1;
536
+
537
+ /** Used to compose bitmasks for value comparisons. */
538
+ var COMPARE_PARTIAL_FLAG$2 = 1;
539
+
540
+ /** `Object#toString` result references. */
541
+ var argsTag = '[object Arguments]',
542
+ arrayTag = '[object Array]',
543
+ objectTag = '[object Object]';
544
+
545
+ /** Used for built-in method references. */
546
+ var objectProto = Object.prototype;
547
+
548
+ /** Used to check objects for own properties. */
549
+ var hasOwnProperty = objectProto.hasOwnProperty;
550
+
551
+ /**
552
+ * A specialized version of `baseIsEqual` for arrays and objects which performs
553
+ * deep comparisons and tracks traversed objects enabling objects with circular
554
+ * references to be compared.
555
+ *
556
+ * @private
557
+ * @param {Object} object The object to compare.
558
+ * @param {Object} other The other object to compare.
559
+ * @param {number} bitmask The bitmask flags. See `baseIsEqual` for more details.
560
+ * @param {Function} customizer The function to customize comparisons.
561
+ * @param {Function} equalFunc The function to determine equivalents of values.
562
+ * @param {Object} [stack] Tracks traversed `object` and `other` objects.
563
+ * @returns {boolean} Returns `true` if the objects are equivalent, else `false`.
564
+ */
565
+ function baseIsEqualDeep$1(object, other, bitmask, customizer, equalFunc, stack) {
566
+ var objIsArr = isArray$5(object),
567
+ othIsArr = isArray$5(other),
568
+ objTag = objIsArr ? arrayTag : getTag(object),
569
+ othTag = othIsArr ? arrayTag : getTag(other);
570
+
571
+ objTag = objTag == argsTag ? objectTag : objTag;
572
+ othTag = othTag == argsTag ? objectTag : othTag;
573
+
574
+ var objIsObj = objTag == objectTag,
575
+ othIsObj = othTag == objectTag,
576
+ isSameTag = objTag == othTag;
577
+
578
+ if (isSameTag && isBuffer(object)) {
579
+ if (!isBuffer(other)) {
580
+ return false;
581
+ }
582
+ objIsArr = true;
583
+ objIsObj = false;
584
+ }
585
+ if (isSameTag && !objIsObj) {
586
+ stack || (stack = new Stack$1);
587
+ return (objIsArr || isTypedArray(object))
588
+ ? equalArrays(object, other, bitmask, customizer, equalFunc, stack)
589
+ : equalByTag(object, other, objTag, bitmask, customizer, equalFunc, stack);
590
+ }
591
+ if (!(bitmask & COMPARE_PARTIAL_FLAG$2)) {
592
+ var objIsWrapped = objIsObj && hasOwnProperty.call(object, '__wrapped__'),
593
+ othIsWrapped = othIsObj && hasOwnProperty.call(other, '__wrapped__');
594
+
595
+ if (objIsWrapped || othIsWrapped) {
596
+ var objUnwrapped = objIsWrapped ? object.value() : object,
597
+ othUnwrapped = othIsWrapped ? other.value() : other;
598
+
599
+ stack || (stack = new Stack$1);
600
+ return equalFunc(objUnwrapped, othUnwrapped, bitmask, customizer, stack);
601
+ }
602
+ }
603
+ if (!isSameTag) {
604
+ return false;
605
+ }
606
+ stack || (stack = new Stack$1);
607
+ return equalObjects(object, other, bitmask, customizer, equalFunc, stack);
608
+ }
609
+
610
+ var _baseIsEqualDeep = baseIsEqualDeep$1;
611
+
612
+ var baseIsEqualDeep = _baseIsEqualDeep,
613
+ isObjectLike = isObjectLike_1;
614
+
615
+ /**
616
+ * The base implementation of `_.isEqual` which supports partial comparisons
617
+ * and tracks traversed objects.
618
+ *
619
+ * @private
620
+ * @param {*} value The value to compare.
621
+ * @param {*} other The other value to compare.
622
+ * @param {boolean} bitmask The bitmask flags.
623
+ * 1 - Unordered comparison
624
+ * 2 - Partial comparison
625
+ * @param {Function} [customizer] The function to customize comparisons.
626
+ * @param {Object} [stack] Tracks traversed `value` and `other` objects.
627
+ * @returns {boolean} Returns `true` if the values are equivalent, else `false`.
628
+ */
629
+ function baseIsEqual$2(value, other, bitmask, customizer, stack) {
630
+ if (value === other) {
631
+ return true;
632
+ }
633
+ if (value == null || other == null || (!isObjectLike(value) && !isObjectLike(other))) {
634
+ return value !== value && other !== other;
635
+ }
636
+ return baseIsEqualDeep(value, other, bitmask, customizer, baseIsEqual$2, stack);
637
+ }
638
+
639
+ var _baseIsEqual = baseIsEqual$2;
640
+
641
+ var Stack = _Stack,
642
+ baseIsEqual$1 = _baseIsEqual;
643
+
644
+ /** Used to compose bitmasks for value comparisons. */
645
+ var COMPARE_PARTIAL_FLAG$1 = 1,
646
+ COMPARE_UNORDERED_FLAG$1 = 2;
647
+
648
+ /**
649
+ * The base implementation of `_.isMatch` without support for iteratee shorthands.
650
+ *
651
+ * @private
652
+ * @param {Object} object The object to inspect.
653
+ * @param {Object} source The object of property values to match.
654
+ * @param {Array} matchData The property names, values, and compare flags to match.
655
+ * @param {Function} [customizer] The function to customize comparisons.
656
+ * @returns {boolean} Returns `true` if `object` is a match, else `false`.
657
+ */
658
+ function baseIsMatch$1(object, source, matchData, customizer) {
659
+ var index = matchData.length,
660
+ length = index,
661
+ noCustomizer = !customizer;
662
+
663
+ if (object == null) {
664
+ return !length;
665
+ }
666
+ object = Object(object);
667
+ while (index--) {
668
+ var data = matchData[index];
669
+ if ((noCustomizer && data[2])
670
+ ? data[1] !== object[data[0]]
671
+ : !(data[0] in object)
672
+ ) {
673
+ return false;
674
+ }
675
+ }
676
+ while (++index < length) {
677
+ data = matchData[index];
678
+ var key = data[0],
679
+ objValue = object[key],
680
+ srcValue = data[1];
681
+
682
+ if (noCustomizer && data[2]) {
683
+ if (objValue === undefined && !(key in object)) {
684
+ return false;
685
+ }
686
+ } else {
687
+ var stack = new Stack;
688
+ if (customizer) {
689
+ var result = customizer(objValue, srcValue, key, object, source, stack);
690
+ }
691
+ if (!(result === undefined
692
+ ? baseIsEqual$1(srcValue, objValue, COMPARE_PARTIAL_FLAG$1 | COMPARE_UNORDERED_FLAG$1, customizer, stack)
693
+ : result
694
+ )) {
695
+ return false;
696
+ }
697
+ }
698
+ }
699
+ return true;
700
+ }
701
+
702
+ var _baseIsMatch = baseIsMatch$1;
703
+
704
+ var isObject = isObject_1;
705
+
706
+ /**
707
+ * Checks if `value` is suitable for strict equality comparisons, i.e. `===`.
708
+ *
709
+ * @private
710
+ * @param {*} value The value to check.
711
+ * @returns {boolean} Returns `true` if `value` if suitable for strict
712
+ * equality comparisons, else `false`.
713
+ */
714
+ function isStrictComparable$2(value) {
715
+ return value === value && !isObject(value);
716
+ }
717
+
718
+ var _isStrictComparable = isStrictComparable$2;
719
+
720
+ var isStrictComparable$1 = _isStrictComparable,
721
+ keys = keys_1;
722
+
723
+ /**
724
+ * Gets the property names, values, and compare flags of `object`.
725
+ *
726
+ * @private
727
+ * @param {Object} object The object to query.
728
+ * @returns {Array} Returns the match data of `object`.
729
+ */
730
+ function getMatchData$1(object) {
731
+ var result = keys(object),
732
+ length = result.length;
733
+
734
+ while (length--) {
735
+ var key = result[length],
736
+ value = object[key];
737
+
738
+ result[length] = [key, value, isStrictComparable$1(value)];
739
+ }
740
+ return result;
741
+ }
742
+
743
+ var _getMatchData = getMatchData$1;
744
+
745
+ /**
746
+ * A specialized version of `matchesProperty` for source values suitable
747
+ * for strict equality comparisons, i.e. `===`.
748
+ *
749
+ * @private
750
+ * @param {string} key The key of the property to get.
751
+ * @param {*} srcValue The value to match.
752
+ * @returns {Function} Returns the new spec function.
753
+ */
754
+
755
+ function matchesStrictComparable$2(key, srcValue) {
756
+ return function(object) {
757
+ if (object == null) {
758
+ return false;
759
+ }
760
+ return object[key] === srcValue &&
761
+ (srcValue !== undefined || (key in Object(object)));
762
+ };
763
+ }
764
+
765
+ var _matchesStrictComparable = matchesStrictComparable$2;
766
+
767
+ var baseIsMatch = _baseIsMatch,
768
+ getMatchData = _getMatchData,
769
+ matchesStrictComparable$1 = _matchesStrictComparable;
770
+
771
+ /**
772
+ * The base implementation of `_.matches` which doesn't clone `source`.
773
+ *
774
+ * @private
775
+ * @param {Object} source The object of property values to match.
776
+ * @returns {Function} Returns the new spec function.
777
+ */
778
+ function baseMatches$1(source) {
779
+ var matchData = getMatchData(source);
780
+ if (matchData.length == 1 && matchData[0][2]) {
781
+ return matchesStrictComparable$1(matchData[0][0], matchData[0][1]);
782
+ }
783
+ return function(object) {
784
+ return object === source || baseIsMatch(object, source, matchData);
785
+ };
786
+ }
787
+
788
+ var _baseMatches = baseMatches$1;
789
+
790
+ var isArray$4 = isArray_1,
791
+ isSymbol$2 = isSymbol_1;
792
+
793
+ /** Used to match property names within property paths. */
794
+ var reIsDeepProp = /\.|\[(?:[^[\]]*|(["'])(?:(?!\1)[^\\]|\\.)*?\1)\]/,
795
+ reIsPlainProp = /^\w*$/;
796
+
797
+ /**
798
+ * Checks if `value` is a property name and not a property path.
799
+ *
800
+ * @private
801
+ * @param {*} value The value to check.
802
+ * @param {Object} [object] The object to query keys on.
803
+ * @returns {boolean} Returns `true` if `value` is a property name, else `false`.
804
+ */
805
+ function isKey$3(value, object) {
806
+ if (isArray$4(value)) {
807
+ return false;
808
+ }
809
+ var type = typeof value;
810
+ if (type == 'number' || type == 'symbol' || type == 'boolean' ||
811
+ value == null || isSymbol$2(value)) {
812
+ return true;
813
+ }
814
+ return reIsPlainProp.test(value) || !reIsDeepProp.test(value) ||
815
+ (object != null && value in Object(object));
816
+ }
817
+
818
+ var _isKey = isKey$3;
819
+
820
+ /**
821
+ * A specialized version of `_.map` for arrays without support for iteratee
822
+ * shorthands.
823
+ *
824
+ * @private
825
+ * @param {Array} [array] The array to iterate over.
826
+ * @param {Function} iteratee The function invoked per iteration.
827
+ * @returns {Array} Returns the new mapped array.
828
+ */
829
+
830
+ function arrayMap$1(array, iteratee) {
831
+ var index = -1,
832
+ length = array == null ? 0 : array.length,
833
+ result = Array(length);
834
+
835
+ while (++index < length) {
836
+ result[index] = iteratee(array[index], index, array);
837
+ }
838
+ return result;
839
+ }
840
+
841
+ var _arrayMap = arrayMap$1;
842
+
843
+ var Symbol = _Symbol,
844
+ arrayMap = _arrayMap,
845
+ isArray$3 = isArray_1,
846
+ isSymbol$1 = isSymbol_1;
847
+
848
+ /** Used as references for various `Number` constants. */
849
+ var INFINITY$1 = 1 / 0;
850
+
851
+ /** Used to convert symbols to primitives and strings. */
852
+ var symbolProto = Symbol ? Symbol.prototype : undefined,
853
+ symbolToString = symbolProto ? symbolProto.toString : undefined;
854
+
855
+ /**
856
+ * The base implementation of `_.toString` which doesn't convert nullish
857
+ * values to empty strings.
858
+ *
859
+ * @private
860
+ * @param {*} value The value to process.
861
+ * @returns {string} Returns the string.
862
+ */
863
+ function baseToString$1(value) {
864
+ // Exit early for strings to avoid a performance hit in some environments.
865
+ if (typeof value == 'string') {
866
+ return value;
867
+ }
868
+ if (isArray$3(value)) {
869
+ // Recursively convert values (susceptible to call stack limits).
870
+ return arrayMap(value, baseToString$1) + '';
871
+ }
872
+ if (isSymbol$1(value)) {
873
+ return symbolToString ? symbolToString.call(value) : '';
874
+ }
875
+ var result = (value + '');
876
+ return (result == '0' && (1 / value) == -INFINITY$1) ? '-0' : result;
877
+ }
878
+
879
+ var _baseToString = baseToString$1;
880
+
881
+ var baseToString = _baseToString;
882
+
883
+ /**
884
+ * Converts `value` to a string. An empty string is returned for `null`
885
+ * and `undefined` values. The sign of `-0` is preserved.
886
+ *
887
+ * @static
888
+ * @memberOf _
889
+ * @since 4.0.0
890
+ * @category Lang
891
+ * @param {*} value The value to convert.
892
+ * @returns {string} Returns the converted string.
893
+ * @example
894
+ *
895
+ * _.toString(null);
896
+ * // => ''
897
+ *
898
+ * _.toString(-0);
899
+ * // => '-0'
900
+ *
901
+ * _.toString([1, 2, 3]);
902
+ * // => '1,2,3'
903
+ */
904
+ function toString$1(value) {
905
+ return value == null ? '' : baseToString(value);
906
+ }
907
+
908
+ var toString_1 = toString$1;
909
+
910
+ var isArray$2 = isArray_1,
911
+ isKey$2 = _isKey,
912
+ stringToPath = _stringToPath,
913
+ toString = toString_1;
914
+
915
+ /**
916
+ * Casts `value` to a path array if it's not one.
917
+ *
918
+ * @private
919
+ * @param {*} value The value to inspect.
920
+ * @param {Object} [object] The object to query keys on.
921
+ * @returns {Array} Returns the cast property path array.
922
+ */
923
+ function castPath$2(value, object) {
924
+ if (isArray$2(value)) {
925
+ return value;
926
+ }
927
+ return isKey$2(value, object) ? [value] : stringToPath(toString(value));
928
+ }
929
+
930
+ var _castPath = castPath$2;
931
+
932
+ var isSymbol = isSymbol_1;
933
+
934
+ /** Used as references for various `Number` constants. */
935
+ var INFINITY = 1 / 0;
936
+
937
+ /**
938
+ * Converts `value` to a string key if it's not a string or symbol.
939
+ *
940
+ * @private
941
+ * @param {*} value The value to inspect.
942
+ * @returns {string|symbol} Returns the key.
943
+ */
944
+ function toKey$4(value) {
945
+ if (typeof value == 'string' || isSymbol(value)) {
946
+ return value;
947
+ }
948
+ var result = (value + '');
949
+ return (result == '0' && (1 / value) == -INFINITY) ? '-0' : result;
950
+ }
951
+
952
+ var _toKey = toKey$4;
953
+
954
+ var castPath$1 = _castPath,
955
+ toKey$3 = _toKey;
956
+
957
+ /**
958
+ * The base implementation of `_.get` without support for default values.
959
+ *
960
+ * @private
961
+ * @param {Object} object The object to query.
962
+ * @param {Array|string} path The path of the property to get.
963
+ * @returns {*} Returns the resolved value.
964
+ */
965
+ function baseGet$2(object, path) {
966
+ path = castPath$1(path, object);
967
+
968
+ var index = 0,
969
+ length = path.length;
970
+
971
+ while (object != null && index < length) {
972
+ object = object[toKey$3(path[index++])];
973
+ }
974
+ return (index && index == length) ? object : undefined;
975
+ }
976
+
977
+ var _baseGet = baseGet$2;
978
+
979
+ var baseGet$1 = _baseGet;
980
+
981
+ /**
982
+ * Gets the value at `path` of `object`. If the resolved value is
983
+ * `undefined`, the `defaultValue` is returned in its place.
984
+ *
985
+ * @static
986
+ * @memberOf _
987
+ * @since 3.7.0
988
+ * @category Object
989
+ * @param {Object} object The object to query.
990
+ * @param {Array|string} path The path of the property to get.
991
+ * @param {*} [defaultValue] The value returned for `undefined` resolved values.
992
+ * @returns {*} Returns the resolved value.
993
+ * @example
994
+ *
995
+ * var object = { 'a': [{ 'b': { 'c': 3 } }] };
996
+ *
997
+ * _.get(object, 'a[0].b.c');
998
+ * // => 3
999
+ *
1000
+ * _.get(object, ['a', '0', 'b', 'c']);
1001
+ * // => 3
1002
+ *
1003
+ * _.get(object, 'a.b.c', 'default');
1004
+ * // => 'default'
1005
+ */
1006
+ function get$1(object, path, defaultValue) {
1007
+ var result = object == null ? undefined : baseGet$1(object, path);
1008
+ return result === undefined ? defaultValue : result;
1009
+ }
1010
+
1011
+ var get_1 = get$1;
1012
+
1013
+ /**
1014
+ * The base implementation of `_.hasIn` without support for deep paths.
1015
+ *
1016
+ * @private
1017
+ * @param {Object} [object] The object to query.
1018
+ * @param {Array|string} key The key to check.
1019
+ * @returns {boolean} Returns `true` if `key` exists, else `false`.
1020
+ */
1021
+
1022
+ function baseHasIn$1(object, key) {
1023
+ return object != null && key in Object(object);
1024
+ }
1025
+
1026
+ var _baseHasIn = baseHasIn$1;
1027
+
1028
+ var castPath = _castPath,
1029
+ isArguments = isArguments_1,
1030
+ isArray$1 = isArray_1,
1031
+ isIndex = _isIndex,
1032
+ isLength = isLength_1,
1033
+ toKey$2 = _toKey;
1034
+
1035
+ /**
1036
+ * Checks if `path` exists on `object`.
1037
+ *
1038
+ * @private
1039
+ * @param {Object} object The object to query.
1040
+ * @param {Array|string} path The path to check.
1041
+ * @param {Function} hasFunc The function to check properties.
1042
+ * @returns {boolean} Returns `true` if `path` exists, else `false`.
1043
+ */
1044
+ function hasPath$1(object, path, hasFunc) {
1045
+ path = castPath(path, object);
1046
+
1047
+ var index = -1,
1048
+ length = path.length,
1049
+ result = false;
1050
+
1051
+ while (++index < length) {
1052
+ var key = toKey$2(path[index]);
1053
+ if (!(result = object != null && hasFunc(object, key))) {
1054
+ break;
1055
+ }
1056
+ object = object[key];
1057
+ }
1058
+ if (result || ++index != length) {
1059
+ return result;
1060
+ }
1061
+ length = object == null ? 0 : object.length;
1062
+ return !!length && isLength(length) && isIndex(key, length) &&
1063
+ (isArray$1(object) || isArguments(object));
1064
+ }
1065
+
1066
+ var _hasPath = hasPath$1;
1067
+
1068
+ var baseHasIn = _baseHasIn,
1069
+ hasPath = _hasPath;
1070
+
1071
+ /**
1072
+ * Checks if `path` is a direct or inherited property of `object`.
1073
+ *
1074
+ * @static
1075
+ * @memberOf _
1076
+ * @since 4.0.0
1077
+ * @category Object
1078
+ * @param {Object} object The object to query.
1079
+ * @param {Array|string} path The path to check.
1080
+ * @returns {boolean} Returns `true` if `path` exists, else `false`.
1081
+ * @example
1082
+ *
1083
+ * var object = _.create({ 'a': _.create({ 'b': 2 }) });
1084
+ *
1085
+ * _.hasIn(object, 'a');
1086
+ * // => true
1087
+ *
1088
+ * _.hasIn(object, 'a.b');
1089
+ * // => true
1090
+ *
1091
+ * _.hasIn(object, ['a', 'b']);
1092
+ * // => true
1093
+ *
1094
+ * _.hasIn(object, 'b');
1095
+ * // => false
1096
+ */
1097
+ function hasIn$1(object, path) {
1098
+ return object != null && hasPath(object, path, baseHasIn);
1099
+ }
1100
+
1101
+ var hasIn_1 = hasIn$1;
1102
+
1103
+ var baseIsEqual = _baseIsEqual,
1104
+ get = get_1,
1105
+ hasIn = hasIn_1,
1106
+ isKey$1 = _isKey,
1107
+ isStrictComparable = _isStrictComparable,
1108
+ matchesStrictComparable = _matchesStrictComparable,
1109
+ toKey$1 = _toKey;
1110
+
1111
+ /** Used to compose bitmasks for value comparisons. */
1112
+ var COMPARE_PARTIAL_FLAG = 1,
1113
+ COMPARE_UNORDERED_FLAG = 2;
1114
+
1115
+ /**
1116
+ * The base implementation of `_.matchesProperty` which doesn't clone `srcValue`.
1117
+ *
1118
+ * @private
1119
+ * @param {string} path The path of the property to get.
1120
+ * @param {*} srcValue The value to match.
1121
+ * @returns {Function} Returns the new spec function.
1122
+ */
1123
+ function baseMatchesProperty$1(path, srcValue) {
1124
+ if (isKey$1(path) && isStrictComparable(srcValue)) {
1125
+ return matchesStrictComparable(toKey$1(path), srcValue);
1126
+ }
1127
+ return function(object) {
1128
+ var objValue = get(object, path);
1129
+ return (objValue === undefined && objValue === srcValue)
1130
+ ? hasIn(object, path)
1131
+ : baseIsEqual(srcValue, objValue, COMPARE_PARTIAL_FLAG | COMPARE_UNORDERED_FLAG);
1132
+ };
1133
+ }
1134
+
1135
+ var _baseMatchesProperty = baseMatchesProperty$1;
1136
+
1137
+ /**
1138
+ * The base implementation of `_.property` without support for deep paths.
1139
+ *
1140
+ * @private
1141
+ * @param {string} key The key of the property to get.
1142
+ * @returns {Function} Returns the new accessor function.
1143
+ */
1144
+
1145
+ function baseProperty$1(key) {
1146
+ return function(object) {
1147
+ return object == null ? undefined : object[key];
1148
+ };
1149
+ }
1150
+
1151
+ var _baseProperty = baseProperty$1;
1152
+
1153
+ var baseGet = _baseGet;
1154
+
1155
+ /**
1156
+ * A specialized version of `baseProperty` which supports deep paths.
1157
+ *
1158
+ * @private
1159
+ * @param {Array|string} path The path of the property to get.
1160
+ * @returns {Function} Returns the new accessor function.
1161
+ */
1162
+ function basePropertyDeep$1(path) {
1163
+ return function(object) {
1164
+ return baseGet(object, path);
1165
+ };
1166
+ }
1167
+
1168
+ var _basePropertyDeep = basePropertyDeep$1;
1169
+
1170
+ var baseProperty = _baseProperty,
1171
+ basePropertyDeep = _basePropertyDeep,
1172
+ isKey = _isKey,
1173
+ toKey = _toKey;
1174
+
1175
+ /**
1176
+ * Creates a function that returns the value at `path` of a given object.
1177
+ *
1178
+ * @static
1179
+ * @memberOf _
1180
+ * @since 2.4.0
1181
+ * @category Util
1182
+ * @param {Array|string} path The path of the property to get.
1183
+ * @returns {Function} Returns the new accessor function.
1184
+ * @example
1185
+ *
1186
+ * var objects = [
1187
+ * { 'a': { 'b': 2 } },
1188
+ * { 'a': { 'b': 1 } }
1189
+ * ];
1190
+ *
1191
+ * _.map(objects, _.property('a.b'));
1192
+ * // => [2, 1]
1193
+ *
1194
+ * _.map(_.sortBy(objects, _.property(['a', 'b'])), 'a.b');
1195
+ * // => [1, 2]
1196
+ */
1197
+ function property$1(path) {
1198
+ return isKey(path) ? baseProperty(toKey(path)) : basePropertyDeep(path);
1199
+ }
1200
+
1201
+ var property_1 = property$1;
1202
+
1203
+ var baseMatches = _baseMatches,
1204
+ baseMatchesProperty = _baseMatchesProperty,
1205
+ identity = identity_1,
1206
+ isArray = isArray_1,
1207
+ property = property_1;
1208
+
1209
+ /**
1210
+ * The base implementation of `_.iteratee`.
1211
+ *
1212
+ * @private
1213
+ * @param {*} [value=_.identity] The value to convert to an iteratee.
1214
+ * @returns {Function} Returns the iteratee.
1215
+ */
1216
+ function baseIteratee(value) {
1217
+ // Don't store the `typeof` result in a variable to avoid a JIT bug in Safari 9.
1218
+ // See https://bugs.webkit.org/show_bug.cgi?id=156034 for more details.
1219
+ if (typeof value == 'function') {
1220
+ return value;
1221
+ }
1222
+ if (value == null) {
1223
+ return identity;
1224
+ }
1225
+ if (typeof value == 'object') {
1226
+ return isArray(value)
1227
+ ? baseMatchesProperty(value[0], value[1])
1228
+ : baseMatches(value);
1229
+ }
1230
+ return property(value);
1231
+ }
1232
+
1233
+ var _baseIteratee = baseIteratee;
1234
+
1235
+ export { _baseIteratee as _, _arrayMap as a, _baseProperty as b };
1236
+
1237
+ //# sourceMappingURL=_baseIteratee.js.map