next-flow-design 1.6.2 → 1.6.3
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/dist/react/index.js
CHANGED
|
@@ -1,18 +1,18 @@
|
|
|
1
|
-
import { createComponent as
|
|
2
|
-
import
|
|
3
|
-
import { css as
|
|
4
|
-
const
|
|
5
|
-
let
|
|
6
|
-
constructor(e, o,
|
|
7
|
-
if (this._$cssResult$ = !0,
|
|
1
|
+
import { createComponent as M } from "@lit/react";
|
|
2
|
+
import H from "react";
|
|
3
|
+
import { css as S, LitElement as I, html as f } from "lit";
|
|
4
|
+
const Q = globalThis, ne = Q.ShadowRoot && (Q.ShadyCSS === void 0 || Q.ShadyCSS.nativeShadow) && "adoptedStyleSheets" in Document.prototype && "replace" in CSSStyleSheet.prototype, Ee = /* @__PURE__ */ Symbol(), pe = /* @__PURE__ */ new WeakMap();
|
|
5
|
+
let Me = class {
|
|
6
|
+
constructor(e, o, s) {
|
|
7
|
+
if (this._$cssResult$ = !0, s !== Ee) throw Error("CSSResult is not constructable. Use `unsafeCSS` or `css` instead.");
|
|
8
8
|
this.cssText = e, this.t = o;
|
|
9
9
|
}
|
|
10
10
|
get styleSheet() {
|
|
11
11
|
let e = this.o;
|
|
12
12
|
const o = this.t;
|
|
13
|
-
if (
|
|
14
|
-
const
|
|
15
|
-
|
|
13
|
+
if (ne && e === void 0) {
|
|
14
|
+
const s = o !== void 0 && o.length === 1;
|
|
15
|
+
s && (e = pe.get(o)), e === void 0 && ((this.o = e = new CSSStyleSheet()).replaceSync(this.cssText), s && pe.set(o, e));
|
|
16
16
|
}
|
|
17
17
|
return e;
|
|
18
18
|
}
|
|
@@ -20,21 +20,21 @@ let Pe = class {
|
|
|
20
20
|
return this.cssText;
|
|
21
21
|
}
|
|
22
22
|
};
|
|
23
|
-
const
|
|
24
|
-
if (
|
|
23
|
+
const He = (t) => new Me(typeof t == "string" ? t : t + "", void 0, Ee), Ne = (t, e) => {
|
|
24
|
+
if (ne) t.adoptedStyleSheets = e.map((o) => o instanceof CSSStyleSheet ? o : o.styleSheet);
|
|
25
25
|
else for (const o of e) {
|
|
26
|
-
const
|
|
27
|
-
|
|
26
|
+
const s = document.createElement("style"), r = Q.litNonce;
|
|
27
|
+
r !== void 0 && s.setAttribute("nonce", r), s.textContent = o.cssText, t.appendChild(s);
|
|
28
28
|
}
|
|
29
|
-
},
|
|
29
|
+
}, fe = ne ? (t) => t : (t) => t instanceof CSSStyleSheet ? ((e) => {
|
|
30
30
|
let o = "";
|
|
31
|
-
for (const
|
|
32
|
-
return
|
|
31
|
+
for (const s of e.cssRules) o += s.cssText;
|
|
32
|
+
return He(o);
|
|
33
33
|
})(t) : t;
|
|
34
|
-
const { is:
|
|
34
|
+
const { is: Te, defineProperty: Oe, getOwnPropertyDescriptor: ze, getOwnPropertyNames: Be, getOwnPropertySymbols: Ve, getPrototypeOf: Fe } = Object, oe = globalThis, be = oe.trustedTypes, Re = be ? be.emptyScript : "", Le = oe.reactiveElementPolyfillSupport, K = (t, e) => t, ee = { toAttribute(t, e) {
|
|
35
35
|
switch (e) {
|
|
36
36
|
case Boolean:
|
|
37
|
-
t = t ?
|
|
37
|
+
t = t ? Re : null;
|
|
38
38
|
break;
|
|
39
39
|
case Object:
|
|
40
40
|
case Array:
|
|
@@ -59,69 +59,69 @@ const { is: Ne, defineProperty: Te, getOwnPropertyDescriptor: Oe, getOwnProperty
|
|
|
59
59
|
}
|
|
60
60
|
}
|
|
61
61
|
return o;
|
|
62
|
-
} },
|
|
63
|
-
Symbol.metadata ??= /* @__PURE__ */ Symbol("metadata"),
|
|
64
|
-
let
|
|
62
|
+
} }, ae = (t, e) => !Te(t, e), me = { attribute: !0, type: String, converter: ee, reflect: !1, useDefault: !1, hasChanged: ae };
|
|
63
|
+
Symbol.metadata ??= /* @__PURE__ */ Symbol("metadata"), oe.litPropertyMetadata ??= /* @__PURE__ */ new WeakMap();
|
|
64
|
+
let F = class extends HTMLElement {
|
|
65
65
|
static addInitializer(e) {
|
|
66
66
|
this._$Ei(), (this.l ??= []).push(e);
|
|
67
67
|
}
|
|
68
68
|
static get observedAttributes() {
|
|
69
69
|
return this.finalize(), this._$Eh && [...this._$Eh.keys()];
|
|
70
70
|
}
|
|
71
|
-
static createProperty(e, o =
|
|
71
|
+
static createProperty(e, o = me) {
|
|
72
72
|
if (o.state && (o.attribute = !1), this._$Ei(), this.prototype.hasOwnProperty(e) && ((o = Object.create(o)).wrapped = !0), this.elementProperties.set(e, o), !o.noAccessor) {
|
|
73
|
-
const
|
|
74
|
-
|
|
73
|
+
const s = /* @__PURE__ */ Symbol(), r = this.getPropertyDescriptor(e, s, o);
|
|
74
|
+
r !== void 0 && Oe(this.prototype, e, r);
|
|
75
75
|
}
|
|
76
76
|
}
|
|
77
|
-
static getPropertyDescriptor(e, o,
|
|
78
|
-
const { get:
|
|
77
|
+
static getPropertyDescriptor(e, o, s) {
|
|
78
|
+
const { get: r, set: i } = ze(this.prototype, e) ?? { get() {
|
|
79
79
|
return this[o];
|
|
80
80
|
}, set(n) {
|
|
81
81
|
this[o] = n;
|
|
82
82
|
} };
|
|
83
|
-
return { get:
|
|
84
|
-
const l =
|
|
85
|
-
i?.call(this, n), this.requestUpdate(e, l,
|
|
83
|
+
return { get: r, set(n) {
|
|
84
|
+
const l = r?.call(this);
|
|
85
|
+
i?.call(this, n), this.requestUpdate(e, l, s);
|
|
86
86
|
}, configurable: !0, enumerable: !0 };
|
|
87
87
|
}
|
|
88
88
|
static getPropertyOptions(e) {
|
|
89
|
-
return this.elementProperties.get(e) ??
|
|
89
|
+
return this.elementProperties.get(e) ?? me;
|
|
90
90
|
}
|
|
91
91
|
static _$Ei() {
|
|
92
|
-
if (this.hasOwnProperty(
|
|
93
|
-
const e =
|
|
92
|
+
if (this.hasOwnProperty(K("elementProperties"))) return;
|
|
93
|
+
const e = Fe(this);
|
|
94
94
|
e.finalize(), e.l !== void 0 && (this.l = [...e.l]), this.elementProperties = new Map(e.elementProperties);
|
|
95
95
|
}
|
|
96
96
|
static finalize() {
|
|
97
|
-
if (this.hasOwnProperty(
|
|
98
|
-
if (this.finalized = !0, this._$Ei(), this.hasOwnProperty(
|
|
99
|
-
const o = this.properties,
|
|
100
|
-
for (const
|
|
97
|
+
if (this.hasOwnProperty(K("finalized"))) return;
|
|
98
|
+
if (this.finalized = !0, this._$Ei(), this.hasOwnProperty(K("properties"))) {
|
|
99
|
+
const o = this.properties, s = [...Be(o), ...Ve(o)];
|
|
100
|
+
for (const r of s) this.createProperty(r, o[r]);
|
|
101
101
|
}
|
|
102
102
|
const e = this[Symbol.metadata];
|
|
103
103
|
if (e !== null) {
|
|
104
104
|
const o = litPropertyMetadata.get(e);
|
|
105
|
-
if (o !== void 0) for (const [
|
|
105
|
+
if (o !== void 0) for (const [s, r] of o) this.elementProperties.set(s, r);
|
|
106
106
|
}
|
|
107
107
|
this._$Eh = /* @__PURE__ */ new Map();
|
|
108
|
-
for (const [o,
|
|
109
|
-
const
|
|
110
|
-
|
|
108
|
+
for (const [o, s] of this.elementProperties) {
|
|
109
|
+
const r = this._$Eu(o, s);
|
|
110
|
+
r !== void 0 && this._$Eh.set(r, o);
|
|
111
111
|
}
|
|
112
112
|
this.elementStyles = this.finalizeStyles(this.styles);
|
|
113
113
|
}
|
|
114
114
|
static finalizeStyles(e) {
|
|
115
115
|
const o = [];
|
|
116
116
|
if (Array.isArray(e)) {
|
|
117
|
-
const
|
|
118
|
-
for (const
|
|
119
|
-
} else e !== void 0 && o.push(
|
|
117
|
+
const s = new Set(e.flat(1 / 0).reverse());
|
|
118
|
+
for (const r of s) o.unshift(fe(r));
|
|
119
|
+
} else e !== void 0 && o.push(fe(e));
|
|
120
120
|
return o;
|
|
121
121
|
}
|
|
122
122
|
static _$Eu(e, o) {
|
|
123
|
-
const
|
|
124
|
-
return
|
|
123
|
+
const s = o.attribute;
|
|
124
|
+
return s === !1 ? void 0 : typeof s == "string" ? s : typeof e == "string" ? e.toLowerCase() : void 0;
|
|
125
125
|
}
|
|
126
126
|
constructor() {
|
|
127
127
|
super(), this._$Ep = void 0, this.isUpdatePending = !1, this.hasUpdated = !1, this._$Em = null, this._$Ev();
|
|
@@ -137,12 +137,12 @@ let V = class extends HTMLElement {
|
|
|
137
137
|
}
|
|
138
138
|
_$E_() {
|
|
139
139
|
const e = /* @__PURE__ */ new Map(), o = this.constructor.elementProperties;
|
|
140
|
-
for (const
|
|
140
|
+
for (const s of o.keys()) this.hasOwnProperty(s) && (e.set(s, this[s]), delete this[s]);
|
|
141
141
|
e.size > 0 && (this._$Ep = e);
|
|
142
142
|
}
|
|
143
143
|
createRenderRoot() {
|
|
144
144
|
const e = this.shadowRoot ?? this.attachShadow(this.constructor.shadowRootOptions);
|
|
145
|
-
return
|
|
145
|
+
return Ne(e, this.constructor.elementStyles), e;
|
|
146
146
|
}
|
|
147
147
|
connectedCallback() {
|
|
148
148
|
this.renderRoot ??= this.createRenderRoot(), this.enableUpdating(!0), this._$EO?.forEach((e) => e.hostConnected?.());
|
|
@@ -152,35 +152,35 @@ let V = class extends HTMLElement {
|
|
|
152
152
|
disconnectedCallback() {
|
|
153
153
|
this._$EO?.forEach((e) => e.hostDisconnected?.());
|
|
154
154
|
}
|
|
155
|
-
attributeChangedCallback(e, o,
|
|
156
|
-
this._$AK(e,
|
|
155
|
+
attributeChangedCallback(e, o, s) {
|
|
156
|
+
this._$AK(e, s);
|
|
157
157
|
}
|
|
158
158
|
_$ET(e, o) {
|
|
159
|
-
const
|
|
160
|
-
if (
|
|
161
|
-
const i = (
|
|
162
|
-
this._$Em = e, i == null ? this.removeAttribute(
|
|
159
|
+
const s = this.constructor.elementProperties.get(e), r = this.constructor._$Eu(e, s);
|
|
160
|
+
if (r !== void 0 && s.reflect === !0) {
|
|
161
|
+
const i = (s.converter?.toAttribute !== void 0 ? s.converter : ee).toAttribute(o, s.type);
|
|
162
|
+
this._$Em = e, i == null ? this.removeAttribute(r) : this.setAttribute(r, i), this._$Em = null;
|
|
163
163
|
}
|
|
164
164
|
}
|
|
165
165
|
_$AK(e, o) {
|
|
166
|
-
const
|
|
167
|
-
if (
|
|
168
|
-
const i =
|
|
169
|
-
this._$Em =
|
|
166
|
+
const s = this.constructor, r = s._$Eh.get(e);
|
|
167
|
+
if (r !== void 0 && this._$Em !== r) {
|
|
168
|
+
const i = s.getPropertyOptions(r), n = typeof i.converter == "function" ? { fromAttribute: i.converter } : i.converter?.fromAttribute !== void 0 ? i.converter : ee;
|
|
169
|
+
this._$Em = r;
|
|
170
170
|
const l = n.fromAttribute(o, i.type);
|
|
171
|
-
this[
|
|
171
|
+
this[r] = l ?? this._$Ej?.get(r) ?? l, this._$Em = null;
|
|
172
172
|
}
|
|
173
173
|
}
|
|
174
|
-
requestUpdate(e, o,
|
|
174
|
+
requestUpdate(e, o, s, r = !1, i) {
|
|
175
175
|
if (e !== void 0) {
|
|
176
176
|
const n = this.constructor;
|
|
177
|
-
if (
|
|
178
|
-
this.C(e, o,
|
|
177
|
+
if (r === !1 && (i = this[e]), s ??= n.getPropertyOptions(e), !((s.hasChanged ?? ae)(i, o) || s.useDefault && s.reflect && i === this._$Ej?.get(e) && !this.hasAttribute(n._$Eu(e, s)))) return;
|
|
178
|
+
this.C(e, o, s);
|
|
179
179
|
}
|
|
180
180
|
this.isUpdatePending === !1 && (this._$ES = this._$EP());
|
|
181
181
|
}
|
|
182
|
-
C(e, o, { useDefault:
|
|
183
|
-
|
|
182
|
+
C(e, o, { useDefault: s, reflect: r, wrapped: i }, n) {
|
|
183
|
+
s && !(this._$Ej ??= /* @__PURE__ */ new Map()).has(e) && (this._$Ej.set(e, n ?? o ?? this[e]), i !== !0 || n !== void 0) || (this._$AL.has(e) || (this.hasUpdated || s || (o = void 0), this._$AL.set(e, o)), r === !0 && this._$Em !== e && (this._$Eq ??= /* @__PURE__ */ new Set()).add(e));
|
|
184
184
|
}
|
|
185
185
|
async _$EP() {
|
|
186
186
|
this.isUpdatePending = !0;
|
|
@@ -199,21 +199,21 @@ let V = class extends HTMLElement {
|
|
|
199
199
|
if (!this.isUpdatePending) return;
|
|
200
200
|
if (!this.hasUpdated) {
|
|
201
201
|
if (this.renderRoot ??= this.createRenderRoot(), this._$Ep) {
|
|
202
|
-
for (const [
|
|
202
|
+
for (const [r, i] of this._$Ep) this[r] = i;
|
|
203
203
|
this._$Ep = void 0;
|
|
204
204
|
}
|
|
205
|
-
const
|
|
206
|
-
if (
|
|
207
|
-
const { wrapped: n } = i, l = this[
|
|
208
|
-
n !== !0 || this._$AL.has(
|
|
205
|
+
const s = this.constructor.elementProperties;
|
|
206
|
+
if (s.size > 0) for (const [r, i] of s) {
|
|
207
|
+
const { wrapped: n } = i, l = this[r];
|
|
208
|
+
n !== !0 || this._$AL.has(r) || l === void 0 || this.C(r, void 0, i, l);
|
|
209
209
|
}
|
|
210
210
|
}
|
|
211
211
|
let e = !1;
|
|
212
212
|
const o = this._$AL;
|
|
213
213
|
try {
|
|
214
|
-
e = this.shouldUpdate(o), e ? (this.willUpdate(o), this._$EO?.forEach((
|
|
215
|
-
} catch (
|
|
216
|
-
throw e = !1, this._$EM(),
|
|
214
|
+
e = this.shouldUpdate(o), e ? (this.willUpdate(o), this._$EO?.forEach((s) => s.hostUpdate?.()), this.update(o)) : this._$EM();
|
|
215
|
+
} catch (s) {
|
|
216
|
+
throw e = !1, this._$EM(), s;
|
|
217
217
|
}
|
|
218
218
|
e && this._$AE(o);
|
|
219
219
|
}
|
|
@@ -242,11 +242,11 @@ let V = class extends HTMLElement {
|
|
|
242
242
|
firstUpdated(e) {
|
|
243
243
|
}
|
|
244
244
|
};
|
|
245
|
-
|
|
246
|
-
const
|
|
247
|
-
const { kind:
|
|
248
|
-
let i = globalThis.litPropertyMetadata.get(
|
|
249
|
-
if (i === void 0 && globalThis.litPropertyMetadata.set(
|
|
245
|
+
F.elementStyles = [], F.shadowRootOptions = { mode: "open" }, F[K("elementProperties")] = /* @__PURE__ */ new Map(), F[K("finalized")] = /* @__PURE__ */ new Map(), Le?.({ ReactiveElement: F }), (oe.reactiveElementVersions ??= []).push("2.1.2");
|
|
246
|
+
const Ue = { attribute: !0, type: String, converter: ee, reflect: !1, hasChanged: ae }, je = (t = Ue, e, o) => {
|
|
247
|
+
const { kind: s, metadata: r } = o;
|
|
248
|
+
let i = globalThis.litPropertyMetadata.get(r);
|
|
249
|
+
if (i === void 0 && globalThis.litPropertyMetadata.set(r, i = /* @__PURE__ */ new Map()), s === "setter" && ((t = Object.create(t)).wrapped = !0), i.set(o.name, t), s === "accessor") {
|
|
250
250
|
const { name: n } = o;
|
|
251
251
|
return { set(l) {
|
|
252
252
|
const a = e.get.call(this);
|
|
@@ -255,31 +255,31 @@ const Le = { attribute: !0, type: String, converter: J, reflect: !1, hasChanged:
|
|
|
255
255
|
return l !== void 0 && this.C(n, void 0, t, l), l;
|
|
256
256
|
} };
|
|
257
257
|
}
|
|
258
|
-
if (
|
|
258
|
+
if (s === "setter") {
|
|
259
259
|
const { name: n } = o;
|
|
260
260
|
return function(l) {
|
|
261
261
|
const a = this[n];
|
|
262
262
|
e.call(this, l), this.requestUpdate(n, a, t, !0, l);
|
|
263
263
|
};
|
|
264
264
|
}
|
|
265
|
-
throw Error("Unsupported decorator location: " +
|
|
265
|
+
throw Error("Unsupported decorator location: " + s);
|
|
266
266
|
};
|
|
267
267
|
function h(t) {
|
|
268
|
-
return (e, o) => typeof o == "object" ?
|
|
269
|
-
const n =
|
|
270
|
-
return
|
|
268
|
+
return (e, o) => typeof o == "object" ? je(t, e, o) : ((s, r, i) => {
|
|
269
|
+
const n = r.hasOwnProperty(i);
|
|
270
|
+
return r.constructor.createProperty(i, s), n ? Object.getOwnPropertyDescriptor(r, i) : void 0;
|
|
271
271
|
})(t, e, o);
|
|
272
272
|
}
|
|
273
|
-
function
|
|
273
|
+
function $(t) {
|
|
274
274
|
return h({ ...t, state: !0, attribute: !1 });
|
|
275
275
|
}
|
|
276
|
-
const
|
|
277
|
-
var
|
|
278
|
-
for (var
|
|
279
|
-
(n = t[i]) && (
|
|
280
|
-
return
|
|
276
|
+
const q = S`:host{display:inline-flex;align-items:center;position:relative;width:var(--nf-width);height:var(--nf-height);padding:var(--nf-padding);margin:var(--nf-margin);font-size:var(--nf-text-font-size);font-weight:var(--nf-font-weight);color:var(--nf-color);background:var(--nf-background-color);border-radius:var(--nf-border-radius);border:1px solid var(--nf-border-color);outline:0;background-clip:padding-box;box-shadow:0 0 0 .15rem var(--nf-box-shadow-color);transition:color var(--nf-transition) ease-in-out,background-color var(--nf-transition) ease-in-out,border-color var(--nf-transition) ease-in-out,box-shadow var(--nf-transition) ease-in-out}:host(:focus){border-color:var(--nf-border-color-hover);box-shadow:0 0 0 .15rem var(--nf-box-shadow-color-focus);background:var(--nf-background-color-hover)}:host(:hover:not([disabled])){border-color:var(--nf-border-color-hover);background:var(--nf-background-color-hover)}:host([disabled]){cursor:not-allowed;opacity:.6;pointer-events:auto}:host([disabled]:hover){border-color:var(--nf-border-color);background:var(--nf-background-color)}`, Ie = S`:host{width:var(--nf-width);position:relative;display:inline-block;--nf-input-padding:0 .75rem}:host([disabled]) .input{cursor:not-allowed;color:var(--nf-color-disabled)}:host([disabled]) .toggle-password{cursor:not-allowed;pointer-events:none;opacity:.5}::slotted(*){position:absolute;top:50%;left:.75rem;transform:translateY(-50%);color:var(--nf-color)}:host([disabled]) ::slotted(*){color:var(--nf-color-disabled)}.input{position:absolute;inset:0;padding:var(--nf-input-padding);outline:0;border:none;background:0 0;box-sizing:border-box;color:var(--nf-color);font-size:var(--nf-font-size);font-weight:var(--nf-font-weight);font-family:var(--nf-font-family),sans-serif}.input:has(.toggle-password){padding-right:2.5rem}.input .toggle-password{position:absolute;top:50%;right:.5rem;transform:translateY(-50%);background:0 0;border:none;cursor:pointer;padding:.25rem;display:flex;align-items:center;justify-content:center;color:var(--nf-select-icon-color);transition:color var(--nf-transition-fast) ease;outline:0}.input .toggle-password:hover{color:var(--nf-icon-color-hover)}.input .toggle-password:active{color:var(--nf-icon-color-active)}.input .toggle-password svg{display:block}`, N = (t) => (e) => (typeof window > "u" || customElements.get(t) || customElements.define(t, e), e);
|
|
277
|
+
var qe = Object.defineProperty, We = Object.getOwnPropertyDescriptor, V = (t, e, o, s) => {
|
|
278
|
+
for (var r = s > 1 ? void 0 : s ? We(e, o) : e, i = t.length - 1, n; i >= 0; i--)
|
|
279
|
+
(n = t[i]) && (r = (s ? n(e, o, r) : n(r)) || r);
|
|
280
|
+
return s && r && qe(e, o, r), r;
|
|
281
281
|
};
|
|
282
|
-
let
|
|
282
|
+
let E = class extends I {
|
|
283
283
|
constructor() {
|
|
284
284
|
super(...arguments), this.value = "", this.placeholder = "", this.type = "text", this.disabled = !1, this.showPassword = !1, this.onInput = (t) => {
|
|
285
285
|
t.stopPropagation();
|
|
@@ -339,48 +339,48 @@ let $ = class extends W {
|
|
|
339
339
|
});
|
|
340
340
|
}
|
|
341
341
|
};
|
|
342
|
-
|
|
343
|
-
|
|
342
|
+
E.styles = [q, Ie];
|
|
343
|
+
V([
|
|
344
344
|
h({ type: String })
|
|
345
|
-
],
|
|
346
|
-
|
|
345
|
+
], E.prototype, "value", 2);
|
|
346
|
+
V([
|
|
347
347
|
h({ type: String })
|
|
348
|
-
],
|
|
349
|
-
|
|
348
|
+
], E.prototype, "placeholder", 2);
|
|
349
|
+
V([
|
|
350
350
|
h({ type: String })
|
|
351
|
-
],
|
|
352
|
-
|
|
351
|
+
], E.prototype, "type", 2);
|
|
352
|
+
V([
|
|
353
353
|
h({ type: Number })
|
|
354
|
-
],
|
|
355
|
-
|
|
354
|
+
], E.prototype, "maxLength", 2);
|
|
355
|
+
V([
|
|
356
356
|
h({ type: Boolean, reflect: !0 })
|
|
357
|
-
],
|
|
358
|
-
|
|
359
|
-
|
|
360
|
-
],
|
|
361
|
-
|
|
362
|
-
|
|
363
|
-
],
|
|
364
|
-
const
|
|
357
|
+
], E.prototype, "disabled", 2);
|
|
358
|
+
V([
|
|
359
|
+
$()
|
|
360
|
+
], E.prototype, "showPassword", 2);
|
|
361
|
+
E = V([
|
|
362
|
+
N("nf-input")
|
|
363
|
+
], E);
|
|
364
|
+
const Bt = M({
|
|
365
365
|
tagName: "nf-input",
|
|
366
|
-
elementClass:
|
|
367
|
-
react:
|
|
366
|
+
elementClass: E,
|
|
367
|
+
react: H,
|
|
368
368
|
events: {
|
|
369
369
|
onInput: "input",
|
|
370
370
|
onChange: "change",
|
|
371
371
|
onPressEnter: "pressEnter"
|
|
372
372
|
}
|
|
373
373
|
});
|
|
374
|
-
async function
|
|
374
|
+
async function Ke(t) {
|
|
375
375
|
return new Promise((e) => setTimeout(e, t));
|
|
376
376
|
}
|
|
377
|
-
const
|
|
378
|
-
var
|
|
379
|
-
for (var
|
|
380
|
-
(n = t[i]) && (
|
|
381
|
-
return
|
|
377
|
+
const Ye = S`:host{width:var(--nf-width);-webkit-user-select:none;user-select:none;cursor:pointer}:host .text{flex-grow:1;display:inline-block;outline:0;white-space:nowrap}:host .icon{width:1.5rem;height:1.5rem;display:inline-block;fill:none;stroke:var(--nf-select-icon-color);stroke-width:1;stroke-linecap:round;margin:0 -.3rem 0 .5rem}:host .dropdown{position:absolute;top:2rem;right:0;left:0;padding:.3rem;background:var(--nf-dropdown-background);-webkit-backdrop-filter:blur(32px);backdrop-filter:blur(32px);border-radius:.5rem;opacity:0;pointer-events:none;color:var(--nf-color);box-shadow:0 0 1rem 0 var(--nf-dropdown-shadow);z-index:1000;transition:opacity var(--nf-transition) ease-out,transform var(--nf-transition) ease-out}:host .dropdown .item{white-space:nowrap;padding:.4rem .7rem;overflow:hidden;text-overflow:ellipsis;border-radius:.3rem;cursor:pointer}:host .dropdown .item-unselected:hover{background:var(--nf-item-background-hover);transition:background-color var(--nf-transition) ease-in-out}:host .dropdown .item-unselected:active{background:var(--nf-item-background-active)}:host .dropdown .item-selected{background-color:color-mix(in srgb,var(--nf-primary-color) 30%,transparent)}:host([disabled]){cursor:not-allowed}:host([disabled]) .text{color:var(--nf-color-disabled)}:host([disabled]) .icon{stroke:var(--nf-color-disabled)}:host([disabled]) .dropdown{display:none}:host(:focus:not([disabled])){color:var(--nf-focus-text-color)}:host(:focus:not([disabled])) .dropdown{transform:translateY(.5rem);opacity:1;pointer-events:auto}:host(:focus:not([disabled])) .cover{pointer-events:auto}`;
|
|
378
|
+
var Ze = Object.defineProperty, Xe = Object.getOwnPropertyDescriptor, G = (t, e, o, s) => {
|
|
379
|
+
for (var r = s > 1 ? void 0 : s ? Xe(e, o) : e, i = t.length - 1, n; i >= 0; i--)
|
|
380
|
+
(n = t[i]) && (r = (s ? n(e, o, r) : n(r)) || r);
|
|
381
|
+
return s && r && Ze(e, o, r), r;
|
|
382
382
|
};
|
|
383
|
-
let
|
|
383
|
+
let D = class extends I {
|
|
384
384
|
constructor() {
|
|
385
385
|
super(...arguments), this.value = "", this.options = [], this.disabled = !1, this.showDropdown = !1, this.jumpCloseFlag = !1, this.timeoutId = null, this.onFocus = () => {
|
|
386
386
|
this.disabled || (this.timeoutId && clearTimeout(this.timeoutId), this.showDropdown = !0, this.jumpCloseFlag = !0);
|
|
@@ -399,7 +399,7 @@ let A = class extends W {
|
|
|
399
399
|
};
|
|
400
400
|
}
|
|
401
401
|
async set(t) {
|
|
402
|
-
this.dispatchEvent(new CustomEvent("input", { detail: t, bubbles: !0, composed: !0 })), this.value !== t && this.dispatchEvent(new CustomEvent("change", { detail: t, bubbles: !0, composed: !0 })), await
|
|
402
|
+
this.dispatchEvent(new CustomEvent("input", { detail: t, bubbles: !0, composed: !0 })), this.value !== t && this.dispatchEvent(new CustomEvent("change", { detail: t, bubbles: !0, composed: !0 })), await Ke(34), this.blur();
|
|
403
403
|
}
|
|
404
404
|
render() {
|
|
405
405
|
const t = this.options.findIndex((o) => o.value == this.value), e = t > -1 ? this.options[t]?.label : this.value;
|
|
@@ -416,11 +416,11 @@ let A = class extends W {
|
|
|
416
416
|
super.disconnectedCallback(), this.removeEventListener("focus", this.onFocus), this.removeEventListener("blur", this.onBlur), this.removeEventListener("click", this.onClick);
|
|
417
417
|
}
|
|
418
418
|
};
|
|
419
|
-
|
|
420
|
-
|
|
419
|
+
D.styles = [q, Ye];
|
|
420
|
+
G([
|
|
421
421
|
h({ type: String })
|
|
422
|
-
],
|
|
423
|
-
|
|
422
|
+
], D.prototype, "value", 2);
|
|
423
|
+
G([
|
|
424
424
|
h({
|
|
425
425
|
type: Array,
|
|
426
426
|
converter: (t) => {
|
|
@@ -435,88 +435,88 @@ Z([
|
|
|
435
435
|
return [];
|
|
436
436
|
}
|
|
437
437
|
})
|
|
438
|
-
],
|
|
439
|
-
|
|
438
|
+
], D.prototype, "options", 2);
|
|
439
|
+
G([
|
|
440
440
|
h({ type: Boolean, reflect: !0 })
|
|
441
|
-
],
|
|
442
|
-
|
|
443
|
-
|
|
444
|
-
],
|
|
445
|
-
|
|
446
|
-
|
|
447
|
-
],
|
|
448
|
-
const
|
|
441
|
+
], D.prototype, "disabled", 2);
|
|
442
|
+
G([
|
|
443
|
+
$()
|
|
444
|
+
], D.prototype, "showDropdown", 2);
|
|
445
|
+
D = G([
|
|
446
|
+
N("nf-select")
|
|
447
|
+
], D);
|
|
448
|
+
const Vt = M({
|
|
449
449
|
tagName: "nf-select",
|
|
450
|
-
elementClass:
|
|
451
|
-
react:
|
|
450
|
+
elementClass: D,
|
|
451
|
+
react: H,
|
|
452
452
|
events: {
|
|
453
453
|
onInput: "input",
|
|
454
454
|
onChange: "change"
|
|
455
455
|
}
|
|
456
456
|
});
|
|
457
|
-
const
|
|
458
|
-
\f\r]`,
|
|
459
|
-
\f\r"'\`<>=]|("|')|))|$)`, "g"), _e = /'/g,
|
|
460
|
-
function
|
|
461
|
-
if (!
|
|
462
|
-
return
|
|
457
|
+
const le = globalThis, ge = (t) => t, te = le.trustedTypes, ve = te ? te.createPolicy("lit-html", { createHTML: (t) => t }) : void 0, Ce = "$lit$", P = `lit$${Math.random().toFixed(9).slice(2)}$`, Se = "?" + P, Ge = `<${Se}>`, z = document, Y = () => z.createComment(""), Z = (t) => t === null || typeof t != "object" && typeof t != "function", he = Array.isArray, Je = (t) => he(t) || typeof t?.[Symbol.iterator] == "function", re = `[
|
|
458
|
+
\f\r]`, W = /<(?:(!--|\/[^a-zA-Z])|(\/?[a-zA-Z][^>\s]*)|(\/?$))/g, ye = /-->/g, we = />/g, T = RegExp(`>|${re}(?:([^\\s"'>=/]+)(${re}*=${re}*(?:[^
|
|
459
|
+
\f\r"'\`<>=]|("|')|))|$)`, "g"), _e = /'/g, $e = /"/g, Ae = /^(?:script|style|textarea|title)$/i, Qe = (t) => (e, ...o) => ({ _$litType$: t, strings: e, values: o }), ie = Qe(1), B = /* @__PURE__ */ Symbol.for("lit-noChange"), b = /* @__PURE__ */ Symbol.for("lit-nothing"), xe = /* @__PURE__ */ new WeakMap(), O = z.createTreeWalker(z, 129);
|
|
460
|
+
function Pe(t, e) {
|
|
461
|
+
if (!he(t) || !t.hasOwnProperty("raw")) throw Error("invalid template strings array");
|
|
462
|
+
return ve !== void 0 ? ve.createHTML(e) : e;
|
|
463
463
|
}
|
|
464
|
-
const
|
|
465
|
-
const o = t.length - 1,
|
|
466
|
-
let
|
|
464
|
+
const et = (t, e) => {
|
|
465
|
+
const o = t.length - 1, s = [];
|
|
466
|
+
let r, i = e === 2 ? "<svg>" : e === 3 ? "<math>" : "", n = W;
|
|
467
467
|
for (let l = 0; l < o; l++) {
|
|
468
468
|
const a = t[l];
|
|
469
|
-
let c,
|
|
470
|
-
for (;
|
|
471
|
-
const k = n ===
|
|
472
|
-
i += n ===
|
|
469
|
+
let c, u, d = -1, w = 0;
|
|
470
|
+
for (; w < a.length && (n.lastIndex = w, u = n.exec(a), u !== null); ) w = n.lastIndex, n === W ? u[1] === "!--" ? n = ye : u[1] !== void 0 ? n = we : u[2] !== void 0 ? (Ae.test(u[2]) && (r = RegExp("</" + u[2], "g")), n = T) : u[3] !== void 0 && (n = T) : n === T ? u[0] === ">" ? (n = r ?? W, d = -1) : u[1] === void 0 ? d = -2 : (d = n.lastIndex - u[2].length, c = u[1], n = u[3] === void 0 ? T : u[3] === '"' ? $e : _e) : n === $e || n === _e ? n = T : n === ye || n === we ? n = W : (n = T, r = void 0);
|
|
471
|
+
const k = n === T && t[l + 1].startsWith("/>") ? " " : "";
|
|
472
|
+
i += n === W ? a + Ge : d >= 0 ? (s.push(c), a.slice(0, d) + Ce + a.slice(d) + P + k) : a + P + (d === -2 ? l : k);
|
|
473
473
|
}
|
|
474
|
-
return [
|
|
474
|
+
return [Pe(t, i + (t[o] || "<?>") + (e === 2 ? "</svg>" : e === 3 ? "</math>" : "")), s];
|
|
475
475
|
};
|
|
476
|
-
class
|
|
477
|
-
constructor({ strings: e, _$litType$: o },
|
|
478
|
-
let
|
|
476
|
+
class X {
|
|
477
|
+
constructor({ strings: e, _$litType$: o }, s) {
|
|
478
|
+
let r;
|
|
479
479
|
this.parts = [];
|
|
480
480
|
let i = 0, n = 0;
|
|
481
|
-
const l = e.length - 1, a = this.parts, [c,
|
|
482
|
-
if (this.el =
|
|
481
|
+
const l = e.length - 1, a = this.parts, [c, u] = et(e, o);
|
|
482
|
+
if (this.el = X.createElement(c, s), O.currentNode = this.el.content, o === 2 || o === 3) {
|
|
483
483
|
const d = this.el.content.firstChild;
|
|
484
484
|
d.replaceWith(...d.childNodes);
|
|
485
485
|
}
|
|
486
|
-
for (; (
|
|
487
|
-
if (
|
|
488
|
-
if (
|
|
489
|
-
const
|
|
490
|
-
a.push({ type: 1, index: i, name:
|
|
491
|
-
} else d.startsWith(
|
|
492
|
-
if (Ae.test(
|
|
493
|
-
const d =
|
|
494
|
-
if (
|
|
495
|
-
|
|
496
|
-
for (let k = 0; k <
|
|
497
|
-
|
|
486
|
+
for (; (r = O.nextNode()) !== null && a.length < l; ) {
|
|
487
|
+
if (r.nodeType === 1) {
|
|
488
|
+
if (r.hasAttributes()) for (const d of r.getAttributeNames()) if (d.endsWith(Ce)) {
|
|
489
|
+
const w = u[n++], k = r.getAttribute(d).split(P), C = /([.?@])?(.*)/.exec(w);
|
|
490
|
+
a.push({ type: 1, index: i, name: C[2], strings: k, ctor: C[1] === "." ? ot : C[1] === "?" ? st : C[1] === "@" ? rt : se }), r.removeAttribute(d);
|
|
491
|
+
} else d.startsWith(P) && (a.push({ type: 6, index: i }), r.removeAttribute(d));
|
|
492
|
+
if (Ae.test(r.tagName)) {
|
|
493
|
+
const d = r.textContent.split(P), w = d.length - 1;
|
|
494
|
+
if (w > 0) {
|
|
495
|
+
r.textContent = te ? te.emptyScript : "";
|
|
496
|
+
for (let k = 0; k < w; k++) r.append(d[k], Y()), O.nextNode(), a.push({ type: 2, index: ++i });
|
|
497
|
+
r.append(d[w], Y());
|
|
498
498
|
}
|
|
499
499
|
}
|
|
500
|
-
} else if (
|
|
500
|
+
} else if (r.nodeType === 8) if (r.data === Se) a.push({ type: 2, index: i });
|
|
501
501
|
else {
|
|
502
502
|
let d = -1;
|
|
503
|
-
for (; (d =
|
|
503
|
+
for (; (d = r.data.indexOf(P, d + 1)) !== -1; ) a.push({ type: 7, index: i }), d += P.length - 1;
|
|
504
504
|
}
|
|
505
505
|
i++;
|
|
506
506
|
}
|
|
507
507
|
}
|
|
508
508
|
static createElement(e, o) {
|
|
509
|
-
const
|
|
510
|
-
return
|
|
509
|
+
const s = z.createElement("template");
|
|
510
|
+
return s.innerHTML = e, s;
|
|
511
511
|
}
|
|
512
512
|
}
|
|
513
|
-
function
|
|
514
|
-
if (e ===
|
|
515
|
-
let
|
|
516
|
-
const i =
|
|
517
|
-
return
|
|
513
|
+
function L(t, e, o = t, s) {
|
|
514
|
+
if (e === B) return e;
|
|
515
|
+
let r = s !== void 0 ? o._$Co?.[s] : o._$Cl;
|
|
516
|
+
const i = Z(e) ? void 0 : e._$litDirective$;
|
|
517
|
+
return r?.constructor !== i && (r?._$AO?.(!1), i === void 0 ? r = void 0 : (r = new i(t), r._$AT(t, o, s)), s !== void 0 ? (o._$Co ??= [])[s] = r : o._$Cl = r), r !== void 0 && (e = L(t, r._$AS(t, e.values), r, s)), e;
|
|
518
518
|
}
|
|
519
|
-
class
|
|
519
|
+
class tt {
|
|
520
520
|
constructor(e, o) {
|
|
521
521
|
this._$AV = [], this._$AN = void 0, this._$AD = e, this._$AM = o;
|
|
522
522
|
}
|
|
@@ -527,29 +527,29 @@ class Qe {
|
|
|
527
527
|
return this._$AM._$AU;
|
|
528
528
|
}
|
|
529
529
|
u(e) {
|
|
530
|
-
const { el: { content: o }, parts:
|
|
531
|
-
|
|
532
|
-
let i =
|
|
530
|
+
const { el: { content: o }, parts: s } = this._$AD, r = (e?.creationScope ?? z).importNode(o, !0);
|
|
531
|
+
O.currentNode = r;
|
|
532
|
+
let i = O.nextNode(), n = 0, l = 0, a = s[0];
|
|
533
533
|
for (; a !== void 0; ) {
|
|
534
534
|
if (n === a.index) {
|
|
535
535
|
let c;
|
|
536
|
-
a.type === 2 ? c = new
|
|
536
|
+
a.type === 2 ? c = new J(i, i.nextSibling, this, e) : a.type === 1 ? c = new a.ctor(i, a.name, a.strings, this, e) : a.type === 6 && (c = new it(i, this, e)), this._$AV.push(c), a = s[++l];
|
|
537
537
|
}
|
|
538
|
-
n !== a?.index && (i =
|
|
538
|
+
n !== a?.index && (i = O.nextNode(), n++);
|
|
539
539
|
}
|
|
540
|
-
return
|
|
540
|
+
return O.currentNode = z, r;
|
|
541
541
|
}
|
|
542
542
|
p(e) {
|
|
543
543
|
let o = 0;
|
|
544
|
-
for (const
|
|
544
|
+
for (const s of this._$AV) s !== void 0 && (s.strings !== void 0 ? (s._$AI(e, s, o), o += s.strings.length - 2) : s._$AI(e[o])), o++;
|
|
545
545
|
}
|
|
546
546
|
}
|
|
547
|
-
class
|
|
547
|
+
class J {
|
|
548
548
|
get _$AU() {
|
|
549
549
|
return this._$AM?._$AU ?? this._$Cv;
|
|
550
550
|
}
|
|
551
|
-
constructor(e, o,
|
|
552
|
-
this.type = 2, this._$AH = b, this._$AN = void 0, this._$AA = e, this._$AB = o, this._$AM =
|
|
551
|
+
constructor(e, o, s, r) {
|
|
552
|
+
this.type = 2, this._$AH = b, this._$AN = void 0, this._$AA = e, this._$AB = o, this._$AM = s, this.options = r, this._$Cv = r?.isConnected ?? !0;
|
|
553
553
|
}
|
|
554
554
|
get parentNode() {
|
|
555
555
|
let e = this._$AA.parentNode;
|
|
@@ -563,7 +563,7 @@ class Y {
|
|
|
563
563
|
return this._$AB;
|
|
564
564
|
}
|
|
565
565
|
_$AI(e, o = this) {
|
|
566
|
-
e =
|
|
566
|
+
e = L(this, e, o), Z(e) ? e === b || e == null || e === "" ? (this._$AH !== b && this._$AR(), this._$AH = b) : e !== this._$AH && e !== B && this._(e) : e._$litType$ !== void 0 ? this.$(e) : e.nodeType !== void 0 ? this.T(e) : Je(e) ? this.k(e) : this._(e);
|
|
567
567
|
}
|
|
568
568
|
O(e) {
|
|
569
569
|
return this._$AA.parentNode.insertBefore(e, this._$AB);
|
|
@@ -572,63 +572,63 @@ class Y {
|
|
|
572
572
|
this._$AH !== e && (this._$AR(), this._$AH = this.O(e));
|
|
573
573
|
}
|
|
574
574
|
_(e) {
|
|
575
|
-
this._$AH !== b &&
|
|
575
|
+
this._$AH !== b && Z(this._$AH) ? this._$AA.nextSibling.data = e : this.T(z.createTextNode(e)), this._$AH = e;
|
|
576
576
|
}
|
|
577
577
|
$(e) {
|
|
578
|
-
const { values: o, _$litType$:
|
|
579
|
-
if (this._$AH?._$AD ===
|
|
578
|
+
const { values: o, _$litType$: s } = e, r = typeof s == "number" ? this._$AC(e) : (s.el === void 0 && (s.el = X.createElement(Pe(s.h, s.h[0]), this.options)), s);
|
|
579
|
+
if (this._$AH?._$AD === r) this._$AH.p(o);
|
|
580
580
|
else {
|
|
581
|
-
const i = new
|
|
581
|
+
const i = new tt(r, this), n = i.u(this.options);
|
|
582
582
|
i.p(o), this.T(n), this._$AH = i;
|
|
583
583
|
}
|
|
584
584
|
}
|
|
585
585
|
_$AC(e) {
|
|
586
|
-
let o =
|
|
587
|
-
return o === void 0 &&
|
|
586
|
+
let o = xe.get(e.strings);
|
|
587
|
+
return o === void 0 && xe.set(e.strings, o = new X(e)), o;
|
|
588
588
|
}
|
|
589
589
|
k(e) {
|
|
590
|
-
|
|
590
|
+
he(this._$AH) || (this._$AH = [], this._$AR());
|
|
591
591
|
const o = this._$AH;
|
|
592
|
-
let
|
|
593
|
-
for (const i of e)
|
|
594
|
-
|
|
592
|
+
let s, r = 0;
|
|
593
|
+
for (const i of e) r === o.length ? o.push(s = new J(this.O(Y()), this.O(Y()), this, this.options)) : s = o[r], s._$AI(i), r++;
|
|
594
|
+
r < o.length && (this._$AR(s && s._$AB.nextSibling, r), o.length = r);
|
|
595
595
|
}
|
|
596
596
|
_$AR(e = this._$AA.nextSibling, o) {
|
|
597
597
|
for (this._$AP?.(!1, !0, o); e !== this._$AB; ) {
|
|
598
|
-
const
|
|
599
|
-
|
|
598
|
+
const s = ge(e).nextSibling;
|
|
599
|
+
ge(e).remove(), e = s;
|
|
600
600
|
}
|
|
601
601
|
}
|
|
602
602
|
setConnected(e) {
|
|
603
603
|
this._$AM === void 0 && (this._$Cv = e, this._$AP?.(e));
|
|
604
604
|
}
|
|
605
605
|
}
|
|
606
|
-
class
|
|
606
|
+
class se {
|
|
607
607
|
get tagName() {
|
|
608
608
|
return this.element.tagName;
|
|
609
609
|
}
|
|
610
610
|
get _$AU() {
|
|
611
611
|
return this._$AM._$AU;
|
|
612
612
|
}
|
|
613
|
-
constructor(e, o,
|
|
614
|
-
this.type = 1, this._$AH = b, this._$AN = void 0, this.element = e, this.name = o, this._$AM =
|
|
613
|
+
constructor(e, o, s, r, i) {
|
|
614
|
+
this.type = 1, this._$AH = b, this._$AN = void 0, this.element = e, this.name = o, this._$AM = r, this.options = i, s.length > 2 || s[0] !== "" || s[1] !== "" ? (this._$AH = Array(s.length - 1).fill(new String()), this.strings = s) : this._$AH = b;
|
|
615
615
|
}
|
|
616
|
-
_$AI(e, o = this,
|
|
616
|
+
_$AI(e, o = this, s, r) {
|
|
617
617
|
const i = this.strings;
|
|
618
618
|
let n = !1;
|
|
619
|
-
if (i === void 0) e =
|
|
619
|
+
if (i === void 0) e = L(this, e, o, 0), n = !Z(e) || e !== this._$AH && e !== B, n && (this._$AH = e);
|
|
620
620
|
else {
|
|
621
621
|
const l = e;
|
|
622
622
|
let a, c;
|
|
623
|
-
for (e = i[0], a = 0; a < i.length - 1; a++) c =
|
|
623
|
+
for (e = i[0], a = 0; a < i.length - 1; a++) c = L(this, l[s + a], o, a), c === B && (c = this._$AH[a]), n ||= !Z(c) || c !== this._$AH[a], c === b ? e = b : e !== b && (e += (c ?? "") + i[a + 1]), this._$AH[a] = c;
|
|
624
624
|
}
|
|
625
|
-
n && !
|
|
625
|
+
n && !r && this.j(e);
|
|
626
626
|
}
|
|
627
627
|
j(e) {
|
|
628
628
|
e === b ? this.element.removeAttribute(this.name) : this.element.setAttribute(this.name, e ?? "");
|
|
629
629
|
}
|
|
630
630
|
}
|
|
631
|
-
class
|
|
631
|
+
class ot extends se {
|
|
632
632
|
constructor() {
|
|
633
633
|
super(...arguments), this.type = 3;
|
|
634
634
|
}
|
|
@@ -636,7 +636,7 @@ class et extends te {
|
|
|
636
636
|
this.element[this.name] = e === b ? void 0 : e;
|
|
637
637
|
}
|
|
638
638
|
}
|
|
639
|
-
class
|
|
639
|
+
class st extends se {
|
|
640
640
|
constructor() {
|
|
641
641
|
super(...arguments), this.type = 4;
|
|
642
642
|
}
|
|
@@ -644,43 +644,43 @@ class tt extends te {
|
|
|
644
644
|
this.element.toggleAttribute(this.name, !!e && e !== b);
|
|
645
645
|
}
|
|
646
646
|
}
|
|
647
|
-
class
|
|
648
|
-
constructor(e, o,
|
|
649
|
-
super(e, o,
|
|
647
|
+
class rt extends se {
|
|
648
|
+
constructor(e, o, s, r, i) {
|
|
649
|
+
super(e, o, s, r, i), this.type = 5;
|
|
650
650
|
}
|
|
651
651
|
_$AI(e, o = this) {
|
|
652
|
-
if ((e =
|
|
653
|
-
const
|
|
654
|
-
|
|
652
|
+
if ((e = L(this, e, o, 0) ?? b) === B) return;
|
|
653
|
+
const s = this._$AH, r = e === b && s !== b || e.capture !== s.capture || e.once !== s.once || e.passive !== s.passive, i = e !== b && (s === b || r);
|
|
654
|
+
r && this.element.removeEventListener(this.name, this, s), i && this.element.addEventListener(this.name, this, e), this._$AH = e;
|
|
655
655
|
}
|
|
656
656
|
handleEvent(e) {
|
|
657
657
|
typeof this._$AH == "function" ? this._$AH.call(this.options?.host ?? this.element, e) : this._$AH.handleEvent(e);
|
|
658
658
|
}
|
|
659
659
|
}
|
|
660
|
-
class
|
|
661
|
-
constructor(e, o,
|
|
662
|
-
this.element = e, this.type = 6, this._$AN = void 0, this._$AM = o, this.options =
|
|
660
|
+
class it {
|
|
661
|
+
constructor(e, o, s) {
|
|
662
|
+
this.element = e, this.type = 6, this._$AN = void 0, this._$AM = o, this.options = s;
|
|
663
663
|
}
|
|
664
664
|
get _$AU() {
|
|
665
665
|
return this._$AM._$AU;
|
|
666
666
|
}
|
|
667
667
|
_$AI(e) {
|
|
668
|
-
|
|
668
|
+
L(this, e);
|
|
669
669
|
}
|
|
670
670
|
}
|
|
671
|
-
const
|
|
672
|
-
|
|
673
|
-
const
|
|
674
|
-
const
|
|
675
|
-
let
|
|
676
|
-
if (
|
|
671
|
+
const nt = le.litHtmlPolyfillSupport;
|
|
672
|
+
nt?.(X, J), (le.litHtmlVersions ??= []).push("3.3.2");
|
|
673
|
+
const at = (t, e, o) => {
|
|
674
|
+
const s = o?.renderBefore ?? e;
|
|
675
|
+
let r = s._$litPart$;
|
|
676
|
+
if (r === void 0) {
|
|
677
677
|
const i = o?.renderBefore ?? null;
|
|
678
|
-
|
|
678
|
+
s._$litPart$ = r = new J(e.insertBefore(Y(), i), i, void 0, o ?? {});
|
|
679
679
|
}
|
|
680
|
-
return
|
|
680
|
+
return r._$AI(t), r;
|
|
681
681
|
};
|
|
682
|
-
const
|
|
683
|
-
let
|
|
682
|
+
const ce = globalThis;
|
|
683
|
+
let R = class extends F {
|
|
684
684
|
constructor() {
|
|
685
685
|
super(...arguments), this.renderOptions = { host: this }, this._$Do = void 0;
|
|
686
686
|
}
|
|
@@ -690,7 +690,7 @@ let H = class extends V {
|
|
|
690
690
|
}
|
|
691
691
|
update(e) {
|
|
692
692
|
const o = this.render();
|
|
693
|
-
this.hasUpdated || (this.renderOptions.isConnected = this.isConnected), super.update(e), this._$Do =
|
|
693
|
+
this.hasUpdated || (this.renderOptions.isConnected = this.isConnected), super.update(e), this._$Do = at(o, this.renderRoot, this.renderOptions);
|
|
694
694
|
}
|
|
695
695
|
connectedCallback() {
|
|
696
696
|
super.connectedCallback(), this._$Do?.setConnected(!0);
|
|
@@ -699,20 +699,20 @@ let H = class extends V {
|
|
|
699
699
|
super.disconnectedCallback(), this._$Do?.setConnected(!1);
|
|
700
700
|
}
|
|
701
701
|
render() {
|
|
702
|
-
return
|
|
702
|
+
return B;
|
|
703
703
|
}
|
|
704
704
|
};
|
|
705
|
-
|
|
706
|
-
const
|
|
707
|
-
|
|
708
|
-
(
|
|
709
|
-
const
|
|
710
|
-
var
|
|
711
|
-
for (var
|
|
712
|
-
(n = t[i]) && (
|
|
713
|
-
return
|
|
705
|
+
R._$litElement$ = !0, R.finalized = !0, ce.litElementHydrateSupport?.({ LitElement: R });
|
|
706
|
+
const lt = ce.litElementPolyfillSupport;
|
|
707
|
+
lt?.({ LitElement: R });
|
|
708
|
+
(ce.litElementVersions ??= []).push("4.2.2");
|
|
709
|
+
const ht = S`:host{display:inline-flex;align-items:center;cursor:pointer;-webkit-user-select:none;user-select:none;outline:0;--nf-switch-padding:.1rem}:host[disabled]{cursor:not-allowed;opacity:.6}.switch-wrapper{position:relative;display:inline-block}.switch-container{position:relative;z-index:1;width:3.1rem;height:1.5rem;background-color:var(--nf-background-color);border-radius:.75rem;transition:background-color .2s ease;overflow:hidden}:host(:not([disabled]):not([checked])) .switch-container:hover{background:var(--nf-background-color-hover)}:host([checked]) .switch-container{background-color:var(--nf-primary-color,var(--nf-primary-color))}:host([disabled]) .switch-container{opacity:.5}.ripple{position:absolute;border-radius:.875rem;inset:-.2rem;background-color:#6464641a;animation:ripple-animation 1s ease-out forwards;pointer-events:none;opacity:1}@keyframes ripple-animation{0%{opacity:0}20%{opacity:1}to{opacity:0}}.switch-thumb{position:absolute;top:.125rem;left:0;width:1.25rem;height:1.25rem;transition:transform .2s ease-in-out}.switch-thumb:before{content:\"\";position:absolute;top:0;left:0;width:1.25rem;height:1.25rem;background-color:#fff;border-radius:.625rem;box-shadow:0 .125rem .25rem #0003;transition:width .2s ease-in-out,transform .2s ease-in-out}:host(:not([checked])) .switch-thumb{transform:translate(.125rem)}:host(:not([checked])) .switch-container:active .switch-thumb:before{width:1.625rem;border-radius:.625rem}:host([checked]) .switch-thumb{transform:translate(1.725rem)}:host([checked]) .switch-container:active .switch-thumb:before{width:1.625rem;border-radius:.625rem;transform:translate(-.375rem)}:host(:focus) .switch-container{outline:.125rem solid var(--nf-primary-color,var(--nf-primary-color));outline-offset:.125rem}`;
|
|
710
|
+
var ct = Object.defineProperty, dt = Object.getOwnPropertyDescriptor, de = (t, e, o, s) => {
|
|
711
|
+
for (var r = s > 1 ? void 0 : s ? dt(e, o) : e, i = t.length - 1, n; i >= 0; i--)
|
|
712
|
+
(n = t[i]) && (r = (s ? n(e, o, r) : n(r)) || r);
|
|
713
|
+
return s && r && ct(e, o, r), r;
|
|
714
714
|
};
|
|
715
|
-
let
|
|
715
|
+
let U = class extends R {
|
|
716
716
|
constructor() {
|
|
717
717
|
super(...arguments), this.checked = !1, this.disabled = !1, this.rippleElement = null;
|
|
718
718
|
}
|
|
@@ -731,14 +731,14 @@ let F = class extends H {
|
|
|
731
731
|
if (!e) return;
|
|
732
732
|
const o = e.querySelector(".ripple");
|
|
733
733
|
o && e.removeChild(o);
|
|
734
|
-
const
|
|
735
|
-
|
|
736
|
-
e.contains(
|
|
734
|
+
const s = document.createElement("div");
|
|
735
|
+
s.classList.add("ripple"), e.appendChild(s), s.addEventListener("animationend", () => {
|
|
736
|
+
e.contains(s) && e.removeChild(s);
|
|
737
737
|
});
|
|
738
738
|
}
|
|
739
739
|
// 渲染开关组件
|
|
740
740
|
render() {
|
|
741
|
-
return
|
|
741
|
+
return ie`<div class=switch-wrapper><div class=switch-container @click=${this.toggleSwitch} aria-checked=${this.checked} aria-disabled=${this.disabled} role=switch><div class=switch-thumb></div></div></div>`;
|
|
742
742
|
}
|
|
743
743
|
connectedCallback() {
|
|
744
744
|
this.style.transition = "none", super.connectedCallback(), requestAnimationFrame(() => {
|
|
@@ -746,30 +746,30 @@ let F = class extends H {
|
|
|
746
746
|
});
|
|
747
747
|
}
|
|
748
748
|
};
|
|
749
|
-
|
|
750
|
-
|
|
749
|
+
U.styles = [ht];
|
|
750
|
+
de([
|
|
751
751
|
h({ type: Boolean, reflect: !0 })
|
|
752
|
-
],
|
|
753
|
-
|
|
752
|
+
], U.prototype, "checked", 2);
|
|
753
|
+
de([
|
|
754
754
|
h({ type: Boolean, reflect: !0 })
|
|
755
|
-
],
|
|
756
|
-
|
|
757
|
-
|
|
758
|
-
],
|
|
759
|
-
const
|
|
755
|
+
], U.prototype, "disabled", 2);
|
|
756
|
+
U = de([
|
|
757
|
+
N("nf-switch")
|
|
758
|
+
], U);
|
|
759
|
+
const Rt = M({
|
|
760
760
|
tagName: "nf-switch",
|
|
761
|
-
elementClass:
|
|
762
|
-
react:
|
|
761
|
+
elementClass: U,
|
|
762
|
+
react: H,
|
|
763
763
|
events: {
|
|
764
764
|
onChange: "change"
|
|
765
765
|
}
|
|
766
|
-
}),
|
|
767
|
-
var
|
|
768
|
-
for (var
|
|
769
|
-
(n = t[i]) && (
|
|
770
|
-
return
|
|
766
|
+
}), ut = S`:host{width:10rem;position:relative;display:inline-flex;align-items:center;box-sizing:border-box;padding:0;overflow:hidden;--nf-input-number-color:var(--nf-color);--nf-input-number-prefix-color:color-mix(in srgb, var(--nf-color), transparent 20%);--nf-input-number-surfix-color:color-mix(in srgb, var(--nf-color), transparent 20%)}.input-number{position:relative;padding-right:.6125rem;flex:1;height:100%;outline:0;border:none;background:0 0;box-sizing:border-box;color:var(--nf-input-number-color);font-weight:var(--nf-font-weight);text-align:left;transition:padding-right var(--nf-transition-fast) ease}.input-number .input-number-input-wrapper{height:100%}.input-number .input-number-input-wrapper .input-number-input{background:0 0;width:100%;height:100%;text-align:start;border:0;outline:0;padding:0;box-sizing:border-box;color:var(--nf-input-number-color);font-size:var(--nf-font-size);font-weight:var(--nf-font-weight);font-family:var(--nf-font-family),sans-serif}.input-number::-webkit-inner-spin-button,.input-number::-webkit-outer-spin-button{-webkit-appearance:none;margin:0}.input-number[type=number]{appearance:textfield}:host([controls]) .input-number:hover{padding-right:1.5rem}:host([controls]) .input-number:hover .controls{width:1.5rem}:host([center]) .input-number{padding-left:1.5rem!important;padding-right:1.5rem!important}:host([center]) .input-number .input-number-input{text-align:center}:host([center]) .input-number:hover{padding-left:1.5rem!important;padding-right:1.5rem!important}:host([center]) .input-prefix{position:absolute;left:0;top:0;bottom:0;z-index:1;pointer-events:none}:host([center]) .input-suffix{position:absolute;right:0;top:0;bottom:0;z-index:1;pointer-events:none}:host([center]) .input-number{flex:1;width:100%}.input-prefix{display:flex;align-items:center;justify-content:center;box-sizing:border-box;padding-inline-start:.6125rem;color:var(--nf-input-number-prefix-color);font-size:var(--nf-font-size);pointer-events:none;-webkit-user-select:none;user-select:none}.input-prefix:not(:empty){padding-inline-end:.25rem}.input-suffix{display:flex;align-items:center;justify-content:center;color:var(--nf-input-number-surfix-color);font-size:var(--nf-font-size);pointer-events:none;-webkit-user-select:none;user-select:none}.input-suffix:not(:empty){padding-inline-end:.6125rem;padding-inline-start:.5rem}.controls{position:absolute;top:0;right:0;height:100%;width:0;overflow:hidden;display:flex;flex-direction:column;box-sizing:border-box;transition:width var(--nf-transition-fast) ease}.controls:before{content:\"\";position:absolute;left:0;top:0;bottom:0;width:.67px;background-color:var(--nf-control-divider-color)}:host([suffix]) .controls:after{content:\"\";position:absolute;right:0;top:0;bottom:0;width:.67px;background-color:var(--nf-control-divider-color)}.control-btn{flex:1;display:flex;align-items:center;justify-content:center;background:0 0;border:none;cursor:pointer;transition:background-color var(--nf-transition-fast) ease;outline:0;-webkit-user-select:none;user-select:none}.control-btn:hover{background-color:var(--nf-control-btn-background-hover)}.control-btn:active{background-color:var(--nf-control-btn-background-active)}.control-btn:focus-visible{background-color:var(--nf-control-btn-background-hover)}.control-btn svg{display:block;pointer-events:none;fill:none;stroke:var(--nf-select-icon-color);stroke-width:1;stroke-linecap:round}.control-btn-up{border-bottom:.67px solid var(--nf-control-divider-color)}:host(:not([suffix])) .control-btn-up{border-top-right-radius:var(--nf-border-radius)}:host(:not([suffix])) .control-btn-down{border-bottom-right-radius:var(--nf-border-radius)}:host([disabled]) .input-number-input{cursor:not-allowed;color:var(--nf-color-disabled)}:host([disabled]) .input-prefix,:host([disabled]) .input-suffix{color:var(--nf-color-disabled)}:host([disabled]) .controls{display:none}:host([disabled]) .control-btn{cursor:not-allowed;pointer-events:none;opacity:.5}`;
|
|
767
|
+
var pt = Object.defineProperty, ft = Object.getOwnPropertyDescriptor, m = (t, e, o, s) => {
|
|
768
|
+
for (var r = s > 1 ? void 0 : s ? ft(e, o) : e, i = t.length - 1, n; i >= 0; i--)
|
|
769
|
+
(n = t[i]) && (r = (s ? n(e, o, r) : n(r)) || r);
|
|
770
|
+
return s && r && pt(e, o, r), r;
|
|
771
771
|
};
|
|
772
|
-
let
|
|
772
|
+
let p = class extends I {
|
|
773
773
|
constructor() {
|
|
774
774
|
super(...arguments), this.value = 0, this.formatter = (t) => {
|
|
775
775
|
if (t === null) return "";
|
|
@@ -857,8 +857,8 @@ let u = class extends W {
|
|
|
857
857
|
this.value = e;
|
|
858
858
|
let o = this.fixFloatingPoint(this.value + t * this.step);
|
|
859
859
|
o = this.clampValue(o);
|
|
860
|
-
const
|
|
861
|
-
|
|
860
|
+
const s = this.validateParsed(o);
|
|
861
|
+
s !== null && (o = s, o !== this.value && (this.value = o, this.setText(this.formatter(o)), this.dispatchEvent(
|
|
862
862
|
new CustomEvent("change", {
|
|
863
863
|
detail: o
|
|
864
864
|
})
|
|
@@ -874,22 +874,22 @@ let u = class extends W {
|
|
|
874
874
|
return f`<div class=input-prefix>${this.prefix}</div><div class=input-number><div class=input-number-input-wrapper><input inputmode=decimal class=input-number-input .value=${this.text} ?disabled=${this.disabled} @blur=${this.onBlur} @focus=${this.onFocus} @input=${this.onInput} @keydown=${this.onKeyDown} @wheel=${this.onWheel} @keyup=${this.onKeyUp}></div>${this.controls ? f`<div class=controls><button class="control-btn control-btn-up"type=button ?disabled=${this.disabled} @click=${() => this.handleStepChange(1)} aria-label="Increase value"><svg width=12 height=12 viewBox="0 0 24 24"><path d="M6 14.6l6-6.6 6 6.6"/></svg></button><button class="control-btn control-btn-down"type=button ?disabled=${this.disabled} @click=${() => this.handleStepChange(-1)} aria-label="Decrease value"><svg width=12 height=12 viewBox="0 0 24 24"><path d="M18 9.4l-6 6.6-6-6.6"/></svg></button></div>` : ""}</div>${this.suffix ? f`<div class=input-suffix>${this.suffix}</div>` : ""}`;
|
|
875
875
|
}
|
|
876
876
|
};
|
|
877
|
-
|
|
877
|
+
p.styles = [q, ut];
|
|
878
878
|
m([
|
|
879
879
|
h({ type: Number })
|
|
880
|
-
],
|
|
880
|
+
], p.prototype, "value", 2);
|
|
881
881
|
m([
|
|
882
882
|
h({ attribute: !1 })
|
|
883
|
-
],
|
|
883
|
+
], p.prototype, "formatter", 2);
|
|
884
884
|
m([
|
|
885
885
|
h({ attribute: !1 })
|
|
886
|
-
],
|
|
886
|
+
], p.prototype, "parser", 2);
|
|
887
887
|
m([
|
|
888
888
|
h({ type: String, reflect: !0 })
|
|
889
|
-
],
|
|
889
|
+
], p.prototype, "prefix", 2);
|
|
890
890
|
m([
|
|
891
891
|
h({ type: String, reflect: !0 })
|
|
892
|
-
],
|
|
892
|
+
], p.prototype, "suffix", 2);
|
|
893
893
|
m([
|
|
894
894
|
h({
|
|
895
895
|
type: Boolean,
|
|
@@ -899,16 +899,16 @@ m([
|
|
|
899
899
|
toAttribute: (t) => t ? "" : null
|
|
900
900
|
}
|
|
901
901
|
})
|
|
902
|
-
],
|
|
902
|
+
], p.prototype, "controls", 2);
|
|
903
903
|
m([
|
|
904
904
|
h({ type: Number })
|
|
905
|
-
],
|
|
905
|
+
], p.prototype, "step", 2);
|
|
906
906
|
m([
|
|
907
907
|
h({ type: Number })
|
|
908
|
-
],
|
|
908
|
+
], p.prototype, "min", 2);
|
|
909
909
|
m([
|
|
910
910
|
h({ type: Number })
|
|
911
|
-
],
|
|
911
|
+
], p.prototype, "max", 2);
|
|
912
912
|
m([
|
|
913
913
|
h({
|
|
914
914
|
type: Boolean,
|
|
@@ -918,45 +918,45 @@ m([
|
|
|
918
918
|
toAttribute: (t) => t ? "" : null
|
|
919
919
|
}
|
|
920
920
|
})
|
|
921
|
-
],
|
|
921
|
+
], p.prototype, "changeOnWheel", 2);
|
|
922
922
|
m([
|
|
923
923
|
h({ type: Boolean, reflect: !0 })
|
|
924
|
-
],
|
|
924
|
+
], p.prototype, "disabled", 2);
|
|
925
925
|
m([
|
|
926
926
|
h({ type: Boolean, attribute: "no-decimal" })
|
|
927
|
-
],
|
|
927
|
+
], p.prototype, "noDecimal", 2);
|
|
928
928
|
m([
|
|
929
929
|
h({ type: Boolean, attribute: "no-zero" })
|
|
930
|
-
],
|
|
930
|
+
], p.prototype, "noZero", 2);
|
|
931
931
|
m([
|
|
932
932
|
h({ type: Boolean, attribute: "no-negative" })
|
|
933
|
-
],
|
|
933
|
+
], p.prototype, "noNegative", 2);
|
|
934
934
|
m([
|
|
935
935
|
h({ type: Boolean, reflect: !0 })
|
|
936
|
-
],
|
|
936
|
+
], p.prototype, "center", 2);
|
|
937
937
|
m([
|
|
938
|
-
|
|
939
|
-
],
|
|
938
|
+
$()
|
|
939
|
+
], p.prototype, "text", 2);
|
|
940
940
|
m([
|
|
941
|
-
|
|
942
|
-
],
|
|
943
|
-
|
|
944
|
-
|
|
945
|
-
],
|
|
946
|
-
const
|
|
941
|
+
$()
|
|
942
|
+
], p.prototype, "isFocused", 2);
|
|
943
|
+
p = m([
|
|
944
|
+
N("nf-input-number")
|
|
945
|
+
], p);
|
|
946
|
+
const bt = M({
|
|
947
947
|
tagName: "nf-input-number",
|
|
948
|
-
elementClass:
|
|
949
|
-
react:
|
|
948
|
+
elementClass: p,
|
|
949
|
+
react: H,
|
|
950
950
|
events: {
|
|
951
951
|
onChange: "change"
|
|
952
952
|
}
|
|
953
|
-
}),
|
|
954
|
-
var
|
|
955
|
-
for (var
|
|
956
|
-
(n = t[i]) && (
|
|
957
|
-
return
|
|
953
|
+
}), Lt = bt, mt = S`:host{cursor:pointer;-webkit-user-select:none;user-select:none;width:calc(1rem + 2px);height:calc(1rem + 2px)}:host([disabled]){cursor:not-allowed;opacity:.6}.checkbox-container{position:relative;transition:opacity .2s ease}.checkbox-box{width:1rem;height:1rem;border-radius:.25rem;background-color:var(--nf-background-color);border:1px solid var(--nf-border-color);display:flex;align-items:center;justify-content:center;transition:background-color .2s ease,border-color .2s ease}:host(:hover:not([checked]):not([disabled])) .checkbox-box{border-color:var(--nf-primary-color,var(--nf-primary-color))}:host([checked]) .checkbox-box{background-color:var(--nf-primary-color,var(--nf-primary-color));border-color:var(--nf-primary-color,var(--nf-primary-color))}:host([disabled]) .checkbox-box{border-color:#fffc;background:#fffc;cursor:not-allowed;pointer-events:none}:host([disabled][checked]) .checkbox-box{background-color:#fffc;border-color:#fffc}.checkbox-icon{color:#fff;font-size:.75rem;line-height:1;font-weight:700;transition:transform .2s ease;display:flex;align-items:center}:host([checked]) .checkbox-icon{transform:scale(1)}:host(:focus) .checkbox-container{outline:.125rem solid var(--nf-primary-color,var(--nf-primary-color));outline-offset:.125rem}`;
|
|
954
|
+
var gt = Object.defineProperty, vt = Object.getOwnPropertyDescriptor, ue = (t, e, o, s) => {
|
|
955
|
+
for (var r = s > 1 ? void 0 : s ? vt(e, o) : e, i = t.length - 1, n; i >= 0; i--)
|
|
956
|
+
(n = t[i]) && (r = (s ? n(e, o, r) : n(r)) || r);
|
|
957
|
+
return s && r && gt(e, o, r), r;
|
|
958
958
|
};
|
|
959
|
-
let
|
|
959
|
+
let j = class extends R {
|
|
960
960
|
constructor() {
|
|
961
961
|
super(...arguments), this.checked = !1, this.disabled = !1;
|
|
962
962
|
}
|
|
@@ -972,7 +972,7 @@ let L = class extends H {
|
|
|
972
972
|
}
|
|
973
973
|
// 渲染复选框组件
|
|
974
974
|
render() {
|
|
975
|
-
return
|
|
975
|
+
return ie`<div class=checkbox-container @click=${this.toggleCheckbox} aria-checked=${this.checked} aria-disabled=${this.disabled} role=checkbox><div class=checkbox-box>${this.checked ? ie`<div class=checkbox-icon><svg viewBox="64 64 896 896"focusable=false data-icon=check width=0.625rem height=0.625rem fill=currentColor aria-hidden=true><path d="M912 190h-69.9c-9.8 0-19.1 4.5-25.1 12.2L404.7 724.5 207 474a32 32 0 00-25.1-12.2H112c-6.7 0-10.4 7.7-6.3 12.9l273.9 347c12.8 16.2 37.4 16.2 50.3 0l488.4-618.9c4.1-5.1.4-12.8-6.3-12.8z"></path></svg></div>` : ""}</div></div>`;
|
|
976
976
|
}
|
|
977
977
|
connectedCallback() {
|
|
978
978
|
this.style.transition = "none", super.connectedCallback(), requestAnimationFrame(() => {
|
|
@@ -980,30 +980,30 @@ let L = class extends H {
|
|
|
980
980
|
});
|
|
981
981
|
}
|
|
982
982
|
};
|
|
983
|
-
|
|
984
|
-
|
|
983
|
+
j.styles = [mt];
|
|
984
|
+
ue([
|
|
985
985
|
h({ type: Boolean, reflect: !0 })
|
|
986
|
-
],
|
|
987
|
-
|
|
986
|
+
], j.prototype, "checked", 2);
|
|
987
|
+
ue([
|
|
988
988
|
h({ type: Boolean, reflect: !0 })
|
|
989
|
-
],
|
|
990
|
-
|
|
991
|
-
|
|
992
|
-
],
|
|
993
|
-
const
|
|
989
|
+
], j.prototype, "disabled", 2);
|
|
990
|
+
j = ue([
|
|
991
|
+
N("nf-checkbox")
|
|
992
|
+
], j);
|
|
993
|
+
const Ut = M({
|
|
994
994
|
tagName: "nf-checkbox",
|
|
995
|
-
elementClass:
|
|
996
|
-
react:
|
|
995
|
+
elementClass: j,
|
|
996
|
+
react: H,
|
|
997
997
|
events: {
|
|
998
998
|
onChange: "change"
|
|
999
999
|
}
|
|
1000
|
-
}),
|
|
1001
|
-
var
|
|
1002
|
-
for (var
|
|
1003
|
-
(n = t[i]) && (
|
|
1004
|
-
return
|
|
1000
|
+
}), yt = S`:host{display:inline-block;position:relative;width:calc(.9rem + (var(--nf-height) - 1.25rem)/ 2 + 7ch)}:host(:not([disabled-alpha])){width:calc(.9rem + (var(--nf-height) - 1.25rem)/ 2 + 9ch)}:host([disabled]){cursor:not-allowed;opacity:.6}:host([disabled]:hover){border-color:var(--nf-border-color);background:var(--nf-background-color)}:host([open]){border-color:var(--nf-border-color-hover);box-shadow:0 0 0 .15rem var(--nf-box-shadow-color-focus)}.trigger{width:calc(100% + 1.5rem + 2px);height:calc(100% + 2px);margin:-1px -.75rem;padding:1px .75rem;box-sizing:border-box;display:flex;align-items:center;cursor:pointer;transition:all .2s;font-size:.875rem;position:relative}:host(:not([disabled])) .trigger:hover{border-color:var(--nf-color-primary)}.trigger[disabled]{cursor:not-allowed;opacity:.6}:host([disabled]) .trigger{cursor:not-allowed;color:var(--nf-color-disabled)}.color-block{width:1.25rem;height:1.25rem;border-radius:.125rem;margin-left:calc((var(--nf-height) - 1.25rem)/ 2 - .75rem);margin-right:.4rem}:host(.hide-text) .color-block{margin-right:calc((var(--nf-height) - 1.25rem)/ 2 - .75rem)}.color-text{flex:1;text-align:center;text-transform:uppercase}.panel{position:absolute;z-index:1000;background:var(--nf-color-picker-card-background,var(--nf-dropdown-background));-webkit-backdrop-filter:blur(64px);backdrop-filter:blur(64px);border-radius:var(--nf-border-radius);box-shadow:0 6px 16px 0 var(--nf-color-picker-card-shadow,var(--nf-dropdown-shadow)),0 3px 6px -4px var(--nf-color-picker-card-shadow,var(--nf-dropdown-shadow)),0 9px 28px 8px var(--nf-color-picker-card-shadow,var(--nf-dropdown-shadow));-webkit-user-select:none;user-select:none}.panel-content{padding:.75rem;width:15rem}.color-selector{height:9.375rem;position:relative;margin-bottom:.75rem;border-radius:var(--nf-border-radius);overflow:hidden}.color-sb{width:100%;height:100%;position:relative;cursor:pointer}.sb-white{position:absolute;inset:0;background:linear-gradient(to right,#fff,#fff0)}.sb-black{position:absolute;inset:0;background:linear-gradient(to top,#000,#0000)}.selector{position:absolute;width:.625rem;height:.625rem;border:.125rem solid #fff;border-radius:50%;transform:translate(-50%,-50%);box-shadow:0 0 .125rem #00000080;pointer-events:none}.slider-container{margin-bottom:.5rem}.slider-container:last-child{margin-bottom:0}.sliders-row{display:flex;align-items:center;gap:.75rem}.sliders{flex:1}.slider{position:relative;height:.75rem;border-radius:.375rem}.hue-slider{background:linear-gradient(to right,red,#ff0,#0f0,#0ff,#00f,#f0f,red)}.alpha-slider{position:relative;background-image:linear-gradient(45deg,var(--nf-color-picker-card-checker,#ccc) 25%,transparent 25%),linear-gradient(-45deg,var(--nf-color-picker-card-checker,#ccc) 25%,transparent 25%),linear-gradient(45deg,transparent 75%,var(--nf-color-picker-card-checker,#ccc) 75%),linear-gradient(-45deg,transparent 75%,var(--nf-color-picker-card-checker,#ccc) 75%);background-size:.375rem .375rem;background-position:0 0,0 .1875rem,.1875rem -.1875rem,-.1875rem 0;background-color:var(--nf-color-picker-card-checker-bg,#fff);border-radius:.375rem}.alpha-slider-input{position:relative;z-index:2}.alpha-gradient{position:absolute;inset:0;border-radius:.375rem}input[type=range]{-webkit-appearance:none;width:100%;height:100%;background:0 0;outline:0;position:absolute;top:0;left:0;margin:0;padding:0}input[type=range]::-webkit-slider-thumb{-webkit-appearance:none;width:1rem;height:1rem;border-radius:50%;background:#fff;border:.125rem solid var(--nf-color-border);cursor:pointer;box-shadow:0 0 .125rem #00000080;position:relative;z-index:1}input[type=range]::-moz-range-thumb{width:1rem;height:1rem;border-radius:50%;background:#fff;border:.125rem solid var(--nf-color-border);cursor:pointer;box-shadow:0 0 .125rem #00000080}.current-color-container{display:flex}.current-color{width:2rem;height:2rem;border-radius:var(--nf-border-radius);border:.0625rem solid var(--nf-color-border)}:host(:not([disabled-alpha])) .current-color{width:2.5rem;height:2.5rem}`;
|
|
1001
|
+
var wt = Object.defineProperty, _t = Object.getOwnPropertyDescriptor, y = (t, e, o, s) => {
|
|
1002
|
+
for (var r = s > 1 ? void 0 : s ? _t(e, o) : e, i = t.length - 1, n; i >= 0; i--)
|
|
1003
|
+
(n = t[i]) && (r = (s ? n(e, o, r) : n(r)) || r);
|
|
1004
|
+
return s && r && wt(e, o, r), r;
|
|
1005
1005
|
};
|
|
1006
|
-
let g = class extends
|
|
1006
|
+
let g = class extends I {
|
|
1007
1007
|
constructor() {
|
|
1008
1008
|
super(...arguments), this.value = "#FF0000", this.disabled = !1, this.disabledAlpha = !1, this.open = !1, this.showText = !0, this.placement = "bottom", this.align = "left", this.autoAdjust = !0, this._panelVisible = !1, this._internalValue = "#FF0000FF", this._hsb = { h: 0, s: 100, b: 100 }, this._panelPosition = { top: 0, left: 0 }, this._handleGlobalClick = (t) => {
|
|
1009
1009
|
this._panelVisible && !this.contains(t.target) && this._closePanel();
|
|
@@ -1043,34 +1043,34 @@ let g = class extends W {
|
|
|
1043
1043
|
}
|
|
1044
1044
|
// 从HEX颜色值更新HSB值
|
|
1045
1045
|
_updateHSBFromHex(t) {
|
|
1046
|
-
const e = parseInt(t.slice(1, 3), 16) / 255, o = parseInt(t.slice(3, 5), 16) / 255,
|
|
1046
|
+
const e = parseInt(t.slice(1, 3), 16) / 255, o = parseInt(t.slice(3, 5), 16) / 255, s = parseInt(t.slice(5, 7), 16) / 255, r = Math.max(e, o, s), i = Math.min(e, o, s), n = r - i;
|
|
1047
1047
|
let l = 0, a = 0;
|
|
1048
|
-
const c =
|
|
1049
|
-
n !== 0 && (a = n /
|
|
1048
|
+
const c = r;
|
|
1049
|
+
n !== 0 && (a = n / r, r === e ? l = (o - s) / n % 6 : r === o ? l = (s - e) / n + 2 : l = (e - o) / n + 4, l *= 60, l < 0 && (l += 360)), this._hsb = {
|
|
1050
1050
|
h: Math.round(l),
|
|
1051
1051
|
s: Math.round(a * 100),
|
|
1052
1052
|
b: Math.round(c * 100)
|
|
1053
1053
|
};
|
|
1054
1054
|
}
|
|
1055
1055
|
// 从HSB值生成HEX颜色值
|
|
1056
|
-
_generateHexFromHSB(t, e, o,
|
|
1056
|
+
_generateHexFromHSB(t, e, o, s = "FF") {
|
|
1057
1057
|
e /= 100, o /= 100;
|
|
1058
|
-
const
|
|
1058
|
+
const r = o * e, i = r * (1 - Math.abs(t / 60 % 2 - 1)), n = o - r;
|
|
1059
1059
|
let l = 0, a = 0, c = 0;
|
|
1060
|
-
return 0 <= t && t < 60 ? (l =
|
|
1060
|
+
return 0 <= t && t < 60 ? (l = r, a = i, c = 0) : 60 <= t && t < 120 ? (l = i, a = r, c = 0) : 120 <= t && t < 180 ? (l = 0, a = r, c = i) : 180 <= t && t < 240 ? (l = 0, a = i, c = r) : 240 <= t && t < 300 ? (l = i, a = 0, c = r) : 300 <= t && t < 360 && (l = r, a = 0, c = i), l = Math.round((l + n) * 255), a = Math.round((a + n) * 255), c = Math.round((c + n) * 255), "#" + l.toString(16).padStart(2, "0") + a.toString(16).padStart(2, "0") + c.toString(16).padStart(2, "0") + s;
|
|
1061
1061
|
}
|
|
1062
1062
|
// 计算面板位置
|
|
1063
1063
|
_updatePanelPosition() {
|
|
1064
1064
|
requestAnimationFrame(() => {
|
|
1065
1065
|
const t = this.getBoundingClientRect(), e = this.shadowRoot?.querySelector(".panel");
|
|
1066
1066
|
if (!e) return;
|
|
1067
|
-
const o = 0.15 * 16,
|
|
1067
|
+
const o = 0.15 * 16, s = 8, r = e.offsetWidth || 240, i = e.offsetHeight || 300;
|
|
1068
1068
|
let n = this.placement, l = this.align;
|
|
1069
|
-
this.autoAdjust && (n === "bottom" ? window.innerHeight - t.bottom -
|
|
1069
|
+
this.autoAdjust && (n === "bottom" ? window.innerHeight - t.bottom - s < i && t.top - s >= i && (n = "top") : t.top - s < i && window.innerHeight - t.bottom - s >= i && (n = "bottom"), l === "right" ? t.right - o < r && t.left + t.width + o + r <= window.innerWidth && (l = "left") : t.left - o + r > window.innerWidth && t.right - o >= r && (l = "right"));
|
|
1070
1070
|
let a;
|
|
1071
|
-
n === "bottom" ? a = t.height +
|
|
1071
|
+
n === "bottom" ? a = t.height + s : a = -i - s;
|
|
1072
1072
|
let c;
|
|
1073
|
-
l === "right" ? c = t.width -
|
|
1073
|
+
l === "right" ? c = t.width - r + o : c = -o, this._panelPosition = { top: a, left: c };
|
|
1074
1074
|
});
|
|
1075
1075
|
}
|
|
1076
1076
|
// 打开面板
|
|
@@ -1098,8 +1098,8 @@ let g = class extends W {
|
|
|
1098
1098
|
// 处理HSB颜色变化
|
|
1099
1099
|
_handleHSBChange(t, e, o) {
|
|
1100
1100
|
this._hsb = { h: t, s: e, b: o };
|
|
1101
|
-
const
|
|
1102
|
-
this._handleColorChange(
|
|
1101
|
+
const s = this._internalValue.slice(7), r = this._generateHexFromHSB(t, e, o, s);
|
|
1102
|
+
this._handleColorChange(r);
|
|
1103
1103
|
}
|
|
1104
1104
|
// 处理Alpha值变化
|
|
1105
1105
|
_handleAlphaChange(t) {
|
|
@@ -1125,7 +1125,7 @@ let g = class extends W {
|
|
|
1125
1125
|
_handleSBChange(t) {
|
|
1126
1126
|
const e = this.shadowRoot?.querySelector(".color-sb");
|
|
1127
1127
|
if (!e) return;
|
|
1128
|
-
const o = e.getBoundingClientRect(),
|
|
1128
|
+
const o = e.getBoundingClientRect(), s = t instanceof MouseEvent ? t.clientX : t.touches[0].clientX, r = t instanceof MouseEvent ? t.clientY : t.touches[0].clientY, i = Math.max(0, Math.min(100, Math.round((s - o.left) / o.width * 100))), n = Math.max(0, Math.min(100, Math.round((1 - (r - o.top) / o.height) * 100)));
|
|
1129
1129
|
this._handleHSBChange(this._hsb.h, i, n);
|
|
1130
1130
|
}
|
|
1131
1131
|
// 处理透明度选择
|
|
@@ -1250,20 +1250,20 @@ let g = class extends W {
|
|
|
1250
1250
|
`;
|
|
1251
1251
|
}
|
|
1252
1252
|
};
|
|
1253
|
-
g.styles = [
|
|
1254
|
-
|
|
1253
|
+
g.styles = [q, yt];
|
|
1254
|
+
y([
|
|
1255
1255
|
h({ type: String })
|
|
1256
1256
|
], g.prototype, "value", 2);
|
|
1257
|
-
|
|
1257
|
+
y([
|
|
1258
1258
|
h({ type: Boolean, reflect: !0 })
|
|
1259
1259
|
], g.prototype, "disabled", 2);
|
|
1260
|
-
|
|
1260
|
+
y([
|
|
1261
1261
|
h({ type: Boolean, reflect: !0, attribute: "disabled-alpha" })
|
|
1262
1262
|
], g.prototype, "disabledAlpha", 2);
|
|
1263
|
-
|
|
1263
|
+
y([
|
|
1264
1264
|
h({ type: Boolean, reflect: !0 })
|
|
1265
1265
|
], g.prototype, "open", 2);
|
|
1266
|
-
|
|
1266
|
+
y([
|
|
1267
1267
|
h({
|
|
1268
1268
|
attribute: "show-text",
|
|
1269
1269
|
reflect: !0,
|
|
@@ -1273,13 +1273,13 @@ _([
|
|
|
1273
1273
|
}
|
|
1274
1274
|
})
|
|
1275
1275
|
], g.prototype, "showText", 2);
|
|
1276
|
-
|
|
1276
|
+
y([
|
|
1277
1277
|
h({ type: String })
|
|
1278
1278
|
], g.prototype, "placement", 2);
|
|
1279
|
-
|
|
1279
|
+
y([
|
|
1280
1280
|
h({ type: String })
|
|
1281
1281
|
], g.prototype, "align", 2);
|
|
1282
|
-
|
|
1282
|
+
y([
|
|
1283
1283
|
h({
|
|
1284
1284
|
attribute: "auto-adjust",
|
|
1285
1285
|
converter: {
|
|
@@ -1288,39 +1288,39 @@ _([
|
|
|
1288
1288
|
}
|
|
1289
1289
|
})
|
|
1290
1290
|
], g.prototype, "autoAdjust", 2);
|
|
1291
|
-
|
|
1292
|
-
|
|
1291
|
+
y([
|
|
1292
|
+
$()
|
|
1293
1293
|
], g.prototype, "_panelVisible", 2);
|
|
1294
|
-
|
|
1295
|
-
|
|
1294
|
+
y([
|
|
1295
|
+
$()
|
|
1296
1296
|
], g.prototype, "_internalValue", 2);
|
|
1297
|
-
|
|
1298
|
-
|
|
1297
|
+
y([
|
|
1298
|
+
$()
|
|
1299
1299
|
], g.prototype, "_hsb", 2);
|
|
1300
|
-
|
|
1301
|
-
|
|
1300
|
+
y([
|
|
1301
|
+
$()
|
|
1302
1302
|
], g.prototype, "_panelPosition", 2);
|
|
1303
|
-
g =
|
|
1304
|
-
|
|
1303
|
+
g = y([
|
|
1304
|
+
N("nf-color-picker")
|
|
1305
1305
|
], g);
|
|
1306
|
-
const
|
|
1306
|
+
const jt = M({
|
|
1307
1307
|
tagName: "nf-color-picker",
|
|
1308
1308
|
elementClass: g,
|
|
1309
|
-
react:
|
|
1309
|
+
react: H,
|
|
1310
1310
|
events: {
|
|
1311
1311
|
onChange: "change",
|
|
1312
1312
|
onOpenChange: "openChange"
|
|
1313
1313
|
}
|
|
1314
1314
|
});
|
|
1315
|
-
const
|
|
1316
|
-
let
|
|
1315
|
+
const $t = { ATTRIBUTE: 1 }, xt = (t) => (...e) => ({ _$litDirective$: t, values: e });
|
|
1316
|
+
let kt = class {
|
|
1317
1317
|
constructor(e) {
|
|
1318
1318
|
}
|
|
1319
1319
|
get _$AU() {
|
|
1320
1320
|
return this._$AM._$AU;
|
|
1321
1321
|
}
|
|
1322
|
-
_$AT(e, o,
|
|
1323
|
-
this._$Ct = e, this._$AM = o, this._$Ci =
|
|
1322
|
+
_$AT(e, o, s) {
|
|
1323
|
+
this._$Ct = e, this._$AM = o, this._$Ci = s;
|
|
1324
1324
|
}
|
|
1325
1325
|
_$AS(e, o) {
|
|
1326
1326
|
return this.update(e, o);
|
|
@@ -1329,37 +1329,37 @@ let $t = class {
|
|
|
1329
1329
|
return this.render(...o);
|
|
1330
1330
|
}
|
|
1331
1331
|
};
|
|
1332
|
-
const
|
|
1332
|
+
const De = "important", Et = " !" + De, ke = xt(class extends kt {
|
|
1333
1333
|
constructor(t) {
|
|
1334
|
-
if (super(t), t.type !==
|
|
1334
|
+
if (super(t), t.type !== $t.ATTRIBUTE || t.name !== "style" || t.strings?.length > 2) throw Error("The `styleMap` directive must be used in the `style` attribute and must be the only part in the attribute.");
|
|
1335
1335
|
}
|
|
1336
1336
|
render(t) {
|
|
1337
1337
|
return Object.keys(t).reduce((e, o) => {
|
|
1338
|
-
const
|
|
1339
|
-
return
|
|
1338
|
+
const s = t[o];
|
|
1339
|
+
return s == null ? e : e + `${o = o.includes("-") ? o : o.replace(/(?:^(webkit|moz|ms|o)|)(?=[A-Z])/g, "-$&").toLowerCase()}:${s};`;
|
|
1340
1340
|
}, "");
|
|
1341
1341
|
}
|
|
1342
1342
|
update(t, [e]) {
|
|
1343
1343
|
const { style: o } = t.element;
|
|
1344
1344
|
if (this.ft === void 0) return this.ft = new Set(Object.keys(e)), this.render(e);
|
|
1345
|
-
for (const
|
|
1346
|
-
for (const
|
|
1347
|
-
const
|
|
1348
|
-
if (
|
|
1349
|
-
this.ft.add(
|
|
1350
|
-
const i = typeof
|
|
1351
|
-
|
|
1345
|
+
for (const s of this.ft) e[s] == null && (this.ft.delete(s), s.includes("-") ? o.removeProperty(s) : o[s] = null);
|
|
1346
|
+
for (const s in e) {
|
|
1347
|
+
const r = e[s];
|
|
1348
|
+
if (r != null) {
|
|
1349
|
+
this.ft.add(s);
|
|
1350
|
+
const i = typeof r == "string" && r.endsWith(Et);
|
|
1351
|
+
s.includes("-") || i ? o.setProperty(s, i ? r.slice(0, -11) : r, i ? De : "") : o[s] = r;
|
|
1352
1352
|
}
|
|
1353
1353
|
}
|
|
1354
|
-
return
|
|
1354
|
+
return B;
|
|
1355
1355
|
}
|
|
1356
|
-
}),
|
|
1357
|
-
var
|
|
1358
|
-
for (var
|
|
1359
|
-
(n = t[i]) && (
|
|
1360
|
-
return
|
|
1356
|
+
}), Ct = S`:host{display:inline-flex;align-items:center;position:relative;width:100%;height:1.25rem;background-color:var(--nf-border-color,#e0e0e0);border-radius:.625rem;cursor:pointer;-webkit-user-select:none;user-select:none;border:none;box-shadow:none;padding:0}:host:hover{background-color:var(--nf-border-color,#e0e0e0);border:none}:host:focus{box-shadow:none;outline:0}:host([disabled]){cursor:not-allowed;opacity:.6}.slider-fill{position:absolute;left:0;top:0;height:100%;background-color:var(--nf-primary-color,#5e72f9);border-radius:.625rem 0 0 .625rem;pointer-events:none}.slider-handle{position:absolute;width:1.25rem;height:1.25rem;background-color:#fff;border-radius:50%;top:50%;transform:translate(-50%,-50%);cursor:grab;outline:0;box-shadow:0 1px 3px #0000004d;transition:transform .15s ease,box-shadow .15s ease;z-index:1}:host([disabled]) .slider-handle{cursor:not-allowed}:host(:not([disabled])) .slider-handle:hover{transform:translate(-50%,-50%) scale(1.05)}:host(:not([disabled])) .slider-handle:active{cursor:grabbing;transform:translate(-50%,-50%) scale(1.15);box-shadow:0 3px 8px #0006}.slider-handle:focus{box-shadow:0 0 0 3px #5e72f94d}.slider-tooltip{position:absolute;bottom:calc(100% + .5rem);left:50%;transform:translate(-50%);background-color:var(--nf-slider-tooltip-background);color:var(--nf-color);padding:.25rem .5rem;border-radius:.25rem;font-size:.75rem;white-space:nowrap;opacity:0;transition:opacity .2s ease;pointer-events:none;box-shadow:0 0 .4rem .1rem #0000001a}.slider-tooltip.visible{opacity:1}`;
|
|
1357
|
+
var St = Object.defineProperty, At = Object.getOwnPropertyDescriptor, x = (t, e, o, s) => {
|
|
1358
|
+
for (var r = s > 1 ? void 0 : s ? At(e, o) : e, i = t.length - 1, n; i >= 0; i--)
|
|
1359
|
+
(n = t[i]) && (r = (s ? n(e, o, r) : n(r)) || r);
|
|
1360
|
+
return s && r && St(e, o, r), r;
|
|
1361
1361
|
};
|
|
1362
|
-
let v = class extends
|
|
1362
|
+
let v = class extends I {
|
|
1363
1363
|
constructor() {
|
|
1364
1364
|
super(...arguments), this.value = 0, this.defaultValue = 0, this.min = 0, this.max = 100, this.step = 1, this.disabled = !1, this.range = !1, this.tooltip = !1, this._currentValue = 0, this._isDragging = !1, this._showTooltip = !1, this._handleHostMouseDown = (t) => {
|
|
1365
1365
|
this.disabled || (t.preventDefault(), this._startDrag(t));
|
|
@@ -1430,7 +1430,7 @@ let v = class extends W {
|
|
|
1430
1430
|
this._isDragging = !0, this._showTooltip = !0, this._updateValue(t), document.addEventListener("mousemove", this._handleDrag), document.addEventListener("touchmove", this._handleDrag, { passive: !1 }), document.addEventListener("mouseup", this._stopDrag), document.addEventListener("touchend", this._stopDrag);
|
|
1431
1431
|
}
|
|
1432
1432
|
_updateValue(t) {
|
|
1433
|
-
const e = this.getBoundingClientRect(), o = t instanceof MouseEvent ? t.clientX : t.touches[0].clientX,
|
|
1433
|
+
const e = this.getBoundingClientRect(), o = t instanceof MouseEvent ? t.clientX : t.touches[0].clientX, s = Math.max(0, Math.min(1, (o - e.left) / e.width)), r = this.max - this.min, i = this.min + s * r, n = Math.round((i - this.min) / this.step), l = this.min + n * this.step;
|
|
1434
1434
|
this._currentValue = Math.min(this.max, Math.max(this.min, l)), this.requestUpdate();
|
|
1435
1435
|
}
|
|
1436
1436
|
_getValuePercentage() {
|
|
@@ -1438,66 +1438,197 @@ let v = class extends W {
|
|
|
1438
1438
|
return t === 0 ? 0 : (this._currentValue - this.min) / t * 100;
|
|
1439
1439
|
}
|
|
1440
1440
|
render() {
|
|
1441
|
-
const t = this._getValuePercentage(), e = `${t}%`, o = `${t}%`,
|
|
1442
|
-
return f`<div class=slider-fill style=${
|
|
1441
|
+
const t = this._getValuePercentage(), e = `${t}%`, o = `${t}%`, s = `slider-tooltip ${this._showTooltip || this.tooltip ? "visible" : ""}`;
|
|
1442
|
+
return f`<div class=slider-fill style=${ke({ width: o })}></div><div class=slider-handle style=${ke({ left: e })} tabindex=${this.disabled ? -1 : 0} @mousedown=${this._handleMouseDown} @touchstart=${this._handleTouchStart} @keydown=${this._handleKeyDown}><div class=${s}>${this._currentValue}</div></div>`;
|
|
1443
1443
|
}
|
|
1444
1444
|
};
|
|
1445
|
-
v.styles = [
|
|
1446
|
-
|
|
1445
|
+
v.styles = [q, Ct];
|
|
1446
|
+
x([
|
|
1447
1447
|
h({ type: Number })
|
|
1448
1448
|
], v.prototype, "value", 2);
|
|
1449
|
-
|
|
1449
|
+
x([
|
|
1450
1450
|
h({ type: Number })
|
|
1451
1451
|
], v.prototype, "defaultValue", 2);
|
|
1452
|
-
|
|
1452
|
+
x([
|
|
1453
1453
|
h({ type: Number })
|
|
1454
1454
|
], v.prototype, "min", 2);
|
|
1455
|
-
|
|
1455
|
+
x([
|
|
1456
1456
|
h({ type: Number })
|
|
1457
1457
|
], v.prototype, "max", 2);
|
|
1458
|
-
|
|
1458
|
+
x([
|
|
1459
1459
|
h({ type: Number })
|
|
1460
1460
|
], v.prototype, "step", 2);
|
|
1461
|
-
|
|
1461
|
+
x([
|
|
1462
1462
|
h({ type: Boolean, reflect: !0 })
|
|
1463
1463
|
], v.prototype, "disabled", 2);
|
|
1464
|
-
|
|
1464
|
+
x([
|
|
1465
1465
|
h({ type: Boolean })
|
|
1466
1466
|
], v.prototype, "range", 2);
|
|
1467
|
-
|
|
1467
|
+
x([
|
|
1468
1468
|
h({ type: Boolean })
|
|
1469
1469
|
], v.prototype, "tooltip", 2);
|
|
1470
|
-
|
|
1471
|
-
|
|
1470
|
+
x([
|
|
1471
|
+
$()
|
|
1472
1472
|
], v.prototype, "_currentValue", 2);
|
|
1473
|
-
|
|
1474
|
-
|
|
1473
|
+
x([
|
|
1474
|
+
$()
|
|
1475
1475
|
], v.prototype, "_isDragging", 2);
|
|
1476
|
-
|
|
1477
|
-
|
|
1476
|
+
x([
|
|
1477
|
+
$()
|
|
1478
1478
|
], v.prototype, "_showTooltip", 2);
|
|
1479
|
-
v =
|
|
1480
|
-
|
|
1479
|
+
v = x([
|
|
1480
|
+
N("nf-slider")
|
|
1481
1481
|
], v);
|
|
1482
|
-
const
|
|
1482
|
+
const qt = M({
|
|
1483
1483
|
tagName: "nf-slider",
|
|
1484
1484
|
elementClass: v,
|
|
1485
|
-
react:
|
|
1485
|
+
react: H,
|
|
1486
1486
|
events: {
|
|
1487
1487
|
onChange: "change"
|
|
1488
1488
|
}
|
|
1489
|
+
}), Pt = S`:host{width:var(--nf-width);position:relative;display:inline-block;--nf-textarea-padding:.4rem .75rem}:host([disabled]) .textarea{cursor:not-allowed;color:var(--nf-color-disabled)}::slotted(*){position:absolute;top:.75rem;left:.75rem;color:var(--nf-color)}:host([disabled]) ::slotted(*){color:var(--nf-color-disabled)}.textarea{position:absolute;inset:0;padding:var(--nf-textarea-padding);outline:0;border:none;background:0 0;box-sizing:border-box;color:var(--nf-color);font-size:var(--nf-font-size);font-weight:var(--nf-font-weight);font-family:var(--nf-font-family),sans-serif;resize:vertical;line-height:1.5715;overflow-y:auto;overflow-x:hidden}.textarea::-webkit-scrollbar{width:6px}.textarea::-webkit-scrollbar-track{background:0 0}.textarea::-webkit-scrollbar-thumb{background:var(--nf-scrollbar-thumb-color,rgba(0,0,0,.2));border-radius:3px}.textarea::-webkit-scrollbar-thumb:hover{background:var(--nf-scrollbar-thumb-hover-color,rgba(0,0,0,.3))}:host([autoSize]) .textarea{resize:none;overflow-y:hidden}.counter{position:absolute;bottom:.5rem;right:.75rem;font-size:.75rem;color:var(--nf-color-secondary,rgba(0,0,0,.45));pointer-events:none;-webkit-user-select:none;user-select:none}`;
|
|
1490
|
+
var Dt = Object.defineProperty, Mt = Object.getOwnPropertyDescriptor, A = (t, e, o, s) => {
|
|
1491
|
+
for (var r = s > 1 ? void 0 : s ? Mt(e, o) : e, i = t.length - 1, n; i >= 0; i--)
|
|
1492
|
+
(n = t[i]) && (r = (s ? n(e, o, r) : n(r)) || r);
|
|
1493
|
+
return s && r && Dt(e, o, r), r;
|
|
1494
|
+
};
|
|
1495
|
+
let _ = class extends I {
|
|
1496
|
+
constructor() {
|
|
1497
|
+
super(...arguments), this.value = "", this.placeholder = "", this.rows = 3, this.disabled = !1, this.showCount = !1, this.autoSize = !1, this.onInput = (t) => {
|
|
1498
|
+
t.stopPropagation();
|
|
1499
|
+
const e = t.target, o = e.value;
|
|
1500
|
+
this.textareaRef = e, this.dispatchEvent(
|
|
1501
|
+
new CustomEvent("input", {
|
|
1502
|
+
detail: o,
|
|
1503
|
+
bubbles: !0,
|
|
1504
|
+
composed: !0
|
|
1505
|
+
})
|
|
1506
|
+
), o !== void 0 && this.value !== o && (this.value = o, this.dispatchEvent(
|
|
1507
|
+
new CustomEvent("change", {
|
|
1508
|
+
detail: o,
|
|
1509
|
+
bubbles: !0,
|
|
1510
|
+
composed: !0
|
|
1511
|
+
})
|
|
1512
|
+
));
|
|
1513
|
+
}, this.onChange = (t) => {
|
|
1514
|
+
t.stopPropagation();
|
|
1515
|
+
const e = t.target?.value;
|
|
1516
|
+
e !== void 0 && this.value !== e && this.dispatchEvent(
|
|
1517
|
+
new CustomEvent("change", {
|
|
1518
|
+
detail: e,
|
|
1519
|
+
bubbles: !0,
|
|
1520
|
+
composed: !0
|
|
1521
|
+
})
|
|
1522
|
+
);
|
|
1523
|
+
}, this.onKeyDown = (t) => {
|
|
1524
|
+
if (t.key === "Enter" && (t.ctrlKey || t.metaKey)) {
|
|
1525
|
+
t.stopPropagation();
|
|
1526
|
+
const e = t.target?.value;
|
|
1527
|
+
e !== void 0 && this.dispatchEvent(
|
|
1528
|
+
new CustomEvent("pressEnter", {
|
|
1529
|
+
detail: e,
|
|
1530
|
+
bubbles: !0,
|
|
1531
|
+
composed: !0
|
|
1532
|
+
})
|
|
1533
|
+
);
|
|
1534
|
+
}
|
|
1535
|
+
};
|
|
1536
|
+
}
|
|
1537
|
+
render() {
|
|
1538
|
+
const t = this.showCount && this.maxLength !== void 0;
|
|
1539
|
+
return f`<slot></slot><textarea class=textarea .value=${this.value} placeholder=${this.placeholder} maxlength=${this.maxLength ?? ""} rows=${this.autoSize ? void 0 : this.rows} ?disabled=${this.disabled} @input=${this.onInput} @change=${this.onChange} @keydown=${this.onKeyDown}></textarea>${t ? f`<div class=counter>${this.value.length} / ${this.maxLength}</div>` : ""}`;
|
|
1540
|
+
}
|
|
1541
|
+
adjustHeight() {
|
|
1542
|
+
if (!this.textareaRef || !this.autoSize) return;
|
|
1543
|
+
const t = this.textareaRef;
|
|
1544
|
+
t.style.height = "0", t.style.overflowY = "hidden";
|
|
1545
|
+
const e = t.scrollHeight, o = getComputedStyle(t), s = parseFloat(o.lineHeight), r = parseFloat(o.paddingTop), i = parseFloat(o.paddingBottom);
|
|
1546
|
+
let n = e, l = !1;
|
|
1547
|
+
const a = typeof this.autoSize == "object" ? this.autoSize : {}, c = a.minRows, u = a.maxRows;
|
|
1548
|
+
if (c !== void 0) {
|
|
1549
|
+
const C = s * c + r + i;
|
|
1550
|
+
n = Math.max(n, C);
|
|
1551
|
+
}
|
|
1552
|
+
if (u !== void 0) {
|
|
1553
|
+
const C = s * u + r + i;
|
|
1554
|
+
e > C && (l = !0), n = Math.min(n, C);
|
|
1555
|
+
}
|
|
1556
|
+
const d = parseFloat(getComputedStyle(document.documentElement).fontSize), w = n / d, k = 0.125;
|
|
1557
|
+
t.style.height = `${w}rem`, t.style.overflowY = l ? "auto" : "hidden", this.style.height = `${w + k}rem`;
|
|
1558
|
+
}
|
|
1559
|
+
updated(t) {
|
|
1560
|
+
t.has("value") && this.autoSize && this.textareaRef && this.adjustHeight(), (t.has("rows") || t.has("autoSize")) && (this.updateHostHeight(), t.has("autoSize") && this.autoSize && this.textareaRef && this.adjustHeight());
|
|
1561
|
+
}
|
|
1562
|
+
firstUpdated() {
|
|
1563
|
+
this.textareaRef = this.shadowRoot?.querySelector(".textarea"), this.updateHostHeight(), this.autoSize && this.textareaRef && this.adjustHeight();
|
|
1564
|
+
}
|
|
1565
|
+
updateHostHeight() {
|
|
1566
|
+
if (this.autoSize) {
|
|
1567
|
+
if (!this.textareaRef) {
|
|
1568
|
+
const e = (typeof this.autoSize == "object" ? this.autoSize : {}).minRows ?? 2, n = 0.875 * 1.5715 * e + 0.8 + 0.125;
|
|
1569
|
+
this.style.height = `${n}rem`;
|
|
1570
|
+
}
|
|
1571
|
+
} else {
|
|
1572
|
+
const r = 1.3750624999999999 * this.rows + 0.8 + 0.125;
|
|
1573
|
+
this.style.height = `${r}rem`;
|
|
1574
|
+
}
|
|
1575
|
+
}
|
|
1576
|
+
connectedCallback() {
|
|
1577
|
+
this.style.transition = "none", super.connectedCallback(), requestAnimationFrame(() => {
|
|
1578
|
+
this.style.transition = "";
|
|
1579
|
+
});
|
|
1580
|
+
}
|
|
1581
|
+
};
|
|
1582
|
+
_.styles = [q, Pt];
|
|
1583
|
+
A([
|
|
1584
|
+
h({ type: String })
|
|
1585
|
+
], _.prototype, "value", 2);
|
|
1586
|
+
A([
|
|
1587
|
+
h({ type: String })
|
|
1588
|
+
], _.prototype, "placeholder", 2);
|
|
1589
|
+
A([
|
|
1590
|
+
h({ type: Number })
|
|
1591
|
+
], _.prototype, "maxLength", 2);
|
|
1592
|
+
A([
|
|
1593
|
+
h({ type: Number })
|
|
1594
|
+
], _.prototype, "rows", 2);
|
|
1595
|
+
A([
|
|
1596
|
+
h({ type: Boolean, reflect: !0 })
|
|
1597
|
+
], _.prototype, "disabled", 2);
|
|
1598
|
+
A([
|
|
1599
|
+
h({ type: Boolean })
|
|
1600
|
+
], _.prototype, "showCount", 2);
|
|
1601
|
+
A([
|
|
1602
|
+
h({ type: Object })
|
|
1603
|
+
], _.prototype, "autoSize", 2);
|
|
1604
|
+
A([
|
|
1605
|
+
$()
|
|
1606
|
+
], _.prototype, "textareaRef", 2);
|
|
1607
|
+
_ = A([
|
|
1608
|
+
N("nf-textarea")
|
|
1609
|
+
], _);
|
|
1610
|
+
const Wt = M({
|
|
1611
|
+
tagName: "nf-textarea",
|
|
1612
|
+
elementClass: _,
|
|
1613
|
+
react: H,
|
|
1614
|
+
events: {
|
|
1615
|
+
onInput: "input",
|
|
1616
|
+
onChange: "change",
|
|
1617
|
+
onPressEnter: "pressEnter"
|
|
1618
|
+
}
|
|
1489
1619
|
});
|
|
1490
|
-
function
|
|
1491
|
-
const { children: e, className: o, ...
|
|
1492
|
-
return /* @__PURE__ */ React.createElement("div", { theme: "light", "theme-color": "blue", className: "nf-root" + (o ? ` ${o}` : ""), ...
|
|
1620
|
+
function Kt(t) {
|
|
1621
|
+
const { children: e, className: o, ...s } = t;
|
|
1622
|
+
return /* @__PURE__ */ React.createElement("div", { theme: "light", "theme-color": "blue", className: "nf-root" + (o ? ` ${o}` : ""), ...s }, e);
|
|
1493
1623
|
}
|
|
1494
1624
|
export {
|
|
1495
|
-
|
|
1496
|
-
|
|
1497
|
-
|
|
1498
|
-
|
|
1499
|
-
|
|
1500
|
-
|
|
1501
|
-
|
|
1502
|
-
|
|
1625
|
+
Ut as NfCheckbox,
|
|
1626
|
+
jt as NfColorPicker,
|
|
1627
|
+
Bt as NfInput,
|
|
1628
|
+
Lt as NfInputNumber,
|
|
1629
|
+
Kt as NfRoot,
|
|
1630
|
+
Vt as NfSelect,
|
|
1631
|
+
qt as NfSlider,
|
|
1632
|
+
Rt as NfSwitch,
|
|
1633
|
+
Wt as NfTextarea
|
|
1503
1634
|
};
|