@aotearoan/neon 22.1.2 → 22.3.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.
Files changed (82) hide show
  1. package/dist/common/enums/NeonToggleStyle.cjs.js +1 -1
  2. package/dist/common/enums/NeonToggleStyle.cjs.js.map +1 -1
  3. package/dist/common/enums/NeonToggleStyle.es.js +2 -2
  4. package/dist/common/enums/NeonToggleStyle.es.js.map +1 -1
  5. package/dist/common/utils/NeonDateUtils.cjs.js +1 -1
  6. package/dist/common/utils/NeonDateUtils.cjs.js.map +1 -1
  7. package/dist/common/utils/NeonDateUtils.es.js +45 -39
  8. package/dist/common/utils/NeonDateUtils.es.js.map +1 -1
  9. package/dist/common/utils/NeonFileUtils.cjs.js +2 -0
  10. package/dist/common/utils/NeonFileUtils.cjs.js.map +1 -0
  11. package/dist/common/utils/NeonFileUtils.es.js +10 -0
  12. package/dist/common/utils/NeonFileUtils.es.js.map +1 -0
  13. package/dist/components/navigation/stepper/NeonStepper.vue.cjs.js +1 -1
  14. package/dist/components/navigation/stepper/NeonStepper.vue.cjs.js.map +1 -1
  15. package/dist/components/navigation/stepper/NeonStepper.vue.es.js +29 -21
  16. package/dist/components/navigation/stepper/NeonStepper.vue.es.js.map +1 -1
  17. package/dist/components/presentation/badge/NeonBadge.cjs.js +1 -1
  18. package/dist/components/presentation/badge/NeonBadge.cjs.js.map +1 -1
  19. package/dist/components/presentation/badge/NeonBadge.es.js +51 -26
  20. package/dist/components/presentation/badge/NeonBadge.es.js.map +1 -1
  21. package/dist/components/presentation/badge/NeonBadge.vue.cjs.js +1 -1
  22. package/dist/components/presentation/badge/NeonBadge.vue.cjs.js.map +1 -1
  23. package/dist/components/presentation/badge/NeonBadge.vue.es.js +28 -14
  24. package/dist/components/presentation/badge/NeonBadge.vue.es.js.map +1 -1
  25. package/dist/components/presentation/image-carousel/NeonImageCarousel.cjs.js +1 -1
  26. package/dist/components/presentation/image-carousel/NeonImageCarousel.cjs.js.map +1 -1
  27. package/dist/components/presentation/image-carousel/NeonImageCarousel.es.js +44 -32
  28. package/dist/components/presentation/image-carousel/NeonImageCarousel.es.js.map +1 -1
  29. package/dist/components/presentation/image-carousel/NeonImageCarousel.vue.cjs.js +1 -1
  30. package/dist/components/presentation/image-carousel/NeonImageCarousel.vue.cjs.js.map +1 -1
  31. package/dist/components/presentation/image-carousel/NeonImageCarousel.vue.es.js +116 -86
  32. package/dist/components/presentation/image-carousel/NeonImageCarousel.vue.es.js.map +1 -1
  33. package/dist/components/user-input/file/NeonFile.cjs.js +1 -1
  34. package/dist/components/user-input/file/NeonFile.cjs.js.map +1 -1
  35. package/dist/components/user-input/file/NeonFile.es.js +20 -12
  36. package/dist/components/user-input/file/NeonFile.es.js.map +1 -1
  37. package/dist/components/user-input/file/NeonFile.vue.cjs.js +1 -1
  38. package/dist/components/user-input/file/NeonFile.vue.cjs.js.map +1 -1
  39. package/dist/components/user-input/file/NeonFile.vue.es.js +7 -5
  40. package/dist/components/user-input/file/NeonFile.vue.es.js.map +1 -1
  41. package/dist/components/user-input/toggle/NeonToggle.cjs.js +1 -1
  42. package/dist/components/user-input/toggle/NeonToggle.cjs.js.map +1 -1
  43. package/dist/components/user-input/toggle/NeonToggle.es.js +19 -18
  44. package/dist/components/user-input/toggle/NeonToggle.es.js.map +1 -1
  45. package/dist/components/user-input/toggle/NeonToggle.vue.cjs.js +1 -1
  46. package/dist/components/user-input/toggle/NeonToggle.vue.cjs.js.map +1 -1
  47. package/dist/components/user-input/toggle/NeonToggle.vue.es.js +9 -9
  48. package/dist/components/user-input/toggle/NeonToggle.vue.es.js.map +1 -1
  49. package/dist/neon.cjs.js +1 -1
  50. package/dist/neon.es.js +40 -38
  51. package/dist/neon.es.js.map +1 -1
  52. package/dist/src/common/enums/NeonToggleStyle.d.ts +3 -1
  53. package/dist/src/common/models/NeonDate.d.ts +2 -0
  54. package/dist/src/common/utils/NeonFileUtils.d.ts +6 -0
  55. package/dist/src/components/feedback/dialog/NeonDialog.d.ts +2 -2
  56. package/dist/src/components/feedback/note/NeonNote.d.ts +1 -1
  57. package/dist/src/components/layout/card-list/NeonCardList.d.ts +1 -1
  58. package/dist/src/components/layout/modal/NeonModal.d.ts +1 -1
  59. package/dist/src/components/navigation/dropdown-menu/NeonDropdownMenu.d.ts +4953 -471
  60. package/dist/src/components/navigation/menu/NeonMenu.d.ts +4920 -402
  61. package/dist/src/components/navigation/mobile-menu/NeonMobileMenu.d.ts +4897 -469
  62. package/dist/src/components/presentation/badge/NeonBadge.d.ts +1501 -3
  63. package/dist/src/components/presentation/dropdown/NeonDropdown.d.ts +1529 -17
  64. package/dist/src/components/presentation/image-carousel/NeonImageCarousel.d.ts +36 -23
  65. package/dist/src/components/user-input/button/NeonButton.d.ts +1 -1
  66. package/dist/src/components/user-input/chip/NeonChip.d.ts +1 -1
  67. package/dist/src/components/user-input/date-picker/NeonDatePicker.d.ts +1801 -218
  68. package/dist/src/components/user-input/drop-zone/NeonDropZone.d.ts +1 -1
  69. package/dist/src/components/user-input/file/NeonFile.d.ts +636 -7
  70. package/dist/src/components/user-input/filter-list/NeonFilterList.d.ts +1 -1
  71. package/dist/src/components/user-input/number/NeonNumber.d.ts +1 -1
  72. package/dist/src/components/user-input/search/NeonSearch.d.ts +5247 -693
  73. package/dist/src/components/user-input/select/NeonSelect.d.ts +4571 -71
  74. package/dist/src/components/user-input/toggle/NeonToggle.d.ts +1 -0
  75. package/dist/src/neon.d.ts +1 -0
  76. package/package.json +1 -1
  77. package/src/sass/components/_badge.scss +79 -0
  78. package/src/sass/components/_image-carousel.scss +109 -14
  79. package/src/sass/components/_stepper.scss +8 -3
  80. package/src/sass/components/_toggle.scss +29 -6
  81. package/src/sass/includes/_dependencies.scss +1 -1
  82. package/src/sass/variables.scss +33 -2
@@ -577,13 +577,13 @@ declare const _default: import("vue").DefineComponent<import("vue").ExtractPropT
577
577
  size: import("../../../neon").NeonButtonSize;
578
578
  color: NeonFunctionalColor;
579
579
  inverse: boolean;
580
- circular: boolean;
581
580
  alternateColor: NeonFunctionalColor;
582
581
  iconPosition: import("../../../neon").NeonHorizontalPosition;
583
582
  buttonStyle: import("../../../neon").NeonButtonStyle;
584
583
  buttonType: import("../../../neon").NeonButtonType;
585
584
  state: import("../../../neon").NeonState;
586
585
  transparent: boolean;
586
+ circular: boolean;
587
587
  fullWidth: boolean;
588
588
  indicator: boolean;
589
589
  indicatorExpanded: boolean;
@@ -963,8 +963,8 @@ declare const _default: import("vue").DefineComponent<import("vue").ExtractPropT
963
963
  color: NeonFunctionalColor;
964
964
  image: string;
965
965
  alternateColor: NeonFunctionalColor;
966
- imageAlt: string;
967
966
  indicator: boolean;
967
+ imageAlt: string;
968
968
  dropdownStyle: import("../../../neon").NeonDropdownStyle;
969
969
  openOnHover: boolean;
970
970
  }, {}, {
@@ -997,10 +997,20 @@ declare const _default: import("vue").DefineComponent<import("vue").ExtractPropT
997
997
  type: () => NeonFunctionalColor;
998
998
  default: null;
999
999
  };
