@nanoporetech-digital/components 8.1.1 → 8.3.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/dist/cjs/{fade-DiBAr_-0.js → fade-Cvsqaxtn.js} +1 -1
- package/dist/cjs/{fullscreen-DiSrws4D.js → fullscreen-BtSF9KqT.js} +1 -1
- package/dist/cjs/index-Bp8uD6Gl.js +8 -0
- package/dist/cjs/{lazyload-CilBX2zO.js → lazyload-DxM1Zo3E.js} +1 -1
- package/dist/cjs/loader.cjs.js +1 -1
- package/dist/cjs/{local-logged-in-CX0THX6r.js → local-logged-in-CLtc2TZa.js} +1 -1
- package/dist/cjs/{local-logged-out-C-cPz-8v.js → local-logged-out-Ao69_vQl.js} +1 -1
- package/dist/cjs/nano-avatar_5.cjs.entry.js +7 -7
- package/dist/cjs/nano-components.cjs.js +1 -1
- package/dist/cjs/nano-date-picker_2.cjs.entry.js +29 -26
- package/dist/cjs/nano-global-nav.cjs.entry.js +3 -3
- package/dist/cjs/nano-icon_3.cjs.entry.js +3 -3
- package/dist/cjs/nano-in-page-nav.cjs.entry.js +1 -1
- package/dist/cjs/nano-increment.cjs.entry.js +81 -0
- package/dist/cjs/nano-intersection-observe.cjs.entry.js +1 -1
- package/dist/cjs/nano-masked-overflow.cjs.entry.js +3 -3
- package/dist/cjs/nano-menu-drawer.cjs.entry.js +6 -3
- package/dist/cjs/nano-more-less.cjs.entry.js +2 -2
- package/dist/cjs/nano-option-box.cjs.entry.js +17 -0
- package/dist/cjs/nano-rating.cjs.entry.js +4 -4
- package/dist/cjs/nano-resize-observe.cjs.entry.js +2 -2
- package/dist/cjs/nano-slide.cjs.entry.js +1 -1
- package/dist/cjs/{nano-slides-CFlLOF1V.js → nano-slides-DLbZhf2H.js} +7 -7
- package/dist/cjs/nano-slides.cjs.entry.js +1 -1
- package/dist/cjs/nano-sortable.cjs.entry.js +1 -1
- package/dist/cjs/nano-sticker.cjs.entry.js +2 -2
- package/dist/cjs/nano-tab-content.cjs.entry.js +2 -2
- package/dist/cjs/nano-tab.cjs.entry.js +2 -2
- package/dist/cjs/nano-table.cjs.entry.js +2 -2
- package/dist/cjs/{page-dots-B69b5Pqb.js → page-dots-DpnNe0bi.js} +1 -1
- package/dist/collection/collection-manifest.json +2 -0
- package/dist/collection/components/breadcrumb/breadcrumb.js +1 -1
- package/dist/collection/components/global-nav/assets/local-logged-in.json +1 -1
- package/dist/collection/components/global-nav/assets/local-logged-out.json +1 -1
- package/dist/collection/components/global-nav/global-nav.css +1 -0
- package/dist/collection/components/icon-button/icon-button.css +1 -1
- package/dist/collection/components/in-page-nav/in-page-nav.js +2 -2
- package/dist/collection/components/increment/increment.css +102 -0
- package/dist/collection/components/increment/increment.js +97 -0
- package/dist/collection/components/input/input.js +30 -27
- package/dist/collection/components/intersection-observe/intersection-observe.js +1 -1
- package/dist/collection/components/masked-overflow/masked-overflow.js +3 -3
- package/dist/collection/components/menu-drawer/menu-drawer.css +11 -7
- package/dist/collection/components/menu-drawer/menu-drawer.js +7 -3
- package/dist/collection/components/more-less/more-less.js +2 -2
- package/dist/collection/components/option-box/option-box.css +41 -0
- package/dist/collection/components/option-box/option-box.js +25 -0
- package/dist/collection/components/rating/rating.js +4 -4
- package/dist/collection/components/resize-observe/resize-observe.js +2 -2
- package/dist/collection/components/select/select.js +7 -7
- package/dist/collection/components/slides/slide.js +1 -1
- package/dist/collection/components/slides/slides.js +3 -3
- package/dist/collection/components/sortable/sortable.js +1 -1
- package/dist/collection/components/sticker/sticker.js +2 -2
- package/dist/collection/components/table/table.js +2 -2
- package/dist/collection/components/tabs/tab-content.js +2 -2
- package/dist/collection/components/tabs/tab.js +2 -2
- package/dist/collection/components/tooltip/tooltip.js +2 -2
- package/dist/components/icon-button.js +1 -1
- package/dist/components/input.js +39 -36
- package/dist/components/local-logged-in.js +1 -1
- package/dist/components/local-logged-out.js +1 -1
- package/dist/components/masked-overflow.js +3 -3
- package/dist/components/nano-global-nav.js +1 -1
- package/dist/components/nano-in-page-nav.js +1 -1
- package/dist/components/nano-increment.d.ts +11 -0
- package/dist/components/nano-increment.js +119 -0
- package/dist/components/nano-intersection-observe.js +1 -1
- package/dist/components/nano-menu-drawer.js +8 -4
- package/dist/components/nano-more-less.js +2 -2
- package/dist/components/nano-option-box.d.ts +11 -0
- package/dist/components/nano-option-box.js +32 -0
- package/dist/components/nano-rating.js +4 -4
- package/dist/components/nano-slide.js +1 -1
- package/dist/components/nano-sortable.js +1 -1
- package/dist/components/nano-tab-content.js +2 -2
- package/dist/components/nano-tab.js +2 -2
- package/dist/components/nano-table.js +2 -2
- package/dist/components/resize-observe.js +2 -2
- package/dist/components/select.js +7 -7
- package/dist/components/slides.js +3 -3
- package/dist/components/sticker.js +2 -2
- package/dist/components/tooltip.js +2 -2
- package/dist/esm/{fade-CJJNY8cW.js → fade-M1mjf4zm.js} +1 -1
- package/dist/esm/{fullscreen-kmgJDkI-.js → fullscreen-BJlrN4_5.js} +1 -1
- package/dist/esm/index-DgO0qeQ9.js +8 -0
- package/dist/esm/{lazyload-DqTFDE4y.js → lazyload-B6FI3nbb.js} +1 -1
- package/dist/esm/loader.js +1 -1
- package/dist/esm/{local-logged-in-Bycp-mPl.js → local-logged-in-Bh5fOkeO.js} +1 -1
- package/dist/esm/{local-logged-out-BhOAka-2.js → local-logged-out-BQyUtSml.js} +1 -1
- package/dist/esm/nano-avatar_5.entry.js +7 -7
- package/dist/esm/nano-components.js +1 -1
- package/dist/esm/nano-date-picker_2.entry.js +29 -26
- package/dist/esm/nano-global-nav.entry.js +3 -3
- package/dist/esm/nano-icon_3.entry.js +3 -3
- package/dist/esm/nano-in-page-nav.entry.js +1 -1
- package/dist/esm/nano-increment.entry.js +79 -0
- package/dist/esm/nano-intersection-observe.entry.js +1 -1
- package/dist/esm/nano-masked-overflow.entry.js +3 -3
- package/dist/esm/nano-menu-drawer.entry.js +6 -3
- package/dist/esm/nano-more-less.entry.js +2 -2
- package/dist/esm/nano-option-box.entry.js +15 -0
- package/dist/esm/nano-rating.entry.js +4 -4
- package/dist/esm/nano-resize-observe.entry.js +2 -2
- package/dist/esm/nano-slide.entry.js +1 -1
- package/dist/esm/{nano-slides-Bdq8L4lE.js → nano-slides-CI0F1FDY.js} +7 -7
- package/dist/esm/nano-slides.entry.js +1 -1
- package/dist/esm/nano-sortable.entry.js +1 -1
- package/dist/esm/nano-sticker.entry.js +2 -2
- package/dist/esm/nano-tab-content.entry.js +2 -2
- package/dist/esm/nano-tab.entry.js +2 -2
- package/dist/esm/nano-table.entry.js +2 -2
- package/dist/esm/{page-dots-BBtKwJtf.js → page-dots-BsFo0sLb.js} +1 -1
- package/dist/nano-assets/hash.txt +1 -1
- package/dist/nano-assets/local-logged-in.json +1 -1
- package/dist/nano-assets/local-logged-out.json +1 -1
- package/dist/nano-components/assets/local-logged-in.json +1 -1
- package/dist/nano-components/assets/local-logged-out.json +1 -1
- package/dist/nano-components/{fade-CJJNY8cW.js → fade-M1mjf4zm.js} +1 -1
- package/dist/nano-components/{fullscreen-kmgJDkI-.js → fullscreen-BJlrN4_5.js} +1 -1
- package/dist/nano-components/{lazyload-DqTFDE4y.js → lazyload-B6FI3nbb.js} +1 -1
- package/dist/nano-components/{local-logged-in-Bycp-mPl.js → local-logged-in-Bh5fOkeO.js} +1 -1
- package/dist/nano-components/{local-logged-out-BhOAka-2.js → local-logged-out-BQyUtSml.js} +1 -1
- package/dist/nano-components/nano-avatar_5.entry.js +1 -1
- package/dist/nano-components/nano-components.css +203 -10
- package/dist/nano-components/nano-components.esm.js +1 -1
- package/dist/nano-components/nano-date-picker_2.entry.js +1 -1
- package/dist/nano-components/nano-global-nav.entry.js +1 -1
- package/dist/nano-components/nano-icon_3.entry.js +1 -1
- package/dist/nano-components/nano-in-page-nav.entry.js +1 -1
- package/dist/nano-components/nano-increment.entry.js +4 -0
- package/dist/nano-components/nano-intersection-observe.entry.js +1 -1
- package/dist/nano-components/nano-masked-overflow.entry.js +1 -1
- package/dist/nano-components/nano-menu-drawer.entry.js +1 -1
- package/dist/nano-components/nano-more-less.entry.js +1 -1
- package/dist/nano-components/nano-option-box.entry.js +4 -0
- package/dist/nano-components/nano-rating.entry.js +1 -1
- package/dist/nano-components/nano-resize-observe.entry.js +1 -1
- package/dist/nano-components/nano-slide.entry.js +1 -1
- package/dist/nano-components/{nano-slides-Bdq8L4lE.js → nano-slides-CI0F1FDY.js} +2 -2
- package/dist/nano-components/nano-slides.entry.js +1 -1
- package/dist/nano-components/nano-sortable.entry.js +1 -1
- package/dist/nano-components/nano-sticker.entry.js +1 -1
- package/dist/nano-components/nano-tab-content.entry.js +1 -1
- package/dist/nano-components/nano-tab.entry.js +1 -1
- package/dist/nano-components/nano-table.entry.js +1 -1
- package/dist/nano-components/{page-dots-BBtKwJtf.js → page-dots-BsFo0sLb.js} +1 -1
- package/dist/style/components.css +1 -1
- package/dist/style/components.css.map +1 -1
- package/dist/style/nano.css +1 -1
- package/dist/style/nano.css.map +1 -1
- package/dist/types/components/in-page-nav/in-page-nav.d.ts +1 -1
- package/dist/types/components/increment/increment.d.ts +19 -0
- package/dist/types/components/input/input.d.ts +6 -2
- package/dist/types/components/menu-drawer/menu-drawer.d.ts +1 -0
- package/dist/types/components/option-box/option-box.d.ts +14 -0
- package/dist/types/components.d.ts +70 -4
- package/dist/wdio.conf.js +2 -2
- package/docs-json.json +117 -4
- package/docs-vscode.json +18 -2
- package/hydrate/index.js +196 -70
- package/hydrate/index.mjs +196 -70
- package/package.json +2 -2
- /package/dist/types/builds/{W1hp42tj → uSGJX_GU}/0/Digital/nano-components/packages/components/.stencil/plugins/stencil/vue-output/generate-vue-component.d.ts +0 -0
- /package/dist/types/builds/{W1hp42tj → uSGJX_GU}/0/Digital/nano-components/packages/components/.stencil/plugins/stencil/vue-output/index.d.ts +0 -0
- /package/dist/types/builds/{W1hp42tj → uSGJX_GU}/0/Digital/nano-components/packages/components/.stencil/plugins/stencil/vue-output/output-vue.d.ts +0 -0
- /package/dist/types/builds/{W1hp42tj → uSGJX_GU}/0/Digital/nano-components/packages/components/.stencil/plugins/stencil/vue-output/plugin.d.ts +0 -0
- /package/dist/types/builds/{W1hp42tj → uSGJX_GU}/0/Digital/nano-components/packages/components/.stencil/plugins/stencil/vue-output/types.d.ts +0 -0
- /package/dist/types/builds/{W1hp42tj → uSGJX_GU}/0/Digital/nano-components/packages/components/.stencil/plugins/stencil/vue-output/utils.d.ts +0 -0
- /package/dist/types/builds/{W1hp42tj → uSGJX_GU}/0/Digital/nano-components/packages/components/.stencil/stencil.config.d.ts +0 -0
- /package/dist/types/builds/{W1hp42tj → uSGJX_GU}/0/Digital/nano-components/packages/components/.stencil/stencil.config.prod.d.ts +0 -0
- /package/dist/types/builds/{W1hp42tj → uSGJX_GU}/0/Digital/nano-components/packages/components/.stencil/testing/mocks/intersection-observer.d.ts +0 -0
- /package/dist/types/builds/{W1hp42tj → uSGJX_GU}/0/Digital/nano-components/packages/components/.stencil/wdio.conf.d.ts +0 -0
@@ -0,0 +1,19 @@
|
|
1
|
+
import { ComponentInterface } from '../../stencil-public-runtime';
|
2
|
+
/**
|
3
|
+
* Increments and decrements a value using an [input](/components/input).
|
4
|
+
*
|
5
|
+
* @status new
|
6
|
+
* @version 8.2.0
|
7
|
+
*/
|
8
|
+
export declare class NanoIncrement implements ComponentInterface {
|
9
|
+
host: HTMLElement;
|
10
|
+
inputElement: HTMLNanoInputElement;
|
11
|
+
private ignoreInputChange;
|
12
|
+
inputElementChanged(_newValue: HTMLNanoInputElement, oldValue: HTMLNanoInputElement): void;
|
13
|
+
private inputChangeHandler;
|
14
|
+
private handleSlotChange;
|
15
|
+
private handleMinus;
|
16
|
+
private handlePlus;
|
17
|
+
componentWillLoad(): Promise<void> | void;
|
18
|
+
render(): any;
|
19
|
+
}
|
@@ -29,6 +29,7 @@ export declare class Input implements ComponentInterface {
|
|
29
29
|
private pickerDropdown?;
|
30
30
|
private picker?;
|
31
31
|
private pickerCloseBtn?;
|
32
|
+
private shouldValidate;
|
32
33
|
private _nativeInputWrap;
|
33
34
|
private get nativeInputWrap();
|
34
35
|
private set nativeInputWrap(value);
|
@@ -172,7 +173,9 @@ export declare class Input implements ComponentInterface {
|
|
172
173
|
*/
|
173
174
|
step?: string;
|
174
175
|
/**
|
175
|
-
* The initial size of the control. This value is in pixels unless the value of the type attribute
|
176
|
+
* The initial size of the control. This value is in pixels unless the value of the type attribute
|
177
|
+
* is `"text"` or `"password"`, in which case it is an integer number of characters.
|
178
|
+
* This attribute applies only when the `type` attribute is set to `"text"`, `"search"`, `"tel"`, `"url"`, `"email"`, or `"password"`, otherwise it is ignored.
|
176
179
|
*/
|
177
180
|
size?: number;
|
178
181
|
/**
|
@@ -199,7 +202,7 @@ export declare class Input implements ComponentInterface {
|
|
199
202
|
* Whether to show a character count / remaining count when using the `maxlength` attribute.
|
200
203
|
*/
|
201
204
|
showCharCount: boolean;
|
202
|
-
protected
|
205
|
+
protected handleValidatePropChange(): void;
|
203
206
|
/**
|
204
207
|
* relevant to `type="textarea"`. Vertical resizing - enable / disable or make automatic.
|
205
208
|
*/
|
@@ -304,5 +307,6 @@ export declare class Input implements ComponentInterface {
|
|
304
307
|
disconnectedCallback(): void;
|
305
308
|
componentDidLoad(): void;
|
306
309
|
componentWillLoad(): void;
|
310
|
+
componentDidRender(): void;
|
307
311
|
render(): any;
|
308
312
|
}
|
@@ -0,0 +1,14 @@
|
|
1
|
+
/**
|
2
|
+
* Option boxes are used to present a choice with accompanying data to the user, typically in a configuration context.
|
3
|
+
*
|
4
|
+
* @status new
|
5
|
+
* @version 8.3.0
|
6
|
+
* @type CSS Only
|
7
|
+
*
|
8
|
+
* @slot img - The image of the card. Appears first.
|
9
|
+
* @slot header - The title of the card. Appears second.
|
10
|
+
* @slot content - The main content of the card. Appears third.
|
11
|
+
* @slot footer - The footer of the card. Appears last.
|
12
|
+
*/
|
13
|
+
export declare class NanoOptionBox {
|
14
|
+
}
|
@@ -1898,7 +1898,6 @@ export namespace Components {
|
|
1898
1898
|
"srcSet"?: string;
|
1899
1899
|
}
|
1900
1900
|
/**
|
1901
|
-
* \
|
1902
1901
|
* In-page navigation allows users to quickly find different sections on a page.
|
1903
1902
|
* @status new
|
1904
1903
|
* @version 8.0.0
|
@@ -1910,6 +1909,13 @@ export namespace Components {
|
|
1910
1909
|
*/
|
1911
1910
|
"stickyHeaders"?: boolean;
|
1912
1911
|
}
|
1912
|
+
/**
|
1913
|
+
* Increments and decrements a value using an [input](/components/input).
|
1914
|
+
* @status new
|
1915
|
+
* @version 8.2.0
|
1916
|
+
*/
|
1917
|
+
interface NanoIncrement {
|
1918
|
+
}
|
1913
1919
|
/**
|
1914
1920
|
* Inputs collect text data from the user.
|
1915
1921
|
* @status stable
|
@@ -2401,6 +2407,14 @@ export namespace Components {
|
|
2401
2407
|
*/
|
2402
2408
|
"value": string;
|
2403
2409
|
}
|
2410
|
+
/**
|
2411
|
+
* Option boxes are used to present a choice with accompanying data to the user, typically in a configuration context.
|
2412
|
+
* @status new
|
2413
|
+
* @version 8.3.0
|
2414
|
+
* @type CSS Only
|
2415
|
+
*/
|
2416
|
+
interface NanoOptionBox {
|
2417
|
+
}
|
2404
2418
|
/**
|
2405
2419
|
* Shows the status of an ongoing operation.
|
2406
2420
|
* @version 8.0.0
|
@@ -4253,7 +4267,6 @@ declare global {
|
|
4253
4267
|
new (): HTMLNanoImgElement;
|
4254
4268
|
};
|
4255
4269
|
/**
|
4256
|
-
* \
|
4257
4270
|
* In-page navigation allows users to quickly find different sections on a page.
|
4258
4271
|
* @status new
|
4259
4272
|
* @version 8.0.0
|
@@ -4264,6 +4277,17 @@ declare global {
|
|
4264
4277
|
prototype: HTMLNanoInPageNavElement;
|
4265
4278
|
new (): HTMLNanoInPageNavElement;
|
4266
4279
|
};
|
4280
|
+
/**
|
4281
|
+
* Increments and decrements a value using an [input](/components/input).
|
4282
|
+
* @status new
|
4283
|
+
* @version 8.2.0
|
4284
|
+
*/
|
4285
|
+
interface HTMLNanoIncrementElement extends Components.NanoIncrement, HTMLStencilElement {
|
4286
|
+
}
|
4287
|
+
var HTMLNanoIncrementElement: {
|
4288
|
+
prototype: HTMLNanoIncrementElement;
|
4289
|
+
new (): HTMLNanoIncrementElement;
|
4290
|
+
};
|
4267
4291
|
interface HTMLNanoInputElementEventMap {
|
4268
4292
|
"nanoInput": InputEvent;
|
4269
4293
|
"nanoChange": InputChangeEventDetail;
|
@@ -4420,6 +4444,18 @@ declare global {
|
|
4420
4444
|
prototype: HTMLNanoOptionElement;
|
4421
4445
|
new (): HTMLNanoOptionElement;
|
4422
4446
|
};
|
4447
|
+
/**
|
4448
|
+
* Option boxes are used to present a choice with accompanying data to the user, typically in a configuration context.
|
4449
|
+
* @status new
|
4450
|
+
* @version 8.3.0
|
4451
|
+
* @type CSS Only
|
4452
|
+
*/
|
4453
|
+
interface HTMLNanoOptionBoxElement extends Components.NanoOptionBox, HTMLStencilElement {
|
4454
|
+
}
|
4455
|
+
var HTMLNanoOptionBoxElement: {
|
4456
|
+
prototype: HTMLNanoOptionBoxElement;
|
4457
|
+
new (): HTMLNanoOptionBoxElement;
|
4458
|
+
};
|
4423
4459
|
/**
|
4424
4460
|
* Shows the status of an ongoing operation.
|
4425
4461
|
* @version 8.0.0
|
@@ -4838,6 +4874,7 @@ declare global {
|
|
4838
4874
|
"nano-icon-item": HTMLNanoIconItemElement;
|
4839
4875
|
"nano-img": HTMLNanoImgElement;
|
4840
4876
|
"nano-in-page-nav": HTMLNanoInPageNavElement;
|
4877
|
+
"nano-increment": HTMLNanoIncrementElement;
|
4841
4878
|
"nano-input": HTMLNanoInputElement;
|
4842
4879
|
"nano-intersection-observe": HTMLNanoIntersectionObserveElement;
|
4843
4880
|
"nano-masked-overflow": HTMLNanoMaskedOverflowElement;
|
@@ -4846,6 +4883,7 @@ declare global {
|
|
4846
4883
|
"nano-more-less": HTMLNanoMoreLessElement;
|
4847
4884
|
"nano-nav-item": HTMLNanoNavItemElement;
|
4848
4885
|
"nano-option": HTMLNanoOptionElement;
|
4886
|
+
"nano-option-box": HTMLNanoOptionBoxElement;
|
4849
4887
|
"nano-progress-bar": HTMLNanoProgressBarElement;
|
4850
4888
|
"nano-range": HTMLNanoRangeElement;
|
4851
4889
|
"nano-rating": HTMLNanoRatingElement;
|
@@ -6791,7 +6829,6 @@ declare namespace LocalJSX {
|
|
6791
6829
|
"srcSet"?: string;
|
6792
6830
|
}
|
6793
6831
|
/**
|
6794
|
-
* \
|
6795
6832
|
* In-page navigation allows users to quickly find different sections on a page.
|
6796
6833
|
* @status new
|
6797
6834
|
* @version 8.0.0
|
@@ -6803,6 +6840,13 @@ declare namespace LocalJSX {
|
|
6803
6840
|
*/
|
6804
6841
|
"stickyHeaders"?: boolean;
|
6805
6842
|
}
|
6843
|
+
/**
|
6844
|
+
* Increments and decrements a value using an [input](/components/input).
|
6845
|
+
* @status new
|
6846
|
+
* @version 8.2.0
|
6847
|
+
*/
|
6848
|
+
interface NanoIncrement {
|
6849
|
+
}
|
6806
6850
|
/**
|
6807
6851
|
* Inputs collect text data from the user.
|
6808
6852
|
* @status stable
|
@@ -7305,6 +7349,14 @@ declare namespace LocalJSX {
|
|
7305
7349
|
*/
|
7306
7350
|
"value"?: string;
|
7307
7351
|
}
|
7352
|
+
/**
|
7353
|
+
* Option boxes are used to present a choice with accompanying data to the user, typically in a configuration context.
|
7354
|
+
* @status new
|
7355
|
+
* @version 8.3.0
|
7356
|
+
* @type CSS Only
|
7357
|
+
*/
|
7358
|
+
interface NanoOptionBox {
|
7359
|
+
}
|
7308
7360
|
/**
|
7309
7361
|
* Shows the status of an ongoing operation.
|
7310
7362
|
* @version 8.0.0
|
@@ -8305,6 +8357,7 @@ declare namespace LocalJSX {
|
|
8305
8357
|
"nano-icon-item": NanoIconItem;
|
8306
8358
|
"nano-img": NanoImg;
|
8307
8359
|
"nano-in-page-nav": NanoInPageNav;
|
8360
|
+
"nano-increment": NanoIncrement;
|
8308
8361
|
"nano-input": NanoInput;
|
8309
8362
|
"nano-intersection-observe": NanoIntersectionObserve;
|
8310
8363
|
"nano-masked-overflow": NanoMaskedOverflow;
|
@@ -8313,6 +8366,7 @@ declare namespace LocalJSX {
|
|
8313
8366
|
"nano-more-less": NanoMoreLess;
|
8314
8367
|
"nano-nav-item": NanoNavItem;
|
8315
8368
|
"nano-option": NanoOption;
|
8369
|
+
"nano-option-box": NanoOptionBox;
|
8316
8370
|
"nano-progress-bar": NanoProgressBar;
|
8317
8371
|
"nano-range": NanoRange;
|
8318
8372
|
"nano-rating": NanoRating;
|
@@ -8576,12 +8630,17 @@ declare module "@stencil/core" {
|
|
8576
8630
|
*/
|
8577
8631
|
"nano-img": LocalJSX.NanoImg & JSXBase.HTMLAttributes<HTMLNanoImgElement>;
|
8578
8632
|
/**
|
8579
|
-
* \
|
8580
8633
|
* In-page navigation allows users to quickly find different sections on a page.
|
8581
8634
|
* @status new
|
8582
8635
|
* @version 8.0.0
|
8583
8636
|
*/
|
8584
8637
|
"nano-in-page-nav": LocalJSX.NanoInPageNav & JSXBase.HTMLAttributes<HTMLNanoInPageNavElement>;
|
8638
|
+
/**
|
8639
|
+
* Increments and decrements a value using an [input](/components/input).
|
8640
|
+
* @status new
|
8641
|
+
* @version 8.2.0
|
8642
|
+
*/
|
8643
|
+
"nano-increment": LocalJSX.NanoIncrement & JSXBase.HTMLAttributes<HTMLNanoIncrementElement>;
|
8585
8644
|
/**
|
8586
8645
|
* Inputs collect text data from the user.
|
8587
8646
|
* @status stable
|
@@ -8630,6 +8689,13 @@ declare module "@stencil/core" {
|
|
8630
8689
|
* @status stable
|
8631
8690
|
*/
|
8632
8691
|
"nano-option": LocalJSX.NanoOption & JSXBase.HTMLAttributes<HTMLNanoOptionElement>;
|
8692
|
+
/**
|
8693
|
+
* Option boxes are used to present a choice with accompanying data to the user, typically in a configuration context.
|
8694
|
+
* @status new
|
8695
|
+
* @version 8.3.0
|
8696
|
+
* @type CSS Only
|
8697
|
+
*/
|
8698
|
+
"nano-option-box": LocalJSX.NanoOptionBox & JSXBase.HTMLAttributes<HTMLNanoOptionBoxElement>;
|
8633
8699
|
/**
|
8634
8700
|
* Shows the status of an ongoing operation.
|
8635
8701
|
* @version 8.0.0
|
package/dist/wdio.conf.js
CHANGED
@@ -109,7 +109,7 @@ export const config = {
|
|
109
109
|
//
|
110
110
|
// If you only want to run your tests until a specific amount of tests have failed use
|
111
111
|
// bail (default is 0 - don't bail, run all tests).
|
112
|
-
bail: isCI ? 0 :
|
112
|
+
bail: isCI ? 0 : 1,
|
113
113
|
//
|
114
114
|
// Set a base URL in order to shorten url command calls. If your `url` parameter starts
|
115
115
|
// with `/`, the base url gets prepended, not including the path portion of your baseUrl.
|
@@ -159,7 +159,7 @@ export const config = {
|
|
159
159
|
framework: 'mocha',
|
160
160
|
//
|
161
161
|
// The number of times to retry the entire specfile when it fails as a whole
|
162
|
-
specFileRetries: isCI ?
|
162
|
+
specFileRetries: isCI ? 2 : 0,
|
163
163
|
//
|
164
164
|
// Delay in seconds between the spec file retry attempts
|
165
165
|
// specFileRetriesDelay: 1,
|
package/docs-json.json
CHANGED
@@ -1,5 +1,5 @@
|
|
1
1
|
{
|
2
|
-
"timestamp": "2025-07-
|
2
|
+
"timestamp": "2025-07-28T14:03:37",
|
3
3
|
"compiler": {
|
4
4
|
"name": "@stencil/core",
|
5
5
|
"version": "4.36.1",
|
@@ -3322,7 +3322,7 @@
|
|
3322
3322
|
"references": {
|
3323
3323
|
"Breadcrumb": {
|
3324
3324
|
"location": "local",
|
3325
|
-
"path": "/builds/
|
3325
|
+
"path": "/builds/uSGJX_GU/0/Digital/nano-components/packages/components/src/components/breadcrumb/breadcrumb.tsx",
|
3326
3326
|
"id": "src/components/breadcrumb/breadcrumb.tsx::Breadcrumb"
|
3327
3327
|
}
|
3328
3328
|
}
|
@@ -15180,6 +15180,7 @@
|
|
15180
15180
|
"nano-drawer",
|
15181
15181
|
"nano-file-upload",
|
15182
15182
|
"nano-global-nav",
|
15183
|
+
"nano-increment",
|
15183
15184
|
"nano-input",
|
15184
15185
|
"nano-masked-overflow",
|
15185
15186
|
"nano-tab",
|
@@ -15212,6 +15213,9 @@
|
|
15212
15213
|
"nano-global-nav": [
|
15213
15214
|
"nano-icon-button"
|
15214
15215
|
],
|
15216
|
+
"nano-increment": [
|
15217
|
+
"nano-icon-button"
|
15218
|
+
],
|
15215
15219
|
"nano-input": [
|
15216
15220
|
"nano-icon-button"
|
15217
15221
|
],
|
@@ -15610,7 +15614,7 @@
|
|
15610
15614
|
"encapsulation": "shadow",
|
15611
15615
|
"tag": "nano-in-page-nav",
|
15612
15616
|
"readme": "# nano-in-page-nav\n\n\n",
|
15613
|
-
"docs": "
|
15617
|
+
"docs": "In-page navigation allows users to quickly find different sections on a page.",
|
15614
15618
|
"docsTags": [
|
15615
15619
|
{
|
15616
15620
|
"name": "status",
|
@@ -15770,6 +15774,44 @@
|
|
15770
15774
|
]
|
15771
15775
|
}
|
15772
15776
|
},
|
15777
|
+
{
|
15778
|
+
"filePath": "src/components/increment/increment.tsx",
|
15779
|
+
"encapsulation": "shadow",
|
15780
|
+
"tag": "nano-increment",
|
15781
|
+
"readme": "# nano-increment\n\n\n",
|
15782
|
+
"docs": "Increments and decrements a value using an [input](/components/input).",
|
15783
|
+
"docsTags": [
|
15784
|
+
{
|
15785
|
+
"name": "status",
|
15786
|
+
"text": "new"
|
15787
|
+
},
|
15788
|
+
{
|
15789
|
+
"name": "version",
|
15790
|
+
"text": "8.2.0"
|
15791
|
+
}
|
15792
|
+
],
|
15793
|
+
"usage": {},
|
15794
|
+
"props": [],
|
15795
|
+
"methods": [],
|
15796
|
+
"events": [],
|
15797
|
+
"listeners": [],
|
15798
|
+
"styles": [],
|
15799
|
+
"slots": [],
|
15800
|
+
"parts": [],
|
15801
|
+
"dependents": [],
|
15802
|
+
"dependencies": [
|
15803
|
+
"nano-icon-button"
|
15804
|
+
],
|
15805
|
+
"dependencyGraph": {
|
15806
|
+
"nano-increment": [
|
15807
|
+
"nano-icon-button"
|
15808
|
+
],
|
15809
|
+
"nano-icon-button": [
|
15810
|
+
"nano-icon",
|
15811
|
+
"nano-tooltip"
|
15812
|
+
]
|
15813
|
+
}
|
15814
|
+
},
|
15773
15815
|
{
|
15774
15816
|
"filePath": "src/components/input/input.tsx",
|
15775
15817
|
"encapsulation": "scoped",
|
@@ -16852,7 +16894,7 @@
|
|
16852
16894
|
"mutable": false,
|
16853
16895
|
"attr": "size",
|
16854
16896
|
"reflectToAttr": false,
|
16855
|
-
"docs": "The initial size of the control. This value is in pixels unless the value of the type attribute
|
16897
|
+
"docs": "The initial size of the control. This value is in pixels unless the value of the type attribute\nis `\"text\"` or `\"password\"`, in which case it is an integer number of characters.\nThis attribute applies only when the `type` attribute is set to `\"text\"`, `\"search\"`, `\"tel\"`, `\"url\"`, `\"email\"`, or `\"password\"`, otherwise it is ignored.",
|
16856
16898
|
"docsTags": [],
|
16857
16899
|
"values": [
|
16858
16900
|
{
|
@@ -19805,6 +19847,77 @@
|
|
19805
19847
|
]
|
19806
19848
|
}
|
19807
19849
|
},
|
19850
|
+
{
|
19851
|
+
"filePath": "src/components/option-box/option-box.ts",
|
19852
|
+
"encapsulation": "none",
|
19853
|
+
"tag": "nano-option-box",
|
19854
|
+
"readme": "# nano-option-box\n\n\n",
|
19855
|
+
"docs": "Option boxes are used to present a choice with accompanying data to the user, typically in a configuration context.",
|
19856
|
+
"docsTags": [
|
19857
|
+
{
|
19858
|
+
"name": "status",
|
19859
|
+
"text": "new"
|
19860
|
+
},
|
19861
|
+
{
|
19862
|
+
"name": "version",
|
19863
|
+
"text": "8.3.0"
|
19864
|
+
},
|
19865
|
+
{
|
19866
|
+
"name": "type",
|
19867
|
+
"text": "CSS Only"
|
19868
|
+
},
|
19869
|
+
{
|
19870
|
+
"name": "slot",
|
19871
|
+
"text": "img - The image of the card. Appears first."
|
19872
|
+
},
|
19873
|
+
{
|
19874
|
+
"name": "slot",
|
19875
|
+
"text": "header - The title of the card. Appears second."
|
19876
|
+
},
|
19877
|
+
{
|
19878
|
+
"name": "slot",
|
19879
|
+
"text": "content - The main content of the card. Appears third."
|
19880
|
+
},
|
19881
|
+
{
|
19882
|
+
"name": "slot",
|
19883
|
+
"text": "footer - The footer of the card. Appears last."
|
19884
|
+
}
|
19885
|
+
],
|
19886
|
+
"usage": {},
|
19887
|
+
"props": [],
|
19888
|
+
"methods": [],
|
19889
|
+
"events": [],
|
19890
|
+
"listeners": [],
|
19891
|
+
"styles": [
|
19892
|
+
{
|
19893
|
+
"name": "--spacing",
|
19894
|
+
"annotation": "prop",
|
19895
|
+
"docs": "Spacing between card items. Defaults to `var(--nano-spacing-md)`;"
|
19896
|
+
}
|
19897
|
+
],
|
19898
|
+
"slots": [
|
19899
|
+
{
|
19900
|
+
"name": "content",
|
19901
|
+
"docs": "The main content of the card. Appears third."
|
19902
|
+
},
|
19903
|
+
{
|
19904
|
+
"name": "footer",
|
19905
|
+
"docs": "The footer of the card. Appears last."
|
19906
|
+
},
|
19907
|
+
{
|
19908
|
+
"name": "header",
|
19909
|
+
"docs": "The title of the card. Appears second."
|
19910
|
+
},
|
19911
|
+
{
|
19912
|
+
"name": "img",
|
19913
|
+
"docs": "The image of the card. Appears first."
|
19914
|
+
}
|
19915
|
+
],
|
19916
|
+
"parts": [],
|
19917
|
+
"dependents": [],
|
19918
|
+
"dependencies": [],
|
19919
|
+
"dependencyGraph": {}
|
19920
|
+
},
|
19808
19921
|
{
|
19809
19922
|
"filePath": "src/components/progress-bar/progress-bar.tsx",
|
19810
19923
|
"encapsulation": "none",
|
package/docs-vscode.json
CHANGED
@@ -2392,7 +2392,7 @@
|
|
2392
2392
|
"name": "nano-in-page-nav",
|
2393
2393
|
"description": {
|
2394
2394
|
"kind": "markdown",
|
2395
|
-
"value": "
|
2395
|
+
"value": "In-page navigation allows users to quickly find different sections on a page."
|
2396
2396
|
},
|
2397
2397
|
"attributes": [
|
2398
2398
|
{
|
@@ -2401,6 +2401,14 @@
|
|
2401
2401
|
}
|
2402
2402
|
]
|
2403
2403
|
},
|
2404
|
+
{
|
2405
|
+
"name": "nano-increment",
|
2406
|
+
"description": {
|
2407
|
+
"kind": "markdown",
|
2408
|
+
"value": "Increments and decrements a value using an [input](/components/input)."
|
2409
|
+
},
|
2410
|
+
"attributes": []
|
2411
|
+
},
|
2404
2412
|
{
|
2405
2413
|
"name": "nano-input",
|
2406
2414
|
"description": {
|
@@ -2617,7 +2625,7 @@
|
|
2617
2625
|
},
|
2618
2626
|
{
|
2619
2627
|
"name": "size",
|
2620
|
-
"description": "The initial size of the control. This value is in pixels unless the value of the type attribute
|
2628
|
+
"description": "The initial size of the control. This value is in pixels unless the value of the type attribute\nis `\"text\"` or `\"password\"`, in which case it is an integer number of characters.\nThis attribute applies only when the `type` attribute is set to `\"text\"`, `\"search\"`, `\"tel\"`, `\"url\"`, `\"email\"`, or `\"password\"`, otherwise it is ignored."
|
2621
2629
|
},
|
2622
2630
|
{
|
2623
2631
|
"name": "spellcheck",
|
@@ -2924,6 +2932,14 @@
|
|
2924
2932
|
}
|
2925
2933
|
]
|
2926
2934
|
},
|
2935
|
+
{
|
2936
|
+
"name": "nano-option-box",
|
2937
|
+
"description": {
|
2938
|
+
"kind": "markdown",
|
2939
|
+
"value": "Option boxes are used to present a choice with accompanying data to the user, typically in a configuration context."
|
2940
|
+
},
|
2941
|
+
"attributes": []
|
2942
|
+
},
|
2927
2943
|
{
|
2928
2944
|
"name": "nano-progress-bar",
|
2929
2945
|
"description": {
|