plxdcma_rendericon_gimtitl 1.0.1
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/Captura de pantalla 2026-01-11 a la(s) 12.26.44/342/200/257p./302/240m..png +0 -0
- package/css.css +40 -0
- package/init.js +36 -0
- package/js.js +46 -0
- package/package.json +10 -0
- package/yarn-error.log +41 -0
|
Binary file
|
package/css.css
ADDED
|
@@ -0,0 +1,40 @@
|
|
|
1
|
+
.archive-grid {
|
|
2
|
+
display: grid;
|
|
3
|
+
grid-template-columns: repeat(auto-fit, minmax(250px, 1fr));
|
|
4
|
+
gap: 2rem;
|
|
5
|
+
margin-top: 2rem;
|
|
6
|
+
}
|
|
7
|
+
|
|
8
|
+
|
|
9
|
+
.archive-month {
|
|
10
|
+
background: var(--white);
|
|
11
|
+
padding: 1.5rem;
|
|
12
|
+
border-radius: 8px;
|
|
13
|
+
box-shadow: 0 2px 8px rgba(0, 0, 0, 0.1);
|
|
14
|
+
}
|
|
15
|
+
|
|
16
|
+
.archive-month h4 {
|
|
17
|
+
font-size: 1.125rem;
|
|
18
|
+
font-weight: 600;
|
|
19
|
+
color: var(--text-dark);
|
|
20
|
+
margin-bottom: 1rem;
|
|
21
|
+
}
|
|
22
|
+
|
|
23
|
+
.archive-month ul {
|
|
24
|
+
list-style: none;
|
|
25
|
+
}
|
|
26
|
+
|
|
27
|
+
.archive-month li {
|
|
28
|
+
margin-bottom: 0.5rem;
|
|
29
|
+
}
|
|
30
|
+
|
|
31
|
+
.archive-month a {
|
|
32
|
+
color: var(--text-light);
|
|
33
|
+
text-decoration: none;
|
|
34
|
+
font-size: 0.875rem;
|
|
35
|
+
transition: color 0.3s ease;
|
|
36
|
+
}
|
|
37
|
+
|
|
38
|
+
.archive-month a:hover {
|
|
39
|
+
color: var(--primary-color);
|
|
40
|
+
}
|
package/init.js
ADDED
|
@@ -0,0 +1,36 @@
|
|
|
1
|
+
var plxdcma_standarinit=require(`plxdcma_standarinit`)
|
|
2
|
+
var fs=require(`fs`)
|
|
3
|
+
var path=require(`path`)
|
|
4
|
+
var myux=require(`plxdcma_myux`)
|
|
5
|
+
var plxdcma_iconrendererprotocol=require(`plxdcma_iconrendererprotocol`)
|
|
6
|
+
module.exports.use=function(req){
|
|
7
|
+
if(req.__myAppInternals.griimgtit == null){
|
|
8
|
+
myux.use(req)
|
|
9
|
+
plxdcma_iconrendererprotocol.use(req)
|
|
10
|
+
req.__myAppInternals.griimgtit=true
|
|
11
|
+
if(req.__myAppInternals.paths == null){
|
|
12
|
+
req.__myAppInternals.paths=[]
|
|
13
|
+
}
|
|
14
|
+
req.__myAppInternals.paths.push(`<script src="/myux/icons/griimgtit.js"></script>`)
|
|
15
|
+
req.__myAppInternals.paths.push(`<link rel="stylesheet" href="/myux/icons/griimgtit.css">`)
|
|
16
|
+
if(req.__myAppInternals.modals == null){
|
|
17
|
+
req.__myAppInternals.modals=[]
|
|
18
|
+
}
|
|
19
|
+
console.log(`IWENCIEWCNOEIWN`)
|
|
20
|
+
}
|
|
21
|
+
}
|
|
22
|
+
plxdcma_standarinit.use(function(app){
|
|
23
|
+
console.log(`INEIOWNCIWOENCO 99999999`)
|
|
24
|
+
app.get(`/myux/icons/griimgtit.js`,function(req,res){
|
|
25
|
+
fs.readFile(path.join(__dirname,"js.js"),"utf8",function(err,html){
|
|
26
|
+
res.write(html)
|
|
27
|
+
res.end()
|
|
28
|
+
})
|
|
29
|
+
})
|
|
30
|
+
app.get(`/myux/icons/griimgtit.css`,function(req,res){
|
|
31
|
+
fs.readFile(path.join(__dirname,"css.css"),"utf8",function(err,html){
|
|
32
|
+
res.write(html)
|
|
33
|
+
res.end()
|
|
34
|
+
})
|
|
35
|
+
})
|
|
36
|
+
})
|
package/js.js
ADDED
|
@@ -0,0 +1,46 @@
|
|
|
1
|
+
|
|
2
|
+
alert("x")
|
|
3
|
+
function gridImageTituloAssignData(strct,target){
|
|
4
|
+
console.log(`videoCardAssignData`)
|
|
5
|
+
console.log(target)
|
|
6
|
+
console.log(`resourceselected`)
|
|
7
|
+
console.log(resourceselected)
|
|
8
|
+
var resourceselected=strct.data
|
|
9
|
+
var tags=strct.tags
|
|
10
|
+
target.style.padding=0
|
|
11
|
+
var ifrm=target.getElementsByClassName(`daiframe`)
|
|
12
|
+
if(ifrm != null && ifrm.length > 0 ){
|
|
13
|
+
console.log(`da url selected ${resourceselected.url}`)
|
|
14
|
+
ifrm[0].src=resourceselected.httplink ?? resourceselected.url
|
|
15
|
+
}
|
|
16
|
+
var daed2=target.getElementsByClassName(`daed2`)
|
|
17
|
+
daed2[0].style.opacity=1
|
|
18
|
+
target.tags=tags
|
|
19
|
+
|
|
20
|
+
}
|
|
21
|
+
function gridImageTitulo(data,isediting,section){
|
|
22
|
+
console.log(`videocardicon-videocardicon-videocardicon`)
|
|
23
|
+
console.log(data)
|
|
24
|
+
if(isediting){
|
|
25
|
+
if(data == null){
|
|
26
|
+
return `
|
|
27
|
+
<div class="swiper-slide">
|
|
28
|
+
<div class="card-equipo">
|
|
29
|
+
<br/><br/><br/>
|
|
30
|
+
<h1 style="text-align:center"><i class='fa fa-plus'></i></h1>
|
|
31
|
+
</div>
|
|
32
|
+
</div>
|
|
33
|
+
`
|
|
34
|
+
}
|
|
35
|
+
}
|
|
36
|
+
return `<div class="swiper-slide">
|
|
37
|
+
<div class="card-equipo">
|
|
38
|
+
<div class="img-wrapper">
|
|
39
|
+
<img src="/images/user3.jpeg" alt="Miembro del Equipo 8">
|
|
40
|
+
</div>
|
|
41
|
+
<h3>Miembro 8</h3>
|
|
42
|
+
<!-- <p class="cargo">Nutrición y Salud</p>
|
|
43
|
+
<p class="descripcion">Responsable de optimizar la dieta y los hábitos saludables de los atletas para maximizar su energía y recuperación.</p> -->
|
|
44
|
+
</div>
|
|
45
|
+
</div>`
|
|
46
|
+
}
|
package/package.json
ADDED
package/yarn-error.log
ADDED
|
@@ -0,0 +1,41 @@
|
|
|
1
|
+
Arguments:
|
|
2
|
+
/usr/local/bin/node /usr/local/bin/yarn add plxdcma_myux
|
|
3
|
+
|
|
4
|
+
PATH:
|
|
5
|
+
/usr/local/bin:/System/Cryptexes/App/usr/bin:/usr/bin:/bin:/usr/sbin:/sbin:/var/run/com.apple.security.cryptexd/codex.system/bootstrap/usr/local/bin:/var/run/com.apple.security.cryptexd/codex.system/bootstrap/usr/bin:/var/run/com.apple.security.cryptexd/codex.system/bootstrap/usr/appleinternal/bin:/Library/Apple/usr/bin
|
|
6
|
+
|
|
7
|
+
Yarn version:
|
|
8
|
+
1.22.19
|
|
9
|
+
|
|
10
|
+
Node version:
|
|
11
|
+
18.17.0
|
|
12
|
+
|
|
13
|
+
Platform:
|
|
14
|
+
darwin arm64
|
|
15
|
+
|
|
16
|
+
Trace:
|
|
17
|
+
Error: plxdcma_standarinit/plxdcma_myux: Invalid URI "plxdcma_standarinit/plxdcma_myux"
|
|
18
|
+
at module.exports.Request.init (/usr/local/lib/node_modules/yarn/lib/cli.js:140978:31)
|
|
19
|
+
at new Request (/usr/local/lib/node_modules/yarn/lib/cli.js:140832:8)
|
|
20
|
+
at request (/usr/local/lib/node_modules/yarn/lib/cli.js:137738:10)
|
|
21
|
+
at RequestManager.execute (/usr/local/lib/node_modules/yarn/lib/cli.js:66197:15)
|
|
22
|
+
at RequestManager.shiftQueue (/usr/local/lib/node_modules/yarn/lib/cli.js:66235:10)
|
|
23
|
+
at /usr/local/lib/node_modules/yarn/lib/cli.js:65905:13
|
|
24
|
+
at new Promise (<anonymous>)
|
|
25
|
+
at new F (/usr/local/lib/node_modules/yarn/lib/cli.js:5305:28)
|
|
26
|
+
at RequestManager.request (/usr/local/lib/node_modules/yarn/lib/cli.js:65903:19)
|
|
27
|
+
at NpmRegistry.<anonymous> (/usr/local/lib/node_modules/yarn/lib/cli.js:31751:42)
|
|
28
|
+
|
|
29
|
+
npm manifest:
|
|
30
|
+
{
|
|
31
|
+
"name": "plxdcma_rendericon_gridimagetitulo",
|
|
32
|
+
"version": "1.0.0",
|
|
33
|
+
"main": "init.js",
|
|
34
|
+
"license": "MIT"
|
|
35
|
+
}
|
|
36
|
+
|
|
37
|
+
yarn manifest:
|
|
38
|
+
No manifest
|
|
39
|
+
|
|
40
|
+
Lockfile:
|
|
41
|
+
No lockfile
|