PromoCursed/node_modules/.cache/babel-loader/44b9001cede0ef658d972812bfab688ab312e2e95b294a88117546b0bd8887d4.json
2024-08-20 23:25:37 +04:00

1 line
2.7 KiB
JSON

{"ast":null,"code":"import { textEllipsis } from '../../style';\nconst genEllipsisStyle = token => {\n const {\n componentCls\n } = token;\n return {\n [`${componentCls}-wrapper`]: {\n [`${componentCls}-cell-ellipsis`]: Object.assign(Object.assign({}, textEllipsis), {\n wordBreak: 'keep-all',\n // Fixed first or last should special process\n [`\n &${componentCls}-cell-fix-left-last,\n &${componentCls}-cell-fix-right-first\n `]: {\n overflow: 'visible',\n [`${componentCls}-cell-content`]: {\n display: 'block',\n overflow: 'hidden',\n textOverflow: 'ellipsis'\n }\n },\n [`${componentCls}-column-title`]: {\n overflow: 'hidden',\n textOverflow: 'ellipsis',\n wordBreak: 'keep-all'\n }\n })\n }\n };\n};\nexport default genEllipsisStyle;","map":{"version":3,"names":["textEllipsis","genEllipsisStyle","token","componentCls","Object","assign","wordBreak","overflow","display","textOverflow"],"sources":["C:/Users/Аришина)/Desktop/promo/node_modules/antd/es/table/style/ellipsis.js"],"sourcesContent":["import { textEllipsis } from '../../style';\nconst genEllipsisStyle = token => {\n const {\n componentCls\n } = token;\n return {\n [`${componentCls}-wrapper`]: {\n [`${componentCls}-cell-ellipsis`]: Object.assign(Object.assign({}, textEllipsis), {\n wordBreak: 'keep-all',\n // Fixed first or last should special process\n [`\n &${componentCls}-cell-fix-left-last,\n &${componentCls}-cell-fix-right-first\n `]: {\n overflow: 'visible',\n [`${componentCls}-cell-content`]: {\n display: 'block',\n overflow: 'hidden',\n textOverflow: 'ellipsis'\n }\n },\n [`${componentCls}-column-title`]: {\n overflow: 'hidden',\n textOverflow: 'ellipsis',\n wordBreak: 'keep-all'\n }\n })\n }\n };\n};\nexport default genEllipsisStyle;"],"mappings":"AAAA,SAASA,YAAY,QAAQ,aAAa;AAC1C,MAAMC,gBAAgB,GAAGC,KAAK,IAAI;EAChC,MAAM;IACJC;EACF,CAAC,GAAGD,KAAK;EACT,OAAO;IACL,CAAC,GAAGC,YAAY,UAAU,GAAG;MAC3B,CAAC,GAAGA,YAAY,gBAAgB,GAAGC,MAAM,CAACC,MAAM,CAACD,MAAM,CAACC,MAAM,CAAC,CAAC,CAAC,EAAEL,YAAY,CAAC,EAAE;QAChFM,SAAS,EAAE,UAAU;QACrB;QACA,CAAC;AACT,aAAaH,YAAY;AACzB,aAAaA,YAAY;AACzB,SAAS,GAAG;UACFI,QAAQ,EAAE,SAAS;UACnB,CAAC,GAAGJ,YAAY,eAAe,GAAG;YAChCK,OAAO,EAAE,OAAO;YAChBD,QAAQ,EAAE,QAAQ;YAClBE,YAAY,EAAE;UAChB;QACF,CAAC;QACD,CAAC,GAAGN,YAAY,eAAe,GAAG;UAChCI,QAAQ,EAAE,QAAQ;UAClBE,YAAY,EAAE,UAAU;UACxBH,SAAS,EAAE;QACb;MACF,CAAC;IACH;EACF,CAAC;AACH,CAAC;AACD,eAAeL,gBAAgB","ignoreList":[]},"metadata":{},"sourceType":"module","externalDependencies":[]}