From c3e4516e7679ec101d7391ff742225b67403af3e Mon Sep 17 00:00:00 2001 From: engalar Date: Sat, 11 Sep 2021 15:55:20 +0800 Subject: [PATCH] refactor(ant-select-web): rename --- .../.eslintrc.js | 0 .../.gitattributes | 0 .../{select-web => ant-select-web}/.gitignore | 0 .../.prettierignore | 0 .../{select-web => ant-select-web}/LICENSE | 0 .../{select-web => ant-select-web}/README.md | 0 .../package-lock.json | 0 .../package.json | 2 +- .../prettier.config.js | 0 .../src/Select.editorPreview.tsx | 0 .../src/Select.tsx | 0 .../src/Select.xml | 0 .../src/components/SelectComponent.tsx | 0 .../src/package.xml | 0 .../src/ui/Select.css | 0 .../src/ui/antd.css | 0 .../tsconfig.json | 0 .../typings/SelectProps.d.ts | 0 testProject/widgets/mendix.Select.mpk | Bin 1736321 -> 1736321 bytes 19 files changed, 1 insertion(+), 1 deletion(-) rename packages/pluggableWidgets/{select-web => ant-select-web}/.eslintrc.js (100%) rename packages/pluggableWidgets/{select-web => ant-select-web}/.gitattributes (100%) rename packages/pluggableWidgets/{select-web => ant-select-web}/.gitignore (100%) rename packages/pluggableWidgets/{select-web => ant-select-web}/.prettierignore (100%) rename packages/pluggableWidgets/{select-web => ant-select-web}/LICENSE (100%) rename packages/pluggableWidgets/{select-web => ant-select-web}/README.md (100%) rename packages/pluggableWidgets/{select-web => ant-select-web}/package-lock.json (100%) rename packages/pluggableWidgets/{select-web => ant-select-web}/package.json (97%) rename packages/pluggableWidgets/{select-web => ant-select-web}/prettier.config.js (100%) rename packages/pluggableWidgets/{select-web => ant-select-web}/src/Select.editorPreview.tsx (100%) rename packages/pluggableWidgets/{select-web => ant-select-web}/src/Select.tsx (100%) rename packages/pluggableWidgets/{select-web => ant-select-web}/src/Select.xml (100%) rename packages/pluggableWidgets/{select-web => ant-select-web}/src/components/SelectComponent.tsx (100%) rename packages/pluggableWidgets/{select-web => ant-select-web}/src/package.xml (100%) rename packages/pluggableWidgets/{select-web => ant-select-web}/src/ui/Select.css (100%) rename packages/pluggableWidgets/{select-web => ant-select-web}/src/ui/antd.css (100%) rename packages/pluggableWidgets/{select-web => ant-select-web}/tsconfig.json (100%) rename packages/pluggableWidgets/{select-web => ant-select-web}/typings/SelectProps.d.ts (100%) diff --git a/packages/pluggableWidgets/select-web/.eslintrc.js b/packages/pluggableWidgets/ant-select-web/.eslintrc.js similarity index 100% rename from packages/pluggableWidgets/select-web/.eslintrc.js rename to packages/pluggableWidgets/ant-select-web/.eslintrc.js diff --git a/packages/pluggableWidgets/select-web/.gitattributes b/packages/pluggableWidgets/ant-select-web/.gitattributes similarity index 100% rename from packages/pluggableWidgets/select-web/.gitattributes rename to packages/pluggableWidgets/ant-select-web/.gitattributes diff --git a/packages/pluggableWidgets/select-web/.gitignore b/packages/pluggableWidgets/ant-select-web/.gitignore similarity index 100% rename from packages/pluggableWidgets/select-web/.gitignore rename to packages/pluggableWidgets/ant-select-web/.gitignore diff --git a/packages/pluggableWidgets/select-web/.prettierignore b/packages/pluggableWidgets/ant-select-web/.prettierignore similarity index 100% rename from packages/pluggableWidgets/select-web/.prettierignore rename to packages/pluggableWidgets/ant-select-web/.prettierignore diff --git a/packages/pluggableWidgets/select-web/LICENSE b/packages/pluggableWidgets/ant-select-web/LICENSE similarity index 100% rename from packages/pluggableWidgets/select-web/LICENSE rename to packages/pluggableWidgets/ant-select-web/LICENSE diff --git a/packages/pluggableWidgets/select-web/README.md b/packages/pluggableWidgets/ant-select-web/README.md similarity index 100% rename from packages/pluggableWidgets/select-web/README.md rename to packages/pluggableWidgets/ant-select-web/README.md diff --git a/packages/pluggableWidgets/select-web/package-lock.json b/packages/pluggableWidgets/ant-select-web/package-lock.json similarity index 100% rename from packages/pluggableWidgets/select-web/package-lock.json rename to packages/pluggableWidgets/ant-select-web/package-lock.json diff --git a/packages/pluggableWidgets/select-web/package.json b/packages/pluggableWidgets/ant-select-web/package.json similarity index 97% rename from packages/pluggableWidgets/select-web/package.json rename to packages/pluggableWidgets/ant-select-web/package.json index 4ed9298..356b147 100644 --- a/packages/pluggableWidgets/select-web/package.json +++ b/packages/pluggableWidgets/ant-select-web/package.json @@ -1,5 +1,5 @@ { - "name": "select-web", + "name": "ant-select-web", "widgetName": "Select", "version": "1.0.0", "description": "My widget description", diff --git a/packages/pluggableWidgets/select-web/prettier.config.js b/packages/pluggableWidgets/ant-select-web/prettier.config.js similarity index 100% rename from packages/pluggableWidgets/select-web/prettier.config.js rename to packages/pluggableWidgets/ant-select-web/prettier.config.js diff --git a/packages/pluggableWidgets/select-web/src/Select.editorPreview.tsx b/packages/pluggableWidgets/ant-select-web/src/Select.editorPreview.tsx similarity index 100% rename from packages/pluggableWidgets/select-web/src/Select.editorPreview.tsx rename to packages/pluggableWidgets/ant-select-web/src/Select.editorPreview.tsx diff --git a/packages/pluggableWidgets/select-web/src/Select.tsx b/packages/pluggableWidgets/ant-select-web/src/Select.tsx similarity index 100% rename from packages/pluggableWidgets/select-web/src/Select.tsx rename to packages/pluggableWidgets/ant-select-web/src/Select.tsx diff --git a/packages/pluggableWidgets/select-web/src/Select.xml b/packages/pluggableWidgets/ant-select-web/src/Select.xml similarity index 100% rename from packages/pluggableWidgets/select-web/src/Select.xml rename to packages/pluggableWidgets/ant-select-web/src/Select.xml diff --git a/packages/pluggableWidgets/select-web/src/components/SelectComponent.tsx b/packages/pluggableWidgets/ant-select-web/src/components/SelectComponent.tsx similarity index 100% rename from packages/pluggableWidgets/select-web/src/components/SelectComponent.tsx rename to packages/pluggableWidgets/ant-select-web/src/components/SelectComponent.tsx diff --git a/packages/pluggableWidgets/select-web/src/package.xml b/packages/pluggableWidgets/ant-select-web/src/package.xml similarity index 100% rename from packages/pluggableWidgets/select-web/src/package.xml rename to packages/pluggableWidgets/ant-select-web/src/package.xml diff --git a/packages/pluggableWidgets/select-web/src/ui/Select.css b/packages/pluggableWidgets/ant-select-web/src/ui/Select.css similarity index 100% rename from packages/pluggableWidgets/select-web/src/ui/Select.css rename to packages/pluggableWidgets/ant-select-web/src/ui/Select.css diff --git a/packages/pluggableWidgets/select-web/src/ui/antd.css b/packages/pluggableWidgets/ant-select-web/src/ui/antd.css similarity index 100% rename from packages/pluggableWidgets/select-web/src/ui/antd.css rename to packages/pluggableWidgets/ant-select-web/src/ui/antd.css diff --git a/packages/pluggableWidgets/select-web/tsconfig.json b/packages/pluggableWidgets/ant-select-web/tsconfig.json similarity index 100% rename from packages/pluggableWidgets/select-web/tsconfig.json rename to packages/pluggableWidgets/ant-select-web/tsconfig.json diff --git a/packages/pluggableWidgets/select-web/typings/SelectProps.d.ts b/packages/pluggableWidgets/ant-select-web/typings/SelectProps.d.ts similarity index 100% rename from packages/pluggableWidgets/select-web/typings/SelectProps.d.ts rename to packages/pluggableWidgets/ant-select-web/typings/SelectProps.d.ts diff --git a/testProject/widgets/mendix.Select.mpk b/testProject/widgets/mendix.Select.mpk index 003fe5e37d609beec238ce8818c3f6a36abf38aa..c3ae6aae9ae9fa1adee2efa4da03be0ea8e52b8c 100644 GIT binary patch delta 302 zcmZqto7wm`lPAENnT3l11Ul^|@+dP+vYTl5o@uh(W;d2c%p4*N96&h9ZnF}j3^NBr z-6Xro1{_*Uop#MJ9PKe2j6lo;#LPg<0>rF9%m&2lKn#-S1Y#~A<_2P(?J*p@22Mar z+WWkCftU}7`GHsfhy{UI2#AG&SOkbgfmjTP#erA?h$Xl8c}bZY0WF?>yhh3xXvp+G zHB#n4w@%Nkm6Bl+W1QYyD<$s$bF+4E@T#pR-Y_vRWOFkxK->=Urvk&aMg~>}hTznk l)Z`Mqirkz4Z$>6vW|;4$Z>p8D0@?DeR>~P6vW|;f6gLUpsT(gv!fuWw2fk7PXUl5_d zu&vRG1+FhOC9@>ID4-~{EHkxSFRK`02+Z5s!Ek**1|OUw!0^^lg=6{!pd&zzc~>jt M4D{i2<2orn01n_@GXMYp