@nanoporetech-digital/components 6.0.1 → 6.2.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 +30 -0
- package/dist/cjs/index-14451c95.js +6 -2
- package/dist/cjs/index-browser.cjs-d4554470.js +39 -0
- package/dist/cjs/index-browser.cjs-d4554470.js.map +1 -0
- package/dist/cjs/loader.cjs.js +1 -1
- package/dist/cjs/nano-algolia.cjs.entry.js +6 -1
- package/dist/cjs/nano-algolia.cjs.entry.js.map +1 -1
- package/dist/cjs/nano-animation.cjs.entry.js +1209 -0
- package/dist/cjs/nano-animation.cjs.entry.js.map +1 -0
- package/dist/cjs/nano-components.cjs.js +1 -1
- package/dist/cjs/nano-global-nav-user-profile_3.cjs.entry.js.map +1 -1
- package/dist/cjs/nano-global-nav.cjs.entry.js +24 -25
- package/dist/cjs/nano-global-nav.cjs.entry.js.map +1 -1
- package/dist/cjs/nano-global-search-results.cjs.entry.js +51 -27
- package/dist/cjs/nano-global-search-results.cjs.entry.js.map +1 -1
- package/dist/cjs/nano-hero.cjs.entry.js +1 -1
- package/dist/cjs/nano-hero.cjs.entry.js.map +1 -1
- package/dist/cjs/nano-intersection-observe.cjs.entry.js +131 -0
- package/dist/cjs/nano-intersection-observe.cjs.entry.js.map +1 -0
- package/dist/cjs/nano-resize-observe_2.cjs.entry.js +1 -1
- package/dist/cjs/nano-resize-observe_2.cjs.entry.js.map +1 -1
- package/dist/cjs/nano-sticker.cjs.entry.js +2 -27
- package/dist/cjs/nano-sticker.cjs.entry.js.map +1 -1
- package/dist/cjs/{nano-table-400049cc.js → nano-table-06530d49.js} +5 -25
- package/dist/cjs/nano-table-06530d49.js.map +1 -0
- package/dist/cjs/nano-table.cjs.entry.js +2 -1
- package/dist/cjs/nano-table.cjs.entry.js.map +1 -1
- package/dist/cjs/scroll-parent-87393de2.js +31 -0
- package/dist/cjs/scroll-parent-87393de2.js.map +1 -0
- package/dist/cjs/search-insights-b2bb12bd.js +50 -0
- package/dist/cjs/search-insights-b2bb12bd.js.map +1 -0
- package/dist/cjs/{table.worker-a37f8365.js → table.worker-b4922b9b.js} +3 -2
- package/dist/cjs/table.worker-b4922b9b.js.map +1 -0
- package/dist/collection/collection-manifest.json +2 -1
- package/dist/collection/components/algolia/algolia-interface.js.map +1 -1
- package/dist/collection/components/algolia/algolia.js +8 -3
- package/dist/collection/components/algolia/algolia.js.map +1 -1
- package/dist/collection/components/animation/animation.js +547 -0
- package/dist/collection/components/animation/animation.js.map +1 -0
- package/dist/collection/components/animation/animations/attention_seekers/bounce.js +43 -0
- package/dist/collection/components/animation/animations/attention_seekers/flash.js +7 -0
- package/dist/collection/components/animation/animations/attention_seekers/headShake.js +8 -0
- package/dist/collection/components/animation/animations/attention_seekers/heartBeat.js +7 -0
- package/dist/collection/components/animation/animations/attention_seekers/jello.js +15 -0
- package/dist/collection/components/animation/animations/attention_seekers/pulse.js +5 -0
- package/dist/collection/components/animation/animations/attention_seekers/rubberBand.js +9 -0
- package/dist/collection/components/animation/animations/attention_seekers/shake.js +13 -0
- package/dist/collection/components/animation/animations/attention_seekers/shakeX.js +13 -0
- package/dist/collection/components/animation/animations/attention_seekers/shakeY.js +13 -0
- package/dist/collection/components/animation/animations/attention_seekers/swing.js +7 -0
- package/dist/collection/components/animation/animations/attention_seekers/tada.js +13 -0
- package/dist/collection/components/animation/animations/attention_seekers/wobble.js +18 -0
- package/dist/collection/components/animation/animations/back_entrances/backInDown.js +5 -0
- package/dist/collection/components/animation/animations/back_entrances/backInLeft.js +5 -0
- package/dist/collection/components/animation/animations/back_entrances/backInRight.js +5 -0
- package/dist/collection/components/animation/animations/back_entrances/backInUp.js +5 -0
- package/dist/collection/components/animation/animations/back_exits/backOutDown.js +5 -0
- package/dist/collection/components/animation/animations/back_exits/backOutLeft.js +5 -0
- package/dist/collection/components/animation/animations/back_exits/backOutRight.js +5 -0
- package/dist/collection/components/animation/animations/back_exits/backOutUp.js +5 -0
- package/dist/collection/components/animation/animations/bouncing_entrances/bounceIn.js +14 -0
- package/dist/collection/components/animation/animations/bouncing_entrances/bounceInDown.js +20 -0
- package/dist/collection/components/animation/animations/bouncing_entrances/bounceInLeft.js +16 -0
- package/dist/collection/components/animation/animations/bouncing_entrances/bounceInRight.js +16 -0
- package/dist/collection/components/animation/animations/bouncing_entrances/bounceInUp.js +16 -0
- package/dist/collection/components/animation/animations/bouncing_exits/bounceOut.js +6 -0
- package/dist/collection/components/animation/animations/bouncing_exits/bounceOutDown.js +14 -0
- package/dist/collection/components/animation/animations/bouncing_exits/bounceOutLeft.js +12 -0
- package/dist/collection/components/animation/animations/bouncing_exits/bounceOutRight.js +8 -0
- package/dist/collection/components/animation/animations/bouncing_exits/bounceOutUp.js +18 -0
- package/dist/collection/components/animation/animations/easings/easings.js +35 -0
- package/dist/collection/components/animation/animations/easings/easings.js.map +1 -0
- package/dist/collection/components/animation/animations/fading_entrances/fadeIn.js +4 -0
- package/dist/collection/components/animation/animations/fading_entrances/fadeInBottomLeft.js +4 -0
- package/dist/collection/components/animation/animations/fading_entrances/fadeInBottomRight.js +4 -0
- package/dist/collection/components/animation/animations/fading_entrances/fadeInDown.js +4 -0
- package/dist/collection/components/animation/animations/fading_entrances/fadeInDownBig.js +4 -0
- package/dist/collection/components/animation/animations/fading_entrances/fadeInLeft.js +4 -0
- package/dist/collection/components/animation/animations/fading_entrances/fadeInLeftBig.js +4 -0
- package/dist/collection/components/animation/animations/fading_entrances/fadeInRight.js +4 -0
- package/dist/collection/components/animation/animations/fading_entrances/fadeInRightBig.js +4 -0
- package/dist/collection/components/animation/animations/fading_entrances/fadeInTopLeft.js +4 -0
- package/dist/collection/components/animation/animations/fading_entrances/fadeInTopRight.js +4 -0
- package/dist/collection/components/animation/animations/fading_entrances/fadeInUp.js +4 -0
- package/dist/collection/components/animation/animations/fading_entrances/fadeInUpBig.js +4 -0
- package/dist/collection/components/animation/animations/fading_exits/fadeOut.js +4 -0
- package/dist/collection/components/animation/animations/fading_exits/fadeOutBottomLeft.js +4 -0
- package/dist/collection/components/animation/animations/fading_exits/fadeOutBottomRight.js +4 -0
- package/dist/collection/components/animation/animations/fading_exits/fadeOutDown.js +4 -0
- package/dist/collection/components/animation/animations/fading_exits/fadeOutDownBig.js +4 -0
- package/dist/collection/components/animation/animations/fading_exits/fadeOutLeft.js +4 -0
- package/dist/collection/components/animation/animations/fading_exits/fadeOutLeftBig.js +4 -0
- package/dist/collection/components/animation/animations/fading_exits/fadeOutRight.js +4 -0
- package/dist/collection/components/animation/animations/fading_exits/fadeOutRightBig.js +4 -0
- package/dist/collection/components/animation/animations/fading_exits/fadeOutTopLeft.js +4 -0
- package/dist/collection/components/animation/animations/fading_exits/fadeOutTopRight.js +4 -0
- package/dist/collection/components/animation/animations/fading_exits/fadeOutUp.js +4 -0
- package/dist/collection/components/animation/animations/fading_exits/fadeOutUpBig.js +4 -0
- package/dist/collection/components/animation/animations/flippers/flip.js +32 -0
- package/dist/collection/components/animation/animations/flippers/flipInX.js +20 -0
- package/dist/collection/components/animation/animations/flippers/flipInY.js +20 -0
- package/dist/collection/components/animation/animations/flippers/flipOutX.js +13 -0
- package/dist/collection/components/animation/animations/flippers/flipOutY.js +13 -0
- package/dist/collection/components/animation/animations/index.js +203 -0
- package/dist/collection/components/animation/animations/index.js.map +1 -0
- package/dist/collection/components/animation/animations/lightspeed/lightSpeedInLeft.js +10 -0
- package/dist/collection/components/animation/animations/lightspeed/lightSpeedInRight.js +10 -0
- package/dist/collection/components/animation/animations/lightspeed/lightSpeedOutLeft.js +8 -0
- package/dist/collection/components/animation/animations/lightspeed/lightSpeedOutRight.js +8 -0
- package/dist/collection/components/animation/animations/rotating_entrances/rotateIn.js +4 -0
- package/dist/collection/components/animation/animations/rotating_entrances/rotateInDownLeft.js +4 -0
- package/dist/collection/components/animation/animations/rotating_entrances/rotateInDownRight.js +4 -0
- package/dist/collection/components/animation/animations/rotating_entrances/rotateInUpLeft.js +4 -0
- package/dist/collection/components/animation/animations/rotating_entrances/rotateInUpRight.js +4 -0
- package/dist/collection/components/animation/animations/rotating_exits/rotateOut.js +4 -0
- package/dist/collection/components/animation/animations/rotating_exits/rotateOutDownLeft.js +4 -0
- package/dist/collection/components/animation/animations/rotating_exits/rotateOutDownRight.js +4 -0
- package/dist/collection/components/animation/animations/rotating_exits/rotateOutUpLeft.js +4 -0
- package/dist/collection/components/animation/animations/rotating_exits/rotateOutUpRight.js +4 -0
- package/dist/collection/components/animation/animations/sliding_entrances/slideInDown.js +4 -0
- package/dist/collection/components/animation/animations/sliding_entrances/slideInLeft.js +4 -0
- package/dist/collection/components/animation/animations/sliding_entrances/slideInRight.js +4 -0
- package/dist/collection/components/animation/animations/sliding_entrances/slideInUp.js +4 -0
- package/dist/collection/components/animation/animations/sliding_exits/slideOutDown.js +4 -0
- package/dist/collection/components/animation/animations/sliding_exits/slideOutLeft.js +4 -0
- package/dist/collection/components/animation/animations/sliding_exits/slideOutRight.js +4 -0
- package/dist/collection/components/animation/animations/sliding_exits/slideOutUp.js +4 -0
- package/dist/collection/components/animation/animations/specials/hinge.js +18 -0
- package/dist/collection/components/animation/animations/specials/jackInTheBox.js +11 -0
- package/dist/collection/components/animation/animations/specials/rollIn.js +8 -0
- package/dist/collection/components/animation/animations/specials/rollOut.js +8 -0
- package/dist/collection/components/animation/animations/zooming_entrances/zoomIn.js +4 -0
- package/dist/collection/components/animation/animations/zooming_entrances/zoomInDown.js +14 -0
- package/dist/collection/components/animation/animations/zooming_entrances/zoomInLeft.js +14 -0
- package/dist/collection/components/animation/animations/zooming_entrances/zoomInRight.js +14 -0
- package/dist/collection/components/animation/animations/zooming_entrances/zoomInUp.js +14 -0
- package/dist/collection/components/animation/animations/zooming_exits/zoomOut.js +5 -0
- package/dist/collection/components/animation/animations/zooming_exits/zoomOutDown.js +14 -0
- package/dist/collection/components/animation/animations/zooming_exits/zoomOutLeft.js +12 -0
- package/dist/collection/components/animation/animations/zooming_exits/zoomOutRight.js +12 -0
- package/dist/collection/components/animation/animations/zooming_exits/zoomOutUp.js +14 -0
- package/dist/collection/components/global-nav/global-nav-interface.js.map +1 -1
- package/dist/collection/components/global-nav/global-nav.js +25 -25
- package/dist/collection/components/global-nav/global-nav.js.map +1 -1
- package/dist/collection/components/global-search-results/global-search-results.js +51 -27
- package/dist/collection/components/global-search-results/global-search-results.js.map +1 -1
- package/dist/collection/components/hero/hero.css +0 -1
- package/dist/collection/components/intersection-observe/intersection-observe.js +256 -0
- package/dist/collection/components/intersection-observe/intersection-observe.js.map +1 -0
- package/dist/collection/components/resize-observe/resize-observe.js +1 -1
- package/dist/collection/components/resize-observe/resize-observe.js.map +1 -1
- package/dist/collection/components/select/select.js +5 -5
- package/dist/collection/components/select/select.js.map +1 -1
- package/dist/collection/components/sticker/sticker.js +2 -27
- package/dist/collection/components/sticker/sticker.js.map +1 -1
- package/dist/collection/components/table/table.js +2 -1
- package/dist/collection/components/table/table.js.map +1 -1
- package/dist/collection/components/table/table.utils.js +0 -21
- package/dist/collection/components/table/table.utils.js.map +1 -1
- package/dist/collection/utils/scroll-parent.js +26 -0
- package/dist/collection/utils/scroll-parent.js.map +1 -0
- package/dist/collection/utils/search-insights.js +46 -0
- package/dist/collection/utils/search-insights.js.map +1 -0
- package/dist/components/algolia.js +6 -1
- package/dist/components/algolia.js.map +1 -1
- package/dist/components/index-browser.cjs.js +37 -0
- package/dist/components/index-browser.cjs.js.map +1 -0
- package/dist/components/index.d.ts +2 -1
- package/dist/components/index.js +2 -1
- package/dist/components/index.js.map +1 -1
- package/dist/components/{nano-aspect-ratio.d.ts → nano-animation.d.ts} +4 -4
- package/dist/components/nano-animation.js +1239 -0
- package/dist/components/nano-animation.js.map +1 -0
- package/dist/components/nano-global-nav.js +24 -25
- package/dist/components/nano-global-nav.js.map +1 -1
- package/dist/components/nano-global-search-results.js +51 -27
- package/dist/components/nano-global-search-results.js.map +1 -1
- package/dist/components/nano-hero.js +1 -1
- package/dist/components/nano-hero.js.map +1 -1
- package/dist/components/nano-intersection-observe.d.ts +11 -0
- package/dist/components/nano-intersection-observe.js +149 -0
- package/dist/components/nano-intersection-observe.js.map +1 -0
- package/dist/components/resize-observe.js +1 -1
- package/dist/components/resize-observe.js.map +1 -1
- package/dist/components/scroll-parent.js +29 -0
- package/dist/components/scroll-parent.js.map +1 -0
- package/dist/components/search-insights.js +48 -0
- package/dist/components/search-insights.js.map +1 -0
- package/dist/components/select.js.map +1 -1
- package/dist/components/sticker.js +2 -27
- package/dist/components/sticker.js.map +1 -1
- package/dist/components/table.js +1 -21
- package/dist/components/table.js.map +1 -1
- package/dist/esm/index-9695db0a.js +6 -2
- package/dist/esm/index-browser.cjs-bf702094.js +37 -0
- package/dist/esm/index-browser.cjs-bf702094.js.map +1 -0
- package/dist/esm/loader.js +1 -1
- package/dist/esm/nano-algolia.entry.js +6 -1
- package/dist/esm/nano-algolia.entry.js.map +1 -1
- package/dist/esm/nano-animation.entry.js +1205 -0
- package/dist/esm/nano-animation.entry.js.map +1 -0
- package/dist/esm/nano-components.js +1 -1
- package/dist/esm/nano-global-nav-user-profile_3.entry.js.map +1 -1
- package/dist/esm/nano-global-nav.entry.js +24 -25
- package/dist/esm/nano-global-nav.entry.js.map +1 -1
- package/dist/esm/nano-global-search-results.entry.js +51 -27
- package/dist/esm/nano-global-search-results.entry.js.map +1 -1
- package/dist/esm/nano-hero.entry.js +1 -1
- package/dist/esm/nano-hero.entry.js.map +1 -1
- package/dist/esm/nano-intersection-observe.entry.js +127 -0
- package/dist/esm/nano-intersection-observe.entry.js.map +1 -0
- package/dist/esm/nano-resize-observe_2.entry.js +1 -1
- package/dist/esm/nano-resize-observe_2.entry.js.map +1 -1
- package/dist/esm/nano-sticker.entry.js +2 -27
- package/dist/esm/nano-sticker.entry.js.map +1 -1
- package/dist/esm/{nano-table-a6641aef.js → nano-table-c85a2fd3.js} +3 -23
- package/dist/esm/nano-table-c85a2fd3.js.map +1 -0
- package/dist/esm/nano-table.entry.js +2 -1
- package/dist/esm/nano-table.entry.js.map +1 -1
- package/dist/esm/scroll-parent-bab1cbf7.js +29 -0
- package/dist/esm/scroll-parent-bab1cbf7.js.map +1 -0
- package/dist/esm/search-insights-f64a6b4c.js +48 -0
- package/dist/esm/search-insights-f64a6b4c.js.map +1 -0
- package/dist/esm/{table.worker-6b597e20.js → table.worker-761fba3e.js} +3 -2
- package/dist/esm/table.worker-761fba3e.js.map +1 -0
- package/dist/nano-components/index-browser.cjs-bf702094.js +5 -0
- package/dist/nano-components/index-browser.cjs-bf702094.js.map +1 -0
- package/dist/nano-components/nano-algolia.entry.js +1 -1
- package/dist/nano-components/nano-algolia.entry.js.map +1 -1
- package/dist/nano-components/nano-animation.entry.js +5 -0
- package/dist/nano-components/nano-animation.entry.js.map +1 -0
- package/dist/nano-components/nano-components.css +1 -1
- 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/nano-global-nav-user-profile_3.entry.js.map +1 -1
- package/dist/nano-components/nano-global-nav.entry.js +1 -1
- package/dist/nano-components/nano-global-nav.entry.js.map +1 -1
- package/dist/nano-components/nano-global-search-results.entry.js +1 -1
- package/dist/nano-components/nano-global-search-results.entry.js.map +1 -1
- package/dist/nano-components/nano-hero.entry.js +1 -1
- package/dist/nano-components/nano-hero.entry.js.map +1 -1
- package/dist/nano-components/nano-intersection-observe.entry.js +5 -0
- package/dist/nano-components/nano-intersection-observe.entry.js.map +1 -0
- package/dist/nano-components/nano-resize-observe_2.entry.js +1 -1
- package/dist/nano-components/nano-resize-observe_2.entry.js.map +1 -1
- package/dist/nano-components/nano-sticker.entry.js +1 -1
- package/dist/nano-components/nano-sticker.entry.js.map +1 -1
- package/dist/nano-components/nano-table-c85a2fd3.js +5 -0
- package/dist/nano-components/nano-table-c85a2fd3.js.map +1 -0
- package/dist/nano-components/nano-table.entry.js +1 -1
- package/dist/nano-components/scroll-parent-bab1cbf7.js +5 -0
- package/dist/nano-components/scroll-parent-bab1cbf7.js.map +1 -0
- package/dist/nano-components/search-insights-f64a6b4c.js +5 -0
- package/dist/nano-components/search-insights-f64a6b4c.js.map +1 -0
- package/dist/nano-components/table.worker-761fba3e.js +5 -0
- package/dist/types/components/algolia/algolia-interface.d.ts +2 -1
- package/dist/types/components/algolia/algolia.d.ts +7 -1
- package/dist/types/components/animation/animation.d.ts +74 -0
- package/dist/types/components/animation/animations/easings/easings.d.ts +31 -0
- package/dist/types/components/animation/animations/index.d.ts +101 -0
- package/dist/types/components/global-nav/global-nav-interface.d.ts +1 -0
- package/dist/types/components/global-nav/global-nav.d.ts +2 -6
- package/dist/types/components/global-search-results/global-search-results.d.ts +13 -7
- package/dist/types/components/intersection-observe/intersection-observe.d.ts +45 -0
- package/dist/types/components/select/select.d.ts +2 -4
- package/dist/types/components/sticker/sticker.d.ts +0 -5
- package/dist/types/components/table/table.utils.d.ts +0 -6
- package/dist/types/components.d.ts +213 -43
- package/dist/types/interface.d.ts +7 -2
- package/dist/types/utils/scroll-parent.d.ts +6 -0
- package/dist/types/utils/search-insights.d.ts +22 -0
- package/docs-json.json +1031 -117
- package/docs-vscode.json +488 -8
- package/hydrate/index.js +1636 -249
- package/package.json +3 -2
- package/dist/cjs/nano-aspect-ratio.cjs.entry.js +0 -53
- package/dist/cjs/nano-aspect-ratio.cjs.entry.js.map +0 -1
- package/dist/cjs/nano-table-400049cc.js.map +0 -1
- package/dist/cjs/table.worker-a37f8365.js.map +0 -1
- package/dist/collection/components/aspect-ratio/aspect-ratio.css +0 -38
- package/dist/collection/components/aspect-ratio/aspect-ratio.js +0 -106
- package/dist/collection/components/aspect-ratio/aspect-ratio.js.map +0 -1
- package/dist/components/nano-aspect-ratio.js +0 -70
- package/dist/components/nano-aspect-ratio.js.map +0 -1
- package/dist/esm/nano-aspect-ratio.entry.js +0 -49
- package/dist/esm/nano-aspect-ratio.entry.js.map +0 -1
- package/dist/esm/nano-table-a6641aef.js.map +0 -1
- package/dist/esm/table.worker-6b597e20.js.map +0 -1
- package/dist/nano-components/nano-aspect-ratio.entry.js +0 -5
- package/dist/nano-components/nano-aspect-ratio.entry.js.map +0 -1
- package/dist/nano-components/nano-table-a6641aef.js +0 -5
- package/dist/nano-components/nano-table-a6641aef.js.map +0 -1
- package/dist/nano-components/table.worker-6b597e20.js +0 -5
- package/dist/types/components/aspect-ratio/aspect-ratio.d.ts +0 -19
- /package/dist/nano-components/{table.worker-6b597e20.js.map → table.worker-761fba3e.js.map} +0 -0
@@ -0,0 +1,101 @@
|
|
1
|
+
export declare const animations: {
|
2
|
+
readonly bounce: any;
|
3
|
+
readonly flash: any;
|
4
|
+
readonly headShake: any;
|
5
|
+
readonly heartBeat: any;
|
6
|
+
readonly jello: any;
|
7
|
+
readonly pulse: any;
|
8
|
+
readonly rubberBand: any;
|
9
|
+
readonly shake: any;
|
10
|
+
readonly shakeX: any;
|
11
|
+
readonly shakeY: any;
|
12
|
+
readonly swing: any;
|
13
|
+
readonly tada: any;
|
14
|
+
readonly wobble: any;
|
15
|
+
readonly backInDown: any;
|
16
|
+
readonly backInLeft: any;
|
17
|
+
readonly backInRight: any;
|
18
|
+
readonly backInUp: any;
|
19
|
+
readonly backOutDown: any;
|
20
|
+
readonly backOutLeft: any;
|
21
|
+
readonly backOutRight: any;
|
22
|
+
readonly backOutUp: any;
|
23
|
+
readonly bounceIn: any;
|
24
|
+
readonly bounceInDown: any;
|
25
|
+
readonly bounceInLeft: any;
|
26
|
+
readonly bounceInRight: any;
|
27
|
+
readonly bounceInUp: any;
|
28
|
+
readonly bounceOut: any;
|
29
|
+
readonly bounceOutDown: any;
|
30
|
+
readonly bounceOutLeft: any;
|
31
|
+
readonly bounceOutRight: any;
|
32
|
+
readonly bounceOutUp: any;
|
33
|
+
readonly fadeIn: any;
|
34
|
+
readonly fadeInBottomLeft: any;
|
35
|
+
readonly fadeInBottomRight: any;
|
36
|
+
readonly fadeInDown: any;
|
37
|
+
readonly fadeInDownBig: any;
|
38
|
+
readonly fadeInLeft: any;
|
39
|
+
readonly fadeInLeftBig: any;
|
40
|
+
readonly fadeInRight: any;
|
41
|
+
readonly fadeInRightBig: any;
|
42
|
+
readonly fadeInTopLeft: any;
|
43
|
+
readonly fadeInTopRight: any;
|
44
|
+
readonly fadeInUp: any;
|
45
|
+
readonly fadeInUpBig: any;
|
46
|
+
readonly fadeOut: any;
|
47
|
+
readonly fadeOutBottomLeft: any;
|
48
|
+
readonly fadeOutBottomRight: any;
|
49
|
+
readonly fadeOutDown: any;
|
50
|
+
readonly fadeOutDownBig: any;
|
51
|
+
readonly fadeOutLeft: any;
|
52
|
+
readonly fadeOutLeftBig: any;
|
53
|
+
readonly fadeOutRight: any;
|
54
|
+
readonly fadeOutRightBig: any;
|
55
|
+
readonly fadeOutTopLeft: any;
|
56
|
+
readonly fadeOutTopRight: any;
|
57
|
+
readonly fadeOutUp: any;
|
58
|
+
readonly fadeOutUpBig: any;
|
59
|
+
readonly flip: any;
|
60
|
+
readonly flipInX: any;
|
61
|
+
readonly flipInY: any;
|
62
|
+
readonly flipOutX: any;
|
63
|
+
readonly flipOutY: any;
|
64
|
+
readonly lightSpeedInLeft: any;
|
65
|
+
readonly lightSpeedInRight: any;
|
66
|
+
readonly lightSpeedOutLeft: any;
|
67
|
+
readonly lightSpeedOutRight: any;
|
68
|
+
readonly rotateIn: any;
|
69
|
+
readonly rotateInDownLeft: any;
|
70
|
+
readonly rotateInDownRight: any;
|
71
|
+
readonly rotateInUpLeft: any;
|
72
|
+
readonly rotateInUpRight: any;
|
73
|
+
readonly rotateOut: any;
|
74
|
+
readonly rotateOutDownLeft: any;
|
75
|
+
readonly rotateOutDownRight: any;
|
76
|
+
readonly rotateOutUpLeft: any;
|
77
|
+
readonly rotateOutUpRight: any;
|
78
|
+
readonly slideInDown: any;
|
79
|
+
readonly slideInLeft: any;
|
80
|
+
readonly slideInRight: any;
|
81
|
+
readonly slideInUp: any;
|
82
|
+
readonly slideOutDown: any;
|
83
|
+
readonly slideOutLeft: any;
|
84
|
+
readonly slideOutRight: any;
|
85
|
+
readonly slideOutUp: any;
|
86
|
+
readonly hinge: any;
|
87
|
+
readonly jackInTheBox: any;
|
88
|
+
readonly rollIn: any;
|
89
|
+
readonly rollOut: any;
|
90
|
+
readonly zoomIn: any;
|
91
|
+
readonly zoomInDown: any;
|
92
|
+
readonly zoomInLeft: any;
|
93
|
+
readonly zoomInRight: any;
|
94
|
+
readonly zoomInUp: any;
|
95
|
+
readonly zoomOut: any;
|
96
|
+
readonly zoomOutDown: any;
|
97
|
+
readonly zoomOutLeft: any;
|
98
|
+
readonly zoomOutRight: any;
|
99
|
+
readonly zoomOutUp: any;
|
100
|
+
};
|
101
|
+
export { easings } from './easings/easings';
|
@@ -27,7 +27,6 @@ import type { SearchIndex, AloliaSearchResultDetail, MyAccountUser, MyAccountDat
|
|
27
27
|
* @part search-bar - the search bar that appears under the main nav menu bar
|
28
28
|
*/
|
29
29
|
export declare class GlobalNav implements ComponentInterface {
|
30
|
-
private resizeObserver;
|
31
30
|
private debounceResize;
|
32
31
|
private debounceSetResizingState;
|
33
32
|
private currSize;
|
@@ -215,7 +214,8 @@ export declare class GlobalNav implements ComponentInterface {
|
|
215
214
|
private setResizingState;
|
216
215
|
/**
|
217
216
|
* 1) Reset threshold (item fit breakpoint) when screen is bigger than before.
|
218
|
-
* 2)
|
217
|
+
* 2) Assess the all threshold / breakpoints to see if content fits
|
218
|
+
* 3) Hide search bar whenever we resize
|
219
219
|
*/
|
220
220
|
private onWindowResize;
|
221
221
|
secondaryOpen(ev: CustomEvent & {
|
@@ -274,10 +274,6 @@ export declare class GlobalNav implements ComponentInterface {
|
|
274
274
|
*/
|
275
275
|
private assessSlottedContent;
|
276
276
|
private handleBarResize;
|
277
|
-
/**
|
278
|
-
* Attach the ResizeObserver - from which all threshold / breakpoint logic hinges
|
279
|
-
*/
|
280
|
-
private attachResizeObserver;
|
281
277
|
componentWillLoad(): void;
|
282
278
|
connectedCallback(): void;
|
283
279
|
componentDidLoad(): void;
|
@@ -1,5 +1,5 @@
|
|
1
1
|
import { ComponentInterface, EventEmitter } from '../../stencil-public-runtime';
|
2
|
-
import type { SearchIndex } from '../../interface';
|
2
|
+
import type { IndexResult, NanoAlgoliaResultsCustomEvent, SearchIndex } from '../../interface';
|
3
3
|
/**
|
4
4
|
* Nanopore Global Search results component
|
5
5
|
* to be used in conjunction with [Globla-Nav](/story/nano-compounds-global-nav).
|
@@ -9,6 +9,7 @@ import type { SearchIndex } from '../../interface';
|
|
9
9
|
*/
|
10
10
|
export declare class GlobalSearchResults implements ComponentInterface {
|
11
11
|
private algoliaResultsEle;
|
12
|
+
private algoliaResults;
|
12
13
|
private filtersDiv;
|
13
14
|
private openFilterBtn;
|
14
15
|
private ro;
|
@@ -34,12 +35,17 @@ export declare class GlobalSearchResults implements ComponentInterface {
|
|
34
35
|
handleReorder(e: CustomEvent & {
|
35
36
|
target: HTMLNanoSelectElement;
|
36
37
|
}): void;
|
37
|
-
attachListeners(e:
|
38
|
-
|
39
|
-
|
40
|
-
|
41
|
-
|
42
|
-
|
38
|
+
attachListeners(e: NanoAlgoliaResultsCustomEvent<{
|
39
|
+
meta: IndexResult;
|
40
|
+
client: {
|
41
|
+
apiKey: string;
|
42
|
+
appId: string;
|
43
|
+
};
|
44
|
+
}>): void;
|
45
|
+
attachResultListeners(e?: NanoAlgoliaResultsCustomEvent<IndexResult>): void;
|
46
|
+
private resultClick;
|
47
|
+
private showFiltersClick;
|
48
|
+
private removeFilterClick;
|
43
49
|
private tagClick;
|
44
50
|
private changeOrder;
|
45
51
|
private goback;
|
@@ -0,0 +1,45 @@
|
|
1
|
+
import { ComponentInterface, EventEmitter } from '../../stencil-public-runtime';
|
2
|
+
/**
|
3
|
+
* A thin, declarative interface to the IntersectionObserver API.
|
4
|
+
* @slot - Main slot for any content.
|
5
|
+
*/
|
6
|
+
export declare class IntersectionObserve implements ComponentInterface {
|
7
|
+
private io;
|
8
|
+
private _root;
|
9
|
+
private _threshold;
|
10
|
+
private defaultSlot;
|
11
|
+
get observerOptions(): IntersectionObserverInit;
|
12
|
+
get elements(): Element[] | undefined;
|
13
|
+
host: HTMLNanoIntersectionObserveElement;
|
14
|
+
/** The element that is used as the viewport for checking visibility of the target. Must be the ancestor of the target.
|
15
|
+
* Defaults to an automatic check for ancestors that `overflow: auto` or otherwise the `Document`. */
|
16
|
+
root: globalThis.Element | 'root' | 'auto';
|
17
|
+
handleRootChange(): void;
|
18
|
+
/**
|
19
|
+
* Margin around the root. Can be similar to CSS margins property, e.g. "10px 20px 30px 40px" (top, right, bottom, left).
|
20
|
+
* The values can be percentages. This set of values serves to grow or shrink each side of the root element's
|
21
|
+
* bounding box before computing intersections. Defaults to zeros. */
|
22
|
+
rootMargin?: string;
|
23
|
+
/**
|
24
|
+
* Indicate at what percentage of the target's visibility the observer's callback should be executed.
|
25
|
+
* If you only want to detect when visibility passes the 50% mark, you can use a value of '0.5'.
|
26
|
+
* If you want the callback to run every time visibility passes another '25%',
|
27
|
+
* you would specify a string of values (separated by ',') array '0, 0.25, 0.5, 0.75, 1'.
|
28
|
+
* A value of '1.0' means that the threshold isn't considered passed until every pixel is visible.
|
29
|
+
*/
|
30
|
+
threshold?: string;
|
31
|
+
handleThresholdChange(): void;
|
32
|
+
/** A resize break point is switched on or off */
|
33
|
+
nanoIntersectionChange: EventEmitter<IntersectionObserverEntry>;
|
34
|
+
/** A resize break point is switched on or off */
|
35
|
+
nanoIntersecting: EventEmitter<IntersectionObserverEntry>;
|
36
|
+
/** A resize break point is switched on or off */
|
37
|
+
nanoNotIntersecting: EventEmitter<IntersectionObserverEntry>;
|
38
|
+
private ioCallback;
|
39
|
+
private handleSlotChange;
|
40
|
+
private addIO;
|
41
|
+
private removeIO;
|
42
|
+
connectedCallback(): void;
|
43
|
+
disconnectedCallback(): void;
|
44
|
+
render(): any;
|
45
|
+
}
|
@@ -1,7 +1,5 @@
|
|
1
1
|
import { ComponentInterface, EventEmitter } from '../../stencil-public-runtime';
|
2
|
-
import { OptionInterface } from '
|
3
|
-
import type { Dropdown } from '../dropdown/dropdown';
|
4
|
-
import type { Color, SelectChangeEventDetail, InputChangeEventDetail, ControlValidityEventDetail, ControlValidity } from '../../interface';
|
2
|
+
import type { Color, SelectChangeEventDetail, InputChangeEventDetail, ControlValidityEventDetail, ControlValidity, OptionInterface, DropdownInterface } from '../../interface';
|
5
3
|
/**
|
6
4
|
* The select component is a wrapper to the HTML select element with custom styling and additional functionality.
|
7
5
|
* It accepts most of the same properties as the HTML [select](https://developer.mozilla.org/en-US/docs/Web/HTML/Element/select).
|
@@ -171,7 +169,7 @@ export declare class Select implements ComponentInterface {
|
|
171
169
|
*/
|
172
170
|
valueChanged(): void;
|
173
171
|
/** nano-dropdown config options you can pass to the nested dropdown component */
|
174
|
-
dropDownConfig?: Partial<
|
172
|
+
dropDownConfig?: Partial<DropdownInterface>;
|
175
173
|
setDataListOpts(): void;
|
176
174
|
/**
|
177
175
|
* A function that customizes the tag value to be rendered when `multiple="true"`.
|
@@ -155,11 +155,6 @@ export declare class Sticker implements ComponentInterface {
|
|
155
155
|
private handleScrollTo;
|
156
156
|
private handleScrollAway;
|
157
157
|
private moveTrigger;
|
158
|
-
/**
|
159
|
-
* Gets the 'closest' scrolling parent
|
160
|
-
* @returns either an element with `overflow: scroll | auto` or the parent Document
|
161
|
-
*/
|
162
|
-
private getScrollParent;
|
163
158
|
private shouldStick;
|
164
159
|
private bootstrapGurantor;
|
165
160
|
connectedCallback(): void;
|
@@ -60,12 +60,6 @@ export declare function headerPinClasses(type: ValidRenderTypes, vPinned?: Table
|
|
60
60
|
export declare function classListToStr(classes: {
|
61
61
|
[key: string]: boolean;
|
62
62
|
}): string;
|
63
|
-
/**
|
64
|
-
* Attempts to find the closes scrolling parental element
|
65
|
-
* @param element - the element from which to traverse up the DOM
|
66
|
-
* @returns - the closest scrolling parental element
|
67
|
-
*/
|
68
|
-
export declare function findScrollParent(element: HTMLElement): HTMLElement;
|
69
63
|
/**
|
70
64
|
* Checks whether an element is currently viewable within the viewport
|
71
65
|
* @param el - element to check
|