next-flow-design 1.2.0 → 1.4.0
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/components/nf-checkbox/nf-checkbox.d.ts +1 -0
- package/dist/components/nf-input-number/nf-input-number.d.ts +25 -15
- package/dist/components/nf-switch/nf-switch.d.ts +1 -0
- package/dist/index.css +1 -1
- package/dist/index.js +537 -488
- package/dist/react/components/nf-input-number/nf-input-number.d.ts +3 -4
- package/dist/react/components/nf-root/nf-root.d.ts +2 -0
- package/dist/react/index.d.ts +2 -1
- package/dist/react/index.js +356 -305
- package/package.json +1 -2
package/dist/react/index.js
CHANGED
|
@@ -1,7 +1,7 @@
|
|
|
1
|
-
import { createComponent as
|
|
2
|
-
import
|
|
3
|
-
import { css as
|
|
4
|
-
const
|
|
1
|
+
import { createComponent as N } from "@lit/react";
|
|
2
|
+
import T from "react";
|
|
3
|
+
import { css as C, LitElement as W, html as f } from "lit";
|
|
4
|
+
const O = (t) => (e, s) => {
|
|
5
5
|
s !== void 0 ? s.addInitializer(() => {
|
|
6
6
|
customElements.define(t, e);
|
|
7
7
|
}) : customElements.define(t, e);
|
|
@@ -36,7 +36,7 @@ const De = (t) => new Pe(typeof t == "string" ? t : t + "", void 0, xe), Me = (t
|
|
|
36
36
|
for (const o of e.cssRules) s += o.cssText;
|
|
37
37
|
return De(s);
|
|
38
38
|
})(t) : t;
|
|
39
|
-
const { is:
|
|
39
|
+
const { is: Ne, defineProperty: Te, getOwnPropertyDescriptor: Oe, getOwnPropertyNames: Be, getOwnPropertySymbols: Ve, getPrototypeOf: He } = Object, te = globalThis, fe = te.trustedTypes, Ue = fe ? fe.emptyScript : "", Le = te.reactiveElementPolyfillSupport, j = (t, e) => t, J = { toAttribute(t, e) {
|
|
40
40
|
switch (e) {
|
|
41
41
|
case Boolean:
|
|
42
42
|
t = t ? Ue : null;
|
|
@@ -64,9 +64,9 @@ const { is: Oe, defineProperty: Ve, getOwnPropertyDescriptor: Ne, getOwnProperty
|
|
|
64
64
|
}
|
|
65
65
|
}
|
|
66
66
|
return s;
|
|
67
|
-
} }, ne = (t, e) => !
|
|
67
|
+
} }, ne = (t, e) => !Ne(t, e), be = { attribute: !0, type: String, converter: J, reflect: !1, useDefault: !1, hasChanged: ne };
|
|
68
68
|
Symbol.metadata ??= /* @__PURE__ */ Symbol("metadata"), te.litPropertyMetadata ??= /* @__PURE__ */ new WeakMap();
|
|
69
|
-
let
|
|
69
|
+
let V = class extends HTMLElement {
|
|
70
70
|
static addInitializer(e) {
|
|
71
71
|
this._$Ei(), (this.l ??= []).push(e);
|
|
72
72
|
}
|
|
@@ -76,11 +76,11 @@ let T = class extends HTMLElement {
|
|
|
76
76
|
static createProperty(e, s = be) {
|
|
77
77
|
if (s.state && (s.attribute = !1), this._$Ei(), this.prototype.hasOwnProperty(e) && ((s = Object.create(s)).wrapped = !0), this.elementProperties.set(e, s), !s.noAccessor) {
|
|
78
78
|
const o = /* @__PURE__ */ Symbol(), r = this.getPropertyDescriptor(e, o, s);
|
|
79
|
-
r !== void 0 &&
|
|
79
|
+
r !== void 0 && Te(this.prototype, e, r);
|
|
80
80
|
}
|
|
81
81
|
}
|
|
82
82
|
static getPropertyDescriptor(e, s, o) {
|
|
83
|
-
const { get: r, set: i } =
|
|
83
|
+
const { get: r, set: i } = Oe(this.prototype, e) ?? { get() {
|
|
84
84
|
return this[s];
|
|
85
85
|
}, set(n) {
|
|
86
86
|
this[s] = n;
|
|
@@ -101,7 +101,7 @@ let T = class extends HTMLElement {
|
|
|
101
101
|
static finalize() {
|
|
102
102
|
if (this.hasOwnProperty(j("finalized"))) return;
|
|
103
103
|
if (this.finalized = !0, this._$Ei(), this.hasOwnProperty(j("properties"))) {
|
|
104
|
-
const s = this.properties, o = [...Be(s), ...
|
|
104
|
+
const s = this.properties, o = [...Be(s), ...Ve(s)];
|
|
105
105
|
for (const r of o) this.createProperty(r, s[r]);
|
|
106
106
|
}
|
|
107
107
|
const e = this[Symbol.metadata];
|
|
@@ -247,8 +247,8 @@ let T = class extends HTMLElement {
|
|
|
247
247
|
firstUpdated(e) {
|
|
248
248
|
}
|
|
249
249
|
};
|
|
250
|
-
|
|
251
|
-
const
|
|
250
|
+
V.elementStyles = [], V.shadowRootOptions = { mode: "open" }, V[j("elementProperties")] = /* @__PURE__ */ new Map(), V[j("finalized")] = /* @__PURE__ */ new Map(), Le?.({ ReactiveElement: V }), (te.reactiveElementVersions ??= []).push("2.1.2");
|
|
251
|
+
const Fe = { attribute: !0, type: String, converter: J, reflect: !1, hasChanged: ne }, Ie = (t = Fe, e, s) => {
|
|
252
252
|
const { kind: o, metadata: r } = s;
|
|
253
253
|
let i = globalThis.litPropertyMetadata.get(r);
|
|
254
254
|
if (i === void 0 && globalThis.litPropertyMetadata.set(r, i = /* @__PURE__ */ new Map()), o === "setter" && ((t = Object.create(t)).wrapped = !0), i.set(s.name, t), o === "accessor") {
|
|
@@ -270,21 +270,21 @@ const Le = { attribute: !0, type: String, converter: J, reflect: !1, hasChanged:
|
|
|
270
270
|
throw Error("Unsupported decorator location: " + o);
|
|
271
271
|
};
|
|
272
272
|
function h(t) {
|
|
273
|
-
return (e, s) => typeof s == "object" ?
|
|
273
|
+
return (e, s) => typeof s == "object" ? Ie(t, e, s) : ((o, r, i) => {
|
|
274
274
|
const n = r.hasOwnProperty(i);
|
|
275
275
|
return r.constructor.createProperty(i, o), n ? Object.getOwnPropertyDescriptor(r, i) : void 0;
|
|
276
276
|
})(t, e, s);
|
|
277
277
|
}
|
|
278
|
-
function
|
|
278
|
+
function w(t) {
|
|
279
279
|
return h({ ...t, state: !0, attribute: !1 });
|
|
280
280
|
}
|
|
281
|
-
const K =
|
|
281
|
+
const K = C`: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)}`, je = C`:host{width:var(--nf-width);position:relative;display:inline-block}: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}`;
|
|
282
282
|
var ze = Object.defineProperty, Re = Object.getOwnPropertyDescriptor, B = (t, e, s, o) => {
|
|
283
283
|
for (var r = o > 1 ? void 0 : o ? Re(e, s) : e, i = t.length - 1, n; i >= 0; i--)
|
|
284
284
|
(n = t[i]) && (r = (o ? n(e, s, r) : n(r)) || r);
|
|
285
285
|
return o && r && ze(e, s, r), r;
|
|
286
286
|
};
|
|
287
|
-
let
|
|
287
|
+
let $ = class extends W {
|
|
288
288
|
constructor() {
|
|
289
289
|
super(...arguments), this.value = "", this.placeholder = "", this.type = "text", this.disabled = !1, this.showPassword = !1, this.onInput = (t) => {
|
|
290
290
|
t.stopPropagation();
|
|
@@ -330,13 +330,13 @@ let w = class extends q {
|
|
|
330
330
|
}
|
|
331
331
|
render() {
|
|
332
332
|
const t = this.type === "password" && !this.showPassword ? "password" : "text", e = this.type === "password";
|
|
333
|
-
return
|
|
333
|
+
return f`<slot></slot><input .value=${t} ?disabled=${this.value} @change=${this.placeholder} @input=${this.maxLength ?? ""} @keydown=${this.disabled} class=input maxlength=${this.onInput} placeholder=${this.onChange} type=${this.onKeyDown}> ${e ? f`<button @click=${this.togglePasswordVisibility} aria-label=${this.showPassword ? "Hide password" : "Show password"} class=toggle-password tabindex=-1 type=button>${this.showPassword ? this.renderEyeOffIcon() : this.renderEyeIcon()}</button>` : ""}`;
|
|
334
334
|
}
|
|
335
335
|
renderEyeIcon() {
|
|
336
|
-
return
|
|
336
|
+
return f`<svg height=16 stroke=currentColor stroke-width=2 viewBox="0 0 24 24"width=16><path d="M1 12s4-8 11-8 11 8 11 8-4 8-11 8-11-8-11-8z"/><circle cx=12 cy=12 r=3 /></svg>`;
|
|
337
337
|
}
|
|
338
338
|
renderEyeOffIcon() {
|
|
339
|
-
return
|
|
339
|
+
return f`<svg height=16 stroke=currentColor stroke-width=2 viewBox="0 0 24 24"width=16><path d="M17.94 17.94A10.07 10.07 0 0 1 12 20c-7 0-11-8-11-8a18.45 18.45 0 0 1 5.06-5.94M9.9 4.24A9.12 9.12 0 0 1 12 4c7 0 11 8 11 8a18.5 18.5 0 0 1-2.16 3.19m-6.72-1.07a3 3 0 1 1-4.24-4.24"/><line x1=1 x2=23 y1=1 y2=23 /></svg>`;
|
|
340
340
|
}
|
|
341
341
|
connectedCallback() {
|
|
342
342
|
this.style.transition = "none", super.connectedCallback(), requestAnimationFrame(() => {
|
|
@@ -344,48 +344,48 @@ let w = class extends q {
|
|
|
344
344
|
});
|
|
345
345
|
}
|
|
346
346
|
};
|
|
347
|
-
|
|
347
|
+
$.styles = [K, je];
|
|
348
348
|
B([
|
|
349
349
|
h({ type: String })
|
|
350
|
-
],
|
|
350
|
+
], $.prototype, "value", 2);
|
|
351
351
|
B([
|
|
352
352
|
h({ type: String })
|
|
353
|
-
],
|
|
353
|
+
], $.prototype, "placeholder", 2);
|
|
354
354
|
B([
|
|
355
355
|
h({ type: String })
|
|
356
|
-
],
|
|
356
|
+
], $.prototype, "type", 2);
|
|
357
357
|
B([
|
|
358
358
|
h({ type: Number })
|
|
359
|
-
],
|
|
359
|
+
], $.prototype, "maxLength", 2);
|
|
360
360
|
B([
|
|
361
361
|
h({ type: Boolean, reflect: !0 })
|
|
362
|
-
],
|
|
362
|
+
], $.prototype, "disabled", 2);
|
|
363
363
|
B([
|
|
364
|
-
|
|
365
|
-
],
|
|
366
|
-
|
|
367
|
-
|
|
368
|
-
],
|
|
369
|
-
const Mt =
|
|
364
|
+
w()
|
|
365
|
+
], $.prototype, "showPassword", 2);
|
|
366
|
+
$ = B([
|
|
367
|
+
O("nf-input")
|
|
368
|
+
], $);
|
|
369
|
+
const Mt = N({
|
|
370
370
|
tagName: "nf-input",
|
|
371
|
-
elementClass:
|
|
372
|
-
react:
|
|
371
|
+
elementClass: $,
|
|
372
|
+
react: T,
|
|
373
373
|
events: {
|
|
374
374
|
onInput: "input",
|
|
375
375
|
onChange: "change",
|
|
376
376
|
onPressEnter: "pressEnter"
|
|
377
377
|
}
|
|
378
378
|
});
|
|
379
|
-
async function
|
|
379
|
+
async function qe(t) {
|
|
380
380
|
return new Promise((e) => setTimeout(e, t));
|
|
381
381
|
}
|
|
382
|
-
const
|
|
383
|
-
var Ke = Object.defineProperty,
|
|
384
|
-
for (var r = o > 1 ? void 0 : o ?
|
|
382
|
+
const We = C`: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}`;
|
|
383
|
+
var Ke = Object.defineProperty, Ze = Object.getOwnPropertyDescriptor, Z = (t, e, s, o) => {
|
|
384
|
+
for (var r = o > 1 ? void 0 : o ? Ze(e, s) : e, i = t.length - 1, n; i >= 0; i--)
|
|
385
385
|
(n = t[i]) && (r = (o ? n(e, s, r) : n(r)) || r);
|
|
386
386
|
return o && r && Ke(e, s, r), r;
|
|
387
387
|
};
|
|
388
|
-
let
|
|
388
|
+
let E = class extends W {
|
|
389
389
|
constructor() {
|
|
390
390
|
super(...arguments), this.value = "", this.options = [], this.disabled = !1, this.showDropdown = !1, this.jumpCloseFlag = !1, this.timeoutId = null, this.onFocus = () => {
|
|
391
391
|
this.disabled || (this.timeoutId && clearTimeout(this.timeoutId), this.showDropdown = !0, this.jumpCloseFlag = !0);
|
|
@@ -404,12 +404,12 @@ let C = class extends q {
|
|
|
404
404
|
};
|
|
405
405
|
}
|
|
406
406
|
async set(t) {
|
|
407
|
-
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
|
|
407
|
+
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 qe(34), this.blur();
|
|
408
408
|
}
|
|
409
409
|
render() {
|
|
410
410
|
const t = this.options.findIndex((s) => s.value == this.value), e = t > -1 ? this.options[t]?.label : this.value;
|
|
411
|
-
return
|
|
412
|
-
(s) =>
|
|
411
|
+
return f`<div class=dropdown>${(this.showDropdown ? this.options : []).map(
|
|
412
|
+
(s) => f`<div @click=${() => this.set(s.value)} class="${this.value == s.value ? "item-selected" : "item-unselected"} item">${s.label}</div>`
|
|
413
413
|
)}</div><slot></slot><div class=text>${e}</div><svg class=icon height=24 viewBox="0 0 24 24"width=24><path d="M17 10l-5 5.5-5-5.5"/></svg>`;
|
|
414
414
|
}
|
|
415
415
|
connectedCallback() {
|
|
@@ -421,11 +421,11 @@ let C = class extends q {
|
|
|
421
421
|
super.disconnectedCallback(), this.removeEventListener("focus", this.onFocus), this.removeEventListener("blur", this.onBlur), this.removeEventListener("click", this.onClick);
|
|
422
422
|
}
|
|
423
423
|
};
|
|
424
|
-
|
|
425
|
-
|
|
424
|
+
E.styles = [K, We];
|
|
425
|
+
Z([
|
|
426
426
|
h({ type: String })
|
|
427
|
-
],
|
|
428
|
-
|
|
427
|
+
], E.prototype, "value", 2);
|
|
428
|
+
Z([
|
|
429
429
|
h({
|
|
430
430
|
type: Array,
|
|
431
431
|
converter: (t) => {
|
|
@@ -440,72 +440,72 @@ Y([
|
|
|
440
440
|
return [];
|
|
441
441
|
}
|
|
442
442
|
})
|
|
443
|
-
],
|
|
444
|
-
|
|
443
|
+
], E.prototype, "options", 2);
|
|
444
|
+
Z([
|
|
445
445
|
h({ type: Boolean, reflect: !0 })
|
|
446
|
-
],
|
|
447
|
-
|
|
448
|
-
|
|
449
|
-
],
|
|
450
|
-
|
|
451
|
-
|
|
452
|
-
],
|
|
453
|
-
const
|
|
446
|
+
], E.prototype, "disabled", 2);
|
|
447
|
+
Z([
|
|
448
|
+
w()
|
|
449
|
+
], E.prototype, "showDropdown", 2);
|
|
450
|
+
E = Z([
|
|
451
|
+
O("nf-select")
|
|
452
|
+
], E);
|
|
453
|
+
const Nt = N({
|
|
454
454
|
tagName: "nf-select",
|
|
455
|
-
elementClass:
|
|
456
|
-
react:
|
|
455
|
+
elementClass: E,
|
|
456
|
+
react: T,
|
|
457
457
|
events: {
|
|
458
458
|
onInput: "input",
|
|
459
459
|
onChange: "change"
|
|
460
460
|
}
|
|
461
461
|
});
|
|
462
|
-
const ae = globalThis, me = (t) => t, Q = ae.trustedTypes, ge = Q ? Q.createPolicy("lit-html", { createHTML: (t) => t }) : void 0,
|
|
463
|
-
\f\r]`,
|
|
464
|
-
\f\r"'\`<>=]|("|')|))|$)`, "g"), ye = /'/g, we = /"/g,
|
|
465
|
-
function
|
|
462
|
+
const ae = globalThis, me = (t) => t, Q = ae.trustedTypes, ge = Q ? Q.createPolicy("lit-html", { createHTML: (t) => t }) : void 0, ke = "$lit$", A = `lit$${Math.random().toFixed(9).slice(2)}$`, Ae = "?" + A, Ye = `<${Ae}>`, D = document, z = () => D.createComment(""), R = (t) => t === null || typeof t != "object" && typeof t != "function", le = Array.isArray, Xe = (t) => le(t) || typeof t?.[Symbol.iterator] == "function", oe = `[
|
|
463
|
+
\f\r]`, I = /<(?:(!--|\/[^a-zA-Z])|(\/?[a-zA-Z][^>\s]*)|(\/?$))/g, ve = /-->/g, _e = />/g, S = RegExp(`>|${oe}(?:([^\\s"'>=/]+)(${oe}*=${oe}*(?:[^
|
|
464
|
+
\f\r"'\`<>=]|("|')|))|$)`, "g"), ye = /'/g, we = /"/g, Ee = /^(?:script|style|textarea|title)$/i, Ge = (t) => (e, ...s) => ({ _$litType$: t, strings: e, values: s }), re = Ge(1), M = /* @__PURE__ */ Symbol.for("lit-noChange"), b = /* @__PURE__ */ Symbol.for("lit-nothing"), $e = /* @__PURE__ */ new WeakMap(), P = D.createTreeWalker(D, 129);
|
|
465
|
+
function Ce(t, e) {
|
|
466
466
|
if (!le(t) || !t.hasOwnProperty("raw")) throw Error("invalid template strings array");
|
|
467
467
|
return ge !== void 0 ? ge.createHTML(e) : e;
|
|
468
468
|
}
|
|
469
469
|
const Je = (t, e) => {
|
|
470
470
|
const s = t.length - 1, o = [];
|
|
471
|
-
let r, i = e === 2 ? "<svg>" : e === 3 ? "<math>" : "", n =
|
|
471
|
+
let r, i = e === 2 ? "<svg>" : e === 3 ? "<math>" : "", n = I;
|
|
472
472
|
for (let l = 0; l < s; l++) {
|
|
473
473
|
const a = t[l];
|
|
474
474
|
let c, u, d = -1, x = 0;
|
|
475
|
-
for (; x < a.length && (n.lastIndex = x, u = n.exec(a), u !== null); ) x = n.lastIndex, n ===
|
|
476
|
-
const
|
|
477
|
-
i += n ===
|
|
475
|
+
for (; x < a.length && (n.lastIndex = x, u = n.exec(a), u !== null); ) x = n.lastIndex, n === I ? u[1] === "!--" ? n = ve : u[1] !== void 0 ? n = _e : u[2] !== void 0 ? (Ee.test(u[2]) && (r = RegExp("</" + u[2], "g")), n = S) : u[3] !== void 0 && (n = S) : n === S ? u[0] === ">" ? (n = r ?? I, d = -1) : u[1] === void 0 ? d = -2 : (d = n.lastIndex - u[2].length, c = u[1], n = u[3] === void 0 ? S : u[3] === '"' ? we : ye) : n === we || n === ye ? n = S : n === ve || n === _e ? n = I : (n = S, r = void 0);
|
|
476
|
+
const k = n === S && t[l + 1].startsWith("/>") ? " " : "";
|
|
477
|
+
i += n === I ? a + Ye : d >= 0 ? (o.push(c), a.slice(0, d) + ke + a.slice(d) + A + k) : a + A + (d === -2 ? l : k);
|
|
478
478
|
}
|
|
479
|
-
return [
|
|
479
|
+
return [Ce(t, i + (t[s] || "<?>") + (e === 2 ? "</svg>" : e === 3 ? "</math>" : "")), o];
|
|
480
480
|
};
|
|
481
|
-
class
|
|
481
|
+
class q {
|
|
482
482
|
constructor({ strings: e, _$litType$: s }, o) {
|
|
483
483
|
let r;
|
|
484
484
|
this.parts = [];
|
|
485
485
|
let i = 0, n = 0;
|
|
486
486
|
const l = e.length - 1, a = this.parts, [c, u] = Je(e, s);
|
|
487
|
-
if (this.el =
|
|
487
|
+
if (this.el = q.createElement(c, o), P.currentNode = this.el.content, s === 2 || s === 3) {
|
|
488
488
|
const d = this.el.content.firstChild;
|
|
489
489
|
d.replaceWith(...d.childNodes);
|
|
490
490
|
}
|
|
491
491
|
for (; (r = P.nextNode()) !== null && a.length < l; ) {
|
|
492
492
|
if (r.nodeType === 1) {
|
|
493
|
-
if (r.hasAttributes()) for (const d of r.getAttributeNames()) if (d.endsWith(
|
|
494
|
-
const x = u[n++],
|
|
495
|
-
a.push({ type: 1, index: i, name:
|
|
496
|
-
} else d.startsWith(
|
|
497
|
-
if (
|
|
498
|
-
const d = r.textContent.split(
|
|
493
|
+
if (r.hasAttributes()) for (const d of r.getAttributeNames()) if (d.endsWith(ke)) {
|
|
494
|
+
const x = u[n++], k = r.getAttribute(d).split(A), X = /([.?@])?(.*)/.exec(x);
|
|
495
|
+
a.push({ type: 1, index: i, name: X[2], strings: k, ctor: X[1] === "." ? et : X[1] === "?" ? tt : X[1] === "@" ? st : se }), r.removeAttribute(d);
|
|
496
|
+
} else d.startsWith(A) && (a.push({ type: 6, index: i }), r.removeAttribute(d));
|
|
497
|
+
if (Ee.test(r.tagName)) {
|
|
498
|
+
const d = r.textContent.split(A), x = d.length - 1;
|
|
499
499
|
if (x > 0) {
|
|
500
500
|
r.textContent = Q ? Q.emptyScript : "";
|
|
501
|
-
for (let
|
|
501
|
+
for (let k = 0; k < x; k++) r.append(d[k], z()), P.nextNode(), a.push({ type: 2, index: ++i });
|
|
502
502
|
r.append(d[x], z());
|
|
503
503
|
}
|
|
504
504
|
}
|
|
505
|
-
} else if (r.nodeType === 8) if (r.data ===
|
|
505
|
+
} else if (r.nodeType === 8) if (r.data === Ae) a.push({ type: 2, index: i });
|
|
506
506
|
else {
|
|
507
507
|
let d = -1;
|
|
508
|
-
for (; (d = r.data.indexOf(
|
|
508
|
+
for (; (d = r.data.indexOf(A, d + 1)) !== -1; ) a.push({ type: 7, index: i }), d += A.length - 1;
|
|
509
509
|
}
|
|
510
510
|
i++;
|
|
511
511
|
}
|
|
@@ -538,7 +538,7 @@ class Qe {
|
|
|
538
538
|
for (; a !== void 0; ) {
|
|
539
539
|
if (n === a.index) {
|
|
540
540
|
let c;
|
|
541
|
-
a.type === 2 ? c = new
|
|
541
|
+
a.type === 2 ? c = new Y(i, i.nextSibling, this, e) : a.type === 1 ? c = new a.ctor(i, a.name, a.strings, this, e) : a.type === 6 && (c = new ot(i, this, e)), this._$AV.push(c), a = o[++l];
|
|
542
542
|
}
|
|
543
543
|
n !== a?.index && (i = P.nextNode(), n++);
|
|
544
544
|
}
|
|
@@ -549,12 +549,12 @@ class Qe {
|
|
|
549
549
|
for (const o of this._$AV) o !== void 0 && (o.strings !== void 0 ? (o._$AI(e, o, s), s += o.strings.length - 2) : o._$AI(e[s])), s++;
|
|
550
550
|
}
|
|
551
551
|
}
|
|
552
|
-
class
|
|
552
|
+
class Y {
|
|
553
553
|
get _$AU() {
|
|
554
554
|
return this._$AM?._$AU ?? this._$Cv;
|
|
555
555
|
}
|
|
556
556
|
constructor(e, s, o, r) {
|
|
557
|
-
this.type = 2, this._$AH =
|
|
557
|
+
this.type = 2, this._$AH = b, this._$AN = void 0, this._$AA = e, this._$AB = s, this._$AM = o, this.options = r, this._$Cv = r?.isConnected ?? !0;
|
|
558
558
|
}
|
|
559
559
|
get parentNode() {
|
|
560
560
|
let e = this._$AA.parentNode;
|
|
@@ -568,7 +568,7 @@ class X {
|
|
|
568
568
|
return this._$AB;
|
|
569
569
|
}
|
|
570
570
|
_$AI(e, s = this) {
|
|
571
|
-
e = U(this, e, s), R(e) ? e ===
|
|
571
|
+
e = U(this, e, s), R(e) ? e === b || e == null || e === "" ? (this._$AH !== b && this._$AR(), this._$AH = b) : e !== this._$AH && e !== M && this._(e) : e._$litType$ !== void 0 ? this.$(e) : e.nodeType !== void 0 ? this.T(e) : Xe(e) ? this.k(e) : this._(e);
|
|
572
572
|
}
|
|
573
573
|
O(e) {
|
|
574
574
|
return this._$AA.parentNode.insertBefore(e, this._$AB);
|
|
@@ -577,10 +577,10 @@ class X {
|
|
|
577
577
|
this._$AH !== e && (this._$AR(), this._$AH = this.O(e));
|
|
578
578
|
}
|
|
579
579
|
_(e) {
|
|
580
|
-
this._$AH !==
|
|
580
|
+
this._$AH !== b && R(this._$AH) ? this._$AA.nextSibling.data = e : this.T(D.createTextNode(e)), this._$AH = e;
|
|
581
581
|
}
|
|
582
582
|
$(e) {
|
|
583
|
-
const { values: s, _$litType$: o } = e, r = typeof o == "number" ? this._$AC(e) : (o.el === void 0 && (o.el =
|
|
583
|
+
const { values: s, _$litType$: o } = e, r = typeof o == "number" ? this._$AC(e) : (o.el === void 0 && (o.el = q.createElement(Ce(o.h, o.h[0]), this.options)), o);
|
|
584
584
|
if (this._$AH?._$AD === r) this._$AH.p(s);
|
|
585
585
|
else {
|
|
586
586
|
const i = new Qe(r, this), n = i.u(this.options);
|
|
@@ -589,13 +589,13 @@ class X {
|
|
|
589
589
|
}
|
|
590
590
|
_$AC(e) {
|
|
591
591
|
let s = $e.get(e.strings);
|
|
592
|
-
return s === void 0 && $e.set(e.strings, s = new
|
|
592
|
+
return s === void 0 && $e.set(e.strings, s = new q(e)), s;
|
|
593
593
|
}
|
|
594
594
|
k(e) {
|
|
595
595
|
le(this._$AH) || (this._$AH = [], this._$AR());
|
|
596
596
|
const s = this._$AH;
|
|
597
597
|
let o, r = 0;
|
|
598
|
-
for (const i of e) r === s.length ? s.push(o = new
|
|
598
|
+
for (const i of e) r === s.length ? s.push(o = new Y(this.O(z()), this.O(z()), this, this.options)) : o = s[r], o._$AI(i), r++;
|
|
599
599
|
r < s.length && (this._$AR(o && o._$AB.nextSibling, r), s.length = r);
|
|
600
600
|
}
|
|
601
601
|
_$AR(e = this._$AA.nextSibling, s) {
|
|
@@ -616,7 +616,7 @@ class se {
|
|
|
616
616
|
return this._$AM._$AU;
|
|
617
617
|
}
|
|
618
618
|
constructor(e, s, o, r, i) {
|
|
619
|
-
this.type = 1, this._$AH =
|
|
619
|
+
this.type = 1, this._$AH = b, this._$AN = void 0, this.element = e, this.name = s, this._$AM = r, this.options = i, o.length > 2 || o[0] !== "" || o[1] !== "" ? (this._$AH = Array(o.length - 1).fill(new String()), this.strings = o) : this._$AH = b;
|
|
620
620
|
}
|
|
621
621
|
_$AI(e, s = this, o, r) {
|
|
622
622
|
const i = this.strings;
|
|
@@ -625,12 +625,12 @@ class se {
|
|
|
625
625
|
else {
|
|
626
626
|
const l = e;
|
|
627
627
|
let a, c;
|
|
628
|
-
for (e = i[0], a = 0; a < i.length - 1; a++) c = U(this, l[o + a], s, a), c === M && (c = this._$AH[a]), n ||= !R(c) || c !== this._$AH[a], c ===
|
|
628
|
+
for (e = i[0], a = 0; a < i.length - 1; a++) c = U(this, l[o + a], s, a), c === M && (c = this._$AH[a]), n ||= !R(c) || c !== this._$AH[a], c === b ? e = b : e !== b && (e += (c ?? "") + i[a + 1]), this._$AH[a] = c;
|
|
629
629
|
}
|
|
630
630
|
n && !r && this.j(e);
|
|
631
631
|
}
|
|
632
632
|
j(e) {
|
|
633
|
-
e ===
|
|
633
|
+
e === b ? this.element.removeAttribute(this.name) : this.element.setAttribute(this.name, e ?? "");
|
|
634
634
|
}
|
|
635
635
|
}
|
|
636
636
|
class et extends se {
|
|
@@ -638,7 +638,7 @@ class et extends se {
|
|
|
638
638
|
super(...arguments), this.type = 3;
|
|
639
639
|
}
|
|
640
640
|
j(e) {
|
|
641
|
-
this.element[this.name] = e ===
|
|
641
|
+
this.element[this.name] = e === b ? void 0 : e;
|
|
642
642
|
}
|
|
643
643
|
}
|
|
644
644
|
class tt extends se {
|
|
@@ -646,7 +646,7 @@ class tt extends se {
|
|
|
646
646
|
super(...arguments), this.type = 4;
|
|
647
647
|
}
|
|
648
648
|
j(e) {
|
|
649
|
-
this.element.toggleAttribute(this.name, !!e && e !==
|
|
649
|
+
this.element.toggleAttribute(this.name, !!e && e !== b);
|
|
650
650
|
}
|
|
651
651
|
}
|
|
652
652
|
class st extends se {
|
|
@@ -654,8 +654,8 @@ class st extends se {
|
|
|
654
654
|
super(e, s, o, r, i), this.type = 5;
|
|
655
655
|
}
|
|
656
656
|
_$AI(e, s = this) {
|
|
657
|
-
if ((e = U(this, e, s, 0) ??
|
|
658
|
-
const o = this._$AH, r = e ===
|
|
657
|
+
if ((e = U(this, e, s, 0) ?? b) === M) return;
|
|
658
|
+
const o = this._$AH, r = e === b && o !== b || e.capture !== o.capture || e.once !== o.once || e.passive !== o.passive, i = e !== b && (o === b || r);
|
|
659
659
|
r && this.element.removeEventListener(this.name, this, o), i && this.element.addEventListener(this.name, this, e), this._$AH = e;
|
|
660
660
|
}
|
|
661
661
|
handleEvent(e) {
|
|
@@ -674,18 +674,18 @@ class ot {
|
|
|
674
674
|
}
|
|
675
675
|
}
|
|
676
676
|
const rt = ae.litHtmlPolyfillSupport;
|
|
677
|
-
rt?.(
|
|
677
|
+
rt?.(q, Y), (ae.litHtmlVersions ??= []).push("3.3.2");
|
|
678
678
|
const it = (t, e, s) => {
|
|
679
679
|
const o = s?.renderBefore ?? e;
|
|
680
680
|
let r = o._$litPart$;
|
|
681
681
|
if (r === void 0) {
|
|
682
682
|
const i = s?.renderBefore ?? null;
|
|
683
|
-
o._$litPart$ = r = new
|
|
683
|
+
o._$litPart$ = r = new Y(e.insertBefore(z(), i), i, void 0, s ?? {});
|
|
684
684
|
}
|
|
685
685
|
return r._$AI(t), r;
|
|
686
686
|
};
|
|
687
687
|
const he = globalThis;
|
|
688
|
-
let H = class extends
|
|
688
|
+
let H = class extends V {
|
|
689
689
|
constructor() {
|
|
690
690
|
super(...arguments), this.renderOptions = { host: this }, this._$Do = void 0;
|
|
691
691
|
}
|
|
@@ -711,13 +711,13 @@ H._$litElement$ = !0, H.finalized = !0, he.litElementHydrateSupport?.({ LitEleme
|
|
|
711
711
|
const nt = he.litElementPolyfillSupport;
|
|
712
712
|
nt?.({ LitElement: H });
|
|
713
713
|
(he.litElementVersions ??= []).push("4.2.2");
|
|
714
|
-
const at =
|
|
714
|
+
const at = C`:host{display:inline-flex;align-items:center;cursor:pointer;-webkit-user-select:none;user-select:none;outline:0}: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}`;
|
|
715
715
|
var lt = Object.defineProperty, ht = Object.getOwnPropertyDescriptor, ce = (t, e, s, o) => {
|
|
716
716
|
for (var r = o > 1 ? void 0 : o ? ht(e, s) : e, i = t.length - 1, n; i >= 0; i--)
|
|
717
717
|
(n = t[i]) && (r = (o ? n(e, s, r) : n(r)) || r);
|
|
718
718
|
return o && r && lt(e, s, r), r;
|
|
719
719
|
};
|
|
720
|
-
let
|
|
720
|
+
let L = class extends H {
|
|
721
721
|
constructor() {
|
|
722
722
|
super(...arguments), this.checked = !1, this.disabled = !1, this.rippleElement = null;
|
|
723
723
|
}
|
|
@@ -745,165 +745,201 @@ let I = class extends H {
|
|
|
745
745
|
render() {
|
|
746
746
|
return re`<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>`;
|
|
747
747
|
}
|
|
748
|
+
connectedCallback() {
|
|
749
|
+
this.style.transition = "none", super.connectedCallback(), requestAnimationFrame(() => {
|
|
750
|
+
this.style.transition = "";
|
|
751
|
+
});
|
|
752
|
+
}
|
|
748
753
|
};
|
|
749
|
-
|
|
754
|
+
L.styles = [at];
|
|
750
755
|
ce([
|
|
751
756
|
h({ type: Boolean, reflect: !0 })
|
|
752
|
-
],
|
|
757
|
+
], L.prototype, "checked", 2);
|
|
753
758
|
ce([
|
|
754
759
|
h({ type: Boolean, reflect: !0 })
|
|
755
|
-
],
|
|
756
|
-
|
|
757
|
-
|
|
758
|
-
],
|
|
759
|
-
const
|
|
760
|
+
], L.prototype, "disabled", 2);
|
|
761
|
+
L = ce([
|
|
762
|
+
O("nf-switch")
|
|
763
|
+
], L);
|
|
764
|
+
const Ot = N({
|
|
760
765
|
tagName: "nf-switch",
|
|
761
|
-
elementClass:
|
|
762
|
-
react:
|
|
766
|
+
elementClass: L,
|
|
767
|
+
react: T,
|
|
763
768
|
events: {
|
|
764
769
|
onChange: "change"
|
|
765
770
|
}
|
|
766
|
-
}), ct =
|
|
767
|
-
var dt = Object.defineProperty, ut = Object.getOwnPropertyDescriptor,
|
|
771
|
+
}), ct = C`:host{width:var(--nf-width);position:relative;display:inline-flex;align-items:center;box-sizing:border-box;padding:0;overflow:hidden}.input-number{position:relative;flex:1;height:100%;outline:0;border:none;background:0 0;box-sizing:border-box;color:var(--nf-color);font-weight:var(--nf-font-weight);text-align:left}.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-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}.input-number:hover .controls{width:1.5rem}.input-prefix{display:flex;align-items:center;justify-content:center;box-sizing:border-box;padding-inline-start:.6125rem;color:var(--nf-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-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}`;
|
|
772
|
+
var dt = Object.defineProperty, ut = Object.getOwnPropertyDescriptor, m = (t, e, s, o) => {
|
|
768
773
|
for (var r = o > 1 ? void 0 : o ? ut(e, s) : e, i = t.length - 1, n; i >= 0; i--)
|
|
769
774
|
(n = t[i]) && (r = (o ? n(e, s, r) : n(r)) || r);
|
|
770
775
|
return o && r && dt(e, s, r), r;
|
|
771
776
|
};
|
|
772
|
-
let
|
|
777
|
+
let p = class extends W {
|
|
773
778
|
constructor() {
|
|
774
|
-
super(...arguments), this.value = 0, this.
|
|
775
|
-
t.
|
|
776
|
-
|
|
777
|
-
|
|
778
|
-
|
|
779
|
-
|
|
780
|
-
|
|
781
|
-
|
|
782
|
-
|
|
783
|
-
|
|
784
|
-
|
|
785
|
-
t
|
|
786
|
-
|
|
787
|
-
|
|
788
|
-
|
|
789
|
-
|
|
790
|
-
|
|
791
|
-
|
|
792
|
-
|
|
793
|
-
|
|
794
|
-
|
|
795
|
-
|
|
796
|
-
|
|
797
|
-
|
|
798
|
-
|
|
799
|
-
|
|
800
|
-
|
|
801
|
-
|
|
802
|
-
|
|
803
|
-
|
|
804
|
-
|
|
805
|
-
|
|
806
|
-
|
|
807
|
-
|
|
808
|
-
|
|
809
|
-
|
|
810
|
-
|
|
811
|
-
|
|
812
|
-
|
|
813
|
-
|
|
814
|
-
|
|
779
|
+
super(...arguments), this.value = 0, this.formatter = (t) => t === void 0 ? "" : String(t), this.parser = (t) => {
|
|
780
|
+
if (t.trim().length == 0 || t.endsWith("."))
|
|
781
|
+
return;
|
|
782
|
+
const e = Number(t);
|
|
783
|
+
if (!Number.isNaN(e))
|
|
784
|
+
return this.clampValue(e);
|
|
785
|
+
}, this.prefix = "", this.suffix = "", this.controls = !0, this.step = 1, this.changeOnWheel = !0, this.disabled = !1, this.noDecimal = !1, this.noZero = !1, this.noNegative = !1, this.text = "", this.isTyping = !1, this.isFocused = !1;
|
|
786
|
+
}
|
|
787
|
+
// 对解析结果进行额外验证
|
|
788
|
+
validateParsed(t) {
|
|
789
|
+
if (t !== void 0 && !(this.noDecimal && !Number.isInteger(t)) && !(this.noZero && t === 0) && !(this.noNegative && t < 0))
|
|
790
|
+
return t;
|
|
791
|
+
}
|
|
792
|
+
/* ================== 文本设置 ================== */
|
|
793
|
+
// 验证并设置 text,过滤不合规字符
|
|
794
|
+
setText(t) {
|
|
795
|
+
let e = t;
|
|
796
|
+
if (e = e.replace(/[^0-9+.\-]/g, ""), this.noNegative && (e = e.replace(/[+\-]/g, "")), this.noDecimal && e.includes(".")) {
|
|
797
|
+
const s = Number(e);
|
|
798
|
+
Number.isNaN(s) ? e = e.replace(/\./g, "") : e = String(Math.round(s));
|
|
799
|
+
}
|
|
800
|
+
return this.text = e, e === t;
|
|
801
|
+
}
|
|
802
|
+
/* ================== 生命周期 ================== */
|
|
803
|
+
willUpdate(t) {
|
|
804
|
+
t.has("value") && !this.isTyping && this.setText(this.formatter(this.value));
|
|
805
|
+
}
|
|
806
|
+
/* ================== 事件处理 ================== */
|
|
807
|
+
onInput(t) {
|
|
808
|
+
this.isTyping = !0;
|
|
809
|
+
const e = t.target.value;
|
|
810
|
+
this.setText(e) || (t.target.value = this.text);
|
|
811
|
+
}
|
|
812
|
+
onBlur() {
|
|
813
|
+
this.isTyping = !1, this.isFocused = !1;
|
|
814
|
+
const t = this.validateParsed(this.parser(this.text));
|
|
815
|
+
t !== void 0 ? (this.value = t, this.setText(this.formatter(t)), this.dispatchEvent(
|
|
816
|
+
new CustomEvent("change", {
|
|
817
|
+
detail: { value: t }
|
|
818
|
+
})
|
|
819
|
+
)) : this.setText(this.formatter(this.value));
|
|
815
820
|
}
|
|
816
|
-
|
|
817
|
-
|
|
818
|
-
this.handleStepChange(1);
|
|
819
|
-
}} aria-label="Increase value"class="control-btn control-btn-up"type=button><svg height=12 viewBox="0 0 24 24"width=12><path d="M6 14.6l6-6.6 6 6.6"/></svg></button><button ?disabled=${this.disabled} @click=${() => {
|
|
820
|
-
this.handleStepChange(-1);
|
|
821
|
-
}} aria-label="Decrease value"class="control-btn control-btn-down"type=button><svg height=12 viewBox="0 0 24 24"width=12><path d="M18 9.4l-6 6.6-6-6.6"/></svg></button></div>` : ""}</div>${this.suffix ? p`<div class=input-suffix>${this.suffix}</div>` : ""}</div>`;
|
|
821
|
+
onFocus() {
|
|
822
|
+
this.isFocused = !0;
|
|
822
823
|
}
|
|
823
|
-
|
|
824
|
-
|
|
824
|
+
onWheel(t) {
|
|
825
|
+
if (this.disabled || !this.changeOnWheel || !this.isFocused) return;
|
|
826
|
+
t.preventDefault();
|
|
827
|
+
const e = t.deltaY < 0 ? 1 : -1;
|
|
828
|
+
this.handleStepChange(e);
|
|
825
829
|
}
|
|
826
|
-
|
|
827
|
-
|
|
828
|
-
const e = t.replace(this.decimalSeparator, "."), s = parseFloat(e);
|
|
829
|
-
return isNaN(s) ? null : s;
|
|
830
|
+
onKeyDown(t) {
|
|
831
|
+
t.key === "Enter" && t.target.blur();
|
|
830
832
|
}
|
|
833
|
+
/* ================== 提交逻辑 ================== */
|
|
834
|
+
// 限制值在 min/max 范围内
|
|
831
835
|
clampValue(t) {
|
|
832
836
|
let e = t;
|
|
833
837
|
return this.min !== void 0 && (e = Math.max(e, this.min)), this.max !== void 0 && (e = Math.min(e, this.max)), e;
|
|
834
838
|
}
|
|
839
|
+
// 步进按钮处理
|
|
835
840
|
handleStepChange(t) {
|
|
836
841
|
if (this.disabled) return;
|
|
837
|
-
const e = this.
|
|
838
|
-
|
|
839
|
-
|
|
840
|
-
|
|
841
|
-
|
|
842
|
-
|
|
843
|
-
|
|
844
|
-
), this.dispatchEvent(
|
|
842
|
+
const e = this.validateParsed(this.parser(this.text));
|
|
843
|
+
if (e === void 0)
|
|
844
|
+
return;
|
|
845
|
+
this.value = e;
|
|
846
|
+
let s = this.clampValue(this.value + t * this.step);
|
|
847
|
+
const o = this.validateParsed(s);
|
|
848
|
+
o !== void 0 && (s = o, s !== this.value && (this.value = s, this.setText(this.formatter(s)), this.dispatchEvent(
|
|
845
849
|
new CustomEvent("change", {
|
|
846
|
-
detail:
|
|
847
|
-
bubbles: !0,
|
|
848
|
-
composed: !0
|
|
850
|
+
detail: { value: s }
|
|
849
851
|
})
|
|
850
|
-
));
|
|
852
|
+
)));
|
|
853
|
+
}
|
|
854
|
+
connectedCallback() {
|
|
855
|
+
this.style.transition = "none", super.connectedCallback(), requestAnimationFrame(() => {
|
|
856
|
+
this.style.transition = "";
|
|
857
|
+
});
|
|
858
|
+
}
|
|
859
|
+
/* ================== Render ================== */
|
|
860
|
+
render() {
|
|
861
|
+
return f`<div class=input-prefix>${this.prefix}</div><div class=input-number><div class=input-number-input-wrapper><input .value=${this.text} ?disabled=${this.disabled} @blur=${this.onInput} @focus=${this.onBlur} @input=${this.onFocus} @keydown=${this.onWheel} @wheel=${this.onKeyDown} class=input-number-input></div>${this.controls ? f`<div class=controls><button ?disabled=${this.disabled} @click=${() => this.handleStepChange(1)} aria-label="Increase value"class="control-btn control-btn-up"type=button><svg height=12 viewBox="0 0 24 24"width=12><path d="M6 14.6l6-6.6 6 6.6"/></svg></button><button ?disabled=${this.disabled} @click=${() => this.handleStepChange(-1)} aria-label="Decrease value"class="control-btn control-btn-down"type=button><svg height=12 viewBox="0 0 24 24"width=12><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>` : ""}`;
|
|
851
862
|
}
|
|
852
863
|
};
|
|
853
|
-
|
|
854
|
-
|
|
864
|
+
p.styles = [K, ct];
|
|
865
|
+
m([
|
|
855
866
|
h({ type: Number })
|
|
856
|
-
],
|
|
857
|
-
|
|
858
|
-
h({
|
|
859
|
-
],
|
|
860
|
-
|
|
861
|
-
h({
|
|
862
|
-
],
|
|
863
|
-
|
|
867
|
+
], p.prototype, "value", 2);
|
|
868
|
+
m([
|
|
869
|
+
h({ attribute: !1 })
|
|
870
|
+
], p.prototype, "formatter", 2);
|
|
871
|
+
m([
|
|
872
|
+
h({ attribute: !1 })
|
|
873
|
+
], p.prototype, "parser", 2);
|
|
874
|
+
m([
|
|
875
|
+
h({ type: String, reflect: !0 })
|
|
876
|
+
], p.prototype, "prefix", 2);
|
|
877
|
+
m([
|
|
878
|
+
h({ type: String, reflect: !0 })
|
|
879
|
+
], p.prototype, "suffix", 2);
|
|
880
|
+
m([
|
|
881
|
+
h({
|
|
882
|
+
type: Boolean,
|
|
883
|
+
converter: {
|
|
884
|
+
fromAttribute: (t) => t !== "false" && t !== null,
|
|
885
|
+
toAttribute: (t) => t ? "" : null
|
|
886
|
+
}
|
|
887
|
+
})
|
|
888
|
+
], p.prototype, "controls", 2);
|
|
889
|
+
m([
|
|
864
890
|
h({ type: Number })
|
|
865
|
-
],
|
|
866
|
-
|
|
891
|
+
], p.prototype, "step", 2);
|
|
892
|
+
m([
|
|
867
893
|
h({ type: Number })
|
|
868
|
-
],
|
|
869
|
-
|
|
894
|
+
], p.prototype, "min", 2);
|
|
895
|
+
m([
|
|
870
896
|
h({ type: Number })
|
|
871
|
-
],
|
|
872
|
-
|
|
873
|
-
h({
|
|
874
|
-
|
|
875
|
-
|
|
876
|
-
|
|
877
|
-
|
|
878
|
-
|
|
879
|
-
|
|
880
|
-
|
|
881
|
-
|
|
897
|
+
], p.prototype, "max", 2);
|
|
898
|
+
m([
|
|
899
|
+
h({
|
|
900
|
+
type: Boolean,
|
|
901
|
+
attribute: "change-on-wheel",
|
|
902
|
+
converter: {
|
|
903
|
+
fromAttribute: (t) => t !== "false" && t !== null,
|
|
904
|
+
toAttribute: (t) => t ? "" : null
|
|
905
|
+
}
|
|
906
|
+
})
|
|
907
|
+
], p.prototype, "changeOnWheel", 2);
|
|
908
|
+
m([
|
|
882
909
|
h({ type: Boolean, reflect: !0 })
|
|
883
|
-
],
|
|
884
|
-
|
|
885
|
-
|
|
886
|
-
],
|
|
887
|
-
m
|
|
888
|
-
|
|
889
|
-
],
|
|
890
|
-
|
|
910
|
+
], p.prototype, "disabled", 2);
|
|
911
|
+
m([
|
|
912
|
+
h({ type: Boolean, attribute: "no-decimal" })
|
|
913
|
+
], p.prototype, "noDecimal", 2);
|
|
914
|
+
m([
|
|
915
|
+
h({ type: Boolean, attribute: "no-zero" })
|
|
916
|
+
], p.prototype, "noZero", 2);
|
|
917
|
+
m([
|
|
918
|
+
h({ type: Boolean, attribute: "no-negative" })
|
|
919
|
+
], p.prototype, "noNegative", 2);
|
|
920
|
+
m([
|
|
921
|
+
w()
|
|
922
|
+
], p.prototype, "text", 2);
|
|
923
|
+
m([
|
|
924
|
+
w()
|
|
925
|
+
], p.prototype, "isFocused", 2);
|
|
926
|
+
p = m([
|
|
927
|
+
O("nf-input-number")
|
|
928
|
+
], p);
|
|
929
|
+
const Bt = N({
|
|
891
930
|
tagName: "nf-input-number",
|
|
892
|
-
elementClass:
|
|
893
|
-
react:
|
|
931
|
+
elementClass: p,
|
|
932
|
+
react: T,
|
|
894
933
|
events: {
|
|
895
|
-
|
|
896
|
-
onChange: "change",
|
|
897
|
-
onPressEnter: "pressEnter",
|
|
898
|
-
onStep: "step"
|
|
934
|
+
onChange: "change"
|
|
899
935
|
}
|
|
900
|
-
}), pt =
|
|
936
|
+
}), pt = C`: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}`;
|
|
901
937
|
var ft = Object.defineProperty, bt = Object.getOwnPropertyDescriptor, de = (t, e, s, o) => {
|
|
902
938
|
for (var r = o > 1 ? void 0 : o ? bt(e, s) : e, i = t.length - 1, n; i >= 0; i--)
|
|
903
939
|
(n = t[i]) && (r = (o ? n(e, s, r) : n(r)) || r);
|
|
904
940
|
return o && r && ft(e, s, r), r;
|
|
905
941
|
};
|
|
906
|
-
let
|
|
942
|
+
let F = class extends H {
|
|
907
943
|
constructor() {
|
|
908
944
|
super(...arguments), this.checked = !1, this.disabled = !1;
|
|
909
945
|
}
|
|
@@ -921,21 +957,26 @@ let L = class extends H {
|
|
|
921
957
|
render() {
|
|
922
958
|
return re`<div class=checkbox-container @click=${this.toggleCheckbox} aria-checked=${this.checked} aria-disabled=${this.disabled} role=checkbox><div class=checkbox-box>${this.checked ? re`<div class=checkbox-icon><svg aria-hidden=true data-icon=check fill=currentColor focusable=false height=0.625rem viewBox="64 64 896 896"width=0.625rem><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>`;
|
|
923
959
|
}
|
|
960
|
+
connectedCallback() {
|
|
961
|
+
this.style.transition = "none", super.connectedCallback(), requestAnimationFrame(() => {
|
|
962
|
+
this.style.transition = "";
|
|
963
|
+
});
|
|
964
|
+
}
|
|
924
965
|
};
|
|
925
|
-
|
|
966
|
+
F.styles = [pt];
|
|
926
967
|
de([
|
|
927
968
|
h({ type: Boolean, reflect: !0 })
|
|
928
|
-
],
|
|
969
|
+
], F.prototype, "checked", 2);
|
|
929
970
|
de([
|
|
930
971
|
h({ type: Boolean, reflect: !0 })
|
|
931
|
-
],
|
|
932
|
-
|
|
933
|
-
|
|
934
|
-
],
|
|
935
|
-
const
|
|
972
|
+
], F.prototype, "disabled", 2);
|
|
973
|
+
F = de([
|
|
974
|
+
O("nf-checkbox")
|
|
975
|
+
], F);
|
|
976
|
+
const Vt = N({
|
|
936
977
|
tagName: "nf-checkbox",
|
|
937
|
-
elementClass:
|
|
938
|
-
react:
|
|
978
|
+
elementClass: F,
|
|
979
|
+
react: T,
|
|
939
980
|
events: {
|
|
940
981
|
onChange: "change"
|
|
941
982
|
}
|
|
@@ -981,13 +1022,13 @@ const Se = "important", _t = " !" + Se, ee = gt(class extends vt {
|
|
|
981
1022
|
}
|
|
982
1023
|
return M;
|
|
983
1024
|
}
|
|
984
|
-
}), yt =
|
|
985
|
-
var wt = Object.defineProperty, $t = Object.getOwnPropertyDescriptor,
|
|
1025
|
+
}), yt = C`:host{display:inline-block;position:relative}: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}.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}`;
|
|
1026
|
+
var wt = Object.defineProperty, $t = Object.getOwnPropertyDescriptor, _ = (t, e, s, o) => {
|
|
986
1027
|
for (var r = o > 1 ? void 0 : o ? $t(e, s) : e, i = t.length - 1, n; i >= 0; i--)
|
|
987
1028
|
(n = t[i]) && (r = (o ? n(e, s, r) : n(r)) || r);
|
|
988
1029
|
return o && r && wt(e, s, r), r;
|
|
989
1030
|
};
|
|
990
|
-
let
|
|
1031
|
+
let g = class extends W {
|
|
991
1032
|
constructor() {
|
|
992
1033
|
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) => {
|
|
993
1034
|
this._panelVisible && !this.contains(t.target) && this._closePanel();
|
|
@@ -1004,16 +1045,18 @@ let b = class extends q {
|
|
|
1004
1045
|
};
|
|
1005
1046
|
}
|
|
1006
1047
|
connectedCallback() {
|
|
1007
|
-
super.connectedCallback(), document.addEventListener("click", this._handleGlobalClick), document.addEventListener("keydown", this._handleKeyDown)
|
|
1048
|
+
this.style.transition = "none", super.connectedCallback(), document.addEventListener("click", this._handleGlobalClick), document.addEventListener("keydown", this._handleKeyDown), requestAnimationFrame(() => {
|
|
1049
|
+
this.style.transition = "";
|
|
1050
|
+
});
|
|
1008
1051
|
}
|
|
1009
1052
|
disconnectedCallback() {
|
|
1010
1053
|
super.disconnectedCallback(), document.removeEventListener("click", this._handleGlobalClick), document.removeEventListener("keydown", this._handleKeyDown), document.removeEventListener("mousemove", this._handleSBMouseMove), document.removeEventListener("mouseup", this._handleSBMouseUp);
|
|
1011
1054
|
}
|
|
1012
1055
|
firstUpdated() {
|
|
1013
|
-
this._updateInternalValue(this.value), this._updateHSBFromHex(this._internalValue);
|
|
1056
|
+
this._updateInternalValue(this.value), this._updateHSBFromHex(this._internalValue), this.classList.toggle("hide-text", !this.showText);
|
|
1014
1057
|
}
|
|
1015
1058
|
updated(t) {
|
|
1016
|
-
t.has("value") && (this._updateInternalValue(this.value), this._updateHSBFromHex(this._internalValue)), t.has("open") && (this._panelVisible = this.open, this.open && this._updatePanelPosition());
|
|
1059
|
+
t.has("value") && (this._updateInternalValue(this.value), this._updateHSBFromHex(this._internalValue)), t.has("open") && (this._panelVisible = this.open, this.open && this._updatePanelPosition()), t.has("showText") && this.classList.toggle("hide-text", !this.showText);
|
|
1017
1060
|
}
|
|
1018
1061
|
// 更新内部颜色值
|
|
1019
1062
|
_updateInternalValue(t) {
|
|
@@ -1118,7 +1161,7 @@ let b = class extends q {
|
|
|
1118
1161
|
// 渲染触发器
|
|
1119
1162
|
_renderTrigger() {
|
|
1120
1163
|
const t = "#" + this._internalValue.slice(1, 7), e = this._internalValue.slice(7);
|
|
1121
|
-
return
|
|
1164
|
+
return f`
|
|
1122
1165
|
<div
|
|
1123
1166
|
class="trigger"
|
|
1124
1167
|
@click="${this._togglePanel}"
|
|
@@ -1128,14 +1171,14 @@ let b = class extends q {
|
|
|
1128
1171
|
class="color-block"
|
|
1129
1172
|
style="background-color: ${this.disabledAlpha ? t : this._internalValue}"
|
|
1130
1173
|
></div>
|
|
1131
|
-
${this.showText ?
|
|
1174
|
+
${this.showText ? f`<div class="color-text">${this.disabledAlpha || e === "FF" ? t : this._internalValue}</div>` : ""}
|
|
1132
1175
|
</div>
|
|
1133
1176
|
`;
|
|
1134
1177
|
}
|
|
1135
1178
|
// 渲染颜色选择区域
|
|
1136
1179
|
_renderColorSelector() {
|
|
1137
1180
|
const t = this._generateHexFromHSB(this._hsb.h, 100, 100, "FF"), e = this._hsb.s / 100 * 100, s = (1 - this._hsb.b / 100) * 100;
|
|
1138
|
-
return
|
|
1181
|
+
return f`
|
|
1139
1182
|
<div class="color-selector">
|
|
1140
1183
|
<div
|
|
1141
1184
|
class="color-sb"
|
|
@@ -1161,7 +1204,7 @@ let b = class extends q {
|
|
|
1161
1204
|
}
|
|
1162
1205
|
// 渲染色相选择条
|
|
1163
1206
|
_renderHueSlider() {
|
|
1164
|
-
return
|
|
1207
|
+
return f`
|
|
1165
1208
|
<div class="slider-container">
|
|
1166
1209
|
<div class="slider hue-slider">
|
|
1167
1210
|
<input
|
|
@@ -1180,7 +1223,7 @@ let b = class extends q {
|
|
|
1180
1223
|
_renderAlphaSlider() {
|
|
1181
1224
|
if (this.disabledAlpha) return null;
|
|
1182
1225
|
const t = parseInt(this._internalValue.slice(7), 16) / 255 * 100, e = "#" + this._internalValue.slice(1, 7);
|
|
1183
|
-
return
|
|
1226
|
+
return f`
|
|
1184
1227
|
<div class="slider-container">
|
|
1185
1228
|
<div class="slider alpha-slider">
|
|
1186
1229
|
<div
|
|
@@ -1201,7 +1244,7 @@ let b = class extends q {
|
|
|
1201
1244
|
}
|
|
1202
1245
|
// 渲染当前颜色显示
|
|
1203
1246
|
_renderCurrentColor() {
|
|
1204
|
-
return
|
|
1247
|
+
return f`
|
|
1205
1248
|
<div class="current-color-container">
|
|
1206
1249
|
<div
|
|
1207
1250
|
class="current-color"
|
|
@@ -1212,7 +1255,7 @@ let b = class extends q {
|
|
|
1212
1255
|
}
|
|
1213
1256
|
// 渲染颜色面板
|
|
1214
1257
|
_renderPanel() {
|
|
1215
|
-
return this._panelVisible ?
|
|
1258
|
+
return this._panelVisible ? f`
|
|
1216
1259
|
<div
|
|
1217
1260
|
class="panel"
|
|
1218
1261
|
style="top: ${this._panelPosition.top}px; left: ${this._panelPosition.left}px;"
|
|
@@ -1231,41 +1274,42 @@ let b = class extends q {
|
|
|
1231
1274
|
` : null;
|
|
1232
1275
|
}
|
|
1233
1276
|
render() {
|
|
1234
|
-
return
|
|
1277
|
+
return f`
|
|
1235
1278
|
${this._renderTrigger()}
|
|
1236
1279
|
${this._renderPanel()}
|
|
1237
1280
|
`;
|
|
1238
1281
|
}
|
|
1239
1282
|
};
|
|
1240
|
-
|
|
1241
|
-
|
|
1283
|
+
g.styles = [K, yt];
|
|
1284
|
+
_([
|
|
1242
1285
|
h({ type: String })
|
|
1243
|
-
],
|
|
1244
|
-
|
|
1286
|
+
], g.prototype, "value", 2);
|
|
1287
|
+
_([
|
|
1245
1288
|
h({ type: Boolean, reflect: !0 })
|
|
1246
|
-
],
|
|
1247
|
-
|
|
1289
|
+
], g.prototype, "disabled", 2);
|
|
1290
|
+
_([
|
|
1248
1291
|
h({ type: Boolean, reflect: !0, attribute: "disabled-alpha" })
|
|
1249
|
-
],
|
|
1250
|
-
|
|
1292
|
+
], g.prototype, "disabledAlpha", 2);
|
|
1293
|
+
_([
|
|
1251
1294
|
h({ type: Boolean, reflect: !0 })
|
|
1252
|
-
],
|
|
1253
|
-
|
|
1295
|
+
], g.prototype, "open", 2);
|
|
1296
|
+
_([
|
|
1254
1297
|
h({
|
|
1255
1298
|
attribute: "show-text",
|
|
1299
|
+
reflect: !0,
|
|
1256
1300
|
converter: {
|
|
1257
1301
|
fromAttribute: (t) => t !== "false",
|
|
1258
1302
|
toAttribute: (t) => t ? null : "false"
|
|
1259
1303
|
}
|
|
1260
1304
|
})
|
|
1261
|
-
],
|
|
1262
|
-
|
|
1305
|
+
], g.prototype, "showText", 2);
|
|
1306
|
+
_([
|
|
1263
1307
|
h({ type: String })
|
|
1264
|
-
],
|
|
1265
|
-
|
|
1308
|
+
], g.prototype, "placement", 2);
|
|
1309
|
+
_([
|
|
1266
1310
|
h({ type: String })
|
|
1267
|
-
],
|
|
1268
|
-
|
|
1311
|
+
], g.prototype, "align", 2);
|
|
1312
|
+
_([
|
|
1269
1313
|
h({
|
|
1270
1314
|
attribute: "auto-adjust",
|
|
1271
1315
|
converter: {
|
|
@@ -1273,37 +1317,37 @@ v([
|
|
|
1273
1317
|
toAttribute: (t) => t ? null : "false"
|
|
1274
1318
|
}
|
|
1275
1319
|
})
|
|
1276
|
-
],
|
|
1277
|
-
|
|
1278
|
-
|
|
1279
|
-
],
|
|
1280
|
-
|
|
1281
|
-
|
|
1282
|
-
],
|
|
1283
|
-
|
|
1284
|
-
|
|
1285
|
-
],
|
|
1286
|
-
|
|
1287
|
-
|
|
1288
|
-
],
|
|
1289
|
-
|
|
1290
|
-
|
|
1291
|
-
],
|
|
1292
|
-
const Ut =
|
|
1320
|
+
], g.prototype, "autoAdjust", 2);
|
|
1321
|
+
_([
|
|
1322
|
+
w()
|
|
1323
|
+
], g.prototype, "_panelVisible", 2);
|
|
1324
|
+
_([
|
|
1325
|
+
w()
|
|
1326
|
+
], g.prototype, "_internalValue", 2);
|
|
1327
|
+
_([
|
|
1328
|
+
w()
|
|
1329
|
+
], g.prototype, "_hsb", 2);
|
|
1330
|
+
_([
|
|
1331
|
+
w()
|
|
1332
|
+
], g.prototype, "_panelPosition", 2);
|
|
1333
|
+
g = _([
|
|
1334
|
+
O("nf-color-picker")
|
|
1335
|
+
], g);
|
|
1336
|
+
const Ut = N({
|
|
1293
1337
|
tagName: "nf-color-picker",
|
|
1294
|
-
elementClass:
|
|
1295
|
-
react:
|
|
1338
|
+
elementClass: g,
|
|
1339
|
+
react: T,
|
|
1296
1340
|
events: {
|
|
1297
1341
|
onChange: "change",
|
|
1298
1342
|
onOpenChange: "openChange"
|
|
1299
1343
|
}
|
|
1300
|
-
}), xt =
|
|
1301
|
-
var
|
|
1302
|
-
for (var r = o > 1 ? void 0 : o ?
|
|
1344
|
+
}), xt = C`: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}`;
|
|
1345
|
+
var kt = Object.defineProperty, At = Object.getOwnPropertyDescriptor, y = (t, e, s, o) => {
|
|
1346
|
+
for (var r = o > 1 ? void 0 : o ? At(e, s) : e, i = t.length - 1, n; i >= 0; i--)
|
|
1303
1347
|
(n = t[i]) && (r = (o ? n(e, s, r) : n(r)) || r);
|
|
1304
|
-
return o && r &&
|
|
1348
|
+
return o && r && kt(e, s, r), r;
|
|
1305
1349
|
};
|
|
1306
|
-
let
|
|
1350
|
+
let v = class extends W {
|
|
1307
1351
|
constructor() {
|
|
1308
1352
|
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) => {
|
|
1309
1353
|
this.disabled || (t.preventDefault(), this._startDrag(t));
|
|
@@ -1322,7 +1366,9 @@ let g = class extends q {
|
|
|
1322
1366
|
};
|
|
1323
1367
|
}
|
|
1324
1368
|
connectedCallback() {
|
|
1325
|
-
super.connectedCallback(), this._currentValue = this.value || this.defaultValue, this.addEventListener("mousedown", this._handleHostMouseDown), this.addEventListener("touchstart", this._handleHostTouchStart)
|
|
1369
|
+
this.style.transition = "none", super.connectedCallback(), this._currentValue = this.value || this.defaultValue, this.addEventListener("mousedown", this._handleHostMouseDown), this.addEventListener("touchstart", this._handleHostTouchStart), requestAnimationFrame(() => {
|
|
1370
|
+
this.style.transition = "";
|
|
1371
|
+
});
|
|
1326
1372
|
}
|
|
1327
1373
|
disconnectedCallback() {
|
|
1328
1374
|
super.disconnectedCallback(), this.removeEventListener("mousedown", this._handleHostMouseDown), this.removeEventListener("touchstart", this._handleHostTouchStart), document.removeEventListener("mousemove", this._handleDrag), document.removeEventListener("touchmove", this._handleDrag), document.removeEventListener("mouseup", this._stopDrag), document.removeEventListener("touchend", this._stopDrag);
|
|
@@ -1381,60 +1427,65 @@ let g = class extends q {
|
|
|
1381
1427
|
}
|
|
1382
1428
|
render() {
|
|
1383
1429
|
const t = this._getValuePercentage(), e = `${t}%`, s = `${t}%`, o = `slider-tooltip ${this._showTooltip || this.tooltip ? "visible" : ""}`;
|
|
1384
|
-
return
|
|
1430
|
+
return f`<div class=slider-fill style=${ee({ width: s })}></div><div class=slider-handle style=${ee({ left: e })} @keydown=${this.disabled ? -1 : 0} @mousedown=${this._handleMouseDown} @touchstart=${this._handleTouchStart} tabindex=${this._handleKeyDown}><div class=${o}>${this._currentValue}</div></div>`;
|
|
1385
1431
|
}
|
|
1386
1432
|
};
|
|
1387
|
-
|
|
1433
|
+
v.styles = [K, xt];
|
|
1388
1434
|
y([
|
|
1389
1435
|
h({ type: Number })
|
|
1390
|
-
],
|
|
1436
|
+
], v.prototype, "value", 2);
|
|
1391
1437
|
y([
|
|
1392
1438
|
h({ type: Number })
|
|
1393
|
-
],
|
|
1439
|
+
], v.prototype, "defaultValue", 2);
|
|
1394
1440
|
y([
|
|
1395
1441
|
h({ type: Number })
|
|
1396
|
-
],
|
|
1442
|
+
], v.prototype, "min", 2);
|
|
1397
1443
|
y([
|
|
1398
1444
|
h({ type: Number })
|
|
1399
|
-
],
|
|
1445
|
+
], v.prototype, "max", 2);
|
|
1400
1446
|
y([
|
|
1401
1447
|
h({ type: Number })
|
|
1402
|
-
],
|
|
1448
|
+
], v.prototype, "step", 2);
|
|
1403
1449
|
y([
|
|
1404
1450
|
h({ type: Boolean, reflect: !0 })
|
|
1405
|
-
],
|
|
1451
|
+
], v.prototype, "disabled", 2);
|
|
1406
1452
|
y([
|
|
1407
1453
|
h({ type: Boolean })
|
|
1408
|
-
],
|
|
1454
|
+
], v.prototype, "range", 2);
|
|
1409
1455
|
y([
|
|
1410
1456
|
h({ type: Boolean })
|
|
1411
|
-
],
|
|
1457
|
+
], v.prototype, "tooltip", 2);
|
|
1412
1458
|
y([
|
|
1413
|
-
|
|
1414
|
-
],
|
|
1459
|
+
w()
|
|
1460
|
+
], v.prototype, "_currentValue", 2);
|
|
1415
1461
|
y([
|
|
1416
|
-
|
|
1417
|
-
],
|
|
1462
|
+
w()
|
|
1463
|
+
], v.prototype, "_isDragging", 2);
|
|
1418
1464
|
y([
|
|
1419
|
-
|
|
1420
|
-
],
|
|
1421
|
-
|
|
1422
|
-
|
|
1423
|
-
],
|
|
1424
|
-
const
|
|
1465
|
+
w()
|
|
1466
|
+
], v.prototype, "_showTooltip", 2);
|
|
1467
|
+
v = y([
|
|
1468
|
+
O("nf-slider")
|
|
1469
|
+
], v);
|
|
1470
|
+
const Lt = N({
|
|
1425
1471
|
tagName: "nf-slider",
|
|
1426
|
-
elementClass:
|
|
1427
|
-
react:
|
|
1472
|
+
elementClass: v,
|
|
1473
|
+
react: T,
|
|
1428
1474
|
events: {
|
|
1429
1475
|
onChange: "change"
|
|
1430
1476
|
}
|
|
1431
1477
|
});
|
|
1478
|
+
function Ft(t) {
|
|
1479
|
+
const { children: e, className: s, ...o } = t;
|
|
1480
|
+
return /* @__PURE__ */ React.createElement("div", { className: "nf-root nf-theme-blue" + (s ? ` ${s}` : ""), ...o }, e);
|
|
1481
|
+
}
|
|
1432
1482
|
export {
|
|
1433
|
-
|
|
1483
|
+
Vt as NfCheckbox,
|
|
1434
1484
|
Ut as NfColorPicker,
|
|
1435
1485
|
Mt as NfInput,
|
|
1436
1486
|
Bt as NfInputNumber,
|
|
1437
|
-
|
|
1438
|
-
|
|
1439
|
-
|
|
1487
|
+
Ft as NfRoot,
|
|
1488
|
+
Nt as NfSelect,
|
|
1489
|
+
Lt as NfSlider,
|
|
1490
|
+
Ot as NfSwitch
|
|
1440
1491
|
};
|