bitboss-ui 2.0.95 → 2.0.97

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.
Files changed (207) hide show
  1. package/dist/components/BaseCheckbox/BaseCheckbox.vue.d.ts +1 -1
  2. package/dist/components/BaseCheckboxGroup/BaseCheckboxGroup.vue.d.ts +3 -3
  3. package/dist/components/BaseColorInput/BaseColorInput.vue.d.ts +5 -1
  4. package/dist/components/BaseDatePicker/BaseDatePicker.vue.d.ts +22 -5
  5. package/dist/components/BaseDatePicker/BaseDatePickerInputDaySelector.vue.d.ts +2 -0
  6. package/dist/components/BaseDatePickerInput/BaseDatePickerInput.vue.d.ts +69 -19
  7. package/dist/components/BaseInputContainer/BaseInputContainer.vue.d.ts +4 -0
  8. package/dist/components/BaseNumberInput/BaseNumberInput.vue.d.ts +5 -1
  9. package/dist/components/BaseRadio/BaseRadio.vue.d.ts +1 -1
  10. package/dist/components/BaseRadioGroup/BaseRadioGroup.vue.d.ts +1 -1
  11. package/dist/components/BaseRating/BaseRating.vue.d.ts +1 -1
  12. package/dist/components/BaseSelect/BaseSelect.vue.d.ts +7 -0
  13. package/dist/components/BaseSlider/BaseSlider.vue.d.ts +1 -1
  14. package/dist/components/BaseTag/BaseTag.vue.d.ts +6 -1
  15. package/dist/components/BaseTextInput/BaseTextInput.vue.d.ts +5 -1
  16. package/dist/components/BaseTextarea/BaseTextarea.vue.d.ts +5 -1
  17. package/dist/components/BbCheckbox/BbCheckbox.vue.d.ts +1 -1
  18. package/dist/components/BbCheckboxGroup/BbCheckboxGroup.vue.d.ts +5 -1
  19. package/dist/components/BbColorInput/BbColorInput.vue.d.ts +5 -1
  20. package/dist/components/BbDatePickerInput/BbDatePickerInput.vue.d.ts +4 -0
  21. package/dist/components/BbNumberInput/BbNumberInput.vue.d.ts +7 -2
  22. package/dist/components/BbRadio/BbRadio.vue.d.ts +1 -1
  23. package/dist/components/BbRadioGroup/BbRadioGroup.vue.d.ts +5 -1
  24. package/dist/components/BbRating/BbRating.vue.d.ts +5 -1
  25. package/dist/components/BbSelect/BbSelect.vue.d.ts +4 -0
  26. package/dist/components/BbSlider/BbSlider.vue.d.ts +5 -1
  27. package/dist/components/BbTable/types.d.ts +1 -1
  28. package/dist/components/BbTag/BbTag.vue.d.ts +5 -1
  29. package/dist/components/BbTextInput/BbTextInput.vue.d.ts +5 -1
  30. package/dist/components/BbTextarea/BbTextarea.vue.d.ts +5 -1
  31. package/dist/components/ListBox.vue.d.ts +4 -0
  32. package/dist/components/OptionsContainer.vue.d.ts +2 -2
  33. package/dist/composables/useBbConfig.d.ts +3 -0
  34. package/dist/composables/useLocale.d.ts +5 -0
  35. package/dist/i18n/en.d.ts +8 -0
  36. package/dist/i18n/index.d.ts +3 -0
  37. package/dist/i18n/it.d.ts +8 -0
  38. package/dist/index100.js +4 -4
  39. package/dist/index101.js +18 -15
  40. package/dist/index103.js +11 -9
  41. package/dist/index105.js +10 -10
  42. package/dist/index107.js +16 -14
  43. package/dist/index111.js +6 -6
  44. package/dist/index113.js +12 -9
  45. package/dist/index115.js +27 -24
  46. package/dist/index117.js +27 -24
  47. package/dist/index119.js +2 -2
  48. package/dist/index121.js +5 -5
  49. package/dist/index123.js +1 -1
  50. package/dist/index127.js +1 -1
  51. package/dist/index128.js +1 -1
  52. package/dist/index129.js +1 -1
  53. package/dist/index13.js +1 -1
  54. package/dist/index134.js +2 -2
  55. package/dist/index15.js +22 -20
  56. package/dist/index17.js +15 -16
  57. package/dist/index19.js +72 -65
  58. package/dist/index208.js +1 -1
  59. package/dist/index21.js +84 -72
  60. package/dist/index210.js +1 -1
  61. package/dist/index211.js +5 -20
  62. package/dist/index212.js +16 -4
  63. package/dist/index213.js +16 -5
  64. package/dist/index214.js +18 -15
  65. package/dist/index215.js +16 -13
  66. package/dist/index216.js +26 -18
  67. package/dist/index217.js +3 -19
  68. package/dist/index218.js +2 -27
  69. package/dist/index219.js +8 -3
  70. package/dist/index220.js +250 -2
  71. package/dist/index221.js +50 -6
  72. package/dist/index222.js +36 -241
  73. package/dist/index223.js +5 -52
  74. package/dist/index224.js +47 -31
  75. package/dist/index225.js +2 -5
  76. package/dist/index226.js +4 -60
  77. package/dist/index227.js +2 -2
  78. package/dist/index228.js +126 -4
  79. package/dist/index229.js +125 -2
  80. package/dist/index23.js +28 -26
  81. package/dist/index230.js +2 -3
  82. package/dist/index231.js +1 -1
  83. package/dist/index232.js +20 -6
  84. package/dist/index233.js +6 -7
  85. package/dist/index234.js +5 -12
  86. package/dist/index235.js +12 -164
  87. package/dist/index236.js +368 -83
  88. package/dist/index237.js +166 -0
  89. package/dist/index238.js +83 -125
  90. package/dist/index240.js +8 -2
  91. package/dist/index241.js +3 -5
  92. package/dist/index242.js +7 -369
  93. package/dist/index243.js +1 -1
  94. package/dist/index244.js +4 -2
  95. package/dist/index245.js +1 -1
  96. package/dist/index247.js +1 -1
  97. package/dist/index249.js +2 -2
  98. package/dist/index25.js +5 -5
  99. package/dist/index250.js +2 -18
  100. package/dist/index251.js +17 -9
  101. package/dist/index252.js +9 -2
  102. package/dist/index253.js +2 -8
  103. package/dist/index254.js +3 -23
  104. package/dist/index256.js +9 -0
  105. package/dist/index257.js +4 -9
  106. package/dist/index258.js +281 -6
  107. package/dist/index259.js +6 -16
  108. package/dist/index260.js +2 -3
  109. package/dist/index261.js +4 -0
  110. package/dist/index262.js +2 -7
  111. package/dist/index263.js +2 -176
  112. package/dist/index264.js +2 -281
  113. package/dist/index265.js +2 -6
  114. package/dist/index266.js +2 -2
  115. package/dist/index267.js +2 -2
  116. package/dist/index268.js +2 -2
  117. package/dist/index269.js +2 -2
  118. package/dist/index27.js +8 -6
  119. package/dist/index270.js +28 -2
  120. package/dist/index271.js +22 -2
  121. package/dist/index273.js +89 -2
  122. package/dist/index275.js +9 -2
  123. package/dist/index276.js +6 -28
  124. package/dist/index277.js +15 -21
  125. package/dist/index278.js +11 -0
  126. package/dist/index279.js +23 -4
  127. package/dist/index280.js +3 -431
  128. package/dist/index281.js +12 -2
  129. package/dist/index282.js +7 -87
  130. package/dist/index283.js +9 -3
  131. package/dist/index284.js +17 -12
  132. package/dist/index285.js +3 -8
  133. package/dist/index286.js +7 -9
  134. package/dist/index287.js +11 -17
  135. package/dist/index288.js +2 -4
  136. package/dist/index289.js +122 -196
  137. package/dist/index29.js +8 -6
  138. package/dist/index290.js +431 -2
  139. package/dist/index291.js +171 -121
  140. package/dist/index294.js +2 -8
  141. package/dist/index295.js +83 -218
  142. package/dist/index296.js +219 -431
  143. package/dist/index297.js +8 -127
  144. package/dist/index298.js +200 -3
  145. package/dist/index299.js +436 -3
  146. package/dist/index300.js +126 -210
  147. package/dist/index301.js +1 -1
  148. package/dist/index302.js +2 -32
  149. package/dist/index303.js +2 -5
  150. package/dist/index304.js +5 -8
  151. package/dist/index305.js +66 -3
  152. package/dist/index306.js +213 -3
  153. package/dist/index307.js +32 -57
  154. package/dist/index308.js +5 -2
  155. package/dist/index309.js +7 -6
  156. package/dist/index31.js +6 -6
  157. package/dist/index310.js +2 -65
  158. package/dist/index311.js +4 -5
  159. package/dist/index312.js +3 -7
  160. package/dist/index313.js +3 -19
  161. package/dist/index314.js +57 -10
  162. package/dist/index315.js +6 -3
  163. package/dist/index316.js +6 -46
  164. package/dist/index317.js +19 -480
  165. package/dist/index318.js +10 -0
  166. package/dist/index319.js +8 -2
  167. package/dist/index320.js +43 -420
  168. package/dist/index321.js +2 -47
  169. package/dist/index322.js +480 -2
  170. package/dist/index324.js +426 -0
  171. package/dist/index325.js +49 -0
  172. package/dist/index326.js +4 -0
  173. package/dist/index33.js +12 -12
  174. package/dist/index35.js +35 -35
  175. package/dist/index37.js +54 -50
  176. package/dist/index39.js +4 -4
  177. package/dist/index4.js +5 -4
  178. package/dist/index41.js +3 -3
  179. package/dist/index43.js +3 -3
  180. package/dist/index45.js +42 -40
  181. package/dist/index47.js +29 -27
  182. package/dist/index49.js +16 -14
  183. package/dist/index55.js +1 -1
  184. package/dist/index57.js +1 -1
  185. package/dist/index61.js +2 -2
  186. package/dist/index63.js +9 -9
  187. package/dist/index65.js +11 -9
  188. package/dist/index67.js +24 -21
  189. package/dist/index71.js +8 -5
  190. package/dist/index75.js +3 -3
  191. package/dist/index77.js +36 -34
  192. package/dist/index79.js +2 -2
  193. package/dist/index81.js +1 -1
  194. package/dist/index82.js +24 -21
  195. package/dist/index84.js +2 -2
  196. package/dist/index86.js +1 -1
  197. package/dist/index88.js +2 -2
  198. package/dist/index92.js +6 -6
  199. package/dist/index94.js +11 -9
  200. package/dist/index96.js +13 -11
  201. package/dist/style.css +1 -1
  202. package/dist/types/CommonProps.d.ts +1 -1
  203. package/package.json +2 -2
  204. package/dist/index239.js +0 -127
  205. package/dist/index255.js +0 -91
  206. package/dist/index272.js +0 -4
  207. package/dist/index274.js +0 -4
