@pure-ds/core 0.5.56 → 0.5.58

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.
@@ -605,11 +605,11 @@
605
605
  {
606
606
  "kind": "field",
607
607
  "name": "startAngle",
608
- "description": "Starting angle in degrees (0=right, 90=down, 180=left, 270=up). Auto-detected based on FAB corner position if not specified: bottom-right=180°, bottom-left=315°, top-right=225°, top-left=45°",
608
+ "description": "Starting angle in degrees (0=right, 90=down, 180=left, 270=up)\r\nIf not specified, the angle is auto-detected based on the FAB's corner position:\r\n- Bottom-right: 180° (fly left/up)\r\n- Bottom-left: 315° (fly right/up)\r\n- Top-right: 225° (fly left/down)\r\n- Top-left: 45° (fly right/down)",
609
609
  "type": {
610
610
  "text": "number"
611
611
  },
612
- "default": "180",
612
+ "default": "180 (or auto-detected)",
613
613
  "attribute": "start-angle"
614
614
  },
615
615
  {
@@ -623,47 +623,47 @@
623
623
  ],
624
624
  "events": [
625
625
  {
626
- "description": "Fired when a satellite button is clicked",
627
626
  "name": "satellite-click",
628
627
  "type": {
629
628
  "text": "CustomEvent"
630
- }
629
+ },
630
+ "description": "Fired when a satellite button is clicked"
631
631
  }
632
632
  ],
633
633
  "attributes": [
634
634
  {
635
635
  "name": "open",
636
+ "description": "Controls whether the FAB is expanded",
636
637
  "type": {
637
638
  "text": "boolean"
638
639
  },
639
- "description": "Controls whether the FAB is expanded",
640
640
  "fieldName": "open"
641
641
  },
642
642
  {
643
643
  "name": "radius",
644
+ "description": "Distance in pixels from the main FAB to satellites",
644
645
  "type": {
645
646
  "text": "number"
646
647
  },
647
648
  "default": "100",
648
- "description": "Distance in pixels from the main FAB to satellites",
649
649
  "fieldName": "radius"
650
650
  },
651
651
  {
652
652
  "name": "spread",
653
+ "description": "Arc angle in degrees for satellite distribution",
653
654
  "type": {
654
655
  "text": "number"
655
656
  },
656
657
  "default": "90",
657
- "description": "Arc angle in degrees for satellite distribution",
658
658
  "fieldName": "spread"
659
659
  },
660
660
  {
661
661
  "name": "start-angle",
662
+ "description": "Starting angle in degrees (0=right, 90=down, 180=left, 270=up)\r\nIf not specified, the angle is auto-detected based on the FAB's corner position:\r\n- Bottom-right: 180° (fly left/up)\r\n- Bottom-left: 315° (fly right/up)\r\n- Top-right: 225° (fly left/down)\r\n- Top-left: 45° (fly right/down)",
662
663
  "type": {
663
664
  "text": "number"
664
665
  },
665
- "default": "180",
666
- "description": "Starting angle in degrees (0=right, 90=down, 180=left, 270=up). Auto-detected based on FAB corner position if not specified: bottom-right=180°, bottom-left=315°, top-right=225°, top-left=45°",
666
+ "default": "180 (or auto-detected)",
667
667
  "fieldName": "startAngle"
668
668
  }
669
669
  ],
@@ -675,6 +675,14 @@
675
675
  }
676
676
  ],
