@nanoporetech-digital/components 2.3.0 → 2.5.0
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/CHANGELOG.md +39 -0
- package/dist/cjs/loader.cjs.js +1 -1
- package/dist/cjs/nano-checkbox.cjs.entry.js.map +1 -1
- package/dist/cjs/nano-components.cjs.js +1 -1
- package/dist/cjs/nano-datalist_3.cjs.entry.js +2 -1
- package/dist/cjs/nano-datalist_3.cjs.entry.js.map +1 -1
- package/dist/cjs/nano-date-input.cjs.entry.js +18 -6
- package/dist/cjs/nano-date-input.cjs.entry.js.map +1 -1
- package/dist/cjs/nano-details.cjs.entry.js +3 -3
- package/dist/cjs/nano-details.cjs.entry.js.map +1 -1
- package/dist/cjs/nano-dropdown.cjs.entry.js +1 -1
- package/dist/cjs/nano-dropdown.cjs.entry.js.map +1 -1
- package/dist/cjs/nano-nav-item_2.cjs.entry.js +1 -1
- package/dist/cjs/nano-nav-item_2.cjs.entry.js.map +1 -1
- package/dist/cjs/nano-split-pane.cjs.entry.js +8 -0
- package/dist/cjs/nano-split-pane.cjs.entry.js.map +1 -1
- package/dist/cjs/nano-tab-group.cjs.entry.js +1 -1
- package/dist/cjs/nano-tab-group.cjs.entry.js.map +1 -1
- package/dist/cjs/nano-tooltip.cjs.entry.js +1 -1
- package/dist/cjs/{popover-848d73ea.js → popover-8c86d338.js} +19 -4
- package/dist/cjs/popover-8c86d338.js.map +1 -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 +6 -6
- package/dist/collection/components/checkbox/checkbox-group.js +2 -2
- package/dist/collection/components/checkbox/checkbox.js +6 -6
- package/dist/collection/components/checkbox/checkbox.js.map +1 -1
- package/dist/collection/components/datalist/datalist.js +6 -5
- package/dist/collection/components/datalist/datalist.js.map +1 -1
- package/dist/collection/components/date-input/date-input.css +0 -20
- package/dist/collection/components/date-input/date-input.js +43 -13
- package/dist/collection/components/date-input/date-input.js.map +1 -1
- package/dist/collection/components/date-picker/date-picker.js +5 -5
- package/dist/collection/components/details/details.js +11 -6
- package/dist/collection/components/details/details.js.map +1 -1
- package/dist/collection/components/dialog/dialog.js +1 -1
- package/dist/collection/components/dropdown/dropdown.js +8 -3
- package/dist/collection/components/dropdown/dropdown.js.map +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.css +1 -0
- 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 +8 -8
- package/dist/collection/components/select/select.js.map +1 -1
- package/dist/collection/components/slides/slides.js +7 -7
- package/dist/collection/components/split-pane/split-pane.js +49 -1
- package/dist/collection/components/split-pane/split-pane.js.map +1 -1
- package/dist/collection/components/tabs/tab-group.css +6 -4
- package/dist/collection/components/tabs/tab-group.js +2 -2
- package/dist/collection/utils/popover.js +18 -3
- package/dist/collection/utils/popover.js.map +1 -1
- package/dist/components/datalist.js +2 -1
- package/dist/components/datalist.js.map +1 -1
- package/dist/components/dropdown.js.map +1 -1
- package/dist/components/nano-checkbox.js +3 -3
- package/dist/components/nano-checkbox.js.map +1 -1
- package/dist/components/nano-date-input.js +19 -6
- package/dist/components/nano-date-input.js.map +1 -1
- package/dist/components/nano-details.js +3 -3
- package/dist/components/nano-details.js.map +1 -1
- package/dist/components/nano-split-pane.js +11 -1
- package/dist/components/nano-split-pane.js.map +1 -1
- package/dist/components/nano-tab-group.js +1 -1
- package/dist/components/nano-tab-group.js.map +1 -1
- package/dist/components/nav-item.js +1 -1
- package/dist/components/nav-item.js.map +1 -1
- package/dist/components/popover.js +18 -3
- package/dist/components/popover.js.map +1 -1
- package/dist/components/select.js.map +1 -1
- package/dist/custom-elements/index.js +53 -17
- package/dist/custom-elements/index.js.map +1 -1
- package/dist/esm/loader.js +1 -1
- package/dist/esm/nano-checkbox.entry.js.map +1 -1
- package/dist/esm/nano-components.js +1 -1
- package/dist/esm/nano-datalist_3.entry.js +2 -1
- package/dist/esm/nano-datalist_3.entry.js.map +1 -1
- package/dist/esm/nano-date-input.entry.js +18 -6
- package/dist/esm/nano-date-input.entry.js.map +1 -1
- package/dist/esm/nano-details.entry.js +3 -3
- package/dist/esm/nano-details.entry.js.map +1 -1
- package/dist/esm/nano-dropdown.entry.js +1 -1
- package/dist/esm/nano-dropdown.entry.js.map +1 -1
- package/dist/esm/nano-nav-item_2.entry.js +1 -1
- package/dist/esm/nano-nav-item_2.entry.js.map +1 -1
- package/dist/esm/nano-split-pane.entry.js +8 -0
- package/dist/esm/nano-split-pane.entry.js.map +1 -1
- package/dist/esm/nano-tab-group.entry.js +1 -1
- package/dist/esm/nano-tab-group.entry.js.map +1 -1
- package/dist/esm/nano-tooltip.entry.js +1 -1
- package/dist/esm/{popover-46b5193d.js → popover-7639005b.js} +19 -4
- package/dist/{nano-components/p-d35d468b.system.js.map → esm/popover-7639005b.js.map} +1 -1
- package/dist/esm-es5/loader.js +1 -1
- package/dist/esm-es5/loader.js.map +1 -1
- package/dist/esm-es5/nano-checkbox.entry.js.map +1 -1
- package/dist/esm-es5/nano-components.js +1 -1
- package/dist/esm-es5/nano-components.js.map +1 -1
- package/dist/esm-es5/nano-datalist_3.entry.js +1 -1
- package/dist/esm-es5/nano-datalist_3.entry.js.map +1 -1
- package/dist/esm-es5/nano-date-input.entry.js +1 -1
- package/dist/esm-es5/nano-date-input.entry.js.map +1 -1
- package/dist/esm-es5/nano-details.entry.js +1 -1
- package/dist/esm-es5/nano-details.entry.js.map +1 -1
- package/dist/esm-es5/nano-dropdown.entry.js +1 -1
- package/dist/esm-es5/nano-dropdown.entry.js.map +1 -1
- package/dist/esm-es5/nano-nav-item_2.entry.js +1 -1
- package/dist/esm-es5/nano-nav-item_2.entry.js.map +1 -1
- package/dist/esm-es5/nano-split-pane.entry.js +2 -2
- package/dist/esm-es5/nano-split-pane.entry.js.map +1 -1
- package/dist/esm-es5/nano-tab-group.entry.js +2 -2
- package/dist/esm-es5/nano-tab-group.entry.js.map +1 -1
- package/dist/esm-es5/nano-tooltip.entry.js +1 -1
- package/dist/esm-es5/{popover-46b5193d.js → popover-7639005b.js} +2 -2
- package/dist/esm-es5/popover-7639005b.js.map +1 -0
- package/dist/nano-components/nano-components.esm.js +1 -1
- package/dist/nano-components/nano-components.esm.js.map +1 -1
- package/dist/nano-components/p-0618fac6.system.entry.js +5 -0
- package/dist/nano-components/p-0618fac6.system.entry.js.map +1 -0
- package/dist/nano-components/p-096682d9.system.js +1 -1
- package/dist/nano-components/p-096682d9.system.js.map +1 -1
- package/dist/nano-components/p-12f70017.system.entry.js +5 -0
- package/dist/nano-components/p-12f70017.system.entry.js.map +1 -0
- package/dist/nano-components/{p-4b7cd30c.js → p-178c34e3.js} +2 -2
- package/dist/nano-components/p-178c34e3.js.map +1 -0
- package/dist/nano-components/p-20db18f3.entry.js.map +1 -1
- package/dist/nano-components/p-2be7aab0.system.entry.js +5 -0
- package/dist/nano-components/p-2be7aab0.system.entry.js.map +1 -0
- package/dist/nano-components/p-2e38a927.entry.js +5 -0
- package/dist/nano-components/p-2e38a927.entry.js.map +1 -0
- package/dist/nano-components/{p-8b3ee91b.system.entry.js → p-383fda90.system.entry.js} +2 -2
- package/dist/nano-components/{p-8b3ee91b.system.entry.js.map → p-383fda90.system.entry.js.map} +0 -0
- package/dist/nano-components/p-4ee978ff.entry.js +5 -0
- package/dist/nano-components/p-4ee978ff.entry.js.map +1 -0
- package/dist/nano-components/{p-d9f2dda5.entry.js → p-58d7f10f.entry.js} +2 -2
- package/dist/nano-components/p-58d7f10f.entry.js.map +1 -0
- package/dist/nano-components/p-6dd58c39.entry.js +5 -0
- package/dist/nano-components/p-6dd58c39.entry.js.map +1 -0
- package/dist/nano-components/{p-e11bd40d.entry.js → p-7246bef5.entry.js} +2 -2
- package/dist/nano-components/p-7246bef5.entry.js.map +1 -0
- package/dist/nano-components/p-7d351076.system.entry.js +5 -0
- package/dist/nano-components/p-7d351076.system.entry.js.map +1 -0
- package/dist/nano-components/p-93448bcd.system.entry.js.map +1 -1
- package/dist/nano-components/{p-d35d468b.system.js → p-9745d44e.system.js} +2 -2
- package/dist/nano-components/p-9745d44e.system.js.map +1 -0
- package/dist/nano-components/{p-fd1a86d2.system.entry.js → p-9acc4596.system.entry.js} +2 -2
- package/dist/nano-components/p-9acc4596.system.entry.js.map +1 -0
- package/dist/nano-components/p-bcd69559.entry.js +5 -0
- package/dist/nano-components/p-bcd69559.entry.js.map +1 -0
- package/dist/nano-components/{p-094ab6f8.entry.js → p-c9d09839.entry.js} +2 -2
- package/dist/nano-components/p-c9d09839.entry.js.map +1 -0
- package/dist/nano-components/{p-94593617.system.entry.js → p-d8d8bac6.system.entry.js} +2 -2
- package/dist/nano-components/p-d8d8bac6.system.entry.js.map +1 -0
- package/dist/nano-components/{p-e01adaa3.entry.js → p-e7fdc62d.entry.js} +2 -2
- package/dist/nano-components/{p-e01adaa3.entry.js.map → p-e7fdc62d.entry.js.map} +0 -0
- package/dist/nano-components/p-ec39b143.system.entry.js +5 -0
- package/dist/nano-components/p-ec39b143.system.entry.js.map +1 -0
- package/dist/types/components/datalist/datalist.d.ts +1 -1
- package/dist/types/components/date-input/date-input.d.ts +5 -0
- package/dist/types/components/details/details.d.ts +5 -0
- package/dist/types/components/dropdown/dropdown.d.ts +2 -1
- package/dist/types/components/split-pane/split-pane.d.ts +4 -0
- package/dist/types/components.d.ts +23 -28
- package/dist/types/utils/popover.d.ts +12 -11
- package/docs-json.json +125 -99
- package/docs-vscode.json +13 -1
- package/package.json +2 -2
- package/dist/cjs/popover-848d73ea.js.map +0 -1
- package/dist/esm/popover-46b5193d.js.map +0 -1
- package/dist/esm-es5/popover-46b5193d.js.map +0 -1
- package/dist/nano-components/p-094ab6f8.entry.js.map +0 -1
- package/dist/nano-components/p-2fca45bc.entry.js +0 -5
- package/dist/nano-components/p-2fca45bc.entry.js.map +0 -1
- package/dist/nano-components/p-3f736fa2.system.entry.js +0 -5
- package/dist/nano-components/p-3f736fa2.system.entry.js.map +0 -1
- package/dist/nano-components/p-4b7cd30c.js.map +0 -1
- package/dist/nano-components/p-5a476bba.system.entry.js +0 -5
- package/dist/nano-components/p-5a476bba.system.entry.js.map +0 -1
- package/dist/nano-components/p-71c26ace.entry.js +0 -5
- package/dist/nano-components/p-71c26ace.entry.js.map +0 -1
- package/dist/nano-components/p-7d2e2685.entry.js +0 -5
- package/dist/nano-components/p-7d2e2685.entry.js.map +0 -1
- package/dist/nano-components/p-94593617.system.entry.js.map +0 -1
- package/dist/nano-components/p-9ca5e023.system.entry.js +0 -5
- package/dist/nano-components/p-9ca5e023.system.entry.js.map +0 -1
- package/dist/nano-components/p-ad0715d1.entry.js +0 -5
- package/dist/nano-components/p-ad0715d1.entry.js.map +0 -1
- package/dist/nano-components/p-c20b6f1c.system.entry.js +0 -5
- package/dist/nano-components/p-c20b6f1c.system.entry.js.map +0 -1
- package/dist/nano-components/p-d9f2dda5.entry.js.map +0 -1
- package/dist/nano-components/p-e11bd40d.entry.js.map +0 -1
- package/dist/nano-components/p-e15be516.system.entry.js +0 -5
- package/dist/nano-components/p-e15be516.system.entry.js.map +0 -1
- package/dist/nano-components/p-fd1a86d2.system.entry.js.map +0 -1
package/docs-json.json
CHANGED
@@ -1,5 +1,5 @@
|
|
1
1
|
{
|
2
|
-
"timestamp": "2022-05-
|
2
|
+
"timestamp": "2022-05-26T00:24:07",
|
3
3
|
"compiler": {
|
4
4
|
"name": "@stencil/core",
|
5
5
|
"version": "2.12.2",
|
@@ -1801,7 +1801,7 @@
|
|
1801
1801
|
"type": "string",
|
1802
1802
|
"mutable": false,
|
1803
1803
|
"attr": "name",
|
1804
|
-
"reflectToAttr":
|
1804
|
+
"reflectToAttr": true,
|
1805
1805
|
"docs": "The name of the control, which is submitted with the form data.",
|
1806
1806
|
"docsTags": [],
|
1807
1807
|
"values": [
|
@@ -1819,7 +1819,7 @@
|
|
1819
1819
|
"type": "boolean",
|
1820
1820
|
"mutable": false,
|
1821
1821
|
"attr": "required",
|
1822
|
-
"reflectToAttr":
|
1822
|
+
"reflectToAttr": true,
|
1823
1823
|
"docs": "Set to true to make the field required.",
|
1824
1824
|
"docsTags": [],
|
1825
1825
|
"default": "false",
|
@@ -1874,7 +1874,7 @@
|
|
1874
1874
|
"type": "string",
|
1875
1875
|
"mutable": false,
|
1876
1876
|
"attr": "value",
|
1877
|
-
"reflectToAttr":
|
1877
|
+
"reflectToAttr": true,
|
1878
1878
|
"docs": "The value of a checkbox is analogous to the value of an `<input type='checkbox'>`,\nit's only present when `checked` is true.",
|
1879
1879
|
"docsTags": [],
|
1880
1880
|
"default": "'on'",
|
@@ -2449,7 +2449,7 @@
|
|
2449
2449
|
},
|
2450
2450
|
{
|
2451
2451
|
"name": "dropDownConfig",
|
2452
|
-
"type": "{ host?: HTMLNanoDropdownElement; autoOpen?: boolean; open?: boolean; handleOpenChange?: () => void; closeOnSelect?: boolean; containingElement?: HTMLElement; tetherTo?: HTMLElement; handleTetherToChange?: () => void; placement?:
|
2452
|
+
"type": "{ host?: HTMLNanoDropdownElement; autoOpen?: boolean; open?: boolean; handleOpenChange?: () => void; closeOnSelect?: boolean; containingElement?: HTMLElement; tetherTo?: HTMLElement; handleTetherToChange?: () => void; placement?: PopoverPlacement; distance?: number; skidding?: number; hoist?: boolean; handlePopoverOptionsChange?: () => void; dialogTitle?: string; nanoShow?: EventEmitter<any>; nanoAfterShow?: EventEmitter<any>; nanoHide?: EventEmitter<any>; nanoAfterHide?: EventEmitter<any>; secondaryOpen?: (ev: CustomEvent<any>) => void; secondaryClose?: (ev: CustomEvent<any>) => void; handlePanelSelect?: (event: CustomEvent<any>) => void; show?: () => Promise<void>; hide?: () => Promise<void>; connectedCallback?: () => void; componentDidLoad?: () => void; disconnectedCallback?: () => void; render?: () => any; }",
|
2453
2453
|
"mutable": false,
|
2454
2454
|
"reflectToAttr": false,
|
2455
2455
|
"docs": "nano-dropdown config options you can pass to the nested dropdown component",
|
@@ -2457,50 +2457,7 @@
|
|
2457
2457
|
"default": "{\n skidding: -1,\n }",
|
2458
2458
|
"values": [
|
2459
2459
|
{
|
2460
|
-
"type": "{ host?: HTMLNanoDropdownElement; autoOpen?: boolean; open?: boolean; handleOpenChange?: () => void; closeOnSelect?: boolean; containingElement?: HTMLElement; tetherTo?: HTMLElement; handleTetherToChange?: () => void; placement?:
|
2461
|
-
},
|
2462
|
-
{
|
2463
|
-
"value": "top-start",
|
2464
|
-
"type": "string"
|
2465
|
-
},
|
2466
|
-
{
|
2467
|
-
"value": "top-end",
|
2468
|
-
"type": "string"
|
2469
|
-
},
|
2470
|
-
{
|
2471
|
-
"value": "bottom",
|
2472
|
-
"type": "string"
|
2473
|
-
},
|
2474
|
-
{
|
2475
|
-
"value": "bottom-start",
|
2476
|
-
"type": "string"
|
2477
|
-
},
|
2478
|
-
{
|
2479
|
-
"value": "bottom-end",
|
2480
|
-
"type": "string"
|
2481
|
-
},
|
2482
|
-
{
|
2483
|
-
"value": "right",
|
2484
|
-
"type": "string"
|
2485
|
-
},
|
2486
|
-
{
|
2487
|
-
"value": "right-start",
|
2488
|
-
"type": "string"
|
2489
|
-
},
|
2490
|
-
{
|
2491
|
-
"value": "right-end",
|
2492
|
-
"type": "string"
|
2493
|
-
},
|
2494
|
-
{
|
2495
|
-
"value": "left",
|
2496
|
-
"type": "string"
|
2497
|
-
},
|
2498
|
-
{
|
2499
|
-
"value": "left-start",
|
2500
|
-
"type": "string"
|
2501
|
-
},
|
2502
|
-
{
|
2503
|
-
"type": "\"left-end\"; distance?: number; skidding?: number; hoist?: boolean; handlePopoverOptionsChange?: () => void; dialogTitle?: string; nanoShow?: EventEmitter<any>; nanoAfterShow?: EventEmitter<any>; nanoHide?: EventEmitter<any>; nanoAfterHide?: EventEmitter<any>; secondaryOpen?: (ev: CustomEvent<any>) => void; secondaryClose?: (ev: CustomEvent<any>) => void; handlePanelSelect?: (event: CustomEvent<any>) => void; show?: () => Promise<void>; hide?: () => Promise<void>; connectedCallback?: () => void; componentDidLoad?: () => void; disconnectedCallback?: () => void; render?: () => any; }"
|
2460
|
+
"type": "{ host?: HTMLNanoDropdownElement; autoOpen?: boolean; open?: boolean; handleOpenChange?: () => void; closeOnSelect?: boolean; containingElement?: HTMLElement; tetherTo?: HTMLElement; handleTetherToChange?: () => void; placement?: PopoverPlacement; distance?: number; skidding?: number; hoist?: boolean; handlePopoverOptionsChange?: () => void; dialogTitle?: string; nanoShow?: EventEmitter<any>; nanoAfterShow?: EventEmitter<any>; nanoHide?: EventEmitter<any>; nanoAfterHide?: EventEmitter<any>; secondaryOpen?: (ev: CustomEvent<any>) => void; secondaryClose?: (ev: CustomEvent<any>) => void; handlePanelSelect?: (event: CustomEvent<any>) => void; show?: () => Promise<void>; hide?: () => Promise<void>; connectedCallback?: () => void; componentDidLoad?: () => void; disconnectedCallback?: () => void; render?: () => any; }"
|
2504
2461
|
}
|
2505
2462
|
],
|
2506
2463
|
"optional": false,
|
@@ -2590,7 +2547,7 @@
|
|
2590
2547
|
"mutable": false,
|
2591
2548
|
"attr": "type",
|
2592
2549
|
"reflectToAttr": false,
|
2593
|
-
"docs": "Tweaks the datalist behaviour and linked control semantics and behaviour.\ne.g. 'select' will make the linked input control readonly
|
2550
|
+
"docs": "Tweaks the datalist behaviour and linked control semantics and behaviour.\ne.g. 'select' will make the linked input control `readonly`.",
|
2594
2551
|
"docsTags": [],
|
2595
2552
|
"default": "'input'",
|
2596
2553
|
"values": [
|
@@ -2902,6 +2859,24 @@
|
|
2902
2859
|
"getter": false,
|
2903
2860
|
"setter": false
|
2904
2861
|
},
|
2862
|
+
{
|
2863
|
+
"name": "dropDownConfig",
|
2864
|
+
"type": "{ host?: HTMLNanoDropdownElement; autoOpen?: boolean; open?: boolean; handleOpenChange?: () => void; closeOnSelect?: boolean; containingElement?: HTMLElement; tetherTo?: HTMLElement; handleTetherToChange?: () => void; placement?: PopoverPlacement; distance?: number; skidding?: number; hoist?: boolean; handlePopoverOptionsChange?: () => void; dialogTitle?: string; nanoShow?: EventEmitter<any>; nanoAfterShow?: EventEmitter<any>; nanoHide?: EventEmitter<any>; nanoAfterHide?: EventEmitter<any>; secondaryOpen?: (ev: CustomEvent<any>) => void; secondaryClose?: (ev: CustomEvent<any>) => void; handlePanelSelect?: (event: CustomEvent<any>) => void; show?: () => Promise<void>; hide?: () => Promise<void>; connectedCallback?: () => void; componentDidLoad?: () => void; disconnectedCallback?: () => void; render?: () => any; }",
|
2865
|
+
"mutable": false,
|
2866
|
+
"reflectToAttr": false,
|
2867
|
+
"docs": "nano-dropdown config options you can pass to the nested dropdown component",
|
2868
|
+
"docsTags": [],
|
2869
|
+
"default": "{}",
|
2870
|
+
"values": [
|
2871
|
+
{
|
2872
|
+
"type": "{ host?: HTMLNanoDropdownElement; autoOpen?: boolean; open?: boolean; handleOpenChange?: () => void; closeOnSelect?: boolean; containingElement?: HTMLElement; tetherTo?: HTMLElement; handleTetherToChange?: () => void; placement?: PopoverPlacement; distance?: number; skidding?: number; hoist?: boolean; handlePopoverOptionsChange?: () => void; dialogTitle?: string; nanoShow?: EventEmitter<any>; nanoAfterShow?: EventEmitter<any>; nanoHide?: EventEmitter<any>; nanoAfterHide?: EventEmitter<any>; secondaryOpen?: (ev: CustomEvent<any>) => void; secondaryClose?: (ev: CustomEvent<any>) => void; handlePanelSelect?: (event: CustomEvent<any>) => void; show?: () => Promise<void>; hide?: () => Promise<void>; connectedCallback?: () => void; componentDidLoad?: () => void; disconnectedCallback?: () => void; render?: () => any; }"
|
2873
|
+
}
|
2874
|
+
],
|
2875
|
+
"optional": false,
|
2876
|
+
"required": false,
|
2877
|
+
"getter": true,
|
2878
|
+
"setter": true
|
2879
|
+
},
|
2905
2880
|
{
|
2906
2881
|
"name": "firstDayOfWeek",
|
2907
2882
|
"type": "DaysOfWeek.Friday | DaysOfWeek.Monday | DaysOfWeek.Saturday | DaysOfWeek.Sunday | DaysOfWeek.Thursday | DaysOfWeek.Tuesday | DaysOfWeek.Wednesday",
|
@@ -3463,7 +3438,16 @@
|
|
3463
3438
|
"docs": "input start slot"
|
3464
3439
|
}
|
3465
3440
|
],
|
3466
|
-
"parts": [
|
3441
|
+
"parts": [
|
3442
|
+
{
|
3443
|
+
"name": "date-picker",
|
3444
|
+
"docs": ""
|
3445
|
+
},
|
3446
|
+
{
|
3447
|
+
"name": "input",
|
3448
|
+
"docs": ""
|
3449
|
+
}
|
3450
|
+
],
|
3467
3451
|
"dependents": [],
|
3468
3452
|
"dependencies": [
|
3469
3453
|
"nano-input",
|
@@ -3796,6 +3780,26 @@
|
|
3796
3780
|
{
|
3797
3781
|
"name": "slot",
|
3798
3782
|
"text": "icon-end - used for icons at the end of the handle"
|
3783
|
+
},
|
3784
|
+
{
|
3785
|
+
"name": "part",
|
3786
|
+
"text": "button - the main details ui control"
|
3787
|
+
},
|
3788
|
+
{
|
3789
|
+
"name": "part",
|
3790
|
+
"text": "label - the text wrapper of the ui control"
|
3791
|
+
},
|
3792
|
+
{
|
3793
|
+
"name": "part",
|
3794
|
+
"text": "icon--start - the icon wrapper at the start of the ui control"
|
3795
|
+
},
|
3796
|
+
{
|
3797
|
+
"name": "part",
|
3798
|
+
"text": "icon--end - the icon wrapper at the end of the ui control"
|
3799
|
+
},
|
3800
|
+
{
|
3801
|
+
"name": "part",
|
3802
|
+
"text": "content - the main content wrapper"
|
3799
3803
|
}
|
3800
3804
|
],
|
3801
3805
|
"usage": {},
|
@@ -4055,7 +4059,28 @@
|
|
4055
4059
|
"docs": "can be used when you wish to insert complex label markup"
|
4056
4060
|
}
|
4057
4061
|
],
|
4058
|
-
"parts": [
|
4062
|
+
"parts": [
|
4063
|
+
{
|
4064
|
+
"name": "button",
|
4065
|
+
"docs": "the main details ui control"
|
4066
|
+
},
|
4067
|
+
{
|
4068
|
+
"name": "content",
|
4069
|
+
"docs": "the main content wrapper"
|
4070
|
+
},
|
4071
|
+
{
|
4072
|
+
"name": "icon--end",
|
4073
|
+
"docs": "the icon wrapper at the end of the ui control"
|
4074
|
+
},
|
4075
|
+
{
|
4076
|
+
"name": "icon--start",
|
4077
|
+
"docs": "the icon wrapper at the start of the ui control"
|
4078
|
+
},
|
4079
|
+
{
|
4080
|
+
"name": "label",
|
4081
|
+
"docs": "the text wrapper of the ui control"
|
4082
|
+
}
|
4083
|
+
],
|
4059
4084
|
"dependents": [],
|
4060
4085
|
"dependencies": [],
|
4061
4086
|
"dependencyGraph": {}
|
@@ -4905,7 +4930,7 @@
|
|
4905
4930
|
},
|
4906
4931
|
{
|
4907
4932
|
"name": "placement",
|
4908
|
-
"type": "\"bottom\" | \"bottom-end\" | \"bottom-start\" | \"left\" | \"left-end\" | \"left-start\" | \"right\" | \"right-end\" | \"right-start\" | \"top\" | \"top-end\" | \"top-start\"",
|
4933
|
+
"type": "\"auto\" | \"auto-end\" | \"auto-start\" | \"bottom\" | \"bottom-end\" | \"bottom-start\" | \"center\" | \"left\" | \"left-end\" | \"left-start\" | \"right\" | \"right-end\" | \"right-start\" | \"top\" | \"top-end\" | \"top-start\"",
|
4909
4934
|
"mutable": false,
|
4910
4935
|
"attr": "placement",
|
4911
4936
|
"reflectToAttr": false,
|
@@ -4913,6 +4938,18 @@
|
|
4913
4938
|
"docsTags": [],
|
4914
4939
|
"default": "'bottom-start'",
|
4915
4940
|
"values": [
|
4941
|
+
{
|
4942
|
+
"value": "auto",
|
4943
|
+
"type": "string"
|
4944
|
+
},
|
4945
|
+
{
|
4946
|
+
"value": "auto-end",
|
4947
|
+
"type": "string"
|
4948
|
+
},
|
4949
|
+
{
|
4950
|
+
"value": "auto-start",
|
4951
|
+
"type": "string"
|
4952
|
+
},
|
4916
4953
|
{
|
4917
4954
|
"value": "bottom",
|
4918
4955
|
"type": "string"
|
@@ -4925,6 +4962,10 @@
|
|
4925
4962
|
"value": "bottom-start",
|
4926
4963
|
"type": "string"
|
4927
4964
|
},
|
4965
|
+
{
|
4966
|
+
"value": "center",
|
4967
|
+
"type": "string"
|
4968
|
+
},
|
4928
4969
|
{
|
4929
4970
|
"value": "left",
|
4930
4971
|
"type": "string"
|
@@ -10723,7 +10764,7 @@
|
|
10723
10764
|
},
|
10724
10765
|
{
|
10725
10766
|
"name": "dropDownConfig",
|
10726
|
-
"type": "{ host?: HTMLNanoDropdownElement; autoOpen?: boolean; open?: boolean; handleOpenChange?: () => void; closeOnSelect?: boolean; containingElement?: HTMLElement; tetherTo?: HTMLElement; handleTetherToChange?: () => void; placement?:
|
10767
|
+
"type": "{ host?: HTMLNanoDropdownElement; autoOpen?: boolean; open?: boolean; handleOpenChange?: () => void; closeOnSelect?: boolean; containingElement?: HTMLElement; tetherTo?: HTMLElement; handleTetherToChange?: () => void; placement?: PopoverPlacement; distance?: number; skidding?: number; hoist?: boolean; handlePopoverOptionsChange?: () => void; dialogTitle?: string; nanoShow?: EventEmitter<any>; nanoAfterShow?: EventEmitter<any>; nanoHide?: EventEmitter<any>; nanoAfterHide?: EventEmitter<any>; secondaryOpen?: (ev: CustomEvent<any>) => void; secondaryClose?: (ev: CustomEvent<any>) => void; handlePanelSelect?: (event: CustomEvent<any>) => void; show?: () => Promise<void>; hide?: () => Promise<void>; connectedCallback?: () => void; componentDidLoad?: () => void; disconnectedCallback?: () => void; render?: () => any; }",
|
10727
10768
|
"mutable": true,
|
10728
10769
|
"reflectToAttr": false,
|
10729
10770
|
"docs": "nano-dropdown config options you can pass to the nested dropdown component",
|
@@ -10731,50 +10772,7 @@
|
|
10731
10772
|
"default": "{}",
|
10732
10773
|
"values": [
|
10733
10774
|
{
|
10734
|
-
"type": "{ host?: HTMLNanoDropdownElement; autoOpen?: boolean; open?: boolean; handleOpenChange?: () => void; closeOnSelect?: boolean; containingElement?: HTMLElement; tetherTo?: HTMLElement; handleTetherToChange?: () => void; placement?:
|
10735
|
-
},
|
10736
|
-
{
|
10737
|
-
"value": "top-start",
|
10738
|
-
"type": "string"
|
10739
|
-
},
|
10740
|
-
{
|
10741
|
-
"value": "top-end",
|
10742
|
-
"type": "string"
|
10743
|
-
},
|
10744
|
-
{
|
10745
|
-
"value": "bottom",
|
10746
|
-
"type": "string"
|
10747
|
-
},
|
10748
|
-
{
|
10749
|
-
"value": "bottom-start",
|
10750
|
-
"type": "string"
|
10751
|
-
},
|
10752
|
-
{
|
10753
|
-
"value": "bottom-end",
|
10754
|
-
"type": "string"
|
10755
|
-
},
|
10756
|
-
{
|
10757
|
-
"value": "right",
|
10758
|
-
"type": "string"
|
10759
|
-
},
|
10760
|
-
{
|
10761
|
-
"value": "right-start",
|
10762
|
-
"type": "string"
|
10763
|
-
},
|
10764
|
-
{
|
10765
|
-
"value": "right-end",
|
10766
|
-
"type": "string"
|
10767
|
-
},
|
10768
|
-
{
|
10769
|
-
"value": "left",
|
10770
|
-
"type": "string"
|
10771
|
-
},
|
10772
|
-
{
|
10773
|
-
"value": "left-start",
|
10774
|
-
"type": "string"
|
10775
|
-
},
|
10776
|
-
{
|
10777
|
-
"type": "\"left-end\"; distance?: number; skidding?: number; hoist?: boolean; handlePopoverOptionsChange?: () => void; dialogTitle?: string; nanoShow?: EventEmitter<any>; nanoAfterShow?: EventEmitter<any>; nanoHide?: EventEmitter<any>; nanoAfterHide?: EventEmitter<any>; secondaryOpen?: (ev: CustomEvent<any>) => void; secondaryClose?: (ev: CustomEvent<any>) => void; handlePanelSelect?: (event: CustomEvent<any>) => void; show?: () => Promise<void>; hide?: () => Promise<void>; connectedCallback?: () => void; componentDidLoad?: () => void; disconnectedCallback?: () => void; render?: () => any; }"
|
10775
|
+
"type": "{ host?: HTMLNanoDropdownElement; autoOpen?: boolean; open?: boolean; handleOpenChange?: () => void; closeOnSelect?: boolean; containingElement?: HTMLElement; tetherTo?: HTMLElement; handleTetherToChange?: () => void; placement?: PopoverPlacement; distance?: number; skidding?: number; hoist?: boolean; handlePopoverOptionsChange?: () => void; dialogTitle?: string; nanoShow?: EventEmitter<any>; nanoAfterShow?: EventEmitter<any>; nanoHide?: EventEmitter<any>; nanoAfterHide?: EventEmitter<any>; secondaryOpen?: (ev: CustomEvent<any>) => void; secondaryClose?: (ev: CustomEvent<any>) => void; handlePanelSelect?: (event: CustomEvent<any>) => void; show?: () => Promise<void>; hide?: () => Promise<void>; connectedCallback?: () => void; componentDidLoad?: () => void; disconnectedCallback?: () => void; render?: () => any; }"
|
10778
10776
|
}
|
10779
10777
|
],
|
10780
10778
|
"optional": true,
|
@@ -12430,7 +12428,30 @@
|
|
12430
12428
|
"setter": false
|
12431
12429
|
}
|
12432
12430
|
],
|
12433
|
-
"methods": [
|
12431
|
+
"methods": [
|
12432
|
+
{
|
12433
|
+
"name": "getPercentageToPixels",
|
12434
|
+
"returns": {
|
12435
|
+
"type": "Promise<number>",
|
12436
|
+
"docs": ""
|
12437
|
+
},
|
12438
|
+
"signature": "getPercentageToPixels(value: number) => Promise<number>",
|
12439
|
+
"parameters": [],
|
12440
|
+
"docs": "Utility to convert % to pixels",
|
12441
|
+
"docsTags": []
|
12442
|
+
},
|
12443
|
+
{
|
12444
|
+
"name": "getPixelsToPercentage",
|
12445
|
+
"returns": {
|
12446
|
+
"type": "Promise<number>",
|
12447
|
+
"docs": ""
|
12448
|
+
},
|
12449
|
+
"signature": "getPixelsToPercentage(value: number) => Promise<number>",
|
12450
|
+
"parameters": [],
|
12451
|
+
"docs": "Utility to convert pixels to % (`position`)",
|
12452
|
+
"docsTags": []
|
12453
|
+
}
|
12454
|
+
],
|
12434
12455
|
"events": [
|
12435
12456
|
{
|
12436
12457
|
"event": "nanoDragging",
|
@@ -13452,6 +13473,11 @@
|
|
13452
13473
|
"annotation": "prop",
|
13453
13474
|
"docs": "defaults to 2rem 2.5rem;"
|
13454
13475
|
},
|
13476
|
+
{
|
13477
|
+
"name": "--fade-transparency",
|
13478
|
+
"annotation": "prop",
|
13479
|
+
"docs": "controls the strength of the fade on overflowing tabs, defaults to 0;"
|
13480
|
+
},
|
13455
13481
|
{
|
13456
13482
|
"name": "--indicator-color",
|
13457
13483
|
"annotation": "prop",
|
package/docs-vscode.json
CHANGED
@@ -527,7 +527,7 @@
|
|
527
527
|
},
|
528
528
|
{
|
529
529
|
"name": "type",
|
530
|
-
"description": "Tweaks the datalist behaviour and linked control semantics and behaviour.\ne.g. 'select' will make the linked input control readonly
|
530
|
+
"description": "Tweaks the datalist behaviour and linked control semantics and behaviour.\ne.g. 'select' will make the linked input control `readonly`.",
|
531
531
|
"values": [
|
532
532
|
{
|
533
533
|
"name": "input"
|
@@ -987,6 +987,15 @@
|
|
987
987
|
"name": "placement",
|
988
988
|
"description": "The preferred placement of the dropdown panel. Note that the actual placement may vary as needed to keep the panel\ninside of the viewport.",
|
989
989
|
"values": [
|
990
|
+
{
|
991
|
+
"name": "auto"
|
992
|
+
},
|
993
|
+
{
|
994
|
+
"name": "auto-end"
|
995
|
+
},
|
996
|
+
{
|
997
|
+
"name": "auto-start"
|
998
|
+
},
|
990
999
|
{
|
991
1000
|
"name": "bottom"
|
992
1001
|
},
|
@@ -996,6 +1005,9 @@
|
|
996
1005
|
{
|
997
1006
|
"name": "bottom-start"
|
998
1007
|
},
|
1008
|
+
{
|
1009
|
+
"name": "center"
|
1010
|
+
},
|
999
1011
|
{
|
1000
1012
|
"name": "left"
|
1001
1013
|
},
|
package/package.json
CHANGED
@@ -1,6 +1,6 @@
|
|
1
1
|
{
|
2
2
|
"name": "@nanoporetech-digital/components",
|
3
|
-
"version": "2.
|
3
|
+
"version": "2.5.0",
|
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": "3bc259ad0d07a38138061b0268ec10baf39d5b1e"
|
130
130
|
}
|