@aurodesignsystem-dev/auro-formkit 0.0.0-pr1452.0 → 0.0.0-pr1456.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 (88) hide show
  1. package/components/checkbox/demo/api.min.js +3 -2
  2. package/components/checkbox/demo/index.min.js +3 -2
  3. package/components/checkbox/dist/auro-checkbox-group.d.ts +6 -6
  4. package/components/checkbox/dist/auro-checkbox.d.ts +9 -8
  5. package/components/checkbox/dist/index.js +3 -2
  6. package/components/checkbox/dist/registered.js +3 -2
  7. package/components/combobox/demo/api.min.js +1436 -1434
  8. package/components/combobox/demo/index.min.js +1436 -1434
  9. package/components/combobox/dist/auro-combobox.d.ts +35 -35
  10. package/components/combobox/dist/index.js +8 -6
  11. package/components/combobox/dist/registered.js +8 -6
  12. package/components/counter/demo/api.min.js +2 -2
  13. package/components/counter/demo/index.min.js +2 -2
  14. package/components/counter/dist/auro-counter-group.d.ts +2 -2
  15. package/components/counter/dist/auro-counter.d.ts +10 -10
  16. package/components/counter/dist/index.js +2 -2
  17. package/components/counter/dist/registered.js +2 -2
  18. package/components/datepicker/demo/api.min.js +6 -6
  19. package/components/datepicker/demo/index.min.js +6 -6
  20. package/components/datepicker/dist/{src/auro-calendar-cell.d.ts → auro-calendar-cell.d.ts} +2 -2
  21. package/components/datepicker/dist/{src/auro-datepicker.d.ts → auro-datepicker.d.ts} +13 -13
  22. package/components/datepicker/dist/index.js +6 -6
  23. package/components/datepicker/dist/registered.js +6 -6
  24. package/components/datepicker/dist/{src/utilities.d.ts → utilities.d.ts} +4 -4
  25. package/components/datepicker/dist/{src/utilitiesCalendar.d.ts → utilitiesCalendar.d.ts} +3 -3
  26. package/components/datepicker/dist/{src/vendor → vendor}/wc-range-datepicker/range-datepicker-calendar.d.ts +2 -2
  27. package/components/datepicker/dist/{src/vendor → vendor}/wc-range-datepicker/range-datepicker.d.ts +1 -1
  28. package/components/dropdown/demo/api.min.js +1 -1
  29. package/components/dropdown/demo/index.min.js +1 -1
  30. package/components/dropdown/dist/auro-dropdown.d.ts +22 -22
  31. package/components/dropdown/dist/auro-dropdownBib.d.ts +3 -3
  32. package/components/dropdown/dist/dropdownBibKeyboardStrategy.d.ts +1 -1
  33. package/components/dropdown/dist/index.js +1 -1
  34. package/components/dropdown/dist/registered.js +1 -1
  35. package/components/form/demo/api.min.js +1527 -1524
  36. package/components/form/demo/index.min.js +1527 -1524
  37. package/components/input/demo/api.min.js +4 -4
  38. package/components/input/demo/index.min.js +4 -4
  39. package/components/input/dist/auro-input.d.ts +1 -1
  40. package/components/input/dist/base-input.d.ts +30 -29
  41. package/components/input/dist/index.js +4 -4
  42. package/components/input/dist/registered.js +4 -4
  43. package/components/menu/demo/api.md +2 -2
  44. package/components/menu/demo/api.min.js +1536 -1536
  45. package/components/menu/demo/index.min.js +1536 -1536
  46. package/components/menu/dist/auro-menu-utils.d.ts +1 -1
  47. package/components/menu/dist/auro-menu.context.d.ts +4 -3
  48. package/components/menu/dist/auro-menu.d.ts +4 -4
  49. package/components/menu/dist/auro-menuoption.d.ts +6 -6
  50. package/components/menu/dist/index.js +1565 -1565
  51. package/components/menu/dist/registered.js +1521 -1521
  52. package/components/radio/demo/api.min.js +1 -1
  53. package/components/radio/demo/index.min.js +1 -1
  54. package/components/radio/dist/auro-radio-group.d.ts +9 -9
  55. package/components/radio/dist/auro-radio.d.ts +8 -8
  56. package/components/radio/dist/index.js +1 -1
  57. package/components/radio/dist/registered.js +1 -1
  58. package/components/select/demo/api.min.js +1433 -1433
  59. package/components/select/demo/index.min.js +1433 -1433
  60. package/components/select/dist/auro-select.d.ts +11 -11
  61. package/components/select/dist/index.js +2 -2
  62. package/components/select/dist/registered.js +2 -2
  63. package/custom-elements.json +5 -2
  64. package/package.json +27 -41
  65. /package/components/datepicker/dist/{src/auro-calendar-month.d.ts → auro-calendar-month.d.ts} +0 -0
  66. /package/components/datepicker/dist/{src/auro-calendar.d.ts → auro-calendar.d.ts} +0 -0
  67. /package/components/datepicker/dist/{src/buttonVersion.d.ts → buttonVersion.d.ts} +0 -0
  68. /package/components/datepicker/dist/{src/datepickerKeyboardStrategy.d.ts → datepickerKeyboardStrategy.d.ts} +0 -0
  69. /package/components/datepicker/dist/{src/iconVersion.d.ts → iconVersion.d.ts} +0 -0
  70. /package/components/datepicker/dist/{src/index.d.ts → index.d.ts} +0 -0
  71. /package/components/datepicker/dist/{src/popoverVersion.d.ts → popoverVersion.d.ts} +0 -0
  72. /package/components/datepicker/dist/{src/styles → styles}/classic/color-css.d.ts +0 -0
  73. /package/components/datepicker/dist/{src/styles → styles}/classic/style-css.d.ts +0 -0
  74. /package/components/datepicker/dist/{src/styles → styles}/color-calendar-css.d.ts +0 -0
  75. /package/components/datepicker/dist/{src/styles → styles}/color-cell-css.d.ts +0 -0
  76. /package/components/datepicker/dist/{src/styles → styles}/color-css.d.ts +0 -0
  77. /package/components/datepicker/dist/{src/styles → styles}/color-month-css.d.ts +0 -0
  78. /package/components/datepicker/dist/{src/styles → styles}/shapeSize-css.d.ts +0 -0
  79. /package/components/datepicker/dist/{src/styles → styles}/snowflake/color-css.d.ts +0 -0
  80. /package/components/datepicker/dist/{src/styles → styles}/snowflake/style-css.d.ts +0 -0
  81. /package/components/datepicker/dist/{src/styles → styles}/style-auro-calendar-cell-css.d.ts +0 -0
  82. /package/components/datepicker/dist/{src/styles → styles}/style-auro-calendar-css.d.ts +0 -0
  83. /package/components/datepicker/dist/{src/styles → styles}/style-auro-calendar-month-css.d.ts +0 -0
  84. /package/components/datepicker/dist/{src/styles → styles}/style-css.d.ts +0 -0
  85. /package/components/datepicker/dist/{src/styles → styles}/tokens-css.d.ts +0 -0
  86. /package/components/datepicker/dist/{src/utilitiesCalendarRender.d.ts → utilitiesCalendarRender.d.ts} +0 -0
  87. /package/components/datepicker/dist/{src/vendor → vendor}/wc-range-datepicker/day.d.ts +0 -0
  88. /package/components/datepicker/dist/{src/vendor → vendor}/wc-range-datepicker/range-datepicker-cell.d.ts +0 -0
