@aotearoan/neon 22.1.1 → 22.2.0
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/dist/common/enums/NeonButtonType.cjs.js +2 -0
- package/dist/common/enums/NeonButtonType.cjs.js.map +1 -0
- package/dist/common/enums/NeonButtonType.es.js +5 -0
- package/dist/common/enums/NeonButtonType.es.js.map +1 -0
- package/dist/common/utils/NeonFileUtils.cjs.js +2 -0
- package/dist/common/utils/NeonFileUtils.cjs.js.map +1 -0
- package/dist/common/utils/NeonFileUtils.es.js +10 -0
- package/dist/common/utils/NeonFileUtils.es.js.map +1 -0
- package/dist/components/presentation/badge/NeonBadge.cjs.js +1 -1
- package/dist/components/presentation/badge/NeonBadge.cjs.js.map +1 -1
- package/dist/components/presentation/badge/NeonBadge.es.js +51 -26
- package/dist/components/presentation/badge/NeonBadge.es.js.map +1 -1
- package/dist/components/presentation/badge/NeonBadge.vue.cjs.js +1 -1
- package/dist/components/presentation/badge/NeonBadge.vue.cjs.js.map +1 -1
- package/dist/components/presentation/badge/NeonBadge.vue.es.js +28 -14
- package/dist/components/presentation/badge/NeonBadge.vue.es.js.map +1 -1
- package/dist/components/user-input/button/NeonButton.cjs.js +1 -1
- package/dist/components/user-input/button/NeonButton.cjs.js.map +1 -1
- package/dist/components/user-input/button/NeonButton.es.js +18 -12
- package/dist/components/user-input/button/NeonButton.es.js.map +1 -1
- package/dist/components/user-input/button/NeonButton.vue.cjs.js +1 -1
- package/dist/components/user-input/button/NeonButton.vue.cjs.js.map +1 -1
- package/dist/components/user-input/button/NeonButton.vue.es.js +9 -8
- package/dist/components/user-input/button/NeonButton.vue.es.js.map +1 -1
- package/dist/components/user-input/file/NeonFile.cjs.js +1 -1
- package/dist/components/user-input/file/NeonFile.cjs.js.map +1 -1
- package/dist/components/user-input/file/NeonFile.es.js +20 -12
- package/dist/components/user-input/file/NeonFile.es.js.map +1 -1
- package/dist/components/user-input/file/NeonFile.vue.cjs.js +1 -1
- package/dist/components/user-input/file/NeonFile.vue.cjs.js.map +1 -1
- package/dist/components/user-input/file/NeonFile.vue.es.js +7 -5
- package/dist/components/user-input/file/NeonFile.vue.es.js.map +1 -1
- package/dist/neon.cjs.js +1 -1
- package/dist/neon.es.js +115 -111
- package/dist/neon.es.js.map +1 -1
- package/dist/src/common/enums/NeonButtonType.d.ts +5 -0
- package/dist/src/common/utils/NeonFileUtils.d.ts +6 -0
- package/dist/src/components/feedback/dialog/NeonDialog.d.ts +22 -8
- package/dist/src/components/feedback/note/NeonNote.d.ts +10 -1
- package/dist/src/components/layout/card-list/NeonCardList.d.ts +22 -17
- package/dist/src/components/layout/modal/NeonModal.d.ts +10 -1
- package/dist/src/components/navigation/dropdown-menu/NeonDropdownMenu.d.ts +5015 -494
- package/dist/src/components/navigation/menu/NeonMenu.d.ts +4634 -41
- package/dist/src/components/navigation/mobile-menu/NeonMobileMenu.d.ts +4879 -424
- package/dist/src/components/presentation/badge/NeonBadge.d.ts +1501 -3
- package/dist/src/components/presentation/dropdown/NeonDropdown.d.ts +1556 -27
- package/dist/src/components/presentation/image-carousel/NeonImageCarousel.d.ts +32 -7
- package/dist/src/components/user-input/button/NeonButton.d.ts +24 -7
- package/dist/src/components/user-input/chip/NeonChip.d.ts +1 -1
- package/dist/src/components/user-input/date-picker/NeonDatePicker.d.ts +1823 -214
- package/dist/src/components/user-input/drop-zone/NeonDropZone.d.ts +1 -1
- package/dist/src/components/user-input/file/NeonFile.d.ts +645 -7
- package/dist/src/components/user-input/filter-list/NeonFilterList.d.ts +1 -1
- package/dist/src/components/user-input/number/NeonNumber.d.ts +14 -19
- package/dist/src/components/user-input/search/NeonSearch.d.ts +4657 -46
- package/dist/src/components/user-input/select/NeonSelect.d.ts +5100 -537
- package/dist/src/neon.d.ts +2 -0
- package/package.json +1 -1
- package/src/sass/components/_badge.scss +77 -0
- package/src/sass/includes/_dependencies.scss +1 -1
- package/src/sass/variables.scss +3 -0
package/dist/neon.es.js
CHANGED
|
@@ -7,13 +7,13 @@ import { default as s } from "./components/user-input/button/NeonButton.vue.es.j
|
|
|
7
7
|
import { default as u } from "./components/layout/card/NeonCard.vue.es.js";
|
|
8
8
|
import { default as S } from "./components/layout/card/body/NeonCardBody.vue.es.js";
|
|
9
9
|
import { default as g } from "./components/layout/card/footer/NeonCardFooter.vue.es.js";
|
|
10
|
-
import { default as
|
|
11
|
-
import { default as
|
|
10
|
+
import { default as T } from "./components/layout/card/header/NeonCardHeader.vue.es.js";
|
|
11
|
+
import { default as U } from "./components/layout/card-list/NeonCardList.vue.es.js";
|
|
12
12
|
import { default as D } from "./components/user-input/chip/NeonChip.vue.es.js";
|
|
13
|
-
import { default as
|
|
13
|
+
import { default as I } from "./components/user-input/color/NeonColor.vue.es.js";
|
|
14
14
|
import { default as w } from "./components/user-input/date-picker/NeonDatePicker.vue.es.js";
|
|
15
|
-
import { default as
|
|
16
|
-
import { default as
|
|
15
|
+
import { default as A } from "./components/feedback/dialog/NeonDialog.vue.es.js";
|
|
16
|
+
import { default as v } from "./components/layout/drawer/NeonDrawer.vue.es.js";
|
|
17
17
|
import { default as B } from "./components/presentation/dropdown/NeonDropdown.vue.es.js";
|
|
18
18
|
import { default as R } from "./components/navigation/dropdown-menu/NeonDropdownMenu.vue.es.js";
|
|
19
19
|
import { default as E } from "./components/user-input/drop-zone/NeonDropZone.vue.es.js";
|
|
@@ -34,12 +34,12 @@ import { default as so } from "./components/user-input/input-indicator/NeonInput
|
|
|
34
34
|
import { default as io } from "./components/presentation/label/NeonLabel.vue.es.js";
|
|
35
35
|
import { default as co } from "./components/feedback/linear-progress/NeonLinearProgress.vue.es.js";
|
|
36
36
|
import { default as Co } from "./components/navigation/link/NeonLink.vue.es.js";
|
|
37
|
-
import { default as
|
|
38
|
-
import { default as
|
|
39
|
-
import { default as
|
|
37
|
+
import { default as Po } from "./components/user-input/list/NeonList.vue.es.js";
|
|
38
|
+
import { default as bo } from "./components/navigation/menu/NeonMenu.vue.es.js";
|
|
39
|
+
import { default as Lo } from "./components/navigation/mobile-menu/NeonMobileMenu.vue.es.js";
|
|
40
40
|
import { default as ho } from "./components/layout/modal/NeonModal.vue.es.js";
|
|
41
|
-
import { default as
|
|
42
|
-
import { default as
|
|
41
|
+
import { default as yo } from "./components/feedback/note/NeonNote.vue.es.js";
|
|
42
|
+
import { default as Mo } from "./components/feedback/notification-counter/NeonNotificationCounter.vue.es.js";
|
|
43
43
|
import { default as zo } from "./components/user-input/number/NeonNumber.vue.es.js";
|
|
44
44
|
import { default as Fo } from "./components/layout/page/NeonPage.vue.es.js";
|
|
45
45
|
import { default as ko } from "./components/user-input/password/NeonPassword.vue.es.js";
|
|
@@ -61,89 +61,92 @@ import { default as de } from "./components/feedback/alert/container/NeonToastCo
|
|
|
61
61
|
import { default as ie } from "./components/user-input/toggle/NeonToggle.vue.es.js";
|
|
62
62
|
import { default as ce } from "./components/user-input/toggle-chip/NeonToggleChip.vue.es.js";
|
|
63
63
|
import { default as Ce } from "./components/feedback/tooltip/NeonTooltip.vue.es.js";
|
|
64
|
-
import { default as
|
|
65
|
-
import { default as
|
|
66
|
-
import { NeonAlertLevel as
|
|
64
|
+
import { default as Pe } from "./components/layout/top-nav/NeonTopNav.vue.es.js";
|
|
65
|
+
import { default as be } from "./components/navigation/tree-menu/NeonTreeMenu.vue.es.js";
|
|
66
|
+
import { NeonAlertLevel as Le } from "./common/enums/NeonAlertLevel.es.js";
|
|
67
67
|
import { NeonAlertPlacement as he } from "./common/enums/NeonAlertPlacement.es.js";
|
|
68
|
-
import { NeonBadgeSize as
|
|
69
|
-
import { NeonButtonSize as
|
|
68
|
+
import { NeonBadgeSize as ye } from "./common/enums/NeonBadgeSize.es.js";
|
|
69
|
+
import { NeonButtonSize as Me } from "./common/enums/NeonButtonSize.es.js";
|
|
70
70
|
import { NeonButtonStyle as ze } from "./common/enums/NeonButtonStyle.es.js";
|
|
71
|
-
import {
|
|
72
|
-
import {
|
|
73
|
-
import {
|
|
74
|
-
import {
|
|
75
|
-
import {
|
|
76
|
-
import {
|
|
77
|
-
import {
|
|
78
|
-
import {
|
|
79
|
-
import {
|
|
80
|
-
import {
|
|
81
|
-
import {
|
|
82
|
-
import {
|
|
83
|
-
import {
|
|
84
|
-
import {
|
|
85
|
-
import {
|
|
86
|
-
import {
|
|
87
|
-
import {
|
|
88
|
-
import {
|
|
89
|
-
import {
|
|
90
|
-
import {
|
|
91
|
-
import {
|
|
92
|
-
import {
|
|
93
|
-
import {
|
|
94
|
-
import {
|
|
95
|
-
import {
|
|
96
|
-
import {
|
|
97
|
-
import {
|
|
98
|
-
import {
|
|
99
|
-
import {
|
|
100
|
-
import {
|
|
101
|
-
import {
|
|
102
|
-
import {
|
|
103
|
-
import {
|
|
104
|
-
import {
|
|
105
|
-
import {
|
|
106
|
-
import {
|
|
107
|
-
import {
|
|
108
|
-
import {
|
|
109
|
-
import {
|
|
110
|
-
import {
|
|
71
|
+
import { NeonButtonType as Fe } from "./common/enums/NeonButtonType.es.js";
|
|
72
|
+
import { NeonChipAction as ke } from "./common/enums/NeonChipAction.es.js";
|
|
73
|
+
import { NeonDropdownPlacement as Ge } from "./common/enums/NeonDropdownPlacement.es.js";
|
|
74
|
+
import { NeonDropdownStyle as Oe } from "./common/enums/NeonDropdownStyle.es.js";
|
|
75
|
+
import { NeonFunctionalColor as Ve } from "./common/enums/NeonFunctionalColor.es.js";
|
|
76
|
+
import { NeonHorizontalPosition as je } from "./common/enums/NeonHorizontalPosition.es.js";
|
|
77
|
+
import { NeonInputMode as Ke } from "./common/enums/NeonInputMode.es.js";
|
|
78
|
+
import { NeonInputType as We } from "./common/enums/NeonInputType.es.js";
|
|
79
|
+
import { NeonLabelSize as Ye } from "./common/enums/NeonLabelSize.es.js";
|
|
80
|
+
import { NeonMode as $e } from "./common/enums/NeonMode.es.js";
|
|
81
|
+
import { NeonOrientation as er } from "./common/enums/NeonOrientation.es.js";
|
|
82
|
+
import { NeonOutlineStyle as tr } from "./common/enums/NeonOutlineStyle.es.js";
|
|
83
|
+
import { NeonPageAlignment as fr } from "./common/enums/NeonPageAlignment.es.js";
|
|
84
|
+
import { NeonPosition as pr } from "./common/enums/NeonPosition.es.js";
|
|
85
|
+
import { NeonResponsive as mr } from "./common/enums/NeonResponsive.es.js";
|
|
86
|
+
import { NeonSize as xr } from "./common/enums/NeonSize.es.js";
|
|
87
|
+
import { NeonSplashLoaderSize as dr } from "./common/enums/NeonSplashLoaderSize.es.js";
|
|
88
|
+
import { NeonState as ir } from "./common/enums/NeonState.es.js";
|
|
89
|
+
import { NeonSwitchStyle as cr } from "./common/enums/NeonSwitchStyle.es.js";
|
|
90
|
+
import { NeonToggleChipSize as Cr } from "./common/enums/NeonToggleChipSize.es.js";
|
|
91
|
+
import { NeonToggleStyle as Pr } from "./common/enums/NeonToggleStyle.es.js";
|
|
92
|
+
import { NeonTooltipStyle as br } from "./common/enums/NeonTooltipStyle.es.js";
|
|
93
|
+
import { NeonVerticalPosition as Lr } from "./common/enums/NeonVerticalPosition.es.js";
|
|
94
|
+
import { NeonAlertService as hr } from "./common/utils/NeonAlertService.es.js";
|
|
95
|
+
import { NeonClipboardService as yr, NeonClipboardSupport as Ar } from "./common/utils/NeonClipboardService.es.js";
|
|
96
|
+
import { NeonClosableUtils as vr } from "./common/utils/NeonClosableUtils.es.js";
|
|
97
|
+
import { NeonDateUtils as Br } from "./common/utils/NeonDateUtils.es.js";
|
|
98
|
+
import { NeonDebounceUtils as Rr } from "./common/utils/NeonDebounceUtils.es.js";
|
|
99
|
+
import { NeonDropdownPlacementUtils as Er } from "./common/utils/NeonDropdownPlacementUtils.es.js";
|
|
100
|
+
import { NeonEventBus as Hr } from "./common/utils/NeonEventBus.es.js";
|
|
101
|
+
import { fileToDataURL as Jr } from "./common/utils/NeonFileUtils.es.js";
|
|
102
|
+
import { NeonIconRegistry as Zr } from "./common/utils/NeonIconRegistry.es.js";
|
|
103
|
+
import { NeonJazziconUtils as qr } from "./common/utils/NeonJazziconUtils.es.js";
|
|
104
|
+
import { NeonModeUtils as Qr } from "./common/utils/NeonModeUtils.es.js";
|
|
105
|
+
import { NeonNumberUtils as Xr } from "./common/utils/NeonNumberUtils.es.js";
|
|
106
|
+
import { NeonPlacementUtils as _r } from "./common/utils/NeonPlacementUtils.es.js";
|
|
107
|
+
import { NeonRandomUtils as ot } from "./common/utils/NeonRandomUtils.es.js";
|
|
108
|
+
import { NeonResponsiveUtils as rt } from "./common/utils/NeonResponsiveUtils.es.js";
|
|
109
|
+
import { NeonScrollUtils as at } from "./common/utils/NeonScrollUtils.es.js";
|
|
110
|
+
import { NeonToastService as nt } from "./common/utils/NeonToastService.es.js";
|
|
111
|
+
import { NeonTooltipPlacementUtils as lt } from "./common/utils/NeonTooltipPlacementUtils.es.js";
|
|
112
|
+
import { RegisterIcons as Nt } from "./common/utils/RegisterIcons.es.js";
|
|
111
113
|
export {
|
|
112
114
|
r as NeonActionMenu,
|
|
113
115
|
a as NeonAlert,
|
|
114
116
|
n as NeonAlertContainer,
|
|
115
|
-
|
|
117
|
+
Le as NeonAlertLevel,
|
|
116
118
|
he as NeonAlertPlacement,
|
|
117
|
-
|
|
119
|
+
hr as NeonAlertService,
|
|
118
120
|
l as NeonAnchor,
|
|
119
121
|
N as NeonBadge,
|
|
120
|
-
|
|
122
|
+
ye as NeonBadgeSize,
|
|
121
123
|
s as NeonButton,
|
|
122
|
-
|
|
124
|
+
Me as NeonButtonSize,
|
|
123
125
|
ze as NeonButtonStyle,
|
|
126
|
+
Fe as NeonButtonType,
|
|
124
127
|
u as NeonCard,
|
|
125
128
|
S as NeonCardBody,
|
|
126
129
|
g as NeonCardFooter,
|
|
127
|
-
|
|
128
|
-
|
|
130
|
+
T as NeonCardHeader,
|
|
131
|
+
U as NeonCardList,
|
|
129
132
|
D as NeonChip,
|
|
130
|
-
|
|
131
|
-
|
|
132
|
-
|
|
133
|
-
|
|
134
|
-
|
|
133
|
+
ke as NeonChipAction,
|
|
134
|
+
yr as NeonClipboardService,
|
|
135
|
+
Ar as NeonClipboardSupport,
|
|
136
|
+
vr as NeonClosableUtils,
|
|
137
|
+
I as NeonColor,
|
|
135
138
|
w as NeonDatePicker,
|
|
136
|
-
|
|
137
|
-
|
|
138
|
-
|
|
139
|
-
|
|
139
|
+
Br as NeonDateUtils,
|
|
140
|
+
Rr as NeonDebounceUtils,
|
|
141
|
+
A as NeonDialog,
|
|
142
|
+
v as NeonDrawer,
|
|
140
143
|
E as NeonDropZone,
|
|
141
144
|
B as NeonDropdown,
|
|
142
145
|
R as NeonDropdownMenu,
|
|
143
|
-
|
|
144
|
-
|
|
145
|
-
|
|
146
|
-
|
|
146
|
+
Ge as NeonDropdownPlacement,
|
|
147
|
+
Er as NeonDropdownPlacementUtils,
|
|
148
|
+
Oe as NeonDropdownStyle,
|
|
149
|
+
Hr as NeonEventBus,
|
|
147
150
|
H as NeonExpansionIndicator,
|
|
148
151
|
J as NeonExpansionPanel,
|
|
149
152
|
q as NeonField,
|
|
@@ -151,74 +154,75 @@ export {
|
|
|
151
154
|
Q as NeonFile,
|
|
152
155
|
X as NeonFilterList,
|
|
153
156
|
_ as NeonFooter,
|
|
154
|
-
|
|
157
|
+
Ve as NeonFunctionalColor,
|
|
155
158
|
oo as NeonGrid,
|
|
156
159
|
ro as NeonGridArea,
|
|
157
|
-
|
|
160
|
+
je as NeonHorizontalPosition,
|
|
158
161
|
ao as NeonIcon,
|
|
159
|
-
|
|
162
|
+
Zr as NeonIconRegistry,
|
|
160
163
|
no as NeonImageCarousel,
|
|
161
164
|
lo as NeonInline,
|
|
162
165
|
No as NeonInput,
|
|
163
166
|
so as NeonInputIndicator,
|
|
164
|
-
|
|
165
|
-
|
|
166
|
-
|
|
167
|
+
Ke as NeonInputMode,
|
|
168
|
+
We as NeonInputType,
|
|
169
|
+
qr as NeonJazziconUtils,
|
|
167
170
|
io as NeonLabel,
|
|
168
|
-
|
|
171
|
+
Ye as NeonLabelSize,
|
|
169
172
|
co as NeonLinearProgress,
|
|
170
173
|
Co as NeonLink,
|
|
171
|
-
|
|
172
|
-
|
|
173
|
-
|
|
174
|
+
Po as NeonList,
|
|
175
|
+
bo as NeonMenu,
|
|
176
|
+
Lo as NeonMobileMenu,
|
|
174
177
|
ho as NeonModal,
|
|
175
|
-
|
|
176
|
-
|
|
177
|
-
|
|
178
|
-
|
|
178
|
+
$e as NeonMode,
|
|
179
|
+
Qr as NeonModeUtils,
|
|
180
|
+
yo as NeonNote,
|
|
181
|
+
Mo as NeonNotificationCounter,
|
|
179
182
|
zo as NeonNumber,
|
|
180
|
-
|
|
181
|
-
|
|
182
|
-
|
|
183
|
+
Xr as NeonNumberUtils,
|
|
184
|
+
er as NeonOrientation,
|
|
185
|
+
tr as NeonOutlineStyle,
|
|
183
186
|
Fo as NeonPage,
|
|
184
|
-
|
|
187
|
+
fr as NeonPageAlignment,
|
|
185
188
|
ko as NeonPassword,
|
|
186
|
-
|
|
187
|
-
|
|
188
|
-
|
|
189
|
+
_r as NeonPlacementUtils,
|
|
190
|
+
pr as NeonPosition,
|
|
191
|
+
ot as NeonRandomUtils,
|
|
189
192
|
Go as NeonRangeSlider,
|
|
190
|
-
|
|
191
|
-
|
|
192
|
-
|
|
193
|
+
mr as NeonResponsive,
|
|
194
|
+
rt as NeonResponsiveUtils,
|
|
195
|
+
at as NeonScrollUtils,
|
|
193
196
|
Vo as NeonSearch,
|
|
194
197
|
jo as NeonSelect,
|
|
195
198
|
Ko as NeonSelectableCard,
|
|
196
199
|
Oo as NeonSideNav,
|
|
197
|
-
|
|
200
|
+
xr as NeonSize,
|
|
198
201
|
Wo as NeonSkeletonLoader,
|
|
199
202
|
Yo as NeonSlider,
|
|
200
203
|
$o as NeonSplashLoader,
|
|
201
|
-
|
|
204
|
+
dr as NeonSplashLoaderSize,
|
|
202
205
|
ee as NeonStack,
|
|
203
|
-
|
|
206
|
+
ir as NeonState,
|
|
204
207
|
te as NeonStepper,
|
|
205
208
|
fe as NeonSwiper,
|
|
206
209
|
pe as NeonSwitch,
|
|
207
|
-
|
|
210
|
+
cr as NeonSwitchStyle,
|
|
208
211
|
me as NeonTab,
|
|
209
212
|
xe as NeonTabs,
|
|
210
213
|
de as NeonToastContainer,
|
|
211
|
-
|
|
214
|
+
nt as NeonToastService,
|
|
212
215
|
ie as NeonToggle,
|
|
213
216
|
ce as NeonToggleChip,
|
|
214
|
-
|
|
215
|
-
|
|
217
|
+
Cr as NeonToggleChipSize,
|
|
218
|
+
Pr as NeonToggleStyle,
|
|
216
219
|
Ce as NeonTooltip,
|
|
217
|
-
|
|
218
|
-
|
|
219
|
-
|
|
220
|
-
|
|
221
|
-
|
|
222
|
-
|
|
220
|
+
lt as NeonTooltipPlacementUtils,
|
|
221
|
+
br as NeonTooltipStyle,
|
|
222
|
+
Pe as NeonTopNav,
|
|
223
|
+
be as NeonTreeMenu,
|
|
224
|
+
Lr as NeonVerticalPosition,
|
|
225
|
+
Nt as RegisterIcons,
|
|
226
|
+
Jr as fileToDataURL
|
|
223
227
|
};
|
|
224
228
|
//# sourceMappingURL=neon.es.js.map
|
package/dist/neon.es.js.map
CHANGED
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"neon.es.js","sources":[],"sourcesContent":[],"names":[],"mappings":"
|
|
1
|
+
{"version":3,"file":"neon.es.js","sources":[],"sourcesContent":[],"names":[],"mappings":";;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;"}
|
|
@@ -172,6 +172,10 @@ declare const _default: import("vue").DefineComponent<import("vue").ExtractPropT
|
|
|
172
172
|
type: () => import("../../../neon").NeonButtonStyle;
|
|
173
173
|
default: import("../../../neon").NeonButtonStyle;
|
|
174
174
|
};
|
|
175
|
+
buttonType: {
|
|
176
|
+
type: () => import("../../../neon").NeonButtonType;
|
|
177
|
+
default: import("../../../neon").NeonButtonType;
|
|
178
|
+
};
|
|
175
179
|
state: {
|
|
176
180
|
type: () => import("../../../neon").NeonState;
|
|
177
181
|
default: import("../../../neon").NeonState;
|
|
@@ -267,6 +271,10 @@ declare const _default: import("vue").DefineComponent<import("vue").ExtractPropT
|
|
|
267
271
|
type: () => import("../../../neon").NeonButtonStyle;
|
|
268
272
|
default: import("../../../neon").NeonButtonStyle;
|
|
269
273
|
};
|
|
274
|
+
buttonType: {
|
|
275
|
+
type: () => import("../../../neon").NeonButtonType;
|
|
276
|
+
default: import("../../../neon").NeonButtonType;
|
|
277
|
+
};
|
|
270
278
|
state: {
|
|
271
279
|
type: () => import("../../../neon").NeonState;
|
|
272
280
|
default: import("../../../neon").NeonState;
|
|
@@ -310,12 +318,13 @@ declare const _default: import("vue").DefineComponent<import("vue").ExtractPropT
|
|
|
310
318
|
size: import("../../../neon").NeonButtonSize;
|
|
311
319
|
color: NeonFunctionalColor;
|
|
312
320
|
inverse: boolean;
|
|
313
|
-
circular: boolean;
|
|
314
321
|
alternateColor: NeonFunctionalColor;
|
|
315
322
|
iconPosition: import("../../../neon").NeonHorizontalPosition;
|
|
316
323
|
buttonStyle: import("../../../neon").NeonButtonStyle;
|
|
324
|
+
buttonType: import("../../../neon").NeonButtonType;
|
|
317
325
|
state: import("../../../neon").NeonState;
|
|
318
326
|
transparent: boolean;
|
|
327
|
+
circular: boolean;
|
|
319
328
|
fullWidth: boolean;
|
|
320
329
|
indicator: boolean;
|
|
321
330
|
indicatorExpanded: boolean;
|
|
@@ -359,9 +368,7 @@ declare const _default: import("vue").DefineComponent<import("vue").ExtractPropT
|
|
|
359
368
|
expanded: boolean;
|
|
360
369
|
color: NeonFunctionalColor;
|
|
361
370
|
inverse: boolean;
|
|
362
|
-
}, {}, {}, {}, string, import("vue").ComponentProvideOptions, true, {}, any>;
|
|
363
|
-
* Alternate confirm button color for creating a gradient button. NOTE: can also be the same color as 'color'.
|
|
364
|
-
*/
|
|
371
|
+
}, {}, {}, {}, string, import("vue").ComponentProvideOptions, true, {}, any>;
|
|
365
372
|
NeonIcon: import("vue").DefineComponent<import("vue").ExtractPropTypes<{
|
|
366
373
|
name: {
|
|
367
374
|
type: StringConstructor;
|
|
@@ -662,6 +669,10 @@ declare const _default: import("vue").DefineComponent<import("vue").ExtractPropT
|
|
|
662
669
|
type: () => import("../../../neon").NeonButtonStyle;
|
|
663
670
|
default: import("../../../neon").NeonButtonStyle;
|
|
664
671
|
};
|
|
672
|
+
buttonType: {
|
|
673
|
+
type: () => import("../../../neon").NeonButtonType;
|
|
674
|
+
default: import("../../../neon").NeonButtonType;
|
|
675
|
+
};
|
|
665
676
|
state: {
|
|
666
677
|
type: () => import("../../../neon").NeonState;
|
|
667
678
|
default: import("../../../neon").NeonState;
|
|
@@ -757,6 +768,10 @@ declare const _default: import("vue").DefineComponent<import("vue").ExtractPropT
|
|
|
757
768
|
type: () => import("../../../neon").NeonButtonStyle;
|
|
758
769
|
default: import("../../../neon").NeonButtonStyle;
|
|
759
770
|
};
|
|
771
|
+
buttonType: {
|
|
772
|
+
type: () => import("../../../neon").NeonButtonType;
|
|
773
|
+
default: import("../../../neon").NeonButtonType;
|
|
774
|
+
};
|
|
760
775
|
state: {
|
|
761
776
|
type: () => import("../../../neon").NeonState;
|
|
762
777
|
default: import("../../../neon").NeonState;
|
|
@@ -800,12 +815,13 @@ declare const _default: import("vue").DefineComponent<import("vue").ExtractPropT
|
|
|
800
815
|
size: import("../../../neon").NeonButtonSize;
|
|
801
816
|
color: NeonFunctionalColor;
|
|
802
817
|
inverse: boolean;
|
|
803
|
-
circular: boolean;
|
|
804
818
|
alternateColor: NeonFunctionalColor;
|
|
805
819
|
iconPosition: import("../../../neon").NeonHorizontalPosition;
|
|
806
820
|
buttonStyle: import("../../../neon").NeonButtonStyle;
|
|
821
|
+
buttonType: import("../../../neon").NeonButtonType;
|
|
807
822
|
state: import("../../../neon").NeonState;
|
|
808
823
|
transparent: boolean;
|
|
824
|
+
circular: boolean;
|
|
809
825
|
fullWidth: boolean;
|
|
810
826
|
indicator: boolean;
|
|
811
827
|
indicatorExpanded: boolean;
|
|
@@ -849,9 +865,7 @@ declare const _default: import("vue").DefineComponent<import("vue").ExtractPropT
|
|
|
849
865
|
expanded: boolean;
|
|
850
866
|
color: NeonFunctionalColor;
|
|
851
867
|
inverse: boolean;
|
|
852
|
-
}, {}, {}, {}, string, import("vue").ComponentProvideOptions, true, {}, any>;
|
|
853
|
-
* Alternate confirm button color for creating a gradient button. NOTE: can also be the same color as 'color'.
|
|
854
|
-
*/
|
|
868
|
+
}, {}, {}, {}, string, import("vue").ComponentProvideOptions, true, {}, any>;
|
|
855
869
|
NeonIcon: import("vue").DefineComponent<import("vue").ExtractPropTypes<{
|
|
856
870
|
name: {
|
|
857
871
|
type: StringConstructor;
|
|
@@ -128,6 +128,10 @@ declare const _default: import("vue").DefineComponent<import("vue").ExtractPropT
|
|
|
128
128
|
type: () => import("../../../neon").NeonButtonStyle;
|
|
129
129
|
default: import("../../../neon").NeonButtonStyle;
|
|
130
130
|
};
|
|
131
|
+
buttonType: {
|
|
132
|
+
type: () => import("../../../neon").NeonButtonType;
|
|
133
|
+
default: import("../../../neon").NeonButtonType;
|
|
134
|
+
};
|
|
131
135
|
state: {
|
|
132
136
|
type: () => import("../../../neon").NeonState;
|
|
133
137
|
default: import("../../../neon").NeonState;
|
|
@@ -223,6 +227,10 @@ declare const _default: import("vue").DefineComponent<import("vue").ExtractPropT
|
|
|
223
227
|
type: () => import("../../../neon").NeonButtonStyle;
|
|
224
228
|
default: import("../../../neon").NeonButtonStyle;
|
|
225
229
|
};
|
|
230
|
+
buttonType: {
|
|
231
|
+
type: () => import("../../../neon").NeonButtonType;
|
|
232
|
+
default: import("../../../neon").NeonButtonType;
|
|
233
|
+
};
|
|
226
234
|
state: {
|
|
227
235
|
type: () => import("../../../neon").NeonState;
|
|
228
236
|
default: import("../../../neon").NeonState;
|
|
@@ -266,12 +274,13 @@ declare const _default: import("vue").DefineComponent<import("vue").ExtractPropT
|
|
|
266
274
|
size: import("../../../neon").NeonButtonSize;
|
|
267
275
|
color: NeonFunctionalColor;
|
|
268
276
|
inverse: boolean;
|
|
269
|
-
circular: boolean;
|
|
270
277
|
alternateColor: NeonFunctionalColor;
|
|
271
278
|
iconPosition: import("../../../neon").NeonHorizontalPosition;
|
|
272
279
|
buttonStyle: import("../../../neon").NeonButtonStyle;
|
|
280
|
+
buttonType: import("../../../neon").NeonButtonType;
|
|
273
281
|
state: import("../../../neon").NeonState;
|
|
274
282
|
transparent: boolean;
|
|
283
|
+
circular: boolean;
|
|
275
284
|
fullWidth: boolean;
|
|
276
285
|
indicator: boolean;
|
|
277
286
|
indicatorExpanded: boolean;
|
|
@@ -149,7 +149,10 @@ declare const _default: import("vue").DefineComponent<import("vue").ExtractPropT
|
|
|
149
149
|
inverse: {
|
|
150
150
|
type: BooleanConstructor;
|
|
151
151
|
default: boolean;
|
|
152
|
-
};
|
|
152
|
+
}; /**
|
|
153
|
+
* Specify cards are clickable. This will return click events when cards are clicked on. NOTE: use the href in the
|
|
154
|
+
* card model instead of clickable=true if cards are links.
|
|
155
|
+
*/
|
|
153
156
|
alternateColor: {
|
|
154
157
|
type: () => NeonFunctionalColor;
|
|
155
158
|
default: null;
|
|
@@ -162,18 +165,17 @@ declare const _default: import("vue").DefineComponent<import("vue").ExtractPropT
|
|
|
162
165
|
type: StringConstructor;
|
|
163
166
|
};
|
|
164
167
|
iconPosition: {
|
|
165
|
-
type: () => import("../../../neon").NeonHorizontalPosition;
|
|
166
|
-
* override the 'End of results' text.
|
|
167
|
-
*/
|
|
168
|
+
type: () => import("../../../neon").NeonHorizontalPosition;
|
|
168
169
|
default: import("../../../neon").NeonHorizontalPosition;
|
|
169
170
|
};
|
|
170
171
|
buttonStyle: {
|
|
171
|
-
type: () => NeonButtonStyle;
|
|
172
|
-
* Emitted when the 'Show more' button is clicked.
|
|
173
|
-
* @type {void}
|
|
174
|
-
*/
|
|
172
|
+
type: () => NeonButtonStyle;
|
|
175
173
|
default: NeonButtonStyle;
|
|
176
174
|
};
|
|
175
|
+
buttonType: {
|
|
176
|
+
type: () => import("../../../neon").NeonButtonType;
|
|
177
|
+
default: import("../../../neon").NeonButtonType;
|
|
178
|
+
};
|
|
177
179
|
state: {
|
|
178
180
|
type: () => import("../../../neon").NeonState;
|
|
179
181
|
default: import("../../../neon").NeonState;
|
|
@@ -249,7 +251,10 @@ declare const _default: import("vue").DefineComponent<import("vue").ExtractPropT
|
|
|
249
251
|
inverse: {
|
|
250
252
|
type: BooleanConstructor;
|
|
251
253
|
default: boolean;
|
|
252
|
-
};
|
|
254
|
+
}; /**
|
|
255
|
+
* Specify cards are clickable. This will return click events when cards are clicked on. NOTE: use the href in the
|
|
256
|
+
* card model instead of clickable=true if cards are links.
|
|
257
|
+
*/
|
|
253
258
|
alternateColor: {
|
|
254
259
|
type: () => NeonFunctionalColor;
|
|
255
260
|
default: null;
|
|
@@ -262,18 +267,17 @@ declare const _default: import("vue").DefineComponent<import("vue").ExtractPropT
|
|
|
262
267
|
type: StringConstructor;
|
|
263
268
|
};
|
|
264
269
|
iconPosition: {
|
|
265
|
-
type: () => import("../../../neon").NeonHorizontalPosition;
|
|
266
|
-
* override the 'End of results' text.
|
|
267
|
-
*/
|
|
270
|
+
type: () => import("../../../neon").NeonHorizontalPosition;
|
|
268
271
|
default: import("../../../neon").NeonHorizontalPosition;
|
|
269
272
|
};
|
|
270
273
|
buttonStyle: {
|
|
271
|
-
type: () => NeonButtonStyle;
|
|
272
|
-
* Emitted when the 'Show more' button is clicked.
|
|
273
|
-
* @type {void}
|
|
274
|
-
*/
|
|
274
|
+
type: () => NeonButtonStyle;
|
|
275
275
|
default: NeonButtonStyle;
|
|
276
276
|
};
|
|
277
|
+
buttonType: {
|
|
278
|
+
type: () => import("../../../neon").NeonButtonType;
|
|
279
|
+
default: import("../../../neon").NeonButtonType;
|
|
280
|
+
};
|
|
277
281
|
state: {
|
|
278
282
|
type: () => import("../../../neon").NeonState;
|
|
279
283
|
default: import("../../../neon").NeonState;
|
|
@@ -317,12 +321,13 @@ declare const _default: import("vue").DefineComponent<import("vue").ExtractPropT
|
|
|
317
321
|
size: import("../../../neon").NeonButtonSize;
|
|
318
322
|
color: NeonFunctionalColor;
|
|
319
323
|
inverse: boolean;
|
|
320
|
-
circular: boolean;
|
|
321
324
|
alternateColor: NeonFunctionalColor;
|
|
322
325
|
iconPosition: import("../../../neon").NeonHorizontalPosition;
|
|
323
326
|
buttonStyle: NeonButtonStyle;
|
|
327
|
+
buttonType: import("../../../neon").NeonButtonType;
|
|
324
328
|
state: import("../../../neon").NeonState;
|
|
325
329
|
transparent: boolean;
|
|
330
|
+
circular: boolean;
|
|
326
331
|
fullWidth: boolean;
|
|
327
332
|
indicator: boolean;
|
|
328
333
|
indicatorExpanded: boolean;
|
|
@@ -109,6 +109,10 @@ declare const _default: import("vue").DefineComponent<import("vue").ExtractPropT
|
|
|
109
109
|
type: () => import("../../../neon").NeonButtonStyle;
|
|
110
110
|
default: import("../../../neon").NeonButtonStyle;
|
|
111
111
|
};
|
|
112
|
+
buttonType: {
|
|
113
|
+
type: () => import("../../../neon").NeonButtonType;
|
|
114
|
+
default: import("../../../neon").NeonButtonType;
|
|
115
|
+
};
|
|
112
116
|
state: {
|
|
113
117
|
type: () => import("../../../neon").NeonState;
|
|
114
118
|
default: import("../../../neon").NeonState;
|
|
@@ -204,6 +208,10 @@ declare const _default: import("vue").DefineComponent<import("vue").ExtractPropT
|
|
|
204
208
|
type: () => import("../../../neon").NeonButtonStyle;
|
|
205
209
|
default: import("../../../neon").NeonButtonStyle;
|
|
206
210
|
};
|
|
211
|
+
buttonType: {
|
|
212
|
+
type: () => import("../../../neon").NeonButtonType;
|
|
213
|
+
default: import("../../../neon").NeonButtonType;
|
|
214
|
+
};
|
|
207
215
|
state: {
|
|
208
216
|
type: () => import("../../../neon").NeonState;
|
|
209
217
|
default: import("../../../neon").NeonState;
|
|
@@ -247,12 +255,13 @@ declare const _default: import("vue").DefineComponent<import("vue").ExtractPropT
|
|
|
247
255
|
size: import("../../../neon").NeonButtonSize;
|
|
248
256
|
color: import("../../../neon").NeonFunctionalColor;
|
|
249
257
|
inverse: boolean;
|
|
250
|
-
circular: boolean;
|
|
251
258
|
alternateColor: import("../../../neon").NeonFunctionalColor;
|
|
252
259
|
iconPosition: import("../../../neon").NeonHorizontalPosition;
|
|
253
260
|
buttonStyle: import("../../../neon").NeonButtonStyle;
|
|
261
|
+
buttonType: import("../../../neon").NeonButtonType;
|
|
254
262
|
state: import("../../../neon").NeonState;
|
|
255
263
|
transparent: boolean;
|
|
264
|
+
circular: boolean;
|
|
256
265
|
fullWidth: boolean;
|
|
257
266
|
indicator: boolean;
|
|
258
267
|
indicatorExpanded: boolean;
|