@xh/hoist 74.0.0-SNAPSHOT.1747682896027 → 74.0.0-SNAPSHOT.1747942276167

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.
@@ -55,7 +55,7 @@ export interface ActionFnData {
55
55
  }
56
56
  /**
57
57
  * A RecordAction encapsulates a shared set of configuration for items within components such as
58
- * a Grid Context Menu nd RecordActionBar (aka grid context menus and action columns).
58
+ * a Grid Context Menu and RecordActionBar (aka grid context menus and action columns).
59
59
  *
60
60
  * Components passed these actions will render them with an appropriate UI (e.g. menu item, button)
61
61
  * and call their `actionFn` when clicked, passing it a data object (if available) sourced from the
@@ -195,7 +195,7 @@ export declare const autoRefreshAppOption: ({ formFieldProps, inputProps }?: Aut
195
195
  onBlur?: import("react").FocusEventHandler<HTMLDivElement>;
196
196
  onBlurCapture?: import("react").FocusEventHandler<HTMLDivElement>;
197
197
  onChangeCapture?: import("react").FormEventHandler<HTMLDivElement>;
198
- onBeforeInput?: import("react").FormEventHandler<HTMLDivElement>;
198
+ onBeforeInput?: import("react").InputEventHandler<HTMLDivElement>;
199
199
  onBeforeInputCapture?: import("react").FormEventHandler<HTMLDivElement>;
200
200
  onInput?: import("react").FormEventHandler<HTMLDivElement>;
201
201
  onInputCapture?: import("react").FormEventHandler<HTMLDivElement>;
@@ -193,7 +193,7 @@ export declare const themeAppOption: ({ formFieldProps, inputProps }?: ThemeAppO
193
193
  onBlur?: import("react").FocusEventHandler<HTMLDivElement>;
194
194
  onBlurCapture?: import("react").FocusEventHandler<HTMLDivElement>;
195
195
  onChangeCapture?: import("react").FormEventHandler<HTMLDivElement>;
196
- onBeforeInput?: import("react").FormEventHandler<HTMLDivElement>;
196
+ onBeforeInput?: import("react").InputEventHandler<HTMLDivElement>;
197
197
  onBeforeInputCapture?: import("react").FormEventHandler<HTMLDivElement>;
198
198
  onInput?: import("react").FormEventHandler<HTMLDivElement>;
199
199
  onInputCapture?: import("react").FormEventHandler<HTMLDivElement>;
@@ -14,8 +14,8 @@ export declare const swiper: import("@xh/hoist/core").ElementFactory<import("rea
14
14
  onAutoplay?: (swiper: import("swiper/react").SwiperClass) => void;
15
15
  onHashChange?: (swiper: import("swiper/react").SwiperClass) => void;
16
16
  onHashSet?: (swiper: import("swiper/react").SwiperClass) => void;
17
- onScroll?: (swiper: import("swiper/react").SwiperClass, event: WheelEvent) => void;
18
17
  onKeyPress?: (swiper: import("swiper/react").SwiperClass, keyCode: string) => void;
18
+ onScroll?: (swiper: import("swiper/react").SwiperClass, event: WheelEvent) => void;
19
19
  onNavigationHide?: (swiper: import("swiper/react").SwiperClass) => void;
20
20
  onNavigationShow?: (swiper: import("swiper/react").SwiperClass) => void;
21
21
  onNavigationPrev?: (swiper: import("swiper/react").SwiperClass) => void;
@@ -83,7 +83,7 @@ export interface ActionFnData {
83
83
 
84
84
  /**
85
85
  * A RecordAction encapsulates a shared set of configuration for items within components such as
86
- * a Grid Context Menu nd RecordActionBar (aka grid context menus and action columns).
86
+ * a Grid Context Menu and RecordActionBar (aka grid context menus and action columns).
87
87
  *
88
88
  * Components passed these actions will render them with an appropriate UI (e.g. menu item, button)
89
89
  * and call their `actionFn` when clicked, passing it a data object (if available) sourced from the
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@xh/hoist",
3
- "version": "74.0.0-SNAPSHOT.1747682896027",
3
+ "version": "74.0.0-SNAPSHOT.1747942276167",
4
4
  "description": "Hoist add-on for building and deploying React Applications.",
5
5
  "repository": "github:xh/hoist-react",
6
6
  "homepage": "https://xh.io",
@@ -116,5 +116,6 @@
116
116
  "core-js": "3.x",
117
117
  "@types/react": "18.x",
118
118
  "@types/react-dom": "18.x"
119
- }
119
+ },
120
+ "packageManager": "yarn@1.22.22+sha512.a6b2f7906b721bba3d67d4aff083df04dad64c399707841b7acf00f6b133b7ac24255f2652fa22ae3534329dc6180534e98d17432037ff6fd140556e2bb3137e"
120
121
  }