@kato-lee/components 1.0.3 → 1.0.5

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.
@@ -29,13 +29,14 @@ const modules = [MatTableModule, MatSortModule, MatPaginatorModule];
29
29
  class TakTablesModule {
30
30
  static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "17.3.3", ngImport: i0, type: TakTablesModule, deps: [], target: i0.ɵɵFactoryTarget.NgModule }); }
31
31
  static { this.ɵmod = i0.ɵɵngDeclareNgModule({ minVersion: "14.0.0", version: "17.3.3", ngImport: i0, type: TakTablesModule, imports: [MatTableModule, MatSortModule, MatPaginatorModule], exports: [MatTableModule, MatSortModule, MatPaginatorModule] }); }
32
- static { this.ɵinj = i0.ɵɵngDeclareInjector({ minVersion: "12.0.0", version: "17.3.3", ngImport: i0, type: TakTablesModule, imports: [modules, MatTableModule, MatSortModule, MatPaginatorModule] }); }
32
+ static { this.ɵinj = i0.ɵɵngDeclareInjector({ minVersion: "12.0.0", version: "17.3.3", ngImport: i0, type: TakTablesModule, providers: [{ provide: MatPaginatorIntl, useValue: getSpanishMatPaginatorIntl() }], imports: [modules, MatTableModule, MatSortModule, MatPaginatorModule] }); }
33
33
  }
34
34
  i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "17.3.3", ngImport: i0, type: TakTablesModule, decorators: [{
35
35
  type: NgModule,
36
36
  args: [{
37
37
  imports: modules,
38
38
  exports: modules,
39
+ providers: [{ provide: MatPaginatorIntl, useValue: getSpanishMatPaginatorIntl() }],
39
40
  }]
40
41
  }] });
41
42
 
