1.0.12 • Published 29 days ago

@aemforms/af-custom-functions v1.0.12

Weekly downloads
-
License
MIT License, Copy...
Repository
-
Last release
29 days ago

af-custom-functions

npm version

Provides a collection of custom functions designed to aid creation of adaptive form in AEM.

Installation

npm install @aemforms/af-custom-funtions

Usage

// In user's code (ESM)
import { validateURL, navigateTo, toObject } from '@aemforms/af-custom-functions';
// Usage
const result = validateURL('https://example.com');
navigateTo('https://example.com', '_blank');
const obj = toObject('{"key": "value"}');
1.0.11

1 month ago

1.0.12

29 days ago

1.0.10

2 months ago

1.0.9

4 months ago

1.0.8

6 months ago

1.0.7

7 months ago

1.0.6

8 months ago

1.0.5

9 months ago

1.0.4

9 months ago

1.0.3

9 months ago

1.0.2

9 months ago

1.0.1

9 months ago