@saasquatch/mint-components 1.5.0-21 → 1.5.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/sqm-brand_39.cjs.entry.js +4 -2
- package/dist/collection/components/sqm-rewards-table/columns/sqm-rewards-table-source-column.js +6 -4
- package/dist/esm/sqm-brand_39.entry.js +4 -2
- package/dist/esm-es5/sqm-brand_39.entry.js +1 -1
- package/dist/mint-components/mint-components.esm.js +1 -1
- package/dist/mint-components/mint-components.js +1 -1
- package/dist/mint-components/{p-a9b9cdb5.system.entry.js → p-82d532c7.system.entry.js} +1 -1
- package/dist/mint-components/p-ba0e812a.system.js +1 -1
- package/dist/mint-components/{p-1f9153bc.entry.js → p-f4fe2243.entry.js} +1 -1
- package/package.json +1 -1
|
@@ -16453,12 +16453,12 @@ const RewardTableUserColumn = class {
|
|
|
16453
16453
|
*
|
|
16454
16454
|
* @uiName Referral Text
|
|
16455
16455
|
*/
|
|
16456
|
-
this.referralText = "{rewardSource, select, FRIEND_SIGNUP {Referral to} REFERRED {Referred by}}";
|
|
16456
|
+
this.referralText = "{rewardSource, select, FRIEND_SIGNUP {Referral to} REFERRED {Referred by} other {}}";
|
|
16457
16457
|
/**
|
|
16458
16458
|
*
|
|
16459
16459
|
* @uiName Reward Source Text
|
|
16460
16460
|
*/
|
|
16461
|
-
this.rewardSourceText = "{rewardSource, select, MANUAL {Manual} AUTOMATED {Automated}}";
|
|
16461
|
+
this.rewardSourceText = "{rewardSource, select, MANUAL {Manual} AUTOMATED {Automated} other {}}";
|
|
16462
16462
|
_extends.h$1(this);
|
|
16463
16463
|
}
|
|
16464
16464
|
disconnectedCallback() { }
|
|
@@ -16472,6 +16472,8 @@ const RewardTableUserColumn = class {
|
|
|
16472
16472
|
reRender.useRequestRerender([
|
|
16473
16473
|
this.deletedUser,
|
|
16474
16474
|
this.anonymousUser,
|
|
16475
|
+
this.rewardExchangeText,
|
|
16476
|
+
this.rewardSourceText,
|
|
16475
16477
|
this.columnTitle,
|
|
16476
16478
|
]);
|
|
16477
16479
|
return index.h(index.Host, { style: { display: "none" } });
|
package/dist/collection/components/sqm-rewards-table/columns/sqm-rewards-table-source-column.js
CHANGED
|
@@ -27,12 +27,12 @@ export class RewardTableUserColumn {
|
|
|
27
27
|
*
|
|
28
28
|
* @uiName Referral Text
|
|
29
29
|
*/
|
|
30
|
-
this.referralText = "{rewardSource, select, FRIEND_SIGNUP {Referral to} REFERRED {Referred by}}";
|
|
30
|
+
this.referralText = "{rewardSource, select, FRIEND_SIGNUP {Referral to} REFERRED {Referred by} other {}}";
|
|
31
31
|
/**
|
|
32
32
|
*
|
|
33
33
|
* @uiName Reward Source Text
|
|
34
34
|
*/
|
|
35
|
-
this.rewardSourceText = "{rewardSource, select, MANUAL {Manual} AUTOMATED {Automated}}";
|
|
35
|
+
this.rewardSourceText = "{rewardSource, select, MANUAL {Manual} AUTOMATED {Automated} other {}}";
|
|
36
36
|
withHooks(this);
|
|
37
37
|
}
|
|
38
38
|
disconnectedCallback() { }
|
|
@@ -46,6 +46,8 @@ export class RewardTableUserColumn {
|
|
|
46
46
|
useRequestRerender([
|
|
47
47
|
this.deletedUser,
|
|
48
48
|
this.anonymousUser,
|
|
49
|
+
this.rewardExchangeText,
|
|
50
|
+
this.rewardSourceText,
|
|
49
51
|
this.columnTitle,
|
|
50
52
|
]);
|
|
51
53
|
return h(Host, { style: { display: "none" } });
|
|
@@ -156,7 +158,7 @@ export class RewardTableUserColumn {
|
|
|
156
158
|
},
|
|
157
159
|
"attribute": "referral-text",
|
|
158
160
|
"reflect": false,
|
|
159
|
-
"defaultValue": "\"{rewardSource, select, FRIEND_SIGNUP {Referral to} REFERRED {Referred by}}\""
|
|
161
|
+
"defaultValue": "\"{rewardSource, select, FRIEND_SIGNUP {Referral to} REFERRED {Referred by} other {}}\""
|
|
160
162
|
},
|
|
161
163
|
"rewardSourceText": {
|
|
162
164
|
"type": "string",
|
|
@@ -177,7 +179,7 @@ export class RewardTableUserColumn {
|
|
|
177
179
|
},
|
|
178
180
|
"attribute": "reward-source-text",
|
|
179
181
|
"reflect": false,
|
|
180
|
-
"defaultValue": "\"{rewardSource, select, MANUAL {Manual} AUTOMATED {Automated}}\""
|
|
182
|
+
"defaultValue": "\"{rewardSource, select, MANUAL {Manual} AUTOMATED {Automated} other {}}\""
|
|
181
183
|
}
|
|
182
184
|
}; }
|
|
183
185
|
static get methods() { return {
|
|
@@ -16449,12 +16449,12 @@ const RewardTableUserColumn = class {
|
|
|
16449
16449
|
*
|
|
16450
16450
|
* @uiName Referral Text
|
|
16451
16451
|
*/
|
|
16452
|
-
this.referralText = "{rewardSource, select, FRIEND_SIGNUP {Referral to} REFERRED {Referred by}}";
|
|
16452
|
+
this.referralText = "{rewardSource, select, FRIEND_SIGNUP {Referral to} REFERRED {Referred by} other {}}";
|
|
16453
16453
|
/**
|
|
16454
16454
|
*
|
|
16455
16455
|
* @uiName Reward Source Text
|
|
16456
16456
|
*/
|
|
16457
|
-
this.rewardSourceText = "{rewardSource, select, MANUAL {Manual} AUTOMATED {Automated}}";
|
|
16457
|
+
this.rewardSourceText = "{rewardSource, select, MANUAL {Manual} AUTOMATED {Automated} other {}}";
|
|
16458
16458
|
h(this);
|
|
16459
16459
|
}
|
|
16460
16460
|
disconnectedCallback() { }
|
|
@@ -16468,6 +16468,8 @@ const RewardTableUserColumn = class {
|
|
|
16468
16468
|
useRequestRerender([
|
|
16469
16469
|
this.deletedUser,
|
|
16470
16470
|
this.anonymousUser,
|
|
16471
|
+
this.rewardExchangeText,
|
|
16472
|
+
this.rewardSourceText,
|
|
16471
16473
|
this.columnTitle,
|
|
16472
16474
|
]);
|
|
16473
16475
|
return h$1(Host, { style: { display: "none" } });
|