UNPKG
@malga-checkout/core
Version:
latest (1.23.0)
1.23.0
1.22.1
1.22.0
1.21.0
1.20.5
1.20.4
1.20.3
1.20.2
1.20.1
1.20.0
1.19.0
1.18.2
1.18.1
1.18.0
1.17.0
1.16.1
1.16.0
1.15.3
1.15.2
1.15.1
1.15.0
1.14.1
1.14.0
1.13.1
1.13.0
1.12.0
1.11.0
1.10.3
1.10.2
1.10.1
1.10.0
1.9.0
1.8.0
1.7.0
Core components for Malga Checkout
github.com/plughacker/malga-checkout
plughacker/malga-checkout
@malga-checkout/core
/
dist
/
collection
/
stores
/
dialog
/
dialog.js
16 lines
(15 loc)
•
319 B
JavaScript
View Raw
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
import { createStore }
from
'@stencil/store'
; export
const
{ state } =
createStore
({
configs
: {
mode
:
'success'
,
open
:
false
,
amount
:
0
,
paymentCode
:
''
,
paymentImageUrl
:
''
,
expirationDate
:
''
,
expirationTime
:
0
,
successMessage
:
''
,
errorTitle
:
''
,
errorMessage
:
''
, }, });