wini-web-components 2.7.4 → 2.7.6

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.
@@ -26,6 +26,6 @@ interface CalendarProps extends WithTranslation {
26
26
  header?: ReactNode;
27
27
  footer?: ReactNode;
28
28
  }
29
- export declare const Calendar: React.ComponentType<Omit<import('react-i18next/helpers').$Subtract<CalendarProps, import('react-i18next').WithTranslationProps>, keyof WithTranslation<Ns, undefined>> & import('react-i18next').WithTranslationProps>;
29
+ export declare const Calendar: React.ComponentType<Omit<import('../../../node_modules/react-i18next/helpers').$Subtract<CalendarProps, import('react-i18next').WithTranslationProps>, keyof WithTranslation<Ns, undefined>> & import('react-i18next').WithTranslationProps>;
30
30
  export {};
31
31
  //# sourceMappingURL=calendar.d.ts.map
@@ -29,6 +29,6 @@ interface ImportFileProps extends WithTranslation {
29
29
  */
30
30
  maxSize?: number;
31
31
  }
32
- export declare const ImportFile: React.ComponentType<Omit<import('react-i18next/helpers').$Subtract<ImportFileProps | Readonly<ImportFileProps>, import('react-i18next').WithTranslationProps>, keyof WithTranslation<Ns, undefined>> & import('react-i18next').WithTranslationProps>;
32
+ export declare const ImportFile: React.ComponentType<Omit<import('../../../node_modules/react-i18next/helpers').$Subtract<ImportFileProps | Readonly<ImportFileProps>, import('react-i18next').WithTranslationProps>, keyof WithTranslation<Ns, undefined>> & import('react-i18next').WithTranslationProps>;
33
33
  export {};
34
34
  //# sourceMappingURL=import-file.d.ts.map
@@ -17,6 +17,6 @@ interface SelectMultipleProps extends WithTranslation {
17
17
  showClearValueButton?: boolean;
18
18
  popupClassName?: string;
19
19
  }
20
- export declare const SelectMultiple: React.ComponentType<Omit<import('react-i18next/helpers').$Subtract<SelectMultipleProps, import('react-i18next').WithTranslationProps>, keyof WithTranslation<Ns, undefined>> & import('react-i18next').WithTranslationProps>;
20
+ export declare const SelectMultiple: React.ComponentType<Omit<import('../../../node_modules/react-i18next/helpers').$Subtract<SelectMultipleProps, import('react-i18next').WithTranslationProps>, keyof WithTranslation<Ns, undefined>> & import('react-i18next').WithTranslationProps>;
21
21
  export {};
22
22
  //# sourceMappingURL=input-multi-select.d.ts.map
@@ -27,6 +27,6 @@ interface Select1Props extends WithTranslation {
27
27
  suffix?: ReactNode;
28
28
  onOpenOptions?: (popupRef: HTMLDivElement) => void;
29
29
  }
30
- export declare const Select1: React.ComponentType<Omit<import('react-i18next/helpers').$Subtract<Select1Props, import('react-i18next').WithTranslationProps>, keyof WithTranslation<Ns, undefined>> & import('react-i18next').WithTranslationProps>;
30
+ export declare const Select1: React.ComponentType<Omit<import('../../../node_modules/react-i18next/helpers').$Subtract<Select1Props, import('react-i18next').WithTranslationProps>, keyof WithTranslation<Ns, undefined>> & import('react-i18next').WithTranslationProps>;
31
31
  export {};
32
32
  //# sourceMappingURL=select1.d.ts.map
@@ -21,7 +21,7 @@ interface TextAreaProps {
21
21
  }
22
22
  export declare class TextArea extends React.Component<TextAreaProps> {
23
23
  private containerRef;
24
- getTextarea: () => HTMLTextAreaElement;
24
+ getTextarea: () => HTMLTextAreaElement | null | undefined;
25
25
  render(): React.ReactNode;
26
26
  }
27
27
  export {};
