survey-analytics 2.5.22 → 2.5.24

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.
Files changed (35) hide show
  1. package/fesm/shared.mjs +1 -1
  2. package/fesm/shared2.mjs +10 -4
  3. package/fesm/shared2.mjs.map +1 -1
  4. package/fesm/survey.analytics.core.mjs +1 -1
  5. package/fesm/survey.analytics.mjs +1 -1
  6. package/fesm/survey.analytics.mongo.mjs +1 -1
  7. package/fesm/survey.analytics.tabulator.mjs +50 -8
  8. package/fesm/survey.analytics.tabulator.mjs.map +1 -1
  9. package/package.json +17 -25
  10. package/survey-analytics-tabulator.types/tables/tabulator.d.ts +1 -0
  11. package/survey.analytics.core.css +57 -24
  12. package/survey.analytics.core.css.map +1 -1
  13. package/survey.analytics.core.js +16709 -18227
  14. package/survey.analytics.core.js.map +1 -1
  15. package/survey.analytics.core.min.css +1 -10
  16. package/survey.analytics.core.min.js +6 -2
  17. package/survey.analytics.core.min.js.LICENSE.txt +91 -22
  18. package/survey.analytics.css +57 -24
  19. package/survey.analytics.css.map +1 -1
  20. package/survey.analytics.js +17552 -19298
  21. package/survey.analytics.js.map +1 -1
  22. package/survey.analytics.min.css +1 -10
  23. package/survey.analytics.min.js +6 -2
  24. package/survey.analytics.min.js.LICENSE.txt +91 -22
  25. package/survey.analytics.mongo.js +219 -343
  26. package/survey.analytics.mongo.js.map +1 -1
  27. package/survey.analytics.mongo.min.js +6 -2
  28. package/survey.analytics.mongo.min.js.LICENSE.txt +91 -5
  29. package/survey.analytics.tabulator.css +83 -20
  30. package/survey.analytics.tabulator.css.map +1 -1
  31. package/survey.analytics.tabulator.js +5326 -6468
  32. package/survey.analytics.tabulator.js.map +1 -1
  33. package/survey.analytics.tabulator.min.css +1 -6
  34. package/survey.analytics.tabulator.min.js +6 -2
  35. package/survey.analytics.tabulator.min.js.LICENSE.txt +91 -5
