@limetech/lime-elements 39.12.5 → 39.13.0

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
Files changed (79) hide show
  1. package/CHANGELOG.md +14 -0
  2. package/dist/cjs/{_baseForOwn-CMhQVS1J.js → _baseForOwn-QM0kHQT5.js} +1 -1
  3. package/dist/cjs/{_baseIsEqual-DmV6vCh4.js → _baseIsEqual-D6hrjmx4.js} +1 -1
  4. package/dist/cjs/{_baseIteratee-DrEpOCx4.js → _baseIteratee-iGEZ9pZY.js} +1 -1
  5. package/dist/cjs/{_getPrototype-B0YUXP6e.js → _getPrototype-BK9cL-57.js} +1 -1
  6. package/dist/cjs/{index-nxo2UO7I.js → index-mbfaT7TB.js} +4 -3
  7. package/dist/cjs/{isArrayLikeObject-Bwh0a-dZ.js → isArrayLikeObject-CTP6Ak01.js} +1 -1
  8. package/dist/cjs/{isEmpty-B8-0FBZ_.js → isEmpty-DCC_l2Xp.js} +1 -1
  9. package/dist/cjs/{isEqual-B32SmSAJ.js → isEqual-BsHLqE-x.js} +1 -1
  10. package/dist/cjs/lime-elements.cjs.js +1 -1
  11. package/dist/cjs/limel-breadcrumbs_7.cjs.entry.js +22 -1
  12. package/dist/cjs/limel-button.cjs.entry.js +3 -3
  13. package/dist/cjs/limel-chip_2.cjs.entry.js +3 -3
  14. package/dist/cjs/limel-dialog.cjs.entry.js +2 -2
  15. package/dist/cjs/limel-file-dropzone_2.cjs.entry.js +3 -3
  16. package/dist/cjs/limel-file-viewer.cjs.entry.js +1 -1
  17. package/dist/cjs/limel-form.cjs.entry.js +31 -19
  18. package/dist/cjs/limel-markdown.cjs.entry.js +2 -2
  19. package/dist/cjs/limel-prosemirror-adapter.cjs.entry.js +13 -6
  20. package/dist/cjs/limel-tab-bar.cjs.entry.js +3 -3
  21. package/dist/cjs/limel-table.cjs.entry.js +4 -4
  22. package/dist/cjs/loader.cjs.js +1 -1
  23. package/dist/cjs/{markdown-parser-VvYe9xWW.js → markdown-parser-DCnW9yak.js} +840 -2723
  24. package/dist/collection/components/button/button.css +18 -13
  25. package/dist/collection/components/button/button.js +16 -2
  26. package/dist/collection/components/menu/menu.js +43 -1
  27. package/dist/esm/{_baseForOwn-ByPjzJ4R.js → _baseForOwn-CfpQNnvA.js} +1 -1
  28. package/dist/esm/{_baseIsEqual-DEKrwcEh.js → _baseIsEqual-BvHnKRmD.js} +1 -1
  29. package/dist/esm/{_baseIteratee-1mEitKxK.js → _baseIteratee-DFBCJcMA.js} +1 -1
  30. package/dist/esm/{_getPrototype-C17KNemI.js → _getPrototype-jV9gkkJy.js} +1 -1
  31. package/dist/esm/{index-CJ0GYrWG.js → index-DJJymEnS.js} +3 -4
  32. package/dist/esm/{isArrayLikeObject-hcrPUpXp.js → isArrayLikeObject-D7yRwRv4.js} +1 -1
  33. package/dist/esm/{isEmpty-CTmDjx6B.js → isEmpty-tfwtR2ai.js} +1 -1
  34. package/dist/esm/{isEqual-m-UUey98.js → isEqual-BkQ4Z_9r.js} +1 -1
  35. package/dist/esm/lime-elements.js +1 -1
  36. package/dist/esm/limel-breadcrumbs_7.entry.js +22 -1
  37. package/dist/esm/limel-button.entry.js +3 -3
  38. package/dist/esm/limel-chip_2.entry.js +3 -3
  39. package/dist/esm/limel-dialog.entry.js +2 -2
  40. package/dist/esm/limel-file-dropzone_2.entry.js +3 -3
  41. package/dist/esm/limel-file-viewer.entry.js +1 -1
  42. package/dist/esm/limel-form.entry.js +31 -19
  43. package/dist/esm/limel-markdown.entry.js +2 -2
  44. package/dist/esm/limel-prosemirror-adapter.entry.js +13 -6
  45. package/dist/esm/limel-tab-bar.entry.js +3 -3
  46. package/dist/esm/limel-table.entry.js +4 -4
  47. package/dist/esm/loader.js +1 -1
  48. package/dist/esm/{markdown-parser-CeVA0wsI.js → markdown-parser-CXYHPPe2.js} +837 -2720
  49. package/dist/lime-elements/lime-elements.esm.js +1 -1
  50. package/dist/lime-elements/{p-8fed01b1.entry.js → p-00d6ccd6.entry.js} +1 -1
  51. package/dist/lime-elements/{p-803ec458.entry.js → p-45dfcaf3.entry.js} +1 -1
  52. package/dist/lime-elements/{p-6fd84e57.entry.js → p-5db2d069.entry.js} +1 -1
  53. package/dist/lime-elements/{p-f92f4f00.entry.js → p-846bca5d.entry.js} +1 -1
  54. package/dist/lime-elements/p-8a6721f9.entry.js +1 -0
  55. package/dist/lime-elements/{p-2kcqdtMr.js → p-B4YDb6f3.js} +1 -1
  56. package/dist/lime-elements/{p-Cv8K0N31.js → p-BlJd1RC5.js} +1 -1
  57. package/dist/lime-elements/p-CqEHNkif.js +1 -0
  58. package/dist/lime-elements/p-Cw1B5fXE.js +1 -0
  59. package/dist/lime-elements/p-DKxusNKT.js +1 -0
  60. package/dist/lime-elements/p-DrjUjEz3.js +1 -0
  61. package/dist/lime-elements/{p-DMyO3At_.js → p-DzlmgobW.js} +1 -1
  62. package/dist/lime-elements/{p-f93163eb.entry.js → p-a4a09ce9.entry.js} +2 -2
  63. package/dist/lime-elements/{p-57135b6a.entry.js → p-ad9cb573.entry.js} +1 -1
  64. package/dist/lime-elements/{p-537df672.entry.js → p-b1d6553c.entry.js} +1 -1
  65. package/dist/lime-elements/{p-2b1eda20.entry.js → p-dd7a2361.entry.js} +3 -3
  66. package/dist/lime-elements/{p-0f4b1953.entry.js → p-eeae0ef6.entry.js} +4 -4
  67. package/dist/lime-elements/{p-39689e8a.entry.js → p-f0f5eda1.entry.js} +1 -1
  68. package/dist/lime-elements/p-g3InYy9F.js +7 -0
  69. package/dist/types/components/button/button.d.ts +14 -0
  70. package/dist/types/components/menu/menu.d.ts +6 -0
  71. package/dist/types/components.d.ts +59 -0
  72. package/package.json +1 -5
  73. package/dist/lime-elements/p-CDEsXij4.js +0 -1
  74. package/dist/lime-elements/p-CaObZtau.js +0 -1
  75. package/dist/lime-elements/p-CfUOv15O.js +0 -7
  76. package/dist/lime-elements/p-DkL-aPMx.js +0 -1
  77. package/dist/lime-elements/p-a855de67.entry.js +0 -1
  78. package/dist/lime-elements/p-gWSB8lIW.js +0 -1
  79. /package/dist/lime-elements/{p-DTNvx8HZ.js → p-C6SEjICu.js} +0 -0
