django-handyhelpers 0.3.20__py3-none-any.whl → 0.3.36__py3-none-any.whl
Sign up to get free protection for your applications and to get access to all the features.
- {django_handyhelpers-0.3.20.dist-info → django_handyhelpers-0.3.36.dist-info}/METADATA +16 -6
- {django_handyhelpers-0.3.20.dist-info → django_handyhelpers-0.3.36.dist-info}/RECORD +562 -75
- {django_handyhelpers-0.3.20.dist-info → django_handyhelpers-0.3.36.dist-info}/WHEEL +1 -1
- handyhelpers/__init__.py +6 -6
- handyhelpers/forms.py +9 -1
- handyhelpers/mixins/form_mixins.py +61 -0
- handyhelpers/mixins/model_mixins.py +21 -0
- handyhelpers/mixins/serializer_mixins.py +35 -0
- handyhelpers/mixins/view_mixins.py +5 -2
- handyhelpers/serializers.py +23 -3
- handyhelpers/static/handyhelpers/css/table_sortable.css +17 -0
- handyhelpers/static/handyhelpers/js/sidebar.js +8 -4
- handyhelpers/static/handyhelpers/js/table_sortable.js +119 -0
- handyhelpers/static/node_modules/.bin/acorn +4 -0
- handyhelpers/static/node_modules/.bin/css-b64-images +13 -0
- handyhelpers/static/node_modules/.bin/esbuild +0 -0
- handyhelpers/static/node_modules/.bin/html-minifier-terser +308 -0
- handyhelpers/static/node_modules/.bin/minify +98 -0
- handyhelpers/static/node_modules/.bin/terser +21 -0
- handyhelpers/static/node_modules/.bin/uglifyjs +624 -0
- handyhelpers/static/node_modules/.package-lock.json +750 -0
- handyhelpers/static/node_modules/@esbuild/linux-x64/README.md +3 -0
- handyhelpers/static/node_modules/@esbuild/linux-x64/bin/esbuild +0 -0
- handyhelpers/static/node_modules/@esbuild/linux-x64/package.json +20 -0
- handyhelpers/static/node_modules/@jridgewell/gen-mapping/LICENSE +19 -0
- handyhelpers/static/node_modules/@jridgewell/gen-mapping/README.md +227 -0
- handyhelpers/static/node_modules/@jridgewell/gen-mapping/dist/gen-mapping.mjs +230 -0
- handyhelpers/static/node_modules/@jridgewell/gen-mapping/dist/gen-mapping.mjs.map +1 -0
- handyhelpers/static/node_modules/@jridgewell/gen-mapping/dist/gen-mapping.umd.js +246 -0
- handyhelpers/static/node_modules/@jridgewell/gen-mapping/dist/gen-mapping.umd.js.map +1 -0
- handyhelpers/static/node_modules/@jridgewell/gen-mapping/dist/types/gen-mapping.d.ts +88 -0
- handyhelpers/static/node_modules/@jridgewell/gen-mapping/dist/types/sourcemap-segment.d.ts +12 -0
- handyhelpers/static/node_modules/@jridgewell/gen-mapping/dist/types/types.d.ts +36 -0
- handyhelpers/static/node_modules/@jridgewell/gen-mapping/package.json +76 -0
- handyhelpers/static/node_modules/@jridgewell/resolve-uri/LICENSE +19 -0
- handyhelpers/static/node_modules/@jridgewell/resolve-uri/README.md +40 -0
- handyhelpers/static/node_modules/@jridgewell/resolve-uri/dist/resolve-uri.mjs +232 -0
- handyhelpers/static/node_modules/@jridgewell/resolve-uri/dist/resolve-uri.mjs.map +1 -0
- handyhelpers/static/node_modules/@jridgewell/resolve-uri/dist/resolve-uri.umd.js +240 -0
- handyhelpers/static/node_modules/@jridgewell/resolve-uri/dist/resolve-uri.umd.js.map +1 -0
- handyhelpers/static/node_modules/@jridgewell/resolve-uri/dist/types/resolve-uri.d.ts +4 -0
- handyhelpers/static/node_modules/@jridgewell/resolve-uri/package.json +69 -0
- handyhelpers/static/node_modules/@jridgewell/set-array/LICENSE +19 -0
- handyhelpers/static/node_modules/@jridgewell/set-array/README.md +37 -0
- handyhelpers/static/node_modules/@jridgewell/set-array/dist/set-array.mjs +69 -0
- handyhelpers/static/node_modules/@jridgewell/set-array/dist/set-array.mjs.map +1 -0
- handyhelpers/static/node_modules/@jridgewell/set-array/dist/set-array.umd.js +83 -0
- handyhelpers/static/node_modules/@jridgewell/set-array/dist/set-array.umd.js.map +1 -0
- handyhelpers/static/node_modules/@jridgewell/set-array/dist/types/set-array.d.ts +32 -0
- handyhelpers/static/node_modules/@jridgewell/set-array/package.json +65 -0
- handyhelpers/static/node_modules/@jridgewell/source-map/LICENSE +19 -0
- handyhelpers/static/node_modules/@jridgewell/source-map/README.md +184 -0
- handyhelpers/static/node_modules/@jridgewell/source-map/dist/source-map.cjs +95 -0
- handyhelpers/static/node_modules/@jridgewell/source-map/dist/source-map.cjs.map +1 -0
- handyhelpers/static/node_modules/@jridgewell/source-map/dist/source-map.mjs +90 -0
- handyhelpers/static/node_modules/@jridgewell/source-map/dist/source-map.mjs.map +1 -0
- handyhelpers/static/node_modules/@jridgewell/source-map/dist/source-map.umd.js +1242 -0
- handyhelpers/static/node_modules/@jridgewell/source-map/dist/source-map.umd.js.map +1 -0
- handyhelpers/static/node_modules/@jridgewell/source-map/dist/types/source-map.d.ts +35 -0
- handyhelpers/static/node_modules/@jridgewell/source-map/package.json +71 -0
- handyhelpers/static/node_modules/@jridgewell/sourcemap-codec/LICENSE +21 -0
- handyhelpers/static/node_modules/@jridgewell/sourcemap-codec/README.md +264 -0
- handyhelpers/static/node_modules/@jridgewell/sourcemap-codec/dist/sourcemap-codec.mjs +424 -0
- handyhelpers/static/node_modules/@jridgewell/sourcemap-codec/dist/sourcemap-codec.mjs.map +1 -0
- handyhelpers/static/node_modules/@jridgewell/sourcemap-codec/dist/sourcemap-codec.umd.js +439 -0
- handyhelpers/static/node_modules/@jridgewell/sourcemap-codec/dist/sourcemap-codec.umd.js.map +1 -0
- handyhelpers/static/node_modules/@jridgewell/sourcemap-codec/dist/types/scopes.d.ts +49 -0
- handyhelpers/static/node_modules/@jridgewell/sourcemap-codec/dist/types/sourcemap-codec.d.ts +8 -0
- handyhelpers/static/node_modules/@jridgewell/sourcemap-codec/dist/types/strings.d.ts +15 -0
- handyhelpers/static/node_modules/@jridgewell/sourcemap-codec/dist/types/vlq.d.ts +6 -0
- handyhelpers/static/node_modules/@jridgewell/sourcemap-codec/package.json +75 -0
- handyhelpers/static/node_modules/@jridgewell/trace-mapping/LICENSE +19 -0
- handyhelpers/static/node_modules/@jridgewell/trace-mapping/README.md +257 -0
- handyhelpers/static/node_modules/@jridgewell/trace-mapping/dist/trace-mapping.mjs +580 -0
- handyhelpers/static/node_modules/@jridgewell/trace-mapping/dist/trace-mapping.mjs.map +1 -0
- handyhelpers/static/node_modules/@jridgewell/trace-mapping/dist/trace-mapping.umd.js +600 -0
- handyhelpers/static/node_modules/@jridgewell/trace-mapping/dist/trace-mapping.umd.js.map +1 -0
- handyhelpers/static/node_modules/@jridgewell/trace-mapping/dist/types/any-map.d.ts +8 -0
- handyhelpers/static/node_modules/@jridgewell/trace-mapping/dist/types/binary-search.d.ts +32 -0
- handyhelpers/static/node_modules/@jridgewell/trace-mapping/dist/types/by-source.d.ts +7 -0
- handyhelpers/static/node_modules/@jridgewell/trace-mapping/dist/types/resolve.d.ts +1 -0
- handyhelpers/static/node_modules/@jridgewell/trace-mapping/dist/types/sort.d.ts +2 -0
- handyhelpers/static/node_modules/@jridgewell/trace-mapping/dist/types/sourcemap-segment.d.ts +16 -0
- handyhelpers/static/node_modules/@jridgewell/trace-mapping/dist/types/strip-filename.d.ts +4 -0
- handyhelpers/static/node_modules/@jridgewell/trace-mapping/dist/types/trace-mapping.d.ts +79 -0
- handyhelpers/static/node_modules/@jridgewell/trace-mapping/dist/types/types.d.ts +99 -0
- handyhelpers/static/node_modules/@jridgewell/trace-mapping/package.json +77 -0
- handyhelpers/static/node_modules/@popperjs/core/dist/cjs/enums.js +1 -1
- handyhelpers/static/node_modules/@popperjs/core/dist/cjs/popper-base.js +12 -170
- handyhelpers/static/node_modules/@popperjs/core/dist/cjs/popper-base.js.map +1 -1
- handyhelpers/static/node_modules/@popperjs/core/dist/cjs/popper-lite.js +14 -184
- handyhelpers/static/node_modules/@popperjs/core/dist/cjs/popper-lite.js.map +1 -1
- handyhelpers/static/node_modules/@popperjs/core/dist/cjs/popper.js +14 -197
- handyhelpers/static/node_modules/@popperjs/core/dist/cjs/popper.js.map +1 -1
- handyhelpers/static/node_modules/@popperjs/core/dist/esm/createPopper.js +6 -66
- handyhelpers/static/node_modules/@popperjs/core/dist/esm/modifiers/arrow.js +1 -12
- handyhelpers/static/node_modules/@popperjs/core/dist/esm/modifiers/computeStyles.js +2 -14
- handyhelpers/static/node_modules/@popperjs/core/dist/esm/utils/computeAutoPlacement.js +0 -4
- handyhelpers/static/node_modules/@popperjs/core/dist/esm/utils/userAgent.js +1 -1
- handyhelpers/static/node_modules/@popperjs/core/dist/umd/enums.js +1 -1
- handyhelpers/static/node_modules/@popperjs/core/dist/umd/enums.min.js +1 -1
- handyhelpers/static/node_modules/@popperjs/core/dist/umd/popper-base.js +12 -170
- handyhelpers/static/node_modules/@popperjs/core/dist/umd/popper-base.js.map +1 -1
- handyhelpers/static/node_modules/@popperjs/core/dist/umd/popper-base.min.js +2 -2
- handyhelpers/static/node_modules/@popperjs/core/dist/umd/popper-base.min.js.map +1 -1
- handyhelpers/static/node_modules/@popperjs/core/dist/umd/popper-lite.js +14 -184
- handyhelpers/static/node_modules/@popperjs/core/dist/umd/popper-lite.js.map +1 -1
- handyhelpers/static/node_modules/@popperjs/core/dist/umd/popper-lite.min.js +2 -2
- handyhelpers/static/node_modules/@popperjs/core/dist/umd/popper-lite.min.js.map +1 -1
- handyhelpers/static/node_modules/@popperjs/core/dist/umd/popper.js +14 -197
- handyhelpers/static/node_modules/@popperjs/core/dist/umd/popper.js.map +1 -1
- handyhelpers/static/node_modules/@popperjs/core/dist/umd/popper.min.js +2 -2
- handyhelpers/static/node_modules/@popperjs/core/dist/umd/popper.min.js.map +1 -1
- handyhelpers/static/node_modules/@popperjs/core/lib/createPopper.js +6 -66
- handyhelpers/static/node_modules/@popperjs/core/lib/createPopper.js.flow +2 -80
- handyhelpers/static/node_modules/@popperjs/core/lib/modifiers/arrow.js +1 -12
- handyhelpers/static/node_modules/@popperjs/core/lib/modifiers/arrow.js.flow +0 -22
- handyhelpers/static/node_modules/@popperjs/core/lib/modifiers/computeStyles.js +2 -14
- handyhelpers/static/node_modules/@popperjs/core/lib/modifiers/computeStyles.js.flow +3 -33
- handyhelpers/static/node_modules/@popperjs/core/lib/utils/computeAutoPlacement.js +0 -4
- handyhelpers/static/node_modules/@popperjs/core/lib/utils/computeAutoPlacement.js.flow +0 -12
- handyhelpers/static/node_modules/@popperjs/core/lib/utils/userAgent.js +1 -1
- handyhelpers/static/node_modules/@popperjs/core/lib/utils/userAgent.js.flow +1 -1
- handyhelpers/static/node_modules/@popperjs/core/package.json +1 -1
- handyhelpers/static/node_modules/@putout/minify/LICENSE +21 -0
- handyhelpers/static/node_modules/@putout/minify/README.md +110 -0
- handyhelpers/static/node_modules/@putout/minify/bundle/minify.min.js +52 -0
- handyhelpers/static/node_modules/@putout/minify/package.json +112 -0
- handyhelpers/static/node_modules/@swc/core/Visitor.d.ts +218 -0
- handyhelpers/static/node_modules/@swc/core/Visitor.js +1407 -0
- handyhelpers/static/node_modules/@swc/core/binding.d.ts +56 -0
- handyhelpers/static/node_modules/@swc/core/binding.js +351 -0
- handyhelpers/static/node_modules/@swc/core/index.d.ts +118 -0
- handyhelpers/static/node_modules/@swc/core/index.js +439 -0
- handyhelpers/static/node_modules/@swc/core/package.json +114 -0
- handyhelpers/static/node_modules/@swc/core/postinstall.js +148 -0
- handyhelpers/static/node_modules/@swc/core/spack.d.ts +51 -0
- handyhelpers/static/node_modules/@swc/core/spack.js +87 -0
- handyhelpers/static/node_modules/@swc/core/util.d.ts +1 -0
- handyhelpers/static/node_modules/@swc/core/util.js +104 -0
- handyhelpers/static/node_modules/@swc/core-linux-x64-gnu/README.md +3 -0
- handyhelpers/static/node_modules/@swc/core-linux-x64-gnu/package.json +45 -0
- handyhelpers/static/node_modules/@swc/core-linux-x64-gnu/swc.linux-x64-gnu.node +0 -0
- handyhelpers/static/node_modules/@swc/counter/CHANGELOG.md +7 -0
- handyhelpers/static/node_modules/@swc/counter/README.md +7 -0
- handyhelpers/static/node_modules/@swc/counter/index.js +1 -0
- handyhelpers/static/node_modules/@swc/counter/package.json +27 -0
- handyhelpers/static/node_modules/@swc/types/LICENSE +201 -0
- handyhelpers/static/node_modules/@swc/types/README.md +4 -0
- handyhelpers/static/node_modules/@swc/types/assumptions.d.ts +92 -0
- handyhelpers/static/node_modules/@swc/types/assumptions.js +2 -0
- handyhelpers/static/node_modules/@swc/types/index.d.ts +1977 -0
- handyhelpers/static/node_modules/@swc/types/index.js +2 -0
- handyhelpers/static/node_modules/@swc/types/package.json +39 -0
- handyhelpers/static/node_modules/acorn/CHANGELOG.md +928 -0
- handyhelpers/static/node_modules/acorn/LICENSE +21 -0
- handyhelpers/static/node_modules/acorn/README.md +282 -0
- handyhelpers/static/node_modules/acorn/bin/acorn +4 -0
- handyhelpers/static/node_modules/acorn/dist/acorn.d.mts +866 -0
- handyhelpers/static/node_modules/acorn/dist/acorn.d.ts +866 -0
- handyhelpers/static/node_modules/acorn/dist/acorn.js +6174 -0
- handyhelpers/static/node_modules/acorn/dist/acorn.mjs +6145 -0
- handyhelpers/static/node_modules/acorn/dist/bin.js +90 -0
- handyhelpers/static/node_modules/acorn/package.json +50 -0
- handyhelpers/static/node_modules/buffer-from/LICENSE +21 -0
- handyhelpers/static/node_modules/buffer-from/index.js +72 -0
- handyhelpers/static/node_modules/buffer-from/package.json +19 -0
- handyhelpers/static/node_modules/buffer-from/readme.md +69 -0
- handyhelpers/static/node_modules/camel-case/LICENSE +21 -0
- handyhelpers/static/node_modules/camel-case/README.md +47 -0
- handyhelpers/static/node_modules/camel-case/dist/index.d.ts +5 -0
- handyhelpers/static/node_modules/camel-case/dist/index.js +23 -0
- handyhelpers/static/node_modules/camel-case/dist/index.js.map +1 -0
- handyhelpers/static/node_modules/camel-case/dist/index.spec.d.ts +1 -0
- handyhelpers/static/node_modules/camel-case/dist/index.spec.js +26 -0
- handyhelpers/static/node_modules/camel-case/dist/index.spec.js.map +1 -0
- handyhelpers/static/node_modules/camel-case/dist.es2015/index.d.ts +5 -0
- handyhelpers/static/node_modules/camel-case/dist.es2015/index.js +17 -0
- handyhelpers/static/node_modules/camel-case/dist.es2015/index.js.map +1 -0
- handyhelpers/static/node_modules/camel-case/dist.es2015/index.spec.d.ts +1 -0
- handyhelpers/static/node_modules/camel-case/dist.es2015/index.spec.js +24 -0
- handyhelpers/static/node_modules/camel-case/dist.es2015/index.spec.js.map +1 -0
- handyhelpers/static/node_modules/camel-case/package.json +89 -0
- handyhelpers/static/node_modules/clean-css/History.md +1504 -0
- handyhelpers/static/node_modules/clean-css/LICENSE +19 -0
- handyhelpers/static/node_modules/clean-css/README.md +987 -0
- handyhelpers/static/node_modules/clean-css/index.js +1 -0
- handyhelpers/static/node_modules/clean-css/package.json +48 -0
- handyhelpers/static/node_modules/commander/LICENSE +22 -0
- handyhelpers/static/node_modules/commander/Readme.md +1134 -0
- handyhelpers/static/node_modules/commander/esm.mjs +16 -0
- handyhelpers/static/node_modules/commander/index.js +27 -0
- handyhelpers/static/node_modules/commander/package-support.json +16 -0
- handyhelpers/static/node_modules/commander/package.json +80 -0
- handyhelpers/static/node_modules/commander/typings/index.d.ts +889 -0
- handyhelpers/static/node_modules/css-b64-images/.npmignore +15 -0
- handyhelpers/static/node_modules/css-b64-images/.travis.yml +5 -0
- handyhelpers/static/node_modules/css-b64-images/README.md +78 -0
- handyhelpers/static/node_modules/css-b64-images/bin/css-b64-images +13 -0
- handyhelpers/static/node_modules/css-b64-images/draft.png +0 -0
- handyhelpers/static/node_modules/css-b64-images/draft.xcf +0 -0
- handyhelpers/static/node_modules/css-b64-images/package.json +30 -0
- handyhelpers/static/node_modules/css-b64-images/test/css-b64-images-test.js +38 -0
- handyhelpers/static/node_modules/css-b64-images/test/fixture/css/style.css +52 -0
- handyhelpers/static/node_modules/css-b64-images/test/fixture/fonts/callunasansregular-webfont.eot +0 -0
- handyhelpers/static/node_modules/css-b64-images/test/fixture/fonts/callunasansregular-webfont.svg +248 -0
- handyhelpers/static/node_modules/css-b64-images/test/fixture/fonts/callunasansregular-webfont.ttf +0 -0
- handyhelpers/static/node_modules/css-b64-images/test/fixture/fonts/callunasansregular-webfont.woff +0 -0
- handyhelpers/static/node_modules/css-b64-images/test/fixture/fonts/maven_pro_medium-webfont.eot +0 -0
- handyhelpers/static/node_modules/css-b64-images/test/fixture/fonts/maven_pro_medium-webfont.svg +245 -0
- handyhelpers/static/node_modules/css-b64-images/test/fixture/fonts/maven_pro_medium-webfont.ttf +0 -0
- handyhelpers/static/node_modules/css-b64-images/test/fixture/fonts/maven_pro_medium-webfont.woff +0 -0
- handyhelpers/static/node_modules/css-b64-images/test/fixture/img/background-pattern.gif +0 -0
- handyhelpers/static/node_modules/css-b64-images/test/fixture/img/dots.svg +6 -0
- handyhelpers/static/node_modules/css-b64-images/test/fixture/img/mixit-banner.png +0 -0
- handyhelpers/static/node_modules/debug/LICENSE +20 -0
- handyhelpers/static/node_modules/debug/README.md +481 -0
- handyhelpers/static/node_modules/debug/package.json +65 -0
- handyhelpers/static/node_modules/debug/src/browser.js +272 -0
- handyhelpers/static/node_modules/debug/src/common.js +292 -0
- handyhelpers/static/node_modules/debug/src/index.js +10 -0
- handyhelpers/static/node_modules/debug/src/node.js +263 -0
- handyhelpers/static/node_modules/dot-case/LICENSE +21 -0
- handyhelpers/static/node_modules/dot-case/README.md +37 -0
- handyhelpers/static/node_modules/dot-case/dist/index.d.ts +3 -0
- handyhelpers/static/node_modules/dot-case/dist/index.js +11 -0
- handyhelpers/static/node_modules/dot-case/dist/index.js.map +1 -0
- handyhelpers/static/node_modules/dot-case/dist/index.spec.d.ts +1 -0
- handyhelpers/static/node_modules/dot-case/dist/index.spec.js +26 -0
- handyhelpers/static/node_modules/dot-case/dist/index.spec.js.map +1 -0
- handyhelpers/static/node_modules/dot-case/dist.es2015/index.d.ts +3 -0
- handyhelpers/static/node_modules/dot-case/dist.es2015/index.js +7 -0
- handyhelpers/static/node_modules/dot-case/dist.es2015/index.js.map +1 -0
- handyhelpers/static/node_modules/dot-case/dist.es2015/index.spec.d.ts +1 -0
- handyhelpers/static/node_modules/dot-case/dist.es2015/index.spec.js +24 -0
- handyhelpers/static/node_modules/dot-case/dist.es2015/index.spec.js.map +1 -0
- handyhelpers/static/node_modules/dot-case/package.json +89 -0
- handyhelpers/static/node_modules/entities/LICENSE +11 -0
- handyhelpers/static/node_modules/entities/package.json +90 -0
- handyhelpers/static/node_modules/entities/readme.md +122 -0
- handyhelpers/static/node_modules/esbuild/LICENSE.md +21 -0
- handyhelpers/static/node_modules/esbuild/README.md +3 -0
- handyhelpers/static/node_modules/esbuild/bin/esbuild +0 -0
- handyhelpers/static/node_modules/esbuild/install.js +286 -0
- handyhelpers/static/node_modules/esbuild/package.json +47 -0
- handyhelpers/static/node_modules/find-up/index.d.ts +247 -0
- handyhelpers/static/node_modules/find-up/index.js +107 -0
- handyhelpers/static/node_modules/find-up/license +9 -0
- handyhelpers/static/node_modules/find-up/package.json +61 -0
- handyhelpers/static/node_modules/find-up/readme.md +160 -0
- handyhelpers/static/node_modules/fun-effects/LICENSE +674 -0
- handyhelpers/static/node_modules/fun-effects/README.md +10 -0
- handyhelpers/static/node_modules/fun-effects/dist/css/background_icons.min.css +1 -0
- handyhelpers/static/node_modules/fun-effects/dist/css/blur_group.min.css +1 -0
- handyhelpers/static/node_modules/fun-effects/dist/css/fades.min.css +1 -0
- handyhelpers/static/node_modules/fun-effects/dist/css/marquee.min.css +1 -0
- handyhelpers/static/node_modules/fun-effects/dist/css/scroller.min.css +1 -0
- handyhelpers/static/node_modules/fun-effects/dist/index.js +15 -0
- handyhelpers/static/node_modules/fun-effects/dist/js/background_icons.min.js +1 -0
- handyhelpers/static/node_modules/fun-effects/dist/js/marquee.min.js +1 -0
- handyhelpers/static/node_modules/fun-effects/dist/js/scroller.min.js +1 -0
- handyhelpers/static/node_modules/fun-effects/package.json +39 -0
- handyhelpers/static/node_modules/fun-effects/src/css/background_icons.css +39 -0
- handyhelpers/static/node_modules/fun-effects/src/css/blur_group.css +22 -0
- handyhelpers/static/node_modules/fun-effects/src/css/fades.css +94 -0
- handyhelpers/static/node_modules/fun-effects/src/css/marquee.css +45 -0
- handyhelpers/static/node_modules/fun-effects/src/css/scroller.css +144 -0
- handyhelpers/static/node_modules/fun-effects/src/index.js +15 -0
- handyhelpers/static/node_modules/fun-effects/src/js/background_icons.js +101 -0
- handyhelpers/static/node_modules/fun-effects/src/js/marquee.js +81 -0
- handyhelpers/static/node_modules/fun-effects/src/js/scroller.js +37 -0
- handyhelpers/static/node_modules/html-minifier-terser/LICENSE +22 -0
- handyhelpers/static/node_modules/html-minifier-terser/README.md +168 -0
- handyhelpers/static/node_modules/html-minifier-terser/cli.js +308 -0
- handyhelpers/static/node_modules/html-minifier-terser/dist/htmlminifier.cjs +1857 -0
- handyhelpers/static/node_modules/html-minifier-terser/dist/htmlminifier.esm.bundle.js +57509 -0
- handyhelpers/static/node_modules/html-minifier-terser/dist/htmlminifier.umd.bundle.js +57520 -0
- handyhelpers/static/node_modules/html-minifier-terser/dist/htmlminifier.umd.bundle.min.js +9 -0
- handyhelpers/static/node_modules/html-minifier-terser/package.json +105 -0
- handyhelpers/static/node_modules/html-minifier-terser/src/htmlminifier.js +1366 -0
- handyhelpers/static/node_modules/html-minifier-terser/src/htmlparser.js +565 -0
- handyhelpers/static/node_modules/html-minifier-terser/src/tokenchain.js +68 -0
- handyhelpers/static/node_modules/html-minifier-terser/src/utils.js +11 -0
- handyhelpers/static/node_modules/jju/LICENSE +21 -0
- handyhelpers/static/node_modules/jju/Makefile +20 -0
- handyhelpers/static/node_modules/jju/README.md +249 -0
- handyhelpers/static/node_modules/jju/index.js +32 -0
- handyhelpers/static/node_modules/jju/package.json +34 -0
- handyhelpers/static/node_modules/jju/package.yaml +36 -0
- handyhelpers/static/node_modules/locate-path/index.d.ts +92 -0
- handyhelpers/static/node_modules/locate-path/index.js +77 -0
- handyhelpers/static/node_modules/locate-path/license +9 -0
- handyhelpers/static/node_modules/locate-path/package.json +48 -0
- handyhelpers/static/node_modules/locate-path/readme.md +123 -0
- handyhelpers/static/node_modules/lower-case/LICENSE +21 -0
- handyhelpers/static/node_modules/lower-case/README.md +35 -0
- handyhelpers/static/node_modules/lower-case/dist/index.d.ts +8 -0
- handyhelpers/static/node_modules/lower-case/dist/index.js +53 -0
- handyhelpers/static/node_modules/lower-case/dist/index.js.map +1 -0
- handyhelpers/static/node_modules/lower-case/dist/index.spec.d.ts +1 -0
- handyhelpers/static/node_modules/lower-case/dist/index.spec.js +36 -0
- handyhelpers/static/node_modules/lower-case/dist/index.spec.js.map +1 -0
- handyhelpers/static/node_modules/lower-case/dist.es2015/index.d.ts +8 -0
- handyhelpers/static/node_modules/lower-case/dist.es2015/index.js +48 -0
- handyhelpers/static/node_modules/lower-case/dist.es2015/index.js.map +1 -0
- handyhelpers/static/node_modules/lower-case/dist.es2015/index.spec.d.ts +1 -0
- handyhelpers/static/node_modules/lower-case/dist.es2015/index.spec.js +34 -0
- handyhelpers/static/node_modules/lower-case/dist.es2015/index.spec.js.map +1 -0
- handyhelpers/static/node_modules/lower-case/package.json +87 -0
- handyhelpers/static/node_modules/minify/ChangeLog +1307 -0
- handyhelpers/static/node_modules/minify/LICENSE +22 -0
- handyhelpers/static/node_modules/minify/README.md +177 -0
- handyhelpers/static/node_modules/minify/bin/minify.js +98 -0
- handyhelpers/static/node_modules/minify/deno.json +5 -0
- handyhelpers/static/node_modules/minify/help.json +8 -0
- handyhelpers/static/node_modules/minify/package.json +65 -0
- handyhelpers/static/node_modules/ms/index.js +162 -0
- handyhelpers/static/node_modules/ms/license.md +21 -0
- handyhelpers/static/node_modules/ms/package.json +38 -0
- handyhelpers/static/node_modules/ms/readme.md +59 -0
- handyhelpers/static/node_modules/no-case/LICENSE +21 -0
- handyhelpers/static/node_modules/no-case/README.md +37 -0
- handyhelpers/static/node_modules/no-case/dist/index.d.ts +10 -0
- handyhelpers/static/node_modules/no-case/dist/index.js +35 -0
- handyhelpers/static/node_modules/no-case/dist/index.js.map +1 -0
- handyhelpers/static/node_modules/no-case/dist/index.spec.d.ts +1 -0
- handyhelpers/static/node_modules/no-case/dist/index.spec.js +59 -0
- handyhelpers/static/node_modules/no-case/dist/index.spec.js.map +1 -0
- handyhelpers/static/node_modules/no-case/dist.es2015/index.d.ts +10 -0
- handyhelpers/static/node_modules/no-case/dist.es2015/index.js +31 -0
- handyhelpers/static/node_modules/no-case/dist.es2015/index.js.map +1 -0
- handyhelpers/static/node_modules/no-case/dist.es2015/index.spec.d.ts +1 -0
- handyhelpers/static/node_modules/no-case/dist.es2015/index.spec.js +57 -0
- handyhelpers/static/node_modules/no-case/dist.es2015/index.spec.js.map +1 -0
- handyhelpers/static/node_modules/no-case/package.json +85 -0
- handyhelpers/static/node_modules/p-limit/index.d.ts +40 -0
- handyhelpers/static/node_modules/p-limit/index.js +68 -0
- handyhelpers/static/node_modules/p-limit/license +9 -0
- handyhelpers/static/node_modules/p-limit/package.json +54 -0
- handyhelpers/static/node_modules/p-limit/readme.md +99 -0
- handyhelpers/static/node_modules/p-locate/index.d.ts +49 -0
- handyhelpers/static/node_modules/p-locate/index.js +48 -0
- handyhelpers/static/node_modules/p-locate/license +9 -0
- handyhelpers/static/node_modules/p-locate/package.json +56 -0
- handyhelpers/static/node_modules/p-locate/readme.md +91 -0
- handyhelpers/static/node_modules/param-case/LICENSE +21 -0
- handyhelpers/static/node_modules/param-case/README.md +37 -0
- handyhelpers/static/node_modules/param-case/dist/index.d.ts +3 -0
- handyhelpers/static/node_modules/param-case/dist/index.js +11 -0
- handyhelpers/static/node_modules/param-case/dist/index.js.map +1 -0
- handyhelpers/static/node_modules/param-case/dist/index.spec.d.ts +1 -0
- handyhelpers/static/node_modules/param-case/dist/index.spec.js +24 -0
- handyhelpers/static/node_modules/param-case/dist/index.spec.js.map +1 -0
- handyhelpers/static/node_modules/param-case/dist.es2015/index.d.ts +3 -0
- handyhelpers/static/node_modules/param-case/dist.es2015/index.js +7 -0
- handyhelpers/static/node_modules/param-case/dist.es2015/index.js.map +1 -0
- handyhelpers/static/node_modules/param-case/dist.es2015/index.spec.d.ts +1 -0
- handyhelpers/static/node_modules/param-case/dist.es2015/index.spec.js +22 -0
- handyhelpers/static/node_modules/param-case/dist.es2015/index.spec.js.map +1 -0
- handyhelpers/static/node_modules/param-case/package.json +91 -0
- handyhelpers/static/node_modules/pascal-case/LICENSE +21 -0
- handyhelpers/static/node_modules/pascal-case/README.md +47 -0
- handyhelpers/static/node_modules/pascal-case/dist/index.d.ts +5 -0
- handyhelpers/static/node_modules/pascal-case/dist/index.js +24 -0
- handyhelpers/static/node_modules/pascal-case/dist/index.js.map +1 -0
- handyhelpers/static/node_modules/pascal-case/dist/index.spec.d.ts +1 -0
- handyhelpers/static/node_modules/pascal-case/dist/index.spec.js +25 -0
- handyhelpers/static/node_modules/pascal-case/dist/index.spec.js.map +1 -0
- handyhelpers/static/node_modules/pascal-case/dist.es2015/index.d.ts +5 -0
- handyhelpers/static/node_modules/pascal-case/dist.es2015/index.js +18 -0
- handyhelpers/static/node_modules/pascal-case/dist.es2015/index.js.map +1 -0
- handyhelpers/static/node_modules/pascal-case/dist.es2015/index.spec.d.ts +1 -0
- handyhelpers/static/node_modules/pascal-case/dist.es2015/index.spec.js +23 -0
- handyhelpers/static/node_modules/pascal-case/dist.es2015/index.spec.js.map +1 -0
- handyhelpers/static/node_modules/pascal-case/package.json +90 -0
- handyhelpers/static/node_modules/path-exists/index.d.ts +31 -0
- handyhelpers/static/node_modules/path-exists/index.js +19 -0
- handyhelpers/static/node_modules/path-exists/license +9 -0
- handyhelpers/static/node_modules/path-exists/package.json +41 -0
- handyhelpers/static/node_modules/path-exists/readme.md +52 -0
- handyhelpers/static/node_modules/readjson/ChangeLog +110 -0
- handyhelpers/static/node_modules/readjson/LICENSE +21 -0
- handyhelpers/static/node_modules/readjson/README.md +36 -0
- handyhelpers/static/node_modules/readjson/package.json +46 -0
- handyhelpers/static/node_modules/relateurl/README.md +159 -0
- handyhelpers/static/node_modules/relateurl/license +21 -0
- handyhelpers/static/node_modules/relateurl/package.json +46 -0
- handyhelpers/static/node_modules/simport/ChangeLog +77 -0
- handyhelpers/static/node_modules/simport/LICENSE +21 -0
- handyhelpers/static/node_modules/simport/README.md +81 -0
- handyhelpers/static/node_modules/simport/fixture/context.js +3 -0
- handyhelpers/static/node_modules/simport/fixture/default-frozen-function.mjs +2 -0
- handyhelpers/static/node_modules/simport/fixture/default-frozen-object.mjs +2 -0
- handyhelpers/static/node_modules/simport/package.json +65 -0
- handyhelpers/static/node_modules/simport/simport.js +84 -0
- handyhelpers/static/node_modules/simport/simport.mjs +22 -0
- handyhelpers/static/node_modules/source-map/CHANGELOG.md +301 -0
- handyhelpers/static/node_modules/source-map/LICENSE +28 -0
- handyhelpers/static/node_modules/source-map/README.md +742 -0
- handyhelpers/static/node_modules/source-map/dist/source-map.debug.js +3234 -0
- handyhelpers/static/node_modules/source-map/dist/source-map.js +3233 -0
- handyhelpers/static/node_modules/source-map/dist/source-map.min.js +2 -0
- handyhelpers/static/node_modules/source-map/dist/source-map.min.js.map +1 -0
- handyhelpers/static/node_modules/source-map/package.json +73 -0
- handyhelpers/static/node_modules/source-map/source-map.d.ts +98 -0
- handyhelpers/static/node_modules/source-map/source-map.js +8 -0
- handyhelpers/static/node_modules/source-map-support/LICENSE.md +21 -0
- handyhelpers/static/node_modules/source-map-support/README.md +284 -0
- handyhelpers/static/node_modules/source-map-support/browser-source-map-support.js +114 -0
- handyhelpers/static/node_modules/source-map-support/package.json +31 -0
- handyhelpers/static/node_modules/source-map-support/register-hook-require.js +1 -0
- handyhelpers/static/node_modules/source-map-support/register.js +1 -0
- handyhelpers/static/node_modules/source-map-support/source-map-support.js +625 -0
- handyhelpers/static/node_modules/terser/CHANGELOG.md +783 -0
- handyhelpers/static/node_modules/terser/LICENSE +27 -0
- handyhelpers/static/node_modules/terser/PATRONS.md +15 -0
- handyhelpers/static/node_modules/terser/README.md +1421 -0
- handyhelpers/static/node_modules/terser/bin/package.json +10 -0
- handyhelpers/static/node_modules/terser/bin/terser +21 -0
- handyhelpers/static/node_modules/terser/bin/uglifyjs +10 -0
- handyhelpers/static/node_modules/terser/dist/.gitkeep +0 -0
- handyhelpers/static/node_modules/terser/dist/bundle.min.js +32962 -0
- handyhelpers/static/node_modules/terser/dist/package.json +10 -0
- handyhelpers/static/node_modules/terser/main.js +27 -0
- handyhelpers/static/node_modules/terser/node_modules/commander/CHANGELOG.md +419 -0
- handyhelpers/static/node_modules/terser/node_modules/commander/LICENSE +22 -0
- handyhelpers/static/node_modules/terser/node_modules/commander/Readme.md +428 -0
- handyhelpers/static/node_modules/terser/node_modules/commander/index.js +1224 -0
- handyhelpers/static/node_modules/terser/node_modules/commander/package.json +38 -0
- handyhelpers/static/node_modules/terser/node_modules/commander/typings/index.d.ts +310 -0
- handyhelpers/static/node_modules/terser/package.json +153 -0
- handyhelpers/static/node_modules/terser/tools/domprops.js +9026 -0
- handyhelpers/static/node_modules/terser/tools/exit.cjs +7 -0
- handyhelpers/static/node_modules/terser/tools/props.html +68 -0
- handyhelpers/static/node_modules/terser/tools/terser.d.ts +216 -0
- handyhelpers/static/node_modules/tippy.js/LICENSE +21 -0
- handyhelpers/static/node_modules/tippy.js/README.md +63 -0
- handyhelpers/static/node_modules/tippy.js/animations/perspective-extreme.css +1 -0
- handyhelpers/static/node_modules/tippy.js/animations/perspective-subtle.css +1 -0
- handyhelpers/static/node_modules/tippy.js/animations/perspective.css +1 -0
- handyhelpers/static/node_modules/tippy.js/animations/scale-extreme.css +1 -0
- handyhelpers/static/node_modules/tippy.js/animations/scale-subtle.css +1 -0
- handyhelpers/static/node_modules/tippy.js/animations/scale.css +1 -0
- handyhelpers/static/node_modules/tippy.js/animations/shift-away-extreme.css +1 -0
- handyhelpers/static/node_modules/tippy.js/animations/shift-away-subtle.css +1 -0
- handyhelpers/static/node_modules/tippy.js/animations/shift-away.css +1 -0
- handyhelpers/static/node_modules/tippy.js/animations/shift-toward-extreme.css +1 -0
- handyhelpers/static/node_modules/tippy.js/animations/shift-toward-subtle.css +1 -0
- handyhelpers/static/node_modules/tippy.js/animations/shift-toward.css +1 -0
- handyhelpers/static/node_modules/tippy.js/dist/backdrop.css +1 -0
- handyhelpers/static/node_modules/tippy.js/dist/border.css +1 -0
- handyhelpers/static/node_modules/tippy.js/dist/svg-arrow.css +1 -0
- handyhelpers/static/node_modules/tippy.js/dist/tippy-bundle.umd.js +2516 -0
- handyhelpers/static/node_modules/tippy.js/dist/tippy-bundle.umd.js.map +1 -0
- handyhelpers/static/node_modules/tippy.js/dist/tippy-bundle.umd.min.js +2 -0
- handyhelpers/static/node_modules/tippy.js/dist/tippy-bundle.umd.min.js.map +1 -0
- handyhelpers/static/node_modules/tippy.js/dist/tippy.cjs.js +2497 -0
- handyhelpers/static/node_modules/tippy.js/dist/tippy.cjs.js.map +1 -0
- handyhelpers/static/node_modules/tippy.js/dist/tippy.css +1 -0
- handyhelpers/static/node_modules/tippy.js/dist/tippy.esm.js +2486 -0
- handyhelpers/static/node_modules/tippy.js/dist/tippy.esm.js.map +1 -0
- handyhelpers/static/node_modules/tippy.js/dist/tippy.umd.js +2496 -0
- handyhelpers/static/node_modules/tippy.js/dist/tippy.umd.js.map +1 -0
- handyhelpers/static/node_modules/tippy.js/dist/tippy.umd.min.js +2 -0
- handyhelpers/static/node_modules/tippy.js/dist/tippy.umd.min.js.map +1 -0
- handyhelpers/static/node_modules/tippy.js/headless/dist/tippy-headless.cjs.js +2388 -0
- handyhelpers/static/node_modules/tippy.js/headless/dist/tippy-headless.cjs.js.map +1 -0
- handyhelpers/static/node_modules/tippy.js/headless/dist/tippy-headless.esm.js +2377 -0
- handyhelpers/static/node_modules/tippy.js/headless/dist/tippy-headless.esm.js.map +1 -0
- handyhelpers/static/node_modules/tippy.js/headless/dist/tippy-headless.umd.js +2382 -0
- handyhelpers/static/node_modules/tippy.js/headless/dist/tippy-headless.umd.js.map +1 -0
- handyhelpers/static/node_modules/tippy.js/headless/dist/tippy-headless.umd.min.js +2 -0
- handyhelpers/static/node_modules/tippy.js/headless/dist/tippy-headless.umd.min.js.map +1 -0
- handyhelpers/static/node_modules/tippy.js/headless/package.json +16 -0
- handyhelpers/static/node_modules/tippy.js/index.d.ts +260 -0
- handyhelpers/static/node_modules/tippy.js/package.json +157 -0
- handyhelpers/static/node_modules/tippy.js/themes/light-border.css +1 -0
- handyhelpers/static/node_modules/tippy.js/themes/light.css +1 -0
- handyhelpers/static/node_modules/tippy.js/themes/material.css +1 -0
- handyhelpers/static/node_modules/tippy.js/themes/translucent.css +1 -0
- handyhelpers/static/node_modules/try-catch/ChangeLog +55 -0
- handyhelpers/static/node_modules/try-catch/LICENSE +21 -0
- handyhelpers/static/node_modules/try-catch/README.md +38 -0
- handyhelpers/static/node_modules/try-catch/package.json +34 -0
- handyhelpers/static/node_modules/try-to-catch/ChangeLog +64 -0
- handyhelpers/static/node_modules/try-to-catch/LICENSE +21 -0
- handyhelpers/static/node_modules/try-to-catch/README.md +74 -0
- handyhelpers/static/node_modules/try-to-catch/package.json +47 -0
- handyhelpers/static/node_modules/tslib/CopyrightNotice.txt +15 -0
- handyhelpers/static/node_modules/tslib/LICENSE.txt +12 -0
- handyhelpers/static/node_modules/tslib/README.md +164 -0
- handyhelpers/static/node_modules/tslib/SECURITY.md +41 -0
- handyhelpers/static/node_modules/tslib/modules/index.d.ts +38 -0
- handyhelpers/static/node_modules/tslib/modules/index.js +70 -0
- handyhelpers/static/node_modules/tslib/modules/package.json +3 -0
- handyhelpers/static/node_modules/tslib/package.json +47 -0
- handyhelpers/static/node_modules/tslib/tslib.d.ts +460 -0
- handyhelpers/static/node_modules/tslib/tslib.es6.html +1 -0
- handyhelpers/static/node_modules/tslib/tslib.es6.js +402 -0
- handyhelpers/static/node_modules/tslib/tslib.es6.mjs +401 -0
- handyhelpers/static/node_modules/tslib/tslib.html +1 -0
- handyhelpers/static/node_modules/tslib/tslib.js +484 -0
- handyhelpers/static/node_modules/uglify-js/LICENSE +29 -0
- handyhelpers/static/node_modules/uglify-js/README.md +1479 -0
- handyhelpers/static/node_modules/uglify-js/bin/uglifyjs +624 -0
- handyhelpers/static/node_modules/uglify-js/package.json +56 -0
- handyhelpers/static/node_modules/uglify-js/tools/domprops.html +456 -0
- handyhelpers/static/node_modules/uglify-js/tools/domprops.json +8327 -0
- handyhelpers/static/node_modules/uglify-js/tools/exports.js +8 -0
- handyhelpers/static/node_modules/uglify-js/tools/node.js +115 -0
- handyhelpers/static/node_modules/uglify-js/tools/tty.js +22 -0
- handyhelpers/static/node_modules/unicorn-magic/default.js +14 -0
- handyhelpers/static/node_modules/unicorn-magic/index.d.ts +29 -0
- handyhelpers/static/node_modules/unicorn-magic/license +9 -0
- handyhelpers/static/node_modules/unicorn-magic/node.js +7 -0
- handyhelpers/static/node_modules/unicorn-magic/package.json +49 -0
- handyhelpers/static/node_modules/unicorn-magic/readme.md +25 -0
- handyhelpers/static/node_modules/yocto-queue/index.d.ts +61 -0
- handyhelpers/static/node_modules/yocto-queue/index.js +78 -0
- handyhelpers/static/node_modules/yocto-queue/license +9 -0
- handyhelpers/static/node_modules/yocto-queue/package.json +48 -0
- handyhelpers/static/node_modules/yocto-queue/readme.md +70 -0
- handyhelpers/static/package.json +3 -1
- handyhelpers/static/yarn.lock +393 -20
- handyhelpers/templates/handyhelpers/generic/bs5/generic_index.html +5 -8
- handyhelpers/templates/handyhelpers/handyhelpers_base_bs5.htm +5 -1
- handyhelpers/templates/handyhelpers/handyhelpers_with_sidebar.htm +50 -3
- handyhelpers/templates/handyhelpers/htmx/bs5/filter_form/generic_modal_swap.htm +48 -0
- handyhelpers/templates/handyhelpers/htmx/bs5/form/form_wrapper.htm +48 -0
- handyhelpers/templates/handyhelpers/htmx/bs5/form/inline_form.htm +166 -0
- handyhelpers/templates/handyhelpers/htmx/bs5/form/inline_form_disabled.htm +125 -0
- handyhelpers/templates/handyhelpers/htmx/bs5/generic_modal_swap.htm +2 -3
- handyhelpers/templates/handyhelpers/htmx/bs5/htmx_option_multi_filter_view/content_title.htm +38 -0
- handyhelpers/templates/handyhelpers/htmx/bs5/htmx_option_multi_filter_view/controls.htm +21 -0
- handyhelpers/templates/handyhelpers/htmx/bs5/htmx_option_multi_filter_view/examples/card.htm +17 -0
- handyhelpers/templates/handyhelpers/htmx/bs5/htmx_option_multi_filter_view/examples/list.htm +11 -0
- handyhelpers/templates/handyhelpers/htmx/bs5/htmx_option_multi_filter_view/examples/table.htm +21 -0
- handyhelpers/templates/handyhelpers/htmx/bs5/htmx_option_multi_filter_view/filter_form_modal_swap.htm +48 -0
- handyhelpers/templates/handyhelpers/htmx/bs5/htmx_option_multi_filter_view/full.html +6 -0
- handyhelpers/templates/handyhelpers/htmx/bs5/htmx_option_multi_filter_view/wrapper_card.htm +7 -0
- handyhelpers/templates/handyhelpers/htmx/bs5/htmx_option_multi_filter_view/wrapper_list.htm +7 -0
- handyhelpers/templates/handyhelpers/htmx/bs5/htmx_option_multi_filter_view/wrapper_minimal.htm +7 -0
- handyhelpers/templates/handyhelpers/htmx/bs5/htmx_option_multi_filter_view/wrapper_table.htm +18 -0
- handyhelpers/templates/handyhelpers/htmx/bs5/index.htm +34 -0
- handyhelpers/templates/handyhelpers/report/annual_stats.html +6 -0
- handyhelpers/templates/handyhelpers/report/annual_stats_content.htm +43 -0
- handyhelpers/templates/handyhelpers/report/chartjs/annual_progress_chart.htm +1 -1
- handyhelpers/templates/handyhelpers/report/chartjs/annual_progress_content.htm +40 -39
- handyhelpers/templates/handyhelpers/report/chartjs/annual_stats.html +25 -36
- handyhelpers/templates/handyhelpers/report/chartjs/annual_trends_content.htm +35 -34
- handyhelpers/templates/handyhelpers/report/chartjs/day_count_chart.htm +1 -1
- handyhelpers/templates/handyhelpers/report/chartjs/month_count_chart.htm +1 -1
- handyhelpers/templates/handyhelpers/report/chartjs/week_count_chart.htm +1 -1
- handyhelpers/templates/handyhelpers/report/chartjs/year_count_chart.htm +1 -1
- handyhelpers/templatetags/form_tags.py +47 -0
- handyhelpers/templatetags/htmx_tags.py +21 -0
- handyhelpers/views/action.py +3 -1
- handyhelpers/views/calendar.py +33 -14
- handyhelpers/views/htmx.py +396 -4
- handyhelpers/views/report.py +12 -5
- handyhelpers/management/commands/generate_admin.py +0 -110
- handyhelpers/static/node_modules/@popperjs/core/dist/esm/utils/format.js +0 -9
- handyhelpers/static/node_modules/@popperjs/core/dist/esm/utils/validateModifiers.js +0 -81
- handyhelpers/static/node_modules/@popperjs/core/lib/utils/format.d.ts +0 -1
- handyhelpers/static/node_modules/@popperjs/core/lib/utils/format.js +0 -9
- handyhelpers/static/node_modules/@popperjs/core/lib/utils/format.js.flow +0 -5
- handyhelpers/static/node_modules/@popperjs/core/lib/utils/validateModifiers.d.ts +0 -1
- handyhelpers/static/node_modules/@popperjs/core/lib/utils/validateModifiers.js +0 -81
- handyhelpers/static/node_modules/@popperjs/core/lib/utils/validateModifiers.js.flow +0 -151
- {django_handyhelpers-0.3.20.dist-info → django_handyhelpers-0.3.36.dist-info}/LICENSE +0 -0
- {django_handyhelpers-0.3.20.dist-info → django_handyhelpers-0.3.36.dist-info}/top_level.txt +0 -0
handyhelpers/static/yarn.lock
CHANGED
@@ -2,88 +2,461 @@
|
|
2
2
|
# yarn lockfile v1
|
3
3
|
|
4
4
|
|
5
|
+
"@esbuild/linux-x64@0.23.1":
|
6
|
+
version "0.23.1"
|
7
|
+
resolved "https://registry.npmjs.org/@esbuild/linux-x64/-/linux-x64-0.23.1.tgz"
|
8
|
+
integrity sha512-EV6+ovTsEXCPAp58g2dD68LxoP/wK5pRvgy0J/HxPGB009omFPv3Yet0HiaqvrIrgPTBuC6wCH1LTOY91EO5hQ==
|
9
|
+
|
5
10
|
"@fortawesome/fontawesome-free@^6.2.0":
|
6
11
|
version "6.2.0"
|
7
|
-
resolved "https://registry.
|
12
|
+
resolved "https://registry.npmjs.org/@fortawesome/fontawesome-free/-/fontawesome-free-6.2.0.tgz"
|
8
13
|
integrity sha512-CNR7qRIfCwWHNN7FnKUniva94edPdyQzil/zCwk3v6k4R6rR2Fr8i4s3PM7n/lyfPA6Zfko9z5WDzFxG9SW1uQ==
|
9
14
|
|
10
|
-
"@
|
11
|
-
version "
|
12
|
-
resolved "https://registry.
|
13
|
-
integrity sha512-
|
15
|
+
"@jridgewell/gen-mapping@^0.3.5":
|
16
|
+
version "0.3.8"
|
17
|
+
resolved "https://registry.npmjs.org/@jridgewell/gen-mapping/-/gen-mapping-0.3.8.tgz"
|
18
|
+
integrity sha512-imAbBGkb+ebQyxKgzv5Hu2nmROxoDOXHh80evxdoXNOrvAnVx7zimzc1Oo5h9RlfV4vPXaE2iM5pOFbvOCClWA==
|
19
|
+
dependencies:
|
20
|
+
"@jridgewell/set-array" "^1.2.1"
|
21
|
+
"@jridgewell/sourcemap-codec" "^1.4.10"
|
22
|
+
"@jridgewell/trace-mapping" "^0.3.24"
|
23
|
+
|
24
|
+
"@jridgewell/resolve-uri@^3.1.0":
|
25
|
+
version "3.1.2"
|
26
|
+
resolved "https://registry.npmjs.org/@jridgewell/resolve-uri/-/resolve-uri-3.1.2.tgz"
|
27
|
+
integrity sha512-bRISgCIjP20/tbWSPWMEi54QVPRZExkuD9lJL+UIxUKtwVJA8wW1Trb1jMs1RFXo1CBTNZ/5hpC9QvmKWdopKw==
|
28
|
+
|
29
|
+
"@jridgewell/set-array@^1.2.1":
|
30
|
+
version "1.2.1"
|
31
|
+
resolved "https://registry.npmjs.org/@jridgewell/set-array/-/set-array-1.2.1.tgz"
|
32
|
+
integrity sha512-R8gLRTZeyp03ymzP/6Lil/28tGeGEzhx1q2k703KGWRAI1VdvPIXdG70VJc2pAMw3NA6JKL5hhFu1sJX0Mnn/A==
|
33
|
+
|
34
|
+
"@jridgewell/source-map@^0.3.3":
|
35
|
+
version "0.3.6"
|
36
|
+
resolved "https://registry.npmjs.org/@jridgewell/source-map/-/source-map-0.3.6.tgz"
|
37
|
+
integrity sha512-1ZJTZebgqllO79ue2bm3rIGud/bOe0pP5BjSRCRxxYkEZS8STV7zN84UBbiYu7jy+eCKSnVIUgoWWE/tt+shMQ==
|
38
|
+
dependencies:
|
39
|
+
"@jridgewell/gen-mapping" "^0.3.5"
|
40
|
+
"@jridgewell/trace-mapping" "^0.3.25"
|
41
|
+
|
42
|
+
"@jridgewell/sourcemap-codec@^1.4.10", "@jridgewell/sourcemap-codec@^1.4.14":
|
43
|
+
version "1.5.0"
|
44
|
+
resolved "https://registry.npmjs.org/@jridgewell/sourcemap-codec/-/sourcemap-codec-1.5.0.tgz"
|
45
|
+
integrity sha512-gv3ZRaISU3fjPAgNsriBRqGWQL6quFx04YMPW/zD8XMLsU32mhCCbfbO6KZFLjvYpCZ8zyDEgqsgf+PwPaM7GQ==
|
46
|
+
|
47
|
+
"@jridgewell/trace-mapping@^0.3.24", "@jridgewell/trace-mapping@^0.3.25":
|
48
|
+
version "0.3.25"
|
49
|
+
resolved "https://registry.npmjs.org/@jridgewell/trace-mapping/-/trace-mapping-0.3.25.tgz"
|
50
|
+
integrity sha512-vNk6aEwybGtawWmy/PzwnGDOjCkLWSD2wqvjGGAgOAwCGWySYXfYoxt00IJkTF+8Lb57DwOb3Aa0o9CApepiYQ==
|
51
|
+
dependencies:
|
52
|
+
"@jridgewell/resolve-uri" "^3.1.0"
|
53
|
+
"@jridgewell/sourcemap-codec" "^1.4.14"
|
54
|
+
|
55
|
+
"@popperjs/core@^2.11.6", "@popperjs/core@^2.11.7", "@popperjs/core@^2.9.0":
|
56
|
+
version "2.11.8"
|
57
|
+
resolved "https://registry.npmjs.org/@popperjs/core/-/core-2.11.8.tgz"
|
58
|
+
integrity sha512-P1st0aksCrn9sGZhp8GMYwBnQsbvAWsZAX44oXNNvLHGqAOcoVxmjZiohstwQ7SqKnbR47akdNi+uleWD8+g6A==
|
59
|
+
|
60
|
+
"@putout/minify@^4.0.0":
|
61
|
+
version "4.8.4"
|
62
|
+
resolved "https://registry.npmjs.org/@putout/minify/-/minify-4.8.4.tgz"
|
63
|
+
integrity sha512-IfPXMkZbJbhkRGSS8QgSckA2NX5EAeFXiA4nipULi1Z77OLn/vElVBMevLj2Di+8vGaZZgu6BoZyC1H4AtRCTQ==
|
64
|
+
|
65
|
+
"@swc/core-linux-x64-gnu@1.10.4":
|
66
|
+
version "1.10.4"
|
67
|
+
resolved "https://registry.npmjs.org/@swc/core-linux-x64-gnu/-/core-linux-x64-gnu-1.10.4.tgz"
|
68
|
+
integrity sha512-qJXh9D6Kf5xSdGWPINpLGixAbB5JX8JcbEJpRamhlDBoOcQC79dYfOMEIxWPhTS1DGLyFakAx2FX/b2VmQmj0g==
|
69
|
+
|
70
|
+
"@swc/core@^1.6.7":
|
71
|
+
version "1.10.4"
|
72
|
+
resolved "https://registry.npmjs.org/@swc/core/-/core-1.10.4.tgz"
|
73
|
+
integrity sha512-ut3zfiTLORMxhr6y/GBxkHmzcGuVpwJYX4qyXWuBKkpw/0g0S5iO1/wW7RnLnZbAi8wS/n0atRZoaZlXWBkeJg==
|
74
|
+
dependencies:
|
75
|
+
"@swc/counter" "^0.1.3"
|
76
|
+
"@swc/types" "^0.1.17"
|
77
|
+
optionalDependencies:
|
78
|
+
"@swc/core-darwin-arm64" "1.10.4"
|
79
|
+
"@swc/core-darwin-x64" "1.10.4"
|
80
|
+
"@swc/core-linux-arm-gnueabihf" "1.10.4"
|
81
|
+
"@swc/core-linux-arm64-gnu" "1.10.4"
|
82
|
+
"@swc/core-linux-arm64-musl" "1.10.4"
|
83
|
+
"@swc/core-linux-x64-gnu" "1.10.4"
|
84
|
+
"@swc/core-linux-x64-musl" "1.10.4"
|
85
|
+
"@swc/core-win32-arm64-msvc" "1.10.4"
|
86
|
+
"@swc/core-win32-ia32-msvc" "1.10.4"
|
87
|
+
"@swc/core-win32-x64-msvc" "1.10.4"
|
88
|
+
|
89
|
+
"@swc/counter@^0.1.3":
|
90
|
+
version "0.1.3"
|
91
|
+
resolved "https://registry.npmjs.org/@swc/counter/-/counter-0.1.3.tgz"
|
92
|
+
integrity sha512-e2BR4lsJkkRlKZ/qCHPw9ZaSxc0MVUd7gtbtaB7aMvHeJVYe8sOB8DBZkP2DtISHGSku9sCK6T6cnY0CtXrOCQ==
|
93
|
+
|
94
|
+
"@swc/types@^0.1.17":
|
95
|
+
version "0.1.17"
|
96
|
+
resolved "https://registry.npmjs.org/@swc/types/-/types-0.1.17.tgz"
|
97
|
+
integrity sha512-V5gRru+aD8YVyCOMAjMpWR1Ui577DD5KSJsHP8RAxopAH22jFz6GZd/qxqjO6MJHQhcsjvjOFXyDhyLQUnMveQ==
|
98
|
+
dependencies:
|
99
|
+
"@swc/counter" "^0.1.3"
|
100
|
+
|
101
|
+
acorn@^8.8.2:
|
102
|
+
version "8.14.0"
|
103
|
+
resolved "https://registry.npmjs.org/acorn/-/acorn-8.14.0.tgz"
|
104
|
+
integrity sha512-cl669nCJTZBsL97OF4kUQm5g5hC2uihk0NxY3WENAC0TYdILVkAyHymAntgxGkl7K+t0cXIrH5siy5S4XkFycA==
|
14
105
|
|
15
106
|
animate.css@^4.1.1:
|
16
107
|
version "4.1.1"
|
17
|
-
resolved "https://registry.
|
108
|
+
resolved "https://registry.npmjs.org/animate.css/-/animate.css-4.1.1.tgz"
|
18
109
|
integrity sha512-+mRmCTv6SbCmtYJCN4faJMNFVNN5EuCTTprDTAo7YzIGji2KADmakjVA3+8mVDkZ2Bf09vayB35lSQIex2+QaQ==
|
19
110
|
|
20
111
|
bootstrap-icons@^1.9.1:
|
21
112
|
version "1.9.1"
|
22
|
-
resolved "https://registry.
|
113
|
+
resolved "https://registry.npmjs.org/bootstrap-icons/-/bootstrap-icons-1.9.1.tgz"
|
23
114
|
integrity sha512-d4ZkO30MIkAhQ2nNRJqKXJVEQorALGbLWTuRxyCTJF96lRIV6imcgMehWGJUiJMJhglN0o2tqLIeDnMdiQEE9g==
|
24
115
|
|
25
116
|
bootstrap-table@^1.22.1:
|
26
117
|
version "1.22.1"
|
27
|
-
resolved "https://registry.
|
118
|
+
resolved "https://registry.npmjs.org/bootstrap-table/-/bootstrap-table-1.22.1.tgz"
|
28
119
|
integrity sha512-Nw8p+BmaiMDSfoer/p49YeI3vJQAWhudxhyKMuqnJBb3NRvCRewMk7JDgiN9SQO3YeSejOirKtcdWpM0dtddWg==
|
29
120
|
|
30
121
|
bootstrap@^5.2.1:
|
31
122
|
version "5.3.0"
|
32
|
-
resolved "https://registry.
|
123
|
+
resolved "https://registry.npmjs.org/bootstrap/-/bootstrap-5.3.0.tgz"
|
33
124
|
integrity sha512-UnBV3E3v4STVNQdms6jSGO2CvOkjUMdDAVR2V5N4uCMdaIkaQjbcEAMqRimDHIs4uqBYzDAKCQwCB+97tJgHQw==
|
34
125
|
|
126
|
+
buffer-from@^1.0.0:
|
127
|
+
version "1.1.2"
|
128
|
+
resolved "https://registry.npmjs.org/buffer-from/-/buffer-from-1.1.2.tgz"
|
129
|
+
integrity sha512-E+XQCRwSbaaiChtv6k6Dwgc+bx+Bs6vuKJHHl5kox/BaKbhiXzqQOwK4cO22yElGp2OCmjwVhT3HmxgyPGnJfQ==
|
130
|
+
|
131
|
+
camel-case@^4.1.2:
|
132
|
+
version "4.1.2"
|
133
|
+
resolved "https://registry.npmjs.org/camel-case/-/camel-case-4.1.2.tgz"
|
134
|
+
integrity sha512-gxGWBrTT1JuMx6R+o5PTXMmUnhnVzLQ9SNutD4YqKtI6ap897t3tKECYla6gCWEkplXnlNybEkZg9GEGxKFCgw==
|
135
|
+
dependencies:
|
136
|
+
pascal-case "^3.1.2"
|
137
|
+
tslib "^2.0.3"
|
138
|
+
|
35
139
|
chart.js@3.9.1:
|
36
140
|
version "3.9.1"
|
37
|
-
resolved "https://registry.
|
141
|
+
resolved "https://registry.npmjs.org/chart.js/-/chart.js-3.9.1.tgz"
|
38
142
|
integrity sha512-Ro2JbLmvg83gXF5F4sniaQ+lTbSv18E+TIf2cOeiH1Iqd2PGFOtem+DUufMZsCJwFE7ywPOpfXFBwRTGq7dh6w==
|
39
143
|
|
144
|
+
clean-css@^5.0.1, clean-css@^5.3.3, clean-css@~5.3.2:
|
145
|
+
version "5.3.3"
|
146
|
+
resolved "https://registry.npmjs.org/clean-css/-/clean-css-5.3.3.tgz"
|
147
|
+
integrity sha512-D5J+kHaVb/wKSFcyyV75uCn8fiY4sV38XJoe4CUyGQ+mOU/fMVYUdH1hJC+CJQ5uY3EnW27SbJYS4X8BiLrAFg==
|
148
|
+
dependencies:
|
149
|
+
source-map "~0.6.0"
|
150
|
+
|
40
151
|
clipboard@^2.0.11:
|
41
152
|
version "2.0.11"
|
42
|
-
resolved "https://registry.
|
153
|
+
resolved "https://registry.npmjs.org/clipboard/-/clipboard-2.0.11.tgz"
|
43
154
|
integrity sha512-C+0bbOqkezLIsmWSvlsXS0Q0bmkugu7jcfMIACB+RDEntIzQIkdr148we28AfSloQLRdZlYL/QYyrq05j/3Faw==
|
44
155
|
dependencies:
|
45
156
|
good-listener "^1.2.2"
|
46
157
|
select "^1.1.2"
|
47
158
|
tiny-emitter "^2.0.0"
|
48
159
|
|
160
|
+
commander@^10.0.0:
|
161
|
+
version "10.0.1"
|
162
|
+
resolved "https://registry.npmjs.org/commander/-/commander-10.0.1.tgz"
|
163
|
+
integrity sha512-y4Mg2tXshplEbSGzx7amzPwKKOCGuoSRP/CjEdwwk0FOGlUbq6lKuoyDZTNZkmxHdJtp54hdfY/JUrdL7Xfdug==
|
164
|
+
|
165
|
+
commander@^2.20.0:
|
166
|
+
version "2.20.3"
|
167
|
+
resolved "https://registry.npmjs.org/commander/-/commander-2.20.3.tgz"
|
168
|
+
integrity sha512-GpVkmM8vF2vQUkj2LvZmD35JxeJOLCwJ9cUkugyk2nuhbv3+mJvpLYYt+0+USMxE+oj+ey/lJEnhZw75x/OMcQ==
|
169
|
+
|
170
|
+
css-b64-images@~0.2.5:
|
171
|
+
version "0.2.5"
|
172
|
+
resolved "https://registry.npmjs.org/css-b64-images/-/css-b64-images-0.2.5.tgz"
|
173
|
+
integrity sha512-TgQBEdP07adhrDfXvI5o6bHGukKBNMzp2Ngckc/6d09zpjD2gc1Hl3Ca1CKgb8FXjHi88+Phv2Uegs2kTL4zjg==
|
174
|
+
|
175
|
+
debug@^4.1.0:
|
176
|
+
version "4.4.0"
|
177
|
+
resolved "https://registry.npmjs.org/debug/-/debug-4.4.0.tgz"
|
178
|
+
integrity sha512-6WTZ/IxCY/T6BALoZHaE4ctp9xm+Z5kY/pzYaCHRFeyVhojxlrm+46y68HA6hr0TcwEssoxNiDEUJQjfPZ/RYA==
|
179
|
+
dependencies:
|
180
|
+
ms "^2.1.3"
|
181
|
+
|
49
182
|
delegate@^3.1.2:
|
50
183
|
version "3.2.0"
|
51
|
-
resolved "https://registry.
|
184
|
+
resolved "https://registry.npmjs.org/delegate/-/delegate-3.2.0.tgz"
|
52
185
|
integrity sha512-IofjkYBZaZivn0V8nnsMJGBr4jVLxHDheKSW88PyxS5QC4Vo9ZbZVvhzlSxY87fVq3STR6r+4cGepyHkcWOQSw==
|
53
186
|
|
187
|
+
dot-case@^3.0.4:
|
188
|
+
version "3.0.4"
|
189
|
+
resolved "https://registry.npmjs.org/dot-case/-/dot-case-3.0.4.tgz"
|
190
|
+
integrity sha512-Kv5nKlh6yRrdrGvxeJ2e5y2eRUpkUosIW4A2AS38zwSz27zu7ufDwQPi5Jhs3XAlGNetl3bmnGhQsMtkKJnj3w==
|
191
|
+
dependencies:
|
192
|
+
no-case "^3.0.4"
|
193
|
+
tslib "^2.0.3"
|
194
|
+
|
195
|
+
entities@^4.4.0:
|
196
|
+
version "4.5.0"
|
197
|
+
resolved "https://registry.npmjs.org/entities/-/entities-4.5.0.tgz"
|
198
|
+
integrity sha512-V0hjH4dGPh9Ao5p0MoRY6BVqtwCjhz6vI5LT8AJ55H+4g9/4vbHx1I54fS0XuclLhDHArPQCiMjDxjaL8fPxhw==
|
199
|
+
|
200
|
+
esbuild@^0.23.0:
|
201
|
+
version "0.23.1"
|
202
|
+
resolved "https://registry.npmjs.org/esbuild/-/esbuild-0.23.1.tgz"
|
203
|
+
integrity sha512-VVNz/9Sa0bs5SELtn3f7qhJCDPCF5oMEl5cO9/SSinpE9hbPVvxbd572HH5AKiP7WD8INO53GgfDDhRjkylHEg==
|
204
|
+
optionalDependencies:
|
205
|
+
"@esbuild/aix-ppc64" "0.23.1"
|
206
|
+
"@esbuild/android-arm" "0.23.1"
|
207
|
+
"@esbuild/android-arm64" "0.23.1"
|
208
|
+
"@esbuild/android-x64" "0.23.1"
|
209
|
+
"@esbuild/darwin-arm64" "0.23.1"
|
210
|
+
"@esbuild/darwin-x64" "0.23.1"
|
211
|
+
"@esbuild/freebsd-arm64" "0.23.1"
|
212
|
+
"@esbuild/freebsd-x64" "0.23.1"
|
213
|
+
"@esbuild/linux-arm" "0.23.1"
|
214
|
+
"@esbuild/linux-arm64" "0.23.1"
|
215
|
+
"@esbuild/linux-ia32" "0.23.1"
|
216
|
+
"@esbuild/linux-loong64" "0.23.1"
|
217
|
+
"@esbuild/linux-mips64el" "0.23.1"
|
218
|
+
"@esbuild/linux-ppc64" "0.23.1"
|
219
|
+
"@esbuild/linux-riscv64" "0.23.1"
|
220
|
+
"@esbuild/linux-s390x" "0.23.1"
|
221
|
+
"@esbuild/linux-x64" "0.23.1"
|
222
|
+
"@esbuild/netbsd-x64" "0.23.1"
|
223
|
+
"@esbuild/openbsd-arm64" "0.23.1"
|
224
|
+
"@esbuild/openbsd-x64" "0.23.1"
|
225
|
+
"@esbuild/sunos-x64" "0.23.1"
|
226
|
+
"@esbuild/win32-arm64" "0.23.1"
|
227
|
+
"@esbuild/win32-ia32" "0.23.1"
|
228
|
+
"@esbuild/win32-x64" "0.23.1"
|
229
|
+
|
230
|
+
find-up@^7.0.0:
|
231
|
+
version "7.0.0"
|
232
|
+
resolved "https://registry.npmjs.org/find-up/-/find-up-7.0.0.tgz"
|
233
|
+
integrity sha512-YyZM99iHrqLKjmt4LJDj58KI+fYyufRLBSYcqycxf//KpBk9FoewoGX0450m9nB44qrZnovzC2oeP5hUibxc/g==
|
234
|
+
dependencies:
|
235
|
+
locate-path "^7.2.0"
|
236
|
+
path-exists "^5.0.0"
|
237
|
+
unicorn-magic "^0.1.0"
|
238
|
+
|
239
|
+
"fun-effects@github:davidslusser/fun-effects":
|
240
|
+
version "0.0.2"
|
241
|
+
resolved "git+ssh://git@github.com/davidslusser/fun-effects.git#21e04178e4b6c8357d71dbb3112b754cb7e8071c"
|
242
|
+
dependencies:
|
243
|
+
clean-css "^5.3.3"
|
244
|
+
minify "^11.2.1"
|
245
|
+
uglify-js "^3.18.0"
|
246
|
+
|
54
247
|
good-listener@^1.2.2:
|
55
248
|
version "1.2.2"
|
56
|
-
resolved "https://registry.
|
249
|
+
resolved "https://registry.npmjs.org/good-listener/-/good-listener-1.2.2.tgz"
|
57
250
|
integrity sha512-goW1b+d9q/HIwbVYZzZ6SsTr4IgE+WA44A0GmPIQstuOrgsFcT7VEJ48nmr9GaRtNu0XTKacFLGnBPAM6Afouw==
|
58
251
|
dependencies:
|
59
252
|
delegate "^3.1.2"
|
60
253
|
|
61
254
|
hover.css@^2.3.2:
|
62
255
|
version "2.3.2"
|
63
|
-
resolved "https://registry.
|
256
|
+
resolved "https://registry.npmjs.org/hover.css/-/hover.css-2.3.2.tgz"
|
64
257
|
integrity sha512-eXch700vfcoSSAcEcU154lTHBYQy2cjGT+yJZtkKWxASBBiPVkqYOdMAa0sz4cYj2YIrl1FRE2s5O4EgOaIpig==
|
65
258
|
|
259
|
+
html-minifier-terser@^7.1.0:
|
260
|
+
version "7.2.0"
|
261
|
+
resolved "https://registry.npmjs.org/html-minifier-terser/-/html-minifier-terser-7.2.0.tgz"
|
262
|
+
integrity sha512-tXgn3QfqPIpGl9o+K5tpcj3/MN4SfLtsx2GWwBC3SSd0tXQGyF3gsSqad8loJgKZGM3ZxbYDd5yhiBIdWpmvLA==
|
263
|
+
dependencies:
|
264
|
+
camel-case "^4.1.2"
|
265
|
+
clean-css "~5.3.2"
|
266
|
+
commander "^10.0.0"
|
267
|
+
entities "^4.4.0"
|
268
|
+
param-case "^3.0.4"
|
269
|
+
relateurl "^0.2.7"
|
270
|
+
terser "^5.15.1"
|
271
|
+
|
66
272
|
htmx.org@1.9.6:
|
67
273
|
version "1.9.6"
|
68
|
-
resolved "https://registry.
|
274
|
+
resolved "https://registry.npmjs.org/htmx.org/-/htmx.org-1.9.6.tgz"
|
69
275
|
integrity sha512-4Zebo9nzg8u2ZHuIJmvB/nQS6kIMLIoEfhTg/oRwyCIJhL5MLA/jPU1EPEBtGOmG4ZG0k05Vpd3sab2+zfvteQ==
|
70
276
|
|
71
|
-
|
277
|
+
jju@^1.4.0:
|
278
|
+
version "1.4.0"
|
279
|
+
resolved "https://registry.npmjs.org/jju/-/jju-1.4.0.tgz"
|
280
|
+
integrity sha512-8wb9Yw966OSxApiCt0K3yNJL8pnNeIv+OEq2YMidz4FKP6nonSRoOXc80iXY4JaN2FC11B9qsNmDsm+ZOfMROA==
|
281
|
+
|
282
|
+
jquery@^3.6.1, jquery@3:
|
72
283
|
version "3.6.1"
|
73
|
-
resolved "https://registry.
|
284
|
+
resolved "https://registry.npmjs.org/jquery/-/jquery-3.6.1.tgz"
|
74
285
|
integrity sha512-opJeO4nCucVnsjiXOE+/PcCgYw9Gwpvs/a6B1LL/lQhwWwpbVEVYDZ1FokFr8PRc7ghYlrFPuyHuiiDNTQxmcw==
|
75
286
|
|
287
|
+
locate-path@^7.2.0:
|
288
|
+
version "7.2.0"
|
289
|
+
resolved "https://registry.npmjs.org/locate-path/-/locate-path-7.2.0.tgz"
|
290
|
+
integrity sha512-gvVijfZvn7R+2qyPX8mAuKcFGDf6Nc61GdvGafQsHL0sBIxfKzA+usWn4GFC/bk+QdwPUD4kWFJLhElipq+0VA==
|
291
|
+
dependencies:
|
292
|
+
p-locate "^6.0.0"
|
293
|
+
|
294
|
+
lower-case@^2.0.2:
|
295
|
+
version "2.0.2"
|
296
|
+
resolved "https://registry.npmjs.org/lower-case/-/lower-case-2.0.2.tgz"
|
297
|
+
integrity sha512-7fm3l3NAF9WfN6W3JOmf5drwpVqX78JtoGJ3A6W0a6ZnldM41w2fV5D490psKFTpMds8TJse/eHLFFsNHHjHgg==
|
298
|
+
dependencies:
|
299
|
+
tslib "^2.0.3"
|
300
|
+
|
76
301
|
mdb-ui-kit@^5.0.0:
|
77
302
|
version "5.0.0"
|
78
|
-
resolved "https://registry.
|
303
|
+
resolved "https://registry.npmjs.org/mdb-ui-kit/-/mdb-ui-kit-5.0.0.tgz"
|
79
304
|
integrity sha512-zRq6aDxjhIXHmpcHjnlXZ+rs9/e9oAf5EsbVKsf3sEf2S3ov4uecgJj3ZqxAgKJb9bnKcBTsOdDu+SdLotFa9g==
|
80
305
|
|
306
|
+
minify@^11.2.1:
|
307
|
+
version "11.4.1"
|
308
|
+
resolved "https://registry.npmjs.org/minify/-/minify-11.4.1.tgz"
|
309
|
+
integrity sha512-G1a1cSxR+5J4ixbfNSXU1OeXB8J6dFSlYpnS3GiPxYBSLoe51RE8UWj3sHXzZNxqWFvZkpcU/VSSCJtHyRZmdQ==
|
310
|
+
dependencies:
|
311
|
+
"@putout/minify" "^4.0.0"
|
312
|
+
"@swc/core" "^1.6.7"
|
313
|
+
clean-css "^5.0.1"
|
314
|
+
css-b64-images "~0.2.5"
|
315
|
+
debug "^4.1.0"
|
316
|
+
esbuild "^0.23.0"
|
317
|
+
find-up "^7.0.0"
|
318
|
+
html-minifier-terser "^7.1.0"
|
319
|
+
readjson "^2.2.2"
|
320
|
+
simport "^1.2.0"
|
321
|
+
terser "^5.28.1"
|
322
|
+
try-catch "^3.0.0"
|
323
|
+
try-to-catch "^3.0.0"
|
324
|
+
|
325
|
+
ms@^2.1.3:
|
326
|
+
version "2.1.3"
|
327
|
+
resolved "https://registry.npmjs.org/ms/-/ms-2.1.3.tgz"
|
328
|
+
integrity sha512-6FlzubTLZG3J2a/NVCAleEhjzq5oxgHyaCU9yYXvcLsvoVaHJq/s5xXI6/XXP6tz7R9xAOtHnSO/tXtF3WRTlA==
|
329
|
+
|
330
|
+
no-case@^3.0.4:
|
331
|
+
version "3.0.4"
|
332
|
+
resolved "https://registry.npmjs.org/no-case/-/no-case-3.0.4.tgz"
|
333
|
+
integrity sha512-fgAN3jGAh+RoxUGZHTSOLJIqUc2wmoBwGR4tbpNAKmmovFoWq0OdRkb0VkldReO2a2iBT/OEulG9XSUc10r3zg==
|
334
|
+
dependencies:
|
335
|
+
lower-case "^2.0.2"
|
336
|
+
tslib "^2.0.3"
|
337
|
+
|
338
|
+
p-limit@^4.0.0:
|
339
|
+
version "4.0.0"
|
340
|
+
resolved "https://registry.npmjs.org/p-limit/-/p-limit-4.0.0.tgz"
|
341
|
+
integrity sha512-5b0R4txpzjPWVw/cXXUResoD4hb6U/x9BH08L7nw+GN1sezDzPdxeRvpc9c433fZhBan/wusjbCsqwqm4EIBIQ==
|
342
|
+
dependencies:
|
343
|
+
yocto-queue "^1.0.0"
|
344
|
+
|
345
|
+
p-locate@^6.0.0:
|
346
|
+
version "6.0.0"
|
347
|
+
resolved "https://registry.npmjs.org/p-locate/-/p-locate-6.0.0.tgz"
|
348
|
+
integrity sha512-wPrq66Llhl7/4AGC6I+cqxT07LhXvWL08LNXz1fENOw0Ap4sRZZ/gZpTTJ5jpurzzzfS2W/Ge9BY3LgLjCShcw==
|
349
|
+
dependencies:
|
350
|
+
p-limit "^4.0.0"
|
351
|
+
|
352
|
+
param-case@^3.0.4:
|
353
|
+
version "3.0.4"
|
354
|
+
resolved "https://registry.npmjs.org/param-case/-/param-case-3.0.4.tgz"
|
355
|
+
integrity sha512-RXlj7zCYokReqWpOPH9oYivUzLYZ5vAPIfEmCTNViosC78F8F0H9y7T7gG2M39ymgutxF5gcFEsyZQSph9Bp3A==
|
356
|
+
dependencies:
|
357
|
+
dot-case "^3.0.4"
|
358
|
+
tslib "^2.0.3"
|
359
|
+
|
360
|
+
pascal-case@^3.1.2:
|
361
|
+
version "3.1.2"
|
362
|
+
resolved "https://registry.npmjs.org/pascal-case/-/pascal-case-3.1.2.tgz"
|
363
|
+
integrity sha512-uWlGT3YSnK9x3BQJaOdcZwrnV6hPpd8jFH1/ucpiLRPh/2zCVJKS19E4GvYHvaCcACn3foXZ0cLB9Wrx1KGe5g==
|
364
|
+
dependencies:
|
365
|
+
no-case "^3.0.4"
|
366
|
+
tslib "^2.0.3"
|
367
|
+
|
368
|
+
path-exists@^5.0.0:
|
369
|
+
version "5.0.0"
|
370
|
+
resolved "https://registry.npmjs.org/path-exists/-/path-exists-5.0.0.tgz"
|
371
|
+
integrity sha512-RjhtfwJOxzcFmNOi6ltcbcu4Iu+FL3zEj83dk4kAS+fVpTxXLO1b38RvJgT/0QwvV/L3aY9TAnyv0EOqW4GoMQ==
|
372
|
+
|
373
|
+
readjson@^2.2.0, readjson@^2.2.2:
|
374
|
+
version "2.2.2"
|
375
|
+
resolved "https://registry.npmjs.org/readjson/-/readjson-2.2.2.tgz"
|
376
|
+
integrity sha512-PdeC9tsmLWBiL8vMhJvocq+OezQ3HhsH2HrN7YkhfYcTjQSa/iraB15A7Qvt7Xpr0Yd2rDNt6GbFwVQDg3HcAw==
|
377
|
+
dependencies:
|
378
|
+
jju "^1.4.0"
|
379
|
+
try-catch "^3.0.0"
|
380
|
+
|
381
|
+
relateurl@^0.2.7:
|
382
|
+
version "0.2.7"
|
383
|
+
resolved "https://registry.npmjs.org/relateurl/-/relateurl-0.2.7.tgz"
|
384
|
+
integrity sha512-G08Dxvm4iDN3MLM0EsP62EDV9IuhXPR6blNz6Utcp7zyV3tr4HVNINt6MpaRWbxoOHT3Q7YN2P+jaHX8vUbgog==
|
385
|
+
|
81
386
|
select@^1.1.2:
|
82
387
|
version "1.1.2"
|
83
|
-
resolved "https://registry.
|
388
|
+
resolved "https://registry.npmjs.org/select/-/select-1.1.2.tgz"
|
84
389
|
integrity sha512-OwpTSOfy6xSs1+pwcNrv0RBMOzI39Lp3qQKUTPVVPRjCdNa5JH/oPRiqsesIskK8TVgmRiHwO4KXlV2Li9dANA==
|
85
390
|
|
391
|
+
simport@^1.2.0:
|
392
|
+
version "1.2.0"
|
393
|
+
resolved "https://registry.npmjs.org/simport/-/simport-1.2.0.tgz"
|
394
|
+
integrity sha512-85Bm7pKsqiiQ8rmYCaPDdlXZjJvuW6/k/FY8MTtLFMgU7f8S00CgTHfRtWB6KwSb6ek4p9YyG2enG1+yJbl+CA==
|
395
|
+
dependencies:
|
396
|
+
readjson "^2.2.0"
|
397
|
+
try-to-catch "^3.0.0"
|
398
|
+
|
399
|
+
source-map-support@~0.5.20:
|
400
|
+
version "0.5.21"
|
401
|
+
resolved "https://registry.npmjs.org/source-map-support/-/source-map-support-0.5.21.tgz"
|
402
|
+
integrity sha512-uBHU3L3czsIyYXKX88fdrGovxdSCoTGDRZ6SYXtSRxLZUzHg5P/66Ht6uoUlHu9EZod+inXhKo3qQgwXUT/y1w==
|
403
|
+
dependencies:
|
404
|
+
buffer-from "^1.0.0"
|
405
|
+
source-map "^0.6.0"
|
406
|
+
|
407
|
+
source-map@^0.6.0, source-map@~0.6.0:
|
408
|
+
version "0.6.1"
|
409
|
+
resolved "https://registry.npmjs.org/source-map/-/source-map-0.6.1.tgz"
|
410
|
+
integrity sha512-UjgapumWlbMhkBgzT7Ykc5YXUT46F0iKu8SGXq0bcwP5dz/h0Plj6enJqjz1Zbq2l5WaqYnrVbwWOWMyF3F47g==
|
411
|
+
|
412
|
+
terser@^5.15.1, terser@^5.28.1:
|
413
|
+
version "5.37.0"
|
414
|
+
resolved "https://registry.npmjs.org/terser/-/terser-5.37.0.tgz"
|
415
|
+
integrity sha512-B8wRRkmre4ERucLM/uXx4MOV5cbnOlVAqUst+1+iLKPI0dOgFO28f84ptoQt9HEI537PMzfYa/d+GEPKTRXmYA==
|
416
|
+
dependencies:
|
417
|
+
"@jridgewell/source-map" "^0.3.3"
|
418
|
+
acorn "^8.8.2"
|
419
|
+
commander "^2.20.0"
|
420
|
+
source-map-support "~0.5.20"
|
421
|
+
|
86
422
|
tiny-emitter@^2.0.0:
|
87
423
|
version "2.1.0"
|
88
|
-
resolved "https://registry.
|
424
|
+
resolved "https://registry.npmjs.org/tiny-emitter/-/tiny-emitter-2.1.0.tgz"
|
89
425
|
integrity sha512-NB6Dk1A9xgQPMoGqC5CVXn123gWyte215ONT5Pp5a0yt4nlEoO1ZWeCwpncaekPHXO60i47ihFnZPiRPjRMq4Q==
|
426
|
+
|
427
|
+
tippy.js@^6.3.7:
|
428
|
+
version "6.3.7"
|
429
|
+
resolved "https://registry.npmjs.org/tippy.js/-/tippy.js-6.3.7.tgz"
|
430
|
+
integrity sha512-E1d3oP2emgJ9dRQZdf3Kkn0qJgI6ZLpyS5z6ZkY1DF3kaQaBsGZsndEpHwx+eC+tYM41HaSNvNtLx8tU57FzTQ==
|
431
|
+
dependencies:
|
432
|
+
"@popperjs/core" "^2.9.0"
|
433
|
+
|
434
|
+
try-catch@^3.0.0:
|
435
|
+
version "3.0.1"
|
436
|
+
resolved "https://registry.npmjs.org/try-catch/-/try-catch-3.0.1.tgz"
|
437
|
+
integrity sha512-91yfXw1rr/P6oLpHSyHDOHm0vloVvUoo9FVdw8YwY05QjJQG9OT0LUxe2VRAzmHG+0CUOmI3nhxDUMLxDN/NEQ==
|
438
|
+
|
439
|
+
try-to-catch@^3.0.0:
|
440
|
+
version "3.0.1"
|
441
|
+
resolved "https://registry.npmjs.org/try-to-catch/-/try-to-catch-3.0.1.tgz"
|
442
|
+
integrity sha512-hOY83V84Hx/1sCzDSaJA+Xz2IIQOHRvjxzt+F0OjbQGPZ6yLPLArMA0gw/484MlfUkQbCpKYMLX3VDCAjWKfzQ==
|
443
|
+
|
444
|
+
tslib@^2.0.3:
|
445
|
+
version "2.8.1"
|
446
|
+
resolved "https://registry.npmjs.org/tslib/-/tslib-2.8.1.tgz"
|
447
|
+
integrity sha512-oJFu94HQb+KVduSUQL7wnpmqnfmLsOA/nAh6b6EH0wCEoK0/mPeXU6c3wKDV83MkOuHPRHtSXKKU99IBazS/2w==
|
448
|
+
|
449
|
+
uglify-js@^3.18.0:
|
450
|
+
version "3.19.3"
|
451
|
+
resolved "https://registry.npmjs.org/uglify-js/-/uglify-js-3.19.3.tgz"
|
452
|
+
integrity sha512-v3Xu+yuwBXisp6QYTcH4UbH+xYJXqnq2m/LtQVWKWzYc1iehYnLixoQDN9FH6/j9/oybfd6W9Ghwkl8+UMKTKQ==
|
453
|
+
|
454
|
+
unicorn-magic@^0.1.0:
|
455
|
+
version "0.1.0"
|
456
|
+
resolved "https://registry.npmjs.org/unicorn-magic/-/unicorn-magic-0.1.0.tgz"
|
457
|
+
integrity sha512-lRfVq8fE8gz6QMBuDM6a+LO3IAzTi05H6gCVaUpir2E1Rwpo4ZUog45KpNXKC/Mn3Yb9UDuHumeFTo9iV/D9FQ==
|
458
|
+
|
459
|
+
yocto-queue@^1.0.0:
|
460
|
+
version "1.1.1"
|
461
|
+
resolved "https://registry.npmjs.org/yocto-queue/-/yocto-queue-1.1.1.tgz"
|
462
|
+
integrity sha512-b4JR1PFR10y1mKjhHY9LaGo6tmrgjit7hxVIeAmyMw3jegXR4dhYqLaQF5zMXZxY7tLpMyJeLjr1C4rLmkVe8g==
|
@@ -9,8 +9,8 @@
|
|
9
9
|
|
10
10
|
{% block content %}
|
11
11
|
<!-- Page header -->
|
12
|
-
<section
|
13
|
-
<header class="m-5">
|
12
|
+
<section>
|
13
|
+
<header class="m-5 animated fadeIn">
|
14
14
|
<div class="headline text-center">
|
15
15
|
<div class="container">
|
16
16
|
<div class="h1 text-primary fw-bold mb-3">{{ title|safe }}</div>
|
@@ -18,16 +18,13 @@
|
|
18
18
|
</div>
|
19
19
|
</div>
|
20
20
|
</header>
|
21
|
-
</section>
|
22
21
|
|
23
|
-
|
24
|
-
<section class="animated fadeIn" style="animation-delay: .25s;">
|
25
|
-
<div class="zoom-group-flex-container">
|
22
|
+
<div class="zoom-group-flex-container animated fadeIn" style="animation-delay: .25s;">
|
26
23
|
|
27
24
|
<!-- unprotected items -->
|
28
25
|
{% for item in item_list %}
|
29
26
|
<a href="{{ item.url }}" class="card zoom-card zoom-index-card">
|
30
|
-
<div class="icon"
|
27
|
+
<div class="icon">{{ item.icon|safe }}</div>
|
31
28
|
<div class="title">{{ item.title }}</div>
|
32
29
|
<div class="description">{{ item.description }}</div>
|
33
30
|
</a>
|
@@ -37,7 +34,7 @@
|
|
37
34
|
{% if request.user|has_group:protected_group_name %}
|
38
35
|
{% for item in protected_item_list %}
|
39
36
|
<a href="{{ item.url }}" class="card zoom-card zoom-index-card">
|
40
|
-
<div class="icon"
|
37
|
+
<div class="icon">{{ item.icon|safe }}</div>
|
41
38
|
<div class="title">{{ item.title }}</div>
|
42
39
|
<div class="description">{{ item.description }}</div>
|
43
40
|
</a>
|
@@ -19,12 +19,16 @@
|
|
19
19
|
<script type="text/javascript" src="{% static 'node_modules/@popperjs/core/dist/umd/popper.min.js' %}"></script>
|
20
20
|
<script type="text/javascript" src="{% static 'node_modules/bootstrap/dist/js/bootstrap.min.js' %}"></script>
|
21
21
|
|
22
|
-
<link href="{% static 'node_modules/bootstrap/dist/css/bootstrap.min.css' %}" rel="stylesheet">
|
23
22
|
<link href="{% static 'node_modules/@fortawesome/fontawesome-free/css/all.min.css' %}" rel="stylesheet">
|
24
23
|
<link href="{% static 'node_modules/animate.css/animate.compat.css' %}" rel="stylesheet">
|
25
24
|
<link href="{% static 'node_modules/hover.css/css/hover.css' %}" rel="stylesheet">
|
26
25
|
{% endblock project_head %}
|
27
26
|
|
27
|
+
{# block for project level theme(s) #}
|
28
|
+
{% block project_theme %}
|
29
|
+
<link href="{% static 'node_modules/bootstrap/dist/css/bootstrap.min.css' %}" rel="stylesheet">
|
30
|
+
{% endblock project_theme %}
|
31
|
+
|
28
32
|
{# block for app defined HEAD content #}
|
29
33
|
{% block app_head %}{% endblock app_head %}
|
30
34
|
|
@@ -15,13 +15,20 @@
|
|
15
15
|
|
16
16
|
{# block for project defined HEAD content #}
|
17
17
|
{% block project_head %}
|
18
|
-
<link href="{% static 'node_modules/bootstrap/dist/css/bootstrap.min.css' %}" rel="stylesheet">
|
19
18
|
<link href="{% static 'node_modules/@fortawesome/fontawesome-free/css/all.min.css' %}" rel="stylesheet">
|
20
19
|
<link href="{% static 'node_modules/animate.css/animate.compat.css' %}" rel="stylesheet">
|
21
20
|
<link href="{% static 'node_modules/hover.css/css/hover.css' %}" rel="stylesheet">
|
22
21
|
<link href="{% static 'handyhelpers/css/sidebar.css' %}" rel="stylesheet">
|
23
22
|
{% endblock project_head %}
|
24
23
|
|
24
|
+
{# block for project level theme(s) #}
|
25
|
+
{% block project_theme %}
|
26
|
+
<link href="{% static 'node_modules/bootstrap/dist/css/bootstrap.min.css' %}" rel="stylesheet">
|
27
|
+
{% endblock project_theme %}
|
28
|
+
|
29
|
+
{# block for additional project level content #}
|
30
|
+
{% block project_head_extra %}{% endblock project_head_extra %}
|
31
|
+
|
25
32
|
{# block for app defined HEAD content #}
|
26
33
|
{% block app_head %}{% endblock app_head %}
|
27
34
|
|
@@ -47,6 +54,11 @@
|
|
47
54
|
{% include 'handyhelpers/component/bs5/show_messages.htm' %}
|
48
55
|
{% endblock messages %}
|
49
56
|
|
57
|
+
{# include toasts #}
|
58
|
+
<div aria-live="polite" aria-atomic="true" class="position-relative">
|
59
|
+
<div class="toast-container position-fixed top-0 end-0 p-3"></div>
|
60
|
+
</div>
|
61
|
+
|
50
62
|
<main class="content px-3 py-2" id="body_main">
|
51
63
|
{% block content %}Default Content - Local page should overwrite this{% endblock content %}
|
52
64
|
</main>
|
@@ -70,6 +82,9 @@
|
|
70
82
|
<script type="text/javascript" src="{% static 'handyhelpers/js/sidebar.js' %}"></script>
|
71
83
|
{% endblock project_javascript %}
|
72
84
|
|
85
|
+
{# block for additional project level javascript #}
|
86
|
+
{% block project_javascript_extra %}{% endblock project_javascript_extra %}
|
87
|
+
|
73
88
|
{# app Javascript Functions #}
|
74
89
|
{% block app_javascript %}{% endblock app_javascript %}
|
75
90
|
|
@@ -81,7 +96,7 @@
|
|
81
96
|
|
82
97
|
{# Global Javascript Functions #}
|
83
98
|
<script>
|
84
|
-
{# Django CSRF Functions for AJAX Calls #}
|
99
|
+
//{# Django CSRF Functions for AJAX Calls #}
|
85
100
|
function getCookie(name) {
|
86
101
|
var cookieValue = null;
|
87
102
|
if (document.cookie && document.cookie !== '') {
|
@@ -97,11 +112,43 @@
|
|
97
112
|
return cookieValue;
|
98
113
|
}
|
99
114
|
function csrfSafeMethod(method) {
|
100
|
-
{# these HTTP methods do not require CSRF protection #}
|
115
|
+
//{# these HTTP methods do not require CSRF protection #}
|
101
116
|
return (/^(GET|HEAD|OPTIONS|TRACE)$/.test(method));
|
102
117
|
}
|
103
118
|
var csrftoken = getCookie('csrftoken');
|
104
119
|
</script>
|
120
|
+
<script>
|
121
|
+
// Function to create and show a toast
|
122
|
+
function showToast(message) {
|
123
|
+
const toastContainer = document.querySelector('.toast-container');
|
124
|
+
const toastElement = document.createElement('div');
|
125
|
+
toastElement.classList.add('toast');
|
126
|
+
toastElement.setAttribute('role', 'alert');
|
127
|
+
toastElement.setAttribute('aria-live', 'assertive');
|
128
|
+
toastElement.setAttribute('aria-atomic', 'true');
|
129
|
+
toastElement.setAttribute('data-bs-delay', '5000');
|
130
|
+
toastElement.innerHTML = `
|
131
|
+
<div class="toast-header">
|
132
|
+
<strong class="me-auto">Notification</strong>
|
133
|
+
<button type="button" class="btn-close" data-bs-dismiss="toast" aria-label="Close"></button>
|
134
|
+
</div>
|
135
|
+
<div class="toast-body">
|
136
|
+
${message}
|
137
|
+
</div>
|
138
|
+
`;
|
139
|
+
toastContainer.appendChild(toastElement);
|
140
|
+
const toast = new bootstrap.Toast(toastElement);
|
141
|
+
toast.show();
|
142
|
+
}
|
143
|
+
|
144
|
+
// Check for HTMX response headers
|
145
|
+
document.addEventListener('htmx:afterRequest', (event) => {
|
146
|
+
const message = event.detail.xhr.getResponseHeader('X-Toast-Message');
|
147
|
+
if (message) {
|
148
|
+
showToast(message);
|
149
|
+
}
|
150
|
+
});
|
151
|
+
</script>
|
105
152
|
|
106
153
|
</body>
|
107
154
|
{% endblock body %}
|