@@ -1 +1 @@
1
- {"version":3,"file":"kato-lee-components-tables.mjs","sources":["../../../libraries/components/tables/mat-paginator.translation.ts","../../../libraries/components/tables/tables.module.ts","../../../libraries/components/tables/index.ts","../../../libraries/components/tables/kato-lee-components-tables.ts"],"sourcesContent":["import { MatPaginatorIntl } from '@kato-lee/material/paginator';\r\n\r\nconst typeEntity = 'item(s)';\r\n\r\nconst SpanishRangeLabel = (page: number, pageSize: number, length: number) => {\r\n if (length == 0 || pageSize == 0) {\r\n return `0 de ${length} ${typeEntity}`;\r\n }\r\n length = Math.max(length, 0);\r\n const startIndex = page * pageSize;\r\n const endIndex =\r\n startIndex < length ? Math.min(startIndex + pageSize, length) : startIndex + pageSize;\r\n return `${startIndex + 1} - ${endIndex} de ${length} ${typeEntity}`;\r\n};\r\n\r\nexport function getSpanishMatPaginatorIntl() {\r\n const paginatorIntl = new MatPaginatorIntl();\r\n\r\n paginatorIntl.itemsPerPageLabel = 'Items por página:';\r\n paginatorIntl.firstPageLabel = 'Primer página';\r\n paginatorIntl.nextPageLabel = 'Siguiente';\r\n paginatorIntl.previousPageLabel = 'Anterior';\r\n paginatorIntl.lastPageLabel = 'Ultima página';\r\n paginatorIntl.getRangeLabel = SpanishRangeLabel;\r\n\r\n return paginatorIntl;\r\n}\r\n","import { NgModule } from '@angular/core';\r\nimport { MatPaginatorModule } from '@kato-lee/material/paginator';\r\nimport { MatSortModule } from '@kato-lee/material/sort';\r\nimport { MatTableModule } from '@kato-lee/material/table';\r\n\r\nconst modules = [MatTableModule, MatSortModule, MatPaginatorModule];\r\n\r\n@NgModule({\r\n imports: modules,\r\n exports: modules,\r\n})\r\nexport class TakTablesModule {}\r\n","/*\r\n * Public API Surface of @kato-lee/components/tables\r\n */\r\nexport * from './mat-paginator.translation';\r\nexport * from './tables.module';\r\n","/**\n * Generated bundle index. Do not edit.\n */\n\nexport * from './index';\n"],"names":[],"mappings":";;;;;;AAEA,MAAM,UAAU,GAAG,SAAS,CAAC;AAE7B,MAAM,iBAAiB,GAAG,CAAC,IAAY,EAAE,QAAgB,EAAE,MAAc,KAAI;AAC3E,IAAA,IAAI,MAAM,IAAI,CAAC,IAAI,QAAQ,IAAI,CAAC,EAAE;AAChC,QAAA,OAAO,CAAQ,KAAA,EAAA,MAAM,CAAI,CAAA,EAAA,UAAU,EAAE,CAAC;AACvC,KAAA;IACD,MAAM,GAAG,IAAI,CAAC,GAAG,CAAC,MAAM,EAAE,CAAC,CAAC,CAAC;AAC7B,IAAA,MAAM,UAAU,GAAG,IAAI,GAAG,QAAQ,CAAC;IACnC,MAAM,QAAQ,GACZ,UAAU,GAAG,MAAM,GAAG,IAAI,CAAC,GAAG,CAAC,UAAU,GAAG,QAAQ,EAAE,MAAM,CAAC,GAAG,UAAU,GAAG,QAAQ,CAAC;IACxF,OAAO,CAAA,EAAG,UAAU,GAAG,CAAC,CAAA,GAAA,EAAM,QAAQ,CAAA,IAAA,EAAO,MAAM,CAAA,CAAA,EAAI,UAAU,CAAA,CAAE,CAAC;AACtE,CAAC,CAAC;SAEc,0BAA0B,GAAA;AACxC,IAAA,MAAM,aAAa,GAAG,IAAI,gBAAgB,EAAE,CAAC;AAE7C,IAAA,aAAa,CAAC,iBAAiB,GAAG,mBAAmB,CAAC;AACtD,IAAA,aAAa,CAAC,cAAc,GAAG,eAAe,CAAC;AAC/C,IAAA,aAAa,CAAC,aAAa,GAAG,WAAW,CAAC;AAC1C,IAAA,aAAa,CAAC,iBAAiB,GAAG,UAAU,CAAC;AAC7C,IAAA,aAAa,CAAC,aAAa,GAAG,eAAe,CAAC;AAC9C,IAAA,aAAa,CAAC,aAAa,GAAG,iBAAiB,CAAC;AAEhD,IAAA,OAAO,aAAa,CAAC;AACvB;;ACrBA,MAAM,OAAO,GAAG,CAAC,cAAc,EAAE,aAAa,EAAE,kBAAkB,CAAC,CAAC;MAMvD,eAAe,CAAA;8GAAf,eAAe,EAAA,IAAA,EAAA,EAAA,EAAA,MAAA,EAAA,EAAA,CAAA,eAAA,CAAA,QAAA,EAAA,CAAA,CAAA,EAAA;+GAAf,eAAe,EAAA,OAAA,EAAA,CANX,cAAc,EAAE,aAAa,EAAE,kBAAkB,CAAA,EAAA,OAAA,EAAA,CAAjD,cAAc,EAAE,aAAa,EAAE,kBAAkB,CAAA,EAAA,CAAA,CAAA,EAAA;AAMrD,IAAA,SAAA,IAAA,CAAA,IAAA,GAAA,EAAA,CAAA,mBAAA,CAAA,EAAA,UAAA,EAAA,QAAA,EAAA,OAAA,EAAA,QAAA,EAAA,QAAA,EAAA,EAAA,EAAA,IAAA,EAAA,eAAe,YAHjB,OAAO,EAHD,cAAc,EAAE,aAAa,EAAE,kBAAkB,CAAA,EAAA,CAAA,CAAA,EAAA;;2FAMrD,eAAe,EAAA,UAAA,EAAA,CAAA;kBAJ3B,QAAQ;AAAC,YAAA,IAAA,EAAA,CAAA;AACR,oBAAA,OAAO,EAAE,OAAO;AAChB,oBAAA,OAAO,EAAE,OAAO;AACjB,iBAAA,CAAA;;;ACVD;;AAEG;;ACFH;;AAEG;;;;"}
1
+ {"version":3,"file":"kato-lee-components-tables.mjs","sources":["../../../libraries/components/tables/mat-paginator.translation.ts","../../../libraries/components/tables/tables.module.ts","../../../libraries/components/tables/index.ts","../../../libraries/components/tables/kato-lee-components-tables.ts"],"sourcesContent":["import { MatPaginatorIntl } from '@kato-lee/material/paginator';\r\n\r\nconst typeEntity = 'item(s)';\r\n\r\nconst SpanishRangeLabel = (page: number, pageSize: number, length: number) => {\r\n if (length == 0 || pageSize == 0) {\r\n return `0 de ${length} ${typeEntity}`;\r\n }\r\n length = Math.max(length, 0);\r\n const startIndex = page * pageSize;\r\n const endIndex =\r\n startIndex < length ? Math.min(startIndex + pageSize, length) : startIndex + pageSize;\r\n return `${startIndex + 1} - ${endIndex} de ${length} ${typeEntity}`;\r\n};\r\n\r\nexport function getSpanishMatPaginatorIntl() {\r\n const paginatorIntl = new MatPaginatorIntl();\r\n\r\n paginatorIntl.itemsPerPageLabel = 'Items por página:';\r\n paginatorIntl.firstPageLabel = 'Primer página';\r\n paginatorIntl.nextPageLabel = 'Siguiente';\r\n paginatorIntl.previousPageLabel = 'Anterior';\r\n paginatorIntl.lastPageLabel = 'Ultima página';\r\n paginatorIntl.getRangeLabel = SpanishRangeLabel;\r\n\r\n return paginatorIntl;\r\n}\r\n","import { NgModule } from '@angular/core';\r\nimport { MatPaginatorIntl, MatPaginatorModule } from '@kato-lee/material/paginator';\r\nimport { MatSortModule } from '@kato-lee/material/sort';\r\nimport { MatTableModule } from '@kato-lee/material/table';\r\nimport { getSpanishMatPaginatorIntl } from './mat-paginator.translation';\r\n\r\nconst modules = [MatTableModule, MatSortModule, MatPaginatorModule];\r\n\r\n@NgModule({\r\n imports: modules,\r\n exports: modules,\r\n providers: [{ provide: MatPaginatorIntl, useValue: getSpanishMatPaginatorIntl() }],\r\n})\r\nexport class TakTablesModule {}\r\n","/*\r\n * Public API Surface of @kato-lee/components/tables\r\n */\r\nexport * from './mat-paginator.translation';\r\nexport * from './tables.module';\r\n","/**\n * Generated bundle index. Do not edit.\n */\n\nexport * from './index';\n"],"names":[],"mappings":";;;;;;AAEA,MAAM,UAAU,GAAG,SAAS,CAAC;AAE7B,MAAM,iBAAiB,GAAG,CAAC,IAAY,EAAE,QAAgB,EAAE,MAAc,KAAI;AAC3E,IAAA,IAAI,MAAM,IAAI,CAAC,IAAI,QAAQ,IAAI,CAAC,EAAE;AAChC,QAAA,OAAO,CAAQ,KAAA,EAAA,MAAM,CAAI,CAAA,EAAA,UAAU,EAAE,CAAC;AACvC,KAAA;IACD,MAAM,GAAG,IAAI,CAAC,GAAG,CAAC,MAAM,EAAE,CAAC,CAAC,CAAC;AAC7B,IAAA,MAAM,UAAU,GAAG,IAAI,GAAG,QAAQ,CAAC;IACnC,MAAM,QAAQ,GACZ,UAAU,GAAG,MAAM,GAAG,IAAI,CAAC,GAAG,CAAC,UAAU,GAAG,QAAQ,EAAE,MAAM,CAAC,GAAG,UAAU,GAAG,QAAQ,CAAC;IACxF,OAAO,CAAA,EAAG,UAAU,GAAG,CAAC,CAAA,GAAA,EAAM,QAAQ,CAAA,IAAA,EAAO,MAAM,CAAA,CAAA,EAAI,UAAU,CAAA,CAAE,CAAC;AACtE,CAAC,CAAC;SAEc,0BAA0B,GAAA;AACxC,IAAA,MAAM,aAAa,GAAG,IAAI,gBAAgB,EAAE,CAAC;AAE7C,IAAA,aAAa,CAAC,iBAAiB,GAAG,mBAAmB,CAAC;AACtD,IAAA,aAAa,CAAC,cAAc,GAAG,eAAe,CAAC;AAC/C,IAAA,aAAa,CAAC,aAAa,GAAG,WAAW,CAAC;AAC1C,IAAA,aAAa,CAAC,iBAAiB,GAAG,UAAU,CAAC;AAC7C,IAAA,aAAa,CAAC,aAAa,GAAG,eAAe,CAAC;AAC9C,IAAA,aAAa,CAAC,aAAa,GAAG,iBAAiB,CAAC;AAEhD,IAAA,OAAO,aAAa,CAAC;AACvB;;ACpBA,MAAM,OAAO,GAAG,CAAC,cAAc,EAAE,aAAa,EAAE,kBAAkB,CAAC,CAAC;MAOvD,eAAe,CAAA;8GAAf,eAAe,EAAA,IAAA,EAAA,EAAA,EAAA,MAAA,EAAA,EAAA,CAAA,eAAA,CAAA,QAAA,EAAA,CAAA,CAAA,EAAA;+GAAf,eAAe,EAAA,OAAA,EAAA,CAPX,cAAc,EAAE,aAAa,EAAE,kBAAkB,CAAA,EAAA,OAAA,EAAA,CAAjD,cAAc,EAAE,aAAa,EAAE,kBAAkB,CAAA,EAAA,CAAA,CAAA,EAAA;+GAOrD,eAAe,EAAA,SAAA,EAFf,CAAC,EAAE,OAAO,EAAE,gBAAgB,EAAE,QAAQ,EAAE,0BAA0B,EAAE,EAAE,CAAC,YAFzE,OAAO,EAHD,cAAc,EAAE,aAAa,EAAE,kBAAkB,CAAA,EAAA,CAAA,CAAA,EAAA;;2FAOrD,eAAe,EAAA,UAAA,EAAA,CAAA;kBAL3B,QAAQ;AAAC,YAAA,IAAA,EAAA,CAAA;AACR,oBAAA,OAAO,EAAE,OAAO;AAChB,oBAAA,OAAO,EAAE,OAAO;AAChB,oBAAA,SAAS,EAAE,CAAC,EAAE,OAAO,EAAE,gBAAgB,EAAE,QAAQ,EAAE,0BAA0B,EAAE,EAAE,CAAC;AACnF,iBAAA,CAAA;;;ACZD;;AAEG;;ACFH;;AAEG;;;;"}
@@ -3,3 +3,6 @@ export declare const TAK_DEFAULT_APPEARANCE_FORM: MatFormFieldAppearance;
3
3
  export type TakGeneralFieldType = 'text' | 'password' | 'filter';
