@saasquatch/mint-components 1.14.3 → 1.14.5-1
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/loader.cjs.js +1 -1
- package/dist/cjs/mint-components.cjs.js +1 -1
- package/dist/cjs/sqm-banking-info-form_17.cjs.entry.js +158 -5
- package/dist/cjs/sqm-big-stat_41.cjs.entry.js +87 -1
- package/dist/cjs/{sqm-invoice-table-view-16ac73d0.js → sqm-invoice-table-view-0f7fa309.js} +17 -0
- package/dist/cjs/sqm-stencilbook.cjs.entry.js +509 -893
- package/dist/collection/components/sqm-coupon-code/sqm-coupon-code.js +72 -0
- package/dist/collection/components/sqm-coupon-code/useCouponCode.js +72 -3
- package/dist/collection/components/tax-and-cash/BankingForm.stories.js +12 -0
- package/dist/collection/components/tax-and-cash/TaxForm.stories.js +16 -0
- package/dist/collection/components/tax-and-cash/sqm-banking-info-form/formDefinitions.js +1 -1
- package/dist/collection/components/tax-and-cash/sqm-banking-info-form/sqm-banking-info-form-view.js +36 -1
- package/dist/collection/components/tax-and-cash/sqm-banking-info-form/sqm-banking-info-form.js +106 -3
- package/dist/collection/components/tax-and-cash/sqm-banking-info-form/useBankingInfoForm.js +7 -0
- package/dist/collection/components/tax-and-cash/sqm-docusign-form/sqm-docusign-form-view.js +38 -0
- package/dist/collection/components/tax-and-cash/sqm-docusign-form/sqm-docusign-form.js +79 -1
- package/dist/collection/components/tax-and-cash/sqm-docusign-form/useDocusignForm.js +4 -0
- package/dist/collection/components/tax-and-cash/sqm-tax-and-cash/sqm-tax-and-cash.js +205 -2
- package/dist/esm/loader.js +1 -1
- package/dist/esm/mint-components.js +1 -1
- package/dist/esm/sqm-banking-info-form_17.entry.js +158 -5
- package/dist/esm/sqm-big-stat_41.entry.js +89 -3
- package/dist/esm/{sqm-invoice-table-view-2c726568.js → sqm-invoice-table-view-7f376a75.js} +17 -0
- package/dist/esm/sqm-stencilbook.entry.js +2494 -2878
- package/dist/esm-es5/loader.js +1 -1
- package/dist/esm-es5/mint-components.js +1 -1
- package/dist/esm-es5/sqm-banking-info-form_17.entry.js +1 -1
- package/dist/esm-es5/sqm-big-stat_41.entry.js +1 -1
- package/dist/esm-es5/sqm-invoice-table-view-7f376a75.js +1 -0
- package/dist/esm-es5/sqm-stencilbook.entry.js +1 -1
- package/dist/mint-components/mint-components.esm.js +1 -1
- package/dist/mint-components/p-37996351.system.js +1 -1
- package/dist/mint-components/{p-73891ac0.entry.js → p-4034b98f.entry.js} +18 -17
- package/dist/mint-components/{p-b06add5c.entry.js → p-4d7108af.entry.js} +2 -2
- package/dist/mint-components/p-9a1843cb.system.js +1 -0
- package/dist/mint-components/{p-207da855.system.entry.js → p-caca540c.system.entry.js} +1 -1
- package/dist/mint-components/p-ccd60c4b.js +1 -0
- package/dist/mint-components/p-db7d2444.system.entry.js +1 -0
- package/dist/mint-components/p-ebb4922d.entry.js +205 -0
- package/dist/mint-components/p-f06c4835.system.entry.js +1 -0
- package/dist/types/components/sqm-coupon-code/sqm-coupon-code.d.ts +16 -0
- package/dist/types/components/sqm-coupon-code/useCouponCode.d.ts +3 -1
- package/dist/types/components/sqm-rewards-table/cells/sqm-rewards-table-status-cell.d.ts +1 -1
- package/dist/types/components/tax-and-cash/BankingForm.stories.d.ts +1 -0
- package/dist/types/components/tax-and-cash/TaxForm.stories.d.ts +1 -0
- package/dist/types/components/tax-and-cash/sqm-banking-info-form/sqm-banking-info-form-view.d.ts +6 -0
- package/dist/types/components/tax-and-cash/sqm-banking-info-form/sqm-banking-info-form.d.ts +16 -0
- package/dist/types/components/tax-and-cash/sqm-docusign-form/sqm-docusign-form-view.d.ts +6 -0
- package/dist/types/components/tax-and-cash/sqm-docusign-form/sqm-docusign-form.d.ts +12 -0
- package/dist/types/components/tax-and-cash/sqm-docusign-form/useDocusignForm.d.ts +3 -0
- package/dist/types/components/tax-and-cash/sqm-tax-and-cash/sqm-tax-and-cash.d.ts +35 -0
- package/dist/types/components.d.ts +154 -0
- package/docs/docs.docx +0 -0
- package/docs/raisins.json +1 -1
- package/grapesjs/grapesjs.js +1 -1
- package/package.json +1 -1
- package/dist/esm-es5/sqm-invoice-table-view-2c726568.js +0 -1
- package/dist/mint-components/p-0d68b3b1.entry.js +0 -205
- package/dist/mint-components/p-3f067fd5.js +0 -1
- package/dist/mint-components/p-6604658c.system.entry.js +0 -1
- package/dist/mint-components/p-a6178052.system.entry.js +0 -1
- package/dist/mint-components/p-a7746488.system.js +0 -1
- package/dist/mint-components/sqm-stencilbook.entry.js +0 -18989
- package/dist/mint-components/sqm-stencilbook.system.entry.js +0 -1
- package/shoelace/assets/icons/twitter-x.svg +0 -4
|
@@ -116,6 +116,10 @@ export namespace Components {
|
|
|
116
116
|
* @uiName Bank province/state field label
|
|
117
117
|
*/
|
|
118
118
|
"bankStateLabel": string;
|
|
119
|
+
/**
|
|
120
|
+
* @uiName Beneficiary account field description
|
|
121
|
+
*/
|
|
122
|
+
"beneficiaryAccountNameDescription": string;
|
|
119
123
|
/**
|
|
120
124
|
* @uiName Beneficiary account field label
|
|
121
125
|
*/
|
|
@@ -232,6 +236,18 @@ export namespace Components {
|
|
|
232
236
|
* @uiWidget textArea
|
|
233
237
|
*/
|
|
234
238
|
"loadingErrorAlertHeader": string;
|
|
239
|
+
/**
|
|
240
|
+
* @uiName Information modal button text
|
|
241
|
+
*/
|
|
242
|
+
"modalButtonText": string;
|
|
243
|
+
/**
|
|
244
|
+
* @uiName Information modal description text
|
|
245
|
+
*/
|
|
246
|
+
"modalDescription": string;
|
|
247
|
+
/**
|
|
248
|
+
* @uiName Information modal title
|
|
249
|
+
*/
|
|
250
|
+
"modalTitle": string;
|
|
235
251
|
/**
|
|
236
252
|
* @uiName Patronymic name field label
|
|
237
253
|
*/
|
|
@@ -504,6 +520,20 @@ export namespace Components {
|
|
|
504
520
|
* @uiGroup Coupon code error
|
|
505
521
|
*/
|
|
506
522
|
"cancelledErrorText": string;
|
|
523
|
+
/**
|
|
524
|
+
* Display this message when the code fails to load before retrying.
|
|
525
|
+
* @uiWidget textArea
|
|
526
|
+
* @uiName Code sync error retry message
|
|
527
|
+
* @uiGroup Coupon code error
|
|
528
|
+
*/
|
|
529
|
+
"codeSyncErrorRetryText": string;
|
|
530
|
+
/**
|
|
531
|
+
* Display this message when the code fails to load after retrying.
|
|
532
|
+
* @uiWidget textArea
|
|
533
|
+
* @uiName Code sync error message
|
|
534
|
+
* @uiGroup Coupon code error
|
|
535
|
+
*/
|
|
536
|
+
"codeSyncErrorText": string;
|
|
507
537
|
/**
|
|
508
538
|
* @uiName Copy button label
|
|
509
539
|
*/
|
|
@@ -669,6 +699,18 @@ export namespace Components {
|
|
|
669
699
|
* @uiWidget textArea
|
|
670
700
|
*/
|
|
671
701
|
"loadingErrorAlertHeader": string;
|
|
702
|
+
/**
|
|
703
|
+
* @uiName Information modal button text
|
|
704
|
+
*/
|
|
705
|
+
"modalButtonText": string;
|
|
706
|
+
/**
|
|
707
|
+
* @uiName Information modal description text
|
|
708
|
+
*/
|
|
709
|
+
"modalDescription": string;
|
|
710
|
+
/**
|
|
711
|
+
* @uiName Information modal title
|
|
712
|
+
*/
|
|
713
|
+
"modalTitle": string;
|
|
672
714
|
/**
|
|
673
715
|
* @uiName Participant type field label
|
|
674
716
|
*/
|
|
@@ -5013,6 +5055,21 @@ export namespace Components {
|
|
|
5013
5055
|
* @uiGroup Step 3 Properties
|
|
5014
5056
|
*/
|
|
5015
5057
|
"step3_individualParticipant": string;
|
|
5058
|
+
/**
|
|
5059
|
+
* @uiName Information modal button text
|
|
5060
|
+
* @uiGroup Step 3 Properties
|
|
5061
|
+
*/
|
|
5062
|
+
"step3_modalButtonText": string;
|
|
5063
|
+
/**
|
|
5064
|
+
* @uiName Information modal description text
|
|
5065
|
+
* @uiGroup Step 3 Properties
|
|
5066
|
+
*/
|
|
5067
|
+
"step3_modalDescription": string;
|
|
5068
|
+
/**
|
|
5069
|
+
* @uiName Information modal title
|
|
5070
|
+
* @uiGroup Step 3 Properties
|
|
5071
|
+
*/
|
|
5072
|
+
"step3_modalTitle": string;
|
|
5016
5073
|
/**
|
|
5017
5074
|
* @uiName Participant type field label
|
|
5018
5075
|
* @uiGroup Step 3 Properties
|
|
@@ -5100,6 +5157,11 @@ export namespace Components {
|
|
|
5100
5157
|
* @uiGroup Step 4 Properties
|
|
5101
5158
|
*/
|
|
5102
5159
|
"step4_bankStateLabel": string;
|
|
5160
|
+
/**
|
|
5161
|
+
* @uiName Beneficiary account field description
|
|
5162
|
+
* @uiGroup Step 4 Properties
|
|
5163
|
+
*/
|
|
5164
|
+
"step4_beneficiaryAccountNameDescription": string;
|
|
5103
5165
|
/**
|
|
5104
5166
|
* @uiName Beneficiary account field label
|
|
5105
5167
|
* @uiGroup Step 4 Properties
|
|
@@ -5170,6 +5232,21 @@ export namespace Components {
|
|
|
5170
5232
|
* @uiGroup Step 4 Properties
|
|
5171
5233
|
*/
|
|
5172
5234
|
"step4_individualSelectItemLabel": string;
|
|
5235
|
+
/**
|
|
5236
|
+
* @uiName Information modal button text
|
|
5237
|
+
* @uiGroup Step 4 Properties
|
|
5238
|
+
*/
|
|
5239
|
+
"step4_modalButtonText": string;
|
|
5240
|
+
/**
|
|
5241
|
+
* @uiName Information modal description text
|
|
5242
|
+
* @uiGroup Step 4 Properties
|
|
5243
|
+
*/
|
|
5244
|
+
"step4_modalDescription": string;
|
|
5245
|
+
/**
|
|
5246
|
+
* @uiName Information modal title
|
|
5247
|
+
* @uiGroup Step 4 Properties
|
|
5248
|
+
*/
|
|
5249
|
+
"step4_modalTitle": string;
|
|
5173
5250
|
/**
|
|
5174
5251
|
* @uiName Patronymic name field label
|
|
5175
5252
|
* @uiGroup Step 4 Properties
|
|
@@ -6860,6 +6937,10 @@ declare namespace LocalJSX {
|
|
|
6860
6937
|
* @uiName Bank province/state field label
|
|
6861
6938
|
*/
|
|
6862
6939
|
"bankStateLabel"?: string;
|
|
6940
|
+
/**
|
|
6941
|
+
* @uiName Beneficiary account field description
|
|
6942
|
+
*/
|
|
6943
|
+
"beneficiaryAccountNameDescription"?: string;
|
|
6863
6944
|
/**
|
|
6864
6945
|
* @uiName Beneficiary account field label
|
|
6865
6946
|
*/
|
|
@@ -6976,6 +7057,18 @@ declare namespace LocalJSX {
|
|
|
6976
7057
|
* @uiWidget textArea
|
|
6977
7058
|
*/
|
|
6978
7059
|
"loadingErrorAlertHeader"?: string;
|
|
7060
|
+
/**
|
|
7061
|
+
* @uiName Information modal button text
|
|
7062
|
+
*/
|
|
7063
|
+
"modalButtonText"?: string;
|
|
7064
|
+
/**
|
|
7065
|
+
* @uiName Information modal description text
|
|
7066
|
+
*/
|
|
7067
|
+
"modalDescription"?: string;
|
|
7068
|
+
/**
|
|
7069
|
+
* @uiName Information modal title
|
|
7070
|
+
*/
|
|
7071
|
+
"modalTitle"?: string;
|
|
6979
7072
|
/**
|
|
6980
7073
|
* @uiName Patronymic name field label
|
|
6981
7074
|
*/
|
|
@@ -7248,6 +7341,20 @@ declare namespace LocalJSX {
|
|
|
7248
7341
|
* @uiGroup Coupon code error
|
|
7249
7342
|
*/
|
|
7250
7343
|
"cancelledErrorText"?: string;
|
|
7344
|
+
/**
|
|
7345
|
+
* Display this message when the code fails to load before retrying.
|
|
7346
|
+
* @uiWidget textArea
|
|
7347
|
+
* @uiName Code sync error retry message
|
|
7348
|
+
* @uiGroup Coupon code error
|
|
7349
|
+
*/
|
|
7350
|
+
"codeSyncErrorRetryText"?: string;
|
|
7351
|
+
/**
|
|
7352
|
+
* Display this message when the code fails to load after retrying.
|
|
7353
|
+
* @uiWidget textArea
|
|
7354
|
+
* @uiName Code sync error message
|
|
7355
|
+
* @uiGroup Coupon code error
|
|
7356
|
+
*/
|
|
7357
|
+
"codeSyncErrorText"?: string;
|
|
7251
7358
|
/**
|
|
7252
7359
|
* @uiName Copy button label
|
|
7253
7360
|
*/
|
|
@@ -7413,6 +7520,18 @@ declare namespace LocalJSX {
|
|
|
7413
7520
|
* @uiWidget textArea
|
|
7414
7521
|
*/
|
|
7415
7522
|
"loadingErrorAlertHeader"?: string;
|
|
7523
|
+
/**
|
|
7524
|
+
* @uiName Information modal button text
|
|
7525
|
+
*/
|
|
7526
|
+
"modalButtonText"?: string;
|
|
7527
|
+
/**
|
|
7528
|
+
* @uiName Information modal description text
|
|
7529
|
+
*/
|
|
7530
|
+
"modalDescription"?: string;
|
|
7531
|
+
/**
|
|
7532
|
+
* @uiName Information modal title
|
|
7533
|
+
*/
|
|
7534
|
+
"modalTitle"?: string;
|
|
7416
7535
|
/**
|
|
7417
7536
|
* @uiName Participant type field label
|
|
7418
7537
|
*/
|
|
@@ -11728,6 +11847,21 @@ declare namespace LocalJSX {
|
|
|
11728
11847
|
* @uiGroup Step 3 Properties
|
|
11729
11848
|
*/
|
|
11730
11849
|
"step3_individualParticipant"?: string;
|
|
11850
|
+
/**
|
|
11851
|
+
* @uiName Information modal button text
|
|
11852
|
+
* @uiGroup Step 3 Properties
|
|
11853
|
+
*/
|
|
11854
|
+
"step3_modalButtonText"?: string;
|
|
11855
|
+
/**
|
|
11856
|
+
* @uiName Information modal description text
|
|
11857
|
+
* @uiGroup Step 3 Properties
|
|
11858
|
+
*/
|
|
11859
|
+
"step3_modalDescription"?: string;
|
|
11860
|
+
/**
|
|
11861
|
+
* @uiName Information modal title
|
|
11862
|
+
* @uiGroup Step 3 Properties
|
|
11863
|
+
*/
|
|
11864
|
+
"step3_modalTitle"?: string;
|
|
11731
11865
|
/**
|
|
11732
11866
|
* @uiName Participant type field label
|
|
11733
11867
|
* @uiGroup Step 3 Properties
|
|
@@ -11815,6 +11949,11 @@ declare namespace LocalJSX {
|
|
|
11815
11949
|
* @uiGroup Step 4 Properties
|
|
11816
11950
|
*/
|
|
11817
11951
|
"step4_bankStateLabel"?: string;
|
|
11952
|
+
/**
|
|
11953
|
+
* @uiName Beneficiary account field description
|
|
11954
|
+
* @uiGroup Step 4 Properties
|
|
11955
|
+
*/
|
|
11956
|
+
"step4_beneficiaryAccountNameDescription"?: string;
|
|
11818
11957
|
/**
|
|
11819
11958
|
* @uiName Beneficiary account field label
|
|
11820
11959
|
* @uiGroup Step 4 Properties
|
|
@@ -11885,6 +12024,21 @@ declare namespace LocalJSX {
|
|
|
11885
12024
|
* @uiGroup Step 4 Properties
|
|
11886
12025
|
*/
|
|
11887
12026
|
"step4_individualSelectItemLabel"?: string;
|
|
12027
|
+
/**
|
|
12028
|
+
* @uiName Information modal button text
|
|
12029
|
+
* @uiGroup Step 4 Properties
|
|
12030
|
+
*/
|
|
12031
|
+
"step4_modalButtonText"?: string;
|
|
12032
|
+
/**
|
|
12033
|
+
* @uiName Information modal description text
|
|
12034
|
+
* @uiGroup Step 4 Properties
|
|
12035
|
+
*/
|
|
12036
|
+
"step4_modalDescription"?: string;
|
|
12037
|
+
/**
|
|
12038
|
+
* @uiName Information modal title
|
|
12039
|
+
* @uiGroup Step 4 Properties
|
|
12040
|
+
*/
|
|
12041
|
+
"step4_modalTitle"?: string;
|
|
11888
12042
|
/**
|
|
11889
12043
|
* @uiName Patronymic name field label
|
|
11890
12044
|
* @uiGroup Step 4 Properties
|
package/docs/docs.docx
CHANGED
|
Binary file
|