cosmic-components
Advanced tools
Comparing version 0.0.1-alpha.46 to 0.0.1-alpha.47
@@ -92,3 +92,3 @@ /** | ||
}; | ||
Input.template = "\n <div class=\"{{ newStyles['inputContainer'] }}\">\n <div\n s-if=\"hasPrefix\"\n class=\"{{ newStyles.prefix }}\"\n >\n <slot name=\"prefix\"></slot>\n </div>\n <div class=\"{{ newStyles['inputWrapper'] }}\">\n <input\n type=\"input\"\n value=\"{= value =}\"\n placeholder=\"{{ placeholder }}\"\n disabled=\"{{ disabled }}\"\n s-bind=\"nativeAttributes\"\n class=\"{{ newStyles.input }}\"\n on-input=\"handleInput\"\n on-change=\"handleChange\"\n >\n <svg\n s-if=\"clearable\"\n t=\"1653032105143\"\n viewBox=\"0 0 1025 1024\"\n version=\"1.1\"\n xmlns=\"http://www.w3.org/2000/svg\"\n class=\"{{ newStyles['close'] }}\"\n on-click=\"handleCloseClick\"\n >\n <path\n d=\"{{ closeIconPath }}\"\n >\n </path>\n </svg>\n </div>\n <div\n s-if=\"hasSuffix\"\n class=\"{{ newStyles.suffix }}\"\n >\n <slot name=\"suffix\"></slot>\n </div>\n </div>\n "; | ||
Input.template = "\n <div class=\"{{ newStyles['inputContainer'] }}\">\n <div\n s-if=\"hasPrefix\"\n class=\"{{ newStyles.prefix }}\"\n >\n <slot name=\"prefix\"></slot>\n </div>\n <div class=\"{{ newStyles['inputWrapper'] }}\">\n <input\n type=\"{{ nativeAttributes && nativeAttributes.type || 'input' }}\"\n value=\"{= value =}\"\n placeholder=\"{{ placeholder }}\"\n disabled=\"{{ disabled }}\"\n s-bind=\"nativeAttributes\"\n class=\"{{ newStyles.input }}\"\n on-input=\"handleInput\"\n on-change=\"handleChange\"\n >\n <svg\n s-if=\"clearable\"\n t=\"1653032105143\"\n viewBox=\"0 0 1025 1024\"\n version=\"1.1\"\n xmlns=\"http://www.w3.org/2000/svg\"\n class=\"{{ newStyles['close'] }}\"\n on-click=\"handleCloseClick\"\n >\n <path\n d=\"{{ closeIconPath }}\"\n >\n </path>\n </svg>\n </div>\n <div\n s-if=\"hasSuffix\"\n class=\"{{ newStyles.suffix }}\"\n >\n <slot name=\"suffix\"></slot>\n </div>\n </div>\n "; | ||
Input.computed = Base_1.default.computed; | ||
@@ -95,0 +95,0 @@ return Input; |
{ | ||
"name": "cosmic-components", | ||
"version": "0.0.1-alpha.46", | ||
"version": "0.0.1-alpha.47", | ||
"main": "./dist/index.js", | ||
@@ -5,0 +5,0 @@ "module": "./src/index.ts", |
@@ -37,3 +37,3 @@ /** | ||
<input | ||
type="input" | ||
type="{{ nativeAttributes && nativeAttributes.type || 'input' }}" | ||
value="{= value =}" | ||
@@ -40,0 +40,0 @@ placeholder="{{ placeholder }}" |
Sorry, the diff of this file is not supported yet
Long strings
Supply chain riskContains long string literals, which may be a sign of obfuscated or packed code.
Found 1 instance in 1 package
Long strings
Supply chain riskContains long string literals, which may be a sign of obfuscated or packed code.
Found 1 instance in 1 package
513488