@nanoporetech-digital/components 8.3.2 → 8.4.1
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/cjs/constructible-style-BsHBb9au.js +133 -0
- package/dist/cjs/{fade-BzBFJiQK.js → fade-DBuNbJEw.js} +1 -1
- package/dist/cjs/{fullscreen-Cz3eYnOp.js → fullscreen-Bk4jXSN0.js} +1 -1
- package/dist/cjs/index-DGttnXif.js +28 -16
- package/dist/cjs/{lazyload-DIFYejbf.js → lazyload-gQqOMvpr.js} +1 -1
- package/dist/cjs/loader.cjs.js +1 -1
- package/dist/cjs/nano-accordion.cjs.entry.js +28 -9
- package/dist/cjs/nano-avatar_5.cjs.entry.js +11 -11
- package/dist/cjs/nano-components.cjs.js +1 -1
- package/dist/cjs/{nano-data-table-DFEflpc4.js → nano-data-table-BHQIpW0N.js} +31 -1
- package/dist/cjs/nano-data-table.cjs.entry.js +1 -1
- package/dist/cjs/nano-details.cjs.entry.js +6 -4
- package/dist/cjs/nano-field-validator.cjs.entry.js +4 -2
- package/dist/cjs/nano-footer.cjs.entry.js +2 -2
- package/dist/cjs/nano-global-nav.cjs.entry.js +22 -21
- package/dist/cjs/nano-grid-item.cjs.entry.js +1 -1
- package/dist/cjs/nano-grid_2.cjs.entry.js +6 -130
- package/dist/cjs/nano-hero.cjs.entry.js +4 -4
- package/dist/cjs/{nano-icon_3.cjs.entry.js → nano-icon-button_2.cjs.entry.js} +2 -320
- package/dist/cjs/nano-icon.cjs.entry.js +326 -0
- package/dist/cjs/nano-in-page-nav.cjs.entry.js +1 -1
- package/dist/cjs/nano-increment.cjs.entry.js +1 -1
- package/dist/cjs/nano-intersection-observe.cjs.entry.js +1 -1
- package/dist/cjs/nano-masked-overflow.cjs.entry.js +3 -3
- package/dist/cjs/nano-menu-drawer.cjs.entry.js +2 -2
- package/dist/cjs/nano-more-less.cjs.entry.js +2 -2
- package/dist/cjs/nano-rating.cjs.entry.js +4 -4
- package/dist/cjs/nano-resize-observe.cjs.entry.js +2 -2
- package/dist/cjs/nano-slide.cjs.entry.js +1 -1
- package/dist/cjs/{nano-slides-C576PTmo.js → nano-slides-C73bSG0h.js} +7 -7
- package/dist/cjs/nano-slides.cjs.entry.js +1 -1
- package/dist/cjs/nano-sortable.cjs.entry.js +1 -1
- package/dist/cjs/nano-step-accordion.cjs.entry.js +101 -0
- package/dist/cjs/nano-step-breadcrumb.cjs.entry.js +133 -0
- package/dist/cjs/nano-sticker.cjs.entry.js +2 -2
- package/dist/cjs/nano-tab-content.cjs.entry.js +2 -2
- package/dist/cjs/nano-tab.cjs.entry.js +2 -2
- package/dist/cjs/nano-table.cjs.entry.js +2 -2
- package/dist/cjs/{page-dots-Clb2QknR.js → page-dots-BLPta5z5.js} +1 -1
- package/dist/cjs/{table.worker-DxRLPmU9.js → table.worker-BeE8kdSf.js} +1 -1
- package/dist/collection/collection-manifest.json +2 -0
- package/dist/collection/components/accordion/accordion.js +51 -13
- package/dist/collection/components/breadcrumb/breadcrumb.js +1 -1
- package/dist/collection/components/data-table/table.js +1 -13
- package/dist/collection/components/details/details.js +9 -6
- package/dist/collection/components/field-validator/field-validator.js +4 -2
- package/dist/collection/components/footer/footer.css +7 -7
- package/dist/collection/components/footer/footer.js +2 -1
- package/dist/collection/components/global-nav/global-nav.js +23 -22
- package/dist/collection/components/global-search-results/global-search-results.js +4 -4
- package/dist/collection/components/grid/grid-item.js +1 -1
- package/dist/collection/components/grid/grid.js +1 -1
- package/dist/collection/components/hero/hero.js +4 -4
- package/dist/collection/components/icon/icon.js +1 -1
- package/dist/collection/components/icon/validate.js +1 -1
- package/dist/collection/components/img/img.js +3 -3
- package/dist/collection/components/in-page-nav/in-page-nav.js +1 -1
- package/dist/collection/components/increment/increment.js +1 -1
- package/dist/collection/components/intersection-observe/intersection-observe.js +1 -1
- package/dist/collection/components/masked-overflow/masked-overflow.js +3 -3
- package/dist/collection/components/menu-drawer/menu-drawer.js +2 -2
- package/dist/collection/components/more-less/more-less.js +2 -2
- package/dist/collection/components/rating/rating.js +4 -4
- package/dist/collection/components/resize-observe/resize-observe.js +2 -2
- package/dist/collection/components/select/select.js +7 -7
- package/dist/collection/components/slides/slide.js +1 -1
- package/dist/collection/components/slides/slides.js +3 -3
- package/dist/collection/components/sortable/sortable.js +1 -1
- package/dist/collection/components/step-accordion/step-accordion.css +138 -0
- package/dist/collection/components/step-accordion/step-accordion.js +190 -0
- package/dist/collection/components/step-breadcrumb/step-breadcrumb.css +231 -0
- package/dist/collection/components/step-breadcrumb/step-breadcrumb.js +222 -0
- package/dist/collection/components/sticker/sticker.js +2 -2
- package/dist/collection/components/table/table.js +2 -2
- package/dist/collection/components/tabs/tab-content.js +2 -2
- package/dist/collection/components/tabs/tab.js +2 -2
- package/dist/collection/components/tooltip/tooltip.js +2 -2
- package/dist/collection/utils/constructible-style.js +2 -2
- package/dist/collection/utils/performance.js +17 -0
- package/dist/components/accordion.js +80 -0
- package/dist/components/constructible-style.js +131 -0
- package/dist/components/details.js +6 -4
- package/dist/components/global-search-results.js +4 -4
- package/dist/components/grid.js +5 -129
- package/dist/components/icon.js +2 -2
- package/dist/components/img.js +3 -3
- package/dist/components/masked-overflow.js +3 -3
- package/dist/components/nano-accordion.js +1 -56
- package/dist/components/nano-data-table.js +30 -0
- package/dist/components/nano-field-validator.js +4 -2
- package/dist/components/nano-footer.js +2 -2
- package/dist/components/nano-global-nav.js +22 -21
- package/dist/components/nano-grid-item.js +1 -1
- package/dist/components/nano-hero.js +4 -4
- package/dist/components/nano-in-page-nav.js +1 -1
- package/dist/components/nano-increment.js +1 -1
- package/dist/components/nano-intersection-observe.js +1 -1
- package/dist/components/nano-menu-drawer.js +2 -2
- package/dist/components/nano-more-less.js +2 -2
- package/dist/components/nano-rating.js +4 -4
- package/dist/components/nano-slide.js +1 -1
- package/dist/components/nano-sortable.js +1 -1
- package/dist/components/nano-step-accordion.d.ts +11 -0
- package/dist/components/nano-step-accordion.js +141 -0
- package/dist/components/nano-step-breadcrumb.d.ts +11 -0
- package/dist/components/nano-step-breadcrumb.js +181 -0
- package/dist/components/nano-tab-content.js +2 -2
- package/dist/components/nano-tab.js +2 -2
- package/dist/components/nano-table.js +2 -2
- package/dist/components/resize-observe.js +2 -2
- package/dist/components/select.js +7 -7
- package/dist/components/slides.js +3 -3
- package/dist/components/sticker.js +2 -2
- package/dist/components/tooltip.js +2 -2
- package/dist/esm/constructible-style-B2_GfhhS.js +131 -0
- package/dist/esm/{fade-D4P3XGVa.js → fade-C0NluV0K.js} +1 -1
- package/dist/esm/{fullscreen-Cfl6LvH2.js → fullscreen-Ck_w6MCZ.js} +1 -1
- package/dist/esm/index-BM3Om9WE.js +28 -16
- package/dist/esm/{lazyload-CQYknGN2.js → lazyload-DddTyM-A.js} +1 -1
- package/dist/esm/loader.js +1 -1
- package/dist/esm/nano-accordion.entry.js +28 -9
- package/dist/esm/nano-avatar_5.entry.js +11 -11
- package/dist/esm/nano-components.js +1 -1
- package/dist/esm/{nano-data-table-Bqk8ZUaL.js → nano-data-table-CWliPF7Y.js} +31 -1
- package/dist/esm/nano-data-table.entry.js +1 -1
- package/dist/esm/nano-details.entry.js +6 -4
- package/dist/esm/nano-field-validator.entry.js +4 -2
- package/dist/esm/nano-footer.entry.js +2 -2
- package/dist/esm/nano-global-nav.entry.js +22 -21
- package/dist/esm/nano-grid-item.entry.js +1 -1
- package/dist/esm/nano-grid_2.entry.js +7 -131
- package/dist/esm/nano-hero.entry.js +4 -4
- package/dist/esm/{nano-icon_3.entry.js → nano-icon-button_2.entry.js} +4 -321
- package/dist/esm/nano-icon.entry.js +324 -0
- package/dist/esm/nano-in-page-nav.entry.js +1 -1
- package/dist/esm/nano-increment.entry.js +1 -1
- package/dist/esm/nano-intersection-observe.entry.js +1 -1
- package/dist/esm/nano-masked-overflow.entry.js +3 -3
- package/dist/esm/nano-menu-drawer.entry.js +2 -2
- package/dist/esm/nano-more-less.entry.js +2 -2
- package/dist/esm/nano-rating.entry.js +4 -4
- package/dist/esm/nano-resize-observe.entry.js +2 -2
- package/dist/esm/nano-slide.entry.js +1 -1
- package/dist/esm/{nano-slides-DcJWApi6.js → nano-slides-BiPGpe5F.js} +7 -7
- package/dist/esm/nano-slides.entry.js +1 -1
- package/dist/esm/nano-sortable.entry.js +1 -1
- package/dist/esm/nano-step-accordion.entry.js +99 -0
- package/dist/esm/nano-step-breadcrumb.entry.js +131 -0
- package/dist/esm/nano-sticker.entry.js +2 -2
- package/dist/esm/nano-tab-content.entry.js +2 -2
- package/dist/esm/nano-tab.entry.js +2 -2
- package/dist/esm/nano-table.entry.js +2 -2
- package/dist/esm/{page-dots-kX7jiD3G.js → page-dots-WKehEjjM.js} +1 -1
- package/dist/esm/{table.worker-a52UkSRM.js → table.worker-DJks4i_l.js} +1 -1
- package/dist/nano-components/constructible-style-B2_GfhhS.js +4 -0
- package/dist/nano-components/{fade-D4P3XGVa.js → fade-C0NluV0K.js} +1 -1
- package/dist/nano-components/{fullscreen-Cfl6LvH2.js → fullscreen-Ck_w6MCZ.js} +1 -1
- package/dist/nano-components/{lazyload-CQYknGN2.js → lazyload-DddTyM-A.js} +1 -1
- package/dist/nano-components/nano-accordion.entry.js +1 -1
- package/dist/nano-components/nano-avatar_5.entry.js +1 -1
- package/dist/nano-components/nano-components.css +32 -1
- package/dist/nano-components/nano-components.esm.js +1 -1
- package/dist/nano-components/nano-data-table-CWliPF7Y.js +4 -0
- package/dist/nano-components/nano-data-table.entry.js +1 -1
- package/dist/nano-components/nano-details.entry.js +1 -1
- package/dist/nano-components/nano-field-validator.entry.js +1 -1
- package/dist/nano-components/nano-footer.entry.js +1 -1
- package/dist/nano-components/nano-global-nav.entry.js +1 -1
- package/dist/nano-components/nano-grid-item.entry.js +1 -1
- package/dist/nano-components/nano-grid_2.entry.js +1 -1
- package/dist/nano-components/nano-hero.entry.js +1 -1
- package/dist/nano-components/nano-icon-button_2.entry.js +4 -0
- package/dist/nano-components/nano-icon.entry.js +4 -0
- package/dist/nano-components/nano-in-page-nav.entry.js +1 -1
- package/dist/nano-components/nano-increment.entry.js +1 -1
- package/dist/nano-components/nano-intersection-observe.entry.js +1 -1
- package/dist/nano-components/nano-masked-overflow.entry.js +1 -1
- package/dist/nano-components/nano-menu-drawer.entry.js +1 -1
- package/dist/nano-components/nano-more-less.entry.js +1 -1
- package/dist/nano-components/nano-rating.entry.js +1 -1
- package/dist/nano-components/nano-resize-observe.entry.js +1 -1
- package/dist/nano-components/nano-slide.entry.js +1 -1
- package/dist/nano-components/{nano-slides-DcJWApi6.js → nano-slides-BiPGpe5F.js} +3 -3
- package/dist/nano-components/nano-slides.entry.js +1 -1
- package/dist/nano-components/nano-sortable.entry.js +1 -1
- package/dist/nano-components/nano-step-accordion.entry.js +4 -0
- package/dist/nano-components/nano-step-breadcrumb.entry.js +4 -0
- package/dist/nano-components/nano-sticker.entry.js +1 -1
- package/dist/nano-components/nano-tab-content.entry.js +1 -1
- package/dist/nano-components/nano-tab.entry.js +1 -1
- package/dist/nano-components/nano-table.entry.js +1 -1
- package/dist/nano-components/{page-dots-kX7jiD3G.js → page-dots-WKehEjjM.js} +1 -1
- package/dist/nano-components/{table.worker-a52UkSRM.js → table.worker-DJks4i_l.js} +1 -1
- package/dist/stencil.config.js +1 -0
- package/dist/style/components.css +1 -1
- package/dist/style/components.css.map +1 -1
- package/dist/style/core.css +1 -1
- package/dist/style/core.css.map +1 -1
- package/dist/style/nano.css +1 -1
- package/dist/style/nano.css.map +1 -1
- package/dist/types/components/accordion/accordion.d.ts +10 -4
- package/dist/types/components/details/details.d.ts +3 -2
- package/dist/types/components/footer/footer.d.ts +1 -0
- package/dist/types/components/global-nav/global-nav.d.ts +1 -1
- package/dist/types/components/step-accordion/step-accordion.d.ts +38 -0
- package/dist/types/components/step-breadcrumb/step-breadcrumb.d.ts +37 -0
- package/dist/types/components.d.ts +174 -4
- package/dist/types/utils/performance.d.ts +1 -0
- package/docs-json.json +352 -18
- package/docs-vscode.json +41 -2
- package/hydrate/index.js +404 -99
- package/hydrate/index.mjs +404 -99
- package/package.json +2 -2
- package/dist/nano-components/nano-data-table-Bqk8ZUaL.js +0 -4
- package/dist/nano-components/nano-icon_3.entry.js +0 -4
- /package/dist/types/builds/{x6knoJK1 → QrfEi4pt}/0/Digital/nano-components/packages/components/.stencil/plugins/stencil/vue-output/generate-vue-component.d.ts +0 -0
- /package/dist/types/builds/{x6knoJK1 → QrfEi4pt}/0/Digital/nano-components/packages/components/.stencil/plugins/stencil/vue-output/index.d.ts +0 -0
- /package/dist/types/builds/{x6knoJK1 → QrfEi4pt}/0/Digital/nano-components/packages/components/.stencil/plugins/stencil/vue-output/output-vue.d.ts +0 -0
- /package/dist/types/builds/{x6knoJK1 → QrfEi4pt}/0/Digital/nano-components/packages/components/.stencil/plugins/stencil/vue-output/plugin.d.ts +0 -0
- /package/dist/types/builds/{x6knoJK1 → QrfEi4pt}/0/Digital/nano-components/packages/components/.stencil/plugins/stencil/vue-output/types.d.ts +0 -0
- /package/dist/types/builds/{x6knoJK1 → QrfEi4pt}/0/Digital/nano-components/packages/components/.stencil/plugins/stencil/vue-output/utils.d.ts +0 -0
- /package/dist/types/builds/{x6knoJK1 → QrfEi4pt}/0/Digital/nano-components/packages/components/.stencil/stencil.config.d.ts +0 -0
- /package/dist/types/builds/{x6knoJK1 → QrfEi4pt}/0/Digital/nano-components/packages/components/.stencil/stencil.config.prod.d.ts +0 -0
- /package/dist/types/builds/{x6knoJK1 → QrfEi4pt}/0/Digital/nano-components/packages/components/.stencil/testing/mocks/intersection-observer.d.ts +0 -0
- /package/dist/types/builds/{x6knoJK1 → QrfEi4pt}/0/Digital/nano-components/packages/components/.stencil/wdio.conf.d.ts +0 -0
package/docs-json.json
CHANGED
@@ -1,5 +1,5 @@
|
|
1
1
|
{
|
2
|
-
"timestamp": "2025-08-
|
2
|
+
"timestamp": "2025-08-21T14:59:25",
|
3
3
|
"compiler": {
|
4
4
|
"name": "@stencil/core",
|
5
5
|
"version": "4.36.1",
|
@@ -23,16 +23,46 @@
|
|
23
23
|
}
|
24
24
|
],
|
25
25
|
"usage": {},
|
26
|
-
"props": [
|
26
|
+
"props": [
|
27
|
+
{
|
28
|
+
"name": "alwaysOpen",
|
29
|
+
"type": "boolean",
|
30
|
+
"complexType": {
|
31
|
+
"original": "boolean",
|
32
|
+
"resolved": "boolean",
|
33
|
+
"references": {}
|
34
|
+
},
|
35
|
+
"mutable": false,
|
36
|
+
"attr": "always-open",
|
37
|
+
"reflectToAttr": false,
|
38
|
+
"docs": "Force one details element to always be open",
|
39
|
+
"docsTags": [
|
40
|
+
{
|
41
|
+
"name": "default",
|
42
|
+
"text": "false"
|
43
|
+
}
|
44
|
+
],
|
45
|
+
"default": "false",
|
46
|
+
"values": [
|
47
|
+
{
|
48
|
+
"type": "boolean"
|
49
|
+
}
|
50
|
+
],
|
51
|
+
"optional": false,
|
52
|
+
"required": false,
|
53
|
+
"getter": false,
|
54
|
+
"setter": false
|
55
|
+
}
|
56
|
+
],
|
27
57
|
"methods": [],
|
28
58
|
"events": [
|
29
59
|
{
|
30
60
|
"event": "nanoToggle",
|
31
|
-
"detail": "HTMLNanoDetailsElement",
|
61
|
+
"detail": "{ element: HTMLNanoDetailsElement; index: number; }",
|
32
62
|
"bubbles": true,
|
33
63
|
"complexType": {
|
34
|
-
"original": "HTMLNanoDetailsElement",
|
35
|
-
"resolved": "HTMLNanoDetailsElement",
|
64
|
+
"original": "{\n element: HTMLNanoDetailsElement;\n index: number;\n }",
|
65
|
+
"resolved": "{ element: HTMLNanoDetailsElement; index: number; }",
|
36
66
|
"references": {
|
37
67
|
"HTMLNanoDetailsElement": {
|
38
68
|
"location": "global",
|
@@ -61,9 +91,15 @@
|
|
61
91
|
"styles": [],
|
62
92
|
"slots": [],
|
63
93
|
"parts": [],
|
64
|
-
"dependents": [
|
94
|
+
"dependents": [
|
95
|
+
"nano-step-accordion"
|
96
|
+
],
|
65
97
|
"dependencies": [],
|
66
|
-
"dependencyGraph": {
|
98
|
+
"dependencyGraph": {
|
99
|
+
"nano-step-accordion": [
|
100
|
+
"nano-accordion"
|
101
|
+
]
|
102
|
+
}
|
67
103
|
},
|
68
104
|
{
|
69
105
|
"filePath": "src/components/alert/alert.tsx",
|
@@ -3322,7 +3358,7 @@
|
|
3322
3358
|
"references": {
|
3323
3359
|
"Breadcrumb": {
|
3324
3360
|
"location": "local",
|
3325
|
-
"path": "/builds/
|
3361
|
+
"path": "/builds/QrfEi4pt/0/Digital/nano-components/packages/components/src/components/breadcrumb/breadcrumb.tsx",
|
3326
3362
|
"id": "src/components/breadcrumb/breadcrumb.tsx::Breadcrumb"
|
3327
3363
|
}
|
3328
3364
|
}
|
@@ -8779,11 +8815,15 @@
|
|
8779
8815
|
},
|
8780
8816
|
{
|
8781
8817
|
"name": "part",
|
8782
|
-
"text": "body - the
|
8818
|
+
"text": "body - the main body block"
|
8819
|
+
},
|
8820
|
+
{
|
8821
|
+
"name": "part",
|
8822
|
+
"text": "content-wrapper - the wrapper around the content"
|
8783
8823
|
},
|
8784
8824
|
{
|
8785
8825
|
"name": "part",
|
8786
|
-
"text": "content - the main content
|
8826
|
+
"text": "content - the main content"
|
8787
8827
|
}
|
8788
8828
|
],
|
8789
8829
|
"usage": {},
|
@@ -9039,11 +9079,15 @@
|
|
9039
9079
|
},
|
9040
9080
|
{
|
9041
9081
|
"name": "body",
|
9042
|
-
"docs": "the
|
9082
|
+
"docs": "the main body block"
|
9043
9083
|
},
|
9044
9084
|
{
|
9045
9085
|
"name": "content",
|
9046
|
-
"docs": "the main content
|
9086
|
+
"docs": "the main content"
|
9087
|
+
},
|
9088
|
+
{
|
9089
|
+
"name": "content-wrapper",
|
9090
|
+
"docs": "the wrapper around the content"
|
9047
9091
|
},
|
9048
9092
|
{
|
9049
9093
|
"name": "header",
|
@@ -9067,7 +9111,8 @@
|
|
9067
9111
|
}
|
9068
9112
|
],
|
9069
9113
|
"dependents": [
|
9070
|
-
"nano-in-page-nav"
|
9114
|
+
"nano-in-page-nav",
|
9115
|
+
"nano-step-accordion"
|
9071
9116
|
],
|
9072
9117
|
"dependencies": [
|
9073
9118
|
"nano-icon"
|
@@ -9078,6 +9123,9 @@
|
|
9078
9123
|
],
|
9079
9124
|
"nano-in-page-nav": [
|
9080
9125
|
"nano-details"
|
9126
|
+
],
|
9127
|
+
"nano-step-accordion": [
|
9128
|
+
"nano-details"
|
9081
9129
|
]
|
9082
9130
|
}
|
9083
9131
|
},
|
@@ -10974,7 +11022,8 @@
|
|
10974
11022
|
"nano-datalist",
|
10975
11023
|
"nano-date-input",
|
10976
11024
|
"nano-global-nav",
|
10977
|
-
"nano-input"
|
11025
|
+
"nano-input",
|
11026
|
+
"nano-step-breadcrumb"
|
10978
11027
|
],
|
10979
11028
|
"dependencies": [],
|
10980
11029
|
"dependencyGraph": {
|
@@ -10992,6 +11041,9 @@
|
|
10992
11041
|
],
|
10993
11042
|
"nano-input": [
|
10994
11043
|
"nano-dropdown"
|
11044
|
+
],
|
11045
|
+
"nano-step-breadcrumb": [
|
11046
|
+
"nano-dropdown"
|
10995
11047
|
]
|
10996
11048
|
}
|
10997
11049
|
},
|
@@ -12592,6 +12644,10 @@
|
|
12592
12644
|
"name": "slot",
|
12593
12645
|
"text": "top-end_content - The content for the top right (links) section."
|
12594
12646
|
},
|
12647
|
+
{
|
12648
|
+
"name": "slot",
|
12649
|
+
"text": "middle-centre - The content for the middle centre (socials) section."
|
12650
|
+
},
|
12595
12651
|
{
|
12596
12652
|
"name": "slot",
|
12597
12653
|
"text": "middle-end - The content for the middle end (certifications) section."
|
@@ -12632,6 +12688,10 @@
|
|
12632
12688
|
"name": "bottom-start",
|
12633
12689
|
"docs": "The content for the bottom left section (copyright notice - optional)."
|
12634
12690
|
},
|
12691
|
+
{
|
12692
|
+
"name": "middle-centre",
|
12693
|
+
"docs": "The content for the middle centre (socials) section."
|
12694
|
+
},
|
12635
12695
|
{
|
12636
12696
|
"name": "middle-end",
|
12637
12697
|
"docs": "The content for the middle end (certifications) section."
|
@@ -13008,7 +13068,7 @@
|
|
13008
13068
|
"mutable": true,
|
13009
13069
|
"attr": "my-account-data",
|
13010
13070
|
"reflectToAttr": false,
|
13011
|
-
"docs": "MyAccount data automatically set via `myAccountUrl`.\nAlternatively you can directly provide a JSON object which is useful for SSR\n(ref https://myaccount.nanoporetech.com/nav_bar_data.json)",
|
13071
|
+
"docs": "MyAccount data is automatically set via `myAccountUrl`.\nAlternatively you can directly provide a JSON object which is useful for SSR\n(ref https://myaccount.nanoporetech.com/nav_bar_data.json)",
|
13012
13072
|
"docsTags": [],
|
13013
13073
|
"values": [
|
13014
13074
|
{
|
@@ -14736,7 +14796,8 @@
|
|
14736
14796
|
"nano-menu-drawer",
|
14737
14797
|
"nano-option",
|
14738
14798
|
"nano-select",
|
14739
|
-
"nano-split-pane"
|
14799
|
+
"nano-split-pane",
|
14800
|
+
"nano-step-breadcrumb"
|
14740
14801
|
],
|
14741
14802
|
"dependencies": [],
|
14742
14803
|
"dependencyGraph": {
|
@@ -14784,6 +14845,9 @@
|
|
14784
14845
|
],
|
14785
14846
|
"nano-split-pane": [
|
14786
14847
|
"nano-icon"
|
14848
|
+
],
|
14849
|
+
"nano-step-breadcrumb": [
|
14850
|
+
"nano-icon"
|
14787
14851
|
]
|
14788
14852
|
}
|
14789
14853
|
},
|
@@ -18619,7 +18683,8 @@
|
|
18619
18683
|
],
|
18620
18684
|
"dependents": [
|
18621
18685
|
"nano-breadcrumb",
|
18622
|
-
"nano-datalist"
|
18686
|
+
"nano-datalist",
|
18687
|
+
"nano-step-breadcrumb"
|
18623
18688
|
],
|
18624
18689
|
"dependencies": [],
|
18625
18690
|
"dependencyGraph": {
|
@@ -18628,6 +18693,9 @@
|
|
18628
18693
|
],
|
18629
18694
|
"nano-datalist": [
|
18630
18695
|
"nano-menu"
|
18696
|
+
],
|
18697
|
+
"nano-step-breadcrumb": [
|
18698
|
+
"nano-menu"
|
18631
18699
|
]
|
18632
18700
|
}
|
18633
18701
|
},
|
@@ -19525,12 +19593,16 @@
|
|
19525
19593
|
}
|
19526
19594
|
],
|
19527
19595
|
"dependents": [
|
19528
|
-
"nano-breadcrumb"
|
19596
|
+
"nano-breadcrumb",
|
19597
|
+
"nano-step-breadcrumb"
|
19529
19598
|
],
|
19530
19599
|
"dependencies": [],
|
19531
19600
|
"dependencyGraph": {
|
19532
19601
|
"nano-breadcrumb": [
|
19533
19602
|
"nano-nav-item"
|
19603
|
+
],
|
19604
|
+
"nano-step-breadcrumb": [
|
19605
|
+
"nano-nav-item"
|
19534
19606
|
]
|
19535
19607
|
}
|
19536
19608
|
},
|
@@ -25078,6 +25150,268 @@
|
|
25078
25150
|
]
|
25079
25151
|
}
|
25080
25152
|
},
|
25153
|
+
{
|
25154
|
+
"filePath": "src/components/step-accordion/step-accordion.tsx",
|
25155
|
+
"encapsulation": "shadow",
|
25156
|
+
"tag": "nano-step-accordion",
|
25157
|
+
"readme": "# nano-step-accordion\n\n\n",
|
25158
|
+
"docs": "Presents an accordion interface for a multi-step process,\nallowing users to see their progress and navigate back to completed steps.",
|
25159
|
+
"docsTags": [
|
25160
|
+
{
|
25161
|
+
"name": "version",
|
25162
|
+
"text": "8.4.0"
|
25163
|
+
},
|
25164
|
+
{
|
25165
|
+
"name": "status",
|
25166
|
+
"text": "new"
|
25167
|
+
},
|
25168
|
+
{
|
25169
|
+
"name": "slot",
|
25170
|
+
"text": "- Dynamic slots. Use `slot=\"step-0\"`, `slot=\"step-1\"`, etc. for each step."
|
25171
|
+
}
|
25172
|
+
],
|
25173
|
+
"usage": {},
|
25174
|
+
"props": [
|
25175
|
+
{
|
25176
|
+
"name": "activeStep",
|
25177
|
+
"type": "number",
|
25178
|
+
"complexType": {
|
25179
|
+
"original": "number",
|
25180
|
+
"resolved": "number",
|
25181
|
+
"references": {}
|
25182
|
+
},
|
25183
|
+
"mutable": true,
|
25184
|
+
"attr": "active-step",
|
25185
|
+
"reflectToAttr": false,
|
25186
|
+
"docs": "The currently active step, zero-based index",
|
25187
|
+
"docsTags": [
|
25188
|
+
{
|
25189
|
+
"name": "default",
|
25190
|
+
"text": "0"
|
25191
|
+
}
|
25192
|
+
],
|
25193
|
+
"default": "0",
|
25194
|
+
"values": [
|
25195
|
+
{
|
25196
|
+
"type": "number"
|
25197
|
+
}
|
25198
|
+
],
|
25199
|
+
"optional": false,
|
25200
|
+
"required": false,
|
25201
|
+
"getter": false,
|
25202
|
+
"setter": false
|
25203
|
+
},
|
25204
|
+
{
|
25205
|
+
"name": "steps",
|
25206
|
+
"type": "Step[]",
|
25207
|
+
"complexType": {
|
25208
|
+
"original": "Step[]",
|
25209
|
+
"resolved": "Step[]",
|
25210
|
+
"references": {
|
25211
|
+
"Step": {
|
25212
|
+
"location": "global",
|
25213
|
+
"id": "global::Step"
|
25214
|
+
}
|
25215
|
+
}
|
25216
|
+
},
|
25217
|
+
"mutable": false,
|
25218
|
+
"attr": "steps",
|
25219
|
+
"reflectToAttr": false,
|
25220
|
+
"docs": "An array of steps, each with a title, completion status, and enabled state",
|
25221
|
+
"docsTags": [
|
25222
|
+
{
|
25223
|
+
"name": "default",
|
25224
|
+
"text": "[]"
|
25225
|
+
}
|
25226
|
+
],
|
25227
|
+
"default": "[]",
|
25228
|
+
"values": [
|
25229
|
+
{
|
25230
|
+
"type": "Step[]"
|
25231
|
+
}
|
25232
|
+
],
|
25233
|
+
"optional": false,
|
25234
|
+
"required": false,
|
25235
|
+
"getter": true,
|
25236
|
+
"setter": true
|
25237
|
+
}
|
25238
|
+
],
|
25239
|
+
"methods": [],
|
25240
|
+
"events": [
|
25241
|
+
{
|
25242
|
+
"event": "nanoStepActive",
|
25243
|
+
"detail": "{ index: number; step: Step; }",
|
25244
|
+
"bubbles": true,
|
25245
|
+
"complexType": {
|
25246
|
+
"original": "{ index: number; step: Step }",
|
25247
|
+
"resolved": "{ index: number; step: Step; }",
|
25248
|
+
"references": {
|
25249
|
+
"Step": {
|
25250
|
+
"location": "global",
|
25251
|
+
"id": "global::Step"
|
25252
|
+
}
|
25253
|
+
}
|
25254
|
+
},
|
25255
|
+
"cancelable": true,
|
25256
|
+
"composed": true,
|
25257
|
+
"docs": "Emitted when the active step changes. Prevent default to cancel the change",
|
25258
|
+
"docsTags": []
|
25259
|
+
}
|
25260
|
+
],
|
25261
|
+
"listeners": [],
|
25262
|
+
"styles": [],
|
25263
|
+
"slots": [
|
25264
|
+
{
|
25265
|
+
"name": "",
|
25266
|
+
"docs": "Dynamic slots. Use `slot=\"step-0\"`, `slot=\"step-1\"`, etc. for each step."
|
25267
|
+
}
|
25268
|
+
],
|
25269
|
+
"parts": [],
|
25270
|
+
"dependents": [],
|
25271
|
+
"dependencies": [
|
25272
|
+
"nano-accordion",
|
25273
|
+
"nano-details"
|
25274
|
+
],
|
25275
|
+
"dependencyGraph": {
|
25276
|
+
"nano-step-accordion": [
|
25277
|
+
"nano-accordion",
|
25278
|
+
"nano-details"
|
25279
|
+
],
|
25280
|
+
"nano-details": [
|
25281
|
+
"nano-icon"
|
25282
|
+
]
|
25283
|
+
}
|
25284
|
+
},
|
25285
|
+
{
|
25286
|
+
"filePath": "src/components/step-breadcrumb/step-breadcrumb.tsx",
|
25287
|
+
"encapsulation": "shadow",
|
25288
|
+
"tag": "nano-step-breadcrumb",
|
25289
|
+
"readme": "# nano-step-breadcrumb\n\n\n",
|
25290
|
+
"docs": "Presents a breadcrumb navigation for steps in a process, allowing users to see their progress and navigate back to completed steps.",
|
25291
|
+
"docsTags": [
|
25292
|
+
{
|
25293
|
+
"name": "version",
|
25294
|
+
"text": "8.4.0"
|
25295
|
+
},
|
25296
|
+
{
|
25297
|
+
"name": "status",
|
25298
|
+
"text": "new"
|
25299
|
+
}
|
25300
|
+
],
|
25301
|
+
"usage": {},
|
25302
|
+
"props": [
|
25303
|
+
{
|
25304
|
+
"name": "activeStep",
|
25305
|
+
"type": "number",
|
25306
|
+
"complexType": {
|
25307
|
+
"original": "number",
|
25308
|
+
"resolved": "number",
|
25309
|
+
"references": {}
|
25310
|
+
},
|
25311
|
+
"mutable": true,
|
25312
|
+
"attr": "active-step",
|
25313
|
+
"reflectToAttr": false,
|
25314
|
+
"docs": "The currently active step, zero-based index",
|
25315
|
+
"docsTags": [
|
25316
|
+
{
|
25317
|
+
"name": "default",
|
25318
|
+
"text": "0"
|
25319
|
+
}
|
25320
|
+
],
|
25321
|
+
"default": "0",
|
25322
|
+
"values": [
|
25323
|
+
{
|
25324
|
+
"type": "number"
|
25325
|
+
}
|
25326
|
+
],
|
25327
|
+
"optional": false,
|
25328
|
+
"required": false,
|
25329
|
+
"getter": false,
|
25330
|
+
"setter": false
|
25331
|
+
},
|
25332
|
+
{
|
25333
|
+
"name": "steps",
|
25334
|
+
"type": "Step[]",
|
25335
|
+
"complexType": {
|
25336
|
+
"original": "Step[]",
|
25337
|
+
"resolved": "Step[]",
|
25338
|
+
"references": {
|
25339
|
+
"Step": {
|
25340
|
+
"location": "global",
|
25341
|
+
"id": "global::Step"
|
25342
|
+
}
|
25343
|
+
}
|
25344
|
+
},
|
25345
|
+
"mutable": false,
|
25346
|
+
"attr": "steps",
|
25347
|
+
"reflectToAttr": false,
|
25348
|
+
"docs": "An array of steps, each with a title, completion status, and enabled state",
|
25349
|
+
"docsTags": [
|
25350
|
+
{
|
25351
|
+
"name": "default",
|
25352
|
+
"text": "[]"
|
25353
|
+
}
|
25354
|
+
],
|
25355
|
+
"default": "[]",
|
25356
|
+
"values": [
|
25357
|
+
{
|
25358
|
+
"type": "Step[]"
|
25359
|
+
}
|
25360
|
+
],
|
25361
|
+
"optional": false,
|
25362
|
+
"required": false,
|
25363
|
+
"getter": true,
|
25364
|
+
"setter": true
|
25365
|
+
}
|
25366
|
+
],
|
25367
|
+
"methods": [],
|
25368
|
+
"events": [
|
25369
|
+
{
|
25370
|
+
"event": "nanoStepActive",
|
25371
|
+
"detail": "{ step: Step; index: number; }",
|
25372
|
+
"bubbles": true,
|
25373
|
+
"complexType": {
|
25374
|
+
"original": "{\n step: Step;\n index: number;\n }",
|
25375
|
+
"resolved": "{ step: Step; index: number; }",
|
25376
|
+
"references": {
|
25377
|
+
"Step": {
|
25378
|
+
"location": "global",
|
25379
|
+
"id": "global::Step"
|
25380
|
+
}
|
25381
|
+
}
|
25382
|
+
},
|
25383
|
+
"cancelable": true,
|
25384
|
+
"composed": true,
|
25385
|
+
"docs": "Emitted when the active step changes. Prevent default to cancel the change",
|
25386
|
+
"docsTags": []
|
25387
|
+
}
|
25388
|
+
],
|
25389
|
+
"listeners": [],
|
25390
|
+
"styles": [
|
25391
|
+
{
|
25392
|
+
"name": "--background",
|
25393
|
+
"annotation": "prop",
|
25394
|
+
"docs": "the background color of the step breadcrumb. Defaults to var(--nano-color-base-0)."
|
25395
|
+
}
|
25396
|
+
],
|
25397
|
+
"slots": [],
|
25398
|
+
"parts": [],
|
25399
|
+
"dependents": [],
|
25400
|
+
"dependencies": [
|
25401
|
+
"nano-dropdown",
|
25402
|
+
"nano-icon",
|
25403
|
+
"nano-menu",
|
25404
|
+
"nano-nav-item"
|
25405
|
+
],
|
25406
|
+
"dependencyGraph": {
|
25407
|
+
"nano-step-breadcrumb": [
|
25408
|
+
"nano-dropdown",
|
25409
|
+
"nano-icon",
|
25410
|
+
"nano-menu",
|
25411
|
+
"nano-nav-item"
|
25412
|
+
]
|
25413
|
+
}
|
25414
|
+
},
|
25081
25415
|
{
|
25082
25416
|
"filePath": "src/components/sticker/sticker.tsx",
|
25083
25417
|
"encapsulation": "shadow",
|
package/docs-vscode.json
CHANGED
@@ -7,7 +7,12 @@
|
|
7
7
|
"kind": "markdown",
|
8
8
|
"value": "Groups multiple details elements together, allowing only one to be open at a time."
|
9
9
|
},
|
10
|
-
"attributes": [
|
10
|
+
"attributes": [
|
11
|
+
{
|
12
|
+
"name": "always-open",
|
13
|
+
"description": "Force one details element to always be open"
|
14
|
+
}
|
15
|
+
]
|
11
16
|
},
|
12
17
|
{
|
13
18
|
"name": "nano-alert",
|
@@ -2022,7 +2027,7 @@
|
|
2022
2027
|
},
|
2023
2028
|
{
|
2024
2029
|
"name": "my-account-data",
|
2025
|
-
"description": "MyAccount data automatically set via `myAccountUrl`.\nAlternatively you can directly provide a JSON object which is useful for SSR\n(ref https://myaccount.nanoporetech.com/nav_bar_data.json)"
|
2030
|
+
"description": "MyAccount data is automatically set via `myAccountUrl`.\nAlternatively you can directly provide a JSON object which is useful for SSR\n(ref https://myaccount.nanoporetech.com/nav_bar_data.json)"
|
2026
2031
|
},
|
2027
2032
|
{
|
2028
2033
|
"name": "my-account-url",
|
@@ -3458,6 +3463,40 @@
|
|
3458
3463
|
}
|
3459
3464
|
]
|
3460
3465
|
},
|
3466
|
+
{
|
3467
|
+
"name": "nano-step-accordion",
|
3468
|
+
"description": {
|
3469
|
+
"kind": "markdown",
|
3470
|
+
"value": "Presents an accordion interface for a multi-step process,\nallowing users to see their progress and navigate back to completed steps."
|
3471
|
+
},
|
3472
|
+
"attributes": [
|
3473
|
+
{
|
3474
|
+
"name": "active-step",
|
3475
|
+
"description": "The currently active step, zero-based index"
|
3476
|
+
},
|
3477
|
+
{
|
3478
|
+
"name": "steps",
|
3479
|
+
"description": "An array of steps, each with a title, completion status, and enabled state"
|
3480
|
+
}
|
3481
|
+
]
|
3482
|
+
},
|
3483
|
+
{
|
3484
|
+
"name": "nano-step-breadcrumb",
|
3485
|
+
"description": {
|
3486
|
+
"kind": "markdown",
|
3487
|
+
"value": "Presents a breadcrumb navigation for steps in a process, allowing users to see their progress and navigate back to completed steps."
|
3488
|
+
},
|
3489
|
+
"attributes": [
|
3490
|
+
{
|
3491
|
+
"name": "active-step",
|
3492
|
+
"description": "The currently active step, zero-based index"
|
3493
|
+
},
|
3494
|
+
{
|
3495
|
+
"name": "steps",
|
3496
|
+
"description": "An array of steps, each with a title, completion status, and enabled state"
|
3497
|
+
}
|
3498
|
+
]
|
3499
|
+
},
|
3461
3500
|
{
|
3462
3501
|
"name": "nano-sticker",
|
3463
3502
|
"description": {
|