@next-bricks/advanced 0.51.6 → 0.52.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.
Files changed (32) hide show
  1. package/dist/bricks.json +13 -13
  2. package/dist/chunks/{1576.de87244a.js → 1576.09ecd8ad.js} +3 -3
  3. package/dist/chunks/{1576.de87244a.js.map → 1576.09ecd8ad.js.map} +1 -1
  4. package/dist/chunks/6773.48750573.js +2 -0
  5. package/dist/chunks/6773.48750573.js.map +1 -0
  6. package/dist/chunks/7615.b7566a46.js +2 -0
  7. package/dist/chunks/7615.b7566a46.js.map +1 -0
  8. package/dist/chunks/8382.d5dbfa50.js +2 -0
  9. package/dist/chunks/8382.d5dbfa50.js.map +1 -0
  10. package/dist/chunks/capture-snapshot.48021ccd.js +2 -0
  11. package/dist/chunks/capture-snapshot.48021ccd.js.map +1 -0
  12. package/dist/chunks/eo-next-table.7f8c557a.js.map +1 -1
  13. package/dist/chunks/main.10a8ab8a.js +2 -0
  14. package/dist/chunks/main.10a8ab8a.js.map +1 -0
  15. package/dist/examples.json +7 -7
  16. package/dist/index.0b14a7d1.js +2 -0
  17. package/dist/index.0b14a7d1.js.map +1 -0
  18. package/dist/manifest.json +376 -376
  19. package/dist/types.json +20 -20
  20. package/dist-types/next-table/index.d.ts +1 -0
  21. package/package.json +2 -2
  22. package/dist/chunks/6773.e9348322.js +0 -2
  23. package/dist/chunks/6773.e9348322.js.map +0 -1
  24. package/dist/chunks/8382.ade8275e.js +0 -2
  25. package/dist/chunks/8382.ade8275e.js.map +0 -1
  26. package/dist/chunks/capture-snapshot.3046c520.js +0 -2
  27. package/dist/chunks/capture-snapshot.3046c520.js.map +0 -1
  28. package/dist/chunks/main.06ea33e1.js +0 -2
  29. package/dist/chunks/main.06ea33e1.js.map +0 -1
  30. package/dist/index.2bb5aa4e.js +0 -2
  31. package/dist/index.2bb5aa4e.js.map +0 -1
  32. /package/dist/chunks/{1576.de87244a.js.LICENSE.txt → 1576.09ecd8ad.js.LICENSE.txt} +0 -0
package/dist/types.json CHANGED
@@ -1313,6 +1313,26 @@
1313
1313
  ],
1314
1314
  "methods": []
1315
1315
  },
1316
+ "eo-text-tooltip": {
1317
+ "properties": [
1318
+ {
1319
+ "name": "label",
1320
+ "annotation": {
1321
+ "type": "keyword",
1322
+ "value": "string"
1323
+ }
1324
+ },
1325
+ {
1326
+ "name": "lineClamp",
1327
+ "annotation": {
1328
+ "type": "keyword",
1329
+ "value": "number"
1330
+ }
1331
+ }
1332
+ ],
1333
+ "events": [],
1334
+ "methods": []
1335
+ },
1316
1336
  "advanced.pdf-viewer": {
1317
1337
  "properties": [
1318
1338
  {
@@ -1357,26 +1377,6 @@
1357
1377
  "events": [],
1358
1378
  "methods": []
1359
1379
  },
1360
- "eo-text-tooltip": {
1361
- "properties": [
1362
- {
1363
- "name": "label",
1364
- "annotation": {
1365
- "type": "keyword",
1366
- "value": "string"
1367
- }
1368
- },
1369
- {
1370
- "name": "lineClamp",
1371
- "annotation": {
1372
- "type": "keyword",
1373
- "value": "number"
1374
- }
1375
- }
1376
- ],
1377
- "events": [],
1378
- "methods": []
1379
- },
1380
1380
  "advanced.capture-snapshot": {
1381
1381
  "type": "provider",
1382
1382
  "params": [
@@ -164,3 +164,4 @@ export declare class EoNextTable extends ReactNextElement implements NextTablePr
164
164
  render(): React.JSX.Element;
165
165
  }
166
166
  export { NextTableProps };
167
+ export type * from "./interface.js";
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@next-bricks/advanced",
3
- "version": "0.51.6",
3
+ "version": "0.52.0",
4
4
  "homepage": "https://github.com/easyops-cn/next-advanced-bricks/tree/master/bricks/advanced",
5
5
  "repository": {
6
6
  "type": "git",
@@ -46,5 +46,5 @@
46
46
  "@next-bricks/form": "*",
47
47
  "@next-bricks/icons": "*"
48
48
  },
49
- "gitHead": "133fce513661478d2adb1648eb49938ab6deb607"
49
+ "gitHead": "a8914095cc05f1d854ee3d6dfd4d761fc2729513"
50
50
  }