@getflip/swirl-components 0.403.0 → 0.405.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.
- package/components.json +200 -17
- package/dist/cjs/loader.cjs.js +1 -1
- package/dist/cjs/swirl-app-layout_5.cjs.entry.js +4 -2
- package/dist/cjs/swirl-components.cjs.js +1 -1
- package/dist/cjs/swirl-icon-arrow-left_4.cjs.entry.js +1 -1
- package/dist/cjs/swirl-icon-error_3.cjs.entry.js +1 -1
- package/dist/cjs/swirl-search.cjs.entry.js +1 -1
- package/dist/cjs/swirl-shell-layout.cjs.entry.js +6 -6
- package/dist/cjs/swirl-shell-navigation-item.cjs.entry.js +2 -2
- package/dist/cjs/swirl-skeleton-box.cjs.entry.js +2 -2
- package/dist/cjs/swirl-skeleton-text.cjs.entry.js +1 -1
- package/dist/cjs/swirl-status-indicator.cjs.entry.js +1 -1
- package/dist/cjs/swirl-switch.cjs.entry.js +2 -2
- package/dist/cjs/swirl-tab-bar.cjs.entry.js +1 -1
- package/dist/cjs/swirl-tab.cjs.entry.js +1 -1
- package/dist/cjs/swirl-table-column.cjs.entry.js +1 -1
- package/dist/cjs/swirl-table.cjs.entry.js +1 -1
- package/dist/cjs/swirl-tag.cjs.entry.js +1 -1
- package/dist/cjs/swirl-text.cjs.entry.js +1 -1
- package/dist/cjs/swirl-toast-provider.cjs.entry.js +1 -1
- package/dist/cjs/swirl-toast.cjs.entry.js +1 -1
- package/dist/cjs/swirl-toggle-group.cjs.entry.js +1 -1
- package/dist/cjs/swirl-toolbar.cjs.entry.js +1 -1
- package/dist/cjs/swirl-tooltip.cjs.entry.js +42 -40
- package/dist/collection/collection-manifest.json +1 -1
- package/dist/collection/components/swirl-resource-list-item/swirl-resource-list-item.css +0 -1
- package/dist/collection/components/swirl-resource-list-item/swirl-resource-list-item.js +48 -1
- package/dist/collection/components/swirl-search/swirl-search.js +1 -1
- package/dist/collection/components/swirl-shell-layout/swirl-shell-layout.js +6 -6
- package/dist/collection/components/swirl-shell-navigation-item/swirl-shell-navigation-item.js +2 -2
- package/dist/collection/components/swirl-skeleton-box/swirl-skeleton-box.js +2 -2
- package/dist/collection/components/swirl-skeleton-text/swirl-skeleton-text.js +1 -1
- package/dist/collection/components/swirl-spinner/swirl-spinner.js +1 -1
- package/dist/collection/components/swirl-status-indicator/swirl-status-indicator.js +1 -1
- package/dist/collection/components/swirl-switch/swirl-switch.js +2 -2
- package/dist/collection/components/swirl-tab/swirl-tab.js +1 -1
- package/dist/collection/components/swirl-tab-bar/swirl-tab-bar.js +1 -1
- package/dist/collection/components/swirl-table/swirl-table.js +1 -1
- package/dist/collection/components/swirl-table-column/swirl-table-column.js +1 -1
- package/dist/collection/components/swirl-tag/swirl-tag.js +1 -1
- package/dist/collection/components/swirl-text/swirl-text.js +1 -1
- package/dist/collection/components/swirl-thumbnail/swirl-thumbnail.js +1 -1
- package/dist/collection/components/swirl-toast/swirl-toast.js +1 -1
- package/dist/collection/components/swirl-toast-provider/swirl-toast-provider.js +1 -1
- package/dist/collection/components/swirl-toggle-group/swirl-toggle-group.js +1 -1
- package/dist/collection/components/swirl-toolbar/swirl-toolbar.js +1 -1
- package/dist/collection/components/swirl-tooltip/swirl-tooltip.css +3 -4
- package/dist/collection/components/swirl-tooltip/swirl-tooltip.js +124 -50
- package/dist/components/assets/pdfjs/pdf.worker.min.mjs +1 -1
- package/dist/components/file-manager.js +64 -58
- package/dist/components/swirl-resource-list-item2.js +20 -10
- package/dist/components/swirl-search.js +1 -1
- package/dist/components/swirl-shell-layout.js +6 -6
- package/dist/components/swirl-shell-navigation-item.js +2 -2
- package/dist/components/swirl-skeleton-box2.js +2 -2
- package/dist/components/swirl-skeleton-text.js +1 -1
- package/dist/components/swirl-spinner2.js +1 -1
- package/dist/components/swirl-status-indicator.js +1 -1
- package/dist/components/swirl-switch.js +2 -2
- package/dist/components/swirl-tab-bar2.js +1 -1
- package/dist/components/swirl-tab.js +1 -1
- package/dist/components/swirl-table-column.js +1 -1
- package/dist/components/swirl-table.js +1 -1
- package/dist/components/swirl-tag2.js +1 -1
- package/dist/components/swirl-text2.js +1 -1
- package/dist/components/swirl-thumbnail2.js +1 -1
- package/dist/components/swirl-toast-provider.js +1 -1
- package/dist/components/swirl-toast2.js +1 -1
- package/dist/components/swirl-toggle-group.js +1 -1
- package/dist/components/swirl-toolbar.js +1 -1
- package/dist/components/swirl-tooltip2.js +47 -43
- package/dist/esm/loader.js +1 -1
- package/dist/esm/swirl-app-layout_5.entry.js +4 -2
- package/dist/esm/swirl-components.js +1 -1
- package/dist/esm/swirl-icon-arrow-left_4.entry.js +1 -1
- package/dist/esm/swirl-icon-error_3.entry.js +1 -1
- package/dist/esm/swirl-search.entry.js +1 -1
- package/dist/esm/swirl-shell-layout.entry.js +6 -6
- package/dist/esm/swirl-shell-navigation-item.entry.js +2 -2
- package/dist/esm/swirl-skeleton-box.entry.js +2 -2
- package/dist/esm/swirl-skeleton-text.entry.js +1 -1
- package/dist/esm/swirl-status-indicator.entry.js +1 -1
- package/dist/esm/swirl-switch.entry.js +2 -2
- package/dist/esm/swirl-tab-bar.entry.js +1 -1
- package/dist/esm/swirl-tab.entry.js +1 -1
- package/dist/esm/swirl-table-column.entry.js +1 -1
- package/dist/esm/swirl-table.entry.js +1 -1
- package/dist/esm/swirl-tag.entry.js +1 -1
- package/dist/esm/swirl-text.entry.js +1 -1
- package/dist/esm/swirl-toast-provider.entry.js +1 -1
- package/dist/esm/swirl-toast.entry.js +1 -1
- package/dist/esm/swirl-toggle-group.entry.js +1 -1
- package/dist/esm/swirl-toolbar.entry.js +1 -1
- package/dist/esm/swirl-tooltip.entry.js +43 -41
- package/dist/swirl-components/{p-25a0bc6f.entry.js → p-0d86713d.entry.js} +1 -1
- package/dist/swirl-components/{p-93bb3365.entry.js → p-251853c7.entry.js} +2 -2
- package/dist/swirl-components/{p-b23edf69.entry.js → p-2dd48f2d.entry.js} +1 -1
- package/dist/swirl-components/{p-046c85df.entry.js → p-2fbbff16.entry.js} +1 -1
- package/dist/swirl-components/p-31157c43.entry.js +1 -0
- package/dist/swirl-components/{p-b98cc8ee.entry.js → p-32205cb6.entry.js} +1 -1
- package/dist/swirl-components/{p-00b0bcdf.entry.js → p-4fe92179.entry.js} +1 -1
- package/dist/swirl-components/{p-362cf5cd.entry.js → p-525eccb7.entry.js} +1 -1
- package/dist/swirl-components/{p-66f57e69.entry.js → p-6058e144.entry.js} +1 -1
- package/dist/swirl-components/{p-900b7395.entry.js → p-61f63eb1.entry.js} +1 -1
- package/dist/swirl-components/p-6294b4b8.entry.js +1 -0
- package/dist/swirl-components/{p-68f1fc93.entry.js → p-8e15adb5.entry.js} +1 -1
- package/dist/swirl-components/{p-25937c0c.entry.js → p-9116eac5.entry.js} +1 -1
- package/dist/swirl-components/{p-38205c0f.entry.js → p-91d81ff7.entry.js} +1 -1
- package/dist/swirl-components/{p-e79a2b2f.entry.js → p-b56f08dd.entry.js} +1 -1
- package/dist/swirl-components/{p-55342fef.entry.js → p-bb3bf811.entry.js} +1 -1
- package/dist/swirl-components/{p-62a94658.entry.js → p-d8201d5b.entry.js} +1 -1
- package/dist/swirl-components/{p-a3709d0e.entry.js → p-d82c10a6.entry.js} +1 -1
- package/dist/swirl-components/{p-5067665a.entry.js → p-e24e9424.entry.js} +1 -1
- package/dist/swirl-components/{p-f4cd2bc8.entry.js → p-eccc6946.entry.js} +1 -1
- package/dist/swirl-components/{p-db2de234.entry.js → p-f49848d1.entry.js} +1 -1
- package/dist/swirl-components/swirl-components.esm.js +1 -1
- package/dist/types/components/swirl-resource-list-item/swirl-resource-list-item.d.ts +3 -0
- package/dist/types/components/swirl-tooltip/swirl-tooltip.d.ts +8 -9
- package/dist/types/components.d.ts +30 -10
- package/package.json +1 -1
- package/vscode-data.json +36 -2
- package/dist/swirl-components/p-da93355a.entry.js +0 -1
- package/dist/swirl-components/p-fef8e82f.entry.js +0 -1
package/components.json
CHANGED
|
@@ -1,5 +1,5 @@
|
|
|
1
1
|
{
|
|
2
|
-
"timestamp": "2025-11-
|
|
2
|
+
"timestamp": "2025-11-05T15:32:03",
|
|
3
3
|
"compiler": {
|
|
4
4
|
"name": "@stencil/core",
|
|
5
5
|
"version": "4.35.0",
|
|
@@ -59,6 +59,7 @@
|
|
|
59
59
|
"swirl-option-list-item"
|
|
60
60
|
],
|
|
61
61
|
"swirl-resource-list-item": [
|
|
62
|
+
"swirl-tooltip",
|
|
62
63
|
"swirl-icon-check-strong",
|
|
63
64
|
"swirl-popover-trigger",
|
|
64
65
|
"swirl-button",
|
|
@@ -60247,6 +60248,77 @@
|
|
|
60247
60248
|
"getter": false,
|
|
60248
60249
|
"setter": false
|
|
60249
60250
|
},
|
|
60251
|
+
{
|
|
60252
|
+
"name": "labelTooltip",
|
|
60253
|
+
"type": "string",
|
|
60254
|
+
"complexType": {
|
|
60255
|
+
"original": "string",
|
|
60256
|
+
"resolved": "string",
|
|
60257
|
+
"references": {}
|
|
60258
|
+
},
|
|
60259
|
+
"mutable": false,
|
|
60260
|
+
"attr": "label-tooltip",
|
|
60261
|
+
"reflectToAttr": false,
|
|
60262
|
+
"docs": "",
|
|
60263
|
+
"docsTags": [],
|
|
60264
|
+
"values": [
|
|
60265
|
+
{
|
|
60266
|
+
"type": "string"
|
|
60267
|
+
}
|
|
60268
|
+
],
|
|
60269
|
+
"optional": true,
|
|
60270
|
+
"required": false,
|
|
60271
|
+
"getter": false,
|
|
60272
|
+
"setter": false
|
|
60273
|
+
},
|
|
60274
|
+
{
|
|
60275
|
+
"name": "labelTooltipPosition",
|
|
60276
|
+
"type": "\"bottom\" | \"left\" | \"right\" | \"top\"",
|
|
60277
|
+
"complexType": {
|
|
60278
|
+
"original": "SwirlTooltipPosition",
|
|
60279
|
+
"resolved": "\"bottom\" | \"left\" | \"right\" | \"top\"",
|
|
60280
|
+
"references": {
|
|
60281
|
+
"SwirlTooltipPosition": {
|
|
60282
|
+
"location": "import",
|
|
60283
|
+
"path": "../swirl-tooltip/swirl-tooltip",
|
|
60284
|
+
"id": "src/components/swirl-tooltip/swirl-tooltip.tsx::SwirlTooltipPosition"
|
|
60285
|
+
}
|
|
60286
|
+
}
|
|
60287
|
+
},
|
|
60288
|
+
"mutable": false,
|
|
60289
|
+
"attr": "label-tooltip-position",
|
|
60290
|
+
"reflectToAttr": false,
|
|
60291
|
+
"docs": "",
|
|
60292
|
+
"docsTags": [
|
|
60293
|
+
{
|
|
60294
|
+
"name": "default",
|
|
60295
|
+
"text": "\"top\""
|
|
60296
|
+
}
|
|
60297
|
+
],
|
|
60298
|
+
"default": "\"top\"",
|
|
60299
|
+
"values": [
|
|
60300
|
+
{
|
|
60301
|
+
"value": "bottom",
|
|
60302
|
+
"type": "string"
|
|
60303
|
+
},
|
|
60304
|
+
{
|
|
60305
|
+
"value": "left",
|
|
60306
|
+
"type": "string"
|
|
60307
|
+
},
|
|
60308
|
+
{
|
|
60309
|
+
"value": "right",
|
|
60310
|
+
"type": "string"
|
|
60311
|
+
},
|
|
60312
|
+
{
|
|
60313
|
+
"value": "top",
|
|
60314
|
+
"type": "string"
|
|
60315
|
+
}
|
|
60316
|
+
],
|
|
60317
|
+
"optional": true,
|
|
60318
|
+
"required": false,
|
|
60319
|
+
"getter": false,
|
|
60320
|
+
"setter": false
|
|
60321
|
+
},
|
|
60250
60322
|
{
|
|
60251
60323
|
"name": "labelWeight",
|
|
60252
60324
|
"type": "\"bold\" | \"medium\" | \"regular\" | \"semibold\"",
|
|
@@ -60525,6 +60597,7 @@
|
|
|
60525
60597
|
"file-manager"
|
|
60526
60598
|
],
|
|
60527
60599
|
"dependencies": [
|
|
60600
|
+
"swirl-tooltip",
|
|
60528
60601
|
"swirl-icon-check-strong",
|
|
60529
60602
|
"swirl-popover-trigger",
|
|
60530
60603
|
"swirl-button",
|
|
@@ -60532,6 +60605,7 @@
|
|
|
60532
60605
|
],
|
|
60533
60606
|
"dependencyGraph": {
|
|
60534
60607
|
"swirl-resource-list-item": [
|
|
60608
|
+
"swirl-tooltip",
|
|
60535
60609
|
"swirl-icon-check-strong",
|
|
60536
60610
|
"swirl-popover-trigger",
|
|
60537
60611
|
"swirl-button",
|
|
@@ -79305,27 +79379,38 @@
|
|
|
79305
79379
|
"setter": false
|
|
79306
79380
|
},
|
|
79307
79381
|
{
|
|
79308
|
-
"name": "
|
|
79309
|
-
"type": "
|
|
79382
|
+
"name": "intent",
|
|
79383
|
+
"type": "\"default\" | \"info\"",
|
|
79310
79384
|
"complexType": {
|
|
79311
|
-
"original": "
|
|
79312
|
-
"resolved": "
|
|
79313
|
-
"references": {
|
|
79385
|
+
"original": "SwirlTooltipIntent",
|
|
79386
|
+
"resolved": "\"default\" | \"info\"",
|
|
79387
|
+
"references": {
|
|
79388
|
+
"SwirlTooltipIntent": {
|
|
79389
|
+
"location": "local",
|
|
79390
|
+
"path": "/home/runner/work/swirl/swirl/packages/swirl-components/src/components/swirl-tooltip/swirl-tooltip.tsx",
|
|
79391
|
+
"id": "src/components/swirl-tooltip/swirl-tooltip.tsx::SwirlTooltipIntent"
|
|
79392
|
+
}
|
|
79393
|
+
}
|
|
79314
79394
|
},
|
|
79315
79395
|
"mutable": false,
|
|
79316
|
-
"attr": "
|
|
79396
|
+
"attr": "intent",
|
|
79317
79397
|
"reflectToAttr": false,
|
|
79318
|
-
"docs": "
|
|
79398
|
+
"docs": "",
|
|
79319
79399
|
"docsTags": [
|
|
79320
79400
|
{
|
|
79321
79401
|
"name": "default",
|
|
79322
|
-
"text": "
|
|
79402
|
+
"text": "\"default\""
|
|
79323
79403
|
}
|
|
79324
79404
|
],
|
|
79325
|
-
"default": "
|
|
79405
|
+
"default": "\"default\"",
|
|
79326
79406
|
"values": [
|
|
79327
79407
|
{
|
|
79328
|
-
"
|
|
79408
|
+
"value": "default",
|
|
79409
|
+
"type": "string"
|
|
79410
|
+
},
|
|
79411
|
+
{
|
|
79412
|
+
"value": "info",
|
|
79413
|
+
"type": "string"
|
|
79329
79414
|
}
|
|
79330
79415
|
],
|
|
79331
79416
|
"optional": false,
|
|
@@ -79420,9 +79505,93 @@
|
|
|
79420
79505
|
"required": false,
|
|
79421
79506
|
"getter": false,
|
|
79422
79507
|
"setter": false
|
|
79508
|
+
},
|
|
79509
|
+
{
|
|
79510
|
+
"name": "trigger",
|
|
79511
|
+
"type": "SwirlTooltipTrigger[]",
|
|
79512
|
+
"complexType": {
|
|
79513
|
+
"original": "SwirlTooltipTrigger[]",
|
|
79514
|
+
"resolved": "SwirlTooltipTrigger[]",
|
|
79515
|
+
"references": {
|
|
79516
|
+
"SwirlTooltipTrigger": {
|
|
79517
|
+
"location": "local",
|
|
79518
|
+
"path": "/home/runner/work/swirl/swirl/packages/swirl-components/src/components/swirl-tooltip/swirl-tooltip.tsx",
|
|
79519
|
+
"id": "src/components/swirl-tooltip/swirl-tooltip.tsx::SwirlTooltipTrigger"
|
|
79520
|
+
}
|
|
79521
|
+
}
|
|
79522
|
+
},
|
|
79523
|
+
"mutable": false,
|
|
79524
|
+
"attr": "trigger",
|
|
79525
|
+
"reflectToAttr": false,
|
|
79526
|
+
"docs": "",
|
|
79527
|
+
"docsTags": [
|
|
79528
|
+
{
|
|
79529
|
+
"name": "default",
|
|
79530
|
+
"text": "[\"focus\", \"hover\"]"
|
|
79531
|
+
}
|
|
79532
|
+
],
|
|
79533
|
+
"default": "[\"focus\", \"hover\"]",
|
|
79534
|
+
"values": [
|
|
79535
|
+
{
|
|
79536
|
+
"type": "SwirlTooltipTrigger[]"
|
|
79537
|
+
}
|
|
79538
|
+
],
|
|
79539
|
+
"optional": false,
|
|
79540
|
+
"required": false,
|
|
79541
|
+
"getter": false,
|
|
79542
|
+
"setter": false
|
|
79543
|
+
}
|
|
79544
|
+
],
|
|
79545
|
+
"methods": [
|
|
79546
|
+
{
|
|
79547
|
+
"name": "hide",
|
|
79548
|
+
"returns": {
|
|
79549
|
+
"type": "Promise<void>",
|
|
79550
|
+
"docs": ""
|
|
79551
|
+
},
|
|
79552
|
+
"complexType": {
|
|
79553
|
+
"signature": "() => Promise<void>",
|
|
79554
|
+
"parameters": [],
|
|
79555
|
+
"references": {
|
|
79556
|
+
"Promise": {
|
|
79557
|
+
"location": "global",
|
|
79558
|
+
"id": "global::Promise"
|
|
79559
|
+
}
|
|
79560
|
+
},
|
|
79561
|
+
"return": "Promise<void>"
|
|
79562
|
+
},
|
|
79563
|
+
"signature": "hide() => Promise<void>",
|
|
79564
|
+
"parameters": [],
|
|
79565
|
+
"docs": "",
|
|
79566
|
+
"docsTags": []
|
|
79567
|
+
},
|
|
79568
|
+
{
|
|
79569
|
+
"name": "show",
|
|
79570
|
+
"returns": {
|
|
79571
|
+
"type": "Promise<void>",
|
|
79572
|
+
"docs": ""
|
|
79573
|
+
},
|
|
79574
|
+
"complexType": {
|
|
79575
|
+
"signature": "() => Promise<void>",
|
|
79576
|
+
"parameters": [],
|
|
79577
|
+
"references": {
|
|
79578
|
+
"Promise": {
|
|
79579
|
+
"location": "global",
|
|
79580
|
+
"id": "global::Promise"
|
|
79581
|
+
},
|
|
79582
|
+
"HTMLElement": {
|
|
79583
|
+
"location": "global",
|
|
79584
|
+
"id": "global::HTMLElement"
|
|
79585
|
+
}
|
|
79586
|
+
},
|
|
79587
|
+
"return": "Promise<void>"
|
|
79588
|
+
},
|
|
79589
|
+
"signature": "show() => Promise<void>",
|
|
79590
|
+
"parameters": [],
|
|
79591
|
+
"docs": "",
|
|
79592
|
+
"docsTags": []
|
|
79423
79593
|
}
|
|
79424
79594
|
],
|
|
79425
|
-
"methods": [],
|
|
79426
79595
|
"events": [],
|
|
79427
79596
|
"listeners": [
|
|
79428
79597
|
{
|
|
@@ -79460,6 +79629,7 @@
|
|
|
79460
79629
|
"swirl-description-list-item",
|
|
79461
79630
|
"swirl-form-control",
|
|
79462
79631
|
"swirl-radio",
|
|
79632
|
+
"swirl-resource-list-item",
|
|
79463
79633
|
"swirl-shell-layout",
|
|
79464
79634
|
"swirl-shell-navigation-item",
|
|
79465
79635
|
"swirl-table-row-group"
|
|
@@ -79475,6 +79645,9 @@
|
|
|
79475
79645
|
"swirl-radio": [
|
|
79476
79646
|
"swirl-tooltip"
|
|
79477
79647
|
],
|
|
79648
|
+
"swirl-resource-list-item": [
|
|
79649
|
+
"swirl-tooltip"
|
|
79650
|
+
],
|
|
79478
79651
|
"swirl-shell-layout": [
|
|
79479
79652
|
"swirl-tooltip"
|
|
79480
79653
|
],
|
|
@@ -81385,6 +81558,21 @@
|
|
|
81385
81558
|
"docstring": "",
|
|
81386
81559
|
"path": "src/components/swirl-resource-list/swirl-resource-list.tsx"
|
|
81387
81560
|
},
|
|
81561
|
+
"src/components/swirl-tooltip/swirl-tooltip.tsx::SwirlTooltipIntent": {
|
|
81562
|
+
"declaration": "export type SwirlTooltipIntent = \"default\" | \"info\";",
|
|
81563
|
+
"docstring": "",
|
|
81564
|
+
"path": "src/components/swirl-tooltip/swirl-tooltip.tsx"
|
|
81565
|
+
},
|
|
81566
|
+
"src/components/swirl-tooltip/swirl-tooltip.tsx::SwirlTooltipPosition": {
|
|
81567
|
+
"declaration": "export type SwirlTooltipPosition = \"top\" | \"right\" | \"bottom\" | \"left\";",
|
|
81568
|
+
"docstring": "",
|
|
81569
|
+
"path": "src/components/swirl-tooltip/swirl-tooltip.tsx"
|
|
81570
|
+
},
|
|
81571
|
+
"src/components/swirl-tooltip/swirl-tooltip.tsx::SwirlTooltipTrigger": {
|
|
81572
|
+
"declaration": "export type SwirlTooltipTrigger = \"hover\" | \"focus\";",
|
|
81573
|
+
"docstring": "",
|
|
81574
|
+
"path": "src/components/swirl-tooltip/swirl-tooltip.tsx"
|
|
81575
|
+
},
|
|
81388
81576
|
"src/components/swirl-resource-list-item/swirl-resource-list-item.tsx::SwirlResourceListItemLabelWeight": {
|
|
81389
81577
|
"declaration": "export type SwirlResourceListItemLabelWeight =\n | \"medium\"\n | \"regular\"\n | \"semibold\"\n | \"bold\";",
|
|
81390
81578
|
"docstring": "",
|
|
@@ -81565,11 +81753,6 @@
|
|
|
81565
81753
|
"docstring": "",
|
|
81566
81754
|
"path": "src/components/swirl-toolbar/swirl-toolbar.tsx"
|
|
81567
81755
|
},
|
|
81568
|
-
"src/components/swirl-tooltip/swirl-tooltip.tsx::SwirlTooltipPosition": {
|
|
81569
|
-
"declaration": "export type SwirlTooltipPosition = \"top\" | \"right\" | \"bottom\" | \"left\";",
|
|
81570
|
-
"docstring": "",
|
|
81571
|
-
"path": "src/components/swirl-tooltip/swirl-tooltip.tsx"
|
|
81572
|
-
},
|
|
81573
81756
|
"src/components/swirl-tree-view/swirl-tree-view.tsx::SwirlTreeViewDropItemEvent": {
|
|
81574
81757
|
"declaration": "export type SwirlTreeViewDropItemEvent = Pick<\n SortableEvent,\n \"oldIndex\" | \"newIndex\" | \"item\"\n> & {\n itemId: string;\n newNextSiblingItemId: string | undefined;\n newPrevSiblingItemId: string | undefined;\n sourceParentItemId: string;\n targetParentItemId: string;\n};",
|
|
81575
81758
|
"docstring": "",
|