@@ -31,4 +31,4 @@ export function isOptionInteractive(option: HTMLElement): boolean;
31
31
  * @param {string} eventName - Name of the event to dispatch.
32
32
  * @param {Object} [detail] - Optional detail object to include with the event.
33
33
  */
34
- export function dispatchMenuEvent(element: HTMLElement, eventName: string, detail?: Object): void;
34
+ export function dispatchMenuEvent(element: HTMLElement, eventName: string, detail?: any): void;
@@ -45,7 +45,7 @@ export class MenuService {
45
45
  * @returns {string|string[]|undefined}
46
46
  */
47
47
  get currentKeys(): string | string[] | undefined;
48
- host: any;
48
+ host: AuroMenu;
49
49
  size: any;
50
50
  shape: any;
51
51
  noCheckmark: any;
@@ -59,7 +59,7 @@ export class MenuService {
59
59
  _subscribers: any[];
60
60
  internalUpdateInProgress: boolean;
61
61
  selectedOptions: any[];
62
- _pendingValue: string | number | (string | number)[] | null;
62
+ _pendingValue: string | number | (string | number)[];
63
63
  _pendingRetryScheduled: boolean;
64
64
  _pendingRetryCount: number;
65
65
  /**
@@ -87,7 +87,7 @@ export class MenuService {
87
87
  * Sets multiple properties on the instance.
88
88
  * @param {Object} properties - Key-value pairs of properties to set.
89
89
  */
90
- setProperties(properties: Object): void;
90
+ setProperties(properties: any): void;
91
91
  /**
92
92
  * MENU OPTION HIGHLIGHTING
93
93
  */
@@ -236,3 +236,4 @@ export class MenuService {
236
236
  optionsArraysMatch(arr1: AuroMenuOption[], arr2: AuroMenuOption[]): boolean;
237
237
  }
238
238
  export const MenuContext: import("@lit/context").Context<"menu-context", any>;
239
+ import { AuroMenuOption } from "./auro-menuoption";
@@ -196,7 +196,7 @@ export class AuroMenu extends AuroElement {
196
196
  * @protected
197
197
  */
198
198
  protected provideContext(): void;
199
- rootMenu: boolean | undefined;
199
+ rootMenu: boolean;
200
200
  menuService: any;
201
201
  _contextProvider: any;
202
202
  /**
@@ -210,13 +210,13 @@ export class AuroMenu extends AuroElement {
210
210
  * @protected
211
211
  */
212
212
  protected setInternalValue(value: string | Array<string>): void;
213
- internalUpdateInProgress: boolean | undefined;
213
+ internalUpdateInProgress: boolean;
214
214
  /**
215
215
  * Handles changes from the menu service and updates component state.
216
216
  * @param {Object} event - The event object from the menu service.
217
217
  * @protected
218
218
  */
219
- protected handleMenuChange(event: Object): void;
219
+ protected handleMenuChange(event: any): void;
220
220
  _index: any;
221
221
  options: any;
222
222
  /**
@@ -230,7 +230,7 @@ export class AuroMenu extends AuroElement {
230
230
  */
231
231
  get selectedOption(): HTMLElement | null;
232
232
  firstUpdated(): void;
233
- loadingSlots: NodeListOf<Element> | undefined;
233
+ loadingSlots: NodeListOf<Element>;
234
234
  updated(changedProperties: any): void;
235
235
  /**
236
236
  * Sets an attribute that matches the default tag name if the tag name is not the default.
@@ -119,15 +119,15 @@ export class AuroMenuOption extends AuroElement {
119
119
  * @private
120
120
  */
121
121
  private runtimeUtils;
122
- menuService: Object | null;
122
+ menuService: any;
123
123
  unsubscribe: any;
124
124
  /**
125
125
  * Handles changes from the menu service and updates the option's state.
126
126
  * This function synchronizes the option's properties and selection/highlight state with menu events.
127
127
  * @param {Object} event - The event object from the menu service.
128
128
  */
129
- handleMenuChange(event: Object): void;
130
- _contextConsumer: ContextConsumer<import("@lit/context").Context<"menu-context", any>, this> | undefined;
129
+ handleMenuChange(event: any): void;
130
+ _contextConsumer: ContextConsumer<import("@lit/context").Context<"menu-context", any>, this>;
131
131
  key: any;
132
132
  firstUpdated(): void;
133
133
  updated(changedProperties: any): void;
@@ -141,15 +141,15 @@ export class AuroMenuOption extends AuroElement {
141
141
  * This method enables the option to participate in menu selection and highlighting logic.
142
142
  * @param {Object} service - The menu service instance to attach to.
143
143
  */
144
- attachTo(service: Object): void;
145
- active: boolean | undefined;
144
+ attachTo(service: any): void;
145
+ active: boolean;
146
146
  /**
147
147
  * Updates the internal selected state of the menu option bypassing 'updated' and triggers custom events if selected.
148
148
  * This function ensures the option's selection state is synchronized with menu logic and notifies listeners.
149
149
  * @param {boolean} isSelected - Whether the option should be marked as selected.
150
150
  */
151
151
  setInternalSelected(isSelected: boolean): void;
152
- internalUpdateInProgress: boolean | undefined;
152
+ internalUpdateInProgress: boolean;
153
153
  /**
154
154
  * Sets the selected state of the menu option.
155
155
  * This function updates whether the option is currently selected.