impaktapps-ui-builder 1.0.0 → 1.0.1-alpha.2
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/README.md +65 -53
- package/dist/impaktapps-ui-builder.d.ts +1 -0
- package/dist/impaktapps-ui-builder.es.js +12624 -0
- package/dist/impaktapps-ui-builder.es.js.map +1 -0
- package/dist/impaktapps-ui-builder.umd.js +28 -0
- package/dist/impaktapps-ui-builder.umd.js.map +1 -0
- package/dist/src/impaktapps-ui-builder/builder/build/buildAadharCard.d.ts +2 -0
- package/dist/src/impaktapps-ui-builder/builder/build/buildArray.d.ts +11 -0
- package/dist/src/impaktapps-ui-builder/builder/build/buildBasicUiSchema.d.ts +8 -0
- package/dist/src/impaktapps-ui-builder/builder/build/buildButton.d.ts +1 -0
- package/dist/src/impaktapps-ui-builder/builder/build/buildCard.d.ts +1 -0
- package/dist/src/impaktapps-ui-builder/builder/build/buildCheckbox.d.ts +1 -0
- package/dist/src/impaktapps-ui-builder/builder/build/buildConfig.d.ts +4 -0
- package/dist/src/impaktapps-ui-builder/builder/build/buildDataGrid.d.ts +1 -0
- package/dist/src/impaktapps-ui-builder/builder/build/buildDate.d.ts +2 -0
- package/dist/src/impaktapps-ui-builder/builder/build/buildDownloadFile.d.ts +1 -0
- package/dist/src/impaktapps-ui-builder/builder/build/buildEmptyBox.d.ts +1 -0
- package/dist/src/impaktapps-ui-builder/builder/build/buildFileInput.d.ts +1 -0
- package/dist/src/impaktapps-ui-builder/builder/build/buildHorizontalBarGraph.d.ts +2 -0
- package/dist/src/impaktapps-ui-builder/builder/build/buildInputSlider.d.ts +1 -0
- package/dist/src/impaktapps-ui-builder/builder/build/buildLabel.d.ts +1 -0
- package/dist/src/impaktapps-ui-builder/builder/build/buildLeaderboard.d.ts +1 -0
- package/dist/src/impaktapps-ui-builder/builder/build/buildLineGraph.d.ts +1 -0
- package/dist/src/impaktapps-ui-builder/builder/build/buildMultiSelect.d.ts +1 -0
- package/dist/src/impaktapps-ui-builder/builder/build/buildPhoneInput.d.ts +1 -0
- package/dist/src/impaktapps-ui-builder/builder/build/buildPieGraph.d.ts +1 -0
- package/dist/src/impaktapps-ui-builder/builder/build/buildPop.d.ts +1 -0
- package/dist/src/impaktapps-ui-builder/builder/build/buildProgressBar.d.ts +1 -0
- package/dist/src/impaktapps-ui-builder/builder/build/buildProgressBarCard.d.ts +1 -0
- package/dist/src/impaktapps-ui-builder/builder/build/buildRadio.d.ts +1 -0
- package/dist/src/impaktapps-ui-builder/builder/build/buildRankCard.d.ts +1 -0
- package/dist/src/impaktapps-ui-builder/builder/build/buildRollAndDice.d.ts +1 -0
- package/dist/src/impaktapps-ui-builder/builder/build/buildRunnerBoyProgrssBar.d.ts +1 -0
- package/dist/src/impaktapps-ui-builder/builder/build/buildSelect.d.ts +1 -0
- package/dist/src/impaktapps-ui-builder/builder/build/buildSlider.d.ts +1 -0
- package/dist/src/impaktapps-ui-builder/builder/build/buildSpeedoMeter.d.ts +1 -0
- package/dist/src/impaktapps-ui-builder/builder/build/buildStackBarGraph.d.ts +1 -0
- package/dist/src/impaktapps-ui-builder/builder/build/buildStepper.d.ts +1 -0
- package/dist/src/impaktapps-ui-builder/builder/build/buildTabSection.d.ts +1 -0
- package/dist/src/impaktapps-ui-builder/builder/build/buildTable.d.ts +1 -0
- package/dist/src/impaktapps-ui-builder/builder/build/buildText.d.ts +1 -0
- package/dist/src/impaktapps-ui-builder/builder/build/buildTextArea.d.ts +1 -0
- package/dist/src/impaktapps-ui-builder/builder/build/buildThoughtOfTheDay.d.ts +1 -0
- package/dist/src/impaktapps-ui-builder/builder/build/buildTimer.d.ts +1 -0
- package/dist/src/impaktapps-ui-builder/builder/build/buildTreeMap.d.ts +1 -0
- package/dist/src/impaktapps-ui-builder/builder/build/buildUiSchema.d.ts +12 -0
- package/dist/src/impaktapps-ui-builder/builder/build/buildUplaodFile.d.ts +1 -0
- package/dist/src/impaktapps-ui-builder/builder/build/buildWrapperSection.d.ts +1 -0
- package/dist/src/impaktapps-ui-builder/builder/build/uischema/apiSection.d.ts +171 -0
- package/dist/src/impaktapps-ui-builder/builder/build/uischema/box.d.ts +13 -0
- package/dist/src/impaktapps-ui-builder/builder/build/uischema/buildPropertiesSection.d.ts +107 -0
- package/dist/src/impaktapps-ui-builder/builder/build/uischema/button.d.ts +22 -0
- package/dist/src/impaktapps-ui-builder/builder/build/uischema/card.d.ts +214 -0
- package/dist/src/impaktapps-ui-builder/builder/build/uischema/cardSlider.d.ts +13 -0
- package/dist/src/impaktapps-ui-builder/builder/build/uischema/coreSection.d.ts +140 -0
- package/dist/src/impaktapps-ui-builder/builder/build/uischema/dateInputField.d.ts +39 -0
- package/dist/src/impaktapps-ui-builder/builder/build/uischema/emptyBox.d.ts +18 -0
- package/dist/src/impaktapps-ui-builder/builder/build/uischema/eventSection.d.ts +152 -0
- package/dist/src/impaktapps-ui-builder/builder/build/uischema/file.d.ts +46 -0
- package/dist/src/impaktapps-ui-builder/builder/build/uischema/graph.d.ts +104 -0
- package/dist/src/impaktapps-ui-builder/builder/build/uischema/leaderBoard.d.ts +17 -0
- package/dist/src/impaktapps-ui-builder/builder/build/uischema/multiSelect.d.ts +23 -0
- package/dist/src/impaktapps-ui-builder/builder/build/uischema/phoneInput.d.ts +20 -0
- package/dist/src/impaktapps-ui-builder/builder/build/uischema/progressBar.d.ts +21 -0
- package/dist/src/impaktapps-ui-builder/builder/build/uischema/rankCard.d.ts +17 -0
- package/dist/src/impaktapps-ui-builder/builder/build/uischema/refresh.d.ts +62 -0
- package/dist/src/impaktapps-ui-builder/builder/build/uischema/rollAndDice.d.ts +17 -0
- package/dist/src/impaktapps-ui-builder/builder/build/uischema/runnerBoyProgressBar.d.ts +17 -0
- package/dist/src/impaktapps-ui-builder/builder/build/uischema/selectInputField.d.ts +21 -0
- package/dist/src/impaktapps-ui-builder/builder/build/uischema/speedoMeter.d.ts +52 -0
- package/dist/src/impaktapps-ui-builder/builder/build/uischema/styleSection.d.ts +32 -0
- package/dist/src/impaktapps-ui-builder/builder/build/uischema/table.d.ts +22 -0
- package/dist/src/impaktapps-ui-builder/builder/build/uischema/tableSection.d.ts +155 -0
- package/dist/src/impaktapps-ui-builder/builder/build/uischema/tabsection.d.ts +12 -0
- package/dist/src/impaktapps-ui-builder/builder/build/uischema/textInputField.d.ts +20 -0
- package/dist/src/impaktapps-ui-builder/builder/build/uischema/thoughtOfTheDay.d.ts +17 -0
- package/dist/src/impaktapps-ui-builder/builder/build/uischema/timer.d.ts +18 -0
- package/dist/src/impaktapps-ui-builder/builder/build/uischema/validationSections.d.ts +53 -0
- package/dist/src/impaktapps-ui-builder/builder/build/uischema/valueTab.d.ts +66 -0
- package/dist/src/impaktapps-ui-builder/builder/build/uischema/wrapperSection.d.ts +13 -0
- package/dist/src/impaktapps-ui-builder/builder/elements/UiSchema/Component/schema.d.ts +1 -0
- package/dist/src/impaktapps-ui-builder/builder/elements/UiSchema/Component/uiSchema.d.ts +1 -0
- package/dist/src/impaktapps-ui-builder/builder/elements/UiSchema/PageMaster/schema.d.ts +47 -0
- package/dist/src/impaktapps-ui-builder/builder/elements/UiSchema/PageMaster/uiSchema.d.ts +1 -0
- package/dist/src/impaktapps-ui-builder/builder/elements/UiSchema/event/schema.d.ts +82 -0
- package/dist/src/impaktapps-ui-builder/builder/elements/UiSchema/event/uiSchema.d.ts +1 -0
- package/dist/src/impaktapps-ui-builder/builder/services/component.d.ts +28 -0
- package/dist/src/impaktapps-ui-builder/builder/services/event.d.ts +104 -0
- package/dist/src/impaktapps-ui-builder/builder/services/pageMaster.d.ts +72 -0
- package/dist/src/impaktapps-ui-builder/builder/services/utils.d.ts +10 -0
- package/dist/src/impaktapps-ui-builder/lib/index.d.ts +9 -0
- package/dist/src/impaktapps-ui-builder/runtime/services/downloadFile.d.ts +2 -0
- package/dist/src/impaktapps-ui-builder/runtime/services/events.d.ts +11 -0
- package/dist/src/impaktapps-ui-builder/runtime/services/interface.d.ts +13 -0
- package/dist/src/impaktapps-ui-builder/runtime/services/service.d.ts +30 -0
- package/package.json +53 -158
- package/src/impaktapps-ui-builder/builder/build/buildAadharCard.ts +67 -0
- package/src/impaktapps-ui-builder/builder/build/buildArray.ts +18 -0
- package/src/impaktapps-ui-builder/builder/build/buildBasicUiSchema.ts +10 -0
- package/src/impaktapps-ui-builder/builder/build/buildButton.ts +43 -0
- package/src/impaktapps-ui-builder/builder/build/buildCard.ts +33 -0
- package/src/impaktapps-ui-builder/builder/build/buildCardSlider.ts +72 -0
- package/src/impaktapps-ui-builder/builder/build/buildCheckbox.ts +28 -0
- package/src/impaktapps-ui-builder/builder/build/buildConfig.ts +58 -0
- package/src/impaktapps-ui-builder/builder/build/buildDataGrid.ts +51 -0
- package/src/impaktapps-ui-builder/builder/build/buildDate.ts +24 -0
- package/src/impaktapps-ui-builder/builder/build/buildDownloadFile.ts +24 -0
- package/src/impaktapps-ui-builder/builder/build/buildEmptyBox.ts +11 -0
- package/src/impaktapps-ui-builder/builder/build/buildFileInput.ts +35 -0
- package/src/impaktapps-ui-builder/builder/build/buildHorizontalBarGraph.ts +48 -0
- package/src/impaktapps-ui-builder/builder/build/buildInputSlider.ts +46 -0
- package/src/impaktapps-ui-builder/builder/build/buildLabel.ts +16 -0
- package/src/impaktapps-ui-builder/builder/build/buildLeaderboard.ts +47 -0
- package/src/impaktapps-ui-builder/builder/build/buildLineGraph.ts +46 -0
- package/src/impaktapps-ui-builder/builder/build/buildMultiSelect.ts +24 -0
- package/src/impaktapps-ui-builder/builder/build/buildPhoneInput.ts +26 -0
- package/src/impaktapps-ui-builder/builder/build/buildPieGraph.ts +28 -0
- package/src/impaktapps-ui-builder/builder/build/buildPop.ts +43 -0
- package/src/impaktapps-ui-builder/builder/build/buildProgressBar.ts +26 -0
- package/src/impaktapps-ui-builder/builder/build/buildProgressBarCard.ts +27 -0
- package/src/impaktapps-ui-builder/builder/build/buildRadio.ts +35 -0
- package/src/impaktapps-ui-builder/builder/build/buildRankCard.ts +19 -0
- package/src/impaktapps-ui-builder/builder/build/buildRollAndDice.ts +14 -0
- package/src/impaktapps-ui-builder/builder/build/buildRunnerBoyProgrssBar.ts +12 -0
- package/src/impaktapps-ui-builder/builder/build/buildSchema.ts +31 -0
- package/src/impaktapps-ui-builder/builder/build/buildSelect.ts +22 -0
- package/src/impaktapps-ui-builder/builder/build/buildSlider.ts +14 -0
- package/src/impaktapps-ui-builder/builder/build/buildSpeedoMeter.ts +54 -0
- package/src/impaktapps-ui-builder/builder/build/buildStackBarGraph.ts +44 -0
- package/src/impaktapps-ui-builder/builder/build/buildStepper.ts +45 -0
- package/src/impaktapps-ui-builder/builder/build/buildTabSection.ts +19 -0
- package/src/impaktapps-ui-builder/builder/build/buildTable.ts +72 -0
- package/src/impaktapps-ui-builder/builder/build/buildText.ts +26 -0
- package/src/impaktapps-ui-builder/builder/build/buildTextArea.ts +56 -0
- package/src/impaktapps-ui-builder/builder/build/buildThoughtOfTheDay.ts +22 -0
- package/src/impaktapps-ui-builder/builder/build/buildTimer.ts +15 -0
- package/src/impaktapps-ui-builder/builder/build/buildTreeMap.ts +61 -0
- package/src/impaktapps-ui-builder/builder/build/buildUiSchema.ts +406 -0
- package/src/impaktapps-ui-builder/builder/build/buildUplaodFile.ts +21 -0
- package/src/impaktapps-ui-builder/builder/build/buildWrapperSection.ts +21 -0
- package/src/impaktapps-ui-builder/builder/build/schema/arraySchemaBuilder.ts +18 -0
- package/src/impaktapps-ui-builder/builder/build/uischema/apiSection.ts +210 -0
- package/src/impaktapps-ui-builder/builder/build/uischema/array.ts +14 -0
- package/src/impaktapps-ui-builder/builder/build/uischema/box.ts +16 -0
- package/src/impaktapps-ui-builder/builder/build/uischema/buildPropertiesSection.ts +547 -0
- package/src/impaktapps-ui-builder/builder/build/uischema/button.ts +22 -0
- package/src/impaktapps-ui-builder/builder/build/uischema/card.ts +200 -0
- package/src/impaktapps-ui-builder/builder/build/uischema/cardSlider.ts +14 -0
- package/src/impaktapps-ui-builder/builder/build/uischema/coreSection.ts +217 -0
- package/src/impaktapps-ui-builder/builder/build/uischema/dateInputField.ts +30 -0
- package/src/impaktapps-ui-builder/builder/build/uischema/emptyBox.ts +13 -0
- package/src/impaktapps-ui-builder/builder/build/uischema/eventSection.ts +189 -0
- package/src/impaktapps-ui-builder/builder/build/uischema/file.ts +38 -0
- package/src/impaktapps-ui-builder/builder/build/uischema/graph.ts +63 -0
- package/src/impaktapps-ui-builder/builder/build/uischema/leaderBoard.ts +13 -0
- package/src/impaktapps-ui-builder/builder/build/uischema/multiSelect.ts +18 -0
- package/src/impaktapps-ui-builder/builder/build/uischema/phoneInput.ts +16 -0
- package/src/impaktapps-ui-builder/builder/build/uischema/progressBar.ts +16 -0
- package/src/impaktapps-ui-builder/builder/build/uischema/progressBarCard.ts +27 -0
- package/src/impaktapps-ui-builder/builder/build/uischema/rankCard.ts +13 -0
- package/src/impaktapps-ui-builder/builder/build/uischema/refresh.ts +63 -0
- package/src/impaktapps-ui-builder/builder/build/uischema/rollAndDice.ts +13 -0
- package/src/impaktapps-ui-builder/builder/build/uischema/runnerBoyProgressBar.ts +13 -0
- package/src/impaktapps-ui-builder/builder/build/uischema/selectInputField.ts +16 -0
- package/src/impaktapps-ui-builder/builder/build/uischema/speedoMeter.ts +49 -0
- package/src/impaktapps-ui-builder/builder/build/uischema/styleSection.ts +33 -0
- package/src/impaktapps-ui-builder/builder/build/uischema/table.ts +21 -0
- package/src/impaktapps-ui-builder/builder/build/uischema/tableIconButton.ts +17 -0
- package/src/impaktapps-ui-builder/builder/build/uischema/tableSection.ts +191 -0
- package/src/impaktapps-ui-builder/builder/build/uischema/tabsection.ts +9 -0
- package/src/impaktapps-ui-builder/builder/build/uischema/textInputField.ts +15 -0
- package/src/impaktapps-ui-builder/builder/build/uischema/thoughtOfTheDay.ts +14 -0
- package/src/impaktapps-ui-builder/builder/build/uischema/timer.ts +18 -0
- package/src/impaktapps-ui-builder/builder/build/uischema/validationSections.ts +128 -0
- package/src/impaktapps-ui-builder/builder/build/uischema/valueTab.ts +75 -0
- package/src/impaktapps-ui-builder/builder/build/uischema/wrapperSection.ts +11 -0
- package/src/impaktapps-ui-builder/builder/elements/UiSchema/Component/schema.ts +359 -0
- package/src/impaktapps-ui-builder/builder/elements/UiSchema/Component/uiSchema.ts +623 -0
- package/src/impaktapps-ui-builder/builder/elements/UiSchema/PageMaster/schema.ts +49 -0
- package/src/impaktapps-ui-builder/builder/elements/UiSchema/PageMaster/uiSchema.ts +776 -0
- package/src/impaktapps-ui-builder/builder/elements/UiSchema/event/schema.ts +95 -0
- package/src/impaktapps-ui-builder/builder/elements/UiSchema/event/uiSchema.ts +507 -0
- package/src/impaktapps-ui-builder/builder/services/component.ts +426 -0
- package/src/impaktapps-ui-builder/builder/services/event.ts +274 -0
- package/src/impaktapps-ui-builder/builder/services/pageMaster.ts +123 -0
- package/src/impaktapps-ui-builder/builder/services/utils.ts +108 -0
- package/src/impaktapps-ui-builder/lib/index.ts +10 -0
- package/src/impaktapps-ui-builder/runtime/services/downloadFile.ts +32 -0
- package/src/impaktapps-ui-builder/runtime/services/events.ts +295 -0
- package/src/impaktapps-ui-builder/runtime/services/interface.ts +13 -0
- package/src/impaktapps-ui-builder/runtime/services/rankProvider.ts +132 -0
- package/src/impaktapps-ui-builder/runtime/services/service.ts +359 -0
- package/App.tsx +0 -49
- package/AppHolder.tsx +0 -438
- package/Database.ts +0 -54
- package/Deploy.tsx +0 -16
- package/DeployContent.tsx +0 -48
- package/Dockerfile +0 -56
- package/Login.tsx +0 -184
- package/MasterRouter.tsx +0 -86
- package/PrivateRoutes.tsx +0 -9
- package/Skeleton.tsx +0 -31
- package/TabHolder.tsx +0 -758
- package/app/(tabs)/_layout.tsx +0 -50
- package/app/(tabs)/explore.tsx +0 -111
- package/app/(tabs)/index.tsx +0 -1134
- package/app/(tabs)/index.web.tsx +0 -31
- package/app/(web)/AppHolder.tsx +0 -471
- package/app/(web)/index.tsx +0 -33
- package/app/(web)/indexLogin.tsx +0 -192
- package/app/+not-found.tsx +0 -33
- package/app/_layout.tsx +0 -42
- package/app/_layout.web.tsx +0 -15
- package/app.json +0 -41
- package/assets/Act21Icon.svg +0 -1977
- package/assets/Act21Logo.svg +0 -7869
- package/assets/Desktop.svg +0 -58
- package/assets/ImpaktApps.svg +0 -726
- package/assets/ImpaktIcon.png +0 -0
- package/assets/Mobile.svg +0 -33
- package/assets/Tablet.svg +0 -33
- package/assets/UpDownArrow.svg +0 -5
- package/assets/act21LogoPng.png +0 -0
- package/assets/alpha.svg +0 -1
- package/assets/api.svg +0 -54
- package/assets/border.svg +0 -3
- package/assets/button-rect.svg +0 -3
- package/assets/creditcard.svg +0 -4
- package/assets/cursor.svg +0 -18
- package/assets/dataWorkspace/homepage.svg +0 -3
- package/assets/dataWorkspace/locate.svg +0 -3
- package/assets/dataWorkspace/state.svg +0 -5
- package/assets/dataWorkspace/website.svg +0 -6
- package/assets/fonts/SpaceMono-Regular.ttf +0 -0
- package/assets/globaldata.svg +0 -13
- package/assets/images/adaptive-icon.png +0 -0
- package/assets/images/favicon.png +0 -0
- package/assets/images/icon.png +0 -0
- package/assets/images/partial-react-logo.png +0 -0
- package/assets/images/react-logo.png +0 -0
- package/assets/images/react-logo@2x.png +0 -0
- package/assets/images/react-logo@3x.png +0 -0
- package/assets/images/splash-icon.png +0 -0
- package/assets/laptop.svg +0 -3
- package/assets/minusIcon.svg +0 -7
- package/assets/next.svg +0 -14
- package/assets/no-component-selected-icon.svg +0 -5
- package/assets/other.svg +0 -10
- package/assets/page.svg +0 -13
- package/assets/plusIcon.svg +0 -1
- package/assets/public/arrowDown.svg +0 -7
- package/assets/public/arrowup.svg +0 -3
- package/assets/public/cursor.svg +0 -18
- package/assets/public/openWindow.svg +0 -4
- package/assets/public/resize-bar-icon.svg +0 -3
- package/assets/radius-icon.svg +0 -3
- package/assets/react.svg +0 -1
- package/assets/resizeBar.svg +0 -12
- package/assets/rightPagePanel/all.svg +0 -3
- package/assets/rightPagePanel/frame-fixed.svg +0 -3
- package/assets/rightPagePanel/frame-responsive.svg +0 -3
- package/assets/rightPagePanel/gridList/columnAuto.svg +0 -3
- package/assets/rightPagePanel/gridList/columnFixed.svg +0 -5
- package/assets/rightPagePanel/gridList/gap-x.svg +0 -3
- package/assets/rightPagePanel/gridList/gap-y.svg +0 -3
- package/assets/rightPagePanel/layout/default.svg +0 -21
- package/assets/rightPagePanel/layout/preset-a.svg +0 -22
- package/assets/rightPagePanel/layout/preset-b.svg +0 -23
- package/assets/rightPagePanel/layout/preset-c.svg +0 -24
- package/assets/rightPagePanel/layout/preset-d.svg +0 -25
- package/assets/rightPagePanel/layout/preset-e.svg +0 -24
- package/assets/rightPagePanel/partial.svg +0 -3
- package/assets/transformer.svg +0 -12
- package/assets/widgetCover/button.svg +0 -4
- package/assets/widgetCover/card.svg +0 -34
- package/assets/widgetCover/checkBox.svg +0 -5
- package/assets/widgetCover/container.svg +0 -6
- package/assets/widgetCover/date.svg +0 -5
- package/assets/widgetCover/emptyBox.svg +0 -3
- package/assets/widgetCover/fileInput.svg +0 -3
- package/assets/widgetCover/form.svg +0 -9
- package/assets/widgetCover/gridcontainer.svg +0 -14
- package/assets/widgetCover/icon.svg +0 -28
- package/assets/widgetCover/image.svg +0 -5
- package/assets/widgetCover/label.svg +0 -3
- package/assets/widgetCover/multiselect.svg +0 -7
- package/assets/widgetCover/otp.svg +0 -19
- package/assets/widgetCover/radioGroup.svg +0 -9
- package/assets/widgetCover/select.svg +0 -4
- package/assets/widgetCover/slider.svg +0 -5
- package/assets/widgetCover/table.svg +0 -6
- package/assets/widgetCover/tabs.svg +0 -5
- package/assets/widgetCover/text.svg +0 -7
- package/assets/widgetCover/textInput.svg +0 -5
- package/assets/widgetCover/upload.svg +0 -11
- package/assets/window-bottom.svg +0 -17
- package/assets/window-left.svg +0 -17
- package/assets/window-minimize.svg +0 -16
- package/assets/window-right.svg +0 -17
- package/babel.config.js +0 -36
- package/components/CodeEditor/CodeMirror/assets/array.svg +0 -4
- package/components/CodeEditor/CodeMirror/assets/boolean.svg +0 -4
- package/components/CodeEditor/CodeMirror/assets/component.svg +0 -4
- package/components/CodeEditor/CodeMirror/assets/function.svg +0 -4
- package/components/CodeEditor/CodeMirror/assets/keyword.svg +0 -12
- package/components/CodeEditor/CodeMirror/assets/null.svg +0 -4
- package/components/CodeEditor/CodeMirror/assets/number.svg +0 -4
- package/components/CodeEditor/CodeMirror/assets/object.svg +0 -4
- package/components/CodeEditor/CodeMirror/assets/string.svg +0 -4
- package/components/CodeEditor/CodeMirror/assets/table.svg +0 -4
- package/components/CodeEditor/CodeMirror/assets/type.svg +0 -4
- package/components/CodeEditor/CodeMirror/assets/undefine.svg +0 -4
- package/components/CodeEditor/CodeMirror/core.tsx +0 -253
- package/components/CodeEditor/CodeMirror/extensions/completionSources/ILLAContextDesc/index.tsx +0 -5
- package/components/CodeEditor/CodeMirror/extensions/completionSources/ILLAContextDesc/utils.tsx +0 -51
- package/components/CodeEditor/CodeMirror/extensions/completionSources/IMPAKTAPPSContext.ts +0 -214
- package/components/CodeEditor/CodeMirror/extensions/completionSources/IMPAKTAPPSContextDesc/index.tsx +0 -5
- package/components/CodeEditor/CodeMirror/extensions/completionSources/IMPAKTAPPSContextDesc/utils.tsx +0 -51
- package/components/CodeEditor/CodeMirror/extensions/completionSources/TernServer/defs/ecmascript.json +0 -1910
- package/components/CodeEditor/CodeMirror/extensions/completionSources/TernServer/index.tsx +0 -184
- package/components/CodeEditor/CodeMirror/extensions/completionSources/illaContext.ts +0 -214
- package/components/CodeEditor/CodeMirror/extensions/heighLightJSExpression.ts +0 -67
- package/components/CodeEditor/CodeMirror/extensions/index.ts +0 -294
- package/components/CodeEditor/CodeMirror/extensions/interface.ts +0 -36
- package/components/CodeEditor/CodeMirror/extensions/utils.ts +0 -40
- package/components/CodeEditor/CodeMirror/interface.ts +0 -26
- package/components/CodeEditor/CodeMirror/style.ts +0 -47
- package/components/CodeEditor/CodeMirror/theme.ts +0 -249
- package/components/CodeEditor/HintToolTip/index.tsx +0 -92
- package/components/CodeEditor/HintToolTip/interface.ts +0 -16
- package/components/CodeEditor/HintToolTip/style.ts +0 -49
- package/components/CodeEditor/ModalCodeMirror/content.tsx +0 -61
- package/components/CodeEditor/ModalCodeMirror/footer.tsx +0 -13
- package/components/CodeEditor/ModalCodeMirror/index.tsx +0 -56
- package/components/CodeEditor/ModalCodeMirror/interface.ts +0 -26
- package/components/CodeEditor/ModalCodeMirror/style.ts +0 -32
- package/components/CodeEditor/index.tsx +0 -289
- package/components/CodeEditor/interface.ts +0 -21
- package/components/CodeEditor/style.ts +0 -30
- package/components/CodeEditor/utils.ts +0 -5
- package/components/Collapsible.tsx +0 -45
- package/components/ColorPicker/constants.ts +0 -31
- package/components/ColorPicker/index.tsx +0 -30
- package/components/ColorPicker/interface.ts +0 -5
- package/components/ColorSetter/index.tsx +0 -76
- package/components/ColorSetter/interface.tsx +0 -5
- package/components/ColorSetter/style.ts +0 -78
- package/components/EditableText/index.tsx +0 -95
- package/components/EditableText/interface.ts +0 -8
- package/components/EditableText/style.ts +0 -58
- package/components/ExternalLink.tsx +0 -24
- package/components/HapticTab.tsx +0 -18
- package/components/HelloWave.tsx +0 -40
- package/components/Modal/Body/index.tsx +0 -16
- package/components/Modal/Body/interface.ts +0 -6
- package/components/Modal/Body/style.ts +0 -9
- package/components/Modal/Footer/index.tsx +0 -30
- package/components/Modal/Footer/interface.ts +0 -7
- package/components/Modal/Footer/style.ts +0 -18
- package/components/Modal/Header/index.tsx +0 -32
- package/components/Modal/Header/interface.ts +0 -6
- package/components/Modal/Header/style.ts +0 -39
- package/components/Modal/index.tsx +0 -39
- package/components/Modal/interface.ts +0 -25
- package/components/Modal/movableModal.tsx +0 -54
- package/components/Modal/style.ts +0 -13
- package/components/Modal/utils/stopDragAndDrop.ts +0 -5
- package/components/PanelBar/index.tsx +0 -104
- package/components/PanelBar/interface.ts +0 -12
- package/components/PanelBar/style.ts +0 -156
- package/components/ParallaxScrollView.tsx +0 -82
- package/components/RecordEditor/index.tsx +0 -212
- package/components/RecordEditor/interface.ts +0 -33
- package/components/RecordEditor/style.ts +0 -99
- package/components/Tabs/constant.tsx +0 -42
- package/components/Tabs/index.tsx +0 -55
- package/components/Tabs/interface.ts +0 -15
- package/components/Tabs/style.ts +0 -26
- package/components/ThemedText.tsx +0 -60
- package/components/ThemedView.tsx +0 -14
- package/components/__tests__/ThemedText-test.tsx +0 -10
- package/components/__tests__/__snapshots__/ThemedText-test.tsx.snap +0 -24
- package/components/ui/IconSymbol.ios.tsx +0 -32
- package/components/ui/IconSymbol.tsx +0 -43
- package/components/ui/TabBarBackground.ios.tsx +0 -22
- package/components/ui/TabBarBackground.tsx +0 -6
- package/constants/Colors.ts +0 -26
- package/core/Builder.tsx +0 -21
- package/data.ts +0 -352
- package/db.json +0 -251131
- package/declarations.d.ts +0 -8
- package/eslint.config.mjs +0 -13
- package/hooks/fixComponentsUtils/container.ts +0 -20
- package/hooks/fixComponentsUtils/likeInput.ts +0 -15
- package/hooks/fixedAction.ts +0 -196
- package/hooks/fixedComponents.ts +0 -32
- package/hooks/useColorScheme.ts +0 -1
- package/hooks/useColorScheme.web.ts +0 -21
- package/hooks/useDestroyExecutationTree.ts +0 -32
- package/hooks/useInitApp.tsx +0 -238
- package/hooks/useThemeColor.ts +0 -21
- package/i18n/config.ts +0 -57
- package/i18n/i18next.d.ts +0 -8
- package/i18n/locale/en-US.json +0 -3805
- package/i18n/locale/es-ES.json +0 -3805
- package/i18n/react-i18next.d.ts +0 -9
- package/lib/index.ts +0 -12
- package/main.css +0 -14
- package/main.tsx +0 -11
- package/metro.config.js +0 -20
- package/middleware/reduxAsync/index.ts +0 -68
- package/middleware/undoRedo/index.ts +0 -16
- package/middleware/undoRedo/interface.ts +0 -5
- package/middleware/undoRedo/method/action.tsx +0 -97
- package/middleware/undoRedo/method/components.tsx +0 -412
- package/middleware/undoRedo/method/index.tsx +0 -27
- package/page/App/components/Actions/ActionGuidePanel/components/ActionSection/index.tsx +0 -180
- package/page/App/components/Actions/ActionGuidePanel/components/ActionSection/interface.ts +0 -10
- package/page/App/components/Actions/ActionGuidePanel/components/ActionSection/style.ts +0 -55
- package/page/App/components/Actions/ActionGuidePanel/constans.ts +0 -30
- package/page/App/components/Actions/ActionGuidePanel/index.tsx +0 -51
- package/page/App/components/Actions/ActionGuidePanel/style.ts +0 -29
- package/page/App/components/Actions/ActionList/index.tsx +0 -24
- package/page/App/components/Actions/ActionList/interface.ts +0 -3
- package/page/App/components/Actions/ActionList/listWithNewButton.tsx +0 -352
- package/page/App/components/Actions/ActionList/style.ts +0 -67
- package/page/App/components/Actions/ActionListItem/index.tsx +0 -271
- package/page/App/components/Actions/ActionListItem/interface.ts +0 -11
- package/page/App/components/Actions/ActionListItem/style.ts +0 -92
- package/page/App/components/Actions/ActionPanel/ActionEventHandler/index.tsx +0 -113
- package/page/App/components/Actions/ActionPanel/ActionEventHandler/style.ts +0 -20
- package/page/App/components/Actions/ActionPanel/ActionMockPanel/index.tsx +0 -72
- package/page/App/components/Actions/ActionPanel/ActionMockPanel/interface.ts +0 -4
- package/page/App/components/Actions/ActionPanel/ActionMockPanel/style.ts +0 -22
- package/page/App/components/Actions/ActionPanel/ActionResult/index.tsx +0 -135
- package/page/App/components/Actions/ActionPanel/ActionResult/interface.ts +0 -4
- package/page/App/components/Actions/ActionPanel/ActionResult/restApiHeader.tsx +0 -116
- package/page/App/components/Actions/ActionPanel/ActionResult/style.ts +0 -136
- package/page/App/components/Actions/ActionPanel/ActionResult/utils.ts +0 -25
- package/page/App/components/Actions/ActionPanel/ActionTitleBar/index.tsx +0 -177
- package/page/App/components/Actions/ActionPanel/ActionTitleBar/interface.ts +0 -7
- package/page/App/components/Actions/ActionPanel/ActionTitleBar/style.ts +0 -92
- package/page/App/components/Actions/ActionPanel/AdvancedPanel/Components/Control/index.tsx +0 -25
- package/page/App/components/Actions/ActionPanel/AdvancedPanel/Components/Control/interface.ts +0 -8
- package/page/App/components/Actions/ActionPanel/AdvancedPanel/Components/Control/style.ts +0 -43
- package/page/App/components/Actions/ActionPanel/AdvancedPanel/Components/Header/index.tsx +0 -11
- package/page/App/components/Actions/ActionPanel/AdvancedPanel/Components/Header/interface.ts +0 -3
- package/page/App/components/Actions/ActionPanel/AdvancedPanel/Components/Header/style.ts +0 -13
- package/page/App/components/Actions/ActionPanel/AdvancedPanel/Components/Space/index.tsx +0 -6
- package/page/App/components/Actions/ActionPanel/AdvancedPanel/Components/Space/style.ts +0 -6
- package/page/App/components/Actions/ActionPanel/AdvancedPanel/Model/AdvancedOption/index.tsx +0 -74
- package/page/App/components/Actions/ActionPanel/AdvancedPanel/Model/Timing/index.tsx +0 -145
- package/page/App/components/Actions/ActionPanel/AdvancedPanel/index.tsx +0 -19
- package/page/App/components/Actions/ActionPanel/AdvancedPanel/style.ts +0 -6
- package/page/App/components/Actions/ActionPanel/GlobalDataPanel/index.tsx +0 -70
- package/page/App/components/Actions/ActionPanel/GlobalDataPanel/style.ts +0 -34
- package/page/App/components/Actions/ActionPanel/ImpaktAppsPanel/BodyEditor/index.tsx +0 -72
- package/page/App/components/Actions/ActionPanel/ImpaktAppsPanel/BodyEditor/interface.ts +0 -8
- package/page/App/components/Actions/ActionPanel/ImpaktAppsPanel/BodyEditor/style.ts +0 -59
- package/page/App/components/Actions/ActionPanel/ImpaktAppsPanel/index.tsx +0 -165
- package/page/App/components/Actions/ActionPanel/ImpaktAppsPanel/style.ts +0 -51
- package/page/App/components/Actions/ActionPanel/Layout/GeneralPanelLayout/constants.ts +0 -2
- package/page/App/components/Actions/ActionPanel/Layout/GeneralPanelLayout/index.tsx +0 -60
- package/page/App/components/Actions/ActionPanel/Layout/GeneralPanelLayout/interface.ts +0 -8
- package/page/App/components/Actions/ActionPanel/Layout/GeneralPanelLayout/style.ts +0 -25
- package/page/App/components/Actions/ActionPanel/Layout/HorizontalWithLabel/index.tsx +0 -18
- package/page/App/components/Actions/ActionPanel/Layout/HorizontalWithLabel/interface.ts +0 -6
- package/page/App/components/Actions/ActionPanel/Layout/HorizontalWithLabel/style.ts +0 -9
- package/page/App/components/Actions/ActionPanel/Layout/Label/index.tsx +0 -12
- package/page/App/components/Actions/ActionPanel/Layout/Label/interface.ts +0 -3
- package/page/App/components/Actions/ActionPanel/Layout/Label/style.ts +0 -10
- package/page/App/components/Actions/ActionPanel/Layout/Space/index.tsx +0 -10
- package/page/App/components/Actions/ActionPanel/Layout/Space/style.ts +0 -6
- package/page/App/components/Actions/ActionPanel/PanelHeader/ResourceChoose/index.tsx +0 -126
- package/page/App/components/Actions/ActionPanel/PanelHeader/ResourceChoose/style.ts +0 -29
- package/page/App/components/Actions/ActionPanel/PanelHeader/TriggerModeChoose/index.tsx +0 -62
- package/page/App/components/Actions/ActionPanel/PanelHeader/index.tsx +0 -116
- package/page/App/components/Actions/ActionPanel/PanelHeader/style.ts +0 -37
- package/page/App/components/Actions/ActionPanel/RestApiPanel/BodyEditor/index.tsx +0 -357
- package/page/App/components/Actions/ActionPanel/RestApiPanel/BodyEditor/interface.ts +0 -7
- package/page/App/components/Actions/ActionPanel/RestApiPanel/BodyEditor/style.ts +0 -54
- package/page/App/components/Actions/ActionPanel/RestApiPanel/index.tsx +0 -358
- package/page/App/components/Actions/ActionPanel/RestApiPanel/style.ts +0 -50
- package/page/App/components/Actions/ActionPanel/TransformerPanel/index.tsx +0 -61
- package/page/App/components/Actions/ActionPanel/TransformerPanel/style.ts +0 -15
- package/page/App/components/Actions/ActionPanel/index.tsx +0 -116
- package/page/App/components/Actions/ActionPanel/style.ts +0 -58
- package/page/App/components/Actions/ActionPanel/utils/calculateFileSize.ts +0 -37
- package/page/App/components/Actions/ActionPanel/utils/safeModeTip.ts +0 -18
- package/page/App/components/Actions/Context/SqlModeTipContext/index.tsx +0 -31
- package/page/App/components/Actions/DragBar/index.tsx +0 -87
- package/page/App/components/Actions/DragBar/interface.ts +0 -10
- package/page/App/components/Actions/DragBar/style.ts +0 -17
- package/page/App/components/Actions/List/index.ts +0 -4
- package/page/App/components/Actions/List/interface.ts +0 -46
- package/page/App/components/Actions/List/list-item-meta.tsx +0 -59
- package/page/App/components/Actions/List/list-item.tsx +0 -34
- package/page/App/components/Actions/List/list.tsx +0 -144
- package/page/App/components/Actions/List/style.ts +0 -119
- package/page/App/components/Actions/SearchHeader/index.tsx +0 -84
- package/page/App/components/Actions/SearchHeader/interface.tsx +0 -4
- package/page/App/components/Actions/SearchHeader/style.tsx +0 -59
- package/page/App/components/Actions/api.ts +0 -65
- package/page/App/components/Actions/axiosConfigBuilder.ts +0 -44
- package/page/App/components/Actions/empty/src/empty.tsx +0 -60
- package/page/App/components/Actions/empty/src/index.ts +0 -2
- package/page/App/components/Actions/empty/src/interface.ts +0 -10
- package/page/App/components/Actions/empty/src/style.ts +0 -22
- package/page/App/components/Actions/hook.ts +0 -61
- package/page/App/components/ConfigPanel/index.tsx +0 -29
- package/page/App/components/ConfigPanel/style.ts +0 -8
- package/page/App/components/InspectPanel/PanelSetters/BorderSetter/index.tsx +0 -82
- package/page/App/components/InspectPanel/PanelSetters/BorderSetter/interface.ts +0 -1
- package/page/App/components/InspectPanel/PanelSetters/BorderSetter/style.ts +0 -14
- package/page/App/components/InspectPanel/PanelSetters/ColorPickerSetter/index.tsx +0 -40
- package/page/App/components/InspectPanel/PanelSetters/ColorPickerSetter/interface.ts +0 -9
- package/page/App/components/InspectPanel/PanelSetters/ColorPickerSetter/style.ts +0 -10
- package/page/App/components/InspectPanel/PanelSetters/ContainerSetter/ViewsSetter/context/viewsListContext.tsx +0 -270
- package/page/App/components/InspectPanel/PanelSetters/ContainerSetter/ViewsSetter/dragIconAndLabel.tsx +0 -86
- package/page/App/components/InspectPanel/PanelSetters/ContainerSetter/ViewsSetter/header.tsx +0 -28
- package/page/App/components/InspectPanel/PanelSetters/ContainerSetter/ViewsSetter/index.tsx +0 -238
- package/page/App/components/InspectPanel/PanelSetters/ContainerSetter/ViewsSetter/interface.ts +0 -28
- package/page/App/components/InspectPanel/PanelSetters/ContainerSetter/ViewsSetter/listBody.tsx +0 -135
- package/page/App/components/InspectPanel/PanelSetters/ContainerSetter/ViewsSetter/listItem.tsx +0 -113
- package/page/App/components/InspectPanel/PanelSetters/ContainerSetter/ViewsSetter/style.ts +0 -97
- package/page/App/components/InspectPanel/PanelSetters/ContainerSetter/ViewsSetter/utils/generateNewOptions.ts +0 -34
- package/page/App/components/InspectPanel/PanelSetters/ContainerSetter/defaultViewKeySetter.tsx +0 -71
- package/page/App/components/InspectPanel/PanelSetters/ContainerSetter/interface.ts +0 -4
- package/page/App/components/InspectPanel/PanelSetters/DragMoveComponent/Column/index.tsx +0 -128
- package/page/App/components/InspectPanel/PanelSetters/DragMoveComponent/Column/interface.ts +0 -19
- package/page/App/components/InspectPanel/PanelSetters/DragMoveComponent/Column/style.ts +0 -51
- package/page/App/components/InspectPanel/PanelSetters/DragMoveComponent/ColumnContainer/index.tsx +0 -120
- package/page/App/components/InspectPanel/PanelSetters/DragMoveComponent/ColumnContainer/interface.ts +0 -22
- package/page/App/components/InspectPanel/PanelSetters/DragMoveComponent/ColumnContainer/style.ts +0 -36
- package/page/App/components/InspectPanel/PanelSetters/DragMoveComponent/Empty/index.tsx +0 -14
- package/page/App/components/InspectPanel/PanelSetters/DragMoveComponent/Empty/style.ts +0 -11
- package/page/App/components/InspectPanel/PanelSetters/EventHandlerSetter/List/actionMenu.tsx +0 -45
- package/page/App/components/InspectPanel/PanelSetters/EventHandlerSetter/List/body.tsx +0 -17
- package/page/App/components/InspectPanel/PanelSetters/EventHandlerSetter/List/empty.tsx +0 -17
- package/page/App/components/InspectPanel/PanelSetters/EventHandlerSetter/List/eventAndMethodLabel.tsx +0 -109
- package/page/App/components/InspectPanel/PanelSetters/EventHandlerSetter/List/interface.ts +0 -22
- package/page/App/components/InspectPanel/PanelSetters/EventHandlerSetter/List/item.tsx +0 -20
- package/page/App/components/InspectPanel/PanelSetters/EventHandlerSetter/List/more.tsx +0 -33
- package/page/App/components/InspectPanel/PanelSetters/EventHandlerSetter/List/style.ts +0 -118
- package/page/App/components/InspectPanel/PanelSetters/EventHandlerSetter/context/index.tsx +0 -69
- package/page/App/components/InspectPanel/PanelSetters/EventHandlerSetter/index.tsx +0 -67
- package/page/App/components/InspectPanel/PanelSetters/EventHandlerSetter/interface.ts +0 -14
- package/page/App/components/InspectPanel/PanelSetters/EventHandlerSetter/style.ts +0 -8
- package/page/App/components/InspectPanel/PanelSetters/EventHandlerSetter/utils/index.ts +0 -13
- package/page/App/components/InspectPanel/PanelSetters/InputSetter/BaseInput/index.tsx +0 -135
- package/page/App/components/InspectPanel/PanelSetters/InputSetter/BaseInput/interface.ts +0 -19
- package/page/App/components/InspectPanel/PanelSetters/InputSetter/BaseInput/style.ts +0 -33
- package/page/App/components/InspectPanel/PanelSetters/InputSetter/BaseInputHierarchy/index.tsx +0 -134
- package/page/App/components/InspectPanel/PanelSetters/InputSetter/BaseInputHierarchy/interface.ts +0 -19
- package/page/App/components/InspectPanel/PanelSetters/InputSetter/BaseInputHierarchy/style.ts +0 -33
- package/page/App/components/InspectPanel/PanelSetters/InputSetter/BaseUpload/index.tsx +0 -107
- package/page/App/components/InspectPanel/PanelSetters/InputSetter/ColumnFraction/index.tsx +0 -117
- package/page/App/components/InspectPanel/PanelSetters/InputSetter/ColumnFraction/interface.ts +0 -5
- package/page/App/components/InspectPanel/PanelSetters/InputSetter/ColumnFraction/style.ts +0 -103
- package/page/App/components/InspectPanel/PanelSetters/InputSetter/MeasureCheckInput/index.tsx +0 -62
- package/page/App/components/InspectPanel/PanelSetters/InputSetter/MeasureCheckInput/interface.ts +0 -11
- package/page/App/components/InspectPanel/PanelSetters/InputSetter/MeasureCheckInput/style.ts +0 -9
- package/page/App/components/InspectPanel/PanelSetters/InputSetter/OptionMappedInput/optionMappedInputSetter.tsx +0 -38
- package/page/App/components/InspectPanel/PanelSetters/InputSetter/ScriptInput/index.tsx +0 -121
- package/page/App/components/InspectPanel/PanelSetters/InputSetter/ScriptInput/style.ts +0 -16
- package/page/App/components/InspectPanel/PanelSetters/InputSetter/interface.ts +0 -9
- package/page/App/components/InspectPanel/PanelSetters/InputSetter/style.ts +0 -8
- package/page/App/components/InspectPanel/PanelSetters/InputSetter/util.ts +0 -32
- package/page/App/components/InspectPanel/PanelSetters/MappedOptionSetter/index.tsx +0 -33
- package/page/App/components/InspectPanel/PanelSetters/MappedOptionSetter/interface.ts +0 -7
- package/page/App/components/InspectPanel/PanelSetters/MappedOptionSetter/style.ts +0 -29
- package/page/App/components/InspectPanel/PanelSetters/OptionListSetter/index.tsx +0 -91
- package/page/App/components/InspectPanel/PanelSetters/OptionListSetter/interface.ts +0 -16
- package/page/App/components/InspectPanel/PanelSetters/PublicComponent/DynamicIcon/index.tsx +0 -26
- package/page/App/components/InspectPanel/PanelSetters/PublicComponent/DynamicIcon/interface.ts +0 -5
- package/page/App/components/InspectPanel/PanelSetters/PublicComponent/DynamicIcon/style.ts +0 -25
- package/page/App/components/InspectPanel/PanelSetters/PublicComponent/Label/addActionLabel.tsx +0 -34
- package/page/App/components/InspectPanel/PanelSetters/PublicComponent/Label/interface.ts +0 -6
- package/page/App/components/InspectPanel/PanelSetters/PublicComponent/Label/style.ts +0 -7
- package/page/App/components/InspectPanel/PanelSetters/PublicComponent/Modal/baseBody.tsx +0 -11
- package/page/App/components/InspectPanel/PanelSetters/PublicComponent/Modal/body.tsx +0 -33
- package/page/App/components/InspectPanel/PanelSetters/PublicComponent/Modal/header.tsx +0 -33
- package/page/App/components/InspectPanel/PanelSetters/PublicComponent/Modal/index.tsx +0 -51
- package/page/App/components/InspectPanel/PanelSetters/PublicComponent/Modal/interface.ts +0 -29
- package/page/App/components/InspectPanel/PanelSetters/PublicComponent/Modal/style.ts +0 -54
- package/page/App/components/InspectPanel/PanelSetters/RadioGroupSetter/baseRadioGroup.tsx +0 -62
- package/page/App/components/InspectPanel/PanelSetters/RadioGroupSetter/interface.ts +0 -5
- package/page/App/components/InspectPanel/PanelSetters/RadioGroupSetter/style.ts +0 -36
- package/page/App/components/InspectPanel/PanelSetters/SelectSetter/baseDynamicSelect.tsx +0 -104
- package/page/App/components/InspectPanel/PanelSetters/SelectSetter/baseMultiSelect .tsx +0 -236
- package/page/App/components/InspectPanel/PanelSetters/SelectSetter/baseSelect.tsx +0 -95
- package/page/App/components/InspectPanel/PanelSetters/SelectSetter/dataSourceSelectSetter.tsx +0 -121
- package/page/App/components/InspectPanel/PanelSetters/SelectSetter/eventActionTypeSelect.tsx +0 -60
- package/page/App/components/InspectPanel/PanelSetters/SelectSetter/eventBodyViewSelect.tsx +0 -72
- package/page/App/components/InspectPanel/PanelSetters/SelectSetter/eventTargetActionSelect.tsx +0 -37
- package/page/App/components/InspectPanel/PanelSetters/SelectSetter/eventTargetStateSelect.tsx +0 -40
- package/page/App/components/InspectPanel/PanelSetters/SelectSetter/eventTargetWidgetSelect.tsx +0 -92
- package/page/App/components/InspectPanel/PanelSetters/SelectSetter/eventWidgetMethodSelect.tsx +0 -61
- package/page/App/components/InspectPanel/PanelSetters/SelectSetter/interface.ts +0 -38
- package/page/App/components/InspectPanel/PanelSetters/SelectSetter/pageSelect.tsx +0 -40
- package/page/App/components/InspectPanel/PanelSetters/SelectSetter/searchSelect.tsx +0 -14
- package/page/App/components/InspectPanel/PanelSetters/SelectSetter/style.ts +0 -47
- package/page/App/components/InspectPanel/PanelSetters/SelectSetter/styles.css +0 -13
- package/page/App/components/InspectPanel/PanelSetters/StyleContainerSetter/index.tsx +0 -27
- package/page/App/components/InspectPanel/PanelSetters/StyleContainerSetter/interface.ts +0 -7
- package/page/App/components/InspectPanel/PanelSetters/StyleContainerSetter/style.ts +0 -21
- package/page/App/components/InspectPanel/PanelSetters/SwitchSetter/baseSwitch.tsx +0 -38
- package/page/App/components/InspectPanel/PanelSetters/SwitchSetter/dynamicSwitch.tsx +0 -88
- package/page/App/components/InspectPanel/PanelSetters/SwitchSetter/interface.tsx +0 -15
- package/page/App/components/InspectPanel/PanelSetters/SwitchSetter/style.ts +0 -81
- package/page/App/components/InspectPanel/PanelSetters/TableSetter/CellSetter/body.tsx +0 -68
- package/page/App/components/InspectPanel/PanelSetters/TableSetter/CellSetter/columnItem.tsx +0 -20
- package/page/App/components/InspectPanel/PanelSetters/TableSetter/CellSetter/context/columnListContext.tsx +0 -91
- package/page/App/components/InspectPanel/PanelSetters/TableSetter/CellSetter/dragIconAndLabel.tsx +0 -85
- package/page/App/components/InspectPanel/PanelSetters/TableSetter/CellSetter/empty.tsx +0 -8
- package/page/App/components/InspectPanel/PanelSetters/TableSetter/CellSetter/header.tsx +0 -15
- package/page/App/components/InspectPanel/PanelSetters/TableSetter/CellSetter/index.tsx +0 -74
- package/page/App/components/InspectPanel/PanelSetters/TableSetter/CellSetter/interface.ts +0 -40
- package/page/App/components/InspectPanel/PanelSetters/TableSetter/CellSetter/style.ts +0 -125
- package/page/App/components/InspectPanel/PanelSetters/TableSetter/CellSetter/utils/generateNewColumns.ts +0 -26
- package/page/App/components/InspectPanel/PanelSetters/TableSetter/ColumnSetter/body.tsx +0 -71
- package/page/App/components/InspectPanel/PanelSetters/TableSetter/ColumnSetter/columnItem.tsx +0 -20
- package/page/App/components/InspectPanel/PanelSetters/TableSetter/ColumnSetter/context/columnListContext.tsx +0 -91
- package/page/App/components/InspectPanel/PanelSetters/TableSetter/ColumnSetter/dragIconAndLabel.tsx +0 -96
- package/page/App/components/InspectPanel/PanelSetters/TableSetter/ColumnSetter/empty.tsx +0 -8
- package/page/App/components/InspectPanel/PanelSetters/TableSetter/ColumnSetter/header.tsx +0 -15
- package/page/App/components/InspectPanel/PanelSetters/TableSetter/ColumnSetter/index.tsx +0 -68
- package/page/App/components/InspectPanel/PanelSetters/TableSetter/ColumnSetter/interface.ts +0 -36
- package/page/App/components/InspectPanel/PanelSetters/TableSetter/ColumnSetter/style.ts +0 -125
- package/page/App/components/InspectPanel/PanelSetters/TableSetter/ColumnSetter/utils/generateNewColumns.ts +0 -19
- package/page/App/components/InspectPanel/PanelSetters/TableSetter/columnTypeSelectSetter.tsx +0 -63
- package/page/App/components/InspectPanel/PanelSetters/TableSetter/columsSelectSetter.tsx +0 -77
- package/page/App/components/InspectPanel/PanelSetters/TableSetter/interface.ts +0 -24
- package/page/App/components/InspectPanel/PanelSetters/TableSetter/tableDataSourceSelectSetter.tsx +0 -188
- package/page/App/components/InspectPanel/PanelSetters/TableSetter/tableMappedValueInputSetter.tsx +0 -111
- package/page/App/components/InspectPanel/PanelSetters/TabsSetter/DefaultTabKeySetter/index.tsx +0 -42
- package/page/App/components/InspectPanel/PanelSetters/TabsSetter/DefaultTabKeySetter/interface.ts +0 -7
- package/page/App/components/InspectPanel/PanelSetters/TabsSetter/TabListSetter/index.tsx +0 -88
- package/page/App/components/InspectPanel/PanelSetters/TabsSetter/TabListSetter/interface.ts +0 -19
- package/page/App/components/InspectPanel/PanelSetters/TabsSetter/TabsContainerSelectSetter/index.tsx +0 -175
- package/page/App/components/InspectPanel/PanelSetters/TabsSetter/TabsContainerSelectSetter/style.ts +0 -11
- package/page/App/components/InspectPanel/PanelSetters/UploadFileSetter/assets/image.tsx +0 -14
- package/page/App/components/InspectPanel/PanelSetters/UploadFileSetter/baseUploadFile.tsx +0 -94
- package/page/App/components/InspectPanel/PanelSetters/UploadFileSetter/interface.ts +0 -4
- package/page/App/components/InspectPanel/PanelSetters/UploadFileSetter/style.ts +0 -28
- package/page/App/components/InspectPanel/PanelSetters/index.tsx +0 -402
- package/page/App/components/InspectPanel/PanelSetters/interface.ts +0 -36
- package/page/App/components/InspectPanel/PanelSetters/style.ts +0 -10
- package/page/App/components/InspectPanel/components/EmptySelected/index.tsx +0 -34
- package/page/App/components/InspectPanel/components/EmptySelected/style.ts +0 -32
- package/page/App/components/InspectPanel/components/FieldAndLabel/index.tsx +0 -19
- package/page/App/components/InspectPanel/components/FieldAndLabel/interface.ts +0 -10
- package/page/App/components/InspectPanel/components/FieldFactory/index.tsx +0 -56
- package/page/App/components/InspectPanel/components/FieldFactory/interface.ts +0 -8
- package/page/App/components/InspectPanel/components/Header/index.tsx +0 -46
- package/page/App/components/InspectPanel/components/Header/style.ts +0 -17
- package/page/App/components/InspectPanel/components/Label/index.tsx +0 -22
- package/page/App/components/InspectPanel/components/Label/interface.ts +0 -5
- package/page/App/components/InspectPanel/components/Label/style.ts +0 -43
- package/page/App/components/InspectPanel/components/MultiSelectedPanel/multiSelectedPanel.tsx +0 -57
- package/page/App/components/InspectPanel/components/MultiSelectedPanel/style.ts +0 -39
- package/page/App/components/InspectPanel/components/PanelSetter/index.tsx +0 -21
- package/page/App/components/InspectPanel/components/PanelSetter/interface.ts +0 -7
- package/page/App/components/InspectPanel/components/Panelbar/index.tsx +0 -28
- package/page/App/components/InspectPanel/components/Panelbar/interface.ts +0 -8
- package/page/App/components/InspectPanel/components/Panelbar/style.ts +0 -5
- package/page/App/components/InspectPanel/components/SingleSelectedPanel/singleSelectedPanel.tsx +0 -126
- package/page/App/components/InspectPanel/components/SingleSelectedPanel/style.ts +0 -14
- package/page/App/components/InspectPanel/context/selectedContext.tsx +0 -75
- package/page/App/components/InspectPanel/index.tsx +0 -25
- package/page/App/components/InspectPanel/interface.ts +0 -55
- package/page/App/components/InspectPanel/setter.tsx +0 -103
- package/page/App/components/InspectPanel/style.ts +0 -27
- package/page/App/components/InspectPanel/utils/fieldFactory.tsx +0 -18
- package/page/App/components/InspectPanel/utils/panelBuilder.ts +0 -31
- package/page/App/components/PagePanel/Components/Label/index.tsx +0 -21
- package/page/App/components/PagePanel/Components/Label/interface.ts +0 -5
- package/page/App/components/PagePanel/Components/Label/style.ts +0 -35
- package/page/App/components/PagePanel/Components/LayoutSelect/index.tsx +0 -141
- package/page/App/components/PagePanel/Components/LayoutSelect/interface.ts +0 -20
- package/page/App/components/PagePanel/Components/LayoutSelect/style.ts +0 -60
- package/page/App/components/PagePanel/Components/PanelActionBar/index.tsx +0 -33
- package/page/App/components/PagePanel/Components/PanelActionBar/interface.ts +0 -6
- package/page/App/components/PagePanel/Components/PanelActionBar/style.ts +0 -8
- package/page/App/components/PagePanel/Components/ViewsList/body.tsx +0 -86
- package/page/App/components/PagePanel/Components/ViewsList/emptyState.tsx +0 -10
- package/page/App/components/PagePanel/Components/ViewsList/header.tsx +0 -93
- package/page/App/components/PagePanel/Components/ViewsList/index.tsx +0 -62
- package/page/App/components/PagePanel/Components/ViewsList/interface.ts +0 -50
- package/page/App/components/PagePanel/Components/ViewsList/item.tsx +0 -136
- package/page/App/components/PagePanel/Components/ViewsList/labelName.tsx +0 -26
- package/page/App/components/PagePanel/Components/ViewsList/modal.tsx +0 -41
- package/page/App/components/PagePanel/Components/ViewsList/style.tsx +0 -119
- package/page/App/components/PagePanel/Components/ViewsList/utils.ts +0 -53
- package/page/App/components/PagePanel/Layout/divider/index.tsx +0 -15
- package/page/App/components/PagePanel/Layout/divider/interface.ts +0 -3
- package/page/App/components/PagePanel/Layout/divider/style.ts +0 -8
- package/page/App/components/PagePanel/Layout/leftAndRight/index.tsx +0 -8
- package/page/App/components/PagePanel/Layout/leftAndRight/interface.ts +0 -5
- package/page/App/components/PagePanel/Layout/leftAndRight/style.ts +0 -10
- package/page/App/components/PagePanel/Layout/setterPadding/index.tsx +0 -8
- package/page/App/components/PagePanel/Layout/setterPadding/interface.ts +0 -5
- package/page/App/components/PagePanel/Layout/setterPadding/style.ts +0 -5
- package/page/App/components/PagePanel/Layout/verticalLayout/index.tsx +0 -8
- package/page/App/components/PagePanel/Layout/verticalLayout/interface.ts +0 -5
- package/page/App/components/PagePanel/Layout/verticalLayout/style.ts +0 -10
- package/page/App/components/PagePanel/Modules/Basic/index.tsx +0 -298
- package/page/App/components/PagePanel/Modules/Basic/style.ts +0 -5
- package/page/App/components/PagePanel/Modules/Frame/index.tsx +0 -778
- package/page/App/components/PagePanel/Modules/Frame/style.ts +0 -10
- package/page/App/components/PagePanel/Modules/Style/Components/AddSection/index.tsx +0 -104
- package/page/App/components/PagePanel/Modules/Style/Components/AddSection/interface.ts +0 -5
- package/page/App/components/PagePanel/Modules/Style/Components/BackgroundSetter/index.tsx +0 -162
- package/page/App/components/PagePanel/Modules/Style/Components/DeleteActionContainer/index.tsx +0 -25
- package/page/App/components/PagePanel/Modules/Style/Components/DeleteActionContainer/interface.ts +0 -7
- package/page/App/components/PagePanel/Modules/Style/Components/DeleteActionContainer/style.ts +0 -22
- package/page/App/components/PagePanel/Modules/Style/Components/DirectionPaddingSetter/index.tsx +0 -189
- package/page/App/components/PagePanel/Modules/Style/Components/DirectionPaddingSetter/interface.ts +0 -5
- package/page/App/components/PagePanel/Modules/Style/Components/DirectionPaddingSetter/style.ts +0 -13
- package/page/App/components/PagePanel/Modules/Style/Components/DividerSetter/index.tsx +0 -207
- package/page/App/components/PagePanel/Modules/Style/Components/PaddingSetter/index.tsx +0 -600
- package/page/App/components/PagePanel/Modules/Style/Components/PaddingSetter/style.ts +0 -9
- package/page/App/components/PagePanel/Modules/Style/Components/ShadowSelect/constants.ts +0 -27
- package/page/App/components/PagePanel/Modules/Style/Components/ShadowSelect/index.tsx +0 -61
- package/page/App/components/PagePanel/Modules/Style/Components/ShadowSelect/interface.ts +0 -6
- package/page/App/components/PagePanel/Modules/Style/Components/ShadowSelect/style.ts +0 -30
- package/page/App/components/PagePanel/Modules/Style/Components/ShadowSetter/index.tsx +0 -155
- package/page/App/components/PagePanel/Modules/Style/index.tsx +0 -26
- package/page/App/components/PagePanel/Modules/Style/style.ts +0 -33
- package/page/App/components/PagePanel/index.tsx +0 -25
- package/page/App/components/PagePanel/style.ts +0 -35
- package/page/App/components/PublicTypes/ResourceGenerator/assets/emojiSmile.svg +0 -3
- package/page/App/components/PublicTypes/ResourceGenerator/assets/googlesheets/disabled-google.svg +0 -3
- package/page/App/components/PublicTypes/ResourceGenerator/assets/googlesheets/google-logo.svg +0 -14
- package/page/App/components/PublicTypes/ResourceGenerator/components/ActionGenerator/ActionResourceSelector/index.tsx +0 -166
- package/page/App/components/PublicTypes/ResourceGenerator/components/ActionGenerator/ActionResourceSelector/interface.ts +0 -21
- package/page/App/components/PublicTypes/ResourceGenerator/components/ActionGenerator/ActionResourceSelector/style.ts +0 -52
- package/page/App/components/PublicTypes/ResourceGenerator/components/ActionGenerator/Header/index.tsx +0 -20
- package/page/App/components/PublicTypes/ResourceGenerator/components/ActionGenerator/Header/interface.ts +0 -4
- package/page/App/components/PublicTypes/ResourceGenerator/components/ActionGenerator/Header/style.ts +0 -25
- package/page/App/components/PublicTypes/ResourceGenerator/components/ActionGenerator/index.tsx +0 -130
- package/page/App/components/PublicTypes/ResourceGenerator/components/ActionGenerator/interface.ts +0 -26
- package/page/App/components/PublicTypes/ResourceGenerator/components/ActionGenerator/style.ts +0 -7
- package/page/App/components/PublicTypes/ResourceGenerator/components/ActionGenerator/temp.ts +0 -0
- package/page/App/components/PublicTypes/ResourceGenerator/components/ColumnWhiteList/index.tsx +0 -34
- package/page/App/components/PublicTypes/ResourceGenerator/components/ColumnWhiteList/style.ts +0 -40
- package/page/App/components/PublicTypes/ResourceGenerator/components/ConfigElements/ActionButtons/CreateButton/index.tsx +0 -26
- package/page/App/components/PublicTypes/ResourceGenerator/components/ConfigElements/ActionButtons/CreateButton/interface.ts +0 -3
- package/page/App/components/PublicTypes/ResourceGenerator/components/ConfigElements/ActionButtons/GoogleCreateButton/index.tsx +0 -26
- package/page/App/components/PublicTypes/ResourceGenerator/components/ConfigElements/ActionButtons/GoogleCreateButton/style.ts +0 -51
- package/page/App/components/PublicTypes/ResourceGenerator/components/ConfigElements/RestApiConfigElement/BasicAuthPanel/index.tsx +0 -45
- package/page/App/components/PublicTypes/ResourceGenerator/components/ConfigElements/RestApiConfigElement/BearerAuthPanel/index.tsx +0 -31
- package/page/App/components/PublicTypes/ResourceGenerator/components/ConfigElements/RestApiConfigElement/DigestAuthPanel/index.tsx +0 -51
- package/page/App/components/PublicTypes/ResourceGenerator/components/ConfigElements/RestApiConfigElement/index.tsx +0 -316
- package/page/App/components/PublicTypes/ResourceGenerator/components/ConfigElements/RestApiConfigElement/interface.ts +0 -7
- package/page/App/components/PublicTypes/ResourceGenerator/components/ConfigElements/index.tsx +0 -21
- package/page/App/components/PublicTypes/ResourceGenerator/components/ConfigElements/interface.ts +0 -10
- package/page/App/components/PublicTypes/ResourceGenerator/components/ConfigElements/provider/index.tsx +0 -35
- package/page/App/components/PublicTypes/ResourceGenerator/components/ConfigElements/provider/interface.ts +0 -9
- package/page/App/components/PublicTypes/ResourceGenerator/components/ConfigElements/provider/style.ts +0 -10
- package/page/App/components/PublicTypes/ResourceGenerator/components/ConfigElements/style.ts +0 -98
- package/page/App/components/PublicTypes/ResourceGenerator/components/ControlledElement/index.tsx +0 -319
- package/page/App/components/PublicTypes/ResourceGenerator/components/ControlledElement/interface.ts +0 -39
- package/page/App/components/PublicTypes/ResourceGenerator/components/ControlledElement/style.ts +0 -74
- package/page/App/components/PublicTypes/ResourceGenerator/components/InputRecordEditor/index.tsx +0 -98
- package/page/App/components/PublicTypes/ResourceGenerator/components/InputRecordEditor/interface.ts +0 -13
- package/page/App/components/PublicTypes/ResourceGenerator/components/InputRecordEditor/style.ts +0 -44
- package/page/App/components/PublicTypes/ResourceGenerator/components/ResourceCard/index.tsx +0 -39
- package/page/App/components/PublicTypes/ResourceGenerator/components/ResourceCard/interface.ts +0 -7
- package/page/App/components/PublicTypes/ResourceGenerator/components/ResourceCard/style.ts +0 -44
- package/page/App/components/PublicTypes/ResourceGenerator/components/ResourceCard/suggestCard.tsx +0 -28
- package/page/App/components/PublicTypes/ResourceGenerator/components/ResourceCard/utils.tsx +0 -36
- package/page/App/components/PublicTypes/ResourceGenerator/components/ResourceCreatePanel/index.tsx +0 -33
- package/page/App/components/PublicTypes/ResourceGenerator/components/ResourceCreatePanel/interface.ts +0 -7
- package/page/App/components/PublicTypes/ResourceGenerator/components/ResourceCreatePanel/style.ts +0 -24
- package/page/App/components/PublicTypes/ResourceGenerator/components/ResourceCreator/index.tsx +0 -27
- package/page/App/components/PublicTypes/ResourceGenerator/components/ResourceCreator/interface.ts +0 -9
- package/page/App/components/PublicTypes/ResourceGenerator/components/ResourceCreator/style.ts +0 -10
- package/page/App/components/PublicTypes/ResourceGenerator/components/ResourceDivider/index.tsx +0 -40
- package/page/App/components/PublicTypes/ResourceGenerator/components/ResourceDivider/interface.ts +0 -8
- package/page/App/components/PublicTypes/ResourceGenerator/components/ResourceDivider/style.ts +0 -13
- package/page/App/components/PublicTypes/ResourceGenerator/components/ResourceHeader/index.tsx +0 -53
- package/page/App/components/PublicTypes/ResourceGenerator/components/ResourceHeader/interface.ts +0 -7
- package/page/App/components/PublicTypes/ResourceGenerator/components/ResourceHeader/style.ts +0 -45
- package/page/App/components/PublicTypes/ResourceGenerator/components/ResourceTypeSelector/index.tsx +0 -65
- package/page/App/components/PublicTypes/ResourceGenerator/components/ResourceTypeSelector/interface.ts +0 -7
- package/page/App/components/PublicTypes/ResourceGenerator/components/ResourceTypeSelector/style.ts +0 -28
- package/page/App/components/PublicTypes/ResourceGenerator/components/RowWhiteList/index.tsx +0 -41
- package/page/App/components/PublicTypes/ResourceGenerator/components/RowWhiteList/style.ts +0 -81
- package/page/App/components/PublicTypes/ResourceGenerator/components/TipPanel/index.tsx +0 -14
- package/page/App/components/PublicTypes/ResourceGenerator/components/TipPanel/interface.ts +0 -3
- package/page/App/components/PublicTypes/ResourceGenerator/components/TipPanel/style.ts +0 -13
- package/page/App/components/PublicTypes/ResourceGenerator/config.ts +0 -51
- package/page/App/components/PublicTypes/ResourceGenerator/formUtils.ts +0 -117
- package/page/App/components/PublicTypes/ResourceGenerator/index.tsx +0 -95
- package/page/App/components/PublicTypes/ResourceGenerator/interface.ts +0 -15
- package/page/App/components/PublicTypes/ResourceGenerator/provider/index.tsx +0 -64
- package/page/App/components/PublicTypes/ResourceGenerator/service/index.ts +0 -58
- package/page/App/components/PublicTypes/ResourceGenerator/service/oAuth.ts +0 -42
- package/page/App/components/PublicTypes/ResourceGenerator/service/resource.ts +0 -26
- package/page/App/components/PublicTypes/ResourceGenerator/utils.ts +0 -87
- package/page/App/components/PublicTypes/action/globalData.ts +0 -3
- package/page/App/components/PublicTypes/action/restApi.ts +0 -44
- package/page/App/components/PublicTypes/action/transformerAction.ts +0 -3
- package/page/App/components/PublicTypes/resource/index.ts +0 -62
- package/page/App/components/PublicTypes/resource/restapi.ts +0 -43
- package/page/App/components/ScreenPanel/Screen/index.tsx +0 -167
- package/page/App/components/ScreenPanel/index.tsx +0 -31
- package/page/App/components/Style/SearchList/index.tsx +0 -22
- package/page/App/components/Style/SearchList/interface.ts +0 -3
- package/page/App/components/Style/SearchList/serachListWIthNewButton.tsx +0 -156
- package/page/App/components/Style/SearchList/style.ts +0 -67
- package/page/App/components/Style/SearchListItem/index.tsx +0 -165
- package/page/App/components/Style/SearchListItem/interface.ts +0 -9
- package/page/App/components/Style/SearchListItem/style.ts +0 -89
- package/page/App/components/Style/StylePanel/index.tsx +0 -149
- package/page/App/components/Style/StylePanel/style.ts +0 -34
- package/page/App/components/Style/ThemePanel/Theme/index.tsx +0 -311
- package/page/App/components/Style/ThemePanel/index.tsx +0 -34
- package/page/App/components/componentPanel/ComponentItem.tsx +0 -133
- package/page/App/components/componentPanel/ComponentSession.tsx +0 -37
- package/page/App/components/componentPanel/componentListBuilder.tsx +0 -115
- package/page/App/components/componentPanel/components/SuggestComponent/index.tsx +0 -44
- package/page/App/components/componentPanel/components/SuggestComponent/style.ts +0 -35
- package/page/App/components/componentPanel/index.tsx +0 -108
- package/page/App/components/componentPanel/interface.ts +0 -34
- package/page/App/components/componentPanel/style.tsx +0 -116
- package/page/App/components/componentPanel/utils.tsx +0 -32
- package/page/App/components/dotPanel/calc.ts +0 -348
- package/page/App/components/dotPanel/components/Canvas/interface.ts +0 -39
- package/page/App/components/dotPanel/components/Canvas/renderComponentCanvasContainer.tsx +0 -323
- package/page/App/components/dotPanel/components/Canvas/renderComponentCanvasContainerMobile.tsx +0 -111
- package/page/App/components/dotPanel/components/Canvas/style.ts +0 -171
- package/page/App/components/dotPanel/components/ComponentParser/index.tsx +0 -40
- package/page/App/components/dotPanel/components/ComponentParser/interface.ts +0 -6
- package/page/App/components/dotPanel/components/DragPreview/index.tsx +0 -48
- package/page/App/components/dotPanel/components/DragPreview/interface.ts +0 -22
- package/page/App/components/dotPanel/components/DragPreview/style.ts +0 -22
- package/page/App/components/dotPanel/components/MousePreview/Cursor/index.tsx +0 -106
- package/page/App/components/dotPanel/components/MousePreview/Cursor/interface.ts +0 -15
- package/page/App/components/dotPanel/components/MousePreview/Cursor/style.ts +0 -27
- package/page/App/components/dotPanel/components/MousePreview/index.tsx +0 -33
- package/page/App/components/dotPanel/components/MousePreview/interface.ts +0 -4
- package/page/App/components/dotPanel/components/MultiSelectCanvas/index.tsx +0 -212
- package/page/App/components/dotPanel/components/MultiSelectCanvas/interface.ts +0 -6
- package/page/App/components/dotPanel/components/Page/emptyState.tsx +0 -17
- package/page/App/components/dotPanel/components/Page/emptyStateMobile.tsx +0 -8
- package/page/App/components/dotPanel/components/Page/interface.ts +0 -3
- package/page/App/components/dotPanel/components/Page/renderPage.tsx +0 -161
- package/page/App/components/dotPanel/components/Page/style.ts +0 -45
- package/page/App/components/dotPanel/components/PageLoading/pageLoading.tsx +0 -12
- package/page/App/components/dotPanel/components/PageLoading/style.ts +0 -9
- package/page/App/components/dotPanel/components/Section/BodySection/index.tsx +0 -89
- package/page/App/components/dotPanel/components/Section/BodySection/indexMobile.tsx +0 -61
- package/page/App/components/dotPanel/components/Section/BodySection/interface.ts +0 -7
- package/page/App/components/dotPanel/components/Section/BodySection/style.ts +0 -29
- package/page/App/components/dotPanel/components/Section/FooterSection/index.tsx +0 -111
- package/page/App/components/dotPanel/components/Section/FooterSection/interface.ts +0 -8
- package/page/App/components/dotPanel/components/Section/FooterSection/style.ts +0 -25
- package/page/App/components/dotPanel/components/Section/HeaderSection/index.tsx +0 -119
- package/page/App/components/dotPanel/components/Section/HeaderSection/interface.ts +0 -8
- package/page/App/components/dotPanel/components/Section/HeaderSection/style.ts +0 -25
- package/page/App/components/dotPanel/components/Section/LeftSection/index.tsx +0 -126
- package/page/App/components/dotPanel/components/Section/LeftSection/interface.ts +0 -8
- package/page/App/components/dotPanel/components/Section/LeftSection/style.ts +0 -25
- package/page/App/components/dotPanel/components/Section/RightSection/index.tsx +0 -124
- package/page/App/components/dotPanel/components/Section/RightSection/interface.ts +0 -8
- package/page/App/components/dotPanel/components/Section/RightSection/style.ts +0 -25
- package/page/App/components/dotPanel/components/Section/index.ts +0 -6
- package/page/App/components/dotPanel/components/Section/interface.ts +0 -5
- package/page/App/components/dotPanel/components/Section/style.ts +0 -77
- package/page/App/components/dotPanel/constant/canvas.ts +0 -30
- package/page/App/components/dotPanel/constant/snapshotNew.ts +0 -34
- package/page/App/components/dotPanel/context/mouseHoverContext.tsx +0 -55
- package/page/App/components/dotPanel/context/mouseMoveContext.tsx +0 -46
- package/page/App/components/dotPanel/context/scrollBarContext.tsx +0 -27
- package/page/App/components/dotPanel/hooks/sectionUtils.ts +0 -34
- package/page/App/components/dotPanel/hooks/useMousePostionAsync.tsx +0 -150
- package/page/App/components/dotPanel/index.tsx +0 -105
- package/page/App/components/dotPanel/interface.ts +0 -19
- package/page/App/components/dotPanel/style.ts +0 -182
- package/page/App/components/dotPanel/utils/calcMouse.ts +0 -47
- package/page/App/components/dotPanel/utils/crossingHelper.ts +0 -179
- package/page/App/components/dotPanel/utils/getDragShadow.ts +0 -530
- package/page/App/components/dotPanel/utils/getDropResult.ts +0 -30
- package/page/App/components/dotPanel/utils/sendBinaryMessage.ts +0 -94
- package/page/App/components/dotPanel/utils/styleutils/padding.ts +0 -28
- package/page/App/components/dotPanel/utils.ts +0 -26
- package/page/App/components/publicConfig/Act21Service/base.ts +0 -33
- package/page/App/components/publicConfig/Act21Service/constant.ts +0 -21
- package/page/App/components/publicConfig/Act21Service/index.ts +0 -106
- package/page/App/components/publicConfig/action/getInitialContent.ts +0 -43
- package/page/App/components/publicConfig/action/index.ts +0 -45
- package/page/App/components/publicConfig/action/restapiAction.ts +0 -17
- package/page/App/components/publicConfig/action/transformerAction.ts +0 -7
- package/page/App/components/publicConfig/resource/restapi.ts +0 -13
- package/page/App/components/scaleSquare/components/DragContainer/index.tsx +0 -115
- package/page/App/components/scaleSquare/components/DragContainer/interface.ts +0 -39
- package/page/App/components/scaleSquare/components/DragContainer/style.ts +0 -10
- package/page/App/components/scaleSquare/components/MoveBar/interface.ts +0 -14
- package/page/App/components/scaleSquare/components/MoveBar/moveBar.tsx +0 -72
- package/page/App/components/scaleSquare/components/MoveBar/style.ts +0 -78
- package/page/App/components/scaleSquare/components/PositionContainer/index.tsx +0 -24
- package/page/App/components/scaleSquare/components/PositionContainer/interface.ts +0 -8
- package/page/App/components/scaleSquare/components/PositionContainer/style.ts +0 -16
- package/page/App/components/scaleSquare/components/ResizingAndDragContainer/ResizeHandler/hooks.ts +0 -392
- package/page/App/components/scaleSquare/components/ResizingAndDragContainer/ResizeHandler/index.tsx +0 -141
- package/page/App/components/scaleSquare/components/ResizingAndDragContainer/ResizeHandler/interface.ts +0 -12
- package/page/App/components/scaleSquare/components/ResizingAndDragContainer/ResizeHandler/style.ts +0 -191
- package/page/App/components/scaleSquare/components/ResizingAndDragContainer/ResizeHandler/utils.ts +0 -21
- package/page/App/components/scaleSquare/components/ResizingAndDragContainer/index.tsx +0 -103
- package/page/App/components/scaleSquare/components/ResizingAndDragContainer/interface.ts +0 -12
- package/page/App/components/scaleSquare/components/ResizingAndDragContainer/style.ts +0 -110
- package/page/App/components/scaleSquare/components/ResizingAndDragContainer/utils.tsx +0 -120
- package/page/App/components/scaleSquare/components/TransformWidgetWrapper/config.tsx +0 -2
- package/page/App/components/scaleSquare/components/TransformWidgetWrapper/index.tsx +0 -390
- package/page/App/components/scaleSquare/components/TransformWidgetWrapper/interface.ts +0 -16
- package/page/App/components/scaleSquare/components/TransformWidgetWrapper/style.ts +0 -110
- package/page/App/components/scaleSquare/components/WrapperContainer/index.tsx +0 -72
- package/page/App/components/scaleSquare/components/WrapperContainer/indexMobile.tsx +0 -65
- package/page/App/components/scaleSquare/components/WrapperContainer/interface.ts +0 -8
- package/page/App/components/scaleSquare/components/WrapperContainer/style.ts +0 -32
- package/page/App/components/scaleSquare/constant/moveBar.ts +0 -3
- package/page/App/components/scaleSquare/constant/widget.ts +0 -8
- package/page/App/components/scaleSquare/context/mouseHoverContext.tsx +0 -55
- package/page/App/components/scaleSquare/context/mouseMoveContext.tsx +0 -46
- package/page/App/components/scaleSquare/context/scrollBarContext.tsx +0 -27
- package/page/App/components/scaleSquare/index.tsx +0 -67
- package/page/App/components/scaleSquare/interface.ts +0 -20
- package/page/App/components/scaleSquare/style.ts +0 -330
- package/page/App/components/scaleSquare/utils/getRealShapeAndPosition.ts +0 -86
- package/page/App/components/scaleSquare/utils/useGetDisplayNameInMoveBar.ts +0 -34
- package/page/App/components/scaleSquare/utils/useMouseHover.ts +0 -47
- package/page/App/components/scaleSquare/utils/useScaleStateSelector.ts +0 -17
- package/page/App/index.tsx +0 -110
- package/page/App/module/ActionEditor/index.tsx +0 -40
- package/page/App/module/ActionEditor/styles.ts +0 -147
- package/page/App/module/CanvasPanel/index.tsx +0 -49
- package/page/App/module/CanvasPanel/interface.ts +0 -11
- package/page/App/module/CanvasPanel/style.ts +0 -43
- package/page/App/module/ComponentManager/index.tsx +0 -70
- package/page/App/module/ComponentManager/style.tsx +0 -62
- package/page/App/module/DataWorkspace/components/ActionSpaceTree/index.tsx +0 -65
- package/page/App/module/DataWorkspace/components/BaseDataItem/index.tsx +0 -443
- package/page/App/module/DataWorkspace/components/BaseDataItem/interface.ts +0 -12
- package/page/App/module/DataWorkspace/components/BaseDataItem/style.ts +0 -108
- package/page/App/module/DataWorkspace/components/ComponentSpaceTree/index.tsx +0 -82
- package/page/App/module/DataWorkspace/components/GlobalsSpaceTree/index.tsx +0 -37
- package/page/App/module/DataWorkspace/components/GlobalsSpaceTree/interface.ts +0 -5
- package/page/App/module/DataWorkspace/components/GlobalsSpaceTree/style.ts +0 -27
- package/page/App/module/DataWorkspace/components/LibrariesTree/constants.ts +0 -27
- package/page/App/module/DataWorkspace/components/LibrariesTree/index.tsx +0 -29
- package/page/App/module/DataWorkspace/components/LibrariesTree/interface.ts +0 -5
- package/page/App/module/DataWorkspace/components/LibrariesTree/item.tsx +0 -33
- package/page/App/module/DataWorkspace/components/LibrariesTree/style.ts +0 -45
- package/page/App/module/DataWorkspace/components/MoreAction/index.tsx +0 -62
- package/page/App/module/DataWorkspace/components/MoreAction/interface.ts +0 -4
- package/page/App/module/DataWorkspace/components/PageSpaceTree/components/ActionMenu/index.tsx +0 -93
- package/page/App/module/DataWorkspace/components/PageSpaceTree/components/ActionMenu/interface.ts +0 -6
- package/page/App/module/DataWorkspace/components/PageSpaceTree/components/ChangePathModal/interface.ts +0 -6
- package/page/App/module/DataWorkspace/components/PageSpaceTree/components/ChangePathModal/modal.tsx +0 -49
- package/page/App/module/DataWorkspace/components/PageSpaceTree/components/ChangePathModal/style.tsx +0 -42
- package/page/App/module/DataWorkspace/components/PageSpaceTree/components/PageItem/index.tsx +0 -208
- package/page/App/module/DataWorkspace/components/PageSpaceTree/components/PageItem/interface.ts +0 -9
- package/page/App/module/DataWorkspace/components/PageSpaceTree/components/PageItem/style.ts +0 -76
- package/page/App/module/DataWorkspace/components/PageSpaceTree/index.tsx +0 -79
- package/page/App/module/DataWorkspace/components/PageSpaceTree/style.ts +0 -5
- package/page/App/module/DataWorkspace/components/WorkSpaceTreeGroup/index.tsx +0 -13
- package/page/App/module/DataWorkspace/components/WorkSpaceTreeGroup/interface.ts +0 -6
- package/page/App/module/DataWorkspace/components/WorkSpaceTreeGroup/style.ts +0 -5
- package/page/App/module/DataWorkspace/components/WorkSpaceTreeItem/WorkSpaceTreeNode.tsx +0 -49
- package/page/App/module/DataWorkspace/components/WorkSpaceTreeItem/index.tsx +0 -105
- package/page/App/module/DataWorkspace/components/WorkSpaceTreeItem/interface.ts +0 -15
- package/page/App/module/DataWorkspace/components/WorkSpaceTreeItem/style.ts +0 -185
- package/page/App/module/DataWorkspace/components/WorkSpaceTreeItem/utils.tsx +0 -15
- package/page/App/module/DataWorkspace/constant.ts +0 -1
- package/page/App/module/DataWorkspace/index.tsx +0 -29
- package/page/App/module/DataWorkspace/style.ts +0 -47
- package/page/App/module/LeftPanel/index.tsx +0 -21
- package/page/App/module/LeftPanel/style.ts +0 -11
- package/page/App/module/PageNavBar/ScreenIcons/index.tsx +0 -55
- package/page/App/module/PageNavBar/ScreenIcons/style.ts +0 -41
- package/page/App/module/PageNavBar/WindowIcons/index.tsx +0 -50
- package/page/App/module/PageNavBar/WindowIcons/style.ts +0 -48
- package/page/App/module/PageNavBar/index.tsx +0 -136
- package/page/App/module/PageNavBar/interface.ts +0 -3
- package/page/App/module/PageNavBar/resp.ts +0 -5
- package/page/App/module/PageNavBar/style.tsx +0 -154
- package/page/App/module/ScreenEditor/index.tsx +0 -39
- package/page/App/module/StyleEditor/index.tsx +0 -33
- package/page/App/module/StyleEditor/styles.ts +0 -146
- package/page/App/module/StyleSpaceTree/index.tsx +0 -104
- package/page/App/module/ThemeEditor/index.tsx +0 -36
- package/page/App/module/ThemeEditor/styles.ts +0 -146
- package/page/App/style.tsx +0 -139
- package/redux/config/configListener.ts +0 -101
- package/redux/config/configPayload.ts +0 -14
- package/redux/config/configReducer.ts +0 -337
- package/redux/config/configSelector.ts +0 -199
- package/redux/config/configSlice.ts +0 -88
- package/redux/config/configState.ts +0 -79
- package/redux/currentApp/action/actionListener.ts +0 -158
- package/redux/currentApp/action/actionReducer.ts +0 -137
- package/redux/currentApp/action/actionSelector.ts +0 -126
- package/redux/currentApp/action/actionSlice.ts +0 -34
- package/redux/currentApp/action/actionState.ts +0 -29
- package/redux/currentApp/action/interface.ts +0 -77
- package/redux/currentApp/components/componentsListener.ts +0 -212
- package/redux/currentApp/components/componentsPayload.ts +0 -56
- package/redux/currentApp/components/componentsReducer.ts +0 -1150
- package/redux/currentApp/components/componentsSelector.ts +0 -537
- package/redux/currentApp/components/componentsSlice.ts +0 -88
- package/redux/currentApp/components/componentsState.ts +0 -371
- package/redux/currentApp/cursor/cursorReducer.ts +0 -78
- package/redux/currentApp/cursor/cursorSelector.ts +0 -10
- package/redux/currentApp/cursor/cursorSlice.ts +0 -26
- package/redux/currentApp/cursor/cursorState.ts +0 -20
- package/redux/currentApp/executionController/controllerReducer.ts +0 -50
- package/redux/currentApp/executionController/controllerSelector.ts +0 -41
- package/redux/currentApp/executionController/controllerSlice.ts +0 -28
- package/redux/currentApp/executionController/controllerState.ts +0 -3
- package/redux/currentApp/executionController/interface.ts +0 -131
- package/redux/currentApp/executionTree/executionListener.ts +0 -293
- package/redux/currentApp/executionTree/executionReducer.ts +0 -276
- package/redux/currentApp/executionTree/executionSelector.ts +0 -754
- package/redux/currentApp/executionTree/executionSlice.ts +0 -54
- package/redux/currentApp/executionTree/executionState.ts +0 -322
- package/redux/currentApp/selector.ts +0 -2
- package/redux/currentApp/slice.ts +0 -17
- package/redux/currentApp/style/cursorSlice.ts +0 -30
- package/redux/currentApp/style/styleReducer.ts +0 -75
- package/redux/currentApp/style/styleSelector.ts +0 -24
- package/redux/currentApp/style/styleState.ts +0 -446
- package/redux/resource/resourceReducer.ts +0 -48
- package/redux/resource/resourceSelector.ts +0 -16
- package/redux/resource/resourceSlice.ts +0 -24
- package/redux/resource/resourceState.ts +0 -40
- package/redux/resource/upstashResource.ts +0 -2
- package/redux/utils.ts +0 -316
- package/scripts/reset-project.js +0 -112
- package/store.ts +0 -38
- package/style.tsx +0 -69
- package/theme.ts +0 -206
- package/tsconfig.json +0 -67
- package/utils/DropDown/dropdown.tsx +0 -63
- package/utils/DropDown/droplist-item.tsx +0 -54
- package/utils/DropDown/droplist.tsx +0 -48
- package/utils/DropDown/index.ts +0 -4
- package/utils/DropDown/interface.ts +0 -47
- package/utils/DropDown/style.ts +0 -212
- package/utils/DropDown/use-merge-value.ts +0 -50
- package/utils/DropDown/vite-env.d.ts +0 -1
- package/utils/IconHotSpot/index.tsx +0 -36
- package/utils/IconHotSpot/interface.ts +0 -10
- package/utils/IconHotSpot/style.ts +0 -29
- package/utils/InspectHelper/selectWidgetHelper.ts +0 -25
- package/utils/Link/index.ts +0 -2
- package/utils/Link/interface.ts +0 -28
- package/utils/Link/link.tsx +0 -38
- package/utils/Link/style.ts +0 -69
- package/utils/Notification/hook.ts +0 -66
- package/utils/Notification/index.ts +0 -5
- package/utils/Notification/interface.ts +0 -30
- package/utils/Notification/notification-group.tsx +0 -111
- package/utils/Notification/notification-store.ts +0 -113
- package/utils/Notification/notification.tsx +0 -160
- package/utils/Notification/style.ts +0 -144
- package/utils/Table/filterFn.ts +0 -21
- package/utils/Table/filters-editor.tsx +0 -163
- package/utils/Table/index.ts +0 -11
- package/utils/Table/interface.ts +0 -218
- package/utils/Table/raw-tip.tsx +0 -3
- package/utils/Table/react-table.d.ts +0 -14
- package/utils/Table/render-data-driven-table.tsx +0 -682
- package/utils/Table/render-direct-table.tsx +0 -68
- package/utils/Table/style.ts +0 -395
- package/utils/Table/table-context.ts +0 -8
- package/utils/Table/table-data.ts +0 -1
- package/utils/Table/table-filter.tsx +0 -98
- package/utils/Table/table.tsx +0 -26
- package/utils/Table/tbody.tsx +0 -21
- package/utils/Table/td.tsx +0 -123
- package/utils/Table/tfoot.tsx +0 -24
- package/utils/Table/th.tsx +0 -65
- package/utils/Table/thead.tsx +0 -28
- package/utils/Table/tr.tsx +0 -30
- package/utils/Table/utils.ts +0 -305
- package/utils/action/runAction.ts +0 -357
- package/utils/action/runActionEventHandler.ts +0 -44
- package/utils/action/runActionTransformer.ts +0 -22
- package/utils/action/transResponse.ts +0 -98
- package/utils/action/transformDataFormat.ts +0 -28
- package/utils/autoUpdateHeight.ts +0 -25
- package/utils/basicConfig.ts +0 -144
- package/utils/changeDisplayNameHelper.ts +0 -298
- package/utils/color-palette.ts +0 -147
- package/utils/colorBuilder/index.ts +0 -146
- package/utils/componentNode/buildTree.ts +0 -62
- package/utils/componentNode/changeDisplayNameHelper.ts +0 -22
- package/utils/componentNode/copyHelper.ts +0 -1
- package/utils/componentNode/flatTree.ts +0 -59
- package/utils/componentNode/search.ts +0 -30
- package/utils/configProvider/config-provider-context.tsx +0 -10
- package/utils/configProvider/config-provider.tsx +0 -18
- package/utils/configProvider/config.tsx +0 -15
- package/utils/configProvider/index.ts +0 -9
- package/utils/configProvider/interface.ts +0 -20
- package/utils/configProvider/locale/def.tsx +0 -3
- package/utils/configProvider/locale/en-US.tsx +0 -107
- package/utils/configProvider/vite-env.d.ts +0 -1
- package/utils/converter.ts +0 -74
- package/utils/copyManager.ts +0 -378
- package/utils/drag/drag.ts +0 -37
- package/utils/evaluateDynamicString/codeSandbox.ts +0 -173
- package/utils/evaluateDynamicString/dynamicConverter.ts +0 -63
- package/utils/evaluateDynamicString/index.ts +0 -61
- package/utils/evaluateDynamicString/utils.ts +0 -92
- package/utils/evaluateDynamicString/valueConverter.ts +0 -136
- package/utils/eventHandlerHelper/index.ts +0 -444
- package/utils/eventHandlerHelper/utils/commonUtils.ts +0 -168
- package/utils/eventHandlerHelper/utils/globalDataUtils.ts +0 -20
- package/utils/eventHandlerHelper/utils/localStorage.ts +0 -16
- package/utils/executionTreeHelper/ast/constants.ts +0 -23
- package/utils/executionTreeHelper/ast/index.ts +0 -57
- package/utils/executionTreeHelper/ast/interface.ts +0 -151
- package/utils/executionTreeHelper/ast/typeHelper.ts +0 -154
- package/utils/executionTreeHelper/ast/utils.ts +0 -11
- package/utils/executionTreeHelper/ast/walk.ts +0 -132
- package/utils/executionTreeHelper/ast/walkHelper.ts +0 -93
- package/utils/executionTreeHelper/executionTreeFactory.ts +0 -790
- package/utils/executionTreeHelper/generateGlobalData.ts +0 -18
- package/utils/executionTreeHelper/generatePageInfo.ts +0 -76
- package/utils/executionTreeHelper/generateRawAction.ts +0 -66
- package/utils/executionTreeHelper/generateRawWidget.ts +0 -18
- package/utils/executionTreeHelper/generateUrlParams.ts +0 -16
- package/utils/executionTreeHelper/interface.ts +0 -41
- package/utils/executionTreeHelper/rawTreeFactory.ts +0 -63
- package/utils/executionTreeHelper/rrecursiveDelete.ts +0 -25
- package/utils/executionTreeHelper/runtimePropsCollector.ts +0 -242
- package/utils/executionTreeHelper/utils.ts +0 -147
- package/utils/focusManager.ts +0 -37
- package/utils/generators/generateAllTypePathsFromWidgetConfig.ts +0 -127
- package/utils/generators/generateComponentNode.ts +0 -269
- package/utils/generators/generateDisplayName.ts +0 -98
- package/utils/generators/generatePageOrSectionConfig.ts +0 -147
- package/utils/generators/interface.ts +0 -116
- package/utils/getStyleMap.ts +0 -30
- package/utils/helper.ts +0 -36
- package/utils/mediaSourceLoad/index.tsx +0 -25
- package/utils/mediaSourceLoad/interface.ts +0 -11
- package/utils/mediaSourceLoad/utils.ts +0 -16
- package/utils/mixpanelHelper/index.tsx +0 -338
- package/utils/model/src/hook.ts +0 -64
- package/utils/model/src/index.ts +0 -5
- package/utils/model/src/interface.ts +0 -239
- package/utils/model/src/modal-group.tsx +0 -59
- package/utils/model/src/modal-store.ts +0 -95
- package/utils/model/src/modal.tsx +0 -245
- package/utils/model/src/omit.ts +0 -17
- package/utils/model/src/style.ts +0 -328
- package/utils/pagination/index.ts +0 -2
- package/utils/pagination/interface.ts +0 -40
- package/utils/pagination/pagination.tsx +0 -511
- package/utils/pagination/style.ts +0 -199
- package/utils/shortcut/index.tsx +0 -510
- package/utils/shortcut/interface.ts +0 -29
- package/utils/shortcut/shortcutProvider.tsx +0 -8
- package/utils/spin/index.ts +0 -2
- package/utils/spin/interface.ts +0 -30
- package/utils/spin/spin.tsx +0 -60
- package/utils/spin/styles.ts +0 -95
- package/utils/switch/index.ts +0 -2
- package/utils/switch/interface.ts +0 -34
- package/utils/switch/style.ts +0 -132
- package/utils/switch/switch.tsx +0 -74
- package/utils/trigger/Box.ts +0 -197
- package/utils/trigger/index.ts +0 -4
- package/utils/trigger/interface.ts +0 -75
- package/utils/trigger/popup.tsx +0 -49
- package/utils/trigger/style.ts +0 -184
- package/utils/trigger/transform.ts +0 -55
- package/utils/trigger/trigger-context.tsx +0 -9
- package/utils/trigger/trigger-provider.tsx +0 -15
- package/utils/trigger/trigger.tsx +0 -432
- package/utils/trigger/vite-env.d.ts +0 -1
- package/utils/undoRedo/antonymyRule.ts +0 -159
- package/utils/undoRedo/circularStack.ts +0 -52
- package/utils/undoRedo/undo.ts +0 -82
- package/utils/undoRedo/undoRedoMethod/action.ts +0 -53
- package/utils/undoRedo/undoRedoMethod/components.ts +0 -0
- package/utils/userAgent/index.ts +0 -30
- package/utils/validationFactory/index.ts +0 -155
- package/widgetLibrary/BasicContainer/BasicContainer.tsx +0 -18
- package/widgetLibrary/BasicContainer/BasicPanel.ts +0 -54
- package/widgetLibrary/ButtonWidget/button.tsx +0 -63
- package/widgetLibrary/ButtonWidget/eventHandlerConfig.ts +0 -14
- package/widgetLibrary/ButtonWidget/index.tsx +0 -4
- package/widgetLibrary/ButtonWidget/interface.ts +0 -217
- package/widgetLibrary/ButtonWidget/panelConfig.tsx +0 -203
- package/widgetLibrary/ButtonWidget/style.ts +0 -6
- package/widgetLibrary/ButtonWidget/widgetConfig.tsx +0 -19
- package/widgetLibrary/ButtonWidgetNative/button.tsx +0 -65
- package/widgetLibrary/ButtonWidgetNative/eventHandlerConfig.ts +0 -14
- package/widgetLibrary/ButtonWidgetNative/index.tsx +0 -4
- package/widgetLibrary/ButtonWidgetNative/interface.ts +0 -215
- package/widgetLibrary/ButtonWidgetNative/panelConfig.tsx +0 -196
- package/widgetLibrary/ButtonWidgetNative/style.ts +0 -6
- package/widgetLibrary/ButtonWidgetNative/widgetConfig.tsx +0 -17
- package/widgetLibrary/CSSGrid/GridChild.tsx +0 -293
- package/widgetLibrary/CSSGrid/GridContainer.tsx +0 -171
- package/widgetLibrary/CSSGrid/WidgetConfig.tsx +0 -40
- package/widgetLibrary/CSSGrid/eventHandlerConfig.ts +0 -23
- package/widgetLibrary/CSSGrid/panelConfig.tsx +0 -160
- package/widgetLibrary/CSSGrid/style.ts +0 -143
- package/widgetLibrary/CSSGrid/utils.tsx +0 -57
- package/widgetLibrary/Card/Card.tsx +0 -84
- package/widgetLibrary/Card/index.ts +0 -3
- package/widgetLibrary/Card/interface.ts +0 -12
- package/widgetLibrary/Card/panelConfig.tsx +0 -89
- package/widgetLibrary/Card/widgetConfig.tsx +0 -20
- package/widgetLibrary/CheckBoxContainer/checkBox.tsx +0 -161
- package/widgetLibrary/CheckBoxContainer/eventHandlerConfig.ts +0 -14
- package/widgetLibrary/CheckBoxContainer/icons.tsx +0 -20
- package/widgetLibrary/CheckBoxContainer/index.ts +0 -3
- package/widgetLibrary/CheckBoxContainer/interface.ts +0 -18
- package/widgetLibrary/CheckBoxContainer/panelConfig.tsx +0 -215
- package/widgetLibrary/CheckBoxContainer/widgetConfig.tsx +0 -17
- package/widgetLibrary/CheckBoxContainerNative/checkBox.tsx +0 -123
- package/widgetLibrary/CheckBoxContainerNative/eventHandlerConfig.ts +0 -14
- package/widgetLibrary/CheckBoxContainerNative/index.ts +0 -3
- package/widgetLibrary/CheckBoxContainerNative/interface.ts +0 -18
- package/widgetLibrary/CheckBoxContainerNative/panelConfig.tsx +0 -179
- package/widgetLibrary/CheckBoxContainerNative/widgetConfig.tsx +0 -17
- package/widgetLibrary/ContainerWidget/container.tsx +0 -207
- package/widgetLibrary/ContainerWidget/emptyState.tsx +0 -41
- package/widgetLibrary/ContainerWidget/eventHandlerConfig.ts +0 -22
- package/widgetLibrary/ContainerWidget/index.tsx +0 -3
- package/widgetLibrary/ContainerWidget/interface.ts +0 -53
- package/widgetLibrary/ContainerWidget/panelConfig.tsx +0 -174
- package/widgetLibrary/ContainerWidget/style.ts +0 -38
- package/widgetLibrary/ContainerWidget/widgetConfig.tsx +0 -31
- package/widgetLibrary/CreditCard/CreditCard.tsx +0 -108
- package/widgetLibrary/CreditCard/eventHandlerConfig.ts +0 -14
- package/widgetLibrary/CreditCard/index.ts +0 -4
- package/widgetLibrary/CreditCard/interface.ts +0 -12
- package/widgetLibrary/CreditCard/panelConfig.tsx +0 -101
- package/widgetLibrary/CreditCard/widgetConfig.tsx +0 -20
- package/widgetLibrary/DateWidget/date.tsx +0 -212
- package/widgetLibrary/DateWidget/eventHandlerConfig.ts +0 -14
- package/widgetLibrary/DateWidget/index.ts +0 -6
- package/widgetLibrary/DateWidget/interface.ts +0 -29
- package/widgetLibrary/DateWidget/panelConfig.tsx +0 -151
- package/widgetLibrary/DateWidget/styles.css +0 -5
- package/widgetLibrary/DateWidget/widgetConfig.tsx +0 -21
- package/widgetLibrary/EmptyBoxWidget/EmptyBox.tsx +0 -21
- package/widgetLibrary/EmptyBoxWidget/index.ts +0 -3
- package/widgetLibrary/EmptyBoxWidget/interface.ts +0 -7
- package/widgetLibrary/EmptyBoxWidget/panelConfig.tsx +0 -21
- package/widgetLibrary/EmptyBoxWidget/widgetConfig.tsx +0 -15
- package/widgetLibrary/FileInput/FileInput.tsx +0 -9
- package/widgetLibrary/FileInput/index.ts +0 -3
- package/widgetLibrary/FileInput/panelConfig.tsx +0 -213
- package/widgetLibrary/FileInput/widgetConfig.tsx +0 -16
- package/widgetLibrary/FormWidget/eventHandlerConfig.ts +0 -20
- package/widgetLibrary/FormWidget/form.tsx +0 -409
- package/widgetLibrary/FormWidget/index.ts +0 -3
- package/widgetLibrary/FormWidget/interface.ts +0 -29
- package/widgetLibrary/FormWidget/panelConfig.tsx +0 -181
- package/widgetLibrary/FormWidget/style.ts +0 -46
- package/widgetLibrary/FormWidget/widgetConfig.tsx +0 -73
- package/widgetLibrary/GridContainer/GridContainer.tsx +0 -188
- package/widgetLibrary/GridContainer/WidgetConfig.tsx +0 -46
- package/widgetLibrary/GridContainer/eventHandlerConfig.ts +0 -23
- package/widgetLibrary/GridContainer/panelConfig.tsx +0 -211
- package/widgetLibrary/IconWidget/eventHandlerConfig.ts +0 -14
- package/widgetLibrary/IconWidget/icon.tsx +0 -37
- package/widgetLibrary/IconWidget/index.ts +0 -3
- package/widgetLibrary/IconWidget/interface.ts +0 -23
- package/widgetLibrary/IconWidget/panelConfig.tsx +0 -105
- package/widgetLibrary/IconWidget/style.ts +0 -37
- package/widgetLibrary/IconWidget/utils.tsx +0 -90
- package/widgetLibrary/IconWidget/widgetConfig.tsx +0 -17
- package/widgetLibrary/Image/Image.tsx +0 -32
- package/widgetLibrary/Image/index.ts +0 -3
- package/widgetLibrary/Image/interface.ts +0 -14
- package/widgetLibrary/Image/panelConfig.tsx +0 -90
- package/widgetLibrary/Image/widgetConfig.tsx +0 -18
- package/widgetLibrary/ImageNative/Image.tsx +0 -45
- package/widgetLibrary/ImageNative/index.ts +0 -3
- package/widgetLibrary/ImageNative/interface.ts +0 -14
- package/widgetLibrary/ImageNative/panelConfig.tsx +0 -90
- package/widgetLibrary/ImageNative/widgetConfig.tsx +0 -18
- package/widgetLibrary/InputNativeWidget/PhoneInput.tsx +0 -29
- package/widgetLibrary/InputNativeWidget/eventHandlerConfig.ts +0 -26
- package/widgetLibrary/InputNativeWidget/index.ts +0 -5
- package/widgetLibrary/InputNativeWidget/input.tsx +0 -234
- package/widgetLibrary/InputNativeWidget/interface.ts +0 -45
- package/widgetLibrary/InputNativeWidget/panelConfig.tsx +0 -353
- package/widgetLibrary/InputNativeWidget/style.ts +0 -5
- package/widgetLibrary/InputNativeWidget/utils.ts +0 -44
- package/widgetLibrary/InputNativeWidget/widgetConfig.tsx +0 -24
- package/widgetLibrary/InputWidget/PhoneInput.tsx +0 -29
- package/widgetLibrary/InputWidget/eventHandlerConfig.ts +0 -26
- package/widgetLibrary/InputWidget/index.ts +0 -5
- package/widgetLibrary/InputWidget/input.tsx +0 -267
- package/widgetLibrary/InputWidget/interface.ts +0 -45
- package/widgetLibrary/InputWidget/panelConfig.tsx +0 -325
- package/widgetLibrary/InputWidget/style.ts +0 -5
- package/widgetLibrary/InputWidget/utils.ts +0 -44
- package/widgetLibrary/InputWidget/widgetConfig.tsx +0 -24
- package/widgetLibrary/Label/eventHandlerConfig.ts +0 -14
- package/widgetLibrary/Label/index.ts +0 -4
- package/widgetLibrary/Label/interface.ts +0 -14
- package/widgetLibrary/Label/label.tsx +0 -38
- package/widgetLibrary/Label/panelConfig.tsx +0 -82
- package/widgetLibrary/Label/widgetConfig.tsx +0 -23
- package/widgetLibrary/LabelNative/Label.tsx +0 -38
- package/widgetLibrary/LabelNative/eventHandlerConfig.ts +0 -14
- package/widgetLibrary/LabelNative/index.ts +0 -3
- package/widgetLibrary/LabelNative/interface.ts +0 -30
- package/widgetLibrary/LabelNative/panelConfig.ts +0 -205
- package/widgetLibrary/LabelNative/widgetConfig.ts +0 -21
- package/widgetLibrary/MuiltiSelect.tsx/MultiSelect.tsx +0 -261
- package/widgetLibrary/MuiltiSelect.tsx/eventHandlerConfig.ts +0 -26
- package/widgetLibrary/MuiltiSelect.tsx/index.ts +0 -3
- package/widgetLibrary/MuiltiSelect.tsx/interface.ts +0 -72
- package/widgetLibrary/MuiltiSelect.tsx/panelConfig.tsx +0 -289
- package/widgetLibrary/MuiltiSelect.tsx/style.ts +0 -81
- package/widgetLibrary/MuiltiSelect.tsx/styles.css +0 -4
- package/widgetLibrary/MuiltiSelect.tsx/widgetConfig.tsx +0 -33
- package/widgetLibrary/NativeContainer/BasicPanel.ts +0 -189
- package/widgetLibrary/NativeContainer/NativeChild.tsx +0 -156
- package/widgetLibrary/NativeContainer/NativeContainer.tsx +0 -189
- package/widgetLibrary/NativeContainer/WidgetConfig.tsx +0 -37
- package/widgetLibrary/NativeContainer/index.ts +0 -3
- package/widgetLibrary/NativeContainer/interface.ts +0 -22
- package/widgetLibrary/NativeContainer/panelConfig.tsx +0 -150
- package/widgetLibrary/OTPWidget/OTP.tsx +0 -175
- package/widgetLibrary/OTPWidget/OTPInput.tsx +0 -231
- package/widgetLibrary/OTPWidget/eventHandlerConfig.ts +0 -26
- package/widgetLibrary/OTPWidget/index.ts +0 -5
- package/widgetLibrary/OTPWidget/interface.ts +0 -37
- package/widgetLibrary/OTPWidget/panelConfig.tsx +0 -140
- package/widgetLibrary/OTPWidget/style.ts +0 -5
- package/widgetLibrary/OTPWidget/widgetConfig.tsx +0 -20
- package/widgetLibrary/PublicSector/AutoHeightContainer/index.tsx +0 -46
- package/widgetLibrary/PublicSector/AutoHeightContainer/style.ts +0 -11
- package/widgetLibrary/PublicSector/InvalidMessage/index.tsx +0 -18
- package/widgetLibrary/PublicSector/InvalidMessage/interface.tsx +0 -34
- package/widgetLibrary/PublicSector/InvalidMessage/style.tsx +0 -18
- package/widgetLibrary/PublicSector/InvalidMessage/utils.tsx +0 -307
- package/widgetLibrary/PublicSector/InvalidMessageNative/index.tsx +0 -23
- package/widgetLibrary/PublicSector/InvalidMessageNative/interface.tsx +0 -33
- package/widgetLibrary/PublicSector/InvalidMessageNative/style.tsx +0 -22
- package/widgetLibrary/PublicSector/utils/generatorEventHandlerConfig.ts +0 -953
- package/widgetLibrary/PublicSector/utils/generatorTableEventHandlerConfig.ts +0 -686
- package/widgetLibrary/RadioWidget/eventHandlerConfig.ts +0 -15
- package/widgetLibrary/RadioWidget/index.ts +0 -4
- package/widgetLibrary/RadioWidget/interface.ts +0 -24
- package/widgetLibrary/RadioWidget/panelConfig.tsx +0 -274
- package/widgetLibrary/RadioWidget/radio.tsx +0 -217
- package/widgetLibrary/RadioWidget/widgetConfig.tsx +0 -44
- package/widgetLibrary/RenderChildrenCanvas/index.tsx +0 -59
- package/widgetLibrary/RenderChildrenCanvas/interface.ts +0 -8
- package/widgetLibrary/SelectWidget/Select.tsx +0 -215
- package/widgetLibrary/SelectWidget/eventHandlerConfig.ts +0 -26
- package/widgetLibrary/SelectWidget/formSelectOptions.ts +0 -71
- package/widgetLibrary/SelectWidget/index.ts +0 -3
- package/widgetLibrary/SelectWidget/interface.ts +0 -72
- package/widgetLibrary/SelectWidget/panelConfig.tsx +0 -299
- package/widgetLibrary/SelectWidget/styles.css +0 -4
- package/widgetLibrary/SelectWidget/widgetConfig.tsx +0 -37
- package/widgetLibrary/Slider/Slider.tsx +0 -229
- package/widgetLibrary/Slider/eventHandlerConfig.ts +0 -14
- package/widgetLibrary/Slider/index.ts +0 -4
- package/widgetLibrary/Slider/interface.ts +0 -12
- package/widgetLibrary/Slider/panelConfig.tsx +0 -71
- package/widgetLibrary/Slider/widgetConfig.tsx +0 -18
- package/widgetLibrary/TableWidget/eventHandlerConfig.ts +0 -69
- package/widgetLibrary/TableWidget/index.ts +0 -3
- package/widgetLibrary/TableWidget/interface.ts +0 -192
- package/widgetLibrary/TableWidget/panelConfig.tsx +0 -625
- package/widgetLibrary/TableWidget/react-table.d.ts +0 -15
- package/widgetLibrary/TableWidget/renderTableCell.tsx +0 -280
- package/widgetLibrary/TableWidget/style.ts +0 -117
- package/widgetLibrary/TableWidget/table.tsx +0 -698
- package/widgetLibrary/TableWidget/utils.tsx +0 -448
- package/widgetLibrary/TableWidget/widgetConfig.tsx +0 -57
- package/widgetLibrary/Tabs/Tabs.tsx +0 -259
- package/widgetLibrary/Tabs/index.ts +0 -3
- package/widgetLibrary/Tabs/panelConfig.tsx +0 -186
- package/widgetLibrary/Tabs/widgetConfig.tsx +0 -38
- package/widgetLibrary/TextAreaContainer/TextArea.tsx +0 -133
- package/widgetLibrary/TextAreaContainer/index.ts +0 -3
- package/widgetLibrary/TextAreaContainer/interface.ts +0 -27
- package/widgetLibrary/TextAreaContainer/panelConfig.tsx +0 -148
- package/widgetLibrary/TextAreaContainer/widgetConfig.tsx +0 -25
- package/widgetLibrary/TextAreaContainerNative/TextArea.tsx +0 -101
- package/widgetLibrary/TextAreaContainerNative/index.ts +0 -3
- package/widgetLibrary/TextAreaContainerNative/interface.ts +0 -29
- package/widgetLibrary/TextAreaContainerNative/panelConfig.tsx +0 -180
- package/widgetLibrary/TextAreaContainerNative/widgetConfig.tsx +0 -25
- package/widgetLibrary/UploadFile/UploadFile.tsx +0 -162
- package/widgetLibrary/UploadFile/index.tsx +0 -3
- package/widgetLibrary/UploadFile/panelConfig.tsx +0 -158
- package/widgetLibrary/UploadFile/widgetConfig.tsx +0 -32
- package/widgetLibrary/UploadWidget/eventHandlerConfig.ts +0 -14
- package/widgetLibrary/UploadWidget/index.tsx +0 -3
- package/widgetLibrary/UploadWidget/interface.tsx +0 -126
- package/widgetLibrary/UploadWidget/panelConfig.tsx +0 -291
- package/widgetLibrary/UploadWidget/style.tsx +0 -13
- package/widgetLibrary/UploadWidget/upload.tsx +0 -349
- package/widgetLibrary/UploadWidget/util.ts +0 -1
- package/widgetLibrary/UploadWidget/widgetConfig.tsx +0 -30
- package/widgetLibrary/WidgetLoading/index.tsx +0 -16
- package/widgetLibrary/WidgetLoading/style.ts +0 -9
- package/widgetLibrary/componentListBuildet.tsx +0 -89
- package/widgetLibrary/interface.ts +0 -156
- package/widgetLibrary/widgetBuilder.tsx +0 -327
|
@@ -1,446 +0,0 @@
|
|
|
1
|
-
export type UpdateStylePayload = React.CSSProperties;
|
|
2
|
-
export type ClassValues = UpdateStylePayload;
|
|
3
|
-
export type ThemeValues = Record<string, unknown>;
|
|
4
|
-
export type ThemeState = Record<string, ThemeValues>;
|
|
5
|
-
export type ClassState = Record<string, unknown>
|
|
6
|
-
export type StyleState = {
|
|
7
|
-
classes: ClassState,
|
|
8
|
-
themes: ThemeState,
|
|
9
|
-
cachedClass?: ClassValues,
|
|
10
|
-
cacheTheme?: ThemeValues,
|
|
11
|
-
appliedTheme: string,
|
|
12
|
-
|
|
13
|
-
}
|
|
14
|
-
export const Default_Theme = {
|
|
15
|
-
palette: {
|
|
16
|
-
mode: 'light',
|
|
17
|
-
primary: {
|
|
18
|
-
main: '#1976d2', // Primary color (Blue)
|
|
19
|
-
light: '#63a4ff', // Light variant of primary
|
|
20
|
-
dark: '#004ba0', // Dark variant of primary
|
|
21
|
-
contrastText: '#ffffff', // Text color on primary
|
|
22
|
-
},
|
|
23
|
-
secondary: {
|
|
24
|
-
main: '#9c27b0', // Secondary color (Purple)
|
|
25
|
-
light: '#d05ce3', // Light variant of secondary
|
|
26
|
-
dark: '#6a0080', // Dark variant of secondary
|
|
27
|
-
contrastText: '#ffffff', // Text color on secondary
|
|
28
|
-
},
|
|
29
|
-
background: {
|
|
30
|
-
default: '#f9f9f9', // Main background color
|
|
31
|
-
paper: '#ffffff', // Background for cards, dialogs, etc.
|
|
32
|
-
},
|
|
33
|
-
text: {
|
|
34
|
-
primary: '#212121', // Main text color
|
|
35
|
-
secondary: '#757575', // Secondary text color
|
|
36
|
-
disabled: '#9e9e9e', // Disabled text color
|
|
37
|
-
},
|
|
38
|
-
error: {
|
|
39
|
-
main: '#d32f2f', // Error color
|
|
40
|
-
},
|
|
41
|
-
calcWidth100px: {
|
|
42
|
-
|
|
43
|
-
},
|
|
44
|
-
warning: {
|
|
45
|
-
main: '#f57c00', // Warning color
|
|
46
|
-
},
|
|
47
|
-
info: {
|
|
48
|
-
main: '#0288d1', // Info color
|
|
49
|
-
},
|
|
50
|
-
success: {
|
|
51
|
-
main: '#388e3c', // Success color
|
|
52
|
-
},
|
|
53
|
-
divider: '#e0e0e0', // Divider color
|
|
54
|
-
},
|
|
55
|
-
|
|
56
|
-
|
|
57
|
-
|
|
58
|
-
typography: {
|
|
59
|
-
fontFamily: '"Roboto", "Helvetica", "Arial", sans-serif', // Default font
|
|
60
|
-
h1: {
|
|
61
|
-
fontSize: '2.5rem',
|
|
62
|
-
fontWeight: 700,
|
|
63
|
-
color: '#212121',
|
|
64
|
-
},
|
|
65
|
-
h2: {
|
|
66
|
-
fontSize: '2rem',
|
|
67
|
-
fontWeight: 600,
|
|
68
|
-
color: '#212121',
|
|
69
|
-
},
|
|
70
|
-
h3: {
|
|
71
|
-
fontSize: '1.75rem',
|
|
72
|
-
fontWeight: 500,
|
|
73
|
-
color: '#212121',
|
|
74
|
-
},
|
|
75
|
-
body1: {
|
|
76
|
-
fontSize: '1rem',
|
|
77
|
-
color: '#424242',
|
|
78
|
-
},
|
|
79
|
-
body2: {
|
|
80
|
-
fontSize: '0.875rem',
|
|
81
|
-
color: '#616161',
|
|
82
|
-
},
|
|
83
|
-
button: {
|
|
84
|
-
textTransform: 'none', // Prevent all caps on buttons
|
|
85
|
-
},
|
|
86
|
-
}
|
|
87
|
-
};
|
|
88
|
-
const classes = {
|
|
89
|
-
// Heights
|
|
90
|
-
heightFixed16: { height: "16px" },
|
|
91
|
-
heightFixed20: { height: "20px" },
|
|
92
|
-
heightFixed24: { height: "24px" },
|
|
93
|
-
heightFixed40: { height: "40px" },
|
|
94
|
-
heightFixed45: { height: "45px" },
|
|
95
|
-
heightFixed50: { height: "50px" },
|
|
96
|
-
heightFixed60: { height: "60px" },
|
|
97
|
-
heightFixed70: { height: "70px" },
|
|
98
|
-
heightFixed80: { height: "80px" },
|
|
99
|
-
heightFixed100px: { height: "100px" },
|
|
100
|
-
heightFixed130px: { height: "130px" },
|
|
101
|
-
heightFixed140px: { height: "140px" },
|
|
102
|
-
heightFixed120px: { height: "120px" },
|
|
103
|
-
heightFixed125px: { height: "125px" },
|
|
104
|
-
heightFixed110px: { height: "110px" },
|
|
105
|
-
heightFixed220px: { height: "220px" },
|
|
106
|
-
heightFixed230px: { height: "230px" },
|
|
107
|
-
heightCalc100vhMinus100px: { height: "calc(100vh - 100px)" },
|
|
108
|
-
heightCalc100vhMinus110px: { height: "calc(100vh - 110px)" },
|
|
109
|
-
heightCalc100vhMinus120px: { height: "calc(100vh - 120px)" },
|
|
110
|
-
heightCalc100vhMinus125px: { height: "calc(100vh - 125px)" },
|
|
111
|
-
heightCalc100vhMinus130px: { height: "calc(100vh - 130px)" },
|
|
112
|
-
heightCalc100vhMinus40px: { height: "calc(100vh - 40px)" },
|
|
113
|
-
heightCalc100vhMinus45px: { height: "calc(100vh - 45px)" },
|
|
114
|
-
heightCalc100vhMinus50px: { height: "calc(100vh - 50px)" },
|
|
115
|
-
heightCalc100vhMinus60px: { height: "calc(100vh - 60px)" },
|
|
116
|
-
heightCalc100vhMinus70px: { height: "calc(100vh - 70px)" },
|
|
117
|
-
heightCalc100vhMinus80px: { height: "calc(100vh - 80px)" },
|
|
118
|
-
heightCalc100vhMinus140px: { height: "calc(100vh - 140px)" },
|
|
119
|
-
heightCalc100vhMinus150px: { height: "calc(100vh - 150px)" },
|
|
120
|
-
heightCalc100vhMinus24px: { height: "calc(100vh - 24px)" },
|
|
121
|
-
heightCalc100vhMinus20px: { height: "calc(100vh - 20px)" },
|
|
122
|
-
heightCalc100vhMinus16px: { height: "calc(100vh - 16px)" },
|
|
123
|
-
heightCalc100vhMinus200px: { height: "calc(100vh - 200px)" },
|
|
124
|
-
heightCalc100vhMinus180px: { height: "calc(100vh - 180px)" },
|
|
125
|
-
heightCalc100vhMinus220px: { height: "calc(100vh - 220px)" },
|
|
126
|
-
heightFixed200: { height: "200px" },
|
|
127
|
-
heightFixed180: { height: "180px" },
|
|
128
|
-
heightFixed150: { height: "150px" },
|
|
129
|
-
// heightFixed60: { height: "60px" },
|
|
130
|
-
heightFull: { height: "100%" },
|
|
131
|
-
heightViewport: { height: "100vh" },
|
|
132
|
-
height90Viewport: { height: "90vh" },
|
|
133
|
-
positionFixed: { position: "fixed" },
|
|
134
|
-
positionRelative: { position: "relative" },
|
|
135
|
-
positionAbsolute: { position: "absolute" },
|
|
136
|
-
left0: {
|
|
137
|
-
left: 0
|
|
138
|
-
},
|
|
139
|
-
top0: {
|
|
140
|
-
top: 0
|
|
141
|
-
},
|
|
142
|
-
bottom0: {
|
|
143
|
-
bottom: 0
|
|
144
|
-
},
|
|
145
|
-
// Widths
|
|
146
|
-
widthFull: { width: "100%" },
|
|
147
|
-
width90Percentage: { width: "90%" },
|
|
148
|
-
width80Percentage: { width: "80%" },
|
|
149
|
-
width70Percentage: { width: "70%" },
|
|
150
|
-
width60Percentage: { width: "60%" },
|
|
151
|
-
widthHalf: { width: "50%" },
|
|
152
|
-
width40: { width: "40%" },
|
|
153
|
-
widthViewport: { width: "100vw" },
|
|
154
|
-
widthCalc100vwMinus120px: { width: "calc(100vw - 120px)" },
|
|
155
|
-
|
|
156
|
-
// Backgrounds
|
|
157
|
-
colorWhite: { color: "white" },
|
|
158
|
-
borderRadiusNone: { borderRadius: "none" },
|
|
159
|
-
backgroundGray: { background: "#d7d9d9" },
|
|
160
|
-
backgroundPrimary: { background: Default_Theme.palette.primary.main },
|
|
161
|
-
backgroundPrimaryLight: { background: Default_Theme.palette.primary.light },
|
|
162
|
-
backgroundPrimarydark: { background: Default_Theme.palette.primary.dark },
|
|
163
|
-
backgroundSecondary: { background: Default_Theme.palette.secondary.main },
|
|
164
|
-
backgroundSecondaryLight: { background: Default_Theme.palette.secondary.light },
|
|
165
|
-
backgroundSecondaryDark: { background: "black" },
|
|
166
|
-
// Borders
|
|
167
|
-
borderDefault: { border: "1px solid black" },
|
|
168
|
-
borderBottom: { borderBottom: "1px solid black" },
|
|
169
|
-
borderLeft: { borderLeft: "1px solid black" },
|
|
170
|
-
borderRight: { borderRight: "1px solid black" },
|
|
171
|
-
borderTop: { borderTop: "1px solid black" },
|
|
172
|
-
borderRadiusSmall: { borderRadius: "4px" },
|
|
173
|
-
borderRadiusMedium: { borderRadius: "8px" },
|
|
174
|
-
borderRadiusLarge: { borderRadius: "16px" },
|
|
175
|
-
// Spacing Utilities
|
|
176
|
-
marginExtraSmall: { margin: "4px" },
|
|
177
|
-
marginSmall: { margin: "8px" },
|
|
178
|
-
marginMedium: { margin: "16px" },
|
|
179
|
-
marginLarge: { margin: "24px" },
|
|
180
|
-
marginExtraLarge: { margin: "32px" },
|
|
181
|
-
paddingExtraSmall: { padding: "4px" },
|
|
182
|
-
paddingSmall: { padding: "8px" },
|
|
183
|
-
paddingMedium: { padding: "16px" },
|
|
184
|
-
paddingLarge: { padding: "24px" },
|
|
185
|
-
paddingExtraLarge: { padding: "32px" },
|
|
186
|
-
marginTopExtraSmall: { marginTop: "4px" },
|
|
187
|
-
marginTopSmall: { marginTop: "8px" },
|
|
188
|
-
marginTopMedium: { marginTop: "16px" },
|
|
189
|
-
marginTopLarge: { marginTop: "24px" },
|
|
190
|
-
marginTopExtraLarge: { marginTop: "32px" },
|
|
191
|
-
marginBottomExtraSmall: { marginBottom: "4px" },
|
|
192
|
-
marginBottomSmall: { marginBottom: "8px" },
|
|
193
|
-
marginBottomMedium: { marginBottom: "16px" },
|
|
194
|
-
marginBottomLarge: { marginBottom: "24px" },
|
|
195
|
-
marginBottomExtraLarge: { marginBottom: "32px" },
|
|
196
|
-
marginRightExtraSmall: { marginRight: "4px" },
|
|
197
|
-
marginRightSmall: { marginRight: "8px" },
|
|
198
|
-
marginRightMedium: { marginRight: "16px" },
|
|
199
|
-
marginRightLarge: { marginRight: "24px" },
|
|
200
|
-
marginRightExtraLarge: { marginRight: "32px" },
|
|
201
|
-
marginLeftExtraSmall: { marginLeft: "4px" },
|
|
202
|
-
marginLeftSmall: { marginLeft: "8px" },
|
|
203
|
-
marginLeftMedium: { marginLeft: "16px" },
|
|
204
|
-
marginLeftLarge: { marginLeft: "24px" },
|
|
205
|
-
marginLeftExtraLarge: { marginLeft: "32px" },
|
|
206
|
-
|
|
207
|
-
marginAuto: { margin: "auto auto" },
|
|
208
|
-
bottomMinus100Vh: { bottom: "-100vh" },
|
|
209
|
-
|
|
210
|
-
paddingTopExtraSmall: { paddingTop: "4px" },
|
|
211
|
-
paddingTopSmall: { paddingTop: "8px" },
|
|
212
|
-
paddingTopMedium: { paddingTop: "16px" },
|
|
213
|
-
paddingTopLarge: { paddingTop: "24px" },
|
|
214
|
-
paddingTopExtraLarge: { paddingTop: "32px" },
|
|
215
|
-
|
|
216
|
-
paddingBottomExtraSmall: { paddingBottom: "4px" },
|
|
217
|
-
paddingBottomSmall: { paddingBottom: "8px" },
|
|
218
|
-
paddingBottomMedium: { paddingBottom: "16px" },
|
|
219
|
-
paddingBottomLarge: { paddingBottom: "24px" },
|
|
220
|
-
paddingBottomExtraLarge: { paddingBottom: "32px" },
|
|
221
|
-
paddingRightExtraSmall: { paddingRight: "4px" },
|
|
222
|
-
paddingRightSmall: { paddingRight: "8px" },
|
|
223
|
-
paddingRightMedium: { paddingRight: "16px" },
|
|
224
|
-
paddingRightLarge: { paddingRight: "24px" },
|
|
225
|
-
paddingRightExtraLarge: { paddingRight: "32px" },
|
|
226
|
-
paddingLeftExtraSmall: { paddingLeft: "4px" },
|
|
227
|
-
paddingLeftSmall: { paddingLeft: "8px" },
|
|
228
|
-
paddingLeftMedium: { paddingLeft: "16px" },
|
|
229
|
-
paddingLeftLarge: { paddingLeft: "24px" },
|
|
230
|
-
paddingLeftExtraLarge: { paddingLeft: "32px" },
|
|
231
|
-
// Display
|
|
232
|
-
displayFlex: { display: "flex" },
|
|
233
|
-
displayGrid: { display: "grid" },
|
|
234
|
-
displayBlock: { display: "block" },
|
|
235
|
-
displayInlineBlock: { display: "inline-block" },
|
|
236
|
-
displayNone: { display: "none" },
|
|
237
|
-
|
|
238
|
-
// Flexbox
|
|
239
|
-
flexRow: { display: "flex", flexDirection: "row" },
|
|
240
|
-
flexColumn: { display: "flex", flexDirection: "column" },
|
|
241
|
-
flexCenter: { display: "flex", justifyContent: "center", alignItems: "center" },
|
|
242
|
-
flexSpaceBetween: { display: "flex", justifyContent: "space-between" },
|
|
243
|
-
flexSpaceAround: { display: "flex", justifyContent: "space-around" },
|
|
244
|
-
|
|
245
|
-
// Typography
|
|
246
|
-
textPrimary: { color: "#212121", fontSize: "16px", fontWeight: "400" },
|
|
247
|
-
textSecondary: { color: "#757575", fontSize: "14px", fontWeight: "400" },
|
|
248
|
-
textError: { color: "#d32f2f", fontSize: "14px", fontWeight: "400" },
|
|
249
|
-
heading1: { fontSize: "2.5rem", fontWeight: "700", color: "#212121" },
|
|
250
|
-
heading2: { fontSize: "2rem", fontWeight: "600", color: "#212121" },
|
|
251
|
-
heading3: { fontSize: "1.75rem", fontWeight: "500", color: "#212121" },
|
|
252
|
-
heading4: { fontSize: "1.5rem", fontWeight: "500", color: "#212121" },
|
|
253
|
-
fontBold500: { fontWeight: 500 },
|
|
254
|
-
fontBold550: { fontWeight: 550 },
|
|
255
|
-
fontBold600: { fontWeight: 600 },
|
|
256
|
-
colorpink: { color: "#EA0963" },
|
|
257
|
-
backgroundRed: {
|
|
258
|
-
|
|
259
|
-
backgroundColor: "#EA0A3E",
|
|
260
|
-
color: "white",
|
|
261
|
-
padding: "10px 20px",
|
|
262
|
-
border: "none",
|
|
263
|
-
transition: "background 0.3s",
|
|
264
|
-
"&:hover": {
|
|
265
|
-
backgroundColor: "#F44366",
|
|
266
|
-
background: "#F44366", // Slightly lighter shade
|
|
267
|
-
},
|
|
268
|
-
"&:active": {
|
|
269
|
-
backgroundColor: "#D00B36",
|
|
270
|
-
background: "#D00B36", // Darker shade when clicked
|
|
271
|
-
boxShadow: "0 0 4px #D00B36"// Optional shadow effect
|
|
272
|
-
},
|
|
273
|
-
"&.Mui-focusVisible": {
|
|
274
|
-
backgroundColor: "#F44366",
|
|
275
|
-
background: "#D00B36",
|
|
276
|
-
// Focus state color
|
|
277
|
-
},
|
|
278
|
-
},
|
|
279
|
-
colorRed: { color: "#EA0A3E" },
|
|
280
|
-
fontBold700: { fontWeight: 700 },
|
|
281
|
-
fontBold800: { fontWeight: 800 },
|
|
282
|
-
fontBold450: { fontWeight: 450 },
|
|
283
|
-
fontBold400: { fontWeight: 400 },
|
|
284
|
-
fontBold300: { fontWeight: 300 },
|
|
285
|
-
colorGray: { color: "#AFAFAF" },
|
|
286
|
-
colorLightBlack: { color: "#232422" },
|
|
287
|
-
// Buttons
|
|
288
|
-
buttonPrimary: { backgroundColor: "#1976d2", color: "#ffffff", borderRadius: "8px", padding: "8px 16px" },
|
|
289
|
-
buttonPrimaryHover: { backgroundColor: "#1565c0" },
|
|
290
|
-
buttonOutlined: { border: "1px solid black", color: "#1976d2", borderRadius: "8px", padding: "8px 16px" },
|
|
291
|
-
buttonOutlinedHover: { backgroundColor: "rgba(25, 118, 210, 0.1)" },
|
|
292
|
-
backgroundInherit: { background: "inherit", backgroundColor: "inherit" },
|
|
293
|
-
// Inputs
|
|
294
|
-
inputBase: { backgroundColor: "#fff", borderRadius: "4px", border: "1px solid #ccc", padding: "8px" },
|
|
295
|
-
inputHover: { borderColor: "#1976d2" },
|
|
296
|
-
inputFocus: { borderColor: "#1976d2", boxShadow: "0 0 0 2px rgba(25, 118, 210, 0.2)" },
|
|
297
|
-
|
|
298
|
-
// Cards
|
|
299
|
-
cardBase: { borderRadius: "8px", boxShadow: "0px 4px 6px rgba(0, 0, 0, 0.1)", padding: "16px", backgroundColor: "#fff" },
|
|
300
|
-
|
|
301
|
-
// Layout Components
|
|
302
|
-
// header: {
|
|
303
|
-
// position: "absolute", top: "0", left: "0", width: "100%", height: "50px",
|
|
304
|
-
// backgroundColor: "#e6ebf2", color: "#fff", display: "flex", alignItems: "center", zIndex: 1000,
|
|
305
|
-
// },
|
|
306
|
-
// sidebar: {
|
|
307
|
-
// position: "absolute", top: "60px", left: "0", width: "5%", height: "calc(100vh - 60px)",
|
|
308
|
-
// backgroundColor: "#f4f4f4", borderRight: "1px solid #ddd", overflowY: "auto", zIndex: 999,
|
|
309
|
-
// },
|
|
310
|
-
// contentBody: {
|
|
311
|
-
// position: "absolute", top: "60px", left: "5%", width: "95%", bottom: "40px",
|
|
312
|
-
// overflowY: "auto", backgroundColor: "#fff", padding: "16px",
|
|
313
|
-
// },
|
|
314
|
-
// footer: {
|
|
315
|
-
// position: "absolute", bottom: "0", left: "5%", width: "90%", height: "40px",
|
|
316
|
-
// backgroundColor: "#e6ebf2", color: "#fff", display: "flex", alignItems: "center", justifyContent: "center", zIndex: 1000,
|
|
317
|
-
// },
|
|
318
|
-
layoutFullHeight: { height: "100vh", display: "block", position: "relative" },
|
|
319
|
-
bgBlack: { backgroundColor: "black" },
|
|
320
|
-
// Utility
|
|
321
|
-
gapSmall: { gap: "8px" },
|
|
322
|
-
gapMedium: { gap: "16px" },
|
|
323
|
-
gapLarge: { gap: "24px" },
|
|
324
|
-
gapExtraLarge: { gap: "32px" },
|
|
325
|
-
|
|
326
|
-
//
|
|
327
|
-
fontsizeXS: { fontSize: "8px" },
|
|
328
|
-
fontsizeSM: { fontSize: "12px" },
|
|
329
|
-
fontsizeMD: { fontSize: "16px" },
|
|
330
|
-
fontsieLarge: { fontSize: "20px" },
|
|
331
|
-
fontsizeXL: { fontSize: "24px" },
|
|
332
|
-
|
|
333
|
-
alignCenter: { align: "center" },
|
|
334
|
-
alignLeft: { align: "left" },
|
|
335
|
-
alignright: { align: "right" },
|
|
336
|
-
|
|
337
|
-
justifyCenter: {
|
|
338
|
-
justifyContent: "center"
|
|
339
|
-
},
|
|
340
|
-
|
|
341
|
-
heightFixed16Mobile: { height: 16 },
|
|
342
|
-
heightFixed20Mobile: { height: 20 },
|
|
343
|
-
heightFixed24Mobile: { height: 24 },
|
|
344
|
-
heightFixed40Mobile: { height: 40 },
|
|
345
|
-
heightFixed45Mobile: { height: 45 },
|
|
346
|
-
heightFixed50Mobile: { height: 50 },
|
|
347
|
-
heightFixed60Mobile: { height: 60 },
|
|
348
|
-
heightFixed70Mobile: { height: 70 },
|
|
349
|
-
heightFixed80Mobile: { height: 80 },
|
|
350
|
-
heightFixed100Mobile: { height: 100 },
|
|
351
|
-
heightFixed120Mobile: { height: 120 },
|
|
352
|
-
heightFixed125Mobile: { height: 125 },
|
|
353
|
-
heightFixed130Mobile: { height: 130 },
|
|
354
|
-
heightFixed140Mobile: { height: 140 },
|
|
355
|
-
heightFixed150Mobile: { height: 150 },
|
|
356
|
-
heightFixed180Mobile: { height: 180 },
|
|
357
|
-
heightFixed200Mobile: { height: 200 },
|
|
358
|
-
heightFixed220Mobile: { height: 220 },
|
|
359
|
-
heightFixed230Mobile: { height: 230 },
|
|
360
|
-
heightFullMobile: { height: '100%' },
|
|
361
|
-
heightViewportMobile: { height: '100%' }, // RN uses % instead of vh
|
|
362
|
-
height90ViewportMobile: { height: '90%' },
|
|
363
|
-
|
|
364
|
-
// Widths (Mobile)
|
|
365
|
-
widthFullMobile: { width: '100%' },
|
|
366
|
-
width90PercentageMobile: { width: '90%' },
|
|
367
|
-
width80PercentageMobile: { width: '80%' },
|
|
368
|
-
width70PercentageMobile: { width: '70%' },
|
|
369
|
-
width60PercentageMobile: { width: '60%' },
|
|
370
|
-
widthHalfMobile: { width: '50%' },
|
|
371
|
-
width40Mobile: { width: '40%' },
|
|
372
|
-
widthViewportMobile: { width: '100%' }, // RN uses % instead of vw
|
|
373
|
-
|
|
374
|
-
// Margins (Mobile)
|
|
375
|
-
marginExtraSmallMobile: { margin: 4 },
|
|
376
|
-
marginSmallMobile: { margin: 8 },
|
|
377
|
-
marginMediumMobile: { margin: 16 },
|
|
378
|
-
marginLargeMobile: { margin: 24 },
|
|
379
|
-
marginExtraLargeMobile: { margin: 32 },
|
|
380
|
-
|
|
381
|
-
marginTopExtraSmallMobile: { marginTop: 4 },
|
|
382
|
-
marginTopSmallMobile: { marginTop: 8 },
|
|
383
|
-
marginTopMediumMobile: { marginTop: 16 },
|
|
384
|
-
marginTopLargeMobile: { marginTop: 24 },
|
|
385
|
-
marginTopExtraLargeMobile: { marginTop: 32 },
|
|
386
|
-
marginTopExtraLargePlusMobile: { marginTop: 64 },
|
|
387
|
-
|
|
388
|
-
marginBottomExtraSmallMobile: { marginBottom: 4 },
|
|
389
|
-
marginBottomSmallMobile: { marginBottom: 8 },
|
|
390
|
-
marginBottomMediumMobile: { marginBottom: 16 },
|
|
391
|
-
marginBottomLargeMobile: { marginBottom: 24 },
|
|
392
|
-
marginBottomExtraLargeMobile: { marginBottom: 32 },
|
|
393
|
-
|
|
394
|
-
marginLeftExtraSmallMobile: { marginLeft: 4 },
|
|
395
|
-
marginLeftSmallMobile: { marginLeft: 8 },
|
|
396
|
-
marginLeftMediumMobile: { marginLeft: 16 },
|
|
397
|
-
marginLeftLargeMobile: { marginLeft: 24 },
|
|
398
|
-
marginLeftExtraLargeMobile: { marginLeft: 32 },
|
|
399
|
-
|
|
400
|
-
marginRightExtraSmallMobile: { marginRight: 4 },
|
|
401
|
-
marginRightSmallMobile: { marginRight: 8 },
|
|
402
|
-
marginRightMediumMobile: { marginRight: 16 },
|
|
403
|
-
marginRightLargeMobile: { marginRight: 24 },
|
|
404
|
-
marginRightExtraLargeMobile: { marginRight: 32 },
|
|
405
|
-
|
|
406
|
-
marginAutoMobile: { margin: 'auto' },
|
|
407
|
-
|
|
408
|
-
// Paddings (Mobile)
|
|
409
|
-
paddingExtraSmallMobile: { padding: 4 },
|
|
410
|
-
paddingSmallMobile: { padding: 8 },
|
|
411
|
-
paddingMediumMobile: { padding: 16 },
|
|
412
|
-
paddingLargeMobile: { padding: 24 },
|
|
413
|
-
paddingExtraLargeMobile: { padding: 32 },
|
|
414
|
-
|
|
415
|
-
paddingTopExtraSmallMobile: { paddingTop: 4 },
|
|
416
|
-
paddingTopSmallMobile: { paddingTop: 8 },
|
|
417
|
-
paddingTopMediumMobile: { paddingTop: 16 },
|
|
418
|
-
paddingTopLargeMobile: { paddingTop: 24 },
|
|
419
|
-
paddingTopExtraLargeMobile: { paddingTop: 32 },
|
|
420
|
-
|
|
421
|
-
paddingBottomExtraSmallMobile: { paddingBottom: 4 },
|
|
422
|
-
paddingBottomSmallMobile: { paddingBottom: 8 },
|
|
423
|
-
paddingBottomMediumMobile: { paddingBottom: 16 },
|
|
424
|
-
paddingBottomLargeMobile: { paddingBottom: 24 },
|
|
425
|
-
paddingBottomExtraLargeMobile: { paddingBottom: 32 },
|
|
426
|
-
|
|
427
|
-
paddingLeftExtraSmallMobile: { paddingLeft: 4 },
|
|
428
|
-
paddingLeftSmallMobile: { paddingLeft: 8 },
|
|
429
|
-
paddingLeftMediumMobile: { paddingLeft: 16 },
|
|
430
|
-
paddingLeftLargeMobile: { paddingLeft: 24 },
|
|
431
|
-
paddingLeftExtraLargeMobile: { paddingLeft: 32 },
|
|
432
|
-
|
|
433
|
-
paddingRightExtraSmallMobile: { paddingRight: 4 },
|
|
434
|
-
paddingRightSmallMobile: { paddingRight: 8 },
|
|
435
|
-
paddingRightMediumMobile: { paddingRight: 16 },
|
|
436
|
-
paddingRightLargeMobile: { paddingRight: 24 },
|
|
437
|
-
paddingRightExtraLargeMobile: { paddingRight: 32 },
|
|
438
|
-
|
|
439
|
-
|
|
440
|
-
};
|
|
441
|
-
|
|
442
|
-
export const StyleInitialState: StyleState = {
|
|
443
|
-
classes: classes,
|
|
444
|
-
themes: { Default_Theme: Default_Theme },
|
|
445
|
-
appliedTheme: "Default_Theme"
|
|
446
|
-
}
|
|
@@ -1,48 +0,0 @@
|
|
|
1
|
-
import { CaseReducer, PayloadAction } from "@reduxjs/toolkit"
|
|
2
|
-
import { ResourceListState } from "@/redux/resource/resourceState"
|
|
3
|
-
import { Resource, ResourceContent } from "@/page/App/components/PublicTypes/resource"
|
|
4
|
-
|
|
5
|
-
export const updateResourceListReducer: CaseReducer<
|
|
6
|
-
ResourceListState,
|
|
7
|
-
PayloadAction<Resource<ResourceContent>[]>
|
|
8
|
-
> = (_, action) => {
|
|
9
|
-
return action.payload
|
|
10
|
-
}
|
|
11
|
-
// export const addResourceItemListReducer: CaseReducer<
|
|
12
|
-
// ResourceListState,
|
|
13
|
-
// PayloadAction<Resource<ResourceContent>[]>
|
|
14
|
-
// > = (state, action) => {
|
|
15
|
-
// state = [...action.payload, ...state]
|
|
16
|
-
// return state
|
|
17
|
-
// }
|
|
18
|
-
export const addResourceItemReducer: CaseReducer<
|
|
19
|
-
ResourceListState,
|
|
20
|
-
PayloadAction<Resource<ResourceContent>>
|
|
21
|
-
> = (state, action) => {
|
|
22
|
-
state = [action.payload, ...state]
|
|
23
|
-
return state
|
|
24
|
-
}
|
|
25
|
-
|
|
26
|
-
export const updateResourceItemReducer: CaseReducer<
|
|
27
|
-
ResourceListState,
|
|
28
|
-
PayloadAction<Resource<ResourceContent>>
|
|
29
|
-
> = (state, action) => {
|
|
30
|
-
const targetIndex = state.findIndex(
|
|
31
|
-
(i) => i.resourceID === action.payload.resourceID,
|
|
32
|
-
)
|
|
33
|
-
if (targetIndex != -1) {
|
|
34
|
-
state[targetIndex] = action.payload
|
|
35
|
-
}
|
|
36
|
-
}
|
|
37
|
-
|
|
38
|
-
export const removeResourceItemReducer: CaseReducer<
|
|
39
|
-
ResourceListState,
|
|
40
|
-
PayloadAction<string>
|
|
41
|
-
> = (state, action) => {
|
|
42
|
-
const index = state.findIndex((i) => {
|
|
43
|
-
return i.resourceID === action.payload
|
|
44
|
-
})
|
|
45
|
-
if (index !== -1) {
|
|
46
|
-
state.splice(index, 1)
|
|
47
|
-
}
|
|
48
|
-
}
|
|
@@ -1,16 +0,0 @@
|
|
|
1
|
-
import { createSelector } from "@reduxjs/toolkit"
|
|
2
|
-
import { RootState } from "@/store"
|
|
3
|
-
import { Resource, ResourceContent } from "@/page/App/components/PublicTypes/resource"
|
|
4
|
-
|
|
5
|
-
export const getAllResources = (state: RootState) => state.resource
|
|
6
|
-
|
|
7
|
-
export const getResourceIDMapResource = createSelector(
|
|
8
|
-
[getAllResources],
|
|
9
|
-
(allResource) => {
|
|
10
|
-
const resourceIDMapResource: Record<string, Resource<ResourceContent>> = {}
|
|
11
|
-
allResource.forEach((resource) => {
|
|
12
|
-
resourceIDMapResource[resource.resourceID] = resource
|
|
13
|
-
})
|
|
14
|
-
return resourceIDMapResource
|
|
15
|
-
},
|
|
16
|
-
)
|
|
@@ -1,24 +0,0 @@
|
|
|
1
|
-
import { createSlice } from "@reduxjs/toolkit"
|
|
2
|
-
import {
|
|
3
|
-
// addResourceItemListReducer,
|
|
4
|
-
addResourceItemReducer,
|
|
5
|
-
removeResourceItemReducer,
|
|
6
|
-
updateResourceItemReducer,
|
|
7
|
-
updateResourceListReducer,
|
|
8
|
-
} from "@/redux/resource/resourceReducer"
|
|
9
|
-
import { resourceInitialState } from "@/redux/resource/resourceState"
|
|
10
|
-
|
|
11
|
-
const resourceSlice = createSlice({
|
|
12
|
-
name: "resource",
|
|
13
|
-
initialState: resourceInitialState,
|
|
14
|
-
reducers: {
|
|
15
|
-
updateResourceListReducer,
|
|
16
|
-
addResourceItemReducer,
|
|
17
|
-
updateResourceItemReducer,
|
|
18
|
-
removeResourceItemReducer,
|
|
19
|
-
// addResourceItemListReducer
|
|
20
|
-
},
|
|
21
|
-
})
|
|
22
|
-
|
|
23
|
-
export default resourceSlice.reducer
|
|
24
|
-
export const resourceActions = resourceSlice.actions
|
|
@@ -1,40 +0,0 @@
|
|
|
1
|
-
import { Resource, ResourceContent, ResourceType } from "@/page/App/components/PublicTypes/resource"
|
|
2
|
-
// import { v4 } from "uuid"
|
|
3
|
-
|
|
4
|
-
export interface ResourceInitialConfig<T extends ResourceContent> {
|
|
5
|
-
resourceName: string
|
|
6
|
-
resourceType: ResourceType
|
|
7
|
-
content: T
|
|
8
|
-
}
|
|
9
|
-
|
|
10
|
-
export type ResourceListState = Resource<ResourceContent>[]
|
|
11
|
-
export const resourceInitialState: ResourceListState = [
|
|
12
|
-
// {
|
|
13
|
-
// content: {
|
|
14
|
-
// authentication: "none",
|
|
15
|
-
// baseUrl: "https://jsonplaceholder.typicode.com/posts",
|
|
16
|
-
|
|
17
|
-
// },
|
|
18
|
-
// resourceName: "Imapkt",
|
|
19
|
-
// resourceType: "restapi",
|
|
20
|
-
// resourceID: v4(),
|
|
21
|
-
// createdBy: "Raghav",
|
|
22
|
-
// updatedBy: "Raghav",
|
|
23
|
-
// updatedAt: new Date().toLocaleDateString(),
|
|
24
|
-
// createdAt: new Date().toLocaleDateString(),
|
|
25
|
-
// }
|
|
26
|
-
]
|
|
27
|
-
{
|
|
28
|
-
// content: {
|
|
29
|
-
// authentication: "none",
|
|
30
|
-
// baseUrl: "https://jsonplaceholder.typicode.com/posts",
|
|
31
|
-
|
|
32
|
-
// },
|
|
33
|
-
// resourceName: "Imapkt",
|
|
34
|
-
// resourceType: "impaktapps",
|
|
35
|
-
// resourceID: v4(),
|
|
36
|
-
// createdBy: "Raghav",
|
|
37
|
-
// updatedBy: "Raghav",
|
|
38
|
-
// updatedAt: new Date().toLocaleDateString(),
|
|
39
|
-
// createdAt: new Date().toLocaleDateString(),
|
|
40
|
-
}
|