django-handyhelpers 0.3.20__py3-none-any.whl → 0.3.35__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.35.dist-info}/METADATA +16 -6
- {django_handyhelpers-0.3.20.dist-info → django_handyhelpers-0.3.35.dist-info}/RECORD +562 -75
- {django_handyhelpers-0.3.20.dist-info → django_handyhelpers-0.3.35.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.35.dist-info}/LICENSE +0 -0
- {django_handyhelpers-0.3.20.dist-info → django_handyhelpers-0.3.35.dist-info}/top_level.txt +0 -0
@@ -0,0 +1,48 @@
|
|
1
|
+
<div class="modal-dialog modal-dialog-scrollable {{ modal_size }} ">
|
2
|
+
{% if form %}
|
3
|
+
<form hx-headers='{"X-CSRFToken":"{{ csrf_token }}"}'
|
4
|
+
class="modal-content">
|
5
|
+
{% else %}
|
6
|
+
<div class="modal-content">
|
7
|
+
{% endif %}
|
8
|
+
<div class="modal-header">
|
9
|
+
<div class="modal-title" id="generic_modal_label">
|
10
|
+
{% if modal_title %}
|
11
|
+
<span class="h5 text-primary fw-bold">
|
12
|
+
{{ modal_title|safe }}:
|
13
|
+
</span>
|
14
|
+
{% if modal_subtitle %}
|
15
|
+
<span class="h6 text-secondary fst-italic ms-2">
|
16
|
+
{{ modal_subtitle|safe }}
|
17
|
+
</span>
|
18
|
+
{% endif %}
|
19
|
+
{% endif %}
|
20
|
+
</div>
|
21
|
+
<button type="button" class="btn-close" data-bs-dismiss="modal" aria-label="Close"></button>
|
22
|
+
</div>
|
23
|
+
<div class="modal-body">
|
24
|
+
{% if form %}
|
25
|
+
{% if form_template %}
|
26
|
+
{% include form_template %}
|
27
|
+
{% else %}
|
28
|
+
{% if form_display == "bs5" %}{{ form.as_bs5 }}{% else %}{{ form.as_p }}{% endif %}
|
29
|
+
{% endif %}
|
30
|
+
{% else %}
|
31
|
+
{% if modal_body %}{{ modal_body|safe }}{% endif %}
|
32
|
+
{% endif %}
|
33
|
+
</div>
|
34
|
+
<div class="modal-footer">
|
35
|
+
{% if modal_button_close %}
|
36
|
+
<button type="button" class="btn btn-light" data-bs-dismiss="modal">{{ modal_button_close }}</button>
|
37
|
+
{% endif %}
|
38
|
+
{% if modal_button_submit %}
|
39
|
+
<button hx-post="/parademgr/awards/table/" hx-target="#body_main" hx-push-url="true" hx-headers='{"X-CSRFToken": "{{ csrf_token }}"}'
|
40
|
+
type="button" class="btn btn-primary" data-bs-dismiss="modal">{{ modal_button_submit }}</button>
|
41
|
+
{% endif %}
|
42
|
+
</div>
|
43
|
+
{% if form %}
|
44
|
+
</form>
|
45
|
+
{% else %}
|
46
|
+
</div>
|
47
|
+
{% endif %}
|
48
|
+
</div>
|
@@ -0,0 +1,48 @@
|
|
1
|
+
<div id="{{ form.hx_target }}">
|
2
|
+
<form enctype="multipart/form-data"
|
3
|
+
{% if form.hx_post %}hx-post="{{ form.hx_post }}"{% endif %}
|
4
|
+
{% if form.hx_target %}hx-target="#{{ form.hx_target }}"{% endif %}
|
5
|
+
{% if form.hx_trigger %}hx-trigger="{{ form.hx_trigger }}"{% endif %}
|
6
|
+
{% if form.hx_swap %}hx-swap="{{ form.hx_swap }}"{% endif %}
|
7
|
+
>
|
8
|
+
{% csrf_token %}
|
9
|
+
<div>{% if success and form.disable_on_success %}{{ form.as_bs5_disabled }}{% else %}{{ form.as_bs5 }}{% endif %}</div>
|
10
|
+
{% if form.align %}
|
11
|
+
<div class="d-flex justify-content-{{ form.align }}">
|
12
|
+
<button type="submit" class="btn btn-primary" {% if success and form.disable_on_success %}disabled{% endif %}>{{ form.submit_button_text }}</button>
|
13
|
+
</div>
|
14
|
+
{% else %}
|
15
|
+
<button type="submit" class="btn btn-primary" {% if success and form.disable_on_success %}disabled{% endif %}>{{ form.submit_button_text }}</button>
|
16
|
+
{% endif %}
|
17
|
+
</form>
|
18
|
+
{% if form.align %}
|
19
|
+
<div class="my-2 d-flex justify-content-{{ form.align }}">
|
20
|
+
{% if success and form.success_message %}
|
21
|
+
{% if form.use_alert_for_success_message %}
|
22
|
+
<div class="alert alert-success alert-dismissible fade show" role="alert">
|
23
|
+
<span class="my-2 fw-bold">{{ form.success_message }}</span>
|
24
|
+
{% if results %}<span>{{ results }}</span>{% endif %}
|
25
|
+
<button type="button" class="btn-close" data-bs-dismiss="alert" aria-label="Close"></button>
|
26
|
+
</div>
|
27
|
+
{% else %}
|
28
|
+
<div class="my-2 fw-bold text-success">{{ form.success_message }}</div>
|
29
|
+
{% endif %}
|
30
|
+
{% endif %}
|
31
|
+
</div>
|
32
|
+
{% else %}
|
33
|
+
{% if success and form.success_message %}
|
34
|
+
{% if form.use_alert_for_success_message %}
|
35
|
+
<div class="alert alert-success alert-dismissible fade show" role="alert">
|
36
|
+
<span class="my-2 fw-bold">{{ form.success_message }}</span>
|
37
|
+
<button type="button" class="btn-close" data-bs-dismiss="alert" aria-label="Close"></button>
|
38
|
+
</div>
|
39
|
+
{% else %}
|
40
|
+
<div class="my-2 fw-bold text-success">{{ form.success_message }}</div>
|
41
|
+
{% endif %}
|
42
|
+
{% endif %}
|
43
|
+
{% if results %}
|
44
|
+
<div hx-swap-oob="true" id="{{ form.hx_target }}-results" class="me-3 text-primary my-2 d-flex justify-content-{{ form.align }}">{{ results|safe }}</div>
|
45
|
+
{% endif %}
|
46
|
+
{% endif %}
|
47
|
+
</div>
|
48
|
+
|
@@ -0,0 +1,166 @@
|
|
1
|
+
{% load form_tags %}
|
2
|
+
|
3
|
+
{% for field in form %}
|
4
|
+
{% if field.widget_type in "text" %}
|
5
|
+
<div class="form-floating mb-3">
|
6
|
+
{% with form|get_form_errors:field.name as errors %}
|
7
|
+
{% with form|get_field_value:field.name as value %}
|
8
|
+
<input name="{{ field.name }}"
|
9
|
+
type="text"
|
10
|
+
class="form-control {% if errors %}is-invalid{% endif %}"
|
11
|
+
{% if value %}value="{{ value }}"{% endif %}
|
12
|
+
id="id_{{ field.name }}"
|
13
|
+
placeholder="">
|
14
|
+
<label for="id_{{ field.name }}">{{ field.label }}</label>
|
15
|
+
{% if errors %}
|
16
|
+
<div class="invalid-feedback">{{ errors }}</div>
|
17
|
+
{% endif %}
|
18
|
+
{% endwith %}
|
19
|
+
{% endwith %}
|
20
|
+
</div>
|
21
|
+
|
22
|
+
{% elif field.widget_type in "email" %}
|
23
|
+
<div class="form-floating mb-3">
|
24
|
+
{% with form|get_form_errors:field.name as errors %}
|
25
|
+
{% with form|get_field_value:field.name as value %}
|
26
|
+
<input name="{{ field.name }}"
|
27
|
+
type="email"
|
28
|
+
class="form-control {% if errors %}is-invalid{% endif %}"
|
29
|
+
{% if value %}value="{{ value }}"{% endif %}
|
30
|
+
id="id_{{ field.name }}"
|
31
|
+
placeholder="">
|
32
|
+
<label for="id_{{ field.name }}">{{ field.label }}</label>
|
33
|
+
{% if errors %}
|
34
|
+
<div class="invalid-feedback">{{ errors }}</div>
|
35
|
+
{% endif %}
|
36
|
+
{% endwith %}
|
37
|
+
{% endwith %}
|
38
|
+
</div>
|
39
|
+
|
40
|
+
{% elif field.widget_type in "password" %}
|
41
|
+
<div class="form-floating mb-3">
|
42
|
+
{% with form|get_form_errors:field.name as errors %}
|
43
|
+
{% with form|get_field_value:field.name as value %}
|
44
|
+
<input name="{{ field.name }}"
|
45
|
+
type="password"
|
46
|
+
class="form-control {% if errors %}is-invalid{% endif %}"
|
47
|
+
{% if value %}value="{{ value }}"{% endif %}
|
48
|
+
id="id_{{ field.name }}"
|
49
|
+
placeholder="">
|
50
|
+
<label for="id_{{ field.name }}">{{ field.label }}</label>
|
51
|
+
{% if errors %}
|
52
|
+
<div class="invalid-feedback">{{ errors }}</div>
|
53
|
+
{% endif %}
|
54
|
+
{% endwith %}
|
55
|
+
{% endwith %}
|
56
|
+
</div>
|
57
|
+
|
58
|
+
{% elif field.widget_type in "date" %}
|
59
|
+
<div class="form-floating mb-3">
|
60
|
+
{% with form|get_form_errors:field.name as errors %}
|
61
|
+
{% with form|get_field_value:field.name as value %}
|
62
|
+
<input name="{{ field.name }}"
|
63
|
+
type="date"
|
64
|
+
class="form-control {% if errors %}is-invalid{% endif %}"
|
65
|
+
{% if value %}value="{{ value }}"{% endif %}
|
66
|
+
id="id_{{ field.name }}"
|
67
|
+
placeholder="">
|
68
|
+
<label for="id_{{ field.name }}">{{ field.label }}</label>
|
69
|
+
{% if errors %}
|
70
|
+
<div class="invalid-feedback">{{ errors }}</div>
|
71
|
+
{% endif %}
|
72
|
+
{% endwith %}
|
73
|
+
{% endwith %}
|
74
|
+
</div>
|
75
|
+
|
76
|
+
{% elif field.widget_type in "textarea" %}
|
77
|
+
<div class="form-floating mb-3">
|
78
|
+
{% with form|get_form_errors:field.name as errors %}
|
79
|
+
{% with form|get_field_value:field.name as value %}
|
80
|
+
<textarea name="{{ field.name }}" class="form-control {% if errors %}is-invalid{% endif %}"
|
81
|
+
id="id_{{ field.name }}" placeholder="">{% if value %}{{ value }}{% endif %}</textarea>
|
82
|
+
<label for="id_{{ field.name }}">{{ field.label }}</label>
|
83
|
+
{% if errors %}
|
84
|
+
<div class="invalid-feedback">{{ errors }}</div>
|
85
|
+
{% endif %}
|
86
|
+
{% endwith %}
|
87
|
+
{% endwith %}
|
88
|
+
</div>
|
89
|
+
|
90
|
+
{% elif field.widget_type in "checkbox" %}
|
91
|
+
<div class="form-floating mb-3">
|
92
|
+
{% with form|get_form_errors:field.name as errors %}
|
93
|
+
{% with form|get_field_value:field.name as value %}
|
94
|
+
<input name="{{ field.name }}"
|
95
|
+
type="checkbox"
|
96
|
+
class="form-check-input {% if errors %}is-invalid{% endif %}"
|
97
|
+
{% if value %}value="{{ value }}"{% endif %}
|
98
|
+
id="id_{{ field.name }}"
|
99
|
+
placeholder="">
|
100
|
+
<label class="form-check-label" for="id_{{ field.name }}">{{ field.label }}</label>
|
101
|
+
{% if errors %}
|
102
|
+
<div class="invalid-feedback">{{ errors }}</div>
|
103
|
+
{% endif %}
|
104
|
+
{% endwith %}
|
105
|
+
{% endwith %}
|
106
|
+
</div>
|
107
|
+
|
108
|
+
{% elif field.widget_type in "clearablefile" %}
|
109
|
+
<div class="mb-3">
|
110
|
+
{% with form|get_form_errors:field.name as errors %}
|
111
|
+
{% with form|get_field_value:field.name as value %}
|
112
|
+
<input name="{{ field.name }}"
|
113
|
+
type="file"
|
114
|
+
class="form-control {% if errors %}is-invalid{% endif %}"
|
115
|
+
{% if value %}value="{{ value }}"{% endif %}
|
116
|
+
id="id_{{ field.name }}"
|
117
|
+
>
|
118
|
+
{% if errors %}
|
119
|
+
<div class="invalid-feedback">{{ errors }}</div>
|
120
|
+
{% endif %}
|
121
|
+
{% endwith %}
|
122
|
+
{% endwith %}
|
123
|
+
</div>
|
124
|
+
|
125
|
+
{% elif field.widget_type in "number" %}
|
126
|
+
<div class="form-floating mb-3">
|
127
|
+
{% with form|get_form_errors:field.name as errors %}
|
128
|
+
{% with form|get_field_value:field.name as value %}
|
129
|
+
<input name="{{ field.name }}"
|
130
|
+
type="number"
|
131
|
+
class="form-control {% if errors %}is-invalid{% endif %}"
|
132
|
+
{% if value %}value="{{ value }}"{% endif %}
|
133
|
+
id="id_{{ field.name }}"
|
134
|
+
placeholder="">
|
135
|
+
<label for="id_{{ field.name }}">{{ field.label }}</label>
|
136
|
+
{% if errors %}
|
137
|
+
<div class="invalid-feedback">{{ errors }}</div>
|
138
|
+
{% endif %}
|
139
|
+
{% endwith %}
|
140
|
+
{% endwith %}
|
141
|
+
</div>
|
142
|
+
|
143
|
+
{% elif field.widget_type in "select" %}
|
144
|
+
<div class="form-floating mb-3">
|
145
|
+
{% with form|get_form_errors:field.name as errors %}
|
146
|
+
{% with form|get_field_value:field.name as value %}
|
147
|
+
<select name="{{ field.name }}"
|
148
|
+
type="number"
|
149
|
+
class="form-select {% if errors %}is-invalid{% endif %}"
|
150
|
+
{% if value %}value="{{ value }}"{% endif %}
|
151
|
+
id="id_{{ field.name }}"
|
152
|
+
placeholder="">
|
153
|
+
{% for value, label in field.field.choices %}
|
154
|
+
<option value="{{ value }}">{{ label }}</option>
|
155
|
+
{% endfor %}
|
156
|
+
</select>
|
157
|
+
<label for="id_{{ field.name }}">{{ field.label }}</label>
|
158
|
+
{% if errors %}
|
159
|
+
<div class="invalid-feedback">{{ errors }}</div>
|
160
|
+
{% endif %}
|
161
|
+
{% endwith %}
|
162
|
+
{% endwith %}
|
163
|
+
</div>
|
164
|
+
|
165
|
+
{% endif %}
|
166
|
+
{% endfor %}
|
@@ -0,0 +1,125 @@
|
|
1
|
+
{% load form_tags %}
|
2
|
+
|
3
|
+
{% for field in form %}
|
4
|
+
{% if field.widget_type in "text" %}
|
5
|
+
<div class="form-floating mb-3">
|
6
|
+
{% with form|get_form_errors:field.name as errors %}
|
7
|
+
{% with form|get_field_value:field.name as value %}
|
8
|
+
<input name="{{ field.name }}"
|
9
|
+
type="text"
|
10
|
+
class="form-control {% if errors %}is-invalid{% endif %}"
|
11
|
+
{% if value %}value="{{ value }}"{% endif %}
|
12
|
+
id="id_{{ field.name }}"
|
13
|
+
placeholder="" disabled>
|
14
|
+
<label for="id_{{ field.name }}">{{ field.label }}</label>
|
15
|
+
{% if errors %}
|
16
|
+
<div class="invalid-feedback">{{ errors }}</div>
|
17
|
+
{% endif %}
|
18
|
+
{% endwith %}
|
19
|
+
{% endwith %}
|
20
|
+
</div>
|
21
|
+
|
22
|
+
{% elif field.widget_type in "email" %}
|
23
|
+
<div class="form-floating mb-3">
|
24
|
+
{% with form|get_form_errors:field.name as errors %}
|
25
|
+
{% with form|get_field_value:field.name as value %}
|
26
|
+
<input name="{{ field.name }}"
|
27
|
+
type="email"
|
28
|
+
class="form-control {% if errors %}is-invalid{% endif %}"
|
29
|
+
{% if value %}value="{{ value }}"{% endif %}
|
30
|
+
id="id_{{ field.name }}"
|
31
|
+
placeholder="" disabled>
|
32
|
+
<label for="id_{{ field.name }}">{{ field.label }}</label>
|
33
|
+
{% if errors %}
|
34
|
+
<div class="invalid-feedback">{{ errors }}</div>
|
35
|
+
{% endif %}
|
36
|
+
{% endwith %}
|
37
|
+
{% endwith %}
|
38
|
+
</div>
|
39
|
+
|
40
|
+
{% elif field.widget_type in "password" %}
|
41
|
+
<div class="form-floating mb-3">
|
42
|
+
{% with form|get_form_errors:field.name as errors %}
|
43
|
+
{% with form|get_field_value:field.name as value %}
|
44
|
+
<input name="{{ field.name }}"
|
45
|
+
type="password"
|
46
|
+
class="form-control {% if errors %}is-invalid{% endif %}"
|
47
|
+
{% if value %}value="{{ value }}"{% endif %}
|
48
|
+
id="id_{{ field.name }}"
|
49
|
+
placeholder="" disabled>
|
50
|
+
<label for="id_{{ field.name }}">{{ field.label }}</label>
|
51
|
+
{% if errors %}
|
52
|
+
<div class="invalid-feedback">{{ errors }}</div>
|
53
|
+
{% endif %}
|
54
|
+
{% endwith %}
|
55
|
+
{% endwith %}
|
56
|
+
</div>
|
57
|
+
|
58
|
+
{% elif field.widget_type in "date" %}
|
59
|
+
<div class="form-floating mb-3">
|
60
|
+
{% with form|get_form_errors:field.name as errors %}
|
61
|
+
{% with form|get_field_value:field.name as value %}
|
62
|
+
<input name="{{ field.name }}"
|
63
|
+
type="date"
|
64
|
+
class="form-control {% if errors %}is-invalid{% endif %}"
|
65
|
+
{% if value %}value="{{ value }}"{% endif %}
|
66
|
+
id="id_{{ field.name }}"
|
67
|
+
placeholder="" disabled>
|
68
|
+
<label for="id_{{ field.name }}">{{ field.label }}</label>
|
69
|
+
{% if errors %}
|
70
|
+
<div class="invalid-feedback">{{ errors }}</div>
|
71
|
+
{% endif %}
|
72
|
+
{% endwith %}
|
73
|
+
{% endwith %}
|
74
|
+
</div>
|
75
|
+
|
76
|
+
{% elif field.widget_type in "textarea" %}
|
77
|
+
<div class="form-floating mb-3">
|
78
|
+
{% with form|get_form_errors:field.name as errors %}
|
79
|
+
{% with form|get_field_value:field.name as value %}
|
80
|
+
<textarea name="{{ field.name }}" class="form-control {% if errors %}is-invalid{% endif %}"
|
81
|
+
id="id_{{ field.name }}" placeholder="" disabled>{% if value %}{{ value }}{% endif %}</textarea>
|
82
|
+
<label for="id_{{ field.name }}">{{ field.label }}</label>
|
83
|
+
{% if errors %}
|
84
|
+
<div class="invalid-feedback">{{ errors }}</div>
|
85
|
+
{% endif %}
|
86
|
+
{% endwith %}
|
87
|
+
{% endwith %}
|
88
|
+
</div>
|
89
|
+
|
90
|
+
{% elif field.widget_type in "checkbox" %}
|
91
|
+
<div class="form-floating mb-3">
|
92
|
+
{% with form|get_form_errors:field.name as errors %}
|
93
|
+
{% with form|get_field_value:field.name as value %}
|
94
|
+
<input name="{{ field.name }}"
|
95
|
+
type="checkbox"
|
96
|
+
class="form-check-input {% if errors %}is-invalid{% endif %}"
|
97
|
+
{% if value %}value="{{ value }}"{% endif %}
|
98
|
+
id="id_{{ field.name }}"
|
99
|
+
placeholder="" disabled>
|
100
|
+
<label class="form-check-label" for="id_{{ field.name }}">{{ field.label }}</label>
|
101
|
+
{% if errors %}
|
102
|
+
<div class="invalid-feedback">{{ errors }}</div>
|
103
|
+
{% endif %}
|
104
|
+
{% endwith %}
|
105
|
+
{% endwith %}
|
106
|
+
</div>
|
107
|
+
|
108
|
+
{% elif field.widget_type in "clearablefile" %}
|
109
|
+
<div class="mb-3">
|
110
|
+
{% with form|get_form_errors:field.name as errors %}
|
111
|
+
{% with form|get_field_value:field.name as value %}
|
112
|
+
<input name="{{ field.name }}"
|
113
|
+
type="file"
|
114
|
+
class="form-control {% if errors %}is-invalid{% endif %}"
|
115
|
+
{% if value %}value="{{ value }}"{% endif %}
|
116
|
+
id="id_{{ field.name }}"
|
117
|
+
disabled>
|
118
|
+
{% if errors %}
|
119
|
+
<div class="invalid-feedback">{{ errors }}</div>
|
120
|
+
{% endif %}
|
121
|
+
{% endwith %}
|
122
|
+
{% endwith %}
|
123
|
+
</div>
|
124
|
+
{% endif %}
|
125
|
+
{% endfor %}
|
@@ -1,6 +1,5 @@
|
|
1
1
|
<div class="modal-dialog modal-dialog-scrollable {{ modal_size }} ">
|
2
2
|
{% if form %}
|
3
|
-
{{ csrf_token }}
|
4
3
|
<form hx-headers='{"X-CSRFToken":"{{ csrf_token }}"}'
|
5
4
|
class="modal-content">
|
6
5
|
{% else %}
|
@@ -26,7 +25,7 @@
|
|
26
25
|
{% if form_template %}
|
27
26
|
{% include form_template %}
|
28
27
|
{% else %}
|
29
|
-
{{ form.as_p }}
|
28
|
+
{% if form_display == "bs5" %}{{ form.as_bs5 }}{% else %}{{ form.as_p }}{% endif %}
|
30
29
|
{% endif %}
|
31
30
|
{% else %}
|
32
31
|
{% if modal_body %}{{ modal_body|safe }}{% endif %}
|
@@ -37,7 +36,7 @@
|
|
37
36
|
<button type="button" class="btn btn-light" data-bs-dismiss="modal">{{ modal_button_close }}</button>
|
38
37
|
{% endif %}
|
39
38
|
{% if modal_button_submit %}
|
40
|
-
<button hx-post="{% if hx_post %}{{ hx_post }}{% else %}{{ request.path }}{% endif %}"
|
39
|
+
<button hx-post="{% if hx_post %}{{ hx_post }}{% else %}{{ request.path }}{% endif %}" hx-headers='{"X-CSRFToken": "{{ csrf_token }}"}'
|
41
40
|
|
42
41
|
type="button" class="btn btn-primary" data-bs-dismiss="modal">{{ modal_button_submit }}</button>
|
43
42
|
{% endif %}
|
@@ -0,0 +1,38 @@
|
|
1
|
+
<div class="container-fluid px-5 py-2 animated fadeIn" style="animation-delay: .1s;">
|
2
|
+
<div class="row">
|
3
|
+
<div class="col-10">
|
4
|
+
{% if title %}<span class="h2 text-primary fw-bold my-3">{{ title }}: </span>{% endif %}
|
5
|
+
{% if subtitle %}<span class="h4 text-secondary mx-2">{{ subtitle }}</span>{% elif page_description %}<span class="h4 text-secondary mx-2">{{ page_description }}</span>{% endif %}
|
6
|
+
</div>
|
7
|
+
<div class="col-2 d-flex align-items-end justify-content-end pe-2">
|
8
|
+
{% if control_list|length > 1 %}
|
9
|
+
{% for control in control_list %}
|
10
|
+
<span class="mx-1">
|
11
|
+
<a href="#" {% if control.name == display %}class="text-secondary" style="opacity: .25;"{% endif %}
|
12
|
+
hx-get="{{ control.url }}"
|
13
|
+
hx-target="#body_main"
|
14
|
+
title="{{ control.name }} view"
|
15
|
+
hx-push-url="true"
|
16
|
+
>{{ control.icon|safe }}</a>
|
17
|
+
</span>
|
18
|
+
{% endfor %}
|
19
|
+
{% endif %}
|
20
|
+
{% if filter_form %}
|
21
|
+
<a href="#" class="mx-1 text-primary" title="filter data"
|
22
|
+
hx-get="{{ filter_form.modal_url }}?display={{ display }}"
|
23
|
+
hx-target="#modal_wrapper"
|
24
|
+
data-bs-toggle="modal"
|
25
|
+
data-bs-target="#modal_wrapper">
|
26
|
+
<i class="fa-solid fa-filter"></i>
|
27
|
+
</a>
|
28
|
+
{% endif %}
|
29
|
+
{% if query_string %}
|
30
|
+
<span class="mx-1 text-primary">
|
31
|
+
<a href="#" hx-get="{{ root_url }}" hx-target="#body_main" hx-push-url="true">
|
32
|
+
<i class="fas fa-undo-alt"></i>
|
33
|
+
</a>
|
34
|
+
</span>
|
35
|
+
{% endif %}
|
36
|
+
</div>
|
37
|
+
</div>
|
38
|
+
</div>
|
@@ -0,0 +1,21 @@
|
|
1
|
+
<div class="col-2 d-flex align-items-end justify-content-end pe-2">
|
2
|
+
{% if control_list|length > 1 %}
|
3
|
+
{% for control in control_list %}
|
4
|
+
<span class="mx-1">
|
5
|
+
<a href="#" {% if control.name == display %}class="text-secondary" style="opacity: .25;"{% endif %}
|
6
|
+
hx-get="{{ control.url }}"
|
7
|
+
hx-target="#body_main"
|
8
|
+
title="{{ control.name }} view"
|
9
|
+
hx-push-url="true"
|
10
|
+
>{{ control.icon|safe }}</a>
|
11
|
+
</span>
|
12
|
+
{% endfor %}
|
13
|
+
{% endif %}
|
14
|
+
{% if query_string %}
|
15
|
+
<span class="mx-1 text-primary">
|
16
|
+
<a href="{{ root_url }}{{ display }}/">
|
17
|
+
<i class="fas fa-undo-alt"></i>
|
18
|
+
</a>
|
19
|
+
</span>
|
20
|
+
{% endif %}
|
21
|
+
</div>
|
@@ -0,0 +1,17 @@
|
|
1
|
+
<div class="container mt-5">
|
2
|
+
<div class="row justify-content-center">
|
3
|
+
{% for row in queryset %}
|
4
|
+
<div class="col-lg-3 col-md-4 col-sm-6 d-flex justify-content-center mb-4">
|
5
|
+
<div class="card hvr-grow">
|
6
|
+
<div class="card-body">
|
7
|
+
<div class="card-title mb-1 fs-6 fw-bold text-primary">{{ row.pk }}</div>
|
8
|
+
<div class="card-text text-secondary row" style="font-size: smaller;">
|
9
|
+
<div class="col-12">{{ row.created_at }}</div>
|
10
|
+
<div class="col-12">{{ row.updated_at }}</div>
|
11
|
+
</div>
|
12
|
+
</div>
|
13
|
+
</div>
|
14
|
+
</div>
|
15
|
+
{% endfor %}
|
16
|
+
</div>
|
17
|
+
</div>
|
@@ -0,0 +1,11 @@
|
|
1
|
+
<div class="list-group mt-3">
|
2
|
+
{% for row in queryset %}
|
3
|
+
<div class="list-group-item border rounded mb-2 hvr-grow">
|
4
|
+
<div class="mb-1 fs-6 fw-bold text-primary">{{ row.pk }}</div>
|
5
|
+
<div class="mb-1 text-secondary row" style="font-size: smaller;">
|
6
|
+
<div class="col-4">{{ row.created_at }}</div>
|
7
|
+
<div class="col-8">{{ row.updated_at }}</div>
|
8
|
+
</div>
|
9
|
+
</div>
|
10
|
+
{% endfor %}
|
11
|
+
</div>
|
@@ -0,0 +1,21 @@
|
|
1
|
+
<table class="table table-condensed table-bordered table-striped mt-3">
|
2
|
+
<thead>
|
3
|
+
<tr>
|
4
|
+
<th class="sortable">ID<i class="fa fa-sortable fa-sort-up"></i><i class="fa fa-sortable fa-sort-down"></i></th>
|
5
|
+
<th class="sortable">Created At <i class="fa fa-sortable fa-sort-up"></i><i class="fa fa-sortable fa-sort-down"></i></th>
|
6
|
+
<th class="sortable">Updated At <i class="fa fa-sortable fa-sort-up"></i><i class="fa fa-sortable fa-sort-down"></i></th>
|
7
|
+
<th></th>
|
8
|
+
</tr>
|
9
|
+
</thead>
|
10
|
+
<tbody>
|
11
|
+
{% for row in queryset %}
|
12
|
+
<tr>
|
13
|
+
<td>{{ row.pk }}</td>
|
14
|
+
<td>{{ row.created_at }}</td>
|
15
|
+
<td>{{ row.updated_at }}</td>
|
16
|
+
<td>
|
17
|
+
</td>
|
18
|
+
</tr>
|
19
|
+
{% endfor %}
|
20
|
+
</tbody>
|
21
|
+
</table>
|
@@ -0,0 +1,48 @@
|
|
1
|
+
<div class="modal-dialog modal-dialog-scrollable {{ modal_size }} ">
|
2
|
+
{% if form %}
|
3
|
+
<form hx-headers='{"X-CSRFToken":"{{ csrf_token }}"}'
|
4
|
+
class="modal-content">
|
5
|
+
{% else %}
|
6
|
+
<div class="modal-content">
|
7
|
+
{% endif %}
|
8
|
+
<div class="modal-header">
|
9
|
+
<div class="modal-title" id="generic_modal_label">
|
10
|
+
{% if modal_title %}
|
11
|
+
<span class="h5 text-primary fw-bold">
|
12
|
+
{{ modal_title|safe }}:
|
13
|
+
</span>
|
14
|
+
{% if modal_subtitle %}
|
15
|
+
<span class="h6 text-secondary fst-italic ms-2">
|
16
|
+
{{ modal_subtitle|safe }}
|
17
|
+
</span>
|
18
|
+
{% endif %}
|
19
|
+
{% endif %}
|
20
|
+
</div>
|
21
|
+
<button type="button" class="btn-close" data-bs-dismiss="modal" aria-label="Close"></button>
|
22
|
+
</div>
|
23
|
+
<div class="modal-body">
|
24
|
+
{% if form %}
|
25
|
+
{% if form_template %}
|
26
|
+
{% include form_template %}
|
27
|
+
{% else %}
|
28
|
+
{% if form_display == "bs5" %}{{ form.as_bs5 }}{% else %}{{ form.as_p }}{% endif %}
|
29
|
+
{% endif %}
|
30
|
+
{% else %}
|
31
|
+
{% if modal_body %}{{ modal_body|safe }}{% endif %}
|
32
|
+
{% endif %}
|
33
|
+
</div>
|
34
|
+
<div class="modal-footer">
|
35
|
+
{% if modal_button_close %}
|
36
|
+
<button type="button" class="btn btn-light" data-bs-dismiss="modal">{{ modal_button_close }}</button>
|
37
|
+
{% endif %}
|
38
|
+
{% if modal_button_submit %}
|
39
|
+
<button hx-post="{{ form.hx_post_url }}{{display}}/" hx-target="#body_main" hx-push-url="true" hx-headers='{"X-CSRFToken": "{{ csrf_token }}"}'
|
40
|
+
type="button" class="btn btn-primary" data-bs-dismiss="modal">{{ modal_button_submit }}</button>
|
41
|
+
{% endif %}
|
42
|
+
</div>
|
43
|
+
{% if form %}
|
44
|
+
</form>
|
45
|
+
{% else %}
|
46
|
+
</div>
|
47
|
+
{% endif %}
|
48
|
+
</div>
|
@@ -0,0 +1,7 @@
|
|
1
|
+
<section>
|
2
|
+
{% include 'handyhelpers/htmx/bs5/htmx_option_multi_filter_view/content_title.htm' %}
|
3
|
+
|
4
|
+
<div class="container-fluid px-5 py-2 animated fadeIn" style="animation-delay: .2s;">
|
5
|
+
{% if item_content %}{% include item_content %}{% endif %}
|
6
|
+
</div>
|
7
|
+
</section>
|
@@ -0,0 +1,7 @@
|
|
1
|
+
<section>
|
2
|
+
{% include 'handyhelpers/htmx/bs5/htmx_option_multi_filter_view/content_title.htm' %}
|
3
|
+
|
4
|
+
<div class="container-fluid px-5 py-2 animated fadeIn" style="animation-delay: .2s;">
|
5
|
+
{% if item_content %}{% include item_content %}{% endif %}
|
6
|
+
</div>
|
7
|
+
</section>
|
handyhelpers/templates/handyhelpers/htmx/bs5/htmx_option_multi_filter_view/wrapper_minimal.htm
ADDED
@@ -0,0 +1,7 @@
|
|
1
|
+
<section>
|
2
|
+
{% include 'handyhelpers/htmx/bs5/htmx_option_multi_filter_view/content_title.htm' %}
|
3
|
+
|
4
|
+
<div class="container-fluid px-5 py-2 animated fadeIn" style="animation-delay: .2s;">
|
5
|
+
{% if item_content %}{% include item_content %}{% endif %}
|
6
|
+
</div>
|
7
|
+
</section>
|
@@ -0,0 +1,18 @@
|
|
1
|
+
<section>
|
2
|
+
{% include 'handyhelpers/htmx/bs5/htmx_option_multi_filter_view/content_title.htm' %}
|
3
|
+
|
4
|
+
<div class="container-fluid px-5 py-2 animated fadeIn" style="animation-delay: .2s;">
|
5
|
+
<div class="sortable-table-wrapper" data-pagination-size="12">
|
6
|
+
<div class="d-flex justify-content-end mb-3">
|
7
|
+
{% if queryset %}<span title="toggle pagination" class="text-primary"><i class="ms-1 pagination-toggle fs-5 fa-solid fa-square-caret-down"></i></span>{% endif %}
|
8
|
+
</div>
|
9
|
+
{% if item_content %}{% include item_content %}{% endif %}
|
10
|
+
|
11
|
+
{% if queryset %}
|
12
|
+
<nav class="sortable-table-nav">
|
13
|
+
<ul class="pagination justify-content-end">{% comment %}Pagination will be inserted here by JavaScript{% endcomment %}</ul>
|
14
|
+
</nav>
|
15
|
+
{% endif %}
|
16
|
+
</div>
|
17
|
+
</div>
|
18
|
+
</section>
|