4
4
  export type TakAutocompleteFieldType = 'off' | 'on';
5
5
  export declare const TAK_PRESS_ESC_KEY: KeyboardEvent;
6
+ export declare const TAK_PTRN_EMAIL = "^[^@]+@[^@]+.[a-zA-Z]{2,}$";
7
+ export declare const TAK_PTRN_NUMRC: RegExp;
8
+ export declare const TAK_PTRN_NONSP: RegExp;
@@ -9,20 +9,20 @@ import * as i7 from "./text-area/textarea.component";
9
9
  import * as i8 from "./number-field/number-field.component";
10
10
  import * as i9 from "@angular/forms";
11
11
  import * as i10 from "@angular/common";
12
- import * as i11 from "@kato-lee/material/progress-spinner";
13
- import * as i12 from "@kato-lee/material/form-field";
14
- import * as i13 from "@kato-lee/material/button";
15
- import * as i14 from "@kato-lee/material/datepicker";
16
- import * as i15 from "@kato-lee/material/autocomplete";
17
- import * as i16 from "./error/error.module";
18
- import * as i17 from "@kato-lee/material/icon";
19
- import * as i18 from "@kato-lee/material/input";
20
- import * as i19 from "@kato-lee/material/core";
12
+ import * as i11 from "@kato-lee/material/core";
13
+ import * as i12 from "@kato-lee/material/progress-spinner";
14
+ import * as i13 from "@kato-lee/material/form-field";
15
+ import * as i14 from "@kato-lee/material/button";
16
+ import * as i15 from "@kato-lee/material/datepicker";
17
+ import * as i16 from "@kato-lee/material/autocomplete";
18
+ import * as i17 from "./error/error.module";
19
+ import * as i18 from "@kato-lee/material/icon";
20
+ import * as i19 from "@kato-lee/material/input";
21
21
  import * as i20 from "@kato-lee/material/select";
