UNPKG

925 BJavaScriptView Raw
1"use strict";
2Object.defineProperty(exports, "__esModule", { value: true });
3exports.Component = {
4 bearerContext: 'bearerContext',
5 componentWillLoad: 'componentWillLoad',
6 componentDidUnload: 'componentDidUnload',
7 componentDidLoad: 'componentDidLoad',
8 setupId: 'setupId'
9};
10exports.Decorators = {
11 Component: 'Component',
12 Element: 'Element',
13 RootComponent: 'RootComponent',
14 Prop: 'Prop',
15 State: 'State',
16 Watch: 'Watch',
17 BearerState: 'BearerState',
18 Intent: 'Intent',
19 RetrieveStateIntent: 'RetrieveStateIntent',
20 SaveStateIntent: 'SaveStateIntent',
21 statePropName: 'statePropName'
22};
23exports.Module = {
24 BEARER_CORE_MODULE: '@bearer/core'
25};
26exports.Types = {
27 HTMLElement: 'HTMLElement',
28 IntentType: 'IntentType',
29 SaveState: 'SaveState',
30 RetrieveState: 'RetrieveState'
31};
32exports.Properties = {
33 ReferenceId: 'referenceId',
34 Element: 'el'
35};