@weni/unnnic-system 3.33.1-alpha.6 → 3.34.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
@@ -12194,7 +12194,11 @@ type: ArrayConstructor;
12194
12194
  UiTableRow: {
12195
12195
  new (...args: any[]): CreateComponentPublicInstanceWithMixins<Readonly<{
12196
12196
  class?: HTMLAttributes["class"];
12197
- }> & Readonly<{}>, {}, {}, {}, {}, ComponentOptionsMixin, ComponentOptionsMixin, {}, PublicProps, {}, false, {}, {}, GlobalComponents, GlobalDirectives, string, {}, HTMLTableRowElement, ComponentProvideOptions, {
12197
+ }> & Readonly<{
12198
+ onClick?: ((event: KeyboardEvent | MouseEvent) => any) | undefined;
12199
+ }>, {}, {}, {}, {}, ComponentOptionsMixin, ComponentOptionsMixin, {} & {
12200
+ click: (event: KeyboardEvent | MouseEvent) => any;
12201
+ }, PublicProps, {}, false, {}, {}, GlobalComponents, GlobalDirectives, string, {}, HTMLTableRowElement, ComponentProvideOptions, {
12198
12202
  P: {};
12199
12203
  B: {};
12200
12204
  D: {};
@@ -12203,13 +12207,19 @@ M: {};
12203
12207
  Defaults: {};
12204
12208
  }, Readonly<{
12205
12209
  class?: HTMLAttributes["class"];
12206
- }> & Readonly<{}>, {}, {}, {}, {}, {}>;
12210
+ }> & Readonly<{
12211
+ onClick?: ((event: KeyboardEvent | MouseEvent) => any) | undefined;
12212
+ }>, {}, {}, {}, {}, {}>;
12207
12213
  __isFragment?: never;
12208
12214
  __isTeleport?: never;
12209
12215
  __isSuspense?: never;
12210
12216
  } & ComponentOptionsBase<Readonly<{
12211
12217
  class?: HTMLAttributes["class"];
12212
- }> & Readonly<{}>, {}, {}, {}, {}, ComponentOptionsMixin, ComponentOptionsMixin, {}, string, {}, {}, string, {}, GlobalComponents, GlobalDirectives, string, ComponentProvideOptions> & VNodeProps & AllowedComponentProps & ComponentCustomProps & (new () => {
12218
+ }> & Readonly<{
12219
+ onClick?: ((event: KeyboardEvent | MouseEvent) => any) | undefined;
12220
+ }>, {}, {}, {}, {}, ComponentOptionsMixin, ComponentOptionsMixin, {} & {
12221
+ click: (event: KeyboardEvent | MouseEvent) => any;
12222
+ }, string, {}, {}, string, {}, GlobalComponents, GlobalDirectives, string, ComponentProvideOptions> & VNodeProps & AllowedComponentProps & ComponentCustomProps & (new () => {
12213
12223
  $slots: {
12214
12224
  default?(_: {}): any;
12215
12225
  };
@@ -12230,7 +12240,11 @@ type: ArrayConstructor;
12230
12240
  UiTableRow: {
12231
12241
  new (...args: any[]): CreateComponentPublicInstanceWithMixins<Readonly<{
12232
12242
  class?: HTMLAttributes["class"];
12233
- }> & Readonly<{}>, {}, {}, {}, {}, ComponentOptionsMixin, ComponentOptionsMixin, {}, PublicProps, {}, false, {}, {}, GlobalComponents, GlobalDirectives, string, {}, HTMLTableRowElement, ComponentProvideOptions, {
12243
+ }> & Readonly<{
12244
+ onClick?: ((event: KeyboardEvent | MouseEvent) => any) | undefined;
12245
+ }>, {}, {}, {}, {}, ComponentOptionsMixin, ComponentOptionsMixin, {} & {
12246
+ click: (event: KeyboardEvent | MouseEvent) => any;
12247
+ }, PublicProps, {}, false, {}, {}, GlobalComponents, GlobalDirectives, string, {}, HTMLTableRowElement, ComponentProvideOptions, {
12234
12248
  P: {};
12235
12249
  B: {};
12236
12250
  D: {};
@@ -12239,13 +12253,19 @@ M: {};
12239
12253
  Defaults: {};
12240
12254
  }, Readonly<{
12241
12255
  class?: HTMLAttributes["class"];
12242
- }> & Readonly<{}>, {}, {}, {}, {}, {}>;
12256
+ }> & Readonly<{
12257
+ onClick?: ((event: KeyboardEvent | MouseEvent) => any) | undefined;
12258
+ }>, {}, {}, {}, {}, {}>;
12243
12259
  __isFragment?: never;
12244
12260
  __isTeleport?: never;
12245
12261
  __isSuspense?: never;
12246
12262
  } & ComponentOptionsBase<Readonly<{
12247
12263
  class?: HTMLAttributes["class"];
12248
- }> & Readonly<{}>, {}, {}, {}, {}, ComponentOptionsMixin, ComponentOptionsMixin, {}, string, {}, {}, string, {}, GlobalComponents, GlobalDirectives, string, ComponentProvideOptions> & VNodeProps & AllowedComponentProps & ComponentCustomProps & (new () => {
12264
+ }> & Readonly<{
12265
+ onClick?: ((event: KeyboardEvent | MouseEvent) => any) | undefined;
12266
+ }>, {}, {}, {}, {}, ComponentOptionsMixin, ComponentOptionsMixin, {} & {
12267
+ click: (event: KeyboardEvent | MouseEvent) => any;
12268
+ }, string, {}, {}, string, {}, GlobalComponents, GlobalDirectives, string, ComponentProvideOptions> & VNodeProps & AllowedComponentProps & ComponentCustomProps & (new () => {
12249
12269
  $slots: {
12250
12270
  default?(_: {}): any;
12251
12271
  };