jqtree 1.6.0 → 1.6.3
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/.eslintrc +3 -11
- package/.github/workflows/ci.yml +48 -23
- package/.github/workflows/codeql-analysis.yml +9 -5
- package/.prettier +3 -0
- package/README.md +11 -8
- package/bower.json +1 -1
- package/{.postcssrc → config/.postcssrc} +0 -0
- package/config/babel.config.json +11 -0
- package/config/babel.coverage.config.json +4 -0
- package/{jest-jsdom.config.js → config/jest.config.js} +9 -5
- package/config/playwright.config.js +18 -0
- package/config/production +4 -0
- package/{rollup.config.js → config/rollup.config.js} +19 -14
- package/{jqtree.postcss → css/jqtree.postcss} +3 -0
- package/devserver/index.html +1 -9
- package/docs/Gemfile +2 -0
- package/docs/Gemfile.lock +263 -0
- package/{_config.yml → docs/_config.yml} +8 -1
- package/{_entries → docs/_entries}/01_general.md +0 -0
- package/{_entries → docs/_entries}/02_introduction.md +0 -0
- package/{_entries → docs/_entries}/03_features.md +1 -1
- package/{_entries → docs/_entries}/04_demo.html +1 -7
- package/{_entries → docs/_entries}/05_requirements.md +0 -0
- package/{_entries → docs/_entries}/06_downloads.md +0 -0
- package/{_entries → docs/_entries}/07_tutorial.md +0 -0
- package/{_entries → docs/_entries}/08_examples.md +0 -0
- package/{_entries → docs/_entries}/09_usecases.md +0 -0
- package/{_entries → docs/_entries}/10_changelog.md +14 -0
- package/{_entries → docs/_entries}/11_options.md +0 -0
- package/{_entries → docs/_entries}/12_animationspeed.md +0 -0
- package/{_entries → docs/_entries}/13_autoescape.md +0 -0
- package/{_entries → docs/_entries}/14_autoopen.md +0 -0
- package/{_entries → docs/_entries}/15_buttonleft.md +0 -0
- package/{_entries → docs/_entries}/16_closedicon.md +0 -0
- package/{_entries → docs/_entries}/17_data.md +0 -0
- package/{_entries → docs/_entries}/18_datafilter.md +0 -0
- package/{_entries → docs/_entries}/19_data-url.md +0 -0
- package/{_entries → docs/_entries}/20_draganddrop.md +0 -0
- package/{_entries → docs/_entries}/21_keyboardsupport.md +0 -0
- package/{_entries → docs/_entries}/22_oncanmove.md +0 -0
- package/{_entries → docs/_entries}/23_oncanmoveto.md +2 -2
- package/{_entries → docs/_entries}/24_oncanselectnode.md +0 -0
- package/{_entries → docs/_entries}/25_oncreateli.md +2 -2
- package/{_entries → docs/_entries}/26_ondragmove.md +0 -0
- package/{_entries → docs/_entries}/27_ondragstop.md +0 -0
- package/{_entries → docs/_entries}/28_onismovehandle.md +0 -0
- package/{_entries → docs/_entries}/29_onloadfailed.md +0 -0
- package/{_entries → docs/_entries}/30_onloading.md +2 -2
- package/{_entries → docs/_entries}/31_openedicon.md +0 -0
- package/{_entries → docs/_entries}/32_openfolderdelay.md +2 -0
- package/{_entries → docs/_entries}/33_rtl.md +0 -0
- package/{_entries → docs/_entries}/34_savestate.md +0 -0
- package/{_entries → docs/_entries}/35_selectable.md +0 -0
- package/{_entries → docs/_entries}/36_showemptyfolder.md +0 -0
- package/{_entries → docs/_entries}/37_slide.md +0 -0
- package/{_entries → docs/_entries}/38_start_dnd_delay.md +0 -0
- package/{_entries → docs/_entries}/39_tabindex.md +0 -0
- package/{_entries → docs/_entries}/40_usecontextmenu.md +0 -0
- package/{_entries → docs/_entries}/41_functions.md +0 -0
- package/{_entries → docs/_entries}/42_addparentnode.md +1 -1
- package/{_entries → docs/_entries}/43_addnodeafter.md +1 -1
- package/{_entries → docs/_entries}/44_addnodebefore.md +1 -1
- package/{_entries → docs/_entries}/45_appendnode.md +5 -5
- package/{_entries → docs/_entries}/46_closenode.md +0 -0
- package/{_entries → docs/_entries}/47_destroy.md +0 -0
- package/{_entries → docs/_entries}/48_getnodebycallback.md +0 -0
- package/{_entries → docs/_entries}/49_getnodebyid.md +0 -0
- package/{_entries → docs/_entries}/50_getnodebyhtmlelement.md +2 -2
- package/{_entries → docs/_entries}/51_getselectednode.md +0 -0
- package/{_entries → docs/_entries}/52_getstate.md +0 -0
- package/{_entries → docs/_entries}/53_gettree.md +1 -1
- package/{_entries → docs/_entries}/54_isdragging.md +1 -1
- package/{_entries → docs/_entries}/55_loaddata.md +3 -3
- package/{_entries → docs/_entries}/56_loaddatafromurl.md +4 -4
- package/{_entries → docs/_entries}/57_movedown.md +0 -0
- package/{_entries → docs/_entries}/58_movenode.md +3 -3
- package/{_entries → docs/_entries}/59_moveup.md +0 -0
- package/{_entries → docs/_entries}/60_opennode.md +3 -3
- package/docs/_entries/61_prependnode.md +21 -0
- package/docs/_entries/62_refresh.md +12 -0
- package/{_entries/62_reload.md → docs/_entries/63_reload.md} +2 -2
- package/{_entries/63_removenode.md → docs/_entries/64_removenode.md} +0 -0
- package/{_entries/64_selectnode.md → docs/_entries/65_selectnode.md} +0 -0
- package/{_entries/65_scrolltonode.md → docs/_entries/66_scrolltonode.md} +0 -0
- package/{_entries/66_setoption.md → docs/_entries/67_setoption.md} +0 -0
- package/{_entries/67_setstate.md → docs/_entries/68_setstate.md} +0 -0
- package/{_entries/68_toggle.md → docs/_entries/69_toggle.md} +0 -0
- package/{_entries/69_tojson.md → docs/_entries/70_tojson.md} +0 -0
- package/{_entries/70_updatenode.md → docs/_entries/71_updatenode.md} +1 -1
- package/{_entries/71_events.md → docs/_entries/72_events.md} +0 -0
- package/{_entries/72_tree-click.md → docs/_entries/73_tree-click.md} +0 -0
- package/{_entries/73_tree-close.md → docs/_entries/74_tree-close.md} +0 -0
- package/{_entries/74_tree-contextmenu.md → docs/_entries/75_tree-contextmenu.md} +0 -0
- package/{_entries/75_tree-dblclick.md → docs/_entries/76_tree-dblclick.md} +0 -0
- package/{_entries/76_tree-init.md → docs/_entries/77_tree-init.md} +0 -0
- package/{_entries/77_tree-load-data.md → docs/_entries/78_tree-load-data.md} +0 -0
- package/{_entries/78_tree-loading-data.md → docs/_entries/79_tree-loading-data.md} +0 -0
- package/{_entries/79_tree-move.md → docs/_entries/80_tree-move.md} +0 -0
- package/{_entries/80_tree-refresh.md → docs/_entries/81_tree-refresh.md} +0 -0
- package/{_entries/81_tree-open.md → docs/_entries/82_tree-open.md} +0 -0
- package/{_entries/82_tree-select.md → docs/_entries/83_tree-select.md} +0 -0
- package/{_entries/83_multiple-selection.md → docs/_entries/84_multiple-selection.md} +0 -0
- package/{_entries/84_add-to-selection.md → docs/_entries/85_add-to-selection.md} +0 -0
- package/{_entries/85_get-selected-nodes.md → docs/_entries/86_get-selected-nodes.md} +0 -0
- package/{_entries/86_is-node-selected.md → docs/_entries/87_is-node-selected.md} +1 -1
- package/{_entries/87_remove-from-selection.md → docs/_entries/88_remove-from-selection.md} +0 -0
- package/{_entries/88_node-functions.md → docs/_entries/89_node-functions.md} +0 -0
- package/{_entries/89_children.md → docs/_entries/90_children.md} +0 -0
- package/{_entries/90_getdata.md → docs/_entries/91_getdata.md} +2 -2
- package/{_entries/91_getlevel.md → docs/_entries/92_getlevel.md} +0 -0
- package/{_entries/92_getnextnode.md → docs/_entries/93_getnextnode.md} +0 -0
- package/{_entries/93_getnextsibling.md → docs/_entries/94_getnextsibling.md} +0 -0
- package/{_entries/94_getpreviousnode.md → docs/_entries/95_getpreviousnode.md} +0 -0
- package/{_entries/95_getprevioussibling.md → docs/_entries/96_getprevioussibling.md} +0 -0
- package/{_entries/96_parent.md → docs/_entries/97_parent.md} +1 -1
- package/{_entries → docs/_entries}/insert.py +0 -0
- package/{_entries → docs/_entries}/renumber.py +0 -0
- package/{_examples → docs/_examples}/01_load_json_data.html +3 -5
- package/{_examples → docs/_examples}/02_load_json_data_from_server.html +3 -5
- package/{_examples → docs/_examples}/03_drag_and_drop.html +3 -5
- package/{_examples → docs/_examples}/04_save_state.html +3 -5
- package/{_examples → docs/_examples}/05_load_on_demand.html +3 -5
- package/{_examples → docs/_examples}/06_autoescape.html +3 -5
- package/{_examples → docs/_examples}/07_autoscroll.html +3 -5
- package/{_examples → docs/_examples}/08_multiple_select.html +3 -5
- package/{_examples → docs/_examples}/09_custom_html.html +3 -5
- package/{_examples → docs/_examples}/10_icon_buttons.html +3 -5
- package/{_examples → docs/_examples}/11_right-to-left.html +3 -5
- package/{_examples → docs/_examples}/12_button_on_right.html +3 -5
- package/docs/_examples/13_drag_outside.html +48 -0
- package/docs/_examples/14_filter.html +111 -0
- package/docs/_layouts/example.html +7 -0
- package/docs/_layouts/page.html +26 -0
- package/docs/documentation.css +3 -0
- package/docs/index.html +65 -0
- package/docs/jqtree.css +189 -0
- package/docs/package.json +22 -0
- package/docs/pnpm-lock.yaml +768 -0
- package/docs/postcss.config.js +7 -0
- package/docs/static/bower.json +8 -0
- package/docs/static/bower_components/fontawesome/css/all.min.css +5 -0
- package/{static → docs/static}/bower_components/fontawesome/webfonts/fa-brands-400.eot +0 -0
- package/{static → docs/static}/bower_components/fontawesome/webfonts/fa-brands-400.svg +774 -627
- package/{static → docs/static}/bower_components/fontawesome/webfonts/fa-brands-400.ttf +0 -0
- package/docs/static/bower_components/fontawesome/webfonts/fa-brands-400.woff +0 -0
- package/docs/static/bower_components/fontawesome/webfonts/fa-brands-400.woff2 +0 -0
- package/{static → docs/static}/bower_components/fontawesome/webfonts/fa-regular-400.eot +0 -0
- package/{static → docs/static}/bower_components/fontawesome/webfonts/fa-regular-400.svg +93 -95
- package/{static → docs/static}/bower_components/fontawesome/webfonts/fa-regular-400.ttf +0 -0
- package/docs/static/bower_components/fontawesome/webfonts/fa-regular-400.woff +0 -0
- package/docs/static/bower_components/fontawesome/webfonts/fa-regular-400.woff2 +0 -0
- package/{static → docs/static}/bower_components/fontawesome/webfonts/fa-solid-900.eot +0 -0
- package/{static → docs/static}/bower_components/fontawesome/webfonts/fa-solid-900.svg +1164 -1074
- package/{static → docs/static}/bower_components/fontawesome/webfonts/fa-solid-900.ttf +0 -0
- package/docs/static/bower_components/fontawesome/webfonts/fa-solid-900.woff +0 -0
- package/docs/static/bower_components/fontawesome/webfonts/fa-solid-900.woff2 +0 -0
- package/{static → docs/static}/bower_components/jquery/dist/jquery.js +118 -109
- package/docs/static/bower_components/jquery/dist/jquery.min.js +2 -0
- package/{static → docs/static}/bower_components/jquery-mockjax/dist/jquery.mockjax.js +15 -9
- package/docs/static/documentation.css +1313 -0
- package/docs/static/documentation.js +26 -0
- package/{static → docs/static}/example.css +14 -33
- package/{static → docs/static}/example.postcss +15 -32
- package/{static → docs/static}/example_data.js +33 -36
- package/{static → docs/static}/examples/autoescape.js +0 -0
- package/{static → docs/static}/examples/autoscroll.js +0 -0
- package/{static → docs/static}/examples/button-on-right.js +0 -0
- package/{static → docs/static}/examples/custom_html.js +5 -9
- package/{static → docs/static}/examples/drag-outside.js +0 -0
- package/{static → docs/static}/examples/drag_and_drop.js +0 -0
- package/docs/static/examples/filter.js +63 -0
- package/{static → docs/static}/examples/icon_buttons.js +0 -0
- package/{static → docs/static}/examples/load_json_data.js +0 -0
- package/{static → docs/static}/examples/load_json_data_from_server.js +0 -0
- package/{static → docs/static}/examples/load_on_demand.js +0 -0
- package/{static → docs/static}/examples/multiple_select.js +0 -0
- package/{static → docs/static}/examples/right-to-left.js +0 -0
- package/{static → docs/static}/examples/save_state.js +0 -0
- package/{static → docs/static}/monokai.css +0 -0
- package/{static → docs/static}/spinner.gif +0 -0
- package/docs/tailwind.config.js +16 -0
- package/docs/tree.jquery.js +21 -0
- package/jqtree.css +4 -1
- package/lib/dataLoader.js +146 -98
- package/lib/dragAndDropHandler.js +672 -470
- package/lib/elementsRenderer.js +282 -197
- package/lib/jqtreeOptions.js +1 -2
- package/lib/keyHandler.js +134 -87
- package/lib/mouse.widget.js +285 -184
- package/lib/node.js +691 -505
- package/lib/nodeElement.js +329 -205
- package/lib/playwright/coverage.js +140 -0
- package/lib/playwright/playwright.test.js +298 -179
- package/lib/playwright/testUtils.js +267 -0
- package/lib/saveStateHandler.js +311 -204
- package/lib/scrollHandler.js +293 -199
- package/lib/selectNodeHandler.js +140 -100
- package/lib/simple.widget.js +184 -109
- package/lib/test/global.d.js +3 -0
- package/lib/test/jqTree/create.test.js +44 -40
- package/lib/test/jqTree/events.test.js +186 -138
- package/lib/test/jqTree/keyboard.test.js +216 -199
- package/lib/test/jqTree/loadOnDemand.test.js +238 -157
- package/lib/test/jqTree/methods.test.js +1289 -1019
- package/lib/test/jqTree/options.test.js +491 -410
- package/lib/test/node.test.js +1036 -873
- package/lib/test/nodeUtil.test.js +21 -20
- package/lib/test/support/exampleData.js +35 -23
- package/lib/test/support/jqTreeMatchers.js +72 -54
- package/lib/test/support/matchers.d.js +1 -0
- package/lib/test/support/setupTests.js +9 -3
- package/lib/test/support/testUtil.js +35 -15
- package/lib/test/support/treeStructure.js +41 -32
- package/lib/test/util.test.js +21 -20
- package/lib/tree.jquery.d.js +1 -0
- package/lib/tree.jquery.js +1264 -886
- package/lib/types.js +1 -2
- package/lib/typings.d.js +2 -0
- package/lib/util.js +19 -8
- package/lib/version.js +8 -3
- package/package.json +54 -47
- package/src/dataLoader.ts +6 -6
- package/src/dragAndDropHandler.ts +8 -8
- package/src/elementsRenderer.ts +4 -0
- package/src/jqtreeOptions.ts +2 -2
- package/src/mouse.widget.ts +19 -15
- package/src/node.ts +27 -41
- package/src/nodeElement.ts +17 -9
- package/src/playwright/.eslintrc +5 -0
- package/src/playwright/coverage.ts +41 -0
- package/src/playwright/playwright.test.ts +75 -77
- package/src/playwright/playwright.test.ts-snapshots/with-dragAndDrop-moves-a-node-1-Chromium-darwin.png +0 -0
- package/src/playwright/playwright.test.ts-snapshots/with-dragAndDrop-moves-a-node-1-Chromium-linux.png +0 -0
- package/src/playwright/playwright.test.ts-snapshots/without-dragAndDrop-displays-a-tree-1-Chromium-darwin.png +0 -0
- package/src/playwright/playwright.test.ts-snapshots/without-dragAndDrop-displays-a-tree-1-Chromium-linux.png +0 -0
- package/src/playwright/playwright.test.ts-snapshots/without-dragAndDrop-selects-a-node-1-Chromium-darwin.png +0 -0
- package/src/playwright/playwright.test.ts-snapshots/without-dragAndDrop-selects-a-node-1-Chromium-linux.png +0 -0
- package/src/playwright/testUtils.ts +122 -0
- package/src/saveStateHandler.ts +11 -6
- package/src/selectNodeHandler.ts +1 -1
- package/src/simple.widget.ts +1 -1
- package/src/test/.eslintrc +14 -0
- package/src/test/jqTree/create.test.ts +0 -1
- package/src/test/jqTree/events.test.ts +10 -10
- package/src/test/jqTree/keyboard.test.ts +0 -1
- package/src/test/jqTree/loadOnDemand.test.ts +56 -11
- package/src/test/jqTree/methods.test.ts +72 -55
- package/src/test/jqTree/options.test.ts +30 -33
- package/src/test/node.test.ts +2 -2
- package/src/test/support/jqTreeMatchers.ts +8 -9
- package/src/test/support/matchers.d.ts +2 -4
- package/src/test/support/setupTests.ts +2 -1
- package/src/tree.jquery.d.ts +19 -13
- package/src/tree.jquery.ts +35 -28
- package/src/version.ts +1 -1
- package/tree.jquery.debug.js +4810 -3325
- package/tree.jquery.debug.js.map +1 -1
- package/tree.jquery.js +3 -3
- package/tree.jquery.js.map +1 -1
- package/tsconfig.json +1 -0
- package/_entries/61_prependnode.md +0 -21
- package/_examples/13_drag_outside.html +0 -25
- package/_layouts/base.html +0 -55
- package/_layouts/frontpage.html +0 -20
- package/_layouts/page.html +0 -7
- package/index.html +0 -48
- package/jest-browser.config.js +0 -18
- package/jest-playwright.config.js +0 -21
- package/jest.config.js +0 -8
- package/lib/playwright/testUtil.js +0 -223
- package/lib/playwright/visualRegression.js +0 -128
- package/production +0 -5
- package/src/playwright/screenshots/displays_a_tree_Desktop.png +0 -0
- package/src/playwright/screenshots/displays_a_tree_iPhone 6.png +0 -0
- package/src/playwright/screenshots/moves_a_node_Desktop.png +0 -0
- package/src/playwright/screenshots/moves_a_node_iPhone 6.png +0 -0
- package/src/playwright/screenshots/opens_a_node_Desktop.png +0 -0
- package/src/playwright/screenshots/opens_a_node_iPhone 6.png +0 -0
- package/src/playwright/screenshots/selects_a_node_Desktop.png +0 -0
- package/src/playwright/screenshots/selects_a_node_iPhone 6.png +0 -0
- package/src/playwright/testUtil.ts +0 -171
- package/src/playwright/visualRegression.ts +0 -88
- package/static/bower.json +0 -9
- package/static/bower_components/bootstrap/dist/css/bootstrap-theme.min.css +0 -6
- package/static/bower_components/bootstrap/dist/css/bootstrap.min.css +0 -6
- package/static/bower_components/bootstrap/dist/fonts/glyphicons-halflings-regular.eot +0 -0
- package/static/bower_components/bootstrap/dist/fonts/glyphicons-halflings-regular.svg +0 -288
- package/static/bower_components/bootstrap/dist/fonts/glyphicons-halflings-regular.ttf +0 -0
- package/static/bower_components/bootstrap/dist/fonts/glyphicons-halflings-regular.woff +0 -0
- package/static/bower_components/bootstrap/dist/fonts/glyphicons-halflings-regular.woff2 +0 -0
- package/static/bower_components/bootstrap/dist/js/bootstrap.min.js +0 -6
- package/static/bower_components/fontawesome/css/all.min.css +0 -5
- package/static/bower_components/fontawesome/webfonts/fa-brands-400.woff +0 -0
- package/static/bower_components/fontawesome/webfonts/fa-brands-400.woff2 +0 -0
- package/static/bower_components/fontawesome/webfonts/fa-regular-400.woff +0 -0
- package/static/bower_components/fontawesome/webfonts/fa-regular-400.woff2 +0 -0
- package/static/bower_components/fontawesome/webfonts/fa-solid-900.woff +0 -0
- package/static/bower_components/fontawesome/webfonts/fa-solid-900.woff2 +0 -0
- package/static/bower_components/jquery/dist/jquery.min.js +0 -2
- package/static/documentation.css +0 -171
- package/static/documentation.js +0 -48
package/.eslintrc
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"parser": "@typescript-eslint/parser",
|
|
3
|
-
"plugins": ["@typescript-eslint", "import"
|
|
3
|
+
"plugins": ["@typescript-eslint", "import"],
|
|
4
4
|
"extends": [
|
|
5
5
|
"eslint:recommended",
|
|
6
6
|
"plugin:@typescript-eslint/eslint-recommended",
|
|
@@ -8,8 +8,7 @@
|
|
|
8
8
|
"plugin:@typescript-eslint/recommended-requiring-type-checking",
|
|
9
9
|
"plugin:import/errors",
|
|
10
10
|
"plugin:import/warnings",
|
|
11
|
-
"plugin:import/typescript"
|
|
12
|
-
"plugin:jest/all"
|
|
11
|
+
"plugin:import/typescript"
|
|
13
12
|
],
|
|
14
13
|
"rules": {
|
|
15
14
|
"@typescript-eslint/explicit-function-return-type": "off",
|
|
@@ -27,14 +26,7 @@
|
|
|
27
26
|
"allowAny": false,
|
|
28
27
|
"allowNullish": false
|
|
29
28
|
}
|
|
30
|
-
]
|
|
31
|
-
"jest/consistent-test-it": "off",
|
|
32
|
-
"jest/prefer-expect-assertions": "off",
|
|
33
|
-
"jest/no-duplicate-hooks": "off",
|
|
34
|
-
"jest/no-hooks": "off",
|
|
35
|
-
"jest/no-identical-title": "off",
|
|
36
|
-
"jest/prefer-strict-equal": "off",
|
|
37
|
-
"jest/require-top-level-describe": "off"
|
|
29
|
+
]
|
|
38
30
|
},
|
|
39
31
|
"parserOptions": {
|
|
40
32
|
"project": "./tsconfig.json"
|
package/.github/workflows/ci.yml
CHANGED
|
@@ -8,44 +8,69 @@ jobs:
|
|
|
8
8
|
|
|
9
9
|
steps:
|
|
10
10
|
- name: Check out repository code
|
|
11
|
-
uses: actions/checkout@
|
|
11
|
+
uses: actions/checkout@v3
|
|
12
12
|
- name: Setup node
|
|
13
|
-
uses: actions/setup-node@
|
|
13
|
+
uses: actions/setup-node@v3
|
|
14
14
|
with:
|
|
15
|
-
node-version: "
|
|
16
|
-
- name:
|
|
17
|
-
|
|
18
|
-
|
|
19
|
-
|
|
20
|
-
|
|
15
|
+
node-version: "16"
|
|
16
|
+
- name: Install pnpm
|
|
17
|
+
run: npm install -g pnpm
|
|
18
|
+
- name: Get pnpm store directory
|
|
19
|
+
id: pnpm-cache
|
|
20
|
+
run: |
|
|
21
|
+
echo "::set-output name=pnpm_cache_dir::$(pnpm store path)"
|
|
22
|
+
- uses: actions/cache@v3
|
|
23
|
+
name: Setup pnpm cache
|
|
24
|
+
with:
|
|
25
|
+
path: ${{ steps.pnpm-cache.outputs.pnpm_cache_dir }}
|
|
26
|
+
key: ${{ runner.os }}-pnpm-store-${{ hashFiles('**/pnpm-lock.yaml') }}
|
|
27
|
+
restore-keys: |
|
|
28
|
+
${{ runner.os }}-pnpm-store-
|
|
29
|
+
- uses: actions/cache@v3
|
|
30
|
+
name: Setup Playwright browsers cache
|
|
21
31
|
with:
|
|
22
|
-
|
|
23
|
-
|
|
24
|
-
|
|
25
|
-
|
|
32
|
+
path: /home/runner/.cache/ms-playwright/
|
|
33
|
+
key: ${{ runner.os }}-pnpm-store-${{ hashFiles('**/pnpm-lock.yaml') }}
|
|
34
|
+
restore-keys: |
|
|
35
|
+
${{ runner.os }}-playwright-
|
|
26
36
|
- name: Install packages
|
|
27
37
|
run: |
|
|
28
|
-
|
|
38
|
+
pnpm install
|
|
29
39
|
- name: Build
|
|
30
40
|
run: |
|
|
31
|
-
|
|
41
|
+
pnpm production
|
|
32
42
|
- name: Lint
|
|
33
43
|
run: |
|
|
34
|
-
|
|
44
|
+
pnpm lint
|
|
35
45
|
- name: Check types
|
|
36
46
|
run: |
|
|
37
|
-
|
|
38
|
-
- name:
|
|
39
|
-
run:
|
|
40
|
-
|
|
41
|
-
|
|
47
|
+
pnpm tsc
|
|
48
|
+
- name: Clean coverage
|
|
49
|
+
run: pnpm clean-coverage
|
|
50
|
+
- name: Run jest tests
|
|
51
|
+
run: pnpm jest
|
|
52
|
+
- name: Playwright install
|
|
53
|
+
run: npx playwright install chromium
|
|
54
|
+
- name: Run playwright tests
|
|
55
|
+
run: pnpm playwright
|
|
56
|
+
- name: Screenshots artifact
|
|
57
|
+
if: always()
|
|
58
|
+
uses: actions/upload-artifact@v3
|
|
59
|
+
with:
|
|
60
|
+
name: screenshots
|
|
61
|
+
path: src/playwright/playwright.test.ts-snapshots/
|
|
42
62
|
- name: Merge coverage
|
|
43
63
|
run: |
|
|
44
|
-
|
|
45
|
-
|
|
64
|
+
pnpm merge-coverage
|
|
65
|
+
pnpm print-coverage
|
|
66
|
+
- name: Coverage artifact
|
|
67
|
+
uses: actions/upload-artifact@v3
|
|
68
|
+
with:
|
|
69
|
+
name: coverage
|
|
70
|
+
path: .nyc_output
|
|
46
71
|
- name: Coveralls
|
|
47
72
|
run: |
|
|
48
|
-
|
|
73
|
+
pnpm coveralls
|
|
49
74
|
env:
|
|
50
75
|
COVERALLS_REPO_TOKEN: ${{ secrets.github_token }}
|
|
51
76
|
COVERALLS_SERVICE_NAME: github
|
|
@@ -1,6 +1,10 @@
|
|
|
1
1
|
name: "CodeQL"
|
|
2
2
|
|
|
3
|
-
on:
|
|
3
|
+
on:
|
|
4
|
+
push:
|
|
5
|
+
branches: [master]
|
|
6
|
+
pull_request:
|
|
7
|
+
branches: [master]
|
|
4
8
|
|
|
5
9
|
jobs:
|
|
6
10
|
analyze:
|
|
@@ -14,15 +18,15 @@ jobs:
|
|
|
14
18
|
|
|
15
19
|
steps:
|
|
16
20
|
- name: Checkout repository
|
|
17
|
-
uses: actions/checkout@
|
|
21
|
+
uses: actions/checkout@v3
|
|
18
22
|
|
|
19
23
|
- name: Initialize CodeQL
|
|
20
|
-
uses: github/codeql-action/init@
|
|
24
|
+
uses: github/codeql-action/init@v2
|
|
21
25
|
with:
|
|
22
26
|
languages: ${{ matrix.language }}
|
|
23
27
|
|
|
24
28
|
- name: Autobuild
|
|
25
|
-
uses: github/codeql-action/autobuild@
|
|
29
|
+
uses: github/codeql-action/autobuild@v2
|
|
26
30
|
|
|
27
31
|
- name: Perform CodeQL Analysis
|
|
28
|
-
uses: github/codeql-action/analyze@
|
|
32
|
+
uses: github/codeql-action/analyze@v2
|
package/.prettier
ADDED
package/README.md
CHANGED
|
@@ -10,10 +10,10 @@ JqTree is a tree widget. Read more in the [documentation](https://mbraak.github.
|
|
|
10
10
|
|
|
11
11
|
## Features
|
|
12
12
|
|
|
13
|
-
|
|
14
|
-
|
|
15
|
-
|
|
16
|
-
|
|
13
|
+
- Create a tree from JSON data
|
|
14
|
+
- Drag and drop
|
|
15
|
+
- Works on ie11+, firefox, chrome and safari
|
|
16
|
+
- Written in Typescript
|
|
17
17
|
|
|
18
18
|
The project is hosted on [github](https://github.com/mbraak/jqTree), has a [test suite](http://mbraak.github.io/jqTree/test/test.html).
|
|
19
19
|
|
|
@@ -36,18 +36,21 @@ var data = [
|
|
|
36
36
|
{
|
|
37
37
|
label: "node1",
|
|
38
38
|
id: 1,
|
|
39
|
-
children: [
|
|
39
|
+
children: [
|
|
40
|
+
{ label: "child1", id: 2 },
|
|
41
|
+
{ label: "child2", id: 3 },
|
|
42
|
+
],
|
|
40
43
|
},
|
|
41
44
|
{
|
|
42
45
|
label: "node2",
|
|
43
46
|
id: 4,
|
|
44
|
-
children: [{ label: "child3", id: 5 }]
|
|
45
|
-
}
|
|
47
|
+
children: [{ label: "child3", id: 5 }],
|
|
48
|
+
},
|
|
46
49
|
];
|
|
47
50
|
$("#tree1").tree({
|
|
48
51
|
data: data,
|
|
49
52
|
autoOpen: true,
|
|
50
|
-
dragAndDrop: true
|
|
53
|
+
dragAndDrop: true,
|
|
51
54
|
});
|
|
52
55
|
```
|
|
53
56
|
|
package/bower.json
CHANGED
|
File without changes
|
|
@@ -1,16 +1,20 @@
|
|
|
1
1
|
module.exports = {
|
|
2
|
+
coverageDirectory: "jest-coverage",
|
|
3
|
+
coverageReporters: ["json"],
|
|
2
4
|
modulePathIgnorePatterns: [
|
|
3
|
-
"<rootDir>/
|
|
5
|
+
"<rootDir>/docs/_site/",
|
|
6
|
+
"<rootDir>/docs/static/",
|
|
4
7
|
"<rootDir>/lib/",
|
|
5
|
-
"<rootDir>/_site/",
|
|
6
|
-
"<rootDir>/static/",
|
|
7
8
|
],
|
|
8
|
-
|
|
9
|
+
rootDir: "../",
|
|
9
10
|
setupFilesAfterEnv: [
|
|
10
11
|
"<rootDir>/src/test/support/setupTests.ts",
|
|
11
12
|
"givens/setup.js",
|
|
12
|
-
"jest-extended",
|
|
13
|
+
"jest-extended/all",
|
|
13
14
|
],
|
|
14
15
|
testEnvironment: "jsdom",
|
|
15
16
|
testRegex: "\\/src\\/test\\/.*\\.test\\.ts",
|
|
17
|
+
transform: {
|
|
18
|
+
"\\.tsx?$": ["babel-jest", { root: __dirname }],
|
|
19
|
+
},
|
|
16
20
|
};
|
|
@@ -0,0 +1,18 @@
|
|
|
1
|
+
const { devices } = require("@playwright/test");
|
|
2
|
+
|
|
3
|
+
const config = {
|
|
4
|
+
testDir: "../src/playwright",
|
|
5
|
+
projects: [
|
|
6
|
+
{
|
|
7
|
+
name: "Chromium",
|
|
8
|
+
use: { ...devices["Desktop Chrome"] },
|
|
9
|
+
},
|
|
10
|
+
],
|
|
11
|
+
webServer: {
|
|
12
|
+
command: "pnpm devserver-with-coverage",
|
|
13
|
+
cwd: "..",
|
|
14
|
+
port: 8080,
|
|
15
|
+
},
|
|
16
|
+
};
|
|
17
|
+
|
|
18
|
+
module.exports = config;
|
|
@@ -2,10 +2,10 @@ import fs from "fs";
|
|
|
2
2
|
import path from "path";
|
|
3
3
|
import jsonfile from "jsonfile";
|
|
4
4
|
import template from "lodash.template";
|
|
5
|
-
import
|
|
6
|
-
import
|
|
5
|
+
import { babel } from "@rollup/plugin-babel";
|
|
6
|
+
import resolve from "@rollup/plugin-node-resolve";
|
|
7
7
|
import serve from "rollup-plugin-serve";
|
|
8
|
-
import
|
|
8
|
+
import { terser } from "rollup-plugin-terser";
|
|
9
9
|
|
|
10
10
|
const getBanner = () => {
|
|
11
11
|
const headerTemplate = fs.readFileSync("./src/header.txt", "utf8");
|
|
@@ -24,7 +24,19 @@ const debugBuild = Boolean(process.env.DEBUG_BUILD);
|
|
|
24
24
|
const devServer = Boolean(process.env.SERVE);
|
|
25
25
|
const includeCoverage = Boolean(process.env.COVERAGE);
|
|
26
26
|
|
|
27
|
-
const
|
|
27
|
+
const resolvePlugin = resolve({ extensions: [".ts"] });
|
|
28
|
+
|
|
29
|
+
const babelConfigFile = includeCoverage
|
|
30
|
+
? "babel.coverage.config.json"
|
|
31
|
+
: "babel.config.json";
|
|
32
|
+
|
|
33
|
+
const babelPlugin = babel({
|
|
34
|
+
babelHelpers: "bundled",
|
|
35
|
+
configFile: path.resolve(__dirname, babelConfigFile),
|
|
36
|
+
extensions: [".ts"],
|
|
37
|
+
});
|
|
38
|
+
|
|
39
|
+
const plugins = [resolvePlugin, babelPlugin];
|
|
28
40
|
|
|
29
41
|
if (!debugBuild) {
|
|
30
42
|
const terserPlugin = terser({
|
|
@@ -35,19 +47,12 @@ if (!debugBuild) {
|
|
|
35
47
|
plugins.push(terserPlugin);
|
|
36
48
|
}
|
|
37
49
|
|
|
38
|
-
if (includeCoverage) {
|
|
39
|
-
const coveragePlugin = coverage({
|
|
40
|
-
esModules: true,
|
|
41
|
-
});
|
|
42
|
-
plugins.push(coveragePlugin);
|
|
43
|
-
}
|
|
44
|
-
|
|
45
50
|
if (devServer) {
|
|
46
51
|
const servePlugin = serve({
|
|
47
52
|
contentBase: [
|
|
48
|
-
path.join(__dirname, "devserver"),
|
|
49
|
-
path.join(__dirname, "static"),
|
|
50
|
-
__dirname,
|
|
53
|
+
path.join(__dirname, "../devserver"),
|
|
54
|
+
path.join(__dirname, "../docs/static"),
|
|
55
|
+
path.join(__dirname, ".."),
|
|
51
56
|
],
|
|
52
57
|
port: 8080,
|
|
53
58
|
});
|
package/devserver/index.html
CHANGED
|
@@ -8,14 +8,6 @@
|
|
|
8
8
|
name="description"
|
|
9
9
|
content="JqTree is a jQuery widget for displaying a tree structure in html"
|
|
10
10
|
/>
|
|
11
|
-
<link
|
|
12
|
-
rel="stylesheet"
|
|
13
|
-
href="/bower_components/bootstrap/dist/css/bootstrap.min.css"
|
|
14
|
-
/>
|
|
15
|
-
<link
|
|
16
|
-
rel="stylesheet"
|
|
17
|
-
href="/bower_components/bootstrap/dist/css/bootstrap-theme.min.css"
|
|
18
|
-
/>
|
|
19
11
|
<link rel="stylesheet" href="/jqtree.css" />
|
|
20
12
|
</head>
|
|
21
13
|
<body>
|
|
@@ -24,7 +16,7 @@
|
|
|
24
16
|
</div>
|
|
25
17
|
</body>
|
|
26
18
|
<script src="/bower_components/jquery/dist/jquery.min.js"></script>
|
|
27
|
-
<script src="tree.jquery.js"></script>
|
|
19
|
+
<script src="/tree.jquery.js"></script>
|
|
28
20
|
<script src="/example_data.js"></script>
|
|
29
21
|
<script src="/devserver.js"></script>
|
|
30
22
|
</html>
|
package/docs/Gemfile
ADDED
|
@@ -0,0 +1,263 @@
|
|
|
1
|
+
GEM
|
|
2
|
+
remote: https://rubygems.org/
|
|
3
|
+
specs:
|
|
4
|
+
activesupport (6.0.5)
|
|
5
|
+
concurrent-ruby (~> 1.0, >= 1.0.2)
|
|
6
|
+
i18n (>= 0.7, < 2)
|
|
7
|
+
minitest (~> 5.1)
|
|
8
|
+
tzinfo (~> 1.1)
|
|
9
|
+
zeitwerk (~> 2.2, >= 2.2.2)
|
|
10
|
+
addressable (2.8.0)
|
|
11
|
+
public_suffix (>= 2.0.2, < 5.0)
|
|
12
|
+
coffee-script (2.4.1)
|
|
13
|
+
coffee-script-source
|
|
14
|
+
execjs
|
|
15
|
+
coffee-script-source (1.11.1)
|
|
16
|
+
colorator (1.1.0)
|
|
17
|
+
commonmarker (0.23.4)
|
|
18
|
+
concurrent-ruby (1.1.10)
|
|
19
|
+
dnsruby (1.61.9)
|
|
20
|
+
simpleidn (~> 0.1)
|
|
21
|
+
em-websocket (0.5.3)
|
|
22
|
+
eventmachine (>= 0.12.9)
|
|
23
|
+
http_parser.rb (~> 0)
|
|
24
|
+
ethon (0.15.0)
|
|
25
|
+
ffi (>= 1.15.0)
|
|
26
|
+
eventmachine (1.2.7)
|
|
27
|
+
execjs (2.8.1)
|
|
28
|
+
faraday (2.3.0)
|
|
29
|
+
faraday-net_http (~> 2.0)
|
|
30
|
+
ruby2_keywords (>= 0.0.4)
|
|
31
|
+
faraday-net_http (2.0.3)
|
|
32
|
+
ffi (1.15.5)
|
|
33
|
+
forwardable-extended (2.6.0)
|
|
34
|
+
gemoji (3.0.1)
|
|
35
|
+
github-pages (226)
|
|
36
|
+
github-pages-health-check (= 1.17.9)
|
|
37
|
+
jekyll (= 3.9.2)
|
|
38
|
+
jekyll-avatar (= 0.7.0)
|
|
39
|
+
jekyll-coffeescript (= 1.1.1)
|
|
40
|
+
jekyll-commonmark-ghpages (= 0.2.0)
|
|
41
|
+
jekyll-default-layout (= 0.1.4)
|
|
42
|
+
jekyll-feed (= 0.15.1)
|
|
43
|
+
jekyll-gist (= 1.5.0)
|
|
44
|
+
jekyll-github-metadata (= 2.13.0)
|
|
45
|
+
jekyll-include-cache (= 0.2.1)
|
|
46
|
+
jekyll-mentions (= 1.6.0)
|
|
47
|
+
jekyll-optional-front-matter (= 0.3.2)
|
|
48
|
+
jekyll-paginate (= 1.1.0)
|
|
49
|
+
jekyll-readme-index (= 0.3.0)
|
|
50
|
+
jekyll-redirect-from (= 0.16.0)
|
|
51
|
+
jekyll-relative-links (= 0.6.1)
|
|
52
|
+
jekyll-remote-theme (= 0.4.3)
|
|
53
|
+
jekyll-sass-converter (= 1.5.2)
|
|
54
|
+
jekyll-seo-tag (= 2.8.0)
|
|
55
|
+
jekyll-sitemap (= 1.4.0)
|
|
56
|
+
jekyll-swiss (= 1.0.0)
|
|
57
|
+
jekyll-theme-architect (= 0.2.0)
|
|
58
|
+
jekyll-theme-cayman (= 0.2.0)
|
|
59
|
+
jekyll-theme-dinky (= 0.2.0)
|
|
60
|
+
jekyll-theme-hacker (= 0.2.0)
|
|
61
|
+
jekyll-theme-leap-day (= 0.2.0)
|
|
62
|
+
jekyll-theme-merlot (= 0.2.0)
|
|
63
|
+
jekyll-theme-midnight (= 0.2.0)
|
|
64
|
+
jekyll-theme-minimal (= 0.2.0)
|
|
65
|
+
jekyll-theme-modernist (= 0.2.0)
|
|
66
|
+
jekyll-theme-primer (= 0.6.0)
|
|
67
|
+
jekyll-theme-slate (= 0.2.0)
|
|
68
|
+
jekyll-theme-tactile (= 0.2.0)
|
|
69
|
+
jekyll-theme-time-machine (= 0.2.0)
|
|
70
|
+
jekyll-titles-from-headings (= 0.5.3)
|
|
71
|
+
jemoji (= 0.12.0)
|
|
72
|
+
kramdown (= 2.3.2)
|
|
73
|
+
kramdown-parser-gfm (= 1.1.0)
|
|
74
|
+
liquid (= 4.0.3)
|
|
75
|
+
mercenary (~> 0.3)
|
|
76
|
+
minima (= 2.5.1)
|
|
77
|
+
nokogiri (>= 1.13.4, < 2.0)
|
|
78
|
+
rouge (= 3.26.0)
|
|
79
|
+
terminal-table (~> 1.4)
|
|
80
|
+
github-pages-health-check (1.17.9)
|
|
81
|
+
addressable (~> 2.3)
|
|
82
|
+
dnsruby (~> 1.60)
|
|
83
|
+
octokit (~> 4.0)
|
|
84
|
+
public_suffix (>= 3.0, < 5.0)
|
|
85
|
+
typhoeus (~> 1.3)
|
|
86
|
+
html-pipeline (2.14.1)
|
|
87
|
+
activesupport (>= 2)
|
|
88
|
+
nokogiri (>= 1.4)
|
|
89
|
+
http_parser.rb (0.8.0)
|
|
90
|
+
i18n (0.9.5)
|
|
91
|
+
concurrent-ruby (~> 1.0)
|
|
92
|
+
jekyll (3.9.2)
|
|
93
|
+
addressable (~> 2.4)
|
|
94
|
+
colorator (~> 1.0)
|
|
95
|
+
em-websocket (~> 0.5)
|
|
96
|
+
i18n (~> 0.7)
|
|
97
|
+
jekyll-sass-converter (~> 1.0)
|
|
98
|
+
jekyll-watch (~> 2.0)
|
|
99
|
+
kramdown (>= 1.17, < 3)
|
|
100
|
+
liquid (~> 4.0)
|
|
101
|
+
mercenary (~> 0.3.3)
|
|
102
|
+
pathutil (~> 0.9)
|
|
103
|
+
rouge (>= 1.7, < 4)
|
|
104
|
+
safe_yaml (~> 1.0)
|
|
105
|
+
jekyll-avatar (0.7.0)
|
|
106
|
+
jekyll (>= 3.0, < 5.0)
|
|
107
|
+
jekyll-coffeescript (1.1.1)
|
|
108
|
+
coffee-script (~> 2.2)
|
|
109
|
+
coffee-script-source (~> 1.11.1)
|
|
110
|
+
jekyll-commonmark (1.4.0)
|
|
111
|
+
commonmarker (~> 0.22)
|
|
112
|
+
jekyll-commonmark-ghpages (0.2.0)
|
|
113
|
+
commonmarker (~> 0.23.4)
|
|
114
|
+
jekyll (~> 3.9.0)
|
|
115
|
+
jekyll-commonmark (~> 1.4.0)
|
|
116
|
+
rouge (>= 2.0, < 4.0)
|
|
117
|
+
jekyll-default-layout (0.1.4)
|
|
118
|
+
jekyll (~> 3.0)
|
|
119
|
+
jekyll-feed (0.15.1)
|
|
120
|
+
jekyll (>= 3.7, < 5.0)
|
|
121
|
+
jekyll-gist (1.5.0)
|
|
122
|
+
octokit (~> 4.2)
|
|
123
|
+
jekyll-github-metadata (2.13.0)
|
|
124
|
+
jekyll (>= 3.4, < 5.0)
|
|
125
|
+
octokit (~> 4.0, != 4.4.0)
|
|
126
|
+
jekyll-include-cache (0.2.1)
|
|
127
|
+
jekyll (>= 3.7, < 5.0)
|
|
128
|
+
jekyll-mentions (1.6.0)
|
|
129
|
+
html-pipeline (~> 2.3)
|
|
130
|
+
jekyll (>= 3.7, < 5.0)
|
|
131
|
+
jekyll-optional-front-matter (0.3.2)
|
|
132
|
+
jekyll (>= 3.0, < 5.0)
|
|
133
|
+
jekyll-paginate (1.1.0)
|
|
134
|
+
jekyll-readme-index (0.3.0)
|
|
135
|
+
jekyll (>= 3.0, < 5.0)
|
|
136
|
+
jekyll-redirect-from (0.16.0)
|
|
137
|
+
jekyll (>= 3.3, < 5.0)
|
|
138
|
+
jekyll-relative-links (0.6.1)
|
|
139
|
+
jekyll (>= 3.3, < 5.0)
|
|
140
|
+
jekyll-remote-theme (0.4.3)
|
|
141
|
+
addressable (~> 2.0)
|
|
142
|
+
jekyll (>= 3.5, < 5.0)
|
|
143
|
+
jekyll-sass-converter (>= 1.0, <= 3.0.0, != 2.0.0)
|
|
144
|
+
rubyzip (>= 1.3.0, < 3.0)
|
|
145
|
+
jekyll-sass-converter (1.5.2)
|
|
146
|
+
sass (~> 3.4)
|
|
147
|
+
jekyll-seo-tag (2.8.0)
|
|
148
|
+
jekyll (>= 3.8, < 5.0)
|
|
149
|
+
jekyll-sitemap (1.4.0)
|
|
150
|
+
jekyll (>= 3.7, < 5.0)
|
|
151
|
+
jekyll-swiss (1.0.0)
|
|
152
|
+
jekyll-theme-architect (0.2.0)
|
|
153
|
+
jekyll (> 3.5, < 5.0)
|
|
154
|
+
jekyll-seo-tag (~> 2.0)
|
|
155
|
+
jekyll-theme-cayman (0.2.0)
|
|
156
|
+
jekyll (> 3.5, < 5.0)
|
|
157
|
+
jekyll-seo-tag (~> 2.0)
|
|
158
|
+
jekyll-theme-dinky (0.2.0)
|
|
159
|
+
jekyll (> 3.5, < 5.0)
|
|
160
|
+
jekyll-seo-tag (~> 2.0)
|
|
161
|
+
jekyll-theme-hacker (0.2.0)
|
|
162
|
+
jekyll (> 3.5, < 5.0)
|
|
163
|
+
jekyll-seo-tag (~> 2.0)
|
|
164
|
+
jekyll-theme-leap-day (0.2.0)
|
|
165
|
+
jekyll (> 3.5, < 5.0)
|
|
166
|
+
jekyll-seo-tag (~> 2.0)
|
|
167
|
+
jekyll-theme-merlot (0.2.0)
|
|
168
|
+
jekyll (> 3.5, < 5.0)
|
|
169
|
+
jekyll-seo-tag (~> 2.0)
|
|
170
|
+
jekyll-theme-midnight (0.2.0)
|
|
171
|
+
jekyll (> 3.5, < 5.0)
|
|
172
|
+
jekyll-seo-tag (~> 2.0)
|
|
173
|
+
jekyll-theme-minimal (0.2.0)
|
|
174
|
+
jekyll (> 3.5, < 5.0)
|
|
175
|
+
jekyll-seo-tag (~> 2.0)
|
|
176
|
+
jekyll-theme-modernist (0.2.0)
|
|
177
|
+
jekyll (> 3.5, < 5.0)
|
|
178
|
+
jekyll-seo-tag (~> 2.0)
|
|
179
|
+
jekyll-theme-primer (0.6.0)
|
|
180
|
+
jekyll (> 3.5, < 5.0)
|
|
181
|
+
jekyll-github-metadata (~> 2.9)
|
|
182
|
+
jekyll-seo-tag (~> 2.0)
|
|
183
|
+
jekyll-theme-slate (0.2.0)
|
|
184
|
+
jekyll (> 3.5, < 5.0)
|
|
185
|
+
jekyll-seo-tag (~> 2.0)
|
|
186
|
+
jekyll-theme-tactile (0.2.0)
|
|
187
|
+
jekyll (> 3.5, < 5.0)
|
|
188
|
+
jekyll-seo-tag (~> 2.0)
|
|
189
|
+
jekyll-theme-time-machine (0.2.0)
|
|
190
|
+
jekyll (> 3.5, < 5.0)
|
|
191
|
+
jekyll-seo-tag (~> 2.0)
|
|
192
|
+
jekyll-titles-from-headings (0.5.3)
|
|
193
|
+
jekyll (>= 3.3, < 5.0)
|
|
194
|
+
jekyll-watch (2.2.1)
|
|
195
|
+
listen (~> 3.0)
|
|
196
|
+
jemoji (0.12.0)
|
|
197
|
+
gemoji (~> 3.0)
|
|
198
|
+
html-pipeline (~> 2.2)
|
|
199
|
+
jekyll (>= 3.0, < 5.0)
|
|
200
|
+
kramdown (2.3.2)
|
|
201
|
+
rexml
|
|
202
|
+
kramdown-parser-gfm (1.1.0)
|
|
203
|
+
kramdown (~> 2.0)
|
|
204
|
+
liquid (4.0.3)
|
|
205
|
+
listen (3.7.1)
|
|
206
|
+
rb-fsevent (~> 0.10, >= 0.10.3)
|
|
207
|
+
rb-inotify (~> 0.9, >= 0.9.10)
|
|
208
|
+
mercenary (0.3.6)
|
|
209
|
+
mini_portile2 (2.8.0)
|
|
210
|
+
minima (2.5.1)
|
|
211
|
+
jekyll (>= 3.5, < 5.0)
|
|
212
|
+
jekyll-feed (~> 0.9)
|
|
213
|
+
jekyll-seo-tag (~> 2.1)
|
|
214
|
+
minitest (5.15.0)
|
|
215
|
+
nokogiri (1.13.6)
|
|
216
|
+
mini_portile2 (~> 2.8.0)
|
|
217
|
+
racc (~> 1.4)
|
|
218
|
+
octokit (4.25.0)
|
|
219
|
+
faraday (>= 1, < 3)
|
|
220
|
+
sawyer (~> 0.9)
|
|
221
|
+
pathutil (0.16.2)
|
|
222
|
+
forwardable-extended (~> 2.6)
|
|
223
|
+
public_suffix (4.0.7)
|
|
224
|
+
racc (1.6.0)
|
|
225
|
+
rb-fsevent (0.11.1)
|
|
226
|
+
rb-inotify (0.10.1)
|
|
227
|
+
ffi (~> 1.0)
|
|
228
|
+
rexml (3.2.5)
|
|
229
|
+
rouge (3.26.0)
|
|
230
|
+
ruby2_keywords (0.0.5)
|
|
231
|
+
rubyzip (2.3.2)
|
|
232
|
+
safe_yaml (1.0.5)
|
|
233
|
+
sass (3.7.4)
|
|
234
|
+
sass-listen (~> 4.0.0)
|
|
235
|
+
sass-listen (4.0.0)
|
|
236
|
+
rb-fsevent (~> 0.9, >= 0.9.4)
|
|
237
|
+
rb-inotify (~> 0.9, >= 0.9.7)
|
|
238
|
+
sawyer (0.9.2)
|
|
239
|
+
addressable (>= 2.3.5)
|
|
240
|
+
faraday (>= 0.17.3, < 3)
|
|
241
|
+
simpleidn (0.2.1)
|
|
242
|
+
unf (~> 0.1.4)
|
|
243
|
+
terminal-table (1.8.0)
|
|
244
|
+
unicode-display_width (~> 1.1, >= 1.1.1)
|
|
245
|
+
thread_safe (0.3.6)
|
|
246
|
+
typhoeus (1.4.0)
|
|
247
|
+
ethon (>= 0.9.0)
|
|
248
|
+
tzinfo (1.2.10)
|
|
249
|
+
thread_safe (~> 0.1)
|
|
250
|
+
unf (0.1.4)
|
|
251
|
+
unf_ext
|
|
252
|
+
unf_ext (0.0.8.2)
|
|
253
|
+
unicode-display_width (1.8.0)
|
|
254
|
+
zeitwerk (2.5.4)
|
|
255
|
+
|
|
256
|
+
PLATFORMS
|
|
257
|
+
ruby
|
|
258
|
+
|
|
259
|
+
DEPENDENCIES
|
|
260
|
+
github-pages
|
|
261
|
+
|
|
262
|
+
BUNDLED WITH
|
|
263
|
+
2.1.4
|
|
File without changes
|
|
File without changes
|
|
@@ -9,7 +9,7 @@ name: features
|
|
|
9
9
|
- Saves the state
|
|
10
10
|
- Keyboard support
|
|
11
11
|
- Lazy loading
|
|
12
|
-
- Works on
|
|
12
|
+
- Works on ie11+, firefox, chrome and safari
|
|
13
13
|
- Written in Typescript
|
|
14
14
|
|
|
15
15
|
The project is [hosted on github](https://github.com/mbraak/jqTree).
|