@uzum-tech/ui 2.3.4 → 2.3.5
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/index.js +402 -378
- package/dist/index.mjs +402 -378
- package/dist/index.prod.js +2 -2
- package/dist/index.prod.mjs +2 -2
- package/es/components.d.ts +59 -41
- package/es/image/index.d.ts +2 -2
- package/es/image/index.mjs +2 -1
- package/es/image/src/ImagePreview.d.ts +60 -184
- package/es/image/src/ImagePreview.mjs +12 -18
- package/es/image/src/interface.d.ts +156 -3
- package/es/image/src/interface.mjs +23 -1
- package/es/image/src/public-types.d.ts +11 -5
- package/es/image/src/styles/index.cssr.mjs +11 -1
- package/es/version.d.ts +1 -1
- package/es/version.mjs +1 -1
- package/lib/components.d.ts +59 -41
- package/lib/image/index.d.ts +2 -2
- package/lib/image/index.js +3 -2
- package/lib/image/src/ImagePreview.d.ts +60 -184
- package/lib/image/src/ImagePreview.js +18 -17
- package/lib/image/src/interface.d.ts +156 -3
- package/lib/image/src/interface.js +12 -1
- package/lib/image/src/public-types.d.ts +11 -5
- package/lib/image/src/styles/index.cssr.js +11 -1
- package/lib/version.d.ts +1 -1
- package/lib/version.js +1 -1
- package/package.json +1 -1
- package/web-types.json +47 -2
package/web-types.json
CHANGED
|
@@ -2,7 +2,7 @@
|
|
|
2
2
|
"$schema": "https://raw.githubusercontent.com/JetBrains/web-types/master/schema/web-types.json",
|
|
3
3
|
"framework": "vue",
|
|
4
4
|
"name": "@uzum-tech/ui",
|
|
5
|
-
"version": "2.3.
|
|
5
|
+
"version": "2.3.5",
|
|
6
6
|
"js-types-syntax": "typescript",
|
|
7
7
|
"contributions": {
|
|
8
8
|
"html": {
|
|
@@ -8285,7 +8285,32 @@
|
|
|
8285
8285
|
"source": {
|
|
8286
8286
|
"symbol": "UImagePreview"
|
|
8287
8287
|
},
|
|
8288
|
-
"slots": [
|
|
8288
|
+
"slots": [
|
|
8289
|
+
{
|
|
8290
|
+
"name": "spin-default",
|
|
8291
|
+
"doc-url": "https://uzum-ui.kapitalbank.uz/en-US/os-theme/components/image",
|
|
8292
|
+
"description": "Forwarded to the internal `u-spin`'s `default` slot.",
|
|
8293
|
+
"description-sections": {
|
|
8294
|
+
"since": "2.3.5"
|
|
8295
|
+
}
|
|
8296
|
+
},
|
|
8297
|
+
{
|
|
8298
|
+
"name": "spin-icon",
|
|
8299
|
+
"doc-url": "https://uzum-ui.kapitalbank.uz/en-US/os-theme/components/image",
|
|
8300
|
+
"description": "Forwarded to the internal `u-spin`'s `icon` slot.",
|
|
8301
|
+
"description-sections": {
|
|
8302
|
+
"since": "2.3.5"
|
|
8303
|
+
}
|
|
8304
|
+
},
|
|
8305
|
+
{
|
|
8306
|
+
"name": "spin-description",
|
|
8307
|
+
"doc-url": "https://uzum-ui.kapitalbank.uz/en-US/os-theme/components/image",
|
|
8308
|
+
"description": "Forwarded to the internal `u-spin`'s `description` slot.",
|
|
8309
|
+
"description-sections": {
|
|
8310
|
+
"since": "2.3.5"
|
|
8311
|
+
}
|
|
8312
|
+
}
|
|
8313
|
+
],
|
|
8289
8314
|
"attributes": [],
|
|
8290
8315
|
"props": [
|
|
8291
8316
|
{
|
|
@@ -8298,6 +8323,16 @@
|
|
|
8298
8323
|
"since": "2.43.0"
|
|
8299
8324
|
}
|
|
8300
8325
|
},
|
|
8326
|
+
{
|
|
8327
|
+
"name": "loading",
|
|
8328
|
+
"doc-url": "https://uzum-ui.kapitalbank.uz/en-US/os-theme/components/image",
|
|
8329
|
+
"type": "boolean",
|
|
8330
|
+
"description": "Whether to show a loading spinner over the preview.",
|
|
8331
|
+
"default": "false",
|
|
8332
|
+
"description-sections": {
|
|
8333
|
+
"since": "2.3.5"
|
|
8334
|
+
}
|
|
8335
|
+
},
|
|
8301
8336
|
{
|
|
8302
8337
|
"name": "render-toolbar",
|
|
8303
8338
|
"doc-url": "https://uzum-ui.kapitalbank.uz/en-US/os-theme/components/image",
|
|
@@ -8338,6 +8373,16 @@
|
|
|
8338
8373
|
"since": "2.43.0"
|
|
8339
8374
|
}
|
|
8340
8375
|
},
|
|
8376
|
+
{
|
|
8377
|
+
"name": "spin-props",
|
|
8378
|
+
"doc-url": "https://uzum-ui.kapitalbank.uz/en-US/os-theme/components/image",
|
|
8379
|
+
"type": "Partial<SpinProps>",
|
|
8380
|
+
"description": "Props forwarded to the internal `u-spin` used for the loading overlay.",
|
|
8381
|
+
"default": "undefined",
|
|
8382
|
+
"description-sections": {
|
|
8383
|
+
"since": "2.3.5"
|
|
8384
|
+
}
|
|
8385
|
+
},
|
|
8341
8386
|
{
|
|
8342
8387
|
"name": "src",
|
|
8343
8388
|
"doc-url": "https://uzum-ui.kapitalbank.uz/en-US/os-theme/components/image",
|