You're Invited: Meet the Socket team at BSidesSF and RSAC - April 27 - May 1.RSVP
Socket
Sign inDemoInstall
Socket

@pitaya-components/chips

Package Overview
Dependencies
Maintainers
1
Versions
8
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@pitaya-components/chips - npm Package Compare versions

Comparing version

to
0.0.4

dist/commonjs/pi-chips.d.ts

2

dist/commonjs/index.d.ts
import { FrameworkConfiguration } from "aurelia-framework";
import { PitayaComponentConfiguration } from "./configuration";
export * from "./pi-chip-set";
export * from "./pi-chips";
export * from "./pi-chip";

@@ -6,0 +6,0 @@ export * from "./configuration";

@@ -8,3 +8,3 @@ "use strict";

const configuration_1 = require("./configuration");
__export(require("./pi-chip-set"));
__export(require("./pi-chips"));
__export(require("./pi-chip"));

@@ -16,3 +16,3 @@ __export(require("./configuration"));

frameworkConfig.globalResources([
aurelia_framework_1.PLATFORM.moduleName("./pi-chip-set")
aurelia_framework_1.PLATFORM.moduleName("./pi-chips")
]);

@@ -24,3 +24,3 @@ const config = new configuration_1.PitayaComponentConfiguration(frameworkConfig);

frameworkConfig.globalResources([
aurelia_framework_1.PLATFORM.moduleName("./pi-chip-set"),
aurelia_framework_1.PLATFORM.moduleName("./pi-chips"),
aurelia_framework_1.PLATFORM.moduleName("./pi-chip")

@@ -27,0 +27,0 @@ ]);

@@ -12,3 +12,2 @@ import { MDCRipple } from "@material/ripple";

