@getflip/swirl-components 0.402.0 → 0.404.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 +122 -6
- 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-popover_2.cjs.entry.js +18 -7
- 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 +2 -2
- package/dist/collection/collection-manifest.json +1 -1
- package/dist/collection/components/swirl-popover/swirl-popover.js +41 -5
- package/dist/collection/components/swirl-popover-trigger/swirl-popover-trigger.js +2 -2
- 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.js +2 -2
- package/dist/components/assets/pdfjs/pdf.worker.min.mjs +28 -0
- package/dist/components/file-manager.js +64 -58
- package/dist/components/swirl-popover-trigger2.js +2 -2
- package/dist/components/swirl-popover2.js +18 -6
- 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 +2 -2
- 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-popover_2.entry.js +18 -7
- 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 +2 -2
- 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-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-8293861d.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-fef8e82f.entry.js → p-e8c9b581.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-popover/swirl-popover.d.ts +5 -1
- package/dist/types/components/swirl-resource-list-item/swirl-resource-list-item.d.ts +3 -0
- package/dist/types/components.d.ts +20 -4
- package/package.json +1 -1
- package/vscode-data.json +22 -0
- package/dist/swirl-components/p-da93355a.entry.js +0 -1
- package/dist/swirl-components/p-f9342dc7.entry.js +0 -1
package/components.json
CHANGED
|
@@ -1,5 +1,5 @@
|
|
|
1
1
|
{
|
|
2
|
-
"timestamp": "2025-11-
|
|
2
|
+
"timestamp": "2025-11-05T15:11:10",
|
|
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",
|
|
@@ -58018,6 +58019,44 @@
|
|
|
58018
58019
|
"name": "returns"
|
|
58019
58020
|
}
|
|
58020
58021
|
]
|
|
58022
|
+
},
|
|
58023
|
+
{
|
|
58024
|
+
"name": "toggle",
|
|
58025
|
+
"returns": {
|
|
58026
|
+
"type": "Promise<void>",
|
|
58027
|
+
"docs": ""
|
|
58028
|
+
},
|
|
58029
|
+
"complexType": {
|
|
58030
|
+
"signature": "(triggerEl?: HTMLElement) => Promise<void>",
|
|
58031
|
+
"parameters": [
|
|
58032
|
+
{
|
|
58033
|
+
"name": "triggerEl",
|
|
58034
|
+
"type": "HTMLElement",
|
|
58035
|
+
"docs": ""
|
|
58036
|
+
}
|
|
58037
|
+
],
|
|
58038
|
+
"references": {
|
|
58039
|
+
"Promise": {
|
|
58040
|
+
"location": "global",
|
|
58041
|
+
"id": "global::Promise"
|
|
58042
|
+
},
|
|
58043
|
+
"HTMLElement": {
|
|
58044
|
+
"location": "global",
|
|
58045
|
+
"id": "global::HTMLElement"
|
|
58046
|
+
}
|
|
58047
|
+
},
|
|
58048
|
+
"return": "Promise<void>"
|
|
58049
|
+
},
|
|
58050
|
+
"signature": "toggle(triggerEl?: HTMLElement) => Promise<void>",
|
|
58051
|
+
"parameters": [
|
|
58052
|
+
{
|
|
58053
|
+
"name": "triggerEl",
|
|
58054
|
+
"type": "HTMLElement",
|
|
58055
|
+
"docs": ""
|
|
58056
|
+
}
|
|
58057
|
+
],
|
|
58058
|
+
"docs": "Toggles the popover.",
|
|
58059
|
+
"docsTags": []
|
|
58021
58060
|
}
|
|
58022
58061
|
],
|
|
58023
58062
|
"events": [
|
|
@@ -60209,6 +60248,77 @@
|
|
|
60209
60248
|
"getter": false,
|
|
60210
60249
|
"setter": false
|
|
60211
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
|
+
},
|
|
60212
60322
|
{
|
|
60213
60323
|
"name": "labelWeight",
|
|
60214
60324
|
"type": "\"bold\" | \"medium\" | \"regular\" | \"semibold\"",
|
|
@@ -60487,6 +60597,7 @@
|
|
|
60487
60597
|
"file-manager"
|
|
60488
60598
|
],
|
|
60489
60599
|
"dependencies": [
|
|
60600
|
+
"swirl-tooltip",
|
|
60490
60601
|
"swirl-icon-check-strong",
|
|
60491
60602
|
"swirl-popover-trigger",
|
|
60492
60603
|
"swirl-button",
|
|
@@ -60494,6 +60605,7 @@
|
|
|
60494
60605
|
],
|
|
60495
60606
|
"dependencyGraph": {
|
|
60496
60607
|
"swirl-resource-list-item": [
|
|
60608
|
+
"swirl-tooltip",
|
|
60497
60609
|
"swirl-icon-check-strong",
|
|
60498
60610
|
"swirl-popover-trigger",
|
|
60499
60611
|
"swirl-button",
|
|
@@ -79422,6 +79534,7 @@
|
|
|
79422
79534
|
"swirl-description-list-item",
|
|
79423
79535
|
"swirl-form-control",
|
|
79424
79536
|
"swirl-radio",
|
|
79537
|
+
"swirl-resource-list-item",
|
|
79425
79538
|
"swirl-shell-layout",
|
|
79426
79539
|
"swirl-shell-navigation-item",
|
|
79427
79540
|
"swirl-table-row-group"
|
|
@@ -79437,6 +79550,9 @@
|
|
|
79437
79550
|
"swirl-radio": [
|
|
79438
79551
|
"swirl-tooltip"
|
|
79439
79552
|
],
|
|
79553
|
+
"swirl-resource-list-item": [
|
|
79554
|
+
"swirl-tooltip"
|
|
79555
|
+
],
|
|
79440
79556
|
"swirl-shell-layout": [
|
|
79441
79557
|
"swirl-tooltip"
|
|
79442
79558
|
],
|
|
@@ -81347,6 +81463,11 @@
|
|
|
81347
81463
|
"docstring": "",
|
|
81348
81464
|
"path": "src/components/swirl-resource-list/swirl-resource-list.tsx"
|
|
81349
81465
|
},
|
|
81466
|
+
"src/components/swirl-tooltip/swirl-tooltip.tsx::SwirlTooltipPosition": {
|
|
81467
|
+
"declaration": "export type SwirlTooltipPosition = \"top\" | \"right\" | \"bottom\" | \"left\";",
|
|
81468
|
+
"docstring": "",
|
|
81469
|
+
"path": "src/components/swirl-tooltip/swirl-tooltip.tsx"
|
|
81470
|
+
},
|
|
81350
81471
|
"src/components/swirl-resource-list-item/swirl-resource-list-item.tsx::SwirlResourceListItemLabelWeight": {
|
|
81351
81472
|
"declaration": "export type SwirlResourceListItemLabelWeight =\n | \"medium\"\n | \"regular\"\n | \"semibold\"\n | \"bold\";",
|
|
81352
81473
|
"docstring": "",
|
|
@@ -81527,11 +81648,6 @@
|
|
|
81527
81648
|
"docstring": "",
|
|
81528
81649
|
"path": "src/components/swirl-toolbar/swirl-toolbar.tsx"
|
|
81529
81650
|
},
|
|
81530
|
-
"src/components/swirl-tooltip/swirl-tooltip.tsx::SwirlTooltipPosition": {
|
|
81531
|
-
"declaration": "export type SwirlTooltipPosition = \"top\" | \"right\" | \"bottom\" | \"left\";",
|
|
81532
|
-
"docstring": "",
|
|
81533
|
-
"path": "src/components/swirl-tooltip/swirl-tooltip.tsx"
|
|
81534
|
-
},
|
|
81535
81651
|
"src/components/swirl-tree-view/swirl-tree-view.tsx::SwirlTreeViewDropItemEvent": {
|
|
81536
81652
|
"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};",
|
|
81537
81653
|
"docstring": "",
|