@aotearoan/neon 22.5.0 → 22.5.2
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/dist/common/utils/NeonIconRegistry.cjs.js.map +1 -1
- package/dist/common/utils/NeonIconRegistry.es.js +2 -2
- package/dist/common/utils/NeonIconRegistry.es.js.map +1 -1
- package/dist/components/presentation/icon/NeonIcon.cjs.js +1 -1
- package/dist/components/presentation/icon/NeonIcon.cjs.js.map +1 -1
- package/dist/components/presentation/icon/NeonIcon.es.js +18 -10
- package/dist/components/presentation/icon/NeonIcon.es.js.map +1 -1
- package/dist/components/presentation/icon/NeonIcon.vue.cjs.js +1 -1
- package/dist/components/presentation/icon/NeonIcon.vue.cjs.js.map +1 -1
- package/dist/components/presentation/icon/NeonIcon.vue.es.js +5 -5
- package/dist/components/presentation/icon/NeonIcon.vue.es.js.map +1 -1
- package/dist/components/presentation/image-carousel/NeonImageCarousel.cjs.js +1 -1
- package/dist/components/presentation/image-carousel/NeonImageCarousel.cjs.js.map +1 -1
- package/dist/components/presentation/image-carousel/NeonImageCarousel.es.js +57 -35
- package/dist/components/presentation/image-carousel/NeonImageCarousel.es.js.map +1 -1
- package/dist/components/presentation/image-carousel/NeonImageCarousel.vue.cjs.js +1 -1
- package/dist/components/presentation/image-carousel/NeonImageCarousel.vue.cjs.js.map +1 -1
- package/dist/components/presentation/image-carousel/NeonImageCarousel.vue.es.js +44 -46
- package/dist/components/presentation/image-carousel/NeonImageCarousel.vue.es.js.map +1 -1
- package/dist/components/presentation/tabs/NeonTabs.cjs.js +1 -1
- package/dist/components/presentation/tabs/NeonTabs.cjs.js.map +1 -1
- package/dist/components/presentation/tabs/NeonTabs.es.js +17 -18
- package/dist/components/presentation/tabs/NeonTabs.es.js.map +1 -1
- package/dist/components/presentation/tabs/tab/NeonTab.cjs.js +1 -1
- package/dist/components/presentation/tabs/tab/NeonTab.cjs.js.map +1 -1
- package/dist/components/presentation/tabs/tab/NeonTab.es.js +6 -20
- package/dist/components/presentation/tabs/tab/NeonTab.es.js.map +1 -1
- package/dist/components/presentation/tabs/tab/NeonTab.vue.cjs.js +1 -1
- package/dist/components/presentation/tabs/tab/NeonTab.vue.cjs.js.map +1 -1
- package/dist/components/presentation/tabs/tab/NeonTab.vue.es.js +24 -16
- package/dist/components/presentation/tabs/tab/NeonTab.vue.es.js.map +1 -1
- package/dist/components/user-input/field/NeonField.cjs.js +1 -1
- package/dist/components/user-input/field/NeonField.cjs.js.map +1 -1
- package/dist/components/user-input/field/NeonField.es.js +2 -6
- package/dist/components/user-input/field/NeonField.es.js.map +1 -1
- package/dist/components/user-input/field/NeonField.vue.cjs.js +1 -1
- package/dist/components/user-input/field/NeonField.vue.cjs.js.map +1 -1
- package/dist/components/user-input/field/NeonField.vue.es.js +22 -26
- package/dist/components/user-input/field/NeonField.vue.es.js.map +1 -1
- package/dist/components/user-input/input/NeonInput.cjs.js +1 -1
- package/dist/components/user-input/input/NeonInput.cjs.js.map +1 -1
- package/dist/components/user-input/input/NeonInput.es.js +65 -47
- package/dist/components/user-input/input/NeonInput.es.js.map +1 -1
- package/dist/components/user-input/input/NeonInput.vue.cjs.js +1 -1
- package/dist/components/user-input/input/NeonInput.vue.cjs.js.map +1 -1
- package/dist/components/user-input/input/NeonInput.vue.es.js +35 -31
- package/dist/components/user-input/input/NeonInput.vue.es.js.map +1 -1
- package/dist/src/common/utils/NeonIconRegistry.d.ts +3 -3
- package/dist/src/components/feedback/alert/NeonAlert.d.ts +36 -9
- package/dist/src/components/feedback/alert/container/NeonAlertContainer.d.ts +24 -6
- package/dist/src/components/feedback/alert/container/NeonToastContainer.d.ts +12 -3
- package/dist/src/components/feedback/dialog/NeonDialog.d.ts +64 -12
- package/dist/src/components/feedback/linear-progress/NeonLinearProgress.d.ts +30 -7
- package/dist/src/components/feedback/note/NeonNote.d.ts +36 -9
- package/dist/src/components/feedback/splash-loader/NeonSplashLoader.d.ts +12 -3
- package/dist/src/components/feedback/tooltip/NeonTooltip.d.ts +1 -1
- package/dist/src/components/layout/card-list/NeonCardList.d.ts +54 -15
- package/dist/src/components/layout/modal/NeonModal.d.ts +24 -6
- package/dist/src/components/navigation/action-menu/NeonActionMenu.d.ts +12 -3
- package/dist/src/components/navigation/dropdown-menu/NeonDropdownMenu.d.ts +672 -193
- package/dist/src/components/navigation/link/NeonLink.d.ts +12 -3
- package/dist/src/components/navigation/menu/NeonMenu.d.ts +522 -141
- package/dist/src/components/navigation/mobile-menu/NeonMobileMenu.d.ts +522 -141
- package/dist/src/components/navigation/stepper/NeonStepper.d.ts +12 -3
- package/dist/src/components/navigation/tree-menu/NeonTreeMenu.d.ts +12 -3
- package/dist/src/components/presentation/badge/NeonBadge.d.ts +188 -49
- package/dist/src/components/presentation/dropdown/NeonDropdown.d.ts +170 -97
- package/dist/src/components/presentation/expansion-panel/NeonExpansionPanel.d.ts +12 -3
- package/dist/src/components/presentation/icon/NeonIcon.d.ts +20 -3
- package/dist/src/components/presentation/image-carousel/NeonImageCarousel.d.ts +107 -18
- package/dist/src/components/presentation/label/NeonLabel.d.ts +12 -3
- package/dist/src/components/presentation/tabs/NeonTabs.d.ts +48 -12
- package/dist/src/components/presentation/tabs/tab/NeonTab.d.ts +8 -10
- package/dist/src/components/user-input/button/NeonButton.d.ts +24 -6
- package/dist/src/components/user-input/chip/NeonChip.d.ts +12 -3
- package/dist/src/components/user-input/color/NeonColor.d.ts +26 -7
- package/dist/src/components/user-input/date-picker/NeonDatePicker.d.ts +336 -224
- package/dist/src/components/user-input/field/NeonField.d.ts +1 -113
- package/dist/src/components/user-input/file/NeonFile.d.ts +188 -52
- package/dist/src/components/user-input/filter-list/NeonFilterList.d.ts +36 -6
- package/dist/src/components/user-input/input/NeonInput.d.ts +36 -13
- package/dist/src/components/user-input/input-indicator/NeonInputIndicator.d.ts +12 -3
- package/dist/src/components/user-input/list/NeonList.d.ts +12 -3
- package/dist/src/components/user-input/number/NeonNumber.d.ts +140 -43
- package/dist/src/components/user-input/password/NeonPassword.d.ts +26 -7
- package/dist/src/components/user-input/search/NeonSearch.d.ts +608 -328
- package/dist/src/components/user-input/select/NeonSelect.d.ts +678 -153
- package/dist/src/components/user-input/selectable-card/NeonSelectableCard.d.ts +12 -3
- package/dist/src/components/user-input/switch/NeonSwitch.d.ts +22 -3
- package/dist/src/components/user-input/toggle/NeonToggle.d.ts +16 -19
- package/dist/src/components/user-input/toggle-chip/NeonToggleChip.d.ts +12 -3
- package/package.json +1 -1
- package/src/sass/components/_field.scss +8 -0
- package/src/sass/components/_footer.scss +8 -0
- package/src/sass/components/_image-carousel.scss +12 -10
- package/src/sass/components/_input.scss +3 -3
- package/src/sass/components/_menu.scss +32 -24
- package/src/sass/components/_mobile-menu.scss +27 -19
- package/src/sass/components/_note.scss +2 -3
- package/src/sass/components/_page.scss +5 -4
- package/src/sass/components/_tooltip.scss +1 -1
- package/src/sass/components/_top-nav.scss +1 -1
- package/src/sass/global/_base-html.scss +1 -1
- package/src/sass/includes/_dependencies.scss +1 -1
- package/src/sass/includes/_typography.scss +4 -2
- package/src/sass/variables.scss +15 -6
|
@@ -147,12 +147,19 @@ declare const _default: import("vue").DefineComponent<import("vue").ExtractPropT
|
|
|
147
147
|
type: StringConstructor;
|
|
148
148
|
required: true;
|
|
149
149
|
};
|
|
150
|
+
id: {
|
|
151
|
+
type: StringConstructor;
|
|
152
|
+
default: null;
|
|
153
|
+
};
|
|
150
154
|
color: {
|
|
151
155
|
type: () => NeonFunctionalColor;
|
|
152
156
|
default: null;
|
|
153
157
|
};
|
|
154
158
|
inverse: {
|
|
155
159
|
type: BooleanConstructor;
|
|
160
|
+
/**
|
|
161
|
+
* Label for the expanded Show more toggle if <em>displayCount</em> is set. The default is 'Show less'.
|
|
162
|
+
*/
|
|
156
163
|
default: boolean;
|
|
157
164
|
};
|
|
158
165
|
disabled: {
|
|
@@ -160,21 +167,28 @@ declare const _default: import("vue").DefineComponent<import("vue").ExtractPropT
|
|
|
160
167
|
default: boolean;
|
|
161
168
|
};
|
|
162
169
|
}>, {
|
|
163
|
-
|
|
170
|
+
sanitizedAttributes: import("vue").ComputedRef<{
|
|
164
171
|
[x: string]: unknown;
|
|
165
|
-
}
|
|
166
|
-
icon: import("vue").ComputedRef<string>;
|
|
172
|
+
}>;
|
|
173
|
+
icon: import("vue").ComputedRef<string | undefined>;
|
|
167
174
|
}, {}, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {}, string, import("vue").PublicProps, Readonly<import("vue").ExtractPropTypes<{
|
|
168
175
|
name: {
|
|
169
176
|
type: StringConstructor;
|
|
170
177
|
required: true;
|
|
171
178
|
};
|
|
179
|
+
id: {
|
|
180
|
+
type: StringConstructor;
|
|
181
|
+
default: null;
|
|
182
|
+
};
|
|
172
183
|
color: {
|
|
173
184
|
type: () => NeonFunctionalColor;
|
|
174
185
|
default: null;
|
|
175
186
|
};
|
|
176
187
|
inverse: {
|
|
177
188
|
type: BooleanConstructor;
|
|
189
|
+
/**
|
|
190
|
+
* Label for the expanded Show more toggle if <em>displayCount</em> is set. The default is 'Show less'.
|
|
191
|
+
*/
|
|
178
192
|
default: boolean;
|
|
179
193
|
};
|
|
180
194
|
disabled: {
|
|
@@ -184,6 +198,7 @@ declare const _default: import("vue").DefineComponent<import("vue").ExtractPropT
|
|
|
184
198
|
}>> & Readonly<{}>, {
|
|
185
199
|
disabled: boolean;
|
|
186
200
|
color: NeonFunctionalColor;
|
|
201
|
+
id: string;
|
|
187
202
|
inverse: boolean;
|
|
188
203
|
}, {}, {}, {}, string, import("vue").ComponentProvideOptions, true, {}, any>;
|
|
189
204
|
NeonLink: import("vue").DefineComponent<import("vue").ExtractPropTypes<{
|
|
@@ -243,12 +258,19 @@ declare const _default: import("vue").DefineComponent<import("vue").ExtractPropT
|
|
|
243
258
|
type: StringConstructor;
|
|
244
259
|
required: true;
|
|
245
260
|
};
|
|
261
|
+
id: {
|
|
262
|
+
type: StringConstructor;
|
|
263
|
+
default: null;
|
|
264
|
+
};
|
|
246
265
|
color: {
|
|
247
266
|
type: () => NeonFunctionalColor;
|
|
248
267
|
default: null;
|
|
249
268
|
};
|
|
250
269
|
inverse: {
|
|
251
270
|
type: BooleanConstructor;
|
|
271
|
+
/**
|
|
272
|
+
* Label for the expanded Show more toggle if <em>displayCount</em> is set. The default is 'Show less'.
|
|
273
|
+
*/
|
|
252
274
|
default: boolean;
|
|
253
275
|
};
|
|
254
276
|
disabled: {
|
|
@@ -256,21 +278,28 @@ declare const _default: import("vue").DefineComponent<import("vue").ExtractPropT
|
|
|
256
278
|
default: boolean;
|
|
257
279
|
};
|
|
258
280
|
}>, {
|
|
259
|
-
|
|
281
|
+
sanitizedAttributes: import("vue").ComputedRef<{
|
|
260
282
|
[x: string]: unknown;
|
|
261
|
-
}
|
|
262
|
-
icon: import("vue").ComputedRef<string>;
|
|
283
|
+
}>;
|
|
284
|
+
icon: import("vue").ComputedRef<string | undefined>;
|
|
263
285
|
}, {}, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {}, string, import("vue").PublicProps, Readonly<import("vue").ExtractPropTypes<{
|
|
264
286
|
name: {
|
|
265
287
|
type: StringConstructor;
|
|
266
288
|
required: true;
|
|
267
289
|
};
|
|
290
|
+
id: {
|
|
291
|
+
type: StringConstructor;
|
|
292
|
+
default: null;
|
|
293
|
+
};
|
|
268
294
|
color: {
|
|
269
295
|
type: () => NeonFunctionalColor;
|
|
270
296
|
default: null;
|
|
271
297
|
};
|
|
272
298
|
inverse: {
|
|
273
299
|
type: BooleanConstructor;
|
|
300
|
+
/**
|
|
301
|
+
* Label for the expanded Show more toggle if <em>displayCount</em> is set. The default is 'Show less'.
|
|
302
|
+
*/
|
|
274
303
|
default: boolean;
|
|
275
304
|
};
|
|
276
305
|
disabled: {
|
|
@@ -280,6 +309,7 @@ declare const _default: import("vue").DefineComponent<import("vue").ExtractPropT
|
|
|
280
309
|
}>> & Readonly<{}>, {
|
|
281
310
|
disabled: boolean;
|
|
282
311
|
color: NeonFunctionalColor;
|
|
312
|
+
id: string;
|
|
283
313
|
inverse: boolean;
|
|
284
314
|
}, {}, {}, {}, string, import("vue").ComponentProvideOptions, true, {}, any>;
|
|
285
315
|
}, {}, string, import("vue").ComponentProvideOptions, true, {}, any>;
|
|
@@ -63,7 +63,7 @@ declare const _default: import("vue").DefineComponent<import("vue").ExtractPropT
|
|
|
63
63
|
* NOTE: No enum is provided in Neon as some values can be used in combination, please refer to the full list of values in the preceding link.
|
|
64
64
|
*/
|
|
65
65
|
autocomplete: {
|
|
66
|
-
type:
|
|
66
|
+
type: () => NeonInputMode;
|
|
67
67
|
default: string;
|
|
68
68
|
};
|
|
69
69
|
/**
|
|
@@ -139,8 +139,15 @@ declare const _default: import("vue").DefineComponent<import("vue").ExtractPropT
|
|
|
139
139
|
default: null;
|
|
140
140
|
};
|
|
141
141
|
/**
|
|
142
|
-
*
|
|
143
|
-
*
|
|
142
|
+
* The label template for the character limit. This is a string in the vue-i18n Pluralization format with a
|
|
143
|
+
* <em>{count}</em> placeholder.
|
|
144
|
+
*/
|
|
145
|
+
maxlengthLabel: {
|
|
146
|
+
type: StringConstructor;
|
|
147
|
+
default: string;
|
|
148
|
+
};
|
|
149
|
+
/**
|
|
150
|
+
* Debounce time in ms. If no value is provided, the default value set in NeonDebounceUtils is used (=0ms).
|
|
144
151
|
*/
|
|
145
152
|
debounce: {
|
|
146
153
|
type: NumberConstructor;
|
|
@@ -156,12 +163,13 @@ declare const _default: import("vue").DefineComponent<import("vue").ExtractPropT
|
|
|
156
163
|
iconName: import("vue").ComputedRef<string | undefined>;
|
|
157
164
|
iconColor: import("vue").ComputedRef<NeonFunctionalColor>;
|
|
158
165
|
computedPlaceholder: import("vue").ComputedRef<string>;
|
|
166
|
+
counterLabel: import("vue").ComputedRef<string | null>;
|
|
159
167
|
focus: () => void;
|
|
160
168
|
click: () => void;
|
|
161
169
|
onFocus: () => void;
|
|
162
170
|
onBlur: () => void;
|
|
163
171
|
iconClicked: ($event: Event) => void;
|
|
164
|
-
changeValue: (event:
|
|
172
|
+
changeValue: (event: InputEvent) => void;
|
|
165
173
|
onKeyDown: (event: KeyboardEvent) => void;
|
|
166
174
|
}, {}, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, ("update:modelValue" | "focus" | "blur" | "icon-click")[], "update:modelValue" | "focus" | "blur" | "icon-click", import("vue").PublicProps, Readonly<import("vue").ExtractPropTypes<{
|
|
167
175
|
/**
|
|
@@ -220,7 +228,7 @@ declare const _default: import("vue").DefineComponent<import("vue").ExtractPropT
|
|
|
220
228
|
* NOTE: No enum is provided in Neon as some values can be used in combination, please refer to the full list of values in the preceding link.
|
|
221
229
|
*/
|
|
222
230
|
autocomplete: {
|
|
223
|
-
type:
|
|
231
|
+
type: () => NeonInputMode;
|
|
224
232
|
default: string;
|
|
225
233
|
};
|
|
226
234
|
/**
|
|
@@ -296,8 +304,15 @@ declare const _default: import("vue").DefineComponent<import("vue").ExtractPropT
|
|
|
296
304
|
default: null;
|
|
297
305
|
};
|
|
298
306
|
/**
|
|
299
|
-
*
|
|
300
|
-
*
|
|
307
|
+
* The label template for the character limit. This is a string in the vue-i18n Pluralization format with a
|
|
308
|
+
* <em>{count}</em> placeholder.
|
|
309
|
+
*/
|
|
310
|
+
maxlengthLabel: {
|
|
311
|
+
type: StringConstructor;
|
|
312
|
+
default: string;
|
|
313
|
+
};
|
|
314
|
+
/**
|
|
315
|
+
* Debounce time in ms. If no value is provided, the default value set in NeonDebounceUtils is used (=0ms).
|
|
301
316
|
*/
|
|
302
317
|
debounce: {
|
|
303
318
|
type: NumberConstructor;
|
|
@@ -321,19 +336,24 @@ declare const _default: import("vue").DefineComponent<import("vue").ExtractPropT
|
|
|
321
336
|
inputmode: NeonInputMode;
|
|
322
337
|
modelValue: string;
|
|
323
338
|
state: NeonState;
|
|
324
|
-
autocomplete:
|
|
339
|
+
autocomplete: NeonInputMode;
|
|
325
340
|
rows: number;
|
|
326
341
|
iconReadonly: boolean;
|
|
327
342
|
hideIcon: boolean;
|
|
328
343
|
stateHighlight: boolean;
|
|
329
344
|
stateIcon: boolean;
|
|
330
345
|
maxlength: number;
|
|
346
|
+
maxlengthLabel: string;
|
|
331
347
|
}, {}, {
|
|
332
348
|
NeonIcon: import("vue").DefineComponent<import("vue").ExtractPropTypes<{
|
|
333
349
|
name: {
|
|
334
350
|
type: StringConstructor;
|
|
335
351
|
required: true;
|
|
336
352
|
};
|
|
353
|
+
id: {
|
|
354
|
+
type: StringConstructor;
|
|
355
|
+
default: null;
|
|
356
|
+
};
|
|
337
357
|
color: {
|
|
338
358
|
type: () => NeonFunctionalColor;
|
|
339
359
|
default: null;
|
|
@@ -347,17 +367,19 @@ declare const _default: import("vue").DefineComponent<import("vue").ExtractPropT
|
|
|
347
367
|
default: boolean;
|
|
348
368
|
};
|
|
349
369
|
}>, {
|
|
350
|
-
|
|
370
|
+
sanitizedAttributes: import("vue").ComputedRef<{
|
|
351
371
|
[x: string]: unknown;
|
|
352
|
-
}
|
|
353
|
-
|
|
354
|
-
*/
|
|
355
|
-
icon: import("vue").ComputedRef<string>;
|
|
372
|
+
}>;
|
|
373
|
+
icon: import("vue").ComputedRef<string | undefined>;
|
|
356
374
|
}, {}, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {}, string, import("vue").PublicProps, Readonly<import("vue").ExtractPropTypes<{
|
|
357
375
|
name: {
|
|
358
376
|
type: StringConstructor;
|
|
359
377
|
required: true;
|
|
360
378
|
};
|
|
379
|
+
id: {
|
|
380
|
+
type: StringConstructor;
|
|
381
|
+
default: null;
|
|
382
|
+
};
|
|
361
383
|
color: {
|
|
362
384
|
type: () => NeonFunctionalColor;
|
|
363
385
|
default: null;
|
|
@@ -373,6 +395,7 @@ declare const _default: import("vue").DefineComponent<import("vue").ExtractPropT
|
|
|
373
395
|
}>> & Readonly<{}>, {
|
|
374
396
|
disabled: boolean;
|
|
375
397
|
color: NeonFunctionalColor;
|
|
398
|
+
id: string;
|
|
376
399
|
inverse: boolean;
|
|
377
400
|
}, {}, {}, {}, string, import("vue").ComponentProvideOptions, true, {}, any>;
|
|
378
401
|
}, {}, string, import("vue").ComponentProvideOptions, true, {}, any>;
|
|
@@ -72,6 +72,10 @@ declare const _default: import("vue").DefineComponent<import("vue").ExtractPropT
|
|
|
72
72
|
type: StringConstructor;
|
|
73
73
|
required: true;
|
|
74
74
|
};
|
|
75
|
+
id: {
|
|
76
|
+
type: StringConstructor;
|
|
77
|
+
default: null;
|
|
78
|
+
};
|
|
75
79
|
color: {
|
|
76
80
|
type: () => import("../../../neon").NeonFunctionalColor;
|
|
77
81
|
default: null;
|
|
@@ -85,15 +89,19 @@ declare const _default: import("vue").DefineComponent<import("vue").ExtractPropT
|
|
|
85
89
|
default: boolean;
|
|
86
90
|
};
|
|
87
91
|
}>, {
|
|
88
|
-
|
|
92
|
+
sanitizedAttributes: import("vue").ComputedRef<{
|
|
89
93
|
[x: string]: unknown;
|
|
90
|
-
}
|
|
91
|
-
icon: import("vue").ComputedRef<string>;
|
|
94
|
+
}>;
|
|
95
|
+
icon: import("vue").ComputedRef<string | undefined>;
|
|
92
96
|
}, {}, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {}, string, import("vue").PublicProps, Readonly<import("vue").ExtractPropTypes<{
|
|
93
97
|
name: {
|
|
94
98
|
type: StringConstructor;
|
|
95
99
|
required: true;
|
|
96
100
|
};
|
|
101
|
+
id: {
|
|
102
|
+
type: StringConstructor;
|
|
103
|
+
default: null;
|
|
104
|
+
};
|
|
97
105
|
color: {
|
|
98
106
|
type: () => import("../../../neon").NeonFunctionalColor;
|
|
99
107
|
default: null;
|
|
@@ -109,6 +117,7 @@ declare const _default: import("vue").DefineComponent<import("vue").ExtractPropT
|
|
|
109
117
|
}>> & Readonly<{}>, {
|
|
110
118
|
disabled: boolean;
|
|
111
119
|
color: import("../../../neon").NeonFunctionalColor;
|
|
120
|
+
id: string;
|
|
112
121
|
inverse: boolean;
|
|
113
122
|
}, {}, {}, {}, string, import("vue").ComponentProvideOptions, true, {}, any>;
|
|
114
123
|
}, {}, string, import("vue").ComponentProvideOptions, true, {}, any>;
|
|
@@ -78,6 +78,10 @@ declare const _default: import("vue").DefineComponent<import("vue").ExtractPropT
|
|
|
78
78
|
type: StringConstructor;
|
|
79
79
|
required: true;
|
|
80
80
|
};
|
|
81
|
+
id: {
|
|
82
|
+
type: StringConstructor;
|
|
83
|
+
default: null;
|
|
84
|
+
};
|
|
81
85
|
color: {
|
|
82
86
|
type: () => NeonFunctionalColor;
|
|
83
87
|
default: null;
|
|
@@ -91,15 +95,19 @@ declare const _default: import("vue").DefineComponent<import("vue").ExtractPropT
|
|
|
91
95
|
default: boolean;
|
|
92
96
|
};
|
|
93
97
|
}>, {
|
|
94
|
-
|
|
98
|
+
sanitizedAttributes: import("vue").ComputedRef<{
|
|
95
99
|
[x: string]: unknown;
|
|
96
|
-
}
|
|
97
|
-
icon: import("vue").ComputedRef<string>;
|
|
100
|
+
}>;
|
|
101
|
+
icon: import("vue").ComputedRef<string | undefined>;
|
|
98
102
|
}, {}, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {}, string, import("vue").PublicProps, Readonly<import("vue").ExtractPropTypes<{
|
|
99
103
|
name: {
|
|
100
104
|
type: StringConstructor;
|
|
101
105
|
required: true;
|
|
102
106
|
};
|
|
107
|
+
id: {
|
|
108
|
+
type: StringConstructor;
|
|
109
|
+
default: null;
|
|
110
|
+
};
|
|
103
111
|
color: {
|
|
104
112
|
type: () => NeonFunctionalColor;
|
|
105
113
|
default: null;
|
|
@@ -115,6 +123,7 @@ declare const _default: import("vue").DefineComponent<import("vue").ExtractPropT
|
|
|
115
123
|
}>> & Readonly<{}>, {
|
|
116
124
|
disabled: boolean;
|
|
117
125
|
color: NeonFunctionalColor;
|
|
126
|
+
id: string;
|
|
118
127
|
inverse: boolean;
|
|
119
128
|
}, {}, {}, {}, string, import("vue").ComponentProvideOptions, true, {}, any>;
|
|
120
129
|
}, {}, string, import("vue").ComponentProvideOptions, true, {}, any>;
|
|
@@ -524,43 +524,72 @@ declare const _default: import("vue").DefineComponent<import("vue").ExtractPropT
|
|
|
524
524
|
type: StringConstructor;
|
|
525
525
|
required: true;
|
|
526
526
|
};
|
|
527
|
+
id: {
|
|
528
|
+
type: StringConstructor;
|
|
529
|
+
default: null;
|
|
530
|
+
};
|
|
527
531
|
color: {
|
|
528
532
|
type: () => NeonFunctionalColor;
|
|
529
533
|
default: null;
|
|
530
|
-
};
|
|
534
|
+
}; /**
|
|
535
|
+
* Placeholder text to display in the input
|
|
536
|
+
*/
|
|
531
537
|
inverse: {
|
|
532
538
|
type: BooleanConstructor;
|
|
533
|
-
default: boolean;
|
|
534
|
-
|
|
539
|
+
default: boolean; /**
|
|
540
|
+
* Whether the component is disabled.
|
|
541
|
+
*/
|
|
542
|
+
}; /**
|
|
543
|
+
* Whether the component is disabled.
|
|
544
|
+
*/
|
|
535
545
|
disabled: {
|
|
536
546
|
type: BooleanConstructor;
|
|
537
|
-
default: boolean;
|
|
538
|
-
|
|
547
|
+
default: boolean; /**
|
|
548
|
+
* Enable/disable direct editing of the value.
|
|
549
|
+
*/
|
|
550
|
+
}; /**
|
|
551
|
+
* Enable/disable direct editing of the value.
|
|
552
|
+
*/
|
|
539
553
|
}>, {
|
|
540
|
-
|
|
554
|
+
sanitizedAttributes: import("vue").ComputedRef<{
|
|
541
555
|
[x: string]: unknown;
|
|
542
|
-
}
|
|
543
|
-
icon: import("vue").ComputedRef<string>;
|
|
556
|
+
}>;
|
|
557
|
+
icon: import("vue").ComputedRef<string | undefined>;
|
|
544
558
|
}, {}, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {}, string, import("vue").PublicProps, Readonly<import("vue").ExtractPropTypes<{
|
|
545
559
|
name: {
|
|
546
560
|
type: StringConstructor;
|
|
547
561
|
required: true;
|
|
548
562
|
};
|
|
563
|
+
id: {
|
|
564
|
+
type: StringConstructor;
|
|
565
|
+
default: null;
|
|
566
|
+
};
|
|
549
567
|
color: {
|
|
550
568
|
type: () => NeonFunctionalColor;
|
|
551
569
|
default: null;
|
|
552
|
-
};
|
|
570
|
+
}; /**
|
|
571
|
+
* Placeholder text to display in the input
|
|
572
|
+
*/
|
|
553
573
|
inverse: {
|
|
554
574
|
type: BooleanConstructor;
|
|
555
|
-
default: boolean;
|
|
556
|
-
|
|
575
|
+
default: boolean; /**
|
|
576
|
+
* Whether the component is disabled.
|
|
577
|
+
*/
|
|
578
|
+
}; /**
|
|
579
|
+
* Whether the component is disabled.
|
|
580
|
+
*/
|
|
557
581
|
disabled: {
|
|
558
582
|
type: BooleanConstructor;
|
|
559
|
-
default: boolean;
|
|
560
|
-
|
|
583
|
+
default: boolean; /**
|
|
584
|
+
* Enable/disable direct editing of the value.
|
|
585
|
+
*/
|
|
586
|
+
}; /**
|
|
587
|
+
* Enable/disable direct editing of the value.
|
|
588
|
+
*/
|
|
561
589
|
}>> & Readonly<{}>, {
|
|
562
590
|
disabled: boolean;
|
|
563
591
|
color: NeonFunctionalColor;
|
|
592
|
+
id: string;
|
|
564
593
|
inverse: boolean;
|
|
565
594
|
}, {}, {}, {}, string, import("vue").ComponentProvideOptions, true, {}, any>;
|
|
566
595
|
NeonLink: import("vue").DefineComponent<import("vue").ExtractPropTypes<{
|
|
@@ -620,43 +649,72 @@ declare const _default: import("vue").DefineComponent<import("vue").ExtractPropT
|
|
|
620
649
|
type: StringConstructor;
|
|
621
650
|
required: true;
|
|
622
651
|
};
|
|
652
|
+
id: {
|
|
653
|
+
type: StringConstructor;
|
|
654
|
+
default: null;
|
|
655
|
+
};
|
|
623
656
|
color: {
|
|
624
657
|
type: () => NeonFunctionalColor;
|
|
625
658
|
default: null;
|
|
626
|
-
};
|
|
659
|
+
}; /**
|
|
660
|
+
* Placeholder text to display in the input
|
|
661
|
+
*/
|
|
627
662
|
inverse: {
|
|
628
663
|
type: BooleanConstructor;
|
|
629
|
-
default: boolean;
|
|
630
|
-
|
|
664
|
+
default: boolean; /**
|
|
665
|
+
* Whether the component is disabled.
|
|
666
|
+
*/
|
|
667
|
+
}; /**
|
|
668
|
+
* Whether the component is disabled.
|
|
669
|
+
*/
|
|
631
670
|
disabled: {
|
|
632
671
|
type: BooleanConstructor;
|
|
633
|
-
default: boolean;
|
|
634
|
-
|
|
672
|
+
default: boolean; /**
|
|
673
|
+
* Enable/disable direct editing of the value.
|
|
674
|
+
*/
|
|
675
|
+
}; /**
|
|
676
|
+
* Enable/disable direct editing of the value.
|
|
677
|
+
*/
|
|
635
678
|
}>, {
|
|
636
|
-
|
|
679
|
+
sanitizedAttributes: import("vue").ComputedRef<{
|
|
637
680
|
[x: string]: unknown;
|
|
638
|
-
}
|
|
639
|
-
icon: import("vue").ComputedRef<string>;
|
|
681
|
+
}>;
|
|
682
|
+
icon: import("vue").ComputedRef<string | undefined>;
|
|
640
683
|
}, {}, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {}, string, import("vue").PublicProps, Readonly<import("vue").ExtractPropTypes<{
|
|
641
684
|
name: {
|
|
642
685
|
type: StringConstructor;
|
|
643
686
|
required: true;
|
|
644
687
|
};
|
|
688
|
+
id: {
|
|
689
|
+
type: StringConstructor;
|
|
690
|
+
default: null;
|
|
691
|
+
};
|
|
645
692
|
color: {
|
|
646
693
|
type: () => NeonFunctionalColor;
|
|
647
694
|
default: null;
|
|
648
|
-
};
|
|
695
|
+
}; /**
|
|
696
|
+
* Placeholder text to display in the input
|
|
697
|
+
*/
|
|
649
698
|
inverse: {
|
|
650
699
|
type: BooleanConstructor;
|
|
651
|
-
default: boolean;
|
|
652
|
-
|
|
700
|
+
default: boolean; /**
|
|
701
|
+
* Whether the component is disabled.
|
|
702
|
+
*/
|
|
703
|
+
}; /**
|
|
704
|
+
* Whether the component is disabled.
|
|
705
|
+
*/
|
|
653
706
|
disabled: {
|
|
654
707
|
type: BooleanConstructor;
|
|
655
|
-
default: boolean;
|
|
656
|
-
|
|
708
|
+
default: boolean; /**
|
|
709
|
+
* Enable/disable direct editing of the value.
|
|
710
|
+
*/
|
|
711
|
+
}; /**
|
|
712
|
+
* Enable/disable direct editing of the value.
|
|
713
|
+
*/
|
|
657
714
|
}>> & Readonly<{}>, {
|
|
658
715
|
disabled: boolean;
|
|
659
716
|
color: NeonFunctionalColor;
|
|
717
|
+
id: string;
|
|
660
718
|
inverse: boolean;
|
|
661
719
|
}, {}, {}, {}, string, import("vue").ComponentProvideOptions, true, {}, any>;
|
|
662
720
|
}, {}, string, import("vue").ComponentProvideOptions, true, {}, any>;
|
|
@@ -722,7 +780,7 @@ declare const _default: import("vue").DefineComponent<import("vue").ExtractPropT
|
|
|
722
780
|
default: NeonInputMode;
|
|
723
781
|
};
|
|
724
782
|
autocomplete: {
|
|
725
|
-
type:
|
|
783
|
+
type: () => NeonInputMode;
|
|
726
784
|
default: string;
|
|
727
785
|
};
|
|
728
786
|
state: {
|
|
@@ -765,6 +823,10 @@ declare const _default: import("vue").DefineComponent<import("vue").ExtractPropT
|
|
|
765
823
|
type: NumberConstructor;
|
|
766
824
|
default: null;
|
|
767
825
|
};
|
|
826
|
+
maxlengthLabel: {
|
|
827
|
+
type: StringConstructor;
|
|
828
|
+
default: string;
|
|
829
|
+
};
|
|
768
830
|
debounce: {
|
|
769
831
|
type: NumberConstructor;
|
|
770
832
|
default: undefined;
|
|
@@ -779,12 +841,13 @@ declare const _default: import("vue").DefineComponent<import("vue").ExtractPropT
|
|
|
779
841
|
iconName: import("vue").ComputedRef<string | undefined>;
|
|
780
842
|
iconColor: import("vue").ComputedRef<NeonFunctionalColor>;
|
|
781
843
|
computedPlaceholder: import("vue").ComputedRef<string>;
|
|
844
|
+
counterLabel: import("vue").ComputedRef<string | null>;
|
|
782
845
|
focus: () => void;
|
|
783
846
|
click: () => void;
|
|
784
847
|
onFocus: () => void;
|
|
785
848
|
onBlur: () => void;
|
|
786
849
|
iconClicked: ($event: Event) => void;
|
|
787
|
-
changeValue: (event:
|
|
850
|
+
changeValue: (event: InputEvent) => void;
|
|
788
851
|
onKeyDown: (event: KeyboardEvent) => void;
|
|
789
852
|
}, {}, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, ("update:modelValue" | "focus" | "blur" | "icon-click")[], "update:modelValue" | "focus" | "blur" | "icon-click", import("vue").PublicProps, Readonly<import("vue").ExtractPropTypes<{
|
|
790
853
|
id: {
|
|
@@ -816,7 +879,7 @@ declare const _default: import("vue").DefineComponent<import("vue").ExtractPropT
|
|
|
816
879
|
default: NeonInputMode;
|
|
817
880
|
};
|
|
818
881
|
autocomplete: {
|
|
819
|
-
type:
|
|
882
|
+
type: () => NeonInputMode;
|
|
820
883
|
default: string;
|
|
821
884
|
};
|
|
822
885
|
state: {
|
|
@@ -859,6 +922,10 @@ declare const _default: import("vue").DefineComponent<import("vue").ExtractPropT
|
|
|
859
922
|
type: NumberConstructor;
|
|
860
923
|
default: null;
|
|
861
924
|
};
|
|
925
|
+
maxlengthLabel: {
|
|
926
|
+
type: StringConstructor;
|
|
927
|
+
default: string;
|
|
928
|
+
};
|
|
862
929
|
debounce: {
|
|
863
930
|
type: NumberConstructor;
|
|
864
931
|
default: undefined;
|
|
@@ -881,56 +948,86 @@ declare const _default: import("vue").DefineComponent<import("vue").ExtractPropT
|
|
|
881
948
|
inputmode: NeonInputMode;
|
|
882
949
|
modelValue: string;
|
|
883
950
|
state: import("../../../neon").NeonState;
|
|
884
|
-
autocomplete:
|
|
951
|
+
autocomplete: NeonInputMode;
|
|
885
952
|
rows: number;
|
|
886
953
|
iconReadonly: boolean;
|
|
887
954
|
hideIcon: boolean;
|
|
888
955
|
stateHighlight: boolean;
|
|
889
956
|
stateIcon: boolean;
|
|
890
957
|
maxlength: number;
|
|
958
|
+
maxlengthLabel: string;
|
|
891
959
|
}, {}, {
|
|
892
960
|
NeonIcon: import("vue").DefineComponent<import("vue").ExtractPropTypes<{
|
|
893
961
|
name: {
|
|
894
962
|
type: StringConstructor;
|
|
895
963
|
required: true;
|
|
896
964
|
};
|
|
965
|
+
id: {
|
|
966
|
+
type: StringConstructor;
|
|
967
|
+
default: null;
|
|
968
|
+
};
|
|
897
969
|
color: {
|
|
898
970
|
type: () => NeonFunctionalColor;
|
|
899
971
|
default: null;
|
|
900
|
-
};
|
|
972
|
+
}; /**
|
|
973
|
+
* Placeholder text to display in the input
|
|
974
|
+
*/
|
|
901
975
|
inverse: {
|
|
902
976
|
type: BooleanConstructor;
|
|
903
|
-
default: boolean;
|
|
904
|
-
|
|
977
|
+
default: boolean; /**
|
|
978
|
+
* Whether the component is disabled.
|
|
979
|
+
*/
|
|
980
|
+
}; /**
|
|
981
|
+
* Whether the component is disabled.
|
|
982
|
+
*/
|
|
905
983
|
disabled: {
|
|
906
984
|
type: BooleanConstructor;
|
|
907
|
-
default: boolean;
|
|
908
|
-
|
|
985
|
+
default: boolean; /**
|
|
986
|
+
* Enable/disable direct editing of the value.
|
|
987
|
+
*/
|
|
988
|
+
}; /**
|
|
989
|
+
* Enable/disable direct editing of the value.
|
|
990
|
+
*/
|
|
909
991
|
}>, {
|
|
910
|
-
|
|
992
|
+
sanitizedAttributes: import("vue").ComputedRef<{
|
|
911
993
|
[x: string]: unknown;
|
|
912
|
-
}
|
|
913
|
-
icon: import("vue").ComputedRef<string>;
|
|
994
|
+
}>;
|
|
995
|
+
icon: import("vue").ComputedRef<string | undefined>;
|
|
914
996
|
}, {}, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {}, string, import("vue").PublicProps, Readonly<import("vue").ExtractPropTypes<{
|
|
915
997
|
name: {
|
|
916
998
|
type: StringConstructor;
|
|
917
999
|
required: true;
|
|
918
1000
|
};
|
|
1001
|
+
id: {
|
|
1002
|
+
type: StringConstructor;
|
|
1003
|
+
default: null;
|
|
1004
|
+
};
|
|
919
1005
|
color: {
|
|
920
1006
|
type: () => NeonFunctionalColor;
|
|
921
1007
|
default: null;
|
|
922
|
-
};
|
|
1008
|
+
}; /**
|
|
1009
|
+
* Placeholder text to display in the input
|
|
1010
|
+
*/
|
|
923
1011
|
inverse: {
|
|
924
1012
|
type: BooleanConstructor;
|
|
925
|
-
default: boolean;
|
|
926
|
-
|
|
1013
|
+
default: boolean; /**
|
|
1014
|
+
* Whether the component is disabled.
|
|
1015
|
+
*/
|
|
1016
|
+
}; /**
|
|
1017
|
+
* Whether the component is disabled.
|
|
1018
|
+
*/
|
|
927
1019
|
disabled: {
|
|
928
1020
|
type: BooleanConstructor;
|
|
929
|
-
default: boolean;
|
|
930
|
-
|
|
1021
|
+
default: boolean; /**
|
|
1022
|
+
* Enable/disable direct editing of the value.
|
|
1023
|
+
*/
|
|
1024
|
+
}; /**
|
|
1025
|
+
* Enable/disable direct editing of the value.
|
|
1026
|
+
*/
|
|
931
1027
|
}>> & Readonly<{}>, {
|
|
932
1028
|
disabled: boolean;
|
|
933
1029
|
color: NeonFunctionalColor;
|
|
1030
|
+
id: string;
|
|
934
1031
|
inverse: boolean;
|
|
935
1032
|
}, {}, {}, {}, string, import("vue").ComponentProvideOptions, true, {}, any>;
|
|
936
1033
|
}, {}, string, import("vue").ComponentProvideOptions, true, {}, any>;
|