@@ -1,2 +1,6 @@
1
- /*! For license information please see survey.analytics.mongo.min.js.LICENSE.txt */
2
- !function(t,n){"object"==typeof exports&&"object"==typeof module?module.exports=n():"function"==typeof define&&define.amd?define("SurveyAnalyticsMongo",[],n):"object"==typeof exports?exports.SurveyAnalyticsMongo=n():t.SurveyAnalyticsMongo=n()}(this,(()=>(()=>{"use strict";var t={d:(n,e)=>{for(var o in e)t.o(e,o)&&!t.o(n,o)&&Object.defineProperty(n,o,{enumerable:!0,get:e[o]})},o:(t,n)=>Object.prototype.hasOwnProperty.call(t,n),r:t=>{"undefined"!=typeof Symbol&&Symbol.toStringTag&&Object.defineProperty(t,Symbol.toStringTag,{value:"Module"}),Object.defineProperty(t,"__esModule",{value:!0})}},n={};function e(t){var n={},e=0;return t.forEach((function(t){n[t._id]=t.count,e+=t.count})),{data:n,totalCount:e}}function o(t){return 0==t.length?{value:0,minValue:0,maxValue:0}:{data:{value:t[0].average,minValue:t[0].min,maxValue:t[0].max}}}t.r(n),t.d(n,{MongoDbAdapter:()=>u});var i={boolean:e,radiogroup:e,dropdown:e,checkbox:e,tagbox:e,number:o,rating:o,histogram:function(t){var n=[],e=0;return t.forEach((function(t){n.push(t.count),e+=t.count})),{data:n,intervals:t,totalCount:e}}},u=function(){function t(t,n){this.db=t,this.getId=n}return t.prototype.create=function(t,n){var e=this;return n.id=n.id||this.getId(),new Promise((function(o,i){e.db.collection(t).insertOne(n).then((function(t){o(n.id)})).catch((function(t){i(JSON.stringify(t))}))}))},t.prototype.retrieve=function(t,n){var e=this,o={};return(n=n||[]).forEach((function(t){return o[t.field]=t.value})),new Promise((function(n,i){e.db.collection(t).find(o).toArray().then((function(t){n(t)})).catch((function(t){i(JSON.stringify(t))}))}))},t.prototype.update=function(t,n){var e=this;return new Promise((function(o,i){e.db.collection(t).updateOne({id:n.id},{$set:n}).then((function(t){o(t)})).catch((function(t){i(JSON.stringify(t))}))}))},t.prototype.delete=function(t,n){var e=this;return new Promise((function(o,i){e.db.collection(t).deleteMany({id:n}).then((function(t){o(t)})).catch((function(t){i(JSON.stringify(t))}))}))},t.prototype.retrievePaginated=function(t,n,e,o,i){var u=this,r={};(n=n||[]).forEach((function(t){if(t.value){var n=t.value;r[t.field]=n}}));var a={};return e.forEach((function(t){a[t.field]="desc"==t.value?-1:1})),new Promise((function(n,e){u.db.collection(t).count(r).then((function(c){u.db.collection(t).find(r).sort(a).skip(o).limit(i).toArray().then((function(t){n({data:t,totalCount:c})})).catch((function(t){e(JSON.stringify(t))}))}))}))},t.prototype.retrieveSummary=function(t,n,e,o,u,r){var a=this,c=function(t,n,e,o){var i=[{$match:{postid:t}},{$project:{value:"$json."+n}},{$match:{value:{$exists:!0}}},{$group:{_id:"$value",count:{$sum:1}}}],u=[{$match:{postid:t}},{$project:{value:"$json."+n}},{$match:{value:{$exists:!0}}},{$unwind:"$value"},{$group:{_id:"$value",count:{$sum:1}}}],r=[{$match:{postid:t}},{$project:{value:"$json."+n}},{$match:{value:{$exists:!0}}},{$group:{_id:null,count:{$sum:1},average:{$avg:"$value"},min:{$min:"$value"},max:{$max:"$value"},values:{$push:"$value"}}}],a={boolean:i,radiogroup:i,dropdown:i,checkbox:u,tagbox:u,number:r,rating:r,histogram:[{$match:{postid:t}},{$project:{value:"$json."+n}},{$match:{value:{$exists:!0}}},{$bucketAuto:{groupBy:"$value",buckets:10,output:{count:{$sum:1},minValue:{$min:"$value"},maxValue:{$max:"$value"}}}},{$project:{_id:0,start:"$minValue",end:"$maxValue",label:{$concat:[{$toString:{$round:["$minValue",2]}}," - ",{$toString:{$round:["$maxValue",2]}}]},count:1}}]};return a[e]||a[o]||[]}(n,e,u,o);return new Promise((function(n,e){a.db.collection(t).aggregate(c).toArray().then((function(t){var e=(i[u]||i[o]||function(t){return t})(t);n(e)})).catch((function(t){e(JSON.stringify(t))}))}))},t}();return n})()));
1
+ /*!
2
+ surveyjs - SurveyJS Dashboard library v2.5.24
3
+ Copyright (c) 2015-2026 Devsoft Baltic OÜ - http://surveyjs.io/
4
+ License: SEE LICENSE IN LICENSE
5
+ */
6
+ !function(t,n){"object"==typeof exports&&"undefined"!=typeof module?n(exports):"function"==typeof define&&define.amd?define(["exports"],n):n((t="undefined"!=typeof globalThis?globalThis:t||self).SurveyAnalyticsMongo={})}(this,function(t){"use strict";function n(t){var n={},e=0;return t.forEach(function(t){n[t._id]=t.count,e+=t.count}),{data:n,totalCount:e}}function e(t){return 0==t.length?{value:0,minValue:0,maxValue:0}:{data:{value:t[0].average,minValue:t[0].min,maxValue:t[0].max}}}var o={boolean:n,radiogroup:n,dropdown:n,checkbox:n,tagbox:n,number:e,rating:e,histogram:function(t){var n=[],e=0;return t.forEach(function(t){n.push(t.count),e+=t.count}),{data:n,intervals:t,totalCount:e}}};var i=function(){function t(t,n){this.db=t,this.getId=n}return t.prototype.create=function(t,n){var e=this;return n.id=n.id||this.getId(),new Promise(function(o,i){e.db.collection(t).insertOne(n).then(function(t){o(n.id)}).catch(function(t){i(JSON.stringify(t))})})},t.prototype.retrieve=function(t,n){var e=this,o={};return(n=n||[]).forEach(function(t){return o[t.field]=t.value}),new Promise(function(n,i){e.db.collection(t).find(o).toArray().then(function(t){n(t)}).catch(function(t){i(JSON.stringify(t))})})},t.prototype.update=function(t,n){var e=this;return new Promise(function(o,i){e.db.collection(t).updateOne({id:n.id},{$set:n}).then(function(t){o(t)}).catch(function(t){i(JSON.stringify(t))})})},t.prototype.delete=function(t,n){var e=this;return new Promise(function(o,i){e.db.collection(t).deleteMany({id:n}).then(function(t){o(t)}).catch(function(t){i(JSON.stringify(t))})})},t.prototype.retrievePaginated=function(t,n,e,o,i){var u=this,a={};(n=n||[]).forEach(function(t){if(t.value){var n=t.value;a[t.field]=n}});var r={};return e.forEach(function(t){r[t.field]="desc"==t.value?-1:1}),new Promise(function(n,e){u.db.collection(t).count(a).then(function(c){u.db.collection(t).find(a).sort(r).skip(o).limit(i).toArray().then(function(t){n({data:t,totalCount:c})}).catch(function(t){e(JSON.stringify(t))})})})},t.prototype.retrieveSummary=function(t,n,e,i,u,a){var r=this,c=function(t,n,e,o){var i=[{$match:{postid:t}},{$project:{value:"$json."+n}},{$match:{value:{$exists:!0}}},{$group:{_id:"$value",count:{$sum:1}}}],u=[{$match:{postid:t}},{$project:{value:"$json."+n}},{$match:{value:{$exists:!0}}},{$unwind:"$value"},{$group:{_id:"$value",count:{$sum:1}}}],a=[{$match:{postid:t}},{$project:{value:"$json."+n}},{$match:{value:{$exists:!0}}},{$group:{_id:null,count:{$sum:1},average:{$avg:"$value"},min:{$min:"$value"},max:{$max:"$value"},values:{$push:"$value"}}}],r={boolean:i,radiogroup:i,dropdown:i,checkbox:u,tagbox:u,number:a,rating:a,histogram:[{$match:{postid:t}},{$project:{value:"$json."+n}},{$match:{value:{$exists:!0}}},{$bucketAuto:{groupBy:"$value",buckets:10,output:{count:{$sum:1},minValue:{$min:"$value"},maxValue:{$max:"$value"}}}},{$project:{_id:0,start:"$minValue",end:"$maxValue",label:{$concat:[{$toString:{$round:["$minValue",2]}}," - ",{$toString:{$round:["$maxValue",2]}}]},count:1}}]};return r[e]||r[o]||[]}(n,e,u,i);return new Promise(function(n,e){r.db.collection(t).aggregate(c).toArray().then(function(t){var e=(o[u]||o[i]||function(t){return t})(t);n(e)}).catch(function(t){e(JSON.stringify(t))})})},t}();t.MongoDbAdapter=i});
@@ -1,5 +1,91 @@
1
- /*!
2
- * surveyjs - SurveyJS Dashboard library v2.5.22
3
- * Copyright (c) 2015-2026 Devsoft Baltic OÜ - http://surveyjs.io/
4
- * License: SEE LICENSE IN LICENSE
5
- */
1
+ Devsoft Baltic OÜ
2
+ Commercial developer license for SurveyJS Creator, SurveyJS Pdf Generator and SurveyJS Dashboard libraries.
3
+ Copyright (C) 2015-2026 DEVSOFT BALTIC OÜ.
4
+
5
+ END-USER LICENSE AGREEMENT
6
+ FOR ALL SOFTWARE DEVELOPMENT PRODUCT(S) INCLUDED IN THIS DISTRIBUTION
7
+
8
+ IMPORTANT - PLEASE READ THIS END-USER LICENSE AGREEMENT ("AGREEMENT") CAREFULLY BEFORE USING THE SOFTWARE DEVELOPMENT PRODUCT(S) INCLUDED IN THIS DISTRIBUTION/INSTALLATION.
9
+
10
+ This Devsoft Baltic OÜ ("DEVSOFTBALTIC") AGREEMENT constitutes a legally binding agreement between you or the business and/or entity which you represent ("You" or "LICENSEE") and DEVSOFTBALTIC for all DEVSOFTBALTIC products, frameworks, widgets, source code, demos, intermediate files, media, printed materials, and documentation ("SOFTWARE DEVELOPMENT PRODUCT(S)") included in this distribution/installation.
11
+
12
+ By purchasing, installing, copying, or otherwise using the SOFTWARE DEVELOPMENT PRODUCT(S), you acknowledge that you have read this AGREEMENT and you agree to be bound by its terms and conditions. If you are representing a business and/or entity, you acknowledge that you have the legal authority to bind the business and/or entity you are representing to all the terms and conditions of this AGREEMENT.
13
+
14
+ If you do not agree to any of the terms and conditions of this AGREEMENT or if you do not have the legal authority to bind the business and/or entity you are representing to any of the terms and conditions of this AGREEMENT, DO NOT INSTALL, COPY, USE, EVALUATE, OR REPLICATE IN ANY MANNER, ANY PART, FILE OR PORTION OF THE SOFTWARE DEVELOPMENT PRODUCT(S).
15
+
16
+ All SOFTWARE DEVELOPMENT PRODUCT(S) is licensed, not sold.
17
+
18
+ 1. GRANT OF LICENSE.
19
+ Subject to all the terms and conditions of this AGREEMENT, DEVSOFTBALTIC grants LICENSEE a non-exclusive, non-transferable license to install and use the SOFTWARE DEVELOPMENT PRODUCT(S) included in this distribution as authorized in sections 1.1 through 1.2 below:
20
+
21
+ 1.1 INDIVIDUAL USE LICENSE.
22
+ If you are an individual, you may install, copy, and use the SOFTWARE DEVELOPMENT PRODUCT(S) by purchasing a SurveyJS Creator license(s) from DEVSOFTBALTIC or its authorized resellers, in accordance with Section 4 of this AGREEMENT.
23
+
24
+ 1.2 BUSINESS AND GOVERNMENT USE LICENSE.
25
+ DEVSOFTBALTIC licenses the SOFTWARE DEVELOPMENT PRODUCT(S) on a per-developer basis. If you represent a business and/or government entity, you or your employees may install, copy, and use the SOFTWARE DEVELOPMENT PRODUCT(S) by purchasing SurveyJS Creator license(s) from DEVSOFTBALTIC or its authorized resellers for each developer using the SOFTWARE DEVELOPMENT PRODUCT(S), in accordance with Section 4 of this AGREEMENT. The number of licensed developers using the SOFTWARE DEVELOPMENT PRODUCT(S) must equal or be less than the number of seats purchased from DEVSOFTBALTIC or its authorized resellers.
26
+ DEVSOFTBALTIC grants to Licensee a paid up, perpetual world-wide, irrevocable (except in the case of Licensee’s uncured breach) non-exclusive and non-transferable license to the SOFTWARE DEVELOPMENT PRODUCT(S), including the Redistributables, to use, test, demonstrate, develop derivative works, use for technical support, provide training, host and embed the Redistributables , in executable form only (the “DEVSOFTBALTIC Component”) , in all current and future versions of the Application (the "License"). This license grant extends to all Licensee distributors and resellers (collectively, “the Licensees”). By way of clarification, there is no limit on the number of customers or users (including users of Licensee’s resellers, distributors, and licensees) that Licensees can use the Redistributables for. Further, DEVSOFTBALTIC agrees that Licensee’s third-party contractors and hosting partners may access and use the Redistributables, subject to the same restrictions and solely for the purposes contemplated hereunder. The foregoing license grant applies to all corrections, patches, updates and future versions of the DEVSOFTBALTIC Component (collectively, “Updates”).
27
+
28
+ 2. RENTAL.
29
+ You may not rent, lease, or lend the SOFTWARE DEVELOPMENT PRODUCT(S).
30
+
31
+ 3. TRANSFER.
32
+ You may NOT permanently or temporarily transfer ANY of your rights under this AGREEMENT to any individual or business or government entity without prior written approval from DEVSOFTBALTIC. Regardless of any modifications which you make and regardless of how you might compile, link, and/or package your programs, under no circumstances may the libraries, Redistributables, and/or files included in the SOFTWARE DEVELOPMENT PRODUCT(S) (including any portions thereof) be used for developing programs by anyone other than you. Only you as the LICENSEE have the right to use the libraries, redistributables, or other files of the SOFTWARE DEVELOPMENT PRODUCT(S) (or any portions thereof) for developing programs created with the SOFTWARE DEVELOPMENT PRODUCT(S). You may not share copies of the Redistributables with other co-developers.
33
+
34
+ 4. RECEIVE UPDATES DURING TWELVE (12) MONTHS SINCE ORIGINAL PURCHASE.
35
+ LICENSEE will be eligible to receive all major and minor updates for the SOFTWARE DEVELOPMENT PRODUCT(S) during this 12-month period. Upon 12 months plus 1 day after original purchase date, and each subsequent year thereafter, Licensee may elect to continue receiving major and minor updates of the SOFTWARE DEVELOPMENT PRODUCT(S) from DEVSOFTBALTIC by paying the annual support fees which will be about forty percent (40%) of the original license fee the SOFTWARE DEVELOPMENT PRODUCT(S).
36
+
37
+ If the SOFTWARE DEVELOPMENT PRODUCT(S) is labeled as an update, you must be properly licensed to obtain the updated SOFTWARE DEVELOPMENT PRODUCT(S). A SOFTWARE DEVELOPMENT PRODUCT(S) labeled as an update replaces and/or supplements the SOFTWARE DEVELOPMENT PRODUCT(S) that formed the basis for your eligibility for the update, and together constitutes a single PRODUCT(S). You may only use the updated PRODUCT(S) in accordance with all the terms of this AGREEMENT.
38
+
39
+ Pricing for the SOFTWARE DEVELOPMENT PRODUCT(S) license and any subsequent upgrade of the license subject to change with or without notice.
40
+
41
+ DEVSOFTBALTIC reserves the right to discontinue the SOFTWARE DEVELOPMENT PRODUCT(S) or its constituents, at any time. In the event this occurs LICENSEE has the right to use the discontinued SOFTWARE PRODUCT for unlimited period and get support for 24 months since the purchase date. LICENSEE shall be entitled to get full refund if the purchase was made in 90 days, 75% if the purchase was made in 180 days, 50% if the purchase was made in 270 days and 25% if the purchase was made within a year.
42
+
43
+ 5. REDISTRIBUTION.
44
+ The SOFTWARE DEVELOPMENT PRODUCT(s) may include certain files ("REDISTRIBUTABLE(s)") intended for distribution by you to the users of software applications which you create. Redistributables include, for example, those files identified in printed or on-line documentation as redistributable files or those files preselected for deployment by an install utility provided with the SOFTWARE DEVELOPMENT PRODUCT(S) (if any). In all circumstances, the REDISTRIBUTABLES for the SOFTWARE DEVELOPMENT PRODUCT(S) are only those files specifically designated as such by DEVSOFTBALTIC.
45
+ AT NO TIME MAY LICENSEE CREATE ANY TOOL, REDISTRIBUTABLE, OR PRODUCT THAT DIRECTLY OR INDIRECTLY COMPETES WITH THE SOFTWARE DEVELOPMENT PRODUCT(S) BY UTILIZING ALL OR ANY PORTION OF THE DEVSOFTBALTIC SOFTWARE DEVELOPMENT PRODUCT(S).
46
+ The LICENSEE may NOT distribute the SOFTWARE DEVELOPMENT PRODUCT(S), in any format, to others for development or application compilation purposes.
47
+ If you have purchased a license as described in Section 4 of this AGREEMENT, you may reproduce and distribute copies of the REDISTRIBUTABLES, provided that such copies are made from the original copy of the REDISTRIBUTABLES included with the SOFTWARE DEVELOPMENT PRODUCT(S) or modified versions of the REDISTRIBUTABLES which are provided to you by DEVSOFTBALTIC or those which you create. Copies of REDISTRIBUTABLES may only be distributed with and for the sole purpose of executing application programs permitted under this AGREEMENT that you have created using the SOFTWARE DEVELOPMENT PRODUCT(S).
48
+
49
+ The following files in the SOFTWARE DEVELOPMENT PRODUCT(S) distribution are considered REDISTRIBUTABLES under this AGREEMENT. Refer to Section 4 of this AGREEMENT for licensing terms:
50
+
51
+ *.css, *.js, fonts\*.*, *.d.ts
52
+
53
+ 6. THIRD-PARTY SOFTWARE PRODUCTS/LIBRARIES
54
+ DEVSOFTBALTIC represents and warrants that the DEVSOFTBALTIC SOFTWARE PRODUCTS, including Redistributables, do not and will not contain any third-party libraries or open-source software other than that open-source software licensed through MIT.
55
+ 7. COPYRIGHT.
56
+ All title and copyrights in and to the SOFTWARE DEVELOPMENT PRODUCT(S) (including but not limited to any DEVSOFTBALTIC trademarks, copywritten images, demos, source code, intermediate files, packages, photographs, redistributables, animations, video, audio, music, text, and "applets" incorporated into the SOFTWARE DEVELOPMENT PRODUCT(S) the accompanying printed materials, and any copies of the SOFTWARE DEVELOPMENT PRODUCT(S)) are owned by DEVSOFTBALTIC or its subsidiaries.
57
+ The SOFTWARE DEVELOPMENT PRODUCT(S) is protected by copyright laws and international treaty provisions and therefore, you must treat the SOFTWARE DEVELOPMENT PRODUCT(S) like any other copyrighted material except that you may install and use the SOFTWARE DEVELOPMENT PRODUCT(S) as described in this AGREEMENT.
58
+
59
+ 8. DOWNLOAD of SOFTWARE DEVELOPMENT PRODUCT(S).
60
+ The SOFTWARE DEVELOPMENT PRODUCT(S) will be made available for download from “SurveyJS Project” websites or installing SurveyJS packages using https://www.npmjs.com/ package installer.
61
+
62
+ 9. DISCLAIMER OF WARRANTY.
63
+ DEVSOFTBALTIC expressly disclaims any warranty for the SOFTWARE DEVELOPMENT PRODUCT(S). THE SOFTWARE DEVELOPMENT PRODUCT(S) AND ANY RELATED DOCUMENTATION IS PROVIDED "AS IS" WITHOUT WARRANTY OF ANY KIND, EITHER EXPRESS OR IMPLIED, INCLUDING, WITHOUT LIMITATION, THE IMPLIED WARRANTIES OF MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE, OR NONINFRINGEMENT. DEVSOFTBALTIC DOES NOT WARRANT, GUARANTEE, OR MAKE ANY REPRESENTATIONS REGARDING THE USE, OR THE RESULTS OF THE USE, OF THE SOFTWARE DEVELOPMENT PRODUCT(S) IN TERMS OF CORRECTNESS, ACCURACY, RELIABILITY, OR OTHERWISE. THE ENTIRE RISK ARISING OUT OF USE OR PERFORMANCE OF THE SOFTWARE DEVELOPMENT PRODUCT(S) REMAINS WITH YOU. No oral or written information or advice given by DEVSOFTBALTIC or its employees shall create a warranty or in any way increase the scope of this warranty.
64
+
65
+ 10. LIMITATIONS ON LIABILITY.
66
+ To the maximum extent permitted by applicable law, in no event shall either party be liable for any special, incidental, indirect, or consequential damages whatsoever (including, without limitation, damages for loss of business profits, business interruption, loss of business information, or any other pecuniary loss) arising out of the use of or inability to use the SOFTWARE DEVELOPMENT PRODUCT(S) or the provision of or failure to provide SUPPORT SERVICES, even if DEVSOFTBALTIC has been advised of the possibility of such damages.
67
+
68
+ LICENSEE understands that the SOFTWARE DEVELOPMENT PRODUCT(S) may produce inaccurate results because of a failure or fault within the SOFTWARE DEVELOPMENT PRODUCT(S) or failure by LICENSEE to properly use and or deploy the SOFTWARE DEVELOPMENT PRODUCT(S). LICENSEE assumes full and sole responsibility for any use of the SOFTWARE DEVELOPMENT PRODUCT(S) and bears the entire risk for failures or faults within the SOFTWARE DEVELOPMENT PRODUCT(S). You agree that regardless of the cause of failure or fault or the form of any claim, THE SOLE REMEDY AND EITHER PARTIES SOLE OBLIGATION SHALL BE GOVERNED BY THIS AGREEMENT AND IN NO EVENT SHALL EITHER PARTIES LIABILITY EXCEED THE PRICE PAID TO DEVSOFTBALTIC FOR THE SOFTWARE DEVELOPMENT PRODUCT(S). This Limited Warranty is void if failure of the SOFTWARE DEVELOPMENT PRODUCT(S) has resulted from accident, abuse, alteration, unauthorized use, or misapplication of the SOFTWARE DEVELOPMENT PRODUCT(S). Nothing in this Agreement will limit any liability either party may have to the other: (a) for willful default or fraud; or (b) for any unauthorized use of the other party’s INTELLECTUAL PROPERTY or PERSONAL DATA.
69
+
70
+ 11. INDEMNIFICATION.
71
+ You hereby agree to indemnify DEVSOFTBALTIC and its officers, directors, employees, agents, and representatives from each and every demand, claim, loss, liability, or damage of any kind, including actual attorney's fees, whether in tort or contract, that it or any of them may incur by reason of, or arising out of, any claim which is made by any third party with respect to any breach or violation of this AGREEMENT by you or any claims based on the Applications and the SOFTWARE DEVELOPMENT PRODUCT(S) included herein, including without limitation any claims asserted by your end user customers.
72
+ 12. SUPPORT SERVICES.
73
+ DEVSOFTBALTIC may provide you with support services related to the SOFTWARE DEVELOPMENT PRODUCT(S) ("SUPPORT SERVICES"). Use of SUPPORT SERVICES is governed by DEVSOFTBALTIC policies and programs described in the user manual, in "online" documentation and/or other DEVSOFTBALTIC provided materials. DEVSOFTBALTIC may restrict or otherwise discontinue SUPPORT SERVICES provided to you if Your use of SUPPORT SERVICES is deemed by DEVSOFTBALTIC, in its sole and reasonable discretion, to be excessive and beyond the scope of fair use.
74
+
75
+ Any supplemental SOFTWARE DEVELOPMENT PRODUCT(S) provided to you as part of the SUPPORT SERVICES shall be considered part of the SOFTWARE DEVELOPMENT PRODUCT(S) and subject to the terms and conditions of this AGREEMENT. With respect to technical information, you provide to DEVSOFTBALTIC as part of the SUPPORT SERVICES, DEVSOFTBALTIC may use such information for its business purposes, including for SOFTWARE DEVELOPMENT PRODUCT(S) support and development.
76
+
77
+ 13. TERMINATION.
78
+ Without prejudice to any other rights or remedies, DEVSOFTBALTIC will terminate this AGREEMENT upon your failure to comply with all the terms and conditions of this AGREEMENT. In such events, LICENSEE must destroy all copies of the SOFTWARE DEVELOPMENT PRODUCT(S) and all of its component parts including any related documentation and must remove ANY and ALL use of DEVSOFTBALTIC intellectual property from any applications distributed by LICENSEE, whether in native, altered or compiled states.
79
+ LICENSEE has an unconditional right to terminate before the first ninety (90) days of purchase of the SOFTWARE DEVELOPMENT PRODUCT(S) and shall be entitled to a full refund.
80
+ 14. PERSONAL DATA.
81
+ All Information DEVSOFTBALTIC collects from You is stored and maintained on servers utilizing reasonable and appropriate data security safeguards. DEVSOFTBALTIC does not lend, lease, sell, or market information it obtains from its customers or those who provide us personally identifiable information. DEVSOFTBALTIC does not disclose purchase information or licensing information to third parties.
82
+ DEVSOFTBALTIC collects personally identifiable information whenever You purchase/license a DEVSOFTBALTIC product or service. Information includes Name, Address, Phone Number, Email address, Payment Information, Product Purchases, Licenses Owned, Employee/Contact Details, etc.
83
+
84
+ DEVSOFTBALTIC collects personally identifiable information whenever You purchase/license a DEVSOFTBALTIC product or service. Information includes Name, Address, Phone Number, Email address, Payment Information, Product Purchases, Licenses Owned, Employee/Contact Details, etc. The information we collect allows DEVSOFTBALTIC to communicate with You regarding upcoming product updates, new product releases, company news and other important business matters.
85
+
86
+ DEVSOFTBALTIC does not wish to receive, act to procure, nor desire to solicit, confidential or proprietary materials and information from You through the use of the SOFTWARE DEVELOPMENT PRODUCT(S) or SUPPORT SERVICES. Any and all materials, attachments, or information submitted by You as part of error submissions, or divulged during chats, online discussions, or made available to DEVSOFTBALTIC in any manner will be deemed NOT to be confidential by DEVSOFTBALTIC. You acknowledge that submissions to DEVSOFTBALTIC will not be considered confidential or proprietary and that DEVSOFTBALTIC will be under no obligation to keep such information confidential.
87
+
88
+ 15. MISCELLANEOUS.
89
+ This AGREEMENT may only be modified in writing signed by you and an authorized officer of Devsoft Baltic OÜ. If any provision of this AGREEMENT is found void or unenforceable, the remainder will remain valid and enforceable according to its terms. If any remedy provided is determined to have failed for its essential purpose, all limitations of liability and exclusions of damages set forth in the Limited Warranty shall remain in effect.
90
+ This Agreement shall be governed by and construed in accordance with the laws of any of the following jurisdictions based on LICENSEE choice: European Union, United States of America, Canada, England and Wales, Australia, or New Zealand.
91
+ DEVSOFTBALTIC reserves all rights not specifically granted in this AGREEMENT.
@@ -1,11 +1,3 @@
1
- /*!
2
- * surveyjs - SurveyJS Dashboard library v2.5.22
3
- * Copyright (c) 2015-2026 Devsoft Baltic OÜ - http://surveyjs.io/
4
- * License: SEE LICENSE IN LICENSE
5
- */
6
- /*!****************************************************************************************************************************************************************************!*\
7
- !*** css ./node_modules/css-loader/dist/cjs.js??ruleSet[1].rules[1].use[1]!./node_modules/sass-loader/dist/cjs.js??ruleSet[1].rules[1].use[2]!./src/tables/tabulator.scss ***!
8
- \****************************************************************************************************************************************************************************/
9
1
  .sa-commercial {
10
2
  box-sizing: border-box;
11
3
  padding: var(--sjs2-spacing-static-x150, 12px) var(--sjs2-spacing-static-x600, 48px);
@@ -13,12 +5,12 @@
13
5
  width: 100%;
14
6
  background: var(--sjs2-color-bg-brand-primary, #19B394);
15
7
  }
8
+
16
9
  @media screen and (max-width: 600px) {
17
10
  .sa-commercial {
18
11
  padding: var(--sjs2-spacing-static-x100, 8px) var(--sjs2-spacing-static-x300, 24px);
19
12
  }
20
13
  }
21
-
22
14
  .sa-commercial__text {
23
15
  text-decoration: none;
24
16
  color: var(--sjs2-color-fg-static-main-primary, #FFF);
@@ -29,6 +21,7 @@
29
21
  font-weight: 600;
30
22
  line-height: var(--sjs2-line-height-semantic-default, 24px);
31
23
  }
24
+
32
25
  @media screen and (max-width: 600px) {
33
26
  .sa-commercial__text {
34
27
  font-size: var(--sjs2-font-size-semantic-small, 12px);
@@ -50,29 +43,31 @@
50
43
  text-underline-offset: 10%;
51
44
  text-underline-position: from-font;
52
45
  }
46
+
53
47
  @media screen and (max-width: 600px) {
54
48
  .sa-commercial__text a {
55
49
  font-size: var(--sjs2-font-size-semantic-small, 12px);
56
50
  line-height: var(--sjs2-line-height-semantic-small, 16px);
57
51
  }
58
52
  }
59
-
60
53
  .sa-table {
61
54
  font-size: var(--root-font-size, 14px);
62
55
  font-family: var(--font-family, "Segoe UI", SegoeUI, Arial, sans-serif);
63
56
  }
57
+
64
58
  .sa-table button {
65
59
  cursor: pointer;
66
60
  background-color: inherit;
67
61
  outline: none;
68
62
  }
63
+
69
64
  .sa-table select {
70
65
  line-height: initial;
71
66
  appearance: none;
72
67
  -webkit-appearance: none;
73
68
  -moz-appearance: none;
74
69
  background: transparent;
75
- background-image: url("data:image/svg+xml,%3C%3Fxml version=%271.0%27 encoding=%27utf-8%27%3F%3E%3C%21-- Generator: Adobe Illustrator 21.1.0, SVG Export Plug-In . SVG Version: 6.00 Build 0%29 --%3E%3Csvg version=%271.1%27 id=%27Layer_1%27 xmlns=%27http://www.w3.org/2000/svg%27 xmlns:xlink=%27http://www.w3.org/1999/xlink%27 x=%270px%27 y=%270px%27 viewBox=%270 0 10 10%27 style=%27enable-background:new 0 0 10 10;%27 xml:space=%27preserve%27%3E%3Cstyle type=%27text/css%27%3E .st0%7Bfill:%23404040;%7D%0A%3C/style%3E%3Cpolygon class=%27st0%27 points=%272,2 0,4 5,9 10,4 8,2 5,5 %27/%3E%3C/svg%3E%0A");
70
+ background-image: url("data:image/svg+xml,%3C%3Fxml version='1.0' encoding='utf-8'%3F%3E%3C!-- Generator: Adobe Illustrator 21.1.0, SVG Export Plug-In . SVG Version: 6.00 Build 0) --%3E%3Csvg version='1.1' id='Layer_1' xmlns='http://www.w3.org/2000/svg' xmlns:xlink='http://www.w3.org/1999/xlink' x='0px' y='0px' viewBox='0 0 10 10' style='enable-background:new 0 0 10 10;' xml:space='preserve'%3E%3Cstyle type='text/css'%3E .st0%7Bfill:%23404040;%7D%0A%3C/style%3E%3Cpolygon class='st0' points='2,2 0,4 5,9 10,4 8,2 5,5 '/%3E%3C/svg%3E%0A");
76
71
  background-repeat: no-repeat, repeat;
77
72
  background-position: right 0.7em top 50%, 0 0;
78
73
  background-size: 0.57em 100%;
@@ -84,14 +79,17 @@
84
79
  font-size: inherit;
85
80
  padding: 0.25em 2em 0.25em 0.87em;
86
81
  }
82
+
87
83
  .sa-table select:focus {
88
- background-image: url("data:image/svg+xml,%3C%3Fxml version=%271.0%27 encoding=%27utf-8%27%3F%3E%3C%21-- Generator: Adobe Illustrator 21.1.0, SVG Export Plug-In . SVG Version: 6.00 Build 0%29 --%3E%3Csvg version=%271.1%27 id=%27Layer_1%27 xmlns=%27http://www.w3.org/2000/svg%27 xmlns:xlink=%27http://www.w3.org/1999/xlink%27 x=%270px%27 y=%270px%27 viewBox=%270 0 10 10%27 style=%27enable-background:new 0 0 10 10;%27 xml:space=%27preserve%27%3E%3Cstyle type=%27text/css%27%3E .st0%7Bfill:%231AB394;%7D%0A%3C/style%3E%3Cpolygon class=%27st0%27 points=%272,2 0,4 5,9 10,4 8,2 5,5 %27/%3E%3C/svg%3E");
84
+ background-image: url("data:image/svg+xml,%3C%3Fxml version='1.0' encoding='utf-8'%3F%3E%3C!-- Generator: Adobe Illustrator 21.1.0, SVG Export Plug-In . SVG Version: 6.00 Build 0) --%3E%3Csvg version='1.1' id='Layer_1' xmlns='http://www.w3.org/2000/svg' xmlns:xlink='http://www.w3.org/1999/xlink' x='0px' y='0px' viewBox='0 0 10 10' style='enable-background:new 0 0 10 10;' xml:space='preserve'%3E%3Cstyle type='text/css'%3E .st0%7Bfill:%231AB394;%7D%0A%3C/style%3E%3Cpolygon class='st0' points='2,2 0,4 5,9 10,4 8,2 5,5 '/%3E%3C/svg%3E ");
89
85
  border-color: #d4d4d4;
90
86
  outline: none;
91
87
  }
88
+
92
89
  .sa-table select::-ms-expand {
93
90
  display: none;
94
91
  }
92
+
95
93
  .sa-table input {
96
94
  height: 34px;
97
95
  border: none;
@@ -102,6 +100,7 @@
102
100
  padding: 0.25em 1.5em 0.25em 0.87em;
103
101
  background: transparent;
104
102
  }
103
+
105
104
  .sa-table input:focus {
106
105
  border-color: var(--main-color, #1ab394);
107
106
  outline: none;
@@ -121,6 +120,7 @@
121
120
  .sa-table__detail {
122
121
  border-top: 1px solid #d4d4d4;
123
122
  }
123
+
124
124
  .sa-table__detail td {
125
125
  box-sizing: border-box;
126
126
  padding: 20px;
@@ -128,11 +128,13 @@
128
128
  border-right: none;
129
129
  white-space: initial;
130
130
  }
131
+
131
132
  .sa-table__detail td:first-child {
132
133
  width: 267px;
133
134
  border-left: none;
134
135
  font-weight: bold;
135
136
  }
137
+
136
138
  .sa-table__detail td:nth-child(2) {
137
139
  width: 208px;
138
140
  }
@@ -164,6 +166,7 @@ a.sa-table__btn {
164
166
  border-color: #a0a0a0;
165
167
  color: #a0a0a0;
166
168
  }
169
+
167
170
  .sa-table__btn--gray:hover {
168
171
  background-color: #9b9b9b;
169
172
  color: var(--text-color-inverse, #fff);
@@ -173,6 +176,7 @@ a.sa-table__btn {
173
176
  border-color: var(--main-color, #1ab394);
174
177
  color: var(--main-color, #1ab394);
175
178
  }
179
+
176
180
  .sa-table__btn--green:hover {
177
181
  background-color: var(--main-color, #1ab394);
178
182
  color: var(--text-color-inverse, #fff);
@@ -184,12 +188,15 @@ a.sa-table__btn {
184
188
  padding: 0;
185
189
  border: none;
186
190
  }
191
+
187
192
  .sa-table__svg-button use {
188
193
  fill: var(--svg-color, rgba(159, 159, 159, 0.4));
189
194
  }
195
+
190
196
  .sa-table__svg-button:hover use {
191
197
  fill: var(--svg-hover-color, #9f9f9f);
192
198
  }
199
+
193
200
  .sa-table__svg-button svg {
194
201
  width: 15px;
195
202
  height: 15px;
@@ -199,23 +206,28 @@ a.sa-table__btn {
199
206
  margin-bottom: 10px;
200
207
  white-space: normal;
201
208
  }
209
+
202
210
  .sa-table__action-container .sa-table__svg-button {
203
211
  float: right;
204
212
  margin: 0 0 13px 13px;
205
213
  pointer-events: all;
206
214
  }
215
+
207
216
  .sa-table__action-container:after {
208
217
  content: "";
209
218
  display: table;
210
219
  clear: both;
211
220
  }
221
+
212
222
  .sa-table__action-container .sa-table__drag-button {
213
223
  float: left;
214
224
  cursor: move;
215
225
  }
226
+
216
227
  .sa-table__action-container .sa-table__drag-button use {
217
228
  fill: var(--main-color, #1ab394);
218
229
  }
230
+
219
231
  .sa-table__action-container .sa-table__drag-button:hover use {
220
232
  fill: var(--main-color, #1ab394);
221
233
  }
@@ -223,7 +235,7 @@ a.sa-table__btn {
223
235
  .sa-table__global-filter.sa-table__global-filter,
224
236
  .sa-table__filter.sa-table__filter {
225
237
  background: transparent;
226
- background-image: url("data:image/svg+xml;charset=utf8,%3C?xml%20version=%271.0%27%20encoding=%27utf-8%27?%3E%3C%21--%20Generator:%20Adobe%20Illustrator%2024.0.1,%20SVG%20Export%20Plug-In%20.%20SVG%20Version:%206.00%20Build%200%29%20--%3E%3Csvg%20version=%271.1%27%20id=%27Layer_1%27%20xmlns=%27http://www.w3.org/2000/svg%27%20xmlns:xlink=%27http://www.w3.org/1999/xlink%27%20x=%270px%27%20y=%270px%27%20viewBox=%270%200%2016%2016%27%20style=%27enable-background:new%200%200%2016%2016;%27%20xml:space=%27preserve%27%3E%3Cstyle%20type=%27text/css%27%3E%20.st0{fill:%239F9E9E;}%20%3C/style%3E%3Cpath%20class=%27st0%27%20d=%27M13.56,11.44L11.3,9.18C11.74,8.38,12,7.47,12,6.5C12,3.47,9.53,1,6.5,1S1,3.47,1,6.5C1,9.53,3.47,12,6.5,12%20c0.97,0,1.88-0.26,2.68-0.7l2.26,2.26c0.29,0.29,0.66,0.43,1.04,0.44c0.39,0.01,0.78-0.14,1.08-0.44c0.3-0.3,0.44-0.69,0.44-1.08%20C13.99,12.1,13.85,11.72,13.56,11.44z%20M4,6.5C4,5.12,5.12,4,6.5,4S9,5.12,9,6.5S7.88,9,6.5,9S4,7.88,4,6.5z%27/%3E%3C/svg%3E");
238
+ background-image: url("data:image/svg+xml;charset=utf8,%3C?xml version='1.0' encoding='utf-8'?%3E%3C!-- Generator: Adobe Illustrator 24.0.1, SVG Export Plug-In . SVG Version: 6.00 Build 0) --%3E%3Csvg version='1.1' id='Layer_1' xmlns='http://www.w3.org/2000/svg' xmlns:xlink='http://www.w3.org/1999/xlink' x='0px' y='0px' viewBox='0 0 16 16' style='enable-background:new 0 0 16 16;' xml:space='preserve'%3E%3Cstyle type='text/css'%3E .st0{fill:%239F9E9E;} %3C/style%3E%3Cpath class='st0' d='M13.56,11.44L11.3,9.18C11.74,8.38,12,7.47,12,6.5C12,3.47,9.53,1,6.5,1S1,3.47,1,6.5C1,9.53,3.47,12,6.5,12 c0.97,0,1.88-0.26,2.68-0.7l2.26,2.26c0.29,0.29,0.66,0.43,1.04,0.44c0.39,0.01,0.78-0.14,1.08-0.44c0.3-0.3,0.44-0.69,0.44-1.08 C13.99,12.1,13.85,11.72,13.56,11.44z M4,6.5C4,5.12,5.12,4,6.5,4S9,5.12,9,6.5S7.88,9,6.5,9S4,7.88,4,6.5z'/%3E%3C/svg%3E");
227
239
  background-repeat: no-repeat, repeat;
228
240
  background-position: left 0.7em top 50%, 0 0;
229
241
  background-size: 1em 100%;
@@ -238,7 +250,7 @@ a.sa-table__btn {
238
250
 
239
251
  .sa-table__show-column.sa-table__show-column {
240
252
  background: transparent;
241
- background-image: url("data:image/svg+xml,%3C%3Fxml version=%271.0%27 encoding=%27utf-8%27%3F%3E%3C%21-- Generator: Adobe Illustrator 24.0.1, SVG Export Plug-In . SVG Version: 6.00 Build 0%29 --%3E%3Csvg version=%271.1%27 id=%27Layer_1%27 xmlns=%27http://www.w3.org/2000/svg%27 xmlns:xlink=%27http://www.w3.org/1999/xlink%27 x=%270px%27 y=%270px%27 viewBox=%270 0 16 16%27 style=%27enable-background:new 0 0 16 16;%27 xml:space=%27preserve%27%3E%3Cstyle type=%27text/css%27%3E .st0%7Bfill:rgba%28159, 159, 159, 0.5%29;%7D .st1%7Bfill:rgba%28159, 159, 159, 0.5%29;%7D%0A%3C/style%3E%3Cg%3E%3Cpath class=%27st1%27 d=%27M8,2.03C3.63,2.03,0,8,0,8s3.63,6.03,8,6.03s8-6,8-6S12.37,2.03,8,2.03z M8,12c-2.58,0-5.13-2.81-6-4 c1.07-1.47,3.61-4,6-4c2.58,0,5.13,2.81,6,4C12.93,9.47,10.39,12,8,12z%27/%3E%3Ccircle class=%27st1%27 cx=%278%27 cy=%278%27 r=%273%27/%3E%3C/g%3E%3C/svg%3E"), url("data:image/svg+xml,%3C%3Fxml version=%271.0%27 encoding=%27utf-8%27%3F%3E%3C%21-- Generator: Adobe Illustrator 21.1.0, SVG Export Plug-In . SVG Version: 6.00 Build 0%29 --%3E%3Csvg version=%271.1%27 id=%27Layer_1%27 xmlns=%27http://www.w3.org/2000/svg%27 xmlns:xlink=%27http://www.w3.org/1999/xlink%27 x=%270px%27 y=%270px%27 viewBox=%270 0 10 10%27 style=%27enable-background:new 0 0 10 10;%27 xml:space=%27preserve%27%3E%3Cstyle type=%27text/css%27%3E .st0%7Bfill:%23404040;%7D%0A%3C/style%3E%3Cpolygon class=%27st0%27 points=%272,2 0,4 5,9 10,4 8,2 5,5 %27/%3E%3C/svg%3E%0A");
253
+ background-image: url("data:image/svg+xml,%3C%3Fxml version='1.0' encoding='utf-8'%3F%3E%3C!-- Generator: Adobe Illustrator 24.0.1, SVG Export Plug-In . SVG Version: 6.00 Build 0) --%3E%3Csvg version='1.1' id='Layer_1' xmlns='http://www.w3.org/2000/svg' xmlns:xlink='http://www.w3.org/1999/xlink' x='0px' y='0px' viewBox='0 0 16 16' style='enable-background:new 0 0 16 16;' xml:space='preserve'%3E%3Cstyle type='text/css'%3E .st0%7Bfill:rgba(159, 159, 159, 0.5);%7D .st1%7Bfill:rgba(159, 159, 159, 0.5);%7D%0A%3C/style%3E%3Cg%3E%3Cpath class='st1' d='M8,2.03C3.63,2.03,0,8,0,8s3.63,6.03,8,6.03s8-6,8-6S12.37,2.03,8,2.03z M8,12c-2.58,0-5.13-2.81-6-4 c1.07-1.47,3.61-4,6-4c2.58,0,5.13,2.81,6,4C12.93,9.47,10.39,12,8,12z'/%3E%3Ccircle class='st1' cx='8' cy='8' r='3'/%3E%3C/g%3E%3C/svg%3E"), url("data:image/svg+xml,%3C%3Fxml version='1.0' encoding='utf-8'%3F%3E%3C!-- Generator: Adobe Illustrator 21.1.0, SVG Export Plug-In . SVG Version: 6.00 Build 0) --%3E%3Csvg version='1.1' id='Layer_1' xmlns='http://www.w3.org/2000/svg' xmlns:xlink='http://www.w3.org/1999/xlink' x='0px' y='0px' viewBox='0 0 10 10' style='enable-background:new 0 0 10 10;' xml:space='preserve'%3E%3Cstyle type='text/css'%3E .st0%7Bfill:%23404040;%7D%0A%3C/style%3E%3Cpolygon class='st0' points='2,2 0,4 5,9 10,4 8,2 5,5 '/%3E%3C/svg%3E%0A");
242
254
  background-repeat: no-repeat, no-repeat;
243
255
  background-position: left 0.7em top 50%, right 0.7em top 50%;
244
256
  background-size: 1em 100%, 0.57em 100%;
@@ -247,8 +259,9 @@ a.sa-table__btn {
247
259
  pointer-events: all;
248
260
  margin-left: 20px;
249
261
  }
262
+
250
263
  .sa-table__show-column.sa-table__show-column:focus {
251
- background-image: url("data:image/svg+xml,%3C%3Fxml version=%271.0%27 encoding=%27utf-8%27%3F%3E%3C%21-- Generator: Adobe Illustrator 24.0.1, SVG Export Plug-In . SVG Version: 6.00 Build 0%29 --%3E%3Csvg version=%271.1%27 id=%27Layer_1%27 xmlns=%27http://www.w3.org/2000/svg%27 xmlns:xlink=%27http://www.w3.org/1999/xlink%27 x=%270px%27 y=%270px%27 viewBox=%270 0 16 16%27 style=%27enable-background:new 0 0 16 16;%27 xml:space=%27preserve%27%3E%3Cstyle type=%27text/css%27%3E .st0%7Bfill:rgba%28159, 159, 159, 0.5%29;%7D .st1%7Bfill:rgba%28159, 159, 159, 0.5%29;%7D%0A%3C/style%3E%3Cg%3E%3Cpath class=%27st1%27 d=%27M8,2.03C3.63,2.03,0,8,0,8s3.63,6.03,8,6.03s8-6,8-6S12.37,2.03,8,2.03z M8,12c-2.58,0-5.13-2.81-6-4 c1.07-1.47,3.61-4,6-4c2.58,0,5.13,2.81,6,4C12.93,9.47,10.39,12,8,12z%27/%3E%3Ccircle class=%27st1%27 cx=%278%27 cy=%278%27 r=%273%27/%3E%3C/g%3E%3C/svg%3E"), url("data:image/svg+xml,%3C%3Fxml version=%271.0%27 encoding=%27utf-8%27%3F%3E%3C%21-- Generator: Adobe Illustrator 21.1.0, SVG Export Plug-In . SVG Version: 6.00 Build 0%29 --%3E%3Csvg version=%271.1%27 id=%27Layer_1%27 xmlns=%27http://www.w3.org/2000/svg%27 xmlns:xlink=%27http://www.w3.org/1999/xlink%27 x=%270px%27 y=%270px%27 viewBox=%270 0 10 10%27 style=%27enable-background:new 0 0 10 10;%27 xml:space=%27preserve%27%3E%3Cstyle type=%27text/css%27%3E .st0%7Bfill:%231AB394;%7D%0A%3C/style%3E%3Cpolygon class=%27st0%27 points=%272,2 0,4 5,9 10,4 8,2 5,5 %27/%3E%3C/svg%3E") !important;
264
+ background-image: url("data:image/svg+xml,%3C%3Fxml version='1.0' encoding='utf-8'%3F%3E%3C!-- Generator: Adobe Illustrator 24.0.1, SVG Export Plug-In . SVG Version: 6.00 Build 0) --%3E%3Csvg version='1.1' id='Layer_1' xmlns='http://www.w3.org/2000/svg' xmlns:xlink='http://www.w3.org/1999/xlink' x='0px' y='0px' viewBox='0 0 16 16' style='enable-background:new 0 0 16 16;' xml:space='preserve'%3E%3Cstyle type='text/css'%3E .st0%7Bfill:rgba(159, 159, 159, 0.5);%7D .st1%7Bfill:rgba(159, 159, 159, 0.5);%7D%0A%3C/style%3E%3Cg%3E%3Cpath class='st1' d='M8,2.03C3.63,2.03,0,8,0,8s3.63,6.03,8,6.03s8-6,8-6S12.37,2.03,8,2.03z M8,12c-2.58,0-5.13-2.81-6-4 c1.07-1.47,3.61-4,6-4c2.58,0,5.13,2.81,6,4C12.93,9.47,10.39,12,8,12z'/%3E%3Ccircle class='st1' cx='8' cy='8' r='3'/%3E%3C/g%3E%3C/svg%3E"), url("data:image/svg+xml,%3C%3Fxml version='1.0' encoding='utf-8'%3F%3E%3C!-- Generator: Adobe Illustrator 21.1.0, SVG Export Plug-In . SVG Version: 6.00 Build 0) --%3E%3Csvg version='1.1' id='Layer_1' xmlns='http://www.w3.org/2000/svg' xmlns:xlink='http://www.w3.org/1999/xlink' x='0px' y='0px' viewBox='0 0 10 10' style='enable-background:new 0 0 10 10;' xml:space='preserve'%3E%3Cstyle type='text/css'%3E .st0%7Bfill:%231AB394;%7D%0A%3C/style%3E%3Cpolygon class='st0' points='2,2 0,4 5,9 10,4 8,2 5,5 '/%3E%3C/svg%3E ") !important;
252
265
  }
253
266
 
254
267
  .sa-table__entries {
@@ -363,7 +376,7 @@ a.sa-table__btn {
363
376
  .sa-tabulator .tabulator-page[aria-label~=Prev] {
364
377
  display: inline-block;
365
378
  background: transparent;
366
- background-image: url("data:image/svg+xml,%3C%3Fxml version=%271.0%27 encoding=%27utf-8%27%3F%3E%3C%21-- Generator: Adobe Illustrator 21.1.0, SVG Export Plug-In . SVG Version: 6.00 Build 0%29 --%3E%3Csvg version=%271.1%27 id=%27Layer_1%27 xmlns=%27http://www.w3.org/2000/svg%27 xmlns:xlink=%27http://www.w3.org/1999/xlink%27 x=%270px%27 y=%270px%27 viewBox=%270 0 10 10%27 style=%27enable-background:new 0 0 10 10;%27 xml:space=%27preserve%27%3E%3Cstyle type=%27text/css%27%3E .st0%7Bfill:%23a0a0a0;%7D%0A%3C/style%3E%3Cpolygon class=%27st0%27 points=%272,2 0,4 5,9 10,4 8,2 5,5 %27/%3E%3C/svg%3E%0A");
379
+ background-image: url("data:image/svg+xml,%3C%3Fxml version='1.0' encoding='utf-8'%3F%3E%3C!-- Generator: Adobe Illustrator 21.1.0, SVG Export Plug-In . SVG Version: 6.00 Build 0) --%3E%3Csvg version='1.1' id='Layer_1' xmlns='http://www.w3.org/2000/svg' xmlns:xlink='http://www.w3.org/1999/xlink' x='0px' y='0px' viewBox='0 0 10 10' style='enable-background:new 0 0 10 10;' xml:space='preserve'%3E%3Cstyle type='text/css'%3E .st0%7Bfill:%23a0a0a0;%7D%0A%3C/style%3E%3Cpolygon class='st0' points='2,2 0,4 5,9 10,4 8,2 5,5 '/%3E%3C/svg%3E%0A");
367
380
  background-repeat: no-repeat, repeat;
368
381
  background-size: 9px 100%;
369
382
  height: 10px;
@@ -377,7 +390,7 @@ a.sa-table__btn {
377
390
  .sa-tabulator .tabulator-page[aria-label~=Next] {
378
391
  display: inline-block;
379
392
  background: transparent;
380
- background-image: url("data:image/svg+xml,%3C%3Fxml version=%271.0%27 encoding=%27utf-8%27%3F%3E%3C%21-- Generator: Adobe Illustrator 21.1.0, SVG Export Plug-In . SVG Version: 6.00 Build 0%29 --%3E%3Csvg version=%271.1%27 id=%27Layer_1%27 xmlns=%27http://www.w3.org/2000/svg%27 xmlns:xlink=%27http://www.w3.org/1999/xlink%27 x=%270px%27 y=%270px%27 viewBox=%270 0 10 10%27 style=%27enable-background:new 0 0 10 10;%27 xml:space=%27preserve%27%3E%3Cstyle type=%27text/css%27%3E .st0%7Bfill:%23a0a0a0;%7D%0A%3C/style%3E%3Cpolygon class=%27st0%27 points=%272,2 0,4 5,9 10,4 8,2 5,5 %27/%3E%3C/svg%3E%0A");
393
+ background-image: url("data:image/svg+xml,%3C%3Fxml version='1.0' encoding='utf-8'%3F%3E%3C!-- Generator: Adobe Illustrator 21.1.0, SVG Export Plug-In . SVG Version: 6.00 Build 0) --%3E%3Csvg version='1.1' id='Layer_1' xmlns='http://www.w3.org/2000/svg' xmlns:xlink='http://www.w3.org/1999/xlink' x='0px' y='0px' viewBox='0 0 10 10' style='enable-background:new 0 0 10 10;' xml:space='preserve'%3E%3Cstyle type='text/css'%3E .st0%7Bfill:%23a0a0a0;%7D%0A%3C/style%3E%3Cpolygon class='st0' points='2,2 0,4 5,9 10,4 8,2 5,5 '/%3E%3C/svg%3E%0A");
381
394
  background-repeat: no-repeat, repeat;
382
395
  background-size: 9px 100%;
383
396
  height: 10px;
@@ -392,7 +405,7 @@ a.sa-table__btn {
392
405
  .sa-tabulator .tabulator-page[aria-label~=First] {
393
406
  display: inline-block;
394
407
  background: transparent;
395
- background-image: url("data:image/svg+xml,%3C%3Fxml version=%271.0%27 encoding=%27utf-8%27%3F%3E%3C%21-- Generator: Adobe Illustrator 21.1.0, SVG Export Plug-In . SVG Version: 6.00 Build 0%29 --%3E%3Csvg version=%271.1%27 id=%27Layer_1%27 xmlns=%27http://www.w3.org/2000/svg%27 xmlns:xlink=%27http://www.w3.org/1999/xlink%27 x=%270px%27 y=%270px%27 viewBox=%270 0 10 10%27 style=%27enable-background:new 0 0 10 10;%27 xml:space=%27preserve%27%3E%3Cstyle type=%27text/css%27%3E .st0%7Bfill:%23a0a0a0;%7D%0A%3C/style%3E%3Cpolygon class=%27st0%27 points=%272,2 0,4 5,9 10,4 8,2 5,5 %27/%3E%3C/svg%3E%0A"), url("data:image/svg+xml,%3C%3Fxml version=%271.0%27 encoding=%27utf-8%27%3F%3E%3C%21-- Generator: Adobe Illustrator 21.1.0, SVG Export Plug-In . SVG Version: 6.00 Build 0%29 --%3E%3Csvg version=%271.1%27 id=%27Layer_1%27 xmlns=%27http://www.w3.org/2000/svg%27 xmlns:xlink=%27http://www.w3.org/1999/xlink%27 x=%270px%27 y=%270px%27 viewBox=%270 0 10 10%27 style=%27enable-background:new 0 0 10 10;%27 xml:space=%27preserve%27%3E%3Cstyle type=%27text/css%27%3E .st0%7Bfill:%23a0a0a0;%7D%0A%3C/style%3E%3Cpolygon class=%27st0%27 points=%272,2 0,4 5,9 10,4 8,2 5,5 %27/%3E%3C/svg%3E%0A");
408
+ background-image: url("data:image/svg+xml,%3C%3Fxml version='1.0' encoding='utf-8'%3F%3E%3C!-- Generator: Adobe Illustrator 21.1.0, SVG Export Plug-In . SVG Version: 6.00 Build 0) --%3E%3Csvg version='1.1' id='Layer_1' xmlns='http://www.w3.org/2000/svg' xmlns:xlink='http://www.w3.org/1999/xlink' x='0px' y='0px' viewBox='0 0 10 10' style='enable-background:new 0 0 10 10;' xml:space='preserve'%3E%3Cstyle type='text/css'%3E .st0%7Bfill:%23a0a0a0;%7D%0A%3C/style%3E%3Cpolygon class='st0' points='2,2 0,4 5,9 10,4 8,2 5,5 '/%3E%3C/svg%3E%0A"), url("data:image/svg+xml,%3C%3Fxml version='1.0' encoding='utf-8'%3F%3E%3C!-- Generator: Adobe Illustrator 21.1.0, SVG Export Plug-In . SVG Version: 6.00 Build 0) --%3E%3Csvg version='1.1' id='Layer_1' xmlns='http://www.w3.org/2000/svg' xmlns:xlink='http://www.w3.org/1999/xlink' x='0px' y='0px' viewBox='0 0 10 10' style='enable-background:new 0 0 10 10;' xml:space='preserve'%3E%3Cstyle type='text/css'%3E .st0%7Bfill:%23a0a0a0;%7D%0A%3C/style%3E%3Cpolygon class='st0' points='2,2 0,4 5,9 10,4 8,2 5,5 '/%3E%3C/svg%3E%0A");
396
409
  background-repeat: no-repeat, no-repeat;
397
410
  background-size: 9px 100%;
398
411
  background-position: left 0, left 5px;
@@ -407,7 +420,7 @@ a.sa-table__btn {
407
420
  .sa-tabulator .tabulator-page[aria-label~=Last] {
408
421
  display: inline-block;
409
422
  background: transparent;
410
- background-image: url("data:image/svg+xml,%3C%3Fxml version=%271.0%27 encoding=%27utf-8%27%3F%3E%3C%21-- Generator: Adobe Illustrator 21.1.0, SVG Export Plug-In . SVG Version: 6.00 Build 0%29 --%3E%3Csvg version=%271.1%27 id=%27Layer_1%27 xmlns=%27http://www.w3.org/2000/svg%27 xmlns:xlink=%27http://www.w3.org/1999/xlink%27 x=%270px%27 y=%270px%27 viewBox=%270 0 10 10%27 style=%27enable-background:new 0 0 10 10;%27 xml:space=%27preserve%27%3E%3Cstyle type=%27text/css%27%3E .st0%7Bfill:%23a0a0a0;%7D%0A%3C/style%3E%3Cpolygon class=%27st0%27 points=%272,2 0,4 5,9 10,4 8,2 5,5 %27/%3E%3C/svg%3E%0A"), url("data:image/svg+xml,%3C%3Fxml version=%271.0%27 encoding=%27utf-8%27%3F%3E%3C%21-- Generator: Adobe Illustrator 21.1.0, SVG Export Plug-In . SVG Version: 6.00 Build 0%29 --%3E%3Csvg version=%271.1%27 id=%27Layer_1%27 xmlns=%27http://www.w3.org/2000/svg%27 xmlns:xlink=%27http://www.w3.org/1999/xlink%27 x=%270px%27 y=%270px%27 viewBox=%270 0 10 10%27 style=%27enable-background:new 0 0 10 10;%27 xml:space=%27preserve%27%3E%3Cstyle type=%27text/css%27%3E .st0%7Bfill:%23a0a0a0;%7D%0A%3C/style%3E%3Cpolygon class=%27st0%27 points=%272,2 0,4 5,9 10,4 8,2 5,5 %27/%3E%3C/svg%3E%0A");
423
+ background-image: url("data:image/svg+xml,%3C%3Fxml version='1.0' encoding='utf-8'%3F%3E%3C!-- Generator: Adobe Illustrator 21.1.0, SVG Export Plug-In . SVG Version: 6.00 Build 0) --%3E%3Csvg version='1.1' id='Layer_1' xmlns='http://www.w3.org/2000/svg' xmlns:xlink='http://www.w3.org/1999/xlink' x='0px' y='0px' viewBox='0 0 10 10' style='enable-background:new 0 0 10 10;' xml:space='preserve'%3E%3Cstyle type='text/css'%3E .st0%7Bfill:%23a0a0a0;%7D%0A%3C/style%3E%3Cpolygon class='st0' points='2,2 0,4 5,9 10,4 8,2 5,5 '/%3E%3C/svg%3E%0A"), url("data:image/svg+xml,%3C%3Fxml version='1.0' encoding='utf-8'%3F%3E%3C!-- Generator: Adobe Illustrator 21.1.0, SVG Export Plug-In . SVG Version: 6.00 Build 0) --%3E%3Csvg version='1.1' id='Layer_1' xmlns='http://www.w3.org/2000/svg' xmlns:xlink='http://www.w3.org/1999/xlink' x='0px' y='0px' viewBox='0 0 10 10' style='enable-background:new 0 0 10 10;' xml:space='preserve'%3E%3Cstyle type='text/css'%3E .st0%7Bfill:%23a0a0a0;%7D%0A%3C/style%3E%3Cpolygon class='st0' points='2,2 0,4 5,9 10,4 8,2 5,5 '/%3E%3C/svg%3E%0A");
411
424
  background-repeat: no-repeat, no-repeat;
412
425
  background-size: 9px 100%;
413
426
  background-position: left 0, left 5px;
@@ -518,4 +531,54 @@ a.sa-table__btn {
518
531
  color: #333;
519
532
  }
520
533
 
521
- /*# sourceMappingURL=survey.analytics.tabulator.css.map*/
534
+ .sa-commercial {
535
+ box-sizing: border-box;
536
+ padding: var(--sjs2-spacing-static-x150, 12px) var(--sjs2-spacing-static-x600, 48px);
537
+ justify-content: center;
538
+ width: 100%;
539
+ background: var(--sjs2-color-bg-brand-primary, #19B394);
540
+ }
541
+ @media screen and (max-width: 600px) {
542
+ .sa-commercial {
543
+ padding: var(--sjs2-spacing-static-x100, 8px) var(--sjs2-spacing-static-x300, 24px);
544
+ }
545
+ }
546
+
547
+ .sa-commercial__text {
548
+ text-decoration: none;
549
+ color: var(--sjs2-color-fg-static-main-primary, #FFF);
550
+ text-align: center;
551
+ font-family: var(--sjs2-font-family-semantic-default, "Segoe UI", SegoeUI, Arial, sans-serif);
552
+ font-size: var(--sjs2-font-size-semantic-default, 16px);
553
+ font-style: normal;
554
+ font-weight: 600;
555
+ line-height: var(--sjs2-line-height-semantic-default, 24px);
556
+ }
557
+ @media screen and (max-width: 600px) {
558
+ .sa-commercial__text {
559
+ font-size: var(--sjs2-font-size-semantic-small, 12px);
560
+ line-height: var(--sjs2-line-height-semantic-small, 16px);
561
+ }
562
+ }
563
+ .sa-commercial__text a {
564
+ color: var(--sjs2-color-fg-static-main-primary, #FFF);
565
+ text-align: center;
566
+ font-family: var(--sjs2-font-family-semantic-default, "Segoe UI", SegoeUI, Arial, sans-serif);
567
+ font-size: var(--sjs2-font-size-semantic-default, 16px);
568
+ font-style: normal;
569
+ font-weight: 600;
570
+ line-height: var(--sjs2-line-height-semantic-default, 24px);
571
+ text-decoration-line: underline;
572
+ text-decoration-style: solid;
573
+ text-decoration-skip-ink: auto;
574
+ text-decoration-thickness: 5%;
575
+ text-underline-offset: 10%;
576
+ text-underline-position: from-font;
577
+ }
578
+ @media screen and (max-width: 600px) {
579
+ .sa-commercial__text a {
580
+ font-size: var(--sjs2-font-size-semantic-small, 12px);
581
+ line-height: var(--sjs2-line-height-semantic-small, 16px);
582
+ }
583
+ }
584
+ /*# sourceMappingURL=survey.analytics.tabulator.css.map */
@@ -1 +1 @@
1
- {"version":3,"file":"survey.analytics.tabulator.css","mappings":";;;;;;;;AAAA;EACE;EACA;EACA;EACA;EACA;ACCF;ADAE;EANF;IAOI;ECGF;AACF;;ADDA;EACE;EACA;EACA;EACA;EACA;EACA;EACA;EACA;ACIF;ADHE;EATF;IAUI;IACA;ECMF;AACF;ADJE;EACE;EACA;EACA;EACA;EACA;EACA;EACA;EACA;EACA;EACA;EACA;EACA;EACA;ACMJ;ADJI;EAfF;IAgBI;IACA;ECOJ;AACF;;ACiCA;EACE,sCA7De;EA8Df,uEAhEY;ADkCd;ACgCE;EACE;EACA;EACA;AD9BJ;ACiCE;EACE;EAvDF;EACA;EACA;EACA;EACA;EACA;EACA,6CACE;EAEF;EACA;EACA;EACA;EACA;EACA;EACA;EACA;ADuBF;ACrBE;EACE;EACA,qBAjDW;EAkDX;ADuBJ;ACrBE;EACE;ADuBJ;ACYE;EA9BA;EACA;EACA;EACA;EACA;EACA;EACA;EACA;ADqBF;ACnBE;EACE,wCAzES;EA0ET;ADqBJ;;ACGA;EACE,yBAzFgB;ADyFlB;;ACGA;EACE;EACA;EACA;EACA;ADAF;;ACGA;EACE;ADAF;ACCE;EACE;EACA;EACA;EACA;EACA;ADCJ;ACEE;EACE;EACA;EACA;ADAJ;ACGE;EACE;ADDJ;;ACKA;EACE;EACA;EACA,sCAnHe;EAoHf;EACA;EACA;EACA;EACA;EACA;EACA;ADFF;;ACKA;EACE;EACA;EACA;ADFF;;ACKA;EACE;ADFF;;ACKA;EACE,qBAvJU;EAwJV,cAxJU;ADsJZ;ACGE;EACE,yBApJQ;EAqJR,sCAjJiB;ADgJrB;;ACKA;EACE,wCAnKW;EAoKX,iCApKW;ADkKb;ACGE;EACE,4CAtKS;EAuKT,sCA1JiB;ADyJrB;;ACKA;EACE;EACA;EACA;EACA;ADFF;ACGE;EACE,gDA1KQ;ADyKZ;ACII;EACE,qCA7KY;AD2KlB;ACKE;EACE;EACA;ADHJ;;ACOA;EACE;EACA;ADJF;ACKE;EACE;EACA;EACA;ADHJ;ACKE;EACE;EACA;EACA;ADHJ;ACKE;EACE;EACA;ADHJ;ACII;EACE,gCA/MO;AD6Mb;ACII;EACE,gCAlNO;ADgNb;;ACOA;;EAEE;EACA;EACA;EACA,4CACE;EAEF;EACA;EACA;EACA;ADNF;;ACSA;EACE;ADNF;;ACSA;EACE;EACA;EAEA;EACA,4DACE;EAEF,sCACE;EAEF;EACA;EACA;EACA;ADXF;ACYE;EACE;ADVJ;;ACeA;EACE;EACA;ADZF;;ACeA;EACE;ADZF;;ACeA;EACE;ADZF;;ACeA;EACE;ADZF;;ACeA;EACE,yBAtQgB;AD0PlB;;ACeA;EACE,yBA1QgB;AD8PlB;;ACeA;EACE;ADZF;;ACeA;EACE;EACA;ADZF;;ACeA;EACE;EACA;EACA;ADZF;;ACeA;EACE;ADZF;;AA5QA;EACE;EACA,yBCPgB;EDQhB;EACA;EACA;EACA;EACA;AA+QF;AA7QE;EACE;EACA;EACA;AA+QJ;AA5QE;EACE;EACA;AA8QJ;AA3QE;EACE;EACA;EACA;EACA;AA6QJ;;AAzQA;EACE;AA4QF;AA3QE;EACE;AA6QJ;;AAzQA;EACE;EACA;EACA;EACA;AA4QF;;AAzQA;EACE;AA4QF;AA3QE;EACE;AA6QJ;;AAzQE;EACE;AA4QJ;;AAtQE;EACE;EACA;EACA;EACA,cCxEQ;EDyER;EACA;EACA;AAyQJ;AAvQI;EACE;AAyQN;AAtQI;EACE;AAwQN;AApQE;ECpEA;EACA;EACA;EACA;EACA;EACA;EACA;EACA;EACA;EACA;ED6DE;EACA;AA+QJ;AA5QE;EC1EA;EACA;EACA;EACA;EACA;EACA;EACA;EACA;EACA;EACA;EDmEE;EACA;EACA;AAuRJ;AApRE;EAvGA;EACA;EACA;EAEA;EACA;EACA,qCACE;EAEF;EACA;EACA;EACA;EACA;EA4FE;EACA;AAgSJ;AA7RE;EA7GA;EACA;EACA;EAEA;EACA;EACA,qCACE;EAEF;EACA;EACA;EACA;EACA;EAkGE;EACA;AAySJ;AAtSE;EACE;EACA;AAwSJ;AArSE;EACE;EACA,yBCxHe;AD+ZnB;AArSI;EACE;EACA;EACA;AAuSN;AApSI;EACE;EACA;AAsSN;AAnSI;EACE;AAqSN;AAlSI;EACE;AAoSN;AAjSI;EACE;AAmSN;AAhSI;;EAEE;AAkSN;AA/RI;EACE;AAiSN;AA9RI;EACE;AAgSN;AA7RI;EACE;EACA,yBChKa;AD+bnB;AA5RI;EACE,yBC3JY;ADyblB;AA3RI;EACE,yBCxKa;ADqcnB;AA1RI;EACE;AA4RN;AAzRI;EACE;AA2RN;AAxRI;EACE;EACA;EACA,yBCjLS;AD2cf;AAvRI;EACE,sCC3LO;ADodb;;AApRA;EACE;EACA;EACA;AAuRF;AArRE;EACE;EACA;EACA;EACA;EACA;AAuRJ;AArRI;;EAEE;EACA;EACA;AAuRN;AApRI;EACE;EACA;AAsRN;AApRM;EACE;AAsRR;AAjRM;EACE;AAmRR;AAhRM;EACE;AAkRR;AA/QM;EACE;AAiRR;AA9QM;EACE;AAgRR","sources":["webpack://SurveyAnalyticsTabulator/./src/utils/utils.scss","webpack://SurveyAnalyticsTabulator/./src/tables/tabulator.scss","webpack://SurveyAnalyticsTabulator/./src/tables/table.scss"],"sourcesContent":[".sa-commercial {\n box-sizing: border-box;\n padding: var(--sjs2-spacing-static-x150, 12px) var(--sjs2-spacing-static-x600, 48px);\n justify-content: center;\n width: 100%;\n background: var(--sjs2-color-bg-brand-primary, #19B394);\n @media screen and (max-width: 600px) {\n padding: var(--sjs2-spacing-static-x100, 8px) var(--sjs2-spacing-static-x300, 24px);\n }\n}\n.sa-commercial__text {\n text-decoration: none;\n color: var(--sjs2-color-fg-static-main-primary, #FFF);\n text-align: center;\n font-family: var(--sjs2-font-family-semantic-default, \"Segoe UI\", SegoeUI, Arial, sans-serif);\n font-size: var(--sjs2-font-size-semantic-default, 16px);\n font-style: normal;\n font-weight: 600;\n line-height: var(--sjs2-line-height-semantic-default, 24px);\n @media screen and (max-width: 600px) {\n font-size: var(--sjs2-font-size-semantic-small, 12px);\n line-height: var(--sjs2-line-height-semantic-small, 16px);\n }\n\n a {\n color: var(--sjs2-color-fg-static-main-primary, #FFF);\n text-align: center;\n font-family: var(--sjs2-font-family-semantic-default, \"Segoe UI\", SegoeUI, Arial, sans-serif);\n font-size: var(--sjs2-font-size-semantic-default, 16px);\n font-style: normal;\n font-weight: 600;\n line-height: var(--sjs2-line-height-semantic-default, 24px);\n text-decoration-line: underline;\n text-decoration-style: solid;\n text-decoration-skip-ink: auto;\n text-decoration-thickness: 5%;\n text-underline-offset: 10%;\n text-underline-position: from-font;\n\n @media screen and (max-width: 600px) {\n font-size: var(--sjs2-font-size-semantic-small, 12px);\n line-height: var(--sjs2-line-height-semantic-small, 16px);\n }\n }\n}","@use \"./table.scss\" as *;\r\n\r\n@mixin doubleArrow() {\r\n display: inline-block;\r\n background: transparent;\r\n background-image: url(\"data:image/svg+xml,%3C%3Fxml version='1.0' encoding='utf-8'%3F%3E%3C!-- Generator: Adobe Illustrator 21.1.0, SVG Export Plug-In . SVG Version: 6.00 Build 0) --%3E%3Csvg version='1.1' id='Layer_1' xmlns='http://www.w3.org/2000/svg' xmlns:xlink='http://www.w3.org/1999/xlink' x='0px' y='0px' viewBox='0 0 10 10' style='enable-background:new 0 0 10 10;' xml:space='preserve'%3E%3Cstyle type='text/css'%3E .st0%7Bfill:%23a0a0a0;%7D%0A%3C/style%3E%3Cpolygon class='st0' points='2,2 0,4 5,9 10,4 8,2 5,5 '/%3E%3C/svg%3E%0A\"),\r\n url(\"data:image/svg+xml,%3C%3Fxml version='1.0' encoding='utf-8'%3F%3E%3C!-- Generator: Adobe Illustrator 21.1.0, SVG Export Plug-In . SVG Version: 6.00 Build 0) --%3E%3Csvg version='1.1' id='Layer_1' xmlns='http://www.w3.org/2000/svg' xmlns:xlink='http://www.w3.org/1999/xlink' x='0px' y='0px' viewBox='0 0 10 10' style='enable-background:new 0 0 10 10;' xml:space='preserve'%3E%3Cstyle type='text/css'%3E .st0%7Bfill:%23a0a0a0;%7D%0A%3C/style%3E%3Cpolygon class='st0' points='2,2 0,4 5,9 10,4 8,2 5,5 '/%3E%3C/svg%3E%0A\");\r\n background-repeat: no-repeat, no-repeat;\r\n background-size: 9px 100%;\r\n background-position:\r\n left 0,\r\n left 5px;\r\n height: 20px;\r\n width: 10px;\r\n white-space: nowrap;\r\n overflow: hidden;\r\n text-indent: -9999px;\r\n}\r\n\r\n.sa-tabulator__header {\r\n padding: 20px 13px;\r\n background-color: $background-gray;\r\n overflow: auto;\r\n display: flex;\r\n flex-direction: row;\r\n gap: 10px;\r\n flex-wrap: wrap;\r\n\r\n &:after {\r\n content: \"\";\r\n clear: both;\r\n display: block;\r\n }\r\n\r\n .sa-table__header-space {\r\n display: flex;\r\n flex-grow: 1;\r\n }\r\n\r\n .sa-table__entries {\r\n float: none;\r\n line-height: 34px;\r\n display: flex;\r\n flex-grow: 1;\r\n }\r\n}\r\n\r\n.sa-tabulator__downloads-bar {\r\n float: left;\r\n .sa-table__btn {\r\n margin-left: 10px;\r\n }\r\n}\r\n\r\n.sa-tabulator__pagination-container {\r\n float: right;\r\n margin-top: 8px;\r\n min-width: 200px;\r\n text-align: right;\r\n}\r\n\r\n.sa-tabulator__filter-container {\r\n margin-bottom: 20px;\r\n input {\r\n box-sizing: border-box;\r\n }\r\n}\r\n.tabulator-col.tabulator-moving {\r\n .sa-table__filter.sa-table__filter {\r\n pointer-events: none;\r\n }\r\n}\r\n\r\n//redefine tabulator's styles\r\n.sa-tabulator {\r\n .tabulator-page {\r\n margin-right: 15px;\r\n padding: 1px;\r\n vertical-align: middle;\r\n color: $text-gray;\r\n cursor: pointer;\r\n outline: none;\r\n border: none;\r\n\r\n &:last-child {\r\n margin-right: 0;\r\n }\r\n\r\n &:disabled {\r\n cursor: default;\r\n }\r\n }\r\n\r\n .tabulator-page[aria-label~=\"Prev\"] {\r\n @include arrow();\r\n transform: rotate(90deg);\r\n margin-right: 20px;\r\n }\r\n\r\n .tabulator-page[aria-label~=\"Next\"] {\r\n @include arrow();\r\n transform: rotate(270deg);\r\n margin-left: 20px;\r\n margin-right: 0;\r\n }\r\n\r\n .tabulator-page[aria-label~=\"First\"] {\r\n @include doubleArrow();\r\n transform: rotate(90deg);\r\n margin-right: 10px;\r\n }\r\n\r\n .tabulator-page[aria-label~=\"Last\"] {\r\n @include doubleArrow();\r\n transform: rotate(270deg);\r\n margin-left: 10px;\r\n }\r\n\r\n .tabulator-page.active {\r\n font-weight: bold;\r\n border-bottom: 1px solid $text-gray;\r\n }\r\n\r\n .tabulator {\r\n border: 1px solid #ddd;\r\n background-color: $background-color;\r\n\r\n .tabulator-row .tabulator-cell {\r\n padding: 20px;\r\n border-top: 1px solid #ddd;\r\n border-right: 1px solid #ddd;\r\n }\r\n\r\n .tabulator-header .tabulator-col {\r\n padding: 13px 20px;\r\n border-right: 1px solid #ddd;\r\n }\r\n\r\n .tabulator-header .tabulator-col .tabulator-col-content {\r\n padding: 0;\r\n }\r\n\r\n .tabulator-header {\r\n border-bottom: none;\r\n }\r\n\r\n .tabulator-header .tabulator-col.tabulator-sortable:hover {\r\n background-color: white;\r\n }\r\n\r\n .tabulator-header,\r\n .tabulator-header .tabulator-col {\r\n background-color: white;\r\n }\r\n\r\n .tabulator-header .tabulator-col:first-child {\r\n pointer-events: none;\r\n }\r\n\r\n .tabulator-header .tabulator-col .tabulator-col-content .tabulator-arrow {\r\n display: none;\r\n }\r\n\r\n .tabulator-row.tabulator-selectable:hover {\r\n cursor: default;\r\n background-color: $background-color;\r\n }\r\n\r\n .tabulator-row.tabulator-selectable.sa-table__detail-row:hover {\r\n background-color: $detail-color;\r\n }\r\n\r\n .tabulator-row.tabulator-row-even {\r\n background-color: $background-color;\r\n }\r\n\r\n .tabulator-header .tabulator-col .tabulator-col-content {\r\n border-top: none;\r\n }\r\n\r\n .tabulator-header .tabulator-col.tabulator-sortable .tabulator-col-title {\r\n padding-right: 0;\r\n }\r\n\r\n .tabulator-tableholder::-webkit-scrollbar {\r\n height: 10px;\r\n width: 10px;\r\n background-color: $scroll-color;\r\n }\r\n\r\n .tabulator-tableholder::-webkit-scrollbar-thumb {\r\n background: $main-color;\r\n }\r\n }\r\n}\r\n\r\n.sa-nested-table-container {\r\n padding: 8px 0;\r\n max-width: 100%;\r\n overflow-x: auto;\r\n\r\n .sa-nested-table {\r\n width: 100%;\r\n border-collapse: collapse;\r\n font-size: 12px;\r\n background-color: #f9f9f9;\r\n border: 1px solid #e0e0e0;\r\n\r\n th,\r\n td {\r\n padding: 6px 10px;\r\n text-align: left;\r\n border: 1px solid #e0e0e0;\r\n }\r\n\r\n thead {\r\n background-color: #f0f0f0;\r\n font-weight: 600;\r\n\r\n th {\r\n color: #555;\r\n }\r\n }\r\n\r\n tbody {\r\n tr:nth-child(even) {\r\n background-color: #ffffff;\r\n }\r\n\r\n tr:nth-child(odd) {\r\n background-color: #f9f9f9;\r\n }\r\n\r\n tr:hover {\r\n background-color: #f5f5f5;\r\n }\r\n\r\n td {\r\n color: #333;\r\n }\r\n }\r\n }\r\n}\r\n","@use \"../globals\" as *;\n@forward \"../globals\";\n@use \"../utils/utils.scss\" as *;\n\n$main-color: var(--main-color, #1ab394);\n$background-color: #ffffff;\n\n$text-gray: #a0a0a0;\n$background-gray: #9b9b9b;\n$border-color: #d4d4d4;\n$scroll-color: #e2e2e2;\n$svg-color: var(--svg-color, rgba(#9f9f9f, 0.4));\n$svg-hover-color: var(--svg-hover-color, #9f9f9f);\n$dark-gray: #9b9b9b;\n$background-gray: #f7f7f7;\n\n$text-color: var(--text-color, #404040);\n$text-color-inverse: var(--text-color-inverse, #fff);\n$detail-color: $background-gray;\n\n$font-family: var(--font-family, \"Segoe UI\", SegoeUI, Arial, sans-serif);\n$font-family-secondary: var(--font-family-secondary, Raleway, Arial, sans-serif);\n$root-font-size: var(--root-font-size, 14px);\n\n@mixin arrow() {\n display: inline-block;\n background: transparent;\n background-image: url(\"data:image/svg+xml,%3C%3Fxml version='1.0' encoding='utf-8'%3F%3E%3C!-- Generator: Adobe Illustrator 21.1.0, SVG Export Plug-In . SVG Version: 6.00 Build 0) --%3E%3Csvg version='1.1' id='Layer_1' xmlns='http://www.w3.org/2000/svg' xmlns:xlink='http://www.w3.org/1999/xlink' x='0px' y='0px' viewBox='0 0 10 10' style='enable-background:new 0 0 10 10;' xml:space='preserve'%3E%3Cstyle type='text/css'%3E .st0%7Bfill:%23a0a0a0;%7D%0A%3C/style%3E%3Cpolygon class='st0' points='2,2 0,4 5,9 10,4 8,2 5,5 '/%3E%3C/svg%3E%0A\");\n background-repeat: no-repeat, repeat;\n background-size: 9px 100%;\n height: 10px;\n width: 10px;\n white-space: nowrap;\n overflow: hidden;\n text-indent: -9999px;\n}\n\n@mixin dropdown() {\n appearance: none;\n -webkit-appearance: none;\n -moz-appearance: none;\n background: transparent;\n background-image: url(\"data:image/svg+xml,%3C%3Fxml version='1.0' encoding='utf-8'%3F%3E%3C!-- Generator: Adobe Illustrator 21.1.0, SVG Export Plug-In . SVG Version: 6.00 Build 0) --%3E%3Csvg version='1.1' id='Layer_1' xmlns='http://www.w3.org/2000/svg' xmlns:xlink='http://www.w3.org/1999/xlink' x='0px' y='0px' viewBox='0 0 10 10' style='enable-background:new 0 0 10 10;' xml:space='preserve'%3E%3Cstyle type='text/css'%3E .st0%7Bfill:%23404040;%7D%0A%3C/style%3E%3Cpolygon class='st0' points='2,2 0,4 5,9 10,4 8,2 5,5 '/%3E%3C/svg%3E%0A\");\n background-repeat: no-repeat, repeat;\n background-position:\n right 0.7em top 50%,\n 0 0;\n background-size: 0.57em 100%;\n height: 34px;\n border-radius: 2px;\n border: solid 1px $border-color;\n box-sizing: border-box;\n font-family: inherit;\n font-size: inherit;\n padding: 0.25em 2em 0.25em 0.87em;\n\n &:focus {\n background-image: url(\"data:image/svg+xml,%3C%3Fxml version='1.0' encoding='utf-8'%3F%3E%3C!-- Generator: Adobe Illustrator 21.1.0, SVG Export Plug-In . SVG Version: 6.00 Build 0) --%3E%3Csvg version='1.1' id='Layer_1' xmlns='http://www.w3.org/2000/svg' xmlns:xlink='http://www.w3.org/1999/xlink' x='0px' y='0px' viewBox='0 0 10 10' style='enable-background:new 0 0 10 10;' xml:space='preserve'%3E%3Cstyle type='text/css'%3E .st0%7Bfill:%231AB394;%7D%0A%3C/style%3E%3Cpolygon class='st0' points='2,2 0,4 5,9 10,4 8,2 5,5 '/%3E%3C/svg%3E \");\n border-color: $border-color;\n outline: none;\n }\n &::-ms-expand {\n display: none;\n }\n}\n\n@mixin input() {\n height: 34px;\n border: none;\n border-bottom: 0.06em solid $border-color;\n box-sizing: border-box;\n font-family: inherit;\n font-size: inherit;\n padding: 0.25em 1.5em 0.25em 0.87em;\n background: transparent;\n\n &:focus {\n border-color: $main-color;\n outline: none;\n }\n}\n\n.sa-table {\n font-size: $root-font-size;\n font-family: $font-family;\n\n button {\n cursor: pointer;\n background-color: inherit;\n outline: none;\n }\n\n select {\n line-height: initial;\n @include dropdown();\n }\n\n input {\n @include input();\n }\n}\n\n.sa-table__detail-row.sa-table__detail-row.sa-table__detail-row.sa-table__detail-row {\n background-color: $detail-color;\n}\n\n.sa-table__detail-table.sa-table__detail-table {\n width: 100%;\n border-collapse: collapse;\n border-right: 1px solid $border-color;\n border-bottom: none;\n}\n\n.sa-table__detail {\n border-top: 1px solid $border-color;\n td {\n box-sizing: border-box;\n padding: 20px;\n border-left: none;\n border-right: none;\n white-space: initial;\n }\n\n td:first-child {\n width: 267px;\n border-left: none;\n font-weight: bold;\n }\n\n td:nth-child(2) {\n width: 208px;\n }\n}\n\n.sa-table__btn {\n height: 34px;\n width: 154px;\n font-size: $root-font-size;\n font-weight: bold;\n background-color: transparent;\n box-sizing: border-box;\n border: solid 2px;\n border-radius: 17px;\n padding: 0;\n outline: none;\n}\n\na.sa-table__btn {\n display: inline-block;\n text-align: center;\n padding-top: 5px;\n}\n\n.sa-table__btn--small {\n width: 99px;\n}\n\n.sa-table__btn--gray {\n border-color: $text-gray;\n color: $text-gray;\n &:hover {\n background-color: $dark-gray;\n color: $text-color-inverse;\n }\n}\n\n.sa-table__btn--green {\n border-color: $main-color;\n color: $main-color;\n &:hover {\n background-color: $main-color;\n color: $text-color-inverse;\n }\n}\n\n.sa-table__svg-button {\n width: 15px;\n height: 15px;\n padding: 0;\n border: none;\n use {\n fill: $svg-color;\n }\n &:hover {\n use {\n fill: $svg-hover-color;\n }\n }\n svg {\n width: 15px;\n height: 15px;\n }\n}\n\n.sa-table__action-container {\n margin-bottom: 10px;\n white-space: normal;\n .sa-table__svg-button {\n float: right;\n margin: 0 0 13px 13px;\n pointer-events: all;\n }\n &:after {\n content: \"\";\n display: table;\n clear: both;\n }\n .sa-table__drag-button {\n float: left;\n cursor: move;\n use {\n fill: $main-color;\n }\n &:hover use {\n fill: $main-color;\n }\n }\n}\n\n.sa-table__global-filter.sa-table__global-filter,\n.sa-table__filter.sa-table__filter {\n background: transparent;\n background-image: url(\"data:image/svg+xml;charset=utf8,%3C?xml version='1.0' encoding='utf-8'?%3E%3C!-- Generator: Adobe Illustrator 24.0.1, SVG Export Plug-In . SVG Version: 6.00 Build 0) --%3E%3Csvg version='1.1' id='Layer_1' xmlns='http://www.w3.org/2000/svg' xmlns:xlink='http://www.w3.org/1999/xlink' x='0px' y='0px' viewBox='0 0 16 16' style='enable-background:new 0 0 16 16;' xml:space='preserve'%3E%3Cstyle type='text/css'%3E .st0{fill:%239F9E9E;} %3C/style%3E%3Cpath class='st0' d='M13.56,11.44L11.3,9.18C11.74,8.38,12,7.47,12,6.5C12,3.47,9.53,1,6.5,1S1,3.47,1,6.5C1,9.53,3.47,12,6.5,12 c0.97,0,1.88-0.26,2.68-0.7l2.26,2.26c0.29,0.29,0.66,0.43,1.04,0.44c0.39,0.01,0.78-0.14,1.08-0.44c0.3-0.3,0.44-0.69,0.44-1.08 C13.99,12.1,13.85,11.72,13.56,11.44z M4,6.5C4,5.12,5.12,4,6.5,4S9,5.12,9,6.5S7.88,9,6.5,9S4,7.88,4,6.5z'/%3E%3C/svg%3E\");\n background-repeat: no-repeat, repeat;\n background-position:\n left 0.7em top 50%,\n 0 0;\n background-size: 1em 100%;\n padding-left: 35px;\n border: solid 1px $border-color;\n pointer-events: all;\n}\n\n.sa-table__filter.sa-table__filter {\n width: 100%;\n}\n\n.sa-table__show-column.sa-table__show-column {\n background: transparent;\n background-image: url(\"data:image/svg+xml,%3C%3Fxml version='1.0' encoding='utf-8'%3F%3E%3C!-- Generator: Adobe Illustrator 24.0.1, SVG Export Plug-In . SVG Version: 6.00 Build 0) --%3E%3Csvg version='1.1' id='Layer_1' xmlns='http://www.w3.org/2000/svg' xmlns:xlink='http://www.w3.org/1999/xlink' x='0px' y='0px' viewBox='0 0 16 16' style='enable-background:new 0 0 16 16;' xml:space='preserve'%3E%3Cstyle type='text/css'%3E .st0%7Bfill:rgba(159, 159, 159, 0.5);%7D .st1%7Bfill:rgba(159, 159, 159, 0.5);%7D%0A%3C/style%3E%3Cg%3E%3Cpath class='st1' d='M8,2.03C3.63,2.03,0,8,0,8s3.63,6.03,8,6.03s8-6,8-6S12.37,2.03,8,2.03z M8,12c-2.58,0-5.13-2.81-6-4 c1.07-1.47,3.61-4,6-4c2.58,0,5.13,2.81,6,4C12.93,9.47,10.39,12,8,12z'/%3E%3Ccircle class='st1' cx='8' cy='8' r='3'/%3E%3C/g%3E%3C/svg%3E\"),\n url(\"data:image/svg+xml,%3C%3Fxml version='1.0' encoding='utf-8'%3F%3E%3C!-- Generator: Adobe Illustrator 21.1.0, SVG Export Plug-In . SVG Version: 6.00 Build 0) --%3E%3Csvg version='1.1' id='Layer_1' xmlns='http://www.w3.org/2000/svg' xmlns:xlink='http://www.w3.org/1999/xlink' x='0px' y='0px' viewBox='0 0 10 10' style='enable-background:new 0 0 10 10;' xml:space='preserve'%3E%3Cstyle type='text/css'%3E .st0%7Bfill:%23404040;%7D%0A%3C/style%3E%3Cpolygon class='st0' points='2,2 0,4 5,9 10,4 8,2 5,5 '/%3E%3C/svg%3E%0A\");\n background-repeat: no-repeat, no-repeat;\n background-position:\n left 0.7em top 50%,\n right 0.7em top 50%;\n background-size:\n 1em 100%,\n 0.57em 100%;\n padding-left: 35px;\n border: solid 1px $border-color;\n pointer-events: all;\n margin-left: 20px;\n &:focus {\n background-image: url(\"data:image/svg+xml,%3C%3Fxml version='1.0' encoding='utf-8'%3F%3E%3C!-- Generator: Adobe Illustrator 24.0.1, SVG Export Plug-In . SVG Version: 6.00 Build 0) --%3E%3Csvg version='1.1' id='Layer_1' xmlns='http://www.w3.org/2000/svg' xmlns:xlink='http://www.w3.org/1999/xlink' x='0px' y='0px' viewBox='0 0 16 16' style='enable-background:new 0 0 16 16;' xml:space='preserve'%3E%3Cstyle type='text/css'%3E .st0%7Bfill:rgba(159, 159, 159, 0.5);%7D .st1%7Bfill:rgba(159, 159, 159, 0.5);%7D%0A%3C/style%3E%3Cg%3E%3Cpath class='st1' d='M8,2.03C3.63,2.03,0,8,0,8s3.63,6.03,8,6.03s8-6,8-6S12.37,2.03,8,2.03z M8,12c-2.58,0-5.13-2.81-6-4 c1.07-1.47,3.61-4,6-4c2.58,0,5.13,2.81,6,4C12.93,9.47,10.39,12,8,12z'/%3E%3Ccircle class='st1' cx='8' cy='8' r='3'/%3E%3C/g%3E%3C/svg%3E\"),\n url(\"data:image/svg+xml,%3C%3Fxml version='1.0' encoding='utf-8'%3F%3E%3C!-- Generator: Adobe Illustrator 21.1.0, SVG Export Plug-In . SVG Version: 6.00 Build 0) --%3E%3Csvg version='1.1' id='Layer_1' xmlns='http://www.w3.org/2000/svg' xmlns:xlink='http://www.w3.org/1999/xlink' x='0px' y='0px' viewBox='0 0 10 10' style='enable-background:new 0 0 10 10;' xml:space='preserve'%3E%3Cstyle type='text/css'%3E .st0%7Bfill:%231AB394;%7D%0A%3C/style%3E%3Cpolygon class='st0' points='2,2 0,4 5,9 10,4 8,2 5,5 '/%3E%3C/svg%3E \") !important;\n }\n}\n\n.sa-table__entries {\n float: right;\n white-space: nowrap;\n}\n\n.sa-table__entries-label {\n font-weight: bold;\n}\n\n.sa-table__entries-label--right {\n margin-right: 5px;\n}\n\n.sa-table__entries-label--left {\n margin-left: 5px;\n}\n\n.sa-table__detail-row {\n background-color: $detail-color;\n}\n\n.sa-table__detail-table {\n background-color: $detail-color;\n}\n\n.sa-table input.sa-table__row-extension {\n height: auto;\n}\n\n.sa-table__row-extension + .sa-table__row-extension {\n margin-left: 10px;\n vertical-align: middle;\n}\n\n.sa-table__header-extensions {\n float: left;\n margin-left: 10px;\n width: calc(100% - 540px);\n}\n\n.sa-table__header-extension + .sa-table__header-extension {\n margin-left: 10px;\n}\n"],"names":[],"sourceRoot":""}
1
+ {"version":3,"sourceRoot":"","sources":["file:///azp/_work/35/s/survey-analytics/src/utils/utils.scss","file:///azp/_work/35/s/survey-analytics/src/tables/table.scss","file:///azp/_work/35/s/survey-analytics/src/tables/tabulator.scss"],"names":[],"mappings":"AAAA;EACE;EACA;EACA;EACA;EACA;;;AACA;EANF;IAOI;;;AAGJ;EACE;EACA;EACA;EACA;EACA;EACA;EACA;EACA;;;AACA;EATF;IAUI;IACA;;;AAGF;EACE;EACA;EACA;EACA;EACA;EACA;EACA;EACA;EACA;EACA;EACA;EACA;EACA;;;AAEA;EAfF;IAgBI;IACA;;;ACyCN;EACE,WA7De;EA8Df,aAhEY;;;AAkEZ;EACE;EACA;EACA;;;AAGF;EACE;EAvDF;EACA;EACA;EACA;EACA;EACA;EACA,qBACE;EAEF;EACA;EACA;EACA;EACA;EACA;EACA;EACA;;;AAEA;EACE;EACA,cAjDW;EAkDX;;;AAEF;EACE;;;AAmCF;EA9BA;EACA;EACA;EACA;EACA;EACA;EACA;EACA;;;AAEA;EACE,cAzES;EA0ET;;;AAwBJ;EACE,kBAzFgB;;;AA4FlB;EACE;EACA;EACA;EACA;;;AAGF;EACE;;;AACA;EACE;EACA;EACA;EACA;EACA;;;AAGF;EACE;EACA;EACA;;;AAGF;EACE;;;AAIJ;EACE;EACA;EACA,WAnHe;EAoHf;EACA;EACA;EACA;EACA;EACA;EACA;;;AAGF;EACE;EACA;EACA;;;AAGF;EACE;;;AAGF;EACE,cAvJU;EAwJV,OAxJU;;;AAyJV;EACE,kBApJQ;EAqJR,OAjJiB;;;AAqJrB;EACE,cAnKW;EAoKX,OApKW;;;AAqKX;EACE,kBAtKS;EAuKT,OA1JiB;;;AA8JrB;EACE;EACA;EACA;EACA;;;AACA;EACE,MA1KQ;;;AA6KR;EACE,MA7KY;;;AAgLhB;EACE;EACA;;;AAIJ;EACE;EACA;;;AACA;EACE;EACA;EACA;;;AAEF;EACE;EACA;EACA;;;AAEF;EACE;EACA;;;AACA;EACE,MA/MO;;;AAiNT;EACE,MAlNO;;;AAuNb;AAAA;EAEE;EACA;EACA;EACA,qBACE;EAEF;EACA;EACA;EACA;;;AAGF;EACE;;;AAGF;EACE;EACA;EAEA;EACA,qBACE;EAEF,iBACE;EAEF;EACA;EACA;EACA;;;AACA;EACE;;;AAKJ;EACE;EACA;;;AAGF;EACE;;;AAGF;EACE;;;AAGF;EACE;;;AAGF;EACE,kBAtQgB;;;AAyQlB;EACE,kBA1QgB;;;AA6QlB;EACE;;;AAGF;EACE;EACA;;;AAGF;EACE;EACA;EACA;;;AAGF;EACE;;;ACxRF;EACE;EACA,kBDPgB;ECQhB;EACA;EACA;EACA;EACA;;AAEA;EACE;EACA;EACA;;AAGF;EACE;EACA;;AAGF;EACE;EACA;EACA;EACA;;;AAIJ;EACE;;AACA;EACE;;;AAIJ;EACE;EACA;EACA;EACA;;;AAGF;EACE;;AACA;EACE;;;AAIF;EACE;;;AAMF;EACE;EACA;EACA;EACA,ODxEQ;ECyER;EACA;EACA;;AAEA;EACE;;AAGF;EACE;;AAIJ;EDpEA;EACA;EACA;EACA;EACA;EACA;EACA;EACA;EACA;EACA;EC6DE;EACA;;AAGF;ED1EA;EACA;EACA;EACA;EACA;EACA;EACA;EACA;EACA;EACA;ECmEE;EACA;EACA;;AAGF;EAvGA;EACA;EACA;EAEA;EACA;EACA,qBACE;EAEF;EACA;EACA;EACA;EACA;EA4FE;EACA;;AAGF;EA7GA;EACA;EACA;EAEA;EACA;EACA,qBACE;EAEF;EACA;EACA;EACA;EACA;EAkGE;EACA;;AAGF;EACE;EACA;;AAGF;EACE;EACA,kBDxHe;;AC0Hf;EACE;EACA;EACA;;AAGF;EACE;EACA;;AAGF;EACE;;AAGF;EACE;;AAGF;EACE;;AAGF;AAAA;EAEE;;AAGF;EACE;;AAGF;EACE;;AAGF;EACE;EACA,kBDhKa;;ACmKf;EACE,kBD3JY;;AC8Jd;EACE,kBDxKa;;AC2Kf;EACE;;AAGF;EACE;;AAGF;EACE;EACA;EACA,kBDjLS;;ACoLX;EACE,YD3LO;;;ACgMb;EACE;EACA;EACA;;AAEA;EACE;EACA;EACA;EACA;EACA;;AAEA;AAAA;EAEE;EACA;EACA;;AAGF;EACE;EACA;;AAEA;EACE;;AAKF;EACE;;AAGF;EACE;;AAGF;EACE;;AAGF;EACE;;;AF9OR;EACE;EACA;EACA;EACA;EACA;;AACA;EANF;IAOI;;;;AAGJ;EACE;EACA;EACA;EACA;EACA;EACA;EACA;EACA;;AACA;EATF;IAUI;IACA;;;AAGF;EACE;EACA;EACA;EACA;EACA;EACA;EACA;EACA;EACA;EACA;EACA;EACA;EACA;;AAEA;EAfF;IAgBI;IACA"}