22
22
  import * as i21 from "@kato-lee/material/tooltip";
23
23
  import * as i22 from "@kato-lee/material/menu";
24
24
  export declare class TakFieldsModule {
25
25
  static ɵfac: i0.ɵɵFactoryDeclaration<TakFieldsModule, never>;
26
- static ɵmod: i0.ɵɵNgModuleDeclaration<TakFieldsModule, [typeof i1.TakSelectFieldComponent, typeof i2.TakDateFieldComponent, typeof i3.TakAutocompleteFieldComponent, typeof i4.TakDateRangeFieldComponent, typeof i5.TakGeneralFieldComponent, typeof i6.TakMoneyFieldComponent, typeof i7.TakTextareaComponent, typeof i8.TakNumberFieldComponent], [typeof i9.FormsModule, typeof i10.CommonModule, typeof i9.ReactiveFormsModule, typeof i11.MatProgressSpinnerModule, typeof i12.MatFormFieldModule, typeof i13.MatButtonModule, typeof i14.MatDatepickerModule, typeof i15.MatAutocompleteModule, typeof i16.TakErrorModule, typeof i17.MatIconModule, typeof i18.MatInputModule, typeof i19.MatOptionModule, typeof i20.MatSelectModule, typeof i21.MatTooltipModule, typeof i22.MatMenuModule], [typeof i9.ReactiveFormsModule, typeof i15.MatAutocompleteModule, typeof i9.FormsModule, typeof i19.MatNativeDateModule, typeof i1.TakSelectFieldComponent, typeof i2.TakDateFieldComponent, typeof i3.TakAutocompleteFieldComponent, typeof i4.TakDateRangeFieldComponent, typeof i5.TakGeneralFieldComponent, typeof i6.TakMoneyFieldComponent, typeof i7.TakTextareaComponent, typeof i8.TakNumberFieldComponent]>;
26
+ static ɵmod: i0.ɵɵNgModuleDeclaration<TakFieldsModule, [typeof i1.TakSelectFieldComponent, typeof i2.TakDateFieldComponent, typeof i3.TakAutocompleteFieldComponent, typeof i4.TakDateRangeFieldComponent, typeof i5.TakGeneralFieldComponent, typeof i6.TakMoneyFieldComponent, typeof i7.TakTextareaComponent, typeof i8.TakNumberFieldComponent], [typeof i9.FormsModule, typeof i10.CommonModule, typeof i11.MatNativeDateModule, typeof i9.ReactiveFormsModule, typeof i12.MatProgressSpinnerModule, typeof i13.MatFormFieldModule, typeof i14.MatButtonModule, typeof i15.MatDatepickerModule, typeof i16.MatAutocompleteModule, typeof i17.TakErrorModule, typeof i18.MatIconModule, typeof i19.MatInputModule, typeof i11.MatOptionModule, typeof i20.MatSelectModule, typeof i21.MatTooltipModule, typeof i22.MatMenuModule], [typeof i9.ReactiveFormsModule, typeof i16.MatAutocompleteModule, typeof i9.FormsModule, typeof i11.MatNativeDateModule, typeof i1.TakSelectFieldComponent, typeof i2.TakDateFieldComponent, typeof i3.TakAutocompleteFieldComponent, typeof i4.TakDateRangeFieldComponent, typeof i5.TakGeneralFieldComponent, typeof i6.TakMoneyFieldComponent, typeof i7.TakTextareaComponent, typeof i8.TakNumberFieldComponent]>;
27
27
  static ɵinj: i0.ɵɵInjectorDeclaration<TakFieldsModule>;
28
28
  }
