_acf-blocks.js
1 year ago
_acf-field-flexible-content.js
1 year ago
_acf-field-gallery.js
1 year ago
_acf-field-repeater.js
1 year ago
_acf-jsx-names.js
1 year ago
_acf-setting-clone.js
1 year ago
_acf-setting-flexible-content.js
1 year ago
_acf-setting-repeater.js
1 year ago
_acf-ui-options-page.js
1 year ago
acf-pro-blocks.js
1 year ago
acf-pro-field-group.js
1 year ago
acf-pro-input.js
1 year ago
acf-pro-ui-options-page.js
1 year ago
_acf-jsx-names.js
306 lines
| 1 | ( function ( $, undefined ) { |
| 2 | acf.jsxNameReplacements = { |
| 3 | 'accent-height': 'accentHeight', |
| 4 | accentheight: 'accentHeight', |
| 5 | 'accept-charset': 'acceptCharset', |
| 6 | acceptcharset: 'acceptCharset', |
| 7 | accesskey: 'accessKey', |
| 8 | 'alignment-baseline': 'alignmentBaseline', |
| 9 | alignmentbaseline: 'alignmentBaseline', |
| 10 | allowedblocks: 'allowedBlocks', |
| 11 | allowfullscreen: 'allowFullScreen', |
| 12 | allowreorder: 'allowReorder', |
| 13 | 'arabic-form': 'arabicForm', |
| 14 | arabicform: 'arabicForm', |
| 15 | attributename: 'attributeName', |
| 16 | attributetype: 'attributeType', |
| 17 | autocapitalize: 'autoCapitalize', |
| 18 | autocomplete: 'autoComplete', |
| 19 | autocorrect: 'autoCorrect', |
| 20 | autofocus: 'autoFocus', |
| 21 | autoplay: 'autoPlay', |
| 22 | autoreverse: 'autoReverse', |
| 23 | autosave: 'autoSave', |
| 24 | basefrequency: 'baseFrequency', |
| 25 | 'baseline-shift': 'baselineShift', |
| 26 | baselineshift: 'baselineShift', |
| 27 | baseprofile: 'baseProfile', |
| 28 | calcmode: 'calcMode', |
| 29 | 'cap-height': 'capHeight', |
| 30 | capheight: 'capHeight', |
| 31 | cellpadding: 'cellPadding', |
| 32 | cellspacing: 'cellSpacing', |
| 33 | charset: 'charSet', |
| 34 | class: 'className', |
| 35 | classid: 'classID', |
| 36 | classname: 'className', |
| 37 | 'clip-path': 'clipPath', |
| 38 | 'clip-rule': 'clipRule', |
| 39 | clippath: 'clipPath', |
| 40 | clippathunits: 'clipPathUnits', |
| 41 | cliprule: 'clipRule', |
| 42 | 'color-interpolation': 'colorInterpolation', |
| 43 | 'color-interpolation-filters': 'colorInterpolationFilters', |
| 44 | 'color-profile': 'colorProfile', |
| 45 | 'color-rendering': 'colorRendering', |
| 46 | colorinterpolation: 'colorInterpolation', |
| 47 | colorinterpolationfilters: 'colorInterpolationFilters', |
| 48 | colorprofile: 'colorProfile', |
| 49 | colorrendering: 'colorRendering', |
| 50 | colspan: 'colSpan', |
| 51 | contenteditable: 'contentEditable', |
| 52 | contentscripttype: 'contentScriptType', |
| 53 | contentstyletype: 'contentStyleType', |
| 54 | contextmenu: 'contextMenu', |
| 55 | controlslist: 'controlsList', |
| 56 | crossorigin: 'crossOrigin', |
| 57 | dangerouslysetinnerhtml: 'dangerouslySetInnerHTML', |
| 58 | datetime: 'dateTime', |
| 59 | defaultchecked: 'defaultChecked', |
| 60 | defaultvalue: 'defaultValue', |
| 61 | diffuseconstant: 'diffuseConstant', |
| 62 | disablepictureinpicture: 'disablePictureInPicture', |
| 63 | disableremoteplayback: 'disableRemotePlayback', |
| 64 | 'dominant-baseline': 'dominantBaseline', |
| 65 | dominantbaseline: 'dominantBaseline', |
| 66 | edgemode: 'edgeMode', |
| 67 | 'enable-background': 'enableBackground', |
| 68 | enablebackground: 'enableBackground', |
| 69 | enctype: 'encType', |
| 70 | enterkeyhint: 'enterKeyHint', |
| 71 | externalresourcesrequired: 'externalResourcesRequired', |
| 72 | 'fill-opacity': 'fillOpacity', |
| 73 | 'fill-rule': 'fillRule', |
| 74 | fillopacity: 'fillOpacity', |
| 75 | fillrule: 'fillRule', |
| 76 | filterres: 'filterRes', |
| 77 | filterunits: 'filterUnits', |
| 78 | 'flood-color': 'floodColor', |
| 79 | 'flood-opacity': 'floodOpacity', |
| 80 | floodcolor: 'floodColor', |
| 81 | floodopacity: 'floodOpacity', |
| 82 | 'font-family': 'fontFamily', |
| 83 | 'font-size': 'fontSize', |
| 84 | 'font-size-adjust': 'fontSizeAdjust', |
| 85 | 'font-stretch': 'fontStretch', |
| 86 | 'font-style': 'fontStyle', |
| 87 | 'font-variant': 'fontVariant', |
| 88 | 'font-weight': 'fontWeight', |
| 89 | fontfamily: 'fontFamily', |
| 90 | fontsize: 'fontSize', |
| 91 | fontsizeadjust: 'fontSizeAdjust', |
| 92 | fontstretch: 'fontStretch', |
| 93 | fontstyle: 'fontStyle', |
| 94 | fontvariant: 'fontVariant', |
| 95 | fontweight: 'fontWeight', |
| 96 | for: 'htmlFor', |
| 97 | foreignobject: 'foreignObject', |
| 98 | formaction: 'formAction', |
| 99 | formenctype: 'formEncType', |
| 100 | formmethod: 'formMethod', |
| 101 | formnovalidate: 'formNoValidate', |
| 102 | formtarget: 'formTarget', |
| 103 | frameborder: 'frameBorder', |
| 104 | 'glyph-name': 'glyphName', |
| 105 | 'glyph-orientation-horizontal': 'glyphOrientationHorizontal', |
| 106 | 'glyph-orientation-vertical': 'glyphOrientationVertical', |
| 107 | glyphname: 'glyphName', |
| 108 | glyphorientationhorizontal: 'glyphOrientationHorizontal', |
| 109 | glyphorientationvertical: 'glyphOrientationVertical', |
| 110 | glyphref: 'glyphRef', |
| 111 | gradienttransform: 'gradientTransform', |
| 112 | gradientunits: 'gradientUnits', |
| 113 | 'horiz-adv-x': 'horizAdvX', |
| 114 | 'horiz-origin-x': 'horizOriginX', |
| 115 | horizadvx: 'horizAdvX', |
| 116 | horizoriginx: 'horizOriginX', |
| 117 | hreflang: 'hrefLang', |
| 118 | htmlfor: 'htmlFor', |
| 119 | 'http-equiv': 'httpEquiv', |
| 120 | httpequiv: 'httpEquiv', |
| 121 | 'image-rendering': 'imageRendering', |
| 122 | imagerendering: 'imageRendering', |
| 123 | innerhtml: 'innerHTML', |
| 124 | inputmode: 'inputMode', |
| 125 | itemid: 'itemID', |
| 126 | itemprop: 'itemProp', |
| 127 | itemref: 'itemRef', |
| 128 | itemscope: 'itemScope', |
| 129 | itemtype: 'itemType', |
| 130 | kernelmatrix: 'kernelMatrix', |
| 131 | kernelunitlength: 'kernelUnitLength', |
| 132 | keyparams: 'keyParams', |
| 133 | keypoints: 'keyPoints', |
| 134 | keysplines: 'keySplines', |
| 135 | keytimes: 'keyTimes', |
| 136 | keytype: 'keyType', |
| 137 | lengthadjust: 'lengthAdjust', |
| 138 | 'letter-spacing': 'letterSpacing', |
| 139 | letterspacing: 'letterSpacing', |
| 140 | 'lighting-color': 'lightingColor', |
| 141 | lightingcolor: 'lightingColor', |
| 142 | limitingconeangle: 'limitingConeAngle', |
| 143 | marginheight: 'marginHeight', |
| 144 | marginwidth: 'marginWidth', |
| 145 | 'marker-end': 'markerEnd', |
| 146 | 'marker-mid': 'markerMid', |
| 147 | 'marker-start': 'markerStart', |
| 148 | markerend: 'markerEnd', |
| 149 | markerheight: 'markerHeight', |
| 150 | markermid: 'markerMid', |
| 151 | markerstart: 'markerStart', |
| 152 | markerunits: 'markerUnits', |
| 153 | markerwidth: 'markerWidth', |
| 154 | maskcontentunits: 'maskContentUnits', |
| 155 | maskunits: 'maskUnits', |
| 156 | maxlength: 'maxLength', |
| 157 | mediagroup: 'mediaGroup', |
| 158 | minlength: 'minLength', |
| 159 | nomodule: 'noModule', |
| 160 | novalidate: 'noValidate', |
| 161 | numoctaves: 'numOctaves', |
| 162 | 'overline-position': 'overlinePosition', |
| 163 | 'overline-thickness': 'overlineThickness', |
| 164 | overlineposition: 'overlinePosition', |
| 165 | overlinethickness: 'overlineThickness', |
| 166 | 'paint-order': 'paintOrder', |
| 167 | paintorder: 'paintOrder', |
| 168 | 'panose-1': 'panose1', |
| 169 | pathlength: 'pathLength', |
| 170 | patterncontentunits: 'patternContentUnits', |
| 171 | patterntransform: 'patternTransform', |
| 172 | patternunits: 'patternUnits', |
| 173 | playsinline: 'playsInline', |
| 174 | 'pointer-events': 'pointerEvents', |
| 175 | pointerevents: 'pointerEvents', |
| 176 | pointsatx: 'pointsAtX', |
| 177 | pointsaty: 'pointsAtY', |
| 178 | pointsatz: 'pointsAtZ', |
| 179 | preservealpha: 'preserveAlpha', |
| 180 | preserveaspectratio: 'preserveAspectRatio', |
| 181 | primitiveunits: 'primitiveUnits', |
| 182 | radiogroup: 'radioGroup', |
| 183 | readonly: 'readOnly', |
| 184 | referrerpolicy: 'referrerPolicy', |
| 185 | refx: 'refX', |
| 186 | refy: 'refY', |
| 187 | 'rendering-intent': 'renderingIntent', |
| 188 | renderingintent: 'renderingIntent', |
| 189 | repeatcount: 'repeatCount', |
| 190 | repeatdur: 'repeatDur', |
| 191 | requiredextensions: 'requiredExtensions', |
| 192 | requiredfeatures: 'requiredFeatures', |
| 193 | rowspan: 'rowSpan', |
| 194 | 'shape-rendering': 'shapeRendering', |
| 195 | shaperendering: 'shapeRendering', |
| 196 | specularconstant: 'specularConstant', |
| 197 | specularexponent: 'specularExponent', |
| 198 | spellcheck: 'spellCheck', |
| 199 | spreadmethod: 'spreadMethod', |
| 200 | srcdoc: 'srcDoc', |
| 201 | srclang: 'srcLang', |
| 202 | srcset: 'srcSet', |
| 203 | startoffset: 'startOffset', |
| 204 | stddeviation: 'stdDeviation', |
| 205 | stitchtiles: 'stitchTiles', |
| 206 | 'stop-color': 'stopColor', |
| 207 | 'stop-opacity': 'stopOpacity', |
| 208 | stopcolor: 'stopColor', |
| 209 | stopopacity: 'stopOpacity', |
| 210 | 'strikethrough-position': 'strikethroughPosition', |
| 211 | 'strikethrough-thickness': 'strikethroughThickness', |
| 212 | strikethroughposition: 'strikethroughPosition', |
| 213 | strikethroughthickness: 'strikethroughThickness', |
| 214 | 'stroke-dasharray': 'strokeDasharray', |
| 215 | 'stroke-dashoffset': 'strokeDashoffset', |
| 216 | 'stroke-linecap': 'strokeLinecap', |
| 217 | 'stroke-linejoin': 'strokeLinejoin', |
| 218 | 'stroke-miterlimit': 'strokeMiterlimit', |
| 219 | 'stroke-opacity': 'strokeOpacity', |
| 220 | 'stroke-width': 'strokeWidth', |
| 221 | strokedasharray: 'strokeDasharray', |
| 222 | strokedashoffset: 'strokeDashoffset', |
| 223 | strokelinecap: 'strokeLinecap', |
| 224 | strokelinejoin: 'strokeLinejoin', |
| 225 | strokemiterlimit: 'strokeMiterlimit', |
| 226 | strokeopacity: 'strokeOpacity', |
| 227 | strokewidth: 'strokeWidth', |
| 228 | suppresscontenteditablewarning: 'suppressContentEditableWarning', |
| 229 | suppresshydrationwarning: 'suppressHydrationWarning', |
| 230 | surfacescale: 'surfaceScale', |
| 231 | systemlanguage: 'systemLanguage', |
| 232 | tabindex: 'tabIndex', |
| 233 | tablevalues: 'tableValues', |
| 234 | targetx: 'targetX', |
| 235 | targety: 'targetY', |
| 236 | templatelock: 'templateLock', |
| 237 | 'text-anchor': 'textAnchor', |
| 238 | 'text-decoration': 'textDecoration', |
| 239 | 'text-rendering': 'textRendering', |
| 240 | textanchor: 'textAnchor', |
| 241 | textdecoration: 'textDecoration', |
| 242 | textlength: 'textLength', |
| 243 | textrendering: 'textRendering', |
| 244 | 'underline-position': 'underlinePosition', |
| 245 | 'underline-thickness': 'underlineThickness', |
| 246 | underlineposition: 'underlinePosition', |
| 247 | underlinethickness: 'underlineThickness', |
| 248 | 'unicode-bidi': 'unicodeBidi', |
| 249 | 'unicode-range': 'unicodeRange', |
| 250 | unicodebidi: 'unicodeBidi', |
| 251 | unicoderange: 'unicodeRange', |
| 252 | 'units-per-em': 'unitsPerEm', |
| 253 | unitsperem: 'unitsPerEm', |
| 254 | usemap: 'useMap', |
| 255 | 'v-alphabetic': 'vAlphabetic', |
| 256 | 'v-hanging': 'vHanging', |
| 257 | 'v-ideographic': 'vIdeographic', |
| 258 | 'v-mathematical': 'vMathematical', |
| 259 | valphabetic: 'vAlphabetic', |
| 260 | 'vector-effect': 'vectorEffect', |
| 261 | vectoreffect: 'vectorEffect', |
| 262 | 'vert-adv-y': 'vertAdvY', |
| 263 | 'vert-origin-x': 'vertOriginX', |
| 264 | 'vert-origin-y': 'vertOriginY', |
| 265 | vertadvy: 'vertAdvY', |
| 266 | vertoriginx: 'vertOriginX', |
| 267 | vertoriginy: 'vertOriginY', |
| 268 | vhanging: 'vHanging', |
| 269 | videographic: 'vIdeographic', |
| 270 | viewbox: 'viewBox', |
| 271 | viewtarget: 'viewTarget', |
| 272 | vmathematical: 'vMathematical', |
| 273 | 'word-spacing': 'wordSpacing', |
| 274 | wordspacing: 'wordSpacing', |
| 275 | 'writing-mode': 'writingMode', |
| 276 | writingmode: 'writingMode', |
| 277 | 'x-height': 'xHeight', |
| 278 | xchannelselector: 'xChannelSelector', |
| 279 | xheight: 'xHeight', |
| 280 | 'xlink:actuate': 'xlinkActuate', |
| 281 | 'xlink:arcrole': 'xlinkArcrole', |
| 282 | 'xlink:href': 'xlinkHref', |
| 283 | 'xlink:role': 'xlinkRole', |
| 284 | 'xlink:show': 'xlinkShow', |
| 285 | 'xlink:title': 'xlinkTitle', |
| 286 | 'xlink:type': 'xlinkType', |
| 287 | xlinkactuate: 'xlinkActuate', |
| 288 | xlinkarcrole: 'xlinkArcrole', |
| 289 | xlinkhref: 'xlinkHref', |
| 290 | xlinkrole: 'xlinkRole', |
| 291 | xlinkshow: 'xlinkShow', |
| 292 | xlinktitle: 'xlinkTitle', |
| 293 | xlinktype: 'xlinkType', |
| 294 | 'xml:base': 'xmlBase', |
| 295 | 'xml:lang': 'xmlLang', |
| 296 | 'xml:space': 'xmlSpace', |
| 297 | xmlbase: 'xmlBase', |
| 298 | xmllang: 'xmlLang', |
| 299 | 'xmlns:xlink': 'xmlnsXlink', |
| 300 | xmlnsxlink: 'xmlnsXlink', |
| 301 | xmlspace: 'xmlSpace', |
| 302 | ychannelselector: 'yChannelSelector', |
| 303 | zoomandpan: 'zoomAndPan', |
| 304 | }; |
| 305 | } )( jQuery ); |
| 306 |