plxdcma_rendericon_noticia 1.0.1 → 1.0.3
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/js.js +3 -3
- package/package.json +1 -1
- package/yarn-error.log +41 -0
package/js.js
CHANGED
|
@@ -31,6 +31,7 @@ function noticiaCardAssignData(strct,target){
|
|
|
31
31
|
|
|
32
32
|
}
|
|
33
33
|
var nc=0
|
|
34
|
+
var noticiacioanccarddatas={}
|
|
34
35
|
function noticiaiconcard(data,isediting,section){
|
|
35
36
|
|
|
36
37
|
if(isediting == true && data == null){
|
|
@@ -45,8 +46,6 @@ function noticiaiconcard(data,isediting,section){
|
|
|
45
46
|
var htmlid=`noticia_${nc}`
|
|
46
47
|
nc=nc+1
|
|
47
48
|
|
|
48
|
-
console.log(`noticiaiconcard data`)
|
|
49
|
-
console.log(data)
|
|
50
49
|
|
|
51
50
|
var daurl="/images/2.jpg?height=200&width=350&text=Análisis+Temporada+2025"
|
|
52
51
|
var titulo=""
|
|
@@ -64,7 +63,8 @@ function noticiaiconcard(data,isediting,section){
|
|
|
64
63
|
if(isediting == false){
|
|
65
64
|
deletebtn=``
|
|
66
65
|
}
|
|
67
|
-
|
|
66
|
+
var dataid=data
|
|
67
|
+
noticiacioanccarddatas[htmlid]=data
|
|
68
68
|
var tb=`<article id = "${htmlid}" onclick='didTapedNoticiaItem(${section},"${htmlid}")' class="news-card" data-category="analysis">
|
|
69
69
|
<div class="news-image">
|
|
70
70
|
<img cxtza='image' class='daimage' src="${daurl}" alt="Análisis Temporada 2025">
|
package/package.json
CHANGED
package/yarn-error.log
ADDED
|
@@ -0,0 +1,41 @@
|
|
|
1
|
+
Arguments:
|
|
2
|
+
/usr/local/bin/node /usr/local/bin/yarn publish
|
|
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: canceled
|
|
18
|
+
at Interface.<anonymous> (/usr/local/lib/node_modules/yarn/lib/cli.js:137150:13)
|
|
19
|
+
at Interface.emit (node:events:514:28)
|
|
20
|
+
at [_ttyWrite] [as _ttyWrite] (node:internal/readline/interface:1131:18)
|
|
21
|
+
at ReadStream.onkeypress (node:internal/readline/interface:270:20)
|
|
22
|
+
at ReadStream.emit (node:events:514:28)
|
|
23
|
+
at emitKeys (node:internal/readline/utils:357:14)
|
|
24
|
+
at emitKeys.next (<anonymous>)
|
|
25
|
+
at ReadStream.onData (node:internal/readline/emitKeypressEvents:64:36)
|
|
26
|
+
at ReadStream.emit (node:events:514:28)
|
|
27
|
+
at addChunk (node:internal/streams/readable:324:12)
|
|
28
|
+
|
|
29
|
+
npm manifest:
|
|
30
|
+
{
|
|
31
|
+
"name": "plxdcma_rendericon_noticia",
|
|
32
|
+
"version": "1.0.3",
|
|
33
|
+
"main": "init.js",
|
|
34
|
+
"license": "MIT"
|
|
35
|
+
}
|
|
36
|
+
|
|
37
|
+
yarn manifest:
|
|
38
|
+
No manifest
|
|
39
|
+
|
|
40
|
+
Lockfile:
|
|
41
|
+
No lockfile
|