@revotech-group/revotech-ui-kit 0.0.75 → 0.0.76

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.
@@ -9,8 +9,10 @@ export declare class RtgInput extends BaseElement {
9
9
  placeholder: string;
10
10
  defaultValue: string;
11
11
  value: string;
12
+ dataKey: string;
12
13
  protected firstUpdated(_changedProperties: PropertyValues): void;
13
14
  handleInputChange(event: Event): void;
15
+ handleFocus(): void;
14
16
  protected getAttributesToExclude(): string[];
15
17
  protected getAttributesToRemoveFromParent(): string[];
16
18
  protected createRenderRoot(): HTMLElement | DocumentFragment;
package/package.json CHANGED
@@ -3,7 +3,7 @@
3
3
  "description": "Webcomponent wc-ui following open-wc recommendations",
4
4
  "license": "MIT",
5
5
  "author": "wc-ui",
6
- "version": "0.0.75",
6
+ "version": "0.0.76",
7
7
  "type": "module",
8
8
  "main": "dist/rtg-ui-kit.umd.cjs",
9
9
  "module": "./dist/rtg-ui-kit.js",