From a0b715806b2435f607c726474d3a46206dd441bb Mon Sep 17 00:00:00 2001 From: skyflow-bharti Date: Tue, 17 Jun 2025 13:41:43 +0530 Subject: [PATCH] SK-2121 samples for react with vue-js --- samples/Vuejs-sample/.gitignore | 23 +++ samples/Vuejs-sample/README.md | 19 ++ samples/Vuejs-sample/babel.config.js | 7 + samples/Vuejs-sample/package.json | 30 +++ samples/Vuejs-sample/public/favicon.ico | Bin 0 -> 4286 bytes samples/Vuejs-sample/public/index.html | 17 ++ samples/Vuejs-sample/src/App.vue | 10 + samples/Vuejs-sample/src/assets/logo.png | Bin 0 -> 6849 bytes .../src/components/CollectComponents.tsx | 188 ++++++++++++++++++ .../Vuejs-sample/src/components/Connector.tsx | 69 +++++++ .../src/components/RevealComponents.tsx | 145 ++++++++++++++ .../src/components/SkyflowWrapper.tsx | 43 ++++ .../src/components/VueComponent.vue | 25 +++ samples/Vuejs-sample/src/main.ts | 5 + samples/Vuejs-sample/src/shims-vue.d.ts | 6 + samples/Vuejs-sample/tsconfig.json | 37 ++++ samples/Vuejs-sample/vue.config.js | 43 ++++ 17 files changed, 667 insertions(+) create mode 100644 samples/Vuejs-sample/.gitignore create mode 100644 samples/Vuejs-sample/README.md create mode 100644 samples/Vuejs-sample/babel.config.js create mode 100644 samples/Vuejs-sample/package.json create mode 100644 samples/Vuejs-sample/public/favicon.ico create mode 100644 samples/Vuejs-sample/public/index.html create mode 100644 samples/Vuejs-sample/src/App.vue create mode 100644 samples/Vuejs-sample/src/assets/logo.png create mode 100644 samples/Vuejs-sample/src/components/CollectComponents.tsx create mode 100644 samples/Vuejs-sample/src/components/Connector.tsx create mode 100644 samples/Vuejs-sample/src/components/RevealComponents.tsx create mode 100644 samples/Vuejs-sample/src/components/SkyflowWrapper.tsx create mode 100644 samples/Vuejs-sample/src/components/VueComponent.vue create mode 100644 samples/Vuejs-sample/src/main.ts create mode 100644 samples/Vuejs-sample/src/shims-vue.d.ts create mode 100644 samples/Vuejs-sample/tsconfig.json create mode 100644 samples/Vuejs-sample/vue.config.js diff --git a/samples/Vuejs-sample/.gitignore b/samples/Vuejs-sample/.gitignore new file mode 100644 index 0000000..403adbc --- /dev/null +++ b/samples/Vuejs-sample/.gitignore @@ -0,0 +1,23 @@ +.DS_Store +node_modules +/dist + + +# local env files +.env.local +.env.*.local + +# Log files +npm-debug.log* +yarn-debug.log* +yarn-error.log* +pnpm-debug.log* + +# Editor directories and files +.idea +.vscode +*.suo +*.ntvs* +*.njsproj +*.sln +*.sw? diff --git a/samples/Vuejs-sample/README.md b/samples/Vuejs-sample/README.md new file mode 100644 index 0000000..afa21ff --- /dev/null +++ b/samples/Vuejs-sample/README.md @@ -0,0 +1,19 @@ +# vuejs-skyflow-react-sample + +## Project setup +``` +npm install +``` + +### Compiles and hot-reloads for development +``` +npm run serve +``` + +### Compiles and minifies for production +``` +npm run build +``` + +### Customize configuration +See [Configuration Reference](https://cli.vuejs.org/config/). diff --git a/samples/Vuejs-sample/babel.config.js b/samples/Vuejs-sample/babel.config.js new file mode 100644 index 0000000..6acb5cb --- /dev/null +++ b/samples/Vuejs-sample/babel.config.js @@ -0,0 +1,7 @@ +module.exports = { + presets: [ + ['@vue/cli-plugin-babel/preset'], + ['@babel/preset-react'], + ['@babel/preset-typescript'] + ] +} \ No newline at end of file diff --git a/samples/Vuejs-sample/package.json b/samples/Vuejs-sample/package.json new file mode 100644 index 0000000..d278493 --- /dev/null +++ b/samples/Vuejs-sample/package.json @@ -0,0 +1,30 @@ +{ + "name": "vuejs-skyflow-reactsdk-sample", + "version": "0.1.0", + "private": true, + "scripts": { + "serve": "vue-cli-service serve --host localhost --port 8080 --public localhost:8080", + "build": "vue-cli-service build" + }, + "dependencies": { + "@types/react": "^19.1.8", + "react": "^19.1.0", + "react-dom": "^19.1.0", + "react-to-webcomponent": "^2.0.1", + "skyflow-js": "^2.3.2", + "skyflow-react-js": "^2.4.3", + "vue": "^3.2.13" + }, + "devDependencies": { + "@babel/preset-react": "^7.27.1", + "@babel/preset-typescript": "^7.27.1", + "@types/react-dom": "^19.1.6", + "@vue/babel-preset-jsx": "^1.4.0", + "@vue/cli-plugin-babel": "^5.0.8", + "@vue/cli-plugin-typescript": "~5.0.0", + "@vue/cli-service": "~5.0.0", + "babel-loader": "^10.0.0", + "typescript": "~4.5.5", + "webpack": "^5.99.9" + } +} diff --git a/samples/Vuejs-sample/public/favicon.ico b/samples/Vuejs-sample/public/favicon.ico new file mode 100644 index 0000000000000000000000000000000000000000..df36fcfb72584e00488330b560ebcf34a41c64c2 GIT binary patch literal 4286 zcmds*O-Phc6o&64GDVCEQHxsW(p4>LW*W<827=Unuo8sGpRux(DN@jWP-e29Wl%wj zY84_aq9}^Am9-cWTD5GGEo#+5Fi2wX_P*bo+xO!)p*7B;iKlbFd(U~_d(U?#hLj56 zPhFkj-|A6~Qk#@g^#D^U0XT1cu=c-vu1+SElX9NR;kzAUV(q0|dl0|%h|dI$%VICy zJnu2^L*Te9JrJMGh%-P79CL0}dq92RGU6gI{v2~|)p}sG5x0U*z<8U;Ij*hB9z?ei z@g6Xq-pDoPl=MANPiR7%172VA%r)kevtV-_5H*QJKFmd;8yA$98zCxBZYXTNZ#QFk2(TX0;Y2dt&WitL#$96|gJY=3xX zpCoi|YNzgO3R`f@IiEeSmKrPSf#h#Qd<$%Ej^RIeeYfsxhPMOG`S`Pz8q``=511zm zAm)MX5AV^5xIWPyEu7u>qYs?pn$I4nL9J!=K=SGlKLXpE<5x+2cDTXq?brj?n6sp= zphe9;_JHf40^9~}9i08r{XM$7HB!`{Ys~TK0kx<}ZQng`UPvH*11|q7&l9?@FQz;8 zx!=3<4seY*%=OlbCbcae?5^V_}*K>Uo6ZWV8mTyE^B=DKy7-sdLYkR5Z?paTgK-zyIkKjIcpyO z{+uIt&YSa_$QnN_@t~L014dyK(fOOo+W*MIxbA6Ndgr=Y!f#Tokqv}n<7-9qfHkc3 z=>a|HWqcX8fzQCT=dqVbogRq!-S>H%yA{1w#2Pn;=e>JiEj7Hl;zdt-2f+j2%DeVD zsW0Ab)ZK@0cIW%W7z}H{&~yGhn~D;aiP4=;m-HCo`BEI+Kd6 z={Xwx{TKxD#iCLfl2vQGDitKtN>z|-AdCN|$jTFDg0m3O`WLD4_s#$S literal 0 HcmV?d00001 diff --git a/samples/Vuejs-sample/public/index.html b/samples/Vuejs-sample/public/index.html new file mode 100644 index 0000000..3e5a139 --- /dev/null +++ b/samples/Vuejs-sample/public/index.html @@ -0,0 +1,17 @@ + + + + + + + + <%= htmlWebpackPlugin.options.title %> + + + +
+ + + diff --git a/samples/Vuejs-sample/src/App.vue b/samples/Vuejs-sample/src/App.vue new file mode 100644 index 0000000..68a17cf --- /dev/null +++ b/samples/Vuejs-sample/src/App.vue @@ -0,0 +1,10 @@ + + + diff --git a/samples/Vuejs-sample/src/assets/logo.png b/samples/Vuejs-sample/src/assets/logo.png new file mode 100644 index 0000000000000000000000000000000000000000..f3d2503fc2a44b5053b0837ebea6e87a2d339a43 GIT binary patch literal 6849 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 { + // Initialize Skyflow container for collecting sensitive data + const container = useCollectContainer(); + + if (!container) { + return
Loading...
; + } + + // Handler for collecting form data + const handleCollect = () => { + const response = container.collect(); + response + .then((res: unknown) => { + console.log(JSON.stringify(res)); + }) + .catch((e: unknown) => { + console.log(e); + }); + }; + + // Handler for file uploads + const handleFile = () => { + const response = container.uploadFiles({}); + response + .then((res: unknown) => { + console.log(JSON.stringify(res)); + }) + .catch((e: unknown) => { + console.log(e); + }); + }; + + // Define styles for Skyflow elements + const useStyles = useMakeSkyflowStyles({ + // Input field styles + inputStyles: { + base: { + border: '1px solid blue', + borderRadius: '4px', + color: 'red', + padding: '10px 16px', + fontFamily: '"Roboto", sans-serif', + }, + complete: { color: '#4caf50' }, + empty: {}, + focus: {}, + invalid: { color: '#f44336' }, + global: { + '@import': 'url("https://fonts.googleapis.com/css2?family=Roboto&display=swap")', + } + }, + // Label styles + labelStyles: { + base: { + fontSize: '16px', + fontWeight: 'bold', + fontFamily: '"Roboto", sans-serif' + }, + global: { + '@import': 'url("https://fonts.googleapis.com/css2?family=Roboto&display=swap")', + }, + requiredAsterisk: { color: 'red' } + }, + // Error message styles + errorTextStyles: { + base: { + color: 'red', + fontFamily: '"Roboto", sans-serif', + }, + global: { + '@import': 'url("https://fonts.googleapis.com/css2?family=Roboto&display=swap")', + }, + }, + }); + + // File upload options (empty for now) + const options = {} + + // Apply styles to elements + const classes = useStyles(); + + return ( +
+

