tailjng 0.0.29 → 0.0.30

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.
@@ -103,7 +103,7 @@ function getComponentList() {
103
103
  dependencies: ["select-dropdown", "select-multi-table", "button", "dialog", "checkbox-switch"],
104
104
  },
105
105
  'card-crud-complete': {
106
- path: "src/lib/components/card/card-complete",
106
+ path: "src/lib/components/card/card-crud-complete",
107
107
  dependencies: ["paginator-complete", "filter-complete"],
108
108
  },
109
109
  'menu-options-table': {
@@ -115,7 +115,7 @@ function getComponentList() {
115
115
 
116
116
 
117
117
  'table-crud-complete': {
118
- path: "src/lib/components/table/table-complete",
118
+ path: "src/lib/components/table/table-crud-complete",
119
119
  dependencies: ["button", "paginator-complete", "filter-complete", "checkbox-input", "menu-options-table", "dialog", "image-viewer", "select-dropdown", "input"],
120
120
  },
121
121
  'table-complete': {
@@ -27,7 +27,7 @@ Authors:
27
27
  License:
28
28
  This project is licensed under the BSD 3-Clause - see the LICENSE file for more details.
29
29
 
30
- Version: 0.0.29
30
+ Version: 0.0.30
31
31
  Creation Date: 2025-01-04
32
32
  ===============================================`
33
33
 
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "tailjng",
3
- "version": "0.0.29",
3
+ "version": "0.0.30",
4
4
  "peerDependencies": {
5
5
  "@angular/common": "^19.2.0",
6
6
  "@angular/core": "^19.2.0",