mirror of
https://github.com/pezkuwichain/pezkuwi-mobile-app.git
synced 2026-05-30 11:11:01 +00:00
1 line
3.6 KiB
Plaintext
1 line
3.6 KiB
Plaintext
{"dependencies":[],"output":[{"data":{"code":"__d(function (global, require, _$$_IMPORT_DEFAULT, _$$_IMPORT_ALL, module, exports, _dependencyMap) {\n \"use strict\";\n\n Object.defineProperty(exports, '__esModule', {\n value: true\n });\n Object.defineProperty(exports, \"aliases\", {\n enumerable: true,\n get: function () {\n return aliases;\n }\n });\n /**\n * Aliases are pseudos that are expressed as selectors.\n */\n var aliases = {\n // Links\n \"any-link\": \":is(a, area, link)[href]\",\n link: \":any-link:not(:visited)\",\n // Forms\n // https://html.spec.whatwg.org/multipage/scripting.html#disabled-elements\n disabled: `:is(\n :is(button, input, select, textarea, optgroup, option)[disabled],\n optgroup[disabled] > option,\n fieldset[disabled]:not(fieldset[disabled] legend:first-of-type *)\n )`,\n enabled: \":not(:disabled)\",\n checked: \":is(:is(input[type=radio], input[type=checkbox])[checked], option:selected)\",\n required: \":is(input, select, textarea)[required]\",\n optional: \":is(input, select, textarea):not([required])\",\n // JQuery extensions\n // https://html.spec.whatwg.org/multipage/form-elements.html#concept-option-selectedness\n selected: \"option:is([selected], select:not([multiple]):not(:has(> option[selected])) > :first-of-type)\",\n checkbox: \"[type=checkbox]\",\n file: \"[type=file]\",\n password: \"[type=password]\",\n radio: \"[type=radio]\",\n reset: \"[type=reset]\",\n image: \"[type=image]\",\n submit: \"[type=submit]\",\n parent: \":not(:empty)\",\n header: \":is(h1, h2, h3, h4, h5, h6)\",\n button: \":is(button, input[type=button])\",\n input: \":is(input, textarea, select, button)\",\n text: \"input:is(:not([type!='']), [type=text])\"\n };\n});","lineCount":47,"map":[[7,2,4,0,"Object"],[7,8,4,0],[7,9,4,0,"defineProperty"],[7,23,4,0],[7,24,4,0,"exports"],[7,31,4,0],[8,4,4,0,"enumerable"],[8,14,4,0],[9,4,4,0,"get"],[9,7,4,0],[9,18,4,0,"get"],[9,19,4,0],[10,6,4,0],[10,13,4,0,"aliases"],[10,20,4,0],[11,4,4,0],[12,2,4,0],[13,2,1,0],[14,0,2,0],[15,0,3,0],[16,2,4,7],[16,6,4,13,"aliases"],[16,13,4,20],[16,16,4,23],[17,4,5,4],[18,4,6,4],[18,14,6,14],[18,16,6,16],[18,42,6,42],[19,4,7,4,"link"],[19,8,7,8],[19,10,7,10],[19,35,7,35],[20,4,8,4],[21,4,9,4],[22,4,10,4,"disabled"],[22,12,10,12],[22,14,10,14],[23,0,11,0],[24,0,12,0],[25,0,13,0],[26,0,14,0],[26,6,14,6],[27,4,15,4,"enabled"],[27,11,15,11],[27,13,15,13],[27,30,15,30],[28,4,16,4,"checked"],[28,11,16,11],[28,13,16,13],[28,90,16,90],[29,4,17,4,"required"],[29,12,17,12],[29,14,17,14],[29,54,17,54],[30,4,18,4,"optional"],[30,12,18,12],[30,14,18,14],[30,60,18,60],[31,4,19,4],[32,4,20,4],[33,4,21,4,"selected"],[33,12,21,12],[33,14,21,14],[33,108,21,108],[34,4,22,4,"checkbox"],[34,12,22,12],[34,14,22,14],[34,31,22,31],[35,4,23,4,"file"],[35,8,23,8],[35,10,23,10],[35,23,23,23],[36,4,24,4,"password"],[36,12,24,12],[36,14,24,14],[36,31,24,31],[37,4,25,4,"radio"],[37,9,25,9],[37,11,25,11],[37,25,25,25],[38,4,26,4,"reset"],[38,9,26,9],[38,11,26,11],[38,25,26,25],[39,4,27,4,"image"],[39,9,27,9],[39,11,27,11],[39,25,27,25],[40,4,28,4,"submit"],[40,10,28,10],[40,12,28,12],[40,27,28,27],[41,4,29,4,"parent"],[41,10,29,10],[41,12,29,12],[41,26,29,26],[42,4,30,4,"header"],[42,10,30,10],[42,12,30,12],[42,41,30,41],[43,4,31,4,"button"],[43,10,31,10],[43,12,31,12],[43,45,31,45],[44,4,32,4,"input"],[44,9,32,9],[44,11,32,11],[44,49,32,49],[45,4,33,4,"text"],[45,8,33,8],[45,10,33,10],[46,2,34,0],[46,3,34,1],[47,0,34,2],[47,3]],"functionMap":{"names":["<global>"],"mappings":"AAA"},"hasCjsExports":false},"type":"js/module"}]} |