@@ -1 +1 @@
1
- {"version":3,"file":"text-area.d.ts","sourceRoot":"","sources":["../../../src/component/text-area/text-area.tsx"],"names":[],"mappings":"AAAA,OAAO,KAAK,EAAE,EAAa,aAAa,EAAE,MAAM,OAAO,CAAC;AAExD,OAAO,EAAE,eAAe,EAAE,MAAM,iBAAiB,CAAC;AAElD,UAAU,aAAa;IACnB,EAAE,CAAC,EAAE,MAAM,CAAC;IACZ,KAAK,CAAC,EAAE,MAAM,CAAC;IACf,SAAS,CAAC,EAAE,MAAM,CAAC;IACnB,YAAY,CAAC,EAAE,MAAM,CAAC;IACtB,QAAQ,CAAC,EAAE,KAAK,CAAC,kBAAkB,CAAC,mBAAmB,CAAC,CAAC;IACzD,MAAM,CAAC,EAAE,KAAK,CAAC,iBAAiB,CAAC,mBAAmB,CAAC,CAAC;IACtD,OAAO,CAAC,EAAE,KAAK,CAAC,iBAAiB,CAAC,mBAAmB,CAAC,CAAC;IACvD,WAAW,CAAC,EAAE,MAAM,CAAC;IACrB,QAAQ,CAAC,EAAE,OAAO,CAAC;IACnB,QAAQ,CAAC,EAAE,OAAO,CAAC;IACnB,SAAS,CAAC,EAAE,OAAO,CAAC;IACpB,SAAS,CAAC,EAAE,MAAM,CAAC;IACnB,UAAU,CAAC,EAAE,MAAM,CAAC;IACpB,IAAI,CAAC,EAAE,MAAM,CAAC;IACd,eAAe,CAAC,EAAE,MAAM,CAAC;IACzB,KAAK,CAAC,EAAE,aAAa,CAAC;IACtB,QAAQ,CAAC,EAAE,eAAe,CAAC,EAAE,CAAC,CAAC;CAClC;AAED,qBAAa,QAAS,SAAQ,KAAK,CAAC,SAAS,CAAC,aAAa,CAAC;IACxD,OAAO,CAAC,YAAY,CAA8B;IAElD,WAAW,4BAEV;IAED,MAAM,IAAI,KAAK,CAAC,SAAS;CAiC5B"}
1
+ {"version":3,"file":"text-area.d.ts","sourceRoot":"","sources":["../../../src/component/text-area/text-area.tsx"],"names":[],"mappings":"AAAA,OAAO,KAAK,EAAE,EAAa,aAAa,EAAE,MAAM,OAAO,CAAC;AAExD,OAAO,EAAE,eAAe,EAAE,MAAM,iBAAiB,CAAC;AAElD,UAAU,aAAa;IACnB,EAAE,CAAC,EAAE,MAAM,CAAC;IACZ,KAAK,CAAC,EAAE,MAAM,CAAC;IACf,SAAS,CAAC,EAAE,MAAM,CAAC;IACnB,YAAY,CAAC,EAAE,MAAM,CAAC;IACtB,QAAQ,CAAC,EAAE,KAAK,CAAC,kBAAkB,CAAC,mBAAmB,CAAC,CAAC;IACzD,MAAM,CAAC,EAAE,KAAK,CAAC,iBAAiB,CAAC,mBAAmB,CAAC,CAAC;IACtD,OAAO,CAAC,EAAE,KAAK,CAAC,iBAAiB,CAAC,mBAAmB,CAAC,CAAC;IACvD,WAAW,CAAC,EAAE,MAAM,CAAC;IACrB,QAAQ,CAAC,EAAE,OAAO,CAAC;IACnB,QAAQ,CAAC,EAAE,OAAO,CAAC;IACnB,SAAS,CAAC,EAAE,OAAO,CAAC;IACpB,SAAS,CAAC,EAAE,MAAM,CAAC;IACnB,UAAU,CAAC,EAAE,MAAM,CAAC;IACpB,IAAI,CAAC,EAAE,MAAM,CAAC;IACd,eAAe,CAAC,EAAE,MAAM,CAAC;IACzB,KAAK,CAAC,EAAE,aAAa,CAAC;IACtB,QAAQ,CAAC,EAAE,eAAe,CAAC,EAAE,CAAC,CAAC;CAClC;AAED,qBAAa,QAAS,SAAQ,KAAK,CAAC,SAAS,CAAC,aAAa,CAAC;IACxD,OAAO,CAAC,YAAY,CAA8B;IAElD,WAAW,+CAEV;IAED,MAAM,IAAI,KAAK,CAAC,SAAS;CAiC5B"}
@@ -30,7 +30,7 @@ interface TextFieldProps {
30
30
  }
31
31
  export declare class TextField extends React.Component<TextFieldProps> {
32
32
  private containerRef;
33
- getInput: () => HTMLInputElement;
33
+ getInput: () => HTMLInputElement | null | undefined;
34
34
  render(): React.ReactNode;
35
35
  }
36
36
  export {};
