@limetech/lime-elements 35.0.0-next.3 → 35.0.0-next.4
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.
- package/dist/cjs/lime-elements.cjs.js +1 -1
- package/dist/cjs/limel-table.cjs.entry.js +308 -6
- package/dist/cjs/loader.cjs.js +1 -1
- package/dist/collection/components/table/columns.js +1 -1
- package/dist/collection/components/table/selection.js +111 -0
- package/dist/collection/components/table/table-selection.js +125 -0
- package/dist/collection/components/table/table.css +115 -32
- package/dist/collection/components/table/table.js +136 -3
- package/dist/collection/style/internal/z-index.scss +2 -1
- package/dist/esm/{component-2eb4e07b.js → component-834d85a1.js} +1 -1
- package/dist/esm/lime-elements.js +1 -1
- package/dist/esm/limel-checkbox.entry.js +1 -1
- package/dist/esm/limel-linear-progress.entry.js +1 -1
- package/dist/esm/limel-list_3.entry.js +2 -2
- package/dist/esm/limel-menu-list.entry.js +2 -2
- package/dist/esm/limel-slider.entry.js +1 -1
- package/dist/esm/limel-table.entry.js +308 -6
- package/dist/esm/loader.js +1 -1
- package/dist/esm/{util-71a23335.js → util-f1bde91c.js} +1 -1
- package/dist/lime-elements/lime-elements.esm.js +1 -1
- package/dist/lime-elements/{p-bc0dcf01.entry.js → p-8707d77b.entry.js} +1 -1
- package/dist/lime-elements/{p-31299106.js → p-90c6fa15.js} +1 -1
- package/dist/lime-elements/{p-6cfb45a1.entry.js → p-98d50f52.entry.js} +1 -1
- package/dist/lime-elements/{p-152a6d5f.js → p-9faad6eb.js} +1 -1
- package/dist/lime-elements/{p-96e44a1e.entry.js → p-a93f4190.entry.js} +1 -1
- package/dist/lime-elements/{p-13f0e4f4.entry.js → p-ce7a1004.entry.js} +1 -1
- package/dist/lime-elements/{p-b2a8cb31.entry.js → p-df8faeb4.entry.js} +1 -1
- package/dist/lime-elements/{p-64549ba6.entry.js → p-e275f502.entry.js} +2 -2
- package/dist/lime-elements/style/internal/z-index.scss +2 -1
- package/dist/types/components/table/columns.d.ts +7 -0
- package/dist/types/components/table/selection.d.ts +79 -0
- package/dist/types/components/table/table-selection.d.ts +57 -0
- package/dist/types/components/table/table.d.ts +31 -6
- package/dist/types/components.d.ts +24 -0
- 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,
|
|
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-
|
|
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
|
|