2022-03-08 14:30:49 +01:00
( self . webpackChunkmaterio _com = self . webpackChunkmaterio _com || [ ] ) . push ( [ [ 282 ] , { 8964 : e => { var t = { kind : "Document" , definitions : [ { kind : "FragmentDefinition" , name : { kind : "Name" , value : "ThematiqueFields" } , typeCondition : { kind : "NamedType" , name : { kind : "Name" , value : "Thematique" } } , directives : [ ] , selectionSet : { kind : "SelectionSet" , selections : [ { kind : "Field" , name : { kind : "Name" , value : "id" } , arguments : [ ] , directives : [ ] } , { kind : "Field" , name : { kind : "Name" , value : "title" } , arguments : [ ] , directives : [ ] } , { kind : "Field" , name : { kind : "Name" , value : "body" } , arguments : [ ] , directives : [ ] } , { kind : "Field" , name : { kind : "Name" , value : "tags" } , arguments : [ ] , directives : [ ] , selectionSet : { kind : "SelectionSet" , selections : [ { kind : "Field" , name : { kind : "Name" , value : "id" } , arguments : [ ] , directives : [ ] } , { kind : "Field" , name : { kind : "Name" , value : "name" } , arguments : [ ] , directives : [ ] } ] } } , { kind : "Field" , name : { kind : "Name" , value : "linked_materials" } , arguments : [ ] , directives : [ ] , selectionSet : { kind : "SelectionSet" , selections : [ { kind : "Field" , name : { kind : "Name" , value : "id" } , arguments : [ ] , directives : [ ] } , { kind : "Field" , name : { kind : "Name" , value : "title" } , arguments : [ ] , directives : [ ] } , { kind : "Field" , name : { kind : "Name" , value : "short_description" } , arguments : [ ] , directives : [ ] } , { kind : "Field" , name : { kind : "Name" , value : "path" } , arguments : [ ] , directives : [ ] } , { kind : "Field" , name : { kind : "Name" , value : "images" } , arguments : [ ] , directives : [ ] , selectionSet : { kind : "SelectionSet" , selections : [ { kind : "Field" , name : { kind : "Name" , value : "url" } , arguments : [ ] , directives : [ ] } , { kind : "Field" , name : { kind : "Name" , value : "style_cardmedium_url" } , arguments : [ ] , directives : [ ] } , { kind : "Field" , name : { kind : "Name" , value : "style_hd_url" } , arguments : [ ] , directives : [ ] } ] } } , { kind : "Field" , name : { kind : "Name" , value : "samples" } , arguments : [ ] , directives : [ ] , selectionSet : { kind : "SelectionSet" , selections : [ { kind : "Field" , name : { kind : "Name" , value : "showroom" } , arguments : [ ] , directives : [ ] , selectionSet : { kind : "SelectionSet" , selections : [ { kind : "Field" , name : { kind : "Name" , value : "name" } , arguments : [ ] , directives : [ ] } , { kind : "Field" , name : { kind : "Name" , value : "id" } , arguments : [ ] , directives : [ ] } ] } } , { kind : "Field" , name : { kind : "Name" , value : "location" } , arguments : [ ] , directives : [ ] } ] } } ] } } , { kind : "Field" , name : { kind : "Name" , value : "images" } , arguments : [ ] , directives : [ ] , selectionSet : { kind : "SelectionSet" , selections : [ { kind : "Field" , name : { kind : "Name" , value : "id" } , arguments : [ ] , directives : [ ] } , { kind : "Field" , name : { kind : "Name" , value : "url" } , arguments : [ ] , directives : [ ] } , { kind : "Field" , name : { kind : "Name" , value : "alt" } , arguments : [ ] , directives : [ ] } , { kind : "Field" , name : { kind : "Name" , value : "style_cardfull_url" } , arguments : [ ] , directives : [ ] } ] } } ] } } ] , loc : { start : 0 , end : 383 } } ; t . loc . source = { body : "fragment ThematiqueFields on Thematique {\n id\n title\n body\n tags {\n id\n name\n }\n linked_materials {\n id\n title\n short_description\n path\n images {\n url\n style_cardmedium_url\n style_hd_url\n }\n \tsamples{\n showroom{\n name\n id\n }\n location\n }\n }\n images {\n id\n url\n alt\n style_cardfull_url\n }\n}\n" , name : "GraphQL request" , locationOffset : { line : 1 , column : 1 } } ; e . exports = t } , 3775 : ( e , t , i ) => { "use strict" ; i . d ( t , { Z : ( ) => g } ) ; var a = function ( ) { var e = this , t = e . $createElement , i = e . _self . _c || t ; return i ( "article" , { staticClass : "card search-card" } , [ i ( "header" , { on : { click : function ( t ) { return t . preventDefault ( ) , e . openModalCard ( t ) } } } , [ e . hasDBAccess ? i ( "h1" , [ e . _v ( e . _s ( e . item . title ) ) ] ) : e . _e ( ) , e . _v ( " " ) , i ( "h4" , [ e . _v ( e . _s ( e . item . short _description ) ) ] ) , e . _v ( " " ) , e . hasDBAccess ? i ( "span" , { staticClass : "ref" } , [ e . _v ( e . _s ( e . item . reference ) ) ] ) : e . _e ( ) ] ) , e . _v ( " " ) , e . hasDBAccess ? i ( "nav" , { staticClass : "tools" } , [ i ( "section" , { staticClass : "tool flags" } , [ i ( "span" , { staticClass : "btn mdi mdi-folder-outline" } ) , e . _v ( " " ) , i ( "div" , { staticClass : "tool-content" } , [ i ( "ul" , [ e . _l ( e . flagcolls , ( function ( t ) { return e . flagcolls ? i ( "li" , { key : t . id } , [ i ( "span" , { staticClass : "flag mdi" , class : [ e . flagIsLoading ( t . id ) ? "mdi-loading mdi-spin" : e . flagIsActive ( t . id ) ? "mdi-close-circle isActive" : "mdi-plus" ] , attrs : { collid : t . id } , on : { click : function ( t ) { return t . preventDefault ( ) , e . onFlagActionCard ( t ) } } } , [ e . _v ( "\n " + e . _s ( t . name ) + "\n " ) ] ) ] ) : e . _e ( ) } ) ) ,