@easemate/web-kit 0.1.3 → 0.1.5
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/build/components/code/index.cjs +3 -3
- package/build/components/code/index.js +3 -3
- package/build/components/curve/canvas-controls.cjs +3 -3
- package/build/components/curve/canvas-controls.js +3 -3
- package/build/components/curve/canvas.cjs +4 -4
- package/build/components/curve/canvas.js +4 -4
- package/build/components/curve/controls.cjs +6 -6
- package/build/components/curve/controls.d.cts +4 -4
- package/build/components/curve/controls.d.ts +4 -4
- package/build/components/curve/controls.js +6 -6
- package/build/components/curve/index.cjs +3 -3
- package/build/components/curve/index.d.cts +1 -1
- package/build/components/curve/index.d.ts +1 -1
- package/build/components/curve/index.js +3 -3
- package/build/components/curve/output.cjs +3 -3
- package/build/components/curve/output.d.cts +1 -1
- package/build/components/curve/output.d.ts +1 -1
- package/build/components/curve/output.js +3 -3
- package/build/components/curve/toolbar.cjs +7 -7
- package/build/components/curve/toolbar.d.cts +4 -4
- package/build/components/curve/toolbar.d.ts +4 -4
- package/build/components/curve/toolbar.js +7 -7
- package/build/decorators/OutsideClick.cjs +2 -2
- package/build/decorators/OutsideClick.d.cts +2 -2
- package/build/decorators/OutsideClick.d.ts +2 -2
- package/build/decorators/OutsideClick.js +2 -2
- package/build/elements/button/index.cjs +2 -2
- package/build/elements/button/index.js +2 -2
- package/build/elements/checkbox/index.cjs +4 -4
- package/build/elements/checkbox/index.js +4 -4
- package/build/elements/color/index.cjs +4 -4
- package/build/elements/color/index.d.cts +1 -1
- package/build/elements/color/index.d.ts +1 -1
- package/build/elements/color/index.js +4 -4
- package/build/elements/color/picker.cjs +4 -4
- package/build/elements/color/picker.js +4 -4
- package/build/elements/dropdown/index.cjs +4 -4
- package/build/elements/dropdown/index.d.cts +1 -1
- package/build/elements/dropdown/index.d.ts +1 -1
- package/build/elements/dropdown/index.js +4 -4
- package/build/elements/field/index.cjs +2 -2
- package/build/elements/field/index.js +2 -2
- package/build/elements/icons/animation/chevron.cjs +2 -2
- package/build/elements/icons/animation/chevron.js +2 -2
- package/build/elements/icons/animation/clear.cjs +1 -1
- package/build/elements/icons/animation/clear.js +1 -1
- package/build/elements/icons/animation/grid.cjs +2 -2
- package/build/elements/icons/animation/grid.js +2 -2
- package/build/elements/icons/animation/loading.cjs +1 -1
- package/build/elements/icons/animation/loading.js +1 -1
- package/build/elements/icons/animation/snap.cjs +2 -2
- package/build/elements/icons/animation/snap.js +2 -2
- package/build/elements/icons/interface/anchor-add.cjs +1 -1
- package/build/elements/icons/interface/anchor-add.js +1 -1
- package/build/elements/icons/interface/anchor-remove.cjs +1 -1
- package/build/elements/icons/interface/anchor-remove.js +1 -1
- package/build/elements/icons/interface/arrow-up.cjs +1 -1
- package/build/elements/icons/interface/arrow-up.js +1 -1
- package/build/elements/icons/interface/arrows-vertical.cjs +1 -1
- package/build/elements/icons/interface/arrows-vertical.js +1 -1
- package/build/elements/icons/interface/bezier-angle.cjs +1 -1
- package/build/elements/icons/interface/bezier-angle.js +1 -1
- package/build/elements/icons/interface/bezier-distribute.cjs +1 -1
- package/build/elements/icons/interface/bezier-distribute.js +1 -1
- package/build/elements/icons/interface/bezier-length.cjs +1 -1
- package/build/elements/icons/interface/bezier-length.js +1 -1
- package/build/elements/icons/interface/bezier-mirror.cjs +1 -1
- package/build/elements/icons/interface/bezier-mirror.js +1 -1
- package/build/elements/icons/interface/bezier.cjs +1 -1
- package/build/elements/icons/interface/bezier.js +1 -1
- package/build/elements/icons/interface/check.cjs +1 -1
- package/build/elements/icons/interface/check.js +1 -1
- package/build/elements/icons/interface/circle-arrow-left.cjs +1 -1
- package/build/elements/icons/interface/circle-arrow-left.js +1 -1
- package/build/elements/icons/interface/circle-arrow-right.cjs +1 -1
- package/build/elements/icons/interface/circle-arrow-right.js +1 -1
- package/build/elements/icons/interface/code.cjs +1 -1
- package/build/elements/icons/interface/code.js +1 -1
- package/build/elements/icons/interface/dots.cjs +1 -1
- package/build/elements/icons/interface/dots.js +1 -1
- package/build/elements/icons/interface/mention.cjs +1 -1
- package/build/elements/icons/interface/mention.js +1 -1
- package/build/elements/icons/interface/minus.cjs +1 -1
- package/build/elements/icons/interface/minus.js +1 -1
- package/build/elements/icons/interface/picker.cjs +1 -1
- package/build/elements/icons/interface/picker.js +1 -1
- package/build/elements/icons/interface/plus.cjs +1 -1
- package/build/elements/icons/interface/plus.js +1 -1
- package/build/elements/icons/interface/settings.cjs +1 -1
- package/build/elements/icons/interface/settings.js +1 -1
- package/build/elements/input/index.cjs +4 -4
- package/build/elements/input/index.js +4 -4
- package/build/elements/logo/index.cjs +2 -2
- package/build/elements/logo/index.js +2 -2
- package/build/elements/monitor/fps.cjs +3 -3
- package/build/elements/monitor/fps.js +3 -3
- package/build/elements/monitor/index.cjs +4 -4
- package/build/elements/monitor/index.js +4 -4
- package/build/elements/number/index.cjs +4 -4
- package/build/elements/number/index.js +4 -4
- package/build/elements/origin/index.cjs +4 -4
- package/build/elements/origin/index.js +4 -4
- package/build/elements/popover/index.cjs +2 -2
- package/build/elements/popover/index.js +2 -2
- package/build/elements/radio/index.cjs +3 -3
- package/build/elements/radio/index.js +3 -3
- package/build/elements/radio/input.cjs +4 -4
- package/build/elements/radio/input.js +4 -4
- package/build/elements/slider/index.cjs +4 -4
- package/build/elements/slider/index.js +4 -4
- package/build/elements/state/index.cjs +4 -4
- package/build/elements/state/index.js +4 -4
- package/build/elements/toggle/index.cjs +4 -4
- package/build/elements/toggle/index.js +4 -4
- package/build/elements/tooltip/index.cjs +4 -4
- package/build/elements/tooltip/index.d.cts +1 -1
- package/build/elements/tooltip/index.d.ts +1 -1
- package/build/elements/tooltip/index.js +4 -4
- package/package.json +2 -2
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
import { html } from 'lit-html';
|
|
2
|
-
import { Component } from '
|
|
3
|
-
import { Prop } from '
|
|
2
|
+
import { Component } from '../../../decorators/Component';
|
|
3
|
+
import { Prop } from '../../../decorators/Prop';
|
|
4
4
|
@Component({
|
|
5
5
|
tag: 'ease-icon-chevron',
|
|
6
6
|
styles: `
|
|
@@ -2,7 +2,7 @@
|
|
|
2
2
|
Object.defineProperty(exports, "__esModule", { value: true });
|
|
3
3
|
exports.IconClear = void 0;
|
|
4
4
|
const lit_html_1 = require("lit-html");
|
|
5
|
-
const Component_1 = require("
|
|
5
|
+
const Component_1 = require("../../../decorators/Component");
|
|
6
6
|
@(0, Component_1.Component)({
|
|
7
7
|
tag: 'ease-icon-clear',
|
|
8
8
|
styles: `
|
|
@@ -2,8 +2,8 @@
|
|
|
2
2
|
Object.defineProperty(exports, "__esModule", { value: true });
|
|
3
3
|
exports.IconGrid = void 0;
|
|
4
4
|
const lit_html_1 = require("lit-html");
|
|
5
|
-
const Component_1 = require("
|
|
6
|
-
const Prop_1 = require("
|
|
5
|
+
const Component_1 = require("../../../decorators/Component");
|
|
6
|
+
const Prop_1 = require("../../../decorators/Prop");
|
|
7
7
|
@(0, Component_1.Component)({
|
|
8
8
|
tag: 'ease-icon-grid',
|
|
9
9
|
styles: `
|
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
import { html } from 'lit-html';
|
|
2
|
-
import { Component } from '
|
|
3
|
-
import { Prop } from '
|
|
2
|
+
import { Component } from '../../../decorators/Component';
|
|
3
|
+
import { Prop } from '../../../decorators/Prop';
|
|
4
4
|
@Component({
|
|
5
5
|
tag: 'ease-icon-grid',
|
|
6
6
|
styles: `
|
|
@@ -2,7 +2,7 @@
|
|
|
2
2
|
Object.defineProperty(exports, "__esModule", { value: true });
|
|
3
3
|
exports.Loading = void 0;
|
|
4
4
|
const lit_html_1 = require("lit-html");
|
|
5
|
-
const Component_1 = require("
|
|
5
|
+
const Component_1 = require("../../../decorators/Component");
|
|
6
6
|
@(0, Component_1.Component)({
|
|
7
7
|
tag: 'ease-icon-loading',
|
|
8
8
|
styles: `
|
|
@@ -2,8 +2,8 @@
|
|
|
2
2
|
Object.defineProperty(exports, "__esModule", { value: true });
|
|
3
3
|
exports.Snap = void 0;
|
|
4
4
|
const lit_html_1 = require("lit-html");
|
|
5
|
-
const Component_1 = require("
|
|
6
|
-
const Prop_1 = require("
|
|
5
|
+
const Component_1 = require("../../../decorators/Component");
|
|
6
|
+
const Prop_1 = require("../../../decorators/Prop");
|
|
7
7
|
@(0, Component_1.Component)({
|
|
8
8
|
tag: 'ease-icon-snap',
|
|
9
9
|
styles: `
|
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
import { html } from 'lit-html';
|
|
2
|
-
import { Component } from '
|
|
3
|
-
import { Prop } from '
|
|
2
|
+
import { Component } from '../../../decorators/Component';
|
|
3
|
+
import { Prop } from '../../../decorators/Prop';
|
|
4
4
|
@Component({
|
|
5
5
|
tag: 'ease-icon-snap',
|
|
6
6
|
styles: `
|
|
@@ -2,7 +2,7 @@
|
|
|
2
2
|
Object.defineProperty(exports, "__esModule", { value: true });
|
|
3
3
|
exports.IconAnchorAdd = void 0;
|
|
4
4
|
const lit_html_1 = require("lit-html");
|
|
5
|
-
const Component_1 = require("
|
|
5
|
+
const Component_1 = require("../../../decorators/Component");
|
|
6
6
|
@(0, Component_1.Component)({
|
|
7
7
|
tag: 'ease-icon-anchor-add',
|
|
8
8
|
styles: `
|
|
@@ -2,7 +2,7 @@
|
|
|
2
2
|
Object.defineProperty(exports, "__esModule", { value: true });
|
|
3
3
|
exports.IconAnchorRemove = void 0;
|
|
4
4
|
const lit_html_1 = require("lit-html");
|
|
5
|
-
const Component_1 = require("
|
|
5
|
+
const Component_1 = require("../../../decorators/Component");
|
|
6
6
|
@(0, Component_1.Component)({
|
|
7
7
|
tag: 'ease-icon-anchor-remove',
|
|
8
8
|
styles: `
|
|
@@ -2,7 +2,7 @@
|
|
|
2
2
|
Object.defineProperty(exports, "__esModule", { value: true });
|
|
3
3
|
exports.ArrowUp = void 0;
|
|
4
4
|
const lit_html_1 = require("lit-html");
|
|
5
|
-
const Component_1 = require("
|
|
5
|
+
const Component_1 = require("../../../decorators/Component");
|
|
6
6
|
@(0, Component_1.Component)({
|
|
7
7
|
tag: 'ease-icon-arrow-up',
|
|
8
8
|
styles: `
|
|
@@ -2,7 +2,7 @@
|
|
|
2
2
|
Object.defineProperty(exports, "__esModule", { value: true });
|
|
3
3
|
exports.IconArrowsVertical = void 0;
|
|
4
4
|
const lit_html_1 = require("lit-html");
|
|
5
|
-
const Component_1 = require("
|
|
5
|
+
const Component_1 = require("../../../decorators/Component");
|
|
6
6
|
@(0, Component_1.Component)({
|
|
7
7
|
tag: 'ease-icon-arrows-vertical',
|
|
8
8
|
styles: `
|
|
@@ -2,7 +2,7 @@
|
|
|
2
2
|
Object.defineProperty(exports, "__esModule", { value: true });
|
|
3
3
|
exports.IconBezierAngle = void 0;
|
|
4
4
|
const lit_html_1 = require("lit-html");
|
|
5
|
-
const Component_1 = require("
|
|
5
|
+
const Component_1 = require("../../../decorators/Component");
|
|
6
6
|
@(0, Component_1.Component)({
|
|
7
7
|
tag: 'ease-icon-bezier-angle',
|
|
8
8
|
styles: `
|
|
@@ -2,7 +2,7 @@
|
|
|
2
2
|
Object.defineProperty(exports, "__esModule", { value: true });
|
|
3
3
|
exports.IconBezierDistribute = void 0;
|
|
4
4
|
const lit_html_1 = require("lit-html");
|
|
5
|
-
const Component_1 = require("
|
|
5
|
+
const Component_1 = require("../../../decorators/Component");
|
|
6
6
|
@(0, Component_1.Component)({
|
|
7
7
|
tag: 'ease-icon-bezier-distribute',
|
|
8
8
|
styles: `
|
|
@@ -2,7 +2,7 @@
|
|
|
2
2
|
Object.defineProperty(exports, "__esModule", { value: true });
|
|
3
3
|
exports.IconBezierLength = void 0;
|
|
4
4
|
const lit_html_1 = require("lit-html");
|
|
5
|
-
const Component_1 = require("
|
|
5
|
+
const Component_1 = require("../../../decorators/Component");
|
|
6
6
|
@(0, Component_1.Component)({
|
|
7
7
|
tag: 'ease-icon-bezier-length',
|
|
8
8
|
styles: `
|
|
@@ -2,7 +2,7 @@
|
|
|
2
2
|
Object.defineProperty(exports, "__esModule", { value: true });
|
|
3
3
|
exports.IconBezierMirror = void 0;
|
|
4
4
|
const lit_html_1 = require("lit-html");
|
|
5
|
-
const Component_1 = require("
|
|
5
|
+
const Component_1 = require("../../../decorators/Component");
|
|
6
6
|
@(0, Component_1.Component)({
|
|
7
7
|
tag: 'ease-icon-bezier-mirror',
|
|
8
8
|
styles: `
|
|
@@ -2,7 +2,7 @@
|
|
|
2
2
|
Object.defineProperty(exports, "__esModule", { value: true });
|
|
3
3
|
exports.IconBezier = void 0;
|
|
4
4
|
const lit_html_1 = require("lit-html");
|
|
5
|
-
const Component_1 = require("
|
|
5
|
+
const Component_1 = require("../../../decorators/Component");
|
|
6
6
|
@(0, Component_1.Component)({
|
|
7
7
|
tag: 'ease-icon-bezier',
|
|
8
8
|
styles: `
|
|
@@ -2,7 +2,7 @@
|
|
|
2
2
|
Object.defineProperty(exports, "__esModule", { value: true });
|
|
3
3
|
exports.IconCheck = void 0;
|
|
4
4
|
const lit_html_1 = require("lit-html");
|
|
5
|
-
const Component_1 = require("
|
|
5
|
+
const Component_1 = require("../../../decorators/Component");
|
|
6
6
|
@(0, Component_1.Component)({
|
|
7
7
|
tag: 'ease-icon-check',
|
|
8
8
|
styles: `
|
|
@@ -2,7 +2,7 @@
|
|
|
2
2
|
Object.defineProperty(exports, "__esModule", { value: true });
|
|
3
3
|
exports.IconCircleArrowLeft = void 0;
|
|
4
4
|
const lit_html_1 = require("lit-html");
|
|
5
|
-
const Component_1 = require("
|
|
5
|
+
const Component_1 = require("../../../decorators/Component");
|
|
6
6
|
@(0, Component_1.Component)({
|
|
7
7
|
tag: 'ease-icon-circle-arrow-left',
|
|
8
8
|
styles: `
|
|
@@ -2,7 +2,7 @@
|
|
|
2
2
|
Object.defineProperty(exports, "__esModule", { value: true });
|
|
3
3
|
exports.IconCircleArrowRight = void 0;
|
|
4
4
|
const lit_html_1 = require("lit-html");
|
|
5
|
-
const Component_1 = require("
|
|
5
|
+
const Component_1 = require("../../../decorators/Component");
|
|
6
6
|
@(0, Component_1.Component)({
|
|
7
7
|
tag: 'ease-icon-circle-arrow-right',
|
|
8
8
|
styles: `
|
|
@@ -2,7 +2,7 @@
|
|
|
2
2
|
Object.defineProperty(exports, "__esModule", { value: true });
|
|
3
3
|
exports.IconCode = void 0;
|
|
4
4
|
const lit_html_1 = require("lit-html");
|
|
5
|
-
const Component_1 = require("
|
|
5
|
+
const Component_1 = require("../../../decorators/Component");
|
|
6
6
|
@(0, Component_1.Component)({
|
|
7
7
|
tag: 'ease-icon-code',
|
|
8
8
|
styles: `
|
|
@@ -2,7 +2,7 @@
|
|
|
2
2
|
Object.defineProperty(exports, "__esModule", { value: true });
|
|
3
3
|
exports.IconDots = void 0;
|
|
4
4
|
const lit_html_1 = require("lit-html");
|
|
5
|
-
const Component_1 = require("
|
|
5
|
+
const Component_1 = require("../../../decorators/Component");
|
|
6
6
|
@(0, Component_1.Component)({
|
|
7
7
|
tag: 'ease-icon-dots',
|
|
8
8
|
styles: `
|
|
@@ -2,7 +2,7 @@
|
|
|
2
2
|
Object.defineProperty(exports, "__esModule", { value: true });
|
|
3
3
|
exports.IconMention = void 0;
|
|
4
4
|
const lit_html_1 = require("lit-html");
|
|
5
|
-
const Component_1 = require("
|
|
5
|
+
const Component_1 = require("../../../decorators/Component");
|
|
6
6
|
@(0, Component_1.Component)({
|
|
7
7
|
tag: 'ease-icon-mention',
|
|
8
8
|
styles: `
|
|
@@ -2,7 +2,7 @@
|
|
|
2
2
|
Object.defineProperty(exports, "__esModule", { value: true });
|
|
3
3
|
exports.IconMinus = void 0;
|
|
4
4
|
const lit_html_1 = require("lit-html");
|
|
5
|
-
const Component_1 = require("
|
|
5
|
+
const Component_1 = require("../../../decorators/Component");
|
|
6
6
|
@(0, Component_1.Component)({
|
|
7
7
|
tag: 'ease-icon-minus',
|
|
8
8
|
styles: `
|
|
@@ -2,7 +2,7 @@
|
|
|
2
2
|
Object.defineProperty(exports, "__esModule", { value: true });
|
|
3
3
|
exports.IconPicker = void 0;
|
|
4
4
|
const lit_html_1 = require("lit-html");
|
|
5
|
-
const Component_1 = require("
|
|
5
|
+
const Component_1 = require("../../../decorators/Component");
|
|
6
6
|
@(0, Component_1.Component)({
|
|
7
7
|
tag: 'ease-icon-picker',
|
|
8
8
|
styles: `
|
|
@@ -2,7 +2,7 @@
|
|
|
2
2
|
Object.defineProperty(exports, "__esModule", { value: true });
|
|
3
3
|
exports.IconPlus = void 0;
|
|
4
4
|
const lit_html_1 = require("lit-html");
|
|
5
|
-
const Component_1 = require("
|
|
5
|
+
const Component_1 = require("../../../decorators/Component");
|
|
6
6
|
@(0, Component_1.Component)({
|
|
7
7
|
tag: 'ease-icon-plus',
|
|
8
8
|
styles: `
|
|
@@ -2,7 +2,7 @@
|
|
|
2
2
|
Object.defineProperty(exports, "__esModule", { value: true });
|
|
3
3
|
exports.Settings = void 0;
|
|
4
4
|
const lit_html_1 = require("lit-html");
|
|
5
|
-
const Component_1 = require("
|
|
5
|
+
const Component_1 = require("../../../decorators/Component");
|
|
6
6
|
@(0, Component_1.Component)({
|
|
7
7
|
tag: 'ease-icon-settings',
|
|
8
8
|
styles: `
|
|
@@ -3,10 +3,10 @@ Object.defineProperty(exports, "__esModule", { value: true });
|
|
|
3
3
|
exports.Input = void 0;
|
|
4
4
|
const lit_html_1 = require("lit-html");
|
|
5
5
|
const shared_1 = require("../shared.cjs");
|
|
6
|
-
const Component_1 = require("
|
|
7
|
-
const Listen_1 = require("
|
|
8
|
-
const Prop_1 = require("
|
|
9
|
-
const Query_1 = require("
|
|
6
|
+
const Component_1 = require("../../decorators/Component");
|
|
7
|
+
const Listen_1 = require("../../decorators/Listen");
|
|
8
|
+
const Prop_1 = require("../../decorators/Prop");
|
|
9
|
+
const Query_1 = require("../../decorators/Query");
|
|
10
10
|
@(0, Component_1.Component)({
|
|
11
11
|
tag: 'ease-input',
|
|
12
12
|
shadowMode: 'open',
|
|
@@ -1,9 +1,9 @@
|
|
|
1
1
|
import { html } from 'lit-html';
|
|
2
2
|
import { dispatchControlEvent, setBooleanAttribute } from "../shared.js";
|
|
3
|
-
import { Component } from '
|
|
4
|
-
import { Listen } from '
|
|
5
|
-
import { Prop } from '
|
|
6
|
-
import { Query } from '
|
|
3
|
+
import { Component } from '../../decorators/Component';
|
|
4
|
+
import { Listen } from '../../decorators/Listen';
|
|
5
|
+
import { Prop } from '../../decorators/Prop';
|
|
6
|
+
import { Query } from '../../decorators/Query';
|
|
7
7
|
@Component({
|
|
8
8
|
tag: 'ease-input',
|
|
9
9
|
shadowMode: 'open',
|
|
@@ -2,8 +2,8 @@
|
|
|
2
2
|
Object.defineProperty(exports, "__esModule", { value: true });
|
|
3
3
|
exports.LogoLoader = void 0;
|
|
4
4
|
const lit_html_1 = require("lit-html");
|
|
5
|
-
const Component_1 = require("
|
|
6
|
-
const Prop_1 = require("
|
|
5
|
+
const Component_1 = require("../../decorators/Component");
|
|
6
|
+
const Prop_1 = require("../../decorators/Prop");
|
|
7
7
|
const CENTER = { x: 74, y: 74 };
|
|
8
8
|
const DOTS_DATA = [
|
|
9
9
|
{ id: 'dot-1', cx: 7.22725, cy: 73.99975 },
|
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
import { html } from 'lit-html';
|
|
2
|
-
import { Component } from '
|
|
3
|
-
import { Prop } from '
|
|
2
|
+
import { Component } from '../../decorators/Component';
|
|
3
|
+
import { Prop } from '../../decorators/Prop';
|
|
4
4
|
const CENTER = { x: 74, y: 74 };
|
|
5
5
|
const DOTS_DATA = [
|
|
6
6
|
{ id: 'dot-1', cx: 7.22725, cy: 73.99975 },
|
|
@@ -2,9 +2,9 @@
|
|
|
2
2
|
Object.defineProperty(exports, "__esModule", { value: true });
|
|
3
3
|
exports.MonitorFps = void 0;
|
|
4
4
|
const lit_html_1 = require("lit-html");
|
|
5
|
-
const Component_1 = require("
|
|
6
|
-
const Prop_1 = require("
|
|
7
|
-
const Query_1 = require("
|
|
5
|
+
const Component_1 = require("../../decorators/Component");
|
|
6
|
+
const Prop_1 = require("../../decorators/Prop");
|
|
7
|
+
const Query_1 = require("../../decorators/Query");
|
|
8
8
|
const clamp = (value, min, max) => Math.max(min, Math.min(max, value));
|
|
9
9
|
const mean = (values) => {
|
|
10
10
|
if (values.length === 0) {
|
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
import { html } from 'lit-html';
|
|
2
|
-
import { Component } from '
|
|
3
|
-
import { Prop } from '
|
|
4
|
-
import { Query } from '
|
|
2
|
+
import { Component } from '../../decorators/Component';
|
|
3
|
+
import { Prop } from '../../decorators/Prop';
|
|
4
|
+
import { Query } from '../../decorators/Query';
|
|
5
5
|
const clamp = (value, min, max) => Math.max(min, Math.min(max, value));
|
|
6
6
|
const mean = (values) => {
|
|
7
7
|
if (values.length === 0) {
|
|
@@ -2,10 +2,10 @@
|
|
|
2
2
|
Object.defineProperty(exports, "__esModule", { value: true });
|
|
3
3
|
exports.Monitor = void 0;
|
|
4
4
|
const lit_html_1 = require("lit-html");
|
|
5
|
-
const Component_1 = require("
|
|
6
|
-
const Listen_1 = require("
|
|
7
|
-
const Watch_1 = require("
|
|
8
|
-
const template_helpers_1 = require("
|
|
5
|
+
const Component_1 = require("../../decorators/Component");
|
|
6
|
+
const Listen_1 = require("../../decorators/Listen");
|
|
7
|
+
const Watch_1 = require("../../decorators/Watch");
|
|
8
|
+
const template_helpers_1 = require("../../utils/template-helpers");
|
|
9
9
|
require("./fps.cjs");
|
|
10
10
|
const METRIC_THRESHOLDS = {
|
|
11
11
|
LCP: { good: 2500, poor: 4000 },
|
|
@@ -1,8 +1,8 @@
|
|
|
1
1
|
import { html } from 'lit-html';
|
|
2
|
-
import { Component } from '
|
|
3
|
-
import { Listen } from '
|
|
4
|
-
import { Watch } from '
|
|
5
|
-
import { styleObject } from '
|
|
2
|
+
import { Component } from '../../decorators/Component';
|
|
3
|
+
import { Listen } from '../../decorators/Listen';
|
|
4
|
+
import { Watch } from '../../decorators/Watch';
|
|
5
|
+
import { styleObject } from '../../utils/template-helpers';
|
|
6
6
|
import "./fps.js";
|
|
7
7
|
const METRIC_THRESHOLDS = {
|
|
8
8
|
LCP: { good: 2500, poor: 4000 },
|
|
@@ -3,10 +3,10 @@ Object.defineProperty(exports, "__esModule", { value: true });
|
|
|
3
3
|
exports.NumberInput = void 0;
|
|
4
4
|
const lit_html_1 = require("lit-html");
|
|
5
5
|
const shared_1 = require("../shared.cjs");
|
|
6
|
-
const Component_1 = require("
|
|
7
|
-
const Listen_1 = require("
|
|
8
|
-
const Prop_1 = require("
|
|
9
|
-
const Query_1 = require("
|
|
6
|
+
const Component_1 = require("../../decorators/Component");
|
|
7
|
+
const Listen_1 = require("../../decorators/Listen");
|
|
8
|
+
const Prop_1 = require("../../decorators/Prop");
|
|
9
|
+
const Query_1 = require("../../decorators/Query");
|
|
10
10
|
require("../input/index.cjs");
|
|
11
11
|
require("../icons/interface/minus.cjs");
|
|
12
12
|
require("../icons/interface/plus.cjs");
|
|
@@ -1,9 +1,9 @@
|
|
|
1
1
|
import { html } from 'lit-html';
|
|
2
2
|
import { coerceNumber, dispatchControlEvent, setBooleanAttribute } from "../shared.js";
|
|
3
|
-
import { Component } from '
|
|
4
|
-
import { Listen } from '
|
|
5
|
-
import { Prop } from '
|
|
6
|
-
import { Query } from '
|
|
3
|
+
import { Component } from '../../decorators/Component';
|
|
4
|
+
import { Listen } from '../../decorators/Listen';
|
|
5
|
+
import { Prop } from '../../decorators/Prop';
|
|
6
|
+
import { Query } from '../../decorators/Query';
|
|
7
7
|
import "../input/index.js";
|
|
8
8
|
import "../icons/interface/minus.js";
|
|
9
9
|
import "../icons/interface/plus.js";
|
|
@@ -4,10 +4,10 @@ exports.Origin = void 0;
|
|
|
4
4
|
require("../dropdown/index.cjs");
|
|
5
5
|
const lit_html_1 = require("lit-html");
|
|
6
6
|
const shared_1 = require("../shared.cjs");
|
|
7
|
-
const Component_1 = require("
|
|
8
|
-
const Listen_1 = require("
|
|
9
|
-
const Prop_1 = require("
|
|
10
|
-
const Query_1 = require("
|
|
7
|
+
const Component_1 = require("../../decorators/Component");
|
|
8
|
+
const Listen_1 = require("../../decorators/Listen");
|
|
9
|
+
const Prop_1 = require("../../decorators/Prop");
|
|
10
|
+
const Query_1 = require("../../decorators/Query");
|
|
11
11
|
@(0, Component_1.Component)({
|
|
12
12
|
tag: 'ease-origin',
|
|
13
13
|
styles: `
|
|
@@ -1,10 +1,10 @@
|
|
|
1
1
|
import "../dropdown/index.js";
|
|
2
2
|
import { html } from 'lit-html';
|
|
3
3
|
import { dispatchControlEvent, setBooleanAttribute } from "../shared.js";
|
|
4
|
-
import { Component } from '
|
|
5
|
-
import { Listen } from '
|
|
6
|
-
import { Prop } from '
|
|
7
|
-
import { Query } from '
|
|
4
|
+
import { Component } from '../../decorators/Component';
|
|
5
|
+
import { Listen } from '../../decorators/Listen';
|
|
6
|
+
import { Prop } from '../../decorators/Prop';
|
|
7
|
+
import { Query } from '../../decorators/Query';
|
|
8
8
|
@Component({
|
|
9
9
|
tag: 'ease-origin',
|
|
10
10
|
styles: `
|