1.0.12 • Published 4 months ago

@aemforms/af-custom-functions v1.0.12

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

4 months ago

1.0.12

4 months ago

1.0.10

6 months ago

1.0.9

8 months ago

1.0.8

9 months ago

1.0.7

10 months ago

1.0.6

12 months ago

1.0.5

1 year ago

1.0.4

1 year ago

1.0.3

1 year ago

1.0.2

1 year ago

1.0.1

1 year ago