1.0.12 • Published 3 months ago

@aemforms/af-custom-functions v1.0.12

Weekly downloads
-
License
MIT License, Copy...
Repository
-
Last release
3 months 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

3 months ago

1.0.12

3 months ago

1.0.10

5 months ago

1.0.9

7 months ago

1.0.8

8 months ago

1.0.7

9 months ago

1.0.6

11 months ago

1.0.5

12 months ago

1.0.4

12 months ago

1.0.3

12 months ago

1.0.2

12 months ago

1.0.1

12 months ago