@e1011/es-kit 1.0.34 → 1.0.38
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/hooks/esm/index.css +27 -22
- package/dist/hooks/index.css +27 -22
- package/dist/lib/cjs/index.css +8 -3
- package/dist/lib/cjs/src/core/ui/components/container/FBox.js +1 -1
- package/dist/lib/cjs/src/core/ui/components/container/FBox.js.map +1 -1
- package/dist/lib/cjs/src/core/ui/components/icon/IconBase.js +1 -1
- package/dist/lib/cjs/src/core/ui/components/icon/IconBase.js.map +1 -1
- package/dist/lib/cjs/src/core/ui/components/icon/IconWC.js +1 -1
- package/dist/lib/cjs/src/core/ui/components/icon/IconWC.js.map +1 -1
- package/dist/lib/cjs/src/core/ui/components/icon/icon.module.scss.js +1 -1
- package/dist/lib/cjs/src/core/utils/webComponents/webComponent.utils.js +2 -0
- package/dist/lib/cjs/src/core/utils/webComponents/webComponent.utils.js.map +1 -0
- package/dist/lib/cjs/src/index.js +1 -1
- package/dist/lib/esm/index.css +8 -3
- package/dist/lib/esm/src/core/ui/components/container/FBox.js +1 -1
- package/dist/lib/esm/src/core/ui/components/container/FBox.js.map +1 -1
- package/dist/lib/esm/src/core/ui/components/icon/IconBase.js +1 -1
- package/dist/lib/esm/src/core/ui/components/icon/IconBase.js.map +1 -1
- package/dist/lib/esm/src/core/ui/components/icon/IconWC.js +1 -1
- package/dist/lib/esm/src/core/ui/components/icon/IconWC.js.map +1 -1
- package/dist/lib/esm/src/core/ui/components/icon/icon.module.scss.js +1 -1
- package/dist/lib/esm/src/core/utils/webComponents/webComponent.utils.js +2 -0
- package/dist/lib/esm/src/core/utils/webComponents/webComponent.utils.js.map +1 -0
- package/dist/lib/esm/src/index.js +1 -1
- package/dist/lib/src/core/ui/components/container/FBox.js +1 -1
- package/dist/lib/src/core/ui/components/container/FBox.js.map +1 -1
- package/dist/lib/src/core/ui/components/icon/IconBase.js +5 -5
- package/dist/lib/src/core/ui/components/icon/IconBase.js.map +1 -1
- package/dist/lib/src/core/ui/components/icon/IconWC.js +10 -15
- package/dist/lib/src/core/ui/components/icon/IconWC.js.map +1 -1
- package/dist/lib/src/core/utils/index.js +1 -1
- package/dist/lib/src/core/utils/index.js.map +1 -1
- package/dist/lib/src/core/utils/webComponents/exampleCustomElement.js +41 -0
- package/dist/lib/src/core/utils/webComponents/exampleCustomElement.js.map +1 -0
- package/dist/lib/src/core/utils/webComponents/index.js +2 -0
- package/dist/lib/src/core/utils/webComponents/index.js.map +1 -0
- package/dist/lib/src/core/utils/webComponents/webComponent.utils.js +29 -0
- package/dist/lib/src/core/utils/webComponents/webComponent.utils.js.map +1 -0
- package/dist/lib/tsconfig.tsbuildinfo +1 -1
- package/dist/types/src/core/ui/components/container/Flex.d.ts +6 -6
- package/dist/types/src/core/ui/components/icon/IconBase.d.ts +12 -1
- package/dist/types/src/core/ui/components/icon/IconBase.d.ts.map +1 -1
- package/dist/types/src/core/ui/components/icon/IconWC.d.ts +12 -0
- package/dist/types/src/core/ui/components/icon/IconWC.d.ts.map +1 -1
- package/dist/types/src/core/utils/index.d.ts +1 -1
- package/dist/types/src/core/utils/index.d.ts.map +1 -1
- package/dist/types/src/core/utils/webComponents/exampleCustomElement.d.ts +7 -0
- package/dist/types/src/core/utils/webComponents/exampleCustomElement.d.ts.map +1 -0
- package/dist/types/src/core/utils/webComponents/index.d.ts +2 -0
- package/dist/types/src/core/utils/webComponents/index.d.ts.map +1 -0
- package/dist/types/src/core/utils/webComponents/webComponent.utils.d.ts +9 -0
- package/dist/types/src/core/utils/webComponents/webComponent.utils.d.ts.map +1 -0
- package/dist/ui/esm/index.css +8 -3
- package/dist/ui/esm/node_modules/core-js/internals/a-possible-prototype.js +2 -0
- package/dist/ui/esm/node_modules/core-js/internals/a-possible-prototype.js.map +1 -0
- package/dist/ui/esm/node_modules/core-js/internals/array-for-each.js +2 -0
- package/dist/ui/esm/node_modules/core-js/internals/array-for-each.js.map +1 -0
- package/dist/ui/esm/node_modules/core-js/internals/dom-iterables.js +2 -0
- package/dist/ui/esm/node_modules/core-js/internals/dom-iterables.js.map +1 -0
- package/dist/ui/esm/node_modules/core-js/internals/dom-token-list-prototype.js +2 -0
- package/dist/ui/esm/node_modules/core-js/internals/dom-token-list-prototype.js.map +1 -0
- package/dist/ui/esm/node_modules/core-js/internals/function-uncurry-this-accessor.js +2 -0
- package/dist/ui/esm/node_modules/core-js/internals/function-uncurry-this-accessor.js.map +1 -0
- package/dist/ui/esm/node_modules/core-js/internals/inherit-if-required.js +2 -0
- package/dist/ui/esm/node_modules/core-js/internals/inherit-if-required.js.map +1 -0
- package/dist/ui/esm/node_modules/core-js/internals/is-pure.js +2 -0
- package/dist/ui/esm/node_modules/core-js/internals/is-pure.js.map +1 -0
- package/dist/ui/esm/node_modules/core-js/internals/object-set-prototype-of.js +2 -0
- package/dist/ui/esm/node_modules/core-js/internals/object-set-prototype-of.js.map +1 -0
- package/dist/ui/esm/node_modules/core-js/internals/path.js +2 -0
- package/dist/ui/esm/node_modules/core-js/internals/path.js.map +1 -0
- package/dist/ui/esm/node_modules/core-js/internals/this-number-value.js +2 -0
- package/dist/ui/esm/node_modules/core-js/internals/this-number-value.js.map +1 -0
- package/dist/ui/esm/node_modules/core-js/modules/es.number.constructor.js +2 -0
- package/dist/ui/esm/node_modules/core-js/modules/es.number.constructor.js.map +1 -0
- package/dist/ui/esm/node_modules/core-js/modules/web.dom-collections.for-each.js +2 -0
- package/dist/ui/esm/node_modules/core-js/modules/web.dom-collections.for-each.js.map +1 -0
- package/dist/ui/esm/src/core/ui/components/container/FBox.js +1 -1
- package/dist/ui/esm/src/core/ui/components/container/FBox.js.map +1 -1
- package/dist/ui/esm/src/core/ui/components/icon/IconBase.js +1 -1
- package/dist/ui/esm/src/core/ui/components/icon/IconBase.js.map +1 -1
- package/dist/ui/esm/src/core/ui/components/icon/IconWC.js +1 -1
- package/dist/ui/esm/src/core/ui/components/icon/IconWC.js.map +1 -1
- package/dist/ui/esm/src/core/ui/components/icon/icon.module.scss.js +1 -1
- package/dist/ui/esm/src/core/utils/webComponents/webComponent.utils.js +2 -0
- package/dist/ui/esm/src/core/utils/webComponents/webComponent.utils.js.map +1 -0
- package/dist/ui/index.css +8 -3
- package/dist/ui/node_modules/core-js/internals/a-possible-prototype.js +2 -0
- package/dist/ui/node_modules/core-js/internals/a-possible-prototype.js.map +1 -0
- package/dist/ui/node_modules/core-js/internals/array-for-each.js +2 -0
- package/dist/ui/node_modules/core-js/internals/array-for-each.js.map +1 -0
- package/dist/ui/node_modules/core-js/internals/dom-iterables.js +2 -0
- package/dist/ui/node_modules/core-js/internals/dom-iterables.js.map +1 -0
- package/dist/ui/node_modules/core-js/internals/dom-token-list-prototype.js +2 -0
- package/dist/ui/node_modules/core-js/internals/dom-token-list-prototype.js.map +1 -0
- package/dist/ui/node_modules/core-js/internals/function-uncurry-this-accessor.js +2 -0
- package/dist/ui/node_modules/core-js/internals/function-uncurry-this-accessor.js.map +1 -0
- package/dist/ui/node_modules/core-js/internals/inherit-if-required.js +2 -0
- package/dist/ui/node_modules/core-js/internals/inherit-if-required.js.map +1 -0
- package/dist/ui/node_modules/core-js/internals/is-pure.js +2 -0
- package/dist/ui/node_modules/core-js/internals/is-pure.js.map +1 -0
- package/dist/ui/node_modules/core-js/internals/object-set-prototype-of.js +2 -0
- package/dist/ui/node_modules/core-js/internals/object-set-prototype-of.js.map +1 -0
- package/dist/ui/node_modules/core-js/internals/path.js +2 -0
- package/dist/ui/node_modules/core-js/internals/path.js.map +1 -0
- package/dist/ui/node_modules/core-js/internals/this-number-value.js +2 -0
- package/dist/ui/node_modules/core-js/internals/this-number-value.js.map +1 -0
- package/dist/ui/node_modules/core-js/modules/es.number.constructor.js +2 -0
- package/dist/ui/node_modules/core-js/modules/es.number.constructor.js.map +1 -0
- package/dist/ui/node_modules/core-js/modules/web.dom-collections.for-each.js +2 -0
- package/dist/ui/node_modules/core-js/modules/web.dom-collections.for-each.js.map +1 -0
- package/dist/ui/src/core/ui/components/container/FBox.js +1 -1
- package/dist/ui/src/core/ui/components/container/FBox.js.map +1 -1
- package/dist/ui/src/core/ui/components/icon/IconBase.js +1 -1
- package/dist/ui/src/core/ui/components/icon/IconBase.js.map +1 -1
- package/dist/ui/src/core/ui/components/icon/IconWC.js +1 -1
- package/dist/ui/src/core/ui/components/icon/IconWC.js.map +1 -1
- package/dist/ui/src/core/ui/components/icon/icon.module.scss.js +1 -1
- package/dist/ui/src/core/utils/webComponents/webComponent.utils.js +2 -0
- package/dist/ui/src/core/utils/webComponents/webComponent.utils.js.map +1 -0
- package/dist/utils/esm/index.css +27 -22
- package/dist/utils/esm/src/core/utils/index.js +1 -1
- package/dist/utils/esm/src/core/utils/webComponents/webComponent.utils.js +2 -0
- package/dist/utils/esm/src/core/utils/webComponents/webComponent.utils.js.map +1 -0
- package/dist/utils/index.css +27 -22
- package/dist/utils/src/core/utils/index.js +1 -1
- package/dist/utils/src/core/utils/webComponents/webComponent.utils.js +2 -0
- package/dist/utils/src/core/utils/webComponents/webComponent.utils.js.map +1 -0
- package/package.json +1 -1
|
@@ -0,0 +1,2 @@
|
|
|
1
|
+
"use strict";var r=require("./function-uncurry-this-accessor.js"),t=require("./an-object.js"),e=require("./a-possible-prototype.js"),o=r,s=t,c=e,n=Object.setPrototypeOf||("__proto__"in{}?function(){var r,t=!1,e={};try{(r=o(Object.prototype,"__proto__","set"))(e,[]),t=e instanceof Array}catch(r){}return function(e,o){return s(e),c(o),t?r(e,o):e.__proto__=o,e}}():void 0);module.exports=n;
|
|
2
|
+
//# sourceMappingURL=object-set-prototype-of.js.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"object-set-prototype-of.js","sources":["../../../../../node_modules/core-js/internals/object-set-prototype-of.js"],"sourcesContent":["/* eslint-disable no-proto -- safe */\nvar uncurryThisAccessor = require('../internals/function-uncurry-this-accessor');\nvar anObject = require('../internals/an-object');\nvar aPossiblePrototype = require('../internals/a-possible-prototype');\n\n// `Object.setPrototypeOf` method\n// https://tc39.es/ecma262/#sec-object.setprototypeof\n// Works with __proto__ only. Old v8 can't work with null proto objects.\n// eslint-disable-next-line es/no-object-setprototypeof -- safe\nmodule.exports = Object.setPrototypeOf || ('__proto__' in {} ? function () {\n var CORRECT_SETTER = false;\n var test = {};\n var setter;\n try {\n setter = uncurryThisAccessor(Object.prototype, '__proto__', 'set');\n setter(test, []);\n CORRECT_SETTER = test instanceof Array;\n } catch (error) { /* empty */ }\n return function setPrototypeOf(O, proto) {\n anObject(O);\n aPossiblePrototype(proto);\n if (CORRECT_SETTER) setter(O, proto);\n else O.__proto__ = proto;\n return O;\n };\n}() : undefined);\n"],"names":["uncurryThisAccessor","require$$0","anObject","require$$1","aPossiblePrototype","require$$2","objectSetPrototypeOf","Object","setPrototypeOf","setter","CORRECT_SETTER","test","prototype","Array","error","O","proto","__proto__","undefined"],"mappings":"qIACIA,EAAsBC,EACtBC,EAAWC,EACXC,EAAqBC,EAMzBC,EAAiBC,OAAOC,iBAAmB,aAAe,CAAE,EAAG,WAC7D,IAEIC,EAFAC,GAAiB,EACjBC,EAAO,CAAA,EAEX,KACEF,EAAST,EAAoBO,OAAOK,UAAW,YAAa,QACrDD,EAAM,IACbD,EAAiBC,aAAgBE,KACrC,CAAI,MAAOC,GAAsB,CAC/B,OAAO,SAAwBC,EAAGC,GAKhC,OAJAd,EAASa,GACTX,EAAmBY,GACfN,EAAgBD,EAAOM,EAAGC,GACzBD,EAAEE,UAAYD,EACZD,CACX,CACA,CAhB+D,QAgBzDG"}
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"path.js","sources":["../../../../../node_modules/core-js/internals/path.js"],"sourcesContent":["var global = require('../internals/global');\n\nmodule.exports = global;\n"],"names":["path"],"mappings":"iBAEAA"}
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"this-number-value.js","sources":["../../../../../node_modules/core-js/internals/this-number-value.js"],"sourcesContent":["var uncurryThis = require('../internals/function-uncurry-this');\n\n// `thisNumberValue` abstract operation\n// https://tc39.es/ecma262/#sec-thisnumbervalue\nmodule.exports = uncurryThis(1.0.valueOf);\n"],"names":["thisNumberValue","uncurryThis","valueOf"],"mappings":"iBAIAA,uCAAiBC,CAAY,GAAIC"}
|
|
@@ -0,0 +1,2 @@
|
|
|
1
|
+
"use strict";var r=require("../internals/export.js"),e=require("../internals/is-pure.js"),t=require("../internals/descriptors.js"),i=require("../internals/global.js"),n=require("../internals/path.js"),s=require("../internals/function-uncurry-this.js"),o=require("../internals/is-forced.js"),a=require("../internals/has-own-property.js"),u=require("../internals/inherit-if-required.js"),l=require("../internals/object-is-prototype-of.js"),p=require("../internals/is-symbol.js"),c=require("../internals/to-primitive.js"),f=require("../internals/fails.js");require("../internals/object-get-own-property-names.js"),require("../internals/object-get-own-property-descriptor.js"),require("../internals/object-define-property.js");var j=require("../internals/this-number-value.js"),b=require("../internals/string-trim.js"),q=require("../../../_virtual/object-get-own-property-names.js"),N=require("../../../_virtual/object-get-own-property-descriptor.js"),I=require("../../../_virtual/object-define-property.js"),g=r,_=e,y=t,h=i,m=n,v=s,E=o,d=a,w=u,A=l,S=p,T=c,F=f,x=q.__exports.f,M=N.__exports.f,V=I.__exports.f,G=j,L=b.trim,O="Number",k=h[O];m[O];var C=k.prototype,P=h.TypeError,R=v("".slice),U=v("".charCodeAt),X=function(r){var e=T(r,"number");return"bigint"==typeof e?e:Y(e)},Y=function(r){var e,t,i,n,s,o,a,u,l=T(r,"number");if(S(l))throw P("Cannot convert a Symbol value to a number");if("string"==typeof l&&l.length>2)if(l=L(l),43===(e=U(l,0))||45===e){if(88===(t=U(l,2))||120===t)return NaN}else if(48===e){switch(U(l,1)){case 66:case 98:i=2,n=49;break;case 79:case 111:i=8,n=55;break;default:return+l}for(o=(s=R(l,2)).length,a=0;a<o;a++)if((u=U(s,a))<48||u>n)return NaN;return parseInt(s,i)}return+l},z=E(O,!k(" 0o1")||!k("0b1")||k("+0x1")),B=function(r){return A(C,r)&&F((function(){G(r)}))},D=function(r){var e=arguments.length<1?0:k(X(r));return B(this)?w(Object(e),this,D):e};D.prototype=C,z&&!_&&(C.constructor=D),g({global:!0,constructor:!0,wrap:!0,forced:z},{Number:D});(z||_)&&function(r,e){for(var t,i=y?x(e):"MAX_VALUE,MIN_VALUE,NaN,NEGATIVE_INFINITY,POSITIVE_INFINITY,EPSILON,MAX_SAFE_INTEGER,MIN_SAFE_INTEGER,isFinite,isInteger,isNaN,isSafeInteger,parseFloat,parseInt,fromString,range".split(","),n=0;i.length>n;n++)d(e,t=i[n])&&!d(r,t)&&V(r,t,M(e,t))}(m[O],k);
|
|
2
|
+
//# sourceMappingURL=es.number.constructor.js.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"es.number.constructor.js","sources":["../../../../../node_modules/core-js/modules/es.number.constructor.js"],"sourcesContent":["'use strict';\nvar $ = require('../internals/export');\nvar IS_PURE = require('../internals/is-pure');\nvar DESCRIPTORS = require('../internals/descriptors');\nvar global = require('../internals/global');\nvar path = require('../internals/path');\nvar uncurryThis = require('../internals/function-uncurry-this');\nvar isForced = require('../internals/is-forced');\nvar hasOwn = require('../internals/has-own-property');\nvar inheritIfRequired = require('../internals/inherit-if-required');\nvar isPrototypeOf = require('../internals/object-is-prototype-of');\nvar isSymbol = require('../internals/is-symbol');\nvar toPrimitive = require('../internals/to-primitive');\nvar fails = require('../internals/fails');\nvar getOwnPropertyNames = require('../internals/object-get-own-property-names').f;\nvar getOwnPropertyDescriptor = require('../internals/object-get-own-property-descriptor').f;\nvar defineProperty = require('../internals/object-define-property').f;\nvar thisNumberValue = require('../internals/this-number-value');\nvar trim = require('../internals/string-trim').trim;\n\nvar NUMBER = 'Number';\nvar NativeNumber = global[NUMBER];\nvar PureNumberNamespace = path[NUMBER];\nvar NumberPrototype = NativeNumber.prototype;\nvar TypeError = global.TypeError;\nvar stringSlice = uncurryThis(''.slice);\nvar charCodeAt = uncurryThis(''.charCodeAt);\n\n// `ToNumeric` abstract operation\n// https://tc39.es/ecma262/#sec-tonumeric\nvar toNumeric = function (value) {\n var primValue = toPrimitive(value, 'number');\n return typeof primValue == 'bigint' ? primValue : toNumber(primValue);\n};\n\n// `ToNumber` abstract operation\n// https://tc39.es/ecma262/#sec-tonumber\nvar toNumber = function (argument) {\n var it = toPrimitive(argument, 'number');\n var first, third, radix, maxCode, digits, length, index, code;\n if (isSymbol(it)) throw TypeError('Cannot convert a Symbol value to a number');\n if (typeof it == 'string' && it.length > 2) {\n it = trim(it);\n first = charCodeAt(it, 0);\n if (first === 43 || first === 45) {\n third = charCodeAt(it, 2);\n if (third === 88 || third === 120) return NaN; // Number('+0x1') should be NaN, old V8 fix\n } else if (first === 48) {\n switch (charCodeAt(it, 1)) {\n case 66: case 98: radix = 2; maxCode = 49; break; // fast equal of /^0b[01]+$/i\n case 79: case 111: radix = 8; maxCode = 55; break; // fast equal of /^0o[0-7]+$/i\n default: return +it;\n }\n digits = stringSlice(it, 2);\n length = digits.length;\n for (index = 0; index < length; index++) {\n code = charCodeAt(digits, index);\n // parseInt parses a string to a first unavailable symbol\n // but ToNumber should return NaN if a string contains unavailable symbols\n if (code < 48 || code > maxCode) return NaN;\n } return parseInt(digits, radix);\n }\n } return +it;\n};\n\nvar FORCED = isForced(NUMBER, !NativeNumber(' 0o1') || !NativeNumber('0b1') || NativeNumber('+0x1'));\n\nvar calledWithNew = function (dummy) {\n // includes check on 1..constructor(foo) case\n return isPrototypeOf(NumberPrototype, dummy) && fails(function () { thisNumberValue(dummy); });\n};\n\n// `Number` constructor\n// https://tc39.es/ecma262/#sec-number-constructor\nvar NumberWrapper = function Number(value) {\n var n = arguments.length < 1 ? 0 : NativeNumber(toNumeric(value));\n return calledWithNew(this) ? inheritIfRequired(Object(n), this, NumberWrapper) : n;\n};\n\nNumberWrapper.prototype = NumberPrototype;\nif (FORCED && !IS_PURE) NumberPrototype.constructor = NumberWrapper;\n\n$({ global: true, constructor: true, wrap: true, forced: FORCED }, {\n Number: NumberWrapper\n});\n\n// Use `internal/copy-constructor-properties` helper in `core-js@4`\nvar copyConstructorProperties = function (target, source) {\n for (var keys = DESCRIPTORS ? getOwnPropertyNames(source) : (\n // ES3:\n 'MAX_VALUE,MIN_VALUE,NaN,NEGATIVE_INFINITY,POSITIVE_INFINITY,' +\n // ES2015 (in case, if modules with ES2015 Number statics required before):\n 'EPSILON,MAX_SAFE_INTEGER,MIN_SAFE_INTEGER,isFinite,isInteger,isNaN,isSafeInteger,parseFloat,parseInt,' +\n // ESNext\n 'fromString,range'\n ).split(','), j = 0, key; keys.length > j; j++) {\n if (hasOwn(source, key = keys[j]) && !hasOwn(target, key)) {\n defineProperty(target, key, getOwnPropertyDescriptor(source, key));\n }\n }\n};\n\nif (IS_PURE && PureNumberNamespace) copyConstructorProperties(path[NUMBER], PureNumberNamespace);\nif (FORCED || IS_PURE) copyConstructorProperties(path[NUMBER], NativeNumber);\n"],"names":["$","require$$0","IS_PURE","require$$1","DESCRIPTORS","require$$2","global","require$$3","path","require$$4","uncurryThis","require$$5","isForced","require$$6","hasOwn","require$$7","inheritIfRequired","require$$8","isPrototypeOf","require$$9","isSymbol","require$$10","toPrimitive","require$$11","fails","require$$12","getOwnPropertyNames","require$$13","__exports","f","getOwnPropertyDescriptor","require$$14","defineProperty","require$$15","thisNumberValue","require$$16","trim","require$$17","NUMBER","NativeNumber","NumberPrototype","prototype","TypeError","stringSlice","slice","charCodeAt","toNumeric","value","primValue","toNumber","argument","first","third","radix","maxCode","digits","length","index","code","it","NaN","parseInt","FORCED","calledWithNew","dummy","NumberWrapper","n","arguments","this","Object","constructor","wrap","forced","Number","target","source","key","keys","split","j","copyConstructorProperties"],"mappings":"6+BACIA,EAAIC,EACJC,EAAUC,EACVC,EAAcC,EACdC,EAASC,EACTC,EAAOC,EACPC,EAAcC,EACdC,EAAWC,EACXC,EAASC,EACTC,EAAoBC,EACpBC,EAAgBC,EAChBC,EAAWC,EACXC,EAAcC,EACdC,EAAQC,EACRC,EAAsBC,EAAqDC,UAACC,EAC5EC,EAA2BC,EAA0DH,UAACC,EACtFG,EAAiBC,EAA8CL,UAACC,EAChEK,EAAkBC,EAClBC,EAAOC,EAAoCD,KAE3CE,EAAS,SACTC,EAAejC,EAAOgC,GACA9B,EAAK8B,GAC/B,IAAIE,EAAkBD,EAAaE,UAC/BC,EAAYpC,EAAOoC,UACnBC,EAAcjC,EAAY,GAAGkC,OAC7BC,EAAanC,EAAY,GAAGmC,YAI5BC,EAAY,SAAUC,GACxB,IAAIC,EAAY1B,EAAYyB,EAAO,UACnC,MAA2B,iBAAbC,EAAwBA,EAAYC,EAASD,EAC7D,EAIIC,EAAW,SAAUC,GACvB,IACIC,EAAOC,EAAOC,EAAOC,EAASC,EAAQC,EAAQC,EAAOC,EADrDC,EAAKrC,EAAY4B,EAAU,UAE/B,GAAI9B,EAASuC,GAAK,MAAMjB,EAAU,6CAClC,GAAiB,iBAANiB,GAAkBA,EAAGH,OAAS,EAGvC,GAFAG,EAAKvB,EAAKuB,GAEI,MADdR,EAAQN,EAAWc,EAAI,KACO,KAAVR,GAElB,GAAc,MADdC,EAAQP,EAAWc,EAAI,KACO,MAAVP,EAAe,OAAOQ,SACrC,GAAc,KAAVT,EAAc,CACvB,OAAQN,EAAWc,EAAI,IACrB,KAAK,GAAI,KAAK,GAAIN,EAAQ,EAAGC,EAAU,GAAI,MAC3C,KAAK,GAAI,KAAK,IAAKD,EAAQ,EAAGC,EAAU,GAAI,MAC5C,QAAS,OAAQK,EAInB,IADAH,GADAD,EAASZ,EAAYgB,EAAI,IACTH,OACXC,EAAQ,EAAGA,EAAQD,EAAQC,IAI9B,IAHAC,EAAOb,EAAWU,EAAQE,IAGf,IAAMC,EAAOJ,EAAS,OAAOM,IACxC,OAAOC,SAASN,EAAQF,EAC3B,CACD,OAAQM,CACZ,EAEIG,EAASlD,EAAS0B,GAASC,EAAa,UAAYA,EAAa,QAAUA,EAAa,SAExFwB,EAAgB,SAAUC,GAE5B,OAAO9C,EAAcsB,EAAiBwB,IAAUxC,GAAM,WAAcU,EAAgB8B,EAAO,GAC7F,EAIIC,EAAgB,SAAgBlB,GAClC,IAAImB,EAAIC,UAAUX,OAAS,EAAI,EAAIjB,EAAaO,EAAUC,IAC1D,OAAOgB,EAAcK,MAAQpD,EAAkBqD,OAAOH,GAAIE,KAAMH,GAAiBC,CACnF,EAEAD,EAAcxB,UAAYD,EACtBsB,IAAW5D,IAASsC,EAAgB8B,YAAcL,GAEtDjE,EAAE,CAAEM,QAAQ,EAAMgE,aAAa,EAAMC,MAAM,EAAMC,OAAQV,GAAU,CACjEW,OAAQR,KAoBNH,GAAU5D,IAhBkB,SAAUwE,EAAQC,GAChD,IAAK,IAOgBC,EAPZC,EAAOzE,EAAcsB,EAAoBiD,GAAU,oLAO1DG,MAAM,KAAMC,EAAI,EAAQF,EAAKrB,OAASuB,EAAGA,IACrCjE,EAAO6D,EAAQC,EAAMC,EAAKE,MAAQjE,EAAO4D,EAAQE,IACnD5C,EAAe0C,EAAQE,EAAK9C,EAAyB6C,EAAQC,GAGnE,CAGuBI,CAA0BxE,EAAK8B,GAASC"}
|
|
@@ -0,0 +1,2 @@
|
|
|
1
|
+
"use strict";var r=require("../internals/global.js"),e=require("../internals/dom-iterables.js"),t=require("../internals/dom-token-list-prototype.js"),a=require("../internals/array-for-each.js"),n=require("../internals/create-non-enumerable-property.js"),i=r,o=e,s=t,l=a,c=n,u=function(r){if(r&&r.forEach!==l)try{c(r,"forEach",l)}catch(e){r.forEach=l}};for(var f in o)o[f]&&u(i[f]&&i[f].prototype);u(s);
|
|
2
|
+
//# sourceMappingURL=web.dom-collections.for-each.js.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"web.dom-collections.for-each.js","sources":["../../../../../node_modules/core-js/modules/web.dom-collections.for-each.js"],"sourcesContent":["var global = require('../internals/global');\nvar DOMIterables = require('../internals/dom-iterables');\nvar DOMTokenListPrototype = require('../internals/dom-token-list-prototype');\nvar forEach = require('../internals/array-for-each');\nvar createNonEnumerableProperty = require('../internals/create-non-enumerable-property');\n\nvar handlePrototype = function (CollectionPrototype) {\n // some Chrome versions have non-configurable methods on DOMTokenList\n if (CollectionPrototype && CollectionPrototype.forEach !== forEach) try {\n createNonEnumerableProperty(CollectionPrototype, 'forEach', forEach);\n } catch (error) {\n CollectionPrototype.forEach = forEach;\n }\n};\n\nfor (var COLLECTION_NAME in DOMIterables) {\n if (DOMIterables[COLLECTION_NAME]) {\n handlePrototype(global[COLLECTION_NAME] && global[COLLECTION_NAME].prototype);\n }\n}\n\nhandlePrototype(DOMTokenListPrototype);\n"],"names":["global","require$$0","DOMIterables","require$$1","DOMTokenListPrototype","require$$2","forEach","require$$3","createNonEnumerableProperty","require$$4","handlePrototype","CollectionPrototype","error","COLLECTION_NAME","prototype"],"mappings":"8PAAIA,EAASC,EACTC,EAAeC,EACfC,EAAwBC,EACxBC,EAAUC,EACVC,EAA8BC,EAE9BC,EAAkB,SAAUC,GAE9B,GAAIA,GAAuBA,EAAoBL,UAAYA,EAAS,IAClEE,EAA4BG,EAAqB,UAAWL,EAC7D,CAAC,MAAOM,GACPD,EAAoBL,QAAUA,CAC/B,CACH,EAEA,IAAK,IAAIO,KAAmBX,EACtBA,EAAaW,IACfH,EAAgBV,EAAOa,IAAoBb,EAAOa,GAAiBC,WAIvEJ,EAAgBN"}
|
|
@@ -1,2 +1,2 @@
|
|
|
1
|
-
"use strict";Object.defineProperty(exports,"__esModule",{value:!0});var e=require("../../../../../_virtual/_rollupPluginBabelHelpers.js");require("../../../../../node_modules/core-js/modules/es.array.concat.js");var r=require("react"),t=require("./fbox.module.scss.js"),a=["style","children","className"],o={start:"flex-start","flex-start":"flex-start",end:"flex-end","flex-end":"flex-end"},s=function(e){return e&&o[e]||e},l=r.forwardRef((function(o,l){var i=o.style,c=o.children,n=o.className,d=e.objectWithoutProperties(o,a),
|
|
1
|
+
"use strict";Object.defineProperty(exports,"__esModule",{value:!0});var e=require("../../../../../_virtual/_rollupPluginBabelHelpers.js");require("../../../../../node_modules/core-js/modules/es.array.concat.js");var r=require("react"),t=require("./fbox.module.scss.js"),a=["style","children","className"],o={start:"flex-start","flex-start":"flex-start",end:"flex-end","flex-end":"flex-end"},s=function(e){return e&&o[e]||e},l=r.forwardRef((function(o,l){var i=o.style,c=o.children,n=o.className,d=void 0===n?"":n,u=e.objectWithoutProperties(o,a),f=r.useMemo((function(){return e.objectSpread2(e.objectSpread2(e.objectSpread2(e.objectSpread2(e.objectSpread2({},i),u),u.align?{alignItems:s(u.align)}:{}),u.justify?{justifyContent:s(u.justify)}:{}),u.direction?{flexDirection:u.direction}:{})}),[u,i]);return React.createElement("div",{ref:l,className:"".concat(t["flexible-box"]," ").concat(d),style:f},c)}));l.displayName="FBoxRefForwarded";var i=r.memo(l);i.displayName="FBox",exports.FBox=i;
|
|
2
2
|
//# sourceMappingURL=FBox.js.map
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"FBox.js","sources":["../../../../../../../src/core/ui/components/container/FBox.tsx"],"sourcesContent":["import { memo, PropsWithChildren, useMemo, CSSProperties, forwardRef, LegacyRef } from 'react'\n\n\nimport classes from './fbox.module.scss'\n\n\nexport type FBoxProps = PropsWithChildren<any> &{\n flex?: string\n flexGrow?: string | number\n alignText?: 'center' | 'right' | 'left'\n direction?: string\n flexShrink?: string | number\n flexBasis?: string\n flexWrap?: string\n justify?: string\n align?: string\n alignSelf?: string\n margin?: string\n padding?: string\n width?: string\n height?: string\n maxWidth?: string\n maxHeight?: string\n minWidth?: string\n minHeight?: string\n gap?: string\n css?: string\n borderRadius?: string\n style?: CSSProperties\n className?: string\n}\n\nconst flexValueMap: Record<string, string> = {\n start: 'flex-start',\n 'flex-start': 'flex-start',\n end: 'flex-end',\n 'flex-end': 'flex-end',\n}\n\nconst resolveFlexProps = (value?: string): string | undefined => (value ? (flexValueMap[value] || value) : value)\n\n\nconst FBoxRefForwarded = forwardRef(({\n style, children, className, ...props\n}: FBoxProps, ref: LegacyRef<HTMLDivElement> | undefined) => {\n const styles = useMemo(() => (\n {\n ...style,\n ...props,\n ...(props.align ? { alignItems: resolveFlexProps(props.align) } : {}),\n ...(props.justify ? { justifyContent: resolveFlexProps(props.justify) } : {}),\n ...(props.direction ? { flexDirection: props.direction } : {}),\n }\n ), [props, style])\n\n return (\n <div\n ref={ref}\n className={`${(classes as any)['flexible-box']} ${className}`}\n style={styles as CSSProperties}\n >\n {children}\n </div>\n )\n})\n\nFBoxRefForwarded.displayName = 'FBoxRefForwarded'\n\nexport const FBox = memo<FBoxProps>(FBoxRefForwarded)\n\n\nFBox.displayName = 'FBox'\n\n\n// default flex centralized, 100% width and height\n// export const FlexWrapper = memo(styled(Flex).attrs((props: Partial<FlexProps>) => (\n// {\n// width: props.width || '100%',\n// height: props.height || '100%',\n// justify: props.justify || 'center',\n// align: props.align || 'center',\n// ...props,\n// }\n// ))``)\n\n// export const FlexTight = memo(styled(Flex).attrs((props: Partial<FlexProps>) => ({\n// size: 'unset',\n// width: 'initial',\n// ...props,\n// }))``)\n\n// export const FlexTightStyled = memo(styled(Flex).attrs((props: Partial<FlexProps>) => ({\n// size: 'unset',\n// width: 'initial',\n// style: {\n// text: 'blue',\n// padding: '1rem',\n// border: '1px solid green',\n// },\n// ...props,\n// }))``)\n"],"names":["flexValueMap","start","end","resolveFlexProps","value","FBoxRefForwarded","forwardRef","_ref","ref","style","children","className","props","_objectWithoutProperties","objectWithoutProperties","_excluded","styles","useMemo","_objectSpread","objectSpread2","align","alignItems","justify","justifyContent","direction","flexDirection","React","createElement","concat","classes","displayName","FBox","memo"],"mappings":"iTAgCMA,EAAuC,CAC3CC,MAAO,aACP,aAAc,aACdC,IAAK,WACL,WAAY,YAGRC,EAAmB,SAACC,GAAc,OAA0BA,GAASJ,EAAaI,IAAmBA,CAAK,EAG1GC,EAAmBC,EAAUA,YAAC,SAAAC,EAEtBC,GAA+C,IAD3DC,EAAKF,EAALE,MAAOC,EAAQH,EAARG,
|
|
1
|
+
{"version":3,"file":"FBox.js","sources":["../../../../../../../src/core/ui/components/container/FBox.tsx"],"sourcesContent":["import { memo, PropsWithChildren, useMemo, CSSProperties, forwardRef, LegacyRef } from 'react'\n\n\nimport classes from './fbox.module.scss'\n\n\nexport type FBoxProps = PropsWithChildren<any> &{\n flex?: string\n flexGrow?: string | number\n alignText?: 'center' | 'right' | 'left'\n direction?: string\n flexShrink?: string | number\n flexBasis?: string\n flexWrap?: string\n justify?: string\n align?: string\n alignSelf?: string\n margin?: string\n padding?: string\n width?: string\n height?: string\n maxWidth?: string\n maxHeight?: string\n minWidth?: string\n minHeight?: string\n gap?: string\n css?: string\n borderRadius?: string\n style?: CSSProperties\n className?: string\n}\n\nconst flexValueMap: Record<string, string> = {\n start: 'flex-start',\n 'flex-start': 'flex-start',\n end: 'flex-end',\n 'flex-end': 'flex-end',\n}\n\nconst resolveFlexProps = (value?: string): string | undefined => (value ? (flexValueMap[value] || value) : value)\n\n\nconst FBoxRefForwarded = forwardRef(({\n style, children, className = '', ...props\n}: FBoxProps, ref: LegacyRef<HTMLDivElement> | undefined) => {\n const styles = useMemo(() => (\n {\n ...style,\n ...props,\n ...(props.align ? { alignItems: resolveFlexProps(props.align) } : {}),\n ...(props.justify ? { justifyContent: resolveFlexProps(props.justify) } : {}),\n ...(props.direction ? { flexDirection: props.direction } : {}),\n }\n ), [props, style])\n\n return (\n <div\n ref={ref}\n className={`${(classes as any)['flexible-box']} ${className}`}\n style={styles as CSSProperties}\n >\n {children}\n </div>\n )\n})\n\nFBoxRefForwarded.displayName = 'FBoxRefForwarded'\n\nexport const FBox = memo<FBoxProps>(FBoxRefForwarded)\n\n\nFBox.displayName = 'FBox'\n\n\n// default flex centralized, 100% width and height\n// export const FlexWrapper = memo(styled(Flex).attrs((props: Partial<FlexProps>) => (\n// {\n// width: props.width || '100%',\n// height: props.height || '100%',\n// justify: props.justify || 'center',\n// align: props.align || 'center',\n// ...props,\n// }\n// ))``)\n\n// export const FlexTight = memo(styled(Flex).attrs((props: Partial<FlexProps>) => ({\n// size: 'unset',\n// width: 'initial',\n// ...props,\n// }))``)\n\n// export const FlexTightStyled = memo(styled(Flex).attrs((props: Partial<FlexProps>) => ({\n// size: 'unset',\n// width: 'initial',\n// style: {\n// text: 'blue',\n// padding: '1rem',\n// border: '1px solid green',\n// },\n// ...props,\n// }))``)\n"],"names":["flexValueMap","start","end","resolveFlexProps","value","FBoxRefForwarded","forwardRef","_ref","ref","style","children","_ref$className","className","props","_objectWithoutProperties","objectWithoutProperties","_excluded","styles","useMemo","_objectSpread","objectSpread2","align","alignItems","justify","justifyContent","direction","flexDirection","React","createElement","concat","classes","displayName","FBox","memo"],"mappings":"iTAgCMA,EAAuC,CAC3CC,MAAO,aACP,aAAc,aACdC,IAAK,WACL,WAAY,YAGRC,EAAmB,SAACC,GAAc,OAA0BA,GAASJ,EAAaI,IAAmBA,CAAK,EAG1GC,EAAmBC,EAAUA,YAAC,SAAAC,EAEtBC,GAA+C,IAD3DC,EAAKF,EAALE,MAAOC,EAAQH,EAARG,SAAQC,EAAAJ,EAAEK,UAAAA,OAAY,IAAHD,EAAG,GAAEA,EAAKE,EAAKC,EAAAC,wBAAAR,EAAAS,GAEnCC,EAASC,EAAAA,SAAQ,WAAA,OAAAC,gBAAAA,EAAAA,cAAAA,EAAAC,cAAAD,EAAAC,cAAAD,EAAAC,cAAA,GAEhBX,GACAI,GACCA,EAAMQ,MAAQ,CAAEC,WAAYnB,EAAiBU,EAAMQ,QAAW,CAAE,GAChER,EAAMU,QAAU,CAAEC,eAAgBrB,EAAiBU,EAAMU,UAAa,CAAE,GACxEV,EAAMY,UAAY,CAAEC,cAAeb,EAAMY,WAAc,CAAE,EAAA,GAE9D,CAACZ,EAAOJ,IAEX,OACEkB,MAAAC,cAAA,MAAA,CACEpB,IAAKA,EACLI,UAAS,GAAAiB,OAAMC,EAAgB,gBAAeD,KAAAA,OAAIjB,GAClDH,MAAOQ,GAENP,EAGP,IAEAL,EAAiB0B,YAAc,uBAElBC,EAAOC,EAAIA,KAAY5B,GAGpC2B,EAAKD,YAAc"}
|
|
@@ -1,2 +1,2 @@
|
|
|
1
|
-
"use strict";Object.defineProperty(exports,"__esModule",{value:!0});var e=require("../../../../../_virtual/_rollupPluginBabelHelpers.js");require("../../../../../node_modules/core-js/modules/es.array.concat.js");var o=require("react"),r=require("./icon.module.scss.js"),
|
|
1
|
+
"use strict";Object.defineProperty(exports,"__esModule",{value:!0});var e=require("../../../../../_virtual/_rollupPluginBabelHelpers.js");require("../../../../../node_modules/core-js/modules/es.array.concat.js");var o=require("react"),r=require("./icon.module.scss.js"),i=o.memo((function(i){var t=i.iconUrl,c=i.minWidth,n=void 0===c?"1rem":c,a=i.minHeight,s=void 0===a?"1rem":a,l=i.size,u=i.fontSize,d=i.width,m=i.height,h=i.color,p=void 0===h?"currentColor":h,v=i.className,j=void 0===v?"":v,b=i.children,f=o.useMemo((function(){return e.objectSpread2(e.objectSpread2(e.objectSpread2({"--min-width":Math.min(n,l||d),"--min-height":Math.min(s,l||m),"--width":l||d,"--height":l||m},u?{fontSize:u}:{}),t?{"--icon-url":"url(".concat(t,")")}:{}),t?{"--icon-color":p}:{"--icon-content-color":p})}),[n,s,l,d,m,u,t,p]);return React.createElement("span",{className:"".concat(r["icon-base"]," icon-base ").concat(j),style:f},!t&&b&&b)}));i.displayName="IconBase",exports.IconBase=i;
|
|
2
2
|
//# sourceMappingURL=IconBase.js.map
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"IconBase.js","sources":["../../../../../../../src/core/ui/components/icon/IconBase.tsx"],"sourcesContent":["import { CSSProperties, memo, useMemo, PropsWithChildren } from 'react'\n\nimport classes from './icon.module.scss'\n\
|
|
1
|
+
{"version":3,"file":"IconBase.js","sources":["../../../../../../../src/core/ui/components/icon/IconBase.tsx"],"sourcesContent":["import { CSSProperties, memo, useMemo, PropsWithChildren } from 'react'\n\nimport classes from './icon.module.scss'\n\nexport type IconBaseType = PropsWithChildren<any> & {\n iconUrl?: string\n minWidth?: string\n minHeight?: string\n width?: string\n height?: string\n size?: string\n fontSize?: string\n color?: string\n className?: string\n}\n\nexport const IconBase = memo<IconBaseType>(({\n iconUrl, minWidth = '1rem', minHeight = '1rem',\n size, fontSize, width, height, color = 'currentColor', className = '', children,\n}: IconBaseType) => {\n const styles = useMemo(() => (\n {\n '--min-width': Math.min(minWidth, size || width),\n '--min-height': Math.min(minHeight, size || height),\n '--width': size || width,\n '--height': size || height,\n ...(fontSize ? { fontSize } : {}),\n ...(iconUrl ? { '--icon-url': `url(${iconUrl})` } : {}),\n ...(iconUrl ? { '--icon-color': color } : { '--icon-content-color': color }),\n }\n ), [minWidth, minHeight, size, width, height, fontSize, iconUrl, color])\n\n return (\n <span\n className={`${(classes as any)['icon-base']} icon-base ${className}`}\n style={styles as CSSProperties}\n >\n {(!iconUrl && children) && children}\n </span>\n )\n})\n\nIconBase.displayName = 'IconBase'\n"],"names":["IconBase","memo","_ref","iconUrl","_ref$minWidth","minWidth","_ref$minHeight","minHeight","size","fontSize","width","height","_ref$color","color","_ref$className","className","children","styles","useMemo","_objectSpread","objectSpread2","Math","min","concat","React","createElement","classes","style","displayName"],"mappings":"8QAgBaA,EAAWC,EAAAA,MAAmB,SAAAC,GAGvB,IAFlBC,EAAOD,EAAPC,QAAOC,EAAAF,EAAEG,SAAAA,OAAW,IAAHD,EAAG,OAAMA,EAAAE,EAAAJ,EAAEK,UAAAA,OAAY,IAAHD,EAAG,OAAMA,EAC9CE,EAAIN,EAAJM,KAAMC,EAAQP,EAARO,SAAUC,EAAKR,EAALQ,MAAOC,EAAMT,EAANS,OAAMC,EAAAV,EAAEW,MAAAA,OAAQ,IAAHD,EAAG,eAAcA,EAAAE,EAAAZ,EAAEa,UAAAA,OAAY,IAAHD,EAAG,GAAEA,EAAEE,EAAQd,EAARc,SAEjEC,EAASC,EAAAA,SAAQ,WAAA,OAAAC,EAAAC,cAAAD,EAAAC,cAAAD,gBAAA,CAEnB,cAAeE,KAAKC,IAAIjB,EAAUG,GAAQE,GAC1C,eAAgBW,KAAKC,IAAIf,EAAWC,GAAQG,GAC5C,UAAWH,GAAQE,EACnB,WAAYF,GAAQG,GAChBF,EAAW,CAAEA,SAAAA,GAAa,CAAA,GAC1BN,EAAU,CAAE,aAAY,OAAAoB,OAASpB,EAAO,MAAQ,CAAA,GAChDA,EAAU,CAAE,eAAgBU,GAAU,CAAE,uBAAwBA,GAAO,GAE5E,CAACR,EAAUE,EAAWC,EAAME,EAAOC,EAAQF,EAAUN,EAASU,IAEjE,OACEW,MAAAC,cAAA,OAAA,CACEV,UAAS,GAAAQ,OAAMG,EAAgB,aAAYH,eAAAA,OAAcR,GACzDY,MAAOV,IAEJd,GAAWa,GAAaA,EAGjC,IAEAhB,EAAS4B,YAAc"}
|
|
@@ -1,2 +1,2 @@
|
|
|
1
|
-
"use strict";Object.defineProperty(exports,"__esModule",{value:!0});var e=require("../../../../../_virtual/_rollupPluginBabelHelpers.js");require("../../../../../node_modules/core-js/modules/es.array.concat.js"),require("../../../../../node_modules/core-js/modules/es.array.map.js"),require("../../../../../node_modules/core-js/modules/es.object.entries.js");var t,i=require("../../../utils/
|
|
1
|
+
"use strict";Object.defineProperty(exports,"__esModule",{value:!0});var e=require("../../../../../_virtual/_rollupPluginBabelHelpers.js");require("../../../../../node_modules/core-js/modules/es.array.concat.js"),require("../../../../../node_modules/core-js/modules/es.number.constructor.js"),require("../../../../../node_modules/core-js/modules/es.array.map.js"),require("../../../../../node_modules/core-js/modules/es.object.entries.js");var t,i=require("../../../utils/webComponents/webComponent.utils.js"),n=require("./icon.module.scss.js"),s=document.createElement("template");s.innerHTML='<span class="icon-base"></span>';var r=i.ced("icon-base")(t=function(t){e.inherits(o,t);var r=e.createSuper(o);function o(){var t;e.classCallCheck(this,o);for(var i=arguments.length,s=new Array(i),a=0;a<i;a++)s[a]=arguments[a];return(t=r.call.apply(r,[this].concat(s))).content=void 0,t.mainElement=void 0,t.iconUrl=void 0,t.minWidth=void 0,t.minHeight=void 0,t.width=void 0,t.height=void 0,t.size=void 0,t.fontSize=void 0,t.color=void 0,t.render=function(){if(t.mainElement=t.mainElement||t.querySelector(".icon-base"),t.mainElement){t.classList.add(n["icon-base-parent"]),t.mainElement.classList.add(n["icon-base"]);var i=e.objectSpread2(e.objectSpread2(e.objectSpread2({"--min-width":Math.min(Number(t.minWidth),Number(t.size||t.width))||"unset","--min-height":Math.min(Number(t.minHeight),Number(t.size||t.height))||"unset","--width":t.size||t.width||"unset","--height":t.size||t.height||"unset"},t.fontSize?{"font-size":t.fontSize||"unset"}:{}),t.iconUrl?{"--icon-url":"url(".concat(t.iconUrl,")")}:{}),t.iconUrl?{"--icon-color":t.color}:{"--icon-content-color":t.color});t.mainElement.innerHTML=t.iconUrl?"":t.content||"",t.mainElement.setAttribute("style",Object.entries(i).map((function(t){var i=e.slicedToArray(t,2),n=i[0],s=i[1];return"".concat(n,": ").concat(s,";")})).join(" "))}},t}return e.createClass(o,[{key:"connectedCallback",value:function(){this.innerHTML&&(this.content=this.content||this.innerHTML||this.getAttribute("content")),this.innerHTML=s.innerHTML,i.resolveAttributes(this,o.observedAttributes),this.render()}},{key:"attributeChangedCallback",value:function(e,t,i){if("className"===e)return this.className=i||"",void(this.className&&(this.classList.remove(this.className),this.classList.add(this.className)));this[e]=i,this.render()}}],[{key:"observedAttributes",get:function(){return["iconUrl","minWidth","minHeight","width","height","size","fontSize","color","className"]}}]),o}(e.wrapNativeSuper(HTMLElement)))||t,o={IconBaseWC:r};exports.IconBaseWC=o,exports.default=r;
|
|
2
2
|
//# sourceMappingURL=IconWC.js.map
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"IconWC.js","sources":["../../../../../../../src/core/ui/components/icon/IconWC.ts"],"sourcesContent":["import { ced } from '../../../utils/
|
|
1
|
+
{"version":3,"file":"IconWC.js","sources":["../../../../../../../src/core/ui/components/icon/IconWC.ts"],"sourcesContent":["import { ced, resolveAttributes } from '../../../utils/webComponents/webComponent.utils'\n\nimport classes from './icon.module.scss'\n\n\n\nconst template = document.createElement('template')\n\ntemplate.innerHTML = '<span class=\"icon-base\"></span>'\n\nexport type IconBaseWCType = {\n iconUrl?: string\n minWidth?: string\n minHeight?: string\n width?: string\n height?: string\n size?: string\n fontSize?: string\n color?: string\n className?: string\n}\n\n@ced('icon-base')\nexport default class IconBase extends HTMLElement {\n content: string | null\n\n mainElement: HTMLElement\n\n iconUrl?: string | null\n\n minWidth?: string | null\n\n minHeight?: string | null\n\n width?: string | null\n\n height?: string | null\n\n size?: string | null\n\n fontSize?: string | null\n\n color?: string | null\n\n static get observedAttributes() {\n return ['iconUrl', 'minWidth', 'minHeight', 'width', 'height', 'size', 'fontSize', 'color', 'className']\n }\n\n connectedCallback() {\n if (this.innerHTML) {\n this.content = this.content || this.innerHTML || this.getAttribute('content')\n }\n\n this.innerHTML = template.innerHTML\n\n resolveAttributes(this, IconBase.observedAttributes)\n\n this.render()\n }\n\n attributeChangedCallback(attrName: string, oldVal: string | number | null, newVal: string | number | null) {\n if (attrName === 'className') {\n this.className = (newVal as string) || ''\n if (this.className) {\n this.classList.remove(this.className)\n this.classList.add(this.className)\n }\n return\n }\n // eslint-disable-next-line @typescript-eslint/ban-ts-comment\n // @ts-ignore\n this[attrName] = newVal\n this.render()\n }\n\n render = () => {\n this.mainElement = this.mainElement || this.querySelector('.icon-base') as HTMLElement\n if (!this.mainElement) {\n return\n }\n this.classList.add(classes['icon-base-parent'])\n this.mainElement.classList.add(classes['icon-base'])\n\n const styles = {\n '--min-width': Math.min(Number(this.minWidth), Number(this.size || this.width)) || 'unset',\n '--min-height': Math.min(Number(this.minHeight), Number(this.size || this.height)) || 'unset',\n '--width': this.size || this.width || 'unset',\n '--height': this.size || this.height || 'unset',\n ...(this.fontSize ? { 'font-size': this.fontSize || 'unset' } : {}),\n ...(this.iconUrl ? { '--icon-url': `url(${this.iconUrl})` } : {}),\n ...(this.iconUrl ? { '--icon-color': this.color } : { '--icon-content-color': this.color }),\n }\n\n this.mainElement.innerHTML = this.iconUrl ? '' : (this.content || '')\n\n this.mainElement.setAttribute('style', Object.entries(styles).map(([key, value]) => `${key}: ${value};`).join(' '))\n }\n}\n\ndeclare global {\n // eslint-disable-next-line @typescript-eslint/no-namespace\n namespace JSX {\n interface IntrinsicElements {\n 'icon-base': any\n }\n }\n}\n\nexport const IconBaseWC = {\n IconBaseWC: IconBase,\n}\n"],"names":["template","document","createElement","innerHTML","IconBase","ced","_dec","_class","_HTMLElement","_inherits","_super","_createSuper","_this","_classCallCheck","_len","arguments","length","args","Array","_key","call","apply","this","concat","content","mainElement","iconUrl","minWidth","minHeight","width","height","size","fontSize","color","render","querySelector","classList","add","classes","styles","_objectSpread","objectSpread2","Math","min","Number","setAttribute","Object","entries","map","_ref","_ref2","_slicedToArray","key","value","join","_createClass","createClass","getAttribute","resolveAttributes","observedAttributes","attrName","oldVal","newVal","className","remove","get","_wrapNativeSuper","HTMLElement","IconBaseWC"],"mappings":"giBAMMA,EAAWC,SAASC,cAAc,YAExCF,EAASG,UAAY,kCAAiC,IAejCC,EADpBC,MAAI,YAAYC,CAAAC,WAAAC,GAAAC,WAAAL,EAAAI,GAAA,IAAAE,EAAAC,cAAAP,GAAA,SAAAA,IAAA,IAAAQ,EAAAC,sBAAAT,GAAA,IAAA,IAAAU,EAAAC,UAAAC,OAAAC,EAAAC,IAAAA,MAAAJ,GAAAK,EAAA,EAAAA,EAAAL,EAAAK,IAAAF,EAAAE,GAAAJ,UAAAI,GA0Ed,OA1EcP,EAAAF,EAAAU,KAAAC,MAAAX,EAAA,CAAAY,MAAAC,OAAAN,KAEfO,aAAO,EAAAZ,EAEPa,iBAAW,EAAAb,EAEXc,aAAO,EAAAd,EAEPe,cAAQ,EAAAf,EAERgB,eAAS,EAAAhB,EAETiB,WAAK,EAAAjB,EAELkB,YAAM,EAAAlB,EAENmB,UAAI,EAAAnB,EAEJoB,cAAQ,EAAApB,EAERqB,WAAK,EAAArB,EAiCLsB,OAAS,WAEP,GADAtB,EAAKa,YAAcb,EAAKa,aAAeb,EAAKuB,cAAc,cACrDvB,EAAKa,YAAV,CAGAb,EAAKwB,UAAUC,IAAIC,EAAQ,qBAC3B1B,EAAKa,YAAYW,UAAUC,IAAIC,EAAQ,cAEvC,IAAMC,EAAMC,EAAAA,cAAAA,EAAAC,cAAAD,gBAAA,CACV,cAAeE,KAAKC,IAAIC,OAAOhC,EAAKe,UAAWiB,OAAOhC,EAAKmB,MAAQnB,EAAKiB,SAAW,QACnF,eAAgBa,KAAKC,IAAIC,OAAOhC,EAAKgB,WAAYgB,OAAOhC,EAAKmB,MAAQnB,EAAKkB,UAAY,QACtF,UAAWlB,EAAKmB,MAAQnB,EAAKiB,OAAS,QACtC,WAAYjB,EAAKmB,MAAQnB,EAAKkB,QAAU,SACpClB,EAAKoB,SAAW,CAAE,YAAapB,EAAKoB,UAAY,SAAY,CAAE,GAC9DpB,EAAKc,QAAU,CAAE,aAAYH,OAAAA,OAASX,EAAKc,QAAO,MAAQ,CAAE,GAC5Dd,EAAKc,QAAU,CAAE,eAAgBd,EAAKqB,OAAU,CAAE,uBAAwBrB,EAAKqB,QAGrFrB,EAAKa,YAAYtB,UAAYS,EAAKc,QAAU,GAAMd,EAAKY,SAAW,GAElEZ,EAAKa,YAAYoB,aAAa,QAASC,OAAOC,QAAQR,GAAQS,KAAI,SAAAC,GAAA,IAAAC,EAAAC,EAAAA,cAAAF,EAAA,GAAEG,EAAGF,EAAA,GAAEG,EAAKH,EAAA,GAAA,MAAA,GAAA3B,OAAS6B,EAAG7B,MAAAA,OAAK8B,EAAK,IAAA,IAAKC,KAAK,KAhB9G,GAiBD1C,CAAA,CAlDA,OAkDA2C,EAAAC,YAAApD,EAAA,CAAA,CAAAgD,IAAA,oBAAAC,MAhDD,WACM/B,KAAKnB,YACPmB,KAAKE,QAAUF,KAAKE,SAAWF,KAAKnB,WAAamB,KAAKmC,aAAa,YAGrEnC,KAAKnB,UAAYH,EAASG,UAE1BuD,EAAAA,kBAAkBpC,KAAMlB,EAASuD,oBAEjCrC,KAAKY,QACP,GAAC,CAAAkB,IAAA,2BAAAC,MAED,SAAyBO,EAAkBC,EAAgCC,GACzE,GAAiB,cAAbF,EAMF,OALAtC,KAAKyC,UAAaD,GAAqB,QACnCxC,KAAKyC,YACPzC,KAAKc,UAAU4B,OAAO1C,KAAKyC,WAC3BzC,KAAKc,UAAUC,IAAIf,KAAKyC,aAM5BzC,KAAKsC,GAAYE,EACjBxC,KAAKY,QACP,IAAC,CAAA,CAAAkB,IAAA,qBAAAa,IA7BD,WACE,MAAO,CAAC,UAAW,WAAY,YAAa,QAAS,SAAU,OAAQ,WAAY,QAAS,YAC9F,KAAC7D,CAAA,EAAA8D,kBAvBmCC,gBAAW5D,EAqFpC6D,EAAa,CACxBA,WAAYhE"}
|
|
@@ -1,2 +1,2 @@
|
|
|
1
|
-
"use strict";module.exports={"icon-base":"icon-module_icon-base__S0tHf"};
|
|
1
|
+
"use strict";module.exports={"icon-base-parent":"icon-module_icon-base-parent__nOMvW","icon-base":"icon-module_icon-base__S0tHf"};
|
|
2
2
|
//# sourceMappingURL=icon.module.scss.js.map
|
|
@@ -0,0 +1,2 @@
|
|
|
1
|
+
"use strict";Object.defineProperty(exports,"__esModule",{value:!0}),require("../../../../node_modules/core-js/modules/es.object.to-string.js"),require("../../../../node_modules/core-js/modules/web.dom-collections.for-each.js");var e=function(e){return function(t){var o=!(arguments.length>1&&void 0!==arguments[1])||arguments[1],r=arguments.length>2?arguments[2]:void 0,n=e.getAttribute(t),s=void 0!==n;return o&&s&&void 0===e[t]&&(e[t]=r?r(n):n),s}};exports.ced=function(e){return function(t){customElements.get(e)||customElements.define(e,t)}},exports.createResolveAttribute=e,exports.resolveAttributes=function(t,o){var r=e(t);o.forEach((function(e){if("string"==typeof e)r(e);else{var t=e.name,o=e.override,n=e.valueMap;r(t,o,n)}}))};
|
|
2
|
+
//# sourceMappingURL=webComponent.utils.js.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"webComponent.utils.js","sources":["../../../../../../src/core/utils/webComponents/webComponent.utils.ts"],"sourcesContent":["/* custom elements define */\nexport const ced = (name: string) => (\n componentClass: typeof HTMLElement,\n) => {\n customElements.get(name) || customElements.define(name, componentClass)\n}\n\nexport const customElementDefine = ced\n\n\n\nexport const createResolveAttribute = (\n component: Element & Record<string, any>,\n) => (\n attributeName: string,\n // eslint-disable-next-line default-param-last\n overrideProperty = true,\n valueMap?: (value: unknown) => unknown,\n): boolean => {\n const attrValue = component.getAttribute(attributeName)\n const attrValueDefined = attrValue !== undefined\n\n if (overrideProperty && attrValueDefined && component[attributeName] === undefined) {\n // eslint-disable-next-line no-param-reassign\n component[attributeName] = valueMap ? valueMap(attrValue) : attrValue\n }\n\n return attrValueDefined\n}\n\nexport const resolveAttributes = (\n component: Element & Record<string, any>,\n attributes: ({ name: string; override: boolean; valueMap?: (value: unknown) => unknown } | string)[],\n) => {\n const resolver = createResolveAttribute(component)\n\n attributes.forEach((attribute) => {\n if (typeof attribute === 'string') {\n resolver(attribute)\n } else {\n const { name, override, valueMap } = attribute\n\n resolver(name, override, valueMap)\n }\n })\n}\n"],"names":["createResolveAttribute","component","attributeName","overrideProperty","arguments","length","undefined","valueMap","attrValue","getAttribute","attrValueDefined","name","componentClass","customElements","get","define","attributes","resolver","forEach","attribute","override"],"mappings":"uOAWaA,EAAyB,SACpCC,GAAwC,OACrC,SACHC,GAIY,IAFZC,IAAgBC,UAAAC,OAAA,QAAAC,IAAAF,UAAA,KAAAA,UAAA,GAChBG,EAAsCH,UAAAC,OAAAD,EAAAA,kBAAAE,EAEhCE,EAAYP,EAAUQ,aAAaP,GACnCQ,OAAiCJ,IAAdE,EAOzB,OALIL,GAAoBO,QAAiDJ,IAA7BL,EAAUC,KAEpDD,EAAUC,GAAiBK,EAAWA,EAASC,GAAaA,GAGvDE,EACR,cA3BkB,SAACC,GAAY,OAAK,SACnCC,GAEAC,eAAeC,IAAIH,IAASE,eAAeE,OAAOJ,EAAMC,GACzD,6DAyBgC,SAC/BX,EACAe,GAEA,IAAMC,EAAWjB,EAAuBC,GAExCe,EAAWE,SAAQ,SAACC,GAClB,GAAyB,iBAAdA,EACTF,EAASE,OACJ,CACL,IAAQR,EAA6BQ,EAA7BR,KAAMS,EAAuBD,EAAvBC,SAAUb,EAAaY,EAAbZ,SAExBU,EAASN,EAAMS,EAAUb,EAC3B,CACF,GACF"}
|
package/dist/utils/esm/index.css
CHANGED
|
@@ -1,8 +1,32 @@
|
|
|
1
|
+
.divider-module_divider-line__6CesR {
|
|
2
|
+
position: relative;
|
|
3
|
+
display: block;
|
|
4
|
+
transition: opacity, width, height 250ms ease-in-out;
|
|
5
|
+
background-color: var(--color);
|
|
6
|
+
opacity: var(--opacity);
|
|
7
|
+
}
|
|
8
|
+
.divider-module_divider-line__6CesR.divider-module_vertical__qSVWD {
|
|
9
|
+
height: var(--length);
|
|
10
|
+
left: var(--left);
|
|
11
|
+
width: var(--width);
|
|
12
|
+
margin: var(--margin);
|
|
13
|
+
}
|
|
14
|
+
.divider-module_divider-line__6CesR.divider-module_horizontal__Gz-Oj {
|
|
15
|
+
width: var(--length);
|
|
16
|
+
left: var(--left);
|
|
17
|
+
height: var(--height);
|
|
18
|
+
margin: var(--margin);
|
|
19
|
+
}
|
|
20
|
+
.icon-module_icon-base-parent__nOMvW {
|
|
21
|
+
line-height: 1px !important;
|
|
22
|
+
}
|
|
23
|
+
|
|
1
24
|
.icon-module_icon-base__S0tHf {
|
|
2
25
|
min-width: var(--min-width);
|
|
3
|
-
min-height: var(--min-
|
|
4
|
-
width: var(--
|
|
5
|
-
height: var(--
|
|
26
|
+
min-height: var(--min-height);
|
|
27
|
+
width: var(--width);
|
|
28
|
+
height: var(--height);
|
|
29
|
+
line-height: var(--height);
|
|
6
30
|
background-color: var(--icon-color);
|
|
7
31
|
color: var(--icon-content-color);
|
|
8
32
|
background-repeat: no-repeat;
|
|
@@ -23,25 +47,6 @@
|
|
|
23
47
|
width: var(--height);
|
|
24
48
|
height: var(--width);
|
|
25
49
|
}
|
|
26
|
-
.divider-module_divider-line__6CesR {
|
|
27
|
-
position: relative;
|
|
28
|
-
display: block;
|
|
29
|
-
transition: opacity, width, height 250ms ease-in-out;
|
|
30
|
-
background-color: var(--color);
|
|
31
|
-
opacity: var(--opacity);
|
|
32
|
-
}
|
|
33
|
-
.divider-module_divider-line__6CesR.divider-module_vertical__qSVWD {
|
|
34
|
-
height: var(--length);
|
|
35
|
-
left: var(--left);
|
|
36
|
-
width: var(--width);
|
|
37
|
-
margin: var(--margin);
|
|
38
|
-
}
|
|
39
|
-
.divider-module_divider-line__6CesR.divider-module_horizontal__Gz-Oj {
|
|
40
|
-
width: var(--length);
|
|
41
|
-
left: var(--left);
|
|
42
|
-
height: var(--height);
|
|
43
|
-
margin: var(--margin);
|
|
44
|
-
}
|
|
45
50
|
.fbox-module_flexible-box__rLJ93 {
|
|
46
51
|
display: flex;
|
|
47
52
|
position: relative;
|
|
@@ -1,2 +1,2 @@
|
|
|
1
|
-
export{keyExtractor,keyExtractorFunction}from"./keyExtractor.js";export{dateRangeFormat,getDateTime,getTimeFromNow,getTimeFromNowOriginal,getTimeTo}from"./date.js";export{isBirthNumberValid}from"./helpers/birthnumber.validator.js";export{getMatch,isValidFormat,isValidModulo11,parse,regex}from"./helpers/birthnumberCZSKvalidator.js";export{parseCSVdata,validateCSVFile,validateCSVlines,validateJSONFile,validateLineCellTrimmed,validateLineNumColumns,validateSDFFile}from"./helpers/fileValidator.js";export{DATE_FORMAT,formatDateToTimestamp,getDate}from"./helpers/date.js";export{getDeviceId}from"./helpers/deviceInfo.js";export{emailMatch,emailMatcher,regexBuilder}from"./helpers/emailMatcher.js";export{cleanCsvLines,formatFilePath}from"./helpers/file.js";export{arrayToObjectTree,chunkArray,duplicatesInArray,formatJsonString,formatObj}from"./helpers/objectOperations.js";export{debounce,delay,memoize,memoizeComplex,memoizer,nestedTernary}from"./helpers/other.js";export{escapeRegExp,fileNameExt,findStringInText,normalizeString,removeWhitespaces,sanitizeId,sanitizePathId,toLowerCase,toUpperCase,truncateText}from"./helpers/textValueOperations.js";export{Operation,decrementValue,incerementValue,numberDefined,numberOperation,restrictNumberInLimits,setValue}from"./helpers/valueOperations.js";export{ced,createResolveAttribute,customElementDefine,
|
|
1
|
+
export{keyExtractor,keyExtractorFunction}from"./keyExtractor.js";export{dateRangeFormat,getDateTime,getTimeFromNow,getTimeFromNowOriginal,getTimeTo}from"./date.js";export{isBirthNumberValid}from"./helpers/birthnumber.validator.js";export{getMatch,isValidFormat,isValidModulo11,parse,regex}from"./helpers/birthnumberCZSKvalidator.js";export{parseCSVdata,validateCSVFile,validateCSVlines,validateJSONFile,validateLineCellTrimmed,validateLineNumColumns,validateSDFFile}from"./helpers/fileValidator.js";export{DATE_FORMAT,formatDateToTimestamp,getDate}from"./helpers/date.js";export{getDeviceId}from"./helpers/deviceInfo.js";export{emailMatch,emailMatcher,regexBuilder}from"./helpers/emailMatcher.js";export{cleanCsvLines,formatFilePath}from"./helpers/file.js";export{arrayToObjectTree,chunkArray,duplicatesInArray,formatJsonString,formatObj}from"./helpers/objectOperations.js";export{debounce,delay,memoize,memoizeComplex,memoizer,nestedTernary}from"./helpers/other.js";export{escapeRegExp,fileNameExt,findStringInText,normalizeString,removeWhitespaces,sanitizeId,sanitizePathId,toLowerCase,toUpperCase,truncateText}from"./helpers/textValueOperations.js";export{Operation,decrementValue,incerementValue,numberDefined,numberOperation,restrictNumberInLimits,setValue}from"./helpers/valueOperations.js";export{ced,createResolveAttribute,customElementDefine,resolveAttributes}from"./webComponents/webComponent.utils.js";
|
|
2
2
|
//# sourceMappingURL=index.js.map
|
|
@@ -0,0 +1,2 @@
|
|
|
1
|
+
import"../../../../node_modules/core-js/modules/es.object.to-string.js";import"../../../../node_modules/core-js/modules/web.dom-collections.for-each.js";var e=function(e){return function(o){customElements.get(e)||customElements.define(e,o)}},o=e,t=function(e){return function(o){var t=!(arguments.length>1&&void 0!==arguments[1])||arguments[1],n=arguments.length>2?arguments[2]:void 0,r=e.getAttribute(o),i=void 0!==r;return t&&i&&void 0===e[o]&&(e[o]=n?n(r):r),i}},n=function(e,o){var n=t(e);o.forEach((function(e){if("string"==typeof e)n(e);else{var o=e.name,t=e.override,r=e.valueMap;n(o,t,r)}}))};export{e as ced,t as createResolveAttribute,o as customElementDefine,n as resolveAttributes};
|
|
2
|
+
//# sourceMappingURL=webComponent.utils.js.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"webComponent.utils.js","sources":["../../../../../../../src/core/utils/webComponents/webComponent.utils.ts"],"sourcesContent":["/* custom elements define */\nexport const ced = (name: string) => (\n componentClass: typeof HTMLElement,\n) => {\n customElements.get(name) || customElements.define(name, componentClass)\n}\n\nexport const customElementDefine = ced\n\n\n\nexport const createResolveAttribute = (\n component: Element & Record<string, any>,\n) => (\n attributeName: string,\n // eslint-disable-next-line default-param-last\n overrideProperty = true,\n valueMap?: (value: unknown) => unknown,\n): boolean => {\n const attrValue = component.getAttribute(attributeName)\n const attrValueDefined = attrValue !== undefined\n\n if (overrideProperty && attrValueDefined && component[attributeName] === undefined) {\n // eslint-disable-next-line no-param-reassign\n component[attributeName] = valueMap ? valueMap(attrValue) : attrValue\n }\n\n return attrValueDefined\n}\n\nexport const resolveAttributes = (\n component: Element & Record<string, any>,\n attributes: ({ name: string; override: boolean; valueMap?: (value: unknown) => unknown } | string)[],\n) => {\n const resolver = createResolveAttribute(component)\n\n attributes.forEach((attribute) => {\n if (typeof attribute === 'string') {\n resolver(attribute)\n } else {\n const { name, override, valueMap } = attribute\n\n resolver(name, override, valueMap)\n }\n })\n}\n"],"names":["ced","name","componentClass","customElements","get","define","customElementDefine","createResolveAttribute","component","attributeName","overrideProperty","arguments","length","undefined","valueMap","attrValue","getAttribute","attrValueDefined","resolveAttributes","attributes","resolver","forEach","attribute","override"],"mappings":"6JACaA,EAAM,SAACC,GAAY,OAAK,SACnCC,GAEAC,eAAeC,IAAIH,IAASE,eAAeE,OAAOJ,EAAMC,GACzD,EAEYI,EAAsBN,EAItBO,EAAyB,SACpCC,GAAwC,OACrC,SACHC,GAIY,IAFZC,IAAgBC,UAAAC,OAAA,QAAAC,IAAAF,UAAA,KAAAA,UAAA,GAChBG,EAAsCH,UAAAC,OAAAD,EAAAA,kBAAAE,EAEhCE,EAAYP,EAAUQ,aAAaP,GACnCQ,OAAiCJ,IAAdE,EAOzB,OALIL,GAAoBO,QAAiDJ,IAA7BL,EAAUC,KAEpDD,EAAUC,GAAiBK,EAAWA,EAASC,GAAaA,GAGvDE,EACR,EAEYC,EAAoB,SAC/BV,EACAW,GAEA,IAAMC,EAAWb,EAAuBC,GAExCW,EAAWE,SAAQ,SAACC,GAClB,GAAyB,iBAAdA,EACTF,EAASE,OACJ,CACL,IAAQrB,EAA6BqB,EAA7BrB,KAAMsB,EAAuBD,EAAvBC,SAAUT,EAAaQ,EAAbR,SAExBM,EAASnB,EAAMsB,EAAUT,EAC3B,CACF,GACF"}
|
package/dist/utils/index.css
CHANGED
|
@@ -1,8 +1,32 @@
|
|
|
1
|
+
.divider-module_divider-line__6CesR {
|
|
2
|
+
position: relative;
|
|
3
|
+
display: block;
|
|
4
|
+
transition: opacity, width, height 250ms ease-in-out;
|
|
5
|
+
background-color: var(--color);
|
|
6
|
+
opacity: var(--opacity);
|
|
7
|
+
}
|
|
8
|
+
.divider-module_divider-line__6CesR.divider-module_vertical__qSVWD {
|
|
9
|
+
height: var(--length);
|
|
10
|
+
left: var(--left);
|
|
11
|
+
width: var(--width);
|
|
12
|
+
margin: var(--margin);
|
|
13
|
+
}
|
|
14
|
+
.divider-module_divider-line__6CesR.divider-module_horizontal__Gz-Oj {
|
|
15
|
+
width: var(--length);
|
|
16
|
+
left: var(--left);
|
|
17
|
+
height: var(--height);
|
|
18
|
+
margin: var(--margin);
|
|
19
|
+
}
|
|
20
|
+
.icon-module_icon-base-parent__nOMvW {
|
|
21
|
+
line-height: 1px !important;
|
|
22
|
+
}
|
|
23
|
+
|
|
1
24
|
.icon-module_icon-base__S0tHf {
|
|
2
25
|
min-width: var(--min-width);
|
|
3
|
-
min-height: var(--min-
|
|
4
|
-
width: var(--
|
|
5
|
-
height: var(--
|
|
26
|
+
min-height: var(--min-height);
|
|
27
|
+
width: var(--width);
|
|
28
|
+
height: var(--height);
|
|
29
|
+
line-height: var(--height);
|
|
6
30
|
background-color: var(--icon-color);
|
|
7
31
|
color: var(--icon-content-color);
|
|
8
32
|
background-repeat: no-repeat;
|
|
@@ -23,25 +47,6 @@
|
|
|
23
47
|
width: var(--height);
|
|
24
48
|
height: var(--width);
|
|
25
49
|
}
|
|
26
|
-
.divider-module_divider-line__6CesR {
|
|
27
|
-
position: relative;
|
|
28
|
-
display: block;
|
|
29
|
-
transition: opacity, width, height 250ms ease-in-out;
|
|
30
|
-
background-color: var(--color);
|
|
31
|
-
opacity: var(--opacity);
|
|
32
|
-
}
|
|
33
|
-
.divider-module_divider-line__6CesR.divider-module_vertical__qSVWD {
|
|
34
|
-
height: var(--length);
|
|
35
|
-
left: var(--left);
|
|
36
|
-
width: var(--width);
|
|
37
|
-
margin: var(--margin);
|
|
38
|
-
}
|
|
39
|
-
.divider-module_divider-line__6CesR.divider-module_horizontal__Gz-Oj {
|
|
40
|
-
width: var(--length);
|
|
41
|
-
left: var(--left);
|
|
42
|
-
height: var(--height);
|
|
43
|
-
margin: var(--margin);
|
|
44
|
-
}
|
|
45
50
|
.fbox-module_flexible-box__rLJ93 {
|
|
46
51
|
display: flex;
|
|
47
52
|
position: relative;
|
|
@@ -1,2 +1,2 @@
|
|
|
1
|
-
"use strict";Object.defineProperty(exports,"__esModule",{value:!0});var e=require("./keyExtractor.js"),r=require("./date.js"),t=require("./helpers/birthnumber.validator.js"),
|
|
1
|
+
"use strict";Object.defineProperty(exports,"__esModule",{value:!0});var e=require("./keyExtractor.js"),r=require("./date.js"),t=require("./helpers/birthnumber.validator.js"),o=require("./helpers/birthnumberCZSKvalidator.js"),i=require("./helpers/fileValidator.js"),s=require("./helpers/date.js"),a=require("./helpers/deviceInfo.js"),p=require("./helpers/emailMatcher.js"),l=require("./helpers/file.js"),n=require("./helpers/objectOperations.js"),m=require("./helpers/other.js"),x=require("./helpers/textValueOperations.js"),u=require("./helpers/valueOperations.js"),d=require("./webComponents/webComponent.utils.js");exports.keyExtractor=e.keyExtractor,exports.keyExtractorFunction=e.keyExtractorFunction,exports.dateRangeFormat=r.dateRangeFormat,exports.getDateTime=r.getDateTime,exports.getTimeFromNow=r.getTimeFromNow,exports.getTimeFromNowOriginal=r.getTimeFromNowOriginal,exports.getTimeTo=r.getTimeTo,exports.isBirthNumberValid=t.isBirthNumberValid,exports.getMatch=o.getMatch,exports.isValidFormat=o.isValidFormat,exports.isValidModulo11=o.isValidModulo11,exports.parse=o.parse,exports.regex=o.regex,exports.parseCSVdata=i.parseCSVdata,exports.validateCSVFile=i.validateCSVFile,exports.validateCSVlines=i.validateCSVlines,exports.validateJSONFile=i.validateJSONFile,exports.validateLineCellTrimmed=i.validateLineCellTrimmed,exports.validateLineNumColumns=i.validateLineNumColumns,exports.validateSDFFile=i.validateSDFFile,exports.DATE_FORMAT=s.DATE_FORMAT,exports.formatDateToTimestamp=s.formatDateToTimestamp,exports.getDate=s.getDate,exports.getDeviceId=a.getDeviceId,exports.emailMatch=p.emailMatch,exports.emailMatcher=p.emailMatcher,exports.regexBuilder=p.regexBuilder,exports.cleanCsvLines=l.cleanCsvLines,exports.formatFilePath=l.formatFilePath,exports.arrayToObjectTree=n.arrayToObjectTree,exports.chunkArray=n.chunkArray,exports.duplicatesInArray=n.duplicatesInArray,exports.formatJsonString=n.formatJsonString,exports.formatObj=n.formatObj,exports.debounce=m.debounce,exports.delay=m.delay,exports.memoize=m.memoize,exports.memoizeComplex=m.memoizeComplex,exports.memoizer=m.memoizer,exports.nestedTernary=m.nestedTernary,exports.escapeRegExp=x.escapeRegExp,exports.fileNameExt=x.fileNameExt,exports.findStringInText=x.findStringInText,exports.normalizeString=x.normalizeString,exports.removeWhitespaces=x.removeWhitespaces,exports.sanitizeId=x.sanitizeId,exports.sanitizePathId=x.sanitizePathId,exports.toLowerCase=x.toLowerCase,exports.toUpperCase=x.toUpperCase,exports.truncateText=x.truncateText,Object.defineProperty(exports,"Operation",{enumerable:!0,get:function(){return u.Operation}}),exports.decrementValue=u.decrementValue,exports.incerementValue=u.incerementValue,exports.numberDefined=u.numberDefined,exports.numberOperation=u.numberOperation,exports.restrictNumberInLimits=u.restrictNumberInLimits,exports.setValue=u.setValue,exports.ced=d.ced,exports.createResolveAttribute=d.createResolveAttribute,exports.customElementDefine=d.customElementDefine,exports.resolveAttributes=d.resolveAttributes;
|
|
2
2
|
//# sourceMappingURL=index.js.map
|
|
@@ -0,0 +1,2 @@
|
|
|
1
|
+
"use strict";Object.defineProperty(exports,"__esModule",{value:!0}),require("../../../../node_modules/core-js/modules/es.object.to-string.js"),require("../../../../node_modules/core-js/modules/web.dom-collections.for-each.js");var e=function(e){return function(t){customElements.get(e)||customElements.define(e,t)}},t=e,o=function(e){return function(t){var o=!(arguments.length>1&&void 0!==arguments[1])||arguments[1],r=arguments.length>2?arguments[2]:void 0,n=e.getAttribute(t),s=void 0!==n;return o&&s&&void 0===e[t]&&(e[t]=r?r(n):n),s}};exports.ced=e,exports.createResolveAttribute=o,exports.customElementDefine=t,exports.resolveAttributes=function(e,t){var r=o(e);t.forEach((function(e){if("string"==typeof e)r(e);else{var t=e.name,o=e.override,n=e.valueMap;r(t,o,n)}}))};
|
|
2
|
+
//# sourceMappingURL=webComponent.utils.js.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"webComponent.utils.js","sources":["../../../../../../src/core/utils/webComponents/webComponent.utils.ts"],"sourcesContent":["/* custom elements define */\nexport const ced = (name: string) => (\n componentClass: typeof HTMLElement,\n) => {\n customElements.get(name) || customElements.define(name, componentClass)\n}\n\nexport const customElementDefine = ced\n\n\n\nexport const createResolveAttribute = (\n component: Element & Record<string, any>,\n) => (\n attributeName: string,\n // eslint-disable-next-line default-param-last\n overrideProperty = true,\n valueMap?: (value: unknown) => unknown,\n): boolean => {\n const attrValue = component.getAttribute(attributeName)\n const attrValueDefined = attrValue !== undefined\n\n if (overrideProperty && attrValueDefined && component[attributeName] === undefined) {\n // eslint-disable-next-line no-param-reassign\n component[attributeName] = valueMap ? valueMap(attrValue) : attrValue\n }\n\n return attrValueDefined\n}\n\nexport const resolveAttributes = (\n component: Element & Record<string, any>,\n attributes: ({ name: string; override: boolean; valueMap?: (value: unknown) => unknown } | string)[],\n) => {\n const resolver = createResolveAttribute(component)\n\n attributes.forEach((attribute) => {\n if (typeof attribute === 'string') {\n resolver(attribute)\n } else {\n const { name, override, valueMap } = attribute\n\n resolver(name, override, valueMap)\n }\n })\n}\n"],"names":["ced","name","componentClass","customElements","get","define","customElementDefine","createResolveAttribute","component","attributeName","overrideProperty","arguments","length","undefined","valueMap","attrValue","getAttribute","attrValueDefined","attributes","resolver","forEach","attribute","override"],"mappings":"uOACaA,EAAM,SAACC,GAAY,OAAK,SACnCC,GAEAC,eAAeC,IAAIH,IAASE,eAAeE,OAAOJ,EAAMC,GACzD,EAEYI,EAAsBN,EAItBO,EAAyB,SACpCC,GAAwC,OACrC,SACHC,GAIY,IAFZC,IAAgBC,UAAAC,OAAA,QAAAC,IAAAF,UAAA,KAAAA,UAAA,GAChBG,EAAsCH,UAAAC,OAAAD,EAAAA,kBAAAE,EAEhCE,EAAYP,EAAUQ,aAAaP,GACnCQ,OAAiCJ,IAAdE,EAOzB,OALIL,GAAoBO,QAAiDJ,IAA7BL,EAAUC,KAEpDD,EAAUC,GAAiBK,EAAWA,EAASC,GAAaA,GAGvDE,EACR,yGAEgC,SAC/BT,EACAU,GAEA,IAAMC,EAAWZ,EAAuBC,GAExCU,EAAWE,SAAQ,SAACC,GAClB,GAAyB,iBAAdA,EACTF,EAASE,OACJ,CACL,IAAQpB,EAA6BoB,EAA7BpB,KAAMqB,EAAuBD,EAAvBC,SAAUR,EAAaO,EAAbP,SAExBK,EAASlB,EAAMqB,EAAUR,EAC3B,CACF,GACF"}
|