@nanoporetech-digital/components-vue 8.16.2 → 8.17.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/web-types.json +71 -71
- package/package.json +3 -7
package/dist/web-types.json
CHANGED
|
@@ -2,7 +2,7 @@
|
|
|
2
2
|
"$schema": "http://json.schemastore.org/web-types",
|
|
3
3
|
"framework": "vue",
|
|
4
4
|
"name": "@nanoporetech-digital/components-vue",
|
|
5
|
-
"version": "8.
|
|
5
|
+
"version": "8.17.0",
|
|
6
6
|
"contributions": {
|
|
7
7
|
"html": {
|
|
8
8
|
"types-syntax": "typescript",
|
|
@@ -10,7 +10,7 @@
|
|
|
10
10
|
"tags": [
|
|
11
11
|
{
|
|
12
12
|
"name": "NanoAccordion",
|
|
13
|
-
"doc-url": "https://digital.git.oxfordnanolabs.local/nano-components
|
|
13
|
+
"doc-url": "https://digital.git.oxfordnanolabs.local/nano-components/components/accordion",
|
|
14
14
|
"description": "Groups multiple details elements together, allowing only one to be open at a time.",
|
|
15
15
|
"source": {
|
|
16
16
|
"module": "@nanoporetech-digital/components/src/components/accordion/accordion.d.ts",
|
|
@@ -44,7 +44,7 @@
|
|
|
44
44
|
},
|
|
45
45
|
{
|
|
46
46
|
"name": "NanoAlert",
|
|
47
|
-
"doc-url": "https://digital.git.oxfordnanolabs.local/nano-components
|
|
47
|
+
"doc-url": "https://digital.git.oxfordnanolabs.local/nano-components/components/alert",
|
|
48
48
|
"description": "Alerts are used to display important messages either inline, as toast notifications or as modals requiring action.",
|
|
49
49
|
"source": {
|
|
50
50
|
"module": "@nanoporetech-digital/components/src/components/alert/alert.d.ts",
|
|
@@ -187,7 +187,7 @@
|
|
|
187
187
|
},
|
|
188
188
|
{
|
|
189
189
|
"name": "NanoAlgolia",
|
|
190
|
-
"doc-url": "https://digital.git.oxfordnanolabs.local/nano-components
|
|
190
|
+
"doc-url": "https://digital.git.oxfordnanolabs.local/nano-components/components/algolia",
|
|
191
191
|
"description": "Algolia search container to contain and sync nano-algolia-results and nano-algolia-filter components.",
|
|
192
192
|
"source": {
|
|
193
193
|
"module": "@nanoporetech-digital/components/src/components/algolia/algolia.d.ts",
|
|
@@ -425,7 +425,7 @@
|
|
|
425
425
|
},
|
|
426
426
|
{
|
|
427
427
|
"name": "NanoAlgoliaFilter",
|
|
428
|
-
"doc-url": "https://digital.git.oxfordnanolabs.local/nano-components
|
|
428
|
+
"doc-url": "https://digital.git.oxfordnanolabs.local/nano-components/components/algolia-filter",
|
|
429
429
|
"description": "Displays and syncs algolia filters\nMust be nested within an nano-algolia component.",
|
|
430
430
|
"source": {
|
|
431
431
|
"module": "@nanoporetech-digital/components/src/components/algolia/algolia-filter.d.ts",
|
|
@@ -517,7 +517,7 @@
|
|
|
517
517
|
},
|
|
518
518
|
{
|
|
519
519
|
"name": "NanoAlgoliaPagination",
|
|
520
|
-
"doc-url": "https://digital.git.oxfordnanolabs.local/nano-components
|
|
520
|
+
"doc-url": "https://digital.git.oxfordnanolabs.local/nano-components/components/algolia-pagination",
|
|
521
521
|
"description": "Displays results from Algolia searches.\nTODO / WIP",
|
|
522
522
|
"source": {
|
|
523
523
|
"module": "@nanoporetech-digital/components/src/components/algolia/algolia-pagination.d.ts",
|
|
@@ -551,7 +551,7 @@
|
|
|
551
551
|
},
|
|
552
552
|
{
|
|
553
553
|
"name": "NanoAlgoliaResults",
|
|
554
|
-
"doc-url": "https://digital.git.oxfordnanolabs.local/nano-components
|
|
554
|
+
"doc-url": "https://digital.git.oxfordnanolabs.local/nano-components/components/algolia-results",
|
|
555
555
|
"description": "Displays and syncs results from Algolia searches.\nMust be nested within an nano-algolia component.",
|
|
556
556
|
"source": {
|
|
557
557
|
"module": "@nanoporetech-digital/components/src/components/algolia/algolia-results.d.ts",
|
|
@@ -630,7 +630,7 @@
|
|
|
630
630
|
},
|
|
631
631
|
{
|
|
632
632
|
"name": "NanoAnimation",
|
|
633
|
-
"doc-url": "https://digital.git.oxfordnanolabs.local/nano-components
|
|
633
|
+
"doc-url": "https://digital.git.oxfordnanolabs.local/nano-components/components/animation",
|
|
634
634
|
"description": "Animate elements declaratively with [~100 baked-in presets](https://animate.style/), or make your own with custom keyframes.\nPowered by the [Web Animations API](https://developer.mozilla.org/en-US/docs/Web/API/Web_Animations_API).",
|
|
635
635
|
"source": {
|
|
636
636
|
"module": "@nanoporetech-digital/components/src/components/animation/animation.d.ts",
|
|
@@ -807,7 +807,7 @@
|
|
|
807
807
|
},
|
|
808
808
|
{
|
|
809
809
|
"name": "NanoAvatar",
|
|
810
|
-
"doc-url": "https://digital.git.oxfordnanolabs.local/nano-components
|
|
810
|
+
"doc-url": "https://digital.git.oxfordnanolabs.local/nano-components/components/avatar",
|
|
811
811
|
"description": "Avatars are used to represent a person or object.",
|
|
812
812
|
"source": {
|
|
813
813
|
"module": "@nanoporetech-digital/components/src/components/avatar/avatar.d.ts",
|
|
@@ -834,7 +834,7 @@
|
|
|
834
834
|
},
|
|
835
835
|
{
|
|
836
836
|
"name": "NanoBadge",
|
|
837
|
-
"doc-url": "https://digital.git.oxfordnanolabs.local/nano-components
|
|
837
|
+
"doc-url": "https://digital.git.oxfordnanolabs.local/nano-components/components/badge",
|
|
838
838
|
"description": "Badges are used to draw attention and display statuses or counts.",
|
|
839
839
|
"source": {
|
|
840
840
|
"module": "@nanoporetech-digital/components/src/components/badge/badge.ts",
|
|
@@ -874,7 +874,7 @@
|
|
|
874
874
|
},
|
|
875
875
|
{
|
|
876
876
|
"name": "NanoBreadcrumb",
|
|
877
|
-
"doc-url": "https://digital.git.oxfordnanolabs.local/nano-components
|
|
877
|
+
"doc-url": "https://digital.git.oxfordnanolabs.local/nano-components/components/breadcrumb",
|
|
878
878
|
"description": "Breadcrumbs are used to indicate the current page's location within a navigational hierarchy.",
|
|
879
879
|
"source": {
|
|
880
880
|
"module": "@nanoporetech-digital/components/src/components/breadcrumb/breadcrumb.d.ts",
|
|
@@ -897,7 +897,7 @@
|
|
|
897
897
|
},
|
|
898
898
|
{
|
|
899
899
|
"name": "NanoCard",
|
|
900
|
-
"doc-url": "https://digital.git.oxfordnanolabs.local/nano-components
|
|
900
|
+
"doc-url": "https://digital.git.oxfordnanolabs.local/nano-components/components/card",
|
|
901
901
|
"description": "Cards are used to display content in a compact and organized way.",
|
|
902
902
|
"source": {
|
|
903
903
|
"module": "@nanoporetech-digital/components/src/components/card/card.ts",
|
|
@@ -967,7 +967,7 @@
|
|
|
967
967
|
},
|
|
968
968
|
{
|
|
969
969
|
"name": "NanoCardCarousel",
|
|
970
|
-
"doc-url": "https://digital.git.oxfordnanolabs.local/nano-components
|
|
970
|
+
"doc-url": "https://digital.git.oxfordnanolabs.local/nano-components/components/card-carousel",
|
|
971
971
|
"description": "Showcase up to 6 pieces of content in a slide-show format.",
|
|
972
972
|
"source": {
|
|
973
973
|
"module": "@nanoporetech-digital/components/src/components/card-carousel/card-carousel.d.ts",
|
|
@@ -998,7 +998,7 @@
|
|
|
998
998
|
},
|
|
999
999
|
{
|
|
1000
1000
|
"name": "NanoCheckbox",
|
|
1001
|
-
"doc-url": "https://digital.git.oxfordnanolabs.local/nano-components
|
|
1001
|
+
"doc-url": "https://digital.git.oxfordnanolabs.local/nano-components/components/checkbox",
|
|
1002
1002
|
"description": "Checkboxes are used to let a user choose one or more values from a limited number of options.",
|
|
1003
1003
|
"source": {
|
|
1004
1004
|
"module": "@nanoporetech-digital/components/src/components/checkbox/checkbox.d.ts",
|
|
@@ -1163,7 +1163,7 @@
|
|
|
1163
1163
|
},
|
|
1164
1164
|
{
|
|
1165
1165
|
"name": "NanoCheckboxGroup",
|
|
1166
|
-
"doc-url": "https://digital.git.oxfordnanolabs.local/nano-components
|
|
1166
|
+
"doc-url": "https://digital.git.oxfordnanolabs.local/nano-components/components/checkbox-group",
|
|
1167
1167
|
"description": "Checkbox group is an optional wrapper for all [checkbox](/components/checkbox) controls.\nIt provides a convenient place to anchor labels and validation messages.",
|
|
1168
1168
|
"source": {
|
|
1169
1169
|
"module": "@nanoporetech-digital/components/src/components/checkbox/checkbox-group.d.ts",
|
|
@@ -1309,7 +1309,7 @@
|
|
|
1309
1309
|
},
|
|
1310
1310
|
{
|
|
1311
1311
|
"name": "NanoCollapsibleComparison",
|
|
1312
|
-
"doc-url": "https://digital.git.oxfordnanolabs.local/nano-components
|
|
1312
|
+
"doc-url": "https://digital.git.oxfordnanolabs.local/nano-components/components/collapsible-comparison",
|
|
1313
1313
|
"description": "Collapsible comparison allows users to compare two short lists of titles which can be expanded to reveal more detail about each item.",
|
|
1314
1314
|
"source": {
|
|
1315
1315
|
"module": "@nanoporetech-digital/components/src/components/collapsible-comparison/collapsible-comparison.d.ts",
|
|
@@ -1376,7 +1376,7 @@
|
|
|
1376
1376
|
},
|
|
1377
1377
|
{
|
|
1378
1378
|
"name": "NanoContentLinks",
|
|
1379
|
-
"doc-url": "https://digital.git.oxfordnanolabs.local/nano-components
|
|
1379
|
+
"doc-url": "https://digital.git.oxfordnanolabs.local/nano-components/components/content-links",
|
|
1380
1380
|
"description": "Content links are used to group multiple links together.",
|
|
1381
1381
|
"source": {
|
|
1382
1382
|
"module": "@nanoporetech-digital/components/src/components/content-links/content-links.ts",
|
|
@@ -1388,7 +1388,7 @@
|
|
|
1388
1388
|
},
|
|
1389
1389
|
{
|
|
1390
1390
|
"name": "NanoCta",
|
|
1391
|
-
"doc-url": "https://digital.git.oxfordnanolabs.local/nano-components
|
|
1391
|
+
"doc-url": "https://digital.git.oxfordnanolabs.local/nano-components/components/cta",
|
|
1392
1392
|
"description": "CTAs (Call To Actions) invite the user to take action.\nThey are used to highlight important content and interactions and are often used in conjunction with other components like cards, modals, and forms.",
|
|
1393
1393
|
"source": {
|
|
1394
1394
|
"module": "@nanoporetech-digital/components/src/components/cta/cta.d.ts",
|
|
@@ -1455,7 +1455,7 @@
|
|
|
1455
1455
|
},
|
|
1456
1456
|
{
|
|
1457
1457
|
"name": "NanoDataTable",
|
|
1458
|
-
"doc-url": "https://digital.git.oxfordnanolabs.local/nano-components
|
|
1458
|
+
"doc-url": "https://digital.git.oxfordnanolabs.local/nano-components/components/data-table",
|
|
1459
1459
|
"description": "Enables the search, filter and sort of tabular data.",
|
|
1460
1460
|
"source": {
|
|
1461
1461
|
"module": "@nanoporetech-digital/components/src/components/data-table/table.d.ts",
|
|
@@ -1770,7 +1770,7 @@
|
|
|
1770
1770
|
},
|
|
1771
1771
|
{
|
|
1772
1772
|
"name": "NanoDatalist",
|
|
1773
|
-
"doc-url": "https://digital.git.oxfordnanolabs.local/nano-components
|
|
1773
|
+
"doc-url": "https://digital.git.oxfordnanolabs.local/nano-components/components/datalist",
|
|
1774
1774
|
"description": "Represents a permissible or recommended list of options available to choose from within other controls.",
|
|
1775
1775
|
"source": {
|
|
1776
1776
|
"module": "@nanoporetech-digital/components/src/components/datalist/datalist.d.ts",
|
|
@@ -1919,7 +1919,7 @@
|
|
|
1919
1919
|
},
|
|
1920
1920
|
{
|
|
1921
1921
|
"name": "NanoDateInput",
|
|
1922
|
-
"doc-url": "https://digital.git.oxfordnanolabs.local/nano-components
|
|
1922
|
+
"doc-url": "https://digital.git.oxfordnanolabs.local/nano-components/components/date-input",
|
|
1923
1923
|
"description": "Enables date selection and input in a form.",
|
|
1924
1924
|
"source": {
|
|
1925
1925
|
"module": "@nanoporetech-digital/components/src/components/date-input/date-input.d.ts",
|
|
@@ -2278,7 +2278,7 @@
|
|
|
2278
2278
|
},
|
|
2279
2279
|
{
|
|
2280
2280
|
"name": "NanoDatePicker",
|
|
2281
|
-
"doc-url": "https://digital.git.oxfordnanolabs.local/nano-components
|
|
2281
|
+
"doc-url": "https://digital.git.oxfordnanolabs.local/nano-components/components/date-picker",
|
|
2282
2282
|
"description": "Enables the selection of a date from a calendar view.",
|
|
2283
2283
|
"source": {
|
|
2284
2284
|
"module": "@nanoporetech-digital/components/src/components/date-picker/date-picker.d.ts",
|
|
@@ -2372,7 +2372,7 @@
|
|
|
2372
2372
|
},
|
|
2373
2373
|
{
|
|
2374
2374
|
"name": "NanoDetails",
|
|
2375
|
-
"doc-url": "https://digital.git.oxfordnanolabs.local/nano-components
|
|
2375
|
+
"doc-url": "https://digital.git.oxfordnanolabs.local/nano-components/components/details",
|
|
2376
2376
|
"description": "Details show a brief summary and on interaction expand to show additional content.",
|
|
2377
2377
|
"source": {
|
|
2378
2378
|
"module": "@nanoporetech-digital/components/src/components/details/details.d.ts",
|
|
@@ -2491,7 +2491,7 @@
|
|
|
2491
2491
|
},
|
|
2492
2492
|
{
|
|
2493
2493
|
"name": "NanoDialog",
|
|
2494
|
-
"doc-url": "https://digital.git.oxfordnanolabs.local/nano-components
|
|
2494
|
+
"doc-url": "https://digital.git.oxfordnanolabs.local/nano-components/components/dialog",
|
|
2495
2495
|
"description": "Dialogs, sometimes called \"modals\", appear above the page and require the user's immediate attention.",
|
|
2496
2496
|
"source": {
|
|
2497
2497
|
"module": "@nanoporetech-digital/components/src/components/dialog/dialog.d.ts",
|
|
@@ -2656,7 +2656,7 @@
|
|
|
2656
2656
|
},
|
|
2657
2657
|
{
|
|
2658
2658
|
"name": "NanoDrawer",
|
|
2659
|
-
"doc-url": "https://digital.git.oxfordnanolabs.local/nano-components
|
|
2659
|
+
"doc-url": "https://digital.git.oxfordnanolabs.local/nano-components/components/drawer",
|
|
2660
2660
|
"description": "Drawers slide in from a container to expose additional options and information.",
|
|
2661
2661
|
"source": {
|
|
2662
2662
|
"module": "@nanoporetech-digital/components/src/components/drawer/drawer.d.ts",
|
|
@@ -2849,7 +2849,7 @@
|
|
|
2849
2849
|
},
|
|
2850
2850
|
{
|
|
2851
2851
|
"name": "NanoDropdown",
|
|
2852
|
-
"doc-url": "https://digital.git.oxfordnanolabs.local/nano-components
|
|
2852
|
+
"doc-url": "https://digital.git.oxfordnanolabs.local/nano-components/components/dropdown",
|
|
2853
2853
|
"description": "Dropdowns expose additional content that “drops down” in a panel.",
|
|
2854
2854
|
"source": {
|
|
2855
2855
|
"module": "@nanoporetech-digital/components/src/components/dropdown/dropdown.d.ts",
|
|
@@ -3010,7 +3010,7 @@
|
|
|
3010
3010
|
},
|
|
3011
3011
|
{
|
|
3012
3012
|
"name": "NanoFeatureBox",
|
|
3013
|
-
"doc-url": "https://digital.git.oxfordnanolabs.local/nano-components
|
|
3013
|
+
"doc-url": "https://digital.git.oxfordnanolabs.local/nano-components/components/feature-box",
|
|
3014
3014
|
"description": "Highlights a key message on a landing page.",
|
|
3015
3015
|
"source": {
|
|
3016
3016
|
"module": "@nanoporetech-digital/components/src/components/feature-box/feature-box.ts",
|
|
@@ -3042,7 +3042,7 @@
|
|
|
3042
3042
|
},
|
|
3043
3043
|
{
|
|
3044
3044
|
"name": "NanoFieldValidator",
|
|
3045
|
-
"doc-url": "https://digital.git.oxfordnanolabs.local/nano-components
|
|
3045
|
+
"doc-url": "https://digital.git.oxfordnanolabs.local/nano-components/components/field-validator",
|
|
3046
3046
|
"description": "A toolbox to expose a form's data model and validation state",
|
|
3047
3047
|
"source": {
|
|
3048
3048
|
"module": "@nanoporetech-digital/components/src/components/field-validator/field-validator.d.ts",
|
|
@@ -3180,7 +3180,7 @@
|
|
|
3180
3180
|
},
|
|
3181
3181
|
{
|
|
3182
3182
|
"name": "NanoFileUpload",
|
|
3183
|
-
"doc-url": "https://digital.git.oxfordnanolabs.local/nano-components
|
|
3183
|
+
"doc-url": "https://digital.git.oxfordnanolabs.local/nano-components/components/file-upload",
|
|
3184
3184
|
"description": "Enables the selection of files for upload.",
|
|
3185
3185
|
"source": {
|
|
3186
3186
|
"module": "@nanoporetech-digital/components/src/components/file-upload/file-upload.d.ts",
|
|
@@ -3419,7 +3419,7 @@
|
|
|
3419
3419
|
},
|
|
3420
3420
|
{
|
|
3421
3421
|
"name": "NanoFooter",
|
|
3422
|
-
"doc-url": "https://digital.git.oxfordnanolabs.local/nano-components
|
|
3422
|
+
"doc-url": "https://digital.git.oxfordnanolabs.local/nano-components/components/footer",
|
|
3423
3423
|
"description": "The footer is used to provide navigation, copyright info and links to social media platforms.",
|
|
3424
3424
|
"source": {
|
|
3425
3425
|
"module": "@nanoporetech-digital/components/src/components/footer/footer.d.ts",
|
|
@@ -3472,7 +3472,7 @@
|
|
|
3472
3472
|
},
|
|
3473
3473
|
{
|
|
3474
3474
|
"name": "NanoGlobalNav",
|
|
3475
|
-
"doc-url": "https://digital.git.oxfordnanolabs.local/nano-components
|
|
3475
|
+
"doc-url": "https://digital.git.oxfordnanolabs.local/nano-components/components/global-nav",
|
|
3476
3476
|
"description": "The Global nav component standardises navigation within and across web applications.",
|
|
3477
3477
|
"source": {
|
|
3478
3478
|
"module": "@nanoporetech-digital/components/src/components/global-nav/global-nav.d.ts",
|
|
@@ -3671,7 +3671,7 @@
|
|
|
3671
3671
|
},
|
|
3672
3672
|
{
|
|
3673
3673
|
"name": "NanoGlobalSearchResults",
|
|
3674
|
-
"doc-url": "https://digital.git.oxfordnanolabs.local/nano-components
|
|
3674
|
+
"doc-url": "https://digital.git.oxfordnanolabs.local/nano-components/components/global-search-results",
|
|
3675
3675
|
"description": "Nanopore Global Search results component\nto be used in conjunction with [Globla-Nav](/story/nano-compounds-global-nav).\nA shortcut / helper which combines algolia components.\nThere should only be one <nano-global-search-results> per page\nand should be a direct child of <nano-global-nav>",
|
|
3676
3676
|
"source": {
|
|
3677
3677
|
"module": "@nanoporetech-digital/components/src/components/global-search-results/global-search-results.d.ts",
|
|
@@ -3694,7 +3694,7 @@
|
|
|
3694
3694
|
},
|
|
3695
3695
|
{
|
|
3696
3696
|
"name": "NanoGrid",
|
|
3697
|
-
"doc-url": "https://digital.git.oxfordnanolabs.local/nano-components
|
|
3697
|
+
"doc-url": "https://digital.git.oxfordnanolabs.local/nano-components/components/grid",
|
|
3698
3698
|
"description": "A context-aware CSS grid implementation.",
|
|
3699
3699
|
"source": {
|
|
3700
3700
|
"module": "@nanoporetech-digital/components/src/components/grid/grid.d.ts",
|
|
@@ -3852,7 +3852,7 @@
|
|
|
3852
3852
|
},
|
|
3853
3853
|
{
|
|
3854
3854
|
"name": "NanoGridItem",
|
|
3855
|
-
"doc-url": "https://digital.git.oxfordnanolabs.local/nano-components
|
|
3855
|
+
"doc-url": "https://digital.git.oxfordnanolabs.local/nano-components/components/grid-item",
|
|
3856
3856
|
"description": "",
|
|
3857
3857
|
"source": {
|
|
3858
3858
|
"module": "@nanoporetech-digital/components/src/components/grid/grid-item.d.ts",
|
|
@@ -3864,7 +3864,7 @@
|
|
|
3864
3864
|
},
|
|
3865
3865
|
{
|
|
3866
3866
|
"name": "NanoHero",
|
|
3867
|
-
"doc-url": "https://digital.git.oxfordnanolabs.local/nano-components
|
|
3867
|
+
"doc-url": "https://digital.git.oxfordnanolabs.local/nano-components/components/hero",
|
|
3868
3868
|
"description": "Adds visual impact to the top of a page using headlines, images and CTAs.",
|
|
3869
3869
|
"source": {
|
|
3870
3870
|
"module": "@nanoporetech-digital/components/src/components/hero/hero.d.ts",
|
|
@@ -3971,7 +3971,7 @@
|
|
|
3971
3971
|
},
|
|
3972
3972
|
{
|
|
3973
3973
|
"name": "NanoIcon",
|
|
3974
|
-
"doc-url": "https://digital.git.oxfordnanolabs.local/nano-components
|
|
3974
|
+
"doc-url": "https://digital.git.oxfordnanolabs.local/nano-components/components/icon",
|
|
3975
3975
|
"description": "An SVG loader / helper. Comes bundled with font-awesome pro icons & ONT pictogram and device icons.\nLazily loads SVG as icons become visible.",
|
|
3976
3976
|
"source": {
|
|
3977
3977
|
"module": "@nanoporetech-digital/components/src/components/icon/icon.d.ts",
|
|
@@ -4088,7 +4088,7 @@
|
|
|
4088
4088
|
},
|
|
4089
4089
|
{
|
|
4090
4090
|
"name": "NanoIconButton",
|
|
4091
|
-
"doc-url": "https://digital.git.oxfordnanolabs.local/nano-components
|
|
4091
|
+
"doc-url": "https://digital.git.oxfordnanolabs.local/nano-components/components/icon-button",
|
|
4092
4092
|
"description": "Simple icon-only buttons designed to be used for actions and in toolbars.",
|
|
4093
4093
|
"source": {
|
|
4094
4094
|
"module": "@nanoporetech-digital/components/src/components/icon-button/icon-button.d.ts",
|
|
@@ -4212,7 +4212,7 @@
|
|
|
4212
4212
|
},
|
|
4213
4213
|
{
|
|
4214
4214
|
"name": "NanoIconItem",
|
|
4215
|
-
"doc-url": "https://digital.git.oxfordnanolabs.local/nano-components
|
|
4215
|
+
"doc-url": "https://digital.git.oxfordnanolabs.local/nano-components/components/icon-item",
|
|
4216
4216
|
"description": "Icon Items are a standard way of displaying a Pictogram or Device Icon with some concise text.",
|
|
4217
4217
|
"source": {
|
|
4218
4218
|
"module": "@nanoporetech-digital/components/src/components/icon-item/icon-item.ts",
|
|
@@ -4258,7 +4258,7 @@
|
|
|
4258
4258
|
},
|
|
4259
4259
|
{
|
|
4260
4260
|
"name": "NanoImg",
|
|
4261
|
-
"doc-url": "https://digital.git.oxfordnanolabs.local/nano-components
|
|
4261
|
+
"doc-url": "https://digital.git.oxfordnanolabs.local/nano-components/components/img",
|
|
4262
4262
|
"description": "Utilities for displaying images; standard or background.",
|
|
4263
4263
|
"source": {
|
|
4264
4264
|
"module": "@nanoporetech-digital/components/src/components/img/img.d.ts",
|
|
@@ -4363,7 +4363,7 @@
|
|
|
4363
4363
|
},
|
|
4364
4364
|
{
|
|
4365
4365
|
"name": "NanoInPageNav",
|
|
4366
|
-
"doc-url": "https://digital.git.oxfordnanolabs.local/nano-components
|
|
4366
|
+
"doc-url": "https://digital.git.oxfordnanolabs.local/nano-components/components/in-page-nav",
|
|
4367
4367
|
"description": "In-page navigation allows users to quickly find different sections on a page.",
|
|
4368
4368
|
"source": {
|
|
4369
4369
|
"module": "@nanoporetech-digital/components/src/components/in-page-nav/in-page-nav.d.ts",
|
|
@@ -4409,7 +4409,7 @@
|
|
|
4409
4409
|
},
|
|
4410
4410
|
{
|
|
4411
4411
|
"name": "NanoIncrement",
|
|
4412
|
-
"doc-url": "https://digital.git.oxfordnanolabs.local/nano-components
|
|
4412
|
+
"doc-url": "https://digital.git.oxfordnanolabs.local/nano-components/components/increment",
|
|
4413
4413
|
"description": "Increments and decrements a value using an [input](/components/input).",
|
|
4414
4414
|
"source": {
|
|
4415
4415
|
"module": "@nanoporetech-digital/components/src/components/increment/increment.d.ts",
|
|
@@ -4421,7 +4421,7 @@
|
|
|
4421
4421
|
},
|
|
4422
4422
|
{
|
|
4423
4423
|
"name": "NanoInput",
|
|
4424
|
-
"doc-url": "https://digital.git.oxfordnanolabs.local/nano-components
|
|
4424
|
+
"doc-url": "https://digital.git.oxfordnanolabs.local/nano-components/components/input",
|
|
4425
4425
|
"description": "Inputs collect text data from the user.",
|
|
4426
4426
|
"source": {
|
|
4427
4427
|
"module": "@nanoporetech-digital/components/src/components/input/input.d.ts",
|
|
@@ -4940,7 +4940,7 @@
|
|
|
4940
4940
|
},
|
|
4941
4941
|
{
|
|
4942
4942
|
"name": "NanoInputOtp",
|
|
4943
|
-
"doc-url": "https://digital.git.oxfordnanolabs.local/nano-components
|
|
4943
|
+
"doc-url": "https://digital.git.oxfordnanolabs.local/nano-components/components/input-otp",
|
|
4944
4944
|
"description": "A component for entering one-time passwords (OTP) with multiple input fields.",
|
|
4945
4945
|
"source": {
|
|
4946
4946
|
"module": "@nanoporetech-digital/components/src/components/input-otp/input-otp.d.ts",
|
|
@@ -5111,7 +5111,7 @@
|
|
|
5111
5111
|
},
|
|
5112
5112
|
{
|
|
5113
5113
|
"name": "NanoIntersectionObserve",
|
|
5114
|
-
"doc-url": "https://digital.git.oxfordnanolabs.local/nano-components
|
|
5114
|
+
"doc-url": "https://digital.git.oxfordnanolabs.local/nano-components/components/intersection-observe",
|
|
5115
5115
|
"description": "A thin, declarative interface to the [IntersectionObserver API](https://developer.mozilla.org/en-US/docs/Web/API/IntersectionObserver).",
|
|
5116
5116
|
"source": {
|
|
5117
5117
|
"module": "@nanoporetech-digital/components/src/components/intersection-observe/intersection-observe.d.ts",
|
|
@@ -5188,7 +5188,7 @@
|
|
|
5188
5188
|
},
|
|
5189
5189
|
{
|
|
5190
5190
|
"name": "NanoMaskedOverflow",
|
|
5191
|
-
"doc-url": "https://digital.git.oxfordnanolabs.local/nano-components
|
|
5191
|
+
"doc-url": "https://digital.git.oxfordnanolabs.local/nano-components/components/masked-overflow",
|
|
5192
5192
|
"description": "A container for content that can horizontally or vertically scroll",
|
|
5193
5193
|
"source": {
|
|
5194
5194
|
"module": "@nanoporetech-digital/components/src/components/masked-overflow/masked-overflow.d.ts",
|
|
@@ -5284,7 +5284,7 @@
|
|
|
5284
5284
|
},
|
|
5285
5285
|
{
|
|
5286
5286
|
"name": "NanoMenu",
|
|
5287
|
-
"doc-url": "https://digital.git.oxfordnanolabs.local/nano-components
|
|
5287
|
+
"doc-url": "https://digital.git.oxfordnanolabs.local/nano-components/components/menu",
|
|
5288
5288
|
"description": "Menus provide a list of options for the user to choose from.",
|
|
5289
5289
|
"source": {
|
|
5290
5290
|
"module": "@nanoporetech-digital/components/src/components/menu/menu.d.ts",
|
|
@@ -5361,7 +5361,7 @@
|
|
|
5361
5361
|
},
|
|
5362
5362
|
{
|
|
5363
5363
|
"name": "NanoMenuDrawer",
|
|
5364
|
-
"doc-url": "https://digital.git.oxfordnanolabs.local/nano-components
|
|
5364
|
+
"doc-url": "https://digital.git.oxfordnanolabs.local/nano-components/components/menu-drawer",
|
|
5365
5365
|
"description": "\nDisplay navigation items in a collapsible drawer at the side of a UI.",
|
|
5366
5366
|
"source": {
|
|
5367
5367
|
"module": "@nanoporetech-digital/components/src/components/menu-drawer/menu-drawer.d.ts",
|
|
@@ -5403,7 +5403,7 @@
|
|
|
5403
5403
|
},
|
|
5404
5404
|
{
|
|
5405
5405
|
"name": "NanoMoreLess",
|
|
5406
|
-
"doc-url": "https://digital.git.oxfordnanolabs.local/nano-components
|
|
5406
|
+
"doc-url": "https://digital.git.oxfordnanolabs.local/nano-components/components/more-less",
|
|
5407
5407
|
"description": "Show more or less from a collection of items.",
|
|
5408
5408
|
"source": {
|
|
5409
5409
|
"module": "@nanoporetech-digital/components/src/components/more-less/more-less.d.ts",
|
|
@@ -5468,7 +5468,7 @@
|
|
|
5468
5468
|
},
|
|
5469
5469
|
{
|
|
5470
5470
|
"name": "NanoNavItem",
|
|
5471
|
-
"doc-url": "https://digital.git.oxfordnanolabs.local/nano-components
|
|
5471
|
+
"doc-url": "https://digital.git.oxfordnanolabs.local/nano-components/components/nav-item",
|
|
5472
5472
|
"description": "Nav items provide options or links for the user to pick from a menu or navigation bar.",
|
|
5473
5473
|
"source": {
|
|
5474
5474
|
"module": "@nanoporetech-digital/components/src/components/nav-item/nav-item.d.ts",
|
|
@@ -5613,7 +5613,7 @@
|
|
|
5613
5613
|
},
|
|
5614
5614
|
{
|
|
5615
5615
|
"name": "NanoOption",
|
|
5616
|
-
"doc-url": "https://digital.git.oxfordnanolabs.local/nano-components
|
|
5616
|
+
"doc-url": "https://digital.git.oxfordnanolabs.local/nano-components/components/option",
|
|
5617
5617
|
"description": "Selectable items for use within [select](/components/select) and [datalist](/components/datalist).",
|
|
5618
5618
|
"source": {
|
|
5619
5619
|
"module": "@nanoporetech-digital/components/src/components/option/option.d.ts",
|
|
@@ -5713,7 +5713,7 @@
|
|
|
5713
5713
|
},
|
|
5714
5714
|
{
|
|
5715
5715
|
"name": "NanoOptionBox",
|
|
5716
|
-
"doc-url": "https://digital.git.oxfordnanolabs.local/nano-components
|
|
5716
|
+
"doc-url": "https://digital.git.oxfordnanolabs.local/nano-components/components/option-box",
|
|
5717
5717
|
"description": "Option boxes are used to present a choice with accompanying data to the user, typically in a configuration context.",
|
|
5718
5718
|
"source": {
|
|
5719
5719
|
"module": "@nanoporetech-digital/components/src/components/option-box/option-box.ts",
|
|
@@ -5742,7 +5742,7 @@
|
|
|
5742
5742
|
},
|
|
5743
5743
|
{
|
|
5744
5744
|
"name": "NanoProgressBar",
|
|
5745
|
-
"doc-url": "https://digital.git.oxfordnanolabs.local/nano-components
|
|
5745
|
+
"doc-url": "https://digital.git.oxfordnanolabs.local/nano-components/components/progress-bar",
|
|
5746
5746
|
"description": "Shows the status of an ongoing operation.",
|
|
5747
5747
|
"source": {
|
|
5748
5748
|
"module": "@nanoporetech-digital/components/src/components/progress-bar/progress-bar.d.ts",
|
|
@@ -5780,7 +5780,7 @@
|
|
|
5780
5780
|
},
|
|
5781
5781
|
{
|
|
5782
5782
|
"name": "NanoRange",
|
|
5783
|
-
"doc-url": "https://digital.git.oxfordnanolabs.local/nano-components
|
|
5783
|
+
"doc-url": "https://digital.git.oxfordnanolabs.local/nano-components/components/range",
|
|
5784
5784
|
"description": "Ranges allow the user to select a value within a given range using a slider.",
|
|
5785
5785
|
"source": {
|
|
5786
5786
|
"module": "@nanoporetech-digital/components/src/components/range/range.d.ts",
|
|
@@ -5972,7 +5972,7 @@
|
|
|
5972
5972
|
},
|
|
5973
5973
|
{
|
|
5974
5974
|
"name": "NanoRating",
|
|
5975
|
-
"doc-url": "https://digital.git.oxfordnanolabs.local/nano-components
|
|
5975
|
+
"doc-url": "https://digital.git.oxfordnanolabs.local/nano-components/components/rating",
|
|
5976
5976
|
"description": "Rating - a form element to allow the viewing and input of user feedback.",
|
|
5977
5977
|
"source": {
|
|
5978
5978
|
"module": "@nanoporetech-digital/components/src/components/rating/rating.d.ts",
|
|
@@ -6130,7 +6130,7 @@
|
|
|
6130
6130
|
},
|
|
6131
6131
|
{
|
|
6132
6132
|
"name": "NanoResizeObserve",
|
|
6133
|
-
"doc-url": "https://digital.git.oxfordnanolabs.local/nano-components
|
|
6133
|
+
"doc-url": "https://digital.git.oxfordnanolabs.local/nano-components/components/resize-observe",
|
|
6134
6134
|
"description": "A thin, declarative interface to the [ResizeObserver API](https://developer.mozilla.org/en-US/docs/Web/API/ResizeObserver).",
|
|
6135
6135
|
"source": {
|
|
6136
6136
|
"module": "@nanoporetech-digital/components/src/components/resize-observe/resize-observe.d.ts",
|
|
@@ -6223,7 +6223,7 @@
|
|
|
6223
6223
|
},
|
|
6224
6224
|
{
|
|
6225
6225
|
"name": "NanoSearchResult",
|
|
6226
|
-
"doc-url": "https://digital.git.oxfordnanolabs.local/nano-components
|
|
6226
|
+
"doc-url": "https://digital.git.oxfordnanolabs.local/nano-components/components/search-result",
|
|
6227
6227
|
"description": "Displays an article preview and serves as a navigable link to the full content in the context of search results or lists of articles.",
|
|
6228
6228
|
"source": {
|
|
6229
6229
|
"module": "@nanoporetech-digital/components/src/components/search-result/search-result.ts",
|
|
@@ -6252,7 +6252,7 @@
|
|
|
6252
6252
|
},
|
|
6253
6253
|
{
|
|
6254
6254
|
"name": "NanoSelect",
|
|
6255
|
-
"doc-url": "https://digital.git.oxfordnanolabs.local/nano-components
|
|
6255
|
+
"doc-url": "https://digital.git.oxfordnanolabs.local/nano-components/components/select",
|
|
6256
6256
|
"description": "Selects allow users to choose items from a menu of options.",
|
|
6257
6257
|
"source": {
|
|
6258
6258
|
"module": "@nanoporetech-digital/components/src/components/select/select.d.ts",
|
|
@@ -6613,7 +6613,7 @@
|
|
|
6613
6613
|
},
|
|
6614
6614
|
{
|
|
6615
6615
|
"name": "NanoSlide",
|
|
6616
|
-
"doc-url": "https://digital.git.oxfordnanolabs.local/nano-components
|
|
6616
|
+
"doc-url": "https://digital.git.oxfordnanolabs.local/nano-components/components/slide",
|
|
6617
6617
|
"description": "An item to display within [slides](/components/slides).",
|
|
6618
6618
|
"source": {
|
|
6619
6619
|
"module": "@nanoporetech-digital/components/src/components/slides/slide.d.ts",
|
|
@@ -6652,7 +6652,7 @@
|
|
|
6652
6652
|
},
|
|
6653
6653
|
{
|
|
6654
6654
|
"name": "NanoSlides",
|
|
6655
|
-
"doc-url": "https://digital.git.oxfordnanolabs.local/nano-components
|
|
6655
|
+
"doc-url": "https://digital.git.oxfordnanolabs.local/nano-components/components/slides",
|
|
6656
6656
|
"description": "A toolbox for creating carousel or slide-show widgets, allowing users to navigate through a collection of items one at a time.",
|
|
6657
6657
|
"source": {
|
|
6658
6658
|
"module": "@nanoporetech-digital/components/src/components/slides/slides.d.ts",
|
|
@@ -6873,7 +6873,7 @@
|
|
|
6873
6873
|
},
|
|
6874
6874
|
{
|
|
6875
6875
|
"name": "NanoSortable",
|
|
6876
|
-
"doc-url": "https://digital.git.oxfordnanolabs.local/nano-components
|
|
6876
|
+
"doc-url": "https://digital.git.oxfordnanolabs.local/nano-components/components/sortable",
|
|
6877
6877
|
"description": "An accessible and flexible sort and re-order utility.",
|
|
6878
6878
|
"source": {
|
|
6879
6879
|
"module": "@nanoporetech-digital/components/src/components/sortable/sortable.d.ts",
|
|
@@ -7098,7 +7098,7 @@
|
|
|
7098
7098
|
},
|
|
7099
7099
|
{
|
|
7100
7100
|
"name": "NanoSpinner",
|
|
7101
|
-
"doc-url": "https://digital.git.oxfordnanolabs.local/nano-components
|
|
7101
|
+
"doc-url": "https://digital.git.oxfordnanolabs.local/nano-components/components/spinner",
|
|
7102
7102
|
"description": "Spinners are used to show the progress of an indeterminate operation.",
|
|
7103
7103
|
"source": {
|
|
7104
7104
|
"module": "@nanoporetech-digital/components/src/components/spinner/spinner.d.ts",
|
|
@@ -7130,7 +7130,7 @@
|
|
|
7130
7130
|
},
|
|
7131
7131
|
{
|
|
7132
7132
|
"name": "NanoSplitPane",
|
|
7133
|
-
"doc-url": "https://digital.git.oxfordnanolabs.local/nano-components
|
|
7133
|
+
"doc-url": "https://digital.git.oxfordnanolabs.local/nano-components/components/split-pane",
|
|
7134
7134
|
"description": "Split panes display two adjacent panels, allowing the user to reposition them.",
|
|
7135
7135
|
"source": {
|
|
7136
7136
|
"module": "@nanoporetech-digital/components/src/components/split-pane/split-pane.d.ts",
|
|
@@ -7253,7 +7253,7 @@
|
|
|
7253
7253
|
},
|
|
7254
7254
|
{
|
|
7255
7255
|
"name": "NanoStepAccordion",
|
|
7256
|
-
"doc-url": "https://digital.git.oxfordnanolabs.local/nano-components
|
|
7256
|
+
"doc-url": "https://digital.git.oxfordnanolabs.local/nano-components/components/step-accordion",
|
|
7257
7257
|
"description": "Presents an accordion interface for a multi-step process,\nallowing users to see their progress and navigate back to completed steps.",
|
|
7258
7258
|
"source": {
|
|
7259
7259
|
"module": "@nanoporetech-digital/components/src/components/step-accordion/step-accordion.d.ts",
|
|
@@ -7302,7 +7302,7 @@
|
|
|
7302
7302
|
},
|
|
7303
7303
|
{
|
|
7304
7304
|
"name": "NanoStepBreadcrumb",
|
|
7305
|
-
"doc-url": "https://digital.git.oxfordnanolabs.local/nano-components
|
|
7305
|
+
"doc-url": "https://digital.git.oxfordnanolabs.local/nano-components/components/step-breadcrumb",
|
|
7306
7306
|
"description": "Presents a breadcrumb navigation for steps in a process, allowing users to see their progress and navigate back to completed steps.",
|
|
7307
7307
|
"source": {
|
|
7308
7308
|
"module": "@nanoporetech-digital/components/src/components/step-breadcrumb/step-breadcrumb.d.ts",
|
|
@@ -7346,7 +7346,7 @@
|
|
|
7346
7346
|
},
|
|
7347
7347
|
{
|
|
7348
7348
|
"name": "NanoSticker",
|
|
7349
|
-
"doc-url": "https://digital.git.oxfordnanolabs.local/nano-components
|
|
7349
|
+
"doc-url": "https://digital.git.oxfordnanolabs.local/nano-components/components/sticker",
|
|
7350
7350
|
"description": "A toolbox for 'sticking' items to scrolling containers.",
|
|
7351
7351
|
"source": {
|
|
7352
7352
|
"module": "@nanoporetech-digital/components/src/components/sticker/sticker.d.ts",
|
|
@@ -7503,7 +7503,7 @@
|
|
|
7503
7503
|
},
|
|
7504
7504
|
{
|
|
7505
7505
|
"name": "NanoTab",
|
|
7506
|
-
"doc-url": "https://digital.git.oxfordnanolabs.local/nano-components
|
|
7506
|
+
"doc-url": "https://digital.git.oxfordnanolabs.local/nano-components/components/tab",
|
|
7507
7507
|
"description": "Tabs are used inside [tab groups](/components/tab-group) to represent and activate [tab content](tab-content).",
|
|
7508
7508
|
"source": {
|
|
7509
7509
|
"module": "@nanoporetech-digital/components/src/components/tabs/tab.d.ts",
|
|
@@ -7598,7 +7598,7 @@
|
|
|
7598
7598
|
},
|
|
7599
7599
|
{
|
|
7600
7600
|
"name": "NanoTabContent",
|
|
7601
|
-
"doc-url": "https://digital.git.oxfordnanolabs.local/nano-components
|
|
7601
|
+
"doc-url": "https://digital.git.oxfordnanolabs.local/nano-components/components/tab-content",
|
|
7602
7602
|
"description": "Used inside [tab groups](/components/tab-group) to display content.",
|
|
7603
7603
|
"source": {
|
|
7604
7604
|
"module": "@nanoporetech-digital/components/src/components/tabs/tab-content.d.ts",
|
|
@@ -7636,7 +7636,7 @@
|
|
|
7636
7636
|
},
|
|
7637
7637
|
{
|
|
7638
7638
|
"name": "NanoTabGroup",
|
|
7639
|
-
"doc-url": "https://digital.git.oxfordnanolabs.local/nano-components
|
|
7639
|
+
"doc-url": "https://digital.git.oxfordnanolabs.local/nano-components/components/tab-group",
|
|
7640
7640
|
"description": "Tab groups organize content into a container that shows one section at a time.",
|
|
7641
7641
|
"source": {
|
|
7642
7642
|
"module": "@nanoporetech-digital/components/src/components/tabs/tab-group.d.ts",
|
|
@@ -7766,7 +7766,7 @@
|
|
|
7766
7766
|
},
|
|
7767
7767
|
{
|
|
7768
7768
|
"name": "NanoTable",
|
|
7769
|
-
"doc-url": "https://digital.git.oxfordnanolabs.local/nano-components
|
|
7769
|
+
"doc-url": "https://digital.git.oxfordnanolabs.local/nano-components/components/table",
|
|
7770
7770
|
"description": "Displays tabular data in rows and columns.",
|
|
7771
7771
|
"source": {
|
|
7772
7772
|
"module": "@nanoporetech-digital/components/src/components/table/table.d.ts",
|
|
@@ -7819,7 +7819,7 @@
|
|
|
7819
7819
|
},
|
|
7820
7820
|
{
|
|
7821
7821
|
"name": "NanoTag",
|
|
7822
|
-
"doc-url": "https://digital.git.oxfordnanolabs.local/nano-components
|
|
7822
|
+
"doc-url": "https://digital.git.oxfordnanolabs.local/nano-components/components/tag",
|
|
7823
7823
|
"description": "Tags provide a quick visual clue about the content, and help to organise and group content based on shared attributes.",
|
|
7824
7824
|
"source": {
|
|
7825
7825
|
"module": "@nanoporetech-digital/components/src/components/tag/tag.d.ts",
|
|
@@ -7873,7 +7873,7 @@
|
|
|
7873
7873
|
},
|
|
7874
7874
|
{
|
|
7875
7875
|
"name": "NanoTooltip",
|
|
7876
|
-
"doc-url": "https://digital.git.oxfordnanolabs.local/nano-components
|
|
7876
|
+
"doc-url": "https://digital.git.oxfordnanolabs.local/nano-components/components/tooltip",
|
|
7877
7877
|
"description": "Tooltips display additional information based on a specific action.",
|
|
7878
7878
|
"source": {
|
|
7879
7879
|
"module": "@nanoporetech-digital/components/src/components/tooltip/tooltip.d.ts",
|
package/package.json
CHANGED
|
@@ -1,12 +1,8 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@nanoporetech-digital/components-vue",
|
|
3
|
-
"version": "8.
|
|
3
|
+
"version": "8.17.1",
|
|
4
4
|
"sideEffects": false,
|
|
5
5
|
"description": "Vue 3 wrapper for Nano Components",
|
|
6
|
-
"repository": {
|
|
7
|
-
"type": "git",
|
|
8
|
-
"url": "https://git.oxfordnanolabs.local/Digital/nano-components"
|
|
9
|
-
},
|
|
10
6
|
"license": "MIT",
|
|
11
7
|
"type": "module",
|
|
12
8
|
"exports": {
|
|
@@ -49,8 +45,8 @@
|
|
|
49
45
|
"vue-tsc": "^2.1.6"
|
|
50
46
|
},
|
|
51
47
|
"dependencies": {
|
|
52
|
-
"@nanoporetech-digital/components": "8.
|
|
53
|
-
"@nanoporetech-digital/style": "8.
|
|
48
|
+
"@nanoporetech-digital/components": "8.17.1",
|
|
49
|
+
"@nanoporetech-digital/style": "8.17.1"
|
|
54
50
|
},
|
|
55
51
|
"gitHead": "cff1d0168dbe2193c1dc1a814ed1cb97b30cfc25",
|
|
56
52
|
"vetur": {
|