package/dist/index313.js CHANGED
@@ -1,21 +1,5 @@
1
- function l(t, ...e) {
2
- if (t.length) {
3
- const o = t[0];
4
- if (typeof o == "string") return [...t].sort(r);
5
- if (typeof o == "number") return [...t].sort(r);
6
- if (e && e.length)
7
- return [...t].sort((f, u) => {
8
- for (let n = 0; n < e.length; n++) {
9
- const i = e[n], s = r(f[i], u[i]);
10
- if (s) return s;
11
- }
12
- return 0;
13
- });
14
- throw new Error("Invalid comparison");
15
- }
16
- return t;
17
- }
18
- const r = (t, e) => t < e ? -1 : t > e ? 1 : 0;
1
+ const i = { "application/andrew-inset": ["ez"], "application/appinstaller": ["appinstaller"], "application/applixware": ["aw"], "application/appx": ["appx"], "application/appxbundle": ["appxbundle"], "application/atom+xml": ["atom"], "application/atomcat+xml": ["atomcat"], "application/atomdeleted+xml": ["atomdeleted"], "application/atomsvc+xml": ["atomsvc"], "application/atsc-dwd+xml": ["dwd"], "application/atsc-held+xml": ["held"], "application/atsc-rsat+xml": ["rsat"], "application/automationml-aml+xml": ["aml"], "application/automationml-amlx+zip": ["amlx"], "application/bdoc": ["bdoc"], "application/calendar+xml": ["xcs"], "application/ccxml+xml": ["ccxml"], "application/cdfx+xml": ["cdfx"], "application/cdmi-capability": ["cdmia"], "application/cdmi-container": ["cdmic"], "application/cdmi-domain": ["cdmid"], "application/cdmi-object": ["cdmio"], "application/cdmi-queue": ["cdmiq"], "application/cpl+xml": ["cpl"], "application/cu-seeme": ["cu"], "application/cwl": ["cwl"], "application/dash+xml": ["mpd"], "application/dash-patch+xml": ["mpp"], "application/davmount+xml": ["davmount"], "application/docbook+xml": ["dbk"], "application/dssc+der": ["dssc"], "application/dssc+xml": ["xdssc"], "application/ecmascript": ["ecma"], "application/emma+xml": ["emma"], "application/emotionml+xml": ["emotionml"], "application/epub+zip": ["epub"], "application/exi": ["exi"], "application/express": ["exp"], "application/fdf": ["fdf"], "application/fdt+xml": ["fdt"], "application/font-tdpfr": ["pfr"], "application/geo+json": ["geojson"], "application/gml+xml": ["gml"], "application/gpx+xml": ["gpx"], "application/gxf": ["gxf"], "application/gzip": ["gz"], "application/hjson": ["hjson"], "application/hyperstudio": ["stk"], "application/inkml+xml": ["ink", "inkml"], "application/ipfix": ["ipfix"], "application/its+xml": ["its"], "application/java-archive": ["jar", "war", "ear"], "application/java-serialized-object": ["ser"], "application/java-vm": ["class"], "application/javascript": ["*js"], "application/json": ["json", "map"], "application/json5": ["json5"], "application/jsonml+json": ["jsonml"], "application/ld+json": ["jsonld"], "application/lgr+xml": ["lgr"], "application/lost+xml": ["lostxml"], "application/mac-binhex40": ["hqx"], "application/mac-compactpro": ["cpt"], "application/mads+xml": ["mads"], "application/manifest+json": ["webmanifest"], "application/marc": ["mrc"], "application/marcxml+xml": ["mrcx"], "application/mathematica": ["ma", "nb", "mb"], "application/mathml+xml": ["mathml"], "application/mbox": ["mbox"], "application/media-policy-dataset+xml": ["mpf"], "application/mediaservercontrol+xml": ["mscml"], "application/metalink+xml": ["metalink"], "application/metalink4+xml": ["meta4"], "application/mets+xml": ["mets"], "application/mmt-aei+xml": ["maei"], "application/mmt-usd+xml": ["musd"], "application/mods+xml": ["mods"], "application/mp21": ["m21", "mp21"], "application/mp4": ["*mp4", "*mpg4", "mp4s", "m4p"], "application/msix": ["msix"], "application/msixbundle": ["msixbundle"], "application/msword": ["doc", "dot"], "application/mxf": ["mxf"], "application/n-quads": ["nq"], "application/n-triples": ["nt"], "application/node": ["cjs"], "application/octet-stream": ["bin", "dms", "lrf", "mar", "so", "dist", "distz", "pkg", "bpk", "dump", "elc", "deploy", "exe", "dll", "deb", "dmg", "iso", "img", "msi", "msp", "msm", "buffer"], "application/oda": ["oda"], "application/oebps-package+xml": ["opf"], "application/ogg": ["ogx"], "application/omdoc+xml": ["omdoc"], "application/onenote": ["onetoc", "onetoc2", "onetmp", "onepkg"], "application/oxps": ["oxps"], "application/p2p-overlay+xml": ["relo"], "application/patch-ops-error+xml": ["xer"], "application/pdf": ["pdf"], "application/pgp-encrypted": ["pgp"], "application/pgp-keys": ["asc"], "application/pgp-signature": ["sig", "*asc"], "application/pics-rules": ["prf"], "application/pkcs10": ["p10"], "application/pkcs7-mime": ["p7m", "p7c"], "application/pkcs7-signature": ["p7s"], "application/pkcs8": ["p8"], "application/pkix-attr-cert": ["ac"], "application/pkix-cert": ["cer"], "application/pkix-crl": ["crl"], "application/pkix-pkipath": ["pkipath"], "application/pkixcmp": ["pki"], "application/pls+xml": ["pls"], "application/postscript": ["ai", "eps", "ps"], "application/provenance+xml": ["provx"], "application/pskc+xml": ["pskcxml"], "application/raml+yaml": ["raml"], "application/rdf+xml": ["rdf", "owl"], "application/reginfo+xml": ["rif"], "application/relax-ng-compact-syntax": ["rnc"], "application/resource-lists+xml": ["rl"], "application/resource-lists-diff+xml": ["rld"], "application/rls-services+xml": ["rs"], "application/route-apd+xml": ["rapd"], "application/route-s-tsid+xml": ["sls"], "application/route-usd+xml": ["rusd"], "application/rpki-ghostbusters": ["gbr"], "application/rpki-manifest": ["mft"], "application/rpki-roa": ["roa"], "application/rsd+xml": ["rsd"], "application/rss+xml": ["rss"], "application/rtf": ["rtf"], "application/sbml+xml": ["sbml"], "application/scvp-cv-request": ["scq"], "application/scvp-cv-response": ["scs"], "application/scvp-vp-request": ["spq"], "application/scvp-vp-response": ["spp"], "application/sdp": ["sdp"], "application/senml+xml": ["senmlx"], "application/sensml+xml": ["sensmlx"], "application/set-payment-initiation": ["setpay"], "application/set-registration-initiation": ["setreg"], "application/shf+xml": ["shf"], "application/sieve": ["siv", "sieve"], "application/smil+xml": ["smi", "smil"], "application/sparql-query": ["rq"], "application/sparql-results+xml": ["srx"], "application/sql": ["sql"], "application/srgs": ["gram"], "application/srgs+xml": ["grxml"], "application/sru+xml": ["sru"], "application/ssdl+xml": ["ssdl"], "application/ssml+xml": ["ssml"], "application/swid+xml": ["swidtag"], "application/tei+xml": ["tei", "teicorpus"], "application/thraud+xml": ["tfi"], "application/timestamped-data": ["tsd"], "application/toml": ["toml"], "application/trig": ["trig"], "application/ttml+xml": ["ttml"], "application/ubjson": ["ubj"], "application/urc-ressheet+xml": ["rsheet"], "application/urc-targetdesc+xml": ["td"], "application/voicexml+xml": ["vxml"], "application/wasm": ["wasm"], "application/watcherinfo+xml": ["wif"], "application/widget": ["wgt"], "application/winhlp": ["hlp"], "application/wsdl+xml": ["wsdl"], "application/wspolicy+xml": ["wspolicy"], "application/xaml+xml": ["xaml"], "application/xcap-att+xml": ["xav"], "application/xcap-caps+xml": ["xca"], "application/xcap-diff+xml": ["xdf"], "application/xcap-el+xml": ["xel"], "application/xcap-ns+xml": ["xns"], "application/xenc+xml": ["xenc"], "application/xfdf": ["xfdf"], "application/xhtml+xml": ["xhtml", "xht"], "application/xliff+xml": ["xlf"], "application/xml": ["xml", "xsl", "xsd", "rng"], "application/xml-dtd": ["dtd"], "application/xop+xml": ["xop"], "application/xproc+xml": ["xpl"], "application/xslt+xml": ["*xsl", "xslt"], "application/xspf+xml": ["xspf"], "application/xv+xml": ["mxml", "xhvml", "xvml", "xvm"], "application/yang": ["yang"], "application/yin+xml": ["yin"], "application/zip": ["zip"], "audio/3gpp": ["*3gpp"], "audio/aac": ["adts", "aac"], "audio/adpcm": ["adp"], "audio/amr": ["amr"], "audio/basic": ["au", "snd"], "audio/midi": ["mid", "midi", "kar", "rmi"], "audio/mobile-xmf": ["mxmf"], "audio/mp3": ["*mp3"], "audio/mp4": ["m4a", "mp4a"], "audio/mpeg": ["mpga", "mp2", "mp2a", "mp3", "m2a", "m3a"], "audio/ogg": ["oga", "ogg", "spx", "opus"], "audio/s3m": ["s3m"], "audio/silk": ["sil"], "audio/wav": ["wav"], "audio/wave": ["*wav"], "audio/webm": ["weba"], "audio/xm": ["xm"], "font/collection": ["ttc"], "font/otf": ["otf"], "font/ttf": ["ttf"], "font/woff": ["woff"], "font/woff2": ["woff2"], "image/aces": ["exr"], "image/apng": ["apng"], "image/avci": ["avci"], "image/avcs": ["avcs"], "image/avif": ["avif"], "image/bmp": ["bmp", "dib"], "image/cgm": ["cgm"], "image/dicom-rle": ["drle"], "image/dpx": ["dpx"], "image/emf": ["emf"], "image/fits": ["fits"], "image/g3fax": ["g3"], "image/gif": ["gif"], "image/heic": ["heic"], "image/heic-sequence": ["heics"], "image/heif": ["heif"], "image/heif-sequence": ["heifs"], "image/hej2k": ["hej2"], "image/hsj2": ["hsj2"], "image/ief": ["ief"], "image/jls": ["jls"], "image/jp2": ["jp2", "jpg2"], "image/jpeg": ["jpeg", "jpg", "jpe"], "image/jph": ["jph"], "image/jphc": ["jhc"], "image/jpm": ["jpm", "jpgm"], "image/jpx": ["jpx", "jpf"], "image/jxr": ["jxr"], "image/jxra": ["jxra"], "image/jxrs": ["jxrs"], "image/jxs": ["jxs"], "image/jxsc": ["jxsc"], "image/jxsi": ["jxsi"], "image/jxss": ["jxss"], "image/ktx": ["ktx"], "image/ktx2": ["ktx2"], "image/png": ["png"], "image/sgi": ["sgi"], "image/svg+xml": ["svg", "svgz"], "image/t38": ["t38"], "image/tiff": ["tif", "tiff"], "image/tiff-fx": ["tfx"], "image/webp": ["webp"], "image/wmf": ["wmf"], "message/disposition-notification": ["disposition-notification"], "message/global": ["u8msg"], "message/global-delivery-status": ["u8dsn"], "message/global-disposition-notification": ["u8mdn"], "message/global-headers": ["u8hdr"], "message/rfc822": ["eml", "mime"], "model/3mf": ["3mf"], "model/gltf+json": ["gltf"], "model/gltf-binary": ["glb"], "model/iges": ["igs", "iges"], "model/jt": ["jt"], "model/mesh": ["msh", "mesh", "silo"], "model/mtl": ["mtl"], "model/obj": ["obj"], "model/prc": ["prc"], "model/step+xml": ["stpx"], "model/step+zip": ["stpz"], "model/step-xml+zip": ["stpxz"], "model/stl": ["stl"], "model/u3d": ["u3d"], "model/vrml": ["wrl", "vrml"], "model/x3d+binary": ["*x3db", "x3dbz"], "model/x3d+fastinfoset": ["x3db"], "model/x3d+vrml": ["*x3dv", "x3dvz"], "model/x3d+xml": ["x3d", "x3dz"], "model/x3d-vrml": ["x3dv"], "text/cache-manifest": ["appcache", "manifest"], "text/calendar": ["ics", "ifb"], "text/coffeescript": ["coffee", "litcoffee"], "text/css": ["css"], "text/csv": ["csv"], "text/html": ["html", "htm", "shtml"], "text/jade": ["jade"], "text/javascript": ["js", "mjs"], "text/jsx": ["jsx"], "text/less": ["less"], "text/markdown": ["md", "markdown"], "text/mathml": ["mml"], "text/mdx": ["mdx"], "text/n3": ["n3"], "text/plain": ["txt", "text", "conf", "def", "list", "log", "in", "ini"], "text/richtext": ["rtx"], "text/rtf": ["*rtf"], "text/sgml": ["sgml", "sgm"], "text/shex": ["shex"], "text/slim": ["slim", "slm"], "text/spdx": ["spdx"], "text/stylus": ["stylus", "styl"], "text/tab-separated-values": ["tsv"], "text/troff": ["t", "tr", "roff", "man", "me", "ms"], "text/turtle": ["ttl"], "text/uri-list": ["uri", "uris", "urls"], "text/vcard": ["vcard"], "text/vtt": ["vtt"], "text/wgsl": ["wgsl"], "text/xml": ["*xml"], "text/yaml": ["yaml", "yml"], "video/3gpp": ["3gp", "3gpp"], "video/3gpp2": ["3g2"], "video/h261": ["h261"], "video/h263": ["h263"], "video/h264": ["h264"], "video/iso.segment": ["m4s"], "video/jpeg": ["jpgv"], "video/jpm": ["*jpm", "*jpgm"], "video/mj2": ["mj2", "mjp2"], "video/mp2t": ["ts"], "video/mp4": ["mp4", "mp4v", "mpg4"], "video/mpeg": ["mpeg", "mpg", "mpe", "m1v", "m2v"], "video/ogg": ["ogv"], "video/quicktime": ["qt", "mov"], "video/webm": ["webm"] };
2
+ Object.freeze(i);
19
3
  export {
20
- l as sort
4
+ i as default
21
5
  };