{
public class: string;
public leftIcon: string;

@@ -15,0 +14,0 @@ public rightIcon: string;

@@ -15,3 +15,3 @@ "use strict";

const aurelia_typed_observable_plugin_1 = require("aurelia-typed-observable-plugin");
const pi_chip_set_1 = require("./pi-chip-set");
const pi_chips_1 = require("./pi-chips");
let PiChip = class PiChip {

@@ -78,6 +78,2 @@ constructor(_parent) {

__metadata("design:type", String)
], PiChip.prototype, "class", void 0);
__decorate([
aurelia_typed_observable_plugin_1.bindable,
__metadata("design:type", String)
], PiChip.prototype, "leftIcon", void 0);

@@ -110,4 +106,4 @@ __decorate([

aurelia_framework_1.autoinject,
aurelia_framework_1.containerless,
__metadata("design:paramtypes", [pi_chip_set_1.PiChipSet])
aurelia_framework_1.customElement("pi-chips__chip"),
__metadata("design:paramtypes", [pi_chips_1.PiChips])
], PiChip);

@@ -114,0 +110,0 @@ exports.PiChip = PiChip;

import { FrameworkConfiguration } from "aurelia-framework";
import { PitayaComponentConfiguration } from "./configuration";
export * from "./pi-chip-set";
export * from "./pi-chips";
export * from "./pi-chip";

@@ -6,0 +6,0 @@ export * from "./configuration";

import { PLATFORM } from "aurelia-framework";
import { PitayaComponentConfiguration } from "./configuration";
export * from "./pi-chip-set";
export * from "./pi-chips";
export * from "./pi-chip";

@@ -10,3 +10,3 @@ export * from "./configuration";

frameworkConfig.globalResources([
PLATFORM.moduleName("./pi-chip-set")
PLATFORM.moduleName("./pi-chips")
]);

@@ -18,3 +18,3 @@ const config = new PitayaComponentConfiguration(frameworkConfig);

frameworkConfig.globalResources([
PLATFORM.moduleName("./pi-chip-set"),
PLATFORM.moduleName("./pi-chips"),
PLATFORM.moduleName("./pi-chip")

@@ -21,0 +21,0 @@ ]);

@@ -12,3 +12,2 @@ import { MDCRipple } from "@material/ripple";

{
public class: string;
public leftIcon: string;

@@ -15,0 +14,0 @@ public rightIcon: string;

@@ -11,5 +11,5 @@ var __decorate = (this && this.__decorate) || function (decorators, target, key, desc) {

import { MDCChip } from "@material/chips";
import { autoinject, containerless } from "aurelia-framework";
import { autoinject, customElement } from "aurelia-framework";
import { bindable } from "aurelia-typed-observable-plugin";
import { PiChipSet } from "./pi-chip-set";
import { PiChips } from "./pi-chips";
let PiChip = class PiChip {

@@ -76,6 +76,2 @@ constructor(_parent) {

__metadata("design:type", String)
], PiChip.prototype, "class", void 0);
__decorate([
bindable,
__metadata("design:type", String)
], PiChip.prototype, "leftIcon", void 0);

@@ -108,4 +104,4 @@ __decorate([

autoinject,
containerless,
__metadata("design:paramtypes", [PiChipSet])
customElement("pi-chips__chip"),
__metadata("design:paramtypes", [PiChips])
], PiChip);

@@ -112,0 +108,0 @@ export { PiChip };

{
"name": "@pitaya-components/chips",
"version": "0.0.3",
"description": "Pitaya-Framework Component Chips.",
"repository": {
"type": "git",
"url": "git+https://github.com/pitaya-components/chips.git"
"name" : "@pitaya-components/chips",
"version" : "0.0.4",
"description" : "Pitaya-Framework Component Chips.",
"repository" : {
"type" : "git",
"url" : "git+https://github.com/pitaya-components/chips.git"
},
"keywords": [
"keywords" : [
"pitaya framework",

@@ -16,64 +16,64 @@ "mdc web",

],
"author": "Pitaya Solutions",
"license": "MIT",
"bugs": {
"url": "https://github.com/pitaya-components/chips/issues"
"author" : "Pitaya Solutions",
"license" : "MIT",
"bugs" : {
"url" : "https://github.com/pitaya-components/chips/issues"
},
"homepage": "https://github.com/pitaya-components/chips#readme",
"devDependencies": {
"@pitaya-components/list": "~0.0.6",
"@pitaya-components/menu": "~0.0.5",
"@pitaya-components/snackbar": "~0.0.2",
"@pitaya-components/grid": "~0.0.7",
"@pitaya-components/topbar": "~0.0.30",
"@pitaya-components/typography": "~0.0.2",
"@types/node": "^10.17.5",
"aurelia-animator-css": "^1.0.4",
"aurelia-bootstrapper": "^2.3.2",
"aurelia-cli": "^1.2.2",
"aurelia-testing": "^1.0.0",
"aurelia-tools": "^2.0.0",
"autoprefixer": "^9.7.2",
"browser-sync": "^2.26.3",
"connect-history-api-fallback": "^1.6.0",
"cssnano": "^4.1.10",
"debounce": "^1.2.0",
"del": "^3.0.0",
"gulp": "^4.0.0",
"gulp-htmlmin": "^5.0.1",
"gulp-notify": "^3.2.0",
"gulp-plumber": "^1.2.1",
"gulp-postcss": "^8.0.0",
"gulp-rename": "^1.4.0",
"gulp-sass": "^4.0.2",
"gulp-sourcemaps": "^2.6.5",
"gulp-tslint": "^8.1.4",
"gulp-typescript": "^5.0.0",
"gulp-watch": "^5.0.1",
"minimatch": "^3.0.4",
"postcss-url": "^8.0.0",
"promise-polyfill": "^8.1.0",
"requirejs": "^2.3.6",
"text": "github:requirejs/text#latest",
"through2": "^3.0.0",
"tslint": "^5.20.1",
"typescript": "^3.7.2",
"vinyl-fs": "^3.0.3"
"homepage" : "https://github.com/pitaya-components/chips#readme",
"devDependencies" : {
"@pitaya-components/grid" : "~0.0.1",
"@pitaya-components/list" : "~0.0.1",
"@pitaya-components/menu" : "~0.0.1",
"@pitaya-components/snackbar" : "~0.0.1",
"@pitaya-components/topbar" : "~0.0.1",
"@pitaya-components/typography" : "~0.0.1",
"@types/node" : "^10.17.17",
"aurelia-animator-css" : "^1.0.4",
"aurelia-bootstrapper" : "^2.3.2",
"aurelia-cli" : "^1.3.0",
"aurelia-testing" : "^1.0.0",
"aurelia-tools" : "^2.0.0",
"autoprefixer" : "^9.7.4",
"browser-sync" : "^2.26.3",
"connect-history-api-fallback" : "^1.6.0",
"cssnano" : "^4.1.10",
"debounce" : "^1.2.0",
"del" : "^3.0.0",
"gulp" : "^4.0.0",
"gulp-htmlmin" : "^5.0.1",
"gulp-notify" : "^3.2.0",
"gulp-plumber" : "^1.2.1",
"gulp-postcss" : "^8.0.0",
"gulp-rename" : "^1.4.0",
"gulp-sass" : "^4.0.2",
"gulp-sourcemaps" : "^2.6.5",
"gulp-tslint" : "^8.1.4",
"gulp-typescript" : "^5.0.0",
"gulp-watch" : "^5.0.1",
"minimatch" : "^3.0.4",
"postcss-url" : "^8.0.0",
"promise-polyfill" : "^8.1.0",
"requirejs" : "^2.3.6",
"text" : "github:requirejs/text#latest",
"through2" : "^3.0.0",
"tslint" : "^5.20.1",
"typescript" : "^3.8.3",
"vinyl-fs" : "^3.0.3"
},
"browserslist": [
"browserslist" : [
"defaults"
],
"scripts": {
"build": "au build-plugin",
"start": "au run",
"watch": "au build-plugin --watch",
"prepare": "npm run build"
"scripts" : {
"build" : "au build-plugin",
"start" : "au run",
"watch" : "au build-plugin --watch",
"prepare" : "npm run build"
},
"engines": {
"node": ">=8.9.0"
"engines" : {
"node" : ">=8.9.0"
},
"main": "dist/commonjs/index.js",
"module": "dist/native-modules/index.js",
"private": false,
"files": [
"main" : "dist/commonjs/index.js",
"module" : "dist/native-modules/index.js",
"private" : false,
"files" : [
"dist",

@@ -85,17 +85,17 @@ "LICENSE",

],
"dependencies": {
"@material/chips": "4.0.0",
"@material/layout-grid": "4.0.0",
"@material/rtl": "4.0.0",
"aurelia-framework": "~1.3.1",
"aurelia-typed-observable-plugin": "~0.4.2",
"@pitaya-components/app": "~0.0.1"
"dependencies" : {
"@material/chips" : "4.0.0",
"@material/layout-grid" : "4.0.0",
"@material/rtl" : "4.0.0",
"aurelia-framework" : "~1.3.1",
"aurelia-typed-observable-plugin" : "~0.4.2",
"@pitaya-components/app" : "~0.0.1"
},
"moduleResolution": "node",
"baseUrl": "src",
"resolveJsonModule": true,
"typeRoots": [
"moduleResolution" : "node",
"baseUrl" : "src",
"resolveJsonModule" : true,
"typeRoots" : [
"./node_modules/@types"
],
"typings": "dist/native-modules/index.d.ts"
"typings" : "dist/native-modules/index.d.ts"
}

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 not supported yet

Sorry, the diff of this file is not supported yet

Sorry, the diff of this file is not supported yet