@@ -0,0 +1,9 @@
1
+ import { Validators } from '@angular/forms';
2
+ export declare const required: typeof Validators.required;
3
+ export declare const max: (max: number) => import("@angular/forms").ValidatorFn;
4
+ export declare const min: (min: number) => import("@angular/forms").ValidatorFn;
5
+ export declare const maxLength: (maxLength: number) => import("@angular/forms").ValidatorFn;
6
+ export declare const minLength: (minLength: number) => import("@angular/forms").ValidatorFn;
7
+ export declare const withOutSpaces: import("@angular/forms").ValidatorFn;
8
+ export declare const onlyNumber: import("@angular/forms").ValidatorFn;
9
+ export declare const email: import("@angular/forms").ValidatorFn;
package/fields/index.d.ts CHANGED
@@ -3,6 +3,7 @@ export * from './error/error.component';
3
3
  export * from './error/error.msg.pipe';
4
4
  export * from './fields.common';
5
5
  export * from './fields.module';
6
+ export * from './fields.validators';
6
7
  export * from './select-field/select-field.component';
7
8
  export * from './date-field/date-field.component';
8
9
  export * from './autocomplete-field/autocomplete-field.component';
package/package.json CHANGED
@@ -1,7 +1,7 @@
1
1
  {
2
2
  "name": "@kato-lee/components",
3
- "version": "1.0.3",
4
- "peerDependencies": {
3
+ "version": "1.0.5",
4
+ "dependencies": {
5
5
  "@kato-lee/cdk": "^14.2.7",
6
6
  "@kato-lee/material": "^14.2.7"
7
7
  },
@@ -18,23 +18,17 @@
18
18
  "esm": "./esm2022/kato-lee-components.mjs",
19
19
  "default": "./fesm2022/kato-lee-components.mjs"
20
20
  },
21
- "./box-form": {
22
- "types": "./box-form/index.d.ts",
23
- "esm2022": "./esm2022/box-form/kato-lee-components-box-form.mjs",
24
- "esm": "./esm2022/box-form/kato-lee-components-box-form.mjs",
25
- "default": "./fesm2022/kato-lee-components-box-form.mjs"
26
- },
27
21
  "./capsule": {
28
22
  "types": "./capsule/index.d.ts",
29
23
  "esm2022": "./esm2022/capsule/kato-lee-components-capsule.mjs",
30
24
  "esm": "./esm2022/capsule/kato-lee-components-capsule.mjs",
31
25
  "default": "./fesm2022/kato-lee-components-capsule.mjs"
32
26
  },
33
- "./cards": {
34
- "types": "./cards/index.d.ts",
35
- "esm2022": "./esm2022/cards/kato-lee-components-cards.mjs",
36
- "esm": "./esm2022/cards/kato-lee-components-cards.mjs",
37
- "default": "./fesm2022/kato-lee-components-cards.mjs"
27
+ "./box-form": {
28
+ "types": "./box-form/index.d.ts",
29
+ "esm2022": "./esm2022/box-form/kato-lee-components-box-form.mjs",
30
+ "esm": "./esm2022/box-form/kato-lee-components-box-form.mjs",
31
+ "default": "./fesm2022/kato-lee-components-box-form.mjs"
38
32
  },
39
33
  "./dialogs": {
40
34
  "types": "./dialogs/index.d.ts",
@@ -42,6 +36,12 @@
42
36
  "esm": "./esm2022/dialogs/kato-lee-components-dialogs.mjs",
43
37
  "default": "./fesm2022/kato-lee-components-dialogs.mjs"
44
38
  },
39
+ "./cards": {
40
+ "types": "./cards/index.d.ts",
41
+ "esm2022": "./esm2022/cards/kato-lee-components-cards.mjs",
42
+ "esm": "./esm2022/cards/kato-lee-components-cards.mjs",
43
+ "default": "./fesm2022/kato-lee-components-cards.mjs"
44
+ },
45
45
  "./fields": {
46
46
  "types": "./fields/index.d.ts",
47
47
  "esm2022": "./esm2022/fields/kato-lee-components-fields.mjs",
@@ -60,23 +60,23 @@
60
60
  "esm": "./esm2022/pretty-box/kato-lee-components-pretty-box.mjs",
61
61
  "default": "./fesm2022/kato-lee-components-pretty-box.mjs"
62
62
  },
63
- "./tables": {
64
- "types": "./tables/index.d.ts",
65
- "esm2022": "./esm2022/tables/kato-lee-components-tables.mjs",
66
- "esm": "./esm2022/tables/kato-lee-components-tables.mjs",
67
- "default": "./fesm2022/kato-lee-components-tables.mjs"
68
- },
69
63
  "./toast": {
70
64
  "types": "./toast/index.d.ts",
71
65
  "esm2022": "./esm2022/toast/kato-lee-components-toast.mjs",
72
66
  "esm": "./esm2022/toast/kato-lee-components-toast.mjs",
73
67
  "default": "./fesm2022/kato-lee-components-toast.mjs"
74
68
  },
69
+ "./tables": {
70
+ "types": "./tables/index.d.ts",
71
+ "esm2022": "./esm2022/tables/kato-lee-components-tables.mjs",
72
+ "esm": "./esm2022/tables/kato-lee-components-tables.mjs",
73
+ "default": "./fesm2022/kato-lee-components-tables.mjs"
74
+ },
75
75
  "./layouts/origin": {
76
76
  "types": "./layouts/origin/index.d.ts",
77
77
  "esm2022": "./esm2022/layouts/origin/kato-lee-components-layouts-origin.mjs",
78
78
  "esm": "./esm2022/layouts/origin/kato-lee-components-layouts-origin.mjs",
79
79
  "default": "./fesm2022/kato-lee-components-layouts-origin.mjs"
80
80
  }
81
- }
81
+ }
82
82
  }
