Huge News!Announcing our $40M Series B led by Abstract Ventures.Learn More
Socket
Sign inDemoInstall
Socket

sling-web-component-table

Package Overview
Dependencies
Maintainers
1
Versions
55
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

sling-web-component-table - npm Package Compare versions

Comparing version 0.9.0 to 0.10.0

4

dist/cjs/component/Table.js

@@ -20,3 +20,3 @@ 'use strict';

var formtatCurrencyWithoutSymbol = _cjs.globalFormatters.formtatCurrencyWithoutSymbol;
var formatCurrencyWithoutSymbol = _cjs.globalFormatters.formatCurrencyWithoutSymbol;

@@ -228,3 +228,3 @@ var Table = exports.Table = function (_HTMLElement) {

{
var value = formtatCurrencyWithoutSymbol(fieldItem);
var value = formatCurrencyWithoutSymbol(fieldItem);
var valueClass = fieldItem < 0 ? 'emd-table__value_negative' : '';

@@ -231,0 +231,0 @@ cell = '\n <div class="emd-table__currency">\n <span class="emd-table__symbol">' + 'R$' + '</span>\n <span class="emd-table__value ' + valueClass + '">' + value + '</span>\n </div>\n ';

import { imask, globalFormatters } from 'sling-web-helpers/dist/es';
import 'sling-web-component-brand-icon/dist/es';
const { formtatCurrencyWithoutSymbol } = globalFormatters;
const { formatCurrencyWithoutSymbol } = globalFormatters;

@@ -111,3 +111,3 @@ export class Table extends HTMLElement {

{
const value = formtatCurrencyWithoutSymbol(fieldItem);
const value = formatCurrencyWithoutSymbol(fieldItem);
const valueClass = fieldItem < 0 ? 'emd-table__value_negative' : '';

@@ -114,0 +114,0 @@ cell = `

{
"name": "sling-web-component-table",
"version": "0.9.0",
"version": "0.10.0",
"description": "Sling Table component",

@@ -28,6 +28,6 @@ "author": "Stone Pagamentos",

"dependencies": {
"sling-web-component-brand-icon": "^0.9.0",
"sling-web-framework": "^0.9.0",
"sling-web-helpers": "^0.9.0"
"sling-web-component-brand-icon": "^0.10.0",
"sling-web-framework": "^0.10.0",
"sling-web-helpers": "^0.10.0"
}
}
SocketSocket SOC 2 Logo

Product

  • Package Alerts
  • Integrations
  • Docs
  • Pricing
  • FAQ
  • Roadmap
  • Changelog

Packages

npm

Stay in touch

Get open source security insights delivered straight into your inbox.


  • Terms
  • Privacy
  • Security

Made with ⚡️ by Socket Inc