package/dist/index314.js CHANGED
@@ -1,13 +1,60 @@
1
- function c(n, r, e) {
2
- const i = typeof r == "string" ? r.split(".") : r;
3
- let t = n;
4
- for (const o of i)
5
- if (t && typeof t == "object" && o in t)
6
- t = t[o];
7
- else
8
- return e;
9
- return t === void 0 ? e : t;
1
+ var o = function(a, e, s, t) {
2
+ if (s === "a" && !t) throw new TypeError("Private accessor was defined without a getter");
3
+ if (typeof e == "function" ? a !== e || !t : !e.has(a)) throw new TypeError("Cannot read private member from an object whose class did not declare it");
4
+ return s === "m" ? t : s === "a" ? t.call(a) : t ? t.value : e.get(a);
5
+ }, i, l, r;
6
+ class d {
7
+ constructor(...e) {
8
+ i.set(this, /* @__PURE__ */ new Map()), l.set(this, /* @__PURE__ */ new Map()), r.set(this, /* @__PURE__ */ new Map());
9
+ for (const s of e)
10
+ this.define(s);
11
+ }
12
+ define(e, s = !1) {
13
+ for (let [t, f] of Object.entries(e)) {
14
+ t = t.toLowerCase(), f = f.map((n) => n.toLowerCase()), o(this, r, "f").has(t) || o(this, r, "f").set(t, /* @__PURE__ */ new Set());
15
+ const h = o(this, r, "f").get(t);
16
+ let u = !0;
17
+ for (let n of f) {
18
+ const w = n.startsWith("*");
19
+ if (n = w ? n.slice(1) : n, h == null || h.add(n), u && o(this, l, "f").set(t, n), u = !1, w)
20
+ continue;
21
+ const c = o(this, i, "f").get(n);
22
+ if (c && c != t && !s)
23
+ throw new Error(`"${t} -> ${n}" conflicts with "${c} -> ${n}". Pass \`force=true\` to override this definition.`);
24
+ o(this, i, "f").set(n, t);
25
+ }
26
+ }
27
+ return this;
28
+ }
29
+ getType(e) {
30
+ if (typeof e != "string")
31
+ return null;
32
+ const s = e.replace(/^.*[/\\]/, "").toLowerCase(), t = s.replace(/^.*\./, "").toLowerCase(), f = s.length < e.length;
33
+ return !(t.length < s.length - 1) && f ? null : o(this, i, "f").get(t) ?? null;
34
+ }
35
+ getExtension(e) {
36
+ var s;
37
+ return typeof e != "string" ? null : (e = (s = e == null ? void 0 : e.split) == null ? void 0 : s.call(e, ";")[0], (e && o(this, l, "f").get(e.trim().toLowerCase())) ?? null);
38
+ }
39
+ getAllExtensions(e) {
40
+ return typeof e != "string" ? null : o(this, r, "f").get(e.toLowerCase()) ?? null;
41
+ }
42
+ _freeze() {
43
+ this.define = () => {
44
+ throw new Error("define() not allowed for built-in Mime objects. See https://github.com/broofa/mime/blob/main/README.md#custom-mime-instances");
45
+ }, Object.freeze(this);
46
+ for (const e of o(this, r, "f").values())
47
+ Object.freeze(e);
48
+ return this;
49
+ }
50
+ _getTestState() {
51
+ return {
52
+ types: o(this, i, "f"),
53
+ extensions: o(this, l, "f")
54
+ };
55
+ }
10
56
  }
57
+ i = /* @__PURE__ */ new WeakMap(), l = /* @__PURE__ */ new WeakMap(), r = /* @__PURE__ */ new WeakMap();
11
58
  export {
12
- c as get
59
+ d as default
13
60
  };
package/dist/index315.js CHANGED
@@ -1,6 +1,9 @@
1
- function e(t) {
2
- return Object.prototype.toString.call(t).slice(8, -1);
1
+ function l(n, c, r = 1) {
2
+ const o = Math.max(Math.ceil((c - n) / r), 0), t = new Array(o);
3
+ for (let e = 0; e < o; e++, n += r)
4
+ t[e] = n;
5
+ return t;
3
6
  }
4
7
  export {
5
- e as getType
8
+ l as range
6
9
  };
package/dist/index316.js CHANGED
@@ -1,49 +1,9 @@
1
- import { observeElementRect as f, observeElementOffset as s, elementScroll as d, Virtualizer as p } from "./index320.js";
2
- import { defaultKeyExtractor as S, defaultRangeExtractor as V, measureElement as b } from "./index320.js";
3
- import { computed as g, unref as l, shallowRef as E, watch as o, triggerRef as i, onScopeDispose as v } from "vue";
4
- function w(e) {
5
- const t = new p(l(e)), a = E(t), u = t._didMount();
6
- return o(
7
- () => l(e).getScrollElement(),
8
- (r) => {
9
- r && t._willUpdate();
10
- },
11
- {
12
- immediate: !0
13
- }
14
- ), o(
15
- () => l(e),
16
- (r) => {
17
- t.setOptions({
18
- ...r,
19
- onChange: (c, m) => {
20
- var n;
21
- i(a), (n = r.onChange) == null || n.call(r, c, m);
22
- }
23
- }), t._willUpdate(), i(a);
24
- },
25
- {
26
- immediate: !0
27
- }
28
- ), v(u), a;
29
- }
30
- function z(e) {
31
- return w(
32
- g(() => ({
33
- observeElementRect: f,
34
- observeElementOffset: s,
35
- scrollToFn: d,
36
- ...l(e)
37
- }))
38
- );
1
+ function c(n, e) {
2
+ const u = [];
3
+ for (let t = 0; t < n.length; t += e)
4
+ u.push(n.slice(t, t + e));
5
+ return u;
39
6
  }
40
7
  export {
41
- p as Virtualizer,
42
- S as defaultKeyExtractor,
43
- V as defaultRangeExtractor,
44
- d as elementScroll,
45
- b as measureElement,
46
- s as observeElementOffset,
47
- f as observeElementRect,
48
- z as useVirtualizer
8
+ c as chunk
49
9
  };