Collect Components

+ + + '} // replace with actual column name + label='Collect CVV' + placeholder='CVV' + /> + '} // replace with actual column name + label='Collect Exp Month' + placeholder='MM' + /> + '} // replace with actual column name + label='Collect Exp Year' + placeholder='YY' + /> + '} // replace with actual table name + column={''} // replace with actual column name + label={'Expiration Date'} + placeholder='MM/YY' + /> + + '} + column={''} // replace with actual column name + label={'Pin'} + placeholder='122334' + /> + + '} + column={''} // replace with actual column name + label={'SSN'} + placeholder='123-45-6789' + /> + '} + column={''} // replace with actual column name + skyflowID='' + label={'file-input'} + options={options} + /> + + +
+ ); +}; + + diff --git a/samples/Vuejs-sample/src/components/Connector.tsx b/samples/Vuejs-sample/src/components/Connector.tsx new file mode 100644 index 0000000..27d7b72 --- /dev/null +++ b/samples/Vuejs-sample/src/components/Connector.tsx @@ -0,0 +1,69 @@ +import React, { useState } from "react"; +import { CollectComponents } from "./CollectComponents"; +import { SkyflowWrapper } from "./SkyflowWrapper"; +import { Root, createRoot } from 'react-dom/client'; +import RevealComponents from "./RevealComponents"; + +// Component to manage visibility state of Collect and Reveal forms +const ComponentWrapper: React.FC = () => { + // State hooks for toggling component visibility + const [showCollect, setShowCollect] = useState(false); + const [showReveal, setShowReveal] = useState(false); + + return ( +
+ {/* Button container */} +
+ {/* Toggle Collect form visibility */} + + {/* Toggle Reveal form visibility */} + +
+ + {/* Conditional rendering of components */} + {showCollect && } + {showReveal && } +
+ ); +}; + +// Class to handle React integration with Vue +export class ReactConnector { + // Store React root instance + private root: Root | null = null; + + // Initialize React root with target DOM element + constructor(targetEl: HTMLElement) { + if (targetEl) { + this.root = createRoot(targetEl); + } + } + + // Render React components with Skyflow context + render() { + if (this.root) { + this.root.render( + + + + ); + } + } + + // Cleanup method to prevent memory leaks + cleanup() { + if (this.root) { + this.root.unmount(); + this.root = null; + } + } +} \ No newline at end of file diff --git a/samples/Vuejs-sample/src/components/RevealComponents.tsx b/samples/Vuejs-sample/src/components/RevealComponents.tsx new file mode 100644 index 0000000..640f731 --- /dev/null +++ b/samples/Vuejs-sample/src/components/RevealComponents.tsx @@ -0,0 +1,145 @@ +/* + Copyright (c) 2022 Skyflow, Inc. +*/ +import React from 'react' +import Skyflow from 'skyflow-js' +import { FileRenderElement, RevealElement, useMakeSkyflowStyles, useRenderFile, useRevealContainer } from 'skyflow-react-js' + +const RevealComponents = () => { + // Initialize container for revealing sensitive data + const revealContainer = useRevealContainer() + + if (!revealContainer) { + return
Loading...
+ } + + // Styles for reveal elements (text fields) + const useStyles = useMakeSkyflowStyles({ + inputStyles: { + base: { + border: '1px solid black', + borderRadius: '4px', + color: '#1d1d1d', + padding: '10px 16px', + fontFamily: '"Roboto", sans-serif', + }, + complete: { + color: '#4caf50', + }, + empty: {}, + focus: {}, + invalid: { + color: '#f44336', + }, + global: { + '@import': 'url("https://fonts.googleapis.com/css2?family=Roboto&display=swap")', + }, + }, + labelStyles: { + base: { + fontSize: '16px', + fontWeight: 'bold', + fontFamily: '"Roboto", sans-serif', + }, + global: { + '@import': 'url("https://fonts.googleapis.com/css2?family=Roboto&display=swap")', + }, + }, + errorTextStyles: { + base: { + color: 'red', + fontFamily: '"Roboto", sans-serif', + }, + global: { + '@import': 'url("https://fonts.googleapis.com/css2?family=Roboto&display=swap")', + }, + }, + }) + const classes = useStyles() + + // Styles specifically for file rendering + const useRenderStyles = useMakeSkyflowStyles({ + inputStyles: { + base: { + height: '300px', + border: '1px solid black', + borderRadius: '4px', + color: '#1d1d1d', + padding: '10px 16px', + }, + }, + errorTextStyles: { + base: { + color: 'red', + fontFamily: '"Roboto", sans-serif', + }, + global: { + '@import': 'url("https://fonts.googleapis.com/css2?family=Roboto&display=swap")', + }, + }, + }) + const renderClasses = useRenderStyles() + + // Handle reveal action for all elements in container + const handleReveal = () => { + revealContainer + .reveal() + .then((res: any) => console.log(res)) + .catch((err: any) => console.log(err)) + } + + // Initialize file renderer with element ID + const render = useRenderFile('fileElement-1') + + // Handle file rendering action + const handleRender = () => { + render + ?.renderFile() + .then((data) => console.log(data)) + .catch((err) => console.log(err)) + } + + return ( +
+