@@ -1 +1 @@
1
- import{i as r}from"./p-CK4jS9_E.js";import{d as n}from"./p-f_1nwOC8.js";import{e as t,l as u}from"./p-DTNvx8HZ.js";import{S as o}from"./p-BJQylLSL.js";import{i}from"./p-B8VKuhvH.js";import{b as a}from"./p-BgPHaiMH.js";import{i as e}from"./p-oiMYqRQ0.js";var f,s,c,v=Date.now,m=n?function(r,t){return n(r,"toString",{configurable:!0,enumerable:!1,value:(u=t,function(){return u}),writable:!0});var u}:r,p=(f=m,s=0,c=0,function(){var r=v(),n=16-(r-c);if(c=r,n>0){if(++s>=800)return arguments[0]}else s=0;return f.apply(void 0,arguments)});function l(r){return r!=r}function j(r,n){return!(null==r||!r.length)&&function(r,n){return n==n?function(r,n){for(var t=-1,u=r.length;++t<u;)if(r[t]===n)return t;return-1}(r,n):function(r,n){for(var t=r.length,u=-1;++u<t;)if(n(r[u],u,r))return u;return-1}(r,l)}(r,n)>-1}var b=Math.max;function d(n,t){return p(function(r,n,t){return n=b(void 0===n?r.length-1:n,0),function(){for(var u=arguments,o=-1,i=b(u.length-n,0),a=Array(i);++o<i;)a[o]=u[n+o];o=-1;for(var e=Array(n+1);++o<n;)e[o]=u[o];return e[n]=t(a),function(r,n,t){switch(t.length){case 0:return r.call(n);case 1:return r.call(n,t[0]);case 2:return r.call(n,t[0],t[1]);case 3:return r.call(n,t[0],t[1],t[2])}return r.apply(n,t)}(r,this,e)}}(n,t,r),n+"")}var h=o?o.isConcatSpreadable:void 0;function H(r){return i(r)||t(r)||!!(h&&r&&r[h])}function S(r,n,t,o,i){var a=-1,e=r.length;for(t||(t=H),i||(i=[]);++a<e;){var f=r[a];t(f)&&u(i,f)}return i}function g(r){return e(r)&&a(r)}export{j as a,d as b,S as c,g as i}
1
+ import{i as r}from"./p-CK4jS9_E.js";import{d as n}from"./p-f_1nwOC8.js";import{e as t,l as u}from"./p-C6SEjICu.js";import{S as o}from"./p-BJQylLSL.js";import{i}from"./p-B8VKuhvH.js";import{b as a}from"./p-BgPHaiMH.js";import{i as e}from"./p-oiMYqRQ0.js";var f,s,c,v=Date.now,m=n?function(r,t){return n(r,"toString",{configurable:!0,enumerable:!1,value:(u=t,function(){return u}),writable:!0});var u}:r,p=(f=m,s=0,c=0,function(){var r=v(),n=16-(r-c);if(c=r,n>0){if(++s>=800)return arguments[0]}else s=0;return f.apply(void 0,arguments)});function j(r){return r!=r}function l(r,n){return!(null==r||!r.length)&&function(r,n){return n==n?function(r,n){for(var t=-1,u=r.length;++t<u;)if(r[t]===n)return t;return-1}(r,n):function(r,n){for(var t=r.length,u=-1;++u<t;)if(n(r[u],u,r))return u;return-1}(r,j)}(r,n)>-1}var b=Math.max;function S(n,t){return p(function(r,n,t){return n=b(void 0===n?r.length-1:n,0),function(){for(var u=arguments,o=-1,i=b(u.length-n,0),a=Array(i);++o<i;)a[o]=u[n+o];o=-1;for(var e=Array(n+1);++o<n;)e[o]=u[o];return e[n]=t(a),function(r,n,t){switch(t.length){case 0:return r.call(n);case 1:return r.call(n,t[0]);case 2:return r.call(n,t[0],t[1]);case 3:return r.call(n,t[0],t[1],t[2])}return r.apply(n,t)}(r,this,e)}}(n,t,r),n+"")}var d=o?o.isConcatSpreadable:void 0;function h(r){return i(r)||t(r)||!!(d&&r&&r[d])}function C(r,n,t,o,i){var a=-1,e=r.length;for(t||(t=h),i||(i=[]);++a<e;){var f=r[a];t(f)&&u(i,f)}return i}function g(r){return e(r)&&a(r)}export{l as a,S as b,C as c,g as i}
@@ -0,0 +1 @@
1
+ import{k as r}from"./p-C6SEjICu.js";function t(t,n){return t&&function(r,t,n){for(var o=-1,a=Object(r),e=n(r),f=e.length;f--;){var u=e[++o];if(!1===t(a[u],u,a))break}return r}(t,n,r)}export{t as b}
@@ -0,0 +1 @@
1
+ import{i as r,d as t,e as i,g as a,f as e,h as f}from"./p-C6SEjICu.js";import{i as o}from"./p-B8VKuhvH.js";import{b as n}from"./p-BgPHaiMH.js";var s=Object.prototype.hasOwnProperty;function u(u){if(null==u)return!0;if(n(u)&&(o(u)||"string"==typeof u||"function"==typeof u.splice||r(u)||t(u)||i(u)))return!u.length;var p=a(u);if("[object Map]"==p||"[object Set]"==p)return!u.size;if(e(u))return!f(u).length;for(var j in u)if(s.call(u,j))return!1;return!0}export{u as i}
@@ -0,0 +1 @@
1
+ import{b as r}from"./p-C6SEjICu.js";function o(o,t){return r(o,t)}export{o as i}
@@ -0,0 +1 @@
1
+ import{o as j}from"./p-C6SEjICu.js";var o=j(Object.getPrototypeOf,Object);export{o as g}
@@ -1 +1 @@
1
- import{M as n,j as r,b as t,k as u,e as i}from"./p-DTNvx8HZ.js";import{S as o,i as f}from"./p-BJQylLSL.js";import{i as e}from"./p-B8VKuhvH.js";import{i as a}from"./p-BOEi1C7r.js";import{i as c,a as v}from"./p-BgPHaiMH.js";import{i as l}from"./p-CK4jS9_E.js";function s(n,r){for(var t=-1,u=null==n?0:n.length,i=Array(u);++t<u;)i[t]=r(n[t],t,n);return i}var p=o?o.prototype:void 0,d=p?p.toString:void 0;function m(n){if("string"==typeof n)return n;if(e(n))return s(n,m)+"";if(a(n))return d?d.call(n):"";var r=n+"";return"0"==r&&1/n==-1/0?"-0":r}var j=/\.|\[(?:[^[\]]*|(["'])(?:(?!\1)[^\\]|\\.)*?\1)\]/,b=/^\w*$/;function y(n,r){if(e(n))return!1;var t=typeof n;return!("number"!=t&&"symbol"!=t&&"boolean"!=t&&null!=n&&!a(n))||b.test(n)||!j.test(n)||null!=r&&n in Object(r)}function g(r,t){if("function"!=typeof r||null!=t&&"function"!=typeof t)throw new TypeError("Expected a function");var u=function(){var n=arguments,i=t?t.apply(this,n):n[0],o=u.cache;if(o.has(i))return o.get(i);var f=r.apply(this,n);return u.cache=o.set(i,f)||o,f};return u.cache=new(g.Cache||n),u}g.Cache=n;var h,w,O,B=/[^.[\]]+|\[(?:(-?\d+(?:\.\d+)?)|(["'])((?:(?!\2)[^\\]|\\.)*?)\2)\]|(?=(?:\.|\[\])(?:\.|\[\]|$))/g,E=/\\(\\)?/g,H=(h=function(n){var r=[];return 46===n.charCodeAt(0)&&r.push(""),n.replace(B,(function(n,t,u,i){r.push(u?i.replace(E,"$1"):t||n)})),r},w=g(h,(function(n){return 500===O.size&&O.clear(),n})),O=w.cache,w);function x(n){return null==n?"":m(n)}function S(n,r){return e(n)?n:y(n,r)?[n]:H(x(n))}function $(n){if("string"==typeof n||a(n))return n;var r=n+"";return"0"==r&&1/n==-1/0?"-0":r}function k(n,r){for(var t=0,u=(r=S(r,n)).length;null!=n&&t<u;)n=n[$(r[t++])];return t&&t==u?n:void 0}function C(n,r,t){var u=null==n?void 0:k(n,r);return void 0===u?t:u}function K(n){return n==n&&!f(n)}function L(n,r){return function(t){return null!=t&&t[n]===r&&(void 0!==r||n in Object(t))}}function M(n,r){return null!=n&&r in Object(n)}function T(n,r,t){for(var u=-1,o=(r=S(r,n)).length,f=!1;++u<o;){var a=$(r[u]);if(!(f=null!=n&&t(n,a)))break;n=n[a]}return f||++u!=o?f:!!(o=null==n?0:n.length)&&c(o)&&v(a,o)&&(e(n)||i(n))}function A(n){return"function"==typeof n?n:null==n?l:"object"==typeof n?e(n)?(a=n[1],y(f=n[0])&&K(a)?L($(f),a):function(n){var r=C(n,f);return void 0===r&&r===a?function(n,r){return null!=n&&T(n,r,M)}(n,f):t(a,r,3)}):(o=function(n){for(var r=u(n),t=r.length;t--;){var i=r[t],o=n[i];r[t]=[i,o,K(o)]}return r}(i=n),1==o.length&&o[0][2]?L(o[0][0],o[0][1]):function(n){return n===i||function(n,u,i){var o=i.length,f=o;if(null==n)return!f;for(n=Object(n);o--;){var e=i[o];if(e[2]?e[1]!==n[e[0]]:!(e[0]in n))return!1}for(;++o<f;){var a=(e=i[o])[0],c=n[a],v=e[1];if(e[2]){if(void 0===c&&!(a in n))return!1}else{var l=new r;if(!t(v,c,3,void 0,l))return!1}}return!0}(n,0,o)}):function(n){return y(n)?(r=$(n),function(n){return null==n?void 0:n[r]}):function(n){return function(r){return k(r,n)}}(n);var r}(n);var i,o,f,a}export{$ as a,A as b,S as c,k as d,s as e,C as g,T as h,x as t}
1
+ import{M as n,j as r,b as t,k as u,e as i}from"./p-C6SEjICu.js";import{S as o,i as f}from"./p-BJQylLSL.js";import{i as e}from"./p-B8VKuhvH.js";import{i as a}from"./p-BOEi1C7r.js";import{i as c,a as v}from"./p-BgPHaiMH.js";import{i as l}from"./p-CK4jS9_E.js";function s(n,r){for(var t=-1,u=null==n?0:n.length,i=Array(u);++t<u;)i[t]=r(n[t],t,n);return i}var p=o?o.prototype:void 0,d=p?p.toString:void 0;function j(n){if("string"==typeof n)return n;if(e(n))return s(n,j)+"";if(a(n))return d?d.call(n):"";var r=n+"";return"0"==r&&1/n==-1/0?"-0":r}var m=/\.|\[(?:[^[\]]*|(["'])(?:(?!\1)[^\\]|\\.)*?\1)\]/,b=/^\w*$/;function y(n,r){if(e(n))return!1;var t=typeof n;return!("number"!=t&&"symbol"!=t&&"boolean"!=t&&null!=n&&!a(n))||b.test(n)||!m.test(n)||null!=r&&n in Object(r)}function g(r,t){if("function"!=typeof r||null!=t&&"function"!=typeof t)throw new TypeError("Expected a function");var u=function(){var n=arguments,i=t?t.apply(this,n):n[0],o=u.cache;if(o.has(i))return o.get(i);var f=r.apply(this,n);return u.cache=o.set(i,f)||o,f};return u.cache=new(g.Cache||n),u}g.Cache=n;var h,w,E,O=/[^.[\]]+|\[(?:(-?\d+(?:\.\d+)?)|(["'])((?:(?!\2)[^\\]|\\.)*?)\2)\]|(?=(?:\.|\[\])(?:\.|\[\]|$))/g,B=/\\(\\)?/g,C=(h=function(n){var r=[];return 46===n.charCodeAt(0)&&r.push(""),n.replace(O,(function(n,t,u,i){r.push(u?i.replace(B,"$1"):t||n)})),r},w=g(h,(function(n){return 500===E.size&&E.clear(),n})),E=w.cache,w);function S(n){return null==n?"":j(n)}function H(n,r){return e(n)?n:y(n,r)?[n]:C(S(n))}function $(n){if("string"==typeof n||a(n))return n;var r=n+"";return"0"==r&&1/n==-1/0?"-0":r}function k(n,r){for(var t=0,u=(r=H(r,n)).length;null!=n&&t<u;)n=n[$(r[t++])];return t&&t==u?n:void 0}function x(n,r,t){var u=null==n?void 0:k(n,r);return void 0===u?t:u}function K(n){return n==n&&!f(n)}function L(n,r){return function(t){return null!=t&&t[n]===r&&(void 0!==r||n in Object(t))}}function M(n,r){return null!=n&&r in Object(n)}function A(n,r,t){for(var u=-1,o=(r=H(r,n)).length,f=!1;++u<o;){var a=$(r[u]);if(!(f=null!=n&&t(n,a)))break;n=n[a]}return f||++u!=o?f:!!(o=null==n?0:n.length)&&c(o)&&v(a,o)&&(e(n)||i(n))}function I(n){return"function"==typeof n?n:null==n?l:"object"==typeof n?e(n)?(a=n[1],y(f=n[0])&&K(a)?L($(f),a):function(n){var r=x(n,f);return void 0===r&&r===a?function(n,r){return null!=n&&A(n,r,M)}(n,f):t(a,r,3)}):(o=function(n){for(var r=u(n),t=r.length;t--;){var i=r[t],o=n[i];r[t]=[i,o,K(o)]}return r}(i=n),1==o.length&&o[0][2]?L(o[0][0],o[0][1]):function(n){return n===i||function(n,u,i){var o=i.length,f=o;if(null==n)return!f;for(n=Object(n);o--;){var e=i[o];if(e[2]?e[1]!==n[e[0]]:!(e[0]in n))return!1}for(;++o<f;){var a=(e=i[o])[0],c=n[a],v=e[1];if(e[2]){if(void 0===c&&!(a in n))return!1}else{var l=new r;if(!t(v,c,3,void 0,l))return!1}}return!0}(n,0,o)}):function(n){return y(n)?(r=$(n),function(n){return null==n?void 0:n[r]}):function(n){return function(r){return k(r,n)}}(n);var r}(n);var i,o,f,a}export{$ as a,I as b,H as c,k as d,s as e,x as g,A as h,S as t}