PluginProbe ʕ •ᴥ•ʔ
Oxyplug Preload / 2.1.2
Oxyplug Preload v2.1.2
2.2.1 2.2.0 trunk 2.0.0 2.1.0 2.1.1 2.1.2 2.1.3 2.1.5
oxyplug-preload / assets / js / dist / divider.js
oxyplug-preload / assets / js / dist Last commit date
divider.js 1 year ago element-internals-Cm1FnwW7.js 1 year ago filled-button.js 1 year ago form-label-activation-C-ZPsH8j.js 1 year ago form-submitter-azznkiVA.js 1 year ago icon-button.js 1 year ago icon.js 1 year ago lit-element-DOwO35PZ.js 1 year ago outlined-button.js 1 year ago outlined-text-field.js 1 year ago property-D4JB6CpA.js 1 year ago query-assigned-elements-E4Ga5zc3.js 1 year ago ripple-ByX8ACcL.js 1 year ago shared-styles-C5P7pd15.js 1 year ago static-CGGnWBV9.js 1 year ago switch.js 1 year ago validator-C7dnhuUc.js 1 year ago
divider.js
15 lines
1 import{_ as t,r,i as n,t as d}from"./lit-element-DOwO35PZ.js";import{n as s}from"./property-D4JB6CpA.js";/**
2 * @license
3 * Copyright 2023 Google LLC
4 * SPDX-License-Identifier: Apache-2.0
5 */class e extends r{constructor(){super(...arguments),this.inset=!1,this.insetStart=!1,this.insetEnd=!1}}t([s({type:Boolean,reflect:!0})],e.prototype,"inset",void 0);t([s({type:Boolean,reflect:!0,attribute:"inset-start"})],e.prototype,"insetStart",void 0);t([s({type:Boolean,reflect:!0,attribute:"inset-end"})],e.prototype,"insetEnd",void 0);/**
6 * @license
7 * Copyright 2024 Google LLC
8 * SPDX-License-Identifier: Apache-2.0
9 */const a=n`:host{box-sizing:border-box;color:var(--md-divider-color, var(--md-sys-color-outline-variant, #cac4d0));display:flex;height:var(--md-divider-thickness, 1px);width:100%}:host([inset]),:host([inset-start]){padding-inline-start:16px}:host([inset]),:host([inset-end]){padding-inline-end:16px}:host::before{background:currentColor;content:"";height:100%;width:100%}@media(forced-colors: active){:host::before{background:CanvasText}}
10 `;/**
11 * @license
12 * Copyright 2023 Google LLC
13 * SPDX-License-Identifier: Apache-2.0
14 */let i=class extends e{};i.styles=[a];i=t([d("md-divider")],i);
15