@@ -1 +1 @@
1
- {"version":3,"file":"text-field.d.ts","sourceRoot":"","sources":["../../../src/component/text-field/text-field.tsx"],"names":[],"mappings":"AAAA,OAAO,KAAK,EAAE,EAAa,aAAa,EAAE,SAAS,EAAE,MAAM,OAAO,CAAC;AAEnE,OAAO,EAAE,eAAe,EAAE,MAAM,iBAAiB,CAAC;AAElD,UAAU,cAAc;IACpB,EAAE,CAAC,EAAE,MAAM,CAAC;IACZ,KAAK,CAAC,EAAE,MAAM,CAAC;IACf,SAAS,CAAC,EAAE,MAAM,CAAC;IACnB,YAAY,CAAC,EAAE,MAAM,CAAC;IACtB,QAAQ,CAAC,EAAE,KAAK,CAAC,kBAAkB,CAAC,gBAAgB,CAAC,CAAC;IACtD,UAAU,CAAC,EAAE,KAAK,CAAC,oBAAoB,CAAC,gBAAgB,CAAC,CAAC;IAC1D,MAAM,CAAC,EAAE,KAAK,CAAC,iBAAiB,CAAC,gBAAgB,CAAC,CAAC;IACnD,OAAO,CAAC,EAAE,KAAK,CAAC,iBAAiB,CAAC,gBAAgB,CAAC,CAAC;IACpD,WAAW,CAAC,EAAE,MAAM,CAAC;IACrB,QAAQ,CAAC,EAAE,OAAO,CAAC;IACnB,QAAQ,CAAC,EAAE,OAAO,CAAC;IACnB;;;UAGM;IACN,SAAS,CAAC,EAAE,MAAM,CAAC;IACnB,UAAU,CAAC,EAAE,MAAM,CAAC;IACpB,IAAI,CAAC,EAAE,MAAM,CAAC;IACd,MAAM,CAAC,EAAE,SAAS,CAAC;IACnB,MAAM,CAAC,EAAE,SAAS,CAAC;IACnB,eAAe,CAAC,EAAE,MAAM,CAAC;IACzB,KAAK,CAAC,EAAE,aAAa,CAAC;IACtB,IAAI,CAAC,EAAE,KAAK,CAAC,sBAAsB,CAAC;IACpC,SAAS,CAAC,EAAE,OAAO,CAAC;IACpB,YAAY,CAAC,EAAE,KAAK,CAAC,8BAA8B,CAAC;IACpD,QAAQ,CAAC,EAAE,eAAe,CAAC,EAAE,CAAC,CAAC;CAClC;AAED,qBAAa,SAAU,SAAQ,KAAK,CAAC,SAAS,CAAC,cAAc,CAAC;IAC1D,OAAO,CAAC,YAAY,CAA8B;IAElD,QAAQ,yBAEP;IAED,MAAM,IAAI,KAAK,CAAC,SAAS;CA6D5B"}
1
+ {"version":3,"file":"text-field.d.ts","sourceRoot":"","sources":["../../../src/component/text-field/text-field.tsx"],"names":[],"mappings":"AAAA,OAAO,KAAK,EAAE,EAAa,aAAa,EAAE,SAAS,EAAE,MAAM,OAAO,CAAC;AAEnE,OAAO,EAAE,eAAe,EAAE,MAAM,iBAAiB,CAAC;AAElD,UAAU,cAAc;IACpB,EAAE,CAAC,EAAE,MAAM,CAAC;IACZ,KAAK,CAAC,EAAE,MAAM,CAAC;IACf,SAAS,CAAC,EAAE,MAAM,CAAC;IACnB,YAAY,CAAC,EAAE,MAAM,CAAC;IACtB,QAAQ,CAAC,EAAE,KAAK,CAAC,kBAAkB,CAAC,gBAAgB,CAAC,CAAC;IACtD,UAAU,CAAC,EAAE,KAAK,CAAC,oBAAoB,CAAC,gBAAgB,CAAC,CAAC;IAC1D,MAAM,CAAC,EAAE,KAAK,CAAC,iBAAiB,CAAC,gBAAgB,CAAC,CAAC;IACnD,OAAO,CAAC,EAAE,KAAK,CAAC,iBAAiB,CAAC,gBAAgB,CAAC,CAAC;IACpD,WAAW,CAAC,EAAE,MAAM,CAAC;IACrB,QAAQ,CAAC,EAAE,OAAO,CAAC;IACnB,QAAQ,CAAC,EAAE,OAAO,CAAC;IACnB;;;UAGM;IACN,SAAS,CAAC,EAAE,MAAM,CAAC;IACnB,UAAU,CAAC,EAAE,MAAM,CAAC;IACpB,IAAI,CAAC,EAAE,MAAM,CAAC;IACd,MAAM,CAAC,EAAE,SAAS,CAAC;IACnB,MAAM,CAAC,EAAE,SAAS,CAAC;IACnB,eAAe,CAAC,EAAE,MAAM,CAAC;IACzB,KAAK,CAAC,EAAE,aAAa,CAAC;IACtB,IAAI,CAAC,EAAE,KAAK,CAAC,sBAAsB,CAAC;IACpC,SAAS,CAAC,EAAE,OAAO,CAAC;IACpB,YAAY,CAAC,EAAE,KAAK,CAAC,8BAA8B,CAAC;IACpD,QAAQ,CAAC,EAAE,eAAe,CAAC,EAAE,CAAC,CAAC;CAClC;AAED,qBAAa,SAAU,SAAQ,KAAK,CAAC,SAAS,CAAC,cAAc,CAAC;IAC1D,OAAO,CAAC,YAAY,CAA8B;IAElD,QAAQ,4CAEP;IAED,MAAM,IAAI,KAAK,CAAC,SAAS;CA6D5B"}