677
677
  "exports": [
678
+ {
679
+ "kind": "js",
680
+ "name": "PdsFab",
681
+ "declaration": {
682
+ "name": "PdsFab",
683
+ "module": "public/assets/pds/components/pds-fab.js"
684
+ }
685
+ },
678
686
  {
679
687
  "kind": "custom-element-definition",
680
688
  "name": "pds-fab",
@@ -1082,6 +1090,86 @@
1082
1090
  "kind": "method",
1083
1091
  "name": "notifyInstances",
1084
1092
  "static": true
1093
+ },
1094
+ {
1095
+ "kind": "field",
1096
+ "name": "_currentIcon",
1097
+ "type": {
1098
+ "text": "null"
1099
+ },
1100
+ "default": "null"
1101
+ },
1102
+ {
1103
+ "kind": "field",
1104
+ "name": "_pendingIcon",
1105
+ "type": {
1106
+ "text": "null"
1107
+ },
1108
+ "default": "null"
1109
+ },
1110
+ {
1111
+ "kind": "field",
1112
+ "name": "_morphing",
1113
+ "type": {
1114
+ "text": "boolean"
1115
+ },
1116
+ "default": "false"
1117
+ },
1118
+ {
1119
+ "kind": "field",
1120
+ "name": "_morphTimer",
1121
+ "type": {
1122
+ "text": "null"
1123
+ },
1124
+ "default": "null"
1125
+ },
1126
+ {
1127
+ "kind": "field",
1128
+ "name": "_templateReady",
1129
+ "type": {
1130
+ "text": "boolean"
1131
+ },
1132
+ "default": "false"
1133
+ },
1134
+ {
1135
+ "kind": "field",
1136
+ "name": "_stackEl",
1137
+ "type": {
1138
+ "text": "null"
1139
+ },
1140
+ "default": "null"
1141
+ },
1142
+ {
1143
+ "kind": "field",
1144
+ "name": "_svgOldEl",
1145
+ "type": {
1146
+ "text": "null"
1147
+ },
1148
+ "default": "null"
1149
+ },
1150
+ {
1151
+ "kind": "field",
1152
+ "name": "_svgNewEl",
1153
+ "type": {
1154
+ "text": "null"
1155
+ },
1156
+ "default": "null"
1157
+ },
1158
+ {
1159
+ "kind": "field",
1160
+ "name": "_iconOldGroupEl",
1161
+ "type": {
1162
+ "text": "null"
1163
+ },
1164
+ "default": "null"
1165
+ },
1166
+ {
1167
+ "kind": "field",
1168
+ "name": "_iconNewGroupEl",
1169
+ "type": {
1170
+ "text": "null"
1171
+ },
1172
+ "default": "null"
1085
1173
  }
1086
1174
  ],
1087
1175
  "attributes": [
@@ -1120,6 +1208,13 @@
1120
1208
  },
1121
1209
  "description": "Rotation angle in degrees"
1122
1210
  },
1211
+ {
1212
+ "name": "morph",
1213
+ "type": {
1214
+ "text": "boolean"
1215
+ },
1216
+ "description": "Morph the icon when the icon name changes"
1217
+ },
1123
1218
  {
1124
1219
  "type": {
1125
1220
  "text": "string"
@@ -1161,6 +1256,160 @@
1161
1256
  }
1162
1257
  ]
1163
1258
  },
1259
+ {
1260
+ "kind": "javascript-module",
1261
+ "path": "public/assets/pds/components/pds-omnibox.js",
1262
+ "declarations": [
1263
+ {
1264
+ "kind": "class",
1265
+ "description": "",
1266
+ "name": "PdsOmnibox",
1267
+ "members": [
1268
+ {
1269
+ "kind": "field",
1270
+ "name": "formAssociated",
1271
+ "type": {
1272
+ "text": "boolean"
1273
+ },
1274
+ "static": true,
1275
+ "default": "true"
1276
+ },
1277
+ {
1278
+ "kind": "field",
1279
+ "name": "settings"
1280
+ },
1281
+ {
1282
+ "kind": "field",
1283
+ "name": "name"
1284
+ },
1285
+ {
1286
+ "kind": "field",
1287
+ "name": "placeholder"
1288
+ },
1289
+ {
1290
+ "kind": "field",
1291
+ "name": "value"
1292
+ },
1293
+ {
1294
+ "kind": "field",
1295
+ "name": "disabled"
1296
+ },
1297
+ {
1298
+ "kind": "field",
1299
+ "name": "required"
1300
+ },
1301
+ {
1302
+ "kind": "field",
1303
+ "name": "autocomplete"
1304
+ },
1305
+ {
1306
+ "kind": "field",
1307
+ "name": "icon"
1308
+ },
1309
+ {
1310
+ "kind": "method",
1311
+ "name": "formAssociatedCallback"
1312
+ },
1313
+ {
1314
+ "kind": "method",
1315
+ "name": "formDisabledCallback",
1316
+ "parameters": [
1317
+ {
1318
+ "name": "disabled"
1319
+ }
1320
+ ]
1321
+ },
1322
+ {
1323
+ "kind": "method",
1324
+ "name": "formResetCallback"
1325
+ },
1326
+ {
1327
+ "kind": "method",
1328
+ "name": "formStateRestoreCallback",
1329
+ "parameters": [
1330
+ {
1331
+ "name": "state"
1332
+ }
1333
+ ]
1334
+ },
1335
+ {
1336
+ "kind": "method",
1337
+ "name": "checkValidity"
1338
+ },
1339
+ {
1340
+ "kind": "method",
1341
+ "name": "reportValidity"
1342
+ }
1343
+ ],
1344
+ "events": [
1345
+ {
1346
+ "name": "input",
1347
+ "type": {
1348
+ "text": "Event"
1349
+ }
1350
+ },
1351
+ {
1352
+ "name": "change",
1353
+ "type": {
1354
+ "text": "Event"
1355
+ }
1356
+ },
1357
+ {
1358
+ "name": "suggestions-updated",
1359
+ "type": {
1360
+ "text": "CustomEvent"
1361
+ }
1362
+ }
1363
+ ],
1364
+ "attributes": [
1365
+ {
1366
+ "name": "name"
1367
+ },
1368
+ {
1369
+ "name": "placeholder"
1370
+ },
1371
+ {
1372
+ "name": "value"
1373
+ },
1374
+ {
1375
+ "name": "disabled"
1376
+ },
1377
+ {
1378
+ "name": "required"
1379
+ },
1380
+ {
1381
+ "name": "autocomplete"
1382
+ },
1383
+ {
1384
+ "name": "icon"
1385
+ }
1386
+ ],
1387
+ "superclass": {
1388
+ "name": "HTMLElement"
1389
+ },
1390
+ "tagName": "pds-omnibox",
1391
+ "customElement": true
1392
+ }
1393
+ ],
1394
+ "exports": [
1395
+ {
1396
+ "kind": "js",
1397
+ "name": "PdsOmnibox",
1398
+ "declaration": {
1399
+ "name": "PdsOmnibox",
1400
+ "module": "public/assets/pds/components/pds-omnibox.js"
1401
+ }
1402
+ },
1403
+ {
1404
+ "kind": "custom-element-definition",
1405
+ "name": "pds-omnibox",
1406
+ "declaration": {
1407
+ "name": "PdsOmnibox",
1408
+ "module": "public/assets/pds/components/pds-omnibox.js"
1409
+ }
1410
+ }
1411
+ ]
1412
+ },
1164
1413
  {
1165
1414
  "kind": "javascript-module",
1166
1415
  "path": "public/assets/pds/components/pds-richtext.js",
@@ -2473,94 +2722,5 @@
2473
2722
  }
