@dev-tcloud/tcloud-ui 0.0.21 → 0.0.23

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.
@@ -8,7 +8,7 @@ export declare class TCloudUiInputSearchComponent implements OnInit {
8
8
  * @param placeholder string - placeholder no input
9
9
  * @param mirror boolean - Exibir os valores espelhados ou somente os valores encontrados
10
10
  * @param base_object object - Objeto onde ser procurado
11
- * @param found - Evite o valor encontrado
11
+ * @param found - Emite o valor encontrado
12
12
  */
13
13
  placeholder: string;
14
14
  mirror: boolean;
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@dev-tcloud/tcloud-ui",
3
- "version": "0.0.21",
3
+ "version": "0.0.23",
4
4
  "peerDependencies": {
5
5
  "@angular/common": "^14.1.0",
6
6
  "@angular/core": "^14.1.0"