Skip to content

Commit

Permalink
ID-2486 [Feat] Updates configurations to use interface generator (#2)
Browse files Browse the repository at this point in the history
* Updates interface to use interface generator

* Cleanup

* Save data source ID only

* ID-4113 Improves management for loading and D&D states

* Replaces lodash function with native JS function
  • Loading branch information
tonytlwu authored Apr 3, 2024
1 parent 899a311 commit 8fc99a8
Show file tree
Hide file tree
Showing 18 changed files with 982 additions and 12,065 deletions.
8 changes: 2 additions & 6 deletions .eslintrc
Original file line number Diff line number Diff line change
Expand Up @@ -2,13 +2,9 @@
"root": true,
"extends": [
"eslint:recommended",
"fliplet",
"plugin:vue/essential"
"fliplet"
],
"globals": {
"Vue": true
},
"rules": {
"no-new": 0
}
}
}
5 changes: 4 additions & 1 deletion build.html
Original file line number Diff line number Diff line change
@@ -1 +1,4 @@
<fl-dynamic-container data-widget-name="dynamic-container" data-dynamic-container-id="{{id}}" data-view="content" data-node-name="Content">{{{ content }}}</fl-dynamic-container>
<fl-dynamic-container data-widget-name="dynamic-container" data-dynamic-container-id="{{id}}" data-view="content" data-node-name="Content">
<template type="text/html" name="empty"><div data-view-placeholder>Drag &amp; drop <strong>List repeater</strong> or <strong>Record container</strong> to render dynamic data</div></template>
{{{ content }}}
</fl-dynamic-container>
73 changes: 0 additions & 73 deletions config/webpack.config.js

This file was deleted.

Loading

0 comments on commit 8fc99a8

Please sign in to comment.