@@ -1,3 +0,0 @@
1
- {
2
- "module": "../fesm2022/kato-lee-components-box-form.mjs"
3
- }
@@ -1,3 +0,0 @@
1
- {
2
- "module": "../fesm2022/kato-lee-components-capsule.mjs"
3
- }
@@ -1,3 +0,0 @@
1
- {
2
- "module": "../fesm2022/kato-lee-components-cards.mjs"
3
- }
@@ -1,3 +0,0 @@
1
- {
2
- "module": "../fesm2022/kato-lee-components-dialogs.mjs"
3
- }
@@ -1,3 +0,0 @@
1
- {
2
- "module": "../fesm2022/kato-lee-components-fields.mjs"
3
- }
@@ -1,3 +0,0 @@
1
- {
2
- "module": "../../fesm2022/kato-lee-components-layouts-origin.mjs"
3
- }
@@ -1,3 +0,0 @@
1
- {
2
- "module": "../fesm2022/kato-lee-components-modal.mjs"
3
- }
@@ -1,3 +0,0 @@
1
- {
2
- "module": "../fesm2022/kato-lee-components-pretty-box.mjs"
3
- }
@@ -1,3 +0,0 @@
1
- {
2
- "module": "../fesm2022/kato-lee-components-tables.mjs"
3
- }
@@ -1,3 +0,0 @@
1
- {
2
- "module": "../fesm2022/kato-lee-components-toast.mjs"
3
- }