@nanoporetech-digital/components 1.15.1 → 1.15.2
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/CHANGELOG.md +8 -0
- package/dist/collection/components/accordion/accordion.js +1 -1
- package/dist/collection/components/alert/alert.js +1 -1
- package/dist/collection/components/algolia/algolia-filter.js +2 -2
- package/dist/collection/components/algolia/algolia-input.js +5 -5
- package/dist/collection/components/algolia/algolia-results.js +1 -1
- package/dist/collection/components/algolia/algolia.js +5 -5
- package/dist/collection/components/checkbox/checkbox-group.js +2 -2
- package/dist/collection/components/checkbox/checkbox.js +3 -3
- package/dist/collection/components/date-input/date-input.js +7 -7
- package/dist/collection/components/date-picker/date-picker.js +5 -5
- package/dist/collection/components/details/details.js +1 -1
- package/dist/collection/components/dialog/dialog.js +1 -1
- package/dist/collection/components/file-upload/file-upload.js +4 -4
- package/dist/collection/components/global-nav/global-nav.js +4 -4
- package/dist/collection/components/grid/grid-item.js +1 -1
- package/dist/collection/components/icon/icon.js +1 -1
- package/dist/collection/components/input/input.js +5 -5
- package/dist/collection/components/nav-item/nav-item.js +4 -4
- package/dist/collection/components/range/range.js +4 -4
- package/dist/collection/components/resize-observe/resize-observe.js +1 -1
- package/dist/collection/components/select/select.js +5 -5
- package/dist/collection/components/slides/slides.js +7 -7
- package/dist/collection/components/tabs/tab-group.js +2 -2
- package/dist/types/interface.d.ts +1 -1
- package/docs-json.json +1 -1
- package/package.json +2 -2
package/CHANGELOG.md
CHANGED
@@ -3,6 +3,14 @@
|
|
3
3
|
All notable changes to this project will be documented in this file.
|
4
4
|
See [Conventional Commits](https://conventionalcommits.org) for commit guidelines.
|
5
5
|
|
6
|
+
## [1.15.2](https://git.oxfordnanolabs.local/Digital/nano-components/compare/v1.15.1...v1.15.2) (2021-11-25)
|
7
|
+
|
8
|
+
**Note:** Version bump only for package @nanoporetech-digital/components
|
9
|
+
|
10
|
+
|
11
|
+
|
12
|
+
|
13
|
+
|
6
14
|
## [1.15.1](https://git.oxfordnanolabs.local/Digital/nano-components/compare/v1.15.0...v1.15.1) (2021-11-25)
|
7
15
|
|
8
16
|
**Note:** Version bump only for package @nanoporetech-digital/components
|
@@ -47,7 +47,7 @@ export class Accordion {
|
|
47
47
|
"references": {
|
48
48
|
"Color": {
|
49
49
|
"location": "import",
|
50
|
-
"path": "/builds/
|
50
|
+
"path": "/builds/7qm1oxEm/0/Digital/nano-components/packages/components/src/interface.d.ts"
|
51
51
|
}
|
52
52
|
}
|
53
53
|
},
|
@@ -295,7 +295,7 @@ export class Alert {
|
|
295
295
|
"references": {
|
296
296
|
"Color": {
|
297
297
|
"location": "import",
|
298
|
-
"path": "/builds/
|
298
|
+
"path": "/builds/7qm1oxEm/0/Digital/nano-components/packages/components/src/interface.d.ts"
|
299
299
|
}
|
300
300
|
}
|
301
301
|
},
|
@@ -377,7 +377,7 @@ export class AlgoliaFilter {
|
|
377
377
|
"references": {
|
378
378
|
"StorageMethods": {
|
379
379
|
"location": "import",
|
380
|
-
"path": "/builds/
|
380
|
+
"path": "/builds/7qm1oxEm/0/Digital/nano-components/packages/components/src/utils/store/component-store.ts"
|
381
381
|
}
|
382
382
|
}
|
383
383
|
},
|
@@ -420,7 +420,7 @@ export class AlgoliaFilter {
|
|
420
420
|
"references": {
|
421
421
|
"FilterChangeEventDetail": {
|
422
422
|
"location": "import",
|
423
|
-
"path": "/builds/
|
423
|
+
"path": "/builds/7qm1oxEm/0/Digital/nano-components/packages/components/src/interface.d.ts"
|
424
424
|
}
|
425
425
|
}
|
426
426
|
}
|
@@ -225,7 +225,7 @@ export class AlgoliaInput {
|
|
225
225
|
"references": {
|
226
226
|
"SearchIndex": {
|
227
227
|
"location": "import",
|
228
|
-
"path": "/builds/
|
228
|
+
"path": "/builds/7qm1oxEm/0/Digital/nano-components/packages/components/src/interface.d.ts"
|
229
229
|
}
|
230
230
|
}
|
231
231
|
},
|
@@ -346,7 +346,7 @@ export class AlgoliaInput {
|
|
346
346
|
"references": {
|
347
347
|
"StorageMethods": {
|
348
348
|
"location": "import",
|
349
|
-
"path": "/builds/
|
349
|
+
"path": "/builds/7qm1oxEm/0/Digital/nano-components/packages/components/src/utils/store/component-store.ts"
|
350
350
|
}
|
351
351
|
}
|
352
352
|
},
|
@@ -387,7 +387,7 @@ export class AlgoliaInput {
|
|
387
387
|
"references": {
|
388
388
|
"AloliaSearchResultDetail": {
|
389
389
|
"location": "import",
|
390
|
-
"path": "/builds/
|
390
|
+
"path": "/builds/7qm1oxEm/0/Digital/nano-components/packages/components/src/interface.d.ts"
|
391
391
|
}
|
392
392
|
}
|
393
393
|
}
|
@@ -407,7 +407,7 @@ export class AlgoliaInput {
|
|
407
407
|
"references": {
|
408
408
|
"AloliaSearchResultDetail": {
|
409
409
|
"location": "import",
|
410
|
-
"path": "/builds/
|
410
|
+
"path": "/builds/7qm1oxEm/0/Digital/nano-components/packages/components/src/interface.d.ts"
|
411
411
|
}
|
412
412
|
}
|
413
413
|
}
|
@@ -427,7 +427,7 @@ export class AlgoliaInput {
|
|
427
427
|
"references": {
|
428
428
|
"AloliaSearchResultDetail": {
|
429
429
|
"location": "import",
|
430
|
-
"path": "/builds/
|
430
|
+
"path": "/builds/7qm1oxEm/0/Digital/nano-components/packages/components/src/interface.d.ts"
|
431
431
|
}
|
432
432
|
}
|
433
433
|
}
|
@@ -248,7 +248,7 @@ export class AlgoliaResults {
|
|
248
248
|
"references": {
|
249
249
|
"PageChangeEventDetail": {
|
250
250
|
"location": "import",
|
251
|
-
"path": "/builds/
|
251
|
+
"path": "/builds/7qm1oxEm/0/Digital/nano-components/packages/components/src/interface.d.ts"
|
252
252
|
}
|
253
253
|
}
|
254
254
|
}
|
@@ -756,7 +756,7 @@ export class Algolia {
|
|
756
756
|
"references": {
|
757
757
|
"SearchIndex": {
|
758
758
|
"location": "import",
|
759
|
-
"path": "/builds/
|
759
|
+
"path": "/builds/7qm1oxEm/0/Digital/nano-components/packages/components/src/interface.d.ts"
|
760
760
|
}
|
761
761
|
}
|
762
762
|
},
|
@@ -1000,7 +1000,7 @@ export class Algolia {
|
|
1000
1000
|
"references": {
|
1001
1001
|
"StorageMethods": {
|
1002
1002
|
"location": "import",
|
1003
|
-
"path": "/builds/
|
1003
|
+
"path": "/builds/7qm1oxEm/0/Digital/nano-components/packages/components/src/utils/store/component-store.ts"
|
1004
1004
|
}
|
1005
1005
|
}
|
1006
1006
|
},
|
@@ -1065,7 +1065,7 @@ export class Algolia {
|
|
1065
1065
|
"references": {
|
1066
1066
|
"IndexResult": {
|
1067
1067
|
"location": "import",
|
1068
|
-
"path": "/builds/
|
1068
|
+
"path": "/builds/7qm1oxEm/0/Digital/nano-components/packages/components/src/interface.d.ts"
|
1069
1069
|
}
|
1070
1070
|
}
|
1071
1071
|
}
|
@@ -1085,7 +1085,7 @@ export class Algolia {
|
|
1085
1085
|
"references": {
|
1086
1086
|
"IndexResult": {
|
1087
1087
|
"location": "import",
|
1088
|
-
"path": "/builds/
|
1088
|
+
"path": "/builds/7qm1oxEm/0/Digital/nano-components/packages/components/src/interface.d.ts"
|
1089
1089
|
}
|
1090
1090
|
}
|
1091
1091
|
}
|
@@ -1105,7 +1105,7 @@ export class Algolia {
|
|
1105
1105
|
"references": {
|
1106
1106
|
"IndexResult": {
|
1107
1107
|
"location": "import",
|
1108
|
-
"path": "/builds/
|
1108
|
+
"path": "/builds/7qm1oxEm/0/Digital/nano-components/packages/components/src/interface.d.ts"
|
1109
1109
|
}
|
1110
1110
|
}
|
1111
1111
|
}
|
@@ -364,7 +364,7 @@ export class CheckboxGroup {
|
|
364
364
|
"references": {
|
365
365
|
"ControlValidityEventDetail": {
|
366
366
|
"location": "import",
|
367
|
-
"path": "/builds/
|
367
|
+
"path": "/builds/7qm1oxEm/0/Digital/nano-components/packages/components/src/interface.d.ts"
|
368
368
|
}
|
369
369
|
}
|
370
370
|
}
|
@@ -386,7 +386,7 @@ export class CheckboxGroup {
|
|
386
386
|
},
|
387
387
|
"ControlValidity": {
|
388
388
|
"location": "import",
|
389
|
-
"path": "/builds/
|
389
|
+
"path": "/builds/7qm1oxEm/0/Digital/nano-components/packages/components/src/interface.d.ts"
|
390
390
|
}
|
391
391
|
},
|
392
392
|
"return": "Promise<ControlValidity>"
|
@@ -402,7 +402,7 @@ export class Checkbox {
|
|
402
402
|
"references": {
|
403
403
|
"Color": {
|
404
404
|
"location": "import",
|
405
|
-
"path": "/builds/
|
405
|
+
"path": "/builds/7qm1oxEm/0/Digital/nano-components/packages/components/src/interface.d.ts"
|
406
406
|
}
|
407
407
|
}
|
408
408
|
},
|
@@ -438,7 +438,7 @@ export class Checkbox {
|
|
438
438
|
"references": {
|
439
439
|
"CheckboxChangeEventDetail": {
|
440
440
|
"location": "import",
|
441
|
-
"path": "/builds/
|
441
|
+
"path": "/builds/7qm1oxEm/0/Digital/nano-components/packages/components/src/interface.d.ts"
|
442
442
|
}
|
443
443
|
}
|
444
444
|
}
|
@@ -509,7 +509,7 @@ export class Checkbox {
|
|
509
509
|
},
|
510
510
|
"ControlValidity": {
|
511
511
|
"location": "import",
|
512
|
-
"path": "/builds/
|
512
|
+
"path": "/builds/7qm1oxEm/0/Digital/nano-components/packages/components/src/interface.d.ts"
|
513
513
|
}
|
514
514
|
},
|
515
515
|
"return": "Promise<ControlValidity>"
|
@@ -382,7 +382,7 @@ export class DateInput {
|
|
382
382
|
"references": {
|
383
383
|
"LocalDateOpts": {
|
384
384
|
"location": "import",
|
385
|
-
"path": "/builds/
|
385
|
+
"path": "/builds/7qm1oxEm/0/Digital/nano-components/packages/components/src/interface.d.ts"
|
386
386
|
}
|
387
387
|
}
|
388
388
|
},
|
@@ -503,7 +503,7 @@ export class DateInput {
|
|
503
503
|
"references": {
|
504
504
|
"DaysOfWeek": {
|
505
505
|
"location": "import",
|
506
|
-
"path": "/builds/
|
506
|
+
"path": "/builds/7qm1oxEm/0/Digital/nano-components/packages/components/src/utils/date-utils.ts"
|
507
507
|
}
|
508
508
|
}
|
509
509
|
},
|
@@ -527,7 +527,7 @@ export class DateInput {
|
|
527
527
|
"references": {
|
528
528
|
"DuetLocalizedText": {
|
529
529
|
"location": "import",
|
530
|
-
"path": "/builds/
|
530
|
+
"path": "/builds/7qm1oxEm/0/Digital/nano-components/packages/components/src/interface.d.ts"
|
531
531
|
}
|
532
532
|
}
|
533
533
|
},
|
@@ -569,7 +569,7 @@ export class DateInput {
|
|
569
569
|
"references": {
|
570
570
|
"Color": {
|
571
571
|
"location": "import",
|
572
|
-
"path": "/builds/
|
572
|
+
"path": "/builds/7qm1oxEm/0/Digital/nano-components/packages/components/src/interface.d.ts"
|
573
573
|
}
|
574
574
|
}
|
575
575
|
},
|
@@ -921,7 +921,7 @@ export class DateInput {
|
|
921
921
|
"references": {
|
922
922
|
"DateInputChangeEventDetail": {
|
923
923
|
"location": "import",
|
924
|
-
"path": "/builds/
|
924
|
+
"path": "/builds/7qm1oxEm/0/Digital/nano-components/packages/components/src/interface.d.ts"
|
925
925
|
}
|
926
926
|
}
|
927
927
|
}
|
@@ -944,7 +944,7 @@ export class DateInput {
|
|
944
944
|
"references": {
|
945
945
|
"ControlValidityEventDetail": {
|
946
946
|
"location": "import",
|
947
|
-
"path": "/builds/
|
947
|
+
"path": "/builds/7qm1oxEm/0/Digital/nano-components/packages/components/src/interface.d.ts"
|
948
948
|
}
|
949
949
|
}
|
950
950
|
}
|
@@ -966,7 +966,7 @@ export class DateInput {
|
|
966
966
|
},
|
967
967
|
"ControlValidity": {
|
968
968
|
"location": "import",
|
969
|
-
"path": "/builds/
|
969
|
+
"path": "/builds/7qm1oxEm/0/Digital/nano-components/packages/components/src/interface.d.ts"
|
970
970
|
}
|
971
971
|
},
|
972
972
|
"return": "Promise<ControlValidity>"
|
@@ -367,7 +367,7 @@ export class DatePicker {
|
|
367
367
|
"references": {
|
368
368
|
"DaysOfWeek": {
|
369
369
|
"location": "import",
|
370
|
-
"path": "/builds/
|
370
|
+
"path": "/builds/7qm1oxEm/0/Digital/nano-components/packages/components/src/utils/date-utils.ts"
|
371
371
|
}
|
372
372
|
}
|
373
373
|
},
|
@@ -392,7 +392,7 @@ export class DatePicker {
|
|
392
392
|
"references": {
|
393
393
|
"DuetLocalizedText": {
|
394
394
|
"location": "import",
|
395
|
-
"path": "/builds/
|
395
|
+
"path": "/builds/7qm1oxEm/0/Digital/nano-components/packages/components/src/interface.d.ts"
|
396
396
|
}
|
397
397
|
}
|
398
398
|
},
|
@@ -415,7 +415,7 @@ export class DatePicker {
|
|
415
415
|
"references": {
|
416
416
|
"Color": {
|
417
417
|
"location": "import",
|
418
|
-
"path": "/builds/
|
418
|
+
"path": "/builds/7qm1oxEm/0/Digital/nano-components/packages/components/src/interface.d.ts"
|
419
419
|
}
|
420
420
|
}
|
421
421
|
},
|
@@ -439,7 +439,7 @@ export class DatePicker {
|
|
439
439
|
"references": {
|
440
440
|
"DateDisabledPredicate": {
|
441
441
|
"location": "import",
|
442
|
-
"path": "/builds/
|
442
|
+
"path": "/builds/7qm1oxEm/0/Digital/nano-components/packages/components/src/interface.d.ts"
|
443
443
|
}
|
444
444
|
}
|
445
445
|
},
|
@@ -518,7 +518,7 @@ export class DatePicker {
|
|
518
518
|
"references": {
|
519
519
|
"PickerChangeEvent": {
|
520
520
|
"location": "import",
|
521
|
-
"path": "/builds/
|
521
|
+
"path": "/builds/7qm1oxEm/0/Digital/nano-components/packages/components/src/interface.d.ts"
|
522
522
|
}
|
523
523
|
}
|
524
524
|
}
|
@@ -232,7 +232,7 @@ export class Details {
|
|
232
232
|
"references": {
|
233
233
|
"Color": {
|
234
234
|
"location": "import",
|
235
|
-
"path": "/builds/
|
235
|
+
"path": "/builds/7qm1oxEm/0/Digital/nano-components/packages/components/src/interface.d.ts"
|
236
236
|
}
|
237
237
|
}
|
238
238
|
},
|
@@ -333,7 +333,7 @@ export class Dialog {
|
|
333
333
|
"references": {
|
334
334
|
"StorageMethods": {
|
335
335
|
"location": "import",
|
336
|
-
"path": "/builds/
|
336
|
+
"path": "/builds/7qm1oxEm/0/Digital/nano-components/packages/components/src/utils/store/component-store.ts"
|
337
337
|
}
|
338
338
|
}
|
339
339
|
},
|
@@ -652,7 +652,7 @@ export class FileUpload {
|
|
652
652
|
"references": {
|
653
653
|
"FileWithUrl": {
|
654
654
|
"location": "import",
|
655
|
-
"path": "/builds/
|
655
|
+
"path": "/builds/7qm1oxEm/0/Digital/nano-components/packages/components/src/interface.d.ts"
|
656
656
|
}
|
657
657
|
}
|
658
658
|
},
|
@@ -710,7 +710,7 @@ export class FileUpload {
|
|
710
710
|
"references": {
|
711
711
|
"FileInputChangeEventDetail": {
|
712
712
|
"location": "import",
|
713
|
-
"path": "/builds/
|
713
|
+
"path": "/builds/7qm1oxEm/0/Digital/nano-components/packages/components/src/interface.d.ts"
|
714
714
|
}
|
715
715
|
}
|
716
716
|
}
|
@@ -763,7 +763,7 @@ export class FileUpload {
|
|
763
763
|
"references": {
|
764
764
|
"ControlValidityEventDetail": {
|
765
765
|
"location": "import",
|
766
|
-
"path": "/builds/
|
766
|
+
"path": "/builds/7qm1oxEm/0/Digital/nano-components/packages/components/src/interface.d.ts"
|
767
767
|
}
|
768
768
|
}
|
769
769
|
}
|
@@ -785,7 +785,7 @@ export class FileUpload {
|
|
785
785
|
},
|
786
786
|
"ControlValidity": {
|
787
787
|
"location": "import",
|
788
|
-
"path": "/builds/
|
788
|
+
"path": "/builds/7qm1oxEm/0/Digital/nano-components/packages/components/src/interface.d.ts"
|
789
789
|
}
|
790
790
|
},
|
791
791
|
"return": "Promise<ControlValidity>"
|
@@ -1367,7 +1367,7 @@ export class GlobalNav {
|
|
1367
1367
|
},
|
1368
1368
|
"SearchIndex": {
|
1369
1369
|
"location": "import",
|
1370
|
-
"path": "/builds/
|
1370
|
+
"path": "/builds/7qm1oxEm/0/Digital/nano-components/packages/components/src/interface.d.ts"
|
1371
1371
|
}
|
1372
1372
|
}
|
1373
1373
|
},
|
@@ -1616,7 +1616,7 @@ export class GlobalNav {
|
|
1616
1616
|
"references": {
|
1617
1617
|
"AloliaSearchResultDetail": {
|
1618
1618
|
"location": "import",
|
1619
|
-
"path": "/builds/
|
1619
|
+
"path": "/builds/7qm1oxEm/0/Digital/nano-components/packages/components/src/interface.d.ts"
|
1620
1620
|
}
|
1621
1621
|
}
|
1622
1622
|
}
|
@@ -1636,7 +1636,7 @@ export class GlobalNav {
|
|
1636
1636
|
"references": {
|
1637
1637
|
"AlgoliaNetworkError": {
|
1638
1638
|
"location": "import",
|
1639
|
-
"path": "/builds/
|
1639
|
+
"path": "/builds/7qm1oxEm/0/Digital/nano-components/packages/components/src/interface.d.ts"
|
1640
1640
|
}
|
1641
1641
|
}
|
1642
1642
|
}
|
@@ -1656,7 +1656,7 @@ export class GlobalNav {
|
|
1656
1656
|
"references": {
|
1657
1657
|
"AloliaSearchResultDetail": {
|
1658
1658
|
"location": "import",
|
1659
|
-
"path": "/builds/
|
1659
|
+
"path": "/builds/7qm1oxEm/0/Digital/nano-components/packages/components/src/interface.d.ts"
|
1660
1660
|
}
|
1661
1661
|
}
|
1662
1662
|
}
|
@@ -121,7 +121,7 @@ export class GridItem {
|
|
121
121
|
},
|
122
122
|
"GridSizes": {
|
123
123
|
"location": "import",
|
124
|
-
"path": "/builds/
|
124
|
+
"path": "/builds/7qm1oxEm/0/Digital/nano-components/packages/components/src/interface.d.ts"
|
125
125
|
}
|
126
126
|
},
|
127
127
|
"return": "Promise<void>"
|
@@ -113,7 +113,7 @@ export class Icon {
|
|
113
113
|
"references": {
|
114
114
|
"Color": {
|
115
115
|
"location": "import",
|
116
|
-
"path": "/builds/
|
116
|
+
"path": "/builds/7qm1oxEm/0/Digital/nano-components/packages/components/src/interface.d.ts"
|
117
117
|
}
|
118
118
|
}
|
119
119
|
},
|
@@ -437,7 +437,7 @@ export class Input {
|
|
437
437
|
"references": {
|
438
438
|
"Color": {
|
439
439
|
"location": "import",
|
440
|
-
"path": "/builds/
|
440
|
+
"path": "/builds/7qm1oxEm/0/Digital/nano-components/packages/components/src/interface.d.ts"
|
441
441
|
}
|
442
442
|
}
|
443
443
|
},
|
@@ -1008,7 +1008,7 @@ export class Input {
|
|
1008
1008
|
"references": {
|
1009
1009
|
"TextFieldTypes": {
|
1010
1010
|
"location": "import",
|
1011
|
-
"path": "/builds/
|
1011
|
+
"path": "/builds/7qm1oxEm/0/Digital/nano-components/packages/components/src/interface.d.ts"
|
1012
1012
|
}
|
1013
1013
|
}
|
1014
1014
|
},
|
@@ -1167,7 +1167,7 @@ export class Input {
|
|
1167
1167
|
"references": {
|
1168
1168
|
"InputChangeEventDetail": {
|
1169
1169
|
"location": "import",
|
1170
|
-
"path": "/builds/
|
1170
|
+
"path": "/builds/7qm1oxEm/0/Digital/nano-components/packages/components/src/interface.d.ts"
|
1171
1171
|
}
|
1172
1172
|
}
|
1173
1173
|
}
|
@@ -1256,7 +1256,7 @@ export class Input {
|
|
1256
1256
|
"references": {
|
1257
1257
|
"ControlValidityEventDetail": {
|
1258
1258
|
"location": "import",
|
1259
|
-
"path": "/builds/
|
1259
|
+
"path": "/builds/7qm1oxEm/0/Digital/nano-components/packages/components/src/interface.d.ts"
|
1260
1260
|
}
|
1261
1261
|
}
|
1262
1262
|
}
|
@@ -1278,7 +1278,7 @@ export class Input {
|
|
1278
1278
|
},
|
1279
1279
|
"ControlValidity": {
|
1280
1280
|
"location": "import",
|
1281
|
-
"path": "/builds/
|
1281
|
+
"path": "/builds/7qm1oxEm/0/Digital/nano-components/packages/components/src/interface.d.ts"
|
1282
1282
|
}
|
1283
1283
|
},
|
1284
1284
|
"return": "Promise<ControlValidity>"
|
@@ -484,7 +484,7 @@ export class NavItem {
|
|
484
484
|
"references": {
|
485
485
|
"NavItemEventDetail": {
|
486
486
|
"location": "import",
|
487
|
-
"path": "/builds/
|
487
|
+
"path": "/builds/7qm1oxEm/0/Digital/nano-components/packages/components/src/interface.d.ts"
|
488
488
|
}
|
489
489
|
}
|
490
490
|
}
|
@@ -504,7 +504,7 @@ export class NavItem {
|
|
504
504
|
"references": {
|
505
505
|
"NavItemEventDetail": {
|
506
506
|
"location": "import",
|
507
|
-
"path": "/builds/
|
507
|
+
"path": "/builds/7qm1oxEm/0/Digital/nano-components/packages/components/src/interface.d.ts"
|
508
508
|
}
|
509
509
|
}
|
510
510
|
}
|
@@ -524,7 +524,7 @@ export class NavItem {
|
|
524
524
|
"references": {
|
525
525
|
"NavItemEventDetail": {
|
526
526
|
"location": "import",
|
527
|
-
"path": "/builds/
|
527
|
+
"path": "/builds/7qm1oxEm/0/Digital/nano-components/packages/components/src/interface.d.ts"
|
528
528
|
}
|
529
529
|
}
|
530
530
|
}
|
@@ -544,7 +544,7 @@ export class NavItem {
|
|
544
544
|
"references": {
|
545
545
|
"NavItemEventDetail": {
|
546
546
|
"location": "import",
|
547
|
-
"path": "/builds/
|
547
|
+
"path": "/builds/7qm1oxEm/0/Digital/nano-components/packages/components/src/interface.d.ts"
|
548
548
|
}
|
549
549
|
}
|
550
550
|
}
|
@@ -367,7 +367,7 @@ export class Range {
|
|
367
367
|
"references": {
|
368
368
|
"Color": {
|
369
369
|
"location": "import",
|
370
|
-
"path": "/builds/
|
370
|
+
"path": "/builds/7qm1oxEm/0/Digital/nano-components/packages/components/src/interface.d.ts"
|
371
371
|
}
|
372
372
|
}
|
373
373
|
},
|
@@ -591,7 +591,7 @@ export class Range {
|
|
591
591
|
"references": {
|
592
592
|
"RangeValue": {
|
593
593
|
"location": "import",
|
594
|
-
"path": "/builds/
|
594
|
+
"path": "/builds/7qm1oxEm/0/Digital/nano-components/packages/components/src/interface.d.ts"
|
595
595
|
}
|
596
596
|
}
|
597
597
|
},
|
@@ -629,7 +629,7 @@ export class Range {
|
|
629
629
|
"references": {
|
630
630
|
"RangeChangeEventDetail": {
|
631
631
|
"location": "import",
|
632
|
-
"path": "/builds/
|
632
|
+
"path": "/builds/7qm1oxEm/0/Digital/nano-components/packages/components/src/interface.d.ts"
|
633
633
|
}
|
634
634
|
}
|
635
635
|
}
|
@@ -652,7 +652,7 @@ export class Range {
|
|
652
652
|
"references": {
|
653
653
|
"StyleEventDetail": {
|
654
654
|
"location": "import",
|
655
|
-
"path": "/builds/
|
655
|
+
"path": "/builds/7qm1oxEm/0/Digital/nano-components/packages/components/src/interface.d.ts"
|
656
656
|
}
|
657
657
|
}
|
658
658
|
}
|
@@ -173,7 +173,7 @@ export class ResizeObserve {
|
|
173
173
|
"references": {
|
174
174
|
"ResizeStateChangeEventDetail": {
|
175
175
|
"location": "import",
|
176
|
-
"path": "/builds/
|
176
|
+
"path": "/builds/7qm1oxEm/0/Digital/nano-components/packages/components/src/interface.d.ts"
|
177
177
|
}
|
178
178
|
}
|
179
179
|
}
|
@@ -870,7 +870,7 @@ export class Select {
|
|
870
870
|
"references": {
|
871
871
|
"Color": {
|
872
872
|
"location": "import",
|
873
|
-
"path": "/builds/
|
873
|
+
"path": "/builds/7qm1oxEm/0/Digital/nano-components/packages/components/src/interface.d.ts"
|
874
874
|
}
|
875
875
|
}
|
876
876
|
},
|
@@ -1374,7 +1374,7 @@ export class Select {
|
|
1374
1374
|
"references": {
|
1375
1375
|
"SelectChangeEventDetail": {
|
1376
1376
|
"location": "import",
|
1377
|
-
"path": "/builds/
|
1377
|
+
"path": "/builds/7qm1oxEm/0/Digital/nano-components/packages/components/src/interface.d.ts"
|
1378
1378
|
}
|
1379
1379
|
}
|
1380
1380
|
}
|
@@ -1460,7 +1460,7 @@ export class Select {
|
|
1460
1460
|
"references": {
|
1461
1461
|
"InputChangeEventDetail": {
|
1462
1462
|
"location": "import",
|
1463
|
-
"path": "/builds/
|
1463
|
+
"path": "/builds/7qm1oxEm/0/Digital/nano-components/packages/components/src/interface.d.ts"
|
1464
1464
|
}
|
1465
1465
|
}
|
1466
1466
|
}
|
@@ -1483,7 +1483,7 @@ export class Select {
|
|
1483
1483
|
"references": {
|
1484
1484
|
"ControlValidityEventDetail": {
|
1485
1485
|
"location": "import",
|
1486
|
-
"path": "/builds/
|
1486
|
+
"path": "/builds/7qm1oxEm/0/Digital/nano-components/packages/components/src/interface.d.ts"
|
1487
1487
|
}
|
1488
1488
|
}
|
1489
1489
|
}
|
@@ -1505,7 +1505,7 @@ export class Select {
|
|
1505
1505
|
},
|
1506
1506
|
"ControlValidity": {
|
1507
1507
|
"location": "import",
|
1508
|
-
"path": "/builds/
|
1508
|
+
"path": "/builds/7qm1oxEm/0/Digital/nano-components/packages/components/src/interface.d.ts"
|
1509
1509
|
}
|
1510
1510
|
},
|
1511
1511
|
"return": "Promise<ControlValidity>"
|
@@ -450,7 +450,7 @@ export class Slides {
|
|
450
450
|
"references": {
|
451
451
|
"FlickityOptions": {
|
452
452
|
"location": "import",
|
453
|
-
"path": "/builds/
|
453
|
+
"path": "/builds/7qm1oxEm/0/Digital/nano-components/packages/components/src/interface.d.ts"
|
454
454
|
}
|
455
455
|
}
|
456
456
|
},
|
@@ -553,7 +553,7 @@ export class Slides {
|
|
553
553
|
"references": {
|
554
554
|
"SlideAnimation": {
|
555
555
|
"location": "import",
|
556
|
-
"path": "/builds/
|
556
|
+
"path": "/builds/7qm1oxEm/0/Digital/nano-components/packages/components/src/interface.d.ts"
|
557
557
|
}
|
558
558
|
}
|
559
559
|
},
|
@@ -744,7 +744,7 @@ export class Slides {
|
|
744
744
|
"references": {
|
745
745
|
"DragEvent": {
|
746
746
|
"location": "import",
|
747
|
-
"path": "/builds/
|
747
|
+
"path": "/builds/7qm1oxEm/0/Digital/nano-components/packages/components/src/interface.d.ts"
|
748
748
|
}
|
749
749
|
}
|
750
750
|
}
|
@@ -764,7 +764,7 @@ export class Slides {
|
|
764
764
|
"references": {
|
765
765
|
"DragEvent": {
|
766
766
|
"location": "import",
|
767
|
-
"path": "/builds/
|
767
|
+
"path": "/builds/7qm1oxEm/0/Digital/nano-components/packages/components/src/interface.d.ts"
|
768
768
|
}
|
769
769
|
}
|
770
770
|
}
|
@@ -784,7 +784,7 @@ export class Slides {
|
|
784
784
|
"references": {
|
785
785
|
"DragEvent": {
|
786
786
|
"location": "import",
|
787
|
-
"path": "/builds/
|
787
|
+
"path": "/builds/7qm1oxEm/0/Digital/nano-components/packages/components/src/interface.d.ts"
|
788
788
|
}
|
789
789
|
}
|
790
790
|
}
|
@@ -804,7 +804,7 @@ export class Slides {
|
|
804
804
|
"references": {
|
805
805
|
"DragEvent": {
|
806
806
|
"location": "import",
|
807
|
-
"path": "/builds/
|
807
|
+
"path": "/builds/7qm1oxEm/0/Digital/nano-components/packages/components/src/interface.d.ts"
|
808
808
|
}
|
809
809
|
}
|
810
810
|
}
|
@@ -1111,7 +1111,7 @@ export class Slides {
|
|
1111
1111
|
},
|
1112
1112
|
"Flickity": {
|
1113
1113
|
"location": "import",
|
1114
|
-
"path": "/builds/
|
1114
|
+
"path": "/builds/7qm1oxEm/0/Digital/nano-components/packages/components/src/interface.d.ts"
|
1115
1115
|
}
|
1116
1116
|
},
|
1117
1117
|
"return": "Promise<Flickity>"
|
@@ -440,7 +440,7 @@ export class TabGroup {
|
|
440
440
|
"references": {
|
441
441
|
"Color": {
|
442
442
|
"location": "import",
|
443
|
-
"path": "/builds/
|
443
|
+
"path": "/builds/7qm1oxEm/0/Digital/nano-components/packages/components/src/interface.d.ts"
|
444
444
|
}
|
445
445
|
}
|
446
446
|
},
|
@@ -483,7 +483,7 @@ export class TabGroup {
|
|
483
483
|
"references": {
|
484
484
|
"StorageMethods": {
|
485
485
|
"location": "import",
|
486
|
-
"path": "/builds/
|
486
|
+
"path": "/builds/7qm1oxEm/0/Digital/nano-components/packages/components/src/utils/store/component-store.ts"
|
487
487
|
}
|
488
488
|
}
|
489
489
|
},
|
package/docs-json.json
CHANGED
package/package.json
CHANGED
@@ -1,6 +1,6 @@
|
|
1
1
|
{
|
2
2
|
"name": "@nanoporetech-digital/components",
|
3
|
-
"version": "1.15.
|
3
|
+
"version": "1.15.2",
|
4
4
|
"repository": {
|
5
5
|
"type": "git",
|
6
6
|
"url": "https://git.oxfordnanolabs.local/Digital/nano-components"
|
@@ -126,5 +126,5 @@
|
|
126
126
|
"peerDependencies": {
|
127
127
|
"@stencil/core": "^2.5.0"
|
128
128
|
},
|
129
|
-
"gitHead": "
|
129
|
+
"gitHead": "32efae73a92b47d358e5b57b6ec9f2c20e53a984"
|
130
130
|
}
|