@verbb/formie-web-components 1.0.0
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/CHANGELOG.md +5 -0
- package/LICENSE.md +40 -0
- package/README.md +49 -0
- package/dist/field-utils.d.ts +4 -0
- package/dist/field-utils.d.ts.map +1 -0
- package/dist/form-element.d.ts +53 -0
- package/dist/form-element.d.ts.map +1 -0
- package/dist/formie-core-form.d.ts +33 -0
- package/dist/formie-core-form.d.ts.map +1 -0
- package/dist/index.d.ts +19 -0
- package/dist/index.d.ts.map +1 -0
- package/dist/index.js +1596 -0
- package/dist/index.js.map +1 -0
- package/dist/registry.d.ts +30 -0
- package/dist/registry.d.ts.map +1 -0
- package/dist/render-view.d.ts +18 -0
- package/dist/render-view.d.ts.map +1 -0
- package/dist/signature-element.d.ts +23 -0
- package/dist/signature-element.d.ts.map +1 -0
- package/dist/signature_pad-69C-Dgt3.js +391 -0
- package/dist/signature_pad-69C-Dgt3.js.map +1 -0
- package/dist/types.d.ts +26 -0
- package/dist/types.d.ts.map +1 -0
- package/package.json +51 -0
package/CHANGELOG.md
ADDED
package/LICENSE.md
ADDED
|
@@ -0,0 +1,40 @@
|
|
|
1
|
+
Copyright © Verbb
|
|
2
|
+
|
|
3
|
+
Permission is hereby granted to any person obtaining a copy of this software
|
|
4
|
+
(the “Software”) to use, copy, modify, merge, publish and/or distribute copies
|
|
5
|
+
of the Software, and to permit persons to whom the Software is furnished to do
|
|
6
|
+
so, subject to the following conditions:
|
|
7
|
+
|
|
8
|
+
1. **Don’t plagiarize.** The above copyright notice and this license shall be
|
|
9
|
+
included in all copies or substantial portions of the Software.
|
|
10
|
+
|
|
11
|
+
2. **Don’t use the same license on more than one project.** Each licensed copy
|
|
12
|
+
of the Software shall be actively installed in no more than one production
|
|
13
|
+
environment at a time.
|
|
14
|
+
|
|
15
|
+
3. **Don’t mess with the licensing features.** Software features related to
|
|
16
|
+
licensing shall not be altered or circumvented in any way, including (but
|
|
17
|
+
not limited to) license validation, payment prompts, feature restrictions,
|
|
18
|
+
and update eligibility.
|
|
19
|
+
|
|
20
|
+
4. **Pay up.** Payment shall be made immediately upon receipt of any notice,
|
|
21
|
+
prompt, reminder, or other message indicating that a payment is owed.
|
|
22
|
+
|
|
23
|
+
5. **Follow the law.** All use of the Software shall not violate any applicable
|
|
24
|
+
law or regulation, nor infringe the rights of any other person or entity.
|
|
25
|
+
|
|
26
|
+
Failure to comply with the foregoing conditions will automatically and
|
|
27
|
+
immediately result in termination of the permission granted hereby. This
|
|
28
|
+
license does not include any right to receive updates to the Software or
|
|
29
|
+
technical support. Licensees bear all risk related to the quality and
|
|
30
|
+
performance of the Software and any modifications made or obtained to it,
|
|
31
|
+
including liability for actual and consequential harm, such as loss or
|
|
32
|
+
corruption of data, and any necessary service, repair, or correction.
|
|
33
|
+
|
|
34
|
+
THE SOFTWARE IS PROVIDED “AS IS”, WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
|
|
35
|
+
IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
|
|
36
|
+
FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE
|
|
37
|
+
AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES, OR OTHER
|
|
38
|
+
LIABILITY, INCLUDING SPECIAL, INCIDENTAL AND CONSEQUENTIAL DAMAGES, WHETHER IN
|
|
39
|
+
AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN CONNECTION
|
|
40
|
+
WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE.
|
package/README.md
ADDED
|
@@ -0,0 +1,49 @@
|
|
|
1
|
+
# @verbb/formie-web-components
|
|
2
|
+
|
|
3
|
+
Custom elements for Formie’s browser runtime:
|
|
4
|
+
|
|
5
|
+
- **`formie-form`** — server-rendered forms via `@verbb/formie-browser` (`createFormieClient`, themes, server-rendered markup).
|
|
6
|
+
- **`formie-core-form`** — Definition + `@verbb/formie-core` runtime (REST/GraphQL envelope load, Lit field tree, optional registry overrides).
|
|
7
|
+
- **`formie-internal-signature`** — Internal element used by the core form renderer for draw-signature fields (registered with the public elements).
|
|
8
|
+
|
|
9
|
+
## Install
|
|
10
|
+
|
|
11
|
+
```bash
|
|
12
|
+
npm install @verbb/formie-browser @verbb/formie-web-components
|
|
13
|
+
```
|
|
14
|
+
|
|
15
|
+
(`@verbb/formie-core` is a dependency of this package.)
|
|
16
|
+
|
|
17
|
+
## Usage
|
|
18
|
+
|
|
19
|
+
```ts
|
|
20
|
+
import { registerFormieWebComponents } from '@verbb/formie-web-components';
|
|
21
|
+
import '@verbb/formie-browser/css/formie.css';
|
|
22
|
+
|
|
23
|
+
registerFormieWebComponents();
|
|
24
|
+
```
|
|
25
|
+
|
|
26
|
+
Server-rendered forms:
|
|
27
|
+
|
|
28
|
+
```html
|
|
29
|
+
<formie-form
|
|
30
|
+
form-handle="contactForm"
|
|
31
|
+
endpoint="https://your-craft.test/actions/formie/server/forms/render"
|
|
32
|
+
></formie-form>
|
|
33
|
+
```
|
|
34
|
+
|
|
35
|
+
Client-rendered runtime UI:
|
|
36
|
+
|
|
37
|
+
```html
|
|
38
|
+
<formie-core-form
|
|
39
|
+
form-handle="contactForm"
|
|
40
|
+
endpoint="https://your-craft.test"
|
|
41
|
+
transport="rest"
|
|
42
|
+
></formie-core-form>
|
|
43
|
+
```
|
|
44
|
+
|
|
45
|
+
## Public API
|
|
46
|
+
|
|
47
|
+
Import from `@verbb/formie-web-components` only. CSS continues to come from `@verbb/formie-browser`.
|
|
48
|
+
|
|
49
|
+
Advanced: `FormieRegistry`, `renderFormView`, `FORMIE_CONTROL_VALUE_EVENT`, etc., for custom field controls, optional per-field hosts, and layout regions.
|
|
@@ -0,0 +1,4 @@
|
|
|
1
|
+
import { type FrontendFieldDefinition } from '@verbb/formie-core';
|
|
2
|
+
export declare function isFieldDefinition(candidate: unknown): candidate is FrontendFieldDefinition;
|
|
3
|
+
export declare function resolveFieldRendererType(field: FrontendFieldDefinition): FrontendFieldDefinition['type'];
|
|
4
|
+
//# sourceMappingURL=field-utils.d.ts.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"field-utils.d.ts","sourceRoot":"","sources":["../src/field-utils.ts"],"names":[],"mappings":"AAAA,OAAO,EAA4B,KAAK,uBAAuB,EAAE,MAAM,oBAAoB,CAAC;AAE5F,wBAAgB,iBAAiB,CAAC,SAAS,EAAE,OAAO,GAAG,SAAS,IAAI,uBAAuB,CAE1F;AAED,wBAAgB,wBAAwB,CAAC,KAAK,EAAE,uBAAuB,GAAG,uBAAuB,CAAC,MAAM,CAAC,CAyBxG"}
|
|
@@ -0,0 +1,53 @@
|
|
|
1
|
+
import type { FormAction, FormEndpointPayload, FormMountOptions, FormieFormInstance, FormSubmitResult } from '@verbb/formie-browser';
|
|
2
|
+
export type FormieFormElementOptions = {
|
|
3
|
+
baseUrl?: string;
|
|
4
|
+
} & Partial<FormMountOptions>;
|
|
5
|
+
export declare class FormieFormElement extends HTMLElement {
|
|
6
|
+
static get observedAttributes(): string[];
|
|
7
|
+
private client;
|
|
8
|
+
private mountRoot;
|
|
9
|
+
private mountedInstance;
|
|
10
|
+
private optionState;
|
|
11
|
+
private mountScheduled;
|
|
12
|
+
private eventUnsubs;
|
|
13
|
+
constructor();
|
|
14
|
+
/** Lazily create client + mount container (not in the constructor). */
|
|
15
|
+
private ensureInitialized;
|
|
16
|
+
connectedCallback(): void;
|
|
17
|
+
disconnectedCallback(): void;
|
|
18
|
+
attributeChangedCallback(name: string, oldValue: string | null, newValue: string | null): void;
|
|
19
|
+
get baseUrl(): string | undefined;
|
|
20
|
+
set baseUrl(value: string | undefined);
|
|
21
|
+
get transport(): FormMountOptions["transport"] | undefined;
|
|
22
|
+
set transport(value: FormMountOptions['transport'] | undefined);
|
|
23
|
+
get theme(): FormMountOptions["theme"] | undefined;
|
|
24
|
+
set theme(value: FormMountOptions['theme'] | undefined);
|
|
25
|
+
get themeConfig(): FormMountOptions["themeConfig"] | undefined;
|
|
26
|
+
set themeConfig(value: FormMountOptions['themeConfig'] | undefined);
|
|
27
|
+
get payload(): FormEndpointPayload | undefined;
|
|
28
|
+
set payload(value: FormEndpointPayload | undefined);
|
|
29
|
+
get formHandle(): string | undefined;
|
|
30
|
+
set formHandle(value: string | undefined);
|
|
31
|
+
get endpoint(): string | undefined;
|
|
32
|
+
set endpoint(value: string | undefined);
|
|
33
|
+
get staticCache(): boolean | undefined;
|
|
34
|
+
set staticCache(value: boolean | undefined);
|
|
35
|
+
get refreshTokens(): boolean | undefined;
|
|
36
|
+
set refreshTokens(value: boolean | undefined);
|
|
37
|
+
get locale(): string | undefined;
|
|
38
|
+
set locale(value: string | undefined);
|
|
39
|
+
get siteId(): number | undefined;
|
|
40
|
+
set siteId(value: number | undefined);
|
|
41
|
+
get autoVisible(): boolean | undefined;
|
|
42
|
+
set autoVisible(value: boolean | undefined);
|
|
43
|
+
get mode(): FormMountOptions["mode"] | undefined;
|
|
44
|
+
set mode(value: FormMountOptions['mode'] | undefined);
|
|
45
|
+
getInstance(): FormieFormInstance | null;
|
|
46
|
+
submit(action?: FormAction): Promise<FormSubmitResult | null>;
|
|
47
|
+
private buildOptions;
|
|
48
|
+
private bindInstanceEvents;
|
|
49
|
+
private scheduleMount;
|
|
50
|
+
private mount;
|
|
51
|
+
private unmount;
|
|
52
|
+
}
|
|
53
|
+
//# sourceMappingURL=form-element.d.ts.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"form-element.d.ts","sourceRoot":"","sources":["../src/form-element.ts"],"names":[],"mappings":"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"}
|
|
@@ -0,0 +1,33 @@
|
|
|
1
|
+
import { type FrontendFormInstance } from '@verbb/formie-core';
|
|
2
|
+
import { LitElement } from 'lit';
|
|
3
|
+
import { type FormieRegistry } from './registry.js';
|
|
4
|
+
export declare class FormieCoreForm extends LitElement {
|
|
5
|
+
endpoint: string;
|
|
6
|
+
formHandle: string;
|
|
7
|
+
siteId?: number;
|
|
8
|
+
transport: 'rest' | 'graphql';
|
|
9
|
+
fetchCredentials: RequestCredentials;
|
|
10
|
+
formClass: string;
|
|
11
|
+
loadingMessage: string;
|
|
12
|
+
/** Per-instance UI registry (defaults to {@link getFormieRegistry}). */
|
|
13
|
+
registry: FormieRegistry | undefined;
|
|
14
|
+
private loadError;
|
|
15
|
+
private booting;
|
|
16
|
+
private snapshot;
|
|
17
|
+
private instance;
|
|
18
|
+
private unsubscribers;
|
|
19
|
+
private loadGeneration;
|
|
20
|
+
createRenderRoot(): HTMLElement | DocumentFragment;
|
|
21
|
+
disconnectedCallback(): void;
|
|
22
|
+
connectedCallback(): void;
|
|
23
|
+
protected willUpdate(changed: Map<PropertyKey, unknown>): void;
|
|
24
|
+
/** Form instance after a successful load; `null` while loading or after teardown. */
|
|
25
|
+
getFormieInstance(): FrontendFormInstance | null;
|
|
26
|
+
/** Reload envelope + form instance from the server. */
|
|
27
|
+
reload(): Promise<void>;
|
|
28
|
+
private get resolvedRegistry();
|
|
29
|
+
private teardown;
|
|
30
|
+
private bootstrap;
|
|
31
|
+
protected render(): import("lit-html").TemplateResult;
|
|
32
|
+
}
|
|
33
|
+
//# sourceMappingURL=formie-core-form.d.ts.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"formie-core-form.d.ts","sourceRoot":"","sources":["../src/formie-core-form.ts"],"names":[],"mappings":"AAAA,OAAO,EAOH,KAAK,oBAAoB,EAE5B,MAAM,oBAAoB,CAAC;AAC5B,OAAO,EAAE,UAAU,EAAE,MAAM,KAAK,CAAC;AAGjC,OAAO,EAAmD,KAAK,cAAc,EAAE,MAAM,eAAe,CAAC;AASrG,qBAAa,cAAe,SAAQ,UAAU;IACd,QAAQ,SAAM;IAEY,UAAU,SAAM;IAiBtE,MAAM,CAAC,EAAE,MAAM,CAAC;IAYhB,SAAS,EAAE,MAAM,GAAG,SAAS,CAAU;IAcvC,gBAAgB,EAAE,kBAAkB,CAAiB;IAEA,SAAS,SAAM;IAEV,cAAc,SAAmB;IAE3F,wEAAwE;IACxC,QAAQ,EAAE,cAAc,GAAG,SAAS,CAAC;IAE5D,OAAO,CAAC,SAAS,CAAuB;IAExC,OAAO,CAAC,OAAO,CAAS;IAExB,OAAO,CAAC,QAAQ,CAAkC;IAE3D,OAAO,CAAC,QAAQ,CAAqC;IAErD,OAAO,CAAC,aAAa,CAAyB;IAE9C,OAAO,CAAC,cAAc,CAAK;IAElB,gBAAgB,IAAI,WAAW,GAAG,gBAAgB;IAIlD,oBAAoB,IAAI,IAAI;IAK5B,iBAAiB,IAAI,IAAI;cAKf,UAAU,CAAC,OAAO,EAAE,GAAG,CAAC,WAAW,EAAE,OAAO,CAAC,GAAG,IAAI;IAcvE,qFAAqF;IACrF,iBAAiB,IAAI,oBAAoB,GAAG,IAAI;IAIhD,uDAAuD;IACjD,MAAM,IAAI,OAAO,CAAC,IAAI,CAAC;IAI7B,OAAO,KAAK,gBAAgB,GAE3B;IAED,OAAO,CAAC,QAAQ;YAWF,SAAS;cAqFJ,MAAM;CAmC5B"}
|
package/dist/index.d.ts
ADDED
|
@@ -0,0 +1,19 @@
|
|
|
1
|
+
export type { FormieFormElementOptions } from './form-element.js';
|
|
2
|
+
export { FormieFormElement } from './form-element.js';
|
|
3
|
+
export type { FormieRegionKey, FormieFieldControlElement, FormieFieldElement } from './types.js';
|
|
4
|
+
export { FORMIE_CONTROL_VALUE_EVENT } from './types.js';
|
|
5
|
+
export { assertValidCustomElementName, createFormieRegistry, FormieRegistry, getFormieRegistry, } from './registry.js';
|
|
6
|
+
export type { FormieRenderHost, RenderViewContext } from './render-view.js';
|
|
7
|
+
export { renderErrorView, renderFormView, renderLoadingView } from './render-view.js';
|
|
8
|
+
export { FormieCoreForm } from './formie-core-form.js';
|
|
9
|
+
export { FormieInternalSignature } from './signature-element.js';
|
|
10
|
+
export { isFieldDefinition, resolveFieldRendererType } from './field-utils.js';
|
|
11
|
+
/**
|
|
12
|
+
* Registers all Formie custom elements: `formie-form` (server-rendered forms via formie-browser),
|
|
13
|
+
* `formie-core-form` (definition-driven UI), and `formie-internal-signature`.
|
|
14
|
+
* Safe to call more than once.
|
|
15
|
+
*/
|
|
16
|
+
export declare function registerFormieWebComponents(): void;
|
|
17
|
+
export { createFormieClient } from '@verbb/formie-browser';
|
|
18
|
+
export type { FormAction, FormDefinitionPayload, FormEndpointPayload, FormEventUnsubscribe, FormMountOptions, FormieClient, FormieFormInstance, FormSubmitResult, } from '@verbb/formie-browser';
|
|
19
|
+
//# sourceMappingURL=index.d.ts.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"index.d.ts","sourceRoot":"","sources":["../src/index.ts"],"names":[],"mappings":"AAIA,YAAY,EAAE,wBAAwB,EAAE,MAAM,mBAAmB,CAAC;AAClE,OAAO,EAAE,iBAAiB,EAAE,MAAM,mBAAmB,CAAC;AAEtD,YAAY,EAAE,eAAe,EAAE,yBAAyB,EAAE,kBAAkB,EAAE,MAAM,YAAY,CAAC;AACjG,OAAO,EAAE,0BAA0B,EAAE,MAAM,YAAY,CAAC;AACxD,OAAO,EACH,4BAA4B,EAC5B,oBAAoB,EACpB,cAAc,EACd,iBAAiB,GACpB,MAAM,eAAe,CAAC;AACvB,YAAY,EAAE,gBAAgB,EAAE,iBAAiB,EAAE,MAAM,kBAAkB,CAAC;AAC5E,OAAO,EAAE,eAAe,EAAE,cAAc,EAAE,iBAAiB,EAAE,MAAM,kBAAkB,CAAC;AACtF,OAAO,EAAE,cAAc,EAAE,MAAM,uBAAuB,CAAC;AACvD,OAAO,EAAE,uBAAuB,EAAE,MAAM,wBAAwB,CAAC;AACjE,OAAO,EAAE,iBAAiB,EAAE,wBAAwB,EAAE,MAAM,kBAAkB,CAAC;AAI/E;;;;GAIG;AACH,wBAAgB,2BAA2B,IAAI,IAAI,CAkBlD;AAED,OAAO,EAAE,kBAAkB,EAAE,MAAM,uBAAuB,CAAC;AAC3D,YAAY,EACR,UAAU,EACV,qBAAqB,EACrB,mBAAmB,EACnB,oBAAoB,EACpB,gBAAgB,EAChB,YAAY,EACZ,kBAAkB,EAClB,gBAAgB,GACnB,MAAM,uBAAuB,CAAC"}
|