wacomm 1.14.9 → 1.15.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/index.d.ts CHANGED
@@ -42,3 +42,4 @@ export { default as LetterAvatar } from './LetterAvatar';
42
42
  export { default as CheckboxGroup } from './checkboxGroup/CheckboxGroup';
43
43
  export type { CheckboxGroupItemProps } from './checkboxGroup/CheckboxGroup';
44
44
  export { default as TextInput } from './TextInput';
45
+ export { default as P } from './P';
@@ -1,12 +1,11 @@
1
- import { ZeroFuncType } from 'waujs';
2
1
  export interface TextUpdaterProps {
3
- content: string;
4
- onSave: (v: string, cancelEdit: ZeroFuncType) => void;
2
+ value: string;
3
+ onSave: (v: string) => void;
5
4
  isLoading: boolean;
6
5
  editable: boolean;
7
6
  placeholder?: string;
8
7
  classNameEdit?: string;
9
8
  classNameDisplay?: string;
10
9
  }
11
- declare function TextUpdater({ content, onSave, isLoading, editable, placeholder, classNameEdit, classNameDisplay }: TextUpdaterProps): import("react/jsx-runtime").JSX.Element;
10
+ declare function TextUpdater({ value: valueInit, onSave, isLoading, editable, placeholder }: TextUpdaterProps): import("react/jsx-runtime").JSX.Element;
12
11
  export default TextUpdater;
@@ -1,4 +1,4 @@
1
- import { g as Ow } from "./index-B16sXa1_.mjs";
1
+ import { g as Ow } from "./index-D94sB3zo.mjs";
2
2
  function Fw(eh, Kp) {
3
3
  for (var Ns = 0; Ns < Kp.length; Ns++) {
4
4
  const Do = Kp[Ns];