@praxisui/specification 1.0.0-beta.3 → 1.0.0-beta.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.
package/README.md CHANGED
@@ -1,5 +1,12 @@
1
1
  # @praxisui/specification
2
2
 
3
+ ## 🔰 Exemplos / Quickstart
4
+
5
+ Para ver esta biblioteca em funcionamento em uma aplicação completa, utilize o projeto de exemplo (Quickstart):
6
+
7
+ - Repositório: https://github.com/codexrodrigues/praxis-ui-quickstart
8
+ - O Quickstart demonstra a integração das bibliotecas `@praxisui/*` em um app Angular, incluindo instalação, configuração e uso em telas reais.
9
+
3
10
  > Biblioteca TypeScript para criar validações composáveis (Specification Pattern), com DSL legível, serialização JSON, metadados ricos e registries de funções/transformações.
4
11
 
5
12
  ## Visão Geral
@@ -1820,11 +1820,6 @@ const OPERATOR_KEYWORDS = {
1820
1820
  'xor': TokenType.XOR,
1821
1821
  'implies': TokenType.IMPLIES,
1822
1822
  'in': TokenType.IN,
1823
- 'contains': TokenType.CONTAINS,
1824
- 'startsWith': TokenType.STARTS_WITH,
1825
- 'endsWith': TokenType.ENDS_WITH,
1826
- 'atLeast': TokenType.AT_LEAST,
1827
- 'exactly': TokenType.EXACTLY,
1828
1823
  'true': TokenType.BOOLEAN,
1829
1824
  'false': TokenType.BOOLEAN,
1830
1825
  'null': TokenType.NULL