diff --git a/.env.dev b/.env.dev index f43da0b..45e6091 100644 --- a/.env.dev +++ b/.env.dev @@ -15,6 +15,10 @@ STOVE_M_API_URL=https://maintenance.gate8.com # STOVE - GNB STOVE_GNB=https://js-cdn-dev.onstove.com/libs/common-gnb/latest/stove-gnb.js +# STOVE - Coupon +STOVE_COUPON_URL=https://bill-dev.onstove.com/History/UserCouponList.aspx +STOVE_M_COUPON_URL=https://bill-dev.onstove.com/g-coupon/RegCouponM.aspx + # STOVE - Client Download STOVE_LAUNCHER_SCRIPT=https://js-cdn.gate8.com/libs/stove-js-service/latest/launcher-pack.js STOVE_CLIENT_DOWNLOAD_URL=https://sgs-gate8-dl.game.playstove.com/game/lcs/STOVESetup.exe diff --git a/.env.live b/.env.live index d8200e9..711fecb 100644 --- a/.env.live +++ b/.env.live @@ -15,6 +15,10 @@ STOVE_M_API_URL=https://maintenance.onstove.com # STOVE - GNB STOVE_GNB=https://js-cdn.onstove.com/libs/common-gnb/latest/stove-gnb.js +# STOVE - Coupon +STOVE_COUPON_URL=https://bill-dev.onstove.com/History/UserCouponList.aspx +STOVE_M_COUPON_URL=https://bill-dev.onstove.com/g-coupon/RegCouponM.aspx + # STOVE - Client Download STOVE_LAUNCHER_SCRIPT=https://js-cdn.onstove.com/libs/stove-js-service/latest/launcher-pack.js STOVE_CLIENT_DOWNLOAD_URL=https://sgs-live-dl.game.playstove.com/game/lcs/STOVESetup.exe diff --git a/.env.qa b/.env.qa index 401fcc6..6e6d5f2 100644 --- a/.env.qa +++ b/.env.qa @@ -15,6 +15,10 @@ STOVE_M_API_URL=https://maintenance.gate8.com # STOVE - GNB STOVE_GNB=https://js-cdn-qa.onstove.com/libs/common-gnb/latest/stove-gnb.js +# STOVE - Coupon +STOVE_COUPON_URL=https://bill-qa.onstove.com/History/UserCouponList.aspx +STOVE_M_COUPON_URL=https://bill-qa.onstove.com/g-coupon/RegCouponM.aspx + # STOVE - Client Download STOVE_LAUNCHER_SCRIPT=https://js-cdn.gate8.com/libs/stove-js-service/latest/launcher-pack.js STOVE_CLIENT_DOWNLOAD_URL=https://sgs-gate8-dl.game.playstove.com/game/lcs/STOVESetup.exe diff --git a/.env.sandbox b/.env.sandbox index 5c03b91..d5c3676 100644 --- a/.env.sandbox +++ b/.env.sandbox @@ -15,6 +15,10 @@ STOVE_M_API_URL=https://maintenance.gate8.com # STOVE - GNB STOVE_GNB=https://js-cdn.gate8.com/libs/common-gnb/latest/stove-gnb.js +# STOVE - Coupon +STOVE_COUPON_URL=https://bill-qa.onstove.com/History/UserCouponList.aspx +STOVE_M_COUPON_URL=https://bill-qa.onstove.com/g-coupon/RegCouponM.aspx + # STOVE - Client Download STOVE_LAUNCHER_SCRIPT=https://js-cdn.gate8.com/libs/stove-js-service/latest/launcher-pack.js STOVE_CLIENT_DOWNLOAD_URL=https://sgs-gate8-dl.game.playstove.com/game/lcs/STOVESetup.exe diff --git a/layers/components/atoms/Input.vue b/layers/components/atoms/Input.vue new file mode 100644 index 0000000..a80f637 --- /dev/null +++ b/layers/components/atoms/Input.vue @@ -0,0 +1,58 @@ + + + + + diff --git a/layers/components/atoms/Select.vue b/layers/components/atoms/Select.vue new file mode 100644 index 0000000..f941b2c --- /dev/null +++ b/layers/components/atoms/Select.vue @@ -0,0 +1,99 @@ + + + + + diff --git a/layers/components/atoms/icons/ArrowDoubleLeftLine.vue b/layers/components/atoms/icons/ArrowDoubleLeftLine.vue new file mode 100644 index 0000000..df021bd --- /dev/null +++ b/layers/components/atoms/icons/ArrowDoubleLeftLine.vue @@ -0,0 +1,34 @@ + + + diff --git a/layers/components/atoms/icons/CalendarLine.vue b/layers/components/atoms/icons/CalendarLine.vue new file mode 100644 index 0000000..87f2519 --- /dev/null +++ b/layers/components/atoms/icons/CalendarLine.vue @@ -0,0 +1,32 @@ + + + diff --git a/layers/components/atoms/icons/CheckLine.vue b/layers/components/atoms/icons/CheckLine.vue new file mode 100644 index 0000000..d33c59e --- /dev/null +++ b/layers/components/atoms/icons/CheckLine.vue @@ -0,0 +1,28 @@ + + + diff --git a/layers/components/atoms/icons/CloseCircleFill.vue b/layers/components/atoms/icons/CloseCircleFill.vue new file mode 100644 index 0000000..959b44c --- /dev/null +++ b/layers/components/atoms/icons/CloseCircleFill.vue @@ -0,0 +1,28 @@ + + + diff --git a/layers/components/atoms/icons/CouponFill.vue b/layers/components/atoms/icons/CouponFill.vue new file mode 100644 index 0000000..3527139 --- /dev/null +++ b/layers/components/atoms/icons/CouponFill.vue @@ -0,0 +1,28 @@ + + + diff --git a/layers/components/atoms/icons/DesktopLine.vue b/layers/components/atoms/icons/DesktopLine.vue new file mode 100644 index 0000000..ed9dbdc --- /dev/null +++ b/layers/components/atoms/icons/DesktopLine.vue @@ -0,0 +1,32 @@ + + + diff --git a/layers/components/atoms/icons/SearchLine.vue b/layers/components/atoms/icons/SearchLine.vue new file mode 100644 index 0000000..3ec5e68 --- /dev/null +++ b/layers/components/atoms/icons/SearchLine.vue @@ -0,0 +1,28 @@ + + + diff --git a/layers/components/atoms/icons/SelectArrowDownFill.vue b/layers/components/atoms/icons/SelectArrowDownFill.vue new file mode 100644 index 0000000..87b9b74 --- /dev/null +++ b/layers/components/atoms/icons/SelectArrowDownFill.vue @@ -0,0 +1,26 @@ + + + diff --git a/layers/components/blocks/DatePicker.vue b/layers/components/blocks/DatePicker.vue new file mode 100644 index 0000000..f9e805f --- /dev/null +++ b/layers/components/blocks/DatePicker.vue @@ -0,0 +1,524 @@ + + + + + diff --git a/layers/components/blocks/Pagination.vue b/layers/components/blocks/Pagination.vue new file mode 100644 index 0000000..aeaf013 --- /dev/null +++ b/layers/components/blocks/Pagination.vue @@ -0,0 +1,150 @@ + + + + + diff --git a/layers/components/widgets/FixSubTitle.vue b/layers/components/widgets/FixSubTitle.vue index 6da2947..d97ff25 100644 --- a/layers/components/widgets/FixSubTitle.vue +++ b/layers/components/widgets/FixSubTitle.vue @@ -43,11 +43,11 @@ const componentProps = computed(() => {