@esmalley/ts-utils 6.4.5 → 6.4.6
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/cjs/index.js
CHANGED
|
@@ -5,5 +5,5 @@
|
|
|
5
5
|
`),S=h.substring(h.indexOf("{")+1,h.lastIndexOf("}")).trim();if(k.startsWith("@keyframes")){let x=S.split(`
|
|
6
6
|
`).map(y=>y.includes("{")||y.includes("}")?y:u(y)).join(" ");_.push(`${k} { ${x} }`)}else{let x=this.processCSS(t,S,!1,n);_.push(`${k} { ${x} }`)}k=null,$=[]}continue}if(d.includes("{")||T){if(T)d.includes("}")||M.push(u(d));else{T=d.split("{")[0].trim();let h=/::(selection|target-text|highlight|spelling-error|grammar-error)/.test(T);T.startsWith(":")&&!T.startsWith("&")&&!h&&(T=`&${T}`)}if(L+=(d.match(/{/g)||[]).length,L-=(d.match(/}/g)||[]).length,L===0){let S=/::(selection|target-text|highlight|spelling-error|grammar-error)/.test(T)?T:T.replace(/&/g,`.${t}`);D.push(`${S} { ${M.join(" ")} }`),T=null,M=[]}continue}v.push(u(d))}return`${!r&&v.length>0?`.${t} { ${v.join(" ")} }`:v.join(" ")} ${D.join(" ")} ${_.join(" ")}`.replace(/\s\s+/g," ").trim()}};b(I,"styleCache",new Set),b(I,"cssMap",new Map);var Z=I;var K=class{static levenshtein(t,e){let r=[];if(!t||!e)return 0;for(let n=0;n<=t.length;n++)r[n]=[n];for(let n=0;n<=e.length;n++)r[0][n]=n;for(let n=1;n<=t.length;n++)for(let s=1;s<=e.length;s++){let o=t[n-1]===e[s-1]?0:1;r[n][s]=Math.min(r[n-1][s]+1,r[n][s-1]+1,r[n-1][s-1]+o)}return r[t.length][e.length]}static toSentenceCase(t){if(!t)return"";let e=t.trim();return e.charAt(0).toUpperCase()+e.slice(1).toLowerCase()}static generateLoremIpsum(t=3,e=5,r=!0){let n=["lorem","ipsum","dolor","sit","amet","consectetur","adipiscing","elit","sed","do","eiusmod","tempor","incididunt","ut","labore","et","dolore","magna","aliqua","ut","enim","ad","minim","veniam","quis","nostrud","exercitation","ullamco","laboris","nisi","ut","aliquip","ex","ea","commodo","consequat","duis","aute","irure","dolor","in","reprehenderit","in","voluptate","velit","esse","cillum","dolore","eu","fugiat","nulla","pariatur","excepteur","sint","occaecat","cupidatat","non","proident","sunt","in","culpa","qui","officia","deserunt","mollit","anim","id","est","laborum"],s=()=>n[Math.floor(Math.random()*n.length)],o=(a=!1)=>{if(a&&r)return"Lorem ipsum dolor sit amet, consectetur adipiscing elit.";let c=Math.floor(Math.random()*11)+5,p=[];for(let f=0;f<c;f++)p.push(s());let g=p.join(" ");if(g=g.charAt(0).toUpperCase()+g.slice(1),c>8&&Math.random()>.8){let f=Math.floor(c/2),u=g.split(" ");u[f]+=",",g=u.join(" ")}return`${g}.`},i=[];for(let a=0;a<t;a++){let c=Math.max(3,Math.round(e+(Math.random()*4-2))),p=[];for(let g=0;g<c;g++){let f=a===0&&g===0;p.push(o(f))}i.push(p.join(" "))}return i.join(`
|
|
7
7
|
|
|
8
|
-
`)}};var J=class{constructor(t){b(this,"mode");if(this.mode=t,t!=="light"&&t!=="dark")throw new Error(`Unknown theme: ${t}`)}getTheme(){return this.mode==="light"?this.getLightTheme():this.getDarkTheme()}getDarkTheme(){return{mode:"dark",background:{main:"#121212"},header:{main:this.getGrey()[900]},primary:{main:"#90caf9",light:"#e3f2fd",dark:"#42a5f5"},secondary:{main:"#ce93d8",light:"#f3e5f5",dark:"#ab47bc"},warning:{main:"#ffa726",light:"#ffb74d",dark:"#f57c00"},success:{main:"#66bb6a",light:"#81c784",dark:"#388e3c"},error:{main:"#f44336",dark:"#d32f2f",light:"#e57373"},info:{main:"#29b6f6",dark:"#0288d1",light:"#4fc3f7"},text:{primary:"#fff",secondary:"#B3B3B3",disabled:"#808080",icon:"#808080"},link:{primary:"#90caf9"},action:{active:"#fff",disabled:"rgba(255, 255, 255, 0.3)",disabledBackground:"rgba(255, 255, 255, 0.12)",disabledOpacity:.38,focus:"rgba(255, 255, 255, 0.12)",focusOpacity:.12,hover:"rgba(255, 255, 255, 0.08)",hoverOpacity:.08,selected:"rgba(255, 255, 255, 0.16)",selectedOpacity:.16},grey:this.getGrey(),red:this.getRed(),pink:this.getPink(),purple:this.getPurple(),deepPurple:this.getDeepPurple(),indigo:this.getIndigo(),blue:this.getBlue(),lightBlue:this.getLightBlue(),cyan:this.getCyan(),teal:this.getTeal(),green:this.getGreen(),lightGreen:this.getLightGreen(),lime:this.getLime(),yellow:this.getYellow(),amber:this.getAmber(),orange:this.getOrange(),deepOrange:this.getDeepOrange(),brown:this.getBrown()}}getLightTheme(){return{mode:"light",background:{main:"#efefef",light:"#fff"},header:{main:this.getBlue()[700]},primary:{main:"#1976d2",light:"#42a5f5",dark:"#1565c0",contrastText:"#fff"},secondary:{main:"#9c27b0",light:"#ba68c8",dark:"#7b1fa2",contrastText:"#fff"},error:{main:"#d32f2f",light:"#ef5350",dark:"#c62828",contrastText:"#fff"},warning:{main:"#ed6c02",light:"#ff9800",dark:"#e65100",contrastText:"#fff"},info:{main:"#0288d1",light:"#03a9f4",dark:"#01579b",contrastText:"#fff"},success:{main:"#2e7d32",light:"#4caf50",dark:"#1b5e20",contrastText:"#fff"},text:{primary:"#222222",secondary:"#666666",disabled:"#9E9E9E"},link:{primary:"#1976d2"},action:{active:"rgba(0, 0, 0, 0.54)",disabled:"rgba(0, 0, 0, 0.26)",disabledBackground:"rgba(0, 0, 0, 0.12)",disabledOpacity:.38,focus:"rgba(0, 0, 0, 0.12)",focusOpacity:.12,hover:"rgba(0, 0, 0, 0.04)",hoverOpacity:.04,selected:"rgba(0, 0, 0, 0.08)",selectedOpacity:.08},grey:this.getGrey(),red:this.getRed(),pink:this.getPink(),purple:this.getPurple(),deepPurple:this.getDeepPurple(),indigo:this.getIndigo(),blue:this.getBlue(),lightBlue:this.getLightBlue(),cyan:this.getCyan(),teal:this.getTeal(),green:this.getGreen(),lightGreen:this.getLightGreen(),lime:this.getLime(),yellow:this.getYellow(),amber:this.getAmber(),orange:this.getOrange(),deepOrange:this.getDeepOrange(),brown:this.getBrown()}}getGrey(){return{50:"#fafafa",100:"#f5f5f5",200:"#eeeeee",300:"#e0e0e0",400:"#bdbdbd",500:"#9e9e9e",600:"#757575",700:"#616161",800:"#424242",900:"#212121",A100:"#f5f5f5",A200:"#eeeeee",A400:"#bdbdbd",A700:"#616161"}}getRed(){return{50:"#ffebee",100:"#ffcdd2",200:"#ef9a9a",300:"#e57373",400:"#ef5350",500:"#f44336",600:"#e53935",700:"#d32f2f",800:"#c62828",900:"#b71c1c",A100:"#ff8a80",A200:"#ff5252",A400:"#ff1744",A700:"#d50000"}}getPink(){return{50:"#fce4ec",100:"#f8bbd0",200:"#f48fb1",300:"#f06292",400:"#ec407a",500:"#e91e63",600:"#d81b60",700:"#c2185b",800:"#ad1457",900:"#880e4f",A100:"#ff80ab",A200:"#ff4081",A400:"#f50057",A700:"#c51162"}}getPurple(){return{50:"#f3e5f5",100:"#e1bee7",200:"#ce93d8",300:"#ba68c8",400:"#ab47bc",500:"#9c27b0",600:"#8e24aa",700:"#7b1fa2",800:"#6a1b9a",900:"#4a148c",A100:"#ea80fc",A200:"#e040fb",A400:"#d500f8",A700:"#aa00ff"}}getDeepPurple(){return{50:"#ede7f6",100:"#d1c4e9",200:"#b39ddb",300:"#9575cd",400:"#7e57c2",500:"#673ab7",600:"#5e35b1",700:"#512da8",800:"#4527a0",900:"#311b92",A100:"#b388ff",A200:"#7c4dff",A400:"#651fff",A700:"#6200ea"}}getIndigo(){return{50:"#e8eaf6",100:"#c5cae9",200:"#9fa8da",300:"#7986cb",400:"#5c6bc0",500:"#3f51b5",600:"#3949ab",700:"#303f9f",800:"#283593",900:"#1a237e",A100:"#8c9eff",A200:"#536dfe",A400:"#3d5afe",A700:"#304ffe"}}getBlue(){return{50:"#e3f2fd",100:"#bbdefb",200:"#90caf9",300:"#64b5f6",400:"#42a5f5",500:"#2196f3",600:"#1e88e5",700:"#1976d2",800:"#1565c0",900:"#0d47a1",A100:"#82b1ff",A200:"#448aff",A400:"#2979ff",A700:"#2962ff"}}getLightBlue(){return{50:"#e1f5fe",100:"#b3e5fc",200:"#81d4fa",300:"#4fc3f7",400:"#29b6f6",500:"#03a9f4",600:"#039be5",700:"#0288d1",800:"#0277bd",900:"#01579b",A100:"#80d8ff",A200:"#40c4ff",A400:"#00b0ff",A700:"#0091ea"}}getCyan(){return{50:"#e0f7fa",100:"#b2ebf2",200:"#80deea",300:"#4dd0e1",400:"#26c6da",500:"#00bcd4",600:"#00acc1",700:"#0097a7",800:"#00838f",900:"#006064",A100:"#84ffff",A200:"#18ffff",A400:"#00e5ff",A700:"#00b8d4"}}getTeal(){return{50:"#e0f2f1",100:"#b2dfdb",200:"#80cbc4",300:"#4db6ac",400:"#26a69a",500:"#009688",600:"#00897b",700:"#00796b",800:"#00695c",900:"#004d40",A100:"#a7ffeb",A200:"#64ffda",A400:"#1de9b6",A700:"#00bfa5"}}getGreen(){return{50:"#e8f5e9",100:"#c8e6c9",200:"#a5d6a7",300:"#81c784",400:"#66bb6a",500:"#4caf50",600:"#43a047",700:"#388e3c",800:"#2e7d32",900:"#1b5e20",A100:"#b9f6ca",A200:"#69f0ae",A400:"#00e676",A700:"#00c853"}}getLightGreen(){return{50:"#f1f8e9",100:"#dcedc8",200:"#c5e1a5",300:"#aed581",400:"#9ccc65",500:"#8bc34a",600:"#7cb342",700:"#689f38",800:"#558b2f",900:"#33691e",A100:"#ccff90",A200:"#b2ff59",A400:"#76ff03",A700:"#64dd17"}}getLime(){return{50:"#f9fbe7",100:"#f0f4c3",200:"#e6ee9c",300:"#dce775",400:"#d4e157",500:"#cddc39",600:"#c0ca33",700:"#afb42b",800:"#9fa827",900:"#827717",A100:"#f4ff81",A200:"#eeff41",A400:"#c6ff00",A700:"#aeea00"}}getYellow(){return{50:"#fffde7",100:"#fff9c4",200:"#fff59d",300:"#fff176",400:"#ffee58",500:"#ffeb3b",600:"#fdd835",700:"#fbc02d",800:"#f9a825",900:"#f57f17",A100:"#ffff8d",A200:"#ffff00",A400:"#ffea00",A700:"#ffd600"}}getAmber(){return{50:"#fff8e1",100:"#ffecb3",200:"#ffe082",300:"#ffd54f",400:"#ffca28",500:"#ffc107",600:"#ffb300",700:"#ffa000",800:"#ff8f00",900:"#ff6f00",A100:"#ffe57f",A200:"#ffd740",A400:"#ffc400",A700:"#ffab00"}}getOrange(){return{50:"#fff3e0",100:"#ffe0b2",200:"#ffcc80",300:"#ffb74d",400:"#ffa726",500:"#ff9800",600:"#fb8c00",700:"#f57c00",800:"#ef6c00",900:"#e65100",A100:"#ffd180",A200:"#ffab40",A400:"#ff9100",A700:"#ff6d00"}}getDeepOrange(){return{50:"#fbe9e7",100:"#ffccbc",200:"#ffab91",300:"#ff8a65",400:"#ff7043",500:"#ff5722",600:"#f4511e",700:"#e64a19",800:"#d84315",900:"#bf360c",A100:"#ff9e80",A200:"#ff6e40",A400:"#ff3d00",A700:"#dd2c00"}}getBrown(){return{50:"#efebe9",100:"#d7ccc8",200:"#bcaaa4",300:"#a1887f",400:"#8d6e63",500:"#795548",600:"#6d4c41",700:"#5d4037",800:"#4e342e",900:"#3e2723"}}};var B=class{constructor(){b(this,"listeners",[]);b(this,"toasts",[])}subscribe(t){return this.listeners.push(t),()=>{this.listeners=this.listeners.filter(e=>e!==t)}}notify(){this.listeners.forEach(t=>t(this.toasts))}requestClose(t){this.toasts=this.toasts.map(e=>e.id===t?{...e,exiting:!0}:e),this.notify()}add(t,e="info"){let r=Date.now();this.toasts=[...this.toasts,{id:r,message:t,type:e}],this.notify(),setTimeout(()=>{this.requestClose(r)},4e3)}remove(t){this.toasts=this.toasts.filter(e=>e.id!==t),this.notify()}},j=new B,le={info:l=>j.add(l,"info"),error:l=>j.add(l,"error"),success:l=>j.add(l,"success")};var V=class{constructor(){b(this,"lastTimestamp",-1);b(this,"seqCounter",0)}getRandomBytes(t){if(typeof globalThis.crypto?.getRandomValues=="function"){let e=new Uint8Array(t);return globalThis.crypto.getRandomValues(e),e}throw new Error("Secure crypto functionality is not available in this environment.")}generateUUIDv7Bytes(){let t=Date.now();t===this.lastTimestamp?(this.seqCounter++,this.seqCounter>4095&&(this.lastTimestamp++,t=this.lastTimestamp,this.seqCounter=0)):t<this.lastTimestamp?(this.seqCounter++,this.seqCounter>4095&&(this.lastTimestamp++,this.seqCounter=0),t=this.lastTimestamp):(this.lastTimestamp=t,this.seqCounter=0);let e=this.getRandomBytes(16);return e[0]=Math.floor(t/1099511627776)&255,e[1]=Math.floor(t/4294967296)&255,e[2]=t>>>24&255,e[3]=t>>>16&255,e[4]=t>>>8&255,e[5]=t&255,e[6]=112|this.seqCounter>>8&15,e[7]=this.seqCounter&255,e[8]=e[8]&63|128,e}
|
|
8
|
+
`)}};var J=class{constructor(t){b(this,"mode");if(this.mode=t,t!=="light"&&t!=="dark")throw new Error(`Unknown theme: ${t}`)}getTheme(){return this.mode==="light"?this.getLightTheme():this.getDarkTheme()}getDarkTheme(){return{mode:"dark",background:{main:"#121212"},header:{main:this.getGrey()[900]},primary:{main:"#90caf9",light:"#e3f2fd",dark:"#42a5f5"},secondary:{main:"#ce93d8",light:"#f3e5f5",dark:"#ab47bc"},warning:{main:"#ffa726",light:"#ffb74d",dark:"#f57c00"},success:{main:"#66bb6a",light:"#81c784",dark:"#388e3c"},error:{main:"#f44336",dark:"#d32f2f",light:"#e57373"},info:{main:"#29b6f6",dark:"#0288d1",light:"#4fc3f7"},text:{primary:"#fff",secondary:"#B3B3B3",disabled:"#808080",icon:"#808080"},link:{primary:"#90caf9"},action:{active:"#fff",disabled:"rgba(255, 255, 255, 0.3)",disabledBackground:"rgba(255, 255, 255, 0.12)",disabledOpacity:.38,focus:"rgba(255, 255, 255, 0.12)",focusOpacity:.12,hover:"rgba(255, 255, 255, 0.08)",hoverOpacity:.08,selected:"rgba(255, 255, 255, 0.16)",selectedOpacity:.16},grey:this.getGrey(),red:this.getRed(),pink:this.getPink(),purple:this.getPurple(),deepPurple:this.getDeepPurple(),indigo:this.getIndigo(),blue:this.getBlue(),lightBlue:this.getLightBlue(),cyan:this.getCyan(),teal:this.getTeal(),green:this.getGreen(),lightGreen:this.getLightGreen(),lime:this.getLime(),yellow:this.getYellow(),amber:this.getAmber(),orange:this.getOrange(),deepOrange:this.getDeepOrange(),brown:this.getBrown()}}getLightTheme(){return{mode:"light",background:{main:"#efefef",light:"#fff"},header:{main:this.getBlue()[700]},primary:{main:"#1976d2",light:"#42a5f5",dark:"#1565c0",contrastText:"#fff"},secondary:{main:"#9c27b0",light:"#ba68c8",dark:"#7b1fa2",contrastText:"#fff"},error:{main:"#d32f2f",light:"#ef5350",dark:"#c62828",contrastText:"#fff"},warning:{main:"#ed6c02",light:"#ff9800",dark:"#e65100",contrastText:"#fff"},info:{main:"#0288d1",light:"#03a9f4",dark:"#01579b",contrastText:"#fff"},success:{main:"#2e7d32",light:"#4caf50",dark:"#1b5e20",contrastText:"#fff"},text:{primary:"#222222",secondary:"#666666",disabled:"#9E9E9E"},link:{primary:"#1976d2"},action:{active:"rgba(0, 0, 0, 0.54)",disabled:"rgba(0, 0, 0, 0.26)",disabledBackground:"rgba(0, 0, 0, 0.12)",disabledOpacity:.38,focus:"rgba(0, 0, 0, 0.12)",focusOpacity:.12,hover:"rgba(0, 0, 0, 0.04)",hoverOpacity:.04,selected:"rgba(0, 0, 0, 0.08)",selectedOpacity:.08},grey:this.getGrey(),red:this.getRed(),pink:this.getPink(),purple:this.getPurple(),deepPurple:this.getDeepPurple(),indigo:this.getIndigo(),blue:this.getBlue(),lightBlue:this.getLightBlue(),cyan:this.getCyan(),teal:this.getTeal(),green:this.getGreen(),lightGreen:this.getLightGreen(),lime:this.getLime(),yellow:this.getYellow(),amber:this.getAmber(),orange:this.getOrange(),deepOrange:this.getDeepOrange(),brown:this.getBrown()}}getGrey(){return{50:"#fafafa",100:"#f5f5f5",200:"#eeeeee",300:"#e0e0e0",400:"#bdbdbd",500:"#9e9e9e",600:"#757575",700:"#616161",800:"#424242",900:"#212121",A100:"#f5f5f5",A200:"#eeeeee",A400:"#bdbdbd",A700:"#616161"}}getRed(){return{50:"#ffebee",100:"#ffcdd2",200:"#ef9a9a",300:"#e57373",400:"#ef5350",500:"#f44336",600:"#e53935",700:"#d32f2f",800:"#c62828",900:"#b71c1c",A100:"#ff8a80",A200:"#ff5252",A400:"#ff1744",A700:"#d50000"}}getPink(){return{50:"#fce4ec",100:"#f8bbd0",200:"#f48fb1",300:"#f06292",400:"#ec407a",500:"#e91e63",600:"#d81b60",700:"#c2185b",800:"#ad1457",900:"#880e4f",A100:"#ff80ab",A200:"#ff4081",A400:"#f50057",A700:"#c51162"}}getPurple(){return{50:"#f3e5f5",100:"#e1bee7",200:"#ce93d8",300:"#ba68c8",400:"#ab47bc",500:"#9c27b0",600:"#8e24aa",700:"#7b1fa2",800:"#6a1b9a",900:"#4a148c",A100:"#ea80fc",A200:"#e040fb",A400:"#d500f8",A700:"#aa00ff"}}getDeepPurple(){return{50:"#ede7f6",100:"#d1c4e9",200:"#b39ddb",300:"#9575cd",400:"#7e57c2",500:"#673ab7",600:"#5e35b1",700:"#512da8",800:"#4527a0",900:"#311b92",A100:"#b388ff",A200:"#7c4dff",A400:"#651fff",A700:"#6200ea"}}getIndigo(){return{50:"#e8eaf6",100:"#c5cae9",200:"#9fa8da",300:"#7986cb",400:"#5c6bc0",500:"#3f51b5",600:"#3949ab",700:"#303f9f",800:"#283593",900:"#1a237e",A100:"#8c9eff",A200:"#536dfe",A400:"#3d5afe",A700:"#304ffe"}}getBlue(){return{50:"#e3f2fd",100:"#bbdefb",200:"#90caf9",300:"#64b5f6",400:"#42a5f5",500:"#2196f3",600:"#1e88e5",700:"#1976d2",800:"#1565c0",900:"#0d47a1",A100:"#82b1ff",A200:"#448aff",A400:"#2979ff",A700:"#2962ff"}}getLightBlue(){return{50:"#e1f5fe",100:"#b3e5fc",200:"#81d4fa",300:"#4fc3f7",400:"#29b6f6",500:"#03a9f4",600:"#039be5",700:"#0288d1",800:"#0277bd",900:"#01579b",A100:"#80d8ff",A200:"#40c4ff",A400:"#00b0ff",A700:"#0091ea"}}getCyan(){return{50:"#e0f7fa",100:"#b2ebf2",200:"#80deea",300:"#4dd0e1",400:"#26c6da",500:"#00bcd4",600:"#00acc1",700:"#0097a7",800:"#00838f",900:"#006064",A100:"#84ffff",A200:"#18ffff",A400:"#00e5ff",A700:"#00b8d4"}}getTeal(){return{50:"#e0f2f1",100:"#b2dfdb",200:"#80cbc4",300:"#4db6ac",400:"#26a69a",500:"#009688",600:"#00897b",700:"#00796b",800:"#00695c",900:"#004d40",A100:"#a7ffeb",A200:"#64ffda",A400:"#1de9b6",A700:"#00bfa5"}}getGreen(){return{50:"#e8f5e9",100:"#c8e6c9",200:"#a5d6a7",300:"#81c784",400:"#66bb6a",500:"#4caf50",600:"#43a047",700:"#388e3c",800:"#2e7d32",900:"#1b5e20",A100:"#b9f6ca",A200:"#69f0ae",A400:"#00e676",A700:"#00c853"}}getLightGreen(){return{50:"#f1f8e9",100:"#dcedc8",200:"#c5e1a5",300:"#aed581",400:"#9ccc65",500:"#8bc34a",600:"#7cb342",700:"#689f38",800:"#558b2f",900:"#33691e",A100:"#ccff90",A200:"#b2ff59",A400:"#76ff03",A700:"#64dd17"}}getLime(){return{50:"#f9fbe7",100:"#f0f4c3",200:"#e6ee9c",300:"#dce775",400:"#d4e157",500:"#cddc39",600:"#c0ca33",700:"#afb42b",800:"#9fa827",900:"#827717",A100:"#f4ff81",A200:"#eeff41",A400:"#c6ff00",A700:"#aeea00"}}getYellow(){return{50:"#fffde7",100:"#fff9c4",200:"#fff59d",300:"#fff176",400:"#ffee58",500:"#ffeb3b",600:"#fdd835",700:"#fbc02d",800:"#f9a825",900:"#f57f17",A100:"#ffff8d",A200:"#ffff00",A400:"#ffea00",A700:"#ffd600"}}getAmber(){return{50:"#fff8e1",100:"#ffecb3",200:"#ffe082",300:"#ffd54f",400:"#ffca28",500:"#ffc107",600:"#ffb300",700:"#ffa000",800:"#ff8f00",900:"#ff6f00",A100:"#ffe57f",A200:"#ffd740",A400:"#ffc400",A700:"#ffab00"}}getOrange(){return{50:"#fff3e0",100:"#ffe0b2",200:"#ffcc80",300:"#ffb74d",400:"#ffa726",500:"#ff9800",600:"#fb8c00",700:"#f57c00",800:"#ef6c00",900:"#e65100",A100:"#ffd180",A200:"#ffab40",A400:"#ff9100",A700:"#ff6d00"}}getDeepOrange(){return{50:"#fbe9e7",100:"#ffccbc",200:"#ffab91",300:"#ff8a65",400:"#ff7043",500:"#ff5722",600:"#f4511e",700:"#e64a19",800:"#d84315",900:"#bf360c",A100:"#ff9e80",A200:"#ff6e40",A400:"#ff3d00",A700:"#dd2c00"}}getBrown(){return{50:"#efebe9",100:"#d7ccc8",200:"#bcaaa4",300:"#a1887f",400:"#8d6e63",500:"#795548",600:"#6d4c41",700:"#5d4037",800:"#4e342e",900:"#3e2723"}}};var B=class{constructor(){b(this,"listeners",[]);b(this,"toasts",[])}subscribe(t){return this.listeners.push(t),()=>{this.listeners=this.listeners.filter(e=>e!==t)}}notify(){this.listeners.forEach(t=>t(this.toasts))}requestClose(t){this.toasts=this.toasts.map(e=>e.id===t?{...e,exiting:!0}:e),this.notify()}add(t,e="info"){let r=Date.now();this.toasts=[...this.toasts,{id:r,message:t,type:e}],this.notify(),setTimeout(()=>{this.requestClose(r)},4e3)}remove(t){this.toasts=this.toasts.filter(e=>e.id!==t),this.notify()}},j=new B,le={info:l=>j.add(l,"info"),error:l=>j.add(l,"error"),success:l=>j.add(l,"success")};var V=class{constructor(){b(this,"lastTimestamp",-1);b(this,"seqCounter",0)}getRandomBytes(t){if(typeof globalThis.crypto?.getRandomValues=="function"){let e=new Uint8Array(t);return globalThis.crypto.getRandomValues(e),e}throw new Error("Secure crypto functionality is not available in this environment.")}generateUUIDv7Bytes(){let t=Date.now();t===this.lastTimestamp?(this.seqCounter++,this.seqCounter>4095&&(this.lastTimestamp++,t=this.lastTimestamp,this.seqCounter=0)):t<this.lastTimestamp?(this.seqCounter++,this.seqCounter>4095&&(this.lastTimestamp++,this.seqCounter=0),t=this.lastTimestamp):(this.lastTimestamp=t,this.seqCounter=0);let e=this.getRandomBytes(16);return e[0]=Math.floor(t/1099511627776)&255,e[1]=Math.floor(t/4294967296)&255,e[2]=t>>>24&255,e[3]=t>>>16&255,e[4]=t>>>8&255,e[5]=t&255,e[6]=112|this.seqCounter>>8&15,e[7]=this.seqCounter&255,e[8]=e[8]&63|128,e}uuidToBin(t){let e=t.replaceAll("-","");if(!/^[0-9a-fA-F]{32}$/.test(e))throw new Error(`Invalid UUID: ${t}`);let r=new Uint8Array(16);for(let n=0;n<16;n++)r[n]=parseInt(e.substring(n*2,n*2+2),16);return r}binToUuid(t){if(t.length!==16)throw new Error("UUID buffer must contain exactly 16 bytes.");let e="";for(let r=0;r<t.length;r++)e+=t[r].toString(16).padStart(2,"0");return`${e.slice(0,8)}-${e.slice(8,12)}-${e.slice(12,16)}-${e.slice(16,20)}-${e.slice(20)}`}},pe=new V;
|
|
9
9
|
//# sourceMappingURL=index.js.map
|