django-smartbase-admin 0.2.77__py3-none-any.whl → 0.2.79__py3-none-any.whl
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- django_smartbase_admin/admin/admin_base.py +22 -2
- django_smartbase_admin/admin/widgets.py +117 -0
- django_smartbase_admin/monkeypatch/admin_readonly_field_monkeypatch.py +5 -0
- django_smartbase_admin/services/views.py +4 -1
- django_smartbase_admin/settings.py +4 -0
- django_smartbase_admin/static/sb_admin/css/coloris/coloris.min.css +1 -0
- django_smartbase_admin/static/sb_admin/dist/main_style.css +1 -1
- django_smartbase_admin/static/sb_admin/js/coloris/coloris.min.js +6 -0
- django_smartbase_admin/static/sb_admin/src/css/_filer.css +60 -0
- django_smartbase_admin/static/sb_admin/src/css/style.css +17 -0
- django_smartbase_admin/templates/sb_admin/partials/modal/modal_content.html +1 -1
- django_smartbase_admin/templates/sb_admin/widgets/color_field.html +30 -0
- django_smartbase_admin/templates/sb_admin/widgets/filer_file.html +84 -0
- django_smartbase_admin/templates/sb_admin/widgets/toggle.html +1 -1
- {django_smartbase_admin-0.2.77.dist-info → django_smartbase_admin-0.2.79.dist-info}/METADATA +1 -1
- {django_smartbase_admin-0.2.77.dist-info → django_smartbase_admin-0.2.79.dist-info}/RECORD +18 -12
- {django_smartbase_admin-0.2.77.dist-info → django_smartbase_admin-0.2.79.dist-info}/LICENSE.md +0 -0
- {django_smartbase_admin-0.2.77.dist-info → django_smartbase_admin-0.2.79.dist-info}/WHEEL +0 -0
|
@@ -0,0 +1,6 @@
|
|
|
1
|
+
/*!
|
|
2
|
+
* Copyright (c) 2021 Momo Bassit.
|
|
3
|
+
* Licensed under the MIT License (MIT)
|
|
4
|
+
* https://github.com/mdbassit/Coloris
|
|
5
|
+
*/
|
|
6
|
+
!function(u,p,s,c){var d,f,h,i,b,y,v,m,g,l,w,k,L,E,a,n,r=p.createElement("canvas").getContext("2d"),x={r:0,g:0,b:0,h:0,s:0,v:0,a:1},A={},C={el:"[data-coloris]",parent:"body",theme:"default",themeMode:"light",rtl:!1,wrap:!0,margin:2,format:"hex",formatToggle:!1,swatches:[],swatchesOnly:!1,alpha:!0,forceAlpha:!1,focusInput:!0,selectInput:!1,inline:!1,defaultColor:"#000000",clearButton:!1,clearLabel:"Clear",closeButton:!1,closeLabel:"Close",onChange:function(){return c},a11y:{open:"Open color picker",close:"Close color picker",clear:"Clear the selected color",marker:"Saturation: {s}. Brightness: {v}.",hueSlider:"Hue slider",alphaSlider:"Opacity slider",input:"Color value field",format:"Color format",swatch:"Color swatch",instruction:"Saturation and brightness selector. Use up, down, left and right arrow keys to select."}},o={},S="",T={},B=!1;function M(t){if("object"==typeof t)for(var e in t)switch(e){case"el":D(t.el),!1!==t.wrap&&R(t.el);break;case"parent":(d=t.parent instanceof HTMLElement?t.parent:p.querySelector(t.parent))&&(d.appendChild(f),C.parent=t.parent,d===p.body&&(d=c));break;case"themeMode":C.themeMode=t.themeMode,"auto"===t.themeMode&&u.matchMedia&&u.matchMedia("(prefers-color-scheme: dark)").matches&&(C.themeMode="dark");case"theme":t.theme&&(C.theme=t.theme),f.className="clr-picker clr-"+C.theme+" clr-"+C.themeMode,C.inline&&j();break;case"rtl":C.rtl=!!t.rtl,Array.from(p.getElementsByClassName("clr-field")).forEach(function(e){return e.classList.toggle("clr-rtl",C.rtl)});break;case"margin":t.margin*=1,C.margin=(isNaN(t.margin)?C:t).margin;break;case"wrap":t.el&&t.wrap&&R(t.el);break;case"formatToggle":C.formatToggle=!!t.formatToggle,V("clr-format").style.display=C.formatToggle?"block":"none",C.formatToggle&&(C.format="auto");break;case"swatches":Array.isArray(t.swatches)&&function(){var e=V("clr-swatches"),l=p.createElement("div");e.textContent="",t.swatches.forEach(function(e,t){var a=p.createElement("button");a.setAttribute("type","button"),a.setAttribute("id","clr-swatch-"+t),a.setAttribute("aria-labelledby","clr-swatch-label clr-swatch-"+t),a.style.color=e,a.textContent=e,l.appendChild(a)}),t.swatches.length&&e.appendChild(l),C.swatches=t.swatches.slice()}();break;case"swatchesOnly":C.swatchesOnly=!!t.swatchesOnly,f.setAttribute("data-minimal",C.swatchesOnly);break;case"alpha":C.alpha=!!t.alpha,f.setAttribute("data-alpha",C.alpha);break;case"inline":C.inline=!!t.inline,f.setAttribute("data-inline",C.inline),C.inline&&(l=t.defaultColor||C.defaultColor,E=P(l),j(),Y(l));break;case"clearButton":"object"==typeof t.clearButton&&(t.clearButton.label&&(C.clearLabel=t.clearButton.label,v.innerHTML=C.clearLabel),t.clearButton=t.clearButton.show),C.clearButton=!!t.clearButton,v.style.display=C.clearButton?"block":"none";break;case"clearLabel":C.clearLabel=t.clearLabel,v.innerHTML=C.clearLabel;break;case"closeButton":C.closeButton=!!t.closeButton,C.closeButton?f.insertBefore(m,b):b.appendChild(m);break;case"closeLabel":C.closeLabel=t.closeLabel,m.innerHTML=C.closeLabel;break;case"a11y":var a,l,r=t.a11y,n=!1;if("object"==typeof r)for(var o in r)r[o]&&C.a11y[o]&&(C.a11y[o]=r[o],n=!0);n&&(a=V("clr-open-label"),l=V("clr-swatch-label"),a.innerHTML=C.a11y.open,l.innerHTML=C.a11y.swatch,m.setAttribute("aria-label",C.a11y.close),v.setAttribute("aria-label",C.a11y.clear),g.setAttribute("aria-label",C.a11y.hueSlider),w.setAttribute("aria-label",C.a11y.alphaSlider),y.setAttribute("aria-label",C.a11y.input),h.setAttribute("aria-label",C.a11y.instruction));break;default:C[e]=t[e]}}function H(e,t){"string"==typeof e&&"object"==typeof t&&(o[e]=t,B=!0)}function N(e){delete o[e],0===Object.keys(o).length&&(B=!1,e===S&&O())}function t(l){if(B){var e,r=["el","wrap","rtl","inline","defaultColor","a11y"];for(e in o)if("break"===function(e){var t=o[e];if(l.matches(e)){for(var a in S=e,T={},r.forEach(function(e){return delete t[e]}),t)T[a]=Array.isArray(C[a])?C[a].slice():C[a];return M(t),"break"}}(e))break}}function O(){0<Object.keys(T).length&&(M(T),S="",T={})}function D(e){e instanceof HTMLElement&&(e=[e]),Array.isArray(e)?e.forEach(function(e){Z(e,"click",I),Z(e,"input",q)}):(Z(p,"click",e,I),Z(p,"input",e,q))}function I(e){C.inline||(t(e.target),L=e.target,a=L.value,E=P(a),f.classList.add("clr-open"),j(),Y(a),(C.focusInput||C.selectInput)&&(y.focus({preventScroll:!0}),y.setSelectionRange(L.selectionStart,L.selectionEnd)),C.selectInput&&y.select(),(n||C.swatchesOnly)&&Q().shift().focus(),L.dispatchEvent(new Event("open",{bubbles:!0})))}function j(){var e,t,a,l,r=d,n=u.scrollY,o=f.offsetWidth,c=f.offsetHeight,i={left:!1,top:!1},s={x:0,y:0};r&&(a=u.getComputedStyle(r),e=parseFloat(a.marginTop),l=parseFloat(a.borderTopWidth),(s=r.getBoundingClientRect()).y+=l+n),C.inline||(a=(t=L.getBoundingClientRect()).x,l=n+t.y+t.height+C.margin,r?(a-=s.x,l-=s.y,a+o>r.clientWidth&&(a+=t.width-o,i.left=!0),l+c>r.clientHeight-e&&c+C.margin<=t.top-(s.y-n)&&(l-=t.height+c+2*C.margin,i.top=!0),l+=r.scrollTop):(a+o>p.documentElement.clientWidth&&(a+=t.width-o,i.left=!0),l+c-n>p.documentElement.clientHeight&&c+C.margin<=t.top&&(l=n+t.y-c-C.margin,i.top=!0)),f.classList.toggle("clr-left",i.left),f.classList.toggle("clr-top",i.top),f.style.left=a+"px",f.style.top=l+"px",s.x+=f.offsetLeft,s.y+=f.offsetTop),A={width:h.offsetWidth,height:h.offsetHeight,x:h.offsetLeft+s.x,y:h.offsetTop+s.y}}function R(e){e instanceof HTMLElement?W(e):(Array.isArray(e)?e:p.querySelectorAll(e)).forEach(W)}function W(e){var t,a,l=e.parentNode;l.classList.contains("clr-field")||(t=p.createElement("div"),a="clr-field",(C.rtl||e.classList.contains("clr-rtl"))&&(a+=" clr-rtl"),t.innerHTML='<button type="button" aria-labelledby="clr-open-label"></button>',l.insertBefore(t,e),t.className=a,t.style.color=e.value,t.appendChild(e))}function q(e){var t=e.target.parentNode;t.classList.contains("clr-field")&&(t.style.color=e.target.value)}function F(e){var t;L&&!C.inline&&(t=L,e&&(L=c,a!==t.value&&(t.value=a,t.dispatchEvent(new Event("input",{bubbles:!0})))),setTimeout(function(){a!==t.value&&t.dispatchEvent(new Event("change",{bubbles:!0}))}),f.classList.remove("clr-open"),B&&O(),t.dispatchEvent(new Event("close",{bubbles:!0})),C.focusInput&&t.focus({preventScroll:!0}),L=c)}function Y(e){var t=function(e){r.fillStyle="#000",r.fillStyle=e,e=(e=/^((rgba)|rgb)[\D]+([\d.]+)[\D]+([\d.]+)[\D]+([\d.]+)[\D]*?([\d.]+|$)/i.exec(r.fillStyle))?{r:+e[3],g:+e[4],b:+e[5],a:+e[6]}:(e=r.fillStyle.replace("#","").match(/.{2}/g).map(function(e){return parseInt(e,16)}),{r:e[0],g:e[1],b:e[2],a:1});return e}(e),e=function(e){var t=e.r/255,a=e.g/255,l=e.b/255,r=s.max(t,a,l),n=s.min(t,a,l),o=r-n,c=r,i=0,n=0;o&&(r===t&&(i=(a-l)/o),r===a&&(i=2+(l-t)/o),r===l&&(i=4+(t-a)/o),r&&(n=o/r));return{h:(i=s.floor(60*i))<0?i+360:i,s:s.round(100*n),v:s.round(100*c),a:e.a}}(t);G(e.s,e.v),z(t,e),g.value=e.h,f.style.color="hsl("+e.h+", 100%, 50%)",l.style.left=e.h/360*100+"%",i.style.left=A.width*e.s/100+"px",i.style.top=A.height-A.height*e.v/100+"px",w.value=100*e.a,k.style.left=100*e.a+"%"}function P(e){e=e.substring(0,3).toLowerCase();return"rgb"===e||"hsl"===e?e:"hex"}function U(e){e=e!==c?e:y.value,L&&(L.value=e,L.dispatchEvent(new Event("input",{bubbles:!0}))),C.onChange&&C.onChange.call(u,e,L),p.dispatchEvent(new CustomEvent("coloris:pick",{detail:{color:e,currentEl:L}}))}function X(e,t){e={h:+g.value,s:e/A.width*100,v:100-t/A.height*100,a:w.value/100},t=function(e){var t=e.s/100,a=e.v/100,l=t*a,r=e.h/60,n=l*(1-s.abs(r%2-1)),o=a-l;l+=o,n+=o;t=s.floor(r)%6,a=[l,n,o,o,n,l][t],r=[n,l,l,n,o,o][t],t=[o,o,n,l,l,n][t];return{r:s.round(255*a),g:s.round(255*r),b:s.round(255*t),a:e.a}}(e);G(e.s,e.v),z(t,e),U()}function G(e,t){var a=C.a11y.marker;e=+e.toFixed(1),t=+t.toFixed(1),a=(a=a.replace("{s}",e)).replace("{v}",t),i.setAttribute("aria-label",a)}function K(e){var t={pageX:((a=e).changedTouches?a.changedTouches[0]:a).pageX,pageY:(a.changedTouches?a.changedTouches[0]:a).pageY},a=t.pageX-A.x,t=t.pageY-A.y;d&&(t+=d.scrollTop),$(a,t),e.preventDefault(),e.stopPropagation()}function $(e,t){e=e<0?0:e>A.width?A.width:e,t=t<0?0:t>A.height?A.height:t,i.style.left=e+"px",i.style.top=t+"px",X(e,t),i.focus()}function z(e,t){void 0===t&&(t={});var a,l,r=C.format;for(a in e=void 0===e?{}:e)x[a]=e[a];for(l in t)x[l]=t[l];var n,o=function(e){var t=e.r.toString(16),a=e.g.toString(16),l=e.b.toString(16),r="";e.r<16&&(t="0"+t);e.g<16&&(a="0"+a);e.b<16&&(l="0"+l);C.alpha&&(e.a<1||C.forceAlpha)&&(e=255*e.a|0,r=e.toString(16),e<16&&(r="0"+r));return"#"+t+a+l+r}(x),c=o.substring(0,7);switch(i.style.color=c,k.parentNode.style.color=c,k.style.color=o,b.style.color=o,h.style.display="none",h.offsetHeight,h.style.display="",k.nextElementSibling.style.display="none",k.nextElementSibling.offsetHeight,k.nextElementSibling.style.display="","mixed"===r?r=1===x.a?"hex":"rgb":"auto"===r&&(r=E),r){case"hex":y.value=o;break;case"rgb":y.value=(n=x,!C.alpha||1===n.a&&!C.forceAlpha?"rgb("+n.r+", "+n.g+", "+n.b+")":"rgba("+n.r+", "+n.g+", "+n.b+", "+n.a+")");break;case"hsl":y.value=(n=function(e){var t,a=e.v/100,l=a*(1-e.s/100/2);0<l&&l<1&&(t=s.round((a-l)/s.min(l,1-l)*100));return{h:e.h,s:t||0,l:s.round(100*l),a:e.a}}(x),!C.alpha||1===n.a&&!C.forceAlpha?"hsl("+n.h+", "+n.s+"%, "+n.l+"%)":"hsla("+n.h+", "+n.s+"%, "+n.l+"%, "+n.a+")")}p.querySelector('.clr-format [value="'+r+'"]').checked=!0}function e(){var e=+g.value,t=+i.style.left.replace("px",""),a=+i.style.top.replace("px","");f.style.color="hsl("+e+", 100%, 50%)",l.style.left=e/360*100+"%",X(t,a)}function J(){var e=w.value/100;k.style.left=100*e+"%",z({a:e}),U()}function Q(){return Array.from(f.querySelectorAll("input, button")).filter(function(e){return!!e.offsetWidth})}function V(e){return p.getElementById(e)}function Z(e,t,a,l){var r=Element.prototype.matches||Element.prototype.msMatchesSelector;"string"==typeof a?e.addEventListener(t,function(e){r.call(e.target,a)&&l.call(e.target,e)}):(l=a,e.addEventListener(t,l))}function _(e,t){t=t!==c?t:[],"loading"!==p.readyState?e.apply(void 0,t):p.addEventListener("DOMContentLoaded",function(){e.apply(void 0,t)})}NodeList!==c&&NodeList.prototype&&!NodeList.prototype.forEach&&(NodeList.prototype.forEach=Array.prototype.forEach),u.Coloris=function(){var r={set:M,wrap:R,close:F,setInstance:H,removeInstance:N,updatePosition:j,ready:_};function e(e){_(function(){e&&("string"==typeof e?D:M)(e)})}for(var t in r)!function(l){e[l]=function(){for(var e=arguments.length,t=new Array(e),a=0;a<e;a++)t[a]=arguments[a];_(r[l],t)}}(t);return e}(),_(function(){d=c,(f=p.createElement("div")).setAttribute("id","clr-picker"),f.className="clr-picker",f.innerHTML='<input id="clr-color-value" name="clr-color-value" class="clr-color" type="text" value="" spellcheck="false" aria-label="'+C.a11y.input+'"><div id="clr-color-area" class="clr-gradient" role="application" aria-label="'+C.a11y.instruction+'"><div id="clr-color-marker" class="clr-marker" tabindex="0"></div></div><div class="clr-hue"><input id="clr-hue-slider" name="clr-hue-slider" type="range" min="0" max="360" step="1" aria-label="'+C.a11y.hueSlider+'"><div id="clr-hue-marker"></div></div><div class="clr-alpha"><input id="clr-alpha-slider" name="clr-alpha-slider" type="range" min="0" max="100" step="1" aria-label="'+C.a11y.alphaSlider+'"><div id="clr-alpha-marker"></div><span></span></div><div id="clr-format" class="clr-format"><fieldset class="clr-segmented"><legend>'+C.a11y.format+'</legend><input id="clr-f1" type="radio" name="clr-format" value="hex"><label for="clr-f1">Hex</label><input id="clr-f2" type="radio" name="clr-format" value="rgb"><label for="clr-f2">RGB</label><input id="clr-f3" type="radio" name="clr-format" value="hsl"><label for="clr-f3">HSL</label><span></span></fieldset></div><div id="clr-swatches" class="clr-swatches"></div><button type="button" id="clr-clear" class="clr-clear" aria-label="'+C.a11y.clear+'">'+C.clearLabel+'</button><div id="clr-color-preview" class="clr-preview"><button type="button" id="clr-close" class="clr-close" aria-label="'+C.a11y.close+'">'+C.closeLabel+'</button></div><span id="clr-open-label" hidden>'+C.a11y.open+'</span><span id="clr-swatch-label" hidden>'+C.a11y.swatch+"</span>",p.body.appendChild(f),h=V("clr-color-area"),i=V("clr-color-marker"),v=V("clr-clear"),m=V("clr-close"),b=V("clr-color-preview"),y=V("clr-color-value"),g=V("clr-hue-slider"),l=V("clr-hue-marker"),w=V("clr-alpha-slider"),k=V("clr-alpha-marker"),D(C.el),R(C.el),Z(f,"mousedown",function(e){f.classList.remove("clr-keyboard-nav"),e.stopPropagation()}),Z(h,"mousedown",function(e){Z(p,"mousemove",K)}),Z(h,"contextmenu",function(e){e.preventDefault()}),Z(h,"touchstart",function(e){p.addEventListener("touchmove",K,{passive:!1})}),Z(i,"mousedown",function(e){Z(p,"mousemove",K)}),Z(i,"touchstart",function(e){p.addEventListener("touchmove",K,{passive:!1})}),Z(y,"change",function(e){var t=y.value;(L||C.inline)&&U(""===t?t:Y(t))}),Z(v,"click",function(e){U(""),F()}),Z(m,"click",function(e){U(),F()}),Z(V("clr-format"),"click",".clr-format input",function(e){E=e.target.value,z(),U()}),Z(f,"click",".clr-swatches button",function(e){Y(e.target.textContent),U(),C.swatchesOnly&&F()}),Z(p,"mouseup",function(e){p.removeEventListener("mousemove",K)}),Z(p,"touchend",function(e){p.removeEventListener("touchmove",K)}),Z(p,"mousedown",function(e){n=!1,f.classList.remove("clr-keyboard-nav"),F()}),Z(p,"keydown",function(e){var t,a=e.key,l=e.target,r=e.shiftKey;"Escape"===a?F(!0):["Tab","ArrowUp","ArrowDown","ArrowLeft","ArrowRight"].includes(a)&&(n=!0,f.classList.add("clr-keyboard-nav")),"Tab"===a&&l.matches(".clr-picker *")&&(a=(t=Q()).shift(),t=t.pop(),r&&l===a?(t.focus(),e.preventDefault()):r||l!==t||(a.focus(),e.preventDefault()))}),Z(p,"click",".clr-field button",function(e){B&&O(),e.target.nextElementSibling.dispatchEvent(new Event("click",{bubbles:!0}))}),Z(i,"keydown",function(e){var t={ArrowUp:[0,-1],ArrowDown:[0,1],ArrowLeft:[-1,0],ArrowRight:[1,0]};Object.keys(t).includes(e.key)&&(!function(e,t){$(+i.style.left.replace("px","")+e,+i.style.top.replace("px","")+t)}.apply(void 0,t[e.key]),e.preventDefault())}),Z(h,"click",K),Z(g,"input",e),Z(w,"input",J)})}(window,document,Math);
|
|
@@ -0,0 +1,60 @@
|
|
|
1
|
+
.filer-dropzone {
|
|
2
|
+
@apply text-14 p-10 !important;
|
|
3
|
+
@apply bg-light border border-dark-300 rounded transition-colors !important;
|
|
4
|
+
@apply flex items-center gap-4 relative;
|
|
5
|
+
&.dz-drag-hover {
|
|
6
|
+
@apply border-primary bg-primary-50 !important;
|
|
7
|
+
.input-file-upload-icon {
|
|
8
|
+
@apply bg-light text-primary;
|
|
9
|
+
}
|
|
10
|
+
.dz-message {
|
|
11
|
+
opacity: 1 !important;
|
|
12
|
+
}
|
|
13
|
+
}
|
|
14
|
+
&:not(.js-object-attached) {
|
|
15
|
+
border-style: dashed !important;
|
|
16
|
+
.js-related-edit {
|
|
17
|
+
@apply !hidden;
|
|
18
|
+
}
|
|
19
|
+
}
|
|
20
|
+
.dz-name {
|
|
21
|
+
word-break: break-all;
|
|
22
|
+
white-space: normal !important;
|
|
23
|
+
max-width: none !important;
|
|
24
|
+
@apply mb-8 block;
|
|
25
|
+
}
|
|
26
|
+
.dz-message {
|
|
27
|
+
@apply flex items-center;
|
|
28
|
+
@apply m-0 text-left !important;
|
|
29
|
+
}
|
|
30
|
+
.input-file-upload-icon {
|
|
31
|
+
@apply bg-dark-100;
|
|
32
|
+
@apply transition-colors;
|
|
33
|
+
}
|
|
34
|
+
.filerFile {
|
|
35
|
+
@apply flex items-center;
|
|
36
|
+
}
|
|
37
|
+
.thumbnail_img {
|
|
38
|
+
@apply w-64 h-64 border border-dark-300 rounded-xs mr-16;
|
|
39
|
+
}
|
|
40
|
+
.dz-thumbnail {
|
|
41
|
+
@apply w-64 h-64 border border-dark-300 mr-16 rounded-xs !important;
|
|
42
|
+
@apply bg-no-repeat bg-center !important;
|
|
43
|
+
background-size: 2.5rem !important;
|
|
44
|
+
img:not([src]) {
|
|
45
|
+
@apply !hidden;
|
|
46
|
+
}
|
|
47
|
+
}
|
|
48
|
+
.description_text {
|
|
49
|
+
&:not(:empty) {
|
|
50
|
+
@apply inline-flex mb-8;
|
|
51
|
+
}
|
|
52
|
+
}
|
|
53
|
+
.dz-progress {
|
|
54
|
+
@apply absolute left-0 bottom-0 right-0 w-full h-4 rounded-b overflow-hidden;
|
|
55
|
+
}
|
|
56
|
+
.dz-upload {
|
|
57
|
+
@apply block h-full bg-primary !important;
|
|
58
|
+
width: 0;
|
|
59
|
+
}
|
|
60
|
+
}
|
|
@@ -10,6 +10,7 @@
|
|
|
10
10
|
@import "_utilities.css";
|
|
11
11
|
|
|
12
12
|
@import "_choices.css";
|
|
13
|
+
@import "_filer.css";
|
|
13
14
|
|
|
14
15
|
.js-ready {
|
|
15
16
|
.sidebar,
|
|
@@ -18,5 +19,21 @@
|
|
|
18
19
|
}
|
|
19
20
|
}
|
|
20
21
|
|
|
22
|
+
.clr-field {
|
|
23
|
+
width: 100%;
|
|
21
24
|
|
|
25
|
+
> button {
|
|
26
|
+
z-index: 1 !important;
|
|
27
|
+
right: auto !important;
|
|
28
|
+
left: 4px !important;
|
|
29
|
+
top: 4px !important;
|
|
30
|
+
bottom: 4px !important;
|
|
31
|
+
height: auto !important;
|
|
32
|
+
transform: none !important;
|
|
33
|
+
@apply !rounded;
|
|
22
34
|
|
|
35
|
+
+ input {
|
|
36
|
+
@apply !pl-40;
|
|
37
|
+
}
|
|
38
|
+
}
|
|
39
|
+
}
|
|
@@ -42,7 +42,7 @@
|
|
|
42
42
|
</div>
|
|
43
43
|
<div class="modal-footer">
|
|
44
44
|
{% block modal_footer %}
|
|
45
|
-
<button form="sb-admin-modal-form" type="button" class="btn btn-destructive
|
|
45
|
+
<button form="sb-admin-modal-form" type="button" class="btn btn-destructive" data-bs-dismiss="modal">{% trans 'Close' %}</button>
|
|
46
46
|
<button form="sb-admin-modal-form" type="submit" class="btn btn-primary">{% trans 'Continue' %}</button>
|
|
47
47
|
{% endblock %}
|
|
48
48
|
</div>
|
|
@@ -0,0 +1,30 @@
|
|
|
1
|
+
{% load i18n sb_admin_tags %}
|
|
2
|
+
{% include 'sb_admin/widgets/includes/field_label.html' %}
|
|
3
|
+
<div class="w-full">{% include "sb_admin/widgets/input.html" %}</div>
|
|
4
|
+
{% include 'sb_admin/widgets/includes/help_text.html' %}
|
|
5
|
+
<script>
|
|
6
|
+
{# https://github.com/mdbassit/Coloris #}
|
|
7
|
+
Coloris({
|
|
8
|
+
el: '#{{ widget.attrs.id }}',
|
|
9
|
+
theme: 'pill',
|
|
10
|
+
margin: 2,
|
|
11
|
+
formatToggle: true,
|
|
12
|
+
clearButton: true,
|
|
13
|
+
closeButton: true,
|
|
14
|
+
clearLabel: "{% trans 'Clear' %}",
|
|
15
|
+
swatches: JSON.parse('{{ widget.form_field.widget.color_swatches|get_json|safe }}'),
|
|
16
|
+
closeLabel: "{% trans 'Close' %}",
|
|
17
|
+
a11y: {
|
|
18
|
+
open: "{% trans 'Open color picker' %}",
|
|
19
|
+
close: "{% trans 'Close color picker' %}",
|
|
20
|
+
clear: "{% trans 'Clear the selected color' %}",
|
|
21
|
+
marker: "{% trans 'Saturation: {s}. Brightness: {v}.' %}",
|
|
22
|
+
hueSlider: "{% trans 'Hue slider' %}",
|
|
23
|
+
alphaSlider: "{% trans 'Opacity slider' %}",
|
|
24
|
+
input: "{% trans 'Color value field' %}",
|
|
25
|
+
format: "{% trans 'Color format' %}",
|
|
26
|
+
swatch: "{% trans 'Color swatch' %}",
|
|
27
|
+
instruction: "{% trans 'Saturation and brightness selector. Use up, down, left and right arrow keys to select.' %}"
|
|
28
|
+
}
|
|
29
|
+
});
|
|
30
|
+
</script>
|
|
@@ -0,0 +1,84 @@
|
|
|
1
|
+
{% load i18n filer_admin_tags static %}
|
|
2
|
+
|
|
3
|
+
{% spaceless %}
|
|
4
|
+
<div class="clearfix"></div>
|
|
5
|
+
|
|
6
|
+
<div class="dz-preview dz-file-preview hidden js-filer-dropzone-template">
|
|
7
|
+
<span class="filerFile">
|
|
8
|
+
<div class="dz-thumbnail"><img class="quiet" data-dz-thumbnail></div>
|
|
9
|
+
<div>
|
|
10
|
+
<span data-dz-name class="dz-name"></span>
|
|
11
|
+
<span class="filerClearer filer-icon filer-icon-remove-selection" title="{% trans 'Clear' %}"
|
|
12
|
+
data-dz-remove data-no-icon-file="{% static 'filer/icons/file-unknown.svg' %}">
|
|
13
|
+
<button type="button" class="btn btn-tiny btn-destructive">{% trans 'Delete' %}</button>
|
|
14
|
+
</span>
|
|
15
|
+
</div>
|
|
16
|
+
<div class="dz-progress js-filer-dropzone-progress"><span class="dz-upload" data-dz-uploadprogress></span></div>
|
|
17
|
+
</span>
|
|
18
|
+
</div>
|
|
19
|
+
|
|
20
|
+
<div class="js-filer-dropzone filer-dropzone{% if object %} js-object-attached{% endif %}"
|
|
21
|
+
data-url="{% url 'admin:filer-ajax_upload' %}"
|
|
22
|
+
data-max-files="1"
|
|
23
|
+
{% if max_filesize %}}data-max-filesize="{{ max_filesize|safe }}"{% endif %}>
|
|
24
|
+
<div class="z-index-fix"></div>
|
|
25
|
+
<div class="dz-default dz-message js-filer-dropzone-message{% if object %} hidden{% endif %}">
|
|
26
|
+
<span class="w-64 h-64 flex items-center justify-center rounded-full mr-16 js-input-file-empty input-file-upload-icon">
|
|
27
|
+
<svg class="w-24 h-24">
|
|
28
|
+
<use xlink:href="#Upload"></use>
|
|
29
|
+
</svg>
|
|
30
|
+
</span>
|
|
31
|
+
<span>{% trans "drop your file here or" %}</span>
|
|
32
|
+
</div>
|
|
33
|
+
|
|
34
|
+
<span class="filerFile js-file-selector">
|
|
35
|
+
{% if object %}
|
|
36
|
+
{% if object.file.exists %}
|
|
37
|
+
<a href="{{ object.url }}" target="_blank">{% file_icon object size='64x64' %}</a>
|
|
38
|
+
{% else %}
|
|
39
|
+
{% file_icon object %}
|
|
40
|
+
{% endif %}
|
|
41
|
+
{% else %}
|
|
42
|
+
<img class="thumbnail_img hidden quiet" alt="{% trans 'no file selected' %}">
|
|
43
|
+
{% endif %}
|
|
44
|
+
|
|
45
|
+
<div>
|
|
46
|
+
{% if object %}
|
|
47
|
+
{% if object.file.exists %}
|
|
48
|
+
<span class="description_text">{{ object.label }}</span>
|
|
49
|
+
{% else %}
|
|
50
|
+
{% file_icon object %}
|
|
51
|
+
<span class="description_text">{% trans 'File is missing' %}</span>
|
|
52
|
+
{% endif %}
|
|
53
|
+
{% else %}
|
|
54
|
+
<span class="description_text"></span>
|
|
55
|
+
{% endif %}
|
|
56
|
+
|
|
57
|
+
<div class="flex items-center gap-4">
|
|
58
|
+
<a class="filerClearer {% if not object %}hidden{% endif %}" title="{% trans 'Clear' %}"
|
|
59
|
+
data-no-icon-file="{% static 'filer/icons/file-unknown.svg' %}">
|
|
60
|
+
<button type="button" class="btn btn-tiny btn-destructive">{% trans 'Delete' %}</button>
|
|
61
|
+
</a>
|
|
62
|
+
|
|
63
|
+
<a href="{{ lookup_url }}" class="js-related-lookup related-lookup {% if object %}related-lookup-change{% endif %} lookup" id="{{ id }}_lookup"
|
|
64
|
+
title="{% trans 'Lookup' %}">
|
|
65
|
+
<button type="button" class="btn btn-primary-light btn-tiny add-file-button">{% trans 'Choose File' %}</button>
|
|
66
|
+
</a>
|
|
67
|
+
</div>
|
|
68
|
+
</div>
|
|
69
|
+
|
|
70
|
+
|
|
71
|
+
<div class="hidden">{{ hidden_input }}</div>
|
|
72
|
+
<script type="text/javascript" id="{{id}}_javascript">
|
|
73
|
+
django.jQuery(document).ready(function(){
|
|
74
|
+
var plus = django.jQuery('#add_{{ id }}');
|
|
75
|
+
if (plus.length){
|
|
76
|
+
plus.remove();
|
|
77
|
+
}
|
|
78
|
+
// Delete this javascript once loaded to avoid the "add new" link duplicates it
|
|
79
|
+
django.jQuery('#{{id}}_javascript').remove();
|
|
80
|
+
});
|
|
81
|
+
</script>
|
|
82
|
+
</span>
|
|
83
|
+
</div>
|
|
84
|
+
{% endspaceless %}
|
|
@@ -3,9 +3,9 @@ django_smartbase_admin/actions/__init__.py,sha256=47DEQpj8HBSa-_TImW-5JCeuQeRkm5
|
|
|
3
3
|
django_smartbase_admin/actions/admin_action_list.py,sha256=2DthQWmdzUh1Bh4d8xZjpFqhwzzaIBk_QJsSXKIrZgA,19297
|
|
4
4
|
django_smartbase_admin/actions/advanced_filters.py,sha256=Vm8b6TAwNehR8INjolFG7pEYL4ADO7XUiVOWpb0btM0,13481
|
|
5
5
|
django_smartbase_admin/admin/__init__.py,sha256=47DEQpj8HBSa-_TImW-5JCeuQeRkm5NMpJWZG3hSuFU,0
|
|
6
|
-
django_smartbase_admin/admin/admin_base.py,sha256=
|
|
6
|
+
django_smartbase_admin/admin/admin_base.py,sha256=ihhQbo6gn0QOyjZnj0oYJ6Du06MgHB9j9jdwUdhm6IY,40324
|
|
7
7
|
django_smartbase_admin/admin/site.py,sha256=VrJBhwgZsLa2GohvjnNL7m4dVR3S4Ou1V1UzfE1qOoQ,6577
|
|
8
|
-
django_smartbase_admin/admin/widgets.py,sha256=
|
|
8
|
+
django_smartbase_admin/admin/widgets.py,sha256=amFg72GlGqF1mqnt2mMPf61E0v9yyNPdWVSlnHX-ROc,19081
|
|
9
9
|
django_smartbase_admin/apps.py,sha256=C1wT1YUEZNKcUJfpD01nIZEFgYEsuav52WFKvEURRDU,545
|
|
10
10
|
django_smartbase_admin/compilemessages.py,sha256=-_FEFQlOvE4L8UzSuUxSxZQjgGlwL9IZtmg59fW_kIQ,342
|
|
11
11
|
django_smartbase_admin/engine/__init__.py,sha256=47DEQpj8HBSa-_TImW-5JCeuQeRkm5NMpJWZG3hSuFU,0
|
|
@@ -35,7 +35,7 @@ django_smartbase_admin/migrations/0003_auto_20230402_2328.py,sha256=-4fknf4126mz
|
|
|
35
35
|
django_smartbase_admin/migrations/0004_alter_sbadminlistviewconfiguration_action_and_more.py,sha256=j3cz6sz5ahxkIuHYlSU0opCt6iLolrnda6u9wRDbUsE,648
|
|
36
36
|
django_smartbase_admin/migrations/__init__.py,sha256=47DEQpj8HBSa-_TImW-5JCeuQeRkm5NMpJWZG3hSuFU,0
|
|
37
37
|
django_smartbase_admin/models.py,sha256=mvIe4-X8sapMfISZ1KitkEX8ljmVisVbTjxf_hgIjzs,743
|
|
38
|
-
django_smartbase_admin/monkeypatch/admin_readonly_field_monkeypatch.py,sha256=
|
|
38
|
+
django_smartbase_admin/monkeypatch/admin_readonly_field_monkeypatch.py,sha256=fxcDCcI4DTbdDm4RYGtKUwEsq714i2XUHuw6fa84OgI,4037
|
|
39
39
|
django_smartbase_admin/monkeypatch/fake_inline_monkeypatch.py,sha256=Wfrz_BmgF4XBKsqncaB3uyZaE13OOdPpQWsZe5_Idls,833
|
|
40
40
|
django_smartbase_admin/querysets.py,sha256=ST_6qxznqxJiv8Gk1bgYVMpK_gbU74ItKyvMmVmJX04,385
|
|
41
41
|
django_smartbase_admin/services/__init__.py,sha256=47DEQpj8HBSa-_TImW-5JCeuQeRkm5NMpJWZG3hSuFU,0
|
|
@@ -43,8 +43,9 @@ django_smartbase_admin/services/configuration.py,sha256=POMI0htBqFS9ptPXMtOhIlIK
|
|
|
43
43
|
django_smartbase_admin/services/data.py,sha256=o36B_H9RnBvaQz3Rs3NygY1hVTr6hc89M-RK1saRXzc,156
|
|
44
44
|
django_smartbase_admin/services/thread_local.py,sha256=C3x7hPsKRCddr05RGiN0f6fcSQ8qsrYRdx9oeMHRovU,293
|
|
45
45
|
django_smartbase_admin/services/translations.py,sha256=aiekREx8KQA9CQRmtkUcys4ICJERMrkxPnLysp0YXO8,5606
|
|
46
|
-
django_smartbase_admin/services/views.py,sha256=
|
|
46
|
+
django_smartbase_admin/services/views.py,sha256=8rRpJjxuguy3yZk9TMNcr0CUvadqk3ReiWVyS5O5VsY,9086
|
|
47
47
|
django_smartbase_admin/services/xlsx_export.py,sha256=fnIqahmZR6G5T5wSH-sXhhLSy1QD3A-OY6BAn1WLLOc,10723
|
|
48
|
+
django_smartbase_admin/settings.py,sha256=djo7-rm4QRGRubS6MsToEHIVBEy0sR3_E050ds0x5QQ,148
|
|
48
49
|
django_smartbase_admin/static/sb_admin/build/postcss.config.js,sha256=JlIB66vejH4YA3sPp7hDjimQXAGz5WlVhFDwjBDNTEo,610
|
|
49
50
|
django_smartbase_admin/static/sb_admin/build/tailwind.config.js,sha256=5q5CGlXyn5s3hB6k2OCTu4auVcY4_yop5TrM5g0pT80,2369
|
|
50
51
|
django_smartbase_admin/static/sb_admin/build/tailwind_config_partials/colors.js,sha256=nU7d3yxbJ9G3zwdwj5ahggAMZdQSGyagr0gIZqvh8yA,1015
|
|
@@ -57,13 +58,14 @@ django_smartbase_admin/static/sb_admin/build/webpack.dev.js,sha256=Jx3UZBVQX9RfS
|
|
|
57
58
|
django_smartbase_admin/static/sb_admin/build/webpack.prod.js,sha256=gahaQiPAxQJEUB_NMQda8R2rPXRwtMqo6lRgojIzZgs,294
|
|
58
59
|
django_smartbase_admin/static/sb_admin/css/codemirror/codemirror.min.css,sha256=EQdxEqtpVdKf5BCFxiNlx9Si8ApXDHR14q7CqMvIX8Q,6037
|
|
59
60
|
django_smartbase_admin/static/sb_admin/css/codemirror/dracula.min.css,sha256=uo0AmtydVJOOqIJSwJmit3PtOk9VFa6cL5N6ikyzmd8,1646
|
|
61
|
+
django_smartbase_admin/static/sb_admin/css/coloris/coloris.min.css,sha256=teADOBNAUAYg3wegm5gqu_4ahI-cp-_E87PZH4m52D0,8506
|
|
60
62
|
django_smartbase_admin/static/sb_admin/css/querybuilder/query-builder.default.min.css,sha256=NpM2HsztsnXTnoq_6D2H2qENmS-xEbXVvInpg87fmGo,3335
|
|
61
63
|
django_smartbase_admin/static/sb_admin/dist/chart.js,sha256=VBkm3VGe9tY8vhV1L4xaL6NtUPgymPgyL5doHHoQdCI,204676
|
|
62
64
|
django_smartbase_admin/static/sb_admin/dist/chart.js.LICENSE.txt,sha256=m7M__mzLlrKDz-hky_AC848p_HzYWhziwCLIpXMsj4I,257
|
|
63
65
|
django_smartbase_admin/static/sb_admin/dist/confirmation_modal.js,sha256=glK-x4oxSAHqiabqXmNFE3FRtzMbpg7TgZiKcPle9_o,1745
|
|
64
66
|
django_smartbase_admin/static/sb_admin/dist/main.js,sha256=KE89F9ooogNznFS2CmMQmYRgcI_wCHLV3mROX2AuCXo,376482
|
|
65
67
|
django_smartbase_admin/static/sb_admin/dist/main.js.LICENSE.txt,sha256=Z8-1IrzhOFV3eE_WGR7SRfbzN9GRXsvfiU7_E_BkX-k,5600
|
|
66
|
-
django_smartbase_admin/static/sb_admin/dist/main_style.css,sha256=
|
|
68
|
+
django_smartbase_admin/static/sb_admin/dist/main_style.css,sha256=wlrj8qcrcaJ6DTcKgnKjXN9VPN16EkKTYpKnm2HJX5g,152857
|
|
67
69
|
django_smartbase_admin/static/sb_admin/dist/main_style.js,sha256=47DEQpj8HBSa-_TImW-5JCeuQeRkm5NMpJWZG3hSuFU,0
|
|
68
70
|
django_smartbase_admin/static/sb_admin/dist/table.js,sha256=tLvFP9zEvoSANuQW9P_nZ9M_1ozsjbSViSyb1k7Nbx8,589624
|
|
69
71
|
django_smartbase_admin/static/sb_admin/dist/table.js.LICENSE.txt,sha256=WOKSfEow5EUe0a78P0kcxdWcrQlqn2n6H8idNZqHVDk,462
|
|
@@ -310,6 +312,7 @@ django_smartbase_admin/static/sb_admin/images/sk.svg,sha256=UIfFDOzuZabIYomxvNJW
|
|
|
310
312
|
django_smartbase_admin/static/sb_admin/js/codemirror/codemirror.min.js,sha256=8QK7YfsqxFw6YRhH7dmUj6rQqyKoOi36mXS-UDEHmxU,170535
|
|
311
313
|
django_smartbase_admin/static/sb_admin/js/codemirror/django.min.js,sha256=fAvu2GeiXtYsjrBhPwkw8e2ii5k5rAPWQleXsKx5QXI,4819
|
|
312
314
|
django_smartbase_admin/static/sb_admin/js/codemirror/overlay.min.js,sha256=LS_G8hnF7FNv5r_jj6JBqKupBFz3m241mckGmVZESHs,1323
|
|
315
|
+
django_smartbase_admin/static/sb_admin/js/coloris/coloris.min.js,sha256=HfBOHl17aUrcYOK882Ygbc7QggCrxtJLCbJSNXQiHgE,14255
|
|
313
316
|
django_smartbase_admin/static/sb_admin/js/htmx.min.js,sha256=kU4F4nQ2Ly4Wb8Woz2Jy4gQtm55QZHZ4xkxXnctfpEE,39433
|
|
314
317
|
django_smartbase_admin/static/sb_admin/js/jquery-3.7.1.min.js,sha256=PnUB0Vw2MOeRyLIDkuud7jGp9lzj793nbO9ccQFBqyQ,87532
|
|
315
318
|
django_smartbase_admin/static/sb_admin/js/jquery.min.js,sha256=j3ZO-7LNswPjAZMl2BEiXq0n1lb4tAOQ3kJ9sUFdxWo,87461
|
|
@@ -476,6 +479,7 @@ django_smartbase_admin/static/sb_admin/src/css/_choices.css,sha256=HgS0F_NQw_FS9
|
|
|
476
479
|
django_smartbase_admin/static/sb_admin/src/css/_colors.css,sha256=jaEB18XoAeY_I6-FO5b7njsP7BQSUixzH7ClATQBvH0,2825
|
|
477
480
|
django_smartbase_admin/static/sb_admin/src/css/_components.css,sha256=yqkCga3LcUHZuf--bgNa-ANfuSrz1INbyaKHt96SRxM,11246
|
|
478
481
|
django_smartbase_admin/static/sb_admin/src/css/_datepicker.css,sha256=5Ja6uuXLr60oHNp6PDQPec2pznqG9syzYVPSKgCAC2s,14025
|
|
482
|
+
django_smartbase_admin/static/sb_admin/src/css/_filer.css,sha256=9VaLI4A4HuxNqyJv3q9o61Ils2hf7JymgjSp_C-fTnY,1629
|
|
479
483
|
django_smartbase_admin/static/sb_admin/src/css/_inlines.css,sha256=m4SDqwyAcDXI7VziEzqc-v5d4F_XGCCeRgKIq85s74I,3928
|
|
480
484
|
django_smartbase_admin/static/sb_admin/src/css/_nouislider.css,sha256=y3wmnyoPFkIKiwn9tzRTWGlIFhopgt4OulOf7__e-3k,5587
|
|
481
485
|
django_smartbase_admin/static/sb_admin/src/css/_tabulator.css,sha256=zwUoDtTS6XScAfKhFGgcH5DsVHhTa7hU87dxh2tIeDo,18374
|
|
@@ -489,7 +493,7 @@ django_smartbase_admin/static/sb_admin/src/css/components/_nav-tabs.css,sha256=8
|
|
|
489
493
|
django_smartbase_admin/static/sb_admin/src/css/components/_query-builder.css,sha256=OMxvVjxKFEgWvP4_If7iQSaOox88a5BiOzEzNMkryK0,12401
|
|
490
494
|
django_smartbase_admin/static/sb_admin/src/css/components/_toggle.css,sha256=PSLlVIT779DTxUl9UVK1NNoFLj8hTWqicPIDe2E5EsQ,2580
|
|
491
495
|
django_smartbase_admin/static/sb_admin/src/css/components/_tooltip.css,sha256=5JzpOPLRQBi3xLjKXqCJKyR_neRLYVQP4emhflNT68A,2485
|
|
492
|
-
django_smartbase_admin/static/sb_admin/src/css/style.css,sha256=
|
|
496
|
+
django_smartbase_admin/static/sb_admin/src/css/style.css,sha256=M6Z77etzClsxi1NCYiFg0kJurIqkuvYeYIbc5rxx4gQ,739
|
|
493
497
|
django_smartbase_admin/static/sb_admin/src/js/autocomplete.js,sha256=Z5KQMmGaRxJ-okZprXd42iJL34lF0LR40HuWYSS3RoE,12524
|
|
494
498
|
django_smartbase_admin/static/sb_admin/src/js/chart.js,sha256=SSryj2X0H9u_7uhfDOeMlJmq-hePnT3P4djQauILqpQ,4762
|
|
495
499
|
django_smartbase_admin/static/sb_admin/src/js/choices.js,sha256=DzrJYV5vq_NywD6KxNIEGmemZENwvcJSNPEPkZKuu1E,4615
|
|
@@ -604,7 +608,7 @@ django_smartbase_admin/templates/sb_admin/partials/messages/alert_info.html,sha2
|
|
|
604
608
|
django_smartbase_admin/templates/sb_admin/partials/messages/alert_success.html,sha256=nzLbL72AZAuo-NB6AXfRfBydsfiOyPyskqTViKDHZd4,323
|
|
605
609
|
django_smartbase_admin/templates/sb_admin/partials/messages/alert_warning.html,sha256=K_mFqhyb54olS2_0IyU8ZRb7_WqA0BMxdRZYCsgHTbg,323
|
|
606
610
|
django_smartbase_admin/templates/sb_admin/partials/modal/modal.html,sha256=SaJkpGaEa_hSSmfL4yqrXfMOf3rvNsF6G2vOX6ngpJw,1508
|
|
607
|
-
django_smartbase_admin/templates/sb_admin/partials/modal/modal_content.html,sha256=
|
|
611
|
+
django_smartbase_admin/templates/sb_admin/partials/modal/modal_content.html,sha256=WiR_qqGvRwe-GHdfB7PWVQqM2RK3gxKynDtW1Ta4Kxg,3221
|
|
608
612
|
django_smartbase_admin/templates/sb_admin/sb_admin_base.html,sha256=wVwA5Gv9c_M6rRXIWglu9jFaEwC0NCprniYuaHO19qA,741
|
|
609
613
|
django_smartbase_admin/templates/sb_admin/sb_admin_base_no_sidebar.html,sha256=M7DHBcBp_Q63ltNT1N9OAsXW_j0SKU4Que4HgWUkHL4,3882
|
|
610
614
|
django_smartbase_admin/templates/sb_admin/sb_admin_js_trans.html,sha256=S0KRUAq5Kztd77oQJag_fzorqKKOVou2HmmK0KoZnqc,817
|
|
@@ -622,10 +626,12 @@ django_smartbase_admin/templates/sb_admin/widgets/checkbox_select.html,sha256=95
|
|
|
622
626
|
django_smartbase_admin/templates/sb_admin/widgets/ckeditor.html,sha256=-QoAaydUO0-QU6HmR8aQyMlsCA4IUmWboQ_DoKHYGBM,542
|
|
623
627
|
django_smartbase_admin/templates/sb_admin/widgets/clearable_file_input.html,sha256=6vpo1APmpLRG9vG4PP96ZcbcOOFeYUlXqbdjscBITt8,2435
|
|
624
628
|
django_smartbase_admin/templates/sb_admin/widgets/code.html,sha256=SQANQDS7cnjXcIVFKFQ-BpwDm0LVlfmu226TEZX3pvA,345
|
|
629
|
+
django_smartbase_admin/templates/sb_admin/widgets/color_field.html,sha256=dkFtiBbU6wrzVpcS8DxIK_G682zwNoqwVo19zTx4rwM,1300
|
|
625
630
|
django_smartbase_admin/templates/sb_admin/widgets/date.html,sha256=piw2218tiWPfOwncIvSGAW14Gc5FIzkL_YllirK4yTs,160
|
|
626
631
|
django_smartbase_admin/templates/sb_admin/widgets/datetime.html,sha256=NGn3jCAoRjAgIuhe6_jXQh8LkLqHs5HS_6u9uIdfDLI,44
|
|
627
632
|
django_smartbase_admin/templates/sb_admin/widgets/email.html,sha256=0SO-LyKETJmx8G53F81h8s-3F_CDaHEKFMt0cwnZNQs,43
|
|
628
633
|
django_smartbase_admin/templates/sb_admin/widgets/file.html,sha256=RBMxfR1PwTLAZ3ZbGJ58UAxtzhefbJWAvaOGZ-2mXls,44
|
|
634
|
+
django_smartbase_admin/templates/sb_admin/widgets/filer_file.html,sha256=VAVCdOIwqOhMUp4-0s25CJ0OjD14dRfC36lxA0M8LNQ,4004
|
|
629
635
|
django_smartbase_admin/templates/sb_admin/widgets/hidden.html,sha256=NGn3jCAoRjAgIuhe6_jXQh8LkLqHs5HS_6u9uIdfDLI,44
|
|
630
636
|
django_smartbase_admin/templates/sb_admin/widgets/html_read_only.html,sha256=GBg8quVgHSJqNxRzkm56YZ4isWLzd1Wlz4CRmukz8i0,18
|
|
631
637
|
django_smartbase_admin/templates/sb_admin/widgets/includes/field_label.html,sha256=1TdNDxKXM5wScPQxgvRy0ikVsmj0GTJi2YPM8UlrWTQ,148
|
|
@@ -648,7 +654,7 @@ django_smartbase_admin/templates/sb_admin/widgets/splithiddendatetime.html,sha25
|
|
|
648
654
|
django_smartbase_admin/templates/sb_admin/widgets/text.html,sha256=piw2218tiWPfOwncIvSGAW14Gc5FIzkL_YllirK4yTs,160
|
|
649
655
|
django_smartbase_admin/templates/sb_admin/widgets/textarea.html,sha256=JZ4Bf6l49dg2VVC5McXtQRehOHmZid1eknUKc2oIDGU,257
|
|
650
656
|
django_smartbase_admin/templates/sb_admin/widgets/time.html,sha256=piw2218tiWPfOwncIvSGAW14Gc5FIzkL_YllirK4yTs,160
|
|
651
|
-
django_smartbase_admin/templates/sb_admin/widgets/toggle.html,sha256=
|
|
657
|
+
django_smartbase_admin/templates/sb_admin/widgets/toggle.html,sha256=z7E1re0gy2Adkbsvp_iYgZ6_48TmZDz5A0s_D9Zsi2w,289
|
|
652
658
|
django_smartbase_admin/templates/sb_admin/widgets/url.html,sha256=piw2218tiWPfOwncIvSGAW14Gc5FIzkL_YllirK4yTs,160
|
|
653
659
|
django_smartbase_admin/templatetags/__init__.py,sha256=47DEQpj8HBSa-_TImW-5JCeuQeRkm5NMpJWZG3hSuFU,0
|
|
654
660
|
django_smartbase_admin/templatetags/base.py,sha256=XF1wUQxUjULXfdlV-PeHvITfbw65LTHjlDzRikJa_F4,1520
|
|
@@ -660,7 +666,7 @@ django_smartbase_admin/views/dashboard_view.py,sha256=vtz5emYTQ5WDFeLA8HrcmjSOVd
|
|
|
660
666
|
django_smartbase_admin/views/global_filter_view.py,sha256=eYo1moJGyi7jc2cPDA5ZBiEgA7Hmc-DxbQvbqUpDkg8,1127
|
|
661
667
|
django_smartbase_admin/views/media_view.py,sha256=5BLWXuzynF7nM34t-mf2BQSRN5ojY8HxpLIqt7Jiq9g,292
|
|
662
668
|
django_smartbase_admin/views/translations_view.py,sha256=A02q1t13akLKd2Pg_ej4tVi5qPUKYxB2LqsBbYXM0l8,20267
|
|
663
|
-
django_smartbase_admin-0.2.
|
|
664
|
-
django_smartbase_admin-0.2.
|
|
665
|
-
django_smartbase_admin-0.2.
|
|
666
|
-
django_smartbase_admin-0.2.
|
|
669
|
+
django_smartbase_admin-0.2.79.dist-info/LICENSE.md,sha256=okRGMBOYvyhprt2eTpX_QXqpzC0MODF-U7zX-4fKPjQ,1078
|
|
670
|
+
django_smartbase_admin-0.2.79.dist-info/METADATA,sha256=t7pYYopFSbIEPgbDlM1dQLPb2hMLQVQP-k_LsrjAhG0,996
|
|
671
|
+
django_smartbase_admin-0.2.79.dist-info/WHEEL,sha256=Nq82e9rUAnEjt98J6MlVmMCZb-t9cYE2Ir1kpBmnWfs,88
|
|
672
|
+
django_smartbase_admin-0.2.79.dist-info/RECORD,,
|
{django_smartbase_admin-0.2.77.dist-info → django_smartbase_admin-0.2.79.dist-info}/LICENSE.md
RENAMED
|
File without changes
|
|
File without changes
|