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

@seliaco/giant-panda-components

Package Overview
Dependencies
Maintainers
3
Versions
78
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@seliaco/giant-panda-components - npm Package Compare versions

Comparing version 1.0.37 to 1.0.38

dist/styles/table.style.d.ts

8

dist/components/tables/TableComponent.d.ts

@@ -14,2 +14,3 @@ import { LitElement } from 'lit';

type?: ColumnType;
sort?: boolean;
}

@@ -21,8 +22,9 @@ export declare class TableComponent extends LitElement {

total: number;
currentPage: number;
loading: boolean;
lang: string;
sortColumnId: string;
sortAscending: boolean;
showFooter: boolean;
private currentPage;
sortState: {
[key: string]: 'off' | 'asc' | 'desc';
};
static styles: import("lit").CSSResult;

@@ -29,0 +31,0 @@ private changePage;

@@ -0,5 +1,10 @@

export declare const cssImport: import("lit").CSSResult;
export declare const cssIconImport: import("lit").CSSResult;
export declare const cssTypograghImport: import("lit").CSSResult;
export declare const linkImport: import("lit-html").TemplateResult<1>;
export declare const cssImport: import("lit").CSSResult;
export declare const linkIconImport: import("lit-html").TemplateResult<1>;
export declare const linkTypograghImport: import("lit-html").TemplateResult<1>;
export declare const linkStyle = "https://unpkg.com/@seliaco/giant-panda-styles/style.css";
export declare const linkIconStyle = "https://unpkg.com/@seliaco/giant-panda-styles/icons.css";
export declare const linkTypograghStyle = "https://unpkg.com/@seliaco/giant-panda-styles/typography.css";
//# sourceMappingURL=css-import.d.ts.map
{
"version": "1.0.37",
"version": "1.0.38",
"name": "@seliaco/giant-panda-components",

@@ -4,0 +4,0 @@ "type": "module",

Sorry, the diff of this file is not supported yet

Sorry, the diff of this file is not supported yet

Sorry, the diff of this file is not supported yet

Sorry, the diff of this file is too big to display

Sorry, the diff of this file is not supported yet

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