ts-glitter 21.5.7 → 21.6.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/lib/glitterBundle/html-component/editor.ts +5 -5
- package/lib/glitterBundle/html-component/widget.ts +1 -1
- package/lib/glitterBundle/plugins/add_item_dia.ts +3 -3
- package/lib/glitterBundle/plugins/dialog-style-editor.ts +4 -4
- package/lib/glitterBundle/plugins/editor-elem.ts +8 -8
- package/lib/glitterBundle/plugins/editor.ts +3 -3
- package/lowcode/Entry.js +1 -1
- package/lowcode/Entry.ts +1 -1
- package/lowcode/backend-manager/bg-customer-message.js +4 -4
- package/lowcode/backend-manager/bg-customer-message.ts +4 -4
- package/lowcode/backend-manager/bg-global-event.js +1 -1
- package/lowcode/backend-manager/bg-global-event.ts +1 -1
- package/lowcode/backend-manager/bg-guide.js +21 -21
- package/lowcode/backend-manager/bg-guide.ts +22 -22
- package/lowcode/backend-manager/bg-mobile-guide.js +4 -4
- package/lowcode/backend-manager/bg-mobile-guide.ts +4 -4
- package/lowcode/backend-manager/bg-seo.js +1 -1
- package/lowcode/backend-manager/bg-seo.ts +1 -1
- package/lowcode/backend-manager/bg-shopping.js +6 -6
- package/lowcode/backend-manager/bg-shopping.ts +6 -6
- package/lowcode/backend-manager/bg-wallet.js +3 -3
- package/lowcode/backend-manager/bg-wallet.ts +3 -3
- package/lowcode/backend-manager/bg-widget.js +6 -0
- package/lowcode/backend-manager/bg-widget.ts +7 -0
- package/lowcode/cms-plugin/POS-setting.js +1 -1
- package/lowcode/cms-plugin/POS-setting.ts +1 -1
- package/lowcode/cms-plugin/ai-generator/member-ai.js +2 -2
- package/lowcode/cms-plugin/ai-generator/member-ai.ts +2 -2
- package/lowcode/cms-plugin/ai-generator/product-ai.js +2 -2
- package/lowcode/cms-plugin/ai-generator/product-ai.ts +2 -2
- package/lowcode/cms-plugin/ai-message.js +2 -2
- package/lowcode/cms-plugin/ai-message.ts +2 -2
- package/lowcode/cms-plugin/ai-points-list.js +2 -2
- package/lowcode/cms-plugin/ai-points-list.ts +2 -2
- package/lowcode/cms-plugin/app-design.js +3 -3
- package/lowcode/cms-plugin/app-design.ts +3 -3
- package/lowcode/cms-plugin/app-release.js +2 -2
- package/lowcode/cms-plugin/app-release.ts +2 -2
- package/lowcode/cms-plugin/customer-message-user.js +5 -5
- package/lowcode/cms-plugin/customer-message-user.ts +5 -5
- package/lowcode/cms-plugin/data-analyze-module.js +3 -3
- package/lowcode/cms-plugin/data-analyze-module.ts +3 -3
- package/lowcode/cms-plugin/domain-setting.js +2 -2
- package/lowcode/cms-plugin/domain-setting.ts +2 -2
- package/lowcode/cms-plugin/live_capture.js +17 -17
- package/lowcode/cms-plugin/live_capture.ts +17 -17
- package/lowcode/cms-plugin/member-type-list.js +4 -4
- package/lowcode/cms-plugin/member-type-list.ts +4 -4
- package/lowcode/cms-plugin/module/form-module.js +1 -1
- package/lowcode/cms-plugin/module/form-module.ts +1 -1
- package/lowcode/cms-plugin/permission-setting.js +5 -5
- package/lowcode/cms-plugin/permission-setting.ts +5 -5
- package/lowcode/cms-plugin/pos-basic-setting.js +1 -1
- package/lowcode/cms-plugin/pos-basic-setting.ts +2 -2
- package/lowcode/cms-plugin/pos-checkout-setting.js +3 -3
- package/lowcode/cms-plugin/pos-checkout-setting.ts +4 -4
- package/lowcode/cms-plugin/pos-pages/payment-page.js +449 -232
- package/lowcode/cms-plugin/pos-pages/payment-page.ts +501 -278
- package/lowcode/cms-plugin/pos-pages/pos-function.js +3 -2
- package/lowcode/cms-plugin/pos-pages/pos-function.ts +4 -3
- package/lowcode/cms-plugin/pos-pages/pos-home-page.js +9 -9
- package/lowcode/cms-plugin/pos-pages/pos-home-page.ts +9 -9
- package/lowcode/cms-plugin/pos-pages/pos-summary.js +2 -2
- package/lowcode/cms-plugin/pos-pages/pos-summary.ts +2 -2
- package/lowcode/cms-plugin/pos-pages/products-page.js +6 -180
- package/lowcode/cms-plugin/pos-pages/products-page.ts +6 -185
- package/lowcode/cms-plugin/product-service.js +4 -4
- package/lowcode/cms-plugin/product-service.ts +4 -5
- package/lowcode/cms-plugin/reconciliation-area.js +24 -24
- package/lowcode/cms-plugin/reconciliation-area.ts +24 -24
- package/lowcode/cms-plugin/seo-blog.js +2 -2
- package/lowcode/cms-plugin/seo-blog.ts +2 -2
- package/lowcode/cms-plugin/seo-setting-v2.js +5 -5
- package/lowcode/cms-plugin/seo-setting-v2.ts +5 -5
- package/lowcode/cms-plugin/shopping-allowance-manager.js +4 -4
- package/lowcode/cms-plugin/shopping-allowance-manager.ts +4 -4
- package/lowcode/cms-plugin/shopping-collections.js +6 -6
- package/lowcode/cms-plugin/shopping-collections.ts +6 -6
- package/lowcode/cms-plugin/shopping-invoice-manager.js +11 -11
- package/lowcode/cms-plugin/shopping-invoice-manager.ts +11 -11
- package/lowcode/cms-plugin/shopping-order-manager.js +21 -13
- package/lowcode/cms-plugin/shopping-order-manager.ts +21 -13
- package/lowcode/cms-plugin/shopping-product-setting.js +1 -1
- package/lowcode/cms-plugin/shopping-product-setting.ts +1 -1
- package/lowcode/cms-plugin/shopping-product-text.js +5 -5
- package/lowcode/cms-plugin/shopping-product-text.ts +5 -5
- package/lowcode/cms-plugin/shopping-setting-basic.js +5 -6
- package/lowcode/cms-plugin/shopping-setting-basic.ts +5 -6
- package/lowcode/cms-plugin/shopping-shipment-setting.js +2 -2
- package/lowcode/cms-plugin/shopping-shipment-setting.ts +2 -2
- package/lowcode/cms-plugin/stock-history.js +7 -7
- package/lowcode/cms-plugin/stock-history.ts +7 -7
- package/lowcode/cms-plugin/stock-stores.js +2 -2
- package/lowcode/cms-plugin/stock-stores.ts +2 -2
- package/lowcode/cms-plugin/stock-vendors.js +2 -2
- package/lowcode/cms-plugin/stock-vendors.ts +2 -2
- package/lowcode/cms-plugin/third-party-google.js +1 -1
- package/lowcode/cms-plugin/third-party-google.ts +1 -1
- package/lowcode/cms-plugin/user-list.js +6 -2
- package/lowcode/cms-plugin/user-list.ts +7 -2
- package/lowcode/cms-plugin/user-login-setting.js +1 -1
- package/lowcode/cms-plugin/user-login-setting.ts +1 -1
- package/lowcode/cms-plugin/wallet-list.js +3 -3
- package/lowcode/cms-plugin/wallet-list.ts +3 -3
- package/lowcode/dialog/addTemplate.js +9 -9
- package/lowcode/dialog/addTemplate.ts +9 -9
- package/lowcode/dialog/dialog.js +1 -1
- package/lowcode/dialog/dialog.ts +1 -1
- package/lowcode/dialog/dialog_setting.js +1 -1
- package/lowcode/dialog/dialog_setting.ts +1 -1
- package/lowcode/dialog/image-preview.js +2 -2
- package/lowcode/dialog/image-preview.ts +2 -2
- package/lowcode/editor/add-component.js +4 -4
- package/lowcode/editor/add-component.ts +9 -9
- package/lowcode/editor/add-page.js +1 -1
- package/lowcode/editor/add-page.ts +1 -1
- package/lowcode/editor/normal-page-editor.js +2 -2
- package/lowcode/editor/normal-page-editor.ts +2 -2
- package/lowcode/editor/page-code-setting.js +1 -1
- package/lowcode/editor/page-code-setting.ts +1 -1
- package/lowcode/editor/page-editor.js +15 -15
- package/lowcode/editor/page-editor.ts +15 -15
- package/lowcode/editor/page-setting-view.js +6 -6
- package/lowcode/editor/page-setting-view.ts +6 -6
- package/lowcode/editor/preview-app.js +1 -1
- package/lowcode/editor/preview-app.ts +1 -1
- package/lowcode/editor/search-idea.js +2 -2
- package/lowcode/editor/search-idea.ts +2 -2
- package/lowcode/editor/set-global-value.js +9 -9
- package/lowcode/editor/set-global-value.ts +9 -9
- package/lowcode/editor-bridge/trigger-event.js +1 -1
- package/lowcode/editor-bridge/trigger-event.ts +1 -1
- package/lowcode/editor-components/global-widget/global-widget.js +1 -1
- package/lowcode/editor-components/global-widget/global-widget.ts +1 -1
- package/lowcode/editor-config.js +1 -1
- package/lowcode/editor-config.ts +1 -1
- package/lowcode/form-view/e-commerce/path-select.js +1 -1
- package/lowcode/form-view/e-commerce/path-select.ts +1 -1
- package/lowcode/form-view/e-commerce/product-select.js +1 -1
- package/lowcode/form-view/e-commerce/product-select.ts +1 -1
- package/lowcode/form-view/editor/color-theme-selector.js +2 -2
- package/lowcode/form-view/editor/color-theme-selector.ts +2 -2
- package/lowcode/form-view/editor/image-selector.js +5 -5
- package/lowcode/form-view/editor/image-selector.ts +5 -5
- package/lowcode/glitterBundle/html-component/custom-style.js +6 -6
- package/lowcode/glitterBundle/html-component/custom-style.ts +6 -6
- package/lowcode/glitterBundle/html-component/global-widget.js +2 -2
- package/lowcode/glitterBundle/html-component/global-widget.ts +2 -2
- package/lowcode/glitterBundle/html-component/widget.js +1 -1
- package/lowcode/glitterBundle/html-component/widget.ts +1 -1
- package/lowcode/glitterBundle/module/html-generate.js +2 -2
- package/lowcode/glitterBundle/module/html-generate.ts +2 -2
- package/lowcode/glitterBundle/plugins/add_item_dia.js +7 -7
- package/lowcode/glitterBundle/plugins/add_item_dia.ts +7 -7
- package/lowcode/glitterBundle/plugins/editor-elem.js +4 -6
- package/lowcode/glitterBundle/plugins/editor-elem.ts +4 -6
- package/lowcode/glitterBundle/plugins/editor.js +3 -3
- package/lowcode/glitterBundle/plugins/editor.ts +3 -3
- package/lowcode/glitterBundle/plugins/style-editor.js +5 -5
- package/lowcode/glitterBundle/plugins/style-editor.ts +5 -5
- package/lowcode/jspage/editor.js +3 -3
- package/lowcode/jspage/editor.ts +3 -3
- package/lowcode/jspage/function-page/main_editor.js +6 -6
- package/lowcode/jspage/function-page/main_editor.ts +6 -6
- package/lowcode/jspage/function-page/page_editor.js +4 -4
- package/lowcode/jspage/function-page/page_editor.ts +4 -4
- package/lowcode/jspage/function-page/server-editor/router/domain-manager.js +3 -3
- package/lowcode/jspage/function-page/server-editor/router/domain-manager.ts +3 -3
- package/lowcode/jspage/function-page/tool-setting.js +2 -2
- package/lowcode/jspage/function-page/tool-setting.ts +2 -2
- package/lowcode/landing-page/about-us.js +5 -5
- package/lowcode/landing-page/about-us.ts +5 -5
- package/lowcode/modules/file-system.js +2 -2
- package/lowcode/modules/file-system.ts +2 -2
- package/lowcode/modules/image-library-clone.js +4 -4
- package/lowcode/modules/image-library-clone.ts +4 -4
- package/lowcode/modules/image-library.js +2 -2
- package/lowcode/modules/image-library.ts +2 -2
- package/lowcode/official_view_component/official/component.js +1 -1
- package/lowcode/official_view_component/official/component.ts +1 -1
- package/lowcode/official_view_component/official/widget.js +1 -1
- package/lowcode/official_view_component/official/widget.ts +1 -1
- package/lowcode/public-components/banner/first-banner.js +1 -1
- package/lowcode/public-components/banner/first-banner.ts +1 -1
- package/lowcode/public-components/blogs/list.js +1 -1
- package/lowcode/public-components/blogs/list.ts +1 -1
- package/lowcode/public-components/headers/sy-02.js +4 -4
- package/lowcode/public-components/headers/sy-02.ts +4 -4
- package/lowcode/public-components/headers/sy-03.js +1 -1
- package/lowcode/public-components/headers/sy-03.ts +1 -1
- package/lowcode/public-components/headers/sy-04.js +2 -2
- package/lowcode/public-components/headers/sy-04.ts +2 -2
- package/lowcode/public-components/headers/sy-05.js +1 -1
- package/lowcode/public-components/headers/sy-05.ts +1 -1
- package/lowcode/public-components/user-manager/um-order.js +2 -2
- package/lowcode/public-components/user-manager/um-order.ts +2 -2
- package/lowcode/setting/appSetting.js +4 -4
- package/lowcode/setting/appSetting.ts +4 -4
- package/lowcode/setting/initialStyle.js +2 -2
- package/lowcode/setting/initialStyle.ts +2 -2
- package/lowcode/setting/pageManager.js +6 -6
- package/lowcode/setting/pageManager.ts +6 -6
- package/lowcode/view-model/saas-view-model.js +2 -2
- package/lowcode/view-model/saas-view-model.ts +2 -2
- package/package.json +1 -1
- package/src/index.js +7 -17
- package/src/index.js.map +1 -1
- package/src/index.ts +1 -0
- package/src/modules/database.js +2 -1
- package/src/modules/database.js.map +1 -1
- package/src/modules/database.ts +2 -1
- package/src/seo-config.js +0 -1
- package/src/seo-config.js.map +1 -1
- package/src/seo-config.ts +0 -1
- package/src/services/system-schedule.js +1 -2
- package/src/services/system-schedule.js.map +1 -1
- package/src/services/system-schedule.ts +4 -4
|
@@ -51,7 +51,7 @@ export class AiPointsList {
|
|
|
51
51
|
note: '',
|
|
52
52
|
};
|
|
53
53
|
return html`<div class="modal-content bg-white rounded-3 p-2" style="max-width:90%;width:400px;">
|
|
54
|
-
<div
|
|
54
|
+
<div >
|
|
55
55
|
${gvc.bindView(() => {
|
|
56
56
|
const id = gvc.glitter.getUUID();
|
|
57
57
|
return {
|
|
@@ -485,7 +485,7 @@ export class AiPointsList {
|
|
|
485
485
|
vm.data = vm.dataList[index];
|
|
486
486
|
gvc.glitter.innerDialog((gvc2) => {
|
|
487
487
|
return html`<div class="modal-content bg-white rounded-3 p-2" style="max-width:90%;width:400px;">
|
|
488
|
-
<div
|
|
488
|
+
<div >
|
|
489
489
|
${gvc.bindView(() => {
|
|
490
490
|
const id = gvc.glitter.getUUID();
|
|
491
491
|
return {
|
|
@@ -23,7 +23,7 @@ export class AppDesign {
|
|
|
23
23
|
<div class="d-flex flex-column" style="gap:5px;">
|
|
24
24
|
${[
|
|
25
25
|
`<div class="tx_normal fs-5 fw-500">2414-居家生活</div>`,
|
|
26
|
-
`<div class="tx_normal fs-sm fw-500 text-body"
|
|
26
|
+
`<div class="tx_normal fs-sm fw-500 text-body" >上次儲存時間: 03-21 14:27</div>`,
|
|
27
27
|
``,
|
|
28
28
|
].join('')}
|
|
29
29
|
</div>
|
|
@@ -51,7 +51,7 @@ export class AppDesign {
|
|
|
51
51
|
<div class="d-flex flex-column" style="gap:5px;">
|
|
52
52
|
${[
|
|
53
53
|
`<div class="tx_normal fs-6 fw-bold">佈景主題庫</div>`,
|
|
54
|
-
`<div class="tx_normal fs-sm fw-500 text-body"
|
|
54
|
+
`<div class="tx_normal fs-sm fw-500 text-body" >從佈景主題庫中,更換佈景主題樣式。</div>`,
|
|
55
55
|
``,
|
|
56
56
|
].join('')}
|
|
57
57
|
</div>
|
|
@@ -60,7 +60,7 @@ export class AppDesign {
|
|
|
60
60
|
<div class="d-flex flex-column" style="gap:5px;">
|
|
61
61
|
${[
|
|
62
62
|
`<div class="tx_normal fs-6 fw-bold">熱門免費佈景主題</div>`,
|
|
63
|
-
`<div class="tx_normal fs-sm fw-500 text-body"
|
|
63
|
+
`<div class="tx_normal fs-sm fw-500 text-body" >佈景主題涵蓋核心功能,無需編寫程式碼即可讓您輕鬆自訂。</div>`,
|
|
64
64
|
`<div class="w-100 border-top my-2"></div>`,
|
|
65
65
|
gvc.bindView(() => {
|
|
66
66
|
return {
|
|
@@ -18,7 +18,7 @@ export class AppDesign {
|
|
|
18
18
|
<div class="d-flex flex-column" style="gap:5px;">
|
|
19
19
|
${[
|
|
20
20
|
`<div class="tx_normal fs-5 fw-500">2414-居家生活</div>`,
|
|
21
|
-
`<div class="tx_normal fs-sm fw-500 text-body"
|
|
21
|
+
`<div class="tx_normal fs-sm fw-500 text-body" >上次儲存時間: 03-21 14:27</div>`,
|
|
22
22
|
``,
|
|
23
23
|
].join('')}
|
|
24
24
|
</div>
|
|
@@ -53,7 +53,7 @@ export class AppDesign {
|
|
|
53
53
|
<div class="d-flex flex-column" style="gap:5px;">
|
|
54
54
|
${[
|
|
55
55
|
`<div class="tx_normal fs-6 fw-bold">佈景主題庫</div>`,
|
|
56
|
-
`<div class="tx_normal fs-sm fw-500 text-body"
|
|
56
|
+
`<div class="tx_normal fs-sm fw-500 text-body" >從佈景主題庫中,更換佈景主題樣式。</div>`,
|
|
57
57
|
``,
|
|
58
58
|
].join('')}
|
|
59
59
|
</div>
|
|
@@ -62,7 +62,7 @@ export class AppDesign {
|
|
|
62
62
|
<div class="d-flex flex-column" style="gap:5px;">
|
|
63
63
|
${[
|
|
64
64
|
`<div class="tx_normal fs-6 fw-bold">熱門免費佈景主題</div>`,
|
|
65
|
-
`<div class="tx_normal fs-sm fw-500 text-body"
|
|
65
|
+
`<div class="tx_normal fs-sm fw-500 text-body" >佈景主題涵蓋核心功能,無需編寫程式碼即可讓您輕鬆自訂。</div>`,
|
|
66
66
|
`<div class="w-100 border-top my-2"></div>`,
|
|
67
67
|
gvc.bindView(()=>{
|
|
68
68
|
return {
|
|
@@ -567,7 +567,7 @@ export class AppRelease {
|
|
|
567
567
|
>
|
|
568
568
|
${BgWidget.title(dd.title, 'font-size:20px;')}
|
|
569
569
|
<div class="flex-fill"></div>
|
|
570
|
-
<div class="d-flex flex-column align-items-center justify-content-center"
|
|
570
|
+
<div class="d-flex flex-column align-items-center justify-content-center" >
|
|
571
571
|
<i class="fa-solid fa-caret-up fw-bold fs-2"></i>
|
|
572
572
|
<div class="fw-bold" style="font-size: 14px;margin-top: -5px;">收合</div>
|
|
573
573
|
</div>
|
|
@@ -592,7 +592,7 @@ export class AppRelease {
|
|
|
592
592
|
})}">
|
|
593
593
|
${BgWidget.title(dd.title, 'font-size:20px;')}
|
|
594
594
|
<div class="flex-fill"></div>
|
|
595
|
-
<div class="d-flex flex-column align-items-center justify-content-center"
|
|
595
|
+
<div class="d-flex flex-column align-items-center justify-content-center" >
|
|
596
596
|
<i class="fa-solid fa-caret-down fw-bold fs-2"></i>
|
|
597
597
|
<div class="fw-bold" style="font-size: 14px;margin-top: -5px;">展開</div>
|
|
598
598
|
</div>
|
|
@@ -637,7 +637,7 @@ export class AppRelease {
|
|
|
637
637
|
>
|
|
638
638
|
${BgWidget.title(dd.title, 'font-size:20px;')}
|
|
639
639
|
<div class="flex-fill"></div>
|
|
640
|
-
<div class="d-flex flex-column align-items-center justify-content-center"
|
|
640
|
+
<div class="d-flex flex-column align-items-center justify-content-center" >
|
|
641
641
|
<i class="fa-solid fa-caret-up fw-bold fs-2"></i>
|
|
642
642
|
<div class="fw-bold" style="font-size: 14px;margin-top: -5px;">收合</div>
|
|
643
643
|
</div>
|
|
@@ -665,7 +665,7 @@ export class AppRelease {
|
|
|
665
665
|
)}">
|
|
666
666
|
${BgWidget.title(dd.title, 'font-size:20px;')}
|
|
667
667
|
<div class="flex-fill"></div>
|
|
668
|
-
<div class="d-flex flex-column align-items-center justify-content-center"
|
|
668
|
+
<div class="d-flex flex-column align-items-center justify-content-center" >
|
|
669
669
|
<i class="fa-solid fa-caret-down fw-bold fs-2"></i>
|
|
670
670
|
<div class="fw-bold" style="font-size: 14px;margin-top: -5px;">展開</div>
|
|
671
671
|
</div>
|
|
@@ -579,7 +579,7 @@ export class CustomerMessageUser {
|
|
|
579
579
|
${(() => {
|
|
580
580
|
return imageArray.map((url, index) => {
|
|
581
581
|
return html `
|
|
582
|
-
<div
|
|
582
|
+
<div
|
|
583
583
|
style="position: relative;flex-shrink: 0;width: 25%;aspect-ratio: 1 / 1;background:50%/cover url('${url}')">
|
|
584
584
|
<i class="fa-sharp fa-regular fa-circle-xmark bg-white"
|
|
585
585
|
style="position: absolute;right: -6px;top: -6px;cursor:pointer;font-size: 20px"
|
|
@@ -667,7 +667,7 @@ export class CustomerMessageUser {
|
|
|
667
667
|
|
|
668
668
|
<div
|
|
669
669
|
class="position-relative w-100 me-2 ms-1 d-flex flex-column"
|
|
670
|
-
|
|
670
|
+
>
|
|
671
671
|
${gvc.bindView(() => {
|
|
672
672
|
return {
|
|
673
673
|
bind: textAreaId,
|
|
@@ -1102,7 +1102,7 @@ ${gvc.glitter.share.top_inset ? `padding-top:${gvc.glitter.share.top_inset}px !i
|
|
|
1102
1102
|
${(() => {
|
|
1103
1103
|
return imageArray.map((url, index) => {
|
|
1104
1104
|
return html `
|
|
1105
|
-
<div
|
|
1105
|
+
<div
|
|
1106
1106
|
style="position: relative;flex-shrink: 0;width: 25%;aspect-ratio: 1 / 1;background:50%/cover url('${url}')">
|
|
1107
1107
|
<i class="fa-sharp fa-regular fa-circle-xmark bg-white"
|
|
1108
1108
|
style="position: absolute;right: -6px;top: -6px;cursor:pointer;font-size: 20px"
|
|
@@ -1190,7 +1190,7 @@ ${gvc.glitter.share.top_inset ? `padding-top:${gvc.glitter.share.top_inset}px !i
|
|
|
1190
1190
|
|
|
1191
1191
|
<div
|
|
1192
1192
|
class="position-relative w-100 me-2 ms-1 d-flex flex-column"
|
|
1193
|
-
|
|
1193
|
+
>
|
|
1194
1194
|
${gvc.bindView(() => {
|
|
1195
1195
|
return {
|
|
1196
1196
|
bind: textAreaId,
|
|
@@ -1377,7 +1377,7 @@ ${gvc.glitter.share.top_inset ? `padding-top:${gvc.glitter.share.top_inset}px !i
|
|
|
1377
1377
|
returnHtml.push(html `
|
|
1378
1378
|
<div class=" fw-bold"
|
|
1379
1379
|
style=" height: 60px;display: flex;align-items: center;justify-content: center;font-size: 16px;">
|
|
1380
|
-
<div
|
|
1380
|
+
<div style="color: black;">即時解答</div>
|
|
1381
1381
|
</div>`);
|
|
1382
1382
|
}
|
|
1383
1383
|
robot.map((dd) => {
|
|
@@ -657,7 +657,7 @@ export class CustomerMessageUser {
|
|
|
657
657
|
${(() => {
|
|
658
658
|
return imageArray.map((url: string, index: number) => {
|
|
659
659
|
return html`
|
|
660
|
-
<div
|
|
660
|
+
<div
|
|
661
661
|
style="position: relative;flex-shrink: 0;width: 25%;aspect-ratio: 1 / 1;background:50%/cover url('${url}')">
|
|
662
662
|
<i class="fa-sharp fa-regular fa-circle-xmark bg-white"
|
|
663
663
|
style="position: absolute;right: -6px;top: -6px;cursor:pointer;font-size: 20px"
|
|
@@ -753,7 +753,7 @@ export class CustomerMessageUser {
|
|
|
753
753
|
|
|
754
754
|
<div
|
|
755
755
|
class="position-relative w-100 me-2 ms-1 d-flex flex-column"
|
|
756
|
-
|
|
756
|
+
>
|
|
757
757
|
${gvc.bindView(() => {
|
|
758
758
|
return {
|
|
759
759
|
bind: textAreaId,
|
|
@@ -1230,7 +1230,7 @@ ${gvc.glitter.share.top_inset ? `padding-top:${gvc.glitter.share.top_inset }px !
|
|
|
1230
1230
|
${(() => {
|
|
1231
1231
|
return imageArray.map((url: string, index: number) => {
|
|
1232
1232
|
return html`
|
|
1233
|
-
<div
|
|
1233
|
+
<div
|
|
1234
1234
|
style="position: relative;flex-shrink: 0;width: 25%;aspect-ratio: 1 / 1;background:50%/cover url('${url}')">
|
|
1235
1235
|
<i class="fa-sharp fa-regular fa-circle-xmark bg-white"
|
|
1236
1236
|
style="position: absolute;right: -6px;top: -6px;cursor:pointer;font-size: 20px"
|
|
@@ -1326,7 +1326,7 @@ ${gvc.glitter.share.top_inset ? `padding-top:${gvc.glitter.share.top_inset }px !
|
|
|
1326
1326
|
|
|
1327
1327
|
<div
|
|
1328
1328
|
class="position-relative w-100 me-2 ms-1 d-flex flex-column"
|
|
1329
|
-
|
|
1329
|
+
>
|
|
1330
1330
|
${gvc.bindView(() => {
|
|
1331
1331
|
return {
|
|
1332
1332
|
bind: textAreaId,
|
|
@@ -1516,7 +1516,7 @@ ${gvc.glitter.share.top_inset ? `padding-top:${gvc.glitter.share.top_inset }px !
|
|
|
1516
1516
|
returnHtml.push(html`
|
|
1517
1517
|
<div class=" fw-bold"
|
|
1518
1518
|
style=" height: 60px;display: flex;align-items: center;justify-content: center;font-size: 16px;">
|
|
1519
|
-
<div
|
|
1519
|
+
<div style="color: black;">即時解答</div>
|
|
1520
1520
|
</div>`);
|
|
1521
1521
|
}
|
|
1522
1522
|
robot.map((dd: any) => {
|
|
@@ -1553,7 +1553,7 @@ export class DataAnalyzeModule {
|
|
|
1553
1553
|
},
|
|
1554
1554
|
};
|
|
1555
1555
|
})}
|
|
1556
|
-
</div>`, vm.id, '#39afd1',
|
|
1556
|
+
</div>`, vm.id, '#39afd1', '');
|
|
1557
1557
|
},
|
|
1558
1558
|
onCreate: () => {
|
|
1559
1559
|
if (option.come_from !== 'all' && option.come_from !== 'website') {
|
|
@@ -1815,7 +1815,7 @@ export class DataAnalyzeModule {
|
|
|
1815
1815
|
},
|
|
1816
1816
|
};
|
|
1817
1817
|
})}
|
|
1818
|
-
</div>`, vm.id, '#ff6c02',
|
|
1818
|
+
</div>`, vm.id, '#ff6c02', '');
|
|
1819
1819
|
},
|
|
1820
1820
|
onCreate: () => {
|
|
1821
1821
|
if (option.come_from !== 'all' && option.come_from !== 'website') {
|
|
@@ -2086,7 +2086,7 @@ export class DataAnalyzeModule {
|
|
|
2086
2086
|
},
|
|
2087
2087
|
};
|
|
2088
2088
|
})}
|
|
2089
|
-
</div>`, vm.id, '#ffbc00',
|
|
2089
|
+
</div>`, vm.id, '#ffbc00', '');
|
|
2090
2090
|
},
|
|
2091
2091
|
onCreate: () => {
|
|
2092
2092
|
if (option.come_from !== 'all' && option.come_from !== 'website') {
|
|
@@ -1642,7 +1642,7 @@ export class DataAnalyzeModule {
|
|
|
1642
1642
|
</div>`,
|
|
1643
1643
|
vm.id,
|
|
1644
1644
|
'#39afd1',
|
|
1645
|
-
|
|
1645
|
+
''
|
|
1646
1646
|
);
|
|
1647
1647
|
},
|
|
1648
1648
|
onCreate: () => {
|
|
@@ -1920,7 +1920,7 @@ export class DataAnalyzeModule {
|
|
|
1920
1920
|
</div>`,
|
|
1921
1921
|
vm.id,
|
|
1922
1922
|
'#ff6c02',
|
|
1923
|
-
|
|
1923
|
+
''
|
|
1924
1924
|
);
|
|
1925
1925
|
},
|
|
1926
1926
|
onCreate: () => {
|
|
@@ -2210,7 +2210,7 @@ export class DataAnalyzeModule {
|
|
|
2210
2210
|
</div>`,
|
|
2211
2211
|
vm.id,
|
|
2212
2212
|
'#ffbc00',
|
|
2213
|
-
|
|
2213
|
+
''
|
|
2214
2214
|
);
|
|
2215
2215
|
},
|
|
2216
2216
|
onCreate: () => {
|
|
@@ -9,7 +9,7 @@ export class DomainSetting {
|
|
|
9
9
|
<span class="fs-lg fw-bold " style="color:black;">網域設定</span>
|
|
10
10
|
|
|
11
11
|
</div>
|
|
12
|
-
<div class="d-flex "
|
|
12
|
+
<div class="d-flex " >
|
|
13
13
|
<div>
|
|
14
14
|
${gvc.bindView(() => {
|
|
15
15
|
return {
|
|
@@ -30,7 +30,7 @@ export class DomainSetting {
|
|
|
30
30
|
});
|
|
31
31
|
return html `
|
|
32
32
|
<div class="d-flex">
|
|
33
|
-
<div
|
|
33
|
+
<div class="border-end w-100">
|
|
34
34
|
${gvc.bindView(() => {
|
|
35
35
|
return {
|
|
36
36
|
bind: contentVM.leftID,
|
|
@@ -12,7 +12,7 @@ export class DomainSetting{
|
|
|
12
12
|
<span class="fs-lg fw-bold " style="color:black;">網域設定</span>
|
|
13
13
|
|
|
14
14
|
</div>
|
|
15
|
-
<div class="d-flex "
|
|
15
|
+
<div class="d-flex " >
|
|
16
16
|
<div>
|
|
17
17
|
${gvc.bindView(() => {
|
|
18
18
|
return {
|
|
@@ -40,7 +40,7 @@ export class DomainSetting{
|
|
|
40
40
|
|
|
41
41
|
return html`
|
|
42
42
|
<div class="d-flex">
|
|
43
|
-
<div
|
|
43
|
+
<div class="border-end w-100">
|
|
44
44
|
${gvc.bindView(() => {
|
|
45
45
|
return {
|
|
46
46
|
bind: contentVM.leftID,
|
|
@@ -848,7 +848,7 @@ export class LiveCapture {
|
|
|
848
848
|
};
|
|
849
849
|
function drawPurposeSelect() {
|
|
850
850
|
return (BgWidget.mainCard(html `
|
|
851
|
-
<div
|
|
851
|
+
<div style="display: flex;flex-direction: column;align-items: flex-start;gap: 18px;">
|
|
852
852
|
${gvc.bindView({
|
|
853
853
|
bind: `purposeSelect`,
|
|
854
854
|
view: () => {
|
|
@@ -943,7 +943,7 @@ export class LiveCapture {
|
|
|
943
943
|
>
|
|
944
944
|
團購群組
|
|
945
945
|
<div
|
|
946
|
-
|
|
946
|
+
|
|
947
947
|
style="color: #4D86DB;font-size: 14px;font-weight: 400; line-height: normal;cursor: pointer;"
|
|
948
948
|
onclick="${gvc.event(() => {
|
|
949
949
|
vm.type = 'add';
|
|
@@ -1070,7 +1070,7 @@ export class LiveCapture {
|
|
|
1070
1070
|
gvc.notifyDataChange(['getLineGroup', 'summary']);
|
|
1071
1071
|
});
|
|
1072
1072
|
return html `
|
|
1073
|
-
<select class="border-0 w-100"
|
|
1073
|
+
<select class="border-0 w-100" >
|
|
1074
1074
|
<option>團購群組搜尋中</option>
|
|
1075
1075
|
</select>
|
|
1076
1076
|
`;
|
|
@@ -1079,7 +1079,7 @@ export class LiveCapture {
|
|
|
1079
1079
|
return html `
|
|
1080
1080
|
<select
|
|
1081
1081
|
class="border-0 w-100"
|
|
1082
|
-
|
|
1082
|
+
|
|
1083
1083
|
onchange="${gvc.event(e => {
|
|
1084
1084
|
viewModel.formData.lineGroup.groupId = viewModel.lineGroup[e.value].group_id;
|
|
1085
1085
|
viewModel.formData.lineGroup.groupName = viewModel.lineGroup[e.value].group_name;
|
|
@@ -1411,7 +1411,7 @@ export class LiveCapture {
|
|
|
1411
1411
|
${BgWidget.generateTooltipButton(gvc, html `
|
|
1412
1412
|
<div class="d-flex flex-column">
|
|
1413
1413
|
<div
|
|
1414
|
-
|
|
1414
|
+
|
|
1415
1415
|
style="width: 100vw;height: 100vh;position: fixed;left: 0;top: 0"
|
|
1416
1416
|
onclick="${gvc.event(() => { })}"
|
|
1417
1417
|
></div>
|
|
@@ -1728,7 +1728,7 @@ export class LiveCapture {
|
|
|
1728
1728
|
`;
|
|
1729
1729
|
}
|
|
1730
1730
|
else {
|
|
1731
|
-
return
|
|
1731
|
+
return '';
|
|
1732
1732
|
}
|
|
1733
1733
|
})()}
|
|
1734
1734
|
<input
|
|
@@ -2007,7 +2007,7 @@ export class LiveCapture {
|
|
|
2007
2007
|
: ``}
|
|
2008
2008
|
<div
|
|
2009
2009
|
class="flex-fill text-left d-flex align-items-center"
|
|
2010
|
-
|
|
2010
|
+
|
|
2011
2011
|
>
|
|
2012
2012
|
<div
|
|
2013
2013
|
class="flex-shrink-0"
|
|
@@ -3255,7 +3255,7 @@ export class LiveCapture {
|
|
|
3255
3255
|
>
|
|
3256
3256
|
<select
|
|
3257
3257
|
class="border-0 w-100"
|
|
3258
|
-
|
|
3258
|
+
|
|
3259
3259
|
onchange="${gvc.event(e => {
|
|
3260
3260
|
viewModel.formData.stock.period = e.value;
|
|
3261
3261
|
if (e.value >= 0) {
|
|
@@ -3705,7 +3705,7 @@ export class LiveCapture {
|
|
|
3705
3705
|
};
|
|
3706
3706
|
function drawPurposeSelect() {
|
|
3707
3707
|
return (BgWidget.mainCard(html `
|
|
3708
|
-
<div
|
|
3708
|
+
<div style="display: flex;flex-direction: column;align-items: flex-start;gap: 18px;">
|
|
3709
3709
|
${gvc.bindView({
|
|
3710
3710
|
bind: `purposeSelect`,
|
|
3711
3711
|
view: () => {
|
|
@@ -3861,7 +3861,7 @@ export class LiveCapture {
|
|
|
3861
3861
|
},
|
|
3862
3862
|
{
|
|
3863
3863
|
title: '團購時間',
|
|
3864
|
-
value: html ` <div
|
|
3864
|
+
value: html ` <div >
|
|
3865
3865
|
${viewModel.formData.start_date} ${viewModel.formData.start_time}<br />${viewModel.formData
|
|
3866
3866
|
.end_date}
|
|
3867
3867
|
${viewModel.formData.end_time}
|
|
@@ -4035,7 +4035,7 @@ export class LiveCapture {
|
|
|
4035
4035
|
class="fa-light fa-square "
|
|
4036
4036
|
style="color: #393939; font-size: 22px;margin-right: 18px;"
|
|
4037
4037
|
></div>
|
|
4038
|
-
<div
|
|
4038
|
+
<div style="font-size: 16px;font-weight: 700;${dataSet[0].width}">
|
|
4039
4039
|
${dataSet[0].text}
|
|
4040
4040
|
</div>
|
|
4041
4041
|
<div class="d-flex flex-grow-1" style="gap:68px;">
|
|
@@ -4276,7 +4276,7 @@ export class LiveCapture {
|
|
|
4276
4276
|
if (item.content.specs.length > 0) {
|
|
4277
4277
|
return html `
|
|
4278
4278
|
<div class="d-flex flex-column">
|
|
4279
|
-
<div class="d-flex align-items-center w-100 "
|
|
4279
|
+
<div class="d-flex align-items-center w-100 " >
|
|
4280
4280
|
<div class="d-flex flex-column w-100" style="gap: 8px;">
|
|
4281
4281
|
${item.content.variants
|
|
4282
4282
|
.map((variant) => {
|
|
@@ -4341,7 +4341,7 @@ export class LiveCapture {
|
|
|
4341
4341
|
${item.content.title}
|
|
4342
4342
|
</div>
|
|
4343
4343
|
</div>
|
|
4344
|
-
<div class="d-flex align-items-center w-100 "
|
|
4344
|
+
<div class="d-flex align-items-center w-100 " >
|
|
4345
4345
|
<div class="d-flex flex-column w-100" style="gap: 8px;">
|
|
4346
4346
|
${item.content.variants
|
|
4347
4347
|
.map((variant) => {
|
|
@@ -4397,7 +4397,7 @@ export class LiveCapture {
|
|
|
4397
4397
|
<div style="display: flex;align-items: center;gap: 26px;">
|
|
4398
4398
|
${(() => {
|
|
4399
4399
|
const dateSet = [{}];
|
|
4400
|
-
return
|
|
4400
|
+
return '';
|
|
4401
4401
|
})()}
|
|
4402
4402
|
</div>
|
|
4403
4403
|
<div style="display: flex;align-items: flex-start;gap: 36px;"></div>
|
|
@@ -4405,7 +4405,7 @@ export class LiveCapture {
|
|
|
4405
4405
|
</div>
|
|
4406
4406
|
`,
|
|
4407
4407
|
ratio: 70,
|
|
4408
|
-
}, { html:
|
|
4408
|
+
}, { html: '', ratio: 30 });
|
|
4409
4409
|
}
|
|
4410
4410
|
}
|
|
4411
4411
|
return ``;
|
|
@@ -4413,7 +4413,7 @@ export class LiveCapture {
|
|
|
4413
4413
|
divCreate: {},
|
|
4414
4414
|
})}
|
|
4415
4415
|
<div style="margin-top:240px;"></div>
|
|
4416
|
-
<div class="update-bar-container"
|
|
4416
|
+
<div class="update-bar-container" >
|
|
4417
4417
|
${BgWidget.cancel(gvc.event(() => {
|
|
4418
4418
|
vm.type = 'list';
|
|
4419
4419
|
}), '返回')}
|
|
@@ -4465,7 +4465,7 @@ export class LiveCapture {
|
|
|
4465
4465
|
.btn-primary:hover {
|
|
4466
4466
|
background-color: #0056b3;
|
|
4467
4467
|
}`);
|
|
4468
|
-
return html ` <div class="container"
|
|
4468
|
+
return html ` <div class="container" >
|
|
4469
4469
|
<div class="verification-container text-center">
|
|
4470
4470
|
<h2 class="mb-3">🔐 驗證您的帳號</h2>
|
|
4471
4471
|
<p class="text-muted">請輸入您的 <strong>Shopnex</strong> 驗證碼以完成綁定。</p>
|
|
@@ -939,7 +939,7 @@ export class LiveCapture {
|
|
|
939
939
|
function drawPurposeSelect() {
|
|
940
940
|
return (
|
|
941
941
|
BgWidget.mainCard(html`
|
|
942
|
-
<div
|
|
942
|
+
<div style="display: flex;flex-direction: column;align-items: flex-start;gap: 18px;">
|
|
943
943
|
${gvc.bindView({
|
|
944
944
|
bind: `purposeSelect`,
|
|
945
945
|
view: () => {
|
|
@@ -1038,7 +1038,7 @@ export class LiveCapture {
|
|
|
1038
1038
|
>
|
|
1039
1039
|
團購群組
|
|
1040
1040
|
<div
|
|
1041
|
-
|
|
1041
|
+
|
|
1042
1042
|
style="color: #4D86DB;font-size: 14px;font-weight: 400; line-height: normal;cursor: pointer;"
|
|
1043
1043
|
onclick="${gvc.event(() => {
|
|
1044
1044
|
vm.type = 'add';
|
|
@@ -1165,7 +1165,7 @@ export class LiveCapture {
|
|
|
1165
1165
|
gvc.notifyDataChange(['getLineGroup', 'summary']);
|
|
1166
1166
|
});
|
|
1167
1167
|
return html`
|
|
1168
|
-
<select class="border-0 w-100"
|
|
1168
|
+
<select class="border-0 w-100" >
|
|
1169
1169
|
<option>團購群組搜尋中</option>
|
|
1170
1170
|
</select>
|
|
1171
1171
|
`;
|
|
@@ -1173,7 +1173,7 @@ export class LiveCapture {
|
|
|
1173
1173
|
return html`
|
|
1174
1174
|
<select
|
|
1175
1175
|
class="border-0 w-100"
|
|
1176
|
-
|
|
1176
|
+
|
|
1177
1177
|
onchange="${gvc.event(e => {
|
|
1178
1178
|
viewModel.formData.lineGroup.groupId = viewModel.lineGroup[e.value].group_id;
|
|
1179
1179
|
viewModel.formData.lineGroup.groupName = viewModel.lineGroup[e.value].group_name;
|
|
@@ -1515,7 +1515,7 @@ export class LiveCapture {
|
|
|
1515
1515
|
html`
|
|
1516
1516
|
<div class="d-flex flex-column">
|
|
1517
1517
|
<div
|
|
1518
|
-
|
|
1518
|
+
|
|
1519
1519
|
style="width: 100vw;height: 100vh;position: fixed;left: 0;top: 0"
|
|
1520
1520
|
onclick="${gvc.event(() => {})}"
|
|
1521
1521
|
></div>
|
|
@@ -1844,7 +1844,7 @@ export class LiveCapture {
|
|
|
1844
1844
|
</div>
|
|
1845
1845
|
`;
|
|
1846
1846
|
} else {
|
|
1847
|
-
return
|
|
1847
|
+
return '';
|
|
1848
1848
|
}
|
|
1849
1849
|
})()}
|
|
1850
1850
|
<input
|
|
@@ -2181,7 +2181,7 @@ export class LiveCapture {
|
|
|
2181
2181
|
: ``}
|
|
2182
2182
|
<div
|
|
2183
2183
|
class="flex-fill text-left d-flex align-items-center"
|
|
2184
|
-
|
|
2184
|
+
|
|
2185
2185
|
>
|
|
2186
2186
|
<div
|
|
2187
2187
|
class="flex-shrink-0"
|
|
@@ -3491,7 +3491,7 @@ export class LiveCapture {
|
|
|
3491
3491
|
>
|
|
3492
3492
|
<select
|
|
3493
3493
|
class="border-0 w-100"
|
|
3494
|
-
|
|
3494
|
+
|
|
3495
3495
|
onchange="${gvc.event(e => {
|
|
3496
3496
|
viewModel.formData.stock.period = e.value;
|
|
3497
3497
|
if (e.value >= 0) {
|
|
@@ -4021,7 +4021,7 @@ export class LiveCapture {
|
|
|
4021
4021
|
function drawPurposeSelect() {
|
|
4022
4022
|
return (
|
|
4023
4023
|
BgWidget.mainCard(html`
|
|
4024
|
-
<div
|
|
4024
|
+
<div style="display: flex;flex-direction: column;align-items: flex-start;gap: 18px;">
|
|
4025
4025
|
${gvc.bindView({
|
|
4026
4026
|
bind: `purposeSelect`,
|
|
4027
4027
|
view: () => {
|
|
@@ -4187,7 +4187,7 @@ export class LiveCapture {
|
|
|
4187
4187
|
},
|
|
4188
4188
|
{
|
|
4189
4189
|
title: '團購時間',
|
|
4190
|
-
value: html` <div
|
|
4190
|
+
value: html` <div >
|
|
4191
4191
|
${viewModel.formData.start_date} ${viewModel.formData.start_time}<br />${viewModel.formData
|
|
4192
4192
|
.end_date}
|
|
4193
4193
|
${viewModel.formData.end_time}
|
|
@@ -4362,7 +4362,7 @@ export class LiveCapture {
|
|
|
4362
4362
|
class="fa-light fa-square "
|
|
4363
4363
|
style="color: #393939; font-size: 22px;margin-right: 18px;"
|
|
4364
4364
|
></div>
|
|
4365
|
-
<div
|
|
4365
|
+
<div style="font-size: 16px;font-weight: 700;${dataSet[0].width}">
|
|
4366
4366
|
${dataSet[0].text}
|
|
4367
4367
|
</div>
|
|
4368
4368
|
<div class="d-flex flex-grow-1" style="gap:68px;">
|
|
@@ -4645,7 +4645,7 @@ export class LiveCapture {
|
|
|
4645
4645
|
if (item.content.specs.length > 0) {
|
|
4646
4646
|
return html`
|
|
4647
4647
|
<div class="d-flex flex-column">
|
|
4648
|
-
<div class="d-flex align-items-center w-100 "
|
|
4648
|
+
<div class="d-flex align-items-center w-100 " >
|
|
4649
4649
|
<div class="d-flex flex-column w-100" style="gap: 8px;">
|
|
4650
4650
|
${item.content.variants
|
|
4651
4651
|
.map((variant: any) => {
|
|
@@ -4710,7 +4710,7 @@ export class LiveCapture {
|
|
|
4710
4710
|
${item.content.title}
|
|
4711
4711
|
</div>
|
|
4712
4712
|
</div>
|
|
4713
|
-
<div class="d-flex align-items-center w-100 "
|
|
4713
|
+
<div class="d-flex align-items-center w-100 " >
|
|
4714
4714
|
<div class="d-flex flex-column w-100" style="gap: 8px;">
|
|
4715
4715
|
${item.content.variants
|
|
4716
4716
|
.map((variant: any) => {
|
|
@@ -4766,7 +4766,7 @@ export class LiveCapture {
|
|
|
4766
4766
|
<div style="display: flex;align-items: center;gap: 26px;">
|
|
4767
4767
|
${(() => {
|
|
4768
4768
|
const dateSet = [{}];
|
|
4769
|
-
return
|
|
4769
|
+
return '';
|
|
4770
4770
|
})()}
|
|
4771
4771
|
</div>
|
|
4772
4772
|
<div style="display: flex;align-items: flex-start;gap: 36px;"></div>
|
|
@@ -4775,7 +4775,7 @@ export class LiveCapture {
|
|
|
4775
4775
|
`,
|
|
4776
4776
|
ratio: 70,
|
|
4777
4777
|
},
|
|
4778
|
-
{ html:
|
|
4778
|
+
{ html: '', ratio: 30 }
|
|
4779
4779
|
);
|
|
4780
4780
|
}
|
|
4781
4781
|
}
|
|
@@ -4784,7 +4784,7 @@ export class LiveCapture {
|
|
|
4784
4784
|
divCreate: {},
|
|
4785
4785
|
})}
|
|
4786
4786
|
<div style="margin-top:240px;"></div>
|
|
4787
|
-
<div class="update-bar-container"
|
|
4787
|
+
<div class="update-bar-container" >
|
|
4788
4788
|
${BgWidget.cancel(
|
|
4789
4789
|
gvc.event(() => {
|
|
4790
4790
|
vm.type = 'list';
|
|
@@ -4846,7 +4846,7 @@ export class LiveCapture {
|
|
|
4846
4846
|
.btn-primary:hover {
|
|
4847
4847
|
background-color: #0056b3;
|
|
4848
4848
|
}`);
|
|
4849
|
-
return html` <div class="container"
|
|
4849
|
+
return html` <div class="container" >
|
|
4850
4850
|
<div class="verification-container text-center">
|
|
4851
4851
|
<h2 class="mb-3">🔐 驗證您的帳號</h2>
|
|
4852
4852
|
<p class="text-muted">請輸入您的 <strong>Shopnex</strong> 驗證碼以完成綁定。</p>
|
|
@@ -317,7 +317,7 @@ export class MemberTypeList {
|
|
|
317
317
|
: ` <div class="c_39_checkbox"></div>`}
|
|
318
318
|
<div class="tx_normal fw-normal">${dd.title}</div>
|
|
319
319
|
</div>`,
|
|
320
|
-
html ` <div class="d-flex position-relative mt-2"
|
|
320
|
+
html ` <div class="d-flex position-relative mt-2" >
|
|
321
321
|
<div class="ms-2 border-end position-absolute h-100" style="left: 0px;"></div>
|
|
322
322
|
<div
|
|
323
323
|
class="flex-fill w-100 mt-n2 d-flex align-items-center"
|
|
@@ -376,7 +376,7 @@ export class MemberTypeList {
|
|
|
376
376
|
: ` <div class="c_39_checkbox"></div>`}
|
|
377
377
|
<div class="tx_normal fw-normal">${dd.title}</div>
|
|
378
378
|
</div>`,
|
|
379
|
-
html ` <div class="d-flex position-relative mt-2"
|
|
379
|
+
html ` <div class="d-flex position-relative mt-2" >
|
|
380
380
|
<div class="ms-2 border-end position-absolute h-100" style="left: 0px;"></div>
|
|
381
381
|
<div
|
|
382
382
|
class="flex-fill w-100 mt-n2 d-flex align-items-center"
|
|
@@ -437,7 +437,7 @@ export class MemberTypeList {
|
|
|
437
437
|
: ` <div class="c_39_checkbox"></div>`}
|
|
438
438
|
<div class="tx_normal fw-normal">${dd.title}</div>
|
|
439
439
|
</div>`,
|
|
440
|
-
html ` <div class="d-flex position-relative mt-2"
|
|
440
|
+
html ` <div class="d-flex position-relative mt-2" >
|
|
441
441
|
<div class="ms-2 border-end position-absolute h-100" style="left: 0px;"></div>
|
|
442
442
|
<div
|
|
443
443
|
class="flex-fill w-100 d-flex align-items-center"
|
|
@@ -548,7 +548,7 @@ export class MemberTypeList {
|
|
|
548
548
|
: ` <div class="c_39_checkbox"></div>`}
|
|
549
549
|
<div class="tx_normal fw-normal">${dd.title}</div>
|
|
550
550
|
</div>`,
|
|
551
|
-
html ` <div class="d-flex position-relative mt-2"
|
|
551
|
+
html ` <div class="d-flex position-relative mt-2" >
|
|
552
552
|
<div class="ms-2 border-end position-absolute h-100" style="left: 0px;"></div>
|
|
553
553
|
<div
|
|
554
554
|
class="flex-fill w-100 mt-n2 d-flex align-items-center"
|