1000
- disabled: {
1000
+ editable: {
1001
1001
  type: BooleanConstructor;
1002
1002
  default: boolean;
1003
1003
  };
1004
+ accept: {
1005
+ type: StringConstructor;
1006
+ default: string;
1007
+ };
1008
+ disabled: {
1009
+ type: BooleanConstructor;
1010
+ default: boolean;
1011
+ }; /**
1012
+ * Maximum allowed date value in the <a href="https://en.wikipedia.org/wiki/ISO_8601" target="_blank">ISO 8601</a> format.
1013
+ */
1004
1014
  jazziconId: {
1005
1015
  type: StringConstructor;
1006
1016
  default: null;
@@ -1009,9 +1019,14 @@ declare const _default: import("vue").DefineComponent<import("vue").ExtractPropT
1009
1019
  type: StringConstructor;
1010
1020
  default: string;
1011
1021
  };
1022
+ editButtonTitle: {
1023
+ type: StringConstructor;
1024
+ default: string;
1025
+ };
1012
1026
  }>, {
1027
+ emit: (event: "change-image", ...args: any[]) => void;
1013
1028
  svg: import("vue").ComputedRef<string | null>;
1014
- }, {}, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {}, string, import("vue").PublicProps, Readonly<import("vue").ExtractPropTypes<{
1029
+ }, {}, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, "change-image"[], "change-image", import("vue").PublicProps, Readonly<import("vue").ExtractPropTypes<{
1015
1030
  label: {
1016
1031
  type: StringConstructor;
1017
1032
  default: null;
@@ -1040,10 +1055,20 @@ declare const _default: import("vue").DefineComponent<import("vue").ExtractPropT
1040
1055
  type: () => NeonFunctionalColor;
1041
1056
  default: null;
1042
1057
  };
1043
- disabled: {
1058
+ editable: {
1044
1059
  type: BooleanConstructor;
1045
1060
  default: boolean;
1046
1061
  };
1062
+ accept: {
1063
+ type: StringConstructor;
1064
+ default: string;
1065
+ };
1066
+ disabled: {
1067
+ type: BooleanConstructor;
1068
+ default: boolean;
1069
+ }; /**
1070
+ * Maximum allowed date value in the <a href="https://en.wikipedia.org/wiki/ISO_8601" target="_blank">ISO 8601</a> format.
1071
+ */
1047
1072
  jazziconId: {
1048
1073
  type: StringConstructor;
1049
1074
  default: null;
@@ -1052,242 +1077,1800 @@ declare const _default: import("vue").DefineComponent<import("vue").ExtractPropT
1052
1077
  type: StringConstructor;
1053
1078
  default: string;
1054
1079
  };
1055
- }>> & Readonly<{}>, {
1080
+ editButtonTitle: {
1081
+ type: StringConstructor;
1082
+ default: string;
1083
+ };
1084
+ }>> & Readonly<{
1085
+ "onChange-image"?: ((...args: any[]) => any) | undefined;
1086
+ }>, {
1056
1087
  disabled: boolean;
1057
1088
  label: string;
1058
1089
  icon: string;
1059
1090
  size: import("../../../neon").NeonBadgeSize;
1060
1091
  color: NeonFunctionalColor;
1061
1092
  image: string;
1062
- circular: boolean;
1063
1093
  alternateColor: NeonFunctionalColor;
1094
+ circular: boolean;
1095
+ accept: string;
1096
+ editable: boolean;
1064
1097
  jazziconId: string;
1065
1098
  imageAlt: string;
1099
+ editButtonTitle: string;
1066
1100
  }, {}, {
1067
- NeonIcon: import("vue").DefineComponent<import("vue").ExtractPropTypes<{
1068
- name: {
1069
- type: StringConstructor;
1070
- required: true; /**
1071
- * Id for the date picker button.
1072
- */
1073
- }; /**
1074
- * Id for the date picker button.
1075
- */
1076
- color: {
1077
- type: () => NeonFunctionalColor;
1078
- default: null;
1101
+ NeonFile: import("vue").DefineComponent<import("vue").ExtractPropTypes<{
1102
+ disabled: {
1103
+ type: BooleanConstructor;
1104
+ default: boolean;
1079
1105
  };
1080
- inverse: {
1106
+ directUpload: {
1081
1107
  type: BooleanConstructor;
1082
1108
  default: boolean;
1083
1109
  };
1084
- disabled: {
1110
+ multiple: {
1085
1111
  type: BooleanConstructor;
1086
- default: boolean; /**
1087
- * Disable date picker
1088
- */
1089
- }; /**
1090
- * Disable date picker
1091
- */
1092
- }>, {
1093
- attrs: {
1094
- [x: string]: unknown;
1112
+ default: boolean;
1095
1113
  };
1096
- icon: import("vue").ComputedRef<string>;
1097
- }, {}, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {}, string, import("vue").PublicProps, Readonly<import("vue").ExtractPropTypes<{
1098
- name: {
1114
+ accept: {
1099
1115
  type: StringConstructor;
1100
- required: true; /**
1116
+ default: null;
1117
+ };
1118
+ id: {
1119
+ /**
1101
1120
  * Id for the date picker button.
1102
1121
  */
1103
- }; /**
1104
- * Id for the date picker button.
1105
- */
1122
+ type: StringConstructor;
1123
+ default: null;
1124
+ };
1125
+ size: {
1126
+ type: () => NeonSize;
1127
+ default: NeonSize;
1128
+ };
1129
+ state: {
1130
+ type: () => import("../../../neon").NeonState;
1131
+ default: import("../../../neon").NeonState;
1132
+ };
1106
1133
  color: {
1107
1134
  type: () => NeonFunctionalColor;
1108
- default: null;
1135
+ default: NeonFunctionalColor;
1109
1136
  };
1110
- inverse: {
1137
+ circular: {
1111
1138
  type: BooleanConstructor;
1112
- default: boolean;
1139
+ default: null;
1113
1140
  };
1114
- disabled: {
1115
- type: BooleanConstructor;
1116
- default: boolean; /**
1117
- * Disable date picker
1118
- */
1119
- }; /**
1120
- * Disable date picker
1121
- */
1122
- }>> & Readonly<{}>, {
1123
- disabled: boolean;
1124
- color: NeonFunctionalColor;
1125
- inverse: boolean;
1126
- }, {}, {}, {}, string, import("vue").ComponentProvideOptions, true, {}, any>;
1127
- }, {}, string, import("vue").ComponentProvideOptions, true, {}, any>;
1128
- NeonButton: import("vue").DefineComponent<import("vue").ExtractPropTypes<{
1129
- href: {
1130
- type: StringConstructor;
1131
- default: null;
1132
- };
1133
- label: {
1134
- type: StringConstructor;
1135
- default: null;
1136
- };
1137
- size: {
1138
- type: () => import("../../../neon").NeonButtonSize;
1139
- default: import("../../../neon").NeonButtonSize;
1140
- };
1141
- color: {
1142
- type: () => NeonFunctionalColor;
1143
- default: NeonFunctionalColor;
1144
- };
1145
- inverse: {
1146
- type: BooleanConstructor;
1147
- default: boolean;
1148
- };
1149
- alternateColor: {
1150
- type: () => NeonFunctionalColor;
1151
- default: null;
1152
- };
1153
- icon: {
1154
- type: StringConstructor;
1155
- default: null;
1156
- };
1157
- iconAriaLabel: {
1158
- type: StringConstructor;
1159
- };
1160
- iconPosition: {
1161
- type: () => import("../../../neon").NeonHorizontalPosition;
1162
- default: import("../../../neon").NeonHorizontalPosition;
1163
- };
1164
- buttonStyle: {
1165
- type: () => import("../../../neon").NeonButtonStyle;
1166
- default: import("../../../neon").NeonButtonStyle;
1167
- };
1168
- buttonType: {
1169
- type: () => import("../../../neon").NeonButtonType;
1170
- default: import("../../../neon").NeonButtonType; /**
1171
- * The placement of the dropdown calendar popup.
1172
- */
1173
- };
1174
- state: {
1175
- type: () => import("../../../neon").NeonState;
1176
- default: import("../../../neon").NeonState;
1177
- };
1178
- disabled: {
1179
- type: BooleanConstructor;
1180
- default: boolean;
1181
- };
1182
- transparent: {
1183
- type: BooleanConstructor;
1184
- default: boolean;
1185
- };
1186
- outline: {
1187
- type: BooleanConstructor;
1188
- default: boolean;
1189
- };
1190
- circular: {
1191
- type: BooleanConstructor;
1192
- default: null;
1193
- };
1194
- fullWidth: {
1195
- type: BooleanConstructor;
1196
- default: null;
1197
- };
1198
- indicator: {
1199
- type: BooleanConstructor;
1200
- default: boolean;
1201
- };
1202
- indicatorExpanded: {
1203
- type: BooleanConstructor;
1204
- default: null;
1205
- };
1206
- }>, {
1207
- iconName: import("vue").ComputedRef<string>;
1208
- classes: import("vue").ComputedRef<(string | false | {
1209
- [x: string]: boolean | "" | NeonFunctionalColor;
1210
- 'neon-button--text-transparent': boolean;
1211
- 'neon-button--disabled': boolean;
1212
- 'neon-button--inverse': boolean;
1213
- 'neon-button--circular': boolean;
1214
- 'neon-button--no-outline': boolean;
1215
- 'neon-button--full-width': boolean;
1216
- 'neon-button--with-icon neon-button--icon-only': boolean | "";
1217
- 'neon-button--with-icon neon-button--icon-left': boolean | "";
1218
- 'neon-button--with-icon neon-button--icon-right': boolean | "";
1219
- })[]>;
1220
- button: import("vue").Ref<HTMLElement | null, HTMLElement | null>;
1221
- attrs: {
1222
- [x: string]: unknown;
1223
- };
1224
- sanitizedAttributes: import("vue").ComputedRef<{
1225
- [x: string]: unknown;
1226
- }>;
1227
- clickLink: () => void | undefined;
1228
- clickButton: () => void;
1229
- }, {}, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, "click"[], "click", import("vue").PublicProps, Readonly<import("vue").ExtractPropTypes<{
1230
- href: {
1231
- type: StringConstructor;
1232
- default: null;
1233
- };
1234
- label: {
1235
- type: StringConstructor;
1236
- default: null;
1237
- };
1238
- size: {
1239
- type: () => import("../../../neon").NeonButtonSize;
1240
- default: import("../../../neon").NeonButtonSize;
1241
- };
1242
- color: {
1243
- type: () => NeonFunctionalColor;
1244
- default: NeonFunctionalColor;
1245
- };
1246
- inverse: {
1247
- type: BooleanConstructor;
1248
- default: boolean;
1249
- };
1250
- alternateColor: {
1251
- type: () => NeonFunctionalColor;
1252
- default: null;
1253
- };
1254
- icon: {
1255
- type: StringConstructor;
1256
- default: null;
1257
- };
1258
- iconAriaLabel: {
1259
- type: StringConstructor;
1260
- };
1261
- iconPosition: {
1262
- type: () => import("../../../neon").NeonHorizontalPosition;
1263
- default: import("../../../neon").NeonHorizontalPosition;
1264
- };
1265
- buttonStyle: {
1266
- type: () => import("../../../neon").NeonButtonStyle;
1267
- default: import("../../../neon").NeonButtonStyle;
1268
- };
1269
- buttonType: {
1270
- type: () => import("../../../neon").NeonButtonType;
1271
- default: import("../../../neon").NeonButtonType; /**
1272
- * The placement of the dropdown calendar popup.
1273
- */
1274
- };
1275
- state: {
1276
- type: () => import("../../../neon").NeonState;
1277
- default: import("../../../neon").NeonState;
1278
- };
1279
- disabled: {
1280
- type: BooleanConstructor;
1281
- default: boolean;
1282
- };
1283
- transparent: {
1284
- type: BooleanConstructor;
1285
- default: boolean;
1286
- };
1287
- outline: {
1288
- type: BooleanConstructor;
1289
- default: boolean;
1290
- };
1141
+ label: {
1142
+ type: StringConstructor;
1143
+ default: null;
1144
+ };
1145
+ icon: {
1146
+ type: StringConstructor;
1147
+ default: null;
1148
+ };
1149
+ title: {
1150
+ type: StringConstructor;
1151
+ default: string;
1152
+ };
1153
+ }>, {
1154
+ fileInput: import("vue").Ref<import("vue").CreateComponentPublicInstanceWithMixins<Readonly<import("vue").ExtractPropTypes<{
1155
+ id: {
1156
+ type: StringConstructor;
1157
+ default: null;
1158
+ };
1159
+ modelValue: {
1160
+ type: StringConstructor;
1161
+ default: null;
1162
+ };
1163
+ type: {
1164
+ type: () => import("../../../neon").NeonInputType;
1165
+ default: import("../../../neon").NeonInputType;
1166
+ };
1167
+ placeholder: {
1168
+ type: StringConstructor;
1169
+ default: null;
1170
+ };
1171
+ size: {
1172
+ type: () => NeonSize;
1173
+ default: NeonSize;
1174
+ };
1175
+ color: {
1176
+ type: () => NeonFunctionalColor;
1177
+ default: NeonFunctionalColor;
1178
+ };
1179
+ inputmode: {
1180
+ type: () => import("../../../neon").NeonInputMode;
1181
+ default: import("../../../neon").NeonInputMode;
1182
+ };
1183
+ autocomplete: {
1184
+ type: StringConstructor;
1185
+ default: string;
1186
+ };
1187
+ state: {
1188
+ type: () => import("../../../neon").NeonState;
1189
+ default: import("../../../neon").NeonState;
1190
+ };
1191
+ rows: {
1192
+ type: NumberConstructor;
1193
+ default: null;
1194
+ };
1195
+ icon: {
1196
+ type: StringConstructor;
1197
+ default: null;
1198
+ };
1199
+ iconReadonly: {
1200
+ type: BooleanConstructor;
1201
+ default: boolean;
1202
+ };
1203
+ hideIcon: {
1204
+ type: BooleanConstructor;
1205
+ default: boolean;
1206
+ };
1207
+ tabindex: {
1208
+ type: NumberConstructor;
1209
+ default: number;
1210
+ };
1211
+ disabled: {
1212
+ type: BooleanConstructor;
1213
+ default: boolean;
1214
+ };
1215
+ stateHighlight: {
1216
+ type: BooleanConstructor;
1217
+ default: boolean;
1218
+ };
1219
+ stateIcon: {
1220
+ type: BooleanConstructor;
1221
+ default: boolean;
1222
+ };
1223
+ maxlength: {
1224
+ type: NumberConstructor;
1225
+ default: null;
1226
+ };
1227
+ debounce: {
1228
+ type: NumberConstructor;
1229
+ default: undefined;
1230
+ };
1231
+ }>> & Readonly<{
1232
+ onFocus?: ((...args: any[]) => any) | undefined;
1233
+ onBlur?: ((...args: any[]) => any) | undefined;
1234
+ "onUpdate:modelValue"?: ((...args: any[]) => any) | undefined;
1235
+ "onIcon-click"?: ((...args: any[]) => any) | undefined;
1236
+ }>, {
1237
+ neonInput: import("vue").Ref<HTMLElement | null, HTMLElement | null>;
1238
+ focused: import("vue").Ref<boolean, boolean>;
1239
+ sanitizedAttributes: import("vue").ComputedRef<{
1240
+ [x: string]: unknown;
1241
+ }>;
1242
+ iconVisible: import("vue").ComputedRef<string | boolean | undefined>;
1243
+ iconName: import("vue").ComputedRef<string | undefined>;
1244
+ iconColor: import("vue").ComputedRef<NeonFunctionalColor>;
1245
+ computedPlaceholder: import("vue").ComputedRef<string>;
1246
+ focus: () => void;
1247
+ click: () => void;
1248
+ onFocus: () => void;
1249
+ onBlur: () => void;
1250
+ iconClicked: ($event: Event) => void;
1251
+ changeValue: (event: Event) => void;
1252
+ onKeyDown: (event: KeyboardEvent) => void;
1253
+ }, {}, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, ("update:modelValue" | "focus" | "blur" | "icon-click")[], import("vue").PublicProps, {
1254
+ disabled: boolean;
1255
+ icon: string;
1256
+ type: import("../../../neon").NeonInputType;
1257
+ debounce: number;
1258
+ size: NeonSize;
1259
+ color: NeonFunctionalColor;
1260
+ id: string;
1261
+ placeholder: string;
1262
+ tabindex: number;
1263
+ inputmode: import("../../../neon").NeonInputMode;
1264
+ modelValue: string;
1265
+ state: import("../../../neon").NeonState;
1266
+ autocomplete: string;
1267
+ rows: number;
1268
+ iconReadonly: boolean;
1269
+ hideIcon: boolean;
1270
+ stateHighlight: boolean;
1271
+ stateIcon: boolean;
1272
+ maxlength: number;
1273
+ }, true, {}, {}, {
1274
+ NeonIcon: import("vue").DefineComponent<import("vue").ExtractPropTypes<{
1275
+ name: {
1276
+ type: StringConstructor;
1277
+ required: true; /**
1278
+ * Id for the date picker button.
1279
+ */
1280
+ }; /**
1281
+ * Id for the date picker button.
1282
+ */
1283
+ color: {
1284
+ type: () => NeonFunctionalColor;
1285
+ default: null;
1286
+ };
1287
+ inverse: {
1288
+ type: BooleanConstructor;
1289
+ default: boolean;
1290
+ };
1291
+ disabled: {
1292
+ type: BooleanConstructor;
1293
+ default: boolean; /**
1294
+ * Disable date picker
1295
+ */
1296
+ }; /**
1297
+ * Disable date picker
1298
+ */
1299
+ }>, {
1300
+ attrs: {
1301
+ [x: string]: unknown;
1302
+ };
1303
+ icon: import("vue").ComputedRef<string>;
1304
+ }, {}, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {}, string, import("vue").PublicProps, Readonly<import("vue").ExtractPropTypes<{
1305
+ name: {
1306
+ type: StringConstructor;
1307
+ required: true; /**
1308
+ * Id for the date picker button.
1309
+ */
1310
+ }; /**
1311
+ * Id for the date picker button.
1312
+ */
1313
+ color: {
1314
+ type: () => NeonFunctionalColor;
1315
+ default: null;
1316
+ };
1317
+ inverse: {
1318
+ type: BooleanConstructor;
1319
+ default: boolean;
1320
+ };
1321
+ disabled: {
1322
+ type: BooleanConstructor;
1323
+ default: boolean; /**
1324
+ * Disable date picker
1325
+ */
1326
+ }; /**
1327
+ * Disable date picker
1328
+ */
1329
+ }>> & Readonly<{}>, {
1330
+ disabled: boolean;
1331
+ color: NeonFunctionalColor;
1332
+ inverse: boolean;
1333
+ }, {}, {}, {}, string, import("vue").ComponentProvideOptions, true, {}, any>;
1334
+ } & import("vue").GlobalComponents, import("vue").GlobalDirectives, string, {}, any, import("vue").ComponentProvideOptions, {
1335
+ P: {};
1336
+ B: {};
1337
+ D: {};
1338
+ C: {};
1339
+ M: {};
1340
+ Defaults: {};
1341
+ }, Readonly<import("vue").ExtractPropTypes<{
1342
+ id: {
1343
+ type: StringConstructor;
1344
+ default: null;
1345
+ };
1346
+ modelValue: {
1347
+ type: StringConstructor;
1348
+ default: null;
1349
+ };
1350
+ type: {
1351
+ type: () => import("../../../neon").NeonInputType;
1352
+ default: import("../../../neon").NeonInputType;
1353
+ };
1354
+ placeholder: {
1355
+ type: StringConstructor;
1356
+ default: null;
1357
+ };
1358
+ size: {
1359
+ type: () => NeonSize;
1360
+ default: NeonSize;
1361
+ };
1362
+ color: {
1363
+ type: () => NeonFunctionalColor;
1364
+ default: NeonFunctionalColor;
1365
+ };
1366
+ inputmode: {
1367
+ type: () => import("../../../neon").NeonInputMode;
1368
+ default: import("../../../neon").NeonInputMode;
1369
+ };
1370
+ autocomplete: {
1371
+ type: StringConstructor;
1372
+ default: string;
1373
+ };
1374
+ state: {
1375
+ type: () => import("../../../neon").NeonState;
1376
+ default: import("../../../neon").NeonState;
1377
+ };
1378
+ rows: {
1379
+ type: NumberConstructor;
1380
+ default: null;
1381
+ };
1382
+ icon: {
1383
+ type: StringConstructor;
1384
+ default: null;
1385
+ };
1386
+ iconReadonly: {
1387
+ type: BooleanConstructor;
1388
+ default: boolean;
1389
+ };
1390
+ hideIcon: {
1391
+ type: BooleanConstructor;
1392
+ default: boolean;
1393
+ };
1394
+ tabindex: {
1395
+ type: NumberConstructor;
1396
+ default: number;
1397
+ };
1398
+ disabled: {
1399
+ type: BooleanConstructor;
1400
+ default: boolean;
1401
+ };
1402
+ stateHighlight: {
1403
+ type: BooleanConstructor;
1404
+ default: boolean;
1405
+ };
1406
+ stateIcon: {
1407
+ type: BooleanConstructor;
1408
+ default: boolean;
1409
+ };
1410
+ maxlength: {
1411
+ type: NumberConstructor;
1412
+ default: null;
1413
+ };
1414
+ debounce: {
1415
+ type: NumberConstructor;
1416
+ default: undefined;
1417
+ };
1418
+ }>> & Readonly<{
1419
+ onFocus?: ((...args: any[]) => any) | undefined;
1420
+ onBlur?: ((...args: any[]) => any) | undefined;
1421
+ "onUpdate:modelValue"?: ((...args: any[]) => any) | undefined;
1422
+ "onIcon-click"?: ((...args: any[]) => any) | undefined;
1423
+ }>, {
1424
+ neonInput: import("vue").Ref<HTMLElement | null, HTMLElement | null>;
1425
+ focused: import("vue").Ref<boolean, boolean>;
1426
+ sanitizedAttributes: import("vue").ComputedRef<{
1427
+ [x: string]: unknown;
1428
+ }>;
1429
+ iconVisible: import("vue").ComputedRef<string | boolean | undefined>;
1430
+ iconName: import("vue").ComputedRef<string | undefined>;
1431
+ iconColor: import("vue").ComputedRef<NeonFunctionalColor>;
1432
+ computedPlaceholder: import("vue").ComputedRef<string>;
1433
+ focus: () => void;
1434
+ click: () => void;
1435
+ onFocus: () => void;
1436
+ onBlur: () => void;
1437
+ iconClicked: ($event: Event) => void;
1438
+ changeValue: (event: Event) => void;
1439
+ onKeyDown: (event: KeyboardEvent) => void;
1440
+ }, {}, {}, {}, {
1441
+ disabled: boolean;
1442
+ icon: string;
1443
+ type: import("../../../neon").NeonInputType;
1444
+ debounce: number;
1445
+ size: NeonSize;
1446
+ color: NeonFunctionalColor;
1447
+ id: string;
1448
+ placeholder: string;
1449
+ tabindex: number;
1450
+ inputmode: import("../../../neon").NeonInputMode;
1451
+ modelValue: string;
1452
+ state: import("../../../neon").NeonState;
1453
+ autocomplete: string;
1454
+ rows: number;
1455
+ iconReadonly: boolean;
1456
+ hideIcon: boolean;
1457
+ stateHighlight: boolean;
1458
+ stateIcon: boolean;
1459
+ maxlength: number;
1460
+ }> | null, import("vue").CreateComponentPublicInstanceWithMixins<Readonly<import("vue").ExtractPropTypes<{
1461
+ id: {
1462
+ type: StringConstructor;
1463
+ default: null;
1464
+ };
1465
+ modelValue: {
1466
+ type: StringConstructor;
1467
+ default: null;
1468
+ };
1469
+ type: {
1470
+ type: () => import("../../../neon").NeonInputType;
1471
+ default: import("../../../neon").NeonInputType;
1472
+ };
1473
+ placeholder: {
1474
+ type: StringConstructor;
1475
+ default: null;
1476
+ };
1477
+ size: {
1478
+ type: () => NeonSize;
1479
+ default: NeonSize;
1480
+ };
1481
+ color: {
1482
+ type: () => NeonFunctionalColor;
1483
+ default: NeonFunctionalColor;
1484
+ };
1485
+ inputmode: {
1486
+ type: () => import("../../../neon").NeonInputMode;
1487
+ default: import("../../../neon").NeonInputMode;
1488
+ };
1489
+ autocomplete: {
1490
+ type: StringConstructor;
1491
+ default: string;
1492
+ };
1493
+ state: {
1494
+ type: () => import("../../../neon").NeonState;
1495
+ default: import("../../../neon").NeonState;
1496
+ };
1497
+ rows: {
1498
+ type: NumberConstructor;
1499
+ default: null;
1500
+ };
1501
+ icon: {
1502
+ type: StringConstructor;
1503
+ default: null;
1504
+ };
1505
+ iconReadonly: {
1506
+ type: BooleanConstructor;
1507
+ default: boolean;
1508
+ };
1509
+ hideIcon: {
1510
+ type: BooleanConstructor;
1511
+ default: boolean;
1512
+ };
1513
+ tabindex: {
1514
+ type: NumberConstructor;
1515
+ default: number;
1516
+ };
1517
+ disabled: {
1518
+ type: BooleanConstructor;
1519
+ default: boolean;
1520
+ };
1521
+ stateHighlight: {
1522
+ type: BooleanConstructor;
1523
+ default: boolean;
1524
+ };
1525
+ stateIcon: {
1526
+ type: BooleanConstructor;
1527
+ default: boolean;
1528
+ };
1529
+ maxlength: {
1530
+ type: NumberConstructor;
1531
+ default: null;
1532
+ };
1533
+ debounce: {
1534
+ type: NumberConstructor;
1535
+ default: undefined;
1536
+ };
1537
+ }>> & Readonly<{
1538
+ onFocus?: ((...args: any[]) => any) | undefined;
1539
+ onBlur?: ((...args: any[]) => any) | undefined;
1540
+ "onUpdate:modelValue"?: ((...args: any[]) => any) | undefined;
1541
+ "onIcon-click"?: ((...args: any[]) => any) | undefined;
1542
+ }>, {
1543
+ neonInput: import("vue").Ref<HTMLElement | null, HTMLElement | null>;
1544
+ focused: import("vue").Ref<boolean, boolean>;
1545
+ sanitizedAttributes: import("vue").ComputedRef<{
1546
+ [x: string]: unknown;
1547
+ }>;
1548
+ iconVisible: import("vue").ComputedRef<string | boolean | undefined>;
1549
+ iconName: import("vue").ComputedRef<string | undefined>;
1550
+ iconColor: import("vue").ComputedRef<NeonFunctionalColor>;
1551
+ computedPlaceholder: import("vue").ComputedRef<string>;
1552
+ focus: () => void;
1553
+ click: () => void;
1554
+ onFocus: () => void;
1555
+ onBlur: () => void;
1556
+ iconClicked: ($event: Event) => void;
1557
+ changeValue: (event: Event) => void;
1558
+ onKeyDown: (event: KeyboardEvent) => void;
1559
+ }, {}, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, ("update:modelValue" | "focus" | "blur" | "icon-click")[], import("vue").PublicProps, {
1560
+ disabled: boolean;
1561
+ icon: string;
1562
+ type: import("../../../neon").NeonInputType;
1563
+ debounce: number;
1564
+ size: NeonSize;
1565
+ color: NeonFunctionalColor;
1566
+ id: string;
1567
+ placeholder: string;
1568
+ tabindex: number;
1569
+ inputmode: import("../../../neon").NeonInputMode;
1570
+ modelValue: string;
1571
+ state: import("../../../neon").NeonState;
1572
+ autocomplete: string;
1573
+ rows: number;
1574
+ iconReadonly: boolean;
1575
+ hideIcon: boolean;
1576
+ stateHighlight: boolean;
1577
+ stateIcon: boolean;
1578
+ maxlength: number;
1579
+ }, true, {}, {}, {
1580
+ NeonIcon: import("vue").DefineComponent<import("vue").ExtractPropTypes<{
1581
+ name: {
1582
+ type: StringConstructor;
1583
+ required: true; /**
1584
+ * Id for the date picker button.
1585
+ */
1586
+ }; /**
1587
+ * Id for the date picker button.
1588
+ */
1589
+ color: {
1590
+ type: () => NeonFunctionalColor;
1591
+ default: null;
1592
+ };
1593
+ inverse: {
1594
+ type: BooleanConstructor;
1595
+ default: boolean;
1596
+ };
1597
+ disabled: {
1598
+ type: BooleanConstructor;
1599
+ default: boolean; /**
1600
+ * Disable date picker
1601
+ */
1602
+ }; /**
1603
+ * Disable date picker
1604
+ */
1605
+ }>, {
1606
+ attrs: {
1607
+ [x: string]: unknown;
1608
+ };
1609
+ icon: import("vue").ComputedRef<string>;
1610
+ }, {}, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {}, string, import("vue").PublicProps, Readonly<import("vue").ExtractPropTypes<{
1611
+ name: {
1612
+ type: StringConstructor;
1613
+ required: true; /**
1614
+ * Id for the date picker button.
1615
+ */
1616
+ }; /**
1617
+ * Id for the date picker button.
1618
+ */
1619
+ color: {
1620
+ type: () => NeonFunctionalColor;
1621
+ default: null;
1622
+ };
1623
+ inverse: {
1624
+ type: BooleanConstructor;
1625
+ default: boolean;
1626
+ };
1627
+ disabled: {
1628
+ type: BooleanConstructor;
1629
+ default: boolean; /**
1630
+ * Disable date picker
1631
+ */
1632
+ }; /**
1633
+ * Disable date picker
1634
+ */
1635
+ }>> & Readonly<{}>, {
1636
+ disabled: boolean;
1637
+ color: NeonFunctionalColor;
1638
+ inverse: boolean;
1639
+ }, {}, {}, {}, string, import("vue").ComponentProvideOptions, true, {}, any>;
1640
+ } & import("vue").GlobalComponents, import("vue").GlobalDirectives, string, {}, any, import("vue").ComponentProvideOptions, {
1641
+ P: {};
1642
+ B: {};
1643
+ D: {};
1644
+ C: {};
1645
+ M: {};
1646
+ Defaults: {};
1647
+ }, Readonly<import("vue").ExtractPropTypes<{
1648
+ id: {
1649
+ type: StringConstructor;
1650
+ default: null;
1651
+ };
1652
+ modelValue: {
1653
+ type: StringConstructor;
1654
+ default: null;
1655
+ };
1656
+ type: {
1657
+ type: () => import("../../../neon").NeonInputType;
1658
+ default: import("../../../neon").NeonInputType;
1659
+ };
1660
+ placeholder: {
1661
+ type: StringConstructor;
1662
+ default: null;
1663
+ };
1664
+ size: {
1665
+ type: () => NeonSize;
1666
+ default: NeonSize;
1667
+ };
1668
+ color: {
1669
+ type: () => NeonFunctionalColor;
1670
+ default: NeonFunctionalColor;
1671
+ };
1672
+ inputmode: {
1673
+ type: () => import("../../../neon").NeonInputMode;
1674
+ default: import("../../../neon").NeonInputMode;
1675
+ };
1676
+ autocomplete: {
1677
+ type: StringConstructor;
1678
+ default: string;
1679
+ };
1680
+ state: {
1681
+ type: () => import("../../../neon").NeonState;
1682
+ default: import("../../../neon").NeonState;
1683
+ };
1684
+ rows: {
1685
+ type: NumberConstructor;
1686
+ default: null;
1687
+ };
1688
+ icon: {
1689
+ type: StringConstructor;
1690
+ default: null;
1691
+ };
1692
+ iconReadonly: {
1693
+ type: BooleanConstructor;
1694
+ default: boolean;
1695
+ };
1696
+ hideIcon: {
1697
+ type: BooleanConstructor;
1698
+ default: boolean;
1699
+ };
1700
+ tabindex: {
1701
+ type: NumberConstructor;
1702
+ default: number;
1703
+ };
1704
+ disabled: {
1705
+ type: BooleanConstructor;
1706
+ default: boolean;
1707
+ };
1708
+ stateHighlight: {
1709
+ type: BooleanConstructor;
1710
+ default: boolean;
1711
+ };
1712
+ stateIcon: {
1713
+ type: BooleanConstructor;
1714
+ default: boolean;
1715
+ };
1716
+ maxlength: {
1717
+ type: NumberConstructor;
1718
+ default: null;
1719
+ };
1720
+ debounce: {
1721
+ type: NumberConstructor;
1722
+ default: undefined;
1723
+ };
1724
+ }>> & Readonly<{
1725
+ onFocus?: ((...args: any[]) => any) | undefined;
1726
+ onBlur?: ((...args: any[]) => any) | undefined;
1727
+ "onUpdate:modelValue"?: ((...args: any[]) => any) | undefined;
1728
+ "onIcon-click"?: ((...args: any[]) => any) | undefined;
1729
+ }>, {
1730
+ neonInput: import("vue").Ref<HTMLElement | null, HTMLElement | null>;
1731
+ focused: import("vue").Ref<boolean, boolean>;
1732
+ sanitizedAttributes: import("vue").ComputedRef<{
1733
+ [x: string]: unknown;
1734
+ }>;
1735
+ iconVisible: import("vue").ComputedRef<string | boolean | undefined>;
1736
+ iconName: import("vue").ComputedRef<string | undefined>;
1737
+ iconColor: import("vue").ComputedRef<NeonFunctionalColor>;
1738
+ computedPlaceholder: import("vue").ComputedRef<string>;
1739
+ focus: () => void;
1740
+ click: () => void;
1741
+ onFocus: () => void;
1742
+ onBlur: () => void;
1743
+ iconClicked: ($event: Event) => void;
1744
+ changeValue: (event: Event) => void;
1745
+ onKeyDown: (event: KeyboardEvent) => void;
1746
+ }, {}, {}, {}, {
1747
+ disabled: boolean;
1748
+ icon: string;
1749
+ type: import("../../../neon").NeonInputType;
1750
+ debounce: number;
1751
+ size: NeonSize;
1752
+ color: NeonFunctionalColor;
1753
+ id: string;
1754
+ placeholder: string;
1755
+ tabindex: number;
1756
+ inputmode: import("../../../neon").NeonInputMode;
1757
+ modelValue: string;
1758
+ state: import("../../../neon").NeonState;
1759
+ autocomplete: string;
1760
+ rows: number;
1761
+ iconReadonly: boolean;
1762
+ hideIcon: boolean;
1763
+ stateHighlight: boolean;
1764
+ stateIcon: boolean;
1765
+ maxlength: number;
1766
+ }> | null>;
1767
+ files: import("vue").Ref<{
1768
+ readonly lastModified: number;
1769
+ readonly name: string;
1770
+ readonly webkitRelativePath: string;
1771
+ readonly size: number;
1772
+ readonly type: string;
1773
+ arrayBuffer: () => Promise<ArrayBuffer>;
1774
+ slice: (start?: number | undefined, end?: number | undefined, contentType?: string | undefined) => Blob;
1775
+ stream: () => ReadableStream<Uint8Array>;
1776
+ text: () => Promise<string>;
1777
+ }[], File[] | {
1778
+ readonly lastModified: number;
1779
+ readonly name: string;
1780
+ readonly webkitRelativePath: string;
1781
+ readonly size: number;
1782
+ readonly type: string;
1783
+ arrayBuffer: () => Promise<ArrayBuffer>;
1784
+ slice: (start?: number | undefined, end?: number | undefined, contentType?: string | undefined) => Blob;
1785
+ stream: () => ReadableStream<Uint8Array>;
1786
+ text: () => Promise<string>;
1787
+ }[]>;
1788
+ fileList: import("vue").ComputedRef<{
1789
+ key: string; /**
1790
+ * Disabled dates, a list of <a href="https://en.wikipedia.org/wiki/ISO_8601" target="_blank">ISO 8601</a> format
1791
+ * dates for which to disable selection.
1792
+ */
1793
+ label: string;
1794
+ }[]>;
1795
+ fileInputModel: import("vue").Ref<string, string>;
1796
+ remove: (filename: string) => void;
1797
+ clearAll: () => void;
1798
+ openFileDialog: () => void;
1799
+ onInput: (event: Event) => void;
1800
+ }, {}, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, "update:modelValue"[], "update:modelValue", import("vue").PublicProps, Readonly<import("vue").ExtractPropTypes<{
1801
+ disabled: {
1802
+ type: BooleanConstructor;
1803
+ default: boolean;
1804
+ };
1805
+ directUpload: {
1806
+ type: BooleanConstructor;
1807
+ default: boolean;
1808
+ };
1809
+ multiple: {
1810
+ type: BooleanConstructor;
1811
+ default: boolean;
1812
+ };
1813
+ accept: {
1814
+ type: StringConstructor;
1815
+ default: null;
1816
+ };
1817
+ id: {
1818
+ /**
1819
+ * Id for the date picker button.
1820
+ */
1821
+ type: StringConstructor;
1822
+ default: null;
1823
+ };
1824
+ size: {
1825
+ type: () => NeonSize;
1826
+ default: NeonSize;
1827
+ };
1828
+ state: {
1829
+ type: () => import("../../../neon").NeonState;
1830
+ default: import("../../../neon").NeonState;
1831
+ };
1832
+ color: {
1833
+ type: () => NeonFunctionalColor;
1834
+ default: NeonFunctionalColor;
1835
+ };
1836
+ circular: {
1837
+ type: BooleanConstructor;
1838
+ default: null;
1839
+ };
1840
+ label: {
1841
+ type: StringConstructor;
1842
+ default: null;
1843
+ };
1844
+ icon: {
1845
+ type: StringConstructor;
1846
+ default: null;
1847
+ };
1848
+ title: {
1849
+ type: StringConstructor;
1850
+ default: string;
1851
+ };
1852
+ }>> & Readonly<{
1853
+ "onUpdate:modelValue"?: ((...args: any[]) => any) | undefined;
1854
+ }>, {
1855
+ disabled: boolean;
1856
+ label: string;
1857
+ title: string;
1858
+ icon: string;
1859
+ size: NeonSize;
1860
+ color: NeonFunctionalColor;
1861
+ id: string;
1862
+ state: import("../../../neon").NeonState;
1863
+ circular: boolean;
1864
+ directUpload: boolean;
1865
+ multiple: boolean;
1866
+ accept: string;
1867
+ }, {}, {
1868
+ NeonButton: import("vue").DefineComponent<import("vue").ExtractPropTypes<{
1869
+ href: {
1870
+ type: StringConstructor;
1871
+ default: null;
1872
+ };
1873
+ label: {
1874
+ type: StringConstructor;
1875
+ default: null;
1876
+ };
1877
+ size: {
1878
+ type: () => import("../../../neon").NeonButtonSize;
1879
+ default: import("../../../neon").NeonButtonSize;
1880
+ };
1881
+ color: {
1882
+ type: () => NeonFunctionalColor;
1883
+ default: NeonFunctionalColor;
1884
+ };
1885
+ inverse: {
1886
+ type: BooleanConstructor;
1887
+ default: boolean;
1888
+ };
1889
+ alternateColor: {
1890
+ type: () => NeonFunctionalColor;
1891
+ default: null;
1892
+ };
1893
+ icon: {
1894
+ type: StringConstructor;
1895
+ default: null;
1896
+ };
1897
+ iconAriaLabel: {
1898
+ type: StringConstructor;
1899
+ };
1900
+ iconPosition: {
1901
+ type: () => import("../../../neon").NeonHorizontalPosition;
1902
+ default: import("../../../neon").NeonHorizontalPosition;
1903
+ };
1904
+ buttonStyle: {
1905
+ type: () => import("../../../neon").NeonButtonStyle;
1906
+ default: import("../../../neon").NeonButtonStyle;
1907
+ };
1908
+ buttonType: {
1909
+ type: () => import("../../../neon").NeonButtonType;
1910
+ default: import("../../../neon").NeonButtonType; /**
1911
+ * The placement of the dropdown calendar popup.
1912
+ */
1913
+ };
1914
+ state: {
1915
+ type: () => import("../../../neon").NeonState;
1916
+ default: import("../../../neon").NeonState;
1917
+ };
1918
+ disabled: {
1919
+ type: BooleanConstructor;
1920
+ default: boolean;
1921
+ };
1922
+ transparent: {
1923
+ type: BooleanConstructor;
1924
+ default: boolean;
1925
+ };
1926
+ outline: {
1927
+ type: BooleanConstructor;
1928
+ default: boolean;
1929
+ };
1930
+ circular: {
1931
+ type: BooleanConstructor;
1932
+ default: null;
1933
+ };
1934
+ fullWidth: {
1935
+ type: BooleanConstructor;
1936
+ default: null;
1937
+ };
1938
+ indicator: {
1939
+ type: BooleanConstructor;
1940
+ default: boolean;
1941
+ };
1942
+ indicatorExpanded: {
1943
+ type: BooleanConstructor;
1944
+ default: null;
1945
+ };
1946
+ }>, {
1947
+ iconName: import("vue").ComputedRef<string>;
1948
+ classes: import("vue").ComputedRef<(string | false | {
1949
+ [x: string]: boolean | "" | NeonFunctionalColor;
1950
+ 'neon-button--text-transparent': boolean;
1951
+ 'neon-button--disabled': boolean;
1952
+ 'neon-button--inverse': boolean;
1953
+ 'neon-button--circular': boolean;
1954
+ 'neon-button--no-outline': boolean;
1955
+ 'neon-button--full-width': boolean;
1956
+ 'neon-button--with-icon neon-button--icon-only': boolean | "";
1957
+ 'neon-button--with-icon neon-button--icon-left': boolean | "";
1958
+ 'neon-button--with-icon neon-button--icon-right': boolean | "";
1959
+ })[]>;
1960
+ button: import("vue").Ref<HTMLElement | null, HTMLElement | null>;
1961
+ attrs: {
1962
+ [x: string]: unknown;
1963
+ };
1964
+ sanitizedAttributes: import("vue").ComputedRef<{
1965
+ [x: string]: unknown;
1966
+ }>;
1967
+ clickLink: () => void | undefined;
1968
+ clickButton: () => void;
1969
+ }, {}, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, "click"[], "click", import("vue").PublicProps, Readonly<import("vue").ExtractPropTypes<{
1970
+ href: {
1971
+ type: StringConstructor;
1972
+ default: null;
1973
+ };
1974
+ label: {
1975
+ type: StringConstructor;
1976
+ default: null;
1977
+ };
1978
+ size: {
1979
+ type: () => import("../../../neon").NeonButtonSize;
1980
+ default: import("../../../neon").NeonButtonSize;
1981
+ };
1982
+ color: {
1983
+ type: () => NeonFunctionalColor;
1984
+ default: NeonFunctionalColor;
1985
+ };
1986
+ inverse: {
1987
+ type: BooleanConstructor;
1988
+ default: boolean;
1989
+ };
1990
+ alternateColor: {
1991
+ type: () => NeonFunctionalColor;
1992
+ default: null;
1993
+ };
1994
+ icon: {
1995
+ type: StringConstructor;
1996
+ default: null;
1997
+ };
1998
+ iconAriaLabel: {
1999
+ type: StringConstructor;
2000
+ };
2001
+ iconPosition: {
2002
+ type: () => import("../../../neon").NeonHorizontalPosition;
2003
+ default: import("../../../neon").NeonHorizontalPosition;
2004
+ };
2005
+ buttonStyle: {
2006
+ type: () => import("../../../neon").NeonButtonStyle;
2007
+ default: import("../../../neon").NeonButtonStyle;
2008
+ };
2009
+ buttonType: {
2010
+ type: () => import("../../../neon").NeonButtonType;
2011
+ default: import("../../../neon").NeonButtonType; /**
2012
+ * The placement of the dropdown calendar popup.
2013
+ */
2014
+ };
2015
+ state: {
2016
+ type: () => import("../../../neon").NeonState;
2017
+ default: import("../../../neon").NeonState;
2018
+ };
2019
+ disabled: {
2020
+ type: BooleanConstructor;
2021
+ default: boolean;
2022
+ };
2023
+ transparent: {
2024
+ type: BooleanConstructor;
2025
+ default: boolean;
2026
+ };
2027
+ outline: {
2028
+ type: BooleanConstructor;
2029
+ default: boolean;
2030
+ };
2031
+ circular: {
2032
+ type: BooleanConstructor;
2033
+ default: null;
2034
+ };
2035
+ fullWidth: {
2036
+ type: BooleanConstructor;
2037
+ default: null;
2038
+ };
2039
+ indicator: {
2040
+ type: BooleanConstructor;
2041
+ default: boolean;
2042
+ };
2043
+ indicatorExpanded: {
2044
+ type: BooleanConstructor;
2045
+ default: null;
2046
+ };
2047
+ }>> & Readonly<{
2048
+ onClick?: ((...args: any[]) => any) | undefined;
2049
+ }>, {
2050
+ outline: boolean;
2051
+ disabled: boolean;
2052
+ label: string;
2053
+ href: string;
2054
+ icon: string;
2055
+ size: import("../../../neon").NeonButtonSize;
2056
+ color: NeonFunctionalColor;
2057
+ inverse: boolean;
2058
+ alternateColor: NeonFunctionalColor;
2059
+ iconPosition: import("../../../neon").NeonHorizontalPosition;
2060
+ buttonStyle: import("../../../neon").NeonButtonStyle;
2061
+ buttonType: import("../../../neon").NeonButtonType;
2062
+ state: import("../../../neon").NeonState;
2063
+ transparent: boolean;
2064
+ circular: boolean;
2065
+ fullWidth: boolean;
2066
+ indicator: boolean;
2067
+ indicatorExpanded: boolean;
2068
+ }, {}, {
2069
+ NeonExpansionIndicator: import("vue").DefineComponent<import("vue").ExtractPropTypes<{
2070
+ expanded: {
2071
+ type: BooleanConstructor;
2072
+ default: boolean;
2073
+ };
2074
+ inverse: {
2075
+ type: BooleanConstructor;
2076
+ default: boolean;
2077
+ };
2078
+ disabled: {
2079
+ type: BooleanConstructor;
2080
+ default: boolean;
2081
+ };
2082
+ color: {
2083
+ type: () => NeonFunctionalColor;
2084
+ default: null;
2085
+ };
2086
+ }>, {}, {}, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {}, string, import("vue").PublicProps, Readonly<import("vue").ExtractPropTypes<{
2087
+ expanded: {
2088
+ type: BooleanConstructor;
2089
+ default: boolean;
2090
+ };
2091
+ inverse: {
2092
+ type: BooleanConstructor;
2093
+ default: boolean;
2094
+ };
2095
+ disabled: {
2096
+ type: BooleanConstructor;
2097
+ default: boolean;
2098
+ };
2099
+ color: {
2100
+ type: () => NeonFunctionalColor;
2101
+ default: null;
2102
+ };
2103
+ }>> & Readonly<{}>, {
2104
+ disabled: boolean;
2105
+ expanded: boolean;
2106
+ color: NeonFunctionalColor;
2107
+ inverse: boolean;
2108
+ }, {}, {}, {}, string, import("vue").ComponentProvideOptions, true, {}, any>;
2109
+ NeonIcon: import("vue").DefineComponent<import("vue").ExtractPropTypes<{
2110
+ name: {
2111
+ type: StringConstructor;
2112
+ required: true; /**
2113
+ * Id for the date picker button.
2114
+ */
2115
+ }; /**
2116
+ * Id for the date picker button.
2117
+ */
2118
+ color: {
2119
+ type: () => NeonFunctionalColor;
2120
+ default: null;
2121
+ };
2122
+ inverse: {
2123
+ type: BooleanConstructor;
2124
+ default: boolean;
2125
+ };
2126
+ disabled: {
2127
+ type: BooleanConstructor;
2128
+ default: boolean; /**
2129
+ * Disable date picker
2130
+ */
2131
+ }; /**
2132
+ * Disable date picker
2133
+ */
2134
+ }>, {
2135
+ attrs: {
2136
+ [x: string]: unknown;
2137
+ };
2138
+ icon: import("vue").ComputedRef<string>;
2139
+ }, {}, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {}, string, import("vue").PublicProps, Readonly<import("vue").ExtractPropTypes<{
2140
+ name: {
2141
+ type: StringConstructor;
2142
+ required: true; /**
2143
+ * Id for the date picker button.
2144
+ */
2145
+ }; /**
2146
+ * Id for the date picker button.
2147
+ */
2148
+ color: {
2149
+ type: () => NeonFunctionalColor;
2150
+ default: null;
2151
+ };
2152
+ inverse: {
2153
+ type: BooleanConstructor;
2154
+ default: boolean;
2155
+ };
2156
+ disabled: {
2157
+ type: BooleanConstructor;
2158
+ default: boolean; /**
2159
+ * Disable date picker
2160
+ */
2161
+ }; /**
2162
+ * Disable date picker
2163
+ */
2164
+ }>> & Readonly<{}>, {
2165
+ disabled: boolean;
2166
+ color: NeonFunctionalColor;
2167
+ inverse: boolean;
2168
+ }, {}, {}, {}, string, import("vue").ComponentProvideOptions, true, {}, any>;
2169
+ NeonLink: import("vue").DefineComponent<import("vue").ExtractPropTypes<{
2170
+ href: {
2171
+ type: StringConstructor;
2172
+ default: null;
2173
+ };
2174
+ noStyle: {
2175
+ type: BooleanConstructor;
2176
+ default: boolean;
2177
+ };
2178
+ outlineStyle: {
2179
+ type: () => import("../../../neon").NeonOutlineStyle;
2180
+ default: import("../../../neon").NeonOutlineStyle;
2181
+ };
2182
+ externalIndicator: {
2183
+ type: BooleanConstructor;
2184
+ default: boolean;
2185
+ };
2186
+ }>, {
2187
+ routerUrl: import("vue").ComputedRef<string | undefined>;
2188
+ sanitizedAttributes: import("vue").ComputedRef<{
2189
+ [x: string]: unknown;
2190
+ }>;
2191
+ activeRoute: import("vue").ComputedRef<boolean | "">;
2192
+ exactRoute: import("vue").ComputedRef<boolean | "">;
2193
+ onClick: () => void;
2194
+ onSpace: () => Promise<void>;
2195
+ }, {}, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, "click"[], "click", import("vue").PublicProps, Readonly<import("vue").ExtractPropTypes<{
2196
+ href: {
2197
+ type: StringConstructor;
2198
+ default: null;
2199
+ };
2200
+ noStyle: {
2201
+ type: BooleanConstructor;
2202
+ default: boolean;
2203
+ };
2204
+ outlineStyle: {
2205
+ type: () => import("../../../neon").NeonOutlineStyle;
2206
+ default: import("../../../neon").NeonOutlineStyle;
2207
+ };
2208
+ externalIndicator: {
2209
+ type: BooleanConstructor;
2210
+ default: boolean;
2211
+ };
2212
+ }>> & Readonly<{
2213
+ onClick?: ((...args: any[]) => any) | undefined;
2214
+ }>, {
2215
+ href: string;
2216
+ noStyle: boolean;
2217
+ outlineStyle: import("../../../neon").NeonOutlineStyle;
2218
+ externalIndicator: boolean;
2219
+ }, {}, {
2220
+ NeonIcon: import("vue").DefineComponent<import("vue").ExtractPropTypes<{
2221
+ name: {
2222
+ type: StringConstructor;
2223
+ required: true; /**
2224
+ * Id for the date picker button.
2225
+ */
2226
+ }; /**
2227
+ * Id for the date picker button.
2228
+ */
2229
+ color: {
2230
+ type: () => NeonFunctionalColor;
2231
+ default: null;
2232
+ };
2233
+ inverse: {
2234
+ type: BooleanConstructor;
2235
+ default: boolean;
2236
+ };
2237
+ disabled: {
2238
+ type: BooleanConstructor;
2239
+ default: boolean; /**
2240
+ * Disable date picker
2241
+ */
2242
+ }; /**
2243
+ * Disable date picker
2244
+ */
2245
+ }>, {
2246
+ attrs: {
2247
+ [x: string]: unknown;
2248
+ };
2249
+ icon: import("vue").ComputedRef<string>;
2250
+ }, {}, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {}, string, import("vue").PublicProps, Readonly<import("vue").ExtractPropTypes<{
2251
+ name: {
2252
+ type: StringConstructor;
2253
+ required: true; /**
2254
+ * Id for the date picker button.
2255
+ */
2256
+ }; /**
2257
+ * Id for the date picker button.
2258
+ */
2259
+ color: {
2260
+ type: () => NeonFunctionalColor;
2261
+ default: null;
2262
+ };
2263
+ inverse: {
2264
+ type: BooleanConstructor;
2265
+ default: boolean;
2266
+ };
2267
+ disabled: {
2268
+ type: BooleanConstructor;
2269
+ default: boolean; /**
2270
+ * Disable date picker
2271
+ */
2272
+ }; /**
2273
+ * Disable date picker
2274
+ */
2275
+ }>> & Readonly<{}>, {
2276
+ disabled: boolean;
2277
+ color: NeonFunctionalColor;
2278
+ inverse: boolean;
2279
+ }, {}, {}, {}, string, import("vue").ComponentProvideOptions, true, {}, any>;
2280
+ }, {}, string, import("vue").ComponentProvideOptions, true, {}, any>;
2281
+ }, {}, string, import("vue").ComponentProvideOptions, true, {}, any>;
2282
+ NeonInput: import("vue").DefineComponent<import("vue").ExtractPropTypes<{
2283
+ id: {
2284
+ type: StringConstructor;
2285
+ default: null;
2286
+ };
2287
+ modelValue: {
2288
+ type: StringConstructor;
2289
+ default: null;
2290
+ };
2291
+ type: {
2292
+ type: () => import("../../../neon").NeonInputType;
2293
+ default: import("../../../neon").NeonInputType;
2294
+ };
2295
+ placeholder: {
2296
+ type: StringConstructor;
2297
+ default: null;
2298
+ };
2299
+ size: {
2300
+ type: () => NeonSize;
2301
+ default: NeonSize;
2302
+ };
2303
+ color: {
2304
+ type: () => NeonFunctionalColor;
2305
+ default: NeonFunctionalColor;
2306
+ };
2307
+ inputmode: {
2308
+ type: () => import("../../../neon").NeonInputMode;
2309
+ default: import("../../../neon").NeonInputMode;
2310
+ };
2311
+ autocomplete: {
2312
+ type: StringConstructor;
2313
+ default: string;
2314
+ };
2315
+ state: {
2316
+ type: () => import("../../../neon").NeonState;
2317
+ default: import("../../../neon").NeonState;
2318
+ };
2319
+ rows: {
2320
+ type: NumberConstructor;
2321
+ default: null;
2322
+ };
2323
+ icon: {
2324
+ type: StringConstructor;
2325
+ default: null;
2326
+ };
2327
+ iconReadonly: {
2328
+ type: BooleanConstructor;
2329
+ default: boolean;
2330
+ };
2331
+ hideIcon: {
2332
+ type: BooleanConstructor;
2333
+ default: boolean;
2334
+ };
2335
+ tabindex: {
2336
+ type: NumberConstructor;
2337
+ default: number;
2338
+ };
2339
+ disabled: {
2340
+ type: BooleanConstructor;
2341
+ default: boolean;
2342
+ };
2343
+ stateHighlight: {
2344
+ type: BooleanConstructor;
2345
+ default: boolean;
2346
+ };
2347
+ stateIcon: {
2348
+ type: BooleanConstructor;
2349
+ default: boolean;
2350
+ };
2351
+ maxlength: {
2352
+ type: NumberConstructor;
2353
+ default: null;
2354
+ };
2355
+ debounce: {
2356
+ type: NumberConstructor;
2357
+ default: undefined;
2358
+ };
2359
+ }>, {
2360
+ neonInput: import("vue").Ref<HTMLElement | null, HTMLElement | null>;
2361
+ focused: import("vue").Ref<boolean, boolean>;
2362
+ sanitizedAttributes: import("vue").ComputedRef<{
2363
+ [x: string]: unknown;
2364
+ }>;
2365
+ iconVisible: import("vue").ComputedRef<string | boolean | undefined>;
2366
+ iconName: import("vue").ComputedRef<string | undefined>;
2367
+ iconColor: import("vue").ComputedRef<NeonFunctionalColor>;
2368
+ computedPlaceholder: import("vue").ComputedRef<string>;
2369
+ focus: () => void;
2370
+ click: () => void;
2371
+ onFocus: () => void;
2372
+ onBlur: () => void;
2373
+ iconClicked: ($event: Event) => void;
2374
+ changeValue: (event: Event) => void;
2375
+ onKeyDown: (event: KeyboardEvent) => void;
2376
+ }, {}, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, ("update:modelValue" | "focus" | "blur" | "icon-click")[], "update:modelValue" | "focus" | "blur" | "icon-click", import("vue").PublicProps, Readonly<import("vue").ExtractPropTypes<{
2377
+ id: {
2378
+ type: StringConstructor;
2379
+ default: null;
2380
+ };
2381
+ modelValue: {
2382
+ type: StringConstructor;
2383
+ default: null;
2384
+ };
2385
+ type: {
2386
+ type: () => import("../../../neon").NeonInputType;
2387
+ default: import("../../../neon").NeonInputType;
2388
+ };
2389
+ placeholder: {
2390
+ type: StringConstructor;
2391
+ default: null;
2392
+ };
2393
+ size: {
2394
+ type: () => NeonSize;
2395
+ default: NeonSize;
2396
+ };
2397
+ color: {
2398
+ type: () => NeonFunctionalColor;
2399
+ default: NeonFunctionalColor;
2400
+ };
2401
+ inputmode: {
2402
+ type: () => import("../../../neon").NeonInputMode;
2403
+ default: import("../../../neon").NeonInputMode;
2404
+ };
2405
+ autocomplete: {
2406
+ type: StringConstructor;
2407
+ default: string;
2408
+ };
2409
+ state: {
2410
+ type: () => import("../../../neon").NeonState;
2411
+ default: import("../../../neon").NeonState;
2412
+ };
2413
+ rows: {
2414
+ type: NumberConstructor;
2415
+ default: null;
2416
+ };
2417
+ icon: {
2418
+ type: StringConstructor;
2419
+ default: null;
2420
+ };
2421
+ iconReadonly: {
2422
+ type: BooleanConstructor;
2423
+ default: boolean;
2424
+ };
2425
+ hideIcon: {
2426
+ type: BooleanConstructor;
2427
+ default: boolean;
2428
+ };
2429
+ tabindex: {
2430
+ type: NumberConstructor;
2431
+ default: number;
2432
+ };
2433
+ disabled: {
2434
+ type: BooleanConstructor;
2435
+ default: boolean;
2436
+ };
2437
+ stateHighlight: {
2438
+ type: BooleanConstructor;
2439
+ default: boolean;
2440
+ };
2441
+ stateIcon: {
2442
+ type: BooleanConstructor;
2443
+ default: boolean;
2444
+ };
2445
+ maxlength: {
2446
+ type: NumberConstructor;
2447
+ default: null;
2448
+ };
2449
+ debounce: {
2450
+ type: NumberConstructor;
2451
+ default: undefined;
2452
+ };
2453
+ }>> & Readonly<{
2454
+ onFocus?: ((...args: any[]) => any) | undefined;
2455
+ onBlur?: ((...args: any[]) => any) | undefined;
2456
+ "onUpdate:modelValue"?: ((...args: any[]) => any) | undefined;
2457
+ "onIcon-click"?: ((...args: any[]) => any) | undefined;
2458
+ }>, {
2459
+ disabled: boolean;
2460
+ icon: string;
2461
+ type: import("../../../neon").NeonInputType;
2462
+ debounce: number;
2463
+ size: NeonSize;
2464
+ color: NeonFunctionalColor;
2465
+ id: string;
2466
+ placeholder: string;
2467
+ tabindex: number;
2468
+ inputmode: import("../../../neon").NeonInputMode;
2469
+ modelValue: string;
2470
+ state: import("../../../neon").NeonState;
2471
+ autocomplete: string;
2472
+ rows: number;
2473
+ iconReadonly: boolean;
2474
+ hideIcon: boolean;
2475
+ stateHighlight: boolean;
2476
+ stateIcon: boolean;
2477
+ maxlength: number;
2478
+ }, {}, {
2479
+ NeonIcon: import("vue").DefineComponent<import("vue").ExtractPropTypes<{
2480
+ name: {
2481
+ type: StringConstructor;
2482
+ required: true; /**
2483
+ * Id for the date picker button.
2484
+ */
2485
+ }; /**
2486
+ * Id for the date picker button.
2487
+ */
2488
+ color: {
2489
+ type: () => NeonFunctionalColor;
2490
+ default: null;
2491
+ };
2492
+ inverse: {
2493
+ type: BooleanConstructor;
2494
+ default: boolean;
2495
+ };
2496
+ disabled: {
2497
+ type: BooleanConstructor;
2498
+ default: boolean; /**
2499
+ * Disable date picker
2500
+ */
2501
+ }; /**
2502
+ * Disable date picker
2503
+ */
2504
+ }>, {
2505
+ attrs: {
2506
+ [x: string]: unknown;
2507
+ };
2508
+ icon: import("vue").ComputedRef<string>;
2509
+ }, {}, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {}, string, import("vue").PublicProps, Readonly<import("vue").ExtractPropTypes<{
2510
+ name: {
2511
+ type: StringConstructor;
2512
+ required: true; /**
2513
+ * Id for the date picker button.
2514
+ */
2515
+ }; /**
2516
+ * Id for the date picker button.
2517
+ */
2518
+ color: {
2519
+ type: () => NeonFunctionalColor;
2520
+ default: null;
2521
+ };
2522
+ inverse: {
2523
+ type: BooleanConstructor;
2524
+ default: boolean;
2525
+ };
2526
+ disabled: {
2527
+ type: BooleanConstructor;
2528
+ default: boolean; /**
2529
+ * Disable date picker
2530
+ */
2531
+ }; /**
2532
+ * Disable date picker
2533
+ */
2534
+ }>> & Readonly<{}>, {
2535
+ disabled: boolean;
2536
+ color: NeonFunctionalColor;
2537
+ inverse: boolean;
2538
+ }, {}, {}, {}, string, import("vue").ComponentProvideOptions, true, {}, any>;
2539
+ }, {}, string, import("vue").ComponentProvideOptions, true, {}, any>;
2540
+ NeonList: import("vue").DefineComponent<import("vue").ExtractPropTypes<{
2541
+ modelValue: {
2542
+ type: () => import("../../../neon").NeonListItem[];
2543
+ required: true;
2544
+ };
2545
+ size: {
2546
+ type: () => NeonSize;
2547
+ default: NeonSize;
2548
+ };
2549
+ color: {
2550
+ type: () => NeonFunctionalColor;
2551
+ default: NeonFunctionalColor;
2552
+ };
2553
+ disabled: {
2554
+ type: BooleanConstructor;
2555
+ default: boolean;
2556
+ };
2557
+ }>, {
2558
+ /**
2559
+ * The selected date. A date string in the
2560
+ * <a href="https://en.wikipedia.org/wiki/ISO_8601" target="_blank">ISO 8601</a> format.
2561
+ */
2562
+ remove: (key: string) => void;
2563
+ }, {}, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, ("close" | "update:modelValue")[], "close" | "update:modelValue", import("vue").PublicProps, Readonly<import("vue").ExtractPropTypes<{
2564
+ modelValue: {
2565
+ type: () => import("../../../neon").NeonListItem[];
2566
+ required: true;
2567
+ };
2568
+ size: {
2569
+ type: () => NeonSize;
2570
+ default: NeonSize;
2571
+ };
2572
+ color: {
2573
+ type: () => NeonFunctionalColor;
2574
+ default: NeonFunctionalColor;
2575
+ };
2576
+ disabled: {
2577
+ type: BooleanConstructor;
2578
+ default: boolean;
2579
+ };
2580
+ }>> & Readonly<{
2581
+ "onUpdate:modelValue"?: ((...args: any[]) => any) | undefined;
2582
+ onClose?: ((...args: any[]) => any) | undefined;
2583
+ }>, {
2584
+ disabled: boolean;
2585
+ size: NeonSize;
2586
+ color: NeonFunctionalColor;
2587
+ }, {}, {
2588
+ NeonIcon: import("vue").DefineComponent<import("vue").ExtractPropTypes<{
2589
+ name: {
2590
+ type: StringConstructor;
2591
+ required: true; /**
2592
+ * Id for the date picker button.
2593
+ */
2594
+ }; /**
2595
+ * Id for the date picker button.
2596
+ */
2597
+ color: {
2598
+ type: () => NeonFunctionalColor;
2599
+ default: null;
2600
+ };
2601
+ inverse: {
2602
+ type: BooleanConstructor;
2603
+ default: boolean;
2604
+ };
2605
+ disabled: {
2606
+ type: BooleanConstructor;
2607
+ default: boolean; /**
2608
+ * Disable date picker
2609
+ */
2610
+ }; /**
2611
+ * Disable date picker
2612
+ */
2613
+ }>, {
2614
+ attrs: {
2615
+ [x: string]: unknown;
2616
+ };
2617
+ icon: import("vue").ComputedRef<string>;
2618
+ }, {}, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {}, string, import("vue").PublicProps, Readonly<import("vue").ExtractPropTypes<{
2619
+ name: {
2620
+ type: StringConstructor;
2621
+ required: true; /**
2622
+ * Id for the date picker button.
2623
+ */
2624
+ }; /**
2625
+ * Id for the date picker button.
2626
+ */
2627
+ color: {
2628
+ type: () => NeonFunctionalColor;
2629
+ default: null;
2630
+ };
2631
+ inverse: {
2632
+ type: BooleanConstructor;
2633
+ default: boolean;
2634
+ };
2635
+ disabled: {
2636
+ type: BooleanConstructor;
2637
+ default: boolean; /**
2638
+ * Disable date picker
2639
+ */
2640
+ }; /**
2641
+ * Disable date picker
2642
+ */
2643
+ }>> & Readonly<{}>, {
2644
+ disabled: boolean;
2645
+ color: NeonFunctionalColor;
2646
+ inverse: boolean;
2647
+ }, {}, {}, {}, string, import("vue").ComponentProvideOptions, true, {}, any>;
2648
+ }, {}, string, import("vue").ComponentProvideOptions, true, {}, any>;
2649
+ }, {}, string, import("vue").ComponentProvideOptions, true, {}, any>;
2650
+ NeonIcon: import("vue").DefineComponent<import("vue").ExtractPropTypes<{
2651
+ name: {
2652
+ type: StringConstructor;
2653
+ required: true; /**
2654
+ * Id for the date picker button.
2655
+ */
2656
+ }; /**
2657
+ * Id for the date picker button.
2658
+ */
2659
+ color: {
2660
+ type: () => NeonFunctionalColor;
2661
+ default: null;
2662
+ };
2663
+ inverse: {
2664
+ type: BooleanConstructor;
2665
+ default: boolean;
2666
+ };
2667
+ disabled: {
2668
+ type: BooleanConstructor;
2669
+ default: boolean; /**
2670
+ * Disable date picker
2671
+ */
2672
+ }; /**
2673
+ * Disable date picker
2674
+ */
2675
+ }>, {
2676
+ attrs: {
2677
+ [x: string]: unknown;
2678
+ };
2679
+ icon: import("vue").ComputedRef<string>;
2680
+ }, {}, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {}, string, import("vue").PublicProps, Readonly<import("vue").ExtractPropTypes<{
2681
+ name: {
2682
+ type: StringConstructor;
2683
+ required: true; /**
2684
+ * Id for the date picker button.
2685
+ */
2686
+ }; /**
2687
+ * Id for the date picker button.
2688
+ */
2689
+ color: {
2690
+ type: () => NeonFunctionalColor;
2691
+ default: null;
2692
+ };
2693
+ inverse: {
2694
+ type: BooleanConstructor;
2695
+ default: boolean;
2696
+ };
2697
+ disabled: {
2698
+ type: BooleanConstructor;
2699
+ default: boolean; /**
2700
+ * Disable date picker
2701
+ */
2702
+ }; /**
2703
+ * Disable date picker
2704
+ */
2705
+ }>> & Readonly<{}>, {
2706
+ disabled: boolean;
2707
+ color: NeonFunctionalColor;
2708
+ inverse: boolean;
2709
+ }, {}, {}, {}, string, import("vue").ComponentProvideOptions, true, {}, any>;
2710
+ }, {}, string, import("vue").ComponentProvideOptions, true, {}, any>;
2711
+ NeonButton: import("vue").DefineComponent<import("vue").ExtractPropTypes<{
2712
+ href: {
2713
+ type: StringConstructor;
2714
+ default: null;
2715
+ };
2716
+ label: {
2717
+ type: StringConstructor;
2718
+ default: null;
2719
+ };
2720
+ size: {
2721
+ type: () => import("../../../neon").NeonButtonSize;
2722
+ default: import("../../../neon").NeonButtonSize;
2723
+ };
2724
+ color: {
2725
+ type: () => NeonFunctionalColor;
2726
+ default: NeonFunctionalColor;
2727
+ };
2728
+ inverse: {
2729
+ type: BooleanConstructor;
2730
+ default: boolean;
2731
+ };
2732
+ alternateColor: {
2733
+ type: () => NeonFunctionalColor;
2734
+ default: null;
2735
+ };
2736
+ icon: {
2737
+ type: StringConstructor;
2738
+ default: null;
2739
+ };
2740
+ iconAriaLabel: {
2741
+ type: StringConstructor;
2742
+ };
2743
+ iconPosition: {
2744
+ type: () => import("../../../neon").NeonHorizontalPosition;
2745
+ default: import("../../../neon").NeonHorizontalPosition;
2746
+ };
2747
+ buttonStyle: {
2748
+ type: () => import("../../../neon").NeonButtonStyle;
2749
+ default: import("../../../neon").NeonButtonStyle;
2750
+ };
2751
+ buttonType: {
2752
+ type: () => import("../../../neon").NeonButtonType;
2753
+ default: import("../../../neon").NeonButtonType; /**
2754
+ * The placement of the dropdown calendar popup.
2755
+ */
2756
+ };
2757
+ state: {
2758
+ type: () => import("../../../neon").NeonState;
2759
+ default: import("../../../neon").NeonState;
2760
+ };
2761
+ disabled: {
2762
+ type: BooleanConstructor;
2763
+ default: boolean;
2764
+ };
2765
+ transparent: {
2766
+ type: BooleanConstructor;
2767
+ default: boolean;
2768
+ };
2769
+ outline: {
2770
+ type: BooleanConstructor;
2771
+ default: boolean;
2772
+ };
2773
+ circular: {
2774
+ type: BooleanConstructor;
2775
+ default: null;
2776
+ };
2777
+ fullWidth: {
2778
+ type: BooleanConstructor;
2779
+ default: null;
2780
+ };
2781
+ indicator: {
2782
+ type: BooleanConstructor;
2783
+ default: boolean;
2784
+ };
2785
+ indicatorExpanded: {
2786
+ type: BooleanConstructor;
2787
+ default: null;
2788
+ };
2789
+ }>, {
2790
+ iconName: import("vue").ComputedRef<string>;
2791
+ classes: import("vue").ComputedRef<(string | false | {
2792
+ [x: string]: boolean | "" | NeonFunctionalColor;
2793
+ 'neon-button--text-transparent': boolean;
2794
+ 'neon-button--disabled': boolean;
2795
+ 'neon-button--inverse': boolean;
2796
+ 'neon-button--circular': boolean;
2797
+ 'neon-button--no-outline': boolean;
2798
+ 'neon-button--full-width': boolean;
2799
+ 'neon-button--with-icon neon-button--icon-only': boolean | "";
2800
+ 'neon-button--with-icon neon-button--icon-left': boolean | "";
2801
+ 'neon-button--with-icon neon-button--icon-right': boolean | "";
2802
+ })[]>;
2803
+ button: import("vue").Ref<HTMLElement | null, HTMLElement | null>;
2804
+ attrs: {
2805
+ [x: string]: unknown;
2806
+ };
2807
+ sanitizedAttributes: import("vue").ComputedRef<{
2808
+ [x: string]: unknown;
2809
+ }>;
2810
+ clickLink: () => void | undefined;
2811
+ clickButton: () => void;
2812
+ }, {}, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, "click"[], "click", import("vue").PublicProps, Readonly<import("vue").ExtractPropTypes<{
2813
+ href: {
2814
+ type: StringConstructor;
2815
+ default: null;
2816
+ };
2817
+ label: {
2818
+ type: StringConstructor;
2819
+ default: null;
2820
+ };
2821
+ size: {
2822
+ type: () => import("../../../neon").NeonButtonSize;
2823
+ default: import("../../../neon").NeonButtonSize;
2824
+ };
2825
+ color: {
2826
+ type: () => NeonFunctionalColor;
2827
+ default: NeonFunctionalColor;
2828
+ };
2829
+ inverse: {
2830
+ type: BooleanConstructor;
2831
+ default: boolean;
2832
+ };
2833
+ alternateColor: {
2834
+ type: () => NeonFunctionalColor;
2835
+ default: null;
2836
+ };
2837
+ icon: {
2838
+ type: StringConstructor;
2839
+ default: null;
2840
+ };
2841
+ iconAriaLabel: {
2842
+ type: StringConstructor;
2843
+ };
2844
+ iconPosition: {
2845
+ type: () => import("../../../neon").NeonHorizontalPosition;
2846
+ default: import("../../../neon").NeonHorizontalPosition;
2847
+ };
2848
+ buttonStyle: {
2849
+ type: () => import("../../../neon").NeonButtonStyle;
2850
+ default: import("../../../neon").NeonButtonStyle;
2851
+ };
2852
+ buttonType: {
2853
+ type: () => import("../../../neon").NeonButtonType;
2854
+ default: import("../../../neon").NeonButtonType; /**
2855
+ * The placement of the dropdown calendar popup.
2856
+ */
2857
+ };
2858
+ state: {
2859
+ type: () => import("../../../neon").NeonState;
2860
+ default: import("../../../neon").NeonState;
2861
+ };
2862
+ disabled: {
2863
+ type: BooleanConstructor;
2864
+ default: boolean;
2865
+ };
2866
+ transparent: {
2867
+ type: BooleanConstructor;
2868
+ default: boolean;
2869
+ };
2870
+ outline: {
2871
+ type: BooleanConstructor;
2872
+ default: boolean;
2873
+ };
1291
2874
  circular: {
1292
2875
  type: BooleanConstructor;
1293
2876
  default: null;
@@ -1315,13 +2898,13 @@ declare const _default: import("vue").DefineComponent<import("vue").ExtractPropT
1315
2898
  size: import("../../../neon").NeonButtonSize;
1316
2899
  color: NeonFunctionalColor;
1317
2900
  inverse: boolean;
1318
- circular: boolean;
1319
2901
  alternateColor: NeonFunctionalColor;
1320
2902
  iconPosition: import("../../../neon").NeonHorizontalPosition;
1321
2903
  buttonStyle: import("../../../neon").NeonButtonStyle;
1322
2904
  buttonType: import("../../../neon").NeonButtonType;
1323
2905
  state: import("../../../neon").NeonState;
1324
2906
  transparent: boolean;
2907
+ circular: boolean;
1325
2908
  fullWidth: boolean;
1326
2909
  indicator: boolean;
1327
2910
  indicatorExpanded: boolean;