1.0.12 • Published 2 months ago

@aemforms/af-custom-functions v1.0.12

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

2 months ago

1.0.12

2 months ago

1.0.10

4 months ago

1.0.9

6 months ago

1.0.8

7 months ago

1.0.7

8 months ago

1.0.6

10 months ago

1.0.5

10 months ago

1.0.4

10 months ago

1.0.3

10 months ago

1.0.2

11 months ago

1.0.1

11 months ago