Socket
Socket
Sign inDemoInstall

@fooloomanzoo/input-picker-pattern

Package Overview
Dependencies
Maintainers
1
Versions
32
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@fooloomanzoo/input-picker-pattern - npm Package Compare versions

Comparing version 3.0.4 to 3.0.5

16

dropdown-style.js
import '../../@polymer/polymer/lib/elements/dom-module.js';
/*
import { html } from '../../@polymer/polymer/lib/utils/html-tag.js';/*
`dropdown-style`
styles for used for a inner dropdown
*/
const dropdownStyle = document.createElement('dom-module');
dropdownStyle.innerHTML =
`<template>
const template = html`
<dom-module id="dropdown-style">
<template>
<style>

@@ -90,4 +89,7 @@ :host {

</style>
</template>`;
</template>
</dom-module>
`;
dropdownStyle.register('dropdown-style');
template.setAttribute('style', 'display: none;');
document.head.appendChild(template.content);
import '../../@polymer/polymer/lib/elements/dom-module.js';
import { html } from '../../@polymer/polymer/lib/utils/html-tag.js';
/*

@@ -6,6 +7,5 @@ `dropdown-style`

*/
const dropdownTipStyle = document.createElement('dom-module');
dropdownTipStyle.innerHTML =
`<template>
const template = html`
<dom-module id="dropdown-tip-style">
<template>
<style>

@@ -85,4 +85,7 @@ :host {

</style>
</template>`;
</template>
</dom-module>
`;
dropdownTipStyle.register('dropdown-tip-style');
template.setAttribute('style', 'display: none;');
document.head.appendChild(template.content);
import '../../@polymer/polymer/lib/elements/dom-module.js';
import { html } from '../../@polymer/polymer/lib/utils/html-tag.js';
const inputPickerSharedStyle = document.createElement('dom-module');
inputPickerSharedStyle.innerHTML =
`<template>
const template = html`
<dom-module id="input-picker-shared-style">
<template>
<style>

@@ -148,4 +148,7 @@ :host {

</style>
</template>`;
</template>
</dom-module>
`;
inputPickerSharedStyle.register('input-picker-shared-style');
template.setAttribute('style', 'display: none;');
document.head.appendChild(template.content);
import '../../@polymer/polymer/lib/elements/dom-module.js';
import { html } from '../../@polymer/polymer/lib/utils/html-tag.js';
const inputSharedStyle = document.createElement('dom-module');
inputSharedStyle.innerHTML =
`<template>
const template = html`
<dom-module id="input-shared-style">
<template>
<style>

@@ -345,4 +345,7 @@ :host {

</style>
</template>`;
</template>
</dom-module>
`;
inputSharedStyle.register('input-shared-style');
template.setAttribute('style', 'display: none;');
document.head.appendChild(template.content);

@@ -17,3 +17,3 @@ {

"name": "@fooloomanzoo/input-picker-pattern",
"version": "3.0.4",
"version": "3.0.5",
"authors": [

@@ -20,0 +20,0 @@ "Johannes Brautzsch <fooloomanzoo>"

[![Published on NPM](https://img.shields.io/npm/v/@fooloomanzoo/input-picker-pattern.svg)](https://www.npmjs.com/package/@fooloomanzoo/input-picker-pattern)
[![Published on webcomponents.org](https://img.shields.io/badge/webcomponents.org-published-blue.svg)](https://www.webcomponents.org/element/fooloomanzoo/input-picker-pattern)
[![Published on webcomponents.org](https://img.shields.io/badge/webcomponents.org-published-blue.svg)](https://www.webcomponents.org/element/@fooloomanzoo/input-picker-pattern)

@@ -4,0 +4,0 @@ The repository includes various helper components and standard styles used in elements like [number-input](https://github.com/fooloomanzoo/number-input), [text-input](https://github.com/fooloomanzoo/text-input), [color-input](https://github.com/fooloomanzoo/color-input), [datetime-input](https://github.com/fooloomanzoo/datetime-input), [datetime-picker](https://github.com/fooloomanzoo/datetime-picker) and [color-picker](https://github.com/fooloomanzoo/color-picker).

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