Reveal Elements

+ + {/* Reveal elements */} + + + + + {/* File render element */} + '} + classes={renderClasses} + column={''} + table={''} + altText={'Image File'} + /> + + {/* Action buttons */} + + +
+ ) +} + +export default RevealComponents diff --git a/samples/Vuejs-sample/src/components/SkyflowWrapper.tsx b/samples/Vuejs-sample/src/components/SkyflowWrapper.tsx new file mode 100644 index 0000000..b766091 --- /dev/null +++ b/samples/Vuejs-sample/src/components/SkyflowWrapper.tsx @@ -0,0 +1,43 @@ +import React from 'react'; +import { SkyflowElements } from 'skyflow-react-js'; + +interface Props { + children: React.ReactNode; +} +const getBearerToken = () => { + return new Promise((resolve, reject) => { + const Http = new XMLHttpRequest(); + + Http.onreadystatechange = () => { + if (Http.readyState === 4) { + if (Http.status === 200) { + resolve(''); + } else { + reject('Error occured'); + } + } + }; + + Http.onerror = () => { + reject('Error occured'); + }; + + const url = '' + Http.open('GET', url) + Http.send() + }) +} + +export const SkyflowWrapper: React.FC = ({ children }) => { + const config = { + vaultID: '', // Replace with your vault ID + vaultURL: '', // Replace with your vault URL + getBearerToken: getBearerToken + }; + + return ( + + {children} + + ); +}; \ No newline at end of file diff --git a/samples/Vuejs-sample/src/components/VueComponent.vue b/samples/Vuejs-sample/src/components/VueComponent.vue new file mode 100644 index 0000000..ac6daa6 --- /dev/null +++ b/samples/Vuejs-sample/src/components/VueComponent.vue @@ -0,0 +1,25 @@ + + + \ No newline at end of file diff --git a/samples/Vuejs-sample/src/main.ts b/samples/Vuejs-sample/src/main.ts new file mode 100644 index 0000000..a436af0 --- /dev/null +++ b/samples/Vuejs-sample/src/main.ts @@ -0,0 +1,5 @@ +import { createApp } from 'vue' +import App from './App.vue' +import './components/Connector' + +createApp(App).mount('#app') diff --git a/samples/Vuejs-sample/src/shims-vue.d.ts b/samples/Vuejs-sample/src/shims-vue.d.ts new file mode 100644 index 0000000..3804a43 --- /dev/null +++ b/samples/Vuejs-sample/src/shims-vue.d.ts @@ -0,0 +1,6 @@ +/* eslint-disable */ +declare module '*.vue' { + import type { DefineComponent } from 'vue' + const component: DefineComponent<{}, {}, any> + export default component +} diff --git a/samples/Vuejs-sample/tsconfig.json b/samples/Vuejs-sample/tsconfig.json new file mode 100644 index 0000000..426a200 --- /dev/null +++ b/samples/Vuejs-sample/tsconfig.json @@ -0,0 +1,37 @@ +{ + "compilerOptions": { + "target": "esnext", + "module": "esnext", + "strict": true, + "jsx": "react", + "importHelpers": true, + "moduleResolution": "node", + "skipLibCheck": true, + "esModuleInterop": true, + "allowSyntheticDefaultImports": true, + "sourceMap": true, + "baseUrl": ".", + "types": [ + "webpack-env" + ], + "paths": { + "@/*": [ + "src/*" + ] + }, + "lib": [ + "esnext", + "dom", + "dom.iterable", + "scripthost" + ] + }, + "include": [ + "src/**/*.ts", + "src/**/*.tsx", + "src/**/*.vue" + ], + "exclude": [ + "node_modules" + ] +} diff --git a/samples/Vuejs-sample/vue.config.js b/samples/Vuejs-sample/vue.config.js new file mode 100644 index 0000000..377f15b --- /dev/null +++ b/samples/Vuejs-sample/vue.config.js @@ -0,0 +1,43 @@ +const { defineConfig } = require('@vue/cli-service') +const webpack = require('webpack') + +module.exports = defineConfig({ + devServer: { + host: 'localhost', + port: 8080, + client: { + webSocketURL: 'ws://localhost:8080/ws' + }, + allowedHosts: 'all' + }, + configureWebpack: { + plugins: [ + new webpack.DefinePlugin({ + __VUE_PROD_HYDRATION_MISMATCH_DETAILS__: 'false', + __VUE_OPTIONS_API__: 'true', + __VUE_PROD_DEVTOOLS__: 'false', + }) + ], + module: { + rules: [ + { + test: /\.(tsx|ts)$/, + use: [ + 'babel-loader', + { + loader: 'ts-loader', + options: { + transpileOnly: true, + appendTsSuffixTo: ['\\.vue$'] + } + } + ], + exclude: /node_modules/ + } + ] + }, + resolve: { + extensions: ['.tsx', '.ts', '.js'] + } + } +}) \ No newline at end of file