2474
2723
  ]
2475
2724
  }
2476
- ,
2477
- {
2478
- "kind": "javascript-module",
2479
- "path": "public/assets/pds/components/pds-omnibox.js",
2480
- "declarations": [
2481
- {
2482
- "kind": "class",
2483
- "description": "Omnibox search input with PDS styling and form-associated behavior.",
2484
- "name": "PdsOmnibox",
2485
- "members": [
2486
- {
2487
- "kind": "field",
2488
- "name": "settings",
2489
- "description": "AutoComplete settings object provided by the consumer.",
2490
- "type": {
2491
- "text": "object"
2492
- }
2493
- }
2494
- ],
2495
- "attributes": [
2496
- {
2497
- "name": "name",
2498
- "type": {
2499
- "text": "string"
2500
- },
2501
- "description": "Form field name for submitted data"
2502
- },
2503
- {
2504
- "name": "placeholder",
2505
- "type": {
2506
- "text": "string"
2507
- },
2508
- "description": "Placeholder text for the search input"
2509
- },
2510
- {
2511
- "name": "value",
2512
- "type": {
2513
- "text": "string"
2514
- },
2515
- "description": "Current input value"
2516
- },
2517
- {
2518
- "name": "disabled",
2519
- "type": {
2520
- "text": "boolean"
2521
- },
2522
- "description": "Disable the input"
2523
- },
2524
- {
2525
- "name": "required",
2526
- "type": {
2527
- "text": "boolean"
2528
- },
2529
- "description": "Mark the input as required"
2530
- },
2531
- {
2532
- "name": "autocomplete",
2533
- "type": {
2534
- "text": "string"
2535
- },
2536
- "description": "Native autocomplete attribute (default: off)"
2537
- }
2538
- ],
2539
- "superclass": {
2540
- "name": "HTMLElement"
2541
- },
2542
- "tagName": "pds-omnibox",
2543
- "customElement": true
2544
- }
2545
- ],
2546
- "exports": [
2547
- {
2548
- "kind": "js",
2549
- "name": "PdsOmnibox",
2550
- "declaration": {
2551
- "name": "PdsOmnibox",
2552
- "module": "public/assets/pds/components/pds-omnibox.js"
2553
- }
2554
- },
2555
- {
2556
- "kind": "custom-element-definition",
2557
- "name": "pds-omnibox",
2558
- "declaration": {
2559
- "name": "PdsOmnibox",
2560
- "module": "public/assets/pds/components/pds-omnibox.js"
2561
- }
2562
- }
2563
- ]
2564
- }
2565
2725
  ]
2566
2726
  }