@antscorp/antsomi-ui 1.3.5-beta.765 → 1.3.5-beta.767
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/es/components/icons/EmojiBearIcon.d.ts +3 -0
- package/es/components/icons/EmojiBearIcon.js +7 -0
- package/es/components/icons/EmojiLaughIcon.d.ts +3 -0
- package/es/components/icons/EmojiLaughIcon.js +7 -0
- package/es/components/icons/EmojiSmileIcon.d.ts +3 -0
- package/es/components/icons/EmojiSmileIcon.js +7 -0
- package/es/components/icons/LazyIcon/LazyIcon.d.ts +3 -0
- package/es/components/icons/LazyIcon/LazyIcon.js +3 -0
- package/es/components/icons/index.d.ts +3 -0
- package/es/components/icons/index.js +3 -0
- package/es/components/molecules/AddDynamicContent/components/DisplayFormat/DisplayFormat.d.ts +0 -1
- package/es/components/molecules/TagifyInput/TagifyInput.js +3 -2
- package/es/components/molecules/TagifyInput/constants.d.ts +1 -0
- package/es/components/molecules/TagifyInput/constants.js +2 -0
- package/es/components/molecules/TagifyInput/emoji.json +13159 -13159
- package/es/components/molecules/TagifyInput/index.d.ts +4 -0
- package/es/components/molecules/TagifyInput/index.js +4 -0
- package/es/components/molecules/TagifyInput/patternHandlers.js +6 -7
- package/es/components/molecules/TagifyInput/types.d.ts +1 -1
- package/es/components/molecules/TagifyInput/utils.js +3 -12
- package/es/components/template/TemplateListing/Loadable.d.ts +0 -1
- package/es/locales/ja/google-sheet.json +73 -73
- package/package.json +1 -1
|
@@ -0,0 +1,7 @@
|
|
|
1
|
+
import { jsx as _jsx, jsxs as _jsxs } from "react/jsx-runtime";
|
|
2
|
+
import { forwardRef } from 'react';
|
|
3
|
+
import { useIcon } from './hooks/useIcon';
|
|
4
|
+
export const EmojiBearIcon = forwardRef((props, ref) => {
|
|
5
|
+
const { width, height } = useIcon(props);
|
|
6
|
+
return (_jsxs("svg", { viewBox: "0 0 24 25", fill: "none", xmlns: "http://www.w3.org/2000/svg", ...props, ref: ref, width: width, height: height, children: [_jsx("path", { d: "M5.24588 2.50377C5.0413 2.52582 4.96691 2.53626 4.85751 2.55599C4.26347 2.66741 3.67162 2.95987 3.20777 3.37303C2.87082 3.67478 2.56888 4.07634 2.36977 4.49298C2.11815 5.0164 2 5.54446 2 6.1352C2.00109 6.66442 2.09955 7.16114 2.30522 7.66135C2.547 8.25092 2.95615 8.81844 3.42985 9.22C3.57973 9.34766 3.83135 9.52639 3.97903 9.61111C4.0403 9.64593 4.09172 9.67959 4.09172 9.68655C4.09172 9.69235 4.05233 9.78404 4.00529 9.88965C3.57645 10.8413 3.30951 11.8789 3.20558 12.9942C3.16729 13.4166 3.15526 14.1397 3.18261 14.5261C3.23731 15.3374 3.36093 16.0198 3.57863 16.7219C4.13876 18.5313 5.25901 20.0296 6.81576 21.0509C7.98962 21.8215 9.40524 22.302 10.9401 22.4517C11.5998 22.5155 12.3765 22.5167 13.0515 22.4517C14.1532 22.3484 15.2275 22.0606 16.1694 21.6172C17.4461 21.0172 18.5193 20.1201 19.3168 18.9874C20.2073 17.7212 20.7204 16.1823 20.8189 14.4739C20.8331 14.2302 20.8331 13.6221 20.8189 13.3656C20.75 12.1156 20.471 10.9493 19.9721 9.84091L19.901 9.68191L20.04 9.59835C20.9895 9.0285 21.6777 8.05711 21.9129 6.9534C22.0277 6.41606 22.0288 5.85666 21.9173 5.3344C21.7324 4.46861 21.2434 3.69451 20.5618 3.18734C19.6166 2.4852 18.4471 2.30995 17.3859 2.71267C17.3094 2.74168 17.154 2.81364 17.0391 2.87399C16.6923 3.05504 16.421 3.26162 16.141 3.55872C15.7143 4.01019 15.4047 4.5661 15.2231 5.20674C15.2067 5.26361 15.1914 5.31351 15.1892 5.31583C15.1881 5.31699 15.0885 5.2845 14.9693 5.24272C13.3086 4.65779 11.4477 4.58351 9.71703 5.03381C9.46323 5.09997 9.07595 5.2195 8.91732 5.28218C8.82215 5.31931 8.79589 5.32047 8.79589 5.28798C8.79589 5.24968 8.67555 4.88758 8.61101 4.7309C8.40643 4.2365 8.11214 3.7978 7.74237 3.43919C7.2271 2.93898 6.57508 2.61982 5.87493 2.52582C5.74365 2.50841 5.33668 2.49332 5.24588 2.50377ZM5.74255 3.97769C6.43177 4.08446 6.99518 4.53593 7.32009 5.24155C7.47435 5.57812 7.54217 5.87871 7.56624 6.33714C7.57827 6.58318 7.63188 6.71896 7.77191 6.86636C7.91085 7.01375 8.06182 7.08106 8.24889 7.08106C8.38017 7.08106 8.45238 7.05901 8.6668 6.95572C9.27068 6.66326 9.8866 6.45784 10.5299 6.33365C11.2574 6.19439 12.0637 6.16073 12.8327 6.23965C13.6609 6.32553 14.5109 6.56345 15.2395 6.91278C15.571 7.07062 15.6257 7.08803 15.7898 7.07874C15.9123 7.07062 16.0042 7.04044 16.1114 6.96965C16.246 6.88028 16.3565 6.72709 16.4046 6.55881C16.4156 6.52051 16.4265 6.41954 16.4331 6.30928C16.4462 6.07137 16.4681 5.90656 16.514 5.71739C16.5622 5.52009 16.6026 5.40171 16.6891 5.21718C16.8094 4.9607 16.9472 4.75876 17.1387 4.56146C17.4319 4.26087 17.7732 4.07286 18.1824 3.98814C18.3071 3.96144 18.6407 3.95216 18.7808 3.96957C19.3989 4.05081 19.9513 4.4071 20.2894 4.94097C20.7883 5.73132 20.7314 6.77351 20.1428 7.6068C20.0498 7.73911 19.8135 7.99675 19.6975 8.09192C19.4175 8.32288 19.1418 8.47027 18.8092 8.56776C18.6035 8.62811 18.5171 8.67453 18.4154 8.78362C18.2753 8.93334 18.2053 9.12947 18.2185 9.33722C18.2283 9.4997 18.2578 9.57978 18.3935 9.81073C18.69 10.3156 18.935 10.8796 19.1112 11.4622C19.4536 12.5973 19.5477 13.8797 19.3792 15.1238C19.2993 15.7215 19.1527 16.2821 18.935 16.8345C18.8639 17.0121 18.667 17.4241 18.5762 17.5842C17.9581 18.6705 17.0938 19.5027 15.9495 20.1097C14.9244 20.6528 13.79 20.9569 12.5045 21.0323C12.2081 21.0497 11.5024 21.0393 11.2246 21.0149C10.4238 20.9418 9.75532 20.799 9.06939 20.5565C8.1559 20.2315 7.39667 19.7905 6.70636 19.1812C6.39786 18.9096 6.01605 18.4825 5.76881 18.132C5.14742 17.2523 4.75139 16.195 4.60589 15.0287C4.53041 14.4217 4.51947 13.6534 4.57854 13.0487C4.69669 11.8429 5.03255 10.7937 5.62768 9.76895C5.7699 9.52523 5.806 9.37319 5.77209 9.17009C5.74693 9.0169 5.67582 8.87879 5.56861 8.77202C5.46468 8.66757 5.37278 8.61766 5.19337 8.56776C4.43742 8.35653 3.81056 7.75652 3.51737 6.96501C3.3664 6.55532 3.33139 6.08065 3.42 5.65472C3.6027 4.78429 4.29082 4.12044 5.15836 3.97769C5.29511 3.95448 5.59815 3.95448 5.74255 3.97769Z", fill: "currentColor" }), _jsx("path", { d: "M8.75758 11.7304C8.43704 11.8058 8.19527 12.0449 8.10009 12.3791C8.07493 12.4673 8.07055 12.5056 8.06946 12.6287C8.06946 12.7842 8.08696 12.8805 8.14385 13.0151C8.22809 13.2182 8.41625 13.4062 8.61536 13.4886C9.10219 13.6894 9.63496 13.4016 9.77609 12.8608C9.80344 12.7563 9.80344 12.5138 9.77609 12.4081C9.69076 12.0797 9.46868 11.8383 9.16455 11.7455C9.05733 11.713 8.86151 11.706 8.75758 11.7304Z", fill: "currentColor" }), _jsx("path", { d: "M14.9168 11.7234C14.6017 11.7838 14.3413 12.0252 14.2363 12.3559C14.209 12.4418 14.2068 12.4639 14.2068 12.6345C14.2068 12.812 14.2079 12.8248 14.2396 12.9211C14.3271 13.1823 14.5022 13.3807 14.7385 13.4852C14.8249 13.5235 14.977 13.5571 15.0645 13.5571C15.1509 13.5571 15.3041 13.5235 15.3883 13.4863C15.6126 13.3877 15.7887 13.1985 15.8718 12.9687C15.9189 12.8399 15.9331 12.7412 15.9255 12.5834C15.9167 12.3559 15.8423 12.1691 15.6968 12.0066C15.5754 11.8708 15.4419 11.7873 15.2669 11.735C15.2078 11.7176 14.9846 11.7107 14.9168 11.7234Z", fill: "currentColor" }), _jsx("path", { d: "M11.8153 14.8928C11.3526 14.9474 10.9653 15.2004 10.8526 15.5219C10.7585 15.7876 10.8504 16.0975 11.1009 16.3621C11.1961 16.4619 11.3394 16.5698 11.4499 16.6256L11.5178 16.6592L11.4663 16.7265C11.4379 16.7637 11.3909 16.8426 11.3613 16.9018C11.2519 17.1234 11.1414 17.2627 10.9894 17.3695C10.834 17.4774 10.6852 17.5262 10.5003 17.5262C10.2268 17.5262 10.0113 17.4101 9.91725 17.2128C9.78815 16.9412 9.55732 16.7834 9.2882 16.7834C8.99063 16.7834 8.72807 16.9865 8.63508 17.2871C8.5957 17.4171 8.59351 17.5853 8.63071 17.7119C8.67884 17.8778 8.80903 18.1064 8.95344 18.2794C9.42057 18.8353 10.1798 19.0918 10.9139 18.9409C11.2836 18.8655 11.6512 18.6821 11.9379 18.4291L12.0013 18.3734L12.0418 18.4117C12.161 18.5243 12.3558 18.6566 12.5374 18.7494C12.9651 18.9664 13.4607 19.0349 13.9235 18.9409C14.5306 18.8167 15.0339 18.4314 15.2986 17.8871C15.3653 17.7502 15.3927 17.6399 15.3927 17.5088C15.3927 17.3033 15.3303 17.1455 15.1903 16.9969C15.0437 16.8414 14.8851 16.7764 14.6761 16.7857C14.4267 16.7985 14.2243 16.9366 14.1018 17.178C14.0755 17.2291 14.0372 17.2929 14.0153 17.3196C13.848 17.5262 13.4651 17.5877 13.1642 17.4542C13.057 17.4078 12.9629 17.3416 12.8732 17.2488C12.7813 17.1548 12.7233 17.0712 12.6413 16.9111C12.6074 16.8437 12.5571 16.7602 12.5308 16.723L12.4827 16.6581L12.5527 16.6232C12.7288 16.535 12.9312 16.3517 13.0395 16.1787C13.1763 15.9629 13.2145 15.7551 13.1555 15.5543C13.0789 15.299 12.8415 15.082 12.5111 14.9683C12.2945 14.8928 12.0429 14.8661 11.8153 14.8928Z", fill: "currentColor" })] }));
|
|
7
|
+
});
|
|
@@ -0,0 +1,7 @@
|
|
|
1
|
+
import { jsx as _jsx } from "react/jsx-runtime";
|
|
2
|
+
import { forwardRef } from 'react';
|
|
3
|
+
import { useIcon } from './hooks/useIcon';
|
|
4
|
+
export const EmojiLaughIcon = forwardRef((props, ref) => {
|
|
5
|
+
const { width, height } = useIcon(props);
|
|
6
|
+
return (_jsx("svg", { viewBox: "0 0 24 25", fill: "none", xmlns: "http://www.w3.org/2000/svg", ...props, ref: ref, width: width, height: height, children: _jsx("path", { d: "M12 22.5C11.0915 22.5 10.2124 22.3791 9.36274 22.1373C8.51961 21.902 7.72549 21.5621 6.98039 21.1176C6.23529 20.6797 5.55882 20.1569 4.95098 19.549C4.34314 18.9412 3.81699 18.2647 3.37255 17.5196C2.93464 16.7745 2.59477 15.9804 2.35294 15.1373C2.11765 14.2876 2 13.4085 2 12.5C2 11.585 2.11765 10.7059 2.35294 9.86274C2.59477 9.01961 2.93464 8.22549 3.37255 7.48039C3.81699 6.73529 4.34314 6.05882 4.95098 5.45098C5.55882 4.84314 6.23203 4.32026 6.97059 3.88235C7.71569 3.43791 8.5098 3.09804 9.35294 2.86275C10.2026 2.62092 11.0817 2.5 11.9902 2.5C12.9052 2.5 13.7843 2.62092 14.6275 2.86275C15.4771 3.09804 16.2712 3.43791 17.0098 3.88235C17.7549 4.32026 18.4314 4.84314 19.0392 5.45098C19.6536 6.05882 20.1797 6.73529 20.6176 7.48039C21.0621 8.22549 21.402 9.01961 21.6373 9.86274C21.8791 10.7059 22 11.585 22 12.5C22 13.4085 21.8791 14.2876 21.6373 15.1373C21.402 15.9804 21.0621 16.7745 20.6176 17.5196C20.1797 18.2647 19.6569 18.9412 19.049 19.549C18.4412 20.1569 17.7647 20.6797 17.0196 21.1176C16.2745 21.5621 15.4804 21.902 14.6373 22.1373C13.7941 22.3791 12.915 22.5 12 22.5ZM12 20.8333C12.9281 20.8333 13.8072 20.6928 14.6373 20.4118C15.4739 20.1307 16.2386 19.7353 16.9314 19.2255C17.6242 18.7157 18.2222 18.1144 18.7255 17.4216C19.2353 16.7288 19.6275 15.9673 19.902 15.1373C20.183 14.3007 20.3235 13.4216 20.3235 12.5C20.3235 11.5719 20.183 10.6928 19.902 9.86274C19.6209 9.02614 19.2255 8.26144 18.7157 7.56863C18.2124 6.87582 17.6144 6.27451 16.9216 5.76471C16.2288 5.2549 15.4641 4.86275 14.6275 4.58824C13.7974 4.30719 12.9183 4.16667 11.9902 4.16667C11.0621 4.16667 10.183 4.30719 9.35294 4.58824C8.52288 4.86275 7.76144 5.2549 7.06863 5.76471C6.37582 6.27451 5.77451 6.87582 5.26471 7.56863C4.76144 8.26144 4.36928 9.02614 4.08824 9.86274C3.81373 10.6928 3.67647 11.5719 3.67647 12.5C3.67647 13.4281 3.81373 14.3105 4.08824 15.1471C4.36928 15.9771 4.76144 16.7386 5.26471 17.4314C5.77451 18.1242 6.37582 18.7255 7.06863 19.2353C7.76144 19.7451 8.52288 20.1373 9.35294 20.4118C10.1895 20.6928 11.0719 20.8333 12 20.8333ZM9.08824 11.6078C8.87909 11.6078 8.68301 11.5425 8.5 11.4118C8.32353 11.281 8.17974 11.1111 8.06863 10.902C7.96405 10.6863 7.91176 10.4575 7.91176 10.2157C7.91176 9.96078 7.96405 9.72876 8.06863 9.51961C8.17974 9.31046 8.32353 9.14379 8.5 9.01961C8.67647 8.88889 8.87255 8.82353 9.08824 8.82353C9.30392 8.82353 9.5 8.88562 9.67647 9.0098C9.85948 9.13399 10.0033 9.30392 10.1078 9.51961C10.219 9.72876 10.2745 9.96078 10.2745 10.2157C10.2745 10.4641 10.219 10.6961 10.1078 10.9118C9.99673 11.1209 9.84967 11.2908 9.66667 11.4216C9.4902 11.5458 9.29739 11.6078 9.08824 11.6078ZM14.9216 11.6078C14.7124 11.6078 14.5163 11.5458 14.3333 11.4216C14.1503 11.2908 14.0033 11.1209 13.8922 10.9118C13.781 10.6961 13.7255 10.4641 13.7255 10.2157C13.7255 9.96078 13.7778 9.72876 13.8824 9.51961C13.9935 9.30392 14.1405 9.13399 14.3235 9.0098C14.5065 8.88562 14.7059 8.82353 14.9216 8.82353C15.1373 8.82353 15.3333 8.88889 15.5098 9.01961C15.6863 9.14379 15.8268 9.31046 15.9314 9.51961C16.0359 9.72876 16.0882 9.96078 16.0882 10.2157C16.0882 10.4575 16.0327 10.6863 15.9216 10.902C15.817 11.1111 15.6765 11.281 15.5 11.4118C15.3235 11.5425 15.1307 11.6078 14.9216 11.6078ZM12 19.2157C11.1569 19.2157 10.366 19.0752 9.62745 18.7941C8.88889 18.5065 8.23203 18.1144 7.65686 17.6176C7.0817 17.1144 6.61111 16.5359 6.2451 15.8824C5.87908 15.2288 5.65033 14.5359 5.55882 13.8039C5.51961 13.5098 5.5817 13.3007 5.7451 13.1765C5.9085 13.0458 6.12091 13.0196 6.38235 13.098C7.3366 13.3791 8.26797 13.5948 9.17647 13.7451C10.085 13.8954 11.0261 13.9706 12 13.9706C12.9739 13.9706 13.915 13.8954 14.8235 13.7451C15.7386 13.5948 16.6699 13.3791 17.6176 13.098C17.8791 13.0196 18.0915 13.0425 18.2549 13.1667C18.4183 13.2908 18.4804 13.5033 18.4412 13.8039C18.3497 14.5359 18.1209 15.2288 17.7549 15.8824C17.3954 16.5359 16.9248 17.1144 16.3431 17.6176C15.768 18.1144 15.1111 18.5065 14.3725 18.7941C13.634 19.0752 12.8431 19.2157 12 19.2157ZM11.9902 16.1765C12.768 16.1765 13.5556 16.1275 14.3529 16.0294C15.1503 15.9248 15.8791 15.7908 16.5392 15.6275C16.6307 15.5948 16.7026 15.5588 16.7549 15.5196C16.8072 15.4739 16.8562 15.4183 16.902 15.3529C16.9673 15.2288 17.0392 15.0784 17.1176 14.902C17.2026 14.7255 17.2712 14.5327 17.3235 14.3235C17.3366 14.2516 17.3072 14.2222 17.2353 14.2353C16.4444 14.451 15.6013 14.6275 14.7059 14.7647C13.817 14.8954 12.9118 14.9608 11.9902 14.9608C11.0686 14.9608 10.1634 14.8954 9.27451 14.7647C8.38562 14.6275 7.54248 14.451 6.7451 14.2353C6.6732 14.2222 6.64379 14.2516 6.65686 14.3235C6.71569 14.5392 6.78105 14.732 6.85294 14.902C6.93137 15.0719 7.00654 15.2222 7.07843 15.3529C7.15686 15.4902 7.28105 15.5817 7.45098 15.6275C8.11111 15.7908 8.8366 15.9248 9.62745 16.0294C10.4248 16.1275 11.2124 16.1765 11.9902 16.1765Z", fill: "currentColor" }) }));
|
|
7
|
+
});
|
|
@@ -0,0 +1,7 @@
|
|
|
1
|
+
import { jsx as _jsx, jsxs as _jsxs } from "react/jsx-runtime";
|
|
2
|
+
import { forwardRef } from 'react';
|
|
3
|
+
import { useIcon } from './hooks/useIcon';
|
|
4
|
+
export const EmojiSmileIcon = forwardRef((props, ref) => {
|
|
5
|
+
const { width, height } = useIcon(props);
|
|
6
|
+
return (_jsxs("svg", { viewBox: "0 0 24 25", fill: "none", xmlns: "http://www.w3.org/2000/svg", ...props, ref: ref, width: width, height: height, children: [_jsx("mask", { id: "mask0_1694_19077", style: { maskType: 'alpha' }, maskUnits: "userSpaceOnUse", x: "0", y: "0", width: "24", height: "25", children: _jsx("rect", { y: "0.5", width: "24", height: "24", fill: "#D9D9D9" }) }), _jsx("g", { mask: "url(#mask0_1694_19077)", children: _jsx("path", { d: "M15.5 11.5C15.9167 11.5 16.2708 11.3542 16.5625 11.0625C16.8542 10.7708 17 10.4167 17 10C17 9.58333 16.8542 9.22917 16.5625 8.9375C16.2708 8.64583 15.9167 8.5 15.5 8.5C15.0833 8.5 14.7292 8.64583 14.4375 8.9375C14.1458 9.22917 14 9.58333 14 10C14 10.4167 14.1458 10.7708 14.4375 11.0625C14.7292 11.3542 15.0833 11.5 15.5 11.5ZM8.5 11.5C8.91667 11.5 9.27083 11.3542 9.5625 11.0625C9.85417 10.7708 10 10.4167 10 10C10 9.58333 9.85417 9.22917 9.5625 8.9375C9.27083 8.64583 8.91667 8.5 8.5 8.5C8.08333 8.5 7.72917 8.64583 7.4375 8.9375C7.14583 9.22917 7 9.58333 7 10C7 10.4167 7.14583 10.7708 7.4375 11.0625C7.72917 11.3542 8.08333 11.5 8.5 11.5ZM12 18C13.1333 18 14.1625 17.6792 15.0875 17.0375C16.0125 16.3958 16.6833 15.55 17.1 14.5H15.45C15.0833 15.1167 14.5958 15.6042 13.9875 15.9625C13.3792 16.3208 12.7167 16.5 12 16.5C11.2833 16.5 10.6208 16.3208 10.0125 15.9625C9.40417 15.6042 8.91667 15.1167 8.55 14.5H6.9C7.31667 15.55 7.9875 16.3958 8.9125 17.0375C9.8375 17.6792 10.8667 18 12 18ZM12 22.5C10.6167 22.5 9.31667 22.2375 8.1 21.7125C6.88333 21.1875 5.825 20.475 4.925 19.575C4.025 18.675 3.3125 17.6167 2.7875 16.4C2.2625 15.1833 2 13.8833 2 12.5C2 11.1167 2.2625 9.81667 2.7875 8.6C3.3125 7.38333 4.025 6.325 4.925 5.425C5.825 4.525 6.88333 3.8125 8.1 3.2875C9.31667 2.7625 10.6167 2.5 12 2.5C13.3833 2.5 14.6833 2.7625 15.9 3.2875C17.1167 3.8125 18.175 4.525 19.075 5.425C19.975 6.325 20.6875 7.38333 21.2125 8.6C21.7375 9.81667 22 11.1167 22 12.5C22 13.8833 21.7375 15.1833 21.2125 16.4C20.6875 17.6167 19.975 18.675 19.075 19.575C18.175 20.475 17.1167 21.1875 15.9 21.7125C14.6833 22.2375 13.3833 22.5 12 22.5ZM12 20.5C14.2333 20.5 16.125 19.725 17.675 18.175C19.225 16.625 20 14.7333 20 12.5C20 10.2667 19.225 8.375 17.675 6.825C16.125 5.275 14.2333 4.5 12 4.5C9.76667 4.5 7.875 5.275 6.325 6.825C4.775 8.375 4 10.2667 4 12.5C4 14.7333 4.775 16.625 6.325 18.175C7.875 19.725 9.76667 20.5 12 20.5Z", fill: "currentColor" }) })] }));
|
|
7
|
+
});
|
|
@@ -128,7 +128,10 @@ export declare const LazyIcon: {
|
|
|
128
128
|
EmailTemplate30Icon: import("react").LazyExoticComponent<import("react").ForwardRefExoticComponent<import("../types").IconProps & import("react").RefAttributes<SVGSVGElement>>>;
|
|
129
129
|
EmailTemplateIcon: import("react").LazyExoticComponent<import("react").ForwardRefExoticComponent<import("../types").IconProps & import("react").RefAttributes<SVGSVGElement>>>;
|
|
130
130
|
EmailTemplateMenuIcon: import("react").LazyExoticComponent<import("react").ForwardRefExoticComponent<import("../types").IconProps & import("react").RefAttributes<SVGSVGElement>>>;
|
|
131
|
+
EmojiBearIcon: import("react").LazyExoticComponent<import("react").ForwardRefExoticComponent<import("../types").IconProps & import("react").RefAttributes<SVGSVGElement>>>;
|
|
131
132
|
EmojiEmotionsIcon: import("react").LazyExoticComponent<import("react").ForwardRefExoticComponent<import("../types").IconProps & import("react").RefAttributes<SVGSVGElement>>>;
|
|
133
|
+
EmojiLaughIcon: import("react").LazyExoticComponent<import("react").ForwardRefExoticComponent<import("../types").IconProps & import("react").RefAttributes<SVGSVGElement>>>;
|
|
134
|
+
EmojiSmileIcon: import("react").LazyExoticComponent<import("react").ForwardRefExoticComponent<import("../types").IconProps & import("react").RefAttributes<SVGSVGElement>>>;
|
|
132
135
|
EventAttribute30Icon: import("react").LazyExoticComponent<import("react").ForwardRefExoticComponent<import("../types").IconProps & import("react").RefAttributes<SVGSVGElement>>>;
|
|
133
136
|
EventAttributeIcon: import("react").LazyExoticComponent<import("react").ForwardRefExoticComponent<import("../types").IconProps & import("react").RefAttributes<SVGSVGElement>>>;
|
|
134
137
|
EventIcon: import("react").LazyExoticComponent<import("react").ForwardRefExoticComponent<import("../types").IconProps & import("react").RefAttributes<SVGSVGElement>>>;
|
|
@@ -134,7 +134,10 @@ export const LazyIcon = {
|
|
|
134
134
|
EmailTemplate30Icon: lazy(() => import('../EmailTemplate30Icon').then(m => ({ default: m.EmailTemplate30Icon }))),
|
|
135
135
|
EmailTemplateIcon: lazy(() => import('../EmailTemplateIcon').then(m => ({ default: m.EmailTemplateIcon }))),
|
|
136
136
|
EmailTemplateMenuIcon: lazy(() => import('../EmailTemplateMenuIcon').then(m => ({ default: m.EmailTemplateMenuIcon }))),
|
|
137
|
+
EmojiBearIcon: lazy(() => import('../EmojiBearIcon').then(m => ({ default: m.EmojiBearIcon }))),
|
|
137
138
|
EmojiEmotionsIcon: lazy(() => import('../EmojiEmotionsIcon').then(m => ({ default: m.EmojiEmotionsIcon }))),
|
|
139
|
+
EmojiLaughIcon: lazy(() => import('../EmojiLaughIcon').then(m => ({ default: m.EmojiLaughIcon }))),
|
|
140
|
+
EmojiSmileIcon: lazy(() => import('../EmojiSmileIcon').then(m => ({ default: m.EmojiSmileIcon }))),
|
|
138
141
|
EventAttribute30Icon: lazy(() => import('../EventAttribute30Icon').then(m => ({ default: m.EventAttribute30Icon }))),
|
|
139
142
|
EventAttributeIcon: lazy(() => import('../EventAttributeIcon').then(m => ({ default: m.EventAttributeIcon }))),
|
|
140
143
|
EventIcon: lazy(() => import('../EventIcon').then(m => ({ default: m.EventIcon }))),
|
|
@@ -126,7 +126,10 @@ export { ElbowConnectorIcon } from './ElbowConnectorIcon';
|
|
|
126
126
|
export { EmailTemplate30Icon } from './EmailTemplate30Icon';
|
|
127
127
|
export { EmailTemplateIcon } from './EmailTemplateIcon';
|
|
128
128
|
export { EmailTemplateMenuIcon } from './EmailTemplateMenuIcon';
|
|
129
|
+
export { EmojiBearIcon } from './EmojiBearIcon';
|
|
129
130
|
export { EmojiEmotionsIcon } from './EmojiEmotionsIcon';
|
|
131
|
+
export { EmojiLaughIcon } from './EmojiLaughIcon';
|
|
132
|
+
export { EmojiSmileIcon } from './EmojiSmileIcon';
|
|
130
133
|
export { EventAttribute30Icon } from './EventAttribute30Icon';
|
|
131
134
|
export { EventAttributeIcon } from './EventAttributeIcon';
|
|
132
135
|
export { EventIcon } from './EventIcon';
|
|
@@ -126,7 +126,10 @@ export { ElbowConnectorIcon } from './ElbowConnectorIcon';
|
|
|
126
126
|
export { EmailTemplate30Icon } from './EmailTemplate30Icon';
|
|
127
127
|
export { EmailTemplateIcon } from './EmailTemplateIcon';
|
|
128
128
|
export { EmailTemplateMenuIcon } from './EmailTemplateMenuIcon';
|
|
129
|
+
export { EmojiBearIcon } from './EmojiBearIcon';
|
|
129
130
|
export { EmojiEmotionsIcon } from './EmojiEmotionsIcon';
|
|
131
|
+
export { EmojiLaughIcon } from './EmojiLaughIcon';
|
|
132
|
+
export { EmojiSmileIcon } from './EmojiSmileIcon';
|
|
130
133
|
export { EventAttribute30Icon } from './EventAttribute30Icon';
|
|
131
134
|
export { EventAttributeIcon } from './EventAttributeIcon';
|
|
132
135
|
export { EventIcon } from './EventIcon';
|
|
@@ -18,7 +18,7 @@ import { parseTagString, convertInputString, emojiManufacturer, getEmojiTag } fr
|
|
|
18
18
|
import { EMOJI, defaultCssVariables, tagifyDefaultProps } from './constants';
|
|
19
19
|
const TagifyInput = forwardRef((props, ref) => {
|
|
20
20
|
// Props
|
|
21
|
-
const { value, acceptableTagPattern, mapAttributes, maxTags, mode, name, children, cssTagifyVariables, onTagClick, onChange, } = props;
|
|
21
|
+
const { value, placeholder, acceptableTagPattern, mapAttributes, maxTags, mode, name, children, cssTagifyVariables, onTagClick, onChange, } = props;
|
|
22
22
|
// console.log('========= props ============', props);
|
|
23
23
|
// console.count('------------ re-render ------------');
|
|
24
24
|
// States
|
|
@@ -116,6 +116,7 @@ const TagifyInput = forwardRef((props, ref) => {
|
|
|
116
116
|
},
|
|
117
117
|
maxTags,
|
|
118
118
|
mode,
|
|
119
|
+
placeholder,
|
|
119
120
|
mixMode: {
|
|
120
121
|
insertAfterTag: '', // Not insert anything after tag
|
|
121
122
|
},
|
|
@@ -125,7 +126,7 @@ const TagifyInput = forwardRef((props, ref) => {
|
|
|
125
126
|
editTags: false, // Allow tag editing
|
|
126
127
|
});
|
|
127
128
|
}
|
|
128
|
-
}, [mode, maxTags, customizeTag]);
|
|
129
|
+
}, [mode, placeholder, maxTags, customizeTag]);
|
|
129
130
|
// Initialization tagify
|
|
130
131
|
useLayoutEffect(() => {
|
|
131
132
|
initializeTagify();
|
|
@@ -34,6 +34,7 @@ export const tagifyDefaultProps = {
|
|
|
34
34
|
value: '',
|
|
35
35
|
mode: 'mix',
|
|
36
36
|
name: 'tagifyInput',
|
|
37
|
+
placeholder: undefined,
|
|
37
38
|
acceptableTagPattern: DEFAULT_ACCEPT_TAGS,
|
|
38
39
|
onChange: () => { },
|
|
39
40
|
};
|
|
@@ -56,6 +57,7 @@ export const TAG_COLOR = {
|
|
|
56
57
|
[CUSTOM_FN]: '#bbefbe',
|
|
57
58
|
};
|
|
58
59
|
export const EMOJI_COLLECTIONS = {
|
|
60
|
+
COMMON: 'common',
|
|
59
61
|
VIBER: 'viber',
|
|
60
62
|
LINE: 'line',
|
|
61
63
|
};
|