@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
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"NeonInput.vue.es.js","sources":["../../../../src/components/user-input/input/NeonInput.vue"],"sourcesContent":["<template>\n <div\n :class=\"[\n {\n 'neon-input--with-icon': !hideIcon && (icon || (modelValue && modelValue.length > 0)),\n 'neon-input--disabled': disabled,\n 'neon-input--focused': focused,\n 'neon-input--placeholder-visible': placeholder && (!modelValue || modelValue.length === 0),\n 'neon-input--with-state-highlight': stateHighlight,\n 'neon-input--with-state-icon': stateIcon,\n },\n `neon-input--${size}`,\n `neon-input--${color}`,\n `neon-input--state-${state}`,\n ]\"\n class=\"neon-input\"\n >\n <input\n v-if=\"
|
|
1
|
+
{"version":3,"file":"NeonInput.vue.es.js","sources":["../../../../src/components/user-input/input/NeonInput.vue"],"sourcesContent":["<template>\n <div\n :class=\"[\n {\n 'neon-input--with-icon': !hideIcon && (icon || (modelValue && modelValue.length > 0)),\n 'neon-input--disabled': disabled,\n 'neon-input--focused': focused,\n 'neon-input--placeholder-visible': placeholder && (!modelValue || modelValue.length === 0),\n 'neon-input--with-state-highlight': stateHighlight,\n 'neon-input--with-state-icon': stateIcon,\n },\n `neon-input--${size}`,\n `neon-input--${color}`,\n `neon-input--state-${state}`,\n ]\"\n class=\"neon-input\"\n >\n <input\n v-if=\"rows === null\"\n :id=\"id\"\n ref=\"neonInput\"\n :aria-placeholder=\"computedPlaceholder\"\n :autocomplete=\"autocomplete\"\n :disabled=\"disabled\"\n :inputmode=\"inputmode\"\n :placeholder=\"computedPlaceholder\"\n :tabindex=\"tabindex\"\n :type=\"type\"\n :value=\"modelValue\"\n class=\"neon-input__textfield neon-input__text\"\n v-bind=\"sanitizedAttributes\"\n @blur=\"onBlur\"\n @focus=\"!disabled && onFocus()\"\n @input.stop.prevent=\"!disabled && changeValue($event)\"\n />\n <div v-else class=\"neon-input__textarea-wrapper\">\n <textarea\n :id=\"id\"\n :aria-placeholder=\"computedPlaceholder\"\n :autocomplete=\"autocomplete\"\n :disabled=\"disabled\"\n :inputmode=\"inputmode\"\n :placeholder=\"computedPlaceholder\"\n :rows=\"rows\"\n :tabindex=\"tabindex\"\n :value=\"modelValue\"\n class=\"neon-input__textfield neon-input__textarea\"\n v-bind=\"sanitizedAttributes\"\n @blur=\"onBlur\"\n @focus=\"onFocus\"\n @keydown=\"onKeyDown\"\n @input.stop.prevent=\"changeValue\"\n >\n </textarea>\n <span v-if=\"counterLabel\" class=\"neon-input__textarea-counter\">{{ counterLabel }}</span>\n </div>\n <neon-icon\n v-if=\"iconVisible\"\n :class=\"{ 'neon-input__icon--read-only': iconReadonly }\"\n :color=\"iconColor\"\n :disabled=\"disabled\"\n :name=\"iconName\"\n :role=\"!iconReadonly && 'button'\"\n :tabindex=\"disabled || iconReadonly ? false : 0\"\n :transparent=\"true\"\n class=\"neon-input__icon\"\n @click=\"!iconReadonly && iconClicked($event)\"\n @keydown.enter=\"!iconReadonly && iconClicked($event)\"\n @keydown.space=\"!iconReadonly && iconClicked($event)\"\n />\n </div>\n</template>\n\n<script lang=\"ts\" src=\"./NeonInput.ts\" />\n"],"names":["_createElementBlock","_normalizeClass","_ctx","_openBlock","_mergeProps","args","_cache","$event","_withModifiers","_hoisted_2","_createElementVNode","_hoisted_3","_hoisted_4","_toDisplayString","_createBlock","_component_neon_icon"],"mappings":";;;;;EAmCgB,OAAM;;;EAmBU,OAAM;;;;cArDpCA,EAqEM,OAAA;AAAA,IApEH,OAAKC,EAAA,CAAA;AAAA;QAA8C,yBAAA,CAAAC,EAAA,aAAaA,EAAA,QAASA,gBAAcA,EAAA,WAAW,SAAM;AAAA,gCAAwCA,EAAA;AAAA,+BAAyCA,EAAA;AAAA,QAAoD,mCAAAA,EAAA,gBAAW,CAAMA,EAAA,cAAcA,EAAA,WAAW,WAAM;AAAA,4CAAqDA,EAAA;AAAA,uCAAuDA,EAAA;AAAA;qBAAyCA,EAAA,IAAI;AAAA,qBAAyBA,EAAA,KAAK;AAAA,2BAA+BA,EAAA,KAAK;AAAA,OAanf,YAAY,CAAA;AAAA;IAGVA,EAAA,SAAI,QADZC,KAAAH,EAiBE,SAjBFI,EAiBE;AAAA;MAfC,IAAIF,EAAA;AAAA,MACL,KAAI;AAAA,MACH,oBAAkBA,EAAA;AAAA,MAClB,cAAcA,EAAA;AAAA,MACd,UAAUA,EAAA;AAAA,MACV,WAAWA,EAAA;AAAA,MACX,aAAaA,EAAA;AAAA,MACb,UAAUA,EAAA;AAAA,MACV,MAAMA,EAAA;AAAA,MACN,OAAOA,EAAA;AAAA,MACR,OAAM;AAAA,OACEA,EAAA,qBAAmB;AAAA,MAC1B,kCAAMA,EAAA,UAAAA,EAAA,OAAA,GAAAG,CAAA;AAAA,MACN,SAAKC,EAAA,CAAA,MAAAA,EAAA,CAAA,IAAA,CAAAC,MAAA,CAAGL,EAAA,YAAYA,EAAA,QAAO;AAAA,MAC3B,SAAKI,EAAA,CAAA,MAAAA,EAAA,CAAA,IAAAE,EAAA,CAAAD,MAAA,CAAgBL,EAAA,YAAYA,EAAA,YAAYK,CAAM,GAAA,CAAA,QAAA,SAAA,CAAA;AAAA,yBAEtDJ,KAAAH,EAoBM,OApBNS,GAoBM;AAAA,MAnBJC,EAiBW,YAjBXN,EAiBW;AAAA,QAhBR,IAAIF,EAAA;AAAA,QACJ,oBAAkBA,EAAA;AAAA,QAClB,cAAcA,EAAA;AAAA,QACd,UAAUA,EAAA;AAAA,QACV,WAAWA,EAAA;AAAA,QACX,aAAaA,EAAA;AAAA,QACb,MAAMA,EAAA;AAAA,QACN,UAAUA,EAAA;AAAA,QACV,OAAOA,EAAA;AAAA,QACR,OAAM;AAAA,SACEA,EAAA,qBAAmB;AAAA,QAC1B,kCAAMA,EAAA,UAAAA,EAAA,OAAA,GAAAG,CAAA;AAAA,QACN,mCAAOH,EAAA,WAAAA,EAAA,QAAA,GAAAG,CAAA;AAAA,QACP,qCAASH,EAAA,aAAAA,EAAA,UAAA,GAAAG,CAAA;AAAA,QACT,qCAAoBH,EAAA,eAAAA,EAAA,YAAA,GAAAG,CAAA,GAAW,CAAA,QAAA,SAAA,CAAA;AAAA,UACjC,UACD,IAAAM,CAAA;AAAA,MACYT,EAAA,qBAAZF,EAAwF,QAAxFY,GAAwFC,EAAtBX,EAAA,YAAY,GAAA,CAAA;;IAGxEA,EAAA,oBADRY,EAaEC,GAAA;AAAA;MAXC,OAAKd,EAAA,CAAA,EAAA,+BAAmCC,EAAA,aAAY,GAO/C,kBAAkB,CAAA;AAAA,MANvB,OAAOA,EAAA;AAAA,MACP,UAAUA,EAAA;AAAA,MACV,MAAMA,EAAA;AAAA,MACN,OAAOA,EAAA,gBAAY;AAAA,MACnB,UAAUA,EAAA,YAAYA,EAAA,eAAY,KAAA;AAAA,MAClC,aAAa;AAAA,MAEb,SAAKI,EAAA,CAAA,MAAAA,EAAA,CAAA,IAAA,CAAAC,MAAA,CAAGL,EAAA,gBAAgBA,EAAA,YAAYK,CAAM;AAAA,MAC1C,WAAO;AAAA,kCAASL,EAAA,gBAAgBA,EAAA,YAAYK,CAAM,GAAA,CAAA,OAAA,CAAA;AAAA,kCAClCL,EAAA,gBAAgBA,EAAA,YAAYK,CAAM,GAAA,CAAA,OAAA,CAAA;AAAA;;;;;"}
|
|
@@ -24,11 +24,11 @@ export declare class NeonIconRegistry {
|
|
|
24
24
|
/**
|
|
25
25
|
* Get an icon SVG by name.
|
|
26
26
|
*
|
|
27
|
-
* @param name The name of the icon
|
|
27
|
+
* @param name The name of the icon.
|
|
28
28
|
*
|
|
29
|
-
* @returns The icon SVG as a string
|
|
29
|
+
* @returns The icon SVG as a string or undefined if the icon doesn't exist
|
|
30
30
|
*/
|
|
31
|
-
static getIcon(name: string): string;
|
|
31
|
+
static getIcon(name: string): string | undefined;
|
|
32
32
|
/**
|
|
33
33
|
* List all registered icon names.
|
|
34
34
|
*/
|
|
@@ -233,6 +233,10 @@ declare const _default: import("vue").DefineComponent<import("vue").ExtractPropT
|
|
|
233
233
|
type: StringConstructor;
|
|
234
234
|
required: true;
|
|
235
235
|
};
|
|
236
|
+
id: {
|
|
237
|
+
type: StringConstructor;
|
|
238
|
+
default: null;
|
|
239
|
+
};
|
|
236
240
|
color: {
|
|
237
241
|
type: () => import("../../../neon").NeonFunctionalColor;
|
|
238
242
|
default: null;
|
|
@@ -246,15 +250,19 @@ declare const _default: import("vue").DefineComponent<import("vue").ExtractPropT
|
|
|
246
250
|
default: boolean;
|
|
247
251
|
};
|
|
248
252
|
}>, {
|
|
249
|
-
|
|
253
|
+
sanitizedAttributes: import("vue").ComputedRef<{
|
|
250
254
|
[x: string]: unknown;
|
|
251
|
-
}
|
|
252
|
-
icon: import("vue").ComputedRef<string>;
|
|
255
|
+
}>;
|
|
256
|
+
icon: import("vue").ComputedRef<string | undefined>;
|
|
253
257
|
}, {}, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {}, string, import("vue").PublicProps, Readonly<import("vue").ExtractPropTypes<{
|
|
254
258
|
name: {
|
|
255
259
|
type: StringConstructor;
|
|
256
260
|
required: true;
|
|
257
261
|
};
|
|
262
|
+
id: {
|
|
263
|
+
type: StringConstructor;
|
|
264
|
+
default: null;
|
|
265
|
+
};
|
|
258
266
|
color: {
|
|
259
267
|
type: () => import("../../../neon").NeonFunctionalColor;
|
|
260
268
|
default: null;
|
|
@@ -270,6 +278,7 @@ declare const _default: import("vue").DefineComponent<import("vue").ExtractPropT
|
|
|
270
278
|
}>> & Readonly<{}>, {
|
|
271
279
|
disabled: boolean;
|
|
272
280
|
color: import("../../../neon").NeonFunctionalColor;
|
|
281
|
+
id: string;
|
|
273
282
|
inverse: boolean;
|
|
274
283
|
}, {}, {}, {}, string, import("vue").ComponentProvideOptions, true, {}, any>;
|
|
275
284
|
NeonLink: import("vue").DefineComponent<import("vue").ExtractPropTypes<{
|
|
@@ -329,6 +338,10 @@ declare const _default: import("vue").DefineComponent<import("vue").ExtractPropT
|
|
|
329
338
|
type: StringConstructor;
|
|
330
339
|
required: true;
|
|
331
340
|
};
|
|
341
|
+
id: {
|
|
342
|
+
type: StringConstructor;
|
|
343
|
+
default: null;
|
|
344
|
+
};
|
|
332
345
|
color: {
|
|
333
346
|
type: () => import("../../../neon").NeonFunctionalColor;
|
|
334
347
|
default: null;
|
|
@@ -342,15 +355,19 @@ declare const _default: import("vue").DefineComponent<import("vue").ExtractPropT
|
|
|
342
355
|
default: boolean;
|
|
343
356
|
};
|
|
344
357
|
}>, {
|
|
345
|
-
|
|
358
|
+
sanitizedAttributes: import("vue").ComputedRef<{
|
|
346
359
|
[x: string]: unknown;
|
|
347
|
-
}
|
|
348
|
-
icon: import("vue").ComputedRef<string>;
|
|
360
|
+
}>;
|
|
361
|
+
icon: import("vue").ComputedRef<string | undefined>;
|
|
349
362
|
}, {}, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {}, string, import("vue").PublicProps, Readonly<import("vue").ExtractPropTypes<{
|
|
350
363
|
name: {
|
|
351
364
|
type: StringConstructor;
|
|
352
365
|
required: true;
|
|
353
366
|
};
|
|
367
|
+
id: {
|
|
368
|
+
type: StringConstructor;
|
|
369
|
+
default: null;
|
|
370
|
+
};
|
|
354
371
|
color: {
|
|
355
372
|
type: () => import("../../../neon").NeonFunctionalColor;
|
|
356
373
|
default: null;
|
|
@@ -366,6 +383,7 @@ declare const _default: import("vue").DefineComponent<import("vue").ExtractPropT
|
|
|
366
383
|
}>> & Readonly<{}>, {
|
|
367
384
|
disabled: boolean;
|
|
368
385
|
color: import("../../../neon").NeonFunctionalColor;
|
|
386
|
+
id: string;
|
|
369
387
|
inverse: boolean;
|
|
370
388
|
}, {}, {}, {}, string, import("vue").ComponentProvideOptions, true, {}, any>;
|
|
371
389
|
}, {}, string, import("vue").ComponentProvideOptions, true, {}, any>;
|
|
@@ -396,6 +414,10 @@ declare const _default: import("vue").DefineComponent<import("vue").ExtractPropT
|
|
|
396
414
|
type: StringConstructor;
|
|
397
415
|
required: true;
|
|
398
416
|
};
|
|
417
|
+
id: {
|
|
418
|
+
type: StringConstructor;
|
|
419
|
+
default: null;
|
|
420
|
+
};
|
|
399
421
|
color: {
|
|
400
422
|
type: () => import("../../../neon").NeonFunctionalColor;
|
|
401
423
|
default: null;
|
|
@@ -409,15 +431,19 @@ declare const _default: import("vue").DefineComponent<import("vue").ExtractPropT
|
|
|
409
431
|
default: boolean;
|
|
410
432
|
};
|
|
411
433
|
}>, {
|
|
412
|
-
|
|
434
|
+
sanitizedAttributes: import("vue").ComputedRef<{
|
|
413
435
|
[x: string]: unknown;
|
|
414
|
-
}
|
|
415
|
-
icon: import("vue").ComputedRef<string>;
|
|
436
|
+
}>;
|
|
437
|
+
icon: import("vue").ComputedRef<string | undefined>;
|
|
416
438
|
}, {}, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {}, string, import("vue").PublicProps, Readonly<import("vue").ExtractPropTypes<{
|
|
417
439
|
name: {
|
|
418
440
|
type: StringConstructor;
|
|
419
441
|
required: true;
|
|
420
442
|
};
|
|
443
|
+
id: {
|
|
444
|
+
type: StringConstructor;
|
|
445
|
+
default: null;
|
|
446
|
+
};
|
|
421
447
|
color: {
|
|
422
448
|
type: () => import("../../../neon").NeonFunctionalColor;
|
|
423
449
|
default: null;
|
|
@@ -433,6 +459,7 @@ declare const _default: import("vue").DefineComponent<import("vue").ExtractPropT
|
|
|
433
459
|
}>> & Readonly<{}>, {
|
|
434
460
|
disabled: boolean;
|
|
435
461
|
color: import("../../../neon").NeonFunctionalColor;
|
|
462
|
+
id: string;
|
|
436
463
|
inverse: boolean;
|
|
437
464
|
}, {}, {}, {}, string, import("vue").ComponentProvideOptions, true, {}, any>;
|
|
438
465
|
}, {}, string, import("vue").ComponentProvideOptions, true, {}, any>;
|
|
@@ -31,6 +31,10 @@ declare const _default: import("vue").DefineComponent<import("vue").ExtractPropT
|
|
|
31
31
|
type: StringConstructor;
|
|
32
32
|
required: true;
|
|
33
33
|
};
|
|
34
|
+
id: {
|
|
35
|
+
type: StringConstructor;
|
|
36
|
+
default: null;
|
|
37
|
+
};
|
|
34
38
|
color: {
|
|
35
39
|
type: () => import("../../../../neon").NeonFunctionalColor;
|
|
36
40
|
default: null;
|
|
@@ -44,15 +48,19 @@ declare const _default: import("vue").DefineComponent<import("vue").ExtractPropT
|
|
|
44
48
|
default: boolean;
|
|
45
49
|
};
|
|
46
50
|
}>, {
|
|
47
|
-
|
|
51
|
+
sanitizedAttributes: import("vue").ComputedRef<{
|
|
48
52
|
[x: string]: unknown;
|
|
49
|
-
}
|
|
50
|
-
icon: import("vue").ComputedRef<string>;
|
|
53
|
+
}>;
|
|
54
|
+
icon: import("vue").ComputedRef<string | undefined>;
|
|
51
55
|
}, {}, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {}, string, import("vue").PublicProps, Readonly<import("vue").ExtractPropTypes<{
|
|
52
56
|
name: {
|
|
53
57
|
type: StringConstructor;
|
|
54
58
|
required: true;
|
|
55
59
|
};
|
|
60
|
+
id: {
|
|
61
|
+
type: StringConstructor;
|
|
62
|
+
default: null;
|
|
63
|
+
};
|
|
56
64
|
color: {
|
|
57
65
|
type: () => import("../../../../neon").NeonFunctionalColor;
|
|
58
66
|
default: null;
|
|
@@ -68,6 +76,7 @@ declare const _default: import("vue").DefineComponent<import("vue").ExtractPropT
|
|
|
68
76
|
}>> & Readonly<{}>, {
|
|
69
77
|
disabled: boolean;
|
|
70
78
|
color: import("../../../../neon").NeonFunctionalColor;
|
|
79
|
+
id: string;
|
|
71
80
|
inverse: boolean;
|
|
72
81
|
}, {}, {}, {}, string, import("vue").ComponentProvideOptions, true, {}, any>;
|
|
73
82
|
NeonLink: import("vue").DefineComponent<import("vue").ExtractPropTypes<{
|
|
@@ -127,6 +136,10 @@ declare const _default: import("vue").DefineComponent<import("vue").ExtractPropT
|
|
|
127
136
|
type: StringConstructor;
|
|
128
137
|
required: true;
|
|
129
138
|
};
|
|
139
|
+
id: {
|
|
140
|
+
type: StringConstructor;
|
|
141
|
+
default: null;
|
|
142
|
+
};
|
|
130
143
|
color: {
|
|
131
144
|
type: () => import("../../../../neon").NeonFunctionalColor;
|
|
132
145
|
default: null;
|
|
@@ -140,15 +153,19 @@ declare const _default: import("vue").DefineComponent<import("vue").ExtractPropT
|
|
|
140
153
|
default: boolean;
|
|
141
154
|
};
|
|
142
155
|
}>, {
|
|
143
|
-
|
|
156
|
+
sanitizedAttributes: import("vue").ComputedRef<{
|
|
144
157
|
[x: string]: unknown;
|
|
145
|
-
}
|
|
146
|
-
icon: import("vue").ComputedRef<string>;
|
|
158
|
+
}>;
|
|
159
|
+
icon: import("vue").ComputedRef<string | undefined>;
|
|
147
160
|
}, {}, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {}, string, import("vue").PublicProps, Readonly<import("vue").ExtractPropTypes<{
|
|
148
161
|
name: {
|
|
149
162
|
type: StringConstructor;
|
|
150
163
|
required: true;
|
|
151
164
|
};
|
|
165
|
+
id: {
|
|
166
|
+
type: StringConstructor;
|
|
167
|
+
default: null;
|
|
168
|
+
};
|
|
152
169
|
color: {
|
|
153
170
|
type: () => import("../../../../neon").NeonFunctionalColor;
|
|
154
171
|
default: null;
|
|
@@ -164,6 +181,7 @@ declare const _default: import("vue").DefineComponent<import("vue").ExtractPropT
|
|
|
164
181
|
}>> & Readonly<{}>, {
|
|
165
182
|
disabled: boolean;
|
|
166
183
|
color: import("../../../../neon").NeonFunctionalColor;
|
|
184
|
+
id: string;
|
|
167
185
|
inverse: boolean;
|
|
168
186
|
}, {}, {}, {}, string, import("vue").ComponentProvideOptions, true, {}, any>;
|
|
169
187
|
}, {}, string, import("vue").ComponentProvideOptions, true, {}, any>;
|
|
@@ -29,6 +29,10 @@ declare const _default: import("vue").DefineComponent<import("vue").ExtractPropT
|
|
|
29
29
|
type: StringConstructor;
|
|
30
30
|
required: true;
|
|
31
31
|
};
|
|
32
|
+
id: {
|
|
33
|
+
type: StringConstructor;
|
|
34
|
+
default: null;
|
|
35
|
+
};
|
|
32
36
|
color: {
|
|
33
37
|
type: () => import("../../../../neon").NeonFunctionalColor;
|
|
34
38
|
default: null;
|
|
@@ -42,15 +46,19 @@ declare const _default: import("vue").DefineComponent<import("vue").ExtractPropT
|
|
|
42
46
|
default: boolean;
|
|
43
47
|
};
|
|
44
48
|
}>, {
|
|
45
|
-
|
|
49
|
+
sanitizedAttributes: import("vue").ComputedRef<{
|
|
46
50
|
[x: string]: unknown;
|
|
47
|
-
}
|
|
48
|
-
icon: import("vue").ComputedRef<string>;
|
|
51
|
+
}>;
|
|
52
|
+
icon: import("vue").ComputedRef<string | undefined>;
|
|
49
53
|
}, {}, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {}, string, import("vue").PublicProps, Readonly<import("vue").ExtractPropTypes<{
|
|
50
54
|
name: {
|
|
51
55
|
type: StringConstructor;
|
|
52
56
|
required: true;
|
|
53
57
|
};
|
|
58
|
+
id: {
|
|
59
|
+
type: StringConstructor;
|
|
60
|
+
default: null;
|
|
61
|
+
};
|
|
54
62
|
color: {
|
|
55
63
|
type: () => import("../../../../neon").NeonFunctionalColor;
|
|
56
64
|
default: null;
|
|
@@ -66,6 +74,7 @@ declare const _default: import("vue").DefineComponent<import("vue").ExtractPropT
|
|
|
66
74
|
}>> & Readonly<{}>, {
|
|
67
75
|
disabled: boolean;
|
|
68
76
|
color: import("../../../../neon").NeonFunctionalColor;
|
|
77
|
+
id: string;
|
|
69
78
|
inverse: boolean;
|
|
70
79
|
}, {}, {}, {}, string, import("vue").ComponentProvideOptions, true, {}, any>;
|
|
71
80
|
}, {}, string, import("vue").ComponentProvideOptions, true, {}, any>;
|
|
@@ -374,6 +374,12 @@ declare const _default: import("vue").DefineComponent<import("vue").ExtractPropT
|
|
|
374
374
|
type: StringConstructor;
|
|
375
375
|
required: true;
|
|
376
376
|
};
|
|
377
|
+
id: {
|
|
378
|
+
type: StringConstructor;
|
|
379
|
+
default: null; /**
|
|
380
|
+
* Increase the opacity so that the page behind the modal is no longer visible
|
|
381
|
+
*/
|
|
382
|
+
};
|
|
377
383
|
color: {
|
|
378
384
|
type: () => NeonFunctionalColor;
|
|
379
385
|
default: null;
|
|
@@ -387,15 +393,21 @@ declare const _default: import("vue").DefineComponent<import("vue").ExtractPropT
|
|
|
387
393
|
default: boolean;
|
|
388
394
|
};
|
|
389
395
|
}>, {
|
|
390
|
-
|
|
396
|
+
sanitizedAttributes: import("vue").ComputedRef<{
|
|
391
397
|
[x: string]: unknown;
|
|
392
|
-
}
|
|
393
|
-
icon: import("vue").ComputedRef<string>;
|
|
398
|
+
}>;
|
|
399
|
+
icon: import("vue").ComputedRef<string | undefined>;
|
|
394
400
|
}, {}, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {}, string, import("vue").PublicProps, Readonly<import("vue").ExtractPropTypes<{
|
|
395
401
|
name: {
|
|
396
402
|
type: StringConstructor;
|
|
397
403
|
required: true;
|
|
398
404
|
};
|
|
405
|
+
id: {
|
|
406
|
+
type: StringConstructor;
|
|
407
|
+
default: null; /**
|
|
408
|
+
* Increase the opacity so that the page behind the modal is no longer visible
|
|
409
|
+
*/
|
|
410
|
+
};
|
|
399
411
|
color: {
|
|
400
412
|
type: () => NeonFunctionalColor;
|
|
401
413
|
default: null;
|
|
@@ -411,6 +423,7 @@ declare const _default: import("vue").DefineComponent<import("vue").ExtractPropT
|
|
|
411
423
|
}>> & Readonly<{}>, {
|
|
412
424
|
disabled: boolean;
|
|
413
425
|
color: NeonFunctionalColor;
|
|
426
|
+
id: string;
|
|
414
427
|
inverse: boolean;
|
|
415
428
|
}, {}, {}, {}, string, import("vue").ComponentProvideOptions, true, {}, any>;
|
|
416
429
|
NeonLink: import("vue").DefineComponent<import("vue").ExtractPropTypes<{
|
|
@@ -470,6 +483,12 @@ declare const _default: import("vue").DefineComponent<import("vue").ExtractPropT
|
|
|
470
483
|
type: StringConstructor;
|
|
471
484
|
required: true;
|
|
472
485
|
};
|
|
486
|
+
id: {
|
|
487
|
+
type: StringConstructor;
|
|
488
|
+
default: null; /**
|
|
489
|
+
* Increase the opacity so that the page behind the modal is no longer visible
|
|
490
|
+
*/
|
|
491
|
+
};
|
|
473
492
|
color: {
|
|
474
493
|
type: () => NeonFunctionalColor;
|
|
475
494
|
default: null;
|
|
@@ -483,15 +502,21 @@ declare const _default: import("vue").DefineComponent<import("vue").ExtractPropT
|
|
|
483
502
|
default: boolean;
|
|
484
503
|
};
|
|
485
504
|
}>, {
|
|
486
|
-
|
|
505
|
+
sanitizedAttributes: import("vue").ComputedRef<{
|
|
487
506
|
[x: string]: unknown;
|
|
488
|
-
}
|
|
489
|
-
icon: import("vue").ComputedRef<string>;
|
|
507
|
+
}>;
|
|
508
|
+
icon: import("vue").ComputedRef<string | undefined>;
|
|
490
509
|
}, {}, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {}, string, import("vue").PublicProps, Readonly<import("vue").ExtractPropTypes<{
|
|
491
510
|
name: {
|
|
492
511
|
type: StringConstructor;
|
|
493
512
|
required: true;
|
|
494
513
|
};
|
|
514
|
+
id: {
|
|
515
|
+
type: StringConstructor;
|
|
516
|
+
default: null; /**
|
|
517
|
+
* Increase the opacity so that the page behind the modal is no longer visible
|
|
518
|
+
*/
|
|
519
|
+
};
|
|
495
520
|
color: {
|
|
496
521
|
type: () => NeonFunctionalColor;
|
|
497
522
|
default: null;
|
|
@@ -507,6 +532,7 @@ declare const _default: import("vue").DefineComponent<import("vue").ExtractPropT
|
|
|
507
532
|
}>> & Readonly<{}>, {
|
|
508
533
|
disabled: boolean;
|
|
509
534
|
color: NeonFunctionalColor;
|
|
535
|
+
id: string;
|
|
510
536
|
inverse: boolean;
|
|
511
537
|
}, {}, {}, {}, string, import("vue").ComponentProvideOptions, true, {}, any>;
|
|
512
538
|
}, {}, string, import("vue").ComponentProvideOptions, true, {}, any>;
|
|
@@ -868,6 +894,12 @@ declare const _default: import("vue").DefineComponent<import("vue").ExtractPropT
|
|
|
868
894
|
type: StringConstructor;
|
|
869
895
|
required: true;
|
|
870
896
|
};
|
|
897
|
+
id: {
|
|
898
|
+
type: StringConstructor;
|
|
899
|
+
default: null; /**
|
|
900
|
+
* Increase the opacity so that the page behind the modal is no longer visible
|
|
901
|
+
*/
|
|
902
|
+
};
|
|
871
903
|
color: {
|
|
872
904
|
type: () => NeonFunctionalColor;
|
|
873
905
|
default: null;
|
|
@@ -881,15 +913,21 @@ declare const _default: import("vue").DefineComponent<import("vue").ExtractPropT
|
|
|
881
913
|
default: boolean;
|
|
882
914
|
};
|
|
883
915
|
}>, {
|
|
884
|
-
|
|
916
|
+
sanitizedAttributes: import("vue").ComputedRef<{
|
|
885
917
|
[x: string]: unknown;
|
|
886
|
-
}
|
|
887
|
-
icon: import("vue").ComputedRef<string>;
|
|
918
|
+
}>;
|
|
919
|
+
icon: import("vue").ComputedRef<string | undefined>;
|
|
888
920
|
}, {}, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {}, string, import("vue").PublicProps, Readonly<import("vue").ExtractPropTypes<{
|
|
889
921
|
name: {
|
|
890
922
|
type: StringConstructor;
|
|
891
923
|
required: true;
|
|
892
924
|
};
|
|
925
|
+
id: {
|
|
926
|
+
type: StringConstructor;
|
|
927
|
+
default: null; /**
|
|
928
|
+
* Increase the opacity so that the page behind the modal is no longer visible
|
|
929
|
+
*/
|
|
930
|
+
};
|
|
893
931
|
color: {
|
|
894
932
|
type: () => NeonFunctionalColor;
|
|
895
933
|
default: null;
|
|
@@ -905,6 +943,7 @@ declare const _default: import("vue").DefineComponent<import("vue").ExtractPropT
|
|
|
905
943
|
}>> & Readonly<{}>, {
|
|
906
944
|
disabled: boolean;
|
|
907
945
|
color: NeonFunctionalColor;
|
|
946
|
+
id: string;
|
|
908
947
|
inverse: boolean;
|
|
909
948
|
}, {}, {}, {}, string, import("vue").ComponentProvideOptions, true, {}, any>;
|
|
910
949
|
NeonLink: import("vue").DefineComponent<import("vue").ExtractPropTypes<{
|
|
@@ -964,6 +1003,12 @@ declare const _default: import("vue").DefineComponent<import("vue").ExtractPropT
|
|
|
964
1003
|
type: StringConstructor;
|
|
965
1004
|
required: true;
|
|
966
1005
|
};
|
|
1006
|
+
id: {
|
|
1007
|
+
type: StringConstructor;
|
|
1008
|
+
default: null; /**
|
|
1009
|
+
* Increase the opacity so that the page behind the modal is no longer visible
|
|
1010
|
+
*/
|
|
1011
|
+
};
|
|
967
1012
|
color: {
|
|
968
1013
|
type: () => NeonFunctionalColor;
|
|
969
1014
|
default: null;
|
|
@@ -977,15 +1022,21 @@ declare const _default: import("vue").DefineComponent<import("vue").ExtractPropT
|
|
|
977
1022
|
default: boolean;
|
|
978
1023
|
};
|
|
979
1024
|
}>, {
|
|
980
|
-
|
|
1025
|
+
sanitizedAttributes: import("vue").ComputedRef<{
|
|
981
1026
|
[x: string]: unknown;
|
|
982
|
-
}
|
|
983
|
-
icon: import("vue").ComputedRef<string>;
|
|
1027
|
+
}>;
|
|
1028
|
+
icon: import("vue").ComputedRef<string | undefined>;
|
|
984
1029
|
}, {}, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {}, string, import("vue").PublicProps, Readonly<import("vue").ExtractPropTypes<{
|
|
985
1030
|
name: {
|
|
986
1031
|
type: StringConstructor;
|
|
987
1032
|
required: true;
|
|
988
1033
|
};
|
|
1034
|
+
id: {
|
|
1035
|
+
type: StringConstructor;
|
|
1036
|
+
default: null; /**
|
|
1037
|
+
* Increase the opacity so that the page behind the modal is no longer visible
|
|
1038
|
+
*/
|
|
1039
|
+
};
|
|
989
1040
|
color: {
|
|
990
1041
|
type: () => NeonFunctionalColor;
|
|
991
1042
|
default: null;
|
|
@@ -1001,6 +1052,7 @@ declare const _default: import("vue").DefineComponent<import("vue").ExtractPropT
|
|
|
1001
1052
|
}>> & Readonly<{}>, {
|
|
1002
1053
|
disabled: boolean;
|
|
1003
1054
|
color: NeonFunctionalColor;
|
|
1055
|
+
id: string;
|
|
1004
1056
|
inverse: boolean;
|
|
1005
1057
|
}, {}, {}, {}, string, import("vue").ComponentProvideOptions, true, {}, any>;
|
|
1006
1058
|
}, {}, string, import("vue").ComponentProvideOptions, true, {}, any>;
|
|
@@ -185,10 +185,21 @@ declare const _default: import("vue").DefineComponent<import("vue").ExtractPropT
|
|
|
185
185
|
type: StringConstructor;
|
|
186
186
|
required: true;
|
|
187
187
|
};
|
|
188
|
-
|
|
189
|
-
type:
|
|
188
|
+
id: {
|
|
189
|
+
type: StringConstructor;
|
|
190
|
+
/**
|
|
191
|
+
* Display the text output indicating the current state of progress
|
|
192
|
+
*/
|
|
190
193
|
default: null;
|
|
191
194
|
};
|
|
195
|
+
color: {
|
|
196
|
+
type: () => NeonFunctionalColor;
|
|
197
|
+
default: null; /**
|
|
198
|
+
* Specify the icon color (default = alternate-color || color)
|
|
199
|
+
*/
|
|
200
|
+
}; /**
|
|
201
|
+
* Specify the icon color (default = alternate-color || color)
|
|
202
|
+
*/
|
|
192
203
|
inverse: {
|
|
193
204
|
type: BooleanConstructor;
|
|
194
205
|
default: boolean;
|
|
@@ -198,19 +209,30 @@ declare const _default: import("vue").DefineComponent<import("vue").ExtractPropT
|
|
|
198
209
|
default: boolean;
|
|
199
210
|
};
|
|
200
211
|
}>, {
|
|
201
|
-
|
|
212
|
+
sanitizedAttributes: import("vue").ComputedRef<{
|
|
202
213
|
[x: string]: unknown;
|
|
203
|
-
}
|
|
204
|
-
icon: import("vue").ComputedRef<string>;
|
|
214
|
+
}>;
|
|
215
|
+
icon: import("vue").ComputedRef<string | undefined>;
|
|
205
216
|
}, {}, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {}, string, import("vue").PublicProps, Readonly<import("vue").ExtractPropTypes<{
|
|
206
217
|
name: {
|
|
207
218
|
type: StringConstructor;
|
|
208
219
|
required: true;
|
|
209
220
|
};
|
|
210
|
-
|
|
211
|
-
type:
|
|
221
|
+
id: {
|
|
222
|
+
type: StringConstructor;
|
|
223
|
+
/**
|
|
224
|
+
* Display the text output indicating the current state of progress
|
|
225
|
+
*/
|
|
212
226
|
default: null;
|
|
213
227
|
};
|
|
228
|
+
color: {
|
|
229
|
+
type: () => NeonFunctionalColor;
|
|
230
|
+
default: null; /**
|
|
231
|
+
* Specify the icon color (default = alternate-color || color)
|
|
232
|
+
*/
|
|
233
|
+
}; /**
|
|
234
|
+
* Specify the icon color (default = alternate-color || color)
|
|
235
|
+
*/
|
|
214
236
|
inverse: {
|
|
215
237
|
type: BooleanConstructor;
|
|
216
238
|
default: boolean;
|
|
@@ -222,6 +244,7 @@ declare const _default: import("vue").DefineComponent<import("vue").ExtractPropT
|
|
|
222
244
|
}>> & Readonly<{}>, {
|
|
223
245
|
disabled: boolean;
|
|
224
246
|
color: NeonFunctionalColor;
|
|
247
|
+
id: string;
|
|
225
248
|
inverse: boolean;
|
|
226
249
|
}, {}, {}, {}, string, import("vue").ComponentProvideOptions, true, {}, any>;
|
|
227
250
|
}, {}, string, import("vue").ComponentProvideOptions, true, {}, any>;
|