@nanoporetech-digital/components 8.1.0 → 8.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/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 +4 -0
- package/dist/cjs/{lazyload-CilBX2zO.js → lazyload-DxM1Zo3E.js} +1 -1
- package/dist/cjs/loader.cjs.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-icon_3.cjs.entry.js +3 -3
- package/dist/cjs/nano-in-page-nav.cjs.entry.js +2 -2
- 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 +2 -2
- package/dist/cjs/nano-more-less.cjs.entry.js +2 -2
- 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-group.cjs.entry.js +1 -1
- 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 +1 -0
- package/dist/collection/components/breadcrumb/breadcrumb.js +1 -1
- package/dist/collection/components/icon-button/icon-button.css +1 -1
- package/dist/collection/components/in-page-nav/in-page-nav.css +3 -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.js +2 -2
- package/dist/collection/components/more-less/more-less.js +2 -2
- 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-group.js +1 -1
- 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/masked-overflow.js +3 -3
- package/dist/components/nano-in-page-nav.js +2 -2
- 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 +2 -2
- package/dist/components/nano-more-less.js +2 -2
- 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-group.js +1 -1
- 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 +4 -0
- package/dist/esm/{lazyload-DqTFDE4y.js → lazyload-B6FI3nbb.js} +1 -1
- package/dist/esm/loader.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-icon_3.entry.js +3 -3
- package/dist/esm/nano-in-page-nav.entry.js +2 -2
- 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 +2 -2
- package/dist/esm/nano-more-less.entry.js +2 -2
- 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-group.entry.js +1 -1
- 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-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/nano-avatar_5.entry.js +1 -1
- package/dist/nano-components/nano-components.css +46 -1
- 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-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-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-group.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/core.css +1 -1
- package/dist/style/core.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.d.ts +33 -4
- package/dist/wdio.conf.js +2 -2
- package/docs-json.json +46 -4
- package/docs-vscode.json +10 -2
- package/hydrate/index.js +159 -67
- package/hydrate/index.mjs +159 -67
- package/package.json +2 -2
- /package/dist/types/builds/{FKs_t1C_ → bsFinusk}/0/Digital/nano-components/packages/components/.stencil/plugins/stencil/vue-output/generate-vue-component.d.ts +0 -0
- /package/dist/types/builds/{FKs_t1C_ → bsFinusk}/0/Digital/nano-components/packages/components/.stencil/plugins/stencil/vue-output/index.d.ts +0 -0
- /package/dist/types/builds/{FKs_t1C_ → bsFinusk}/0/Digital/nano-components/packages/components/.stencil/plugins/stencil/vue-output/output-vue.d.ts +0 -0
- /package/dist/types/builds/{FKs_t1C_ → bsFinusk}/0/Digital/nano-components/packages/components/.stencil/plugins/stencil/vue-output/plugin.d.ts +0 -0
- /package/dist/types/builds/{FKs_t1C_ → bsFinusk}/0/Digital/nano-components/packages/components/.stencil/plugins/stencil/vue-output/types.d.ts +0 -0
- /package/dist/types/builds/{FKs_t1C_ → bsFinusk}/0/Digital/nano-components/packages/components/.stencil/plugins/stencil/vue-output/utils.d.ts +0 -0
- /package/dist/types/builds/{FKs_t1C_ → bsFinusk}/0/Digital/nano-components/packages/components/.stencil/stencil.config.d.ts +0 -0
- /package/dist/types/builds/{FKs_t1C_ → bsFinusk}/0/Digital/nano-components/packages/components/.stencil/stencil.config.prod.d.ts +0 -0
- /package/dist/types/builds/{FKs_t1C_ → bsFinusk}/0/Digital/nano-components/packages/components/.stencil/testing/mocks/intersection-observer.d.ts +0 -0
- /package/dist/types/builds/{FKs_t1C_ → bsFinusk}/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
|
}
|
@@ -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
|
@@ -4253,7 +4259,6 @@ declare global {
|
|
4253
4259
|
new (): HTMLNanoImgElement;
|
4254
4260
|
};
|
4255
4261
|
/**
|
4256
|
-
* \
|
4257
4262
|
* In-page navigation allows users to quickly find different sections on a page.
|
4258
4263
|
* @status new
|
4259
4264
|
* @version 8.0.0
|
@@ -4264,6 +4269,17 @@ declare global {
|
|
4264
4269
|
prototype: HTMLNanoInPageNavElement;
|
4265
4270
|
new (): HTMLNanoInPageNavElement;
|
4266
4271
|
};
|
4272
|
+
/**
|
4273
|
+
* Increments and decrements a value using an [input](/components/input).
|
4274
|
+
* @status new
|
4275
|
+
* @version 8.2.0
|
4276
|
+
*/
|
4277
|
+
interface HTMLNanoIncrementElement extends Components.NanoIncrement, HTMLStencilElement {
|
4278
|
+
}
|
4279
|
+
var HTMLNanoIncrementElement: {
|
4280
|
+
prototype: HTMLNanoIncrementElement;
|
4281
|
+
new (): HTMLNanoIncrementElement;
|
4282
|
+
};
|
4267
4283
|
interface HTMLNanoInputElementEventMap {
|
4268
4284
|
"nanoInput": InputEvent;
|
4269
4285
|
"nanoChange": InputChangeEventDetail;
|
@@ -4838,6 +4854,7 @@ declare global {
|
|
4838
4854
|
"nano-icon-item": HTMLNanoIconItemElement;
|
4839
4855
|
"nano-img": HTMLNanoImgElement;
|
4840
4856
|
"nano-in-page-nav": HTMLNanoInPageNavElement;
|
4857
|
+
"nano-increment": HTMLNanoIncrementElement;
|
4841
4858
|
"nano-input": HTMLNanoInputElement;
|
4842
4859
|
"nano-intersection-observe": HTMLNanoIntersectionObserveElement;
|
4843
4860
|
"nano-masked-overflow": HTMLNanoMaskedOverflowElement;
|
@@ -6791,7 +6808,6 @@ declare namespace LocalJSX {
|
|
6791
6808
|
"srcSet"?: string;
|
6792
6809
|
}
|
6793
6810
|
/**
|
6794
|
-
* \
|
6795
6811
|
* In-page navigation allows users to quickly find different sections on a page.
|
6796
6812
|
* @status new
|
6797
6813
|
* @version 8.0.0
|
@@ -6803,6 +6819,13 @@ declare namespace LocalJSX {
|
|
6803
6819
|
*/
|
6804
6820
|
"stickyHeaders"?: boolean;
|
6805
6821
|
}
|
6822
|
+
/**
|
6823
|
+
* Increments and decrements a value using an [input](/components/input).
|
6824
|
+
* @status new
|
6825
|
+
* @version 8.2.0
|
6826
|
+
*/
|
6827
|
+
interface NanoIncrement {
|
6828
|
+
}
|
6806
6829
|
/**
|
6807
6830
|
* Inputs collect text data from the user.
|
6808
6831
|
* @status stable
|
@@ -8305,6 +8328,7 @@ declare namespace LocalJSX {
|
|
8305
8328
|
"nano-icon-item": NanoIconItem;
|
8306
8329
|
"nano-img": NanoImg;
|
8307
8330
|
"nano-in-page-nav": NanoInPageNav;
|
8331
|
+
"nano-increment": NanoIncrement;
|
8308
8332
|
"nano-input": NanoInput;
|
8309
8333
|
"nano-intersection-observe": NanoIntersectionObserve;
|
8310
8334
|
"nano-masked-overflow": NanoMaskedOverflow;
|
@@ -8576,12 +8600,17 @@ declare module "@stencil/core" {
|
|
8576
8600
|
*/
|
8577
8601
|
"nano-img": LocalJSX.NanoImg & JSXBase.HTMLAttributes<HTMLNanoImgElement>;
|
8578
8602
|
/**
|
8579
|
-
* \
|
8580
8603
|
* In-page navigation allows users to quickly find different sections on a page.
|
8581
8604
|
* @status new
|
8582
8605
|
* @version 8.0.0
|
8583
8606
|
*/
|
8584
8607
|
"nano-in-page-nav": LocalJSX.NanoInPageNav & JSXBase.HTMLAttributes<HTMLNanoInPageNavElement>;
|
8608
|
+
/**
|
8609
|
+
* Increments and decrements a value using an [input](/components/input).
|
8610
|
+
* @status new
|
8611
|
+
* @version 8.2.0
|
8612
|
+
*/
|
8613
|
+
"nano-increment": LocalJSX.NanoIncrement & JSXBase.HTMLAttributes<HTMLNanoIncrementElement>;
|
8585
8614
|
/**
|
8586
8615
|
* Inputs collect text data from the user.
|
8587
8616
|
* @status stable
|
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-24T16:18:01",
|
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/bsFinusk/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
|
{
|
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",
|