@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
|
@@ -330,6 +330,10 @@ declare const _default: import("vue").DefineComponent<import("vue").ExtractPropT
|
|
|
330
330
|
type: StringConstructor;
|
|
331
331
|
required: true;
|
|
332
332
|
};
|
|
333
|
+
id: {
|
|
334
|
+
type: StringConstructor;
|
|
335
|
+
default: null;
|
|
336
|
+
};
|
|
333
337
|
color: {
|
|
334
338
|
type: () => NeonFunctionalColor;
|
|
335
339
|
default: null;
|
|
@@ -343,15 +347,19 @@ declare const _default: import("vue").DefineComponent<import("vue").ExtractPropT
|
|
|
343
347
|
default: boolean;
|
|
344
348
|
};
|
|
345
349
|
}>, {
|
|
346
|
-
|
|
350
|
+
sanitizedAttributes: import("vue").ComputedRef<{
|
|
347
351
|
[x: string]: unknown;
|
|
348
|
-
}
|
|
349
|
-
icon: import("vue").ComputedRef<string>;
|
|
352
|
+
}>;
|
|
353
|
+
icon: import("vue").ComputedRef<string | undefined>;
|
|
350
354
|
}, {}, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {}, string, import("vue").PublicProps, Readonly<import("vue").ExtractPropTypes<{
|
|
351
355
|
name: {
|
|
352
356
|
type: StringConstructor;
|
|
353
357
|
required: true;
|
|
354
358
|
};
|
|
359
|
+
id: {
|
|
360
|
+
type: StringConstructor;
|
|
361
|
+
default: null;
|
|
362
|
+
};
|
|
355
363
|
color: {
|
|
356
364
|
type: () => NeonFunctionalColor;
|
|
357
365
|
default: null;
|
|
@@ -367,6 +375,7 @@ declare const _default: import("vue").DefineComponent<import("vue").ExtractPropT
|
|
|
367
375
|
}>> & Readonly<{}>, {
|
|
368
376
|
disabled: boolean;
|
|
369
377
|
color: NeonFunctionalColor;
|
|
378
|
+
id: string;
|
|
370
379
|
inverse: boolean;
|
|
371
380
|
}, {}, {}, {}, string, import("vue").ComponentProvideOptions, true, {}, any>;
|
|
372
381
|
NeonLink: import("vue").DefineComponent<import("vue").ExtractPropTypes<{
|
|
@@ -430,6 +439,10 @@ declare const _default: import("vue").DefineComponent<import("vue").ExtractPropT
|
|
|
430
439
|
type: StringConstructor;
|
|
431
440
|
required: true;
|
|
432
441
|
};
|
|
442
|
+
id: {
|
|
443
|
+
type: StringConstructor;
|
|
444
|
+
default: null;
|
|
445
|
+
};
|
|
433
446
|
color: {
|
|
434
447
|
type: () => NeonFunctionalColor;
|
|
435
448
|
default: null;
|
|
@@ -443,15 +456,19 @@ declare const _default: import("vue").DefineComponent<import("vue").ExtractPropT
|
|
|
443
456
|
default: boolean;
|
|
444
457
|
};
|
|
445
458
|
}>, {
|
|
446
|
-
|
|
459
|
+
sanitizedAttributes: import("vue").ComputedRef<{
|
|
447
460
|
[x: string]: unknown;
|
|
448
|
-
}
|
|
449
|
-
icon: import("vue").ComputedRef<string>;
|
|
461
|
+
}>;
|
|
462
|
+
icon: import("vue").ComputedRef<string | undefined>;
|
|
450
463
|
}, {}, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {}, string, import("vue").PublicProps, Readonly<import("vue").ExtractPropTypes<{
|
|
451
464
|
name: {
|
|
452
465
|
type: StringConstructor;
|
|
453
466
|
required: true;
|
|
454
467
|
};
|
|
468
|
+
id: {
|
|
469
|
+
type: StringConstructor;
|
|
470
|
+
default: null;
|
|
471
|
+
};
|
|
455
472
|
color: {
|
|
456
473
|
type: () => NeonFunctionalColor;
|
|
457
474
|
default: null;
|
|
@@ -467,6 +484,7 @@ declare const _default: import("vue").DefineComponent<import("vue").ExtractPropT
|
|
|
467
484
|
}>> & Readonly<{}>, {
|
|
468
485
|
disabled: boolean;
|
|
469
486
|
color: NeonFunctionalColor;
|
|
487
|
+
id: string;
|
|
470
488
|
inverse: boolean;
|
|
471
489
|
}, {}, {}, {}, string, import("vue").ComponentProvideOptions, true, {}, any>;
|
|
472
490
|
}, {}, string, import("vue").ComponentProvideOptions, true, {}, any>;
|
|
@@ -476,6 +494,10 @@ declare const _default: import("vue").DefineComponent<import("vue").ExtractPropT
|
|
|
476
494
|
type: StringConstructor;
|
|
477
495
|
required: true;
|
|
478
496
|
};
|
|
497
|
+
id: {
|
|
498
|
+
type: StringConstructor;
|
|
499
|
+
default: null;
|
|
500
|
+
};
|
|
479
501
|
color: {
|
|
480
502
|
type: () => NeonFunctionalColor;
|
|
481
503
|
default: null;
|
|
@@ -489,15 +511,19 @@ declare const _default: import("vue").DefineComponent<import("vue").ExtractPropT
|
|
|
489
511
|
default: boolean;
|
|
490
512
|
};
|
|
491
513
|
}>, {
|
|
492
|
-
|
|
514
|
+
sanitizedAttributes: import("vue").ComputedRef<{
|
|
493
515
|
[x: string]: unknown;
|
|
494
|
-
}
|
|
495
|
-
icon: import("vue").ComputedRef<string>;
|
|
516
|
+
}>;
|
|
517
|
+
icon: import("vue").ComputedRef<string | undefined>;
|
|
496
518
|
}, {}, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {}, string, import("vue").PublicProps, Readonly<import("vue").ExtractPropTypes<{
|
|
497
519
|
name: {
|
|
498
520
|
type: StringConstructor;
|
|
499
521
|
required: true;
|
|
500
522
|
};
|
|
523
|
+
id: {
|
|
524
|
+
type: StringConstructor;
|
|
525
|
+
default: null;
|
|
526
|
+
};
|
|
501
527
|
color: {
|
|
502
528
|
type: () => NeonFunctionalColor;
|
|
503
529
|
default: null;
|
|
@@ -513,6 +539,7 @@ declare const _default: import("vue").DefineComponent<import("vue").ExtractPropT
|
|
|
513
539
|
}>> & Readonly<{}>, {
|
|
514
540
|
disabled: boolean;
|
|
515
541
|
color: NeonFunctionalColor;
|
|
542
|
+
id: string;
|
|
516
543
|
inverse: boolean;
|
|
517
544
|
}, {}, {}, {}, string, import("vue").ComponentProvideOptions, true, {}, any>;
|
|
518
545
|
NeonInline: import("vue").DefineComponent<import("vue").ExtractPropTypes<{
|
|
@@ -76,6 +76,10 @@ declare const _default: import("vue").DefineComponent<import("vue").ExtractPropT
|
|
|
76
76
|
type: StringConstructor;
|
|
77
77
|
required: true;
|
|
78
78
|
};
|
|
79
|
+
id: {
|
|
80
|
+
type: StringConstructor;
|
|
81
|
+
default: null;
|
|
82
|
+
};
|
|
79
83
|
color: {
|
|
80
84
|
type: () => NeonFunctionalColor;
|
|
81
85
|
default: null;
|
|
@@ -89,15 +93,19 @@ declare const _default: import("vue").DefineComponent<import("vue").ExtractPropT
|
|
|
89
93
|
default: boolean;
|
|
90
94
|
};
|
|
91
95
|
}>, {
|
|
92
|
-
|
|
96
|
+
sanitizedAttributes: import("vue").ComputedRef<{
|
|
93
97
|
[x: string]: unknown;
|
|
94
|
-
}
|
|
95
|
-
icon: import("vue").ComputedRef<string>;
|
|
98
|
+
}>;
|
|
99
|
+
icon: import("vue").ComputedRef<string | undefined>;
|
|
96
100
|
}, {}, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {}, string, import("vue").PublicProps, Readonly<import("vue").ExtractPropTypes<{
|
|
97
101
|
name: {
|
|
98
102
|
type: StringConstructor;
|
|
99
103
|
required: true;
|
|
100
104
|
};
|
|
105
|
+
id: {
|
|
106
|
+
type: StringConstructor;
|
|
107
|
+
default: null;
|
|
108
|
+
};
|
|
101
109
|
color: {
|
|
102
110
|
type: () => NeonFunctionalColor;
|
|
103
111
|
default: null;
|
|
@@ -113,6 +121,7 @@ declare const _default: import("vue").DefineComponent<import("vue").ExtractPropT
|
|
|
113
121
|
}>> & Readonly<{}>, {
|
|
114
122
|
disabled: boolean;
|
|
115
123
|
color: NeonFunctionalColor;
|
|
124
|
+
id: string;
|
|
116
125
|
inverse: boolean;
|
|
117
126
|
}, {}, {}, {}, string, import("vue").ComponentProvideOptions, true, {}, any>;
|
|
118
127
|
}, {}, string, import("vue").ComponentProvideOptions, true, {}, any>;
|
|
@@ -110,8 +110,8 @@ declare const _default: import("vue").DefineComponent<import("vue").ExtractPropT
|
|
|
110
110
|
}>> & Readonly<{}>, {
|
|
111
111
|
placement: NeonPosition;
|
|
112
112
|
placementContainer: HTMLElement;
|
|
113
|
-
outlineStyle: NeonOutlineStyle;
|
|
114
113
|
id: string;
|
|
114
|
+
outlineStyle: NeonOutlineStyle;
|
|
115
115
|
tooltipStyle: NeonTooltipStyle;
|
|
116
116
|
outlineColor: NeonFunctionalColor;
|
|
117
117
|
}, {}, {}, {}, string, import("vue").ComponentProvideOptions, true, {}, any>;
|
|
@@ -377,12 +377,18 @@ declare const _default: import("vue").DefineComponent<import("vue").ExtractPropT
|
|
|
377
377
|
type: StringConstructor;
|
|
378
378
|
required: true;
|
|
379
379
|
};
|
|
380
|
+
id: {
|
|
381
|
+
type: StringConstructor;
|
|
382
|
+
default: null;
|
|
383
|
+
};
|
|
380
384
|
color: {
|
|
381
385
|
type: () => NeonFunctionalColor;
|
|
382
386
|
default: null;
|
|
383
387
|
};
|
|
384
388
|
inverse: {
|
|
385
|
-
type: BooleanConstructor;
|
|
389
|
+
type: BooleanConstructor; /**
|
|
390
|
+
* override the default 'x of y' text.
|
|
391
|
+
*/
|
|
386
392
|
default: boolean;
|
|
387
393
|
};
|
|
388
394
|
disabled: {
|
|
@@ -390,21 +396,27 @@ declare const _default: import("vue").DefineComponent<import("vue").ExtractPropT
|
|
|
390
396
|
default: boolean;
|
|
391
397
|
};
|
|
392
398
|
}>, {
|
|
393
|
-
|
|
399
|
+
sanitizedAttributes: import("vue").ComputedRef<{
|
|
394
400
|
[x: string]: unknown;
|
|
395
|
-
}
|
|
396
|
-
icon: import("vue").ComputedRef<string>;
|
|
401
|
+
}>;
|
|
402
|
+
icon: import("vue").ComputedRef<string | undefined>;
|
|
397
403
|
}, {}, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {}, string, import("vue").PublicProps, Readonly<import("vue").ExtractPropTypes<{
|
|
398
404
|
name: {
|
|
399
405
|
type: StringConstructor;
|
|
400
406
|
required: true;
|
|
401
407
|
};
|
|
408
|
+
id: {
|
|
409
|
+
type: StringConstructor;
|
|
410
|
+
default: null;
|
|
411
|
+
};
|
|
402
412
|
color: {
|
|
403
413
|
type: () => NeonFunctionalColor;
|
|
404
414
|
default: null;
|
|
405
415
|
};
|
|
406
416
|
inverse: {
|
|
407
|
-
type: BooleanConstructor;
|
|
417
|
+
type: BooleanConstructor; /**
|
|
418
|
+
* override the default 'x of y' text.
|
|
419
|
+
*/
|
|
408
420
|
default: boolean;
|
|
409
421
|
};
|
|
410
422
|
disabled: {
|
|
@@ -414,6 +426,7 @@ declare const _default: import("vue").DefineComponent<import("vue").ExtractPropT
|
|
|
414
426
|
}>> & Readonly<{}>, {
|
|
415
427
|
disabled: boolean;
|
|
416
428
|
color: NeonFunctionalColor;
|
|
429
|
+
id: string;
|
|
417
430
|
inverse: boolean;
|
|
418
431
|
}, {}, {}, {}, string, import("vue").ComponentProvideOptions, true, {}, any>;
|
|
419
432
|
NeonLink: import("vue").DefineComponent<import("vue").ExtractPropTypes<{
|
|
@@ -473,12 +486,18 @@ declare const _default: import("vue").DefineComponent<import("vue").ExtractPropT
|
|
|
473
486
|
type: StringConstructor;
|
|
474
487
|
required: true;
|
|
475
488
|
};
|
|
489
|
+
id: {
|
|
490
|
+
type: StringConstructor;
|
|
491
|
+
default: null;
|
|
492
|
+
};
|
|
476
493
|
color: {
|
|
477
494
|
type: () => NeonFunctionalColor;
|
|
478
495
|
default: null;
|
|
479
496
|
};
|
|
480
497
|
inverse: {
|
|
481
|
-
type: BooleanConstructor;
|
|
498
|
+
type: BooleanConstructor; /**
|
|
499
|
+
* override the default 'x of y' text.
|
|
500
|
+
*/
|
|
482
501
|
default: boolean;
|
|
483
502
|
};
|
|
484
503
|
disabled: {
|
|
@@ -486,21 +505,27 @@ declare const _default: import("vue").DefineComponent<import("vue").ExtractPropT
|
|
|
486
505
|
default: boolean;
|
|
487
506
|
};
|
|
488
507
|
}>, {
|
|
489
|
-
|
|
508
|
+
sanitizedAttributes: import("vue").ComputedRef<{
|
|
490
509
|
[x: string]: unknown;
|
|
491
|
-
}
|
|
492
|
-
icon: import("vue").ComputedRef<string>;
|
|
510
|
+
}>;
|
|
511
|
+
icon: import("vue").ComputedRef<string | undefined>;
|
|
493
512
|
}, {}, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {}, string, import("vue").PublicProps, Readonly<import("vue").ExtractPropTypes<{
|
|
494
513
|
name: {
|
|
495
514
|
type: StringConstructor;
|
|
496
515
|
required: true;
|
|
497
516
|
};
|
|
517
|
+
id: {
|
|
518
|
+
type: StringConstructor;
|
|
519
|
+
default: null;
|
|
520
|
+
};
|
|
498
521
|
color: {
|
|
499
522
|
type: () => NeonFunctionalColor;
|
|
500
523
|
default: null;
|
|
501
524
|
};
|
|
502
525
|
inverse: {
|
|
503
|
-
type: BooleanConstructor;
|
|
526
|
+
type: BooleanConstructor; /**
|
|
527
|
+
* override the default 'x of y' text.
|
|
528
|
+
*/
|
|
504
529
|
default: boolean;
|
|
505
530
|
};
|
|
506
531
|
disabled: {
|
|
@@ -510,6 +535,7 @@ declare const _default: import("vue").DefineComponent<import("vue").ExtractPropT
|
|
|
510
535
|
}>> & Readonly<{}>, {
|
|
511
536
|
disabled: boolean;
|
|
512
537
|
color: NeonFunctionalColor;
|
|
538
|
+
id: string;
|
|
513
539
|
inverse: boolean;
|
|
514
540
|
}, {}, {}, {}, string, import("vue").ComponentProvideOptions, true, {}, any>;
|
|
515
541
|
}, {}, string, import("vue").ComponentProvideOptions, true, {}, any>;
|
|
@@ -697,12 +723,18 @@ declare const _default: import("vue").DefineComponent<import("vue").ExtractPropT
|
|
|
697
723
|
type: StringConstructor;
|
|
698
724
|
required: true;
|
|
699
725
|
};
|
|
726
|
+
id: {
|
|
727
|
+
type: StringConstructor;
|
|
728
|
+
default: null;
|
|
729
|
+
};
|
|
700
730
|
color: {
|
|
701
731
|
type: () => NeonFunctionalColor;
|
|
702
732
|
default: null;
|
|
703
733
|
};
|
|
704
734
|
inverse: {
|
|
705
|
-
type: BooleanConstructor;
|
|
735
|
+
type: BooleanConstructor; /**
|
|
736
|
+
* override the default 'x of y' text.
|
|
737
|
+
*/
|
|
706
738
|
default: boolean;
|
|
707
739
|
};
|
|
708
740
|
disabled: {
|
|
@@ -710,21 +742,27 @@ declare const _default: import("vue").DefineComponent<import("vue").ExtractPropT
|
|
|
710
742
|
default: boolean;
|
|
711
743
|
};
|
|
712
744
|
}>, {
|
|
713
|
-
|
|
745
|
+
sanitizedAttributes: import("vue").ComputedRef<{
|
|
714
746
|
[x: string]: unknown;
|
|
715
|
-
}
|
|
716
|
-
icon: import("vue").ComputedRef<string>;
|
|
747
|
+
}>;
|
|
748
|
+
icon: import("vue").ComputedRef<string | undefined>;
|
|
717
749
|
}, {}, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {}, string, import("vue").PublicProps, Readonly<import("vue").ExtractPropTypes<{
|
|
718
750
|
name: {
|
|
719
751
|
type: StringConstructor;
|
|
720
752
|
required: true;
|
|
721
753
|
};
|
|
754
|
+
id: {
|
|
755
|
+
type: StringConstructor;
|
|
756
|
+
default: null;
|
|
757
|
+
};
|
|
722
758
|
color: {
|
|
723
759
|
type: () => NeonFunctionalColor;
|
|
724
760
|
default: null;
|
|
725
761
|
};
|
|
726
762
|
inverse: {
|
|
727
|
-
type: BooleanConstructor;
|
|
763
|
+
type: BooleanConstructor; /**
|
|
764
|
+
* override the default 'x of y' text.
|
|
765
|
+
*/
|
|
728
766
|
default: boolean;
|
|
729
767
|
};
|
|
730
768
|
disabled: {
|
|
@@ -734,6 +772,7 @@ declare const _default: import("vue").DefineComponent<import("vue").ExtractPropT
|
|
|
734
772
|
}>> & Readonly<{}>, {
|
|
735
773
|
disabled: boolean;
|
|
736
774
|
color: NeonFunctionalColor;
|
|
775
|
+
id: string;
|
|
737
776
|
inverse: boolean;
|
|
738
777
|
}, {}, {}, {}, string, import("vue").ComponentProvideOptions, true, {}, any>;
|
|
739
778
|
}, {}, string, import("vue").ComponentProvideOptions, true, {}, any>;
|
|
@@ -319,6 +319,10 @@ declare const _default: import("vue").DefineComponent<import("vue").ExtractPropT
|
|
|
319
319
|
type: StringConstructor;
|
|
320
320
|
required: true;
|
|
321
321
|
};
|
|
322
|
+
id: {
|
|
323
|
+
type: StringConstructor;
|
|
324
|
+
default: null;
|
|
325
|
+
};
|
|
322
326
|
color: {
|
|
323
327
|
type: () => import("../../../neon").NeonFunctionalColor;
|
|
324
328
|
default: null;
|
|
@@ -332,15 +336,19 @@ declare const _default: import("vue").DefineComponent<import("vue").ExtractPropT
|
|
|
332
336
|
default: boolean;
|
|
333
337
|
};
|
|
334
338
|
}>, {
|
|
335
|
-
|
|
339
|
+
sanitizedAttributes: import("vue").ComputedRef<{
|
|
336
340
|
[x: string]: unknown;
|
|
337
|
-
}
|
|
338
|
-
icon: import("vue").ComputedRef<string>;
|
|
341
|
+
}>;
|
|
342
|
+
icon: import("vue").ComputedRef<string | undefined>;
|
|
339
343
|
}, {}, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {}, string, import("vue").PublicProps, Readonly<import("vue").ExtractPropTypes<{
|
|
340
344
|
name: {
|
|
341
345
|
type: StringConstructor;
|
|
342
346
|
required: true;
|
|
343
347
|
};
|
|
348
|
+
id: {
|
|
349
|
+
type: StringConstructor;
|
|
350
|
+
default: null;
|
|
351
|
+
};
|
|
344
352
|
color: {
|
|
345
353
|
type: () => import("../../../neon").NeonFunctionalColor;
|
|
346
354
|
default: null;
|
|
@@ -356,6 +364,7 @@ declare const _default: import("vue").DefineComponent<import("vue").ExtractPropT
|
|
|
356
364
|
}>> & Readonly<{}>, {
|
|
357
365
|
disabled: boolean;
|
|
358
366
|
color: import("../../../neon").NeonFunctionalColor;
|
|
367
|
+
id: string;
|
|
359
368
|
inverse: boolean;
|
|
360
369
|
}, {}, {}, {}, string, import("vue").ComponentProvideOptions, true, {}, any>;
|
|
361
370
|
NeonLink: import("vue").DefineComponent<import("vue").ExtractPropTypes<{
|
|
@@ -415,6 +424,10 @@ declare const _default: import("vue").DefineComponent<import("vue").ExtractPropT
|
|
|
415
424
|
type: StringConstructor;
|
|
416
425
|
required: true;
|
|
417
426
|
};
|
|
427
|
+
id: {
|
|
428
|
+
type: StringConstructor;
|
|
429
|
+
default: null;
|
|
430
|
+
};
|
|
418
431
|
color: {
|
|
419
432
|
type: () => import("../../../neon").NeonFunctionalColor;
|
|
420
433
|
default: null;
|
|
@@ -428,15 +441,19 @@ declare const _default: import("vue").DefineComponent<import("vue").ExtractPropT
|
|
|
428
441
|
default: boolean;
|
|
429
442
|
};
|
|
430
443
|
}>, {
|
|
431
|
-
|
|
444
|
+
sanitizedAttributes: import("vue").ComputedRef<{
|
|
432
445
|
[x: string]: unknown;
|
|
433
|
-
}
|
|
434
|
-
icon: import("vue").ComputedRef<string>;
|
|
446
|
+
}>;
|
|
447
|
+
icon: import("vue").ComputedRef<string | undefined>;
|
|
435
448
|
}, {}, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {}, string, import("vue").PublicProps, Readonly<import("vue").ExtractPropTypes<{
|
|
436
449
|
name: {
|
|
437
450
|
type: StringConstructor;
|
|
438
451
|
required: true;
|
|
439
452
|
};
|
|
453
|
+
id: {
|
|
454
|
+
type: StringConstructor;
|
|
455
|
+
default: null;
|
|
456
|
+
};
|
|
440
457
|
color: {
|
|
441
458
|
type: () => import("../../../neon").NeonFunctionalColor;
|
|
442
459
|
default: null;
|
|
@@ -452,6 +469,7 @@ declare const _default: import("vue").DefineComponent<import("vue").ExtractPropT
|
|
|
452
469
|
}>> & Readonly<{}>, {
|
|
453
470
|
disabled: boolean;
|
|
454
471
|
color: import("../../../neon").NeonFunctionalColor;
|
|
472
|
+
id: string;
|
|
455
473
|
inverse: boolean;
|
|
456
474
|
}, {}, {}, {}, string, import("vue").ComponentProvideOptions, true, {}, any>;
|
|
457
475
|
}, {}, string, import("vue").ComponentProvideOptions, true, {}, any>;
|
|
@@ -111,6 +111,10 @@ declare const _default: import("vue").DefineComponent<import("vue").ExtractPropT
|
|
|
111
111
|
type: StringConstructor;
|
|
112
112
|
required: true;
|
|
113
113
|
};
|
|
114
|
+
id: {
|
|
115
|
+
type: StringConstructor;
|
|
116
|
+
default: null;
|
|
117
|
+
};
|
|
114
118
|
color: {
|
|
115
119
|
type: () => NeonFunctionalColor;
|
|
116
120
|
default: null;
|
|
@@ -124,15 +128,19 @@ declare const _default: import("vue").DefineComponent<import("vue").ExtractPropT
|
|
|
124
128
|
default: boolean;
|
|
125
129
|
};
|
|
126
130
|
}>, {
|
|
127
|
-
|
|
131
|
+
sanitizedAttributes: import("vue").ComputedRef<{
|
|
128
132
|
[x: string]: unknown;
|
|
129
|
-
}
|
|
130
|
-
icon: import("vue").ComputedRef<string>;
|
|
133
|
+
}>;
|
|
134
|
+
icon: import("vue").ComputedRef<string | undefined>;
|
|
131
135
|
}, {}, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {}, string, import("vue").PublicProps, Readonly<import("vue").ExtractPropTypes<{
|
|
132
136
|
name: {
|
|
133
137
|
type: StringConstructor;
|
|
134
138
|
required: true;
|
|
135
139
|
};
|
|
140
|
+
id: {
|
|
141
|
+
type: StringConstructor;
|
|
142
|
+
default: null;
|
|
143
|
+
};
|
|
136
144
|
color: {
|
|
137
145
|
type: () => NeonFunctionalColor;
|
|
138
146
|
default: null;
|
|
@@ -148,6 +156,7 @@ declare const _default: import("vue").DefineComponent<import("vue").ExtractPropT
|
|
|
148
156
|
}>> & Readonly<{}>, {
|
|
149
157
|
disabled: boolean;
|
|
150
158
|
color: NeonFunctionalColor;
|
|
159
|
+
id: string;
|
|
151
160
|
inverse: boolean;
|
|
152
161
|
}, {}, {}, {}, string, import("vue").ComponentProvideOptions, true, {}, any>;
|
|
153
162
|
}, {}, string, import("vue").ComponentProvideOptions, true, {}, any>;
|