@weni/unnnic-system 3.34.2 → 3.35.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
@@ -11986,10 +11986,12 @@ class?: HTMLAttributes["class"];
11986
11986
 
11987
11987
  export declare const UnnnicTableCell: {
11988
11988
  new (...args: any[]): CreateComponentPublicInstanceWithMixins<Readonly<{
11989
+ align?: "center" | "left" | "right";
11989
11990
  class?: HTMLAttributes["class"];
11990
11991
  ellipsis?: boolean;
11991
11992
  width?: string;
11992
11993
  }> & Readonly<{}>, {}, {}, {}, {}, ComponentOptionsMixin, ComponentOptionsMixin, {}, PublicProps, {
11994
+ align: "center" | "left" | "right";
11993
11995
  ellipsis: boolean;
11994
11996
  }, false, {}, {}, GlobalComponents, GlobalDirectives, string, {}, HTMLTableCellElement, ComponentProvideOptions, {
11995
11997
  P: {};
@@ -11999,20 +12001,24 @@ export declare const UnnnicTableCell: {
11999
12001
  M: {};
12000
12002
  Defaults: {};
12001
12003
  }, Readonly<{
12004
+ align?: "center" | "left" | "right";
12002
12005
  class?: HTMLAttributes["class"];
12003
12006
  ellipsis?: boolean;
12004
12007
  width?: string;
12005
12008
  }> & Readonly<{}>, {}, {}, {}, {}, {
12009
+ align: "center" | "left" | "right";
12006
12010
  ellipsis: boolean;
12007
12011
  }>;
12008
12012
  __isFragment?: never;
12009
12013
  __isTeleport?: never;
12010
12014
  __isSuspense?: never;
12011
12015
  } & ComponentOptionsBase<Readonly<{
12016
+ align?: "center" | "left" | "right";
12012
12017
  class?: HTMLAttributes["class"];
12013
12018
  ellipsis?: boolean;
12014
12019
  width?: string;
12015
12020
  }> & Readonly<{}>, {}, {}, {}, {}, ComponentOptionsMixin, ComponentOptionsMixin, {}, string, {
12021
+ align: "center" | "left" | "right";
12016
12022
  ellipsis: boolean;
12017
12023
  }, {}, string, {}, GlobalComponents, GlobalDirectives, string, ComponentProvideOptions> & VNodeProps & AllowedComponentProps & ComponentCustomProps & (new () => {
12018
12024
  $slots: {
@@ -12022,10 +12028,12 @@ ellipsis: boolean;
12022
12028
 
12023
12029
  export declare const unnnicTableCell: {
12024
12030
  new (...args: any[]): CreateComponentPublicInstanceWithMixins<Readonly<{
12031
+ align?: "center" | "left" | "right";
12025
12032
  class?: HTMLAttributes["class"];
12026
12033
  ellipsis?: boolean;
12027
12034
  width?: string;
12028
12035
  }> & Readonly<{}>, {}, {}, {}, {}, ComponentOptionsMixin, ComponentOptionsMixin, {}, PublicProps, {
12036
+ align: "center" | "left" | "right";
12029
12037
  ellipsis: boolean;
12030
12038
  }, false, {}, {}, GlobalComponents, GlobalDirectives, string, {}, HTMLTableCellElement, ComponentProvideOptions, {
12031
12039
  P: {};
@@ -12035,20 +12043,24 @@ export declare const unnnicTableCell: {
12035
12043
  M: {};
12036
12044
  Defaults: {};
12037
12045
  }, Readonly<{
12046
+ align?: "center" | "left" | "right";
12038
12047
  class?: HTMLAttributes["class"];
12039
12048
  ellipsis?: boolean;
12040
12049
  width?: string;
12041
12050
  }> & Readonly<{}>, {}, {}, {}, {}, {
12051
+ align: "center" | "left" | "right";
12042
12052
  ellipsis: boolean;
12043
12053
  }>;
12044
12054
  __isFragment?: never;
12045
12055
  __isTeleport?: never;
12046
12056
  __isSuspense?: never;
12047
12057
  } & ComponentOptionsBase<Readonly<{
12058
+ align?: "center" | "left" | "right";
12048
12059
  class?: HTMLAttributes["class"];
12049
12060
  ellipsis?: boolean;
12050
12061
  width?: string;
12051
12062
  }> & Readonly<{}>, {}, {}, {}, {}, ComponentOptionsMixin, ComponentOptionsMixin, {}, string, {
12063
+ align: "center" | "left" | "right";
12052
12064
  ellipsis: boolean;
12053
12065
  }, {}, string, {}, GlobalComponents, GlobalDirectives, string, ComponentProvideOptions> & VNodeProps & AllowedComponentProps & ComponentCustomProps & (new () => {
12054
12066
  $slots: {
@@ -12058,10 +12070,12 @@ ellipsis: boolean;
12058
12070
 
12059
12071
  export declare const UnnnicTableHead: {
12060
12072
  new (...args: any[]): CreateComponentPublicInstanceWithMixins<Readonly<{
12073
+ align?: "center" | "left" | "right";
12061
12074
  class?: HTMLAttributes["class"];
12062
12075
  ellipsis?: boolean;
12063
12076
  width?: string;
12064
12077
  }> & Readonly<{}>, {}, {}, {}, {}, ComponentOptionsMixin, ComponentOptionsMixin, {}, PublicProps, {
12078
+ align: "center" | "left" | "right";
12065
12079
  ellipsis: boolean;
12066
12080
  }, false, {}, {}, GlobalComponents, GlobalDirectives, string, {}, HTMLTableCellElement, ComponentProvideOptions, {
12067
12081
  P: {};
@@ -12071,20 +12085,24 @@ export declare const UnnnicTableHead: {
12071
12085
  M: {};
12072
12086
  Defaults: {};
12073
12087
  }, Readonly<{
12088
+ align?: "center" | "left" | "right";
12074
12089
  class?: HTMLAttributes["class"];
12075
12090
  ellipsis?: boolean;
12076
12091
  width?: string;
12077
12092
  }> & Readonly<{}>, {}, {}, {}, {}, {
12093
+ align: "center" | "left" | "right";
12078
12094
  ellipsis: boolean;
12079
12095
  }>;
12080
12096
  __isFragment?: never;
12081
12097
  __isTeleport?: never;
12082
12098
  __isSuspense?: never;
12083
12099
  } & ComponentOptionsBase<Readonly<{
12100
+ align?: "center" | "left" | "right";
12084
12101
  class?: HTMLAttributes["class"];
12085
12102
  ellipsis?: boolean;
12086
12103
  width?: string;
12087
12104
  }> & Readonly<{}>, {}, {}, {}, {}, ComponentOptionsMixin, ComponentOptionsMixin, {}, string, {
12105
+ align: "center" | "left" | "right";
12088
12106
  ellipsis: boolean;
12089
12107
  }, {}, string, {}, GlobalComponents, GlobalDirectives, string, ComponentProvideOptions> & VNodeProps & AllowedComponentProps & ComponentCustomProps & (new () => {
12090
12108
  $slots: {
@@ -12094,10 +12112,12 @@ ellipsis: boolean;
12094
12112
 
12095
12113
  export declare const unnnicTableHead: {
12096
12114
  new (...args: any[]): CreateComponentPublicInstanceWithMixins<Readonly<{
12115
+ align?: "center" | "left" | "right";
12097
12116
  class?: HTMLAttributes["class"];
12098
12117
  ellipsis?: boolean;
12099
12118
  width?: string;
12100
12119
  }> & Readonly<{}>, {}, {}, {}, {}, ComponentOptionsMixin, ComponentOptionsMixin, {}, PublicProps, {
12120
+ align: "center" | "left" | "right";
12101
12121
  ellipsis: boolean;
12102
12122
  }, false, {}, {}, GlobalComponents, GlobalDirectives, string, {}, HTMLTableCellElement, ComponentProvideOptions, {
12103
12123
  P: {};
@@ -12107,20 +12127,24 @@ export declare const unnnicTableHead: {
12107
12127
  M: {};
12108
12128
  Defaults: {};
12109
12129
  }, Readonly<{
12130
+ align?: "center" | "left" | "right";
12110
12131
  class?: HTMLAttributes["class"];
12111
12132
  ellipsis?: boolean;
12112
12133
  width?: string;
12113
12134
  }> & Readonly<{}>, {}, {}, {}, {}, {
12135
+ align: "center" | "left" | "right";
12114
12136
  ellipsis: boolean;
12115
12137
  }>;
12116
12138
  __isFragment?: never;
12117
12139
  __isTeleport?: never;
12118
12140
  __isSuspense?: never;
12119
12141
  } & ComponentOptionsBase<Readonly<{
12142
+ align?: "center" | "left" | "right";
12120
12143
  class?: HTMLAttributes["class"];
12121
12144
  ellipsis?: boolean;
12122
12145
  width?: string;
12123
12146
  }> & Readonly<{}>, {}, {}, {}, {}, ComponentOptionsMixin, ComponentOptionsMixin, {}, string, {
12147
+ align: "center" | "left" | "right";
12124
12148
  ellipsis: boolean;
12125
12149
  }, {}, string, {}, GlobalComponents, GlobalDirectives, string, ComponentProvideOptions> & VNodeProps & AllowedComponentProps & ComponentCustomProps & (new () => {
12126
12150
  $slots: {