godown 3.6.0 → 3.7.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/build/godown+lit.iife.js +6 -6
- package/build/godown+lit.iife.js.map +1 -1
- package/build/godown+lit.js +6 -6
- package/build/godown+lit.js.map +1 -1
- package/build/godown+lit.umd.js +6 -6
- package/build/godown+lit.umd.js.map +1 -1
- package/build/godown.iife.js +8 -8
- package/build/godown.js +4 -4
- package/build/godown.js.map +1 -1
- package/build/godown.umd.js +8 -8
- package/build/godown.umd.js.map +1 -1
- package/components/details.js +1 -1
- package/components/layout.js +1 -1
- package/components/tabs.d.ts +53 -0
- package/components/tabs.d.ts.map +1 -0
- package/components/tabs.js +2 -0
- package/components/tabs.js.map +1 -0
- package/core/outline.d.ts +2 -1
- package/core/outline.d.ts.map +1 -1
- package/core/outline.js +1 -1
- package/core/outline.js.map +1 -1
- package/custom-elements.json +1 -1
- package/index.d.ts +1 -0
- package/index.d.ts.map +1 -1
- package/index.js +1 -1
- package/package.json +3 -3
- package/src/components/details.ts +1 -0
- package/src/components/layout.ts +1 -1
- package/src/components/tabs.ts +224 -0
- package/src/core/outline.ts +10 -1
- package/src/index.ts +1 -0
- package/src/tabs.ts +13 -0
- package/tabs.d.ts +9 -0
- package/tabs.d.ts.map +1 -0
- package/tabs.js +2 -0
- package/tabs.js.map +1 -0
- package/vscode.css-custom-data.json +1 -1
- package/vscode.html-custom-data.json +1 -1
- package/web-types.json +1 -1
package/components/details.js
CHANGED
@@ -1,2 +1,2 @@
|
|
1
|
-
import{__decorate as t}from"tslib";import{godown as o,styles as i,attr as e,htmlSlot as r}from"@godown/element";import a from"@godown/f7-icon/icons/chevron-down.js";import{css as s,html as l}from"lit";import{property as n}from"lit/decorators.js";import{scopePrefix as p}from"../core/global-style.js";import d from"../core/super-openable.js";const c="details",m=p(c);let f=class Details extends d{constructor(){super(...arguments),this.float=!1,this.fill=!1,this.summary=""}render(){return l`<dl part="root" ${e(this.observedRecord)}><dt part="title" @click="${()=>this.toggle()}"><span part="summary">${this.summary||r("summary")}</span> <span part="icon">${a()}</span></dt><dd part="details" @click="${this.fill?()=>this.toggle():null}"><div style="min-height: 0;">${r()}</div></dd></dl>`}};t([n({type:Boolean})],f.prototype,"float",void 0),t([n({type:Boolean})],f.prototype,"fill",void 0),t([n()],f.prototype,"summary",void 0),f=t([o(c),i(s`:host{${m}--icon-deg-open:0deg;${m}--icon-deg-close:90deg;${m}--icon-space:.22em;display:block;transition:.3s}[part=root]{height:100%;position:relative}[part=title]{align-items:center;direction:ltr;grid-template-columns:auto auto;height:100%;justify-content:space-between}[part=details],[part=title]{display:grid;transition:inherit}[part=details]{grid-template-rows:0fr
|
1
|
+
import{__decorate as t}from"tslib";import{godown as o,styles as i,attr as e,htmlSlot as r}from"@godown/element";import a from"@godown/f7-icon/icons/chevron-down.js";import{css as s,html as l}from"lit";import{property as n}from"lit/decorators.js";import{scopePrefix as p}from"../core/global-style.js";import d from"../core/super-openable.js";const c="details",m=p(c);let f=class Details extends d{constructor(){super(...arguments),this.float=!1,this.fill=!1,this.summary=""}render(){return l`<dl part="root" ${e(this.observedRecord)}><dt part="title" @click="${()=>this.toggle()}"><span part="summary">${this.summary||r("summary")}</span> <span part="icon">${a()}</span></dt><dd part="details" @click="${this.fill?()=>this.toggle():null}"><div style="min-height: 0;">${r()}</div></dd></dl>`}};t([n({type:Boolean})],f.prototype,"float",void 0),t([n({type:Boolean})],f.prototype,"fill",void 0),t([n()],f.prototype,"summary",void 0),f=t([o(c),i(s`:host{${m}--icon-deg-open:0deg;${m}--icon-deg-close:90deg;${m}--icon-space:.22em;display:block;transition:.3s}[part=root]{height:100%;position:relative}[part=title]{align-items:center;direction:ltr;grid-template-columns:auto auto;height:100%;justify-content:space-between}[part=details],[part=title]{display:grid;overflow:hidden;transition:inherit}[part=details]{grid-template-rows:0fr}:host([open]) [part=details]{grid-template-rows:1fr}[float] [part=details]{position:absolute;top:100%;width:100%}[part]{transition:inherit;transition-property:transform,grid-template-rows}[part=icon]{-webkit-backface-visibility:hidden;backface-visibility:hidden;display:flex;padding:var(${m}--icon-space);transform:rotate(var(${m}--icon-deg-close))}:host([open]) [part=icon]{transform:rotate(var(${m}--icon-deg-open))}`)],f);var h=f;export{f as Details,h as default};
|
2
2
|
//# sourceMappingURL=details.js.map
|
package/components/layout.js
CHANGED
@@ -1,2 +1,2 @@
|
|
1
|
-
import{__decorate as t}from"tslib";import{godown as o,styles as r,attr as e,htmlSlot as i}from"@godown/element";import{css as a,html as s}from"lit";import{property as
|
1
|
+
import{__decorate as t}from"tslib";import{godown as o,styles as r,attr as e,htmlSlot as i}from"@godown/element";import{css as a,html as s}from"lit";import{property as p}from"lit/decorators.js";import{GlobalStyle as d}from"../core/global-style.js";let l=class Layout extends d{constructor(){super(...arguments),this.sticky=!1}render(){return s`<div part="root" ${e(this.observedRecord)}><header part="header">${i("header")}</header><main part="main">${i()}</main><footer part="footer">${i("footer")}</footer></div>`}};t([p({type:Boolean})],l.prototype,"sticky",void 0),l=t([o("layout"),r(a`:host{flex-direction:column;grid-template-rows:auto 1fr auto;min-height:100%;width:100%}:host,:host([contents]) [part=root]{display:flex}[part=root]{display:contents}[part=main]{flex:1;width:100%}[part=footer],[part=header]{flex-shrink:0;width:100%}[sticky] header{position:sticky;top:0}`)],l);var n=l;export{l as Layout,n as default};
|
2
2
|
//# sourceMappingURL=layout.js.map
|
@@ -0,0 +1,53 @@
|
|
1
|
+
import { GlobalStyle } from "../core/global-style.js";
|
2
|
+
import { type TemplateResult } from "lit";
|
3
|
+
import { type OutlineType } from "../core/outline.js";
|
4
|
+
/**
|
5
|
+
* {@linkcode Tabs} used to render a set of tabs.
|
6
|
+
*
|
7
|
+
* It accepts "tabs" to present the sub-content.
|
8
|
+
*
|
9
|
+
* If "useSlot" is set, then each piece of content in "tabs" will be a named slot with the same name as it.
|
10
|
+
*
|
11
|
+
* When "mouseenter" and "mouseleave" are triggered on an individual tab, the indicator will move.
|
12
|
+
*
|
13
|
+
* The moving indicator will start from the position of the item that was last entered.
|
14
|
+
*
|
15
|
+
* If the pointer moves out of the root element or the element is connected to the document,
|
16
|
+
* the starting position of the indicator will be regarded as the current selection.
|
17
|
+
*
|
18
|
+
* Apply "flex-direction: column" to the tabs to arrange them vertically.
|
19
|
+
*
|
20
|
+
* @csspart root - The root element.
|
21
|
+
* @csspart item - The tab items.
|
22
|
+
* @csspart indicator - The indicator.
|
23
|
+
* @csspart selected - The selected tab item.
|
24
|
+
* @csspart hover - The hovered tab item.
|
25
|
+
* @fires select - Fires when the tab is selected.
|
26
|
+
* @category display
|
27
|
+
*/
|
28
|
+
declare class Tabs extends GlobalStyle {
|
29
|
+
outlineType: OutlineType;
|
30
|
+
/**
|
31
|
+
* Determines whether the tabs should use a slot for their content instead of a string.
|
32
|
+
*/
|
33
|
+
useSlot: boolean;
|
34
|
+
/**
|
35
|
+
* An array of strings or slot content representing the tabs.
|
36
|
+
*/
|
37
|
+
tabs: string[];
|
38
|
+
/**
|
39
|
+
* The index of the currently selected tab.
|
40
|
+
*/
|
41
|
+
index: number;
|
42
|
+
protected _lastIndex: number;
|
43
|
+
protected _items: HTMLCollectionOf<HTMLLIElement>;
|
44
|
+
protected _indicators: HTMLCollectionOf<HTMLDivElement>;
|
45
|
+
render(): TemplateResult<1>;
|
46
|
+
connectedCallback(): void;
|
47
|
+
protected _handleMouseLeave(): void;
|
48
|
+
move(from: number, to: number): void;
|
49
|
+
select(selected: number): void;
|
50
|
+
}
|
51
|
+
export default Tabs;
|
52
|
+
export { Tabs };
|
53
|
+
//# sourceMappingURL=tabs.d.ts.map
|
@@ -0,0 +1 @@
|
|
1
|
+
{"version":3,"file":"tabs.d.ts","sourceRoot":"","sources":["../src/components/tabs.ts"],"names":[],"mappings":"AACA,OAAO,EAAiB,WAAW,EAAe,MAAM,yBAAyB,CAAC;AAClF,OAAO,EAAa,KAAK,cAAc,EAAE,MAAM,KAAK,CAAC;AAErD,OAAO,EAAkB,KAAK,WAAW,EAAE,MAAM,oBAAoB,CAAC;AAOtE;;;;;;;;;;;;;;;;;;;;;;;GAuBG;AACH,cAQM,IAAK,SAAQ,WAAW;IAE5B,WAAW,EAAE,WAAW,CAAY;IAEpC;;OAEG;IAEH,OAAO,UAAS;IAEhB;;OAEG;IAEH,IAAI,EAAE,MAAM,EAAE,CAAC;IAEf;;OAEG;IAEH,KAAK,SAAK;IAEV,SAAS,CAAC,UAAU,EAAE,MAAM,CAAC;IAG7B,SAAS,CAAC,MAAM,EAAE,gBAAgB,CAAC,aAAa,CAAC,CAAC;IAGlD,SAAS,CAAC,WAAW,EAAE,gBAAgB,CAAC,cAAc,CAAC,CAAC;IAExD,MAAM,IAAI,cAAc,CAAC,CAAC,CAAC;IAW3B,iBAAiB,IAAI,IAAI;IAKzB,SAAS,CAAC,iBAAiB,IAAI,IAAI;IAQnC,IAAI,CAAC,IAAI,EAAE,MAAM,EAAE,EAAE,EAAE,MAAM,GAAG,IAAI;IAsCpC,MAAM,CAAC,QAAQ,EAAE,MAAM,GAAG,IAAI;CAS/B;AAED,eAAe,IAAI,CAAC;AACpB,OAAO,EAAE,IAAI,EAAE,CAAC"}
|
@@ -0,0 +1,2 @@
|
|
1
|
+
import{__decorate as t}from"tslib";import{godown as i,styles as e,attr as o,tokenList as r,htmlSlot as s}from"@godown/element";import{scopePrefix as n,cssGlobalVars as a,GlobalStyle as d}from"../core/global-style.js";import{css as p,html as l}from"lit";import{property as c,queryAll as h}from"lit/decorators.js";import{OutlineBuilder as u}from"../core/outline.js";const m="tabs",v=n(m),y="hover";let x=class Tabs extends d{constructor(){super(...arguments),this.outlineType="border",this.useSlot=!1,this.index=0}render(){return l`<ul part="root" ${o(this.observedRecord)} @mouseleave="${this._handleMouseLeave}">${this.tabs.map(((t,i)=>l`<li part="${r("item",{selected:this.index===i})}" @mouseenter="${()=>{this.move(this._lastIndex,i),this._lastIndex=i}}" @click="${()=>this.select(i)}">${this.useSlot?s(t):t}<div part="indicator"></div></li>`))}</ul>`}connectedCallback(){super.connectedCallback(),this._lastIndex=this.index}_handleMouseLeave(){const t=this._items[this._lastIndex];t&&t.part.remove(y),this._lastIndex=this.index}move(t,i){if(t===i)return;const{_items:e,_indicators:o}=this,r=e[i];if(!r)return;r.part.add(y);const s=e[t];if(!s)return;s.part.remove(y);const n=o[i],a=o[t];if(!n||!a)return;const d=a.getBoundingClientRect(),p=r.getBoundingClientRect(),l=d.x-p.x,c=d.y-p.y,h=d.width,{style:u}=n;u.transform=`translate3d(${l}px,${c}px,0)`,u.width=h+"px",u.transition=a.style.transition="none",n.getBoundingClientRect(),u.width=u.transform=u.transition=a.style.transition=""}select(t){this.index!==t&&(this.dispatchCustomEvent("select",t),this.move(this._lastIndex,t),this._lastIndex=t,this.index=t)}};t([c({attribute:"outline-type"})],x.prototype,"outlineType",void 0),t([c({type:Boolean})],x.prototype,"useSlot",void 0),t([c({type:Array})],x.prototype,"tabs",void 0),t([c({type:Number})],x.prototype,"index",void 0),t([h("[part~=item]")],x.prototype,"_items",void 0),t([h("[part=indicator]")],x.prototype,"_indicators",void 0),x=t([i(m),e(new u({width:`${v}--outline-width`,color:`${v}--outline-color`}).css,p`:host{${v}--indicator-background:var(${a._colors.darkgray[7]});${v}--outline-color:var(${a.passive});${v}--outline-width:0.075em;${v}--space:0.25em;border-radius:var(${a.borderRadius});cursor:default;display:flex;transition:.2s ease-in-out;width:-moz-fit-content;width:fit-content}[part=root]{border-radius:inherit;display:flex;flex-direction:inherit;gap:var(${v}--space);overflow-x:clip;padding:var(${v}--space);transition:inherit;transition-property:width,transform,opacity}[useslot] [part~=item]{padding:0}[part~=item]{display:block;padding:0 .5em;position:relative}[part=indicator],[part~=item]{border-radius:inherit;transition:inherit;transition-property:inherit;width:100%}[part=indicator]{background:var(${v}--indicator-background);height:100%;inset:0;opacity:0;position:absolute;z-index:-1}[part~=selected]{background:var(${v}--indicator-background)}[part~=hover] [part=indicator],[part~=selected] [part=indicator]{opacity:1}`)],x);var b=x;export{x as Tabs,b as default};
|
2
|
+
//# sourceMappingURL=tabs.js.map
|
@@ -0,0 +1 @@
|
|
1
|
+
{"version":3,"file":"tabs.js","sources":["../src/components/tabs.ts"],"sourcesContent":null,"names":["protoName","cssScope","scopePrefix","mouseEnterAddedToken","Tabs","GlobalStyle","constructor","this","outlineType","useSlot","index","render","html","attr","observedRecord","_handleMouseLeave","tabs","map","tab","tokenList","selected","move","_lastIndex","select","htmlSlot","connectedCallback","super","lastItem","_items","part","remove","from","to","_indicators","toItem","add","fromItem","toIndicator","fromIndicator","fromIndicatorRect","getBoundingClientRect","toItemRect","transformX","x","transformY","y","fromWidth","width","style","transform","transition","dispatchCustomEvent","__decorate","property","attribute","prototype","undefined","type","Boolean","Array","Number","queryAll","godown","styles","OutlineBuilder","color","css","cssGlobalVars","_colors","darkgray","passive","borderRadius","Tabs$1"],"mappings":"4WAMA,MAAMA,EAAY,OACZC,EAAWC,EAAYF,GAEvBG,EAAuB,QAkC7B,IAAMC,EAAN,MAAMA,aAAaC,EAAnB,WAAAC,uBAEEC,KAAWC,YAAgB,SAM3BD,KAAOE,SAAG,EAYVF,KAAKG,MAAG,EAUR,MAAAC,GACE,OAAOC,CAAI,mBAGLC,EAAKN,KAAKO,gCACGP,KAAKQ,sBAElBR,KAAKS,KAAKC,KAAI,CAACC,EAAKR,IACbE,CAAI,aAECO,EAAU,OAAQ,CACxBC,SAAUb,KAAKG,QAAUA,qBAEb,KACZH,KAAKc,KAAKd,KAAKe,WAAYZ,GAC3BH,KAAKe,WAAaZ,CAAK,cAEhB,IAAMH,KAAKgB,OAAOb,OAEzBH,KAAKE,QAAUe,EAASN,GAAOA,8CAS7C,iBAAAO,GACEC,MAAMD,oBACNlB,KAAKe,WAAaf,KAAKG,MAGf,iBAAAK,GACR,MAAMY,EAAWpB,KAAKqB,OAAOrB,KAAKe,YAC9BK,GACFA,EAASE,KAAKC,OAAO3B,GAEvBI,KAAKe,WAAaf,KAAKG,MAGzB,IAAAW,CAAKU,EAAcC,GACjB,GAAID,IAASC,EACX,OAEF,MAAMJ,OAAEA,EAAMK,YAAEA,GAAgB1B,KAC1B2B,EAASN,EAAOI,GACtB,IAAKE,EACH,OAEFA,EAAOL,KAAKM,IAAIhC,GAChB,MAAMiC,EAAWR,EAAOG,GACxB,IAAKK,EACH,OAEFA,EAASP,KAAKC,OAAO3B,GACrB,MAAMkC,EAAcJ,EAAYD,GAC1BM,EAAgBL,EAAYF,GAClC,IAAKM,IAAgBC,EACnB,OAEF,MAAMC,EAAoBD,EAAcE,wBAClCC,EAAaP,EAAOM,wBACpBE,EAAaH,EAAkBI,EAAIF,EAAWE,EAC9CC,EAAaL,EAAkBM,EAAIJ,EAAWI,EAC9CC,EAAYP,EAAkBQ,OAE9BC,MAAEA,GAAUX,EAGlBW,EAAMC,UAAY,eAAeP,OAAgBE,SACjDI,EAAMD,MAAQD,EAAY,KAC1BE,EAAME,WAAaZ,EAAcU,MAAME,WAJvB,OAMhBb,EAAYG,wBAEZQ,EAAMD,MAAQC,EAAMC,UAAYD,EAAME,WAAaZ,EAAcU,MAAME,WAAa,GAGtF,MAAA3B,CAAOH,GACDb,KAAKG,QAAUU,IAGnBb,KAAK4C,oBAAoB,SAAU/B,GACnCb,KAAKc,KAAKd,KAAKe,WAAYF,GAC3Bb,KAAKe,WAAaF,EAClBb,KAAKG,MAAQU,KAlHfgC,EAAA,CADCC,EAAS,CAAEC,UAAW,kBACYlD,EAAAmD,UAAA,mBAAAC,GAMnCJ,EAAA,CADCC,EAAS,CAAEI,KAAMC,WACHtD,EAAAmD,UAAA,eAAAC,GAMfJ,EAAA,CADCC,EAAS,CAAEI,KAAME,SACJvD,EAAAmD,UAAA,YAAAC,GAMdJ,EAAA,CADCC,EAAS,CAAEI,KAAMG,UACTxD,EAAAmD,UAAA,aAAAC,GAKCJ,EAAA,CADTS,EAAS,iBACuCzD,EAAAmD,UAAA,cAAAC,GAGvCJ,EAAA,CADTS,EAAS,qBAC6CzD,EAAAmD,UAAA,mBAAAC,GA5BnDpD,EAAIgD,EAAA,CARTU,EAAO9D,GACP+D,EACC,IAAIC,EAAe,CACjBjB,MAAO,GAAG9C,mBACVgE,MAAO,GAAGhE,qBACTiE,IACHA,CAAG,SAASjE,+BAAsCkE,EAAcC,QAAQC,SAAS,OAAOpE,wBAA+BkE,EAAcG,YAAYrE,4BAAmCA,qCAA4CkE,EAAcI,+LAA+LtE,yCAAgDA,uTAA8TA,uHAA8HA,yGAEr5BG,GAwHN,IAAAoE,EAAepE"}
|
package/core/outline.d.ts
CHANGED
@@ -15,6 +15,7 @@ export declare class OutlineBuilder {
|
|
15
15
|
constructor(vars: OutlineVars);
|
16
16
|
get styleSheet(): CSSStyleSheet;
|
17
17
|
}
|
18
|
-
export type OutlineType = "outline" | "outline-inset" | "box-shadow" | "box-shadow-inset" | "border";
|
18
|
+
export type OutlineType = "outline" | "outline-inset" | "box-shadow" | "box-shadow-inset" | "border" | "none" | undefined;
|
19
|
+
export declare const isNone: (type: OutlineType) => boolean;
|
19
20
|
export {};
|
20
21
|
//# sourceMappingURL=outline.d.ts.map
|
package/core/outline.d.ts.map
CHANGED
@@ -1 +1 @@
|
|
1
|
-
{"version":3,"file":"outline.d.ts","sourceRoot":"","sources":["../src/core/outline.ts"],"names":[],"mappings":"AAAA,OAAO,EAAkB,KAAK,SAAS,EAAE,MAAM,KAAK,CAAC;AAErD,KAAK,WAAW,GAAG;IACjB,KAAK,EAAE,MAAM,GAAG,SAAS,CAAC;IAC1B,KAAK,EAAE,MAAM,GAAG,SAAS,CAAC;CAC3B,CAAC;AAEF;;GAEG;AACH,qBAAa,cAAc;IACzB,GAAG,EAAE,SAAS,CAAC;IAEf;;;OAGG;gBACS,IAAI,EAAE,WAAW;IAM7B,IAAI,UAAU,IAAI,aAAa,CAE9B;CACF;AAED,MAAM,MAAM,WAAW,
|
1
|
+
{"version":3,"file":"outline.d.ts","sourceRoot":"","sources":["../src/core/outline.ts"],"names":[],"mappings":"AAAA,OAAO,EAAkB,KAAK,SAAS,EAAE,MAAM,KAAK,CAAC;AAErD,KAAK,WAAW,GAAG;IACjB,KAAK,EAAE,MAAM,GAAG,SAAS,CAAC;IAC1B,KAAK,EAAE,MAAM,GAAG,SAAS,CAAC;CAC3B,CAAC;AAEF;;GAEG;AACH,qBAAa,cAAc;IACzB,GAAG,EAAE,SAAS,CAAC;IAEf;;;OAGG;gBACS,IAAI,EAAE,WAAW;IAM7B,IAAI,UAAU,IAAI,aAAa,CAE9B;CACF;AAED,MAAM,MAAM,WAAW,GACnB,SAAS,GACT,eAAe,GACf,YAAY,GACZ,kBAAkB,GAClB,QAAQ,GACR,MAAM,GACN,SAAS,CAAC;AAEd,eAAO,MAAM,MAAM,SAAU,WAAW,KAAG,OAAmC,CAAC"}
|
package/core/outline.js
CHANGED
@@ -1,2 +1,2 @@
|
|
1
|
-
import{unsafeCSS as t,css as e}from"lit";class OutlineBuilder{constructor(o){const i=t(o.width),l=t(o.color);this.css=e`[outline-type=outline-inset],[outline-type=outline]{outline-color:var(${l});outline-style:solid;outline-width:var(${i})}[outline-type=outline-inset]{outline-offset:calc(var(${i})*-1)}[outline-type=box-shadow]{box-shadow:0 0 0 var(${i}) var(${l})}[outline-type=box-shadow-inset]{box-shadow:inset 0 0 0 var(${i}) var(${l})}[outline-type=border]{border-color:var(${l});border-style:solid;border-width:var(${i})}`}get styleSheet(){return this.css.styleSheet}}export{OutlineBuilder};
|
1
|
+
import{unsafeCSS as t,css as e}from"lit";class OutlineBuilder{constructor(o){const i=t(o.width),l=t(o.color);this.css=e`[outline-type=outline-inset],[outline-type=outline]{outline-color:var(${l});outline-style:solid;outline-width:var(${i})}[outline-type=outline-inset]{outline-offset:calc(var(${i})*-1)}[outline-type=box-shadow]{box-shadow:0 0 0 var(${i}) var(${l})}[outline-type=box-shadow-inset]{box-shadow:inset 0 0 0 var(${i}) var(${l})}[outline-type=border]{border-color:var(${l});border-style:solid;border-width:var(${i})}`}get styleSheet(){return this.css.styleSheet}}const o=t=>!t||"none"===t;export{OutlineBuilder,o as isNone};
|
2
2
|
//# sourceMappingURL=outline.js.map
|
package/core/outline.js.map
CHANGED
@@ -1 +1 @@
|
|
1
|
-
{"version":3,"file":"outline.js","sources":["../src/core/outline.ts"],"sourcesContent":null,"names":["OutlineBuilder","constructor","vars","width","unsafeCSS","color","this","css","styleSheet"],"mappings":"+CAUaA,eAOX,WAAAC,CAAYC,GACV,MAAMC,EAAQC,EAAUF,EAAKC,OACvBE,EAAQD,EAAUF,EAAKG,OAC7BC,KAAKC,IAAMA,CAAG,yEAAyEF,4CAAgDF,2DAA+DA,yDAA6DA,UAAcE,iEAAqEF,UAAcE,6CAAiDA,0CAA8CF,MAGrc,cAAIK,GACF,OAAOF,KAAKC,IAAIC"}
|
1
|
+
{"version":3,"file":"outline.js","sources":["../src/core/outline.ts"],"sourcesContent":null,"names":["OutlineBuilder","constructor","vars","width","unsafeCSS","color","this","css","styleSheet","isNone","type"],"mappings":"+CAUaA,eAOX,WAAAC,CAAYC,GACV,MAAMC,EAAQC,EAAUF,EAAKC,OACvBE,EAAQD,EAAUF,EAAKG,OAC7BC,KAAKC,IAAMA,CAAG,yEAAyEF,4CAAgDF,2DAA+DA,yDAA6DA,UAAcE,iEAAqEF,UAAcE,6CAAiDA,0CAA8CF,MAGrc,cAAIK,GACF,OAAOF,KAAKC,IAAIC,YAab,MAAMC,EAAUC,IAAgCA,GAAiB,SAATA"}
|