@salla.sa/twilight-components 1.0.21 → 1.0.22
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/dist/cjs/Helper-fcea994c.js +23 -0
- package/dist/cjs/index-714023c8.js +1653 -0
- package/dist/cjs/index.cjs.js +13 -0
- package/dist/cjs/loader.cjs.js +21 -0
- package/dist/cjs/salla-branches.cjs.entry.js +92 -0
- package/dist/cjs/salla-button_5.cjs.entry.js +1727 -0
- package/dist/cjs/salla-localization.cjs.entry.js +82 -0
- package/dist/cjs/salla-login-c438bb35.js +128 -0
- package/dist/cjs/salla-offer.cjs.entry.js +79 -0
- package/dist/cjs/salla-product-availability.cjs.entry.js +75 -0
- package/dist/cjs/salla-rating.cjs.entry.js +195 -0
- package/dist/cjs/salla-search-45173394.js +85 -0
- package/dist/cjs/salla-search.cjs.entry.js +11 -0
- package/dist/cjs/twilight-components.cjs.js +19 -0
- package/dist/collection/Helpers/Helper.js +19 -0
- package/dist/collection/collection-manifest.json +22 -0
- package/dist/collection/components/generate-summary.js +35 -0
- package/dist/collection/components/salla-branches/salla-branches.css +12 -0
- package/dist/collection/components/salla-branches/salla-branches.js +233 -0
- package/dist/collection/components/salla-button/salla-button.css +3 -0
- package/dist/collection/components/salla-button/salla-button.js +246 -0
- package/dist/collection/components/salla-localization/salla-localization.js +208 -0
- package/dist/collection/components/salla-login/salla-login.css +3 -0
- package/dist/collection/components/salla-login/salla-login.js +380 -0
- package/dist/collection/components/salla-modal/salla-modal.js +477 -0
- package/dist/collection/components/salla-offer/offer-schema.js +1 -0
- package/dist/collection/components/salla-offer/salla-offer.js +110 -0
- package/dist/collection/components/salla-product-availability/salla-product-availability.js +331 -0
- package/dist/collection/components/salla-rating/order-feedback-response.js +1 -0
- package/dist/collection/components/salla-rating/salla-rating.css +7 -0
- package/dist/collection/components/salla-rating/salla-rating.js +277 -0
- package/dist/collection/components/salla-search/salla-search.css +24 -0
- package/dist/collection/components/salla-search/salla-search.js +143 -0
- package/dist/collection/components/salla-tel-input/salla-tel-input.js +121 -0
- package/dist/collection/components/salla-verify/salla-verify.js +280 -0
- package/dist/collection/index.js +2 -0
- package/dist/collection/interfaces/colors.js +1 -0
- package/dist/collection/interfaces/index.js +2 -0
- package/dist/collection/interfaces/ratio.js +1 -0
- package/dist/collection/plugins/tailwind-theme/generator.js +62 -0
- package/dist/collection/plugins/tailwind-theme/index.js +26 -0
- package/dist/{twilight-components → esm}/Helper-d07ebbc7.js +0 -0
- package/dist/esm/index-a1bf769d.js +1625 -0
- package/dist/esm/index.js +4 -0
- package/dist/esm/loader.js +17 -0
- package/dist/esm/polyfills/core-js.js +11 -0
- package/dist/esm/polyfills/css-shim.js +1 -0
- package/dist/esm/polyfills/dom.js +79 -0
- package/dist/esm/polyfills/es5-html-element.js +1 -0
- package/dist/esm/polyfills/index.js +34 -0
- package/dist/esm/polyfills/system.js +6 -0
- package/dist/{twilight-components → esm}/salla-branches.entry.js +2 -2
- package/dist/{twilight-components/salla-tel-input.entry.js → esm/salla-button_5.entry.js} +337 -35
- package/dist/{twilight-components → esm}/salla-localization.entry.js +1 -1
- package/dist/{twilight-components/salla-login-57b18c2c.js → esm/salla-login-dd957742.js} +26 -23
- package/dist/{twilight-components → esm}/salla-offer.entry.js +1 -1
- package/dist/{twilight-components → esm}/salla-product-availability.entry.js +1 -1
- package/dist/{twilight-components → esm}/salla-rating.entry.js +71 -108
- package/dist/{twilight-components/salla-search-30fec1e8.js → esm/salla-search-5e691ebb.js} +15 -11
- package/dist/esm/salla-search.entry.js +3 -0
- package/dist/esm/twilight-components.js +17 -0
- package/dist/index.cjs.js +1 -0
- package/dist/index.js +1 -0
- package/dist/twilight-components/index.esm.js +1 -4
- package/dist/twilight-components/p-1a6d8171.entry.js +1 -0
- package/dist/twilight-components/p-1deb8111.entry.js +1 -0
- package/dist/twilight-components/p-3a4d963e.js +1 -0
- package/dist/twilight-components/p-47f17d3b.js +1 -0
- package/dist/twilight-components/p-5b2eb87d.entry.js +1 -0
- package/dist/twilight-components/p-6a5be894.js +1 -0
- package/dist/twilight-components/p-7fbdf746.entry.js +1 -0
- package/dist/twilight-components/p-7fe5d346.entry.js +1 -0
- package/dist/twilight-components/p-81a61f4e.js +1 -0
- package/dist/twilight-components/p-ce991664.entry.js +1 -0
- package/dist/twilight-components/p-da73fc9b.entry.js +1 -0
- package/dist/twilight-components/twilight-components.css +1 -3
- package/dist/twilight-components/twilight-components.esm.js +1 -125
- package/dist/types/components/salla-login/salla-login.d.ts +3 -3
- package/dist/types/components/salla-modal/salla-modal.d.ts +1 -0
- package/dist/types/components/salla-rating/salla-rating.d.ts +6 -23
- package/dist/types/components/salla-search/salla-search.d.ts +1 -1
- package/dist/types/components/salla-tel-input/salla-tel-input.d.ts +14 -0
- package/dist/types/components/salla-verify/salla-verify.d.ts +3 -1
- package/dist/types/components.d.ts +12 -35
- package/package.json +1 -1
- package/dist/twilight-components/app-globals-0f993ce5.js +0 -3
- package/dist/twilight-components/css-shim-a64b8820.js +0 -4
- package/dist/twilight-components/dom-d08ba8aa.js +0 -73
- package/dist/twilight-components/index-9c087700.js +0 -3010
- package/dist/twilight-components/salla-button.entry.js +0 -75
- package/dist/twilight-components/salla-login.entry.js +0 -3
- package/dist/twilight-components/salla-modal.entry.js +0 -113
- package/dist/twilight-components/salla-search.entry.js +0 -3
- package/dist/twilight-components/salla-verify.entry.js +0 -114
- package/dist/twilight-components/shadow-css-bc14d9fd.js +0 -389
|
@@ -0,0 +1,13 @@
|
|
|
1
|
+
'use strict';
|
|
2
|
+
|
|
3
|
+
Object.defineProperty(exports, '__esModule', { value: true });
|
|
4
|
+
|
|
5
|
+
const sallaLogin = require('./salla-login-c438bb35.js');
|
|
6
|
+
const sallaSearch = require('./salla-search-45173394.js');
|
|
7
|
+
require('./index-714023c8.js');
|
|
8
|
+
require('./Helper-fcea994c.js');
|
|
9
|
+
|
|
10
|
+
|
|
11
|
+
|
|
12
|
+
exports.SallaLogin = sallaLogin.SallaLogin;
|
|
13
|
+
exports.SallaSearch = sallaSearch.SallaSearch;
|
|
@@ -0,0 +1,21 @@
|
|
|
1
|
+
'use strict';
|
|
2
|
+
|
|
3
|
+
Object.defineProperty(exports, '__esModule', { value: true });
|
|
4
|
+
|
|
5
|
+
const index = require('./index-714023c8.js');
|
|
6
|
+
|
|
7
|
+
/*
|
|
8
|
+
Stencil Client Patch Esm v2.8.1 | MIT Licensed | https://stenciljs.com
|
|
9
|
+
*/
|
|
10
|
+
const patchEsm = () => {
|
|
11
|
+
return index.promiseResolve();
|
|
12
|
+
};
|
|
13
|
+
|
|
14
|
+
const defineCustomElements = (win, options) => {
|
|
15
|
+
if (typeof window === 'undefined') return Promise.resolve();
|
|
16
|
+
return patchEsm().then(() => {
|
|
17
|
+
return index.bootstrapLazy([["salla-button_5.cjs",[[0,"salla-login",{"isEmailAllowed":[4,"is-email-allowed"],"loginTypeTitle":[1,"login-type-title"],"loginText":[1,"login-text"],"smsLabel":[1,"sms-label"],"mobileLabel":[1,"mobile-label"],"emailLabel":[1,"email-label"],"enterText":[1,"enter-text"],"bySMSText":[1,"by-s-m-s-text"],"byEmailText":[1,"by-email-text"],"backText":[1,"back-text"],"show":[64]},[[0,"verified","onVerified"],[0,"backClicked","onbackClicked"]]],[0,"salla-verify",{"withoutModal":[4,"without-modal"],"url":[1],"by":[1],"backText":[1,"back-text"],"autoReload":[4,"auto-reload"],"getCode":[64],"show":[64]}],[0,"salla-tel-input",{"phone":[1025],"countryCode":[1025,"country-code"],"countryKey":[1025,"country-key"],"getValues":[64]}],[4,"salla-button",{"btnStyle":[513,"btn-style"],"loading":[516],"disabled":[516],"loaderPosition":[1,"loader-position"],"wide":[4],"load":[64],"stop":[64],"disable":[64],"enable":[64]}],[4,"salla-modal",{"error":[4],"success":[4],"primary":[4],"isClosable":[1028,"is-closable"],"width":[513],"position":[513],"visible":[516],"isLoading":[1540,"is-loading"],"subTitleFirst":[4,"sub-title-first"],"subTitle":[1,"sub-title"],"icon":[1],"imageIcon":[1,"image-icon"],"title":[32],"show":[64],"hide":[64],"setTitle":[64],"loading":[64],"stopLoading":[64]}]]],["salla-branches.cjs",[[4,"salla-branches",{"position":[1],"displayAs":[1,"display-as"],"browseProductsFrom":[1,"browse-products-from"],"branches":[16],"current":[1026],"open":[32],"selected":[32],"isOpenedBefore":[32],"show":[64],"hide":[64]}]]],["salla-localization.cjs",[[4,"salla-localization",{"languagesTitle":[1,"languages-title"],"currenciesTitle":[1,"currencies-title"],"ok":[1],"show":[64],"hide":[64],"submit":[64]}]]],["salla-offer.cjs",[[0,"salla-offer",{"offer":[32],"show":[64]}]]],["salla-product-availability.cjs",[[4,"salla-product-availability",{"channels":[1],"buttonText":[1,"button-text"],"countryCode":[1,"country-code"],"subscribeText":[1,"subscribe-text"],"cancelText":[1,"cancel-text"],"subTitle":[1,"sub-title"],"mobileLabel":[1,"mobile-label"],"emailLabel":[1,"email-label"],"mobilePlaceholder":[1,"mobile-placeholder"],"emailPlaceholder":[1,"email-placeholder"],"productId":[2,"product-id"],"subscribedMessage":[1,"subscribed-message"],"isSubscribed":[1028,"is-subscribed"],"submit":[64]}]]],["salla-rating.cjs",[[0,"salla-rating",{"order":[32],"show":[64],"hide":[64]}]]],["salla-search.cjs",[[0,"salla-search",{"placeholder":[1],"noResultsText":[1,"no-results-text"],"results":[32]},[[0,"modalOpened","onModalOpen"],[0,"modalClosed","onModalClose"]]]]]], options);
|
|
18
|
+
});
|
|
19
|
+
};
|
|
20
|
+
|
|
21
|
+
exports.defineCustomElements = defineCustomElements;
|
|
@@ -0,0 +1,92 @@
|
|
|
1
|
+
'use strict';
|
|
2
|
+
|
|
3
|
+
Object.defineProperty(exports, '__esModule', { value: true });
|
|
4
|
+
|
|
5
|
+
const index = require('./index-714023c8.js');
|
|
6
|
+
|
|
7
|
+
const sallaBranchesCss = ":host{display:block}";
|
|
8
|
+
|
|
9
|
+
let engine = require('store/src/store-engine');
|
|
10
|
+
let storages = require('store/storages/sessionStorage');
|
|
11
|
+
let sessionStore = engine.createStore(storages);
|
|
12
|
+
const SallaBranches = class {
|
|
13
|
+
constructor(hostRef) {
|
|
14
|
+
index.registerInstance(this, hostRef);
|
|
15
|
+
this.open = false;
|
|
16
|
+
this.isOpenedBefore = sessionStore.get("branch-choosed-before");
|
|
17
|
+
this.displayAs = 'default';
|
|
18
|
+
this.browseProductsFrom = 'all';
|
|
19
|
+
this.branches = [
|
|
20
|
+
{ id: 1, name: 'فرع الرياض', open: true, available: true, limited: false, tag: 'متوفر' },
|
|
21
|
+
{ id: 2, name: 'فرع جدة', open: false, available: false, limited: false, tag: 'غير متوفر' },
|
|
22
|
+
{ id: 3, name: 'فرع مكة', open: true, available: true, limited: false, tag: 'متوفر' },
|
|
23
|
+
{ id: 4, name: 'فرع المدينة', open: true, available: true, limited: false, tag: 'متوفر' },
|
|
24
|
+
{ id: 5, name: 'فرع جازان', open: true, available: true, limited: true, tag: 'الكمية محدودة' }
|
|
25
|
+
];
|
|
26
|
+
this.current = 1;
|
|
27
|
+
this.currentBranch = (prop) => {
|
|
28
|
+
return this.branches.filter((el) => el.id == this.current)[0][prop];
|
|
29
|
+
};
|
|
30
|
+
this.statusColor = (branch = null) => {
|
|
31
|
+
return branch ?
|
|
32
|
+
branch.limited ? 's-branches-color-red' : branch.available ? 's-branches-color-green' : 's-branches-color-gray'
|
|
33
|
+
:
|
|
34
|
+
this.currentBranch('limited') ? 's-branches-color-red' : this.currentBranch('available') ? 's-branches-color-green' : 's-branches-color-gray';
|
|
35
|
+
};
|
|
36
|
+
this.isChoiceable = () => {
|
|
37
|
+
return (this.browseProductsFrom !== 'all' && this.position == 'single') || this.position == 'header';
|
|
38
|
+
};
|
|
39
|
+
this.formTitle = () => {
|
|
40
|
+
return this.isChoiceable() ?
|
|
41
|
+
'توفر المنتج في الفروع الآخرى'
|
|
42
|
+
: 'التسوق من فرع آخر';
|
|
43
|
+
};
|
|
44
|
+
salla.event.on('branches::show', () => this.show());
|
|
45
|
+
}
|
|
46
|
+
async show() {
|
|
47
|
+
return this.modal.show();
|
|
48
|
+
}
|
|
49
|
+
async hide() {
|
|
50
|
+
return this.modal.hide();
|
|
51
|
+
}
|
|
52
|
+
handelChange(event) {
|
|
53
|
+
this.selected = event.target.value;
|
|
54
|
+
}
|
|
55
|
+
handleSubmit() {
|
|
56
|
+
this.btn.load().then(() => {
|
|
57
|
+
setTimeout(() => location.reload(), 2000);
|
|
58
|
+
});
|
|
59
|
+
sessionStore.set("branch-choosed-before", true);
|
|
60
|
+
this.show();
|
|
61
|
+
setTimeout(() => {
|
|
62
|
+
this.current = this.selected;
|
|
63
|
+
}, 300);
|
|
64
|
+
}
|
|
65
|
+
render() {
|
|
66
|
+
return (index.h("salla-modal", { icon: "sicon-store-alt", title: "\u0641\u0631\u0639 \u0627\u0644\u0631\u064A\u0627\u0636", "sub-title": "\u0623\u0646\u062A \u0627\u0644\u0622\u0646 \u062A\u062A\u0635\u0641\u062D \u0627\u0644\u0645\u062A\u062C\u0631 \u0645\u0646", "sub-title-first": true, "is-closable": !this.isOpenedBefore && this.displayAs == 'popup' ? 'false' : 'true', ref: modal => this.modal = modal, "modal-width": "xs", id: "s-branches-modal", class: "hidden" }, index.h("h4", { class: "s-branches-title" }, this.formTitle()), this.branches.length <= 5 ?
|
|
67
|
+
index.h("div", { class: "s-branches-space-v" }, this.branches.map((branch) => index.h("div", { class: "s-branches-input-wrap" }, index.h("input", { id: this.position + '_branch_' + branch.id, disabled: !branch.open && this.isChoiceable(), name: "lang", type: "radio", value: branch.id, onChange: (event) => this.handelChange(event), class: {
|
|
68
|
+
's-branches-input': true,
|
|
69
|
+
'opacity-50': !branch.open,
|
|
70
|
+
'hidden': !this.isChoiceable()
|
|
71
|
+
}, checked: this.current == branch.id }), index.h("label", { htmlFor: this.position + '_branch_' + branch.id, class: {
|
|
72
|
+
's-branches-label': true,
|
|
73
|
+
's-branches-clickable': this.isChoiceable()
|
|
74
|
+
} }, index.h("span", { class: { 's-branches-is-closed': !branch.open } }, branch.name), this.isChoiceable() ?
|
|
75
|
+
index.h("small", { class: "s-branches-closed-badge" }, branch.open ? '' : 'مُغلق')
|
|
76
|
+
:
|
|
77
|
+
index.h("span", { class: this.statusColor(branch) }, branch.tag)))))
|
|
78
|
+
:
|
|
79
|
+
index.h("select", { class: "s-branches-select", onInput: (event) => this.handelChange(event) }, this.branches.map(branch => (index.h("option", { value: branch.id, disabled: !branch.open, selected: this.selected == branch.id }, branch.name, " ", branch.open ? '' : '- مُغلق')))), this.isChoiceable() ?
|
|
80
|
+
index.h("slot", { name: "footer" }, index.h("salla-button", { ref: btn => this.btn = btn, onClick: () => this.handleSubmit(), class: "s-branches-submit", wide: true }, salla.lang.get('common.elements.ok')))
|
|
81
|
+
: ''));
|
|
82
|
+
}
|
|
83
|
+
componentDidRender() {
|
|
84
|
+
if (!this.isOpenedBefore && this.displayAs == 'popup') {
|
|
85
|
+
this.show();
|
|
86
|
+
}
|
|
87
|
+
}
|
|
88
|
+
get host() { return index.getElement(this); }
|
|
89
|
+
};
|
|
90
|
+
SallaBranches.style = sallaBranchesCss;
|
|
91
|
+
|
|
92
|
+
exports.salla_branches = SallaBranches;
|