@pure-ds/core 0.3.18 → 0.3.19
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/custom-elements.json +6 -3
- package/dist/types/pds.d.ts +109 -408
- package/dist/types/public/assets/pds/components/pds-jsonform.d.ts.map +1 -1
- package/package.json +1 -1
- package/public/assets/pds/components/pds-jsonform.js +406 -297
- package/public/assets/pds/custom-elements.json +6 -3
- package/public/assets/pds/pds-css-complete.json +1 -1
|
@@ -1306,7 +1306,8 @@
|
|
|
1306
1306
|
},
|
|
1307
1307
|
{
|
|
1308
1308
|
"kind": "method",
|
|
1309
|
-
"name": "updateLayout"
|
|
1309
|
+
"name": "updateLayout",
|
|
1310
|
+
"description": "Updates the layout based on the current viewport width and breakpoint.\nToggles mobile mode and adjusts panel styles."
|
|
1310
1311
|
},
|
|
1311
1312
|
{
|
|
1312
1313
|
"kind": "method",
|
|
@@ -1332,11 +1333,13 @@
|
|
|
1332
1333
|
},
|
|
1333
1334
|
{
|
|
1334
1335
|
"kind": "method",
|
|
1335
|
-
"name": "toggleMobileView"
|
|
1336
|
+
"name": "toggleMobileView",
|
|
1337
|
+
"description": "Toggles the visibility of the primary panel in mobile view."
|
|
1336
1338
|
},
|
|
1337
1339
|
{
|
|
1338
1340
|
"kind": "method",
|
|
1339
|
-
"name": "closeMobileView"
|
|
1341
|
+
"name": "closeMobileView",
|
|
1342
|
+
"description": "Closes the primary panel in mobile view."
|
|
1340
1343
|
},
|
|
1341
1344
|
{
|
|
1342
1345
|
"kind": "method",
|
|
@@ -1853,7 +1853,7 @@
|
|
|
1853
1853
|
"dataAttributes": [],
|
|
1854
1854
|
"metadata": {
|
|
1855
1855
|
"generator": "PDS CSS Data Generator",
|
|
1856
|
-
"generatedAt": "2025-12-
|
|
1856
|
+
"generatedAt": "2025-12-19T08:07:14.665Z",
|
|
1857
1857
|
"totalProperties": 165,
|
|
1858
1858
|
"totalClasses": 91,
|
|
1859
1859
|
"totalAttributes": 0
|