@limetech/lime-elements 35.0.0-next.3 → 35.0.0-next.7

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 (35) hide show
  1. package/dist/cjs/lime-elements.cjs.js +1 -1
  2. package/dist/cjs/limel-table.cjs.entry.js +308 -6
  3. package/dist/cjs/loader.cjs.js +1 -1
  4. package/dist/collection/components/table/columns.js +1 -1
  5. package/dist/collection/components/table/selection.js +111 -0
  6. package/dist/collection/components/table/table-selection.js +125 -0
  7. package/dist/collection/components/table/table.css +115 -32
  8. package/dist/collection/components/table/table.js +136 -3
  9. package/dist/collection/style/internal/z-index.scss +2 -1
  10. package/dist/esm/{component-2eb4e07b.js → component-834d85a1.js} +1 -1
  11. package/dist/esm/lime-elements.js +1 -1
  12. package/dist/esm/limel-checkbox.entry.js +1 -1
  13. package/dist/esm/limel-linear-progress.entry.js +1 -1
  14. package/dist/esm/limel-list_3.entry.js +2 -2
  15. package/dist/esm/limel-menu-list.entry.js +2 -2
  16. package/dist/esm/limel-slider.entry.js +1 -1
  17. package/dist/esm/limel-table.entry.js +308 -6
  18. package/dist/esm/loader.js +1 -1
  19. package/dist/esm/{util-71a23335.js → util-f1bde91c.js} +1 -1
  20. package/dist/lime-elements/lime-elements.esm.js +1 -1
  21. package/dist/lime-elements/{p-bc0dcf01.entry.js → p-8707d77b.entry.js} +1 -1
  22. package/dist/lime-elements/{p-31299106.js → p-90c6fa15.js} +1 -1
  23. package/dist/lime-elements/{p-6cfb45a1.entry.js → p-98d50f52.entry.js} +1 -1
  24. package/dist/lime-elements/{p-152a6d5f.js → p-9faad6eb.js} +1 -1
  25. package/dist/lime-elements/{p-96e44a1e.entry.js → p-a93f4190.entry.js} +1 -1
  26. package/dist/lime-elements/{p-13f0e4f4.entry.js → p-cd619c16.entry.js} +1 -1
  27. package/dist/lime-elements/{p-b2a8cb31.entry.js → p-df8faeb4.entry.js} +1 -1
  28. package/dist/lime-elements/{p-64549ba6.entry.js → p-e275f502.entry.js} +2 -2
  29. package/dist/lime-elements/style/internal/z-index.scss +2 -1
  30. package/dist/types/components/table/columns.d.ts +7 -0
  31. package/dist/types/components/table/selection.d.ts +79 -0
  32. package/dist/types/components/table/table-selection.d.ts +57 -0
  33. package/dist/types/components/table/table.d.ts +31 -6
  34. package/dist/types/components.d.ts +24 -0
  35. package/package.json +1 -1
@@ -20,4 +20,4 @@
20
20
  * OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN
21
21
  * THE SOFTWARE.
22
22
  */
23
- var n={animation:{prefixed:"-webkit-animation",standard:"animation"},transform:{prefixed:"-webkit-transform",standard:"transform"},transition:{prefixed:"-webkit-transition",standard:"transition"}},i={animationend:{cssProperty:"animation",prefixed:"webkitAnimationEnd",standard:"animationend"},animationiteration:{cssProperty:"animation",prefixed:"webkitAnimationIteration",standard:"animationiteration"},animationstart:{cssProperty:"animation",prefixed:"webkitAnimationStart",standard:"animationstart"},transitionend:{cssProperty:"transition",prefixed:"webkitTransitionEnd",standard:"transitionend"}};function t(n){return Boolean(n.document)&&"function"==typeof n.document.createElement}function a(i,a){if(t(i)&&a in n){var r=i.document.createElement("div"),e=n[a],o=e.standard;return o in r.style?o:e.prefixed}return a}function r(n,a){if(t(n)&&a in i){var r=n.document.createElement("div"),e=i[a];return e.cssProperty in r.style?e.standard:e.prefixed}return a}export{a,r as g}
23
+ var n={animation:{prefixed:"-webkit-animation",standard:"animation"},transform:{prefixed:"-webkit-transform",standard:"transform"},transition:{prefixed:"-webkit-transition",standard:"transition"}},i={animationend:{cssProperty:"animation",prefixed:"webkitAnimationEnd",standard:"animationend"},animationiteration:{cssProperty:"animation",prefixed:"webkitAnimationIteration",standard:"animationiteration"},animationstart:{cssProperty:"animation",prefixed:"webkitAnimationStart",standard:"animationstart"},transitionend:{cssProperty:"transition",prefixed:"webkitTransitionEnd",standard:"transitionend"}};function t(n){return Boolean(n.document)&&"function"==typeof n.document.createElement}function a(i,a){if(t(i)&&a in n){var r=i.document.createElement("div"),e=n[a],o=e.standard;return o in r.style?o:e.prefixed}return a}function r(n,a){if(t(n)&&a in i){var r=n.document.createElement("div"),e=i[a];return e.cssProperty in r.style?e.standard:e.prefixed}return a}export{r as a,a as g}
@@ -1,4 +1,4 @@
1
- import{h as e,r as i,c as t,g as d}from"./p-92146da6.js";import{M as r,c,a,n as m,b as l,d as o,s as n}from"./p-31299106.js";import{M as s,a as p}from"./p-076bd4dc.js";import{c as h}from"./p-dcc97cc2.js";import{M as g}from"./p-902347b9.js";import"./p-6e219bb4.js";import"./p-152a6d5f.js";
1
+ import{h as e,r as i,c as t,g as d}from"./p-92146da6.js";import{M as r,c,a,n as m,b as l,d as o,s as n}from"./p-90c6fa15.js";import{M as s,a as p}from"./p-076bd4dc.js";import{c as h}from"./p-dcc97cc2.js";import{M as g}from"./p-902347b9.js";import"./p-6e219bb4.js";import"./p-9faad6eb.js";
2
2
  /*! *****************************************************************************
3
3
  Copyright (c) Microsoft Corporation.
4
4