@nanoporetech-digital/components-vue 7.3.2 → 7.4.3
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/index.cjs +14 -12
- package/dist/index.cjs.map +1 -1
- package/dist/index.js +15 -12
- package/dist/index.js.map +1 -1
- package/dist/proxies.d.ts +0 -1
- package/dist/vetur/attributes.json +19 -19
- package/dist/vetur/tags.json +0 -4
- package/dist/vue-component-lib/utils.d.ts +1 -1
- package/dist/web-types.json +75 -88
- package/package.json +21 -20
- package/CHANGELOG.md +0 -1887
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": "7.
|
|
5
|
+
"version": "7.4.2",
|
|
6
6
|
"contributions": {
|
|
7
7
|
"html": {
|
|
8
8
|
"types-syntax": "typescript",
|
|
@@ -13,7 +13,7 @@
|
|
|
13
13
|
"doc-url": "https://digital.git.oxfordnanolabs.local/nano-components/?path=/docs/components-accordion",
|
|
14
14
|
"description": "Simple accordion - only one item open at a time - must be used with [details](story/components-accordion--details) elements.",
|
|
15
15
|
"source": {
|
|
16
|
-
"module": "@nanoporetech-digital/components/
|
|
16
|
+
"module": "@nanoporetech-digital/components/src/components/accordion/accordion.d.ts",
|
|
17
17
|
"symbol": "Accordion"
|
|
18
18
|
},
|
|
19
19
|
"attributes": [
|
|
@@ -46,7 +46,7 @@
|
|
|
46
46
|
"doc-url": "https://digital.git.oxfordnanolabs.local/nano-components/?path=/docs/components-alert",
|
|
47
47
|
"description": "Alerts are used to display important messages either inline, as toast notifications or as modals requiring action.",
|
|
48
48
|
"source": {
|
|
49
|
-
"module": "@nanoporetech-digital/components/
|
|
49
|
+
"module": "@nanoporetech-digital/components/src/components/alert/alert.d.ts",
|
|
50
50
|
"symbol": "Alert"
|
|
51
51
|
},
|
|
52
52
|
"attributes": [
|
|
@@ -162,7 +162,7 @@
|
|
|
162
162
|
"doc-url": "https://digital.git.oxfordnanolabs.local/nano-components/?path=/docs/components-algolia",
|
|
163
163
|
"description": "Algolia search container to contain and sync nano-algolia-results and nano-algolia-filter components.",
|
|
164
164
|
"source": {
|
|
165
|
-
"module": "@nanoporetech-digital/components/
|
|
165
|
+
"module": "@nanoporetech-digital/components/src/components/algolia/algolia.d.ts",
|
|
166
166
|
"symbol": "Algolia"
|
|
167
167
|
},
|
|
168
168
|
"attributes": [
|
|
@@ -400,7 +400,7 @@
|
|
|
400
400
|
"doc-url": "https://digital.git.oxfordnanolabs.local/nano-components/?path=/docs/components-algolia-filter",
|
|
401
401
|
"description": "Displays and syncs algolia filters\nMust be nested within an nano-algolia component.",
|
|
402
402
|
"source": {
|
|
403
|
-
"module": "@nanoporetech-digital/components/
|
|
403
|
+
"module": "@nanoporetech-digital/components/src/components/algolia/algolia-filter.d.ts",
|
|
404
404
|
"symbol": "AlgoliaFilter"
|
|
405
405
|
},
|
|
406
406
|
"attributes": [
|
|
@@ -492,7 +492,7 @@
|
|
|
492
492
|
"doc-url": "https://digital.git.oxfordnanolabs.local/nano-components/?path=/docs/components-algolia-pagination",
|
|
493
493
|
"description": "Displays results from Algolia searches.\nTODO / WIP",
|
|
494
494
|
"source": {
|
|
495
|
-
"module": "@nanoporetech-digital/components/
|
|
495
|
+
"module": "@nanoporetech-digital/components/src/components/algolia/algolia-pagination.d.ts",
|
|
496
496
|
"symbol": "AlgoliaPagination"
|
|
497
497
|
},
|
|
498
498
|
"attributes": [
|
|
@@ -526,7 +526,7 @@
|
|
|
526
526
|
"doc-url": "https://digital.git.oxfordnanolabs.local/nano-components/?path=/docs/components-algolia-results",
|
|
527
527
|
"description": "Displays and syncs results from Algolia searches.\nMust be nested within an nano-algolia component.",
|
|
528
528
|
"source": {
|
|
529
|
-
"module": "@nanoporetech-digital/components/
|
|
529
|
+
"module": "@nanoporetech-digital/components/src/components/algolia/algolia-results.d.ts",
|
|
530
530
|
"symbol": "AlgoliaResults"
|
|
531
531
|
},
|
|
532
532
|
"attributes": [
|
|
@@ -605,7 +605,7 @@
|
|
|
605
605
|
"doc-url": "https://digital.git.oxfordnanolabs.local/nano-components/?path=/docs/components-animation",
|
|
606
606
|
"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).",
|
|
607
607
|
"source": {
|
|
608
|
-
"module": "@nanoporetech-digital/components/
|
|
608
|
+
"module": "@nanoporetech-digital/components/src/components/animation/animation.d.ts",
|
|
609
609
|
"symbol": "Animation"
|
|
610
610
|
},
|
|
611
611
|
"attributes": [
|
|
@@ -615,7 +615,7 @@
|
|
|
615
615
|
"required": false,
|
|
616
616
|
"value": {
|
|
617
617
|
"kind": "expression",
|
|
618
|
-
"type": "number"
|
|
618
|
+
"type": "CSSNumericValue | number"
|
|
619
619
|
}
|
|
620
620
|
},
|
|
621
621
|
{
|
|
@@ -782,7 +782,7 @@
|
|
|
782
782
|
"doc-url": "https://digital.git.oxfordnanolabs.local/nano-components/?path=/docs/components-checkbox",
|
|
783
783
|
"description": "`nano-checkbox` is used to let a user choose one or more options from a limited number of options.\nThey appear as checked when activated.\nThey can be checked by mouse, keyboard, touch or programmatically by setting the checked property.",
|
|
784
784
|
"source": {
|
|
785
|
-
"module": "@nanoporetech-digital/components/
|
|
785
|
+
"module": "@nanoporetech-digital/components/src/components/checkbox/checkbox.d.ts",
|
|
786
786
|
"symbol": "Checkbox"
|
|
787
787
|
},
|
|
788
788
|
"attributes": [
|
|
@@ -836,7 +836,7 @@
|
|
|
836
836
|
},
|
|
837
837
|
{
|
|
838
838
|
"name": "invalid",
|
|
839
|
-
"description": "This will be true when the control is in an invalid state.\nValidity is determined by the `required` prop. Or if custom validity message is set.
|
|
839
|
+
"description": "This will be true when the control is in an invalid state.\nValidity is determined by the `required` prop. Or if custom validity message is set.",
|
|
840
840
|
"required": false,
|
|
841
841
|
"default": "false",
|
|
842
842
|
"value": {
|
|
@@ -884,7 +884,7 @@
|
|
|
884
884
|
},
|
|
885
885
|
{
|
|
886
886
|
"name": "validity-message",
|
|
887
|
-
"description": "Current validation message - if any.
|
|
887
|
+
"description": "Current validation message - if any.",
|
|
888
888
|
"required": false,
|
|
889
889
|
"value": {
|
|
890
890
|
"kind": "expression",
|
|
@@ -946,7 +946,7 @@
|
|
|
946
946
|
"doc-url": "https://digital.git.oxfordnanolabs.local/nano-components/?path=/docs/components-checkbox-group",
|
|
947
947
|
"description": "`nano-checkbox-group` is an optional wrapper for all `nano-checkbox` controls.\nIt provides a convenient place to anchor a collective label and any validation issues.",
|
|
948
948
|
"source": {
|
|
949
|
-
"module": "@nanoporetech-digital/components/
|
|
949
|
+
"module": "@nanoporetech-digital/components/src/components/checkbox/checkbox-group.d.ts",
|
|
950
950
|
"symbol": "CheckboxGroup"
|
|
951
951
|
},
|
|
952
952
|
"attributes": [
|
|
@@ -972,7 +972,7 @@
|
|
|
972
972
|
},
|
|
973
973
|
{
|
|
974
974
|
"name": "invalid",
|
|
975
|
-
"description": "This will be true when the control is in an invalid state.\nValidity is determined by the `required` prop. Or if custom validity message is set.
|
|
975
|
+
"description": "This will be true when the control is in an invalid state.\nValidity is determined by the `required` prop. Or if custom validity message is set.",
|
|
976
976
|
"required": false,
|
|
977
977
|
"default": "false",
|
|
978
978
|
"value": {
|
|
@@ -1032,7 +1032,7 @@
|
|
|
1032
1032
|
},
|
|
1033
1033
|
{
|
|
1034
1034
|
"name": "validity-message",
|
|
1035
|
-
"description": "Current validation message - if any.
|
|
1035
|
+
"description": "Current validation message - if any.",
|
|
1036
1036
|
"required": false,
|
|
1037
1037
|
"default": "''",
|
|
1038
1038
|
"value": {
|
|
@@ -1092,7 +1092,7 @@
|
|
|
1092
1092
|
"doc-url": "https://digital.git.oxfordnanolabs.local/nano-components/?path=/docs/components-datalist",
|
|
1093
1093
|
"description": "`nano-datalist` a visually consistent and more flexible replacement for a native\n[datalist](https://developer.mozilla.org/en-US/docs/Web/HTML/Element/datalist). Can be nested within a `nano-input`\nor linked to any input control via the `input` prop. Is used internally within `nano-select`.\nOptions can be defined declaratively by nesting `<nano-option>` elements or imperatively using the `options` prop",
|
|
1094
1094
|
"source": {
|
|
1095
|
-
"module": "@nanoporetech-digital/components/
|
|
1095
|
+
"module": "@nanoporetech-digital/components/src/components/datalist/datalist.d.ts",
|
|
1096
1096
|
"symbol": "Datalist"
|
|
1097
1097
|
},
|
|
1098
1098
|
"attributes": [
|
|
@@ -1241,7 +1241,7 @@
|
|
|
1241
1241
|
"doc-url": "https://digital.git.oxfordnanolabs.local/nano-components/?path=/docs/components-date-input",
|
|
1242
1242
|
"description": "The date-input component combines `nano-dropdown`, `nano-input` and `nano-date-picker` components to make a fully featured date form field. It has specific options for localisation, date formatting and validation.",
|
|
1243
1243
|
"source": {
|
|
1244
|
-
"module": "@nanoporetech-digital/components/
|
|
1244
|
+
"module": "@nanoporetech-digital/components/src/components/date-input/date-input.d.ts",
|
|
1245
1245
|
"symbol": "DateInput"
|
|
1246
1246
|
},
|
|
1247
1247
|
"attributes": [
|
|
@@ -1392,7 +1392,7 @@
|
|
|
1392
1392
|
},
|
|
1393
1393
|
{
|
|
1394
1394
|
"name": "invalid",
|
|
1395
|
-
"description": "This will be true when the control is in an invalid state.\nValidity is determined by the `required` prop. Or if custom validity message is set.
|
|
1395
|
+
"description": "This will be true when the control is in an invalid state.\nValidity is determined by the `required` prop. Or if custom validity message is set.",
|
|
1396
1396
|
"required": false,
|
|
1397
1397
|
"default": "false",
|
|
1398
1398
|
"value": {
|
|
@@ -1536,7 +1536,7 @@
|
|
|
1536
1536
|
},
|
|
1537
1537
|
{
|
|
1538
1538
|
"name": "validity-message",
|
|
1539
|
-
"description": "Current validation message - if any.
|
|
1539
|
+
"description": "Current validation message - if any.",
|
|
1540
1540
|
"required": false,
|
|
1541
1541
|
"value": {
|
|
1542
1542
|
"kind": "expression",
|
|
@@ -1600,7 +1600,7 @@
|
|
|
1600
1600
|
"doc-url": "https://digital.git.oxfordnanolabs.local/nano-components/?path=/docs/components-date-picker",
|
|
1601
1601
|
"description": "A highly performant, small and accessible date-picker.\nCustomised from [Duet date-picker](https://duetds.github.io/date-picker/).",
|
|
1602
1602
|
"source": {
|
|
1603
|
-
"module": "@nanoporetech-digital/components/
|
|
1603
|
+
"module": "@nanoporetech-digital/components/src/components/date-picker/date-picker.d.ts",
|
|
1604
1604
|
"symbol": "DatePicker"
|
|
1605
1605
|
},
|
|
1606
1606
|
"attributes": [
|
|
@@ -1698,24 +1698,12 @@
|
|
|
1698
1698
|
}
|
|
1699
1699
|
]
|
|
1700
1700
|
},
|
|
1701
|
-
{
|
|
1702
|
-
"name": "NanoDemo",
|
|
1703
|
-
"doc-url": "https://digital.git.oxfordnanolabs.local/nano-components/?path=/docs/components-demo",
|
|
1704
|
-
"description": "",
|
|
1705
|
-
"source": {
|
|
1706
|
-
"module": "@nanoporetech-digital/components/dist/types/components/demo/demo.d.ts",
|
|
1707
|
-
"symbol": "Demo"
|
|
1708
|
-
},
|
|
1709
|
-
"attributes": [],
|
|
1710
|
-
"slots": [],
|
|
1711
|
-
"events": []
|
|
1712
|
-
},
|
|
1713
1701
|
{
|
|
1714
1702
|
"name": "NanoDetails",
|
|
1715
1703
|
"doc-url": "https://digital.git.oxfordnanolabs.local/nano-components/?path=/docs/components-details",
|
|
1716
1704
|
"description": "A simple element used to hide or reveal more content with slide effect. Can be used independently or nested within a [accordion](/story/nano-components-accordion--accordion) element to add 'one item open at a time' support.",
|
|
1717
1705
|
"source": {
|
|
1718
|
-
"module": "@nanoporetech-digital/components/
|
|
1706
|
+
"module": "@nanoporetech-digital/components/src/components/details/details.d.ts",
|
|
1719
1707
|
"symbol": "Details"
|
|
1720
1708
|
},
|
|
1721
1709
|
"attributes": [
|
|
@@ -1846,7 +1834,7 @@
|
|
|
1846
1834
|
"doc-url": "https://digital.git.oxfordnanolabs.local/nano-components/?path=/docs/components-dialog",
|
|
1847
1835
|
"description": "Dialogs, sometimes called \"modals\", appear above the page and require the user's immediate attention.",
|
|
1848
1836
|
"source": {
|
|
1849
|
-
"module": "@nanoporetech-digital/components/
|
|
1837
|
+
"module": "@nanoporetech-digital/components/src/components/dialog/dialog.d.ts",
|
|
1850
1838
|
"symbol": "Dialog"
|
|
1851
1839
|
},
|
|
1852
1840
|
"attributes": [
|
|
@@ -2021,7 +2009,7 @@
|
|
|
2021
2009
|
"doc-url": "https://digital.git.oxfordnanolabs.local/nano-components/?path=/docs/components-drawer",
|
|
2022
2010
|
"description": "Drawers slide in from a container to expose additional options and information.",
|
|
2023
2011
|
"source": {
|
|
2024
|
-
"module": "@nanoporetech-digital/components/
|
|
2012
|
+
"module": "@nanoporetech-digital/components/src/components/drawer/drawer.d.ts",
|
|
2025
2013
|
"symbol": "Drawer"
|
|
2026
2014
|
},
|
|
2027
2015
|
"attributes": [
|
|
@@ -2179,7 +2167,7 @@
|
|
|
2179
2167
|
"arguments": [
|
|
2180
2168
|
{
|
|
2181
2169
|
"name": "detail",
|
|
2182
|
-
"type": "{ source: \"overlay\" | \"
|
|
2170
|
+
"type": "{ source: \"overlay\" | \"close-button\" | \"keyboard\"; }"
|
|
2183
2171
|
}
|
|
2184
2172
|
]
|
|
2185
2173
|
},
|
|
@@ -2200,7 +2188,7 @@
|
|
|
2200
2188
|
"doc-url": "https://digital.git.oxfordnanolabs.local/nano-components/?path=/docs/components-dropdown",
|
|
2201
2189
|
"description": "Dropdowns show additional content in a panel.\nDesigned to work well with nano-menu components to provide a list of options (`nano-nav-items` / `nano-option`).",
|
|
2202
2190
|
"source": {
|
|
2203
|
-
"module": "@nanoporetech-digital/components/
|
|
2191
|
+
"module": "@nanoporetech-digital/components/src/components/dropdown/dropdown.d.ts",
|
|
2204
2192
|
"symbol": "Dropdown"
|
|
2205
2193
|
},
|
|
2206
2194
|
"attributes": [
|
|
@@ -2361,13 +2349,13 @@
|
|
|
2361
2349
|
"doc-url": "https://digital.git.oxfordnanolabs.local/nano-components/?path=/docs/components-field-validator",
|
|
2362
2350
|
"description": "A toolbox for `nano-...` form fields and form validation.\n- Easy to add validation across field dependencies - e.g. \"When Field1 contains '123' Field2 must contain '456'\"\n- Easy access to whole form and individual field validity states\n- Easy access to form data payload\n= Access to 2-way, data bound reactive store\n- Scroll to invalid field on submit",
|
|
2363
2351
|
"source": {
|
|
2364
|
-
"module": "@nanoporetech-digital/components/
|
|
2352
|
+
"module": "@nanoporetech-digital/components/src/components/field-validator/field-validator.d.ts",
|
|
2365
2353
|
"symbol": "FieldValidator"
|
|
2366
2354
|
},
|
|
2367
2355
|
"attributes": [
|
|
2368
2356
|
{
|
|
2369
2357
|
"name": "dirty",
|
|
2370
|
-
"description": "Returns true if any nested fields have been changed
|
|
2358
|
+
"description": "Returns true if any nested fields have been changed",
|
|
2371
2359
|
"required": false,
|
|
2372
2360
|
"default": "false",
|
|
2373
2361
|
"value": {
|
|
@@ -2387,7 +2375,7 @@
|
|
|
2387
2375
|
},
|
|
2388
2376
|
{
|
|
2389
2377
|
"name": "payload",
|
|
2390
|
-
"description": "The current form payload as a reactive proxy.
|
|
2378
|
+
"description": "The current form payload as a reactive proxy.",
|
|
2391
2379
|
"required": false,
|
|
2392
2380
|
"value": {
|
|
2393
2381
|
"kind": "expression",
|
|
@@ -2406,7 +2394,7 @@
|
|
|
2406
2394
|
},
|
|
2407
2395
|
{
|
|
2408
2396
|
"name": "show-validation",
|
|
2409
|
-
"description": "Returns true if validation errors will be displayed to the user.
|
|
2397
|
+
"description": "Returns true if validation errors will be displayed to the user.",
|
|
2410
2398
|
"required": false,
|
|
2411
2399
|
"value": {
|
|
2412
2400
|
"kind": "expression",
|
|
@@ -2424,7 +2412,7 @@
|
|
|
2424
2412
|
},
|
|
2425
2413
|
{
|
|
2426
2414
|
"name": "valid",
|
|
2427
|
-
"description": "Returns true if all the nested fields are currently valid
|
|
2415
|
+
"description": "Returns true if all the nested fields are currently valid",
|
|
2428
2416
|
"required": false,
|
|
2429
2417
|
"value": {
|
|
2430
2418
|
"kind": "expression",
|
|
@@ -2452,7 +2440,7 @@
|
|
|
2452
2440
|
},
|
|
2453
2441
|
{
|
|
2454
2442
|
"name": "validationState",
|
|
2455
|
-
"description": "Get the current validation state of all form fields.
|
|
2443
|
+
"description": "Get the current validation state of all form fields.",
|
|
2456
2444
|
"required": false,
|
|
2457
2445
|
"value": {
|
|
2458
2446
|
"kind": "expression",
|
|
@@ -2499,7 +2487,7 @@
|
|
|
2499
2487
|
"doc-url": "https://digital.git.oxfordnanolabs.local/nano-components/?path=/docs/components-file-upload",
|
|
2500
2488
|
"description": "A better UI experience for `input type=\"file\"` form controls.\n\n - Drag and Drop\n - Validation options\n - Preview and manage multiple files",
|
|
2501
2489
|
"source": {
|
|
2502
|
-
"module": "@nanoporetech-digital/components/
|
|
2490
|
+
"module": "@nanoporetech-digital/components/src/components/file-upload/file-upload.d.ts",
|
|
2503
2491
|
"symbol": "FileUpload"
|
|
2504
2492
|
},
|
|
2505
2493
|
"attributes": [
|
|
@@ -2571,7 +2559,7 @@
|
|
|
2571
2559
|
},
|
|
2572
2560
|
{
|
|
2573
2561
|
"name": "invalid",
|
|
2574
|
-
"description": "This will be true when the control is in an invalid state.\nValidity is determined by the `required` prop. Or if custom validity message is set.
|
|
2562
|
+
"description": "This will be true when the control is in an invalid state.\nValidity is determined by the `required` prop. Or if custom validity message is set.",
|
|
2575
2563
|
"required": false,
|
|
2576
2564
|
"default": "false",
|
|
2577
2565
|
"value": {
|
|
@@ -2659,7 +2647,7 @@
|
|
|
2659
2647
|
},
|
|
2660
2648
|
{
|
|
2661
2649
|
"name": "validity-message",
|
|
2662
|
-
"description": "Current validation message - if any.
|
|
2650
|
+
"description": "Current validation message - if any.",
|
|
2663
2651
|
"required": false,
|
|
2664
2652
|
"value": {
|
|
2665
2653
|
"kind": "expression",
|
|
@@ -2725,7 +2713,7 @@
|
|
|
2725
2713
|
"doc-url": "https://digital.git.oxfordnanolabs.local/nano-components/?path=/docs/components-global-nav",
|
|
2726
2714
|
"description": "Nanopore digital global navigation and search bar.\nIncorporates MyAccount / SSO states (messages / cart / user name etc).\nIncorporates Algolia search.",
|
|
2727
2715
|
"source": {
|
|
2728
|
-
"module": "@nanoporetech-digital/components/
|
|
2716
|
+
"module": "@nanoporetech-digital/components/src/components/global-nav/global-nav.d.ts",
|
|
2729
2717
|
"symbol": "GlobalNav"
|
|
2730
2718
|
},
|
|
2731
2719
|
"attributes": [
|
|
@@ -2985,7 +2973,7 @@
|
|
|
2985
2973
|
"arguments": [
|
|
2986
2974
|
{
|
|
2987
2975
|
"name": "detail",
|
|
2988
|
-
"type": "
|
|
2976
|
+
"type": "AlgoliaSearchResultDetail"
|
|
2989
2977
|
}
|
|
2990
2978
|
]
|
|
2991
2979
|
},
|
|
@@ -2995,7 +2983,7 @@
|
|
|
2995
2983
|
"arguments": [
|
|
2996
2984
|
{
|
|
2997
2985
|
"name": "detail",
|
|
2998
|
-
"type": "
|
|
2986
|
+
"type": "AlgoliaSearchResultDetail"
|
|
2999
2987
|
}
|
|
3000
2988
|
]
|
|
3001
2989
|
}
|
|
@@ -3006,7 +2994,7 @@
|
|
|
3006
2994
|
"doc-url": "https://digital.git.oxfordnanolabs.local/nano-components/?path=/docs/components-global-nav-user-profile",
|
|
3007
2995
|
"description": "Nanopore digital global navigation user profile.",
|
|
3008
2996
|
"source": {
|
|
3009
|
-
"module": "@nanoporetech-digital/components/
|
|
2997
|
+
"module": "@nanoporetech-digital/components/src/components/global-nav/global-nav-user-profile.d.ts",
|
|
3010
2998
|
"symbol": "GlobalNavUserProfile"
|
|
3011
2999
|
},
|
|
3012
3000
|
"attributes": [
|
|
@@ -3037,7 +3025,7 @@
|
|
|
3037
3025
|
"doc-url": "https://digital.git.oxfordnanolabs.local/nano-components/?path=/docs/components-global-search-results",
|
|
3038
3026
|
"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>",
|
|
3039
3027
|
"source": {
|
|
3040
|
-
"module": "@nanoporetech-digital/components/
|
|
3028
|
+
"module": "@nanoporetech-digital/components/src/components/global-search-results/global-search-results.d.ts",
|
|
3041
3029
|
"symbol": "GlobalSearchResults"
|
|
3042
3030
|
},
|
|
3043
3031
|
"attributes": [],
|
|
@@ -3060,7 +3048,7 @@
|
|
|
3060
3048
|
"doc-url": "https://digital.git.oxfordnanolabs.local/nano-components/?path=/docs/components-grid",
|
|
3061
3049
|
"description": "A lightweight, context-aware CSS grid implementation.\n\n- Define multiple grids templates at different breakpoints\n- Uses `@container` queries to select the correct grid depending on the current dimensions\n- Use `grid-states=\"...\"` on direct descendants for `column` / `row` - `start` / `end`\n- SSR optimised",
|
|
3062
3050
|
"source": {
|
|
3063
|
-
"module": "@nanoporetech-digital/components/
|
|
3051
|
+
"module": "@nanoporetech-digital/components/src/components/grid/grid.d.ts",
|
|
3064
3052
|
"symbol": "Grid"
|
|
3065
3053
|
},
|
|
3066
3054
|
"attributes": [
|
|
@@ -3218,7 +3206,7 @@
|
|
|
3218
3206
|
"doc-url": "https://digital.git.oxfordnanolabs.local/nano-components/?path=/docs/components-grid-item",
|
|
3219
3207
|
"description": "",
|
|
3220
3208
|
"source": {
|
|
3221
|
-
"module": "@nanoporetech-digital/components/
|
|
3209
|
+
"module": "@nanoporetech-digital/components/src/components/grid/grid-item.d.ts",
|
|
3222
3210
|
"symbol": "GridItem"
|
|
3223
3211
|
},
|
|
3224
3212
|
"attributes": [],
|
|
@@ -3230,7 +3218,7 @@
|
|
|
3230
3218
|
"doc-url": "https://digital.git.oxfordnanolabs.local/nano-components/?path=/docs/components-hero",
|
|
3231
3219
|
"description": "Hero components are designed to be used once per content page to add visual impact to the introductory section of a page.",
|
|
3232
3220
|
"source": {
|
|
3233
|
-
"module": "@nanoporetech-digital/components/
|
|
3221
|
+
"module": "@nanoporetech-digital/components/src/components/hero/hero.d.ts",
|
|
3234
3222
|
"symbol": "Hero"
|
|
3235
3223
|
},
|
|
3236
3224
|
"attributes": [
|
|
@@ -3337,7 +3325,7 @@
|
|
|
3337
3325
|
"doc-url": "https://digital.git.oxfordnanolabs.local/nano-components/?path=/docs/components-icon",
|
|
3338
3326
|
"description": "An SVG loader / helper. Comes bundled with all fontawesome pro icons by default but can use any custom SVG (with an correct path). Lazily loads SVG for each icon, so will only request the icons that you're using and that are visible.",
|
|
3339
3327
|
"source": {
|
|
3340
|
-
"module": "@nanoporetech-digital/components/
|
|
3328
|
+
"module": "@nanoporetech-digital/components/src/components/icon/icon.d.ts",
|
|
3341
3329
|
"symbol": "Icon"
|
|
3342
3330
|
},
|
|
3343
3331
|
"attributes": [
|
|
@@ -3432,7 +3420,7 @@
|
|
|
3432
3420
|
"doc-url": "https://digital.git.oxfordnanolabs.local/nano-components/?path=/docs/components-icon-button",
|
|
3433
3421
|
"description": "Icons buttons are simple, icon-only buttons that can be used for actions and in toolbars.",
|
|
3434
3422
|
"source": {
|
|
3435
|
-
"module": "@nanoporetech-digital/components/
|
|
3423
|
+
"module": "@nanoporetech-digital/components/src/components/icon-button/icon-button.d.ts",
|
|
3436
3424
|
"symbol": "IconButton"
|
|
3437
3425
|
},
|
|
3438
3426
|
"attributes": [
|
|
@@ -3556,7 +3544,7 @@
|
|
|
3556
3544
|
"doc-url": "https://digital.git.oxfordnanolabs.local/nano-components/?path=/docs/components-img",
|
|
3557
3545
|
"description": "Img with benefits. Lazy loading. Simple `srcSet` solution for both `<img>` and `background-image` varieties.",
|
|
3558
3546
|
"source": {
|
|
3559
|
-
"module": "@nanoporetech-digital/components/
|
|
3547
|
+
"module": "@nanoporetech-digital/components/src/components/img/img.d.ts",
|
|
3560
3548
|
"symbol": "Img"
|
|
3561
3549
|
},
|
|
3562
3550
|
"attributes": [
|
|
@@ -3661,7 +3649,7 @@
|
|
|
3661
3649
|
"doc-url": "https://digital.git.oxfordnanolabs.local/nano-components/?path=/docs/components-input",
|
|
3662
3650
|
"description": "The input component is a wrapper to the HTML input element with custom styling and additional functionality. It accepts most of the same properties as the HTML [input](https://developer.mozilla.org/en-US/docs/Web/HTML/Element/input).\n\nIt is meant for text type inputs only, such as \"text\", \"password\", \"email\", \"number\", \"search\", \"tel\", and \"url\". It supports all standard text input events including keyup, keydown, keypress, and more.\nThe default styling reference comes from the [ONT styleguide](https://nanoporetech.zeroheight.com/styleguide/s/31282/p/230c74-text-input--textarea/b/942ee4)",
|
|
3663
3651
|
"source": {
|
|
3664
|
-
"module": "@nanoporetech-digital/components/
|
|
3652
|
+
"module": "@nanoporetech-digital/components/src/components/input/input.d.ts",
|
|
3665
3653
|
"symbol": "Input"
|
|
3666
3654
|
},
|
|
3667
3655
|
"attributes": [
|
|
@@ -3802,7 +3790,7 @@
|
|
|
3802
3790
|
},
|
|
3803
3791
|
{
|
|
3804
3792
|
"name": "invalid",
|
|
3805
|
-
"description": "This will be true when the control is in an invalid state.\nValidity is determined by the `required` prop. Or if custom validity message is set.
|
|
3793
|
+
"description": "This will be true when the control is in an invalid state.\nValidity is determined by the `required` prop. Or if custom validity message is set.",
|
|
3806
3794
|
"required": false,
|
|
3807
3795
|
"default": "false",
|
|
3808
3796
|
"value": {
|
|
@@ -4002,7 +3990,7 @@
|
|
|
4002
3990
|
},
|
|
4003
3991
|
{
|
|
4004
3992
|
"name": "validity-message",
|
|
4005
|
-
"description": "Current validation message - if any.
|
|
3993
|
+
"description": "Current validation message - if any.",
|
|
4006
3994
|
"required": false,
|
|
4007
3995
|
"value": {
|
|
4008
3996
|
"kind": "expression",
|
|
@@ -4112,7 +4100,7 @@
|
|
|
4112
4100
|
"doc-url": "https://digital.git.oxfordnanolabs.local/nano-components/?path=/docs/components-intersection-observe",
|
|
4113
4101
|
"description": "A thin, declarative interface to the IntersectionObserver API.",
|
|
4114
4102
|
"source": {
|
|
4115
|
-
"module": "@nanoporetech-digital/components/
|
|
4103
|
+
"module": "@nanoporetech-digital/components/src/components/intersection-observe/intersection-observe.d.ts",
|
|
4116
4104
|
"symbol": "IntersectionObserve"
|
|
4117
4105
|
},
|
|
4118
4106
|
"attributes": [
|
|
@@ -4189,13 +4177,13 @@
|
|
|
4189
4177
|
"doc-url": "https://digital.git.oxfordnanolabs.local/nano-components/?path=/docs/components-menu",
|
|
4190
4178
|
"description": "Menu element. Commonly wrapped by `nano-dropdown` with `nano-option` and `nano-nav-item` elements nested.\nManages focus state / active.",
|
|
4191
4179
|
"source": {
|
|
4192
|
-
"module": "@nanoporetech-digital/components/
|
|
4180
|
+
"module": "@nanoporetech-digital/components/src/components/menu/menu.d.ts",
|
|
4193
4181
|
"symbol": "Menu"
|
|
4194
4182
|
},
|
|
4195
4183
|
"attributes": [
|
|
4196
4184
|
{
|
|
4197
4185
|
"name": "has-focus",
|
|
4198
|
-
"description": "get the focus state of the menu
|
|
4186
|
+
"description": "get the focus state of the menu",
|
|
4199
4187
|
"required": false,
|
|
4200
4188
|
"default": "false",
|
|
4201
4189
|
"value": {
|
|
@@ -4267,7 +4255,7 @@
|
|
|
4267
4255
|
"doc-url": "https://digital.git.oxfordnanolabs.local/nano-components/?path=/docs/components-menu-drawer",
|
|
4268
4256
|
"description": "Menu drawer - digital specific navigation strip designed to be open (default) or closed.\nShows menu item logos only on minimised, expands to show entire menu item.\nUsed in conjunction with the [Globla-Nav](/story/compounds-global-nav) element -> it should be a direct descendent.\nOnly one nano-menu-drawer element should be present on any page. It is fixed to a side on larger screens and items are added to the global nav 'burger' on smaller screens.",
|
|
4269
4257
|
"source": {
|
|
4270
|
-
"module": "@nanoporetech-digital/components/
|
|
4258
|
+
"module": "@nanoporetech-digital/components/src/components/menu-drawer/menu-drawer.d.ts",
|
|
4271
4259
|
"symbol": "MenuDrawer"
|
|
4272
4260
|
},
|
|
4273
4261
|
"attributes": [
|
|
@@ -4329,7 +4317,7 @@
|
|
|
4329
4317
|
"doc-url": "https://digital.git.oxfordnanolabs.local/nano-components/?path=/docs/components-more-less",
|
|
4330
4318
|
"description": "A simple component to show more or less elements.",
|
|
4331
4319
|
"source": {
|
|
4332
|
-
"module": "@nanoporetech-digital/components/
|
|
4320
|
+
"module": "@nanoporetech-digital/components/src/components/more-less/more-less.d.ts",
|
|
4333
4321
|
"symbol": "MoreLess"
|
|
4334
4322
|
},
|
|
4335
4323
|
"attributes": [
|
|
@@ -4394,7 +4382,7 @@
|
|
|
4394
4382
|
"doc-url": "https://digital.git.oxfordnanolabs.local/nano-components/?path=/docs/components-nav-item",
|
|
4395
4383
|
"description": "Nav items to be used with the various nav items.\n[Globla-Nav](/story/compounds-global-nav)\n[Menu-Drawer](/story/components-menu-drawer)\n[Dropdown](/story/components-dropdown)",
|
|
4396
4384
|
"source": {
|
|
4397
|
-
"module": "@nanoporetech-digital/components/
|
|
4385
|
+
"module": "@nanoporetech-digital/components/src/components/nav-item/nav-item.d.ts",
|
|
4398
4386
|
"symbol": "NavItem"
|
|
4399
4387
|
},
|
|
4400
4388
|
"attributes": [
|
|
@@ -4575,7 +4563,7 @@
|
|
|
4575
4563
|
"doc-url": "https://digital.git.oxfordnanolabs.local/nano-components/?path=/docs/components-option",
|
|
4576
4564
|
"description": "Select options to be used with [nano-select](/story/nano-components-select) or [nano-datalist](/story/nano-components-select)",
|
|
4577
4565
|
"source": {
|
|
4578
|
-
"module": "@nanoporetech-digital/components/
|
|
4566
|
+
"module": "@nanoporetech-digital/components/src/components/option/option.d.ts",
|
|
4579
4567
|
"symbol": "Option"
|
|
4580
4568
|
},
|
|
4581
4569
|
"attributes": [
|
|
@@ -4666,7 +4654,7 @@
|
|
|
4666
4654
|
"doc-url": "https://digital.git.oxfordnanolabs.local/nano-components/?path=/docs/components-overflow-nav",
|
|
4667
4655
|
"description": "Primarily used to display navigational items that may not fit on smaller screens.\n\n- Accepts any collection of elements\n- Gives visual cues of 'more' with auto display fade effect and scroll buttons\n- Auto scrolls to the active item onload",
|
|
4668
4656
|
"source": {
|
|
4669
|
-
"module": "@nanoporetech-digital/components/
|
|
4657
|
+
"module": "@nanoporetech-digital/components/src/components/overflow-nav/overflow-nav.d.ts",
|
|
4670
4658
|
"symbol": "OverflowNav"
|
|
4671
4659
|
},
|
|
4672
4660
|
"attributes": [
|
|
@@ -4734,7 +4722,7 @@
|
|
|
4734
4722
|
"doc-url": "https://digital.git.oxfordnanolabs.local/nano-components/?path=/docs/components-progress-bar",
|
|
4735
4723
|
"description": "Used to show the status of an ongoing operation.",
|
|
4736
4724
|
"source": {
|
|
4737
|
-
"module": "@nanoporetech-digital/components/
|
|
4725
|
+
"module": "@nanoporetech-digital/components/src/components/progress-bar/progress-bar.d.ts",
|
|
4738
4726
|
"symbol": "ProgressBar"
|
|
4739
4727
|
},
|
|
4740
4728
|
"attributes": [
|
|
@@ -4782,7 +4770,7 @@
|
|
|
4782
4770
|
"doc-url": "https://digital.git.oxfordnanolabs.local/nano-components/?path=/docs/components-range",
|
|
4783
4771
|
"description": "The Range slider lets users select from a range of values by moving\nthe slider knob. It can accept dual knobs, but by default one knob controls the value of the range.\n\nLabels can be placed on either side of the range by adding the\n`slot=\"start\"` or `slot=\"end\"` to the element.",
|
|
4784
4772
|
"source": {
|
|
4785
|
-
"module": "@nanoporetech-digital/components/
|
|
4773
|
+
"module": "@nanoporetech-digital/components/src/components/range/range.d.ts",
|
|
4786
4774
|
"symbol": "Range"
|
|
4787
4775
|
},
|
|
4788
4776
|
"attributes": [
|
|
@@ -4954,7 +4942,7 @@
|
|
|
4954
4942
|
"doc-url": "https://digital.git.oxfordnanolabs.local/nano-components/?path=/docs/components-rating",
|
|
4955
4943
|
"description": "Rating - a form element to allow the viewing and input of user feedback.",
|
|
4956
4944
|
"source": {
|
|
4957
|
-
"module": "@nanoporetech-digital/components/
|
|
4945
|
+
"module": "@nanoporetech-digital/components/src/components/rating/rating.d.ts",
|
|
4958
4946
|
"symbol": "Rating"
|
|
4959
4947
|
},
|
|
4960
4948
|
"attributes": [
|
|
@@ -5078,7 +5066,7 @@
|
|
|
5078
5066
|
"doc-url": "https://digital.git.oxfordnanolabs.local/nano-components/?path=/docs/components-resize-observe",
|
|
5079
5067
|
"description": "A Resize-Observer utility component.\nTakes a string list of sizes and optional class-names.\nAdds class-names and fires `nanoResizeStateChange` events when the component reaches those sizes.\nAdditionally, can fire events when content no-longer fits within the element.",
|
|
5080
5068
|
"source": {
|
|
5081
|
-
"module": "@nanoporetech-digital/components/
|
|
5069
|
+
"module": "@nanoporetech-digital/components/src/components/resize-observe/resize-observe.d.ts",
|
|
5082
5070
|
"symbol": "ResizeObserve"
|
|
5083
5071
|
},
|
|
5084
5072
|
"attributes": [
|
|
@@ -5171,7 +5159,7 @@
|
|
|
5171
5159
|
"doc-url": "https://digital.git.oxfordnanolabs.local/nano-components/?path=/docs/components-select",
|
|
5172
5160
|
"description": "The select component is a wrapper to the HTML select element with custom styling and additional functionality.\nIt accepts most of the same properties as the HTML [select](https://developer.mozilla.org/en-US/docs/Web/HTML/Element/select).\nIt's multi selection functionality is vastly improved from the native solution. It allows for the control of\nvalue order through drag and drop or changing the insertion point with arrow keys. It also can allow for user defined values.",
|
|
5173
5161
|
"source": {
|
|
5174
|
-
"module": "@nanoporetech-digital/components/
|
|
5162
|
+
"module": "@nanoporetech-digital/components/src/components/select/select.d.ts",
|
|
5175
5163
|
"symbol": "Select"
|
|
5176
5164
|
},
|
|
5177
5165
|
"attributes": [
|
|
@@ -5419,7 +5407,7 @@
|
|
|
5419
5407
|
},
|
|
5420
5408
|
{
|
|
5421
5409
|
"name": "validity-message",
|
|
5422
|
-
"description": "Current validation message - if any.
|
|
5410
|
+
"description": "Current validation message - if any.",
|
|
5423
5411
|
"required": false,
|
|
5424
5412
|
"value": {
|
|
5425
5413
|
"kind": "expression",
|
|
@@ -5430,7 +5418,6 @@
|
|
|
5430
5418
|
"name": "value",
|
|
5431
5419
|
"description": "The value of the select.",
|
|
5432
5420
|
"required": false,
|
|
5433
|
-
"default": "this.multiple ? [] : ''",
|
|
5434
5421
|
"value": {
|
|
5435
5422
|
"kind": "expression",
|
|
5436
5423
|
"type": "string | string[]"
|
|
@@ -5542,7 +5529,7 @@
|
|
|
5542
5529
|
"doc-url": "https://digital.git.oxfordnanolabs.local/nano-components/?path=/docs/components-skeleton",
|
|
5543
5530
|
"description": "Skeletons are used to show where content will eventually be drawn.\nSimple containers for scaffolding layouts that mimic what users will see when content has finished loading.\nPrevents large areas of empty space during asynchronous operations.",
|
|
5544
5531
|
"source": {
|
|
5545
|
-
"module": "@nanoporetech-digital/components/
|
|
5532
|
+
"module": "@nanoporetech-digital/components/src/components/skeleton/skeleton.d.ts",
|
|
5546
5533
|
"symbol": "Skeleton"
|
|
5547
5534
|
},
|
|
5548
5535
|
"attributes": [
|
|
@@ -5565,7 +5552,7 @@
|
|
|
5565
5552
|
"doc-url": "https://digital.git.oxfordnanolabs.local/nano-components/?path=/docs/components-slide",
|
|
5566
5553
|
"description": "The Slides component is a multi-section container. Each section can be swiped\nor dragged between. It contains any number of [Slide](../slide) components.\n\n\nAdopted from Swiper.js:\nThe most modern mobile touch slider and framework with hardware accelerated transitions.\n\nhttp://www.idangero.us/swiper/\n\nCopyright 2016, Vladimir Kharlampidi\nThe iDangero.us\nhttp://www.idangero.us/\n\nLicensed under MIT",
|
|
5567
5554
|
"source": {
|
|
5568
|
-
"module": "@nanoporetech-digital/components/
|
|
5555
|
+
"module": "@nanoporetech-digital/components/src/components/slides/slide.d.ts",
|
|
5569
5556
|
"symbol": "Slide"
|
|
5570
5557
|
},
|
|
5571
5558
|
"attributes": [
|
|
@@ -5599,7 +5586,7 @@
|
|
|
5599
5586
|
"doc-url": "https://digital.git.oxfordnanolabs.local/nano-components/?path=/docs/components-slides",
|
|
5600
5587
|
"description": "The Slides component is a multi-section container. Each section can be swiped or dragged between.\nIt contains any number of Slide components.\n\nUses [Flickity](https://flickity.metafizzy.co/) under the hood.",
|
|
5601
5588
|
"source": {
|
|
5602
|
-
"module": "@nanoporetech-digital/components/
|
|
5589
|
+
"module": "@nanoporetech-digital/components/src/components/slides/slides.d.ts",
|
|
5603
5590
|
"symbol": "Slides"
|
|
5604
5591
|
},
|
|
5605
5592
|
"attributes": [
|
|
@@ -5820,7 +5807,7 @@
|
|
|
5820
5807
|
"doc-url": "https://digital.git.oxfordnanolabs.local/nano-components/?path=/docs/components-sortable",
|
|
5821
5808
|
"description": "An accessible and flexible re-order / sort utility component.\n\n- Drag and drop via mouse, touch or keyboard\n- Live announcements for screen readers\n- Works with or without an explicit handle (although with is preferable)",
|
|
5822
5809
|
"source": {
|
|
5823
|
-
"module": "@nanoporetech-digital/components/
|
|
5810
|
+
"module": "@nanoporetech-digital/components/src/components/sortable/sortable.d.ts",
|
|
5824
5811
|
"symbol": "Sortable"
|
|
5825
5812
|
},
|
|
5826
5813
|
"attributes": [
|
|
@@ -6045,7 +6032,7 @@
|
|
|
6045
6032
|
"doc-url": "https://digital.git.oxfordnanolabs.local/nano-components/?path=/docs/components-spinner",
|
|
6046
6033
|
"description": "Spinners are used to show the progress of an indeterminate operation.",
|
|
6047
6034
|
"source": {
|
|
6048
|
-
"module": "@nanoporetech-digital/components/
|
|
6035
|
+
"module": "@nanoporetech-digital/components/src/components/spinner/spinner.d.ts",
|
|
6049
6036
|
"symbol": "Spinner"
|
|
6050
6037
|
},
|
|
6051
6038
|
"attributes": [
|
|
@@ -6083,7 +6070,7 @@
|
|
|
6083
6070
|
"doc-url": "https://digital.git.oxfordnanolabs.local/nano-components/?path=/docs/components-split-pane",
|
|
6084
6071
|
"description": "Split panes display two adjacent panels, allowing the user to reposition them.",
|
|
6085
6072
|
"source": {
|
|
6086
|
-
"module": "@nanoporetech-digital/components/
|
|
6073
|
+
"module": "@nanoporetech-digital/components/src/components/split-pane/split-pane.d.ts",
|
|
6087
6074
|
"symbol": "SplitPane"
|
|
6088
6075
|
},
|
|
6089
6076
|
"attributes": [
|
|
@@ -6206,7 +6193,7 @@
|
|
|
6206
6193
|
"doc-url": "https://digital.git.oxfordnanolabs.local/nano-components/?path=/docs/components-sticker",
|
|
6207
6194
|
"description": "The Sticker component is a toolbox for 'sticking' items to scrolling containers.",
|
|
6208
6195
|
"source": {
|
|
6209
|
-
"module": "@nanoporetech-digital/components/
|
|
6196
|
+
"module": "@nanoporetech-digital/components/src/components/sticker/sticker.d.ts",
|
|
6210
6197
|
"symbol": "Sticker"
|
|
6211
6198
|
},
|
|
6212
6199
|
"attributes": [
|
|
@@ -6358,7 +6345,7 @@
|
|
|
6358
6345
|
"doc-url": "https://digital.git.oxfordnanolabs.local/nano-components/?path=/docs/components-tab",
|
|
6359
6346
|
"description": "",
|
|
6360
6347
|
"source": {
|
|
6361
|
-
"module": "@nanoporetech-digital/components/
|
|
6348
|
+
"module": "@nanoporetech-digital/components/src/components/tabs/tab.d.ts",
|
|
6362
6349
|
"symbol": "Tab"
|
|
6363
6350
|
},
|
|
6364
6351
|
"attributes": [
|
|
@@ -6435,7 +6422,7 @@
|
|
|
6435
6422
|
"doc-url": "https://digital.git.oxfordnanolabs.local/nano-components/?path=/docs/components-tab-content",
|
|
6436
6423
|
"description": "",
|
|
6437
6424
|
"source": {
|
|
6438
|
-
"module": "@nanoporetech-digital/components/
|
|
6425
|
+
"module": "@nanoporetech-digital/components/src/components/tabs/tab-content.d.ts",
|
|
6439
6426
|
"symbol": "TabContent"
|
|
6440
6427
|
},
|
|
6441
6428
|
"attributes": [
|
|
@@ -6473,7 +6460,7 @@
|
|
|
6473
6460
|
"doc-url": "https://digital.git.oxfordnanolabs.local/nano-components/?path=/docs/components-tab-group",
|
|
6474
6461
|
"description": "A traditional tab implementation. It nests `nano-tab` and `nano-tab-content` sub-components.\n\nTabs can be stacked vertically or horizontally (which presents different styling variations) using the `placement` attribute.\nHorizontal tabs that don't fit will overflow and scroll appropriately.\nTab-content can also be swiped to change tabs.",
|
|
6475
6462
|
"source": {
|
|
6476
|
-
"module": "@nanoporetech-digital/components/
|
|
6463
|
+
"module": "@nanoporetech-digital/components/src/components/tabs/tab-group.d.ts",
|
|
6477
6464
|
"symbol": "TabGroup"
|
|
6478
6465
|
},
|
|
6479
6466
|
"attributes": [
|
|
@@ -6597,7 +6584,7 @@
|
|
|
6597
6584
|
"doc-url": "https://digital.git.oxfordnanolabs.local/nano-components/?path=/docs/components-table",
|
|
6598
6585
|
"description": "A performant, accessible and semantic (uses real html `<table />`, `<tr />` etc) table and data-grid solution.\n\n- Built-in search\n- Built-in column filter\n- Built-in column sort\n- Easily swap in API / async based search / filter & sort\n- Pin headers, footers, rows, columns\n- Add custom rendering at every level\n- Add custom properties at every level",
|
|
6599
6586
|
"source": {
|
|
6600
|
-
"module": "@nanoporetech-digital/components/
|
|
6587
|
+
"module": "@nanoporetech-digital/components/src/components/table/table.d.ts",
|
|
6601
6588
|
"symbol": "Table"
|
|
6602
6589
|
},
|
|
6603
6590
|
"attributes": [
|
|
@@ -6613,7 +6600,7 @@
|
|
|
6613
6600
|
},
|
|
6614
6601
|
{
|
|
6615
6602
|
"name": "blocks-length",
|
|
6616
|
-
"description": "The number of total blocks currently rendered in the table.
|
|
6603
|
+
"description": "The number of total blocks currently rendered in the table.",
|
|
6617
6604
|
"required": false,
|
|
6618
6605
|
"value": {
|
|
6619
6606
|
"kind": "expression",
|
|
@@ -6902,7 +6889,7 @@
|
|
|
6902
6889
|
"doc-url": "https://digital.git.oxfordnanolabs.local/nano-components/?path=/docs/components-tooltip",
|
|
6903
6890
|
"description": "Tooltips display additional information based on a specific action.",
|
|
6904
6891
|
"source": {
|
|
6905
|
-
"module": "@nanoporetech-digital/components/
|
|
6892
|
+
"module": "@nanoporetech-digital/components/src/components/tooltip/tooltip.d.ts",
|
|
6906
6893
|
"symbol": "Tooltip"
|
|
6907
6894
|
},
|
|
6908
6895
|
"attributes": [
|