bitboss-ui 2.1.122 → 2.1.124
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/ai/BaseSelect.md +26 -4
- package/dist/ai/BbDropdown.md +20 -5
- package/dist/ai/BbSelect.md +8 -2
- package/dist/ai/BbTooltip.md +83 -13
- package/dist/ai/CommonPopover.md +45 -2
- package/dist/components/BaseSelect/types.d.ts +15 -2
- package/dist/components/BbSelect/types.d.ts +2 -0
- package/dist/components/BbTooltip/types.d.ts +1 -1
- package/dist/components/CommonPopover/types.d.ts +11 -0
- package/dist/directives/bbDropdown.d.ts +38 -0
- package/dist/directives/bbTooltip.d.ts +36 -0
- package/dist/directives/createPopoverDirective.d.ts +25 -0
- package/dist/index.d.ts +4 -0
- package/dist/index.js +3 -1
- package/dist/index186.js +4 -2
- package/dist/index232.js +68 -67
- package/dist/index270.js +1 -1
- package/dist/index343.js +116 -89
- package/dist/index350.js +53 -837
- package/dist/index351.js +23 -473
- package/dist/index352.js +21 -50
- package/dist/index353.js +838 -6
- package/dist/index354.js +474 -0
- package/dist/index355.js +52 -0
- package/dist/index356.js +7 -0
- package/dist/index58.js +54 -43
- package/package.json +2 -2
package/dist/index351.js
CHANGED
|
@@ -1,474 +1,24 @@
|
|
|
1
|
-
|
|
2
|
-
|
|
3
|
-
|
|
4
|
-
|
|
5
|
-
|
|
6
|
-
|
|
7
|
-
|
|
8
|
-
|
|
9
|
-
|
|
10
|
-
|
|
11
|
-
|
|
12
|
-
|
|
13
|
-
|
|
14
|
-
|
|
15
|
-
|
|
16
|
-
|
|
17
|
-
|
|
18
|
-
|
|
19
|
-
|
|
20
|
-
|
|
21
|
-
|
|
22
|
-
|
|
23
|
-
"application/cdmi-domain": ["cdmid"],
|
|
24
|
-
"application/cdmi-object": ["cdmio"],
|
|
25
|
-
"application/cdmi-queue": ["cdmiq"],
|
|
26
|
-
"application/cpl+xml": ["cpl"],
|
|
27
|
-
"application/cu-seeme": ["cu"],
|
|
28
|
-
"application/cwl": ["cwl"],
|
|
29
|
-
"application/dash+xml": ["mpd"],
|
|
30
|
-
"application/dash-patch+xml": ["mpp"],
|
|
31
|
-
"application/davmount+xml": ["davmount"],
|
|
32
|
-
"application/dicom": ["dcm"],
|
|
33
|
-
"application/docbook+xml": ["dbk"],
|
|
34
|
-
"application/dssc+der": ["dssc"],
|
|
35
|
-
"application/dssc+xml": ["xdssc"],
|
|
36
|
-
"application/ecmascript": ["ecma"],
|
|
37
|
-
"application/emma+xml": ["emma"],
|
|
38
|
-
"application/emotionml+xml": ["emotionml"],
|
|
39
|
-
"application/epub+zip": ["epub"],
|
|
40
|
-
"application/exi": ["exi"],
|
|
41
|
-
"application/express": ["exp"],
|
|
42
|
-
"application/fdf": ["fdf"],
|
|
43
|
-
"application/fdt+xml": ["fdt"],
|
|
44
|
-
"application/font-tdpfr": ["pfr"],
|
|
45
|
-
"application/geo+json": ["geojson"],
|
|
46
|
-
"application/gml+xml": ["gml"],
|
|
47
|
-
"application/gpx+xml": ["gpx"],
|
|
48
|
-
"application/gxf": ["gxf"],
|
|
49
|
-
"application/gzip": ["gz"],
|
|
50
|
-
"application/hjson": ["hjson"],
|
|
51
|
-
"application/hyperstudio": ["stk"],
|
|
52
|
-
"application/inkml+xml": ["ink", "inkml"],
|
|
53
|
-
"application/ipfix": ["ipfix"],
|
|
54
|
-
"application/its+xml": ["its"],
|
|
55
|
-
"application/java-archive": [
|
|
56
|
-
"jar",
|
|
57
|
-
"war",
|
|
58
|
-
"ear"
|
|
59
|
-
],
|
|
60
|
-
"application/java-serialized-object": ["ser"],
|
|
61
|
-
"application/java-vm": ["class"],
|
|
62
|
-
"application/javascript": ["*js"],
|
|
63
|
-
"application/json": ["json", "map"],
|
|
64
|
-
"application/json5": ["json5"],
|
|
65
|
-
"application/jsonml+json": ["jsonml"],
|
|
66
|
-
"application/ld+json": ["jsonld"],
|
|
67
|
-
"application/lgr+xml": ["lgr"],
|
|
68
|
-
"application/lost+xml": ["lostxml"],
|
|
69
|
-
"application/mac-binhex40": ["hqx"],
|
|
70
|
-
"application/mac-compactpro": ["cpt"],
|
|
71
|
-
"application/mads+xml": ["mads"],
|
|
72
|
-
"application/manifest+json": ["webmanifest"],
|
|
73
|
-
"application/marc": ["mrc"],
|
|
74
|
-
"application/marcxml+xml": ["mrcx"],
|
|
75
|
-
"application/mathematica": [
|
|
76
|
-
"ma",
|
|
77
|
-
"nb",
|
|
78
|
-
"mb"
|
|
79
|
-
],
|
|
80
|
-
"application/mathml+xml": ["mathml"],
|
|
81
|
-
"application/mbox": ["mbox"],
|
|
82
|
-
"application/media-policy-dataset+xml": ["mpf"],
|
|
83
|
-
"application/mediaservercontrol+xml": ["mscml"],
|
|
84
|
-
"application/metalink+xml": ["metalink"],
|
|
85
|
-
"application/metalink4+xml": ["meta4"],
|
|
86
|
-
"application/mets+xml": ["mets"],
|
|
87
|
-
"application/mmt-aei+xml": ["maei"],
|
|
88
|
-
"application/mmt-usd+xml": ["musd"],
|
|
89
|
-
"application/mods+xml": ["mods"],
|
|
90
|
-
"application/mp21": ["m21", "mp21"],
|
|
91
|
-
"application/mp4": [
|
|
92
|
-
"*mp4",
|
|
93
|
-
"*mpg4",
|
|
94
|
-
"mp4s",
|
|
95
|
-
"m4p"
|
|
96
|
-
],
|
|
97
|
-
"application/msix": ["msix"],
|
|
98
|
-
"application/msixbundle": ["msixbundle"],
|
|
99
|
-
"application/msword": ["doc", "dot"],
|
|
100
|
-
"application/mxf": ["mxf"],
|
|
101
|
-
"application/n-quads": ["nq"],
|
|
102
|
-
"application/n-triples": ["nt"],
|
|
103
|
-
"application/node": ["cjs"],
|
|
104
|
-
"application/octet-stream": [
|
|
105
|
-
"bin",
|
|
106
|
-
"dms",
|
|
107
|
-
"lrf",
|
|
108
|
-
"mar",
|
|
109
|
-
"so",
|
|
110
|
-
"dist",
|
|
111
|
-
"distz",
|
|
112
|
-
"pkg",
|
|
113
|
-
"bpk",
|
|
114
|
-
"dump",
|
|
115
|
-
"elc",
|
|
116
|
-
"deploy",
|
|
117
|
-
"exe",
|
|
118
|
-
"dll",
|
|
119
|
-
"deb",
|
|
120
|
-
"dmg",
|
|
121
|
-
"iso",
|
|
122
|
-
"img",
|
|
123
|
-
"msi",
|
|
124
|
-
"msp",
|
|
125
|
-
"msm",
|
|
126
|
-
"buffer"
|
|
127
|
-
],
|
|
128
|
-
"application/oda": ["oda"],
|
|
129
|
-
"application/oebps-package+xml": ["opf"],
|
|
130
|
-
"application/ogg": ["ogx"],
|
|
131
|
-
"application/omdoc+xml": ["omdoc"],
|
|
132
|
-
"application/onenote": [
|
|
133
|
-
"onetoc",
|
|
134
|
-
"onetoc2",
|
|
135
|
-
"onetmp",
|
|
136
|
-
"onepkg",
|
|
137
|
-
"one",
|
|
138
|
-
"onea"
|
|
139
|
-
],
|
|
140
|
-
"application/oxps": ["oxps"],
|
|
141
|
-
"application/p2p-overlay+xml": ["relo"],
|
|
142
|
-
"application/patch-ops-error+xml": ["xer"],
|
|
143
|
-
"application/pdf": ["pdf"],
|
|
144
|
-
"application/pgp-encrypted": ["pgp"],
|
|
145
|
-
"application/pgp-keys": ["asc"],
|
|
146
|
-
"application/pgp-signature": ["sig", "*asc"],
|
|
147
|
-
"application/pics-rules": ["prf"],
|
|
148
|
-
"application/pkcs10": ["p10"],
|
|
149
|
-
"application/pkcs7-mime": ["p7m", "p7c"],
|
|
150
|
-
"application/pkcs7-signature": ["p7s"],
|
|
151
|
-
"application/pkcs8": ["p8"],
|
|
152
|
-
"application/pkix-attr-cert": ["ac"],
|
|
153
|
-
"application/pkix-cert": ["cer"],
|
|
154
|
-
"application/pkix-crl": ["crl"],
|
|
155
|
-
"application/pkix-pkipath": ["pkipath"],
|
|
156
|
-
"application/pkixcmp": ["pki"],
|
|
157
|
-
"application/pls+xml": ["pls"],
|
|
158
|
-
"application/postscript": [
|
|
159
|
-
"ai",
|
|
160
|
-
"eps",
|
|
161
|
-
"ps"
|
|
162
|
-
],
|
|
163
|
-
"application/provenance+xml": ["provx"],
|
|
164
|
-
"application/pskc+xml": ["pskcxml"],
|
|
165
|
-
"application/raml+yaml": ["raml"],
|
|
166
|
-
"application/rdf+xml": ["rdf", "owl"],
|
|
167
|
-
"application/reginfo+xml": ["rif"],
|
|
168
|
-
"application/relax-ng-compact-syntax": ["rnc"],
|
|
169
|
-
"application/resource-lists+xml": ["rl"],
|
|
170
|
-
"application/resource-lists-diff+xml": ["rld"],
|
|
171
|
-
"application/rls-services+xml": ["rs"],
|
|
172
|
-
"application/route-apd+xml": ["rapd"],
|
|
173
|
-
"application/route-s-tsid+xml": ["sls"],
|
|
174
|
-
"application/route-usd+xml": ["rusd"],
|
|
175
|
-
"application/rpki-ghostbusters": ["gbr"],
|
|
176
|
-
"application/rpki-manifest": ["mft"],
|
|
177
|
-
"application/rpki-roa": ["roa"],
|
|
178
|
-
"application/rsd+xml": ["rsd"],
|
|
179
|
-
"application/rss+xml": ["rss"],
|
|
180
|
-
"application/rtf": ["rtf"],
|
|
181
|
-
"application/sbml+xml": ["sbml"],
|
|
182
|
-
"application/scvp-cv-request": ["scq"],
|
|
183
|
-
"application/scvp-cv-response": ["scs"],
|
|
184
|
-
"application/scvp-vp-request": ["spq"],
|
|
185
|
-
"application/scvp-vp-response": ["spp"],
|
|
186
|
-
"application/sdp": ["sdp"],
|
|
187
|
-
"application/senml+xml": ["senmlx"],
|
|
188
|
-
"application/sensml+xml": ["sensmlx"],
|
|
189
|
-
"application/set-payment-initiation": ["setpay"],
|
|
190
|
-
"application/set-registration-initiation": ["setreg"],
|
|
191
|
-
"application/shf+xml": ["shf"],
|
|
192
|
-
"application/sieve": ["siv", "sieve"],
|
|
193
|
-
"application/smil+xml": ["smi", "smil"],
|
|
194
|
-
"application/sparql-query": ["rq"],
|
|
195
|
-
"application/sparql-results+xml": ["srx"],
|
|
196
|
-
"application/sql": ["sql"],
|
|
197
|
-
"application/srgs": ["gram"],
|
|
198
|
-
"application/srgs+xml": ["grxml"],
|
|
199
|
-
"application/sru+xml": ["sru"],
|
|
200
|
-
"application/ssdl+xml": ["ssdl"],
|
|
201
|
-
"application/ssml+xml": ["ssml"],
|
|
202
|
-
"application/swid+xml": ["swidtag"],
|
|
203
|
-
"application/tei+xml": ["tei", "teicorpus"],
|
|
204
|
-
"application/thraud+xml": ["tfi"],
|
|
205
|
-
"application/timestamped-data": ["tsd"],
|
|
206
|
-
"application/toml": ["toml"],
|
|
207
|
-
"application/trig": ["trig"],
|
|
208
|
-
"application/ttml+xml": ["ttml"],
|
|
209
|
-
"application/ubjson": ["ubj"],
|
|
210
|
-
"application/urc-ressheet+xml": ["rsheet"],
|
|
211
|
-
"application/urc-targetdesc+xml": ["td"],
|
|
212
|
-
"application/voicexml+xml": ["vxml"],
|
|
213
|
-
"application/wasm": ["wasm"],
|
|
214
|
-
"application/watcherinfo+xml": ["wif"],
|
|
215
|
-
"application/widget": ["wgt"],
|
|
216
|
-
"application/winhlp": ["hlp"],
|
|
217
|
-
"application/wsdl+xml": ["wsdl"],
|
|
218
|
-
"application/wspolicy+xml": ["wspolicy"],
|
|
219
|
-
"application/xaml+xml": ["xaml"],
|
|
220
|
-
"application/xcap-att+xml": ["xav"],
|
|
221
|
-
"application/xcap-caps+xml": ["xca"],
|
|
222
|
-
"application/xcap-diff+xml": ["xdf"],
|
|
223
|
-
"application/xcap-el+xml": ["xel"],
|
|
224
|
-
"application/xcap-ns+xml": ["xns"],
|
|
225
|
-
"application/xenc+xml": ["xenc"],
|
|
226
|
-
"application/xfdf": ["xfdf"],
|
|
227
|
-
"application/xhtml+xml": ["xhtml", "xht"],
|
|
228
|
-
"application/xliff+xml": ["xlf"],
|
|
229
|
-
"application/xml": [
|
|
230
|
-
"xml",
|
|
231
|
-
"xsl",
|
|
232
|
-
"xsd",
|
|
233
|
-
"rng"
|
|
234
|
-
],
|
|
235
|
-
"application/xml-dtd": ["dtd"],
|
|
236
|
-
"application/xop+xml": ["xop"],
|
|
237
|
-
"application/xproc+xml": ["xpl"],
|
|
238
|
-
"application/xslt+xml": ["*xsl", "xslt"],
|
|
239
|
-
"application/xspf+xml": ["xspf"],
|
|
240
|
-
"application/xv+xml": [
|
|
241
|
-
"mxml",
|
|
242
|
-
"xhvml",
|
|
243
|
-
"xvml",
|
|
244
|
-
"xvm"
|
|
245
|
-
],
|
|
246
|
-
"application/yang": ["yang"],
|
|
247
|
-
"application/yin+xml": ["yin"],
|
|
248
|
-
"application/zip": ["zip"],
|
|
249
|
-
"application/zip+dotlottie": ["lottie"],
|
|
250
|
-
"audio/3gpp": ["*3gpp"],
|
|
251
|
-
"audio/aac": ["adts", "aac"],
|
|
252
|
-
"audio/adpcm": ["adp"],
|
|
253
|
-
"audio/amr": ["amr"],
|
|
254
|
-
"audio/basic": ["au", "snd"],
|
|
255
|
-
"audio/midi": [
|
|
256
|
-
"mid",
|
|
257
|
-
"midi",
|
|
258
|
-
"kar",
|
|
259
|
-
"rmi"
|
|
260
|
-
],
|
|
261
|
-
"audio/mobile-xmf": ["mxmf"],
|
|
262
|
-
"audio/mp3": ["*mp3"],
|
|
263
|
-
"audio/mp4": [
|
|
264
|
-
"m4a",
|
|
265
|
-
"mp4a",
|
|
266
|
-
"m4b"
|
|
267
|
-
],
|
|
268
|
-
"audio/mpeg": [
|
|
269
|
-
"mpga",
|
|
270
|
-
"mp2",
|
|
271
|
-
"mp2a",
|
|
272
|
-
"mp3",
|
|
273
|
-
"m2a",
|
|
274
|
-
"m3a"
|
|
275
|
-
],
|
|
276
|
-
"audio/ogg": [
|
|
277
|
-
"oga",
|
|
278
|
-
"ogg",
|
|
279
|
-
"spx",
|
|
280
|
-
"opus"
|
|
281
|
-
],
|
|
282
|
-
"audio/s3m": ["s3m"],
|
|
283
|
-
"audio/silk": ["sil"],
|
|
284
|
-
"audio/wav": ["wav"],
|
|
285
|
-
"audio/wave": ["*wav"],
|
|
286
|
-
"audio/webm": ["weba"],
|
|
287
|
-
"audio/xm": ["xm"],
|
|
288
|
-
"font/collection": ["ttc"],
|
|
289
|
-
"font/otf": ["otf"],
|
|
290
|
-
"font/ttf": ["ttf"],
|
|
291
|
-
"font/woff": ["woff"],
|
|
292
|
-
"font/woff2": ["woff2"],
|
|
293
|
-
"image/aces": ["exr"],
|
|
294
|
-
"image/apng": ["apng"],
|
|
295
|
-
"image/avci": ["avci"],
|
|
296
|
-
"image/avcs": ["avcs"],
|
|
297
|
-
"image/avif": ["avif"],
|
|
298
|
-
"image/bmp": ["bmp", "dib"],
|
|
299
|
-
"image/cgm": ["cgm"],
|
|
300
|
-
"image/dicom-rle": ["drle"],
|
|
301
|
-
"image/dpx": ["dpx"],
|
|
302
|
-
"image/emf": ["emf"],
|
|
303
|
-
"image/fits": ["fits"],
|
|
304
|
-
"image/g3fax": ["g3"],
|
|
305
|
-
"image/gif": ["gif"],
|
|
306
|
-
"image/heic": ["heic"],
|
|
307
|
-
"image/heic-sequence": ["heics"],
|
|
308
|
-
"image/heif": ["heif"],
|
|
309
|
-
"image/heif-sequence": ["heifs"],
|
|
310
|
-
"image/hej2k": ["hej2"],
|
|
311
|
-
"image/ief": ["ief"],
|
|
312
|
-
"image/jaii": ["jaii"],
|
|
313
|
-
"image/jais": ["jais"],
|
|
314
|
-
"image/jls": ["jls"],
|
|
315
|
-
"image/jp2": ["jp2", "jpg2"],
|
|
316
|
-
"image/jpeg": [
|
|
317
|
-
"jpg",
|
|
318
|
-
"jpeg",
|
|
319
|
-
"jpe"
|
|
320
|
-
],
|
|
321
|
-
"image/jph": ["jph"],
|
|
322
|
-
"image/jphc": ["jhc"],
|
|
323
|
-
"image/jpm": ["jpm", "jpgm"],
|
|
324
|
-
"image/jpx": ["jpx", "jpf"],
|
|
325
|
-
"image/jxl": ["jxl"],
|
|
326
|
-
"image/jxr": ["jxr"],
|
|
327
|
-
"image/jxra": ["jxra"],
|
|
328
|
-
"image/jxrs": ["jxrs"],
|
|
329
|
-
"image/jxs": ["jxs"],
|
|
330
|
-
"image/jxsc": ["jxsc"],
|
|
331
|
-
"image/jxsi": ["jxsi"],
|
|
332
|
-
"image/jxss": ["jxss"],
|
|
333
|
-
"image/ktx": ["ktx"],
|
|
334
|
-
"image/ktx2": ["ktx2"],
|
|
335
|
-
"image/pjpeg": ["jfif"],
|
|
336
|
-
"image/png": ["png"],
|
|
337
|
-
"image/sgi": ["sgi"],
|
|
338
|
-
"image/svg+xml": ["svg", "svgz"],
|
|
339
|
-
"image/t38": ["t38"],
|
|
340
|
-
"image/tiff": ["tif", "tiff"],
|
|
341
|
-
"image/tiff-fx": ["tfx"],
|
|
342
|
-
"image/webp": ["webp"],
|
|
343
|
-
"image/wmf": ["wmf"],
|
|
344
|
-
"message/disposition-notification": ["disposition-notification"],
|
|
345
|
-
"message/global": ["u8msg"],
|
|
346
|
-
"message/global-delivery-status": ["u8dsn"],
|
|
347
|
-
"message/global-disposition-notification": ["u8mdn"],
|
|
348
|
-
"message/global-headers": ["u8hdr"],
|
|
349
|
-
"message/rfc822": [
|
|
350
|
-
"eml",
|
|
351
|
-
"mime",
|
|
352
|
-
"mht",
|
|
353
|
-
"mhtml"
|
|
354
|
-
],
|
|
355
|
-
"model/3mf": ["3mf"],
|
|
356
|
-
"model/gltf+json": ["gltf"],
|
|
357
|
-
"model/gltf-binary": ["glb"],
|
|
358
|
-
"model/iges": ["igs", "iges"],
|
|
359
|
-
"model/jt": ["jt"],
|
|
360
|
-
"model/mesh": [
|
|
361
|
-
"msh",
|
|
362
|
-
"mesh",
|
|
363
|
-
"silo"
|
|
364
|
-
],
|
|
365
|
-
"model/mtl": ["mtl"],
|
|
366
|
-
"model/obj": ["obj"],
|
|
367
|
-
"model/prc": ["prc"],
|
|
368
|
-
"model/step": [
|
|
369
|
-
"step",
|
|
370
|
-
"stp",
|
|
371
|
-
"stpnc",
|
|
372
|
-
"p21",
|
|
373
|
-
"210"
|
|
374
|
-
],
|
|
375
|
-
"model/step+xml": ["stpx"],
|
|
376
|
-
"model/step+zip": ["stpz"],
|
|
377
|
-
"model/step-xml+zip": ["stpxz"],
|
|
378
|
-
"model/stl": ["stl"],
|
|
379
|
-
"model/u3d": ["u3d"],
|
|
380
|
-
"model/vrml": ["wrl", "vrml"],
|
|
381
|
-
"model/x3d+binary": ["*x3db", "x3dbz"],
|
|
382
|
-
"model/x3d+fastinfoset": ["x3db"],
|
|
383
|
-
"model/x3d+vrml": ["*x3dv", "x3dvz"],
|
|
384
|
-
"model/x3d+xml": ["x3d", "x3dz"],
|
|
385
|
-
"model/x3d-vrml": ["x3dv"],
|
|
386
|
-
"text/cache-manifest": ["appcache", "manifest"],
|
|
387
|
-
"text/calendar": ["ics", "ifb"],
|
|
388
|
-
"text/coffeescript": ["coffee", "litcoffee"],
|
|
389
|
-
"text/css": ["css"],
|
|
390
|
-
"text/csv": ["csv"],
|
|
391
|
-
"text/html": [
|
|
392
|
-
"html",
|
|
393
|
-
"htm",
|
|
394
|
-
"shtml"
|
|
395
|
-
],
|
|
396
|
-
"text/jade": ["jade"],
|
|
397
|
-
"text/javascript": ["js", "mjs"],
|
|
398
|
-
"text/jsx": ["jsx"],
|
|
399
|
-
"text/less": ["less"],
|
|
400
|
-
"text/markdown": ["md", "markdown"],
|
|
401
|
-
"text/mathml": ["mml"],
|
|
402
|
-
"text/mdx": ["mdx"],
|
|
403
|
-
"text/n3": ["n3"],
|
|
404
|
-
"text/plain": [
|
|
405
|
-
"txt",
|
|
406
|
-
"text",
|
|
407
|
-
"conf",
|
|
408
|
-
"def",
|
|
409
|
-
"list",
|
|
410
|
-
"log",
|
|
411
|
-
"in",
|
|
412
|
-
"ini"
|
|
413
|
-
],
|
|
414
|
-
"text/richtext": ["rtx"],
|
|
415
|
-
"text/rtf": ["*rtf"],
|
|
416
|
-
"text/sgml": ["sgml", "sgm"],
|
|
417
|
-
"text/shex": ["shex"],
|
|
418
|
-
"text/slim": ["slim", "slm"],
|
|
419
|
-
"text/spdx": ["spdx"],
|
|
420
|
-
"text/stylus": ["stylus", "styl"],
|
|
421
|
-
"text/tab-separated-values": ["tsv"],
|
|
422
|
-
"text/troff": [
|
|
423
|
-
"t",
|
|
424
|
-
"tr",
|
|
425
|
-
"roff",
|
|
426
|
-
"man",
|
|
427
|
-
"me",
|
|
428
|
-
"ms"
|
|
429
|
-
],
|
|
430
|
-
"text/turtle": ["ttl"],
|
|
431
|
-
"text/uri-list": [
|
|
432
|
-
"uri",
|
|
433
|
-
"uris",
|
|
434
|
-
"urls"
|
|
435
|
-
],
|
|
436
|
-
"text/vcard": ["vcard"],
|
|
437
|
-
"text/vtt": ["vtt"],
|
|
438
|
-
"text/wgsl": ["wgsl"],
|
|
439
|
-
"text/xml": ["*xml"],
|
|
440
|
-
"text/yaml": ["yaml", "yml"],
|
|
441
|
-
"video/3gpp": ["3gp", "3gpp"],
|
|
442
|
-
"video/3gpp2": ["3g2"],
|
|
443
|
-
"video/h261": ["h261"],
|
|
444
|
-
"video/h263": ["h263"],
|
|
445
|
-
"video/h264": ["h264"],
|
|
446
|
-
"video/iso.segment": ["m4s"],
|
|
447
|
-
"video/jpeg": ["jpgv"],
|
|
448
|
-
"video/jpm": ["*jpm", "*jpgm"],
|
|
449
|
-
"video/mj2": ["mj2", "mjp2"],
|
|
450
|
-
"video/mp2t": [
|
|
451
|
-
"ts",
|
|
452
|
-
"m2t",
|
|
453
|
-
"m2ts",
|
|
454
|
-
"mts"
|
|
455
|
-
],
|
|
456
|
-
"video/mp4": [
|
|
457
|
-
"mp4",
|
|
458
|
-
"mp4v",
|
|
459
|
-
"mpg4"
|
|
460
|
-
],
|
|
461
|
-
"video/mpeg": [
|
|
462
|
-
"mpeg",
|
|
463
|
-
"mpg",
|
|
464
|
-
"mpe",
|
|
465
|
-
"m1v",
|
|
466
|
-
"m2v"
|
|
467
|
-
],
|
|
468
|
-
"video/ogg": ["ogv"],
|
|
469
|
-
"video/quicktime": ["qt", "mov"],
|
|
470
|
-
"video/webm": ["webm"]
|
|
471
|
-
};
|
|
472
|
-
Object.freeze(e);
|
|
1
|
+
import e from "./index345.js";
|
|
2
|
+
import { createPopoverDirective as t } from "./index350.js";
|
|
3
|
+
import { h as n } from "vue";
|
|
4
|
+
//#region src/directives/bbTooltip.ts
|
|
5
|
+
var r = t({
|
|
6
|
+
name: "bb-tooltip",
|
|
7
|
+
resolve(e) {
|
|
8
|
+
let t = e.value, n = t == null || typeof t == "string" || typeof t == "number" ? { text: t == null ? "" : String(t) } : { ...t };
|
|
9
|
+
return e.arg && (n.placement = e.arg), n;
|
|
10
|
+
},
|
|
11
|
+
build(t, r, { text: i, ...a }) {
|
|
12
|
+
return i ? n(e, {
|
|
13
|
+
key: t,
|
|
14
|
+
id: t,
|
|
15
|
+
...a,
|
|
16
|
+
activator: r,
|
|
17
|
+
text: i
|
|
18
|
+
}) : null;
|
|
19
|
+
}
|
|
20
|
+
}), i = { install(e, t = "bb-tooltip") {
|
|
21
|
+
e.directive(t, r);
|
|
22
|
+
} };
|
|
473
23
|
//#endregion
|
|
474
|
-
export {
|
|
24
|
+
export { i as BbTooltipDirectivePlugin, r as default };
|
package/dist/index352.js
CHANGED
|
@@ -1,52 +1,23 @@
|
|
|
1
|
-
|
|
2
|
-
|
|
3
|
-
|
|
4
|
-
|
|
5
|
-
|
|
6
|
-
|
|
7
|
-
|
|
8
|
-
t.
|
|
9
|
-
|
|
1
|
+
import e from "./index234.js";
|
|
2
|
+
import { createPopoverDirective as t } from "./index350.js";
|
|
3
|
+
import { h as n } from "vue";
|
|
4
|
+
//#region src/directives/bbDropdown.ts
|
|
5
|
+
var r = t({
|
|
6
|
+
name: "bb-dropdown",
|
|
7
|
+
resolve(e) {
|
|
8
|
+
let t = e.value, n = Array.isArray(t) ? { items: t } : { ...t };
|
|
9
|
+
return e.arg && (n.placement = e.arg), n;
|
|
10
|
+
},
|
|
11
|
+
build(t, r, i) {
|
|
12
|
+
return i.items?.length ? n(e, {
|
|
13
|
+
key: t,
|
|
14
|
+
id: t,
|
|
15
|
+
...i,
|
|
16
|
+
activator: r
|
|
17
|
+
}) : null;
|
|
10
18
|
}
|
|
11
|
-
|
|
12
|
-
|
|
13
|
-
|
|
14
|
-
let i = e(this, r, "f").get(o), c = !0;
|
|
15
|
-
for (let r of s) {
|
|
16
|
-
let s = r.startsWith("*");
|
|
17
|
-
if (r = s ? r.slice(1) : r, i?.add(r), c && e(this, n, "f").set(o, r), c = !1, s) continue;
|
|
18
|
-
let l = e(this, t, "f").get(r);
|
|
19
|
-
if (l && l != o && !a) throw Error(`"${o} -> ${r}" conflicts with "${l} -> ${r}". Pass \`force=true\` to override this definition.`);
|
|
20
|
-
e(this, t, "f").set(r, o);
|
|
21
|
-
}
|
|
22
|
-
}
|
|
23
|
-
return this;
|
|
24
|
-
}
|
|
25
|
-
getType(n) {
|
|
26
|
-
if (typeof n != "string") return null;
|
|
27
|
-
let r = n.replace(/^.*[/\\]/s, "").toLowerCase(), i = r.replace(/^.*\./s, "").toLowerCase(), a = r.length < n.length;
|
|
28
|
-
return !(i.length < r.length - 1) && a ? null : e(this, t, "f").get(i) ?? null;
|
|
29
|
-
}
|
|
30
|
-
getExtension(t) {
|
|
31
|
-
return typeof t == "string" ? (t = t?.split?.(";")[0], (t && e(this, n, "f").get(t.trim().toLowerCase())) ?? null) : null;
|
|
32
|
-
}
|
|
33
|
-
getAllExtensions(t) {
|
|
34
|
-
return typeof t == "string" ? e(this, r, "f").get(t.toLowerCase()) ?? null : null;
|
|
35
|
-
}
|
|
36
|
-
_freeze() {
|
|
37
|
-
this.define = () => {
|
|
38
|
-
throw Error("define() not allowed for built-in Mime objects. See https://github.com/broofa/mime/blob/main/README.md#custom-mime-instances");
|
|
39
|
-
}, Object.freeze(this);
|
|
40
|
-
for (let t of e(this, r, "f").values()) Object.freeze(t);
|
|
41
|
-
return this;
|
|
42
|
-
}
|
|
43
|
-
_getTestState() {
|
|
44
|
-
return {
|
|
45
|
-
types: e(this, t, "f"),
|
|
46
|
-
extensions: e(this, n, "f")
|
|
47
|
-
};
|
|
48
|
-
}
|
|
49
|
-
};
|
|
50
|
-
t = /* @__PURE__ */ new WeakMap(), n = /* @__PURE__ */ new WeakMap(), r = /* @__PURE__ */ new WeakMap();
|
|
19
|
+
}), i = { install(e, t = "bb-dropdown") {
|
|
20
|
+
e.directive(t, r);
|
|
21
|
+
} };
|
|
51
22
|
//#endregion
|
|
52
|
-
export { i as default };
|
|
23
|
+
export { i as BbDropdownDirectivePlugin, r as default };
|